﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Main page promo styles
-------------------------------------------------- */

.has-pattern {
    background-image: url('../img/patterns/pattern-1.png');
    background-repeat: repeat;
    background-position: left top
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav ul {
    list-style-type: none;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: nowrap; /* assumes you only want one row */
}


/*.nav-tabs > li {
    width: 30%;
    float: none;
    display: inline-block;
    zoom: 1;
}

.nav-tabs {
    text-align: center;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 165px;
}

.footer {
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 15px; /* Vertically center the text there */
}


.features {
    padding: 80px 0
}

    .features .icon {
        position: relative;
        width: 90px;
        height: 90px;
        border: 3px solid #00008b;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: table;
        margin: 0 auto;
        -webkit-transition: -webkit-transform ease-out 0.2s, background 0.3s;
        -moz-transition: -moz-transform ease-out 0.2s, background 0.3s;
        transition: transform ease-out 0.2s, background 0.3s
    }

        .features .icon .icon-inner {
            display: table-cell;
            text-align: center;
            vertical-align: middle
        }

        .features .icon:hover {
            background: #00008b;
            color: #fff
        }

            .features .icon:hover .svg-inline--fa {
                color: #fff;
                -webkit-transform: scale(.93);
                -moz-transform: scale(.93);
                -ms-transform: scale(.93);
                -o-transform: scale(.93)
            }

            .features .icon:hover .pe-icon {
                color: #fff;
                -webkit-transform: scale(.93);
                -moz-transform: scale(.93);
                -ms-transform: scale(.93);
                -o-transform: scale(.93)
            }

        .features .icon .svg-inline--fa {
            color: #00008b;
            font-size: 46px;
            margin-top: 18px
        }

        .features .icon .pe-icon {
            color: #00008b;
            font-size: 48px;
            display: table-cell;
            text-align: center;
            vertical-align: middle
        }

    .features .content {
        padding: 30px
    }

        .features .content .title {
            color: #00008b;
            font-size: 18px;
            margin-top: 0
        }

        .features .content p {
            font-weight: 300
        }

    .features .feature-row-last {
        margin-top: 30px
    }

    .features .btn-link {
        color: #00008b
    }

        .features .btn-link:hover {
            color: #3fa07a
        }


.modal {
    z-index: 10050
}

.modal .modal-header {
    border-bottom: none;
    padding-bottom: 30px;
    justify-content: center !important
}

    .modal .modal-title {
        color: #00008b;
        font-size: 1.3rem
    }

.modal .modal-body {
    padding: 30px;
    padding-top: 0
}

.modal .modal-footer {
    border-top-color: #efefef
}

.modal .figure {
    text-align: center;
    margin-bottom: 30px
}

.modal .figure img {
    margin: 0 auto
}

.modal .figure .caption {
    color: #999;
    font-style: italic;
    padding: 10px
}

.modal .content ul {
    margin-left: 30px
}

    .modal .content ul .svg-inline--fa {
        margin-right: 5px;
        color: #00008b
    }

.modal .quote {
    margin: 15px 0;
    border-left: 4px solid #9fd9c2;
    padding-left: 15px
}

.modal .quote p {
    font-size: 0.9rem;
    color: #777;
    line-height: 1.5;
    font-style: italic
}

    .modal .quote .svg-inline--fa {
        color: #00008b;
        margin-right: 10px
    }

.modal .quote .people {
    margin-top: 10px;
    font-size: 13px;
    color: #444;
    font-style: normal
}

    .modal .quote .people .name {
        color: #00008b
    }

.modal .close {
    position: absolute;
    right: 15px;
    top: 12px;
    z-index: 10;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    opacity: .4
}

.modal .close:hover {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6
}

.mobile_platform {
    margin: 0 0 20px;
}

.carousel {
    /*background: #2f4357;*/
    margin-top: 20px;
}

.carousel-item {
    text-align: center;
    min-height: 280px;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(1);
}

.carousel-caption {
    position: relative;
    left: 0;
    top: 0;
}

.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: white;
}

.carousel-indicators .active {
    width: 20px;
    height: 20px;
    margin: 10px;
    background-color: darkblue;
}

.bs-example {
    margin: 20px;
}

.health-manager-image {
    border-radius: 20px;
    height: 200px;
    width: 200px;
    background-color: white;
    padding: 0;
    margin: 0;
}

.health-manager-small-image {
    height: 60px;
    width: 60px;
    padding: 0;
    margin: 0;
}

/*@media only screen and (max-width: 576px) {
    .carousel-caption {
        h5 {
            font-size: 1rem;
        }
    }
}*/




/* Test area styles
-------------------------------------------------- */

.promo {
    background-color: #286da8;
    color: #fff
}

    .promo .container {
        padding-bottom: 15px
    }

    .promo .overview {
        margin-top: 60px;
        padding-left: 30px;
        padding-right: 30px
    }

        .promo .overview h2 {
            font-size: 30px;
            margin-bottom: 35px;
            text-shadow: 0 1px 1px rgba(0,0,0,0.3)
        }

        .promo .overview .summary {
            margin-bottom: 60px;
            margin-left: 70px
        }

            .promo .overview .summary li {
                margin-bottom: 15px;
                list-style: none;
                font-size: 20px;
                font-weight: 300;
                padding-left: 30px;
                background: url("../img/application/bullet.svg") no-repeat left center
            }

        .promo .overview .download-area {
            position: center
        }

/*.promo .overview .download-area {
            display: inline-block
        }

            .promo .overview .download-area ul {
                margin-left: 40px
            }

            .promo .overview .download-area li {
                padding: 0;
                margin-bottom: 15px
            }

                .promo .overview .download-area li a {
                    background-color: #317b5e;
                    background-repeat: no-repeat;
                    background-position: left top;
                    -webkit-border-radius: 4px;
                    -moz-border-radius: 4px;
                    -ms-border-radius: 4px;
                    -o-border-radius: 4px;
                    border-radius: 4px;
                    -moz-background-clip: padding;
                    -webkit-background-clip: padding-box;
                    background-clip: padding-box;
                    display: block;
                    width: 200px;
                    height: 60px;
                    text-indent: -9999px;
                    margin-right: 30px
                }

                    .promo .overview .download-area li a:hover {
                        background-color: #225742
                    }

                .promo .overview .download-area li.ios-btn a {
                    background-image: url("../images/buttons/btn-app-store.png")
                }

                .promo .overview .download-area li.android-btn a {
                    background-image: url("../images/buttons/btn-google-play.png")
                }*/
        /*.promo .overview .note {
            position: relative;
            color: #317b5e
        }

            .promo .overview .note p {
                padding-top: 15px
            }

            .promo .overview .note .left-arrow {
                position: absolute;
                left: 60px;
                bottom: 15px;
                display: inline-block;
                background: url("../images/arrows/up-arrow-left.png") no-repeat left top;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
                width: 63px;
                height: 69px;
                -webkit-opacity: .5;
                -moz-opacity: .5;
                opacity: .5
            }

            .promo .overview .note .right-arrow {
                position: absolute;
                right: 60px;
                bottom: 15px;
                display: inline-block;
                background: url("../images/arrows/up-arrow-right.png") no-repeat right top;
                -webkit-background-size: contain;
                -moz-background-size: contain;
                -o-background-size: contain;
                background-size: contain;
                width: 63px;
                height: 58px;
                -webkit-opacity: .5;
                -moz-opacity: .5;
                opacity: .5
            }*/

/*.promo-landscape {
    padding-bottom: 60px
}

    .promo-landscape .flex-control-paging li a {
        background: rgba(255,255,255,0.5);
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

        .promo-landscape .flex-control-paging li a.flex-active {
            background: rgba(0,0,0,0.3)
        }

    .promo-landscape .overview h2 {
        margin-bottom: 0
    }

    .promo-landscape .overview .summary {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 60px;
        padding-left: 0
    }

        .promo-landscape .overview .summary li {
            text-align: left;
            background-image: none;
            padding-left: 0
        }

            .promo-landscape .overview .summary li .svg-inline--fa {
                color: rgba(0,0,0,0.2);
                margin-right: 5px
            }

    .promo-landscape .overview .download-area {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        display: block
    }

    .promo-landscape .overview .btn-group {
        margin-left: 0
    }

        .promo-landscape .overview .btn-group li:last-child a {
            margin-right: 0
        }

    .promo-landscape .phone {
        padding-top: 45px
    }

    .promo-landscape .iphone {
        position: relative;
        margin-bottom: 60px
    }

        .promo-landscape .iphone .iphone-holder {
            position: relative;
            width: 570px;
            height: 275px;
            background-repeat: no-repeat;
            background-position: center top
        }

        .promo-landscape .iphone.iphone-black .iphone-holder {
            background-image: url("../images/iphone/iphone-black-landscape.png")
        }

        .promo-landscape .iphone.iphone-white .iphone-holder {
            background-image: url("../images/iphone/iphone-white.png")
        }

        .promo-landscape .iphone .iphone-holder-inner {
            position: absolute;
            width: 394px;
            height: 222px;
            top: 23px;
            left: 90px
        }

        .promo-landscape .iphone .flexslider .flex-control-nav {
            bottom: -60px
        }

        .promo-landscape .iphone:before {
            content: "";
            display: block;
            width: 100%;
            height: 500px;
            background: url("../images/glow.png") no-repeat center top;
            top: -60px;
            left: 0;
            position: absolute
        }

    .promo-landscape .android {
        position: relative;
        margin-bottom: 60px
    }

        .promo-landscape .android .android-holder {
            position: relative;
            width: 570px;
            height: 290px;
            background-image: url("../images/android/android-black-landscape.png");
            background-repeat: no-repeat;
            background-position: center top
        }

        .promo-landscape .android .android-holder-inner {
            position: absolute;
            width: 451px;
            height: 254px;
            left: 66px;
            top: 15px
        }

        .promo-landscape .android .flexslider .flex-control-nav {
            bottom: -60px
        }

        .promo-landscape .android:before {
            content: "";
            display: block;
            width: 100%;
            height: 500px;
            background: url("../images/glow.png") no-repeat center top;
            top: -60px;
            left: 0;
            position: absolute
        }*/

@media (max-width: 767px) {
    .navbar-toggle {
        margin-right: 0
    }

    .header h1.logo {
        float: none !important
    }

    .header .main-nav {
        padding: 0
    }

    .header .navbar-nav {
        padding-top: 15px
    }

    .header .main-nav .nav .nav-item a {
        display: block
    }

    .promo .overview .download-area li {
        margin-right: 0
    }

    .promo .overview .summary li {
        font-size: 18px
    }

    .promo .overview .note .left-arrow {
        left: 0
    }

    .promo .overview .note .right-arrow {
        right: 0
    }

    .promo .overview .summary {
        margin-left: 0
    }

    .promo .overview {
        text-align: center
    }

        .promo .overview .summary {
            margin-left: 0
        }

            .promo .overview .summary li {
                text-align: left
            }

        .promo .overview .download-area {
            margin: 0 auto
        }

    .promo .phone {
        text-align: center
    }

        .promo .phone .phone-holder {
            margin: 0 auto;
            width: auto
        }

    .promo .ipad {
        text-align: center
    }

        .promo .ipad .ipad-holder {
            margin: 0 auto
        }

    .promo .iphone .iphone-holder {
        width: 260px;
        height: 488px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-bottom: 30px
    }

    .promo .iphone .iphone-holder-inner {
        width: 181px;
        height: auto;
        left: 41px;
        top: 83px
    }

    .promo .iphone.iphone-x .iphone-holder .iphone-holder-inner {
        width: 189px;
        height: 407px;
        left: 36px;
        top: 35px
    }

    .promo .iphone .flexslider .flex-control-nav {
        bottom: -43px
    }

    .promo .android .android-holder {
        width: 260px;
        height: 488px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        margin-bottom: 30px
    }

    .promo .android .android-holder-inner {
        width: 207px;
        height: auto;
        left: 28px;
        top: 58px
    }

    .promo .android .flexslider .flex-control-nav {
        bottom: -33px
    }

    .promo .ipad .ipad-holder {
        width: 260px;
        height: 420px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .promo .ipad .ipad-holder-inner {
        width: 199px;
        height: auto;
        left: 31px;
        top: 50px
    }

    .promo .ipad .flexslider .flex-control-nav {
        bottom: -33px
    }

    .promo .overview .note .left-arrow {
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -o-background-size: 30px auto;
        background-size: 30px auto
    }

    .promo .overview .note .right-arrow {
        -webkit-background-size: 30px auto;
        -moz-background-size: 30px auto;
        -o-background-size: 30px auto;
        background-size: 30px auto
    }

    .promo-landscape .iphone .iphone-holder {
        width: 260px;
        height: 125px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .promo-landscape .iphone .iphone-holder-inner {
        width: 180px;
        height: 394px;
        left: 41px;
        top: 10px
    }

    .promo-landscape .iphone:before {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .promo-landscape .android .android-holder {
        width: 260px;
        height: 132px;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .promo-landscape .android .android-holder-inner {
        width: 207px;
        height: 117px;
        left: 29px;
        top: 6px
    }

    .promo-landscape .android .flexslider .flex-control-nav {
        bottom: -45px
    }

    .promo-landscape .android:before {
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .promo .overview .btn-group li {
        display: block
    }

    .promo-landscape .overview .btn-group li a {
        margin-right: 0
    }

    .promo-landscape .overview .summary {
        margin-left: auto
    }

        .promo-landscape .overview .summary li {
            text-align: center
        }
}

@media (min-width: 768px) {
    .promo .overview {
        text-align: center
    }

        .promo .overview .summary {
            margin-left: 60px
        }

            .promo .overview .summary li {
                text-align: left
            }

        .promo .overview .download-area {
            margin: 0 auto
        }

    .promo .phone {
        text-align: center
    }

        .promo .phone .phone-holder {
            margin: 0 auto
        }

    .promo .ipad {
        text-align: center
    }

        .promo .ipad .ipad-holder {
            margin: 0 auto
        }

    .header .main-nav .nav .nav-item a {
        padding: 15px 10px
    }

    .promo-landscape .overview .summary {
        margin-left: auto
    }

        .promo-landscape .overview .summary li {
            text-align: center
        }
}

@media (min-width: 992px) {
    .promo .overview {
        text-align: left
    }

        .promo .overview .summary {
            margin-left: 0
        }

            .promo .overview .summary li {
                text-align: left
            }

    .promo .phone {
        text-align: left
    }

    .promo .ipad {
        text-align: left
    }

    .header .main-nav .nav .nav-item a {
        padding: 15px 20px
    }

    .modal-lg {
        width: 780px
    }

    .promo-landscape .overview {
        text-align: center
    }

        .promo-landscape .overview .summary {
            margin-left: auto
        }

            .promo-landscape .overview .summary li {
                text-align: center
            }
}

