
section#features > h3 br {
    display: none;
}

section#features .gallery_slider {
    display: block;
    margin-top: 50px;
}

section#features .gallery_slider div.wrap {
    display: block;
}

section#features .gallery_slider div.wrap article,
section#features .gallery_slider div.wrap span.image {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

section#features .gallery_slider div.wrap article {
    width: calc(100% - 495px);
}

section#features .gallery_slider div.wrap span.image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 490px;
    height: 443px;
}

section#features .gallery_slider div.wrap article {
    padding: 0em 1em;
}

.wistia_responsive_padding {
    position: absolute !important;
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

section#features .gallery_slider div.wrap article span.icon {
    display: block;
    width: 70px;
}

section#features .gallery_slider div.wrap article span.icon img {
    display: block;
}

section#features .gallery_slider div.wrap article span.icon img.big {
    width: 50px;
}

section#features .gallery_slider div.wrap article h3 span,
section#features .gallery_slider div.wrap article h3 {
    margin-top: 0.5em;
    margin-bottom: 0.8em;
    color: #32b4a6;
    font-size: 30px !important;
}
section#features .gallery_slider div.wrap article h3:after {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background-color: #32b4a6;
    margin-top: 0.5em;
}

section#features .gallery_slider div.wrap article p,
section#features .gallery_slider div.wrap article span {
    font-size: 18px;
    color: #292929;
    font-weight: 400 !important;
    position: relative;
}

section#features .gallery_slider div.wrap article strong {
    display: block;
    font-weight: 700;
    color: #32b4a6;
    margin-top: 0.8em;
}

div.school {
    padding: 50px calc((100% - 1200px)/ 2);
    background-color: rgb(50, 180, 166);
}

div.school h2 {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 1.4;
    margin-bottom: 15px;
}

div.school h2 br {
    display: none;
}

div.school img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

div.school ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

div.school ul:before {
    content: '';
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/Features_img-Transition-min.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 1376px;
    height: 259px;
    margin-bottom: 1.5em;
}

div.school.home ul:before {
    background-image: url("/wp-content/themes/angelsense/images/back-to-school/Features_img-Dec2020.png");
}

div.school ul li {
    width: 30%;
}

div.school ul li h3 {
    color: rgb(255, 255, 255);
    font-size: 28px;
    font-weight: 600;
}

div.school ul li p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-weight: 300;
    position: relative;
    padding-left: 30px;
    min-height: 110px;
}

div.school ul li p strong {
    display: block;
    font-size: 1.3rem;
    white-space: nowrap;
    text-transform: capitalize;
}

div.school > p {
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 1.3;
    font-weight: 400;
    position: relative;
    margin-top: 1em;
}

section#video {
    padding: 50px calc((100% - 1200px)/ 2);
}

section#video article {
    background-color: #32b4a6;
    margin-top: 2em;
    padding: 1.5em 0em
}

section#video article div {
    display: block;
    box-sizing: border-box;
    color: white;
    text-align: center;
    position: relative;
}

section#video article div:before {
    content: '';
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5em;
    background-image: url(/wp-content/themes/angelsense/images/dementia-gps/quote.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 60px;
    height: 60px;
}

section#video article div h3 {
    font-size: 28px;
    font-weight: 700;
}

section#video article div p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-style: italic;
}

section#video article div span.name {
    display: block;
    font-weight: 600;
    margin-top: 0.2em;
}

section#video ul.material {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 50px;
    padding: 0em 80px;
}

section#video ul.material li span.image {
    display: block;
    min-height: 65px;
}

section#video ul.material li img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
}

section#video ul.material li h3 {
    color: #32b4a6;
    font-weight: 700;
}

section#video div.container {
    display: block;
    margin-top: 50px;
    position: relative;
}

section#video div.video.container:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(/wp-content/themes/angelsense/images/b2b/play.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 100px;
    height: 100px;
    z-index: 0;
}

section.testimonials {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 50px calc((100% - 1090px)/ 2);
    background-color: #f4f9fc;
}

section.testimonials div.action {
    display: block;
}

section.testimonials div.action {
    top: 0px;
}

section.testimonials h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

section.testimonials div.wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0em;
    margin-bottom: 6em;
    position: relative;
}

section.testimonials div.wrapper div.testimonial {
    border-radius: 8px;
    margin: 0em;
    padding: 1em 0.5em;
    min-height: 250px;
}

section.testimonials div.wrapper div.testimonial > h3 {
    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.2;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 1em;
}

section.testimonials div.wrapper div.testimonial div.content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 2px solid rgb(236, 236, 236);
    padding: 1.5em;
    background-color: white;
}

section.testimonials div.wrapper div.testimonial div.content div.image {
    width: 175px;
}

section.testimonials div.wrapper div.testimonial div.content div.text {
    width: 100%;
    padding: 0em 1em;
}

section.testimonials div.wrapper div.testimonial div.content div.text p {
    font-size: 20px;
    color: #0f0f0f;
    line-height: 1.3;
    font-weight: 300;
    display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p:first-of-type:after {
    content: '"...';
    display: inline-block;
    vertical-align: bottom;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show:first-of-type:after,
section.testimonials div.wrapper div.testimonial div.content div.text p:nth-of-type(2) {
    display: none;
}

section.testimonials div.wrapper div.testimonial div.content div.text p.show {
    display: inline;
}

section.testimonials div.wrapper div.testimonial div.content div.text p a {
    color: #848484;
    text-decoration: underline;
    display: inline-block;
    outline: 0;
}

section.testimonials div.wrapper div.testimonial div.content div.text span.name {
    font-style: italic;
    font-size: 16px;
    color: rgb(15, 15, 15);
    line-height: 1.3;
    font-weight: 700;
    margin-top: 1em;
    display: block;
}

section.testimonials .slick-initialized .slick-slide {
    margin: 0em 100px !important;
}

section.testimonials .slick-next,
section.testimonials .slick-prev {
    top: 150px !important;
}

div.award {
    background-color: #32b4a6;
    padding: 50px calc((100% - 750px)/ 2);
    color: white;
}

div.award article {
    position: relative;
    padding-left: 170px;
}

div.award article:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(/wp-content/themes/angelsense/images/wearing/MCA_Logo_Gold.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 140px;
    height: 189px;
}

div.award h3 {
    font-size: 20px;
    font-weight: 600;
}

div.call {
    background-color: #32b4a6;
    padding: 50px calc((100% - 750px)/ 2);
    color: white;
}

div.call div {
    display: inline-block;
    vertical-align: middle;
}

div.call div h3 {
    font-size: 22px;
    font-weight: 600;
}

div.call div h3 p {
    margin-top: 0.5em;
}

div.call a.tel span {
    display: inline-block;
    vertical-align: middle;
    color: #32b4a6;
    background-color: white;
    padding: 0.3em 1em;
    border-radius: 5px;
    margin-left: 50px;
    font-weight: 700;
    font-size: 20px;
}

div.call a.tel span:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/dementia-gps/call.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
    position: relative;
    top: -2px;
    margin: 0em 0.3em;
}

section#agegroup {
    padding: 50px calc((100% - 1300px)/ 2);
    padding-bottom: 80px;
}

section#agegroup ul.group {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
}

section#agegroup ul.group li {
    width: 25%;
    padding: 0em 1em;
}

section#agegroup ul.group li span.image {
    display: block;
    width: 100%;
    height: 237px;
    position: relative;
}

section#agegroup ul.group li span.image img {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0%;
}

section#agegroup ul.group li h3 {
    font-size: 20px;
    font-weight: 600;
    color: #32b4a6;
    margin-bottom: 0.5em;
}

section#agegroup ul.group li p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #292929;
}

section#agegroup ul.group li p strong {
    font-weight: 700;
}

section#timeline {
    display: block;
    padding: 50px 0px 0px 0px;
    background-image: url(/wp-content/themes/angelsense/images/wearing/timelinbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}

section#timeline div.timeline {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 50px calc((100% - 800px)/ 2);
    position: relative;
}

section#timeline div.timeline.home {
    height: calc(100vw * (569/1920));
    min-height: 569px;
}

section#timeline div.timeline.bus {
    height: calc(100vw * (496/1920));
    min-height: 496px;
}

section#timeline div.timeline.arrival {
    height: calc(100vw * (465/1920));
    min-height: 465px;
}

section#timeline div.timeline.school {
    height: calc(100vw * (483/1920));
    min-height: 483px;
}

section#timeline div.timeline.leave {
    height: calc(100vw * (554/1920));
    min-height: 554px;
}

section#timeline div.timeline.bus2 {
    height: calc(100vw * (532/1920));
    min-height: 532px;
}

section#timeline div.timeline.home2 {
    height: calc(100vw * (611/1920));
    min-height: 611px;
}

section#timeline div.timeline.park {
    height: calc(100vw * (431/1920));
    min-height: 431px;
}


section#timeline div.timeline div.content {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin-left: auto;
}

section#timeline div.timeline:nth-of-type(odd) div.content {
    margin-right: auto;
    margin-left: 0;
}

section#timeline div.timeline:nth-of-type(even):before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

section#timeline div.timeline.bus2:before,
section#timeline div.timeline.bus:before {
    background-image: url("/wp-content/themes/angelsense/images/wearing/2-bus.gif");
    width: 550px;
    height: 676px;
}

section#timeline div.timeline.bus2:before {
    background-image: url("/wp-content/themes/angelsense/images/wearing/back-home.gif");
    top: 53%;
}

section#timeline div.timeline.school:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/school2.gif);
    width: 450px;
    height: 450px;
    top: 57%;
    right: 55%;
}

section#timeline div.timeline.park:before {
    background-image: url(/wp-content/themes/angelsense/images/wearing/park2.gif);
    width: 703px;
    height: 493px;
    top: 45%;
    right: 55%;
}

section#timeline div.content img {
    display: block;
    width: 60px;
}

section#timeline div.content h4 {
    font-size: 28px;
    font-weight: 900;
    color: #32b4a6;
    margin-bottom: 0.2em;
    margin-top: 0.2em;
}

section#timeline div.content p,
section#timeline div.content span {
    font-size: 28px;
    color: #292929;
    font-weight: 300 !important;
}

section#timeline div.action {
    display: block;
    padding: 2em;
}

section.logos,
section.support {
    padding: 50px calc((100% - 1200px)/ 2);
}

section.support {
    background-color: #f4f9fc;
}

section.support h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
}

section.support > p {
    display: block;
    text-align: center;
    margin: 1em auto;
    font-size: 20px;
    color: #292929;
    line-height: 1.3;
    font-weight: 300;
    width: 90%;
}

section.support div.tel {
    margin: 1em 0em;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: rgb(50, 180, 166);
}

section.support div.tel a {
    font-weight: 700;
    color: rgb(50, 180, 166);
    position: relative;
}

section.support div.tel a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background-image: url("/wp-content/themes/angelsense/images/home-page/phn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 27px;
    height: 30px;
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    margin-top: -1px;
}

section.support > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.support > ul > li {
    margin: 1em 0em;
    text-align: center;
    width: 18%;
}

section.support ul li img {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

section.support ul li h3 {
    display: block;
    text-align: center;
    color: rgb(41, 41, 41);
    font-style: italic;
    font-size: 1.1rem;
}

section.support ul li p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.9rem;
    text-align: center;
}


section.risk {
    padding: 50px calc((100% - 800px)/ 2);
    text-align: center;
    background-image: url("/wp-content/themes/angelsense/images/wearing/risk2.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(100vw * (517/1920));
    min-height: 517px;
}

section.risk h2 {
    display: block;
    font-size: 40px;
    font-weight: 600;
    color: #32b4a6;
    line-height: 1.2;
    text-align: center;
    position: relative;
}

section.risk h2:after {
    content: '';
    display: block;
    margin: 0.5em auto auto;
    width: 134px;
    height: 134px;
    background-image: url("/wp-content/themes/angelsense/images/home-page/stamp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

section.risk p {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    color: #292929;
    line-height: 1.3;
    font-weight: 300;
    width: 450px;
}

section.risk div.action {
    top: 0;
}

article.information {
    background-image: none;
    background-color: #32b4a6;
    text-align: center;
    color: white;
    padding: 3em calc((100% - 900px)/ 2);
}

/*Tablet Version Landscape*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1367px) and (orientation: landscape){

    section.header div.title div.pcmag {
        display: none;
    }

    section.header {
        padding: 100px calc((100% - 950px)/ 2);
        min-height: 420px;
    }

    section.header div.title h1 {
        font-size: 36px;
    }

    section#wearing > h3,
    section.header div.title > h2,
    section.header div.title > p {
        font-size: 20px;
    }

    section.logos,
    section.support,
    section#agegroup,
    section#wearing,
    section#video,
    section#features {
        padding: 50px calc((100% - 950px)/ 2);
    }

    div.school ul:before {
        height: 230px;
    }

    div.school ul li p strong {
        font-size: 20px;
    }

    div.school ul li p {
        font-size: 18px;
    }

    section#video article {
        background-color: #32b4a6;
        margin-top: 2em;
        padding: 0em 30px 0em 80px;
    }

    section#about div.quote p {
        font-size: 18px;
    }

    section.testimonials {
        padding: 50px calc((100% - 850px)/ 2);
    }

    section.testimonials div.wrapper {
        margin-bottom: 2em;
    }

    section.testimonials div.wrapper div.testimonial > h3 {
        font-size: 34px;
    }

    .slick-initialized .slick-slide {
        margin: 0em 100px !important;
    }

    section#timeline {
        padding: 15px 0px 0px 0px;
    }

    section#timeline > h3 {
        font-size: 20px;
    }

    section#timeline div.timeline.home {
        min-height: 465px;
    }

    section#timeline div.timeline.bus {
        min-height: 400px;
    }

    section#timeline div.timeline.bus2:before,
    section#timeline div.timeline.bus:before {
        width: 457px;
    }

    section#timeline div.timeline.school:before {
        width: 360px;
    }

    section#timeline div.timeline.park:before {
        width: 480px;
    }

    section#timeline div.timeline.arrival {
        min-height: 375px;
    }

    section#timeline div.timeline.school {
        min-height: 400px;
    }

    section#timeline div.timeline.leave {
        min-height: 450px;
    }

    section#timeline div.timeline.bus2 {
        min-height: 437px;
    }

    section#timeline div.timeline.home2 {
        min-height: 495px;
    }

    section#timeline div.timeline.park {
        min-height: 360px;
    }

    section.risk {
        min-height: 450px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    a.action {
        font-size: 20px;
    }
    section.header {
        min-height: 390px;
        padding: 100px calc((100% - 750px)/ 2);
    }

    section.header div.title div.pcmag {
        display: none;
    }

    section.header div.title h1 {
        font-size: 26px;
    }

    section#timeline > h3,
    section#features > h3,
    section#wearing > h3,
    section.header div.title > h2,
    section.header div.title > p {
        font-size: 18px;
    }

    section.risk h2,
    section.support h2,
    div.school h2,
    section#timeline h2,
    section#agegroup h2,
    section#wearing > h2,
    section#video > h2,
    section#features > h2 {
        font-size: 26px;
    }

    div.school ul:before {
        height: 175px;
    }

    div.school ul li p strong {
        font-size: 20px;
        white-space: normal;
    }

    div.school ul li p {
        font-size: 18px;
    }

    div.school > p {
        font-size: 14px;
    }

    section#features .gallery_slider div.wrap span.image {
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        width: 400px;
        height: 376px;
    }

    section#features .gallery_slider div.wrap article {
        width: calc(100% - 410px);
    }

    section#features .gallery_slider div.wrap article h3 span,
    section#features .gallery_slider div.wrap article h3 {
        font-size: 22px !important;
    }

    section#video {
        padding: 50px calc((100% - 750px)/ 2);
    }

    section#video article {
        padding: 0em 10px 0em 70px;
    }

    section#video article div h3 {
        font-size: 20px;
    }

    section#video ul.material {
        padding: 0em 10px;
    }

    section.testimonials {
        padding: 50px calc((100% - 550px)/ 2);
    }

    section.testimonials div.wrapper {
        margin-bottom: 2em;
    }

    section.testimonials div.wrapper div.testimonial > h3 {
        font-size: 34px;
    }

    section.testimonials .slick-initialized .slick-slide {
        margin: 0em 50px !important;
    }

    section#agegroup ul.group {
        flex-wrap: wrap;
    }

    section#agegroup ul.group li {
        width: 50%;
    }

    section#timeline div.timeline.home {
        height: calc(100vw * (569/1920));
        min-height: 265px;
    }

    section#timeline div.timeline.bus {
        height: calc(100vw * (496/1920));
        min-height: 310px;
    }

    section#timeline div.timeline.bus2:before, section#timeline div.timeline.bus:before {
        width: 338px;
    }

    section#timeline div.timeline.arrival {
        height: calc(100vw * (465/1920));
        min-height: 291px;
    }

    section#timeline div.timeline.school {
        height: calc(100vw * (483/1920));
        min-height: 310px;
    }

    section#timeline div.timeline.school:before {
        width: 274px;
    }

    section#timeline div.timeline.leave {
        height: calc(100vw * (554/1920));
        min-height: 284px;
    }

    section#timeline div.timeline.bus2 {
        height: calc(100vw * (532/1920));
        min-height: 315px;
    }

    section#timeline div.timeline.home2 {
        height: calc(100vw * (611/1920));
        min-height: 325px;
    }

    section#timeline div.timeline.park {
        height: calc(100vw * (431/1920));
        min-height: 280px;
    }

    section#timeline div.timeline.park:before {
        width: 447px;
    }

    section#timeline div.timeline:nth-of-type(odd) div.content {
        margin-left: 150px;
    }

    section#timeline div.content p, section#timeline div.content span {
        font-size: 22px;
    }

    section.risk {
        min-height: 380px;
    }
}