/*
 * Scc Strategic Plan Theme
 * Version 2.0 
 * August, 2023
 */
/*@import "../../../../1_SccMaster/assets/devsrc/scss/functions";
@import '../../../../1_SccMaster/assets/devsrc/scss/variables';
@import '../../../../1_SccMaster/assets/devsrc/scss/mixins';*/
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
p {
  margin-bottom: 1.5rem;
}

.bg-visionblue {
  background-color: #238BB4;
}

.bg-visionyellow {
  background-color: #F29F27;
}

.bg-visiongreen {
  background-color: #159374;
}

.bg-visiongrayblue {
  background-color: #3E7A92;
}

.scc-card.card-withimg-dark {
  border-radius: 0.25rem;
  overflow: hidden;
}
.scc-card.card-withimg-dark .card-img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3);
}
.scc-card.card-withimg-dark .card-body {
  background-color: #3f5058;
  padding-left: 1.5rem;
  padding-right: 1rem;
  min-height: 80px;
}
.scc-card.card-withimg-dark .card-title {
  margin-bottom: 0;
  font-size: 17px;
}
.scc-card.card-withimg-dark .btn-hide {
  padding-left: 0;
  padding-bottom: 0;
}
.scc-card.card-withimg-dark:hover {
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.2);
}
.scc-card.card-withimg-dark:hover .card-title {
  color: #F29F27;
}

.card-dark .card-text,
.card-dark .card-title {
  color: white;
}

.card-iconbg .card-body {
  padding: 2.2rem;
}
.card-iconbg .card-title {
  font-size: 1.625rem;
  font-weight: 600 !important;
  margin-bottom: 2rem;
}
.card-iconbg .figure-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.1;
}

.card-icon .card-title {
  font-size: 16px;
}

.card-icon.card-icon-nobg .figure-wrap {
  height: 90px;
}

.card-style8 .figure-wrap {
  padding: 2.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5F5F5;
}
.card-style8 .figure-wrap img {
  max-width: 90px;
}
.card-style8 .col-media {
  width: 26%;
}
.card-style8 .card-title {
  font-size: 1.1875rem;
  font-weight: 600 !important;
  margin-bottom: 1rem;
}
.card-style8 .card-body {
  padding: 0;
  font-size: 15px;
}
.card-style8 .ctn-wrap {
  padding: 1.8rem 1.5rem 1.8rem 2rem;
}
.card-style8 .btn-more {
  position: absolute;
  text-indent: -999rem;
  display: block;
  width: 100%;
  height: 100%;
}

.divider {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin: 5rem auto 0;
  width: 100%;
}
.divider:before, .divider:after {
  content: "";
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  border-bottom: 1px dashed #bbb;
}
.divider:before {
  display: block;
  margin-right: 0.5rem;
}
.divider:after {
  display: block;
  margin-left: 0.5rem;
}
.divider a {
  width: auto;
  color: inherit;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 1.2rem;
  color: #aaa !important;
}

.btn, .mainbody .btn {
  font-size: 15px;
  padding: 0.6rem 1rem;
  line-height: 1.3;
  font-weight: 600;
  border-radius: 0.3rem;
  text-decoration: none;
}

.btn-md, .mainbody .btn-md {
  font-size: 16px !important;
  font-weight: 600;
  padding: 0.85rem 1.8rem;
}

.btn-md, .mainbody .btn-lg {
  font-size: 18px !important;
  font-weight: 600;
  padding: 1rem 2.2rem;
  color: inherit !important;
}

.pbi-wrap {
  height: 320px;
}
.pbi-wrap iframe {
  display: block;
  height: 100%;
  width: 100%;
  background-color: white;
  border: 1px solid #ddd;
}
.pbi-wrap.tall-iframe {
  height: 560px;
}

@media (min-width: 576px) {
  .pbi-wrap {
    height: 400px;
  }
  .pbi-wrap.tall-iframe {
    height: 720px;
  }
}
@media (min-width: 768px) {
  .pbi-wrap {
    height: 500px;
  }
  .pbi-wrap.tall-iframe {
    height: 950px;
  }
}
@media (min-width: 850px) {
  .pbi-wrap {
    height: 550px;
  }
  .pbi-wrap.tall-iframe {
    height: 1050px;
  }
}
@media (min-width: 992px) {
  .pbi-wrap {
    height: 600px;
  }
  .pbi-wrap.tall-iframe {
    height: 1350px;
  }
}
@media (min-width: 1200px) {
  .pbi-wrap {
    height: 800px;
  }
  .pbi-wrap.tall-iframe {
    height: 1550px;
  }
  .pbi-wrap#BudgetDashboard2 {
    height: 1150px;
  }
}
.scc-mega-menu .nav-item {
  text-transform: uppercase;
}
.scc-mega-menu .nav-item > .nav-link {
  font-size: 18px;
}
.scc-mega-menu .dropdown-menu {
  z-index: 1021;
}
.scc-mega-menu .reg-dropdown ul li a {
  padding: 0.6rem 1.5rem;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.scc-mega-menu .mega-menu-tabcontent {
  text-transform: capitalize;
}
.scc-mega-menu .megamenu-tabs-row-incolumn {
  height: 100%;
}
.scc-mega-menu .megamenu-tabs-row-incolumn.megamenu-row {
  border-top: 0;
  border-bottom: 0;
  border-left: 0;
}
.scc-mega-menu .mega-col-card {
  background-color: #F0F0F0;
}
.scc-mega-menu .menu-card .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #164A6E;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 1rem;
}
.scc-mega-menu .menu-card .card-img {
  height: 180px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}
.scc-mega-menu .menu-card .card-body {
  padding: 1.2rem 0 0.5rem;
}
.scc-mega-menu .menu-card .card-body ul {
  padding-left: 0;
  padding-bottom: 0;
}
.scc-mega-menu .menu-card .card-body ul > li {
  margin-left: 0;
  margin-bottom: 1.4rem;
  padding-left: 1.8rem;
  padding-bottom: 0.8rem !important;
  position: relative;
  padding-bottom: 0 !important;
  border-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4 !important;
}
.scc-mega-menu .menu-card .card-body ul > li:before {
  position: absolute;
  left: 0;
  top: 0.1rem;
  margin-top: 0;
  font-size: 14px;
  border-radius: 50%;
  background-color: #007FB0;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1;
}
.scc-mega-menu .menu-card .btn-more {
  font-size: 15px;
  font-weight: 600;
  color: #007FB0;
  padding: 0.25rem 0.5rem;
}
.scc-mega-menu .menu-card .btn-more:after {
  content: "\e913";
  font-family: "feather" !important;
  font-size: 0.8rem;
  line-height: 1;
  font-weight: 700 !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #007FB0;
  margin-left: 0.5rem;
}
.scc-mega-menu .menu-card .btn-more:hover {
  text-decoration: none;
  background-color: #1c4e69;
  border-radius: 0.25rem;
  color: white;
}
.scc-mega-menu .menu-card .btn-more:focus {
  color: white !important;
}

@media (min-width: 992px) {
  .scc-mega-menu {
    max-width: 64%;
    margin-left: auto;
  }
  .scc-mega-menu .navbar-nav {
    display: inline-flex;
    margin-left: 0;
    background-color: transparent;
  }
  .scc-mega-menu .nav-item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .scc-mega-menu .nav-item > .nav-link {
    text-align: center;
  }
  .scc-mega-menu .nav-item:first-of-type {
    margin-left: 0;
  }
  .scc-mega-menu .mega-menu-tabs .btn-tab {
    font-size: 17px;
  }
  .scc-mega-menu .list-withcol li {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }
  .scc-mega-menu .list-withcol .tab-link-item {
    font-size: 16px;
  }
  .scc-mega-menu .tab-pane li {
    padding-bottom: 0.5rem;
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li {
    position: relative;
    line-height: 1.4;
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li.has-submenu > a:after {
    content: "\e930";
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li.has-submenu:hover > a {
    flex-direction: row-reverse;
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li.has-submenu:hover > a:after {
    content: "\e92f";
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li.has-submenu:hover > ul {
    left: -88%;
  }
  .scc-mega-menu .dropdown.has-submenu .reg-dropdown li.has-submenu:hover > ul.item-deptbudget {
    left: -143%;
  }
}
@media (min-width: 1200px) {
  .scc-mega-menu {
    margin-left: auto;
    max-width: 65%;
  }
  .scc-mega-menu .navbar-nav {
    margin-left: auto;
  }
  .scc-mega-menu .nav-item {
    margin-left: 1.5rem;
  }
}
@media (min-width: 1400px) {
  .scc-mega-menu .nav-item > .nav-link {
    font-size: 18px;
  }
  .scc-mega-menu .navbar-nav {
    margin-left: 0;
  }
  .scc-mega-menu .dropdown-menu {
    padding-top: 3.5rem;
    top: 60%;
  }
  .scc-mega-menu .mega-item-active > .nav-link:after {
    bottom: -3rem;
    background-color: #FFA400;
  }
}
@media (min-width: 1600px) {
  .scc-mega-menu .navbar-nav {
    margin-left: 0;
    margin-right: 0;
  }
  .scc-mega-menu > .nav-item {
    margin-left: 2rem;
  }
}
@media (max-width: 992px) {
  .scc-mega-menu {
    background-color: transparent;
  }
}
@media (max-width: 991.98px) {
  .scc-mega-menu {
    background-color: rgba(18, 49, 66, 0.99);
  }
}
@media (min-width: 992px) {
  .navbar-brand img {
    max-width: 320px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 320px;
  }
}
@media (min-width: 1400px) {
  .site-header .container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .site-header .main-navbar {
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
  }
  .navbar-brand img {
    max-width: 360px;
  }
}
@media (min-width: 1600px) {
  .navbar-brand img {
    max-width: 410px;
  }
}
@media (max-width: 991.98px) {
  .mobile-wrap {
    display: flex;
  }
  .navbar-toggler .el-txt {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .site-header .main-navbar {
    padding-bottom: 0;
  }
  .navbar-brand {
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
    text-align: center;
    padding-bottom: 1rem;
  }
  .mobile-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f5f5f5;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-wrap .header-search-btn {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
  }
  .mobile-wrap .el-txt {
    font-size: 18px;
    font-weight: 600;
    padding-left: 0.5rem;
    color: #C64B06;
  }
  .mobile-wrap .navbar-toggler {
    display: flex;
    align-items: center;
  }
  .mobile-wrap .navbar-toggler .fe-icon-menu:before {
    color: #C64B06;
  }
  .mobile-wrap .navbar-toggler:hover .fe-icon-menu:before {
    color: white;
    border-color: white;
    background-color: #C64B06;
  }
  .navbar-toggler {
    margin-left: 12px;
  }
  .navbar-toggler .el-txt {
    display: inline-block;
  }
}
.site-footer {
  background-color: #1c4e69;
}
.site-footer .social-block i:before {
  background-color: transparent;
  padding: 0.5rem;
  font-size: 24px;
}
.site-footer a {
  color: white;
}
.site-footer .copyright {
  margin-bottom: 1rem;
  color: whtie;
  font-size: 14px;
}
.site-footer .copyright .SkinObject {
  color: white;
  font-size: 14px;
}
.site-footer #loginDnnitems a {
  color: #ccc;
  font-size: 14px;
}

.sticky {
  position: relative;
  width: 100%;
}

.sticky-active {
  position: fixed;
  top: 0;
  width: 100%;
}

.scroll-nav {
  padding-left: 0 !important;
  margin-left: 0;
}
.scroll-nav li {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 0;
  position: relative;
}
.scroll-nav .nav-item {
  border-left: 4px solid #ccc;
  padding: 0.8rem 0.8rem 0.8rem 1rem;
  text-decoration: none;
  color: #222 !important;
  font-size: 1.0625rem;
  font-weight: 500;
  display: block;
}
.scroll-nav .nav-item:hover {
  color: #007FB0 !important;
}
.scroll-nav .nav-item.active {
  background-color: #16A0D5;
  color: white !important;
  border-left-color: #1c4e69;
}
.scroll-nav .nav-item.active::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: -1.2rem;
  left: auto;
  border-left-width: 1rem;
  border-right-color: transparent;
  width: 0;
  height: 0;
  border-top: 1.7rem solid transparent;
  border-bottom: 1.7rem solid transparent;
  border-left: 1.2rem solid #16A0D5;
}

@media (min-width: 992px) {
  .scc-loc {
    padding-top: 1rem;
  }
  .scroll-nav {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1580px;
    width: 1580px;
  }
}
.topbar .sec-pad {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.topbar .top-link {
  font-size: 13px;
}
.topbar .social-block i:before {
  font-size: 14px;
}
.topbar .social-block .socialicon-twitter:before {
  font-size: 13px;
}

#google_translate_element .goog-te-gadget-simple a {
  font-size: 13px !important;
}

.sec-homefeature {
  padding-top: 3rem !important;
}
.sec-homefeature .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.sec-homefeature .card-body {
  padding: 3.5rem 3rem;
  color: white;
}
.sec-homefeature .card-text {
  line-height: 1.8;
  color: white;
}

@media (min-width: 992px) {
  .sec-homefeature {
    margin-top: -5rem;
    padding-top: 0 !important;
  }
  .sec-homefeature .col-sec:not(:last-child) {
    width: 32%;
  }
  .sec-homefeature .col-sec:last-child {
    width: 36%;
  }
}
.site-breadcrumb-wrap {
  margin-bottom: 0;
  margin-top: 1rem;
}
.site-breadcrumb-wrap span {
  display: none;
}
.site-breadcrumb-wrap #dnn_dnnBREADCRUMB_lblBreadCrumb {
  position: relative;
  display: block;
}
.site-breadcrumb-wrap .site-breadcrumb {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: 0.4rem 0.5rem;
  margin: 0 1rem;
  line-height: 1.2rem;
  background: #eee;
  height: 2rem;
  text-transform: capitalize;
  color: #444 !important;
}
.site-breadcrumb-wrap .site-breadcrumb span {
  display: inline-block;
  z-index: 2;
}
.site-breadcrumb-wrap .site-breadcrumb::before {
  left: -1.7rem;
  border: 1rem solid #eee;
  border-left-color: transparent;
}
.site-breadcrumb-wrap .site-breadcrumb::before, .site-breadcrumb-wrap .site-breadcrumb::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  z-index: 1;
}
.site-breadcrumb-wrap .site-breadcrumb::after {
  right: -1rem;
  left: auto;
  border-left-width: 1rem;
  border-right-color: transparent;
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid #eee;
}
.site-breadcrumb-wrap .site-breadcrumb:first-of-type {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  margin-left: 0;
}
.site-breadcrumb-wrap .site-breadcrumb:first-of-type::before {
  border: none;
}
.site-breadcrumb-wrap .site-breadcrumb:first-of-type:after {
  display: block;
}
.site-breadcrumb-wrap .site-breadcrumb:last-of-type {
  padding-left: 0;
  color: #666 !important;
}
.site-breadcrumb-wrap .site-breadcrumb:hover {
  background-color: #007FB0;
  color: white !important;
}
.site-breadcrumb-wrap .site-breadcrumb:hover span {
  color: white !important;
}
.site-breadcrumb-wrap .site-breadcrumb:hover:before {
  border-top-color: #007FB0;
  border-bottom-color: #007FB0;
  border-right-color: #007FB0;
}
.site-breadcrumb-wrap .site-breadcrumb:hover:after {
  border-left-color: #007FB0;
}
.site-breadcrumb-wrap .site-breadcrumb:hover:last-of-type {
  background-color: transparent;
}

.innerpage .subpage-banner {
  box-shadow: none;
  justify-content: start !important;
  padding-left: 8%;
}
.innerpage .subpage-banner .page-title {
  text-align: left;
  margin-bottom: 1rem;
}
.innerpage .subpage-banner .page-title h1 {
  text-align: left;
  line-height: 1.2;
  font-weight: 500 !important;
}

.logo-wrap img {
  max-width: 124px !important;
}

.scrollspyable .sticky-top {
  z-index: 999;
}

.scroll-section .sec-title {
  font-size: 48px !important;
  font-weight: 400 !important;
  line-height: 1.2;
  color: #1A1A1A !important;
  margin-bottom: 3.5rem;
}
.scroll-section .section-body {
  font-size: 17px;
  line-height: 2;
}
.scroll-section .sectionimg {
  max-width: 100%;
}
.scroll-section .col-element {
  text-align: center;
  margin-top: 2rem;
}
.scroll-section .ctntex {
  padding: 3rem 2.5rem;
  background-color: #f7f7f7;
  line-height: 2;
  font-size: 17px;
}
.scroll-section .sectionimg {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}
.scroll-section .scc-card-withctn3 {
  background-color: transparent;
}
.scroll-section .scc-card-withctn3 .card-title {
  text-transform: uppercase;
  font-weight: 600 !important;
  color: #173A4D !important;
  font-size: 22px;
}
.scroll-section .scc-card-withctn3 h6 {
  font-size: 17px;
  color: #296d9d;
  margin-bottom: 0.6rem;
}
.scroll-section .scc-card-withctn3 .card-text {
  font-size: 15px;
}
.scroll-section .scc-card-withctn3 ul {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .innerpage .col-left {
    padding-top: 0;
  }
  .scroll-section .ctntex {
    padding: 3.5rem;
  }
  .scroll-section .sectionimg {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
    width: 500px;
  }
}
@media (min-width: 1200px) {
  .innerpage .subpage-banner {
    min-height: 250px;
  }
  .innerpage .col-left {
    min-width: auto;
  }
  .page-section {
    padding-bottom: 4rem;
    padding-top: 5rem;
  }
  .scroll-section {
    padding-bottom: 4rem;
  }
  .scroll-section .col-element {
    margin-top: 0;
  }
  .scroll-section .ctntex {
    padding-right: 6rem;
  }
}
@media (min-width: 1400px) {
  .innerpage .subpage-banner .page-title h1 {
    font-size: 48px;
  }
}
.scc-notfound-wrap {
  border-top: 1px solid #ccc;
}

.scc-notfound {
  max-width: 650px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  padding: 15px;
}
.scc-notfound .notfound-404 {
  position: relative;
  height: 220px;
}
.scc-notfound .notfound-404 h1 {
  font-size: 150px;
  font-weight: 300 !important;
  margin: 0px;
  color: #FFA400 !important;
  text-transform: uppercase;
}
.scc-notfound h2 {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 25px;
  letter-spacing: 3px;
}

.LoginPanel {
  float: none;
  margin: 5px auto;
  padding: 3rem 2rem;
}

.sec-strategicplan .card-iconbg .card-body {
  padding: 3rem 2.5rem;
}
.sec-strategicplan .card-iconbg .card-title {
  font-size: 1.5rem;
}
.sec-strategicplan .card-iconbg .card-text {
  font-size: 15.5px;
}

.nav-focus-op {
  position: relative;
  top: auto;
  padding-bottom: 25px;
  padding: 0.5rem 1rem 0;
  border-bottom: 1px solid #ccc;
}
.nav-focus-op .tab-link {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.4;
}
.nav-focus-op .tab-link:hover {
  cursor: pointer;
}
.nav-focus-op .tab-link:first-child {
  padding-left: 0;
}
.nav-focus-op .tab-link:last-child {
  padding-right: 0;
}
.nav-focus-op .tab-link.active {
  color: #CD3434;
}
.nav-focus-op .tab-link.active .focus-nav-title {
  border-bottom: 6px solid #CD3434;
  padding-bottom: 1.2rem;
  margin-bottom: -3px;
  display: inline-block;
}
.nav-focus-op .tab-link.focus-2.active {
  color: #800080;
}
.nav-focus-op .tab-link.focus-2.active .focus-nav-title {
  border-bottom-color: #800080;
}
.nav-focus-op .tab-link.focus-3.active {
  color: #F07723;
}
.nav-focus-op .tab-link.focus-3.active .focus-nav-title {
  border-bottom-color: #F07723;
}
.nav-focus-op .tab-link.focus-4.active {
  color: #44A025;
}
.nav-focus-op .tab-link.focus-4.active .focus-nav-title {
  border-bottom-color: #44A025;
}
.nav-focus-op .tab-link.focus-5.active {
  color: #569BCC;
}
.nav-focus-op .tab-link.focus-5.active .focus-nav-title {
  border-bottom-color: #569BCC;
}
.nav-focus-op .tab-link.focus-6.active {
  color: #333;
}
.nav-focus-op .tab-link.focus-6.active .focus-nav-title {
  border-bottom-color: #333;
}
.nav-focus-op [class*=foucs-icon] {
  width: 90px;
  height: 90px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  margin-bottom: 25px; /* Safari */
  transition: opacity 1s;
  cursor: pointer;
}
.nav-focus-op .focus-1 .foucs-icon {
  background-image: url(../images/health-safety-icon.png);
}
.nav-focus-op .focus-2 .foucs-icon {
  background-image: url(../images/housing-icon.png);
}
.nav-focus-op .focus-3 .foucs-icon {
  background-image: url(../images/transportation-icon.png);
}
.nav-focus-op .focus-4 .foucs-icon {
  background-image: url(../images/environment-icon.png);
}
.nav-focus-op .focus-5 .foucs-icon {
  background-image: url(../images/economy-icon.png);
}
.nav-focus-op .focus-6 .foucs-icon {
  background-image: url(../images/operations-icon.png);
}
.nav-focus-op .helpmetab {
  color: #0d6efd;
  text-decoration: none;
}
.nav-focus-op .helpmetab:hover {
  text-decoration: none;
  color: #008155;
}
.nav-focus-op .focus-help {
  text-align: right;
}
.nav-focus-op .focus-help .inner {
  border-left: 1px dotted #ccc;
}
.nav-focus-op .focus-help .focus-nav-title {
  width: 90px;
  display: block;
  text-align: center;
  margin-left: auto;
}
.nav-focus-op .focus-help .foucs-icon {
  margin-left: auto;
  margin-right: 0;
}
.nav-focus-op .fe-icon-help-circle {
  font-size: 90px;
  line-height: 90px;
}
.nav-focus-op .helpme {
  /*right: -70px;
  top: 0;
  margin-top: 12px;*/
  position: relative !important;
  font-size: 100px;
  line-height: 100px;
}

.op-tab-content-wrap {
  padding-bottom: 1rem;
}
.op-tab-content-wrap .tab-content {
  text-align: center;
  padding: 1.5rem 0;
}
.op-tab-content-wrap .tab-content .col-6 {
  margin-bottom: 2rem;
}
.op-tab-content-wrap .tab-pane .oph2 {
  font-size: 17px !important;
  margin-bottom: 1.5rem;
  color: #495057 !important;
  font-weight: 500 !important;
}

#focus2 .goals-block .goal-title {
  background-color: #800080;
}
#focus2 .goals-block a.focus-more {
  color: #800080;
}

#focus3 .goals-block .goal-title {
  background-color: #F07723;
}
#focus3 a.focus-more {
  color: #F07723;
}

#focus4 .goals-block .goal-title {
  background-color: #44A025;
}
#focus4 a.focus-more {
  color: #44A025;
}

#focus5 .goals-block .goal-title {
  background-color: #569BCC;
}
#focus5 a.focus-more {
  color: #569BCC;
}

#focus6 .goals-block .goal-title {
  background-color: #333;
}
#focus6 a.focus-more {
  color: #333;
}

.goals-block .goal-title {
  background-color: #D94F4F;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  color: #fff;
  padding: 0.6rem;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
.goals-block .block-main {
  background-color: #f5f5f5;
  margin-top: -25px;
  position: relative;
  padding: 2.3rem 2rem 1.2rem;
}
.goals-block .inner-blk-content {
  font-size: 15px;
  color: #000;
  margin-bottom: 1.6rem;
  line-height: 1.7;
}
.goals-block a.focus-more {
  border-top: 1px solid #999;
  padding: 8px 40px 0;
  text-transform: uppercase;
  color: #CD3434;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.bos-album .card {
  text-align: center;
  border: 0;
  position: relative;
}
.bos-album .card img {
  max-width: 120px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.15);
}
.bos-album .card .card-body {
  padding-top: 0.7rem;
}
.bos-album .card .card-title {
  font-size: 14px !important;
  line-height: 1.5;
  color: #1C5E8B;
}
.bos-album .card .card-title span {
  display: block;
  font-size: 13px;
  color: #333;
}
.bos-album .card .card-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999rem;
}
.bos-album .card .card-btn:hover {
  background-color: transparent;
}
.bos-album .card:hover img {
  box-shadow: none;
  border: 2px solid #fff;
}

@media (min-width: 1200px) {
  .bos-album {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .bos-album .card img {
    max-width: 120px;
  }
}
.section-nav {
  text-align: center;
  position: relative;
}
.section-nav .figure-wrap {
  width: 130px;
  height: 130px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #1C5E8B;
  border-radius: 50%;
  margin: 2.5rem auto 1.5rem;
}
.section-nav .nav-title {
  font-size: 18px;
  font-weight: 500;
  color: white;
  line-height: 1.2;
}
.section-nav .nav-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-indent: -999rem;
  border-bottom: 0;
}
.section-nav .nav-link:hover {
  background-color: transparent;
}
.section-nav .navitem {
  position: relative;
}
.section-nav .navitem:hover .figure-wrap {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.nav-orange .figure-wrap {
  background-color: #FFA400;
}
.nav-orange .navitem:hover .nav-title {
  color: #FFA400;
}

.nav-green .figure-wrap {
  background-color: #008155;
}
.nav-green .navitem .nav-title {
  color: #02704b;
}
.nav-green .navitem:hover .figure-wrap {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.nav-green .navitem:hover .nav-title {
  color: #1c4e69;
}

.indicators-tabs {
  padding-bottom: 0.5rem;
}
.indicators-tabs .scc-card {
  cursor: pointer;
  border-radius: 0;
  height: 100%;
}
.indicators-tabs .scc-card.active:after {
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background-color: #FFA400;
  position: absolute;
  bottom: -0.5rem;
}

.slide-text-wrap {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Homepage Slider */
.vision-homeslider .slick-prev,
.vision-homeslider .slick-next {
  display: none !important;
  width: 40px;
  height: 40px;
  bottom: -20px;
  top: auto;
  background-color: #1C5E8B;
}
.vision-homeslider .slick-prev:hover, .vision-homeslider .slick-prev:focus,
.vision-homeslider .slick-next:hover,
.vision-homeslider .slick-next:focus {
  background-color: rgba(28, 78, 105, 0.8);
}
.vision-homeslider .slick-prev:hover:before, .vision-homeslider .slick-prev:focus:before,
.vision-homeslider .slick-next:hover:before,
.vision-homeslider .slick-next:focus:before {
  opacity: 1;
}
.vision-homeslider .slick-prev:before,
.vision-homeslider .slick-next:before {
  font-size: 30px;
  opacity: 1;
}
.vision-homeslider .slick-prev {
  left: 50%;
  margin-left: -40px;
}
.vision-homeslider .slick-next {
  right: 50%;
  margin-right: -40px;
}
.vision-homeslider:hover .slick-prev,
.vision-homeslider:hover .slick-next {
  display: inline-block !important;
}
.vision-homeslider .slick-dots {
  bottom: 5%;
  display: none !important;
}
.vision-homeslider .slick-dots li {
  margin-left: 12px;
  margin-right: 12px;
}
.vision-homeslider .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 3px solid white;
}
.vision-homeslider .slick-dots li button:hover, .vision-homeslider .slick-dots li button:focus {
  outline: none;
  opacity: 0.85;
}
.vision-homeslider .slick-dots li button:before {
  display: none;
}
.vision-homeslider .slick-dots li.slick-active button {
  background-color: white;
}
.vision-homeslider .slide-img {
  min-height: 200px;
}
.vision-homeslider .slide-content .slide-text {
  margin-left: 5%;
  margin-right: 3%;
}
.vision-homeslider .slide-content .slide-title {
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 20px rgba(22, 74, 110, 0.7);
}
.vision-homeslider .slide-content .title-md {
  font-weight: 300;
}
.vision-homeslider .slide-content .btn-slide-reg {
  background-color: #FFA400;
  border-radius: 40px;
  color: #113244 !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.8rem;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0 !important;
  padding: 0.8rem 1.2rem;
  line-height: 1.2;
}
.vision-homeslider .slide-content .btn-slide-reg:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.vision-homeslider .slide-content .btn-fullslide {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  text-indent: -999rem;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width: 576px) {
  .vision-homeslider .slide-img {
    min-height: 300px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 6%;
    margin-right: 0;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .vision-homeslider .slide-content .btn-slide {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .vision-homeslider .slick-prev,
  .vision-homeslider .slick-next {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  .vision-homeslider .slick-prev:before,
  .vision-homeslider .slick-next:before {
    font-size: 40px;
  }
  .vision-homeslider .slick-prev {
    margin-left: -50px;
  }
  .vision-homeslider .slick-next {
    margin-right: -50px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 5%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 42px;
  }
  .slide-careerfair .slide-img {
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .vision-homeslider .slide-img {
    min-height: 350px;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 44px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 40px;
  }
  .vision-homeslider .slide-content .btn-slide-reg {
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .vision-homeslider .slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .vision-homeslider .slide-img {
    min-height: 400px;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 50px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 46px;
  }
  .vision-homeslider .slide-content .btn-slide-reg {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .vision-homeslider .slide-img {
    min-height: 450px;
  }
  .vision-homeslider .slick-dots {
    bottom: 5%;
  }
  .vision-homeslider .slick-dots li button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
  }
  .vision-homeslider .slide-content .slide-text {
    left: 4%;
    margin-left: 5%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 56px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .vision-homeslider .slide-img {
    min-height: 550px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 7%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 64px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .vision-homeslider .slide-content .slide-title br {
    display: none;
  }
}
.slide-text-wrap {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Homepage Slider */
.vision-homeslider .slick-prev,
.vision-homeslider .slick-next {
  display: none !important;
  width: 40px;
  height: 40px;
  bottom: -20px;
  top: auto;
  background-color: #1C5E8B;
}
.vision-homeslider .slick-prev:hover, .vision-homeslider .slick-prev:focus,
.vision-homeslider .slick-next:hover,
.vision-homeslider .slick-next:focus {
  background-color: rgba(28, 78, 105, 0.8);
}
.vision-homeslider .slick-prev:hover:before, .vision-homeslider .slick-prev:focus:before,
.vision-homeslider .slick-next:hover:before,
.vision-homeslider .slick-next:focus:before {
  opacity: 1;
}
.vision-homeslider .slick-prev:before,
.vision-homeslider .slick-next:before {
  font-size: 30px;
  opacity: 1;
}
.vision-homeslider .slick-prev {
  left: 50%;
  margin-left: -40px;
}
.vision-homeslider .slick-next {
  right: 50%;
  margin-right: -40px;
}
.vision-homeslider:hover .slick-prev,
.vision-homeslider:hover .slick-next {
  display: inline-block !important;
}
.vision-homeslider .slick-dots {
  bottom: 5%;
  display: none !important;
}
.vision-homeslider .slick-dots li {
  margin-left: 12px;
  margin-right: 12px;
}
.vision-homeslider .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 3px solid white;
}
.vision-homeslider .slick-dots li button:hover, .vision-homeslider .slick-dots li button:focus {
  outline: none;
  opacity: 0.85;
}
.vision-homeslider .slick-dots li button:before {
  display: none;
}
.vision-homeslider .slick-dots li.slick-active button {
  background-color: white;
}
.vision-homeslider .slide-img {
  min-height: 200px;
}
.vision-homeslider .slide-content .slide-text {
  margin-left: 5%;
  margin-right: 3%;
}
.vision-homeslider .slide-content .slide-title {
  font-size: 32px;
  font-weight: 600;
  color: white;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  text-shadow: 2px 2px 20px rgba(22, 74, 110, 0.7);
}
.vision-homeslider .slide-content .title-md {
  font-weight: 300;
}
.vision-homeslider .slide-content .btn-slide-reg {
  background-color: #FFA400;
  border-radius: 40px;
  color: #113244 !important;
  font-size: 20px;
  font-weight: 600;
  margin-top: 0.8rem;
  display: inline-block;
  text-decoration: none;
  letter-spacing: 0 !important;
  padding: 0.8rem 1.2rem;
  line-height: 1.2;
}
.vision-homeslider .slide-content .btn-slide-reg:hover {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.vision-homeslider .slide-content .btn-fullslide {
  display: block !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  border: 0;
  text-indent: -999rem;
  box-shadow: none;
  border-radius: 0;
}

@media (min-width: 576px) {
  .vision-homeslider .slide-img {
    min-height: 300px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 6%;
    margin-right: 0;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 40px;
    margin-bottom: 1rem;
  }
  .vision-homeslider .slide-content .btn-slide {
    font-size: 18px;
    letter-spacing: 1px;
    padding: 0.6rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .vision-homeslider .slick-prev,
  .vision-homeslider .slick-next {
    width: 50px;
    height: 50px;
    bottom: -25px;
  }
  .vision-homeslider .slick-prev:before,
  .vision-homeslider .slick-next:before {
    font-size: 40px;
  }
  .vision-homeslider .slick-prev {
    margin-left: -50px;
  }
  .vision-homeslider .slick-next {
    margin-right: -50px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 5%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 42px;
  }
  .slide-careerfair .slide-img {
    background-position: center right;
  }
}
@media (min-width: 992px) {
  .vision-homeslider .slide-img {
    min-height: 350px;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 44px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 40px;
  }
  .vision-homeslider .slide-content .btn-slide-reg {
    font-size: 20px;
    padding: 1rem 2rem;
  }
}
@media (min-width: 1200px) {
  .vision-homeslider .slick-dots li button {
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .vision-homeslider .slide-img {
    min-height: 400px;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 50px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 46px;
  }
  .vision-homeslider .slide-content .btn-slide-reg {
    font-size: 22px;
  }
}
@media (min-width: 1400px) {
  .vision-homeslider .slide-img {
    min-height: 450px;
  }
  .vision-homeslider .slick-dots {
    bottom: 5%;
  }
  .vision-homeslider .slick-dots li button {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 3px solid white;
  }
  .vision-homeslider .slide-content .slide-text {
    left: 4%;
    margin-left: 5%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 56px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 52px;
  }
}
@media (min-width: 1600px) {
  .vision-homeslider .slide-img {
    min-height: 550px;
  }
  .vision-homeslider .slide-content .slide-text {
    margin-left: 7%;
  }
  .vision-homeslider .slide-content .slide-title {
    font-size: 64px;
  }
  .vision-homeslider .slide-content .title-md {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .vision-homeslider .slide-content .slide-title br {
    display: none;
  }
}
.imgblk-w-title .img-bg {
  height: 275px;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}
.imgblk-w-title h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 1rem 1.5rem 0.9rem;
  background-color: beige;
  display: inline-block;
  line-height: 1.2;
  margin-top: 2rem;
  margin-left: -1rem;
  color: #164A6E;
}

.card-style-sp1 {
  overflow: hidden;
  border: 0;
  background-color: #EDF2F9;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 280px;
  border: 1px solid #EDF2F9;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.card-style-sp1:hover {
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1);
  border-color: #D9E3F2;
  background-color: #D9E3F2;
}
.card-style-sp1 .card-body {
  width: 100%;
}
.card-style-sp1 .card-title {
  font-size: 18px;
  margin-bottom: 0.2rem;
  color: black;
  text-align: center;
}
.card-style-sp1 .figure-wrap {
  width: 130px;
  height: 130px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #1C5E8B;
  border-radius: 50%;
  margin: 2.5rem auto 1.5rem;
}
.card-style-sp1 .figure-wrap img {
  max-width: 100px;
}
.card-style-sp1 .col-feature {
  padding-left: 1rem;
  padding-right: 1rem;
}
.card-style-sp1 .btn-more {
  border-bottom: 0;
  text-decoration: underline;
  display: flex !important;
  align-items: flex-end !important;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  vertical-align: bottom;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  margin-left: -1.25rem;
  text-indent: -999rem;
}
.card-style-sp1 .btn-more:hover {
  text-decoration: underline;
  background-color: transparent;
}

.banner-budget {
  background-image: url(../../images/bannerbg-budget.jpg);
}

.innerpage .page-title h1 {
  background-color: transparent;
}

.dept-title {
  text-align: center;
}
.dept-title h2 {
  font-size: 36px !important;
}

.col-status .inner {
  padding: 0;
}

.obj-block-wrap:hover {
  cursor: pointer;
}

.opfilterpanel .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #aaa;
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.opfilterpanel label {
  font-weight: 600;
  /*color: $countyocenblue;*/
}

@media (min-width: 600px) {
  .objcard {
    height: 100%;
  }
}