
/* CSS for the landing/home page */

.patients_body {
    background-color: var(--background-white);
    margin-left: auto;
    margin-right: auto;
    display: block;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.patients_body_content {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 50%;
    width: 1100px;
    height: 970px;
    padding-top: 80px;
    padding-bottom: 50px;
}

.patients_body_banner {
    background-color: var(--background-blue);
    height: 640px;
}

.patients_banner_text_block_left {
    background-color: var(--background-blue);
    vertical-align: middle;
    width: 50%;
    float: left;
}

.patients_banner_text_block {
    vertical-align: middle;
    justify-content: center;
    float: right;
    width: 553px;
    padding-right: 46px;
}

.patients_header {
    font-weight: 700;
    font-size: 49px;
    padding: 100px 17px 0px 0px;
}

.patients_subheader {
    font-weight: 700;
    font-size: 30px;
    padding: 0px 0px 20px 0px;
    margin-top: -8px;
}

.patients_body_1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--white-text);
    font-size: 20px;
    margin-bottom: 15px;
}

ul {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    tab-size: 4;
}

ul.dashed {
    list-style-type: none;
    white-space: normal;
    list-style: outside;
    padding-left: 21px;
  }
  ul.dashed > li {
    text-indent: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--white-text);
    font-size: 17px;
  }
  ul.dashed ::marker {
    tab-size: 4;
    white-space: break-spaces;
    content: "-   ";
    text-indent: 0px;
  }

li {
    /* white-space: break-spaces; */
    
}

.call_to_action_button_holder {
    max-width: 600px;
}

.download_button_patients{
    margin-top: 22px;
    margin-bottom: 9px;
}

.call_to_action_download_button{
    margin-top: 26px;
    margin-bottom: 18px;
}

.patients_top_banner_image {
    background-image: url('../images/patients/HiM-Ipad-Mockup-4k.jpg');
    height: 640px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
}



.how_it_works_header_section{
    width: 72%;
    margin-left:auto;
    margin-right:auto;
}

.how_it_works_header_image {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    margin-bottom: 3px;
}

.how_it_works_header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--black-text);
    font-size: 44px;
    text-align: center;
}

.how_it_works_subheader {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black-text);
    font-size: 17px;
    text-align: center;
    width: 550px;
    display: block;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}

.hr_patients {
    color: black;
    border-top: 2px solid var(--background-blue);
    border-radius: 3px;
    width: 72%;
    margin-top: 47px;
}

.how_it_works_pic_then_text {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 72%;
    height: fit-content;
}

.how_it_works_text_then_pic{
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 1081px;
    height: fit-content;
}

.how_it_works_text_column_right{
    display: block;
    width: 50%;
    height: 352px;
    float: right;
    padding-left:15px;
    position: relative;
}

.how_it_works_text_column_left{
    display: block;
    width: 50%;
    height: 352px;
    float: left;
    padding-right:15px;
    position: relative;
}

.how_it_works_image_block_left{
    display: inline-block;
    width: 50%;
    height: fit-content;
    padding-right: 25px;
}

.how_it_works_image_block_right{
    display: inline-block;
    width: 50%;
    height: fit-content;
    padding-left: 25px;
}

.how_it_works_image {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    object-fit: scale-down;
    box-shadow: var(--dropshadow-image);
    float: right;
}

.how_it_works_image_left {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    object-fit: scale-down;
    box-shadow: var(--dropshadow-image);
    float: right;
}

.how_it_works_image_right {
    display: block;
    width: 460px;
    margin-left: auto;
    margin-right: auto;
    object-fit: scale-down;
    box-shadow: var(--dropshadow-image);
    float: left;
}

.how_it_works_text_block_right{
    display: block;
    max-width: 546px;
    width: fit-content;
    height: 170px;
    padding-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.how_it_works_text_block_left{
    display: block;
    max-width: 546px;
    width: fit-content;
    height: 170px;
    padding-left: 25px;
    padding-right: 20px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
}

.how_it_works_body_text_header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--black-text);
    font-size: 33px;
    text-align: left;
}

.how_it_works_body_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black-text);
    font-size: 17px;
    text-align: left;
}

.clinician_help_banner {
    background-color: var(--background-grey);
    height: 375px;
}

.clinician_help_text_block_left {
    background-color: var(--background-grey);
    vertical-align: middle;
    width: 50%;
    float: left;
}

.clinician_help_text_block {
    vertical-align: middle;
    justify-content: center;
    float: right;
    width: 540px;
    padding-right: 46px;
    padding-top: 72px;
}

.clinician_help_body_text_header {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--black-text);
    font-size: 32px;
    text-align: left;
}

.clinician_help_body_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: var(--black-text);
    font-size: 17px;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 18px;
}

.clinician_help_link_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-decoration: underline;
    font-size: 17px;
    text-align: left;
}

.clinician_help_image {
    background-image: url("../images/patients/shutterstock_1908881872-large.jpg");
    height: 375px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
}

.clinician_help_image::before,::after {
    box-sizing: border-box;
}

.text_banner_row {
    background-color: var(--background-blue);
    height: 150px;
}

.text_banner_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--white-text);
    font-size: 36px;
    text-align: center;
    vertical-align: auto;
    height: 150px;
    line-height: 150px;
}

.button_banner_row {
    background-color: var(--background-blue);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.button_banner_download_button {
    margin-right: 32px;
}

.button_banner_button {
    width: 400px;
}

@media (max-width: 1800px) {
    .how_it_works_text_then_pic{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 1081px;
        height: fit-content;
    }
}

@media (max-width: 1270px) {
    .patients_body_content {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        top: 50%;
        width: 1100px;
        height: 970px;
        padding-top: 80px;
        padding-bottom: 50px;
    }
    
    .patients_body_banner {
        background-color: var(--background-blue);
        height: 506px;
    }
    
    .patients_banner_text_block_left {
        background-color: var(--background-blue);
        vertical-align: middle;
        width: 50%;
        float: left;
    }
    
    .patients_banner_text_block {
        vertical-align: middle;
        justify-content: center;
        float: right;
        width: 461px;
        padding-right: 46px;
    }
    
    .patients_header {
        font-weight: 700;
        font-size: 45px;
        padding: 69px 0px 0px 0px;
    }
    
    .patients_subheader {
        font-weight: 700;
        font-size: 30px;
        padding: 0px 0px 20px 0px;
        margin-top: -10px;
    }
    
    .patients_body_1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: var(--white-text);
        font-size: 17px;
        margin-bottom: 15px;
    }

    .download_button_patients{
        margin-top: 22px;
        margin-bottom: 9px;
    }

    .call_to_action_download_button{
        margin-top: 0px;
        margin-bottom: 9px;
    }
    
    .patients_top_banner_image {
        background-image: url('../images/patients/HiM-Ipad-Mockup-4k.jpg');
        height: 506px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    
    .how_it_works_header_image {
        width: 120px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 38px;
        margin-bottom: 3px;
    }
    
    .how_it_works_header {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: var(--black-text);
        font-size: 30px;
        text-align: center;
    }
    
    .how_it_works_subheader {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: var(--black-text);
        font-size: 17px;
        text-align: center;
        max-width: 550px;
        display: block;
        margin-top: 13px;
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    
    .hr_patients {
        color: black;
        border-top: 2px solid var(--background-blue);
        border-radius: 3px;
        width: var(--patients-mobile-content-width);
        margin-top: 25px;
    }
    
    .how_it_works_pic_then_text {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: var(--patients-mobile-content-width);
        height: fit-content;
    }
    
    .how_it_works_text_then_pic{
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        width: 954px;
        height: fit-content;
    }
    
    .how_it_works_text_column_right{
        display: block;
        width: 50%;
        height: 352px;
        float: right;
        padding-left: 15px;
        position: relative;
    }
    
    .how_it_works_text_column_left{
        display: block;
        height: 352px;
        align-items: center;
        width: 50%;
        float: left;
        padding-right: 15px;
        position: relative;
    }
    
    .how_it_works_image_block_left{
        display: inline-block;
        width: 50%;
        height: fit-content;
        padding-right: 25px;
    }
    
    .how_it_works_image_block_right{
        display: inline-block;
        width: 50%;
        height: fit-content;
        padding-left: 25px;
    }
    
    .how_it_works_image{
        display: block;
        width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
    }

    .how_it_works_image_left {
        display: block;
        width: 460px;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
        float: right;
    }
    
    .how_it_works_image_right {
        display: block;
        width: 460px;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
        float: left;
    }
    
    .how_it_works_text_block_right {
        display: block;
        max-width: 546px;
        width: fit-content;
        height: 170px;
        padding-left: 25px;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }

    .how_it_works_text_block_left {
        display: block;
        max-width: 546px;
        width: 460px;
        height: 170px;
        padding-left: 0px;
        margin-top: auto;
        margin-bottom: auto;
        position: absolute;
        top: 50%;
        left: 0%;
        transform: translate(0%, -50%);
    }
    
    .how_it_works_body_text_header {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: var(--black-text);
        font-size: 30px;
        text-align: left;
    }
    
    .how_it_works_body_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: var(--black-text);
        font-size: 17px;
        text-align: left;
    }
    
    .clinician_help_banner {
        background-color: var(--background-grey);
        height: 375px;
    }
    
    .clinician_help_text_block_left {
        background-color: var(--background-grey);
        vertical-align: middle;
        width: 50%;
        float: left;
    }
    
    .clinician_help_text_block {
        vertical-align: middle;
        justify-content: center;
        float: right;
        width: 457px;
        padding-right: 46px;
        padding-top: 72px;
    }
    
    .clinician_help_body_text_header {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: var(--black-text);
        font-size: 32px;
        text-align: left;
    }
    
    .clinician_help_body_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: var(--black-text);
        font-size: 17px;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    
    .clinician_help_link_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-decoration: underline;
        font-size: 17px;
        text-align: left;
    }
    
    .clinician_help_image {
        background-image: url("../images/patients/shutterstock_1908881872-large.jpg");
        height: 375px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0;
        padding: 0;
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
    }
    
    .clinician_help_image::before,::after {
        box-sizing: border-box;
    }
    
    .text_banner_row {
        background-color: var(--background-blue);
        height: 100px;
    }
    
    .text_banner_text {
        font-weight: 700;
        font-size: 28px;
        height: 100px;
        line-height: 100px;
    }

    .button_banner_button {
        width: 360px;
    }
}

@media (max-width: 992px) {
    .patients_body_banner {
        background-color: var(--background-blue);
        height: 15px;
    }
    
    .patients_banner_text_block_left {
        background-color: var(--background-blue);
        vertical-align: middle;
        width: 100%;
        order: 1;
    }
    
    .patients_banner_text_block {
        vertical-align: middle;
        justify-content: center;
        width: 90%;
        padding-right: 46px;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }
    
    .patients_header {
        font-weight: 700;
        font-size: 45px;
        padding: 48px 0px 0px 0px;
    }
    
    .patients_subheader {
        font-weight: 700;
        font-size: 30px;
        padding: 0px 0px 20px 0px;
        margin-top: -10px;
    }
    
    .patients_body_1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: var(--white-text);
        font-size: 17px;
        margin-bottom: 17px;
    }
    
    ul {
        display: block;
        margin-block-start: 0px;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
        padding-inline-start: 0px;
        tab-size: 4;
    }
    
    ul.dashed {
        list-style-type: none;
        white-space: normal;
        list-style: outside;
        padding-left: 21px;
      }
      ul.dashed > li {
        text-indent: 0px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: var(--white-text);
        font-size: 17px;
      }
      ul.dashed ::marker {
        tab-size: 4;
        white-space: break-spaces;
        content: "-   ";
        text-indent: 0px;
      }
    
    li {
        white-space: break-spaces;
        
    }

    .patients_top_banner_image {
        background-image: url('../images/patients/HiM-Ipad-Mockup-4k.jpg');
        height: 408px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center -44px;
        margin: 0;
        padding: 0;
        width: 100%;
        position: relative;
        min-height: 15px;
        order: 2;
    }

    .how_it_works_header_section{
        width: var(--patients-mobile-content-width);
        margin-left:auto;
        margin-right:auto;
    }

    .patients_devices {
        position: absolute;
        top: 111px;
        left: 42%;
        width: 454px;
    }

    .hr_patients {
        color: black;
        border-top: 2px solid var(--background-blue);
        border-radius: 3px;
        width: var(--patients-mobile-content-width);
        margin-top: 25px;
    }

    .how_it_works_pic_then_text {
        display: flex;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: var(--patients-mobile-content-width);
        height: fit-content;
    }
    
    .how_it_works_text_then_pic{
        display: flex;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        margin-bottom: 50px;
        width: var(--patients-mobile-content-width);
        height: fit-content;
    }

    .how_it_works_text_column_right{
        display: block;
        width: fit-content;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        height: fit-content;
        margin-bottom: 30px;
        padding-left: 0px;
        float: none;
    }
    
    .how_it_works_text_column_left{
        display: block;
        width: fit-content;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        order: 1;
        height: fit-content;
        margin-bottom: 30px;
        padding-right: 0px;
        float: none;
    }
    
    .how_it_works_image_block_left{
        display: inline-block;
        width: 100%;
        order: 2;
        height: fit-content;
        padding-right: 0px;
    }
    
    .how_it_works_image_block_right{
        display: inline-block;
        width: 100%;
        order: 2;
        height: fit-content;
        padding-left: 0px;
    }
    
    .how_it_works_image{
        display: block;
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
        float: none;
    }

    .how_it_works_image_left {
        display: block;
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
        float: none;
    }
    
    .how_it_works_image_right {
        display: block;
        width: 100%;
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        object-fit: scale-down;
        box-shadow: var(--dropshadow-image);
        float: none;
    }

    .how_it_works_text_block_right {
        display: block;
        max-width: 460px;
        margin-left:auto;
        margin-right: auto;
        padding-left: 0px;
        height: fit-content;

        width: fit-content;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .how_it_works_text_block_left {
        display: block;
        max-width: 460px;
        margin-left:auto;
        margin-right: auto;
        padding-left: 0px;
        height: fit-content;

        width: fit-content;
        margin-top: auto;
        margin-bottom: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .clinician_help_banner {
        display: flex;
        flex-flow: column;
        margin-left: auto;
        margin-right: auto;
        background-color: var(--background-grey);
        height: 634px;
    }
    
    .clinician_help_text_block_left {
        background-color: var(--background-grey);
        /*vertical-align: middle;*/
        width: var(--patients-mobile-content-width);
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        float: left;
        display: block;
        width: 100%;
        order: 1;
    }
    
    .clinician_help_text_block {
        /*vertical-align: middle;*/
        justify-content: center;
        width: var(--patients-mobile-content-width);
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        padding-top: 30px;
        padding-bottom: 30px;
        display: block;
        order: 1;
        float: none;
    }
    
    .clinician_help_body_text_header {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: var(--black-text);
        font-size: 32px;
        text-align: left;
    }
    
    .clinician_help_body_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: var(--black-text);
        font-size: 17px;
        text-align: left;
        margin-top: 18px;
        margin-bottom: 18px;
    }
    
    .clinician_help_link_text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        text-decoration: underline;
        font-size: 17px;
        text-align: left;
    }
    
    .clinician_help_image {
        background-image: url("../images/patients/shutterstock_1908881872-large.jpg");
        height: 434px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        margin: 0;
        padding: 0;
        position: relative;
        min-height: 15px;
        width: 100%;
        order: 2;
    }
    
    .clinician_help_image::before,::after {
        box-sizing: border-box;
    }

    .text_banner_row {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .text_banner_text {
        font-size: 21px;
        line-height: normal;
        height: initial;
        width: 80%;
    }

    .button_banner_row {
        background-color: var(--background-blue);
        display: flex;
        flex-direction: column;
        height: 200px;
    }

    .button_banner_button {
        display: block;
        width: 360px;
        margin-left: auto;
        margin-right: auto;
    }

    .button_banner_download_button {
        margin-right: auto;
        margin-bottom: 10px;
    }
    
}

@media (max-width: 506px) {
    
    .patients_header {
        font-size: 36px;
    }

    .patients_subheader {
        font-size: 28px;
    }
}
