/* html{
    scroll-behavior: smooth;
} */
body{
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0;
    color: #000000;
    box-sizing: border-box;
    overflow-x: hidden;
}
img{
    display: block;
    max-width: 100%;
}
.event-img-wrapper img{
    /*width: 100%!important;
    max-width: 100%!important;*/
}
.kc_single_image.event-img-wrapper img {
    max-width: 100%;
    display: inline-block;
    /*width: 100%;*/
}
a{
    font-family: 'Josefin Sans', sans-serif;
    color: #f18500;
}
a:hover, a:focus{
    outline: none !important;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 24px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 20px;
}
li{
    font-family: 'Josefin Sans', sans-serif; 
}
div:focus-visible {
    outline: none;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{
    font-family: 'Josefin Sans', sans-serif;
}
.entry-content, .entry-summary {
    font-family: 'Josefin Sans', sans-serif;
}
.text-orange{
    color: #f18500;
}
.text-lightBlue{
    color: #4884c4;
}
.fa-instagram:before, .fa-facebook-f:before {
    font-family: 'Font Awesome 5 Brands';
    font-weight: 400;
}
.auto_scroll_bar {
    overflow: hidden;
}
#myAutoScrrollEle {
    padding-right: 17px;
    width: 100%;
    box-sizing: content-box;
	pointer-events:none;
}

.custom-container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

#google_language_translator{
    display: none;
}
.goog-te-combo{
    display: none;
}

/* LightBox */
div.pp_pic_holder{
    top: 0 !important;
    height: 100%;
    position: fixed;
}
.pp_content_container{
    width: 100%;
    height: 100%;
}
.pp_content_container a{
    text-decoration: none;
}
.pp_content_container .pp_left {
    padding-left: 0;
    height: 100%;
}
.pp_content_container .pp_right {
    padding-right: 0;
    height: 100%;
}
.pp_content_container .pp_content {
    max-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100% !important;
}
.pp_content_container .pp_content .pp_fade{
    height: 100%;
}
.pp_content_container .pp_content .pp_fade .pp_hoverContainer{
    height: calc(100% - 40px) !important;
}
.pp_content_container .pp_content .pp_fade #pp_full_res {
    height: calc(100% - 40px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pp_content_container .pp_content .pp_fade #pp_full_res img {
    width: auto !important;
    max-height: 100% !important;
    max-width: 100%;
}
div.dark_rounded .pp_details {
    border-top: 1px solid #fff;
    margin-top: 5px;
    padding-top: 5px;
}
div.dark_rounded .pp_details a.pp_close{
    top: 6px;
}
/* LightBox */

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow-y: scroll !important;
    padding: 0 20px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
/* .scroll-element.scroll-x.scroll-scrolly_visible */
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
/*************** SCROLLBAR BASE CSS ***************/

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 2px;
    top: 0;
    width: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 1;
}
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #ebebeb; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #363c39; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #1d1f1e; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #1d1f1e; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }
/*************** SIMPLE INNER SCROLLBAR ***************/


/* Button Style */
a.btn-primary, button.btn-primary{
    background-color: transparent;
    border: 2px solid #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 25px 10px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
a.btn-primary:hover, button.btn-primary:hover{
    background-color: #ffffff;
    color: #000000;
}
a.btn-primary:focus, button.btn-primary:focus{
    background-color: #ffffff !important;
    color: #000000 !important;
}
a.btn-primary.btn-sm, button.btn-primary.btn-sm{
    font-size: 17px;
    line-height: 26px;
    padding: 12px 20px 8px;
}
a.btn-primary.orange, button.btn-primary.orange{
    background-color: #F1862F;
    border: 0;
}
a.btn-primary.orange:hover, button.btn-primary.orange:hover{
    background-color: #f18501;
    color: #ffffff !important;
}
a.btn-primary.orange:focus, button.btn-primary.orange:focus{
    background-color: #f18501 !important;
    color: #ffffff !important;
}

.owl-carousel .owl-item img{
    width: auto;
}

.drop-down-handler {
    text-align: center;
    border: 1px solid #000000;
    padding: 15px 20px 11px;
    letter-spacing: 0;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop-down-handler::after {
    content: '';
    border-left: 8px solid transparent;
    border-top: 10px solid #000000;
    border-right: 8px solid transparent;
    margin-left: 10px;
    margin-bottom: 3px;
}
.drop-down-content {
    display: none;
    padding: 12px 20px;
    margin: 0;
    list-style: none;
    background-color: #e5e5e5;
}
.drop-down-content li:not(:last-child){
    border-bottom: 1px solid #cccccc;
}
.drop-down-content li a {
    text-decoration: none;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    padding: 8px 0 4px;
    transition: color 0.5s ease-in-out;
}
.drop-down-content li a:hover{
    color: #f18500;
}

/* Header */
.site-header{
    max-width: 100%;
    padding: 10px 0;
    background-color: #0f3d60;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    align-items: center !important;
    transition: all 0.3s ease-in-out;
}
/* .site-header.fixed{
    border-bottom: 1px solid #ffffff3d;
} */
.site-header::before, .site-header::after{
    display: none;
}
.admin-bar .site-header{
    top: 32px;
}
.site-header .site-branding{
    margin: 0;
}
.site-header .site-logo{
    margin: 0 0 0 20px;
}
.site-header .site-logo a:focus{
    text-decoration: none;
    outline: none !important;
    background-color: transparent !important;
}
.site-header .site-logo img.custom-logo{
    transition: all 0.3s ease-in-out;
    max-width: 200px;
    max-height: initial;
}
.site-header.fixed .site-logo img.custom-logo{
    max-width: 120px;
}
.site-header.fixed .primary-menu-container > ul > li, .site-header.fixed .lang-selector {
    display: none;
}
.site-header.fixed .site-search{
    border-left: 0;
}
.site-header.fixed .primary-menu-container > ul > li:nth-child(1) {
    display: block;
    border-right: 1px solid #f18500;
}
.site-logo span{
    display: block;
}
.primary-navigation{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}
.primary-navigation .primary-menu-container{
    margin: 0;
}
.primary-navigation #primary-menu-list li a{
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 15px 10px;
    transition: color 0.3s ease-in-out;
}
.site-header.fixed .primary-navigation #primary-menu-list li a{
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
}
.primary-navigation #primary-menu-list li > a:hover{
    color: #ffd600;
}
.primary-navigation #primary-menu-list li a:hover, .primary-navigation #primary-menu-list li a:focus{
    background-color: transparent !important;
    text-decoration: none;
}
.primary-navigation #primary-menu-list li:nth-child(1) a{
    color: #f18500;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}
/* .primary-navigation #primary-menu-list li:nth-child(2) a::before{
    content: '';
    background-color: #ffffff80;
    box-shadow: 0 0 8px -2px #ffffff;
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    animation: highlight 4s infinite;
    transform: rotate(-20deg);
}
@keyframes highlight {
    0%{
        left: -10%;
    }
    100%{
        left: 110%;
    }
} */
.primary-navigation #primary-menu-list li.current-menu-item a{
    color: #ffd600;
    text-decoration: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle{
    position: relative;
    padding: 0;
    width: auto;
    margin: 0;
    height: auto;
    display: none;
}
.primary-navigation .primary-menu-container > ul > .menu-item > a + .sub-menu-toggle::after{
    content: '';
    background: url(../images/down-arrow.png) no-repeat center center;
    width: 10px;
    height: 10px;
    display: block;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item > a + .sub-menu-toggle span{
    display: none !important;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item.menu-item-has-children:hover .sub-menu{
    display: block;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item .sub-menu{
    background-color: #ffffff;
    width: 250px;
    /* right: 0; */
    left: 0;
    border: 0;
    padding: 14px 0;
    transform: translateY(0px);
    -webkit-animation: to-top 0.3s linear;
    animation: to-top 0.3s linear;
    opacity: 1;
    border-top: 4px solid #f18500;
}
@keyframes to-top {
    0%{
        transform: translateY(30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0px);
        opacity: 1;
    }
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item .sub-menu::before, .primary-navigation .primary-menu-container > ul > .menu-item .sub-menu::after{
    display: none;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item .sub-menu > li{
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item .sub-menu > li a {
    font-size: 16px;
    line-height: 18px;
    padding: 10px 15px 7px;
    color: #0f3d60;
    transition: all 0.3s ease-in-out;
}
.primary-navigation .primary-menu-container > ul#primary-menu-list > .menu-item .sub-menu > li:hover a{
    color: #f18500;
}
.site-search{
    border-left: 1px solid #f18500;
    padding: 15px 0 15px 15px;
}
.site-search button#search{
    background-color: transparent;
    border: 0;
    border-radius: 0;
    color: #ffffff;
    display: block;
    padding: 0;
}
.site-search button#search:hover{
    color: #ffd600;
}
.site-search button#search i{
    display: block;
}
.lang-selector{
    border-right: 1px solid #f18500;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}
.lang-selector svg{
    width: 30px;
    fill: #ffffff;
    transition: fill 0.3s ease-in-out;
}
.lang-selector:hover svg{
    fill: #ffd600;
}
.lang-selector span{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 16px;
    line-height: 17px;
    padding: 5px 0 0 5px;
    transition: color 0.3s ease-in-out;
}
.lang-selector:hover span{
    color: #ffd600;
}
.donate-btn a{
    height: 130px;
    padding: 15px 20px 8px;
    background-color: transparent;
    color: #82C341 !important;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 28px;
    line-height: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.donate-btn a:hover, .donate-btn a:focus {
    background-color: transparent !important;
    text-decoration: none !important;
}
.site-header.fixed .donate-btn a{
    height: 80px;
}
.language-popup-wrapper{
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: #0f3d60;
    z-index: 99999;
}
.lang-lists-content{
    max-width: 615px;
    max-height: 380px;
}
.google-lang-lists{
    list-style: none;
    -moz-column-count: 3;
    column-count: 3;
}
li.notranslate{
    display: inline-block;
    margin: 3px 0 17px 0;
    min-width: 100px;
}
li.snotranslate{
    margin: 0 0 20px;
}
li.notranslate a{
    display: block;
    font-size: 20px;
    line-height: 28px;
    text-decoration: none;
    color: #fff;
    transition: color .4s ease 0s;
    outline: none;
}
li.notranslate a:hover{
    color: #ffd600;
}
li.notranslate a.active-lang{
    color: #f18500;
}
.close-btn {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 48px;
    right: 48px;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
.close-btn svg{
    width: 100%;
    height: 100%;
}
.close-btn svg *{
    fill: #ffffff;
}
.close-btn:focus{
    outline: none;
}
/* Header */

/* Body */
.site-main .entry-content {
    margin: 0;
    position: relative;
    z-index: 1;
}
.site-main{
    padding: 0;
}
.entry-content section {
    max-width: 100% !important;
    /*margin: 140px 0 0 0;*/
    margin: 0px 0 0 0;
}

.animate-banner-section{
    /* height: 100vh; */
   background-color: rgba(15, 61, 96);
    position: relative;
    margin: 140px 0 0 0!important;
}
.animate-banner-section:after {
    content: '';
    border-color: #0f3d60 transparent transparent transparent;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
    display: none;
}
.animate-banner-wrap{
    position: relative;
    height: 1400px;
    display: flex;
    /* flex-direction: row-reverse; */
}
.animate-banner-section .kc-row-container{
    height: 100%;
}
.animate-banner-section .kc-wrap-columns{
    height: 100%;
}
.animate-banner-section .kc_col-sm-12{
    padding: 0;
}
.animate-banner-section .banner-covered-video{
    position: sticky;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100vh;
    width: 50%;
}
/* .animate-banner-section .banner-covered-video::before{
    content: "";
    background-color: rgb(15 61 96 / 86%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
} */
.animate-banner-section video{
    object-fit: cover;
    object-position: center center;
    max-width: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    display: block;
    /* transform: scale(1.08); */
    min-width: 100%;
    /* position: fixed;
    top: 0; */
    z-index: -9999;
}
.animate-banner-container{
    position: sticky;
    height: 100vh;
    top: 0;
    left: 0;
    padding: 130px 50px 40px;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.animate-banner-section .banner-content-row{
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    /* transition: all 0.3s ease; */
}
.animate-banner-section .banner-content-row .full-hide, .animate-banner-section .banner-content-row .partial-hide{
    transition: opacity 1s ease-in-out;
}
.animate-banner-section .banner-content-row p{
    font-size: 32px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    margin: 0;
}
.animate-banner-section .banner-content-row a{
    background-color: transparent;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.animate-banner-section .banner-content-row a.hide-play{
    height: 0;
    overflow: hidden;
    margin: 0;
}
.animate-banner-section .banner-content-row a:hover, .animate-banner-section .banner-content-row a:focus{
    opacity: 1;
    background: transparent !important;
    text-decoration: none !important;
    color: #ffffff;
}
.animate-banner-section .play-video-wrap{
    display: none;
    margin: 0;
    position: absolute;
    bottom: 180px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: auto;
}
.animate-banner-section .play-video-wrap img{
    background-color: transparent;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
    margin-top: 20px;
}
.animate-banner-section .play-video-wrap img:hover{
    transform: scale(1.05);
}
.animate-banner-section a.btn-primary {
    display: table;
    margin: 40px auto 0;
    text-align: center;
    background-color: #82C341;
    border-color: #82C341;
    color: #ffffff;
}
.animate-banner-section a.btn-primary:hover{
    background-color: #82C341 !important;
    color: #ffffff;
}
.animate-banner-section a.btn-primary:hover{
    text-decoration: none;
    outline: none;
}
.animate-banner-section a.btn-primary span.text-deep-green{
    color: #25531c;
}
.animate-banner-section a.btn-primary span.text-orange{
    color: #f18500;
}
.animate-banner-section a.btn-primary span.text-green{
    color: #82C341;
}
.animate-banner-section .section-trigger{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 30px;
    width: auto;
    display: none;
    z-index: 3;
    animation-name: UpDown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    width: 30px;
}
.animate-banner-section .section-trigger a:focus{
    background-color: transparent !important;
}

@keyframes UpDown {
    0% {transform: translateY(-5px);}
    50% {transform: translateY(5px);}
    100% {transform: translateY(-5px);}
}

.who-we-are{
    padding: 80px 0;
    position: relative;
}
.who-we-are:after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.who-we-are h2{
    color: #f6891f;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}
.who-we-are h2 span{
    font-size: 30px;
    line-height: 30px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    color: #000000;
}
.who-we-are h3{
    font-size: 25px;
    line-height: 36px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.who-we-are .who-we-are-row-1{
    margin-bottom: 70px;
}
.who-we-are .who-we-are-row-1 h2{
    max-width: 1100px;
    margin: 0 auto 20px;
}
.who-we-are .who-we-are-row-1 p {
    padding-left: 250px;
    font-size: 30px;
    line-height: 38px;
    padding-right: 80px;
}
.who-we-are .who-we-are-row-2 h3{
    max-width: 1100px;
    margin: 0 auto 20px;
}
.who-we-are-row-2 .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    max-width: 1130px;
    margin: 0 auto 50px;
    float: none;
}
.who-we-are-row-2 .kc_row_inner .kc_column_inner{
    width: auto;
    width: auto !important;
}
.who-we-are-row-2 .kc_row_inner .kc_column_inner h3{
    margin: 22px 0 0;
}
.who-we-are .who-we-are-row-2 p{
    text-align: center;
    max-width: 1100px;
    margin: 0 auto 25px;
}
.who-we-are .who-we-are-row-2 p a{
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    color: #25531c;
    font-weight: 700;
    text-decoration: none;
}
.who-we-are .who-we-are-row-2 p a:hover{
    text-decoration: none;
}
.who-we-are a.kc_button.read-link{
    background-color: transparent;
    color: #25531c;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 20px auto 0;
    padding: 0;
}
.who-we-are a.kc_button.read-link i.fa-chevron-circle-right{
    color: #82c341;
}
.who-we-are a.kc_button.read-link:hover{
    color: #204d17;
}
.who-we-are .who-we-are-heading-line h2{
    font-size: 62px;
    line-height: 82px;
    margin-bottom: 0;
}

.who-we-serve{
    padding: 80px 0;
    position: relative;
}
.who-we-serve:after {
    content: '';
    border-color: #ffd600 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
}
.who-we-serve h2 {
    font-size: 90px;
    line-height: 85px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 0;
}
.serve-inner .kc_single_image{
    margin-bottom: 20px;
}
.serve-inner h3{
    color: #4b85c0;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.serve-inner p{
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    text-align: center;
}
.serve-inner a.kc_button.read-link{
    background-color: transparent;
    color: #4b85c0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 20px auto 0;
    padding: 0;
}
.serve-inner a.kc_button.read-link i.fa-chevron-circle-right{
    color: #f6891f;
    display: inline-block;
    line-height: initial;
    border-radius: 100%;
    background-color: #fff;
}
.serve-inner a.kc_button.read-link:hover{
    color: #3874b1;
}

.healthier-section{
    padding: 80px 0;
}
.healthier-section .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #ececec;
}
.healthier-section h2{
    color: #25531c;
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
}
.healthier-section h2 span{
    font-size: 35px;
    line-height: 42px;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
}
.healthier-section a.kc_button.read-link{
    background-color: transparent;
    color: #25531c;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
}
.healthier-section a.kc_button.read-link i.fa-chevron-circle-right{
    color: #82c341;
}
.healthier-section a.kc_button.read-link:hover{
    color: #204d17;
}

.research-details{
    padding: 80px 0;
    position: relative;
}
.research-details .kc-wrap-columns .kc-col-container{
    max-width: 800px;
    margin-left: auto;
}
.research-details h3{
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.research-details h3 span{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    display: block;
}
.research-details h2{
    color: #f18500;
    font-size: 128px;
    line-height: 120px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 30px;
}
.research-details p {
    font-size: 20px;
    line-height: 36px;
    font-weight: 600;
    color: #414141;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
.research-details p strong{
    font-size: 35px;
    line-height: 46px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

.support-us{
    padding: 60px 0;
    position: relative;
    background-color: #ffffff;
}
.support-us .left .kc-col-inner-container .main-heading-sub-text{
    position: sticky;
    top: 150px;
    left: 0;
}
.support-us h2{
    font-size: 72px;
    line-height: 80px;
    font-weight: 900;
    color: #000000;
    font-family: 'Playfair Display', serif;
}
.support-us .kc_row_inner{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    
}
/* .support-us .kc_row_inner .kc_text_block{
    width: auto;
} */
.support-us .kc_row_inner .kc_col-sm-8{
    max-width: 830px;
    margin-left: auto;
}
.support-us iframe {
    width: 100% !important;
    max-width: 1024px !important;
}

/* Community Insight */
body.page.community-insights-page .inner-page .entry-header{
    display: none;
}
.community-insights-page .site-header{
    background-color: #0f3d60cc;
}
.community-insights-page .site-header.fixed{
    background-color: #0f3d60;
}
.community-insights-page .entry-header{
    display: none;
}

.community-insights-banner-section{
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
}
.community-insights-banner-section h1{
    color: #ffffff;
    font-size: 82px;
    line-height: 86px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}

/* Hunger page */
body.page.hunger-page .inner-page .entry-header{
    display: none;
}
.hunger-page .site-header{
    background-color: #0f3d60cc;
}
.hunger-page .site-header.fixed{
    background-color: #0f3d60;
}
.hunger-page .entry-header{
    display: none;
}
.hunger-banner-section{
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
}
.hunger-banner-section h1{
    color: #ffffff;
    font-size: 82px;
    line-height: 86px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}

.hunger-impact{
    padding: 100px 0 80px;
    position: relative;
}
.hunger-impact::after{
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.hunger-impact h2{
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.hunger-impact-type{
    margin-top: 50px;
    margin-bottom: 50px;
}
.hunger-impact .kc_row_inner h3{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    margin-top: 30px;
}
.hunger-impact .kc_row_inner h3 strong{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    display: block;
}
.hunger-impact .kc_row_inner .type-1 h3 {
    color: #4884c4;
}
.hunger-impact .kc_row_inner .type-2 h3 {
    color: #f6891f;
}
.hunger-impact .kc_row_inner .type-3 h3 {
    color: #82c341;
}
.hunger-impact .kc_row_inner h4 {
    font-weight: 600;
    font-size: 24px;
    color: #363636;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}
.hunger-impact h2.section-title{
    font-size: 60px;
    line-height: 60px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 0;
}

.hunger-process{
    padding: 120px 0 0;
    position: relative;
}
.hunger-process::before{
    content: '';
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2 );
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.hunger-process::after{
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.children-row .left{
    position: relative;
    padding: 0;
}
.children-row .left::before{
    content: '';
    background: url(../images/orange-dot.png) no-repeat 0 0;
    background-size: contain;
    width: 26px;
    height: 24px;
    position: absolute;
    top: -7px;
    right: -13px;
    display: block;
    z-index: 1;
}
.children-row .left::after{
    content: '';
    background-color: #f18500;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
}
.children-row .right{
    padding-left: 30px;
}
.children-row .right h2{
    color: #f6891f;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}
.children-row .right .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.children-row .right .kc_col-sm-7{
    padding-right: 12%;
}
.children-row .right .kc_col-sm-7 p{
    font-weight: 600;
}
.children-row .right .kc_col-sm-7 a.btn-primary.orange{
    margin-top: 10px;
}
.seniors-row .left{
    position: relative;
    padding-top: 100px;
    padding-right: 30px;
}
.seniors-row .left h2{
    color: #82c341;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}
.seniors-row .left .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.seniors-row .left .kc_col-sm-7{
    padding-left: 12%;
    padding-right: 4%;
}
.seniors-row .left .kc_col-sm-7 p{
    font-weight: 600;
}
.seniors-row .left::before{
    content: '';
    background: url(../images/green-dot.png) no-repeat 0 0;
    background-size: contain;
    width: 26px;
    height: 24px;
    position: absolute;
    top: -7px;
    right: -13px;
    display: block;
    z-index: 1;
}
.seniors-row .left::after{
    content: '';
    background-color: #82c341;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
}
.seniors-row .right{
    padding-top: 100px;
}
.poor-families-row .left{
    position: relative;
    padding-top: 100px;
    padding-left: 0;
}
.poor-families-row .left::before{
    content: '';
    background: url(../images/blue-dot.png) no-repeat 0 0;
    background-size: contain;
    width: 26px;
    height: 24px;
    position: absolute;
    top: -7px;
    right: -13px;
    display: block;
    z-index: 1;
}
.poor-families-row .left::after{
    content: '';
    background-image: linear-gradient(to bottom, #4884c4 60%, transparent );
    /* background-color: #4884c4; */
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2px;
}
.poor-families-row .right{
    padding-top: 100px;
    padding-left: 30px;
}
.poor-families-row .right h2{
    color: #4884c4;
    font-size: 48px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
}
.poor-families-row .right .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
}
.poor-families-row .right .kc_col-sm-7{
    padding-right: 12%;
}
.poor-families-row .right .kc_col-sm-7 p{
    hyphens: auto;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #343434;
}

.how-we-feed{
    padding: 130px 0;
}
.how-we-feed .kc-container{
    max-width: 1200px;
}
.how-we-feed h2{
    color: #ffd600;
    font-size: 62px;
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 25px;
}
.how-we-feed p{
    color: #ffffff;
    margin-bottom: 20px;
    text-align: left;
}
.how-we-feed p:last-child{
    margin-bottom: 0;
}
.how-we-feed p span{
    color: #ffd600;
}

.hunger-store{
    padding: 100px 0 50px;
}
.hunger-store .kc-col-container{
    position: relative;
    clear: both;
    overflow: hidden;
}
.hunger-store .kc-col-container .kc-title-wrap {
    position: absolute;
    bottom: -16px;
    left: -1px;
}
.hunger-store .kc-col-container .kc-title-wrap h2{
    color: #ffffff;
    font-size: 70px;
    line-height: 65px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}

.hunger-faq{
    padding: 0 0 80px;
    position: relative;
}
.hunger-faq::after{
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.hunger-faq .left{
    padding-left: 0;
}
.hunger-faq .right p{
    font-weight: 600;
}
.hunger-faq .right .two-col-list{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style-position: inside;
    margin: 30px 0 40px;
}
.hunger-faq .right .two-col-list li{
    width: 50%;
    margin-bottom: 8px;
    padding-left: 25px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
}
.hunger-faq .right .kc_accordion_section{
    padding-bottom: 30px;
}
.hunger-faq .right .kc_accordion_section:last-child{
    padding-bottom: 0;
}
.hunger-faq .right .kc_accordion_section>.kc_accordion_header{
    border-color: transparent;
}
.hunger-faq .right .kc_accordion_header .ui-accordion-header-icon{
    display: none;
}
.hunger-faq .right .kc_accordion_header>a{
    padding: 0;
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 28px;
    line-height: 28px;
    font-weight: 300;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.hunger-faq .right .kc_accordion_header>a:hover{
    color: #f18500;
}
.hunger-faq .right .kc_accordion_header>a:focus{
    outline: none !important;
    text-decoration: none;
    background-color: transparent;
    color: #f18500;
}
.hunger-faq .right .kc_accordion_header>a i{
    border: 1px solid #e0e0e0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 16px;
    color: #f18500;
    transition: all 0.3s ease-in-out;
    margin-bottom: -1px;
    flex-shrink: 0;
}
.hunger-faq .right .kc_accordion_header>a i:before{
    transition: all 0.3s ease-in-out;
}
.hunger-faq .right .kc-section-active .kc_accordion_header>a i:before {
    transform: rotate( 90deg );
}
.hunger-faq .right .kc_accordion_content{
    border-color: transparent;
}
.hunger-faq .right .kc_accordion_content p{
    font-size: 20px;
    line-height: 26px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    color: #343434;
    margin-bottom: 15px;
}
.hunger-faq .right .kc_accordion_content p:last-child{
    margin-bottom: 0;
}
.hunger-faq .right .kc_accordion_content ul {
    padding-left: 25px;
    margin-bottom: 20px;
}
.hunger-faq .right .kc_accordion_content ul:last-child{
    margin-bottom: 0;
}
.hunger-faq .right .kc_accordion_content ul li {
    color: #343434;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    margin-bottom: 2px;
}
.hunger-faq .right .kc_accordion_content ul li:last-child{
    margin-bottom: 0;
}
.hunger-faq .right .kc_accordion_content .kc-panel-body{
    padding-left: 40px;
}

.why-nutrition{
    padding: 120px 0;
    position: relative;
}
.why-nutrition::before{
    content: '';
    background: url(../images/apple-02.png) no-repeat 0 0;
    width: 530px;
    height: 1000px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.why-nutrition::after{
    content: '';
    /*border-color: #4884c4 transparent transparent transparent;*/
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.why-nutrition .kc-col-container{
    max-width: 900px;
}
.why-nutrition h2{
    color: #ffffff;
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
}
.why-nutrition h3{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.why-nutrition h3 span{
    font-weight: 600;
    /*color: #0f3d60;*/
    color: #F1862F;
}
.why-nutrition p{
    color: #ffffff;
    margin-bottom: 15px;
}
.why-nutrition ul{
    padding-left: 25px;
    margin-bottom: 20px;
}
.why-nutrition li{
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
}
.why-nutrition .kc_row_inner{
    margin-top: 50px;
}
.why-nutrition a.read-link {
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: 0;
    padding: 0;
}
.why-nutrition a.read-link i.fa-chevron-circle-right, .why-nutrition a.read-link i.fa-chevron-circle-up {
    color: #ffd600;
}
.why-nutrition a.read-link:focus{
    background-color: transparent !important;
    text-decoration: none !important;
}

.foundation-section{
    padding: 120px 0;
}
.foundation-section h2{
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.foundation-section .section-subtitle{
    margin-bottom: 30px;
}
.foundation-section .section-subtitle p{
    text-align: center;
    font-weight: 600;
}
.foundation-section .custom-accordion-wrap{
    position: relative;
}
.fruits-wrap img{
    width: 760px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: auto;
    min-width: 625px;
    z-index: 999;
    transition: background-color 1s ease-out, border 1s ease-out;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group::before{
    content: '';
    width: 50px;
    height: 2px;
    background-color: #ffd600;
    position: absolute;
    left: -55px;
    top: 12px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.kc-section-active{
    background-color: #ffffff;
    border: 1px solid #ffd600;
    padding: 0;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.accor-1{
    top: 7%;
    left: 42%;
    max-width: 690px;
    z-index: 9994;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.accor-2{
    top: 23%;
    left: 44%;
    max-width: 740px;
    min-width: 700px;
    z-index: 9993;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.accor-3{
    top: 40%;
    left: 49%;
    min-width: 660px;
    z-index: 9992;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.accor-4{
    top: 58%;
    left: 57%;
    min-width: 500px;
    z-index: 9991;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group.accor-5 {
    top: 79%;
    left: 59%;
    min-width: inherit;
    max-width: 450px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_header{
    border: 0;
    width: auto;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_header .ui-accordion-header-icon{
    background-color: #e4e4e4;
    width: 18px;
    height: 18px;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 6px;
    transform: rotate(180deg);
    background-position: 1px 0;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_header .ui-accordion-header-icon::before{
    content: "+";
    font-size: 16px;
    line-height: 14px;
    color: #f18501;
    font-weight: 400;
    font-family: 'FontAwesome';
}
.foundation-section .custom-accordion-wrap .kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon {
    background-color: #0f3d60;
    transform: rotate(0deg);
    background-position: 2px 0;
}
.foundation-section .custom-accordion-wrap .kc-section-active .kc_accordion_header.ui-state-active>span.ui-accordion-header-icon:before {
    content: "\f04b";
    color: #ffffff;
    transform: rotate(90deg);
    font-size: 9px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group .kc_accordion_header>a{
    padding: 8px 30px 2px 10px;
    color: #000;
    font-size: 28px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 300;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group .kc_accordion_header>a:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    background-color: #e4e4e4;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 5px;
    background-image: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/images/ui-icons_222222_256x240.png");
    background-position: -64px 1px;
    font-family: simple-line-icons;
    background-repeat: no-repeat;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group .kc_accordion_header.ui-state-active>a:after{
    background-image: url("https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png");
    background-color: #0f3d60;
    background-position: 1px 1px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section.group .kc_accordion_header>a:focus{
    background-color: transparent !important;
    outline: none !important;
    text-decoration: none;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_content{
    border: 0;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_content .kc-panel-body{
    padding: 0 10px 5px 10px;
}
.foundation-section .custom-accordion-wrap .kc_accordion_section .kc_accordion_content p{
    color: #000;
    font-weight: 600;
    line-height: 22px;
}
/* Hunger page */

/* Need Food */
body.page.need-food-page .inner-page .entry-header {
    display: none;
}
.need-food-page h2{
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 30px;
}
.need-food-banner-section{
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
}
.need-food-banner-section h1{
    color: #ffffff;
    font-size: 90px;
    line-height: 90px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}
.need-food-banner-section h1 span{
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
    margin-bottom: 15px;
}
.how-to-find-food{
    padding: 60px 0;
    position: relative;
}
.how-to-find-food::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.how-to-find-food .kc_row_inner{
    align-items: center;
}
.how-to-find-food .kc_row_inner .right{
    padding-left: 40px;
}
.how-to-find-food p{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333332;
}
.how-to-find-food ul {
    margin-bottom: 20px;
}
.how-to-find-food ul li{
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    color: #333332;
    font-family: 'Josefin Sans', sans-serif;
}
.how-to-find-food .kc_row_inner .right a{
    text-decoration: none;
}
.how-to-find-food p span.green-note{
    color: #82C341;
}

.food-assistance{
    padding: 100px 0 45px;
    position: relative;
}
.food-assistance::before {
    content: '';
    background: url(../images/cal_fruit.png) no-repeat 0 0;
    display: block;
    position: absolute;
    right: 5%;
    top: -11%;
    width: 50%;
    height: 790px;
    background-size: 100%;
}
.food-assistance::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.food-assistance .kc_row_inner.inner-container{
    width: 50%;
}
.food-assistance .kc_row_inner.call-inner-container{
    align-items: center;
    margin: 20px -15px;
}
.food-assistance .kc_row_inner.call-inner-container p{
    margin-bottom: 0;
}
.food-assistance p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #333332;
}
.food-assistance p a.read-link{
    font-weight: 700;
    color: #333332;
    text-decoration: none;
}
.food-assistance p a.read-link:focus{
    background-color: transparent;
    text-decoration: none;
}
.food-assistance p a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
    margin-left: 5px;
}

.meals-for-kid{
    padding: 120px 0;
}
.meals-for-kid h2{
    color: #ffffff;
}
.meals-for-kid .left{
    padding-left: 0;
}
.meals-for-kid .right{
    padding-left: 50px;
    padding-right: 80px;
}
.meals-for-kid p{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ffffff;
}
.meals-for-kid .distribution-location{
    align-items: center;
}
.meals-for-kid .distribution-location p{
    font-size: 28px;
    line-height: 34px;
    font-weight: 300;
    margin: 0;
}
.meals-for-kid .distribution-location p a.read-link{
    font-weight: 600;
    color: #f18500;
    text-decoration: none;
}
.meals-for-kid .distribution-location p a.read-link:focus{
    color: #f18500;
    background-color: transparent;
    text-decoration: none;
}
.meals-for-kid .distribution-location p a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
    margin-left: 11px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 1;
    font-size: 20px;
    transform: translateY(-3px);
}
/* Need Food */

/* Career */
body.page.career-page .inner-page .entry-header {
    display: none;
}
.page.career-page .site-main .entry-content{
    padding-bottom: 0;
}
.page.career-page .application_details{
    border: 1px solid #e7e7e7;
    background-color: #fff;
}
.page.career-page .application_details ul{
    margin-bottom: 0;
    border-top: 0;
    padding: 0;
}
.page.career-page .application_details ul li{
    text-align: left;
    border-color: #e7e7e7;
    padding: 1em 2em;
}
.page.career-page .application_details ul li:last-child{
    border-bottom: 0;
}
.page.career-page .application_details ul li .position{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.career-page .application_details ul li .position h3{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 0;
}
.career-page .application_details ul li .position ul.meta{
    list-style: none;
}
.career-page .application_details ul li .position ul.meta li{
    padding: 0;
}
.career-page .application_details ul li .position ul.meta li.full-time{
    color: #f18500;
}
.career-page .application_details ul li ul.job_action{
    list-style: none;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.career-page .application_details ul li ul.job_action li{
    padding: 0;
}
.career-page .application_details ul li ul.job_action li{
    border-right: 2px solid #0645AD;
    padding-right: 10px;
    margin-right: 10px;
}
.career-page .application_details ul li ul.job_action li:last-child{
    border-right: 0;
    padding-right: 0;
    margin-right: 0;
}
.career-page .application_details ul li a{
    line-height: 20px;
    padding: 0;
    color: #0645AD;
}
.career-page .application_details ul li a:hover{
    background-color: transparent;
}
.career-page .application_details ul li a div.position{
    padding: 0;
}
.career-page .application_details ul li .pos_desc{
    margin-bottom: 20px;
}
.career-page .application_details ul li .pos_desc a{
    color: #000000;
    display: block;
}
.career-page .application_details ul li .pos_desc a::after{
    content: '\f35d';
    font-size: 16px;
    color: #F1862F;
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    font-weight: normal;
    margin-left: 8px;
}
.career-page .application_details ul li .apply_btn a {
    background-color: #F1862F;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 12px 25px 8px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    border: 0;
    display: table;
    width: auto;
}
.career-page .application_details ul li .apply_btn a:hover{
    background-color: #f18501;
    color: #ffffff !important;
}
.career-page .application_details ul li .apply_btn a:focus{
    background-color: #f18501 !important;
    color: #ffffff !important;
}
.at-risk{
    position: relative;
}
.at-risk::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.at-risk .kc_row_inner{
    max-width: 50%;
    padding: 120px 0;
}
.at-risk .kc_row_inner h2{
    font-size: 34px;
    line-height: 42px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 25px;
}
.at-risk .kc_row_inner p{
    font-weight: 500;
    color: #333332;
    margin-bottom: 20px;
}
.at-risk .kc_row_inner p:last-child{
    margin: 0;
}
.at-risk .kc_row_inner p strong{
    color: #333332;
}
.apply-now{
    padding: 120px 0;
    position: relative;
}
.apply-now::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.apply-now h2{
    font-size: 46px;
    line-height: 52px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 50px;
}
.apply-now h3{
    font-weight: 600;
    margin-bottom: 15px;
}
.apply-now p{
    font-weight: 500;
    color: #333332;
    margin-bottom: 20px;
}
.apply-now p:last-child{
    margin-bottom: 0;
}
.apply-now p a{
    text-decoration: none;
}
.apply-now ul{
    padding-left: 40px;
    margin-bottom: 20px;
}
.apply-now ul li{
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    color: #333332;
}
.apply-now ul li .meta li{
    font-size: 14px;
    line-height: 20px;
}
.apply-now ul li a{
    text-decoration: none;
}
.apply-now p a:focus, .apply-now ul li a:focus{
    background-color: transparent !important;
    text-decoration: none !important;
}
.career-page .apply-now .kc_col-sm-9 .kc_text_block{
    margin-bottom: 15px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form input[type="text"]{
    margin: 0 0 15px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form textarea{
    margin: 0 0 15px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-city-state-zip{
    flex: 0 0 calc(33.33% - 24px);
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-desired-compensation, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-positions-applied-for{
    flex: 0 0 calc(33.33% - 24px);
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-legally-eligible-for-employment-in-the-u-s, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-have-you-ever-been-employed-by-second-harvest-before{
    flex: 0 0 calc(50% - 15px);
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-available-to-start-work, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-do-you-know-anyone-who-is-currently-employed-with-second-harvest{
    flex: 0 0 calc(33.33% - 24px);
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-available-to-start-work, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-do-you-know-anyone-who-is-currently-employed-with-second-harvest{
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 0;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-yes-please-identify-by-name-and-relationship, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-able-to-speak-any-languages-other-than-english-that-may-be-helpful-in-the-job, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-so-please-list-any-languages-that-you-would-like-management-to-consider{
    flex: 0 0 calc(33.33% - 24px);
    margin-bottom: 20px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-other-educational-institutions, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-other-degree-certification-achieved{
    margin-bottom: 20px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-summarize {
    margin-bottom: 20px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration{
    margin-bottom: 15px;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form input[type="file"]{
    margin: 0;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-form fieldset small.description{
    line-height: 16px;
    display: block;
}
.career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-upload-resume, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-upload-cover-letter, .career-page.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date {
    margin-bottom: 20px;
}

.we-are{
    padding: 100px 0 0;
}
.we-are .kc_row_inner .kc_col-sm-12{
    padding: 0;
}
.we-are-text{
    display: flex !important;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto 120px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
}
.we-are-text h2{
    color: #f6891f;
    font-size: 100px;
    line-height: 100px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}
.we-are-text .kc_text_block p {
    font-size: 34px;
    line-height: 38px;
    font-weight: 500;
    letter-spacing: 0.2px;
    padding-left: 180px;
    padding-right: 80px;
}
.we-are-text .kc_text_block p strong{
    font-weight: 700;
    color: #f6891f;
}

.career-page .gform_wrapper h2.gform_title{
    font-size: 60px;
    line-height: 60px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    color: #000;
}
.career-page .gform_wrapper .gfield{
    margin-bottom: 15px;
}
.career-page .gform_wrapper .gfield_label{
    font-size: 18px;
    line-height: 24px;
    color: #000;
}
.career-page .gform_wrapper .ginput_container input{
    width: 100%;
    border: 1px solid #ddd;
}
.career-page .gform_wrapper .gform_button{
    background-color: #f18500;
    border: 2px solid #f18500;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 25px 10px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
}
/* Career */

/* About */
body.page.about-page .inner-page .entry-header {
    display: none;
}
.about-basic{
    padding: 120px 0;
    text-align: center;
}
.about-basic .about-basic-row{
    padding-bottom: 60px;
    margin-bottom: 60px;
    position: relative;
}
.about-basic .about-basic-row:last-child{
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-basic .about-basic-row:not(:last-child):after {
    content: '';
    background-color: #ffffff;
    height: 3px;
    width: 350px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.about-basic h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
}
.about-basic p {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    max-width: 720px;
    margin: 0 auto;
}
.about-basic ul{
    max-width: 720px;
    margin: 0 auto;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
}
.about-basic ul li {
    font-size: 32px;
    line-height: 40px;
    color: #ffffff;
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.about-basic ul li:not(:last-child)::after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    top: 46%;
    right: -4px;
    transform: translateY(-50%);
}
.our-boards{
    padding: 120px 0;
    position: relative;
}
.meet-the-team{
    padding: 120px 0 50px 0;
    position: relative;
}
.meet-the-team h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.meet-the-team .subtitle p {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 1230px;
    margin: 0 auto 50px;
    padding: 0 15px;
}
.meet-the-team .team-list, .our-boards .board-list{
    max-width: 1230px;
    margin: 0 auto;
    float: none;
}
.meet-the-team h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6891f;
    max-width: 1230px;
    margin: 0 auto 20px;
    padding: 0 15px;
}
.our-boards h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6891f;
    margin-bottom: 20px;
}
.meet-the-team .team-list h4, .our-boards .board-list h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4884c4;
    margin-bottom: 5px;
}
.meet-the-team .team-list ul, .our-boards .board-list ul{
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
/*.meet-the-team .team-list ul:last-child, .our-boards .board-list ul:last-child{
    margin-bottom: 0;
}*/
.meet-the-team .team-list ul li, .our-boards .board-list ul li{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
}
.dep-contact-section{
    padding: 0 0 100px;
    position: relative;
}
.dep-contact-section::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.dep-contact-section h3 {
    margin-bottom: 15px;
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f6891f;
}
.dep-contact-section .dep-contact-list ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 800px;
    margin: 0 auto;
}
.dep-contact-section .dep-contact-list ul li {
    width: 50%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 28px;
}
.dep-contact-section .dep-contact-list ul li a{
    text-decoration: none;
    color: #000000;
}
.our-boards::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.organisation-declaration{
    padding: 120px 0;
    position: relative;
    background-color: #25531c;
    color: #fff;
}
.organisation-declaration p{
    color: #fff;
}
.organisation-declaration::after {
    content: '';
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.organisation-declaration p{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    margin: 0;
}
.harvesters{
    padding: 120px 0;
    position: relative;
}
.harvesters::after {
    content: '';
    border-color: #0f3d60 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.harvesters h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: #ffffff;
}
.harvesters h3{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 20px;
}
.harvesters .kc-col-container{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}
.harvesters .kc_text_block .harvester-para-row{
    margin-bottom: 40px;
}
.harvesters .harvester-para-row:last-child{
    margin-bottom: 0;
}
.harvesters p{
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
}
.harvesters p strong{
    margin-bottom: 15px;
    display: inline-block;
}
.harvesters ul{
    padding-left: 25px;
}
.harvesters ul li{
    font-size: 24px;
    line-height: 32px;
    color: #ffffff;
}
.harvesters .kc_single_image{
    text-align: center;
    margin-top: 60px;
}
.harvesters .kc_single_image img{
    max-width: 420px;
}
.big-bg-section .kc_col-sm-12{
    padding: 0;
}
.big-bg-section .kc_text_block p{
    font-size: 20px;
    line-height: 28px;
    margin: 30px 0 0;
}
.special-thanks{
    padding: 80px 0;
}
.special-thanks h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 15px;
}
.special-thanks .subtitle p {
    font-size: 29px;
    line-height: 38px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.donation-list{
    text-align: center;
    margin-bottom: 30px;
}
.donation-list h3{
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}
.donation-list ul{
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
}
.donation-list ul li{
    font-size: 20px;
    line-height: 26px;
    /*font-weight: 700;*/
    margin-bottom: 10px;
}
.underwriters #myAutoScrrollEle {
    display: flex;
    flex-wrap: wrap;
}
.underwriters #myAutoScrrollEle .left, .underwriters #myAutoScrrollEle .right {
    width: 50%;
padding-top: 100px;
}
.partners-sponsors h2, .fashion-show h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 15px;
}
.partners-sponsors .subtitle p, .fashion-show .subtitle p {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}
.fashion-show{
    padding: 40px 0;
}
.harvesters-members {
    padding: 0 0 50px;
}
.harvesters-members h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 50px;
}
.harvesters-members .kc_row_inner{
    max-width: 1024px;
    margin: 0 auto;
    float: none;
}
.harvesters-members h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #4884c4;
    margin-bottom: 10px;
}
.harvesters-members ul{
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.harvesters-members ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 6px;
}
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    max-height: 300px;
}
.gallery-slider-for{
    clear: both;
}
.gallery-slider-for .slick-track{
    display: flex;
}
.gallery-slider-for .gallery-item {
    display: flex;
    max-height: 500px;
    background-color: #e9e9e9;
    height: auto;
}
.gallery-slider-for .gallery-item a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-slider-for .gallery-item a img{
    max-height: unset!important;
    width: 100%!important;
    height: auto!important;
    max-width: 800px!important;
}
.gallery-slider-nav{
    max-height: 140px;
}
.gallery-slider-nav .nav-item:not(.slick-current){
    padding: 0 2px;
    position: relative;
}
.gallery-slider-nav .nav-item:not(.slick-current)::before{
    content: '';
    background-color: rgb(43 24 0 / 29%);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gallery-slider-nav .nav-item img {
    height: 140px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border: 4px solid #fff;
    border-radius: 10px;
}
.gallery-section{
    padding: 100px 0;
}
.gallery-section h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 20px;
}
.contact-feedOC{
    padding: 80px 0;
    position: relative;
}
.contact-feedOC::after {
    content: '';
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.contact-feedOC h2{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}
.contact-feedOC p{
    font-size: 29px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 30px;
}
.contact-feedOC p a{
    font-weight: 700;
    text-decoration: none;
}
.contact-feedOC ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-feedOC ul li {
    font-size: 29px;
    line-height: 38px;
    color: #ffffff;
    margin-right: 40px;
    display: flex;
    align-items: center;
}
.contact-feedOC ul li a{
    color: #ffffff;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}
.contact-feedOC ul li a:hover{
    color: #f1862f;
}
.contact-feedOC ul li:last-child{
    margin-right: 0;
}
.contact-feedOC ul li i {
    color: #f1862f;
    font-size: 40px;
    line-height: 40px;
    margin-right: 10px;
}
.careers-section{
    padding: 120px 0 0;
}
.careers-section .kc-container{
    max-width: 1200px;
}
.careers-section h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.careers-section .kc_text_block.subtitle p{
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 30px;
}
.careers-section .kc_text_block p{
    font-size: 20px;
    line-height: 28px;
}
.careers-section .kc_text_block p a{
    font-weight: 600;
    text-decoration: none;
}
.careers-detailed h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.careers-detailed h4{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
}
.careers-detailed ul{
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.careers-section .kc_text_block p {
    font-size: 18px;
    line-height: 26px;
}
.careers-detailed ul li{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.careers-detailed ul li a{
    font-weight: 600;
    text-decoration: none;
}
.careers-detailed .left{
    padding-right: 25px;
}
.careers-detailed .left h4{
    font-size: 24px;
    line-height: 32px;
    color: #f1862f;
    margin-bottom: 10px;
}
.careers-detailed .left a.read-link {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 0;
    padding: 0;
}
.careers-detailed .left a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
    margin-left: 5px;
}
.map-section{
    padding: 120px 0;
}
.map-section .kc-container{
    max-width: 1200px;
}
.careers-section .kc_text_block p a{
    text-decoration: none;
}
.about-gallery-section .kc_image_gallery{
    margin: 0 -5px;
}
.about-gallery-section .item-grid{
    padding: 5px;
}
.about-gallery-section .item-grid a{
    display: block;
    position: relative;
}
.about-gallery-section .item-grid a .kc-image-overlay i{
    border-radius: 10px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    transition: all 0.5s ease-in-out;
}
.about-gallery-section .item-grid a .kc-image-overlay i:hover{
    background-color: #f1862f;
    border-color: #f1862f;
}
/* About */

/* Cryptocurrency Donations */
body.page.cryptocurrency-donations-page .inner-page .entry-header {
    display: none;
}
.payment-place{
    padding: 120px 0;
}
.payment-place .kc-container{
    max-width: 1200px;
}
.payment-place .kc-container .right{
    padding-left: 50px;
}
.payment-place .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.payment-place p{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 40px;
}
.payment-place p:last-child{
    margin-bottom: 0;
}
/* Cryptocurrency Donations */

/* Get Involved */
body.page.get-involved-page .inner-page .entry-header {
    display: none;
}
.ways-to-give{
    padding: 120px 0 80px;
}
.ways-to-give h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.give-steps {
    max-width: 1250px;
    margin: 0 auto 80px;
    float: none;
}
.give-steps .kc_col-sm-4{
    text-align: center;
}
.give-steps .kc_col-sm-4 .kc_single_image{
    margin-bottom: 30px;
}
.give-steps h3{
    font-size: 33px;
    line-height: 41px;
    font-weight: 700;
    color: #333332;
    margin-bottom: 12px;
}
.give-steps p {
    font-size: 20px;
    line-height: 26px;
    max-width: 340px;
    margin: 0 auto 20px;
    min-height: 130px;
}
.give-steps a.kc_button{
    background-color: #82c341;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px 9px;
}
.give-note {
    max-width: 1250px;
    margin: 0 auto 80px;
    padding: 0 15px;
    float: none;
    display: block;
}
.give-note p{
    font-size: 20px;
    line-height: 28px;
    color: #333332;
}
.other-give-way{
    padding: 0 0 120px;
    position: relative;
}
.other-give-way::before{
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.other-give-way h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.other-give-way .subtitle{
    margin-bottom: 80px;
}
.other-give-way .subtitle p{
   font-size: 24px;
    line-height: 35px;
    margin: 0 auto 50px auto;
    max-width: 1200px;
}
.other-giving-ways{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: 80px;
}
.other-giving-ways:first-child-child{
    padding-top: 0;
}
.other-giving-ways .kc_col-sm-3{
  width: 200px !important;
  flex-shrink: 0;
}
.other-giving-ways .kc_col-sm-9{
    width: calc(100% - 200px) !important;
    padding-left: 50px;
}
.other-giving-ways h3{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 15px;
}
.other-giving-ways h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 30px;
}
.other-giving-ways p{
    font-size: 20px;
    line-height: 28px;
}
.other-giving-ways a {
    text-decoration: none;
}
.other-giving-ways ul {
    padding-left: 20px;
    color: #f6891f;
}
.other-giving-ways ul li{
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
}
.other-giving-ways a.read-link {
    background-color: transparent;
    color: #f6891f;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    display: table;
    padding: 0;
}
.other-giving-ways a.read-link i.fa-chevron-circle-right {
    color: #f6891f;
    margin-left: 5px;
}
.other-giving-ways .ways-more-details{
    display: none;
    margin-bottom: 20px;
}
.other-giving-ways .ways-more-details h3{
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 20px;
}
.other-giving-ways .ways-more-details .text-big p{
    font-size: 32px;
    line-height: 38px;
}
.other-giving-ways .ways-more-details .text-big p:last-child{
    margin-bottom: 0;
}
.other-giving-ways .ways-more-details p a{
    color: #4884c4;
    text-decoration: none;
}
.virtual-food-drive{
    padding: 120px 0;
    position: relative;
}
.virtual-food-drive::before{
    content: '';
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.virtual-food-drive .kc-col-container{
    width: 600px;
}
.virtual-food-drive h2{
    font-size: 77px;
    line-height: 82px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    margin-bottom: 50px;
    color: #f6891f;
}
.virtual-food-drive p{
    font-size: 32px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 0;
}
.virtual-food-drive p a{
    text-decoration: none;
}
.volunteer{
    padding: 120px 0;
}
.volunteer h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.volunteer p{
    font-weight: 500;
    font-size: 19px;
}
.volunteer p a{
    color: #4884c4;
    text-decoration: none;
}
.volunteer .volunteer-types{
    margin: 40px -15px;
}
.volunteer .volunteer-types:last-child{
    margin-bottom: 0;
}
.volunteer .volunteer-types .kc_row_inner{
    margin-bottom: 40px;
}
.volunteer .volunteer-types .kc_row_inner:last-child{
    margin-bottom: 0;
}
.volunteer .volunteer-types h3{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 40px;
}
.volunteer .volunteer-types h4{
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #f18500;
}
.volunteer .volunteer-types h5{
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #f6891f;
    letter-spacing: 0;
}
.volunteer .volunteer-types h5 a{
    text-decoration: none;
}
.get-involved-page .special-thanks{
    padding: 120px 0;
    position: relative;
}
.get-involved-page .special-thanks::before{
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.get-involved-page .special-thanks .kc-container{
    max-width: 1200px;
}
.get-involved-page .special-thanks h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    color: #000000;
}
.get-involved-page .special-thanks h3{
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: center;
    color: #f6891f;
}
.get-involved-page .special-thanks .kc_row_inner{
    margin-bottom: 80px;
}
.get-involved-page .special-thanks .kc_row_inner:last-child{
    margin-bottom: 0;
}
.get-involved-page .special-thanks .thank-you-donars ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.get-involved-page .special-thanks ul li{
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    line-height: 22px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
}
.industry-donation{
    padding: 150px 0;
    position: relative;
}
.industry-donation::before{
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.industry-donation h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 25px;
}
.industry-donation p{
    font-weight: 600;
}
.industry-donation p em{
    font-weight: 400;
}
.industry-donation p a{
    color: #4884c4;
    text-decoration: none;
}
.industry-donation a.read-link {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: table;
    padding: 0;
    margin-bottom: 0;
}
.industry-donation a.read-link i.fa-chevron-circle-right {
    color: #25531c;
    margin-left: 5px;
}
.fid-more-info{
    display: none;
}
.fi-donation-top{
    margin-bottom: 80px;
}
.fi-donation-top .left{
    padding-left: 0;
}
.fi-donation-top .right{
    padding-right: 60px;
}
.fi-donation-feature .kc_col-sm-12 > .kc-col-inner-container{
    max-width: 1400px;
    margin: 0 auto;
    float: none;
    padding: 0 15px;
}
.fi-donation-feature .kc_row_inner{
    margin-bottom: 50px;
}
.fi-donation-feature .kc_row_inner:last-child{
    margin-bottom: 0;
}
.fi-donation-feature h3{
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    font-weight: 700;
}
.fi-donation-feature h4{
    font-size: 28px;
    line-height: 36px;
}
.fi-donation-feature p{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Josefin Sans', sans-serif;
}
.fi-donation-feature p:last-child{
    margin-bottom: 0;
}
.fi-donation-feature ul{
    padding: 0 0 0 20px;
    margin-bottom: 40px;
}
.fi-donation-feature ul li{
    color: #f6891f;
}
.events-section{
    padding: 120px 0;
    position: relative;
}
.events-section::before{
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.events-section h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 25px;
}
.events-section .subtitle p{
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 80px;
}
.events-section .subtitle p a{
    color: #4884c4;
    text-decoration: none;
}
.events-section .kc_row_inner{
    max-width: 1200px;
    margin: 0 auto 50px;
    float: none;
    padding: 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 2px solid #f1862f;
}
.events-section .kc_row_inner:last-child{
    margin-bottom: 0;
}
.events-section h4{
    font-size: 21px;
    line-height: 30px;
    color: #82C341;
    margin-bottom: 5px;
}
.events-section h3{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}
.events-section p{
    font-size: 20px;
    line-height: 24px;
}
.events-section p strong{
    margin-bottom: 20px;
    display: inline-block;
}
.events-section a.read-link {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: center;
    display: table;
    padding: 0;
    margin-bottom: 20px;
}
.events-section a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
    margin-left: 5px;
}
.advocacy-section{
    padding: 150px 0;
}
.advocacy-section .kc-container{
    max-width: 1200px;
}
.advocacy-section h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    text-align: center;
}
.advocacy-section p{
    font-size: 30px;
    line-height: 38px;
    color: #ffffff;
    margin-bottom: 30px;
}
.advocacy-section p strong{
    font-weight: 600;
    color: #f1862f;
}
.advocacy-section p:last-child{
    margin-bottom: 0;
}
.advocacy-section a{
    color: #4884c4;
    font-weight: 600;
    text-decoration: #4884c4;
}
/* Get Involved */
/* Body */

/* Footer */
.site-main .entry-footer {
    margin: 0 !important;
    padding: 0 10% !important;
    max-width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}
.site-footer{
    background-color: #000000;
    color: #ffffff;
    max-width: 100%;
    margin: 0;
    padding: 60px 0;
    position: relative;
    z-index: 1;
}
.site-footer .custom-container{
    display: flex;
    flex-wrap: wrap;
}
.site-footer .footer-left{
    width: 70%;
    border-right: 1px solid #fff;
}
.site-footer p span {
    border-right: 1px solid #f18500;
    padding-right: 7px;
    line-height: 18px;
}
.site-footer p a {
    color: #fff !important;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}
.site-footer p a:hover {
    color: #f18500 !important;
}
.site-footer .site-logo{
    margin: 0 0 30px;
}
.site-footer .site-logo .custom-logo-link img{
    max-width: 255px;
    max-height: inherit;
}
.site-footer p{
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    color: #ffffff;
}
.site-footer h2.widget-title, .site-footer h2{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.site-footer a{
    color: #ffffff;
}
.site-footer .widget-area{
    margin: 0;
    padding: 0;
    max-width: 100%;
    display: block;
}
.site-footer .widget-area .widget{
    margin: 0 0 40px;
}
.site-footer .widget-area .widget:last-child{
    margin: 0;
}
.site-footer .widget-area ul.menu {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
/*     padding-right: 100px; */
    max-width: 750px;
}
.site-footer .widget-area ul.menu li{
    width: 33.33%;
    padding-right: 15px;
    line-height: 0;
    margin-bottom: 15px;
}
.site-footer .widget-area ul.menu li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.5s ease-in-out;
}
.site-footer .widget-area ul.menu li a:hover{
    color: #f18500;
}
.site-footer .widget-area .widget_media_image img{
    width: auto !important;
}
.site-footer .footer-right{
    width: 30%;
    padding-left: 100px;
}
.site-footer .footer-left ul.partner-list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.site-footer .footer-left ul.partner-list li{
    margin: 0 20px 0 0;
}
.site-footer .footer-left ul.partner-list li:last-child{
    margin: 0;
}
.site-footer .footer-left ul.partner-list li img{
    width: 100px;
}
.site-footer .footer-right .newsletter-header h2{
    margin-top: 30px;
    margin-bottom: 5px;
}
.site-footer .footer-right .newsletter-header img{
    width: 140px;
}
.site-footer .footer-right .newsletter-form{
    margin-top: 20px;
}
.site-footer .footer-right .newsletter-form .BBFormContainer{
    padding: 0;
}
.site-footer .footer-right .newsletter-form .BBFormSection{
    margin: 0;
}
.site-footer .footer-right .newsletter-form fieldset div .BBFormFieldContainer:first-child{
    width: 49%;
    margin-right: 2%;
    float: left;
}
.site-footer .footer-right .newsletter-form fieldset div .BBFormFieldContainer:nth-child(2){
    width: 49%;
    float: left;
}
.site-footer .footer-right .newsletter-form legend ~ .BBFormFieldContainer{
    display: none;
}
.site-footer .footer-right .newsletter-form .one-column{
    margin-bottom: 10px;
}
.site-footer .footer-right .newsletter-form .two-column{
    display: flex;
}
.site-footer .footer-right .newsletter-form .two-column .form-row:first-child{
    width: 70%;
}
.site-footer .footer-right .newsletter-form .two-column .form-row:last-child{
    width: 30%;
}
.site-footer .footer-right .newsletter-form label{
    height: 0;
    width: 0;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    display: block;
    margin: 0;
}
.site-footer .footer-right .newsletter-form input{
    border: 1px solid #969696;
    background-color: #292929 !important;
    color: #ffffff;
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 6px 0 3px;
    border-radius: 0;
    text-transform: capitalize;
}
.site-footer .footer-right .newsletter-form input::placeholder{
    color: #ffffff;
    opacity: 0.9;
}
.site-footer .footer-right .newsletter-form input[type=submit]{
    border: 0;
    background-color: #f18500;
    color: #ffffff;
    font-size: 21px;
    line-height: 23px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding: 5px 0 2px;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
    text-transform: uppercase;
}
.site-footer .footer-right .BBFormButtonRow{
    margin: 0 !important;
}
.site-footer .footer-right .newsletter-form .BBFormSectionHeading, .site-footer .footer-right .newsletter-form .BBFormSectionHeading{
    display: none;
}
.site-footer .footer-right ul.social-icon{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}
.site-footer .footer-right ul.social-icon li{
    margin: 0 15px 0 0;
}
.site-footer .footer-right ul.social-icon li:first-child{
    margin: 0 10px 0 0;
}
.site-footer .footer-right ul.social-icon li:last-child{
    margin: 0;
}
.site-footer .footer-right ul.social-icon li img{
    width: 25px;
}
/* Footer */

/* Pop Up maker */
.pum-container{
    margin: 0 !important;
    width: 80% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    top: 50% !important;
    max-height: 100%;
}
.pum-container.size-custom{
    max-height: calc(100% - 100px);
}
.pum-container .pum-close.popmake-close{
    width: 32px;
    height: 32px;
    border-radius: 100%;
    line-height: 20px;
    font-size: 16px;
    padding: 5px 10px;
    top: -10px;
    right: -15px;
    box-shadow: 2px 2px 10px #ffffff4f;
}
.pum-container .pum-close.popmake-close:focus{
    outline: none;
}
.pum-container .popmake-close i{
    display: block;
}
.pum-container .kc_col-sm-12{
    padding: 0;
}
.pum-container video{
    display: block;
    width: 100%;
    object-fit: cover;
    height: calc(100vh - 150px);
}
.read-more-row{
    max-height: calc(100vh - 160px);
    overflow: auto;
}
/* Pop Up maker */

/* Fancybox */
.fancybox__content>.carousel__button.is-close{
    top: -20px;
    right: -20px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background-color: #ff0000;
    text-shadow: none;
}
.fancybox__content>.carousel__button.is-close svg{
    width: 18px;
    height: 18px;
}
/* Fancybox */

/* Employment Application form */
.employment_application_form {
    padding: 50px 0;
    font-family: 'Josefin Sans', sans-serif !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #82C341;
}
.employment_application_form .gform_heading, .employment_application_form .gform_wrapper.gravity-theme .gf_progressbar_title {
    text-align: right;
}
.employment_application_form .gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue {
    background-color: #82C341;
}
.employment_application_form .form_step_heading {
    margin-left: 0 !important;
    text-align: center;
}
.employment_application_form .form_step_heading h2 {
    font-size: 32px;
    line-height: 34px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
    margin: 20px 0;
}
.employment_application_form form input, .employment_application_form form select, .employment_application_form form textarea {
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield_label{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
}
.employment_application_form .gform_wrapper.gravity-theme .ginput_container {
    width: 100% !important;
}
.employment_application_form .gform_wrapper.gravity-theme fieldset.gfield {
    padding-left: 0 !important;
}
.employment_application_form .gform_wrapper.gravity-theme fieldset.gfield .gfield_label {
    position: static !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield-choice-input+label{
    max-width: 100%;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield_radio {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.employment_application_form .gfield_radio .gchoice {
    margin-left: 15px;
}
.employment_application_form .gfield_radio .gchoice:first-child {
    margin: 0;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield_radio input {
    width: 25px !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gform_fields{
    grid-row-gap: 25px;
}
.employment_application_form .gform_wrapper.gravity-theme .gform_page_footer{
    padding-left: 0 !important;
}
.employment_application_form .gform_wrapper.gravity-theme .button{
    background-color: #f18500;
    color: #ffffff;
    font-size: 21px !important;
    line-height: 23px;
    font-family: 'Josefin Sans', sans-serif;
    border: 0;
    padding: 15px 50px;
    text-transform: uppercase;
    margin-top: 30px;
    width: auto !important;
}
.employment_application_form h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
.employment_application_form .gform_wrapper.gravity-theme .gform_previous_button.button, .employment_application_form .gform_wrapper.gravity-theme .gform_save_link.button {
    background-color: #0f3d60 !important;
    color: #ffffff !important;
}
.employment_application_form .clarification_txt_wrapper {
    width: 100% !important;
}
.employment_application_form .clarification_txt_wrapper p {
    margin: 0 0 20px 0;
}
.employment_application_form p.sub_content {
    font-size: 22px;
    line-height: 30px;
}
.employment_application_form .validation_message {
    padding: 5px 0 0 !important;
    height: auto;
    line-height: 20px !important;
    border: 0 !important;
    width: 100% !important;
    text-align: left !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input {
    width: 20px !important;
    height: 20px;
    cursor: pointer !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input {
    width: 20px !important;
    height: 20px;
    cursor: pointer !important;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input {
    width: 25px !important;
    height: 25px;
    cursor: pointer !important;
    border-radius: 50%;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox {
    margin-top: 10px;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox label {
    cursor: pointer;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox input[type=checkbox]:after{
    left: 8px;
    top: 6px;
    width: 6px;
    height: 10px;
    border-width: 2px;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield .gfield_checkbox .gchoice {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}
.employment_application_form .gform_wrapper.gravity-theme .gfield.chk_has_middle_name {
    align-items: center;
    display: flex;
    margin-top: 20px;
}
/* Employment Application form */

.public_school_student {
    padding: 15px;
    border: 1px solid #f1862f;
    border-radius: 24px;
}

.public_school_student h4 {
    font-weight: 400;
    color: #F1862F;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 28px;
}
.public_school_student p{
    margin: 0 !important;
    font-size: 20px;
    line-height: 27px;
    color: #343434 !important;
}
.hunger-faq a.btn-primary.orange {
    margin-top: 15px;
}
.hunger-faq a.read-more {
    background-color: transparent;
    color: #000;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: 15px 0 0;
    padding: 0;
}
.hunger-faq a.read-more:hover{
    color: #f1862fda;
}
.hunger-faq a.read-more:focus {
    background-color: transparent !important;
    outline: none !important;
    text-decoration: none !important;
}
.hunger-faq .nutrition_important_accd_more {
    display: none;
    margin-top: 20px;
}
.hunger-faq a.read-more i.fa-chevron-circle-right, .hunger-faq a.read-more i.fa-chevron-circle-up {
    color: #f1862f;
}
.hunger-faq  a.btn.btn-link {
    text-align: center;
    margin: 15px 0;
    background-color: #fda83f;
}
.fruit_img_desc {
    margin-top: 85px;
}
.fruit_img_desc p {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Josefin Sans', sans-serif;
    max-width: 900px;
    color: #1a1a1a;
}

/* Inner page Emtry Header */
.inner-page .entry-header {
    border: 0;
    margin: 0;
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
    max-width: 100%;
    width: 100%;
    background-size: cover !important;
}
.inner-page .container{
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.inner-page .container h1{
    color: #ffffff;
    font-size: 92px;
    line-height: 92px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
}
.inner-page .container p{
    color: #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
}
/* Inner page Emtry Header */

/* Job page and sub page */
.job-listing-page .entry-content{
    padding: 80px 0;
}
.job-listing-page .job_filters .search_jobs{
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    background-color: #f9f9f9;
}
.job-listing-page .job_filters .search_jobs::before, .job-listing-page .job_filters .search_jobs::after{
    display: none;
}
.job-listing-page .job_filters .search_jobs .search_keywords{
    width: 40%;
}
.job-listing-page .job_filters .search_jobs .search_location{
    width: 40%;
}
.job-listing-page .job_filters .search_jobs input[type="text"]{
    margin: 0;
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    font-family: 'Josefin Sans', sans-serif;
    width: 100% !important;
    height: 50px;
}
.job-listing-page .job_filters .search_jobs .search_submit{
    width: 180px;
    margin-left: 30px;
    padding: 0;
}
.job-listing-page .job_filters .search_jobs .search_submit input[type="submit"]{
    background-color: #F1862F;
    color: #ffffff;
    border: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding: 12px 25px 8px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.job-listing-page .job_filters .search_jobs .search_submit input[type="submit"]:hover{
    color: #ffffff;
}
.job-listing-page .job_filters .job_types{
    display: flex;
    align-items: center;
    justify-content: center;
}
.job-listing-page .job_filters .job_types li{
    padding: 15px 20px;
}
.job-listing-page .job_filters .job_types li label{
    display: flex;
    align-items: center;
    margin: 0;
}
.job-listing-page .job_filters .job_types input[type="checkbox"]{
    width: 25px;
    border-radius: 100%;
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    margin-right: 7px;
}
.job-listing-page .job_filters .job_types input[type="checkbox"]:focus{
    outline: none;
}
.job-listing-page .job_filters .job_types input[type="checkbox"]::after{
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border-width: 2px;
    border-color: #0f3d60;
}
.job-listing-page div.job_listings ul.job_listings{
    margin-top: 50px;
}
.single-job_listing .entry-content{
    padding: 80px 0;
}
.single-job_listing .single_job_listing .meta .full-time {
    background-color: #82c341;
}
.single-job_listing .single_job_listing .company {
    box-shadow: 0 5px 8px rgb(0 0 0 / 20%);
    background-color: #f9f9f9;
}
.single_job_listing .company .name a {
    text-decoration: none;
    font-weight: 600;
}
.single-job_listing .entry-content .job_application input[type="button"]{
    background-color: #F1862F;
    color: #ffffff;
    border: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding: 12px 25px 8px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.single-job_listing .entry-content .job_application input[type="button"]:hover{
    color: #ffffff;
}
.single-job_listing .entry-content .application_details .below_application_button p{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: right;
    color: #000000;
    margin-bottom: 20px;
    font-style: italic;
}
.single-job_listing .entry-content .application_details .job-manager-application-form{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .form-content h3 {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 0 !important;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .form-content p{
    font-size: 15px;
    line-height: 20px !important;
    font-weight: 400;
}
.single-job_listing .entry-content .application_details .job-manager-application-form fieldset label{
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif !important;
    display: inline-block;
margin: 0;
}
.single-job_listing .entry-content .application_details .job-manager-application-form fieldset label small {
    color: #b70000;
    opacity: 1;
    font-size: 14px;
}
.single-job_listing .entry-content .application_details .job-manager-form fieldset small.description{
    font-size: 12px;
    opacity: 1;
    margin: 0;
    line-height: 1.2em;
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-form fieldset small.description p{
    font-size: 14px;
    line-height: 18px;
    opacity: 1;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="text"]{
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    margin: 0 0 15px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="file"]{
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    padding: 8px 5px;
    margin: 0 0 15px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="file"]::-webkit-file-upload-button {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    font-size: 15px;
    line-height: 20px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form select{
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    margin: 0 0 15px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form select[multiple="multiple"]{
    height: 60px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form textarea{
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 80px;
    margin: 0 0 15px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .select2-container--default .select2-selection--multiple{
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    border-radius: 0;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .select2-container--default .select2-selection--multiple .select2-selection__rendered{
    height: 100%;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="checkbox"]{
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #e5ebef;
    border: 1px solid #b1c6db;
    margin-right: 7px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="checkbox"]:focus{
    outline: none;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="checkbox"]::after{
    left: 8px;
    top: 4px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #0f3d60;
    border-right: 2px solid #0f3d60;
}
.single-job_listing .entry-content .application_details .job-manager-application-form fieldset{
    border: 0;
    padding: 0;
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-of-application{
    flex: 0 0 calc(25% - 15px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-how-did-you-hear-about-second-harvest{
    flex: 0 0 calc(75% - 15px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-first-name, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-middle-name, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-name{
    flex: 0 0 calc(33.33% - 20px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-email-address, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-contact-number{
    flex: 0 0 calc(50% - 15px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-address{
    flex: 0 0 100%;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-city-state-zip{
    flex: 0 0 calc(30% - 24px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-desired-compensation, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-positions-applied-for{
    flex: 0 0 calc(15% - 24px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-cell-phone, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-legally-eligible-for-employment-in-the-u-s, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-have-you-ever-been-employed-by-shfb-before{
    flex: 0 0 calc(20% - 24px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-city-state-zip label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-cell-phone label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-positions-applied-for label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-desired-compensation label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-legally-eligible-for-employment-in-the-u-s label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-have-you-ever-been-employed-by-second-harvest-before label {
    min-height: 36px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .form-content{
    flex: 0 0 100%;
    padding: 0 !important;
    margin-bottom: 15px !important;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-drivers-license-number input[type="text"]{
    margin-bottom: 0;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-drivers-license-number-required-for-all-driver-positions{
    flex: 0 0 calc(50% - 15px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-state, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-class{
    flex: 0 0 calc(25% - 22.66px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-available-to-start-work, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-i-am-available-to-work{
    flex: 0 0 calc(13% - 20px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-do-you-know-anyone-who-is-currently-employed-with-second-harvest{
    flex: 0 0 calc(16% - 24px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-yes-please-identify-by-name-and-relationship, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-you-speak-languages-other-than-english-please-list-any-you-would-like-to-have-considered,
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-languages-spoken-other-than-english{
    flex: 0 0 calc(29% - 28px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-i-am-available-to-work select{
    min-width: 150px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-do-you-know-anyone-who-is-currently-employed-with-second-harvest select{
    width: auto !important;
    min-width: 185px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-available-to-start-work input{
    min-width: 150px !important;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reference-type, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-name, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-phone-number, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-email-address-1{
    flex: 0 0 calc(25% - 22.66px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reference-type-1, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-name-1, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-phone-number-1, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-email-address-2{
    flex: 0 0 calc(25% - 22.66px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reference-type-2, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-name-2, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-phone-number-2, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-email-address-3{
    flex: 0 0 calc(25% - 22.66px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-able-to-speak-any-languages-other-than-english-that-may-be-helpful-in-the-job, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-so-please-list-any-languages-that-you-would-like-management-to-consider, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-so-please-list-any-languages-you-would-like-management-to-consider{
    flex: 0 0 calc(20% - 24px);
    display: block;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date-available-to-start-work label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-do-you-know-anyone-who-is-currently-employed-with-second-harvest label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-yes-please-identify-by-name-and-relationship label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-are-you-able-to-speak-any-languages-other-than-english-that-may-be-helpful-in-the-job label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-so-please-list-any-languages-that-you-would-like-management-to-consider label, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-you-speak-languages-other-than-english-please-list-any-you-would-like-to-have-considered label, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-i-am-available-to-work label,
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-languages-spoken-other-than-english label {
    min-height: 54px;
    display: block;
    margin-bottom: 5px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-if-yes-please-identify-by-name, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-f-so-please-list-any-languages-that-you-would-like-management-to-consider{
    flex: 0 0 100%;
}
.single-job_listing .entry-content .application_details .fieldset-high-school-name-and-location, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-did-you-graduate {
    flex: 0 0 calc(50% - 15px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-college-name-and-location, .single-job_listing .entry-content .application_details .fieldset-major-degree-achieved{
    flex: 0 0 calc(50% - 15px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-other-educational-institutions, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-other-degree-certification-achieved {
    flex: 0 0 calc(50% - 15px);
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .fieldset-name-and-phone-number, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-name-and-phone-number-1, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-name-and-phone-number-2 {
    flex: 0 0 calc(33.33% - 20px);
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-summarize{
    flex: 0 0 100%;
    margin-bottom: 30px;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-from, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-to, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-employer-address-phone, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-job-title-and-duties, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-direct-supervisor-title-contact-number, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reason-for-leaving{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-from-1, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-to-1, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-employer-address-phone-1, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-job-title-and-duties-1, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-direct-supervisor-title-contact-number-1, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reason-for-leaving-1{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-from-2, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-to-2, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-employer-address-phone-2, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-job-title-and-duties-2, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-direct-supervisor-title-contact-number-2, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reason-for-leaving-2{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-from-3, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-to-3, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-employer-address-phone-3, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-job-title-and-duties-3, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-direct-supervisor-title-contact-number-3, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reason-for-leaving-3{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-from-4, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-to-4, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-employer-address-phone-4, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-job-title-and-duties-4, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-last-direct-supervisor-title-contact-number-4, 
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-reason-for-leaving-4{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-upload-resume, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-upload-cover-letter, .single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date{
    flex: 0 0 calc(33.33% - 20px);
    display: block;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-date input[type="text"]{
    width: 150px !important;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration{
    flex: 0 0 100%;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration label{
    display: none;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration .field{
    display: flex;
    align-items: flex-start;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration .field input.input-checkbox{
    flex-shrink: 0;
}
.single-job_listing .entry-content .application_details .job-manager-application-form .fieldset-decleration .field .description{
    margin: 0;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="submit"]{
    background-color: #F1862F;
    color: #ffffff;
    border: 0;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding: 12px 25px 8px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.single-job_listing .entry-content .application_details .job-manager-application-form input[type="submit"]:hover{
    color: #ffffff;
}
.job-manager-form fieldset div.field:not(.full-line-checkbox-field) {
    width: 100%;
}
.job-manager-form fieldset label:not(.full-line-checkbox-field label) {
    width: 100%;
}
.single-job_listing .site-main > article > .entry-footer {
    display: none;
}
/* Job page and sub page */

/* Partner Resource */
body.page.partner-resource-page .inner-page .entry-header {
    display: none;
}
.resource-banner-section, .custom-innerpage-banner {
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
}
.resource-banner-section h1, .custom-innerpage-banner h1{
    color: #ffffff;
    font-size: 92px;
    line-height: 92px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}

.fight-to-end .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.fight-to-end p{
    font-size: 32px;
    line-height: 40px;
}

.full-img-section .kc_col-sm-12{
    padding: 0;
    position: relative;
}
/* .full-img-section::before {
    content: '';
    width: calc(50% - 120px);
    position: absolute;
    left: 0;
    bottom: -1px;
    display: block;
    z-index: 1;
    border-width: 0 60px 60px 60px;
    border-color: transparent transparent #f6891f #f6891f;
    border-style: solid;
}
.full-img-section::after{
    content: '';
    width: calc(50% - 120px);
    position: absolute;
    right: 0;
    bottom: -1px;
    border-width: 0 60px 60px 60px;
    border-color: transparent #f6891f #f6891f transparent;
    border-style: solid;
} */

/* .full-img-section .orange-bar {
    background-color: #f6891f;
} */

.community-partner{
    padding: 60px 0 80px;
    background-size: contain !important;
    position: relative;
}
/* .community-partner::after {
    content: '';
    border-color: #f6891f transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
} */

.community-partner::before {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    top: 0px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.community-partner .kc-container{
    padding-right: 400px;
}
.community-partner h3{
    font-size: 35px;
    line-height: 42px;
    font-weight: 600;
    color: #ffffff;
}
.community-partner h2{
    font-size: 77px;
    line-height: 83px;
    font-weight: 800;
    font-family: 'Playfair Display', serif;
    color: #ffffff;
    margin-bottom: 50px;
}
.community-partner p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 30px;
}
.community-partner p strong{
    font-weight: 600;
}
.community-partner ul{
    padding-left: 35px;
}
.community-partner li{
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
}
.community-partner .kc_accordion_wrapper{
    margin-bottom: 0;
}
.community-partner .kc_accordion_section {
    margin-bottom: 30px;
}
.community-partner .kc_accordion_section:last-child{
    margin-bottom: 0;
}
.community-partner .kc_accordion_section>.kc_accordion_header {
    border-color: transparent;
background: transparent;
}
.community-partner .kc_accordion_content {
    border-color: transparent;
}
.community-partner .kc_accordion_content .kc-panel-body {
    padding-left: 70px;
}
.community-partner .kc_accordion_content .kc-panel-body p{
    margin-bottom: 0;
    margin-top: 20px;
}
.community-partner .kc_accordion_content .kc-panel-body p:first-child{
    margin-top: 0;
}
.community-partner .kc_accordion_header>a {
    padding: 0;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 29px;
    line-height: 29px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    position: relative;
}
.community-partner .kc_accordion_header>a span{
    font-size: 20px;
    font-style: italic;
    display: inline-block;
    margin-left: 10px;
}
.community-partner .kc_accordion_header>a:focus {
    outline: none !important;
    text-decoration: none !important;
    background-color: transparent !important;
    color: #ffffff;
}
.community-partner .kc_accordion_header>a::after {
    content: '';
    background-color: #ffffff;
    height: 1px;
    width: calc(100% - 66px);
    position: absolute;
    bottom: -1px;
    right: 0;
}
.community-partner .kc_accordion_header>a i {
    border: 1px solid #ffffff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 16px;
    color: #363c39;
    transition: all 0.3s ease-in-out;
    margin-bottom: -1px;
    flex-shrink: 0;
}
.community-partner .kc_accordion_header>a i:before {
    transition: all 0.3s ease-in-out;
}
.community-partner .kc-section-active .kc_accordion_header>a i:before {
    transform: rotate( 90deg );
}
.community-partner .kc_accordion_header .ui-accordion-header-icon {
    display: none;
}

.partner-reporting{
    padding: 150px 0 100px;
    position: relative;
}
.partner-reporting::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.partner-reporting .left{
    padding-left: 0;
}
.partner-reporting .right{
    padding-right: 30px;
}
.partner-reporting .kc_row_inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.partner-reporting h2 {
    font-size: 67px;
    line-height: 70px;
    font-weight: 700;
    margin: 0 0 20px;
}
.partner-reporting p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #333332;
    margin-bottom: 30px;
}
.partner-reporting p a{
    text-decoration: none;
}
.partner-reporting a.orange-btn {
    background-color: #f6891f;
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    padding: 9px 15px 5px;
    text-transform: uppercase;
    font-weight: 600;
    transition: background-color 0.3s ease-in-out;
}
.partner-reporting a.orange-btn:hover, .partner-reporting a.orange-btn:focus{
    background-color: #ec8013;
    color: #ffffff;
}

.safe-food-handling{
    padding: 150px 0 100px;
    position: relative;
}

.safe-food-handling::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.forms-section{
    padding: 100px 0;
}
.forms-section h2 {
    font-size: 67px;
    line-height: 70px;
    font-weight: 700;
    margin: 0 0 20px;
}
.forms-section p{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #333332;
    margin-bottom: 30px;
}
.forms-section .kc_row_inner{
    align-items: flex-start;
    margin-top: 30px;
}
.forms-section .kc_row_inner .kc_col-sm-3{
    text-align: center;
}
.forms-section .kc_row_inner .kc_single_image{
    margin-bottom: 30px;
}
.forms-section .kc_row_inner h3{
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #333332;
    margin-bottom: 20px;
}
.forms-section .kc_row_inner p{
    font-size: 19px;
    line-height: 24px;
    margin-bottom: 20px;
}
.forms-section a.read-link {
    background-color: transparent;
    color: #f68110;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.forms-section a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
}

/* Partner Resource */

/* Our Work */
body.page.our-work-page .inner-page .entry-header {
    display: none;
}
.stories-top-section .kc_row_inner{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.stories-top-section .kc_row_inner h2 {
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
}
.stories-top-section .kc_row_inner p{
    font-size: 32px;
    line-height: 40px;
}
.stories-top-section .right{
    padding-right: 3%;
}

.story-types-section{
    padding: 60px 0 30px;
    position: relative;
}
.story-types-section::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.story-types-inner-section{
    display: flex;
    flex-wrap: wrap;
    column-gap: 82.33px;
}
.story-types-inner-section .type-col{
    width: calc(33.33% - 55px) !important;
    text-align: center;
    margin-bottom: 50px;
}
.story-types-inner-section .type-col .kc_single_image{
    margin-bottom: 35px;
}
.story-types-inner-section .type-col h3{
    font-size: 20px;
    line-height: 24px;
    color: #82c341;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.story-types-inner-section .type-col p{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
}
.story-types-inner-section .type-col a.read-link {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.story-types-inner-section .type-col a.read-link:hover{
    color: #f68110;
}
.story-types-inner-section .type-col a.read-link:focus{
    outline: none !important;
    background-color: transparent !important;
}
.story-types-inner-section .type-col a.read-link i.fa-chevron-circle-right {
    color: #ffd600;
}

.newsletter-section{
    padding: 100px 0;
    position: relative;
}
.newsletter-section::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.newsletter-section .kc_row_inner{
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.newsletter-section h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.newsletter-section p{
    font-size: 20px;
    line-height: 24px;
    color: #232322;
}
.newsletter-section h6{
    font-size: 20px;
    line-height: 24px;
    color: #232322;
    font-weight: 700;
    margin-bottom: 2px;
}
.newsletter-section .left{
    padding-left: 0;
}
.newsletter-section .right{
    padding-right: 5%;
}
.newsletter-section ul{
    padding-left: 18px;
    margin: 0;
}
.newsletter-section ul li{
    color: #f68b22;
}
.newsletter-section ul li a{
    text-decoration: none;
}

.ending-poverty {
    padding: 100px 0;
    position: relative;
}
.ending-poverty::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.ending-poverty .kc_row_inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ending-poverty h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ending-poverty p{
    font-size: 20px;
    line-height: 24px;
    color: #232322;
}
.ending-poverty .left{
    padding-right: 103px;
}

.in-news-section{
    padding: 100px 0;
}
.in-news-section h2{
    font-size: 67px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
}
.in-news-section p{
    font-size: 32px;
    line-height: 40px;
    margin: 0;
}
.in-news-section a.btn-primary{
    margin: 30px auto 0;
    display: table;
}
.news-list{
    margin-top: 50px;
}
.news-list ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.news-list ul li{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
}
.news-list ul li:last-child{
    margin-bottom: 0;
}
.news-list ul li em{
    margin-left: 24px;
    display: block;
}
.post-content{
    clear: both;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}
.post-content.loading::before{
    content: '';
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-content.loading::after{
    content: '\f110';
    font-size: 40px;
    color: #ffffff;
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    font-weight: normal;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: spiner 2s linear infinite;
    animation: spiner 2s linear infinite;
}

@-webkit-keyframes spiner {
    0%{
        -webkit-transform:rotate(0deg);
        transform: rotate(0);
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spiner {
    0%{
        -webkit-transform:rotate(0deg);
        transform: rotate(0);
    }
    100%{
        -webkit-transform:rotate(359deg);
        transform: rotate(359deg);
    }
}
.post-content ul{
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.post-content ul li{
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 25px;
}
.post-content ul li a{
    text-decoration: none;
    color: #000000;
}
.post-content ul li:last-child{
    margin-bottom: 0;
}
.post-content ul li .title{
    display: flex;
    align-items: flex-start;
}
.post-content ul li .title .meta-date {
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 2px solid #000;
    line-height: 20px;
}
.post-content ul li .title .title-text{
    color: #f18500;
}
.post-content ul li .title .title-text i {
    font-size: 18px;
}
.post-content ul li .short-note{
    font-style: italic;
    margin-left: 24px;
    display: block;
}
.post-content button.btn-primary{
    margin: 30px auto 0;
    display: table;
}
.post-content button.btn-primary.show_less_post{
    display: none;
}
.page-template-in-the-news-template .post-content{
    padding: 100px 0;
}
/* Our Work */

/* Donation */
body.page.donation-page .inner-page .entry-header {
    display: none;
}
.donation-page .support-us{
    padding: 100px 0;
}
.BBFormContainer .BBFormSection{
    margin: 0 0 0 auto;
}
.BBFormContainer .BBFormFieldLabel{
    width: 100%;
}
.BBFormContainer .BBFormRadioList{
    width: 100%;
}
.BBFormContainer .BBFormRadioList {
    display: flex !important;
    flex-wrap: wrap;
}
.BBFormContainer .BBFormFieldRecurrenceInfo{
    padding-left: 0 !important;
}
.BBFormContainer .BBFormFieldRecurrenceInfo select.BBFormSelectList{
    border-color: #000000;
    border-radius: 0;
    height: 40px;
    min-width: 100px;
    padding: 5px 8px;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem {
    border: 1px solid #f18500;
    width: calc(25% - 10px) !important;
    border-radius: 0 !important;
    padding: 0 !important;
    height: 50px;
    margin-bottom: 10px;
    margin-right: 10px;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormFieldLabelGivingLevel{
    text-align: left;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem input:focus{
    outline: none;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem:last-child{
    width: 100% !important;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioButtonContainer{
    display: flex;
    justify-content: center;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioButton {
    opacity: 0;
    visibility: hidden;
    margin: 0 !important;
    position: absolute;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioLabel{
    padding: 0;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioLabel .BBFormRadioAmount{
    padding: 0;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioButton:checked ~ .BBFormRadioLabel{
    background-color: #f18500;
}
/* .BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelOther span{
    display: none;
} */
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem input#bboxdonation_gift_txtAmountOther {
    background: none;
}
.BBFormContainer .BBFormRadioList .BBFormRadioGivingLevelItem .BBFormRadioLabel.BBFormRadioLabelGivingLevelOther input.BBFormGiftOtherAmount{
    width: 100%;
    margin: 0;
    border: 0;
    border-radius: 0;
}
.BBFormContainer #bboxdonation_recurrence_divRecurrenceCheckbox{
    display: flex;
    align-items: center;
    width: 100%;
}
.BBFormContainer #bboxdonation_recurrence_divRecurrenceCheckbox input[type="checkbox"]{
    border-radius: 100%;
    border: 1px solid #f18500;
    margin-right: 5px;
}
.BBFormContainer #bboxdonation_recurrence_divRecurrenceCheckbox input[type="checkbox"]:focus{
    outline: none;
}
.BBFormContainer #bboxdonation_recurrence_divRecurrenceCheckbox input[type="checkbox"]:checked:after {
    background-color: #f18500;
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.BBFormContainer  #bboxdonation_recurrence_divRecurrenceCheckbox .BBFormFieldLabel{
    display: block;
    width: 100%;
}
.BBFormContainer #bboxdonation_tribute_divTributeGeneral .BBFormFieldContainer{
    display: flex;
    align-items: center;
    width: 100%;
}
.BBFormContainer #bboxdonation_tribute_divTributeGeneral input[type="checkbox"]{
    border-radius: 100%;
    border: 1px solid #f18500;
    margin-right: 5px;
    height: 25px;
    width: 25px;
}
.BBFormContainer #bboxdonation_tribute_divTributeGeneral input[type="checkbox"]:focus{
    outline: none;
}
.BBFormContainer #bboxdonation_tribute_divTributeGeneral input[type="checkbox"]:checked:after {
    background-color: #f18500;
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.BBFormContainer  #bboxdonation_tribute_divTributeGeneral .BBFormFieldLabel{
    display: block;
    width: 100%;
}
.BBFormContainer #bboxdonation_billing_fldOrgGift{
    display: flex;
    align-items: center;
    width: 100%;
}
.BBFormContainer #bboxdonation_billing_fldOrgGift input[type="checkbox"]{
    border-radius: 100%;
    border: 1px solid #f18500;
    margin-right: 5px;
    height: 25px;
    width: 25px;
}
.BBFormContainer #bboxdonation_billing_fldOrgGift input[type="checkbox"]:focus{
    outline: none;
}
.BBFormContainer #bboxdonation_billing_fldOrgGift input[type="checkbox"]:checked:after {
    background-color: #f18500;
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.BBFormContainer  #bboxdonation_billing_fldOrgGift .BBFormFieldLabel{
    display: block;
    width: 100%;
}
.BBFormContainer #bboxdonation_billing_fldAnonymous{
    display: flex;
    align-items: center;
    width: 100%;
}
.BBFormContainer #bboxdonation_billing_fldAnonymous input[type="checkbox"]{
    border-radius: 100%;
    border: 1px solid #f18500;
    margin-right: 5px;
    height: 25px;
    width: 25px;
    padding: 0;
}
.BBFormContainer #bboxdonation_billing_fldAnonymous input[type="checkbox"]:focus{
    outline: none;
}
.BBFormContainer #bboxdonation_billing_fldAnonymous input[type="checkbox"]:checked:after {
    background-color: #f18500;
    position: static;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.BBFormContainer  #bboxdonation_billing_fldAnonymous .BBFormFieldLabel{
    display: block;
    width: 100%;
}
.BBFormFieldContainerPaymentMethods .BBFormFieldContainer .BBFormFieldLabelEdit {
    border: 1px solid #000000;
    border-radius: 0 !important;
    height: 35px;
    line-height: 32px;
    color: #000;
}
.BBFormFieldContainerPaymentMethods .BBFormFieldContainer .BBFormFieldLabelEdit.BBFormRadioPaymentSelected{
    background-color: #f18500;
    border-color: #f18500;
}
#bboxdonation_billing_divBillingSection select, #bboxdonation_billing_divBillingSection input{
    border-color: #000000;
    border-radius: 0;
    height: 40px;
    padding: 5px 8px;
}
#bboxdonation_billing_divBillingSection input[type="checkbox"]{
    height: 25px;
    padding: 5px 8px;
    margin: 0 8px 0 0!important;
}
#bboxdonation_billing_divBillingSection input[type="checkbox"]:after {
    top: 1px!important;
}
#bboxdonation_billing_divBillingSection textarea{
    border-color: #000000;
    border-radius: 0;
    height: 60px;
    padding: 5px 8px;
}
.BBFormGridChannel li{
	    display: flex!important;
    align-items: center!important;
    margin: 0 0 15px 0!important;
}
.BBFormFieldContainer input{
	margin: 0 0px 0 0!important;
}
.BBFormFieldLabel{
	margin: 0 0 0 10px!important;
}
#bboxdonation_payment_BBFormCCDetails select, #bboxdonation_payment_BBFormCCDetails input{
    border-color: #000000;
    border-radius: 0;
    height: 40px;
    padding: 5px 8px;
}
#bboxdonation_comment_fldComments textarea{
    border-color: #000000;
    border-radius: 0;
    height: 60px;
    padding: 5px 8px;
}
.support-us .BBFormContainer .BBFormSubmitbutton {
    background-color: #f18500 !important;
    border-radius: 30px !important;
    padding: 8px 25px 10px!important;
    font-size: 20px !important;
}
/* Donation */

/* Thank you */
.thank-you-page .entry-content{
    padding: 80px 0;
}
.thank-you-page .entry-content h2{
    font-size: 35px;
    line-height: 41px;
    font-weight: 700;
    margin: 0 0 20px;
}
.thank-you-page .entry-content p{
    font-size: 20px;
    line-height: 28px;
}
.thank-you-page .entry-content li{
    font-size: 20px;
    line-height: 28px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 10px;
}
.thank-you-page .corporate-partners{
    padding: 80px 0 50px;
}
.thank-you-page .annual-donors{
    padding-bottom: 80px;
}
.thank-you-page .annual-donors h2{
    margin-bottom: 50px;
}
.thank-you-page .corporate-food-donors{
    padding-bottom: 80px;
}
.thank-you-page #myAutoScrrollEle ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
}
.thank-you-page #myAutoScrrollEle ul li{
    width: 50%;
    text-align: center;
    padding: 0 10px;
}
span.partial-hide {
    vertical-align: top !important;
}
.single-job_listing nav.navigation.post-navigation {
    display: none;
}

.delivery-section{
    padding: 80px 0;
}

.other_ways_to_give_box {
    width: auto;
}

/* Food Donation */
.food-donation-form{
    padding: 100px 0;
}
.food-donation-form iframe{
    margin: 0 auto;
    display: block;
}
/* Food Donation */

/* Search modal style */
.site-search-container{
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    background: #0f3d60;
    z-index: 99999;
    background: rgba(15, 61, 96, 0.9);
}
.site-search-container form.searchform{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.site-search-container form.searchform .search-inner-wrap{
    position: relative;
}
.site-search-container form.searchform input[type="text"]{
    border: 1px solid #000000;
    background-color: #ffffff;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    margin: 0;
    min-width: 500px;
}
.site-search-container form.searchform button[type="submit"]{
    background: transparent;
    border: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}
.site-search-container form.searchform button[type="submit"] i{
    display: block;
}
.close-search {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 48px;
    right: 48px;
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}
.close-search svg {
    width: 100%;
    height: 100%;
}
.close-search svg * {
    fill: #ffffff;
}

.search-main-container{
    padding: 100px 0;
}
.search-result-count{
    margin-bottom: 60px;
}
.search-result-count p{
    background-color: #f1f1f1;
    padding: 5px;
}
.search-output-container .entry-content{
    padding: 0;
}
.search-output-container article{
    border-bottom: 1px solid #333332;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.search-output-container article:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.search-output-container article h2{
    font-size: 35px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 15px;
}
.search-output-container article h2 a{
    text-decoration: none;
}
.search-output-container article .entry-content a.btn-primary{
    display: table;
}
.pagination{
    max-width: 1400px;
    margin: 60px auto 0;
    padding: 0 15px;
    border-top: 0;
}
.pagination .nav-links{
    margin: 0;
    align-items: center;
    justify-content: center;
}
.pagination .nav-links .page-numbers {
    margin-top: 0;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Josefin Sans', sans-serif;
    min-width: 20px;
    min-height: initial;
    margin: 0 10px;
}
.pagination .nav-links a.page-numbers{
    transition: all 0.5s ease-in-out;
}
.pagination .nav-links a.page-numbers:hover{
    color: #f68110;
}
.pagination .nav-links .next.page-numbers{
    margin-left: 10px;
}
/* Search modal style */

/* 404 page style */
.error-404.not-found{
    padding: 100px;
}
.error-404.not-found .page-content{
    text-align: center;
}
.error-404.not-found .search-form label{
    text-align: left;
}
.error-404.not-found .search-form input[type="search"]{
    border: 1px solid #000000;
    background-color: #ffffff;
    outline: 0;
    font-size: 18px !important;
    width: 100% !important;
    height: 45px;
    color: #000000;
    margin: 15px 0;
}
.error-404.not-found .search-form input[type="submit"]{
    background-color: #f68110;
    border: 2px solid #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 25px 10px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    margin: 0;
}
/* 404 page style */
/* Food from the bar style */
body.page.food-from-the-bar .inner-page .entry-header {
    display: none;
}
.food-bar-banner {
    height: 650px;
    padding: 60px 0;
    display: flex;
    align-items: flex-end;
}
.food-bar-banner h1 {
    color: #ffffff;
    font-size: 82px;
    line-height: 86px;
    font-weight: 800;
    font-family: 'Josefin Sans', sans-serif;
}
.annual-campain-wrapper, .make-different-green-wrapper{
    padding: 90px 0;
    position: relative;
}
.sponser-main-group-wrapper {
    padding: 90px 0 150px;
    position: relative;
}
.annual-campain-wrapper::after {
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.annual-campain-wrapper h2 {
    font-size: 60px;
    line-height: 72px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}
.annual-campain-intro-paragraph{
    font-family: 'Josefin Sans', sans-serif;
}
.annual-campain-intro-paragraph p{
    font-size: 28px;
    margin-bottom: 0;
    line-height: 33px;
    text-align: center;
}
.annual-campain-intro-paragraph p span{
    color: #f6891f;
}
.annual-foodbar-logo-wrapper{
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.make-different-green-wrapper {
    background: #25531c;
    padding: 120px 0 90px;
    position: relative;
}
.make-different-green-wrapper h3 {
    font-size: 34px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 35px;
    text-align: center;
    color: #fff;
}
.icon-box-food{
    display: flex;
    justify-content: center;    
    height: 178px;
    margin-bottom: 25px;
}

.food-steps {
    max-width: 1200px;
    margin: 0 auto 80px;
    float: none;
    width: 100%!important;
}
.food-steps h4 {
    font-size: 33px;
    line-height: 41px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}
.food-steps p {
    color: #fff;
    margin-bottom: 15px;
}
.food-steps .kc_column_inner .kc-col-inner-container{
    margin: 0 30px;
}
a.read-more-info {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    display: table;
    padding: 0;
}
a.read-more-info i.fa-chevron-circle-right {
    color: #ffd600;
    margin-left: 5px;
}
.register-btn-wrapper a.register-with-foodoc{
    background-color: #ffd800;
    border-radius: 30px;
    color: #000;
    font-size: 30px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto 90px auto;
    max-width: 455px;
    font-weight: 600;
    width: 100%;
}
.register-btn-outer-wrapper{
    display: flex;
    justify-content: center;
}
.qa-wrapper-for-question{
    text-align: center;
}
.qa-wrapper-for-question p a, .qa-wrapper-for-question p a:hover, .qa-wrapper-for-question p a:focus {
    color: #fff;
    text-decoration: none;
}
.sponser-image-wrapper img {
    width: 75%;
}
.qa-wrapper-for-question p{
    font-size: 34px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}
.qa-wrapper-for-question p span{
    color: #82c341;
}
.make-different-green-wrapper::after {
    content: '';
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.make-different-gray-wrapper::after {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.sponser-image-wrapper{
    margin-bottom: 72px;
    display: flex;
    justify-content: center;
}
.thankyou-note-wrapper p{
    font-size: 34px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
    color: #000;
}
.title-sponsors-small-heading{
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
}
.sponsors-single-logo-wrapper{
    text-align: center;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
}
.sponsors-logo-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sponsors-logo-list-wrapper .kc-col-inner-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Food from the bar style End */
/*18-02-22 */
.btn-center-wrapper {
    display: flex;
    justify-content: center;
}
.main-heading-sub-text{
    padding: 0px 0 0 0;
     font-style: italic;
}
.main-heading-sub-text h2{
    margin-bottom: 40px;
}
.main-heading-sub-text p{
    font-style: italic;
}
.BBDFormSectionComments fieldset .BBFormFieldContainer .BBFormFieldLabel{
    margin-left: 0!important;
    word-break: break-all;
    margin-bottom: 10px;
}
.BBDFormSectionComments fieldset .BBFormFieldContainer .BBFormTextArea{
    margin-left: 0!important;
}
.BBDFormSectionComments fieldset .BBFormFieldContainer{
    display: flex;
    justify-content: flex-start;
    padding-left: 161px!important;
    flex-direction: column;
}
.event-img-wrapper{
    display: flex;
}
.our-new-stories-row{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.our-new-stories-row li{
    padding: 0 15px;
    width: 33.3333%;
    margin-bottom: 55px!important;
}
.single-story-box{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.single-story-box .story-thumbnail {
    margin-bottom: 35px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.single-story-box .single-story-content .story-title h3 {
    font-size: 20px;
    line-height: 24px;
    color: #82c341;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center;
    /*min-height: 50px;*/
}
.single-story-box .single-story-content .short-note {
    font-style: normal;
    margin-left: 24px;
    margin-right: 24px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 25px;
}
.single-story-box .single-story-content a.read-link {
    background-color: transparent;
    color: #000000;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    display: table;
    margin: 0 auto;
    padding: 0;
}
.single-story-box .single-story-content a.read-link:hover {
    color: #f68110;
}
.single-story-box .single-story-content a.read-link i {
    color: #ffd600;
}
.story-post-other-list{
    padding: 70px 0!important;
}
.single-stories .kc-col-container .kc_text_block{
    padding: 20px 0 70px 0;
}
.single-stories .read-more-row {
    max-height: 100%;
    overflow: initial;
}
.single-stories .iframe-wrapper{
    padding: 20px 0 70px 0;
    display: flex;
    justify-content: center;
}
.single-stories .iframe-wrapper iframe{
    max-width: 760px;
    width: 100%;
    height: 430px;
}
.right-size-img{
    padding: 0px 0 0 ;
}
.view_more_container{
    display: flex;
    justify-content: center;
    padding: 35px 0 20px 0;
}
.view_more_container a{
    background-color: #F1862F;
    border: 2px solid #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 25px 10px;
    color: #ffffff;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
}
.for-image-row-wrapper{
    display: flex;
    width: 100%;

}
.for-image-row-wrapper .image-single-block{
    width: auto;
}
.for-image-row-wrapper .content-single-block{
    width: 80%;
}
.img-margin-right-bottom{
    margin: 0 20px 15px 0!important;
}
.img-margin-left-bottom{
    margin: 0 0px 15px 20px!important;
}
.social_media_share_container{
    padding: 60px 0 0 0;
}
.single_story_ss_wrapper{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}
.pagination-wrapper-common{
    margin: 0px 0 60px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-wrapper-common .pagination{
    margin: 0;
}
.pagination-wrapper-common .pagination .nav-links .page-numbers {
    margin-top: 0;
    text-decoration: none;
    font-size: 18px;
}
.pagination-wrapper-common .pagination .nav-links a.page-numbers:hover,
.pagination-wrapper-common .pagination .nav-links a.page-numbers:focus {
    color: #f68110;
}
.pagination-wrapper-common .pagination .nav-links .page-numbers.current {
    color: #f68110;
}
.addtoany_content_top{
    width: 1170px;
    padding-top: 60px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* New Revolution Slider for Home page 20th April 22 */
.animate-banner-section h3{
    color: #f18500;
    font-size: 75px!important;
    font-weight: 700!important;
    margin: 0 0 25px 0!important;
}

    .animate-banner-section p{
        font-size: 27px!important;
    line-height: 32px!important;
    font-weight: 400!important;
    }

    .banner_common_btn_green {
   border: 2px solid #ffffff;
    font-size: 21px;
    line-height: 23px!important;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 9px 25px 5px!important;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0 0!important;
    text-align: center;
    background-color: #82C341;
    border-color: #82C341;
    color: #ffffff;
    max-width: min-content;
}
.full-width-deep-blue-wrapper{
    background-color: #0f3d60;
    margin: 0!important;
    padding: 35px 0!important;
    position: relative!important;
}
.full-width-deep-blue-wrapper:after {
    content: '';
    border-color: #0f3d60 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.full-width-deep-blue-wrapper a.btn-primary {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0;
    text-align: center;
    background-color: #82C341;
    border-color: #82C341;
    color: #ffffff;
}

.full-width-deep-blue-wrapper a.btn-primary {
    border: 0px solid #ffffff;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-transform: uppercase;
    padding: 15px 25px 10px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease-in-out;

}
.full-width-deep-blue-wrapper .kc-col-container .kc-elm{
    display: flex;
    justify-content: center;
    align-items: center;
}
.full-width-deep-blue-wrapper a.btn-primary span.text-deep-green {
    color: #25531c;
    padding: 0 5px;
}
.banner_content_new_slider{
    display: flex;
    flex-direction: column;
}

/***************************************/
.sharecont{width: 93%;
padding-top: 60px;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 15px;
margin: 0 auto;
display: flex;
justify-content: flex-end;
align-items: center;}
.sharecont h5{padding-left: 22%;
padding-top: 2%;text-align: center;}
#sfsiid_facebook,
.n2-feedoc-share ul li a {
  display: block;
  position: relative;
  margin-right: 8px;
  font-size: 0;
  height: 41px;
  width: 43px;
  font-size: 20px;
  color: #ffffff;
}

#sfsiid_facebook img {
  display: none;
}
.sticky .sharecont .col3 .textwidget{
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.sticky .nolunch_topheader .sharecont h5 {
    /* width: 224px; */
    /* margin: 0 20px 0 0; */
    font-size: 16px;
}
.sticky .n2-feedoc-share ul li a{
  height: 38px;
  width: 39px;
}
.n2-feedoc-share{
  display: inline-block;
  text-align: center;
}
.n2-feedoc-share ul{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.n2-feedoc-share ul li {
  margin: 0;
  list-style-type: none;
}

.n2-feedoc-share ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #0f3d60 !important;
    color: #fff !important;
}
.n2-feedoc-share ul li a:hover {
    opacity: 0.7 !important;
}
.n2-feedoc-share ul li a.facebook-icon{  
  background-color:#3566a4;
  text-align: center; 
}

.n2-feedoc-share ul li a.twitter-icon{
  background-color:#08c2ff; 
  text-align: center; 
}
.n2-feedoc-share ul li a.linkedin-icon{
  background-color:#0e76a8; 
  text-align: center; 
}

.n2-feedoc-share ul li a.envelope-icon{  
  background-color:#ffffff; 
  text-align: center; 
}

.n2-feedoc-share ul li a.instagram-icon{  
  background-color:#ffffff; 
  text-align: center;
}
.animate-banner-section .tp-parallax-wrap{
    position: absolute;
    left: 0!important;
    right: 0!important;
    top: 0!important;
    bottom: 0!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}
.animate-banner-section .tp-parallax-wrap .tp-loop-wrap{
    position: absolute!important;
    display: block;
    top: 0%!important;
    /* transform: translate(10px, -50%)!important; */
    left: 0;
    right: 0;
    bottom: 0;
    display: flex!important;
    align-items: center;
    justify-content: flex-end;
}
.animate-banner-section .tp-mask-wrap{
    position: absolute!important;
    display: flex!important;
    overflow: visible!important;
    right: 62px!important;
    top: 0!important;
    bottom: 0!important;
    align-items: center!important;
    justify-content: flex-start!important;
    width: 50%!important;
}
/* New Revolution Slider for Home page 20th April 22 End */

.animate-banner-section .section-trigger{display: none !important;}
.animate-banner-section .play-video{display: none !important;}
.full-width-deep-blue-wrapper{background-color: #0F3D60!important;}
.full-width-deep-blue-wrapper:after {
    border-color: #0F3D60 transparent transparent transparent !important;
}
.full-width-deep-blue-wrapper a.btn-primary{border: none !important}



/* 08th July Scroll to top */
.scrolltoTop {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
      box-shadow: 0px 0px 22px rgb(0 0 0 / 7%);
}
.scrolltoTop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.scrolltoTop:hover {
  cursor: pointer;
  background-color: #333;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 20%);
}
.scrolltoTop:active {
  background-color: #555;
  box-shadow: 0px 0px 18px rgb(0 0 0 / 20%);
}
.scrolltoTop.show {
  opacity: 1;
  visibility: visible;
}
/* 08th July Scroll to top */

/* Harvesters 18th july */
body.harvesters-body-wrapper .entry-header{
    display: none;
}
body.harvesters-body-wrapper .custom-innerpage-banner {
    min-height: 650px;
    padding: 0px 0;
    height: auto!important;
    display: flex;
    align-items: flex-start;
    position: relative;
    background-color: #0f3d60;
}
/*body.harvesters-body-wrapper .custom-innerpage-banner .kc_single_image{
    height: 1080px!important;
}*/
body.harvesters-body-wrapper .custom-innerpage-banner::after {
    content: '';
    border-color: #0f3d60 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.banner_harvesters_logo{
    margin-bottom: 15px;
    padding-bottom: 20px;
    margin-top: 250px;
}
.banner_bottom_content_wrapper{
    margin-bottom: 65px;
}
body.harvesters-body-wrapper .custom-innerpage-banner .banner_overlay{
    /*position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;*/
        display: flex;
    align-items: center;
    max-width: 1360px;
    margin: 0 auto;
}
body.harvesters-body-wrapper .custom-innerpage-banner .kc_column{
    padding-right: 0px;
    padding-left: 0px;
}
body.harvesters-body-wrapper .site-header{
        /*background-color: rgba(4, 28, 46, 70%);*/
        background-color: #0f3d60cc;
}
body.harvesters-body-wrapper .site-header.fixed {
    background-color: #0f3d60;
}
body.harvesters-body-wrapper .custom-innerpage-banner h1{
    font-family: 'Josefin Sans', sans-serif;
    color: #ef7410;
}
body.harvesters-body-wrapper .custom-innerpage-banner .banner_overlay .kc-col-inner-container{
    margin: 0 0px;
}
body.harvesters-body-wrapper .custom-innerpage-banner p{
    color: #fff;
}
.banner_overlay .banner_top_content_wrapper{
    margin-bottom: 15px;
    padding-bottom: 20px;
    margin-top: 30px;
}
.banToggleContent{
    position: relative;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 132px;
    text-decoration: none;
    text-transform: uppercase;
}
.banToggleContent:after{
    font-family: 'Material Icons Outlined';
    content: "\e5cc";
    position: absolute;
    right: 0;
    top: 4px;
        font-size: 16px;
    line-height: 12px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.banToggleContent .more{
    display: block;
}
.banToggleContent .less{
    display: none;
}
.banToggleContent.rotedIcon .more{
    display: none;
}
.banToggleContent.rotedIcon .less{
    display: block;
}
.banToggleContent.rotedIcon:after{
    content: '\e313';
    font-family: 'Material Icons Outlined';
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.banner_toggle_content{
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    height: 0
}
.banner_toggle_content.active{
    opacity: 1;
    visibility: visible;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    height: auto;
}
.aniversary_section_wrapper h2{
    text-align: center;
    max-width: 1614px;
    color: #ef7410;
    font-size: 75px;
    margin: 0 auto;
    font-weight: 700;
}
.aniversary_section_wrapper h2 sup{
    font-weight: 600;
    font-size: 65%;
}
.anivercery_sub_heading{
    margin: 0 auto;
    text-align: center;
    padding: 15px 20px 35px 20px;
    color: #0f3d60;
    font-size: 32px;
    line-height: 40px;
}
.anivercery_sub_heading strong{
    font-size: 38px;
}
.anivercery_sub_heading .sub_heading_date{    
    color: #ef7410;
}
.aniversary_section_wrapper .kc_text_block{
    padding: 0 20px;
}
.aniversary_section_wrapper .kc_text_block p{
    text-align: center;
    color: #0f3d60;    
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.aniversary_section_wrapper{
    padding-top: 130px!important;
    padding-bottom: 80px!important;
    background-image: url('/wp-content/uploads/2023/08/top-right.png');
    background-position: 104% 92%;
    background-repeat: no-repeat;
}
.underwritten_section.last_arrow_sect{
    background-image: url('/wp-content/uploads/2023/08/bottom-left.png');
    background-position: -100px 105%;
    background-repeat: no-repeat;
    background-size: 28%;
}
.national_bank_logo_wrapper{
    margin-bottom: 55px;
}
.national_bank_logo_wrapper img{
    max-width: 500px;
    width: 100%;
}
.harvesters_thirty_logo_wrapper img{
    max-width: 290px;
    width: 100%;
}
.harvesters_thirty_logo_wrapper{
    margin-bottom: 15px;
}
.underwritten_section .unwrite_heading{
    color: #82c341;
    font-size: 32px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 38px;
}
.writter_devider .write-col .unwrite_heading{
       line-height: 38px;
    min-height: 78px!important;
}
.unwrite_grid ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.unwrite_grid ul li{
    width: 26.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.unwrite_grid ul li.deactive-box .grid_box_wrapper{
    pointer-events: none;
    /*cursor: default;
    filter: grayscale(100%);
    opacity: 0.5;*/
}
.unwrite_grid ul li.deactive-box .come_soon{
    pointer-events: none;
    /*cursor: default;
    filter: grayscale(100%);
    opacity: 0.5;*/
}
.grid_box_wrapper a,
.grid_box_wrapper a:hover,
.grid_box_wrapper a:focus{
    text-decoration: none;
}
.grid_box_wrapper{
    border-radius: 15px;
    background-color: #fff;
    padding: 30px 22px;
    box-shadow: 0 0 36px 0 rgba(0,0,0,0.40)!important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    margin-bottom: 40px;
    min-height: 136px;
    display: block;
    text-decoration: none;
}
.grid_box_wrapper:hover,
.grid_box_wrapper:focus{
    background-color: #007BFF;
    color: #fff!important;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    text-decoration: none;
}
.grid_box_wrapper .grid_box_heading{
    color: #0f3d60;
    font-size: 16px;
    font-weight: 700;
    min-height: 50px;
    margin: 0 0 10px 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.grid_box_wrapper:hover .grid_box_heading,
.grid_box_wrapper:focus .grid_box_heading{
color: #fff!important;
transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
}
.grid_box_wrapper .grid_box_link a,
.grid_box_wrapper button{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #137ffc;
    text-decoration: none;
    line-height: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
    background-color: transparent;
    outline: none;
}

.grid_box_wrapper .grid_box_link a i,
.grid_box_wrapper .grid_box_link button i{
    color: #82c341;
    font-size: 15px;
    margin:0 6px 0 0 ;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
    background-color: transparent;
    outline: none;
}
.grid_box_wrapper:hover .grid_box_link a i,
.grid_box_wrapper:hover .grid_box_link button i,
.grid_box_wrapper:focus .grid_box_link a i,
.grid_box_wrapper:focus .grid_box_link button i{
color: #fff;
transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
    background-color: transparent;
    outline: none;
}

.grid_box_wrapper .grid_box_link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    color: #137ffc;
    text-decoration: none;
    line-height: 14px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
    background-color: transparent;
    outline: none;
}
.grid_box_wrapper .grid_box_link i{
    color: #82c341;
    font-size: 15px;
    margin:0 6px 0 0 ;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
    background-color: transparent;
    outline: none;
}
.grid_box_wrapper:hover .grid_box_link{
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
}
.grid_box_wrapper:hover .grid_box_link i{
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    border: none;
}

/** HR FOR HARVESTER **/
.donate_orange_palate_wrapper::after {
    content: '';
    border-color: #ECEAE4 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
/** HR FOR HARVESTER **/

.come_soon{
    text-align: center;
    color: #0f3d60;
    font-size: 21px;
}
.underwritten_section{
    margin-bottom: 0px!important;
    position: relative;
}
.underwritten_section.last_arrow_sect{
    padding: 0 0 70px 0;
}
.underwritten_section.last_arrow_sect::after {
    content: '';
    border-color: #fff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.unwrite_sub_content{
    text-align: center;
    color: #0f3d60;
    max-width: 1280px;
    margin: 0 auto;
}
.unwrite_sub_content p{
    text-align: center;
    color: #0f3d60;
    margin-bottom: 30px;
}
.unwrite_sub_content p:last-child{
    margin-bottom: 45px;
}
.writter_devider{
    display: flex;
}
.writter_devider .write-col{
    width: 50%;
    padding: 0 15px;
}
.writter_devider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
.writter_devider ul li{
    width: 55.33%;
    padding: 0 15px;
    margin-bottom: 20px;
}
.donate_palate_wrapper{
    background: transparent linear-gradient(180deg, #F0F0F0 0%, #E3C8DA 100%) 0% 0% no-repeat padding-box;
    padding: 250px 0 100px;
    position: relative;
}
.donate_palate_wrapper::after {
    content: '';
    border-color: #E3C8DA transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.donate_palate_wrapper h3,
.donate_palate_wrapper h4 {
    text-align: center;
    max-width: 1614px;
    color: #ef7410;
    font-size: 75px;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 15px;
}
.donate_sub_heading p {
    text-align: center;
    color: #0f3d60;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
.donate_sub_heading p a{
    color: #0f3d60;
}
.status_progress{
    margin: 150px auto 330px auto;
    max-width: 1280px;
    position: relative;
}
.status_progress ul{
    list-style-type: none;
    padding: 0;
    margin:0 ;
    display: flex;
    position: relative;
}
.status_progress ul:after{
    width: 83.5%;
    content: '';
    height: 2px;
    background-color: #7849c2;
    left: 0;
    right: 0;
    bottom: 10px;
    position: absolute;
    margin: 0 auto;
}
.status_progress ul li{
    width: 33.33%;
    position: relative;
    height: 192px;
}
.status_progress ul li:nth-child(2),
.status_progress ul li:nth-child(4),
.status_progress ul li:nth-child(6){
   margin: 0 0 0 0;
    position: relative;
    bottom: -182px;
    display: flex;
}
.status_progress ul li:nth-child(1),
.status_progress ul li:nth-child(3),
.status_progress ul li:nth-child(5){
   margin: 0 0 0 0;
    position: relative;
    bottom: 10px;
}
.status_progress ul li:nth-child(1):after,
.status_progress ul li:nth-child(3):after,
.status_progress ul li:nth-child(5):after{
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 30px;
    width: 2px;
    background-color: #7849c2;
}
.status_progress ul li:nth-child(1):before,
.status_progress ul li:nth-child(3):before,
.status_progress ul li:nth-child(5):before{
   bottom: 28px;
    position: absolute;
    content: '';
    left: -0.1%;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 9px;
    width: 9px;
    border: 2px solid #7849c2;
    border-radius: 50%;
}
.status_progress ul li:nth-child(2):after,
.status_progress ul li:nth-child(4):after,
.status_progress ul li:nth-child(6):after{
    top: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 30px;
    width: 2px;
    background-color: #7849c2;
}

.status_progress ul li:nth-child(2):before,
.status_progress ul li:nth-child(4):before,
.status_progress ul li:nth-child(6):before{
    top: 28px;
    position: absolute;
    content: '';
    left: -0.1%;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 9px;
    width: 9px;
    border: 2px solid #7849c2;
    border-radius: 50%;
}
.status_progress ul li:nth-child(1) .progstat_box,
.status_progress ul li:nth-child(3) .progstat_box,
.status_progress ul li:nth-child(5) .progstat_box{
    position: absolute;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    left: -32px;
    right: 0;
}

.status_progress ul li:nth-child(2) .progstat_box,
.status_progress ul li:nth-child(4) .progstat_box,
.status_progress ul li:nth-child(6) .progstat_box{
    position: absolute;
    width: 280px;
    margin: 0 auto;
    text-align: center;
    left: -32px;
    right: 0;
    padding: 55px 0 0 0;
}
.progstat_box .content_box{
    font-size: 16px;
    color: #0f3d60;
    line-height: 20px;
}
.progstat_box .icon_box img{
    width: 64px;
    margin: 0 0 15px 0;
    }
.progstat_box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.donate_palate_wrapper .top-section_img{
    position: relative;
}
.donate_palate_wrapper .top-section_img{
    position: absolute;
    right: 0px;
    top: -460px;
    width: 722px;
    height: 714px;
    overflow: hidden;
}
.donate_palate_wrapper .top-section_img img{
      position: absolute;
    right: -172px;  
}
.unwrite_grid{
    margin-bottom: 50px;
}
.donate_palate_wrapper .left_sec_img{
    position: absolute;
    left: 0px;
    top: 16%;
}
.donate_palate_wrapper .left_sec_img img{
     position: absolute;
    left: -195px;    
}
.partners-sponsors{
    padding: 150px 0 20px 0;
}
body.harvesters-body-wrapper .donation-list{
    background-color: #FAFAFA;
    padding: 35px;
    border: 1px solid #FAFAFA;
}
body.harvesters-body-wrapper .donation-list ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    text-align: left;
}
body.harvesters-body-wrapper .donation-list h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left;
    color: #0f3d60;
}
body.harvesters-body-wrapper .contact-feedOC{
    background-color: #ef7410;
        padding: 90px 0 70px 0;
}
body.harvesters-body-wrapper .contact-feedOC h6 {
    font-size: 75px;
    line-height: 40px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 26px;
}
body.harvesters-body-wrapper .gallery-slider-nav {
    max-height: 140px;
}
body.harvesters-body-wrapper .contact-feedOC p {
    font-size: 22px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 10px;
    font-weight: 300;
}
body.harvesters-body-wrapper .contact-feedOC p a{
    color: #ffffff;
    text-decoration: underline;
    font-weight: 300;
}
body.harvesters-body-wrapper .contact-feedOC p a:hover{
    text-decoration: none;
}
body.harvesters-body-wrapper .contact-feedOC ul{
    padding: 0;
    margin: 25px 0 0 0;
}
.gallery-section-harvester{
    padding: 100px 0;
}
.gallery-section-harvester .gallery-slider-for .gallery-item{
    background-color: transparent;
}
.gallery-section-harvester .slick-dots li {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 3px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.gallery-section-harvester .slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 37px;
    height: 3px;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: black;
    background-color: #137ffc;
    -webkit-font-smoothing: antialiased;
}
.gallery-section-harvester .slick-dots li.slick-active button::before {
    opacity: 1;
    background-color: #137ffc;
    -webkit-font-smoothing: antialiased;
}
.gallery-section-harvester .slick-dots {
    position: absolute;
    bottom: -40px;
}
.gallery-section-harvester .slick-prev {
    left: 176px;
}
.gallery-section-harvester .slick-next {
    right: 176px;
}
.gallery-section-harvester .slick-prev:before {
    font-family: 'Material Icons Outlined';
    content: "\e5c4";
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #D5D5D5;
}
.gallery-section-harvester .slick-next:before {
    font-family: 'Material Icons Outlined';
    content: "\e5c8";
    font-size: 30px;
    line-height: 1;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 50px;
    color: #D5D5D5;
}
.fashion-show-partners{
    padding: 50px 0;
}
.fashion-show-partners h2 {
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #82c341;
    margin-bottom: 15px;
}
.fashion-show-partners .subtitle p{
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    color: #0f3d60;
}
.fashion-show-partners .kc_single_image{
    display: flex;
    justify-content: center;
    margin: 35px 0 0 0;
}
body.harvesters-body-wrapper .special-thanks .subtitle p{
    font-size: 20px;
    line-height: 38px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto 45px auto;
    color: #0f3d60;
}
body.harvesters-body-wrapper .harvesters-members{
     background: transparent linear-gradient(180deg, #F0F0F0 0%, #E3C8DA 100%) 0% 0% no-repeat padding-box;
     padding: 90px 0;
}
body.harvesters-body-wrapper .harvesters-members h5{
    text-align: center;
    max-width: 1614px;
    color: #ef7410;
    font-size: 75px;
    margin: 0 auto;
    font-weight: 700;
    margin-bottom: 50px;
}
body.harvesters-body-wrapper .harvesters-members h4 {
    font-size: 30px;
    line-height: 28px;
    font-weight: 700;
    color: #137ffc;
    margin-bottom: 10px;
}
body.harvesters-body-wrapper .harvesters-members ul li {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 6px;
    color: #0f3d60;
}
.city_grid_national_panel{
    padding: 0 0 50px 0;
}
.city_grid_national_panel .kc_single_image{
    display: flex;
    justify-content: center;
}
.new-footer-grid{
    padding: 0 0 100px 0;
}
.new-footer-grid .fot_grid_box .kc_single_image{
    display: flex;
    justify-content: center;
    align-items: center;
}
.new-footer-grid .fot_grid_box .kc_single_image img{
    width: 100%;
    height: auto;
}
.big-bg-section .kc_single_image{
    max-width: 100%;
    width: 100%;
    height: auto;
}
 
body.harvesters-body-wrapper .banner_harvesters_logo .kc_single_image {
    height: auto!important;
}
body.harvesters-body-wrapper .donation-list ul li{
    font-size: 16px;
    line-height: 20px;
    /* font-weight: 700; */
    margin-bottom: 5px;
}
.custom-innerpage-banner .kc_row.kc_row_inner {
    width: 100%!important;
}
/* Harvesters end */

.partners-sponsors{
    /*background-image: url(../images/FlowerSwirlA_fallBTG_clean.png);*/
    background-position: 104% 92%;
    background-repeat: no-repeat;
}
.special-thanks{
    /*background-image: url(../images/FlowerSwirlA_fallBTG_clean-flip.png);*/
    background-position: -715px 39%;
    background-repeat: no-repeat;
}
.second_level_bg_wrapper{
    position: relative;
}
.second_level_bg_wrapper:before{
    position: absolute;
    left:5%;
    width: 276px;
    height: 272px;
    background-image: url('/wp-content/uploads/2023/08/top-left.png');
    background-size: 60%;
    bottom: 0px;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
}
.second_level_bg_wrapper:after{
    position: absolute;
    right: 5%;
    width: 269px;
    height: 287px;
    /*background-image: url(../images/img_right_middle.png);*/
    background-size: 100%;
    top: -16px;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
}
.third_level_bg_wrapper{
    position: relative;
}
.third_level_bg_wrapper:after{
    position: absolute;
    right: 1%;
    width: 269px;
    height: 287px;
    background-image: url('/wp-content/uploads/2023/08/bottom-right.png');
    background-size: 100%;
    bottom: -510px;
    content: '';
    z-index: -1;
    background-repeat: no-repeat;
}
.gallery-slider-nav .slick-center img {
    border-color: green !important;
}
.gallery-slider-nav{ 
     margin-top: 15px;
}

/*--------MB-19.8.22----------*/
body.hunger-action-month_two .entry-header{
    display: none;
}
.hunger-impact_month_two{
    padding: 100px 0 80px;
    position: relative;
}
.hunger-impact_month_two::after{
    content: '';
    border-color: #ffffff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.hunger-impact_month_two h2{
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
}
.hunger-impact_month_two p{
    font-size: 31px;
    line-height: 38px;
    font-weight: 600;
    margin-bottom: 30px;
    padding-left: 10%;
    padding-right: 10%;

}

.hunger-impact_month_two .kc_row_inner h4 {
    font-weight: 600;
    font-size: 24px;
    color: #363636;
    letter-spacing: 1px;
    font-family: 'Josefin Sans', sans-serif;
}
.hunger-impact_month_two h2.section-title{
    font-size: 60px;
    line-height: 60px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 0;
}
.hunger-impact_month_two h3.section-title{
    font-size: 60px;
    line-height: 60px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 0;
}
.text_color_orange{
    color: #F1862F;
}
.hunger_mid_class_two h2{
    color: #F1862F;
    font-size: 150px;
    line-height: 150px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 800;
    position: relative;
    margin-bottom: 0px !important;
}
.hunger_mid_class_two h2 span{
    font-size: 90px;
    position: relative;
    top: -15px;
}
.hunger_mid_class_two h3{
    font-size: 60px;
    line-height: 60px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 800;
    margin-top: -10px;
    margin-bottom: 0;
}
.hunger_mid_class_two h5{
  font-family: 'Josefin Sans', sans-serif;
  font-size: 45px;
  line-height: 51px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-top: 10px;
}

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

.why-nutrition_month_two{
    /*padding: 120px 0;*/
    padding: 120px 0 50px 0;
    position: relative;
}
/*.why-nutrition_month2::before{
    content: '';
    background: url(../images/apple-02.png) no-repeat 0 0;
    width: 530px;
    height: 1000px;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}*/
.why-nutrition_month_two::after{
    content: '';
    /*border-color: #4884c4 transparent transparent transparent;*/
    border-color: #25531c transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -50px;
    border-width: 50px 50px 0 50px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
/*.why-nutrition_month2 .kc-col-container{
    max-width: 900px;
}*/
.why-nutrition_month_two h2{
    color: #ffffff;
    font-size: 75px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 75px;
}

.why-nutrition_month_two h6{
    color: #ffffff;
    font-size: 72px;
    line-height: 75px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 75px;
}

.why-nutrition_month2 h2 span{
    color: #F1862F;
}
.why-nutrition_month_two h3{
    font-family: 'Josefin Sans', sans-serif;
    font-size: 32px;
    line-height: 38px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.why-nutrition_month_two h3 span{
    font-weight: 600;
    /*color: #0f3d60;*/
    color: #F1862F;
}
.why-nutrition_month_two p{
    color: #ffffff;
    margin-bottom: 15px;
}
.why-nutrition_month_two p a{
    color: #81c240 !important;
    font-weight: bold;
    text-decoration: none !important;
    transition: all ease-in-out 0.3s;
}
.why-nutrition_month_two p a:hover{
    color: #fff !important;
}
.outer_wrapper_taken_action{

}
.inner_taken_action{
    position: relative;
    padding-left: 100px;
    counter-increment: section;
    margin-bottom: 60px;
}
.inner_taken_action:before{
    content: counter(section);
    /*counter-increment: section;
  content: "Section " counter(section) ": ";*/
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: #82c341;
  border-radius: 50%;
  left: 0;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  text-align: center;
}
.text_color_black{
    color: #000;
}
/*-------------*/
.inner_taken_action_line_adjust::before{
    line-height: 50px !important;
}
.inner_taken_action_line_adjust_one::before{
    line-height: 70px !important;
}
.inner_taken_action_line_adjust_two::before{
    line-height: 72px !important;
}
/* 12th Sep */
.rsvp_program_wrapper{
    margin: 35px auto;
    padding: 0 0%;
    max-width: 860px;
}
.rsvp_program_wrapper ul{
    margin: 0;
    padding: 0;
}
.rsvp_program_wrapper ul li{
    text-align: left;
        font-size: 18px;
    line-height: 24px;
    font-family: 'Josefin Sans', sans-serif;
    margin-bottom: 20px;
}
.kc_title.aniversary_heading_wrapper{
        margin: 0 auto!important;
    padding: 15px 0 25px 0!important;
}
/* Nll Page 22th Sep Css*/
body.nll_body_wrapper .entry-header{
position: relative;
}
body.nll_body_wrapper .entry-header::after {
    content: '';
    border-color: #0f3d60 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.nll_sponsers_logo{
        display: block;
    max-width: 1200px;
    margin: 0 auto;
}
.nll_sponsers_logo ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 35px 0;
    padding: 0;
}
.nll_sponsers_logo ul li{
       display: flex;
    justify-content: center;
    padding: 0 15px;
    width: 33.33%;
    margin: 0 0 25px 0;
}
.nll_sponsers_logo ul li img{
        max-width: 155px;
    width: 100%;
    height: auto;
    max-height: unset;
    object-fit: contain;
}
.nll_sponsers_logo ul li:nth-child(1){
    width: 80%;
}
.nll_sponsers_logo ul li:nth-child(5){
    width: 25%;
}
.nll_sponsers_logo ul li:nth-child(6){
    width: 25%;
}
.nll_sponsers_logo ul li:nth-child(7){
    width: 25%;
}
.nll_sponsers_logo ul li:nth-child(8){
    width: 25%;
}
.nll_sponsers_logo ul li:nth-child(1) img{
    max-width: 50%;
}
.nll_sponsers_logo ul li:nth-child(2) img{
        max-width: 100%;
}
.nll_sponsers_logo ul li:nth-child(3) img{
        max-width: 28%;
}
.nll_sponsers_logo ul li:nth-child(4) img{
        max-width: 75%;
}
.nll_sponsers_logo ul li:nth-child(5) img{
        max-width: 60%;
}
.nll_sponsers_logo ul li:nth-child(6) img{
        max-width: 28%;
}
.nll_sponsers_logo ul li:nth-child(7) img{
        max-width: 72%;
}
.nll_sponsers_logo ul li:nth-child(8) img{
        max-width: 82%;
}
.unwrite_grid.nll_core_grid{
    margin: 20px 0;
}
.unwrite_grid.nll_core_grid .grid_box_wrapper {
       min-height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 75px;
    border-radius: 65px;
    background-color: #F1862F;
    color: #fff;
    font-weight: 700;
    max-width: 220px;
    margin: 0 auto;
    padding: 23px 22px 18px 22px;
}
.unwrite_grid.nll_core_grid .grid_box_wrapper .grid_box_link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    }
    .underwritten_section.second_level_bg_wrapper.second_nlled_wrapper{
        text-align: center;
        margin: 0 0 35px 0;
    }
    .nll_form_wrapper{
        padding: 35px 0 90px 0;
    }
    .nll_form_wrapper #mongo-form{
       display: flex;
       justify-content: center;
    }

 body.nll_body_wrapper .anivercery_sub_heading {
    color: #ef7410;
    font-weight: 700;
}
 body.nll_body_wrapper .underwritten_section .unwrite_heading {
    color: #ef7410;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
    line-height: 38px;
    font-weight: 700;
}
body.nll_body_wrapper .second_level_bg_wrapper:after {
    top: -68px;
}
.unwrite_grid.nll_core_grid ul li {
    margin-bottom: 45px;
}
body.nll_body_wrapper .aniversary_section_wrapper{
    background-image: none;
}
body.nll_body_wrapper .second_level_bg_wrapper:before,
body.nll_body_wrapper .second_level_bg_wrapper:after{
    display: none;
}
.no_lunch_lunch_logo_wrapper{
    width: 100%;
    margin: 0 0 35px 0;
}
.no_lunch_lunch_logo_wrapper .kc_single_image img {
    max-width: 320px;
    display: inline-block;
    width: 100%;
    margin: 0 0 35px 0;
}


/* New css*/
.logo_bay_wrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 0 35px 0;
    padding: 0;
}
.logo_bay_wrapper .kc_row_inner {
       display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    width: 33.33%;
    margin: 0 0 25px 0;
}
.logo_bay_wrapper .kc_row_inner .kc_single_image{
       display: flex;
    justify-content: center;
    align-items: center;
}
.logo_bay_wrapper .kc_row_inner .kc_single_image img{
        max-width: 155px;
    width: 100%;
    height: auto;
    max-height: unset;
    object-fit: contain;
}
.logo_bay_wrapper .kc_row_inner.logo_pn1{
    width: 80%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn5{
    width: 25%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn6{
    width: 25%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn7{
    width: 25%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn8{
    width: 25%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn1 img{
     max-width: 45%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn2 img{
     max-width: 58%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn3 img{
         max-width: 45%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn4 img{
        max-width: 20%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn5 img{
            max-width: 100%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn6 img{
          max-width: 38%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn7 img{
           max-width: 82%;
}
.logo_bay_wrapper .kc_row_inner.logo_pn8 img{
             max-width: 90%;
}
.BBFormRadioButtonContainer label,
.BBFormRadioButtonContainer label span{
    font-family: Arial,Helvetica,sans-serif!important;
}
.BBFormSectionHeading,
.BBFormSectionHeading label,
.BBFormFieldContainer,
.BBFormFieldContainer label,
.BBFormFieldLabel,
.BBFormIndivFields,
.BBFormIndivFields input,
.BBFormIndivFields select,
.BBFormIndivFields button{
    font-family: 'Josefin Sans', sans-serif!important;
}
.footer_iframe{
   border: none;
    min-height: 1700px;
    overflow-x: hidden !important;
    display: flex;
    margin: 0% auto;
    justify-content: center;
    align-items: center;
}
.newsletter-form .footer_iframe{
min-height: auto!important;
}

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

.volunteer_video_wrapper {
  width: 350px;
  height: 190px;
}


/*--------Hervesters-scroll---------*/
.added_scroll_bar{
overflow: initial;
}
.added_scroll_bar #myAutoScrrollEle{
overflow: initial;
border: 1px solid #f00;
}
/*.added_scroll_bar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.added_scroll_bar::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.added_scroll_bar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  background-color: #555;
}*/
.donation-list{
    pointer-events:  all !important;
}
.added_scroll_bar #noAutoScrollwrapper .left{
    padding-top: 0px;
}
.added_scroll_bar #noAutoScrollwrapper .right{
    padding-top: 0px;
}

#noAutoScrollwrapper::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#noAutoScrollwrapper::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

#noAutoScrollwrapper::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}
.underwriters #noAutoScrollwrapper {
    display: flex;
    flex-wrap: wrap;
}
.underwriters #noAutoScrollwrapper .left, .underwriters #noAutoScrollwrapper .right {
    width: 50%;
    padding-top: 100px;
}
.added_scroll_bar #noAutoScrollwrapper .left,
.added_scroll_bar #noAutoScrollwrapper .right {
    padding-top: 0px;
}
/*---------9.12.222--------*/
.added_virtual .kc-col-container{
    width: 700px;
}
.added_virtual h3 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #f6891f;
}
.virtual-food-drive p {
  font-size: 26px;
  line-height: 35px;
  color: #ffffff;
  margin-bottom: 0;
}

/*---------*/
.ihsf_icon i.fa-chevron-circle-right {
    color: #ffd600;
}
.hvfrm_added_style h4 a{
	text-decoration:none !important;
}
/*---------*/
.new_added_bot_gap p{
margin-bottom: 35px;
}

/*----------19.6.23----------*/

.advocate_wrapper_banner img{
    width: 100%!important;
}
.shfb_wrapper h4 {
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
    margin-bottom: 20px !important;
    width: auto;
    display: inline-block;
    border-bottom: 1px solid #f18500;
}
.shfb_wrapper ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.shfb_wrapper ul li{
    width: 100%!important;
    text-align: left!important;
    padding: 0 0 12px 0!important;
}
.shfb_wrapper ul li,
.shfb_wrapper ul li a,
.shfb_wrapper ul li a:hover,
.shfb_wrapper ul li a:focus{
    text-decoration: none;
}
.left_shbp_padd{
    padding: 0 0 0 35px;
}
.left_shbp_padd h6{
    margin: 45px 0 20px 0;
    font-weight: 700;
}
.industry-donation.shfb_wrapper{
        padding: 0!important;
}

.industry-donation::before{
        display: none;
}
.advocacy_works{
    padding: 25px 0 0 0;
}
.advocacy_works .kc-title-wrap h3 {
    color: #000!important;
}
.get-involved-page .special-thanks.advocate_outwrapper::before{
    display: none!important;
}
.fi-donation-feature.joinus_takeaction h3 {
    font-size: 28px!important;
    line-height: 38px;
    margin-bottom: 20px;
    text-align: left!important;
    color: #000!important;
}
.fi-donation-feature.joinus_takeaction p{
    font-weight: 600;
}
.fi-donation-feature.joinus_takeaction p:last-child {
    margin-bottom: 30px!important;
}
.takeaction_btn a.kc_button {
    background-color: #f18500;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px 9px;
}


.get-involved-page .special-thanks.advocate_outwrapper .kc_row_inner {
    margin-bottom: 30px;
}
.margin_bottom_50{
    margin-bottom: 50px!important;
}
.community_communication_pannel{
    display: flex;
}
.community_communication_pannel .kc-col-inner-container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.community_communication_pannel .kc-title-wrap h2{
        font-size: 38px;
        color: #f18500;
        text-align: left;
        font-weight: 700!important;
}
.community_communication_pannel .kc-title-wrap h3{
        font-size: 24px;
        color: #fff;
        text-align: left;
        font-weight: 700!important;
        margin-bottom: 35px!important;
}
.community_communication_pannel .kc_text_block p{
    font-size: 22px;
    color: #fff!important;
    font-weight: 400!important;
    margin-bottom: 35px!important;
}
.community_communication_pannel a.kc_button {
    background-color: #f18500;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px 9px;
}
.community_communication_pannel .community_communication_colleft{
    margin: 0 0 0 0!important;
    padding: 3% 6% 3% 6%!important;
}
.community_communication_pannel .community_communication_colright{
    margin: 0 0 0%!important;
    padding: 0!important;
}
.and_blog_wrapper{
    position: relative;
}
.and_blog_wrapper::before {
    content: '';
    border-color: #f2f2f2 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}

.advocacy_outer_wrapper{
    position: relative;
    padding: 0 0 80px 0;
}
.advocacy_outer_wrapper::before {
    content: '';
    border-color: #fff transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -60px;
    border-width: 60px 60px 0 60px;
    border-style: solid;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.advocacy_welcome_content{
        width: 100%;
    margin: 0 0 70px 0;
}
.row_logo_indicommon .kc-col-inner-container{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row_logo_indicommon .kc-col-inner-container .kc_single_image{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advocacy_outer_wrapper .kc_single_image{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
}
.advocacy_outer_wrapper .kc_single_image img{
     width: 400px;
}
.get-involved-page .special-thanks.andspecial_thanks_wrapper::before{
    display: none;
}
.resources_library_wrapper{
    padding: 70px 0 0 0;
}
.industry-donation h4{
    margin-bottom: 5px;
    margin-top: 20px;
}
.nested_shfb_innerlist li ul{
    margin: 10px 0 0 35px;
}
.nested_shfb_innerlist li,
.nested_shfb_innerlist li a{
    font-weight: 700!important;
}
.nested_shfb_innerlist li ul li{
    position: relative;
        padding: 0px 0!important;
        font-weight: 400!important;
        margin-bottom: 5px!important;
}
.nested_shfb_innerlist li ul li:after{
        content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 16px;
    background-color: #f18500;
}
.nested_shfb_innerlist li ul li a,
.nested_shfb_innerlist li ul li a:hover,
.nested_shfb_innerlist li ul li a:focus{
    position: relative;
    font-weight: 400!important;
    text-decoration: none;
}
.nested_shfb_innerlist li ul li a span{
        line-height: 0px!important;
    position: relative;
    left: 0;
    bottom: -5px;
    border: 1px solid;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.common_connect_form_sfgb{
        display: block;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
}
.form_header{
    display: flex;
    align-items: center;
    margin: 0 0 30px 0;
}
.form_header .sfgb_left_logo{
    margin: 0 15px 0 0!important;
    width: 120px;
}
.form_header .sfgb_left_logo img{
    width: 100px;
    
}
.form_header .sfgb_left_content{
    width: calc(100% - 125px);
}
.form_header .sfgb_left_content h2{
        font-size: 36px;
        font-weight: bold;
        margin-right: 0px;
            font-family: 'Josefin Sans', sans-serif;
}
.pum-container.theme-21417 .pum-close.popmake-close,
.pum-container.theme-21416 .pum-close.popmake-close{
    background-color: #f18500!important;
}
.pum-container.theme-21417 {
    max-width: 510px!important;
    border: none;
}
.pum-container.theme-21416 {
   max-width: 510px!important;
    border: none;
}
.plugins_form_row{
    display: flex;
    align-items: center;
}
.plugins_form_row .left_content{
    width: 160px;
    text-align: right;
    margin: 0 15px 0 0;
}
.plugins_form_row .left_content,
.plugins_form_row .left_content p{
    font-weight: 700;
    color: #000;
}
.plugins_form_row .right_field_bay{
    width: calc(100% - 160px);
}
.plugins_form_row .right_field_bay ul{
    display: flex;
    align-items: center;
    list-style-type: none;
        margin: 0!important;
    padding: 0!important;
}
.plugins_form_row .right_field_bay ul li{
    margin: 0 0 15px 0;
    padding: 0 10px 0 0;
    width: 38.33%;
}
.plugins_form_row .right_field_bay ul li:nth-child(1){
    width: 23%;
}
.plugins_form_row .right_field_bay ul li:last-child{
    padding: 0 0px 0 0;
}
.plugins_form_row .right_field_bay input,
.plugins_form_row .right_field_bay select,
.plugins_form_row .right_field_bay textarea{
    border:1px solid #000;
    padding: 0 15px!important;
    outline: none;
    width: 100%;
}
.plugins_form_row .right_field_bay textarea{
    border:1px solid #000;
    padding: 15px!important;
    outline: none;
    width: 100%;
}
.plugins_form_row .right_field_bay input,
.plugins_form_row .right_field_bay select{
    
    height: 45px;
}

.plugins_form_row .right_field_bay textarea{
    height: 100px;
}
.form_submit_sfhb,
.form_submit_sfhb p{
        display: flex;
    justify-content: flex-end;
    width: 511px;
    text-align: right;
    padding: 0;
    margin: 0;
}
.form_submit_sfhb input[type="submit"]{
    max-width: 160px;
    width: 160px;
    height: 46px;
    color: #fff;
    background-color: #f18500;
    border:none!important;
}
.plugins_form_row.full_width_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.plugins_form_row.full_width_flex .left_content {
    width: 100%;
    text-align: left;
    margin: 0 0px 0px 0;
}
.plugins_form_row.full_width_flex .right_field_bay {
    width: 100%;
}
.wpcf7 form .wpcf7-response-output{
    font-weight: 600!important;
}
.community_communication_colright{
    position: relative;
}
.community_communication_colright:before{
    clip-path: polygon(0 0, 0% 100%, 59% 100%);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 225px;
    background-color: #0f3d60;
    z-index: 2;
}
.community_communication_colright .kc_single_image{
    height: 100%;
    overflow: hidden;
}
.community_communication_colright .kc_single_image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/****************/
.joinus_form_wrapper_wrapper .gform_heading{
    display: none;
}
.joinus_form_wrapper .name_type_first label{
    display: none!important;
    width: 0%!important;
}
.joinus_form_wrapper .name_type_first .ginput_container_text{
    width: 100%!important;
}
.joinus_form_wrapper .name_type_first .gfield_description{
    width: 100%!important;
    font-weight: 500;
    padding: 10px;
}
.joinus_form_wrapper .name_type_last .gfield_description{
    width: 100%!important;
    font-weight: 500;
    padding: 10px;
}
.joinus_form_wrapper .gfield_description{
    width: 100%!important;
    font-weight: 500!important;
    padding: 10px!important;
}
.joinus_form_wrapper .name_type_last label{
    display: none!important;
    width: 0%!important;
}
.joinus_form_wrapper .name_type_last .ginput_container_text{
    width: 100%!important;
}
.joinus_form_wrapper .name_type{
        grid-column: span 4!important;
    width: 74px!important;
}
.joinus_form_wrapper .name_type_first{
        grid-column: span 4!important;
    width: 195px!important;
}
.joinus_form_wrapper .name_type_last{
        grid-column: span 4!important;
    width: 195px!important;
}
.joinus_form_wrapper .name_type .ginput_container_select{
    width: 74px!important;
    display: none;
}
.joinus_form_wrapper .name_type label{
     text-align: right !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 0 15px 0 0 !important;
}
.joinus_form_wrapper .field_sublabel_below .gfield_label{
    text-align: right!important;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: center!important;
    padding: 0 15px 0 0!important;
}
.joinus_form_wrapper .gform_footer{
    display: flex;
    justify-content: flex-end;
}
.joinus_form_wrapper .gform_footer input[type="submit"]{
    max-width: 160px;
    width: 160px;
    height: 46px;
    color: #fff;
    background-color: #f18500;
    border: none!important;
    font-size: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.joinus_form_wrapper .field_sublabel_below.name_type .gfield_label {
    text-align: left!important;
    display: flex!important;
    justify-content: flex-start!important;
    align-items: flex-start!important;
    padding: 18px 15px 0 0!important;
    width: 74px!important;
}
/*****************/

.communication_convent_form_wrapper_wrapper .gform_heading{
    display: none;
}
.communication_convent_form_wrapper .name_type_first label{
    display: none!important;
    width: 0%!important;
}
.communication_convent_form_wrapper .name_type_first .ginput_container_text{
    width: 100%!important;
}
.communication_convent_form_wrapper .name_type_last label{
    display: none!important;
    width: 0%!important;
}
.communication_convent_form_wrapper .name_type_last .ginput_container_text{
    width: 100%!important;
}
.communication_convent_form_wrapper .name_type{
    grid-column: span 4 !important;
}
.communication_convent_form_wrapper .name_type_first{
    grid-column: span 4!important;
}
.communication_convent_form_wrapper .name_type_last{
    grid-column: span 4!important;
}
.communication_convent_form_wrapper .name_type .ginput_container_select{
    width: 74px!important;
}
.communication_convent_form_wrapper .name_type label{
      text-align: right !important;
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  padding: 0 15px 0 0 !important;
}
.communication_convent_form_wrapper .field_sublabel_below .gfield_label{
    text-align: right!important;
    display: flex!important;
    justify-content: flex-end!important;
    align-items: center!important;
    padding: 0 15px 0 0!important;
}
.communication_convent_form_wrapper .gform_footer{
    display: flex;
    justify-content: flex-end;
}
.communication_convent_form_wrapper .gform_footer input[type="submit"]{
    max-width: 160px;
    width: 160px;
    height: 46px;
    color: #fff;
    background-color: #f18500;
    border: none!important;
    font-size: 18px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.communication_convent_form_wrapper .full_width_field .gfield_label{
      text-align: left !important;
  width: 100% !important;
  padding: 0 0px 10px 0 !important;
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-start !important;
}
.communication_convent_form_wrapper .full_width_field .ginput_container_select{
     text-align: left !important;
  width: 100% !important;
}
.communication_convent_form_wrapper .full_width_field .ginput_container_textarea{
    text-align: left!important;
    width: 100%!important;
}
.communication_convent_form_wrapper .full_width_field .ginput_container_textarea textarea{
    border:3px solid #000!important;
    height: 100px!important;
     text-align: left !important;
}
.communication_convent_form_wrapper .gfield_description{
    width: 100%!important;
    font-weight: 500!important;
    padding: 10px!important;
}
.communication_convent_form_wrapper .field_sublabel_below.name_type .gfield_label {
    text-align: right!important;
    display: flex!important;
    justify-content: flex-end!important;
    align-items: flex-start!important;
    padding: 18px 15px 0 0!important;
}

.gform_wrapper.gravity-theme .left_label .gfield_label, .gform_wrapper.gravity-theme .right_label .gfield_label {
  margin: 0;
  padding: 0;
  width: 16%;
}
.gform_wrapper.gravity-theme .left_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons), 
.gform_wrapper.gravity-theme .right_label div.gfield > div:not(.ui-resizable-handle):not(.gfield-admin-icons) { 
  width: 84%;
}
.get-involved-page .special-thanks.andspecial_thanks_wrapper .kc_row_inner {
    margin-bottom: 17px;
}
.get-involved-page .special-thanks.advocate_outwrapper .shfb_wrapper ul li,
.get-involved-page .special-thanks.advocate_outwrapper .shfb_wrapper ul li a,
.get-involved-page .special-thanks.advocate_outwrapper .shfb_wrapper ul li a:hover,
.get-involved-page .special-thanks.advocate_outwrapper .shfb_wrapper ul li a:focus{
    font-weight: 700;
    text-decoration: none;
}
.nested_shfb_innerlist{
    margin: 0 0 0 35px!important;
}
.resources_library_wrapper .industry-donation h4 {
     margin-bottom: 42px;
    margin-top: 0px;
}
.get-involved-page .special-thanks.andspecial_thanks_wrapper {
    padding: 120px 0 60px 0;
    position: relative;
}
.industry-donation h4.advocacy_spc_heading{
    margin-bottom: 35px;
    margin-top: 20px;
}
.gform_confirmation_message{
    font-size: 16px;
    font-weight: 600;
}
.get-involved-page .special-thanks.advocate_outwrapper .kc-container {
    max-width: 1400px;
}
.get-involved-page .special-thanks.andspecial_thanks_wrapper .kc-container {
    max-width: 1400px;
}
/*---------------*/
.no_cur_pointer{
    cursor: auto;
}

.pum-theme-21417 .pum-content, .pum-theme-lightbox .pum-content{
    max-height: 600px;
overflow-y: auto;
}
.sfgb_form_outer #can_embed_form_inner h2, .sfgb_form_outer #can_embed_form_inner h4, .sfgb_form_outer #can_embed_form:not(.full) #action_info,  .sfgb_form_outer #can_embed_form #logo_wrap{
    display: none;
}
.sfgb_form_outer #can_embed_form_inner form #form_col1, .sfgb_form_outer #can_embed_form_inner form #form_col2{
    width: 100% !important;
}
.sfgb_form_outer #can_embed_form input[type="submit"] {
  max-width: 160px !important;
  width: 160px !important;
  height: 46px;
  color: #fff;
  background-color: #f18500 !important;
  border: none !important;
  font-size: 18px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#can_embed_form #can_thank_you h1{
    font-size: 30px;
}
.sfgb_form_outer #can_embed_form .check_radio_field label input {
  border: 1px solid #ddd !important;
  width: 20px;
height: 20px;
}
.sfgb_form_outer #can_embed_form .check_radio_field label{
    margin: 5px 20px 5px 0 !important;
}
.no_paddin_no_margin{
    padding: 0px 0 120px 0!important;
    margin: 0!important;
}
.get-involved-page .special-thanks.advocate_outwrapper.second_harvesters{
    padding: 0px 0 120px 0;
    position: relative;
}

/************* Subscribe form css 20/06/23 *****************/
.common_connect_form_sfgb .new_answer ul,
.common_connect_form_sfgb .new_answer li{
    list-style-type: none;
}
#can_embed_form form li {
    width: 100%;
    margin: 0 0 15px;
    list-style: none outside none;
    position: relative;
    box-sizing: border-box;
}
#can_embed_form .floatlabel-wrapper {
    position: relative;
}
#can_embed_form input[type=text], #can_embed_form input[type=password], #can_embed_form input[type=url], #can_embed_form input[type=email], #can_embed_form input[type=tel], #can_embed_form input[type=number] {
    line-height: 44px;
    border: 1px solid #b0b0b0;
    background-color: #fff;
    box-sizing: border-box;
}
#can_embed_form input[type=text], #can_embed_form input[type=password], #can_embed_form input[type=url], #can_embed_form input[type=email], #can_embed_form input[type=tel], #can_embed_form input[type=number] {
    height: 44px;
    padding: 4px 9px;
    width: 100%;
    transition: border-color .3s linear,background-color .3s linear;
    border-radius: 0;
}

.joinin_action_form{
    width: 96%;
    margin: 0 auto;
}
.joinin_action_form .input_wrapper{
    display: block;
    
}
.joinin_action_form .input_wrapper label{
    display: none;
}
.joinin_action_form .input_wrapper input{
    width: 100%;
    height:55px;
    outline: none;
    font-size: 18px;
    border:3px solid #000;
}
.topint_panel{
    padding: 20px 0 10px 0;
}
.topint_panel .topint_heading{
    display: block;
    margin: 0 0 10px 0;
}
.top_interested_wrapper label{
    display: flex;
    align-items: center;
}
.top_interested_wrapper label .check_content{
    font-size: 16px;
    display: inline-flex;
    margin: 0 0 0 10px;
}
.auction_on_form{
        border-top: 1px solid #d1d1d1;
    padding: 15px 0 0 0;
    margin: 25px 0 0 0;
}
.auction_on_form label{
    display: flex;
    align-items: flex-start;
}
.auction_on_form label .check_content{
   font-size: 16px;
    display: flex;
    margin: 0 0 0 10px;
    width: 80%;
    line-height: 22px;
    align-items: flex-start;
}
.form_submit_wrapper input[type='submit'],
.form_submit_wrapper input[type='submit']:hover,
.form_submit_wrapper input[type='submit']:focus{
        background-color: #f18500;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding: 12px 20px 9px;
    max-width: 180px;
    width: 100%;
        border: none;
    outline: none;
        display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
}
.name_row{
    display: flex;
    align-items: center;
    margin: 0 -5px 10px -5px;
}
.name_row .name_label{
    width: 18%;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px 0 0!important;
    display: flex;
    align-items: center;
}
.name_row .fst_name{
    width: 45%;
    padding: 0 5px;
    margin: 0 5px 0 0!important
}
.name_row .sst_name{
    width: 45%;
    padding: 0 5px;
}
.name_row .full_onehalf{
    padding: 0 5px;
    width: 90%;
}
.name_row .name_label_extended{
    width: 32%;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px 0 0!important;
    display: flex;
    align-items: center;
}
.name_row .full_onethird{
    padding: 0 5px;
    width: 67%;

}
.important{
    color: red;
}

/************* Subscribe form css 20/06/23 end *****************/
#input_7_5{display: none;}