/* RESETS */
.hide-items{display:none !important;}
.et_pb_code { min-height: 24px !important; } /* Make Divi code blocks tall enough to click within the admin */
.et_pb_button:hover:after { display: none; } /* Reset: Remove Divi Default :after selector on button types */
.et_pb_row { margin-inline: auto; width: 100%; } /* Reset: Remove Divi Default limited width. */
.et_pb_slide_description, 
.et_pb_slider_fullwidth_off .et_pb_slide_description { padding: 0 !important; } /* Overwrite Divi default margin & padding on Rows, currently doesn't work due to Divi Theme specificity. */


/* VARIABLES */
:root {
  --red: #C13430; 
  --orange: #c75f2a; 
  --yellow: #e8ad1b; 
  --green: #779d46; 
  --blue: #287fb6; 
  --dark-blue: #12355f; 
  --purple: #4F2655;
}


/* LAYOUT */
.divi-row {
  margin: min(2svw, 32px) auto; 
}
.divi-row-2col { 
  && {
  display: flex;
  flex-direction: row; 
  flex-wrap: wrap; 
  gap: min(2svw, 32px);
  margin: min(2svw, 32px) auto; 
  max-width: unset;
  padding-block: 0;
  width: min(100% - 32px, 1312px); 

  &::after { display: none; }
  .et_pb_column { flex: 1 1 400px; margin: 0; padding: 0; width: 100%; }
  .et_pb_module { display: contents; }
  .et_pb_image_wrap { display: contents; }
  .et_pb_image_wrap > img { display: block; margin: 0; padding: 0; }
  }
}

/* GENERAL STYLES */
:target { margin-top: 0; } /* Push URL Fragments past the header */
html { font-size: 62.5%; }
body, 
 input[type=email],
 input[type=text],
 textarea,
 :where(.et_pb_text_inner) { font-size: 2.0rem; line-height: 1.6; font-family: 'mulish', sans-serif; @media( width < 700px){ font-size: 1.6rem; } } /* Some Divi blocks don't automatically add text to a P element */
h1 { color: inherit; font-size: 4.8rem; line-height: 1.143; font-weight: 900; letter-spacing: 0.01em; @media( width < 700px){ font-size: 3.6rem; } }
h2 { color: inherit; font-size: 3.2rem; line-height: 1.125; font-weight: 900; letter-spacing: 0.02em; @media( width < 700px){ font-size: 2.4rem; } } 
h3 { color: inherit; font-size: 2.4rem; line-height: 1.5; font-weight: 800; letter-spacing: -0.01em;  @media( width < 700px){ font-size: 2.2rem; } }
h4 { color: inherit; font-size: 2.2rem; line-height: 1.5; font-weight: 800; letter-spacing: 0.02em; @media( width < 700px){ font-size: 2.0rem; } }
li { color: inherit; line-height: 1.6; margin-bottom: 0.8rem; }

.annotation { 
 font-size: 1.6rem;
 font-style: italic;
}

/* Breadcrumbs */
.breadcrumbs-sec span { color: inherit; font-size: 1.6rem; line-height: 1.5; font-weight: 400; }
.breadcrumbs-sec span .current { color: inherit; font-weight: 700; }

/* CTA Links & Buttons */
.cta-button-block { 
    display: flex; 
    flex-direction: row; 
    gap: 2rem;
    .cta-button { flex: 1 1; }
}
.cta-button { 
    display: inline-block; font-family: 'mulish', sans-serif; font-size: 2.0rem; font-weight: 700; line-height: 160%; letter-spacing: 0.02em; padding: 1.6rem 4.0rem; text-transform: uppercase; 
    text-align: center;
    transition: all 500ms ease 0ms;
    
    &.default { background-color: #12355f; color: #fff; }
    &.default:is(:hover,:focus-visible) { background-color: #287fb6; }
    
    &.neg { border: 1px solid currentColor; }
    &.neg:is(:hover,:focus-visible) { background-color: #12355f; color: #fff; }

    @media( width < 700px){ font-size: 1.6rem; }
}
p + .cta-button { margin-top: 4.8rem; }


/* Headings */
.heading { font-family: 'mulish', sans-serif; }
.heading--eyebrow { font-size: 2.0rem; line-height: 1; font-weight: 700; letter-spacing: 0.03em; margin: 0; padding: 0; text-transform: uppercase; }
.heading--sm { color: inherit; font-size: 2.4rem; line-height: 1.5; font-weight: 700; text-transform: uppercase; @media(width < 900px){ font-size: 2.2rem; } }
.heading--med {
  margin-bottom: 2rem; 
  padding: 0;
  & > *,
  & > .et_pb_text_inner, /* !Divi */
  &:not(:has(> *)) {
    border-bottom: 3px solid #779d46;
    color: inherit;
    display: inline-block;
    font-size: 3.2rem; 
    font-weight: 900;
    letter-spacing: 0.02em;
    line-height: 1.1;
    padding-bottom: 0.1em;
    text-transform: uppercase;
    text-wrap: balance;
  } 
  &.nobar { border: 0; display: block; padding-bottom: 0; }
}
.heading--large { font-size: 4.8rem; line-height: 1.143; font-weight: 900; letter-spacing: 0.01em; @media(width < 900px){ font-size: 3.6rem; } }
.heading--large-banner { font-size: 4.8rem; line-height: 1.143; font-weight: 900; letter-spacing: 0.01em; @media(width < 900px){ font-size: 3.6rem; } }


/* Colors */
.blue, .dark-blue, .green, .orange, .red, .white, .yellow { 
  & a,
  & :is(h1,h2,h3,h4,h5) { color: inherit; }
}

.blue { color: #287fb6; }
.dark-blue { color: #12355f; }
.green { color: #779d46; }
.orange { color: #c75f2a; }
.red { color: #C13430; }
.white { color: #fff; }
.yellow { color: #e8ad1b; }

.blue--bg { background-color: #287fb6; color: #fff; }
.dark-blue--bg { background-color: #12355f; color: #fff; }
.green--bg { background-color: #779d46; color: #fff; }
.orange--bg { background-color: #D96124; color: #fff; }
.red--bg { background-color: #C13430; color: #fff; }
.white--bg { background-color: #fff; color: #12355f; }
.yellow--bg { background-color: #e8ad1b; color: #12355f; }

/* Sections */
.section_block { 
  &,
  &.et_pb_section { padding-block: min(6svw, 96px); } /* !Divi */
 
  &:has(.breadcrumbs-sec) { padding-top: 0; }
  & p { font-size: 2.0rem; font-family: 'mulish', sans-serif; line-height: 1.6; } /* !Divi */
  & p + .heading { margin-top: min(3svw, 48px); }  
  & p:empty { display: none; } /* remove DIVI/WP manufactured element */
  & .heading { display: block; margin-inline: auto ; text-align: center; width: fit-content; }
}
.section_block--light { background-color: #fff; color: #12355F; * { color: inherit; } }
.section_block--dark { background-color: #12355F; color: #fff; * { color: inherit; } }


/* !Divi defaults that need higher specificity */
.et_pb_gutters1 .et_pb_column_3_4 .et_pb_module.heading { margin-bottom: 2rem; }


/* Links & Buttons */
a, 
 a:hover { text-decoration: underline; }
form a { color: inherit; }

a.top-nav-bar { font-size: 2rem; line-height: 1; font-weight: 800; letter-spacing: -0.01em; }
a.menu-group.hdd  { font-size: 2rem; line-height: 1; font-weight: 600; padding-bottom: 16px; }
a.menu-group.hdd:last-child() { padding-bottom: 0; }
a.menu-group.footer { font-size: 1.6rem; line-height: 1; }
a.heading-single-line { font-size: 2rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }
a.single-line { font-size: 1.8rem; line-height: 1; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }
a.last-line { font-size: 1.8rem; line-height: 1.778; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }

/* General Style for all content buttons */
footer .footer-btn a, 
#main-content .page .button-content { border-width: 1px; border-radius: unset; border-style: solid; display: block; font-size: 2rem; font-weight: 700; letter-spacing: 0.02em; line-height: 1.5; margin-inline: auto; padding: 1.6rem 4.0rem; text-decoration: none; text-transform: uppercase; width: fit-content; }
#main-content .page .button-content-2 { border-width: 1px; border-radius: unset; border-style: solid; display: block; font-size: 1.8rem; font-weight: 600; letter-spacing: 0.02em; line-height: 1.5; margin-inline: auto; padding: 1.6rem 4.0rem; text-align: center; text-decoration: none;  width: fit-content; }
#main-content .page .full-width { padding-inline: 1.1vh !important; width: 100%; }
.content__social-buttons .icon:before { background-color: #287fb6; color: #fff; }


/* Default button colors for light (.button-content) and dark text (.button-content.dark-text) */
footer .footer-btn a { background-color: #779d46; border-color: #fff; color: #fff; text-align: center; }

#main-content .page .button-content { background-color: #287fb6; border-color: #fff; color: #fff; text-align: center; }
#main-content .page .button-content.dark-text { background-color: #fff; border-color: #12355f; color: #12355f; } /* Deprecated, use .dl-tone instead */ 

footer .footer-btn a:is(:hover,:focus),
 #main-content .page .button-content:is(:hover,:focus), 
 #main-content .page .button-content.dark-text:is(:hover,:focus) { background-color: #779d46; border-color: #fff; color: #fff; } /* Deprecated, use .dl-tone instead */ 

/* Different button tones */
#main-content .page .dl-tone { background-color: #fff; border-color: #12355f; color: #12355f; } /* Dark text on light background */
#main-content .page .dt-tone { background-color: transparent; border-color: #12355f; color: #12355f; } /* Dark text on transparent background */
#main-content .page .ld-tone { background-color: #12355f; border-color: #fff; color: #fff; } /* Light text on dark background */
#main-content .page .lt-tone { background-color: transparent; border-color: #fff; color: #fff;} /* Light text on transparent background */

/* Section based color buttons */
#main-content .page .btn-border-green,
#main-content .page .btn-border-yellow,
#main-content .page .btn-border-blue,
#main-content .page .btn-border-orange,
#main-content .page .btn-border-white,
#main-content .page .btn-border-red { background-color: #fff; color: #12355f; }

#main-content .page .btn-border-green { border-color: #779d46; }
#main-content .page .btn-border-yellow { border-color: #e8ad1b; }
#main-content .page .btn-border-blue  { border-color: #287fb6; }
#main-content .page .btn-border-orange { border-color: #c75f2a; } /* Blue changed to Orange C75F2A from 277EB5 */
#main-content .page .btn-border-white { border-color: #fff; }
#main-content .page .btn-border-red { border-color: #c13431; }

#main-content .page .btn-border-green:is(:hover,:focus) { background-color: #779d46; color: #fff; }
#main-content .page .btn-border-yellow:is(:hover,:focus) { background-color: #e8ad1b; color: #fff; }
#main-content .page .btn-border-blue:is(:hover,:focus) { background-color: #287fb6; color: #fff; }
#main-content .page .btn-border-orange:is(:hover,:focus) { background-color: #c75f2a; color: #fff; }
#main-content .page .btn-border-white:is(:hover,:focus) { background-color: #fff; color: #fff; }
#main-content .page .btn-border-red:is(:hover,:focus) { background-color: #c13431; color: #fff; }

/* Forms */
#main-content .wpcf7 form .wpcf7-response-output { font-size: 3rem; padding: 2rem; text-align: center; margin: 0.5rem 0 1rem; }
#main-content .wpcf7 form.invalid .wpcf7-response-output { border: 16px solid #c13431 !important; }
#main-content .wpcf7 form.sent .wpcf7-response-output { border: 16px solid #779d46 !important; }

/* Titles */
.lead-in * { font-size: 2.4rem; line-height: 1.5; font-weight: 600; margin-bottom: 1.8rem;}
.overline * { font-size: 2.4rem; line-height: 1; font-weight: 900; letter-spacing: 0.03em; } /* Deprecated */

.entry-title,
 .underline h1,
 .underline h2,
 .underline h3,
 .underline h4,
 .underline h5,
 .underline h6 { display: inline-block; border-bottom: 3px solid #779d46; padding-bottom: 6px !important; }

/* Misc. */
.hero-banner:after { background-color: rgba(10,53,95,0.3); content: ""; inset: 0; position: absolute; z-index: 1; }
.hero-banner div { z-index: 200; }
.top-nav-bar a { font-size: 2rem; line-height: 1; font-weight: 800; }
.menu-group.hdd a { font-size: 2rem; line-height: 1; font-weight: 600; }
.menu-group.footer a { font-size: 1.6rem; line-height: 1; }
.heading-single-line a { font-size: 2rem; line-height: 1; font-weight: 900; text-transform: uppercase; }
.single-line a { font-size: 1.8rem; line-height: 1; font-weight: 900; text-transform: uppercase; }
.last-line a { font-size: 1.8rem; line-height: 1.778; font-weight: 900; text-transform: uppercase; }
.funder-attr a { font-size: 2rem !important; line-height: 1.8 !important; font-weight: 900 !important; letter-spacing: 0.02em; text-transform: uppercase; }
.f1620 p { font-size: 1.6rem !important; line-height: 1.25 !important; font-weight: 700 !important; }

.small * { font-size: clamp(1.2rem, 1.5vh, 1.6rem); line-height: 1.5; }
.short-title { max-width: 640px; }


/* SITE STRUCTURE */

/* Header Logo */
header :is(.color-logo, .white-logo) img { max-height: min(120px, 11.1vh); }
header .color-logo { display: block; } /* Default State */
header .white-logo { display: none; } /* Default State */

body.home .color-logo { display: none; } /* Default Homepage State */
body.home .white-logo { display: block; } /* Default Homepage State */

header :is(.mega-menu-is-open, .has_et_pb_sticky) .color-logo { display: block; } /* Open Menu and Sticky Header State */
header :is(.mega-menu-is-open, .has_et_pb_sticky) .white-logo { display: none; } /* Open Menu and Sticky Header State */

/* Main Nav Top */
header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after { margin: 0; }
header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .sub-menu-top-category > ul.mega-sub-menu > li.mega-menu-column { float: none !important; }
header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu .sub-menu-top-category a { 
    font-weight: 900; 
    text-transform: uppercase; 
    &:is(:hover, :focus-visible) { color: #779d46; text-decoration: none; }
}
  .mega-sub-menu li img { width: 150px; }
  ul.mega-sub-menu:has(> .sub-menu-top-category) li img { position: relative; top: -3.25rem; z-index: 200; }

header a,
 a[class*="button"],
 .custom-footer .et_pb_row_0_tb_footer a,
 .hero-slider a,
 .nodecor a { text-decoration: none; }

.button-columns-wrap  { display: flex; gap: 32px; }
.button-columns-wrap > a { align-items: center; display: flex !important; justify-content: center; flex: 1 0 0; text-align: center; }

.container-small { width: 100%; max-width: 864px !important; display: block; margin: 0 auto; }
.container-wrap { width: 100%; max-width: 1088px !important; display: block; margin: 0 auto; }

.priority-block { border-width: 16px; border-style: solid; border-color: #287fb6; padding: 48px; }

@media (max-width: 1344px) {
  /* Lateral Padding Needed for Small Screens. */
  body:not(.home) .et_builder_inner_content > .et_pb_section:not(.header-side-main-wrap):not(.custom-footer) > .et_pb_row:not(.full),
  .home .et_builder_inner_content > .et_pb_section_1 .et_pb_row,
  .home .et_builder_inner_content > .et_pb_section_2 .et_pb_row_2,
  .home .et_builder_inner_content > .et_pb_section_4 .et_pb_row,
  .home .et_builder_inner_content > .et_pb_section_5 .et_pb_row_6,
  .calendar-post-info {
    margin-inline: auto;
    width: min(100% - 3.2rem, 1312px);
  }
}

/* Hero Images */
/* Applied to Section; Optional screen overlay for hero images that need it. */
.banner-overlay {
   position: relative;
   &::before {
      background-color: hsla(0, 0%, 0%, 0.3);
      content: '';
      inset: 0;
      position: absolute;
      z-index: 1;
   }
   .et_pb_row { position: relative; z-index: 2; }
}


/*
 * COMPONENTS
 */
.icon-priority { 
  margin-bottom: 1rem;
  & img { margin-inline: auto; max-width: 96px; width: 100%; }
  .et_pb_image_wrap { display: contents;} 
}


/* 
 * PAGE SPECIFIC 
 */

/* Home */
  .home .lead-in { font-weight: 400; }
  .home .et_pb_section_3 .et_pb_column_10 { display: block; min-height: 400px; } /* Fix empty spotlight image cell height */
  .home .banner-slider .et_pb_container { padding: 296px 16px 96px; }
  .home .banner-slider .et_pb_button_wrapper { padding-right: 32px; } /* Prevent Hero Banner link arrow from falling off mobile screen right */
  .home .banner-slider h1 { font-size: 5.6rem !important; line-height: 1.143 !important; font-weight: 900 !important; letter-spacing: 0.01em;}
  .home .banner-slider h1,
  .home .banner-slider a { text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); } /* Text Shadow to improve legibility */
  .home .et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_text_overlay_wrapper { background: linear-gradient(0deg, rgba(0,0,0,0.1), rgba(0,0,0,.8)); }

  .our-work-sec--row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 16px; }
  .our-work-sec--row { color: #fff; font-size: 3.6rem; font-weight: 700; line-height: 1.22; }
  .our-work-sec--row a { color: inherit; }
  .our-work-sec--row .et_pb_column { flex: 1 1 320px; }
  .our-work-sec--row::after { content: none; } /* Fix flexbox gap that is applied to Divi generated pseudo elements */
  @media ( max-width: 1023px ) {
    .home .et_pb_column:has(> .hero-slider) { padding-block: 0; } /* Remove Divi white space above Hero video on smaller screens. */
  }
  @media (width < 900px) { 
    .our-work-sec--row { flex-direction: column; }
  }
  
  
.home-feature-video-embed {
  aspect-ratio: 16 / 9;
  width: 100%; 
  & iframe { aspect-ratio: 16 / 9; height: auto; width: 100%; }
}
.home-land-acknowledge {
  color: #fff;
  & h2 { color: inherit; line-height: 1.26; font-weight: 700; letter-spacing: -0.01em; }
  & p { color: inherit; font-weight: 600; letter-spacing: 0.02em; }
}

.home-network-spotlight {
  color: #fff;
  & * { color: inherit; }
  & img { width: min(100% - 3.2rem, 416px); }
}

/* Council Members / Board of Directors */
.logo-contain { display: inherit !important; }

.post-details { display: grid; grid-template-columns: repeat(auto-fit, minmax(322px, 1fr)); gap: 8px; @media (width < 500px) { gap: 1.6rem; } }
.post-details .news-row-post { 
  display: grid; 

  & a { 
    display: grid; 
    grid-template-rows: 350px 1fr;
  }

  & img { 
    display: block; 
    object-fit: cover;
    height: 100%;
    width: 100%;
  }

  .organizatin-field {font-size: 24px;line-height: 32px;color: #fff;text-transform: capitalize;}
  .post-content { width: 100%; background: #12355f; padding: 24px; }
  .post-name h3 { font-weight: 900; font-size: 24px; line-height: 32px; color: #fff; text-transform: capitalize; }
  .title { font-size: 24px; line-height: 32px; color: #fff; text-transform: capitalize; }
} 

/* Our Funders */
.our-funders-logo {
  display: grid;
  gap: 4.8rem 3.2rem; 
  grid-template-columns: repeat(auto-fit, minmax(236px, 1fr));

  & > a { display: grid; min-height: 96px; place-items: center; }
  & img { display: block; margin-inline: auto; max-height: 64px; max-width: 100%; } 
  
  /* Remove Divi added elements */
  & br { display: none; }  
  & p { display: contents; } 
}

/* Staff */
  .staff-page .title { min-height: 6.4rem; }

/* Our Work */
  .our-work-title h2 { padding-bottom: 0 !important; }

/* Priority */
  .page-id-3348 .priority-block { border-color: #c13431; } /* Food Access & Nutrition */
  .page-id-369 .priority-block { border-color: #e8ad1b; } /* Food Business & Economy */
  .page-id-3055 .priority-block { border-color: #779d46; } /* Food Climate */
  .page-id-3071 .priority-block { border-color: #c75f2a; } /* Food Education */

/* Policy */ 
  /* Our-policy-priorities-two-col */
  .pp-two-col { width: calc(100% + 32px) !important; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 0 auto; }
  .pp-two-col .pp-col { width: 100% !important; display: flex; flex-wrap: wrap; justify-content: space-between; }
    @media (min-width: 980px) {
      .pp-two-col .pp-col { width: calc(100% / 2 - 32px) !important; margin-bottom: 16px !important; }
    }

/* Policy for the People */
.pftp-card-section {
  .pftp-card-heading { font-weight: 700; line-height: 1.2; margin-block: 32px 16px; padding: 0; @media(width < 900px) { margin-block: 16px 8px; } }
  .pftp-card-date { font-weight: 700; margin-block: 16px; padding: 0; @media(width < 900px) { margin-block: 8px; } }
  .pftp-card-desc { margin-block: 16px; padding: 0; @media(width < 900px) { margin-block: 8px; } }
  .pftp-card-link { font-size: 18px; font-weight: 900; margin-top: 32px; text-transform: uppercase; @media(width < 900px) { margin-top: 16px 8px; } }
}

/* Hunger Elimination Task Force */
  .post-2361 .heading h1 { font-family: 'Bree Serif', Georgia, serif !important; font-size: 56px !important; font-weight: 600 !important; line-height: 56px !important; text-transform: uppercase !important; }
  .post-2361 .overline * { font-family: 'Bree Serif', Georgia, serif; font-weight: 300; text-transform: uppercase; }
  .post-2361 .small-heading p { color: #fff; font-size: 24px !important; font-weight: 250 !important; letter-spacing: 0.8em; line-height: 24px !important; text-transform: uppercase; }

/* RIFPC-Resources */
  .page-id-850 .resource-item-wrap .resource-item { background-color: #efefef; border:4px solid #287fb6; margin-bottom: 4.8rem; padding: 3.2rem 3.2rem 5.8rem; position: relative; }
  .page-id-850 .rifpc-post-content { position: relative; font-weight: 700; }
  .page-id-850 .rifpc-post-content p { font-weight: 400; }
  .page-id-850 .resource-item::before { content: " "; display: inline-block; font-size: 1.6rem; line-height: 1.5; margin: 0 auto; padding: 0 1.6rem; text-transform: uppercase; position: absolute; bottom: 1rem; z-index: 100; }
  .page-id-850 .resources-we-recommend::before { background-color: #5e7f39; color: #fff; content: "We Recommend"; }
  .page-id-850 .rifpc-resources::before { background-color: #287fb6; color: #fff; content: "RIFPC Resource"; }

  /*-------------rifpc_resource_dropdown--------------*/
  .dropdown-wrap .dropdown-inner-wrap { width: 100%; max-width: 398px; display: block; margin-inline: auto 0; margin-bottom: 32px; }
  .dropdown-wrap .dropdown-inner-wrap .wrap-drop { /*float: right;*/ margin-left: 0; }
  .wrap-drop { background: transparent; cursor: pointer; margin: 0 auto; max-width: 100%; position: relative; width: 100%; border: 1px solid #12355f; z-index: 103; }
  .wrap-drop span { width: 100%; display: inline-block; vertical-align: top; font-size: 20px; line-height: 20px; font-weight: 800; text-align: center; color: #12355f; padding: 18px 80px; }
  .wrap-drop span:after { content: "+"; display: inline-block; vertical-align: top; margin-left: 5px; }
  .wrap-drop .drop { background: #12355f; display: none; left: 0; list-style: none; margin-top: 0; padding-left: 0; position: absolute; right: 0; top: 100%; z-index: 2; }
  ul.drop { padding-bottom: 0; }
  .wrap-drop .drop li a{color:#fff;display:block;padding:1.6rem;text-decoration:none;}
  .wrap-drop .drop li:hover a{ background-color:#5e7f39; }
  .wrap-drop.active::after{border-width:0 10px 10px;}
  .wrap-drop.active .drop{display:block;opacity:1;pointer-events:auto;}
  .wrap-drop .drop li a.seleted { background: #287fb6; color: #000;}

    /* Temporarily hide Resource images until a consistent template is created and external page image selection is determined. */
    .page-id-850 .featured-image { display: none !important; }


/* Regional Organizations */
  .page-id-533 .content-grid-row { margin-bottom: 32px; }
  .page-id-533 .content-grid-row:last-of-type { margin-bottom: 96px; }

  @media (min-width: 1312px) {
    /* banner-slider */
    .banner-slider .et_pb_container { padding: 296px 0 96px; }

    /* Regional Organizations */
    .page-id-533 .content-grid-row { margin-bottom: 48px; }
  }


/* Rhode Island Stories - Index */
.stories-pillars-section {
  && { padding-block: min(3svw, 48px); }

  .et_pb_row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 32px; }
  .et_pb_row::after { display: none; }
  
  /* Remove Divi Blocks & Styles */   
  .et_pb_column,
  .et_pb_module, 
  .et_pb_text_inner { display: contents; }
  
  .stories-pillar-card {
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 80px;
    
    flex: 1 1 640px;
    max-width: 640px; /* Prevent content from breaking out of Flex-basis width */
    padding-top: 96px;
      
    & li { margin-left: 16px; } 
    & li + li { margin-top: 8px; } 
      
    &.pillar--food-access { /* Red */
        background-image: url('https://rifoodcouncil.org/wp-content/uploads/2025/09/Icon-Food-Access-Nutrition-Security-Neg.png'); 
        & ::marker,
        & h3 { color: var(--red); } 
    }
    &.pillar--agriculture-land { /* Green */
        background-image: url('https://rifoodcouncil.org/wp-content/uploads/2025/09/Icon-Agriculture-Land-Use-Neg.png'); 
        & ::marker,
        & h3 { color: var(--green); } 
    }
    &.pillar--food-business { /* Yellow */
        background-image: url('https://rifoodcouncil.org/wp-content/uploads/2025/09/Icon-Food-Business-Neg.png'); 
        & ::marker,
        & h3 { color: var(--yellow); } 
    }
    &.pillar--food-climate { /* Orange */
        background-image: url('https://rifoodcouncil.org/wp-content/uploads/2025/09/Icon-Food-Climate-Neg.png'); 
        & ::marker,
        & h3 { color: var(--orange); } 
    } 
    &.pillar--seafood { /* Blue */
        background-image: url('https://rifoodcouncil.org/wp-content/uploads/2025/09/Icon-Seafood-Fisheries-Neg.png'); }
        & ::marker,
        & h3 { color: var(--blue); } 
  }
}

/* Rhode Island Stories - Articles */
.goal-approach-row { 
/*  & .et_pb_text_inner { display: flex; flex-wrap: wrap; justify-content: center; } */ /* Center Heading */
}
.goal-stats-row { 
  & li { margin-left: 8px; }
  & p:has(+ ul) { margin-bottom: 8px; }
}

/* Data Dashboard */
  /* Declare #main-content to overwrite Divi CSS with higher specificity */
  #main-content .dd-lead-in p { color: #fff; font-size: 2rem !important; font-weight: 700; line-height: 1.125; margin: 0 0 3vh 0; text-transform: uppercase; }
  #main-content .dd-instruction-list { border-bottom: 1px solid #fff; color: #fff; margin: 0 0 48px 0; padding: 0 0 48px 0; }
  #main-content .dd-instruction-list ol { padding-bottom: 0; }
  #main-content .dd-note { color: #fff; margin: 0; padding: 0; }
  #main-content .dd-heading { margin-bottom: 5.0vh; padding-top: 8.0vh; }
  #main-content .dd-hero-banner { position: relative; }
  #main-content .dd-hero-banner:after { background: linear-gradient(180deg, rgba(18,53,95,0.0), rgba(18,53,95,0.0), rgba(18,53,95,0.4)); content: ""; inset: 0; position: absolute; z-index: 1; }
  #main-content .dd-hero-banner .et_pb_column { position: relative; z-index: 101; }

  #main-content .dd-link-section { display: flex; flex-direction: row; flex-wrap: wrap; gap: 1rem; list-style: none; margin: 0; padding: 0; }
  #main-content .dd-link-section li { flex: 1 0 0; margin: 0; padding: 0; }
  #main-content .dd-link-section li a { align-items: center; background: #ffc33e; display: flex; font-size: 2rem; font-weight: 700; height: 100%; line-height: 1.1; padding: 2rem; text-decoration: none; }
  #main-content .dd-link-section li a:hover { background-color: #779d46; color: #fff; }  
  #main-content .dd-call-out { background-color: #fff; border-width: 1.1vh; border-style: solid; border-color: #287fb6; padding: 3.7vh; margin-bottom: 1.5vh; text-align: center; }
  #main-content .dd-call-out img { display: block; margin: 16px auto 0; }
  #main-content .dd-call-out-2 { background-color: #fff; border-width: 1.1vh; border-style: solid; border-color: #71b5e0; display:block; padding: 1.5vh 3.7vh; margin-bottom: 1.5vh; text-align: center; }

  #main-content .dd-inset-image * { display: block; }
  #main-content .dd-inset-image img { margin: 0 auto; max-height: 50vh; width: auto; } /* Food Access Page, shrink full sized Map image to fit on smaller screens */

  .dd-chart-section:nth-child(even) { background-color: #d4e5f0; }
  .burst-announcement {
    aspect-ratio: 1/1;
    background-image: url('data:image/svg+xml,<svg width="200" height="200" viewBox="0 0 200 200" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M100 0L114.632 26.4411L138.268 7.61205L141.668 37.6398L170.711 29.2893L162.36 58.3322L192.388 61.7317L173.559 85.3682L200 100L173.559 114.632L192.388 138.268L162.36 141.668L170.711 170.711L141.668 162.36L138.268 192.388L114.632 173.559L100 200L85.3682 173.559L61.7317 192.388L58.3322 162.36L29.2893 170.711L37.6398 141.668L7.61205 138.268L26.4411 114.632L0 100L26.4411 85.3682L7.61205 61.7317L37.6398 58.3322L29.2893 29.2893L58.3322 37.6398L61.7317 7.61205L85.3682 26.4411L100 0Z" fill="%23DA6225"/></svg>');
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin: 2rem auto 0;
    padding: 4rem;
    place-content: center;
    text-align: center;
    text-wrap: balance;
    width: 200px;
    
    @media ( min-width: 981px) {
      left: 250px;
      margin: 0;
      position: absolute; 
      top: 180px; 
      z-index: 100;
    }
  }
  @media ( max-width: 980px) {
    .et_pb_section:not(.header-side-main-wrap):not(.custom-footer) .et_pb_row.et_pb_row_2.container-wrap:has(.burst-announcement) { margin-bottom: 0; } /* Remove excess space on mobile; overwrite existing specificity */
  }  
  @media ( min-width: 981px) {
    .et_pb_row:has(.burst-announcement) + .et_pb_row .et_pb_column_2_3 { z-index: 1; } /* Adjacent column is covering star-burst. */
  }
  
 
  @media (min-width: 981px) {
    #main-content .dd-link-section { flex-direction: column; padding: 3% 0; width: min-content; }
    #main-content .dd-link-section li a { align-items: center; background: #ffc33e; display: flex; font-size: 2rem; font-weight: 700; line-height: 1.1; min-height: 10.6rem; padding-top: 2rem; padding-right: 1rem; padding-bottom: 2rem; padding-left: 3rem; position: relative; text-align: center; }
    #main-content .dd-link-section li a:before { content: ""; position: absolute; top: 0; right: -3.9rem; bottom: 0; border-left: 4rem solid #ffc33e; border-top: 5.3rem solid transparent; border-bottom: 5.3rem solid transparent; }  
    #main-content .dd-link-section li a:hover:before { border-left: 4rem solid #779d46; }
    #main-content article:is(.post-5103, .post-4995, .post-5107, .post-5109, .post-5111) .et_pb_row > .et_pb_column:not(.et-last-child),

    /* Overwrite Divi internal style setting; Size columns to balance chart size and text size while maintaining slide on a single page on 1200x600 screens */
    #main-content article:is(.post-5103, .post-4995, .post-5107, .post-5109, .post-5111) .et_pb_row > .et_pb_column:not(.et-last-child):has(+ .et_pb_column) { width: 60% }
    #main-content article:is(.post-5103, .post-4995, .post-5107, .post-5109, .post-5111) .et_pb_row > .et_pb_column + .et_pb_column.et-last-child { padding-left: 4vh; width: 40%; }
  }

  @media (min-width: 1300px){ 
    #main-content .dd-lead-in p { font-size: 3.2rem !important; } 
    #main-content .dd-inset-image img { max-height: auto; max-width: 100%; } /* Food Access Page */
  }

/* News Feed / Notes From The Field */
.et_pb_post .entry-title { max-width: max-content; order: 1; text-transform: uppercase; margin-bottom: 40px; }


/* || PREVIOUS STYLES || */

/* Button-bottom-space */
.btn-row { padding-bottom: 10px !important; }

/* text */
.text-center { float: none; display: flex; flex-wrap: wrap; justify-content: center; text-align: center; margin: 0 auto; }
.text-left { float: none; display: flex; flex-wrap: wrap; justify-content: flex-start; text-align: center; margin: 0 auto; }
.text-right { float: none; display: flex; flex-wrap: wrap; justify-content: flex-end; text-align: center; margin: 0 auto; }

/* Tabbing-Heading */
.tab-title h5 { font-size: 1.8rem; line-height: 1.778; font-weight: 900; text-transform: uppercase; letter-spacing: 0.02em; }

/* Padding Spacing - CSS */
.p0, .ptb0, .pbt0 { && { padding: 0; } }
.p16 { padding: 16px !important; }
.ptb16 { padding: 16px 0 !important; }
.plr16 { padding: 0 16px !important; }
.pt16 { padding-top: 16px !important; }
.pb16 { padding-bottom: 16px !important; }
.pl16 { padding-left: 16px !important; }
.pr16 { padding-right: 16px !important; }

.p24 { padding: 24px !important; }
.ptb24 { padding: 24px 0 !important; }
.plr24 { padding: 0 24px !important; }
.pt24 { padding-top: 24px !important; }
.pb24 { padding-bottom: 24px !important; }
.pl24 { padding-left: 24px !important; }
.pr24 { padding-right: 24px !important; }

.p32 { padding: 32px !important; }
.ptb32 { padding: 32px 0 !important; }
.plr32 { padding: 0 32px !important; }
.pt32 { padding-top: 32px !important; }
.pb32 { padding-bottom: 32px !important; }
.pl32 { padding-left: 32px !important; }
.pr32 { padding-right: 32px !important; }

.p36 { padding: 36px !important; }
.ptb36 { padding: 36px 0 !important; }
.plr36 { padding: 0 36px !important; }
.pt36 { padding-top: 36px !important; }
.pb36 { padding-bottom: 36px !important; }
.pl36 { padding-left: 36px !important; }
.pr36 { padding-right: 36px !important; }

.p40 { padding: 40px !important; }
.ptb40 { padding: 40px 0 !important; }
.plr40 { padding: 0 40px !important; }
.pt40 { padding-top: 40px !important; }
.pb40 { padding-bottom: 40px !important; }
.pl40 { padding-left: 40px !important; }
.pr40 { padding-right: 40px !important; }

.p48 { padding: 48px !important; }
.ptb48 { padding: 48px 0 !important; }
.plr48 { padding: 0 48px !important; }
.pt48 { padding-top: 48px !important; }
.pb48 { padding-bottom: 48px !important; }
.pl48 { padding-left: 48px !important; }
.pr48 { padding-right: 48px !important; }

.p64 { padding: 64px !important; }
.ptb64 { padding: 64px 0 !important; }
.plr64 { padding: 0 64px !important; }
.pt64 { padding-top: 64px !important; }
.pb64 { padding-bottom: 64px !important; }
.pl64 { padding-left: 64px !important; }
.pr64 { padding-right: 64px !important; }

.p72 { padding: 72px !important; }
.ptb72 { padding: 72px 0 !important; }
.plr72 { padding: 0 72px !important; }
.pt72 { padding-top: 72px !important; }
.pb72 { padding-bottom: 72px !important; }
.pl72 { padding-left: 72px !important; }
.pr72{ padding-right: 72px !important; }

.p96 { padding: 96px !important; }
.ptb96 { padding: 96px 0 !important;}
.plr96 { padding: 0 96px !important; }
.pt96 { padding-top: 96px !important; }
.pb96 { padding-bottom: 96px !important; }
.pl96 { padding-left: 96px !important; }
.pr96 { padding-right: 96px !important; }

.p120 { padding: 120px !important; }
.ptb120 { padding: 120px 0 !important; }
.plr120 { padding: 0 120px !important; }
.pt120 { padding-top: 120px !important; }
.pb120 { padding-bottom: 120px !important; }
.pl120 { padding-left: 120px !important; }
.pr120 { padding-right:120px !important; }

.p192 { padding: 192px !important; }
.ptb192 { padding: 192px 0 !important; }
.plr192 { padding: 0 192px !important; }
.pt192 { padding-top: 192px !important; }
.pb192 { padding-bottom: 192px !important; }
.pl192 { padding-left: 192px !important; }
.pr192 { padding-right:192px !important; }

.p200 { padding: 200px !important; }
.ptb200 { padding: 200px 0 !important; }
.plr200 { padding: 0 200px !important; }
.pt200 { padding-top: 200px !important; }
.pb200 { padding-bottom: 200px !important; }
.pl200 { padding-left: 200px !important; }
.pr200 { padding-right:200px !important; }

.pt240 { padding-top : 240px !important;}

.pt70{ padding-top : 70px !important; }
.pb85{ padding-bottom : 85px !important;}
.pb18{ padding-bottom : 18px !important; }
.pb6{ padding-bottom : 6px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb80 { padding-bottom: 80px !important; }
.pr144  { padding-right:144px !important; }

.pt100-work-box { padding-top : 100px !important; }

.italic { font-style: italic !important; }

/* Align-Items: Center; css */ 
.item-center { display: flex !important; flex-wrap: wrap !important; align-items: center !important; }

/* Font-weight */
.regular { font-weight: 400 !important; }
.semibold { font-weight: 600 !important; } 
.bold { font-weight: 700 !important; }
.extra-bold { font-weight: 800 !important; }
.black { font-weight: 900 !important; }

.regular p, .regular span, .regular a, .regular h1, .regular h2, .regular h3, .regular h4, .regular h5, .regular h6 { font-weight: 400 !important; }
.semibold p, .semibold span, .semibold a, .semibold h1, .semibold h2, .semibold h3, .semibold h4, .semibold h5, .semibold h6 { font-weight: 600 !important; } 
.bold p, .bold span, .bold a, .bold h1, .bold h2, .bold h3, .bold h4, .bold h5, .bold h6 { font-weight: 700 !important; }
.extra-bold p, .extra-bold span, .extra-bold a, .extra-bold h1, .extra-bold h2, .extra-bold h3, .extra-bold h4, .extra-bold h5, .extra-bold h6  { font-weight: 800 !important; padding-right:6px;}
.black p, .black span, .black a, .black a, .black h1, .black h2, .black h3, .black h4, .black h5, .black h6 { font-weight: 900 !important; }

/* letter-spacing */
.ls-1 { letter-spacing: -0.01em !important; }
.ls1 { letter-spacing: 0.01em !important; }
.ls2 { letter-spacing: 0.02em !important; }
.ls3 { letter-spacing: 0.03em !important; }

.l24 { font-size: 2.4rem !important; font-weight: 600 !important; line-height: 1 !important; }

/* font-size */
.f20  { font-size: 2rem !important; line-height: 1.1 !important; }
.f24  { font-size: 2.4rem !important; line-height: 1 !important; }
.f36  { font-size: 3.6rem !important; line-height: 1.5 !important; }
.f20 p { font-size: 2rem !important; line-height: 1.1 !important; }
.f24 p { font-size: 2.4rem !important; line-height: 1 !important; }
.f28 p { font-size: 2.8rem !important; line-height: 1 !important; }
.f36 p { font-size: 3.6rem !important; line-height: 1.5 !important; }
.f2432 p { font-size: 2.4rem !important; line-height: 1.35 !important; }
.f2020 p  { font-size: 2rem !important; line-height: 1 !important; }

/* list-style-text-underline-arrow */
.list-style-text-simple a { vertical-align: top; position: relative; text-decoration: underline !important; text-decoration-color: #12355f !important; } 
.list-style-text-simple-white a { vertical-align: top; position: relative;  text-decoration: underline !important; text-decoration-color: #fff  !important; }

/* border-width-one-pixel */
.border-width-one { border: 1px solid !important; }

/* title-with-different-underline */
.title-underline h4 { font-size: 2.4rem !important; line-height: 1 !important; font-weight: 800 !important; color: #12355f !important;  border-bottom: 3px solid; padding-bottom: 8px !important; }

.border-bottom-blue h4 { width: max-content; border-color: #287fb6 !important; }
.border-bottom-green h4  { width: max-content; border-color: #779d46 !important; }
.border-bottom-yellow  h4  { width: max-content; border-color: #e8ad1b !important; }
.border-bottom-orange h4 { width: max-content; border-color: #c75f2a !important; }
.border-bottom-red h4  { width: max-content; border-color: #c13431 !important; }

/* header css */
body .header-side-main-wrap.et_pb_section { padding: min(2.4rem, 2.2vh) 0; margin: 0 auto; }
body.home .header-side-main-wrap.et_pb_section { position: absolute !important; width: 100%; left: 0; right: 0; }
.et_builder_inner_content.has_et_pb_sticky .header-side-container { width: 100%; }
.has_et_pb_sticky .header-side-main-wrap.et_pb_section { background-color: #fff; }
body .header-side-main-wrap.et_pb_section.mega-menu-is-open { background-color: #fff; padding-bottom: 0; }
body .has_et_pb_sticky .header-side-main-wrap.et_pb_section { padding-bottom: 298px; }
.header-side-main-wrap.et_pb_section .et_pb_row { padding: 0; }
.header-side-main-wrap.et_pb_section .et_pb_image_wrap img { width: 200px; display: inline-block; vertical-align: top; object-fit: contain; object-position: center; }
.header-side-main-wrap .et_pb_menu_0_tb_header.et_pb_menu { background-color: transparent; }
body .header-side-main-wrap.et_pb_section a.mega-menu-link { font-size: 20px; line-height: 2; font-weight: 800; }
body .header-side-main-wrap.et_pb_section ul li:first-child a.mega-menu-link { padding-left: 0; }
body .header-side-main-wrap.et_pb_section ul li:last-child a.mega-menu-link { padding-right: 0px; } 
.header-side-main-wrap { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.header-side-main-wrap .header-side-container { width: 100%; max-width: 1312px; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; margin: 0 auto; }
.header-side-main-wrap .et_pb_menu__wrap { justify-content: space-between; }
.header-side-main-wrap.et_pb_section .et_pb_module { margin: 0; }
.header-side-main-wrap .header-side-container .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header { width: 200px !important; margin: 0; }
.header-side-main-wrap .header-side-container .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header { width: calc(100% - 200px) !important; display: flex; flex-wrap: wrap; justify-content: flex-end; padding-left: 20px; margin: 0; }
.header-side-main-wrap .header-side-container button.et_pb_menu__icon.et_pb_menu__search-button { width: 24px; height: 28px; font-weight: 700; transform: rotate(270deg); margin: 0 0 0 24px; }
body .has_et_pb_sticky .header-side-main-wrap.et_pb_section .et_pb_image_wrap img { width: 166px; }
body .has_et_pb_sticky .header-side-main-wrap.et_pb_section { background-color: #fff; padding: 8px 0 !important; }
.et_pb_menu__search-container.et_pb_no_animation { background: #fff !important; padding: 10px 20px !important; height: 48px; }
.mega-menu-is-open .et_pb_row.et_pb_row_0_tb_header.header-side-container.et_pb_row--with-menu.et_pb_row_1-4_3-4 { padding-bottom: 220px !important; } /* Sub Menu Height */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu { padding: 40px 2rem 2rem 2rem; border-top: 1px solid #12355f; top: 63px; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 0 15px 0 0; width: 100%; }
.et-l--header ul { list-style-type: none; padding-left: 0; }
.et-l--header ul li a { display: inline-block; vertical-align: top; font-size: 20px; line-height: 20px; font-weight: 600; padding-bottom: 16px; }
header ul.mega-sub-menu { position: absolute; }
header ul#mega-menu-primary-menu { position: unset !important; display: flex; }
header ul#mega-menu-primary-menu > * { flex-grow: 1; }
header div#mega-menu-wrap-primary-menu { position: unset !important; }
@media (max-width: 980px){
  .mega-sub-menu li img { display: none; }
}

header #mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:last-child { float: right !important; text-align: right !important; }
header #mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:last-child li.mega-menu-item-media_image-2 { text-align: right; padding-right: 0 !important; }

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { width: max-content; background-color: #12355f; color: #fff !important; padding: 10px 20px; margin: 0; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu { width: max-content; background-color: #12355f; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:is(:hover, :focus) { background: transparent; font-weight: 800; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover { color: #5e7f39!important; }
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item:last-child ul.mega-sub-menu { right: 0; }

#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link { font-weight: 800; font-size: 2rem; line-height: 1.6; letter-spacing: -0.01em; }
.et-l--header ul li a { display: inline-block; vertical-align: top; font-size: 2rem; line-height: 1; font-weight: 600; padding-bottom: 15px; }

.et_pb_menu__search-button:after { content: "" !important; width: 28px; height: 28px; display: inline-block; vertical-align: top; background-image: url(https://rifoodcouncil.org//wp-content/uploads/2022/08/Magnifying-Glass-Dark.png); background-repeat: no-repeat; background-size: contain; background-position: center; transform: rotate(90deg); }

/* banner-slider */
.banner-slider .et_pb_slider .et_pb_slide_0, .banner-slider .et_pb_slider .et_pb_slide_2, .banner-slider .et_pb_slider .et_pb_slide_1, .banner-slider .et_pb_slider .et_pb_slide_3, 
.banner-slider .et_pb_slider .et_pb_slide_4,  .banner-slider .et_pb_slider .et_pb_slide_5, .banner-slider .et_pb_slider .et_pb_slide_6,  .banner-slider .et_pb_slider .et_pb_slide_7,  .banner-slider .et_pb_slider .et_pb_slide_8,  .banner-slider .et_pb_slider .et_pb_slide_9 { background-position: 100% 64%; }
.banner-slider .et_pb_more_button { margin-top: 22px !important; }

.et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 5.6rem !important; line-height: 1.143 !important; font-weight: 900 !important; letter-spacing: 0.01em; }
.hero-slider .et_pb_button_wrapper a { font-size: 2rem !important; line-height: 1 !important; font-weight: 900 !important; letter-spacing: 0.02em !important; padding: 0 !important; border: unset !important; }
.hero-slider .et_pb_section .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_more_button.et_pb_button  { font-weight: 900 !important; }
.hero-slider .et_pb_button_wrapper a:hover { padding: 0 !important; border: unset !important; background-color: transparent; }
.hero-slider .et_pb_button_wrapper a:hover:after { content:""; display: none; }   
.hero-slider .et_pb_button_wrapper a { position: relative; padding-right: 16px !important; }

.hero-slider .et_pb_button_wrapper {width: auto !important; display: inline-block;}
.hero-slider .et_pb_button_wrapper:after { content: ""; width: 31px; height: 18px; display: inline-block; background-image: url('https://rifoodcouncil.org//wp-content/uploads/2022/08/Arrow-right.png'); background-position: center; background-repeat: no-repeat; background-size: cover; background-color: transparent; margin-right: 16px; position: absolute; bottom: 5px; text-transform: uppercase; }

/* two-col-caption-image */
.two-col-ci { width: 50%; padding-right: 16px; }
.two-col-ci h3 { line-height: 1; font-weight: 900; letter-spacing: 0.03em; }
.two-col-ci h2 { line-height: 1.26; font-weight: 700; letter-spacing: -0.01em; }
.two-col-ci p { font-weight: 600; letter-spacing: 0.02em; }
.two-col-ci .last-line a { letter-spacing: 0.03em; }


.bg-image-cap h3 { line-height: 1; font-weight: 900; letter-spacing: 0.03em; } /* .bg-image-cap Deprecated */
.bg-image-cap h2 { line-height: 1.26; font-weight: 700; letter-spacing: -0.01em; }
.bg-image-cap p { font-weight: 600; letter-spacing: 0.02em; }
.bg-image-cap .last-line a { letter-spacing: 0.02em; }

/* calendar-event */
.calendar-post-details { width: calc(100% + 30px) !important; display: flex !important; align-items: stretch; justify-content: flex-start; margin: 0 -15px; flex-wrap: wrap; }
.calendar-post-details .news-post { width: calc(100% / 2 - 30px) !important; display: flex !important; flex-wrap: wrap !important; margin: 24px 15px !important; }
.calendar-post-details.calendar-content .news-post.calendar-post-info .calendar-post-content { width: 100% !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date { width: 40px !important; }
.post-details { margin: 0 !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .more-info a { display: inline-block; vertical-align: top; margin-top: 10px !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-month .event-month { display: inline-block; font-size: 1.6rem; line-height: 1; font-weight: 900; color: #12355f; padding-bottom: 10px; border-bottom: 3px solid #779d46; text-transform: uppercase; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-date .event-date { font-size: 2.8rem; line-height: 1; font-weight: 600; }

/* Calender */
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-date { padding-bottom: 0; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-date h2 { font-size: 1.75rem !important; font-weight: 600 !important; line-height: 1 !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-month h2 { font-size: 2rem !important; line-height: 1 !important; text-transform: uppercase; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title { padding-bottom: 16px; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title h3 { font-size: 2.4rem !important; line-height: 1.4 !important; letter-spacing: -0.01em; padding-bottom: 0 !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title h3 > a { text-decoration: none; }

.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-date-day h2 { font-size: 2rem !important; line-height: 1 !important; font-weight: 700 !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-details p { font-weight: 400 !important; font-size: 2rem !important; line-height: 1.6 !important; color: #12355f !important; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .more-info a { font-size: 1.8rem !important; line-height: 1.778 !important; font-weight: 900 !important; text-transform: uppercase !important; }
.calendar-post-details.calendar-content .news-post.calendar-post-info { align-self: start; }/* CC:S Edit */

/* icon-caption */
.icon-caption .et_pb_gutters1 .et_pb_column_1_4, .icon-caption .et_pb_gutters1 .et_pb_row .et_pb_column_1_4 { width: 48px; margin-right: 16px; }
.icon-caption .et_pb_gutters1 .et_pb_column_3_4, .icon-caption .et_pb_gutters1 .et_pb_row .et_pb_column_3_4 { width: calc(98% - 48px); } 

.custom-image { width: 48px !important; display: inline-block; vertical-align: top; margin-right: 16px !important; }
.custom-content { width: calc(100% - 64px) !important; display: inline-block; vertical-align: top; }

/* Upcoming Events */
.up-event-title .f20 p a span { font-size: 2rem; line-height: 1; font-weight: 900; text-transform: uppercase; }
.up-event-title h2 { border-bottom: 3px solid #779d46; }
.up-event-title h2.pb16 { width: max-content; border-bottom: 3px solid #779d46; padding-bottom: 6px !important; margin-bottom: 16px; }
.up-event-title h2:after { content: ""; width: auto; display: inline-block;  height: 3px; background-color: #779d46;  position: absolute; left: 0; bottom: 0; }
.up-event-title.pb40 { padding-bottom: 0px !important; }

/* */
.select-category-section { width: 100%; display: inline-block; vertical-align: top; }
.select-category-section ul.list-unstyled { width: 28%; height: auto; float: right; list-style-type: none; border: 1px solid #12355f; padding: 0; margin: 0 0 24px; position: relative; }
.select-category-section ul.list-unstyled li.init { font-size: 20px; line-height: 20px; font-weight: 800; color: #12355f; padding: 18px 80px; margin: 0; }
.select-category-section ul.list-unstyled li.init:after { content: "+"; display: inline-block; vertical-align: middle; margin-left: 5px; }
.select-category-section ul.list-unstyled li:not(.init) { width: 100%; display: inline-block; vertical-align: top; background-color: #12355f; cursor: pointer; position: unset; left: -1px; bottom: -37px; z-index: 2; }
.select-category-section ul.list-unstyled li:not(.init):hover { background-color: #5e7f39; }
.select-category-section ul.list-unstyled li:not(.init) { display: none; }

/* common */
.et_mobile_nav_menu { display: none !important; }
/* .et_pb_post .entry-title { max-width: max-content; order: 1; font-size: 32px; line-height: 36px; font-weight: 900; text-transform: uppercase; border-bottom: 3px solid #779d46; padding-bottom: 6px; margin-bottom: 40px; } */
.et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget { margin-bottom: 0; }
.category-list .detail-cat .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget { margin-bottom: 0; }
.et_pb_slide { padding: 0 !important; }
.et_pb_text_9 h2 { letter-spacing:  0 !important; }
.et_pb_section_1 { min-height: auto !important; }

/*four-col-box*/
.post-details .post-content { min-height: 185px; }
.post-details .post-content .post-name h3 { font-size: 2.4rem !important; line-height: 1.32 !important; font-weight: 900 !important; letter-spacing: -0.01em; color: #fff; text-transform: capitalize; }
.post-details .post-content .title { font-size: 2.4rem !important; line-height: 1.32 !important; font-weight: 600 !important; letter-spacing: -0.01em; color: #fff; text-transform: capitalize; }
.post-details .post-content .organizatin-field { font-size: 2.4rem !important; line-height: 1.32 !important; font-weight: 600 !important; letter-spacing: -0.01em; color: #fff; text-transform: capitalize; }

/* annual-report */
.ar-two-col-image { width: 100%; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; }
.ar-two-col-image .ar-two-col-image-wrap { width: calc(100% + 32px); display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -16px; }
.ar-two-col-image .ar-two-col-image-wrap .et_pb_column.et_pb_column_1_2 { width: calc(100% / 2 - 32px); display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 16px; }

/* iframe-newsletter */
.iframe-newsletter iframe { height: 941px !important; }

/* news-sec-builder */
.news-sec-builder { width: 100% !important; display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto; }
.news-sec-builder .builder-left { width: 304px !important; margin: 0 !important; }
.news-sec-builder .builder-left ul li { border-bottom: 1px solid #779d46; padding-bottom: 16px; }
.news-sec-builder .builder-right { width: calc(100% - 304px) !important; padding-left: 32px; }
.et_pb_posts .et_pb_post:last-child { margin-bottom: 0 !important; padding-bottom: 96px !important;  }

/* News */
.custom-post .post-content a.more-link {font-weight: 900; letter-spacing: 0.02rem; text-transform: Capitalize;}
.category li.current-cat  {font-weight: 700 !important;}
.custom-post article { padding-bottom: 36px !important;}

/* policy-box */
.policy-box h3 { line-height: 1 !important; font-weight: 900 !important; }

/* form */
form.wpcf7-form { width: 100%; display: inline-block; vertical-align: top; }
form.wpcf7-form label { display: inline-block; vertical-align: top; font-size: 20px; line-height: 32px; font-weight: 400; margin: 24px 0 8px; }
form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox { width: 100%; display: flex; flex-wrap: wrap; margin-top: 8px; }
form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item { width: calc(100% / 2); line-height: 1; padding: 8px 0; margin: 0; }

form.wpcf7-form .name-wrap br { display: none; }
form.wpcf7-form .name-wrap { width: calc(100% + 64px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 0 -32px; }
form.wpcf7-form .name-wrap .field-col { width: calc(100% / 2 - 64px); display: inline-block; vertical-align: top; margin: 0 32px; }
form.wpcf7-form .name-wrap .field-col label { width: 100%; display: flex; flex-wrap: wrap; }
form.wpcf7-form input.text, input.title, form.wpcf7-form input[type=email], form.wpcf7-form input[type=password], form.wpcf7-form input[type=tel], form.wpcf7-form input[type=text], form.wpcf7-form select, form.wpcf7-form textarea { width: 100%; height: 56px; display: inline-block; vertical-align: top; border: 1px solid #12355f; padding: 10px; }
form.wpcf7-form textarea.message { height: 230px; }
form.wpcf7-form span.wpcf7-list-item { margin: 0 0 16px; }
form.wpcf7-form span.wpcf7-list-item input.acceptance { margin-left: 0; }
form.wpcf7-form input[type="submit"] { font-size: 20px; line-height: 20px; font-weight: 800; text-transform: uppercase; color: #fff; background-color: #12355f; border: unset; cursor: pointer; padding: 18px 80px; margin: 24px 0 0; }
form.wpcf7-form span.wpcf7-list-item a { text-decoration: underline; }
form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label { line-height: 32px; margin-top: 0; }
form.wpcf7-form input[type=checkbox] { -webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none; margin: 0; }
form.wpcf7-form span.wpcf7-list-item-label::before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid #333; box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 16px; margin-top: -4px; border-radius: 4px; }
form.wpcf7-form input[type=checkbox]:checked + span.wpcf7-list-item-label:after { content: ''; display: block; position: absolute; top: 28px; left: 8px; width: 5px; height: 12px; border: solid #333333; border-width: 0 2px 2px 0; transform: rotate(45deg); }
form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label { display: flex; align-items: center; padding-right: 10px;   position: relative;
  cursor: pointer; }
form.wpcf7-form .check-wrap input[type=checkbox]:checked + span.wpcf7-list-item-label:after { top: 5px; }

/* food-map */
.food-map-image { width: 100%; height: max-content; display: inline-block; vertical-align: top; }

/* wholesale-section-event */
.wholesale-section-event { width: 100%; display: flex; flex-wrap: wrap; align-items: flex-start; }
.wholesale-section-event .calendar-post-details.calendar-content { width: calc(100% + 0px) !important; display: flex !important; align-items: stretch; justify-content: space-between; margin: 0; flex-wrap: wrap; }
.wholesale-section-event .calendar-post-details .news-post { width: calc(100% / 3 - 32px) !important; display: flex !important; flex-wrap: wrap !important; margin: 24px 16px !important; }

/* video-sec */
.video-sec { width: 100%; height: 360px; display: block; margin: 0 auto; }
.video-sec iframe { position: absolute; top: 0 !important; left: 0 !important; right: 0 !important; width: 640px !important; height: 360px !important; margin: 0 auto; }
.video-sec .fluid-width-video-wrapper { padding: 0 !important; }

/* stories-three-col */
.stories-three-col { width: calc(100% + 0px) !important; display: flex; flex-wrap: wrap; justify-content: center; align-items: stretch; margin: 0 auto; }
/* .stories-three-col .et_pb_column.et_pb_column_1_3 { width: calc(100% / 3 - 32px); display: flex; flex-wrap: wrap; margin: 0 16px; } */
.stories-three-col .et_pb_column.et_pb_column_1_3 .box-cap { padding: 16px 70px 84px 48px; }

/* Annual Report */
.ar-two-col-image .ar-two-col-image-wrap .et_pb_column.et_pb_column_1_2:first-child { margin-left: 0; }

/* footer css */
#page-container footer div p { font-size: 1.6rem; }
#page-container footer .et_pb_column .footer-nav-list { margin-bottom: 16px; }

footer .et_pb_menu .et_pb_menu__menu>nav>ul>li { display: block;  width: 100%; }
.et_pb_module.et_pb_text.et_pb_text_3_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner p a { font-weight: 700 !important; }
.et_pb_module.et_pb_text.et_pb_text_6_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner p a { font-weight: 700 !important; }
.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a { font-size: 1.6rem; line-height: 1.5; font-weight: 400; }

.et_pb_row.et_pb_row_1_tb_footer.pb48.et-last-child { padding-bottom: 48px !important; }
.et_pb_row.et_pb_row_1_tb_footer.pb48.et-last-child p a { font-size: 1.6rem; line-height: 1.5; font-weight: 400; }
.fsub-text { margin-bottom: 16px !important; }
ul.et_pb_social_media_follow_0_tb_footer { height: auto; padding-bottom: 0px!important; margin-bottom: 48px !important; }
.custom-footer p strong { font-size: 1.6rem; line-height: 1.5; font-weight: 800 !important; }

.custom-footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li>a {  padding-bottom: 0px; }
.custom-footer .et_pb_text_8_tb_footer p { font-size: 2rem !important; line-height: 1.6 !important; font-weight: 700; }

.et_pb_row.et_pb_row_1_tb_footer.pb48.et-last-child p a span { font-size: 1.6rem !important; line-height: 1.5 !important; font-weight: 400 !important; }
ul.et_pb_social_media_follow_0_tb_footer { height: auto !important; }

.footer-btn { float: right; }
.et_pb_social_media_follow li a.icon:hover { background-color: #779d46; }
.et_pb_row.et_pb_row_1_tb_footer.pb48.et-last-child p a span:hover { color: #779d46; }

footer.et-l--footer .et_pb_section_0_tb_footer { background-color: #12355f; padding: 0 16px; } /* Back-up for image gradient & padding for smaller screens */

.facybox-content { display: none; }

/* Five-col-box */
.et_pb_row.five-col-image { padding: 0 !important; }
.et_pb_row.et_pb_row_3.five-col-image.et_pb_row_5col { padding: 0 !important; margin-top: -16px; }
.five-col-sec { width: 100%; display: flex; justify-content: space-evenly; margin: 0 auto; }
.five-col-image { width: calc(100% + 32px) !important; display: flex; justify-content: space-between; align-items: flex-start; margin: 0; }
.five-col-image .et_pb_column.et_pb_column_1_5 { width: calc(100% / 5 - 32px); display: flex; flex-wrap: wrap; margin: 16px; }
.five-col-image .et_pb_column.et_pb_column_1_5:last-child { margin-right: 16px !important; }

/* Policy-Priorities-right-space */
.policy-left-cap { width: calc(100% - 396px) !important; }
.related-resources { width: 304px !important; }
.et_pb_column.et_pb_column_3_5.et_pb_column_3.policy-col-space.et_pb_css_mix_blend_mode_passthrough { padding-right: 144px; margin: 0; }

/* Submit-your-rhode-island-story */
/*.story-form input[type=radio]:checked + span.wpcf7-list-item-label:after {top: 3px !important;left: 13px !important;}*/
.story-form form.wpcf7-form span.wpcf7-list-item { position: relative !important; }
.story-form form.wpcf7-form input[type=checkbox]:checked + span.wpcf7-list-item-label:after { top: 8px !important;}

.contact-story span.wpcf7-list-item { width: 100% !important; }

.contact-story span.wpcf7-list-item-label::before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid #333; box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%); padding: 10px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 16px; margin-top: -4px; border-radius: 4px; }
input[type=radio] { height: 2rem; width: 2rem; margin-right: 1rem; }

.submit-your-story label { margin-top: 0 !important; }
.submit-your-story h1, .submit-your-story h2, .submit-your-story h3, .submit-your-story h4, .submit-your-story h5, .submit-your-story h6 { color: #12355f; padding: 0; margin-bottom: 16px; }
.contact-story span.wpcf7-form-control-wrap { display: block; margin: 16px 0 32px; }
.contact-story span.wpcf7-list-item-label:before { content: ""; display: none !important; }
.contact-story label { margin-bottom: 0 !important; }
.contact-story span.wpcf7-list-item { line-height: 1; height: auto !important; margin-top: 0 !important; margin-bottom: 8px !important; }
.contact-story span.wpcf7-list-item label { margin-top: 0; }

.value-field { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
.value-field .value-left { width: calc(100% - 200px); padding-right: 32px; padding-bottom: 24px; }
.value-field .value-right { width: 200px; }
.value-field input form.wpcf7-form input[type=text] { font-size: 2rem !important; line-height: 1.6 !important; font-weight: 400 !important; color: #aaa; }

.submit-your-story .name-wrap { width: calc(100% + 0px) !important; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; margin: 0 0 32px !important; }
.submit-your-story .name-wrap .field-col { width: calc(100% / 2 - 0px) !important; display: inline-block; vertical-align: top; margin: 0 !important; }

.submit-your-story .first-name.field-col { padding-right: 16px; }
.submit-your-story .last-name.field-col { padding-left: 16px; }

.live-bill-tracking a.h3
{
	display: block; 
	font-size: 2.5rem; 
	border: none; 
	padding: 15px 0; 
	cursor: cursor; 
}
.live-bill-tracking a.h3.leaveout
{
	display: none !important;
}
.live-bill-tracking a.h3:hover{
	text-decoration: none; 
}
.live-bill-tracking h5
{
	font-style: italic;
	font-weight: normal;
}
.live-bill-tracking .h3.orange, 
.live-bill-tracking .h3.red,
.live-bill-tracking .h3.blue,
.live-bill-tracking .h3.purple,
.live-bill-tracking .h3.green,
.live-bill-tracking h4.red,
.live-bill-tracking h4.blue,
.live-bill-tracking h4.purple,
.live-bill-tracking h4.green,
.live-bill-tracking h4.orange
{
	background: transparent;
}
.live-bill-tracking .h3
{
	text-transform: uppercase; 
}
.live-bill-tracking .h3.red,
.live-bill-tracking h4.red
{
	color: #a82c33; 
}
.live-bill-tracking .h3.orange, 
.live-bill-tracking h4.orange
{
	color: #e69e1f;
}
.live-bill-tracking .h3.purple,
.live-bill-tracking h4.purple
{
	color: #30305D;
}
.live-bill-tracking .h3.blue,
.live-bill-tracking h4.blue
{
	color: #5173ad; 
}
.live-bill-tracking .h3.green,
.live-bill-tracking h4.green
{
	color: green; 
}

.live-bill-tracking a.h3 {text-decoration: none;}
 /* Style empty, inactive, Bills */
.live-bill-tracking a.h3:not(:has(+ div > h4)) {
    color: #DDD !important;
    cursor: default;
}

@media(max-width: 1440px){  
  .our-work-sec p { font-size: 2.4rem; }
  .et_pb_slider .et_pb_slide_2.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider .et_pb_slide_0.et_pb_slide .et_pb_slide_description .et_pb_slide_title, .et_pb_slider   .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 2.8rem!important; }

  .banner-slider .et_pb_slider .et_pb_slide_1 .et_pb_slide_description, .banner-slider  .et_pb_slider_fullwidth_off .et_pb_slide_1 .et_pb_slide_description, .banner-slider .et_pb_slider .et_pb_slide_0 .et_pb_slide_description, .banner-slider .et_pb_slider_fullwidth_off .et_pb_slide_0 .et_pb_slide_description, .banner-slider .et_pb_slider .et_pb_slide_2 .et_pb_slide_description, .banner-slider .et_pb_slider_fullwidth_off .et_pb_slide_2 .et_pb_slide_description { padding-right: 0% !important; }  

  footer .et_pb_menu_4_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_2_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_3_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_0_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_1_tb_footer.et_pb_menu ul li a { font-size: 14px; line-height: 24px; }
  footer .et_pb_menu_1_tb_footer.et_pb_menu p, footer .et_pb_menu_1_tb_footer.et_pb_menu span  { font-size: 14px; line-height: 24px; }
  footer .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_8_tb_footer.et_pb_text_align_center.et_pb_bg_layout_light .et_pb_text_inner p { font-size: 14px; line-height: 24px; }
  footer .et_pb_module.et_pb_text.et_pb_text_7_tb_footer.et_pb_text_align_justified.et_pb_bg_layout_light { display: inline-block; margin-top: 0 !important; }
  footer .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_8_tb_footer.et_pb_text_align_center.et_pb_bg_layout_light { display: inline-block; float: right; padding: 15px 0 !important; }
  footer div.et_pb_row .et_pb_column .et_pb_module:last-child .et_pb_text_inner p { font-size: 2rem; line-height: 2rem; }
  footer .et_pb_social_media_follow li a.icon { height: 30px; width: 30px; }
  footer .et_pb_social_media_follow li a.icon:before { height: 30px; width: 30px; font-size: 14px; line-height: 30px; }
}

@media(max-width: 1365px){  
  .pb120 { padding-bottom: 60px !important; }
  .pt96 { padding-top: 60px !important; }

  .p64 { padding: 60px !important; }
  .ptb64 { padding: 60px 0 !important; }
  .plr64 { padding: 0 60px !important; }
  .pt64 { padding-top: 60px !important; }
  .pb64 { padding-bottom: 60px !important; }
  .pl64 { padding-left: 60px !important; }
  .pr64 { padding-right: 60px !important; }

  .p72 { padding: 60px !important; }
  .ptb72 { padding: 60px 0 !important; }
  .plr72 { padding: 0 60px !important; }
  .pt72 { padding-top: 60px !important; }
  .pb72 { padding-bottom: 60px !important; }
  .pl72 { padding-left: 60px !important; }
  .pr72{ padding-right: 60px !important; }

  .p96 { padding: 60px !important; }
  .ptb96 { padding: 60px 0 !important;}
  .plr96 { padding: 0 60px !important; }
  .pt96 { padding-top: 60px !important; }
  .pb96 { padding-bottom: 60px !important; }
  .pl96 { padding-left: 60px !important; }
  .pr96 { padding-right: 60px !important; }

  .p120 { padding: 60px !important; }
  .ptb120 { padding: 60px 0 !important; }
  .plr120 { padding: 0 60px !important; }
  .pt120 { padding-top: 60px !important; }
  .pb120 { padding-bottom: 60px !important; }
  .pl120 { padding-left: 60px !important; }
  .pr120 { padding-right:60px !important; }

  .p200 { padding: 120px !important; }
  .ptb200 { padding:  120px 0 !important; }
  .plr200 { padding: 0 120px !important; }
  .pt200 { padding-top: 120px !important; }
  .pb200 { padding-bottom: 120px !important; }
  .pl200 { padding-left: 120px !important; }
  .pr200 { padding-right:  120px !important; }

  .ptb192 { padding: 100px 0 !important; }

  .pt70{ padding-top : 60px !important; }
  .pb85{ padding-bottom : 60px !important;}

  .pb80 { padding-bottom: 60px !important; }

  .et_builder_inner_content .header-side-container { padding: 0 15px !important; }
  .header-side-main-wrap .header-side-container .et_pb_column.et_pb_column_1_4.et_pb_column_0_tb_header { width: 130px !important; }
  .header-side-main-wrap.et_pb_section .et_pb_image_wrap img { width: 130px; }
  .header-side-main-wrap .header-side-container .et_pb_column.et_pb_column_3_4.et_pb_column_1_tb_header { width: calc(100% - 130px) !important; }
  body .has_et_pb_sticky .header-side-main-wrap.et_pb_section .et_pb_image_wrap img {  width: 130px; }
  header .mega-menu-is-open .et_pb_row.et_pb_row_0_tb_header.header-side-container.et_pb_row--with-menu.et_pb_row_1-4_3-4 { padding-bottom: 310px !important; }
  header .et_pb_menu__search-container.et_pb_no_animation { height: 40px; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { font-size: 16px; line-height: 1.6; }
  ul.et_pb_social_media_follow_0_tb_footer { height: auto !important; }

  .et_pb_column.et_pb_column_3_5.et_pb_column_3.policy-col-space.et_pb_css_mix_blend_mode_passthrough { padding-right: 80px; margin: 0; }

  .footer-btn a { padding: 12px 40px; }
}

@media (max-width: 1240px){
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link {font-size: 16px; }
}

@media(max-width: 1199px){
  h2 { font-size: 2.4rem !important; }
  .banner-slider .et_pb_container { padding: 200px 15px 40px; } 
  .two-col-ci { padding-right: 15px !important; }
  .pt100-work-box { padding-top: 40px !important; } 
  .custom-footer .et_pb_text_8_tb_footer p { font-size: 1.6rem !important; }
  .stories-three-col .et_pb_column.et_pb_column_1_3 .box-cap { padding: 16px 48px 84px ; } 
  .pr144  { padding-right: 80px !important; } 
  footer .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_8_tb_footer.et_pb_text_align_center.et_pb_bg_layout_light { display: inline-block; float: right; padding: 10px 0 !important; margin-top: 0 !important; }
  .footer-btn a { font-size: 1.6rem !important; }
}

@media(max-width: 1024px){  
  .header-side-main-wrap .et_pb_menu__wrap { align-items: center; flex-direction: row-reverse; }
  
  header .mega-toggle-blocks-left { display: none !important; }
  body.home div.et_builder_inner_content:not(.has_et_pb_sticky) div.et_pb_sticky_module:not(.mega-menu-is-open) .et_pb_menu__search-button:after { background-image: url(https://rifoodcouncil.org//wp-content/uploads/2022/08/Magnifying-Glass-white.png); }   /* Top Menu Styles */ 
  .ar-two-col-image .ar-two-col-image-wrap .et_pb_column.et_pb_column_1_2 { margin-bottom: 16px; }   /* Annual Report Blocks: Adjust bottom margin */
  body.home #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { /*position: absolute !important;*/ top: 75px; left: 0; }
  body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 60px; }
  body .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 60px; }
  header #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { position: absolute !important; top: 60px; left: 0; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link { color: #12355f; padding: 0; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after { font-size: 24px; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column:last-child li.mega-menu-item-media_image-2  { display: none; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link { background: transparent; color: #12355f; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu { padding: 16px 8px 8px; } 
   #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu ul li a { font-size: 16px; }
  header #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, 
   #mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu { width: 100%; /* background-color: #12355f; */ }
  .et-l--header ul { padding: 0; }
  header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { background-color: #12355f; }
  body.home #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, body.home #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, body.home #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { background-color: #fff; }
  body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { background-color: #12355f; }
  body.home .has_et_pb_sticky  #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { background-color: #12355f; }
  body.home .header-side-main-wrap.et_pb_section.mega-menu-is-open #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, body.home .header-side-main-wrap.et_pb_section.mega-menu-is-open #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::before, body.home .header-side-main-wrap.et_pb_section.mega-menu-is-open #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { background-color: #12355f; }
  #mega-menu-wrap-primary-menu .mega-menu-toggle { background: transparent; }

  header .et_pb_menu__search-container.et_pb_no_animation.et_pb_menu__search-container--visible { width: 200px !important; max-width: 600px !important; left: unset !important; right: 0px !important; } 
  header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-box { width: 30px; }
  header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner, header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-  animated-inner::before, header #mega-menu-wrap-primary-menu .mega-menu-toggle .mega-toggle-block-2 .mega-toggle-animated-inner::after { width: 32px; }
  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link { font-size: 16px; padding: 5px; }  
  #mega-menu-wrap-primary-menu .mega-menu-toggle + #mega-menu-primary-menu { padding: 30px 15px 20px; }

  header .mega-menu-is-open .et_pb_row.et_pb_row_0_tb_header.header-side-container.et_pb_row--with-menu.et_pb_row_1-4_3-4 { padding-bottom: 0px !important; }

  body #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { position: fixed !important; top: 140px; left: 0 !important; }
  body  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 105px; }
  body .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 125px; }
  body.admin-bar  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 148px; }
  body.admin-bar .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 138px; }  
  body .header-side-main-wrap.et_pb_section.mega-menu-is-open { padding-bottom: 24px; }

  #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link { color: #12355f; background: transparent !important; }

  .et_pb_column.et_pb_column_3_5.et_pb_column_3.policy-col-space.et_pb_css_mix_blend_mode_passthrough { padding-right: 40px; }
  
  .pr144  { padding-right: 60px !important; } 
}

@media(max-width: 999px){  
  .et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 { width: calc(97% - 48px); }
}

@media(max-width: 991px){  
  .p64 { padding: 40px !important; }
  .ptb64 { padding: 40px 0 !important; }
  .plr64 { padding: 0 40px !important; }
  .pt64 { padding-top: 40px !important; }
  .pb64 { padding-bottom: 40px !important; }
  .pl64 { padding-left: 40px !important; }
  .pr64 { padding-right: 40px !important; }

  .p72 { padding: 40px !important; }
  .ptb72 { padding: 40px 0 !important; }
  .plr72 { padding: 0 40px !important; }
  .pt72 { padding-top: 40px !important; }
  .pb72 { padding-bottom: 40px !important; }
  .pl72 { padding-left: 40px !important; }
  .pr72{ padding-right: 40px !important; }

  .p96 { padding: 40px !important; }
  .ptb96 { padding: 40px 0 !important;}
  .plr96 { padding: 0 40px !important; }
  .pt96 { padding-top: 40px !important; }
  .pb96 { padding-bottom: 40px !important; }
  .pl96 { padding-left: 40px !important; }
  .pr96 { padding-right: 40px !important; }

  .p120 { padding: 40px !important; }
  .ptb120 { padding: 40px 0 !important; }
  .plr120 { padding: 0 40px !important; }
  .pt120 { padding-top: 40px !important; }
  .pb120 { padding-bottom: 40px !important; }
  .pl120 { padding-left: 40px !important; }
  .pr120 { padding-right: above40px !important; }

  .p200 { padding: 120px !important; }
  .ptb200 { padding: 120px 0 !important; }
  .plr200 { padding: 0 120px !important; }
  .pt200 { padding-top: 120px !important; }
  .pb200 { padding-bottom: 120px !important; }
  .pl200 { padding-left: 120px !important; }
  .pr200 { padding-right: 120px !important; }

  .ptb192 { padding: 100px 0 !important; }

  .pt70{ padding-top : 40px !important; }
  .pb85{ padding-bottom : 40px !important;}  
  .pb80 { padding-bottom: 40px !important; }

  .our-work-sec .et_pb_section { padding: 20px 0; } 
  .calendar-post-details .news-post {  width: calc(100% / 1 - 30px) !important; }
  .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner p { padding-left: 0 !important; }
  .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light p { padding-left: 0 !important; }
  #main-content div#block-3 { margin-bottom: 0 !important; }
  .et_pb_video_0 { margin: 0 auto !important; }
  .et_pb_module.et_pb_video.et_pb_video_0 { margin: 0 auto !important; }
  .two-col-ci { width: 100% !important; }

  .et_pb_section.et_pb_section_3.cap-image { padding: 0 !important; }
  .cap-image .et_pb_row { padding: 0; }
  .et_pb_row.et_pb_row_2.pb40 { padding-bottom: 20px !important; }

  .et_pb_icon_0 .et_pb_icon_wrap .et-pb-icon { font-size: 35px !important; }

  .wholesale-section-event .calendar-post-details .news-post { width: calc(100% / 2 - 32px) !important; }

  .stories-three-col { justify-content: flex-start; }
  .stories-three-col .et_pb_column.et_pb_column_1_3 {  width: calc(100% / 2 - 32px); margin: 16px; }
  .stories-three-col .et_pb_column.et_pb_column_1_3 .box-cap { padding: 16px 24px 24px; }

  .news-sec-builder .builder-left { width: 100% !important; }
  .news-sec-builder .builder-right { width: calc(100% - 0px) !important; padding-left: 0; }  

  .policy-left-cap { width: calc(100% - 0px) !important; }
  .related-resources { width: 100% !important; }
}

@media (max-width: 980px){
  header .et_pb_menu .et_pb_menu__menu { display: block; }
  body.home .header-side-main-wrap.et_pb_section .et_mobile_nav_menu { display: none !important; } 
  body.home #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { position: fixed !important; top: 140px; left: 0 !important; }
  body.home  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 100px; }
  body.home .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 125px; }
  body.home.admin-bar  #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 134px; }
  body.home.admin-bar .has_et_pb_sticky #mega-menu-wrap-primary-menu .mega-menu-toggle.mega-menu-open + #mega-menu-primary-menu { top: 145px; }
  .mega-menu-is-open .et_pb_row.et_pb_row_0_tb_header.header-side-container.et_pb_row--with-menu.et_pb_row_1-4_3-4 { padding-bottom: 0 !important; }

  header .et_pb_slider .et_pb_slide_2 .et_pb_slide_description, header .et_pb_slider_fullwidth_off .et_pb_slide_2 .et_pb_slide_description, header .et_pb_slider .et_pb_slide_0 .et_pb_slide_description, header .et_pb_slider_fullwidth_off .et_pb_slide_0 .et_pb_slide_description, header .et_pb_slider .et_pb_slide_1 .et_pb_slide_description, header .et_pb_slider_fullwidth_off .et_pb_slide_1 .et_pb_slide_description { padding-right: 0%!important; }
  body header .et_pb_container.clearfix {  height: 560px !important; }
  header .et_pb_slide_description, header .et_pb_slider_fullwidth_off .et_pb_slide_description { padding: 0 !important; }  

  header .et_pb_slider .et_pb_slide_1.et_pb_slide .et_pb_slide_description .et_pb_slide_title { font-size: 40px!important; line-height: 50px!important; }

  .et_pb_gutters1.et_pb_row_4col>.et_pb_column.et_pb_column_1_4 { margin-bottom: 8px; }
  .et_pb_gutters1.et_pb_row_5col>.et_pb_column.et_pb_column_1_5 { margin-bottom: 8px; }
  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child { margin-right: 0px !important; }

  .et_pb_section.et_pb_section_3 {  background-size: cover; padding-bottom: 0; position: relative; }  

  .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner p { padding-left: 0 !important; }
  .et_pb_module.et_pb_text.et_pb_text_2.et_pb_text_align_left.et_pb_bg_layout_light p { padding-left: 0 !important; }

  #main-content div#block-3 { margin-bottom: 0 !important; }
  .pr144  { padding-right: 0px !important; }    

  .et_pb_video_0 { width: 100% !important; min-height: auto !important; }

  .up-event-title.pb40 { padding-top: 0 !important; }
  .up-event-title .et_pb_column { margin-bottom: 0; }
  .calendar-events { justify-content: flex-start !important; }
  .calendar-events .et_pb_module.et_pb_icon.et_pb_icon_0 { display: inline-block; margin: 0 !important; }

  .post-details .post-content { min-height: auto; }
  .staff-bottom-btn a { display: inline-block; vertical-align: top; margin-bottom: 40px; } 

  .et_pb_column.et_pb_column_3_5.et_pb_column_3.policy-col-space.et_pb_css_mix_blend_mode_passthrough { padding-right: 0; margin-bottom: 30px; }

  .ptb192 { padding: 60px 0 !important; } 

  footer .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul { display: none; }
  footer .et_pb_column .et_pb_module { position: relative; }
  footer .et_pb_column .et_pb_module .et_pb_menu_inner_container.clearfix { top: -30px; right: 0; }
  footer .et_pb_menu_4_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_2_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_3_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_0_tb_footer.et_pb_menu ul li a, footer .et_pb_menu_1_tb_footer.et_pb_menu ul li a { color: #12355f !important; font-weight: 500; }
  footer .et_pb_column .et_pb_text { width: 100%; display: inline-block; z-index: -1; }
  footer .et_pb_column .et_pb_menu { width: 100% !important; display: inline-block; margin: 0; top: -30px; }  
  footer .et_pb_menu .et_mobile_menu { width: 100% !important; position: absolute !important; left: 0 !important; right: 0 !important; max-width: 100% !important; top: 45px; }
  footer .mobile_nav.opened { width: 100%; height: 0; display: inline-block; position: relative; }
  footer .et_pb_menu__wrap span.mobile_menu_bar { width: 44px; height: 44px; margin-right: 0; text-align: right; display: inline-block; float: right; top: 0; }
  footer .et_pb_menu .et_mobile_nav_menu { width: 100%; height: 0; display: inline-block !important; margin: 0; }
  footer .et_pb_column_0_tb_footer { position: relative; z-index: 4; }
  footer .et_pb_column { margin-bottom: 0; }
  footer .et_pb_module .mobile_menu_bar:before { top: 6px; }
  footer .et_pb_module.et_pb_image.et_pb_image_0_tb_footer { margin: 30px 0 0; }
  footer .et_pb_module.et_pb_text.et_pb_text_9_tb_footer.et_pb_text_align_left.et_pb_bg_layout_light .et_pb_text_inner p br { display: none; }
  footer .et_pb_menu .et_mobile_menu { padding-top: 12.438px; }
  footer .et_pb_row.et_pb_row_0_tb_footer.et_pb_row--with-menu.et_pb_row_4col { padding-bottom: 0 !important; }
  footer .et_pb_row.et_pb_row_1_tb_footer.et-last-child { margin-top: 25px !important; }
  footer .et_pb_column.et_pb_column_1_4.et_pb_column_2_tb_footer.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu { z-index: 1; }
  footer .et_pb_menu_0_tb_footer.et_pb_menu .et_mobile_menu a { color: #12355f !important; }
  footer .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child { z-index: -1; }

  footer .et_pb_module.et_pb_text_align_right { text-align: left; }
  footer .et_pb_module.et_pb_text.et_pb_text_7_tb_footer.et_pb_text_align_justified.et_pb_bg_layout_light p { text-align: left !important; }
  footer .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_8_tb_footer.et_pb_text_align_center.et_pb_bg_layout_light { float: left; padding: 0 !important; }
  footer ul.et_pb_social_media_follow_0_tb_footer { margin-bottom: 25px !important; }
  footer .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child, footer .et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child { margin-top: 30px; }
  .footer-btn a { float: left; }
}

@media(max-width: 767px){  
  header .et_pb_menu__search-container.et_pb_no_animation.et_pb_menu__search-container--visible { width: 400px !important; }
  .et_pb_column.et_pb_column_1_2.et_pb_column_14.calendar-events.et_pb_css_mix_blend_mode_passthrough.et-last-child .et_pb_module.et_pb_icon.et_pb_icon_0 a span { font-size: 20px; margin-left: 12px; }
  .et_pb_module.et_pb_text.et_pb_text_14.et_pb_text_align_justified.et_pb_bg_layout_light { font-size: 16px; }
  .et_pb_section.et_pb_section_5.et_section_regular .et_pb_row.et_pb_row_6 { padding-bottom: 0 !important; }
  .calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title h3 { font-size: 2.2rem !important; } 

  .custom-image { width: 48px !important; display: block; margin-right: 0 !important; }
  .custom-content { width: calc(100% - 0px) !important; display: inline-block; vertical-align: top; }

  form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item { width: calc(100% / 1); line-height: 1; padding: 0; margin: 0; }

  .wholesale-section-event .calendar-post-details .news-post { width: calc(100% / 1 - 32px) !important; }

  .stories-three-col .et_pb_column.et_pb_column_1_3 {  width: calc(100% / 1 - 32px); }

  form.wpcf7-form .name-wrap .field-col {  width: calc(100% / 1 - 64px); }
  form.wpcf7-form input.text, input.title, form.wpcf7-form input[type=email], form.wpcf7-form input[type=password], form.wpcf7-form input[type=tel], form.wpcf7-form input[type=text], form.wpcf7-  form select, form.wpcf7-form textarea { height: 44px; }
  form.wpcf7-form textarea.message { height: 120px; }
  form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox { margin-top: 0; }
  form.wpcf7-form .name-wrap .field-col:first-child label { margin-top: 0; }
}

@media(max-width: 666px){  
  .et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 { width: calc(96% - 48px); }
}

@media(max-width: 576px){  
  header .et_pb_menu__search-container.et_pb_no_animation.et_pb_menu__search-container--visible { width: 200px !important; }

  .btn-medium { padding: 18px 40px !important; }
  .btn-medium a { padding: 18px 40px !important; }
  form.wpcf7-form label { font-size: 16px; line-height: 26px; }
  form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label { font-size: 14px; }
  form.wpcf7-form span.wpcf7-list-item-label::before { padding: 7px; margin-top: -1px; }
  .footer-btn a { font-size: 1.6rem !important; }
  .list-style-text-white a { display: inline; }
}

@media(max-width: 479px){
  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, .et_pb_row .et_pb_column.et_pb_column_1_4:last-child { margin-right: 10px !important; }
  .custom-footer { padding-top: 40px !important; }
  footer .et_pb_row .et_pb_column.et_pb_column_1_4 { margin: 0; }
  footer .et_pb_row { width: 100%; padding: 0 15px !important; }
  footer .et_pb_column.et_pb_column_1_4.et_pb_column_2_tb_footer.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu { padding-top: 30px; }
  footer .et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer.et_pb_css_mix_blend_mode_passthrough.et-last-child { top: 50px; }
  footer .et_pb_module.et_pb_text_align_right { text-align: left; }
  footer ul.et_pb_social_media_follow_0_tb_footer { height: 55px; }
  footer .et_pb_module.et_pb_text.et_pb_text_7_tb_footer.et_pb_text_align_justified.et_pb_bg_layout_light { margin: 0; }
  footer .et_pb_module.et_pb_text.et_pb_text_7_tb_footer.et_pb_text_align_justified.et_pb_bg_layout_light p { text-align: left !important; }
  footer .et_pb_with_border.et_pb_module.et_pb_text.et_pb_text_8_tb_footer.et_pb_text_align_center.et_pb_bg_layout_light { float: left; padding: 0 !important; margin-bottom: 0px; }
  footer .et_pb_section_0_tb_footer.et_pb_section { padding: 0 0 40px; }
  footer .et_pb_row_1_tb_footer.et_pb_row { margin-top: 55px; }
  .footer-btn a { float: left; margin-bottom: 40px; }
  .et_pb_text_7_tb_footer { padding-bottom: 0 !important; margin-bottom: 0 !important; }
}

@media (max-width: 980px){
  .et_pb_row_1-5_1-5_3-5>.et_pb_column.et_pb_column_1_5:nth-child(2n), .et_pb_row_5col>.et_pb_column.et_pb_column_1_5:nth-child(2n) { margin-right: auto !important; }
}

/* two-btn-sec */
.two-btn-wrap { width: 100% !important; display: flex !important; flex-wrap: wrap !important; justify-content: space-between !important; }
.two-btn-wrap .et_pb_column { width: calc(100% / 2) !important; }
.two-btn-wrap .et_pb_column a { width: 100% !important; display: inline-block !important; vertical-align: top !important; text-align: center !important; size: 1.5rem !important; padding: 18px 8px !important; }
.two-btn-wrap .et_pb_column:first-child { padding-right: 16px !important; }
.two-btn-wrap .et_pb_column:last-child { padding-left: 16px; } 

/* Inner Text A Link Styles based on .button-dark-bg" */
#page-container .btn-dark-bg-padded-full {display: block; font-size: 2rem !important; line-height: 1 !important; font-weight: 800 !important; text-transform: uppercase !important; color: #fff !important; background-color: #287fb6 !important; border: 1px solid #fff !important; border-radius: unset; letter-spacing: 0.02em !important; margin: 1rem 0; padding: 2rem 4rem; text-align: center; text-decoration: none; width: 100%;}
.btn-dark-bg:hover,
#page-container .btn-dark-bg-padded-full:hover, 
#page-container .btn-dark-bg-padded-full:focus { color: #fff !important; background-color: #779d46 !important;} 

/* Submenu Styles */
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu {columns: 200px 2;}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link {
  color: #12355f;
  font-size: 2rem;
  font-weight: 600; 
  line-height: 1.4; 
  letter-spacing: -0.01em;
  display: inline-block; 
  vertical-align: top; 
  padding-bottom: 15px;
  text-transform: none;
  @media (width < 900px) { font-size: 16px; }
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  break-inside: avoid;
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > ul.mega-sub-menu li {
  display: list-item;
  list-style-type: disc;
  margin-left: 2rem !important; 
}
#mega-menu-wrap-primary-menu #mega-menu-primary-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row li.mega-menu-column li.widget_media_image {text-align: right; padding: 0 !important;}

/* Search Bar */
.et_pb_menu__search-container { outline: 1px solid #277EB5; outline-offset: -1px; }
.et_pb_menu__search-container.et_pb_no_animation {padding-right: 0 !important;} /* This makes the search box align properly with the top nav. */
.et_pb_menu__icon.et_pb_menu__close-search-button {margin: 0 !important;} /* This makes the search box align properly with the top nav. */

/* Search Page */
body.search form input.et_pb_s { font-size: 2rem; }
body.search form input.et_pb_searchsubmit { font-size: 2rem !important; line-height: 1 !important; font-weight: 800 !important; text-transform: uppercase !important; color: #fff !important; background-color: #12355f !important; border: 1px solid #12355f !important; border-radius: unset !important; letter-spacing: 0.02em !important; }

/* Member click icon */
.profile .post-content .post-name {
  background-image: url(https://rifoodcouncil.org//wp-content/uploads/2022/08/open_in_new_24px.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 16px;
}

/* Member Fancy Box Fixes */
.fancybox-container .fancybox-inner .title {
  font-weight: 700;
  padding-bottom: 2rem;
  overflow:hidden
}
.fancybox-container .fancybox-inner .organizatin-field {
  font-style: italic !important;
  font-weight: 700;
  padding-bottom: 4rem;
  overflow:hidden
}

/* Council Overwrites */
.post-details .post-content {
  min-height: 122px;
}

/* Form Overwrites */
form.wpcf7-form .check-wrap * {
  display: block;
  margin: 0 !important;
  padding: 0 !important; 
}

form.wpcf7-form .check-wrap label {
  padding-bottom: 8px !important; 
}

/* Desktop */
@media all and (min-width: 1025px) {
  /* Top Nav Menu Styles */ 
  body.home div.et_builder_inner_content:not(.has_et_pb_sticky) div.et_pb_sticky_module:not(.mega-menu-is-open) #mega-menu-wrap-primary-menu #mega-menu-primary-menu > li.mega-menu-item > a.mega-menu-link { color: #fff; text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5); } /* Home Nav Hero Overlay with Text Shadow to improve legibility */
  body.home div.et_builder_inner_content:not(.has_et_pb_sticky) div.et_pb_sticky_module:not(.mega-menu-is-open) .et_pb_menu__search-button:after { background-image: url(https://rifoodcouncil.org//wp-content/uploads/2022/08/Magnifying-Glass-white.png); }
}

/* Mobile */
@media all and (max-width: 479px) {
  .home .et_pb_section_3 .et_pb_column_9 .pr32 {
    padding-right: 0;
  } 

  .home .et_pb_section_3 .et_pb_row_4 {
    padding: 0 !important;
    margin-right: 0;
  }

  .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child, 
  .et_pb_row .et_pb_column.et_pb_column_1_4:last-child { margin-right: 0px !important; }

  /* Member, Council, Directors, & Staff Fancybox Fixes on Mobile */
  .fancybox-slide { padding: 0; }
  .fancybox-slide:before { height: auto; }
  .fancybox-slide .content.fancybox-content { padding: 16px; width: 320px; }
  .fancybox-slide .content.fancybox-content .featured-image { float: none; margin: 0 0 1rem; width: 100%; }
  .fancybox-slide .content.fancybox-content .featured-image img { margin: 0; padding: 0; width: 100%; }

  /* Annual Report Blocks: Remove lateral space from on mobile */
  .ar-two-col-image .ar-two-col-image-wrap .et_pb_column.et_pb_column_1_2 { margin-left: 0; margin-right: 0; }

  /* Address max-content which causes text to flow outside of mobile viewport. */
  h2, h4 { width: auto !important; }

  /* two-btn-sec Singel Column Mobile */
  .two-btn-wrap { flex-direction: column; }
  .two-btn-wrap .et_pb_column { width: 100% !important; }
  .two-btn-wrap .et_pb_column:first-child { padding-right: 0 !important; }
  .two-btn-wrap .et_pb_column:last-child { padding-left: 0; } 
  .two-btn-wrap .et_pb_column a { margin-bottom: 16px; }

  /* Adjust Event/Calendar Post Date Mobile */
  body:not(.home) .calendar-post-details .news-post { margin: 0 0 60px !important; width: 100% !important; }
  body:not(.home) .calendar-post-details .news-post .calendar-post-content { display: block !important; }
  body:not(.home) .calendar-post-details .news-post .calendar-post-content .calendar-post-date { display: none !important; }

  /* Full width submit buttons */
  form.wpcf7-form input[type="submit"] { padding: 18px; width: 100%; }
}


/* Divi Theme Options Custom CSS */

/* popup  */
.content.fancybox-content { width: 640px; background: #12355f; color: #fff; }
.content.fancybox-content .fancy-title { border-bottom: 2px solid #779d46;margin-bottom: 32px;margin-top: 40px; }
.content.fancybox-content .fancy-title h3 { padding-bottom: 7px;font-size: 24px;font-weight: 900;line-height: 24px;color: #fff; }
.content.fancybox-content button.fancybox-button.fancybox-close-small { background: #287fb6;right: 18px;top: 18px; }
.content.fancybox-content .featured-image { width: 256px; height: 304px; display: inline-block; float: right; margin-left: 20px; }
.content.fancybox-content .featured-image img { width: 100%; display: inline-block; height: 100%; object-fit: cover; object-position: center; }

/* Council Emeritus section */
.without-image{width: 100%; display: inline-block;}
.without-image .post-content {width: 100%;display: inline-block;background: transparent;}
.without-image .post-content .post-name {width: 100%;display: inline-block;}
.without-image .post-content .post-name h3 {color: #12355f;}
.without-image .title {color: #12355f !important;}
.without-image .organizatin-field {color: #12355f !important;}

/* Home-page-Up-coming-section */
.calendar-post-details {width: calc(100% + 30px);display: flex;align-items: stretch;justify-content: flex-start;margin: 0 -15px;flex-wrap: wrap;}
.calendar-post-details .news-post {width: calc(100% / 2 - 30px);display: inline-block;vertical-align: top;margin: 0 15px;margin-bottom: 25px;}
.calendar-post-details .news-post .calendar-post-content { align-items: self-start; display: flex; flex-basis: content; justify-content: center; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-date {display: inline-block;margin-right: 30px;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-date {width: 100%;display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-date h2 {font-weight: 600;font-size: 28px;line-height: 28px;color: #12355f;padding-bottom: 0;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-month {width: 100%;display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-date .post-month h2 {font-weight: 900;font-size: 22px;line-height: 28px;color: #12355f;padding-bottom: 10px;border-bottom: 3px solid #779d46;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title {width: 100%;display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .title h3 {font-weight: 800;font-size: 24px;line-height: 1.4;color: #12355f;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap {display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-date-day {width: 100%;display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-date-day h2 {font-weight: 700;font-size: 20px;line-height: 20px;color: #12355f;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-details {width: 100%;display: inline-block;}
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .post-details p {font-weight: 400;font-size: 2.0rem; line-height: 32px;color: #12355f;}

.calendar-events {display: flex;justify-content: end;align-items: center;flex-wrap: wrap;}
.calendar-events .et_pb_module.et_pb_text {margin-bottom: 0;}
.calendar-events span.et_pb_icon_wrap {margin-left: 16px;display: flex;align-items: center;justify-content: center;}

/* Calender Page */
.calendar-post-details.calendar-content {display: inline-block;width: 100%;}
.calendar-post-details.calendar-content .news-post.calendar-post-info {display: flex;width: 100%;align-items: flex-start;justify-content: space-between;flex-wrap: wrap;margin: 0 auto; margin-bottom: 48px;}
.calendar-post-details.calendar-content .news-post.calendar-post-info .post-featured-image {width: 100%;display: inline-block;}
.calendar-post-details.calendar-content .news-post.calendar-post-info .calendar-post-content {width: 57%;}
.calendar-post-details.calendar-content .news-post.calendar-post-info .post-featured-image img { width: 100%; height: 300px; display: inline-block; vertical-align: top; object-fit: cover; object-position: center; margin-bottom: 20px; }
.calendar-post-details .news-post .calendar-post-content .calendar-post-details-wrap .more-info a {font-weight: 900;font-size: 18px;line-height: 32px;text-transform: uppercase;}

/* Municipal Fact Sheets */
.municipal-covers { 
  display: inline-flex; 
  gap: 16px; 
}
.municipal-covers a {
  flex-basis: 240px;
}
.municipal-covers a img { 
  width: 100%;
}


/*pie chart css*/
.chart-section .row .col-md-4.col-sm-6.col-xs-12.col-md-offset-2 { display: inline-block; width: calc(50% - 40px); position: relative; margin: 0px !important; padding: 0px 20px; }
.chart-section.row { display: inline-block; width: 100%; }
.chart-section { display: inline-block; width: 100%; }
.label-descp-chart { display: inline-block; width: 100%; }
.wrap-pie-chart { display: inline-block; width: 100%; }
.wrap-pie-chart h3 { display: inline-block; width: 100%; text-transform: uppercase; text-align: center; }
span.sqaure { width: 20px; height: 20px; display: inline-block; margin-right: 10px; }
.piechart-info { display: flex; align-items: center; justify-content: flex-start; max-width: 300px; margin: 0 auto; width: 100%; }
.chart-section .row { width: 100%; display: flex; align-content: center; justify-content: center; }
.chart { position: relative; max-width: 400px; height: 450px; width: 100%; display: flex; justify-content: center; align-items: center; margin: 0 auto; }
.pieTip { position: absolute; float: left; min-width: 30px; max-width: 300px; padding: 5px 15px; border-radius: 2px; background: rgba(255, 255, 255, .97); color: #444; font-size: 17px; text-shadow: 0 1px 0 #fff; text-transform: uppercase; text-align: center; line-height: 1.3; letter-spacing: .06em; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); -webkit-transform: all .3s; -moz-transform: all .3s; -ms-transform: all .3s; -o-transform: all .3s; transform: all .3s; pointer-events: none; }
.pieTip:after { position: absolute; left: 50%; bottom: -6px; content: ""; height: 0; margin: 0 0 0 -6px; border-right: 5px solid transparent; border-left: 5px solid transparent; border-top: 6px solid rgba(255, 255, 255, .95); line-height: 0; }
.chart path { cursor: pointer; }
.financials-sec .sec-title h1 { font-family: 'Mulish'; font-style: normal; font-weight: 900 !important; font-size: 40px !important; line-height: 36px !important; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; color: #12355F; }
.financials-sec .sec-subtitle p { font-family: 'Mulish'; font-style: normal; font-weight: 600; font-size: 24px; line-height: 36px; text-align: center; color: #000000; }
.financial-inner .wrap-pie-chart h3 { font-family: 'Mulish'; font-style: normal; font-weight: 900 !important; font-size: 20px !important; line-height: 20px !important; text-align: center; letter-spacing: 0.02em; color: #277EB5; text-transform: uppercase; }


.three-col-highlights-sec { width: 100%; display: inline-block; }
.three-col-highlights-sec .sec-title h2 { font-size: 4.0rem !important; line-height: 0.888 !important; text-align: center; text-transform: uppercase; }
.three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner h2 { font-size: 5.6rem !important; line-height: 0.888 !important; }
.three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner p { font-size: 2.4rem; line-height: 1; }
.network-director-sec .sec-title h2 { font-size: 4.0rem !important; line-height: 0.888 !important; text-align: center; text-transform: uppercase; }
.network-director-sec .right-contain p { font-size: 2.4rem; line-height: 1.5; }
.network-director-sec .read-more-link a { color: #277EB6 !important;text-decoration: none; font-size: 2.4rem; line-height: 1.5; display: inline-block; width: auto; }
.two-col-thumbnail-sec .sec-title h2 { font-size: 4.0rem !important; line-height: 0.888 !important; text-align: center; text-transform: uppercase; }
.two-col-thumbnail-sec .blog-list-wrap .et_pb_ajax_pagination_container { width: calc(100% + 32px); margin: 0 -16px; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; }
.two-col-thumbnail-sec .blog-list-wrap .et_pb_ajax_pagination_container article { width: calc(100% / 2 - 32px); margin: 0 16px 50px 16px; display: inline-block; }
.two-col-thumbnail-sec article a.entry-featured-image-url { width: 100%; display: inline-block; margin: 0; }
.two-col-thumbnail-sec article img { width: 100%; display: inline-block; max-width: 100%; object-fit: cover; object-position: center; margin: 0 0 40px 0; height: 440px; }
.two-col-thumbnail-sec article  h2.entry-title { width: 100%; display: inline-block; padding: 0 30px; margin: 0; text-align: center; }
.two-col-thumbnail-sec article h2.entry-title a { font-weight: 900; font-size: 2.4rem; line-height: 1.5;/* or 150% */ text-align: center; letter-spacing: 0.02em; color: #FFFFFF; width: 100%; display: inline-block; transition: 0.3s ease-in-out; }
.two-col-thumbnail-sec article .post-content { width: 100%; display: inline-block; text-align: center; }
.two-col-thumbnail-sec article .post-content a.more-link { width: 100%; display: inline-block; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; font-weight: 900; font-size: 2.0rem; line-height: 1; text-decoration: none; transition: 0.3s ease-in-out; }
.two-col-thumbnail-sec article h2.entry-title a:hover { color: #12355F; }
.two-col-thumbnail-sec article .post-content a.more-link:hover { color:#fff; }
.number-section .sec-title h2 {font-size: 4.0rem !important;line-height: 0.888 !important;text-align: center;text-transform: uppercase;}
.number-section .sec-text p { font-weight: 600;  font-size: 2.4rem !important; line-height: 1.5 !important; }

.number-section .number-col-wrap { width: 100% !important; margin: 0 auto; display: flex; align-items: stretch; justify-content: flex-start; flex-wrap: wrap; }
.number-section .number-col-wrap .et_pb_column { width: calc(100% / 4 - 32px); margin: 0 16px 0 16px; display: inline-block; text-align: center; }
.number-section .number-col-wrap .et_pb_column .number-img img { width: 100%; max-width: 165px; object-fit: contain; object-position: center; margin: 0 0 40px 0; }
.number-section .number-col-wrap .et_pb_column .number-title p { width: 100%; display: inline-block; font-weight: 900; font-size: 3.0rem; line-height: 3.2rem; text-align: center; letter-spacing: 0.02em; text-transform: uppercase; padding: 0 0 40px 0; border-bottom: 1px solid #FFFFFF; }
.number-section .number-col-wrap .et_pb_column .number-title { width: 100%; display: inline-block; text-align: center; }
.number-section .number-col-wrap .et_pb_column .number-count { width: 100%; display: inline-block; text-align: center; padding: 40px 0 0 0; }
.number-section .number-col-wrap .et_pb_column .number-count p { font-weight: 900; font-size: 6.0rem; line-height: 1.2; text-align: center; letter-spacing: 0.02em; }
.number-section .number-col-wrap .et_pb_column .number-label p { font-weight: 600; font-size: 2.4rem; line-height: 1.5;/* or 150% */ text-align: center; }
.number-section .number-col-wrap .et_pb_column .number-label { width: 100%; display: inline-block; text-align: center; padding: 0 0 40px 0; }
.list-section .list-inner-wrap .et_pb_column { width: calc(100% / 3 - 32px); margin: 0 16px; }
.list-section .et_pb_column .green.list-green-title p { width: 100%; display: inline-block; font-weight: 900; font-size: 2.4rem; line-height: 1.5; letter-spacing: 0.02em; }
.list-section .et_pb_column .green.list-green-title { width: 100%; display: inline-block; margin: 10px 0 10px 0; }
.list-section .list-inner-wrap .et_pb_column ul { width: 100%; display: inline-block; padding: 0; margin: 0; }
.list-section .list-inner-wrap .et_pb_column ul li { width: 100%; display: inline-block; margin: 0 0 15px 0; padding: 0; }
.list-section .list-inner-wrap .et_pb_column ul li strong { width: 100%; display: inline-block; font-weight: 800; font-size: 2.0rem; line-height: 1.6; color: #000; }
.list-section .list-inner-wrap .et_pb_column ul li p { width: 100%; display: inline-block; font-weight: 400; font-size: 2.0rem; line-height: 1.6; color: #000; }
.list-section .list-inner-wrap .et_pb_column p { width: 100%; display: inline-block; font-weight: 400; font-size: 2.0rem; line-height: 1.6; color: #000; }
.funding-sec .sec-title h2 { font-size: 4.0rem !important; line-height: 0.888 !important; text-align: center; letter-spacing: 0.02em; }
.funding-sec .sec-text p { font-weight: 600; font-size: 2.4rem !important; line-height: 1.5 !important; }
.funding-inner-wrap .funding-left p, .funding-inner-wrap .funding-right p { font-weight: 600; font-size: 2.4rem !important; line-height: 1.5 !important; }
.footer-wrap { padding: 80px 0 !important; }
.footer-wrap .footer-logo { width: 100%; max-width: 300px; }
.footer-wrap .footer-logo img { width: 100%; display: inline-block; max-width: 300px; object-fit: contain; object-position: center; }
.footer-wrap .footer-info { width: 100%; display: inline-block; }
.footer-wrap .footer-info p, .footer-wrap .footer-info a { font-weight: 400; font-size: 1.6rem !important; line-height: 1.5; color: #fff; text-decoration: none; }
.footer-wrap .footer-social { width: 100%; display: inline-block; margin-bottom: 0 !important; margin-top: 15px; }
.hero-section-wrap .hero-contain { width: 100%; display: inline-block; }
.hero-section-wrap .hero-contain p { font-weight: 900; font-size: 3.2rem; line-height: 2.0; }
.hero-section-wrap .hero-contain h1 { font-weight: 900 !important; font-size: 6.4rem !important; line-height: 1 !important; text-align: center; letter-spacing: 0.01em; }
.header-wrap .header-menu { text-align: right; }
.header-wrap .header-menu .et_pb_menu__menu { width: 100%; }
.header-wrap .header-menu .et_pb_menu__menu nav.et-menu-nav { width: 100%; justify-content: flex-end; }


/* Details Page Css Here */
.page-title-wrap { width: 100%; display: inline-block; }
.page-title-wrap h1 { width: 100%; display: inline-block; padding: 0; font-style: normal; font-weight: 900 !important; font-size: 6.4rem !important; line-height: 1 !important; }
.network-director-sec .right-contain-title h2 { font-weight: 900 !important; font-size: 3.2rem !important; line-height: 1.5 !important; letter-spacing: 0.02em; text-transform: uppercase; }
.quote-sec .quote-contain .quote-text { width: 100%; display: inline-block; padding: 0 0 15px 0; }
.quote-sec .quote-contain .quote-text h2 { font-weight: 600 !important; font-size: 4.0rem !important; line-height: 1.2 !important; }
.quote-sec .quote-contain .quote-details { width: 100%; display: inline-block; font-size: 2.4rem; line-height: 1.5; letter-spacing: 0.02em; }
.quote-sec .quote-contain .quote-details b { font-weight: 900; }
.footer-wrap .footer-info { padding-bottom: 0 !important; font-size: 1.6rem; line-height: 1.5; }


@media(max-width: 1365px){
	.et_pb_section.et_pb_section_1_tb_body.network-director-sec { padding: 60px 0 !important; }
	.network-director-sec .right-contain-title h2 {  font-size: 3.0rem !important;  line-height: 1.5 !important; }
	.header-wrap .et_pb_row--with-menu { margin: 0 !important; padding: 0 20px !important; width: 100%; display: inline-block; max-width: 100%; }
	.header-wrap .header-logo img { width: 180px !important; }
	
    .hero-section-wrap .et_pb_row.et_pb_row_0 { margin-bottom: 0 !important; }
    .hero-section-wrap .hero-contain { padding-top: 250px !important; padding-right: 80px !important; padding-bottom: 80px !important; padding-left: 80px !important; }
    .hero-section-wrap .hero-contain p { font-size: 2.8rem; line-height: 1.6; }
    .hero-section-wrap .hero-contain h1 { font-size: 5.4rem !important; line-height: 1 !important; }
    .three-col-highlights-sec .sec-title { margin: 0 !important; }
    .network-director-sec .et_pb_row.et_pb_row_4 { margin: 0 !important; }
    .network-director-sec .et_pb_row.et_pb_row_5 { margin: 0 !important; }
    .two-col-thumbnail-sec article img { margin: 0 0 20px 0; }
    .two-col-thumbnail-sec article h2.entry-title a { font-size: 2.0rem; }
    .two-col-thumbnail-sec .et_pb_row.et_pb_row_6 { margin: 0 !important; }
    .number-section .et_pb_row.et_pb_row_7 { margin-bottom: 0 !important; }
    .number-section .number-col-wrap .et_pb_column .number-img img { margin: 0 0 30px 0; max-width: 120px; }
    .number-section .number-col-wrap .et_pb_column .number-title p { font-size: 2.4rem; line-height: 2.6rem; padding: 0 0 30px 0; }
    .number-section .number-col-wrap .et_pb_column .number-count { padding: 30px 0 0 0; }
    .number-section .number-col-wrap .et_pb_column .number-count p { font-size: 4.4rem; }
    .number-section .number-col-wrap .et_pb_column .number-label p { font-size: 1.8rem; line-height: 1.5; }
    .number-section .number-col-wrap .et_pb_column .number-label { padding: 0; }
    .funding-sec .et_pb_row.et_pb_row_12 { margin-bottom: 0 !important; }
    footer .et_pb_row_0_tb_footer { margin-bottom: 0 !important; }
}


@media(max-width: 1199px){
	.page-title-wrap h1 { font-weight: 700 !important; font-size: 5rem !important; line-height: 1 !important; }
	.page-title-wrap .et_pb_row { margin-bottom: 0 !important; }
	.network-director-sec .left-image { padding-right: 30px; }
	.network-director-sec .right-contain-title h2 { font-size: 2.4rem !important; line-height: 1.5 !important; }
	.network-director-sec .right-contain p { font-size: 2rem; line-height: 1.5; }
	.network-director-sec .et_pb_row { margin-bottom: 0 !important; }
	.quote-sec .quote-contain .quote-text h2 { font-size: 2.6rem !important; line-height: 1.4 !important; }
	.network_director-template-default .et_pb_row { margin-bottom: 0 !important; }
	
	.hero-section-wrap .hero-contain { padding-top: 220px !important; padding-right: 0 !important; padding-bottom: 80px !important; padding-left: 0 !important; }
    .hero-section-wrap .hero-contain h1 { font-size: 4.4rem !important; line-height: 1 !important; }
    .three-col-highlights-sec .sec-title h2 { font-size: 3.2rem !important; line-height: 0.888 !important; }
    .three-col-highlights-sec img { max-width: 180px; }
    .three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner h2 { font-size: 4.2rem !important; line-height: 0.888 !important; }
    .three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner p { font-size: 2.0rem; }
    .three-col-highlights-sec .et_pb_row { margin-bottom: 0 !important; }
    .network-director-sec .sec-title h2 { font-size: 3.2rem !important; line-height: 0.888 !important; padding: 0; }
    .network-director-sec .read-more-link a { font-size: 2.0rem; line-height: 1.5; }
    .two-col-thumbnail-sec .sec-title h2 { font-size: 3.2rem !important; line-height: 0.888 !important; }
    .two-col-thumbnail-sec article img { height: 300px; }
    .two-col-thumbnail-sec article h2.entry-title a { font-size: 1.8rem; }
    .two-col-thumbnail-sec article h2.entry-title { padding: 0; }
    .two-col-thumbnail-sec { padding-bottom: 0 !important; }
    .number-section .sec-title h2 { font-size: 3.2rem !important; line-height: 0.888 !important; padding: 0; }
    .number-section .sec-text p { font-size: 2.0rem !important; }
    .funding-inner-wrap { margin-bottom: 0 !important; }
    .funding-sec .sec-title h2 { font-size: 3.2rem !important; line-height: 0.888 !important; padding: 0; }
    .funding-sec .sec-text p { font-size: 2.0rem !important; }
    .funding-inner-wrap .funding-left p, .funding-inner-wrap .funding-right p { font-size: 2.0rem !important; }
    .financials-sec .et_pb_row { margin-bottom: 0 !important; }
    .financials-sec .sec-subtitle p { margin: 0; }
    .financials-sec .sec-subtitle .et_pb_text_inner { margin: 0; }
}

@media(max-width: 1024px){
	.header-wrap .header-inner .et_pb_column.et_pb_column_1_2 { width: auto; }
	.header-wrap .header-inner { display: inline-block !important; }
	.header-wrap .header-inner .et_pb_column_1_tb_header { width: calc(100% - 200px) !important; display: inline-block; text-align: right; margin-left: 20px; }
	
}

@media(max-width: 980px){
	.et_pb_section.et_pb_section_1_tb_body.network-director-sec { padding: 0 !important; }
	.et_pb_section_0_tb_body.et_pb_section { padding: 0 !important; }
	.network-director-sec .left-image { padding: 0 0 30px 0; }
	.page-title-wrap h1 { font-weight: 600 !important; font-size: 3.6rem !important; line-height: 1.4 !important; }
	.quote-sec { padding: 0 !important; }
	.footer-wrap { padding: 0 0 !important; }
	.footer-wrap .footer-logo { margin: 0 !important; }
	.footer-wrap .et-last-child { z-index: 9 !important; }
	
	.hero-section-wrap .et_pb_row { padding: 0; }
    .hero-section-wrap .hero-contain h1 { padding: 0; }
    .hero-section-wrap .hero-contain { padding-top: 160px !important; }
    .three-col-highlights-sec .et_pb_row { padding: 0; }
    .three-col-highlights-sec { padding: 50px 0 !important; vertical-align: top; }
    .three-col-highlights-sec .sec-title { padding: 0 !important; }
    .three-col-highlights-sec img { max-width: 150px; }
    .three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner h2 { font-size: 4.0rem !important; line-height: 1 !important; }
    .three-col-highlights-sec .et_pb_column .box-contain .et_pb_text_inner p { line-height: 1.4; font-size: 2.0rem; }
    .three-col-highlights-sec .et_pb_row .et_pb_column.et_pb_column_1_3 { margin: 0 0 30px 0; }
    .three-col-highlights-sec .et_pb_row .et_pb_column.et_pb_column_1_3:last-child { margin-bottom: 0; }
    .three-col-highlights-sec .et_pb_row .box-contain { padding: 0 !important; }
    .network-director-sec { padding: 50px 0 !important; vertical-align: top; }
    .network-director-sec .et_pb_row.et_pb_row_4 { padding: 0 !important; }
    .network-director-sec .et_pb_module.et_pb_text.et_pb_text_9 p { font-size: 1.8rem !important; line-height: 1.5 !important; }
    .network-director-sec .right-contain p { font-size: 1.8rem; line-height: 1.5; }
    .network-director-sec .et_pb_row.et_pb_row_5 { padding-bottom: 0 !important; }
    .network-director-sec .read-more-link a { font-size: 1.8rem; }
    .two-col-thumbnail-sec .et_pb_row.et_pb_row_6 { padding: 0 !important; }
    .two-col-thumbnail-sec .blog-list-wrap .et_pb_ajax_pagination_container article { margin: 0 16px 50px 16px; }
    .two-col-thumbnail-sec article h2.entry-title a { font-weight: bold; }
    .number-section .et_pb_row { padding: 0 !important; }
    .number-section .number-col-wrap .et_pb_column { width: 50%; display: inline-block; margin: 0; }
    .number-section .number-col-wrap { margin: 40px 0 0 0; }
    .number-section .sec-text p { font-size: 1.8rem !important; }
    .list-section { padding: 50px 0 !important; }
    .list-section .list-inner-wrap { padding: 0; }
    .funding-sec .et_pb_row.et_pb_row_12 { padding: 0 !important; }
    .funding-inner-wrap .funding-left, .funding-inner-wrap .funding-right { padding: 30px  0 0 0 !important; }
    .funding-inner-wrap { padding: 0 !important; }
    .funding-inner-wrap .funding-left p, .funding-inner-wrap .funding-right p { font-size: 1.8rem !important; }
    .funding-sec .sec-text p { font-size: 1.8rem !important; }
	
}

@media(max-width:767px){
	.page-title-wrap h1 { text-align: center; }
	.network-director-sec .right-contain-title h2 { font-size: 2rem !important; line-height: 1.4 !important; }
	.network-director-sec .right-contain p { font-size: 1.8rem; line-height: 1.5; }
	.quote-sec .quote-contain .quote-text h2 { font-size: 1.8rem !important; line-height: 1.5 !important; }
	.quote-sec .quote-contain .quote-details { font-size: 1.8rem; line-height: 1.5; }
	.footer-wrap .et_pb_row { flex-wrap: wrap !important; }
	.footer-wrap .et_pb_row .et_pb_column { width: 100% !important; display: inline-block; }
	.footer-wrap .et_pb_row .et_pb_column.et_pb_column_empty { display: none !important; }
	.header-wrap .header-inner .et_pb_column.et_pb_column_1_2 { width: 100% !important; display: inline-block; margin: 0; padding: 0; text-align: center; }
	.header-wrap .header-inner .header-menu { text-align: center; padding: 20px 0 0 0 !important; }
	.header-wrap .header-menu .et_pb_menu__menu nav.et-menu-nav { justify-content: center; }
	.header-wrap .header-inner .header-logo { text-align: center; }
	.footer-wrap .footer-logo img { width: 100%; max-width: 200px; object-fit: contain; object-position: center; }
	.footer-wrap .footer-logo{ margin: 0 0 15px 0 !important; }
	
	.et_pb_menu .et_pb_menu__menu>nav>ul { justify-content: center; }
    .hero-section-wrap .hero-contain { padding-top: 200px !important; padding-bottom: 0 !important; }
    .hero-section-wrap .hero-contain p { font-size: 2.4rem; line-height: 1.6; }
    .hero-section-wrap .hero-contain h1 { font-size: 2.4rem !important; line-height: 1.3 !important; }
    .three-col-highlights-sec .sec-title h2 { font-size: 2.4rem !important; line-height: 1.3 !important;  padding-bottom: 0 !important; }
    .three-col-highlights-sec .et_pb_row .box-contain { padding-bottom: 30px !important; }
    .three-col-highlights-sec .et_pb_row_3.et_pb_row, .three-col-highlights-sec .et_pb_row_2.et_pb_row { padding: 0 !important; }
    .three-col-highlights-sec .sec-title { padding-bottom: 30px !important; }
    .three-col-highlights-sec .et_pb_row .et_pb_column.et_pb_column_1_3 .et_pb_image_1 { padding: 0; }
    .three-col-highlights-sec { padding: 50px 0 20px 0 !important; }
    .network-director-sec .sec-title h2 { font-size: 2.4rem !important; line-height: 1.3 !important; }
    .two-col-thumbnail-sec .sec-title h2 { font-size: 2.4rem !important; line-height: 1.3 !important; padding: 0; }
    .two-col-thumbnail-sec .blog-list-wrap .et_pb_ajax_pagination_container article { width: 100%; margin: 0 0 30px 0; }
    .two-col-thumbnail-sec .blog-list-wrap .et_pb_ajax_pagination_container { width: 100%; margin: 0; }
    .two-col-thumbnail-sec article img { height: auto; }
    .number-section .sec-title h2 { font-size: 2.4rem !important; line-height: 1.3 !important; padding: 0; }
    .number-section .number-col-wrap .et_pb_column { width: 100% !important; padding: 0 0 30px 0 !important; margin: 0 0 30px 0 !important; border-bottom: 1px solid #fff; }
    .number-section .number-col-wrap .et_pb_column .number-title p { border-bottom: 0; padding: 0; }
    .number-section .number-col-wrap .et_pb_column:last-child { padding: 0 !important; margin: 0 !important; border: 0; }
    .number-section .number-col-wrap { margin: 40px 0 0 0 !important; }
    .list-section .et_pb_column .green.list-green-title { margin-top: 0 !important; }
    .funding-sec .sec-title h2 { font-size: 2.4rem !important; line-height: 1.3 !important; padding: 0; }
    .list-section .list-inner-wrap .et_pb_column { width: 100%; margin: 0; }
    .chart-section .row .col-md-4.col-sm-6.col-xs-12.col-md-offset-2 { width: 100% !important; padding: 0 0 40px 0; }
    .chart-section .row { flex-wrap: wrap; }
    .financials-sec .et_pb_row { padding: 0; }
    .chart-section .row .col-md-4.col-sm-6.col-xs-12.col-md-offset-2:last-child { padding: 0; }
    .financials-sec .sec-subtitle p { font-size: 20px; line-height: 30px; }
    .financials-sec .sec-title h1 { font-size: 2.4rem !important; line-height: 1.3 !important; }
}

@media(max-width:479px){ 
	.footer-wrap { padding: 50px 0 50px 0 !important; }
	.footer-wrap .footer-logo{ margin: 0 !important; }
}


/* --------- NEW CSS ==> 19-11-2024 ---------*/

.help-form { width: 100%; display: inline-block; }
.help-form .wrap-three-col { width: 100%; display: flex; gap: 32px; align-items: flex-start; justify-content: space-between; margin: 0 0 16px; }
.help-form .wrap-three-col > div { width: auto; display: inline-block; margin: 0; }
.help-form .wrap-three-col > div label { display: inline-block; width: 100%; margin: 0 0 8px; color: #12355F; font-size: 20px; font-weight: 700; line-height: 32px; text-align: left; }
.help-form .wrap-three-col > div input { width: 100%; display: inline-block; border: 1px solid #12355F; padding: 15px 16px; font-size: 20px; font-weight: 400; line-height: 32px; height: auto; }
.help-form .note-field { width: 100%; display: inline-block; }
.help-form .note-field label { display: inline-block; width: 100%; margin: 0 0 8px; color: #12355F; font-size: 20px; font-weight: 700; line-height: 32px; text-align: left; }
.help-form .note-field textarea { width: 100%; display: inline-block; border: 1px solid #12355F; padding: 16px; font-size: 20px; font-weight: 400; line-height: 32px; height: 128px; }
.help-form input[type="submit"] { width: auto; display: inline-block; margin: 40px 0 0 !important; padding: 22px 80px !important; letter-spacing: 0.02em; text-align: center; }

.col-wrap { width: 100%; display: flex; justify-content: flex-start; align-items: stretch; column-gap: 32px; row-gap: 64px; flex-wrap: wrap; margin: 32px 0 0; }
.col-wrap .col { width: calc(100% / 3 - 22px); display: flex; flex-direction: column; justify-content: space-between; margin: 0; border: 1px solid #D4E5F0; background: #F1F6EC; padding: 24px; line-height: 0; }
.col-wrap .col .col-top { width: 100%; display: inline-block; }
.col-wrap .col .title { width: 100%; display: inline-block; margin: 0 0 8px; color: #5173AD; font-size: 24px; font-weight: 800; line-height: 24px; letter-spacing: -0.01em; }
.col-wrap .col .date-time { width: 100%; display: inline-block; }
.col-wrap .col .date-time span { width: 100%; display: inline-block; font-size: 16px; font-weight: 700; line-height: 24px; color: #12355F; }
.col-wrap .col .org-name { width: 100%; display: inline-block; margin: 16px 0 0; border-top: 1px solid #D4E5F0; padding: 16px 0 0; }
.col-wrap .col .org-name span { width: 100%; display: inline-block; color: #12355F; font-size: 20px; font-weight: 700; line-height: 32px; text-align: left; }
.col-wrap .col .description { width: 100%; display: inline-block; }
.col-wrap .col .description p { width: 100%; display: inline-block; font-size: 20px; font-weight: 400; line-height: 32px; color: #12355F; }
.col-wrap .col .user-type { width: 100%; display: flex; align-items: flex-start; flex-wrap: wrap; justify-content: flex-start; margin: 24px 0 0; gap: 8px; }
.col-wrap .col .user-type .type-name { width: auto; display: inline-block; padding: 4px 16px; border-radius: 14px; border: 1px solid #779D46; font-size: 16px; font-weight: 400; line-height: 20px; color: #12355F; text-decoration: none; }
.col-wrap .col .user-type .type-name:nth-child(2) { border: 1px solid #E8AD1B; }
.col-wrap .col .user-type .type-name:nth-child(3) { border: 1px solid #D96124; }
.col-wrap .col .support-type { width: 100%; display: inline-block; margin: 24px 0 0; font-size: 16px; line-height: 24px; color: #12355F; }
.col-wrap .col .support-type strong { width: auto; display: inline-block; }
.col-wrap .col .support-type p { width: auto; display: inline; }
.col-wrap .col .language { width: 100%; display: inline-block; margin: 24px 0 0; font-size: 16px; line-height: 24px; color: #12355F; }
.col-wrap .col .language strong { width: auto; display: inline-block; }
.col-wrap .col .language p { width: auto; display: inline; }
.col-wrap .col .icon-title { width: 100%; display: inline-block; margin: 24px 0 0; }
.col-wrap .col .icon-title .cols { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin: 0 0 8px; }
.col-wrap .col .icon-title .cols:last-child { margin: 0; }
.col-wrap .col .icon-title .cols svg { width: 24px; height: 24px; display: inline-block; }
.col-wrap .col .icon-title .cols span { width: auto; display: inline-block; font-size: 16px; font-weight: 400; line-height: 20px; color: #12355F; }
.col-wrap .col .cta { width: 100%; display: inline-block; text-align: center; margin: 24px 0 0; }
.col-wrap .col .cta a { width: auto; display: inline-block; background: #12355F; color: #fff; padding: 12px 40px; font-size: 16px; font-weight: 800; line-height: 24px; letter-spacing: 0.02em; text-align: center; text-decoration: none; text-transform: uppercase; }

.filter-wrap { width: 100%; display: inline-block; margin: 32px 0 0; padding: 0 40px; }
.filter-wrap .top { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 32px; margin: 0 0 16px; }
.filter-wrap .top .left { width: 30%; display: inline-block; margin: 0; }
.filter-wrap .top span { width: 100%; display: inline-block; font-size: 24px; font-weight: 900; line-height: 36px; letter-spacing: 0.02em; color: #fff; }
.filter-wrap .top .right { width: 70%; display: inline-block; margin: 0; }
.filter-wrap .from-wrap { width: 100%; display: inline-block; }
.filter-wrap .from-wrap form { width: 100%; display: flex; align-items: stretch; justify-content: flex-start; gap: 32px; flex-wrap: wrap; }
.filter-wrap .from-wrap form .form-top { width: 100%; display: flex; align-items: stretch; justify-content: flex-start; gap: 32px; }
.filter-wrap .from-wrap form .left { width: 30%; display: inline-block; margin: 0; background: #5173AD; padding: 32px; }
.filter-wrap .from-wrap form .form-top .mobile-title { display: none; }
.filter-wrap .from-wrap form .left .radio-box { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin: 0 0 16px; }
.filter-wrap .from-wrap form .left .radio-box:last-child { margin: 0; }
.filter-wrap .from-wrap form .left .radio-box input[type="radio"] { margin: 0; width: 24px; height: 24px; min-width: 24px; background: #5175ab; appearance: none; border: 1px solid #fff; border-radius: 100%; position: relative; cursor: pointer; }
.filter-wrap .from-wrap form .left .radio-box label { width: auto; display: inline-block; font-size: 20px; font-weight: 400; line-height: 32px; color: #fff; }
.filter-wrap .from-wrap form .left .radio-box input[type="radio"]:checked:after { background: #fff; width: 13px; height: 13px; content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); border-radius: 100%; }
.filter-wrap .from-wrap form .right { width: 70%; display: flex; align-items: stretch; justify-content: flex-start; gap: 32px; margin: 0; background: #5173AD; padding: 32px; }
.filter-wrap .from-wrap form .right .col-left { width: 30%; display: inline-block; margin: 0; }
.filter-wrap .from-wrap form .right .col-right { width: 70%; display: inline-block; margin: 0; }
.filter-wrap .from-wrap form .right .check-box { width: 100%; display: flex; align-items: center; justify-content: flex-start; gap: 8px; margin: 0 0 16px; }
.filter-wrap .from-wrap form .right .check-box:last-child { margin: 0; }
.filter-wrap .from-wrap form .right .check-box input[type="checkbox"] { margin: 0; width: 24px; height: 24px; background: #fff; appearance: none; border: 1px solid #12355F; position: relative; cursor: pointer; }
.filter-wrap .from-wrap form .right .check-box input[type="checkbox"]:checked:after { content: ""; display: block; position: absolute; top: 2px; left: 7px; width: 5px; height: 11px; border: solid #5175ab; border-width: 0 3px 3px 0; transform: rotate(45deg); }
.filter-wrap .from-wrap form .right .check-box label { width: auto; display: inline-block; font-size: 20px; font-weight: 400; line-height: 32px; color: #fff; }
.filter-wrap .from-wrap form .btn { width: 100%; display: inline-block; text-align: center; }
.filter-wrap .from-wrap form .btn input[type="submit"] { width: auto; display: inline-block; background: #D96124; color: #fff; padding: 22px 110px; font-size: 20px; font-weight: 800; line-height: 20px; letter-spacing: 0.02em; text-align: center; border: none; cursor: pointer; box-shadow: none; }
.filter-wrap .from-wrap form .right .check-box label { width: calc(100% - 32px); }
.select2-container .select2-selection--multiple li.select2-search.select2-search--inline {
    margin: 0;
}
span.select2-selection.select2-selection--multiple {
    line-height: 0;
    border: 1px solid #12355f;
}
ul.select2-selection__rendered {
    padding: 18px 16px !important;
}


.filter-wrap .from-wrap form  input[type="checkbox"] {
    margin: 0;
    width: 24px;
    height: 24px;
    background: #fff;
    appearance: none;
    border: 1px solid #12355F;
    position: relative;
    cursor: pointer;
}

.filter-wrap .from-wrap form  input[type="checkbox"]:checked:after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 7px;
    width: 5px;
    height: 11px;
    border: solid #5175ab;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

@media (max-width:1080px) {
  .filter-wrap .top .left { width: 35%; }
  .filter-wrap .top .right { width: 65%; }
  .filter-wrap .from-wrap form .left { width: 35%; }
  .filter-wrap .from-wrap form .right { flex-wrap: wrap; gap: 16px; width: 65%; }
  .filter-wrap .from-wrap form .right .col-left { width: 100%; }
  .filter-wrap .from-wrap form .right .col-right { width: 100%; }
}
@media (max-width:991px) {
  .col-wrap .col { width: calc(100% / 2 - 16px); }
  .col-wrap { row-gap: 32px; }
  .filter-wrap .from-wrap form .left { padding: 24px; }
  .filter-wrap .from-wrap form .right { padding: 24px; }
  .filter-wrap .from-wrap form .left .radio-box label { font-size: 18px; }
  .filter-wrap .from-wrap form .right .check-box label { font-size: 18px; }
}
@media (max-width:767px) {
  .help-form .wrap-three-col { flex-wrap: wrap; gap: 16px; }
  .help-form .wrap-three-col > div { width: 100%; }
  .help-form .wrap-three-col > div input { font-size: 18px; line-height: 20px; padding: 10px 12px; }
  .help-form input[type="submit"] { padding: 18px 70px !important; font-size: 18px !important; margin: 30px 0 0 !important; }
  .help-form .wrap-three-col > div label { font-size: 18px; margin: 0; }
  .help-form .note-field label { margin: 0; font-size: 18px; }
  .col-wrap .col { width: 100%; }
  .col-wrap .col .title { font-size: 22px; }
  .col-wrap .col .description p { font-size: 18px; line-height: 28px; }
  .filter-wrap .from-wrap form .form-top { flex-wrap: wrap; }
  .filter-wrap .from-wrap form .left { width: 100%; }
  .filter-wrap .from-wrap form .right { width: 100%; margin: -16px 0 0; }
  .filter-wrap .top { flex-wrap: wrap; }
  .filter-wrap .top .left { width: 100%; }
  .filter-wrap .top .right { display: none; }
  .filter-wrap .from-wrap form .form-top .mobile-title { width: 100%; display: inline-block; }
  .filter-wrap .from-wrap form .form-top .mobile-title span { width: 100%; display: inline-block; font-size: 24px; font-weight: 900; line-height: 36px; letter-spacing: 0.02em; color: #fff; }
  .filter-wrap .from-wrap form .btn input[type="submit"] { padding: 18px 90px; font-size: 18px; }
  .filter-wrap { padding: 0 ; }
}

.et_pb_preload .et_pb_section_video_bg, .et_pb_preload>div {
  visibility: visible;
}

/* **************** */
/* Business Support */
.wpcf7-form-control-wrap:has(> .multiSelect_dropdown) { display: block; } /* Menu width collapses to 0 in Safari & Firefox when inside an inline element. */
.multiSelect { position: relative; }
.multiSelect_dropdown { font-size: 14px; line-height: 35px; border-radius: 4px; box-shadow: none; outline: none; background-color: #fff; color: #444f5b; font-weight: 400; padding: 16px 30px 16px 16px; margin: 0; transition: .1s border-color ease-in-out; cursor: pointer; min-height: 64px; border: 1px solid #12355f; display: flex; align-items: center; cursor: default; gap: 10px; flex-wrap: wrap; }
.multiSelect_arrow::before, .multiSelect_arrow::after { content: ''; position: absolute; display: block; width: 2px; height: 8px; border-radius: 20px; border-bottom: 8px solid #12355f; top: 40%; transition: all .15s ease; }
.multiSelect_arrow::before { right: 14px; top: 40%; -webkit-transform: rotate(-130deg); transform: rotate(-130deg); }
.multiSelect_arrow::after { right: 14px; -webkit-transform: rotate(130deg); transform: rotate(130deg); }
.multiSelect_list { margin: 0; margin-bottom: 25px; padding: 0; list-style: none; opacity: 0; visibility: hidden; position: absolute; max-height: calc(10 * 31px); top: 28px; left: 0; z-index: 9999; right: 0; background: #fff; border-radius: 4px; overflow-x: hidden; overflow-y: auto; -webkit-transform-origin: 0 0; transform-origin: 0 0; transition: opacity 0.1s ease, visibility 0.1s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); transition: opacity 0.1s ease, visibility 0.1s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.12); }
.multiSelect_option { margin: 0; padding: 0; opacity: 0; transition: all .15s ease; }
.multiSelect_option.-selected { display: none; }
.multiSelect_option:hover .multiSelect_text { color: #000018; background: #f1f6ec; text-decoration: none; }
.multiSelect_text { cursor: pointer; display: block; padding: 7px 12px; font-size: 20px; text-decoration: none; outline: none; line-height: 25px; position: relative; transition: all .15s ease; color: #000; }
.multiSelect_list.-open {width: 100%; opacity: 1; visibility: visible; transition: opacity 0.15s ease, visibility 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); transition: opacity 0.15s ease, visibility 0.15s ease, transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32), -webkit-transform 0.15s cubic-bezier(0.4, 0.6, 0.5, 1.32); padding: 0; list-style-type: none; margin: 0; box-shadow: none; /*border: none;*/  }
.multiSelect_list.-open + .multiSelect_arrow::before { -webkit-transform: rotate(-50deg); transform: rotate(-50deg); }
.multiSelect_list.-open + .multiSelect_arrow::after { -webkit-transform: rotate(50deg); transform: rotate(50deg); }
.multiSelect_list.-open .multiSelect_option { opacity: 1; }
.multiSelect_choice { background: rgb(241 246 236); color: #000010; padding: 4px 8px; line-height: 17px; margin: 0; font-size: 18px; border-radius: 30px; cursor: pointer; font-weight: 500; text-align: center; line-height: 18px; width: fit-content; min-width: unset; display: flex; align-items: center; gap: 7px; font-family: 'mulish', sans-serif; }
.multiSelect_deselect { width: 12px; height: 12px; display: inline-block; stroke: #000010; stroke-width: 4px; margin-top: -1px; margin-left: 2px; vertical-align: middle; position: relative; }
.multiSelect_noselections { text-align: center; padding: 7px; color: #B2BAC5; font-weight: 450; margin: 0; }
ul.multiSelect_list { width: 100%; max-width: 100%; top: 100% !important; }
ul.multiSelect_list li:first-child { padding-top: 16px }
ul.multiSelect_list li:last-child { padding-bottom: 16px }
.multiSelect_dropdown.-open span.placeholder,.multiSelect_dropdown.-hasValue span.placeholder {
    display: none;
}
.multiSelect_dropdown span.placeholder {
    font-size: 18px;
    line-height: 20px;
    color: #aaaaaa;
}
ul.multiSelect_list {transition: unset !important;}




.hide-items {
	display: none;
}
.live-bill-tracking a.h3
{
	display: block; 
	font-size: 2.5rem; 
	border: none; 
	padding: 15px 0; 
	cursor: pointer; 
}
.live-bill-tracking a.h3.leaveout
{
	display: none !important;
}
.live-bill-tracking a.h3:hover{
	text-decoration: none; 
}
.live-bill-tracking h5
{
	font-style: italic;
	font-weight: normal;
}
.live-bill-tracking .h3.orange, 
.live-bill-tracking .h3.red,
.live-bill-tracking .h3.blue,
.live-bill-tracking .h3.purple,
.live-bill-tracking .h3.green,
.live-bill-tracking h4.red,
.live-bill-tracking h4.blue,
.live-bill-tracking h4.purple,
.live-bill-tracking h4.green,
.live-bill-tracking h4.orange
{
	background: transparent;
}
.live-bill-tracking .h3
{
	text-transform: uppercase; 
}
.live-bill-tracking .h3.red,
.live-bill-tracking h4.red
{
	color: #a82c33; 
}
.live-bill-tracking .h3.orange, 
.live-bill-tracking h4.orange
{
	color: #e69e1f;
}
.live-bill-tracking .h3.purple,
.live-bill-tracking h4.purple
{
	color: #30305D;
}
.live-bill-tracking .h3.blue,
.live-bill-tracking h4.blue
{
	color: #5173ad; 
}
.live-bill-tracking .h3.green,
.live-bill-tracking h4.green
{
	color: green; 
}

.live-bill-tracking a.h3 {text-decoration: none;}


/* Temporary 4/9/2024. To be added to Style.css */
.et_pb_menu__search-button:after { background-image: url(https://rifoodcouncil.org/wp-content/uploads/2022/08/Magnifying-Glass-Dark.png); }
body.home div.et_builder_inner_content:not(.has_et_pb_sticky) div.et_pb_sticky_module:not(.mega-menu-is-open) .et_pb_menu__search-button:after
{ background-image: url('https://rifoodcouncil.org/wp-content/uploads/2022/08/Magnifying-Glass-white.png'); }

/* ------- 10 Oct --------- */
/*Business Support Page css*/
.business-form-sec {
	padding: 96px 112px !important;
	margin-bottom: 65px;
}


.business-form-sec form.wpcf7-form label {
	font-weight: 700;
	margin: 0 0 8px;
}

.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select {
	height: 64px;
	padding: 16px;
}
.business-form-sec form.wpcf7-form textarea{	height: 100px;
	padding: 16px;}
.business-form-sec form input.wpcf7-form-control.wpcf7-text.event-resource::placeholder {
	color: #12355F;
}

.business-form-sec form ::placeholder {
	color: #AAAAAA;
	font-size: 20px;
}

.business-form-sec form select {
	color: #aaaaaa;
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.business-form-sec form hr {
	margin: 56px 0;
	padding: 0;
	border: 1px solid #277BB0;
}

.business-form-sec form .acc-p>p{
	font-size: 22px;
	font-weight: 900;
	line-height: 32px;
	letter-spacing: 0.02em;
}
.business-form-sec form .title.acc-p{
	margin-bottom: 8px;	
}

.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
	width: calc(100% / 3);
	line-height: 1;
	padding: 0;
	margin: 0;
}

.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item label {
	line-height: 0;
}

.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox{
	row-gap: 16px;
}

.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
	font-size: 20px;
	font-weight: 400;
	line-height: 32px;
}

.business-form-sec form.wpcf7-form span.wpcf7-list-item-label::before {
	border: 1px solid #12355F;
	padding: 10px;
	margin-top: 0;
	border-radius: 0;
}

.business-form-sec form.wpcf7-form input[type=checkbox]:checked + span.wpcf7-list-item-label:after {
	top: 7px;
	left: 7px;
}

.business-form-sec form .form-radio-button>p{
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.business-form-sec form .form-radio-button>p>label{
	margin: 0;
}

.business-form-sec form.wpcf7-form .form-radio-button span.wpcf7-list-item{
	margin: 0;
}

.business-form-sec form.wpcf7-form .form-radio-button span.wpcf7-form-control.wpcf7-radio{
	display: flex;
	align-items: center;
	gap: 24px;
}

.business-form-sec form.wpcf7-form .form-radio-button span.wpcf7-form-control.wpcf7-radio label{
	margin: 0;
	display: flex;
	align-items: center;
}

.business-form-sec form.wpcf7-form .form-radio-button .wpcf7-list-item-label:before,.business-form-sec form.wpcf7-form .form-radio-button .wpcf7-list-item-label:after{
	content: none;
}

.business-form-sec form.wpcf7-form .form-radio-button label span.wpcf7-list-item-label{
	font-size: 20px;
	font-weight: 400;
	line-height: 0;
}
.business-form-sec form.wpcf7-form .form-radio-button label input[type=radio]{
	height: 26px;
	width: 24px;
	margin-right: 5px;
}
.business-form-sec form.wpcf7-form .timing .date-wrap {
	display: flex;
	align-items: center;
	gap: 16px;
}

.business-form-sec form.wpcf7-form .timing .date-wrap .start-date,
.business-form-sec form.wpcf7-form .timing .date-wrap .end-date{
	width: 31%;
	max-width: 304px;
}

.business-form-sec form.wpcf7-form .timing .date-wrap .start-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date,
.business-form-sec form.wpcf7-form .timing .date-wrap .end-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date{
	height: 64px;
	padding: 16px;
	width: 100%;
	border: 1px solid #12355F;
}

.business-form-sec form.wpcf7-form .timing .timing-sec {
	display: flex;
	gap: 16px;
	align-items: center;
	margin-top: 5px;
}

.business-form-sec form.wpcf7-form .contact-info .con-det {
	display: flex;
	gap: 16px;
	align-items: center;
}

.business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
	width: 100%;
	padding: 16px;
	height: 64px;
	border: 1px solid #12355F;
}

.business-form-sec form.wpcf7-form input[type="submit"] {
	padding: 22px 80px;
	margin: 0;
}
.business-form-sec form.wpcf7-form input[type="radio"] {
	accent-color: #111C55;
}
.business-form-sec form.wpcf7-form input[type="radio"]:hover, .business-form-sec form.wpcf7-form input[type="radio"]:focus {
	accent-color: #111C55;
}
.business-form-sec form.wpcf7-form input[type="radio"]:checked {
	accent-color: #111C55;
}

@media(max-width: 1344px) {
	.business-form-sec {
		max-width: 1024px;
		padding: 85px 95px !important;
	}

	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 60px;
	}

	.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select,.business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
		height: 56px;
	}
	.business-form-sec form.wpcf7-form textarea{	height: 100px;
	padding: 16px;}
	.business-form-sec form hr {
		margin: 48px 0;
	}
	.business-form-sec form ::placeholder, .business-form-sec form select {
		font-size: 20px;
		line-height: 1.4;
	}
	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
		font-size: 20px;
		line-height: 1.4;
	} 
	.business-form-sec form.wpcf7-form input[type=checkbox]:checked+span.wpcf7-list-item-label:after {
		top: 5px;
	}
}

@media(max-width: 1080px) {
	.business-form-sec {
		max-width: 991px;
		padding: 75px 82px !important;
		width: 90% !important;
	}
	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 50px;
	}
	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
		font-size: 15px;
		line-height: 24px;
	} 
	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 50px;
	}
	.business-form-sec form.wpcf7-form input[type=checkbox]:checked+span.wpcf7-list-item-label:after {
		top: 3px;
	}
	.business-form-sec form.wpcf7-form input[type="submit"] {
		padding: 19px 65px;
		font-size: 20px;
	}
	.business-form-sec form hr {
		margin: 40px 0;
	}
	.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select , .business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
		height: 48px;
		padding: 10px;
	}
	.business-form-sec form.wpcf7-form textarea{	height: 100px;
	padding: 16px;}
	.business-form-sec form ::placeholder, .business-form-sec form select {
		font-size: 20px;
		line-height: 1.4px;
	}
	.pt32 {
		padding-top: 26px !important;
	}
	.business-form-sec form.wpcf7-form .timing .date-wrap .start-date, .business-form-sec form.wpcf7-form .timing .date-wrap .end-date {
		width: 39%;
	}

	.business-form-sec form .acc-p>p {
		font-size: 20px;
		line-height: 1.4px;
	}
}
@media(max-width:850px) {
	form.wpcf7-form label {
		font-size: 20px;
	}
	.business-form-sec form.wpcf7-form .form-radio-button label input[type=radio] {
		margin-left: 0;
	}
	.business-form-sec form .form-radio-button>p {
		gap: 10px;
		align-items: start;
		flex-wrap: nowrap;
		flex-direction: column;
	}
	.business-form-sec form .form-radio-button>p br {
		display: none;
	}
	.business-form-sec form.wpcf7-form .form-radio-button label input[type=radio] {
		height: 20px;
		width: 20px;
	}
}
@media(max-width:768px) {
	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 37px;
	}
	.business-form-sec {
		padding: 60px 82px !important;
	}
	.business-form-sec {
		padding: 53px 72px !important;
	}
	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
		width: calc(100% / 2);
	}
	.business-form-sec form hr {
		margin: 28px 0;
	}
	.pt32 {
		padding-top: 20px !important;
	}
	.business-form-sec form.wpcf7-form .timing .date-wrap .start-date, .business-form-sec form.wpcf7-form .timing .date-wrap .end-date {
		width: 46%;
	}
	.business-form-sec form.wpcf7-form input[type="submit"] {
		padding: 17px 55px;
		font-size: 20px;
	}
	.business-form-sec form .form-radio-button>p {
		row-gap: 8px;
		column-gap: 30px;
	}
}
@media(max-width:560px) {
	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 26px;
	}
	.business-form-sec {
		padding: 47px 72px !important;
	}
	.pt32 {
		padding-top: 16px !important;
	}
	.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select,.business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
		height: 43px;
		padding: 7px;
	}
	.business-form-sec form.wpcf7-form textarea{	height: 100px;
	padding: 16px;}
	.business-form-sec form ::placeholder, .business-form-sec form select {
		font-size: 13px;
		line-height: 15px;
	}
	.business-form-sec form .acc-p>p {
		font-size: 20px;
		line-height: 1.4px;
	}
	.business-form-sec form.wpcf7-form .timing .timing-sec,.business-form-sec form.wpcf7-form .contact-info .con-det {
		flex-wrap: wrap;
	}

	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item {
		width: calc(100% / 1);
	}
	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox {
		row-gap: 10px;
	}
	.business-form-sec form.wpcf7-form input[type="submit"] {
		padding: 15px 48px;
		font-size: 15px;
	}
	.business-form-sec form.wpcf7-form .timing .date-wrap {
		gap: 10px;
		flex-wrap: wrap;
	}
	.business-form-sec form.wpcf7-form .timing .date-wrap .start-date, .business-form-sec form.wpcf7-form .timing .date-wrap .end-date {
		width: 100%;
	}
	.business-form-sec form.wpcf7-form .form-radio-button label input[type=radio] {
		height: 16px;
		width: 16px;
	}
	.business-form-sec form.wpcf7-form span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item span.wpcf7-list-item-label {
		font-size: 14px;
		line-height: 22px;
	}
	.business-form-sec form.wpcf7-form span.wpcf7-list-item-label::before {
		padding: 8px;
		margin-right: 8px;
	}
}

@media (max-width: 420px) {
	.business-form-sec .et_pb_column.et_pb_column_4_4.et_pb_column_2.et_pb_css_mix_blend_mode_passthrough.et-last-child {
		padding: 0 15px;
	}
}

.f3236  p { font-size: 3rem !important; line-height: 1.2 !important; }
.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select, .business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
    font-size: 20px;
    color: #000;
}

.business-form-sec form.wpcf7-form .timing .date-wrap .start-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date, .business-form-sec form.wpcf7-form .timing .date-wrap .end-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    font-size: 20px;
}

  @media (max-width: 500px) {
.business-form-sec form.wpcf7-form .timing .date-wrap .start-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date, .business-form-sec form.wpcf7-form .timing .date-wrap .end-date input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    font-size: 20px;
}
.business-form-sec form.wpcf7-form input.text, .business-form-sec input.title, .business-form-sec form.wpcf7-form input[type=email], .business-form-sec form.wpcf7-form input[type=password], .business-form-sec form.wpcf7-form input[type=tel], .business-form-sec form.wpcf7-form input[type=text], .business-form-sec form.wpcf7-form select, .business-form-sec form.wpcf7-form .event-link input.wpcf7-form-control.wpcf7-url.wpcf7-text.wpcf7-validates-as-url {
    font-size: 14px;
}
}
@media(max-width:991px){
	.f3236  p { font-size: 2rem !important; line-height: 1 !important; }
}

.pagination { margin-top: 64px; display: flex; align-items: center; justify-content: center; gap: 16px; }
.pagination .page-numbers { font-family: 'Mulish'; font-size: 20px; font-weight: 800; line-height: 20px; letter-spacing: 0.02em; text-decoration: none; padding: 12px 32px; border: 1px solid #D4E5F0; }
.pagination  span.page-numbers.current { background-color: #12355F; color: #ffff; }
.pagination .next.page-numbers { padding: 0; border: unset; padding-left: 16px; }
.pagination .prev.page-numbers { padding: 0; border: unset; padding-right: 16px; }
@media(max-width:767px) {
    .pagination .page-numbers { padding: 12px 20px; }
    .pagination .next.page-numbers { padding-left: 10px; }
    .pagination .prev.page-numbers { padding-right: 10px; }
}
@media(max-width:600px) {
    .pagination { gap: 12px; margin-top: 45px; }
    .pagination .page-numbers { padding: 4px 12px; }
    .pagination .next.page-numbers { padding-left: 0; }
    .pagination .prev.page-numbers { padding-right: 0; }
    .pagination .page-numbers { font-size: 16px; line-height: 20px; }
}
@media(max-width:380px) {
    .pagination { gap: 6px; }
    .pagination .page-numbers { padding: 4px 8px; } 
    .pagination .page-numbers { font-size: 16px; line-height: 20px; }
}

.multiSelect_list.-open { outline: 3px solid #277EB5; }


/*
 * Resources Page Updates - 2025
 */
/* Card styles */
.card { font-family: 'mulish', sans-serif; }
.card-title { font-size: 2.0rem; line-height: 1.3; font-weight: 700; }
.card-subtitle { font-size: 1.6rem; line-height: 1.2; font-weight: 400; }

/* Colors - Duplicate of styles at start of CSS file, but needed after "Card styles" just above. */
.white, .blue, .dark-blue, .green, .yellow, .orange { 
  & a,
  & :is(h1,h2,h3,h4,h5) { color: inherit; }
}
.white { color: #fff; }
.blue { color: #287fb6; }
.dark-blue { color: #12355f; }
.green { color: #779d46; }
.yellow { color: #e8ad1b; }
.orange { color: #c75f2a; }


/* ".page" used to increase specificity due to Divi defaults on the following styles... */
.page {

/* Page: Resources Cards */
.legend-bar {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  margin: 0 0 3.2rem;
  
  :is(dt, dd) { padding: 0; margin: 0; }
  & button { background-color: transparent; border: none; color: inherit; font-size: inherit; font-weight: inherit; margin: 0; padding: 0; text-align: left; } /* Safari browser will not recognize clicks on DD elements so a Button is used. */
  & dt { flex-basis: 100%; font-weight: 700; }
  
  & dd button { cursor: pointer; display: flex; font-weight: 400; gap: 0.8rem; place-items: center; @media (width < 500px) { place-items: start; } }
  & dd button::before { aspect-ratio: 1 / 1; background-color: attr(data-color type(<color>), #ccc); content: ''; height: 3.2rem; width : 3.2rem; }
  & dd button:hover, dd button:focus-visible { cursor: pointer; } /* Used on Legend items for JS Filtering feature */
  & dd button:hover::before, dd button:focus-visible::before { outline: 6px solid #E7AC1A; outline-offset: -6px; } /* Used on Legend items for JS Filtering feature */
  
  /* Fallback for Firefox which does not yet support advanced attr data-color types; as of 7/7/25; */
  & dd button::before { background-color: #CCC; }  
  & dd.bg-green button::before { background-color: #769D46; } 
  & dd.bg-blue button::before { background-color: #277EB5; }
  & dd.bg-red button::before { background-color: #C13430; }
  & dd.bg-org button::before { background-color: #D96124; }
  & dd.bg-ylw button::before { background-color: #E7AC1A; }
}

.resource__recommended-list .column-container { 
  columns: 2; 
  gap: 16px 32px;
  & ul + h3 { margin-top: 48px; }
  & ul { break-inside: avoid; padding-bottom: 0; }
  @media (width < 500px) { 
    columns: 1; 
    & ul + h3 { margin-top: 3.2rem; }
  }
} 

.resource__card-container {
  display: grid;
  gap: 4.8rem 3.2rem;
  grid-template-columns: repeat(4, minmax(200px, 1fr));  
  grid-template-rows: auto;
  grid-auto-rows: auto 1fr;
  justify-content: center;
  list-style: none;
  margin: 0; 
  padding: 0;
  text-box: trim-both cap alphabetic;
  @media (width < 1400px) { grid-template-columns: repeat(3, minmax(200px, 1fr)); }
  @media (width < 900px) { grid-template-columns: repeat(2, minmax(200px, 1fr)); }
  @media (width < 500px) { grid-template-columns: repeat(1, minmax(200px, 1fr)); }
  
  > li { 
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    gap: 0;
    grid-row: span 2;
    grid-template-columns: 1fr;
    grid-template-rows: subgrid;
    margin: 0;
    position: relative;
  }
  
  > li::before {
	  content: "";
	  inset: 0;
	  opacity: 0.33;
	  position: absolute;
	  z-index: 2;
  }
  
  > li > a {
    color: transparent;
    inset: 0;
    outline: 1px solid #eee;
    position: absolute;
	z-index: 4;
  }

  > li > :is(a:hover, a:focus-visible) {
      outline: 6px solid #E7AC1A;
  }

  > li:has(a:hover, a:focus-visible) {
    &::before { opacity: 0; transition: opacity 500ms; }  
    .card-img { filter: saturate(1); outline: 0px; transition: filter 500ms; }   
  }

  .card-img { 
    filter: saturate(0);
    height: 100%;
    inset: 0;
    object-fit: cover;
    outline: 16px solid #eee;
    outline-offset: -16px;
    position: absolute;
    width: 100%;
	z-index: 1; 
  }

  .card-title,
  .card-subtitle { 
    background-color: #ccc;
    color: #fff;
    text-shadow: 1px 1px 2px #0006;
	z-index: 3;
  }
  
  .card-title { 
    grid-row: 1 / 2;
    margin-top: 216px;
    padding: 1.6rem;
  }
  
  .card-subtitle {
    grid-row: 2 / 3;
    margin: 0;
    padding: 0 1.6rem 3.2rem;
  }

  .rifpc-fce { 
  /* Food, Climate & Environment */
    &::before,
    .card-title, 
    .card-subtitle { background-color: #769D46; }
  } 
  .rifpc-policy {  
  /* Policy */
    &::before,
    .card-title, 
    .card-subtitle { background-color: #277EB5; }
  } 
  .rifpc-fans { 
  /* Food Access & Nutrition Security */
    &::before,
    .card-title, 
    .card-subtitle { background-color: #C13430; }
  } 
  .rifpc-fbe { 
  /* Food Business & Economy */
    &::before,
    .card-title, 
    .card-subtitle { background-color: #D96124; }
  }   
  .rifpc-equity { 
  /* Food Business & Economy */
    &::before,
    .card-title, 
    .card-subtitle { background-color: #E7AC1A; }
  }   
} /* END .resource__card-container */


/*
 * Our Work Page Updates - 2025
 */
.programmatic-module__section { 
  padding-block: 0 min(8.8svh, 96px);

  .et_pb_column, 
  .et_pb_row { padding: 0; }

  .programmatic-img { position: relative; }
  .programmatic-img img { display: block; filter: saturate(0); max-height: 200px; max-width: 1312px; mix-blend-mode: luminosity; object-fit: cover; width: 100%; }
  .programmatic-img span { display: block; }
  
  @media (width < 900px) {
    .cta-button { margin-bottom: 3.2rem; }
    .et_pb_column, 
    .et_pb_row { margin: 0; padding: 0; }
  }
}

.our-work__card-container {
  padding-block: 0;
  .et_pb_column { flex: 1 1 30%; padding: 6svh 4.8rem; }
  .et_pb_row { display: flex; flex-direction: row; flex-wrap: wrap; gap: 0; max-width: unset; padding: 0; width: 100%; }
  .our-work__card-row .et_pb_module { margin-inline: auto; max-width: 608px; } /* Limit width of text on wide screens. */

  .heading { color: #fff; }
  .small-banner--row { 
    font-size: 2.4rem;
    line-height: 1.5; 

    .cta-button { margin-inline: 1.6rem; }
    .et_pb_column { padding-block: 3.2rem;}
    .et_pb_text_inner { text-align: center; }
  }
  
  /* Limit width of text on wide screens. */
  /*@media (width >= 900px) {
    :where( .our-work__card-row ) {
        .et_pb_column:nth-of-type(1) > .et_pb_module { margin-left: auto; }
        .et_pb_column:nth-of-type(2) > .et_pb_module { margin-right: auto; } 
        .et_pb_column .et_pb_module { max-width: 608px; }
    }
  }
  */
  @media (width < 900px) {
    .cta-button { margin-top: 1.6rem; } 
    .et_pb_column { flex-basis: 100%; padding-inline: 1.6rem; } 
    .et_pb_row { flex-direction: column; }
  }
}

} /* END: Overwrite or increase specificity due to Divi defaults on the following styles. */