﻿

body {
    background-color: #EFF0F1;
    font-family: 'Lato', Arial;
}

footer {
    padding: 25px;
    color: #fff;
}

footer a {
    color: #fff;
}

h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    margin-top: 2.5rem;
}

h2 {
    color: #002F47;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: 'Futura', Arial, sans-serif;
}

h3 {
    font-weight: 600;
}

i {
    color: #fff;
}

.invalid {
    color: #c6093b;
    font-weight: 600;
}


.banner {
    width: 100%;
    max-width: 1100px;
    margin: 40px auto;
    position: relative;
    color: #fff;
    min-height: 380px;
    padding-left: 0;
}


.gameplan-button {
    font-family: 'Montserrat', Arial, sans-serif;
    background: #EF582A;
    color: #fff;
    padding: 9px 18px;
    border-radius: 20px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.15rem;
    box-shadow: 0 5px 20px rgba(50,40,30,0.13);
    transition: background 0.15s;
    display: inline-block;
}

.banner-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 85px;
    margin-right: -150px
}

.banner-graphic {
    flex: 0 0 340px;
    min-width: 240px;
    max-width: 40vw;
    margin-right: 30px;
}

    .banner-graphic img {
        width: 100%;
        max-width: 340px;
        height: auto;
    }


.logo-top-left {
    position: absolute;
    top: 30px;
    left: 30px;
    display: flex;
    align-items: center;
    z-index: 3;
}

.logo-top-left img {
    height: 48px;
    margin-right: 10px;
}

.logo-bottom-right {
    position: absolute;
    bottom: 24px;
    right: 28px;
    z-index: 3;
}

.logo-bottom-right img {
    height: 58px;
}


.landingpage {
    flex: 1 0 auto;
}



.jumbotron {
    padding: 2rem 1rem;
    margin-left: -15px;
    margin-right: -15px;
}

.banner-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    color: #fff;
    text-align: right;
    padding: 0;
    word-break: break-word;
    min-width: 0;
}

.banner-text h1 {
    font-size: 12rem;
    font-family: "new-astro-soft",sans-serif;
    font-weight: 900;
    color: #fd632c;
    margin: 0;
    line-height: 0.8; 
    letter-spacing: 2px;
    text-shadow: 1px 2px 2px black;
}

.banner-text h2 {
    font-size: 5rem; 
    font-family: "new-astro",sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 2px 2px black;
}

.banner-text p {
    font-size: 1.15rem;
    font-family: 'Futura Md BT', Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #fff;
    opacity: 0.93;
    max-width: 700px;
    text-shadow: 1px 2px 2px black;
    background-color: #002F47;
}

.banner-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.accordion {
    margin-bottom: 1.5rem;
}

.card-accordion {
    margin-bottom: 0.5rem;
}

.card-accordion .card-header h2 {
    background: #fd632c;
    color: #fff;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
}

.card-accordion .card-header button {
    background-color: transparent;
    border: none;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
}

.card-accordion .card-header button:focus {
    outline: 0;
}

.card-accordion .card-body {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    background-color: #f1f1f1;
}

.card-accordion .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #fd632c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: #fff;
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.single-call-out {
    background-color: #D9E0E8;
    color: #002F47;
    padding: 3rem;
    margin: 2rem 3rem 2rem 3rem;
}

.lists-row {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
}

.list-container {
    flex: 1;
    min-width: 200px;
}

/*ul {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 18px 22px;
    box-shadow: 0px 2px 8px 0px #eee;
    list-style-type: disc;
}

li {
    margin-bottom: 12px;
    font-size: 1rem;
}*/

@media (max-width: 700px) {
    .lists-row {
        flex-direction: column;
        gap: 12px;
    }
}


.commute-strategy h2 {
    font-size: 2rem;
    font-family: 'Futura', Arial, sans-serif;
    font-weight: 700;
    color: #fff;
}

.commute-strategy p {
    font-size: 1.5rem;
    font-family: 'Futura Bk BT', Arial, sans-serif;
    color: #fff;
}


.commute-strategy .card-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 36px 36px;
    justify-content: center;
    max-width: 1400px;
    margin: 0 auto;
}

.commute-strategy .card-link {
    flex: 0 1 365px;
    background: #fff;
    border-radius: 32px;
    padding: 5px 5px 20px 5px;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    min-height: 145px;
    transition: box-shadow 0.16s;
    border: 2px solid transparent;
    position: relative;
}

.commute-strategy a:hover,
.commute-strategy a:focus {
    border: 2px solid #EF582A;
}

.commute-strategy .card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 5px;
    background: none;
    border: none;
}

.commute-strategy .icon-square {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 8px; 
    overflow: hidden;
}

.commute-strategy .icon-square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}


.commute-strategy .role {
    display: flex;
    align-items: center;
    font-size: 1rem;
    font-weight: bold;
    color: #26446b;
    gap: 4px;
}

.commute-strategy .role.employer {
    color: #2b5d8c;
}

.commute-strategy .role.commuter {
    color: #7b4782;
}

.commute-strategy .role.both {
    color: #17a2b8;
}

.commute-strategy .card-title {
    font-size: 1.18rem;
    font-weight: bold;
    margin-bottom: 2px;
    color: #004a6f;
    margin-left: 10px;
}

.commute-strategy .card-desc {
    color: #27303e;
    font-size: 1rem;
    margin-left: 10px;
    margin-right: 10px;
}

@media (max-width: 900px) {
    .commute-strategy .card-grid {
        flex-direction: column;
        align-items: center;
    }
}

.schedule-banner {
    background-image: url(/images/game-plan/FIFA-Schedule-Week-2.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    height: 500px;
    min-height: 300px;
    min-width: 100%;
    padding-left: 0;
}

.traffic-road-conditions {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 2rem 1rem;
    box-shadow: 0 1px 8px rgba(0,0,0,0.02);
    margin: 2rem 0;
}



input[type=range] {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
    }

    input[type=range]:focus {
        outline: none; /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
    }

    input[type=range]::-ms-track {
        width: 100%;
        cursor: pointer;
        /* Hides the slider so custom styles can be added */
        background: transparent;
        border-color: transparent;
        color: transparent;
    }

    /* Special styling for WebKit/Blink */
    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        /*border: 1px solid #000000;*/
        border: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #c6093b;
        cursor: pointer;
        margin-top: -9px; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    }

    /* All the same stuff for Firefox */
    input[type=range]::-moz-range-thumb {
        border: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
    }

    /* All the same stuff for IE */
    input[type=range]::-ms-thumb {
        border: none;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        background: #ffffff;
        cursor: pointer;
    }

    input[type=range]::-webkit-slider-runnable-track {
        width: 100%;
        height: 15px;
        cursor: pointer;
        background: #fff;
        border: none;
    }

    input[type=range]:focus::-webkit-slider-runnable-track {
        background: #fff;
    }

    input[type=range]::-moz-range-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
        background: #3071a9;
        border-radius: 1.3px;
        border: 0.2px solid #010101;
    }

    input[type=range]::-ms-track {
        width: 100%;
        height: 8.4px;
        cursor: pointer;
        background: transparent;
        border-color: transparent;
        border-width: 16px 0;
        color: transparent;
    }

    input[type=range]::-ms-fill-lower {
        background: #2a6495;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]:focus::-ms-fill-lower {
        background: #3071a9;
    }

    input[type=range]::-ms-fill-upper {
        background: #3071a9;
        border: 0.2px solid #010101;
        border-radius: 2.6px;
        box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    }

    input[type=range]:focus::-ms-fill-upper {
        background: #367ebd;
    }

label {
    font-weight: 600;
}

main p {
    color: #fff;
    font-weight: 600;
}

.animated-fa-bicycle {
    animation: 3s linear 4s infinite running fa-bicycle-motion;
    transform: translateX(-120px);
}

.animated-fa-car-side {
    animation: 8s linear 4s infinite running fa-car-side-motion;
    transform: translateX(-360px);
}

.btn-block + .btn-block {
    margin-top: 0;
}

.btn-primary {
    background-color: #c6093b;
    color: #fff;
    border: none;
    font-weight: 600;
    font-size: 24px;
    border-radius: 0;
    padding: 25px;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
        background-color: #750623;
        box-shadow: none;
    }

.col-header {
    background-color: #7ab66f;
    -webkit-box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.69);
    -moz-box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.69);
    box-shadow: 10px 10px 15px 1px rgba(0,0,0,0.69);
    overflow: hidden;
}

.col-impact {
    color: #fff;
}

    .col-impact h2 {
        color: #fff;
        font-size: 36px;
        padding: 0 10px;
    }

    .col-impact p {
        font-size: 24px;
        font-weight: 600;
    }

.commute-method-label {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.fb-share-button span {
    vertical-align: baseline !important;
}

.form-control {
    border-radius: 0;
}

.header-element {
    position: relative;
}

.modal-footer {
    border: none;
}

.page4 p {
    font-size: 26px;
}

.range-value {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}



@media only screen and (max-width: 566px) {
    footer {
        padding: 20px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 22px;
        padding: 10px;
        line-height: 1.5;
    }

    .btn-primary {
        font-size: 22px;
    }

    .col-header {
        overflow: hidden;
    }

    .range-value {
        font-size: 24px;
    }
}

/* Responsive design for medium screen sizes & small laptops */
@media (min-width: 577px) and (max-width: 1280px) {
    .banner {
        margin: 0;
    }

    .banner-content {
        margin-right: 0;
    }

    .banner-text {
        margin-left: 5px;
        padding-right: 20px;
    }


    .banner-text h1 {
        font-size: 9rem;
    }

    .banner-text h2 {
        font-size: 3.9rem;
        margin: 0;
        padding: 0;
    }

    .banner-text p {
        font-size: 1.15rem;
        margin-top: 0;
        margin-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-right: 5px;
    }
}

/* Responsive design for small screen sizes & mobile devices */
@media only screen and (max-width: 577px) {

    .landingpage .jumbotron {
        background-image: url(/images/game-plan/game-plan-banner-small.png) !important;
        background-position: center;
        min-height: 650px;
        max-height: 720px;
    }

    .banner {
        margin: 60px auto;
    }
  
    .banner-content {
        margin-right: 0;
        margin-top: 0;
    }

    .banner-text {
        align-items: center;
        margin-left: 5px;
        margin-top: 10px;
    }


    .banner-text h1 {
        font-size: 6rem;
    }

    .banner-text h2 {
        font-size: 2.55rem;
        margin: 0;
        padding: 0;
    }

    .banner-text p {
        font-size: 1.12rem;
        margin-top: 0;
        margin-bottom: 5px;
        margin-left: 5px;
        text-align: center;
    }
}



.schedule-container {
    /*    max-width: 900px;*/
    margin: 30px auto 0 auto;
    /*    padding: 24px 16px 40px 16px;*/
    padding: 24px 0 40px 0;
}

.grid {
    display: grid;
/*    grid-template-columns: repeat(3, 1fr);*/
    gap: 10px;
    margin-bottom: 10px;
}

.schedule-card {
    background: #EFBEB0;
    border-radius: 3px;
    color: #2d3748;
/*    min-height: 80px;*/
    display: flex;
    flex-direction: row;
    align-items: stretch;
    font-size: 15px;
    font-weight: 500;
    overflow: hidden;
    height: 140px;
}

.schedule-card .date {
    background: #EF582A;
    width: 65px;
    color: #fff;
    padding: 7px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #fff;
    justify-content: center;
}

.schedule-card .date span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}

.schedule-card .date strong {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.schedule-card .date-white {
    background: #fff;
    width: 65px;
    color: #EF582A;
    padding: 7px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 2px solid #fff;
    justify-content: center;
}

.schedule-card .date-white span {
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    text-transform: uppercase;
    line-height: 1.2;
}

.schedule-card .date-white strong {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}

.schedule-card .details {
    flex: 1;
    padding: 15px 12px 10px 13px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #002F47;
    font-weight: 700;
}

.schedule-card.white {
    background: #fff;
}

.schedule-card.simple {
    background: #fff;
    color: #222;
}

.schedule-card.noborder {
    border: none;
}

.schedule-card .details .sub {
    font-size: 13px;
    color: #888;
    margin-top: 4px;
}

.btn-center {
    display: flex;
    justify-content: center;
}

.btn-schedule {
    background: #f9653a;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    padding: 19px 55px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    margin-top: 15px;
    transition: background 0.2s;
}

.btn-schedule:hover {
    background: #EF582A;
}

@media (max-width: 900px) {
    .schedule-container {
        margin-top: 0;
    }
}

@media (max-width: 600px) {

    .schedule-card .date {
        width: 60px;
    }

    .btn-schedule {
        font-size: 18px;
        padding: 14px 15px;
    }
}

.coming-soon {
    color: #EF582A;
}
