@font-face {
    font-family: 'Helvetica Neue';
    src: url('../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeue.woff2') format('woff2'),
         url('../fonts/HelveticaNeue.woff') format('woff'),
         url('../fonts/HelveticaNeue.ttf') format('truetype'),
         url('../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
    font-weight: 300;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a, a:hover, a:visited {
  color: #3B6F91;
}

h1 {
  color: #737D56;
}

h2 {
  color: #3B6F91;
}

h3 {
  color: #3B6F91;
}

.row {
  width: 900px;
  margin: 0px auto;
}

.center {
  text-align: center;
}

.home-page .menu-placeholder {
  height: 47px;
  background: #000;
}

header {
  font-family: Helvetica Neue, sans-serif;
  position: relative;
  background-color: #666;
  background: url("/pics/header-bg.jpg");
  background-size: cover;
  background-position: center;
  color: white;
  min-height: 194px;
}

/*Homepage*/

.home-page header {
  background: none;
}

header img {
  width: 175px;
  margin: 10px 0;
}

header .company-title {
  vertical-align: top;
  display: inline-block;
  margin-top: 53px;
  margin-left: 20px;
}

.home-page header .company-title {
  color: black;
}

header .big-text {
  font-size: 26px;
}

header .medium-text {
  font-size: 17px;
  padding-left: 10px;
}

.menu .render-menu-here {
  text-align: center;
}

.menu ul {
  display: flex;
  justify-content: space-between;

  list-style-type: none;
  overflow: visible;
  padding: 0px;
}

.menu li {
  display: inline-block;
  position: relative;
  overflow: visible;
}

.menu li .submenu {
  position: absolute;
  top: 45px;
  left: -1px;
  min-width: 130px;
  background-color: white;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  opacity: 0;
  display: none;

  -webkit-transform: opacity 0.3s;
  -moz-transform: opacity 0.3s;
  -ms-transform: opacity 0.3s;
  -o-transform: opacity 0.3s;
  transform: opacity 0.3s;
}

.menu li .submenu.hover-opened {
  opacity: 1;
  display: block;
}

.menu .subitem {
  padding: 5px;
  border-top: 1px solid #EEE;
  color: #000;
}

@media screen and (min-width: 568px) {
  .menu .subitem:hover {
    background-color: #DDD;
    color: #000;
  }
}

.menu a {
  text-decoration: none;
  color: white;
}

.submenu a {
  text-decoration: none;
  color: black;
}

.menu {
  width: 100%;
}

.menu.isFloating {
  position: fixed;
  top: 0px;
  left: 0px;
}

.menu .item {
  border: 1px solid transparent;
  display: inline-block;
  color: white;
  padding: 14px 10px;
  font-size: 14px;
  cursor: pointer;

  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.home-page .menu .active {
  background-color: #FEFEFE;
  color: #000;
}

.regular-page .menu .active {
  background-color: #FEFEFE;
  color: #000;
}

.regular-page .menu .active a {
  background-color: #FEFEFE;
  color: #000;
}

.menu .item:hover {
  text-decoration: underline;
}

.hero-image {
  height: 300px;
  background-size: cover;
}

.winter-image {
  background-image: url("/pics/header-flatirons-winter.jpg");
}

.summer-image {
  background-image: url("/pics/flatirons_summer.jpg"); 
}

.body {
  padding-top: 50px;
  font-size: 14px;
  padding-bottom: 50px;
  background: url("/pics/FI2wr-08.jpg");
  background-repeat: repeat-x;
  background-size: contain;
}

.centered-img-container {
  text-align: center;
}

.contract-holder-image {
  width: 300px;
  margin: 0px auto;
}

footer {
  font-size: 12px;
  line-height: 2;
  text-align: center;
  margin: 14px 0 0 0;
  padding: 10px;
  background: #EFEFEF;
}

.footer-highlighted {
  font-size: 14px;
  font-weight: bold;
}

.jungle-menu {
  z-index: 3;
  position: relative;
  background: black;
}

/*Home Page*/
.home-page .menu {
  background: #000;
}

.regular-page .menu {
}

/*Regular Page*/

.regular-page .jungle-menu {
  background: transparent;
}

.header-centered {
  position: relative;
}

.header-foreground {
  z-index: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url("/pics/header-foreground.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

.regular-page .header-foreground {
  background: url("/pics/header-foreground-large.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  bottom: 0px;
  top: inherit;
}

.header-foreground-2 {
  z-index: 2;
  position: relative;
  height: 148px;
}

header img {
  width: 175px;
}

header .company-title {
  margin-top: 53px;
}

header .big-text {
}

header .medium-text {
  padding-left: 10px;
}

.isFloating {
  -moz-transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;

  background: black;
}

/*Products / Government*/

.indent {
  margin-left: 12px;
}

.expansion-toggle {
  display: block;
  margin-bottom: 1em;
}

.expansion-wrapper {
  margin: 12px;
  margin-bottom: 36px;
}

.expansion-header {
  font-size: 16px;
  color: #3B6F91;
  font-weight: bold;
  display: inline;
}

.expansion-subheading {
  font-size: 16px;
  color: #3B6F91;
  font-weight: bold;
  font-style: italic;
  display: inline;
}

.expansion-text {
  color: #2C536D;
  display: inline;
}

.expansion-truncate {
  display: inline;
  margin-right:12px;
}

.expansion {
  display:none;
  margin:1em;
}

.expansion-truncate > i {
  color: black;
  font-size: 14px;
}

.gov {
  font-family: arial;
  color: black;
  font-size: medium;
}

.credentials {
  display: table;
}

.credentials-title {
  display: table-cell;
  font-size: 18px;
  font-weight: bold;
  float: left;
  line-height: 100px;
  width: 400px;
  text-align: center;
  vertical-align: middle;
}

.credentials-image {
  display: table-cell;
  float: right;
  line-height: 75px;
  width: 400px;
  text-align: center;
  vertical-align: middle;
}

.product-features {
  font-style: italic;
  text-decoration: underline;
}

/* Technology */

.tech-code {
  text-align: center;
  background-color: #F3E2D8;
  font-family: arial;
  font-size: medium;
  padding: 3px;
  border: 1px solid black;
}

.tech-description {
  text-align: left;
  background-color: #EBF0F9;
  font-family: arial;
  font-size: medium;
  padding: 3px;
  border: 1px solid black;
}
#tech-description-header {
  text-align: center;
}

.tech-col {
  width: 468px;
  vertical-align: top;
}

.tech-table {
  border: 1px solid black;
  padding: 1px;
  border-spacing: 1px;
}

.tech-gsa {
  margin-top: 30px;
  font-family: arial;
  font-size: medium;
}
.tech-gsa-code {
  font-size: large;
}

.tech-projects {
  font-family: arial;
  font-size: medium;
  padding: 3px;
}

/* Contacts */

.contact-wrapper {
  display: flexbox;
  display: flex;
}

.contact-card {
  flex: auto;
  display: block;
  margin: 20px;
}

/* Customers */

.customer-wrapper {
  display: flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}

.customer-logo {
  flex: auto;
  display: block;
  margin: 20px;
}

/* Projects */

.project-date {
  width: 100px;
  display: inline-block;
}
