body {
    color: #333;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    position: relative
}

html, body {
    margin: 0;
    padding: 0;
}

img {
    height: auto;
    max-width: 100%
}

a {
    color: #0d3b66
}

a:hover {
    text-decoration: none
}

ol,
p,
ul {
    margin: 0 0 1.25em
}

li,
p {
    line-height: 1.65
}

.container {
    margin: 0 auto;
    max-width: 1300px;
    padding: 0 16px;
    position: relative
}

.container--narrow {
    max-width: 960px
}

.section-break {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2.5rem 0
}

.min-list {
    margin: 0;
    padding: 0
}

.min-list li {
    list-style: none
}

.p-top-small {
    padding-top: 1rem
}

.p-top-large {
    padding-top: 1.6rem
}

.p-bottom-large {
    padding-bottom: 1.6rem
}

@media(min-width:530px) {
    .p-top-large {
        padding-top: 3.5rem
    }

    .p-bottom-large {
        padding-bottom: 3.5rem
    }
}

.no-margin {
    margin: 0
}

.nu {
    text-decoration: none
}

.nu:hover {
    text-decoration: underline
}

.t-left {
    text-align: left
}

.t-right {
    text-align: right
}

.t-center {
    text-align: center
}

.t-small {
    font-size: .85rem
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.push-right {
    margin-right: 20px
}

.container:after,
.container:before,
.group:after,
.group:before {
    content: " ";
    display: table
}

.container:after,
.group:after {
    clear: both
}

.hide {
    display: none
}

.remove-favorite {
    border-radius: 3px;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: .9rem;
    padding: 4px 6px;
    transition: all .3s
}

.remove-favorite:hover {
    background-color: #dedede
}

.page-section {
    padding-bottom: 1.6rem;
    padding-top: 1.6rem
}

@media(min-width:530px) {
    .page-section {
        padding-bottom: 3.5rem;
        padding-top: 3.5rem
    }
}

.page-section--white {
    background-color: #fff
}

.page-section--beige {
    background-color: #faf0ca
}

.page-section p:last-of-type {
    margin-bottom: 0
}

.jamnet-logo-text {
    font-size: 1.95rem;
    font-weight: 100;
    margin: 0;
    position: relative;
    z-index: 20
}

@media(max-width:375px) {
    .jamnet-logo-text {
        font-size: 1.4rem
    }
}

@media(min-width:375px)and (max-width:425px) {
    .jamnet-logo-text {
        font-size: 1.55rem
    }
}

@media(min-width:425px)and (max-width:625px) {
    .jamnet-logo-text {
        font-size: 1.7rem
    }
}

.jamnet-logo-text strong {
    font-weight: 500
}

.jamnet-logo-text a {
    color: #fff;
    text-decoration: none
}

.jamnet-logo-text--alt-color a {
    color: #4c545b
}

.jamnet-logo-text--alt-color a:hover {
    color: #0d3b66;
    text-decoration: underline
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.spinner-loader {
    animation: spin 1s linear infinite;
    border: .25rem solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    border-top-color: #000;
    height: 24px;
    margin-top: 45px;
    width: 24px
}

.c-orange {
    color: #f95738
}

.c-blue {
    color: #0d3b66
}

.c-white {
    color: #fff
}

.c-dark {
    color: #333
}

.gray {
    color: #999
}

.search-trigger {
    color: #fff;
    cursor: pointer;
    display: none;
    margin-left: 20px;
    position: relative;
    top: 1px
}

@media(min-width:960px) {
    .search-trigger {
        display: inline-block;
        top: 6px
    }
}

.search-trigger:hover {
    opacity: .65
}

.nav-list ul {
    margin: 0;
    padding: 0
}

.nav-list li {
    list-style: none
}

.nav-list a {
    color: #999;
    font-size: .9rem;
    text-decoration: none
}

.nav-list a:hover {
    color: #0d3b66;
    text-decoration: underline
}

.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third {
    padding-bottom: 1.6rem
}

@media(min-width:960px) {
    .row {
        margin-right: -50px
    }

    .one-fifth,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .two-thirds {
        box-sizing: border-box;
        float: left;
        padding-bottom: 0;
        padding-right: 50px
    }

    .two-thirds {
        width: 66.66%
    }

    .one-half {
        width: 50%
    }

    .one-third {
        width: 33.33%
    }

    .one-quarter {
        width: 25%
    }

    .one-fifth {
        width: 20%
    }

    .one-sixth {
        width: 16.66%
    }
}

@media screen and (max-width:600px) {
    #wpadminbar {
        position: fixed
    }
}

.search-form {
    background-color: #dedede;
    padding: 20px;
    text-align: center
}

.search-form label {
    display: block
}

.search-form-row {
    display: flex
}

.search-form .s {
    border: none;
    flex-basis: auto;
    flex-grow: 1;
    font-family: Roboto, sans-serif;
    min-width: 20px;
    padding: 10px
}

@media(min-width:530px) {
    .search-form .s {
        font-size: 1.4rem
    }
}

.search-submit {
    background-color: #0d3b66;
    border: none;
    border-radius: 4px;
    color: #fff;
    font-family: Roboto, sans-serif;
    margin-left: 10px;
    outline: none;
    padding: 0 20px
}

body.login .button-primary {
    background-color: #f95738;
    border-color: #f83e1a;
    box-shadow: 0 1px 0 #ed2c07;
    text-shadow: 0 -1px 1px #f8320c, 1px 0 1px #f8320c, 0 1px 1px #f8320c, -1px 0 1px #f8320c
}

body.login .button-primary:active,
body.login .button-primary:focus,
body.login .button-primary:hover {
    background-color: #f8411d;
    border-color: #f95738;
    box-shadow: 0 1px 0 #de2907;
    text-shadow: 0 -1px 1px #ed2c07, 1px 0 1px #ed2c07, 0 1px 1px #ed2c07, -1px 0 1px #ed2c07
}

body.login {
    background-color: #f8f9fa;
}

.login h1 a {
    background-image: none;
    color: #0d3b66;
    font-size: 30px;
    font-weight: 300;
    height: auto;
    text-indent: 0;
    width: auto
}

.btn {
    border: none;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.19rem;
    outline: none;
    overflow: hidden;
    padding: 12px 24px;
    text-decoration: none
}

.btn--small {
    font-size: .88rem;
    font-weight: 300;
    padding: 7px 13px
}

.btn--with-photo {
    padding-left: 40px;
    position: relative
}

.btn--blue {
    background-color: #0d3b66;
}

.btn--blue:hover {
    background: linear-gradient(#12518d, #0d3b66)
}

.btn--large {
    border-radius: 7px;
    font-size: 1.3rem;
    padding: 16px 34px
}

@media(min-width:530px) {
    .btn--large {
        font-size: 1.9rem
    }
}

.btn--inactive {
    background-color: transparent;
    color: #333;
    cursor: default
}

.site-header {
    padding: 20px 0;
    right: 0;
    z-index: 3
}

.site-header,
.site-header__avatar {
    left: 0;
    position: absolute;
    top: 0
}

.site-header__avatar img {
    display: block;
    height: 36px;
    width: 36px
}

.site-header__menu {
    background-color: rgba(12, 56, 97, .89);
    left: 0;
    opacity: 0;
    padding-bottom: 20px;
    padding-top: 58px;
    position: absolute;
    right: 0;
    top: -20px;
    transform: translateY(-20%);
    transition: opacity .3s ease-out, visibility .3s ease-out, transform .3s ease-out;
    visibility: hidden
}

.site-header__menu--active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible
}

@media(min-width:960px) {
    .site-header__menu {
        background-color: transparent;
        text-align: center;
        opacity: 1;
        padding-bottom: 0;
        padding-top: 0;
        position: static;
        top: 0;
        transform: translateY(0) scale(1);
        visibility: visible
    }
}

.site-header__search-trigger {
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    right: 16px;
    top: 6px
}

@media(min-width:530px) {
    .site-header__search-trigger {
        font-size: 1.4rem;
        top: 4px
    }
}

@media(min-width:960px) {
    .site-header__search-trigger {
        display: none
    }
}

.site-header__menu-trigger {
    color: #fff;
    cursor: pointer;
    font-size: 1.2rem;
    position: absolute;
    right: 46px;
    top: 7px;
    z-index: 10
}

@media(min-width:530px) {
    .site-header__menu-trigger {
        font-size: 1.4rem;
        top: 5px
    }
}

@media(min-width:960px) {
    .site-header__menu-trigger {
        display: none
    }
}

.site-header__util {
    padding: 0 0 0 20px
}

@media(min-width:960px) {
    .site-header__util {
        float: none;
        display: inline-block;
        padding: 0;
        vertical-align: middle;
    }
}

.site-header__btn {
    margin-right: 20px
}

@media(min-width:960px) {
    .site-header__btn {
        float: left
    }
}

.site-header .btn--with-photo {
    margin-right: 0
}

.site-header .btn__text {
    font-size: 1.1rem;
    font-weight: 600
}

.site-footer {
    /* background-image: linear-gradient(#fff, #9b9388); */
    background-color: #ebebeb;
    padding: 0 0 3rem
}

.site-footer p {
    font-size: 1rem
}

.site-footer .headline {
    color: #4c545b;
    margin-bottom: .33rem
}

.site-footer__link {
    color: #5b646c;
    text-decoration: none
}

.site-footer__link:hover {
    color: #0d3b66;
    text-decoration: underline
}

.site-footer__inner {
    /* border-top: 1px dotted #dedede; */
    padding-top: 2rem;
    width: 75%;
    margin: 0 auto;
}

.site-footer__col-one {
    text-align: center
}

.site-footer__col-two-three-group {
    margin: 0 auto;
    text-align: center;
    width: 85%
}

@media(min-width:960px) {
    .site-footer__col-two-three-group {
        float: left;
        margin: 0;
        text-align: left;
        width: 42%
    }
}

.site-footer__col-three,
.site-footer__col-two {
    float: left;
    width: 50%
}

.site-footer__col-four {
    clear: both;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 85%
}

@media(min-width:960px) {
    .site-footer__col-four {
        clear: none;
        float: right;
        margin: 0;
        padding-top: 0;
        text-align: left;
        width: 25%
    }
}

.main-navigation {
    font-size: 1.5rem;
    padding-top: 2px
}

.main-navigation ul {
    margin: 0;
    padding: 0
}

.main-navigation ul:after,
.main-navigation ul:before {
    content: " ";
    display: table
}

.main-navigation ul:after {
    clear: both
}

@media(min-width:960px) {
    .main-navigation {
        float: none;
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
    }
}

.main-navigation li {
    list-style: none
}

@media(min-width:960px) {
    .main-navigation li {
        float: left;
        padding-left: 16px
    }
}

.main-navigation a {
    color: #fff;
    display: block;
    font-weight: 600;
    padding: 10px 20px;
    text-decoration: none
}

@media(min-width:960px) {
    .main-navigation a {
        display: inline-block;
        padding: 0
    }
}

.main-navigation .current-menu-item a,
.main-navigation a:hover {
    color: #12518d;
}

.page-banner {
    background-color: #000;
    padding: 80px 0 40px; 
    position: relative
}

@media(min-width:530px) {
    .page-banner {
        padding: 130px 0 60px
    }
}

@media(min-width:960px) {
    .page-banner--home {
        padding: 200px 0 160px;
    }
}

.page-banner__content {
    position: relative;
    z-index: 2;
    padding-left: 10%;    
}

.page-banner-underlay {
    background-color: rgba(30, 30, 30, 0.5); /* Dark gray at 30% opacity */
    border-radius: 6px; /* Rounded corners */
    padding: .75rem 1.25rem; /* .75rem top/bottom, 1.25rem left/right */
    display: inline-block; /* Makes box fit the text width */
}

/* For pages that DON'T have container class (other pages) */
@media(min-width:530px) {
    .page-banner__content {
        padding-left: 11%;
    }
    
    /* Reset padding for home page which HAS container class */
    .page-banner__content.container {
        padding-left: 16px; /* Keep the original container padding */
    }
}

@media(min-width:980px) {
    .page-banner__content {
        padding-left: 13.5%;
    }
    
    /* Reset padding for home page which HAS container class */
    .page-banner__content.container {
        padding-left: 16px; /* Keep the original container padding */
    }
}

.page-banner__title {
    color: #fff;
    font-family: Roboto Condensed, sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    margin: 0 0 .5rem
}

@media(max-width:375px) {
    .page-banner__title {
        font-size: 1.5rem
    }
}

@media(min-width:375px)and (max-width:425px) {
    .page-banner__title {
        font-size: 1.65rem
    }
}

@media(min-width:425px)and (max-width:625px) {
    .page-banner__title {
        font-size: 2.5rem
    }
}

.page-banner__bg-image {
    background-size: cover;
    /* height: 300px; */
    bottom: 0;
    left: 0;
    opacity: .95;
    position: absolute;
    right: 0;
    top: 0
}

.page-banner__intro {
    color: #ededed;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.3;
    
}

@media(min-width:530px) {
    .page-banner__intro {
        font-size: 1.65rem
    }
}

.page-banner__intro p {
    margin: 0
}

.search-overlay {
    background-color: hsla(0, 0%, 100%, .96);
    bottom: 0;
    box-sizing: border-box;
    left: 0;
    opacity: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: scale(1.09);
    transition: opacity .3s, transform .3s, visibility .3s;
    visibility: hidden;
    z-index: 110
}

.search-overlay p {
    padding-top: 15px
}

.search-overlay .event-summary p {
    padding-top: 0
}

.search-overlay .event-summary {
    margin-bottom: 0;
    margin-top: 20px
}

body.admin-bar .search-overlay {
    top: 32px
}

.search-overlay__top {
    background-color: rgba(0, 0, 0, .12)
}

.search-overlay__icon {
    color: #f95738;
    font-size: 1.8rem;
    margin-right: 10px
}

@media(min-width:960px) {
    .search-overlay__icon {
        font-size: 2.5rem
    }
}

.search-overlay--active {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

.search-overlay__section-title {
    border-bottom: 1px solid #ccc;
    color: #0d3b66;
    font-size: 2rem;
    font-weight: 400;
    margin: 30px 0 1px;
    padding: 15px 0
}

.search-overlay__close {
    background-color: #fff;
    color: #f95738;
    cursor: pointer;
    font-size: 2.1rem;
    line-height: .7;
    position: absolute;
    right: 16px;
    top: 13px;
    transition: all .3s
}

@media(min-width:530px) {
    .search-overlay__close {
        font-size: 2.1rem;
        top: 18px
    }
}

@media(min-width:960px) {
    .search-overlay__close {
        font-size: 2.8rem;
        top: 26px
    }
}

.search-overlay__close:hover {
    opacity: 1
}

.search-overlay .one-half {
    padding-bottom: 0
}

.search-term {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    color: #f95738;
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    outline: none;
    padding: 15px 0;
    width: 75%
}

@media(min-width:530px) {
    .search-term {
        font-size: 1.5rem
    }
}

@media(min-width:960px) {
    .search-term {
        font-size: 3rem;
        width: 80%
    }
}

.body-no-scroll {
    overflow: hidden
}

.professor-cards {
    margin: 0;
    padding: 0
}

.search-overlay .professor-cards {
    padding-top: 21px
}

.search-overlay .professor-card {
    width: 180px
}

.headline {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    margin: 0
}

.headline--large {
    font-size: 3.6rem
}

@media(min-width:530px) {
    .headline--large {
        font-size: 6.25rem
    }
}

.headline--large-medium {
    font-size: 5rem;
    margin: 0 0 1rem
}

.headline--medium {
    font-size: 1.9rem;
    margin-bottom: .75rem
}

@media(min-width:530px) {
    .headline--medium {
        font-size: 3.125rem
    }
}

.headline--medium-small {
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: .75rem
}

.headline--small-plus {
    font-family: Roboto, sans-serif;
    font-size: 1.6875rem;
    font-weight: 400;
    margin-bottom: 1.9rem
}

.headline--small {
    font-size: 1.2rem;
    margin-bottom: 1.9rem
}

@media(min-width:530px) {
    .headline--small {
        font-size: 1.6875rem
    }
}

.headline--smaller {
    font-size: 1.5rem
}

.headline--tiny {
    font-family: Roboto, sans-serif;
    font-size: 1.3875rem;
    margin-bottom: .25rem
}

.headline--post-title a {
    color: #0d3b66;
    font-size: 1.9rem;
    margin-bottom: .75rem;
    text-decoration: none
}

.headline--post-title a:hover {
    text-decoration: underline
}

.headline--bold {
    font-weight: 500
}

.headline--x-bold {
    font-weight: 600
}

.generic-content li,
.generic-content p {
    font-size: 1.15rem
}

.generic-content blockquote,
.generic-content blockquote p {
    font-size: 1.5rem;
    font-style: italic
}

.generic-content h1,
.generic-content h2,
.generic-content h3,
.generic-content h4,
.generic-content h5,
.generic-content h6 {
    font-family: Roboto Condensed, sans-serif;
    font-weight: 300;
    margin-bottom: 1rem;
    margin-top: 0
}

.generic-content h1 {
    font-size: 3.6rem
}

.generic-content h2 {
    font-size: 3.1rem
}

.generic-content h3 {
    font-size: 2.6rem
}

.generic-content h4 {
    font-size: 2.1rem
}

.generic-content h5 {
    font-size: 1.6rem
}

.generic-content h6 {
    font-size: 1.15rem
}

@media(min-width:530px) {
    .generic-content h1 {
        font-size: 6.25rem
    }

    .generic-content h2 {
        font-size: 5rem
    }

    .generic-content h3 {
        font-size: 3.125rem
    }

    .generic-content h4 {
        font-size: 2.4rem
    }

    .generic-content h5 {
        font-size: 1.9rem
    }

    .generic-content h6 {
        font-size: 1.15rem
    }
}

@media(min-width:960px) {
    .full-width-split {
        display: flex
    }
}

.full-width-split__one {
    flex: 1;
    padding: 1.6rem 16px
}

@media(min-width:960px) {
    .full-width-split__one {
        padding: 40px
    }

    .full-width-split__one .full-width-split__inner {
        float: right
    }
}

.full-width-split__two {
    background-color: #faf0ca;
    flex: 1;
    padding: 1.6rem 16px
}

@media(min-width:960px) {
    .full-width-split__two {
        padding: 40px
    }
}

@media(min-width:1350px) {
    .full-width-split__inner {
        width: 610px
    }
}
.page-links {
    background-color: #faf0ca;
    margin: 0 0 40px;
    position: relative;
    z-index: 1
}

@media(min-width:767px) {
    .page-links {
        float: right;
        margin: 0 0 40px 20px;
        width: 300px
    }
}

.page-links__title {
    background-color: #0d3b66;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 20px 0;
    text-align: center
}

.page-links__title a {
    background-color: #0d3b66;
    color: #fff;
    text-decoration: none
}

.page-links li {
    border-top: 1px solid #f4de89
}

.page-links li:first-child {
    border-top: none
}

.page-links .current_page_item,
.page-links__active {
    background-color: #f4e6b1;
    color: #0d3b66;
    font-weight: 700;
    text-align: center
}

.page-links li a {
    color: #0d3b66;
    display: block;
    padding: 17px 10px;
    text-align: center;
    text-decoration: none;
    transition: all .3s
}

.page-links li a:hover {
    background-color: #f2e3aa;
    color: #0a2b4b
}

.link-list li {
    border-bottom: 1px dotted #dedede;
    font-size: 1.5rem;
    padding: 1rem 0
}

.search-overlay .link-list li {
    font-size: 1.3rem
}

.link-list li:last-child {
    border-bottom: none
}

.link-list a {
    color: #0d3b66
}

.post-item {
    border-bottom: 1px dotted #dedede;
    margin-bottom: 1.7rem;
    padding-bottom: 1.7rem
}

.post-item:last-of-type {
    border-bottom: none;
    margin-bottom: 0
}

.page-container {
    background-color: #e6e6e7;
}

.page-content {
    width: 1000px;
    margin: 0 auto;
    background-color: #ffffff;
}

.container-outer {
    background-color: #ebebeb;
    width: 100%;   
    padding: 2rem 0 .5rem 0; /* top right bottom left */
}

.container-inner {
    background-color: #fff;
    border-radius: 8px; /* Adjust this value for more/less rounded corners */
    padding: 2rem 3.5rem 2.25rem; /* Top: 2.5rem, Right/Left: 3.5rem, Bottom: 3.5rem */
    width: 70%; /* Optional: limits the width on large screens */
    margin: 0 auto; /* Centers the inner container */
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.container-inner p {
    font-size: 1.5rem;
    margin-bottom: 1.75rem;
}

.container-inner li {
    font-size: 1.3rem;
    margin-bottom: .75rem;
}

.container-inner h2 {
    font-size: 2.5rem;
}

/* Contact Form Styles */
.contact-container {
    width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #f8f9fa;
}

.contact-form {
    background-color: #fcfcfc;
    max-width: 800px;
    margin: 0 auto;
    padding: 2.5rem 3.5rem 3.5rem; /* Top: 2.5rem, Right/Left: 3.5rem, Bottom: 3.5rem */
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.contact-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.contact-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 35px;
    text-align: center;
}

.contact-group {
    margin-bottom: 20px;
}

.contact-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95em;
}

.contact-input {
    width: 100%;
    max-width: 400px;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    background-color: #fff;
}

.contact-textarea {
    width: 100%;
    max-width: 600px;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    background-color: #fff;
    min-height: 120px;
    resize: vertical;
    font-family: inherit;
}

.contact-submit {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
    padding: 16px 34px;
    background-color: #0d3b66;
    color: #ffffff;
    border: none;
    border-radius: 7px;
    font-size: 1.1em;
    font-weight: 500;
    cursor: pointer;
}

@media(min-width:530px) {
    .contact-submit {
        font-size: 1.5rem
    }
}

.contact-submit:hover {
    background: linear-gradient(#12518d, #0d3b66);
}

.contact-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #721c24;
}

.contact-errors ul {
    margin: 0;
    padding-left: 20px;
}

.contact-errors li {
    margin: 5px 0;
}

.contact-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #155724;
}

/* Login Modal Styles */
.login-modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.login-modal-overlay.active {
    display: flex;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.login-modal {
    background-color: #fcfcfc;
    max-width: 500px;
    width: 90%;
    padding: 2.5rem 3.5rem 3.5rem;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    position: relative;
    animation: slideIn 0.3s ease;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.login-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    line-height: 1;
    padding: 5px 10px;
}

.login-modal-close:hover {
    color: #333;
}

.login-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.login-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 35px;
    text-align: center;
}

.login-group {
    margin-bottom: 20px;
}

.login-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
    font-size: 0.95em;
}

.login-input {
    width: 100%;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 1em;
    background-color: #fff;
}

.login-remember {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
}

.login-remember input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.login-remember label {
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    font-size: 0.95em;
}

.login-submit {
    width: 100%;
    padding: 14px 28px;
    background-color: #0d3b66;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    font-weight: 600;
    cursor: pointer;
    
}

.login-submit:hover {
    background: linear-gradient(#12518d, #0d3b66);
}

.login-submit:disabled {
    background-color: #6c757d;
    cursor: not-allowed;
}

.login-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 20px;
    color: #721c24;
    font-size: 0.95em;
}

.login-links {
    text-align: center;
    margin-top: 20px;
    font-size: 0.95em;
}

.login-links a {
    color: #0d3b66;
    text-decoration: none;
}

.login-links a:hover {
    text-decoration: underline;
}

.login-divider {
    margin: 15px 0;
    color: #666;
}

* {
    box-sizing: border-box;
}

/* Contact Form Styles */
.stories-container {
    width: 80%;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff;
}

.stories-card {
    background-color: #fcfcfc;
    padding: 30px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    display: flex;
    margin: 0 auto 20px auto;
    flex-direction: column;
}

.stories-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

.stories-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 35px;
    text-align: center;
}

.account-actions {
    margin: 20px 0;
    padding: 15px 0;
   
}

.account-actions a {
    color: #0073aa;
    text-decoration: none;
    font-size: 14px;
}

.account-actions a:hover {
    text-decoration: underline;
}

.account-actions .divider {
    margin: 0 10px;
    color: #999;
}

/* Button Container */
.form-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

/* Form Buttons */
.form-button {
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 150px;
}

.form-button-primary {
    background: #0073aa;
    color: white;
}

.form-button-primary:hover {
    background: #005a87;
}

.form-button-secondary {
    background: #6c757d;
    color: white;
}

.form-button-secondary:hover {
    background: #5a6268;
}

/* Responsive */
@media (max-width: 768px) {
    .form-buttons-container {
        flex-direction: column;
        gap: 10px;
    }
    
    .form-button {
        width: 100%;
    }
}

.tooltip-icon {
    position: relative;
    display: inline-block;
}

.tooltip-text {
    visibility: hidden;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #fff;
    padding: 8px;
    border-radius: 4px;
    width: 200px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-icon:hover .tooltip-text,
.tooltip-icon:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
}