body {
  background: #00234c;
  font-family: arial, sans-serif;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  body {
    width: 1200px;
  }
}
aside,
footer,
section,
#content-header,
#content-main,
#videos,
#content-footer {
  min-width: 950px;
}

.container {
  width: 1000px !important;
}

a {
  color: #08a8e4;
}
a:hover {
  color: #e76f00;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ol.default,
ul.default {
  list-style: initial;
  margin: initial;
  padding-left: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: arial, sans-serif;
}

h1,
h2,
h3 {
  color: #00234C;
  font-weight: bold;
  margin-bottom: 0.5em;
}
h1 .text-muted,
h2 .text-muted,
h3 .text-muted {
  display: block;
}

.navbar-brand {
  color: #000;
}

span.logo {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.1em;
}

#content-header {
  background: #00234c;
  background: linear-gradient(to top, transparent, #00234c);
  color: #fff;
  min-height: 100px;
  padding: 2em 2em 6em;
  position: absolute;
  width: 100%;
}

#contact,
#logo {
  display: inline-block;
  font-weight: bold;
  width: 50%;
}

#contact {
  color: #fff !important;
  font-size: 1.25em;
  margin-left: -20px;
  text-align: right;
  vertical-align: middle;
}
#contact a {
  color: #fff;
  font-weight: bold;
}
#contact a:hover {
  color: #e76f00;
}

#logo img {
  max-width: 175px;
}

#content-main {
  background: url("/img/circuit-board2.jpg") repeat 100% 100%;
  background-repeat: repeat;
  background-size: 100%;
  min-width: 950px;
  padding: 8em 0 0;
  width: 100%;
}

.honeycomb-grid {
  margin: 3em auto 0;
  min-height: 550px;
  overflow: hidden;
  padding-top: 4em;
  position: relative;
  width: 950px;
  z-index: 99;
}

.hex-row {
  float: left;
  width: 100%;
}
.hex-row.offset {
  padding-left: 117px;
}

.hex {
  background: url("/img/hex-lt-blue.png");
  background-position: center;
  background-size: cover;
  float: left;
  height: 130px;
  margin: -31px 42px;
  position: relative;
  width: 150px;
}
.hex.hidden {
  display: inline-block !important;
  visibility: hidden;
}
.hex.md-blue {
  background: url("/img/hex-md-blue.png");
  background-position: center;
  background-size: cover;
}
.hex.dk-blue {
  background: url("/img/hex-dk-blue.png");
  background-position: center;
  background-size: cover;
}
.hex.icon span {
  left: 0;
}
.hex:not(.selected) {
  -moz-animation-name: honeycomb-opacity;
  -o-animation-name: honeycomb-opacity;
  -webkit-animation-name: honeycomb-opacity;
  animation-name: honeycomb-opacity;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
}
.hex.selected {
  background: none;
  position: relative;
  z-index: 50;
}
.hex.selected:hover a img {
  opacity: 0 !important;
  visibility: hidden;
}
.hex.selected:hover a span {
  opacity: 1;
  top: 20px;
}
.hex.selected > .background {
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  background: url("/img/hex-orange.png");
  background-position: center;
  background-size: cover;
  height: 130px;
  top: -1000px;
  transition: all 0.5s ease-out;
  width: 150px;
  z-index: 5;
}
.hex.selected:hover {
  z-index: 75;
}
.hex.selected:hover > .background {
  background: url("/img/hex-orange-shadow.png");
  background-position: center;
  background-size: cover;
  zoom: 1.5 \9;
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  z-index: 10;
}
.hex.selected img {
  -moz-animation-name: image-opacity;
  -o-animation-name: image-opacity;
  -webkit-animation-name: image-opacity;
  animation-name: image-opacity;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  opacity: 0;
  visibility: visible;
}
.hex a,
.hex span {
  color: #fff;
  display: block;
  text-align: center;
}
.hex a {
  transition: opacity 0.25s ease-in-out;
}
.hex a img {
  margin: 0 auto;
  opacity: 1;
  width: 60%;
}
.hex a span {
  margin: 0;
  opacity: 0;
}
.hex img {
  position: relative;
  top: 25px;
  z-index: 10;
}
.hex span {
  bottom: 0;
  font-size: 1.1em;
  left: 0px;
  position: absolute;
  right: 0;
  top: 55px;
  z-index: 20;
}
.hex > span {
  text-transform: uppercase;
}

#em-form.selected > .background {
  -moz-animation-name: drop-em;
  -o-animation-name: drop-em;
  -webkit-animation-name: drop-em;
  animation-name: drop-em;
  -moz-animation-delay: 0s;
  -o-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

#recurring-billing > .background {
  -moz-animation-name: drop-billing;
  -o-animation-name: drop-billing;
  -webkit-animation-name: drop-billing;
  animation-name: drop-billing;
  -moz-animation-delay: 0.15s;
  -o-animation-delay: 0.15s;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

#myvolo-software > .background {
  -moz-animation-name: drop-myvolo;
  -o-animation-name: drop-myvolo;
  -webkit-animation-name: drop-myvolo;
  animation-name: drop-myvolo;
  -moz-animation-delay: 0.3s;
  -o-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

#credit-card-processing > .background {
  -moz-animation-name: drop-ccp;
  -o-animation-name: drop-ccp;
  -webkit-animation-name: drop-ccp;
  animation-name: drop-ccp;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

#customer-service {
  background: url("/img/hex-lt-blue.png");
  background-position: center;
  background-size: cover;
}
#customer-service span {
  margin-top: 0;
  top: 0px;
}

#credit-card-processing img {
  left: 3px;
  margin: 0.5em auto 0;
  position: relative;
}

#recurring-billing img {
  left: -3px;
  position: relative;
}

#learn-more {
  padding: 0 0 3.5em;
  text-align: center;
}
#learn-more button {
  background: #08a8e4;
  position: relative;
  z-index: 99;
}
#learn-more button:hover {
  background: #e76f00;
}

#videos {
  background: #fff;
  padding: 3em 0 4em;
  position: relative;
  text-align: center;
}
#videos:before {
  background: #00234c;
  background: linear-gradient(to bottom, transparent, #00234c);
  content: "";
  display: block;
  height: 250px;
  position: absolute;
  top: -250px;
  width: 100%;
}
#videos p {
  font-size: 16px;
  margin-bottom: 1.5em;
}
#videos h3 {
  margin: 0.5em 0 1em;
}
#videos img {
  width: 100%;
}

#secondary.lead-form {
  background: #00234c;
  border-top: 5px solid #8c8c8c;
  overflow: hidden;
  padding: 3em 0 0;
  width: 100%;
}
#secondary.lead-form .content,
#secondary.lead-form .form {
  float: left;
}
#secondary.lead-form .content {
  margin-top: 4em;
  padding-right: 10%;
  width: 60%;
}
#secondary.lead-form .content h2 {
  color: #08a8e4;
  font-family: arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 0.5em;
  margin-top: 0;
}
#secondary.lead-form .content p,
#secondary.lead-form .content span {
  float: left;
  width: 50%;
}
#secondary.lead-form .form {
  box-sizing: border-box;
  padding: 1em 1em 0;
  width: 40%;
}
#secondary.lead-form .form .description,
#secondary.lead-form .form .contact {
  font-size: 1.25em;
}
#secondary.lead-form .description {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 2.75em;
}
#secondary.lead-form .lead-form-wrapper {
  margin: 0 auto;
}
#secondary.lead-form .lead-form-wrapper .right-arrow {
  color: #e76f00;
  display: block;
  float: right;
  line-height: 0.5;
  padding-left: 1.5em;
  padding-top: 1em;
  text-align: center;
  text-shadow: 2px 2px #535353;
}
#secondary.lead-form iframe {
  width: 100%;
}

#content-footer {
  background: #00397a;
  color: #fff;
  bottom: 0;
  color: #fff;
  margin: 0;
  min-width: 950px;
  padding: 3em 1em;
  width: 100%;
}

#bottomnav {
  border-bottom: 1px solid #fff;
  margin-bottom: 1em;
  overflow: hidden;
  padding-bottom: 1em;
}
#bottomnav ul li {
  float: left;
}
#bottomnav ul a {
  color: #fff;
  padding: 0.5em 1em;
}
#bottomnav ul a:first-of-type {
  padding-left: 0;
}
#bottomnav a:hover {
  color: #08a8e4;
}

#products {
  float: left;
  width: 75%;
}

#network {
  float: right;
  text-align: right;
  width: 25%;
}
#network img {
  max-width: 25px;
}

#copyright a {
  color: #fff;
}
#copyright a:hover {
  color: #08a8e4;
}

@-moz-keyframes drop-em {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-webkit-keyframes drop-em {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes drop-em {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@keyframes drop-em {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-moz-keyframes drop-billing {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-webkit-keyframes drop-billing {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes drop-billing {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@keyframes drop-billing {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-moz-keyframes drop-myvolo {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes drop-myvolo {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-webkit-keyframes drop-myvolo {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@keyframes drop-myvolo {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes drop-ccp {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-moz-keyframes drop-ccp {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-webkit-keyframes drop-ccp {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@keyframes drop-ccp {
  0% {
    top: -1000px;
  }

  100% {
    top: 0px;
  }
}
@-o-keyframes image-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes image-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes image-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes image-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-o-keyframes honeycomb-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes honeycomb-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-moz-keyframes honeycomb-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes honeycomb-opacity {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
#thank-you {
  background: #fff;
  color: #00234c;
}
#thank-you #content-header {
  background: none;
}
#thank-you #content-header a {
  color: #00234c;
}
#thank-you #content-header a:hover {
  color: #08a8e4;
}
#thank-you #contact {
  color: #00234c !important;
}
#thank-you #content-main {
  background: none;
}
#thank-you #content-main .container {
  border-top: 2px solid #eeeeee;
  margin-top: 1em;
  padding-top: 1em;
}
#thank-you #content-main .hentry {
  padding: 0 0 2em 0;
}
#thank-you #content-main ul {
  margin: 1em;
}
#thank-you #content-main a,
#thank-you #content-main a:focus {
  color: #08a8e4;
}
#thank-you #content-main a:hover {
  color: #e76f00;
}
#thank-you #content-footer {
  background: none;
  padding: 1em;
}
#thank-you #content-footer .container {
  background: #eeeeee;
  color: #00234c;
  padding: 1em 0.5em;
}
#thank-you #content-footer .container .copy {
  font-size: 0.9em;
}
#thank-you #content-footer .container a {
  color: #00234c;
}
