.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}.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}.full-width-media{position:relative;width:100%;padding-top:1.5rem;padding-bottom:1.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}}.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:none}.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}}.single-content{margin:0 auto;max-width:800px}.single-categories{font-size:90%}.single-categories,.single-categories a{color:#bbbabb}.single-categories:hover,.single-categories a:hover{color:#00a1cc;text-decoration:none}.comments{padding-top:6rem;padding-bottom:3rem}.comments #comments{color:#00a1cc;margin-bottom:2rem}.comments .commentlist{position:relative;padding:1.5rem 0;list-style:none}.comments .comment{padding:0 0 1.5rem;margin-bottom:1.5rem;border-bottom:5px solid #dadada}.comments .children{position:relative;padding:0 0 1rem;margin-top:1.5rem;list-style:none}.comments .children .comment{margin:0;border-bottom:0;padding-top:1rem}.comments .children .comment:last-child{padding-bottom:0}.comments .children .comment-body{border-left:5px solid #00a1cc;padding:0 1.5rem}.comments .children .children{padding-bottom:0}.comments .comment-author{position:relative;padding:0 0 .5rem 3.5rem;font-family:AvenirNextRegular}.comments .comment-author,.comments .comment-author cite{font-style:normal}.comments .comment-author img{position:absolute;left:0;top:.4rem;width:40px;height:40px;border-radius:50%}.comments .comment-meta{padding-left:3.5rem;font-size:75%;margin-top:-.5rem;margin-bottom:1rem}.comments .comment-meta,.comments .comment-meta a{color:#bbbabb}.comments .comment-reply-link,.comments .logged-in-as{font-size:75%}.comments #cancel-comment-reply-link{display:block;margin-top:1rem;font-size:75%;color:#ce013a}.comments #cancel-comment-reply-link:hover{text-decoration:underline}.comments .comment-form label,.comments .comment-form textarea{display:block}.comments .comment-form label{color:#bbbabb;font-size:90%}.comments .comment-form textarea{width:100%;border:1px solid #bbbabb;padding:1rem}.comments .comment-form .submit{position:relative;display:inline-block;border:0;outline:0;padding:.8rem 1.5rem;text-align:center;background-color:#00a1cc;color:#fff;font-size:100%;-webkit-box-shadow:none;box-shadow:none;width:auto;height:auto;text-decoration:none;-ms-touch-action:manipulation;touch-action:manipulation}.comments .comment-form .submit:hover{cursor:pointer;background-color:#00a9d6;color:#fff;text-decoration:none}@media only screen and (min-width:768px){.comments .comment{padding:1.5rem;background-color:#f3f3f3}.comments #cancel-comment-reply-link{float:right;margin-top:9px;margin-left:1rem}}.post-meta{position:relative;width:100%;max-width:100%;padding:.5rem;border-radius:5em;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;gap:1rem;font-size:1rem;color:#707070}.post-meta .post-meta__avatar{position:relative;width:48px;height:48px;min-width:48px;min-height:48px;background-color:#bbbabb;border-radius:100%;overflow:hidden}.post-meta .post-meta__avatar img{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin:0}.post-meta .post-meta__details{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0}@media only screen and (min-width:768px){.post-meta .post-meta__details{-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.post-meta .post-meta__details>div{position:relative;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.post-meta .post-meta__details>div:not(:last-child):after{content:"";display:inline-block;width:5px;height:5px;margin:0 .5rem;border-radius:100%;background-color:#adadad}@media only screen and (min-width:768px){.post-meta .post-meta__details>div:not(:last-child):after{margin:0 1.5rem}}.post-meta .post-meta__details .author-name a{text-decoration:none;font-weight:600}.post-meta .post-meta__details .post-categories{gap:.5rem}.post-meta .post-meta__details .post-categories a{display:inline-block;font-size:.9rem;border:1px solid #d8d8d8;padding:.4rem .7rem;text-align:center;border-radius:3em;text-decoration:none;line-height:1;white-space:nowrap}.post-meta .post-meta__details .post-categories a:hover{background-color:#00a1cc;border-color:#00a1cc;color:#fff;text-decoration:none}