@charset "UTF-8";

/* CSS Custom Properties - u_colors */
:root {
    --u-orange: hsl(34, 100%, 50%);      /* Orange */
    --u-light-blue: hsl(194, 100%, 91%); /* Light blue */
    --u-dark-blue: hsl(210, 49%, 26%);   /* Dark blue */
}

/* CSS Reset (modern, opinionated) */
html, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  background: #fff;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *::before, *::after {
  box-sizing: inherit;
}



section {
    margin-left: 220px;
    box-sizing: border-box;
    width: calc(100% - 220px);
    /* float: left; */
    /* overflow: auto; */
    background: white;
    opacity: 0;
}

div#content, #primary, main#main {
    float: left;
    width: 100%;
}

footer#colophon {
    float: left;
}

footer#colophon {
    position: relative;
    z-index: 20;
}


/* Vertical Nav */

header#masthead {
    position: relative;
    z-index: 1000;
}

.vertical_nav {
    width: 220px;
    height: calc(100vh + 1px);
    padding: 42px 10px;
    box-sizing: border-box;
    background: #224464;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    border-bottom: 0px;
}

.vertical_nav_logo {
    display: flex;
    padding-bottom: 26px;
    border-bottom: 1px solid #ffffff;
    justify-content: center;
}

.vertical_nav_menu {
    padding: 10px 0px;
    width: 100%;
    box-sizing: border-box;
}

.search_button {
    border-top: 1px solid white;
    width: 100%;
    padding-top: 26px;
    display: flex
;
    justify-content: center;
    cursor: pointer;
}

.vertical_nav_bottom {
    width: 100%;
    display: flex;
}

.vertical_nav_inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

ul#primary-menu li {
    padding: 10px 0px;
    box-sizing: border-box;
    width: 100%;
}

ul#primary-menu li a {
    color: #FFF;
    font-family: "Albert Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}




/* hero home */
.hero_content h1 {
    color: #FFF;
    text-align: center;
    font-family: Epilogue;
    font-size: 10vw;
    font-style: normal;
    font-weight: 300;
    line-height: 86%;
}

section.hero.home_hero {
    background-position: center;
    background-size: cover;
    height: 33vw;
    display: flex
;
    align-items: center;
    justify-content: center;
    transform: translate(0px, 0px) !important;
}

.normal_hero_inner {
    background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 0%, #224464 100%);
    z-index: 2;
    position: relative;
}

.normal_hero::before {
    background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 0%, #224464 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 69%;
    z-index: 1;
    content: '';
}

.mobile_nav_menu {
    display: none;
}

.hero_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 36%, #224464 100%);
    z-index: 2;
}

.home .hero_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 36%, #224464 100%); */
    background: unset;
    z-index: 2;
}

ul#primary-menu {
    list-style: none;
    padding-left: 0px;
    margin: 0px;
}

ul#secondary-menu {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}

.home_about_content_inner {
    display: flex;
    padding: 104px 5% 124px;
    box-sizing: border-box;
    width: 100%;
    gap: 45px;
}

.entry-content em {
    font-style: italic;
}

.entry-content em:first-child {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 40px;
    float: left;
}

.entry-content strong {
    font-weight: bold;
}


.entry-content_left {
    width: 80%;
    padding-right: 30px;
    border-right: 1px solid;
}

.entry-content_right {
    padding-left: 30px;
    width: 20%;
}

.entry-content.post-single-content {
    display: flex
;
}

section.hero_holder {
    opacity: 1;
}

.nf-response-msg {
    font-weight: bold;
    font-family: Inter;
    font-size: 18px;
}

.home_about_content_inner_left {
    width: 33.333%;
}

.home_about_content_inner_left svg {
    width: 100%;
}

.home_about_content_inner_right {
    flex: 1;
    padding: 10px;
    box-sizing: border-box;
}

.home_about_content_inner_right_copy {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
}

.home_about_content {
    width: 100%;
    background: linear-gradient(360deg, #D0F3FF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.buttons {
    margin-top: 30px;
    gap: 20px;
    display: flex;
}

.button_wrapper {
    gap: 10px;
    background: #FF9201;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.button_wrapper::before {
    /* content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #FF9201;
    z-index: 2;
    height: 100%; */
}

div#essentiality_overview div a {
    text-decoration: none;
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    display: inline-flex
;
    padding: 11px 18px 8px 18px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    gap: 10px;
    background: #FF9201;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.licensing_program_item_icon {
    display: flex
;
    border-bottom: 1.5px solid #ffffff;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 5px;
    gap: 10px;
}

.licensing_program_item_icon img {
    width: 37px;
}

a.button {
    text-decoration: none;
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    display: inline-flex
;
    padding: 11px 18px 8px 18px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    text-transform: uppercase;
}

.button_wrapper canvas {
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/* Paper Shader specific styles - override any conflicts */
.paper-shader-container {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 1 !important;
    border-radius: inherit !important;
    overflow: hidden !important;
    opacity: 0;
}

.paper-shader-container canvas {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 150% !important;
    top: -25%;
    z-index: 1 !important;
    border-radius: inherit !important;
    display: block !important;
}

/* Ensure button wrappers have proper positioning for shaders */
.button_wrapper {
    gap: 10px;
    background: #FF9201;
    border-radius: 100px;
    overflow: hidden;
    position: relative !important;
    min-width: 100px;
    /* min-height: 40px; */
}

.section_header {
    border-bottom: 2.7px solid #0F1F2E;
}

.section_header h2 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}



.section_header h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 78px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.back_button {
    display: flex
;
    padding-bottom: 75px;
}

section.blue {
    background: rgba(208, 243, 255, 1);
}

section.blue .section_inner {
    padding-bottom: 0px;
}

section.form .section_inner {
    background: linear-gradient(180deg, #D0F3FF 0%, #D0F3FF 60.04%, rgba(208, 243, 255, 0.00) 77%);
}

section.form {
    background-image: url(/wp-content/uploads/2025/09/AdobeStock_1253800-EDITED-scaled.png);
    background-position: 100% 120%;
    background-size: calc(115% - 170px) auto;
    background-repeat: no-repeat;
}

section.form .section_inner:last-child {
    padding-bottom: 40vw;
}

.section_inner {
    width: 100%;
    padding: 130px 5%;
    box-sizing: border-box;
}

/* footer */

footer#colophon {
    background: rgba(34, 68, 100, 1);
    width: 100%;
    padding: 50px 50px 50px 270px;
    box-sizing: border-box;
}

ul#secondary-menu li a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Epilogue;
    font-size: 16.015px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer_links a {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Epilogue;
    font-size: 16.015px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.footer_content p {
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Epilogue;
    font-size: 16.015px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
}

.footer_inner_left {
    width: 25%;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    /* align-items: flex-start; */
    justify-content: space-between;
    /* height: 100%; */
}

.footer_inner {
    display: flex;
    /* flex-direction: row;
    align-items: flex-start; */
    justify-content: space-between;
}

.footer_inner_right {
    display: flex;
    flex: 1;
    padding-bottom: 0px;
    box-sizing: border-box;
    justify-content: flex-end;
    gap: 2vw;
}

.footer_inner_left_logo, .footer_inner_left_logo img {
    width: 100%;
}

.footer_inner_right_column {
    width: 198px;
}

ul#secondary-menu {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 35px;
}

.footer_content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

p.address_title {
    margin-bottom: 24px;
}

.footer_social a svg {
    max-height: 32px;
    width: auto;
}

.licensing_tab_content {
    font-family: 'Inter';
}


.about_top_content {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-top: 20px;
}

select#nf-field-246, select#nf-field-260 {
    width: 100% !important;
    height: 40px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

select#nf-field-86, select#nf-field-100 {
    height: 40px !important;
    width: 100% !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.about_subcopy {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
}

.careers_subcopy {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 20px;
    max-width: 900px;
}

.footer_social {
    display: flex
;
    gap: 13px;
}

.footer_inner_right_column {
    min-width: 240px;
    width: 15vw;
    max-width: 300px;
}

.footer_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

table.noborders, table.noborders tr, table.noborders tr td {
    border: 0px !important;
}

.footer_bottom {
    margin-top: 27px;
    color: #FFF;
    leading-trim: both;
    text-edge: cap;
    font-family: Epilogue;
    font-size: 14.438px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    text-align: left;
}




h4 {
    font-family: 'Inter';
}


.normal_hero {
    width: 100%;
    height: 17vw;
    padding-top: 8.2vw;
    overflow: hidden;
    background-size: cover;
    background-position: 100% 69%;
    overflow: hidden;
    opacity: 0;
    y: 0;
    position: relative;
}

.normal_hero_title {
    opacity: 0;
    y: 30;
}

.normal_hero_title h1 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 12vw;
    font-style: normal;
    font-weight: 300;
    line-height: 95%;
    margin: 0px;
    /* margin-bottom: -3.5vw; */
    /* height: 13vw; */
    display: flex
;
    align-items: flex-end;
}

.normal_hero_title h2 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 12vw;
    font-style: normal;
    font-weight: 300;
    line-height: 95%;
    margin: 0px;
    /* margin-bottom: -3.5vw; */
    /* height: 13vw; */
    display: flex
;
    align-items: flex-end;
}

.normal_hero_inner {
    background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 0%, #224464 100%);
}

.location h2 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
}

.location p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

p.location_address {
    margin-bottom: 15px;
    margin-top: 3px;
}

.locations {
	padding-top: 80px;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 30px;
}

.location {
    width: calc(33.333% - 20px);
}

.gform-theme--foundation .gform_fields {
    grid-column-gap: unset;
    -moz-column-gap: unset;
    column-gap: unset;
    display: unset;
    grid-template-columns: unset;
    grid-template-rows: unset;
    inline-size: unset;
    grid-row-gap: unset;
    row-gap: unset;
}

.gform-theme--foundation .gform_fields {
    grid-column-gap: unset !important;
    -moz-column-gap: unset!important;
    column-gap: unset !important;
    display: unset !important;
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    inline-size: unset !important;
    grid-row-gap: unset !important;
    row-gap: unset !important;
    display: flex !important
;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 100px 0px !important;
    margin-bottom: -80px;
}

.gform-footer.gform_footer.top_label {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.gfield {
    width: calc(50% - 20px)!important;
}

.gfield input {
    border: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #0F1F2E !important;
    box-shadow: none !important;
    color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-left: 0px !important;
}

input#nf-field-5, input#nf-field-6 {
    border: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    border-bottom: 2px solid #0F1F2E !important;
    box-shadow: none !important;
    color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-left: 0px !important;
}

#nf-form-2-cont #nf-field-5-wrap .nf-field-label {
    display: none;
}

#nf-form-2-cont div#nf-field-5-container {
    margin-bottom: 104px;
    padding-right: 5%;
}

#nf-form-2-cont div#nf-field-6-container {
    margin-bottom: 0px;
    padding-right: 5%;
}

#nf-form-2-cont #nf-field-6-wrap .nf-field-label {
    display: none;
}

#nf-form-2-cont div#nf-field-7-container {
    padding-left: 5%;
}

#nf-form-2-cont input#nf-field-5::placeholder, #nf-form-2-cont input#nf-field-6::placeholder{
    color: #0F1F2E !important;
}

#nf-form-2-cont div#nf-field-8-container .nf-before-field {
    display: none;
}

#nf-form-2-cont div#nf-field-8-container .nf-after-field {
    display: none;
}

#nf-form-2-cont div#nf-field-8-container {
    display: flex
;
    justify-content: flex-end;
}

#nf-form-2-cont label#nf-label-field-7 {
    color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.gfield textarea {
    border: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    border: 2px solid #0F1F2E !important;
    box-shadow: none !important;
    color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-left: 0px !important;
	height: 150px !important;
}

#nf-form-2-cont textarea#nf-field-7 {
    border: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    border: 2px solid #0F1F2E !important;
    box-shadow: none !important;
    color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
    padding-left: 0px !important;
    height: 150px !important;
    padding: 15px !important;
}

div#field_1_6 .gfield_label {
	color: #0F1F2E !important;
    font-family: Inter !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.gform-theme--foundation .gfield textarea.large {
    min-block-size: unset !important;
}



span.gfield_required {
    display: none;
}

div#field_1_5 {
    order: 2;
}

div#field_1_3 {
    order: 3;
}

div#field_1_4 {
    order: 5;
    margin-top: -138px;
}

div#field_1_6 {
    order: 4;
}

#nf-form-2-cont span#nf-form-title-2 {
    display: none;
}

input#gform_submit_button_1 {
    gap: 10px;
    background: #FF9201;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    display: inline-flex
;
    padding: 11px 18px 8px 18px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
    text-transform: uppercase;
    /* margin-top: -100px; */
    display: flex
;
    align-items: center;
    justify-content: center;
}

.form_inner {
    padding-top: 100px;
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 50px;
    width: calc(100% + 4vw);
    margin-left: -2vw;
}

.news_slider_item_image {
    height: 17vw;
    overflow: hidden;
    display: flex
;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

/* .news_slider_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.news_slider_item {
    width: calc(33.333%);
    height: auto;
    /* padding: 20px 0px; */
    box-sizing: border-box;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(34, 68, 100, 0);
    transition: background .3s;
}

.news_slider_item > a.news_slider_item_link, .news_slider_item > div.news_slider_item_link {
    box-sizing: border-box;
    padding: 20px 0px 10px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(34, 68, 100, 0);
    transition: background .3s;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.news_slider_item:hover > a.news_slider_item_link {
    background: rgba(34, 68, 100, .1);
    transition: background .3s;
}

.news_slider_item:hover > a:not(.event_item) {
    background: rgba(34, 68, 100, .1);
    transition: background .3s;
}

.news_slider_item_inner {
    padding: 0vw 2vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    gap: 20px;
}

/* Ensure all slides have the same height */
.news_slider .slick-track {
    display: flex !important;
}

.news_slider .slick-slide {
    height: inherit;
    display: flex !important;
}

.news_slider .slick-slide > div {
    display: flex;
    height: 100%;
}

.news_slider .slick-slide .news_slider_item {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news_slider .slick-slide .news_slider_item_inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.news_slider_item_date {
    color: #FF9201;
    font-family: Inter;
    font-size: 18.584px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
}

.news_slider_item_source {
    color: #F93;
    font-family: Inter;
    font-size: 21.419px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    margin-top: 7px;
    padding-top: 15px;
    border-top: 2px solid #0F1F2E;
    text-transform: uppercase;
    min-height: 37.35px;
}

.news_slider_item_content h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 22.22px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-top: 15px;
    margin-bottom: 0px;
}

.news_slider_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

ul.slick-dots {
    position: relative;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.slick-dots li {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.slick-dots li button {
    width: 15px!important;
    height: 15px!important;
    background: #0F1F2E!important;
    border-radius: 50%!important;
}

ul.slick-dots li.slick-active button {
    background: #F93 !important;
}

ul.slick-dots li button::before {
    display: none;
}

.careers_column {
    display: flex
;
    flex-direction: column;
    width: 25%;
    padding: 0px 1.8vw 2vw 2.5vw;
    gap: 20px;
    border-right: 2px solid #0F1F2E;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.careers_column::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);
    border-radius: 0px 0px 0px 0px;
    background: linear-gradient(360deg, #FF9201 5.29%, rgba(255, 255, 255, 0.00) 100%);
    z-index: 0;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.careers_column:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.careers_column:last-child {
    border-right: none;
}

    .careers_columns {
    display: flex
;
}

.careers_column h2 {
    color: white;
    font-family: Inter;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    min-height: 43px;
    background: #0F1F2E;
    padding: 10px;
    position: relative;
    z-index: 1;
}

.careers_column p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    position: relative;
    z-index: 1;
}

.full_width_image {
    width: 100%;
    height: 25vw;
    background-size: cover;
    background-position: center;
}

.open_position_top_left h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: uppercase;
}

.open_position_top_left div {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.open_position_top_left {
    display: flex
;
    gap: 10px;
}

.open_position_top_right {
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 33px;
}

.open_position_top {
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.apply_button a {
    border-radius: 174.332px;
    background: rgba(15, 31, 46, 1);
    color: #FFF;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    text-decoration: none;
    text-transform: uppercase;
    width: 104.746px;
    height: 47.051px;
    /* flex-shrink: 0; */
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-top: 3px;
}

.open_position {
    padding: 22px 0px;
    border-bottom: 1px solid #0F1F2E;
}

.open_positions {
    margin-top: 100px;
    border-top: 1px solid #0F1F2E;
}

.news_page_inner {
    padding: 100px 5%;
    box-sizing: border-box;
}

ul.news_filter_categories {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    border-bottom: 2px solid #0F1F2E;
    margin-top: 45px;
    gap: 30px;
}

li.news_filter_category.active a {
    background: #0F1F2E;
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 179%;
    text-decoration: none;
    padding: 0px 19px;
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

li.news_filter_category a {
    background:transparent;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 179%;
    text-decoration: none;
    padding: 0px 19px;
    display: block;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_contact_email {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 179%;
}

.news_contact {
    display: flex
;
    gap: 33px;
    justify-content: flex-end;
}

/* div#news-grid {
    display: flex
;
    flex-wrap: wrap;
    width: calc(100% + 4vw);
    margin-left: -2vw;
    margin-top: 75px;
} */

div#news-grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 4vw);
    margin-left: -2vw;
    margin-top: 75px;
    gap: 42px 0px;
}

div#events-grid {
    display: flex
;
    flex-wrap: wrap;
    width: calc(100% + 4vw);
    margin-left: -2vw;
    margin-top: 75px;
    gap: 82px 0px;
}

div#search-results-grid {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 4vw);
    margin-left: -2vw;
    margin-top: 75px;
    gap: 82px 0px;
}

.news_pagination_inner {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 20px;
    margin-top: 50px;
}

.news_filters_left {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 179%;
}

.news_pagination_pages {
    display: flex;
    gap: 49px;
    padding: 0px 25px;
}

span.news_pagination_ellipsis {
    color: #0F1F2E;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.news_pagination_pages a {
    color: #0F1F2E;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    min-width: 20px;
    text-align: center;
    text-decoration: none;
}

a.news_pagination_page.active {
    border-bottom: 2px solid;
}

.eyebrow {
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #224464;
    color: white;
    font-family: Inter;
    font-size: 23.699px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: uppercase;
}

.licensing_top_content h2 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42.325px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    margin-top: 22px;
    margin-bottom: 22px;
}

.licensing_top_content p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.licensing_copy {
    margin-top: 37px;
    margin-bottom: 42px;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.licensing_programs {
    display: grid
;
    gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}

.licensing_program_item {
    background: #0F1F2E;
    padding: 28px 28px 28px;
    box-sizing: border-box;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.licensing_program_item_content {
    width: 100%;
    height: auto;
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}

.licensing_form_inner_form p {
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: left;
    width: 100%;
    margin: 10px 0px 10px;
}

.nf-form-fields-required {
    display: none;
}

#nf-form-12-cont {
    margin: 20px 0px;
}

.nf-field-element input {
    border: 1px solid #0F1F2E!important;
    height: 38px!important;
}

.nf-field-element select {
    margin-top: 10px!important;
    height: 150px!important;
    border: 1px solid #0F1F2E!important;
}

.nf-field-element select {
    margin-top: 10px!important;
    height: 150px!important;
    border: 1px solid #0F1F2E!important;
    padding: 14px!important;
    font-size: 16px!important;
    font-family: 'Inter'!important;
}

input[type="submit"] {
    display: flex!important;
    /* width: 127px!important; */
    padding: 11px 18px 8px 18px!important;
    justify-content: center!important;
    align-items: center!important;
    gap: 10px!important;
    border: 0px!important;
    border-radius: 100px!important;
    background: #224464!important;
    color: white!important;
    font-family: Epilogue!important;
    font-size: 18.465px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: 95%!important;
    text-transform: uppercase!important;
    margin: auto!important;
    transition: width 0.3s ease;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    -ms-transition: width 0.3s ease;
    -o-transition: width 0.3s ease;
}

.nf-response-msg {
    font-family: "Inter";
    font-size: 18px;
    line-height: 24px;
}

input[type="radio"] {
    height: auto!important;
}

input[type="checkbox"] {
    height: auto!important;
}

.licensing_program_item_content h3 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    width: 100%;
    /* padding-bottom: 5px; */
    /* border-bottom: 1.5px solid; */
    padding-top: 5px;
}

.programs {
    padding-top: 15px;
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

a.program {
    display: inline-flex
;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #ffffff;
    color: #FFF;
    font-family: Inter;
    font-size: 15.405px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;  
    text-decoration: none;
    background: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

a.program:hover {
    display: inline-flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #ffffff;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 15.405px;
    font-style: normal;
    font-weight: 400;
    line-height: 178%;  
    text-decoration: none;
    background: #FFF;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.licensing_program_item_other h3 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 26.939px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    padding-bottom: 7px;
    border-bottom: 2px solid;
    margin-bottom: 15px;
}

.licensing_program_item_other {
    margin-top: 65px;
    width: 100%;
}

.programs_other {
    padding-top: 0px;
    display: flex
;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

    a.program_other {
        display: inline-flex
    ;
        padding: 2px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border: 1px solid #0F1F2E;
        color: #0F1F2E;
        font-family: Inter;
        font-size: 15.405px;
        font-style: normal;
        font-weight: 400;
        line-height: 178%;
        text-decoration: none;
        background: transparent;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

    a.program_other:hover {
        background: #0F1F2E;
        color: #FFF;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
    }

.news_slider_item_content {
    margin-bottom: 0px;
}

.footer_links.bold a {
    font-weight: bold;
}

.open_position_content p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
    /* flex-direction: column; */
}

.open_position_content ul {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
    list-style: disc;
    /* flex-direction: column; */
}

.open_position_content ol {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 16px;
    list-style: decimal;
    /* flex-direction: column; */
}

ul.wp-block-list {
    list-style: disc;
}

p a {
    color: inherit;
}

.open_position_content p strong {
    font-weight: bold;
}

.open_position_content h1, .open_position_content h2, .open_position_content h3, .open_position_content h4, .open_position_content h5, .open_position_content h6 {
    color: #0F1F2E;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
}

.licensing_tabs {
    padding-top: 87px;
    display: flex
;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #0F1F2E;
    gap: 30px;
}

.licensing_tab.active {
    background: #0F1F2E;
    height: 46px;
    display: flex;
    border: 2px solid #0F1F2E;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    color: #FFF;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 0px solid #ffffff;
    padding-top: 2px;
}

.licensing_tab {
    background: #ffffff;
    height: 46px;
    display: flex;
    border: 2px solid #ffffff;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-bottom: 0px solid #ffffff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    padding-top: 2px;
    cursor: pointer;
    text-align: center;
}

.licensing_tab:not(.active):hover {
    border: 2px solid #0F1F2E;
    color: #0F1F2E;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-bottom: 0px solid #ffffff;
}

.licensing_tab_content p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 22px;
}

.licensing_tab_content p:last-child {
    margin-bottom: 0px;
}

.licensing_tab_content {
    padding-top: 57px;
}

.licensing_tab_content p a {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.team_grid {
    display: flex;
    gap: 23px 20px;
    flex-wrap: wrap;
}

.team_grid_item {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: calc(25% - 15px);
    /* height: 26.5vw; */
    /* overflow: hidden; */
}

.team_member_bio_content {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.licensing_tab_content_inner table {
    margin-bottom: 30px;
}

.team_grid_item img {
    width: 100%;
}

.team_grid_item_inner {
    position: relative;
}

.team_grid_item_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(180deg, rgba(34, 68, 100, 0.00) 0%, #224464 100%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    min-height: 40%;
}

.entry-content h4 {
    font-size: 2em;
    line-height: 2.3em;
    margin-top: 20px;
    font-weight: bold;
}

.team_grid_item_content h3 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 17.293px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}

.team_grid_item_content p {
    color: #FFF;
    font-family: Epilogue;
    font-size: 17.293px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
}

.licensing_tab_content > div {
    display: none;
}

.licensing_tab_content #overview {
    display: block;
}

#licensees ul {
    list-style: disc;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    columns: 3;
    padding-left: 20px;
    gap: 9vw;
    margin-bottom: 22px;
}

#licensors ul {
    list-style: disc;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    columns: 3;
    padding-left: 20px;
    gap: 9vw;
    margin-bottom: 22px;
}


.faq_top_left h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 23.485px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.faq_top_left div {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 21.699px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.faq_top_left {
    display: flex;
    gap: 10px;
    padding-right: 100px;
    box-sizing: border-box;
}

.faq_top_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
}

.faq_top {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.faq {
    padding: 22px 0px;
    border-bottom: 1px solid #0F1F2E;
}

.faq_content {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    padding: 20px 0px 10px;
}

.faq_bottom {
    /* display: none; */
}

.licensing_tab_content table thead tr:first-child th {
    border: 2px solid #0F1F2E;
    background: #D0F3FF;
    padding: 20px;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 20.186px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.licensing_tab_content table thead tr:first-child th strong {
    color: #0F1F2E;

font-family: Inter;
font-size: 20.186px;
font-style: normal;
font-weight: 600;
line-height: 95%; 
}

.licensing_tab_content table {
    min-width: 750px!important;
}

.licensing_tab_content h2 {
    color: white;
    font-family: Inter;
    font-size: 23.699px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    background: #224464;
    padding: 10px;
}

table thead tr:first-child th {
    border: 2px solid #0F1F2E;
    background: #D0F3FF;
    padding: 20px;
    color: #0F1F2E;
    font-family: Inter;
    font-size: 20.186px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

table tr:first-child td {
    color: #0F1F2E;

font-family: Inter;
font-size: 20.186px;
font-style: normal;
font-weight: 600;
line-height: 95%; 
}

table tr:first-child td {
    color: #0F1F2E;

font-family: Inter;
font-size: 20.186px;
font-style: normal;
font-weight: 600;
line-height: 95%; 
}

table {
    min-width: 750px!important;
}

.licensing_top_content p:not(:last-child) {
    margin-bottom: 15px;
}

.licensing_tab_content_inner {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

/* .licensing_tab_content h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 30px;
} */

.licensing_tab_content {
    padding-top: 57px;
    min-height: 500px;
}

.patent_download {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

ul.news_filter_categories {
    list-style: none;
    padding: 0px;
}

.patent_download a {
    border-radius: 100px;
    background: #FF9201;
    display: flex
;
    width: 140px;
    padding: 11px 18px 8px 18px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    text-decoration: none;
}

.licensing_tab_content table tr td {
    min-width: 142px!important;
}

.licensing_tab_content table tbody tr td {
    border: 2px solid #0F1F2E;
    /* background: #D0F3FF; */
    padding: 20px;
    color: #0F1F2E;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 95%; 
}

table tbody tr td {
    border: 2px solid #0F1F2E;
    /* background: #D0F3FF; */
    padding: 20px;
    color: #0F1F2E;

font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 95%; 
}

.postid-12427 .normal_hero_title h2 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 7.5vw;
    font-style: normal;
    font-weight: 300;
    line-height: 95%;
    margin: 0px;
    /* margin-bottom: -3.5vw; */
    /* height: 13vw; */
    display: flex
;
    align-items: flex-end;
}

.postid-12427 .normal_hero {
    width: 100%;
    height: 17vw;
    padding-top: 12vw;
    overflow: hidden;
    background-size: auto 103%;
    background-position: 20% 50%;
    overflow: hidden;
    opacity: 0;
    y: 0;
}

/* .faqs {
    margin-top: 100px;
    border-top: 1px solid #0F1F2E;
} */

.this_apparoach h2 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
    border-bottom: 2px solid #0f1f2e;
    padding-bottom: 7px;
}

.approach_copy {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
}

.approach_copy p {
    width: 100%;
}

.approach_items {
    display: flex
;
    justify-content: space-between;
    gap: 20px;
    margin-top: 71px;
    margin-bottom: 100px;
}

.approach_item {
    width: 25%;
}

.approach_item_title {
    color: #FFF;
    font-family: Inter;
    font-size: 20.699px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    display: inline-flex
;
    padding: 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    /* background: #0F1F2E; */
    text-align: center;
    max-width: 100%;
    color: #0F1F2E;
    text-align: left;
    font-size: 27.655px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    font-family: Inter;
    opacity: 0.25;
    width: 258px;
}

.mobile_nav_header {
    display: none;n
    background: #224464;
    /* display: flex */
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
}

.this_approach {
    width: 100%;
    /* float: left; */
    display: flex;
    will-change: transform;
    transform: translateZ(0);
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .section_inner,
.this_approach {
  position: relative;
  z-index: 10;        
} */

.gsap-pin-spacer:has(.this_approach) {
  position: relative !important;
  overflow: visible !important; /* Prevents clipping during calc */
}

.approach_item {
    width: 100%;
    display: flex
;
}

.approach_item p {
    margin-top: 0px;
    color: #0F1F2E;
    text-align: left;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 112%;
    opacity: .25;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    padding-left: 66px;
    flex: 1;
    padding-top: 15px;
}

.approach_item_inner {
    display: flex
;
    flex-direction: row;
    flex-direction: r;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 10px 3vw 10px;
    /* border-right: 2px solid #0F1F2E; */
    position: relative;
}

.approach_item_indicator {
    width: 18.286px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
    /* height: 100%; */
}

.approach_item_indicator::before {
    height: 100%;
    width: 3px;
    background: #224464;
    content: '';
    z-index: 1;
    position: absolute;
}

.this_approach h2 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.licensing_tab_content p em {
    font-style: italic;
}

.licensors_logos {
    display: flex
;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 40px;
}

.licensors_logos_inner {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.licensor_logo {
    display: flex
;
    align-items: center;
    justify-content: flex-start;
}

.licensor_logo img {
    max-width: 61%;
    max-height: 100px;
}

.approach_item_indicator_dot {
    width: 18.286px;
    height: 18.286px;
    background: #224464;
    border-radius: 50%;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.approach_item.active .approach_item_title {
    color: #FF9201;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.approach_item.active .approach_item_indicator_dot {
    background: #FF9201;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.approach_item.active p {
    opacity: 1;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.approach_item:last-child {
    border-right: 0px solid #0F1F2E;
}

.careers_button {
    margin-top: 100px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
/* .approach_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 0px);
    background: linear-gradient(360deg, #FF9201 5.29%, rgba(255, 255, 255, 0.00) 100%);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
}

.approach_item:hover::before {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
} */

.approach_items {
    display: flex
;
    justify-content: space-between;
    gap: 0vw;
    margin-top: 49px;
    padding-bottom: 41px;
    border-bottom: 0px solid black;
    margin-bottom: 49px;
    flex-direction: column;
}

.licensing_subcopy {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.news_slider_item a {
    text-decoration: none;
    color: inherit;
}

.news_slider_item.event_item {
    text-decoration: none;
    color: inherit;
    display: flex
;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.news_slider_item .button_wrapper {
    width: calc(100% - 0px);
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: center;
}

.news_slider_item .button_wrapper a {
    font-size: 14px;
    text-align: center;
}



/* .approach_item {
    color: #FFF;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    height: 18.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex: 1;
    padding: 3%;
    box-sizing: border-box;
} */

.hero_video_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

section {
    /* position: relative; */
}

.hero_video_wrapper video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw; /* 16:9 aspect ratio */
    min-height: 100vh;
    min-width: 177.77vh; /* 16:9 aspect ratio */
    transform: translate(-50%, -50%);
    border: none;
}


























/* Responsive adjustments */
@media (max-width: 768px) {
    .hero_video_wrapper video {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
    }
}

@media (max-width: 480px) {
    .hero_video_wrapper video {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 177.77vh;
    }
}

.entry-content p {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.entry-content h2, .entry-content h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.licensing_tab_content_inner ul, .licensing_tab_content_inner ol {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 20px;
}

.open_position_bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    padding: 0;
}

.open_position.active .open_position_bottom {
    padding: 20px 0; /* Add padding when expanded */
}

.toggle_button svg {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.toggle_button:hover svg {
    opacity: 0.7;
}

/* Ensure content is visible when expanded */
.open_position.active .open_position_content {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.2s; /* Delay opacity for smooth effect */
}

.open_position .open_position_content {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}





.faq_bottom {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    padding: 0;
}

.faq.active .faq_bottom {
    padding: 20px 0; /* Add padding when expanded */
}

.toggle_button svg {
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.toggle_button:hover svg {
    opacity: 0.7;
}

/* Ensure content is visible when expanded */
.faq.active .faq_content {
    opacity: 1;
    transition: opacity 0.2s ease-in-out 0.2s; /* Delay opacity for smooth effect */
}

.faq .faq_content {
    opacity: 0;
    transition: opacity 0.1s ease-in-out;
}

.licensing_tab_content_inner > h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-top: 10px;
    margin-bottom: 30px;
}

/* Team Member Bio Styles */
.team_grid_item {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.team_grid_item_inner {
    transition: all 0.3s ease-in-out;
}

.team_grid_item_inner {
    overflow: hidden;
}

.team_grid_item_inner .team_grid_item_image img {
    transform: scale(1);
    transition: all .6s ease-in-out;
    z-index: 1;
    object-fit: cover;
    min-height: 100%;
}

.team_grid_item_image {
    width: 100%;
    height: 100%;
}

.team_grid_item.active .team_grid_item_image img {
    transform: scale(1.05);
    transition: all .6s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 1;
}



.team_grid_item:hover .team_grid_item_image img {
    transform: scale(1.05);
    transition: all .6s ease-in-out;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    z-index: 1;
    
}

.team_grid.selected .team_grid_item .team_grid_item_inner::before {
    background: #224464;
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    transition: all .6s ease-in-out;
    display: block;
}

.team_grid.selected .team_grid_item:hover .team_grid_item_inner::before {
    opacity: 0;
}

.team_grid.selected .team_grid_item.active .team_grid_item_inner::before {
    background: #224464;
    opacity: 0;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    transition: all .6s ease-in-out;
    /* display: none; */
}

.team_member_bio {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
    /* background: #f8f9fa; */
    border-radius: 0 0 8px 8px;
    margin-top: 0;
}

.team_member_bio_content {
    padding: 50px 5vw 100px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out 0.2s;
    box-sizing: border-box;
    width: 100%;
}

.team_grid_item.active .team_member_bio_content {
    opacity: 1;
}

.team_member_bio_content p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
}

.team_member_bio_content p:last-child {
    margin-bottom: 0;
}

/* Responsive Bio Layout */
@media (max-width: 1200px) {
    .team_member_bio_content {
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .team_member_bio_content {
        padding: 20px;
    }
    
    .team_grid_item_inner:hover {
        transform: none; /* Disable hover transform on mobile */
    }
}

@media (max-width: 480px) {
    .team_member_bio_content {
        padding: 15px;
    }
}

/* Submenu Animation Styles */
ul#primary-menu ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transform: translateY(-10px);
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

ul#primary-menu ul.sub-menu.open {
    max-height: 500px; /* Adjust based on your submenu content */
    opacity: 1;
    transform: translateY(0);
}

.news_slider_item_image_inner {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

/* Smooth hover effects for menu items */
ul#primary-menu li:hover > a {
    color: var(--u-orange, #FF9201);
}

ul#primary-menu > li.current_page_item a {
    color: #FF9201;
}

.single-licensing .normal_hero {
    background-position: 20% 50%;
    background-size: cover;
}

/* ul#primary-menu li.menu-item-has-children:hover > a {
    color: var(--u-orange, #ff6b35);
} */

/* Search Modal Styles */
.search-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.search-modal.active {
    display: flex;
    opacity: 1;
}

.search-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(34, 68, 100, .85) 0%, rgba(34, 68, 100, .85) 100%);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.search-modal-content {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

.search-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.2s ease-in-out;
}

.search-modal-close:hover {
    opacity: 0.7;
}

.form-modal-close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 2;
    transition: opacity 0.2s ease-in-out;
}

.form-modal-close:hover {
    opacity: 0.7;
}

.search-modal-form {
    width: 100%;
    max-width: 600px;
    position: relative;
}

.search-modal-form form {
    display: flex
;
    align-items: center;
    /* background: rgba(255, 255, 255, 0.1); */
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 20px 30px;
    /* backdrop-filter: blur(20px); */
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease-in-out;
    border-radius: 157.203px;
    border: 2.115px solid #FF9201;
}

.search-modal-form form:focus-within {
    border-color: var(--u-orange, #ff6b35);
    background: rgba(255, 255, 255, 0.15);
}

.search-modal-form input[type="search"] {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    color: white;
    font-size: 24px;
    font-weight: 400;
    padding: 0;
    margin-right: 20px;
}

.search-modal-form input[type="search"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.search-modal-form button {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease-in-out;
}

.search-modal-form button:hover {
    opacity: 0.7;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .search-modal-content {
        padding: 15px;
    }
    
    .search-modal-close {
        top: 20px;
        right: 20px;
    }
    
    .search-modal-form form {
        padding: 15px 20px;
    }
    
    .search-modal-form input[type="search"] {
        font-size: 18px;
        margin-right: 15px;
    }
}

.button_wrapper.alt {
    background: #0F1F2E;
}

.button_wrapper.alt a.button {
    text-decoration: none;
    color: white;
    font-family: Epilogue;
    font-size: 18.465px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    display: inline-flex
;
    padding: 11px 18px 8px 18px;
    justify-content: center;
    align-items: center;
    z-index: 3;
    position: relative;
}

.button_wrapper.alt:hover a.button {
    color: #0F1F2E;
}

.button_wrapper:hover {
    background: transparent;
}

.team_member_bio {
    width: calc((100vw - 110px) - 13vw);
}

.team_grid_item_inner {
    height: 25.5vw;
    width: 100%;
    overflow: hidden;
}

.team_grid_item:nth-child(2) .team_member_bio {
    transform: translateX(calc(-19vw - 20px));
}

.team_grid_item:nth-child(3) .team_member_bio {
    transform: translateX(calc(-39vw - 20px));
}

.team_grid_item:nth-child(4) .team_member_bio {
    transform: translateX(calc(-59vw - 20px));
}

.team_grid_item:nth-child(6) .team_member_bio {
    transform: translateX(calc(-19vw - 20px));
}

.team_grid_item:nth-child(7) .team_member_bio {
    transform: translateX(calc(-39vw - 20px));
}

.team_grid_item:nth-child(8) .team_member_bio {
    transform: translateX(calc(-59vw - 20px));
}

.bio_top strong {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 20.275px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
}

.bio_top span {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 20.275px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    padding-left: 10px;
    padding-right: 15px;
}

.bio_top {
    color: #0F1F2E;
font-family: Epilogue;
font-size: 20.275px;
font-style: normal;
font-weight: 400;
line-height: 95%;
margin-bottom: 5px;
}

button.sub-menu-toggle {
    display: none;
}

ul.sub-menu {
    list-style: none;
    padding-left: 0px;
    /* display: none; */
}

ul#primary-menu li ul.sub-menu li a {
    color: #D0F3FF;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 13.213px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
}

ul#primary-menu li ul.sub-menu li {
    padding: 0px;
}

.event_link {
    margin-top: 20px;
}

.event_link a {
    color: #0F1F2E;

font-family: Inter;
font-size: 14.584px;
font-style: normal;
font-weight: 600;
line-height: 95%;

}

/* .event_item_date span {
    display: flex;
    border-bottom: 2px solid #0F1F2E;
    padding-bottom: 5px;
} */

.event_item_date {
    display: flex;
    border-bottom: 2px solid #0F1F2E;
    padding-bottom: 5px;
    width: 100%;
    justify-content: space-between;
    align-items: flex-end;
}

.event_item_date span {
    /* display: flex;
    border-bottom: 2px solid #0F1F2E;
    padding-bottom: 5px;
    width: 100%; */
    color: #FF9201;
    font-family: Inter;
    font-size: 18.584px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
}

.event_item_location {
    color: #0F1F2E;

text-align: right;
font-family: Inter;
font-size: 14.584px;
font-style: normal;
font-weight: 600;
line-height: 95%; 
opacity: 0.5;
}



.licensing_header_buttons {
    width: 450px;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

article {
    padding: 100px 7.5vw 0px calc(170px + 7.5vw);
    box-sizing: border-box;
    background: linear-gradient(180deg, #D0F3FF 0%, #D0F3FF 44.71%, rgba(208, 243, 255, 0.00) 100%);
    /* margin-bottom: 100px; */
}

article h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    border-bottom: 2px solid;
    margin-bottom: 100px;
}

.downloads {
    display: flex
;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
}

.relevant_links_title {
    display: inline-flex
;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #224464;
    color: white;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    text-transform: uppercase;
    text-align: center;
}

.entry-content {
    padding-bottom: 100px;
}

.licensing_form {
    background: rgba(0, 0, 0, .8);
    color: #FFF;
    font-family: "Albert Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400 !important;
    z-index: 100000000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: scroll;
    background: linear-gradient(0deg, rgba(34, 68, 100, .85) 0%, rgba(34, 68, 100, .85) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: none;
}

.licensing_form_inner {
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.licensing_form_inner_form {
    width: 900px;
    display: flex
;
    align-items: center;
    /* background: rgba(255, 255, 255, 0.1); */
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    padding: 50px 70px;
    /* backdrop-filter: blur(20px); */
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.3s ease-in-out;
    border-radius: 26px;
    border: 2.115px solid #FF9201;
    background: white;
    flex-direction: column;
    color: black;
}

.news_no_results {
    margin-left: 2vw;
    font-family: 'Albert Sans';
}













@media all and (max-width: 1500px) {
   .licensing_program_item_content h3 {
    color: #FFF;
    font-family: Epilogue;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    width: 100%;
    /* padding-bottom: 5px; */
    /* border-bottom: 1.5px solid; */
    padding-top: 5px;
}

.licensing_program_item {
    background: #0F1F2E;
    padding: 28px 28px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
}

.licensing_program_item_icon img {
    width: 30px;
    margin-top: 2px;
}

}


@media all and (max-width: 1350px) {
      .licensing_programs {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }
}





@media all and (max-width: 1050px) {



    .entry-content {
    display: flex
;
    flex-wrap: wrap;
    padding-top: 0px;
}

.entry-content_left {
    width: 100%;
    padding-right: 0px;
    border-right: 0px solid;
}

.entry-content_left {
    width: 100%;
    padding-right: 0px;
    border-right: 0px solid;
}

    .approach_item_inner {
        display: flex
    ;
        flex-direction: column;
        flex-direction: r;
        justify-content: center;
        text-align: center;
        gap: 10px;
        padding: 25px 3vw 25px;
        /* border-right: 2px solid #0F1F2E; */
        position: relative;
    }

    .approach_item p {
        margin-top: 0px;
        color: #0F1F2E;
        text-align: left;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 112%;
        opacity: .25;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        padding-left: 10px;
        flex: 1;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .vertical_nav {
        width: 100px;
        height: calc(100vh + 1px);
        padding: 42px 10px;
        box-sizing: border-box;
        background: #224464;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        display: block;
        border-bottom: 0px;
    }

    section {
        margin-left: 100px;
        box-sizing: border-box;
        width: calc(100% - 100px);
        float: left;
        overflow: auto;
        background: white;
        opacity: 0;
    }

    footer#colophon {
        background: rgba(34, 68, 100, 1);
        width: 100%;
        padding: 50px 50px 50px 150px;
        box-sizing: border-box;
    }

    .vertical_nav_top {
        width: 100%;
    }

    .vertical_nav_logo a {
        width: 100%;
    }


.vertical_nav_logo a svg {
    width: 90%;
    height: auto;
    margin-left: 5%;
}

ul#primary-menu > li > a {
    color: #FFF;
    font-family: "Albert Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    text-align: center;
    text-transform: uppercase;
    padding: 0px;
    box-sizing: border-box;
    display: block;
    text-decoration: none;
}

ul#primary-menu li ul.sub-menu li a {
    color: #D0F3FF;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 13.213px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

ul#primary-menu li ul.sub-menu {
    padding-top: 10px;
}

.footer_inner_left {
    width: 100%;
    padding-right: 40px;
    display: flex
;
    flex-direction: row;
    /* align-items: flex-start; */
    justify-content: space-between;
    /* height: 100%; */
}

.footer_inner_left_logo {
    width: 150px;
}

.footer_inner_right {
    display: flex
;
    flex: 1;
    padding-bottom: 0px;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 2vw;
    margin-top: 40px;
}

.team_grid_item {
    position: relative;
    transition: all 0.3s ease-in-out;
    width: calc(33.333% - 14px);
    /* height: 26.5vw; */
    /* overflow: hidden; */
}

.team_grid_item_inner {
    height: 35vw;
    width: 100%;
    overflow: hidden;
}


.team_grid_item:nth-child(2) .team_member_bio {
    transform: translateX(calc(-23vw - 20px));
}

.team_grid_item:nth-child(3) .team_member_bio {
    transform: translateX(calc(-52vw - 20px));
}

.team_grid_item:nth-child(4) .team_member_bio {
    transform: translateX(0px);
}

.team_grid_item:nth-child(5) .team_member_bio {
    transform: translateX(calc(-23vw - 20px));
}

.team_grid_item:nth-child(6) .team_member_bio {
    transform: translateX(calc(-52vw - 20px));
}

.team_grid_item:nth-child(7) .team_member_bio {
    transform: translateX(0);
}

.team_grid_item:nth-child(8) .team_member_bio {
    transform: translateX(calc(-23vw - 20px));
}

.team_grid_item:nth-child(6) .team_member_bio {
    transform: translateX(calc(-52vw - 20px));
}

.licensing_programs {
    display: grid
;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}

.section_header h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.news_slider_item_content h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-top: 15px;
    margin-bottom: 0px;
}

.news_slider_item_source {
    color: #F93;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    margin-top: 7px;
    padding-top: 15px;
    border-top: 2px solid #0F1F2E;
    text-transform: uppercase;
}

.news_slider_item_date {
    color: #0F1F2E;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    opacity: 0.5;
}

.licensing_header_buttons {
    width: 450px;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    flex-wrap: wrap;
}

.licensing_tab_content table {
    min-width: unset !important;
}

.home_about_content_inner {
    display: flex
;
    padding: 104px 5% 124px;
    box-sizing: border-box;
    width: 100%;
    gap: 25px;
    flex-wrap: wrap;
} 

.home_about_content_inner_right {
    flex: unset;
    padding: 10px;
    box-sizing: border-box;
    width: 1005;
}

.home_about_content_inner_left {
    width: 50%;
}

.section_header h2 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
}

.footer_inner_left {
    width: 100%;
    padding-right: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer_inner_right {
    display: flex
;
    flex: 1;
    padding-bottom: 0;
    box-sizing: border-box;
    justify-content: space-between;
    gap: 2vw;
}

.footer_inner_left_logo {
    width: 250px;
}

article {
    padding: 100px 7.5vw 0px calc(80px + 7.5vw);
    box-sizing: border-box;
    background: linear-gradient(180deg, #D0F3FF 0%, #D0F3FF 44.71%, rgba(208, 243, 255, 0.00) 100%);
    /* margin-bottom: 100px; */
}

article h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    border-bottom: 2px solid;
    margin-bottom: 50px;
}

}





@media all and (max-width: 768px) {


article h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    border-bottom: 2px solid;
    margin-bottom: 50px;
}


    .footer_inner_right_column {
    min-width: 50%;
    width: 50%;
    max-width: 50%;
}

    .footer_inner_right {
        display: flex
;
        width: 100%;
        padding-bottom: 0px;
        box-sizing: border-box;
        justify-content: space-between;
        gap: 39px 0vw;
        margin-top: 40px;
        flex-wrap: wrap;
        flex: unset;
    }

    section.form {
    background-image: url(/wp-content/uploads/2025/08/sanfran.jpg);
    background-position: 30% 100%;
    background-size: 153% auto;
    background-repeat: no-repeat;
}

.location {
    width: calc(50% - 20px);
}

.news_slider_item {
    width: calc(50%);
    height: auto;
}

.careers_column {
    display: flex
;
    flex-direction: column;
    width: 50%;
    padding: 0px 1.8vw 2vw 2.5vw;
    gap: 20px;
    border-right: 0px solid #0F1F2E;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

.careers_columns {
    display: flex
;
    flex-wrap: wrap;
    gap: 50px 0px;
}

.open_position_top_left {
    display: flex
;
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.open_position_top_right {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 33px;
    width: 100%;
}

.open_position_top {
    display: flex
;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
}












@media all and (max-width: 540px) {
    article h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    border-bottom: 2px solid;
    margin-bottom: 50px;
}

        article {
    padding: 100px 5vw 0px calc(5vw);
    box-sizing: border-box;
    background: linear-gradient(180deg, #D0F3FF 0%, #D0F3FF 44.71%, rgba(208, 243, 255, 0.00) 100%);
    /* margin-bottom: 100px; */
}

    main#main {
        padding-top: 65px;
    }

    .careers_column {
    display: flex
;
    flex-direction: column;
    width: 100%;
    padding: 0px 1.8vw 2vw 2.5vw;
    gap: 20px;
    border-right: 0px solid #0F1F2E;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}

    .vertical_nav {
    display: none;
}

.home_about_content_inner_left {
    width: 90%;
}


.normal_hero {
    width: 100%;
    height: 30vw;
    padding-top: 21.5vw;
    overflow: hidden;
    background-size: cover;
    background-position: 20% 50%;
    overflow: hidden;
    opacity: 0;
    y: 0;
}

    .team_grid_item_inner {
        height: 122vw;
        width: 100%;
        overflow: hidden;
    }

    .team_member_bio {
    width: calc((100vw) - 10vw);
}

.team_grid_item .team_member_bio {
        transform: translateX(0px)!important;
    }


    .team_grid_item {
        position: relative;
        transition: all 0.3s ease-in-out;
        width: calc(100% - 0px);
        /* height: 26.5vw; */
        /* overflow: hidden; */
    }

        .team_member_bio_content {
        padding: 30px 15px 30px;
    }
    .section_header h1 {
    width: 100%;
}

    .licensing_header_buttons {
        width: 100%;
        display: flex
;
        align-items: center;
        justify-content: flex-start;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    input#gform_submit_button_1 {
    margin-top: 100px !important;
}

        section.form {
        background-image: url(/wp-content/uploads/2025/08/sanfran.jpg);
        background-position: 30% 100%;
        background-size: 330% auto;
        background-repeat: no-repeat;
    }

    section.form .section_inner:last-child {
    padding-bottom: 100vw;
}

    div#field_1_4 {
    order: unset;
    margin-top: unset;
}

    .gfield {
    width: calc(100% - 0px) !important;
}

.single .section_header {
    flex-wrap: wrap;
}

    .licensing_programs {
        display: grid
;
        gap: 10px;
        grid-template-columns: repeat(1, 1fr);
    }

section.hero.home_hero {
    background-position: center;
    background-size: cover;
    height: 80vw;
    display: flex
;
    align-items: center;
    justify-content: center;
    transform: translate(0px, 0px) !important;
}

.news_slider_item_image {
    height: 62vw;
    overflow: hidden;
    display: flex
;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}

.section_news {
    margin-top: 37px;
}

    footer#colophon {
        background: rgba(34, 68, 100, 1);
        width: 100%;
        padding: 10% 5%;
        box-sizing: border-box;
    }

    section {
        margin-left: 0px;
        box-sizing: border-box;
        width: calc(100% - 0px);
        float: left;
        overflow: auto;
        background: white;
        opacity: 0;
    }
        /* .approach_item {
        flex: unset;
        display: flex
;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        gap: 25px;
        padding: 20px 2vw 30px;
        border-right: 0px solid #0F1F2E;
        position: relative;
        width: 100%;
    } */
    .footer_inner_right_column {
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.location {
    width: calc(100% - 20px);
}

.news_slider_item {
    width: calc(100%);
    height: auto;
}

.news_slider_item_content h3 {
    color: #0F1F2E;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    margin-top: 15px;
    margin-bottom: 0px;
}

.news_slider_item_source {
    color: #F93;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    margin-top: 7px;
    padding-top: 15px;
    border-top: 2px solid #0F1F2E;
    text-transform: uppercase;
}

.news_slider_item_date {
    color: #0F1F2E;
    text-align: left;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 95%;
    opacity: 0.5;
}

    .mobile_nav_header {
        background: #224464;
        display: flex
;
        align-items: center;
        justify-content: space-between;
        padding: 20px 20px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
    }

    .mobile_nav_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    background: #224464;
    z-index: 100;
    padding-top: 100px;
    padding-bottom: 50px;
}

ul#primary-menu > li > a {
    color: #FFF;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 23.272px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
}

ul#primary-menu li ul.sub-menu {
        padding-top: 10px!important;
        opacity: 1!important;
        max-height: unset!important;
    }

    .news_slider_nav {
    margin-top: 30px;
}

    ul#primary-menu li ul.sub-menu li a {
    color: #D0F3FF;
    text-align: center;
    font-family: "Albert Sans";
    font-size: 14.17px;
    font-style: normal;
    font-weight: 500;
    line-height: 95%;
    padding: 25px 0px 5px;
}

.search_button {
    border-top: 1px solid white;
    width: 90%;
    padding-top: 26px;
    display: flex
;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    bottom: 10vh;
    left: 5%;
}

.licensing_program_item {
    background: #0F1F2E;
    padding: 28px 28px 28px;
    box-sizing: border-box;
    display: flex
;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    min-height: 70vw;
}

article {
    padding: 100px 7.5vw 0px calc(7.5vw);
    box-sizing: border-box;
    background: linear-gradient(180deg, #D0F3FF 0%, #D0F3FF 44.71%, rgba(208, 243, 255, 0.00) 100%);
    /* margin-bottom: 100px; */
}

article h1 {
    color: #0F1F2E;
    font-family: Epilogue;
    font-size: 56.461px;
    font-style: normal;
    font-weight: 400;
    line-height: 89%;
    border-bottom: 2px solid;
    margin-bottom: 100px;
}

/* .approach_items {
    display: none;
} */

.licensing_top_content p:not(:last-child) {
    margin-bottom: 15px;
}

ul#primary-menu > li {
    margin-top: 16px;
}

.licensing_tabs {
    padding-top: 87px;
    display: flex
;
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 2px solid #0F1F2E;
    gap: 0px;
    flex-direction: column;
}

    article h1 {
        color: #0F1F2E;
        font-family: Epilogue;
        font-size: 40.461px;
        font-style: normal;
        font-weight: 400;
        line-height: 89%;
        border-bottom: 2px solid;
        margin-bottom: 100px;
    }
}