.jumbotron .lds-banner-block {
    background: rgba(255, 255, 255, 0.21);
    top: 0px;
    font-size: 24px;
    line-height: 26px;
    color: #fff;
}
.jumbotron .lds-banner-title {
    font-size: 38px;
    margin-bottom: 5px;
    font-weight: bold;
}
.jumbotron .lds-banner-info {
    font-size: 28px;
    margin-bottom: 40px;
}
.lds-login {
    padding: 35px 20px;
}
.lds-login .center-to-left {
    margin-top: 5px;
    font-size: 26px;
    color: #ee793e;
    text-align: left;
}
.lds-login strong {
    font-weight: 600;
    float: left;
}
.lds-login dfn {
    font-size: 18px;
    font-weight: 600;
    color: #7c7b7b;
    margin-top: 8px;
    margin-left: 5px;
    margin-bottom: 0;
}
.lds-login center-to-right {
    text-align: right;
}
.lds-login .center-to-right a {
    padding: 10px 45px;
    margin-left: 8px;
    font-size: 16px;
}
.lds-home-add {
    height: 190px;
    display: table;
}
.left-add-info {
    background: rgba(51, 51, 51, 0.1);
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.left-add-info  .title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.lds-family-service h2 {
    font-size: 25px;
    color: #414141;
    padding: 35px 70px;
}

.lds-family-service h2 a {    
    color: #414141;    
}

.lds-family-service h2 a:hover {
    text-decoration: none;
}

.lds-login-block .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
}

.home-container .arrow-down {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f5f5f5;
}

.lds-home-content .add-logo {
    padding: 10px 20px;
    border-top: 1px solid #fff;
    display: inline-block;
}
.right-add-info {
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: right;
}
.right-add-info .btn {
    padding: 10px 30px;
    margin-right: 30px;
    font-weight: 600;
}
.lds-links .panel {
    margin-bottom: 50px;
}
.lds-links .panel-image {
    width: 190px;
    height: 190px;
    margin: 0px auto 20px;
}
.lds-links .panel-link {
    color: #414141;
    font-size: 17px;
    font-weight: 800;
    padding: 0px 15px;
}
.lds-links {
    padding-top: 80px;
}
.home-container {
    padding: 20px 50px;
}
.lds-home-banner .lds-links-block {
    top: 0px;
    font-size: 16px;
    text-align: left;
    height: 400px;
    padding: 50px 15px;
    background: #dbdbdb; /* Old browsers */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#ffffff), color-stop(79%,#d6d8da), color-stop(100%,#d6d8da));
    background: -webkit-radial-gradient(center, ellipse cover,  #ffffff 0%,#d6d8da 79%,#d6d8da 100%);
    background: -ms-radial-gradient(center, ellipse cover,  #ffffff 0%,#d6d8da 79%,#d6d8da 100%);
    background: radial-gradient(ellipse at center,  #ffffff 0%,#d6d8da 79%,#d6d8da 100%);
}
.lds-video-main{
    margin: 0 auto;
    max-width: 600px;
}
.lds-links-block .control-label {
    font-weight: 600;
    margin-bottom: 0px;
}
.lds-links-block .lds-video-link {
    color: #7c7b7b;
}
.lds-links-block .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #7c7b7b;
    margin-bottom: 25px;
    font-weight: 400;
}
.replay {
    bottom: 15px;
    right: 10px;
    cursor: pointer;
    z-index: 1000;
}
.replay:active,.replay:focus {
    box-shadow: none;
    outline: none;
}
.replay i {
    font-size: 45px;
}
#successMessage {
    padding: 10px;
    background: #cd3a30;
    color: #fff;
    border: none;
    font-size: 18px;
    text-align: center;
    text-shadow: none;
}
.center-to-center{
    text-align: center !important;
}

.lds-see-more{
    color: #eba58b;
    font-weight: 800;
    font-size: 15px;
}

.lds-see-more:hover{
    text-decoration: none;
    color: #eba58b;    
}

.lds-pregnant-see-more{
    display: none;
}
.lds-divider{
    border-width: 1px;
    border-color: #e0e0e0;
    margin: 30px 40px;
}


@media (min-width: 768px) and (max-width: 991px) {
    .lds-login .center-to-right a {
        padding: 10px 15px;
    }
    .lds-family-service h2 {
        padding: 40px;
    }
    .home-container {
        padding: 0;
    }
}
@media (max-width:767px) {
    .jumbotron .lds-banner-info  {
        font-size: 20px;
        text-align: left;
        padding: 15px;
        bottom: 0px;
        top: auto;
        margin-bottom: 5px;
    }
    .jumbotron .lds-banner-block {
        bottom: 0px;
        top: auto;
    }
    .lds-home-banner {
        border-bottom: 3px solid #f18358;
    }
    .lds-login {
        padding: 10px 0;
    }
    .lds-login dfn {
        width: 100%;
        text-align: center;
        float: left;
        font-size: 14px;
    }
    .lds-login .center-to-left {
        font-size: 18px;
        text-align: center;
    }
    .lds-login .center-to-right {
        text-align: center;
    }
    .lds-login .center-to-right a {
        padding: 10px 15px;
        display: inline-block;
        float: none;
        font-size: 15px;
    }
    .lds-family-service h2 {
        font-size: 20px;
        padding: 15px 0px;
    }
    .lds-links .panel-link {
        font-size: 18px;
    }
    .lds-links .panel-image {
        width: 200px;
        height: 200px;
    }
    .lds-home-banner .icon {
        top: 40%;
    }
    .container .lds-home-banner {
        height: 300px;
    }
    .home-container {
        padding: 0;
    }
    .lds-links-block .title {
        padding-bottom: 10px;
        margin-bottom: 15px;
        font-size: 20px;
        font-weight: 600;
    }
    .lds-home-banner .lds-links-block {
        padding: 0px;
        height: auto;
    }
    .lds-links-block .form-group {
        margin-bottom: 10px;
    }
}
