/* //////////////////////////////////

FONTS 

///////////////////////////////// */

/**
 * @license
 * MyFonts Webfont Build ID 3171924, 2016-02-15T16:59:28-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HapticPro-SemiBold by Henning Skibbe
 * URL: http://www.myfonts.com/fonts/henning-skibbe/haptic-pro/pro-semi-bold/
 * 
 * Webfont: HapticPro-SemiLight by Henning Skibbe
 * URL: http://www.myfonts.com/fonts/henning-skibbe/haptic-pro/pro-semi-light/
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3171924
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright (c) 2008 by Henning Skibbe. All rights reserved.
 * 
 * © 2016 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/306654");

  
@font-face {font-family: 'HapticPro-SemiBold';src: url('../fonts/306654_0_0.eot');src: url('../fonts/306654_0_0.eot?#iefix') format('embedded-opentype'),url('../fonts/306654_0_0.woff2') format('woff2'),url('../fonts/306654_0_0.woff') format('woff'),url('../fonts/306654_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'HapticPro-SemiLight';src: url('../fonts/306654_1_0.eot');src: url('../fonts/306654_1_0.eot?#iefix') format('embedded-opentype'),url('../fonts/306654_1_0.woff2') format('woff2'),url('../fonts/306654_1_0.woff') format('woff'),url('../fonts/306654_1_0.ttf') format('truetype');}




/* //////////////////////////////////

MAIN STYLES

///////////////////////////////// */

html {
  height: 100vh;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
	position: relative;
  background-color: #F4F5F9;
	color: #212531;
	font-family: 'HapticPro-SemiLight', Helvetica, Arial, 'sans-serif';
	letter-spacing: .3px;
  border-style: solid;
 /* border-width: 20px;
  border-color: #212531;
  min-height: 100vh; */
}

/* //////////////////////////////////

TEXT STYLES

///////////////////////////////// */


h1 {
	font-size: 4em;
  line-height: 1.2em;
	font-family: 'HapticPro-SemiLight', Helvetica, Arial, 'sans-serif';
  padding-top: 0;
  /*color: #F4F5F9;*/
  text-align: left;
  width: 100%;
  margin-top: 160px;
  margin-bottom: 0;
}

h2 {
	font-size: 1.75em;
	line-height: 1.8em;
  font-weight: normal;
  /*color: #F4F5F9;*/
  text-align: left;
  margin-top: 10px;
}

h3 {
	font-size: 1.5em;
  line-height: 1.7em;
	font-family: 'HapticPro-SemiBold', Helvetica, Arial, 'sans-serif';
	padding-top: 1em;
  padding-bottom: .2em;
	margin: 0;
}

h4 {
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 1em;
  line-height: 1.8em;
  font-weight: normal;
  padding: 0;
  margin: 0;
  padding-top: 20px;
  text-decoration: none;
}

p {
	padding-top: .5em;
	margin-top: 0em;
	font-size: 1.2em;
	line-height: 1.9em;
}

a {
  text-decoration: none;
  color: #68A780;
  transition: 0.3s;
}

a:hover {
	opacity: .5;
}

li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
    padding: 10px;
    text-decoration: none;
}

.reversed {
  color: #F4F5F9;
  font-weight: normal;
}

.active {
  border-bottom: 1px solid #68A780;
}

.bottomnav h3 {
  padding: 0;
  margin: 0;
}

/*h5 a {
  border-bottom: 1px solid #68A780;
} */


/* //////////////////////////////////

STATIC ELEMENTS

///////////////////////////////// */

#header {
  position: fixed;
  left: 0;
  top: 0;
  height: 190px;
  width: 190px;
  background-image: linear-gradient(135deg, #212531 0%, #212531 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 99;
}

#logo {
	position: fixed;
  z-index: 999;
}

#logo img {
  height: 60px;
  width: auto;
  margin-top: 25px;
  margin-left: 25px;
}

#nav {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 35px;
  left: 120px;
  z-index: 100;
}

#social {
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 0;
}

.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background-color: #212531;
  text-align: center;
}

#top, #bottom, #left, #right {
  background: #212531;
  position: fixed;
  z-index: 999;
}

#left, #right {
  top: 0; bottom: 0;
  width: 20px;
}

#left { left: 0; }
#right { right: 0; }
    
#top, #bottom {
  left: 0; right: 0;
  height: 20px;
}

#top { top: 0; }
#bottom { bottom: 0; }


/* //////////////////////////////////

MENU

///////////////////////////////// */


.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #F4F5F9;
  background-color: rgba(33, 37, 49, 1);
  overflow-x: hidden;
  transition-delay: 1s;
  -webkit-box-shadow:inset 0px 0px 0px 20px #F4F5F9;
  -moz-box-shadow:inset 0px 0px 0px 20px #F4F5F9;
  box-shadow:inset 0px 0px 0px 20px #F4F5F9;
  animation: fadein 0.2s;
}


@keyframes fadein {
  from {opacity: 0;}
  to   {opacity: 1;}
}

.overlay #header {
  padding: 0;
  margin: 0;
  position: fixed;
  left: 0;
  top: 0;
  height: 240px;
  width: 240px;
  background-image: linear-gradient(135deg, #F4F5F9 0%, #F4F5F9 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 99;
}

.overlay-content {
  position: relative;
  top: 18%;
  width: 100%;
  margin: 0;
  transition: 1s;
  color: #E7E8E9;
}

hr {
  margin-bottom: 40px;
}

.overlay-content h2 {
  margin: 0;
  padding: 0;
  line-height: 36px;
}

.overlay-content a {
  text-decoration: none;
  color: #68A780;
  display: block;
  transition: 0.3s;
}

.overlay-content h5 {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}

#close-button-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 130px;
  width: 130px;
  background-image: linear-gradient(225deg, #F4F5F9 0%, #F4F5F9 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}

.closebtn {
  position: fixed;
  top: 30px;
  right: 30px;
  padding: 0;
  display: block;
  height: 24px;
  width: 24px;
  transition: 0.3s;
}

.closebtn img {
  height: 24px;
  width: 24px;
}

/*
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
*/

#menu-button-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 130px;
  width: 130px;
  background-image: linear-gradient(225deg, #212531 0%, #212531 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}

.menubtn {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 24px;
  width: 24px;
}

.menubtn img {
  height: 24px;
  width: 24px;
}



.column-left {
        float: left;
        width: 50%;
        padding-left: 200px;
        padding-right: 100px;
        padding-top: 0;
        text-align: left;
        height: 575px;
      }

      .column-right {
        float: right;
        width: 50%;
        padding-left: 100px;
        padding-right: 200px;
        padding-top: 0;
        text-align: left;
        height: 575px;
      }





/* //////////////////////////////////

HOME ONLY

///////////////////////////////// */


.homeCopyWrapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  z-index: -1;
}

.homeCopy {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 200px;
  color: #212531;
  z-index: -1;
}

#homeImage {
  width: 50vw;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  z-index: -999;
}

#homeImage img {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -999;
    display: block;
    object-fit: cover;
}

#homeImage .hoverImage {
  display: none;
}

#homeImage:hover .hoverImage {
  display: inline;
}


/* //////////////////////////////////

INTERIOR PAGES

///////////////////////////////// */


#heroImage {
  margin: 0;
  padding: 0;
  height: 500px;
  width: 100%;
  overflow: hidden;
  z-index: -999;
}

#heroImage img {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: -999;
}

.text {
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 50px;
  margin-bottom: 60px;
}

/*
.divider {
  height: 1px;
  width: 100%;
  position: relative;
  background-color: #000000;
}
*/

.first {
  border-bottom: 1px solid #D1D2D4;
}

.imageFW {
  margin: 0;
  padding: 0;
  height: 400px;
  width: 100%;
  overflow: hidden;
  z-index: -999;
}

.imageFW img {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0;
  margin: 0;
  padding: 0;
  z-index: -999;
top: 50%;
transform: translateY(-50%);
}

.imageSingle {
  width: 90%;
  height: auto;
  margin: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  float: center;
}

.imageSingle img {
  position: relative;
  max-width: 90%;
  margin: 0;
  padding: 0;
  z-index: -999;
  float: center;
}

.imageComp {
  margin: 0;
  padding: 0;
  height: auto;
  width: 90%;
  z-index: -999;
  margin-left: auto;
  margin-right: auto;
  float: center;
}

.imageComp img {
  position: relative;
  max-width: 30%;
  margin: 0;
  padding: 0;
  z-index: -999;
  float: center;
  padding-left: 1%;
  padding-right: 1%;
  top: 0;
  vertical-align: middle;
}

.imageDouble {
  margin: 0;
  padding: 0;
  height: auto;
  width: 90%;
  z-index: -999;
  margin-left: auto;
  margin-right: auto;
  float: center;
}

.imageDouble img {
  position: relative;
  max-width: 45%;
  margin: 0;
  padding: 0;
  z-index: -999;
  float: center;
  padding-left: 1%;
  padding-right: 1%;
  top: 0;
  vertical-align: middle;
}

.secondSet {
  padding-top: 2%;
}

.last {
  padding-bottom: 60px;
}

.subtitle {
  height: 10%;
  display: block;
  z-index: 99;
  text-align: center;
  padding-top: 20px;
}

.subtitle p {
  font-size: .7em;
}

.bottomnav {
  background-color: white;
  width: 100%;
  clear: both;
  position: relative;
  bottom: 60px;
  height: 144px;
}

.bnwrapper {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.previous {
  display: inline-block;
  float: left;
  text-align: left;
  margin-top: 40px;
}

.next {
  float: right;
  text-align: right;
  display: inline-block;
  margin-top: 40px;
}

.bottomnav h5 {
  padding: 0;
  margin: 0;
}

.bottomnav p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
}

.bottomnav a {
  padding: 0;
  margin: 0;
}

/* //////////////////////////////////

MEDIA QUERIES (>1680)

///////////////////////////////// */

@media (min-width: 1680px) {

  h4 {
    font-size: 1.6em;
    line-height: 1.7em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  h5 {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }

  li a {
    font-size: 1.2em;
  }

  #header {
  height: 240px;
  width: 240px;
  }

  #logo img {
    margin-top: 30px;
    margin-left: 30px;
    height: 80px;
    width: auto;
  }

  #nav {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 35px;
    left: 170px;
    z-index: 100;
  }

  .homeCopy {
    margin-top: 212px;
  }

}

/* //////////////////////////////////

MEDIA QUERIES (<700)

///////////////////////////////// */

@media (max-width: 700px) {
  h1 {
    font-size: 1.6em;
    padding-bottom: 0;
    margin-top: 120px;
  }

  h2 {
    font-size: 1em;
    line-height: 1.6em;
    padding-top: 0;
    margin-top: 10px;
  }

  h3 {
    padding-top: 1em;
    font-size: 1.2em;
    line-height: 1.6em;
    margin-top: 0;
  }

  h4 {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: normal;
    margin: 0;
    padding: 0;
  }

  h5 {
    font-size: .9em;
    line-height: 1.6em;
    font-weight: normal;
    padding: 0;
    margin: 0;
    padding-top: 20px;
  }

  p {
    padding-top: 0em;
    margin-top: 0em;
    font-size: 1em;
    line-height: 1.8em;
  }

#header {
  height: 120px;
  width: 120px;
}

#logo img {
  margin-top: 15px;
  margin-left: 15px;
  height: 40px;
  width: auto;
}

#social {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 99;
}

#social img {
  height: 15px;
  width: 15px;
}

#nav {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 12px;
  left: 60px;
  z-index: 0;
}

.homeCopyWrapper {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: -1;
}

.homeCopy {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 107px;
  color: #212531;
  z-index: -1;
}

#homeImage {
  display: none;
}

#heroImage {
  margin: 0;
  padding: 0;
  height: 220px;
  width: 100%;
  overflow: hidden;
  z-index: -999;
}

.imageFW {
  margin: 0;
  padding: 0;
  height: 200px;
  width: 100%;
  overflow: hidden;
  z-index: -999;
}

.imageFW img {
  position: relative;
  width: 130%;
  height: auto;
  bottom: 0;
  margin: 0;
  margin-left: -15%;
  padding: 0;
  z-index: -999;
  object-fit: cover;
top: 50%;
transform: translateY(-50%);
}

#top, #bottom, #left, #right {
  background: #212531;
  position: fixed;
}

#left, #right {
  top: 0; bottom: 0;
  width: 10px;
}

#left { left: 0; }
#right { right: 0; }

#top, #bottom {
  left: 0; right: 0;
  height: 10px;
}

#top { top: 0; }
#bottom { bottom: 0; }

.text {
max-width: 80vw;
margin-top: 40px;
margin-bottom: 40px;
}

.image {
  height: 40vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.image img {
  margin-top: 5vh;
  padding-left: 20px;
}

.subtitle {
  height: auto;
  margin-top: 0;
}

.subtitle p{
  font-size: 2em;
  line-height: 2.4em;
  padding-top: 25px;
}

.bottomnav {
  background-color: white;
  width: 100%;
  clear: both;
  position: relative;
  bottom: 55px;
  height: 130px;
}

.bnwrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.previous {
  display: inline-block;
  float: left;
  text-align: left;
  margin-top: 40px;
}

.next {
  float: right;
  text-align: right;
  display: inline-block;
  margin-top: 40px;
}

.bottomnav h5 {
  padding: 0;
  margin: 0;
}

.bottomnav p {
  padding: 0;
  margin: 0;
  line-height: 1.4em;
  font-size: 14px;
}

.bottomnav a {
  padding: 0;
  margin: 0;
}

.footer h5 {
    font-size: .8em;
  }

  .footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 55px;
  background-color: #212531;
  text-align: center;
}

.overlay {
  -webkit-box-shadow:inset 0px 0px 0px 10px #F4F5F9;
  -moz-box-shadow:inset 0px 0px 0px 10px #F4F5F9;
  box-shadow:inset 0px 0px 0px 10px #F4F5F9;
}

.overlay #header {
  height: 120px;
  width: 120px;
}

.overlay-content {
  position: relative;
  top: 80px;
  width: 100%;
  margin: 0;
  transition: 1s;
  color: #E7E8E9;
}

hr {
  margin-bottom: 16px;
}

.overlay-content h2 {
  margin: 0;
  padding: 0;
  line-height: 24px;
}

.overlay-content a {
  text-decoration: none;
  color: #68A780;
  display: block;
  transition: 0.3s;
}

.overlay-content h5 {
  margin-bottom: 16px;
}

#close-button-wrapper {
  height: 80px;
  width: 80px;
}

.closebtn {
  position: fixed;
  top: 16px;
  right: 16px;
  padding: 0;
  display: block;
  height: 16px;
  width: 16px;
  transition: 0.3s;
}

.closebtn img {
  height: 16px;
  width: 16px;
}


#menu-button-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  height: 80px;
  width: 80px;
  background-image: linear-gradient(225deg, #212531 0%, #212531 50%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}

.menubtn {
  position: fixed;
  right: 16px;
  top: 16px;
  height: 16px;
  width: 16px;
}

.menubtn img {
  height: 16px;
  width: 16px;
}



.column-left {
        float: center;
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
        height: auto;
        margin-bottom: 20px;
      }

      .column-right {
        float: center;
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
        height: auto;
        padding-bottom: 40px;
        margin-bottom: 40px;
      }

.ytVideo {
  max-width: 90%;
}


}