@font-face { font-family: "DIN Next LT PRO"; src: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DINNextLTPro-HeavyCondensed.woff2) format("woff2"), 
   url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DINNextLTPro-HeavyCondensed.woff) format("woff"); font-style: normal; font-display: swap; }
@font-face{
   font-family:"DIN Next LT PRO";
   src:url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DINNextLTPro-HeavyCondensed.woff2) format("woff2"),
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DINNextLTPro-HeavyCondensed.woff) format("woff");
   font-style:normal;
   font-display:swap;
}
@font-face{
   font-family:"Source Sans Pro";
   src:url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-Bold.woff2) format("woff2"),
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-Bold.woff) format("woff");
   font-style:normal;
   font-display:swap;
   font-weight:700;
}
@font-face{
   font-family:"Source Sans Pro";
   src:url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-SemiBold.woff2) format("woff2"),
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-SemiBold.woff) format("woff");
   font-style:normal;
   font-display:swap;
   font-weight:600;
}
@font-face{
   font-family:"Source Sans Pro";
   src:url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-Regular.woff2) format("woff2"),
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/SourceSansPro-Regular.woff) format("woff");
   font-style:normal;
   font-display:swap;
   font-weight:400;
}
@font-face { 
   font-family: "DMSans"; 
   src: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DMSans-Bold.woff2) format("woff2"), 
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/DMSans-Bold.woff) format("woff"); 
   font-style: normal; 
   font-weight: 700; 
   font-display: swap;
}
@font-face { 
   font-family: "nae"; 
   src: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/nae.woff2) format("woff2"), 
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/nae.woff) format("woff"); 
   font-style: normal; 
   font-weight: 400; 
   font-display: swap; 
}
@font-face { 
   font-family: "Montserrat"; 
   src: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/Montserrat-SemiBold.woff2) format("woff2"), 
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/Montserrat-SemiBold.woff) format("woff"); 
   font-style: normal; 
   font-weight: 600; 
   font-display: swap; 
}
@font-face { 
   font-family: "Montserrat"; 
   src: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/Montserrat-Medium.woff2) format("woff2"), 
      url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/fonts/Montserrat-Medium.woff) format("woff"); 
   font-style: normal; 
   font-weight: 500; 
   font-display: swap; 
}

/*   Hamburger CSS  Start*/
/*=============================
.btn-trigger
=============================*/
.header-wrapper {
    position: relative;
    z-index: 99999;
}
.btn-trigger {
   position: relative;
   width: 50px;
   height: 44px;
   cursor: pointer;
}
.btn-trigger span {
   position: absolute;
   left: 50%;
   width: 24px;
   height: 4px;
   background-color: #000;
   border-radius: 4px;
   transform: translateX(-50%);
}
.btn-trigger, .btn-trigger span {
   display: inline-block;
   transition: all .2s;
   box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
   top: 0;
}
.btn-trigger span:nth-of-type(2) {
   top: 20px;
}
.btn-trigger span:nth-of-type(3) {
   bottom: 0;
}


/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
   -webkit-transform: translateY(20px) rotate(-45deg);
   transform: translateY(20px) rotate(-45deg);
}
#btn01.active span:nth-of-type(2) {
   opacity: 0;
}
#btn01.active span:nth-of-type(3) {
   -webkit-transform: translateY(-20px) rotate(45deg);
   transform: translateY(-20px) rotate(45deg);
}
.hamburger-div{
   height:48px;
   width:48px;
   display:flex;
   justify-content: center;
   align-items: center;
}
.btn-trigger{
      height: 40px !important;
    width: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btn-trigger span{
   height:2px !important;
}
.btn-trigger span:nth-of-type(1){
   top:10px !important;
}
.btn-trigger span:nth-of-type(2){
   top:18px !important;
}
.btn-trigger span:nth-of-type(3){
   top:26px !important;
}
#btn01.active span:first-of-type{
   transform: translateY(8px) rotate(-45deg) !important;
}
#btn01.active span:nth-of-type(3) {
   transform: translateY(-8px) rotate(45deg) !important;
}
.btn-trigger span {
   background-color: white !important;
}
.desktop-menu-open .btn-trigger span {
   background-color: #00283c !important;
}
.hamburger-div{
       background-color: #00283c;
}
.desktop-menu-open .hamburger-div{
       background-color: white;
}

.hamburger-div .active span {
    left: 20%;
}
.hamburger-div:hover {
    background-color: #9bd3dd;
}
.hamburger-div:hover .btn-trigger span{
   background-color:#00283c !important;
}

/* .scrolled .hamburger-div{
       background-color: #9bd3dd;
}

.scrolled .hamburger-div span{
   background-color: #00283c !important;
} */
/*   Hamburger CSS  End*/

.cs-header .page-center{
   max-width:100%;
}
.cs-header {
  background-color:rgba(255, 255, 255,1.0);
}

.navigation-header {
   display: flex;
   justify-content: space-between;
   width: 100%;
   padding:24px 40px;
       z-index: 1;
    position: relative;
   height:96px;
}

.cs-header .logo-container {
   display: flex;
   flex: 1;
   align-items: center;
   height: 100%;
}
.btns-container a:hover {
    background-color: #00283c;
    color: white;
}
.cs-header .btns-container {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   height: 100%;
}
.btns-container a{
   border-color: #9bd3dd;
   background-color: #9bd3dd;
   color: #00283c;
   cursor: pointer;
   padding: 0 24px;
   height: 48px;
   line-height: 14px;
   margin: 0 12px 0 0;
   font-size: 12px;
   letter-spacing: .33px;
   display: flex;
   border-width: 0;
   border-style: solid;
   justify-content: center;
   align-items: center;
   flex-shrink: 0;
   text-transform: uppercase;
   font-weight: 700;
   text-align: center;
   vertical-align: middle;
   text-decoration: none;
}
.navigation-menu .nav-main {
   display: flex;
   justify-content: space-between;
   position:relative;
}

.navigation-menu .nav-main .nav-list-left  ul a {
    color:rgba(255, 255, 255,1.0);
    background-color:rgba(255, 255, 255,0.0);

}
.navigation-menu .nav-main .nav-list-right ul a {
   color: white;
}
.navigation-menu .nav-main .nav-list-left ul ul li a {
    font-size:18px;
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul {
   flex-direction: column;
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li>a{
   line-height: 39px;
    color:rgba(255, 255, 255,1.0);
     background-color:rgba(2, 103, 128,0.0);

   letter-spacing: normal;
   font-size: 32px;
   font-style: normal;
   font-weight: 750;
   text-transform: uppercase;
   text-decoration: none;
   cursor: pointer;
   font-family: "DIN Next LT PRO";
}
.navigation-menu .nav-main .nav-list-left ul ul{
   opacity: 1;
   position: absolute;
   top: 0;
   left: 50%;
   padding: 0 32px 0 20px;
   display: none;
}
.navigation-menu .nav-main .nav-list-left{
   width: 50%;
   padding-right: 20px;
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li{
   margin-bottom:32px;
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li:last-child{
   margin-bottom:0;
}
.cs-header .menu-body-container {
   max-width: 1316px;
   margin: 0 auto;
       width: 83%;
}
.navigation-menu .nav-main .nav-list-right ul{
   flex-direction:column;
}
.navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul>li{
   margin-bottom: 12px;
   line-height:27px;
}
.navigation-menu .nav-main .nav-list-right ul li a {
   font-size:18px;
   line-height:24px;
}
.navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul>li:nth-child(1) a{
   color:#9bd3dd;
   line-height: 24px;
   margin-bottom: 16px;
   letter-spacing: normal;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
}
.navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul{
   padding-left:32px;
   padding-left: 32px;
   margin: 0;
}
.navigation-menu .nav-main .nav-list-right{
   width:25%;
   border-left: 1px solid #ccd5dd4d;
}
.cs-header .navigation-menu .navigation-menu-body {
   padding-top: 144px;
   padding-bottom: 72px;
}
.search-bar button.btn.search-back-btn:hover {
    background-color: #30ccd6;
   border-left: 1px solid #ccd5dd4d;
}
.navigation-menu .nav-main .nav-list-left ul li {
    margin-bottom: 11px;
}
/* .navigation-menu .nav-main .nav-list-left ul li:first-child{
   margin-bottom: 15px;  
} */
.inactive ul{
   display:none;
}
.active ul{
   display:block !important;
}
.navigation-menu .nav-main .nav-list-left ul ul li:first-child a {
   color:rgba(255, 255, 255,1.0);
     background-color:rgba(2, 103, 128,0.0);
   line-height: 24px;
   margin: 0 0 16px 0;
   letter-spacing: normal;
   font-size: 20px;
   font-style: normal;
   font-weight: 700;
   text-decoration: none;
   font-family: 'Source Sans Pro';
}
.navigation-menu .navigation-bottom-link {
    padding: 16px 0;
    background-color: #30ccd6;
}
.navigation-menu .navigation-bottom-link>div {
    display: flex;
    align-items: center;
    width: 83%;
    max-width: 1316px;
    margin: 0 auto;
}
.navigation-menu .navigation-bottom-link a div:first-child {
    font-family: "Source Sans Pro";
    font-weight: 400;
    color: #00283c;
    line-height: 18px;
    letter-spacing: normal;
    font-size: 14px;
    font-style: normal;
   display: flex;
    align-items: center;
}
.navigation-menu .navigation-bottom-link a div:last-child{
       display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0 0 0 16px;
    border: 1px solid #fff;
    flex-shrink: 0;
    background-color: #fff;
    background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/NBPS/icon-arrow-left-navy.svg);
    background-size: 14px 11px;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}
.navigation-menu .navigation-bottom-link a{
   display: flex;
}
.navigation-wrapper .navigation-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    max-height: 100vh;
    box-shadow: 0 3px 6px #00000029;
       background-color: #00283c;
   display: none;
}

.scrolled .navigation-wrapper {
    position: fixed;
    width: 100%;
       box-shadow: 0 3px 6px #00000029;
}
.desktop-menu-open .navigation-wrapper .navigation-menu{
   display: block;
}

.scrolled .navigation-header{
   background-color:white;
   height: 88px;
}
.desktop-menu-open .navigation-header {
    background-color: #00283c;
}
.menu-open-logo{
   display:none;
}
.desktop-menu-open .menu-open-logo{
   display:block;
}
.desktop-menu-open .normal-logo{
    display:none;
}
.btns-container .search-icon{
   display:none;
}

.desktop-menu-open .btns-container a{
   display:none;
}
.desktop-menu-open .btns-container .search-icon{
    width: 48px;
    height: 48px;
    margin: 0 12px 0 0;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
    display: flex !important;
    padding: 0;
    border-width: 0;
    border-style: solid;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.btns-container .search-icon svg{
    width: 28px;
    height: 28px;
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
}
.menu-body-container .search-bar-panel{
   
}

.menu-body-container .search-bar-panel {
    height: 323px;
    background-color: #00283c;
    color: #fff;
    display: flex !important;!i;!;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


.search-bar button.btn.search-back-btn {
    background-color: #9bd3dd;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 22px 0 0;
    font-family: "Source Sans Pro";
    font-weight: 700;
    padding: 0;
    border-width: 0;
    border-style: solid;
    line-height: 15px;
    letter-spacing: .6px;
    text-transform: uppercase;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
}
.navigation-menu .search-bar .search-input-box {
    width: 36%;
    position: relative;
}
.navigation-menu .search-bar .search-back-btn-icon{
   background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/NBPS/search-back-btn.svg);
   
       width: 17px;
    height: 15px;
    background-repeat: no-repeat;
    background-size: 17px 15px;
    background-position: center;
}
.search-bar form input {
    border-bottom-color: #fff !important;
    color: #fff;
    caret-color: #fff;
    font-family: "Source Sans Pro";
    position: relative;
    padding: 0 34px 8px 0;
    width: 100%;
    height: 40px;
    line-height: 28px;
    border: 0;
    border-bottom: 1px solid #111a29;
    background-color: transparent;
    outline: none;
    letter-spacing: normal;
    font-size: 28px;
    font-style: normal;
    font-weight: normal;
    border-radius: 0;
}
.search-bar form button{
   background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/NBPS/popup-search-icon-white.svg);
   
       position: absolute;
    top: 6px;
    right: 0;
    z-index: 1;
    display: flex;
    padding: 0;
    border: 0;
    background-color: transparent;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: center;
    cursor: pointer;
}
.search-bar form label{
   display: none;
}
.search-bar{
   display:none;
}
.search-form-open .search-bar{
   display: block;
}
.search-form-open .nav-main{
   display:none;
}
.search-form-open .navigation-wrapper .search-icon{
   display:none !important;
}
.search-form-open .cs-header .navigation-menu .navigation-menu-body {
    padding-bottom: 72px;
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li:hover>a {
    opacity:1;
      color:rgba(155, 211, 221,1.0);
}
.navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>.active:hover>a {
    color: white !important;
}
.nav-list-left ul ul li:hover>a {
      color:rgba(155, 211, 221,1.0) !important;
}
.nav-list-right ul li:hover>a {
       color: #9bd3dd !important;
}
.inactive a{
   opacity: .5;
}
.cs_backTop{
           display:none;
}
.cs-footer-column-1 .footer-content p:nth-child(3) a:hover {
    text-decoration: underline;
}
::-webkit-input-placeholder {
    color: white !important;
    opacity: 0.4;
}
@media(max-width:991px){
/*    .cs-header .navigation-menu .nav-main .nav-list-right{
        position: fixed;
    bottom: 0px;
    width: 100%;
}
    */

   .cs_backTop button:hover {
    background-color: #9bd3dd;
}
   .navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li {
    margin-bottom: 28px !important;
    font-size: 16px;
}
   .navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li:last-child {
    margin-bottom: 0 !important;
}
   .search-bar form input{
      font-size:20px !important;
   }
   .cs-header .navigation-menu .navigation-bottom-link{
      position: fixed;
          bottom: 0;
    width: 100%;
   }
   
   .navigation-menu .nav-main .nav-list-right{
   border-left: 0px;
}
   .normal-logo {
    display: block;
}
   .scrolled .normal-logo {
    display: block;
}
   .navigation-header{
      height: 74px;
        padding: 16px;
   }   
   
   .scrolled .navigation-header{
      height: 72px;
        padding: 16px;
   }
   .btns-container a{
      height: 40px;
    padding-left: 14px;
    padding-right: 14px;
    margin-right: 8px;
   }
   .hamburger-div{
           height: 40px;
        width: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
   }
   .btn-trigger{
      height: 40px !important;
        width: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
   }
   .btn-trigger span {
    width: 20px;
}
    .btn-trigger span:nth-of-type(1) {
    top: 13px !important;
}
   .btn-trigger span:nth-of-type(2) {
    top: 19px !important;
}
   .btn-trigger span:nth-of-type(3) {
    top: 25px !important;
}
   #btn01.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg) !important;
}
   #btn01.active span:first-of-type {
    transform: translateY(6px) rotate(-45deg) !important;
}
   
   .hamburger-div .active span {
    left: 24%;
}
   .desktop-menu-open .btns-container .search-icon{
      display:none !important;
   }
   .search-bar .menu-search-btn-icon {
     background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/NBPS/popup-search-icon-white.svg) !important;
      background-position: center;
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-size: 20px 20px;
   }
   .search-bar {
    display: block;
   }
   .search-bar .menu-search-btn{
      display: block !important;
      background: transparent;
    padding-left: 0 !important;
      width: 20px;
    height: 20px;
    margin-top: 6px;
    margin-bottom: 40px;
     padding: 0;
   }
   .menu-body-container .search-bar-panel {
    display: none !important;
  }
   .navigation-menu .nav-main .nav-list-left .hs-menu-wrapper>ul>li>a{
          font-weight: 750;
    font-size: 22px;
    line-height: 35px;
              letter-spacing: -0.22px;
    
   }
   .cs-header .menu-body-container{
              width: 87%;
   }
   .navigation-menu .nav-main{
      flex-direction: column;
   }
   .navigation-menu .nav-main .nav-list-left{
          width: 100%;
          padding-right: 0;
   }
   .navigation-menu .nav-main .nav-list-right{
      width:100%;
   }
   .navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul{
      padding-left:0;
      border-left:none;
      border-top: 1px solid #ffffff4d;
      padding-top:38px;
      margin-top: 38px;
   }
   .navigation-menu .nav-main .nav-list-left ul ul {
    position: static;
    padding: 0;
    margin-top: 24px;
  }
   .navigation-menu .nav-main .nav-list-left ul ul li {
    margin-bottom: 8px;
}
   .navigation-menu .nav-main .nav-list-left ul ul li:first-child {
    margin-bottom: 16px;
}
   .nav-list-left .hs-menu-wrapper ul ul li a {
    font-size: 18px;
    line-height: 24px;
}
   
   .navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul>li{
         margin-bottom: 8px;
       
   }
   .navigation-menu .nav-main .nav-list-right .hs-menu-wrapper>ul>li:first-child{
      margin-bottom: 16px;
       line-height: 24px;
   }
   .cs-header .logo-container .menu-open-logo a img {
    height: auto;
    max-width: 192px;
    border-width: 0px;
    border: 0px;
    display: flex;
    object-fit: contain;
    aspect-ratio: auto;
    vertical-align: middle;
    border-style: none;
}
   .normal-logo a{
          margin-left: 16px;
   }
   .normal-logo a img{
          max-width: 192px !important;
   }
   .cs-header .logo-container .menu-open-logo a {
    border-width: 0px;
    border: 0px;
    display: flex;
    max-height: 100%;
              justify-content: center;
        align-items: center;
        margin-left: 17px;
        margin-top: -2px;
}
   .mobile-searchPanel-open .search-bar-panel{
      display: block !important;
   }
   .mobile-searchPanel-open  .search-bar .menu-search-btn{
      display:none !important;
   }
   .navigation-menu .search-bar .search-input-box{
      width: 100%;
   }
   .search-bar button.btn.search-back-btn {
    margin-bottom: 25px;
   }
   .search-bar form input::placeholder {
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 24px;
}
   .mobile-searchPanel-open .navigation-menu .nav-main{
      display:none;
   }
   .menu-body-container .search-bar-panel{
          height: 590px;
   }
   .cs-header .navigation-menu .navigation-menu-body{
      padding-bottom:68px;
      position:relative;
      height: 100vh;
    overflow-y: auto;
   }
   .navigation-menu .navigation-bottom-link>div{
      width:87%;
   }
   
   .cs_backTop{
           display:block;
          margin-left: 6.5%;
    margin-right: 6.5%;
      position:relative;
              padding-bottom: 25px;
   }
   .cs_backTop button{
           width: 100% !important;
        height: 56px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        font-family: "Source Sans Pro";
   }
   .custom-footer{
      padding-top:40px !important;
   }
   .cs_backTop .svg-wrap{
          position: absolute;
    top: 8px;
    right: 5px;
    width: 41px;
    height: 41px;
          font-family: Arial;
   }
   .cs_backTop .svg-wrap span{
          background-color: #fff;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    transform: rotate(-90deg);
     background: white url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/NBPS/ndsp_backToTop.svg) 0 0 no-repeat;
        font-family: Arial;
   }
      .search-bar form input::placeholder {
    font-size: inherit !important;
}
}

@media (max-width: 420px) {
    .normal-logo a img {
        max-width: 134px !important;
    }
   .normal-logo a {
        margin-left: -2px;
    }
}






/* //Footer CSS */
.custom-footer {
   background-color:rgba(0, 40, 60,1.0);
   padding: 0 0; 
   padding-top:40px;
}
.bottom-footer-section .footer-content span {
    margin-right: 24px;
    font-size: 16px;
      color:rgba(255, 255, 255,1.0);
}
.bottom-footer-section .footer-content a {
    margin-right: 24px;
    font-size: 16px;
         color:rgba(255, 255, 255,1.0);

}
.bottom-footer-section .footer-content a:hover {
    text-decoration: underline;
}
.bottom-footer-section .col-section {
    padding: 0 !important;!i;!;
}
.bottom-footer-section .footer-social {
    justify-content: flex-end;
    flex-wrap: wrap;
    padding: 0;
    column-gap: 0;
}
.bottom-footer-section .footer-social .footer-social-item a {
    position: relative;
    display: block;
    width: 37px;
    height: 37px;
    margin-bottom: 8px;
    margin-left: 8px !important;
    background-size: 37px 37px;
   background-color:rgba(0, 40, 60,1.0);

}
.bottom-footer-section .footer-social .footer-social-item {
    height: auto !important;!i;!;
    width: auto !important;!i;!;
}
.bottom-footer-section .footer-social .footer-social-item a img {
    width: auto;
}
.footer-top-section .col-section {
    padding: 0 !important;!i;!;
}
.footer-top-section .cs-footer-column-1 {
        margin-right: 3.0120481928%;
}

.footer-top-section .cs-footer-column-2 {
    margin-right: 4.0120481928%;
}
.footer-top-section .cs-footer-column-3 {}
.cs-footer-column-1 .footer-content p {
    margin-bottom: 0;
    font-size: 16px;
}
.cs-footer-column-1 .footer-content p:nth-child(2) {
       line-height: 32px;
}
.cs-footer-column-1 .footer-content p:nth-child(3) {
    margin-bottom: 33px;
       line-height: 32px;
}
.bottom-footer-section .flex_row {
     border-top: 1px solid rgba(170, 169, 170, 0.5);
    padding-top: 23px;
}
.bottom-footer-section .flex_row {
    align-items: center;
}
.cs-footer-column-1 .footer-content h5 {
    color: #9BD3DD;
}
.cs-footer-column-2 .footer-content address {
    line-height: 32px;
   font-size: 16px;
   font-family: "Source Sans Pro";
   font-style: normal;
}

.custom-footer .page-center .flex_row   {
    margin: 0 8.5%;
   width: auto;
} 
.custom-footer .footer-top-section .page-center .flex_row {
    margin-bottom: 55px;
       flex-wrap: nowrap;
}
.custom-footer .footer-top-section .page-center .flex_row .footer-content h5 {
   color:rgba(155, 211, 221,1.0);




    margin-bottom: 16px;
       font-size: 20px;
    font-family: "DIN Next LT PRO";
    line-height: 24px;
}
.cs-footer-column-1 .footer-content p{
   display: inline;
}
.cs-footer-contact .footer-content p:nth-child(4) {
    font-family: Arial;
    line-height: 24px;
}
.cs-footer-contact .footer-content p:nth-child(5) {
    font-family: Arial;
    line-height: 24px;
}
.cs-footer-contact .footer-content p:nth-child(6) {
    font-family: Arial;
    line-height: 24px;
}
.cs-footer-contact .footer-content{
   display:flex;
   flex-direction: column;
}
.cs-footer-contact .footer-content h5 {
    font-size: 20px;
    font-family: "DIN Next LT PRO";
    line-height: 24px;
}

.cs-footer-column3 .footer-heading h5 {
 font-size: 20px;
    font-family: "DIN Next LT PRO";
    line-height: 24px;
   margin-bottom: 20px;
      color:rgba(155, 211, 221,1.0) !important;

}

.cs-footer-column3 .cs-footer-links ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.cs-footer-column3 .cs-footer-links ul li a{
   font-size:16px;
}
.cs-footer-column3 .cs-footer-links ul li:hover a {
    text-decoration: underline;
}
.cs-footer-column3 .cs-footer-links ul li {
    margin-bottom: 7px;
}
.cs-footer-column3 .cs-footer-links .hs-menu-wrapper>ul ul:first-child {
    margin-right: 20px;
}
.custom-footer .footer-section {
       background-color:rgba(0, 40, 60,1.0);
 
}
@media(max-width:991px){
   
   
   
   .bottom-footer-section .flex_row {
    flex-direction: column;
}

.bottom-footer-section .flex_row .bottom-left-column {
    width: 100% !important;!i;!;
}

.bottom-footer-section .bottom-left-column .footer-content {
    display: flex;
    flex-direction: column;
}

.bottom-footer-section .bottom-left-column .footer-content span {
    margin-bottom: 16px;
}

.bottom-footer-section .bottom-left-column .footer-content a {
    margin-bottom: 16px;
}

.bottom-footer-section  .bottom-right-column {
    width: 100% !important;
   margin-top:30px;
}
   .custom-footer{
      padding:0;
   }  
   .custom-footer .page-center .flex_row {
    margin: 0 6.5%;
}
   
 .custom-footer .footer-top-section .page-center .flex_row {
    flex-direction: column;
}

.cs-footer-column3 .cs-footer-links ul {
    display: flex;
}  
   
   .bottom-footer-section .footer-social .footer-social-item:first-child a {
    margin-left: 0 !important;
}
   
  .custom-footer .bottom-footer-section {
      padding-bottom:40px !important;
   }
   .cs-footer-column3 .cs-footer-links .hs-menu-wrapper>ul{
      flex-direction: column !important;
   }
   .bottom-footer-section .flex_row{
      border-top:none;
   }
   .bottom-footer-section .page-center, .custom-footer .footer-top-section{
      border-top: 1px solid rgba(170,169,170,0.5) !important;
             
   }
   .bottom-footer-section .flex_row{
              padding-top: 32px;
   }
   .custom-footer .footer-top-section .page-center .flex_row{
      margin-bottom: 28px;
      row-gap: 31px;
   }
   .footer-top-section .cs-footer-column-1{
      width:100% !important;
   }
   .cs-footer-column-1 .footer-content p:nth-child(3){
      margin-bottom:0;
   }
   .custom-footer .footer-top-section{
      padding-top:25px !important;
          border-top: 1px solid #aaa9aa;
   }
   .bottom-footer-section .footer-social div {
    margin: 0 !important;
}
   
}
@media(max-width:352px){
   .cs-footer-column-1 .footer-content p:nth-child(3) {
    margin-bottom: 30px;
}
}



/* LP CSS */
.lp-custom-footer .bottom-footer-section .flex_row{
     border-top:0;
   
}
.lp-custom-footer .bottom-footer-section{
   padding-bottom:50px !important;
}
.lp-custom-footer .bottom-footer-section .col-section{
           width: 66.66667%;
        line-height: 24px;   
}
/* .lp-custom-footer{
       padding-left: 65px !important;
} */


@media(max-width:991px){
   .lp-custom-footer    .page-center{
      border-top:none;
   }
   .lp-custom-footer{
      padding: 0 !important;
   }
   .lp-custom-footer .bottom-footer-section {
    padding-bottom: 14px !important;
}
   .no_navigation .cs_backTop.for-mobile {
    padding-top: 25px;
}
   .no_navigation .cs_backTop .svg-wrap{
top: 32px;
}
}



/* CSS  by sir*/
input.search-input::-webkit-search-cancel-button {
    display: none !important;
}

@media (max-width:767px){
.systems-page h2{
font-size: 30px;
}
}
.systems-page form {
    max-width: 767px;
}
.custom-no-navigation {
    height: auto;
}
.custom-footer.lp-custom-footer {
    padding-left: 0;
    padding-right: 0;
}



.header-outer-wrapper{
   min-height:96px;
}
html.desktop-menu-open {
    overflow: hidden;
}
.navigation-wrapper .navigation-menu{
   height:auto !important;
}
.cs-footer-column3 .cs-footer-links .hs-menu-wrapper > ul {
    display: flex !important;
    gap: 0;
    flex-wrap: nowrap;
    flex-direction: row;
   grid-template-columns:unset;
}
.footer-menu .hs-menu-wrapper ul.menu-column {
    width: 50%;
    display: block;
}
.body-container-wrapper .content-wrapper, 
.body-container-wrapper .dnd-section>.row-fluid, 
.body-container-wrapper .page-center {
    padding-left: calc(min(8.5%, 122.4px));
    padding-right: calc(min(8.5%, 122.4px));
}
.body-container-wrapper [class*=full-width-section].dnd-section>.row-fluid{
   padding-left: 0;
    padding-right: 0;
}



.recent-dnd-area .dnd-section>.row-fluid .dnd-column,
.topics-dnd-area .dnd-section>.row-fluid .dnd-column{
   padding-left:0;
   padding-right:0;
}
.news-detail__related .news-events-bottom {
    flex-wrap: wrap;
    display: flex;
   padding-bottom: 56px;
}

.news-detail__related .news-events__item {
    margin-top: 56px;
    margin-right: 2.5100401606%;
   width: 23.0923694779%;
}

.news-detail__related .news-events__item a {
    text-decoration: none;
}
.news-detail__related .news-events__item .post-image-link{
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 16px;
}
.news-detail__related .news-events__item .post-image-link img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-detail__related .news-events__item .news-events__text-tag {
    letter-spacing: .6px;
   font: normal 600 12px / 20px "Source Sans Pro";
    color: #177584;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
}
.news-detail__related .news-events__item-title {
    margin-bottom: 16px;
    line-height: 1.4;
    font-family: "DMSans";
    color: #00283c;
    font-weight: bold;
    font-size: 20px;
}

.news-detail__related .news-events__item-desc {
    font: normal 400 16px/24px "Source Sans Pro";
    color: #00283c;
    margin-bottom: 32px;
}
.news-detail__related .news-events__item-link,
.news-detail__related .news-events__item-link:hover{
    display: inline-block;
    font: normal 600 11px/14px "Source Sans Pro";
    color: #00283c;
    text-transform: uppercase;
    letter-spacing: .55px;
    border-bottom: 2px solid #00283c;
    padding-bottom: 4px;
    font-weight: 700;
}
.news-detail__related .news-events__item:last-child {
    margin-right: 0;
}
.news-detail__page {
    padding: 0 8.5%;
}
.news-detail__page .page-center {
    margin: 0 auto;
    max-width: calc(1440px * 0.83);
   padding-left:0;
   padding-right:0;
}
.news-detail__section {
    display: flex;
}
.news-detail__left {
    width: calc((260 / (1440 * 0.83)) * 100%);
    margin-right: 48px;
    flex: 0 0 auto;
}
.news-detail__right {
    flex: 0 1 100%;
    overflow: hidden;
}
.news-detail__author {
    display: flex;
    padding: 25px 0;
    margin-bottom: 16px;
    border-top: 1px solid #00283c;
    border-bottom: 1px solid #00283c;
}
.news-detail__author-avatar {
    display: flex;
    align-items: baseline;
    margin-right: 24px;
}
.news-detail__author-avatar img {
    width: 64px;
    height: 64px;
    -o-object-fit: cover;
    object-fit: cover;
}
.news-detail__author-info .desc {
    font: normal 600 14px/18px "Source Sans Pro";
    color: #177584;
    letter-spacing: .7px;
    text-transform: uppercase;
}
.news-detail__author-info .name {
    font: normal 700 20px/28px "Source Sans Pro";
    color: #00283c;
    margin-bottom: 8px;
}
.news-detail__date {
    font: normal 700 16px/24px "Source Sans Pro";
    color: #00283c;
}
.news-detail__title {
    font: normal 750 48px/56px "DIN Next LT PRO";
    color: #00283c;
    letter-spacing: -0.48px;
    margin-bottom: 40px;
    font-size: clamp(36px, 3.33vw, 48px);
    line-height: clamp(38px, 3.89vw, 56px);
}
.news-detail__image {
    width: 100%;
    padding-bottom: calc((900 / 1600) * 100%);
    position: relative;
}
.news-detail__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}
.news-detail__breadcrumb {
    margin-bottom: 56px;
}

.breadCrumbs {
    max-width: 1440px;
    margin: 0 auto;
}
.news-detail__section .breadCrumbs {
    padding: 24px 0;
    border-bottom: 1px solid #aaa9aa;
}
.news-detail__breadcrumb .breadCrumbs {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 0;
   max-width: 1440px;
    margin: 0 auto;
}
.breadCrumbs ol {
    padding: 24px 0;
    margin: 0 8.5%;
    color: #111a29;
    list-style: none;
    font: normal normal 500 14px/18px "DMSans";
    border-bottom: 1px solid #ccd5dd;
}
.breadCrumbs ol {
    color: #00283c;
    font-family: "Source Sans Pro";
    border-color: #aaa9aa;
}
.news-detail__section .breadCrumbs ol {
    padding: 0;
    margin: 0;
    border-bottom: 0;
}
.breadCrumbs_item {
    display: inline;
}
.breadCrumbs_item a {
    color: #00283c;
}
.breadCrumbs_item a:hover {
text-decoration: underline;
   color: #00283c;
}
.breadCrumbs .icon-home {
    display: inline-block;
    margin-bottom: -4px;
    margin-top: 4px;
    width: 17px;
    height: 17px;
    background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/icon-home-navy-blue.svg);
    background-repeat: no-repeat;
    background-size: 17px 17px;
}
.breadCrumbs.breadCrumbs__footer .icon-home {
    background-image: url(//48230828.fs1.hubspotusercontent-na1.net/hubfs/48230828/raw_assets/public/NBPS_December2024/images/icon-home-white-opacity.svg);
}
.breadCrumbs_item .icon-right-open-big {
    font-size: 12px;
    color: #909ba0;
}
.breadCrumbs_item .icon-right-open-big:before {
    line-height: 14px;
    margin: 0 12px;
    padding: 0px;
    width: 6px;
}
.icon-right-open-big:before {
    content: "";
}
[class^=icon-]:before, [class*=" icon-"]:before {
    display: inline-block;
    width: 1em;
    line-height: 1em;
    margin-right: .2em;
    margin-left: .2em;
    font-family: "nae";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news-detail__text .blog-post__body {
    font-size: 18px;
    line-height: 26px;
   margin-bottom: 56px;
}
.news-detail__tags {
    margin-bottom: 40px;
}
.news-article-tags-container .news-article-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.news-article-tags-container a.news-article-tag {
    padding: 6px 12px;
    line-height: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 6px;
    background-color: rgba(0,48,87,.1);
    font-family: "Montserrat";
    color: #003057;
    letter-spacing: .24px;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}
.news-article-tags-container a.news-article-tag:hover {
    border-color: #177584;
    color: #fff;
    background-color: #177584;
}
.a2a_default_style {
    display: flex;
    flex-wrap: wrap;
}
.a2a_default_style:not(.a2a_flex_style) a {
    float: left;
    line-height: 16px;
    padding: 0 2px;
}
.a2a_default_style a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: initial;
    padding: 0;
    text-decoration: none;
}
.a2a_default_style a {
    width: 60px;
    height: 60px;
    margin-right: 8px;
    border-radius: 0;
}
.a2a_default_style .a2a_button_facebook {
    background-color: #3b5998;
}
.a2a_default_style .a2a_button_facebook svg {
    width: 13px;
    height: 23px;
}
.a2a_default_style .a2a_button_x {
    background-color: #1da1f2;
}
.a2a_default_style .a2a_button_x svg {
    width: 24px;
    height: 20px;
}
.a2a_default_style a:last-of-type {
    margin-right: 0;
}
.a2a_default_style .a2a_dd {
    background-color: #ff6550;
}
.a2a_default_style .a2a_dd svg {
    width: 18px;
    height: 18px;
}
.comment-date {
    display: block !important;
}
.news-detail__related {
    width: 100%;
    margin-top: 56px;
}
.news-detail__related .news-events {
    padding: 14px 0 104px;
}
.news-events .news-events-top {
    display: flex;
}
.news-events__text, .news-events__cta {
    padding-top: 32px;
    width: 50%;
    border-top: 1px solid #ccd5dd;
}
.news-events__text-title {
    font-family: "DIN Next LT PRO";
    font-weight: 750;
    font-size: clamp(32px, calc(40 / 1440 * 100vw), 40px);
    line-height: clamp(34px, calc(48 / 1440 * 100vw), 48px);
    color: #00283c;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: -0.4px;
}
.news-events__cta {
    text-align: right;
}
.news-events__cta-link {
    font: normal 700 11px/14px "Source Sans Pro";
    text-transform: uppercase;
    border: 1px solid #00283c;
    border-radius: 60px;
    padding: 13px 24px;
    display: inline-block;
    color: #00283c;
    border-radius: 0;
}

.news-events__cta-link:hover, .news-events__cta-link:active {
    color: #fff;
    background-color: #00283c;
}
.body-container.body-container--blog-post.news-detail__page {
    padding-top: 56px;
}




@media (max-width: 991px) {
.body-container-wrapper .content-wrapper, .body-container-wrapper .dnd-section>.row-fluid, .body-container-wrapper .page-center {
   padding-left: 6.5%;
    padding-right: 6.5%;
   }
   .news-detail__related .news-events-bottom {
    display: flex;
    padding-bottom: 56px;
    flex-direction: column;
      flex-wrap: wrap;
}
  
   .news-detail__related .news-events__item {
    margin-right: 0;
    margin-top: 44px;
    width: 100%;
}
   
   .news-detail__related .news-events__item-title {
    margin-bottom: 24px;
}
   .news-detail__page {
        padding: 0 6.5%;
    }
   .news-detail__page .page-center {
    padding-left: 0;
    padding-right: 0;
}
   .news-detail__section {
    flex-direction: column;
}
   .news-detail__left {
    width: 100%;
    margin-right: 0;
}
   .news-detail__right {
    flex: 0 1 100%;
    overflow: hidden;
}
   .news-detail__date {
    margin-bottom: 24px;
}
   .news-detail__title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
}
   .news-detail__breadcrumb {
    margin-bottom: 32px;
}
   .news-detail__section .breadCrumbs {
    padding: 16px 0;
}
   .breadCrumbs_item {
    display: none;
}
   .breadCrumbs_item-previous {
    display: inline;
}
   .breadCrumbs_item .icon-right-open-big:before {
    margin-left: 0;
    transform: rotate(-180deg);
}
   .a2a_default_style a {
        width: 45px;
        height: 45px;
    }
   .a2a_default_style .a2a_button_facebook svg {
        width: 11px;
        height: 18px;
    }
   .a2a_default_style .a2a_button_x svg {
        width: 18px;
        height: 15px;
    }
   .a2a_default_style .a2a_dd svg {
        width: 14px;
        height: 14px;
    }
   .news-events {
    position: relative;
}
   .news-events__cta {
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    text-align: left;
      border-top: none;
}
   .news-events__text {
    width: 100%;
}
   .news-detail__section .news-events {
    padding: 14px 0 138px;
}
   .news-detail__related {
    margin-top: 48px;
    margin-bottom: 48px;
}
   .body-container.body-container--blog-post.news-detail__page {
    padding-top: 48px;
}
}
#hs_cos_wrapper_body_area_left-module-2 .hs-search-field__bar>form {
    padding-bottom: 0 !important;
    margin-bottom: 50px !important;
}
.sidebar .page-center,.cnt-wit-bg-wrp .page-center,.sidebar .dnd-section>.row-fluid,
.blog-sidebar .dnd-section>.row-fluid,.blog-sidebar .page-center,.accordion_wrap .page-center,
.contact-details-inner .page-center,.featured-card .page-center,.cm-map-wrapper .page-center,
.counter-section .page-center,.cm_pg_wrp .page-center,.portfolio_page_v1 .two-col-content .page-center,
.left-dnd-area .dnd-section>.row-fluid,.right-dnd-area .dnd-section>.row-fluid{
    padding-left: 0;
    padding-right: 0;
}