/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/
/* Body Css */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url(https://db.onlinewebfonts.com/c/07899d51f46805ce07de796bfd8c3831?family=ArdelaEdgeX01-ExtraBold);
body * {
	font-family: "Poppins", sans-serif;
}
h1, h2 {
	font-family: "ArdelaEdgeX01-ExtraBold";
}
/* Header Css */
div#header-space {
    display: none;
}
div#header-outer {
    background: transparent;
}
header#top {
    margin-top: 40px;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    opacity: 0.4;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li.w-btn a {
    border-radius: 50px;
    border: 3px solid #FFF;
    background: #FFF;
    opacity: 1;
    color: #000;
    padding: 14px 44px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 32px;
    width: 210px;
    text-transform: capitalize;
}
body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li.w-btn:first-child a, body.material #header-outer[data-full-width=true]:not([data-format=left-header]) #top nav>.buttons li.w-btn:hover a {
    background: transparent;
    color: #fff;
}
#header-outer[data-lhe="default"] #top nav .sf-menu > .current-menu-item > a {
    color: #000000 !important;
    opacity: 1 !important;
}
#header-outer[data-lhe="default"] #top nav > ul > li > a:hover, #header-outer[data-lhe="default"] #top nav .sf-menu > .sfHover:not(#social-in-menu) > a {
    color: #fff !important;
	opacity: 1;
}
/* Banner Css */
   div#banner-row {
    background: rgb(214 241 201 / 8%);
    backdrop-filter: blur(27.75px);
}

.banner-sec {
    margin-bottom: 33px !important;
}
.banner-sec h1 {
    color: #FFF;
    font-size: 84px;
    font-weight: 400;
    line-height: 88px;
    margin-bottom: 33px;
    width: 96%;
}
.banner-sec p {
    color: #EDEDED;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.599px;
    width: 77%;
}
a#w-btn {
    margin: 0;
    padding: 0px 44px;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    line-height: 79px;
    background: #fff !important;
    border-radius: 50px !important;
    height: 79px;
    text-transform: capitalize;
}
div#banner-row img {
    width: 100%;
}
/* Offer Css */
div#offer-row:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/offer-before.png);
    width: 206px;
    height: 140px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -10px;
}
div#offer-row:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/offer-after.png);
    width: 301px;
    height: 310px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.offer-head {
    margin-bottom: 46px !important;
}
.w-sec h2 {
    color: #1B1B1B;
    font-size: 85px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom: 27px;
}
.w-sec h2 span {
    font-family: ArdelaEdgeX01-ExtraBold;
}
.w-sec p {
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.599px;
}
.w-sec p br {
    display: none;
}
.offer-head p {
    width: 85%;
    margin: auto;
}
div#offer-inner-row img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 30px;
    transition: all 0.4s linear;
}
div#offer-inner-row .vc_col-sm-3 {
    padding: 0 10px;
}
.offer-sec {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
.offer-sec h3 {
    text-align: center;
    -webkit-text-stroke-width: 0.6px;
    -webkit-text-stroke-color: #FFF;
    color: transparent;
    font-size: 39px;
    font-weight: 400;
    line-height: 41px;
    font-family: 'ArdelaEdgeX01-ExtraBold';
    opacity: 0;
}
div#offer-inner-row .vc_col-sm-3 .hover-wrap-inner:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ABD62F;
    position: absolute;
    z-index: 1;
    border-radius: 30px;
    opacity: 0;
    transition: all 0.4s linear;
}
div#offer-inner-row .vc_col-sm-3 .wpb_wrapper:hover .hover-wrap-inner:before {
    opacity: 0.7;
    cursor: pointer;
    transform: scale(1.06);
}
div#offer-inner-row .vc_col-sm-3 .wpb_wrapper:hover .offer-sec h3 {
    opacity: 1;
}
div#offer-inner-row .vc_col-sm-3 .wpb_wrapper:hover img {
    transform: scale(1.06);
}
/* About Css */
div#about-row:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/about-after.png);
    width: 569px;
    height: 171px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: -70px;
    z-index: 1;
}
.about-sec p {
    width: 75%;
}
div#about-row a#w-btn, div#donate-row a#w-btn {
    border: 3px solid #5A8001;
    background: transparent !important;
    text-transform: capitalize;
    line-height: 70px;
    color: #5A8001;
}
/* Program Css */
div#programs-row {
    background: rgba(135, 175, 116, 0.30);
    backdrop-filter: blur(27.89529037475586px);
}
div#programs-row .vc_col-sm-6:nth-child(2) {
    text-align: end;
}
.program-head {
    margin-bottom: 41px !important;
}
.program-head h2, .program-head p {
    color: #fff;
    width: 95%;
}
.program-sec h3 {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: -0.591px;
    margin-bottom: 15px !important;
}
.program-sec p {
    padding: 0;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 29px;
}
.program-sec a {
    position: absolute;
    right: 0;
    top: 0;
}
div#programs-row img {
    width: 100%;
}
div#programs-row .vc_col-sm-4 {
    padding: 0 15px;
}
/* Donate Css */
div#donate-row:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/donate-before.png);
    width: 213px;
    height: 179px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
}
div#donate-row  h2 {
    padding-bottom: 50px;
}
div#donate-row img {
    width: 90%;
    margin: auto;
    display: table;
    margin-right: 0;
    float: left;
}
.donate-sec {
    margin: 0 !important;
}
/* FAQ Css */
div#faq-row .row-bg-wrap:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/faq-after.png);
    width: 401px;
    height: 117px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: -30px;
}
.faq-head {
    margin-bottom: 50px !important;
}
.faq-head p {
    width: 52%;
    margin: auto;
}
div#faq-row .toggles {
    width: 87%;
    margin: auto;
}
div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 33px 0px 33px 80px;
    color: #626262;
    font-size: 25px;
    font-weight: 500;
    line-height: 41.333px;
}
div[data-style="minimal"] .toggle {
    border-radius: 13.333px;
    background: #EBEBEB;
    margin-bottom: 19px !important;
    border: 0;
}
div[data-style*=minimal] .toggle>.toggle-title i {
    right: 70px;
}
.toggle.default.open {
    background: url(/wp-content/uploads/2025/06/active-tab-bg.png);
}
div[data-style="minimal"] .toggle.open > .toggle-title a {
    color: #fff;
    padding-bottom: 23px;
    padding-left: 70px;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 0 43px 70px;
}
.faq-sec p {
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    width: 85%;
    opacity: 0.8;
}
div[data-style="minimal"] .toggle.default.open i {
    border-color: #fff;
}
div[data-style="minimal"] .toggle.open > .toggle-title i:before {
    background: #fff;
}
/* Gallery Css */
div#gallery-row:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/gallery-before.png);
    width: 635px;
    height: 100%;
    background-position: left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    z-index: 11;
    top: 0;
}
div#gallery-row:after {
    content: "";
    background-image: url(/wp-content/uploads/2025/06/gallery-after.png);
    width: 675px;
    height: 100%;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    z-index: 11;
    top: 0;
}
.gallery-head {
    margin-bottom: 51px !important;
}
.gallery-head p {
    width: 41%;
    margin: auto;
}
/* Event Css */
div#event-row {
    background: rgba(135, 175, 116, 0.30);
    backdrop-filter: blur(27.89529037475586px);
}
.event-head {
    margin-bottom: 35px !important;
}
.event-head h2 {
    color: #fff;
}
.event-head p {
    color: #fff;
    width: 50%;
    margin: auto;
}
div#event-row .vc_col-sm-4 {
    padding: 0 15px;
}
.event-date {
    margin-bottom: 0 !important;
    position: absolute;
    top: 23px;
    z-index: 1;
    left: 15px;
}
div#event-row img {
    width: 100%;
}
.event-date p {
    border-radius: 21.5px;
    background: #5A7F01;
    padding: 7px 27px !important;
    color: #FFF;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 29.061px;
}
/* Contact Css */
.contact-sec div#wpforms-108 {
    margin: 0;
    width: 80%;
    margin: auto;
}
.contact-sec div#wpforms-108 .wpforms-field {
    padding: 0 0 20px;
}
.contact-sec div#wpforms-108-field_2-container {
    padding: 0 !important;
}
.contact-sec div#wpforms-108 .wpforms-field input, .contact-sec div#wpforms-108 .wpforms-field textarea {
    border-radius: 25px;
    border: 1.785px solid #FFF;
    background: #EBEBEB;
    height: 60px;
    padding-left: 25px;
    color: #9C9C9C;
    font-size: 18px;
    font-weight: 400;
}
.contact-sec div#wpforms-108 .wpforms-field input::placeholder, .contact-sec div#wpforms-108 .wpforms-field textarea::placeholder {
    color: #9C9C9C;
    opacity: 1;
}
.contact-sec div#wpforms-108 .wpforms-field textarea {
    height: 120px;
    padding-top: 20px;
}
.contact-sec .wpforms-submit-container {
    margin: 0 !important;
}
body[data-form-submit=regular] .contact-sec button[type=submit] {
    border-radius: 50px !important;
    background: #5A7F01 !important;
    box-shadow: 0px 1.785px 3.57px 0px rgba(16, 24, 40, 0.05) !important;
    padding: 14px 44px !important;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}
/* Footer Css */
div#footer-row img {
    width: 77%;
    height: 112px;
    object-fit: scale-down;
    margin-bottom: 25px;
    margin-top: 15px;
}
div#footer-row h2 {
    color: #4C4C4C;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.25px;
    text-transform: capitalize;
    font-family: 'Poppins';
    margin-bottom: 20px;
}
div#footer-row ul {
    margin: 0;
}
div#footer-row ul li {
    list-style: none;
    color: rgba(0, 0, 0, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
}
div#footer-row ul li a {
    color: rgba(0, 0, 0, 0.60);
}
.footer-newsletter-sec {
    border-bottom: 1px solid #E0E0E0;
    padding-left: 62px;
    margin-bottom: 70px !important;
    padding-bottom: 69px;
}
div#footer-row .vc_col-sm-8 {
    padding-left: 97px;
}
div#footer-row .vc_col-sm-8:before {
    content: "";
    background: #E0E0E0;
    width: 2px;
    height: 370px;
    position: absolute;
    left: 0;
    top: 100px;
}
div#footer-inner-row .vc_col-sm-4:last-child li {
    display: inline-block;
    width: 39%;
}
.foot-cont p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.54px;
    width: 85%;
    padding-bottom: 28px;
}
.foot-cont ul {
    margin-bottom: 65px !important;
}
.foot-cont ul li {
    display: inline-block;
    margin-right: 15px;
}
.foot-cont ul li i {
    border-radius: 26.667px;
    background: #FFF;
    box-shadow: 0px 21.333px 32px 0px rgba(0, 0, 0, 0.10);
    width: 55px;
    height: 55px;
    line-height: 55px !important;
    font-size: 22px;
    color: #3F3F3F;
}
.foot-cont a.copyright {
    color: #5A7F01;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.569px;
    text-transform: capitalize;
}
.footer-newsletter-sec h3 {
    color: #9C9C9C;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    margin-bottom: 10px !important;
}
.footer-newsletter-sec .es-form-field-container {
    display: flex;
    align-items: center;
}
.footer-newsletter-sec .es-form-field-container .gjs-row {
    margin-bottom: 0 !important;
}
.footer-newsletter-sec .es-form-field-container .gjs-row:first-child {
    display: none;
}
.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    border-radius: 200px;
    border: 1.785px solid #FFF;
    background: #EBEBEB;
    margin-right: 29px;
    width: 482px;
    padding-left: 25px;
    height: 70px;
    color: #9C9C9C;
    font-size: 18px;
    font-weight: 500;
    line-height: 35px;
}
.footer-newsletter-sec .es-form-field-container .gjs-row input[type="submit"] {
    border-radius: 50px !important;
    background: #5A7F01;
    box-shadow: 0px 1.785px 3.57px 0px rgba(16, 24, 40, 0.05);
    height: 70px;
    padding: 0px 32.13px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Poppins';
}
.wpforms-field-layout-rows.wpforms-field-large input {
    height: 63px !important;
    border-radius: 20px !important;
}
body[data-form-submit=regular] .container-wrap button[type=submit] {
    border-radius: 50px !important;
    background: #5A7F01 !important;
    box-shadow: 0px 1.785px 3.57px 0px rgba(16, 24, 40, 0.05);
    height: 55px;
    padding: 0px 32.13px !important;
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
    font-family: 'Poppins';
}
#header-outer .sf-menu li ul li.menu-item a {
    color: #fffdfd;
    font-size: 15px;
    background: #000;
    padding: 20px 30px 20px 30px;
}
body[data-header-color=light]:not([data-header-format=left-header]) #header-outer:not(.transparent) .sf-menu>li ul {
    border-top: none;
}
#header-outer nav>ul>.megamenu>.sub-menu, #header-secondary-outer .sf-menu li ul, body:not([data-header-format=left-header]) #top .sf-menu li ul {
    background-color: transparent;
    margin-top: -50px;
}
input#um-submit-btn {
    background: #5A7F01 !important;
}
.um a.um-button:hover, .um input[type=submit].um-button:hover {
    background-color: #5A7F01 !important;
}
.um .um-button.um-alt, .um input[type=submit].um-button.um-alt {
    color: #5a7f01 !important;
}
.um .um-button.um-alt:hover, .um input[type=submit].um-button.um-alt:hover {
    background: #5a7f01 !important;
    color: #fff !important;
}
div#about-row p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    letter-spacing: -0.54px;
	width:90%;
}

div#spons-row h2 {
    color: #1B1B1B;
    font-size: 55px;
    font-weight: 400;
    line-height: 65px;
    margin-bottom: 17px;
}
div#spon-row h2 {
    color: #1B1B1B;
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 17px;
}
div#terms h2 {
    color: #1B1B1B;
    font-size: 85px;
    font-weight: 400;
    line-height: 90px;
    margin-bottom:30px;
}
div#terms p{
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}
div#terms ul{
    margin:0;
    margin-left:20px;
}
div#terms ul li{
    list-style:none;
    color: #6C6C6C;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    padding-bottom:10px;
}
div#terms ul li:last-child{
    padding-bottom:0px;
}
body[data-form-submit=regular] div#info-row button[type=submit] {
    border-radius: 50px !important;
    background: #5A7F01 !important;
    box-shadow: 0px 1.785px 3.57px 0px rgba(16, 24, 40, 0.05) !important;
    padding: 14px 44px !important;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    text-transform: capitalize;
}
.members-grid {
    display: flex;
    flex-wrap: wrap;
}
.members-grid .member-card {
    width: 16.66666667%;
    margin-bottom: 21px;
    padding: 0 16px;
}
.members-grid .member-card img {
    width: 100% !important;
    height: 207px;
    object-fit: cover;
    border-radius: 20px;
    border-*r: ;
    margin-bottom: 15px;
}
.members-grid .member-card h3 {
    color: #000;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
}
.members-grid .member-card p {
    color: #000;
    font-size: 14px;
    line-height: 28px;
    padding: 0;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
	div#banner-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#banner-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px !important;
}
div#banner-row {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.banner-sec h1 {
    font-size: 40px;
    text-align: center;
    line-height: 55px;
}
a#w-btn {
    font-size: 14px;
    margin: 0 auto;
    display: table;
    padding: 0px 30px;
}
	header#top {
    margin-top: 0px;
	background: #5a7f01;
	padding-top: 10px;
	padding-bottom: 10px;
}
	div#header-outer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.w-sec h2 {
    font-size: 35px;
    line-height: 45px;
    text-align: center !important;
}
div#offer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#offer-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	.w-sec h2 {
    color: #ABD62F !important;
}
	.w-sec h2 span {
    color: #ABD62F !important;
}
	div#about-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px !important;
}
div#about-row p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 10px auto !important;
    display: table !important;
}
h3 {
    text-align: center;
    font-size: 20px;
}
	div#programs-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
div#programs-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
.row .col p:last-child {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
	div#donate-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 10px 0px 10px 10px;
    color: #626262;
    font-size: 16px;
    line-height: 21.333px;
}
	div[data-style*=minimal] .toggle>.toggle-title i {
    display: none !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 0px 10px 10px;
}
	.faq-sec p{
		width: 100%;
	}
	div#gallery-row:before {
    width: 85px;
    background-position: left;
}
div#gallery-row:after {
    width: 85px;
    background-position: right;
}
	div#event-main-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
div#event-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	.event-head p {
    width: 100%;
}
div#event-row .vc_col-sm-4 {
    padding: 0px;
}
	div#spons-row h2 {
    font-size: 28px;
    line-height: 35px;
}
	.w-sec h2 {
        color: #ABD62F !important;
        font-size: 35px !important;
    }
.program-sec h3 {
    font-size: 22px;
    line-height: 30px;
}
.w-sec p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
	div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px;
}
div#footer-row {
    padding: 20px !important;
}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 185px !important;
    padding: 10px !important;
    font-size: 14px;
    margin-right: 0px !important;
	height: 58px;
	}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="submit"] {
    height: 58px !important;
    font-size: 14px !important;
    padding: 0px 18px;
    border-radius: 35px !important;
}
	.footer-newsletter-sec {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.foot-cont a.copyright {
    margin: 0 auto;
    display: table;
}
	.foot-cont ul {
    margin: 20px auto !important;
    display: table;
}
div#footer-row .vc_col-sm-8 {
    padding: 0px;
}
div#footer-row .vc_col-sm-8:before {
    display: none !important;
}
form[data-form-id="1"] .es-form-field-container {
    padding: 30px 0px !important;
}
	div#footer-row img{
		width: 100% !important;
	}
	div#spon-row {
    padding-bottom: 0px !important;
}
	div#spons-row {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
}
	div#about-row {
    padding-top: 10px;
    padding-bottom: 30px !important;
}
	.program-sec a {
    display: none !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
	div#banner-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#banner-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px !important;
}
div#banner-row {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.banner-sec h1 {
    font-size: 40px;
    text-align: center;
    line-height: 55px;
}
a#w-btn {
    font-size: 14px;
    margin: 0 auto;
    display: table;
    padding: 0px 30px;
}
	header#top {
    margin-top: 0px;
	background: #5a7f01;
	padding-top: 10px;
	padding-bottom: 10px;
}
	div#header-outer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.w-sec h2 {
    font-size: 35px;
    line-height: 45px;
}
div#offer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#offer-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	.w-sec h2 {
    color: #ABD62F !important;
}
	.w-sec h2 span {
    color: #ABD62F !important;
}
	div#about-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px !important;
}
div#about-row p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    margin: 10px auto !important;
    display: table !important;
}
h3 {
    text-align: center;
    font-size: 20px;
}
	div#programs-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
div#programs-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
.row .col p:last-child {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
}
	div#donate-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 10px 0px 10px 10px;
    color: #626262;
    font-size: 16px;
    line-height: 21.333px;
}
	div[data-style*=minimal] .toggle>.toggle-title i {
    display: none !important;
}
div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 0px 10px 10px;
}
	.faq-sec p{
		width: 100%;
	}
	div#gallery-row:before {
    width: 85px;
    background-position: left;
}
div#gallery-row:after {
    width: 85px;
    background-position: right;
}
	div#event-main-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
div#event-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	.event-head p {
    width: 100%;
}
div#event-row .vc_col-sm-4 {
    padding: 0px;
}
	div#spons-row h2 {
    font-size: 28px;
    line-height: 35px;
}
	.w-sec h2 {
        color: #ABD62F !important;
        font-size: 35px !important;
    }
.program-sec h3 {
    font-size: 22px;
    line-height: 30px;
}
.w-sec p {
    font-size: 14px;
    text-align: center;
    line-height: 25px;
}
	div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px;
}
div#footer-row {
    padding: 20px !important;
}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 185px !important;
    padding: 10px !important;
    font-size: 14px;
    margin-right: 0px !important;
	height: 58px;
	}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="submit"] {
    height: 58px !important;
    font-size: 14px !important;
    padding: 0px 18px;
    border-radius: 35px !important;
}
	.footer-newsletter-sec {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.foot-cont a.copyright {
    margin: 0 auto;
    display: table;
}
	.foot-cont ul {
    margin: 20px auto !important;
    display: table;
}
div#footer-row .vc_col-sm-8 {
    padding: 0px;
}
div#footer-row .vc_col-sm-8:before {
    display: none !important;
}
form[data-form-id="1"] .es-form-field-container {
    padding: 30px 0px !important;
	justify-content: center;
}
	div#footer-row img{
		width: 100% !important;
	}
	div#spon-row {
    padding-bottom: 0px !important;
}
	div#spons-row {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
}
	div#about-row {
    padding-top: 10px;
    padding-bottom: 30px !important;
}
	div#donate-row img {
    width: 100%;
    padding: 20px !important;
}
div#footer-row h2 {
    text-align: center;
}
div#footer-row ul {
    text-align: center !important;
}
	.program-sec a {
    display: none !important;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){
	div#banner-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
	.program-sec a {
    display: none !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 80px;
}
    #header-outer[data-full-width="true"] header > .container {
        padding: 20px 15px;
    }
	li#menu-item-64 {
    display: none !important;
}
li#menu-item-63 {
    display: none !important;
}
	.logo-spacing {
    display: none !important;
}

.banner-sec h1 {
    font-size: 40px;
    line-height: 55px;
}

	div#header-outer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.w-sec h2 {
    font-size: 45px;
    line-height: 55px;
}
div#offer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#offer-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	.w-sec h2 {
    color: #ABD62F !important;
}
	.w-sec h2 span {
    color: #ABD62F !important;
}
	div#about-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px !important;
}
div#about-row p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin: 10px auto !important;
    display: table !important;
}
h3 {
    font-size: 20px;
}
	div#programs-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
div#programs-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
.row .col p:last-child {
    font-size: 14px;
    line-height: 25px;
}
	div#donate-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 18px 20px 18px 18px;
    color: #626262;
    font-size: 16px;
    line-height: 21.333px;
}
	.faq-sec p{
		width: 100%;
	}
	div#gallery-row:before {
    width: 85px;
    background-position: left;
}
div#gallery-row:after {
    width: 85px;
    background-position: right;
}
	div#event-main-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
div#event-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	.event-head p {
    width: 100%;
}
div#event-row .vc_col-sm-4 {
    padding: 10px;
}
	div#spons-row h2 {
    font-size: 28px;
    line-height: 35px;
}
	.w-sec h2 {
        color: #ABD62F !important;
        font-size: 45px !important;
		line-height: 52px !important;
    }
.program-sec h3 {
    font-size: 22px;
    line-height: 30px;
}
.w-sec p {
    font-size: 14px;
    line-height: 25px;
}
	div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px;
}
div#footer-row {
    padding: 20px !important;
}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 320px !important;
    padding: 25px !important;
    font-size: 14px;
    margin-right: 0px !important;
	height: 68px;
	}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="submit"] {
    height: 68px !important;
    font-size: 14px !important;
    padding: 0px 28px;
    border-radius: 45px !important;
}
	.footer-newsletter-sec {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
div#footer-row .vc_col-sm-8 {
    padding: 0px;
}
div#footer-row .vc_col-sm-8:before {
    display: none !important;
}
form[data-form-id="1"] .es-form-field-container {
    padding: 30px 0px !important;
}
	div#footer-row img{
		width: 70% !important;
	}
	div#spon-row {
    padding-bottom: 0px !important;
}
	div#spons-row {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
}
	div#about-row {
    padding-top: 10px;
    padding-bottom: 30px !important;
}
	div#donate-row img {
    width: 100%;
    padding: 20px !important;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1600px){
	div#banner-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
	.program-sec a {
    display: none !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 80px;
}
    #header-outer[data-full-width="true"] header > .container {
        padding: 20px 15px;
    }
	li#menu-item-64 {
    display: none !important;
}
li#menu-item-63 {
    display: none !important;
}
	.logo-spacing {
    display: none !important;
}
.banner-sec h1 {
    font-size: 40px;
    line-height: 55px;
}
	div#header-outer {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
	.w-sec h2 {
    font-size: 45px;
    line-height: 55px;
}
div#offer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px !important;
}
div#offer-row {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
	.w-sec h2 {
    color: #ABD62F !important;
}
	.w-sec h2 span {
    color: #ABD62F !important;
}
	div#about-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px !important;
}
div#about-row p {
    color: #666;
    font-size: 14px;
    line-height: 25px;
    margin: 10px auto !important;
    display: table !important;
}
h3 {
    font-size: 20px;
}
	div#programs-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
div#programs-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
.row .col p:last-child {
    font-size: 14px;
    line-height: 25px;
}
	div#donate-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	div[data-style="minimal"] .toggle > .toggle-title a {
    padding: 18px 20px 18px 18px;
    color: #626262;
    font-size: 16px;
    line-height: 21.333px;
}
	.faq-sec p{
		width: 100%;
	}
	div#gallery-row:before {
    width: 85px;
    background-position: left;
}
div#gallery-row:after {
    width: 85px;
    background-position: right;
}
	div#event-main-row .row_col_wrap_12_inner.col.span_12.left {
    padding: 10px;
}
div#event-main-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 10px;
}
	.event-head p {
    width: 100%;
}
div#event-row .vc_col-sm-4 {
    padding: 10px;
}
	div#spons-row h2 {
    font-size: 28px;
    line-height: 35px;
}
	.w-sec h2 {
        color: #ABD62F !important;
        font-size: 45px !important;
		line-height: 52px !important;
    }
.program-sec h3 {
    font-size: 22px;
    line-height: 30px;
}
.w-sec p {
    font-size: 14px;
    line-height: 25px;
}
	div#footer-row .row_col_wrap_12.col.span_12.dark.left {
    padding: 0px;
}
div#footer-row {
    padding: 20px !important;
}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="email"] {
    width: 320px !important;
    padding: 25px !important;
    font-size: 14px;
    margin-right: 0px !important;
	height: 68px;
	}
	.footer-newsletter-sec .es-form-field-container .gjs-row input[type="submit"] {
    height: 68px !important;
    font-size: 14px !important;
    padding: 0px 28px;
    border-radius: 45px !important;
}
	.footer-newsletter-sec {
    padding: 0px !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
div#footer-row .vc_col-sm-8 {
    padding: 0px;
}
div#footer-row .vc_col-sm-8:before {
    display: none !important;
}
form[data-form-id="1"] .es-form-field-container {
    padding: 30px 0px !important;
}
	div#footer-row img{
		width: 70% !important;
	}
	div#spon-row {
    padding-bottom: 0px !important;
}
	div#spons-row {
    padding-bottom: 20px !important;
    padding-top: 40px !important;
}
	div#about-row {
    padding-top: 10px;
    padding-bottom: 30px !important;
}
	div#donate-row img {
    width: 100%;
    padding: 20px !important;
}
}