.hidden {display:none;}
.page-width {max-width:1564px !important;}
.w3-top, .w3-black {background-color: #000;}
.w3-margin-top {  margin-top: 30px !important;}

/*********** BANNER ****************/
.banner {
  width: 100%;
background: black url("../images/pexels-rbrigant44-747101b.jpg") no-repeat fixed top;
  background-size: cover;
}
@media (max-width: 600px) {
  .banner {
background: black url("../images/pexels-rbrigant44-747101c.jpg") no-repeat fixed;
  background-size: 100%;
  background-position: 0 140px;
  }
}

.bannerx {
  width: 100%;
  background: black url("../images/pexels-rbrigant44-747101b.jpg") no-repeat fixed center;
  background-size: cover;
}
.image-banner {max-width: 320px;}
h1 {
  width: 100%;
}
@media (max-width: 600px) {
  .banner {
    padding: 30px;
  }
  .w3-jumbo {
    font-size: 53px !important;
    text-align: center;
  }
  .banner p {
    font-size: 1.3em;
    color: white;
    text-align: center;
  }
}
@media (min-width: 601px) {
  .banner {
    padding: 30px 180px 40px;
  }
  .w3-jumbo {
    width: 100%;
    font-size: 94px !important;
  }
  .banner p {
    font-size: 2em;
    color: white;
  }
}
w3-blue {}
w3-black {background-color: #000;}
.footer {
  padding: 30px 0;
}
.footer .w3-quarter {
  text-align: left;
}
.footer-img-left {
  max-width: 220px;
  border-radius: 16px;
}
.footer-img-down {
  max-width: 140px;
}
.footer a {
  color: cornflowerblue;
}
.ceo-name-padding {
  line-height: 180px;
}
.to-top {
  background: #fff;
  color: #444;
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.memberships-image img {
  border: 1px solid #aaa;
  float: left;
  height: 320px;
  max-width: 320px;
  margin: 8px;
  box-shadow:  3px 3px 6px #666666;
}
.images-left {
  max-width: 320px;
  border: none;
  float: left;
  padding: 14px 12px 14px 0;
}
.images-right {
  max-width: 220px;
  border: none;
  float: right;
  padding: 12px 0 14px 12px;
}
.video-placeholder {
  max-width: 420px;
  border: none;
  padding: 12px 0 14px 12px;
}
.image-footer {
  max-width: 300px;
  border: none;
  padding: 0 14px 0;
}
.round {
  border-radius: 10px;
}
a.w3-bar-item.w3-button img {
  max-width: 320px !important;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #000 !important;
}
.footer-link:hover {
  text-decoration: underline;
}
.footer-icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}
a.footer-link {
  color: #fff !important;
}
i.fa.fa-chevron-circle-up {
  filter: invert(1);
}
a.footer-link img {
  filter: invert(1);
}

.row {
  display: flex;
  justify-content: space-around;
}
.cell {
  padding: 10px;
  border-right: none;
  text-align: center;
  flex: 1;
}
.cell-border {
  border-right: 1px solid #000;
}
.row + .row {
  margin-top: 0px;
}
.rows {
  margin-top: 20px;
}
.naics_others {
  text-align: center;
  margin-bottom: 30px !important;
  margin-top: -12px !important;
}
.w3-row.w3-olive-green.select_gcr {
  text-align: center !important;
}
.w3-row.w3-olive-green.select_gcr img {
  max-width: 120px !important;
}
.w3-row.select_gcr {
  text-align: center !important;
}
.w3-row.select_gcr img {
  max-width: 140px !important;
  padding: 30px;
}
.w3-top {
  z-index: 3;
}

.banner {
  position: relative;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.banner .w3-center {
  position: relative;
  z-index: 2;
}
.w3-col.s6 {
  margin-top: 30px !important;
}

@media (min-width: 320px) and (max-width: 600px) {
  .toggle-menu {
    display: flex;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  .footer-details {
    border-left: none;
    padding-left: 0px;
    text-align: center !important;
  }
  .footer-img-right {
    text-align: center !important;
  }
  .w3-button {
    margin-right: 40px;
  }
  .cell {
    padding: 3px !important;
  }
}

.mobile-menu {
  margin-top: 45px;
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 1000;
  position: fixed;
}
.mobile-menu a {
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.mobile-menu a:hover {
  border-bottom: 1px solid #ccc;
}
.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-menu li {
  padding: 10px 15px;
}
.mobile-menu li a {
  text-decoration: none;
  color: #333;
  display: block;
}
.mobile-menu.active {
  display: block;
}
@media (max-width: 319px) {
  .toggle-menu {
    display: flex;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    margin-top: -200px;
  }
}
@media (min-width: 601px) {
  .banner {
    padding: 60px 0px 60px 0px;
  }
  .w3-jumbo {
    width: 100%;
    font-size: 94px !important;
  }
  .banner p {
    font-size: 2em;
    color: white;
  }
  .toggle-menu {
    display: flex;
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -200px;
  }
  .footer-details {
    border-left: 2px solid #ddd;
    padding-left: 30px !important;
  }
}

.text-shadow {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.9);
}
p {
  overflow-wrap: break-word;
}

/* Ported over from Black Theme css*/

.w3-theme-l5 {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-l4 {color:#000 !important; background-color:#cccccc !important}
.w3-theme-l3 {color:#fff !important; background-color:#999999 !important}
.w3-theme-l2 {color:#fff !important; background-color:#666666 !important}
.w3-theme-l1 {color:#fff !important; background-color:#333333 !important}
.w3-theme-d1 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d2 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d3 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d4 {color:#fff !important; background-color:#000000 !important}
.w3-theme-d5 {color:#fff !important; background-color:#000000 !important}

.w3-theme-light {color:#000 !important; background-color:#f0f0f0 !important}
.w3-theme-dark {color:#fff !important; background-color:#000000 !important}
.w3-theme-action {color:#fff !important; background-color:#000000 !important}

.w3-theme {color:#fff !important; background-color:#000000 !important}
.w3-text-theme {color:#000000 !important}
.w3-border-theme {border-color:#000000 !important}

.w3-hover-theme:hover {color:#fff !important; background-color:#000000 !important}
.w3-hover-text-theme:hover {color:#000000 !important}
.w3-hover-border-theme:hover {border-color:#000000 !important}
