@font-face {
  font-family: 'EncodeSans-Light';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_light.eot');
}
@font-face {
  font-family: 'EncodeSans-Light';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_light.woff') format('woff'), url('/fonts/encode-sans-compressed/encode_sans_compressed_light.svg#EncodeSans-Light') format('svg');
}
@font-face {
  font-family: 'EncodeSans-Regular';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_regular.eot');
}
@font-face {
  font-family: 'EncodeSans-Regular';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_regular.woff') format('woff'), url('/fonts/encode-sans-compressed/encode_sans_compressed_regular.svg#EncodeSans-Regular') format('svg');
}
@font-face {
  font-family: 'EncodeSans-Bold';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_bold.eot');
}
@font-face {
  font-family: 'EncodeSans-Bold';
  src: url('/fonts/encode-sans-compressed/encode_sans_compressed_bold.woff') format('woff'), url('/fonts/encode-sans-compressed/encode_sans_compressed_bold.svg#EncodeSans-Bold') format('svg');
}
.EncodeSans-Light {
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
}
.EncodeSans-Regular {
  font-family: "EncodeSans-Regular", serif;
  font-weight: normal;
  font-style: normal;
}
.EncodeSans-Bold {
  font-family: "EncodeSans-Bold", serif;
  font-weight: normal;
  font-style: normal;
}
.bold {
  font-family: "EncodeSans-Bold", serif;
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
}
/**
 * ZDI Design Group
 * Project skeleton
 * Author derekmiranda 
 * User: derekmiranda
 * Date: 2/25/15 4:42 PM
 *
 * (c) Copyright 2015 derekmiranda | All Rights Reserved
 */
/**
 * Applies a transition to the element
 * @param property (The property to transition)
 * @param speed (The duration of the transition)
 * @param easing (The easing method)
 * @param delay (How long to wait until the transition starts)
 */
.clear-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
h1 {
  font-family: "EncodeSans-Bold", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 32px;
}
h2 {
  font-family: "EncodeSans-Bold", serif;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  font-size: 24px;
}
h3 {
  font-family: "EncodeSans-Regular", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 30px;
}
h6 {
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 22px;
}
p {
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 18px;
}
a {
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
  color: inherit;
  font-size: inherit;
}
a:hover {
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
header {
  min-height: 0;
}
header .col-sm-12 {
  min-height: 0;
}
header a {
  position: absolute;
  display: block;
  top: 5px;
  color: #fff;
  font-family: "EncodeSans-Bold", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  text-align: center;
}
header a i.fa {
  color: #282e44;
  background: #fff;
  border-radius: 50%;
  font-size: 22px;
  padding: 5px 5px 6px 5px;
  width: 35px;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
header a:hover {
  color: #acafc6;
  text-decoration: none;
}
header a:hover i.fa {
  background: #acafc6;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
header a.icon-email {
  right: 215px;
}
header a.icon-phone {
  right: 15px;
}
header a.icon-phone i.fa {
  margin-right: 10px;
  font-size: 24px;
  padding-bottom: 4px;
}
form ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 0 0 10px 85px;
  text-align: left;
}
footer {
  text-align: center;
}
footer h1 {
  margin: 0 0 10px 0;
}
footer h2 {
  padding: 20px 0;
}
footer h3 {
  margin-bottom: 25px;
}
footer h6 {
  margin: 2px 0;
}
footer h6 span {
  margin-right: 5px;
}
footer p.disclaimer {
  color: #fff;
  padding: 20px 0;
}
footer .footer-top {
  background: #585f8c;
}
footer .footer-bottom {
  background: #3d4053;
}
.bg-upper {
  background: url('/img/index/bg-upper.jpg') no-repeat top center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
.bg-upper img {
  width: 525px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.content {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.content h1 {
  margin: 30px 0;
}
.content p {
  margin-bottom: 10px;
}
.google-maps {
  background: url('/img/index/updated-google-map.jpg') no-repeat center center;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 400px;
}
.form-wrapper form label {
  width: 100%;
}
.form-wrapper form label span {
  width: 15%;
  float: left;
  text-align: left;
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 16px;
}
.form-wrapper form label input,
.form-wrapper form label textarea {
  width: 70%;
  float: left;
  border: 1px solid #2c355d;
  color: #2c355d;
  padding: 3px 8px;
  font-family: "EncodeSans-Regular", serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}
.form-wrapper form label input:focus,
.form-wrapper form label textarea:focus {
  outline: none;
}
.form-wrapper form label textarea {
  resize: none;
  height: 200px;
}
.form-wrapper form button {
  margin-bottom: 25px;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
  background: #ecf0f8;
  border: 1px solid #2c355d;
  font-family: "EncodeSans-Light", serif;
  font-weight: normal;
  font-style: normal;
  color: #2c355d;
  font-size: 18px;
  padding: 4px 45px 6px 45px;
}
.form-wrapper form button:hover {
  background: #c7d3ea;
  transition: all 0.3s linear;
  transition-delay: 0s;
  animation-delay: 0s;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s linear;
  -webkit-transition-delay: 0s;
  -webkit-animation-delay: 0s;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {
  .bg-upper img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 568px) {
  .bg-upper img {
    width: 100%;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
