
/*
    Invite A Friend Style
*/

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

section.capabilities div.wrap {
    margin-top: 4em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
}

section.capabilities div.wrap div.list {
    width: 40%;
}

section.capabilities div.wrap div.list li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: top;
    margin-bottom: 2em;
}

section.capabilities div.wrap div.list li span.image {
    width: 53px;
    height: 53px;
}

section.capabilities div.wrap div.list li span.image img {
    display: block;
    width: 100%;
    height: auto;
}

section.capabilities div.wrap div.list li div {
    width: calc(100% - 53px);
    padding-left: 10px;
}

section.capabilities div.wrap div.list li div p {
    color: #292929;
    font-size: 18px;
}

figure {
    width: 19%;
    margin: 0em 1em;
}

section.testimonials {
    padding: 50px calc((100% - 1090px)/ 2);
    padding-bottom: 150px;
    background-color: #f7f7f9;
}

section.testimonials.careplus,
section.testimonials.magellanmembers {
    padding-bottom: 50px;
}

body.watch-coupon section.testimonials {
    padding-bottom: 50px;
}

section.testimonials {
    display: block;
    position: relative;
    overflow: hidden;
}

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;
    background-color: white;
    border: 2px solid rgb(236, 236, 236);
    border-radius: 8px;
}

section.testimonials div.wrapper div.testimonial > h3 {
    display: block;
    text-align: center;
    font-size: 36px;
    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;
    padding: 1.5em 6em;
}

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;
}

ul.slick-dots {
    margin: 0;
    padding: 10px 0;
    bottom: -50px !important;
    left: 50%;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
}

.slick-dots li button:before {
    font-size: 30px !important;
    display: none;
}

.slick-dots li {
    background-color: rgb(191, 191, 191);
    border-radius: 50%;
    width: 12px !important;
    height: 12px !important;
}

.slick-dots li.slick-active {
    background-color: rgb(50, 180, 166);
}

.slick-next,
.slick-prev {
    width: 30px !important;
    height: 30px !important;
    background-color: transparent !important;
    z-index: 100000 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    outline: 0 !important;
    z-index: 0 !important;
}

.slick-next {
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-reg.png") !important;
    width: 45px !important;
    height: 45px !important;
    right: -45px !important;
}

.slick-next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/next-hover.png");
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0;
}

.slick-prev {
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-reg.png") !important;
    width: 45px !important;
    height: 45px !important;
    left: -45px !important;
}

.slick-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("/wp-content/themes/angelsense/images/home-page/prev-hover.png");
    width: 100%;
    height: 100%;

    z-index: 0;
    opacity: 0;
}

.slick-prev:hover:after,
.slick-next:hover:after {
    opacity: 1;
}

.slick-next:before,
.slick-prev:before {
    display: none !important;
}

.slick-dots li.slick-active button:before {
    color: rgb(50, 180, 166) !important;
}

section.trackers {
    background-color: #f3f3f3;
    text-align: center;
    padding: 50px calc((100% - 900px)/ 2);
    padding-bottom: 70px;
}

section.trackers > h2 {
    margin-bottom: 1em;
    font-size: 42px;
    font-weight: 600;
    color: rgb(50, 180, 166);
    line-height: 1.4;
    position: relative;
    letter-spacing: -1px;
}

section.trackers div.wrap {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

section.trackers div.wrap div.tracker {
    background-color: white;
    border-radius: 20px;
    width: 350px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 8%);
    padding: 3em 2em;
    transition: all 0.5s;
    position: relative;
    min-height: 790px;
}

section.trackers div.wrap div.tracker.watch:before {
    content: "";
    background-image: url(/wp-content/themes/angelsense/images/home-page/New_Desktop.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 150px;
    height: 150px;
    position: absolute;
    left: -7px;
    top: -8px;
    display: none;
}

/*section.trackers div.wrap div.tracker:hover {
    flex-grow: 1;
}*/

/*section.trackers div.wrap div.tracker.watch:hover {
    margin-left: 35px;
}*/

/*section.trackers div.wrap div.tracker.gps:hover {
    margin-right: 35px;
}*/

section.trackers div.wrap div.tracker a > h3 {
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    color: #5f5f5f;
    margin-bottom: 1em;
}

section.trackers div.wrap div.tracker a > h3:after {
    content: "";
    display: block;
    margin: 0.5em 0em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 100%;
    height: calc(300px * (300/400));
    margin-left: auto;
    margin-right: auto;
    transition: all 0.5s;
}

section.trackers div.wrap div.tracker.gps a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/gps4.webp);
    position: relative;
    top: 0.5em;
}

/*section.trackers div.wrap div.tracker.gps:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/device-new2.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker.watch a > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/watch.webp);
    transform: translateY(20px) scale(1.05);
    position: relative;
    top: -8px;
}

/*section.trackers div.wrap div.tracker.watch:hover > h3:after {
    background-image: url(/wp-content/themes/angelsense/images/home-page/watch-pricing.webp);
    width: 400px;
}*/

section.trackers div.wrap div.tracker ul {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-top: -1.5em;
}

section.trackers div.wrap div.tracker ul li {
    color: #5f5f5f;
    padding: 0.3em 0em;
    position: relative;
    font-size: 18px;
    padding: 1em 1em;
    border-bottom: 1px solid #e6e6e6;
}

#actions {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2em;
}

#actions a {
    margin: 0.5em 0em;
    font-size: 20px;
    border: 1px solid white;
    transition: all 0.3s;
    text-align: center;
    display: block;
    padding: 0.5em 1.8em;
}

#actions a:hover {
    background-color: #FC654D;
}

#actions a.learn {
    color: #f34023;
    background-color: white;
    text-decoration: underline;
    font-size: 16px;
    text-transform: capitalize;
    margin-top: -0.5em;
}

section.trackers div.wrap div.tracker ul li:last-of-type {
    border-bottom: none;
}


section.about {
    padding: 50px calc((100% - 1090px)/ 2);
    padding-top: 0em;
}


section.about.careplus,
section.about.magellanmembers {
    padding: 50px calc((100% - 1090px)/ 2);
    background-image: url("/wp-content/themes/angelsense/images/checkout/magellan/Magellan_section2_desktop.webp");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: calc(100vw * (743/1920));
    min-height: 743px;
}

section.about.careplus article,
section.about.magellanmembers article {
    width: 50%;
    margin-left: auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.about.careplus article p,
section.about.magellanmembers article p {
    color: #292929;
    font-size: 18px;
    margin: 1em 0em;
    line-height: 26px;
}

section.about.careplus article p.cyan,
section.about.magellanmembers article p.cyan {
    margin-top: 3em;
    color: rgb(50, 180, 166);
    font-weight: 600;
}

section.about.careplus article ul li,
section.about.magellanmembers article ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    line-height: 24px;
    color: #292929;
    margin: 0.5em 0em;
}

section.about.careplus article ul li:before,
section.about.magellanmembers article ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #32b4a6;
    border-radius: 50%;
}

section.about a.action {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 315px;
    position: relative;
    top: -35px;
    background-color: #f34023;
    text-align: center;
}

section.about a.action:before {
    content: '';
    display: block;
    background-image: url("/wp-content/themes/angelsense/images/invite-lp/coupon_button.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    width: 321px;
    height: 132px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: auto;
}

body.candy section.about a.action:before {
    background-image: url("/wp-content/themes/angelsense/images/invite-lp/Coupon_Generic-M-Desk.png");
}

body.coupon-signup-long section.about a.action:before,
body.coupon-signup-long-elderly section.about a.action:before {
    background-image: url("/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_US.png");
}

body.coupon-signup-long.CA section.about a.action:before,
body.coupon-signup-long-elderly.CA section.about a.action:before {
    background-image: url("/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_CA.png");
}

body.coupon-signup-long.GB section.about a.action:before,
body.coupon-signup-long-elderly.GB section.about a.action:before {
    background-image: url("/wp-content/themes/angelsense/images/promotions/2021/Coupon20_over_Butt-img_Desk_UK.png");
}

body.watch-coupon section.about a.action:before {
    display: none;
}

section.about div.wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 2em;
}

section.about div.wrap div.image {
    width: 50%
}

section.about div.wrap .content {
    width: 45%;
}

section.about div.wrap .content ul {
    padding-bottom: 0.5em;
}

section.about div.wrap .content ul.activation {
    margin-top: 2em;
    margin-left: 1.6em;
    border-bottom: none;
}

section.about div.wrap .content ul li {
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #292929;
    margin: 0.5em 0em;
    padding-left: 25px;
}

section.about div.wrap .content ul.activation li {
    color: rgb(58, 190, 176);
}

section.about div.wrap .content ul.activation li.shipping:after {
    content: "";
    display: inline-block;
    vertical-align: bottom;
    margin-left: 0.5em;
    background-image: url(../images/dementia/shipping.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 28px;
    height: 19px;
}

section.about div.wrap .content ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(58, 190, 176);
}

section.title.careplus,
section.title.magellanmembers {
    margin-top: 2em;
}

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

    section.header_coupon p {
        font-size: 26px;
    }

    section.about,
    section.testimonials,
    section.capabilities,
    section.header_coupon {
        padding: 50px calc((100% - 950px)/ 2);
    }

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

    section.about div.wrap div.image {
        width: 50%;
    }

    section.about div.wrap .content {
        width: 40%;
    }

    a.save {
        width: 391px;
        padding-top: 200px;
    }
}

/* Portrait */
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    section.about,
    section.testimonials,
    section.capabilities,
    section.header_coupon {
        padding: 50px calc((100% - 750px)/ 2);
    }

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

    section.about div.wrap div.image {
        width: 50%;
    }

    section.about div.wrap .content {
        width: 40%;
    }
}