﻿
body {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: normal;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 35px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 22px;
}

a {
    color: #AC055D;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    transition: .6s;
}

.back-to-top,
.back-to-top:active,
.back-to-top:visited,
.back-to-top:focus,
.back-to-top:hover {
    background-color: #999999 !important;
    border-radius: 10px 0 0 10px;
    bottom: 125px;
    display: none;
    opacity: .7;
    position: fixed;
    right: 0;
}

/*Color Utilities From Primary Palette*/

.color-white {
    color: #FFFFFF;
}
.color-black {
    color: #000000;
}
.color-dark-pink {
    color: #AC055D;
}
.color-cyan {
    color: #23766F;
}
.color-magenta {
    color: #760D89;
}
.color-yellow {
    color: #FDBC39;
}

.color-white-hover:hover {
    color: #FFFFFF;
    transition: .6s;
}
.color-dark-pink-hover:hover {
    color: #AC055D;
    transition: .6s;
}
.color-black-hover:hover {
    color: #000000;
    transition: .6s;
}
.color-cyan-hover:hover {
    color: #23766F;
    transition: .6s;
}
.color-magenta-hover:hover {
    color: #760D89;
    transition: .6s;
}
.color-yellow-hover:hover {
    color: #FDBC39;
    transition: .6s;
}




.link-color-white-hover a:hover {
    color: #FFFFFF;
    transition: .6s;
}

.link-color-dark-pink-hover a:hover {
    color: #AC055D;
    transition: .6s;
}

.link-color-black-hover a:hover {
    color: #000000;
    transition: .6s;
}

.link-color-cyan-hover a:hover {
    color: #23766F;
    transition: .6s;
}

.link-color-magenta-hover a:hover {
    color: #760D89;
    transition: .6s;
}

.link-color-yellow-hover a:hover {
    color: #FDBC39;
    transition: .6s;
}





.bg-white {
    background-color: #FFFFFF;
}
.bg-black {
    background-color: #000000;
}
.bg-dark-pink {
    background-color: #AC055D;
}
.bg-cyan {
    background-color: #23766F;
}
.bg-magenta {
    background-color: #760D89;
}
.bg-yellow {
    background-color: #FDBC39;
}
.bg-light-grey{
    background-color: #EAEAEA;
}
.bg-grey {
    background-color: #999999;
}

.bg-white-hover:hover {
    background-color: #FFFFFF;
    transition: .6s;
}
.bg-black-hover:hover {
    background-color: #000000;
    transition: .6s;
}
.bg-light-grey-hover:hover {
    background-color: #EAEAEA;
    transition: .6s;
}
.bg-dark-pink-hover:hover {
    background-color: #AC055D;
    transition: .6s;
}
.bg-cyan-hover:hover {
    background-color: #23766F;
    transition: .6s;
}
.bg-magenta-hover:hover {
    background-color: #760D89;
    transition: .6s;
}
.bg-yellow-hover:hover {
    background-color: #FDBC39;
    transition: .6s;
}
/*End Color Utilities From Primary Palette*/

/*
    General utility classes
*/

.no-border-radius{
    border-radius: 0;
}

/*
    Button styles
*/
a.btn, nav a {
    text-decoration:none;
}

.btn:hover{
    transition: .6s;
}
.btn{
    transition: .6s;
}

.btn:disabled:hover{
    cursor:not-allowed;
}

.btn-large{
    font-size: 22px;
}

#buyPassesButtonSticky {
    display: none;
}
#buyPassesButtonSticky.stickyButton {
    display: flex;
    flex: 0 0 100%;
    margin-top: 20px;
}
#buyPassesButtonSticky.stickyButton a {
    border-radius: 0;
    border-bottom:2px solid #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    padding-top: 15px;
    text-align: center;
    padding-bottom: 20px;
    text-transform: uppercase;
}
.home-banner a.btn-default.btn-buy-passes {
    border-radius: 0;
    font-weight: bold;
    height: 60px;
    margin: 0 auto 20px;
    padding: 15px 0;
    text-transform: uppercase;
    width: 200px;
}
/*end button styles*/
main {
    /*margin-top: 125px;*/
}
.home-container {
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}
.home-banner {
    min-height:350px;
    display:table;
}
.home-banner p {
    font-size: 40px;
    font-weight: bold;
    line-height: normal;
    margin: 25% auto 15px;
    padding: 10px 22px;
    text-align: center;
}
nav.navbar {
    /*background: #FFFFFF;*/
    padding: 0 0 10px 0;
    z-index: 1020;
}

.navbar-brand img {
    height: auto;
    margin: 0 0 0 8px;
    width: 205px;
}

.navbar .nav-item.btn-buy-passes {
    font-size: 20px;
    font-weight: bold;
    height: 60px;
    line-height: normal;
    width: 100%;
}


.navbar .nav-item {
    border-bottom: 1px solid #999999;
    height: 70px;
    /*margin: 0 auto;*/
    width: 75%;
}
/*.navbar .nav-item.border-bottom-0{
    height: initial;
}*/
.navbar .nav-item.my-account-item{
    background-color: #F5F5F5;
    width:100%;
}
.my-account-item a{
    margin: 0 auto;
}
.navbar .navbar-nav .nav-item:last-child {
    border-bottom: none;
}

.navbar .nav-item a {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    padding-top: 15px;
    text-align: center;
    text-transform: uppercase;
}

#nav-right ul li.nav-item a {
    display: inline-block;
    margin-right: 35px;
}

#nav-search {
    background-image: url('../../img/icons/icon_search.png');
    height: 25px;
    width: 25px;
}

#nav-search:hover {
    background-image: url('../../img/icons/icon_search_hover.png');
}

/*Client requested we remove the account icon*/
/*#nav-account {
    background-image: url('../../img/icons/icon_login_off.png');
    height: 26px;
    width: 26px;
}
#nav-account.logged-in {
    background-image: url('../../img/icons/icon_login.png');
}
#nav-account.pass-holder {
    background-image: url('../../img/icons/icon_login_on.png');
}
#nav-account:hover {
    background-image: url('../../img/icons/icon_login_hover.png');
}*/

#nav-cart {
    background-image: url('../../img/icons/icon_cart.png');
    height: 25px;
    width: 27px;
}
#nav-cart.has-carted-items {
    background-image: url('../../img/icons/icon_cart_on.png');
}
#nav-cart:hover {
    background-image: url('../../img/icons/icon_cart_hover.png');
}

#navbarSupportedContent.collapse.navbar-collapse,
#navbarSupportedContent.collapsing.navbar-collapse {
    align-self: flex-end;
    max-height: 50vh;
    overscroll-behavior: contain;
    overflow-y: scroll;
}

.navbar-collapse.collapse.show {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.navbar-toggler-icon {
    background-image: none !important;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    margin-right: 5px;
    padding-top: 12px;
    text-transform: uppercase;
    width: 100%;
}

.navbar-toggler {
    align-items: flex-end;
    align-self: flex-end;
    border-color: transparent !important;
    display: flex;
    height: 60px;
}

.navbar-toggler:focus, .btn:focus {
    /*accessibility problem to not indicate button focus???*/
    /*outline: none !important;
    box-shadow: none;*/
}

.logo-sticky {
    display: none;
}

nav.navbar.sticky {
    position: fixed !important;
    top: 0;
    transition: .5s;
}
/*This looks weird*/
/*nav.navbar:not(.sticky) {
    transition: .5s;
}*/
#mainNav.sticky {
    height: 90px;
}

#mainNav.sticky img.logo-sticky {
    display: inline;
    height: auto;
}

#mainNav.sticky img.logo-initial {
    display: none;
}

/*footer*/
.footer-address p, .copyright p {
    font-size: 20px;
}

.footer-address p {
    margin-bottom: 0;
}

footer a {
    color: #23766F;
}

.copyright p {
    font-size: 12px;
}

/*end footer*/

/*accordion*/
.accordion span.ui-icon, #accordion span.ui-icon {
    display: inline-block;
    left: 15px;
    position: absolute;
}

.accordion h3.ui-accordion-header {
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    margin-bottom: 10px;
    position:relative;
}
.accordion-header-wrap {
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
}

h3.ui-accordion-header {
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-size: 26px;
    min-height: 75px;
    margin-bottom: 0;
    padding: 27px 0;
}

h3.ui-accordion-header:focus{
    outline:none !important;
}

h3.ui-accordion-header.ui-accordion-header-active {
    border-bottom: none;
    margin-bottom: 0;
}

div.ui-accordion-content {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    height: auto !important;
    padding: 0 15px;
    margin-bottom: 10px;
}
/*end accordion*/

/*background image*/
.bg-image {
    background-size: cover;
    display: flex;
    font-weight: 600;
    height: 36.25rem;
    justify-content: center;
    line-height: normal;
    text-transform: uppercase;
    z-index: 100;
}
/*end background image*/

/*custom-content (cms)*/
.ui-accordion .ui-accordion-content {
    overflow: auto;
}
.custom-content-block {
    border-bottom: 2px solid #FFFFFF;
    padding: 30px 40px;
}

.custom-content-block img, .custom-content-block-mobile img {
    border: 2px solid #FFFFFF;
    height: auto;
    max-width: 100%;
}

.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header {
    border-bottom: 1px solid #000000;
    border-top: none;
    color: #000000;
    padding-left: 15px;
    text-transform: uppercase;
}

.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header:first-child {
    border-top: 1px solid #000000;
}

.custom-content-block-mobile .ui-accordion-content {
    color: #000000;
}

.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header.ui-accordion-header {
    position: relative;
    font-size: 22px;
}
.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header span.ui-accordion-header-icon {
    bottom: 25%;
    position: absolute;
    right: -5px;
}

.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header span.ui-icon {
    background-image: url('../../img/icons/icon_accordion_expand.png');
    display: inline-block;
    height: 37px;
    width: 37px;
    margin: 0 15px;
}
.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header span.ui-icon::before{
    content:"";
    display:none;
}
.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header span.ui-icon.ui-icon-circle-arrow-s {
    background-image: url('../../img/icons/icon_accordion_collapse.png');
}
.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header.ui-state-active,
.custom-content-block-mobile h3.custom-content-block-mobile-accordion-header.ui-state-active + div.ui-accordion-content{
    background-color: #EAEAEA;
}

.custom-content-block-mobile .ui-accordion-content {
    padding: 30px 5%;
}
.accordion-close {
    display: block;
    font-weight: bold;
}

/*
    Control link text from finite set of colors.
    Classes will be named a-color-<hex>
    IMPORTANT!!!: If the "Approved Color" datatype
    in the CMS is ever extended, this group of class
    selectors will need to be updated to include the new
    color(s). Otherwise the content editors' ability to override
    link colors will not include the newly added approved color(s).
*/
.a-color-ffffff a{color:#ffffff;}
.a-color-eaeaea a{color:#eaeaea;}
.a-color-f5f5f5 a{color:#f5f5f5;}
.a-color-000000 a{color:#000000;}
.a-color-636466 a{color:#636466;}
.a-color-999999 a{color:#999999;}
.a-color-23766f a{color:#23766f;}
.a-color-42b9b4 a{color:#42b9b4;}
.a-color-8bd1ce a{color:#8bd1ce;}
.a-color-c9e8e7 a{color:#c9e8e7;}
.a-color-ac055d a{color:#ac055d;}
.a-color-e85aa4 a{color:#e85aa4;}
.a-color-f9cce1 a{color:#f9cce1;}
.a-color-760d89 a{color:#760d89;}
.a-color-b958b1 a{color:#b958b1;}
.a-color-d195cc a{color:#d195cc;}
.a-color-e8cce5 a{color:#e8cce5;}
.a-color-fdbc39 a{color:#fdbc39;}
.a-color-f7de8d a{color:#f7de8d;}
.a-color-faefc7 a{color:#faefc7;}
.a-color-fdf7e3 a{color:#fdf7e3;}
/**/

.buy-passes-info-box .card-footer{
    background:none;
}

/*.buy-passes-info-box button.tooltip-trigger
.buy-pass-selector button.tooltip-trigger {
    bottom: 0;
    position: absolute;
    right: 0;
}*/
.buy-pass-selector button.learn-more {
    font-size: 16px;
}
button.tooltip-trigger {
    padding: .5rem;
}
.tooltip > .tooltip-inner {
    padding: 30px;
    min-width: 300px;
}
.tooltip > .tooltip-inner a {
    color: #FFFFFF;
}
.tooltip > .tooltip-inner a:hover {
    color: red;
    font-weight:bolder;
}
/*end custom-content (cms)*/
#intro-block-mobile h1.page-title-header {
    font-size: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    body {
        margin: 0 auto;
        width: 1200px;
    }
    /*nav.navbar.sticky {
        padding-left: 1.125rem !important;
        padding-right: 1.125rem !important;
    }*/
    nav.navbar.sticky #nav-right{
        padding-right: 0 !important;
    }
    nav.navbar {
        flex-wrap: wrap;
        height: 200px;
        padding: 0 0 20px 0 !important;
        transition: all .3s;
    }

    .navbar-expand-xl .navbar-nav {
        flex-grow: 1;
    }

    #navbarSupportedContent {
        /*margin-left: 80px;*/
    }

    ul.navbar-nav.mr-auto li.nav-item {
    /*    padding-right: 25px;*/
    }

    .navbar .nav-item {
        border-bottom: none;
    }

    /*subnav*/
    .subnav {
        background-color: #EAEAEA;
        flex-basis: 100%;
        font-size: 16px;
        font-weight: bold;
        height: auto;
        padding-left: 2.75rem;
        left: 0;
        position: absolute;
        top: 190px;
        width: 100%;
    }
    #mainNav.sticky .subnav {
        top: 80px;
        padding-left: 5.75rem;
    }

    .subnav a.nav-link {
        padding: 14px;
    }

    .nav-item.active a.nav-link,
    a.nav-link.active {
        color: #23766F;
        position: relative;
    }

    .nav-item.active a.nav-link::after, .nav-account-toggle.active::after {
        content: '';
        border-bottom: 16px solid #EAEAEA;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid transparent;
        display: block;
        height: 0;
        left: 40%;
        position: absolute;
        top: 50%;
        width: 0;
    }
    .nav-account-toggle.active::after {
        top: 50%;
    }
    #navbarSupportedContent.collapse.navbar-collapse {
        height:auto;
        overflow:initial;
    }
    /*end subnav*/

    /*Account subnav*/
    #nav-account-submenu {
        left: -60px;
        padding-bottom: 20px;
        padding-left: 20px;
        top: 68px;
        width: 250px;
        border: none;
    }

    #nav-account.dropdown-toggle::after, .nav-account-toggle::after{
        display: none;
    }
    /*#nav-account-submenu::before {
        content: '';
        border-bottom: 40px solid #000000;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 15px solid transparent;
        display: inline-block;
        height: 0;
        left: 48%;
        position: absolute;
        top: -55px;
        width: 0;
        visibility: visible;
        margin-top: inherit;
    }*/

    /*Dynamic account link display*/
    .nav-account-toggle{
        color: #999999;
    }
    .nav-account-toggle:hover{
        cursor:default;
    }
    .nav-account-toggle.logged-in {
        color: #000000;
    }
    .nav-account-toggle.logged-in.pass-holder {
        color: #AC055D;
    }

    ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
        display: block;
    }
    #nav-account-submenu a.dropdown-item {
        font-size: 15px;
        font-weight: 600;
        line-height: 30px;
        text-align: left;
    }
    #nav-account-submenu span.dropdown-item.title {
        font-size: 20px;
        font-weight: 600;
    }
    #nav-account-submenu a.dropdown-item:hover, #nav-account-submenu span.dropdown-item.title {
        font-weight: bolder;
        color: #FFFFFF;
        transition: 0s;
    }

    /*End Account subnav*/
    .page-title-header {
        display: inline;
        height: 80px;
        margin: 0 0 0 100px;
        padding: 25px 5% 8px 5%;
        text-transform: uppercase;
    }

    .page-title-header.no-hero {
        display: block;
        height: initial;
        margin: 0;
        padding: 25px 105px;
    }

    .gift-pass-buy-container > div {
        width: 20% !important;
    }
}

@media (min-width: 768px) {
    main {
       /* margin-top: 215px;*/
    }

    .navbar .nav-item {
        display: flex;
        width: auto;
    }

    .navbar .nav-item a {
        align-self: flex-end;
        padding-bottom: 0;
    }

    .navbar-brand img {
        position: relative;
        top: 13px;
        /*width: initial;*/
    }

    #buyPassesBannerButtonInitial {
        height: 90px;
        position: absolute;
        right: 0;
        top: 0;
    }

    #buyPassesBannerButtonInitial a {
        border-radius: 0;
        font-size: 20px;
        font-weight: bold;
        display: block;
        height: 90px;
        padding: 20px;
        text-transform: uppercase;
        width: 190px;
    }

    nav.navbar.sticky #buyPassesBannerButtonInitial {
        display: none !important;
    }

    #buyPassesButtonStickyShow {
        padding-bottom: 0;
    }

    nav.navbar #buyPassesButtonStickyShow a.btn-buy-passes {
        display: none;
    }

    nav.navbar.sticky #buyPassesButtonStickyShow a.btn-buy-passes {
        border-radius: 0;
        display: inline-block;
        height: 90px;
        margin-right: 0;
        padding-top: 23px;
        width: 110px;
    }

    #nav-right .navbar-nav .nav-item {

    }

    #nav-right ul.navbar-nav li.nav-item a {
        margin-right: 25px;
        padding-bottom: 0 !important;
    }

    /*Home page styles*/
    .home-banner {
        height: 780px;
    }

    .home-banner p {
        font-size: 50px;
        margin-top: 10%;
        width: 75%;
    }

    .home-banner a.btn-default.btn-buy-passes {
        font-size: 30px;
        height: initial;
        width: 260px;
    }

    .homepage-message {
        margin: 0 auto;
        padding: 80px !important;
    }
    .large-homepage-box {
        align-items: stretch;
        background-size: cover;
        border-bottom: 5px solid #FFFFFF;
        flex-direction: row;
    }
    .large-homepage-box:nth-of-type(even) {
        justify-content: flex-start;
    }
    .large-homepage-box:nth-of-type(odd){
        justify-content: flex-end;
    }
    .large-box-content {
        flex: 0 1 65%;
        opacity: .9;
        padding: 90px 70px;
    }
    .large-box-content.featured-this-month {
        flex: initial;
        opacity: 1;
        padding-left: 0;
    }
    .large-box-content h3 {
        font-weight: bold;
        margin-bottom: 20px;
        text-transform: uppercase;
    }

    .large-homepage-box:nth-child(odd) .large-box-content {
        right: 0;
    }

    .large-homepage-box:nth-child(even) .large-box-content {
        left: 0;
    }

    .feature-box-container {
        margin: 0 auto;
        padding: 80px 50px
    }

    .card.feature-box {
        border-radius: 0;
    }

    .card-bg {
        left: 0;
        height: 100%;
        opacity: .55;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 1;
    }

    .card.feature-box img {
        border-radius: 0 !important;
    }

    .card.feature-box .card-body {
        bottom: 0;
        display: table;
        height: 30%;
        position: absolute;
        width: 100%;
        z-index: 2;
    }

    /*feature box hover states*/
    .card.feature-box .card-body:hover, .card.feature-box:hover .card-body {
        background-color: #000000 !important;
        color: #FFFFFF !important;
        cursor: pointer;
        transition: .6s;
    }
    .card-body{
        transition: .6s;
    }

    .card.feature-box:hover .card-bg {
        background-color: transparent !important;
        cursor: pointer;
        transition: .6s;
    }

    .card-bg{
        transition: .6s;
    }

    .card.feature-box .card-body:hover h3.card-text,
    .card.feature-box:hover .card-body h3.card-text {
        color: #FFFFFF !important;
        transition: .6s;
    }
    .card-body h3.card-text {
        transition: .6s;
    }
    /*end feature box hover states*/
    .card.feature-box .card-body h3.card-text {
        display: table-cell;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        vertical-align: middle;
    }
    .card{
        border:none;
    }

    .buy-passes-bar {
        height: 100px;
        position: relative;
    }

    .buy-passes-bar .pass-card {
        position: absolute;
        right: 85px;
        top: -125%;
    }

    .buy-passes-bar span {
        font-size: 32px;
        font-weight: bold;
        padding: 10px 0 0 22%;
        position: relative;
        top: 25%;
    }

    .buy-passes-bar span img{
        bottom: 2px;
        margin-right: 8px;
        position: relative;
    }

    .footer-icon {
        display: inline-block;
        height: 50px;
        margin: 40px 80px 0 0;
    }

    .footer-icon.footer-twitter {
        background-image: url('../../img/icons/icon_twitter.png');
        width: 61px;
    }

    .footer-icon.footer-facebook {
        background-image: url('../../img/icons/icon_facebook.png');
        width: 23px;
    }

    .footer-icon.footer-instagram {
        background-image: url('../../img/icons/icon_instagram.png');
        width: 50px;
    }

    .footer-icon.footer-twitter:hover {
        background-image: url('../../img/icons/icon_twitter_hover.png');
        width: 61px;
    }

    .footer-icon.footer-facebook:hover {
        background-image: url('../../img/icons/icon_facebook_hover.png');
        width: 23px;
    }

    .footer-icon.footer-instagram:hover {
        background-image: url('../../img/icons/icon_instagram_hover.png');
        width: 50px;
    }

    footer.container.social {
        height:50px;
    }
    /*end Home page styles*/

    /*custom-content (cms)*/
    .custom-content-block {
        padding: 80px 100px;
    }
    
    /*end custom-content (cms)*/

    #intro-block {
        bottom: 80px;
        margin-bottom: -78px;
        position: relative;
    }

    .gift-pass-buy-container > div {
        width: 33%;
    }

    /*This should keep section titles still visible when arriving via a page anchor*/
    .page-anchor {
        /*visibility: hidden;
        height: 95px;*/
    }

    [id]::before {
        content: '';
        display: block;
        height: 75px;
        margin-top: -75px;
        visibility: hidden;
    }
}

@media (min-width: 1300px) {
    nav.navbar.sticky {
        padding-left: 4.125rem !important;
        padding-right: 4.125rem !important;
    }
    .navbar-brand img {
        width: initial;
    }
}

@media (min-width: 1400px) {
    nav.navbar.sticky {
        padding-left: 6.125rem !important;
        padding-right: 6.125rem !important;
    }
}

/*Transitions utilities for hover*/
.transition--util--med--hover:hover {
    transition: .6s;
}
.transition--util--med--hover {
    transition: .6s;
}
.transition--util--slow--hover:hover {
    transition: 1.2s;
}
.transition--util--slow--hover {
    transition: 1.2s;
}

/*Pre loaded images (for hover)*/
#preloaded-images{display:none}


/*Account*/
#intro-block-no-banner h1.page-title-header {
    display: block;
    height: 110px;
    margin: 25px 0;
    padding: 26px 26px 26px 95px;
}

#intro-block-no-banner{
    max-width: 100%;
    padding: 0;
}
/*End Account*/
/*End Tables*/
.table-heading-bg {
    background-color: #42B9B4;
}
.table-cell-1-bg {
    background-color: #EAEAEA;
}

.table-cell-2-bg {
    background-color: #F5F5F5;
}

.table-row-subtotal {
    background-color: #C9E8E7;
}

.table tr.table-row-total td,
.table tr.table-row-subtotal td,
.table tr.table-title td {font-size:20px;}

.table-row-bold td {
    font-weight: bold;
}

.list-table{
    font-size: 20px
}

.table-large-text{font-size: 20px;}
.table tr td{font-size: 16px;}
.table tr{
    border-bottom: 2px solid #FFFFFF;
}
/*End Tables*/

/*Shopping cart*/

.remove-pass{
    background-image: url('../../img/icons/icon_delete_off.png');
    display: inline-block;
    cursor:pointer;
    height: 25px;
    width: 25px;
}
.remove-pass:hover {
    background-image: url('../../img/icons/icon_delete.png');
}
.edit-pass{
    background-image: url('../../img/icons/icon_edit_off.png');
    display: inline-block;
    cursor:pointer;
    height: 25px;
    width: 25px;
}
.edit-pass:hover {
    background-image: url('../../img/icons/icon_edit.png');
}
.edit-pass-cell{width: 25px; padding-left: 0 !important;}
.add-on-label{font-size:16px;}
.delivery-method-alert p:last-child {
    margin-bottom: 0 !important;
}

.radio-button-offset {
    top: 2px !important;
    height: 18px;
    width: 18px;
}
.checkbox-offset{
    height: 20px;
    width: 20px;
    position:relative;
    top: 3px;
}
/*
    Buy Passes
*/
.btn.increase-decrease {
    border-radius: 20px;
    display: inline-block;
    height: 40px;
    padding: 0 0 5px;
    width: 40px;
}

.buy-pass-selector, .buy-pass-selector .btn {
    font-size: 25px;
}
.quantity{
    display:inline-block;
    height:40px;
    width:40px;
    text-align:center;
}
.small-quantity-control, .btn.increase-decrease.small-quantity-control {
    height: 30px;
    width: 30px;
}

.gift-pass-buy-container{
    display:flex;
    flex-direction: row;
}
.gift-pass-buy-container > div{
    flex: 0 1 auto;
    min-height: 300px;
}

.gift-pass-buy-container .gift-pass-title {
    font-size: 1.5rem;
}
/*Forms*/
.form-group input.form-control, .form-group select.form-control {
    background-color: #EAEAEA;
    border-radius: 0;
    font-size: 22px;
}
.form-control::-webkit-input-placeholder {
    color: #999999;
}
.form-group label{
    font-size: 20px;
    margin-bottom: 0;
}
span.validation-message{
    font-weight: bold;
    font-style: italic;
    color: red;
}
.form-control:disabled, .form-control[readonly] {
    opacity: .5;
}
/*Vue Js Styles*/
[v-cloak] {
    display: none;
}
.fade-enter-active, .fade-leave-active {
    transition: opacity 1.5s;
}
/* .fade-leave-active below version 2.1.8 */ 
.fade-enter, .fade-leave-to {
    opacity: 0;
}

/*UI enhancements*/
.loader {
    width: 20px;
    height: 20px;
    animation: load8 1s linear infinite;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
