/*--------------- GLOBAL ---------------*/
/*buttons*/
.ctaButton {
    padding: .75em 2em;
}
.blockInnerContent b, .itemInnerContent b, .blockInnerContent strong, .itemInnerContent strong {
    color: inherit;
}
/*--------------- FOOTER ---------------*/
.footerContent .socialIconsContainer {
    width: 100%;
    margin: 0;
    padding-top: 1em !important;
}
.footerContainer {
    position: relative;
}
.footerGuy {
    position: absolute;
    top: -94px;
    left: 0;
    right: 0;
}
.footerGuy img {
    max-width: 270px;
}
.footerContent .contentTitle {
    font-size: 24px;
}
/*--------------- HOME ---------------*/
/*events caption styling*/ 
.blockWrap_f1d2568ac1124f6e817523a524f23061 .imgEffect-content {
    background: #333B97;
    max-width: 120px;
    padding: 20px 10px;
    top: 5%;
}
/*--------------- LOCATIONS ---------------*/
.blockWrap_e6a3e095bdc744ec95cfdba772e28cf4 .fullDetailsItem:nth-child(odd) {
    background: white;
}
/*--------------- MENU ---------------*/
.block_cf19f8551f4b48289204c6045e2a1f42,
.block_a26d94c0820f4344a8dc0d8cadca3349 {
    background-color: #333b97;
    box-sizing: border-box !important;
}
/*give blocks a container width*/ 
#page_a7b3c431423946e2ba59df7fd0c68d70.fullBleed .noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer,
#page_a7b3c431423946e2ba59df7fd0c68d70.fullBleed .noSecondaryContent .primaryAndSecondaryContent .blockContainer, 
#page_a7b3c431423946e2ba59df7fd0c68d70.fullBleed .noSecondaryContent .primaryAndSecondaryContent .itemsCollectionContainer,
#page_a34cc5397f034781a73f3b2f20422264.fullBleed .noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer,
#page_a34cc5397f034781a73f3b2f20422264.fullBleed .noSecondaryContent .primaryAndSecondaryContent .blockContainer, 
#page_a34cc5397f034781a73f3b2f20422264.fullBleed .noSecondaryContent .primaryAndSecondaryContent .itemsCollectionContainer{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*increase bottom margin for 8 ball guy*/
.blockWrap_fd458797c2ab4c1e991d292d60b65a49,
.blockWrap_f47640ba2250465b9088c2744d597b8f {
    margin-bottom: 10em;
}
/*--------------- EVENTS ---------------*/
.block_acfbf1d703734cb294329733c1e885fa .imgEffect-content, /*cedar park*/ 
.block_dfa51f59b0994fdf9640a802b416d471 .imgEffect-content /*austin*/{
    background: #333B97;
    max-width: 196px;
    padding: 20px 10px;
    top: 5%;
}
/*--------------- MEDIA QUERY ---------------*/
@media only screen and (max-width: 767px) {
    .headerContainer {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .items_cf19f8551f4b48289204c6045e2a1f42 .item,
    .items_a26d94c0820f4344a8dc0d8cadca3349 .item {
        width: 50%;
        clear: right;
        float: left;
    }
    .items_cf19f8551f4b48289204c6045e2a1f42 .item:first-child,
    .items_a26d94c0820f4344a8dc0d8cadca3349 .item:first-child {
        border-right: 1px solid white;
    }
    .navContent #navTrigger .navLabel {
        display: none;
    }
    .navContainer {
        padding-top: 1%;
        padding-bottom: 1%;
    }
}
@media only screen and (min-width: 768px) {
/*location item width*/
    .items_OJrA6iFmrZAEGMko.cols3 .item {
        width: 20%;
    }
    .items_OJrA6iFmrZAEGMko .item:first-child {
        width: 50%;
    }
}
@media only screen and (min-width: 1024px) {
/*Events column width*/
    .items_f8c9004315684731938be1e960b4f70a.cols6 .item:nth-child(6n+1),
    .items_ef61250ded8b46249af7643a48cab43a.cols6 .item:nth-child(6n+1) {
        clear: right;
        margin-left: 1%;
    }
    .items_f8c9004315684731938be1e960b4f70a.cols6 .item,
    .items_ef61250ded8b46249af7643a48cab43a.cols6 .item {
        width: 13.25%;
    }
}