/*
 * TTC Theme
 * Version 1.0 
 * Oct, 2025
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
.text-right {
  text-align: right !important;
}

ul {
  list-style-type: disc;
}

.mainbody a:hover {
  color: #173a4d !important;
}

.btn, .mainbody .btn {
  font-size: 16px;
  padding: .7rem 1.5rem;
}

.btn-sm, .mainbody .btn-sm {
  font-size: 15px;
  padding: .4rem 1rem;
}

.ttctheme .table tbody th {
  font-weight: 600 !important;
}

.ttctheme .btn:hover, .ttctheme .btn:focus {
  color: white !important;
  background-color: #1c4e69 !important;
  border-color: #1c4e69 !important;
}

.ttctheme .btn-lg, .ttctheme .mainbody .btn-lg {
  font-size: 20px;
  padding: .85rem 2.5rem;
  font-weight: 600;
}

.ttctheme .btn-primary {
  color: black !important;
  background-color: #FFA400;
  border-color: #FFA400;
}

.ttctheme .btn-gray {
  background-color: #777;
  color: white !important;
}

.ttctheme .btn-teal {
  background-color: #079385;
  color: white !important;
}

.ttctheme .btn-clk-yellow {
  background-color: #ecc72f;
  color: black;
}

.ttctheme .btn-outline-white {
  border: 2px solid white;
  color: white;
  padding-top: .55rem;
  padding-bottom: .55rem;
}

.ttctheme .btn-outline-white:visited {
  color: white !important;
}

.ttctheme .btn-outline-white:hover {
  background-color: #FFA400 !important;
  border-color: #FFA400;
  color: #173a4d !important;
}

.ttctheme .btn-outline-white:focus {
  border-color: #173a4d;
  color: #173a4d !important;
}

.text-clkgreen {
  color: #067f73 !important;
}

.text-teal {
  color: #079385 !important;
}

.mainbody .btn-dark:hover {
  color: white !important;
}

.tealborder-20 {
  border-top: 20px solid #007a7a !important;
}

.clkyellowborder-20 {
  border-top: 20px solid #ecc72f !important;
}

.oceanblueborder-20 {
  border-top: 20px solid #007FB0 !important;
}

.bg-beige {
  background-color: rgba(240, 231, 212, 0.5) !important;
}

.page-section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.page-section h2 {
  color: #173a4d !important;
}

.page-intro {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 576px) {
  .page-section h2 {
    font-size: 32px !important;
  }
  .page-intro h2 {
    font-size: 24px !important;
  }
}

@media (min-width: 992px) {
  .page-section h2 {
    font-size: 32px !important;
  }
  .page-intro h2 {
    font-size: 25px !important;
  }
}

@media (min-width: 1200px) {
  .page-section h2 {
    font-size: 30px !important;
  }
  .page-intro h2 {
    font-size: 26px !important;
  }
}

@media (min-width: 1400px) {
  .page-intro h2 {
    font-size: 26px !important;
  }
}

@media (min-width: 1600px) {
  .page-intro h2 {
    font-size: 26px !important;
  }
}

.scc-tabs {
  border-bottom: 3px solid #007FB0;
}

.scc-tabs .nav-pills-scc {
  border-radius: .5rem .5rem 0 0;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
}

.scc-tabs .nav-pills-scc li {
  list-style-type: none;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.scc-tabs .nav-pills-scc li:last-child {
  margin-right: 0;
}

.scc-tabs .nav-pills-scc .nav-link {
  border-bottom: 0 !important;
  border-radius: .45rem .45rem 0 0;
  padding: .8rem 2rem .8rem;
  text-decoration: none;
  background-color: #f0f0f0;
}

.scc-tabs .nav-pills-scc .nav-link span {
  color: #333;
  font-size: 17px;
  font-weight: 600;
}

.scc-tabs .nav-pills-scc .nav-link.active {
  background-color: #007FB0;
}

.scc-tabs .nav-pills-scc .nav-link.active span {
  color: white;
}

.scc-tabs .nav-pills-scc .nav-link.active:hover {
  background-color: #007FB0;
}

.scc-tabs .nav-pills-scc .nav-link:hover {
  background-color: rgba(0, 127, 176, 0.1);
}

.scc-tabpane {
  background-color: white;
  padding: 2rem .8rem;
  border-radius: 0;
  border: 2px solid #ddd;
  border-top: 0;
  font-size: 16px;
}

.scc-tabpane.inactive {
  display: none;
}

.scc-tabpane h3 {
  font-size: 20px;
}

.scc-tabpane li {
  padding-bottom: .3rem;
}

.scc-tabs.style2 .nav-pills-scc {
  background-color: #F2F3F9;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px !important;
  border-radius: .5rem .5rem 0 0;
  width: 100%;
  margin-bottom: .2rem;
}

.scc-tabs.style2 .nav-pills-scc li {
  list-style-type: none;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.scc-tabs.style2 .nav-pills-scc li:last-child {
  margin-right: 0;
}

.scc-tabs.style2 .nav-pills-scc .nav-link {
  border-bottom: 0 !important;
  border-radius: .45rem;
  padding: .7rem 1.5rem;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  text-decoration: none;
  background-color: white;
}

.scc-tabs.style2 .nav-pills-scc .nav-link span {
  color: #333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.scc-tabs.style2 .nav-pills-scc .nav-link.active {
  background-color: #007FB0;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}

.scc-tabs.style2 .nav-pills-scc .nav-link.active span {
  color: white;
}

.scc-tabs.style2 .nav-pills-scc .nav-link.active:hover {
  background-color: #0c8e4a;
}

.scc-tabs.style2 .nav-pills-scc .nav-link:hover {
  background-color: rgba(12, 142, 74, 0.1);
}

.scc-tabs.style2 .scctab {
  border-radius: .4rem;
  padding: 2rem 1rem;
  display: none;
}

.scc-tabs.style2 .scctab.active.show {
  display: block;
}

.scc-tabpane.style2 {
  background-color: rgba(242, 243, 249, 0.25);
  padding: 2rem .8rem;
  border-radius: 0 0 .5rem .5rem;
  border: 0;
}

.scc-tabpane.style2.inactive {
  display: none;
}

@media (min-width: 992px) {
  .scc-tabs .nav-pills-scc {
    flex-wrap: nowrap;
  }
  .scc-tabs .nav-pills-scc li {
    line-height: 1.3;
  }
  .scc-tabs .nav-pills-scc .nav-link {
    height: 100%;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 991.98px) {
  .scc-tabs .nav-pills-scc {
    justify-content: center;
    margin-bottom: 1rem;
  }
  .scc-tabs .nav-pills-scc .nav-link {
    border-bottom-left-radius: .45rem;
    border-bottom-right-radius: .45rem;
    margin-bottom: .5rem;
  }
}

.scc-card .card-title {
  color: black;
}

.scc-card-icon-circle .figure-wrap {
  width: 140px;
  height: 140px;
  margin-bottom: .5rem;
}

.scc-card-icon-circle .figure-wrap img {
  width: 70px;
  max-height: 65px;
}

.scc-card-icon-circle .figure-wrap.circle-120 {
  width: 120px;
  height: 120px;
}

.scc-card-icon-circle .card-title {
  font-weight: 600 !important;
}

.card-withimg .card-title {
  font-size: 18px;
  font-weight: 600 !important;
  color: black;
}

.card-withimg .card-text {
  font-size: 15px;
}

.card-nobg .figure-wrap {
  background-color: transparent !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  height: 130px;
}

.card-nobg .figure-wrap img {
  max-width: 110px;
}

.card-nobg:hover .figure-wrap {
  box-shadow: none;
}

.card-nobg:hover .figure-wrap img {
  filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.2));
}

.scc-card:hover .card-title {
  color: #007a7a;
}

.ttctheme .scc-card .card-body {
  padding-top: .8rem;
  padding-bottom: 1rem;
}

.ttctheme .card-icon .figure-wrap {
  background-color: #55B3D8;
  height: 170px;
}

.ttctheme .card-icon .figure-wrap img {
  max-width: 100px !important;
  width: 100px;
}

.ttctheme .card-icon .card-title {
  font-weight: 600 !important;
  font-size: 18px;
}

.ttctheme .card-icon:hover .figure-wrap {
  background-color: #007FB0;
}

.ttctheme .card-icon.card-icon-withcirlebg .figure-wrap {
  padding: 0;
}

.ttctheme .card-icon.card-icon-withcirlebg .figure-wrap .iconbg-circle {
  background-color: white;
  padding: 0;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.ttctheme .card-icon.card-icon-withcirlebg .figure-wrap img {
  max-width: 100% !important;
  max-height: 100%;
  width: 100%;
}

.card-icon-circle {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  text-align: center;
}

.card-icon-circle .figure-wrap {
  width: 130px;
  height: 130px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  background-color: #eee;
  border-radius: 50%;
  margin: 1.5rem auto;
}

.card-icon-circle .figure-wrap img {
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 70px;
}

.card-icon-circle .card-body {
  text-align: center;
  padding-top: 0;
}

.card-icon-circle .card-title {
  font-size: 19px;
  font-weight: 600;
}

.card-icon-circle .btn-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -999rem;
  border-bottom: 0;
}

.card-icon-circle .btn-more:hover {
  background-color: transparent;
}

.card-icon-circle:hover .figure-wrap {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Collapesable panel */
.scc-collapes.collapes-style2 .btn-collapes:hover {
  color: white !important;
}

.scc-collapes.collapes-style2 .btn-collapes.collapsed:hover {
  color: #007FB0 !important;
}

.scc-collapes.collapes-style4 .scc-collapes-btnwrap {
  margin-bottom: 0 !important;
}

/* 
 * Header
 * ======================================== */
.site-header-wrap {
  z-index: 1001;
  position: relative;
}

.site-header {
  position: relative;
  margin-bottom: 0;
}

.site-header .main-navbar {
  position: static;
  padding: 1rem 0;
}

.masterhead {
  position: relative;
}

.header-top {
  padding-left: 0;
  padding-right: 0;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-brand a:hover {
  text-decoration: none;
}

.navbar-toggler {
  padding: .1rem 0 0 0;
  font-size: 32px;
  color: #0E7FAD;
  border-color: white;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 18px;
}

.navbar-toggler .fe-icon-menu:before {
  margin-left: 0;
}

.navbar-toggler:hover {
  color: white;
  border-color: white;
  background-color: #0E7FAD;
}

.navbar-toggler:focus {
  outline: 0;
}

.mobile-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-wrap .el-txt {
  font-size: 16px;
  font-weight: 600;
  padding-left: .5rem;
  color: #007FB0;
  cursor: pointer;
}

.mobile-wrap a {
  color: #007FB0;
  margin-right: 1.8rem;
}

.mobile-wrap a:hover {
  color: #FFA400;
}

.site-tool {
  font-size: 14px;
}

.site-tool .spanishlang {
  font-size: .7rem;
  line-height: .8rem;
  margin-top: 5px;
  font-weight: bold;
}

@media (min-width: 576px) {
  .site-header .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (min-width: 992px) {
  .site-header .main-navbar {
    padding: 1.4rem;
  }
  .navbar-expand-lg {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .navbar > .header-top {
    align-items: center;
    position: relative;
  }
  .navbar-toggler {
    display: none;
  }
  .navbar-brand img {
    max-width: 340px;
  }
}

@media (min-width: 1200px) {
  .site-header .main-navbar {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1.3rem;
  }
  .header-top {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbarwrap {
    -ms-flex-order: 1;
    order: 1;
  }
  .navbar-brand img {
    max-width: 270px;
  }
}

@media (max-width: 991.98px) {
  .site-header {
    background-color: white;
    position: relative;
    z-index: 10;
  }
  .site-header .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .main-navbar {
    height: auto;
    padding-bottom: 1rem;
  }
  .navbar-brand {
    margin-left: 1.5rem;
  }
  .navbar-toggler {
    margin-right: 2rem;
    width: auto;
    height: auto;
  }
  .navbar-toggler img {
    width: 40px;
    height: 40px;
    padding: .3rem;
  }
  .navbar-toggler:hover {
    background-color: transparent;
  }
  .navbar-toggler:hover img {
    background-color: white;
    border: 2px solid #007FB0;
    border-radius: .3rem;
  }
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    max-width: 240px;
  }
  .navbar-toggler {
    margin-right: 1rem;
  }
}

@media (max-width: 575.98px) {
  .navbar-brand {
    margin-left: 1rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  .navbar-brand img {
    max-width: 220px;
  }
  .navbar-toggler {
    margin-left: 12px;
  }
  .navbar-toggler .navbar-toggler-icon {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home .site-header .main-navbar,
  .site-header .main-navbar {
    padding-bottom: 0;
  }
  .mobile-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f5f5f5;
  }
  .header-search-btn {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 380px) {
  .navbar-brand img {
    max-width: 200px;
  }
}

.gis-nav-wrap {
  order: 1;
  padding-top: .4rem;
}

.gis-nav-wrap .navbar-toggler {
  border-color: #d5dee3;
  padding: 0.4rem 0.55rem;
}

.gis-nav-wrap .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(27, 107, 138, 0.25);
}

.gis-nav-wrap .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231b3a4b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.gis-nav-wrap .navbar-nav {
  gap: 0.15rem;
  flex-direction: row;
}

.gis-nav-wrap .nav-link {
  color: #1c4e69;
  min-width: 4.5rem;
  min-height: 2.75rem;
  padding: 0;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  line-height: 1.1;
  transition: color 0.15s ease, background-color 0.15s ease;
}

.gis-nav-wrap .nav-link i {
  font-size: 2rem;
  line-height: 1;
  color: #008155;
  margin-bottom: .5rem;
}

.gis-nav-wrap .nav-link img {
  width: 65px;
}

.gis-nav-wrap .nav-link .nav-label {
  font-size: 1.35rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.gis-nav-wrap .nav-link:hover, .gis-nav-wrap .nav-link:focus-visible {
  color: var(--nav-active);
  background: var(--nav-hover-bg);
}

.gis-nav-wrap .nav-link.active {
  color: var(--nav-active);
  background: #e8f4f8;
}

.gis-nav-wrap .nav-link:focus-visible {
  outline: 2px solid var(--nav-active);
  outline-offset: 2px;
}

@media (min-width: 576px) {
  .gis-nav-wrap .nav-item {
    margin-left: 1rem;
  }
}

@media (min-width: 650px) {
  .gis-nav-wrap .nav-item {
    margin-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .gis-nav-wrap .nav-item {
    margin-left: 2.5rem;
  }
}

@media (min-width: 992px) {
  .gis-nav-wrap .nav-item {
    margin-left: 4rem;
  }
}

@media (max-width: 767.98px) {
  .brand-tag {
    display: none;
  }
  .gis-nav-wrap .navbar-collapse {
    border-top: 1px solid var(--header-border);
    margin-top: 0.5rem;
    padding-top: 0.35rem;
  }
  .gis-nav-wrap .navbar-nav {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
  .gis-nav-wrap .nav-item {
    flex: 1 1 0;
  }
  .gis-nav-wrap .nav-link {
    width: 100%;
    min-height: 3rem;
  }
}

@media (max-width: 575.98px) {
  .gis-nav-wrap {
    flex: stretch;
    padding-top: 1rem;
  }
  .gis-nav-wrap .navbar-collapse {
    border-top: 1px solid #ccc;
    padding-bottom: .8rem;
    padding-top: .8rem;
  }
}

/*------------------------------------
  Site Search
------------------------------------*/
.header-search-btn {
  margin-left: 2rem;
}

.header-search-btn i:before {
  background-color: #007FB0;
}

.header-search-btn:hover i:before {
  background-color: #FFA400 !important;
}

.site-search .sccsearch:hover {
  background-color: #FFA400;
  color: black !important;
}

@media (min-width: 600px) {
  .header-search-btn {
    cursor: pointer;
    color: white;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    background-color: #007FB0;
    padding: 10px;
    border-radius: 50%;
    display: flex;
  }
}

@media (min-width: 992px) {
  .header-search-btn {
    margin-left: auto;
    margin-right: 2rem;
    margin-top: 1rem;
  }
}

@media (min-width: 1200px) {
  .header-search-btn {
    margin-top: 0;
    margin-left: 1rem;
    margin-right: 1rem;
    order: 5;
  }
  .home .header-search-btn {
    margin-top: .8rem;
  }
}

@media (min-width: 1400px) {
  .header-search-btn {
    margin-top: -.4rem;
  }
}

@media (max-width: 599.98px) {
  .header-search-btn {
    margin-left: 0;
  }
  .header-search-btn .searchicon {
    cursor: pointer;
    color: white;
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
    background-color: #007FB0;
    padding: 10px;
    border-radius: 50%;
    display: flex;
  }
}

.site-footer {
  border-top: 1px solid #ccc;
  font-size: 15px;
}

.site-footer .site-logo img {
  max-width: 320px;
  width: 80%;
}

.site-footer .dnnlogin a {
  display: inline-block;
}

.site-footer .dnnlogin #dnn_dnnUSER_registerLink,
.site-footer .dnnlogin #dnn_dnnLOGIN_loginLink {
  padding-top: .5rem;
}

.site-footer .footer-widget h5 {
  color: #173a4d;
}

.site-footer .SkinObject {
  color: black;
  font-size: 15px;
  font-weight: 500;
}

.site-footer .copyright .SkinObject {
  font-size: 15px;
}

.backtotop {
  color: #007a7a;
}

.backtotop i {
  color: #007a7a;
}

@media (min-width: 992px) {
  .site-footer .footer-add {
    padding-left: 68px;
  }
  .site-footer .site-logo img {
    max-width: 320px;
  }
}

.home-banner {
  height: auto;
  min-height: 200px;
  background-color: #007FB0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  align-items: center;
  padding-left: 5%;
}

.home-banner .banner-title {
  color: white !important;
  line-height: 1.35;
  text-shadow: 2px 2px 20px rgba(23, 58, 77, 0.7);
  font-size: 26px;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.gis-iframe {
  display: block;
  width: 100%;
  border: 0;
}

.gis-feature .card {
  background-color: white;
  border: 1px solid #ddd;
  font-weight: 500;
  box-shadow: 0 2px 20px rgba(99, 99, 99, 0.1);
  max-width: 90%;
  margin: 0 auto;
}

.gis-feature .card .figure-wrap {
  margin-bottom: 1.5rem;
}

.gis-feature .card .figure-wrap img {
  max-width: 110px;
  width: 110px;
}

.gis-feature .card .card-title {
  color: #008155;
  margin-bottom: .5rem;
  line-height: 1.3;
  font-size: 1.3125rem;
  font-weight: 600;
}

.sec-news ul li {
  font-weight: 600;
  padding: .3rem 0;
  font-size: 17px;
}

.sec-news ul li a {
  text-decoration: underline;
  color: #007FB0;
}

.ishighlighted .shadow {
  box-shadow: 0 3px 30px rgba(13, 110, 253, 0.9) !important;
}

@media (min-width: 576px) {
  .home-banner .banner-title {
    font-size: 32px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .home-banner {
    min-height: 250px;
  }
  .home-banner .banner-title {
    font-size: 2rem !important;
  }
  .gis-feature .card {
    flex-direction: row;
  }
  .gis-feature .card .card-body {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .home-banner {
    min-height: 350px;
  }
  .home-banner .banner-title {
    font-size: 2.5rem !important;
  }
  .gis-feature .card {
    height: 100%;
    max-width: 100%;
  }
}

@media (min-width: 1400px) {
  .home-banner {
    min-height: 450px;
  }
  .home-banner .banner-title {
    font-size: 3rem !important;
  }
}

@media (min-width: 1600px) {
  .home-banner {
    min-height: 450px;
  }
}

@media (max-width: 575.98px) {
  .gis-feature .card .figure-wrap {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gis-feature .card .figure-wrap img {
    margin: 0 auto;
  }
  .gis-feature .card .card-title {
    text-align: center;
  }
  .gis-feature .card .card-body {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.site-breadcrumb-wrap {
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding-top: .8rem;
}

.site-breadcrumb-wrap .site-breadcrumb {
  background-color: rgba(0, 127, 176, 0.1);
}

.site-breadcrumb-wrap .site-breadcrumb:before {
  border-left-color: rgba(0, 127, 176, 0.1);
}

.site-breadcrumb-wrap .site-breadcrumb:last-child {
  color: #595959 !important;
}

.innerpage .site-header {
  box-shadow: none;
}

.innerpage .subpage-banner {
  background-image: url(../images/bg-banner-wave2.jpg);
  min-height: 160px;
  background-color: #007FB0;
  z-index: 2;
}

.innerpage .subpage-banner .page-title {
  text-align: center;
  position: relative;
  z-index: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}

.innerpage .subpage-banner .page-title h1 {
  text-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
  text-wrap: balance;
}

.innerpage .subpage-banner.imgbg:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}

.innerpage .subpage-banner.d-none {
  display: none !important;
}

.innerpage .col-content {
  padding-top: 0;
}

.innerpage .subpage-leftnav .sub-menu li a {
  padding-top: .45rem;
  padding-bottom: .45rem;
}

.innerpage .subpage-leftnav .sub-menu li a:hover {
  background-color: #f7f7f7;
}

.sec-linkbtns .btn-linkbtn {
  padding: 1.2rem 1.4rem;
  background: #1c4e69;
  color: white !important;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 120px;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
  font-size: 19px;
  border-radius: 0.5rem;
}

.sec-linkbtns .btn-linkbtn:hover {
  color: white !important;
  background-color: #007FB0;
}

.sidebox-linkbtns .btn-linkbtn {
  padding: 1rem 1.3rem;
  background: #1c4e69;
  color: white !important;
  display: flex;
  align-items: center;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  border-radius: 0.5rem;
}

.sidebox-linkbtns .btn-linkbtn:hover {
  background-color: #007FB0;
  color: white !important;
}

.sidebox-linkbtns .btn-linkbtn:focus {
  color: white !important;
}

@media (min-width: 576px) {
  .sec-linkbtns .btn-linkbtn {
    height: 100%;
  }
  .sidebox-linkbtns .btn-linkbtn {
    height: 100%;
    min-height: 80px;
  }
}

@media (min-width: 992px) {
  .innerpage .subpage-banner {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    min-height: 170px;
  }
  .innerpage .subpage-banner .page-title h1 {
    font-size: 44px;
  }
  .innerpage .col-left {
    padding-top: 0;
    width: 450px;
  }
}

@media (min-width: 1200px) {
  .innerpage .subpage-banner {
    min-height: 150px;
  }
  .innerpage .subpage-banner .page-title h1 {
    font-size: 48px;
  }
}
