@charset "UTF-8";
@font-face {
  src: url("../fonts/Lato-regular.ttf");
  font-family: Lato; }
@font-face {
  src: url("../fonts/Lato-bold.ttf");
  font-family: "Lato bold"; }
@font-face {
  src: url("../fonts/Lato-light.ttf");
  font-family: "Lato light"; }
body {
  border-top: 3px solid #0750b5;
  color: #2d2d2d;
  background: #ffffff;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato bold", Arial, Helvetica, sans-serif; }

.header .list-inline {
  border-bottom: 1px solid #f5f5f5; }
  .header .list-inline li {
    padding-left: 25px;
    line-height: 30px;
    font-family: "Lato bold", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    .header .list-inline li:last-child {
      padding-right: 0; }
    .header .list-inline li span {
      color: #0750b5; }
      .header .list-inline li span i {
        margin-right: 5px; }
    .header .list-inline li a {
      text-decoration: none;
      color: #2d2d2d; }
      .header .list-inline li a:hover, .header .list-inline li a:focus {
        color: #e2aa13; }
      .header .list-inline li a.button {
        padding: 15px 10px;
        display: inline-block;
        color: #ffffff;
        background: #0750b5;
        text-transform: uppercase;
        line-height: 24px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease; }
        .header .list-inline li a.button:hover, .header .list-inline li a.button:focus {
          background: #008c99; }
        .header .list-inline li a.button i {
          margin-right: 5px; }

.navbar {
  margin-bottom: 50px; }
  .navbar-brand {
    height: 100%;
    padding: 5px 0;
    color: #2d2d2d; }
  .navbar-default {
    background: #ffffff;
    border: none; }
    .navbar-default .navbar-nav {
      font-family: "Lato bold", Arial, Helvetica, sans-serif;
      font-size: 13px;
      text-transform: uppercase; }
      .navbar-default .navbar-nav > .open > a {
        color: #0750b5;
        background: transparent; }
        .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
          color: #0750b5;
          background: transparent; }
      .navbar-default .navbar-nav li:last-child a {
        padding-right: 0; }
      .navbar-default .navbar-nav li a {
        color: #2d2d2d; }
        .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus {
          color: #0750b5; }

#content .preview {
  text-align: center; }
  #content .preview h3 {
    display: inline-block;
    margin-bottom: 15px;
    color: #0750b5;
    position: relative; }
  #content .preview p {
    font-size: 14px;
    font-family: "Lato light", Arial, Helvetica, sans-serif; }
  #content .preview ul {
    font-size: 14px;
    font-family: "Lato light", Arial, Helvetica, sans-serif;
    text-align: left;
    list-style-type: none; }
    #content .preview ul li:before {
      content: "";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-decoration: inherit;
      color: #0750b5;
      margin-right: 7px; }
  #content .preview .fa-stack .fa-circle {
    color: #0750b5; }
#content .panel-heading {
  background: #008c99;
  padding: 0; }
  #content .panel-heading a {
    display: inline-block;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    color: #ffffff; }
    #content .panel-heading a:hover, #content .panel-heading a:focus {
      text-decoration: none; }
    #content .panel-heading a:after {
      content: "";
      float: right;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      text-decoration: inherit; }
#content .contact-info h3 {
  margin-top: 0;
  font-size: 24px;
  color: #0750b5; }
#content .contact-info p {
  font-family: "Lato bold", Arial, Helvetica, sans-serif;
  font-size: 15px; }
#content .contact-info i {
  color: #0750b5; }
#content .contact-info ul {
  padding: 0;
  list-style-type: none; }
#content .text-block {
  padding: 15px 15px;
  background: #0750b5;
  color: #ffffff; }
  #content .text-block h3 {
    color: #ffffff;
    font-size: 16px; }
  #content .text-block p {
    font-size: 14px; }
    #content .text-block p strong {
      text-transform: uppercase; }
#content form label {
  text-align: left; }
  #content form label span {
    color: #0750b5; }
#content form .btn {
  color: #ffffff;
  background: #0750b5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #content form .btn:hover, #content form .btn:focus {
    background: #008c99; }
#content .page-header {
  margin-bottom: 40px;
  position: relative;
  border-bottom: none;
  color: #0750b5;
  font-size: 22px;
  font-family: Lato, Arial, Helvetica, sans-serif; }
  #content .page-header:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 75px;
    height: 2px;
    background: #dfdfdf; }
#content .table {
  font-size: 14px; }
  #content .table tr th {
    padding: 10px 10px;
    border-right: 1px solid #ffffff;
    color: #ffffff;
    background: #008c99;
    text-align: center;
    font-weight: normal; }
    #content .table tr th:last-child {
      border-right: none; }
  #content .table tr td {
    border-top: none;
    border-bottom: 1px dotted #d7d7d7;
    padding: 10px 10px;
    text-align: center; }
    #content .table tr td:first-child {
      text-align: left; }

.footer {
  margin-top: 50px;
  padding: 40px 0 0;
  background: #2d2d2d;
  font-size: 14px; }
  .footer h3 {
    margin: 0 0 15px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase; }
  .footer h4 {
    margin-top: 0;
    color: #e5e5e5;
    font-family: Lato, Arial, Helvetica, sans-serif;
    font-size: 14px; }
  .footer ul {
    margin: 0 0 35px;
    padding: 0;
    color: #969696;
    list-style-type: none;
    font-size: 14px; }
    .footer ul li {
      margin-bottom: 15px; }
  .footer p {
    margin-bottom: 5px;
    color: #717171; }
  .footer i {
    color: #ffffff;
    margin-right: 5px; }
  .footer a {
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-size: 13px; }
    .footer a:hover, .footer a:focus {
      color: #e2aa13; }
  .footer .media {
    border-bottom: 2px solid #383838;
    padding-bottom: 15px; }
    .footer .media:last-child {
      border-bottom: none; }
  .footer .copyright {
    border-top: 1px solid #383838;
    padding: 30px 0 60px; }
    .footer .copyright a {
      color: #e2aa13; }
      .footer .copyright a:hover, .footer .copyright a:focus {
        color: #ffffff; }

/*==========  Desktop First Method  ========== */
/* Large Devices, Wide Screens */
/* */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .navbar-brand {
    padding: 5px 10px; } }
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* */
/* Custom, iPhone Retina */
/* */
/*==========  Mobile First Method  ========== */
/* Custom, iPhone Retina */
/* */
/* Extra Small Devices, Phones */
/* */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar-brand {
    position: absolute;
    top: -60px; } }
/* Large Devices, Wide Screens */

/*# sourceMappingURL=style.css.map */
