/**
* Fonts
font-family: 'Lobster', cursive;
font-family: 'Open Sans Condensed', sans-serif;
font-family: 'Roboto', sans-serif;
*/
@import url("https://fonts.googleapis.com/css?family=Lobster|Open+Sans+Condensed:300,300i,700|Roboto:300,400,500,900&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/*
logo: #041d4a;
content bg: #2889e0;

*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

html, p, li, a, div, h1, h2, h3, h4 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #333;
  text-transform: capitalize; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.grd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.gradient-blk-radial {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }

.gradient-blk-linear {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */ }

div#header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 35px 2% 30px;
  box-sizing: border-box;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  div#header #logo {
    display: flex;
    align-items: center;
    margin: -30px 0 -25px 0px; }
    div#header #logo img {
      max-width: 60px; }
    div#header #logo h1 {
      font-family: 'Lobster', cursive;
      font-size: 24pt;
      color: #041d4a;
      text-transform: uppercase; }
  div#header .text {
    width: 270px;
    margin: 10px 0 0 -20px; }
    div#header .text p {
      letter-spacing: -.5px;
      font-size: 11pt; }

.nav-toggle {
  display: none; }

.nav-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }

.nav-wrapper .phone {
  text-decoration: none;
  margin-bottom: 5px; }

ul#nav {
  display: flex; }

ul#nav li {
  margin: 0 15px 0 0; }

ul#nav li:last-child {
  margin-right: 0; }

ul#nav li a {
  text-decoration: none;
  font-size: 16pt;
  transition: all 250ms linear; }

ul#nav li a:hover {
  cursor: pointer;
  font-size: 17pt; }

.video-bg {
  background: #031543;
  margin-top: 107px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0; }

.video-bg video {
  width: 100%; }

div.content {
  min-height: 450px;
  display: flex;
  justify-content: space-between;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2889e0+0,337acc+100 */
  position: relative;
  z-index: 1000;
  width: 98%;
  margin: 145px auto 100px;
  color: #fff;
  flex-direction: column; }

div.content .block {
  display: flex;
  justify-content: space-between;
  width: 98%;
  margin: 0 auto;
  line-height: 1.4;
  font-size: 12pt; }

div.content .block:first-child {
  margin-bottom: 50px; }

div.content > .block.about, div.content > .block.services, div.content > .block.products {
  margin: 0 auto 75px;
  display: block;
  width: 98%; }

.block.about, .block.block.services, .block.block.products {
  flex-direction: column; }

.block.about, .block.about p, .block.about h2, .block.about li,
.block.services, .block.services p, .block.services h2, .block.services li,
.block.products, .block.products p, .block.products h2, .block.products li {
  color: #fff;
  line-height: 1.4; }

.block ul {
  margin: 25px 0; }

.block.services li {
  list-style-type: disc;
  margin: 0 0 10px 20px; }

.block h2.title {
  margin: 0 0 15px;
  font-size: 22pt;
  background: #fff;
  color: #1e75bd;
  display: inline-block;
  padding: 7px 20px;
  border-bottom: 1px solid #fff;
  opacity: .7; }

div.content .block:nth-child(2) p {
  font-size: 14pt; }

.content .left {
  background: rgba(0, 0, 0, 0.9);
  min-height: 250px;
  width: 60%;
  position: relative;
  box-sizing: border-box; }

.content .left .message h2, .content .left .message p {
  color: #fff; }

.content .left .message h2 {
  box-sizing: border-box;
  font-size: 28pt;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 1px;
  color: #1e75bd;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0;
  margin: 0 0 25px 0; }

.content .left .message p {
  font-size: 17pt;
  text-align: right; }

.content .left .message {
  color: #fff;
  position: absolute;
  width: 92%;
  left: 4%;
  top: 25%;
  z-index: 1000; }

.content .left img {
  width: 100%;
  margin: 0;
  padding: 0; }

.content .right {
  width: 39%;
  position: relative; }

.content .right div img {
  max-width: 100%;
  max-height: 345px; }

.content .right .block {
  position: relative;
  background: rgba(0, 0, 0, 0.9);
  height: 347px;
  margin: 0 0 15px;
  align-items: center;
  justify-content: center; }

.content .right.ctas .block.top {
  position: relative;
  background: #172325; }

.content .right.ctas .block.top .message {
  position: absolute;
  bottom: 0;
  height: 90px;
  width: 100%;
  color: #fff; }

.content .right.ctas .block.top .message .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 2%;
  width: 100%; }

.content .right.ctas .block.top .message .shade {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  z-index: 10; }

.content .right.ctas .block.top .message .wrapper h2 {
  font-size: 14pt;
  font-weight: bold;
  margin: 0 0 5px; }

.content .right.ctas .block.top .message .wrapper p {
  display: flex;
  justify-content: space-between;
  width: 100%; }

.content .right.ctas .block.top .message .wrapper p a {
  text-decoration: none;
  color: #eee;
  background: #26424f;
  padding: 7px 20px; }

.content .right.ctas .block.top .message .wrapper h2 span {
  font-weight: lighter; }

.content .right.ctas .block.top .message h2, .content .right.ctas .block.top .message p {
  z-index: 20;
  color: rgba(255, 255, 255, 0.8); }

.content .right.ctas .block.top {
  justify-content: flex-start;
  overflow: hidden; }

.content .right.ctas .block.top img {
  max-height: none; }

.content .right.ctas .block.bottom {
  background: #fff;
  justify-content: flex-end;
  padding: 7px 15px 7px 0;
  align-items: flex-end; }

.content .right.ctas .block.bottom .message {
  position: absolute;
  top: 10px;
  left: 15px;
  height: 90%; }

.content .right.ctas .block.bottom .message a.btn {
  background: #1e75bd;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 10px;
  position: absolute;
  bottom: 0; }

.content .right.ctas .block.bottom .message h4 {
  color: #1f75bd;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24pt;
  letter-spacing: -1px;
  margin: 10px auto 30px; }

.content .right.ctas .block.bottom .message h4 span {
  color: #333;
  font-weight: 300;
  letter-spacing: normal; }

.content .right.ctas .block.bottom .message > p {
  width: 50%; }

.content .right.ctas .block.bottom img {
  height: 80%;
  max-width: none;
  width: auto;
  opacity: .7; }

.content .right .block:last-child {
  margin-bottom: 0;
  min-height: 215px; }

@media only screen and (max-width: 600px) {
  div#header {
    display: block;
    padding-bottom: 10px; }
  .nav-wrapper {
    display: none;
    margin: 50px 0 0; }
  .nav-wrapper a.phone {
    display: block;
    text-align: center; }
  #nav li a {
    display: block;
    text-align: center;
    padding: 10px; }
  ul#nav {
    display: block; }
  .nav-toggle {
    position: absolute;
    top: 25px;
    right: 5%;
    font-size: 15pt;
    display: block; }
  .content > .block:first-child {
    display: block; }
  .content > .block:first-child .left, .content > .block:first-child .right {
    margin: 0 auto 50px;
    width: 94%; }
  .content .right.ctas .block.top {
    height: auto; }
  .content > .block:first-child .left .message h2 {
    font-size: 20pt;
    top: 2%;
    padding: 10px 15px; }
  .content > .block:first-child .left .message p {
    display: none; }
  .content .right.ctas .block.bottom img {
    width: 40%;
    position: relative;
    z-index: 10; }
  .content .right.ctas .block.bottom .message > p {
    display: none; }
  .content .right.ctas .block.bottom .message h4 {
    font-size: 22;
    position: relative;
    z-index: 20; } }
