html,body{font-family:"Poppins",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%;color:#fff;font-weight:400;background-color:#efefef;background-repeat:no-repeat;background-size:cover;background-position:center center;color:#292929;min-height:100vh;overflow-x:hidden}h1{font-weight:600;font-size:50px;line-height:60px;margin-bottom:20px}@media only screen and (max-width: 760px){h1{font-size:28px;line-height:36px}}h2{font-size:28px;line-height:36px;font-weight:600}@media only screen and (max-width: 760px){h2{font-size:20px;line-height:30px}}h3{font-size:18px;line-height:26px;font-weight:500}@media only screen and (max-width: 760px){h3{font-size:16px;line-height:22px}}h4{font-size:14px}p{font-size:16px;line-height:26px}@media only screen and (max-width: 760px){p{font-size:14px;line-height:22px}}a{color:inherit;text-decoration:none;touch-action:manipulation}.button{display:inline-block;width:auto;box-sizing:border-box;background:#fff;color:#292929;border:1px solid #292929;outline:none;padding:8px 20px;border-radius:30px;font-size:16px;line-height:22px !important;cursor:pointer;transition:all .3s ease}.button:hover{background-color:#292929;color:#fff}.button.purple{background:#6700f0;border-color:#6700f0;color:#fff}.button.purple:hover{background:#00aa98;border-color:#00aa98;color:#fff}.button.white{background:#fff;border-color:#fff;color:#292929}.button.white:hover{background:#292929;border-color:#292929;color:#fff}.button.teal{background:#00aa98;border-color:#00aa98;color:#fff}.button.teal:hover{background:#6700f0;border-color:#6700f0;color:#fff}.clear{float:none;height:1px;clear:both}.header{top:0;left:0;width:100%;z-index:102;font-size:0;height:auto;margin:0 auto;background:#fff;box-sizing:border-box;position:fixed;box-shadow:0px 10px 30px rgba(0,0,0,.0509803922)}.header .announcementBar{height:35px;width:100%;background-color:#00aa98;color:#fff;font-size:14px;line-height:35px;text-align:center}.header .searchLinkMobile{position:absolute;top:30px;right:80px;cursor:pointer;height:25px;width:25px;display:none;vertical-align:top;z-index:100}@media only screen and (max-width: 900px){.header .searchLinkMobile{display:block}}.header .searchLinkMobile span{display:inline-block;width:22px;height:22px;background-size:50px;background-position:0 0;background-repeat:no-repeat;background-image:url("../images/icons/search-close.png");vertical-align:middle}.header .searchLinkMobile.close span{background-position:-30px 0}.header .menuToggle{position:absolute;top:30px;right:20px;cursor:pointer;height:25px;width:25px;display:inline-block;vertical-align:top;z-index:100;display:none}@media only screen and (max-width: 900px){.header .menuToggle{display:block}}.header .menuToggle .menuI{transition:.4s ease;transition-timing-function:cubic-bezier(0.75, 0, 0.29, 1.01);position:absolute;height:2px;width:25px;background:#292929}.header .menuToggle .menuI.topI{top:1px}.header .menuToggle .menuI.middleI{top:11px}.header .menuToggle .menuI.bottomI{top:21px;width:15px}.header .headerWrapper{font-size:0;position:relative}.header .logo{width:20%;display:inline-block;vertical-align:middle;padding:15px;box-sizing:border-box}.header .logo img{height:50px}.header .topNav{display:inline-block;vertical-align:middle;width:80%;text-align:right}@media only screen and (max-width: 900px){.header .topNav{display:none}}.header .topNav>ul{display:block;width:100%}.header .topNav>ul>li{display:inline-block;padding:20px;cursor:pointer;height:80px;box-sizing:border-box}.header .topNav>ul>li:hover>a{color:#00aa98}.header .topNav>ul>li:hover>.subNav{visibility:visible;opacity:1;top:80px;transition:top 0s,opacity .3s .1s,visibility 0s}.header .topNav>ul>li>a{font-size:16px;line-height:40px;display:block;cursor:pointer;transition:all .3s,.3s ease}.header .topNav>ul>li>a.button:hover{color:#fff}.header .topNav>ul>li .subNav{width:100%;height:auto;left:50%;position:absolute;transform:translate(-50%, 0%);top:-9999px;z-index:-1;visibility:hidden;display:flex;background-color:rgba(103,0,240,.95);padding:40px 0;box-sizing:border-box;opacity:0;height:auto;box-shadow:0 .2rem .25rem rgba(0,0,0,.2);transition:top 0s .1s,opacity .1s,visibility 0s .1s}.header .topNav>ul>li .subNav .minimise{display:none}.header .topNav>ul>li .subNav .navigationWrapper{width:100%;max-width:1100px;box-sizing:border-box;padding:0 30px;margin:0 auto;position:relative;font-size:0;text-align:left}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol{width:50%;display:inline-block;text-align:left;vertical-align:top;margin:0 0;padding:0 30px;position:relative;box-sizing:border-box}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol p{color:#fff;font-size:16px;padding-bottom:15px}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol{width:100%}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li{display:block;box-sizing:border-box}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li .icon,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li .icon{display:inline-block;margin-right:16px;vertical-align:middle;width:40px;height:40px}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li.expands>a:after,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li.expands>a:after{content:"";background-repeat:no-repeat;background-position:0 0;background-size:10px;background-image:url(../images/icons/arrow-right.svg);opacity:0;right:0;top:0;width:10px;height:15px;position:absolute;transition:all .3s ease}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li.expands:hover>a:after,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li.expands:hover>a:after{opacity:1}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li:hover>a,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li:hover>a{color:#00aa98}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li>a,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li>a{font-size:16px;color:#fff;line-height:20px;display:inline-block;vertical-align:middle;cursor:pointer;position:relative;vertical-align:middle;transition:all .3s ease}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul>li>a strong,.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol>li>a strong{font-weight:600;display:block;font-size:16px;line-height:19px;padding-bottom:5px}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ul li{padding:6px 15px 0px 0}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol .typesOfArcheryNav li{padding:15px 15px 15px 0}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol li{padding:15px 15px 15px 0;counter-increment:item}.header .topNav>ul>li .subNav .navigationWrapper .subNavCol ol li:before{content:counter(item);border-radius:100%;background-color:#fff;color:#6700f0;font-size:18px;line-height:40px;width:40px;height:40px;text-align:center;display:inline-block;vertical-align:middle;font-weight:600;margin-right:16px}.overlayNav{background:#6700f0;color:#fff;display:none;z-index:500;transition:transform .5s ease-in-out;transform:translate3d(100%, 0, 0)}.overlayNav.open{transform:translate3d(0, 0, 0)}@media only screen and (max-width: 900px){.overlayNav{display:block}}.overlayNav .closeOverlayNav{position:absolute;top:25px;left:20px;cursor:pointer}.overlayNav .closeOverlayNav img{height:20px;width:20px}.overlayNav .inner{height:100vh}.overlayNav .inner>ul{padding:80px 20px;min-height:100vh;box-sizing:border-box}.overlayNav .inner>ul>li{font-size:28px;line-height:28px;border-bottom:1px solid #fff;padding:20px 0}.overlayNav .inner>ul>li:last-child,.overlayNav .inner>ul>li:nth-last-child(2){border-bottom:none}.overlayNav .inner>ul>li a{cursor:pointer;display:block}.overlayNav .inner>ul>li a.expands{background-image:url("/images/icons/arrow-right-white.svg");background-position:center right;background-size:20px;padding-right:35px;background-repeat:no-repeat;display:block;box-sizing:border-box}.overlayNav .inner>ul>li a.button{text-align:center;border-color:#fff;font-size:22px;line-height:28px;padding:15px}.overlayNav .inner>ul>li a.button:hover{border-color:#292929}.overlayNav .inner>ul>li .subNav{background:#6700f0;color:#fff;padding:60px 20px;transition:transform .3s ease-in-out;transform:translate3d(100%, 0, 0);box-sizing:border-box}.overlayNav .inner>ul>li .subNav.open{transform:translate3d(0, 0, 0)}@media only screen and (max-width: 900px){.overlayNav .inner>ul>li .subNav{z-index:501}}.overlayNav .inner>ul>li .subNav .navigationWrapper{padding-bottom:150px}.overlayNav .inner>ul>li .subNav .minimise{position:absolute;top:25px;left:20px;cursor:pointer}.overlayNav .inner>ul>li .subNav .minimise img{width:30px}.overlayNav .inner>ul>li .subNav .subNavCol{margin-top:20px}@media only screen and (max-width: 900px){.overlayNav .inner>ul>li .subNav .subNavCol{width:100%}}.overlayNav .inner>ul>li .subNav .subNavCol>p{font-size:16px;line-height:22px;border-bottom:1px solid #fff;padding:15px 0}.overlayNav .inner>ul>li .subNav .subNavCol.image{display:none}.overlayNav .inner>ul>li .subNav .subNavCol ul,.overlayNav .inner>ul>li .subNav .subNavCol ol{width:100%}.overlayNav .inner>ul>li .subNav .subNavCol ul.typesOfArcheryNav>li,.overlayNav .inner>ul>li .subNav .subNavCol ol.typesOfArcheryNav>li{font-size:0}.overlayNav .inner>ul>li .subNav .subNavCol ul.typesOfArcheryNav>li a,.overlayNav .inner>ul>li .subNav .subNavCol ol.typesOfArcheryNav>li a{width:calc(100% - 56px)}.overlayNav .inner>ul>li .subNav .subNavCol ul.typesOfArcheryNav>li .icon,.overlayNav .inner>ul>li .subNav .subNavCol ol.typesOfArcheryNav>li .icon{display:inline-block;margin-right:16px;vertical-align:middle;width:40px;height:40px}.overlayNav .inner>ul>li .subNav .subNavCol ul>li,.overlayNav .inner>ul>li .subNav .subNavCol ol>li{display:block;padding:15px 15px 15px 0;box-sizing:border-box}.overlayNav .inner>ul>li .subNav .subNavCol ul>li.expands>a:after,.overlayNav .inner>ul>li .subNav .subNavCol ol>li.expands>a:after{content:"";background-repeat:no-repeat;background-position:0 0;background-size:10px;background-image:url(../images/icons/arrow-right.svg);opacity:0;right:0;top:0;width:10px;height:15px;position:absolute;transition:all .3s ease}.overlayNav .inner>ul>li .subNav .subNavCol ul>li.expands:hover>a:after,.overlayNav .inner>ul>li .subNav .subNavCol ol>li.expands:hover>a:after{opacity:1}.overlayNav .inner>ul>li .subNav .subNavCol ul>li:hover>a,.overlayNav .inner>ul>li .subNav .subNavCol ol>li:hover>a{color:#00aa98}.overlayNav .inner>ul>li .subNav .subNavCol ul>li>a,.overlayNav .inner>ul>li .subNav .subNavCol ol>li>a{font-size:16px;color:#fff;line-height:22px;display:inline-block;vertical-align:middle;cursor:pointer;position:relative;vertical-align:middle;transition:all .3s ease}.overlayNav .inner>ul>li .subNav .subNavCol ul>li>a strong,.overlayNav .inner>ul>li .subNav .subNavCol ol>li>a strong{font-weight:600;display:block;font-size:18px;line-height:22px;padding-bottom:5px}.overlayNav .inner>ul>li .subNav .subNavCol ol li{counter-increment:item}.overlayNav .inner>ul>li .subNav .subNavCol ol li:before{content:counter(item);border-radius:100%;background-color:#fff;color:#6700f0;font-size:18px;line-height:40px;width:40px;height:40px;text-align:center;display:inline-block;vertical-align:middle;font-weight:600;margin-right:16px}.overlayNav,.overlayNav .subNav{position:fixed;top:0;left:0;bottom:0;height:100vh;width:100%}.overlayNav.open,.overlayNav .subNav.open{overflow-y:scroll;overflow-x:hidden;-webkit-overflow-scrolling:touch}.hero{background-repeat:no-repeat;background-size:cover;background-position:center center;min-height:85vh;position:relative;z-index:0;background-color:#dedede;padding-top:116px;box-sizing:border-box}@media only screen and (max-width: 768px){.hero{min-height:70vh}}.hero:after{content:"";background:rgba(0,0,0,.2);position:absolute;top:0;left:0;right:0;bottom:0}.hero .videoHolder{top:0;left:0;right:0;bottom:0;position:absolute;overflow:hidden}.hero .videoHolder video{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);min-height:100%;min-width:100%;transition:opacity 1s ease;opacity:0}.hero .videoHolder video.fadeIn{opacity:1}@media only screen and (max-width: 900px){.hero .videoHolder video{height:100%;min-width:auto}}.hero .textContainer{width:100%;max-width:860px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;z-index:1}.hero .textContainer h1{font-weight:600;font-size:120px;line-height:120px;color:#fff;margin-top:50px;margin-bottom:50px}@media only screen and (max-width: 768px){.hero .textContainer h1{font-size:50px;line-height:60px;margin-bottom:20px;margin-top:20px}}.hero .textContainer .button{margin:0 15px}@media only screen and (max-width: 768px){.hero .textContainer .button{margin:0 10px}}.hero .socialContainer{position:absolute;z-index:9;right:20px;top:50%;position:absolute;transform:translate(0%, -50%);width:25px}@media only screen and (max-width: 760px){.hero .socialContainer{display:none}}.hero .socialContainer .socialIcon{width:20px;padding:5px 0}.shortHero{background-repeat:no-repeat;background-size:cover;background-position:center center;height:400px;position:relative;z-index:0;margin-top:116px;box-sizing:border-box}@media only screen and (max-width: 768px){.shortHero{height:400px}}.shortHero .textContainer{width:100%;max-width:860px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);top:45%;transform:translate(-50%, -55%);text-align:center;padding:20px;box-sizing:border-box}.shortHero .textContainer h1,.shortHero .textContainer p{color:#fff}.shortHero .textContainer h1{margin-bottom:0}.shortHero .textContainer p{margin-top:30px}.shortHero .textContainer .button{margin:0 15px}.wrapper{width:100%;max-width:1420px;margin:0 auto;padding:0 50px;box-sizing:border-box;font-size:0}.wrapper.offset{z-index:1;margin-top:-80px;position:relative}@media only screen and (max-width: 1024px){.wrapper{padding:0 40px}}@media only screen and (max-width: 768px){.wrapper{padding:0 20px}}.homepageBlocks{margin-left:-25px;margin-right:-25px;font-size:0}@media only screen and (max-width: 900px){.homepageBlocks{margin:0 auto}}.homepageBlocks .blockLarge,.homepageBlocks .blockMedium,.homepageBlocks .blockSmall{display:inline-block;vertical-align:top;border-radius:36px;margin:25px;padding:50px;box-sizing:border-box;background-color:#fff;box-shadow:0px 10px 30px rgba(0,0,0,.0509803922)}@media only screen and (max-width: 900px){.homepageBlocks .blockLarge,.homepageBlocks .blockMedium,.homepageBlocks .blockSmall{margin:0 auto 30px;padding:20px;border-radius:18px}}.homepageBlocks .blockLarge.white,.homepageBlocks .blockMedium.white,.homepageBlocks .blockSmall.white{background-color:#fff}.homepageBlocks .blockLarge.teal,.homepageBlocks .blockMedium.teal,.homepageBlocks .blockSmall.teal{background-color:#00aa98;color:#fff;background-image:url("/images/learn-bg-3.png");background-position:top right;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 900px){.homepageBlocks .blockLarge.teal,.homepageBlocks .blockMedium.teal,.homepageBlocks .blockSmall.teal{background-size:auto 100%}}.homepageBlocks .blockLarge.purple,.homepageBlocks .blockMedium.purple,.homepageBlocks .blockSmall.purple{background-color:#6700f0;color:#fff;background-image:url("/images/start-archery-bg.png");background-position:top right;background-size:contain;background-repeat:no-repeat}@media only screen and (max-width: 900px){.homepageBlocks .blockLarge.purple,.homepageBlocks .blockMedium.purple,.homepageBlocks .blockSmall.purple{background-size:auto 100%}}.homepageBlocks .blockLarge.purple p,.homepageBlocks .blockMedium.purple p,.homepageBlocks .blockSmall.purple p{color:#fff}.homepageBlocks .blockLarge.fullWidthImage,.homepageBlocks .blockMedium.fullWidthImage,.homepageBlocks .blockSmall.fullWidthImage{background-position:top right;background-size:cover;background-repeat:no-repeat;color:#fff}.homepageBlocks .blockLarge h2,.homepageBlocks .blockMedium h2,.homepageBlocks .blockSmall h2{margin-bottom:30px}.homepageBlocks .blockLarge .textContainerHalf,.homepageBlocks .blockMedium .textContainerHalf,.homepageBlocks .blockSmall .textContainerHalf{width:55%;text-align:left}@media only screen and (max-width: 900px){.homepageBlocks .blockLarge .textContainerHalf,.homepageBlocks .blockMedium .textContainerHalf,.homepageBlocks .blockSmall .textContainerHalf{width:90%}}.homepageBlocks .blockLarge{width:calc(100% - 50px);height:550px}@media only screen and (max-width: 900px){.homepageBlocks .blockLarge{width:100%;height:300px}}.homepageBlocks .blockLarge h2{font-size:80px;line-height:80px}@media only screen and (max-width: 768px){.homepageBlocks .blockLarge h2{font-size:28px;line-height:36px}}.homepageBlocks .blockLarge p{margin-bottom:40px}.homepageBlocks .blockMedium{width:calc(66.66% - 50px);height:350px}@media only screen and (max-width: 900px){.homepageBlocks .blockMedium{width:100%;height:300px}}.homepageBlocks .blockSmall{width:calc(33.33% - 50px);height:350px}@media only screen and (max-width: 900px){.homepageBlocks .blockSmall{width:100%;height:300px}}.benefitsCol{width:calc(50% - 25px);margin:100px auto;margin-right:25px;display:inline-block;vertical-align:bottom}@media only screen and (max-width: 900px){.benefitsCol{width:100%;margin:50px auto}}.benefitsCol ol{font-size:0}.benefitsCol ol li{counter-increment:item;padding-top:40px}.benefitsCol ol li p{display:inline-block;position:relative;vertical-align:middle;width:calc(100% - 170px)}@media only screen and (max-width: 900px){.benefitsCol ol li p{width:calc(100% - 80px)}}.benefitsCol ol li strong{font-weight:600;display:block;font-size:28px;line-height:22px;padding-bottom:10px;color:#292929}@media only screen and (max-width: 768px){.benefitsCol ol li strong{font-size:20px;line-height:30px}}.benefitsCol ol li:before{content:counter(item);border-radius:100%;background-image:url("/images/icons/bullet-point.svg");background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;font-size:50px;line-height:100px;width:100px;height:100px;text-align:center;display:inline-block;vertical-align:middle;font-weight:600;margin-right:30px}@media only screen and (max-width: 900px){.benefitsCol ol li:before{font-size:25px;line-height:50px;width:50px;height:50px}}.testimonialsCol{width:calc(50% - 25px);margin:100px auto 100px;margin-left:25px;display:inline-block;vertical-align:bottom}@media only screen and (max-width: 900px){.testimonialsCol{width:100%;margin:50px auto}}.testimonialsCol .testimonialSlider{position:relative}.testimonialsCol .testimonialSlider .testimonialSlide{text-align:center;background-color:#fff;border-radius:36px;padding:0 50px 50px;height:550px;margin-top:150px;box-sizing:border-box;box-shadow:0px 5px 30px rgba(0,0,0,.0509803922)}@media only screen and (max-width: 900px){.testimonialsCol .testimonialSlider .testimonialSlide{border-radius:18px;padding:0 20px 20px;height:500px}}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer{padding:0 0 0;box-sizing:border-box;width:100%;max-width:400px;text-align:center;position:relative;top:-150px;margin:0 auto}@media only screen and (max-width: 900px){.testimonialsCol .testimonialSlider .testimonialSlide .textContainer{top:-100px}}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer img.testimonialPhoto{border-radius:50%;width:300px;height:300px;margin:0 auto;-o-object-fit:cover;object-fit:cover}@media only screen and (max-width: 900px){.testimonialsCol .testimonialSlider .testimonialSlide .textContainer img.testimonialPhoto{width:200px;height:200px}}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer .testimonialRating{display:block;margin:50px auto 0}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer .testimonialRating .star{width:25px;height:25px;display:inline-block;background-image:url("/images/icons/star.svg");background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:50%;margin:0 4px}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer strong{font-size:20px;line-height:20px;font-weight:600;color:#292929;display:block;margin-top:20px}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer p{margin-top:15px}.testimonialsCol .testimonialSlider .testimonialSlide .textContainer .testimonialAuthor{font-size:14px;text-transform:uppercase;letter-spacing:.4px;color:#292929}.testimonialsCol .slick-dots{bottom:50px}.homepageBlog{margin:100px auto 100px;font-size:0}@media only screen and (max-width: 900px){.homepageBlog{margin:50px auto}}.homepageBlog h2{margin-bottom:25px;display:inline-block}.homepageBlog .arrowLink{float:right;margin-top:3px}.homepageBlog .featuredArticleCol{width:calc(50% - 25px);display:inline-block;vertical-align:top;margin-right:25px;position:relative}@media only screen and (max-width: 900px){.homepageBlog .featuredArticleCol{width:100%;margin:0 auto 30px}}.homepageBlog .featuredArticleCol .imageContainer{position:relative;height:0;width:100%;padding-top:100%;overflow:hidden;display:block}.homepageBlog .featuredArticleCol img{border-radius:8px;-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}.homepageBlog .featuredArticleCol h3{margin-top:10px;font-size:28px;line-height:36px;position:absolute;bottom:50px;left:50px;width:80%;color:#fff}@media only screen and (max-width: 900px){.homepageBlog .featuredArticleCol h3{font-size:20px;line-height:30px;bottom:20px;left:20px}}.homepageBlog .latestArticlesCol{width:calc(50% - 25px);display:inline-block;vertical-align:top;margin-left:25px}@media only screen and (max-width: 900px){.homepageBlog .latestArticlesCol{width:100%;margin:0 auto 30px}}.homepageBlog .latestArticlesCol .latestArticlesInner{margin-left:-25px;margin-right:-25px}@media only screen and (max-width: 900px){.homepageBlog .latestArticlesCol .latestArticlesInner{margin-left:-10px;margin-right:-10px}}.homepageBlog .latestArticlesCol .blogItem{width:50%;display:inline-block;padding:0 25px 25px 25px;box-sizing:border-box;vertical-align:top}@media only screen and (max-width: 900px){.homepageBlog .latestArticlesCol .blogItem{padding:0 10px 20px 10px}}.homepageBlog .latestArticlesCol .blogItem .imageContainer{position:relative;height:0;width:100%;padding-top:75%;overflow:hidden;display:block}.homepageBlog .latestArticlesCol .blogItem img{border-radius:8px;-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}.homepageBlog .latestArticlesCol .blogItem h3{margin-top:10px}.homepageBlog .instagramWrapper{margin-top:50px}@media only screen and (max-width: 900px){.homepageBlog .instagramWrapper{margin:0 auto 30px}}.homepageBlog .instagramWrapper h2{color:#6700f0}.homepageBlog .instagramWrapper h2 img{vertical-align:top;width:30px;height:30px;margin-right:20px}@media only screen and (max-width: 760px){.homepageBlog .instagramWrapper h2 img{margin-right:10px}}.homepageBlog .instagramWrapper .instagramFeed{margin-left:-12.5px;margin-right:-12.5px}@media only screen and (max-width: 900px){.homepageBlog .instagramWrapper .instagramFeed{margin-left:-10px;margin-right:-10px}}.homepageBlog .instagramWrapper .instagramFeed a{display:inline-block;width:calc(16.666% - 25px);box-sizing:border-box;position:relative;margin:12.5px;position:relative;height:0;padding-top:calc(16.666% - 25px);overflow:hidden}@media only screen and (max-width: 768px){.homepageBlog .instagramWrapper .instagramFeed a{width:calc(50% - 20px);padding-top:calc(50% - 20px);margin:10px}}.homepageBlog .instagramWrapper .instagramFeed a img{border-radius:8px;-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}.newsletterSignupSection{padding:100px 0 100px}.newsletterSignupSection form{max-width:480px;margin:0 auto 0;width:100%;font-size:14px;line-height:22px;text-align:center}.newsletterSignupSection form h2{margin-top:25px}.newsletterSignupSection form p{margin-top:25px}.subtitleAbove{font-size:14px;text-transform:uppercase;letter-spacing:.4px;color:#6700f0}.subtitleAbove.white{color:#fff}.newsletterSignupForm ::-webkit-input-placeholder{font-size:14px;color:#595959}.newsletterSignupForm :-moz-placeholder{font-size:14px;color:#595959}.newsletterSignupForm ::-moz-placeholder{font-size:14px;color:#595959}.newsletterSignupForm :-ms-input-placeholder{font-size:14px;color:#595959}.newsletterSignupForm input[type=radio]{margin-left:20px;border-color:#efefef}.newsletterSignupForm .signupResponse{color:#6700f0;font-size:18px;font-weight:500;position:absolute;left:50%;position:absolute;transform:translate(-50%, 0%)}.newsletterSignupForm .gdprWrapper{font-size:11px;line-height:16px;margin-top:15px}@media only screen and (max-width: 768px){.newsletterSignupForm .gdprWrapper{position:relative}}.newsletterSignupForm .gdprWrapper input{border-radius:100%;border-color:#efefef}.newsletterSignupForm .gdprWrapper label{padding-left:5px;cursor:pointer}.newsletterSignupForm .inlineInputContainer{width:100%;border:1px solid #595959;border-radius:30px;font-size:0;margin-top:20px;box-sizing:border-box;max-width:480px}.newsletterSignupForm .inlineInputContainer #email{width:calc(100% - 130px);box-sizing:border-box;outline:none;margin:0 auto 15px;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;color:#595959;background:rgba(0,0,0,0);border:none;display:inline-block;margin:0}.newsletterSignupForm .inlineInputContainer button{width:130px;border-radius:30px;display:inline-block;box-sizing:border-box;outline:none;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;cursor:pointer;font-weight:500;transition:all .3s ease}.newsletterSignupForm .inlineInputContainer button:hover{border-color:#00d0ba;background-color:#00d0ba}.statSection{margin:100px auto}.statSection .statBlocksWrapper{margin-left:-25px;margin-right:-25px;font-size:0}@media only screen and (max-width: 900px){.statSection .statBlocksWrapper{margin-left:-10px;margin-right:-10px}}.statSection .statBlocksWrapper .stat{background-color:#fff;display:inline-block;vertical-align:top;border-radius:36px;margin:100px 25px 0;padding:25px;box-sizing:border-box;text-align:center}@media only screen and (max-width: 900px){.statSection .statBlocksWrapper .stat{border-radius:18px;margin:50px 10px 0;padding:20px;min-height:180px}}.statSection .statBlocksWrapper .stat .number{font-size:100px;font-weight:600;color:#6700f0;margin-top:-100px;display:block;position:relative}@media only screen and (max-width: 768px){.statSection .statBlocksWrapper .stat .number{font-size:50px;margin-top:-60px}}.statSection .statBlocksWrapper .stat p{font-size:28px;line-height:36px;font-weight:500;color:#292929;max-width:350px;margin:0 auto}@media only screen and (max-width: 768px){.statSection .statBlocksWrapper .stat p{font-size:20px;line-height:30px}}.statSection .statBlocksWrapper .stat.col_1-2{width:calc(50% - 50px)}@media only screen and (max-width: 900px){.statSection .statBlocksWrapper .stat.col_1-2{width:calc(100% - 20px)}}.statSection .statBlocksWrapper .stat.col_1-4{width:calc(25% - 50px)}@media only screen and (max-width: 900px){.statSection .statBlocksWrapper .stat.col_1-4{width:calc(50% - 20px)}}.partnerSection{margin:100px auto 200px;text-align:center}@media only screen and (max-width: 900px){.partnerSection{margin:50px auto 50px}}.partnerSection .partnerSlider{margin:50px auto}.partnerSection .partnerSlider .slick-track{margin:0 auto}.partnerSection .partnerSlider .partnerSlide .partnerBlock{text-align:center;background-color:#fff;border-radius:8px;height:150px;margin:0 12.5px;position:relative;padding:12.5px;box-sizing:border-box}.partnerSection .partnerSlider .partnerSlide .partnerBlock .partnerLogo{max-width:80%;max-height:90px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.slick-prev{background:none;border:none;outline:0;cursor:pointer;top:50%;transform:translateY(-50%);position:absolute;left:-30px;z-index:99;width:20px;padding:0}.slick-prev img{width:100%}@media only screen and (max-width: 768px){.slick-prev{display:none !important}}.slick-next{background:none;border:none;outline:0;cursor:pointer;top:50%;transform:translateY(-50%);position:absolute;right:-30px;z-index:99;width:20px;padding:0}.slick-next img{width:100%}@media only screen and (max-width: 768px){.slick-next{display:none !important}}.slick-dots{text-align:center;position:absolute;width:100%;bottom:-50px}@media only screen and (max-width: 768px){.slick-dots{margin-top:20px}}.slick-dots li{display:inline-block;margin:0 5px;background:rgba(0,0,0,0);width:14px;height:14px;border-radius:14px;overflow:hidden;padding:0;cursor:pointer;position:relative}.slick-dots li button{width:9px;height:9px;border-radius:9px;overflow:hidden;padding:0;cursor:pointer;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);font-size:0;background:#c1c1c1;border:none}.slick-dots li.slick-active{border:1px solid #c1c1c1}.slick-dots li.slick-active button{background:#595959}.featuredArticle{flex-wrap:wrap;display:flex;width:100%;margin:0 0 50px 0}.featuredArticle .articleImage,.featuredArticle .articleText{flex:1;display:inline-block;width:50%;vertical-align:middle;box-sizing:border-box;position:relative;box-sizing:border-box}@media only screen and (max-width: 900px){.featuredArticle .articleImage,.featuredArticle .articleText{width:100%;margin:0 auto;flex:0 0 100%}}.featuredArticle .articleImage{height:450px;border-radius:36px 0 0 36px}@media only screen and (max-width: 900px){.featuredArticle .articleImage{height:250px}}.featuredArticle .articleImage img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:36px 0 0 36px}@media only screen and (max-width: 900px){.featuredArticle .articleImage img{border-radius:18px 18px 0 0}}.featuredArticle .articleText{min-height:450px;position:relative;box-sizing:border-box;background-color:#fff;box-shadow:0px 10px 30px rgba(0,0,0,.0509803922);border-radius:0 36px 36px 0;display:flex}@media only screen and (max-width: 900px){.featuredArticle .articleText{border-radius:0 0 18px 18px;min-height:auto}}.featuredArticle .articleText .textWrapper{align-self:center;padding:50px 50px;box-sizing:border-box}.featuredArticle .articleText .textWrapper h2{margin-top:20px}.featuredArticle .articleText .textWrapper p{margin-top:30px}.featuredArticle .articleText .textWrapper .arrowLink{margin-top:60px}.imageCardGrid{margin:0 -25px;font-size:0}@media only screen and (max-width: 768px){.imageCardGrid{margin:0 -20px}}.imageCardGrid .col_1-2{width:calc(50% - 50px);margin:25px;display:inline-block;vertical-align:top}@media only screen and (max-width: 900px){.imageCardGrid .col_1-2{width:calc(100% - 40px);margin:20px}}.imageCardGrid .col_1-2 .imageCard{border-radius:36px}@media only screen and (max-width: 900px){.imageCardGrid .col_1-2 .imageCard{border-radius:18px}}.imageCardGrid .col_1-2 .imageCard .image{height:400px;border-radius:36px 36px 0 0}@media only screen and (max-width: 900px){.imageCardGrid .col_1-2 .imageCard .image{border-radius:18px 18px 0 0;height:250px}}.imageCardGrid .col_1-2 .imageCard .text{padding:40px 50px 80px;min-height:400px;position:relative;box-sizing:border-box}@media only screen and (max-width: 900px){.imageCardGrid .col_1-2 .imageCard .text{padding:30px 20px 30px;min-height:auto}}.imageCardGrid .col_1-2 .imageCard .text.archeryType{border-top:4px solid #6700f0}.imageCardGrid .col_1-2 .imageCard .text.archeryType .archeryIcon{background-color:#6700f0;border-radius:50%;width:80px;height:80px;top:-40px;position:absolute;right:25px}.imageCardGrid .col_1-2 .imageCard .text.archeryType .archeryIcon img{width:70px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.imageCardGrid .col_1-2 .imageCard .text .arrowLink{position:absolute;bottom:40px}@media only screen and (max-width: 768px){.imageCardGrid .col_1-2 .imageCard .text .arrowLink{position:relative;bottom:auto}}.imageCardGrid .col_1-3{width:calc(33.33% - 50px);margin:25px;display:inline-block;vertical-align:top}@media only screen and (max-width: 768px){.imageCardGrid .col_1-3{width:calc(100% - 40px);margin:20px}}.imageCardGrid .col_1-3 .imageCard{border-radius:8px}.imageCardGrid .col_1-3 .imageCard .image{height:250px;border-radius:8px 8px 0 0}.imageCardGrid .col_1-3 .imageCard .text{padding:25px 30px;min-height:250px}@media only screen and (max-width: 768px){.imageCardGrid .col_1-3 .imageCard .text{padding:30px 20px 30px}}.imageCardGrid .col_1-3 .imageCard .text h2{font-size:20px;line-height:26px;font-weight:500}.imageCardGrid .col_1-3 .imageCard .text p{font-size:14px;line-height:22px}.imageCardGrid .imageCard{background-color:#fff;box-shadow:0px 10px 30px rgba(0,0,0,.0509803922)}.imageCardGrid .imageCard .image{width:100%;-o-object-fit:cover;object-fit:cover}.imageCardGrid .imageCard .text{box-sizing:border-box;width:100%;border-top:4px solid #6700f0}.imageCardGrid .imageCard .text span{display:block;font-size:12px;color:#6700f0;text-transform:uppercase;margin-bottom:20px}@media only screen and (max-width: 760px){.imageCardGrid .imageCard .text span{font-size:10px;margin-top:15px}}.imageCardGrid .imageCard .text p{margin-top:20px}.imageCardGrid .imageCard .text .arrowLink{margin-top:30px}.arrowLink{background-image:url("/images/icons/arrow-right.svg");background-position:center right;background-size:20px;padding-right:35px;background-repeat:no-repeat;font-size:16px;color:#292929;font-weight:500;display:inline-block;cursor:pointer}.newsFilter{margin:50px 0 0;padding-bottom:25px}.newsFilter li{font-size:18px;line-height:26px;font-weight:500;display:inline-block;color:#6700f0;margin-right:25px}.newsFilter li a.filterLink{color:#292929}.newsFilter li a.filterLink.selected{border-bottom:2px solid #292929}.blogControls{text-align:center}.blogControls .blogPageNo{margin:25px;font-size:16px;color:#292929;font-weight:500}.blogControls .blogPageButton{margin:0 10px;min-width:120px}.pageContent{width:100%;box-sizing:border-box;background-color:#fff;border-radius:36px;box-shadow:0px 10px 15px rgba(0,0,0,.0509803922)}@media only screen and (max-width: 900px){.pageContent{border-radius:18px}}.pageContent .copy{width:calc(100% - 430px);box-sizing:border-box;padding:50px;display:inline-block;vertical-align:top;border-right:1px solid #efefef}@media only screen and (max-width: 1024px){.pageContent .copy{width:calc(100% - 300px);padding:40px}}@media only screen and (max-width: 900px){.pageContent .copy{width:100%;border-right:none;border-bottom:1px solid #efefef}}@media only screen and (max-width: 768px){.pageContent .copy{padding:30px 20px}}.pageContent .copy>:first-child{margin-top:0}.pageContent .copy .intro{font-size:20px;line-height:30px}.pageContent .copy>img,.pageContent .copy>p img,.pageContent .copy p>img{margin:40px auto 0;max-width:100%;height:auto;border-radius:8px}@media only screen and (max-width: 768px){.pageContent .copy>img,.pageContent .copy>p img,.pageContent .copy p>img{margin:30px auto 0}}.pageContent .copy h2{margin-top:40px}@media only screen and (max-width: 768px){.pageContent .copy h2{margin-top:30px}}.pageContent .copy h3{margin-top:30px}.pageContent .copy p{margin-top:30px}.pageContent .copy strong{font-weight:600}.pageContent .copy a{color:#6700f0;text-decoration:underline}.pageContent .copy ul{margin-top:30px;margin-left:18px}.pageContent .copy ul li{font-size:16px;color:#292929;line-height:26px}.pageContent .copy ul li:before{content:"•";color:#6700f0;font-size:15px;display:inline-block;width:18px;margin-left:-18px}.pageContent .copy ul li>ul{margin-top:0}.pageContent .copy ul li>ul>li:before{content:"•";color:#595959;font-size:15px;display:inline-block;width:18px;margin-left:-18px}.pageContent .copy ol{margin-top:30px;margin-left:18px;list-style:decimal}.pageContent .copy ol li{font-size:16px;color:#292929;line-height:26px}.pageContent .copy ol li>ul{margin-top:0}.pageContent .copy .button{margin-right:20px;color:#fff;text-decoration:none}.pageContent .copy hr{background-color:#efefef;height:2px;border:none;margin-top:30px}.pageContent .copy .iframeContainer{position:relative;height:0;overflow:hidden;padding-bottom:56.25%;margin:40px auto 0}@media only screen and (max-width: 900px){.pageContent .copy .iframeContainer{margin-top:20px}}.pageContent .copy .iframeContainer iframe{position:absolute;top:0;left:0;width:100%;height:100%}@media only screen and (max-width: 768px){.pageContent .copy .tableResponsive{overflow-y:hidden;overflow-x:scroll;width:100%}}.pageContent .copy table{margin-top:40px;padding-bottom:30px;margin-bottom:30px;font-weight:100;font-size:14px;line-height:22px;color:#595959;width:100% !important}@media only screen and (max-width: 1024px){.pageContent .copy table{font-size:12px}}@media only screen and (max-width: 768px){.pageContent .copy table{font-size:13px}.pageContent .copy table.longTable{min-width:760px}}.pageContent .copy table thead tr td{border:solid 1px #efefef;padding:12px;color:#fff;background:#6700f0;font-size:18px;line-height:26px;font-weight:500}.pageContent .copy table tr:nth-of-type(odd){background:rgba(239,239,239,.15)}.pageContent .copy table tr td{border:solid 1px #efefef;padding:12px;vertical-align:top;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.pageContent .copy table tr td .button{margin-bottom:0}.pageContent .copy table tr td p{padding-bottom:0}.pageContent .copy table tr td p:first-of-type{margin-top:0}.pageContent .copy table tr td p:last-of-type{margin-bottom:0}.pageContent .copy table tr th{border:solid 1px #efefef;padding:12px;color:#fff;background:#6700f0;font-size:18px;line-height:26px;font-weight:500}@media only screen and (max-width: 768px){.pageContent .copy table tr th{padding:12px}}.pageContent .sidebar{width:430px;box-sizing:border-box;padding:50px;display:inline-block;vertical-align:top}@media only screen and (max-width: 1024px){.pageContent .sidebar{width:300px;padding:40px}}@media only screen and (max-width: 900px){.pageContent .sidebar{width:100%}}@media only screen and (max-width: 768px){.pageContent .sidebar{padding:20px 20px}}.pageContent .sidebar .quicklinks,.pageContent .sidebar .resourceLinks,.pageContent .sidebar .relatedStoriesList{margin-bottom:50px}.pageContent .sidebar .quicklinks ul,.pageContent .sidebar .resourceLinks ul,.pageContent .sidebar .relatedStoriesList ul{margin-top:20px}.pageContent .sidebar .quicklinks ul li,.pageContent .sidebar .resourceLinks ul li,.pageContent .sidebar .relatedStoriesList ul li{font-size:16px;display:block;color:#595959;font-weight:400;border-bottom:1px solid #efefef;padding:15px 0}.pageContent .sidebar .quicklinks ul li:hover a,.pageContent .sidebar .resourceLinks ul li:hover a,.pageContent .sidebar .relatedStoriesList ul li:hover a{color:#6700f0}.pageContent .sidebar .resourceLinks ul li a{display:block}.pageContent .sidebar .resourceLinks ul li a span{width:calc(100% - 60px);display:inline-block;vertical-align:middle}.pageContent .sidebar .resourceLinks ul li a small{display:inline-block;vertical-align:middle;font-size:9px;text-transform:uppercase;letter-spacing:.3px;top:6px;position:relative}.pageContent .sidebar .quicklinks ul li a{background-image:url("/images/icons/arrow-right.svg");background-position:center right;background-size:20px;padding-right:35px;background-repeat:no-repeat;display:block}.pageContent .sidebar .relatedStoriesList h3{display:inline-block;color:#6700f0}.pageContent .sidebar .relatedStoriesList .arrowLink{float:right}.pageContent .sidebar .relatedStoriesList ul li{font-size:0}.pageContent .sidebar .relatedStoriesList ul li img{width:80px;height:80px;-o-object-fit:cover;object-fit:cover;border-radius:8px;margin-right:20px;display:inline-block;vertical-align:middle}.pageContent .sidebar .relatedStoriesList ul li .articleTitle{width:calc(100% - 100px);display:inline-block;vertical-align:middle;font-size:16px;color:#595959;font-weight:400}.pageContent .sidebar .shareList h3{color:#6700f0;display:inline-block;vertical-align:middle;padding-right:20px}.pageContent .sidebar .shareList .socialIcon{width:20px;margin-right:20px;display:inline-block;vertical-align:middle;cursor:pointer}.pageContent .sidebar .sidebarBlock{width:100%;height:250px;background-size:cover;background-position:center center;background-repeat:no-repeat;border-radius:8px;margin-bottom:25px;box-sizing:border-box;padding:25px;position:relative}@media only screen and (max-width: 1024px){.pageContent .sidebar .sidebarBlock{height:200px;padding:20px}}@media only screen and (max-width: 900px){.pageContent .sidebar .sidebarBlock{height:300px;padding:25px}}.pageContent .sidebar .sidebarBlock h2{font-size:20px;line-height:28px;color:#fff}@media only screen and (max-width: 1024px){.pageContent .sidebar .sidebarBlock h2{font-size:16px;line-height:20px}}@media only screen and (max-width: 900px){.pageContent .sidebar .sidebarBlock h2{font-size:20px;line-height:28px}}.pageContent .sidebar .sidebarBlock .button{position:absolute;bottom:25px}.pageContent>.intro{padding:100px 50px 50px;max-width:860px;width:100%;box-sizing:border-box;text-align:center;margin:0 auto}@media only screen and (max-width: 900px){.pageContent>.intro{padding:50px 20px 50px}}.pageContent>.intro p{font-size:20px;line-height:30px}@media only screen and (max-width: 900px){.pageContent>.intro p{font-size:16px;line-height:20px}}.pageContent .kitGuideGrid{width:100%;padding:50px 25px 100px;box-sizing:border-box;font-size:0}@media only screen and (max-width: 900px){.pageContent .kitGuideGrid{padding:50px 10px 50px}}.pageContent .kitGuideGrid .col_1-2{width:50%;padding:25px;box-sizing:border-box;display:inline-block;vertical-align:top}@media only screen and (max-width: 900px){.pageContent .kitGuideGrid .col_1-2{width:100%;padding:20px 10px}}.pageContent .kitGuideGrid .col_1-2 .imageHolder{position:relative;height:0;width:100%;padding-top:75%;overflow:hidden;display:block}.pageContent .kitGuideGrid .col_1-2 .imageHolder img{border-radius:36px;-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}@media only screen and (max-width: 900px){.pageContent .kitGuideGrid .col_1-2 .imageHolder img{border-radius:18px}}.pageContent .kitGuideGrid .col_1-2 .imageHolder h3{position:absolute;bottom:0;left:0;background-color:#6700f0;color:#fff;padding:5px 25px;border-radius:0 36px 0 36px}@media only screen and (max-width: 900px){.pageContent .kitGuideGrid .col_1-2 .imageHolder h3{border-radius:0 18px 0 18px}}.pageContent .kitGuideGrid .col_1-2 p{box-sizing:border-box;margin:0 auto;padding:25px}.pageContent .kitGuideGrid .col_1-4{width:25%;padding:25px;box-sizing:border-box;display:inline-block;vertical-align:top}@media only screen and (max-width: 900px){.pageContent .kitGuideGrid .col_1-4{width:50%;padding:20px 10px}}.pageContent .kitGuideGrid .col_1-4 .imageHolder{position:relative;height:0;width:100%;padding-top:75%;overflow:hidden;display:block}.pageContent .kitGuideGrid .col_1-4 .imageHolder img{border-radius:8px;-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}.pageContent .kitGuideGrid .col_1-4 h3{color:#00aa98;margin-top:15px}.pageContent .kitGuideGrid .col_1-4 p{box-sizing:border-box;margin:10px auto 0;font-size:14px;line-height:22px}.pageContent .arrowSection{flex-wrap:wrap;display:flex;width:100%;margin:0 0 100px}.pageContent .arrowSection .arrowImage,.pageContent .arrowSection .arrowText{flex:1;display:inline-block;width:50%;vertical-align:middle;box-sizing:border-box;position:relative;box-sizing:border-box}@media only screen and (max-width: 900px){.pageContent .arrowSection .arrowImage,.pageContent .arrowSection .arrowText{width:100%;flex:0 0 100%}}.pageContent .arrowSection .arrowImage{height:650px}@media only screen and (max-width: 900px){.pageContent .arrowSection .arrowImage{height:0;width:100%;padding-top:100%;box-sizing:border-box}}.pageContent .arrowSection .arrowImage img{-o-object-fit:cover;object-fit:cover;position:absolute;height:100%;width:100%;left:0;top:0}.pageContent .arrowSection .arrowText{min-height:650px;position:relative;box-sizing:border-box;background-color:#6700f0;display:flex;color:#fff}.pageContent .arrowSection .arrowText .textWrapper{align-self:center;padding:50px 50px;box-sizing:border-box}@media only screen and (max-width: 900px){.pageContent .arrowSection .arrowText .textWrapper{padding:20px 20px}}.pageContent .arrowSection .arrowText .textWrapper h2{color:#fff}.pageContent .arrowSection .arrowText .textWrapper p{margin-top:30px;color:#fff}.pageContent .arrowSection .arrowText .textWrapper ol{margin-top:30px;padding-left:20px}.pageContent .arrowSection .arrowText .textWrapper ol li{font-size:14px;line-height:22px;margin-top:15px;list-style:decimal-leading-zero;padding-left:10px}.pageContent .arrowSection .arrowText .textWrapper ol li strong{font-weight:600}.divider{width:100%;margin:50px auto 0;overflow:hidden;text-align:center}@media only screen and (max-width: 900px){.divider{margin:0 auto 0}}.divider.purple{color:#6700f0}.divider.purple:before,.divider.purple:after{border-bottom:2px solid #6700f0}.divider.teal{color:#00aa98}.divider.teal:before,.divider.teal:after{border-bottom:2px solid #00aa98}.divider:before,.divider:after{content:"";vertical-align:middle;display:inline-block;width:50%;margin:0 2% 0 -55%}.divider:after{margin:0 -55% 0 2%}.accordions{margin:30px 0 30px;font-size:0}@media only screen and (max-width: 768px){.accordions{margin:20px 0 20px}}.accordions .accordion{margin:0;color:#595959;font-size:18px;line-height:36px;letter-spacing:.2px;font-weight:500;background-color:#fff;cursor:pointer;padding:15px 15px;width:100%;border:none;text-align:left;outline:none;transition:.4s;border-radius:0;box-sizing:border-box;border-top:1px solid #efefef;border-bottom:1px solid #efefef}@media only screen and (max-width: 1040px){.accordions .accordion{padding:15px 20px}}.accordions .accordion:hover,.accordions .accordion.active{color:#6700f0}.accordions .accordion:hover:after,.accordions .accordion.active:after{color:#6700f0}.accordions .accordion:after{content:"+";color:#6700f0;float:right;margin-left:5px;font-size:30px}.accordions .accordion.active:after{content:"−"}.accordions .panel{background-color:#fff;max-height:0;overflow:hidden;transition:max-height .2s ease-out;margin-top:-1px}.accordions .panel .inner{box-sizing:border-box;padding:25px}.accordions .panel .inner>:first-child{margin-top:0}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s ease}footer{margin-top:100px;background-color:#fff;padding:100px 0 50px;box-sizing:border-box;width:100%;height:auto;position:relative}footer:before{content:url("/images/icons/footer-star.svg");position:absolute;top:-37px;right:0;width:80px;height:80px}footer:after{content:"";background:#6700f0;position:absolute;left:0;top:0;height:5px;width:calc(100% - 40px)}@media only screen and (max-width: 768px){footer .wrapper{padding:0 10px}}footer .col_1-4{width:25%;display:inline-block;vertical-align:top;box-sizing:border-box;padding-right:25px;margin-bottom:40px}@media only screen and (max-width: 768px){footer .col_1-4{width:50%;padding:0 10px 0}}footer .col_1-4 span{font-weight:500;color:#292929;line-height:1;font-size:18px}footer .col_1-4 ul{margin-top:20px}footer .col_1-4 ul li{font-size:13px;line-height:24px;color:#595959;padding-bottom:5px}footer .col_1-4 ul li a:hover{color:#6700f0}footer .col_2-4{width:50%;display:inline-block;vertical-align:top;padding-left:10%;box-sizing:border-box;margin-bottom:40px}@media only screen and (max-width: 768px){footer .col_2-4{width:100%;padding:20px 10px 0}}footer .col_2-4 span{font-weight:500;color:#292929;line-height:1;font-size:18px}footer .col_2-4 .signupResponse{position:relative;margin:15px 0}footer .col_2-4 .socialIcon{width:25px;margin-right:25px}footer .archeryGbLogo{width:100%;vertical-align:middle;display:inline-block}footer p.small{font-size:10px;font-weight:400;line-height:16px}footer .bottom{width:100%;display:block;font-size:0;margin:0 0 0}footer .bottom a:hover{text-decoration:underline}footer .bottom .left{width:50%;display:inline-block;vertical-align:bottom;text-align:left}@media only screen and (max-width: 768px){footer .bottom .left{width:100%;padding:0 10px 10px}}footer .bottom .right{width:50%;text-align:right;display:inline-block;vertical-align:bottom}@media only screen and (max-width: 768px){footer .bottom .right{width:100%;padding:0 10px 0;text-align:left}}.signupHeader{margin:0 auto;padding:60px 0;width:100%}.signupLogo{width:250px;margin:0 auto;display:block}#page_camping-caravanning-club,#page_big-weekend,#page_game-fair{background-image:url("/images/bg.png");background-size:cover;background-position:center center;background-repeat:no-repeat}.pageContainer{width:100%;padding:216px 20px 0;box-sizing:border-box}.whiteRoundedBox{background:#fff;border-radius:40px;max-width:560px;width:100%;padding:50px 75px;box-sizing:border-box;margin:0 auto;text-align:center;box-shadow:0px 10px 15px rgba(0,0,0,.0509803922)}@media only screen and (max-width: 768px){.whiteRoundedBox{padding:40px 20px}}.whiteRoundedBox p{margin-top:20px}.whiteRoundedBox #event_signup_form,.whiteRoundedBox #big_weekend_signup_form{max-width:380px;margin:30px auto 0;width:100%;font-size:14px;line-height:22px}.whiteRoundedBox #event_signup_form ::-webkit-input-placeholder,.whiteRoundedBox #big_weekend_signup_form ::-webkit-input-placeholder{font-size:14px;color:#595959}.whiteRoundedBox #event_signup_form :-moz-placeholder,.whiteRoundedBox #big_weekend_signup_form :-moz-placeholder{font-size:14px;color:#595959}.whiteRoundedBox #event_signup_form ::-moz-placeholder,.whiteRoundedBox #big_weekend_signup_form ::-moz-placeholder{font-size:14px;color:#595959}.whiteRoundedBox #event_signup_form :-ms-input-placeholder,.whiteRoundedBox #big_weekend_signup_form :-ms-input-placeholder{font-size:14px;color:#595959}.whiteRoundedBox #event_signup_form input[type=text],.whiteRoundedBox #event_signup_form input[type=number],.whiteRoundedBox #event_signup_form select,.whiteRoundedBox #big_weekend_signup_form input[type=text],.whiteRoundedBox #big_weekend_signup_form input[type=number],.whiteRoundedBox #big_weekend_signup_form select{width:100%;box-sizing:border-box;display:block;border:1px solid #595959;outline:none;margin:0 auto 15px;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;color:#595959;background:#fff}.whiteRoundedBox #event_signup_form input[type=radio],.whiteRoundedBox #event_signup_form input[type=checkbox],.whiteRoundedBox #big_weekend_signup_form input[type=radio],.whiteRoundedBox #big_weekend_signup_form input[type=checkbox]{margin-left:15px;border-color:#595959;transform:scale(1.5)}.whiteRoundedBox #event_signup_form span,.whiteRoundedBox #big_weekend_signup_form span{display:block;margin-bottom:5px}.whiteRoundedBox #event_signup_form select,.whiteRoundedBox #big_weekend_signup_form select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("/images/icons/arrow-down.svg");background-position:calc(100% - 14px);background-repeat:no-repeat}.whiteRoundedBox #event_signup_form button,.whiteRoundedBox #big_weekend_signup_form button{width:100%;box-sizing:border-box;display:block;background:#00aa98;color:#fff;border:1px solid #00aa98;outline:none;margin:15px auto;padding:10px 20px;border-radius:30px;font-size:16px;line-height:22px;cursor:pointer;font-weight:500;transition:all .3s ease}.whiteRoundedBox #event_signup_form button:hover,.whiteRoundedBox #big_weekend_signup_form button:hover{border-color:#00d0ba;background-color:#00d0ba}.whiteRoundedBox #event_signup_form .signupResponse,.whiteRoundedBox #big_weekend_signup_form .signupResponse{color:#6700f0;font-size:18px;font-weight:500}.whiteRoundedBox #event_signup_form .ageWrapper,.whiteRoundedBox #big_weekend_signup_form .ageWrapper{margin-bottom:15px}.whiteRoundedBox #event_signup_form .ageWrapper label,.whiteRoundedBox #big_weekend_signup_form .ageWrapper label{font-size:14px;line-height:16px;padding-left:5px;cursor:pointer}.whiteRoundedBox #event_signup_form .gdprWrapper,.whiteRoundedBox #big_weekend_signup_form .gdprWrapper{margin-bottom:15px;background:#efefef;padding:10px;border-radius:8px}@media only screen and (max-width: 768px){.whiteRoundedBox #event_signup_form .gdprWrapper,.whiteRoundedBox #big_weekend_signup_form .gdprWrapper{position:relative}}.whiteRoundedBox #event_signup_form .gdprWrapper input,.whiteRoundedBox #big_weekend_signup_form .gdprWrapper input{border-radius:100%;border-color:#efefef;margin-left:0}.whiteRoundedBox #event_signup_form .gdprWrapper span,.whiteRoundedBox #big_weekend_signup_form .gdprWrapper span{font-size:14px;line-height:22px}.whiteRoundedBox #event_signup_form .gdprWrapper label,.whiteRoundedBox #big_weekend_signup_form .gdprWrapper label{font-size:14px;line-height:16px;padding-left:5px;cursor:pointer}.whiteRoundedBox .cotswoldLogo{width:150px;margin:50px auto 0;display:block}input[type=text],select{width:100%;box-sizing:border-box;display:block;border:1px solid #595959;outline:none;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;color:#595959;background:#fff}input[type=text].error,select.error{border-color:red !important}input[type=radio]{margin-left:20px;border-color:#efefef}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("/images/icons/arrow-down.svg");background-position:calc(100% - 14px);background-repeat:no-repeat}.mapKey{margin-top:30px}.mapKey img{width:60px !important;display:inline-block;vertical-align:top}.mapKey p{display:inline-block;vertical-align:top;width:calc(100% - 60px);padding-left:15px;box-sizing:border-box;margin-top:0 !important}.clubFinderSearch,.experiencesFinderSearch{font-size:0;margin:50px auto}.clubFinderSearch .searchInputCol,.experiencesFinderSearch .searchInputCol{width:calc(33.33% - 15px);display:inline-block;vertical-align:middle;padding-right:20px;box-sizing:border-box}@media only screen and (max-width: 1240px){.clubFinderSearch .searchInputCol,.experiencesFinderSearch .searchInputCol{width:100%;padding:0 0 20px}}@media only screen and (max-width: 1300px){.clubFinderSearch .searchInputCol input,.clubFinderSearch .searchInputCol select,.experiencesFinderSearch .searchInputCol input,.experiencesFinderSearch .searchInputCol select{font-size:13px}}@media only screen and (max-width: 1260px){.clubFinderSearch .searchInputCol input,.clubFinderSearch .searchInputCol select,.experiencesFinderSearch .searchInputCol input,.experiencesFinderSearch .searchInputCol select{font-size:12px}}.clubFinderSearch .searchIconCol,.experiencesFinderSearch .searchIconCol{width:45px;display:inline-block;vertical-align:middle}@media only screen and (max-width: 1240px){.clubFinderSearch .searchIconCol,.experiencesFinderSearch .searchIconCol{width:100%;padding:0 0;background:#6700f0;border-radius:30px;text-align:center}}.clubFinderSearch .searchIconCol .searchIcon,.experiencesFinderSearch .searchIconCol .searchIcon{width:45px;margin:0;padding:0}.clubFinderSearch .searchInputCol{width:calc(50% - 22.5px)}@media only screen and (max-width: 1240px){.clubFinderSearch .searchInputCol{width:100%;padding-right:0 20px}}.mapSection{height:600px;width:100%;margin-bottom:50px}.mapSection #map{position:relative;width:100%;height:100%;border-radius:8px}@media only screen and (max-width: 760px){.mapSection{height:400px}}.clubFinderResults .oneResult,.experiencesFinderResults .oneResult{width:calc(50% - 20px);margin:0px 10px 20px;display:inline-block;vertical-align:top;background-color:#efefef;box-sizing:border-box;padding:25px 25px;border-radius:10px;min-height:425px}@media only screen and (max-width: 1200px){.clubFinderResults .oneResult,.experiencesFinderResults .oneResult{width:calc(50% - 20px)}}@media only screen and (max-width: 670px){.clubFinderResults .oneResult,.experiencesFinderResults .oneResult{width:100%;margin:0px 0 20px;padding:25px 25px 10px}}.clubFinderResults .oneResult h3,.experiencesFinderResults .oneResult h3{display:inline-block;margin:0;padding-bottom:5px}.clubFinderResults .oneResult h4 small,.experiencesFinderResults .oneResult h4 small{font-size:10px;font-weight:400;line-height:16px;display:block;color:#595959}.clubFinderResults .oneResult .date,.experiencesFinderResults .oneResult .date{font-size:14px;text-transform:uppercase;letter-spacing:.4px;color:#6700f0;display:block;margin-bottom:5px}.clubFinderResults .oneResult .info,.experiencesFinderResults .oneResult .info{border-top:1px solid #6700f0;box-sizing:border-box;padding:18px 0 0;margin-top:15px}.clubFinderResults .oneResult .info img,.experiencesFinderResults .oneResult .info img{display:inline-block;margin:0 15px 15px 0;width:15px;position:relative}@media only screen and (max-width: 760px){.clubFinderResults .oneResult .info img,.experiencesFinderResults .oneResult .info img{margin-right:13px;margin-bottom:15px}}.clubFinderResults .oneResult .info img.scholar,.experiencesFinderResults .oneResult .info img.scholar{width:24px;margin-right:12px}@media only screen and (max-width: 760px){.clubFinderResults .oneResult .info img.scholar,.experiencesFinderResults .oneResult .info img.scholar{width:22px;margin-right:18px;margin-top:2px}}.clubFinderResults .oneResult .info img.email,.experiencesFinderResults .oneResult .info img.email{margin-top:0px}@media only screen and (max-width: 760px){.clubFinderResults .oneResult .info img.email,.experiencesFinderResults .oneResult .info img.email{margin-top:3px}}.clubFinderResults .oneResult .info span,.clubFinderResults .oneResult .info p,.experiencesFinderResults .oneResult .info span,.experiencesFinderResults .oneResult .info p{font-weight:100;font-size:12px;display:inline-block;margin-bottom:15px;margin-top:0;vertical-align:top;line-height:18px;width:calc(100% - 40px)}.clubFinderResults .oneResult .info span.address,.clubFinderResults .oneResult .info p.address,.experiencesFinderResults .oneResult .info span.address,.experiencesFinderResults .oneResult .info p.address{text-transform:capitalize}.clubFinderResults .oneResult .info a,.experiencesFinderResults .oneResult .info a{cursor:pointer}.clubFinderResults .oneResult .info a span,.experiencesFinderResults .oneResult .info a span{color:#6700f0}.clubFinderResults .oneResult .info a:hover span,.experiencesFinderResults .oneResult .info a:hover span{text-decoration:underline}.loadMoreHolder{text-align:center}.signupFooter{margin:0 auto;width:100%;text-align:center;padding:60px 20px;box-sizing:border-box}.signupFooter .socialIcon{display:inline-block;margin:0 10px;vertical-align:middle}.signupFooter p{color:#fff;margin-top:30px;font-size:10px}.signupFooter p a{text-decoration:underline}.cookieBar{right:20px;position:absolute;transform:translate(0, 200%);position:fixed;bottom:20px;width:90%;max-width:350px;border-radius:18px;background:#fff;color:#292929;padding:20px;box-sizing:border-box;font-size:0;z-index:5000;box-shadow:0px 10px 30px rgba(0,0,0,.0509803922);transition:transform .4s ease}.cookieBar.show{transform:translate(0, 0)}@media only screen and (max-width: 768px){.cookieBar{text-align:center}}.cookieBar .cookieInfo{display:inline-block}@media only screen and (max-width: 768px){.cookieBar .cookieInfo{display:block;margin-bottom:15px}}.cookieBar .cookieInfo p{font-size:14px;position:relative;line-height:20px}.cookieBar .cookieInfo p a{text-decoration:underline}.cookieBar .cookieButton{float:left;margin-top:10px}.cookieBar .cookieButton a{padding:8px 20px 7px;font-size:11px;background:#6700f0;color:#fff;border-radius:30px;display:block;border:none;transition:all .3s ease}.cookieBar .cookieButton a:hover{background-color:#00d0ba}@media only screen and (max-width: 768px){.cookieBar .cookieButton{float:none}}#competition_table{font-size:16px;line-height:22px;width:100%;border-collapse:separate;border-spacing:0 12px;margin-top:-30px}@media only screen and (max-width: 760px){#competition_table{font-size:14px;line-height:20px;margin-top:-40px}}#competition_table tr{background:#fff}#competition_table tr.grey{background:#f7f7f7;margin-bottom:20px;position:relative;z-index:1}@media only screen and (max-width: 1200px){#competition_table tr.headerRow{display:none}}#competition_table tr.headerRow th{padding:0;font-size:14px;color:#595959;border:none;background:none;padding:0px 30px}@media only screen and (max-width: 1340px){#competition_table tr.headerRow th{padding:0 24px}}@media only screen and (max-width: 1240px){#competition_table tr.headerRow th{padding:0 20px}}#competition_table tr.headerRow th p{margin:0;padding:0;font-weight:100}@media only screen and (max-width: 1340px){#competition_table tr.headerRow th p{font-size:14px}}#competition_table tr.headerRow th.dateTitle{padding-left:0}#competition_table tr td{border:none;padding:22px 30px;vertical-align:middle}@media only screen and (max-width: 1340px){#competition_table tr td{padding:16px 24px}}@media only screen and (max-width: 1240px){#competition_table tr td{padding:12px 20px}}#competition_table tr td p{display:block}@media only screen and (max-width: 1340px){#competition_table tr td p{font-size:14px;line-height:22px}}#competition_table tr td.searchTitle{padding:45px 0 0px}#competition_table tr td.searchTitle h1{display:block;font-size:26px;line-height:1;margin-bottom:0;padding-bottom:0}@media only screen and (max-width: 1200px){#competition_table tr td.searchTitle h1{font-size:22px}}#competition_table tr td.month{padding:30px 0 0px}#competition_table tr td.month h1{display:block;margin-bottom:0;font-size:26px;font-weight:100;color:#6700f0}@media only screen and (max-width: 1340px){#competition_table tr td.month h1{font-size:24px}}@media only screen and (max-width: 1200px){#competition_table tr td.month h1{font-size:22px;line-height:30px}}#competition_table tr td.month h1 span{color:#aaa}#competition_table tr td.month h1 span.noResults{color:#292929;font-size:18px;line-height:30px;display:block}@media only screen and (max-width: 1200px){#competition_table tr td.month h1 span.noResults{font-size:13px;line-height:19px}}#competition_table tr td.date{text-align:center;width:90px;box-sizing:border-box;padding:13px 3px 8px;border-top-left-radius:8px;border-bottom-left-radius:8px}@media only screen and (max-width: 1340px){#competition_table tr td.date{width:70px;padding:10px 3px 6px}}@media only screen and (max-width: 1200px){#competition_table tr td.date{display:block;width:50px;padding:16px 5px 13px;vertical-align:top;box-sizing:border-box;border-radius:6px;margin-top:20px;margin-left:20px;margin-bottom:5px}}#competition_table tr td.date.blue{background:#6fbeeb}#competition_table tr td.date.red{background:#ff3c4e}#competition_table tr td.date.purple{background:#6700f0}#competition_table tr td.date.teal{background:#00aa98}#competition_table tr td.date.yellow{background:#fdd703}#competition_table tr td.date.navy{background:#112d5c}#competition_table tr td.date span{font-size:44px;color:#fff;display:block}@media only screen and (max-width: 1340px){#competition_table tr td.date span{font-size:30px}}@media only screen and (max-width: 1200px){#competition_table tr td.date span{font-size:24px}}#competition_table tr td.resourceTitle{max-width:400px}#competition_table tr td.event{max-width:400px;min-width:170px;box-sizing:border-box}#competition_table tr td.event p{color:#aaa}#competition_table tr td.event p span{color:#000}@media only screen and (max-width: 1200px){#competition_table tr td.event{display:block;box-sizing:border-box}}@media only screen and (max-width: 1200px){#competition_table tr td.region{display:block;box-sizing:border-box;padding-top:2px}}#competition_table tr td.region p{text-transform:capitalize;color:#595959;font-size:13px;line-height:20px}#competition_table tr td.region p span{color:#000}#competition_table tr td.link{text-align:right;width:138px;border-top-right-radius:8px;border-bottom-right-radius:8px}#competition_table tr td.link a{cursor:pointer;text-decoration:none}@media only screen and (max-width: 1340px){#competition_table tr td.link a{font-size:14px}}@media only screen and (max-width: 1200px){#competition_table tr td.link{width:100%;text-align:left;display:block;box-sizing:border-box;padding-bottom:20px;padding-top:2px}}#competition_table tr.expand{background:#fff;position:relative;z-index:2;transform:translate(0, 0);display:none}#competition_table tr.expand.open{display:table-row}#competition_table tr.expand td{background:#fff;position:relative;top:-16px;padding:20px 0 30px 30px;box-sizing:border-box;z-index:2;border-left:1px solid #dedede;border-right:1px solid #dedede;border-bottom:1px solid #dedede;border-top:1px solid #dedede;border-bottom-left-radius:8px;border-bottom-right-radius:8px}@media only screen and (max-width: 1200px){#competition_table tr.expand td{border-radius:0;top:-14px}}#competition_table tr.expand td .expandSection{font-size:0}#competition_table tr.expand td .expandSection .col{display:inline-block;vertical-align:top;box-sizing:border-box}#competition_table tr.expand td .expandSection .col.col_1-2{width:50%;padding-right:30px}@media only screen and (max-width: 1200px){#competition_table tr.expand td .expandSection .col.col_1-2{width:100%}}#competition_table tr.expand td .expandSection .col.col_1-4{width:25%;padding-right:30px}@media only screen and (max-width: 1200px){#competition_table tr.expand td .expandSection .col.col_1-4{width:50%}}@media only screen and (max-width: 500px){#competition_table tr.expand td .expandSection .col.col_1-4{width:100%;padding-right:0}}#competition_table tr.expand td .expandSection .col p{font-size:13px;line-height:20px;margin-top:20px;word-break:keep-all;-webkit-hyphens:none;hyphens:none}@media only screen and (max-width: 1340px){#competition_table tr.expand td .expandSection .col p{font-size:12px;line-height:19px;margin-top:10px}}#competition_table tr.expand td .expandSection .col p span{display:inline-block}#competition_table tr.expand td .expandSection .col p span img{width:14px;margin-right:10px;position:relative}#competition_table tr.expand td .expandSection .col p strong{font-weight:100;color:#000}#competition_table tr.expand td .expandSection .col p strong.title{display:block}#competition_table tr.expand td .expandSection .col p strong.inline{display:inline-block;width:calc(100% - 40px);vertical-align:top}#competition_table tr.expand td .expandSection .col p>a{text-decoration:underline;color:#6700f0;line-height:1;text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 35px);overflow:hidden;display:inline-block}#competition_table tr.expand td .expandSection .col .button{margin-top:25px}@media only screen and (max-width: 1340px){#competition_table tr.expand td .expandSection .col .button{margin-bottom:20px;margin-top:20px}}.signupOverlay,.popupOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(41,41,41,.6);z-index:99999;opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}.signupOverlay.open,.popupOverlay.open{opacity:1;visibility:visible;transition:opacity .4s}.signupOverlay .signupHolder,.popupOverlay .signupHolder{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:90%;max-width:600px;position:absolute;background:#fff;border-radius:36px}.signupOverlay .signupHolder .inner,.popupOverlay .signupHolder .inner{padding:50px 50px;text-align:center}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner,.popupOverlay .signupHolder .inner{padding:20px}}.signupOverlay .signupHolder .inner p.subscribeResponse,.popupOverlay .signupHolder .inner p.subscribeResponse{padding:0;margin-top:20px;display:none;color:#6700f0;font-size:18px;font-weight:500}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner p.subscribeResponse,.popupOverlay .signupHolder .inner p.subscribeResponse{font-size:13px;line-height:18px}}.signupOverlay .signupHolder .inner p.subscribeResponse.success,.popupOverlay .signupHolder .inner p.subscribeResponse.success{margin-top:10px}.signupOverlay .signupHolder .inner form,.popupOverlay .signupHolder .inner form{max-width:480px;margin:0 auto 0;width:100%;font-size:14px;line-height:22px;text-align:center}.signupOverlay .signupHolder .inner form h2,.signupOverlay .signupHolder .inner form p,.popupOverlay .signupHolder .inner form h2,.popupOverlay .signupHolder .inner form p{margin-top:25px}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner form h2,.signupOverlay .signupHolder .inner form p,.popupOverlay .signupHolder .inner form h2,.popupOverlay .signupHolder .inner form p{margin-top:10px}}.signupOverlay .signupHolder .inner form ::-webkit-input-placeholder,.popupOverlay .signupHolder .inner form ::-webkit-input-placeholder{font-size:14px;color:#595959}.signupOverlay .signupHolder .inner form :-moz-placeholder,.popupOverlay .signupHolder .inner form :-moz-placeholder{font-size:14px;color:#595959}.signupOverlay .signupHolder .inner form ::-moz-placeholder,.popupOverlay .signupHolder .inner form ::-moz-placeholder{font-size:14px;color:#595959}.signupOverlay .signupHolder .inner form :-ms-input-placeholder,.popupOverlay .signupHolder .inner form :-ms-input-placeholder{font-size:14px;color:#595959}.signupOverlay .signupHolder .inner form input[type=radio],.popupOverlay .signupHolder .inner form input[type=radio]{margin-left:20px;border-color:#efefef}.signupOverlay .signupHolder .inner form .gdprWrapper,.popupOverlay .signupHolder .inner form .gdprWrapper{font-size:11px;line-height:16px;margin-top:15px}@media only screen and (max-width: 768px){.signupOverlay .signupHolder .inner form .gdprWrapper,.popupOverlay .signupHolder .inner form .gdprWrapper{position:relative}}.signupOverlay .signupHolder .inner form .gdprWrapper input,.popupOverlay .signupHolder .inner form .gdprWrapper input{border-radius:100%;border-color:#efefef}.signupOverlay .signupHolder .inner form .gdprWrapper label,.popupOverlay .signupHolder .inner form .gdprWrapper label{padding-left:5px;cursor:pointer}.signupOverlay .signupHolder .inner form .inlineInputContainer,.popupOverlay .signupHolder .inner form .inlineInputContainer{width:100%;border:1px solid #595959;border-radius:30px;font-size:0;margin-top:20px;box-sizing:border-box;max-width:480px}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner form .inlineInputContainer,.popupOverlay .signupHolder .inner form .inlineInputContainer{border:none}}.signupOverlay .signupHolder .inner form .inlineInputContainer #email,.popupOverlay .signupHolder .inner form .inlineInputContainer #email{width:calc(100% - 130px);box-sizing:border-box;outline:none;margin:0 auto 15px;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;color:#595959;background:rgba(0,0,0,0);border:none;display:inline-block;margin:0}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner form .inlineInputContainer #email,.popupOverlay .signupHolder .inner form .inlineInputContainer #email{display:block;width:100%;border:1px solid #595959}}.signupOverlay .signupHolder .inner form .inlineInputContainer button,.popupOverlay .signupHolder .inner form .inlineInputContainer button{width:130px;border-radius:30px;display:inline-block;box-sizing:border-box;outline:none;padding:10px 20px;border-radius:30px;font-size:14px;line-height:22px;cursor:pointer;font-weight:500;transition:all .3s ease}.signupOverlay .signupHolder .inner form .inlineInputContainer button:hover,.popupOverlay .signupHolder .inner form .inlineInputContainer button:hover{border-color:#00aa98;background-color:#00aa98}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .inner form .inlineInputContainer button,.popupOverlay .signupHolder .inner form .inlineInputContainer button{display:block;margin:10px auto 0;width:100%}}.signupOverlay .signupHolder .close,.popupOverlay .signupHolder .close{position:fixed;top:30px;right:30px;width:20px;z-index:1000}.signupOverlay .signupHolder .close img,.popupOverlay .signupHolder .close img{width:100%}@media only screen and (max-width: 760px){.signupOverlay .signupHolder .close,.popupOverlay .signupHolder .close{right:20px;top:20px;width:14px}}.searchBar{background:#6700f0;top:115px;width:100%;position:fixed;z-index:101;opacity:0;transform:translate3d(0, -200px, 0);transition:top .3s ease-in-out,transform .3s ease-in-out,opacity .3s ease-out}.searchBar.open{opacity:1;transform:translate3d(0, 0, 0)}.searchBar.adjust{top:91px}.searchBar form{padding:17px 8px 19px 25px;box-sizing:border-box;font-size:0}.searchBar form ::-webkit-input-placeholder{color:#fff}.searchBar form :-moz-placeholder{color:#fff}.searchBar form ::-moz-placeholder{color:#fff}.searchBar form :-ms-input-placeholder{color:#fff}.searchBar form input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #21313e inset;-webkit-text-fill-color:#fff}.searchBar form input{background:rgba(0,0,0,0);border:none;box-sizing:border-box;outline:none;display:inline-block;font-size:16px;padding:12px 6px 6px;width:calc(100% - 50px);color:#fff}.searchBar form button{border:none;background:none;width:50px;display:inline-block;position:relative;top:4px;cursor:pointer}.searchBar form button img{width:17px}.searchLink{padding-right:0}.searchLink span{display:inline-block;width:17px;height:17px;background-size:40px;background-position:0 0;background-repeat:no-repeat;background-image:url("../images/icons/search-close.png");vertical-align:middle}.searchLink.close span{background-position:-23px 0}.searchContent{padding:100px 50px;box-sizing:border-box}@media only screen and (max-width: 768px){.searchContent{padding:30px 20px}}.searchResults .accordion:after{position:relative;top:-2px}.searchResults>h2{margin-bottom:20px}.searchResults .panel{margin-bottom:20px}.searchResults .panel ul{list-style:none;margin-left:0;border-bottom:1px solid #e5e5e5}.searchResults .panel ul li{font-size:16px;border-top:1px solid #e5e5e5}.searchResults .panel ul li:before{content:none}.searchResults .panel ul li .noResults{display:block;padding:24px 0 22px}.searchResults .panel ul li a{color:#292929;text-decoration:none !important;display:block;padding:20px 0 18px}.searchResults .panel ul li a:hover{color:#6700f0}.searchResults .panel ul li a:hover span{color:#6700f0}.searchResults .panel ul li a span{float:right;font-size:14px;color:#6700f0}@media only screen and (max-width: 760px){.searchResults .panel ul li a span{display:none}}.searchResults .panel .inner>p{padding:24px 25px 22px;line-height:22px}.searchResults .panel .inner .button{margin-left:25px;margin-bottom:30px}.searchForm form{box-sizing:border-box;font-size:0;margin-bottom:60px;position:relative}@media only screen and (max-width: 760px){.searchForm form{margin-bottom:40px}}.searchForm form input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px #fff inset}.searchForm form input{background:#fff;border:1px solid rgba(89,89,89,.3);box-sizing:border-box;outline:none;display:inline-block;font-size:18px;height:62px;vertical-align:top;width:100%;color:#292929;padding:0 25px;border-radius:30px}.searchForm form ::-webkit-input-placeholder{color:#595959}.searchForm form :-moz-placeholder{color:#595959}.searchForm form ::-moz-placeholder{color:#595959}.searchForm form :-ms-input-placeholder{color:#595959}.searchForm form button{border:1px solid rgba(89,89,89,.3);background:none;width:62px;height:62px;display:inline-block;position:absolute;right:0;cursor:pointer;background:#6700f0;border-radius:30px}.searchForm form button img{width:17px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}/*# sourceMappingURL=screen.css.map */