﻿html, body {
    min-height: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    background: #fff;
}
body {
    position: relative;
    padding-bottom: 80px;
}
@media (min-width: 768px) {
    body { padding-bottom: 105px; }
}
footer {
    padding: 15px 0;
}
a {
    color: #9e56a2;
}
a:focus, a:hover {
    color: #ea9515;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}

.page--wrapper {
    margin-top: 160px;
}
@media only screen and (max-width: 992px) {
    .page--wrapper {
        margin-top: 145px;
    }
}
@media only screen and (max-width: 768px) {
    .page--wrapper {
        margin-top: 120px;
    }
}
.page--wrapper:after {
    content: "";
    display: block;
}
.spacing__btm {
    margin-bottom: 25px;
}

/* Custom Nav */

.navbar__top--blue {
    background-color: #025686;
    box-sizing: border-box;
    padding: 10px 0;
}
.user-welcome__logged-in, .user-welcome__logged-in a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.navbar-header_links {
    margin-top: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}

.active a {
    color: #025686 !important;
    border-bottom: 2px solid #025686;
}
.navbar-nav.nav>li>a {
    padding: 5px;
    margin: 10px;
}
.navbar-fixed-top.shrink .navbar-header_links {
    margin-top: 0;
}
.navbar-brand {
    height: auto;
    /* overrides bootstrap set hight */
    width: 190px;
    margin-top: 15px;
    padding: 0;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    .navbar-brand {
        /*width: 100px*/
    }
}
@media only screen and (max-width: 768px) {
    .navbar-default .navbar-collapse {
        background: #fff !important;
        border-bottom: none !important;
        box-shadow: none !important;
    }
    .navbar-header_links {
        margin-top: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .navbar-header_links {
        margin-top: 0;
        width: 100%;
        margin-left: -15px;
    }
    .navbar-toggle{
        margin-top: 25px;
    }
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
    border: none;
    border-radius: 0;
}
.shrink .navbar-toggle {
    margin-top: 8px;
}
.nav {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/* Procare Software Logo and Link */

.navbar__logo--secondary {
    color: #fff;
    display: inline-block;
    vertical-align: baseline;
    padding-right: 15px;
}
.navbar__logo--secondary img {
    opacity: 1;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.navbar__logo--secondary img:hover {
    opacity: .5;
}

/* Custom, iPhone Retina */

.navbar {
    margin-bottom: 0;
    height: 160px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 992px) {
    .navbar {
        height: 145px
    }
}
@media only screen and (max-width: 768px) {
    .navbar {
        height: 120px;
    }
    .nav__spacing--top {
        padding-top: 0;
    }
    .navbar-default .navbar-collapse {
        background: #f7f7f7;
        border-color: #f4a938;
        border-bottom: 1px solid #eee;
        box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.5);
    }
}
.navbar-brand>img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
}
@media only screen and (max-width: 768px) {
    .shrink .navbar-header {
        max-height: 95px;
    }
    .navbar-brand>img {
        width: 80%;
    }
    .navbar-nav.nav>li>a {
        margin: 6px;
    }
}
@media only screen and (max-width: 480px) {
    .user__logged-in {
        width: 125px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: bottom;
    }
}
/* Shrink header on scroll */
.navbar.shrink .navbar-brand img {
    width: 95px;
    margin-top: -10px;
}
.navbar.shrink {
    height: 90px;
}
/* Inner Content */
.content__s--full.s--grey {
    background-image: url(../Images/pattern-gray-no_lines.jpg);
}
.content_subhero-payment {
    background-image: url("../Images/subhero-payment.desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    padding: 100px 0 !important;
    margin-bottom: 0;
    box-shadow: inset 0px 0px 19px 0 rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 992px) {
    .content_subhero-payment {
        padding: 40px 0 !important;
        background-position: right;
        background-position-x: 70%;
    }
}
@media only screen and (max-width: 480px) {
    .content_subhero-payment .col-xs-12 {
        background: rgba(255, 255, 255, 0.8);
    }
}
.content_subhero-waitlist {
    color: #fff;
    padding: 50px 25px;
    background: #0b95c6;
}
.content_subhero-waitlist img {
    display: block;
    width: 200px;
    margin: auto;
    padding-bottom: 25px;
}
.content__s--full {
    margin: 25px 0;
    padding: 25px 0;
}
.section__header {
    font-size: 22px;
    line-height: 26px;
    margin: 15px 0;
    font-weight: normal;
    padding: 0 25px;
}
.section__subheader {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
    .section__header {
        font-size: 1.1em;
    }
}
.jumbotron {
    background-image: url("../Images/hero_myprocare.desktop.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: 100%;
    -moz-background-size: cover;
    background-size: 100%;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 0;
}
.jumbotron__header {
    font-size: 36px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
p.jumbotron__subheader {
    font-size: 28px;
}
.jumbotron__login--wrapper {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 40px;
    color: #025686;
    width: 85%;
    float: right;
    box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.65);
}
.jumbotron__login--wrapper label {
    margin-bottom: 10px;
    font-size: 14px;
}
.xs-font-size {
    font-size: 12px !important;
}
.faux-icon_question {
    background: #025686;
    color: #fff;
    padding: 0px 5px;
    border-radius: 20px;
    font-size: 10px;
    margin-right: 5px;
}
@media only screen and (max-width: 992px) {
    .jumbotron__login--wrapper {
        width: 100%;
        float: right;
    }
}
@media only screen and (max-width: 768px) {
    .jumbotron {
        background-image: url("../Images/hero_myprocare.mobile.jpg");
        background-position-x: right;
        background-position-y: bottom; /* NOSONAR */
        padding: 20px 0;
    }
    .jumbotron__header {
        font-size: 28px;
        line-height: 32px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    }
    .jumbotron__login--wrapper {
        width: 100%;
        float: right;
        padding: 20px;
    }
    .jumbotron__text--wrapper {
        padding-bottom: 25px;
        padding-top: 15px;
        background-color: #fff;
        color: #025686;
        text-align: center;
    }
}
.jumbotron__login--wrapper a.help-block {
    color: #ccc;
}
.banner__full h1 {
    margin: 0;
    padding: 16px 0;
    color: #fff;
    font-size: 30px;
}
.banner__full {
    background: #025686;
}
.banner__full.banner__sub {
    background: #fff;
    border-bottom: 1px solid #025686;
}
.banner__full.banner__sub h3 {
    color: #666;
    font-size: 20px;
}
@media only screen and (max-width: 768px) {
    .banner__full h1 {
        font-size: 24px;
    }
}
.content__inner--wrap {
    padding: 25px 0;
}
.anchor {
    position: absolute;
    top: -200px;
}
.blurb {
    display: block;
}
.blurb img {
    display: block;
    margin: auto;
    width: 50%;
}
/* Image Animation (Slide In) */
@-webkit-keyframes fadeLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes fadeLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@-o-keyframes fadeLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}
@keyframes fadeLeft {
    0% {
        opacity: 0;
        transform: translateX(-10%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.img__animation--slide {
    opacity: 0;
    max-width: 100%;
}
@media only screen and (max-width: 768px) {
    .img__animation--slide {
        display: block;
        margin: 25px auto;
    }
}
.img__animation--slide.img__slide-in--left {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -moz-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    -o-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
.already-visible {
    transform: translateY(0);
    animation: none;
}
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {}
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {}
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {}
.btn-custom.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    width: 300px;
    margin-top: 25px;
}

.privacy-policy {
    text-decoration: underline;
}