/************** System **************/
body,
.toooltip {
  font-family: Arial, Helvetica, "Nimbus Sans L", "Liberation Sans", "FreeSans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

a {
  text-decoration: none;
}

a:focus,
a:focus-visible,
.owl-carousel .owl-item:focus,
.owl-carousel .owl-item:focus-visible {    
  outline: -webkit-focus-ring-color auto 1px;
  outline-offset: 1px;
}

.tab-content>.active:focus,
.tab-content>.active:focus-visible {
  border: #d6d6d6 1px solid !important;
  outline: none !important;
}

iframe {
  overflow-clip-margin: content-box !important;
  overflow: clip !important;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

p {
  margin: 0 0 10px;
  line-height: 1.4;
}

.smartcity_dashboards .tab-content .tab-pane>.row {
  --bs-gutter-x: unset !important;
  --bs-gutter-y: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.1;
  color: var(--bs-heading-color);
}

.page-node-type-drag-and-drop-page:not(#vision-and-mission) .smartcity_content .az-row.row {
  margin-left: -15px;
  margin-right: -15px;
}


/************** Header **************/
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

body#governance .container {
  --bs-gutter-x: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-container {
  max-width: 1230px !important;
  --bs-gutter-x: 0px;
}

.row {
  --bs-gutter-x: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

footer .row {
  margin-left: -15px;
  margin-right: -15px;
}

.row>* {
  --bs-gutter-x: 15px !important;
  padding-left: 15px;
  padding-right: 15px;
}

header#navbar {
  /* min-height: 130px !important; */
  padding-top: 0;
  padding-bottom: 0;
}

.glazed-header .navbar-container {
  display: block;
  padding: 0;
}

.glazed-header .navbar-container .search_form input[type=text] {
  padding: 4px 10px 3px 0px !important;
  margin-top: 0px;
}

.search-button {
  top: -3px;
  position: relative;
}

.body--glazed-nav-desktop .navbar-container>.row>.col-sm-12 {
  display: flex;
  min-height: 100px;
}

body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav,
.body--glazed-nav-desktop .glazed-header--top .block,
.body--glazed-nav-desktop .glazed-header--top .navbar-header {
  float: unset;
}

.body--glazed-nav-desktop .glazed-header--top .navbar-header {
  margin-right: auto;
}

body:not(.body--glazed-nav-mobile) .glazed-header--top #glazed-main-menu .nav {
  flex-direction: unset;
  margin-top: 13px !important;
}

body .glazed-header--top #glazed-main-menu .nav>li>a {
  line-height: 30px !important;
  color: #133d69;
  font-family: 'Muli-Regular' !important;
}

.body--glazed-nav-desktop .glazed-header--top .nav>li:nth-last-of-type(3)::before {
  top: 5px;
}

.body--glazed-nav-desktop .glazed-header--top img {
  margin-top: unset;
}

.body--glazed-nav-desktop .glazed-header--top .glazed-main-menu {
  display: block !important;
  height: unset;
}

body.body--glazed-nav-desktop .glazed-header--top .nav>li>a,
.body--glazed-nav-desktop .glazed-header--top .wrap-branding,
.body--glazed-nav-desktop .glazed-header--top .block-glazed-helper,
.glazed-header--top #glazed-main-menu .nav>li>a.menu_download {
  padding-top: unset;
}

.glazed-header--top #glazed-main-menu .nav>li>a.menu_download {
  position: relative;
  top: -2px;
}
.glazed-header--top #glazed-main-menu .nav>li>a.menu_download::after {
  content: none;
}

.search_form {
  position: unset;
  text-align: end;
  margin-top: 1px;
}

.body--glazed-nav-desktop .glazed-header--top li .dropdown-menu {
  position: absolute !important;
  top: 29px !important;
}

.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle {
  z-index: 0;
}
#glazed-main-menu #block-smart-main-menu>.btn-close {
  display: none;
}

.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close {
  display: block;
}

.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close,
.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close::before,
.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close::after {
  cursor: pointer;
  border-radius: 1px;
  display: block;
  content: '';
  transition: all 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #022448;
  width: 32px;
  height: 4px;
  opacity: 1;
}

.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span {
  background: #022448 !important;
}
.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span:before {
  top: -8px;
  transform: none;
}
.body--glazed-nav-mobile .glazed-header #glazed-menu-toggle.navbar-toggle--active span:after {
  top: auto;
  bottom: -8px;
  transform: none;
}
.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close {
  background: unset;
  width: 32px;
  height: 26px;
  padding: 0;
  position: absolute;      
  left: calc(100% - 47px);
  margin-top: -67px;
}

.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close::before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
}

.body--glazed-nav-mobile #glazed-main-menu #block-smart-main-menu>.btn-close::after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  content: '';
  width: 32px;
  height: 4px;
}

/************** footer  **************/
.glazed-footer {
  font-size: 14px;
}

.smartcity_share_btn {
  justify-content: flex-end;
  float: unset;
  height: 2px;
}

.footer-container .container-row {
  margin-left: 0;
  margin-right: 0;
}

/************** initiatives_row  **************/
.smartcity_strategy_initiatives_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.smartcity_strategy_initiatives_row .az-column {
  max-width: unset;
  height: auto;
  max-height: unset;
  padding: 0 12px;
  aspect-ratio: 1 / 1;
  margin-bottom: 0;
  flex: 0 0 auto;
  /* width: calc((100% - (4 * var(--bs-gutter-x) * 0.5)) / 3); */
  margin: 0;
  float: unset !important;
}

#gbe4bke2wn,
#gb4hc9x6zt,
#gb1yq8pj3v,
#gbug0pprh1,
#gbv6ns4g8f,
#gb6bf5x3vr,
.smartcity_go_detail {
  padding: 0 18px;
}

.smartcity_mouse_over_initiatives,
.smartcity_strategy_initiatives_row .az-text {
  left: 0;
}

.smartcity_content .az-row .smartcity_mission_col {
  margin: 0;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border: unset !important;
  background-color: unset !important;
  margin-bottom: 30px;
}

#vision-and-mission .smartcity_content .az-row:not(.vision_and_mission_content) .smartcity_mission_col {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

/************** smartcity_download_area **************/
.smartcity_download_area a {
  display: flex;
  align-items: center;
}

/************** smartcity_mission **************/
.smartcity_mission_col .col-sm-6 {
  background-color: unset !important;
  padding: unset;
}

.smartcity_content .az-row .smartcity_mission_col .az-text {
  background-color: #e9f5f5;
  border: 1px solid #ddd;
  border-top: unset;
}

/************** dashboards **************/
.smartcity_dashboards .nav-tabs>li {
  margin-bottom: 20px !important;
}

.smartcity_dashboards .fixed-header.nav-tabs>li {
  margin-bottom: 0px !important;
}

.smartcity_dashboards .nav-tabs>li>a {
  position: relative;
  top: 2px;
}

.html .nav-tabs.fixed-header>li a {
  display: block;
  padding: 4px 15px 9px 15px;
}

/************** vision-and-mission.html **************/
.smartcity_section_slider_text {
  max-width: 480px;
}

/************** mobility.html **************/
.smartcity-tab-section .az-element.col-sm-12 {
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
}

/* .smartcity-tab-section .az-element.col-sm-12>div:nth-child(1) {
  order: 2;
}

.smartcity-tab-section .az-element.col-sm-12>div:nth-child(2) {
  order: 1;
} */

/************** HIGHLIGHTS OF INITIATIVES **************/

/************** @media **************/
@media only screen and (min-width: 768px) {
  .smartcity_strategy_initiatives_row .az-column {
    float: unset;
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 90px) / 3);
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1199.98px) {

  /************** Header **************/
  .glazed-header--top #glazed-main-menu .nav {
    display: none !important;
  }
  .glazed-main-menu {
    display: none;
  }
  /************** smartcity_download_area **************/
  .smartcity_download_area a {
    display: unset;
  }

  .download_infographic .smartcity_download_area a strong {
    padding-left: 0;
  }

  body#governance .governance_banner,
  body#governance .header-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media only screen and (max-width: 1099.98px) {
  /* header#navbar {
    padding: 0;
  } */
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .smartcity_mission_col {
    max-width: 100%;
    display: inline-block;
    width: 50% !important;
    margin-right: unset !important;
    margin-left: unset !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .smartcity_strategy_initiatives_row .az-column {
    width: calc((100% - 60px) / 2);
    box-sizing: border-box;
    float: unset;
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 480px) and (max-width: 768px) {
  .smartcity_strategy_initiatives_row .az-column:nth-child(odd) {
    float: unset;
    margin-left: unset;
  }
}

@media (max-width: 767.98px) {
  .download_infographic .smartcity_download_area a strong {
    padding-left: 20px;
  }

  #block-smartcity-footer-block .col-sm-7,
  #block-smartcity-footer-block .col-sm-5 {
    text-align: center;
    padding: 0;
    margin: 0;
  }

  footer .row {
    margin: 0;
  }
}

@media (max-width: 575.98px) {
  .smartcity_strategy_initiatives_row {
    margin-left: 0px;
    margin-right: 0px;
  }

  .smartcity_strategy_initiatives_row .az-column {
    width: 100%;
    margin-bottom: 30px;
  }

  .smartcity_content .az-row.vision_and_mission_content .smartcity_mission_col {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  body#governance .header-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  /************** footer **************/
  .smartcity_share_btn {
    height: auto;
  }
}