/*
 * Scc Elections Theme
 * Version 2.0 
 * August, 2023
 */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
.btn, .mainbody .btn {
  font-size: 16px;
  padding: 0.7rem 1.5rem;
  line-height: 1.2;
}

h3 {
  color: #1c4e69;
  margin-bottom: .6rem;
}

.text-red {
  color: #cc0000 !important;
}

.text-elered,
.mainbody .text-elered,
.Normal .text-elered {
  color: #C01B33 !important;
}

.eletheme .list-bullet-chevron > li {
  font-weight: 500;
  font-size: 17px;
  padding-bottom: 0.8rem !important;
  padding-left: 2rem !important;
}

.eletheme .list-bullet-chevron > li::before {
  color: #FFA400;
}

.eletheme .list-bullet-chevron > li > a,
.eletheme .list-bullet-chevron > li > strong > a {
  color: #1c4e69 !important;
  text-decoration: none;
}

.eletheme .list-bullet-chevron > li li {
  font-size: 16px;
}

.page-section h2 {
  font-size: 36px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

.page-section.sec-dark h2 {
  font-weight: 600 !important;
}

/*------------------------------------
  Site Search
------------------------------------*/
.eletheme .header-search-btn:hover i:before {
  background-color: #C01B33;
}

@media (max-width: 991.98px) {
  .eletheme .header-search-btn {
    margin-left: .5rem;
    margin-right: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .eletheme .header-search-btn {
    margin-left: 0;
    display: inline-flex;
    align-items: center;
  }
}

@media (max-width: 599.98px) {
  .eletheme .topbar .sec-pad {
    padding-bottom: .8rem;
    padding-top: .8rem;
  }
}

.eletheme .regnav-wrap {
  width: 100%;
}

.main-menu li {
  list-style-type: none;
}

.main-menu a {
  color: #000;
  padding-bottom: .5rem;
}

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

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

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

.main-menu > li:last-child .dropdown-menu {
  right: 0;
  left: auto;
}

.main-menu .nav-item:hover .dropdown-menu {
  display: block;
}

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

.main-menu .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(14, 127, 173, 0.97);
  -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 .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

.main-menu .dropdown-menu .nav-link {
  color: #fff;
  font-weight: 500;
  padding-left: 1rem;
  padding-right: 1rem;
}

.main-menu .dropdown-menu .nav-link:hover {
  background-color: #173a4d;
}

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

.main-menu .dropdown-menu > li {
  margin-left: 0;
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}

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

.main-menu .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 .dropdown-menu {
    min-width: 12rem;
  }
}

@media (min-width: 992px) {
  .eletheme .regnav-wrap {
    background-color: #f9f9f9;
    border-top: 1px solid #CEC9C9;
  }
  .eletheme .main-menu {
    justify-content: space-between;
    width: 100%;
    flex-wrap: unset;
  }
  .eletheme .main-menu > li {
    padding-left: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  .eletheme .main-menu > li > .nav-link {
    font-size: 17px;
    font-weight: 600;
    color: #173a4d !important;
    line-height: 1.2;
    padding: 1.25rem .875rem;
    text-align: center;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
  }
  .eletheme .main-menu > li > .nav-link:hover {
    background-color: #e9e9e9;
  }
  .eletheme .main-menu > li.active > a,
  .eletheme .main-menu .current-menu-ancestor > a {
    color: #007FB0 !important;
  }
  .eletheme .main-menu > li.active > a,
  .eletheme .main-menu .current-menu-ancestor > a {
    background-color: #C01B33;
    color: white !important;
  }
  .eletheme .main-menu > li.active > a:hover,
  .eletheme .main-menu .current-menu-ancestor > a:hover {
    background-color: #C01B33;
    color: white !important;
  }
  .eletheme .main-menu .dropdown-menu {
    min-width: 20rem;
    background-color: white;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  .eletheme .main-menu .dropdown-menu > li {
    border-color: #eee;
  }
  .eletheme .main-menu .dropdown-menu .dropdown-item.active,
  .eletheme .main-menu .dropdown-menu .dropdown-item:active {
    background-color: #eee;
  }
  .eletheme .main-menu .dropdown-menu .nav-link {
    padding: 1rem 1.5rem;
    color: black;
    white-space: wrap;
    line-height: 1.3;
  }
  .eletheme .main-menu .dropdown-menu .nav-link:hover {
    background-color: #eee;
  }
  .eletheme .main-menu .dropdown-menu .nav-link:focus {
    color: black !important;
  }
  .home .main-menu > li > .nav-link:hover {
    background-color: #C01B33;
    color: white !important;
  }
}

@media (min-width: 1200px) {
  .regnav-wrap .container {
    width: 100%;
  }
  .main-menu > li > .nav-link {
    font-size: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .eletheme .main-menu > li > .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1600px) {
  .main-menu {
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .main-menu {
    background-color: white;
  }
  .main-menu a {
    color: white;
  }
  .main-menu a:visited {
    color: white;
  }
  .main-menu .nav-link {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }
  .main-menu > li {
    border-bottom-width: 1px;
    border-bottom-color: rgba(255, 255, 255, 0.3);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    background-color: #0E7FAD;
    font-size: 20px;
  }
  .main-menu > li > .nav-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 20px;
  }
  .main-menu > li:hover {
    border-bottom-color: white;
    background-color: #173a4d;
  }
  .main-menu > li:hover > a:hover {
    color: white;
  }
  .main-menu > li:hover > a:focus {
    color: white !important;
  }
  .main-menu > li > a:focus {
    color: white !important;
  }
  .main-menu > li.active > a,
  .main-menu .current-menu-ancestor > a {
    color: white;
  }
  .main-menu .dropdown-menu {
    background-color: #f9f9f9;
    margin-top: 0;
    padding-left: 1.5rem;
    text-align: center;
  }
  .main-menu .dropdown-menu .nav-link {
    padding: 1rem;
    color: #1c4e69;
    font-size: 20px;
  }
  .main-menu .dropdown-menu .nav-link:hover {
    background-color: transparent;
    color: #008155 !important;
  }
  .main-menu .dropdown-menu .nav-link:visited {
    color: #333;
  }
  .main-menu .dropdown-menu > li {
    display: block;
    border-bottom: 0;
  }
  .main-menu .dropdown-menu > li > a:hover {
    border-bottom: 0;
  }
}

/* 
 * Header
 * ======================================== */
.eletheme .site-header {
  margin-bottom: 0;
}

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

.eletheme .header-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 1rem 0;
}

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

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

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

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

.navbar-toggler {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .eletheme .header-top {
    padding: 1.3rem 2rem 1.2rem;
  }
  .eletheme .site-header .main-navbar {
    padding-top: 0;
    padding-bottom: 0;
    flex-direction: column;
  }
  .eletheme .navbar-expand-lg .navbar-collapse {
    width: 100%;
  }
  .eletheme .navbar-brand img {
    max-width: 400px;
  }
}

@media (min-width: 600px) {
  .eletheme .mobile-wrap .el-txt {
    display: none;
  }
}

@media (min-width: 1200px) {
  .eletheme .header-top {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 95%;
  }
  .eletheme .navbar-brand img {
    max-width: 430px;
  }
}

@media (min-width: 1400px) {
  .eletheme .header-top {
    width: 95%;
  }
}

@media (max-width: 991.98px) {
  .eletheme .header-top {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }
  .eletheme .navbar img {
    max-width: 350px;
  }
}

@media (max-width: 767.98px) {
  .eletheme .navbar img {
    max-width: 340px;
  }
}

@media (max-width: 599.98px) {
  .eletheme .header-top {
    text-align: center;
    display: block;
    padding-bottom: 0;
  }
  .eletheme .navbar img {
    max-width: 90%;
  }
  .eletheme .navbar-brand {
    margin-bottom: 1.5rem;
    margin-left: 0;
  }
  .eletheme .mobile-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background-color: #f5f5f5;
  }
}

.searchblk {
  display: none;
  background-color: #F0F0F0;
  border-radius: 80px;
  width: 400px;
}

@media (max-width: 575.98px) {
  .searchblk {
    left: 5% !important;
    right: 5% !important;
  }
}

.searchblk .site-search-input {
  position: relative;
  width: 100%;
  padding: .35rem .4rem .35rem 1rem;
}

.searchblk #dnn_HsaSearchInBar_ClassicSearch {
  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;
  width: 100%;
}

.searchblk .searchInputContainer {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.searchblk .searchInputContainer input {
  border: 0;
  padding: 0 .5rem;
  font-size: 15px;
  font-weight: 500;
  background-color: transparent;
  width: 100%;
  line-height: 1.2;
  height: 30px;
}

.searchblk .searchInputContainer input::placeholder {
  color: #999;
  font-size: 14px;
}

.searchblk .searchInputContainer input:focus {
  outline-color: #0E7FAD;
}

.searchblk .searchInputContainer a.dnnSearchBoxClearText {
  top: 0;
  margin: .5rem 0;
}

.searchblk .sccsearch {
  padding: 0;
  font-size: 0;
  text-align: center;
  margin-left: 0.5rem;
}

.searchblk .sccsearch:after {
  font-family: feather !important;
  content: "\e9c1";
  speak: none;
  font-style: normal;
  font-size: 30px;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-color: #007FB0;
  font-size: 16px;
  color: white;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575.98px) {
  .searchblk .sccsearch {
    width: 30%;
    display: inline-block;
    letter-spacing: 1px;
    padding-top: .6rem;
  }
}

.searchblk .sccsearch:hover {
  text-decoration: none;
}

.searchblk .sccsearch:hover:after {
  background-color: #C01B33;
}

.searchblk .sccsearch:focus {
  color: white !important;
}

.searchblk .searchSkinObjectPreview {
  width: 36rem;
  right: auto;
  left: -2rem;
  margin-bottom: .3rem;
  margin-top: 1.5rem;
  border-radius: 8px;
  border: 0;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

@media (max-width: 575.98px) {
  .searchblk .searchSkinObjectPreview {
    width: 100%;
    left: 0;
  }
}

.searchblk .searchSkinObjectPreview > li {
  padding-top: .8rem;
  padding-bottom: .8rem;
  background-color: white;
}

.searchblk .searchSkinObjectPreview > li span {
  font-size: 17px;
  color: #1a1a1a;
}

.searchblk .searchSkinObjectPreview > li p {
  font-size: 13px;
  margin-top: .35rem;
}

.searchblk .searchSkinObjectPreview > li p b {
  color: #958ed2;
}

.searchblk .searchSkinObjectPreview > li:hover {
  background-color: rgba(111, 66, 193, 0.15);
}

.searchblk .searchSkinObjectPreview > li.searchSkinObjectPreview_group {
  display: none;
}

.searchblk .searchSkinObjectPreview > li > .searchSkinObjectPreview_more {
  background-color: #eee;
  border: 1px solid #ccc;
  color: black;
  padding: .5rem 1rem;
  display: inline-block;
  border-radius: 4px;
  font-size: 15px;
}

.searchblk .searchSkinObjectPreview > li > .searchSkinObjectPreview_more:hover, .searchblk .searchSkinObjectPreview > li > .searchSkinObjectPreview_more:focus {
  text-decoration: none;
  background-color: #666;
  color: white !important;
}

@media (min-width: 992px) {
  .searchblk {
    display: block;
  }
}

/* Footer */
.site-footer {
  line-height: 1.7 !important;
  border-top: 1px solid #ddd;
}

.site-footer .site-logo img {
  max-width: 90%;
}

.site-footer .footer-widget {
  line-height: 1.7;
}

.site-footer .footer-widget h5 {
  font-size: 19px;
  font-weight: 700 !important;
  color: #173a4d;
}

.site-footer .footer-widget li {
  padding-bottom: .4rem;
}

.site-footer .footer-widget a {
  color: black !important;
}

.site-footer .footer-widget a:hover {
  background-color: transparent;
  color: #007FB0 !important;
}

.site-footer .social-block a {
  margin-right: .3rem;
}

.site-footer .social-block i:before {
  background-color: #007FB0;
  font-size: 14px;
  padding: 0.625rem;
}

.site-footer .terms-priv {
  font-size: 15px;
  font-weight: 500;
}

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

.sec-cur-act {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url(../images/sbanner-flag.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sec-cur-act .oninbg {
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: .5rem;
  padding: 2rem;
}

.sec-cur-act .sec-title {
  color: white !important;
  line-height: 1.3;
  font-size: 32px !important;
  text-transform: uppercase;
  text-transform: uppercase;
  padding-left: 1.5rem;
  border-left: 4px solid #0ABBFF;
}

.sec-cur-act .sec-title span {
  color: #0ABBFF !important;
  display: block;
}

.sec-cur-act .sec-heroimg {
  width: 100px;
  margin-left: 2rem;
}

.sec-cur-act .col-ctn {
  color: white;
  font-size: 16px;
}

.sec-cur-act .col-ctn ul {
  padding-left: 1rem;
}

.sec-cur-act .col-ctn ul > li {
  font-size: 17px !important;
  color: white;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0;
  margin-left: 0;
  padding-bottom: .5rem;
}

.sec-cur-act .col-ctn ul ul {
  padding-top: .3rem;
  padding-bottom: 0;
}

.sec-cur-act .col-ctn ul ul li {
  padding-bottom: .4rem;
  font-size: 16px !important;
}

.sec-cur-act .col-ctn .list-bullet-chevron {
  margin-bottom: 0;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li {
  padding-bottom: .5rem !important;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li:before {
  top: 0;
  color: #FCB316 !important;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li > a {
  color: white !important;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li > a:hover {
  text-decoration: underline;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li strong {
  font-weight: 600;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li strong > a,
.sec-cur-act .col-ctn .list-bullet-chevron > li a > strong {
  color: #FCB316 !important;
}

.sec-cur-act .col-ctn .list-bullet-chevron > li strong > a:hover {
  text-decoration: underline;
}

.sec-cur-act .col-ctn p {
  margin-bottom: .8rem;
}

.sec-cur-act .col-ctn a {
  color: white !important;
  background-color: transparent;
}

.sec-cur-act .col-ctn strong > a,
.sec-cur-act .col-ctn a > strong {
  color: #FFA400 !important;
}

.home-feature .inner {
  background-color: transparent;
  padding-bottom: 1.2rem;
}

.home-feature .col-feature {
  margin-bottom: 2rem;
}

.home-feature .scc-card-withctn3 {
  background: white;
  background: linear-gradient(180deg, #f0f0f0 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: .5rem;
  padding: 2rem;
  font-size: 15px;
  height: 100%;
}

.home-feature .scc-card-withctn3 .card-head {
  height: 60px;
}

.home-feature .scc-card-withctn3 .card-title {
  font-size: 21px;
  text-transform: uppercase;
  color: #173a4d;
}

.home-feature .scc-card-withctn3 .card-text {
  padding-top: 2rem;
}

.home-feature .scc-card-withctn3 a {
  color: black !important;
  font-weight: 500;
  text-decoration: none;
}

.home-feature .scc-card-withctn3 a:hover {
  color: #007FB0 !important;
  background-color: transparent;
  text-decoration: underline;
}

.home-feature .scc-card-withctn3 ul {
  padding-left: .5rem;
  line-height: 1.6 !important;
  font-weight: 500;
  margin-bottom: 0;
}

.home-feature .scc-card-withctn3 ul strong a {
  font-weight: 700;
  color: #1c4e69 !important;
}

.home-feature .scc-card-withctn3 ul a strong {
  font-weight: 700;
  color: #1c4e69;
}

.home-feature .scc-card-withctn3 h5 a {
  font-weight: 700;
  color: #173a4d !important;
}

.home-feature .scc-card-withctn3 h5 a:hover {
  text-decoration: none;
}

.home-resources {
  padding-top: 0;
  padding-bottom: 0;
  color: white;
  position: relative;
}

.home-resources .container-fluid {
  padding-left: 0;
  padding-right: 0;
  z-index: 2;
  position: relative;
}

.home-resources .col-img {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 3.5rem 2rem;
}

.home-resources .logo-blk img {
  max-width: 200px;
  width: 200px;
  border: 1px solid white;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  background-color: white;
}

.home-resources .ballot-blk {
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.6);
  max-height: 200px;
  max-width: 200px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.home-resources .col-ctn {
  padding: 3.5rem 2rem;
}

.home-resources h2 {
  color: white !important;
  border-left: 4px solid #00A7E8;
  line-height: 1.2;
  padding-left: 1.3rem;
  margin-bottom: 2.5rem;
}

.home-resources ul {
  padding-left: .5rem;
}

.home-resources ul a {
  text-decoration: none;
}

.home-resources a {
  color: white !important;
}

.home-resources a:hover {
  color: #00A7E8 !important;
  background-color: transparent;
  text-decoration: underline;
}

.sec-elecontact h2 {
  padding-bottom: .5rem;
}

.sec-elecontact .scc-card-withctn4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sec-elecontact .scc-card-withctn4 .card-title {
  color: #C01B33;
  font-weight: 600 !important;
  padding-bottom: 1.2rem;
  margin-bottom: 1.6rem;
}

.sec-elecontact .scc-card-withctn4 .card-text {
  line-height: 1.6;
}

.sec-elecontact .scc-card-withctn4 a {
  color: black !important;
}

.sec-elecontact .feedback-list li {
  padding-bottom: .9rem;
}

.sec-elecontact .feedback-list a {
  color: black !important;
  font-weight: 500;
}

.sec-dec-pplvote img {
  max-width: 95%;
}

@media (min-width: 768px) {
  .sec-heroimg {
    margin-left: 3rem;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .home-resources .list-2col {
    column-count: 2;
  }
}

@media (min-width: 992px) {
  .sec-cur-act {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .sec-cur-act .col-img {
    padding-left: 2rem;
    padding-right: 1.5rem;
  }
  .sec-cur-act .sec-heroimg {
    width: 170px;
    margin-left: 0;
  }
  .home-resources .col-ctn {
    padding: 3.5rem 2.5rem;
  }
  .home-resources .col-img {
    padding: 3rem 0;
  }
}

@media (min-width: 1200px) {
  .sec-cur-act .oninbg {
    padding: 2rem 2rem 1rem;
  }
  .sec-cur-act .sec-title {
    font-size: 36px !important;
  }
  .sec-cur-act .col-img {
    padding-left: 2.5rem;
  }
  .home-feature-row .col-feature {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .home-resources .col-img {
    padding-top: 4rem;
    padding-bottom: 2.5rem;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
}

@media (min-width: 1400px) {
  .sec-cur-act .col-img {
    padding-left: 3.5rem;
    padding-right: 3rem;
  }
  .home-feature .scc-card-withctn3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    padding-top: 2.3rem;
  }
  .home-feature .col-feature {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
  .home-resources .col-ctn {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1600px) {
  .sec-cur-act .col-img {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .home-resources .ctn-wrap {
    max-width: 800px;
    margin-left: auto;
  }
}

@media (max-width: 991.98px) {
  .sec-cur-act .col-img {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .sec-cur-act .sec-title {
    margin-bottom: 0;
  }
  .sec-cur-act .sec-title span {
    display: inline;
  }
}

@media (max-width: 767.98px) {
  .home-resources .logo-blk {
    margin-bottom: 2rem;
  }
  .sec-elecontact .col-cotact {
    margin-bottom: 2.5rem;
  }
}

.eletheme.innerpage .site-breadcrumb-wrap {
  margin-top: 1rem;
  padding-bottom: 2rem;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb {
  background-color: #eee;
  margin-bottom: .2rem;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb:before {
  border-left-color: #eee;
  right: -13px;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb:last-child {
  background-color: transparent;
  color: #666 !important;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb:last-child:hover {
  background-color: transparent;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb:hover {
  background-color: #e5e5e5;
}

.eletheme.innerpage .site-breadcrumb-wrap .site-breadcrumb:hover:before {
  border-left-color: #e5e5e5;
}

.eletheme.innerpage .subpage-banner {
  min-height: 200px;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.eletheme.innerpage .subpage-banner .page-title h1 {
  font-weight: 500 !important;
  text-transform: uppercase;
  line-height: 1.3;
}

.eletheme.innerpage .subpage-banner .page-title .subtitle {
  font-size: 32px;
  line-height: 1.2;
  color: white;
}

.eletheme.innerpage .col-left {
  padding-top: 0;
}

.eletheme.innerpage .subpage-leftnav {
  padding-top: .5rem;
}

.eletheme.innerpage .subpage-leftnav h3 {
  padding-top: 1rem;
  margin-bottom: .8rem;
  font-weight: 600 !important;
}

.eletheme.innerpage .subpage-leftnav .sub-menu {
  padding-top: .5rem;
  margin-bottom: 0;
}

.eletheme.innerpage .col-content {
  padding-top: 0;
  padding-bottom: 2rem;
}

.eletheme.innerpage .col-content ul li {
  line-height: 1.65;
}

.site-breadcrumb-wrap {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .eletheme.innerpage .col-content {
    padding-top: 0;
    padding-bottom: 4rem;
  }
  .eletheme.innerpage .col-content .inner {
    padding-left: 1rem;
  }
}

@media (min-width: 1200px) {
  .eletheme.innerpage .subpage-banner .page-title h1 {
    font-size: 48px;
  }
  .eletheme.innerpage .col-content .inner {
    padding-left: 2.5rem;
  }
}

@media (min-width: 1400px) {
  .eletheme.innerpage .subpage-banner .page-title h1 {
    font-size: 56px;
  }
}

@media (max-width: 991.98px) {
  .eletheme.innerpage .site-breadcrumb-wrap {
    display: none;
  }
}

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

.tpl-camera .simple-menu li {
  padding: 0 0.5rem;
  margin: 0 0 0.5rem 0;
  list-style: none;
}

.tpl-camera .simple-menu li > a {
  border: 2px solid #1c4e69;
  border-radius: 8px;
  padding: 0.6rem 1rem;
  line-height: 1;
  margin: 0;
  font-size: 19px;
  text-decoration: none;
}

.tpl-camera .simple-menu li.active > a {
  background-color: #1c4e69;
  color: #fff !important;
}

.col-camera {
  margin-bottom: 2rem;
}

.camera-wrap {
  padding-top: 2rem;
}

.camera-wrap .playerDiv {
  border-radius: 15px;
  overflow: hidden;
}

.camera-wrap iframe {
  min-height: 400px;
  width: 100%;
  max-width: 100%;
  display: block;
}

.col-single-camera {
  padding: 2rem;
}

.col-single-camera iframe {
  min-height: 300px;
  width: 100%;
  max-width: 100%;
  display: block;
}

@media (min-width: 768.1px) {
  .col-single-camera iframe {
    height: 450px;
    min-height: 450px;
  }
}

@media (min-width: 992.1px) {
  .col-single-camera {
    padding: 1.5rem 3rem 2.5rem;
  }
  .col-single-camera iframe {
    min-height: 720px;
  }
}

@media (min-width: 768.1px) and (max-width: 992px) {
  .camera-wrap iframe {
    min-height: 400px;
  }
}

@media (max-width: 768px) {
  .tpl-camera .simple-menu li {
    padding: 0 0.4rem;
  }
  .tpl-camera .simple-menu li > a {
    font-size: 17px;
  }
}

@media (max-width: 576px) {
  .col-single-camera {
    padding: 1rem;
  }
}
