/* Minification failed. Returning unminified contents.
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,17): run-time error CSS1039: Token not allowed after unary operator: '-yokohama-red'
(91,17): run-time error CSS1039: Token not allowed after unary operator: '-yokohama-red'
(166,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-font-color'
(246,17): run-time error CSS1039: Token not allowed after unary operator: '-dark-font-color'
 */
@import url('/Content/shared.css');

/* CSS Custom Properties (replaces LESS variables) */
:root {
    --yokohama-red: #d3242b;
    --default-red: #ff0000;
    --dark-font-color: #282828;
}

body {
    font-family: 'Lato', san-serif;
}

a {
    color: var(--yokohama-red);
}

a img {
    border: none;
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    padding: 0 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
}

h1 {
    font-size: 16px;
    margin: 10px;
    font-family: "Lato-Bold";
}

h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px;
}

.bold {
    font-family: "Lato-Bold";
}

.text-large {
    font-size: 16px;
}

/* Link Section - Mobile First */
.link-section {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 1rem;
    align-items: center;
}

.program-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-family: "Lato-Bold";
    font-size: 1.2rem;
    text-transform: uppercase;
    padding: 1rem 2rem;
    min-height: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.program-link .link-arrow {
    display: none;
}

.program-link .link-text {
    color: var(--yokohama-red);
    text-align: center;
}

.program-link:hover .link-text {
    text-decoration: underline;
}

.link-divider {
    width: 50px;
    height: 50px;
    background-color: #000;
    transform: rotate(45deg);
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

.link-divider span {
    transform: rotate(-45deg);
    color: white;
    font-family: "Lato-Bold";
    font-size: 0.9rem;
}

.form-control-2 {
    margin: 0 0 0 8px;
    font-family: "Lato";
    display: inline-block;
    height: 28px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #9f9e9c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.consumer-content {
    background: url('/content/images/auth/consumerBackground.jpg') no-repeat top left;
    margin: 10px 0 0 -8px;
    height: 1266px;
}

.commercial-content {
    background: url("/Content/images/Auth/commercialBackground.jpg") no-repeat;
    margin: 10px 0 0 -8px;
    height: 982px;
}

.logo {
    max-height: 35px;
}

/* Mobile-first base styles */
.prospective {
    margin: auto;
    width: 100vw;
    background: url('/Content/images/Auth/auth-background.jpg') repeat-y top center;
}

.auth-content-main {
    background: url('/Content/images/Auth/mainContentSplashFrame_bg.png');
}

/* Login Section - Flexbox Layout */
.login {
    font-family: "Lato-Bold";
    color: var(--dark-font-color);
    display: flex;
    flex-direction: column;
    background: url('/Content/images/Auth/loginBackground.jpg');
    padding: 2rem 1rem;
    gap: 1rem;
}

.login-form-container {
    width: 100%;
}

.login-form-container form > div {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.login-form-container .center {
    text-align: center;
}

.login-form-container .form-control {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.login-form-container button {
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}

.login-help-links {
    width: 100%;
}

.login-help-links p {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.auth-content h1 {
    margin: 0 auto;
}

.auth-content-main {
    background: url('/Content/images/Auth/mainContentSplashFrame_bg.png');
    padding: 15px;
    margin-top: 4%;
}

.auth-content-main-container {
    background-color: #f9f9f9;
}

/* Auth Header - Flexbox Layout */
.auth-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem 1rem;
}

.auth-header > div {
    width: 100%;
    text-align: center;
}

.auth-header img {
    height: auto;
}

.auth-content {
    background: url('/Content/images/Auth/splashPageContent_bg.jpg');
    color: var(--dark-font-color);
    padding: 2rem 1rem;
    text-align: center;
}

.auth-content p {
    padding: 1rem;
}


@media (min-width: 1000px) {
    .auth-header {
        flex-direction: row;
        gap: 1rem;
        align-items: center;
    }

    .auth-header > div {
        flex: 0 0 33.333%;
    }

    .login {
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .login-form-container {
        flex: 0 0 60%;
    }

    .login-form-container form > div {
        flex-direction: row;
        align-items: center;
    }

    .login-form-container form > div .form-control {
        width: auto;
    }

    .login-help-links {
    }

    .prospective {
        margin: auto;
        width: 986px;
        background: url('/Content/images/Auth/auth-background.jpg') repeat-y top center;
    }

    /* Desktop Link Section */
    .link-section {
        flex-direction: row;
        background: url('/Content/images/Auth/bottom.jpg') repeat-y bottom left;
        padding: 2rem 0;
    }

    .program-link {
        flex: 1;
        min-height: 100px;
    }

    .program-link .link-arrow {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .program-link .link-text {
        position: relative;
        z-index: 1;
        color: white;
    }

    .link-divider {
        flex-shrink: 0;
        margin: 0 1rem;
    }
}

