@font-face {
    font-family: kgsecondchancessketch;
    src: url('/css/KGSecondChancesSketch.ttf');
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Ruddy, sans-serif;
    font-size: 18px;
}

div {
    display: block;
}

p {
    color: #FFFFFF;
    line-height: 140%;
}

h2 {
    color: #ffffff;
    font-size: 20px;
}

a {
    text-decoration: none;
    color: inherit;
}

.blackText {
    color: black;
}

.whitetext {
    color: white;
}


.centerContent {
    width: 1200px;
    margin: auto;
}

header {
    background-color: #29b5b6;
}

    header .row {
        align-items: center;
        flex-wrap: wrap;
        justify-content: end;
    }

    .privacyPolicyContainer ul {
        margin-left: 20px;
        margin-bottom: 20px;
        
    }

    .privacyPolicyContainer ul li {
        margin-bottom: 20px;
    }


#mobileMenu {
    display: none;
}

.slicknav_menu {
    display: none;
}

.headerRow {
    display: none;
    background-color: #29b5b6;
}

.headerLogo {
    width: 250px;
    margin: 10px 0px;
}

.headerNavigation {
    float: right;
    display: flex;
    height: 65px;
    align-items: start;
    justify-content: center;
    color: #FFFFFF;
    font-size: 20px;
}

.accountContainer a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-left: 20px;
}

    .accountContainer a img {
        width: 40px;
    }


nav {
    margin-left: auto;
}

    nav ul {
        display: flex;
        column-gap: 20px;
    }

        nav ul li {
            list-style: none;
        }

            /*hide account nav link*/
            nav ul li:last-of-type {
                display: none;
            }


/* The subnavigation menu */
.subNavigation {
    float: left;
    overflow: hidden;
}

    /* Subnav button */
    .subNavigation .subNavigationBtn {
        background-color: inherit;
        font-family: inherit;
    }

    /* Add a grey background color to navigation links on hover */
    nav a:hover, .subNavigation:hover .subNavigationBtn {
        color: #121f40;
    }

/* Style the subnav content - positioned absolute */
.subNavigationContent {
    display: none;
    position: absolute;
    background-color: #64BAF3;
    width: 290px;
    z-index: 1;
    padding: 10px;
}

    .subNavigationContent li {
        border-right: none !important;
        padding-bottom: 5px;
        margin-bottom: 5px;
        width: 240px;
    }

    /* Style the subnav links */
    .subNavigationContent a {
        float: left;
        text-decoration: none;
    }

        /* Add a grey background color on hover */
        .subNavigationContent a:hover {
            color: #121f40;
        }

/* When you move the mouse over the subnav container, open the subnav content */
.subNavigation:hover .subNavigationContent {
    display: block;
}

#compass {
    display: none;
}

#mobileIntroContainer {
    background: url('/images/mobile-background.jpg');
    display: none;
    background-size: cover;
}

.headerRow {
    display: none !important;
}

.selectRow {
    background-color: rgba(41, 181, 182, 0.5);
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0px !important;
}

.selectGameButton {
    width: 90%;
    display: block;
    margin: auto;
}


.mobileHeader img {
    max-width: 100%;
}

.mobileLogo {
    width: 50%;
    margin: auto;
    display: block;
}

#mobileTitle {
    width: 75%;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.row {
    display: flex;
    padding: 20px 0px;
}

#heroContainer {
    display: flex;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 700px;
}

    #heroContainer h1 {
        color: white;
        font-size: 100px;
        text-align: center;
        padding-top: 30px;
    }

    .heroImgTitleText {
        display: block;
        max-width: 100%;
        margin: auto;
        margin-top: 30px;
    }

.introRow {
    background-color: #29b5b6;
}

.listRow {
    background: url(/images/route-list-background.jpg);
    background-size: contain;
    background-position: center;
}

.introRow-border-wrap {
    position: relative;
    background: linear-gradient(to right, red, orange, yellow, green, blue, indigo, violet, red);
    padding: 5px 0px;
}

.introRow p {
    background-image: url('../images/footprints.png');
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: 0px 0px;
    padding-left: 40px;
    padding-bottom: 20px;
}

.introRow ul li {
    margin-left: 80px;
    padding-bottom: 20px;
    color: white;
}

#character1 {
    width: 250px;
    margin-left: 20px;
    position: absolute;
    right: 0px;
    margin-top: -200px;
    filter: drop-shadow(0px 0px 8px #fff);
}

.fitFamiliesRow {
    background-color: white;
}

    .fitFamiliesRow p {
        color: black;
        margin-bottom: 10px;
    }

#fitFamilies {
    display: block;
    margin: auto;
    width: 250px;
}

#aboutImg {
    width: 100%;
    margin-bottom: 20px;
}

.interiorImage img {
    display: block;
    width: 100%;
}

.accountContainer {
    display: flex;
}

.kidsNote {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.kidsNoteText {
    background: white;
    filter: drop-shadow(0px 0px 4px #000);
    padding: 40px;
    border-radius: 5px;
    color: black;
    font-size: 30px;
}

.kidsNoteText-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 24px solid #fff;
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 20px solid transparent;
    left: -35px;
}


.loginRegisterRow {
    display: flex;
    column-gap: 30px;
}

.loginRegisterPageBG {
    background: url('/images/route-list-background.jpg');
}

.LoginRegisterFormContainer input[type=text], .LoginRegisterFormContainer input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: none;
    border-bottom: 1px solid grey;
}

.LoginRegisterFormContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 19px;
}

    .LoginRegisterFormContainer img {
        width: fit-content;
        margin: auto;
        display: block;
    }

    .LoginRegisterFormContainer h2, .LoginRegisterFormContainer p {
        color: black;
        margin: 20px 0px;
    }

.loginRegisterButton {
    width: 250px !important;
    display: block !important;
    margin: auto !important;
}

#narrationButton {
    width: 300px !important;
    display: block !important;
    margin: 20px auto auto auto !important;
}

#narrationButton img {
    width: 100%;
}

.orangeButton {
    padding: 10px 20px;
    border-radius: 0px;
    background-color: #f4973a;
    border: none;
    text-transform: uppercase;
    font-weight: bold;
    filter: drop-shadow(0px 0px 3px #000);
    display: block;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

    .orangeButton:hover {
        cursor: pointer;
    }

.concertina {
    color: white;
}

    .concertina h2 {
        color: #000;
    }

    .concertina p {
        color: #000;
    }

    .concertina:nth-child(3n) {
        border: 1px solid black;
    }

    .concertina:nth-child(3n+1) {
        border: 1px solid black;
    }

    .concertina:nth-child(3n+2) {
        border: 1px solid black;
    }

    .concertina .title {
        display: flex;
        font-size: 1.5em;
        padding: 10px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid black;
        background-color: #29b5b6;
    }

        .concertina .title:hover {
            cursor: pointer;
        }



    .concertina .content {
        display: none;
        padding: 10px;
        font-size: 1.0em;
    }

    .concertina .arrow {
        transition: 0.5s ease;
        text-align: right;
        color: #000;
    }

        .concertina .arrow.open {
            transform: rotate(90deg)
        }

.section {
    display: flex;
    column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
}
    
    .section div {
        width: 80%;
    }

    .section .interiorImage {
       width: 20%;
    }



.sectionHeading {
    color: black;
}

.routeListGrid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
}

.routeContainer {
}

.routeListImg {
    width: 100%;
}

.routeListImgContainer {
    position: relative;
    display: flex;
}

    .routeListImgContainer h2 {
        position: absolute;
        font-family: kgsecondchancessketch, ruddy, sans-serif;
        bottom: 0;
        height: 100%;
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        display: block;
        text-transform: uppercase;
        font-weight: bold;
        background-color: #f58637;
        padding: 0px 10px;
        text-align: center;
        font-size: 22px;
        font-weight: 100;
    }

.routeListText {
    margin: 20px 0px;
}

    .routeListText p {
        background: unset;
        padding: unset;
        color: black;
        margin-bottom: 20px;
    }

.moreInfoLink {

}

.moreInfoButton {
    display: block;
    margin-left: auto;
}

.footprints {
    width: 30px;
}

.routeDetailText {
    margin: 20px 0px;
}

    .routeDetailText * {
        color: black;
    }

    .routeDetailText h2 {
        font-size: 35px;
        margin: 15px 0px;
        text-transform: uppercase;
        font-weight: bold;
    }

    .routeDetailText p {
        display: flex;
        column-gap: 10px;
        margin-bottom: 5px;
        align-items: center;
    }

.routeDetails {
    display: flex;
    column-gap: 100px;
    margin-bottom: 10px;
}

.startRouteButton {
    max-width: 100%;
}

.startRouteLink {
    display: flex;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 60px;
    column-gap: 100px;
    margin: auto;
    justify-content: center;
    padding: 70px 0px;
    background-repeat: no-repeat;
    background-position: center;
}

.routeLengthHeading {
    color: white;
}

.lengthButtonHolder {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0px;
    column-gap: 20px;
}

.lengthButton {
    border: none;
    font-weight: bold;
    display: block;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mapHolder {
    overflow: hidden;
}

.questionRow {
    background: url('/images/question-row-background.jpg');
    color: #000;
    background-size: cover;
    background-position: center;
}

    .questionRow h1 {
        color: #f58637;
        font-weight: 100;
        text-transform: uppercase;
        font-family: kgsecondchancessketch, ruddy, sans-serif;
    }

    .questionRow p {
        color: #000;
        margin: 20px 0px;
        font-size: 24px;
    }

.questionContainer {
    margin: 40px 0px;
    display: flex;
    column-gap: 10px;
    justify-content: space-between;
}

.hintHolder {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.hintButton {
    width: 200px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

    .hintButton img {
        /* width: 100%; */
        filter: drop-shadow(0px 0px 4px #000);
        height: 138px;
    }

.hintContainer {
    background: white;
    filter: drop-shadow(0px 0px 4px #000);
    padding: 20px;
    border-radius: 5px;
    margin-right: 10px;
}

.hintContainer-bottom-left:before {
    content: "";
    width: 0px;
    height: 0px;
    border-right: 24px solid #fff;
    border-left: 12px solid transparent;
    border-top: 12px solid #fff;
    border-bottom: 20px solid transparent;
    left: 32px;
    bottom: -24px;
    position: absolute;
}

#map-container {
    width: 100%;
    height: 100%;
    position: absolute;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}

    #map-container button {
        background: none;
        color: inherit;
        border: none;
        padding: 0;
        font: inherit;
        font-size: inherit;
        cursor: pointer;
    }

#map {
    height: 100%;
}

#questionPanel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 200px;
    display: none;
}

#questionTitle {
    transition: 0.5s;
}

#questionText {
    transition: 0.5s;
}

.answerButton {
    transition: 0.5s;
}

#hint {
    transition: 0.5s;
}

#nextLocationPanel {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
}

.answerContainer {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

    .answerContainer a {
        color: #f58637;
        font-weight: 100;
        text-transform: uppercase;
        font-family: kgsecondchancessketch, ruddy, sans-serif;
        font-size: 30px;
        border-bottom: 1px solid white;
        padding: 20px 0px;
        width: 100%;
        display: block;
        word-break: break-word;
    }

        .answerContainer a:hover {
            color: black;
        }



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(77,123,148,0.8); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    margin: 20vh auto;
    padding: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
    font-size: 25px;
    text-align: center;
}

    .modal-content h1 {
        font-weight: 100;
        text-transform: uppercase;
        font-family: kgsecondchancessketch, ruddy, sans-serif;
        color: white;
    }

    .incorrectModalImg {
        max-width: 100%;
    }

/* The Close Button */
.close {
    float: right;
    color: white;
    font-size: 50px;
    border: 1px solid white;
    display: block;
    padding: 25px 90px;
    font-weight: 100;
    text-transform: uppercase;
    font-family: kgsecondchancessketch, ruddy, sans-serif;
}

    .close:hover,
    .close:focus {
        color: #fff;
        border: 1px solid #fff;
        background-color: rgba(255,255,255,0.5);
        text-decoration: none;
        cursor: pointer;
    }

.donateButton {
    max-width: 100%;
}

#routeCompleteCharContainer {
    display: flex;
    column-gap: 10px;
}

#routeCompleteImg {
    width: 150px;
    height: fit-content;
    height: -moz-fit-content;
    filter: drop-shadow(0px 0px 8px #fff);
}

.routeCompleteTitle {
    text-align: center;
    font-family: kgsecondchancessketch, ruddy, sans-serif;
    font-weight: 100;
    color: #fff;
}

.socialsContainer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}

#routeCompletePopup .orangeButton {
    margin-bottom: 30px;
}

.wellDoneImg {
    max-width: 100%;
}


#questionnaireForm {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

    #questionnaireForm input[type=text], #questionnaireForm input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        border: none;
        border-bottom: 1px solid grey;
    }

    #questionnaireForm input[type=radio] {
        margin: 0px 5px;
    }

    #questionnaireForm input[type=date] {
        margin: 0px 20px;
    }

    #questionnaireForm textarea {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        box-sizing: border-box;
        height: 250px;
        border: none;
        border: 1px solid grey;
    }

    .formElement {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
    }

    .formElement p {
        width: 100%;
    }

    .formElement input[type=checkbox] {
        width: 25%;
    }

    .disabilityLabel {
        width: 75%;
    }



footer {
    background: url('/images/footer-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}

.footerGrid {
    display: grid;
    grid-template-columns: repeat(3, auto);
    column-gap: 20px;
}

#footerLogo {
    width: 200px;
}

.premierLogo {
    width: 200px;
    margin-bottom: 20px;
}

.footerNav {
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    font-weight: bold;
}


.footerAddress p {
    color: black;
}

.socialMediaRow {
    display: flex;
    column-gap: 10px;
}

    .socialMediaRow img {
        width: 35px;
    }

#footercopy p {
    color: black;
    width: fit-content;
    width: webkit-fit-content;
    margin: auto;
    padding: 30px 0px;
}



/*COOKIE POPUP*/

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

    .cc-window.cc-invisible {
        opacity: 0
    }

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

    .cc-animate.cc-revoke.cc-top {
        transform: translateY(-2em)
    }

    .cc-animate.cc-revoke.cc-bottom {
        transform: translateY(2em)
    }

    .cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
        transform: translateY(0)
    }

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica,Calibri,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

    .cc-window.cc-static {
        position: static
    }

    .cc-window.cc-floating {
        padding: 2em;
        max-width: 24em;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner {
        padding: 1em 1.8em;
        width: 100%;
        -ms-flex-direction: row;
        flex-direction: row
    }

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

    .cc-link:hover {
        opacity: 1
    }

    .cc-link:active, .cc-link:visited {
        color: initial
    }

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

    .cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
        background-color: transparent;
        text-decoration: underline
    }

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

    .cc-close:focus, .cc-close:hover {
        opacity: 1
    }

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

    .cc-compliance > .cc-btn {
        -ms-flex: 1;
        flex: 1
    }

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width:900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

        .cc-window.cc-banner .cc-compliance {
            -ms-flex: 1;
            flex: 1
        }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

    .cc-theme-classic .cc-btn:last-child {
        min-width: 140px
    }

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/*jQuery overwrite*/

.ui-widget.ui-widget-content {
    border: none !important;
}

.ui-widget-header {
    border: none !important;
    background: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

.ui-tabs .ui-tabs-panel {
    clear: both;
}

.ui-tabs .ui-tabs-nav {
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: none !important;
    background: none !important;
    color: inherit !important;
    font-weight: inherit !important;
}

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: none !important;
        background: none !important;
        font-weight: inherit !important;
        color: #ab7830 !important;
        text-decoration: underline !important;
    }

        .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
            color: #ab7830 !important;
            text-decoration: underline !important;
        }

