@charset "UTF-8";
/* CSS Document */
@import "../fonts/styles.css";

body {
    font-family: 'OpenSans', sans-serif;
    font-size: 18px;
}
a, button {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

p {
    width: 100%;
}

.psevdo-before:before,
.psevdo-after:after {
    position: absolute;
    content: ''; 
}
.semibld {
    font-family: 'OpenSans-SemiBold', sans-serif;
}
.ff-bold {
    font-family: 'OpenSans-Bold', sans-serif;
}
.extrabld {
    font-family: 'OpenSans-ExtraBold', sans-serif;
}
.home .se-desktop-header {
    padding: 20px 0 27px;
}
.home .nav-logo {
    display: none;
}
.se-desktop-header {
    background: #d60058;
    padding: 10px;
}
.nav-logo {
    margin-right: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.nav-logo img {
    width: 63px;
	height: 63px;
}
.header .nav a,
.footer .social-wrap a {
    color: #fff;
    font-family: 'OpenSans-SemiBold', sans-serif;
    font-size: 16px;
    text-decoration: none;
}

.header .nav a:hover,
.footer .social-wrap a:hover,
.follow-wrap .social-wrap a:hover  {
    color: rgba(255, 243, 205, 0.8);
}
.home #menu-top-menu {
    margin-top: 7px;
}
#menu-top-menu {
    margin-top: 17px;
}
#menu-top-menu li {
    position: relative;
}
.home .social-wrap {
    margin-top: 3px;
}
.social-wrap {
    margin-top: 13px;
}
#menu-top-menu a {
    position: relative;
    margin-right: 18px;
    padding: 10px 4px;
}
#menu-top-menu a:after {
    position: absolute;
    content: '';
    top: 14px;
    right: -10px;
    height: 15px;
    border-right: 2px solid #fff;
}
#menu-top-menu li:last-child a:after {
    content: none;
}
#menu-top-menu li:first-child a {
    padding-left: 0;
}
#menu-top-menu li:last-child a {
    margin-right: 0;
}

#menu-top-menu .sub-menu {
    position: absolute;
    height: 0;
    /* visibility: hidden; */
    background: rgba(214, 0, 87, 0.9);
    list-style: none;
    left: -10px;
    top: 35px;
    min-width: 225px;
    z-index: 9;
    padding: 10px 0 10px 10px;
    overflow: hidden;
    transition: all .3s;
}
#menu-top-menu li:hover .sub-menu {
    height: 170px;
    /* visibility: visible; */
}
#menu-top-menu .sub-menu li:first-child {
    margin-top: 15px;
}
#menu-top-menu .sub-menu a {
    display: block;
    padding: 5px 4px;
}
#menu-top-menu .sub-menu a:after  {
    content: none;
}
#menu-top-menu .sub-menu li:first-child a {
    padding-left: 4px;
}
.header .social-wrap a,
.footer .social-wrap a,
.follow-wrap .social-wrap a {
    font-size: 22px;
    margin-left: 18px;
}
.top-banner {
    min-height: 70vh;
    overflow: hidden;
}
.top-banner-logo {
    margin-top: 70px;
	width:292px;
	height:292px;
}
.top-wrap-content {
    top: 0;
    left: 0;
    /*height: 100%;*/
    min-height: 70vh;
}

.sub-pages,
.sub-pages .top-wrap-content  {
    min-height: 61vh;
}
/* .sub-pages {
    background: url(../img/top-bannerq.jpg) center top no-repeat;
    -webkit-background-size: cover !important;
    background-size: cover !important;
} */
.banner-pic {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    z-index: -1;
}
.top--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 85px);
    object-fit: cover;
}
.green-top-bg {
    bottom: 0;
    background: rgba(0, 107, 110, 0.8);
    font-size: 28px;
    padding: 40px 0;
    z-index: 3;
}
.sub-pages .green-top-bg {
    background: rgba(0, 107, 110);
    padding: 20px;
}
.main-btn,
.form--wrap .contact-form input[type=submit] {
    background: #d60058;
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'OpenSans-SemiBold', sans-serif;
    padding: 5px 20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
    min-width: 200px;
    -webkit-transition: all .3s;
     -o-transition: all .3s;
     transition: all .3s;
}
.main-btn:hover {
    background: rgb(237, 19, 86);
    color: #fff;
}
.h2, h2 {
    font-size: 38px;
    color: #d60058;
}
.help-section {
    margin: 40px auto 60px;
}
.help-section h2 {
    margin-bottom: 30px;
}
.news-box {
    max-width: 315px;
    /*padding: 0;*/
}
.news-box p {
	min-height:170px;	
}
a.news-box {
    text-decoration: none;
    color: inherit;
}
.fit-img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.news-box h4 {
    color: #d60058;
    margin: 12px 0px 10px 0px;
}
.donate-section {
    /*background: url(../img/donate-bg.jpg) 0 0 no-repeat;*/
    -webkit-background-size: cover;
    background-size: cover;
    padding: 55px;
}
.donate-section:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 107, 110, 0.8);
}
.donate-section h2 {
    font-size: 44px;
}
.news-section {
    margin: 50px auto;
}
.news-section .news-box h4 {
    margin-top: 20px;
}
.achievement-section {
    background: #d60058;
    padding: 45px;
}
.achievement-section h3 {
    margin-top: 10px;
    font-size: 80px;
    line-height: 1;
}
.achievement-item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
}
.achievement-item:first-child {
    padding-left: 0;
}
.achievement-item:last-child {
    padding-right: 0;
}
.achievement-item:after {
    position: absolute;
    content: '';
    height: 80%;
    border-right: 1px solid #fff;
    top: 20px;
    right: 0;
}
.achievement-item:last-child:after {
    content: none;
}

.contact-section,
.polices  {
    background: url(../img/contacts-bg_1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 45px 0;
}
.contact-section:before,
.polices:before  {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
}
.contact-form,
.form--wrap-home form  {
    padding-left: 40px;
    padding-right: 40px;
}
.contact-form .form-group {
    margin-bottom: 20px;
}
.contact-form .form-control,
.form--wrap .contact-form input,
.form--wrap .contact-form textarea   {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #231F20;
    padding: 7px;
    outline: 0 !important;
    box-shadow: none;
    color: #495057;
}
.contact-form  textarea {
    resize: none;
}
.contact-form .form-control::-webkit-input-placeholder,
.form--wrap .contact-form input::-webkit-input-placeholder,
.form--wrap .contact-form textarea::-webkit-input-placeholder {color:#D1D3D4;}

.contact-form .form-control::-moz-placeholder,
.form--wrap .contact-form input::-moz-placeholder,
.form--wrap .contact-form textarea::-moz-placeholder {color:#D1D3D4;}/* Firefox 19+ */

.contact-form .form-control:-moz-placeholder,
.form--wrap .contact-form input:-moz-placeholder,
.form--wrap .contact-form textarea:-moz-placeholder {color:#D1D3D4;}/* Firefox 18- */

.contact-form .form-control:-ms-input-placeholder,
.form--wrap .contact-form input:-ms-input-placeholder,
.form--wrap .contact-form textarea:-ms-input-placeholder {color:#D1D3D4;}
.form--wrap .contact-form input[type=submit] {
    max-width: 200px;
    cursor: pointer;
}
.call-link {
    display: block;
    font-size: 36px;
    margin-top: 30px;
}
.call-link svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 27px !important;
    margin-right: 10px;
}
.members-logo-wrap {
    padding-left: 0;
}
.members-logo-wrap li {
    list-style: none;
}
.members-logo-wrap img {
    max-width: 100%;
    height: auto;
    max-height: 50px;
    width: auto;
    margin-right: 10px;
}
.members-logo-wrap li:first-child {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
    padding-right: 15px;
    margin-right: 25px;
} 
.members-logo-wrap li:last-child {
    padding: 0;
    margin: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.z-3 {
    z-index: 3;
}
.afore-footer {
    padding: 40px 0 35px;
}
.afore-footer p {
    font-size: 15px;
}

.footer {
    background: #3C3C3B;
    padding: 40px 0 40px;
	font-size:16px;
}
.footer  .social-wrap {
    margin-top: 0;
}
.footer .copyrighted {
	margin-top:6px;
}
.footer .copyrighted a {
    color: #fff !important;
}
.footer .social-wrap a {
    color: #fff;
}
.faq-sect,
.top-about-text {
    padding: 20px 15px 25px;
    font-size: 22px;
    border-bottom: 1px solid #000;
}
.top-about-text p {
    margin-bottom: 10px;
}
.member-soc-link {
    list-style: none;
    padding-left: 0;
    text-align: center;
}
.title-soc-link {
    color: #D5005D;
    font-size: 20px;
    margin-top: 15px;
}
.member-soc-link li {
    display: inline-block;
    margin: 0 4px;
}
.red-color,
.member-soc-link li a {
   color: #D5005D;
}
.member-soc-link li a:hover {
    opacity: .8;
}
#who-are-we {
    margin-top: 0;
    padding-top: 40px;
}
#who-are-we .news-box {
    margin-bottom: 20px;
}
#impact-reports {
    background: #208380;
    padding: 50px 0 70px;
}
#impact-reports h2,
#financial-rep h2 {
    margin-bottom: 45px;
}
.report-item {
    width: 175px;
    padding: 0;
    text-decoration: none !important;
    display: inline-block;
    vertical-align: top;
    margin: 0 1rem 1rem;
}

.report-item .wrap-pic:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all .3s;
    background: rgba(255, 255, 255, 0.8);
}
.report-item:hover .wrap-pic:before {
    background: rgba(255, 255, 255, 0.3);
}

.report-item .wrap-pic {
    height: 240px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.logo-report {
    max-width: 58%;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.repotr-title {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50px;
    font-size: 22px;
    letter-spacing: -1px;
}
.report-name {
    margin-top: 10px;
}
#financial-rep {
    background: #D60058;
    padding: 50px 0 70px;
}
.home .mobile-logo {
    display: none;
}
.form--wrap  > div,
.form--wrap .contact-form label,
.form--wrap .contact-form input,
.form--wrap .contact-form textarea,
.form--wrap-home input,
.form--wrap-home textarea   {
    width: 100%;
}
.form--wrap .contact-form textarea {
    resize: none;
    max-height: 112px;
}
/* .about-us .sub-pages {
    background: url(../img/faqBotBg.jpg) center top no-repeat;
} */
/* .contact-us .sub-pages {
    background: url(../img/contactUsBg-100.jpg) center top no-repeat;
} */
.form-wrap-bg {
    background: url(../img/contactUsBg-100.jpg) center top no-repeat;
}
.get-involved .sub-pages {
    /* background: url(../img/getInvolvedBg.jpg) center top no-repeat; */
}
.invlvd-item {
    position: relative;
    padding: 0;
    max-width: 48%;
    margin-bottom: 30px;
    overflow: hidden;
    height: 335px;
}
.invlvd-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.invlvd-item span {
    position: absolute;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    bottom: 0;
    top: 0;
    margin: auto;
    right: 0;
    width: 100%;
    font-size: 31px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
}
.invlvd-item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(214, 0, 87, 0.44);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.invlvd-item:hover:before {
    background: rgba(214, 0, 87, 0.25);
}
.bb-0 {
    border-bottom: 0;   
}
.btn-big {
    font-size: 38px;
    padding: 20px;
    margin-top: 20px;
}
.long-line {
    width: 100%;
    border-bottom: 3px solid #8d8b8c;
    margin-top: 100px;
}
.how-it-works .sub-pages .top--bg {
    height: 100%;
} 
.after-title {
    font-size: 28px;
    margin: 30px 15px 50px;
}
.h2-small {
    font-size: 38px;
}
.square-border-item {
    border: 1px solid #fff;
    max-width: 23%;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    height: 230px;
}
.square-border-item span {
    font-size: 26px;
    padding: 0 15px;
    line-height: 31px;
}
.green-box-pdngs {
    padding: 80px 20px 100px;
}
.faq-sect .toggle {
    width: 100%;
}
.toggle-inner {
    display: none;
}
.faq-sect .card-header .btn,
.toggle-title h5 {
    display: block;
    width: 100%;
    text-align: left;
    color: #d60058;
    font-size: 22px;
    text-decoration: none;
    background: url(../img/angle-arrow-pointing-to-right.svg) right center no-repeat !important;
    background-size: 13px !important; 
    white-space: normal;
    padding: 11px 30px 11px 11px;
}
.toggle-inner p a,
.faq-sect .card-body a {
    color: #d60058;
    font-size: 22px;
    text-decoration: none;
}
.toggle-inner p a:hover {
    text-decoration: underline;
}
.toggle-title.active h5,
.faq-sect .card-header .btn.collapsed {
    background: url(../img/angle-arrow-down.svg) right center no-repeat !important;
    background-size: 13px !important;
}
.faq-sect .card {
    border: 0;
    border-radius: 0;
    margin-bottom: 8px;
}
.faq-sect .card-header:first-child {
    border-radius: 0;   
}
.faq-sect .card-header,
.toggle-title {
    padding: 0 20px 0 0;
    border: 0;
    background-color: rgb(242, 243, 245);
}
.faq-sect .card-body {
    padding: 3px 10px 15px;
}
.polices {
    padding: 75px 0 135px;
    background: url(../img/faqBotBg.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.polices h2 {
    margin-bottom: 50px;
}
.polices .container {
    position: relative;
    z-index: 3;
}
.square-solid-item {
    max-width: 31%;
    text-align: center;
    text-decoration: none !important;
    color: #fff !important;
    background: #d60058;
    height: 230px;
}
.square-solid-item span {
    font-size: 26px;
    padding: 0 45px;
    line-height: 31px;
}
/* blog pg */
/* .blog .sub-pages {
    background: url(../img/blogTopBg-100.jpg) center top no-repeat;
}  */
.last-news {
    border-top: 1px solid #231F20;
    border-bottom: 1px solid #231F20;
    padding: 20px 0 15px;
}
.last-news img {
    width: 100%
}
.text--block {
    padding-left: 30px;
}
.text--block h2 {
    letter-spacing: -1px;
    line-height: 38px;  
    margin-bottom: 10px;
}
.text--block p {
    font-size: 20px;
}
.text-black  {
    color: #3C3C3B;
}
.read--more {
    display: inline-block;
    background: #d60058;
    color: #fff;
    text-decoration: none !important;
    font-size: 20px;
    padding: 4px 10px;
    margin-top: 5px;
}
.read--more:hover { 
    background: rgb(237, 19, 86);
    color: #fff;
}
.other-news {
    max-width: 315px;
    margin-top: 20px;
    border-bottom: 1px solid #231F20;
    padding-bottom: 25px;
}
.other-news .text--block {
    padding: 0;
} 
.other-news  .text--block p {
    letter-spacing: -.5px;
    line-height: 25px;
}  
.other-news h3 {
    padding: 10px 20px;
    margin-bottom: 0;
    letter-spacing: -1px;
}
.page-item .page-link.prev,
.page-item .page-link.next {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    background: none !important;
    padding: 14px;
}
.page-item:first-child .page-link:hover,
.page-item:last-child .page-link:hover {
    color: #2acecc;
}
.pagination {
    margin-top: 45px;
}
.page-link {
    padding: 14px 20px;
    margin: 0 3px;
    line-height: 1.25;
    color: #208280;
    background-color: #fff;
    border: 1px solid #208280;
    box-shadow: none !important;
}
.page-link.active,
.page-link.current,
.page-link:hover {
    color: #fff;
    background: #208280;
    border: 1px solid #208280;
}
.media-title,
.follow-wrap {
    background: #d60058;
}
.follow-wrap .social-wrap a {
    color: #fff;
    font-size: 50px;
}   
.follow-wrap {
    font-size: 23px;
    padding: 23px;
}
/*  */
.wrap-post-img img {
    max-width: 100%;
    height: auto;
}
.post-news {
    border-right: 1px solid #b6b6b6;
    margin-top: 60px;
}
.post-news h1 {
    font-size: 57px;
    letter-spacing: -1px;
    line-height: 1.1;
    margin-top: 15px;
    margin-bottom: 25px;
}
.post-news p {
    line-height: 26px;
    margin-bottom: 10px;
}
.post-news .date {
    color: #d60058;
    font-size: 15px;
    border-bottom: 1px solid #b6b6b6;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
blockquote {
    text-align: center;
    /* font-style: italic; */
    font-size: 28px;
    font-family: 'OpenSans-SemiBoldItalic';
}
blockquote p::before {
    content: open-quote;
    color: #d60058;
}
blockquote p::after {
    content: close-quote;
    color: #d60058;
}
blockquote p {
    quotes: "\201c" "\201c";
}
.long-line-slim {
    width: 100%;
    border-bottom: 1px solid #b6b6b6;
    margin-top: 25px;
}
.right-sidebar {
    margin-top: 60px;
}
.right-sidebar h3 {
    padding: 18px 0 10px 0;
    font-size: 23px;
}
.right-sidebar .other-news {
    text-decoration: none !important;
    color: #212529 !important;
    padding-bottom: 10px;
    border-bottom: 1px solid #b6b6b6;
}
.right-sidebar .other-news:last-child {
    border-bottom: 0;
}
.green-btn {
    background: #208280;
    color: #fff !important;
    text-decoration: none !important;
    display: block;
    padding: 6px 16px;
}
.media-title {
    padding: 23px;
}
.toggle-title {
    margin-bottom: 8px;
}
.toggle-title h3 {
    padding: 0 20px 0 0;
    border: 0;
    background-color: rgb(242, 243, 245);
}