/* Variables */
/* Utilities */
.padding-0 {
  padding: 0; }

.gutter-0 {
  margin-right: 0;
  margin-left: 0; }
  .gutter-0 > .col,
  .gutter-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.uppercase {
  text-transform: uppercase; }

.row-flex {
  display: flex;
  flex-wrap: wrap; }

.center-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

@media (min-width: 1200px) {
  .container-lg {
    max-width: 1700px; } }

/* Global */
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  color: #dddcdd; }
  @media (min-width: 992px) {
    body {
      font-size: 21px; } }

/* Elements */
a:hover {
  text-decoration: none; }

.btn {
  border-radius: 0;
  background-color: #056CAF;
  font-family: Typewriter;
  color: #fff;
  text-transform: uppercase;
  font-size: 22px; }
  .btn:hover {
    color: #fff; }

/* Fonts */
@font-face {
  font-family: Typewriter;
  src: url("../fonts/American Typewriter Regular.ttf");
  font-weight: 400; }
@font-face {
  font-family: 'revicons';
  src: url("../../vendors/revicons/revicons.eot?5510888");
  src: url("../../vendors/revicons/revicons.eot?5510888#iefix") format("embedded-opentype"), url("../../vendors/revicons/revicons.woff?5510888") format("woff"), url("../../vendors/revicons.ttf?5510888") format("truetype"), url("../../vendors/revicons/revicons.svg?5510888#revicons") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Sections */
header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 101;
  background: #020001;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5); }
  header img {
    max-width: 100%; }

.mobile-nav-toggle {
  display: inline-block;
  cursor: pointer;
  padding: 6px 8px;
  vertical-align: middle;
  background: #020001;
  /* Rotate first bar */ }
  .mobile-nav-toggle .bar {
    width: 30px;
    height: 4px;
    background-color: #fff;
    margin: 3px 0;
    transition: 0.4s; }
  .mobile-nav-toggle.change {
    /* Fade out the second bar */
    /* Rotate third bar */ }
    .mobile-nav-toggle.change .bar1 {
      -webkit-transform: translate(0, 7px) rotate(-25deg);
      transform: translate(0, 7px) rotate(-25deg); }
    .mobile-nav-toggle.change .bar2 {
      opacity: 0; }
    .mobile-nav-toggle.change .bar3 {
      -webkit-transform: translate(0px, -7px) rotate(25deg);
      transform: translate(0px, -7px) rotate(25deg); }

.logo-container {
  background-color: #020001; }

.nav-full-container {
  background-color: #1C1C1C;
  border-top: 3px solid #01263E; }

.nav-full {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 950px;
  max-height: 50px;
  margin: 0 auto; }
  .nav-full a {
    font-family: Typewriter, Helvetica, sans-serif;
    font-size: 19px;
    color: #e1dfe0;
    text-transform: uppercase; }
    .nav-full a:hover {
      text-decoration: none;
      color: #ffffff; }
  .nav-full img {
    margin-left: 29px; }

.mobile-nav a {
  font-family: Typewriter, Helvetica, sans-serif;
  font-size: 19px;
  color: #e1dfe0;
  text-transform: uppercase;
  display: block;
  margin: 10px 0; }

#banner-slider {
  overflow: hidden; }

.rev_slider > ul {
  padding: 0 !important; }

.featured-blocks {
  position: relative;
  background-color: #000; }
  .featured-blocks img {
    max-width: 100%; }

.seperator {
  background-color: #1C1C1C;
  background-image: url(../images/under-4-boxes.png);
  height: 132px;
  background-repeat: no-repeat;
  background-position: center center; }

.mission {
  background-color: #1C1C1C;
  padding: 40px 15px 60px 15px; }
  @media (min-width: 992px) {
    .mission {
      padding: 40px 0 60px 0; } }
  @media (min-width: 1600px) {
    .mission .container {
      max-width: 1500px; } }
  .mission h1 {
    font-family: Typewriter, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #fff; }
  .mission img {
    max-width: 100%; }

.divisions {
  background: #000;
  padding: 40px 0 95px 0; }
  @media (min-width: 1600px) {
    .divisions .container {
      max-width: 1200px; } }
  .divisions img {
    max-width: 100%; }

.sticky-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1;
  text-transform: uppercase;
  background-color: #1C1C1C;
  color: #fff;
  font-size: 20px; }
  .sticky-footer span {
    vertical-align: middle; }
  .sticky-footer img {
    max-width: 100%; }

.modal-content {
  background: rgba(255, 255, 255, 0.8);
  font-family: Typewriter, Helvetica, sans-serif;
  color: #1C1C1C; }
  .modal-content form .g-recaptcha > div {
    margin: 0 auto; }

.modal-header {
  border-bottom: 0; }

html {
  overflow: hidden;
  height: 100%; }

body {
  overflow: auto;
  height: 100%;
  position: relative;
  z-index: 1; }

/* unset bs3 setting */
.modal-open {
  overflow: auto; }
