﻿/* Tokens */
.research-content {
    --blue-700: #01374f;
    --blue-600: #075484;
    --blue-500: #007dbc;
    --blue-400: #29abe2;
    --lime-500: #93EB3E;
    --green-800: #008000;
    --gray-100: #f8f8f9;
    --black: #212221;
    --white: #ffffff;
    --research-hero-overlay: rgba(83, 234, 253, 0.1);
    --shadow-25: rgba(0, 0, 0, 0.25);
    --shadow-18: rgba(0, 0, 0, 0.18);
    --research-input-bg: #ddf4fc;
    --research-ideal-bg: #f1fced;
    --gray-500: #767676;
    --gray-200: #e6e7e8;
    --blue-200: #77d5f3;
}

.research-content a {
    transition-duration: 0.2s;
}

/* Hero */
.research-hero {
    height: 400px;
    background-color: var(--research-hero-overlay);
    background-image: url("/research/Images/Index/hero_bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.research-hero h1 {
    font-size: 54px;
    color: var(--blue-700);
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.research-hero-inner {
    max-width: 1044px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.research-hero .eyebrow {
    color: var(--blue-400);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

.research-hero .hero-description {
    color: var(--blue-700);
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    max-width: 740px;
    margin: 0 auto;
}

/* Search Panel */
.research-search-panel {
    position: relative;
    z-index: 2;
    background: var(--white);
    box-shadow: 0 2px 6px var(--shadow-25);
    border-radius: 20px;
    padding: 30px 100px;
    margin: -40px auto 38px auto;
    max-width: 1197px;
    text-align: center;
}

.research-search-panel .title {
    font-size: 42px;
    color: var(--blue-700);
    font-weight: 700;
}

.research-search-panel .desc {
    font-size: 22px;
    color: var(--blue-700);
    margin: 10px auto 20px;
    max-width: 701px;
}

.research-search-panel .research-form-row {
    display: flex;
    gap: 20px;
    justify-content: center;
    max-width: 700px;
    margin: 0 auto 20px;
}

.research-input {
    background: var(--research-input-bg);
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 10px;
    border-radius: 4px;
    flex: 1;
}

.research-form-row>div {
    position: relative;
}

.research-input-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    display: inline-block;
}

.research-input-title,
.research-input-location {
    appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 20px;
    color: var(--blue-700);
    line-height: 1;
    outline: none;
    box-shadow: none !important;
}

.research-input-title:focus,
.research-input-location:focus {
    box-shadow: none !important;
}

.research-input-title::placeholder,
.research-input-location::placeholder {
    color: var(--blue-700);
    opacity: 1;
}

.research-input-title:focus::placeholder,
.research-input-location:focus::placeholder {
    opacity: 0;
}

.research-input .label {
    font-size: 20px;
    color: var(--blue-700);
}

/* Base button styles */
.research-btn-dark,
.research-employers-cta {
    height: 48px;
    padding: 15px 22px;
    border-radius: 30px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid transparent;
    transition: all 0.2s ease;
    background: var(--blue-700);
    color: var(--white) !important;
    min-height: 42px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}

.research-btn-dark{
    height: 42px;
}

.research-employers-cta {
    margin: 10px 0 20px;
}

.research-search-panel .title::after {
    content: "";
    display: block;
    background-color: var(--blue-400);
    width: 65px;
    height: 6px;
    margin: 6px auto 0;
}

.research-icon-blue {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(16%) sepia(99%) saturate(2042%) hue-rotate(185deg) brightness(98%) contrast(94%);
}

.research-icon-white {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    display: inline-block;
    filter: brightness(0) saturate(100%) invert(100%);
}

div[class*="typeahead-menu"] {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    border-top: none;
    background-color: #fff;
    text-align: left;
    width: 100%;
    z-index: 10;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.6);
}

div[class*="typeahead-suggestion"] {
    padding: 10px;
    cursor: pointer;
}

.typeahead-suggestion .tt-highlight {
    font-weight: 700;
    color: var(--green-800);
}

div[class*="typeahead-suggestion"]:hover,
div[class*="typeahead-suggestion"].is-active,
.typeahead-suggestion:hover .tt-highlight{
    font-weight: 700;
    color: var(--blue-400) !important;
}

.twitter-typeahead {
    width: 100%;
}


/* Content Sections */
.research-feature {
    padding: 70px 0;
}

.research-feature h2 {
    margin-top:0;
    font-size: 38px;
    color: var(--blue-700);
    font-weight: 700;
}

.research-feature p {
    font-size: 22px;
    color: var(--blue-700);
    line-height: 28px;
}

.research-learn {
    height: 42px;
    border: 2px solid var(--lime-500);
    border-radius: 30px;
    padding: 7px 22px;
    color: var(--blue-600);
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: background 0.2s ease;
}

.research-learn:hover,
.research-learn:focus-visible {
    background: var(--lime-500);
}

.research-dashline{
    height: 230px;
}

   

.research-dashline {
    height: 230px;
}

.research-feature-row {
    display: flex;
    gap: 0;
    align-items: center;
    max-width: 1197px;
    margin: 0 auto 50px;
    padding: 0 20px;
}

.research-feature-row:last-child {
    margin-bottom: 0;
}

.research-feature-copy {
    flex: 0 1 auto;
    align-self: flex-start;
}

.research-feature-row:nth-child(odd) .research-feature-copy {
    text-align: right;
}

.research-feature-row:nth-child(odd) .research-dashline {
    margin: 0 20px 0 10px
}

.research-feature-row:nth-child(even) .research-feature-copy {
    text-align: left;
}

.research-feature-row:nth-child(even) .research-dashline {
    margin: 0 10px 0 20px
}

.research-feature-visual {
    flex: 0 1 auto;
    max-width: 30%;
}

.research-feature-visual img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}





/* Career Advice band */
.research-career {
    background: var(--gray-100);
    padding: 40px 0;
    position: relative;
    overflow: hidden;
}

.research-career-quote-left {
    position: relative;
    width: 66px;
    height: 66px;
    padding: 3px;
    opacity: 1;
    bottom: 130px;
    left: 30px;
}

.research-career-quote-right {
    position: relative;
    width: 66px;
    height: 66px;
    padding: 3px;
    opacity: 1;
    right: 30px;
    top: 130px;
}

.research-career-inner {
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.research-career-copy {
    flex: 1 1 90%;
    position: relative;
    bottom: 59px;
}

.research-career-visual {
    flex: 1 1 45%;
    text-align: right;
}

.research-career-visual img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.research-career h2,
.research-ideal h2,
.research-employers h2 {
    font-size: 42px;
    color: var(--black);
    font-weight: 700;
}

.research-career h2 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.research-employers h2 {
    text-align: center;
}

.research-career-title-icon {
    width: 46px;
    height: 46px;
    display: inline-block;
    flex: 0 0 auto;
}

.research-career p,
.research-ideal p,
.research-employers p {
    font-size: 22px;
    color: var(--black);
}

.research-career p {
    line-height: 32px;
}

.research-employers p {
    text-align: center;
    max-width: 925px;
    margin: 0 auto;
}

/* Ideal Job panel */
.research-ideal {
    background: var(--research-ideal-bg);
    border-radius: 20px;
    padding: 30px 100px !important;
    box-shadow: 0 6px 0 var(--lime-500);
    text-align: center;
    max-width: 1197px;
    margin: 33px auto;
}

.research-btn-ideal {
    font-size: 18px;
    padding: 15px 22px;
    border-radius: 30px;
    height:48px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: 2px solid var(--lime-500);
    transition: all 0.2s ease;
    background-color: var(--lime-500);
    color: var(--blue-700);
    text-decoration: none;
    text-transform: uppercase;
}

.research-btn-ideal:hover,
.research-btn-ideal:focus-visible {
    background-color: white;
}

/* Employers */
.research-employers {
    padding: 30px 0;
}

.research-employers-inner {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 100px;
    border-radius: 20px;
}

.research-employers-inner::before {
    content: "";
    display: block;
    background-color: var(--blue-400);
    width: 65px;
    height: 6px;
    margin: 0 auto 10px;
}

.research-btn-dark:hover,
.research-btn-dark:focus-visible,
.research-tab.is-active:hover,
.research-tab.is-active:focus-visible {
    filter: brightness(0.85);
    box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.4);
}


.research-tile {
    border-radius: 10px;
    padding: 20px 15px;
    min-height: 180px;
    color: var(--white);
    display: block;
    text-decoration: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.research-tile:hover,
.research-tile:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px var(--blue-400), 0 10px 24px var(--shadow-18);
    color: var(--white);
    outline: none;
}

.research-tile:visited,
.research-tile.blue500,
.research-tile.blue600 {
    color: var(--white);
}

.research-tile.blue500 {
    background: var(--blue-500);
}

.research-tile.blue600 {
    background: var(--blue-600);
}

.research-tile h6 {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.research-tile p {
    font-size: 18px;
    color: var(--white);
    text-align: left;
    line-height: 28px;
}


.research-tile-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    max-width: 1241px;
    margin: 0 auto;
}

/* Employers Slides */
.research-slides {
    background: var(--white);
    width: 100%;
    max-width: 1241px;
    margin: 30px auto 0;
    padding: 15px 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.research-tabs {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: center;
}

.research-tab {
    height: 36px;
    appearance: none;
    background: transparent;
    border: 0;
    padding: 10px 22px;
    min-height: 36px;
    border-radius: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 18px;
    color: var(--blue-700);
    cursor: pointer;
    transition: background 0.2s ease;
}

.research-tab:hover,
.research-tab:focus-visible {
    background: rgba(1, 55, 79, 0.1);
}

.research-tab.is-active {
    background: var(--blue-700);
    color: var(--white);
}

.research-switch-icon {
    width: 22px;
    height: 22px;
    display: block;
}

.rg-navigator-prev .research-switch-icon,
.rg-navigator-next .research-switch-icon {
    filter: brightness(0) saturate(100%) invert(55%) sepia(72%) saturate(1130%) hue-rotate(165deg) brightness(95%) contrast(85%);
}

.rg-navigator-prev.disabled .research-switch-icon,
.rg-navigator-next.disabled .research-switch-icon {
    filter: none;
}

/* Resource Grid Container */
.rg-container-outer {
    width: 100%;
    max-width: 1185px;
}

.rg-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.rg-container > a {
    background: var(--white);
    border-radius: 10px;
    box-shadow: 0 2px 6px var(--shadow-25);
    padding: 20px 15px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
    transition: box-shadow 0.18s ease, transform 0.18s ease;
    overflow: hidden;
}

.rg-container > a:hover,
.rg-container > a:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 0 0 3px var(--blue-400), 0 10px 24px var(--shadow-18);
    color: inherit;
    outline: none;
}

.rg-col-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rg-card-subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-transform: uppercase;
    color: var(--blue-500);
    display: block;
    position: relative;
    padding-top: 9px;
    margin: 0;
}

.rg-card-subtitle::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 4px;
    background: var(--lime-500);
}

.rg-card-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: var(--blue-600);
    margin: 0;
}

.rg-img {
    display: none;
}

.rg-pagination {
    display: flex;
    gap: 39px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.rg-navigator-prev,
.rg-navigator-next,
.research-swiper-pagination {
    appearance: none;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 30px;
    background: var(--gray-100);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rg-navigator-prev,
.rg-navigator-next {
    text-decoration: none;
}

.rg-navigator-prev:hover,
.rg-navigator-prev:focus-visible,
.rg-navigator-next:hover,
.rg-navigator-next:focus-visible,
.research-swiper-pagination:hover,
.research-swiper-pagination:focus-visible {
    background: rgba(248, 248, 249, 0.7);
    filter: brightness(0.9);
}

.rg-navigator-prev.disabled,
.rg-navigator-next.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Footer band (custom) */
.breadcrumb-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
}

.breadcrumb-container .breadcrumb {
    padding: 0;
    background-color: unset;
    font-size: 14px
}

    .breadcrumb-container .breadcrumb > li + li:before {
        color: #59595c;
        content: "›"
    }

.breadcrumb-container .disabled-link {
    pointer-events: none;
    cursor: default;
    color: #58595b;
    text-decoration: none
}


/* Utilities */
.research-center {
    text-align: center;
}

@media (max-width: 1023.98px) {
    .research-employers-inner {
        padding: 30px 20px;
    }

    .research-slides {
        padding: 0;
    }

    .research-dashline {
        display: none;
    }

  

    /* Career Advice */
    .research-career {
        padding: 30px 0;
    }

    .research-career-inner {
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
    }

    .research-career-copy {
        bottom: 0;
    }

        .research-career-copy p {
            text-align: center;
        }

        .research-career-copy h2 {
            margin-top: 0;
        }

    .research-career h2 {
        justify-content: center;
    }

    .research-career-quote-left,
    .research-career-quote-right {
        display: none;
    }
}

/* Tablet & Mobile Responsive */
@media (max-width: 1023.98px) {
    /* Hero */
    .research-hero {
        height: auto;
        min-height: 300px;
        padding: 40px 0;
    }

        .research-hero h1 {
            font-size: 36px;
        }

    .research-hero-inner {
        padding: 0 20px;
    }

    .research-hero .eyebrow {
        font-size: 16px;
    }

    .research-hero .lede {
        font-size: 18px;
        line-height: 24px;
    }

    /* Search Panel */
    .research-search-panel {
        padding: 20px;
        margin: -30px 20px 30px 20px;
        border-radius: 15px;
    }

        .research-search-panel .title {
            font-size: 28px;
        }

        .research-search-panel .desc {
            font-size: 18px;
        }

        .research-search-panel .research-form-row {
            flex-direction: column;
            height: 100px;
            gap: 15px;
        }

    /* Sections */
    .research-feature-visual {
        order: -1;
    }

    .research-feature {
        padding: 40px 0;
    }

        .research-feature h2,
        .research-career h2,
        .research-ideal h2,
        .research-employers h2 {
            font-size: 28px;
        }

        .research-feature p,
        .research-career p,
        .research-ideal p,
        .research-employers p {
            font-size: 18px;
            line-height: 24px;
        }

    /* Feature rows */
    .research-feature-row {
        flex-direction: column;
        text-align: center;
        gap: 24px;
        padding: 0;
        margin: 0 auto 30px;
    }

        .research-feature-row:nth-child(odd) .research-feature-copy {
            text-align: center;
        }


    .research-feature-copy {
        max-width: 90%;
        align-self: center;
    }

    .research-feature-visual-left + .research-feature-copy,
    .research-feature-row .research-feature-copy:first-child {
        text-align: center;
    }

    /* Career Advice */
    .research-career {
        padding: 30px 0;
    }

    .research-career-inner {
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
    }

    .research-career-copy {
        bottom: 0;
    }

        .research-career-copy p {
            text-align: center;
        }

        .research-career-copy h2 {
            margin-top: 0;
        }

    .research-career h2 {
        justify-content: center;
    }

    .research-career-quote-left,
    .research-career-quote-right {
        display: none;
    }

    /* Ideal Job & Employers */
    .research-ideal {
        padding: 20px !important;
        margin: 20px;
    }

    .research-employers-inner {
        padding: 20px;
    }

    .research-tile-container {
        gap: 15px;
        padding: 0 20px;
        grid-template-columns: 1fr 1fr 1fr;
        width: 100%;
    }

    .research-tile {
        min-height: 150px;
    }

    /* Tabs */
    .research-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }

    .research-tab {
        padding: 8px 18px;
    }

    /* Resource Grid */
    .rg-container {
        justify-content: center;
        grid-template-columns: 1fr 1fr;
        padding: 0 20px;
    }

        .rg-container > a {
            width: 100%;
            max-width: 400px;
        }
}

@media (max-width: 767.98px) {
    .research-tile-container{
        grid-template-columns: 1fr;
    }

    .rg-container {
        grid-template-columns: 1fr;
    }

    .rg-container>a {
        min-height: 150px;
    }
}