/* navbar styles */
.offcanvas-header {
  display: none; }

.navbar-dark .navbar-nav .nav-link {
  color: white; }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #e3d620; }

.screen-overlay {
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in; }

.screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible; }

.gsc-control-cse {
  background-color: #343a40 !important;
  border: none !important;
  padding: 0 !important; }

.dropdown-menu {
  background-color: #343a40;
  border: none; }

.dropdown-item {
  color: #FFF; }

.nav-item .nav-link:focus {
  color: #222222; }
.nav-item .nav-link:hover {
  color: #222222; }

.card {
  background-color: #d4d4d4; }

.card-body {
  border: 2px solid #000; }

@media screen and (min-width: 992px) {
  table.gsc-search-box {
    width: 300px !important; }

  #GSearchCode {
    position: absolute;
    top: 10px;
    right: 10px; } }
.gsib_a {
  padding: 0 .3em !important; }

input.gsc-input {
  padding: .2em .3em !important; }

.gsc-search-button {
  width: 35px !important;
  padding: 0 !important; }

.gsc-search-button-v2 {
  padding: 6px !important;
  height: 34px; }

table.gsc-search-box td.gsc-input {
  padding-right: 0 !important; }

@media all and (max-width: 992px) {
  .offcanvas-header {
    display: block; }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(-100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1200;
    width: 65%;
    overflow-y: auto;
    overflow-x: hidden;
    transition: visibility, transform .2s ease-in-out; }

  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #333;
    width: 400px; }

  #GSearchCode {
    margin-top: 2em; }

  #hamburgerMenu {
    background: #000; } }
body {
  background-image: url("images/body-BG.jpg");
  background-position: center -200px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-color: #FFF;
  font-family: Arial, sans-serif; }

.container {
  max-width: 1200px; }

footer {
  background-color: #000;
  padding: .8em 1em;
  margin-top: 5em;
  width: 100%; }
  footer #aztechInfo {
    text-align: center; }
    footer #aztechInfo p {
      margin-top: .6em;
      color: #FBB016; }
      footer #aztechInfo p .fa {
        margin-right: 8px;
        color: #FFF; }
      footer #aztechInfo p a {
        color: #FFF; }
        footer #aztechInfo p a:visited {
          color: #FFF; }
        footer #aztechInfo p a:hover {
          color: #f8ffc6;
          text-decoration: none; }

footer div ul {
  margin: 0 0 1em;
  padding: 0;
  list-style: none; }
  footer div ul li {
    margin: 1.5em 0;
    font-size: 1.2em; }
    footer div ul li a {
      color: #FFF; }
      footer div ul li a:hover {
        color: #f8ffc6;
        text-decoration: none; }

.nav-item .dropdown-item.disabled {
  margin-top: 1em;
  color: #DAA520; }

.navbar-nav .nav-item {
  margin-right: .8em; }

#missionStatement {
  color: #FFF;
  background: #1a1a1a;
  border-radius: 15px;
  padding: .5em .75em;
  margin-bottom: 1em; }
  #missionStatement h2 {
    margin-bottom: 1em; }

#projectsArea {
  background-color: #c05e49;
  padding: 1em .7em; }
  #projectsArea a {
    color: #FFF; }
    #projectsArea a:hover {
      text-decoration: none;
      color: #f8ffc6; }

.projectItem {
  margin-bottom: 1.5em; }
  .projectItem img {
    margin-right: .4em; }
  .projectItem h3 {
    font-size: 1em; }
  .projectItem p {
    font-size: .85em; }

textarea {
  min-height: 12em; }

#logos .row {
  margin-top: 1.75em; }

.list-inline-item:not(:last-child) {
  margin-right: 1.25em;
  padding: .5em .7em; }

.list-inline-item:last-child {
  padding: .5em .7em; }

div[id*="tabs"] {
  margin-top: 1.75em; }
  div[id*="tabs"] h4 {
    margin-top: 1.75em; }

.list-group-item {
  background: none;
  border: none; }
  .list-group-item:hover {
    background: rgba(197, 197, 197, 0.75); }
  .list-group-item i {
    color: #DC143C;
    margin-left: 10px; }

.list-group-item.disabled {
  background: none;
  color: #000;
  padding-bottom: 0;
  border-bottom: 1px solid #000; }

.list-group-item:nth-child(7) {
  padding-top: 2em; }

.projectsBlurb {
  border-bottom: 1px solid #000; }
  .projectsBlurb p {
    font-size: .9em; }
  .projectsBlurb h6 {
    font-weight: bold;
    font-size: 1em;
    text-transform: uppercase;
    margin-top: 1em; }

.projectsBlurb:last-of-type {
  border: none; }

@media screen and (min-width: 992px) {
  #missionStatement {
    background: none;
    width: 541px;
    margin-top: 10em;
    margin-left: 7em;
    margin-bottom: 15em; }

  #projectsArea {
    background: none; }
    #projectsArea a {
      color: #000; }
      #projectsArea a:hover {
        text-decoration: none;
        color: #DC143C; }

  footer div ul li {
    margin: 1em 0;
    font-size: .9em; } }
.tab-pane {
  padding: 1.5rem 1rem; }

.form-control.error,
.form-select.error,
textarea.error {
  border-color: #DC143C;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-color: rgba(220, 20, 60, 0.08); }
  .form-control.error:focus,
  .form-select.error:focus,
  textarea.error:focus {
    border-color: #b31909;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(179, 25, 9, 0.25); }

label.error {
  font-weight: bold;
  color: #DC143C;
  font-size: small; }

/*# sourceMappingURL=Site.css.map */
