/* imports */

/* Importing Roboto with different font weights */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');

/* variables */

:root {
    /* images, svg */
    --logo-no-text-blue: url(https://assets.codepen.io/1305688/huron-no-text-blue.svg);
    --logo-no-text-white: url(https://assets.codepen.io/1305688/huron-no-text-white.svg);
    --logo-horizontal-blue: url(https://assets.codepen.io/1305688/huron-horizontal-blue.svg);
    --logo-horizontal-white: url(https://assets.codepen.io/1305688/huron-horizontal-white.svg);
    --logo-vertical-blue: url(https://assets.codepen.io/1305688/huron-vertical-blue.svg);
    --logo-vertical-white: url(https://assets.codepen.io/1305688/huron-vertical-white.svg);
    --social-linkedin-white: url(https://assets.codepen.io/1305688/linkedin-white-op.svg);
    --social-twitter-white: url(https://assets.codepen.io/1305688/twitter-white-op.svg);
    --social-youtube-white: url(https://assets.codepen.io/1305688/youtube-white-op.svg);
    --social-facebook-white: url(https://assets.codepen.io/1305688/facebook-white-op.svg);
    --social-instagram-white: url(https://assets.codepen.io/1305688/instagram-white-op.svg);
    --bg-hcg-overlay-1: url(https://assets.codepen.io/1305688/bg-hcg-overlay.svg);
    --bg-hcg-overlay-2: url(https://assets.codepen.io/1305688/bg-hcg-overlay-2.svg);


    /* Colors*/
    --huron-colors-aubergine-800-og: #370022ff;
    --huron-colors-aubergine-600-og: #5d013aff;
    --huron-colors-ecru-50: #f7f6f4ff;
    --huron-colors-ecru-100-og: #ebe9e4ff;
    --huron-colors-guava-600: #db354dff;
    --huron-colors-stone-600: #5c5652ff;
    --huron-colors-mint-300-og: #bcffecff;
    --huron-colors-button-primary-hover: #e25d71;

    /* prod */
    /*
    --logo-no-text-blue: url();
    --logo-no-text-white: url();
    --logo-horizontal-blue: url();
    --logo-horizontal-white: url();
    --logo-vertical-blue: url();
    --logo-vertical-white: url();
    --social-linkedin-white: url();
    --social-twitter-white: url();
    --social-youtube-white: url();
    --social-facebook-white: url();
    --social-instagramhite: url();
    --bg-hcg-overlay-1: url();
    --bg-hcg-overlay-2: url();
    
    ......
    */
    
    /* fonts */
    /*typography variables 

    --font-title: 'Bricolage Grotesque', system-ui, -apple-system, Segoe UI, Helvetica, Arial, 'Apple Color Emoji', 'Segoe UI Emoji';
    */

    --primary-font: Roboto;

    --typo-h1-font-family: "Bricolage Grotesque", sans-serif;
    --typo-h1-font-size: 72px;
    --typo-h1-font-size-lg: 40px;
    --typo-h1-font-weight: 600;
    --typo-h1-letter-spacing: -0.4px;
    --typo-h1-line-height: 130%;

    --typo-h2-font-family: "Bricolage Grotesque";
    --typo-h2-font-size: 56px;
    --typo-h2-font-weight: 600;
    --typo-h2-letter-spacing: -0.4px;
    --typo-h2-line-height: 130%;

    --typo-h3-font-family: "Bricolage Grotesque";
    --typo-h3-font-size: 24px;
    --typo-h3-font-weight: 600;
    --typo-h3-letter-spacing: -0.4px;
    --typo-h3-line-height: 130%;

    --typo-h4-font-family: "Bricolage Grotesque";
    --typo-h4-font-size: 20px;
    --typo-h4-font-weight: 600;
    --typo-h4-letter-spacing: -0.4px;
    --typo-h4-line-height: 130%;

    --typo-inline-code-font-family: Roboto;
    --typo-inline-code-font-size: 14px;
    --typo-inline-code-font-weight: 600;
    --typo-inline-code-letter-spacing: 0px;
    --typo-inline-code-line-height: 20px;

    --typo-large-font-family: "Bricolage Grotesque";
    --typo-large-font-size: 18px;
    --typo-large-font-weight: 600;
    --typo-large-letter-spacing: 0px;
    --typo-large-line-height: 28px;

    --typo-lead-font-family: "Bricolage Grotesque";
    --typo-lead-font-size: 20px;
    --typo-lead-font-weight: 400;
    --typo-lead-letter-spacing: 0px;
    --typo-lead-line-height: 28px;

    --typo-p-font-family: Roboto;
    --typo-p-font-size: 16px;
    --typo-p-font-weight: 400;
    --typo-p-letter-spacing: 0px;
    --typo-p-line-height: 24px;

    
    /* colors */
    --huron-colors-aubergine-800-og: #370022ff;
    --huron-colors-aubergine-600-og: #5d013aff;
    --huron-colors-aubergine-400: #850253ff;
    --huron-colors-aubergine-100: #f5e6efff;
    --huron-colors-guava-100: #ffe0e5ff;
    --huron-colors-guava-500-og: #ff3d5aff;
    --huron-colors-guava-600: #db354dff;
    --huron-colors-guava-700: #d62440ff;
    --huron-colors-ecru-50: #f7f6f4ff;
    --huron-colors-ecru-100-og: #ebe9e4ff;
    --huron-colors-ecru-200-og: #e3e1d4ff;
    --huron-colors-ecru-300: #d6d3c9ff;
    --huron-colors-mint-100: #e3fff6ff;
    --huron-colors-mint-300-og: #bcffecff;
    --huron-colors-mint-500-og: #70cdb3ff;
    --huron-colors-mint-700: #4da38bff;
    --huron-colors-stone-50: #f2f0ebff;
    --huron-colors-stone-200: #d4d0cbff;
    --huron-colors-stone-400: #9e9995ff;
    --huron-colors-stone-600: #5c5652ff;
    --huron-colors-stone-900: #2b2624ff;
    --huron-colors-white: #ffffff;
    --huron-colors-button-primary-hover: #e25d71;
    --alpha-80-alt: #ffffff33;
    
    /* filters */
    
    --blur: 0px;
    --contrast: 100%;
    --brightness: 100%;
    --contrast: 100%;
    --dropshadow: 0px 0px 0px black;
    --grayscale: 0%;
    --hue-rotate: 0deg;
    --invert: 0%;
    --opacity: 100%;
    --saturate: 100%;
    --sepia: 0%;
}

* {
    box-sizing: border-box;
}

div {
    position: relative;
}

html, body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    color: var(--secondary-grey-dark);
    /*
    font-size: 16px;
    line-height: 135%;
    */
    font-size: 18px;
    line-height: 150%;
}

body.filter-blur-0 > * {
    filter: blur(0);
}


h1 {
    font-family: var(--typo-h1-font-family);
    font-size: var(--typo-h1-font-size);
    font-weight: var(--typo-h1-font-weight);
    letter-spacing: var(--typo-h1-letter-spacing);
    line-height: var(--typo-h1-line-height);
    margin: 0 0 15px 0;
    padding: 0;
}

h2 {
    font-family: var(--typo-h2-font-family);
    font-size: var(--typo-h2-font-size);
    font-weight: var(--typo-h2-font-weight);
    letter-spacing: var(--typo-h2-letter-spacing);
    line-height: var(--typo-h2-line-height);
    margin: 0 0 15px 0;
    padding: 0;
}

h3 {
    font-family: var(--typo-h3-font-family);
    font-size: var(--typo-h3-font-size);
    font-weight: var(--typo-h3-font-weight);
    letter-spacing: var(--typo-h3-letter-spacing);
    line-height: var(--typo-h3-line-height);
    margin: 0 0 10px 0;
    padding: 0;
}

h4 {
    font-family: var(--typo-h4-font-family);
    font-size: var(--typo-h4-font-size);
    font-weight: var(--typo-h4-font-weight);
    letter-spacing: var(--typo-h4-letter-spacing);
    line-height: var(--typo-h4-line-height);
    margin: 0 0 0 0;
    padding: 0;
}

p {
    font-family: var(--typo-p-font-family);
    font-size: var(--typo-p-font-size);
    font-weight: var(--typo-p-font-weight);
    letter-spacing: var(--typo-p-letter-spacing);
    line-height: var(--typo-p-line-height);
    margin: 0 0 15px 0;
    padding: 0;
}

p:not([class*="margin-bottom-"]):last-child {
    margin-bottom: 0;
}

a {
    position: relative;
    color: var(--primary-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.25s ease-in-out;
}

a {
    border-bottom: 1px solid var(--primary-grey);
}

a:not(.btn):hover {
    border-bottom: none;
}

img {
    display: block;
    width: 100%;
    max-width: 100%;
}

/* lists */

ul,
ol {
    font-family: Roboto;
    position: relative;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

ul:not(.list-inline-block) li:last-child,
ol:not(.list-inline-block)li :last-child {
    margin-bottom: 0;
}

ul.list-disc,
ol.list-disc {
    padding-left: 40px;
    list-style-type: disc;
}

ul.list-decimal,
ol.list-decimal {
    padding-left: 40px;
    list-style-type: decimal;
}

ul.list-pointer-right,
ol.list-pointer-right {
    padding-left: 40px;
}

ul.padding-left-20 {
    padding-left: 20px;
}

ul.li-padding-left-20 > li {
    padding-left: 20px;
}

ul.list-pointer-right li,
ol.list-pointer-right li {
    padding-left: 8px;
    margin-bottom: 5px;
    line-height: 100%;
    list-style-type: "\0261B";
}

ul.list-inline-block li,
ol.list-inline-block li {
    display: inline-block;
}

ul.li-margin-bottom-5 li {
    margin-bottom: 5px;
}

ul.li-margin-bottom-10 li {
    margin-bottom: 10px;
}

/* hr */

hr {
    margin: 30px 0;
    height: 0px;
    border: 1px solid var(--huron-colors-stone-200);
}

/* global modules, master template */

/*
nav.nav-top.nav-min:not(.preserve-height) {
    height: 0;
}

.nav-top-wrap {
    z-index: 11;
}
*/

nav.nav-top {
    /*height: 43px;*/ /* needed for transition */
    font-size: 12px;
    font-weight: 500;
    background-color: var(--secondary-grey-dark);
    /*transition: height 0.25s;*/
}

nav.nav-top .nav-top-inner {
    display: flex;
    padding: 8px 30px;
    justify-content: space-between;
}

nav.nav-top ul {
    display: flex;
    gap: 15px;
}

nav.nav-top a{
    color: var(--white);
    border: none;
}

nav.nav-top a:hover {
    color: var(--secondary-orange-light);
}

nav.nav-bottom {
    position: sticky;
    top: 0;
    height: clamp(60px, 12vw, 100px);
    background-color: var(--white);
    z-index: 100;
}

nav.nav-bottom .nav-ham {
    display: grid;
    place-items: center start;
}

nav.nav-bottom {
    border-bottom: 1px solid var(--misc-grey-1);
}

nav.nav-bottom .nav-actions-container {
    display: flex;
    height: clamp(60px, 12vw, 100px);
}

nav.nav-bottom .nav-actions-container > * {
    padding: 0 30px;
    cursor: pointer;
    z-index: 100;
}

nav.nav-bottom .nav-actions-container > *:hover {
    background-color: var(--misc-grey-5);
}

nav.nav-bottom .nav-logo-container {
    position: absolute;
    top: 20px;
    right: 30px;
    bottom: 20px;
    left: 30px;
    text-align: center;
}

nav.nav-bottom .nav-logo-container a {
    display: inline-block;
    height: 100%;
    border: none;
}

nav.nav-bottom .nav-logo {
    height: 100%;
    max-height: 87px;
}

@-moz-document url-prefix() { 
    /* firefox only - need width on logos */
    nav.nav-bottom .nav-logo {
        width: 190px;
    }
}


.is-mobile nav.nav-bottom .nav-logo-container { /* could just place in media query */
    top: 10px;
    bottom: 10px;
}

nav.nav-bottom ~ nav.nav-extended {
    top: clamp(60px, 12vw, 98px);
}

nav.nav-extended {
    position: sticky;
    /*top: clamp(60px, 12vw, 98px);*/
    top: 0;
    background-color: var(--misc-grey-4);
    border-top: 1px solid var(--misc-grey-1);
    border-bottom: 1px solid var(--misc-grey-1);
    z-index: 3;
}


nav.nav-extended .extended-tools a {
    border-bottom: none;
}

nav.nav-extended .extended-tools a span {
    width: 25px;
    height: 25px;
    display: block;
    visibility: hidden;
}

nav.nav-extended .extended-tools a#download {
    background: url(https://www.huronconsultinggroup.com/-/media/Images/HuronConsultingGroup/Icons/download-op.svg) no-repeat center;
}

nav.nav-extended .extended-tools a#email {
    background: url(https://www.huronconsultinggroup.com/-/media/Images/HuronConsultingGroup/Icons/mail-op) no-repeat center;
}

nav.nav-extended .extended-tools a#subscribe {
    background: url(https://www.huronconsultinggroup.com/-/media/Images/HuronConsultingGroup/Icons/subscribe-op) no-repeat center;
}

nav.nav-extended .extended-tools a#print {
    background: url(https://www.huronconsultinggroup.com/-/media/Images/HuronConsultingGroup/Icons/print-op) no-repeat center;
}

nav.nav-extended .search-container,
nav.nav-extended .crumb-container a {
    font-size: 14px;
    font-weight: 700;
    color: var(--secondary-grey-dark);
    border: none;
}

nav.nav-extended .crumb-container li:not(:last-child) a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    right: -15px;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.25s;
}

progress.scroll-progress-indicator::-webkit-progress-value {
    background-color: var(--primary-blue);
    transition: all 0.25s;
}

progress.scroll-progress-indicator::-webkit-progress-bar {
    background-color: transparent;
}

progress.scroll-progress-indicator {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    appearance: none;
    background-color: transparent;
    border: 0;
    pointer-events: none;
    z-index: 100;
}

/* ham nav */

.nav-ham {
    display: grid;
    place-items: center start;
}

.nav-ham-container {
    width: 24px;
    height: 24px;
    overflow: visible;
    display: block;
    cursor: pointer;
}

.nav-ham-container path {
    fill: none;
    stroke-width: 15;
    stroke: var(--secondary-grey-dark);
    transition: 0.25s;
}

/* target chromium based browsers */

.os-pc.chrome.desktop .ham-open path:first-child {
    d: path("M 10, 10, L 90, 90");
}

.os-pc.chrome.desktop .ham-open path:nth-child(2) {
    d: path("M 50, 60 L 50, 60");
    opacity: 0; 
}

.os-pc.chrome.desktop .ham-open path:last-child {
    d: path("M 10, 90, L 90, 10");
}

/* ham nav overlay */

.nav-ham-overlay {
    position: fixed;
    /*margin-top: 43px;*/
    /*top: 100px;*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    /*transition: margin-top 0.1s;*/
    z-index: 101;
    transition: background-color 0.25s, backdrop-filter 0.25s;
    /*transition-delay: -.05s, -.05s;*/
    backdrop-filter: blur(0px);
}

.nav-ham-overlay.ham-open {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(3px);
}

/*
.nav-ham-overlay {
    position: fixed;
    margin-top: 43px;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: margin-top 0.1s;
    z-index: 101;
}

.nav-ham-overlay.nav-min {
    margin-top: 0;
}

.nav-ham-content.nav-min {
    margin-top: 0;
}
*/

.nav-ham-content {
    position: fixed;
    /*top: clamp(60px, 12vw, 100px);*/
    top: 0;
    bottom: 0;
    /*margin-top: 43px;*/
    /*width: 100%;*/
    /*max-width: 368px;*/
    color: var(--white);
    overflow-y: auto;
    background-color: var(--secondary-grey-dark);
    box-shadow: 4px 0 10px 0 rgb(0 0 0 / 40%);
    clip-path: inset(0 -15px 0 0);
    transform: translateX(-378px);
    opacity: 0.93;
    transition: margin-top 0.1s;
    z-index: 101;
}

.nav-ham-content form {
    padding: 0;
    background-color: transparent;
}

.nav-ham-content input:focus + button {
    background-color: var(--primary-blue);
}

.nav-ham-content input:focus + button path {
    fill: var(--white);
}

.nav-ham-content input {
    border-right: none !important;
    border-radius: 2px 0 0 2px;
}

.nav-ham-content button {
    width: 52px;
    height: 42px;
    padding-top: 5px;
    padding-left: 10px;
    border: none;
    background-color: var(--misc-grey-4);
    border-radius: 0 2px 2px 0;
    transition: all 0.25s;
}

.nav-ham-content button:hover {
    background-color: var(--misc-grey-4);
    cursor: pointer;
}

.nav-ham-content button path {
    fill: var(--primary-blue);
    transition: fill 0.25s;
}

.nav-ham-content button:hover path {
    fill: var(--white); 
    fill: var(--primary-blue);
}

.nav-ham-content form input::placeholder {
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--misc-grey-6);
}

.nav-ham-content form input::-moz-placeholder {
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--misc-grey-10);
}

.nav-ham-content a:not(.btn, .mobile-show) {
    display: block;
    /*padding: 1px 0;*/
    font-size: 14px;
    color: var(--white);
    border-bottom: none;
}

.nav-ham-content a.item-active:not(.btn),
.nav-ham-content a:not(.btn):hover {
    color: var(--secondary-orange-light);
}

.arrow-right:after,
.nav-ham-content a:not(.no-arrow):after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
    transition: transform 0.25s;
}

.arrow-right.show-more:after {
    right: -15px;
}

.arrow-left:after,
.nav-ham-content a.arrow-left:after {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    position: relative;
    right: auto;
    top: 50%;
    margin-top: -4px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(135deg);
    transition: transform 0.25s;
}

.nav-ham-content .ham-mobile-close {
    padding: 8px 0;
    margin-bottom: 15px;
    font-size: 14px;
    color: var(--white);
    border-bottom: none;
}

.ham-content-wrap {
    height: 100%;
}

.ham-content-list a:after {
    display: none !important;
}

.nav-ham-content a.item-active:not(.no-arrow):after {
    transform: rotate(-225deg);
}

.nav-ham-content hr {
    margin: 10px 0;
}

.ham-content-inner {
    width: 368px;
}

.ham-content-list {
    overflow: hidden;
}

.ham-list-wrap {
    position: absolute;
    right: 0;
    width: 368px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    
    scrollbar-width: thin;
    scrollbar-color: #727374;
    scrollbar-gutter: #222424;
}

.ham-content-inner ul {
    display: flex;
    flex-direction: column; 
    gap: 10px;
}

.ham-list-wrap::-webkit-scrollbar {
    width: 10px;
}
 
.ham-list-wrap::-webkit-scrollbar-thumb {
    background: #ddd; 
    background: #727374;
}

.ham-list-wrap::-webkit-scrollbar-track {
    background: #666; 
    background: #222424;
}

/* search */

.nav-search {
    display: grid;
    place-items: center start;
    z-index: 100;
}

.nav-search svg {
    width: 32px;
}

/* search results */

.pager-container .arrow-right:after {
    width: 10px;
    height: 10px;
    right: -4px;
    margin-top: 7px;
}

.pager-container .arrow-left:after {
    width: 10px;
    height: 10px;
    right: -4px;
    margin-top: -7px;
}

.pager-container .current a {
    color: var(--secondary-grey-dark);
    font-weight: 500;
    border-bottom: none;
    pointer-events: none;
}

/* general overlay */

.overlay-general {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 9999;
}

/* hero */

.hero-img-container.img-gradient:after {
    content: '';
    background: linear-gradient( rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.25) );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.hero-img-container.img-duo ~ .header-container h1 {
    color: var(--white);
    font-weight: 500;
}

.hero-img-container.hide ~ .header-container h1 {
    color: var(--secondary-grey-dark);
    font-weight: 500;
}

.hero-img-container.img-gradient ~ .header-container h1 {
    color: var(--white);
    font-weight: 700;
    font-size: clamp(22px, 7vw, 56px);
}

.hero-img-container.img-gradient ~ .header-container h2 {
    font-size: clamp(20px, 5vw, 26px);
}

.hero-img {
    /*max-height: 400px;*/
    height: 100%;
    object-fit: cover;
    /*object-position: top;*/
    /*object-position: center;*/
}

.hero-header-wrap {
    position: relative;
}

/*
.hero-header-wrap .header-container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-items: end;
}
*/

.header-container h1 {
    margin-bottom: 0;
    /*font-size: clamp(22px, 7vw, 56px);*/
    font-size: clamp(22px, 7vw, 65px);
}

.header-container h2 {
    margin-top: 15px;
    margin-bottom: 0;
    /*font-size: clamp(20px, 5vw, 26px);*/
    font-size: clamp(26px, 5vw, 36px);
}

.header-container h2.margin-top-0 {
    margin-top: 0;   
}

.hero-header-wrap.header-outside .hero-img-container {
    position: relative;
}

.hero-header-wrap.header-outside .hero-img-container img {
    max-height: 200px;
}

.hero-header-wrap.header-outside .header-container h1 {
    color: var(--secondary-grey-dark);
    font-weight: 500;
}

.hero-header-wrap .reg-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.hero-header-wrap .reg-container > * {
    align-self: start;
}

.hero-header-wrap .logo-container {
    grid-row: 1;
    width: clamp(125px, 25vw, 200px);
}

.hero-header-wrap .form-hero-login {
    max-width: 585px;
    margin: 0;
    padding: 30px 50px 50px 50px;
    background-color: rgba(255,255,255,0.5);
    border: 1px solid #ddd;
    border-radius: 10px;
    backdrop-filter: blur(5px);
}

/*

.hero .hero-img.max-height-200 {
    max-height: 200px;
}

.hero h1.secondary-grey-dark {
    color: var(--secondary-grey-dark);
}

.hero.hero-logo-btn-white .reg-container .btn {
    color: var(--primary-blue);
    background-color: var(--white);
    border-color: var(--white);
}

.hero.hero-logo-btn-white .reg-container .btn:hover {
    color: var(--white);
    border-color: var(--white);
    background-color: var(--primary-blue);
}

.hero.hero-logo-btn-white .logo-container img,
.hero.hero-logo-btn-white-invert .logo-container img {
    content: var(--logo-horizontal-white);
}

.hero.hero-logo-btn-white-invert .reg-container .btn {
    color: var(--white);
    border-color: var(--white);
    background-color: transparent;
}

.hero.hero-logo-btn-white-invert .reg-container .btn:hover {
    color: var(--primary-blue);
    border-color: var(--white);
    background-color: var(--white);
}

*/

/* footer */

footer {
    padding: 80px 30px 50px 30px;
    color: var(--white);
    background-color: var(--primary-blue);
}

footer a {
    color: currentColor;
    font-weight: 400;
    border-bottom: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .footer-nav-links ul:not(.footer-social-links) li:not(:last-child) {
    margin-bottom: 15px;
}

footer .footer-logo-container {
    max-width: 150px;
    margin-bottom: 60px;
}

footer .footer-legal-links {
    padding-top: 40px;
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 13px;
    text-align: center;
    border-top: 1px solid var(--white);
}

footer .footer-legal-links li:not(:last-child):after {
    content: "\a0\a0\a0/\a0\a0\a0";
}

footer .footer-social-links {
    display: flex;
    justify-content: space-between;
}

footer .footer-social-links img {
    width: 20px;
    height: 20px;
}

footer .footer-bottom-copy {
    font-size: 13px;
    text-align: center;
}

/* legacy footer - move to guide.css */

footer.legacy {
    padding: 30px;
    background-color: var(--misc-grey-2);
}

footer.legacy a {
    display: block;
    color: var(--white);
    border-bottom: none;
}

footer.legacy a:hover {
    text-decoration: none;
}

footer.legacy .footer-nav-links {
    font-size: 14px;
    font-weight: 500;
}

footer.legacy .footer-nav-category {
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
    border-bottom: 1px solid var(--white);
}

footer.legacy .footer-nav-links ul li {
    margin-bottom: 10px;
    cursor: pointer;
}

footer.legacy .footer-logo-container {
    max-width: 150px;
    margin: 30px 0;
}

footer.legacy .footer-bottom-links {
    padding-top: 20px;
    border-top: 1px solid var(--white);
    font-size: 12px;
    font-weight: 500;
}

footer.legacy .footer-legal-links {
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 0;
    border-top: none;
    text-align: left;
}

footer.legacy .footer-legal-links li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
}

footer.legacy .footer-legal-links li:not(:last-child):after {
    content: unset;
}

footer.legacy .footer-social-links {
    margin-bottom: 15px;
    text-align: right;
}

footer.legacy .footer-social-links li {
    display: inline-block;
    margin-right: 15px;
}

footer.legacy .footer-social-links ul li:last-child {
    margin-right: 0;
}

footer.legacy .footer-social-links img {
    width: 20px;
    height: 20px;
}

footer.legacy .footer-bottom-copy p {
    color: var(--white);
    font-size: 12px;
    text-align: left;
}

/* buttons */

.btn {
    display: inline-block;
    padding: 15px 30px;
    margin: 0;
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    background-color: var(--primary-blue);
    border: 2px solid var(--primary-blue);
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.25s ease-in-out;
}

/* if in flex box, height will be dependent */
.btn.padding-0-40 {
    padding: 0 40px;
}

.btn:hover {
    color: var(--primary-blue);
    border-color: currentColor;
}

/* button modifiers */

.btn.btn-primary-blue.btn-invert {
    color: var(--primary-blue);
}

.btn.btn-primary-blue.btn-invert:hover {
    border-color: var(--primary-blue);
    background-color: var(--primary-blue);
}

.btn.btn-secondary-orange {
    background-color: var(--secondary-orange);
    border-color: var(--secondary-orange);
}

.btn.btn-secondary-orange:hover {
    color: var(--secondary-orange);
}

.btn.btn-secondary-orange.btn-invert {
    color: var(--secondary-orange);
}

.btn.btn-secondary-orange.btn-invert:hover {
    border-color: var(--secondary-orange);
    background-color: var(--secondary-orange);
}

.btn.btn-secondary-red {
    background-color: var(--secondary-red);
    border-color: var(--secondary-red);
}

.btn.btn-secondary-red:hover {
    color: var(--secondary-red);
}

.btn.btn-secondary-red.btn-invert {
    color: var(--secondary-red);
}

.btn.btn-secondary-red.btn-invert:hover {
    border-color: var(--secondary-red);
    background-color: var(--secondary-red);
}

.btn.btn-secondary-purple {
    background-color: var(--secondary-purple);
    border-color: var(--secondary-purple);
}

.btn.btn-secondary-purple:hover {
    color: var(--secondary-purple);
}

.btn.btn-secondary-purple.btn-invert {
    color: var(--secondary-purple);
}

.btn.btn-secondary-purple.btn-invert:hover {
    border-color: var(--secondary-purple);
    background-color: var(--secondary-purple);
}

.btn.btn-secondary-yellow {
    background-color: var(--secondary-yellow);
    border-color: var(--secondary-yellow);
}

.btn.btn-secondary-yellow:hover {
    color: var(--secondary-yellow);
}

.btn.btn-secondary-yellow.btn-invert {
    color: var(--secondary-yellow);
}

.btn.btn-secondary-yellow.btn-invert:hover {
    border-color: var(--secondary-yellow);
    background-color: var(--secondary-yellow);
}

.btn.btn-secondary-green {
    background-color: var(--secondary-green);
    border-color: var(--secondary-green);
}

.btn.btn-secondary-green:hover {
    color: var(--secondary-green);
}

.btn.btn-secondary-green.btn-invert {
    color: var(--secondary-green);
}

.btn.btn-secondary-green.btn-invert:hover {
    border-color: var(--secondary-green);
    background-color: var(--secondary-green);
}

.btn.btn-secondary-blue {
    background-color: var(--secondary-blue);
    border-color: var(--secondary-blue);
}

.btn.btn-secondary-blue:hover {
    color: var(--secondary-blue);
}

.btn.btn-secondary-blue.btn-invert {
    color: var(--secondary-blue);
}

.btn.btn-secondary-blue.btn-invert:hover {
    border-color: var(--secondary-blue);
    background-color: var(--secondary-blue);
}

.btn.btn-secondary-turquoise,
.btn.btn-secondary-turq {
    background-color: var(--secondary-turq);
    border-color: var(--secondary-turq);
}

.btn.btn-secondary-turq:hover {
    color: var(--secondary-turq);
}

.btn.btn-secondary-turq.btn-invert {
    color: var(--secondary-turq);
}

.btn.btn-secondary-turq.btn-invert:hover {
    border-color: var(--secondary-turq);
    background-color: var(--secondary-turq);
}

.btn.btn-secondary-orange-light {
    background-color: var(--secondary-orange-light);
    border-color: var(--secondary-orange-light);
}

.btn.btn-secondary-orange-light:hover {
    color: var(--secondary-orange-light);
}

.btn.btn-secondary-orange-light.btn-invert {
    color: var(--secondary-orange-light);
}

.btn.btn-secondary-orange-light.btn-invert:hover {
    border-color: var(--secondary-orange-light);
    background-color: var(--secondary-orange-light);
}

.btn.btn-secondary-grey-dark {
    background-color: var(--secondary-grey-dark);
    border-color: var(--secondary-grey-dark);
}

.btn.btn-secondary-grey-dark:hover {
    color: var(--secondary-grey-dark);
}

.btn.btn-secondary-grey-dark.btn-invert {
    color: var(--secondary-grey-dark);
}

.btn.btn-secondary-grey-dark.btn-invert:hover {
    border-color: var(--secondary-grey-dark);
    background-color: var(--secondary-grey-dark);
}

.btn.btn-white {
    color: var(--primary-blue);
    background-color: var(--white);
    border-color: var(--white);
}

.btn.btn-white:hover {
    color: var(--white);
    border-color: var(--white);
    background-color: var(--primary-blue);
}

.btn.btn-white.btn-invert {
    color: var(--white);
    border-color: var(--white);
    background-color: transparent;
}

.btn.btn-white.btn-invert:hover {
    color: var(--primary-blue);
    border-color: var(--white);
    background-color: var(--white);
}

.btn.btn-white.blend-screen {
    color: var(--black);
    mix-blend-mode: screen;
}

.btn.btn-white.blend-screen:hover {
    color: var(--white);
}

.btn.btn-black {
    color: var(--white);
    background-color: var(--black);
    border-color: var(--black);
}

.btn.btn-black:hover {
    color: var(--black);
    border-color: var(--black);
    background-color: var(--white);
}

.btn.btn-black.blend-multiply {
    mix-blend-mode: multiply;
}

.btn.btn-black.blend-screen:hover {
    color: var(--white);
}

.btn.btn-hover-bg-transparent:hover {
    background-color: transparent;
}

.btn.btn-hover-color-border-white:hover {
    color: var(--white);
    border-color: currentColor;
}

.btn.inactive,
[type="submit"].inactive {
    color: var(--misc-grey-3);
    background-color: var(--misc-grey-1);
    border-color: var(--misc-grey-3);
    cursor: default;
    pointer-events: none;
}

.btn:hover {
    background-color: var(--white);
}

.btn.btn-invert {
    border-color: currentColor;
    background-color: var(--white);
}

.btn.btn-invert:hover {
    color: var(--white);
}

.btn.btn-show-more {
    display: block;
    padding: 5px;
    border-width: 1px;
    border-radius: 0;
    border-color: transparent !important;
    font-size: 12px;
}

.btn.btn-show-more.btn-primary-blue:hover {
    color: var(--primary-blue);
    background-color: var(--white);
    border-color: currentColor !important;
}

.btn.btn-show-more.btn-secondary-orange:hover {
    color: var(--secondary-orange);
    background-color: var(--white);
    border-color: currentColor !important;
    
}

.actions {
    display: inline-block;
    font-size: 30px;
    float: right;
    cursor: pointer;
}

/* list filtering */

.list-filter-input {
    width: 100%;
    padding: 5px 10px;
    font-size: 16px;
    color: var(--misc-grey-10);
    border: 1px solid var(--primary-grey);
    border-radius: 1px;
}

.list-filter-input::placeholder {
    font-family: var(--primary-font);
    color: var(--primary-grey);
    font-size: 14px;
    font-weight: 700;
}

/* cookie policy */

.global-policy-container {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 15px 30px;
    color: var(--white);
    background-color: var(--secondary-grey-dark);
    transition: opacity 0.25s ease-in-out;
    z-index: 1000;
}

/* loading */
/* from: https://codepen.io/alexerlandsson/pen/yOVdvj?editors=1100 */

.dot {
    width: 20px;
    height: 20px;
    border: 4px solid white;
    border-radius: 50%;
    float: left;
    margin: 0 10px;
    transform: scale(0);
    -webkit-animation: fx 1000ms ease infinite 0ms;
    animation: fx 1000ms ease infinite 0ms;
}

.dot:nth-child(2) {
    -webkit-animation: fx 1000ms ease infinite 300ms;
    animation: fx 1000ms ease infinite 300ms;
}

.dot:nth-child(3) {
    -webkit-animation: fx 1000ms ease infinite 600ms;
    animation: fx 1000ms ease infinite 600ms;
}

.cta-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--typo-h2-font-family);
  font-size: 16px;
  font-weight: 600;
 
  color:var(--huron-colors-aubergine-600-og);
  margin: top 18px;
  margin-bottom: 18px;
  cursor: pointer;
  text-decoration: none;
 
}

.cta-link:hover {
  text-decoration: underline;
}

.cta-link:hover .arrow-icon {
  transform: translateX(4px);
  transition: transform 0.2s ease;
}

.btn-primary {
  background: var(--huron-colors-guava-600);
  color: var(--huron-colors-ecru-50);
  border: none;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
  font-family: var(--typo-h2-font-family);
}

.btn-primary:hover {
  background:  var(--huron-colors-button-primary-hover);
}

.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #ffffff33 !important;
  background-color: var(--huron-colors-aubergine-800-og);
  color: var(--huron-colors-stone-50);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--typo-h2-font-family);
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-secondary::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: var(--alpha-80-alt);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.btn-secondary:hover::before {
  opacity: 1;
}


@-webkit-keyframes fx {
    
    50% {
        transform: scale(1);
        opacity: 1;
    }
    
    100% {
        opacity: 0;
    }
}

@keyframes fx {
    
    50% {
        transform: scale(1);
        opacity: 1;
    }
  
    100% {
        opacity: 0;
    }
}


/* logged in */

.log-in .hero .content-container,
.logged-in .hero .content-container {
    grid-template-rows: 1fr;
}

@media (max-width: 1200px) {

    footer .footer-legal-links {
        gap: 15px;
        flex-direction: column;
    }
    
    footer .footer-legal-links li:after {
        content: unset !important;   
    }
}

@media (max-width: 668px) {
    
    header nav:not(.preserve-height) .nav-top-wrap {
        height: 0;
    }
    
    nav.nav-top .nav-top-inner {
        padding: 8px 15px;   
    }
    
    /*
    nav.nav-bottom .nav-actions-container {
        grid-template-columns: 34px repeat(6, 1fr);
    }
    */
    
    nav.nav-bottom .nav-actions-container > * {
        padding: 0 15px;
    }
    
    nav.nav-bottom .nav-logo {
        content: var(--logo-no-text-blue);
    }

    .hero .header-container {
        grid-template-rows: 1fr;
    }
    
    .nav-ham-content,
    .ham-content-inner {
        width: 100%;
    }
    
    footer.legacy {
        padding: 15px;
    }
    
    footer.legacy .footer-nav-links ul li {
        margin-bottom: 20px
    }
    
    footer {
        padding: 50px 30px;
    }
    
    footer .footer-logo-container {
        margin-bottom: 30px;
    }
    
    footer .footer-social-links {
        margin-bottom: 40px;
    }
    
    footer .footer-legal-links {
        margin-top: 40px;
    }
    
    footer .footer-legal-links,
    footer .footer-bottom-copy {
        text-align: left;
    }
}

@media (max-width: 468px) {
    
    .nav-ham-content {
        max-width: none;   
    }
}

@media (max-width: 368px) {
    
    header .nav-bottom .nav-logo-container {
        text-align: right;
    }
}

@media print {
    
    header,
    footer,
    .hero .img-gradient {
        display: none;
    }
    
    .hero .content-container {
        position: relative !important;
    }
    
    .hero h1 {
        color: var(--secondary-grey-dark) !important;
    }
    
    a {
        border: none !important;
    }
}