@import"utility.css";*,*:after,*:before{box-sizing:border-box}.color-red{color:#e4252a !important}.bg-red{background-color:#e4252a !important}.color-green{color:#00c252 !important}.bg-green{background-color:#00c252 !important}.color-purple{color:#3c318b !important}.bg-purple{background-color:#3c318b !important}.color-yellow{color:#e4ba25 !important}.color-slate-darker{color:#1c2431 !important}.bg-slate-darker{background-color:#1c2431 !important}.color-slate{color:#576172 !important}.bg-slate{background-color:#576172 !important}.color-slate-light{color:rgba(87,97,114,.5019607843) !important}.bg-slate-light{background-color:rgba(87,97,114,.5019607843) !important}.color-white{color:#fff !important}.bg-white{background-color:#fff !important}.bg-red-purple{background:linear-gradient(90deg, #e4252a 0%, #e4252a 20%, #3c318b 100%)}.bg-purple-red{background:linear-gradient(90deg, #3c318b 0, #3c318b 20%, #e4252a 100%)}.bg-dark-purple-gradient{background:linear-gradient(135deg, #1c2431 56.16%, #3c318b 94.2%)}.bg-white-purple-gradient{background:linear-gradient(135deg, #ffffff 5%, #f4f3fb 100%)}html{margin:0;padding:0;font-size:14px;background:#dfe4ea;color:#1c2431;width:100%;font-family:"mencken-std",serif}body{width:100%;margin:0;padding:0}body.scroll-lock{overflow:hidden}@media screen and (max-width: 1024px){html,body{font-size:13px}}@media screen and (max-width: 768px){html,body{font-size:12px}}#main{overflow-x:hidden}.container-fluid{max-width:1600px}@media screen and (max-width: 1680px){.container-fluid{padding:0 5em}}@media screen and (max-width: 768px){.container-fluid{padding:0 2em}}.hidden{display:none !important;visibility:hidden !important}.nobr{white-space:nowrap}.display1{font-family:"mencken-std",serif;font-weight:600;font-size:5.25vw;line-height:1}.display2{color:#fff;font-family:proxima-soft,sans-serif;font-size:6.25vw;font-style:normal;font-weight:200;letter-spacing:-1px;line-height:.7;margin-bottom:.25em}h1{font-family:"mencken-std",serif;font-weight:300;font-size:3.75vw;line-height:1.125}h2{font-family:"mencken-std",serif;font-weight:400;font-size:2.287em;line-height:1.125;margin-bottom:1em}h2.big{font-size:2.75em}h3{font-family:proxima-soft,sans-serif;color:#1c2431;font-size:2em;font-style:normal;font-weight:500;line-height:normal}@media screen and (max-width: 1024px){h2{font-size:2.25em}h3{font-size:1.9em}}@media screen and (max-width: 768px){h2{font-size:2em}h3{font-size:1.8em}.display2{font-size:3.5em}}label{font-family:proxima-soft,sans-serif;font-weight:700;font-size:1.12em;line-height:1.125;text-transform:uppercase;letter-spacing:1.6px}.weight-regular{font-weight:300 !important}p{font-family:proxima-soft,sans-serif;font-weight:400;font-size:1.287em;line-height:1.5;margin-bottom:1em}p.big{font-size:1.25em}@media screen and (min-width: 1600px){.display1{font-size:6em}.display2{font-size:6.5em}h1{font-size:4.2em}}@media screen and (max-width: 992px){.display1{font-size:4em}.display2{font-size:4em}h1{font-size:3em}}hr{width:100%;height:2px;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #ffffff 30%, #ffffff 70%, rgba(255, 255, 255, 0) 100%);opacity:1}a{display:inline-block;color:#e4252a;text-decoration:none}a:hover{color:ligdarkenhten(#e4252a, 10%)}.text-link{font-size:1.25em;line-height:1.25;transition:ease all .25s;font-weight:600}.text-link:hover{color:#be181c}.btn{position:relative;font-family:proxima-soft,sans-serif;font-weight:600;font-size:1.25em;line-height:1;padding:.75em 3.5em .75em 1.5em;min-height:2.5em;border-radius:2em 0 0 2em;background:#e4252a;color:#fff;display:inline-block;border:0;transition:ease all .25s}.btn i{transition:ease all .3s;position:absolute;height:100%;width:2.5em;right:0;top:0;background:#be181c;display:flex;align-items:center;justify-content:center}.btn:hover{color:#fff;background:#be181c;padding:.75em 4.5em .75em 1.5em}.btn:hover i{width:3em}.btn-round{border-radius:2em;padding:.75em 2em}.btn-round:hover{padding:.75em 2em}section{position:relative;padding:8em 0}@media screen and (max-width: 768px){section{padding:5em 1em}}#section-banner{padding:0 5em}#section-banner .logo{padding:2.5em 1em}@media screen and (max-width: 768px){.bg-purple{padding-bottom:3em}}.pencil{background:linear-gradient(90deg, #e4252a 0, #3c318b 100%);background-size:cover;width:100%;color:#fff;padding:.5em;text-align:center}.pencil a{display:inline-block;padding:.5em 1em;font-weight:bold}.intro-logo{max-width:16vw}@media screen and (max-width: 1024px){.intro-logo{max-width:18vw}}@media screen and (max-width: 768px){.intro-logo{max-width:15em}}.video-thumb{cursor:pointer;position:relative}.video-thumb .play-btn{font-size:3em;position:absolute;top:50%;left:50%;width:4em;height:4em;margin:-2em 0 0 -2em;padding:1em;border-radius:5em;background:rgba(60,49,139,.8);transition:ease all .25s;text-align:center}.video-thumb .play-btn i{margin-left:.2em;color:#fff;line-height:1;font-size:2em}.video-thumb:hover .play-btn{background:#3c318b}@keyframes subtleWiggle{0%{transform:rotate(0deg)}5%{transform:rotate(-2deg)}10%{transform:rotate(0deg)}15%{transform:rotate(2deg)}20%{transform:rotate(0deg)}100%{transform:rotate(0deg)}}.wiggle{animation:subtleWiggle 2s ease infinite}.bc-card{padding:2em 1em;background:#fff;border-radius:1em;border:none}@media screen and (max-width: 768px){#section-news{background:#fff}#section-news .bc-card{padding:0}}#section-banner{background:#1c2431 url("../img/graphic-banner.jpg");background-size:cover;background-position:right center;background-repeat:no-repeat;position:relative;padding:5em 12%}@media screen and (max-width: 768px){#section-banner{background-position:77% center}}.mobile-banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:linear-gradient(90deg, #1c2431, rgba(28, 36, 49, 0.8))}.logo{position:relative;z-index:2}.banner-message{z-index:2;position:relative}.banner-message .blob{position:absolute;top:-10%;left:-15%;width:120%;height:100%;background:url("../img/graphic-purpleblob1.svg");background-size:contain;background-position:center left;background-repeat:no-repeat;z-index:1}.banner-message .contents{position:relative;z-index:2}.featured-article{background:#1c2431;margin-bottom:4em}.featured-article .featured-graphic{width:100%;height:100%;background:url(../img/graphic-featurednews.jpg);background-size:cover;background-position:20% center;min-height:60em}#articles .slick-list{overflow:unset}#articles .slick-prev,#articles .slick-next{color:#fff;height:100%;width:4em;display:flex;align-items:center;justify-content:center;position:absolute;top:0;bottom:0;z-index:1;cursor:pointer;transition:color .3s ease}#articles .slick-prev i,#articles .slick-next i{font-size:3em}#articles .slick-prev:hover,#articles .slick-next:hover{color:#e4ba25}#articles .slick-prev{left:-103em;padding:0 2em 0 100em}#articles .slick-next{right:-103em;padding:0 100em 0 2em}#articles .slick-disabled{opacity:0 !important;cursor:unset}@media screen and (max-width: 1750px){#articles .slick-prev{left:-5.5em;padding:0}#articles .slick-next{right:-3.5em;padding:0}}#articles .article{padding:0 1em;margin-left:-1em}#articles .article a{background:#050a14;text-decoration:none;color:inherit;overflow:hidden;position:relative;transition:all .3s ease-in-out;color:#fff}#articles .article a .image{opacity:.25;width:100%;transition:all .5s ease-in-out}#articles .article a .content{transition:all .3s ease-in-out;opacity:.25;background:linear-gradient(0deg, rgba(28, 36, 49, 0.9) 0%, rgba(60, 49, 139, 0.9) 30%, rgba(60, 49, 139, 0) 100%);position:absolute;bottom:0;right:0;width:100%;padding:16em 2em 1.5em 2em}#articles .article a .content label{color:#e4ba25}#articles .article a .content h2{color:#fff}#articles .article a .content .action{color:#e4252a;display:block;margin-top:1em;transition:ease all .25s}#articles .article a:hover{color:#fff}#articles .article a:hover .image{transform:scale(1.1)}#articles .article a:hover .content .action{transform:translateX(0.5em)}#articles .slick-active a .image,#articles .slick-active a .content{opacity:1}.table-container{width:100%;position:relative;margin-bottom:3em}table{width:100%;color:#fff;background:rgba(255,255,255,.05);font-family:proxima-soft,sans-serif}table thead{background:rgba(255,255,255,.05)}table th,table td{font-size:1em;padding:1.5em}table td{border-bottom:3px solid #3c318b}#tabbed-tables{margin-top:5em}@media screen and (min-width: 1200px){th,td{font-size:1em !important;padding:1.25em .75em !important}}@media screen and (min-width: 1300px){th,td{font-size:1em !important;padding:1.25em 1.25em !important}}@media screen and (max-width: 768px){#tabbed-tables{overflow:hidden;margin-top:4em}.table-container{width:100%;margin:.5em 0 2em -10%}.table-container p{transform:translateX(10%)}.table-container:before,.table-container:after{content:"";position:absolute;width:10%;height:100%;top:0;z-index:1}.table-container:before{left:-10%;background:linear-gradient(90deg, #3c318b, rgba(60, 49, 139, 0))}.table-container:after{right:-10%;background:linear-gradient(-90deg, #3c318b, rgba(60, 49, 139, 0))}.table-container .inner{padding:0 10%;width:120%;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none}.table-container .inner::-webkit-scrollbar{display:none}table{min-width:55em}table th,table td{padding:1em}}.slick-dots{position:absolute;top:-3.15em;margin:0;padding:0;left:0;list-style:none;width:100%;font-family:proxima-soft,sans-serif;letter-spacing:.5px}.slick-dots li{padding:.75em 2em;float:left;border-radius:.5em .5em 0 0;border:2px solid rgba(255,255,255,.1);border-bottom:none;color:rgba(255,255,255,.5);font-weight:600}.slick-dots .slick-active{transform:translateY(-0.5em);padding:1em 2em;border:2px solid rgba(0,0,0,0);border-bottom:none;background:rgba(255,255,255,.1);color:#fff}.slick-dots li img:nth-child(1){display:block}.slick-dots li img:nth-child(2){display:none}.slick-dots li.slick-active img:nth-child(1){display:none}.slick-dots li.slick-active img:nth-child(2){display:block}#section-flipcards{padding-top:6em;padding-bottom:6em}.flip-card{position:relative;width:100%;height:100%;margin-bottom:1.5em}.flip-card img{position:relative;width:100%;height:100%;transform:perspective(1000px) rotateY(180deg);transition:.5s;backface-visibility:hidden}.flip-card img:nth-child(1){width:100%;height:100%;top:0;left:0;position:absolute;transform:perspective(1000px) rotateY(0deg);backface-visibility:hidden}.flip-card:hover img{transform:perspective(1000px) rotateY(0deg)}.flip-card:hover img:nth-child(1){transform:perspective(1000px) rotateY(-180deg)}.overlay-container{display:none;justify-content:center;align-items:center;height:100vh;background-color:rgba(0,0,0,.9);position:fixed;left:0;top:0;width:100%;z-index:999}.video-overlay{position:fixed;width:100%;z-index:1}.video-container{position:relative;padding-bottom:56.25%;height:0;transform:scale(0.95)}@media screen and (max-width: 992px){.video-container{transform:scale(1)}}.video-container iframe{position:absolute;top:0;left:0;width:100%;height:100%}#video-close{position:fixed;width:3em;height:3em;top:1em;right:1em;cursor:pointer;z-index:9;transition:ease all .25s}#video-close:before,#video-close:after{transition:ease all .25s;background:#e0e3e8;z-index:2;content:"";display:block;transform-origin:center;position:relative;border-radius:10px;top:50%;left:0;width:100%;height:4px;margin-top:-4px}#video-close:before{transform:rotate(45deg)}#video-close:after{transform:rotate(-45deg)}#video-close:hover:before,#video-close:hover:after{background:#fff}#section-quotes .quotes,#section-quoteslider .quotes{width:100%;overflow:hidden;position:relative}#section-quotes .quotes-inner,#section-quoteslider .quotes-inner{padding:4em 0;animation-timing-function:linear;animation-iteration-count:infinite;animation-name:ticker;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;user-select:none}#section-quotes .quotes-inner:hover,#section-quoteslider .quotes-inner:hover{animation-play-state:paused}#section-quotes .quote,#section-quoteslider .quote{margin:0 .5em;width:24em;min-width:24em;order:0;flex:0 1 auto;align-self:auto}#section-quotes .quote .info,#section-quoteslider .quote .info{z-index:2;font-family:proxima-soft,sans-serif;width:100%;background:#fff;box-shadow:0 .25em 1.5em rgba(60,49,139,.2);color:#1c2431;padding:2em;border-radius:2em 2em 2em 0;position:relative}#section-quotes .quote .info:before,#section-quotes .quote .info:after,#section-quoteslider .quote .info:before,#section-quoteslider .quote .info:after{content:"";z-index:1;width:0px;height:0px;border-style:solid;border-width:3em 3em 0 0;border-color:#fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);bottom:-2em;left:0;position:absolute}#section-quotes .quote .info:after,#section-quoteslider .quote .info:after{z-index:0;border-width:2em 2em 0 0;border-color:rgba(60,49,139,.15) rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);top:101%;left:0;position:absolute;filter:blur(6px)}#section-quotes .quote .author,#section-quoteslider .quote .author{display:flex;width:100%;margin-top:2em;align-items:center}#section-quotes .quote .author .image,#section-quoteslider .quote .author .image{min-width:6em;max-width:6em;margin-right:1em}#section-quotes .quote .author .caption,#section-quoteslider .quote .author .caption{font-family:proxima-soft,sans-serif;color:#1c2431;flex-grow:1}#section-quotes .quote .author .caption .name,#section-quoteslider .quote .author .caption .name{font-weight:700}#section-quoteslider .quotes{padding:0}#section-quoteslider .quotes .quote{margin:1em 0 2em 0;transform:scale(0.95)}@keyframes ticker{0%{transform:translateX(0);visibility:visible}100%{transform:translateX(-50%)}}.slick-slide{height:auto !important}.slick-track{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch}footer{width:100%;float:left;position:relative;width:100%;overflow-x:hidden;flex-shrink:0;z-index:-1;background:#fff}footer .subscribe{position:relative;width:100%;float:left}footer .subscribe input[type=text]{width:100%;float:left;padding:.55em 5em .55em 1em;background:rgba(223,228,234,.5);color:rgba(87,97,114,.5);border:2px solid rgba(223,228,234,0);transition:ease all .25s}footer .subscribe input[type=text]:focus{color:#3b4150;border:2px solid rgba(223,228,234,.5)}footer ::-webkit-input-placeholder{color:rgba(87,97,114,.5)}footer ::-moz-placeholder{color:rgba(87,97,114,.5)}footer :-ms-input-placeholder{color:rgba(87,97,114,.5)}footer :-moz-placeholder{color:rgba(87,97,114,.5)}footer .logo{width:8em;display:inline-block}footer #social ul{margin:0;padding:0;text-align:center}footer #social ul li{display:inline-block;list-style:none}footer #social ul li a{padding:.25em;color:#576172;font-weight:bold;text-decoration:none;text-align:center;width:2.5em;height:2.5em;float:left;transition:ease all .25s}footer #social ul li a:hover{transform:translate(0, -2px);color:#e4252a;text-decoration:none}footer #social ul li i{font-size:1.25em;vertical-align:middle}footer #product-navigation ul{margin:0;padding:0}footer #product-navigation ul li{display:inline-block;text-align:center}footer #product-navigation ul li a{display:block;padding:1em;font-size:.75em;color:rgba(87,97,114,.7);font-weight:600;transition:ease all .25s}footer #product-navigation ul li a:hover{transform:translate(0, -2px);color:#e4252a;text-decoration:none}footer #bottom{position:relative;z-index:1;font-size:.8em;text-transform:uppercase}footer #bottom ul{margin:0;padding:0}footer #bottom ul li{display:inline-block;text-align:center}footer #bottom ul li a{display:block;padding:1em;color:#3b4150 !important;font-weight:600;transition:ease all .25s}footer #bottom ul li a:hover{transform:translate(0, -2px);color:#e4252a;text-decoration:none}footer #bottom .copyright{padding:1em;display:block;color:#3b4150;font-weight:600;transition:ease all .25s}@media screen and (max-width: 768px){footer #product-navigation ul li a{padding:1em .5em}}.form-container{max-width:36em}.thought{margin:10em 0 5em;position:relative}.thought:before{content:"";width:10em;height:10em;margin:-5em;z-index:0;background:url(../img/graphic-bulb.svg);background-size:contain;background-repeat:no-repeat;background-position:center;position:absolute;top:50%;left:0}.thought p{position:relative;z-index:1}.imagebar{width:100%}.product-card{box-shadow:0 .25em .5em rgba(60,49,139,.2);color:#3b4150;background:#fff;height:100%;width:100%}.product-card .details{padding:2em}.product-card .details img{max-width:15em;margin-bottom:1.5em}.product-card .details .link{color:#e4252a;transition:ease all .25s;display:inline-block}.product-card:hover{color:#3b4150}.product-card:hover .link{transform:translateX(0.5em)}