
/* General */
body {
  background-color: #FFF;
  font-family: 'SF Compact Display', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: rgba(0,0,0,0.87);
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 20px;
  color: #2A3F64;
}
h1, .h1 {
  font-size: 40px;
}
h2, .h2 {
  font-size: 32px;
}
h3, .h3 {
  font-size: 28px;
}
h4, .h4 {
  font-size: 24px;
}
h5, .h5 {
  font-size: 20px;
}
h6, .h6 {
  font-size: 16px;
}
p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 20px;
}
p:empty{
  display: none;
}
a {
  color:#0246AC;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  text-decoration: none;
}
a:hover {
  color: #2D3F61;
  text-decoration: underline;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #6A7076 !important;
  font-size: 15px;
  font-weight: bold;
}
::-moz-placeholder {
  color: #6A7076 !important;
  font-size: 15px;
  font-weight: bold;
}
:-ms-input-placeholder {
  color: #6A7076 !important;
  font-size: 15px;
  font-weight: bold;
}
:-moz-placeholder {
  color: #6A7076 !important;
  font-size: 15px;
  font-weight: bold;
}
input::placeholder {
  color: #6A7076 !important;
  font-size: 15px;
  font-weight: bold;
}

/* Section */
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.section-pt {
  padding-top: 60px;
  padding-bottom: 36px;
}

/* Buttons */
.btn {
  font-weight: 700;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  display: inline-block; 
  text-decoration: none !important;  
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-primary {
  background: #7189b7;
  border: 2px solid #7189b7;
  border-radius: 20px;
  min-width: 180px;
  font-size: 14px;
  min-height: 40px;
  line-height: 24px;
  color: #fff;
}
.btn-primary:hover{
  background: #2D3F61;
  border: 2px solid #2D3F61;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  background: #2D3F61;
  border: 2px solid #2D3F61;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
  background: #2D3F61;
  border: 2px solid #2D3F61;
  box-shadow: none;
  color: #fff;
}
.btn-secondary {
  background: #2D3F61;
  border: 2px solid #2D3F61;
  border-radius: 20px;
  min-width: 180px;
  font-size: 16px;
  min-height: 40px;
  color: #fff;
}
.btn-secondary:hover{
  background: #7189b7;
  border: 2px solid #7189b7;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
  background: #7189b7;
  border: 2px solid #7189b7;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-secondary.focus, .btn-secondary:focus {
  background: #7189b7;
  border: 2px solid #7189b7;
  box-shadow: none;
  color: #fff;
}
.btn-check:focus+.btn-light, .btn-light:focus, .btn-check:active+.btn-light:focus, .btn-check:checked+.btn-light:focus, .btn-light.active:focus, .btn-light:active:focus, .show>.btn-light.dropdown-toggle:focus, .btn-close:focus {
  box-shadow: none;
}

/* Links */
a.scsd-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #6D89BB;
  text-decoration: underline;
}
a.scsd-link:hover {
  color: #2D3F61;
}

/* Header */
#sdsd-header {
  z-index: 502;
}
#scsd-menu-top .navbarTopMenu {
  display: flex;
}
#scsd-menu-main .navbar-nav {
  transition: all 0.3s ease;
}
#scsd-menu-main .navbar-brand {
  width: 0;
  margin-right: 0;
  transition: all 0.3s ease;
}
#scsd-menu-main.fixed-top .navbar-brand {
  width: 38px;
  margin-right: 10px;
}
.navbar-light {
  background-color: #FFF;
}
.navbar-light .navbar-brand {
  max-width: 318px;
}
.navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #2D3F61;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
  color: #2D3F61;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #2D3F61;
  text-decoration: underline;
}
.navbar-dark {
  background-color: #2D3F61;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: rgba(255,255,255,1);
  padding-top: 12px;
  padding-bottom: 12px;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
  background-color: #DBE7F2;
  color: #2D3F61;
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  background-color: #DBE7F2;
  color: #2D3F61;
  text-decoration: none;
}
.navbar-dark .navbar-nav .nav-link.dropdown-toggle::after {
  display: none;
}
.navbar-dark .navbar-nav .nav-link.dropdown-toggle.show { 
  font-weight: 700;
  letter-spacing: -0.2px;
}
.navbar-dark .navbar-nav .has-megamenu .nav-link+button i {
  font-size: 20px;
}
.navbar-dark .navbar-nav .has-megamenu .nav-link+button i:before {
  content: "\f0fe";
}
.navbar-dark .navbar-nav .has-megamenu .nav-link+button.show i:before {
  content: "\f146";
}
.navbar-toggler {
  padding: 5px 0;
  border: none;
  font-size: 24px !important;
  line-height: 28px !important;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* Dropdown */
.dropdown-menu {
  width: 100%; 
  border-radius: 0;
  z-index: 502;
}
.dropdown-menu[data-bs-popper] {
  margin-top: 0;
}
.scsd-megamenu {
  background-color: #DBE7F2;
  border-color: transparent;
  padding: 10px 35px 10px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.1);
}
.scsd-megamenu h6, .scsd-megamenu .col-head {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #6D89BB;
}
.scsd-megamenu h6 a, .scsd-megamenu .col-head a {
  font-size: 16px;
  font-weight: bold;
  color: #2D3F61;
}
.col-megamenu ul li a {
  color: #2D3F61;
}
.col-megamenu ul li a:hover {
  font-weight: bold;
}
.col-megamenu.style-1 ul, .col-megamenu.style-2 ul {
  margin-top: 9px;
  margin-bottom: 9px;
}
.col-megamenu.style-1 ul li {
  padding-top: 9px;
  padding-bottom: 9px;
}
.col-megamenu.style-1 ul li a {
  font-size: 16px;
  font-weight: 600;
}
.col-megamenu.style-2 ul li a {
  font-size: 16px;
  font-weight: 600;
}
.col-megamenu ul li.col-head a {
  font-weight: bold;
}
.col-lg-3.dropdown.has-megamenu .col-megamenu.style-2 ul {
  margin-bottom: 0;
}


/* Form */
.form-control {
  border-radius: .25rem;
  padding: 8px 12px;
}
.form-control:focus {
  box-shadow: none;
}
#scsd-search input[type=search] {
  font-size: 16px;
  line-height: 24px;
  padding: 2px 12px 2px;
  border: 0;
  border-radius: 0;
}
#scsd-search input[type=search]:focus {
  border-color: transparent;
  box-shadow: none;
  outline: 0;
}
#scsd-search .btn {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 10px 2px 10px;
}
#scsd-search .btn img {
  width: 16px;
  height: auto;
}

/* Alert */
#scsd-alert {
  background-color: rgba(219,231,242,1);
}
#scsd-alert .alert-info {
  background-color: rgba(219,231,242,1);
  font-size: 16px;
  line-height: 24px;
  color: rgba(0,0,0,0.87);
  border-color: rgba(219,231,242,1);
  border-radius: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  min-height: auto;
}
#scsd-alert .alert-info p {
  margin-bottom: 0;
  font-weight: 700;
}
#scsd-alert .alert-info a {
  color: #2D3F61;
  text-decoration: underline;
}
#scsd-alert .alert-info i {
  color: #E95834;
  padding-right: 10px;
}
#scsd-alert .alert-info .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/12px auto no-repeat;
  padding: 8px 10px;
  opacity: .2;
}
#scsd-alert .alert-info .info {
  padding-left: 25px;
}
#scsd-alert .alert-info .info:before {
  position: absolute;
  content: "\f071";
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  margin-left: -30px;
  color: #FB4A1F;
}
.alert p {
  color: rgba(0,0,0,0.87);
}
.scsd-sub-page-content-alert .alert {
  padding: 20px 25px;
  margin-bottom: 30px;
  border-width: 2px;
}
.scsd-sub-page-content-alert .alert-info {
  color: #2D3F61;
  background-color: #DBE7F2;
  border-color: #DBE7F2;
}
.scsd-sub-page-content-alert .alert-danger {
  color: #ad000f;
  background-color: #ffedef;
  border-color: #f5c2c7;
}
.scsd-sub-page-content-alert .alert-heading {
  margin-bottom: 15px;
}
.scsd-sub-page-content-alert p:last-child {
  margin-bottom: 0;
}
.scsd-sub-page-content-alert .alert a {
  font-weight: bold;
  text-decoration: underline; 
}

/* Featured News */
#scsd-info {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#scsd-info .scsd-info-grid {
  position: relative;
  background-color: rgba(255,255,255,0.4);
  padding: 45px 65px;
  margin: 150px 0 0;
  border-radius: 4px;
}
#scsd-info .scsd-info-grid .card {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,1);
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#scsd-info .scsd-info-grid .card {
  cursor: pointer;
}
#scsd-info .scsd-info-grid .card-body {
  position: relative;
  padding: 30px 20px 20px;
}
#scsd-info .scsd-info-grid .card-body .card-info-title {
  min-height: 48px;
}
#scsd-info .scsd-info-grid .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 30px;
}
#scsd-info .scsd-info-grid .card-body h2 a {
  color: #2D3F61;
}
#scsd-info .scsd-info-grid .card-body h2 a:hover {
  text-decoration: none;
}
#scsd-info .scsd-info-grid .card-body img {
  width: 48px;
  margin-right: 20px;
}
#scsd-info .scsd-info-grid .card-body p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  min-height: 84px;
  margin-top: 20px;
  margin-bottom: 0;
}
#scsd-info .scsd-info-grid .card-link {
  background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 15px;
  opacity: 0;
  border-radius: 6px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#scsd-info .scsd-info-grid .card-link a {
  font-size: 14px;
  font-weight: 700;
  color: #6D89BB;
  text-decoration: underline;
}
#scsd-info .scsd-info-grid .card-link a:hover {
  color: #2D3F61;
}
#scsd-info .scsd-info-grid .card:hover {
  border: 1px solid #2D3F61;
}
#scsd-info .scsd-info-grid .card:hover .card-link {
  opacity: 1;
}
#scsd-info .scsd-info-grid .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(244,245,239, 0.5);
  backdrop-filter: blur(7px);
  border-radius: 4px;
}

/* Latest News */
#scsd-latest-news .latest-news-list {
  position: relative;
}
#scsd-latest-news .card-news-featured {
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: 0 4px 10px rgba(0,0,0,0.150);
}
#scsd-latest-news .card-news-list {
  border-radius: 0;
  border: 1px solid transparent;
  box-shadow: none;
  margin-bottom: 30px;
}
#scsd-latest-news  .card-news-featured .card-body {
  padding: 20px 25px;
}
#scsd-latest-news  .card-news-list .card-body {
  padding: 0;
}
#scsd-latest-news .card-body h2 {
  font-family: 'SF Compact Display', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
}
#scsd-latest-news .card-body h2 a {
  color: #2D3F61;
}
#scsd-latest-news .card-body h2 a:hover {
  text-decoration: underline;
}
#scsd-latest-news .card-body .posted-date {
  font-size: 12px;
  line-height: 20px;
  margin-top: 3px;
  margin-bottom: 5px;
  color: rgba(0,0,0,0.25);
}
#scsd-latest-news .card-body p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 0;
}
#scsd-latest-news .card-footer {
  padding: 0 25px 25px;
  background-color: #FFF;
  border-top: 1px solid transparent;
}
#scsd-latest-news .card-footer a.card-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2D3F61;
}
#scsd-latest-news .card-footer a.card-link:hover {
  text-decoration: underline;
}
#scsd-latest-news .card-link a {
  position: absolute;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #2D3F61;
}
#scsd-latest-news .card-link a:hover {
  text-decoration: underline;
}

/* Get the Latest News */
#scsd-get-the-latest-news {
  background-color: #DDE7F1;
}
#scsd-get-the-latest-news .get-the-latest-news-form {
  padding-left: 20px;
  padding-right: 20px;
}

/* Breadcrumb */
#scsd-breadcrumb {
  padding-top: 10px;
  padding-bottom: 10px;
}
#scsd-breadcrumb .breadcrumb {
  margin-bottom: 0;
}
#scsd-breadcrumb .breadcrumb-item {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #2D3F61;
}
#scsd-breadcrumb .breadcrumb-item.active {
  color: #2D3F61;
}
#scsd-breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 5px;
}
#scsd-breadcrumb .breadcrumb-item+.breadcrumb-item:before {
  padding-right: 5px;
}
#scsd-breadcrumb .breadcrumb-item a {
  color: #485784;
}
#scsd-breadcrumb .breadcrumb-item:not(:first-child):before, #scsd-breadcrumb .breadcrumb-item.active:before {
  content: "/";
  color: #485784;
}

/* Sub Page Sidebar */
#sub-page-sidebar {
  margin-top: 30px;
}
#sub-page-sidebar .list-group-item {
  font-family: 'SF Compact Display', sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0 8px;
  color: #000000;
  border: none;
}
#sub-page-sidebar .list-group-item:last-child {
  padding-bottom: 0;
}
#sub-page-sidebar .list-group-item a {
  color: #000000;
}
#sub-page-sidebar .list-group-item button span.title, .navbar-toggler span.title, #toggleSidebarMenu span.title {
  position: absolute;
  top: 0;
  visibility: hidden;
}
#sub-page-sidebar .list-group-item span {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0,0,0,1);
  display: block;
}
#sub-page-sidebar .list-group-item span.border {
  display: inline-block;
}
#sub-page-sidebar .list-group-item.active {
  background-color: transparent;
  border-color: transparent;
}
#sub-page-sidebar .list-group-item.active > a {
  font-weight: bold;
}

/* Sub Page Content */
#sub-page-content {
  margin-top: 10px;
}
#sub-page-content h2 {
  font-size: 80px;
  margin-bottom: 22px;
}
#sub-page-content h3:not(:first-of-type) {
  padding-top: 30px;
  margin-bottom: 22px;
}
#sub-page-content .scsd-info-grid {
  position: relative;
  background-color: rgba(255,255,255,0.4);
  padding: 25px 35px;
  margin: 0 0 30px;
}
#sub-page-content .scsd-info-grid .card {
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,1);
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  cursor: pointer;
}
#sub-page-content .container-box .scsd-info-grid .card {
   border: 1px solid #b7b9bb;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#sub-page-content .scsd-info-grid .card-body {
  position: relative;
  padding: 30px 22px 20px;
}
#sub-page-content .scsd-info-grid .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 0;
}
#sub-page-content .scsd-info-grid .card-body h2 a {
  color: #2D3F61;
  text-decoration: none;
}
#sub-page-content .scsd-info-grid .card-body img {
  width: 48px;
  margin-right: 20px;
}
#sub-page-content .scsd-info-grid .card-body p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  min-height: 84px;
  margin-top: 20px;
  margin-bottom: 0;
}
#sub-page-content .scsd-info-grid .card-link {
  background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,1));
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 20px 15px;
  opacity: 0;
  border-radius: 6px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#sub-page-content .scsd-info-grid .card-link a {
  font-size: 14px;
  font-weight: 700;
  color: #6D89BB;
}
#sub-page-content .scsd-info-grid .card-link a:hover {
  text-decoration: underline;
  color: #2D3F61;
}
#sub-page-content .scsd-info-grid .card:hover {
  border: 1px solid #2D3F61;
}
#sub-page-content .scsd-info-grid .card:hover .card-link {
  opacity: 1;
}
#sub-page-content .scsd-info-grid .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(244,245,239, 0.5);
  backdrop-filter: blur(7px);
}
#sub-page-content .para-sm p {
  font-size: 14px;
  line-height: 20px;
}
#sub-page-content .scsd-sub-link-grid {
  position: relative;
  background-color: rgba(255,255,255,0.4);
  padding: 0;
  margin: 0;
}
#sub-page-content .scsd-sub-link-grid .card {
  background-color: #DBE7F2;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,1);
  margin-bottom: 30px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  cursor: pointer;
}
#sub-page-content .scsd-sub-link-grid .sub-link-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#sub-page-content .scsd-sub-link-grid .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
  padding-right: 0;
}
#sub-page-content .scsd-sub-link-grid .card-body h2 a {
  color: #2D3F61;
  text-decoration: none;
}
#sub-page-content .scsd-sub-link-grid .card-body a i {
  font-size: 16px;
  color: #6D89BB;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#sub-page-content .scsd-sub-link-grid .card:hover {
  border: 1px solid #2D3F61;
}
#sub-page-content .scsd-sub-link-grid .card:hover a i {
  color: #2D3F61;
}

#sub-page-content .scsd-sub-link-thumbnail-grid {
  position: relative;
  background-color: rgba(255,255,255,0.4);
  padding: 0;
  margin: 0;
}
#sub-page-content .scsd-sub-link-thumbnail-grid .card {
  background-color: #DBE7F2;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,1);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  overflow: hidden;
}
#sub-page-content .scsd-sub-link-thumbnail-grid h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-right: 15px;
  padding-left: 15px;
  word-wrap: no-break;
  color: #FFF;
}
#sub-page-content .scsd-sub-link-thumbnail-grid h2 a {
  color: #FFF;
  text-decoration: none;
}
#sub-page-content .scsd-sub-link-thumbnail-grid p {
  font-size: 14px;
  line-height: 130%;
  margin-bottom: 0;
}
#sub-page-content .scsd-sub-link-thumbnail-grid .card-thumbnail img {
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#sub-page-content .scsd-sub-link-thumbnail-grid .card-thumbnail:hover img {
  filter: brightness(60%);
  transform: scale(1.05);
}
#sub-page-content .scsd-sub-link-thumbnail-grid .card-thumbnail-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 50%, rgba(255, 255, 0, 0));
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  color: #FFF;
  padding: 50px 30px 30px;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
#sub-page-content .scsd-sub-link-thumbnail-grid .card-thumbnail:hover .card-thumbnail-content {
  padding-bottom: 40px;
}

/* Pay Your Fee Section */
.scsd-pay-fee .pay-ordered-fee {
  background-color: #DBE7F2;
  border-color: #DBE7F2;
  color: #2D3F61;
  border-radius: 6px;
  margin-bottom: 80px;
  overflow: hidden;
}
.scsd-pay-fee .payment-info-image {
  background-color: #2D3F61;
  padding-top: 90px;
  text-align: center;
}
.scsd-pay-fee .payment-info-image h2 {
  font-size: 30px;
  color: #FFF;
  padding: 35px 20px 0;
}
.scsd-pay-fee .payment-info-text {
  padding: 40px 45px;
  display: flex;
  flex-direction: column;
}
.scsd-pay-fee .payment-info-text a.link {
  font-size: 16px;
  font-weight: 600;
  color: #6D89BB;
  text-decoration: underline;
}
.scsd-pay-fee .payment-info-text a.link:hover {
  color: #2D3F61;
}

/* Pay Ordered Fee */
.scsd-pay-ordered-fee {
  margin-bottom: 30px;
}
.scsd-pay-ordered-fee .card-body {
  padding: 35px 35px 45px;
  text-align: center;
}
.scsd-pay-ordered-fee .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px !important;
  padding-right: 0;
  text-align: center;
} 
.scsd-pay-ordered-fee .card-body h2 a {
  color: #2D3F61;
  text-decoration: none !important;
}
.scsd-pay-ordered-fee .card-body h2 a:hover {
  text-decoration: underline !important;
}
.scsd-pay-ordered-fee .card-body img {
  width: 170px;
  margin-right: 20px;
}
.scsd-pay-ordered-fee .card-body li {
  font-size: 16px;
  margin-bottom: 10px;
}
.scsd-pay-ordered-fee svg path, .scsd-pay-ordered-fee svg rect, .scsd-pay-ordered-fee svg circle {
  fill: #2D3F61;
}
.scsd-pay-ordered-fee .card-icon {
  height: 65px;
  width: auto;
  margin: 15px auto;
}
.scsd-pay-ordered-fee .card-icon svg {
  height: 100%;
}
.scsd-pay-ordered-fee .card-icon i {
  font-size: 40px;
  color: #2D3F61;
}
.scsd-pay-ordered-fee .card-link {
  margin-top: 30px;
}

/* Online Services Box */
.scsd-online-services-box {
  margin-bottom: 30px;
}
.scsd-online-services-box .online-services {
  background-color: #DBE7F2;
  border-color: #DBE7F2;
  color: #2D3F61;
  border-radius: 6px;
  overflow: hidden;
}
.scsd-online-services-box .online-services-image {
  background-color: #2D3F61;
  padding: 30px 30px 30px 45px;
}
.scsd-online-services-box .online-services-image svg {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
}
.scsd-online-services-box .online-services-image h2 {
  font-size: 26px !important;
  color: #FFF;
  padding: 0 20px 0 0;
}
.scsd-online-services-box .online-services-image p { 
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.scsd-online-services-box .online-services-image a {
  color: #fff;
  text-decoration: none !important;
}
.scsd-online-services-box .online-services-image a:hover {
  text-decoration: underline;
}
.scsd-online-services-box .online-services-text {
  padding: 35px 45px 35px 60px;
  display: flex;
  flex-direction: column;
  min-height: 354px;
}
.scsd-online-services-box .online-services-text a.link {
  font-size: 16px;
  font-weight: 600;
  color: #6D89BB;
  text-decoration: underline;
}
.scsd-online-services-box .online-services-text a.link:hover {
  color: #2D3F61;
}

/* Lists */
ul.scsd-link-list {
  padding: 0;
  margin: 0;
}
ul.scsd-link-list li {
  position: relative;
  list-style-type: none;
  margin-bottom: 3px;
}
ul.scsd-link-list li:last-child {
  margin-bottom: 0;  
}
ul.scsd-link-list li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 100%;
  text-decoration: none !important;
}
ul.scsd-link-list li a:hover {
  text-decoration: underline;
}

/* Judgement Calculator */
.scsd-judgement-calculator {
  margin-bottom: 30px;
}
.scsd-judgement-calculator .card-body {
  padding: 35px 35px 45px;
}
.scsd-judgement-calculator .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px !important;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px !important;
  padding-right: 0;
  text-align: center;
} 
.scsd-judgement-calculator .card-body h2 a {
  color: #2D3F61;
  text-decoration: none !important;
}
.scsd-judgement-calculator .card-body h2 a:hover {
  text-decoration: underline !important;
}
.scsd-judgement-calculator .card-body ul {
  padding-left: 0 !important;
}
.scsd-judgement-calculator .card-body img {
  width: 170px;
  margin-right: 20px;
}
.scsd-judgement-calculator .card-body li {
  font-size: 16px;
  margin-bottom: 10px;
}
.scsd-judgement-calculator svg path, .scsd-judgement-calculator svg rect, .scsd-judgement-calculator svg circle {
  fill: #2D3F61;
}
.scsd-judgement-calculator .card-icon {
  text-align: center;
  margin-bottom: 15px;
}
.scsd-judgement-calculator .card-icon i {
  font-size: 40px;
  color: #2D3F61;
}
.scsd-judgement-calculator .card-link {
  margin-top: 30px;
}

/* Info panel */
.scsd-info-panel {
  background-color: rgba(219,231,242,1);
  border: 1px solid #9fadc7;
  border-radius: 5px;
  margin-top: 20px;
  margin-bottom: 50px;
}
.scsd-info-panel .card {
  background-color: rgba(219,231,242,1);
  border: 1px solid transparent;
}
.scsd-info-panel .card-body {
  padding: 50px 30px;
  min-height: 200px;
}
.scsd-info-panel .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px !important;;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px !important;
  padding-right: 0;
  text-align: center;
} 
.scsd-info-panel .card-body h2 a {
  color: #2D3F61;
  text-decoration: none !important;
}
.scsd-info-panel .card-body h2 a:hover {
  text-decoration: underline !important;
}
.scsd-info-panel .card-body img {
  width: 170px;
  margin-right: 20px;
}
.scsd-info-panel .card-body p {
  font-size: 24px !important;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 30px;
} 
.scsd-info-panel .card-body p:last-child {
  margin-bottom: 0;
}
.scsd-info-panel .card-body p em {
  font-style: normal;
}
.scsd-info-panel .card-body li {
  margin-bottom: 30px;
}
.scsd-info-panel svg {
  width: 90px;
}
.scsd-info-panel svg path, .scsd-info-panel svg rect, .scsd-info-panel svg circle, .scsd-info-panel svg polygon {
  fill: #2D3F61;
}
.scsd-info-panel .card-icon {
  text-align: center;
}
.scsd-info-panel .card-icon i {
  font-size: 40px;
  color: #2D3F61;
}
.scsd-info-panel .list-group-item {
  background-color: transparent;
  border: 1px solid transparent;
}
.scsd-info-panel .btn {
  margin: 0 15px;
}

/* Info Box */
.scsd-info-box {
  margin-top: 20px;
  margin-bottom: 50px;
}
.scsd-info-box .card {
  height: 100%;
}
.scsd-info-box .card-body {
  padding: 35px;
}
.scsd-info-box .card-body h2 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 30px !important;;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 30px !important;
  padding-right: 0;
  text-align: center;
} 
.scsd-info-box .card-body h2 a {
  color: #2D3F61;
  text-decoration: none !important;
}
.scsd-info-box .card-body h2 a:hover {
  text-decoration: underline !important;
}
.scsd-info-box .card-body img {
  width: 170px;
  margin-right: 20px;
}
.scsd-info-box .card-body li {
  font-size: 16px;
  margin-bottom: 10px;
}
.scsd-info-box .card-heading.heading-dl h2 {
  margin-bottom: 20px !important;
}
.scsd-info-box .card-heading.heading-dl h2 span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.scsd-info-box svg path, .scsd-info-box svg rect, .scsd-info-box svg circle {
  fill: #2D3F61;
}
.scsd-info-box .card-icon {
  text-align: center;
  margin-bottom: 15px;
}
.scsd-info-box .card-icon i {
  font-size: 40px;
  color: #2D3F61;
}
.scsd-info-box.box-ht {
  margin-top: 0;
  margin-bottom: 30px;
}
.scsd-info-box.box-ht.sm {
  margin-top: 30px;
  margin-bottom: 50px;
}
.scsd-info-box.box-ht .card-body {
  padding: 35px;
  text-align: center;
}
.scsd-info-box.box-ht .card-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
}
.scsd-info-box.box-ht .card-icon svg {
  max-height: 75px;
}
.scsd-info-box.box-ht .card-footer {
  padding: 30px 10px;
  text-align: center;
}

.card-service-providers {
  margin-bottom: 24px;
  text-align: center;
}
.card-service-providers .card-body {
  min-height: 150px;
}
.card-service-providers .card-body img {
  max-height: 118px;
}
.card-service-providers .card-footer {
  background-color: rgba(219,231,242,1);
  border-top: 1px solid rgb(255 255 255 / 13%);
}
.card-service-providers .card-footer a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #2D3F61;
  text-decoration: none !important;
}
.card-service-providers .card-footer a:hover {
  text-decoration: underline !important;
}

/* News Details */
.news-details h2 {
  margin-bottom: 10px;
} 
.news-details h3 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 3px;
} 
.news-details .post-stat {
  font-size: 12px;
  line-height: 20px;
  color: rgba(0,0,0,0.5);
  margin-bottom: 25px;
}
.news-details img {
  width: 100%;
}

/* Locations */
.scsd-locations {
  margin-top: 60px;
}
.scsd-locations .card {
  min-height: 384px;
  margin-bottom: 30px;
  text-align: center;
  box-shadow: 8px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.scsd-locations .card img {
  position: absolute;
  width: 100%;
  height: 400px;
  object-fit: cover;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
}
.scsd-locations .card-title {
  position: relative;
  bottom: 15px;
  text-align: center;
  line-height: 100%;
}
.scsd-locations .card-img-overlay a {
  display: inline-block;
  background-color: #fff;
  padding: 8px 15px 10px;
  font-size: 18px;
  font-weight: bold;
  color: #2D3F61;
  text-decoration: none !important;
}
.scsd-locations .card:hover img {
  -o-trnasform:scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform:scale(1.1);
}

/* Court Details */
.court-details .court-image img {
  width: 96%;
  margin-bottom: 20px;
}
.court-direction-details {
  margin-top: 60px;
}
.court-direction {
  position: relative;
}
.court-direction-details iframe {
  margin-top: 15px;
  border: 1px solid #C4C4C4;
}
.court-direction-details .card {
  border: 1px solid transparent;
  margin-top: 10px;
}
.court-direction-details .card-body {
  padding: 0;
}
.court-direction-details .card-direction h4 {
  font-size: 20px;
  margin-left: 25px;
  margin-bottom: 10px;
}
.court-direction-details .card-direction h4:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: bold;
  content: "\f105";
  top: 2px;
  left: 0;
  color: #6D89BB;
}
.court-direction-details .card-direction p {
  padding-left: 25px;
}
#court-parking-details h3 {
  padding-top: 30px !important;
}


/* Info List */
.info-list .info-list-item {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

/* Info Ext. */
#scsd-info-ext p {
  margin-bottom: 0;
}
#scsd-info-ext .row-right-image-block {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* Tasks Tabs */
.scsd-tasks-tabs {
  margin-top: 30px;
}

/* Footer */
#scsd-footer {
  background-color: #2D3F61;
  font-size: 12px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
#scsd-footer #scsd-primary-menu {
  margin-bottom: 10px;
}
#scsd-footer #scsd-primary-menu a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
#scsd-footer #scsd-primary-menu a:hover {
  text-decoration: underline;
}
#scsd-footer #scsd-secondary-menu {
  margin-bottom: 10px;
}
#scsd-footer #scsd-secondary-menu a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
#scsd-footer #scsd-secondary-menu a:hover {
  text-decoration: underline;
}
#scsd-footer #scsd-social-menu {
  margin-bottom: 0;
}
#scsd-footer #scsd-social-menu a img {
  width: 24px;
  margin-left: 15px;
}

/* List Video */
#sub-page-content .list-video {
  margin-top: 30px;
  margin-bottom: 90px;
  padding-left: 0;
}
#sub-page-content .list-video.list-prl {
  margin-top: 0;
  margin-bottom: 20px;
}
#sub-page-content .list-video li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style: none;
  padding: 25px;
  border: 1px solid #fff;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
}
#sub-page-content .list-video .video-item-title, #sub-page-content .list-video .video-item-link {
  justify-content: center;
  align-self: center;
}
#sub-page-content .list-video h4 a {
  color: #2D3F61;
  text-decoration: none;
}
#sub-page-content .list-video h4 a:hover {
  text-decoration: underline;
}

.navbar-dark .navbar-nav .scsd-megamenu {
  position: absolute;
  width: 100%;
  border-radius: 0;
  z-index: 502;
  display: none;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-top: 1px solid #dbe7f2;
}
.navbar-dark .navbar-nav .has-megamenu button i:before {
  font-size: 20px;
}
.navbar-nav .nav-item:not(.has-megamenu) .nav-exp {
  display: none;
}
.navbar-nav .nav-exp i:before {
  content: "\f0fe";
}
.navbar-nav .nav-exp.show i:before {
  content: "\f146";
}
.navbar-dark .navbar-nav .nav-link + button, .navbar-nav .nav-item.has-megamenu .nav-exp {
z-index: 962;
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .scsd-megamenu {
    position: absolute;
}
}
@media (max-width: 991.98px) {
.navbar-dark .navbar-nav .has-megamenu:not(.open) .scsd-megamenu {
display: none !important;
}
.navbar-dark .navbar-nav .scsd-megamenu {
  position: relative;
  border: none;
}
}
@media (max-width: 767.98px) {
.col.col-megamenu {
  flex: 0 0 auto;
  width: 100%;
}
}
/* Go to Top */
#go-to-top {
  min-width: 40px;
  z-index: 502;
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
  border: 2px solid #fff;
  color: #fff;
  font-size: 20px;
}