#header-text {
  font-family: 'Muli', sans-serif;
  position: absolute;
  bottom: 0px;
  right: 0px;
  top: 0px;
  width: 300px; }

#header-wrapper {
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0px;
  height: 50px; }

#header-name .title {
  font-size: 30px;
  font-weight: bold;
  color: #253B7D; }

@media (min-width: 768px) and (max-width: 1024px) {
  .header-height, #header, #header-left, #header-right {
    min-height: 75px; } }
@media (min-width: 320px) and (max-width: 768px) {
  .header-height, #header, #header-left, #header-right {
    min-height: 75px; } }

#header {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 1px;
  border-color: #C7AD55;
  border-style: solid; }
  #header .container {
    padding-right: 0px;
    padding-left: 0px; }
  #header .row {
    margin-left: 0px; }

#header-left {
  position: relative; }
  #header-left #header-left-wrapper {
    position: absolute;
    top: 10px;
    left: 0px; }
  #header-left #header-left-logo {
    height: 70px; }
    @media (min-width: 1024px) {
      #header-left #header-left-logo {
        height: 70px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #header-left #header-left-logo {
        height: 60px; } }
    @media (min-width: 320px) and (max-width: 768px) {
      #header-left #header-left-logo {
        height: 60px; } }

#header-right {
  position: relative; }
  #header-right #header-right-wrapper {
    position: absolute;
    top: 15px;
    right: 0px; }
    #header-right #header-right-wrapper a {
      float: right; }
  #header-right #header-right-logo {
    height: 50px;
    margin: 5px; }
    @media (min-width: 1024px) {
      #header-right #header-right-logo {
        height: 50px; } }
    @media (min-width: 768px) and (max-width: 1024px) {
      #header-right #header-right-logo {
        height: 40px; } }
    @media (min-width: 320px) and (max-width: 768px) {
      #header-right #header-right-logo {
        height: 40px; } }

#menu-container {
  position: absolute;
  bottom: 5px;
  left: 0px;
  right: 0px; }
  #menu-container #menu .nav-inline {
    padding: 0px; }
  @media (min-width: 320px) and (max-width: 768px) {
    #menu-container #menu {
      display: none; } }
  #menu-container #menu-collapse {
    display: none;
    position: fixed;
    right: 40px; }
    #menu-container #menu-collapse .button-wrapper {
      height: 25px; }
      #menu-container #menu-collapse .button-wrapper a {
        position: fixed;
        right: 40px;
        top: 43px; }
    @media (min-width: 320px) and (max-width: 768px) {
      #menu-container #menu-collapse {
        display: block; } }
  #menu-container #exCollapsingNavbar {
    background: #FBFBFB;
    padding: 0px 15px;
    border-top: 1px;
    border-left: 1px;
    border-right: 1px;
    border-bottom: 1px;
    border-color: #C7AD55;
    border-style: solid; }

footer {
  padding: 30px 0 0 0; }

.footer-fixed-bottom {
  position: fixed;
  bottom: 0;
  width: 100%; }

.footer .container {
  padding-left: 0px;
  padding-right: 0px; }
.footer .row {
  margin-left: 0px; }
.footer .content {
  padding-left: 0px;
  padding-right: 0px; }
.footer span, .footer a {
  color: #C7AD55;
  margin-left: 10px;
  margin-right: 10px; }
.footer .background {
  width: 100%;
  max-height: 120px; }
.footer #footer-text {
  color: #FBFBFB;
  background-color: #253B7D;
  margin-top: -5px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .footer #footer-text {
      padding: 5px 3px; } }
  .footer #footer-text ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .footer #footer-text ul li {
      text-align: center;
      display: inline; }
      @media (min-width: 320px) and (max-width: 768px) {
        .footer #footer-text ul li {
          padding: 5px;
          display: block; } }

html {
  height: 100%; }

body {
  color: #253B7D;
  min-height: 100%;
  padding-top: 120px;
  /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */ }
  @media (min-width: 768px) and (max-width: 1024px) {
    body {
      padding-top: 120px; } }
  @media (min-width: 320px) and (max-width: 768px) {
    body {
      padding-top: 80px; } }

#wrapper {
  position: absolute;
  top: 100px;
  bottom: 150px;
  overflow-y: auto;
  width: 100%; }

.intro .list-item {
  padding-right: 0px; }
@media (min-width: 320px) and (max-width: 768px) {
  .intro ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .intro ul li {
      text-align: left;
      padding: 0px;
      display: block; }
  .intro p {
    margin: 0px; }
  .intro span {
    font-size: 20px; } }

.welcome {
  color: #C7AD55; }
  @media (min-width: 320px) and (max-width: 768px) {
    .welcome {
      font-size: 26px; } }

.text, .text-pipe, .text-gold, .text-blue {
  font-weight: 300;
  line-height: 1.5; }

.text-pipe {
  margin-left: 10px;
  margin-right: 10px; }

.text-gold {
  color: #C7AD55; }

.text-blue {
  color: #253B7D; }

.services {
  margin-top: 25px;
  margin-bottom: 25px; }
  @media (min-width: 320px) and (max-width: 768px) {
    .services {
      margin-top: 10px; }
      .services ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .services ul li {
          text-align: center;
          padding: 3px;
          display: block; }
      .services .text-pipe {
        display: none; } }

.contact {
  margin-top: 25px; }
  .contact .item {
    font-weight: 300;
    line-height: 1.5;
    font-size: 16px; }
  .contact .glyphicon {
    padding-right: 10px; }
  .contact .list-inline-item {
    padding: 5px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .contact {
      margin-top: 25px; } }
  @media (min-width: 320px) and (max-width: 768px) {
    .contact {
      margin-top: 10px; }
      .contact ul {
        margin: 0;
        padding: 0;
        list-style-type: none; }
        .contact ul li {
          text-align: center;
          padding: 3px;
          display: block; } }

.navbar {
  min-height: 100px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .navbar {
      min-height: 75px; } }
  @media (min-width: 320px) and (max-width: 768px) {
    .navbar {
      min-height: 75px; } }

.navbar-fixed-top .nav {
  padding: 15px 0; }
.navbar-fixed-top .navbar-brand {
  padding: 0 15px; }

.navbar-header {
  width: 100%; }

.nav li a {
  color: #253B7D; }

/*# sourceMappingURL=style.css.map */
