*{
  margin: 0;
  padding: 0;
}
img, webp{
    display: block;
    max-width: 100%;
    width: 100%;
  }
/***************
 * FONTS *
***************/

  @font-face {
    font-family: 'at-triumvirate';
    src: url('../fonts/AT-Triumvirate-Light.ttf');
  }
  @font-face {
    font-family: 'brandon-grotesque-black';
    src: url('../fonts/brandon-grotesque-black.ttf');
  }
  @font-face {
    font-family: 'futura-bold';
    src: url('../fonts/futura-bold.ttf');
  }
  @font-face {
    font-family: 'futura-book';
    src: url('../fonts/futura-pt-book.ttf');
  }
  @font-face {
    font-family: 'open-sans-medium';
    src: url('../fonts/OpenSans-Medium.ttf');
  }
/*****************
 * DISPLAY NONE *
*****************/
  .header-mobile-wrapper,
  .news-slide-mobile-button{
    display: none;
  }
/***************
 * LOAD * 
***************/
  .load{
    animation: load-1 0s forwards 5.8s, load-end forwards 6.6s;
    background-color: rgba(0,0,0,1);
    background-image: url('../media/assets/solar-grid-overlay-radial-white.png');
    background-position: -30px 20%;
    background-size: 100%;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: visible;
    width: 100vw;
    z-index: 9999999999;
  }
  .load2{
    animation: load-2 2s forwards 4.6s;
    background-color: rgba(0,0,0,1);
    height: 100%;
    width: 100%;
    z-index: 99999999991;
  }
  .load-container{
    align-items: center;
    animation: load-container-1 0s forwards 5.8s;
    background-image: radial-gradient(rgba(0,0,0,.5) 0%, #000 100%);
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
  }
  @keyframes load-1{
    0%{
      background-color: rgba(0,0,0,1);
      background-image: url('../media/assets/solar-grid-overlay-radial-white.png');
    }
    100%{
      background-color: rgba(0,0,0,0);
      background-image: none;
    }
  }
  @keyframes load-end{
    0%{
      visibility: visible;
    }
    100%{
      visibility: hidden;
    }
  }
  @keyframes load-2{
    0%{
      background-color: rgba(0,0,0,1);
    }
    30%{
      background-color: transparent;
    }
    50%{
      background-color: rgba(0,0,0,1);
    }
    90%{
      background-color: rgba(255,255,255,1);
    }
    100%{
      background-color: rgba(255,255,255,0);
    }
  }
  @keyframes load-container-1{
    0%{
      background-image: radial-gradient(rgba(0,0,0,.5) 0%, #000 100%);
    }
    100%{
      background-image: none;
    }
  }
  .load-logos{
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    width: 50%;
  }
  .load-logo-qs{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%;
  }
  .load-q-naked{
    align-items: center;
    animation: load-q-naked-1 1s forwards 2s, load-q-naked-2 .5s forwards 6s;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: absolute;
    width: 272px;
    z-index: 100;
  }
  .load-q-naked-container{
    position: relative;
    transform: translateX(4px) translateY(34px);
  }
  .load-solar{
    animation: load-solar .5s forwards 4.5s;
    color: #fff;
    font-family: 'at-triumvirate', sans-serif;
    font-size: 90px;
    bottom: -40px;
    opacity: 0;
    position: absolute;
    right: -260px;
    transform: translateX(-80px);
    z-index: -1;
  }
  @keyframes load-solar{
    0%{
      opacity: 0;
      transform: translateX(-80px);
    }
    100%{
      opacity: 1;
      transform: translateX(0px);
    }
  }
  .load-rays-naked{
    align-items: center;
    animation: load-q-rays-1 1s forwards 4s, load-q-rays-2 .5s forwards 6s;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: absolute;
    transform: rotate(45deg);
    width: 490px;
    z-index: 90;
  }
  .load-rays-naked-container{
    /*transform: translateX(-4px) translateY(-30px);*/
  }
  @keyframes load-q-naked-1{
    0%{
      opacity: 0;
      transform: scale(.5);
    }
    100%{
      opacity: 1;
      transform: scale(1);
    }
  }
  @keyframes load-q-naked-2{
    0%{
      opacity: 1;
      transform: scale(1);
    }
    50%{
      opacity: 0;
    }
    100%{
      opacity: 0;
      transform: scale(0);
    }
  }
  @keyframes load-q-rays-1{
    0%{
      opacity: 0;
      transform: rotate(-45deg) scale(.5);
    }
    50%{
      opacity: 0;
      transform: rotate(-45deg) scale(.5);
    }
    100%{
      opacity: 1;
      transform: rotate(0deg) scale(1);
    }
  }
  @keyframes load-q-rays-2{
    0%{
      opacity: 1;
      transform: scale(1);
    }
    50%{
      opacity: 0;
    }
    100%{
      opacity: 0;
      transform: scale(0);
    }
  }
  .load-q-white{
    /*animation: load-q-white-1 .5s forwards 7s;*/
    opacity: 0;
    width: 490px;
  }
  @keyframes load-q-white-1{
    0%{
      opacity: 0;
      transform: scale(.8);
    }
    60%{
      opacity: 1;
      transform: scale(1.2);
    }
    100%{
      opacity: 1;
      transform: scale(1) ;
    }
  }
/***************
 * HEADER * 
***************/
  #header-waypoint{
    background-color: green;
    height: 100px;
    position: absolute;
    top: 10%;
    width: 100px;
    z-index: 999999999999;
  }
  .header-desktop-wrapper{
    background-color: rgba(255,255,255,.8);
    background-image: linear-gradient(to bottom, #fff, transparent);
    background-size: cover;
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    /*animation: header-desktop-wrapper-load 1s forwards 7.2s;*/
    left: 0;
    position: fixed;
    right: 0;
    /*top: -100%;*/
    top: 0;
    width: 100%;
    z-index: 9999;
  }
  .header-desktop-wrapper-waypoint{
    background-color: orange;
  }
  @keyframes header-desktop-wrapper-load{
    0%{
      top: -100%;
    }
    100%{
      top: 0;
    }
  }
  .header-desktop-container{
    margin: 0 auto;
    padding: 5px;
    max-width: 1400px;
    width: calc(100% - 20px);
  }
  .header-desktop-container nav{
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .header-desktop-wrapper li{
    font-family: 'stratos', sans-serif;
    list-style: none;
  }
  .header-desktop-wrapper a{
    color: #fff;
    text-decoration: none;
  }
  .header-desktop-logo{
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,.6))
            drop-shadow(0px 0px 3px rgba(0,0,0,.2));
    width: 80px;
  }
  .header-desktop-nav-links{
    display: flex;
    justify-content: space-between;
    width: 400px;
  }
  .header-desktop-nav-links a{
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,1))
            drop-shadow(0px 0px 3px rgba(0,0,0,.8));
  }
  .header-desktop-nav-links li{
    position: relative;
  }
  .header-desktop-nav-links li::after{
    content:"";
    position: absolute;
    background-image: linear-gradient(to bottom, transparent, rgba(255,132,1,1));
    bottom: 5px;
    height: 0px;
    left: 0;
    opacity: 0;
    right: 0;
    transition-duration: .2s;
    width: 100%;
  }
  .header-desktop-nav-links li:hover::after{
    opacity: 1;
    height: 5px;
    transform: translateY(12px);
    transition-duration: .3s;
  }
/***************
 * JUMBOTRON *
***************/
  .qsolar-wrapper{
    background-color: #000;
    display: block;
    opacity: 1;
    transition-duration: 1s;
  }
  .qsolar-jumbotron{
    perspective: 1px;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .qsolar-jumbotron video{
    background: #000;
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .p-background{
    background-color: blue;
    background-position: center;
    background-size: cover;
    display: flex;
    flex: 10 auto;
    height: 100%;
    position: relative;
    z-index: -1;
    width: 100vw;
    justify-content: center;
    align-items: center;
    -webkit-transform: translateZ(-1px) scale(2);
    transform: translateZ(-1px) scale(2);
    transform-style: preserve-3d;
  }
  .contentish{
    align-items: center;
    z-index: 1;
    position: relative;
    background-color: #fff;
    height: auto;
    min-height: 100vh;
    justify-content: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .jumbotron-container{
    background-image: linear-gradient(to right, rgba(255,255,255,.8) 20%, rgba(255,255,255,.2));
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .jumbotron-content-wrapper{
    margin-top: 5%;
    max-width: 1360px;
    width: 100%;
  }
  .jumbotron-content{
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    margin-left: 50px;
    width: 400px;
  }
  .jumbotron-logo-parts{
    height: 100%;
    position: relative;
    width: 100%;
  }
  .jumbotron-logo{
    filter: drop-shadow(10px 10px 1px rgba(0,0,0,.2))
            drop-shadow(1px 1px #000)
            drop-shadow(-1px 1px #000)
            drop-shadow(1px -1px #000);
    width: 400px;
  }
  .jumbotron-tagline{
    align-items: flex-start;
    color: #ff8401;
    display: flex;
    flex-direction: column;
    font-family: 'stratos', cursive;
    font-weight: 900;
    font-size: 90px;
    justify-content: space-evenly;
    line-height: 1;
    margin-bottom: 30px;
    width: 100%;
  }
  .tagline-construct{
    animation: tagline-construct-load .6s forwards 6.6s;
    color: #000;
    opacity: 0;
    transform: translateX(-20%);
  }
  .tagline-construct-home{
    color: #000;
    opacity: 1;
  }
  @keyframes tagline-construct-load{
    0%{
      opacity: 0;
      transform: translateX(-20%);
    }
    100%{
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .tagline-conserve{
    animation: tagline-construct-load .6s forwards 6.8s;
    opacity: 0;
    transform: translateX(-20%);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .tagline-conserve-home{
    opacity: 1;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @keyframes tagline-conserve-load{
    0%{
      opacity: 0;
      transform: translateX(-20%);
    }
    100%{
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .tagline-contribute{
    animation: tagline-contribute-load .6s forwards 7s;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    color: #fff;
    opacity: 0;
    transform: translateX(-20%);
  }
  .tagline-contribute-home{
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    color: #fff;
    opacity: 1;
  }
  @keyframes tagline-contribute-load{
    0%{
      opacity: 0;
      transform: translateX(-20%);
    }
    100%{
      opacity: 1;
      transform: translateX(0%);
    }
  }
  .tagline-p{
    animation: tagline-p-load 1s forwards 7.2s;
    font-family: 'open-sans-medium', sans-serif;
    opacity: 0;
    transform: translateY(40%);
  }
  .tagline-p-home{
    font-family: 'open-sans-medium', sans-serif;
    opacity: 1;
  }
  @keyframes tagline-p-load{
    0%{
      opacity: 0;
      transform: translateY(40%);
    }
    100%{
      opacity: 1;
      transform: translateY(0%);
    }
  }
  .news-slider{
    background-color: #000;
    height: 400px;
    margin-right: 10px;
    position: relative;
    width: 750px;
    z-index: 1;
  }
  .news-slider::before{
    content: "";
    /*background-image: url('../media/assets/solar-grid-overlay.png');
    background-size: cover;*/
    border: 1px solid #000;
    bottom: -10px;
    filter: drop-shadow(10px 10px 1px rgba(0,0,0,.2))
            drop-shadow(1px 1px #000)
            drop-shadow(-1px 1px #000)
            drop-shadow(1px -1px #000);
    height: 100%;
    opacity: 1;
    position: absolute;
    right: -10px;
    width: 100%;
    z-index: 0;
  }
  .news-arrows{
    display: flex !important;
    justify-content: flex-end;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 100%;
    z-index: 2;
  }
  .news-arrows-container{
    align-items: center;
    display: flex;
    position: relative;
    height: 100%;
    justify-content: space-between;
    width: 150px;
  }
  .news-arrow{
    align-items: center;
    background-color: #000;
    border: 1px solid #fedd03;
    color: #fedd03;
    display: flex;
    height: 30px;
    justify-content: center;
    width: 70px;
  }
  .news-arrow:hover{
    cursor: pointer;
  }
  .news-slide{
    background-size: cover;
    height: 400px;
    text-decoration: none;
    transition-duration: .2s;
    width: 750px;
  }
  .news-slide:hover{
    opacity: .8;
    transform: scale(1.03);
    transition-duration: .3s;
  }
  #news-slide-1{
    background-image: url('https://news.energysage.com/wp-content/uploads/2018/11/11.28_how-solar-panels-work.png');
    background-position: bottom;
  }
  .news-slide-container{
    align-items: flex-start;
    background-image: linear-gradient(to top, #000, transparent);
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
  }
  .news-slide-title{
    color: #fff;
    font-size: 32px;
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    padding: 5px 20px;
  }
  .news-slide p{
    color: #fff;
    font-family: 'futura-book', sans-serif;
    padding: 5px 20px 20px 20px;
  }
/********************
 * HOMEPAGE UPDATES *
********************/
  .homepage-updates{
    align-items: center;
    background-blend-mode: multiply;
    background-color: #fff;
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 20px 10px rgba(0,0,0,.7);
    justify-content: flex-start;
    padding: 80px 50px;
  }
  .homepage-updates-section-1{
    align-items: center;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .homepage-mission{
    width: 530px;
    text-align: center;
  }
  .homepage-mission-title h1{
    color: #fff;
    font-family: 'stratos', sans-serif;
    font-weight: 900;

    font-size: 80px;
    margin-bottom: 20px;
    filter: drop-shadow(8px 8px 1px rgba(0,0,0,.2))
            drop-shadow(-1px 1px #000)
            drop-shadow(1px -1px #000);
    text-shadow: 1px 1px rgba(255,132,1,1), -1px 1px rgba(255,132,1,1), 1px -1px rgba(255,132,1,1);
  }
  .homepage-mission-title p{
    font-family: 'open-sans-medium', sans-serif;
  }
  .homepage-mission-contact{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 20px auto 0 auto;
    width: 90%;
  }
  .homepage-mission-contact-email,
  .homepage-mission-contact-phone{
    align-items: center;
    color: #000;
    display: flex;
    font-family: 'futura-bold', sans-serif;
    font-size: 20px;
    justify-content: flex-start;
    text-decoration: none;
    text-transform: uppercase;
  }
  .homepage-mission-contact img{
    margin-right: 10px;
    width: 30px;
  }
  .homepage-mission-contact-divider{
    background-color: #000;
    height: 50px;
    width: 2px;
  }
  .homepage-mission-bod-link{
    border-top: 2px solid #000;
    font-family: 'futura-bold', sans-serif;
    font-size: 20px;
    margin: 10px auto 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 90%;
  }
  .homepage-mission-bod-link a{
    color: #000;
    text-decoration: none;
  }
  .homepage-updates-section-2{
    margin-top: 100px;
  }
  .project-slider{
    margin-left: 70px;
    width: 1400px;
  }
  .project-slider .slick-dots{
    bottom: -65px;
    width: 1340px;
  }
  .project-slider .slick-dots li button:before{
    font-size: 40px;
  } 
  .project-slider .slick-dots li button:hover:before{
    color: #ff8401 !important;
  }
  .project-slider .slick-dots li button:focus:before{
    color: #000 !important;
  }
  .project-slide{
    background-color: #fff;
    border: 2px solid #000;
    height: 433px;
    width: 400px !important;
  }
  .project-slide-image{
    height: 200px;
    width: 100%;
  }
  .project-slide-image img{
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
  }
  .project-slide-content{
    padding: 10px;
    width: calc(100% - 20px);
  }
  .project-slide-title{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .project-slide-title-title{
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    font-size: 26px;
  }
  .project-slide-title-subtitle{
    color: #ff8401;
    font-family: 'stratos', sans-serif;
  }
  .project-slide-blurb{
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: 'futura-book', sans-serif;
  }
  .project-slide-button{
    border: 1px solid #ff8401;
    font-family: 'futura-book', sans-serif;
    margin-top: 10px;
    text-align: center;
    padding: 2.5px 5px;
    width: 100px;
  }
/****************************
 * HOW DO SOLAR PANELS WORK *
****************************/
  .how-will-it-look{
    background-image: url('../media/images/cri/pitch-bkg.jpg');
    background-size: cover;
    position: relative;
  }
  .how-will-it-look-container{
    align-items: center;
    background-image: linear-gradient(to right, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3));
    color: #fff;
    display: flex;
    font-family: 'stratos', sans-serif;
    font-weight: 900;

    font-size: 42px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .how-will-it-look-container h2{
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  }
  .cartoon-section{
    background-color: #fff;
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 10px 20px 10px rgba(0,0,0,.7);
  }
  .cartoons{
    display: flex;
    flex-direction: column;
    padding: 80px 0;
    width: 1150px;
  }
  .cartoon-wrapper{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
    width: 100%;
  }
  .cartoon{
    background-color: #fff;
    border: 2px solid #000;
    display: flex;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    height: 220px;
    justify-content: space-between;
    padding: 10px;
    position: relative;
    width: calc(40% + 20px);
  }
  .cartoon img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .cartoon-video{
    height: 100%;
    position: relative;
    width: 100%;
  }
  .cartoon-video video{
    height: 100%;
    width: 100%;
  }
  .cartoon-content{
    height: 100%;
    left: 0;
    margin: 5px 0 0 5px;
    position: absolute;
    top: 0;
    width: 100%;
  }
  
  .cartoon-blurb{
    width: 600px;
  }
  .cartoon-blurb h3{
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    font-size: 26px;
  }
  .cartoon-blurb span{
    color: #ff8401;
    display: block;
    font-family: 'stratos', sans-serif;
    margin-bottom: 10px;
  }
  .cartoon-blurb p{
    font-family: 'open-sans-medium', sans-serif;
  }
  .cartoon-plays{
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: -5px;
    margin: 0 auto;
    position: absolute;
    top: -5px;
    width: 100%;
  }
  .cartoon-play{
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    width: 50px;
  }
/***************
 * BOD *
***************/
  .bod-wrapper{
    background-color: #fff;
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow-y: hidden;
    padding: 40px 0;
    width: 100%;
  }
  .bod-header{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding-top: 50px;
    width: 1150px;
  }
  .bod-header h1{
    color: #fff;
    filter: drop-shadow(8px 8px 1px rgba(0,0,0,.2)) drop-shadow(-1px 1px #000) drop-shadow(1px -1px #000);
    font-family: 'stratos', sans-serif;
    font-weight: 900;

    font-size: 68px;
    text-shadow: 1px 1px rgba(255,132,1,1), -1px 1px rgba(255,132,1,1), 1px -1px rgba(255,132,1,1);
  }
  .bod-header p{
    font-family: 'open-sans-medium', sans-serif;
    margin-top: 20px;
    text-align: center;
  }
  .bod-bios{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 30px;
    width: 1150px;
  }
/***************
 * TOP PROFILE *
***************/
  /*#bio-quinlivan{
    width: 1150px;
  }
  #bio-titles-wrapper-quinlivan{
    height: calc(100% - 4px);
    transform: translateX(280px) translateY(-8px);
    width: 860px;
  }
  #bod-titles-quinlivan{
    opacity: 1;
    transform: translateX(0);
  }*/
/************/
  .bod-bio{
    height: 420px;
    margin: 40px 0;
    position: relative;
    width: 1150px;
    z-index: 1000;
  }
  /*.bio-wp{
    height: 20px;
    width: 20px;
    left: 0;
    position: absolute;
  }
  #bio-hentges-wp{
    top: -320px;
  }
  #bio-anderson-wp{
    top: 40%;
  }
  #bio-hague-wp{
    top: 160%;
  }
  #bio-boulus-wp{
    top: 280%;
  }
  .bio-anderson-toggle,
  .bio-boulus-toggle,
  .bio-hague-toggle,
  .bio-hentges-toggle,
  .bio-quinlivan-toggle{
    transition-duration: 0s;
    width: 1150px;
  }
  @keyframes bod-bio-move-1{
    0%{
      width: 250px;
    }
    100%{
      width: 1150px;
    }
  }*/
  .bod-titles-wrapper{
    display: flex;
    height: 100%;
    justify-content: flex-end;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  /*.bod-title-wrapper-toggle{
    animation: body-titles-move-1 1s forwards .1s;
  }*/
  .bod-titles-wrapper::before{
    content: "";
    border: 1px solid #000;
    bottom: 0;
    filter: drop-shadow(10px 10px 1px rgba(0,0,0,.2))
            drop-shadow(1px 1px #000)
            drop-shadow(-1px 1px #000)
            drop-shadow(1px -1px #000);
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  /* @keyframes body-titles-move-1{
    0%{
      height: 100%;
      right: -10px;
      width: 250px;
    }
    30%{
      height: calc(100% - 4px);
      transform: translateX(280px) translateY(-8px);
      width: 860px;
    }
    70%{
      height: calc(100% - 4px);
      transform: translateX(280px) translateY(-8px);
      width: 860px;
    }
    100%{
      height: calc(100% - 4px);
      transform: translateX(280px) translateY(-8px);
      width: 860px;
    }
   }*/
  .bod-titles{
    background-color: rgba(255,255,255,.5);
    filter: drop-shadow(10px 10px 1px rgba(0,0,0,0))
            drop-shadow(1px 1px rgba(0,0,0,0))
            drop-shadow(-1px 1px rgba(0,0,0,0))
            drop-shadow(1px -1px rgba(0,0,0,0));
    flex-direction: column;
    height: calc(100% - 40px);
    margin: 0;
    opacity: 1;
    padding: 20px;
    position: relative;
    width: 860px;
    z-index: -1;
  }
 /* .bod-titles-toggle-1{
    transition-delay: .3s;
    transition-duration: .5s;
    opacity: 1;
  }
  .bod-titles-toggle-2{
    transform: translateX(0);
    transition-duration: .3s;
  }*/
  .bod-titles-top{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    width: 100%;
  }
  .bod-titles h2{
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    width: auto;
  }
  .bod-contact{
    display: flex;
    justify-content: flex-end;
  }
  .bod-contact-solo{
    justify-content: flex-end;
  }
  .bod-contact a{
    color: #000;
    text-decoration: none;
  }
  .bod-contact-link{
    align-items: center;
    display: flex;
    font-family: 'futura-bold', sans-serif;
    text-transform: uppercase;
  }
  .bod-contact-link-end{
    margin-left: 20px;
  }
  .bod-contact img{
    filter: drop-shadow(0px 0px 2px #000);
    margin-right: 3px;
    width: 15px;
  }
  .bod-titles-text-wrapper{
    align-items: flex-start;
    display: flex;
    height: calc(100% - 50px);
    justify-content: space-between;
    width: calc(100% + 8px);
  }
  .bod-titles-text-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 290px;
  }
  .bod-titles-text-bio{
    align-items: center;
    display: flex;
    flex-direction: column;
    font-family: 'stratos', sans-serif;
    font-size: 14px;
    height: 100%;
    justify-content: space-between;
    text-align: center;
    width: 588px;
  }
  .bod-title-sub-heading-span-1{
    color: #ff8401;
    font-family: 'stratos', sans-serif;
    font-weight: 700;
  }
  .bod-title-sub-heading-span-2{
    font-family: 'futura-book', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
  }
  .bod-titles-text{
    display: flex;
    flex-direction: column;
    width: 260px;
  }
  .bod-titles-text ul{
    margin-left: 14px;
  }
  .bod-quote{
    font-family: 'futura-book', cursive;
    font-size: 18px;
    font-style: italic;
    text-align: center;
    width: 450px;
  }
  .bod-bio-photo{
    height: 420px;
    width: 250px;
  }
  .bod-bio-photo img{
    box-shadow: 8px 0 5px rgba(0,0,0,.4);
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
/************
 * PROCESS *
************/
  .process-wrapper{
    background-color: #fff;
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .process-jumbo{
    background-image: url('../media/images/bkg/bkg-2.jpg');
    background-size: cover;
    box-shadow: 0 10px 20px 10px rgba(0,0,0,.7);
    height: 100vh;
    position: relative;
    width: 100vw;
  }
  .process-jumbo-container{
    align-items: center;
    background-image: linear-gradient(to right, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3));
    color: #fff;
    display: flex;
    font-family: 'stratos', sans-serif;
    font-weight: 900;

    font-size: 42px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .process-jumbo-container h1{
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  }
  .project-lifecycle{
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    margin: 100px auto 0 auto;
    max-width: 1100px;
    position: relative;
    width: 100%;
  }
  .project-lifecycle-circles{
    align-items: center;
    display: flex;
    height: 550px;
    justify-content: center;
    position: relative;
    width: 550px;
  }
  .center-circle{
    align-items: center;
    display: flex;
    border-radius: 50%; 
    height: 300px;
    justify-content: center;
    position: relative;
    width: 300px;
    z-index: 100;
  }
  .center-circle img{
    filter: drop-shadow(5px 5px 1px rgba(0,0,0,.1)) drop-shadow(1px 1px #000) drop-shadow(-1px 1px #000) drop-shadow(1px -1px #000);
    margin-top: -30px;
    width: 250px;
  }
  .project-lifestyle-circle-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .project-lifestyle-circle-container-1{
    transform: rotate(45deg);
  }
  .project-lifecycle-circle-wrapper{
    display: flex;
    height: 275px;
    position: relative;
    width: 275px;
  }
  .circle-finance-wrapper{
    justify-content: flex-end;
  }
  .circle-procure-wrapper{
    align-items: flex-end;
  }
  .circle-operate-wrapper{
    align-items: flex-end;
    justify-content: flex-end;
  }
  .project-lifecycle-circle{
    align-items: center;
    background-color: #fff;
    border: 2px solid #ff8401;
    border-radius: 90px;
    display: flex;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    flex-wrap: wrap;
    flex-direction: column;
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    height: 150px;
    justify-content: center;
    opacity: 1;
    width: 150px;
  }
  .project-lifecycle-circle-1{
    transform: rotate(315deg);
  }
/************
 * EDUCATION *
************/
  .education-wrapper{
    background-color: #fff;
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-position: -100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .education-jumbo{
    background-image: url('../media/images/bkg/bkg-2.jpg');
    background-size: cover;
    box-shadow: 0 10px 20px 10px rgba(0,0,0,.7);
    height: 100vh;
    position: relative;
    width: 100vw;
  }
  .education-jumbo-container{
    align-items: center;
    background-image: linear-gradient(to right, rgba(255,255,255,.3) 20%, rgba(255,255,255,.3));
    color: #fff;
    display: flex;
    font-family: 'stratos', sans-serif;
    font-weight: 900;

    font-size: 42px;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .education-jumbo-container h1{
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
  }
  .education-section{
    margin: 50px 0;
  }
  .education-content-wrapper{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
  }
  .education-section-header{
    font-family: 'stratos', sans-serif;
    font-weight: 700;
    font-size: 26px;
  }
  .education-text ol li::marker,
  .education-text ul li::marker{
    color: #ff8401;
  }
  .education-text li{
    font-family: 'open-sans-medium', sans-serif;
    margin: 10px 0;
  }
  .education-photos{
    display: flex;
    justify-content: space-between;
    margin: 20px auto 30px auto;
    width: 850px;
  }
  .education-photo{
    border: 2px solid #000;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    height: 350px;
    width: 350px;
  }
  .education-photo-long{
    border: 2px solid #000;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,1));
    height: 350px;
    margin: 0 auto;
    width: auto;
  }
  .education-photo img{
    height: 100%;
    object-fit: cover;
    width: 100%;
  }
  .education-photo-long img{
    height: 100%;
    object-fit: contain;
    width: 100%;
  }
  .education-text li span{
    color: #ff8401;
    font-family: 'stratos', sans-serif;
    text-transform: uppercase;
  }
  .education-layers-text{
    list-style: ;
  }
/******************
 * MEDIA QUERIES *
******************/
@media(max-width: 1375px){
  .slick-initialized .slick-slide{
    display: flex !important;
    justify-content: center;
  }
}
/*IPHONE PORTRAIT*/
@media only screen and (min-device-width : 305px) and (max-device-width : 900px) and (orientation : portrait){
  .header-mobile-wrapper{
    display: block;
    background-color: rgba(255,255,255,1);
    background-image: url('../media/assets/solar-grid-overlay-big-gradient.png');
    background-size: cover;
    border-bottom: 2px solid rgba(255,132,1,1);
    box-shadow: 0 5px 20px rgba(0,0,0,.8);
    /*animation: header-desktop-wrapper-load 1s forwards 7.2s;*/
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    /*top: -100%;*/
    top: 0;
    width: calc(100% - 20px);
    z-index: 9999;
  }
  .header-mobile-wrapper li{
    list-style: none;
  }
  .header-mobile-container{
    position: relative;
  }
  .header-mobile-logo{
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,.4))
            drop-shadow(0px 0px 3px rgba(0,0,0,.2));
    width: 100px;
  }
  .header-mobile-nav-links{
    background-color: #fff;
    bottom: -142px;
    box-shadow: 0 5px 20px rgba(0,0,0,.8);
    font-family: 'stratos', sans-serif;
    height: auto;
    left: -10px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transform: translateY(-20px);
    transition-duration: .1s;
    width: calc(100% + 20px);
  }
  .header-mobile-nav-links-toggle{
    opacity: 1;
    transform: translateY(0);
    transition-duration: .3s;
  }
  .header-mobile-nav-links ul{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  .header-mobile-nav-links li{
    margin: 10px 0;
    text-align: center;
  }
  .header-mobile-nav-links a{
    color: #fff;
    filter: drop-shadow(0px 0px 2px rgba(0,0,0,1))
            drop-shadow(0px 0px 3px rgba(0,0,0,.8));
    text-decoration: none;
  }
  .header-desktop-wrapper{
    display: none;
  }
  .mobile-burger{
    align-items: center;
    bottom: 0;
    display: flex;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0;
    width: 50px;
  }
  .mobile-burger-container{
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 20px;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }
  .mobile-burger-patty{
    background-color: #000;
    height: 1.5px;
    width: 100%;
  }
/*ANIMATION/HOVER*/
  .news-slide:hover{
    opacity: 1;
    transform: scale(1);
    transition-duration: 0s;
  }
/***LOAD SCREEN***/
  .load{
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: 300%;
  }
  .load-container{
    background-image: radial-gradient(rgba(0,0,0,.5) 60%, #000 100%);
  }
  .load-logos{
    transform: translateY(-20%);
  }
  .load-q-naked{
    width: 210px;
  }
  .load-q-naked-container{
    transform: translateX(3px) translateY(26px);
  }
  .load-rays-naked{
    width: 380px;
  }
  .load-solar{
    bottom: -140px;
    font-size: 70px;
    left: 0;
    right: 0;
    width: 100%;
  }
/***HOME PAGE***/
/*JUMBOTRON*/
  .jumbotron-container{
    background-image: linear-gradient(to top, rgba(255,255,255,.8) 40%, rgba(255,255,255,.2) 70%);
  }
  .jumbotron-content-wrapper{
    max-width: 100%;
  }
  .jumbotron-content{
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .jumbotron-tagline{
    align-items: center;
    font-size: 60px;
  }
  .tagline-p{
    text-align: center;
  }
/*HOMEPAGE UPDATES*/
  .homepage-updates{
    background-position: center;
    background-repeat: repeat;
    background-size: 300%;
    box-shadow: 0 20px 30px 30px rgba(0,0,0,.7);
    padding: 20px 0;
  }
  .homepage-updates-section-1{
    flex-direction: column;
    width: calc(100% - 40px);
  }
  .homepage-mission{
    width: 100%;
  }
  .homepage-mission-title h1{
    font-size: 70px;
    font-weight: 100;
    text-align: center;
  }
  .homepage-mission-title p{
    text-align: center;
  }
  .homepage-mission-contact{
    width: 100%;
  }
  .homepage-mission-contact-email,
  .homepage-mission-contact-phone{
    font-size: 16px;
  }
  .homepage-mission-contact img{
    width: 20px;
  }
  .homepage-mission-contact-divider{
    height: 25px;
    width: 1px;
  }
  .homepage-mission-bod-link{
    border-top: 1px solid #000;
    font-size: 18px;
    margin: 10px auto 20px auto;
    padding-top: 10px;
    width: 100%;
  }
/*NEWS SLIDER*/
  .news-slider{
    height: 600px;
    margin-right: 20px;
    width: calc(100% - 20px);
  }
  .news-slider-wrapper{
    align-items: flex-end;
    display: flex !important;
    height: 100%;
  }
  .news-slide{
    background-repeat: no-repeat;
    height: 600px;
  }
  #news-slide-1{
    background-position: 50% -20px;
    background-size: 100%;
  }
  #news-slide-1 .news-slide-container{
    background-image: linear-gradient(to top, #000 70%, transparent 80%);
  }
  .news-slide-title{
    text-align: center;
  }
  .news-slide p{
    font-size: 18px;
    padding: 5px 20px 20px 20px;
    text-align: center;
  }
  .news-slide-mobile-button{
    margin: 0 auto 20px auto;
    text-align: center;
    width: 100%;
  }
  .news-slide-mobile-button span{
    border: 1px solid rgba(255,132,1,1);
    color: #fff;
    font-family: 'futura-book', sans-serif;
    padding: 5px 8px;
  }
  .news-slide-mobile-button{
    display: block;
  }
/*PROJECT SLIDER*/
  .homepage-updates-section-2{
    width: calc(100% - 40px);
  }
  .project-slider{
    margin: 0;
    width: 100%;
  }
  .project-slide{
    height: auto;
    width: calc(100% - 4px) !important;
  }
  .project-slide-content{
    text-align: center;
  }
  .project-slide-blurb {
    display: initial;
    overflow: auto;
    text-overflow: initial;
  }
  .project-slider .slick-dots{
    bottom: -20px;
    position: relative;
    width: 100%;
  }
/*HOW WILL IT LOOK*/
  .how-will-it-look-container{
    background-image: linear-gradient(to right, rgba(255,255,255,.5) 20%, rgba(255,255,255,.5));
    font-size: 36px;
    line-height: 60px;
    text-align: center;
  }
  .how-will-it-look-container h2{
    font-weight: 100;
    width: calc(100% - 40px);
  }
/*CARTOONS*/
  .cartoon-section{
    background-position: center;
    background-repeat: repeat;
    background-size: 300%;
    box-shadow: 0 20px 30px 30px rgba(0,0,0,.7);
  }
  .cartoons{
    padding: 20px 0;
    width: calc(100% - 40px);
  }
  .cartoon-wrapper{
    flex-direction: column;
  }
  .cartoon{
    width: 100%;
  }
  .cartoon-blurb{
    margin-top: 20px;
    text-align: center;
    width: calc(100% - 10px);
  }
  .cartoon-blurb h3{
    font-weight: 100;
  }
/***BOARD OF DIRECTORS***/
  .bod-wrapper{
    background-position: center;
    background-repeat: repeat;
    background-size: 300%;
    padding: 0;
  }
  .bod-header{
    padding: 190px 0 0 0;
    text-align: center;
    width: calc(100% - 40px);
  }
  .bod-header h1{
    font-size: 42px;
    font-weight: 100;
    line-height: 60px;
  }
  .bod-bios{
    flex-direction: column;
    height: auto;
    max-height: none;
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .bod-bio{
    display: flex;
    flex-direction: column;
    height: auto;
    width: 100%;
  }
  .bod-bio-photo{
    height: auto;
    width: 100%;
  }
  .bod-bio-photo img{
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,.8);
  }
  .bod-titles-wrapper{
    left: auto;
    margin-top: 10px;
    position: relative;
    top: auto;
  }
  .bod-titles{
    padding: 10px;
    text-align: center;
    width: calc(100% - 20px);
  }
  .bod-titles-top{
    flex-direction: column;
  }
  .bod-titles h2{
    font-weight: 100;
  }
  .bod-contact{
    align-items: center;
    flex-direction: column;
    font-size: 16px;
    margin: 5px 0;
  }
  .bod-contact a{
    height: 30px;
  }
  .bod-contact img{
    margin-right: 10px;
  }
  .bod-contact-link-end{
    margin: 0;
  }
  .bod-titles-text-wrapper{
    flex-direction: column;
    margin-left: -5px;
  }
  .bod-titles-text-info{
    margin: 0 auto;
    min-width: auto;
    width: calc(100% - 20px);
  }
  .bod-titles-text{
    margin: 5px 0;
    width: 100%;
  }
  .bod-title-sub-heading-span-1{
    font-size: 18px;
  }
  .bod-title-sub-heading-span-2{
    font-size: 16px;
    margin: 0 auto;
    max-width: 250px;
  }
  .bod-titles-text-bio{
    font-size: 16px;
    margin: 0 auto;
    width: calc(100% - 20px);
  }
  .bod-titles-text ul{
    margin: 0 auto;
    width: calc(100% - 80px);
  }
  .bod-titles-text li{
    list-style: inside;
  }
  .bod-about{
    margin-top: 20px;
  }
  .bod-quote{
    font-size: 22px;
    margin-top: 40px;
    width: 100%;
  }
/***EDUCATION***/
  .education-wrapper{
    background-position: center;
    background-repeat: repeat;
    background-size: 300%;
  }
  .education-jumbo-container{
    background-image: linear-gradient(to right, rgba(255,255,255,.5) 20%, rgba(255,255,255,.5));
    font-size: 28px;
    line-height: 60px;
    text-align: center;
  }
  .education-jumbo-container h1{
    font-weight: 100;
    width: calc(100% - 40px);
  }
  .education-content-wrapper{
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .education-section{
    margin: 25px 0;
  }
  .education-history-header{
    margin-top: 25px;
  }
  .education-section-header{
    text-align: center;
  }
  .education-section-header h2{
    font-weight: 100;
  }
  .education-photos{
    align-items: center;
    flex-direction: column;
    margin: 10px auto 20px auto;
    width: 100%;
  }
  .education-photo{
    height: 310px;
    margin: 20px 0;
    width: 310px;
  }
  .education-photo-long{
    height: auto;
  }
  .education-text{
    margin: 0 auto;
    width: calc(100% - 40px);
  }
  .education-text li{
    list-style: inside;
  }
/***PROCESS***/
  .process-wrapper{
    background-position: center;
    background-repeat: repeat;
    background-size: 300%;
  }
  .process-jumbo-container{
    background-image: linear-gradient(to right, rgba(255,255,255,.5) 20%, rgba(255,255,255,.5));
    font-size: 28px;
    line-height: 60px;
    text-align: center;
  }
  .process-jumbo-container h1{
    font-weight: 100;
    width: calc(100% - 40px);
  }
  .project-lifecycle{
    margin: 0 auto;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  .project-lifecycle-circles{
    height: 100%;
    justify-content: space-between;
    width: 100%;
  }
  .project-lifestyle-circle-container{
    height: 700px;
    justify-content: center;
    position: relative;
    width: calc(50% - 8px);
  }
  .project-lifestyle-circle-container-1{
    transform: rotate(0deg);
  }
  .project-lifecycle-circle-wrapper{
    height: 134px;
    width: 134px;
  }
  .project-lifecycle-circle{
    height: 130px;
    width: 130px;
  }
  .project-lifecycle-circle-1{
    transform: rotate(0deg);
  }
  .center-circle{
    display: none;
  }
  .circle-finance-wrapper{
    order: 1;
  }
  .circle-operate-wrapper{
    order: 2;
  }
  .circle-procure-wrapper{
    order: 3;
  }
  .circle-sales-wrapper{
    order: 4;
  }
}






