/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #e5125b;
    color: #ffffff;
    padding: 10px 0;
    width: 100%;
    /*position: fixed;*/
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 18px;
}
.ctaNav .blockInnerContent a {
    color: #d8db20;
    text-decoration: underline;
}
/*-------HOME PAGE--------*/
/*@media only screen and (min-width: 768px) {*/
/*    .blockWrap_ff413bfa1d6f46fdaded2ab07aa1478f {*/
/*        width: 800px;*/
/*        left: 0;*/
/*        right: 0;*/
/*        margin: auto;*/
/*    }*/
/*    .blockWrap_e9a626b0d69b4ad29eb1cb392fc4e8f9 .blockContent,*/
/*    .blockWrap_c7dd02aadca74a018dee32c31d4f251a .blockContent {*/
/*        max-width: 800px !important;*/
/*    }*/
/*}*/
/*HIDE MAIN IMAGE GALLERY ARROWS*/
/*.block_cd20189db0944dd3af064d93fc7c5328 .galleryArrow {*/
/*    display: none;*/
/*}*/

/*-----------RESULTS------------*/
.blockWrap_2694ADPHRi54iKBR .contentTitle,
.blockWrap_lyVonLHVhON62BLu .contentTitle {
    width: 115px;
    margin: auto;
    background-color: #e6125b;
    padding: 1em !important;
}
/*.blockWrap_fFwZKcUvdfLyIjXB {*/
/*    max-width: 500px;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: 0 auto 1.5em auto;*/
/*}*/

/*.block_a058cb4dccef409982c02e2a5d69ef6e .blockInnerContent a {*/
/*    color: #ffffff;*/
/*    text-decoration: underline;*/
/*}*/
/*.block_a058cb4dccef409982c02e2a5d69ef6e .blockInnerContent a:hover {*/
/*    color: #ff8f00;*/
/*}*/

/*PLUG ME IN BUTTON*/
/*.typeform-share .button:hover{*/
/*   background-color: #0154fc !important;*/
/*}*/
/*EVENTS*/
.items_cf085665bfe744b696725c63d20d50c2{
    max-width:1200px;
    margin:auto;
    background-color: #d0d0ce;
}
.blockWrap_cf085665bfe744b696725c63d20d50c2 .item:hover{
    background-color:#e6125b;
    color:white;
}
.blockWrap_cf085665bfe744b696725c63d20d50c2 .item:hover .contentTitle a{
    color:white !important;
}
.blockWrap_cf085665bfe744b696725c63d20d50c2 .item{
   -webkit-transition: ease-in-out .7s;
    -moz-transition: ease-in-out .7s;
    -ms-transition: ease-in-out .7s;
    -o-transition: ease-in-out .7s;
    transition: ease-in-out .7s;
}
.blockWrap_cf085665bfe744b696725c63d20d50c2 .item .contentTitle a{
   -webkit-transition: ease-in-out .7s;
    -moz-transition: ease-in-out .7s;
    -ms-transition: ease-in-out .7s;
    -o-transition: ease-in-out .7s;
    transition: ease-in-out .7s;
}
/*LOCATIONS*/
.items_dce569150d244c7ea2d6ac68dc79abe4{
      max-width:1200px;
    margin:auto;
}

/*THIS IS WHY*/
/*.blockWrap_fdc715ca544442e0a290f569391862ea .blockInnerContent{*/
/*    font-family: museosansheavy;*/
/*}*/

/*.blockWrap_fdc715ca544442e0a290f569391862ea .blockInnerContent strong{*/
/*    font-size:40px;*/
/*    color: #d0d0ce;*/
/*}*/
/*THIS IS WHY*/
.blockWrap_fdc715ca544442e0a290f569391862ea .contentTitle {
    padding-bottom: 0;
}
.block_fdc715ca544442e0a290f569391862ea .blockInnerContent ul:nth-child(1) li {
    color: #e6125b;
    font-size: 28px;
}
/*LOCATION*/
.blockWrap_e21ed77d17964cf38fd614aef9537ace .blockText{
    padding-left:0px !important;
}
.blockWrap_e21ed77d17964cf38fd614aef9537ace .contentTitle {
    padding-bottom: 0;
}

/*HEADER BUTTON*/
.headerContent p button{
    position: absolute;
    top: 36%;
    right: 82px;
    background-color:#d8db20;
}

.headerContent p button:hover{
    background-color: #d8db20;
}

.headerContent p button a{
   color: #2D2a26 !important;
}
@media only screen and (max-width: 768px){
    .headerContent{
        padding-left:0px !important;
    }
    .headerContent h1.logo{
        margin-left:0px !important;
        max-width:120px;
    }
    .blockInnerContent{
        padding-bottom: 50px;
    }
    .ctaNav .blockInnerContent {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 768px){
    .headerAndNavContainer{
        position: fixed !important;
        width: -webkit-fill-available;
        z-index: 2;
    }
    .headerContainer.headerScroll {
        background-color: #2d2a26 !important;
    }
    .headerContent h1.logo .smLogo{
        max-width:140px;
    }
    .headerContent h1.logo img{
        -webkit-transition: all .3s; 
        -moz-transition: all .3s; 
        -ms-transition: all .3s; 
        -o-transition: all .3s; 
        transition: all .3s;
        max-width:240px;
    }
    .headerContainer{
        -webkit-transition: background .5s; 
        -moz-transition: background .5s; 
        -ms-transition: background .5s; 
        -o-transition: background .5s; 
        transition: background .5s ;  
    }
}