<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --deep-blue: #061c60;
    --very-light-gray: #f5f5f5;
    --pure-white: #ffffff;
    --midnight-navy: #081534;
    --charcoal: #333333;
    --golden-tangerine: #f9a81b;
    --light-grey: #eeeeee;

    --skyline-blue: #009ec1; /* outline */
    --foggy-silver: #e6e8ef; /* background for images */
    --youtube-red: #e83a2a; /* YouTube player icon */
}

html {
    scroll-behavior: smooth;
}

/*body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	/* margin: 0; 
	padding: 0;
	border: 0;
} */

/* Fonts */
.normalFont {
    font-size: 16px;
    font-family: Arial;
}
.largeFont {
    font-size: 18px;
    font-family: Arial;
}
.largestFont {
    font-size: 20px;
    font-family: Arial;
}

/*
.table-row, .news-row {
    border: 2px solid red !important; 
    border-collapse: collapse;
    padding: 10px;
}

a:hover, input:hover, button:hover, select:hover,
a:focus, input:focus, button:focus, select:focus {
  font-weight: bold;
}

*/

p address {
    font-style: normal !important;
}

.subsection {
    padding: 50px 0;
}

.firstsubsection {
    padding-top: 50px;
}

.lastsubsection {
    padding-bottom: 50px;
}

.table-cell-alt2 {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding-top: 20px;
}

.table-cell-alt-small {
    display: table-cell;
    width: auto;
    vertical-align: top;
    padding-top: 0px;
}

.no-margin {
    margin: 0;
}

.table-cell-alt,
.text-box,
.text-box-left {
    display: table-cell;
    width: auto;
    padding: 20px;
    vertical-align: top;
}

.text-box-left {
    padding: 0 1.5rem 1.3rem 0;
    display: table-cell;
    vertical-align: top;
}

.box-left,
.text-box-left-2 {
    padding: 0 3.5rem 1.3rem 0;
    display: table-cell;
    vertical-align: top;
}

.text-box-right {
    display: table-cell;
    width: auto;
    padding: 20px 0 20px 20px;
    vertical-align: top;
    margin-top: 0 !important;
}

.text-box-right {
    padding: 0 1.5rem 0 1.5rem;
    display: table-cell;
    vertical-align: top;
    margin-top: 0 !important;
}

.text-box-right2 {
    padding-left: 10px;
    display: table-cell;
    vertical-align: top;
}

.text-box-right3 {
    padding: 0 1.5rem 0 1.5rem;
    vertical-align: top;
    margin: 0 0 16px 0;
}

.text-box-right4 {
    padding: 0 1.5rem 0 1.5rem;
    vertical-align: top;
    margin: 0 0 40px 0;
}

.table-cell-alt &gt; img {
    width: 280px !important;
}

.table-cell-archives {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 5px 0 5px 15px;
}

.text-box {
    display: table-cell;
    vertical-align: top;
}

.no-style {
    padding-left: 10px !important;
}

.no-style .item {
    list-style-type: none;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body,
p,
ul,
li,
td,
tr,
div {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.2rem;
}

h1 {
    color: #48525b;
    text-align: center;
    font-size: 1.75rem;
    line-height: 2rem;
}

h2 {
    color: var(--deep-blue);
    font-size: 1.35rem;
    line-height: 1.65rem;
}

h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
}

.right h3 {
    font-size: 1.25rem;
    line-height: 1.25rem;
    text-align: right;
}

h4 {
    font-size: 1.1rem;
}

.main-title h4 {
    color: black;
}

/*Global Styles*/

tbody {
    vertical-align: top;
}

body {
    margin-right: auto;
    margin-left: auto;
    line-height: 1;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

tr,
td article {
    margin-bottom: 1.5rem;
}

/* WPS PORTLET */

.wpstablecenter {
    margin-left: auto !important;
    margin-right: auto !important;
}
.wpsPortlet.wpstablecenter {
    margin-top: -20px !important;
}

.wpsPortlet {
    border-top: 1px solid;
    /*border-color: var(--deep-blue);*/
    padding-top: 20px;
    width: 770px;
}

.wpstablecenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpsNoTitlePortlet {
    margin: 4px;
}

.wpsNoTitlePortlet &gt; td {
    vertical-align: top;
}

/* END */

.nuttable {
    display: table;
    text-align: left;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

.table-row,
.table-row-left {
    display: table-row;
    text-align: left;
    margin: 10px 0;
}

.table-cell-2 {
    display: table-cell;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /* 021519 - Modified. Omitted 
 
	padding-bottom: 25px; */
}

.table-cell {
    display: table-cell;
    vertical-align: top;
    width: auto;
    /* 021519 - Modified. Omitted 
 
	padding-bottom: 25px; */
}

.table-cell-archives {
    display: table-cell;
    vertical-align: top;
    width: auto;
    padding: 5px 0 5px 15px;
}

.row,
.item,
.spacer {
    margin-bottom: 1.3rem;
}

.container ul &gt; li {
    font-size: 16px;
    line-height: 1.3rem;

    padding-left: 0;
}

.inline-title-image {
    padding-top: 25px;
    margin: 0;
}

h1.globalNavGrey {
    line-height: 1.5rem;
}
/* SIDE NAVIGATION */
.sideNav {
    font-family: Arial, sans-serif;
    font-size: 18px;
}

.sideNav ul &gt; li,
.table-row-left ul &gt; li,
li.list-item-spaced,
li.list-item {
    margin: 10px 10px 0;
}

.pse,
.nav-sub,
.sideNav-item,
li.sub-list,
.list-item {
    margin-left: 20px !important;
}

.single-row-staff p:nth-child(2) {
    margin: 0 !important;
}

.single-row-staff h4:first-child {
    margin: 3px 0 !important;
}

.none {
    border: none !important;
}

.sideNav &gt; ul {
    text-decoration: none;
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
}

.sideNav &gt; ul &gt; li {
    list-style-type: none;
    margin: 0;
}

.padding-none {
    padding: 0 !important;
}

.padding-top {
    padding-top: 35px;
}

.padding-top
/* TITLES */


#left {
    padding: 4px;
    border-spacing: 0px;
    width: 212px;
}

#left-side {
    margin-left: auto;
    margin-right: 0;
    vertical-align: top;
    width: 212px;
}

#left-side-bar {
    padding: 4px;
    border-spacing: 0px;
    width: 212px;
}

/* Portlets */

.wpsPortletBody {
    /*margin: 6px;*/
    /*Nhi commented out */
    /*padding: 5px;*/
    background-image: none;
    line-height: 16px;
    /*Nhi added */
    font-family: Arial;
    font-size: 16px;
    color: #48525b;
    margin-bottom: 20px !important;
}

.nuttable {
    display: table;
    text-align: left;
}

/* 021519 - Ommitted */
/* .table-row, .table-row-left {
	display: table-row;
	text-align: left;
	margin: 1.5rem 0;
}*/

.block {
    display: block;
}

/* 
.table-cell-alt&gt;img {
 
    height: auto;
    vertical-align: middle;
}
*/

/* 021519 - Modified. Removed 
margin-bottom: 1.5rem; */

/* Nav */
.sideNav &gt; a {
    text-decoration: underline !important;
}
.sideNavTitle {
    width: 75% !important;
}

.sideNavTitle h2 {
    line-height: 1.2rem !important;
}
.globalNavGreyDiv {
    height: 70px !important;
}

/* Modifiers */

.inline {
    display: inline;
}

.position-bottom {
    vertical-align: bottom;
}

.position-top {
    vertical-align: top;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* .desc-right {
	padding-left: 35px;
}

.desc-left {
	padding-right: 35px;
} */
/* ELEMENTS */

.space {
    margin: 20px;
}

.td-center {
    vertical-align: top;
    width: 730px;
    margin-left: auto;
    margin-right: auto;
}

.style10 td {
    width: 730px;
}
.wrapper {
    width: 300px;
    text-align: center;
}

.wrapper &gt; a &gt; img {
    width: 300px;
}

.item-wrap,
.h-wrap {
    padding: 0 2.5rem;
}

.pagewrap,
.container,
.wrap-md {
    padding: 1.5rem;
}

.container-lg {
    margin: 35px 50px;
}

.wrap,
.v-wrap {
    padding: 1.25rem 0;
}

.v-wrap250 {
    margin: 0.75rem;
    height: 150px;
}

.v-wrap170 {
    margin: 0.75rem;
    height: 170px;
}

.img-wrap-3-top {
    /* Padding on all 3 corners EXCEPT the TOP*/
    padding: 0 1.5rem 1.5rem 1.5rem;
}

.img-wrap-left-right {
    /* Padding on all 3 corners EXCEPT the TOP*/
    padding: 0 1.5rem;
}

.divwrap,
.img-wrap {
    padding: 1.5rem;
}

.one-wrap {
    padding: 1rem;
}

.sub-wrap {
    padding: 0.75rem;
}

/* 021519 - Added */
.wrap {
    padding: 1.25rem 0;
}

.wrap:first-child {
    padding: 0.5rem 0 1.25rem 0;
}

.footdropdown {
    font-size: 11px !important;
}

/* ELEMENTS */

.description p {
    font-size: 0.8em;
}

.main-photo {
    text-align: center;
}

.single-row,
tr.inline {
    display: inline;
}

.enlarge {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.enlarge:hover {
    opacity: 0.7;
}

.img-center {
    margin-left: auto;
    margin-right: auto;
    line-height: 1;
    display: inherit;
    padding-bottom: 2rem;
}

.img-left {
    padding: 0 15px;
}
/* Tables */
/*
.middle-table-cell {
	display: table-cell;
	vertical-align: middle;
}
*/

.border {
    border: 1px solid #575757;
    margin: auto;
}

/*  COLORS */
.green {
    border-color: #70ad47;
}

.yellow {
    border-color: #ffc002;
}

.red {
    border-color: #c00000;
}

.orange {
    border-color: #ed7d31;
}
.purple {
    border-color: purple;
}

.blue {
    border-color: blue;
}
.white {
    color: #fff;
}

#archive-bg {
    background-color: #dcddde;
    height: 45px;
}
.table-cell-on-right {
    padding-left: 15px;
}

.obesity-champions-listtable,
.op {
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 0;
    border-color: black;
    border-style: solid;
    width: 100%;
    border-collapse: collapse;
    min-height: 30px !important;
    padding: 0 2rem;
}

.op:last-child {
    width: 100%;
    border-collapse: collapse;
    min-height: 30px !important;
    padding: 0 2rem;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: black;
    border-style: solid;
}

.op:nth-child(4) {
    width: 100%;
    border-collapse: collapse;
    min-height: 30px !important;
    padding: 0 2rem;
    border-bottom: 1px;
    border-color: black;
    border-style: solid;
}
.td_list {
    text-align: left;
    padding-left: 15px;
}

.td_list &gt; h4 {
    padding-left: 15px;
}

.td_img {
    display: table-cell;
}

.td_img &gt; img {
    width: 300px;
    height: auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    float: right;
}

.left {
    text-align: left;
}

/*______________ Home Page - 7.22 _________________________________________*/

.photo-thumbnail {
    padding: 5px;
    width: 128px;
    height: auto;
    margin-top: 30px;
}

/*.content {		
	padding: 1em 6em !important;
	}
/* Body Attribute Only */
/*comment: Attributes for portlet only*/

.pr {
    display: block;
}

/*News and Updates*/

.padd {
    padding: 0 1.7em;
    width: 80%;
}

/*
.news-row {
	padding: 0 5px;
}
*/

.list-row {
    padding: 5px 25px;
}

.list-row-archives {
    padding-left: 0;
}

.padding {
    padding: 35px 20px;
}

.heading,
.main-heading {
    color: var(--deep-blue);
    padding: 0 0 25px 0;
}

#nutrition-access-title {
    align-content: center;
}

/*Who We are*/

.whoweare h2 {
    color: var(--deep-blue);
    text-align: center;
}

.mission h2 {
    color: var(--deep-blue);
    text-align: left;
}
/*----------------------------------*/
/*----------------------------------*/
/* Obesity Prevention Stragies */

.tr-obesity {
    border-spacing: 4px;
    border: 1px solid #575757;
}

.obesity {
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: left;
}

.table-cell li {
    text-align: left;
}

.vtop {
    vertical-align: top;
    display: inline;
}

.vmid {
    vertical-align: middle;
}

/* INTERFAITH PUBLIC HEALTH COLLABORATIVE */

.interfaith-content img {
    text-align: center;
}

.eh-begin {
    font-size: 24px;
    margin-top: 25px;
}

.colFontsize {
    width: auto !important;
}
/*----------------------------------*/
/*----------------------------------*/
/* Contact Page */

.hr-line {
    border-bottom: 1px solid #575757;
}

.hr-line2 {
    border-bottom: 2px solid #575757;
}

.single-row-staff {
    border-bottom: 1px solid #575757;
    padding: 15px 0;
}

.single-row-staff:last-child {
    border-bottom: none;
    padding: 15px 0;
}

.single-row-staff &gt; h2,
.single-row-staff-last &gt; h2 {
    font-size: 1em !important;
}

.single-row-staff &gt; h2,
.single-row-staff-last &gt; h2 {
    font-size: 1em !important;
}

.stafftable,
.stafftable tr {
    border: 1px #575757 solid;
    width: 100%;
    border-collapse: collapse;
    min-height: 30px !important;
}

.addr {
    padding: 0 35px;
}
/* .staff, .staff td { 
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px !important;
}

.contact, .contact td {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px !important;
} */

.names {
    font-weight: bold;
}
.contact tr {
    height: 25px;
}

.center {
    text-align: center;
}

/* .names {
	font-weight: bold;
	font-size: 10px;
}
*/

/*margin: 0 0 10px 0px;
	border-left: 1px solid #b2c7dd;
	border-right: 1px solid #b2c7dd;
	border-bottom: 1px solid #b2c7dd;
	background-image: none; /*Nhi added
	width:212px;*/
/*width: 520px;
	border-top-color: #b2c7dd;
	}*/

/*----------------------------------*/
/*----------------------------------*/
/* Who We Are Page */

.whoweare {
    font-family: Arial, Sans-serif;
    font-size: 22px;
    padding-left: 15px;
}
.snap-ed,
.snap-ed &gt; img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.whoweare &gt; h4 {
    text-align: center;
}

/* Promotora Program */

.interested-callto {
    border: 1px solid black;
    text-align: center;
    margin: auto;
}

.interested-callto-green {
    border: 1px solid green;
    text-align: center;
    margin: auto;
}
/*----------------------------------*/
/*----------------------------------*/
/* WHAT WE DO */

a.link {
    position: relative;
    z-index: 2;
    top: -65px !important;
    display: inline-block;
    width: 260px;
    text-align: center;
    color: var(--pure-white);
    padding: 6px 20px;
    font-weight: 600;
}

a.link2 {
    position: relative;
    z-index: 2;
    top: -52px !important;
    display: inline-block;
    width: 250px;
    text-align: center;
    color: #000000;
}

.link-cls {
    position: relative;
    z-index: 5000;
    display: inline-block;
    width: 290px;
    text-align: center;
    color: #000000;
}
.main-div {
    display: flex;
    margin: 30px 0 0;
}
#link-ip {
    position: relative;
    z-index: 5000;
    display: inline-block;
    width: 290px;
    text-align: center;
    color: #000000;
    top: -49px;
}

/*----------------------------------*/
/* ----------------------------------
COALITIONS */
/*
.tr-obesity &gt; .relative {
	position: relative;
	vertical-align: bottom;
}

*/

a.absolute {
    position: absolute;
}

.stack {
    position: relative;
    z-index: 1;
}

#lacnacna {
    position: absolute;
    width: 100%;
    top: 231px;
    left: 10px;
}
.absolute {
    position: absolute;
    width: 100%;
    top: 240px;
    left: 10px;
}

/*----------------------------------*/
/*----------------------------------
Nutrition Resources*/

#physical-activity-resources h4 {
    padding-top: 15px;
    font-size: 15px;
}

#nutrition-resources {
    text-align: center;
}

#nutrition-resources-wps {
    margin-left: 0;
}

#nutrition-resources-nuttable {
    margin: 15px;
}

/* ----------------------------------
	NUTRITION EDUCATION */

.nut-ed h2 {
    text-align: center !important;
    font-size: 20px !important;
    line-height: 20px !important;
}

/* ---------------------------------------RECIPE INDEX */

.recipestable {
    font-family: Arial, sans-serif;
}

/*----------------------------------------------- Newsletter archive */

.col-desc {
    padding: 0 50px;
}

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

.block {
    display: block;
}
/*-----------------------header btn fontSize------------------------------  */
.btnFontSize {
    padding: 0;
    background-color: transparent;
    border: none;
    color: inherit;
    font-weight: inherit;
    cursor: pointer;
}

.btnFontSize:hover {
    color: #57656d;
    text-decoration: underline;
}
.btnFontSize:active {
    color: #c97962;
    font-size: 12px;
}

/* header redesign */
.nut_v2_bg {
    background-color: #dcddde;
    width: 100%;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    box-sizing: border-box;
}
.nut_nav_link {
    box-sizing: border-box;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 14px 15px;
}
.nut_nav_item {
    border-right: 1px solid var(--pure-white);
    box-sizing: border-box;
}
.nut_nav_item:first-child {
    border-left: 1px solid var(--pure-white);
    box-sizing: border-box;
}

.nut_nav_item:last-child {
    border-right: 1px solid var(--pure-white);
    box-sizing: border-box;
}

.nut_nav_bg {
    background-color: var(--deep-blue);
    width: 100%;
    box-sizing: border-box;
    min-width: 1200px;
}
.nut_nav {
    display: flex;
    align-items: center;
    box-sizing: border-box;
}
nav ul {
    list-style-type: none;
    padding: 0;
    box-sizing: border-box;
}

nav ul li {
    position: relative;
    box-sizing: border-box;
}

nav ul li a,
nav ul li button {
    text-decoration: none;
    display: block;
    padding: 14px 15px;
    color: var(--pure-white);
    background: none;
    border: none;
    cursor: pointer;
    font-size: inherit;
    width: auto;
    box-sizing: border-box;
}
.nut_nav_link_active {
    background: var(--golden-tangerine);
}
.nav_submenu_item button {
    color: var(--charcoal);
    width: 100%;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    text-align: left;
    border-top: 2px solid var(--midnight-navy);
    text-transform: uppercase;
    box-sizing: border-box;
}
.nav_submenu_item button:hover {
    text-decoration-line: underline;
    color: var(--deep-blue);
}
.nut_nav_dropdown_link {
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    text-transform: none;

    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: var(--charcoal);
    padding: 8px 12px;
    text-decoration: none;
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.nut_nav_dropdown_link:hover {
    text-decoration-line: underline;
    color: var(--deep-blue);
}
.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    background-color: var(--pure-white);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5), -2px 4px 4px rgba(0, 0, 0, 0.5);
    z-index: 999;
    box-sizing: border-box;
    width: 240px;
    top: 100%;
    padding: 0;
    margin-top: 5px;
}

.nav_submenu_item {
    width: 264px;
}

.dropdown-content li {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid var(--light-grey);
    width: 100%;
    box-sizing: border-box;
}
.nut_nav_btn_icon {
    display: flex;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
}

.nav_submenu_item button svg,
.nut_section_block-rel button svg {
    width: 12px;
    height: 12px;
    fill: var(--charcoal);
    box-sizing: border-box;
}
.nut_nav_btn_icon svg {
    width: 12px;
    height: 12px;
    fill: var(--pure-white);
    box-sizing: border-box;
}
.nut_nav_link.active {
    color: var(--midnight-navy);
    background-color: var(--golden-tangerine);
}
.nut_nav_link.active svg {
    fill: var(--midnight-navy);
}

.nut_nav_link:hover,
.nut_nav_link:focus,
.nut_nav_link:focus-within {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.nut_nav_link:hover svg,
.nut_nav_link:focus svg,
.nut_nav_link:focus-within svg {
    fill: var(--midnight-navy);
}

/*start dropdown active */
.nut_nav_link.nut_hover {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.nut_nav_link.nut_hover svg {
    fill: var(--midnight-navy);
}

/*end dropdown active */

a:focus,
button:focus,
.nut-subscribe-input:focus,
.nut_access-passcode:focus,
.nut_choose_item_block_vert:focus,
.video_wrapper:focus {
    outline: var(--skyline-blue);
    outline-style: none;
    outline-width: medium;
    outline-offset: 0;
    outline-style: solid;
    outline-width: 0.25rem;
    box-sizing: border-box;
}

.nut_container {
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
}

.nut_slider_bg {
    background-color: var(--foggy-silver);
}

.nut_title_h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
    text-align: left;
}

.nut_title_wrapper {
    padding: 30px 0px 30px;
}

.nut_title_wrapper_home {
    padding-top: 60px;
}

.nut_title_line {
    margin-top: 11px;
    background-color: var(--golden-tangerine);
    height: 1.5px;
    box-sizing: border-box;
}
.nut_container .nut_title_h2_line_orange {
    background-color: var(--golden-tangerine);
}
.nut_title_h2 {
    box-sizing: border-box;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 0;
}
.nut_container .nut_title_h2_white {
    color: var(--pure-white);
}
.nut_title_h2_line {
    margin-top: 11px;
    background-color: var(--deep-blue);
    height: 1.5px;
    box-sizing: border-box;
}

.nut_title_h2_wrapper {
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 30px;
}

.nut_section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.nut_section_list-program {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 0px;
    gap: 30px;
    box-sizing: border-box;
}

.nut_section_list_item-program {
    background: var(--light-grey);
    min-width: 280px;
    flex: 1 1 calc(33.333% - 30px);
    width: 100%;
    box-sizing: border-box;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}
.nut_section_list_item-program:hover {
    background: var(--golden-tangerine);
}

.nut_section_list_item-program img {
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    background-color: var(--foggy-silver);
    width: 100%;
    height: 200px;
    aspect-ratio: 628 / 471;
    object-position: top;
}
.nut_section_list_item-program .nut_image_contain {
    object-fit: contain;
}
.nut_section_list_item-program .nut_image_cover_center {
    object-fit: cover;
    object-position: center;
}

.nut_section_list_card-title {
    min-height: 80px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration-line: underline;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 0;
    padding: 0px 14px;
    align-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.nut_section_list-program_item-link {
    height: 100%;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

/* video home */
.video_wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    border-radius: 8px;
    border: 1px solid var(--midnight-navy);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    height: 450px;
    box-sizing: border-box;
}

.video_wrapper iframe,
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.overlay {
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overlay_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-sizing: border-box;
}

/* Play Icon */
.play_icon {
    width: 68px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.3s ease;
}

.outer_path {
    fill: rgba(0, 0, 0, 0.6);
    transition: fill 0.3s ease;
}

.inner_path {
    fill: white;
}
.overlay:hover .outer_path {
    fill: var(--youtube-red);
}
.video_wrapper:focus .overlay .outer_path {
    fill: var(--youtube-red);
}

/* section I Want Resources For */
.section_bg-first {
    background-color: var(--deep-blue);
    width: 100%;
    min-width: 1200px;
}
.nut_res_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.nut_section_text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--pure-white);
}

/* select */
.dropdown-content {
    display: none;
}

.dropdown-content.show,
.dropdown-content.active {
    display: block;
}
.dropdown-select-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    background-color: var(--pure-white);
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.5), -2px 4px 4px rgba(0, 0, 0, 0.5);
    z-index: 999;
    box-sizing: border-box;
    width: 100%;
    top: 100%;
    padding: 0;
    margin-top: 5px;
    list-style: none;
    box-sizing: border-box;
}
.nut_section_block-rel {
    position: relative;
}
.nut_section_block-rel button {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    gap: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 15px;
    gap: 10px;
    width: 350px;
    background: var(--pure-white);
    border: 1px solid var(--very-light-gray);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
}

.nut_section_item_card-title-h3 {
    box-sizing: border-box;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: left;
}

.nut_section_item_card-img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 314 / 400;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
    background-color: rgba(6, 28, 96, 0.1);
}
.nut_section_item_block_start {
    padding: 15px;
}

.nut_section_list-card_item-link, .nut_section_list-card_item-wrap {
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    text-decoration: inherit;
    color: inherit;
    text-align: inherit;

    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
}

.nut_section_item_card-title-text {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    align-self: stretch;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.nut_card_item_btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 8px;
    background: var(--deep-blue);
	text-decoration:none;
    border: 1px solid var(--deep-blue);
    border-radius: 50px;
    align-self: stretch;
}

.nut_section_list-card_item-link .nut_card_item_btn,
.nut_card_item_btn svg path, 
.nut_section_list-card_item-wrap .nut_card_item_btn {
    transition: all 0.3s ease;
}

.nut_section_list-card_item-link:hover .nut_card_item_btn,
.nut_section_list-card_item-link:focus .nut_card_item_btn,
.nut_section_list-card_item-link:focus-within .nut_card_item_btn,
.nut_section_list-card_item-wrap .nut_card_item_btn:hover,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus-within {
    background: var(--golden-tangerine);
    border-color: var(--golden-tangerine);
}
.nut_section_list-card_item-link:hover .nut_card_item_btn span,
.nut_section_list-card_item-link:focus span,
.nut_section_list-card_item-link:focus-within span,
.nut_section_list-card_item-wrap .nut_card_item_btn:hover span,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus span,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus-within span {
    color: var(--midnight-navy);
}
.nut_section_list-card_item-link:hover .nut_card_item_btn svg path,
.nut_section_list-card_item-link:focus svg path,
.nut_section_list-card_item-link:focus-within svg path,
.nut_section_list-card_item-wrap .nut_card_item_btn:hover svg path,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus svg path,
.nut_section_list-card_item-wrap .nut_card_item_btn:focus-within svg path {
    fill: var(--midnight-navy);
}
.nut_card_item_btn span {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--pure-white);
    transition: color 0.3s ease;
}

.nut_section-card_item_block_end {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.nut_section_list_card {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    padding: 0px;
    gap: 30px;
    box-sizing: border-box;
}

.nut_section_list_card_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
    flex: 1 1 calc(33.333% - 30px);
    box-sizing: border-box;
    align-items: flex-start;
    border: 1px solid var(--charcoal);
    border-radius: 8px;
    box-sizing: border-box;
    max-width: 367px;
}

.nut_text_light {
    color: var(--pure-white);
}
.nut_table_spacer_50 {
    height: 50px;
}
.nut_table_spacer_20 {
    height: 20px;
}
.nut_table_footer_padding {
    padding-top: 50px;
    padding-bottom: 30px;
}

#back-to-top {
    box-sizing: border-box;
    position: fixed;
    height: 50px;
    width: 110px;
    right: -115px;
    bottom: 80px;
    background: var(--golden-tangerine);
    transition: right 0.5s;
    padding: 0 15px 0 60px;
    border-radius: 25px 0 0 25px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    z-index: 1;
    text-decoration: none;
    align-content: center;
    border: 1px solid var(--golden-tangerine);
    cursor: pointer;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;

    color: var(--midnight-navy);
}

#back-to-top.stuck {
    right: 0;
}

#back-to-top::before {
    content: "";
    position: absolute;
    width: 44px;
    height: 44px;
    background: var(--deep-blue);
    border-radius: 50%;
    left: 4px;
    top: 51.3%;
    transform: translateY(-51%);
    z-index: 1;
    box-sizing: border-box;
}

#back-to-top::after {
    content: "";
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.833 14.3383V36.6592H20.1663V14.3383L9.89967 24.605L7.33301 21.9925L21.9997 7.32585L36.6663 21.9925L34.0997 24.605L23.833 14.3383Z' fill='white'/%3E%3C/svg%3E");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
    top: 50%;
    left: 4px;
    transform: translateY(-50%);
    z-index: 2;
    box-sizing: border-box;
}

#back-to-top:hover {
    background: var(--golden-tangerine);
    text-decoration: underline;
}

/* about */

.nut_subtitle_h2 {
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
    margin-top: 0;
    margin-bottom: 30px;
}

.nut_section_block-wrapper-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
}

.nut_section_block-title-h3 {
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--midnight-navy);
}

.nut_section_body-text {
    text-align: left;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    margin-top: 0;
    margin-bottom: 0;
}

/* breadcrumbs */
#breadcrumbs-container {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    background: var(--very-light-gray);
    min-height: 38px;
    min-width: 1160px;
}
.breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    align-items: baseline;
}

.breadcrumb li a {
    padding: 0px;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: var(--midnight-navy);
}

.breadcrumb li[aria-current="page"] {
    font-weight: 700;
}

.breadcrumb li span {
    color: inherit;
}

.breadcrumb li:not(:last-child)::after {
    display: inline-block;
    padding: 0 5px;
    transform: rotate(15deg);
    border-right: 1.6px solid var(--deep-blue);
    height: 14px;
    content: "";
}
.breadcrumb-separator {
    padding: 0 8px;
    color: var(--deep-blue);
}

/* Banners */
.nut_style_banner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    min-height: 350px;
    min-width: 1003px;
}

.nut_about_banner {
    background: url(assets/images/banners/about-us-main-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.nut_success_stories_banner {
    background: url(assets/images/banners/calfresh-healthy-living-success-stories-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.food_assistance_programs_banner {
    background: url(assets/images/banners/food-assistance-programs-food-resources-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.food_medicine_coalitions_banner {
    background: url(assets/images/banners/food-as-medicine-task-force-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.market-match_banner {
    background: url(assets/images/banners/market-match-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsletters_banner {
    background: url(assets/images/banners/newsletters-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.newsroom_banner {
    background: url(assets/images/banners/newsroom-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.nut_calfresh_healthy_living_banner {
    background: url(assets/images/home-page-youtube-frame.jpg),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
}
/* .nut_calfresh_healthy_living_banner {
    background: url(assets/images/banners/calfresh-healthy-living-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
} */

.nutrition_physical_activity_curricula_banner {
    background: url(assets/images/banners/nutrition-and-physical-activity-curricula-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.la_country_food_rx_collaborative_banner {
    background: url(assets/images/banners/la-country-food-rx-collaborative-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.contact_us_banner {
    background: url(assets/images/banners/contact-us-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.promotores_training_program_banner {
    background: url(assets/images/banners/promotores-training-program-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.produce_prescription_project_banner {
    background: url(assets/images/banners/produce-prescription-project-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.nutrition_access_la_banner {
    background: url(assets/images/banners/nutrition-access-la-wide-banner.png),
        rgba(255, 255, 255, 0.8);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
}

.reports_briefs_banner {
    background: url(assets/images/banners/reports-briefs-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.healthy_recipes_banner {
    background: url(assets/images/banners/healthy-recipes-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.toolkits_banner {
    background: url(assets/images/banners/toolkits-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.awards_and_recognitions_banner {
    background: url(assets/images/banners/awards-and-recognitions-banner.png),
        rgba(6, 28, 96, 0.05);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Card Horizontal Img Left */
.nut_section_block_card_hor_img-left,
.nut_section_block_card_hor_img-left-second {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.nut_section_block_card_hor_img-left img {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    object-fit: cover;
    align-self: flex-start;
}

.nut_section_block_card_hor_img-left-second img {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    object-fit: cover;
    align-self: flex-start;
}

.nut_section_block_card_hor_img-left p {
    flex: 1 1 60%;
    align-self: flex-start;
}
.nut_section_block_card_hor_img-left-second p {
    flex: 1 1 60%;
    align-self: flex-start;
}

.nut_section_block_card_hor_img-left p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nut_section_block_card_hor_img-left img,
.nut_section_block_card_hor_img-left-second img {
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.nut_wrap_list_blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width:100%;
}

.nut_section_body-text a {
    color: var(--deep-blue);
    text-decoration: underline;
}

.nut_mb_30 {
    margin-bottom: 30px;
}

body {
    background-attachment: fixed;
    margin: 0;
}

.nut_section_subblock_card {
    text-align: left;
    box-sizing: border-box;
    padding: 15px 30px 30px 30px;
    border: 1px solid var(--deep-blue);
    border-radius: 12px;
    width: 100%;
}

.nut_section_subblock_card-list {
	list-style-type:disc;
    padding-left: 14px;
    box-sizing: border-box;
    text-align: left;
}

.nut_section_gap_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.nut_section_body-text img {
    margin-left: 2px;
    margin-right: 4px;
}

/* Modal Protect */
#passwordModal {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-family: Arial, sans-serif;
    z-index: 1000;
}
#passwordModalContent {
    box-sizing: border-box;
    background-color: #333;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    width: 300px;
}
#passwordModalContent input[type="password"] {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none;
    border-radius: 4px;
}
#passwordModalContent button {
    box-sizing: border-box;
    padding: 10px 20px;
    background-color: #4caf50;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#passwordModalContent button:hover {
    background-color: #45a049;
}

.strong_nut_section_item_card-title-text {
    color: var(--deep-blue);
    text-decoration: underline;
    font-weight: 400;
}

/* slider */
.glide__slide {
    padding: 4px;
}

.glide__track {
    position: relative;
}
.glide__track {
    overflow: hidden;
}

#nut-slide .glide__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: 1px solid var(--pure-white);
    padding: 5px;
    cursor: pointer;
    border-radius: 50%;
    background-color: transparent;
}

.glide__arrow--prev {
    left: -50px;
}

.glide__arrow--next {
    right: -50px;
}
#nut-slide {
    width: 1060px;
}
.slider__arrow:hover svg path {
    fill: var(--golden-tangerine);
}
#nut-slide .slider__arrow:hover {
    border-color: var(--golden-tangerine);
}
#nut-slide .glide__track {
    width: 990px;
    /* width: 100%; */
}

.glide__slide-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 12px;
    gap: 15px;
    background: var(--pure-white);
    border: 1px solid var(--midnight-navy);
    border-radius: 4px;
    color: var(--midnight-navy);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    min-height: 62px;
}

.glide__slide-link:hover {
    background: var(--golden-tangerine);
}
.glide__slide-link img {
    width: 32px;
    height: 32px;
}

#programsDropdown .nut_nav_link_sublist_wrapper {
    flex-direction: column !important;
}
#programsDropdown .nut_nav_link_sublist_wrapper ul {
    width: 90%;
}

/* options */
.mt-10 {
    margin-top: 10px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.gap-8 {
    gap: 8px;
}

.mb-not-child-8 li:not(:last-child),
.nut_section_subblock_card-list li:not(:last-child),
.nut_section_block_card_hor_img-left .mb-not-child-8 li:not(:last-child),
.nut_section_block-wrapper-row-item ul li:not(:last-child) {
    margin-bottom: 8px;
}
.min-h-60 {
    min-height: 60px;
}
.min-h-90 {
    min-height: 90px;
}
.section-line {
    box-sizing: border-box;
    border-top: 1px solid var(--light-grey);
}

.nut_section_item_card-title-h3-info {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--midnight-navy);
}
.nut_section_item_card-title-h3-info-deepblue {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--deep-blue);
}

.nut_section_item_card-title-h3-info-contact {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--deep-blue);
}
.nut_section_item_card-title-h3-info-contact a {
    color: inherit;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit;
}
.nut_section_item_card-title-h3-info-position {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
}

.nut_section_block-information {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
    border: 1px solid var(--deep-blue);
    border-radius: 12px;
    width: 100%;
    gap: 30px;
}
.block-information-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 8px;
}

.nut_section_item_card_text-title-secondary {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--charcoal);
}

/* Card Horizontal Img Left 30%*/
.nut_section_block_card_hor_img-left-20 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.nut_section_block_card_hor_img-left-20-image {
    width: 190px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.nut_section_block_card_hor_img-left-20-image-40 {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.nut_section_block_card_hor_img-left-20 p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.nut_section_block_card_body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.nut_section_block_card_body_20 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.nut_section_block_card_body_20 p {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Card Horizontal Img Right */
.nut_section_block_card_hor_img-right {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.nut_section_block_card_hor_img-right p,
.nut_section_block_card_hor_img-right ul {
    flex: 1 1 60%;
    align-self: flex-start;
}

.nut_section_block_card_hor_img-right p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.width-100-per {
    width: 100%;
    box-sizing: border-box;
}

/* BTN MORE LINK start*/
.nut_btn_more_link {
    box-sizing: border-box;
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    background: var(--deep-blue);

    border: 1px solid var(--deep-blue);
    border-radius: 50px;

    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--pure-white);
    transition: all 0.3s ease;

    text-decoration: none;
}

.nut_btn_more_link svg path {
    fill: var(--pure-white);
    transition: fill 0.3s ease;
}

.nut_btn_more_link:hover,
.nut_btn_more_link:focus,
.nut_btn_more_link:focus-within {
    background: var(--golden-tangerine);
    border-color: var(--golden-tangerine);
    color: var(--midnight-navy);
    text-decoration: underline;
}

.nut_btn_more_link:hover svg path,
.nut_btn_more_link:focus svg path,
.nut_btn_more_link:focus-within svg path {
    fill: var(--midnight-navy);
}

.nut_btn_more_wrapper {
    text-align: left;
    margin-top: 20px;
}
/* BTN MORE LINK End*/

/* FORM */
.nut-subscribe-form {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.nut-subscribe-input {
    padding: 0px 15px;
    font-size: 14px;
    border: 1px solid var(--midnight-navy);
    border-radius: 8px;
    flex: 1;
    max-width: 300px;
    min-height: 40px;
    text-align: left;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    margin-top: 0;
    margin-bottom: 0;
    box-sizing: border-box;
}

.nut-subscribe-button {
    padding: 8px 20px;
    min-height: 40px;
    color: var(--pure-white);
    background-color: var(--deep-blue);
    border: 1px solid var(--deep-blue);
    border-radius: 50px;
    cursor: pointer;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.nut-subscribe-button.nut-subscribe-button-link {
    text-decoration: none;
    display: inline-block;
    max-width: 200px;
}

.nut-subscribe-button:hover,
.nut-subscribe-button:focus,
.nut-subscribe-button:focus-within {
    background-color: var(--golden-tangerine);
    border-color: var(--golden-tangerine);
    color: var(--midnight-navy);
}

.nut-subscribe-input::placeholder {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

/* BLOCK GRID */
.nut_section_grid_block_vert {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding-left: 0;
}

.nut_section_grid_item_block_vert {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}

.nut_section_grid_item_block_vert {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 15px;
    border: 1px solid var(--deep-blue);
    border-radius: 12px;
    text-align: left;
}

.nut_section_grid_inblock_image {
    box-sizing: border-box;
    border-radius: 8px;
    object-fit: cover;
    background-color: var(--foggy-silver);
    width: 96%;
    height: 200px;
    aspect-ratio: 628 / 471;
    object-fit: cover;
}

.nut_section_block-title-h4 {
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: var(--midnight-navy);
}
.nut_section_grid_item_block_vert ul {
    padding-left: 15px;
}
.nut_section_grid_item_block_vert li {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    list-style-type: disc;
}
.nut_section_grid_item_block_vert li:not(:last-child) {
    margin-bottom: 8px;
}
.nut_section_grid_inblock {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.text-center {
    text-align: center;
}
.nut-text-left {
    text-align: left;
}

.nut_section_grid_inblock a {
    color: var(--deep-blue);
    text-decoration: underline;
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}

.nut_section_block-title-h3-mb-10 {
    min-height: 56px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--midnight-navy);
}

.nut_section_grid_inblock a {
    transition: all 0.3s ease;
    color: var(--deep-blue);
}
.nut_section_grid_inblock a:hover {
    color: var(--midnight-navy);
}

.nut_section_grid_inblock_image_contain {
    box-sizing: border-box;
    border-radius: 8px;
    background-color: var(--foggy-silver);
    width: 96%;
    height: 200px;
    aspect-ratio: 628 / 471;
    object-fit: contain;
    padding-top: 4px;
    padding-bottom: 4px;
}

.nut_item_not_last_mb:not(:last-child) {
    margin-bottom: 8px;
}
.nut_section_block_card_hor_img-left
    .nut_section_block_card_hor_img-left-height {
    max-height: 500px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
}

.nut_section_block_card_hor_img-left
    .nut_section_block_card_hor_img-left-width-400 {
    max-width: 400px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
}

.nut_section_block_card_hor_img-left
    .nut_section_block_card_hor_img-left-width-260 {
    max-width: 260px;
    object-position: center center;
    border: 1px solid rgba(6, 28, 96, 0.05);
    padding: 15px;
}

.block-information-wrapper-block {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 20px;
    text-align: left;
}
.block-information-wrapper-block p {
    text-align: left;
}

.nut_section_subtitle_medium-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
}
.nut_section_subtitle_medium-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
}
.nut_section_subtitle_medium-text a {
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: var(--deep-blue);
}

.block-information-border-bottom li:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid var(--midnight-navy);
}

.block-information-wrapper-block li {
    text-align: left;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
}

.block-information-wrapper-block
    .block-information-wrapper
    li:not(:last-child) {
    margin-bottom: 8px;
}

.block-contact-list-wrapper ul {
    padding-left: 0;
}

.block-information-wrapper ul {
    padding-left: 14px;
}

/* HOVER */
.nut_nav_btn_icon.hover {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.nut_nav_btn_icon.hover svg {
    fill: var(--midnight-navy);
}

.nut_section_block-wrapper-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    align-self: flex-start;
}

.nut_section_block-wrapper-row-item {
    min-width: 280px;
    flex: 1 1 calc(50% - 30px);
    width: 100%;
    box-sizing: border-box;
}
.nut_section_block-wrapper-row-item ul {
    padding-left: 14px;
}

/* CLIPBOARD */
.nut_access-copy-button {
    position: relative;
    background: none;
    border: none;
    color: var(--deep-blue);
    cursor: pointer;
    font-size: 1em;
    text-decoration: underline;
    transition: all 0.3s ease;
}

.nut_access-copy-button:hover {
    text-decoration: none;
    color: var(--midnight-navy);
}

.nut_access-tooltip {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 0.8em;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
    white-space: nowrap;
    z-index: 10;
}

.nut_access-copy-button:active .nut_access-tooltip,
.nut_access-copy-button.copied .nut_access-tooltip {
    opacity: 1;
    visibility: visible;
}
/* CLIPBOARD */

/* QUICK NAVIGATION */
.nut_quick_navigation_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    justify-content: center;
}

.nut_quick_navigation_link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 20px;
    gap: 15px;
    background: var(--pure-white);
    border: 1px solid var(--midnight-navy);
    border-radius: 4px;
    color: var(--midnight-navy);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    min-height: 62px;
}

.nut_quick_navigation_link:hover {
    background: var(--golden-tangerine);
}
.nut_quick_navigation_link img {
    width: 32px;
    height: 32px;
}
/* QUICK NAVIGATION */

/* Choose language */
.nut_choose_section {
    margin-top: 20px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid var(--light-grey);
    border-bottom: 1px solid var(--light-grey);
}
.nut_quick_navigation_list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.nut_choose_language_btn {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(--light-grey);
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--midnight-navy);
    background: inherit;
    cursor: pointer;
}

.nut_choose_language_btn_active {
    background: var(--golden-tangerine);
    border: 1px solid var(--golden-tangerine);
}
.nut_choose_language_btn_active,
.nut_choose_language_btn:hover,
.nut_choose_language_btn:focus,
.nut_choose_language_btn:focus-within {
    border: 1px solid var(--midnight-navy);
    background: var(--golden-tangerine);
}

.nut_choose_language_btn_image {
    border-radius: 4px;
}

.nut_choose_section_after_text {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #343a40;
    text-align: left;
    margin-bottom: 0;
}
/* Choose language */

/* Youtube video frame */
.nut_choose_grid_block_vert {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    list-style: none;
    padding-left: 0;
}

.nut_choose_item_block_vert {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    min-width: 360px;
    box-sizing: border-box;
    background-color: var(--pure-white);
    aspect-ratio: 380 / 300;
    border-radius: 12px;
    border: 1px solid var(--midnight-navy);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}
.nut_choose_item_block_vert:hover {
    border-color: var(--golden-tangerine);
    background-color: var(--golden-tangerine);
}
.nut_choose_item_block_vert:hover .outer_path {
    fill: var(--youtube-red);
}
.choose_lang_block-title-h3 {
    box-sizing: border-box;
    padding: 8px 15px;
    min-height: 86px;
    margin-top: 0;
    margin-bottom: 0px;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: var(--midnight-navy);
    align-content: center;
}
.choose_lang_video_wrapper {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}
.choose_overlay {
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 28, 96, 0.1);
    width: 100%;
    height: 214px;
    max-height: 214px;
}

.choose_overlay_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    aspect-ratio: 640 / 360;
    object-fit: cover;
    background-color: rgba(6, 28, 96, 0.1);
}

.choose_lang_video_wrapper_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    height: auto;
    aspect-ratio: 640 / 360;
    z-index: 10;
}

/* Youtube video frame */

/* Footer */
.footer-link {
    color: #575757;
    display: flex;
    list-style: none;
    margin-left: 0;
    justify-content: center;			
}
.footer-link a {
	color: inherit;
	text-decoration:none;
	line-height:24px;
}
/* Footer */

/* newsletters-listing 2.0*/
.newsletters-box {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px;
    background-color: var(--pure-white);
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.filters {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
    color: var(--midnight-navy);
    flex-wrap: wrap;
}

.filters label {
    font-weight: 600;
}
.filters select,
.filters input[type="text"] {
    padding: 10px 15px;
    border: 1px solid var(--midnight-navy);
    border-radius: 5px;
    font-size: 16px;
    background-color: var(--pure-white);
    color: var(--charcoal);
}

.total-results {
    text-align: left;
    color: var(--midnight-navy);
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 1.1em;
}

.newsletter-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    max-width: 100%;
    box-sizing: border-box;
}

.newsletter-item {
    box-sizing: border-box;
    border: 1px solid var(--very-light-gray);
    border-radius: 8px;
    background-color: var(--pure-white);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
    text-align: left;
}

.newsletter-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.card-thumbnail {
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(6, 28, 96, 0.1);
    border-bottom: 1px solid var(--very-light-gray);
}
.card-thumbnail img {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right -15px;
}
#paginationTop {
    scroll-margin-top: 20px;
}
.card-content {
    box-sizing: border-box;
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.card-meta {
    font-size: 0.9em;
    color: var(--charcoal);
    margin-bottom: 10px;
}

.card-title {
    box-sizing: border-box;
    font-size: 1.2em;
    color: var(--midnight-navy);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    min-height: 2.4em;
}

.card-topics {
    list-style: disc;
    padding: 0;
    list-style-position: inside;
    margin: 0 0 15px 0;
    font-size: 0.85em;
    color: var(--charcoal);

    max-width: 100%;
    box-sizing: border-box;
}
.card-topics li {
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 5px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.25;
}

.card-topics li::marker {
    color: var(--midnight-navy);
}

.card-topics li:last-child {
    margin-bottom: 0;
}

.read-more-button {
    margin-top: auto;
    align-self: flex-start;
}

.pagination {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.pagination button {
    transition: all 0.3s ease;
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid var(--midnight-navy);
    border-radius: 4px;
    background: var(--very-light-gray);
    color: var(--midnight-navy);
    font-size: 16px;
}
.pagination button:hover:not(:disabled),
.pagination button.active {
    background: var(--golden-tangerine);
    border-color: var(--golden-tangerine);
    color: var(--midnight-navy);
}
.pagination button:disabled {
    background: #e9ecef;
    border-color: #dee2e6;
    color: #6c757d;
    cursor: not-allowed;
    opacity: 0.7;
}

.pagination button[aria-current="page"] {
    cursor: not-allowed;
    background: var(--golden-tangerine);
    border-color: var(--midnight-navy);
    color: var(--midnight-navy);
    opacity: 1;
}

#sortButton {
    cursor: pointer;
}

@media (max-width: 768px) {
    .filters {
        flex-direction: column;
        align-items: flex-start;
    }
    .filters select,
    .filters input[type="text"],
    .filters button {
        width: 100%;
        box-sizing: border-box;
    }
    .newsletter-grid {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    }
}
@media (max-width: 480px) {
    .container {
        padding: 15px;
    }
    .newsletter-grid {
        grid-template-columns: 1fr;
    }
    .filters {
        gap: 10px;
    }
}
/* newsletters-listing 2.0*/

/* NVDA */
.skip-link {
    position: absolute;
    left: -999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip-link:focus {
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    background: #004080;
    color: white;
    padding: 0.5em 1em;
    font-size: 1rem;
    z-index: 1000;
    text-decoration: none;
    border-radius: 4px;
}

.nut-list-blocks {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
}

.newsletter-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-bottom: 0px;
}

#paginationTop,
#newsletterList {
    scroll-margin-top: 20px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nut_container .colTranslate {
    width: 160px;
}

#nut-a-z ul {
    display: inline-flex;
}
#nut-a-z .aTozH3 {
    margin-top: 0px;
    padding: 0px;
    color: #575757;
}
footer .footdrop a {
    color: var(--charcoal);
}

.footer-link a {
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}
/* NVDA */</pre></body></html>