/**
CSS for App, normal pages without login, ie website css 
**/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Raleway", sans-serif;
}
.geist{
    font-family: 'Geist', sans-serif;
}
.border.border-blue {
  border: 1px solid var(--blue-rgb) !important;
  opacity: 1;
}
#nipwrapper{
    padding:0;
    margin:0;
}
header{
    padding:50px 0 0;
    margin:0;
    background: var(--blue-rgb) url('../images/media/headerbg.png') left bottom repeat-x;
    border-bottom: 40px solid var(--blue-rgb);
}
.nip-logo{
    background: url('../images/media/logobg.png') 0 0 no-repeat;
    width:374px;
    height:176px;
    text-align: center;
    padding-top: 60px;
    padding-left: 8px;
}
.nip-logo a{
    display: block;
}
.nipquote{
    color:#ffffff;
    position: relative;
    z-index: 5;
}
.menubar{
    padding:0;
    margin:0;
    position: absolute;
    bottom: 70px;
    right: 0;
}
.menubar .btn, .menubar .btn:active{
    color:#ffffff;
    font-size: 24px;
    font-weight: 600;
    border:none!important;
}
.menubar .btn.dropdown-toggle::after{
    display:none;
}
#mainMenu{
    padding: 0;
    margin: 0;
}
#dropmenu{
    width:300px;
}
#dropmenu li{
    padding:0;
    margin:0;
}
#dropmenu li a{
    font-size: 22px;
    color:#000000;
}
#dropmenu li a:hover{
    color:var(--blue-rgb);
}
.largetitle{
    font-size:48px;
}
.landingbanner{
    background-image: url('../images/media/landing/landing-banner.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: -40px;
}
.bgblue{
    background-color: var(--blue-rgb);
}
.bgyellow{
    background-color: #FFFBEB;
}
.bgyellowdark{
    background-color: #FFCC44;
}
.bgbluegrad{
    background: var(--blue-rgb);
    background: linear-gradient(105deg, rgba(1, 50, 150, 1) 68%, rgba(22, 45, 86, 1) 68%, rgba(22, 45, 86, 1) 70%, rgba(255, 255, 255, 0) 69%);
}
.border-btm-yellow{
    border-bottom:20px solid #FFCC44;
}
.box-white{
    width: 100%;
    height:100%;
    padding: 24px 0;
    border:1px solid #000000;
    box-sizing: border-box;
}
.box-white.box-active{
    cursor: pointer;
    padding:15px 0;
    border:10px solid #FFCC44;
}
.box-white:hover{
    background-color: #fff6dd;
}
.box-white.shadow{
    box-shadow: 4px 5px 10px 3px rgba(0, 0, 0, 0.3) !important;
}
.box-white.shadow:hover{
    box-shadow: 4px 5px 10px 3px #013296 !important;
}
.box-border-blue{
    width: 100%;
    padding: 30px 30px;
    background-color: #ffffff;
    border:7px solid var(--blue-rgb);
    box-sizing: border-box;
    border-radius: 10px;
}
.box-border-blue a{
    text-decoration: underline;
}
.box-border-blue a:hover {
    text-decoration: none;
}
.table-eligible tbody tr td{
    background-color: #f2f5fa !important;
}
.card-img{
    padding:30px 0;
    width:100%;
    display: block;
    background-color: #e6ebf4;
    text-align: center;
}
.card-img > img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bannercontent{
    padding: 50px 25px 30px;
    margin:0;
}
.bannertitle{
    font-size: 56px;
    line-height: 70px;
}
ul.bannerlist{
    padding:20px 0 20px 20px;
    margin:0;
    list-style: inside;
}
.buildingbg{
    background: url('../images/media/landing/eligibility-bg.png') 0 0 no-repeat;
    background-size: cover;
    height: 70vh;
}
.text-bluedark{
    color:#162D56;
}
.bgbluedark{
    background-color: #1C2A53 !important;
}
#apply-now{
    width:400px;
    max-width: 100%;
}
#footer{
    padding:0;
    margin:0;
    height: auto;
    background: #162D56;
    background: linear-gradient(135deg, rgba(22, 45, 86, 1) 55%, rgba(1, 50, 150, 1) 45%);
    border-top:20px solid #FFCC44;
}
.trb-logos{
    padding-bottom: 0;
}
.trb-logos .footer-logo-white {
    max-height: 44px;
    padding: 0 0 0 1.5rem;
}
.footerlinks{
    padding:0;
    margin:0;
    list-style: none;
    display: block;
}
.footerlinks li{
    padding:0 20px;
    margin:0;
    display:inline-block;
    border-right: 1px solid #ffffff;
    line-height: 24px;
}
.footerlinks li:first-child{
    padding-left:0;
}
.footerlinks li:last-child{
    border: none;
}
.footerlinks li a{
    padding: 0;
    margin:0;
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}
.footerlinks li a:hover{
    text-decoration: none;
}
.copyright{
    padding-top:40px;
}

@media (min-width: 993px) and (max-width: 1199px) {
    .card-img{
        height: 195px;
    }
    .card-img img{
        height: 100%;
    }
}

@media (min-width: 1201px) and (max-width: 1399px) {
    .card-img{
        height: 235px;
    }
    .card-img img{
        height: 100%;
    }
}

@media (max-width: 992px) {
    .landingbanner{
        background: none;
        top: 0;
    }
    .landingbanner .bgbluegrad{
        background: var(--blue-rgb) !important;
    }
    .bannercontent{
        padding-top:30px;
    }
    .whocan{
        text-align: center;
    }
    .whocan img{
        max-width: 250px;
    }
    .whocan .btncont{
        text-align: center !important;
    }
    .btncont .btn{
        font-size: 20px !important;
    }
}

@media (max-width: 768px) {
    #footer{
        background: var(--blue-rgb) !important;
        border-top:20px solid #FFCC44;
    }
    .footerlinks{
        text-align: center;
    }
    .footerlinks li{
        display: block;
        border: none;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .footerlinks li a{
        display: inline-block;
    }
    .copyright {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .footerQuote{
        text-align: center;
    }
    .trb-logos {
        text-align: center;
    }
    .trb-logos a:first-child .footer-logo-white{
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    header {
        background-size: 15px 30px;
    }
    .nip-logo {
        width: 296px;
        height: 139px;
        background-size: contain;
        padding-top:50px;
    }
    .nip-logo a {
        width: 110px;
        margin: 0 auto;
    }
    .nip-logo a img{
        width: 100%;
    }
    .nipquote{
        display: block;
        margin-top: 8px;
        font-size: 12px;
    }
    .menubar{
        right: 15px;
        top: -35px;
        bottom: unset;
    }
    .needhelp .fs-32{
        font-size: 24px;
    }
}
ul.dashed
{
    list-style-type: "-";
    list-style: "-"
}
ul.dashed li {
    padding-left: 10px;
    font-size: 16px;
}
.contact-modal{
    background-color: #D1D7E4 !important;
    border-radius: 20px;
    border-color: #013296 !important;
    border-width: 3px !important;
    
}
.text-contact{
    color: #1C2A53 !important;
}