﻿/*Darkest Blue: ##234D6F
Middle Blue: #297CB2
Lighter Blue: #99C7EF
Brighter Red: #CC384A*/

body {
    overflow-x: hidden!important
}
.fullDiv {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
    margin-right: 20px;
    border: 20px solid #234D6F;
}
.njcjImgStyle{
    width:150px;
    height: 150px;
    margin-bottom: 20px;
}
.njcjDarkBlueText {
    color: #234D6F;
}
.njcjLightBlueText {
    color: #99C7EF;
}
.njcjMiddleBlueText {
    color: #297CB2;
}
.njcjRedText {
    color: #CC384A;
}
.njcjDarkBlueHeading {
    color: #234D6F;
    font-weight: 700;
    font-size: 19px;
}
.njcjRedHeading {
    color: #CC384A;
    font-weight: 700;
    font-size: 19px;
}
.njcjLightBlueHeading {
    color: #99C7EF;
    font-weight: 700;
    font-size: 19px;
}
.njcjMiddleBlueHeading {
    color: #297CB2;
    font-weight: 700;
}
.njcjDarkBlueHeadingThin {
    color: #234D6F;
    font-weight: 500;
    font-size: 21px;
}
.njcjBlueUnderLine {
    border: 2px solid #99C7EF;
    width: 60%;
    background-color: #99C7EF;
    margin-left: 0px;
    margin-top: 5px;
}
.njcjDarkBlueUnderLine {
    border: 2px solid #234D6F;
    width: 60%;
    background-color: #234D6F;
    margin-left: 0px;
    margin-top: 5px;
}
/*footer
*/ footer {
       position:relative;
       bottom:0;
    background-color: #99c7ef54;
    padding: 15px 20px;
    overflow-x: hidden;
}
.footerDiv{
    display: flex;
    flex-direction: row;
    flex-basis:400px;
    flex-wrap:wrap;
    justify-content: space-between;
}
footer h6 {
    color: #297CB2 !important;
}
footer a {
    color: #297CB2 !important;
    font-weight: 600;
    font-size: 12px;
    display: block;
}
/*main top nav*/
.njcjMainTopNav {
    padding: 0px 15px 0px 20px !important;
}
.njcjLogoDiv {
    width: 30% !important;
    border: 1px;
}
.navBtnDiv {
    width: 70% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}
.njcjLogo{
    width: 280px;
    height: 70px;
}
.cgNavBtn {
    background-color: white !important;
    color: #CC384A !important;
    border: 2px solid #CC384A !important;
    font-weight: bold !important;
}
.loginBtn {
    background-color: #297CB2 !important;
    color: white !important;
    border: 2px solid #297CB2 !important;
    margin-left: 5px;
    font-weight: bold!important;
}
.navBtnDiv ul {
    flex-direction: row!important;
}

/*blue menubar*/
.blueNavbar {
    background-color: #297CB2 !important;
    padding: 5px 15px;
    font-size: 18px !important;
}
.blueNavbar a{
    color: white!important; 
    font-weight: bold;
}
.blueNavbar ul {
    flex-direction: row !important;
}
.blueNavbar ul li{
    padding: 0px 20px;
}
.blueNavbar .divider {
    color: white !important;
    padding-left: 20px;
}
/*teal row 3 sections*/
.njcj3SecRowFlex {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    color: white;
    background-color: #297CB2 !important;
    padding: 10px 15px;
    font-size: 18px !important;
}
.njcj3SecRowFlex span{
    font-weight: 400
}

/*plain blue row*/
.njcjBlueRow {
    color: white;
    background-color: #297CB2 !important;
    padding: 10px 15px;
    font-size: 18px!important;
}
/*centerd red btn
*/.njcjGetStartedBtn {
    color: white;
    background-color: #CC384A;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 20px;

}
.njcjSingleCenteredBtn{
    display: flex;
    justify-content: center;
    padding: 10px;
}
/*home*/
.njcjHomeJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/content/njcjImages/NJCJ3_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.njcjLowerContent{
    position: relative;
    background-color: white;
    z-index:50000;
}
.njcjHomeJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}
.njcjdarkOverlay {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3) !important;
    color: white;
}
.njcjTopPara{
    width: 38%;
}
.njcjCircle {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    display: inline-block;
    border: solid 3px white
}
.njcjContent{
    width:55%;
}
.njcjTopPara{
    font-size:24px;
    margin-right:290px
}
.njcjCirclesDiv {
    padding-left: 70px
}
.njcjCir1 {
    background-color: #234D6F;
    margin-left:-20px;
}
.njcjCir2 {
    background-color: #297CB2;
    margin-left: -20px;
}
.njcjCir3 {
    background-color: #99C7EF;
    margin-left: -20px;
}
.njcjCir4 {
    background-color: #a9d2f5;
    margin-left: -20px;
}
.njcjCir5 {
    background-color: #bddbf5;
    margin-left: -20px;
}
.njcjHomeLeftImg, .njcjHomeMidImg, .njcjHomeRightImg {
    flex-basis: 280px;
    padding: 10px;
}
.njcjHomeSmallPara, .njcjHIWSmallPara{
    padding: 0px 50px;
    width: 60%;
    margin-left: 48px;
}
.blankSpaceImg{
    width: 250px;
    height:225px;
    border: 1px solid black; 
}
.bigblankImgae, .njcj3BlocksSection {
    flex-basis: 40%;
}
.bankImage {
    width: 60%;
    height: 350px;
    border: 1px solid black;
}
.njcjCargiversBlock, .njcjNursesBlock, .njcjTherapistsBlock {
    width: 90%;
    border: 3px solid #297CB2;
    padding: 20px 25px;
    margin-top: 50px;
    box-shadow: #99C7EF -15px -20px 
}
.njcjHomeCirAnimation {
    width: 100px;
    height: 100px;
    background: red;
    position: relative;
    animation: mymove 5s infinite;
}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 200px;
    }
}
/*how it works*/
.njcjHIWFeatureImg{
    width:100px;
    height:100px;
}
.njcjHIWJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/content/njcjImages/NJCJ1_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.njcjHIWJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}
.njcjDarkBlueHeadingThin strong {
    font-size: 22px !important;
}
.njcjFeature {
    padding: 0px 50px;
    margin-left: 48px;
}
.njcjFeature{
    display: flex;
    flex-direction: row;
    margin-top: 5px;
    margin-bottom: 5px;
}
.njcjFeatureImg{
    width:100px;
    height: 100px;
}
.njcjFetureDetails{
    margin-left: 50px;
    padding: 20px 5px;
}
.njcjHIW3Boxes {
    width: 220px;
    height: 180px;
    border: 3px solid #297CB2;
    margin-top: 10px;
    box-shadow: #99C7EF -15px -20px;
    padding: 25px;
    font-size: 22px;
    color: #297CB2;
    text-align: left;
}

/*plans pricing*/
.njcjPlansJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/content/njcjImages/NJCJ2_compresed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.njcjPlansJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}
.njcjPlandetails {
    padding: 0px 50px;
    width: 92%;
    margin-left: 48px;
}
.njcjPlandetails td, .njcjPlandetails tr {
    padding: 5px 10px;
}
.njcjPlanFeatureCol{
    width: 60%;
}

/*request demo*/
.njcjDemoJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160%;
    opacity: 1;
    z-index: -1;
    background: url("/content/njcjImages/NJCJ4_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.njcjDemoJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}
.njcjContactOuterBox {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    margin-left: 80px;
    margin-right: 80px;
}
.njcjContactBlock {
    width: 300px;
    height: 200px;
    border: 3px solid #297CB2;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.njcjDemoImg{
    width: 100px;
    height: 100px;
}
.njcjCalendlyDiv {
    height: 708px;
    width: 50%;
    margin-left: 10%;
}
/*cg landing*/
.njcjCGJumbotron::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 145%;
    opacity: 1;
    z-index: -1;
    background: url("/content/njcjImages/NJCJ1_compressed.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}
.njcjCGJumbotron {
    height: 580px;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 0;
}
.njcjCGImg{
    width:100px;
    height: 100px
}
.njcjCGBoxes {
    width: 270px;
    height: 205px;
    border: 3px solid #297CB2;
    margin-top: 10px;
    box-shadow: #99C7EF -15px -20px;
    padding: 25px;
    font-size: 22px;
    color: #297CB2;
    text-align: left;
}
.njcjCGBoxes img{
    position: relative;
    right: -125px;
    bottom: 35px;
}
.njcjCGBoxes .njcjMsgImg {
    position: relative;
    right: -125px;
    bottom: 68px;
}
.njcjCGRegisterForm{
    background-color: lightblue;
    border: 3px solid white;
    color: white;
    width: 460px;
    height: 530px;
    padding: 35px 20px;
}
.njcjFacilityPara {
    width: 40%!important;
}
.njcjCGFacilityImg{
    margin-right: 80px;
}
.njcjFacilityCircle {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    display: inline-block;
    border: solid 3px white;
    color: white;
    margin-right: 30px;
}
.njcjFacilityCirclesDiv{
    margin-top: 100px;
}
.njcjFacilityCircle h5 {
    width: 52%;
}
.njcjFacilityCir1 {
    background-color: #234D6F;
}

.njcjFacilityCir2 {
    background-color: #297CB2;
}

.njcjFacilityCir3 {
    background-color: #99C7EF;
}

.njcjFacilityCir4 {
    background-color: #a9d2f5;
}

.njcjFacilityCir5 {
    background-color: #bddbf5;
}

/*coming soon
*/ .njckjComingSoonContainer {
    height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.njcjComingSoonPara{
    margin-top: 30px;
    width: 50%;
}
.njcjCommingSoonLogo {
    margin-top: 30px;
}