﻿.ChannelLeftSpacerClass {
    padding-left: 50px !important;
}

.ChannelRightSpacerClass {
    padding-right: 50px;
}

.OuterDiv_Class {
    float: left;
    width: 500px;
}

.InnerParentDiv_Class {
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.FieldDiv_FullWidth_class {
    float: left;
    max-width: 440px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.FieldDiv_class {
    float: left;
    width: 220px;
    margin-bottom: 10px;
    margin-right: 20px;
}

.Label_class {
    font-size: 13px;
}

.input_class {
    width: 200px;
    line-height: 30px;
    height: 30px;
    font-size: 15px;
    border: solid 1px #c2c2c2;
    color: #484848;
    padding-left: 7px;
    font-family: Open Sans;
    font-weight: 300;
}

.Select_class {
    width: 200px;
    line-height: 34px;
    height: 34px;
    font-size: 15px;
    border: solid 1px #c2c2c2;
    color: #484848;
    padding-left: 7px;
    font-family: Open Sans;
    font-weight: 300;
}

/*------------------------------------------------------ Global ----------------------------------------------------- */
/*------------------------------------------------------ Menu ----------------------------------------------------- */


/*------------------------------------------------------ Parsley Form Validation ----------------------------------------------------- */
input.parsley-success, select.parsley-success, textarea.parsley-success {
}

input.parsley-error, select.parsley-error, textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #d9d9d9;
}

.parsley-errors-list {
    margin: 2px 0 0px 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
    line-height: 12px;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

    .parsley-errors-list.filled {
        opacity: 1;
    }

    .parsley-errors-list li {
        margin-left: 0px !important;
        padding-bottom: 0px !important;
    }

.ReasonsForChoosingCareCapDiv {
    position: relative;
    float: left;
}

.ReasonsForChoosingCareCapParentDiv {
    width: 320px;
    top: 49px;
    position: absolute;
    border: solid 1px #c2c2c2;
    background-color: white;
    z-index: 100;
}

    .ReasonsForChoosingCareCapParentDiv span {
        padding-left: 10px;
    }

.AddPaymentMethodParentDivClass {
    position: relative;
    height: 100%;
}

.SeeAllMembershipPlansClass {
    float: right;
}

@media (max-width: 870px) {

    .SeeAllMembershipPlansClass {
        float: left;
    }
}

@media (max-width: 600px) {

    .ChannelLeftSpacerClass {
        padding-left: 30px;
    }

    .ChannelRightSpacerClass {
        padding-right: 30px;
    }

    .DrawerClassResponsive {
        padding-left: 0px;
        padding-right: 0px;
    }
}



.PlansButton {
    padding: 0px 20px;
    line-height: 40px;
    height: 40px;
    font-family: Nunito;
    color: #000000;
    border: 1px solid #000000;
    display: inline-block;
    margin-bottom: 30px;
}

    .PlansButton a {
        color: black !important;
    }
    .PlansButton:hover a {
        color: white !important;
        text-decoration: none;
    }

.PlansButton:hover {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}


.GetStartedMessage {
    font-family: Verdana;
    font-size: 16px;
    font-weight:400;
}


.GetStartedHeader h1 p {
    font-size: 70px;
    font-weight: bold;
    margin: 0;
    font-family: Verdana;
    line-height: 60px;
    color: rgba(0,0,0,.7);
}

.GetStartedHeader p:nth-child(2) {
    margin-left: 30px;
}

.GetStartedHeader p:nth-child(3) {
    margin-left: 60px;
}

.GetStartedHeader h1 p {
    font-size: 60px;
    line-height: 50px;
    margin-left: 0px !important;
}


.GetStartedHeaderContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 300px;
    padding: 0px 50px;
}


.GetStartedBanner {
    background-image: url(../Images/General/background_get-started.png);
    min-height: 500px;
    background-size: cover;
    background-position: left center;
    position: relative;
}


@media only screen and (max-width: 480px) {

    .GetStartedBanner {
        background-position: left -150px center;
    }
}