/**handles:css-content**/
.video{position:relative;background-color:#eee}.video.playing .video__screencap{opacity:0;visibility:hidden;z-index:-1}.video.playing .video__play{-webkit-animation:scale-fade-up .3s cubic-bezier(.55,.085,.68,.53) both;animation:scale-fade-up .3s cubic-bezier(.55,.085,.68,.53) both}.video__screencap{position:absolute;top:0;right:0;bottom:0;left:0;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:rgba(0,0,0,0);z-index:50;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@-webkit-keyframes scale-fade-up{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(10);transform:scale(10);opacity:0}}@keyframes scale-fade-up{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(10);transform:scale(10);opacity:0}}.video__play{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;background-color:#fff;border-radius:50%;height:4rem;width:4rem;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.video__play:hover{cursor:pointer;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.video__play svg{fill:#000;margin-left:5px;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}.header,.header__left,.header__right{position:relative;display:block;width:100%}.header__left{display:none}.header__right{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#eee;background-position:100%}.header__right:after{display:block;content:"";padding-top:66.66%}.header__content{position:relative;padding:2rem 1.5rem;background-color:#fff}.header__title{text-transform:uppercase;margin-bottom:0}.header__subtitle{margin-top:1rem}.header .button{margin-top:1.5rem}@media only screen and (min-width:768px){.header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.header__left{display:block;width:20%}.header__right{width:80%}.header__content{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-width:60%;left:5vw}.header__title{font-size:6vw;line-height:1em}.header__subtitle{max-width:75%}}@media only screen and (min-width:1024px){.header__left{display:block;width:30%}.header__right{width:70%}.header__content{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);max-height:100%;margin:0;padding:2rem 3rem;z-index:5}}@media only screen and (min-width:1200px){.header__content{left:4vw;padding:3rem}}.header-info{display:none}@media only screen and (min-width:1024px){.header-info{display:block;position:absolute;top:3rem;right:3rem;z-index:10;border:1px solid hsla(0,0%,100%,.5);color:#fff}.header-info .pointer{position:absolute;top:26px;right:100%;width:70px;height:100px;pointer-events:none}.header-info .pointer__line{width:100%;height:100%;background:rgba(0,0,0,0);border-top:1px solid #fff;border-left:1px solid #fff}.header-info .pointer__line:after,.header-info .pointer__line:before{content:"";position:absolute;width:8px;height:8px;background-color:#fff;border-radius:50%;z-index:11}.header-info .pointer__line:before{top:-4px;right:-4px}.header-info .pointer__line:after{bottom:-4px;left:-5px}.header-info .pointer__circle{position:absolute;bottom:-20px;left:-20px;z-index:12;width:40px;height:40px;border-radius:50%;background:#eee;background:-o-linear-gradient(left,#eee 0,#fff 100%);background:-o-linear-gradient(left,#eee,#fff);background:-webkit-gradient(linear,left top,right top,from(#eee),to(#fff));background:linear-gradient(90deg,#eee,#fff);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:3px 3px 5px 0 rgba(0,0,0,.3);box-shadow:3px 3px 5px 0 rgba(0,0,0,.3)}.header-info .pointer__circle .dot{width:12px;height:12px;background-color:#00a1cc;border-radius:50%}.header-info .info-panel{padding:1rem;font-size:.8rem;background-color:hsla(0,0%,100%,.95)}.header-info .info-panel a{color:#fff}.header-info .info-panel a span{display:block}.header-info .info-panel a span:first-child{font-family:AvenirNextRegular;margin-bottom:.1rem;font-size:1rem}.header-info .info-panel a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:100%;background-color:#00a1cc;z-index:-1;-webkit-transition:width .3s ease-in;-o-transition:width .3s ease-in;transition:width .3s ease-in}.header-info .info-panel a:hover:after{width:100%}@supports ((-webkit-backdrop-filter:none) or (backdrop-filter:none)){.header-info .info-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:hsla(0,0%,100%,.5)}}}.breadcrumbs{position:relative;width:100%;padding:1.5rem 0;list-style:none;font-size:80%;color:#bbbabb}.breadcrumbs,.breadcrumbs li{display:inline-block;margin:0}.breadcrumbs li{padding:0}.breadcrumbs li:not(:last-child):after{content:">";display:inline-block;margin:0 .5rem}.breadcrumbs a{text-decoration:underline;color:#bbbabb}.breadcrumbs a:hover{color:#00a1cc;text-decoration:none}.breadcrumbs span{color:#00a1cc}.post-card{position:relative;display:inline-block;width:100%}.post-card:not(.post-card--nolink):hover .underlined{color:#00a1cc;border-bottom-color:#00a1cc}.post-card:not(.post-card--nolink):hover .post-card__media:before{-webkit-transform:translate(-10px,10px);-ms-transform:translate(-10px,10px);transform:translate(-10px,10px)}.post-card__link{position:absolute;display:block;top:0;left:0;width:100%;height:100%;z-index:20;outline:0}.post-card__link,.post-card__link:hover{text-decoration:none}.post-card a:not(.post-card__link){position:relative;z-index:25}.post-card__media{position:relative;display:block;width:100%;margin-bottom:2rem;background-color:#bbbabb;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.post-card__media:before{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#00a1cc;z-index:10;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.post-card__image{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#eee;z-index:15}.post-card__image:after{display:block;content:"";padding-top:66.66%}.post-card__title{font-size:115%;margin-bottom:1rem}.post-card .underlined{color:#000;border-bottom-color:#000}@media only screen and (min-width:768px){.post-card--landscape .post-card__media{float:left;width:30%}.post-card--landscape .post-card__content{float:left;width:70%;padding:0 3rem}}@media only screen and (min-width:1200px){.post-card--landscape .post-card__content{padding-top:.5rem;padding-bottom:.5rem}}.related-content{position:relative;background-color:#f3f3f3;padding-top:3rem;padding-bottom:3rem}.related-content .post-cards .post-card{width:100%;margin-bottom:2rem}.related-content__cta{margin-top:1.5rem;font-size:90%}@media only screen and (min-width:768px){.related-content{padding-top:4rem;padding-bottom:2rem}.related-content .post-cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-webkit-justify-content:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem}.related-content .post-cards .post-card{width:calc(33.333% - 3rem);margin-left:1.5rem;margin-right:1.5rem;margin-bottom:2rem}}.split-content{position:relative;width:100%;margin-bottom:1.5rem;padding-top:3rem;padding-bottom:3rem}.split-content__content,.split-content__media{position:relative;display:block;width:100%}.split-content__content{padding-top:1.5rem}.split-content__image{position:relative;background-repeat:no-repeat;background-size:cover;background-position:50%;background-color:#eee;z-index:15}.split-content__image:after{display:block;content:"";padding-top:66.66%}.split-content__pretitle{display:block;color:#bbbabb;margin-bottom:1.5rem}.split-content__title{margin-bottom:1.5rem;font-size:160%;text-transform:uppercase}.split-content__text{margin-bottom:1.5rem}@media only screen and (min-width:768px){.split-content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding-top:4rem;padding-bottom:4rem;margin-bottom:0}.split-content__content,.split-content__media{width:50%}.split-content__content{padding-top:0;padding-left:3rem;max-width:700px}.split-content--switched{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.split-content--switched .split-content__media{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.split-content--switched .split-content__content{-webkit-box-ordinal-group:2;-webkit-order:1;-ms-flex-order:1;order:1;padding-left:0;padding-right:3rem}}@media only screen and (min-width:1024px){.split-content__content{padding-left:5rem}.split-content--switched .split-content__content{padding-right:5rem}}.two-col-cta{position:relative;width:100%;padding-top:3rem;padding-bottom:3rem;background-color:#00a1cc;color:#fff}.two-col-cta__wrapper{position:relative;display:block;width:100%}.two-col-cta__button{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5rem;background-color:#fff;color:#00a1cc;text-transform:uppercase;font-family:AvenirNextRegular;-webkit-box-shadow:0 0 13px -3px rgba(0,0,0,.75);box-shadow:0 0 13px -3px rgba(0,0,0,.75)}.two-col-cta__button:active{-webkit-box-shadow:none;box-shadow:none}.two-col-cta__button a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:1rem;width:100%;height:100%}.two-col-cta__icon img{max-width:40px}.two-col-cta__title{padding-left:1rem;text-align:center;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;margin-bottom:-4px}@media only screen and (min-width:768px){.two-col-cta{padding-top:5rem;padding-bottom:5rem}.two-col-cta__wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;width:calc(100% + 2rem);margin:0 -1rem}.two-col-cta__button{width:50%;margin:0 1rem}.two-col-cta__title{font-size:2.5vw;line-height:1.1}}@media only screen and (min-width:1200px){.two-col-cta__wrapper{width:calc(100% + 8rem);margin:0 -4rem}.two-col-cta__button{margin:0 4rem}.two-col-cta__button a{padding:1.5rem}}.full-width-text{position:relative;width:100%;padding-top:3rem;padding-bottom:3rem}.full-width-text h1,.full-width-text h2,.full-width-text h3,.full-width-text h4,.full-width-text h5,.full-width-text h6{margin-bottom:1.5rem}.full-width-text h1,.full-width-text h2,.full-width-text h3{font-size:160%}.full-width-text h4,.full-width-text h5,.full-width-text h6{font-size:120%}.full-width-text__link{display:inline-block;margin-top:.5rem}@media only screen and (min-width:768px){.full-width-text{padding-top:4rem;padding-bottom:4rem}}.downloads{padding-top:3rem;padding-bottom:3rem;background-color:#f3f3f3}.downloads,.downloads ul{position:relative;width:100%}.downloads ul{display:inline-block;margin:0;padding:0;list-style:none}.downloads ul li{position:relative;display:block;width:100%;border-bottom:1px solid #bbbabb}.downloads a{position:relative;width:100%;height:100%;padding:1rem 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.downloads__title{text-decoration:underline}.downloads__format{display:inline-block;margin-left:.3rem;color:#bbbabb}.downloads__icon{padding-right:.5rem;min-width:25%;text-align:right}.downloads__icon svg{fill:#00a1cc}@media only screen and (min-width:768px){.downloads ul{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.downloads ul li{width:calc(50% - 1rem)}}