/*
 * Scc Elections Theme
 * Version 2.0 
 * August, 2023
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.mainbody ul, .mainbody ol {
  padding-left: 1.7em;
}

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;
}

.obj-modal {
  padding-top: auto;
  padding-top: 1%;
}

.obj-modal .modal-header .close {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  margin-left: auto;
  text-decoration: none;
}

.obj-modal .modal-body {
  padding: 0;
  overflow: hidden;
}

@media (min-width: 992px) {
  .obj-modal .modal-dialog {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .obj-modal .modal-dialog {
    max-width: 1100px;
  }
}

.scc-card.card-withimg-dark {
  border-radius: .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: .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: .5rem;
}

.divider:after {
  display: block;
  margin-left: .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: .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;
}

.pretty-list li {
  padding-bottom: .3rem;
  margin-left: 2rem;
  padding-left: 0;
  line-height: 1.8;
  list-style-position: outside;
  list-style: none;
  position: relative;
}

.pretty-list li:before {
  font-family: 'feather' !important;
  content: "\e930";
  line-height: 1;
  font-weight: 400 !important;
  float: left;
  margin-left: -2rem;
  color: #333;
  font-size: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bullet-chevron li:before {
  content: "\e930";
  color: white;
  background-color: #888;
  border-radius: 50%;
  padding: .13rem .1rem .13rem .16rem;
  top: 5px;
}

.bullet-chevron.bullet-default li:before {
  background-color: #888;
}

.bullet-chevron.bullet-green li:before {
  background-color: #108e4c;
}

.bullet-chevron.bullet-purple li:before {
  background-color: #6666cc;
}

.bullet-check li:before {
  content: "\e92d";
  font-size: 20px;
  top: 5px;
}

.bullet-check.bullet-default li:before {
  color: #272727;
}

.bullet-check.bullet-green li:before {
  color: #108e4c;
}

.bullet-check.bullet-purple li:before {
  color: #6666cc;
}

.bullet-circle-arrow li:before {
  content: "\e912";
  color: #44A025;
  top: 2px;
  font-size: 23px;
}

.bullet-circle-arrow.bullet-default li:before {
  background-color: #888;
}

.bullet-circle-arrow.bullet-green li:before {
  background-color: #108e4c;
}

.bullet-circle-arrow.bullet-purple li:before {
  background-color: #6666cc;
}

.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: #173a4d;
  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 .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: .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: .25rem .5rem;
}

.scc-mega-menu .menu-card .btn-more:after {
  content: "\e913";
  font-family: 'feather' !important;
  font-size: .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: .5rem;
}

.scc-mega-menu .menu-card .btn-more:hover {
  text-decoration: none;
  background-color: #1c4e69;
  border-radius: .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: .5rem;
    margin-right: .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: .4rem;
    padding-bottom: .4rem;
  }
  .scc-mega-menu .list-withcol .tab-link-item {
    font-size: 16px;
  }
  .scc-mega-menu .tab-pane li {
    padding-bottom: .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: -222%;
    max-width: 680px;
  }
}

@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);
  }
}

.nav-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.main-menu.reg-nav li {
  list-style-type: none;
  font-weight: 600;
  font-size: 18px;
}

.main-menu.reg-nav > li {
  margin-left: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.main-menu.reg-nav > li:last-child {
  padding-right: 0;
}

.main-menu.reg-nav a {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: .5rem;
}

.main-menu.reg-nav a:hover {
  color: #0E7FAD;
  text-decoration: none;
}

.main-menu.reg-nav a:focus {
  color: #0E7FAD !important;
}

.main-menu.reg-nav > li > a {
  white-space: normal;
}

.main-menu.reg-nav .dropdown-toggle::after {
  display: none;
}

.main-menu.reg-nav .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(14, 127, 173, 0.95);
  -webkit-box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
  box-shadow: 0 0.5rem 1.25rem -0.25rem rgba(64, 64, 64, 0.2);
}

.main-menu.reg-nav .dropdown-menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.main-menu.reg-nav .dropdown-menu a:focus {
  color: #fff !important;
}

.main-menu.reg-nav .dropdown-menu > li {
  padding: .5rem 1.5rem .3rem;
  margin-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.main-menu.reg-nav .dropdown-menu > li:hover, .main-menu.reg-nav .dropdown-menu > li.active {
  background-color: rgba(237, 242, 249, 0.5);
}

.main-menu.reg-nav > .dropdown-toggle:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-slide-down .3s;
  animation: dropdown-slide-down .3s;
}

.main-menu.reg-nav .subLevel .dropdown-item.has-children > .dropdown-menu {
  top: 0;
  left: 100%;
}

.main-menu.reg-nav .dropdown-item.has-children:hover > .dropdown-menu {
  display: block;
  -webkit-animation: dropdown-slide-right .3s;
  animation: dropdown-slide-right .3s;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

@-webkit-keyframes dropdown-slide-down {
  from {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes dropdown-slide-down {
  from {
    -webkit-transform: translateY(-7px);
    transform: translateY(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes dropdown-slide-right {
  from {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dropdown-slide-right {
  from {
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes dropdown-slide-left {
  from {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes dropdown-slide-left {
  from {
    -webkit-transform: translateX(7px);
    transform: translateX(7px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: .0;
    padding-bottom: 10px;
  }
  .main-menu.reg-nav .dropdown-menu {
    min-width: 12rem;
  }
}

@media (min-width: 992px) {
  .main-menu.reg-nav li {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .main-menu.reg-nav .current-menu-ancestor > a {
    background-color: #eee;
    padding: 10px !important;
    border-radius: 4px;
  }
  .main-menu.reg-nav .dropdown-menu a {
    padding: .3rem 0 !important;
  }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .headerwrap .navbar {
    flex-direction: column;
  }
  .headerwrap .navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
  .headerwrap #google_translate_element {
    top: 35px;
    right: 1rem;
  }
  .main-menu.reg-nav {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
    justify-content: space-around;
  }
  .navbar-brand {
    align-self: flex-start;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1400px) {
  .main-menu.reg-nav {
    margin-left: auto;
  }
  .main-menu.reg-nav li {
    font-size: 16.5px;
  }
  .main-menu.reg-nav > li {
    padding: 0 0.2rem;
  }
  .home .main-menu.reg-nav > li {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .main-menu.reg-nav .current-menu-ancestor > a {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    margin-left: .5rem;
    margin-right: .5rem;
  }
}

@media (max-width: 1199.98px) {
  .main-menu.reg-nav li {
    padding-top: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ccc;
  }
  .main-menu.reg-nav li:last-child {
    border-bottom: 0;
  }
  .main-menu.reg-nav > li > .nav-link {
    padding-left: 1rem;
    padding-right: .5rem;
  }
  .main-menu.reg-nav > li.active > a {
    border-bottom: 0;
  }
}

@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: .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: .8rem .8rem .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: .6rem;
  padding-bottom: .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;
  position: relative;
  text-align: center;
  text-decoration: none;
  padding: .4rem .5rem;
  margin: 0 1rem;
  line-height: 1.2rem;
  background: #f5f5f5;
  height: 2rem;
  text-transform: capitalize;
  color: #777 !important;
}

.site-breadcrumb-wrap .site-breadcrumb::before {
  left: -1.7rem;
  border: 1rem solid #f5f5f5;
  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 #f5f5f5;
}

.site-breadcrumb-wrap .site-breadcrumb:first-of-type {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .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: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;
}

.innerpage .subpage-banner .page-title .subtitle {
  font-size: 24px;
  color: #FFA400;
}

.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: .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: .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;
  -webkit-transition: opacity 1s;
  /* 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: #0E7FAD;
  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: .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;
}

@media (max-width: 1400px) {
  .sec-goals .nav-focus-op .tab-link {
    font-size: 15px;
  }
  .sec-goals .nav-focus-op [class*="foucs-icon"] {
    width: 80px;
    height: 80px;
  }
  .sec-goals .opplan .tab-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sec-goals .nav-focus-op .fe-icon-help-circle {
    font-size: 80px;
    line-height: 80px;
  }
}

@media (max-width: 992px) {
  .sec-goals .nav-focus-op {
    padding-left: 0;
    padding-right: 0;
  }
  .sec-goals .nav-focus-op .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sec-goals .nav-focus-op .tab-link {
    font-size: 13px;
  }
  .sec-goals .nav-focus-op [class*="foucs-icon"] {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }
  .sec-goals .goals-block .block-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-goals .goals-block .inner-blk-content {
    font-size: 14px;
  }
  .sec-goals .nav-focus-op .helpme {
    font-size: 70px;
    line-height: 70px;
    right: -60px;
  }
  .sec-goals .nav-focus-op .fe-icon-help-circle {
    font-size: 70px;
    line-height: 70px;
  }
  .sec-goals .nav-focus-op .focus-help .focus-nav-title {
    width: 70px;
  }
}

@media (max-width: 768px) {
  .sec-goals .nav-focus-op {
    padding-bottom: .5rem;
  }
  .sec-goals .nav-focus-op .tab-link .focus-nav-title,
  .sec-goals .nav-focus-op .tab-link.active .focus-nav-title {
    display: none;
  }
  .sec-goals .nav-focus-op [class*="foucs-icon"] {
    width: 45px;
    height: 45px;
    opacity: .7;
  }
  .sec-goals .nav-focus-op .tab-link.active .foucs-icon {
    width: 55px;
    height: 55px;
    opacity: 1;
  }
  .sec-goals .goals-block .block-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sec-goals .opplan .tab-content .col-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sec-goals .goals-block .inner-blk-content {
    font-size: 16px;
  }
  .sec-goals .nav-focus-op .fe-icon-help-circle {
    font-size: 45px;
    line-height: 45px;
  }
}

@media (max-width: 576px) {
  .sec-goals .nav-focus-op [class*="foucs-icon"] {
    width: 38px;
    height: 38px;
  }
  .sec-goals .nav-focus-op .tab-link.active .foucs-icon {
    width: 45px;
    height: 45px;
  }
  .sec-goals .nav-focus-op .fe-icon-help-circle {
    font-size: 38px;
    line-height: 38px;
  }
}

@media (max-width: 380px) {
  .sec-goals .nav-focus-op [class*="foucs-icon"] {
    width: 30px;
    height: 30px;
  }
  .sec-goals .nav-focus-op .tab-link.active .foucs-icon {
    width: 36px;
    height: 36px;
  }
  .sec-goals .nav-focus-op .fe-icon-help-circle {
    font-size: 30px;
    line-height: 30px;
  }
}

.row-pupolation .imgbg {
  text-align: right;
  background-color: #BFE9FF;
}

.row-pupolation .col-text {
  color: #1c4e69;
}

.row-pupolation .col-text p {
  color: #1c4e69;
}

.row-pupolation .col-text .text-year {
  font-size: 26px !important;
  margin-bottom: 2rem;
}

.row-pupolation .col-text .txt-total {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.3rem;
}

.row-pupolation .col-text .txt-num {
  font-size: 56px;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 1.3rem;
}

.row-pupolation .col-text .txt-source {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
}

.sec-movie .col-media {
  position: relative;
  text-align: center;
}

.sec-movie .sec-img-wrap {
  max-width: 290px;
  margin-left: 0;
}

.sec-movie .img-below {
  display: inline-block;
  margin: 1rem;
}

.sec-movie .img-stack {
  display: inline-block;
  margin: 1rem;
}

@media (min-width: 992px) {
  .sec-movie .img-below {
    margin: 0 0 0 2rem;
    display: block;
  }
  .sec-movie .img-stack {
    display: block;
    margin: 0;
    position: absolute;
    top: 5rem;
    right: 1rem;
  }
}

@media (min-width: 1200px) {
  .sec-movie .img-below {
    margin-left: 0;
  }
  .sec-movie .img-stack {
    right: 0;
  }
}

.library-row .col-sec {
  background-color: #eaf7ff;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e6e5e5;
  border-radius: 0.25rem;
}

.library-row .col-sec.bg-green {
  background-color: #f1f6ed !important;
}

.library-row .col-sec.bg-orange {
  background-color: #fffaf4;
}

.lib-cate {
  background-color: #2574a9;
  margin-right: 1.2rem;
  margin-left: 1.2rem;
  margin-top: -25px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: .6rem 0.5rem;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  border-radius: 0.25rem;
}

.lib-cate.green {
  background-color: #577d3c;
}

.lib-cate.orange {
  background-color: #e4881f;
}

.lib-body {
  margin-top: -25px;
  position: relative;
  padding: 2rem 1rem 1rem;
  font-size: 15px;
  color: #333;
  line-height: 1.7;
}

.blk-mtg {
  padding: 1.3rem 1rem;
  border-bottom: 1px dashed #8a949c;
  color: #1a1a1a;
  line-height: 1.5;
}

.blk-mtg:last-child {
  border-bottom: 0;
}

.blk-mtg .mtg-date {
  font-size: 16px;
  font-weight: 600;
  color: black;
  margin-bottom: .3rem;
}

.blk-mtg p {
  margin-bottom: .5rem;
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
}

.blk-mtg ul {
  margin-bottom: 0;
  padding-left: 0;
}

.blk-mtg li {
  margin-left: 0;
  padding-left: .5rem;
  padding-bottom: 0 !important;
}

.blk-mtg a {
  color: #014979;
}

@media (min-width: 992px) {
  .library-row .col-sec {
    max-width: 31.333333%;
    padding-left: 0;
    padding-right: 0;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 0;
  }
}

.ml-auto {
  margin-left: auto !important;
}

.col-objs {
  height: auto;
  margin: 0 auto 2.5rem;
}

.col-objs:hover {
  cursor: pointer;
}

.no-op-objs {
  height: 150px;
  border: 3px dashed #ddd;
  border-radius: 10px;
  display: none;
  align-items: center !important;
  justify-content: center !important;
}

.no-op-objs .blk-ctn {
  font-size: 18px;
  font-weight: 700;
  color: #b3b2b2;
}

.no-op-objs.show {
  display: flex;
}

/* Single Objective block */
.obj-block-wrap {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ccc;
}

.obj-block-wrap:hover {
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
}

.cutomfield-strategy,
.edn_articleTitle {
  display: none;
}

.obj-status {
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
}

.stat-detail {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.stat-icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}

.obj-block-ctn {
  position: relative;
  padding: 12px 18px 18px;
  min-height: 120px;
}

.obj-block-ctn .obj-name {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #444;
}

.obj-block-ctn .obj-desc {
  font-style: italic;
  font-size: 13px;
  color: #00a9d4;
}

.obj-block-ctn .obj-amount {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
}

.obj-block-ctn .obj-amount.check .hidethis {
  display: none;
}

.obj-block-ctn .obj-amount.check .fe-icon-check-square {
  height: 20px;
  width: 20px;
  overflow: hidden;
  cursor: pointer;
}

.obj-block-ctn .obj-amount.check .fe-icon-check-square:before {
  font-size: 30px;
}

.obj-block-ctn .obj-amount.check.gray {
  color: #ccc;
}

.obj-block-ctn .obj-amount.check.green {
  color: #008155;
}

.obj-block-ctn .obj-lm {
  font-size: 11px;
  color: #adb5bd;
  font-style: italic;
}

.obj-block-ctn .obj-more {
  position: absolute;
  right: 18px;
  bottom: 14px;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.obj-block-ctn .obj-more a {
  font-size: 18px !important;
  color: #fff !important;
  line-height: 1;
  vertical-align: bottom;
  padding-left: 3px;
  background-color: transparent;
  text-decoration: none;
}

.obj-block-ctn .obj-more [class^=fe-icon-] {
  line-height: 24px;
}

.col-obj .completed .obj-status,
.obj-modal .completed .obj-status {
  background-color: #008155;
}

.col-obj .completed .stat-icon,
.obj-modal .completed .stat-icon {
  background-image: url(../images/objectives/check-white.png);
}

.col-obj .completed .obj-block-ctn .obj-amount,
.obj-modal .completed .obj-block-ctn .obj-amount {
  color: #008155;
}

.col-obj .completed .obj-block-ctn .obj-more,
.obj-modal .completed .obj-block-ctn .obj-more {
  background-color: #008155;
}

.col-obj .completed:hover .obj-block-ctn .obj-more,
.obj-modal .completed:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(0, 129, 85, 0.65);
}

.col-obj .in-progress .obj-status,
.obj-modal .in-progress .obj-status {
  background-color: #f99d2a;
}

.col-obj .in-progress .stat-icon,
.obj-modal .in-progress .stat-icon {
  background-image: url(../images/objectives/inprogress-white.png);
}

.col-obj .in-progress .obj-block-ctn .obj-amount,
.obj-modal .in-progress .obj-block-ctn .obj-amount {
  color: #f99d2a;
}

.col-obj .in-progress .obj-block-ctn .obj-more,
.obj-modal .in-progress .obj-block-ctn .obj-more {
  background-color: #f99d2a;
}

.col-obj .in-progress:hover .obj-block-ctn .obj-more,
.obj-modal .in-progress:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(249, 157, 42, 0.65);
}

.col-obj .amended .obj-status,
.obj-modal .amended .obj-status {
  background-color: #6f42c1;
}

.col-obj .amended .stat-icon,
.obj-modal .amended .stat-icon {
  background-image: url(../images/objectives/amended-white.png);
}

.col-obj .amended .obj-block-ctn .obj-amount,
.obj-modal .amended .obj-block-ctn .obj-amount {
  color: #6f42c1;
}

.col-obj .amended .obj-block-ctn .obj-more,
.obj-modal .amended .obj-block-ctn .obj-more {
  background-color: #6f42c1;
}

.col-obj .amended:hover .obj-block-ctn .obj-more,
.obj-modal .amended:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(111, 66, 193, 0.65);
}

.col-obj .consolidated .obj-status,
.obj-modal .consolidated .obj-status {
  background-color: #2e7eb7;
}

.col-obj .consolidated .stat-icon,
.obj-modal .consolidated .stat-icon {
  background-image: url(../images/objectives/consolidated-white.png);
}

.col-obj .consolidated .obj-block-ctn .obj-amount,
.obj-modal .consolidated .obj-block-ctn .obj-amount {
  color: #2e7eb7;
}

.col-obj .consolidated .obj-block-ctn .obj-more,
.obj-modal .consolidated .obj-block-ctn .obj-more {
  background-color: #2e7eb7;
}

.col-obj .consolidated:hover .obj-block-ctn .obj-more,
.obj-modal .consolidated:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(46, 126, 183, 0.65);
}

article[data-status="Proposed"] .obj-status {
  background-color: #38A0B2;
}

article[data-status="Proposed"] .stat-icon {
  background-image: url(../../images/proposed-white.png);
}

article[data-status="Proposed"] .obj-block-ctn .obj-amount {
  color: #38A0B2;
}

article[data-status="Proposed"] .obj-block-ctn .obj-more {
  background-color: #38A0B2;
  /*&:hover {
                box-shadow: 0 .3rem .8rem rgba($orange,.65);
            }*/
}

article[data-status="Proposed"]:hover .obj-block-ctn .obj-more {
  box-shadow: 0 0.3rem 0.8rem rgba(56, 160, 178, 0.65);
}

.col-single-obj {
  opacity: 0;
  display: none;
}

.col-single-obj .obj-wrap {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.col-single-obj.show {
  opacity: 1;
  display: block;
}

.obj-wrap .amended-notes {
  display: none;
  background-color: #666;
  color: white;
  padding: 1rem;
  margin: 0 auto 1rem;
  border-radius: 6px;
}

.obj-wrap .obj-summary h1 .fe-icon-info {
  height: 20px;
  cursor: pointer;
  display: none;
  font-size: 22px;
  color: red;
}

.obj-content .stat-detail {
  font-size: 16px;
}

.obj-content .stat-icon {
  width: 45px;
  height: 45px;
  margin-right: 20px;
}

.obj-content .stat-ref {
  font-size: 16px;
  color: #fff;
}

.obj-wrap .target-addinfo {
  display: none;
}

.obj-summary {
  padding: 1.6rem 1.5625rem 1.8rem;
  text-align: center;
}

.obj-summary h1 {
  color: #333;
  font-size: 21px;
}

.obj-summary p {
  font-size: 15px;
  margin-bottom: 0;
}

.obj-summary .summary-detail {
  font-size: 15px;
}

.obj-key {
  padding-top: .7rem;
  padding-bottom: .7rem;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-align: center;
  color: #444;
  margin: 0 !important;
  position: relative;
}

.obj-key span {
  border-radius: 30px;
  border: 2px solid #ddd;
  background-color: white;
  padding: .5rem 2rem;
  position: relative;
  z-index: 1;
}

.obj-key:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  top: 47%;
}

.obj-keysteps-wrap {
  font-size: 14px;
  /* New Stack Table Style -- Can replace the old div col style later */
}

.obj-keysteps-wrap .obj-steps-pad {
  padding: 1.5rem 1.5625rem;
}

.obj-keysteps-wrap h4 {
  font-size: 14px;
  font-weight: 600;
  color: #EDF2F9;
}

.obj-keysteps-wrap p {
  font-size: 14px;
}

.obj-keysteps-wrap .col-sm-3:first-child {
  padding-left: 0;
}

.obj-keysteps-wrap .col-sm-3:last-child {
  padding-right: 0;
}

.obj-keysteps-wrap .col-step {
  position: relative;
}

.obj-keysteps-wrap .col-step:before {
  content: "1";
  display: block;
  border-radius: 50%;
  background-color: rgba(237, 242, 249, 0.1);
  font-size: 20px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #0E7FAD;
  text-align: center;
}

.obj-keysteps-wrap .col-step:nth-child(2):before {
  content: "2";
}

.obj-keysteps-wrap .col-step:nth-child(3):before {
  content: "3";
}

.obj-keysteps-wrap .col-step:nth-child(4):before {
  content: "4";
}

.obj-keysteps-wrap .col-step:after {
  content: " ";
  width: 0;
  border-right: 1px solid #ccc;
  position: absolute;
  top: 58px;
  right: 0;
  height: calc(100% - 60px);
}

.obj-keysteps-wrap .col-step:last-child:after {
  display: none;
}

.obj-keysteps-wrap .step-top {
  margin-bottom: 1rem;
  padding-top: .8rem;
  min-height: 100px;
}

.obj-keysteps-wrap .steps-table .step-num span,
.obj-keysteps-wrap .steps-table .st-head-row .st-val span {
  display: block;
  border-radius: 50%;
  background-color: #eee;
  font-size: 18px;
  font-weight: 600;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #1c5e8b;
  text-align: center;
  margin-bottom: .8rem;
  margin-left: 15px;
}

.obj-keysteps-wrap .steps-table .step-num th:first-child span {
  margin-left: 0;
}

.obj-keysteps-wrap .steps-table .step-top {
  padding-top: 0;
}

.obj-keysteps-wrap .steps-table td {
  width: 25%;
  vertical-align: top;
  padding: 0 15px;
  font-size: 14px;
}

.obj-keysteps-wrap .steps-table tbody tr > td:first-child {
  padding-left: 0;
}

.obj-keysteps-wrap .steps-table tbody tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}

.obj-keysteps-wrap .steps-table .step-top td {
  padding-bottom: 15px;
}

.obj-keysteps-wrap .steps-table .step-bottom strong,
.obj-keysteps-wrap .steps-table.small-only strong {
  font-size: 15px;
  font-weight: 600;
  color: #28B5D9;
  padding-bottom: 5px;
  display: block;
}

.obj-keysteps-wrap .steps-table.small-only strong {
  padding-top: 8px;
  padding-bottom: 2px;
}

.obj-keysteps-wrap .obj-other-table-wrap {
  background-color: #f9f9f9;
  padding: 1.3rem 1.5625rem 1.5rem;
  border-top: 1px solid #eee;
}

.obj-keysteps-wrap .obj-other-table {
  width: 100%;
}

.obj-keysteps-wrap .obj-other-table tbody tr > td:first-child {
  padding-left: 0;
}

.obj-keysteps-wrap .obj-other-table tbody tr > td:last-child {
  padding-right: 0;
  border-right: 0;
}

.obj-keysteps-wrap .obj-other-table .ref-title strong {
  font-weight: 600;
}

.obj-keysteps-wrap .obj-other-table td {
  width: 25%;
  vertical-align: top;
  padding: .5rem 15px;
  font-size: 15px;
}

.obj-keysteps-wrap .obj-other-table td strong {
  font-size: 14px;
}

.obj-keysteps-wrap .obj-other-table td h4 {
  font-size: 14px;
  font-weight: 700;
  color: #495057;
  padding-bottom: 8px;
  display: block;
}

.obj-keysteps-wrap .obj-other-table p {
  margin-bottom: 0;
}

.obj-keysteps-wrap .obj-other-table .target-info .fe-icon-info {
  height: 20px;
  cursor: pointer;
  display: none;
}

.obj-keysteps-wrap .obj-other-table .target-info .fe-icon-info:before {
  font-size: 20px;
  color: red;
}

.obj-keysteps-wrap .obj-other-table .target-info .obj-target-add {
  background: #fff;
  padding: 10px;
  font-size: 12px;
  line-height: 1.4;
  margin-bottom: 10px;
  display: none;
}

.obj-keysteps-wrap .obj-other-table.fivecell td {
  width: 20%;
}

.obj-comment {
  margin-top: 1rem;
}

.obj-comment .btn-primary {
  font-size: 14px;
  line-height: 1;
  background-color: #666666;
  border-color: #666666;
  padding: .5rem 1rem;
  color: white !important;
  border-radius: 4px;
}

.budgetarchive .obj-summary .obj-comment {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .obj-summary {
    position: relative;
  }
  .obj-comment {
    position: absolute;
    right: 1.5rem;
    top: 1.2rem;
    margin-top: 0;
  }
  .obj-comment .btn-primary {
    font-size: 12px;
    padding: .3rem .6rem;
  }
}

@media (min-width: 992px) {
  .col-objectives {
    position: absolute;
    right: 5%;
    z-index: 10;
    z-index: 10;
    width: 560px;
    min-height: 300px;
    width: auto;
    margin: 0;
  }
  .col-objectives.show {
    display: block;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  #All_Objectives_Wrap article {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 992px) and (max-width: 1049.98px) {
  #All_Objectives_Wrap article {
    min-width: 200px;
    width: 200px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (min-width: 1050px) and (max-width: 1250px) {
  #All_Objectives_Wrap article {
    min-width: 220px;
    width: 220px;
    padding-left: .5rem;
    padding-right: .5rem;
  }
}

@media (min-width: 1400px) {
  #All_Objectives_Wrap article {
    min-width: 280px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 992px) {
  .obj-keysteps-wrap {
    /* Force table to not be like tables anymore */
  }
  .obj-keysteps-wrap .obj-steps-pad {
    padding-bottom: 0;
  }
  .obj-keysteps-wrap table, .obj-keysteps-wrap thead, .obj-keysteps-wrap tbody, .obj-keysteps-wrap th, .obj-keysteps-wrap td, .obj-keysteps-wrap tr {
    display: block;
  }
  .obj-keysteps-wrap .steps-table {
    /* Hide table headers (but not display: none;, for accessibility) */
  }
  .obj-keysteps-wrap .steps-table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .obj-keysteps-wrap .steps-table tbody td {
    /* Behave  like a "row" */
    position: relative;
    padding-left: 50px;
    width: 100%;
    border-right: 0;
    margin-top: 10px;
  }
  .obj-keysteps-wrap .steps-table tbody td:first-child {
    margin-top: 0;
  }
  .obj-keysteps-wrap .steps-table tbody td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    background-color: rgba(237, 242, 249, 0.1);
    font-size: 18px;
    font-weight: 700;
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #0E7FAD;
    text-align: center;
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(1):before {
    content: "1";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(2):before {
    content: "2";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(3):before {
    content: "3";
  }
  .obj-keysteps-wrap .steps-table tbody td:nth-of-type(4):before {
    content: "4";
  }
  .obj-keysteps-wrap .steps-table tbody tr > td:first-child {
    padding-left: 50px;
  }
  .obj-keysteps-wrap .obj-other-table td {
    margin-bottom: 10px;
    width: 100%;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(237, 242, 249, 0.2);
  }
  .obj-keysteps-wrap .obj-other-table td.sm-ref-title {
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 700;
  }
  .obj-keysteps-wrap .obj-other-table td strong {
    padding-bottom: 4px;
  }
  .obj-keysteps-wrap .obj-other-table td.sm-ref-title, .obj-keysteps-wrap .obj-other-table td:last-child {
    border-bottom: 0;
  }
  .obj-keysteps-wrap .obj-other-table.fivecell td {
    width: 100%;
  }
}

@media (max-width: 767.9px) {
  .obj-summary .summary-detail,
  .obj-keysteps-wrap {
    font-size: 15px;
  }
  .obj-summary .summary-detail p,
  .obj-keysteps-wrap p {
    font-size: 16px;
  }
  .obj-keysteps-wrap .obj-other-table td strong {
    font-size: 15px;
  }
}

.budget-glossary {
  padding-top: 1rem;
}

.glossary-tabs strong {
  font-weight: 600;
}

.glossary-tabs p {
  margin-bottom: 1rem;
}

.glossary-tabs .nav-tabs {
  border-bottom: 2px solid #8da6b7;
  padding-left: 0;
  justify-content: center;
}

.glossary-tabs .nav-item {
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 0;
}

.glossary-tabs .nav-link {
  padding: .875rem 2rem;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: -2px;
  color: #333;
}

.glossary-tabs .nav-link.active {
  border-color: #8da6b7 #8da6b7 #f5f9f9;
  border-width: 2px;
  color: #0E7FAD;
  font-weight: 600;
  background-color: #f5f9f9;
}

.glossary-tabs .tab-content {
  padding: 2rem;
  background-color: #f5f9f9;
}

.glossary-tabs .ctn-sec-head {
  text-align: center;
  margin-bottom: 1.5rem;
  font-size: 15px;
  font-weight: 500;
}

.glossary-tabs .accordion-header {
  margin-bottom: 0;
}

.glossary-tabs .accordion-button {
  font-weight: 500;
  color: #164a6e;
}

.glossary-tabs .accordion-button:not(.collapsed) {
  background-color: #2574a9;
  color: white;
  font-weight: 700;
}

.glossary-tabs .accordion-button:not(.collapsed):after {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}

.glossary-tabs .accordion-body {
  padding: 1.5rem;
}

.glossary-tabs .glassary-3lv {
  padding-left: 1rem;
  padding-right: 1rem;
}

.glossary-tabs .glassary-3lv li {
  list-style-type: none;
  padding: 0;
  margin-left: 0;
}

.glossary-tabs .glassary-3lv .btn-glossary {
  display: block;
  border-radius: 0;
  text-align: left;
  padding: 1rem .4rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  color: #008155 !important;
  font-weight: 700;
}

.glossary-tabs .glassary-3lv .btn-glossary:before {
  content: "\e998";
  font-family: feather !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 1;
  margin-right: 0.8rem;
}

.glossary-tabs .glassary-3lv .btn-glossary.collapsed {
  border-bottom: 1px dashed #ccc;
  color: #333 !important;
  font-weight: 500;
}

.glossary-tabs .glassary-3lv .btn-glossary.collapsed:before {
  content: "\e9b3";
}

.glossary-tabs .glassary-3lv .btn-glossary:hover {
  background-color: transparent;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
}

.faq-accordion .accordion-button:before {
  content: "Q:";
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: #2c8ac9;
  margin-right: .8rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: white;
}

.faq-accordion .accordion-button:not(.collapsed):before {
  color: white;
}

.faq-accordion .accordion-collapse {
  position: relative;
}

.faq-accordion .accordion-collapse:before {
  content: "A:";
  display: inline-block;
  font-size: 19px;
  font-weight: 600;
  color: #008155;
  left: 1.25rem;
  top: 1.3rem;
  position: absolute;
}

.faq-accordion .accordion-body {
  padding-left: 3.5rem;
}

@media (min-width: 992px) {
  .glossary-tabs .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1200px) {
  .glossary-tabs .nav-link {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (max-width: 991.98px) {
  .glossary-tabs .nav-link {
    padding: 0.5rem 1rem;
    margin: 0 0.5rem 1rem;
    background-color: #eee;
    border-radius: 8px;
  }
  .glossary-tabs .nav-link.active {
    border-bottom: 2px solid #8da6b7;
  }
}

@media (max-width: 600px) {
  .glossary-tabs .tab-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .glossary-tabs .accordion-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .glossary-tabs .accordion-body ul {
    padding-left: 0;
  }
}

.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: .7rem;
}

.bos-album .card .card-title {
  font-size: 14px !important;
  line-height: 1.5;
  color: #0E7FAD;
}

.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: -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: #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: .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: -.5rem;
}

.indicate-arrow {
  text-align: center;
  padding-bottom: 1rem;
}

.indicate-arrow img {
  margin-left: auto;
  margin-right: auto;
}

.homestyle {
  padding: 4rem;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .indicatetab-ctn .scc-card {
    padding-bottom: 0 !important;
  }
}

.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: #0E7FAD;
}

.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: .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: .5rem;
  text-shadow: 2px 2px 20px rgba(23, 58, 77, 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: .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;
  }
}

/* Simple Slider -- Community Indicator */
.sccslider-wrap {
  width: 100%;
}

.simple-slider {
  width: 100%;
  max-width: 100%;
}

.simple-slider .slick-prev,
.simple-slider .slick-next {
  width: 40px;
  height: 40px;
  top: 56%;
  bottom: auto;
  margin-top: -20px;
  background-color: rgba(255, 164, 0, 0.9);
}

.simple-slider .slick-prev:hover, .simple-slider .slick-prev:focus,
.simple-slider .slick-next:hover,
.simple-slider .slick-next:focus {
  background-color: rgba(28, 78, 105, 0.8);
}

.simple-slider .slick-prev:hover:before, .simple-slider .slick-prev:focus:before,
.simple-slider .slick-next:hover:before,
.simple-slider .slick-next:focus:before {
  opacity: 1;
}

.simple-slider .slick-prev:before,
.simple-slider .slick-next:before {
  font-size: 20px;
  opacity: 1;
}

.simple-slider .slick-prev {
  left: 1.5rem;
}

.simple-slider .slick-next {
  right: 1.5rem;
}

.simple-slider .slick-disabled {
  display: none !important;
}

.simple-slider:hover .slick-prev,
.simple-slider:hover .slick-next {
  display: inline-block !important;
}

.simple-slider:hover .slick-disabled {
  display: none !important;
}

.simple-slider .slick-dots {
  bottom: 5%;
  display: none !important;
}

.simple-slider .slick-dots li {
  margin-left: 12px;
  margin-right: 12px;
}

.simple-slider .slick-dots li button {
  padding: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border: 3px solid white;
}

.simple-slider .slick-dots li button:hover, .simple-slider .slick-dots li button:focus {
  outline: none;
  opacity: .85;
}

.simple-slider .slick-dots li button:before {
  display: none;
}

.simple-slider .slick-dots li.slick-active button {
  background-color: white;
}

.simple-slider .slide-img {
  min-height: 200px;
  height: 360px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
  background-size: contain;
}

.simple-slider .slide-text-wrap {
  position: relative;
  width: 100%;
  height: auto;
  top: auto;
  left: auto;
}

.simple-slider .slide-content {
  padding: 1.5rem;
  position: relative;
}

.simple-slider .slide-content .slide-title {
  font-size: 15px;
  line-height: 1.2;
  padding-top: 1rem;
}

.simple-slider .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;
}

.archivepage .subpage-banner {
  justify-content: center !important;
  min-height: 180px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #007FB0;
  background: linear-gradient(180deg, #0095cf 0%, #01719d 100%);
  padding: 2rem;
}

.archivepage .subpage-banner .page-title .supertitle {
  display: block !important;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: .3rem;
  text-align: center;
  color: white;
}

@media (min-width: 1400px) {
  .archivepage .site-header .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .archivepage .site-header .main-navbar {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .archivepage .navbar-brand img {
    max-width: 370px;
  }
}
