
/* Restored GMIA theme stylesheet.
   Structural/theme rules only. Existing HTML, content, images and links are unchanged. */

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100%;
}

body {
  background: #fff;
  color: #151e24;
  font-family: "Droid Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.clearfix:before,
.clearfix:after,
.header-wrap:before,
.header-wrap:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
}
.clearfix:after,
.header-wrap:after,
.site-footer:after {
  clear: both;
}

/* Header */
#header {
  position: relative;
  z-index: 1000;
  width: 100%;
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
}

#header.minimal {
  position: sticky;
  top: 0;
}

.header-wrap {
  width: 100%;
  max-width: 1180px;
  min-height: 110px;
  margin: 0 auto;
  padding: 16px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.wsite-logo {
  display: inline-block;
}

.wsite-logo a,
.wsite-logo img {
  display: block;
}

.wsite-logo img {
  width: auto;
  max-width: 245px;
  max-height: 82px;
}

/* Desktop navigation */
#nav {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

#nav > .wsite-menu-default {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  gap: 0;
}

.wsite-menu-default > li {
  position: relative;
  list-style: none;
}

.wsite-menu-default > li > a.wsite-menu-item {
  display: block;
  padding: 18px 14px;
  color: #151e24;
  font-size: 15px;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color .18s ease, background-color .18s ease;
}

.wsite-menu-default > li:hover > a.wsite-menu-item,
.wsite-menu-default > li#active > a.wsite-menu-item {
  color: #7cae49;
}

.wsite-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  z-index: 2000;
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.wsite-menu-default > li:hover > .wsite-menu-wrap {
  display: block !important;
}

.wsite-menu {
  list-style: none;
  margin: 0;
  padding: 8px 0;
}

.wsite-menu-subitem-wrap {
  position: relative;
  list-style: none;
}

.wsite-menu-subitem {
  display: block;
  padding: 11px 18px;
  color: #151e24;
  background: #fff;
  line-height: 1.35;
}

.wsite-menu-subitem:hover {
  color: #7cae49;
  background: #f6f8f4;
}

.wsite-menu-title {
  display: block;
}

/* Hero carousel */
.bs-example,
.carousel,
.carousel-inner {
  width: 100%;
}

.carousel {
  margin: 0 !important;
}

.carousel-inner {
  overflow: hidden;
}

.carousel-inner > .item {
  width: 100%;
  min-height: 700px;
  height: 700px !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.carousel-caption {
  left: 10%;
  right: 10%;
  color: #fff;
  text-shadow: 0 2px 6px rgba(0,0,0,.55);
}

.carousel-caption .row {
  max-width: 1040px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 26px 34px;
}

.carousel-control {
  z-index: 20;
}

/* Main content */
#wsite-content {
  width: 100%;
  background: #fff;
}

.wsite-section-wrap,
.wsite-section,
.wsite-section-content {
  width: 100%;
}

.content-wrap {
  width: 100%;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 45px 28px !important;
  overflow: visible !important;
}

.wsite-section-elements:after {
  content: "";
  display: table;
  clear: both;
}

/* Generic Weebly content */
.paragraph,
.wsite-elements p {
  overflow-wrap: break-word;
}

.wsite-image {
  max-width: 100%;
}

.wsite-image img {
  max-width: 100%;
  height: auto;
}

.wsite-spacer {
  clear: both;
}

/* Footer */
.footer-wrap {
  width: 100%;
  background: #f5f5f2;
  border-top: 1px solid #e1e1dc;
}

.site-footer {
  width: 100%;
  max-width: 1180px !important;
  margin: 0 auto !important;
  padding: 45px 28px 30px !important;
  overflow: visible !important;
}

.wsite-multicol-table-wrap {
  overflow: hidden;
}

.wsite-multicol-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.wsite-multicol-col {
  vertical-align: top;
}

.site-footer .paragraph {
  margin: 0 0 12px;
  line-height: 1.65;
}

.site-footer .wsite-image img {
  display: inline-block;
}

/* Mobile nav */
#navmobile {
  display: none;
}

#nav-trigger {
  display: none;
}

.hamburger {
  width: 34px;
  height: 28px;
  cursor: pointer;
  position: relative;
}

.hamburger span,
.hamburger span:before,
.hamburger span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 3px;
  background: #151e24;
  border-radius: 2px;
  transition: .2s ease;
}

.hamburger span {
  top: 12px;
}
.hamburger span:before {
  top: -9px;
}
.hamburger span:after {
  top: 9px;
}

@media (max-width: 991px) {
  .header-wrap {
    min-height: 92px;
    padding: 12px 20px;
  }

  .wsite-logo img {
    max-width: 200px;
    max-height: 68px;
  }

  .wsite-menu-default > li > a.wsite-menu-item {
    padding: 16px 9px;
    font-size: 12px !important;
    letter-spacing: 1px !important;
  }

  .carousel-inner > .item {
    min-height: 580px;
    height: 580px !important;
  }

  .carousel-caption h5 {
    font-size: 52px !important;
  }

  .carousel-caption h4 {
    font-size: 20px !important;
    line-height: 1.5 !important;
  }
}

@media (max-width: 767px) {
  #header {
    position: relative;
  }

  .header-wrap {
    min-height: 78px;
    padding: 10px 16px;
    display: flex;
    justify-content: space-between;
  }

  .logo {
    width: 100%;
    justify-content: space-between;
  }

  .wsite-logo img {
    max-width: 170px;
    max-height: 58px;
  }

  #nav {
    display: none;
  }

  #nav-trigger {
    display: block;
    order: 2;
    margin-left: 16px;
  }

  #navmobile {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    background: #fff;
    border-top: 1px solid rgba(0,0,0,.08);
    box-shadow: 0 10px 25px rgba(0,0,0,.12);
  }

  body.menu-open #navmobile {
    display: block;
  }

  #navmobile > .wsite-menu-default {
    display: block;
    width: 100%;
    list-style: none;
  }

  #navmobile .wsite-menu-item {
    display: block;
    padding: 14px 20px;
    border-bottom: 1px solid #eee;
    color: #151e24;
    text-transform: uppercase;
  }

  #navmobile .wsite-menu-wrap {
    display: block !important;
    position: static;
    min-width: 0;
    border: 0;
    box-shadow: none;
    background: #f8f8f6;
  }

  #navmobile .wsite-menu-subitem {
    padding: 11px 32px;
    border-bottom: 1px solid #ecece8;
  }

  .carousel-inner > .item {
    min-height: 460px;
    height: 460px !important;
  }

  .carousel-caption {
    left: 6%;
    right: 6%;
    bottom: 55px !important;
  }

  .carousel-caption .row {
    padding: 20px 18px;
  }

  .carousel-caption h5 {
    font-size: 38px !important;
    line-height: 1.05 !important;
    padding-bottom: 10px !important;
  }

  .carousel-caption h4 {
    font-size: 16px !important;
    line-height: 1.45 !important;
    padding-bottom: 10px !important;
  }

  .site-footer,
  .content-wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wsite-multicol-table,
  .wsite-multicol-tbody,
  .wsite-multicol-tr,
  .wsite-multicol-col {
    display: block;
    width: 100% !important;
  }

  .wsite-multicol-col {
    padding: 0 !important;
  }

  .site-footer .wsite-image {
    text-align: left !important;
  }
}

@media (max-width: 480px) {
  .carousel-inner > .item {
    min-height: 410px;
    height: 410px !important;
  }

  .carousel-caption h5 {
    font-size: 31px !important;
    letter-spacing: 1px !important;
  }

  .carousel-caption h4 {
    font-size: 14px !important;
  }
}
