@-webkit-keyframes fadeInUp{from{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes fadeInUp{from{-webkit-transform:translateY(1rem);transform:translateY(1rem);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.h1,.h2,.h3,h1,h2,h3{color:#0083be;font-family:myriad-pro,Arial,sans-serif}.h1 small,.h2 small,.h3 small,h1 small,h2 small,h3 small{display:inline-block}.no-border.h1:after,.no-border.h2:after,.no-border.h3:after,h1.no-border:after,h2.no-border:after,h3.no-border:after{display:none}.grid-container .cta,.grid-container .hero,.grid-container .view-type-pager{margin-right:-1rem;margin-left:-1rem}@media all and (min-width:75em){.grid-container .cta,.grid-container .hero,.grid-container .view-type-pager{margin-right:-2rem;margin-left:-2rem}}.cta,.hero,.view-type-pager{padding-left:1rem;padding-right:1rem}@media all and (min-width:75em){.cta,.hero,.view-type-pager{padding-left:2rem;padding-right:2rem}}@media all and (min-width:55em){.cta,.view-type-pager{margin:1em calc(50% - 50vh)}}@media all and (min-width:75em){.cta,.view-type-pager{margin:1em calc(50% - 600px)}}.h1,.h2,.h3,h1,h2,h3{margin-bottom:.625rem;color:#004478;font-family:myriad-pro,sans-serif}.h1:after,.h2:after,.h3:after,h1:after,h2:after,h3:after{display:none}.region-content .sidebar-texture:after,.region-content .sidebar-texture:before{position:absolute;top:0;right:0;display:block;width:100%;height:200px;background:-webkit-gradient(linear,left top,left bottom,color-stop(0,#fff),to(rgba(255,255,255,0)));background:-o-linear-gradient(top,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to bottom,#fff 0,rgba(255,255,255,0) 100%);content:''}.h1,h1{font-size:2.75rem;font-weight:lighter}@media all and (min-width:40em){.h1,h1{font-size:3.9375rem}}.h1 small,h1 small{font-size:1.5rem}@media all and (min-width:40em){.h1 small,h1 small{font-size:2.125rem}}.h2,h2{font-size:2.125rem;font-weight:lighter}@media all and (min-width:40em){.h2,h2{font-size:2.75rem}}.h3,h3{font-size:1.5rem;font-weight:600}.block-system-main-block ul{padding-left:15px;list-style-image:url(/themes/telehealth/assets/img/bullet.svg)}@media all and (min-width:40em){.block-system-main-block ul{padding-left:40px}}.block-system-main-block ul li{margin-bottom:15px;padding-left:.5em;line-height:1.2}.btn{display:inline-block;margin-bottom:0;padding:6px 12px;border:1px solid transparent;border-radius:4px;background-image:none;font-size:.875rem;font-weight:400;line-height:1.125rem;cursor:pointer;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:active,.btn:focus,.btn:hover{text-decoration:none}.btn-lg{padding:10px 16px;border-radius:6px;font-size:1.125rem;line-height:1.3333333}.btn-telehealth__link{padding-right:0;padding-left:0;-webkit-transition:color .25s ease-in-out;-o-transition:color .25s ease-in-out;transition:color .25s ease-in-out;font-family:myriad-pro,sans-serif;font-weight:700}.btn-telehealth__link:after{display:block;width:6.25rem;height:.875rem;margin-top:.25rem;-webkit-transition:background .25s ease-in-out;-o-transition:background .25s ease-in-out;transition:background .25s ease-in-out;background:url(/themes/telehealth/assets/img/th-arrow-underline-right.svg) left -20px center no-repeat;background-size:contain;content:''}.btn-telehealth__link:active:after,.btn-telehealth__link:focus:after,.btn-telehealth__link:hover:after{background-position:left 0 center}.btn-telehealth{position:relative;padding:12px 35px 12px 25px;-webkit-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;transition:all .25s ease-in-out;border:2px solid #0076c5;border-radius:0;background-color:transparent;color:#004478;font-weight:700}.btn-telehealth:after{position:absolute;top:50%;right:-25px;display:block;width:50px;height:14px;margin-top:-7px;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;background:url(/themes/telehealth/assets/img/th-arrow-right.svg) center right no-repeat;background-size:contain;content:''}.btn-telehealth:active,.btn-telehealth:focus,.btn-telehealth:hover{border-color:#0076c5;background-color:transparent;color:#004478}.btn-telehealth:active:after,.btn-telehealth:focus:after,.btn-telehealth:hover:after{-webkit-transform:translateX(10px);-ms-transform:translateX(10px);transform:translateX(10px)}.card{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;padding:15px 0;border:1px solid #d9d9d9}@media all and (min-width:64em){.card{padding:20px 0}}.card__thumbnail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:90px;height:70px;background-color:#d9d9d9;text-align:center;overflow:hidden}@media all and (min-width:64em){.card__thumbnail{width:200px;height:120px}}@media all and (min-width:75em){.card__thumbnail{width:250px;height:150px}}.card__thumbnail img{width:100%;height:100%;margin-bottom:0;-webkit-transition:-webkit-transform .25s ease-in-out;transition:-webkit-transform .25s ease-in-out;-o-transition:transform .25s ease-in-out;transition:transform .25s ease-in-out;transition:transform .25s ease-in-out,-webkit-transform .25s ease-in-out;-o-object-fit:cover;object-fit:cover}.card__thumbnail a{display:inherit;width:100%;height:100%}.card__thumbnail a:active img,.card__thumbnail a:focus img,.card__thumbnail a:hover img{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.card__sideimg{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:60px;padding:0;border:0}@media all and (min-width:64em){.card__sideimg{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-right:calc(100% - 100vw);margin-left:-2rem}}@media all and (min-width:75em){.card__sideimg{margin-right:calc(100% - 1170px);margin-bottom:100px}}.card__sideimg .card__thumbnail{display:block;-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;width:100%;height:auto}@media all and (min-width:64em){.card__sideimg .card__thumbnail{width:40%;height:350px;-webkit-box-shadow:0 4px 10px -4px #212121;box-shadow:0 4px 10px -4px #212121}}@media all and (min-width:75em){.card__sideimg .card__thumbnail{width:50%}}.card__sideimg .card__thumbnail .embed-responsive{margin-right:0;margin-bottom:0}@media all and (min-width:40em){.card__sideimg .card__content{padding-right:40px;padding-left:40px}}@media all and (min-width:64em){.card__sideimg .card__content{padding-right:60px;padding-left:60px}}.card__sideimg .card__title,.card__sideimg .h2,.card__sideimg h2{margin-top:30px;font-size:2.125rem;font-weight:lighter}.card__sideimg .card__title:after,.card__sideimg .h2:after,.card__sideimg h2:after{display:block;width:100px;height:2px;background:url(/themes/telehealth/assets/img/header_hr.svg);content:''}@media all and (min-width:64em){.card__sideimg--right .card__thumbnail{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.hero{position:relative;margin-top:0;padding-top:50px;padding-bottom:30px;border-bottom:0;border-radius:0;background:#fff url(/themes/telehealth/assets/img/th-pattern.png) top 30px left no-repeat;background-size:100% auto}@media all and (min-width:40em){.hero{padding-top:80px;padding-bottom:48px}}@media all and (min-width:64em){.hero{padding-top:100px;padding-bottom:60px}}.hero:before{position:absolute;top:0;bottom:0;left:0;display:block;width:100%;content:''}.hero *{position:relative;z-index:1}.hero__title{margin-top:0;color:#004478;font-size:2.75rem}@media all and (min-width:40em){.hero__title{font-size:3.9375rem}}@media all and (min-width:64em){.hero__title{margin-top:2.5rem}}.hero__lead{max-width:31.25rem;color:#333;font-family:myriad-pro,sans-serif;font-style:normal;font-weight:lighter;line-height:1.4}@media all and (min-width:64em){.hero__lead{margin-left:0}}.path-frontpage .hero{margin-bottom:0}@media all and (min-width:64em){.path-frontpage .hero{min-height:400px}}@media all and (min-width:40em){.path-frontpage .hero:before{background:url(/sites/default/files/2022-04/hero-front-2.min_.png) right top no-repeat;background-size:contain}}.cta{margin-top:0;margin-bottom:0;padding-top:2.5rem;padding-bottom:2.5rem;background-color:#fff;background-repeat:no-repeat;background-size:contain}.cta p{max-width:60%}@media all and (min-width:64em){.cta p{max-width:37.5rem}}#cta-how-it-works{padding-bottom:4.375rem;background-image:url(/themes/telehealth/assets/img/cta-howitworks--original.png);background-position:bottom right}@media all and (max-width:39.99em){#cta-how-it-works{padding-bottom:70px;background-size:auto 50%}}.path-frontpage #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--home.png)}.path-what-telehealth #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--what-telehealth.png)}.path-types-telehealth #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--types-telehealth.png)}.path-type-home #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--at-home.png)}.path-type-clinic #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--in-clinic.png)}.path-type-hospital #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--in-hospital.png)}.path-talk-your-doctor #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--talk-your-doctor.png)}.path-digital-divide #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--digital-divide.png)}.path-privacy-and-security #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--privacy.png)}.path-help-center #cta-how-it-works{background-image:url(/themes/telehealth/assets/img/cta-howitworks--help-center.png)}.usa-nav-container .usa-logo .logo-img img{max-height:30px}@media all and (min-width:64em){.usa-nav-container .usa-logo .logo-img img{max-height:40px}}.region-bottom{display:block}.region-content .block-system-main-block{position:relative;max-width:800px}.region-content .sidebar-texture{position:absolute;top:0;right:calc(100% - 1170px);display:none;width:260px;height:100%;background:url(/themes/telehealth/assets/img/th-sidebar-texture.png) top right repeat-y;opacity:.2}@media all and (min-width:64em){.region-content .sidebar-texture{display:block}}.region-content .sidebar-texture:after{top:auto;bottom:0;background:-webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),to(rgba(255,255,255,0)));background:-o-linear-gradient(bottom,#fff 0,rgba(255,255,255,0) 100%);background:linear-gradient(to top,#fff 0,rgba(255,255,255,0) 100%)}.region-content--4xx .content{background-image:url(/themes/telehealth/assets/img/th-pattern.png)}@media all and (max-width:29.99em){.region-content--4xx .content{background-size:auto}}.region-content--4xx .content:before{display:none}.view-type-pager{padding:0}@media all and (min-width:75em){.view-type-pager{padding:30px}}.view-type-pager .view-content{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-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media all and (min-width:40em){.view-type-pager .view-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.view-type-pager .view-content .views-row{width:100%}.card__type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:0;border:0}.card__type__icon{position:relative;bottom:-2px;height:90px;padding:0 15px}@media all and (min-width:40em){.card__type__icon{-webkit-box-flex:0;-ms-flex:0 0 60px;flex:0 0 60px;padding:0 30px}}.card__type__icon img{width:auto;height:100%}.card__type__header{border-top:3px solid #0076c5}.card__type__title{margin:0;padding:30px 15px 0;border-bottom:0;color:#03153d;font-size:1.125rem;font-weight:700;line-height:1em}@media all and (min-width:40em){.card__type__title{padding:30px 30px 0}}.card__type__title a{color:inherit}.card__type__summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;padding:15px}@media all and (min-width:40em){.card__type__summary{padding:30px}}.card__type__summary p{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;margin-top:0}.view-testimonials-list{padding:30px 0}.view-testimonials-list .view-content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media all and (min-width:40em){.view-testimonials-list .views-row{width:calc(50% - 15px)}}.view-testimonials-list .views-row:not(:last-child){margin-bottom:30px}@media all and (min-width:40em){.view-testimonials-list .views-row:not(:last-child){margin-bottom:0}}.card__testimonial{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.card__testimonial__thumbnail{width:100%;height:180px;background-color:#d9d9d9;text-align:center;overflow:hidden}@media all and (min-width:64em){.card__testimonial__thumbnail{height:220px}}.card__testimonial__thumbnail img{width:100%;min-width:100%;height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover}.card__testimonial__content{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:40px 30px 20px;border:2px solid #0076c5;background:url(/themes/telehealth/assets/img/icon-quote.svg) top 15px left 15px no-repeat;color:#717171}.card__testimonial__content:after,.card__testimonial__content:before{position:absolute;top:-45px;right:-2px;display:block;width:0;height:0;border-width:0 0 45px 39px;border-style:solid;border-color:transparent transparent #0076c5;content:''}.card__testimonial__content:after{top:-40px;right:0;border-width:0 0 40px 34px;border-color:transparent transparent #fff}.card__testimonial__title{margin-top:0;color:#004478;font-family:myriad-pro,sans-serif;font-size:1.125rem;font-weight:700;line-height:1;text-align:right;text-transform:uppercase}.card__testimonial__title small{font-size:.875rem;font-weight:400;text-transform:none}.card__testimonial__position{display:block;padding:10px 0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.card__type__icon{bottom:30px}.card__type__icon img{height:90px}}
/*# sourceMappingURL=telehealth.min.css.map */
