.hidden {display:none;}
.page-width {max-width:1564px !important;}

/*********** BANNER ****************/
.banner {
  width: 100%;
  background: #fff url("../images/hero.jpg") no-repeat fixed top;
  background-size: cover;
}
@media (max-width: 600px) {
  .banner {
  background: #fff url("../images/hero-small.jpg") no-repeat fixed;
  background-size: 100%;
  background-position: 0 140px;
  }
  #Home > div > h2 {font-size: 1em;}
}
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: 230px 180px 180px;
  }
  .w3-jumbo {
    width: 100%;
    font-size: 94px !important;
  }
  .banner p {
    font-size: 2em;
    color: white;
  }
}

/*********** HEADERS ****************/
.header-color {background-color: #435cb3; border: 2px solid #000;}
H3 {color:#fff}


/*********** OTHER BODY CONTENT ****************/

.photos img {
  border: 0;
  float: left;
  height: 110px;
  max-width: 150px;
  margin: 10px;
}
.images-left {
  max-width: 220px;
  border: none;
  float: left;
  padding: 12px 12px 14px 0;
}
.images-right {
  max-width: 220px;
  border: none;
  float: right;
  padding: 12px 0 14px 12px;
}
.feature-img { 
  max-width: 660px;
  border: none;
  float: none;
  padding: 12px 0 14px 12px;
}
@media (max-width: 600px) {
  .feature-img {
  max-width: 400px;
  border: none;
  float: none;
  padding: 12px 0;
  }
}

.company-data strong {margin-right:20px}

.round {
  border-radius: 10px;
}
a.w3-bar-item.w3-button img {
  max-width: 240px !important;
  padding-left: 30px;
  padding-right: 30px;
}

.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%;
  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: 200px 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}

/*********** FOOTER ****************/
.footer {
  padding: 30px 0;
}
.footer .w3-quarter {
  text-align: left;
}
.footer-img-left {
  max-width: 220px;
  border-radius: 10px;
}
.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;
}
.image-footer {
  max-width: 300px;
  border: none;
  padding: 0 14px 0;
}

.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;
  fill: #fff;
}
a.footer-link {
  color: #fff !important;
}
i.fa.fa-chevron-circle-up {
  filter: invert(1);
}

.footer .totop {text-align: center;}

a.footer-link img {
  filter: invert(1);
}
