/* CSS For Projects Accordion*/
/*----- Accordion -----*/
.accordion, .accordion * {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

.accordion {
  overflow:hidden;
  box-shadow:0px 1px 3px rgba(0,0,0,0.25);
  border-radius:3px;
  background:#f7f7f7;
}

/*----- Section Titles -----*/
.accordion-section-title {
  width:100%;
  padding:15px;
  display:inline-block;
  border-bottom:1px solid #1a1a1a;
  background:#333;
  transition:all linear 0.15s;
  /* Type */
  font-size:1.200em;
  text-shadow:0px 1px 0px #1a1a1a;
  color:#fff;
}

.accordion-section-title.active, .accordion-section-title:hover {
  background:#4c4c4c;
  /* Type */
  text-decoration:none;
}

.accordion-section:last-child .accordion-section-title {
  border-bottom:none;
}

/*----- Section Content -----*/
.accordion-section-content {
  padding:15px;
  display:none;
}

.accordion-section-title span {
  float: right;
  font-size:.75em;
  text-decoration: none !important;
  vertical-align: middle;
}
/* END CSS For Projects Accordion*/

* {
  box-sizing: border-box; }
  *:before {
    box-sizing: border-box; }
  *:after {
    box-sizing: border-box; }

.fade-out {
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.fade-in {
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out; }

.hidden {
  display: none; }

.slide-out {
  -ms-transform: translate(-100%, 0px);
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
  @media screen and (max-width: 1150px) {
    .slide-out {
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

.slide-in {
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }

.clearfix:before, ul:before {
  content: " ";
  display: table; }
.clearfix:after, ul:after {
  content: " ";
  display: table;
  clear: both; }

html {
  background: center center no-repeat url("./images/Grand Coulee 7.jpg") white fixed;
  background-size: cover;
  overflow-y: scroll; }
  @media screen and (max-width: 1150px) {
    html {
      background: white; } }

ul {
  list-style: none;
  padding: 0; }
  ul li {
    float: left; }

.copyright {
  margin: 0;
  z-index: 350;
  position: fixed;
  bottom: 0;
  left: 0;
  font-size: 0.7em;
  padding: 4px;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 1150px) {
    .copyright {
      font-size: 0.6em; } }

#main-panel {
  max-width: 1400px;
  padding: 20px;
  padding-right: 50px; }
  #main-panel > img {
    display: none;
    z-index: 302;
    position: fixed;
    top: 400px;
    left: 830px;
    max-width: 300px; }
    #main-panel > img#honeycomb-casestudies {
      z-index: 301;
      left: 820px; }
  #main-panel a > img {
    display: none;
    z-index: 302;
    position: fixed;
    top: 400px;
    left: 830px;
    max-width: 300px; }
  #main-panel p {
    font-family: "Oswald";
    font-size: 1.2em;
    letter-spacing: 0.5px; }
  #main-panel .tagline {
    color: #ED343E;
    font-style: italic; }
  #main-panel nav#d3-nav {
    z-index: 200;
    position: fixed;
    width: 100%;
    height: 100%; }
    #main-panel nav#d3-nav .link {
      stroke: #999;
      stroke-opacity: .6; }
    #main-panel nav#d3-nav .node {
      stroke: #fff;
      stroke-width: 1.5px; }
      #main-panel nav#d3-nav .node text {
        color: black; }
    #main-panel nav#d3-nav g:hover {
      cursor: pointer; }
  #main-panel div {
    float: right;
    width: 40%;
    height: 100%;
    font-size: 0.9em; }
    #main-panel div ul {
      font-family: "Oswald";
      font-size: 0.8em;
      color: #555;
      list-style: disc;
      margin-left: 80px; }
      #main-panel div ul li {
        float: left;
        width: 200px; }
    #main-panel div h1 {
      height: 150px;
      text-indent: -9999px;
      background: center center no-repeat url("./images/logo2.png");
      background-size: contain; }
  @media screen and (max-width: 1150px) {
    #main-panel {
      display: none; } }

#left-panel {
  width: 800px;
  max-width: 900px;
  min-height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  padding: 80px 0;
  background: top left no-repeat url("./images/honeycomb_bg.png") white;
  background-size: 100% auto;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  z-index: 400; }
  #left-panel #responsive-burger {
    display: none; }
    @media screen and (max-width: 1150px) {
      #left-panel #responsive-burger {
        display: block;
        width: 100%;
        margin: 0;
        height: 50px;
        background: left center no-repeat url("./images/hamburger.png") white;
        border-top: 1px solid #ccc;
        border-bottom: 2px solid #C02526; } }
  #left-panel #responsive-burger:hover {
    cursor: pointer; }
  #left-panel nav#responsive-nav {
    display: none;
    background-color: white; }
    #left-panel nav#responsive-nav ul {
      margin: 0; }
    #left-panel nav#responsive-nav li {
      padding: 0 10px;
      display: inline-block;
      text-align: center;
      border-bottom: 1px solid #ccc; }
    #left-panel nav#responsive-nav a {
      display: inline-block;
      height: 100%;
      padding-top: 10px;
      font-family: 'Oswald';
      color: #C02526;
      text-decoration: none; }
    @media screen and (max-width: 1150px) {
      #left-panel nav#responsive-nav {
        display: block; } }
  #left-panel .img-band {
    width: 100%; }
  #left-panel .vendor-heading {
    font-family: "Oswald";
    color: #C02526;
    text-transform: uppercase;
    margin: 40px 0 20px 0;
    border-bottom: 1px solid #555; }
  #left-panel h2 {
    font-family: "Oswald";
    color: #C02526;
    text-transform: uppercase;
    font-size: 3em;
    margin-left: 130px;
    margin-bottom: 40px; }
    #left-panel h2 span {
      text-transform: none;
      font-size: 0.5em;
      vertical-align: 10px; }
    @media screen and (max-width: 1150px) {
      #left-panel h2 {
        margin: 50px 10% 40px 10%; } }
  #left-panel h3 {
    font-family: "Oswald";
    margin: 50px 0 10px 130px; }
    @media screen and (max-width: 1150px) {
      #left-panel h3 {
        margin: 50px 10% 10px 10%; } }
  #left-panel p {
    padding: 0 130px; }
    @media screen and (max-width: 1150px) {
      #left-panel p {
        padding: 0 10%; } }
  #left-panel #vendors > ul {
    padding: 0 110px; }
    @media screen and (max-width: 1150px) {
      #left-panel #vendors > ul {
        padding: 0 20px; } }
    #left-panel #vendors > ul li {
      display: block;
      width: 45%;
      height: 45%;
      margin: 2%;
      position: relative; }
      @media screen and (max-width: 1150px) {
        #left-panel #vendors > ul li {
          width: 48%;
          height: 48%;
          margin: 1%; } }
      #left-panel #vendors > ul li img {
        z-index: 0;
        width: 100%;
        max-height: 100%; }
      #left-panel #vendors > ul li h3, #left-panel #vendors > ul li h4 {
        position: absolute;
        z-index: 10;
        text-transform: uppercase; }
      #left-panel #vendors > ul li h3 {
        margin: 0;
        top: 0;
        left: 0;
        padding: 15px 3px 0 15px;
        background-color: rgba(10, 40, 70, 0.7);
        height: 98%;
        width: 100%;
        font-size: 1.3em;
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out; }
        @media screen and (max-width: 1150px) {
          #left-panel #vendors > ul li h3 {
            font-size: 0.9em; } }
      #left-panel #vendors > ul li h3:hover {
        -webkit-transition: all 0.45s ease-in-out;
        -moz-transition: all 0.45s ease-in-out;
        -ms-transition: all 0.45s ease-in-out;
        -o-transition: all 0.45s ease-in-out;
        transition: all 0.45s ease-in-out;
        background-color: rgba(10, 40, 70, 0.1); }
      #left-panel #vendors > ul li h4 {
        font-size: 0.8em;
        margin: 0;
        bottom: 0;
        left: 0;
        padding: 0 0 15px 15px; }
        @media screen and (max-width: 1150px) {
          #left-panel #vendors > ul li h4 {
            font-size: 0.7em; } }
    #left-panel #vendors > ul a {
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: white;
      font-family: 'Oswald'; }
      #left-panel #vendors > ul a:visited {
        color: white; }
  #left-panel #ourteam ul {
    padding: 0 130px; }
    @media screen and (max-width: 1150px) {
      #left-panel #ourteam ul {
        padding: 0 10%; } }
  #left-panel #ourteam li {
    width: 33%;
    padding: 0 10px;
    overflow: clip; }
    #left-panel #ourteam li img {
      margin: 0 auto;
      width: 167px;
      max-width: 100%;
      height: auto;
      float: left; }
    #left-panel #ourteam li p {
      margin: 0;
      padding: 10px 0;
      width: 100%;
      float: left;
      text-align: center; }
    #left-panel #ourteam li p:first-of-type {
      font-style: italic;
      font-weight: bold;
      padding: 5px 0; }
    #left-panel #ourteam li a {
      color: #C02526;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none; }
    #left-panel #ourteam li .contact-info {
      font-size: 0.9em; }
      #left-panel #ourteam li .contact-info a {
        color: #232F5E;
        font-size: 0.7em; }
  #left-panel #rich ul {
    padding: 0 130px;
    list-style: disc; }
    @media screen and (max-width: 1150px) {
      #left-panel #rich ul {
        padding: 0 10%; } }
  #left-panel #rich li {
    margin: 10px 0; }
  #left-panel #casestudies > div {
    padding: 15px 60px;
    text-align: center;
    border-bottom: 1px solid black; }
    #left-panel #casestudies > div img {
      width: auto; }
      @media screen and (max-width: 1150px) {
        #left-panel #casestudies > div img {
          height: 90px; } }
  #left-panel #casestudies ul {
    padding: 0 60px;
    text-align: center; }
  #left-panel #casestudies li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid black;
    padding: 25px 0 0 0; }
    #left-panel #casestudies li div {
      display: inline-block;
      margin-right: 5%;
      padding: 0 0 10px 0;
      margin-bottom: 20px;
      width: 45%;
      float: left; }
  #left-panel #casestudies img {
    width: 100%; }
  #left-panel #casestudies img:first-of-type {
    width: auto;
    max-width: 100%;
    height: 120px; }
  #left-panel #casestudies p {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: 0.8em;
    color: #555; }
  #left-panel #casestudies p:first-of-type {
    text-align: center;
    font-weight: bold;
    font-size: 0.7em; }
  #left-panel #casestudies #all-projects-mobile-link {
    display: none;
    text-align: left;
    padding: 0 60px 30px 65px;
    font-size: 0.9em;
    margin-top: -30px; }
    @media screen and (max-width: 1150px) {
      #left-panel #casestudies #all-projects-mobile-link {
        display: block; } }
  #left-panel #aeeiprojects ul {
    padding: 0 130px; }
    @media screen and (max-width: 1150px) {
      #left-panel #aeeiprojects ul {
        padding: 0 30px; } }
  #left-panel #aeeiprojects li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ccc; }
    #left-panel #aeeiprojects li p:first-of-type {
      font-weight: bold;
      margin-bottom: 10px; }
    #left-panel #aeeiprojects li img {
      width: 120px;
      float: left; }
  #left-panel #aeeiprojects p {
    margin: 0;
    padding: 0 20px 0 130px; }
  #left-panel .profile img {
    margin: 10px 0 0 130px; }
    @media screen and (max-width: 1150px) {
      #left-panel .profile img {
        margin: 40px 0 0 60px; } }
  #left-panel section#home.hidden {
    display: none; }
  #left-panel #home {
    background: center center no-repeat url("./images/Grand Coulee 7.jpg") white;
    background-size: cover;
    min-height: 100%;
    padding-bottom: 40px;
    display: none; }
    #left-panel #home h1 {
      width: 60%;
      margin: 0 auto;
      height: 200px;
      text-indent: -9999px;
      background: center center no-repeat url("./images/logo2.png");
      background-size: contain; }
    #left-panel #home p {
      font-family: "Oswald";
      font-size: 1.1em;
      letter-spacing: 0.5px; }
    #left-panel #home .tagline {
      color: #ED343E;
      font-style: italic; }
    #left-panel #home ul {
      font-family: "Oswald";
      font-size: 0.8em;
      color: #555;
      list-style: disc;
      width: 65%;
      margin: 0 auto; }
      #left-panel #home ul li {
        padding: 0 20px;
        float: left;
        width: 50%; }
    #left-panel #home .copyright {
      margin: 0 auto;
      font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
      background-color: rgba(255, 255, 255, 0.5);
      font-size: 0.7em; }
    @media screen and (max-width: 1150px) {
      #left-panel #home {
        display: block; } }
  @media screen and (max-width: 1150px) {
    #left-panel {
      min-height: 100%;
      padding: 0;
      width: 100%;
      max-width: 100%; } }

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