.datepicker--cells{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell,.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4eb5e6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4eb5e6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name,.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--day-name{color:#ff9a19;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker-inline .datepicker--pointer{display:none}.datepicker--content{box-sizing:content-box;padding:4px}.-only-timepicker- .datepicker--content{display:none}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body{display:none}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action:hover{background:#f0f0f0}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title:hover{background:#f0f0f0}.datepicker--nav-title.-disabled-{cursor:default;background:none}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex;padding:4px;border-top:1px solid #efefef}.datepicker--button{color:#4eb5e6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{border-top:1px solid #efefef;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;padding:4px;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:Century Gothic,CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:"";background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(90deg,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:none;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:none}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-thumb{margin-top:-6px}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:transparent}.datepicker--time-row input[type=range]::-ms-fill-lower,.datepicker--time-row input[type=range]::-ms-fill-upper{background:transparent}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:"";background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:none;border:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{border:none;background:#1b1b1b;background:hsla(0,0%,4%,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:hsla(0,0%,4%,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:hsla(0,0%,4%,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:hsla(0,0%,4%,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:hsla(0,0%,4%,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img{-ms-interpolation-mode:bicubic}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}a:focus{outline:thin dotted}a:active,a:hover{outline:0}svg:not(:root){overflow:hidden}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{padding:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}html{font-size:62.5%}body{font-weight:400;font-family:neo-sans,verdana,sans-serif;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.typography{color:#646363;font-size:1.2rem;line-height:1.5}.typography p{margin-bottom:1em}.typography strong{font-weight:700}.typography em{font-style:italic}.typography span.pink{color:#d75195}.typography span.green{color:#8db248}.typography span.grey{color:#9d9d9c}.typography hr{display:block;width:100%;height:0;margin:2em 0;border:0;border-bottom:1px dashed #de7aad;outline:0}.typography .h1,.typography h1{margin-bottom:1em;color:#646363;font-weight:500;font-size:2.4rem;font-family:neo-sans,verdana,sans-serif}.typography .h2,.typography h2{font-size:1.8rem}.typography .h2,.typography .h3,.typography h2,.typography h3{margin-bottom:1em;color:#d75195;font-weight:500;font-family:neo-sans,verdana,sans-serif}.typography .h3,.typography h3{font-size:1.6rem}.typography ul{list-style-type:disc}.typography ol,.typography ul{margin:0 0 1em;padding:0 0 0 1.5em}.typography ol{list-style-type:decimal}.typography blockquote{margin:0 0 1em;font-style:italic}.typography blockquote p{margin:0}.typography blockquote cite{display:block;font-weight:700;font-style:normal}.typography sub,.typography sup{position:relative;top:-.4em;font-size:80%;vertical-align:baseline}.typography sub{top:.4em}.typography u{text-decoration:none}.typography a{color:#d75195}.typography a:link,.typography a:visited{text-decoration:underline}.typography a:active,.typography a:hover{text-decoration:none}.typography .left,.typography .text-left{text-align:left}.typography .center,.typography .text-center{text-align:center}.typography .right,.typography .text-right{text-align:right}.typography table td,.typography table th{padding:.75em 1em;border:1px solid #bababa;text-align:left}.typography table th{font-weight:700}.typography img{max-width:100%;height:auto;vertical-align:middle}.typography img.center,.typography img.left,.typography img.leftAlone,.typography img.right{display:block;float:none;margin:0 auto 1em}.typography .captionImage{max-width:100%;margin-bottom:1em}.typography .captionImage img{margin-bottom:0}.typography .captionImage p{margin:.25em 0;font-style:italic}.typography--large{font-size:1.4rem}.typography--large .h1,.typography--large h1{font-size:2.8rem}.typography--large .h2,.typography--large h2{font-size:2.2rem}.typography--large .h3,.typography--large h3{font-size:1.8rem}.h{display:none!important}.h-hide-visually,.patient-overview__clinic-filter label{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0)}.group{zoom:1}.group:after,.group:before{display:table;content:""}.group:after{clear:both}.replace{display:block;overflow:hidden;white-space:nowrap;text-indent:150%}*{-webkit-box-sizing:border-box;box-sizing:border-box}.assign-patient__section{margin-bottom:16px;padding:12px 14px;background:#fff}.assign-patient__section .form-actions,.assign-patient__section .typography>:last-child,.assign-patient__section:last-child{margin-bottom:0}.assign-patient__form{position:relative;display:none}.assign-patient__form.ng-scope{display:block}.assign-patient__loading-overlay{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;z-index:10;display:none;content:"";background:rgba(0,0,0,.3)}.assign-patient__form--loading .assign-patient__loading-overlay{display:block}.assign-patient__loading-spinner{position:absolute;top:50%;left:50%;width:60px;height:60px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.assign-patient__loading-spinner:after{display:block;width:46px;height:46px;margin:1px;border:5px solid #fff;border-color:#fff transparent;border-radius:50%;content:"";-webkit-animation:eform-spinner 1.2s linear infinite;animation:eform-spinner 1.2s linear infinite}.blog-post{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 0;border-top:1px solid #9d9d9c}.blog-post:last-child{border-bottom:1px solid #9d9d9c}.blog-post__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:30px;height:30px;margin-right:15px}.blog-post__teaser{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.blog-post__teaser .typography>:last-child{margin-bottom:0}.blog-post__title{margin-bottom:.5em;color:#646363;font-weight:500;font-size:1.2rem}.blog-post__title a{color:#646363}.blog-post__title a:link,.blog-post__title a:visited{text-decoration:none}.blog-post__title a:active,.blog-post__title a:hover{text-decoration:underline}.blog-post__view-button{-ms-flex-item-align:end;align-self:flex-end;display:block;padding:0 1em;color:#646363;font-size:1.2rem}.blog-post__view-button:link,.blog-post__view-button:visited{text-decoration:none}.blog-post__view-button:active,.blog-post__view-button:hover{text-decoration:underline}.blog__content{padding:20px;background:#fff}.blog__posts{margin-bottom:20px}.blog__posts:last-child{margin-bottom:0}.breadcrumbs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-size:1.2rem;line-height:1.16667}.breadcrumbs__item{display:block;margin-right:.5em;color:#646363}.breadcrumbs__item:after{display:inline-block;margin-left:.5em;content:">"}.breadcrumbs__item:last-child{margin-right:0}.breadcrumbs__item:last-child:after{display:none}.breadcrumbs__link{color:#646363}.breadcrumbs__link:link,.breadcrumbs__link:visited{text-decoration:none}.breadcrumbs__link:active,.breadcrumbs__link:hover{text-decoration:underline}.button,.form-actions .action{font-size:calc(1.3rem + 1 * ((100vw - 320px) / 530));display:inline-block;min-width:150px;margin-right:12px;padding:.4em 1em;border:1px solid #d75195;color:#fff;background-color:#d75195;font-weight:500;font-family:neo-sans,verdana,sans-serif;line-height:1.4;text-align:center;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-transition:border-color .3s ease,color .3s ease,background-color .3s ease;transition:border-color .3s ease,color .3s ease,background-color .3s ease}.button:last-child,.form-actions .action:last-child{margin-right:0}.button:link,.button:visited,.form-actions .action:link,.form-actions .action:visited{background-color:#d75195}.button:active,.button:focus,.button:hover,.form-actions .action:active,.form-actions .action:focus,.form-actions .action:hover{background:#bd5196}.form-actions .typography .action,.typography .button,.typography .form-actions .action{color:#fff;text-decoration:none!important}.button--small{font-size:calc(1.1rem + 1 * ((100vw - 320px) / 530));min-width:0;padding:.2em .5em}.button--green,.form-actions .action.secondary,.form-actions .form-tabs li.active .action,.form-tabs li.active .button,.form-tabs li.active .form-actions .action{border-color:#8db248;background:#8db248}.button--green:link,.button--green:visited,.form-actions .action.secondary:link,.form-actions .action.secondary:visited,.form-actions .form-tabs li.active .action:link,.form-actions .form-tabs li.active .action:visited,.form-tabs li.active .button:link,.form-tabs li.active .button:visited,.form-tabs li.active .form-actions .action:link,.form-tabs li.active .form-actions .action:visited{background-color:#8db248}.button--green:active,.button--green:focus,.button--green:hover,.form-actions .action.secondary:active,.form-actions .action.secondary:focus,.form-actions .action.secondary:hover,.form-actions .form-tabs li.active .action:active,.form-actions .form-tabs li.active .action:focus,.form-actions .form-tabs li.active .action:hover,.form-tabs li.active .button:active,.form-tabs li.active .button:focus,.form-tabs li.active .button:hover,.form-tabs li.active .form-actions .action:active,.form-tabs li.active .form-actions .action:focus,.form-tabs li.active .form-actions .action:hover{background:#bed175}.contact-about-patient__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.contact-about-patient__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px}.contact-about-patient__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.contact-about-patient__section{margin-bottom:16px;padding:12px 14px;background:#fff}.contact-about-patient__section .form-actions,.contact-about-patient__section .typography>:last-child,.contact-about-patient__section:last-child{margin-bottom:0}.contact-about-patient__patient{width:100%;border-collapse:collapse;color:#646363;font-size:1.2rem;line-height:1.33333}.contact-about-patient__patient td,.contact-about-patient__patient th{padding:5px 12px;text-align:left}.contact-about-patient__patient td:first-child,.contact-about-patient__patient th:first-child{padding-left:0}.contact-about-patient__patient td:last-child,.contact-about-patient__patient th:last-child{padding-right:0}.contact-about-patient__patient tr:first-child td,.contact-about-patient__patient tr:first-child th{padding-top:0}.contact-about-patient__patient tr:last-child td,.contact-about-patient__patient tr:last-child th{padding-bottom:0}.contact-about-patient__patient th{font-weight:500}.contact-about-patient__patient strong{color:#8db248;font-weight:500}.contact-about-patient__patient p{margin-bottom:1em}.contact-details{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:30px;background:#fff}.contact-details,.contact-details__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.contact-details__item{width:100%;padding:20px}.contact-details__item:before{position:absolute;right:20px;bottom:100%;left:20px;height:1px;content:"";background:#9d9d9c}.contact-details__item:first-child:before{display:none}.contact-details__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:30px;height:30px;margin-right:15px}.dashboard-ctas{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard-ctas,.dashboard-ctas__cta{display:-webkit-box;display:-ms-flexbox;display:flex}.dashboard-ctas__cta{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;margin-top:20px;color:#9d9d9c;font-weight:500;font-size:1.8rem}.dashboard-ctas__cta:first-child{margin-top:0}.dashboard-ctas__cta:link,.dashboard-ctas__cta:visited{text-decoration:none}.dashboard-ctas__cta:active,.dashboard-ctas__cta:hover{text-decoration:underline}.dashboard-ctas__cta span:after{display:inline-block;margin-left:.5em;color:#8db248;content:"\00bb"}.dashboard-ctas__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;display:block;width:100px;height:100px;margin-right:10px;border-radius:50%;background:#fff}.dashboard-ctas__icon svg{position:absolute;display:block;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.dashboard-ctas__icon i{position:absolute;top:0;right:0;display:block;overflow:hidden;width:30px;height:30px;border-radius:30px;color:#fff;background:#d75195;font-weight:500;font-size:2rem;line-height:30px;text-align:center}.dashboard-ctas__icon i.small{font-size:1.4rem}.dashboard-section{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;padding:12px;background:#fff}.dashboard-section>div{width:100%}.dashboard-section__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1.5em;color:#8db248;font-size:1.4rem;font-weight:500;line-height:1.3}.dashboard-section__title svg{display:block;margin-right:10px;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.dashboard-section__title:link,.dashboard-section__title:visited{text-decoration:none}.dashboard-section__title:active,.dashboard-section__title:hover{text-decoration:underline}.dashboard-section__subtitle{margin-bottom:1em;color:#9d9d9c;font-size:1.2rem;line-height:1.3}.dashboard-section__list a{position:relative;display:block;padding:.8em 2em .8em 0;font-size:1.2rem;line-height:1.3;border-bottom:1px solid #9d9d9c;color:#646363}.dashboard-section__list a:after{position:absolute;right:0;bottom:.8em;content:"\00bb"}.dashboard-section__list a:link,.dashboard-section__list a:visited{text-decoration:none}.dashboard-section__list a:active,.dashboard-section__list a:hover{text-decoration:underline}.dashboard-section__list li:last-child a{border-bottom:0}.dashboard-section__more-link{display:block;margin-top:.5em;padding-top:.8em;border-top:3px solid #d75195;color:#d75195;font-size:1.2rem;font-weight:500}.dashboard-section__more-link:after{display:inline-block;margin-left:.5em;content:"\00bb"}.dashboard-section__more-link:link,.dashboard-section__more-link:visited{text-decoration:none}.dashboard-section__more-link:active,.dashboard-section__more-link:hover{text-decoration:underline}.dashboard__content{margin-bottom:30px;padding:20px;background:#fff}.dashboard__content .typography>:last-child{margin-bottom:0}.dashboard__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.dashboard__section{width:100%;margin-top:30px}.dashboard__section:first-child{margin-top:0}.faq-question{border-top:1px solid #9d9d9c}.faq-question:last-child{border-bottom:1px solid #9d9d9c}.faq-question__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 0;color:#646363;cursor:pointer;font-weight:500;font-size:1.4rem}.faq-question__title svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;margin-right:14px}.faqpage__content{padding:20px;background:#fff}.footer{padding:9px 12px;color:#646363;background:#fff;font-size:.9rem}.footer span{display:inline-block;margin:0 .75em}.footer a,.footer span{color:#9d9d9c}.footer a:link,.footer a:visited{text-decoration:underline}.footer a:active,.footer a:hover{text-decoration:none}.footer__container{max-width:900px}.header{background:#fff}.header__primary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 6px 9px 16px}.header__logo{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:141px;height:41px;background:url(../images/logo.svg) no-repeat 0 0;background-size:100% 100%}.header__notifications{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.header__notification-button,.header__notifications{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__notification-button{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 10px}.header__notification-button span{position:absolute;top:50%;right:-4px;width:22px;height:22px;margin-top:-22px;border:3px solid #fff;border-radius:50%;background:#d75195;color:#fff;font-weight:500;font-size:1rem;text-align:center;line-height:18px}.header__notification-button span.small{font-size:.7rem}.header__secondary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px 16px;background:#e2e2e1}.header__patient-search{display:none}.header__patient-search input{display:block;width:100%;margin:0;padding:.35em .75em;border:1px solid #e2e2e1;border-radius:0;font:400 1.2rem neo-sans,verdana,sans-serif;-webkit-box-shadow:none;box-shadow:none}.header__patient-search input:focus{outline:none;border-color:#d75195}.header__patient-search .twitter-typeahead{display:block!important;z-index:2}.header__patient-search .tt-menu{width:100%;border:1px solid #d75195;border-top:0;background:#fff;font-size:1.2rem;line-height:1.3;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.5);box-shadow:0 2px 4px rgba(0,0,0,.5)}.header__patient-search .tt-menu h2{padding:.35em 1em;margin-bottom:.35em;color:#d75195;background:rgba(215,81,149,.1);font-weight:700;font-size:1.8rem}.form-actions .header__patient-search .tt-menu .action,.header__patient-search .tt-menu .button,.header__patient-search .tt-menu .form-actions .action{margin-top:.5em;margin-left:1em}.header__patient-search .tt-dataset{margin-top:1em}.header__patient-search .tt-dataset:empty,.header__patient-search .tt-dataset:first-child{margin-top:0}.header__patient-search .tt-suggestion{padding:.35em .5em;border-bottom:1px solid #e2e2e1;cursor:pointer}.header__patient-search .tt-suggestion:last-child{border-bottom:0}.header__patient-search .tt-suggestion small{display:block;color:#d75195;font-size:1.1rem}.header__patient-search .tt-suggestion .tt-highlight{background:#f9e5ef}.header__patient-search .tt-suggestion.tt-cursor,.header__patient-search .tt-suggestion:hover{color:#fff;background:#d75195}.header__patient-search .tt-suggestion.tt-cursor small,.header__patient-search .tt-suggestion:hover small{color:#fff}.header__patient-search .tt-suggestion.tt-cursor .tt-highlight,.header__patient-search .tt-suggestion:hover .tt-highlight{background:transparent}.header__patient-search .tt-hint{color:#7b7a7a}.main{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.main__menu-toggle-bar{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:35px;background:-webkit-gradient(linear,left top,left bottom,from(#8db248),to(#bed175));background:linear-gradient(#8db248,#bed175)}.main__menu-toggle{position:absolute;top:0;left:0;display:block;width:100%;height:35px;overflow:hidden;font-weight:700;font-size:1.6rem;text-decoration:none;text-indent:250%}.main__menu-toggle:focus{outline:none}.main__menu-toggle-icon{position:absolute;top:50%;left:50%;display:block;width:20px;height:2px;background:#fff;-webkit-transition:background-color .2s linear;transition:background-color .2s linear;will-change:background-color;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.main__menu-toggle-icon:after,.main__menu-toggle-icon:before{position:absolute;display:block;width:20px;height:2px;content:"";background:#fff;-webkit-transition:margin .2s linear,-webkit-transform .2s linear;transition:margin .2s linear,-webkit-transform .2s linear;transition:margin .2s linear,transform .2s linear;transition:margin .2s linear,transform .2s linear,-webkit-transform .2s linear}.main__menu-toggle-icon:before{margin-top:-6px}.main__menu-toggle-icon:after{margin-top:6px}.menu-active .main__menu-toggle-icon{background-color:transparent}.menu-active .main__menu-toggle-icon:before{margin-top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.menu-active .main__menu-toggle-icon:after{margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.main__menu{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:absolute;top:0;left:-100%;z-index:2;width:calc(100% - 35px);height:100%;border-left:1px solid #fff;opacity:0;background:-webkit-gradient(linear,left top,left bottom,from(#8db248),to(#bed175));background:linear-gradient(#8db248,#bed175);-webkit-transition:opacity .3s ease 0ms,left 0ms ease .3s;transition:opacity .3s ease 0ms,left 0ms ease .3s}.menu-active .main__menu{left:35px;opacity:1;-webkit-transition:opacity .3s ease 0ms,left 0ms ease 0ms;transition:opacity .3s ease 0ms,left 0ms ease 0ms}.main__content{position:relative;z-index:1;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;width:auto;min-width:0;padding:12px;background:#f0f0f0}.nav{padding:12px 0;font-size:1.2rem;line-height:1.16667}.nav__link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:32px;padding:6px 16px;color:#fff;font-weight:500;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.nav__link:after{position:absolute;right:16px;bottom:9px;content:"\00bb";font-weight:300}.nav__link:link,.nav__link:visited{background-color:transparent}.nav__item--current .nav__link,.nav__link:active,.nav__link:hover{background-color:rgba(0,0,0,.2)}.nav__link i{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;overflow:hidden;width:20px;height:20px;border-radius:20px;opacity:1;background:#d75195;font-weight:500;line-height:20px;text-align:center;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.nav__link i.small{font-size:.9rem}.nav__link--has-superfish:after{bottom:6px;content:"+";opacity:1;font-size:1.6rem;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.nav__item.sfHover .nav__link--has-superfish:after,.nav__item.sfHover .nav__link--has-superfish i{opacity:0}.nav__link--no-arrow:after{display:none}.nav__submenu--superfish{display:none;margin-bottom:16px}.nav__item--current .nav__submenu--superfish,.nav__item--section .nav__submenu--superfish,.nav__item:active .nav__submenu--superfish,.nav__item:hover .nav__submenu--superfish{display:block}.nav__sublink{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:32px;padding:6px 24px 6px 16px;color:#fff;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.nav__sublink:after{position:absolute;right:9px;bottom:9px;content:"\00bb";font-weight:300}.nav__sublink:link,.nav__sublink:visited{background-color:transparent}.nav__subitem--current .nav__sublink,.nav__subitem--section .nav__sublink,.nav__sublink:active,.nav__sublink:hover{background-color:rgba(0,0,0,.2)}.nav__sublink span{display:block}.nav__sublink i{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;-ms-flex-item-align:start;align-self:flex-start;display:block;overflow:hidden;width:20px;height:20px;margin-left:8px;border-radius:20px;background:#d75195;font-weight:500;line-height:20px;text-align:center}.nav__sublink i.small{font-size:.9rem}.pagination{font-size:1.2rem;line-height:1.38462}.pagination__current{display:inline-block;margin:0 .1em;color:#9d9d9c}.pagination__link{display:inline-block;margin:0 .1em;color:#d75195}.pagination__link:link,.pagination__link:visited{text-decoration:none}.pagination__link:active,.pagination__link:hover{text-decoration:underline}@-webkit-keyframes appear{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1}}.patient-actions[aria-hidden=true]{display:none}.patient-actions__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001}.patient-actions__content{position:absolute;top:100%;right:0;z-index:1002;width:100%;padding:.65em 0;border:1px solid #e2e2e1;border-top:0;background:#fff;font-size:1.2rem;line-height:1.33333;-webkit-transform-origin:0 0;transform-origin:0 0}.patient-actions__content a{position:relative;display:block;padding:.5em 3em .65em 1.5em;text-decoration:none;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.patient-actions__content a:after{position:absolute;right:1.5em;bottom:.65em;content:"\00bb"}.patient-actions__content a:link,.patient-actions__content a:visited{color:#646363;background:#fff}.patient-actions__content a:focus{outline:none}.patient-actions__content a:active,.patient-actions__content a:hover{color:#fff;background:#de7aad}.patient-actions:not([aria-hidden=true]) .patient-actions__content{-webkit-animation:appear .2s 50ms 1 both;animation:appear .2s 50ms 1 both}.patient-details__title-bar{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:14px}.patient-details__title-bar,.patient-details__title-bar h1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.patient-details__title-bar h1{margin-right:20px;margin-bottom:10px}.patient-details__title-bar h1 svg{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:block;margin-right:1em}.patient-details__actions{position:relative;width:100%;max-width:320px;margin-bottom:10px}.patient-details__actions-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;display:block;width:100%;margin:0;padding:.75em 2.5em .75em 1.5em;border:1px solid #e2e2e1;border-radius:0;color:#fff;background:#d75195;font:500 1.8rem neo-sans,verdana,sans-serif;text-align:left;cursor:pointer}.patient-details__actions-button:focus{outline:none}.patient-details__actions-button:after{position:absolute;top:50%;right:1em;width:0;height:0;border-width:12px 8px 0;border-style:solid;border-color:#fff transparent transparent;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.patient-details__key-data{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:34px;padding:.65em 12px;margin:0 .5em 1em 0;color:#8db248;background:#fff;font-weight:500;font-size:1.2rem;line-height:1.33333}.patient-details__key-data span{display:inline-block;margin:0 .5em}.patient-details__key-data span:first-child{margin-left:0}.patient-details__key-data span:last-child{margin-right:0}.patient-details__key-data .patient-overview__on-hold{margin-left:0}.patient-details__content{padding:4px 0;background:#fff}.patient-details__table{width:100%;max-width:800px;border-collapse:collapse;color:#646363;font-size:1.2rem;line-height:1.33333}.patient-details__table td,.patient-details__table th{padding:8px 12px;text-align:left}.patient-details__table th{width:25%;font-weight:500}.patient-details__table strong{color:#8db248;font-weight:500}.patient-details__table p{margin-bottom:1em}.patient-details__table a{color:#d75195}.patient-details__table a:link,.patient-details__table a:visited{text-decoration:underline}.patient-details__table a:active,.patient-details__table a:hover{text-decoration:none}.patient-details__table .pill{display:inline-block;padding:.65em 12px;background:#e2e2e1;font-style:italic}.patient-details__table--bordered{border:2px solid #d75195}.patient-details__table--bordered td:first-child,.patient-details__table--bordered th:first-child{padding-left:12px}.patient-details__table--bordered td:last-child,.patient-details__table--bordered th:last-child{padding-right:12px}.patient-details__table--bordered th{width:24%}.patient-details__client-info{padding:.5em;color:#fff;background:#d75195;font-weight:500;font-size:1.3rem;font-family:neo-sans,verdana,sans-serif}.patient-details__risk-level{position:relative;display:inline-block;margin-left:1em;padding:.45em .45em .45em calc(.9em + 15px);border:2px solid #d75195;font-weight:500}.patient-details__risk-level:before{position:absolute;top:50%;left:.45em;width:15px;height:15px;border-radius:15px;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%)}.patient-details__risk-level--low:before{background:#8db248}.patient-details__risk-level--medium:before{background:#dc6a00}.patient-details__risk-level--high:before{background:#dc180c}.patient-overview__title-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:24px}.patient-overview__title-bar h1{margin-bottom:0}.patient-overview__clinic-filter{position:relative;width:100%}.patient-overview__clinic-filter:after{position:absolute;top:50%;right:11px;width:0;height:0;border-width:8px 6px 0;border-style:solid;border-color:#d75195 transparent transparent;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.patient-overview__clinic-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:100%;margin:0;padding:.35em calc(.75em + 35px) .35em .75em;border:1px solid #e2e2e1;border-radius:0;color:#646363;background:#e2e2e1;font:1.2rem neo-sans,verdana,sans-serif}.patient-overview__clinic-filter select::-ms-expand{display:none}.patient-overview__clinic-filter select:focus{outline:none;border-color:#d75195}.patient-overview__section{margin-bottom:12px;padding:12px;background:#fff}.patient-overview__section .typography:last-child>:last-child,.patient-overview__section:last-child{margin-bottom:0}.patient-overview__section-title{font-size:calc(1.4rem + 3 * ((100vw - 320px) / 640));margin-bottom:.5em;color:#8db248;font-weight:500;line-height:1.1}.patient-overview__section-title span{display:inline-block;overflow:hidden;width:20px;height:20px;margin-left:.5em;border-radius:20px;color:#fff;background:#d75195;font-weight:500;font-size:1.2rem;line-height:20px;text-align:center;vertical-align:middle}.patient-overview__section-title span.small{font-size:.9rem}.patient-overview__table{width:100%;border-collapse:collapse;font-size:1.2rem;line-height:1.2;color:#646363}.patient-overview__table td,.patient-overview__table th{padding:.75em;vertical-align:middle}.patient-overview__table td:first-child,.patient-overview__table th:first-child{padding-left:0}.patient-overview__table td:last-child,.patient-overview__table th:last-child{padding-right:0}.patient-overview__table th{color:#8db248;font-size:1.1rem;text-align:left}.patient-overview__table tbody tr{border-bottom:1px solid #e2e2e1}.patient-overview__table tbody tr:last-child{border-bottom:0}.patient-overview__table .no-wrap{white-space:nowrap}.patient-overview__table--gutter{margin-bottom:20px}.patient-overview__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.patient-overview__actions a{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;margin-right:10px}.patient-overview__actions a svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block}.patient-overview__actions a:last-child{margin-right:0}.form-actions .patient-overview__actions a.action,.patient-overview__actions .form-actions a.action,.patient-overview__actions a.button{width:auto}.patient-overview__on-hold{display:inline-block;margin-right:10px;padding:.25em;border-radius:2px;white-space:nowrap;color:#fff;background:#d75195;font-weight:700;line-height:1}@keyframes appear{0%{-webkit-transform:scaleY(.8);transform:scaleY(.8);opacity:0}to{-webkit-transform:scaleY(1);transform:scaleY(1);opacity:1}}.profile-actions[aria-hidden=true]{display:none}.profile-actions__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1001}.profile-actions__content{position:absolute;top:100%;right:0;z-index:1002;width:100%;padding:.65em 0;background:#e69bc2;font-size:1.2rem;line-height:1.33333;-webkit-transform-origin:0 0;transform-origin:0 0}.profile-actions__content a{position:relative;display:block;padding:.5em 3em .65em 1.5em;text-decoration:none;-webkit-transition:color .3s ease,background-color .3s ease;transition:color .3s ease,background-color .3s ease}.profile-actions__content a:after{position:absolute;right:1.5em;bottom:.65em;content:"\00bb"}.profile-actions__content a:link,.profile-actions__content a:visited{color:#fff;background:#e69bc2}.profile-actions__content a:focus{outline:none}.profile-actions__content a:active,.profile-actions__content a:hover{background:#d75195}.profile-actions:not([aria-hidden=true]) .profile-actions__content{-webkit-animation:appear .2s 50ms 1 both;animation:appear .2s 50ms 1 both}.resource-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 0;border-top:1px solid #9d9d9c}.resource-item:last-child{border-bottom:1px solid #9d9d9c}.resource-item__icon{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:30px;height:30px;margin-right:15px}.resource-item__teaser{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.resource-item__teaser .typography{font-size:1.4rem}.resource-item__teaser .typography>:last-child{margin-bottom:0}.resource-item__title{margin-bottom:.25em;color:#bed175;font-weight:500;font-size:1.4rem}.resource-item__title a{color:#bed175}.resource-item__title a:link,.resource-item__title a:visited{text-decoration:none}.resource-item__title a:active,.resource-item__title a:hover{text-decoration:underline}.resource-item__title--grey,.resource-item__title--grey a{color:#646363}.resource-item__view-button{-ms-flex-item-align:end;align-self:flex-end;display:block;padding:0 1em;color:#646363;font-size:1.2rem}.resource-item__view-button:link,.resource-item__view-button:visited{text-decoration:none}.resource-item__view-button:active,.resource-item__view-button:hover{text-decoration:underline}.resourceitemspage__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.resourceitemspage__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px;padding:20px;background:#fff}.resourceitemspage__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.resourceitemspage__links a{position:relative;display:block;padding:.8em 2em .8em 0;border-bottom:1px solid #9d9d9c;color:#646363;font-size:1.2rem;line-height:1.3}.resourceitemspage__links a:after{position:absolute;bottom:.8em;right:0;content:"\00bb"}.resourceitemspage__links a:link,.resourceitemspage__links a:visited{text-decoration:none}.resourceitemspage__links a:active,.resourceitemspage__links a:hover{text-decoration:underline}.security{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:480px;min-height:60vh;margin-right:auto;margin-left:auto}.security>*{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:100%}.submit-invoice__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.submit-invoice__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px}.submit-invoice__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.submit-invoice__aside table{width:100%;font-size:1.2rem;line-height:1.3;table-layout:fixed}.submit-invoice__aside table tr{border-bottom:1px solid #f0f0f0}.submit-invoice__aside table td,.submit-invoice__aside table th{padding:.3em .4em;text-align:left;word-wrap:break-word}.submit-invoice__aside table td.right,.submit-invoice__aside table th.right{text-align:right}.submit-invoice__aside table th{white-space:nowrap;padding:.5em .4em;color:#8db248;font-size:1rem}.submit-invoice__aside table a{color:#d75195}.submit-invoice__aside table a:link,.submit-invoice__aside table a:visited{text-decoration:underline}.submit-invoice__aside table a:active,.submit-invoice__aside table a:hover{text-decoration:none}.submit-invoice__section{margin-bottom:16px;padding:12px 14px;background:#fff}.submit-invoice__section .form-actions,.submit-invoice__section .typography>:last-child,.submit-invoice__section:last-child{margin-bottom:0}.submit-invoice__cta-button{position:relative;display:block;margin-bottom:15px;padding:.5em calc(2em + 10px) .5em 1em;color:#fff;font-weight:500;font-size:1.4rem;line-height:1.3;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.submit-invoice__cta-button:after{position:absolute;right:1em;bottom:.5em;content:"\00bb"}.submit-invoice__cta-button:link,.submit-invoice__cta-button:visited{background:#8db248}.submit-invoice__cta-button:active,.submit-invoice__cta-button:hover{background:#708e39}.team{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.team__member{position:relative;display:block;width:calc(50% - 10px);margin-top:20px}.team__member:first-child,.team__member:nth-child(2){margin-top:0}.team__member--dummy{margin:0!important;visibility:hidden!important}.team__member--active{z-index:22}.team__image{position:relative;z-index:5;display:block;opacity:.85;-webkit-transition:opacity .25s linear;transition:opacity .25s linear}.team__image img{display:block;width:100%;height:auto}.team__image:hover{opacity:1}.team.has-active .team__image{opacity:.35}.team.has-active .team__member--active .team__image{opacity:1}.team__member--active .team__image{z-index:21;opacity:1}.team__bio{position:absolute;top:0;left:0;z-index:1;display:none;overflow:hidden;width:100%;background:#fff}.team__bio .dud{display:block;float:left;width:48.333333%;height:48.333333%;margin:0 10px 10px 0}.team__member--active .team__bio{z-index:20;display:block}.team__bio-content{padding:20px}.tooltipster-base{display:-webkit-box;display:-ms-flexbox;display:flex;pointer-events:none;position:absolute}.tooltipster-box{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.tooltipster-content{-webkit-box-sizing:border-box;box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0);transform:scale(0);-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1);transform:scale(1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotate(4deg);transform:rotate(4deg);-webkit-transition-property:-webkit-transform,opacity;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;transition-property:all;left:0!important;opacity:0}@-webkit-keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}to{opacity:1}}.tooltipster-update-fade{-webkit-animation:tooltipster-fading .4s;animation:tooltipster-fading .4s}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}to{-webkit-transform:rotate(0);transform:rotate(0)}}.tooltipster-update-rotate{-webkit-animation:tooltipster-rotating .6s;animation:tooltipster-rotating .6s}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.tooltipster-update-scale{-webkit-animation:tooltipster-scaling .6s;animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-iprs .tooltipster-box{border-radius:4px;background:#d75195;font-weight:500;font-size:1.3rem;font-family:neo-sans,verdana,sans-serif}.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-iprs.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#d75195}.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-iprs.tooltipster-left .tooltipster-arrow-border{border-left-color:#d75195}.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-iprs.tooltipster-right .tooltipster-arrow-border{border-right-color:#d75195}.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-iprs.tooltipster-top .tooltipster-arrow-border{border-top-color:#d75195}.top-bar{font-size:1.2rem;line-height:1.16667;color:#fff}.top-bar__time{display:block;padding:12px;border-bottom:1px solid #fff}.top-bar__time span{display:inline-block;margin-left:.75em}.top-bar__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__account{position:relative}.top-bar__account button{margin:0;padding:12px;border:0;color:#fff;background:#de7aad;font:100% neo-sans,verdana,sans-serif;text-decoration:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.top-bar__account button strong{font-weight:500}.top-bar__account button svg{display:none}.top-bar__account button:after{display:inline-block;width:0;height:0;margin-left:.5em;border-style:solid;border-width:9px 6px 0;border-color:#fff transparent transparent;content:""}.top-bar__help-link{padding:8px 12px;color:#fff;text-decoration:none}.top-bar__help-link svg{display:block}.top-bar__help-link span{display:none}.update-appointments .form-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.update-appointments .form-group:last-child{margin-bottom:0}.update-appointments .form__field-label{-webkit-box-flex:0;-ms-flex:0 1 30%;flex:0 1 30%;padding-right:14px;color:#8db248}.update-appointments .form__field-holder{-webkit-box-flex:1;-ms-flex:1 1 70%;flex:1 1 70%}.update-appointments .dropdown .form__field-holder,.update-appointments .dropdown select.dropdown,.update-appointments .form__field-holder textarea.textarea{max-width:none}.update-appointments .form-actions{margin-top:0;margin-bottom:0}.update-appointments .form-actions .action{min-width:0}.update-appointments .form-actions__flex{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.update-appointments .form-actions__flex>:first-child{margin-right:14px}.update-appointments__form{position:relative;display:none}.update-appointments__form.ng-scope{display:block}.update-appointments__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.update-appointments__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px}.update-appointments__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.update-appointments__section{margin-bottom:16px;padding:12px 14px;background:#fff}.update-appointments__section .typography>:last-child,.update-appointments__section:last-child{margin-bottom:0}.update-appointments__section--no-pad{padding:0}.update-appointments__section--no-pad .typography{padding:12px 14px}.update-appointments__details-table{width:100%;color:#646363}.update-appointments__details-table tr.active{background:#dee6a6}.update-appointments__details-table td,.update-appointments__details-table th{padding:.5em;text-align:left}.update-appointments__details-table th{width:250px;font-weight:500}.update-appointments__details-table em{color:#d75195;font-weight:500}.update-appointments__details-table a{color:#d75195}.update-appointments__details-table a:link,.update-appointments__details-table a:visited{text-decoration:underline}.update-appointments__details-table a:active,.update-appointments__details-table a:hover{text-decoration:none}.update-appointments__details-table--bordered{border:2px solid #d75195}.update-appointments__details-table--bordered td:first-child,.update-appointments__details-table--bordered th:first-child{padding-left:.5em}.update-appointments__details-table--bordered td:last-child,.update-appointments__details-table--bordered th:last-child{padding-right:.5em}.update-appointments__appointments-table{width:100%;color:#646363}.update-appointments__appointments-table tr{border:1px solid transparent}.update-appointments__appointments-table thead tr{border-top:0;border-bottom:0}.update-appointments__appointments-table td,.update-appointments__appointments-table th{padding:.5em 14px;text-align:left}.update-appointments__appointments-table th{color:#8db248;font-size:1rem}.update-appointments__appointments-table tr.changed{background:#faebf3}.update-appointments__appointments-table tr.active{background:#dee6a6}.update-appointments__appointments-table tr.invoiced{color:#9d9d9c}.update-appointments__appointments-table tr.error{border-color:#dc180c;color:#7b0d07;background:#fce8e7}.update-appointments__appointments-table tr.error a{color:#7b0d07}.update-appointments__appointments-table em{font-style:italic}.update-appointments__appointments-table a{color:#d75195}.update-appointments__appointments-table a:link,.update-appointments__appointments-table a:visited{text-decoration:underline}.update-appointments__appointments-table a:active,.update-appointments__appointments-table a:hover{text-decoration:none}.update-appointments__date{display:inline-block;margin-right:1em}.update-appointments__datepicker .datepicker--content,.update-appointments__datepicker .datepicker--time{position:relative;padding-top:30px}.update-appointments__datepicker .datepicker--content:before,.update-appointments__datepicker .datepicker--time:before{position:absolute;top:0;left:0;display:block;width:100%;height:25px;color:#fff;background:#d75195;font-weight:700;font-size:1.2rem;line-height:25px;text-align:center}.update-appointments__datepicker .datepicker--content:before{content:"Step 1: Select Date"}.update-appointments__datepicker .datepicker--time{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.update-appointments__datepicker .datepicker--time:before{content:"Step 2: Select Time"}.update-appointments__datepicker .datepicker--time-current{-webkit-box-flex:0;-ms-flex:0 1 65px;flex:0 1 65px;max-width:75px;margin-left:4px}.update-appointments__datepicker .datepicker--time-sliders{-webkit-box-flex:0;-ms-flex:0 1 170px;flex:0 1 170px;max-width:170px;margin-right:4px}.update-appointments__datepicker .datepicker--time-row{position:relative;padding-left:45px}.update-appointments__datepicker .datepicker--time-row input{max-width:120px}.update-appointments__datepicker .datepicker--time-row input[type=range]::-webkit-slider-thumb{border-color:#d75195}.update-appointments__datepicker .datepicker--time-row input[type=range]::-moz-range-thumb{border-color:#d75195}.update-appointments__datepicker .datepicker--time-row input[type=range]::-ms-thumb{border-color:#d75195}.update-appointments__datepicker .datepicker--time-row:before{position:absolute;top:0;left:0;width:40px;height:17px;padding-right:5px;text-align:center;background:#fff;line-height:17px}.update-appointments__datepicker .datepicker--time-row:first-child:before{content:"Hours"}.update-appointments__datepicker .datepicker--time-row:last-child:before{content:"Minutes"}.update-appointments__cta-button{position:relative;display:block;margin-bottom:15px;padding:.5em calc(2em + 10px) .5em 1em;color:#fff;font-weight:500;font-size:1.4rem;line-height:1.3;text-decoration:none;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}.update-appointments__cta-button:after{position:absolute;right:1em;bottom:.5em;content:"\00bb"}.update-appointments__cta-button:link,.update-appointments__cta-button:visited{background:#8db248}.update-appointments__cta-button:active,.update-appointments__cta-button:hover{background:#708e39}.update-appointments__loading-overlay{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;z-index:10;display:none;content:"";background:rgba(0,0,0,.3)}.update-appointments__form--loading .update-appointments__loading-overlay{display:block}.update-appointments__loading-spinner{position:absolute;top:50%;left:50%;width:60px;height:60px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.update-appointments__loading-spinner:after{display:block;width:46px;height:46px;margin:1px;border:5px solid #fff;border-color:#fff transparent;border-radius:50%;content:"";-webkit-animation:eform-spinner 1.2s linear infinite;animation:eform-spinner 1.2s linear infinite}.update-pdd__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.update-pdd__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px}.update-pdd__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.update-pdd__section{margin-bottom:16px;padding:12px 14px;background:#fff}.update-pdd__section .form-actions,.update-pdd__section .typography>:last-child,.update-pdd__section:last-child{margin-bottom:0}.update-pdd__patient{width:100%;border-collapse:collapse;color:#646363;font-size:1.2rem;line-height:1.33333}.update-pdd__patient td,.update-pdd__patient th{padding:5px 12px;text-align:left}.update-pdd__patient td:first-child,.update-pdd__patient th:first-child{padding-left:0}.update-pdd__patient td:last-child,.update-pdd__patient th:last-child{padding-right:0}.update-pdd__patient tr:first-child td,.update-pdd__patient tr:first-child th{padding-top:0}.update-pdd__patient tr:last-child td,.update-pdd__patient tr:last-child th{padding-bottom:0}.update-pdd__patient th{font-weight:500}.update-pdd__patient strong{color:#8db248;font-weight:500}.update-pdd__patient p{margin-bottom:1em}.upload-documents__columns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}.upload-documents__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;width:100%;margin-bottom:20px}.upload-documents__aside{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}.upload-documents__section{margin-bottom:16px;padding:12px 14px;background:#fff}.upload-documents__section .form-actions,.upload-documents__section .typography>:last-child,.upload-documents__section:last-child{margin-bottom:0}.upload-documents__patient{width:100%;border-collapse:collapse;color:#646363;font-size:1.2rem;line-height:1.33333}.upload-documents__patient td,.upload-documents__patient th{padding:5px 12px;text-align:left}.upload-documents__patient td:first-child,.upload-documents__patient th:first-child{padding-left:0}.upload-documents__patient td:last-child,.upload-documents__patient th:last-child{padding-right:0}.upload-documents__patient tr:first-child td,.upload-documents__patient tr:first-child th{padding-top:0}.upload-documents__patient tr:last-child td,.upload-documents__patient tr:last-child th{padding-bottom:0}.upload-documents__patient th{font-weight:500}.upload-documents__patient strong{color:#8db248;font-weight:500}.upload-documents__patient p{margin-bottom:1em}body,html{min-height:100vh}body{background:-webkit-gradient(linear,left top,left bottom,from(#de7aad),to(#bd5196));background:linear-gradient(#de7aad,#bd5196)}.viewport{max-width:1600px;min-height:100vh;margin:0 auto}.viewport__main{overflow:hidden;margin:0 12px;background:#fff}.eform-table{width:100%;margin-bottom:24px}.eform-table td,.eform-table th{border:0!important}.eform-table td:first-child,.eform-table th:first-child{padding-left:0}.eform-table td:last-child,.eform-table th:last-child{padding-right:0}.eform-table .form__field-label{margin-bottom:0}.eform{position:relative}.eform__autosave{text-align:center}.eform__autosave p{display:inline-block;padding:.5em 1em;border:1px solid #efbdd6;color:#bd5196;background:#f7deeb}.eform__autosave p a{color:#bd5196}.eform__loading-overlay{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;z-index:10;display:none;content:"";background:rgba(0,0,0,.3)}.eform--loading .eform__loading-overlay{display:block}.eform__loading-spinner{position:absolute;top:50%;left:50%;width:60px;height:60px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.eform__loading-spinner:after{display:block;width:46px;height:46px;margin:1px;border:5px solid #fff;border-color:#fff transparent;border-radius:50%;content:"";-webkit-animation:eform-spinner 1.2s linear infinite;animation:eform-spinner 1.2s linear infinite}@-webkit-keyframes eform-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes eform-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.form-actions{margin:12px 0}.form-actions .action[disabled]{opacity:.5}.form-actions p{margin-top:1em;font-size:1.4rem;line-height:1.3}.form-actions p:first-child{margin-top:0}.form-actions p a{color:#d75195}.form-actions p a:link,.form-actions p a:visited{text-decoration:underline}.form-actions p a:active,.form-actions p a:hover{text-decoration:none}.form-actions--center{text-align:center}.form-actions--bordered{padding-top:24px;border-top:1px dashed #d75195}.form-actions__flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form-group{margin-bottom:12px}.form-tabs{display:block;margin-bottom:20px}.typography .form-tabs{margin:0 0 20px;padding:0;list-style-type:none}.form-actions .form-tabs .action,.form-tabs .button,.form-tabs .form-actions .action{display:block;min-width:0}.form-tabs li{margin-bottom:5px}.form-tabs li:last-child{margin-bottom:0}.form-tabs li.disabled{opacity:.5;pointer-events:none}.form-actions .form-tabs li.error .action span:after,.form-tabs li.error .button span:after,.form-tabs li.error .form-actions .action span:after{display:inline-block;width:16px;height:16px;margin-left:.5em;border:1px solid #fff;border-radius:50%;content:"!";color:#fff;background:#dc180c;vertical-align:middle;font-weight:700;font-size:1.2rem;line-height:16px;text-align:center}.form{font-size:1.3rem}ng-form{display:none}ng-form.ng-scope{display:block}.form__field-label{display:block;margin-bottom:.25em;font-weight:500;font-size:1.4rem}.form__field-label em{color:#dc180c}.form__field-description{max-width:480px;margin-top:.3em;color:#646363;line-height:1.3}.form__field-holder input.text,.form__field-holder textarea.textarea{display:block;width:100%;max-width:480px;margin:0;padding:.5em .65em;border:1px solid #9d9d9c;color:#000;font:1.3rem neo-sans,verdana,sans-serif}.form__field-holder div.readonly{display:block;width:100%;max-width:480px;padding:.5em .65em;border:1px solid #b1b1b0;background:#f6f6f6;font:1.3rem neo-sans,verdana,sans-serif;cursor:default}.form__field-holder select.dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;max-width:480px;margin:0;padding:.5em calc(.65em + 35px) .5em .65em;border:1px solid #9d9d9c;border-radius:0;color:#000;background:#fff;font:1.3rem neo-sans,verdana,sans-serif}.form__field-holder select.dropdown::-ms-expand{display:none}.form__field-holder select.dropdown[disabled]{border-color:#e2e2e1;opacity:.75;color:#9d9d9c}.form__field-holder select.dropdown--small{padding-top:.2em;padding-bottom:.2em}.dropdown .form__field-holder{position:relative;max-width:480px}.dropdown .form__field-holder:after{position:absolute;top:50%;right:11px;width:0;height:0;border-width:8px 6px 0;border-style:solid;border-color:#d75195 transparent transparent;content:"";-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.form__field-holder .optionset{padding:0;list-style-type:none}.form__field-holder .optionset li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:12px}.form__field-holder .optionset li:first-child{margin-top:0}.form__field-holder .optionset li label{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:inline-block;vertical-align:middle}.form__field-holder .optionset li label:before{position:absolute;top:1px;left:0;width:14px;height:14px;border:1px solid #9d9d9c;border-radius:100%;content:"";background:#fff}.form__field-holder .optionset li label:active:before{background:#f0f0f0}.form__field-holder .optionset li label:after{position:absolute;top:5px;left:4px;display:none;width:8px;height:8px;border-radius:100%;content:"";background:#000}.form__field-holder .optionset input{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:16px;height:16px;visibility:hidden;margin:0 .5em 0 0;padding:0}.form__field-holder .optionset input:checked~label:after{display:block}.form__field-holder .optionset.inline{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.form__field-holder .optionset.inline li{margin-top:0;margin-right:1.5em}.form__field-holder .checkboxset li label:after,.form__field-holder .checkboxset li label:before{border-radius:0}.form__field-holder .checkboxset li label:after{top:2px;left:1px;width:14px;height:14px;content:"\002714";color:#000;background:transparent;font-size:1.2rem;line-height:14px;text-align:center}.form__field-holder .form-check-label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.form__field-holder .form-check-label span{display:inline-block;vertical-align:middle;font-size:1.3rem;line-height:1.2}.form__field-holder .form-check-label span:before{position:absolute;top:0;left:0;width:14px;height:14px;border:1px solid #9d9d9c;content:"";background:#fff}.form__field-holder .form-check-label span:active:before{background:#f0f0f0}.form__field-holder .form-check-label span:after{position:absolute;top:1px;left:1px;display:none;width:14px;height:14px;border-radius:3px;content:"\002714";color:#000;background:transparent;font-size:1.2rem;line-height:14px;text-align:center}.form__field-holder .form-check-label input{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;width:16px;height:16px;visibility:hidden;margin:0 .75em 0 0;padding:0}.form__field-holder .form-check-label .checked~span:after,.form__field-holder .form-check-label input:checked~span:after{display:block}.form__field-holder .dropzone{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;border:2px dashed #8db248;border-radius:5px;background:#fcfdf6}.form__field-holder .dropzone .dz-message{width:100%;color:#d75195;font-weight:500;font-size:1.6rem;line-height:1.3}.form__field-holder .dropzone .dz-preview{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:start;align-content:flex-start;width:100%;min-height:0;margin:16px 0 0;padding:10px;border:1px solid #e2e2e1;border-radius:5px}.form__field-holder .dropzone .dz-preview:nth-child(2){margin-top:0}.form__field-holder .dropzone .dz-preview .dz-image{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:50px;height:50px;border-radius:5px}.form__field-holder .dropzone .dz-preview .dz-details{position:static;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:calc(100% - 60px);min-width:0;max-width:none;padding:0;text-align:left;line-height:1.2}.form__field-holder .dropzone .dz-preview .dz-details .dz-size{margin-bottom:.5em;font-size:1.5rem}.form__field-holder .dropzone .dz-preview .dz-details .dz-filename{font-size:1.4rem}.form__field-holder .dropzone .dz-preview .dz-details .dz-filename span{border:0!important;background:transparent!important}.form__field-holder .dropzone .dz-preview.dz-file-preview .dz-image{border-radius:5px}.form__field-holder .dropzone .dz-preview .dz-progress{position:static;width:100%;margin:10px 0 0}.form__field-holder .dropzone .dz-preview.dz-complete .dz-progress{display:none}.form__field-holder .dropzone .dz-preview .dz-error-mark,.form__field-holder .dropzone .dz-preview .dz-success-mark{top:22px;left:22px;width:27px;height:27px;margin:0}.form__field-holder .dropzone .dz-preview .dz-error-mark svg,.form__field-holder .dropzone .dz-preview .dz-success-mark svg{width:27px;height:27px}.form__field-holder .dropzone .dz-preview .dz-error-mark svg path,.form__field-holder .dropzone .dz-preview .dz-success-mark svg path{fill-opacity:1}.form__field-holder .dropzone .dz-preview .dz-success-mark svg path{fill:#8db248}.form__field-holder .dropzone .dz-preview .dz-error-mark svg path{fill:#dc180c}.form__field-holder .dropzone .dz-preview .dz-cancel,.form__field-holder .dropzone .dz-preview .dz-remove{display:inline-block;margin-top:8px;color:#d75195;font-size:1.3rem}.form__field-holder .dropzone .dz-preview .dz-cancel:link,.form__field-holder .dropzone .dz-preview .dz-cancel:visited,.form__field-holder .dropzone .dz-preview .dz-remove:link,.form__field-holder .dropzone .dz-preview .dz-remove:visited{text-decoration:none}.form__field-holder .dropzone .dz-preview .dz-cancel:active,.form__field-holder .dropzone .dz-preview .dz-cancel:hover,.form__field-holder .dropzone .dz-preview .dz-remove:active,.form__field-holder .dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.functional-activity{width:100%;table-layout:fixed;margin-bottom:24px}.functional-activity__title{width:70px;text-align:center!important}.functional-activity__score{width:150px}.matrix__table{width:100%;margin-bottom:24px}.matrix__table td,.matrix__table th{border-right:0!important;border-left:0!important}.matrix__table td.right,.matrix__table th.right{text-align:right}.matrix__table th{border-bottom-width:2px!important}.matrix__table tr:first-child td,.matrix__table tr:first-child th{border-top:0}.matrix__delete{position:relative;display:inline-block;overflow:hidden;width:20px;height:20px;margin:0;padding:0;border:0;border-radius:0;color:#fff;background:#d75195;text-indent:200%;-webkit-box-shadow:none;box-shadow:none}.matrix__delete:hover{background:#bd5196}.matrix__delete:after{position:absolute;top:0;left:0;width:20px;height:20px;content:"\00d7";font:700 2rem/22px neo-sans,verdana,sans-serif;text-align:center;text-indent:0}.matrix__edit{display:inline-block;height:20px;margin:0 5px 0 0;padding:0 5px;border:0;border-radius:0;color:#fff;background:#d75195;font:700 1.2rem/20px neo-sans,verdana,sans-serif;-webkit-box-shadow:none;box-shadow:none}.matrix__edit:hover{background:#bd5196}.matrix__add{max-width:510px;padding:14px;border:1px solid #9d9d9c;background:#fff}.matrix__add .form-actions{margin-bottom:0}.alert,.message{display:block;margin-bottom:1em;padding:.8em 1em .7em;border:1px solid #9d9d9c;font-size:1.3rem;line-height:1.3}.alert.bad,.alert.error,.alert.parsley-required,.alert.required,.alert.validation,.message.bad,.message.error,.message.parsley-required,.message.required,.message.validation{border:1px solid #bd5196;color:#843969;background:#f8eef5}.alert.error-red,.message.error-red{border:1px solid #dc180c;color:#7b0d07;background:#fce8e7}.alert.warning,.message.warning{border:1px solid #dc6a00;color:#9a4a00;background:#fcf0e6}.alert.good,.message.good{border:1px solid #bed175;color:#859252;background:#f9faf1}.alert.good a,.message.good a{color:#859252}.alert.info,.message.info{border:1px solid #159af2;color:#0f6ca9;background:#e8f5fe}.alert--no-gutter{margin-bottom:0}@media screen and (min-width:480px){.typography img.left,.typography img.leftAlone,.typography img.right{display:inline-block}.typography img.left{float:left;margin:0 1em 0 0}.typography img.right{float:right;margin:0 0 0 1em}.typography img.leftAlone{float:left;margin:0 100% 0 0}.typography .captionImage.left{float:left;margin:0 1em 1em 0}.typography .captionImage.right{float:right;margin:0 0 1em 1em}.typography .captionImage.center{margin:0 auto 1em}.typography .captionImage img{float:none;margin:0}.team__member{width:calc(33.33333% - 13.333333333333334px)}.team__member:nth-child(3){margin-top:0}}@media screen and (min-width:600px){.dashboard-ctas__cta{width:calc(50% - 10px)}.dashboard-ctas__cta:nth-child(2){margin-top:0}.dashboard__section{width:calc(50% - 15px)}.dashboard__section:nth-child(2){margin-top:0}}@media screen and (min-width:650px){.header__patient-search{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:block;width:165px}.patient-details__title-bar,.patient-overview__title-bar{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.patient-overview__clinic-filter{width:165px}.team__bio .dud{margin:0 20px 20px 0}.top-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:12px}.top-bar__time{padding-right:0;padding-left:0;border-bottom:0}.top-bar__account button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,left top,left bottom,from(#de7aad),to(#e69bc2));background:linear-gradient(#de7aad,#e69bc2)}.top-bar__account button svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;display:block;margin-right:12px}.top-bar__account button:after{margin-left:12px}.top-bar__help-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.top-bar__help-link svg{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin-right:12px}.top-bar__help-link span{display:block}.form__field-holder .dropzone .dz-preview{width:calc(50% - 8px)}.form__field-holder .dropzone .dz-preview:nth-child(3){margin-top:0}}@media screen and (min-width:768px){.contact-about-patient__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.contact-about-patient__main{width:auto;margin-bottom:0}.contact-about-patient__aside{width:250px;margin-left:20px}.contact-details:before{position:absolute;top:30px;bottom:30px;left:50%;width:1px;content:"";background:#9d9d9c}.contact-details__item{width:50%;padding:30px}.contact-details__item:before{right:30px;left:30px}.contact-details__item:nth-child(2):before{display:none}.resourceitemspage__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.resourceitemspage__main{width:auto;margin-bottom:0}.resourceitemspage__aside{width:250px;margin-left:20px}.submit-invoice__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.submit-invoice__main{width:auto;margin-bottom:0}.submit-invoice__aside{width:250px;margin-left:20px}.update-appointments__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.update-appointments__main{width:auto;margin-bottom:0}.update-appointments__aside{width:250px;margin-left:20px}.update-pdd__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.update-pdd__main{width:auto;margin-bottom:0}.update-pdd__aside{width:250px;margin-left:20px}.upload-documents__columns{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.upload-documents__main{width:auto;margin-bottom:0}.upload-documents__aside{width:250px;margin-left:20px}.form-tabs{width:100%}.form-tabs,.form-tabs li{display:-webkit-box;display:-ms-flexbox;display:flex}.form-tabs li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:0 5px 0 0}.form-tabs li:last-child{margin-right:0}.form-actions .form-tabs .action,.form-tabs .button,.form-tabs .form-actions .action{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;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:center;-ms-flex-pack:center;justify-content:center;width:100%}.form-actions .form-tabs .action span,.form-tabs .button span,.form-tabs .form-actions .action span{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;display:block}}@media screen and (min-width:850px){.button,.form-actions .action{font-size:1.4rem}.button--small{font-size:1.2rem}.dashboard__content{margin-bottom:40px;padding:30px}.footer{padding:20px}.header__primary{padding-right:20px;padding-left:30px}.header__secondary{padding-right:30px;padding-left:30px}.header__patient-search{width:200px}.patient-details__actions-button{width:320px}.patient-overview__clinic-filter{width:200px}.patient-overview__section{margin-bottom:20px}.top-bar{padding-left:40px}.top-bar__account button{padding:18px 35px 18px 28px}.top-bar__account button svg{margin-right:20px}.top-bar__help-link{padding:18px 40px}.viewport__main{margin:0 40px}}@media screen and (min-width:960px){.assign-patient__loading-overlay{top:-15px;right:-15px;bottom:-15px;left:-15px}.contact-about-patient__aside{width:340px}.main__menu-toggle,.main__menu-toggle-bar{display:none}.main__menu{position:static;display:block;width:185px;height:auto;border-left:0;opacity:1;-webkit-transition:none;transition:none}.main__content{padding:20px 30px 30px}.nav__link,.nav__sublink{padding-right:30px;padding-left:30px}.nav__sublink:after{right:16px}.patient-overview__section-title{font-size:1.7rem}.resourceitemspage__aside,.submit-invoice__aside{width:300px}.team__member{width:calc(25% - 15px)}.team__member:nth-child(4){margin-top:0}.update-appointments__aside{width:300px}.update-appointments__loading-overlay{top:-15px;right:-15px;bottom:-15px;left:-15px}.update-pdd__aside,.upload-documents__aside{width:300px}.eform__loading-overlay{top:-15px;right:-15px;bottom:-15px;left:-15px}}@media screen and (min-width:1128px){.contact-about-patient__aside{width:380px;margin-left:30px}.contact-details__icon,.contact-details__icon svg{width:50px;height:50px}.dashboard-ctas__cta{width:calc(33.333333% - 13.333333333333334px)}.dashboard-ctas__cta:nth-child(3){margin-top:0}.dashboard__section{width:calc(33.3333333% - 26.666666666666668px)}.dashboard__section:nth-child(3){margin-top:0}.main__menu{width:225px}.resourceitemspage__aside,.submit-invoice__aside,.update-appointments__aside,.update-pdd__aside,.upload-documents__aside{width:320px;margin-left:30px}}@media screen and (max-width:768px){.patient-overview__table,.patient-overview__table tbody,.patient-overview__table td,.patient-overview__table thead,.patient-overview__table tr{display:block}.patient-overview__table tbody tr{position:relative;margin-bottom:12px;padding-bottom:12px;border-bottom-color:#9d9d9c}.patient-overview__table tbody tr:last-child{margin-bottom:0;padding-bottom:0}.patient-overview__table th{display:none}.patient-overview__table td{position:relative;padding-right:130px!important;padding-left:110px!important}.patient-overview__table td:before{position:absolute;top:.75em;left:0;width:110px;padding-right:0!important;padding-left:0!important;content:attr(data-title);color:#8db248;font-size:1.1rem}.patient-overview__table td:last-child{position:absolute;top:0;right:0;width:130px;padding-right:0!important;padding-left:0!important}}@media screen and (max-width:650px){.update-appointments__appointments-table,.update-appointments__appointments-table tbody,.update-appointments__appointments-table td,.update-appointments__appointments-table thead,.update-appointments__appointments-table tr{display:block}.update-appointments__appointments-table tbody tr{position:relative;border-bottom:1px solid #9d9d9c}.update-appointments__appointments-table tbody tr:last-child{border-bottom:0}.update-appointments__appointments-table th{display:none}.update-appointments__appointments-table td{position:relative;padding-right:130px!important;padding-left:110px!important}.update-appointments__appointments-table td:before{position:absolute;top:.75em;left:10px;width:100px;padding-right:0!important;padding-left:0!important;content:attr(data-title);color:#8db248;font-size:1.1rem}.update-appointments__appointments-table td:last-child{position:absolute;top:0;right:0;width:130px;padding-right:0!important;padding-left:0!important}}@media screen and (max-width:480px){.patient-overview__table td:last-child{position:static;width:auto}.update-appointments__details-table th{width:100px}.update-appointments__appointments-table td:last-child{position:static;width:auto;padding-left:10px!important}}