/*==============================================================================
=                                Globals                                       =
==============================================================================*/
/*============================== Colors ======================================*/
/*============================== Typography ==================================*/
body {
  font-family: proxima-nova, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 400;
}
sup {
  font-size: 65%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*============================== Helper Classes ==============================*/
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.mb100 {
  margin-bottom: 100 !important;
}
.mb110 {
  margin-bottom: 110px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.mb130 {
  margin-bottom: 130px !important;
}
.mb140 {
  margin-bottom: 140px !important;
}
.mb150 {
  margin-bottom: 150px !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mt100 {
  margin-top: 100 !important;
}
.mt110 {
  margin-top: 110px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mt130 {
  margin-top: 130px !important;
}
.mt140 {
  margin-top: 140px !important;
}
.mt150 {
  margin-top: 150px !important;
}
/*==============================================================================
=                                Header                                        =
==============================================================================*/
header {
  position: fixed;
  z-index: 3;
  width: 100%;
  background: #fff;
  box-shadow: 0 -2px 10px;
}
.header-spacer {
  height: 100px;
}
/*============================== Common ======================================*/
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
h2 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.white {
  color: #fff;
}
.text-left-sm-right {
  text-align: left;
}
.text-large {
  font-size: 18px;
}
.blue-button {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: .3s background;
  text-transform: uppercase;
  border: 2px solid #0b9bd9;
  background: #0b9bd9;
}
.blue-button a {
  display: block;
  padding: 8px;
  transition: .3s color;
  color: #fff;
}
.blue-button:hover {
  background: #fff;
}
.blue-button:hover a {
  color: #0b9bd9;
}
.inactive-button,
.inactive-button:focus,
.inactive-button:visited,
.inactive-button:hover {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: .3s background, .3s color;
  text-align: center;
  text-transform: uppercase;
  color: #b2b2b2;
  border: 2px solid #b2b2b2;
}
.blue-outline-button,
.blue-outline-button:focus,
.blue-outline-button:visited {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: .3s background, .3s color;
  text-align: center;
  text-transform: uppercase;
  color: #0b9bd9;
  border: 2px solid #0b9bd9;
}
.blue-outline-button:hover {
  color: #fff;
  background: #0b9bd9;
}
.small-blue-button {
  padding: 5px;
  margin-right: 5px;
  cursor: pointer;
  transition: all .3s;
  color: #fff;
  border: 2px solid #0b9bd9;
  background: #0b9bd9;
}
.small-blue-button:hover {
  color: #0b9bd9;
  background: #fff;
}
.hidden-row {
  padding: 0 !important;
}
.hidden-row > div {
  padding: 5px;
}
.small-button,
.small-button:visited {
  display: inline-block;
  padding: 1px 4px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: .3s background, .3s color;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #0b9bd9;
  background: #0b9bd9;
}
.small-button:hover,
.small-button:active,
.small-button:focus {
  color: #0b9bd9;
  background: #fff;
}
.manage-icons {
  padding: 0 !important;
}
.manage-icons i {
  padding: 4px 2px;
  font-size: 22px;
  color: #0b9bd9;
}
.pointer {
  cursor: pointer;
}
.parts-list h2 {
  font-size: 26px !important;
}
.slider .slick-dots {
  bottom: 0;
}
/*==============================================================================
=                                Navigation                                    =
==============================================================================*/
/*============================== Off Canvas ==================================*/
@media screen and (max-width: 767px) {
  .top-bar.oc-js.active {
    position: static;
  }
  .oc-container {
    position: absolute;
    top: 0;
    min-height: 100%;
  }
  .oc-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .oc-overlay.active {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #oc-icon {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 21;
    display: block;
    width: 50px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top 0s;
    -moz-transition: top 0s;
    -o-transition: top 0s;
    transition: top 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #oc-icon span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 6px;
    background: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #oc-icon span.bar1 {
    top: 8px;
  }
  #oc-icon span.bar2,
  #oc-icon span.bar3 {
    top: 18px;
  }
  #oc-icon span.bar4 {
    top: 28px;
  }
  #oc-icon.active span.bar1 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  #oc-icon.active span {
    background: #fff;
  }
  #oc-icon.active:hover span {
    background: #fff;
  }
  #oc-icon.active span.bar2,
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #oc-icon.active span.bar4 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  .oc-left {
    left: 0;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .oc-left.active {
    left: -75%;
    z-index: 1;
    overflow-x: visible;
  }
  nav.oc-right {
    right: -75%;
    width: 75%;
    background-color: #fff;
  }
  nav.oc-right.active {
    z-index: 9999;
  }
  /*----------  Nav Globals  ----------*/
  nav.oc-right > ul {
    height: 100%;
  }
  nav.oc-right ul li {
    position: relative;
  }
  nav.oc-right ul ul {
    display: none;
  }
  nav.oc-right > ul li.active > ul {
    display: block;
  }
  nav.oc-right ul li a {
    display: block;
    padding: 10px 41px 10px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 41px;
    padding: 14px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-plus {
    color: #000;
    background-color: #eee;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-minus {
    color: #fff;
    background-color: #000;
  }
  /*----------  First Level  ----------*/
  nav.oc-right > ul > li {
    display: block;
  }
  nav.oc-right > ul > li > a {
    font-weight: bold;
  }
  nav.oc-right > ul > li.active > a {
    color: #999;
  }
  /*----------  Second Level  ----------*/
  nav.oc-right > ul > li > ul li span.oc-toggle.glyphicon-minus,
  nav.oc-right > ul > li.active > ul li span.oc-toggle.glyphicon-minus {
    color: #000;
    background: #eee;
  }
  nav.oc-right > ul ul li > a {
    padding-left: 25px;
    background: #fafafa;
  }
  /*----------  Third Level   ----------*/
  nav.oc-right > ul ul ul li a {
    padding: 5px 26px 5px 39px;
    font-size: 13px;
    background: #f4f4f4;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
    background-repeat: no-repeat;
    background-position: 21px 6.5px;
  }
  nav.oc-right > ul ul ul li.active > a,
  nav.oc-right > ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
  }
  nav.oc-right > ul ul ul li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 28.5px;
    padding: 7.5px 14.5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #d1d1d1;
  }
  /*----------  Fourth Level  ----------*/
  nav.oc-right > ul ul ul ul li > a {
    padding: 5px 26px 5px 53px;
    font-size: 13px;
    background: #eee;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
    background-repeat: no-repeat;
    background-position: 35px 6.5px;
  }
  nav.oc-right > ul ul ul ul li.active > a,
  nav.oc-right > ul ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
  }
}
@media screen and (min-width: 768px) {
  #oc-icon {
    display: none;
  }
  .container-nav {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .container-nav {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container-nav {
    width: 1170px;
  }
}
/*============================== Common ======================================*/
/*============================== Top Navigation ==============================*/
header .logo img {
  max-height: 100px;
  padding: 10px;
}
/*============================== Side Navigation =============================*/
/*============================== Bottom Navigation ===========================*/
/*==============================================================================
=                                Footer                                        =
==============================================================================*/
/*============================== Common ======================================*/
footer {
  background: #0b9bd9;
  background-image: url("/site/templates/_assets/img/common/footer-mountains.png");
  background-repeat: no-repeat;
  background-position: 80% 100%;
  background-size: auto 75%;
}
.footer-logo {
  position: relative;
  left: 50%;
  display: inline-block;
  transform: translate(-50%);
}
.footer-logo img {
  max-height: 100px;
  padding: 10px 0;
}
.footer-links {
  position: relative;
  left: 50%;
  display: inline-block;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}
.footer-links > li {
  position: relative;
  display: inline-block;
  margin: 30px 20px 18px;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-links > li > a {
  display: block;
  padding: 12px;
  color: #fff;
}
footer .copyright {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  line-height: 1.4em;
  text-align: right;
  color: #fff;
}
footer .copyright a,
footer .copyright a:hover,
footer .copyright a:active,
footer .copyright a:focus,
footer .copyright a:visited {
  color: #fff;
}
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
/*==============================================================================
=                                Home Page                                     =
==============================================================================*/
.banner-content {
  position: relative;
  max-height: 100vh;
  min-height: 600px;
  overflow: hidden;
}
.ez-build-video {
  width: 100%;
  padding-bottom: 56.25%;
  background: #0b9bd9;
}
.ez-build-video video {
  position: absolute;
  width: 100%;
  transition: 5s opacity;
  opacity: 1;
}
.ez-build-video.ready video {
  opacity: .75;
}
.ez-build-video .caption {
  position: absolute;
  top: 200px;
  width: 100%;
  transition: 5s opacity;
  text-align: center;
  opacity: 0;
}
.ez-build-video.ready .caption {
  opacity: 1;
}
.ez-build-video .headline {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
.ez-build-video .patent {
  color: #fff;
}
.ez-build-video .cta {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: .3s background, .3s color;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border: 2px solid #fff;
}
.ez-build-video .cta:hover {
  color: #0b9bd9;
  background: #fff;
}
.mission-statement {
  padding: 40px 0 160px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.feature-shots {
  margin-top: -120px;
}
.slick-slide {
  outline: none;
}
.modular-design {
  color: #fff;
}
.modular-design .caption {
  font-size: 18px;
}
.modular-design-image {
  min-height: 350px;
  background-image: url("/site/templates/_assets/img/home/modular-design.jpg");
  background-position: center;
  background-size: cover;
}
.modular-design-background {
  padding: 150px 50px;
  background-image: url("/site/templates/_assets/img/home/modular-design-blue-tray-background.jpg");
  background-position: center;
  background-size: cover;
}
.project-scope {
  font-size: 16px;
  line-height: 1.3;
}
.project-scope strong {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
.customization-options {
  font-size: 18px;
  background-image: url("/site/templates/_assets/img/home/grid-background.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.customization-options #customizations {
  transition: .3s height;
}
.customization-options .customization {
  z-index: 2;
  margin: 10px 0 50px;
  transition: .3s opacity;
}
.customization-options .customization-links {
  display: none;
}
.customization-options .customization-link {
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 700;
  transition: .3s color;
  text-transform: uppercase;
  color: #bfbfbf;
}
.customization-options .customization-link:hover {
  color: #0b9bd9;
}
.customization-options .customization-link.active {
  color: #8bc541;
}
.customization-options .customization-link.active::before {
  content: "\2014  ";
}
.customization-options .customization-link.active:hover {
  color: #8bc541;
}
.customization-options .customization-icon {
  display: block;
  margin: 0 auto;
}
/*==============================================================================
=                                Interior                                      =
==============================================================================*/
.header-image {
  position: relative;
  margin-bottom: 60px;
}
.header-image .blue-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: .5;
  background-color: #0c9bda;
}
.header-image h1 {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
#LoginRegister .ui-button {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: .3s background, .3s color;
  text-align: center;
  text-transform: uppercase;
  color: #0b9bd9;
  border: 2px solid #0b9bd9;
  background: #fff;
}
#LoginRegister .ui-button:hover {
  color: #fff;
  background: #0b9bd9;
}
#LoginRegister .LoginRegisterLinksRegister {
  margin-top: 15px;
  text-align: center;
}
#LoginRegister .LoginRegisterLinksRegister a {
  display: inline-block;
  padding: 5px 15px;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 700;
  transition: .3s background, .3s color;
  text-align: center;
  text-transform: uppercase;
  color: #0b9bd9;
  border: 2px solid #0b9bd9;
}
#LoginRegister .LoginRegisterLinksRegister a:hover {
  color: #fff !important;
  background: #0b9bd9;
}
/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
@media screen and (max-width: 1066px) {
  /*============================= Home Page ==================================*/
  .ez-build-video {
    height: 600px;
  }
  .ez-build-video video {
    left: 50%;
    width: auto;
    height: 100%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 400px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 620px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  .container-nav {
    text-align: right;
  }
  header .logo {
    position: absolute;
  }
  header .logo img {
    padding: 10px 0;
  }
  nav {
    display: inline-block;
  }
  nav.oc-right > ul > li {
    position: relative;
    display: block;
    float: left;
    margin: 30px 20px 18px;
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
  }
  nav.oc-right > ul > li:last-child {
    padding-right: 0;
  }
  nav.oc-right > ul > li > a {
    display: block;
    padding: 12px;
    transition: .3s color;
    color: #333;
  }
  nav.oc-right > ul > li:hover > a {
    color: #0b9bd9;
  }
  nav.oc-right > ul > li.build-a-tray,
  nav.oc-right > ul > li.admin-panel {
    transition: .3s background;
    border: 2px solid #0b9bd9;
    background: #0b9bd9;
  }
  nav.oc-right > ul > li.build-a-tray:hover,
  nav.oc-right > ul > li.admin-panel:hover {
    background: #fff;
  }
  nav.oc-right > ul > li.build-a-tray > a,
  nav.oc-right > ul > li.admin-panel > a {
    padding: 8px;
    transition: .3s color;
    color: #fff;
  }
  nav.oc-right > ul > li.build-a-tray:hover > a,
  nav.oc-right > ul > li.admin-panel:hover > a {
    color: #0b9bd9;
  }
  nav.oc-right > ul > li:hover > ul {
    position: absolute;
    display: block;
  }
  nav.oc-right ul ul {
    display: none;
  }
  /*============================= Footer =====================================*/
  .footer-logo {
    left: auto;
    transform: none;
  }
  .footer-links {
    position: absolute;
    left: 50%;
    display: inline-block;
    transform: translateX(-50%);
  }
  /*============================= Home Page ==================================*/
  .ez-build-video .headline {
    font-size: 120px;
  }
  .ez-build-video .patent {
    font-size: 18px;
  }
  .mission-statement {
    font-size: 24px;
  }
  .project-scope {
    font-size: 14px;
  }
  .customizations-border {
    border-width: 3px;
    border-left: 3px solid #fff;
    border-image: linear-gradient(to top, #0b9bd9 0%, #8bc541 100%);
    border-image-slice: 1;
  }
  .customization-options .customization-links {
    display: block;
  }
  .customization-options .customization.transparent {
    position: absolute;
    z-index: 1;
    opacity: 0;
  }
  .customization-options .customization {
    margin: auto;
  }
  .customization-options .customization-icon {
    margin: 0;
  }
  /*============================= Interior ===================================*/
  .text-left-sm-right {
    text-align: right;
  }
  .header-image h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
  .header-image h1 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .project-scope {
    font-size: 16px;
  }
  /*============================= Interior ===================================*/
}
