
        @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

  
/*--------------------------------------------------------------
# Colours
--------------------------------------------------------------*/

  /* Triads purple scheme  */
/*  :root {*/
/*  --primaryColor: #976BA2;*/
/*  --primaryColor30: #976BA226;*/
/*  --primaryColor60: #976BA299; */
/*  --lightColor: #F8F9Fa;*/
/*  --darkColor: #54335D;*/
/*  --blackColor: #384046;*/
/*  --accentColor: #5BA389;*/
/*  --sdpbrnColor: #12609d;*/
/*  --sdcepColor: #6c2383;*/
/*  --linkColor: #2B827E;*/
/*  --bgliteColor: #F8F9Fa;*/
/*  --triadsColor: #976BA2;*/
/*}*/

/* SDCEP dark purple colour scheme */

:root {
  
  --primaryColor: #3B2E63;
  --primaryColor30: #3B2E6326;
  --primaryColor60: #3B2E6399; 
  --lightColor: #F8F9Fa;
  --darkColor: #22154B;
  --blackColor: #384046;
  /*--accentColor: #17728B;*/
  --accentColor: #3B2E63;
  --sdpbrnColor: #12609d;
  /*--sdcepColor: #6c2383;*/
  --sdcepColor: #3B2E63;
  /*--linkColor: #2B827E;*/
  --linkColor: #3B2E63;
  --bgliteColor: #F8F9Fa;
  --triadsColor: #976BA2;
}

/*Skip to content*/
#skiptocontent a {
  padding: 8px;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: -50px;
  left: 0px;
  color: #fff;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-bottom-right-radius: 8px;
  background: var(--primaryColor);
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100; }

#skiptocontent a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: 0;
  -webkit-transition: top .1s ease-in;
  transition: top .1s ease-in;
  z-index: 999999; }


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 40px 0;
  overflow: hidden; }

.section-title {
  padding-bottom: 30px; }

/* 
.section-title h2 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #635551;
} */
.section-title p {
  margin-bottom: 0; }

.container-fluid {
  padding-left: 0;
  padding-right: 0; }

.container {
  padding-left: 12px;
  padding-right: 12px; }

.bg-lite {
  background-color: var(--bgliteColor); }

#content img {
  border-radius: 5px; }

.inner-banner-img {
  margin-bottom: 4rem; }

#content #side-image-bottom, #content #side-image-bottom-mob {
  margin-top: 3rem;
  width: 100%;
  border-radius: 5px; }
  
  .list-unstyled li {
    list-style-type: none;
}

#content p img {
    float: none!important;
    display: block;
    margin: 2rem auto;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
  font-family: 'Poppins', sans-serif; }

h1 {
  font-size: 2.25rem;
  font-weight: 600;
  color: var(--primaryColor);
  margin-bottom: 1.5rem; }

h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 0;
  color: var(--darkColor); }
  
  h3 {
      color: var(--darkColor);
      font-weight: 600;
      padding-top: 10px;
  }

p, ul li, ol li {
  font-size: 18px; }

a {
  text-decoration: none;
  color: var(--linkColor); }

#main a, #main ul li a {
  text-decoration: underline;
  /* font-weight: 600; */
  font-size: 18px; }

#landing-cards .icon-boxes a, #news a, #newsRSS a {
  text-decoration: none; }

ul {
  /* padding-left: 0.5rem; */
  padding-left: 40px; }

ul li {
  /* list-style-type: none; */
  list-style-type: disc; }

ul li::marker {
  color: var(--linkColor); }

ul li i {
  /* padding-right: 0.3rem; */
  /* color: $blackColor; */ }

#content ol li::marker {
  color: var(--linkColor); }

#content h2 {
  padding-top: 1rem; }

#content h2:first-of-type {
  padding-top: 0; }

#content p, #content ul li, #content ol li {
  font-weight: 300; }

#content a {
  font-weight: 500; }

#content p {
  margin-bottom: 1.8rem; }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  /* padding: 0 0 15px 0; */
  top: 40px;
  /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */ }

#header.header-scrolled {
  top: 0; }

/*--------------------------------------------------------------
** Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  /* height: 40px; */
  font-size: 18px;
  transition: all 0.5s;
  z-index: 996; }

#topbar.topbar-scrolled {
  top: -40px; }

#topbar a, .navbar a, .nav-container a {
  text-decoration: none; }

/* Logo */
.top-brand {
  padding: 1rem 0 1.6rem 0; }

.top-brand a {
  color: var(--primaryColor);
  padding-right: 15px;
  display: inline-block;
  transition: 0.3s; }

.top-brand p {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  padding: 0; }

.top-brand p:first-child {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0; }

.top-brand p:nth-child(2) {
  margin-top: -0.6rem;
  color: #384046; }

/* Search bar */

.search-btn {
    color: var(--primaryColor60);
}

.search-btn:hover {
    color: var(--primaryColor);
}

.form-control:focus {
  box-shadow: none; }

.form-control-underlined {
  border-width: 0;
  border-bottom-width: 1px;
  border-radius: 0;
  padding-left: 0; }

#topbar .form-control::placeholder {
  font-size: 0.95rem;
  color: #212121;
  font-style: initial; }

.mh-40 {
  max-height: 40px; }

.search-bar {
  border-radius: 5px;
  justify-content: space-between;}

/* NES logo */
.nes-logo-top {
  padding: 0.5rem;
  padding-right: 0; }

/*.input-group {*/
/*  width: 70%; }*/

/*--------------------------------------------------------------
** Main navigation
--------------------------------------------------------------*/
nav {
  font-size: 18px; }

.nav-outer {
  background-color: #F3F6F9;
  padding: 0.5rem 0; }

.nav-container {
  justify-content: space-between; }

/**
* Desktop Navigation 
*/

.navbar a:hover {
    cursor: pointer;
}


.navbar {
  padding: 0; }

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center; }

.navbar li {
  position: relative;
  list-style: none; }

.navbar > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 20px 8px 0px;
  /* padding: 8px 15px 8px 15px; */ }

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #384046;
  white-space: nowrap;
  transition: 0.3s;
  border-bottom: 2px solid #F3F6F9;
  padding: 5px 2px; }

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px; }

.navbar a:hover, .navbar .active, .navbar li:hover {
  /* background-color: #1d303f; */ }

.navbar a:hover, .navbar .active, .navbar li:hover > a {
  color: var(--linkColor);
  border-color: var(--linkColor); }

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s; }

.navbar .dropdown ul li {
  min-width: 200px; }

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none; }

.navbar .dropdown ul a i {
  font-size: 12px; }

.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: var(--primaryColor); }

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible; }

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden; }

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible; }

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%; }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%; } }
/**
* Mobile Navigation 
*/
/*Mobile navigation*/
.navigation-mobile, #header-mobile {
  display: none; }

@media (max-width: 1023px) {
  .navbar .mobile-brand {
    color: #437099; }

  .navigation-desktop, #header {
    display: none !important; }

  .navigation-mobile, #header-mobile {
    display: flex !important;
    justify-content: center; }

  #header-mobile {
    background-color: var(--primaryColor); }

  .navbar {
    background-color: #ffffff;
    /*padding: 15px;*/ }

  .navbar a {
    border: none;
    color: #212529; }

  .navbar ul {
    align-items: start; }

  .nav-link {
    padding: 5px 0.3rem !important; }

  .navigation-mobile li {
    padding: 0.5rem 0.9rem; }

  .nav-mob-top {
    display: flex;
    flex-direction: row;
    padding: 0.9rem;
    justify-content: space-between;
    width: 100%;
    border-bottom: 3px solid var(--primaryColor);
    align-items: center; }

  .all-arrow {
    padding-right: 0.5rem; } }
    
   .all-arrow-news .btn-all-news {
        color: #ffffff;
    }
/* Icon 1 */
.animated-icon1, .animated-icon2, .animated-icon3 {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.animated-icon1 span {
  background: var(--linkColor); }

.animated-icon2 span {
  background: var(--linkColor); }

.animated-icon3 span {
  background: var(--linkColor); }

.animated-icon1 span:nth-child(1) {
  top: 0px; }

.animated-icon1 span:nth-child(2) {
  top: 10px; }

.animated-icon1 span:nth-child(3) {
  top: 20px; }

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
  top: 0px; }

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
  top: 10px; }

.animated-icon2 span:nth-child(4) {
  top: 20px; }

.animated-icon2.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%; }

.animated-icon2.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.animated-icon2.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.animated-icon2.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3 span:nth-child(3) {
  top: 20px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.animated-icon3.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px; }

.animated-icon3.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.animated-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 21px;
  left: 8px; }

/*--------------------------------------------------------------
** Breadcrumbs and inner banner
--------------------------------------------------------------*/
.banner {
  background-color: var(--primaryColor); }

.inner-banner {
  display: flex;
  flex-direction: column;
  padding: 2.25rem 0; }

.inner-banner h1, .breadcrumb a, .breadcrumb-item.active::before, .breadcrumb-item.active, .divider {
  color: #ffffff; }

.inner-banner h1 {
  margin-bottom: 0; }

.breadcrumb {
  /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
  background-color: transparent;
  /* padding-left: 0; */
  margin-bottom: 10px;
  padding: 0; }

/* 
.bread {
    padding-left: 1rem;
    padding-top: 1rem;
    background: #fff;
    box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius:10px;
    
} */
/* 
.bread .row {
  padding-bottom: 20px;
} */
.breadcrumb-item {
  padding-left: 8px; }

.breadcrumb-item:first-of-type {
  padding-left: 0; }

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding-right: 0; }

#breadcrumb .breadcrumb-item a, #breadcrumb .breadcrumb-item .active {
  text-decoration: none;
  font-size: 1rem; }

#breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline; }

li.breadcrumb-item.active, span.divider {
  font-size: 1rem; }

.breadcrumb-item + .breadcrumb-item, .breadcrumb-item {
  padding-left: 0; }

.divider {
  padding-left: 0.6rem;
  padding-right: 0.6rem; }

/*--------------------------------------------------------------
# Side menu navigation
--------------------------------------------------------------*/
.side-desk {
  display: none; }
  
  .side-mob {
      display: none;
  }

#side-menu .side-title a, #side-menu-mob .side-title a {
  font-size: 18px;
  font-weight: 500;
  /* padding: .75rem 1.25rem; */
  padding: 0.75rem 0;
  margin-bottom: 0;
  color: initial; }

.side-menu {
  /* background-color: $lightColor; */
  border-radius: 5px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); }

.side-menu ul {
  padding: 0; }

.side-menu li {
  padding: .75rem 1.25rem;
  list-style-type: none; }

.side-menu .active {
  border-left: 3px solid var(--linkColor); }

#side-menu li:first-of-type:hover, #side-menu-mob li:first-of-type:hover {
  background-color: #ffffff;
  cursor: initial; } 

#side-menu ul li a, #side-menu-mob ul li a {
  text-decoration: none;
  font-weight: 400; }

#side-menu ul li:hover, #side-menu-mob ul li:hover{
  background-color: #F3F6F9;
  cursor: pointer; }
   #side-menu .side-back-li:hover  {
        background-color: #F3F6F9!important;
  cursor: pointer!important;
   }

#side-menu ul li:hover a, #side-menu-mob ul li:hover a {
  color: var(--linkColor); }

#side-menu .active, #side-menu-mob .active {
  background-color: #F3F6F9; }

#side-menu .active a, #side-menu-mob .active a {
  color: var(--linkColor);
  margin-left: -3px; }

/* News side menu  */
#side-menu-news img, .side-menu img {
  width: 100%; }

#side-menu-news, .side-menu {
  overflow: hidden; }

#side-menu-news ul li a {
  text-decoration: none; }

#side-menu-news ul li a:hover i {
  animation: arrow-left 0.3s linear forwards; }

@keyframes arrow-left {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(-3px); } }
.inner-banner-img {
  display: none; }
    
        #side-menu li .side-back a {
    color: var(--linkColor);
    font-weight: 400;
    font-size: 18px;
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: var(--primaryColor);
  background-size: cover;
  padding: 5px 0;
  position: relative;
  color: #fff; }

.about .content {
  padding: 30px 30px 30px 0; }

.about .content h2 {
  font-weight: 700;
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px; }

.about .content p {
  margin-bottom: 30px; }

#main .about .content .about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 5px;
  transition: 0.3s; }

.about .content .about-btn i {
  font-size: 14px; }

.about-btn a {
  color: #384046; }

.about .content .about-btn:hover {
  background: rgba(255, 255, 255, 0.1); }

.about .icon-boxes .icon-box {
  margin-top: 30px; }

.about .icon-boxes .icon-box i {
  font-size: 40px;
  color: #b6bdfc;
  margin-bottom: 20px; }

.about .icon-boxes .icon-box h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0; }

.about .icon-boxes .icon-box p {
  font-size: 15px; }

@media (max-width: 1200px) {
  .about .content {
    padding-right: 0; } }
@media (max-width: 768px) {
  .about {
    text-align: center; }

    
}

.about a {
  color: #fff; }

a .icon-box:hover {
    cursor: pointer;
}

.landing-cards .icon-boxes .icon-box:hover h3, .landing-cards .icon-boxes .icon-box:hover h2 {
    color: #ffffff;
}
/*--------------------------------------------------------------
# Highlights
--------------------------------------------------------------*/
#highlights {
  /* background-color: $lightColor; */ }

.about-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  /* background-color: $lightColor; */
  padding: 6px 30px 8px 30px;
  border: 1px solid white;
  margin: 10px 0;
  /* color: #fff; */
  color: var(--linkColor);
  /* color: $primaryColor; */
  border-radius: 5px;
  transition: 0.3s;
  float: left;
  box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.2); }

#main .about .about-btn {
  text-decoration: none;
  z-index: 99999999; }

#main .about .about-btn i {
  padding-left: 0.2rem; }

.about-btn:hover {
  background: #ffffff;
  color: var(--primaryColor); }

.highlights .highlight-wrap {
  /* padding-left: 50px; */ }

.highlight-wrap {
  /* width: 800px;
  margin: auto; */ }

.highlights .highlight-item {
  box-sizing: content-box;
  /* padding: 30px 30px 30px 60px; */
  /*margin: 30px 15px;*/
  margin: 30px 15px 10px 15px;
  /*min-height: 350px;*/
  /* box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1); */
  position: relative;
  background: var(--primaryColor);
  display: flex;
  flex-direction: column;
  border-radius: 5px;
  text-align: left; }

.highlight-svg {
  position: absolute;
  left: 0;
  z-index: 99999; }

.highlights .highlight-item .highlight-img {
  width: 300px;
  height: 300px;
  margin-right: 30px;
  border: 3px solid var(--primaryColor);
  /* border-radius: 5px; */
  /* border: 6px solid #fff; */
  /* position: absolute; */
  /* left: -45px; */ }

.highlight-svg, .highlight-img {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px; }

.highlight-text {
  padding: 20px; }

#highlights .highlight-text h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111; }

.highlights .highlight-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0; }

.highlights .highlight-item .quote-icon-left, .highlights .highlight-item .quote-icon-right {
  color: #fdedea;
  font-size: 26px; }

.highlights .highlight-item p {
  margin: 15px auto 15px auto; }

.highlights .swiper-pagination {
  margin-top: 20px;
  /* position: relative; */ }

.highlights .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--primaryColor);
  opacity: 1;
  border: 1px solid #fff; }

.highlights .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff; }

#highlights9 h2 {
  /* background-color: $lightColor; */
  color: #fff; }

#highlights9 .overlay-highlights {
  background-color: rgba(18, 96, 157, 0.3);
  z-index: 9999;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  width: 300px;
  height: 300px;
  position: absolute;
  left: 0; }

.swiper-slide {
  visibility: hidden; }

.swiper-slide-active {
  visibility: initial; }

.highlight-text p {
  font-size: 16px; }

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .content + .content {
  /*margin-top: 100px;*/
  margin-top: 20px;
  
    
}

.features .content h3 {
  font-weight: 600;
  font-size: 22px; }

/* .features .content ul {
  list-style: none;
  padding: 0;
} */
.features .content ul li {
  padding-bottom: 10px; }

.features .content ul i {
  font-size: 20px;
  padding-right: 1rem;
  color: #3b4ef8; }

.features .content p:last-child {
  margin-bottom: 0; }

#features .icon-large {
  text-align: center;
  display: flex;
  justify-content: flex-start; }
  
  

#features .icon-large i {
  font-size: 18rem;
  color: var(--primaryColor); }

/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/
.news-title {
  padding-bottom: 0; }

.bg-dark-blue, .bg-dark-blue h2 {
  background-color: var(--darkColor);
  color: #fff; }

.news .icon-box {
  padding: 30px;
  border-radius: 5px;
  background-color: #fff;
  transition: ease-in-out 0.3s;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08); }

.news .icon-box i {
  float: left;
  color: var(--primaryColor);
  font-size: 40px;
  line-height: 0;
  padding-top: 10px; }

.news .icon-box h2 {
  margin-left: 70px;
  font-weight: 600;
  /*margin-bottom: 15px;*/
   font-size: 20px; 
  }

.news .icon-box h2 {
  /* color: #384046; */
  color: var(--darkColor);
  transition: 0.3s;
  /* font-size: 22px; */ 
    
}

#main #landing-cards .news .landing-card a .icon-box h2, #main #news .news .landing-card a .icon-box h2, #main #newsRSS .news .landing-card a .icon-box h2,#main #landing-cards .news .landing-card a .icon-box h3, #main #news .news .landing-card a .icon-box h3, #main #newsRSS .news .landing-card a .icon-box h3 {
  text-decoration: none; }

.news .icon-box p {
  margin-left: 70px;
  line-height: 24px;
  font-size: 18px;
  color: #707070;
  font-weight: 600; }

/*.news .icon-box:hover {*/
/*  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08); }*/

/*.news .icon-box:hover h2, .news .icon-box:hover h3 {*/
/*  color: var(--accentColor); }*/

.news .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
  background-color: var(--primaryColor);
    
}

.news .icon-box:hover h2, .news .icon-box:hover h3, .news .icon-box:hover p, .news .icon-box:hover i{
  color: #ffffff;
  
    
}

#landing-cards .news a, #news .news a, #newsRSS .news a {
  text-decoration: none;
  /* background-color: #f7fbfe; */
  /* background-color: #1979cc11; */
  /* background-color: #436f991c; */ }

/* .news-list .icon-box {
  min-height: 0;
  margin-bottom: 2rem;
} */
.news-list .icon-box .news-description {
  font-weight: 400;
  font-size: 16px; }

.article-date {
  font-size: 18px;
  /* padding: .75rem 1.25rem; */
  padding: 0.75rem 0 0 0;
  margin-bottom: 0; }

#content .article-date {
  font-weight: 500; }

/* News pager */
.paging-block {
  display: flex;
  align-items: center;
  justify-content: space-between; }

#paging {
  margin-top: 3rem; }

#paging a {
  text-decoration: none; }

#paging .btn-primary {
  background-color: #ffffff;
  border-radius: 5;
  border: none;
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
  color: var(--accentColor); }

#paging .btn-primary:hover {
  box-shadow: rbga(0, 0, 0, 0.08) 0px 2px 22px;
  /* background-color: $primaryColor;
  color: #fff; */ }

#paging .float-right:hover .fa-chevron-right {
  animation: arrow-right 0.3s linear forwards; }

#paging .float-left:hover .fa-chevron-left {
  animation: arrow-left 0.3s linear forwards; }

    /*--------------------------------------------------------------
# Landing-cards - Quick links
--------------------------------------------------------------*/
#quick-links {
  display: flex;
  flex-direction: column; }

.landing-cards {
  padding: 0 0 20px 0;
  position: relative;
  z-index: 3;
  padding-bottom: 3rem; }

.q-links {
  padding-top: 2rem;
  padding-bottom: 5rem; }

.landing-cards .content {
  padding: 30px;
  background: var(--primaryColor);
  border-radius: 5px;
  color: #fff; }

.landing-cards .content h2 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px; }

.landing-cards .content p {
  margin-bottom: 30px;
  text-align: left; }

.landing-cards .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 5px;
  transition: all ease-in-out 0.4s; }

.landing-cards .content .more-btn i {
  font-size: 16px; }

.landing-cards .content .more-btn:hover {
  color: var(--primaryColor);
  background: #fff; }

.landing-cards .icon-boxes .icon-box {
  /* text-align: center; */
  border-radius: 5px;
  background: #fff;
  /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  padding: 40px 30px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 100%; }

.landing-cards .icon-boxes .icon-box i {
  font-size: 40px;
  color: var(--primaryColor);
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out; }

.landing-cards .icon-boxes .icon-box h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #212529;
  margin-bottom: 0;
  
    
}

.landing-cards .icon-boxes .icon-box p, .landing-cards .icon-boxes .icon-box h6, .landing-cards .icon-boxes .icon-box ul li {
  font-size: 16px;
  color: #716f6f; }

.landing-cards .icon-boxes .icon-box ul li {
  color: var(--primaryColor); }

.landing-cards .icon-boxes .icon-box p:last-of-type {
  margin-bottom: 0; }

/* hover styles  */
.landing-cards .icon-boxes .icon-box::before {
  content: '';
  position: absolute;
  background: #ffffff;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  transition: all 0.3s;
  z-index: -1; }

.landing-cards .icon-boxes .icon-box:hover::before {
  background: var(--primaryColor);
  border-radius: 5px; }

.landing-cards .icon-boxes .icon-box:hover {
  /* background: $primaryColor; */
  cursor: pointer; }

.landing-cards .icon-boxes .icon-box:hover h4, .landing-cards .icon-boxes a .icon-box:hover h4 {
  color: #fff; }

.landing-cards .icon-boxes .icon-box:hover i {
  color: #fff; }

.landing-cards .icon-boxes .icon-box:hover p {
  color: #fff; }

.landing-cards .icon-boxes .icon-box:hover h6, .landing-cards .icon-boxes .icon-box:hover ul li {
  color: #fff; }

#landing-cards .landing-card, #news .landing-card, #newsRSS .landing-card {
  margin-top: 30px; }

#landing-cards-sidebar h4 {
  padding-top: 1rem; }

.icon-box-outer, .icon-box {
  min-height: 100%; }

.landing-cards .icon-boxes a, #landing-cards .landing-card a, #news .landing-card a, #newsRSS .landing-card a {
  text-decoration: none; }

.icon-box-outer-hide {
  min-width: 100%; }

/* 
#landing-cards .card-topic {
  color: $primaryColor;
} */
.q-link-title {
  margin-bottom: -20px; }

/*--------------------------------------------------------------
** Partner programmes
--------------------------------------------------------------*/
@media only screen and (max-width: 1199px) {
  .partner-svg {
    padding: 1rem; }

  .partner-svg svg:first-of-type {
    width: 100%; }

  .partner-svg svg:last-of-type {
    width: 85%; } }
/*TABLES*/
/* 
Generic Styling, for Desktops/Laptops 
*/
table {
  width: 100%;
  border-collapse: collapse;
  /*box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);*/
  border-spacing: 0;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

td:first-of-type {
  border-left: none; }

td:last-of-type {
  border-right: none; }

/* Zebra striping */
tr:nth-of-type(odd) {
  background: #F3F6F9; }

table a {
  color: var(--linkColor); }

th {
  background: var(--primaryColor);
  color: white;
  font-weight: bold; }

td {
  padding: 1rem;
  border: 1px solid #ccc;
  text-align: left;
  border-bottom: none;
  border-top: none; }

th:not(th:nth-of-type(1)) {
  border-left: 1px solid #ccc; }

th {
  padding: 1rem;
  text-align: left; }

th:first-of-type {
  border-top-left-radius: 5px; }

th:last-of-type {
  border-top-right-radius: 5px; }

tr:last-of-type {
  border-bottom-left-radius: 5px; }

.alternative table {
  width: 100%;
  border-collapse: collapse; }

.alternative th {
  font-weight: bold; }

.alternative td, .alternative th {
  padding: 6px;
  border: 1px solid #ccc;
  text-align: left; }

/*--------------------------------------------------------------
** Footer
--------------------------------------------------------------*/
footer {
  font-size: 1.13rem;
  line-height: 2.26rem;
  background-color: #384046;
  color: #ffffff; }

footer ul {
  padding: 0; }

footer ul li {
  list-style-type: none; }

footer ul li a {
  color: #ffffff; }

.blue {
  color: #A4C2D6; }

.sub-footer p {
  font-size: 1.13rem; }

.icons-footer {
  display: flex;
  justify-content: center;
  flex-direction: row; }

.footer-social-icon {
  padding: 0.25rem;
  color: #A4C2D6; }

.footer-social-icon:hover {
  color: #ffffff;
  animation: icons-rise 0.3s linear forwards; }

@keyframes icons-rise {
  from {
    transform: translateY(0px); }
  to {
    transform: translateY(-5px); } }
.sub-footer {
  /* background-color: #1d303f; */
  background-color: #F3F6F9;
  /* color: #ffffff; */
  color: #384046; }

/* footer pdf  */
footer .container-fluid {
  padding-left: 0;
  padding-right: 0; }

.footer {
  background-color: #fff;
  color: #384046;
  /* margin-top: 3rem; */
  padding-bottom: 3rem; }

.footer-last {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  font-size: 18px;
  text-align: center; }

.footer-logo-text {
  font-size: 1.5rem;
  line-height: 1rem; }

.copysymbol {
  font-size: 20px; }

.footer a {
  color: #384046; }

.footer ul {
  padding: 0;
  list-style-type: none; }

.mob-footer-accordian {
  font-size: 1.25rem; }

.mob-footer-accordian a {
  color: var(--blackColor); }

.mob-footer-accordian a i {
  color: var(--linkColor);
  font-size: 1rem; }

#footerCollapse_3 li {
  padding-bottom: 0.5rem; }

#footerCollapse_3 a i {
  font-size: 1.8rem; }

.footer-accordian-header {
  background-color: transparent;
  border: none;
  padding: 1rem;
  font-size: 1.5rem;
  width: 100%;
  border-bottom: 3px solid var(--black);
  text-align: left;
  font-size: 17px;
  letter-spacing: 1px; }

.footer-accordian-header:focus {
  outline: 2px solid #333; }

.footer .fab {
  width: 7%;
  box-sizing: border-box; }

.panel-body {
  padding: 1rem;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5; }

.logo-container-footer {
  display: flex;
  justify-content: center;
  align-items: flex-start; }

.logo-container-footer-mob {
  display: flex;
  flex-direction: column;
  align-items: center; }

.border-top-footer {
  border-top: 2px solid white; }

@media only screen and (max-width: 535px) {
  .logo-container-footer {
    justify-content: center; } }
/* iphone 5/SE column logos in footer  */
@media only screen and (max-width: 346px) {
  .logo-container-footer {
    display: none; } }
@media only screen and (min-width: 347px) {
  .logo-container-footer-mob {
    display: none; } }
.logo-text-footer {
  display: flex;
  flex-direction: row;
  /* margin-top: 2rem; */ }

.logo-text-footer p {
  margin-bottom: 0;
  line-height: 130%;
  font-size: 14px;
  padding-left: 1rem; }

.nes-footer {
  min-height: 100%; }

.border-right-footer {
  border-right: 2px solid #ffffff; }

.sub-footer {
  /* background-color: #1d303f; */
  background-color: #F3F6F9;
  /* color: #ffffff; */
  color: #384046; }

.footer-last a {
  color: #212121; }

.site-info {
  font-size: 1.5rem;
  font-weight: 500; }

footer .fa-chevron-right {
  color: var(--linkColor);
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

footer ul li {
  text-indent: -1.36rem;
  padding-left: 2.3rem; }

.social-footer ul li {
  text-indent: 0;
  padding-left: 0; }

.social-footer ul li a i {
  font-size: 1rem;
  margin-right: 1.5rem;
  color: var(--primaryColor); }

.social-footer ul li a:hover i {
  color: var(--linkColor);
  animation: icons-rise 0.3s linear forwards; }

@keyframes icons-rise {
  from {
    transform: translateX(0px); }
  to {
    transform: translate(2.5px, -2.5px); } }
.social-footer a:hover {
  text-decoration: none; }

.social-footer a:hover span {
  text-decoration: underline; }

/* Move arrows footer links hover  */
footer ul li a:hover .fa-chevron-right {
  animation: arrow-right 0.3s linear forwards; }

@keyframes arrow-right {
  from {
    transform: translateX(0px); }
  to {
    transform: translateX(3px); } }
.footer-accordian-header {
  border-bottom: 3px solid #F3F6F9; }

button.footer-accordian-header.accordion-toggle.collapsed.collapsible-link::after {
  content: '\f054';
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  float: right;
  color: var(--linkColor); }

button.footer-accordian-header.accordion-toggle.collapsible-link:after {
  content: '\f078';
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  float: right;
  color: var(--linkColor); }

.logo-container-footer {
  margin-top: 3rem; }

@media (min-width: 768px) {
  .highlight-text p {
    font-size: 18px; }

  #features .icon-large i {
    font-size: 15rem; }

  /*.input-group {*/
  /*  width: 36%; }*/

  .mob-logo {
    width: 66%; }

  .partner-svg {
    padding: 0; }

  .inner-banner-img {
    display: block; }

  .logo-container-footer {
    margin-top: 3rem; } }
@media (min-width: 992px) {
    
    #landing-cards-sidebar .col-lg-8 {
        padding-right: 0;
        padding-left: 0;
    }
  /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
  section {
    padding: 40px 0;
    overflow: hidden; }

  .section-title {
    padding-bottom: 30px; }
    .news-title {
  padding-bottom: 0; }

  /* 
  .section-title h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-family: "Poppins", sans-serif;
    color: #635551;
  } */
  .section-title p {
    margin-bottom: 0; }

  .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  .container {
    padding-left: 12px;
    padding-right: 12px; }

  .bg-lite {
    background-color: var(--bgliteColor); }

  #content img {
    border-radius: 5px; }

  .inner-banner-img {
    margin-bottom: 2rem; }

  #content #side-image-bottom, #content #side-image-bottom-mob {
    margin-top: 3rem;
    width: 100%;
    border-radius: 5px; }

  /*--------------------------------------------------------------
  # Typography
  --------------------------------------------------------------*/
  body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
      
  }

  h1 {
    font-size: 2.25rem;
    font-weight: 600;
    color: var(--primaryColor);
    margin-bottom: 1.5rem; }

  h2 {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--darkColor); }

  p, ul li, ol li {
    font-size: 18px; }

  a {
    text-decoration: none;
    color: var(--linkColor); }

  #main a, #main ul li a {
    text-decoration: underline;
    /* font-weight: 600; */
    font-size: 18px; }

  #landing-cards .icon-boxes a, #news a, #newsRSS a {
    text-decoration: none; }

  ul {
    /* padding-left: 0.5rem; */
    padding-left: 40px; }

  ul li {
    /* list-style-type: none; */
    list-style-type: disc; }

  ul li::marker {
    color: var(--linkColor); }

  ul li i {
    /* padding-right: 0.3rem; */
    /* color: $blackColor; */ }

  #content h2:first-of-type {
    padding-top: 0; }

  #content p, #content ul li, #content ol li {
    font-weight: 400; }

  #content a {
    font-weight: 500; }

  /*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
  #header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    /* padding: 0 0 15px 0; */
    top: 40px;
    /* box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); */ }

  #header.header-scrolled {
    top: 0; }

  /*--------------------------------------------------------------
  ** Top Bar
  --------------------------------------------------------------*/
  #topbar {
    background: #fff;
    /* height: 40px; */
    font-size: 18px;
    transition: all 0.5s;
    z-index: 996; }

  #topbar.topbar-scrolled {
    top: -40px; }

  #topbar a, .navbar a, .nav-container a {
    text-decoration: none; }

  /* Logo */
  .top-brand {
    padding: 1rem 0 1.6rem 0; }

  .top-brand a {
    color: var(--primaryColor);
    padding-right: 15px;
    display: inline-block;
    transition: 0.3s; }

  .top-brand p {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 0;
    padding: 0; }

  .top-brand p:first-child {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0; }

  .top-brand p:nth-child(2) {
    margin-top: -0.6rem;
    color: #384046; }

  /* Search bar */
  .form-control:focus {
    box-shadow: none; }

  .form-control-underlined {
    border-width: 0;
    border-bottom-width: 1px;
    border-radius: 0;
    padding-left: 0; }

  .form-control::placeholder {
    font-size: 0.95rem;
    color: #aaa;
    font-style: italic; }

  .mh-40 {
    max-height: 40px; }

  .search-bar {
    border-radius: 5px;
    justify-content: space-between;}

  .input-group {
    width: 100%; }

  /* NES logo */
  .nes-logo-top {
    padding: 0.5rem;
    padding-right: 0; }

  /*--------------------------------------------------------------
  ** Main navigation
  --------------------------------------------------------------*/
  nav {
    font-size: 18px; }

  .nav-outer {
    background-color: #F3F6F9;
    padding: 0.5rem 0; }

  .nav-container {
    justify-content: space-between; }

  /**
  * Desktop Navigation 
  */
  .navbar {
    padding: 0; }

  #navbar {
    display: block; }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
    justify-content: space-between; }

  .navbar li {
    position: relative;
    list-style: none; }

  .navbar > ul > li {
    position: relative;
    white-space: nowrap;
    padding: 8px 20px 8px 0px;
    /* padding: 8px 15px 8px 15px; */ }

  .navbar > ul > li:last-of-type {
    padding-right: 0; }

  .navbar a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #384046;
    white-space: nowrap;
    transition: 0.3s;
    border-bottom: 2px solid #F3F6F9;
    padding: 5px 2px; }

  .navbar a i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px; }

  .navbar a:hover, .navbar .active, .navbar li:hover {
    /* background-color: #1d303f; */ }

  .navbar a:hover, .navbar .active, .navbar li:hover > a {
    color: var(--linkColor);
    border-color: var(--linkColor); }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 20px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s; }

  .navbar .dropdown ul li {
    min-width: 200px; }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
    color: #082744;
    border: none; }

  .navbar .dropdown ul a i {
    font-size: 12px; }

  .navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
    color: var(--primaryColor); }

  .navbar .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible; }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden; }

  .navbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible; } }
@media (min-width: 992px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%; }

  .navbar .dropdown .dropdown:hover > ul {
    left: -100%; } }
@media (min-width: 992px) {
  /**
  * Mobile Navigation 
  */
  .mobile-nav-toggle {
    color: #2c4964;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s; }

  .mobile-nav-toggle.bi-x {
    color: #fff; } }
@media (min-width: 992px) and (max-width: 991px) {
  .mobile-nav-toggle {
    display: block; }

  .navbar ul {
    display: none; } }
@media (min-width: 992px) {
  .navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(28, 47, 65, 0.9);
    transition: 0.3s;
    z-index: 999; }

  .navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px; }

  .navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s; }

  .navbar-mobile > ul > li {
    padding: 0; }

  .navbar-mobile a {
    padding: 10px 20px;
    font-size: 16px;
    color: #2c4964;
    border: none; }

  .navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
    color: var(--primaryColor); }

  .navbar-mobile .getstarted {
    margin: 15px; }

  .navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25); }

  .navbar-mobile .dropdown ul li {
    min-width: 200px; }

  .navbar-mobile .dropdown ul a {
    padding: 10px 20px; }

  .navbar-mobile .dropdown ul a i {
    font-size: 12px; }

  .navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
    color: var(--primaryColor); }

  .navbar-mobile .dropdown > .dropdown-active {
    display: block; }

  .me-auto {
    margin-right: auto !important; }

  /*--------------------------------------------------------------
  ** Breadcrumbs and inner banner
  --------------------------------------------------------------*/
  .banner {
    background-color: var(--primaryColor); }

  .inner-banner {
    display: flex;
    flex-direction: column;
    padding: 2.25rem 0; }

  .inner-banner h1, .breadcrumb a, .breadcrumb-item.active::before, .breadcrumb-item.active, .divider {
    color: #ffffff; }

  .inner-banner h1 {
    margin-bottom: 0; }

  .breadcrumb {
    /* box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08); */
    background-color: transparent;
    /* padding-left: 0; */
    margin-bottom: 10px;
    padding: 0; }

  .divider {
    padding-left: 0.6rem; }

  /* 
  .bread {
      padding-left: 1rem;
      padding-top: 1rem;
      background: #fff;
      box-shadow: 0px 0 30px rgb(1 41 112 / 10%);
      border-bottom-left-radius: 10px;
      border-bottom-right-radius:10px;
      
  } */
  /* 
  .bread .row {
    padding-bottom: 20px;
  } */
  .breadcrumb-item {
    padding-left: 8px; }

  .breadcrumb-item:first-of-type {
    padding-left: 0; }

  .breadcrumb-item + .breadcrumb-item::before {
    content: "";
    padding-right: 0; }

  #breadcrumb .breadcrumb-item a, #breadcrumb .breadcrumb-item .active {
    text-decoration: none;
    font-size: 1rem; }

  #breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline; }

  li.breadcrumb-item.active, span.divider {
    font-size: 1rem; }

  /*--------------------------------------------------------------
  # Side menu navigation
  --------------------------------------------------------------*/
  .side-title {
    font-size: 18px;
    font-weight: 500;
    /* padding: .75rem 1.25rem; */
    padding: 0.75rem 0;
    margin-bottom: 0; }
    
  .side-menu {
    /* background-color: $lightColor; */
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1); }

  .side-menu ul {
    padding: 0; }

  .side-menu li {
    padding: .75rem 1.25rem;
    list-style-type: none; }

  .side-menu .active {
    border-left: 3px solid var(--linkColor); }

  #side-menu li:first-of-type:hover, #side-menu-mob li:first-of-type:hover {
    background-color: #ffffff;
    cursor: initial; }

  #side-menu ul li a, #side-menu-mob ul li a {
    text-decoration: none;
    font-weight: 400; }

  #side-menu ul li:hover, #side-menu-mob ul li:hover {
    background-color: #F3F6F9;
    cursor: pointer; }

  #side-menu ul li:hover a, #side-menu-mob ul li:hover a {
    color: var(--linkColor); }

  #side-menu .active, #side-menu-mob .active {
    background-color: #F3F6F9; }

  #side-menu .active a, #side-menu-mob .active a {
    color: var(--linkColor);
    margin-left: -3px; }

  /* News side menu  */
  #side-menu-news img, .side-menu img {
    width: 100%; }

  #side-menu-news, .side-menu {
    overflow: hidden; }

  #side-menu-news ul li a {
    text-decoration: none; }

  #side-menu-news ul li a:hover i {
    animation: arrow-left 0.3s linear forwards; }

  @keyframes arrow-left {
    from {
      transform: translateX(0px); }
    to {
      transform: translateX(-3px); } }
  /*--------------------------------------------------------------
  # About
  --------------------------------------------------------------*/
  .about {
    background: var(--primaryColor);
    background-size: cover;
    /*padding: 30px 0;*/
    padding: 0 0 10px 0;
    position: relative;
    color: #fff; }

  .about .content {
    padding: 30px 30px 30px 0; }

  .about .content h3 {
    font-weight: 700;
    font-size: 34px;
    color: #fff;
    margin-bottom: 30px; }

  .about .content p {
    margin-bottom: 30px; }

  #main .about .content .about-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 5px;
    transition: 0.3s; }

  .about .content .about-btn i {
    font-size: 14px; }

  .about-btn a {
    color: #384046; }

  .about .content .about-btn:hover {
    background: rgba(255, 255, 255, 0.1); }

  .about .icon-boxes .icon-box {
    margin-top: 30px; }

  .about .icon-boxes .icon-box i {
    font-size: 40px;
    color: #b6bdfc;
    margin-bottom: 20px; }

  .about .icon-boxes .icon-box h4, .about .icon-boxes .icon-box h3, .about .icon-boxes .icon-box h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0; }

  .about .icon-boxes .icon-box p {
    font-size: 15px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .about .content {
    padding-right: 0; } }
@media (min-width: 992px) and (max-width: 768px) {
  .about {
    text-align: center; } }
@media (min-width: 992px) {
  .about a {
    color: #fff; }

  /*--------------------------------------------------------------
  # Highlights
  --------------------------------------------------------------*/
  #highlights {
    /* background-color: $lightColor; */ }

  .highlights .highlight-wrap {
    /* padding-left: 50px; */ }

  .highlight-wrap {
    /* width: 800px;
    margin: auto; */ }

  .highlights .highlight-item {
    box-sizing: content-box;
    /* padding: 30px 30px 30px 60px; */
    /*margin: 30px 15px;*/
    margin: 15px 15px 30px 15px;
    /*margin: 30px 15px 10px 15px;*/
    /*min-height: 350px;*/
    /* box-shadow: 0px 0px 20px 0px rgba(11, 35, 65, 0.1); */
    position: relative;
    background: var(--primaryColor);
    display: flex;
    flex-direction: row;
    align-items: center;
    border-radius: 5px; }

  .highlight-svg {
    position: absolute;
    left: 0;
    z-index: 99999; }

  .highlights .highlight-item .highlight-img {
    width: 300px;
    height: 300px;
    margin-right: 30px;
    /* border-radius: 5px; */
    /* border: 6px solid #fff; */
    /* position: absolute; */
    /* left: -45px; */ }

  .highlight-svg, .highlight-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; }

  .highlight-text {
    /*padding: 30px 60px 30px 30px;*/
    padding: 15px 60px 15px 30px;
      
  }

  #highlights .highlight-text h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111; }

  .highlights .highlight-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0; }

  .highlights .highlight-item .quote-icon-left, .highlights .highlight-item .quote-icon-right {
    color: #fdedea;
    font-size: 26px; }

  .highlights .highlight-item p {
    margin: 15px auto 15px auto; }

  .highlights .swiper-pagination {
    margin-top: 20px;
    /* position: relative; */ }

  .highlights .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: var(--primaryColor);
    opacity: 1;
    border: 1px solid #fff; }

  .highlights .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff; }

  #highlights9 h2 {
    /* background-color: $lightColor; */
    color: #fff; }

  #highlights9 .overlay-highlights {
    background-color: rgba(18, 96, 157, 0.3);
    z-index: 9999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 300px;
    height: 300px;
    position: absolute;
    left: 0; }

  /*--------------------------------------------------------------
  # Features
  --------------------------------------------------------------*/
  .features .content + .content, .row-3, .row-2 {
    margin-top: 25px;
    
      
  }

  .features .content h3 {
    font-weight: 600;
    font-size: 26px; }

  /* .features .content ul {
    list-style: none;
    padding: 0;
  } */
  .features .content ul li {
    padding-bottom: 10px; }

  .features .content ul i {
    font-size: 20px;
    padding-right: 1rem;
    color: #3b4ef8; }

  .features .content p:last-child {
    margin-bottom: 0; }

  #features .icon-large {
    text-align: center;
    justify-content: center; }

  #features .icon-large i {
    font-size: 18rem;
    color: var(--primaryColor); }
    
    #features .icon-large-1, .icon-large-3 {
      /*text-align: right;*/
     
  }
  #features .icon-large-2 {
      /*text-align: left;*/
     
  }

  /*--------------------------------------------------------------
  # News
  --------------------------------------------------------------*/
  .bg-dark-blue, .bg-dark-blue h2 {
    background-color: var(--darkColor);
    color: #fff; }

  .news .icon-box {
    padding: 30px;
    border-radius: 5px;
    background-color: #fff;
    transition: ease-in-out 0.3s;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08); }

  .news .icon-box i {
    float: left;
    color: var(--primaryColor);
    font-size: 40px;
    line-height: 0;
    padding-top: 10px; }

  .news .icon-box h2,  .news .icon-box h3 {
    margin-left: 70px;
    font-weight: 600;
    /*margin-bottom: 15px;*/
    /* font-size: 18px; */ }

  .news .icon-box h2,  .news .icon-box h3 {
    /* color: #384046; */
    color: var(--darkColor);
    transition: 0.3s;
    /* font-size: 22px; */ }

  #main #landing-cards .news .landing-card a .icon-box h2,   #main #landing-cards .news .landing-card a .icon-box h3 {
    text-decoration: none; }

  .news .icon-box p {
    margin-left: 70px;
    line-height: 24px;
    font-size: 18px;
    color: #707070;
    font-weight: 600; }

  /*.news .icon-box:hover {*/
  /*  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08); }*/

  /*.news .icon-box:hover h4 {*/
  /*  color: var(--primaryColor); }*/
  
  .news .icon-box:hover {
  box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
  background-color: var(--primaryColor);
    
}

.news .icon-box:hover h2, .news .icon-box:hover h3, .news .icon-box:hover p, .news .icon-box:hover i{
  color: #ffffff;
  
    
}

  #landing-cards .news a {
    text-decoration: none;
    /* background-color: #f7fbfe; */
    /* background-color: #1979cc11; */
    /* background-color: #436f991c; */ }

  /* .news-list .icon-box {
    min-height: 0;
    margin-bottom: 2rem;
  } */
  .news-list .icon-box .news-description {
    font-weight: 400;
    font-size: 16px; }

  .article-date {
    font-size: 18px;
    /* padding: .75rem 1.25rem; */
    padding: 0.75rem 0 0 0;
    margin-bottom: 0; }

  #content .article-date {
    font-weight: 500; }

  /* News pager */
  .paging-block {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  #paging {
    margin-top: 3rem; }

  #paging a {
    text-decoration: none; }

  #paging .btn-primary {
    background-color: #ffffff;
    border-radius: 5;
    border: none;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.08);
    color: var(--linkColor); }

  #paging .btn-primary:hover {
    box-shadow: rbga(0, 0, 0, 0.08) 0px 2px 22px;
    /* background-color: $primaryColor;
    color: #fff; */ }

  #paging .btn-right:hover .fa-chevron-right {
    animation: arrow-right 0.3s linear forwards; }

  #paging .btn-left:hover .fa-chevron-left {
    animation: arrow-left 0.3s linear forwards; }

    /*--------------------------------------------------------------
# Landing-cards - Quick links
--------------------------------------------------------------*/
  #quick-links {
    display: flex;
    flex-direction: column; }

  .landing-cards {
    padding: 0 0 20px 0;
    position: relative;
    z-index: 3;
    /*padding-bottom: 3rem; */
      
  }

  .q-links {
    padding-top: 2rem;
    padding-bottom: 5rem; }

  .landing-cards .content {
    padding: 30px;
    background: var(--primaryColor);
    border-radius: 5px;
    color: #fff; }

  .landing-cards .content h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px; }

  .landing-cards .content p {
    margin-bottom: 30px;
    text-align: left; }

  .landing-cards .content .more-btn {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 30px 8px 30px;
    color: #fff;
    border-radius: 5px;
    transition: all ease-in-out 0.4s; }

  .landing-cards .content .more-btn i {
    font-size: 16px; }

  .landing-cards .content .more-btn:hover {
    color: var(--primaryColor);
    background: #fff; }

  .landing-cards .icon-boxes .icon-box {
    /* text-align: center; */
    border-radius: 5px;
    background: #fff;
    /* box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2); */
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.15);
    padding: 30px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    position: relative;
    z-index: 1;
    min-height: 100%; }

  .landing-cards .icon-boxes .icon-box i {
    font-size: 40px;
    color: var(--primaryColor);
    margin-bottom: 20px;
    transition: all 0.4s ease-in-out; }

  .landing-cards .icon-boxes .icon-box h4, .landing-cards .icon-boxes .icon-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #212529; }

  .landing-cards .icon-boxes .icon-box p, .landing-cards .icon-boxes .icon-box h6, .landing-cards .icon-boxes .icon-box ul li {
    font-size: 16px;
    color: #716f6f; }

  .landing-cards .icon-boxes .icon-box ul li {
    color: var(--primaryColor); }

  .landing-cards .icon-boxes .icon-box p:last-of-type {
    margin-bottom: 0; }

  /* hover styles  */
  .landing-cards .icon-boxes .icon-box::before {
    background: #ffffff;
    transition: all 0.8s;
    z-index: -1; }

  .landing-cards .icon-boxes .icon-box:hover::before {
    background: var(--primaryColor);
    border-radius: 5px; }

  .landing-cards .icon-boxes .icon-box:hover {
    /* background: $primaryColor; */
    cursor: pointer; }

  .landing-cards .icon-boxes .icon-box:hover h4, .landing-cards .icon-boxes a .icon-box:hover h4 {
    color: #fff; }

  .landing-cards .icon-boxes .icon-box:hover i {
    color: #fff; }

  .landing-cards .icon-boxes .icon-box:hover p {
    color: #fff; }

  .landing-cards .icon-boxes .icon-box:hover h6, .landing-cards .icon-boxes .icon-box:hover ul li {
    color: #fff; }

  #landing-cards .landing-card {
    margin-top: 30px; }

  .icon-box-outer, .icon-box {
    min-height: 100%; }

  .landing-cards .icon-boxes a, #landing-cards .landing-card a {
    text-decoration: none; }

  .icon-box-outer-hide {
    min-width: 100%; }

  #landing-cards-sidebar .side-desk {
    padding-top: calc(30px + 1.5rem); }

  /* 
  #landing-cards .card-topic {
    color: $primaryColor;
  } */
  /*#nes-logo .nes-logo-top path:nth-child(21), #nes-logo .nes-logo-top path:nth-child(22), #nes-logo .nes-footer path:nth-child(21), #nes-logo .nes-footer path:nth-child(22), #nes-logo-footer .nes-logo-top path:nth-child(21), #nes-logo-footer .nes-logo-top path:nth-child(22), #nes-logo-footer .nes-footer path:nth-child(21), #nes-logo-footer .nes-footer path:nth-child(22) {*/
  /*  opacity: 60%; }*/
  #nes-logo:hover, #nes-logo-footer:hover {
    cursor: pointer; }
  /*  #nes-logo:hover .nes-logo-top path:nth-child(21), #nes-logo:hover .nes-logo-top path:nth-child(22), #nes-logo:hover .nes-footer path:nth-child(21), #nes-logo:hover .nes-footer path:nth-child(22), #nes-logo-footer:hover .nes-logo-top path:nth-child(21), #nes-logo-footer:hover .nes-logo-top path:nth-child(22), #nes-logo-footer:hover .nes-footer path:nth-child(21), #nes-logo-footer:hover .nes-footer path:nth-child(22) {*/
  /*    opacity: 100%; }*/
  /*  #nes-logo:hover .nes-logo-top path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo:hover .nes-footer path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo-footer:hover .nes-logo-top path:not(:nth-child(21)):not(:nth-child(22)), #nes-logo-footer:hover .nes-footer path:not(:nth-child(21)):not(:nth-child(22)) {*/
  /*    opacity: 60%; }*/

  /*--------------------------------------------------------------
  ** Footer
  --------------------------------------------------------------*/
  footer {
    font-size: 1.13rem;
    line-height: 2.26rem;
    background-color: #384046;
    color: #ffffff; }

  footer ul {
    padding: 0; }

  footer ul li {
    list-style-type: none; }

  footer ul li a {
    color: #ffffff; }

  .blue {
    color: #A4C2D6; }

  .sub-footer p {
    font-size: 1.13rem; }

  .icons-footer {
    display: flex;
    justify-content: center;
    flex-direction: row; }

  .footer-social-icon {
    padding: 0.25rem;
    color: #A4C2D6; }

  .footer-social-icon:hover {
    color: #ffffff;
    animation: icons-rise 0.3s linear forwards; }

  @keyframes icons-rise {
    from {
      transform: translateY(0px); }
    to {
      transform: translateY(-5px); } }
  .sub-footer {
    /* background-color: #1d303f; */
    background-color: #F3F6F9;
    /* color: #ffffff; */
    color: #384046; }

  /* footer pdf  */
  footer .container-fluid {
    padding-left: 0;
    padding-right: 0; }

  .footer {
    background-color: #fff;
    color: #384046;
    /* margin-top: 3rem; */
    padding-bottom: 3rem; }

  .footer-last {
    margin-bottom: 0rem;
    padding-bottom: 0rem;
    font-size: 18px;
    text-align: center; }

  .footer-logo-text {
    font-size: 1.5rem;
    line-height: 1rem; }

  .copysymbol {
    font-size: 20px; }

  .footer a {
    color: #384046; }

  .footer ul {
    padding: 0;
    list-style-type: none; }

  .mob-footer-accordian {
    font-size: 1.25rem; }

  .mob-footer-accordian a {
    color: var(--black); }

  .footer-accordian-header {
    background-color: transparent;
    border: none;
    padding: 1rem;
    font-size: 1.5rem;
    width: 100%;
    border-bottom: 3px solid var(--black);
    text-align: left;
    font-size: 17px;
    letter-spacing: 1px; }

.footer-accordian-header:focus {
    outline: 1px solid #333; }

  .footer .fab {
    width: 7%;
    box-sizing: border-box; }

  .panel-body {
    padding: 1rem;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5; }

  .logo-container-footer {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: 0; }

  #footerCollapse_3 li {
    padding-bottom: 0; }

  .logo-container-footer-mob {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .border-top-footer {
    border-top: 2px solid white; } }
@media only screen and (min-width: 992px) and (max-width: 535px) {
  .logo-container-footer {
    justify-content: center; } }
@media (min-width: 992px) {
  /* iphone 5/SE column logos in footer  */ }
@media only screen and (min-width: 992px) and (max-width: 346px) {
  .logo-container-footer {
    display: none; } }
@media only screen and (min-width: 992px) and (min-width: 347px) {
  .logo-container-footer-mob {
    display: none; } }
@media (min-width: 992px) {
  .logo-text-footer {
    display: flex;
    flex-direction: row;
    /* margin-top: 2rem; */ }

  .logo-text-footer p {
    margin-bottom: 0;
    line-height: 130%;
    font-size: 14px;
    padding-left: 1rem; }

  .nes-footer {
    min-height: 100%; }

  .border-right-footer {
    border-right: 2px solid #ffffff; }

  .sub-footer {
    /* background-color: #1d303f; */
    background-color: #F3F6F9;
    /* color: #ffffff; */
    color: #384046; }

  .footer-last a {
    color: #212121; }

  .site-info {
    font-size: 1.5rem;
    font-weight: 500; }

  footer .fa-chevron-right {
    color: var(--linkColor);
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

  footer ul li {
    text-indent: -1.36rem;
    padding-left: 2.3rem; }

  .social-footer ul li {
    text-indent: 0;
    padding-left: 0; }

  .social-footer ul li a i {
    font-size: 1.8rem;
    margin-right: 1.5rem;
    color: var(--primaryColor); }

  .social-footer ul li a:hover i {
    color: var(--linkColor);
    animation: icons-rise 0.3s linear forwards; }

  @keyframes icons-rise {
    from {
      transform: translateX(0px); }
    to {
      transform: translate(2.5px, -2.5px); } }
  .social-footer a:hover {
    text-decoration: none; }

  .social-footer a:hover span {
    text-decoration: underline; }

  /* Move arrows footer links hover  */
  footer ul li a:hover .fa-chevron-right {
    animation: arrow-right 0.3s linear forwards; }

  @keyframes arrow-right {
    from {
      transform: translateX(0px); }
    to {
      transform: translateX(3px); } }
  .side-desk {
    display: block; }

  .side-mob {
    display: none; } }
@media only screen and (min-width: 1200px) {
  .q-links {
    padding-bottom: 4rem; }

  #landing-cards-sidebar .side-desk {
    padding-top: 30px; } }

/*# sourceMappingURL=sdpbrn.css.map */

        /*hide main nav on mobile */
        /*@media (max-width: 1023px) {*/
        /*    .navigation-mobile {*/
        /*        display: none;*/
        /*    }*/
        /*}*/
      
      
      .landing-cards-events {
          overflow: visible;
      }
      
      
      @media (max-width: 1023px) {
          .navigation-mobile {
              display: block;
          }
          .nav-desktop {
              display: none;
          }
      }
      
        @media (min-width: 1024px) {
          .navigation-mobile {
              display: none;
          }
          .nav-desktop {
              display: block;
          }
      }
      
      
      #newsRSS {
          background-color: var(--lightColor);
          margin-top: -3rem;
      }
      
      #newsRSS .news-description {
          font-weight: 300;
          font-size: 1rem;
      }
      .landing-cards-events i {
    padding-bottom: 2rem;
}
    
      @media (max-width: 768px) {
#features .icon-large i {
    font-size: 7rem;}
}
.banner-h2 {
        font-size: 1.75rem;
    }
    
    #features .section-title {
        padding-bottom: 0;
    }
@media (max-width: 767px) {
    
    .banner-h2 {
        font-size: 1.5rem;
    }
    .highlight-text p, #main .about .about-btn {
        font-size: 16px;
    }
    .highlight-text {
        padding-top: 0;
    }
    h3 {
        font-size: 1.5rem;
    }
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.75rem;
    }
    #features .section-title {
        padding-bottom: 20px;
    }
    .icon-3 {
        /*margin-top: 40px;*/
        /*margin-bottom: 16px;*/
        margin-bottom: 20px;
    }
    .mob-hr-1 {
        /*padding-bottom: 1rem;*/
    }
    .mob-hr-2 {
        
            margin-top: 2rem;
    }
}
/*tablet styles reduce spacing */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .features .content p:last-child {
    margin-bottom: 21px;
}
#newsRSS .news-description, #newsRSS h2 {
    margin-left: 0;
}
.landing-cards .icon-boxes .icon-box i {
    float: left;
    padding-right: 1rem;
}
.landing-cards .icon-boxes .icon-box {
    padding: 30px 30px 10px 30px;
}
}
/*Mobile styles reduce spacing*/
@media (max-width: 767px) {
    .landing-cards .icon-boxes .icon-box {
    padding: 30px 30px 10px 30px;
}
.landing-cards .icon-boxes .icon-box i {
    margin-bottom: 19px;
}
#features h2 {
    margin-bottom: -10px;
}
.inner-banner {
    margin-bottom: -1.5rem;
}
}

.news .icon-box h2, .news .icon-box h3 {
    font-size: 1.5rem; 
    font-weight: 600!important;
    
}    


#side-menu .side-title-li:hover {
    cursor: initial;
    background-color: transparent;
}

.nice-p {
    padding-right: 0.3rem;
}
@media (max-width: 991px) {
    .landing-cards .icon-boxes .icon-box h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #212529;
}
}

.a2hs {
    display: none;
    position: fixed;
    bottom: 10px;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    background: #212121;
    color: #ffffff;
    text-align: center;
    font-size: 4rem;
    z-index: 9999999;
}

ol 
{
    padding-top: 1.2rem;
}


