*{-webkit-box-sizing:border-box;box-sizing:border-box}html{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;padding:0;background-color:#dcdcdc}img{max-width:100%;height:auto}.sup{white-space:nowrap}.hide{display:none}.italic{font-style:italic}.left{text-align:left}.nowrap{white-space:nowrap}.body-contain{max-width:1320px;margin:auto;background-color:#fff;margin-top:4.7rem}@media only screen and (min-width: 840px){.body-contain{margin-top:0}}h1,h2,h3,h4,h5,th,td{font-family:"Montserrat", helvetica, san-serif;font-weight:400}p{font-family:"Montserrat", helvetica, san-serif;font-size:20px;color:#001b33}a,ul,li{font-family:"Montserrat", helvetica, san-serif;color:inherit}h1{font-size:40px}@media only screen and (min-width: 840px){h1{font-size:60px}}h2{font-size:30px}@media only screen and (min-width: 840px){h2{font-size:42px}}h3{font-size:20px}@media only screen and (min-width: 840px){h3{font-size:24px}}h4{font-size:18px}@media only screen and (min-width: 840px){h4{font-size:18px}}.bold{font-weight:500}.heavy{font-weight:700}.blue{color:#007DBA}.green{color:#6fa443}.orange{color:#f7921e}html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:transparent}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,0.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}.featherlight .featherlight-content{width:90%}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInLeft{from{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}to{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}nav{width:100%;background-color:#fff;height:75px;max-width:1320px;margin:auto;position:fixed;top:0;z-index:9}@media only screen and (min-width: 840px){nav{height:inherit;position:absolute;top:50px}}@media only screen and (min-width: 840px){nav .home-logo{display:none}}@media only screen and (min-width: 840px){.condensed-head nav{top:24px}}@media only screen and (min-width: 840px){nav.sticky{position:fixed;top:0;-webkit-box-shadow:0px 3px 8px -3px rgba(99,99,99,0.3);box-shadow:0px 3px 8px -3px rgba(99,99,99,0.3);z-index:2}}@media only screen and (min-width: 840px){nav.sticky .home-logo{display:block}}.nav__items{max-height:0;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out;overflow:hidden;margin-top:75px}@media only screen and (min-width: 840px){.nav__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;max-width:1320px;margin:auto;max-height:inherit;overflow:inherit;margin-top:0;padding-right:2.5rem}}.nav__items.active{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-height:515px;-webkit-transition:max-height 0.3s ease-in-out;transition:max-height 0.3s ease-in-out;background-color:#fff}@media only screen and (min-width: 840px){.nav__item{margin-left:1.5rem;margin-top:3rem}}@media only screen and (min-width: 1020px){.nav__item{margin-top:0}}.nav__item a{color:#007DBA;text-transform:uppercase;text-decoration:none;font-weight:500;font-size:.9rem;padding:1.4rem;display:block}@media only screen and (min-width: 840px){.nav__item a{font-size:.8rem}}@media only screen and (min-width: 1200px){.nav__item a{font-size:.9rem}}.nav__item a:hover{color:#6fa443}.nav__item a.has-children{display:none}@media only screen and (min-width: 840px){.nav__item a.has-children{display:block}}.nav__item a.is-current{color:#6fa443}.nav__item.dropdown>a{display:none}@media only screen and (min-width: 840px){.nav__item.dropdown>a{display:block}}.nav__item__subitems{background:rgba(0,141,208,0.8);padding:1rem}@media only screen and (min-width: 840px){.nav__item__subitems:before{content:"";position:absolute;width:12px;height:12px;top:-6px;left:33%;background:rgba(0,141,208,0.8);-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.nav__item__subitem:not(:last-child){margin-bottom:.8rem}.nav__item__subitem.mobile-only{display:block}@media only screen and (min-width: 840px){.nav__item__subitem.mobile-only{display:none}}.nav__item__subitem a{color:#fff;font-weight:400;padding:.3rem}.nav__item__subitem a:hover{color:#001b33}.nav__item__subitem a.is-current{color:#001b33}.nav__item__subitem a:after{content:"";display:inline}.mobile-nav-logo{display:block;width:180px;height:40px;background-image:url(../images/prevahex-logo-color-812bfef0.svg);background-position:center;background-repeat:no-repeat;background-size:contain;position:absolute;top:14px;left:10px}@media only screen and (min-width: 840px){.mobile-nav-logo{margin-left:3.5rem}}#navToggle{cursor:pointer;padding:0;position:absolute;top:28px;right:50px;z-index:99;opacity:1}@media only screen and (min-width: 840px){#navToggle{display:none}}#navToggle span,#navToggle span:before,#navToggle span:after{cursor:pointer;border-radius:1px;height:5px;width:35px;background:#000;position:absolute;display:block;content:''}#navToggle span:before{top:-10px}#navToggle span:after{bottom:-10px}#navToggle span,#navToggle span:before,#navToggle span:after{-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out}#navToggle.active span{background-color:transparent}#navToggle.active span:before,#navToggle.active span:after{top:0}#navToggle.active span:before{-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#000}#navToggle.active span:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background:#000}.toggle,[id^=drop]{display:none}nav:after{content:"";display:table;clear:both}nav ul{float:right;padding:0;margin:0;list-style:none;position:relative}nav ul li{margin:0px;display:inline-block;float:left}nav ul ul{display:none;position:absolute;top:63px}nav ul li:hover>ul{display:inherit}nav ul ul li{width:250px;float:none;display:list-item;position:relative}li>a:after{content:' \25bc';font-size:12px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);display:inline-block;margin-left:.3rem;-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}li>a:only-child:after{content:''}li:hover>a:after{-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}@media all and (max-width: 840px){nav{margin:0}.toggle{display:block;text-transform:uppercase;text-decoration:none;font-weight:500;font-size:.9rem;padding:1.4rem;display:block;color:#007DBA}.toggle:after{content:' \25bc'}[id^=drop]:checked+ul{display:block}nav ul li{display:block;width:100%}nav ul ul .toggle,nav ul ul a{padding:0 40px}nav ul ul ul a{padding:0 80px}nav ul li ul li .toggle,nav ul ul a,nav ul ul ul a{padding:14px 20px;color:#FFF;font-size:17px}nav ul ul{float:none;position:static;color:#ffffff}nav ul ul li:hover>ul,nav ul li:hover>ul{display:none}nav ul ul li{display:block;width:100%}nav ul ul ul li{position:static}}@media all and (max-width: 330px){nav ul li{display:block;width:94%}}.secondary-nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1vw;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #001b33;margin:2rem 0 0;padding:0 0 2rem 0;-ms-flex-wrap:wrap;flex-wrap:wrap}.secondary-nav ul li{list-style-type:none;-webkit-box-flex:0;-ms-flex:0 1 45%;flex:0 1 45%;text-align:center;margin:0}@media all and (min-width: 840px){.secondary-nav ul li{-webkit-box-flex:0;-ms-flex:0 1 23%;flex:0 1 23%}}.secondary-nav ul li a{text-decoration:none;color:#a9a9a9;padding:.5rem .25rem;text-transform:uppercase;display:grid;border:1px solid transparent;border-bottom:2px solid transparent}.secondary-nav ul li a:hover{border:1px solid #ddd;border-bottom:2px solid #007DBA}.secondary-nav ul li a.is-current{border-bottom:2px solid #007DBA;color:#000}.header{max-width:1320px;margin:auto}@media only screen and (min-width: 840px){.header{margin-top:0}}.header__background{background-repeat:no-repeat;background-position:center;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media only screen and (min-width: 840px){.header__background{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:4rem;-ms-flex-pack:distribute;justify-content:space-around;float:none;width:auto}.header__background:before{content:"";padding-top:35%;display:table}}.header__background.what-is{background-image:url(../images/headers/why-chx-header-a967ce20.jpg)}.header__background.products{background-image:url(../images/headers/products-header-2-7318eacf.jpg)}.header__background.about{background-image:url(../images/headers/about-header-39809fc1.jpg)}.header__background.in-vitro{background-image:url(../images/headers/in-vitro-header-2-9ff43b4e.jpg)}.header__background.biocompatability{background-image:url(../images/headers/biocompatability-header-1a62091b.jpg)}.header__background.clinical{background-image:url(../images/headers/why-chx-header-a967ce20.jpg)}.header__background.inhibition{background-image:url(../images/headers/inhibition-header-b5a11dad.jpg)}.header__background.physical{background-image:url(../images/headers/in-vitro-header-53693ad1.jpg)}.header__background.secondary:before{padding-top:10%}.header__logo{margin-top:1rem;margin-bottom:2rem}@media only screen and (min-width: 840px){.header__logo{margin-top:8rem;margin-bottom:0}}.header__logo img{width:16rem}@media only screen and (min-width: 840px){.header__logo img{width:20rem}}@media only screen and (min-width: 1020px){.header__logo img{width:24rem}}@media only screen and (min-width: 1200px){.header__logo img{width:29rem}}.header-logo{display:none}@media only screen and (min-width: 840px){.header-logo{display:block}}.header__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:end;align-self:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;margin:0 0 2rem 0;padding:0;text-align:center;width:100%}@media only screen and (min-width: 840px){.header__copy{margin-top:0;text-align:right;margin:10rem 0 5rem 0;padding:0 2rem 0 0;width:inherit}}.header__headline{margin:0 0 .5rem 0;font-size:3.2rem;line-height:3rem;font-weight:400}@media only screen and (min-width: 840px){.header__headline{font-size:3.4rem;line-height:2.4rem}}@media only screen and (min-width: 1020px){.header__headline{font-size:4.7rem;line-height:4rem;letter-spacing:-2px}}@media only screen and (min-width: 1200px){.header__headline{font-size:5.5rem;line-height:5rem}}.header__copy__body{margin:0;color:#fff;font-size:2rem}@media only screen and (min-width: 1020px){.header__copy__body{font-size:2.5rem}}.home-header__top{background-image:url(../images/headers/home-header-top-a8cb2769.jpg);background-position:center;background-size:cover;background-repeat:no-repeat;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:2rem}@media only screen and (min-width: 840px){.home-header__top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:8rem}}.home-header__top .home-header__top__left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;position:relative}@media only screen and (min-width: 840px){.home-header__top .home-header__top__left{padding:2rem;margin-top:2rem}}@media only screen and (min-width: 1020px){.home-header__top .home-header__top__left{margin-top:0}}.home-header__top .home-header__top__right{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem}@media only screen and (min-width: 840px){.home-header__top .home-header__top__right{height:33rem;margin-top:4rem;text-align:right}}@media only screen and (min-width: 1020px){.home-header__top .home-header__top__right{height:36.75rem;margin-top:0}}@media only screen and (min-width: 1200px){.home-header__top .home-header__top__right{height:39.25rem}}.home-header__top .home-header__top__right__headline{font-weight:400;font-size:3rem;color:#001b33;letter-spacing:-5px;margin-top:0;margin-bottom:2rem}@media only screen and (min-width: 840px){.home-header__top .home-header__top__right__headline{font-size:4rem;text-align:right}}@media only screen and (min-width: 1020px){.home-header__top .home-header__top__right__headline{font-size:5rem}}@media only screen and (min-width: 1200px){.home-header__top .home-header__top__right__headline{font-size:6rem}}.home-header__top .home-header__top__right__headline sup{font-size:2rem;display:inline-block;letter-spacing:-2px}.home-header__top__right__subhead{text-transform:uppercase;color:#fff;margin:0;font-size:1.4rem;font-weight:500}@media only screen and (min-width: 840px){.home-header__top__right__subhead{text-align:right}}@media only screen and (min-width: 1020px){.home-header__top__right__subhead{font-size:2rem}}.home-header__bottom{background-image:url(../images/headers/home-page-header-bottom-0ab93a94.jpg);background-position:center;background-size:cover;background-repeat:no-repeat}@media only screen and (min-width: 840px){.home-header__bottom{margin-top:-8rem}}.home-header__bottom__headline{margin:0;color:#fff;font-size:36px;text-align:center;padding:9rem 0 6rem 0;font-weight:400;max-width:800px;margin:auto}.products{padding-top:0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}@media only screen and (min-width: 840px){.products{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:4rem}}.products .products-header__top__left{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;position:relative}@media only screen and (min-width: 840px){.products .products-header__top__left{padding:2rem}}.products .products-header__top__right{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem}.products .products-header__top__right__headline{font-weight:400;font-size:3rem}@media only screen and (min-width: 840px){.products .products-header__top__right__headline{font-size:4rem;text-align:right;line-height:4rem}}@media only screen and (min-width: 1020px){.products .products-header__top__right__headline{font-size:5rem;text-align:right;line-height:4.5rem}}@media only screen and (min-width: 1200px){.products .products-header__top__right__headline{font-size:6rem;text-align:right;line-height:5.5rem}}.products .products-header__top__right__headline sup{font-size:2rem;display:inline-block}@media only screen and (min-width: 840px){.condensed-head{padding-top:86px;background:#fff url("../images/headers/condensed-header-840e5bc8.jpg") no-repeat top center;background-size:100% 86px}}.footer__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.footer__top{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__top h4{font-size:18px;text-transform:uppercase}.footer__top p{font-size:16px;line-height:26px;color:#fff}.footer__about{background-color:#007DBA;color:#fff;padding:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1}@media only screen and (min-width: 840px){.footer__about{padding:4rem}}.footer__contact{background-color:#6fa443;color:#fff;padding:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}@media only screen and (min-width: 840px){.footer__contact{padding:4rem}}.footer__contact form input[type="text"],.footer__contact form input[type="name"],.footer__contact form input[type="email"],.footer__contact form textarea{width:100%;clear:both;border:none;padding:.7rem;margin-bottom:1rem;font-family:"Montserrat", helvetica, san-serif}.footer__contact form input[type="text"]::-webkit-input-placeholder,.footer__contact form input[type="name"]::-webkit-input-placeholder,.footer__contact form input[type="email"]::-webkit-input-placeholder,.footer__contact form textarea::-webkit-input-placeholder{color:#d1d1d1;text-transform:uppercase}.footer__contact form input[type="text"]::-moz-placeholder,.footer__contact form input[type="name"]::-moz-placeholder,.footer__contact form input[type="email"]::-moz-placeholder,.footer__contact form textarea::-moz-placeholder{color:#d1d1d1;text-transform:uppercase}.footer__contact form input[type="text"]:-ms-input-placeholder,.footer__contact form input[type="name"]:-ms-input-placeholder,.footer__contact form input[type="email"]:-ms-input-placeholder,.footer__contact form textarea:-ms-input-placeholder{color:#d1d1d1;text-transform:uppercase}.footer__contact form input[type="text"]:-moz-placeholder,.footer__contact form input[type="name"]:-moz-placeholder,.footer__contact form input[type="email"]:-moz-placeholder,.footer__contact form textarea:-moz-placeholder{color:#d1d1d1;text-transform:uppercase}.footer__contact form button,.footer__contact form input[type="submit"]{border-radius:0;border:none;background-color:#007DBA;text-transform:uppercase;float:right;display:inline-block;padding:.5rem 2rem;color:#fff;font-weight:500;cursor:pointer}.footer__contact form textarea{max-width:100%}.footer__contact form p{margin-top:0}.footer__bottom{background-color:#a9a9a9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width: 840px){.footer__bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.footer__bottom ul{margin:0;padding:0}.footer__bottom ul li{list-style-type:none}.footer__logo{width:200px}.footer__bottom__left a{text-decoration:none;font-size:12px}.footer__bottom__right{text-align:left}@media only screen and (min-width: 840px){.footer__bottom__right{text-align:right}}.footer__copyright{font-size:12px;margin:0}ul.footer__social-icons{margin:1rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media only screen and (min-width: 840px){ul.footer__social-icons{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.footer__social-icon a{text-decoration:none}.footer__social-icon img{width:45px}.infections__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:4rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.infections__icons{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.infections__icons__copy{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.infections__icons__copy{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.infections__icon{-webkit-box-flex:1;-ms-flex:1;flex:1;list-style-type:none}.infections__icon img{height:75px}.infections__icon img.infection-arrow{height:15px;-webkit-transform:rotate(90deg);transform:rotate(90deg);margin:1rem 0}@media only screen and (min-width: 840px){.infections__icon img.infection-arrow{margin:2rem 0 0 0;-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.infections__icon p{margin:0;font-size:15px;color:#007DBA}.infections__icon p span{font-size:21px}.skin-graphic{max-width:16rem}.performance-icon{width:8rem}.els__logo{max-width:11rem}.body-interior{max-width:800px;margin:auto;text-align:center;padding:4rem 1rem}.body-interior.left{text-align:left}.body-interior.no-top-padding{padding-top:0}.body-interior.no-bottom-padding{padding-bottom:0;padding-top:2rem}.body-interior.no-bottom-padding p a{text-decoration-skip-ink:none;color:#007DBA}.body-interior .left-align{text-align:left}.body-interior__section{margin:5rem 0}.body-interior__section:target::before{content:"";display:block;height:60px;margin:-60px 0 0}.gray{background-color:#a9a9a9;padding:1rem 2rem}.gray-wrapper{max-width:1320px;margin:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 840px){.gray-wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.gray-copy__headline{font-weight:400;font-size:48px}.home-gray .gray-copy{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:2rem}@media only screen and (min-width: 840px){.home-gray .gray-copy{padding:4rem;padding:0 4rem 1rem 4rem}}.home-gray .gray-image{-webkit-box-flex:1;-ms-flex:1;flex:1;width:100%;-ms-flex-item-align:center;align-self:center;text-align:center;padding:4rem}.offset{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#fff}@media only screen and (min-width: 840px){.offset{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.offset__callout{background-color:#a9a9a9;-webkit-box-flex:1;-ms-flex:1 0 60%;flex:1 0 60%;padding:2rem}@media only screen and (min-width: 840px){.offset__callout{padding:4rem}}@media only screen and (min-width: 1020px){.offset__callout{padding:6rem}}.offset__callout .offset__callout__headline{margin:0 0 2rem 0;font-weight:500}.offset__callout ul li{margin-bottom:1rem;list-style-type:disc;font-size:1.2rem}.offset__image{background-repeat:no-repeat;background-size:cover;background-position:center;-webkit-box-flex:1;-ms-flex:1 0 40%;flex:1 0 40%}.offset__image:before{content:"";padding-top:75%;display:-webkit-box;display:-ms-flexbox;display:flex}.offset__image.what-is-chx-offset__image{background-image:url(../images/why-chx-nurse-fd2bc3c0.jpg)}.offset__image.products-offset__image{background-image:url(../images/nurse-with-patient-b3e22077.jpg)}.quote{padding:2rem 2rem 0 2rem}@media only screen and (min-width: 840px){.quote{padding:3rem 4rem 0}}.products-list{max-width:800px;margin:auto;text-align:center;padding:1rem 1rem 4rem 1rem}@media only screen and (min-width: 840px){.products-list{padding:1rem 0 4rem 0}}.ceo-callout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:3rem 0}@media only screen and (min-width: 840px){.ceo-callout{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.ceo-callout .ceo__image{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-shadow:0px 0px 10px -3px #737373;box-shadow:0px 0px 10px -3px #737373}.ceo-callout .ceo__bio{-webkit-box-flex:2;-ms-flex:2;flex:2;padding:0 0 0 3rem;text-align:left}.leadership{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:3rem 0}@media only screen and (min-width: 840px){.leadership{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.about{text-align:center;background-color:#a9a9a9;color:#fff;padding:2rem 4rem}.team__member{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 .5rem}.team__member:hover{cursor:pointer}.team__member__name{font-weight:500;color:#fff;font-size:1rem}.team__member__title{color:#fff;font-size:1rem}.terms-privacy{padding:2rem 0 0 0}@media only screen and (min-width: 840px){.terms-privacy{padding:8rem 0 0 0}}.sources{padding:1rem}@media only screen and (min-width: 840px){.sources{padding:2rem 1rem}}.sources .body-contain{margin-top:0}.body-copy--fill{min-height:calc( 100vh - 381px )}@media only screen and (min-width: 840px){.body-copy--fill{min-height:calc( 100vh - 306px )}}.callout-boxes{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.callout-boxes{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.callout-boxes sup{font-size:.7rem}.callout-box{-webkit-box-flex:0;-ms-flex:0 1 50%;flex:0 1 50%;padding:3rem;background-color:#001b33;color:#fff}.callout-box h3{margin-top:0;font-weight:300;font-size:38px}.callout-box h5{font-weight:300;text-transform:uppercase;font-size:15px}.callout-box p{color:#fff}.callout-box .button{background-color:#fff;color:#000;margin-top:2rem;margin-bottom:2rem;text-align:center}@media only screen and (min-width: 840px){.callout-box .button{margin-bottom:0}}.callout-box:not(:first-child){background-color:#007DBA}.callout-box:nth-child(3){background-color:#6fa443}.flex-flow{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media only screen and (min-width: 840px){.flex-flow{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}.image-in-text{display:block;margin:1.5rem 0}p sup,p sub{font-size:.7rem}.body-interior__headline{font-weight:700;font-size:1.3rem;margin:0}.sources p{font-size:11px;margin:0 0 .5rem 0}.sources__headline{font-size:11px;cursor:pointer}.sources__headline:after{content:"+";font-size:13px;margin:.5rem 0 0 .5rem}.sources__headline.open:after{content:"-"}.quote__quote{font-size:1rem;font-style:italic;font-weight:400;text-align:center}@media only screen and (min-width: 840px){.quote__quote{font-size:2rem}}.quote__name{font-size:1.2rem;font-weight:400;text-align:center;font-style:italic}@media only screen and (min-width: 840px){.quote__name{font-size:2.3rem}}.products-list p{font-size:14px}.products-list p a{font-weight:700;text-decoration:none}.products__item p{font-size:12px;margin:.3rem 0}.products__item span{font-weight:500;font-size:.7rem}.coi-consent-banner *{font-family:"Montserrat", helvetica, san-serif;line-height:initial}ul,li{padding:0;margin:0 0 0 .7rem}ul.two-columns{colums:1}@media only screen and (min-width: 840px){ul.two-columns{-webkit-columns:2;columns:2}}ul.two-columns li{margin-bottom:.5rem}.gray-copy__item{margin-bottom:1.7rem;list-style-type:disc}.products__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style-type:none;margin:0;padding:0}@media only screen and (min-width: 840px){.products__items{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}.products__item{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;margin:0;padding:2rem}@media only screen and (min-width: 840px){.products__item{-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:-webkit-box;display:-ms-flexbox;display:flex}}.product-image{max-height:240px}.bandage{margin-bottom:-6rem}@media only screen and (min-width: 840px){.bandage{max-width:50vw;position:absolute;left:0;bottom:0;margin-bottom:0}}@media screen and (min-width: 1320px){.bandage{max-width:41rem}}.product-bandage{margin-bottom:-6rem}@media only screen and (min-width: 840px){.product-bandage{width:100%;max-width:200%;position:absolute;bottom:-5rem;margin-bottom:0}}@media only screen and (min-width: 840px){.products .header-logo{width:29rem}}.ceo__image img{display:block;margin:auto}.ceo__image img:hover{cursor:pointer}.callout-box .logo{max-width:150px}.callout-box img{max-width:150px}#dressUp .page-logo{max-width:200px}table{border-collapse:collapse;max-width:1024px;margin:auto}th,td{padding:.3rem;text-align:center;border:2px solid #007DBA}th.left,td.left{text-align:left}th{color:#007DBA}td.green{color:#6fa443;font-size:1.3rem;font-weight:500}td.orange{color:#f7921e;font-size:1.3rem;font-weight:500}.table__in-vitro{padding:0 1rem;margin:0 auto}.table__in-vitro th,.table__in-vitro td{padding:1rem 2rem}.full-size-table{display:none}@media only screen and (min-width: 840px){.full-size-table{display:block;padding-top:6rem}}.mobile.table{display:block;padding:0 2rem}@media only screen and (min-width: 840px){.mobile.table{display:none}}.mobile.table .table__head{padding:1rem 0;border-bottom:2px solid #007DBA;font-weight:700}.mobile.table .table__head h3{margin:0}.mobile.table .table__title{border-bottom:1px solid #007DBA;padding:1rem 0}.mobile.table .table__title h3,.mobile.table .table__title p{margin:0}.mobile.table .table__title h3{font-weight:500}.mobile.table .table__title h3.heavy{font-weight:700}.mobile.table .table__content .orange{font-size:30px;vertical-align:middle}.featherlight .featherlight-content{background:rgba(0,141,208,0.8);color:#fff;padding:4rem}.featherlight .featherlight-content p{color:#fff;font-size:1rem;line-height:1.5rem}.featherlight .featherlight-close-icon{color:#fff;border:1px solid #fff;top:20px;right:20px;background:transparent}.featherlight:last-of-type{background:rgba(255,255,255,0.8)}.featherlight .bio-contain{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.featherlight .bio-contain{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.featherlight .bio-left{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-bottom:2rem}@media only screen and (min-width: 840px){.featherlight .bio-left{margin-bottom:0}}.featherlight .bio-right{-webkit-box-flex:2;-ms-flex:2;flex:2;padding:1rem}@media only screen and (min-width: 840px){.featherlight .bio-right{padding:0 0 0 2rem}}.bio-left__image-contain{text-align:center}.bio-header__info__name{margin:0;font-weight:300;line-height:30px}.bio-header__info__title{font-size:1.1rem;font-weight:500}.bio-copy{margin:2rem 0}.bio-footer a{font-weight:500;text-decoration:none}.charts__section{text-align:center;padding:0 2rem}.charts__section.bottom-chart{margin-bottom:5rem}.charts__chart-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.charts__chart-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.chart-small{max-width:800px;margin:auto}.chart-small .charts__chart{padding:0 0 0 3rem}.charts__headline{color:#007DBA;font-weight:300;max-width:800px;margin:auto}.charts__label{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#007DBA}@media only screen and (min-width: 840px){.charts__label{margin-top:3rem;text-align:right}}.charts__label__headline{font-weight:700;font-size:1rem;margin:0}.charts__label__subheadline{font-size:.9rem;color:#007DBA;font-weight:500;margin:0}.charts__chart{-webkit-box-flex:3;-ms-flex:3;flex:3}.charts__chart img{width:100%}.charts__disclaimer{font-size:.7rem;margin-top:1rem}.charts__thirds{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:2rem}@media only screen and (min-width: 840px){.charts__thirds{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-top:3rem}}.charts__thirds__keys{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}@media only screen and (min-width: 840px){.charts__thirds__keys{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.charts__thirds__key{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.charts__third__img{height:400px}@media only screen and (min-width: 840px){.charts__third__img{height:400px}}.charts__third{-webkit-box-flex:1;-ms-flex:1;flex:1}.charts__key-icon{width:30px;margin-right:.5rem}.video{margin-bottom:4rem;text-align:center}.video__responsive{overflow:hidden;padding-bottom:56%;position:relative;height:0;max-width:800px;margin:0 auto}@media only screen and (min-width: 840px){.video__responsive{padding-bottom:35%}}.video__responsive iframe{left:0;top:0;height:100%;width:100%;position:absolute;padding:0 1rem}.video-container{margin-top:3rem;margin-bottom:3rem;border-top:1px solid #000}.button{background-color:#007DBA;text-transform:uppercase;display:inline-block;padding:.5rem 2rem;color:#fff;font-weight:500;cursor:pointer;text-decoration:none}.button--reversed{background-color:#fff;color:#007DBA}.button--reversed:active,.button--reversed:focus,.button--reversed:hover{background-color:#007DBA;color:#fff}.thirds{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:1120px;margin:4rem auto;padding-top:2rem}@media only screen and (min-width: 840px){.thirds{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding-top:0}}.one-third{-webkit-box-flex:0;-ms-flex:0 1 33%;flex:0 1 33%}.one-third .third-image{background-position:center;background-size:cover;background-repeat:no-repeat}.one-third .third-image:before{content:"";padding-top:75%;display:block}.two-thirds{-webkit-box-flex:0;-ms-flex:0 1 66%;flex:0 1 66%;padding:0 0 0 3rem}.two-thirds .title{color:#007DBA;font-size:30px;margin:1rem 0 0 0}.vertical-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 840px){.vertical-form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.vertical-form__column{padding:2rem;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:#fff}@media only screen and (min-width: 840px){.vertical-form__column{padding:3rem 4rem}}.vertical-form__column h1:first-child,.vertical-form__column h2:first-child,.vertical-form__column h3:first-child{margin-top:0}.vertical-form__column>*:last-child{margin-bottom:0}.vertical-form__column--right{background-color:#007DBA;color:#fff}.form__blue{background-color:#007DBA;color:#fff}.form .form__title{font-size:1.25rem}.form fieldset{display:block;border:none;margin:1rem 0;padding:0}.form label{display:block;margin:0 0 0.75rem;text-transform:uppercase;font:400 0.75rem/1 "Montserrat", helvetica, san-serif}.form label.error{margin:-0.5rem 0 0.75rem;text-transform:none}.form input[type="text"],.form input[type="email"],.form input[type="tel"]{width:100%;border:1px solid transparent;border-radius:5px;padding:0.7rem;margin-bottom:1rem;font-family:"Montserrat", helvetica, san-serif}.form input[type="text"].error,.form input[type="email"].error,.form input[type="tel"].error{border:1px solid red}.form button{display:inline-block;border-radius:5px;border:none;padding:.5rem 1rem;background-color:#001b33;color:#fff;font:500 1.125rem/1 "Montserrat", helvetica, san-serif;cursor:pointer}.form button:disabled{color:#a9a9a9}@media only screen and (min-width: 840px){.form .form__split{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-bottom:-1em}.form .form__split>fieldset{-webkit-box-flex:1;-ms-flex:1;flex:1}.form .form__split fieldset+fieldset{margin-left:0.5em;padding-left:0.5em}}.form-sticker.sticky{position:fixed;top:calc(2rem + 80px)}@media only screen and (min-width: 840px){.landing__slim-col{width:70%}}.landing__head{font:500 2rem/1.25 "Montserrat", helvetica, san-serif}.landing__subhead{margin-top:2rem;text-transform:uppercase;font:500 1rem/1.25 "Montserrat", helvetica, san-serif;color:#007DBA}.landing__image--ghost{position:relative}.landing__image--ghost img{position:relative;z-index:1;display:block;max-width:66%;margin:1rem auto;padding:1.25rem}.landing__image--ghost:after{display:block;content:" ";opacity:0.5;position:absolute;z-index:0;left:0;right:0;top:0;bottom:0;width:100%;height:100%;background:transparent url("../images/icons/blue-hex-5f16d5f5.svg") no-repeat center center;background-size:contain}.landing__list{list-style-type:none}.landing__list li{position:relative;padding-bottom:0.75rem;font:300 0.75rem/1.5 "Montserrat", helvetica, san-serif}.landing__list li:before{display:block;content:" ";position:absolute;left:-22px;top:4px;width:10px;height:11px;background:transparent url("../images/icons/blue-hex-5f16d5f5.svg") no-repeat center center}.landing p{font:300 0.875rem/1.5 "Montserrat", helvetica, san-serif}.landing small{display:block;font:400 0.625rem/1.5 "Montserrat", helvetica, san-serif;color:#a9a9a9}.landing__terms{margin-bottom:3rem;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff}@media only screen and (min-width: 840px){.landing__terms{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding:1.5rem 4rem}}.landing__terms__column{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:1.5rem}.landing__terms__title{text-transform:uppercase;font:400 0.625rem/1.5 "Montserrat", helvetica, san-serif;color:#001b33}