*{
  margin:0px;
  padding:0px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #69062a;
  color: #707070;
  color:#3d3d3d;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  margin: 0;
}

/*h1, h2, h3, h4{
  font-family: 'Oswald', serif;
}*/

h1{
  margin-top: 0px;
  line-height: 1.3em;
/*  text-transform: uppercase;*/
  margin-bottom: 40px;
  font-family: 'Oswald', serif;
}

p, h2, h3 {
  margin-bottom: 20px;
  margin-top: 0px;
}

h3{
  font-size: 1.33em;
  text-transform: uppercase;
  font-weight: 400;
}

h4.margin-bottom{
  margin-bottom: 20px;
}

a{
  text-decoration: none;
  transition: .2s;
  color: inherit;
}

ul, ol{
  padding-left:40px;
}

ul li, ol li{
  margin-bottom: 5px;
}

.subpage-content p a,
.contact-form a{
  border-bottom: 1px solid #69062a;
  font-weight: 500;
}

.subpage-content p a:hover,
.contact-form a:hover{
  color: #69062a;
}

#thank-you-content {
  text-align: center;
  font-size: 1.15em;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
}

#thank-you-content p{
  margin-bottom: 40px;
}

#thank-you-content img{
  width: 270px;
  height: auto;
}

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

.content h1{
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 10px;
  width: 100%;
}

.subpage-content h3{
  font-weight: bold;
  letter-spacing: 2px;
}

h1 span{
  color: #69062a;
}

p.justify{
  text-align: justify;
}

.blog-content{
  border-bottom: 1px solid #cccccc;
}

a.back-to-blog{
  margin-top:20px;
  padding:6px 16px;
  color: white;
  background: #69062a;
  display: inline-block;
  border:2px solid #69062a !important;
}

a.back-to-blog:hover{
  color: #69062a !important;
  background: transparent;
}

img.img-credit{
  margin-bottom: 10px !important;
}

p.img-credit{
  text-align: center;
  font-size: .9em;
  font-style: italic;
  margin-bottom: 40px;
}

/*CONTACT STYLES*/

#contact-content {
  text-align: center
}

/*OUR COMPANY UNIVERSAL STYLES*/

#layover {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0,.45);
  z-index: 99;
}

.modal__overlay {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  height: 100vh;
  width: 100vw;
  background: rgba(43, 43, 43, 0.9);
  z-index: 3;
  transition: all .2s ease-in-out;

  body {
    overflow: hidden; 
  }
}

@media (width >= 1100px) {
  .modal__overlay {
    background: rgba(43, 43, 43, 0.7);
  }
}

.modal__overlay.hidden {
  opacity: 0;
  visibility: hidden;

  body {
    overflow: auto; 
  }
}

.modal {
  position: relative;
}

.modal-content {
  display: flex;
  justify-content: center;
}

.modal__image {
  margin: 20px;
  width: 100%;
  max-width: 800px;
  height: auto;
  border-radius: 5px;
}

.modal__close {
  position: absolute;
  padding: 10px 20px;
  cursor: pointer;
  top: 150px;
  right: 20px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  color: rgba(236, 236, 236, 0.5);
  border-radius: 5px;
  background-color: rgba(202, 202, 202, 0.5);
  transition: all .2s ease-in-out;
}

@media (width >= 1100px) {
  .modal__close {
    top: 100px;
    right: 100px;
    font-size: 32px;
  }
}

.modal__close:hover {
  color: rgba(255, 255, 255, 0.8);
}

.modal__prev-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  left: 20%;
  padding: 8px;
  font-size: 50px;
  border-radius: 3px;
  color: rgba(212, 212, 212, 0.5);
  cursor: pointer;
  transition: all .2s ease-in-out;
}
@media (width >= 1100px) {
  .modal__prev-button {
    padding: 0;
    top: 50%;
    left: -45px;
  }
}

.modal__prev-button:hover {
  color: rgba(255, 255, 255, 0.8);
}

.modal__next-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: -100px;
  right: 20%;
  padding: 8px;
  font-size: 50px;
  border-radius: 3px;
  color: rgba(212, 212, 212, 0.5);
  cursor: pointer;
  transition: all .2s ease-in-out;
}
@media (width >= 1100px) {
  .modal__next-button {
    padding: 0;
    top: 50%;
    right: -45px;
  }
}

.modal__next-button:hover {
  color: rgba(255, 255, 255, 0.8);
}



/*** DESKTOP STYLES ***/
@media (min-width: 1100px) {

  .container {
    width: 1100px;
    margin:0 auto;
  }

  .content{
    padding: 80px 0;
  }

  img.absolute{
    position: absolute;
    max-width: 500px;
    height: auto;
    z-index: 4;
  }

  
  /*** HEADER DESKTOP STYLES ***/

  #navContainer{
    width: 100%;
    transition: .6s;
    position: fixed;
    top: 0;
    min-height: fit-content;
    z-index: 1000;
    padding: 15px 0 20px;
  }

  #navContainer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #navContainer img{
    width: 250px;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding:6px 0 0 30px;
  }

  a#logoColor{
    transition: .2s;
  }
  #logoColor img{
    width: 310px;
  }

   a#logoWhite{
    display: none;
    transition: .2s;
   }

  .topnav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 760px;
    padding-top:5px;
  }

  .topnav a{
    color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding:16px 16px;
    font-weight: 600;
  }

  .topnav a:hover{
    color: #69062a;
    background: white;
    box-shadow: 0px 0px 20px #fff;
  }

  #myTopnav a.icon{
    display: none;
  }

  /*.dropdown {
    position: relative;
    display: inline-block;
  }*/

  .hidden {
    display: none;
    position: absolute;
    background: #fff;
    margin-top:10px;
    width: 210px;
    z-index: 10;
    padding: 10px 10px 5px;
    flex-direction: column;
    background: rgb(105, 6, 42, 1);
    transition: .4s;
    margin-left:10px;
    box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3)
  }

  .hidden a{
    display: block;
    font-size: .9em;
    padding:6px 10px 6px 10px;
    margin-bottom: 5px;
  }

  .dropdown:hover .hidden {
    display: flex;
  }

  .dropbtn{
    padding:16px !important;
  }

  a.dropbtn:hover{
    background: transparent;
    color: white;
    box-shadow: none;
    cursor: auto;
  }

  .hidden:hover{
      opacity: 1;
  }

  .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    .mobile-social{
      display: none;
    }

    /***HERO DESKTOP STYLES***/

    #hero1{
      width:100%;
      background-image:linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/hug-high-hero.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    #hero2{
      width:100%;
     background-image:linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/denver-concourse.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    #hero3{
      width:100%;
      background-image:linear-gradient(to bottom, rgb(0, 0, 0, .45), rgb(0, 0, 0, .5)), url(images/ndot-hero.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }

    .hero-content{
      padding-top:117px;
      height: 700px;
      text-align: right;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      color: white;
    }

    .hero-content h1{
      font-size: 3em;
      letter-spacing: 10px;
      text-transform: uppercase;
      line-height: 1.3em;
      font-weight: 400;
      max-width: 650px;
      color: white;
      margin-bottom: 40px;
      margin-right:20px;
    }

    .hero-content p{
      width: 600px;
      margin-bottom: 40px;
      font-size: 1.15em;
      line-height: 1.4em;
      margin-right:20px;
    }

   .hero-content a{
    color: white;
    font-weight: bold;
    border-radius: 35px;
    background: #69062a;
    padding:10px 40px;
    text-transform: uppercase;
    display: inline-block;
    margin-right:20px;
   }

   .hero-content a:hover{
    background: white;
    color: #69062a;
    box-shadow: 0px 0px 30px #fff;
   }

     /* Slideshow container */
    .slideshow-container {
      max-width: 100%;
      position: relative;
      margin: auto;
      margin-bottom: 40px;
    }

    /* Hide the images by default */
    .mySlides,
    .blogSlides {
      display: none;
    }

    /* Next & previous buttons */
     .prev, .next {
      cursor: pointer;
/*      position: absolute;*/
      width: auto;
/*      bottom: 10%;*/
      color: white;
      font-size: 16px;
      transition: 0.6s ease;
      user-select: none;
      border-bottom: 1px solid transparent;
      text-transform: uppercase;
      font-weight: 400;
      z-index: 3;
    }

    .prev-next-container{
      position: relative;
      margin:-120px 0 40px;
    }

    .prev-next-container .container{
      display: flex;
      justify-content: flex-end;
    }

    .prev span,
    .next span{
      color: #669BB7;
      font-weight: 900;
      font-size: 24px;
    }

    .next{
      margin-right:20px;
    }

    .prev{
      margin-right:40px;
    }

    .prev:hover, .next:hover{
      border-bottom: 1px solid #fff;
    }

    /* Fading animation */
    .fade {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1s;
      animation-name: fade;
      animation-duration: 1s;
    }

    /*.fadeLeft {
      -webkit-animation-name: fade;
      -webkit-animation-duration: 1s;
      animation-name: fade;
      animation-duration: 1s;
      opacity: 0;
    }*/

    /*.fadeLeft:hover {
      animation-name: fadeLeft;
      animation-timing-function: ease;
    }*/

    @-webkit-keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    @keyframes fade {
      from {opacity: .4} 
      to {opacity: 1}
    }

    /*@keyframes fadeLeft {
       0% {
          transform: translateX(-2000px);
       }
       100% {
          opacity: 1;
          transform: translateX(0);
       }
    } */

    /*.hero-content{
      transform: translateX(-2000px);
      transition: .5s;
    }

    #homepage-hero-slideshow:hover .hero-content{
      transform: translateX(0px);
    }*/

    #homepage-hero-slideshow img.absolute{
      left:0;
      top:25%;
      display: none;
    }

    .dot-container{
      position: relative;
/*      margin-top:-60px;*/
      text-align: center;
    }

    .dot {
      cursor: pointer;
      height: 3px;
      width: 65px;
      margin: 0 2px;
      background-color: rgb(255, 255, 255, .7);
      display: inline-block;
      transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
      background-color: #669BB7;
      box-shadow: 0px 0px 30px #fff;
    }

    .header-angle-background{
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      background: url(images/header-angle-background2.webp) no-repeat center;
      background-size: cover;
      height: 757px;
      width: 300px;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      padding-left:80px;
      padding-bottom: 60px;
    }

    .header-angle-background p{
      transform: rotate(-90deg);
      letter-spacing: 8px;
      height: 336px;
      width: 330px;
      margin-bottom: 0px;
    }

    .gray-line{
      width: 2px;
      height: 50px;
      margin:40px 0 0 7px;
      background: #c5c4c2;
    }

    .header-angle-background a{
      display: block;
      width: fit-content;
      margin:40px 0 0;
    }

    .header-angle-background i{
      color: #fff;
      font-size: 1.75em;
      transition: .4s;
      padding:8px 10px;
      background: #c5c4c2;
      border-radius: 5px;
    }

    .header-angle-background i:hover{
      background: #69062a;
      box-shadow: 0px 0px 20px #69062a;
    }

    /***MAIN BODY DESKTOP STYLES***/

    #about-pk img.absolute{
      left:40px;
      margin-top:40px;
      width: 400px;

    }

    #about-pk h1{
      margin-bottom: 60px;
    }

    #about-pk .container{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: flex-start;
    }

    .about-div{
      max-width: 300px;
    }

    .about-div:nth-of-type(2){
      margin: 0 80px;
    }

    .about-div p{
      color: #707070;
    }

    .about-div img{
      width: 400px;
    }

    .icon-div img{
      width: 42px;
      height: auto;
      margin-bottom: 10px;
    }

    .icon-div p{
      text-transform: uppercase;
    }

    #our-projects img.absolute{
      right:18%;
      margin-top:-40px;
    }

    #our-projects {
      padding:160px 20px 80px;
    }

    #our-projects .container{
      width: 100%;
    }

    #our-projects h1{
      margin-bottom: 100px;
    }

    /* external css: flickity.css */

    /* * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
    } */

    .gallery-container {
      background: #EEE;
      display: flex;
      justify-content: space-between;
      height: 650px;
/*      margin-bottom: 80px;*/
    }

    .gallery-cell {
      width: 19.8%;
      height: 100%;
      background: #5a5a5a;
      counter-increment: gallery-cell;
      position: relative;
    }

    .gallery-cell img{
      width: 100%;
      height: 100%;
      opacity:.5;
      transition: .3s;
    }

    .gallery-text{
      position: absolute;
      height: calc(100% - 40px);
      width: calc(100% - 40px);
      padding:20px;
      color: white;
      top: 0;
      left: 0;
      transition: .3s;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .gallery-text h3{
      font-size: 1.2em;
      line-height: 1.4em;
      font-weight: bold;
    }

    .gallery-text span{
      font-weight: 400;
      display: inline-block;
      margin-top: 10px;
    }

    .gallery-text p{
      letter-spacing: 1px;
      margin-bottom: 0px;
    }

    .gallery-cell:hover .gallery-text{
      opacity: 0;
    }

    .gallery-cell:hover .cell-img{
      opacity: 1;
    }

    /* cell number */
    /*.gallery-cell:before {
      display: block;
      text-align: center;
      content: counter(gallery-cell);
      line-height: 200px;
      font-size: 80px;
      color: white;
    }*/

    .flickity-viewport{
      height: 750px !important;
    }

    a.gallery-link{
       position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .4s;
      display: none;
      font-size: 2em;
      padding:18px 20px;
      height: 48px;
      width: 48px;
      text-align: center;
      line-height: 1.5em;
      background: rgb(105, 6, 42, .8);
      color: white;
      border-radius: 50%;
    }

    .gallery-cell:hover .gallery-link{
      display: block;
    }

    .gallery-link:hover{
      background: white;
      color: #69062a;
    }

    #homepage-counter{
      padding: 40px 0;
    }

    .counter{
      display: flex;
      justify-content: center;
      align-items: flex-end;
      padding-bottom: 80px;
      color:#69062a;
    }

    .counter h1{
      font-size: 10em;
      font-weight: 900;
      margin-bottom: 0px;
      width: fit-content;
    }

    .counter p{
      text-transform: uppercase;
      width: 260px;
      margin-bottom: 0px;
    }

    #proud-members{
      text-align: center; 
    }

    #proud-members h3{
      font-size: 1.55em;
      letter-spacing: 5px;
    }

    #proud-members img.absolute{
      left:18%;
      margin-top:-40px;
    }


    .member-logos img{
      width: auto;
      height: 80px;
    }

    a.homepage-contact {
      color: white;
      font-weight: bold;
      border-radius: 35px;
      background: #69062a;
      border:2px solid #69062a;
      padding: 10px 60px;
      text-transform: uppercase;
      display: block;
      width: fit-content;
      margin:0 auto;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, .3);
    }

    a.homepage-contact:hover{
      background: white;
      color: #69062a;
    }

    /***SUBPAGE DESKTOP STYLES***/

    .subpage-hero{
      position: relative;
      background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
      url("images/lightbulb-hero.webp");
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      height: 300px;
      color: #fff;
    }

    .subpage-hero .container{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .subpage-hero h1{
      margin-bottom: 0px;
      font-size: 3em;
      letter-spacing: 8px;
    }

    .subpage-hero-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }

    /*OUR COMPANY INDEX DESKTOP STYLES*/

    .list-row{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: flex-start;
      margin-top:40px;
    }

    .list-row h3{
      color: #69062a;
      font-weight: 400;
    }

    .column{
      width: 430px;
    }

    .low-padding-bottom{
      padding-bottom: 20px;
    }

    /*COMMUNITY DESKTOP STYLES*/

    .community-container{
      display: flex;
      align-items: center;
      padding-bottom: 40px;
      margin-bottom: 40px;
      border-bottom: 1px solid #cccccc;
    }

    .community-container:last-of-type{
      margin-bottom: 0px;
    }

    .community-container img{
      width: 200px;
      height: auto;
      margin-right:80px;
    }

    .community-container h4{
      margin-bottom: 10px;
      font-size:1.15em;
      font-family: 'Montserrat', sans-serif;
    }

    .community-container span{
      font-weight: bold;
      text-align: center;
    }

    /*BLOG DEKSTOP STYLES*/

    #blog-hero .title-container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    #blog-hero h1{
      margin:10px 0;
    }

    .blog-container{
      display: flex;
      align-items: flex-start;
      padding-bottom: 60px;
      margin-bottom: 60px;
      border-bottom: 1px solid #cccccc;
    }

    .blog-container:last-of-type{
      margin-bottom: 0px;
    }

    .blog-container img{
      margin-right: 60px;
      width: 300px;
      height: auto;
    }

    .blog-container a{
      padding:8px 20px;
      color: white;
      font-weight: bold;
      background: #69062a;
      border:2px solid #69062a;
      margin-top:10px;
      display: inline-block;
    }

    .blog-container a:hover{
      background: #fff;
      color: #69062a;
    }

    .blog-content img{
      width: 500px;
      height: auto;
      display: block;
      margin:0 auto 40px;
    }

    img.img-small{
      width: 200px;
      height: auto;
    }

    .image-row{
      display: flex;
      justify-content: center;
      align-items: flex-start;
    }

    .image-row img{
      width: calc(50% - 10px);
      height: auto;
      margin:0 5px 40px;
    }

    #author-img{
      font-weight: 600;
      font-size: .9em;
    }

    #author-img img{
      width: 250px;
      height: auto;
      margin:0 0 5px;
    }


    /*PORTFOLIO DESKTOP STYLES*/


    .portfolio-container {
      display: grid;
      grid-template-columns: repeat(3, minmax(350px, 1fr));
      grid-template-rows: repeat(9, minmax(200px, 350px));
      gap: 10px;
    }

    .portfolio-image-wrapper:nth-child(2) {
      grid-column: 2/4;
      grid-row: 1/3;

    }

    .portfolio-image-wrapper:nth-child(6) {
      grid-column: 2/4;
      grid-row: 3/4;

    }

    .portfolio-image-wrapper:nth-child(7) {
      grid-column: 1/3;
      grid-row: 4/6;
    }

    .portfolio-image-wrapper:nth-child(9) {
      grid-column: 2/4;
      grid-row: 6/8;
    }

    .portfolio-image-wrapper:nth-child(13) {
      grid-column: 1/3;
      grid-row: 8/9;
    }

    .portfolio-image-wrapper:nth-child(15) {
      grid-column: 2/4;
      grid-row: 9/10;
    }


    /* .portfolio-container {
      display: grid;
      grid-template-columns: repeat( auto-fit, minmax(350px, 1fr));
      grid-auto-rows: minmax(200px, 350px);
      justify-content: center;
      margin-top:60px;
    } */

    .portfolio-subpage-container {
      display: grid;
      grid-template-columns: repeat(3, minmax(100px, 470px));
      grid-auto-rows: minmax(100px, 350px);
      gap: 10px;
      justify-content: center;
    }

    .portfolio-image-wrapper {
      position: relative;
      overflow: hidden;
      background: #b3b3b3;
      cursor: pointer;
      transition: all 0.2s ease-in-out;
      z-index: 0;
    }

    .portfolio-image-wrapper:hover::after {
      transition: all 0.2s ease-in-out;
      background: rgba(0, 0, 0, 0.6);
    }

    .portfolio-image-wrapper:hover h3 {
      opacity: 1;
    }

    .portfolio-image-wrapper::after {
      content: "";
      display: block;
      position: absolute;
      inset: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.1);
      transition: all 0.2s ease-in-out;
    }

    .portfolio-image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .portfolio-image-wrapper h3 {
/*      opacity: 0.7;*/
      color: white;
      position: absolute;
      text-align: center;
      font-size: 1.15em;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1;
      padding:10px;
/*      border:1px solid black;*/
      background: rgb(0, 0, 0, .3);
      height: fit-content;
/*      width: fit-content;*/
    }

    .portfolio-image-wrapper a::before {
      position: absolute;
      content: "";
      inset: 0;
      z-index: 1;
    }

    /*OUR PEOPLE DESKTOP STYLES*/

    #bio-content{
      padding-bottom:0;
    }

    #bios{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin-top:60px;
      position: relative;
    }

    .bio{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 250px;
/*      height: 450px;*/
      margin:0 auto 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #cccccc;
      text-align: center;
    }

    .principal-container{
      width: 100%;
      display: flex;
      justify-content: space-between;
      padding:60px 0;
      margin:20px 0 80px;
      border-top:1px solid #69062a;
      border-bottom: 1px solid #69062a;
    }

    .principal{
      padding-bottom: 0px;
      margin-bottom: 0px;
      border-bottom: none;
    }

    .principal h3{
      height: 45px;
    }

    .pup-container{
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

    .bio img{
      margin-bottom: 20px;
      width: 100%;
      height: auto;
      border:2px solid #69062a;
    }

    .bio h3{
      font-size: 1.05em;
      margin-bottom: 10px;
    }

    .bio p{
      height: 45px;
      margin-bottom: 10px;
    }

    .bio-button{
      border:2px solid #69062a;
      color: #69062a;
      padding:10px 20px;
      background: white;
      transition: .3s;
      font-weight: bold;
    }

    .bio-button:hover{
      background: #69062a;
      color: white;
      cursor: pointer;
    }

    .bio-details {
      position: fixed;
      left: 5%;
      top: 15%;
      width: 85%;
      background: white;
      padding:30px;
      z-index: 100;
      border-radius: 10px;
      display: flex;
      justify-content: space-between;
      border:3px solid #69062a;
      box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.5);
    }

    .bio-details img{
      width: 300px;
      height: auto;
      margin:0 40px 10px 0;
    }

    .bio-text{
      width: calc(100% - 360px);
    }

    .bio-text h3{
      margin-bottom: 0px;
      color: #69062a;
      font-weight: bold;
    }

    .bio-text h4{
      margin-bottom: 20px;
      color: #69062a;
      font-weight: 500;
    }

    .close-button {
      position: absolute;
      top:0px;
      right:0px;
      padding:10px;
      font-size: 13pt;
      color:white;
      font-weight: bold;
      background: #69062a;
      border-left:3px solid #69062a;
      border-bottom: 3px solid #69062a;
      cursor: pointer;
      transition: .3s;
      border-radius: 0 7px 0 10px;
    }

    .close-button:hover{
      background: #fff;
      color: #69062a;
    }

    #hall-of-fame h1{
      padding-bottom: 10px;
      border-bottom: 1px solid #69062a;
      color: #69062a;
    }

    #hall-of-fame-container{
      margin-top: 60px;
      display: flex;
      justify-content: space-around;
    }

    /*CAREERS PAGE DESKTOP STYLES*/

    .jobs-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: stretch;
      margin:80px 0 40px;
      padding:80px 0 40px;
      border-top:1px solid #cccccc;
      border-bottom:1px solid #cccccc;
    }

    .job{
      display: flex;
      flex-direction: column;
/*      align-items: center;*/
      width: 30%;
      padding-bottom: 20px;
      border:1px solid #cccccc;
      margin-bottom: 60px;
      box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3)
    }

    .job-background{
      display: flex;
/*      justify-content: center;*/
      align-items: center;
      height: 120px;
      width: calc(100% - 40px);
      background: #1F1E1E;
      margin-bottom: 40px;
      padding:0 20px;
    }

    .job-background2{
       background: #1F1E1E;
    }

    .job h3{
/*      text-align: center;*/
      margin-bottom: 0px;
      color: white;
      font-size: 1.3em;
      line-height: 1.3em;
      font
    }

    .job p{
      padding-left: 20px;
    }
  
    .job a{
      color: white;
      background: #69062a;
      border:2px solid #69062a;
      padding:6px 20px;
      width: fit-content;
      margin:20px 0 0 20px;
    }

    .job a:hover{
      background: transparent;
      color: #69062a;
    }


    /***FOOTER DESKTOP STYLES***/

    footer{
      padding:60px 0 20px;
      color: #707070;
    }

    footer img.absolute{
      right: 20%;
      width: 400px;
      margin-top: -20px;
    }

    footer h1{
      text-align: center;
      letter-spacing: 10px;
      color: #69062a;
      text-transform: uppercase;
      font-weight: 400;
      width: 100%;
    }

    footer .container{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      align-items: center;
    }

    .footer-text{
      width: 300px;
    }

    footer a{
      border-bottom: 1px solid #cccccc;
    }

    footer a:hover{
      color: #69062a;
      border-bottom: 1px solid #69062a;
    }

    .footer-contact-form{
/*      width: 600px;*/
      height: 140px;
      display: flex;
      justify-content: flex-start;
    }

    .footer-contact-form div{
      display: flex;
      flex-direction: column;
      height: fit-content;
      width: fit-content;
    }

    .footer-contact-form input{
      font-family: 'Montserrat', sans-serif;
      padding:10px;
      width: 170px;
      height: 30px;
      margin:0 10px 10px 0;
      background: #f5f5f5;
      border-radius: 5px;
      border:none;
    }

    .footer-contact-form textarea{
      height: 90px;
      width: 270px;
      padding:10px;
      font-family: 'Montserrat', sans-serif;
      background: #f5f5f5;
      border-radius: 5px;
      border:none;
      margin-bottom: 10px;
    }

    .footer-contact-form #submit{
      background: #69062a;
      border:2px solid #69062a;
      color: white;
      align-self: flex-end;
      margin: 20px 0 0;
      height: 42px;
      width: 150px;
      transition: .4s;
      font-weight: bold;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, .3);
    }

    .footer-contact-form #submit:hover{
      background: #fff;
      color: #69062a;
      cursor: pointer;
    }

    .sub-footer{
      margin-top:60px;
      padding-top:40px;
      border-top: 1px solid #E0E0E0;
      font-size: .9em;
    }

    .sub-footer img{
      width: 200px;
      height: auto;
    }

    .sub-footer p{
      margin-bottom: 0px;
    }


}


/*** MOBILE STYLES ***/
@media (max-width: 1099px) {

  .container {
    width:100%;
    margin: 0 auto;
  }

  .content{
    padding: 60px 20px;
  }

  img.absolute{
    display: none;
  }

  /***** HEADER MOBILE STYLES *****/

  #navContainer{
    width: 100%;
    background-color: #1F1E1E !important;
    transition: 0.4s;
    position: fixed;
    max-height: 660px;
    top: 0;
    z-index: 100;
    /*overflow-y: scroll;
    overflow-x: hidden;
*/  }

  #nav{
    margin-top: 10px;
    height: fit-content;
  }

  #navContainer img{
    width: 200px;
    height: auto;
    margin: 15px 0 0 20px;
  }

  a#logoColor{
    display: none !important;
  }
  a#logoWhite{
    display: block !important;
  }

  /* Links inside the navbar */
  .topnav a { 
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }

  /* Add a background color to navbar links on hover */
  .topnav a:hover{
    background-color: #fff;
    color:#69062a;
  }

  /* When the screen is less than 1099 pixels wide, hide all links. 
  Show the link that should open and close the topnav (.icon) */
  .topnav a{
    display:none;
  }

  .topnav a.icon {
    display: block;
    position: absolute;
    font-size: 24px;
    top: 10px;
    right: 0;
    float: right;
    margin: 0px 10px 10px 0;
    color: #fff;
    transition: unset;
  }

  .topnav a.icon:hover{
    background-color:transparent;
  }

   /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. 
  This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
  .topnav.responsive {
    position: relative; 
    clear:both;
  }
    .topnav.responsive a.icon {
      position: absolute;
      top: -61px;
      border-bottom:none;
      transition: unset;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
      border-bottom:1px solid #cfd0d1;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
    }

    /* DROPDOWN MENU */

    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      text-align: left;
    }

    /* Dropdown Content */
    .hidden{
      display: none;
      padding: 10px 0;
      flex-direction: column;
    }

    .hidden a{
      padding:8px 16px 8px 24px;
      border-bottom: none !important;
      font-weight: normal;
/*      background: #707070;*/
    }

    /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
    .show {display:block;}

     .topnav.responsive,
    .hidden {
      animation: fadeIn .5s;
      -webkit-animation: fadeIn .5s;
      -moz-animation: fadeIn .5s;
      -o-animation: fadeIn .5s;
      -ms-animation: fadeIn .5s;
    }
    @keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    @-moz-keyframes fadeIn {
      0% {opacity:0;}
      100% {opacity:1;}
    }

    a.dropbtn{
      border-bottom:1px solid #69062a;
    }

    a.dropbtn:hover{
      background: #69062a;
      color: white;
    }
    
  /*HERO MOBILE STYLES*/

  #hero1{
    width:100%;
    height:fit-content;
     background-image:linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/hug-high-hero.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }

  #hero2{
    width:100%;
    height:fit-content;
     background-image:linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/denver-concourse.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }

  #hero3{
    width:100%;
    height:fit-content;
     background-image:linear-gradient(to bottom, rgb(0, 0, 0, .4), rgb(0, 0, 0, .4)), url(images/ndot-hero.webp);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
  }

  .hero-content{
    height: 560px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    margin-top:70px;
  }

  .hero-content span{
    border-bottom: 1px solid #b20000;
  }

  .hero-content h1{
    text-transform: uppercase;
    font-size: 2.3em;
    line-height: 1em;
    font-weight: bolder;
    color: white;
    padding:0 20px;
    margin-bottom: 25px;
  }

  .hero-content p{
    margin-bottom: 25px;
    line-height: 1.4em;
    width: 80%;
  }

  .hero-content a{
    color: white;
    font-weight: bold;
    border-radius: 35px;
    background: #69062a;
    padding:10px 40px;
    text-transform: uppercase;
   }

   .hero-content a:hover{
    background: white;
    color: #69062a;
    box-shadow: 0px 0px 30px #fff;
   }

  /* Hide the images by default */
  .mySlides {
    display: none;
  }

  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
/*    position: absolute;*/
    width: auto;
    padding-bottom: 2px;
/*    top:540px;*/
    color: #fff;
    border-bottom: 1px solid transparent;
    z-index: 2;
    font-size: 16px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }

  .prev-next-container {
    position: relative;
    text-align: center;
    margin:-100px 0 20px;
  }

  .prev{
    margin-right:20px;
  }

  /* Position the "next button" to the right */
  .next {
    margin-left:20px;
  }

  .prev span, .next span {
    color: #669BB7;
    font-weight: 900;
    font-size: 24px;
  }

  /* On hover, add a white color with a little bit see-through */
  .prev:hover,
  .next:hover {
   text-shadow: 10px 10px 20px #fff;
  }  


    /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1s;
    animation-name: fade;
    animation-duration: 1s;
  }

  @-webkit-keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }

  .dot-container{
    position: relative;
    margin:0px 0 27px;
    text-align: center;
  }

  .dot {
    cursor: pointer;
    height: 2px;
    width: 45px;
    margin: 0 2px;
    background-color: white;
    display: inline-block;
    transition: background-color 0.6s ease;
  }

  .active, .dot:hover {
    background-color: #669BB7;
    box-shadow: 0px 0px 30px #fff;
  }

  .header-angle-background{
    display: none;
  }

  .mobile-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #c5c4c2;
    background: #69062a;
    padding:15px 0;
    z-index: 3;
    position: relative;
  }

  .mobile-social p{
    letter-spacing: 8px;
    margin-bottom: 15px;
  }

  .gray-line {
    display: block;
    margin:0 auto 15px;
    height: .5px;
    width: 90%;
    background: #c5c4c2;
  }

  .mobile-social-container{
    display: flex;
    width: 50px;
    justify-content: space-around;
  }

  .mobile-social i{
    font-size: 1.33em;
    transition: .4s;
    border:1px solid #c5c4c2;
    padding:8px 10px;
    border-radius: 5px;
  }

  .mobile-social i:hover{
    color: #69062a;
    background: white;
    box-shadow: 0px 0px 20px #fff;
  }

  /***PORTFOLIO MOBILE STYLES***/


  .portfolio-container {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(350px, 1fr));
    grid-auto-rows: auto;
    gap: 5px;
    justify-content: center;
  }

  .portfolio-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #b3b3b3;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
  }

  .portfolio-image-wrapper a::before {
    position: absolute;
    content: "";
    inset: 0;
    z-index: 1;
  }

  .portfolio-image-wrapper:hover::after {
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
  }

  .portfolio-image-wrapper:hover h3 {
    opacity: 1;
  }

  .portfolio-image-wrapper::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease-in-out;
  }

  .portfolio-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .portfolio-image-wrapper h3 {
    color: white;
    position: absolute;
    text-align: center;
    font-size: 1.15em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    padding:10px;
/*    border:1px solid black;*/
    background: rgb(0, 0, 0, .3);
    height: fit-content;
/*      width: fit-content;*/
  }

  /***MAIN BODY MOBILE STYLES***/

  /*#about-pk h1{
    margin-bottom: 60px;
  }*/

   #about-pk .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .about-div{
      margin: 30px 0;
      max-width: 300px;
    }

    .about-div h3{
      text-align: center;
      width: 100%;
    }

    .about-div p{
      color: #707070;
    }

    .about-div img{
      width: 100%;
      height: auto;
    }

    .icon-div {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
      text-align: center;
    }

    .icon-div img{
      width: auto;
      height: 29px;
      margin-bottom: 10px;
    }

    .icon-div p{
      text-transform: uppercase;
    }

    #our-projects{
      padding-top:80px;
    }

    #our-projects h1{
      margin-bottom: 60px;
    }

    .gallery {
      background: #EEE;
    }

    .gallery-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

    .gallery-cell {
      /*width: 66%;
      height: 100%;
      margin-right: 10px;*/
      width: 250px;
      height: 400px;
      margin:5px;
      background: #5a5a5a;
      counter-increment: gallery-cell;
      position: relative;
    }

    .gallery-cell img{
      width: 100%;
      height: 100%;
      opacity:.4;
      transition: .3s;
    }

    .gallery-text{
      position: absolute;
      height: calc(100% - 40px);
      width: calc(100% - 40px);
      padding:20px;
      color: white;
      top: 0;
      left: 0;
      transition: .3s;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .gallery-text h3{
      font-weight: bold;
      line-height: 1.4em;
      font-size: 1.25em;
    }

    .gallery-text span{
      display: inline-block;
      font-weight: 400;
      margin-top: 10px;
    }

    .gallery-text p{
      letter-spacing: 1px;
      margin-bottom: 0px;
      font-size: .9em;
    }

    .gallery-cell:hover .gallery-text{
      opacity: 0;
    }

    .gallery-cell:hover .cell-img{
      opacity: 1;
    }

    /* cell number */
    /*.gallery-cell:before {
      display: block;
      text-align: center;
      content: counter(gallery-cell);
      line-height: 200px;
      font-size: 80px;
      color: white;
    }*/

    .flickity-viewport{
      height: 400px !important;
    }

    a.gallery-link{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      transition: .4s;
      display: none;
      font-size: 2em;
      padding:18px 20px;
      height: 38px;
      width: 38px;
      text-align: center;
      line-height: 1.2em;
      background: rgb(105, 6, 42, .8);
      color: white;
      border-radius: 50%;
    }

    .gallery-cell:hover .gallery-link{
      display: block;
    }

    .gallery-link:hover{
      background: white;
      color: #69062a;
    }

    #homepage-counter{
      padding: 40px 20px 20px;
    }

    .counter{
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      color: #69062a;
      margin-bottom: 40px;
    }

    .counter h1{
      font-size: 5em;
      margin-bottom: 10px;
      font-weight: 900;
    }

    .counter h1 span{
      display: inline-block;
      width: 88px;
    }

    .counter p{
      max-width: 300px;
      text-transform: uppercase;
    }

    #proud-members{
      text-align: center; 
    }

    .member-logos img{
      margin:10px;
      width: auto;
      height: 50px;
    }

    a.homepage-contact {
      color: white;
      font-weight: bold;
      border-radius: 35px;
      background: #69062a;
      border:2px solid #69062a;
      padding: 10px 60px;
      text-transform: uppercase;
      display: block;
      width: fit-content;
      margin:0 auto;
      box-shadow: 6px 6px 8px rgba(0, 0, 0, .5);
    }

    a.homepage-contact:hover{
      background: white;
      color: #69062a;
    }

  /***SUBPAGE MOBILE STYLES***/

  .subpage-hero{
      background: #69062a;
      height: 350px;
      color: white;
      padding:60px 0;
    }

    .title-container{
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      margin-top:20px;
      width: calc(100% - 30px);
      padding: 0 15px;
    }

    .subpage-hero h1{
      text-align: center;
      line-height: 1.2em;
      font-size: 2em;
      margin:0 15px;
      letter-spacing: 5px;
    }

    /*OUR COMPANY INDEX MOBILE STYLES*/

    .list-row{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: flex-start;
      margin-top:40px;
    }

    .list-row .column:first-of-type{
      margin-bottom: 20px;
    }

    .list-row h3{
      color: #69062a;
      font-weight: 400;
      text-align: center;
    }

    .column{
      max-width: 330px;
    }

    .low-padding-bottom{
      padding-bottom: 20px;
    }

    /*COMMUNITY MOBILE STYLES*/

    .community-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 40px;
      margin-bottom: 60px;
      border-bottom: 1px solid #cccccc;
    }

    .community-container:last-of-type{
      margin-bottom: 0px;
    }

    .community-container img{
      width: 200px;
      height: auto;
      margin-bottom: 20px;
    }

    .community-container h4{
      margin-bottom: 10px;
      font-size:1.15em;
      font-family: 'Montserrat', sans-serif;
      text-align: center;
    }

    .community-container span{
      font-weight: bold;
      text-align: center;
    }

    /*BLOG MOBILE STYLES*/

    #blog-hero .title-container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    #blog-hero h1{
      margin:15px 0;
    }

    .blog-container{
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 60px;
      margin-bottom: 60px;
      border-bottom: 1px solid #cccccc;
    }

    .blog-container:last-of-type{
      margin-bottom: 0px;
    }

    .blog-container img{
      margin-bottom: 20px;
      width: 300px;
      height: auto;
    }

    .blog-container h3{
      text-align: center;
    }

    .blog-container a{
      padding:8px 20px;
      color: white;
      font-weight: bold;
      background: #69062a;
      border:2px solid #69062a;
      margin:10px auto 0;
      display: block;
      width: fit-content;
    }

    .blog-container a:hover{
      background: #fff;
      color: #69062a;
    }

    .blog-content img{
      width: 100%;
      height: auto;
      max-width: 250px;
      display: block;
      margin:0 auto 40px;
    }

    img.img-small{
      width: 200px;
      height: auto;
    }

    .image-row{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      align-items: flex-start;
    }

    .image-row img{
      width: 100%;
      max-width: 360px;
      height: auto;
      margin:20px 5px 20px;
    }

    #author-img{
      font-weight: 600;
      font-size: .9em;
      text-align: center;
    }

    #author-img img{
      width: 250px;
      height: auto;
      margin:0 auto 5px;
    }

     /*OUR PEOPLE MOBILE STYLES*/

    #bios{
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin-top:60px;
    }

    .bio{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      width: 250px;
      margin:0 auto 40px;
      padding-bottom: 40px;
      border-bottom: 1px solid #cccccc;
      text-align: center;
    }

    .bio img{
      margin-bottom: 20px;
      width: 100%;
      height: auto;
      border:2px solid #69062a;
    }

    .bio h3{
      font-size: 1.05em;
      margin-bottom: 10px;
    }

    .bio p{
      height: 45px;
    }

    .bio-button{
      border:2px solid #69062a;
      color: #69062a;
      padding:10px 20px;
      background: white;
      transition: .3s;
      font-weight: bold;
    }

    .bio-button:hover{
      background: #69062a;
      color: white;
      cursor: pointer;
    }

    .bio-details {
      position: fixed;
      width: calc(90% - 40px);
      left: 5%;
      top: 10%;
      max-height: 600px;
      background: white;
      padding: 20px;
      z-index: 100;
      border-radius: 10px;
      font-size: 10pt;
      display: flex;
      flex-direction: column;
      align-items: center;
      overflow-x: hidden;
      overflow-y: scroll;
      border:2px solid #69062a;
      box-shadow: 0px 8px 16px 1px rgba(0,0,0,0.6);
   }

   .principal-container{
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      padding:60px 0 0;
      margin:20px 0 60px;
      border-top:1px solid #69062a;
      border-bottom: 1px solid #69062a;
    }

    .principal{
      padding-bottom: 0px;
      border-bottom: none;
      margin-bottom: 60px;
    }

    .principal h3{
      height: 45px;
    }

    .pup-container{
      width: 100%;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
    }

   .bio-details img{
    max-width: 160px;
    height: auto;
    margin-bottom: 10px;
   }

   .bio-text h3{
      margin-bottom: 0px;
      color: #69062a;
      font-weight: bold;
    }

    .bio-text h4{
      margin-bottom: 20px;
      color: #69062a;
      font-weight: 500;
    }

    .close-button {
      position: absolute;
      top:0px;
      right:0px;
      padding:10px;
      font-size: 13pt;
      color:white;
      font-weight: bold;
      background: #69062a;
      border-left:3px solid #69062a;
      border-bottom: 3px solid #69062a;
      cursor: pointer;
      transition: .3s;
      border-radius: 0 7px 0 10px;
    }

    .close-button:hover{
      background: #fff;
      color: #69062a;
    }

    #bio-content{
      padding-bottom: 0px;
    }

    #hall-of-fame h1{
      padding-bottom: 10px;
      border-bottom: 1px solid #69062a;
      color: #69062a;
    }

    #hall-of-fame-container{
      margin-top: 60px;
      display: flex;
      justify-content: space-around;
    }

    /*CAREERS PAGE MOBILE STYLES*/

    .jobs-container{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: stretch;
      margin-top:60px;
      padding-top:60px;
      border-top:1px solid #69062a;
    }

    .job{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
/*      align-items: center;*/
      width: 310px;
/*      height: 420px;*/
      padding-bottom: 20px;
      border:1px solid #cccccc;
      box-shadow:0px 8px 16px 1px rgba(0,0,0,0.3);
      margin-bottom: 40px;
    }

    .job-background{
      display: flex;
/*      justify-content: center;*/
      align-items: center;
      height: 120px;
      width: calc(100% - 40px);
      background: #1F1E1E;
      margin-bottom: 40px;
      padding:0 20px;
    }

    .job-background2{
       background: #1F1E1E;
    }

    .job h3{
/*      text-align: center;*/
      margin-bottom: 0px;
      color: white;
      font-size: 1.2em;
      line-height: 1.3em;
      font
    }

    .job p{
      padding-left: 20px;
    }
  
    .job a{
      color: white;
      background: #69062a;
      border:2px solid #69062a;
      padding:6px 20px;
      width: fit-content;
      margin:20px 0 0 20px;
    }

    .job a:hover{
      background: transparent;
      color: #69062a;
    }



  /***FOOTER MOBILE STYLES***/
  
   footer{
      padding:60px 0 20px;
      color: #707070;
    }

    footer img.absolute{
      right: 20%;
      width: 400px;
      margin-top: -20px;
    }

    footer h1{
      text-align: center;
      letter-spacing: 10px;
      color: #69062a;
      text-transform: uppercase;
      font-weight: 400;
      width: 100%;
    }

    footer .container{
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .footer-text{
      width: 220px;
    }

    footer a{
      border-bottom: 1px solid #cccccc;
    }

    footer a:hover{
      color: #69062a;
      border-bottom: 1px solid #69062a;
    }

    .footer-contact-form{
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      max-width: 400px;
      margin-top:30px;
    }

    .footer-contact-form div{
      display: flex;
      flex-direction: column;
      width: calc(100% - 30px);
    }

    .footer-contact-form div:last-of-type{
      width: calc(100% - 30px);
    }

    .footer-contact-form input{
      font-family: 'Montserrat', sans-serif;
      padding:10px;
      height: 30px;
      margin-bottom: 10px;
      background: #f5f5f5;
      border-radius: 5px;
      border:none;
    }

    .footer-contact-form textarea{
      height: 90px;
      padding:10px;
      font-family: 'Montserrat', sans-serif;
      background: #f5f5f5;
      border-radius: 5px;
      border:none;
      margin-bottom: 20px;
    }

    .footer-contact-form #submit{
      background: #69062a;
      border:2px solid #69062a;
      color: white;
      align-self: flex-end;
      margin: 20px 0 0;
      height: 42px;
      width: 150px;
      transition: .4s;
      font-weight: bold;
      box-shadow: 6px 6px 10px rgba(0, 0, 0, .3);
    }

    .footer-contact-form #submit:hover{
      background: #fff;
      color: #69062a;
      cursor: pointer;
    }

    .sub-footer{
      margin-top:60px;
      padding-top:40px;
      border-top: 1px solid #E0E0E0;
      font-size: .9em;
    }

    .sub-footer img{
      width: 150px;
      height: auto;
      margin-bottom: 10px;
    }

    .sub-footer p{
      margin-bottom: 10px;
    }

    .sub-footer p:last-of-type{
      margin-bottom: 0px;
    }
 
}



a.sub-footer-link{
  border-bottom: none !important;
}

/*COMPANY TIMELINE STYLES*/

/* The actual timeline (the vertical ruler) */
#company-timeline{
  background: #cccccc;
}

#company-timeline h1{
  letter-spacing: 2px;
}

.timeline {
  position: relative;
  max-width: 1100px;
  margin: 60px auto 0;
  color: white;
  padding-top:40px;
}


/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.timeline-container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: calc(50% - 80px);
}

/* The circles on the timeline */
.timeline-container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #69062a;
  border: 4px solid #fff;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.timeline-left {
  left: 0;
}

/* Place the container to the right */
.timeline-right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.timeline-left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid white;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.timeline-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.timeline-right::after {
  left: -16px;
}

/* The actual content */
.timeline-content {
  padding: 20px 30px;
  background: #69062a;
/*  border:2px solid #fff;*/
  position: relative;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 2px rgba(255, 255, 255);
}

.border-top{
  width: 100%;
  border-top:1px solid #cccccc;
  margin:40px 0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timeline-container {
  width: 75%;
  padding-left: 70px;
  padding-right: 25px;
  margin-bottom: 40px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .timeline-left::after, .timeline-right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .timeline-right {
  left: 0%;
  }
}

.subpage-hero{
  position: relative;
}

#company-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/our-company-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#community-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/community-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 75%;
  background-size: cover;
}
#blog-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/blog-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#our-people-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/our-people-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#careers-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/careers-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#our-work-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/our-work-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#portfolio-main-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/portfolio-main-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#airfield-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/airfield-hero2.webp");
  background-repeat: no-repeat;
  background-position: 50% 65%;
  background-size: cover;
}
#airport-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/airport-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#civic-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/civic-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#commercial-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/commercial-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#correctional-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/correctional-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#healthcare-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/healthcare-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#higher-ed-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/higher-ed-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#historical-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/historical-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#k-12-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/k-12-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#military-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/military-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#parking-garage-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/parking-garage-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#renewable-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/renewable-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#roadway-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/roadway-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#sports-and-rec-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/sports-and-rec-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#transit-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/transit-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#utility-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/utility-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#worship-hero{
  background-image: linear-gradient(to bottom, rgb(61, 61, 61, .4), rgb(61, 61, 61, .4)), 
  url("images/worship-hero.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

p.img-credit{
  position: absolute;
  bottom:0;
  right:0;
  background: rgba(0, 0, 0, .2);
  padding:5px;
  font-size: .6em;
  color: lightgray;
  margin-bottom: 0px;
}
