@keyframes opacity_show{0%{display:none;opacity:0}1%{display:block;opacity:0}to{opacity:1}}@keyframes pulseWhite{0%{box-shadow:0 0 0 5px #ffffffb3}40%{box-shadow:0 0 0 25px #fff0}80%{box-shadow:0 0 0 25px #fff0}to{box-shadow:0 0 5px #fff0}}@keyframes slideInRight{0%{right:-100%}50%{right:-100%}to{right:20px}}@keyframes slideInRightDelay{0%{right:-100%}to{right:0}}@keyframes slideOutRight{0%{right:20px}to{right:-100%}}@keyframes slideOutRightDelay{0%{right:0}50%{right:0}to{right:-100%}}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}@keyframes spin{0%{transform:translate(-50%,-50%) rotate(0) scale(1)}to{transform:translate(-50%,-50%) rotate(1079deg) scale(1)}}@keyframes success{0%{transform:translate(-50%,-50%) rotate(0) scale(0)}to{transform:translate(-50%,-50%) rotate(-45deg) scale(1)}}@keyframes error{0%{transform:translate(-50%,-50%) scale(0)}to{transform:translate(-50%,-50%) scale(1);background-color:#f44336}}@keyframes vibrate{0%,30%,60%,85%,to{left:0;background-color:#f44336}10%,40%,90%,70%{left:-2px;background-color:#f44336}20%,50%,80%,95%{left:2px;background-color:#f44336}}@keyframes formshow{0%,49.99%{opacity:0;z-index:1}50%,to{opacity:1;z-index:5}}.footer-sub{border-top:1px solid var(--neutral-granite)}.footer-sub .footer__content-top{padding-bottom:0}@media screen and (max-width: 767px){.footer-sub .footer__content-top,.footer-sub .footer__content-bottom{padding-left:1.3rem;padding-right:1.3rem}}.footer,.footer__content-bottom{position:relative}.footer:before,.footer__content-bottom:before{content:"";display:block;height:1px;background:var(--neutral-granite);position:absolute;top:0;left:0;right:0}@media screen and (min-width: 992px){.footer:before,.footer__content-bottom:before{right:8rem;left:8rem}}@media screen and (max-width: 767px){.footer .footer__content-top,.footer__content-bottom .footer__content-top{padding-left:1.3rem;padding-right:1.3rem}}.footer.footer-mtop_zero,.footer__content-bottom.footer-mtop_zero{margin-top:0;border-top:none}@media screen and (max-width: 991px){.footer:before{display:none}}.footer-block__newsletter{text-align:left;max-width:415px}.footer-block__newsletter h4{margin-top:0;margin-bottom:.9rem}.footer-block__newsletter h4+p{margin-top:0}.footer-block__newsletter .newsletter-form{max-width:100%}.footer-block__newsletter .newsletter-form .button.button--primary{border-top-left-radius:0;border-bottom-left-radius:0;z-index:2;padding-right:0;padding-left:0;min-width:50px;background:#4c4c4c}.footer-block__newsletter .newsletter-form .button.button--primary:before,.footer-block__newsletter .newsletter-form .button.button--primary:after{display:none}.footer-block__newsletter .newsletter-form .field__input{margin:0;height:56px}.footer-block__newsletter .newsletter-form .field__input::-moz-placeholder{font-weight:600}.footer-block__newsletter .newsletter-form .field__input::placeholder{font-weight:600}.footer-block__newsletter .newsletter-form__field-wrapper{max-width:100%;margin-top:20px}.footer-block__newsletter .newsletter-form__field-wrapper .field:before,.footer-block__newsletter .newsletter-form__field-wrapper .field:after{right:5rem}@media screen and (max-width: 991px){.footer__blocks-wrapper>div{width:100%}}.footer__blocks-wrapper .button{border-radius:0;max-width:40rem}@media screen and (max-width: 991px){.footer__blocks-wrapper .button{max-width:100%}}.list-social__item{max-width:33%}.list-social__item .list-social__link{color:rgb(var(--color-button))}.list-social__item .list-social__link .icon{max-width:100%}.footer-block__details-content{display:block;-moz-column-count:2;-moz-column-gap:2rem;column-gap:2rem;padding-left:25%}@media screen and (max-width: 991px){.footer-block__details-content{-moz-column-count:1;column-count:1;-moz-column-gap:0;column-gap:0}}.footer-block__details-content li{list-style:none}.footer-block__details-content li .list-menu__item--link.list-menu__item--nolink{cursor:default}@media screen and (min-width: 992px){.footer-block__details-content li .list-menu__item--link.list-menu__item--nolink{pointer-events:none}}.footer-block__details-content li .list-menu__item--link.list-menu__item--nolink:hover{color:rgb(var(--color-foreground))}.footer-block__details-content li .list-menu__item--link{transition:all ease-out .35s}.footer-block__details-content li .list-menu__item--link:hover{color:rgb(var(--color-button));text-decoration:none}.footer-block__details-content>li{display:inline-block;width:100%;position:relative}.footer-block__details-content>li .list-menu__item--link.h5{font-size:16px;line-height:26px;margin-top:0;margin-bottom:0;color:#fff;font-weight:500;letter-spacing:1px}@media screen and (max-width: 991px){.footer-block__details-content>li:after{content:"";display:block;height:1px;background:var(--neutral-granite);position:absolute;bottom:0;right:-8.75rem;left:-8.75rem}.footer-block__details-content>li:first-of-type:before{content:"";display:block;height:1px;background:var(--neutral-granite);position:absolute;top:0;right:-8.75rem;left:-8.75rem}.footer-block__details-content>li .mobile-toggler{position:relative;display:block}.footer-block__details-content>li .mobile-toggler:before,.footer-block__details-content>li .mobile-toggler:after{content:"";position:absolute;background-color:rgb(var(--color-foreground));transition:transform .25s ease-out}.footer-block__details-content>li .mobile-toggler:before{top:50%;right:10px;width:3px;height:11px;transform:translateY(-50%)}.footer-block__details-content>li .mobile-toggler:after{top:50%;right:6px;width:11px;height:3px;transform:translateY(-50%)}.footer-block__details-content>li .mobile-toggler+ul{max-height:0;opacity:0;transform:translateY(50%);overflow:hidden;margin-bottom:0}.footer-block__details-content>li .mobile-toggler.toggled+ul{animation:flipdown .5s ease both;opacity:1;max-height:800px;transform:translate(0)}}@media screen and (max-width: 767px){.footer-block__details-content>li:after{right:-1.3rem;left:-1.3rem}.footer-block__details-content>li:first-of-type:before{right:-1.3rem;left:-1.3rem}}.footer-block__details-content>li ul{padding-left:.5rem;margin-bottom:2rem}.footer-block__details-content>li ul li .list-menu__item{font-weight:400;font-size:1.4rem;line-height:2rem}@keyframes flipdown{0%{opacity:0;transform-origin:top center;transform:rotateX(-90deg)}5%{opacity:1}80%{transform:rotateX(8deg)}83%{transform:rotateX(6deg)}92%{transform:rotateX(-3deg)}to{transform-origin:top center;transform:rotateX(0)}}.footer-block--blockquote blockquote{font-size:4rem;line-height:5rem;font-weight:300;margin:0}@media screen and (max-width: 991px){.footer-block--blockquote blockquote{font-size:3rem;line-height:3.5rem}}.footer__content-bottom{border-top:none;padding-top:2.6rem;padding-bottom:2.6rem}.footer__content-bottom .footer__column--info{display:block}.footer__content-bottom .footer__column--info .footer__copyright{margin-top:0;text-align:center}@media screen and (min-width: 992px){.footer__content-bottom .footer__column--info .footer__copyright{display:flex;text-align:left}}.footer__content-bottom .footer__column--info .footer__copyright .list-menu.list-menu--inline li{margin-top:0}.footer__content-bottom .footer__column--info .footer__copyright ul,.footer__content-bottom .footer__column--info .footer__copyright p{margin-top:0;margin-bottom:0;font-size:1.4rem}.footer__content-bottom .footer__column--info .footer__copyright ul{margin-left:1rem}@media screen and (max-width: 767px){.footer__content-bottom .footer__column--info .footer__copyright ul{justify-content:center}}.footer__content-bottom .footer__column--info .footer__copyright ul li a{padding:.5rem 1rem;border-left:1px solid rgb(var(--color-foreground))}@media screen and (max-width: 767px){.footer__content-bottom .footer__column--info .footer__copyright ul li a{border-left:none}}@media screen and (max-width: 991px){.footer__content-bottom .footer__column--info .footer__copyright ul li:first-of-type a{border-left:none}}@media screen and (max-width: 991px){.col-logo{text-align:center;margin-bottom:4rem}.col-logo img{width:6rem}div[data-testid=form-row]{display:block!important}.footer__list-social{position:relative;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-sub.section-footer-sub-padding{padding-bottom:1.5rem}.footer.section-footer-padding{padding-top:1.5rem}.footer-block{padding-top:3.2rem}}@media screen and (max-width: 767px){.footer-block{padding-left:0;padding-right:0}}.footer-block__details-content>li .list-menu__item--link.h5:hover{opacity:.8}.footer-block__newsletter .newsletter-form .field__input{font-family:Roboto;font-size:11px;line-height:18px;outline:0;box-shadow:none;border:0}.footer-block__newsletter h3{font-weight:500;text-align:left;font-size:16px;color:#fff;margin:0;font-family:Avenir Next Condensed;line-height:26px;letter-spacing:1px}.footer-block__newsletter p{font-size:16px;color:#fffefe;margin:0;font-family:Avenir Next Condensed;line-height:26px;letter-spacing:1px}.footer__copyright p{color:#fff;font-size:14px;text-align:left;font-family:Avenir Next Condensed;line-height:23px;letter-spacing:1px}.footer__copyright p span{display:block}.footer__copyright p a{color:#f2ad3f;text-decoration:underline;font-family:Avenir Next Condensed;line-height:23px;letter-spacing:1px}.footer__copyright p a:hover{opacity:.8;color:#f2ad3f}.footer{background-color:#2a2929}.copy-right .uci-icon-grey{width:150px}.copy-right .made-in-us-white{width:63px;margin-top:28px;display:block}.footer__list-social p{font-size:16px;color:#fff;margin:16px 0 0}.newsletter-form__field-wrapper .field__label{font-size:11px;left:calc(var(--inputs-border-width) + 1rem);top:calc(1.7rem + var(--inputs-border-width))}@media screen and (max-width: 1550px){.footer__content-top{padding-left:23rem}}@media screen and (max-width: 1350px){.footer-block__details-content{padding-left:10%}}@media screen and (max-width: 1199px){.footer-block__details-content{padding-left:0%}.footer__content-top{padding-left:20px}.footer__content-top .footer__list-social{max-width:270px;padding-bottom:30px}.footer__blocks-wrapper .footer-block{padding-bottom:30px}}@media (max-width:991px){.footer-block__details-content{padding-left:0%}}@media (max-width:767px){.footer__content-top .footer__list-social{padding-bottom:20px}.footer-block__details-content>li .list-menu__item--link.h5{padding:0;margin-bottom:10px}.footer__blocks-wrapper .footer-block{padding-bottom:20px}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/wick--footer.css.map */
