@charset "UTF-8";
/* CSS Document */
/* ----------------- Typography Styles ----------------- */
h1, h2, h3, h4 {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #003c71;
  font-weight: 700 !important;
}
.h1 {
  font-size: 30px;
  line-height: 1.4;
  color: #003c71;
  font-weight: 700 !important;
}
h2 {
  font-size: 28px;
  line-height: 1.4;
  color: #47769C;
}
h3, .h3 {
  color: #003C71;
  font-size: 1.5em;
  line-height: 1.5;
  font-weight: bold;
}
p, ul li, ol li, input, a {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
}
label, .label {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.75;
  color: #7A7A7A;
}
.copyright {
  color: #999999;
  font-size: 9px;
}
#site-footer p {
  color: #eeeeee !important;
  font-size: 9px;
}
#site-footer a {
  color: #eeeeee !important;
  font-size: 9px;
}
#site-footer a:hover {
  color: #ffffff !important;
}
.heroheading {
  background-color:rgba(0,0,0,0.50);
  font-weight: 300 !important;
  font-size: 1.75em;
}
.icon-container {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 1px 1px 1px 1px #72707C;
  box-shadow: 1px 1px 1px 1px #72707C;
  border: 2px solid #ffffff;
  background-color: #24272A;
}
/* ----------------- Section Styles ----------------- */
.jumbotron {
  background-image: url("../images/bg-header.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-radius: 0px;
  background-color: #F6F6F6;
  background-position: center;
  margin-bottom: 0;
}
.jumbotron h1 {
  color: #003c71;
}
.jumbotron h2 {
  color: #4C4D4F;
  font-size: 22px;
  line-height: 1.4;
}
@media only screen and (min-device-width : 1200px) {
  .jumbotron {
    min-height: 450px;
  }
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  h1 {
    font-size: 20px;
    line-height: 1.75;
  }
  h2 {
    font-size: 20px;
    line-height: 1.75;
  }
  h2.h4 {
    font-size: 16px;
    line-height: 1.75;
  }
  h2.h1 {
    font-size: 20px;
    line-height: 1.75;
  }
  h3 {
    margin-top: 40px;
    font-size: 1.25em;
    line-height: 1.5;
  }
  .lead {
    font-size: 16px;
    line-height: 1.75;
  }
  .longurl {
    word-wrap: break-word;
    max-width: 300px;
  }
  p, ul li, ol li, input, a {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media only screen and (min-device-width : 480px) {}
/* ----------------- Modal Styles ----------------- */
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
.modal-body {
  position: relative;
  padding: 0px;
}
.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 2rem;
  font-weight: normal;
  color: #fff;
  opacity: 1;
}