:root{--main-color:#000;--main-color-hover:#333;--accent-color:#0055c7;--nav-color:#fff;--nav-bg-color:#353535;--sub-nav-color:#353535;--sub-nav-bg-color:#f5f5f5;--menu-active-color:#0055c7;--main-bg:#f5f5f5;--content-padding:10px 20px;--base-line-height:1.428571429;--transition-duration:.35s;--margin-top:calc(2vh + 20px);--nav-height:55px;--footer-height:55px;--link-color:#0369f1;--link-hover-color:#0257c9;--hero-background-color:#c3c3c3;--hero-title-color:#6e6c66;--section-bg-color:#eaeaea;--section-alt-bg-color:#f5f5f5;--breadcrumb-link-color:#003c8e;--breadcrumb-bg-color:#f5f5f5;--button-primary-bg-color:#2085f3;--button-primary-bg-hover-color:#1e77d9;--button-primary-color:#fff;--button-secondary-bg-color:#ccc;--button-secondary-color:#fff;--button-warning-bg-color:#c12b2b;--button-warning-bg-hover-color:#9a2323;--button-warning-color:#fff;--button-secondary-bg-color:#666;--button-secondary-bg-hover-color:#888;--button-secondary-color:#fff;--kendo-control-color:#2085f3;--kendo-selection-color:#1e77d9;--kendo-selection-border-color:#185ba5;--kendo-selection-hover-color:#144c8a}html{font-size:62.5%;box-sizing:border-box;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{font-size:1.6rem;line-height:1.6;letter-spacing:.05rem;font-weight:400;font-family:"Roboto","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;color:#222;margin:0;background-color:var(--main-bg)}.wrap{width:1200px;margin:0 auto}@media(max-width:1200px){.wrap{width:100%;padding-left:2.5rem !important;padding-right:2.5rem !important}}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:2rem;font-weight:300}h1{font-size:4rem;line-height:1.2}h2{font-size:3.6rem;line-height:1.25}h3{font-size:3rem;line-height:1.3}h4{font-size:2.4rem;line-height:1.35}h5{font-size:1.8rem;line-height:1.5}h6{font-size:1.5rem;line-height:1.6}@media(max-width:1200px){h1{font-size:3rem}h2{font-size:2.6rem}h3{font-size:2.2rem}h4{font-size:2rem}}@media(max-width:550px){h1{font-size:2.2rem}h2{font-size:2rem}h3{font-size:1.8rem}h4{font-size:1.6rem}h5{font-size:1.5rem}h6{font-size:1.4rem}}p{margin-top:0}.bold{font-weight:500}.bolder{font-weight:600}.boldest{font-weight:900}a{color:var(--link-color);text-decoration:none;transition:all var(--transition-duration)}a:hover{color:var(--link-hover-color);transition:all var(--transition-duration);text-transform:none}.button,button,input[type="submit"],input[type="reset"],input[type="button"]{display:inline-block;height:38px;padding:0 15px;color:#fff;text-align:center;line-height:38px;letter-spacing:.1rem;text-decoration:none;white-space:nowrap;background-color:var(--main-color);border-radius:2px;border:1px solid var(--main-color-hover);cursor:pointer;box-sizing:border-box;transition:all var(--transition-duration);font-size:1.4rem;font-weight:400}.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,.button:focus,button:focus,input[type="submit"]:focus,input[type="reset"]:focus,input[type="button"]:focus{color:#fff;border-color:var(--main-color);outline:0;background-color:var(--main-color-hover);transition:all var(--transition-duration)}.button.primary,button.primary,input[type="submit"].primary,input[type="reset"].primary,input[type="button"].primary{color:var(--button-primary-color);background-color:var(--button-primary-bg-color);border-color:var(--button-primary-bg-hover-color)}.button.primary:hover,button.primary:hover,input[type="submit"].primary:hover,input[type="reset"].primary:hover,input[type="button"].primary:hover,.button.primary:focus,button.primary:focus,input[type="submit"].primary:focus,input[type="reset"].primary:focus,input[type="button"].primary:focus{color:var(--button-primary-color);background-color:var(--button-primary-bg-hover-color);border-color:var(--button-primary-bg-color)}.button.secondary,button.secondary,input[type="submit"].secondary,input[type="reset"].secondary,input[type="button"].secondary{color:var(--button-secondary-color);background-color:var(--button-secondary-bg-color);border-color:var(--button-secondary-bg-hover-color)}.button.secondary:hover,button.secondary:hover,input[type="submit"].secondary:hover,input[type="reset"].secondary:hover,input[type="button"].secondary:hover,.button.secondary:focus,button.secondary:focus,input[type="submit"].secondary:focus,input[type="reset"].secondary:focus,input[type="button"].secondary:focus{color:var(--button-secondary-color);background-color:var(--button-secondary-bg-hover-color);border-color:var(--button-secondary-bg-color)}.button.warning,button.warning,input[type="submit"].warning,input[type="reset"].warning,input[type="button"].warning{color:var(--button-warning-color);background-color:var(--button-warning-bg-color);border-color:var(--button-warning-bg-hover-color)}.button.warning:hover,button.warning:hover,input[type="submit"].warning:hover,input[type="reset"].warning:hover,input[type="button"].warning:hover,.button.warning:focus,button.warning:focus,input[type="submit"].warning:focus,input[type="reset"].warning:focus,input[type="button"].warning:focus{color:var(--button-warning-color);background-color:var(--button-warning-bg-hover-color);border-color:var(--button-warning-bg-color)}input[type="email"],input[type="date"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{height:38px;padding:6px 10px;background-color:#fff;border:1px solid #ebebeb;border-radius:2px;box-shadow:none;box-sizing:border-box}input[type="email"],input[type="date"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}textarea{min-height:65px;padding-top:6px;padding-bottom:6px}input[type="email"]:focus,input[type="date"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="text"]:focus,input[type="tel"]:focus,input[type="url"]:focus,input[type="password"]:focus,textarea:focus,select:focus{outline:0}label,legend{display:block;margin-bottom:.5rem;font-weight:600}fieldset{padding:0;border-width:0}input[type="checkbox"],input[type="radio"]{display:inline}label>.label-body{display:inline-block;margin-left:.5rem;font-weight:normal}.form-group{margin-bottom:1rem}.form-group.check-box{display:flex;align-items:center}.form-group.check-box label{margin:.5rem .5rem .5rem 0}.form-group .radio{display:flex;align-items:center}.form-group .radio label{margin:.5rem .5rem .5rem .5rem}.invalid{color:#c12b2b;font-size:1.4rem}@media(max-width:550px){.button,button,input[type="submit"],input[type="reset"],input[type="button"]{height:initial;padding:1rem}input[type="email"],input[type="date"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{height:initial;padding:1.5rem 1rem}}form .form-control.invalid{border-color:var(--accent-color)}.form-group{position:relative}.form-group .validation-error{color:#c12b2b;font-size:1.4rem}.grecaptcha-badge{visibility:hidden}.field-validation-error{display:block;background:#c12b2b;padding:3px 10px;border-radius:.3rem;color:#fff;margin-bottom:.5rem}ul{list-style:circle inside}ol{list-style:decimal inside}ol,ul{padding-left:0;margin-top:0}ul ul,ul ol,ol ol,ol ul{margin:1.5rem 0 1.5rem 3rem;font-size:90%}li{margin-bottom:1rem}code{padding:.2rem .5rem;margin:0 .2rem;font-size:90%;white-space:nowrap;background:#f1f1f1;border:1px solid #e1e1e1;border-radius:4px}pre>code{display:block;padding:1rem 1.5rem;white-space:pre}th,td{padding:12px 15px;text-align:left;border-bottom:1px solid #e1e1e1}th:first-child,td:first-child{padding-left:0}th:last-child,td:last-child{padding-right:0}button,.button{margin-bottom:1rem}pre,blockquote,dl,figure,table,p,ul,ol,form{margin-bottom:2.5rem}.pt-5{margin-top:.5rem}.pt-10{margin-top:1rem}.pt-15{margin-top:1.5rem}.pt-20{margin-top:2rem}.pt-25{margin-top:2.5rem}.pt-30{margin-top:3rem}.pt-40{margin-top:4rem}.pt-50{margin-top:5rem}.pt-75{margin-top:7.5rem}.pt-100{margin-top:10rem}.u-full-width{width:100%;box-sizing:border-box}.u-max-full-width{max-width:100%;box-sizing:border-box}.u-pull-right{float:right}.u-pull-left{float:left}hr{margin-top:3rem;margin-bottom:3.5rem;border-width:0;border-top:1px solid #e1e1e1}.container:after,.row:after,.u-cf{content:"";display:table;clear:both}.hamberder-icon{display:none}.success-message{padding:.5rem 1.5rem;background-color:#00930c;color:#fff;border-radius:.3rem;margin-bottom:.5rem}.error-message{padding:.5rem 1.5rem;background-color:#c12b2b;color:#fff;border-radius:.3rem;margin-bottom:.5rem}.error-message a{color:#fff;text-decoration:underline;font-weight:bold}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}.top-nav{height:var(--nav-height);background-color:var(--nav-bg-color)}.top-nav .menu{display:grid;grid-template-columns:250px 1fr;align-items:center;width:100%;grid-auto-rows:var(--nav-height) 100%}.top-nav .menu>div:nth-child(1) a{display:flex}.top-nav .menu>div:nth-child(2){display:none}.top-nav .menu img{height:40px}.top-nav nav{justify-self:end;z-index:1000}.top-nav nav ul{display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;align-content:center;margin:0}.top-nav nav li{margin:0 0 0 2rem;position:relative}.top-nav nav li a,.top-nav nav li span{font-size:1.6rem;font-weight:500;color:var(--nav-color);cursor:pointer;transition:color var(--transition-duration);text-transform:uppercase}.top-nav nav li a:hover,.top-nav nav li span:hover{color:#fff;transition:color var(--transition-duration)}.top-nav nav li ul.sub-menu{position:absolute;background-color:var(--nav-bg-color);display:flex;flex-direction:column;min-width:200px;padding:1.5rem 0 .5rem 0;margin-left:-15px;left:0;display:none}.top-nav nav li ul.sub-menu:last-child{right:0}.top-nav nav li ul.sub-menu li{margin:0;border-top:1px solid #333;padding:5px 0}.top-nav nav li ul.sub-menu li a{font-size:1.4rem;padding:0 1.5rem}.top-nav nav li.cart-icon{position:relative}.top-nav nav li.cart-icon span.k-icon{font-size:2.8rem}.top-nav nav li.cart-icon .cart-count{color:#fff;position:absolute;top:-.5rem;right:-1rem;background-color:#f00;border-radius:5rem;font-size:1.2rem;font-weight:600;padding:.1rem .6rem 0 .6rem}.top-nav nav ul li.mobile-only{display:none}.top-nav nav ul li.desktop-only{display:block}.top-nav nav li.active span,.top-nav nav li.active>a{color:var(--menu-active-color)}@media(min-width:1024px) and (max-width:1200px){.top-nav nav ul li:last-child ul.sub-menu{position:absolute;left:-50px}}@media(max-width:1023px){.top-nav nav{width:100%;grid-column:1/3;background-color:var(--nav-bg-color);height:100vh;display:none;align-self:flex-start}.top-nav .menu>nav{margin:0 -2.5rem 0 -2.5rem;width:calc(100% + 5rem)}.top-nav .menu>nav ul{display:flex;flex-direction:column;margin:1rem 0 0 2.5rem}.top-nav nav ul li{padding:.7rem 0;margin:0}.top-nav .menu>div:nth-child(2){display:block;justify-self:end}.top-nav nav li ul.sub-menu:last-child{right:0}.top-nav nav li ul.sub-menu{position:relative;background-color:rgba(255,255,255,.05);padding:1rem 1.5rem}.top-nav nav li ul.sub-menu li{border:none}.top-nav nav li ul.sub-menu li a{font-size:1.6rem}.context-icon{align-self:end;cursor:pointer}.bar1,.bar2,.bar3{width:35px;height:5px;background-color:#fff;margin:6px 0;transition:.4s}.change .bar1{-webkit-transform:rotate(135deg) translate(7px,-8px);transform:rotate(135deg) translate(7px,-8px);background-color:var(--nav-color)}.change .bar2{opacity:0;margin-right:0;background-color:var(--nav-color)}.change .bar3{-webkit-transform:rotate(-135deg) translate(7px,8px);transform:rotate(-135deg) translate(7px,8px);background-color:var(--nav-color)}.top-nav nav li.cart-icon{width:fit-content}.top-nav nav ul li.mobile-only{display:block}.top-nav nav ul li.desktop-only{display:none}}.footer{background-color:var(--nav-bg-color);color:#fff;padding:5px 0;min-height:var(--footer-height)}.footer a{display:inline-block;color:#fff}.footer .footer-grid{display:grid;grid-template-columns:250px 1fr;width:100%;align-content:center;grid-auto-rows:100%}.footer .footer-grid>div:nth-child(1){align-self:center}.footer .footer-grid>div:nth-child(1) a{display:flex}.footer .footer-grid>div:nth-child(1) a img{height:40px}.footer .footer-grid>div:nth-child(2){justify-self:end;align-self:center}.footer ul{display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;align-content:center;margin:0}.footer ul li{margin:0}@media(max-width:767px){.footer .footer-grid{grid-template-columns:1fr;grid-auto-rows:auto;grid-gap:5px}.footer .footer-grid>div:nth-child(2){justify-self:start}}section .std-pad{padding:5rem 0}section .sm-pad{padding:1rem 0}section:nth-child(odd){background-color:var(--section-bg-color)}section:nth-child(even){background-color:var(--section-alt-bg-color)}.message-box{display:none}.message-box>.loading{display:block}.message-box>.error{display:none}.message-box>.success{display:none}.page{min-height:calc(100vh - (var(--nav-height) + var(--footer-height)))}.page img{max-width:100%}.pager{display:flex;font-weight:500}.pager a{color:var(--accent-color)}.pager>div,.pager>a{padding:.2rem 1rem;margin-right:.5rem;background-color:#fff}.pager>div.nh{color:#ccc}.pager>div:not(.nh){background-color:var(--accent-color);color:#fff;cursor:default;border-radius:25px}.pager>a:hover{background-color:var(--accent-color);color:#fff}.pager>div:hover a{color:#fff}.breadcrumb{background-color:var(--breadcrumb-bg-color);padding:1rem 0}.breadcrumb a{text-transform:uppercase;font-weight:500}.read-more{background-color:#d8d8d8;padding:1rem 2rem;border-radius:.5rem;border:1px solid #ccc;text-align:center;font-size:1.8rem;font-weight:600}.new-badge{background-color:var(--accent-color);font-size:1rem;color:#fff !important;text-transform:uppercase;padding:.2rem .7rem;border-radius:1px;font-weight:400;border-radius:1rem}.error h1{margin-top:5rem}.privacy-popup{position:fixed;bottom:0;width:calc(100% - 6rem);background-color:var(--accent-color);color:#fff;border-radius:.5rem;padding:1rem 1.5rem;margin:0 1rem 1rem 2rem}.privacy-popup a{color:#fff;font-weight:bold;text-decoration:underline}.privacy-popup .popup-grid{display:grid;grid-template-columns:1fr 150px;align-items:center}.privacy-popup .popup-grid p{padding-right:1rem;margin:0;font-size:1.6rem}.privacy-popup button{width:100%;font-size:1.6rem;text-transform:initial;margin:0}.privacy-popup .btn-primary:hover{background-color:#ffefee;color:#ff6260 !important}@media(max-width:767px){.privacy-popup .popup-grid{display:grid;grid-template-columns:1fr;grid-row-gap:2rem}.privacy-popup .popup-grid p{font-size:1.4rem}.privacy-popup .btn-primary{font-size:1.4rem;text-transform:initial}.privacy-popup .popup-grid div:nth-child(1){grid-column:1/3}}input.profile-avatar-file[type="file"]{display:none}.change-avatar{cursor:pointer}.about-section .about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem}.about-section .about-grid>div:nth-child(1){padding:25px;background-color:#fff;box-shadow:0 0 25px 20px #e2e2e2;display:flex;align-self:flex-start}.about-section .about-grid img{max-width:100%;align-self:center}@media(max-width:767px){.about-section .about-grid{display:grid;grid-template-columns:1fr;grid-gap:3rem}}.albums .album-grid{display:grid;grid-template-columns:1fr 2fr;grid-gap:2.5rem;margin-bottom:7.5rem}.albums .album-grid>div:nth-child(1) img{box-shadow:0 0 3rem 0 rgba(0,0,0,.2);border:1px solid #ccc}.albums .album-grid h1{font-size:3.6rem;font-weight:500;text-transform:uppercase;margin:0}.albums .album-grid h5{font-size:1.6rem;text-transform:uppercase;margin:0 0 1.5rem 0}.albums .album-grid .buy-links{margin:0 0 1.5rem 0;font-weight:500;background-color:#fff;padding:.5rem 1rem}.albums .album-grid .track-grid{font-size:1.6rem;font-weight:500;display:grid;grid-template-columns:3rem 1.5rem 1fr 1fr 7.5rem;grid-gap:.5rem;margin-bottom:.7rem;border-bottom:1px solid #e8e8e8;padding-bottom:.7rem}.albums .album-grid .track-grid>div:nth-child(4){justify-self:end;font-weight:400}.albums .album-grid .track-grid>div:nth-child(5){justify-self:end}.albums .album-grid .track-grid img{max-width:25px;cursor:pointer}.albums .lyrics{margin:1rem 0;background-color:#e6e6e6;padding:1rem 2rem;font-size:1.4rem;max-height:50vh;overflow-y:scroll;text-align:center}.albums .lyrics h2{font-size:2.4rem;font-weight:500;margin-bottom:1rem}@media(max-width:1024px){.albums .album-grid{grid-template-columns:1fr 1.5fr}.albums .album-grid .track-grid{font-size:1.4rem}}@media(max-width:550px){.albums .album-grid{grid-template-columns:1fr}.albums .album-grid>div:nth-child(1){text-align:center}.albums .album-grid>div:nth-child(1) img{max-width:65%}.albums .album-grid h1,.albums .album-grid h5{text-align:center}.albums .album-grid .buy-links{margin:0 -2rem 2.5rem -2rem;text-align:center}}.contests h3,.contests h6{margin-bottom:0}.contests .contest-item{margin:2.5rem 0;padding:1rem 2rem;border-radius:.5rem;border:1px solid #ccc;box-shadow:0 2px 23px 0 #e4e6e9;background-color:#d8d8d8}.contests .contest-item h4{margin:0;font-weight:400}.contests .contest-item h5{margin:0 0 .25rem 0;font-weight:600}.contests .contest-item .winner{color:var(--main-color);font-weight:500}.contests .contest-interaction{margin:2.5rem 0 0 0}.merch-slide{background-color:#fff;padding:1.5rem;margin:1rem;box-shadow:0 0 10px 0 #cecece;border:1px solid #fff;transition:border .5s}.merch-slide:hover{border:1px solid var(--main-color);transition:border .5s}.merch-slide h5{margin:1rem 0 0 0;font-weight:500;text-align:center}.merch-slide h6{margin:.5rem 0 0 0;font-weight:500;text-align:center}.headline-item{padding:5rem 0}.headline-item h1{margin-bottom:.5rem;font-size:2.8rem;font-weight:500}.headline-item p{font-size:1.6rem;padding:0;margin:0}.hero-slide{min-height:500px;background-position:center center !important;background-size:cover !important;display:flex;align-items:center}.hero-slide .small{min-height:250px}.hero-slide .smamedium{min-height:375px}.hero-slide .large{min-height:800px}.hero-slide .top{align-items:flex-start}.hero-slide .top .captions{margin-top:5rem}.hero-slide .bottom{align-items:flex-end}.hero-slide .bottom .captions{margin-bottom:5rem}.hero-slide a{color:initial}.hero-slide h1{font-weight:500;margin:0}.hero-slide h2{margin:0 0 10px 0}@media(max-width:1200px){.hero-slide .captions{margin:0 1rem}}@media(max-width:550px){.hero-slide{min-height:325px}.hero-slide .small{min-height:200px}.hero-slide .smamedium{min-height:300px}.hero-slide .large{min-height:500px}}.hero-title{background-color:var(--hero-background-color);padding:2.5rem 0;display:flex;align-items:center}.hero-title h4{margin:0;font-weight:500;letter-spacing:.5rem;color:var(--hero-title-color);text-transform:uppercase;text-align:center}.hero-title .left{text-align:left}.hero-title .right{text-align:right}@media(max-width:1200px){.hero-title h4{font-size:1.8rem;font-weight:500}}.fan-club-benefits h3{text-transform:uppercase;letter-spacing:.5rem;font-weight:400;font-size:3.8rem;margin:0 0 5rem 0;text-align:center}.fan-club-benefits h3 span{color:var(--accent-color)}.fan-club-benefits .benefits-grid{display:grid;grid-template-columns:1fr 2.5fr;grid-gap:5rem}.fan-club-benefits .benefits-grid img{max-width:100%}.fan-club-benefits .benefits-grid>div:nth-child(1) img{padding:25px;background-color:#fff;box-shadow:0 0 15px 10px #e2e2e2;border-radius:.2rem}.fan-club-benefits .benefits-grid h5{text-transform:uppercase;letter-spacing:.5rem;font-weight:500;font-size:2rem;margin-bottom:1rem;color:#fff;background-color:var(--accent-color);padding:1rem 2.5rem;box-shadow:0 0 25px 10px #e2e2e2;border-radius:.2rem}.fan-club-benefits .benefits-grid .benefit-item{font-size:2rem;background-color:#fff;padding:1rem 2.5rem;margin-bottom:1rem;border-radius:.2rem;list-style:none}.fan-club-benefits .benefits-grid .benefit-item p{margin:0}.fan-club-benefits .benefits-grid .benefit-item .benefit-item-grid{display:grid;grid-template-columns:7rem 1fr;grid-gap:3rem;align-items:center;transition:all .5s;cursor:pointer}.fan-club-benefits .benefits-grid .benefit-item .benefit-item-grid.show-image{grid-template-columns:100%}.fan-club-benefits .benefits-grid .benefit-item .benefit-item-grid.show-image>div:nth-child(2){text-align:center}.fan-club-benefits .join-links{display:flex}.fan-club-benefits .join-links>form{margin-left:1rem}.fan-club-benefits .join-link{margin:1.5rem 0}.fan-club-benefits .join-link a{background-color:var(--main-color);color:#fff;padding:.75rem 2.5rem;box-shadow:0 0 25px 10px #e2e2e2;border-radius:.2rem;text-align:center;text-transform:uppercase;letter-spacing:.4rem;font-weight:600;font-size:2rem;display:block}.fan-club-benefits .join-link a:hover{background-color:var(--main-color-hover);box-shadow:0 0 25px 10px #e2e2e2}.login-dialog{display:flex;flex-direction:column;align-items:center}@media(max-width:1024px){.fan-club-benefits .benefits-grid{grid-template-columns:1fr 1fr;grid-column-gap:3rem}.fan-club-benefits .join-link a{font-size:2.5rem}.fan-club-benefits .benefits-grid h5{font-size:1.6rem;letter-spacing:.2rem}}@media(max-width:768px){.fan-club-benefits .benefits-grid{grid-gap:1rem}.fan-club-benefits h3{letter-spacing:.5rem;font-weight:500;font-size:2.8rem}.fan-club-benefits .benefits-grid h5{margin-bottom:3rem}.fan-club-benefits .benefits-grid{grid-template-columns:1fr}.fan-club-benefits .benefits-grid>div:nth-child(1){order:2}.fan-club-benefits .benefits-grid>div:nth-child(2){order:1}.fan-club-benefits .benefits-grid>div:nth-child(1) img{display:none}}@media(max-width:550px){.fan-club-benefits h3{letter-spacing:.4rem;font-weight:500;font-size:2rem}.fan-club-benefits .benefits-grid h5{font-size:1.4rem;text-align:center}}.newslist .categories{padding:2rem 0;font-size:2.4rem;display:flex;justify-content:center;text-transform:uppercase}.newslist .categories .cat{padding:0 1rem}.newslist .categories .cat a{color:var(--main-color)}.newslist .categories .cat.active a{color:var(--accent-color);font-weight:500}.newslist .news-item-grid{display:grid;grid-template-columns:40rem 1fr;grid-gap:3rem;padding:2rem 0;border-bottom:1px solid #ccc}.newslist img{max-width:100%}.newslist .news-item-grid h6{font-size:1.4rem;text-transform:uppercase;font-weight:400;color:#787878;margin:0 0 .5rem 0}.newslist .news-item-grid h3{margin:0 0 1rem 0;font-weight:500;letter-spacing:.2rem;font-size:2rem;text-transform:uppercase}.newslist .news-item-grid p{line-height:1.4}.newslist .news-item-grid a.rm{text-transform:uppercase;font-weight:500;font-size:1.4rem}.newslist .pager{padding:2rem 0}.newslist.latest-news .news-item-grid{border-bottom:none}.newslist.latest-news h3{margin-bottom:.5rem}@media(max-width:768px){.newslist .news-item-grid{grid-template-columns:1fr 1fr}}@media(max-width:550px){.newslist .news-item-grid{grid-template-columns:1fr}}.newsletter h3{text-transform:uppercase;letter-spacing:.5rem;font-weight:400;font-size:2.4rem;margin:0 0 .5rem 0;text-align:center}.newsletter>div>div>p{text-transform:uppercase;letter-spacing:.4rem;font-weight:500;margin:0;text-align:center}.newsletter form{padding:2rem 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:.5rem;max-width:75rem;margin:0 auto}.newsletter form input{width:100%}.newsletter form button{text-transform:uppercase}.newsletter .message-box{background-color:#fff;max-width:50rem;margin:3rem auto;text-align:center;padding:2rem 0;border-radius:.5rem;font-weight:500;box-shadow:0 0 25px 10px #e2e2e2}.newsletter .message-box>div.loading{color:var(--main-color)}.newsletter .message-box>div.error p{color:#f00;margin:0}.newsletter .message-box>div.success p{color:var(--main-color);margin:0}.newsletter .legal{opacity:.1;text-align:center}@media(max-width:768px){.newsletter form{max-width:100%}.newsletter .message-box{max-width:100%}}@media(max-width:550px){.newsletter form{grid-template-columns:1fr}}.sub-nav{background-color:var(--sub-nav-bg-color);padding:1.5rem 0 1.5rem 0}.sub-nav ul{display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;margin:0;align-items:stretch}.sub-nav ul li{background-color:#e8e8e8;text-align:center;display:flex;align-items:center;padding:.5rem;margin:0 .5rem 0 0;cursor:pointer}.sub-nav ul li a{color:var(--sub-nav-color);text-transform:uppercase;font-weight:500}.sub-nav ul li.active{border:1px solid #ccc}@media(max-width:1024px){.sub-nav ul li{font-size:1.4rem}}@media(max-width:767px){.sub-nav ul{flex-direction:column}.sub-nav ul li{margin:0 0 .5rem 0;padding:.5rem}.sub-nav ul li.active{background-color:#ccc}.sub-nav ul li.active a{text-decoration:none}}.tours .wrap{width:1000px}.tours .tour-text{margin-bottom:2.5rem}.tours .tour-text h3{text-transform:uppercase;letter-spacing:.5rem;font-weight:400;font-size:2.4rem;margin:0 0 .5rem 0}.tours .tour-text a{text-transform:uppercase;letter-spacing:.4rem;font-weight:500;margin:0}.tours .tour-date-item{border-bottom:1px solid #ccc;display:flex;align-content:center;align-items:center;flex-wrap:nowrap;justify-content:space-between;padding:2rem 0}.tours .tour-date-item:last-of-type{border-bottom:none}.tours .tour-date-item .date{font-weight:500;width:15%}.tours .tour-date-item .info{width:70%;padding-left:1.5rem}.tours .tour-date-item .info h4,.tours .tour-date-item .info h5,.tours .tour-date-item .info h6{margin-bottom:0;font-weight:400}.tours .tour-date-item .info h4{text-transform:uppercase;font-size:2rem;color:var(--main-color)}.tours .tour-date-item .info h5{text-transform:uppercase;font-size:1.5rem}.tours .tour-date-item .info h6{text-transform:uppercase;font-size:1.4rem;color:var(--accent-color)}.tours .tour-date-item .tickets{width:30%;padding-left:1.5rem;display:flex;align-items:center;justify-content:flex-end}.tours .tour-date-item .tickets a{text-transform:uppercase;font-weight:500;border:1px solid #ccc;padding:.3rem .5rem;text-align:center;margin-left:.5rem}.tours .tour-date-item .tickets a:hover{background-color:#ddd}@media(max-width:1200px){.tours .wrap{width:100%;padding-left:2.5rem;padding-right:2.5rem}.tours .tour-date-item .date{min-width:150px}.tours .tour-date-item .tickets{min-width:150px}}@media(max-width:767px){.tours .tour-date-item{flex-direction:column}.tours .tour-date-item .date{width:100%;padding:0;margin-bottom:1.5rem}.tours .tour-date-item .info{width:100%;padding:0;margin-bottom:1.5rem}.tours .tour-date-item .tickets{width:100%;padding:0}}.article{padding:5rem 0}.article .article-header{padding:0 0 5rem 0}.article .article-header h6{font-size:1.4rem;text-transform:uppercase;font-weight:400;color:#787878;margin:0 0 .5rem 0}.article .article-header h1{font-size:3.6rem;position:relative;font-weight:400;color:var(--main-color)}.article .article-header h1:after{content:'';position:absolute;bottom:-1.5rem;width:5rem;border-bottom:2px solid var(--main-color);left:0}.article p{font-size:1.6rem;margin-top:-1rem}.article .article-content h1{font-size:3rem;font-weight:400;margin-bottom:1rem}.article img{margin-bottom:1rem;width:100%}.fanclub .no-access{padding:5rem 0}.fanclub .no-access h4{font-weight:500;font-size:2rem;padding:1rem 1rem;margin-bottom:1rem;border-radius:.4rem;letter-spacing:.15rem;text-transform:uppercase;text-align:center}@media(max-width:1023px){.fanclub .sub-nav{display:none}}.login{background-position:center center !important;background-size:cover !important}.login .login-container{max-width:50rem;margin:0 auto;padding:10rem 0}.login .login-container form{margin:0}.login .login-container .login-box{padding:2rem;box-shadow:0 2px 10px 0 #e4e6e9;border:1px solid #ccc;background-color:#fff;border-radius:.25rem;margin-bottom:2rem}.login input[type=text],.login input[type=password]{width:100%}.login.template.page{min-height:calc(100vh);padding-top:10rem}.login.template.page .headline{margin-top:10rem}.login.template.page .login-container .login-box h1{font-size:2.8rem;font-weight:600}.login.template.page .login-container .login-box h2{font-size:1.8rem;font-weight:600}.login.template.page .login-container .error{background-color:#f00;color:#fff;padding:0 1rem}.login.template.page .login-container .intro{font-family:Poppins;font-size:1.8rem;font-weight:600}.login.template.page .login-container .error p{margin:0}.login.template.page .login-container .login-box ul{margin:0}.login.template.page .login-container .login-box ul li{list-style:none}.login.template.page .login-container .login-box label{margin:0}.login.template.page input[type="email"],.login.template.page input[type="date"],.login.template.page input[type="number"],.login.template.page input[type="search"],.login.template.page input[type="text"],.login.template.page input[type="tel"],.login.template.page input[type="url"],.login.template.page input[type="password"],.login.template.page textarea,.login.template.page select{border:1px solid #e3e3e3;margin-bottom:1rem;width:100%}.login.template.page .login-container button{background-color:var(--main-color);border:1px solid var(--main-color-hover)}.login.template.page .login-container button:hover{background-color:var(--main-color-hover);border-color:var(--main-color)}.login.template.page .login-container .divider h2{font-size:1.8rem;font-weight:600;margin:1rem 0 1rem 0}.login.template.page .login-container .create a{display:inline-block;margin-left:.5rem;font-weight:600}.login.template.page .login-container .helpLink{display:none}.login.template.page .login-container .entry-item{position:relative}.login.template.page .login-container .entry-item .error{background-color:#f00;color:#fff;padding:0 1rem}.login.template.page .login-container .entry-item .error p{margin:0}.login.template.page .login-container .entry-item a#forgotPassword{position:absolute;bottom:-1.2rem}.login.template.page .login-container .entry .buttons{margin:2rem 0}.login.template.page button[disabled],html input[disabled]{cursor:default;background-color:#e7e7e7}.login.template.page .login-container button{margin-right:.5rem}.login.template.page .login-container .sendCode,.login.template.page .login-container .verifyCode,.login.template.page .login-container .sendNewCode,.login.template.page .login-container .changeClaims{background-color:#0a4799;border-color:#0a4799}.login.template.page .login-container .sendCode:hover{background-color:#013478;border-color:#000f24}.login.template.page .login-container #cancel{background-color:#5e5e5e;border-color:#404040}.galleries .description{margin:5rem 0;font-size:1.6rem;font-weight:500}.galleries .galleries-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2.5rem;padding-bottom:5rem}.galleries .galleries-grid .gallery-thumb h3{width:100%;margin:.5rem 0;font-size:2.4rem}.galleries .galleries-grid .gallery-thumb img{width:100%;object-fit:cover;height:300px}.galleries .galleries-grid .gallery-thumb img{height:300px}.galleries .galleries-grid .gallery-thumb .thumbnail-two{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px}.galleries .galleries-grid .gallery-thumb .thumbnail-three{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px}.galleries .galleries-grid .gallery-thumb .thumbnail-three img{height:150px}.galleries .galleries-grid .gallery-thumb .thumbnail-three>div:nth-child(1){grid-row:1/3}.galleries .galleries-grid .gallery-thumb .thumbnail-three>div:nth-child(1) img{height:300px}.galleries .galleries-grid .gallery-thumb .thumbnail-three>div:nth-child(2) img{height:150px}.galleries .galleries-grid .gallery-thumb .thumbnail-four{display:grid;grid-template-columns:1fr 1fr;grid-gap:1px}.galleries .galleries-grid .gallery-thumb .thumbnail-four img{height:150px}@media(max-width:768px){.galleries .galleries-grid{grid-template-columns:1fr 1fr}}@media(max-width:550px){.galleries .galleries-grid{grid-template-columns:1fr}}.gallery{padding-bottom:5rem}.gallery .description{margin:2.5rem 0;font-size:1.6rem;font-weight:500}.gallery img{width:100%;object-fit:cover;max-height:300px}.gallery figure{margin:0}.gallery .photo-gallery{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:1rem}.gallery .photo-gallery figcaption{display:none}@media(max-width:767px){.gallery .photo-gallery{grid-template-columns:1fr 1fr}}@media(max-width:375px){.gallery .photo-gallery{grid-template-columns:1fr}}.profile{padding-bottom:5rem}.profile .sub-nav ul{justify-content:left}.profile .k-form{padding:2rem;box-shadow:0 2px 23px 0 #e4e6e9;border:1px solid #ccc;background-color:#fff}.profile .k-form.no-style{padding:0;box-shadow:none;border:none;background-color:none}.profile .k-form.no-legend legend{display:none}.profile .profile-box{padding:3rem 2rem;box-shadow:0 2px 23px 0 #e4e6e9;border:1px solid #ccc;background-color:#fff}.profile .profile-box h1{margin:0 0 1rem;padding:0;border-width:0 0 2px;border-style:solid;border-color:rgba(0,0,0,.08);width:100%;font-size:1.4rem;font-weight:600;text-transform:uppercase;color:#444;letter-spacing:.05rem}.profile .profile-box .item-box{padding:2rem 2rem 0 2rem;border:1px solid #ddd;background-color:#fff;margin-bottom:1.5rem;background-color:#fbfbfb;max-width:500px}.profile .profile-box .item-box h2{margin:0;font-size:1.6rem;font-weight:500;border-color:rgba(0,0,0,.08);color:#333;letter-spacing:.05rem;text-transform:uppercase}.profile .profile-box .item-box h3{margin:.75rem 0 0 0;font-weight:900;font-size:2.4rem;letter-spacing:.05rem}.profile .profile-box .item-box h4{margin:2rem 0 0 0;text-align:right;font-size:1.4rem;text-transform:uppercase;color:#ccc}.profile .profile-box .item-box .address{display:grid;grid-template-columns:2fr 1fr;padding:0 0 1rem 0}.profile .profile-box .item-box .address .actions{align-self:center;justify-self:flex-end}.profile .profile-box .add-form{max-width:500px}.profile .profile-box .item-box .credit-card{display:grid;grid-template-columns:2fr 1fr;padding:0 0 2rem 0}.profile .profile-box .item-box .credit-card>div{align-self:center}.profile .profile-box .item-box .credit-card>div:nth-child(2){justify-self:flex-end}.profile .profile-box .item-box .credit-card .button{margin:0}.profile .order-item{box-shadow:0 2px 7px 0 #ccc;border:1px solid #ccc;color:#3c404b;padding:1rem 1.5rem;margin-bottom:1.5rem}.profile .order-item .order-header-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center}.profile .order-item .order-header-grid label{font-weight:400}.profile .order-item .order-header-grid>div:nth-child(2){justify-self:end}.profile .order-item .order-header-grid>div:nth-child(2) button{margin:0}.profile .order-item .order-details-container{border-top:1px solid #000;margin:1rem 0 0 0}.profile .order-item .order-details-container label{margin:0}.profile .order-item .order-details-container .shipping-grid{display:grid;grid-template-columns:1fr 1fr;border-bottom:1px solid #000;padding:1rem 0}.profile .order-item .order-details-container .order-item-grid{display:grid;grid-template-columns:4fr 1fr 1fr 1fr}.profile .order-item .order-details-container .order-item-grid .b{font-weight:600}.profile .order-item .order-details-container .order-item-grid .h{border-bottom:1px solid #000}.profile .order-item .order-details-container .order-item-grid .r{text-align:right}.profile .order-item .order-details-container .order-item-grid .mt{margin-top:.5rem}@media(max-width:768px){.profile .profile-box .item-box{max-width:100%}.profile .profile-box .item-box h2{font-size:1.4rem;font-weight:500}.profile .profile-box .item-box h3{font-size:1.8rem}.profile .profile-box .item-box h4{font-size:1.2rem}}@media(max-width:767px){.profile .order-item .order-header-grid{grid-template-columns:1fr;grid-row-gap:.5rem}.profile .order-item .order-details-container .shipping-grid{grid-template-columns:1fr;grid-row-gap:2rem}.profile .order-item .order-details-container .order-item-grid .n{grid-column:1/5}.profile .order-item .order-details-container .order-item-grid .q{grid-column:2/3}}@media(max-width:425px){.profile .order-item .order-details-container .order-item-grid{font-size:1.4rem}.profile .order-item{margin:0 -1.5rem 1.5rem -1.5rem}}.register{background-position:center center !important;background-size:cover !important}.register .register-container-grid{padding:10rem 35rem;margin:0 auto;display:grid;grid-template-columns:1fr;grid-column-gap:3rem}.register.free .register-form-box{display:none}.register.fanclub .register-container-grid{grid-template-columns:1fr 1fr;padding:10rem 15rem}.register.fanclub .register-container-grid .answer-buttons{display:none}.register.fanclub .register-container-grid .benefits h4{display:none}.register .register-container-grid .register-box{padding:2rem;box-shadow:0 0 30px 0 #b7b7b7;border:1px solid #ccc;background-color:#fff;border-radius:.5rem}.register .register-container-grid .benefits h4{font-weight:600;margin:0 0 .5rem 0}.register .register-container-grid .benefits h5{font-weight:600;margin:0 0 .5rem 0}.register .register-container-grid .benefits p{margin:0}.register .register-container-grid .benefit-item{border:1px solid #e8e8e8;margin-bottom:1rem;padding:.5rem .75rem}.register .register-container-grid .benefit-item img{max-width:calc(100% + 1.5rem);margin:-.5rem -.75rem .5rem -.75rem}.register .register-container-grid .answer-buttons{display:grid;grid-template-columns:2fr 1fr;grid-gap:.5rem}.register input[type=text],.register input[type=email],.register input[type=date],.register input[type=password],.register select{width:100%}.register button{margin-top:2rem}.register.plan{padding:5rem 0}.register.plan h1{color:#fff;text-align:center;font-weight:500;text-transform:uppercase;margin-bottom:3rem}.register.plan .plan-choice-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:2.5rem}.register.plan .plan-choice-grid>div{background-color:#fff;padding:1rem 1.5rem;border:5px solid #fff;transition:border var(--transition-duration)}.register.plan .plan-choice-grid>div:hover{border:5px solid var(--button-primary-bg-color);transition:border var(--transition-duration)}.register.plan .plan-choice-grid>div h2{text-align:center;margin:2rem;font-weight:900;font-size:2.8rem;text-transform:uppercase}.register.plan .plan-choice-grid>div .price{text-align:center;margin:2rem 0 0 0;font-weight:900;font-size:3.8rem;text-transform:uppercase}.register.plan .plan-choice-grid>div .per{text-align:center;margin:0 0 1rem 0;font-weight:900;font-size:1.4rem;text-transform:uppercase}.register.plan .plan-choice-grid>div .select{padding:0 7rem;margin-bottom:3rem}.register.plan .plan-choice-grid>div .select button.join-button{width:100%;border-radius:10rem;padding:1.5rem;font-size:1.8rem;height:initial}.register.plan .plan-choice-grid>div .description ul{font-weight:500;margin-left:1rem}.register.plan .plan-choice-grid>div .description ul li{list-style:none}.register.plan .plan-choice-grid>div .description ul li.callout{color:#f00}.register.plan .plan-choice-grid>div .details{color:#888;font-size:1.2rem;line-height:1.6rem}.store select,.store input[type="email"],.store input[type="date"],.store input[type="number"],.store input[type="search"],.store input[type="text"],.store input[type="tel"],.store input[type="url"],.store input[type="password"]{width:100%}.store .mobile{display:none}.store .ribbon-wrap{right:0;top:0;width:200px;height:400px;overflow:hidden;position:absolute;cursor:pointer}.store .ribbon-wrap .ribbon{cursor:pointer;right:-20%;top:12%;text-align:center;text-shadow:#aaa 0 1px 0;position:relative;padding:3px 0;font-size:12px;background-color:#d40004;color:#fff;background-image:none;text-transform:uppercase;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}.store .banner{display:block;text-align:center}.store .store-search-bar-grid{display:grid;grid-template-columns:2fr 1fr;grid-column-gap:20px}.store .shop-by-bar{padding:10px 0;background-color:#fff}.store .store-search-bar-grid{display:grid;grid-template-columns:2fr 1fr;grid-column-gap:20px}.store .store-search-bar-grid>div:nth-child(2){display:flex;align-items:stretch;flex-direction:row;justify-content:flex-end}.store .store-search-bar-grid>div:nth-child(2) input{width:calc(100% - 5rem);margin-right:.5rem}.store .store-search-bar-grid .categories{align-self:center}.store .store-search-bar-grid .search-section{align-self:center}.store .store-search-bar-grid .search-section button{margin:0}.store .store-search-bar-grid .shop-by{display:inline-block;color:var(--accent-color);font-weight:600;margin-left:1rem;text-transform:uppercase;text-decoration:none;transition:all .5s;cursor:pointer;position:relative}.store .store-search-bar-grid .shop-by .cat-sub-menu.glass{background-color:var(--nav-bg-color)}.store .store-search-bar-grid .shop-by .cat-sub-menu{position:absolute;background-color:#3c404b;z-index:1000;box-shadow:0 10px 25px 0 #3c3c3c;margin:.8rem 0 0 -1rem;padding:0}.store .store-search-bar-grid .shop-by ul li{list-style:none;min-width:21rem;padding:.8rem 1.5rem;border-top:1px solid #717171;border-bottom:1px solid #444;font-weight:400;transition:all .5s;text-transform:none;color:#fff;margin:0}.store .filters-grid{display:grid;grid-template-columns:1fr 1fr}.store .head.desktop{display:block}.store .filters-grid .headline{display:flex}.store .filters-grid .headline h3{font-size:2rem;font-weight:600;margin-top:1.8rem;margin-bottom:0;text-transform:uppercase}.store .filters-grid .headline h3 span{color:var(--accent-color)}.store .filters-grid .headline .clear{background-color:#d40004;color:#fff;padding:.4rem .7rem;border-radius:4px;font-size:1.2rem;margin:1.9rem 0 0 1rem;cursor:pointer;font-weight:600;float:left;text-transform:uppercase}.store .categories-mobile{display:none}.store .filters-grid .sort-filters{padding-top:1.5rem;position:relative;display:flex;align-content:center;justify-content:flex-end;margin-bottom:2.5rem}.store .filters-grid .sort-filters .show-exclusives{display:flex}.store .filters-grid .sort-filters .show-exclusives input[type=checkbox]{margin:.6rem 1rem 0 0}.store .filters-grid .sort-filters .sort-by{display:flex;margin-left:2.5rem}.store .filters-grid .sort-filters .sort-by select{margin:-1rem 0 0 0}.store .store-products-grid{padding:2.5rem 0 5rem 0;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-column-gap:4rem;grid-row-gap:4rem}.store .store-products-grid div.product{position:relative;padding:1.5rem;box-shadow:0 2px 25px 0 #dadada;border:1px solid #fff;transition:all .25s;position:relative;background-color:#fff}.store .store-products-grid div.product:hover{box-shadow:0 2px 25px 0 #b9b9b9;border:1px solid var(--accent-color);transition:all .25s}.store .store-products-grid div.product img{width:100%;margin:0 auto 10rem auto}.store .store-products-grid h1{font-size:1.6rem;font-weight:500;line-height:1.44;margin:0;position:absolute;bottom:40px;color:#000;padding-right:1rem}.store .store-products-grid h2{font-size:2rem;font-weight:500;line-height:1.44;margin:0;color:var(--accent-color);position:absolute;bottom:1rem}.store .pager{margin-bottom:5rem}.store .product{position:relative}.store .product img{max-width:100%;width:100%}@media(max-width:1024px){.store .store-search-bar-grid{grid-template-columns:1fr;grid-row-gap:1rem}.store .store-products-grid{grid-template-columns:1fr 1fr 1fr;grid-column-gap:3rem;grid-row-gap:3rem}}@media(max-width:768px){.store .filters-grid{display:grid;grid-template-columns:1fr}.store .store-products-grid{grid-template-columns:1fr 1fr}}@media(max-width:1024px){.store .store-search-bar-grid{grid-template-columns:1fr;grid-row-gap:1rem}.store .store-products-grid{grid-template-columns:1fr 1fr 1fr;grid-column-gap:3rem;grid-row-gap:3rem}}@media(max-width:550px){.store .store-search-bar-grid .categories{display:none}.store .filters-grid .sort-filters .sort-by{display:none}.store .store-products-grid{grid-template-columns:1fr}.store .categories-mobile{display:block}.store .filters-grid .sort-filters{justify-content:space-between;background-color:#fff;margin:0 -2.5rem;padding:1rem 3rem;border-top:1px solid #ccc;border-bottom:1px solid #ccc;position:relative}.store .filters-grid .sort-filters .show-exclusives{margin-left:auto}.store .mobile-category-list{display:block;position:absolute;z-index:900;width:100%;background-color:#fff;padding:0;border-top:1px solid #ccc;border-bottom:1px solid #ccc;margin:-1.1rem -3rem 0 -3rem}.store .mobile-category-list ul{margin-bottom:0}.store .mobile-category-list ul li{list-style:none;border-bottom:1px solid #ececec;margin:0;padding:1.5rem 3rem;color:var(--accent-color);font-weight:500;font-size:1.6rem;text-transform:uppercase}.store .mobile-cat-sub-menu{margin:-4rem -3rem 0 -3rem;padding-top:4rem !important;padding-bottom:5px !important;padding-bottom:0 !important;background-color:#f5f5f5}.store ul.mobile-cat-sub-menu li{padding-left:5rem}.store .shop-by-mobile.menu{padding-bottom:0}.store .head.desktop{display:none}.store .head.mobile{display:block;background-color:#f0f0f2}.store .filters-grid .headline h3{font-size:1.4rem}.store .filters-grid .headline{justify-content:space-between;padding:0 .5rem}.store .filters-grid .headline .clear{padding:.2rem .7rem;margin:1.5rem 0 0 1rem}}.store .go-back{margin-top:10px}.store .go-back a{text-decoration:underline}.store .product-detail-grid{margin:5rem 0;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:6rem;width:100%}.store .product-detail-grid .images .first{box-shadow:0 2px 23px 0 #e4e6e9;border-radius:6px;margin-bottom:15px;transition:all .5s;border:1px solid #fff;position:relative}.store .product-detail-grid .images .thumb{width:100px;height:100px;background-position:center 71% !important;background-size:cover !important;float:left;margin-right:10px;box-shadow:0 2px 10px 0 #cacaca;transition:all .5s;border:1px solid #ccc;cursor:pointer;transition:border .25s}.store .product-detail-grid .images .thumb.active{border:1px solid #ff6260;transition:border .25s}.store .product-detail-grid .details h1{font-size:2.4rem;font-weight:600;color:#3c404b;border-bottom:1px solid #3c404b}.store .product-detail-grid .details h2{font-size:2.8rem;font-weight:500;color:var(--accent-color)}.store .product-detail-grid .details p{font-size:1.6rem;font-weight:300;line-height:1.63;margin-bottom:2rem}.store .product-detail-grid .options label{font-weight:500;font-size:1.6rem;color:#3c404b;margin-bottom:0;text-transform:uppercase}.store .add-to-cart-grid{display:grid;grid-template-columns:10rem 1fr;grid-column-gap:2rem;margin-top:3rem;border-top:1px solid #3c404b;padding-top:1rem}.store .add-to-cart-grid input{max-width:100%}.store .add-cart-info{background-color:#f00;margin:1rem 0 0 0;padding:1rem 1.5rem;border-radius:5px;box-shadow:0 2px 20px 0 #e4e6e9;font-weight:500;color:#fff}.related-products h1{margin:0;font-size:2.4rem;font-weight:600}.cart-sidebar{padding:1rem;width:260px}.cart-sidebar h1{font-size:2.4rem;font-weight:600}.cart-sidebar .added-cart-grid{display:grid;grid-template-columns:1fr;text-align:center;font-size:1.8rem;font-weight:500}.cart-sidebar .added-cart-grid img{max-width:100%}.added-cart-buttons{margin-top:2rem}.added-cart-buttons a{display:inline-block;width:100%;text-align:center;margin-bottom:.5rem;border:1px solid var(--accent-color);border-radius:25px;padding:.75rem 0;color:var(--accent-color);transition:var(--transition-duration)}.added-cart-buttons a:hover{color:#fff;background-color:var(--accent-color);transition:var(--transition-duration)}.added-cart-buttons a.inverse{color:#fff;background-color:var(--accent-color);transition:var(--transition-duration)}@media(max-width:768px){.store .product-detail-grid{margin:2.5rem 0;grid-column-gap:2.5rem}.store .store-products-grid{grid-template-columns:1fr 1fr}}@media(max-width:767px){.store .product-detail-grid{grid-template-columns:1fr;grid-row-gap:2.5rem}.store .store-products-grid{grid-template-columns:1fr}.store input[type=number]{padding:2rem 1rem}.store .product-detail-grid .images .thumb{width:75px;height:75px;margin-bottom:1rem}}.store .cart-grid{margin:3rem 0;display:grid;grid-template-columns:1.5fr 1fr;grid-column-gap:40px}.store .cart-box-container .cart-item-title-grid img{max-width:100%;box-shadow:0 5px 8px 0 #e4e6e9;border:1px solid #ddd}.store .cart-box-container h1{text-align:left;font-weight:600;font-size:2.4rem;margin:0}.store .cart-box-container .cart-item-detail-grid{display:grid;grid-template-columns:1fr 1fr 1fr 30px;grid-column-gap:1rem}.store .cart-box-container .cart-item-detail-grid.margin{background-color:#e4e4e4;border-top:1px solid #ccc;text-align:left;margin-bottom:0;padding:.2rem 0 .2rem 8rem;align-items:center}.store .cart-box-container .cart-item-detail-grid label{font-size:1.4rem;margin:0}.store .cart-box-container .cart-item-title-grid{display:grid;grid-template-columns:60px 1fr;grid-column-gap:2rem;grid-row-gap:.5rem;text-align:left;padding-top:1.5rem;margin-bottom:2rem;border-top:1px solid #ccc}.store .cart-box-container h2{color:#3c404b;font-size:1.6rem;margin:0;margin-bottom:.5rem;font-weight:600;margin-top:-6px}.store .cart-box-container .remove-item{cursor:pointer;color:#fff;background-color:#3c404b;padding:.4rem .2rem .2rem .2rem;border-radius:3px;text-align:center;font-size:1.2rem}.store .cart-box-container input{max-width:55px;box-sizing:border-box;font-size:14px;color:#3c404b;padding:8px 10px;border:1px solid #ccc;box-sizing:border-box}.store.cart .cart-grid .summary{background-color:#fff;padding:2rem;font-size:1.4rem;position:relative;box-shadow:0 2px 25px 0 #e4e6e9}.store.cart .cart-grid .summary h1{border-bottom:1px solid #ccc;text-align:left;font-weight:600;font-size:2.4rem;margin:0}.store.cart .summary-grid{margin:0;display:grid;grid-template-columns:3fr 1fr 1fr;grid-column-gap:0;grid-row-gap:.5rem}.store.cart .summary-grid div:nth-child(3n+1){grid-column:1/4}.store.cart .summary-grid div:nth-child(3n+2){grid-column:1/3}.store.cart .summary-grid div:nth-child(3n+2) span{padding-right:1rem}.store.cart .summary-grid div.full{grid-column:1/4}.store.cart .summary-grid div.border-top{border-top:1px solid #ccc;padding-top:.3rem}.store.cart .summary-grid div.right{text-align:right;font-weight:500}.store.cart .summary-grid div.t{border-top:1px solid #ccc;padding-top:.5rem}.store.cart .summary-grid div.t:first-of-type{border-top:none}.cart .summary-grid div.qty span{float:left}.cart-button-bar{margin-top:1.5rem}.cart-button-bar .button{width:100%}.store.cart .shipping-button{margin:0 auto;text-align:right;margin-top:4.5rem}.store.cart #shipping-box{background-color:#fff;padding:1.5rem;border-radius:.5rem}.store.cart #shipping-box h1{font-size:2rem;margin-top:.5rem;margin-bottom:1.5rem}.store.cart .cart-grid .summary #cart-loading{margin-left:-2rem;padding:0 1rem;border-radius:.5rem}.store.cart #shipping-box input{width:100%}.store.cart .cart-upsells{margin-top:5rem;padding-top:1.5rem;padding-bottom:2.5rem;padding:1.5rem;margin-bottom:5rem}.store.cart .cart-upsells h1{font-size:2.2rem;margin-bottom:.5rem;font-weight:500}.store.cart .cart-upsells p{margin:0;font-size:1.4rem;margin-bottom:1.5rem}.store.cart .product-upsell{width:100%;box-sizing:border-box;box-shadow:0 2px 25px 0 #cbcbcc;padding:2rem;display:grid;grid-template-columns:20rem 1fr;grid-column-gap:2.5rem;background-color:#fff;border:1px solid #ccc}.store.cart .product-upsell img{max-width:200px;border:1px solid #ccc}.store.cart .cart-upsells h1{font-size:2.2rem;margin-bottom:.5rem}.store.cart .product-upsell h2{color:var(--accent-color);margin-top:.5rem;font-weight:600;font-size:2.2rem}@media(max-width:768px){.store.cart .cart-upsells{background-color:#f1f1f1;border:1px solid #ccc}.store.cart .cart-grid{grid-template-columns:1fr}.store.cart .product-upsell{grid-template-columns:1fr}.store.cart .product-upsell img{max-width:100%}.store.cart .product-upsell .add-cart{width:100%}}@media(max-width:350px){.store.cart .wrap{padding-left:.5rem !important;padding-right:.5rem !important}.store .cart-box-container .cart-item-detail-grid{font-size:1.4rem;font-weight:500}}.store.checkout{padding-bottom:5rem}.store.checkout .go-back{margin-bottom:3rem}.store.checkout .checkout-grid{display:grid;grid-template-columns:1.5fr 1fr;grid-gap:3rem}.store.checkout td{border-bottom:none}.store.checkout .order-selections{background-color:#fff;padding:2rem;font-size:1.6rem;position:relative;box-shadow:0 2px 25px 0 #d8d8d8}.store.checkout .cart-summary table{width:100%}.store.checkout .cart-summary table>tbody>tr>td{padding:.6rem}.store.checkout .cart-summary table>tbody>tr.totals{font-weight:500;font-size:large}.store.checkout .cart-summary table>tbody>tr.totals>td:last-child{font-size:x-large}.store.checkout .cart-summary table>tbody>tr>td:last-child{text-align:right}.store.checkout .cart-summary .discount-wrapper{margin-top:3.5rem}.store.checkout .cart-summary .discount-code-wrapper{display:grid;grid-template-columns:3fr .5fr;grid-gap:1rem}.store.checkout img.cart-item{max-width:100%;border:1px solid #e1e1e1}.store.checkout ul.unstyled{list-style:none}.store.checkout hr{margin-top:1rem;margin-bottom:1rem}.store.checkout h2{border-bottom:1px solid #ccc;font-size:2.2rem;font-weight:500;margin-bottom:2rem;margin-top:2rem;text-transform:uppercase;margin-top:1rem}.store.checkout label.selection{font-weight:400;cursor:pointer;margin-bottom:0}.store.checkout button.button-fill{width:100%}.store ul.list{padding:0}.store.checkout ul.list li{margin-bottom:1rem;background-color:#eee;padding:.75rem 1.25rem;border:2px solid #ccc;width:100%;box-sizing:border-box;display:grid;grid-column-gap:0}.store.checkout ul.list li.checkout-shipping-option-grid{grid-template-columns:1fr 9rem}.store.checkout ul.list li.active{border:2px solid #000;background-color:var(--accent-color);color:#fff}.store.checkout ul.list li.active label{color:#fff}.store.checkout .option-price{text-align:right;font-weight:600;font-size:16px}.store.checkout .button-bar{text-align:right}.store.checkout fieldset{border:1px solid #ccc;margin:0 0 1.5rem 0;padding:.3rem 1.5rem .75rem;background-color:#f5f5f5}.store.checkout fieldset section{background-color:#f5f5f5}.store.checkout fieldset label{margin:0}.store.checkout .p-image{position:relative}.store.checkout .p-image .count{position:absolute;color:#fff;position:absolute;top:-.5rem;right:-1rem;background-color:var(--accent-color);border-radius:5rem;font-size:1.4rem;font-weight:600;padding:.1rem .7rem 0 .7rem;border:2px solid #fff}.store .validation-summary-errors{background-color:#b50000;color:#fff;width:100%;padding:1rem 1.5rem;font-size:1.6rem}.store .validation-summary-errors ul{margin:0}.store .validation-summary-errors ul>li{list-style:none}.store .validation-summary-errors ul>li:last-of-type{margin:0}.store.checkout .terms{font-size:1.4rem;margin-bottom:1.5rem;background-color:#f8f8f8;padding:.5rem 1rem;border:1px solid #ccc}.store.checkout .terms p{margin-bottom:0}.store.checkout .confirmation-message{margin:5rem 0 5rem 0;text-align:center}.store.checkout .receipt-items-grid{display:grid;grid-template-columns:4rem 30rem 4rem}.store.checkout .receipt-items-grid{display:grid;grid-template-columns:4rem 30rem 4rem}.store.checkout .receipt-totals-grid{display:grid;grid-template-columns:34rem 4rem}.store.checkout .receipt-totals-grid .right{text-align:right;margin-right:3rem}.store.checkout .return{margin-top:5rem}@media(max-width:768px){.store.checkout{padding:2rem 0}.store.checkout .checkout-grid{grid-template-columns:1fr}.store.checkout .receipt-items-grid{display:grid;grid-template-columns:4rem calc(100% - 8rem) 4rem}.store.checkout .receipt-totals-grid{display:grid;grid-template-columns:calc(100% - 4rem) 4rem}}@media(max-width:767px){.store.checkout label.selection{font-size:1.4rem}.store.checkout .cart-summary{font-size:1.4rem}.store.checkout ul.list li.checkout-shipping-option-grid{font-size:1.4rem}.store.checkout .cart-summary table>tbody>tr>td{padding:.8rem}.store select,.store input[type="email"],.store input[type="date"],.store input[type="number"],.store input[type="search"],.store input[type="text"],.store input[type="tel"],.store input[type="url"],.store input[type="password"]{font-size:1.6rem}.store.checkout .discount-code-wrapper button{margin:0}}.videos{margin:0 0 5rem 0}.videos .description{margin:5rem 0;font-size:1.6rem;font-weight:500}.videos .videos-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:5rem;margin:2rem 0}.videos .videos-grid .bg-image{height:290px;background-position:center center !important;background-size:cover !important;margin-bottom:20px;text-align:center;position:relative}.videos .videos-grid .bg-image .play-icon{margin:-25px 0 0 -25px;text-align:left;top:50%;left:50%;position:absolute}.videos .videos-grid .bg-image img{width:50px}.videos .videos-grid h5{margin:0;font-size:1.4rem;font-weight:500;color:var(--accent-color);text-transform:uppercase}.videos .videos-grid h1{margin:0 0 1rem 0;font-size:24px;font-weight:600;color:#3c404b}.videos .videos-grid p{margin:0 0 1rem 0}.videos .pager{margin:5rem 0}.videos.latest-videos{margin:0}@media(max-width:768px){.videos .videos-grid .bg-image{height:175px}}@media(max-width:550px){.videos .videos-grid{grid-template-columns:1fr}.videos .videos-grid .bg-image{height:290px}}@media(max-width:475px){.videos .videos-grid .bg-image{height:175px}}.video{margin:0 0 5rem 0}.video .video-info h1{text-align:center;margin:3rem 0;font-size:3.4rem;font-weight:500}.video .video-container{background-color:#000}.video .video-container .embed-container{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;max-width:100%}.video .video-container .embed-container iframe,.embed-container object,.embed-container embed{position:absolute;top:0;left:0;width:100%;height:100%}.video .video-info{margin:2rem 0}.video .video-info h5{margin:0;font-size:1.4rem;font-weight:500;color:var(--accent-color);text-transform:uppercase}@media(max-width:768px){.video h1{font-size:2.4rem}}:root{--main-color-hover:#f30;--accent-color:#f30;--nav-color:#000;--main-bg:#fff;--nav-height:170px;--button-primary-bg-color:#2ea8d1;--button-primary-bg-hover-color:#2ea8d1}.transparent-img-border{position:relative}.transparent-img-border:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:.4;border:5px solid #fff}.transparent-img-border-dark{position:relative}.transparent-img-border-dark:after{content:"";position:absolute;top:0;bottom:0;left:0;right:0;opacity:.4;border:5px solid #000}.broken-line{background:var(--broken-line);background-repeat:repeat-x;height:1px;width:100%}html{max-width:1920px;margin:0 auto}body{font-size:1.4rem;font-family:"Poppins","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;background:var(--bg-all-sides) no-repeat;background-size:initial;background-color:#f8ecd4;box-shadow:0 0 0 10px rgba(255,255,255,30%)}a:hover{text-decoration:none}.musicLandingPage{background-image:var(--bg-repeating) !important;background-repeat:repeat;background-color:#f8ecd4 !important;background-size:initial}.toursLandingPage,.setlistLandingPage{background-image:var(--bg-all-sides-no-moon)}.contestsPage{background:var(--bg-repeating) repeat-y;background-color:#f8ecd4}.photoDownloadsPage{background-image:var(--bg-repeating) !important;background-repeat:repeat;background-color:#f8ecd4 !important;background-size:initial}@media(max-width:1919px){body{box-shadow:none;background-size:cover}body.home{background-size:contain}.toursLandingPage,.setlistLandingPage{background-size:contain}}@media(max-width:1023px){.musicLandingPage,.albumPage,.toursLandingPage,.setlistLandingPage,.photoGalleriesLandingPage,.photoGallery,.videosLandingPage,.newsLandingPage{background:var(--bg-repeating) repeat-y !important}}@media(max-width:767px){body.home{background:var(--bg-repeating) repeat-y !important;background-size:contain !important;background-color:#f8ecd4}.sustainabilityPage{background:var(--bg-repeating) repeat-y;background-color:#f8ecd4}}.wide-wrap{width:1420px;margin:0 auto}@media(max-width:1419px){.wide-wrap{width:100%;padding-left:2.5rem !important;padding-right:2.5rem !important}}.center{display:flex;justify-content:center}section .std-pad{padding:10rem 0}@media(max-width:550px){section .std-pad{padding:5rem 0}}.paper-bg-standard{background:var(--paper-bg);padding:3rem;border:1px solid #ddd;box-shadow:-1px 6px 11px -5px #333;border-radius:5px;position:relative}.paper-bg-standard .tl{position:absolute;top:-2rem;left:-2rem}.paper-bg-standard .tr{position:absolute;top:-2rem;right:-2rem}.paper-bg-standard .bl{position:absolute;bottom:-2rem;left:-2rem}.paper-bg-standard .br{position:absolute;bottom:-2rem;right:-2rem}.paper-bg-standard .tt{position:absolute;top:-1.6rem;left:50%;transform:translateX(-50%)}.paper-bg-standard .tb{position:absolute;bottom:-1.6rem;left:50%;transform:translateX(-50%)}.fanclub .no-access .login-dialog{background:var(--paper-bg);font-family:'Special Elite Regular';font-weight:600;padding:2rem 1rem 1rem 1rem;box-shadow:-1px 6px 11px -5px #333;display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column}.fanclub .no-access .login-dialog .login-message{font-family:Poppins;font-weight:500;width:50%;background-color:#c3d3a2;color:#000;padding:1rem 2rem;border-radius:.5rem;margin:0 auto 1rem auto}.fanclub .no-access .login-dialog .login-message p:last-of-type{margin-bottom:0}.fanclub .no-access .login-dialog .login-message a{color:#0e6481;text-decoration:underline;font-weight:600}.fanclub .no-access h4{font-family:'Special Elite Regular';font-weight:600;padding:0;box-shadow:none;background-color:transparent}.fanclub .no-access button{margin:0 auto;font-family:Poppins;font-weight:500}@media(max-width:768px){.fanclub .no-access .login-dialog .login-message{width:100%}}h1,h2,h3,h4,h5,h6{font-family:'DS Moster';text-transform:uppercase}input[type="email"],input[type="date"],input[type="number"],input[type="search"],input[type="text"],input[type="tel"],input[type="url"],input[type="password"],textarea,select{height:initial;background-color:#fff;border:none;border-radius:2px;box-shadow:none;box-sizing:border-box}.k-input-md .k-input-inner,.k-picker-md .k-input-inner{padding:8px 8px}input[type=password]{padding-left:1rem !important}input[type="checkbox"],input[type="radio"]{border:1px solid #777}.k-input{height:initial}.k-input{border-color:rgba(0,0,0,25%) !important}.k-input-md .k-input-button,.k-input-md .k-spinner-decrease,.k-input-md .k-spinner-increase,.k-picker-md .k-input-button,.k-picker-md .k-spinner-decrease,.k-picker-md .k-spinner-increase{padding:18px 15px}.k-combobox .k-clear-value{margin-top:0}input.k-textbox{padding:8px 8px !important;border:1px solid #ccc}.k-form .k-form-legend{font-family:'Special Elite Regular';font-size:1.8rem}.k-form .k-form-fieldset{margin:2rem 0 0}.k-button-solid-primary{border-color:var(--button-primary-bg-color);color:#fff;background-color:var(--button-primary-bg-color);background-image:none}.k-button-solid-primary:hover{border-color:#19566a;color:#fff;background-color:#19566a;background-image:none}.k-button-solid-primary.k-active,.k-button-solid-primary.k-selected,.k-button-solid-primary:active{border-color:var(--button-primary-bg-color);background-color:var(--button-primary-bg-color)}.k-button-solid-primary.k-focus,.k-button-solid-primary:focus{border-color:#19566a;background-color:#19566a;border-color:#000;box-shadow:none}.k-button-solid-base.k-hover,.k-button-solid-base:hover{color:#000}.k-button-solid-base:focus{border-color:#19566a;background-color:#19566a;border-color:#000;box-shadow:none}.k-dialog-titlebar{background-color:#2ea8d1 !important;font-family:'Special Elite Regular';text-transform:uppercase}.headline{display:flex;color:#000;font-family:'DS Moster';text-transform:uppercase;font-size:1.8rem}.headline img{display:inline-block;height:45px}.headline div{background:var(--tape-bg);display:inline-block;height:46px;margin:0;z-index:100}.headline div>h5{background:none;padding:1.2rem 0 0 0;margin:0;margin-right:-1.5rem}@media(max-width:550px){.headline div>h5{font-family:'Special Elite Regular';font-weight:600}}.tape-button a{display:flex;color:#fff;font-family:'DS Moster';text-transform:uppercase;font-size:1.6rem;text-decoration:none}.tape-button img{display:inline-block;height:48px !important;width:initial !important}.tape-button .content{background:var(--orange-bg);display:inline-block;height:48px !important;width:initial !important;margin:0}.tape-button .content>div{background:none;padding:1rem 0 0 0;margin:0;margin-left:-2rem}button.tape-button{outline:none;border:none;background-color:transparent;position:relative;margin:1.5rem 0 0 0;height:initial;padding:0;display:flex}.tape-button.grey .content{background:var(--grey-bg)}.tape-button.grey .content>div{padding:1.1rem 0 0 0;margin-left:-3.7rem}.tape-button.sm a{font-family:'Special Elite Regular';font-size:1.6rem}.tape-button.sm img{height:34px !important;width:initial !important}.tape-button.sm .content{background:var(--green-bg);height:34px !important;width:initial !important}.tape-button.sm .content>div{background:none;padding:.7rem 0 0 0;margin:0}.tape-button.sm.blue .content{background:var(--blue-bg)}.tape-button.sm.black img{height:39px !important}.tape-button.sm.black .content{background:var(--black-bg);height:39px !important}.tape-button.sm.black .content>div{padding:1rem 0 0 0}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4)}.modal-content{background-color:#fff;margin:10rem auto 0 auto;padding:1.5rem;width:41rem;position:relative}.close{color:#fff;float:right;font-size:0;font-weight:bold}.close:hover,.close:focus{color:#fff;text-decoration:none;cursor:pointer}.privacy-popup{background:var(--paper-bg);color:#000;border-radius:0;border:1px solid #ddd;box-shadow:-1px 6px 11px -5px #333;width:calc(100% - 4rem);max-width:188rem;z-index:2000}.privacy-popup button{border:1px solid #ddd}.privacy-popup a{color:var(--accent-color)}.top-nav .social-icon-grid{padding-top:1rem}.top-nav .social-icon-grid{display:grid;grid-template-columns:1fr 1fr}.top-nav .social-icon-grid>div:nth-child(1){justify-self:start}.top-nav .social-icon-grid>div:nth-child(2){justify-self:end}.top-nav .social-icon-grid.inverse>div:nth-child(1){justify-self:end}.top-nav .social-icon-grid.inverse>div:nth-child(2){justify-self:start}.top-nav .social-icon-grid>div{display:flex}.top-nav .social-icon-grid>div ul{margin:0;display:flex;flex-direction:row}.top-nav .social-icon-grid>div ul li{list-style:none;margin:0 2px;background-color:#3c3c3c;border-radius:100%;height:30px;width:30px;position:relative;transition:.25s}.top-nav .social-icon-grid>div ul li:hover{background-color:var(--accent-color);transition:.25s}.top-nav .social-icon-grid>div ul li a{display:flex;align-items:center}.top-nav .social-icon-grid>div ul li a img{width:1.6rem;filter:invert(100%)}.top-nav .social-icon-grid>div ul a{font-size:1.6rem;color:#fff;position:absolute;transform:translate(-52%,-52%);top:52%;left:52%;display:inline-block}.top-nav .menu-bg{background:var(--nav-bg)}.top-nav{height:var(--nav-height);background-color:initial}.top-nav .menu{grid-template-columns:1fr;justify-items:center;grid-auto-rows:initial}.top-nav .menu>div:nth-child(1) img{height:20px}.top-nav nav{margin-top:2rem;justify-self:center;z-index:1000;display:flex}.top-nav nav ul{padding-top:.8rem}.top-nav nav ul li.mobile-only{display:none}.top-nav nav ul li.desktop-only{display:block}.top-nav nav li a{font-family:'DS Moster';font-size:1.6rem;text-decoration:none}.top-nav nav li span{font-family:'DS Moster';font-size:1.6rem}.top-nav nav li a:hover,.top-nav nav li span:hover{color:#f30}.top-nav nav li.active span,.top-nav nav li.active>a{color:#f30}.top-nav nav li ul.sub-menu{background-color:initial;flex-direction:row;background:var(--paper-bg);box-shadow:0 5px 15px 0 rgba(0,0,0,.3);top:3.8rem;padding:1.5rem 0 1.5rem 0;border:1px solid #ddd;min-width:225px}.top-nav nav li ul.sub-menu li{border-top:none}.top-nav nav li ul.sub-menu li a{font-size:1.6rem;font-family:'Special Elite Regular';font-weight:600}.top-nav .tape{display:none}.top-nav .has-submenu{position:relative}.top-nav .has-submenu .tape{position:absolute;z-index:2000;top:2.2rem}.top-nav .has-submenu .tape img{height:initial}@media(max-width:1199px){.top-nav nav li{margin:0 0 0 1.5rem}.top-nav nav li a{font-family:'DS Moster';font-size:1.5rem}.top-nav nav li span{font-family:'DS Moster';font-size:1.5rem}}@media(max-width:1023px){.bar1,.bar2,.bar3{width:35px;height:5px;background-color:#000;margin:6px 0;transition:.4s}.top-nav nav{display:none}.top-nav .menu{grid-template-columns:1fr 7.55rem;justify-items:center;margin-top:2rem}.top-nav .menu>div:nth-child(1){justify-self:center;margin-left:7.5rem;z-index:2000}.top-nav .menu>div:nth-child(2){z-index:2000;margin-right:2rem}.left-nav-cap,.right-nav-cap{display:none}.top-nav .menu-bg{background:none}.top-nav .menu>nav{margin:-5rem -1rem 0 -1rem;width:100%;background:var(--paper-bg)}.top-nav .menu>nav ul:not(.sub-menu){margin:5rem 0 0 2.5rem}.top-nav nav ul li.mobile-only{display:block}.top-nav nav ul li.desktop-only{display:none}.top-nav .menu>nav{position:relative}.top-nav .tape{display:block;position:absolute;left:50%;transform:translateX(-50%)}.top-nav .tape.top{margin-top:-1.6rem}.top-nav .tape.bottom{bottom:-1.6rem}.top-nav .tape img{height:initial}.top-nav nav li ul.sub-menu{background:none;box-shadow:none;border:none;top:0;padding:.5rem 0 0 1.5rem}.top-nav .tape.top{display:none;margin-top:-300rem}}@media(max-width:550px){.top-nav .menu>div:nth-child(1) img{height:initial;width:100%}.top-nav .menu>div:nth-child(1){margin-left:2.5rem}}.footer-bg-out{display:none}body.home .footer-bg-out{display:block;background:var(--bg-all-sides) no-repeat;background-position-y:100%;background-repeat:no-repeat;min-height:73rem;margin-top:-65.5rem;padding:0;z-index:-100;position:relative}.footer-bg{background:var(--footer-bg);background-repeat:no-repeat;min-height:73rem;margin-top:-65.5rem;padding:0;z-index:-100;position:relative}.footer{margin-top:-7.5rem;background:none;padding:0}.footer .footer-container{position:relative;min-height:7.5rem}.footer .footer-grid{grid-template-columns:1fr;position:absolute;bottom:0;background:var(--footer-nav-bg);background-repeat:no-repeat;height:7.5rem;background-position-x:50%;text-align:center;z-index:100}.footer ul{display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;align-content:center;margin:.7rem 0 .5rem 0;justify-content:center;padding:0 10rem;align-items:center}.footer ul li{margin:0 .7rem;text-transform:uppercase;font-weight:600}.footer ul li img{filter:invert(1);height:4rem}.footer .copyright{display:flex;flex-direction:row;flex-wrap:nowrap;list-style:none;justify-content:center;margin:0;padding:0 10rem;font-size:1.1rem}.footer a:hover{color:var(--accent-color);text-decoration:none;text-transform:uppercase}@media(max-width:1199px){.footer ul{padding:0}.footer .copyright{margin:0;padding:0;flex-wrap:wrap}}@media(max-width:767px){.footer ul{display:none}}section:nth-child(odd){background-color:initial}section:nth-child(even){background-color:initial}.about-section .about-grid>div:nth-child(1){padding:0;box-shadow:none}.slider-container{position:relative;background:var(--hand-slider);background-repeat:no-repeat;background-position-y:78%;background-position-x:-1.5%}.slider-container>div{position:relative}.slider-container .slide-left img,.slider-container .slide-right img{width:9rem}.slider-container .hero-slider{box-shadow:0 0 18px 0 rgba(0,0,0,.65)}.slide-left{position:absolute;top:45%;cursor:pointer;left:1rem;transition:all .25s}.slide-left:hover{left:.5rem;transition:all .25s}.slide-right{position:absolute;top:45%;right:1rem;cursor:pointer;transition:all .25s}.slide-right:hover{right:.5rem;transition:all .25s}.hero-slide{height:570px}.hero-slide>a>div{background-size:cover !important;background-repeat:no-repeat !important;height:570px;border:5px solid #f6ead2}.hero-slide .bottom{position:absolute;bottom:3rem}.hero-slide .top{position:absolute;top:3rem}.hero-slide .middle{position:absolute;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);width:100%;margin-left:3rem}.hero-slide .top .captions{margin:0}.hero-slide>a>div>div{padding:3rem;height:100%;position:relative}.hero-slide h1{font-size:6rem;line-height:5.9rem;font-family:'Special Elite Regular';margin-bottom:.5rem}.hero-slide h1 p{margin:0}.hero-slide h2{font-family:'Special Elite Regular';font-size:2.4rem;text-transform:none;font-weight:400;background:rgba(231,231,231,.85);display:inline-block;margin-bottom:1.5rem}.hero-slide h2.grey-bg{background:rgba(65,65,65,.25)}.hero-slide h2 p{margin:0;padding:.5rem 1.2rem 0 1.2rem}.hero-slide .bottom .captions{margin-bottom:0}.hero-slide .slide-button{display:flex}.hero-slide .slide-button img{display:inline-block;height:48px}.hero-slide .slide-button div{background:var(--orange-bg);display:inline-block;height:48px;margin:0}.hero-slide .slide-button h5{padding:1rem 0 0 0;margin:0;margin-left:-2rem}.slider-container .slide-numbers{font-family:'Special Elite Regular';font-size:1.6rem;margin-top:1rem}.slider-container .slide-numbers ul{display:flex;justify-content:flex-end;margin:0}.slider-container .slide-numbers ul li{list-style:none;cursor:pointer;position:relative}.slider-container .slide-numbers ul li img{height:28px;width:28px;opacity:0}.slider-container .slide-numbers ul li.active img{opacity:1}.slider-container .slide-numbers ul li div{position:absolute;top:.5rem;left:1.1rem;transition:color .25s}.slider-container .slide-numbers ul li div:hover{color:var(--accent-color);transition:color .25s}.slider-container .slider-broken-line{text-align:right;margin-top:-.75rem;background:var(--broken-line);height:1px;width:500px;position:absolute;right:0}@media(max-width:1399px){.slide-left{display:none}.slide-right{display:none}}@media(max-width:1199px){.hero-slider.wrap{width:100%;padding-left:0 !important;padding-right:0 !important}}@media(max-width:1024px){.hero-slide,.hero-slide>a>div{height:450px;min-height:450px}.hero-slide h1{font-size:4.8rem;line-height:5rem}.hero-slide h2{font-size:2.2rem;margin-bottom:1.5rem}}@media(max-width:820px){.hero-slide,.hero-slide>a>div{height:370px;min-height:370px}}@media(max-width:768px){.hero-slide,.hero-slide>a>div{height:350px;min-height:350px}.hero-slide h1{font-size:3.2rem;line-height:3.4rem}.hero-slide h2{font-size:2rem}.hero-slide>div{padding:1.5rem}}@media(max-width:550px){.slider-container{background:none}.hero-slide,.hero-slide>a>div{height:240px;min-height:240px}.hero-slide h1{font-size:2rem;line-height:2.2rem}.hero-slide h2{font-size:1.6rem}.hero-slide>div{padding:1.5rem}.hero-slide .bottom .captions{margin:0;padding:0}.hero-slide .slide-button img{height:35px}.hero-slide .slide-button h5{font-size:1.2rem}.hero-slide .slide-button div{height:30px}}@media(max-width:430px){.hero-slide,.hero-slide>a>div{height:185px;min-height:185px}}@media(max-width:425px){.hero-slide,.hero-slide>a>div{height:180px;min-height:180px}}@media(max-width:393px){.hero-slide,.hero-slide>a>div{height:165px;min-height:165px}}@media(max-width:390px){.hero-slide,.hero-slide>a>div{height:165px;min-height:165px}}@media(max-width:375px){.hero-slide,.hero-slide>a>div{height:160px;min-height:160px}}@media(max-width:375px){.hero-slide,.hero-slide>a>div{height:145px;min-height:145px}}@media(max-width:360px){.hero-slide,.hero-slide>a>div{height:135px;min-height:135px}}.page.home .login-dialog{display:none}.page.home .page.fanclub{padding-bottom:0}.page.home .page{min-height:initial}.page.home .fan-club-benefits.std-pad{padding:0}.page.home .fan-club-benefits .benefits-grid.paper-bg-standard{background:none;border:none;box-shadow:none}.page.home .fan-club-benefits .benefits-grid.paper-bg-standard .tl,.page.home .fan-club-benefits .benefits-grid.paper-bg-standard .tr,.page.home .fan-club-benefits .benefits-grid.paper-bg-standard .bl,.page.home .fan-club-benefits .benefits-grid.paper-bg-standard .br{display:none}.page.home .newslist .wrap{padding:10rem 0}.newslist .cat a:hover{text-decoration:none;text-transform:uppercase}.newslist.latest-news .headline{margin-bottom:2rem}.newslist.latest-news .latest-news-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5rem}.newslist.latest-news .latest-news-grid .broken-line{display:none}.newslist .latest-news-grid .news-item-grid{display:block;padding:2rem 0;border:none}.newslist .latest-news-grid .news-item-grid img{height:27rem;width:27rem;object-fit:cover}.newslist .news-item-grid h6{font-size:1.2rem;text-transform:none;font-weight:600;color:var(--accent-color);margin:2rem 0 .5rem 0;font-family:Poppins}.newslist .news-item-grid h3{font-family:Poppins;margin:0 0 2rem 0;font-weight:700;letter-spacing:normal;font-size:1.6rem;text-transform:none;color:#000}.newslist .news-item-grid p{font-weight:500;line-height:1.4}.page.news .newslist .news-item-grid h3{margin:0 0 1rem 0;font-size:2.4rem}.page.news .newslist .news-item-grid a:hover{text-decoration:none}.newslist .news-item-grid .transparent-img-border-dark:after{opacity:.17}.newslist .more-news .tape-button .content>div{padding:1rem 2rem 0 2rem}@media(max-width:1199px){.newslist.latest-news .latest-news-grid{grid-gap:3rem}.newslist .latest-news-grid .news-item-grid img{height:18rem;width:100%}}@media(max-width:1024px){.newslist.latest-news .latest-news-grid{grid-gap:3rem}.newslist .latest-news-grid .news-item-grid img{height:20rem;width:100%}}@media(max-width:1023px){.newslist.latest-news .latest-news-grid{grid-template-columns:repeat(2,1fr)}.newslist .latest-news-grid .news-item-grid img{height:24rem}}@media(max-width:550px){.newslist.latest-news .latest-news-grid{grid-template-columns:1fr}.page.home .newslist .wrap{padding:5rem 0}.newslist .latest-news-grid .news-item-grid img{height:34rem}.page.news .newslist .news-item-grid h3{font-size:2rem}.page.news{padding-bottom:35rem}}.tours{background:var(--tour-bg-5);background-repeat:no-repeat;min-height:105rem}.tours .tour-dates{margin-top:2rem;padding:0 11rem}.tours .tour-date-item{border:none;padding:1.5rem 0}.tours .tour-date-item .info{width:55%;padding-left:0}.tours .tour-date-item .tickets{width:55%;display:flex;align-self:flex-end;justify-content:flex-end}.tours .tour-date-item .black{margin-top:-2px}.tours .tour-date-item .date{color:var(--accent-color);font-weight:600;font-size:1.4rem}.tours .tour-date-item .info h4{font-family:Poppins;font-size:1.6rem}.tours .tour-date-item .info h5{font-family:Poppins;font-size:1.4rem;font-weight:500}.tours .tour-date-item .info p{margin-bottom:1rem}.tours .tour-date-item .info ul{padding:.5rem 0 0 2.5rem;margin:0}.tours .tour-date-item .info ul li{list-style:disc;margin-bottom:0}.tours .tour-date-item .sold-out{font-family:'Special Elite Regular';font-size:2.2rem;font-weight:600;text-transform:uppercase;padding-right:1rem}.tours .tour-date-item .tickets a{border:none;text-decoration:none}.tours .tour-date-item .tickets a:hover{background-color:initial}.tours .view-all{margin-top:2.5rem}.tours .no-tours{text-align:center;margin-top:30rem;font-family:'Special Elite Regular';font-size:3rem;font-weight:600}@media(max-width:1919px){.tours{background-size:contain}}@media(max-width:1440px){.tours .no-tours{margin-top:15rem}}@media(max-width:1024px){.tours .no-tours{margin-top:10rem;font-size:2rem}}@media(max-width:1023px){.tours .tour-dates{margin-top:2rem;padding:0 1.5rem}.tours .tour-date-item .tickets{width:50%}.tours{background:none}}@media(max-width:768px){.tours .no-tours{margin-top:5rem;font-size:1.6rem}}@media(max-width:767px){.tours .tour-date-item .date{width:100%;margin-bottom:0}.tours .tour-date-item .info{width:100%}.tours .tour-date-item .tickets{width:100%}}@media(max-width:320px){.tours .tour-date-item .tickets{display:block}.tours .tour-date-item .tickets .tape-button a{text-align:center;margin-bottom:.5rem}.tape-button.sm .content{width:100% !important}}.setlist-list{margin-top:7rem}.setlist-list .setlist-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2.5rem;margin-top:3rem;padding:0}.setlist-list .setlist-grid>a{color:#000;display:inline-flex}.setlist-list .setlist-grid>a>div{background:var(--paper-bg);padding:1.5rem;border:1px solid #ddd}.setlist-list .setlist-grid .setlist-item{box-shadow:-1px 6px 11px -5px #333;position:relative}.setlist-list .setlist-grid .setlist-item .top{display:grid;grid-template-columns:7.5rem 1fr;font-family:'Special Elite Regular';font-weight:600;align-items:end}.setlist-list .setlist-grid .setlist-item .date{font-size:1.2rem}.setlist-list .setlist-grid .setlist-item .loc{justify-self:end;font-size:1.4rem}.setlist-list .setlist-grid .setlist-item .title{display:flex;align-content:center;justify-content:center;min-height:7rem;flex-wrap:wrap}.setlist-list .setlist-grid .setlist-item .setlist-text{font-family:'Poppins';font-size:1.4rem;font-weight:500;padding:1.5rem 1rem 0 1rem;letter-spacing:-.25px}.setlist-list .setlist-grid .setlist-item .setlist-text ol{margin-bottom:1rem}.setlist-list .setlist-grid .setlist-item .setlist-text ol li{margin:0}.setlist-list .setlist-grid .setlist-item .setlist-text p{margin:1rem 0}.setlist-list .setlist-grid .setlist-item .tape{position:absolute;left:50%;transform:translateX(-50%)}.setlist-list .setlist-grid .setlist-item .tape.top{top:-1.6rem}.setlist-list .setlist-grid .setlist-item .tape.bottom{bottom:-1.6rem}.setlist-list .view-all{margin-top:5rem}.setlist-list .encore-text{position:relative}.setlist-list .encore-text img{position:absolute;margin-left:0;top:-1.5rem;left:0}.setlist-list .encore-text h4{font-family:'Special Elite Regular';font-size:1.3rem;color:#036;font-weight:600;margin-top:1rem;margin-bottom:0}.setlist-list .setlist-text h3{font-family:'Special Elite Regular';font-size:1.4rem;margin:2rem 0 0 0;font-weight:600}.setlist-list img.segue-icon{width:25px;margin-top:5px;position:relative;top:0}@media(max-width:1199px){.setlist-list .setlist-grid{grid-gap:1.5rem;padding:0}}@media(max-width:1023px){.setlist-list .setlist-grid{grid-template-columns:repeat(2,1fr);grid-column-gap:3rem;grid-row-gap:6rem;padding:0 4rem}}@media(max-width:767px){.setlist-list .setlist-grid{padding:0}}@media(max-width:550px){.setlist-list .setlist-grid{grid-template-columns:1fr;padding:0 0}}@media(max-width:375px){.setlist-list .setlist-grid{padding:0 0}}.album-promo{background:var(--album-promo-bg-2) no-repeat left 20%;min-height:50rem;padding:9rem 0 0 0}.album-promo .promo-grid{display:grid;grid-template-columns:1fr 1fr}.album-promo .promo-grid>div:nth-child(1){position:relative}.album-promo .promo-grid>div:nth-child(1) .stream-link{background:var(--stream-tape) no-repeat left 50%;position:absolute;right:0;bottom:-8rem;width:40rem;color:#fff;padding:3rem 0 0 4rem;text-align:center;min-height:16rem}.album-promo .promo-grid>div:nth-child(1) .stream-link h5{font-size:1.4rem;text-transform:none;font-weight:400;font-family:'Special Elite Regular';margin:0}.album-promo .promo-grid>div:nth-child(1) .stream-link h4{font-size:2.1rem;font-weight:400;font-family:'Special Elite Regular';letter-spacing:2px;margin:0 0 0 -2rem}.album-promo .promo-grid>div:nth-child(1) .stream-link a{color:#fff}.album-promo .promo-grid>div:nth-child(1) a .stream-icon{color:#f00;font-family:Poppins;font-size:1.6rem;font-weight:500;text-transform:uppercase;margin:0}.album-promo .promo-grid>div:nth-child(2){text-align:center;padding:5rem 0 0 0}.album-promo .promo-grid>div:nth-child(2) h5{font-size:2.2rem;font-weight:400;font-family:'Special Elite Regular';margin:0}.album-promo .promo-grid>div:nth-child(2) h1{font-size:4rem;font-weight:400;margin:0}.album-promo .promo-grid>div:nth-child(2) h6{font-size:1.6rem;letter-spacing:2px;font-weight:600;text-transform:none;font-family:'Special Elite Regular';margin:0 0 2rem 0}.album-promo .promo-grid>div:nth-child(2) h4{font-size:2.4rem;letter-spacing:2px;font-weight:500;text-transform:none;font-family:'Special Elite Regular';margin:0 0 1rem 0}.album-promo .promo-grid>div:nth-child(2) .purchase-links{display:flex;margin-top:2rem;justify-content:center}.album-promo .promo-grid>div:nth-child(2) .purchase-links img{max-height:6rem;margin:0 3rem}.album-promo .broken-line{margin-top:20rem}@media(max-width:1023px){.album-promo .promo-grid{grid-template-columns:1fr;grid-row-gap:5rem}.album-promo .promo-grid>div:nth-child(2){order:1}.album-promo .promo-grid>div:nth-child(2) .purchase-links{flex-wrap:wrap}.album-promo .promo-grid>div:nth-child(2) .purchase-links a{margin-bottom:2rem}}.fan-club-benefits .benefits-grid{grid-template-columns:1fr 1fr;grid-gap:0;padding:5rem 3rem 3rem 0;opacity:.9}.fan-club-benefits .benefits-grid>div:nth-child(1) img{padding:0;background:none;box-shadow:none;border-radius:0}.fan-club-benefits .benefits-grid>div:nth-child(2){margin-left:-5rem}.fan-club-benefits .benefits-grid h5{letter-spacing:0;font-weight:500;font-family:'Bluu Next';font-size:8rem;margin-bottom:0;color:#c4d49f;background:none;padding:0;box-shadow:none;border-radius:0;margin:-5rem 0 0 -1rem}.fan-club-benefits .benefits-grid p{font-weight:700;font-size:1.6rem;margin:-1rem 0 1rem 0}.fan-club-benefits .benefits-grid ul{list-style:initial}.fan-club-benefits .benefits-grid .benefit-item{font-size:1.4rem;background:none;padding:0;margin-bottom:0;border-radius:0}.fan-club-benefits .benefits-grid .join-links{display:flex;justify-content:center}.fan-club-benefits .benefits-grid .join-links button{margin:0}.fan-club-benefits .benefits-grid .join-links .tape-button.green{margin:.3rem 0 0 1rem}.fan-club-benefits .broken-line{margin-top:8rem}@media(max-width:1199px){.fan-club-benefits .benefits-grid{grid-template-columns:1fr 1.2fr}}@media(max-width:768px){.fan-club-benefits .benefits-grid{grid-template-columns:1fr;grid-row-gap:5rem;padding:5rem 3rem 3rem 3rem}.fan-club-benefits .benefits-grid>div:nth-child(1){order:initial}.fan-club-benefits .benefits-grid>div:nth-child(2){margin-left:0;padding:0 5rem}.fan-club-benefits .benefits-grid>div:nth-child(1) img{display:block}.fan-club-benefits .benefits-grid h5{text-align:center}}@media(max-width:767px){.fan-club-benefits .benefits-grid h5{text-align:center;font-size:6rem}.fan-club-benefits .benefits-grid{padding:5rem 3rem 3rem 3rem}}@media(max-width:550px){.fan-club-benefits .benefits-grid h5{text-align:center;font-size:4rem}.fan-club-benefits .benefits-grid>div:nth-child(2){margin-left:0;padding:0 2rem}.fan-club-benefits .benefits-grid .join-links{display:block}.fan-club-benefits .benefits-grid .join-links .tape-button.green{margin:1rem 0 0 0}}.goodwill{text-align:center;padding-bottom:10rem;background:var(--bg-all-sides) no-repeat;background-position-y:100%}.goodwill h3{font-size:2.2rem;font-family:Poppins;font-weight:800;margin-bottom:3rem}.goodwill .numbers-grid{display:grid;grid-template-columns:repeat(5,1fr);align-items:center;grid-gap:.5rem;padding:0 15rem}.goodwill .numbers-grid .numbers-box{border:1px solid rgba(0,0,0,.33);background-color:#d3d3ca;padding:2rem 1.5rem;min-height:12.5rem;min-width:18rem}.goodwill .numbers-grid .numbers-box.green{background-color:#ccc8af}.goodwill .numbers-grid .numbers-box.beige{background-color:#e5d6ba}.goodwill .numbers-grid .numbers-box.taupe{background-color:#d8cfc4}.goodwill .numbers-grid .logo{width:12rem;margin:0 2rem}.goodwill .numbers-grid .numbers-box h3{font-family:'Special Elite Regular';font-size:4.2rem;font-weight:400;margin:0}.goodwill .numbers-grid .numbers-box h6{font-family:Poppins;font-size:1.4rem;font-weight:500;margin:-.5rem 0 0 0;line-height:1.6rem}.goodwill .sustainability-text p{font-weight:500;margin:3rem 0 1.5rem 0;line-height:2.2rem;padding:0 20rem}.goodwill .sustainability-text a{font-weight:600;text-decoration:underline}@media(max-width:1199px){.goodwill .numbers-grid{padding:0 5rem}}@media(max-width:1023px){.goodwill .numbers-grid{padding:0}.goodwill .numbers-grid .numbers-box{min-width:initial}.goodwill .numbers-grid .numbers-box h3{font-size:3rem}.goodwill .sustainability-text p{padding:0 7rem}}@media(max-width:767px){.goodwill>div>h3{padding:0 15rem}.goodwill .numbers-grid{grid-template-columns:1fr 1fr;grid-gap:1.5rem}.goodwill .numbers-grid>div:nth-child(1){justify-self:end}.goodwill .numbers-grid>div:nth-child(4){justify-self:end}.goodwill .numbers-grid>div:nth-child(3){order:-1;grid-column:1/3;text-align:center;width:100%;width:initial}.goodwill .sustainability-text p{padding:0 4rem}.goodwill .numbers-grid .numbers-box{width:18rem}}@media(max-width:550px){.goodwill>div>h3{padding:0 2rem}.goodwill .numbers-grid .numbers-box{width:100%}.goodwill .sustainability-text p{padding:0 2rem}}.goodwill .logos-grid{display:grid;grid-template-columns:1fr 12rem 1fr;padding:0 10rem}.goodwill .logos-grid div img{max-width:15rem}.goodwill .logos-grid div .text p{font-weight:500;font-size:1.6rem}@media(max-width:768px){.goodwill .logos-grid{padding:0}}@media(max-width:767px){.goodwill .logos-grid{padding:0}.goodwill{background:none}.goodwill .logos-grid{grid-template-columns:1fr}.goodwill .logos-grid>div:nth-child(1){order:2}.goodwill .logos-grid>div:nth-child(2){order:1}.goodwill .logos-grid>div:nth-child(3){order:3}}.tile-list .tiles{display:flex;flex-wrap:wrap;justify-content:center}.tile-list .tiles div{margin:0 2rem 5rem 2rem}.tile-list .tiles img{max-width:27rem}@media(max-width:767px){.tile-list{background:none}}.hero-title{background:none}.page.news .newslist .wrap{padding:0 15rem}.newslist .news-item-grid h6{font-size:1.4rem;margin:0;font-family:Poppins}.newslist .news-item-grid{display:grid;grid-template-columns:27rem 1fr;grid-gap:3rem;padding:2rem 0;border-bottom:none}.newslist .news-item-grid img{height:27rem;width:27rem;object-fit:cover}.newslist .categories .cat{font-family:'Special Elite Regular'}.article p{font-weight:500;word-wrap:break-word}.article .article-header{padding:0 0 1rem 0}.article .article-header h1{font-size:3.2rem;font-weight:600;font-family:'Poppins'}.article .article-header h6{font-size:1.4rem;text-transform:uppercase;font-weight:600;color:var(--accent-color);margin:0 0 .5rem 0;font-family:'Poppins'}.article .article-header h1:after{bottom:-.5rem}.article .article-content h1{font-size:2.8rem;font-weight:600;font-family:'Poppins';margin-bottom:1rem}.article .article-content .caption{font-weight:600}.article .article-content ol,.article .article-content ul{margin:-1rem 0 3rem 3rem;font-size:1.6rem;font-weight:500}.article .article-content ol li,.article .article-content ul li{list-style:disc}.article.page .breadcrumb .wrap{background:none;box-shadow:none;border:none;padding:0;min-height:initial}.article.page .paper-bg-standard{margin-top:2rem}.article.page .paper-bg-standard img.tl,.article.page .paper-bg-standard img.tr,.article.page .paper-bg-standard img.bl,.article.page .paper-bg-standard img.br{margin-bottom:0;width:initial}.article.page .headline img{margin-bottom:0;width:initial}@media(max-width:767px){.page.news .newslist .news-item-grid{grid-template-columns:1fr}.newslist .news-item-grid img{width:100%;object-fit:cover}.newslist .news-item-grid img{width:100%;object-fit:cover}.article-content .video-wrapper{width:100%}.article-content .video-wrapper iframe{width:100%}}.newsletter{padding-top:0 !important;padding-bottom:6rem !important}.newsletter .paper-bg-standard{width:50%;margin:0 auto}.newsletter form{display:flex;max-width:initial;margin:0 auto;justify-content:center}.newsletter input[type=email]{border:1px solid #ccc !important;min-width:30rem}.newsletter button.tape-button{margin:-3px 0 0 0}@media(max-width:1023px){.newsletter .paper-bg-standard{width:100%}.newsletter input[type=email]{min-width:initial;padding:.6rem 1rem}}.pager .headline{font-family:'Special Elite Regular';font-size:2rem}.pager .headline>div{padding:1rem 2rem 0 3rem}.pager a{font-family:'Special Elite Regular';font-size:2rem;color:#000;margin:0 .5rem}.pager>img{height:initial;width:initial}.pager>div:not(.nh){background:none;color:#000;border-radius:0}.pager .headline div>a:hover{background:none;color:var(--accent-color)}.pager>div:hover a{color:#000}.pager div.current{position:relative;margin:0 .5rem;background:none}.pager div.current img{position:absolute;height:28px !important;width:28px !important;max-width:initial;left:-.9rem}.pager div.current.two-digit img{height:32px !important;width:42px !important;top:-2px}.pager div.current.three-digit img{height:35px !important;width:54px !important;top:-4px}.pager .nh{margin:0 .5rem;background:none}@media(max-width:550px){.pager .headline{font-family:Poppins;font-size:1.6rem;margin:0 .2rem}.pager a{font-family:Poppins;font-size:1.6rem;margin:0 .2rem}.pager .headline>img{display:none}.pager .headline>div{padding:1rem 1rem 0 1rem}.pager div.current.three-digit img{width:44px !important}.pager .nh{margin:0 .2rem;background:none}.pager div.current img{left:-1.1rem}}.login .login-container{padding:3rem 0;max-width:45rem}.login .login-container .login-box{background:var(--paper-bg);border:1px solid #ddd;box-shadow:0 5px 15px 0 rgba(0,0,0,.35);position:relative}.login .login-container .login-box .tape{position:absolute;position:absolute;left:50%;transform:translateX(-50%)}.login .login-container .login-box .tape.top{top:-1.6rem}.login.page input[type="email"],.login.page input[type="date"],.login.page input[type="number"],.login.page input[type="search"],.login.page input[type="text"],.login.page input[type="tel"],.login.page input[type="url"],.login.page input[type="password"],.login.page textarea,.login.page select{border:1px solid #e3e3e3;margin-bottom:1rem;width:100%}.login.template.page{min-height:calc(100vh);padding-top:10rem}.login.template.page .headline{margin-top:10rem}.login.template.page .login-container .login-box h1{font-family:'Special Elite Regular';font-size:2.8rem;font-weight:600;margin:1rem 0 3rem}.login.template.page .login-container .login-box h2{font-family:Poppins;font-size:1.8rem;font-weight:600}.login.template.page .login-container .error{background-color:#f00;color:#fff;padding:0 1rem;margin-bottom:1.5rem}.login.template.page .login-container .intro{font-family:Poppins;font-size:1.8rem;font-weight:600}.login.template.page .login-container .error p{margin:0}.login.template.page .login-container .login-box ul{margin:0}.login.template.page .login-container .login-box ul li{list-style:none}.login.template.page .login-container .login-box label{margin:0}.login.template.page input[type="email"],.login.template.page input[type="date"],.login.template.page input[type="number"],.login.template.page input[type="search"],.login.template.page input[type="text"],.login.template.page input[type="tel"],.login.template.page input[type="url"],.login.template.page input[type="password"],.login.template.page textarea,.login.template.page select{border:1px solid #e3e3e3;margin-bottom:1rem;width:100%}.login.template.page .login-container button{background-color:#2fa9d2;border-color:#2695bb}.login.template.page .login-container button:hover{background-color:#1fb5e9;border-color:#1c6d89}.login.template.page .login-container .divider h2{font-family:Poppins;font-size:1.8rem;font-weight:600;margin:1rem 0 1rem 0}.login.template.page .login-container .create a{display:inline-block;margin-left:.5rem;font-weight:600}.login.template.page .login-container .helpLink{display:none}.login.template.page .login-container .entry-item{position:relative}.login.template.page .login-container .entry-item .error{background-color:#f00;color:#fff;padding:0 1rem}.login.template.page .login-container .entry-item .error p{margin:0}.login.template.page .login-container .entry-item a#forgotPassword{position:absolute;bottom:-1.2rem}.login.template.page .login-container .entry .buttons{margin:2rem 0}.login.template.page button[disabled],html input[disabled]{cursor:default;background-color:#e7e7e7}.login.template.page .login-container button{margin-right:.5rem}.login.template.page .login-container .sendCode,.login.template.page .login-container .verifyCode,.login.template.page .login-container .sendNewCode,.login.template.page .login-container .changeClaims{background-color:#0a4799;border-color:#0a4799}.login.template.page .login-container .sendCode:hover{background-color:#013478;border-color:#000f24}.login.template.page .login-container #cancel{background-color:#5e5e5e;border-color:#404040}.login.template.page .rememberMe{display:flex;margin:2.5rem 0}.login.template.page .rememberMe>input{margin-left:0;margin-right:5px}.login.template.page .login-box{position:relative}.login.template.page .login-box>img.logo{position:absolute;top:1rem;right:1rem;width:5rem}.page.register{min-height:124rem}.body.registerPage{background:var(--bg-all-sides-no-moon-short) no-repeat}.register .register-container-grid{padding:0}.register .headline{margin:6rem 0 3rem 0}.register .register-container-grid .register-box{background:none;background-color:transparent;border:none;box-shadow:none}.register .fan-club-benefits .benefits-grid .benefit-item{font-size:1.6rem;background:none;padding:0;margin-bottom:0;border-radius:0;border:none;font-weight:500}.register .fan-club-benefits .benefits-grid .benefits{padding:0 5rem 2rem 2rem}.register .register-container-grid .answer-buttons{display:flex;align-items:center}.register.fanclub .register-container-grid{padding:0 0 10rem 0}.register.fanclub .register-container-grid .register-box.register-form-box{background:var(--paper-bg)}.register-container-grid.second .fan-club-benefits .benefits-grid{grid-template-columns:1fr}.register-container-grid.second .fan-club-benefits .benefits-grid>div:nth-child(2){margin-left:0}.register-container-grid.second .fan-club-benefits .benefits-grid>div:nth-child(1) img{max-width:37rem;margin:0 0 3rem -6rem}.register-container-grid.free{padding:0 35rem}.register-container-grid.free .register-box.register-form-box{background:var(--paper-bg)}.register-container-grid.free .fan-club-benefits{display:none}.register.page .benefits-grid{grid-template-columns:1fr;padding-top:0}.register.page{padding-bottom:35rem !important}.register.page .benefits-grid>div:nth-child(1){margin-left:-8.5rem}.register.page .benefits-grid>div:nth-child(1) img{max-width:50rem}.register.page .benefits-grid>div:nth-child(2){margin-left:0}.register.page #response-container{color:#f00;font-weight:500;font-size:1.6rem}.register.page .register-success{text-align:center;width:50%;margin:10rem auto 0 auto}.register.page .register-success h4{font-family:'Special Elite Regular';font-size:3rem}.register.page .register-success p{font-size:1.6rem}.register.page .register-success .buttons{display:flex;justify-content:center}.sub-nav{background:initial}.profile .sub-nav{padding-bottom:0;margin-bottom:-2rem}.profile .k-form{box-shadow:none;background:var(--paper-bg);box-shadow:0 5px 15px 0 rgba(0,0,0,.3)}.sub-nav ul{margin-left:.5rem}.profile .sub-nav ul li{border:none;background-color:initial;text-align:left;margin-left:-1.5rem}.profile .sub-nav ul li.active{border:none}.profile .tape-button.sm a{font-size:1.4rem}.profile .tape-button.sm.black .content>div{padding:1.1rem 0 0 0;color:#fff}.profile legend{font-size:1.6rem;font-family:'Special Elite Regular';font-weight:600}.profile .profile-box{box-shadow:none;background:var(--paper-bg);box-shadow:0 5px 15px 0 rgba(0,0,0,.35)}.profile .profile-box h1{margin:1rem 0 1rem;font-size:1.8rem;font-family:'Special Elite Regular';font-weight:600;color:#000}.profile .profile-box .item-box h2{font-family:'Poppins'}.profile .profile-box .item-box h3{font-family:'Poppins'}.profile .profile-box .item-box h4{font-family:'Poppins';color:var(--accent-color)}.profile .order-item{background:none;background-color:#fff}.profile .profile-box #add-address-form{background:none;background-color:#fff}.profile .additional-settings{position:relative;background:var(--paper-bg);box-shadow:0 5px 15px 0 rgba(0,0,0,.35);padding:2rem 2rem 4rem;display:none}.profile .additional-settings .tape{position:absolute;position:absolute;left:50%;transform:translateX(-50%);top:-1.6rem}.profile .additional-settings h1{font-family:'Special Elite Regular';font-size:1.8rem;font-weight:600;margin:0}.profile .profile-box .item-box{max-width:60rem}.profile .profile-box .cc-message{background:#c12b2b;padding:1rem;font-weight:500;color:#fff;border:1px solid #000;margin-bottom:1rem}.profile .profile-box .response{margin-top:1.5rem}.profile .profile-box .item-box .credit-card{grid-template-columns:.75fr 2fr 1fr;grid-gap:.5rem}.profile .profile-box .item-box .set-cc{padding:initial}.profile .profile-box .item-box .address .actions{width:100%}.profile .profile-box .item-box .address .actions button{width:100%;border:none}.profile .profile-box .item-box .credit-card .button{margin:0 0 .5rem 0;border:none;width:100%}.profile .profile-box .item-box .credit-card>div:nth-child(2){justify-self:flex-start}.profile #add-address-form{margin:1rem 0 0}.profile #add-address-form{margin:1rem 0 0}@media(max-width:1024px){.sub-nav ul li{margin:0 0 0 0}}@media(max-width:1023px){.profile .sub-nav ul{display:none}.profile .additional-settings{display:block}.profile .additional-settings .sub-nav{display:block}.profile .additional-settings .sub-nav .wrap{padding:0 !important}.profile .additional-settings .sub-nav ul{display:flex;flex-direction:column;margin:4rem 0 0 0}.profile .additional-settings .sub-nav ul li{margin-left:0}.profile .additional-settings .sub-nav ul li a img{display:none}.profile .additional-settings .tape-button.sm .content>div{color:#2ea8d1;text-decoration:underline;font-weight:600;font-family:'Special Elite Regular'}.profile .additional-settings .tape-button.sm.black .content{background:none;height:initial !important}}@media(max-width:550px){.profile .profile-box .item-box .address{grid-template-columns:1fr}.profile .profile-box .item-box .address .actions{margin-top:1.5rem;justify-self:initial}.profile .profile-box .item-box .address button{width:100%;padding:initial}.profile .profile-box #add-address-form{margin:-7.5rem -2rem -3rem -2rem;z-index:100;position:relative}.profile .profile-box .item-box .credit-card{grid-template-columns:1fr}.profile .profile-box .item-box .credit-card>div:nth-child(2){justify-self:initial}.profile .profile-box .item-box .credit-card .actions div{width:100%;margin-top:1.5rem;padding:initial}.k-form .k-form-fieldset{margin:0}.profile .profile-box h1{margin:0 0 1rem}}.profile .no-cards{background-color:var(--button-warning-bg-color);color:#fff;padding:1rem 2rem}.profile .no-cards a{font-weight:bold;color:#fff;text-decoration:underline}.page.tours{background:none !important}.page.tours .tours{background:none !important;padding:7rem 0}.page.tours .tour-selector{display:flex;align-items:center;font-family:'Special Elite Regular';text-transform:uppercase;font-size:1.4rem;max-height:3.3rem}.page.tours .tour-selector>div:nth-child(1){background-color:#fff;color:#000;font-size:1.8rem;font-weight:600;padding:.4rem 1.5rem 0 1.5rem}.page.tours .tour-selector>select{background-color:#000;color:#fff;border-radius:0;padding:1rem 1.5rem .7rem 1.5rem}.page.tours .tour-selector>select>option{padding:1rem 1.5rem .7rem 1.5rem}.page.tours .tour-selector #band{min-width:40rem;margin-right:1rem}.page.tours .tour-selector #page-selector{min-width:19rem;background-color:#bc805c}.page.tours .tour-dates{width:100%;background-color:#fff;border:1px solid #aaa;padding:3rem 5rem;position:relative;margin-top:3rem;min-height:25rem}.page.tours .no-tours{margin-top:7rem}.page.tours .tour-dates .tl{position:absolute;top:-2rem;left:-2rem}.page.tours .tour-dates .tr{position:absolute;top:-2rem;right:-2rem}.page.tours .tour-dates .bl{position:absolute;bottom:-2rem;left:-2rem}.page.tours .tour-dates .br{position:absolute;bottom:-2rem;right:-2rem}.page.tours .tour-date-item{display:block;text-align:center;padding:0}.page.tours .tour-date-item.show{display:block}.page.tours .tour-date-item.hide{display:none}.page.tours .tour-date-item .date{width:100%;font-size:1.8rem}.tours .tour-date-item .info{width:65%;margin:0 auto}.page.tours .tour-date-item .info h4{font-family:'DS Moster';font-size:3.2rem}.page.tours .tour-date-item .info h6{font-family:Poppins;font-size:1.8rem;color:#000;font-weight:600;margin-top:-1rem}.page.tours .tour-date-item .info h5{font-family:Poppins;font-size:1.6rem;color:#000}.page.tours .tour-date-item .info h5 p{margin-bottom:1rem}.page.tours .tour-date-item .broken-line{margin:2rem 0}.page.tours .tour-date-item .tickets{width:100%;justify-content:center}.page.tours .tour-date-item .sold-out{font-size:3.2rem;color:var(--accent-color);margin-top:.5rem}.page.tours .setlist-content{display:none}.setlistLandingPage .modal-content{background:var(--paper-setlist-bg) no-repeat;background-size:cover}.setlistLandingPage .modal-content .tl{position:absolute;top:-2rem;left:-2rem}.setlistLandingPage .modal-content .tr{position:absolute;top:-2rem;right:-2rem}.setlistLandingPage .modal-content .bl{position:absolute;bottom:-2rem;left:-2rem}.setlistLandingPage .modal-content .br{position:absolute;bottom:-2rem;right:-2rem}.setlistLandingPage .setlist-content .top{display:flex;font-family:'Special Elite Regular';font-size:1.4rem;font-weight:600}.setlistLandingPage .setlist-content .top .date{margin-right:6rem;margin-bottom:1.5rem}.setlistLandingPage .setlist-content .title h4{font-family:'Special Elite Regular';font-size:2.2rem;margin-bottom:0;text-transform:none}.setlistLandingPage .setlist-content .title img{margin-top:-1.5rem}.setlistLandingPage .setlist-content .setlist-text ol{margin:0 0 .5rem 2rem}.setlistLandingPage .setlist-content .setlist-text ol li{font-weight:500;margin-bottom:0}.setlistLandingPage .setlist-content .encore-text{position:relative}.setlistLandingPage .setlist-content .encore-text h4{font-family:'Special Elite Regular';font-size:1.3rem;color:#036;font-weight:600;margin-left:2rem;margin-top:0;margin-bottom:0}.setlistLandingPage .setlist-content .encore-text img{position:absolute;margin-left:2rem;top:-1.5rem;left:0}.setlistLandingPage .setlist-content .setlist-text h3{font-family:'Special Elite Regular';font-size:1.4rem;margin:2rem 0 0 2rem;font-weight:600}.setlistLandingPage .setlist-content .setlist-text .notes{margin:1rem 0 0 2rem;font-weight:500}.setlistLandingPage img.segue-icon{width:25px;margin-top:5px;position:relative;top:0}.page.tours .tour-selector.filters{margin-top:2rem}.page.tours .tour-selector.filters #year{margin-right:1rem}.page.tours .tour-selector.filters select{min-width:15rem}@media(max-width:1023px){.toursLandingPage,.setlistLandingPage{background:var(--bg-repeating) repeat-y !important}}@media(max-width:767px){.page.tours .tour-selector #band{min-width:initial}}@media(max-width:550px){.page.tours .tour-selector>div:nth-child(1){width:8rem;margin:0 0 1rem 0}.page.tours .tour-selector #band{width:calc(100% - 8rem);margin:0 0 1rem 0}.page.tours .tour-selector{flex-wrap:wrap}.page.tours .tour-dates{margin-top:6rem;padding:3rem 3rem}.page.tours .tour-selector #page-selector{width:100%}.tours .tour-date-item .info{width:100%}.page.tours .tour-date-item .date{font-size:1.4rem}.page.tours .tour-date-item .info h4{font-family:'Special Elite Regular';font-weight:600;font-size:2rem;line-height:2.4rem;margin-bottom:1rem}.page.tours .tour-date-item .info h6{margin:.5rem 0}.page.tours .tour-date-item .info h5 p{margin-bottom:0}.page.tours .tour-date-item .tickets{margin-top:1rem;flex-wrap:wrap}.page.tours .tour-date-item .tickets .tape-button{margin-bottom:.5rem}.page.tours .tours{padding:0 0 5rem 0}.setlistLandingPage .page.tours .tour-selector>div:nth-child(1){width:100%}.setlistLandingPage .page.tours .tour-selector #month,.setlistLandingPage .page.tours .tour-selector #year{width:calc(50% - .5rem)}.modal-content{width:85%}}@media(max-width:320px){.setlistLandingPage .page.tours .tour-selector #month,.setlistLandingPage .page.tours .tour-selector #year{width:calc(100% - .5rem);margin:0 0 1rem 0}.setlistLandingPage .page.tours .tour-dates{margin-top:11rem}}.page.music{padding-bottom:10rem}.page.music .std-pad{padding:5rem 0}.page.music .filters{display:flex;flex-wrap:wrap;justify-content:center;margin-top:8rem}.page.music .filters .album-category{background-color:#000;color:#fff;font-family:'Special Elite Regular';font-size:1.3rem;text-transform:uppercase;padding:1rem 2rem .5rem 2rem;border-radius:2rem;margin:0 .5rem 1rem;cursor:pointer;transition:all .25s}.page.music .filters .album-category:hover{background-color:#fff;color:#000;transition:all .25s}.page.music .filters .album-category.active{background-color:#fff;color:#000}.page.music .mobile-filters{display:none}.albums .albums-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:2rem;grid-row-gap:5rem}.albums .album-grid{grid-template-columns:1fr;grid-gap:1rem;margin-bottom:0}.albums .album-grid>div:nth-child(1) img{box-shadow:none;border:none}.albums .album-grid h5{font-size:1.2rem;font-weight:600;font-family:Poppins;margin:0 0 0;color:var(--accent-color)}.albums .album-grid h1{font-size:1.6rem;font-family:Poppins;font-weight:600;margin:0 0 0;text-transform:none;color:#000}.album .album-detail-grid{display:grid;grid-template-columns:1.5fr 2fr;grid-gap:2rem;padding:0 15rem}.album .album-detail-grid>div:nth-child(2){box-shadow:-1px 6px 11px -5px #333;background:var(--paper-bg);padding:4rem;border:1px solid #aaa;position:relative}.album .album-detail-grid>div:nth-child(2) .tape{position:absolute;left:50%;transform:translateX(-50%)}.album .album-detail-grid>div:nth-child(2) .tape.top{top:-1.6rem}.album .album-detail-grid>div:nth-child(2) .tape.bottom{bottom:-1.6rem}.album .album-detail-grid>div:nth-child(2) h6{font-family:'Special Elite Regular';font-size:1.4rem;font-weight:600;margin:0}.album .album-detail-grid>div:nth-child(2) img.line{margin:-2rem 0 0 -.5rem}.album .album-detail-grid>div:nth-child(2) h3{font-family:'Special Elite Regular';font-size:2.4rem;font-weight:600}.album .album-detail-grid .social-icon-grid{position:absolute;top:4rem;right:4rem}.album .album-detail-grid .social-icon-grid ul{display:flex}.album .album-detail-grid .social-icon-grid li{list-style:none;margin:0 2px;background-color:#3c3c3c;border-radius:100%;height:25px;width:25px;position:relative;transition:.25s}.album .album-detail-grid .social-icon-grid li:hover{background-color:var(--accent-color);transition:.25s}.album .album-detail-grid .social-icon-grid li a{font-size:1.4rem;color:#fff;position:absolute;transform:translate(-52%,-52%);top:52%;left:52%;display:inline-block}@media(max-width:1023px){.page.music .filters{display:none}.page.music .mobile-filters{display:block;display:flex;align-items:center;font-family:'Special Elite Regular';text-transform:uppercase;font-size:1.4rem;max-height:3.3rem}.page.music .mobile-filters>div:nth-child(1){background-color:#fff;color:#000;font-size:1.8rem;font-weight:600;padding:.4rem 1.5rem 0 1.5rem}.page.music .mobile-filters>select{background-color:#000;color:#fff;border-radius:0;padding:1rem 1.5rem .7rem 1.5rem}.albums .albums-grid{grid-template-columns:repeat(2,1fr)}.album .album-detail-grid{padding:0}}@media(max-width:767px){.albums .albums-grid{grid-template-columns:1fr}.albums .album-grid>div:nth-child(1) img{max-width:100%}.album .album-detail-grid{grid-template-columns:1fr}}@media(max-width:320px){.page.music .mobile-filters>div:nth-child(1){width:100%}.page.music .mobile-filters>select{width:100%}}.page.galleries{padding-bottom:15rem}.page.galleries .hero-slide{box-shadow:0 0 18px 0 rgba(0,0,0,.65)}.galleries .galleries-grid .gallery-thumb .thumbnail-one,.galleries .galleries-grid .gallery-thumb .thumbnail-two,.galleries .galleries-grid .gallery-thumb .thumbnail-three,.galleries .galleries-grid .gallery-thumb .thumbnail-four{box-shadow:0 0 18px 0 rgba(0,0,0,.25)}.galleries .galleries-grid .gallery-thumb h3{color:#000;font-weight:600;font-family:'Special Elite Regular'}.gallery .headline img{width:initial;object-fit:initial;max-height:initial}.breadcrumb{background:none}.breadcrumb a{font-weight:500;font-size:1.8rem;padding:.5rem 1rem;color:#000}.gallery .photo-gallery img{box-shadow:0 0 5px 0 rgba(0,0,0,.65)}@media(max-width:550px){.breadcrumb a{font-size:1.4rem}.gallery .headline{margin-bottom:2rem}page.gallery{padding-bottom:10rem}}@media(max-width:424px){.breadcrumb a{font-size:1.4rem;font-family:Poppins;letter-spacing:0}}@media(max-width:374px){.breadcrumb{margin-left:-3rem !important}.breadcrumb a{font-size:1.3rem;letter-spacing:0}}.galleries.featured .wrap{border-top:1px solid #999;border-bottom:1px solid #999}.galleries.featured .headline{margin-bottom:4rem}.galleries.featured .gallery-thumb h3{font-size:2rem;margin-top:1rem !important}.galleries.featured .galleries-grid{grid-template-columns:1fr}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-one{grid-template-columns:1fr;grid-gap:10px;box-shadow:none}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-one img{border:1px solid #000;height:30rem}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-three{grid-template-columns:1fr 1fr 1fr;grid-gap:10px;box-shadow:none}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-three img{border:1px solid #000;height:30rem}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-four{grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:10px;box-shadow:none}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-four img{border:1px solid #000;height:30rem}@media(max-width:768px){.galleries.featured .galleries-grid .gallery-thumb .thumbnail-four img{height:20rem}}@media(max-width:550px){.galleries.featured .galleries-grid .gallery-thumb .thumbnail-four{grid-template-columns:1fr 1fr}.galleries.featured .galleries-grid .gallery-thumb .thumbnail-four img{height:15rem}}.page.videos{padding-bottom:10rem}.videos .videos-grid{margin:5rem 0}.videos .videos-grid h5{font-size:1.4rem;margin:0;font-family:Poppins;text-transform:none;font-weight:600;color:var(--accent-color)}.videos .videos-grid h1{font-family:Poppins;margin:0 0 2rem 0;font-weight:700;letter-spacing:normal;font-size:1.6rem;text-transform:none;color:#000}.video .video-info h1{text-align:left;margin:0;font-size:2.8rem;font-weight:600;font-family:'Special Elite Regular'}.video .video-info h5{font-weight:600;font-size:1.6rem;font-family:Poppins;color:#000}@media(max-width:767px){.video .video-info h1{font-size:1.8rem}.video .video-info h5{font-size:1.4rem}}.sub-nav .items{background-color:rgba(0,0,0,.45);padding:1rem 1rem .5rem 1rem;width:fit-content;margin:0 auto}.sub-nav .items a{font-family:Poppins;font-size:1.5rem;margin:0 1rem;color:#dbdbdb;text-transform:uppercase}.sub-nav .items a.active{color:#b4d9ff;font-weight:500}.sub-nav .items a:hover{color:#b4d9ff}.merch-slide{padding:1.5rem;margin:1rem;box-shadow:0 0 10px 0 #cecece;box-shadow:-1px 6px 11px -5px #333;border:1px solid #fff;transition:border .5s;background:var(--paper-bg);border:1px solid #ddd;min-height:40rem}.merch-slide h5{color:#000;font-family:Poppins;margin:1rem 0 0 0;font-weight:600;text-align:center;font-size:1.8rem;line-height:2rem}.merch-slide h6{color:#000;font-family:Poppins}.page.fanclub{padding-bottom:15rem}.sub-nav{margin:-4.2rem 0 4rem 0}.sub-nav .items{display:flex;justify-content:center}.page.fanclub section .std-pad{padding:5rem 0}.page.fanclub .slider-container{padding-bottom:5rem;background-position-y:36%}.page.fanclub .newslist.latest-news .latest-news-grid{grid-template-columns:1fr;gap:1rem}.page.fanclub .newslist .latest-news-grid .news-item-grid{display:grid}.page.fanclub .newslist .news-item-grid h3{margin:0 0 .5rem 0}.page.fanclub .newslist .news-item-grid p{margin-bottom:1rem}.page.fanclub .videos h3{margin:0}.page.fanclub .videos .videos-grid{margin:0}.page.fanclub .go-to{margin:0 auto}.page.fanclub .galleries h3{margin:0}.page.fanclub .featured-merch h3{margin:0}.contests .contest-grid{display:grid;grid-template-columns:1fr;grid-gap:4rem;margin-top:2rem;position:relative}.contests .contest-grid .contest-item{margin:0;background:var(--paper-bg);border:1px solid #fff;border-radius:0;position:relative}.contests .contest-grid .contest-item:nth-child(even){transition:all .5s}.contests .contest-grid .contest-item:nth-child(odd){transition:all .5s}.contests .contest-grid .contest-item .tl{position:absolute;top:-2rem;left:-2rem}.contests .contest-grid .contest-item .tr{position:absolute;top:-2rem;right:-2rem}.contests .contest-grid .contest-item .bl{position:absolute;bottom:-2rem;left:-2rem}.contests .contest-grid .contest-item .br{position:absolute;bottom:-2rem;right:-2rem}.contests .contest-grid .contest-item h4{font-family:'Special Elite Regular';font-size:1.8rem;font-weight:600;text-align:center;margin:0;padding:2rem}.contests .contest-grid .contest-item .contest-info{font-weight:500;padding:2rem 1rem}.contests .contest-grid .contest-item .contest-interaction{display:flex;justify-content:center;flex-direction:column;margin-bottom:2rem}.contests .contest-grid .contest-item .contest-interaction h5{font-family:'Special Elite Regular';font-size:1.6rem}.contests .contest-grid .contest-item .contest-winner-details p{font-weight:500}.contests .contest-grid .contest-item .contest-winner-details img{max-width:50rem;margin-right:1rem}.contests .contest-grid .contest-item .contest-winner-details .winner-photos{display:flex;flex-wrap:wrap;align-items:center}@media(max-width:1023px){.contests .contest-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:550px){.contests .contest-grid{grid-template-columns:1fr}.page.fanclub .newslist .latest-news-grid .news-item-grid{grid-template-columns:1fr}.page.fanclub .newslist .latest-news-grid .news-item-grid img{height:30rem;width:100%}.contests .contest-grid .contest-item .contest-winner-details img{max-width:100%;margin-right:1rem}}.page.photo-downloads{padding-bottom:15rem}.page.photo-downloads .download-subtitle{margin:4rem 0;font-size:2.4rem;font-weight:500;text-transform:uppercase}.page.photo-downloads .download{padding:0 10rem}.page.photo-downloads .broken-line{margin:5rem 0 0 0}.page.photo-downloads .download h4{font-size:3rem;font-weight:600;color:var(--accent-color);text-align:center;font-family:'Special Elite Regular';margin-top:5rem}.page.photo-downloads .download .photo-captions{font-size:1.6rem;font-weight:600;text-align:center;margin:2rem 0 1rem 0}.page.photo-downloads .download .downloads-grid{display:flex;flex-wrap:wrap;justify-content:center}.page.photo-downloads .download .downloads-grid>div{margin:2rem 3rem}.page.photo-downloads .download .downloads-grid>div .tape-button{display:flex;justify-content:center;margin-top:1rem}@media(max-width:767px){.page.photo-downloads .download{padding:0}}.page.music-download{padding-bottom:15rem}.page.music-download .download-info{background-color:#fff;color:#000;padding:2rem 5rem;margin-top:5rem;box-shadow:-1px 6px 11px -5px #333;position:relative;background:var(--paper-bg)}.page.music-download .download-info .tl{position:absolute;top:-2rem;left:-2rem}.page.music-download .download-info .tr{position:absolute;top:-2rem;right:-2rem}.page.music-download .download-info .bl{position:absolute;bottom:-2rem;left:-2rem}.page.music-download .download-info .br{position:absolute;bottom:-2rem;right:-2rem}.page.music-download .download-info h3{text-align:center;font-family:'Special Elite Regular';margin-top:3rem}.page.music-download .download-info p{text-align:center;margin-bottom:1.5rem;font-size:1.6rem}.page.music-download .download-info p a{color:var(--accent-color)}.page.music-download .download-info .downloads h3{margin-bottom:1rem}.page.music-download .download-info .download-buttons{display:flex;margin:2rem 0;justify-content:center;flex-wrap:wrap}.page.music-download .download-info .downloads{text-align:center}.page.music-download .download-info .downloads img{max-width:60%}@media(max-width:767px){.page.music-download .download-info{padding:2rem}.page.music-download .download-info .download-buttons .tape-button{margin-bottom:2rem}}@media(max-width:1023px){.sub-nav{display:none}}.supportPage{background:var(--bg-repeating) repeat-y;background-color:#f8ecd4}.page.support{padding-bottom:25rem}.page.support p{font-weight:500;font-size:1.6rem}.page.support ul{margin:-2rem 0 2rem 2rem}.page.support ul li{list-style:disc;font-size:1.6rem}.page.support .headline{margin-bottom:3rem}.page.support .page-text{font-weight:500}.page.support .common-questions{margin-top:5rem}.page.support .common-question-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;margin-bottom:3rem}.page.support .common-question-grid>div{background:var(--paper-bg);padding:3rem 1.5rem;border:1px solid #ddd;box-shadow:-1px 6px 11px -5px #333;border-radius:5px}.page.support .common-question-grid>div h5{font-family:Poppins;font-size:1.8rem;font-weight:600}.page.support .common-question-grid>div ol,.page.support .common-question-grid>div ul{margin:-2rem 0 2rem 2rem}.page.support .faq-items{background:var(--paper-bg);padding:3rem 0;border:1px solid #ddd;box-shadow:-1px 6px 11px -5px #333;border-radius:5px}.page.support .faq-items .cat-title{font-size:2.4rem;font-weight:600;background-color:rgba(0,0,0,.1);padding:.5rem 2rem;cursor:pointer;text-transform:uppercase;display:grid;align-items:center;grid-template-columns:1fr 5rem}.page.support .faq-items .cat-title>div:nth-child(2){justify-self:end}.page.support .faq-items .c-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;padding:2rem}.page.support .faq-items .c-grid>div{border:1px solid #ddd;border-radius:5px;padding:2rem;background-color:#fff}.page.support .faq-items .faq-question{font-size:1.8rem;line-height:2.4rem;font-weight:600;margin-bottom:1.5rem}.page.support .faq-items .faq-question .faq-answer{margin:.5rem 2rem}@media(max-width:1023px){.supportPage{background-size:contain}.page.support .common-question-grid{grid-template-columns:repeat(2,1fr)}.page.support .faq-items .c-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.page.support .common-question-grid{grid-template-columns:1fr;margin:0 -1.5rem 3rem -1.5rem}.page.support .faqs{margin:0 -1.5rem 3rem -1.5rem}.page.support .faq-items .c-grid{grid-template-columns:1fr;margin:0 -1rem 0 -1rem}.page.support .faq-items .cat-title{font-size:1.8rem;line-height:2rem}}.sustainabilityPage{background-size:initial}.page.sustainability{font-size:1.6rem;padding-bottom:15rem}.page.sustainability .numbers{margin-top:5rem}.page.sustainability .numbers .numbers-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:5rem;display:flex;flex-wrap:wrap;justify-content:center}.page.sustainability .numbers .numbers-grid>div{text-align:center;max-width:25rem;display:flex;align-items:center;align-content:center}.page.sustainability .numbers .numbers-grid>div h5{font-family:'Special Elite Regular';font-size:2.8rem;line-height:4rem;font-weight:600;margin:0}.page.sustainability .numbers .numbers-grid>div h5 p{margin:0;color:#000}.page.sustainability .numbers .numbers-grid>div h6{font-family:Poppins;font-size:2.8rem;font-weight:500;margin:-1.5rem 0 0 0}.page.sustainability .numbers .info{margin-top:5rem;font-weight:500}.page.sustainability .numbers .info h3{text-align:center;font-family:'Special Elite Regular';text-decoration:none}.page.sustainability .volunteer{margin-top:5rem;font-weight:500}.page.sustainability .volunteer h3{text-align:center;font-family:'Special Elite Regular';text-decoration:none}.page.sustainability .partners h3{margin-top:5rem;text-align:center}.page.sustainability .partners .partner-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:4rem}.page.sustainability .partners .partner-grid>div{font-size:1.4rem;font-weight:500}.page.sustainability .partners .partner-grid>div img:nth-child(3){margin-bottom:2rem}.page.sustainability .program-overview{margin-top:5rem}.page.sustainability .program-overview h3{text-align:left;font-family:'Special Elite Regular';margin-bottom:3rem;border-bottom:1px solid #ccc}.page.sustainability .program-overview .program-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:3rem}.page.sustainability .program-overview .program-grid>div h5{font-family:'Special Elite Regular';font-weight:600;color:var(--accent-color)}.page.sustainability .program-overview .program-grid>div ul{margin-left:1rem}.page.sustainability .program-overview .program-grid>div ul li{list-style:none;font-weight:500;font-size:1.6rem}.page.sustainability .program-overview .program-grid>div ul li::before{content:"•";color:var(--accent-color);font-weight:bold;display:inline-block;width:1rem;margin-left:-1rem}.page.sustainability .big-numbers{margin-top:5rem;font-family:Poppins;display:flex;flex-wrap:wrap}.page.sustainability .big-numbers h3{margin:0;font-family:Poppins;color:var(--accent-color)}.page.sustainability .big-numbers p{margin:0;color:#333}.page.sustainability .big-numbers>div{border-bottom:1px solid #ccc;margin-bottom:3rem}.page.sustainability .big-numbers>div:nth-child(1){width:100%}.page.sustainability .big-numbers>div:nth-child(1) h3{font-size:10.5vw;font-weight:500;text-align:center}.page.sustainability .big-numbers>div:nth-child(1) p{font-size:3.2vw;font-weight:500;text-align:center;letter-spacing:3px;margin-top:-2rem}.page.sustainability .big-numbers>div:nth-child(2),.page.sustainability .big-numbers>div:nth-child(3){width:50%;display:inline-block;display:flex;align-items:center;grid-gap:5rem;padding-bottom:2rem}.page.sustainability .big-numbers>div:nth-child(2) h3,.page.sustainability .big-numbers>div:nth-child(3) h3{font-weight:500;font-size:3.5vw}.page.sustainability .big-numbers>div:nth-child(2) p,.page.sustainability .big-numbers>div:nth-child(3) p{font-weight:500;font-size:1.5vw;line-height:3.2rem}.page.sustainability .big-numbers>div:nth-child(4),.page.sustainability .big-numbers>div:nth-child(5){width:100%;display:flex;align-items:center;grid-gap:5rem;padding-bottom:2rem}.page.sustainability .big-numbers>div:nth-child(4) h3{font-weight:500;font-size:4vw}.page.sustainability .big-numbers>div:nth-child(4) p{font-weight:500;font-size:4vw;line-height:3.2rem;letter-spacing:13px}.page.sustainability .big-numbers>div:nth-child(5) h3{font-weight:500;font-size:3.5vw}.page.sustainability .big-numbers>div:nth-child(5) p{font-weight:500;font-size:3.5vw;line-height:3rem;letter-spacing:10px}.page.sustainability .big-numbers>div:nth-child(5),.page.sustainability .big-numbers>div:nth-child(6){border:none}.page.sustainability .photo-galleries{margin-top:5rem;font-family:Poppins}.page.sustainability .photo-galleries h3{text-align:center;font-family:'Special Elite Regular';margin-bottom:3rem}.page.sustainability .photo-galleries .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem}.page.sustainability .photo-galleries .gallery-grid h3{font-size:1.8rem;text-align:left;font-weight:600;margin-top:.5rem}.page.sustainability .photo-galleries .gallery-grid a{color:#000}.page.sustainability .photo-galleries .gallery-grid a img{border:1px solid #fff;transition:border-color .5s}.page.sustainability .photo-galleries .gallery-grid a:hover{color:var(--accent-color)}.page.sustainability .photo-galleries .gallery-grid a:hover img{border:1px solid var(--accent-color);transition:border-color .5s}.page.sustainability .timeline{margin-top:5rem;font-family:Poppins}.page.sustainability .timeline h3{text-align:center;font-family:'Special Elite Regular';margin-bottom:3rem}.page.sustainability .timeline .timeline-item{text-align:center;font-size:2rem;border-bottom:1px solid #ccc;padding:3rem 15rem}.page.sustainability .timeline .timeline-item h3{margin:0;color:var(--accent-color);font-weight:600}.page.sustainability .timeline .timeline-item p{font-weight:500;margin:0}.page.sustainability .timeline .timeline-item:last-of-type{border-bottom:none}@media(max-width:1024px){.page.sustainability .numbers .numbers-grid .paper-bg-standard{padding:3rem 0}.page.sustainability .numbers .numbers-grid{grid-gap:3rem}.page.sustainability .partners .partner-grid{grid-gap:2rem}.page.sustainability .big-numbers>div:nth-child(1) h3{font-size:15.5vw}.page.sustainability .big-numbers>div:nth-child(1) p{font-size:5vw;letter-spacing:0}.page.sustainability .big-numbers>div:nth-child(2) h3,.page.sustainability .big-numbers>div:nth-child(3) h3{font-size:5.5vw}.page.sustainability .big-numbers>div:nth-child(2) p,.page.sustainability .big-numbers>div:nth-child(3) p{font-size:2.5vw;line-height:3.2rem}.page.sustainability .big-numbers>div:nth-child(4) h3{font-size:5vw}.page.sustainability .big-numbers>div:nth-child(4) p{font-size:5.5vw;letter-spacing:11px}.page.sustainability .big-numbers>div:nth-child(5) h3{font-size:4.5vw}.page.sustainability .big-numbers>div:nth-child(5) p{font-size:5vw;letter-spacing:9px}.page.sustainability ul{margin-left:2rem}.page.sustainability ul li{list-style:disc}}@media(max-width:1023px){.page.sustainability .numbers .numbers-grid .paper-bg-standard{padding:3rem 2rem}.page.sustainability .numbers .numbers-grid>div h5{font-size:3rem;line-height:4.6rem}.page.sustainability .numbers .numbers-grid>div{width:25rem;height:20rem}}@media(max-width:768px){.page.sustainability .numbers .numbers-grid{grid-template-columns:repeat(2,1fr);grid-gap:6rem}.page.sustainability .partners .partner-grid{grid-template-columns:repeat(2,1fr)}.page.sustainability .big-numbers>div:nth-child(1) h3{font-size:16vw}.page.sustainability .big-numbers>div:nth-child(1) p{font-size:5.2vw;letter-spacing:0}.page.sustainability .big-numbers>div:nth-child(2),.page.sustainability .big-numbers>div:nth-child(3){grid-gap:2rem}.page.sustainability .big-numbers>div:nth-child(2) h3,.page.sustainability .big-numbers>div:nth-child(3) h3{font-size:6.5vw}.page.sustainability .big-numbers>div:nth-child(2) p,.page.sustainability .big-numbers>div:nth-child(3) p{font-size:3vw;line-height:2.2rem}.page.sustainability .big-numbers>div:nth-child(4),.page.sustainability .big-numbers>div:nth-child(5){grid-gap:2rem}.page.sustainability .big-numbers>div:nth-child(4) h3{font-size:6.5vw}.page.sustainability .big-numbers>div:nth-child(4) p{font-size:5.5vw;letter-spacing:10px}.page.sustainability .big-numbers>div:nth-child(5) h3{font-size:6vw}.page.sustainability .big-numbers>div:nth-child(5) p{font-size:5vw;letter-spacing:6px}.page.sustainability .timeline .timeline-item{padding:3rem}}@media(max-width:550px){.page.sustainability .numbers .numbers-grid{grid-template-columns:1fr;grid-gap:4rem}.page.sustainability .partners .partner-grid{grid-template-columns:1fr}.page.sustainability .program-overview .program-grid{grid-template-columns:1fr}.page.sustainability .photo-galleries .gallery-grid{grid-template-columns:1fr}.page.sustainability .timeline .timeline-item{padding:3rem 1rem;font-size:1.8rem}.page.sustainability .big-numbers>div:nth-child(1) h3{font-size:13vw}.page.sustainability .big-numbers{padding:2rem}.page.sustainability .big-numbers>div:nth-child(1) p{font-size:4.3vw;letter-spacing:0;margin-top:-.5rem}.page.sustainability .big-numbers>div:nth-child(2),.page.sustainability .big-numbers>div:nth-child(3){width:100%;grid-gap:2rem}.page.sustainability .big-numbers>div:nth-child(2),.page.sustainability .big-numbers>div:nth-child(3),.page.sustainability .big-numbers>div:nth-child(4),.page.sustainability .big-numbers>div:nth-child(5){display:block}.page.sustainability .big-numbers>div:nth-child(2) h3,.page.sustainability .big-numbers>div:nth-child(3) h3,.page.sustainability .big-numbers>div:nth-child(4) h3,.page.sustainability .big-numbers>div:nth-child(5) h3{text-align:center;font-size:13.5vw}.page.sustainability .big-numbers>div:nth-child(2) p,.page.sustainability .big-numbers>div:nth-child(3) p,.page.sustainability .big-numbers>div:nth-child(4) p,.page.sustainability .big-numbers>div:nth-child(5) p{text-align:center;font-size:2rem;letter-spacing:0}}.page.contests{padding-bottom:10rem}.page.contests .active-contests{margin-bottom:5rem}.page.contests h3,.page.contests .contests h6{margin-bottom:0;font-family:'Special Elite Regular';font-weight:600}.page.contests .contest-grid.past{grid-template-columns:1fr}.page.contests .contest-grid .contest-item .contest-interaction{display:block;padding-bottom:2rem}.contest-item .error{color:#f00;font-weight:600}.contest-item .success{color:#08b306;font-weight:600}.contest-item{position:relative}.contest-item .entered{font-size:2rem;font-family:'Special Elite Regular';font-weight:600;text-transform:uppercase;text-align:center;position:absolute;bottom:1.7rem;color:#08b306;width:calc(100% - 4rem)}.contest-item .contest-button{position:absolute;bottom:2rem}.standard-message{text-align:center;width:50%;margin:5rem auto 0 auto}.standard-message h4{font-family:'Special Elite Regular';font-size:3rem}.standard-message p{font-size:1.6rem}.standard-message .buttons{display:flex;justify-content:center}@media(max-width:768px){.standard-message{width:100%;margin:0 auto 0 auto}.standard-message h4{font-family:'Special Elite Regular';font-size:2rem}}.register.plan{padding:0}.register.plan .headline{margin-top:0}.register.plan .headline div>h5{font-family:'Special Elite Regular';font-weight:600}.register.plan .plan-choice-grid>div h2{text-align:center;margin:2rem;font-weight:900;font-size:2.8rem;text-transform:uppercase;font-family:'Special Elite Regular'}.register.plan .plan-choice-grid{display:flex;flex-wrap:wrap;justify-content:center}.register.plan .plan-choice-grid>div{max-width:38rem}@media(max-width:1023px){.register.fanclub .register-container-grid{grid-template-columns:1fr;margin:0 20%;grid-gap:5rem}.register .fan-club-benefits .benefits-grid .benefits{padding:0}.register.page .benefits-grid>div:nth-child(1){margin-left:0}.register.page .benefits-grid{padding:0}}@media(max-width:768px){.register.fanclub .register-container-grid{margin:0 10%}.register.page .benefits-grid>div:nth-child(1) img{max-width:100%}}@media(max-width:550px){.register.fanclub .register-container-grid{margin:0 0}.register .headline{margin:0 0 3rem 0}.register.fanclub .headline div>h5{letter-spacing:-1px}}@media(max-width:374px){.register.fanclub .headline{display:none}}.store input[type="email"],.store input[type="date"],.store input[type="number"],.store input[type="search"],.store input[type="text"],.store input[type="tel"],.store input[type="url"],.store input[type="password"],.store textarea,.store select{border:1px solid #999}.store.cart.page .cart-grid{font-weight:600}.store.cart.page .cart-grid h1{font-family:'Special Elite Regular'}.store.cart.page .cart-grid h2{font-family:Poppins}.store .cart-box-container .cart-item-detail-grid.margin{background-color:transparent;border-top:1px solid #333}.store .cart-box-container .cart-item-title-grid{border-top:1px solid #333}.store .cart-box-container .remove-item{background-color:#333;padding:.3rem 0 .2rem .2rem;border-radius:0}.store.cart .shipping-button{display:flex;justify-content:end}.store.cart .shipping-button{display:flex;justify-content:end}.store.cart #shipping-box{background-color:transparent}.store.cart .tape-button.sm.blue .content{width:100% !important;text-align:center}@media(max-width:768px){.store.cart .cart-grid{grid-template-columns:1fr;grid-gap:3rem}}.store.checkout{padding-bottom:10rem}.store.checkout .checkout-grid{grid-template-columns:1.3fr 1fr}.store.checkout .checkout-grid p{font-weight:500}.store.checkout .checkout-grid h2{font-family:'Special Elite Regular';font-weight:600}.store.checkout .order-selections{box-shadow:-1px 6px 11px -5px #333}.store.checkout .checkout-grid .p-image .count{background-color:var(--button-primary-bg-hover-color);border-color:var(--button-primary-bg-color);padding:.1rem .8rem 0 .8rem}.store.checkout label.selection{border-bottom:1px solid #ccc;padding:1rem}.store.checkout .checkout-payment-grid label.selection{display:grid;align-items:center;grid-template-columns:1fr 2rem;border:1px solid #ccc;margin:.2rem 0}.store.checkout .checkout-payment-grid label.selection input[type=radio]{display:none}.store.checkout .checkout-payment-grid label.selection i{justify-self:flex-end}.store.checkout .checkout-payment-grid.active label.selection{border:1px solid var(--button-primary-bg-color);border-bottom:2px solid var(--button-primary-bg-color);color:var(--button-primary-bg-color);font-weight:500}.store.checkout .button-bar{display:flex;justify-content:end}.store.checkout .button-bar .tape-button{margin:0}.store.checkout .button-bar .tape-button.sm .content>div{padding:.5rem 0 0 0}.store.checkout .credit-cards{margin-bottom:2rem}.store.checkout .membership-code-wrapper{padding:1rem 0}.store.checkout .membership-code-wrapper label{font-weight:500}.store.checkout .membership-code-wrapper input[type=text]{width:60%}.store.checkout .terms p{font-size:1.4rem;line-height:1.6rem;font-weight:400;color:#333}.store.checkout .credit-card-list .checkout-credit-card-grid.active{background-color:#2fa9d230;border-radius:5px}.store.checkout .credit-card-list label.selection{border:none;display:flex;align-items:center}.store.checkout .credit-card-list label.selection .card-icon{width:7rem;margin:0 1rem}.store.checkout .cart-summary .discount-code-wrapper{display:flex;align-items:center}.store.checkout .cart-summary .discount-code-wrapper button{margin:0 2rem 0 0}.store.checkout .cart-summary .discount-code-wrapper input[type=text]{padding:6px;border-color:#ccc}.store.checkout .agree{display:flex;align-items:center;margin-bottom:2rem}.store.checkout .agree label{margin:0 0 0 1rem}.store.checkout .agree input[type=checkbox]{height:1.5rem;width:1.5rem}.store.checkout .place-order-button{display:flex}.store.checkout .place-order-button .tape-button.sm.blue{display:flex;flex-grow:1}.store.checkout .place-order-button .tape-button.sm.blue .content{width:100% !important;text-align:center}.store.checkout .place-order-button button img{transition:all .25s}.store.checkout .place-order-button button .content{transition:all .25s}.store.checkout .place-order-button button[disabled] img{filter:grayscale(100%);transition:all .25s}.store.checkout .place-order-button button[disabled] .content{filter:grayscale(100%);transition:all .25s}.store.checkout .receipt-items-grid{display:flex}.store.checkout .receipt-items-grid>div:nth-child(1){width:10%}.store.checkout .receipt-items-grid>div:nth-child(2){width:70%}.store.checkout .receipt-items-grid>div:nth-child(3){width:20%;text-align:right}.store.checkout .receipt-totals-grid{grid-template-columns:80% 20%}.store.checkout .receipt-totals-grid .right{margin-right:0}.store.checkout .cart-summary table>tbody>tr>td.amount{text-align:right}.store.checkout .cart-summary table>tbody>tr>td button{background-color:transparent;border:none;padding:0}.store.checkout .cart-summary table>tbody>tr>td button:hover .k-i-trash{background-color:#2ea8d1;transition:all .25s}.store.checkout .cart-summary table>tbody>tr>td .k-i-trash{font-weight:200;color:#fff;margin-top:-3px;background-color:#3c3c3c;padding:1.5rem;border-radius:10px;transition:all .25s}@media(max-width:1024px){.store.checkout .checkout-grid{grid-template-columns:1fr 1fr}}@media(max-width:767px){.store.checkout .checkout-grid{grid-template-columns:1fr}}.store.checkout.confirmation .confirmation-wrap{padding:0 25%;font-size:1.6rem}.store.checkout.confirmation .confirmation-wrap h1{font-size:3rem;font-family:'Special Elite Regular';border-bottom:1px solid #ccc}.store.checkout.confirmation .confirmation-wrap h2{font-size:2.4rem;font-family:'Special Elite Regular'}.store.checkout.confirmation .confirmation-wrap .return{font-family:'Special Elite Regular';font-size:2rem;font-weight:600;text-align:center;text-transform:uppercase}@media(max-width:1024px){.store.checkout.confirmation .confirmation-wrap{padding:0 20%}}@media(max-width:768px){.store.checkout.confirmation .confirmation-wrap{padding:0 15%}}@media(max-width:768px){.store.checkout.confirmation .confirmation-wrap{padding:0 15%}.store.checkout .cart-summary{padding:1.5rem}.store.checkout .membership-code-wrapper input[type=text]{width:100%}}@media(max-width:550px){.store.checkout.confirmation .confirmation-wrap{font-size:1.4rem;padding:0}.store.checkout.confirmation .confirmation-wrap h1{font-size:2.4rem}.store.checkout.confirmation .confirmation-wrap h2{font-size:2rem}.store.checkout.confirmation .confirmation-wrap .receipt{font-size:1.3rem}.store.checkout .receipt-totals-grid .right{text-align:right;margin-right:0}.store.checkout .p-image .count{font-size:1.2rem;padding:.1rem .7rem 0 .7rem}.store.checkout img.cart-item{min-width:7rem}}@media(max-width:375px){.store.checkout img.cart-item{min-width:5rem}}.overlay.dark{background-color:rgba(0,0,0,83%);min-height:100vh}.page-road-block a{display:block;width:50%}.page-road-block img{max-width:100%;border:5px solid #f8ecd4;box-shadow:0 0 18px 0 rgba(0,0,0,.65);display:block}.page-road-block .info{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:-5rem}.page-road-block .buttons .button-grid{display:grid;grid-template-columns:25% 1fr 27rem 25%}.page-road-block .buttons .button-grid>div:nth-child(2){margin-right:1rem}.page-road-block .buttons a.optional{background-color:#f30;color:#000;font-family:Poppins;font-size:2rem;margin-top:1rem;border-radius:.25rem;padding:1rem 2rem;font-weight:700;text-transform:uppercase;width:100%;text-align:center}.page-road-block .buttons a.continue{background-color:#f8ecd4;color:#000;font-family:Poppins;font-size:2rem;margin-top:1rem;border-radius:.25rem;padding:1rem 2rem;font-weight:700;text-transform:uppercase;width:100%;text-align:center}.page-road-block .subscribe{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:5rem}#mc_embed_signup .helper_text{display:none !important}#mc_embed_signup form{margin:0 !important}#mc_embed_shell{width:40%;color:#fff;margin-bottom:5rem}#mc_embed_shell h2{font-family:'Special Elite Regular';border-bottom:1px solid #fff;text-transform:none;font-size:2.8rem !important;font-weight:400 !important;margin:15px 0 5px !important}#mc_embed_shell h5{font-family:'Poppins';font-size:1.8rem !important;font-weight:400 !important;text-transform:none}#mc_embed_shell label{font-family:'Poppins';font-weight:400}#mc_embed_shell .mc-field-group input{padding:1rem;font-size:1.8rem;color:#000;font-weight:600}#mc_embed_shell .mc-field-group>div{display:grid;grid-template-columns:calc(100% - 18rem) 0 20rem;grid-gap:.5rem}#mc_embed_shell .mc-field-group>div #mc-embedded-subscribe{background-color:#f30;height:initial;max-height:4.8rem;margin-bottom:0;padding:.5rem;border:none;width:20rem}#mc_embed_signup .mc-field-group{padding-bottom:0 !important}#mc_embed_signup div.mce_inline_error{background-color:transparent !important}#mc_embed_signup div#mce-responses{margin:0 !important;padding:0 !important}#mc_embed_signup div.response{margin:0 !important}@media(max-width:1200px){.page-road-block{width:100%}.page-road-block a{width:60%}.page-road-block .buttons .button-grid{display:grid;grid-template-columns:20% 1fr 27rem 20%}#mc_embed_shell{width:50%}}@media(max-width:1024px){.page-road-block a{width:76%}.page-road-block .buttons .button-grid{display:grid;grid-template-columns:12% 1fr 27rem 12%}#mc_embed_shell{width:60%}}@media(max-width:768px){.page-road-block a{width:90%}.page-road-block .buttons .button-grid{display:grid;grid-template-columns:5% 1fr 27rem 5%}#mc_embed_shell{width:80%}}@media(max-width:767px){.page-road-block a{width:calc(100% - 4rem)}.page-road-block .buttons .button-grid{display:grid;grid-template-columns:1fr}.page-road-block .buttons .button-grid>div:nth-child(2){margin-right:0}.page-road-block .buttons{width:calc(100% - 4rem);margin:0 auto}#mc_embed_shell{width:calc(100% - 4rem)}#mc_embed_shell .mc-field-group>div{grid-template-columns:1fr}#mc_embed_shell .mc-field-group>div #mc-embedded-subscribe{width:100%}#mc_embed_signup .mc-field-group{width:100% !important}}