@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Ubuntu:500');
html {
  font-size: 1rem;
}

@include media-breakpoint-up(sm) {
  html {
    font-size: 1.2rem;
  }
}

@include media-breakpoint-up(md) {
  html {
    font-size: 1.4rem;
  }
}

@include media-breakpoint-up(lg) {
  html {
    font-size: 1.6rem;
  }
}
body {
    background-color: #f9f9f9;
    color: #212529;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    padding-top: 51px;
}
@media (min-width:992px) {
    body {
        padding-top: 71px;
    }
}
.inner-body {
    background-color: #ffffff;
    max-width: 1600px !important;
    margin: 0 auto;
}

hr {
    border-top-color: #ecf0f1;
}

.panel-video {
    background-color: #f8f8f9;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.panel-video:hover,
.panel-video:focus {
    background-color: lavender;
}
.panel-video a {
    display: block;
}

.blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 2rem;
    padding-left: 24px;
}

@media (max-width:991px) {
    #launcher.zEWidget-launcher {
        bottom: 50px !important;
    }
}

/* MODAL */
/* .modal-backdrop {
    z-index: 1030;
}
.modal-open {
    overflow: visible;
    padding
    }
*/
.modal-persona .header .img-thumbnail {
    max-height: 100px;
}

@media (min-width:768px) {
    .modal-persona .header .img-thumbnail {
        float: left
    }

    .modal-persona .header .name-role {
        padding-left: 120px;
    }
}


.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

b, strong {
    font-weight: 600;
}

@media (max-width: 678px) {
    .display-4 {
        font-size: 2.5rem;
    }
}

a:not([href]):not([tabindex]),
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #dc2d2b;
}

.pac-container {
    z-index: 1030;
}

@media (min-width: 576px) {
    .text-right-sm {
        text-align: right;
    }
}

.colour-blue {
    color: #009bde;
}

.btn {
    font-size: 16px;
}
/* BTN PRIMARY */
.btn-primary {
    color: #fff;
    background-color: #DC311E;
    border-color: #c62c1b;
}

    .btn-primary:hover {
        background-color: #ec331f;
        border-color: #f34734;
    }

    .btn-primary.focus, .btn-primary:focus,
    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(244,93,76,.5);
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        background-color: #f34734;
        border-color: #f34734;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        background-color: #F45D4C;
        border-color: #f34734;
    }
/* BTN LIGHT */
.btn-light {
    background-color: #ecf0f1;
}
/* BTN INFO */
.btn-info {
    color: #fff;
    background-color: #009bde;
    border-color: #009bde;
}

.btn-info:hover {
    background-color: #007cb1;
    border-color: #007cb1;
}

.btn-info.focus, .btn-info:focus,
.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0,155,222,.5);
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
    background-color: #009bde;
    border-color: #009bde;
}
/* BTN OUTLINE INFO */
.btn-outline-info {
    color: #007cb1 ;
    border-color: #007cb1;
    color: #009bde;
    border-color: #009bde;

}

    .btn-outline-info:hover {
        background-color: #009BDE;
        border-color: #009BDE;
    }

    .btn-outline-info.focus, .btn-outline-info:focus,
    .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(0,155,222,.5);
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        background-color: #009BDE;
        border-color: #009BDE;
    }
/* NEED HELP BUTTON */
.btn-ballon {
    border-color: #bdc3c7;
    font-weight: 600;
    border-radius: 30px;
    padding: 20px 30px;
}

    .btn-ballon + .btn-ballon {
        margin-left: 1.5rem;
    }

.btn-purple {
    color: #ffffff;
    background-color: #81368b;
    border-color: #74307d;
}

    .btn-purple:hover,
    .btn-purple:focus,
    .btn-purple:active,
    .btn-purple.active,
    .open .dropdown-toggle.btn-purple {
        color: #ffffff;
        background-color: #74307d;
        border-color: #74307d;
    }

.btn-blue {
    color: #ffffff;
    background-color: #009bde;
    border-color: #008bc7;
}

    .btn-blue:hover,
    .btn-blue:focus,
    .btn-blue:active,
    .btn-blue.active,
    .open .dropdown-toggle.btn-blue {
        color: #ffffff;
        background-color: #008bc7;
        border-color: #008bc7;
    }

.btn-log-in-facebook {
    background-color: #4267b2;
    color: #fff;
}
/* NAVBAR */
.navbar {
    background-color: #ffffff !important;
    border-bottom: 1px solid #ecf0f1;
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 768px) {
    .navbar {
        max-width: 1600px;
        margin: 0 auto;
    }
}
/*
@media (min-width: 1200px) {
    .navbar {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}*/
.navbar-brand {
    height: auto;
    padding: 15px 0;
}

    .navbar-brand .logo {
        width: 130px !important;
        height: 34px !important;
    }

@media (min-width: 768px) {
    .navbar-brand .logo {
        width: 140px !important;
        height: 36.36px !important;
    }
}

.navbar-nav > li > a {
    font-weight: 600;
}

.navbar-nav > li > .btn-outline-info {
    color: #007cb1 !important;
    border-color: #007cb1 !important;

    color: #009bde !important;
    border-color: #009bde !important;
}

    .navbar-nav > li > .btn-outline-info:hover,
    .navbar-nav > li > .btn-outline-info:not(:disabled):not(.disabled).active, .navbar-nav > li > .btn-outline-info:not(:disabled):not(.disabled):active, .show > .navbar-nav > li > .btn-outline-info.dropdown-toggle {
        color: #fff !important;
    }

.navbar .form-find-help {
    padding: 0;
}

.navbar .form-find-help .input-group {
    min-width: 100%;
}

li.nav-item:focus, .nav-link:focus {
    outline: none;
}

@media (min-width: 992px) {
    .navbar .form-find-help input[type="text"] {
        min-width: 300px;
    }
}

@media (min-width: 768px) {
    .navbar .form-find-help {
        margin-top: 12px;
    }
}
.navbar-nav .nav-link {
    color: #6c757d !important;
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}
/* Jumbotron */
h1.hero-title {
    font-weight: 500;
}

    h1.hero-title span {
        font-weight: 500;
    }

.hero-home {
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
}

    .hero-home .greeting {
        color: #fff;
        margin: 0 30px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        max-width: 260px;
    }

@media (max-width:767px) {
    .hero-home .greeting {
        font-size: 0.75rem;
    }

        .hero-home .greeting h2 {
            font-size: 1.5rem;
        }
}

.hero-home .greeting.g-left {
    left: 0;
}

.hero-home .greeting.g-right {
    right: 0;
    text-align: right;
}

.hero-home .greeting p {
    margin-bottom: 0
}

.hero-home .greeting a {
    color: #fff;
    display: block;
}

    .hero-home .greeting a:hover,
    .hero-home .greeting a:focus {
        text-decoration: none;
    }

.hero-feature {
    position: relative;
    z-index: 9;
}

@media (max-width:575px) {
    .hero-feature {
        background-color: #81368b;
        color: #fff;
    }
}

.hero-feature .item {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (min-width:576px) {
    .hero-feature .item {
        background-color: #f8f8f9;
    }
}

@media (max-width:767px) {
    .hero-feature .item.divider {
        border-bottom: 1px solid rgba(0,0,0,.2);
        border-radius: 0 !important;
    }
}

@media (min-width:992px) {
    .hero-feature {
        background-color: #fff;
    }

        .hero-feature .item {
            margin-top: -40px;
        }
}

@media (min-width:1200px) {
    .hero-feature .item {
        margin-top: -80px;
    }
}
/* CARING COMMUNITY */
.caring-community {
    font-size: 18px;
    background-color: #fff;
    padding: 2rem 0 0;
}

@media (min-width:992px) {
    .caring-community {
        padding: 4rem 0 0;
    }
}
/* MYCARE FEATURES */
.mycare-features {
    padding: 2rem 0;
    text-align: center;
}

@media (min-width:992px) {
    .mycare-features {
        padding: 4rem 0;
    }
}

.mycare-features .card-feature {
    background-color: #fff;
    border: none;
    border-radius: 0;
}
/* COMMUNITY HELP */
.community-help {
    background-color: #FFF;
    padding: 1rem 0;
}

/*@media (min-width:992px) {
    .community-help {
        padding: 4rem 0;
    }
}*/

@media (min-width:992px) {
    .community-help h2 {
        margin-bottom: 2rem;
    }
}

.community-help .ch-item .h4 a,
.community-help .ch-item div a {
    color: inherit;
}

.community-help .ch-item h4 a:hover,
.community-help .ch-item div a:hover,
.community-help .ch-item h4 a:focus,
.community-help .ch-item div a:focus {
    color: #000;
    text-decoration: none;
}

.community-help .ico {
    margin: 2rem 0 .75rem 0;
}

@media (min-width:992px) {
    .community-help .ico {
        margin-top: 1rem;
    }
}
/* MEDIA */
.media {
    padding: 2rem 0;
    margin-top: 0;
    text-align: center;
}

@media (min-width:992px) {
    .media {
        padding: 4rem 0;
    }
}

.media img {
    padding: 10px 0 10px;
}

.media .tl-news {
    float: left;
    width: 200px;
    height: 90px;
    margin: 0 1rem;
}

.media a > img {
    margin: 0 auto;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter: url(../img/gray.svg#grayscale);
    filter: gray;
}

.media a:hover > img {
    -webkit-filter: none;
    -webkit-filter: none;
    filter: none;
}

.media a + p {
    margin-top: 10px;
}
/* SUBSCRIBE NEWSLETTER */
.suscribe-newsletter {
    background-color: #ecf0f1;
    padding: 3rem;
}

@media screen and (min-width: 768px) {
    .suscribe-newsletter {
        padding: 6rem;
    }
}

.suscribe-newsletter .form-subscribe .email-address {
    max-width: 400px;
}

.form-sign-up-for-help .input-group-append .btn {
    width: 90px;
}

.suscribe-newsletter .form-subscribe .form-check {
    padding-left: 1.6rem;
}

    .suscribe-newsletter .form-subscribe .form-check input[type=checkbox] {
        height: 18px;
        width: 18px;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        margin-right: 4px;
        vertical-align: bottom;
        line-height: normal;
        position: absolute;
        margin-left: -1.6rem;
        margin-top: 4px\9;
    }

        .suscribe-newsletter .form-subscribe .form-check input[type=checkbox]:checked:before {
            content: "\f00c";
            position: absolute;
            left: 0;
            top: 0;
            font-family: FontAwesome;
            font-size: 14px;
            text-align: center;
            width: 18px;
            line-height: 18px;
            color: #d44950;
            z-index: 8;
        }

.form-check input[type=checkbox]:after {
    background-color: #fff;
    border: 1px solid #c4c4c4;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    height: 19px;
    width: 19px;
}

@media (max-width: 767.98px) {
    .newsletter-small img {
        max-width: 200px;
        margin-bottom: 2rem;
    }
}
/* APP */
.app {
    background-color: #f8f8f9;
    background-color: #fff;
    padding: 2rem 0;
}

@media (min-width:992px) {
    .app {
        padding: 4rem 0;
    }
}

.app h2 {
    margin-top: 0;
    margin-bottom: 20px;
}

.app ul {
    margin-bottom: 0;
}

    .app ul li img {
        width: 135px;
        height: 40px
    }

.two-options {
    color: #fff;
    text-align: center;
}

    .two-options .btn {
        color: #fff;
        border-color: #fff;
        border-width: 3px;
    }

@media (min-width: 992px) {
    .two-options .btn {
        font-size: 24px;
        font-weight: 600;
        padding: 12px 20px;
    }
}

.two-options .care-area {
    background-color: #81368b;
}

.two-options .work-area {
    background-color: #009bde;
}

.two-options .area {
    padding: 30px 0;
}

@media (min-width:768px) {
    .two-options .area {
        padding: 60px 0;
    }
}
/* TESTIMONIALS */
.testimonials {
    padding: 2rem 0;
}

@media (min-width:992px) {
    .testimonials {
        padding: 4rem 0;
    }
}

.testimonials .carousel .item {
    font-size: 18px;
}

@media (min-width: 992px) {
    .testimonials .carousel .item {
        height: 110px;
    }
}

.testimonials .card-worker-profile .card-header {
    background-color: transparent;
    border-bottom: 0 none;
    height: 100px;
    padding-left: 110px;
}

    .testimonials .card-worker-profile .card-header .profile-picture {
        height: 80px;
        width: 100px;
        position: absolute;
        top: 10px;
        left: 10px;
    }

        .testimonials .card-worker-profile .card-header .profile-picture > img {
            height: 80px;
            width: 80px;
        }

        .testimonials .card-worker-profile .card-header .profile-picture .badge {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            display: inline-block;
            text-align: center;
            position: absolute;
            right: 10px;
            bottom: 0;
            padding: 0;
        }

    .testimonials .card-worker-profile .card-header .name-location {
        padding-top: 11px;
    }

@media (min-width: 576px) {
    .testimonials .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .testimonials .card-columns {
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .testimonials .card-columns {
        column-count: 3;
    }
}

@supports (-ms-ime-align: auto) {
    .testimonials {
        padding-bottom: 0;
    }
}

_:-ms-fullscreen, :root .testimonials {
    padding-bottom: 0;
}
/* SAFETY */
.safety {
    background-color: #FFF;
    padding: 2rem 0;
}

@media (min-width:992px) {
    .safety {
        padding: 4rem 0;
    }
}

.safety ul li .fa {
    font-size: 0.6rem;
    left: -27px;
    top: 8px;
}
/* FOOTER */
.footer {
    background-color: #81368B;
    padding: 2rem 0;
    color: #212121;
    color: #fff;
    max-width: 1600px !important;
    margin: 0 auto;
}

@media (min-width:992px) {
    .footer {
        padding: 4rem 0;
    }
}

.footer ul > li > a {
    color: #fff;
}

.footer .logo {
    width: 160px !important;
    height: 42px !important;
}

/* INNER PAGES */

.heading {
    font-size: 18px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    background-position: center center;
    background-size: cover;
}

@media (min-width: 768px) {
    .heading {
        padding: 50px 0;
    }
}

.content-career .heading {
    background-image: url(../img/bg-inner-page-career.jpg);
}

.heading .box {
    background-color: rgba(255,255,255,.8);
    padding: 15px;
}

    .heading .box.bg-purple {
        color: #fff;
        background-color: #81368B;
    }

    .heading .box h1,
    .heading .box h2 {
        color: #fff;
        margin: 0;
    }

@media (max-width: 1199px) {
    .heading .col-lg-4 {
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .heading .box h1 {
        padding: 30px 0;
    }
}

.content-career .job-listing {
    padding: 15px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .content-career .job-listing:hover {
        -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 1px 3px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);
        box-shadow: 0 1px 3px rgba(0,0,0,.2),0 2px 4px rgba(0,0,0,.2);
    }

    .content-career .job-listing *:last-child {
        margin-bottom: 0;
    }

    .content-career .job-listing .job-title a {
        color: inherit;
    }

        .content-career .job-listing .job-title a:hover {
            text-decoration: none;
        }

@media (min-width: 1200px) {
    .content-career .heading .box h1 {
        padding: 55px 0;
    }

    .content-career .heading .box h2 {
        padding: 25px 0;
    }
}

.content-career .job-view .apply-now {
    margin-top: 30px;
}

.content-career .job-view .apply-now {
    margin-top: 30px;
}
/* ABOUT US */
.our-people {
    padding: 2rem 0;
}

@media (min-width:992px) {
    .our-people {
        padding: 4rem 0;
    }
}

.our-people .persona {
    margin-bottom: 20px;
    text-align: center;
}

    .our-people .persona a {
        color: inherit;
        cursor: pointer;
        display: block;
    }

        .our-people .persona a:hover {
            text-decoration: none;
        }
        
    .our-people .persona h5 {
        margin-bottom: 4px;
    }
    .our-people .persona p {
        line-height: 1rem;
    }

.our-people .person {
    margin-bottom: 20px;
    position: relative;
    cursor: default;
}

    .our-people .person .name {
        position: relative;
    }

    .our-people .person .button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

    .our-people .person .person-content {
        background-color: #009bde;
        padding: 15px;
        position: relative;
        color: #fff;
        display: none;
        font-size: 12px;
    }

@media (min-width: 768px) {
    .our-people .person .person-content {
        background-color: rgba(0,155,222,.8);
        position: absolute;
        top: 0;
        left: 0;
        font-size: 10px;
        height: 345px;
    }

    .our-people .person:hover .person-content {
        display: table;
    }

        .our-people .person:hover .person-content p {
            margin-bottom: 0;
            display: table-cell;
            vertical-align: middle;
        }
}

@media (min-width: 992px) {
    .our-people .person .person-content {
        height: 212px;
    }
}

@media (min-width: 1200px) {
    .our-people .person .person-content {
        height: 263px;
    }
}

@media (max-width: 767px) {
    .our-people .person .person-content:before {
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #009bde;
        position: absolute;
        top: -10px;
        left: 15px;
    }
}

.how-mycare-work {
    padding: 2rem 0;
}

@media (min-width:992px) {
    .how-mycare-work {
        padding: 4rem 0;
    }
}

.industry-partners {
    padding: 2rem 0;
    text-align: center;
}

@media (min-width:992px) {
    .industry-partners {
        padding: 4rem 0;
    }
}

.industry-partners a {
    display: block;
    margin: 10px 0;
}

    .industry-partners a > img {
        -webkit-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
        filter: grayscale(100%);
        filter: url(../img/gray.svg#grayscale);
        filter: gray;
    }

    .industry-partners a:hover > img {
        -webkit-filter: none;
        -webkit-filter: none;
        filter: none;
    }

.industry-partners ul .list-inline-item:not(:last-child) {
    margin-left: 1rem;
    margin-right: 1rem;
}

{
}

.timeline {
    cursor: default;
    background-color: #81368b;
    color: #fff;
    padding: 4rem 0;
}

    .timeline a {
        color: #fff;
        border-bottom: 1px solid #fff;
        text-decoration: none;
    }

        .timeline a:hover,
        .timeline a:focus {
            border-bottom-color: transparent;
        }

.tl-block-year .tl-year {
    background-color: #fff;
    color: #81368b;
    font-weight: 600;
    font-size: 30px;
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 2px;
    position: relative;
    margin-bottom: 24px;
    width: 106px;
    text-align: center;
}

.tl-block-year .tl-moments {
    position: relative;
}

.tl-block-year .tl-moments .tl-item {
    padding: 10px 16px;
    line-height: 1.33;
    border-radius: 2px;
    border: 3px solid #fff;
    text-align: center;
    margin-bottom: 24px;
    vertical-align: top;
    position: relative;
}

.tl-block-year .tl-moments .tl-item:before {
    content: "";
    background-color: #fff;
    height: 24px;
    width: 3px;
    position: absolute;
    left: 53px;
    top: -27px;
}


    .timeline {
        padding: 50px;
    }
    .tl-block-year {
        display: inline-block;
        vertical-align: top;
    }
    .tl-block-year .tl-year {
        display: inline-block;
    }
    .tl-block-year .tl-year:after {
        content: "";
        background-color: #fff;
        height: 24px;
        width: 3px;
        position: absolute;
        left: 53px;
        bottom: -24px;
    }
    .tl-block-year .tl-moments {
        margin-right: 8px;
    }
    .tl-block-year .tl-moments .tl-item {
        display: inline-block;
        margin-top: 24px;
        margin-bottom: 0;
        margin-left: 8px;
        margin-right: 8px;
        width: 400px;
    }
    .tl-block-year .tl-moments .tl-item:first-child {
        margin-left: 0;
    }
    .tl-block-year .tl-moments .tl-item:before {
        content: "";
        background-color: #fff;
        height: 24px;
        width: 3px;
        position: absolute;
        left: 50%;
        top: -24px;
    }
    .tl-block-year .tl-moments .tl-item:after {
        background-color: #fff;
        height: 3px;
        width: 420px;
        content: "";
        position: absolute;
        left: 0;
        top: -27px;
    }
    .tl-block-year:first-child .tl-moments .tl-item:after {
        margin-left: 50px;
    }
    .tl-block-year .tl-moments .tl-item-last:after {
        width: 200px;
    }
    .tl-scrolling {
        overflow-x: scroll;
        padding-bottom: 20px;
    }
    #tl-scrolling-2 {
        height: 130px;
    }
    .tl-scroll {
        width: 3360px;
    }
    .tl-scroll-news {
        width: 4000px;
    }
    .tl-scrolling::-webkit-scrollbar {
        width: 12px;
        height: 6px;
    }
    .tl-scrolling::-webkit-scrollbar-track {
        background-color: #672b6f;
        height: 6px;
        border-radius: 6px;
    }
    .tl-scrolling::-webkit-scrollbar-thumb {
        background-color: #9a5ea2;
        cursor: pointer;
        border-radius: 6px;
    }
    .tl-scrolling::-webkit-scrollbar-thumb:hover {
        background-color: #b386b9;
    }
    .media .tl-scrolling::-webkit-scrollbar-track {
        background-color: #e0e0e0;
    }
    .media .tl-scrolling::-webkit-scrollbar-thumb {
        background-color: #aaaaaa;
    }
    .media .tl-scrolling::-webkit-scrollbar-thumb:hover {
        background-color: #929292;
    }




/* MODAL SIGN UP */
.modal-sign-up .divider {
    margin-top: 30px;
    margin-bottom: 30px;
}
/* HELP aside */
.help-side {
    background: #fff;
    position: fixed;
    z-index: 16000006;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
    line-height: normal;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    width: 100%;
    -webkit-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.05);
    -moz-box-shadow: -3px 0 3px 0 rgba(0,0,0,0.05);
    box-shadow: -3px 0 3px 0 rgba(0,0,0,0.05);
}

@media (min-width: 768px) {
    .help-side {
        width: 370px;
    }
}

.help-side-body a {
    color: inherit;
}

.help-side-header {
    padding: 20px !important;
    border-bottom: solid 1px #DBDBDB !important;
    font-size: 16px !important;
    text-align: center !important;
}

    .help-side-header a {
        text-decoration: none;
        color: #212121;
        font-size: 19px;
    }

.help-side-body {
    overflow-y: scroll;
    height: 100%;
    padding: 15px 25px;
}

@media (max-width: 767px) {
    .help-side-body {
        overflow-y: scroll;
        height: 78vh;
    }
}

.help-side-body ul {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

    .help-side-body ul li {
        border-bottom: 1px solid #dedede;
    }

        .help-side-body ul li a {
            display: block;
            padding: 10px 12px;
        }

.help-side-footer {
    background-color: #fff;
    padding: 15px 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/* Inner page */
.inner-page .intro {
    padding: 2rem 0;
    position: relative;
}

    .inner-page .intro.intro-highlight {
        background: url(../img/mycare-guy-hero.png) center center;
        background-size: cover;
        background-color: #81368b;
        color: #fff;
        padding: 2rem 0;
        position: relative;
    }

.hero-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 320px;
    width: 100%;
}

    .hero-image div {
        height: 100%;
    }

@media (min-width: 992px) {
    .hero-image {
        height: 500px;
        margin-top: 60px;
    }
}

@media (max-width: 991.98px) {
    .hero-image {
        margin-bottom: 6rem;
    }
}

.hero-home-image {
    background-image: url(../img/hero-home-image.jpg);
}

.inner-page.find-help .hero-image {
    background-image: url(../img/hero-find-help.jpg);
}

.inner-page.find-work .hero-image {
    background-image: url(../img/hero-find-work.jpg);
}

.inner-page .hero-image .intro-cta {
    width: 190px;
    font-size: 1.15rem;
    white-space: normal;
    border-radius: 0;
    position: absolute;
    bottom: -60px;
    right: 15px;
}

@media (min-width: 992px) {
    .inner-page .hero-image .intro-cta {
        position: relative;
        top: -60px;
        right: 0;
    }
}

.inner-page .people-saying {
    margin: 0 auto 2rem;
    max-width: 800px;
}

@media (min-width:992px) {
    .inner-page .people-saying {
        margin: 0 auto 4rem;
    }
}

.inner-page .people-saying .blockquote-purple {
    border-left-color: transparent;
    background-color: #f2eaf3;
}

.inner-page .people-saying .blockquote-blue {
    border-left-color: transparent;
    background-color: #e5f5fb;
}

.inner-page .intro a.intro-link {
    color: inherit;
    border-bottom: 1px solid #fff;
}

    .inner-page .intro a.intro-link:hover,
    .inner-page .intro a.intro-link:focus {
        text-decoration: none;
        border-bottom-color: transparent;
    }

.inner-page-features {
    font-size: 20px;
    text-align: center;
}

    .inner-page-features .feature-item {
        border: 1px solid #ccc;
        height: 100%;
        margin: 0 auto;
        max-width: 400px;
        padding: 0 20px;
    }

        .inner-page-features .feature-item:hover {
            -webkit-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
            -moz-box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
            box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.1);
        }

.inner-page .section {
    padding: 1rem 0;
}

@media (min-width:992px) {
    .inner-page .section {
        padding: 2rem 0;
    }
}

.how-we-help {
    margin: 0 auto;
    max-width: 800px;
    /*padding: 2rem 0;*/
}

    .how-we-help .btn {
        margin-top: 7px;
    }

@media (min-width:992px) {
    .how-we-help {
        /*padding: 4rem 0;*/
    }
}

.how-we-help .how-we-help-body {
    background-color: #F3FAFF;
}
/* WE VISIT */
.wevisit {
    text-align: center;
}
/* BUSINESS */
.cta-block {
    padding: 2rem 0;
}

@media (min-width:992px) {
    .cta-block {
        padding: 4rem 0;
    }
}

.workforce,
.business-examples {
    padding: 0 0 2rem;
}

@media (min-width:992px) {
    .workforce,
    .business-examples {
        padding: 0 0 4rem;
    }
}

.form-sent,
.form-error {
    padding: 40px 0;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}

.form-sent,
.form-error {
    display: none;
}

/* DISABILITY SYPPORT */
.img-content-thumb {
    display: block;
    margin: 0 auto;
    max-width: 160px;
}

@media (min-width: 992px) {
    .img-content-thumb {
        max-width: 260px;
    }
}
/**/
.carer-stories {
    padding: 2rem 0;
}

@media (min-width:992px) {
    .carer-stories {
        padding: 4rem 0;
    }
}

@media (min-width: 576px) {
    .carer-stories .card-columns {
        column-count: 2 !important;
    }
}

@supports (-ms-ime-align: auto) {
    .carer-stories {
        padding-bottom: 0;
    }
}

_:-ms-fullscreen, :root .carer-stories {
    padding-bottom: 0;
}

/* Modal Winter promo */
.winterPromo .title {
    line-height: 1.1;
}
.winterPromo .img-mobile {
    background-image: url(/img/promo-50-nanny.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    min-height: 200px;
}
.winterPromo .img-mobile.img-mobile-inner {
    min-height: 300px;
}
.winterPromo-bg .jumbotron {
        background-color: #F0F8FF;
        border-bottom: 1px solid #ccc;
        border-radius: 0;
}
@media (min-width: 576px) {
    .winterPromo-bg .jumbotron {
        padding: 4rem;
        }
}
@media (min-width: 768px) {
    .winterPromo-bg {
        background-image: url(/img/promo-50-nanny-bg.png);
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .winterPromo-bg .jumbotron {
        background-image: url(/img/promo-50-nanny-bg-inner.png);
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat;
    }
    .winterPromo .modal-lg {
        max-width: 680px;
    }
    .winterPromo .close {
        background-color: #f8f8f9;
        border: 1px solid rgba(0,0,0,.2);
        border-bottom: 0 none;
        border-radius: 4px 4px 0 0;
        font-size: 1rem;
        position: absolute;
        right: 20px;
        top: -38px;
        opacity: 1;
        text-shadow: none;
        z-index: 999;
        padding: 10px;
    }
}
@media (min-width: 992px) {
    .winterPromo .modal-lg {
        max-width: 870px;
    }
}
@media (min-width: 1200px) {
    .winterPromo .modal-lg {
        max-width: 1000px;
    }
}