.sf.nav.horizontal-dropdown-persistent .children.open {
    margin-top: 4rem !important;
}

.nav--right .splash-free-link,
.nav--left .splash-free-link {
    text-decoration: underline;
    display: inline-block !important;
    
}

.nav-item:nth-child(2) {
    text-decoration: none !important;
}

/**** Second Child Hover States on Menus ****/
/*#g-487066258 .sf.nav.horizontal-dropdown-v2 .nav-item:nth-child(2) a:hover:hover:hover,*/
/*#g-659748978 .sf.nav.horizontal-dropdown-persistent .nav-item:nth-child(2) a:hover:hover:hover{*/
/*    background-color: inherit !important;*/
/*    color: #828282 !important;*/
/*    cursor: inherit !important;*/
/*}*/

.nav--right .element .nav .nav-dropdown-selected .grp{
    display: none !important;
}

.nav-dropdown-arrow.icon-f-wide-darr {
    display: block !important;
}

.clicked {
    background: #DFDE2F !important;
    transition: all ease-in .4s;
}

.unclicked {
    background: inherit !important;
    transition: all ease-out .1s;
}

.clickedText {
    color: #5C613D !important;
}

.unclickedText {
    color: #DFDE2F !important;
}

/*.darkBlue {*/
/*    color: #2c4151 !important;*/
/*}*/

/*.transparent {*/
/*    color: transparent !important;*/
/*}*/

.disable-links {
    text-decoration: none !important;
}

.upArrowIcon {
    background-image: url(https://d24wuq6o951i2g.cloudfront.net/img/events/3381493/assets/9715128e.squamish-up-arrow-dark.png) !important;
    background-repeat: no-repeat !important;
    background-position-x: 2.2rem;
    background-position-y: 0.6rem;
    background-size: 10px;
}

.upArrowIcon2 {
    background-image: url(https://d24wuq6o951i2g.cloudfront.net/img/events/3381493/assets/9715128e.squamish-up-arrow-dark.png) !important;
    background-repeat: no-repeat !important;
    background-size: 10px;
}

.downArrowIcon {
    background-image: url(https://d24wuq6o951i2g.cloudfront.net/img/events/3381493/assets/68051eb4.squamish-down-arrow-icon.png);
    background-repeat: no-repeat !important;
    background-position-x: 2.2rem;
    background-position-y: 0.6rem;
    background-size: 10px;
}
.close-modal:hover {
    color:#DFDE2F!important;
}
.cms-ticket-container p {
    font-family: 'DIN Pro Regular' !important;
}

@media screen and (max-width: 682px) {
    .upArrowIcon,
    .downArrowIcon {
        background-position-x: 2rem;
        margin-top: 1rem;
    }
}
.hamburgerIcon {
    background-image: url(https://d24wuq6o951i2g.cloudfront.net/img/events/3381493/assets/eca8b4f4.squamish-hamburger-icon.png);
    background-repeat: no-repeat;
    z-index: 9999 !important;
}

@media screen and (max-width: 682px) {
    .hamburgerIcon {
        background-position-y: 1.1rem;
    }
}

.arcteryx-button:link { 
} 
.arcteryx-button:visited { 
} 
.arcteryx-button:hover { 
    background-color:rgb(223, 222, 47)!important; 
    color:rgb(92, 97, 61)!important; 
} 
.arcteryx-button:active { 
    background-color:rgb(54, 57, 37)!important; 
    color:rgb(223, 222, 47)!important; 
}