/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'),
/*       url('fonts/open-sans-v15-latin-300.woff2') format('woff2'),*/ /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
/*       url('fonts/open-sans-v15-latin-regular.woff2') format('woff2'),*/ /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'),
/*       url('fonts/open-sans-v15-latin-600.woff2') format('woff2'),*/ /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/open-sans-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

html, body {margin:0; padding:0;}

* {  box-sizing: border-box;
}

.section-1 {
  display: block;
  height: 90px;
  width: 100%;
  background-color: white;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1;
/*  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #ddd;*/
  box-shadow: 0px 2px 2px 0 #c5c5c5;
/*  transition: height 0.35s ease-out;*/
/*  overflow: hidden;*/
}

.section0 {  
  display: block;
  height: 90px;
  background-color: white;
/*  transition: height 0.35s ease-out;*/
 }
.section1 {
  display: block;
  height: 550px;
  position: relative;
  background-image: url('images/Hero3-2000x745smaller.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
/*  border-bottom-style: solid;
  border-color: #6694e3;
  border-width: 5px;*/
  }
  
.section2 {
  display: block;
  min-height: 200px;
  position: relative;
  background-color: whitesmoke /*#6694e3 hsl(217, 75%, 55%)*/;
  padding-top: 20px;
  padding-bottom: 50px;
  }
  
.section3 {
  display: block;
  min-height: 200px;
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 50px;
  }
  
.section4 {
  display: block;
  min-height: 200px;
  position: relative;
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 70px;
  }
.section5 {
  display: block;
  min-height: 200px;
  position: relative;
  background-color: white;
  padding-top: 20px;
  padding-bottom: 50px;
  }
.section6 {
  display: block;
  min-height: 1000px;
  position: relative;
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 50px;
  }
.section7 {
  display: block;
  min-height: 1000px;
  position: relative;
  background-color: whitesmoke;
  padding-top: 20px;
  padding-bottom: 50px;
  }

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
	padding: 0 10px 0 10px;
/*	background-color: tan;*/
  }
.container2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
	padding: 0 10px 0 10px;
/*	background-color: tan;*/
  }
  
.container.wide {
    max-width: 1170px;
	padding: 0 0 0 0;
  }

.container.wide.navbar {
  height: 90px;
  }

.logo-block {
  float: left;
  height: 90px;
}

.logo-block-inner {
  padding-left: 20px;
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  }
  
.logo-image {
  height: 55px;
  vertical-align: middle; /* gets rid of the 3px offset at bottom of images which behave as inline text*/
 }  

 .hamburger-block {
  float: right;
  height: 90px;
  display: none;
}

.hamburger-block-inner {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  }
  
.hamburger-button {
  display: block;
  float: right;
  height: 40px;
  width: 40px;
  background-color: white;
  background-image: url('images/MenuIcon.png');
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border: none;
  outline: none;
  margin: 5px;
  vertical-align: middle;
}  

.menu-block {
  float: right;
  height: 90px;
}

.menu-block-inner {
  height: 90px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
  }
  
.menu-block-inner a {
  float: right;
/*  vertical-align: middle;*/
  background-color: white;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  padding: 14px 16px;
  color: #606060;
 }
  
 .menu-block-inner a:hover {
    background-color: #eee;
    color: black;
 }

.mobile-menu-block {
  display: none;
  height: 0px;
  background-color: white;
  box-shadow: 0px 2px 2px 0 #c5c5c5;
  overflow: hidden;
  transition: height 0.35s ease-out;
}

.mobile-menu-block a {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-decoration: none;
  padding: 12px 26px;
  margin: 10px 25px 5px 25px;
  background-color: #eee;
  color: black;
 }
 
 .mobile-menu-block a:hover {
    color: black;
 }

.divblock1 {
  height: 550px;
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 50vw;
/*  background-color: black;*/
}

.divblock2 {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
/*  background-color: tan;*/
  height: 550px;
}

  .heading1 {
  display: table-cell;
  vertical-align: middle;
  height: 550px;
  max-width: 480px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 60px;
  color: black;
  line-height: 70px;
}

 .heading2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #444;
  margin-bottom: 20px;
 }

.copy1 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #444;
  margin-bottom: 20px;
  }
.copy2 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #444;
    }
  
 .heading3 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  text-align: center;
  color: #606060;
 }
 
 .heading3 span {
   position: absolute;
   top: -90px;
 }

 .heading4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #606060;
  margin-bottom: 10px;
 }

 .heading5 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 30px;
  text-align: left;
  color: #606060;
  margin-bottom: 10px;
 }

 .section-divider-line {
  display: block;
  width: 100px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #6694e3;
/*  opacity: 0;*/
}

 .section-divider-line.dim-gray {
  background-color: #696969;
}

.column {
    float: left;
    width: 33.33%;
	padding: 0 10px 0 10px;
	min-height: 50px;
	/*background-color: lightgray;*/
}

.row{
/*  background-color: tan;*/
/*  padding-bottom: 30px;*/
  margin-bottom: 0px;
}

/* Clear floats after the columns */
.row::after {
    content: "";
    display: table;
    clear: both;
}

.row-space {
  height: 30px;
}

.feature-block {
  position: relative;
  display: block;
  overflow: hidden;
  height: calc(310px - 8vw);
  min-height: 210px;
  margin-bottom: 13px;
  padding: 5px 12px 9px 44px;
  border-radius: 2px;
  background-color: white;
     border-top-style: solid;
	border-color: #ddd;
	border-width: 1px;
    border-radius: 4px;
/*  background-image: -webkit-linear-gradient(270deg, #fff, #fff);
  background-image: linear-gradient(180deg, #fff, #fff);*/
  box-shadow: 3px 3px 8px 0 #c5c5c5;
  text-align: left;
}
.color-bar {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 15px;
}

.color-bar.cb1 {
  background-color: #6694e3;/*hsl(193, 35%, 45%);*/
}

.color-bar.cb2 {
  background-color: #6694e3;/*hsl(193, 35%, 55%);*/
}

.color-bar.cb3 {
  background-color: #6694e3;/*hsl(193, 45%, 55%);*/
}

.color-bar.cb4 {
  background-color: #6694e3;/*hsl(193, 45%, 65%);*/
}

.color-bar.cb5 {
  background-color: #6694e3;/*hsl(193, 55%, 65%);*/
}

.color-bar.cb6 {
  background-color: #6694e3;/*hsl(193, 55%, 75%);*/
}


.feature-block-title {
/*  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;*/
  margin-top: 0px;
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #606060;
  font-size: 22px;
  text-align: center;
  /*text-transform: uppercase;*/
}

.feature-block-copy {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #444;
}

.accordion {
    background-color: white; /* used to be #eee*/
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    outline: none;
	margin: 20px 0px 0px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
/*	color: hsl(217, 75%, 55%);*/
    border-radius: 2px;
    box-shadow: 3px 3px 8px 0 #c5c5c5;
 /*   transition: 0.4s;*/
}

/*.active, .accordion:hover {
    background-color: #6694e3;
	color: white;
   background-color: #ccc;
}*/

.accordion::after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active::after {
    content: "\2212";
}

.panel {
    width: 95%;
	margin-left: auto;
	margin-right: auto;
    padding: 0 20px 0 40px;
    background-color: white;
/*    border-right-style: solid;
    border-bottom-style: solid;*/
    border-left-style: solid;
	border-color: #ddd; /*#276dff is color of divider line*/
	border-width: 2px;
    border-radius: 4px;
    box-shadow: 2px 2px 6px 0 #c5c5c5;
	max-height: none; /* accordion starts out in expanded state so content is visible if javascript is disabled on browser */
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

.tech-block {
    position: relative;
    border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #ddd;
	padding: 5px 0px 5px 125px;
}
/*.tech-block::after {
    content: "";
    display: table;
    clear: both;
}*/

.tech-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100px;
  padding-top: 24px;

/*  float: left;
  min-height: 100px;
  margin-top: 24px;
  margin-right: 32px;
  margin-bottom: 32px;*/
}

.tech-icon-image {
  display: block;
  height: auto;
  width: 100px;
  padding: 20px;
}

/*.tech-blurb {
 float: left;
 width: 85%;
  min-height: 100px;
 }*/

.tech-block-title {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: left;
    color:#606060;
}

.tech-block-copy {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color:#606060;
}

@media (max-width: 991px) {

.hamburger-block {
  display: block;
}

.menu-block {
  display: none;
}

.mobile-menu-block {
  display: block;
}

  .section1 {
    height: 450px;
    background-image: url('images/Hero3-1670x745.jpg');
    background-position: 100% 50%;
  }
  
.divblock1 {
  height: 450px;
}

  .heading1 {
    height: 450px;
    font-size: 55px;
    line-height: 65px;
  }
  
.divblock2 {
  height: 450px;
  }

.row-space {
  height: 0px;
}

  .column {
  width: 100%;
  }
  
.feature-block {
  height: auto;
  min-height: 0px;
  }

}

@media (max-width: 767px) {
  .section1 {
    height: 350px;
  }
  .divblock1 {
  height: 350px;
}

  .heading1 {
    height: 350px;
    font-size: 45px;
    line-height: 52px;
  }

.divblock2 {
  height: 350px;
  }

/*
.tech-icon-image {
    margin-left: auto;
	margin-right: auto;
}

  .tech-block-title {
    text-align: center;
}

  .tech-icon-block {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
*/
}

@media (max-width: 545px) {

  .tech-block {
	padding: 5px 0px 5px 5px;
}

.tech-icon {
  position: static;
  float: left;
/*  margin-top: 24px;*/
margin-right: 12px;
}

}

@media (max-width: 479px) {

.logo-image {
  height: auto;
  width: 60vw;
}

  .section1 {
    height: 550px;
    background-image: url('images/Hero3-1000x660.jpg');
    background-position: 50% 100%;
  }
  
  .divblock1 {
  width: auto;
  position: static;
  }	
  
  .divblock2 {
    position: static;
	padding-right: 20px;
  }	

  .heading1 {
    display: block;
    font-size: 35px;
    line-height: 40px;
  }
  
  
}


@media (max-width: 300px) {

.logo-block-inner {
  padding-left: 5px;
}

.hamburger-block-inner {
  padding-right: 5px;
}
  
  
  
  
  
