@import url('https://fonts.googleapis.com/css?family=Raleway:800|Source+Sans+Pro');

* {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: 'Source Sans Pro', sans-serif;
  color: #406280;
}

img {
  display: block;
}

h1,
h2,
h3,
.field-label {
  font-family: 'Raleway', sans-serif;
  color: #002A4D;
}
h1,
h2,
h3 {
  letter-spacing: -1px;
}

a {
  color: #406280;
  text-decoration: none;
  display: inline-block;
}
a:hover {
  color: #002A4D;
}

.vertical-padding-section {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.vertical-padding-section-large {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.top-padding-section-large {
  padding-top: 12.5rem;
}
.top-margin-section-large {
  margin-top: 12.5rem;
}

.vertical-negative-margin-medium {
  margin-left: -2rem;
  margin-right: -2rem;
}
.top-negative-margin-xxx-large {
  margin-top: -4rem;
}

.background-gray {
  background-color: #E7E7E7;
}

.top-border-gray {
  border-top: 1px solid #E7E7E7;
}
.bottom-border-gray {
  border-bottom: 1px solid #E7E7E7;
}

.request-quote {
  position: fixed;
  top: 2rem;
  right: 2rem;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}
.request-quote.hide {
  top: -4rem;
}

.header-image {
  -webkit-transform: translateX(-60%);
  -ms-transform: translateX(-60%);
  transform: translateX(-60%);
  margin-top: -10%;
}

.btn {
  background-color: #004680;
  color: #FFFFFF;
  transition-duration: .3s;
}
.btn:hover {
  background-color: #003866;
  color: #E6E6E6;
}
.btn-success,
.btn-success:hover {
  background: #5eba5e;
  color: #ffffff;
}

.image-align-right img {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .footer-social-media {
    text-align: right;
  }
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .request-quote {
    width: calc(100% - 4rem);
    top: auto;
    bottom: 2rem;
  }
  .request-quote.hide {
    top: auto;
    bottom: -4rem;
  }

  .top-margin-section-large {
    margin-top: 4rem;
  }
  .top-padding-section-large {
    padding-top: 4rem;
  }
  .header-image {
    margin-left: -50%;
  }
}

@media only screen and (min-width: 992px) {
  .header-content {
    margin-top: -40%;
  }
  .image-align-right {
    float: right;
  }
}
@media only screen and (max-width: 992px) {
  .header-image {
    -webkit-transform: translateX(13%);
    -ms-transform: translateX(13%);
    transform: translateX(13%);
    margin-right: 50%;
  }
  .header-image img {
    max-width: 200%;
  }
}
