@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
html {
  position: relative;
  min-height: 100%; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 300px; }

a {
  color: #343434; }
  a:hover {
    color: black; }

h1,
h2,
h3,
h4,
h5 {
  color: #434C5E; }

.alt-section {
  background-color: #f8f8f8;
  padding: 50px 0; }

section {
  padding: 50px 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 300px;
  background-color: #f5f5f5; }
  .footer .top-footer {
    padding: 30px 0; }
    .footer .top-footer .action-call {
      padding-bottom: 40px; }
      .footer .top-footer .action-call h5 {
        margin-bottom: 30px;
        font-weight: bold; }
      .footer .top-footer .action-call button {
        display: block;
        margin: 0 auto; }
    .footer .top-footer .links-box .t-list-heading {
      font-size: 1em;
      font-weight: bold; }
    .footer .top-footer .links-box ul {
      list-style: none;
      padding: 0; }
      .footer .top-footer .links-box ul li {
        padding: 0;
        margin: 0; }
        .footer .top-footer .links-box ul li a {
          text-decoration: none;
          text-transform: none; }
  .footer .status-bar {
    position: absolute;
    bottom: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    border-top: 1px solid #ddd; }
    .footer .status-bar .social-icon-list {
      float: right; }
      .footer .status-bar .social-icon-list .list-item {
        margin-left: 15px;
        font-size: 20px; }
        .footer .status-bar .social-icon-list .list-item:hover {
          color: #676767; }

.front-nav {
  text-transform: uppercase; }
  .front-nav.bg-light {
    background-color: #fff !important; }
  .front-nav ul li.nav-item {
    margin-right: 25px; }
    .front-nav ul li.nav-item:last-of-type {
      margin-right: 0; }
    .front-nav ul li.nav-item.active .nav-link {
      color: #000 !important; }
    .front-nav ul li.nav-item .nav-link {
      font-size: .95em !important;
      letter-spacing: .15em !important; }

.page-title {
  font-size: 3.5em;
  font-weight: bolder;
  color: #434C5E; }

.l-body {
  margin-top: 1.25rem;
  font-size: 1.125em;
  line-height: 1.666em; }

form .error {
  color: #ff3366; }

.p-list-heading {
  display: inline-block;
  font-size: 1em;
  font-weight: 700;
  margin-bottom: 1.5rem; }

.services-list {
  list-style-type: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 40px;
  margin-left: 0;
  padding-left: 0; }
  .services-list .list-stack-item:first-of-type {
    border-top: 1px solid #343434; }
  .services-list .list-stack-item {
    border-bottom: 1px solid #343434; }
    .services-list .list-stack-item .l-list-stack__item__link {
      padding-right: 20px;
      padding-left: 20px;
      height: 96px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      transition: .2s ease background-color, .2s ease color;
      color: #343434;
      text-decoration: none; }
      .services-list .list-stack-item .l-list-stack__item__link:hover h2 {
        color: #000; }
      .services-list .list-stack-item .l-list-stack__item__link:hover .icon-chevron-right {
        stroke: #000;
        transition: .2s ease stroke; }
      .services-list .list-stack-item .l-list-stack__item__link .icon-chevron-right {
        margin-left: auto;
        height: 29px;
        width: 15px;
        stroke: #e0e0e0;
        transition: .2s ease stroke;
        fill: transparent; }

.page-icon {
  height: 250px;
  max-height: 250px;
  width: 250px;
  display: block; }

.page-seperator-box {
  width: 100%;
  padding: 50px 0; }
  .page-seperator-box hr {
    height: 3px;
    width: 20%;
    background-color: #434C5E; }

.btn-alt {
  border-radius: 0;
  border: 2px solid #434C5E;
  width: 200px; }

.contact-form .form-control {
  border-radius: 0;
  border: 2px solid #434C5E;
  padding: 15px 20px;
  font-size: 20px; }
.contact-form select {
  height: auto !important; }

.error-box {
  width: 100%; }

.post-preview {
  margin-bottom: 20px; }
  .post-preview h3 {
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .post-preview p {
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .post-preview a {
    color: #50a6df;
    text-decoration: underline; }
    .post-preview a:visited {
      color: #1f73aa; }

.promise-box {
  margin-bottom: 25px; }
  .promise-box h5 span {
    font-size: 20px;
    padding-right: 14px; }
  .promise-box p {
    padding-left: 40px; }

.single-service {
  margin-bottom: 40px; }

@media screen and (max-width: 1000px) {
  .footer {
    height: auto;
    padding-bottom: 40px; } }
@media (max-width: 768px) {
  body {
    margin-bottom: 700px; }

  .footer {
    height: 700px; } }
@media (min-width: 992px) {
  .error-box {
    width: 50%; } }

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