/* global */

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: brandon-grotesque, sans-serif;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* end of global */

@media(min-width: 1366px) {
    .hero {
        background: #002244;
        color: #ffffff;
        padding: 60px 20px 80px;
        text-align: center;
        position: relative;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background: #69be28;
        border-radius: 50%;
    }
    .headshot {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #69be28;
        margin: 0 auto 20px;
        display: block;
    }
    .officer-name {
        font-family: mostra-nuova, sans-serif;
        letter-spacing: 2px;
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
    .officer-title {
        font-size: 25px;
        color: #69be28;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .nmls {
        font-size: 15px;
        opacity: 0.7;
    }
    .bio-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 20px 60px;
        line-height: 1.6;
    }
    .bio-section {
        margin-bottom: 40px;
    }
    .bio-section-title {
        font-size: 25px;
        font-weight: 500;
        color: #002244;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 3px solid #69be28;
        display: inline-block;
    }
    .bio-section p,
    .bio-section li {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 10px;
    }
    .bio-section ul {
        list-style: none;
        padding: 0;
    }
    .bio-section ul li {
        padding: 8px 0 8px 24px;
        position: relative;
    }
    .bio-section ul li::before {
        content: '\2713';
        position: absolute;
        left: 0;
        color: #69be28;
        font-weight: 700;
    }
    .highlight-quote {
        background: #002244;
        color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        font-size: 22px;
        font-style: italic;
        line-height: 1.7;
        margin: 30px 0;
        border-left: 5px solid #69be28;
    }
    .highlight-quote i {
        color: #69be28;
    }
    .contact-bar {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 20px 0;
        font-size: 20px;
    }
    .contact-bar a {
        color: #002244;
        text-decoration: none;
        font-weight: 500;
    }
    .contact-bar a:hover {
        color: #69be28;
    }
    .contact-bar a i {
        color: #69be28;
        margin: 0 5px 0 0;
    }
    .cta-wrapper {
        text-align: center;
    }
    .cta-button {
        display: inline-block;
        background: #69be28;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        padding: 20px 40px;
        margin: 30px auto 0 auto;
        border-radius: 3px;
        text-decoration: none;
        text-align: center;
        transition: all .4s ease-in-out;
    }
    .cta-button:hover {
        background: #002244;
    }
    .back-to-team {
        display: inline-block;
        color: #002244;
        font-size: 17px;
        font-weight: 500;
        margin: 30px auto 0 auto;
        text-decoration: none;
    }
    .back-to-team:hover {
        color: #69be28;
    }
    .states-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .state-badge {
        background: #e8f5e1;
        color: #002244;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 600;
    }
}

@media(max-width: 1366px) and (min-width: 1024px) {
    .hero {
        background: #002244;
        color: #ffffff;
        padding: 60px 20px 80px;
        text-align: center;
        position: relative;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background: #69be28;
        border-radius: 50%;
    }
    .headshot {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #69be28;
        margin: 0 auto 20px;
        display: block;
    }
    .officer-name {
        font-family: mostra-nuova, sans-serif;
        letter-spacing: 2px;
        font-size: 40px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
    .officer-title {
        font-size: 25px;
        color: #69be28;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .nmls {
        font-size: 15px;
        opacity: 0.7;
    }
    .bio-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 20px 60px;
        line-height: 1.6;
    }
    .bio-section {
        margin-bottom: 40px;
    }
    .bio-section-title {
        font-size: 25px;
        font-weight: 500;
        color: #002244;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 3px solid #69be28;
        display: inline-block;
    }
    .bio-section p,
    .bio-section li {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 10px;
    }
    .bio-section ul {
        list-style: none;
        padding: 0;
    }
    .bio-section ul li {
        padding: 8px 0 8px 24px;
        position: relative;
    }
    .bio-section ul li::before {
        content: '\2713';
        position: absolute;
        left: 0;
        color: #69be28;
        font-weight: 700;
    }
    .highlight-quote {
        background: #002244;
        color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        font-size: 22px;
        font-style: italic;
        line-height: 1.7;
        margin: 30px 0;
        border-left: 5px solid #69be28;
    }
    .highlight-quote i {
        color: #69be28;
    }
    .contact-bar {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 20px 0;
        font-size: 20px;
    }
    .contact-bar a {
        color: #002244;
        text-decoration: none;
        font-weight: 500;
    }
    .contact-bar a:hover {
        color: #69be28;
    }
    .contact-bar a i {
        color: #69be28;
        margin: 0 5px 0 0;
    }
    .cta-wrapper {
        text-align: center;
    }
    .cta-button {
        display: inline-block;
        background: #69be28;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        padding: 20px 40px;
        margin: 30px auto 0 auto;
        border-radius: 3px;
        text-decoration: none;
        text-align: center;
        transition: all .4s ease-in-out;
    }
    .cta-button:hover {
        background: #002244;
    }
    .back-to-team {
        display: inline-block;
        color: #002244;
        font-size: 17px;
        font-weight: 500;
        margin: 30px auto 0 auto;
        text-decoration: none;
    }
    .back-to-team:hover {
        color: #69be28;
    }
    .states-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .state-badge {
        background: #e8f5e1;
        color: #002244;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 600;
    }
}

@media(max-width: 1024px) and (min-width: 769px) {
    .hero {
        background: #002244;
        color: #ffffff;
        padding: 60px 20px 80px;
        text-align: center;
        position: relative;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background: #69be28;
        border-radius: 50%;
    }
    .headshot {
        width: 180px;
        height: 180px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #69be28;
        margin: 0 auto 20px;
        display: block;
    }
    .officer-name {
        font-family: mostra-nuova, sans-serif;
        letter-spacing: 2px;
        font-size: 35px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
    .officer-title {
        font-size: 22px;
        color: #69be28;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .nmls {
        font-size: 15px;
        opacity: 0.7;
    }
    .bio-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 5% 60px;
        line-height: 1.6;
    }
    .bio-section {
        margin-bottom: 40px;
    }
    .bio-section-title {
        font-size: 25px;
        font-weight: 500;
        color: #002244;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 3px solid #69be28;
        display: inline-block;
    }
    .bio-section p,
    .bio-section li {
        font-size: 20px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 10px;
    }
    .bio-section ul {
        list-style: none;
        padding: 0;
    }
    .bio-section ul li {
        padding: 8px 0 8px 24px;
        position: relative;
    }
    .bio-section ul li::before {
        content: '\2713';
        position: absolute;
        left: 0;
        color: #69be28;
        font-weight: 700;
    }
    .highlight-quote {
        background: #002244;
        color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        font-size: 20px;
        font-style: italic;
        line-height: 1.7;
        margin: 30px 0;
        border-left: 5px solid #69be28;
    }
    .highlight-quote i {
        color: #69be28;
    }
    .contact-bar {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin: 20px 0;
        font-size: 20px;
    }
    .contact-bar a {
        color: #002244;
        text-decoration: none;
        font-weight: 500;
    }
    .contact-bar a:hover {
        color: #69be28;
    }
    .contact-bar a i {
        color: #69be28;
        margin: 0 5px 0 0;
    }
    .cta-wrapper {
        text-align: center;
    }
    .cta-button {
        display: inline-block;
        background: #69be28;
        color: #ffffff;
        font-weight: 500;
        font-size: 20px;
        padding: 20px 40px;
        margin: 30px auto 0 auto;
        border-radius: 3px;
        text-decoration: none;
        text-align: center;
        transition: all .4s ease-in-out;
    }
    .cta-button:hover {
        background: #002244;
    }
    .back-to-team {
        display: inline-block;
        color: #002244;
        font-size: 17px;
        font-weight: 500;
        margin: 30px auto 0 auto;
        text-decoration: none;
    }
    .back-to-team:hover {
        color: #69be28;
    }
    .states-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .state-badge {
        background: #e8f5e1;
        color: #002244;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 600;
    }
}

@media(max-width: 769px) {
    .hero {
        background: #002244;
        color: #ffffff;
        padding: 40px 16px 60px;
        text-align: center;
        position: relative;
    }
    .hero::after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        background: #69be28;
        border-radius: 50%;
    }
    .headshot {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid #69be28;
        margin: 0 auto 20px;
        display: block;
    }
    .officer-name {
        font-family: mostra-nuova, sans-serif;
        letter-spacing: 2px;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 4px;
    }
    .officer-title {
        font-size: 20px;
        color: #69be28;
        font-weight: 600;
        margin-bottom: 6px;
    }
    .nmls {
        font-size: 15px;
        opacity: 0.7;
    }
    .bio-container {
        max-width: 800px;
        margin: 0 auto;
        padding: 50px 5% 60px;
        line-height: 1.6;
    }
    .bio-section {
        margin-bottom: 40px;
    }
    .bio-section-title {
        font-size: 22px;
        font-weight: 500;
        color: #002244;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 3px solid #69be28;
        display: inline-block;
    }
    .bio-section p,
    .bio-section li {
        font-size: 18px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 10px;
    }
    .bio-section ul {
        list-style: none;
        padding: 0;
    }
    .bio-section ul li {
        padding: 8px 0 8px 24px;
        position: relative;
    }
    .bio-section ul li::before {
        content: '\2713';
        position: absolute;
        left: 0;
        color: #69be28;
        font-weight: 700;
    }
    .highlight-quote {
        background: #002244;
        color: #ffffff;
        border-radius: 12px;
        padding: 30px;
        font-size: 18px;
        font-style: italic;
        line-height: 1.7;
        margin: 30px 0;
        border-left: 5px solid #69be28;
    }
    .highlight-quote i {
        color: #69be28;
    }
    .contact-bar {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        margin: 20px 0;
        font-size: 18px;
    }
    .contact-bar a {
        color: #002244;
        text-decoration: none;
        font-weight: 500;
    }
    .contact-bar a:hover {
        color: #69be28;
    }
    .contact-bar a i {
        color: #69be28;
        margin: 0 5px 0 0;
    }
    .cta-wrapper {
        text-align: center;
    }
    .cta-button {
        display: inline-block;
        background: #69be28;
        color: #ffffff;
        font-weight: 500;
        font-size: 18px;
        padding: 15px 30px;
        margin: 30px auto 0 auto;
        border-radius: 3px;
        text-decoration: none;
        text-align: center;
        transition: all .4s ease-in-out;
    }
    .cta-button:hover {
        background: #002244;
    }
    .back-to-team {
        display: inline-block;
        color: #002244;
        font-size: 17px;
        font-weight: 500;
        margin: 30px auto 0 auto;
        text-decoration: none;
    }
    .back-to-team:hover {
        color: #69be28;
    }
    .states-list {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }
    .state-badge {
        background: #e8f5e1;
        color: #002244;
        padding: 4px 12px;
        border-radius: 20px;
        font-size: 15px;
        font-weight: 600;
    }
}
