@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700;900&display=swap);
@import url(https://use.typekit.net/ufu5orp.css);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans+Extra+Condensed:ital,wght@0,400;0,500;1,400;1,500&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Barlow:ital,wght@1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Fira+Sans+Extra+Condensed:ital,wght@0,400;0,500;1,400;1,500&display=swap);
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */@keyframes bounce{from,20%,53%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translate3d(0, 0, 0)}40%,43%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0)}70%{animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0)}90%{transform:translate3d(0, -4px, 0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{from,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{from{transform:scale3d(1, 1, 1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scale3d(1, 1, 1)}}.pulse{animation-name:pulse}@keyframes rubberBand{from{transform:scale3d(1, 1, 1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scale3d(1, 1, 1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate3d(0, 0, 1, 15deg)}40%{transform:rotate3d(0, 0, 1, -10deg)}60%{transform:rotate3d(0, 0, 1, 5deg)}80%{transform:rotate3d(0, 0, 1, -5deg)}to{transform:rotate3d(0, 0, 1, 0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{from{transform:scale3d(1, 1, 1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}to{transform:scale3d(1, 1, 1)}}.tada{animation-name:tada}@keyframes wobble{from{transform:translate3d(0, 0, 0)}15%{transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}to{transform:translate3d(0, 0, 0)}}.wobble{animation-name:wobble}@keyframes jello{from,11.1%,to{transform:translate3d(0, 0, 0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-timing-function:ease-in-out}@keyframes bounceIn{from,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.bounceIn{animation-duration:.75s;animation-name:bounceIn}@keyframes bounceInDown{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0)}60%{opacity:1;transform:translate3d(0, 25px, 0)}75%{transform:translate3d(0, -10px, 0)}90%{transform:translate3d(0, 5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0)}60%{opacity:1;transform:translate3d(25px, 0, 0)}75%{transform:translate3d(-10px, 0, 0)}90%{transform:translate3d(5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(3000px, 0, 0)}60%{opacity:1;transform:translate3d(-25px, 0, 0)}75%{transform:translate3d(10px, 0, 0)}90%{transform:translate3d(-5px, 0, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{from,60%,75%,90%,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}from{opacity:0;transform:translate3d(0, 3000px, 0)}60%{opacity:1;transform:translate3d(0, -20px, 0)}75%{transform:translate3d(0, 10px, 0)}90%{transform:translate3d(0, -5px, 0)}to{transform:translate3d(0, 0, 0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.bounceOut{animation-duration:.75s;animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0)}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0)}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0)}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0)}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{from{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{from{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{from{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{from{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{from{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{from{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translate3d(0, 0, 0)}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{from{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{from{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{from{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{from{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{from{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{from{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{from{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);animation-timing-function:ease-out}40%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{from{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInX}@keyframes flipInY{from{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotate3d(0, 1, 0, -20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipInY}@keyframes flipOutX{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{animation-duration:.75s;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@keyframes flipOutY{from{transform:perspective(400px)}30%{transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}to{transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{animation-duration:.75s;-webkit-backface-visibility:visible !important;backface-visibility:visible !important;animation-name:flipOutY}@keyframes lightSpeedIn{from{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translate3d(0, 0, 0)}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{from{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0, 0, 1, -200deg);opacity:0}to{transform-origin:center;transform:translate3d(0, 0, 0);opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{from{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}to{transform-origin:left bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{from{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -90deg);opacity:0}to{transform-origin:right bottom;transform:translate3d(0, 0, 0);opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{from{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{from{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{from{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate3d(0, 0, 1, 80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate3d(0, 0, 1, 60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.hinge{animation-duration:2s;animation-name:hinge}@keyframes jackInTheBox{from{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{from{opacity:0;transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}to{opacity:1;transform:translate3d(0, 0, 0)}}.rollIn{animation-name:rollIn}@keyframes rollOut{from{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{from{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{from{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{from{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform-origin:center bottom;animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{from{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{from{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{from{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{from{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translate3d(0, 0, 0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{from{transform:translate3d(0, 0, 0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.slideOutUp{animation-name:slideOutUp}.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.delay-1s{animation-delay:1s}.animated.delay-2s{animation-delay:2s}.animated.delay-3s{animation-delay:3s}.animated.delay-4s{animation-delay:4s}.animated.delay-5s{animation-delay:5s}.animated.fast{animation-duration:800ms}.animated.faster{animation-duration:500ms}.animated.slow{animation-duration:2s}.animated.slower{animation-duration:3s}@media(print),(prefers-reduced-motion: reduce){.animated{animation-duration:1ms !important;transition-duration:1ms !important;animation-iteration-count:1 !important}}.saffireMobileSize .header{padding:0;font:inherit;color:inherit}.saffireMobileSize .headerInnerContent{height:auto}.generalmessage{box-sizing:border-box;white-space:normal;padding:0 10px}.saffireMobileSize .generalmessage{padding:0 10px}.loginstatus{float:none}#weatherBugWidget{position:static;display:flex;align-items:center}#weatherBugWidget img{flex-shrink:0;margin:0 5px}#weatherBugWidget #weatherBugText,#weatherBugWidget #weatherBugDescription{display:none}#weatherBugWidget.weatherBugSet #weatherBugDescription{display:inline;color:inherit}.ticket{padding:0;height:auto}.saffireMobileSize a.ticket,.saffireMobileSize a.ticket:hover{position:static;display:inline-block;overflow:visible;white-space:normal;border:none;border-radius:0;padding:0}.emailSignup{box-sizing:border-box}.emailSignup>div{float:none}.emailSignup .emailInputField input{box-sizing:border-box;border:none;box-shadow:none}.emailSignup .emailSubmitButton{box-sizing:border-box}.header .emailSignup{position:relative;z-index:1}.saffireMobileSize .header .emailSignup{float:none;font-size:inherit}.saffireMobileSize .header .emailSignup:hover{cursor:pointer}body.modalBody .emailSignup .emailInputField input{border:1px solid #000;padding:2px 5px;margin:5px 0}.header .searchBox{position:relative;z-index:1}.searchBox:not(.clonedSearchBox)>div{float:none}.searchBox:not(.clonedSearchBox) #searchBoxClicker{display:none}.searchBox:not(.clonedSearchBox) .searchBoxInput input{box-sizing:border-box;border:none;box-shadow:none}.searchBox:not(.clonedSearchBox) .searchSubmitButton{box-sizing:border-box}.saffireMobileSize .header .searchBox:not(.clonedSearchBox){float:none;font-size:inherit}.saffireMobileSize .header .searchBox:not(.clonedSearchBox) #searchBoxClicker{display:block}.saffireMobileSize .header .searchBox:not(.clonedSearchBox):hover{cursor:pointer}.saffireMobileSize .searchBox.clonedSearchBox{background:#222}.saffireMobileSize .searchBox.clonedSearchBox:before{display:none}.saffireMobileSize .searchBox.clonedSearchBox .searchBoxInput input.inputFieldTextbox.textbox{box-sizing:border-box;width:100%;height:100%;padding:5px 10px;font-size:14px;border-radius:0 !important;font-family:"acumin-pro" !important;font-weight:400}.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit{display:flex;align-items:center;justify-content:center}.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit a{border-color:#ddd;border-radius:0 !important}.saffireMobileSize .searchBox.clonedSearchBox .searchBoxSubmit:before{position:static}.viewcart>span{position:relative;display:inline-block}.saffireMobileSize .viewcart{float:none;width:auto;height:auto;font-family:inherit !important;font-size:inherit}.saffireMobileSize .viewcart:before{display:none}.saffireMobileSize .viewcart:hover .cartMenu{display:none !important}.saffireMobileSize .viewcart .cartMenuLink{box-sizing:border-box}.cartMenuRemoveButton{text-decoration:none}.saffireLargeSize .nav .groups .group{float:none}.saffireLargeSize .nav .groups .group>a{box-sizing:border-box}.saffireLargeSize .nav .items{float:none}.saffireLargeSize .nav .items .item a{box-sizing:border-box}.saffireLargeSize .nav .subitems{float:none}.saffireMobileSize .nav{display:inline-flex;display:none !important;align-items:center;justify-content:center;vertical-align:top;float:none;height:50px;width:50px;color:#333;font-size:inherit}.saffireMobileSize .nav:before{position:static;line-height:1}.saffireMobileSize .nav .mobileNavLink{position:absolute;top:0;left:0;height:100%}.saffireMobileSize .nav .groups{display:none}.standAloneDirections{color:inherit}.loginstatus a,.myAccountNavButton a{color:inherit}.pressPageTabs .tab{font-size:14px}.left.pressDate{width:120px}.arrowdown{border-color:transparent transparent #000}.arrowdown_on{border-color:transparent transparent #444}.arrowup{border-color:#000 transparent transparent}.arrowup_on{border-color:#444 transparent transparent}#directoryFilterOptions>li:hover{background:#cbdfe2}.directoryHeader{border-radius:6px;font-family:inherit;font-size:14px}.eventList-container .eventCol1 .filter-group{line-height:1.2}.tiny,.note{font-size:12px}input.textbox,textarea.multi,select.dropdown{font-size:14px}#eventFilterList li,#eventDateList li a{padding:.5em .5em}.featureLineup-buynow .button{font-size:12px}.featureLineup-social div{display:inline-flex;align-items:center}.featureLineup-social div a{width:26px;height:26px;font-size:22px}body{color:#323232;font:16px/1.5 "acumin-pro";font-weight:400}b,strong{font-family:"acumin-pro";font-weight:900}h1,h2,h3,h4,h5,h6{font-family:"acumin-pro";font-weight:900;color:#394fa1;line-height:1.2;margin:0 0 .67em 0;text-transform:none}h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:#394fa1}h1{color:#c40d3c}h1{font-size:29px}@media screen and (min-width: 450px){h1{font-size:calc(29px + 11px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h1{font-size:40px}}h2{color:#394fa1}h2{font-size:26px}@media screen and (min-width: 450px){h2{font-size:calc(26px + 7px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h2{font-size:33px}}h3{font-size:23px}@media screen and (min-width: 450px){h3{font-size:calc(23px + 4px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h3{font-size:27px}}h4{font-size:20px}@media screen and (min-width: 450px){h4{font-size:calc(20px + 3px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h4{font-size:23px}}h5{font-size:18px}@media screen and (min-width: 450px){h5{font-size:calc(18px + 1px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h5{font-size:19px}}h6{font-size:16px}@media screen and (min-width: 450px){h6{font-size:calc(16px + 0px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){h6{font-size:16px}}.subContainer{font-size:14px}.subContainer h1{font-size:28px}.subContainer h2{font-size:24px}.subContainer h3{font-size:20px}.subContainer h4{font-size:18px}.subContainer h5{font-size:16px}.subContainer h6{font-size:14px}.media-container-popup h1,.media-container-popup h2,.media-container-popup h3{color:#fff}a{color:#394fa1;text-decoration:underline}.header a,.footer a{text-decoration:none}a:hover{text-decoration:none}.eventCol1 .fa{color:#394fa1}.galleryViewName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body.hooplandiaTheme{color:#072c49;font:20px/1.5 "Fira Sans Extra Condensed",sans-serif;font-weight:400}body.hooplandiaTheme b,body.hooplandiaTheme strong{font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:900;color:#072c49}.hooplandiaTheme h1,.hooplandiaTheme h2,.hooplandiaTheme h3,.hooplandiaTheme h4,.hooplandiaTheme h5,.hooplandiaTheme h6{font-family:"Barlow",sans-serif;font-weight:900;color:#072c49;line-height:1.2;margin:0 0 .67em 0;text-transform:uppercase;font-style:italic}.hooplandiaTheme a{color:#ed2225;font-weight:800;font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme h1{font-size:29px}@media screen and (min-width: 450px){.hooplandiaTheme h1{font-size:calc(29px + 9px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h1{font-size:38px}}.hooplandiaTheme h2{font-size:26px}@media screen and (min-width: 450px){.hooplandiaTheme h2{font-size:calc(26px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h2{font-size:28px}}.hooplandiaTheme h3{font-size:20px}@media screen and (min-width: 450px){.hooplandiaTheme h3{font-size:calc(20px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h3{font-size:22px}}.hooplandiaTheme h4{font-size:18px}@media screen and (min-width: 450px){.hooplandiaTheme h4{font-size:calc(18px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h4{font-size:20px}}.hooplandiaTheme h5{font-size:16px}@media screen and (min-width: 450px){.hooplandiaTheme h5{font-size:calc(16px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h5{font-size:18px}}.hooplandiaTheme h6{font-size:14px}@media screen and (min-width: 450px){.hooplandiaTheme h6{font-size:calc(14px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h6{font-size:16px}}.hooplandiaTheme .subContainer{font-size:14px}.hooplandiaTheme .subContainer h1{font-size:28px}.hooplandiaTheme .subContainer h2{font-size:24px}.hooplandiaTheme .subContainer h3{font-size:20px}.hooplandiaTheme .subContainer h4{font-size:18px}.hooplandiaTheme .subContainer h5{font-size:16px}.hooplandiaTheme .subContainer h6{font-size:14px}.hooplandiaTheme .media-container-popup h1,.hooplandiaTheme .media-container-popup h2,.hooplandiaTheme .media-container-popup h3{color:#fff}.hooplandiaTheme a{color:#ed2225;text-decoration:underline;text-transform:capitalize}.hooplandiaTheme .header a,.hooplandiaTheme .footer a{text-decoration:none}.hooplandiaTheme a:hover{text-decoration:none}.hooplandiaTheme .eventCol1 .fa{color:#072c49}.hooplandiaTheme .galleryViewName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}body{background:#fff no-repeat fixed;background-size:cover}.wrapper{width:100%;transition:.2s}.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:181px}@media screen and (max-width: 1366px){.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:140px}}@media screen and (max-width: 1024px){.saffireMobileSize .wrapper,.saffireLargeSize .wrapper{padding-top:167px}}.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.generalMessageOn .wrapper{padding-top:221px}@media screen and (max-width: 1366px){.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.generalMessageOn .wrapper{padding-top:180px}}@media screen and (max-width: 1024px){.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.generalMessageOn .wrapper{padding-top:207px}}.saffireMobileSize.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.saffireWindowScrolled .wrapper,.saffireLargeSize.saffireWindowScrolled.generalMessageOn .wrapper,.saffireLargeSize.saffireWindowScrolled .wrapper{padding-top:93px}@media screen and (max-width: 1024px){body.saffireMobileSize.siteInfoBannerOff .wrapper,body.saffireLargeSize.siteInfoBannerOff .wrapper{padding-top:112px !important}body.saffireMobileSize.siteInfoBannerOff.generalMessageOn .wrapper,body.saffireLargeSize.siteInfoBannerOff.generalMessageOn .wrapper{padding-top:152px !important}body.saffireMobileSize.siteInfoBannerOff.saffireWindowScrolled.generalMessageOn .wrapper,body.saffireMobileSize.siteInfoBannerOff.saffireWindowScrolled .wrapper,body.saffireLargeSize.siteInfoBannerOff.saffireWindowScrolled.generalMessageOn .wrapper,body.saffireLargeSize.siteInfoBannerOff.saffireWindowScrolled .wrapper{padding-top:65px !important}}body:not(.homepage) .content{position:relative;max-width:calc(1240px - 20px - 20px);margin:30px auto 160px;padding:20px 20px 20px 20px;background:#fff}body.saffireMobileSize:not(.homepage) .content{margin:20px auto}.saffireMobileSize.homepage .content,.saffireLargeSize.homepage .content{position:relative;max-width:100%;margin:0 auto;padding:0;background:none}.subContainer{background:#e5e5e5;color:#111;box-shadow:2px 2px 5px #000}.subContainer a,.subContainer h1,.subContainer h2,.subContainer h3{color:#072c49}.subContainer .error{color:#000}.dateDisplayBar,.dateDisplay{background:#072c49;color:#fff}.dateDisplayBar a,.dateDisplay a{color:#fff}#google_translate_element{top:15px;right:30px}.saffireMobileSize #pnl_googleTranslate{margin-top:1em}.orderhistory{background:#072c49}.orderhistory th{color:#fff;padding:8px 3px}.alternateRow{background:#e5e5e5}.listingItem{background:#e5e5e5;border-bottom:1px solid #ccc}.listingItem:hover{background:#ededed}.saffireLargeSize .afterContent,.saffireMobileSize .afterContent{box-sizing:border-box;display:block;background:#fff;height:480px}.saffireLargeSize .afterContent{position:relative;padding:65px 20px 65px !important}.saffireMobileSize .afterContent{padding:30px 20px 30px !important}.eventsMode .section-tier-two{background:#394fa1;padding-top:40px}.eventsMode .section-tier-two .good-timin{box-sizing:border-box;display:none;max-width:100%;margin:auto;padding:0 1em;margin-bottom:-90px;z-index:9;position:relative}.eventsMode.saffireMobileSize .section-tier-two .good-timin{margin-bottom:-60px}.section-tier-three{box-sizing:border-box;display:flex;flex-direction:column;background-color:#394fa1}.saffireLargeSize .section-tier-three{border-bottom:23px solid #c40d3c}.section-tier-three .cheerin-wrapper{box-sizing:border-box;display:flex;align-items:center;justify-content:center;padding:55px 20px;background:url(images/blue_patriot.png);background-size:cover;background-repeat:no-repeat}.saffireMobileSize .section-tier-three .cheerin-wrapper{display:none}.section-tier-three .cheerin-wrapper .cheerin{display:block;max-width:100%}.cheerin-wrapper-mobile{display:none;box-sizing:border-box;background:url(images/blue-patriot-mobile.png);background-size:cover;background-repeat:no-repeat}.saffireMobileSize .cheerin-wrapper-mobile{display:flex;align-items:center;justify-content:center;padding:15px 8px 15px}.saffireMobileSize .cheerin-wrapper-mobile .cheerin-mobile{display:block;max-width:100%}.section-tier-four{position:relative;box-sizing:border-box;background:url(images/tier-four.png);background-repeat:no-repeat;background-size:cover;background-position:top;width:100%;height:auto}.section-tier-four:before,.section-tier-four:after{content:"";display:block;position:absolute;background-position:center;background-repeat:no-repeat;background-size:contain}@media screen and (max-width: 767px){.section-tier-four:before,.section-tier-four:after{display:none}}.section-tier-four .section-tier-four-inner{box-sizing:border-box;width:1240px;max-width:100%;padding:55px 20px;margin:0 auto;z-index:1}@media screen and (max-width: 767px){.section-tier-four .section-tier-four-inner{padding:20px}}.section-tier-four .section-tier-four-inner-top{display:flex;justify-content:space-between;align-items:flex-start;width:100%}.section-tier-four .section-tier-four-inner-bottom{box-sizing:border-box;display:flex;justify-content:space-between;align-items:flex-start;margin-top:35px}@media screen and (max-width: 1280px){.section-tier-four .section-tier-four-inner-top,.section-tier-four .section-tier-four-inner-bottom{flex-direction:column;align-items:center;justify-content:flex-start}}body:not(.eventsMode) .section-tier-five{display:none !important}.generalmessage{display:flex;align-items:center;justify-content:center;height:40px;background:#fff;font-family:"acumin-pro";font-size:14px;font-weight:500;line-height:1.2;color:#394fa1;transition:all 300ms ease}.hooplandiaTheme .generalmessage{background-color:#ed2225;font-family:"Barlow",sans-serif;color:#fff}.hooplandiaTheme .generalmessage a{font-family:"Barlow",sans-serif;color:#fff}.generalmessage a{color:inherit;text-decoration:underline}.saffireMobileSize .generalmessage{height:40px;font-size:14px;line-height:1.2}@media screen and (max-width: 500px){.saffireMobileSize .generalmessage{font-size:12px}}.saffireWindowScrolled .generalmessage{height:0;transition:all 300ms ease}.header{box-sizing:border-box;position:fixed;top:0;left:0;width:100%;max-width:100%;height:auto;background:transparent;z-index:9999999;transition:.2s}.saffireLargeSize.saffireWindowScrolled .header,.saffireMobileSize.saffireWindowScrolled .header{top:-47px;transition:.2s}.saffireLargeSize.saffireWindowScrolled.generalMessageOn .header,.saffireMobileSize.saffireWindowScrolled.generalMessageOn .header{transition:.2s}.saffireWindowScrolled.generalMessageOn .header{transition:.2s}.headerInnerContent{box-sizing:border-box;display:block;width:100%;max-width:100%;height:auto}.header-top{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;height:47px;padding:0 20px 0 30px;background:#394fa1;color:#fff}@media screen and (max-width: 1366px){.header-top{padding:0 8px 0 10px}}.header-top-right{box-sizing:border-box;display:flex;align-items:center;justify-content:flex-end;height:100%;font-size:.875em;color:#fff}@media screen and (max-width: 1366px){.header-top-right{font-size:.75em}}@media screen and (max-width: 1024px){.header-top-right{display:none}}.header-bottom{box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:173px;padding:7px 0px 7px 0px;background:url(images/blue_patriot.png);background-size:cover;background-repeat:no-repeat}@media screen and (max-width: 1366px){.header-bottom{height:93px}}@media screen and (max-width: 1024px){.header-bottom{height:auto;padding:0;background:url(images/mobile-header.png);background-size:cover;background-repeat:no-repeat}}.header-bottom-top{box-sizing:border-box;position:relative;width:100%;padding-left:360px;display:flex;justify-content:space-between;align-items:center}body.siteInfoBannerOff .header-bottom-top{justify-content:flex-end}@media screen and (max-width: 1366px){.header-bottom-top{padding-left:200px;justify-content:flex-end;align-items:center}}@media screen and (max-width: 1024px){.header-bottom-top{padding:0 10px;height:65px}}.saffireMobileSize .header{position:fixed;top:0;left:0;height:auto;background:transparent;transition:.2s}.saffireMobileSize .headerInnerContent{height:auto}.header .directions{box-sizing:border-box;display:flex;align-items:center;height:100%;padding:0 18px;line-height:1;color:#fff}@media screen and (max-width: 1366px){.header .directions{padding:0 10px}}.header .directions svg{width:auto;height:20px;margin-left:10px}.header .directions svg path{fill:#fff}.header .directions:hover,.header .directions:focus{background:#fff;color:#394fa1}.header .directions:hover svg path,.header .directions:focus svg path{fill:#394fa1}.header .myAccountButton-wrapper,.header .loginstatus-wrapper{height:100%;display:flex !important;align-items:center;line-height:1}.header .myAccountButton-wrapper .myAccountNavButton,.header .myAccountButton-wrapper .loginstatus,.header .loginstatus-wrapper .myAccountNavButton,.header .loginstatus-wrapper .loginstatus{height:100%}.header .myAccountButton-wrapper a,.header .loginstatus-wrapper a{box-sizing:border-box;display:flex;align-items:center;height:100%;padding:0 20px;color:#fff}@media screen and (max-width: 1366px){.header .myAccountButton-wrapper a,.header .loginstatus-wrapper a{padding:0 10px}}.header .myAccountButton-wrapper a svg,.header .loginstatus-wrapper a svg{width:auto;height:20px;margin-left:10px}.header .myAccountButton-wrapper a svg path,.header .loginstatus-wrapper a svg path{fill:#fff}.header .myAccountButton-wrapper a:hover,.header .myAccountButton-wrapper a:focus,.header .loginstatus-wrapper a:hover,.header .loginstatus-wrapper a:focus{background:#fff;color:#394fa1}.header .myAccountButton-wrapper a:hover svg path,.header .myAccountButton-wrapper a:focus svg path,.header .loginstatus-wrapper a:hover svg path,.header .loginstatus-wrapper a:focus svg path{fill:#394fa1}body:not(.userLoggedIn) .header .myAccountButton-wrapper{display:none !important}.hidden-default-widgets{display:none}.header-logo{position:absolute;top:5px;left:40px;display:block;width:175px;height:146px;background:url(images/header-logo.png) center/contain no-repeat;z-index:9999}@media screen and (max-width: 1450px){.header-logo{width:300px}}@media screen and (max-width: 1366px){.header-logo{top:2px;left:20px;width:150px;height:85px}}@media screen and (max-width: 1120px){.header-logo{width:140px;height:116px}}@media screen and (max-width: 1024px){.header-logo{position:static;width:120px;height:55px;margin-right:auto}}@media screen and (max-width: 450px){.header-logo{width:100px}}.header .ticket-btn{display:inline-flex;align-items:center;justify-content:center;height:70px;width:230px;margin-left:15px;background:#c40d3c;color:#fff;font:900 30px "acumin-pro";text-transform:uppercase;border-top-left-radius:10px;border-bottom-left-radius:10px}@media screen and (max-width: 1366px){.header .ticket-btn{height:50px;width:180px;margin-left:15px;font-size:20px}}@media screen and (max-width: 1024px){.header .ticket-btn{height:40px;margin-right:2em;border-radius:10px}}@media screen and (max-width: 640px){.header .ticket-btn{height:30px;width:100px;border-radius:5px;font-size:13px;margin:0 .5em}}@media screen and (max-width: 340px){.header .ticket-btn{font-size:10px}}.header .ticket-btn:hover{background:#fff;color:#c40d3c}.find-order-btn{box-sizing:border-box;background:#394fa1;border-radius:8px;display:inline-block;color:#fff;text-transform:uppercase;text-align:right;font-family:"acumin-pro";line-height:1;padding:6px 12px;font-size:16px;margin-left:15px;font-weight:600}.find-order-btn:hover{background:#fff;color:#394fa1}@media screen and (max-width: 1366px){.find-order-btn{font-size:12px}}@media screen and (max-width: 640px){.find-order-btn{font-size:10px;white-space:nowrap}}.header .searchBox:not(.clonedSearchBox){display:inline-flex;align-items:center;height:100%}.header .searchBox:not(.clonedSearchBox) .searchBoxSubmit{height:100%}.header .searchBox:not(.clonedSearchBox) .searchBoxInput{height:100%}.header .searchBox:not(.clonedSearchBox) .searchBoxInput input{box-sizing:border-box;position:absolute;right:100%;height:100%;width:170px;padding:0 5px;font-size:14px;font-family:"Fira Sans Extra Condensed",sans-serif;border:2px solid transparent;border-radius:0;background:#394fa1;width:0;padding:0;transition:.2s}.header .searchBox:not(.clonedSearchBox) .searchBoxInput input:focus{outline:none;border-radius:0 !important;width:170px;padding:0 5px;transition:.2s}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton{display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;background:transparent;border-radius:0 !important;font-size:14px;font-family:"Fira Sans Extra Condensed",sans-serif;width:60px;padding:0;font-size:0}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton svg{width:auto;height:20px}@media screen and (max-width: 1366px){.header .searchBox:not(.clonedSearchBox) .searchSubmitButton svg{height:18px}}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton svg path{fill:#fff}.header .searchBox:not(.clonedSearchBox) .searchSubmitButton:before{display:none}.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton,.header .searchBox:not(.clonedSearchBox):focus .searchSubmitButton,.header .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton{background:#fff;color:#394fa1}.header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton svg path,.header .searchBox:not(.clonedSearchBox):focus .searchSubmitButton svg path,.header .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton svg path{fill:#394fa1}.header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input,.header .searchBox:not(.clonedSearchBox):focus .searchBoxInput input,.header .searchBox:not(.clonedSearchBox):focus-within .searchBoxInput input{height:100%;width:170px;padding:0 5px;transition:.2s;background:#fff}.saffireMobileSize .header .searchBox:not(.clonedSearchBox){position:relative;align-items:center;justify-content:center;width:50px;height:50px}.saffireMobileSize .header .searchBox:not(.clonedSearchBox):before{content:"";position:static;line-height:1;font-size:26px;color:#eee}.saffireLargeSize .viewcart{display:inline-flex;align-items:center;justify-content:center;height:100%;width:60px;color:inherit}@media screen and (max-width: 1024px){.saffireLargeSize .viewcart{color:#fff}}.saffireLargeSize .viewcart .cartMenuLink{display:inline-flex;align-items:center;line-height:1;color:inherit}.saffireLargeSize .viewcart .cartMenuLink:before{order:1;margin-left:4px;content:"";position:relative;margin-right:5px;font-family:"FontAwesome";font-size:26px;line-height:1;color:inherit}@media screen and (max-width: 1366px){.saffireLargeSize .viewcart .cartMenuLink:before{font-size:22px}}@media screen and (max-width: 1024px){.saffireLargeSize .viewcart .cartMenuLink:before{font-size:26px}}.saffireLargeSize .viewcart:focus,.saffireLargeSize .viewcart:hover{background:#fff;color:#394fa1}@media screen and (max-width: 1024px){.saffireLargeSize .viewcart:focus,.saffireLargeSize .viewcart:hover{background:transparent}}.saffireMobileSize .viewcart{display:inline-flex}.saffireMobileSize .viewcart .cartMenuLink{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;color:#fff}.saffireMobileSize .viewcart .cartMenuLink:before{content:"";position:relative;margin-right:5px;font-family:"FontAwesome";font-size:26px;line-height:1;color:inherit}.mobile-nav-toggle{display:none;align-items:center;justify-content:center;width:50px;height:50px;vertical-align:top}@media screen and (max-width: 1024px){.mobile-nav-toggle{display:inline-flex}}.mobile-nav-toggle:before{content:"";position:relative;top:2px;font-family:"FontAwesome";font-size:28px;line-height:1;color:#fff}.mobile-nav-toggle:hover{cursor:pointer}.saffireLargeSize .nav{display:flex;justify-content:flex-end;margin-top:7px}@media screen and (max-width: 1024px){.saffireLargeSize .nav{display:none}}.saffireLargeSize .nav .groups{display:flex;flex-wrap:wrap;margin:0;background:#c40d3c;padding:0 16px;border-top-left-radius:10px;border-bottom-left-radius:10px}@media screen and (max-width: 1366px){.saffireLargeSize .nav .groups{padding:0 6px}}.saffireLargeSize .nav .groups .group{display:inline-block;flex-shrink:0}.saffireLargeSize .nav .groups .group:last-child .items,.saffireLargeSize .nav .groups .group:nth-last-child(2) .items{left:auto;right:0}.saffireLargeSize .nav .groups .group:last-child .items{right:40px}.saffireLargeSize .nav .groups .group:last-child .subitems,.saffireLargeSize .nav .groups .group:nth-last-child(2) .subitems{left:auto;right:100%}.saffireLargeSize .nav .groups .group>a{display:inline-block;padding:17px 15px 16px;background:#c40d3c;font-family:"Montserrat",sans-serif,Arial,Verdana,sans-serif;font-size:20px;font-weight:900;color:#fff}@media screen and (max-width: 1366px){.saffireLargeSize .nav .groups .group>a{font-size:16px;padding:9px 15px 8px}}.saffireLargeSize .nav .groups .group:hover>a{color:#fff;background:#c40d3c}.saffireLargeSize .nav .items{top:100%;left:0;padding:0;background:#c40d3c;padding-bottom:16px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.saffireLargeSize .nav .items .item a{padding:7px 15px;color:#fff;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:14px}.saffireLargeSize .nav .items .item a:hover{color:#fff}.saffireLargeSize .nav .item{width:200px;line-height:1.4}.saffireLargeSize .nav .item:hover{background:#394fa1}.saffireLargeSize .nav .subitems{left:100%;padding:0;background:#c40d3c}.footer{position:relative;height:auto;width:100%;margin:0 auto;padding:0;background:#394fa1;color:#fff;text-align:right;margin-top:-34px}.footer .footer-top{display:flex;justify-content:space-between;margin:auto;width:1200px;max-width:100%;height:233px;background:#394fa1}.footer .footer-top .footer-top-left{position:relative}.footer .footer-top .footer-top-right{margin-top:60px}.footer .footer-top .address{display:flex;font-size:24px;font-weight:700}.footer .footer-top .contact-info{display:flex;align-items:center;margin-bottom:10px;justify-content:flex-end;font-size:24px;font-weight:700}.footer .footer-top .contact-info .email{margin-left:10px}@media screen and (max-width: 872px){.footer .footer-top .contact-info .email{margin-top:10px;margin-left:0}}.footer .footer-top .contact-info a,.footer .footer-top .contact-info p{color:#fff}.footer .footer-top .contact-info p{font:900 25px/1 "acumin-pro";margin:0 0 10px}.footer .footer-top .contact-info p span{margin-left:10px}.footer .footer-bottom{background:#fff;display:flex;justify-content:center;align-items:center;padding:25px 0 35px}@media screen and (max-width: 1023px){.footer .footer-bottom{padding-bottom:55px}}.footer .footer-bottom a{color:#fff;text-decoration:none}.footer a{color:#fff;text-decoration:none}.footer a:hover{text-decoration:underline}.footer ul.footerItems1{margin:0 auto;font-family:"acumin-pro";font-size:14px;color:#fff}.footer ul.footerItems1 a{color:#fff}.footer ul.footerItems1 li,.footer ul.footerItems1 .separator{display:none}.footer ul.footerItems1 li:nth-last-child(-n+5),.footer ul.footerItems1 .separator:nth-last-child(-n+4){display:inline-block}.footer ul.footerItems2{margin:0 auto;color:#394fa1;width:100%;text-align:center}@media screen and (max-width: 1250px){.footer .footer-top{flex-direction:column;align-items:center;justify-content:center;height:auto;background-position:center bottom;overflow:hidden}.footer .footer-top .footer-top-right{position:relative;margin-bottom:25px;left:0;margin-top:0;text-align:center}}@media screen and (max-width: 870px){.footer .footer-top{justify-content:flex-end;height:580px}.footer .footer-top .footer-top-right{margin-top:25px}.footer .footer-top .footer-top-right .address{flex-direction:column;align-items:center;justify-content:center;font-size:14px;font-weight:700}.footer .footer-top .footer-top-right .contact-info{flex-direction:column;height:55px;font-size:14px;font-weight:700;max-width:280px;margin:0 auto;margin-top:10px;margin-bottom:15px}.footer .footer-top .footer-top-right .contact-info p{font-size:14px;display:block;margin:5px}.footer .footer-top .footer-top-right .contact-info p:first-of-type{max-width:156px;line-height:2}.footer .footer-top .footer-top-right .contact-info p:last-of-type{max-width:320px}}@media screen and (max-width: 870px)and (max-width: 600px){.footer .footer-top{height:520px}}@media screen and (max-width: 870px){.footer ul.footerItems1{font-size:11px}}@media screen and (max-width: 870px){.footer .footer-bottom{padding:20px 0}}@media screen and (max-width: 870px){.footer ul.footerItems2{font-size:9px}.footer ul.footerItems2 .saffire_logo{width:37px;height:25px;position:relative;top:5px;right:-5px}}.saffireMobileSize .footer ul{display:flex;justify-content:center;align-items:center}.saffireMobileSize .footer ul li{line-height:1}.saffireMobileSize .footer .separator{display:none;font-size:14px !important;opacity:1 !important;line-height:1 !important}.saffireMobileSize .footer .footerItems2{box-sizing:border-box;padding:0 10px}.saffireMobileSize .footer .footerItems2 li:last-of-type{display:flex;align-items:center;margin-left:5px;flex-shrink:0}.saffireMobileSize .footer .footerItems2 li:last-of-type a{flex-shrink:0}.saffireMobileSize .footer .footerItems2 .saffire_logo{top:-5px}.saffireMobileSize.isResponsive .footer .separator{display:none}@media screen and (min-width: 871px){.m-br{display:none}}.mobile-menu-container{background-color:#fff}.mobile-menu-container .mobile-menu-header{background-color:#394fa1}.mobile-menu-container .close-mobile-menu:before,.mobile-menu-container .close-mobile-menu:after{background-color:#fff}.mobile-menu-container .mobile-menu-subheader,.mobile-menu-container .mobile-menu-subheader-btn{background-color:#ebeae7}.mobile-menu-container .mobile-menu-subheader a,.mobile-menu-container .mobile-menu-subheader i,.mobile-menu-container .mobile-menu-subheader-btn a,.mobile-menu-container .mobile-menu-subheader-btn i{color:#8c8c8c}.mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,.mobile-menu-container .mobile-menu-subheader-btn:active{background-color:#ebeae7}.mobile-menu-container .mobile-menu-login-links a{font-family:"Fira Sans Extra Condensed",sans-serif}.mobile-menu-container .cart-counter{font-family:"Fira Sans Extra Condensed",sans-serif}.mobile-menu-container .search-container{border-top:1px solid #252525;border-bottom:1px solid #252525;background:#fff}.mobile-menu-container .search-container input{font-family:"Fira Sans Extra Condensed",sans-serif;outline:none}.mobile-menu-container .search-container input:focus{outline:none}.mobile-menu-container .search-container .search-submit-btn{color:#8c8c8c}.mobile-menu-container .mobile-menu-ticket-btn{background-color:#394fa1;font-family:"acumin-pro";font-weight:900;color:#fff;text-transform:uppercase;border-color:#252525}.mobile-menu-container .mobile-menu-footer-links a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#394fa1}#mobile-nav ul{background-color:#252525}#mobile-nav li{margin:0}#mobile-nav li.m-group,#mobile-nav li.m-item,#mobile-nav li.m-subitem{border-bottom:1px solid #252525}#mobile-nav a{background-color:#fff;font-family:"acumin-pro";font-weight:900;text-transform:uppercase;color:#394fa1}#mobile-nav a:hover{background-color:#394fa1;color:#fff}#mobile-nav .has-subitems span{background-color:#fff;color:#394fa1}#mobile-nav .has-subitems span:hover{background-color:#394fa1;color:#fff}.ui-dialog{background:#fff;box-shadow:0 0 10px -5px #444}.modal{background:#fff;padding-top:15px;border:10px solid #fff}.modalBody{background:#fff;padding:14px}.modalBody .showorksModalTitle{font-size:32px;line-height:36px}.modalBody .showorksBreadcrumbs{font-size:20px;color:#072c49;line-height:22px}.modalBody .showorksTableGrid th{background:rgba(0,0,0,.3);color:#fff;font-size:12px;letter-spacing:.06em;padding-bottom:7px;padding-top:7px}.modalBody .showorksTableGrid td{color:#072c49}.modalBody .showorksTableGrid tr.odd{background:#fff;color:#000}.modalBody .showorksTableGrid tr.even{background:#e6e6e6;color:#000}.modalPageBackground{background-color:#000;opacity:.5}.modalContent #google_translate_element{top:1px;right:0}.modalContent h1{font-size:20px;line-height:1.2em}.modalContent h2{font-size:18px}.modalClose{top:1px;background:none}.hooplandiaTheme .modalClose{top:-1rem !important;background:none !important}.modalClose .modalCloseButton{min-width:40px}.modalClose .modalCloseButton img{display:none}.modalClose .modalCloseButton:before{content:"X";font-family:sans-serif}.getUpdatesPageEmailModule{text-align:center}.getUpdatesPageEmailModule .emailSignup.modalOnly{max-width:280px;margin:0 auto;text-align:center}.getUpdatesPageEmailModule .emailSignup.modalOnly .inputFieldTextbox{box-sizing:border-box;border-radius:0 !important;border:1px solid #333;padding:5px 10px;color:#333;outline-color:#000}.getUpdatesPageEmailModule .emailSignup.modalOnly .emailSubmitButton{border-radius:10px !important;margin-top:10px}.getUpdatesPageEmailModule .emailSignup.modalOnly .button{box-sizing:border-box}.saffireMobileSize.modalBody a[onclick*="Unsubscribe.ascx"]{margin-top:-25px}.button{padding:5px 18px;font-size:14px}.button,.buttonSmall{box-sizing:border-box;line-height:1.75em;text-transform:uppercase;border-radius:10px;text-decoration:none;font-weight:900 !important;font-family:"acumin-pro";color:#fff !important;background:#394fa1}a.buttonSmall.button,.buttonSmall{padding:5px 18px;font-size:11px}.button:hover,.buttonSmall:hover{background:#c40d3c;color:#394fa1}a.updateButton.buttonSmall,a.removeButton.buttonSmall,a.cartMenuRemoveButton.button.buttonSmall{font-size:.875em}.cartMenu .cartMenuCheckoutButton{font-size:14px;padding:4px 15px !important}.searchMapButton{padding:1px 10px !important}.featureLineup-more{top:50%;right:50%;transform:translate(50%, -50%)}#cardWidgetQuickLinks{box-sizing:border-box;position:relative;display:flex;justify-content:flex-start;max-width:100%;margin:0;padding:0;height:100%}@media screen and (max-width: 1024px){#cardWidgetQuickLinks{margin:0 auto}}#cardWidgetQuickLinks .card-widget-item{box-sizing:border-box;display:flex;height:100%;padding:0 10px}#cardWidgetQuickLinks .card-widget-item:hover,#cardWidgetQuickLinks .card-widget-item:focus{background:#fff}#cardWidgetQuickLinks .card-widget-item:hover .card-widget-title,#cardWidgetQuickLinks .card-widget-item:focus .card-widget-title{color:#394fa1}#cardWidgetQuickLinks .card-content{display:flex;height:100%}#cardWidgetQuickLinks .card-widget-title{position:static;display:flex;align-items:center;justify-content:center;width:100%;height:100%;font:500 .688em "acumin-pro";color:#fff;text-transform:uppercase;line-height:1}@media screen and (max-width: 600px){#cardWidgetQuickLinks .card-widget-title{font-size:.525em}}#cardWidgetQuickLinks .card-widget-description,#cardWidgetQuickLinks .buttonwrap{display:none}.header .emailSignup{display:inline-flex;align-items:center;height:100%}.header .emailSignup .emailInputField input{display:none}.header .emailSignup .emailInputSubmit{height:100%}.header .emailSignup .emailSignupText{font-size:14px}.header .emailSignup .emailSubmitButton{display:flex;align-items:center;justify-content:center;height:100%;padding:0 18px;background:transparent;border-radius:0 !important;font-size:1em;font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;line-height:1;margin-top:2px}@media screen and (max-width: 1366px){.header .emailSignup .emailSubmitButton{padding:0 10px}}.header .emailSignup .emailSubmitButton svg{width:auto;height:20px;margin-left:12px}.header .emailSignup .emailSubmitButton svg path{fill:#fff}.header .emailSignup .emailSubmitButton:hover,.header .emailSignup .emailSubmitButton:focus{background:#fff;color:#394fa1;cursor:pointer}.header .emailSignup .emailSubmitButton:hover svg path,.header .emailSignup .emailSubmitButton:focus svg path{fill:#394fa1}.saffireMobileSize .header .emailSignup{position:static;align-items:center;justify-content:center;width:50px;height:50px}.saffireMobileSize .header .emailSignup:before{content:"";position:static;line-height:1;font-size:26px;color:#eee}#siteInfoBannerWidget{box-sizing:border-box;position:static;display:inline-flex !important;height:70px;width:auto;max-width:100%;margin:auto;padding:5px 20px;background:#fff;font-family:"acumin-pro";font-size:16px;color:#394fa1;text-align:center;line-height:1;z-index:2;border-radius:10px;min-width:auto;align-items:center}@media screen and (max-width: 1366px){#siteInfoBannerWidget{height:50px}}@media screen and (max-width: 1024px){#siteInfoBannerWidget{width:100%;height:55px;border-radius:0;flex-direction:column;justify-content:space-around}}#siteInfoBannerWidget #eventDates{order:1;font-family:"acumin-pro";font-size:30px;font-weight:700;color:#394fa1;display:inline-block}@media screen and (max-width: 1366px){#siteInfoBannerWidget #eventDates{font-size:20px}}@media screen and (max-width: 1150px){#siteInfoBannerWidget #eventDates{font-size:18px}}@media screen and (max-width: 1024px){#siteInfoBannerWidget #eventDates{font-size:24px}}#siteInfoBannerWidget #eventName{order:0;margin-right:1em;font-size:16px;font-weight:400;display:inline-block}@media screen and (max-width: 1366px){#siteInfoBannerWidget #eventName{font-size:14px}}@media screen and (max-width: 1150px){#siteInfoBannerWidget #eventName{font-size:12px}}@media screen and (max-width: 1024px){#siteInfoBannerWidget #eventName{font-size:14px}}#siteInfoBannerWidget .countdownDays{display:inline-block;font-family:"acumin-pro";font-size:16px;font-weight:700;color:#394fa1}.saffireMobileSize #siteInfoBannerWidget{left:auto;right:auto !important;padding:5px 20px;background:#c40d3c;color:#fff;width:100%;display:flex !important}.saffireMobileSize #siteInfoBannerWidget #eventName{font-size:14px;color:inherit}.saffireMobileSize #siteInfoBannerWidget #eventDates{font-size:30px;color:inherit}.saffireMobileSize #siteInfoBannerWidget .countdownDays{font-size:14px;color:inherit}.saffireMobileSize.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget #eventDates{display:none}body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays{font-family:"acumin-pro";font-size:18px;color:#394fa1}@media screen and (max-width: 817px){body.siteInfoBannerWidgetDateIsPast #siteInfoBannerWidget .countdownDays{font-size:16px}}body.siteInfoBannerWidgetDateIsPast.noThankYouMessage #siteInfoBannerWidget{display:none !important}body.siteInfoBannerOff #siteInfoBannerWidget{display:none !important}.homepage .swiperWidget{position:relative}.homepage .swiperWidget .swiper-slide{position:relative}.homepage .swiperWidget .swiper-image-container{height:50vw;max-height:calc(100vh - 112px);background-size:cover;background-position:center}.homepage .swiperWidget .swiper-content-container{position:absolute;bottom:20%;left:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;justify-items:center;text-align:left;max-width:750px;padding:40px 40px;background:#fff;border-top-right-radius:20px;border-bottom-right-radius:20px;z-index:2}@media screen and (max-width: 1366px){.homepage .swiperWidget .swiper-content-container{padding:20px 20px;border-top-right-radius:10px;border-bottom-right-radius:10px;bottom:10%}}@media screen and (max-width: 1024px){.homepage .swiperWidget .swiper-content-container{box-sizing:border-box;position:static;width:100%;max-width:100%;border-radius:0;padding:30px 15px}}.homepage .swiperWidget .swiper-content-container h2{display:inline-block;width:auto;margin-bottom:0;font-size:40px;font-family:"acumin-pro";color:#394fa1;text-transform:uppercase}@media screen and (max-width: 1366px){.homepage .swiperWidget .swiper-content-container h2{font-size:28px}}@media screen and (max-width: 768px){.homepage .swiperWidget .swiper-content-container h2{font-size:22px}}.homepage .swiperWidget .swiper-content-container p{display:block;margin:0 0;font:500 20px "acumin-pro";color:#394fa1}@media screen and (max-width: 1366px){.homepage .swiperWidget .swiper-content-container p{font-size:18px}}@media screen and (max-width: 768px){.homepage .swiperWidget .swiper-content-container p{font-size:14px}}.homepage .swiperWidget .swiper-content-container .button-container{margin-top:1em}.homepage .swiperWidget .swiper-content-container .button-container a{color:#394fa1;font:700 20px "acumin-pro";text-transform:uppercase;text-decoration:none;margin-right:1em}@media screen and (max-width: 1366px){.homepage .swiperWidget .swiper-content-container .button-container a{font-size:18px}}.eventsMode.homepage .swiperWidget{display:none !important}#cardWidgetBigIsBack{box-sizing:border-box;position:relative;display:flex;justify-content:center;flex-wrap:wrap;width:100%;max-width:100%;margin:0 auto;padding:100px 0 60px;background:#fff}.saffireMobileSize:not(.eventsMode) #cardWidgetBigIsBack{padding:20px 0}#cardWidgetBigIsBack .card-widget-item{box-sizing:border-box;display:flex;width:440px;height:330px;border-radius:20px;margin:15px;overflow:hidden;text-decoration:none;position:relative}#cardWidgetBigIsBack .card-widget-item:hover .card-widget-title{font:700 1.77em "acumin-pro";position:absolute;bottom:8px;text-align:left;width:90%;display:block !important;color:#394fa1;text-transform:capitalize;letter-spacing:.3px}@media screen and (max-width: 1440px){#cardWidgetBigIsBack .card-widget-item{width:340px;height:255px;margin:10px}}#cardWidgetBigIsBack .card-widget-item:hover .card-content,#cardWidgetBigIsBack .card-widget-item:focus-within .card-content{opacity:1;transition:.2s}#cardWidgetBigIsBack .card-widget-item:hover .cw-title-2,#cardWidgetBigIsBack .card-widget-item:focus-within .cw-title-2{opacity:0;transition:.2s;pointer-events:none}#cardWidgetBigIsBack .cw-title-2{box-sizing:border-box;position:absolute;display:block;width:auto;max-width:95%;background:#394fa1;font-weight:700;font-family:"acumin-pro";font-size:28px;color:#fff;padding:12px 40px 12px 20px;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;bottom:12px;left:0;transition:.2s;opacity:1}.saffireMobileSize #cardWidgetBigIsBack .cw-title-2{font-size:20px}#cardWidgetBigIsBack .image-container{box-sizing:border-box;position:static;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;max-width:100%}#cardWidgetBigIsBack .card-content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;width:100%;height:100%;font-size:16px;padding:2em;background:rgba(255,255,255,.9);opacity:0;transition:.2s}@media screen and (max-width: 1440px){#cardWidgetBigIsBack .card-content{font-size:13px}}#cardWidgetBigIsBack .card-widget-title{position:static;display:block;width:100%;font:700 2.125em "acumin-pro";color:#fff;text-transform:uppercase;margin-bottom:.625em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;display:none}#cardWidgetBigIsBack .card-widget-description{display:block;font:500 1.125em "acumin-pro";color:#fff;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#cardWidgetBigIsBack .buttonwrap{margin-top:2em}#cardWidgetBigIsBack .buttonwrap a{display:inline-block;margin:0 5px;font:700 .875em "acumin-pro";color:#fff;background:#394fa1;border-radius:10px;padding:.857em 1.429em;text-decoration:none;transition:.2s}#cardWidgetBigIsBack .buttonwrap a:focus,#cardWidgetBigIsBack .buttonwrap a:hover{background:#556cc3;color:#fff;outline:none;transition:.2s}.saffireMobileSize #cardWidgetBigIsBack .card-widget-item{margin:5px}#cardWidgetMoreBigE{box-sizing:border-box;position:relative;display:flex;flex-wrap:wrap;width:100%;max-width:100%;height:auto;margin:0 auto;background:#686aa9}#cardWidgetMoreBigE[data-itemcount="1"] .card-widget-item{flex:1 1 100%}#cardWidgetMoreBigE[data-itemcount="2"] .card-widget-item{flex:1 1 50%}@media screen and (max-width: 640px){#cardWidgetMoreBigE[data-itemcount="2"] .card-widget-item{flex:1 1 100%}}#cardWidgetMoreBigE[data-itemcount="3"] .card-widget-item{flex:1 1 33.33%}@media screen and (max-width: 1024px){#cardWidgetMoreBigE[data-itemcount="3"] .card-widget-item{flex:1 1 50%}}@media screen and (max-width: 640px){#cardWidgetMoreBigE[data-itemcount="3"] .card-widget-item{flex:1 1 100%}}#cardWidgetMoreBigE[data-itemcount="4"] .card-widget-item{flex:1 1 25%}@media screen and (max-width: 1366px){#cardWidgetMoreBigE[data-itemcount="4"] .card-widget-item{flex:1 1 50%}}@media screen and (max-width: 640px){#cardWidgetMoreBigE[data-itemcount="4"] .card-widget-item{flex:1 1 100%}}#cardWidgetMoreBigE .card-widget-item{box-sizing:border-box;display:flex;width:25%;min-height:270px;height:16.85vw;text-decoration:none}#cardWidgetMoreBigE .card-widget-item:focus .card-content,#cardWidgetMoreBigE .card-widget-item:hover .card-content{background:rgba(255,255,255,.5);transition:.2s}#cardWidgetMoreBigE .image-container{box-sizing:border-box;position:static;display:inline-block;background-repeat:no-repeat;background-position:center;background-size:cover;width:100%;height:100%}#cardWidgetMoreBigE .card-content{box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:left;padding-bottom:12px;width:100%;height:100%;background:rgba(238,65,127,0);transition:.2s}#cardWidgetMoreBigE .card-widget-title{box-sizing:border-box;position:static;display:block;width:auto;max-width:95%;background:#394fa1;font-weight:900;font-family:"acumin-pro";font-size:28px;color:#fff;padding:9px 40px 12px 20px;border-top-right-radius:20px;border-bottom-right-radius:20px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.saffireMobileSize #cardWidgetMoreBigE .card-widget-title{font-size:20px}#cardWidgetMoreBigE .card-widget-description,#cardWidgetMoreBigE .buttonwrap{display:none}#cardWidgetExploreButtons{box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:324px;max-width:100%;margin:0;padding:0}@media screen and (min-width: 768px)and (max-width: 1280px){#cardWidgetExploreButtons{display:grid;grid-template-columns:324px 324px;grid-template-rows:1fr 1fr;grid-gap:0 10px;width:auto;margin-bottom:25px}}#cardWidgetExploreButtons .explore-title{background:#c40d3c;font:700 36px "acumin-pro";color:#fff;text-transform:uppercase;padding:16px 20px 19px 20px}@media screen and (max-width: 1280px){#cardWidgetExploreButtons .explore-title{grid-column:1/3}}#cardWidgetExploreButtons .explore-title,#cardWidgetExploreButtons .card-widget-item{box-sizing:border-box;display:flex;justify-content:flex-start;align-items:flex-start;width:100%;height:auto;margin:0 0 7px;text-decoration:none;text-align:center;border-radius:20px}#cardWidgetExploreButtons .card-widget-item:hover .card-content,#cardWidgetExploreButtons .card-widget-item:focus .card-content{background:#394fa1;transition:.2s}#cardWidgetExploreButtons .card-widget-item:hover .card-widget-title,#cardWidgetExploreButtons .card-widget-item:focus .card-widget-title{color:#fff;transition:.2s}#cardWidgetExploreButtons .card-content{box-sizing:border-box;display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:73px;padding:0 20px;background:#fff;border-radius:20px;transition:.2s}#cardWidgetExploreButtons .card-widget-title{position:static;display:block;width:100%;font:700 28px "acumin-pro";color:#394fa1;transition:.2s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.1;text-align:left}#cardWidgetExploreButtons .card-widget-description,#cardWidgetExploreButtons .buttonwrap{display:none}#cardWidgetExploreCards{box-sizing:border-box;position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr;grid-gap:15px;max-width:100%;margin:0;padding:0}@media screen and (max-width: 1280px){#cardWidgetExploreCards{grid-template-columns:repeat(auto-fit, 275px);width:855px;justify-content:center}}@media screen and (max-width: 767px){#cardWidgetExploreCards{grid-template-columns:1fr 1fr;grid-template-rows:repeat(auto-fit, 119px);grid-gap:10px;width:auto;margin-top:25px}}@media screen and (max-width: 374px){#cardWidgetExploreCards{grid-gap:5px}}#cardWidgetExploreCards .card-widget-item{box-sizing:border-box;display:flex;width:275px;height:190px;overflow:hidden;border-radius:20px}@media screen and (max-width: 767px){#cardWidgetExploreCards .card-widget-item{width:174px;height:119px;border-radius:15px}}#cardWidgetExploreCards .card-widget-item:hover img,#cardWidgetExploreCards .card-widget-item:focus img{transform:scale(1.15);transition:.2s}#cardWidgetExploreCards .card-widget-item:hover .card-content,#cardWidgetExploreCards .card-widget-item:focus .card-content{background:rgba(255,255,255,.6);transition:.2s}#cardWidgetExploreCards .image-container{box-sizing:border-box;position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}#cardWidgetExploreCards .image-container img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1);transition:.2s}#cardWidgetExploreCards .card-content{box-sizing:border-box;position:absolute;top:0;left:0;display:flex;justify-content:flex-start;align-items:flex-end;text-align:left;width:100%;height:100%;padding-bottom:25px;z-index:1;background:rgba(238,65,127,0);transition:.2s}@media screen and (max-width: 767px){#cardWidgetExploreCards .card-content{padding-bottom:15px}}#cardWidgetExploreCards .card-widget-title{box-sizing:border-box;position:static;display:block;width:auto;max-width:90%;padding:9px 15px 11px 15px;border-top-right-radius:13px;border-bottom-right-radius:13px;background:#394fa1;font:700 16px "acumin-pro";color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width: 767px){#cardWidgetExploreCards .card-widget-title{font-size:9px;padding:8px 10px;border-top-right-radius:8px;border-bottom-right-radius:8px;color:#394fa1;background:#fff}}#cardWidgetExploreCards .card-widget-description,#cardWidgetExploreCards .buttonwrap{display:none}#socialNetworkWidget{box-sizing:border-box;height:551px;width:324px;max-width:100%}#socialNetworkWidget iframe{max-width:100% !important}#socialNetworkWidget .socialTabContainer{background:transparent;display:flex;padding:0px 0px 3px 0px}#socialNetworkWidget .socialNetworkTab{display:inline-flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;cursor:pointer;margin:0 3px 0 0;border-top-left-radius:12px;border-top-right-radius:12px;width:100px;height:40px;font:700 14px "acumin-pro";color:#394fa1;background:rgba(255,255,255,.5);transition:.2s}#socialNetworkWidget .socialNetworkTab:focus,#socialNetworkWidget .socialNetworkTab:hover{background:rgba(255,255,255,.75);transition:.2s}#socialNetworkWidget .socialNetworkTab .circle{fill:rgba(255,255,255,.7);transition:.3s}#socialNetworkWidget .socialNetworkTab .circle:hover{fill:#fff;transition:.3s}#socialNetworkWidget .socialNetworkTab.activeTab{background:#fff;transition:.2s}#socialNetworkWidget .socialNetworkTab.activeTab .circle{fill:#fff}#socialNetworkWidget .socialFeedContainer{box-sizing:border-box;position:relative;top:0;left:0;background:#fff;height:481px;width:324px;max-width:100%;padding:0;overflow-x:hidden;overflow-y:auto}#socialNetworkWidget #instafeedContainer img{width:45%;margin-right:3%;margin-left:2%}#socialNetworkWidget #instafeedContainer>a:hover{opacity:.8}#socialNetworkWidget #facebookfeedContainer{overflow:hidden}.eventsMode .section-tier-four-inner-bottom #socialNetworkWidget{display:none !important}.eventsMode .section-tier-five #socialNetworkWidget{display:flex;width:100%;height:auto}.eventsMode .section-tier-five #socialNetworkWidget #instafeedContainer{width:100%;display:flex;flex-wrap:wrap;overflow:hidden;height:370px}.eventsMode .section-tier-five #socialNetworkWidget #instafeedContainer img{width:100%;display:block;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;box-sizing:border-box;border:1px solid #fff;margin:0}.eventsMode .section-tier-five #socialNetworkWidget #instafeedContainer a{flex:1 1 180px;height:185px}#videoSection{position:relative;display:inline-block;width:855px;max-width:100%;vertical-align:top;float:none;overflow:hidden;margin-top:43px;border-radius:20px}@media screen and (max-width: 1280px){#videoSection{margin-top:10px}}@media screen and (max-width: 767px){#videoSection{border-radius:10px}}.eventsMode #videoSection{width:1034px;margin:20px auto 0}@media screen and (max-width: 1280px){.eventsMode #videoSection{margin-top:10px}}#videoSection.single-video #arrow-container{display:none}#videoWidget{box-sizing:border-box;position:relative;height:0;width:100%;max-width:855px;padding-bottom:56.3%;text-align:center}.eventsMode #videoWidget{max-width:1034px}#videoWidget iframe{position:absolute;top:0;left:0;width:100%;max-width:100% !important;height:100%;border:none !important;z-index:1}#videoWidget .video-loading{box-sizing:border-box;position:relative;top:calc(50% - 40px);left:0;right:0;width:80px;height:80px;margin:0 auto;border:10px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:100%;z-index:0;animation:spin 1s infinite linear}#videoWidget .video-arrow{box-sizing:border-box;position:absolute;top:50%;width:40px;height:40px;padding:14px;background-size:contain;background-position:center;transform:translateY(-50%);transition:all .3s ease;cursor:pointer;z-index:1}#videoWidget .video-arrow.previous{left:-25px;opacity:0;visibility:hidden}#videoWidget .video-arrow.next{right:-25px;opacity:0;visibility:hidden}#videoWidget:hover .video-arrow.previous{left:8px;opacity:.8;visibility:visible}#videoWidget:hover .video-arrow.next{right:8px;opacity:.8;visibility:visible}#videoWidget #videoList{display:none}@keyframes spin{100%{transform:rotate(360deg)}}#sponsorWidgetContainer{position:relative;width:100%;max-width:none;margin:0 auto;box-sizing:border-box}#sponsorWidgetContainer .sponsorWidgetContainer{padding-top:55px}#sponsorWidgetContainer .sponsorWidgetContainer .sponsor-controls-container:focus-within{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer{animation-play-state:paused}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before{content:"Resume"}#sponsorWidgetContainer .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after{content:"";padding-left:2px}#sponsorWidgetContainer .sponsorWidgetContainer:hover .sponsor-controls-container{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#sponsorWidgetContainer .sponsorCarouselImage img{display:block;max-width:200px;max-height:110px;margin:0 10px}#sponsorWidgetContainer #sponsorsTitleContainer{width:100%;text-align:center;top:0}#sponsorWidgetContainer #sponsorsTitleContainer .homepageh1{font-family:"acumin-pro";font-size:24px;color:#394fa1;text-shadow:none;text-transform:uppercase}#sponsorWidgetContainer #sponsorArrowRight,#sponsorWidgetContainer #sponsorArrowLeft{display:none}#sponsorWidgetContainer .sponsor-controls-container{box-sizing:border-box;position:absolute;bottom:-33px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:90px;height:30px;background:#fff;box-shadow:0 0px 5px 1px rgba(0,0,0,.5);z-index:999;transition:.2s;opacity:0;pointer-events:none}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn{display:flex;align-items:center;justify-content:center;position:relative;padding:0 0 0 10px;border:none;background:#fff;color:#111;width:100%;height:100%;text-align:center;cursor:pointer}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:before{content:"Pause";display:inline-block;width:50px;font-size:14px;line-height:1;color:#111;text-align:center}#sponsorWidgetContainer .sponsor-controls-container .sponsor-playpause-btn:after{content:"";display:flex;align-items:center;justify-content:center;flex-shrink:0;text-align:center;padding-left:1px;width:30px;height:100%;font-family:"FontAwesome";font-size:15px;color:#111}#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container{display:none}.swiperWidgetBannerAd{position:relative;width:830px;max-width:100%;margin:35px auto 0}.hooplandiaTheme .swiperWidgetBannerAd{margin:0 auto}.swiperWidgetBannerAd .swiper-slide{position:relative;display:flex;align-items:flex-start}.swiperWidgetBannerAd .swiper-image{display:block;max-width:830px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#cardWidgetFooterLogo{box-sizing:border-box;position:relative;left:0;display:flex;padding:0;z-index:1}@media screen and (max-width: 871px){#cardWidgetFooterLogo{display:none}}#cardWidgetFooterLogo .card-widget-item{box-sizing:border-box;display:block;max-width:100%;width:510px;height:227px}#cardWidgetFooterLogo .card-widget-item .image-container{box-sizing:border-box;position:relative;display:inline-block;background-repeat:no-repeat;background-position:center left;background-size:contain;width:100%;height:100%;margin-top:7px}#cardWidgetFooterLogo .card-widget-item .card-content{display:none}@media screen and (max-width: 1250px){#cardWidgetFooterLogo{position:relative;margin-bottom:25px;margin-top:0}#cardWidgetFooterLogo .card-widget-item{width:327px;height:140px}#cardWidgetFooterLogo .card-widget-item .image-container{margin-left:0}}.saffireMobileSize #cardWidgetFooterLogo .card-widget-item .image-container{background-position:center center}@keyframes flyIn{0%{left:-1000px;top:-325px;transform:rotateZ(-15deg)}80%{top:-165px;transform:rotateZ(-15deg)}100%{left:15px;top:-122px;transform:rotateZ(10deg)}}@keyframes flapRightWing{0%{left:-27px;top:-16px;transform-origin:80% 50%;transform:rotateZ(0deg)}50%{left:-24px;top:10px;transform:rotateZ(-90deg)}100%{left:-27px;top:-16px;transform:rotateZ(0deg)}}@keyframes flapLeftWing{0%{right:-13px;top:-2px;transform-origin:20% 50%;transform:rotateZ(0deg)}50%{right:-22px;top:20px;transform:rotateZ(90deg)}100%{right:-13px;top:-2px;transform:rotateZ(0deg)}}.socialNetworks{z-index:80000000;position:fixed;right:-80px;top:250px;transition:.6s ease;background:#394fa1;border-radius:50px;padding:5px 3px}.socialNetworks img{display:block;max-width:40px;max-height:40px;border-radius:50%}.socialNetworks>span,.socialNetworks>a{display:block;width:40px;height:40px;position:relative;left:0;border:3px solid #394fa1;transition:.2s;border-radius:50%;border:none;padding:3px;background-color:transparent}.socialNetworks>a:hover{left:-6px;z-index:2;transition:.2s;left:0;background-color:#e5e5e5}#musicPlayerLink{height:40px;width:40px;float:none;margin:0;border:3px solid #394fa1;z-index:2;border-radius:50%;border:none;padding:0;margin:3px;background-color:transparent;background-position:center;background-size:cover}#musicPlayerLink #musicPlayerDropdown{top:-3px;right:43px;padding:8px 10px;background:#394fa1;border:1px solid #fff;box-shadow:0 0 4px #fff inset;font-size:.9em;color:#fff}#musicPlayerLink #musicPlayerDropdown a{padding-right:14px;font-size:13px;color:#fff;text-decoration:none}#musicPlayerLink #musicPlayerDropdown a:hover{position:relative;padding-left:14px;padding-right:3px}#musicPlayerLink #musicPlayerDropdown a:hover:after{content:"";display:block;height:0;width:0;position:absolute;top:0;bottom:0;left:0;margin:auto;border-top:12px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;border-radius:58%;transform:rotate(-90deg)}@media screen and (max-width: 1230px){.socialNetworks{top:auto;right:0;bottom:-60px;border-top:none;border-bottom:none;padding:0}.socialNetworks img{max-width:30px;max-height:30px}.socialNetworks>a,.socialNetworks>#musicPlayerLink{max-width:30px;max-height:30px;bottom:0;float:left;margin:0;transition:.2s;background-size:contain}.socialNetworks>a:hover{left:0;bottom:6px;z-index:2;transition:.2s;bottom:0}.socialNetworks #musicPlayerLink{margin:3px;background-size:cover}.socialNetworks #musicPlayerLink #musicPlayerDropdown{top:auto;bottom:-3px;right:33px}}.socialNetworks a:hover{background-color:#394fa1}.socialNetworks .socialNetworkIconTwitter:hover{background-color:#1da1f2}.socialNetworks .socialNetworkIconFacebook:hover{background-color:#3b5998}.socialNetworks .socialNetworkIconInstagram:before{content:"";width:100%;height:100%;background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);opacity:0;z-index:-1;position:absolute;border-radius:50%;top:0;left:0;transition:.2s}.socialNetworks .socialNetworkIconInstagram:hover{background:none}.socialNetworks .socialNetworkIconInstagram:hover:before{transition:.2s;opacity:1}.socialNetworks .socialNetworkIconTumblr:hover{background-color:#35465c}.socialNetworks .socialNetworkIconPeriscope:hover{background-color:#3aa4c6}.socialNetworks .socialNetworkIconPinterest:hover{background-color:#bd081c}.socialNetworks .socialNetworkIconSpotify:hover{background-color:#1ed760}.socialNetworks .socialNetworkIconFlickr:before{content:"";width:100%;height:100%;background:linear-gradient(to right, #0063dc 0%, #0063dc 50%, #0063dc 50%, #ff0084 50%, #ff0084 100%);opacity:0;z-index:-1;position:absolute;border-radius:50%;top:0;left:0;transition:.2s}.socialNetworks .socialNetworkIconFlickr:hover{background:none}.socialNetworks .socialNetworkIconFlickr:hover:before{transition:.2s;opacity:1}.socialNetworks .socialNetworkIconLinkedIn:hover{background-color:#0077b5}.socialNetworks .socialNetworkIconYoutube:hover{background-color:#cd201f}.socialNetworks .socialNetworkIconGooglePlus:hover{background-color:#dd4b39}.socialNetworks .socialNetworkIconSnapchat:hover{background-color:#fffc00}.pageIsLoaded .socialNetworks{right:0;right:10px}@media screen and (max-width: 1230px){.pageIsLoaded .socialNetworks{bottom:0;bottom:5px;right:5px}}.saffireMobileSize .socialNetworks,.pageIsLoaded.saffireMobileSize .socialNetworks{position:static;justify-content:center;display:flex;padding:10px 0;border-radius:0}.lightbox-showing .socialNetworks{display:none !important}#cardWidgetHashtags{box-sizing:border-box;position:relative;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;background:#fff;max-width:100%;margin:0;padding:15px 0;color:#394fa1;font:700 24px "acumin-pro"}@media screen and (max-width: 767px){#cardWidgetHashtags{flex-direction:column}}#cardWidgetHashtags>div{display:flex;align-items:center;margin:0 12px}@media screen and (max-width: 767px){#cardWidgetHashtags>div{margin:12px}}#cardWidgetHashtags>div a{text-decoration:none;color:#394fa1}#cardWidgetHashtags>div img{display:inline-block;margin-left:24px}#cardWidgetHashtags .card-widget-item{box-sizing:border-box;display:flex;align-items:center;margin:0 12px;text-decoration:none}@media screen and (max-width: 767px){#cardWidgetHashtags .card-widget-item{margin:12px}}#cardWidgetHashtags .card-content{display:flex}#cardWidgetHashtags .card-widget-title{position:static;display:block;width:100%;font:700 24px "acumin-pro";color:#394fa1}#cardWidgetHashtags .card-widget-description,#cardWidgetHashtags .buttonwrap{display:none}body.hooplandiaTheme{color:#072c49;font:20px/1.5 "Fira Sans Extra Condensed",sans-serif;font-weight:400}body.hooplandiaTheme b,body.hooplandiaTheme strong{font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:900;color:#072c49}.hooplandiaTheme h1,.hooplandiaTheme h2,.hooplandiaTheme h3,.hooplandiaTheme h4,.hooplandiaTheme h5,.hooplandiaTheme h6{font-family:"Barlow",sans-serif;font-weight:900;color:#072c49;line-height:1.2;margin:0 0 .67em 0;text-transform:uppercase;font-style:italic}.hooplandiaTheme a{color:#ed2225;font-weight:800;font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme h1{font-size:29px}@media screen and (min-width: 450px){.hooplandiaTheme h1{font-size:calc(29px + 9px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h1{font-size:38px}}.hooplandiaTheme h2{font-size:26px}@media screen and (min-width: 450px){.hooplandiaTheme h2{font-size:calc(26px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h2{font-size:28px}}.hooplandiaTheme h3{font-size:20px}@media screen and (min-width: 450px){.hooplandiaTheme h3{font-size:calc(20px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h3{font-size:22px}}.hooplandiaTheme h4{font-size:18px}@media screen and (min-width: 450px){.hooplandiaTheme h4{font-size:calc(18px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h4{font-size:20px}}.hooplandiaTheme h5{font-size:16px}@media screen and (min-width: 450px){.hooplandiaTheme h5{font-size:calc(16px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h5{font-size:18px}}.hooplandiaTheme h6{font-size:14px}@media screen and (min-width: 450px){.hooplandiaTheme h6{font-size:calc(14px + 2px * ((100vw - 450px) / 916px))}}@media screen and (min-width: 1366px){.hooplandiaTheme h6{font-size:16px}}.hooplandiaTheme .subContainer{font-size:14px}.hooplandiaTheme .subContainer h1{font-size:28px}.hooplandiaTheme .subContainer h2{font-size:24px}.hooplandiaTheme .subContainer h3{font-size:20px}.hooplandiaTheme .subContainer h4{font-size:18px}.hooplandiaTheme .subContainer h5{font-size:16px}.hooplandiaTheme .subContainer h6{font-size:14px}.hooplandiaTheme .media-container-popup h1,.hooplandiaTheme .media-container-popup h2,.hooplandiaTheme .media-container-popup h3{color:#fff}.hooplandiaTheme a{color:#ed2225;text-decoration:underline;text-transform:capitalize}.hooplandiaTheme .header a,.hooplandiaTheme .footer a{text-decoration:none}.hooplandiaTheme a:hover{text-decoration:none}.hooplandiaTheme .eventCol1 .fa{color:#072c49}.hooplandiaTheme .galleryViewName{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#hoopQuickLinks{display:flex;justify-content:center;align-items:center;background-color:#fff;height:40px;transition:all 300ms ease}.saffireWindowScrolled #hoopQuickLinks{transition:all 300ms ease;height:0}#hoopQuickLinks .card-content{display:flex;align-items:center;justify-content:center}#hoopQuickLinks .card-widget-item{display:flex;justify-content:center;height:100%;transition:all 300ms ease}#hoopQuickLinks .card-widget-item:hover,#hoopQuickLinks .card-widget-item:focus{background-color:#072c49;transition:all 300ms ease}#hoopQuickLinks .card-widget-item:hover .card-widget-title,#hoopQuickLinks .card-widget-item:focus .card-widget-title{color:#fff}@media screen and (max-width: 500px){#hoopQuickLinks .card-widget-item{max-width:180px;width:100%}#hoopQuickLinks .card-widget-item:nth-child(2){width:120%}}#hoopQuickLinks .card-widget-title{color:#072c49;text-transform:uppercase;margin:0 10px;font-family:"Barlow",sans-serif;font-style:italic;font-size:14px;text-align:center;line-height:14px}@media screen and (max-width: 500px){#hoopQuickLinks .card-widget-title{font-size:11px;line-height:11px}}#hoopCountdown .card-widget-item .card-content,.hop-mob-countdown .card-widget-item .card-content{color:#fff}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content,.hop-mob-countdown .card-widget-item .card-content{color:#072c49;display:flex;flex-direction:column;align-items:flex-end}}#hoopCountdown .card-widget-item .card-content .card-widget-title,.hop-mob-countdown .card-widget-item .card-content .card-widget-title{font-family:"Barlow",sans-serif;font-weight:800;text-transform:uppercase;font-size:23px;font-style:italic}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-title,.hop-mob-countdown .card-widget-item .card-content .card-widget-title{font-size:18px}}#hoopCountdown .card-widget-item .card-content .card-widget-description,.hop-mob-countdown .card-widget-item .card-content .card-widget-description{font-family:"Barlow",sans-serif;font-weight:400;text-transform:uppercase;font-size:22px;font-style:italic}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-description,.hop-mob-countdown .card-widget-item .card-content .card-widget-description{font-size:15px;margin-top:-10px}}#hoopCountdown .card-widget-item .card-content .card-widget-description::before,.hop-mob-countdown .card-widget-item .card-content .card-widget-description::before{margin:0 8px}@media screen and (max-width: 1024px){#hoopCountdown .card-widget-item .card-content .card-widget-description::before,.hop-mob-countdown .card-widget-item .card-content .card-widget-description::before{content:"";margin:0}}.saffireLargeSize.saffireWindowScrolled.hooplandiaTheme .header,.saffireMobileSize.saffireWindowScrolled.hooplandiaTheme .header{top:0}#hooplandia-container{background-color:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column}#hooplandia-container .hop-top-bar{background-color:#072c49;width:100%}#hooplandia-container .hop-top-bar .inner-container{display:flex;justify-content:flex-end;max-width:1400px;width:95%;margin:10px auto;align-items:center}#hooplandia-container .hop-top-bar .inner-container .hop-search{display:flex}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit{z-index:9;background:url(images/search.png) center/contain no-repeat;width:3rem;height:3rem}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit:focus svg{display:none}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBoxSubmit svg{display:none}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:not(.clonedSearchBox):hover .searchSubmitButton,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton{background-color:transparent}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox::before{content:""}.saffireMobileSize #hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox::before{background:url(images/search.png) center/contain no-repeat;width:2rem;height:2rem}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox{width:100%}}@media screen and (max-width: 800px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox{width:100%;flex-direction:row-reverse;height:auto}}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput{display:flex;align-items:center}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput input{opacity:0;border-radius:30rem !important;position:relative;right:-3rem;border:none;color:#072c49;font-weight:500;padding-left:30px;height:3rem;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:400;font-size:18px}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox .searchBoxInput input{right:0;margin-right:10px;padding-left:10px;height:2rem}}#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{border-radius:30rem !important;opacity:1;width:250px;border:none;height:3rem}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{padding-left:10px;height:2rem}}@media screen and (max-width: 800px){#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:hover .searchBoxInput input,#hooplandia-container .hop-top-bar .inner-container .hop-search .searchBox:focus .searchBoxInput input{display:none}}#hooplandia-container .hop-top-bar .inner-container .mobile-nav-toggle::before{color:#fff}#hooplandia-container .hop-top-bar .inner-container .hop-countdown{display:inline}@media screen and (max-width: 1024px){#hooplandia-container .hop-top-bar .inner-container .hop-countdown{display:none}}#hooplandia-container .hop-bottom-bar{background-color:transparent;width:100%;transition:all 300ms ease}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar{transition:all 300ms ease;box-shadow:0px 5px 6px #535353b3}#hooplandia-container .hop-bottom-bar .inner-container{display:flex;justify-content:flex-end;max-width:1400px;margin:auto;width:95%;position:relative}#hooplandia-container .hop-bottom-bar .inner-container .hop-nav #mainNavigation{margin-top:0}#hooplandia-container .hop-bottom-bar .inner-container .hop-mob-countdown{display:none}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .inner-container .hop-mob-countdown{display:inline}}#hooplandia-container .hop-bottom-bar .hop-logo{position:absolute;left:0;top:-50px;display:flex;flex-direction:row-reverse;align-items:flex-start}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo{left:10px;top:-65px}}#hooplandia-container .hop-bottom-bar .hop-logo .hop-countdown{display:inline}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo .hop-countdown{display:none}}#hooplandia-container .hop-bottom-bar .hop-logo .header-logo{background:url(images/logoHooplandia.png) center/contain no-repeat;position:relative;left:auto;transition:all 300ms ease;width:166px;height:187px;margin-right:-40px;top:-10px}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:130px;height:150px;margin-right:-20px}@media screen and (max-width: 1024px){#hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:125px;height:140px;left:-18px;top:-3px}.saffireWindowScrolled #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:90px;height:110px}}.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:251px;height:284px;margin-right:-65px;top:-13px}@media screen and (max-width: 1024px){.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{width:125px;height:140px;left:-18px;top:-3px}}.saffireWindowScrolled.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:211px;height:224px}@media screen and (max-width: 1024px){.saffireWindowScrolled.hooplandiaHomepage #hooplandia-container .hop-bottom-bar .hop-logo .header-logo{transition:all 300ms ease;width:90px;height:110px}}.hooplandiaTheme .mobile-menu-container{background-color:#fff}.hooplandiaTheme .mobile-menu-container .mobile-menu-header{background-color:#072c49}.hooplandiaTheme .mobile-menu-container .close-mobile-menu:before,.hooplandiaTheme .mobile-menu-container .close-mobile-menu:after{background-color:#fff}.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader,.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader-btn{display:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-login-showlinks .mobile-menu-login .mobile-menu-subheader-btn,.hooplandiaTheme .mobile-menu-container .mobile-menu-subheader-btn:active{background-color:#ebeae7}.hooplandiaTheme .mobile-menu-container .mobile-menu-login-links a{font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .mobile-menu-container .cart-counter{font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .mobile-menu-container .search-container{border-top:1px solid #fff;border-bottom:1px solid #fff;background:#fff}.hooplandiaTheme .mobile-menu-container .search-container input{font-family:"Fira Sans Extra Condensed",sans-serif;outline:none;color:#072c49;font-size:15px;font-weight:800}.hooplandiaTheme .mobile-menu-container .search-container input:focus{outline:none}.hooplandiaTheme .mobile-menu-container .search-container .search-submit-btn{color:#072c49;text-decoration:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-ticket-btn{display:none !important}.hooplandiaTheme .mobile-menu-container .mobile-menu-footer-links{display:none}.hooplandiaTheme .mobile-menu-container .mobile-menu-footer-links a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#072c49;font-weight:500;font-size:15px}.hooplandiaTheme #mobile-nav ul{background-color:#252525}.hooplandiaTheme #mobile-nav li{margin:0}.hooplandiaTheme #mobile-nav li.m-group,.hooplandiaTheme #mobile-nav li.m-item,.hooplandiaTheme #mobile-nav li.m-subitem{border-bottom:1px solid #fff}.hooplandiaTheme #mobile-nav a{background-color:#072c49;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:200;text-transform:uppercase;color:#fff;font-size:15px}.hooplandiaTheme #mobile-nav a:hover{background-color:#0b4878;color:#fff}.hooplandiaTheme #mobile-nav .has-subitems span{background-color:#2b4b64;flex:1 0 8%;color:#fff}.hooplandiaTheme #mobile-nav .has-subitems span:hover{background-color:#3a6688;color:#fff}.saffireLargeSize.hooplandiaTheme .nav{display:flex;justify-content:flex-end;margin-top:7px}@media screen and (max-width: 1024px){.saffireLargeSize.hooplandiaTheme .nav{display:none}}.saffireLargeSize.hooplandiaTheme .nav .groups{display:flex;flex-wrap:wrap;margin:0;background:#fff;padding:0 16px;border-top-left-radius:0;border-bottom-left-radius:0}@media screen and (max-width: 1366px){.saffireLargeSize.hooplandiaTheme .nav .groups{padding:0 6px}}.saffireLargeSize.hooplandiaTheme .nav .groups .group{display:inline-block;flex-shrink:0}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .items,.saffireLargeSize.hooplandiaTheme .nav .groups .group:nth-last-child(2) .items{left:auto;right:0}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .items{right:40px}.saffireLargeSize.hooplandiaTheme .nav .groups .group:last-child .subitems,.saffireLargeSize.hooplandiaTheme .nav .groups .group:nth-last-child(2) .subitems{left:auto;right:100%}.saffireLargeSize.hooplandiaTheme .nav .groups .group>a{display:inline-block;padding:8px 15px;background:#fff;font-family:"Barlow",sans-serif,Arial,Verdana,sans-serif;font-size:20px;font-weight:900;color:#072c49;text-transform:uppercase;font-style:italic}.saffireLargeSize.hooplandiaTheme .nav .groups .group:hover>a{color:#fff;background:#072c49}.saffireLargeSize.hooplandiaTheme .nav .items{top:100%;left:0;padding:0;background:#072c49;border-bottom-left-radius:0;border-bottom-right-radius:0}.saffireLargeSize.hooplandiaTheme .nav .items .item a{padding:7px 15px;color:#072c49;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:15px;font-weight:100}.saffireLargeSize.hooplandiaTheme .nav .items .item:hover a{color:#fff}.saffireLargeSize.hooplandiaTheme .nav .items .item a:hover{color:#fff;color:#fff}.saffireLargeSize.hooplandiaTheme .nav .item{width:200px;line-height:1.4}.saffireLargeSize.hooplandiaTheme .nav .item:hover{background:#e5e5e5}.saffireLargeSize.hooplandiaTheme .nav .subitems{left:100%;padding:0;background:#072c49}.saffireLargeSize.hooplandiaTheme .nav .subitems .item:hover a{background-color:#0b4878}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group.hooplandia-menu>a{display:none}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups{display:flex;flex-wrap:wrap;margin:0;width:100%}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups li.group{position:static !important;display:none;flex:0 0 auto;width:auto;padding:0px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group.hooplandia-menu{display:flex !important}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items{position:static;background-color:transparent;box-shadow:none;width:auto;display:flex}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .item{width:auto;line-height:1.4;color:#fff;font-size:17px;padding:0px;text-transform:uppercase;margin-left:5px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item a{padding:8px 15px !important;line-height:normal;font-weight:900;font-size:20px;text-transform:uppercase;font-family:"Barlow",sans-serif;font-style:italic}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a{color:#fff;font-size:18px;padding:10px 10px 7px;line-height:normal}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:focus-within{color:#fff}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:hover>a,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group:focus-within>a{background:transparent !important;columns:#fff}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a:hover,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .groups .group>a:hover{background:#072c49 !important}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items{background:transparent}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item:hover,body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .items .item:hover{background:#072c49}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems{padding:0;background:#072c49;position:absolute !important;width:100%;left:0px !important;top:35px;min-width:215px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item{margin:0px;text-transform:capitalize;font-size:14px}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item:hover{background:#072c49}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .subitems li.item a{font-weight:normal;text-transform:capitalize;color:#fff;font-size:15px;font-family:"Fira Sans Extra Condensed",sans-serif;font-weight:100}body.hooplandiaTheme.saffireLargeSize .wrapper .header .nav .group:hover .items{display:flex}@media(max-width: 973px){body.hooplandiaTheme #mobile-nav .m-groups .m-group{display:none}body.hooplandiaTheme #mobile-nav .m-groups .m-group.hooplandia-menu{display:flex}body.hooplandiaTheme #mobile-nav .m-groups .m-group.hooplandia-menu>a{display:none}body.hooplandiaTheme #mobile-nav li.prev-level-btn.m-item{display:none}body.hooplandiaTheme #mobile-nav li.has-subitems.m-group span.next-level-btn{display:none !important}body.hooplandiaTheme #mobile-nav li.has-subitems.m-group{position:static !important;flex:0 0 100%;flex-direction:column}body.hooplandiaTheme #mobile-nav .has-subitems .m-items{position:static;background-color:transparent;box-shadow:none;width:100%;display:flex;flex-direction:column;overflow:visible;flex:0 0 100%;margin-top:1px}body.hooplandiaTheme #mobile-nav .has-subitems>a{flex:0 0 auto;display:flex;width:100%}body.hooplandiaTheme #mobile-nav .mobile-menu-slider{position:relative;transition:.3s;height:auto !important}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.has-subitems.m-item>span.next-level-btn{display:flex !important;max-width:50px !important}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.has-subitems.m-item>a{flex:0 0 100%;max-width:calc(100% - 50px)}body.hooplandiaTheme #mobile-nav .show-level-2{left:0;transition:.3s}body.hooplandiaTheme #mobile-nav .show-level-3{left:-100%;transition:.3s}body.hooplandiaTheme #mobile-nav .has-subitems .m-items li.prev-level-btn.m-item{display:none}body.hooplandiaTheme #mobile-nav.show-level-2{left:0;transition:.3s}body.hooplandiaTheme #mobile-nav.show-level-3{left:-100%;transition:.3s}}body:not(.hooplandiaTheme) .hooplandia-menu,body:not(.hooplandiaHomepage) .hooplandia-menu{display:none !important}body:not(.hooplandiaTheme) .hooplandia-menu .items,body:not(.hooplandiaHomepage) .hooplandia-menu .items{display:none !important}body.hooplandiaTheme .hooplandia-menu .items,body.hooplandiaHomepage .hooplandia-menu .items{display:flex !important}body.hooplandiaTheme{background:#fff;background-size:cover}@media screen and (max-width: 1024px){.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.generalMessageOn .wrapper{padding-top:170px}}.saffireMobileSize.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.saffireWindowScrolled .wrapper,.saffireLargeSize.saffireWindowScrolled.generalMessageOn .wrapper,.saffireLargeSize.saffireWindowScrolled .wrapper{padding-top:193px}.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:177px}@media screen and (max-width: 1024px){.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:170px}}@media screen and (max-width: 800px){.saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:200px}}.saffireMobileSize.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.saffireWindowScrolled .wrapper,.saffireLargeSize.hooplandiaHomepage.saffireWindowScrolled.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.saffireWindowScrolled .wrapper,.saffireMobileSize.hooplandiaHomepage.saffireWindowScrolled.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaHomepage.saffireWindowScrolled .wrapper{padding-top:120px}body:not(.homepage).saffireLargeSize.hooplandiaTheme .wrapper:before{content:none}body:not(.homepage).saffireLargeSize.hooplandiaTheme .afterContent:before{content:none}body:not(.hooplandiaHomepage) .content{position:relative;max-width:calc(1240px - 20px - 20px);margin:30px auto 160px;padding:20px 20px 20px 20px;background:#fff}body.hooplandiaTheme .content{margin:30px auto 5px}body:not(.hooplandiaTeheme).saffireLargeSize .wrapper:before{content:"";display:none}.saffireMobileSize.hooplandiaHomepage .content,.saffireLargeSize.hooplandiaHomepage .content{position:relative;max-width:100%;margin:0 auto;padding:0;background:none}.hooplandiaTheme .content .small .bc{display:none}.hooplandiaTheme .content #pnl_googleTranslate{display:none}.hooplandiaTheme .subContainer{background:#f0f0f0;color:#111;box-shadow:2px 2px 5px #000}.hooplandiaTheme .subContainer a,.hooplandiaTheme .subContainer h1,.hooplandiaTheme .subContainer h2,.hooplandiaTheme .subContainer h3{color:#072c49}.hooplandiaTheme .subContainer .error{color:#000}.hooplandiaTheme .listingItem{background:#f0f0f0;border-bottom:1px solid #d7d7d7}.hooplandiaTheme .listingItem:hover,.hooplandiaTheme .listingItem:focus{background:#f8f8f8}.saffireLargeSize.hooplandiaHomepage .afterContent{position:relative;padding:0;height:auto;padding:25px !important}.saffireMobileSize.hooplandiaHomepage .afterContent{padding:0}.saffireMobileSize.hooplandiaTheme.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.generalMessageOn .wrapper{padding-top:220px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme.generalMessageOn .wrapper{padding-top:185px}}.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:170px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaHomepage.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaHomepage.generalMessageOn .wrapper{padding-top:185px}}.saffireMobileSize.hooplandiaTheme .wrapper,.saffireLargeSize.hooplandiaTheme .wrapper{padding-top:190px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme .wrapper,.saffireLargeSize.hooplandiaTheme .wrapper{padding-top:150px}}.saffireMobileSize.hooplandiaHomepage .wrapper,.saffireLargeSize.hooplandiaHomepage .wrapper{padding-top:130px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaHomepage .wrapper,.saffireLargeSize.hooplandiaHomepage .wrapper{padding-top:130px}}.saffireMobileSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper{padding-top:180px}@media screen and (max-width: 1024px){.saffireMobileSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireMobileSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireMobileSize.generalMessageOn .wrapper,.saffireLargeSize.hooplandiaTheme .saffireLargeSize.generalMessageOn .wrapper{padding-top:180px}}.hooplandiaTheme .button{padding:5px 18px;font-size:20px}.hooplandiaTheme .button,.hooplandiaTheme .buttonSmall{box-sizing:border-box;line-height:1.75em;text-transform:uppercase;border-radius:6px;text-decoration:none;font-weight:800 !important;font-family:"Barlow",sans-serif;color:#fff !important;background:#ed2225;transition:all 300ms ease;font-style:italic}.hooplandiaTheme a.buttonSmall.button,.hooplandiaTheme .buttonSmall{padding:5px 18px;font-size:16px}.hooplandiaTheme .button:hover,.hooplandiaTheme .buttonSmall:hover{background:#ae1213;transition:all 300ms ease}.hooplandiaTheme a.updateButton.buttonSmall,.hooplandiaTheme a.removeButton.buttonSmall,.hooplandiaTheme a.cartMenuRemoveButton.button.buttonSmall{font-size:.875em}.hooplandiaTheme .cartMenu .cartMenuCheckoutButton{font-size:14px;padding:4px 15px !important}.hooplandiaTheme .searchMapButton{padding:1px 10px !important}.hooplandiaTheme .featureLineup-more{top:50%;right:50%;transform:translate(50%, -50%)}.slideshow-wrap{background:#fff;min-height:30vh;opacity:0;transition:all 300ms ease}@media screen and (max-width: 600px){.slideshow-wrap{min-height:300px}}#hoopMainSlideshow{width:100%;position:relative}#hoopMainSlideshow .swiper-container{display:flex;align-items:center;justify-content:center}#hoopMainSlideshow .swiper-image-container{position:relative;height:56.25vw;max-height:800px;background-size:cover;background-position:center;width:100%;display:flex;justify-content:center;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}#hoopMainSlideshow .swiper-container-content{margin:0;display:flex;align-items:center;justify-content:center;align-items:center;max-width:1300px;margin:auto}.saffireMobileSize #hoopMainSlideshow .swiper-container-content{justify-content:center}#hoopMainSlideshow .swiper-container-content .swiper-wrapper{max-width:1100px;width:90%}#hoopMainSlideshow .swiper-container-content .swiper-content-container{max-width:1100px;display:flex;align-items:center;width:90%;justify-content:space-between}.saffireMobileSize #hoopMainSlideshow .swiper-container-content .swiper-content-container{flex-direction:column}#hoopMainSlideshow .slide-title{font-size:34px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;color:#072c49;font-family:"Barlow",sans-serif;font-weight:900;font-style:italic;margin:1rem 3%}.saffireMobileSize #hoopMainSlideshow .slide-title{font-size:28px;text-align:center;-webkit-line-clamp:3;width:auto;margin-bottom:1rem;margin-left:0}#hoopMainSlideshow .button-container{margin:0 3%}#hoopMainSlideshow .swiper-button-prev,#hoopMainSlideshow .swiper-button-next{position:relative;width:30px;height:30px;border-radius:50%;transition:all 300ms ease;top:auto;left:auto;right:auto;bottom:auto;margin-top:0}#hoopMainSlideshow .swiper-button-prev:hover,#hoopMainSlideshow .swiper-button-prev:focus,#hoopMainSlideshow .swiper-button-next:hover,#hoopMainSlideshow .swiper-button-next:focus{transition:all 300ms ease}#hoopMainSlideshow .swiper-button-prev{background:url(images/slideshow-next.png) center/contain no-repeat;transform:rotate(180deg)}#hoopMainSlideshow .swiper-button-prev:hover,#hoopMainSlideshow .swiper-button-prev:focus{background:url(images/slideshow-next-hover.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-next{background:url(images/slideshow-next.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-next:hover,#hoopMainSlideshow .swiper-button-next:focus{background:url(images/slideshow-next-hover.png) center/contain no-repeat}#hoopMainSlideshow .desktopArrow{display:flex}.saffireMobileSize #hoopMainSlideshow .desktopArrow{display:none}#hoopMainSlideshow .arrows-mobile{display:none}.saffireMobileSize #hoopMainSlideshow .arrows-mobile{position:absolute;width:90%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.saffireMobileSize #hoopMainSlideshow .arrows-mobile .swiper-button-prev{background:url(images/slideshow-next-mobile.png) center/contain no-repeat}.saffireMobileSize #hoopMainSlideshow .arrows-mobile .swiper-button-next{background:url(images/slideshow-next-mobile.png) center/contain no-repeat}#hoopMainSlideshow .swiper-button-lock,#hoopMainSlideshow .swiper-button-disabled{display:none}#hooplandiaYoutubeVideo{position:relative;display:inline-block;width:100%;max-width:100%;vertical-align:top;float:none;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:800px}#hooplandiaYoutubeVideo #videoWidget{box-sizing:border-box;position:relative;width:100%;max-width:100%;height:56.25vw;text-align:center}#hooplandiaYoutubeVideo #videoWidget iframe{position:absolute;top:0;left:0;height:56.25vw;width:100%;max-width:100% !important;border:none !important;z-index:1;pointer-events:none}#hooplandiaYoutubeVideo #videoWidget .video-loading{box-sizing:border-box;position:relative;top:calc(50% - 40px);left:0;right:0;width:80px;height:80px;margin:0 auto;border:10px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:100%;z-index:0;animation:spin 1s infinite linear}@keyframes spin{100%{transform:rotate(360deg)}}.tier-two{margin-top:10px}#hoopCards{box-sizing:border-box;position:relative;display:flex;justify-content:center;width:100%;background:#f6f5f1;padding:8px 0}@media screen and (max-width: 800px){#hoopCards{flex-direction:column;align-items:center;padding:0 10px}}#hoopCards .card-widget-item{position:relative;min-height:220px;height:16.85vw;max-height:310px;width:100%;overflow:hidden}#hoopCards .card-widget-item:nth-child(2){margin:0 8px}@media screen and (max-width: 800px){#hoopCards .card-widget-item:nth-child(2){margin:8px 0}}#hoopCards .card-widget-item .overlay{width:0;height:100%;background:rgba(7,44,73,.8);position:absolute;top:0;transition:all 300ms ease}#hoopCards .card-widget-item .image-container{background-size:cover;height:100%;width:100%;display:flex;align-items:center;justify-content:center;text-align:center}#hoopCards .card-widget-item .card-content{width:100%;display:flex;flex-direction:column}#hoopCards .card-widget-item .card-content .card-widget-title{position:relative;width:98%;margin:auto;color:#fff;text-shadow:2px 2px 3px #000;text-align:center;text-transform:uppercase;font-weight:100;font-size:32px;font-family:"Barlow",sans-serif;font-weight:800;z-index:999;font-style:italic;width:95%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 1120px){#hoopCards .card-widget-item .card-content .card-widget-title{font-size:25px}}.saffireMobileSize #hoopCards .card-widget-item .card-content .card-widget-title{font-size:30px;margin-top:0;line-height:28px}#hoopCards .card-widget-item .card-content .buttonwrap{position:absolute;opacity:0;z-index:999;margin-top:1rem}#hoopCards .card-widget-item .card-content .buttonwrap .button{padding:3px 25px}#hoopCards .card-widget-item:hover .overlay,#hoopCards .card-widget-item:focus-within .overlay{width:100%;transition:all 300ms ease}#hoopCards .card-widget-item:hover .buttonwrap,#hoopCards .card-widget-item:focus-within .buttonwrap{position:relative;opacity:1}#cardWidgetStats{flex-direction:column;align-items:center;display:flex;justify-content:space-around;align-items:flex-end}#cardWidgetStats::before{content:"Hooplandia will feature:";font-size:38px;font-family:"Barlow",sans-serif;color:#072c49;font-weight:900;text-transform:uppercase;line-height:31px;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats::before{font-size:34px;line-height:32px}}@media screen and (max-width: 1020px){#cardWidgetStats{flex-direction:column;align-items:center;margin-top:1rem;align-items:center}}#cardWidgetStats .cw-stat-row{display:flex;flex-direction:row;margin-top:2rem}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat-row{flex-direction:column;margin-top:0}}#cardWidgetStats .cw-stat{position:relative;display:flex;align-items:center}#cardWidgetStats .cw-stat:nth-child(2){margin:0 70px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2){margin:30px 0}}#cardWidgetStats .cw-stat:nth-child(2)::after{content:"";height:90%;width:3px;background-color:#ed2225;position:absolute;right:-35px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2)::after{right:0;top:-5px;height:3px;width:100%}}#cardWidgetStats .cw-stat:nth-child(2)::before{content:"";height:90%;width:3px;background-color:#ed2225;position:absolute;left:-35px}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat:nth-child(2)::before{left:0;bottom:-20px;height:3px;width:100%}}#cardWidgetStats .cw-stat{display:flex;flex-direction:column;align-items:center;justify-content:center}#cardWidgetStats .cw-stat div{font-family:"Barlow",sans-serif;color:#072c49;font-size:70px;font-weight:900;transition:all 300ms ease;text-transform:uppercase;line-height:55px;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat div{font-size:68px;line-height:90px}}#cardWidgetStats .cw-stat p{font-family:"Barlow",sans-serif;color:#ed2225;font-size:31px;font-weight:900;text-transform:uppercase;margin-top:0;font-style:italic}@media screen and (max-width: 1020px){#cardWidgetStats .cw-stat p{font-size:29px;margin-top:-10px}}#cardWidgetStats .card-widget-item{display:none}.tier-three{background:url(images/tier-3-bg.jpg) no-repeat;position:relative;overflow:hidden;background-position:right;background-color:#f6f5f1;background-size:auto 100%}@media screen and (max-width: 1020px){.tier-three{background:url(images/tier-3-bg-mobile-large.jpg) center/cover no-repeat;background-color:#f6f5f1;background-size:cover;background-position:0 14rem}}.tier-three::after{content:"";background-color:#ed2225;width:100%;height:20px;display:inline-block;bottom:0;position:absolute;box-shadow:0 2px 14px #000}.tier-three #inner-container{max-width:1400px;width:95%;margin:auto;display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;padding:3rem 0 4rem 0;position:relative}@media screen and (max-width: 1020px){.tier-three #inner-container{flex-direction:column-reverse;align-items:center;text-align:center}}.tier-three .ball-abstract{background:url(images/abstract-ball.png) center/contain no-repeat;width:400px;height:400px;position:absolute;bottom:-3rem;left:-13rem}@media screen and (max-width: 1020px){.tier-three .ball-abstract{display:none}}#hoopSEO{width:60%;z-index:999}@media screen and (max-width: 1020px){#hoopSEO{margin-bottom:20px;width:95%}}#hoopSEO .card-widget-item{display:flex;justify-content:center;margin-right:2rem}@media screen and (max-width: 1020px){#hoopSEO .card-widget-item{margin-right:0}}#hoopSEO .card-content{display:flex;flex-direction:column}@media screen and (max-width: 1020px){#hoopSEO .card-content{align-items:center}}#hoopSEO .card-content .card-widget-title{font-family:"Barlow",sans-serif;font-style:italic;color:#072c49;font-size:48px;font-weight:900;text-transform:uppercase;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:1;line-height:40px;margin-bottom:15px}#hoopSEO .card-content .card-widget-description{margin-bottom:20px}#hoopSEO .card-content .card-widget-description p{margin:0;font-size:26px;margin-bottom:20px}#hoopSEO .card-content .card-widget-description p:nth-child(1){display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:5}@media screen and (max-width: 1020px){#hoopSEO .card-content .card-widget-description p{font-size:22px;-webkit-line-clamp:7}}#hoopSEO .card-content .card-widget-description div{display:flex;flex-direction:column}#hoopSEO .card-content .buttonwrap .button{padding:5px 30px}#hoopTierFourCards{box-sizing:border-box;position:relative;display:flex;justify-content:center;width:100%;background:#f6f5f1;flex-wrap:wrap;padding-top:5px}#hoopTierFourCards .card-widget-item{position:relative;width:25%;overflow:hidden;transition:all 300ms ease;min-height:220px;height:16.85vw;max-height:320px;display:flex}#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:100%;height:98%}@media screen and (max-width: 1000px){#hoopTierFourCards .card-widget-item{width:50%;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:nth-child(2) .image-container,#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(6) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:100%;height:98%}}@media screen and (max-width: 630px){#hoopTierFourCards .card-widget-item{justify-content:center;width:100%;height:290px;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:nth-child(1) .image-container,#hoopTierFourCards .card-widget-item:nth-child(2) .image-container,#hoopTierFourCards .card-widget-item:nth-child(3) .image-container,#hoopTierFourCards .card-widget-item:nth-child(4) .image-container,#hoopTierFourCards .card-widget-item:nth-child(5) .image-container,#hoopTierFourCards .card-widget-item:nth-child(6) .image-container,#hoopTierFourCards .card-widget-item:nth-child(7) .image-container,#hoopTierFourCards .card-widget-item:nth-child(8) .image-container{width:98%;height:98%}}#hoopTierFourCards .card-widget-item .overlay{width:0;height:100%;background:rgba(7,44,73,.8);position:absolute;top:0;transition:all 300ms ease}#hoopTierFourCards .card-widget-item .image-container{background-size:cover;width:98%;height:98%;display:flex;align-items:flex-end;justify-content:flex-start;transition:all 300ms ease;position:relative}#hoopTierFourCards .card-widget-item .card-content{margin:0 0 10px 10px;display:flex;width:95%;flex-direction:column;justify-content:center}#hoopTierFourCards .card-widget-item .card-content .card-widget-title{color:#fff;text-shadow:2px 2px 3px #000;text-align:center;text-transform:uppercase;font-weight:100;font-size:32px;font-family:"Barlow",sans-serif;font-style:italic;font-weight:800;position:relative;max-width:340px;text-align:start;line-height:32px;z-index:999;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2}@media screen and (max-width: 1120px){#hoopTierFourCards .card-widget-item .card-content .card-widget-title{font-size:25px;line-height:24px}}.saffireMobileSize #hoopTierFourCards .card-widget-item .card-content .card-widget-title{font-size:30px;margin-top:0;line-height:28px}#hoopTierFourCards .card-widget-item .card-content .buttonwrap{position:absolute;opacity:0;z-index:99}#hoopTierFourCards .card-widget-item .card-content .buttonwrap .button{padding:3px 25px}#hoopTierFourCards .card-widget-item:hover .overlay,#hoopTierFourCards .card-widget-item:focus-within .overlay{width:100%;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:hover .card-content,#hoopTierFourCards .card-widget-item:focus-within .card-content{margin-left:0;text-align:center}#hoopTierFourCards .card-widget-item:hover .image-container,#hoopTierFourCards .card-widget-item:focus-within .image-container{align-items:center;justify-content:center;transition:all 300ms ease}#hoopTierFourCards .card-widget-item:hover .card-widget-title,#hoopTierFourCards .card-widget-item:focus-within .card-widget-title{max-width:100%;text-align:center}#hoopTierFourCards .card-widget-item:hover .buttonwrap,#hoopTierFourCards .card-widget-item:focus-within .buttonwrap{position:relative;opacity:1;margin-top:10px}#hoopSponsors{position:relative;width:90%;max-width:1400px;margin:0 auto;box-sizing:border-box;margin:2rem auto;display:flex;flex-direction:column;padding:0 50px}#hoopSponsors::before{content:"Our Sponsors";color:#072c49;font-family:"Barlow",sans-serif;font-style:italic;font-size:30px;text-transform:uppercase;font-weight:900;text-align:center}.saffireMobileSize #hoopSponsors{padding:0}#hoopSponsors .sponsorWidgetContainer{margin-top:15px}#hoopSponsors .sponsorWidgetContainer .sponsor-controls-container:focus-within{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsorCarouselImageContainer{animation-play-state:paused}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:before{content:"Resume"}#hoopSponsors .sponsorWidgetContainer.sponsors-paused .sponsor-playpause-btn:after{content:"";padding-left:2px}#hoopSponsors .sponsorWidgetContainer:hover .sponsor-controls-container,#hoopSponsors .sponsorWidgetContainer:focus .sponsor-controls-container{bottom:3px;opacity:1;transition:.2s;pointer-events:auto}#hoopSponsors .sponsorCarouselImage img{max-height:90px;display:block;-o-object-fit:contain;object-fit:contain;height:90px;max-width:150px}@media screen and (max-width: 500px){#hoopSponsors .sponsorCarouselImage img{width:120px;height:auto}}#hoopSponsors #sponsorsTitleContainer{width:100%;text-align:center;top:0}#hoopSponsors #sponsorsTitleContainer .homepageh1{display:none}#hoopSponsors #sponsorArrowRight,#hoopSponsors #sponsorArrowLeft{top:60%;transform:translateY(-50%)}.saffireMobileSize #hoopSponsors #sponsorArrowRight,.saffireMobileSize #hoopSponsors #sponsorArrowLeft{display:none}#hoopSponsors #sponsorArrowRight span,#hoopSponsors #sponsorArrowLeft span{width:13px;height:22px;border:none}#hoopSponsors #sponsorArrowRight{right:-6px}#hoopSponsors #sponsorArrowRight span{background:url(images/sponsor-arrow.png) center/contain no-repeat;height:1.5rem;width:1.5rem}#hoopSponsors #sponsorArrowRight span:hover,#hoopSponsors #sponsorArrowRight span:focus{filter:brightness(0.7)}#hoopSponsors #sponsorArrowLeft{left:-6px}#hoopSponsors #sponsorArrowLeft span{background:url(images/sponsor-arrow.png) center/contain no-repeat;transform:rotate(180deg);height:1.5rem;width:1.5rem}#hoopSponsors #sponsorArrowLeft span:hover,#hoopSponsors #sponsorArrowLeft span:focus{filter:brightness(0.7)}#hoopSponsors .sponsor-controls-container{box-sizing:border-box;position:absolute;bottom:-33px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;width:90px;height:30px;background:#fff;box-shadow:0 0px 5px 1px rgba(0,0,0,.5);z-index:999;transition:.2s;opacity:0;pointer-events:none}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn{display:flex;align-items:center;justify-content:center;position:relative;padding:0 0 0 10px;border:none;background:#fff;color:#072c49;width:100%;height:100%;text-align:center;cursor:pointer}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn:before{content:"Pause";display:inline-block;width:50px;font-size:14px;line-height:1;color:#072c49;text-align:center}#hoopSponsors .sponsor-controls-container .sponsor-playpause-btn:after{content:"";display:flex;align-items:center;justify-content:center;flex-shrink:0;text-align:center;padding-left:1px;width:30px;height:100%;font-family:"FontAwesome";font-size:15px;color:#072c49}#sponsorWidgetContainer .sponsorWidgetContainer:not(.animate) .sponsor-controls-container,#majorSponsorTitleContainer,.majorSponsor{display:none}.sponsors-title{text-align:center;margin:0;margin:3rem 0 1rem 0;text-transform:uppercase;font-weight:700;font-size:40px}@media screen and (max-width: 1000px){.sponsors-title{font-size:33px}}.sponsorCarouselImageContainer a{margin:0 30px;max-width:150px}@media screen and (max-width: 500px){.sponsorCarouselImageContainer a{margin:10px}}.footer{position:relative;overflow:hidden}.footer .hooplandia-footer{background-color:#072c49;background-repeat:no-repeat;background-size:cover;background-position:right;overflow:hidden}@media screen and (max-width: 400px){.footer .hooplandia-footer{background-position:top;background-size:contain}}.footer .hooplandia-footer .inner-container-top{max-width:1400px;min-height:295px;width:95%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:2rem 0;z-index:9;position:relative}.footer .hooplandia-footer .inner-container-top::after{content:"";background:url(images/footer-ball.png) center/contain no-repeat;width:280px;height:280px;position:absolute;bottom:-3rem;right:-7rem;z-index:5}@media screen and (max-width: 500px){.footer .hooplandia-footer .inner-container-top::after{bottom:-9rem;right:-4rem}}@media screen and (max-width: 1024px){.footer .hooplandia-footer .inner-container-top{flex-direction:column;align-items:center;padding:2rem 0 0 0}}.footer .hooplandia-footer .inner-container-top .footer-logo{background:url(images/logoHooplandia.png) center/contain no-repeat;position:relative;transition:all 300ms ease;width:166px;height:187px}.footer .hooplandia-footer .inner-container-top .contact-us{display:flex;flex-direction:column;align-items:flex-start;position:relative}@media screen and (max-width: 1024px){.footer .hooplandia-footer .inner-container-top .contact-us{flex-direction:column;align-items:center;margin-bottom:1rem}}.footer .hooplandia-footer .inner-container-top .contact-us a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100;display:flex;flex-direction:row;align-items:center}@media screen and (max-width: 1024px){.footer .hooplandia-footer .inner-container-top .contact-us a{flex-direction:column;align-items:center;margin-top:1rem}}.footer .hooplandia-footer .inner-container-top .contact-us a:hover,.footer .hooplandia-footer .inner-container-top .contact-us a:focus{text-decoration:underline}.footer .hooplandia-footer .inner-container-top .contact-us a .contact-icon{background:url(images/email-icon.png) center/contain no-repeat;position:relative;display:block;width:20px;height:20px;margin-right:5px}.footer .hooplandia-footer .inner-container-top .contact-us::before{content:"Contact us";margin-bottom:20px;color:#fff;margin-bottom:20px;font-family:"Barlow",sans-serif;font-style:italic;text-transform:uppercase;font-weight:800;font-size:24px}.footer .hooplandia-footer .inner-container-top .contact-us::after{content:"";width:60px;height:2px;background-color:#ed2225;position:absolute;top:45px}.footer .hooplandia-footer .inner-container-top .site-map{display:flex;flex-direction:column;position:relative;align-items:flex-start}@media screen and (max-width: 1024px){.footer .hooplandia-footer .inner-container-top .site-map{display:none}}.footer .hooplandia-footer .inner-container-top .site-map::before{content:"Site Map";margin-bottom:20px;font-family:"Barlow",sans-serif;font-style:italic;color:#fff;text-transform:uppercase;font-weight:800;font-size:24px}.footer .hooplandia-footer .inner-container-top .site-map::after{content:"";width:60px;height:2px;background-color:#ed2225;position:absolute;top:45px}.footer .hooplandia-footer .inner-container-top .site-map .theme-nav{list-style-type:none}.footer .hooplandia-footer .inner-container-top .site-map .theme-nav a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100}.footer .hooplandia-footer .inner-container-top .site-map .theme-nav a:hover,.footer .hooplandia-footer .inner-container-top .site-map .theme-nav a:focus{text-decoration:underline}.footer .hooplandia-footer .inner-container-top .site-map .footerItems1{display:flex;flex-direction:column;align-items:flex-start}.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 li,.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 .separator{display:none}.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 li:nth-last-child(-n+5),.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 .separator:nth-last-child(-n+0){display:inline-block}.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 li a{font-family:"Fira Sans Extra Condensed",sans-serif;color:#fff;font-size:18px;font-weight:100}.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 li a:hover,.footer .hooplandia-footer .inner-container-top .site-map .footerItems1 li a:focus{text-decoration:underline}.footer .hooplandia-footer .hoop-bottom-container{background-color:#072c49;color:#fff;z-index:99999;position:relative}.lightbox-showing .footer .hooplandia-footer .hoop-bottom-container{z-index:1}.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom{max-width:1400px;width:95%;margin:auto;padding:1rem 0;min-height:auto}@media screen and (max-width: 1024px){.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom{display:flex;flex-direction:column;align-items:center}}.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom .copy-powered{display:flex;align-items:center;justify-content:space-between;flex-direction:row;width:100%;font-size:17px;font-family:"Fira Sans Extra Condensed",sans-serif}@media screen and (max-width: 1024px){.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom .copy-powered{display:flex;flex-direction:column;align-items:center;padding:10px 0 0 0}.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom .copy-powered .powered-by-saffire{margin-top:10px}.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom .copy-powered .powered-by-saffire a{display:inline-block}.footer .hooplandia-footer .hoop-bottom-container .inner-container-bottom .copy-powered .powered-by-saffire a svg{fill:#fff}}.hooplandia-footer .sign-up-container{z-index:9}@media screen and (max-width: 1024px){.hooplandia-footer .sign-up-container{margin-bottom:3rem}}.hooplandia-footer .sign-up-container .emailSignup{max-width:295px}.hooplandia-footer .sign-up-container .emailSignup .emailSignupText{color:#fff;font-weight:800;font-size:24px;font-family:"Barlow",sans-serif;font-style:italic;text-transform:uppercase;max-width:300px;line-height:27px;margin:0 0 20px 0}@media screen and (max-width: 1024px){.hooplandia-footer .sign-up-container .emailSignup .emailSignupText{text-align:center}}.hooplandia-footer .sign-up-container .emailSignup .emailInputField{position:relative}.hooplandia-footer .sign-up-container .emailSignup .emailInputField::after{content:"";background:url(images/signup-icon.png) center/contain no-repeat;width:2rem;height:2rem;position:absolute;right:15px;top:11px}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input{width:100%;height:53px;border-radius:8px !important;background:#fff;padding-left:20px;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:18px;font-weight:400}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input::placeholder{color:#072c49}.hooplandia-footer .sign-up-container .emailSignup .emailInputField input:focus::placeholder{color:#fff}.hooplandia-footer .sign-up-container .emailSignup .emailSubmitButton{margin-top:10px;width:100%;border-radius:8px !important;height:46px;line-height:35px}.hooplandia-footer .sign-up-container .emailSignup .emailSubmitButton svg{display:none}#hoopSocialSidebar{display:flex;flex-direction:column;position:fixed;right:10px;top:170px;z-index:99999999;background-color:#7f7e7ead;border-radius:30px;padding:5px 3px}.generalMessageOn #hoopSocialSidebar{top:190px;bottom:auto}@media screen and (max-width: 1230px){.generalMessageOn #hoopSocialSidebar{top:auto;bottom:10px}}@media screen and (max-width: 1230px){#hoopSocialSidebar{flex-direction:row;bottom:10px;top:auto;padding:1px 5px;justify-content:center}}.saffireMobileSize #hoopSocialSidebar{position:relative;bottom:auto;top:auto;right:auto;border-radius:0;background-color:transparent}#hoopSocialSidebar .card-widget-item{width:40px;height:40px;margin:2px;border:3px solid transparent;border-radius:100%;transition:all 300ms ease}@media screen and (max-width: 1230px){#hoopSocialSidebar .card-widget-item{margin:2px 1px;width:30px;height:30px}}.saffireMobileSize #hoopSocialSidebar .card-widget-item{width:40px;height:40px;margin:0px 3px}#hoopSocialSidebar .card-widget-item:hover,#hoopSocialSidebar .card-widget-item:focus{border:3px solid #ed2225;transition:all 300ms ease}#hoopSocialSidebar .card-widget-item .image-container{width:100%;height:100%;background-size:contain;background-position:center}#hoopHeaderButton{margin-right:-14px}.saffireMobileSize #hoopHeaderButton{margin-right:-8px}#hoopHeaderButton span.card-widget-title{display:none}.saffireMobileSize #hoopHeaderButton .buttonwrap a{font-size:14px}#businessListing .eventFilterSubcategory{display:block !important}a.upload-photo{display:none}.itemDetailContainer,.calloutArrow,.calloutArrowGallery{display:none !important}body.subpage-golden-ticket:not(.homepage) .content{margin:110px auto 160px;position:relative}body.subpage-golden-ticket:not(.homepage) .content:before{content:"";background:url(images/ticket-shape.png) center/cover no-repeat;position:absolute;top:-27px;width:100%;display:block;height:27px;left:0;bottom:auto}body.subpage-golden-ticket:not(.homepage) .content:after{content:"";background:url(images/ticket-shape.png) center/cover no-repeat;position:absolute;top:auto;width:100%;display:block;height:27px;left:0;bottom:-27px;transform:rotate(180deg)}body.subpage-golden-ticket #sponsorWidgetContainer #sponsorsTitleContainer .homepageh1,body.subpage-golden-ticket h1,body.subpage-golden-ticket h2,body.subpage-golden-ticket h3,body.subpage-golden-ticket h4,body.subpage-golden-ticket h5,body.subpage-golden-ticket h6{color:#866322}body.subpage-golden-ticket .listingItem{background:#f3ece0}body.subpage-golden-ticket a{color:#72036f}body.subpage-golden-ticket .wrapper{width:100%;background:url(images/subpage-bg.png) top center/contain no-repeat;background-color:#320613;background-size:cover;background-attachment:fixed}body.subpage-golden-ticket .socialNetworks{background:#770373}body.subpage-golden-ticket .header .header-top{background:#72036f}body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-title{color:#fff}body.subpage-golden-ticket .header .header-top .directions:hover,body.subpage-golden-ticket .header .header-top .directions:focus,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton:hover,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton:focus,body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-item:hover,body.subpage-golden-ticket .header .header-top #cardWidgetQuickLinks .card-widget-item:focus,body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a:hover,body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a:focus,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a:hover,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a:focus,body.subpage-golden-ticket .header .header-top .viewcart:focus,body.subpage-golden-ticket .header .header-top .viewcart:hover{background:#560354}body.subpage-golden-ticket .header .header-top .myAccountButton-wrapper a,body.subpage-golden-ticket .header .header-top .loginstatus-wrapper a,body.subpage-golden-ticket .header .header-top .emailSignup .emailSubmitButton,body.subpage-golden-ticket .header .header-top .viewcart .cartMenuLink,body.subpage-golden-ticket .header .header-top .directions{color:#fff}body.subpage-golden-ticket .header .header-bottom{height:134px}body.subpage-golden-ticket .header .header-bottom .header-bottom-top{justify-content:flex-end}body.subpage-golden-ticket .header .header-bottom .nav .groups{background:transparent !important}body.subpage-golden-ticket .header .header-bottom .nav .groups .group>a{background:transparent !important;color:#fff !important}body.subpage-golden-ticket .header .header-bottom a.ticket-btn{background:#770373;color:#ffd43d;border-radius:0px;margin-right:15px}body.subpage-golden-ticket .header .header-bottom a.ticket-btn:focus,body.subpage-golden-ticket .header .header-bottom a.ticket-btn:hover{background:#560354}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget{background:transparent;margin:0;color:#ffd43d}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget .countdownDays{color:#ffd43d}body.subpage-golden-ticket .header .header-bottom #siteInfoBannerWidget #eventDates{color:#ffd43d}body.subpage-golden-ticket .header .header-bottom .header-logo{position:absolute;top:0px;left:40px;display:block;width:170px;height:140px;background:url(images/subpage-logo.png) center/contain no-repeat;z-index:9999}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox) .searchBoxInput input{border:0px solid transparent}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):hover .searchSubmitButton,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus .searchSubmitButton,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus-within .searchSubmitButton{background:#560354}body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):hover .searchBoxInput input,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus .searchBoxInput input,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox):focus-within .searchBoxInput input{border-color:#560354}body.subpage-golden-ticket .header .myAccountButton-wrapper a svg path,body.subpage-golden-ticket .header .loginstatus-wrapper a svg path,body.subpage-golden-ticket .header .emailSignup .emailSubmitButton svg,body.subpage-golden-ticket .header .emailSignup .emailSubmitButton svg path,body.subpage-golden-ticket .header .directions svg path,body.subpage-golden-ticket .header .searchBox:not(.clonedSearchBox) .searchSubmitButton svg path{fill:#fff}body.subpage-golden-ticket .listingItem .purchaseOption select,body.subpage-golden-ticket .listingItem .description,body.subpage-golden-ticket .listingItem .purchaseOptions,body.subpage-golden-ticket .flexContent.itemName{color:#544028}body.subpage-golden-ticket .afterContent{display:none !important}body.subpage-golden-ticket .footer{background:repeat-x #a72f9c center}body.subpage-golden-ticket .footer a{color:#fff !important}body.subpage-golden-ticket .footer .footer-top{background:#a72f9c}body.subpage-golden-ticket .footer ul.footerItems2{color:#666;font-size:14px}body.subpage-golden-ticket .footer #cardWidgetFooterLogo .card-widget-item{width:541px;height:240px;position:relative;bottom:66px}body.subpage-golden-ticket .footer #cardWidgetFooterLogo .card-widget-item .image-container{background:url(images/subpage-footer-logo.png) center/contain no-repeat !important}body.subpage-golden-ticket .footer li.footerSaffire a{background:url(images/saffire-logo.png) center/contain no-repeat;display:inline-block;position:relative;top:5px}body.subpage-golden-ticket .footer li.footerSaffire a img{opacity:0}body.subpage-golden-ticket .button,body.subpage-golden-ticket .buttonSmall{color:#fff !important;background:#72036f}body.subpage-golden-ticket .button:hover,body.subpage-golden-ticket .buttonSmall:hover{cursor:pointer;background:#560354}@media screen and (max-width: 1366px){body.subpage-golden-ticket .header .header-bottom{justify-content:center}body.subpage-golden-ticket .ticket-btn{height:45px;width:170px;margin-left:20px;font-size:20px;margin-right:15px}}@media screen and (max-width: 1250px){body.subpage-golden-ticket .header .header-bottom .nav .groups .group>a{padding:9px 8px 8px}body.subpage-golden-ticket .footer .footer-top{height:auto !important}body.subpage-golden-ticket .footer .footer-top #cardWidgetFooterLogo .card-widget-item{bottom:28px !important}}@media screen and (max-width: 768px){body.subpage-golden-ticket:not(.homepage) .content{margin:0px auto !important}body.subpage-golden-ticket:not(.homepage) .content span#MainContent_content_smp_breadcrumbs{display:none}body.subpage-golden-ticket .button,body.subpage-golden-ticket .buttonSmall{font-size:12px}body.subpage-golden-ticket #siteInfoBannerWidget{width:100%}body.subpage-golden-ticket .mobile-menu-container{background-color:#41052c}body.subpage-golden-ticket #mobile-nav a{color:#72036f}body.subpage-golden-ticket .mobile-menu-container .mobile-menu-ticket-btn,body.subpage-golden-ticket .mobile-menu-container .mobile-menu-header{background-color:#72036f}body.subpage-golden-ticket .socialNetworks{border-radius:0px}body.subpage-golden-ticket .header .header-bottom{background:#770373;height:auto}body.subpage-golden-ticket .header-bottom-top{height:auto;background:#41052c;padding:8px}body.subpage-golden-ticket .header-bottom .header-logo{width:60px !important;height:50px !important;position:static !important}body.subpage-golden-ticket .footer .footer-top #cardWidgetFooterLogo .card-widget-item{height:145px;min-width:320px;bottom:19px !important;width:100%}body.subpage-golden-ticket .footer li.footerCopyright{text-align:left;line-height:1.3;color:#394fa1}}@media screen and (max-width: 870px){.swiperWidgetBannerAd::after{content:" ";display:block;position:relative;background-position:center;background-repeat:no-repeat;background-size:contain;width:259px;height:436px;margin:0 auto;margin-top:35px;background-image:url(images/mobile-footer.png);z-index:9}}.header{opacity:0}.hooplandiaTheme .faqSection .saffireMobileSize{font-size:.875rem}.hooplandiaTheme .faqSection p{box-sizing:border-box;position:relative;padding-left:4.1em}.hooplandiaTheme .faqQuestion{box-sizing:border-box;width:100%;max-width:100% !important;padding:1em 1.25em 1em 1.25em}.hooplandiaTheme .faqQuestion:before{position:absolute;left:0;top:0;font-size:.875em;line-height:1;padding:1.5em 1.625em}.faqAnswer{padding:1.25em;margin-left:4.375em}.faqSection{width:100%;max-width:1200px}.bold.saffireMobileSize .faqSection{font-weight:normal}.hooplandiaTheme .FAQModule hr{display:none}.hooplandiaTheme .FAQModule .faqQuestion{background:#f0f0f0;color:#072c49;font-weight:500;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:19px}.hooplandiaTheme .FAQModule .faqQuestion:before{background:#072c49;color:#fff}.hooplandiaTheme .FAQModule .faqAnswer{background:#f4f4f4;color:#072c49;font-weight:500;font-family:"Fira Sans Extra Condensed",sans-serif;font-size:19px}.hooplandiaTheme #imgsearch .left input{height:28px}.hooplandiaTheme #imgsearch .left .button{padding:3px 10px;border-radius:0 5px 5px 0 !important;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:13px !important;height:37px;width:auto}.hooplandiaTheme #imgsearch .right{display:flex;flex-direction:row;align-items:center}.hooplandiaTheme .featureLineupModule .featureLineupContainer .subContainer{box-shadow:none}.hooplandiaTheme .featureLineupModule .featureLineupContainer .subContainer .featureLineup-title{background-color:rgba(237,34,37,.89);text-transform:uppercase;font-family:"Fira Sans Extra Condensed",sans-serif}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons{width:100%;padding:7px 0;background:none;box-shadow:none}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons a{color:#ed2225;font-weight:100}.hooplandiaTheme .featureLineupModule .featureLineupContainer .featureLineup-buttons .button{font-size:18px;font-weight:700 !important;padding:4px 25px}.hooplandiaTheme #dynamicModal{height:200px !important;overflow-y:hidden !important;border-top:0;position:relative;top:-3rem}

/*# sourceMappingURL=theme.css.map*/