/**
 * Variables
 **/
/**
 *  Mixins
 **/
.headerFont {
  color: #173479;
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}
.bodyFont {
  color: #404040;
  font-size: 16px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}
/**
 *  Styles
 **/
body {
  background: #ededed;
}
h1 {
  color: #173479;
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  font-size: 24px;
}
h2 {
  color: #173479;
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  font-size: 24px;
}
h3 {
  color: #173479;
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  font-size: 36px;
}
p {
  color: #404040;
  font-size: 16px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}
a {
  color: #404040;
  font-size: 16px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #173479;
}
a:hover {
  color: #173479;
}
ul,
ol {
  padding-left: 20px;
  margin-bottom: 20px;
}
ul li,
ol li {
  color: #404040;
  font-size: 16px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
}
textarea {
  resize: vertical;
  min-height: 150px;
}
img {
  max-width: 100%;
}
.container {
  background: url("../img/grid.png") repeat scroll 0 0 #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  max-width: 960px;
  padding: 0;
}
.btn-default {
  color: #173479;
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #ffffff;
  text-shadow: none;
  font-size: 18px;
  background: #f75410;
  filter: none;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #d74407;
}
.form-control {
  color: #808080;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  height: auto;
  padding: 5px 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
}
.form-control:focus {
  border: 1px solid #F75410;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(247, 84, 16, 0.1);
}
.form-row {
  margin-bottom: 10px;
}
.navbar {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  filter: none;
  text-align: center;
  margin-bottom: 5px;
}
.navbar .navbar-collapse {
  background: #173479;
  padding: 0;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav > li {
  display: inline-block;
  float: none;
}
.navbar .navbar-nav > li > a {
  color: #404040;
  font-size: 16px;
  font-family: 'Droid Sans', Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.25;
  color: #ffffff;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
  color: #ffffff;
  text-decoration: underline;
}
.navbar .navbar-nav > li.active > a {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav li {
    display: block;
    text-align: left;
  }
  .navbar .navbar-nav li a {
    font-size: 20px;
  }
}
.navbar-header {
  width: 100%;
}
.navbar-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
}
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background: #173479;
}
.jumbotron-image img {
  width: 100%;
  height: auto;
}
.full-width-1 {
  background-color: rgba(0, 0, 0, 0);
  background: url('../img/index.png') no-repeat scroll 50% 0;
  padding: 10px 20px 40px;
}
.contact-form {
  margin-bottom: 60px;
}
.form-errors,
.form-errors li {
  color: #a00000;
  font-size: 18px;
}
.footer {
  padding: 15px 0;
  background: #173479;
  text-align: center;
}
.footer p,
.footer a {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}
.footer p {
  color: #8b9abc;
}
.footer p:last-child {
  margin: 0;
}
.footer a {
  color: #ffffff;
}
#logo {
  display: block;
  width: 100%;
}
#logo img {
  max-width: 100%;
  max-height: 100%;
}
.phonenumber {
  font-family: Coda, Helvetica, Arial, sans-serif;
  font-size: 36px;
}
.navbar-header .phonenumber {
  font-size: 24px;
}
.inline-images {
  margin-top: 20px;
}
.inline-images a,
.inline-images img {
  margin-right: 15px;
}
.inline-images a:last-child,
.inline-images img:last-child {
  margin-right: 0;
}
/**
 * Utility Classes
 **/
.align-center {
  text-align: center;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.success {
  color: green;
}
/**
 * Responsive Breakpoints
 */
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .navbar .navbar-nav {
    margin: 0;
  }
  .navbar .navbar-nav > li > a {
    line-height: 1.2;
  }
  .footer,
  .footer .align-right,
  .footer .align-left {
    text-align: center;
  }
  .xs-center {
    text-align: center;
  }
  form {
    margin-top: 40px;
  }
}
/* Landscape phones and down */
@media screen and (min-width: 481px) {
  .two-col-center {
    margin-top: 30px;
  }
  .two-col-center .col-lg-6,
  .two-col-center .col-md-6,
  .two-col-center .col-sm-6,
  .two-col-center .col-xs-6 {
    text-align: left;
  }
  .two-col-center .col-lg-6:first-child,
  .two-col-center .col-md-6:first-child,
  .two-col-center .col-sm-6:first-child,
  .two-col-center .col-xs-6:first-child {
    text-align: right;
  }
}
