﻿body {
  font-family: 'Cabin', sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
a {
  color: #006e57;
}
/* twitterbootstrap3buttons.w3masters.nl/ */
.btn-outline {
  color: #00ba94 !important;
  background-color: transparent;
  border-color: #00ba94;
  text-decoration: none !important;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  background-color: #00ba94 !important;
  border-color: #006e57;
  color: #FFF !important;
}
.btn-outline.disabled:hover,
.btn-outline.disabled:focus,
.btn-outline.disabled:active,
.btn-outline.disabled.active,
.btn-outline[disabled]:hover,
.btn-outline[disabled]:focus,
.btn-outline[disabled]:active,
.btn-outline[disabled].active,
fieldset[disabled] .btn-outline:hover,
fieldset[disabled] .btn-outline:focus,
fieldset[disabled] .btn-outline:active,
fieldset[disabled] .btn-outline.active {
  background-color: transparent;
  border-color: #006e57;
}
.btn-calltoaction {
  background-color: #e33c00;
  border-color: #e33c00;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-bottom-width: 7px;
  border-bottom-color: #b02f00;
}
.btn-calltoaction:hover,
.btn-calltoaction:focus,
.btn-calltoaction:active,
.btn-calltoaction.active {
  background-color: #ca3500;
  border-color: #7d2100;
  color: #fff;
}
.btn-calltoaction.disabled:hover,
.btn-calltoaction.disabled:focus,
.btn-calltoaction.disabled:active,
.btn-calltoaction.disabled.active,
.btn-calltoaction[disabled]:hover,
.btn-calltoaction[disabled]:focus,
.btn-calltoaction[disabled]:active,
.btn-calltoaction[disabled].active,
fieldset[disabled] .btn-calltoaction:hover,
fieldset[disabled] .btn-calltoaction:focus,
fieldset[disabled] .btn-calltoaction:active,
fieldset[disabled] .btn-calltoaction.active {
  background-color: #e33c00;
  border-color: #e33c00;
}
.btn-requestinfo {
  background-color: #e33c00;
  border-color: #e33c00;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-bottom-width: 7px;
  border-bottom-color: #b02f00;
}
.btn-requestinfotop {
  background-color: #277869;
  border-color: #277869;
  color: #fff;
}
.btn-requestinfotop:hover,
.btn-requestinfotop:focus,
.btn-requestinfotop:active,
.btn-requestinfotop.active {
  background-color: #216558;
  border-color: #1a5247;
  color: #fff;
}
.btn-requestinfotop.disabled:hover,
.btn-requestinfotop.disabled:focus,
.btn-requestinfotop.disabled:active,
.btn-requestinfotop.disabled.active,
.btn-requestinfotop[disabled]:hover,
.btn-requestinfotop[disabled]:focus,
.btn-requestinfotop[disabled]:active,
.btn-requestinfotop[disabled].active,
fieldset[disabled] .btn-requestinfotop:hover,
fieldset[disabled] .btn-requestinfotop:focus,
fieldset[disabled] .btn-requestinfotop:active,
fieldset[disabled] .btn-requestinfotop.active {
  background-color: #277869;
  border-color: #277869;
  color: #fff;
}
input.glass-input {
  background-color: rgba(255, 255, 255, 0.5) !important;
  border: 1px solid #fff !important;
}
/* Header CSS */
#topNav {
  padding: 10px 0;
}
#topNav .phone {
  padding-top: 5px;
}
.navbar-inverse {
  background-color: rgba(255, 255, 255, 0);
  border: none;
}
.navbar-nav {
  padding-top: 20px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .navbar-nav {
    padding-top: 0;
    float: none !important;
  }
  .navbar-collapse {
    background-color: #222;
  }
  .navbar-collapse .dropdown-menu {
    background-color: #FFF !important;
  }
  .navbar-toggle {
    background-color: #006e57;
  }
  .yamm .mm-header {
    padding-top: 12px;
  }
}
.yamm-content .h3 {
  color: #00ba94;
}
.yamm-content strong {
  color: #006e57;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
#banner {
  color: #ffffff;
  background-size: cover;
}
#banner .banner-content {
  padding: 45px 0;
}
#banner .header {
  color: #00ba94;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 50px;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
#banner .subtitle {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 45px;
}
#banner .subtitle-home {
  font-size: 36px;
}
/* Testimonials */
.testimonials-container {
  background-color: #00b791;
  padding: 45px 0;
  color: #ffffff;
}
.testimonials-container .testimonials-header {
  font-size: 28px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  margin-bottom: 70px;
}
.testimonials-container .testimonial-body {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 30px;
}
.testimonials-container .testimonial-author {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 50px;
}
.testimonials-container .carousel-indicators {
  bottom: 0;
}
.testimonials-container .carousel-indicators li {
  border: 1px solid #267769;
}
.testimonials-container .carousel-indicators .active {
  background-color: #267769;
}
/* Footer Nav CSS*/
#footerNav {
  padding: 45px 0;
  background-color: #333333;
  color: #cccccc;
  font-size: 15px;
}
#footerNav .nav-list-header,
#footerNav .nav-list-header > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
#footerNav .nav-list {
  list-style: none;
  padding: 7px 7px 7px 0;
}
#footerNav .nav-list a {
  color: #cccccc;
  font-size: 14px;
}
#footerNav .contact-info {
  border: 1px solid #ffffff;
  padding: 20px 27px;
  margin-top: 57px;
}
/* Footer Main CSS*/
#footerMain {
  background-color: #ffffff;
  color: #333333;
  font-size: 14px;
}
#footerMain .copyright-text {
  padding: 16px 0;
}
#footerMain .social-icons {
  margin: 0;
  padding: 0;
}
#footerMain .social-icons li {
  border: 1px solid #cccccc;
  float: left;
  display: inline;
  list-style: none;
}
#footerMain .social-icons li a {
  display: block;
  color: #00ba94;
  height: 49px;
  width: 47px;
  padding-top: 5px;
}
.section {
  padding: 45px 0;
}
/* Breadcrumb */
.breadcrumb {
  background-color: transparent;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 0;
  color: #4c4c4c;
}
.breadcrumb a {
  font-size: 16px;
  color: #006e57;
}
/* List Group */
.list-group > a:nth-last-of-type(odd) {
  background-color: #f9f9f9;
}
.list-group > a:hover {
  background-color: #1a8d75;
  color: #fff;
}
.interior-header {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #212121;
  margin: 15px 0;
  line-height: 1.5;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
.share-social strong {
  font-size: 18px;
  padding: 0 10px 0 0;
}
.share-social .addthis_toolbox {
  float: left;
  clear: both;
  margin-top: 30px;
  height: 32px !important;
}
.share-social .addthis_toolbox a {
  display: block;
  float: right;
}
ul.chmk-ul {
  padding-left: 20px;
  list-style: none;
  list-style-type: none;
}
ul.chmk-ul li:before {
  font-family: 'FontAwesome';
  content: '\f00c';
  margin: 0 5px 0 -15px;
  color: #006e57;
}
#siteSearchResults,
#siteSearchLoading {
  color: #4c4c4c;
  margin-top: 15px;
}
#siteSearchResults a.header,
#siteSearchLoading a.header {
  color: #1a8d75;
  font-size: 26px;
}
#butterBar {
  background-color: #277869;
  color: #FFFF;
  padding: 8px 0;
}
#butterBar p {
  margin: auto 1rem auto 0;
}
#butterBar .btn-butter-bar {
  background-color: #e33c00;
  border-color: #e33c00;
  color: #FFFF;
  margin: auto 0 auto 1rem;
}
#butterBar .btn-butter-bar:hover,
#butterBar .btn-butter-bar:focus,
#butterBar .btn-butter-bar:active {
  background-color: #ca3500;
  border-color: #7d2100;
  color: #fff;
}
.d-flex {
  display: flex !important;
}
.justify-content-center {
  justify-content: center !important;
}