﻿:root {
    --deep-blue: #061c60;
    --very-light-gray: #f5f5f5;
    --pure-white: #ffffff;
    --midnight-navy: #081534;
    --charcoal: #333333;
    --amber-glow: #ffbf00;
    --light-grey: #eeeeee;

    --skyline-blue: #009ec1; /* outline */
    --foggy-silver: #e6e8ef; /* background for images */
    --foggy-silver-light: #f5f6f9; /* background for images */
    --youtube-red: #e83a2a; /* YouTube player icon */
}

html {
    scroll-behavior: smooth;
}

/* Fonts */
.normalFont {
    font-size: 16px;
    font-family: Arial;
}
.largeFont {
    font-size: 18px;
    font-family: Arial;
}
.largestFont {
    font-size: 20px;
    font-family: Arial;
}

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 > 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;
    padding-top: 20px;
    width: 770px;
}

.wpstablecenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wpsNoTitlePortlet {
    margin: 4px;
}

.wpsNoTitlePortlet > 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;
}

.table-cell {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.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 > 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 > li,
.table-row-left ul > 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 > ul {
    text-decoration: none;
    list-style-type: none !important;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
}

.sideNav > ul > 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 {
    background-image: none;
    line-height: 16px;
    font-family: Arial;
    font-size: 16px;
    color: #48525b;
    margin-bottom: 20px !important;
}

.nuttable {
    display: table;
    text-align: left;
}

.block {
    display: block;
}

/* Nav */
.sideNav > a {
    text-decoration: underline !important;
}
.sideNavTitle {
    width: 75% !important;
}

.sideNavTitle h2 {
    line-height: 1.2rem !important;
}
.globalNavGreyDiv {
    height: 52px !important;
}

/* Modifiers */

.inline {
    display: inline;
}

.position-bottom {
    vertical-align: bottom;
}

.position-top {
    vertical-align: top;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

/* 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 > a > 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;
}

.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 */

.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 > h4 {
    padding-left: 15px;
}

.td_img {
    display: table-cell;
}

.td_img > img {
    width: 300px;
    height: auto;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
    float: right;
}

.left {
    text-align: left;
}

.photo-thumbnail {
    padding: 5px;
    width: 128px;
    height: auto;
    margin-top: 30px;
}

.pr {
    display: block;
}

.padd {
    padding: 0 1.7em;
    width: 80%;
}

.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;
}

.whoweare h2 {
    color: var(--deep-blue);
    text-align: center;
}

.mission h2 {
    color: var(--deep-blue);
    text-align: left;
}

.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-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 > h2,
.single-row-staff-last > h2 {
    font-size: 1em !important;
}

.single-row-staff > h2,
.single-row-staff-last > 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;
}

.names {
    font-weight: bold;
}
.contact tr {
    height: 25px;
}

.center {
    text-align: center;
}

.whoweare {
    font-family: Arial, Sans-serif;
    font-size: 22px;
    padding-left: 15px;
}
.snap-ed,
.snap-ed > img {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.whoweare > h4 {
    text-align: center;
}

.interested-callto {
    border: 1px solid black;
    text-align: center;
    margin: auto;
}

.interested-callto-green {
    border: 1px solid green;
    text-align: center;
    margin: auto;
}

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;
}

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;
}

.col-desc {
    padding: 0 50px;
}

.block {
    display: block;
}

.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 */
.ipp_v2_bg {
    background-color: #dcddde;
    width: 100%;
    box-sizing: border-box;
}
table {
    border-collapse: collapse;
    box-sizing: border-box;
}
.ipp_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;
}
.ipp_nav_item {
    border-right: 1px solid var(--pure-white);
    box-sizing: border-box;
}
.ipp_nav_item:first-child {
    border-left: 1px solid var(--pure-white);
    box-sizing: border-box;
}

.ipp_nav_item:last-child {
    border-right: 1px solid var(--pure-white);
    box-sizing: border-box;
}

.ipp_nav_bg {
    background-color: var(--deep-blue);
    width: 100%;
    box-sizing: border-box;
    min-width: 1200px;
}
.ipp_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;
}
.ipp_nav_link_active {
    background: var(--amber-glow);
}
.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);
}
.ipp_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;
}
.ipp_nav_dropdown_link:hover,
.ipp_nav_dropdown_link:focus {
    text-decoration-line: underline;
    color: var(--deep-blue);
}
.ipp_nav_dropdown_link.link-bold,
#cpsDropdown .ipp_nav_link_sublist_wrapper.border-sub .link-bold {
    font-weight: 600;
}
/* Navigation curent page */
.ipp_nav_dropdown_link.active {
    text-decoration-line: underline;
    color: var(--deep-blue);
    font-weight: 700;
}
/* Navigation curent page */

.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: 2px;
}

.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;
}
.dropdown-content li.border-b-none {
    border-bottom: none;
}
.ipp_nav_btn_icon {
    display: flex;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
}
.ipp_submenu a {
    color: var(--midnight-navy);
}
.nav_submenu_item button svg,
.ipp_section_block-rel button svg {
    width: 12px;
    height: 12px;
    fill: var(--charcoal);
    box-sizing: border-box;
}
.ipp_nav_btn_icon svg {
    width: 12px;
    height: 12px;
    fill: var(--pure-white);
    box-sizing: border-box;
}
.ipp_nav_btn_icon.ipp_nav_link_sub svg {
    fill: var(--midnight-navy);
}
.ipp_nav_link.active {
    color: var(--midnight-navy);
    background-color: var(--amber-glow);
}
.ipp_nav_link.active svg {
    fill: var(--midnight-navy);
}

.ipp_nav_link:hover,
.ipp_nav_link:focus,
.ipp_nav_link:focus-within {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.ipp_nav_link:hover svg,
.ipp_nav_link:focus svg,
.ipp_nav_link:focus-within svg {
    fill: var(--midnight-navy);
}

/*start dropdown active */
.ipp_nav_link.ipp_hover {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.ipp_nav_link.ipp_hover svg {
    fill: var(--midnight-navy);
}

/*end dropdown active */

a:focus,
button:focus,
.nut-subscribe-input:focus,
.ipp_access-passcode:focus,
.ipp_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;
}

.ipp_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;
}

.ipp_slider_bg {
    background-color: var(--foggy-silver-light);
}

.ipp_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;
}

.ipp_title_wrapper {
    padding: 30px 0px 30px;
}

.ipp_title_wrapper_home {
    padding-top: 60px;
}

.ipp_title_line {
    box-sizing: border-box;
    margin-top: 11px;
    background-color: var(--amber-glow);
    height: 1.5px;
}
.ipp_container .ipp_title_h2_line_orange {
    background-color: var(--amber-glow);
}
.ipp_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;
}
.ipp_container .ipp_title_h2_white {
    color: var(--pure-white);
}
.ipp_title_h2_line {
    box-sizing: border-box;
    margin-top: 11px;
    background-color: var(--deep-blue);
    height: 1.2px;
}

.ipp_title_h2_wrapper {
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 28px;
    /* margin-bottom: 30px; */
}

.ipp_section_first {
    padding-top: 50px;
    padding-bottom: 25px;
}

.ipp_section {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ipp_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;
}

.ipp_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;
}
.ipp_section_list_item-program:hover,
.ipp_section_list_item-program:focus,
.ipp_section_list_item-program:focus-within {
    background: var(--amber-glow);
}

.ipp_section_list_item-program img {
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
    background-color: var(--foggy-silver);
    width: 100%;
    height: 260px;
    aspect-ratio: 569 / 260;
    object-position: top;
}

.ipp_section_list_item-program .ipp_image_contain {
    object-fit: contain;
}
.ipp_section_list_item-program .ipp_image_cover_center {
    object-fit: cover;
    object-position: center;
}

.ipp_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;
}
.ipp_events-title {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-decoration-line: none;
    color: var(--pure-white);
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    align-content: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
    background-color: var(--midnight-navy);
}
.registration-section {
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.registration-section .image-qr {
    width: 250px;
    height: auto;
    max-width: 250px;
}
.registration-section a {
    display: inline-block;
}
.registration-section .ipp_section_item_card-title-h3 {
    padding-bottom: 8px;
}
.ipp_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;
}
.ipp_res_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.ipp_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;
}
.ipp_section_block-rel {
    position: relative;
}
.ipp_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);
}

.ipp_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;
}
.ipp_section_events_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: 8px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
    text-align: left;
    box-sizing: border-box;
    width: 100%;
}

.ipp_section_item_card-img {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    aspect-ratio: 368 / 250;
    object-fit: cover;
    border-radius: 7px 7px 0 0;
    background-color: rgba(6, 28, 96, 0.1);
}
.ipp_section_item_block_start {
    padding: 15px;
}
.ipp_events_item_block_start {
    margin-top: 30px;
}
.ipp_events_item_block_end {
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
}

.ipp_section_list-card_item-link,
.ipp_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;
}

.ipp_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;
}

.ipp_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;
}

.ipp_section_list-card_item-link .ipp_card_item_btn,
.ipp_card_item_btn svg path,
.ipp_section_list-card_item-wrap .ipp_card_item_btn {
    transition: all 0.3s ease;
}

.ipp_section_list-card_item-link:hover .ipp_card_item_btn,
.ipp_section_list-card_item-link:focus .ipp_card_item_btn,
.ipp_section_list-card_item-link:focus-within .ipp_card_item_btn,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:hover,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus-within {
    background: var(--amber-glow);
    border-color: var(--amber-glow);
}
.ipp_section_list-card_item-link:hover .ipp_card_item_btn span,
.ipp_section_list-card_item-link:focus span,
.ipp_section_list-card_item-link:focus-within span,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:hover span,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus span,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus-within span {
    color: var(--midnight-navy);
}
.ipp_section_list-card_item-link:hover .ipp_card_item_btn svg path,
.ipp_section_list-card_item-link:focus svg path,
.ipp_section_list-card_item-link:focus-within svg path,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:hover svg path,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus svg path,
.ipp_section_list-card_item-wrap .ipp_card_item_btn:focus-within svg path {
    fill: var(--midnight-navy);
}
.ipp_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;
}

.ipp_section-card_item_block_end {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

.ipp_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: flex-start;
    align-items: stretch;
    align-content: center;
    padding: 0px;
    gap: 30px;
    box-sizing: border-box;
}

.ipp_section_list_card_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    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;
}

.ipp_text_light {
    color: var(--pure-white);
}
.ipp_table_spacer_50 {
    height: 50px;
}
.ipp_table_spacer_20 {
    height: 20px;
}
.ipp_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(--amber-glow);
    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(--amber-glow);
    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(--amber-glow);
    text-decoration: underline;
}

/* about */

.ipp_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;
}
.ipp_subtitle_text {
    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;
}

.ipp_section_block-wrapper-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
}

.ipp_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);
}

.ipp_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: 24px;
    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 */
.ipp_style_banner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    min-height: 350px;
    min-width: 1003px;
    max-width: 1520px;
}

/*  */
.ipp_home_banner {
    background: url(assets/images/banners/ipp-home-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
/*  */
.ipp_dd_about_banner {
    background: url(assets/images/banners/ipp-dd-about-the-program.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.ipp_dd_distracted_driving_banner {
    background: url(assets/images/banners/ipp-distracted-driving-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ipp_dd_resources_banner {
    background: url(assets/images/banners/ipp-dd-resources-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-dd-contact-us-banner {
    background: url(assets/images/banners/ipp-dd-contact-us-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-distracted-driving-resources-information-table-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-information-table-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-distracted-driving-resources-preschool-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-preschool-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-distracted-driving-resources-elementary-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-elementary-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-distracted-driving-resources-middle-school-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-middle-school-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.ipp-distracted-driving-resources-high-school-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-high-school-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp-distracted-driving-resources-college-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-college-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.ipp-distracted-driving-resources-parents-caregivers-banner {
    background: url(assets/images/banners/ipp-distracted-driving-resources-parents-caregivers-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.ipp_cps_about_banner {
    background: url(assets/images/banners/ipp-cps-about-banner.png),
        rgba(6, 28, 96, 0.1);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.ipp_cps_technician_proxy_banner {
    background: url(assets/images/banners/ipp-cps-technician-proxy-banner.png?v=20250927),
        rgba(6, 28, 96, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ipp_cps_car_seat_overview_banner {
    background: url(assets/images/banners/ipp-cps-car-seat-overview-banner.png),
        rgba(6, 28, 96, 0.01);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}
.ipp_cps_program_car_seats_banner {
    background: url(assets/images/banners/ipp-cps-program-car-seats-banner.png?v=20250929),
        rgba(6, 28, 96, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ipp_cps_california_car_seat_laws_banner {
    background: url(assets/images/banners/ipp-cps-california-car-seat-laws-banner.png?v=20250927),
        rgba(6, 28, 96, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ipp_cps_contact_us_banner {
    background: url(assets/images/banners/ipp-cps-contact-us-banner.png),
        rgba(6, 28, 96, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ipp_cps_certification_banner {
    background: url(assets/images/banners/ipp-cps-certification-banner.png),
        rgba(6, 28, 96, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.ipp_cps_recertification_banner {
    background: url(assets/images/banners/ipp-cps-recertification-banner.png?v=20250927),
        rgba(255, 255, 255, 0);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.ipp_cps_resources_car_seat_recall_list_banner {
    background-image: url("assets/images/banners/ipp-cps-resources-car-seat-recall-list-banner.png?v=20250927"),
        linear-gradient(180deg, #c8e3f0 0%, #cfebf8 100%),
        linear-gradient(180deg, #fad8d3 0%, #efccc6 100%);
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: center top, left top, right top;
    background-size: contain, 50% 100%, 50% 100%;
    background-color: #c8e3f0;
}

/* Card Horizontal Img Left */
.ipp_section_block_card_hor_img-left,
.ipp_section_block_card_hor_img-left-second {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.ipp_section_block_card_hor_img-left img {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    object-fit: cover;
    align-self: flex-start;
}

.ipp_section_block_card_hor_img-left-second img {
    flex: 1 1 40%;
    max-width: 40%;
    height: auto;
    object-fit: cover;
    align-self: flex-start;
}

.ipp_section_block_card_hor_img-left p {
    flex: 1 1 60%;
    align-self: flex-start;
}
.ipp_section_block_card_hor_img-left-second p {
    flex: 1 1 60%;
    align-self: flex-start;
}

.ipp_section_block_card_hor_img-left p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ipp_section_block_card_hor_img-left img,
.ipp_section_block_card_hor_img-left-second img {
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.ipp_wrap_list_blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
}

.ipp_section_body-text a {
    color: var(--deep-blue);
    text-decoration: underline;
}

.ipp_mb_30 {
    margin-bottom: 30px;
}

body {
    background-attachment: fixed;
    width: 100%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.ipp_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%;
}

.ipp_section_subblock_card-list {
    list-style-type: disc;
    padding-left: 14px;
    box-sizing: border-box;
    text-align: left;
}

.ipp_section_gap_text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.ipp_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_ipp_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;
}
#ipp-slide {
    width: 1060px;
}
.slider__arrow:hover svg path {
    fill: var(--amber-glow);
}
#ipp-slide .slider__arrow:hover {
    border-color: var(--amber-glow);
}
#ipp-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(--amber-glow);
}
.glide__slide-link img {
    width: 32px;
    height: 32px;
}

#ddDropdown .ipp_nav_link_sublist_wrapper,
#cpsDropdown .ipp_nav_link_sublist_wrapper {
    flex-direction: column !important;
}
#ddDropdown .ipp_nav_link_sublist_wrapper ul,
#cpsDropdown .ipp_nav_link_sublist_wrapper ul {
    width: 80%;
}

.ipp_nav_link_sublist_wrapper.border-sub .ipp_nav_dropdown_link.border-sub {
    border-bottom: 1px solid var(--very-light-gray);
    display: flex;
    gap: 10px;
    align-items: center;
}
#cpsDropdown .ipp_nav_link_sublist_wrapper.border-sub {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    box-sizing: border-box;
    text-align: left;
    font-size: 15px;
    text-transform: none;
}
#cpsDropdown .ipp_nav_link_sublist_wrapper.border-sub p {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid var(--light-grey);
    display: flex;
    gap: 10px;
    align-items: center;
    box-sizing: border-box;
    text-align: left;

    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;

    width: 100%;
}
/* options */
.mt-8 {
    margin-top: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.gap-8 {
    gap: 8px;
}
.gap-12 {
    gap: 12px;
}
.gap-20 {
    gap: 20px;
}
.gap-40 {
    gap: 40px;
}
.pt-10 {
    padding-top: 10px;
}
.pt-50 {
    padding-top: 50px;
}
.ml-40 {
    margin-left: 40px;
}
.pl-0 {
    padding-left: 0px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-35 {
    padding-left: 35px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-60 {
    padding-left: 60px;
}
.w-auto {
    width: auto;
}
.flex-wrap {
    flex-wrap: wrap;
}

.ipp_list_disc_sub ul ul {
    list-style-type: disc;
}
.ipp_color_marker_deep li::marker {
    color: var(--deep-blue);
    font-size: 16px;
}
.mb-not-child-8 li:not(:last-child),
.ipp_section_subblock_card-list li:not(:last-child),
.ipp_section_block_card_hor_img-left .mb-not-child-8 li:not(:last-child),
.ipp_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);
}

.ipp_section_item_card-title-h3-info {
    margin-left: 0;
    margin-top: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--midnight-navy);
}
.ipp_section_item_card-title-h3-info-deepblue {
    margin-top: 0;

    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--deep-blue);
}

.ipp_section_item_card-title-h3-info-contact {
    margin-top: 0;
    margin-left: 0;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--deep-blue);
}
.ipp_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;
}
.ipp_section_item_card-title-h3-info-position {
    margin-bottom: 0;
    font-family: "Roboto";
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--charcoal);
}

.ipp_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;
}

.block-information-wrapper-row {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}

.ipp_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%*/
.ipp_section_block_card_hor_img-left-20 {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.ipp_section_block_card_hor_img-left-20-image {
    width: 190px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.ipp_section_block_card_hor_img-left-20-image-40 {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.ipp_section_block_card_hor_img-left-20 p {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ipp_section_block_card_body {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.ipp_section_block_card_body_20 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ipp_section_block_card_body_20.gap-8 {
    gap: 8px;
}
.ipp_section_block_card_body_20.gap-40 {
    gap: 40px;
}
.ipp_section_block_card_body_20 p {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}
.ipp_section_block_card_body_20_mb p {
    display: inline-block;
    text-align: left;
}

.ipp_section_block_card_body_zero {
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.ipp_section_block_card_body_zero p {
    display: inline-block;
    text-align: left;
    margin-bottom: 0;
    margin-top: 0;
}

/* Card Horizontal Img Right */
.ipp_section_block_card_hor_img-right {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    width: 100%;
    justify-content: space-between;
}

.ipp_section_block_card_hor_img-right p,
.ipp_section_block_card_hor_img-right ul {
    flex: 1 1 60%;
    align-self: flex-start;
}

.ipp_section_block_card_hor_img-right
    .ipp_section_block_card_hor_img-right-width-450 {
    box-sizing: border-box;
    max-width: 350px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
    border-radius: 8px;
    height: auto;
    object-fit: cover;
}

.ipp_section_block_card_hor_img-right .max-h-269 {
    min-height: 269px;
    max-height: 269px;
}
.ipp_section_block_card_hor_img-right .border-none {
    border: none;
}
.width-100-per {
    width: 100%;
    box-sizing: border-box;
}

/* BTN MORE LINK start*/
.ipp_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;
}

.ipp_btn_more_link svg path {
    fill: var(--pure-white);
    transition: fill 0.3s ease;
}

.ipp_btn_more_link:hover,
.ipp_btn_more_link:focus,
.ipp_btn_more_link:focus-within {
    background: var(--amber-glow);
    border-color: var(--amber-glow);
    color: var(--midnight-navy);
    text-decoration: underline;
}

.ipp_btn_more_link:hover svg path,
.ipp_btn_more_link:focus svg path,
.ipp_btn_more_link:focus-within svg path {
    fill: var(--midnight-navy);
}

.ipp_btn_more_wrapper {
    text-align: left;
    margin-top: 20px;
}
/* BTN MORE LINK End*/

/* BLOCK GRID */
.ipp_section_grid_block_vert {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    list-style: none;
    padding-left: 0;
}

.ipp_section_grid_item_block_vert {
    flex: 1 1 calc(33.333% - 20px);
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
}

.ipp_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;
}

.ipp_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;
}

.ipp_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);
}
.ipp_section_grid_item_block_vert ul {
    padding-left: 15px;
}
.ipp_section_grid_item_block_vert li {
    font-family: "Source Sans 3";
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    list-style-type: disc;
}
.ipp_section_grid_item_block_vert li:not(:last-child) {
    margin-bottom: 8px;
}
.ipp_section_grid_inblock {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

.text-center {
    text-align: center;
}
.ipp-text-left {
    text-align: left;
}

.ipp_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;
}

.ipp_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);
}
.ipp_section_block-title-h3-regular {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--midnight-navy);
    margin-top: 0;
    text-align: left;
}

.ipp_section_grid_inblock a {
    transition: all 0.3s ease;
    color: var(--deep-blue);
}
.ipp_section_grid_inblock a:hover {
    color: var(--midnight-navy);
}

.ipp_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;
}

.ipp_item_not_last_mb:not(:last-child) {
    margin-bottom: 8px;
}
.ipp_section_block_card_hor_img-left
    .ipp_section_block_card_hor_img-left-height {
    max-height: 500px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
}

.ipp_section_block_card_hor_img-left
    .ipp_section_block_card_hor_img-left-width-400 {
    max-width: 400px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
}
.ipp_section_block_card_hor_img-left
    .ipp_section_block_card_hor_img-left-width-450 {
    max-width: 450px;
    object-position: bottom center;
    border: 1px solid rgba(6, 28, 96, 0.05);
    border-radius: 8px;
}

.ipp_section_block_card_hor_img-left
    .ipp_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,
.block-information-wrapper-block h3 {
    margin-top: 0;
    margin-bottom: 0;
}
.block-information-wrapper-block p {
    text-align: left;
}

.ipp_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);
}
.ipp_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);
}
.ipp_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 */
.ipp_nav_btn_icon.hover {
    background-color: var(--light-grey);
    color: var(--midnight-navy);
}
.ipp_nav_btn_icon.hover svg {
    fill: var(--midnight-navy);
}

.ipp_section_block-wrapper-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 0px;
    gap: 30px;
    align-self: flex-start;
}

.ipp_section_block-wrapper-row-item {
    min-width: 280px;
    flex: 1 1 calc(50% - 30px);
    width: 100%;
    box-sizing: border-box;
}
.ipp_section_block-wrapper-row-item ul {
    padding-left: 14px;
}

/* QUICK NAVIGATION */
.ipp_quick_navigation_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    list-style: none;
    justify-content: center;
}

.ipp_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;
}

.ipp_quick_navigation_link:hover {
    background: var(--amber-glow);
}
.ipp_quick_navigation_link img {
    width: 32px;
    height: 32px;
}
/* QUICK NAVIGATION */

/* Choose language */
.ipp_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);
}
.ipp_quick_navigation_list {
    list-style: none;
    padding-left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.ipp_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;
}

.ipp_choose_language_btn_active {
    background: var(--amber-glow);
    border: 1px solid var(--amber-glow);
}
.ipp_choose_language_btn_active,
.ipp_choose_language_btn:hover,
.ipp_choose_language_btn:focus,
.ipp_choose_language_btn:focus-within {
    border: 1px solid var(--midnight-navy);
    background: var(--amber-glow);
}

.ipp_choose_language_btn_image {
    border-radius: 4px;
}

.ipp_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 */
.ipp_choose_grid_block_vert {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
    list-style: none;
    padding-left: 0;
}

.ipp_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;
}
.ipp_choose_item_block_vert:hover {
    border-color: var(--amber-glow);
    background-color: var(--amber-glow);
}
.ipp_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(--amber-glow);
    border-color: var(--amber-glow);
    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(--amber-glow);
    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;
}

.ipp_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 */

/* IPP */
.ipp-list-none {
    list-style-type: none;
    padding-left: 0;
    text-align: left;
}
.ipp-list-none-type {
    list-style-type: none;
}
dl {
    margin-bottom: 0;
}
.border-b {
    border-bottom: 1px solid var(--midnight-navy);
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* optional: small icon sizing helper */
.ipp_icon {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    vertical-align: -0.125em;
    margin-right: 8px;
    fill: currentColor; /* inherits text color */
    vertical-align: middle;
}

#contactIppDropdown .ipp-contact-menu {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 10px;
}
#contactIppDropdown .ipp-contact-menu p {
    box-sizing: border-box;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 4px;
}
.text-transf-cap {
    text-transform: capitalize;
}
.align-items-center {
    align-items: center;
}
.align-items-start {
    align-items: flex-start;
}
#contactIppDropdown .ipp_nav_dropdown_link {
    box-sizing: border-box;
    display: flex;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    color: var(--deep-blue);
}
#contactIppDropdown .ipp_nav_dropdown_link {
    padding: 0;
}
#contactIppDropdown .ipp_nav_dropdown_link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-right: 6px;
}
.ipp-contact-menu li {
    border-bottom: none;
}
/* events */

.event-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 30px;
}

#loadMoreBtn {
    display: block;
    margin: 40px auto 0;
    border: none;
    cursor: pointer;
    transition: transform 0.2s, background-color 0.2s;
    box-sizing: border-box;
    padding: 8px 20px;
    background: var(--amber-glow);
    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(--midnight-navy);
}

#loadMoreBtn:hover,
#loadMoreBtn:focus,
#loadMoreBtn:focus-within {
    text-decoration: underline;
    color: var(--deep-blue);
}

#loadMoreBtn.hidden {
    display: none;
}

.ipp_events_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;
    transition: background 0.2s, border 0.2s;
}

.ipp_events_btn_active {
    background: var(--amber-glow);
    border: 1px solid var(--midnight-navy);
}

.ipp_events_btn:not(.ipp_events_btn_active):hover,
.ipp_events_btn:not(.ipp_events_btn_active):focus,
.ipp_events_btn:not(.ipp_events_btn_active):focus-within {
    background: var(--light-grey);
    border: 1px solid var(--midnight-navy);
}

.ipp_events_btn_image {
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: text-bottom;
    margin-right: 4px;
}
.ipp-event-padding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
}
.ipp-event-location-wrapper {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    min-height: 94px;
}
.ipp-event-location-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.description-section {
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}
.description-section p {
    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;
}
/* events */

.ipp_section_block_card_vert {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}
.ipp_card_article {
    box-sizing: border-box;
    max-width: 368px;
    border: 1px solid var(--light-grey);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 15px;
    justify-content: flex-start;
    align-content: flex-start;
    text-align: left;
    margin-bottom: 12px;
    min-width: 300px;
    flex: 1 1 auto;
}

.ipp_card_article h4 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 47px;
    color: var(--midnight-navy);
    margin-top: 0;
    margin-bottom: 0;
}
.ipp_card_article-subtitle {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    margin-bottom: 0;
    margin-top: 0;
}

.ipp_card_article-source {
    font-family: "Source Sans 3";
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: var(--charcoal);
    box-sizing: border-box;
    margin-top: 0;
    margin-bottom: 0;
    min-height: 128px;
}

.ipp_section_list-program-res {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: auto;
    gap: 30px;
    justify-content: center;
}

.ipp_section_list_item-program-res:first-child {
    grid-column: 1 / -1;
    max-width: 369px;
    justify-self: center;
}

.ipp_section_list_item-program-res {
    background: var(--light-grey);
    min-width: 280px;
    max-width: 369px;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.ipp_section_list_item-program-res:hover,
.ipp_section_list_item-program-res:focus,
.ipp_section_list_item-program-res:focus-within {
    background: var(--amber-glow);
}

.ipp_section_list_item-program-res img {
    border-radius: 8px 8px 0 0;
    object-fit: cover;
    width: 100%;
    height: 200px;
    aspect-ratio: 369 / 200;
    object-position: top;
}

.ipp_section_list_item-program-res .ipp_image_contain {
    object-fit: contain;
}
.ipp_section_list_item-program-res .ipp_image_cover_center {
    object-fit: cover;
    object-position: center;
}
.ipp_section_list-card_item_wrap_res {
    height: 100%;
    width: auto;
    box-sizing: border-box;
    text-decoration: inherit;
    color: inherit;
    text-align: inherit;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
}
.ipp_card_item_btn_res {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 20px;
    gap: 8px;
    background: var(--amber-glow);
    text-decoration: none;
    border: 1px solid var(--amber-glow);
    border-radius: 50px;
    align-self: stretch;
}

.ipp_card_item_btn_res svg path,
.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res {
    transition: all 0.3s ease;
}

.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:hover,
.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:focus,
.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:focus-within {
    background: var(--deep-blue);
    border-color: var(--deep-blue);
}

.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:hover span,
.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:focus span,
.ipp_section_list-card_item_wrap_res .ipp_card_item_btn_res:focus-within span {
    color: var(--pure-white);
}

.ipp_card_item_btn_res span {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: var(--midnight-navy);
    transition: color 0.3s ease;
}
.btn_icon_wrap {
    background-color: var(--deep-blue);
    border-radius: 50%;
    padding: 4px;
}

.ipp_section_block {
    width: 100%;
}

.ipp_card_item_btn_inline {
    display: inline-flex;
    margin-left: 10px;
}
.ipp_section_body-text-bold,
.ipp_section_body-text.text-bold {
    font-weight: 700;
}

.ipp_color_marker_deep {
    list-style-type: none;
    padding-left: 20px;
}

.ipp_color_marker_deep li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: var(--deep-blue);
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

ol .ipp_section_block::marker {
    font-weight: 700;
    font-size: 14px;
}

/* car seat */
.ipp_section_block_table {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    max-width: 1168px;
    margin: 0 auto;
    border: 1px solid var(--amber-glow);
    overflow: hidden;
    font-family: Arial, sans-serif;
}

.ipp_section_block_table .table-header {
    display: contents;
}

.ipp_section_block_table .table-row {
    display: contents;
    background-color: var(--pure-white);
}

.ipp_section_block_table .table-cell {
    box-sizing: border-box;
    padding: 12px;
    border: 1px solid var(--amber-glow);
    text-align: center;
    min-width: 290px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    color: var(--charcoal);
    padding-top: 4px;
    padding-bottom: 4px;
}
.ipp_section_block_table .table-header .table-cell {
    background-color: var(--deep-blue);
    color: var(--pure-white);
    text-align: center;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.ipp_section_body-link {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
}
.list-item-disc {
    list-style-type: disc;
}
.ipp_section_block_card_hor_img-right .img_w_260 {
    max-width: 260px;
}

.ipp_section_body-text-link-row {
    display: block;
    margin-bottom: 4px;
}
.ipp-list-item-inline-block {
    display: inline-block;
}

/* certification */

.ipp_section_certification_steps {
    list-style: none;
    padding: 0;
}

.ipp_section_certification_step_title {
    margin-bottom: 8px;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
}

.ipp_section_certification_table {
    box-sizing: border-box;
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    border: 1px solid var(--amber-glow);
}

.ipp_section_certification_table th,
.ipp_section_certification_table td {
    box-sizing: border-box;
    font-family: "Roboto";
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    padding: 14px 15px;
    border: 1px solid var(--amber-glow);
    vertical-align: middle;
}
.ipp_section_certification_table p {
    box-sizing: border-box;
    font-family: "Roboto";
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
}
.ipp_section_certification_table th {
    font-weight: 700;
    color: var(--pure-white);
    background: var(--deep-blue);
    padding: 8px 15px;
}

.ipp_section_certification_table td {
    font-weight: 400;
    color: var(--charcoal);
}

.day-cell {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-top: 0;
}

.ipp_section_certification_dot {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    margin-right: 6px;
    border: none;
}

.dot-blue {
    background-color: #0077b6;
}
.dot-cyan {
    background-color: #2a9d8f;
}
.dot-orange {
    background-color: #f4a261;
}
.dot-red {
    background-color: #e63946;
}
/* certification */

/* recertification */
.ipp_section_recertification_list {
    list-style: none;
    padding: 0;
}

.ipp_section_recertification_item {
    background-color: var(--pure-white);
    margin-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 16px 20px;
    gap: 16px;
    border: 1px solid var(--foggy-silver);
    filter: drop-shadow(0px 2px 8px rgba(0, 0, 0, 0.08));
    border-radius: 12px;
}

.ipp_section_recertification_icon_wrapper {
    width: 60px;
    height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    font-size: 1.8em;
    color: white;
}

.ipp_section_recertification_icon--blue {
    background-color: #3f94ef;
}
.ipp_section_recertification_icon--green {
    background-color: #4aa580;
}
.ipp_section_recertification_icon--orange {
    background-color: #f7ab36;
}
.ipp_section_recertification_icon--purple {
    background-color: #5d46b3;
}

.ipp_section_recertification_text_wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ipp_section_recertification_item_title {
    margin: 0;
    text-align: left;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    color: var(--deep-blue);
}

.ipp_section_recertification_item_title span {
    display: block;
    margin-bottom: 8px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: var(--midnight-navy);
}
.ipp_section_recertification_title_h3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    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);
}

.ipp_section_recertification_item_subtitle {
    margin: 5px 0 0 0;
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: var(--charcoal);
    text-align: left;
}

.ipp_section_recertification_icon_image {
    border-radius: 4px;
    box-sizing: border-box;
    vertical-align: text-bottom;
}
/* recertification */
