@charset "utf-8";
/* CSS Document */
/*
Alternate Gothic ATF Book

Semilight
font-family: alternate-gothic-atf, sans-serif;
font-weight: 200;
font-style: normal;

Book
font-family: alternate-gothic-atf, sans-serif;
font-weight: 300;
font-style: normal;
*/
/*
Alternate Gothic Extra Cond ATF

Medium
font-family: 'alternate-gothic-extra-cond', sans-serif;
font-weight: 500;
font-style: normal;

Demi
font-family: 'alternate-gothic-extra-cond', sans-serif;
font-weight: 600;
font-style: normal;
*/
/*Tablet Gothic Light

font-family: 'tablet-gothic', sans-serif;
font-weight: 300;
font-style: normal;*/
body {
  position: relative;
  background-color: #001635;
  font-family: 'alternate-gothic-atf', sans-serif;
  font-weight: 200;
  background-attachment: fixed;
  background-image: url("/img/mac-asphalt-bg.jpg");
  background-position: top center;
  background-size: contain;
}
#page {
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1760px;
  margin: 0 auto;
  box-shadow: 0 3px 6px rgba(0, 34, 84, 0.25), 0 13px 16px rgba(0, 34, 84, 0.42);
  border-left: 1px solid #002d75;
  border-right: 1px solid #002d75;
}
#intro {
  background-attachment: fixed;
  background-image: url("/img/intro-bg.jpg");
  background-position: top center;
  background-size: cover;
  z-index: 1;
}
@media (max-width:991px) {
  #intro {
    background-attachment: local;
    background-size: 1929px 991px;
  }
}
#mac-brand {
  background-color: aqua;
  height: 100%;
  width: 100%;
  display: block;
}
#navbar {
  position: relative;
  z-index: 1;
}
#navbar ul li a {
  font-size: 1.25rem;
  xxxbackground-color: red;
  padding: .8rem .5rem .5rem .5rem;
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-weight: 500;
  font-style: normal;
}
#navbar:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 61px;
  width: 100%;
  display: block;
  margin: auto 0;
  background-color: #002d74;
  z-index: -1;
  border-radius: .25rem;
  box-shadow: 0 3px 6px rgba(0, 34, 84, 0.16), 0 3px 6px rgba(0, 34, 84, 0.23);
}
@media (max-width:1199px) {
  #navbar:before {
    background-color: transparent;
    box-shadow: 0 3px 6px rgba(0, 34, 84, 0.0), 0 3px 6px rgba(0, 34, 84, 0.0);
  }
}
.btn {
  padding: .55rem 3rem .3rem 3rem;
  text-transform: uppercase;
  font-size: 1.5rem;
}
#navbar .btn {
  padding: 1.125rem 0.75rem .875rem 0.75rem;
  text-transform: uppercase;
  font-size: 1.125rem;
}
@media (max-width:1350px) {
  #navbar .btn {
    padding: .65rem .5rem .5rem .5rem;
    font-size: 1rem;
  }
}
@media (max-width:767px) {
  .btn {
    padding: .55rem 1.5rem .5rem 1.5rem;
    text-transform: uppercase;
    font-size: 1.125rem;
  }
  #navbar .btn {
    padding: .65rem .5rem .5rem .5rem;
    font-size: 1rem;
  }
}
.btn-danger {
  background-color: #e23b37;
  border-color: #e23b37;
}
.end-cap {
  z-index: 10;
  margin-top: -45px;
}
#mac-seal {
  top: -142px;
  left: 0;
  right: 0;
}
#mac-seal:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: aqua;
  z-index: 100;
}
#about {
  background-attachment: fixed;
  background-image: url("/img/mac-about-bg.jpg");
  background-position: center right;
  background-size: cover;
  z-index: 1;
}
@media (max-width:991px) {
  #about {
    background-attachment: local;
    background-size: 1302px 991px;
  }
}
.service-item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 32, 96, 0.35) 0%, rgba(0, 36, 102, 0.6) 37%, rgba(0, 36, 102, 0.9) 74%, rgba(0, 45, 116, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 32, 96, 0.35) 0%, rgba(0, 36, 102, 0.6) 37%, rgba(0, 36, 102, 0.9) 74%, rgba(0, 45, 116, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 32, 96, 0.35) 0%, rgba(0, 36, 102, 0.6) 37%, rgba(0, 36, 102, 0.9) 74%, rgba(0, 45, 116, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#59002060', endColorstr='#002d74', GradientType=0);
  border: 2px solid white;
}
h1, h2 {
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-style: normal;
}
h1 {
  font-weight: 600;
  font-size: 6.5rem;
  line-height: 1;
  color: #fff;
}
h2 {
  font-weight: 500;
  font-size: 4.5rem;
  text-transform: uppercase;
  color: #dcdcdc;
}
h3 {
  font-weight: 500;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
  color: #7f9ecc;
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-weight: 500;
  font-style: normal;
}
h4 {
  position: relative;
  font-weight: 600;
  font-size: 3.25rem;
  text-transform: uppercase;
  line-height: 1.1;
  color: #002d74;
  margin-bottom: 0;
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-weight: 500;
  font-style: normal;
}
h5, h5 a {
  font-size: 2rem;
  line-height: 1.1;
  color: #e23b37;
  margin-bottom: 0;
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}
h6, h6 a {
  font-size: 2rem;
  line-height: 1.1;
  color: #002d74;
  margin-bottom: 0;
  font-family: 'alternate-gothic-extra-cond', sans-serif;
  font-weight: 500;
  font-style: normal;
}
p, address {
  font-family: 'tablet-gothic', sans-serif;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 300;
  color: #525a66;
}
p a, address a {
  font-family: 'tablet-gothic', sans-serif;
  font-size: 1.35rem;
  line-height: 1.4;
  font-weight: 300;
  color: #525a66;
}
#contact i {
  font-size: 3.5rem;
  margin-bottom: 2rem;
  color: #7f9ecc;
}
@media (max-width:1350px) {
  h1 {
    font-size: 6rem;
  }
  h2 {
    font-size: 4rem;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5, h5 a {
    font-size: 2rem;
  }
  h6, h6 a {
    font-size: 2rem;
  }
  p, address {
    font-size: 1.25rem;
  }
  p a, address a {
    font-size: 1.25rem;
  }
}
@media (max-width:1200px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5, h5 a {
    font-size: 2rem;
  }
  h6, h6 a {
    font-size: 2rem;
  }
  p, address {
    font-size: 1.25rem;
  }
  p a, address a {
    font-size: 1.25rem;
  }
}
@media (max-width:767px) {
  h1 {
    font-size: 3.5rem;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.5rem;
    margin-bottom: .5rem;
  }
  h4 {
    font-size: 2.5rem;
  }
  h5, h5 a {
    font-size: 2rem;
  }
  h6, h6 a {
    font-size: 2rem;
  }
  p, address {
    font-size: 1.125rem;
  }
  p a, address a {
    font-size: 1.125rem;
  }
  .service-item p {
    font-size: 1.75rem;
  }
}
.shadow {
  box-shadow: 0 10px 20px rgba(0, 34, 84, 0.19), 0 6px 6px rgba(0, 34, 84, 0.23);
}
.bg-dark-blue {
  background-color: #002d74;
}
.bg-gradient-dark-blue-down {
  background: -moz-linear-gradient(top, rgba(0, 32, 96, 0.66) 0%, rgba(0, 36, 102, 0.76) 28%, rgba(0, 45, 116, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(0, 32, 96, 0.66) 0%, rgba(0, 36, 102, 0.76) 28%, rgba(0, 45, 116, 1) 100%);
  background: linear-gradient(to bottom, rgba(0, 32, 96, 0.66) 0%, rgba(0, 36, 102, 0.76) 28%, rgba(0, 45, 116, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8002060', endColorstr='#002d74', GradientType=0);
}
.bg-gradient-dark-blue-right {
  background: -moz-linear-gradient(left, rgba(0, 45, 116, 0.2) 0%, rgba(0, 36, 102, 0.68) 32%, rgba(0, 36, 102, 0.7) 33%, rgba(0, 32, 96, 1) 100%);
  background: -webkit-linear-gradient(left, rgba(0, 45, 116, 0.2) 0%, rgba(0, 36, 102, 0.68) 32%, rgba(0, 36, 102, 0.7) 33%, rgba(0, 32, 96, 1) 100%);
  background: linear-gradient(to right, rgba(0, 45, 116, 0.2) 0%, rgba(0, 36, 102, 0.68) 32%, rgba(0, 36, 102, 0.7) 33%, rgba(0, 32, 96, 1) 100%);
}
.bg-gradient-dark-blue-left {
  background: -moz-linear-gradient(right, rgba(0, 32, 96, 1) 0%, rgba(0, 36, 102, 0.7) 42%, rgba(0, 45, 116, 0.2) 100%);
  background: -webkit-linear-gradient(right, rgba(0, 32, 96, 1) 0%, rgba(0, 36, 102, 0.7) 42%, rgba(0, 45, 116, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 32, 96, 1) 0%, rgba(0, 36, 102, 0.7) 42%, rgba(0, 45, 116, 0.2) 100%);
}