/* Typography */
/* Tables */
table {
  width: 100%;
  border: 1px solid #f0f0f0;
  margin: 30px 0; }

th {
  font-weight: bold;
  background: whitesmoke;
  padding: 5px; }

td {
  padding: 5px;
  border: 1px solid #f0f0f0; }

/* Notice Styles */
blockquote {
  margin-bottom: 1rem;
  padding-left: 20px;
  font-size: 1.25rem; }
  blockquote cite {
    display: block;
    font-size: 80%;
    color: #666666; }
    blockquote cite::before {
      content: "\2014 \00A0"; }
  blockquote > blockquote > blockquote {
    margin: 0; }
    blockquote > blockquote > blockquote p {
      padding: 15px;
      display: block;
      margin-top: 0rem;
      margin-bottom: 0rem;
      border: 1px solid #f0f0f0; }
    blockquote > blockquote > blockquote > p {
      /* Yellow */
      margin-left: -75px;
      color: #8a6d3b;
      background-color: #fcf8e3;
      border-color: #faebcc; }
    blockquote > blockquote > blockquote blockquote > p {
      /* Red */
      margin-left: -100px;
      color: #a94442;
      background-color: #f2dede;
      border-color: #ebccd1; }
    blockquote > blockquote > blockquote blockquote > blockquote > p {
      /* Blue */
      margin-left: -125px;
      color: #31708f;
      background-color: #d9edf7;
      border-color: #bce8f1; }
    blockquote > blockquote > blockquote blockquote > blockquote > blockquote > p {
      /* Blue */
      margin-left: -150px;
      color: #3c763d;
      background-color: #dff0d8;
      border-color: #d6e9c6; }

.default-animation {
  transition: all 0.5s ease; }

.pulse {
  animation-name: pulse_animation;
  animation-duration: 2000ms;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

@keyframes pulse_animation {
  0% {
    transform: scale(1); }
  30% {
    transform: scale(1); }
  40% {
    transform: scale(1.08); }
  50% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  70% {
    transform: scale(1.05); }
  80% {
    transform: scale(1); }
  100% {
    transform: scale(1); } }
/* images responsive */
img {
  max-width: 100%; }

/* Center the footer text */
.container .text-muted {
  margin: 20px 0;
  text-align: center; }

/* Make branding more obvious */
.navbar .navbar-brand {
  font-size: 26px; }

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px; }

.header {
  background-color: #333;
  padding-top: 65px;
  padding-bottom: 50px;
  text-align: center;
  color: #f5f2f8; }
  .header h1 {
    font-size: 60px;
    color: #f0f0f0;
    margin-top: 0;
    font-weight: 600; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h1 {
        font-size: 40px; } }
    @media only all and (max-width: 47.938rem) {
      .header h1 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 1.2rem; } }
  .header h2 {
    margin-top: 0;
    font-weight: normal; }
    @media only all and (min-width: 48rem) and (max-width: 59.938rem) {
      .header h2 {
        font-size: 30px; } }
    @media only all and (max-width: 47.938rem) {
      .header h2 {
        font-size: 24px; } }
  .header .btn {
    font-size: 1.375rem;
    padding: 10px 30px;
    margin-top: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: 0; }
    @media only all and (max-width: 47.938rem) {
      .header .btn {
        font-size: 1.25rem; } }

.main-content {
  margin-top: 2rem; }
body.front .main-content {
  margin-top: 0; }

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5; }

.hero {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center; }
  .hero.hero-fullscreen {
    height: 100vh; }
  .hero.hero-large {
    height: 500px; }
  .hero.hero-medium {
    height: 400px; }
  .hero.hero-small {
    height: 110px; }
  .hero.hero-tiny {
    height: 8rem; }
  .header-fixed .hero {
    background-position: 50% 0; }
  .hero #to-start {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-size: 2rem;
    cursor: pointer;
    z-index: 2; }

ol.breadcrumb {
  padding-left: 0;
  background: transparent; }

.list-item {
  margin: 30px 0 50px; }

.blog-header-image {
  margin: 15px 0; }

.sidebar-content {
  margin-bottom: 50px; }

ul.pagination {
  justify-content: center; }
  ul.pagination li {
    border: 0; }
    ul.pagination li .page-link {
      display: block;
      padding: .5rem .75rem; }
      ul.pagination li .page-link span {
        display: initial;
        padding: 0; }

.related-pages {
  padding: 0;
  list-style: none; }
  .related-pages li {
    border-bottom: 1px solid #f0f0f0;
    line-height: 34px; }
    .related-pages li:last-child {
      border-bottom: 0; }
    .related-pages li a {
      display: block; }
  .related-pages .score {
    display: block;
    float: right;
    color: #999;
    font-size: 85%; }

.btn-file {
  position: relative;
  overflow: hidden; }
  .btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block; }

.modular .features {
  padding: 3.125rem 0;
  text-align: center; }
  .modular .features h2 {
    margin: 0;
    line-height: 100%; }
  .modular .features h2 + h3 {
    margin-top: 0;
    font-weight: normal; }
  .modular .features h4 {
    margin: 0.625rem 0; }
  .modular .features p {
    margin: 10px 0;
    font-size: 17px; }
    @media only all and (max-width: 47.938rem) {
      .modular .features p {
        font-size: 14px; } }
  .modular .features .feature-items {
    margin-top: 30px; }
    .modular .features .feature-items .feature {
      display: block;
      vertical-align: top;
      margin-top: 20px;
      margin-bottom: 10px; }
      .modular .features .feature-items .feature i.fa {
        font-size: 2.5rem;
        color: #62488A; }
      .modular .features .feature-items .feature h4 {
        font-size: 1rem;
        font-weight: normal; }
      .modular .features .feature-items .feature p {
        font-size: 14px;
        margin: 5px 0 10px; }
  .modular .features.big {
    text-align: center; }
    .modular .features.big .feature {
      margin: 30px 0; }
      .modular .features.big .feature.has-icon {
        display: flex; }
        .modular .features.big .feature.has-icon i.fa {
          flex: 0 0 auto;
          font-size: 3.125rem; }
        .modular .features.big .feature.has-icon .feature-content {
          flex: 1 1 auto; }
          .modular .features.big .feature.has-icon .feature-content.push {
            margin-left: 35px; }
      .modular .features.big .feature .feature-content {
        padding-right: 15px; }
        .modular .features.big .feature .feature-content h4 {
          font-size: 1.5rem;
          text-align: left;
          margin: 0; }
        .modular .features.big .feature .feature-content p {
          padding: 0;
          text-align: left;
          font-size: 14px; }

.callout {
  background: #f0f0f0;
  color: #666666;
  padding: 15px 15px; }
  .callout:after {
    content: "";
    display: table;
    clear: both; }
  .callout .container h2 {
    padding-top: 1.25rem; }
  .callout .container img.float-md-left {
    margin-right: 2rem; }
  .callout .container img.float-md-right {
    margin-left: 2rem; }
  @media only all and (max-width: 47.938rem) {
    .callout .container img {
      margin-bottom: 1rem; }
      .callout .container img.float-md-left, .callout .container img.float-md-right {
        margin: 0 auto; } }

.modular .modular-row:last-child {
  margin-bottom: 2rem; }
.modular .modular-anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden; }

body.fixed-nav {
  padding-top: 50px; }

#grav-login {
  max-width: 50rem !important; }
  #grav-login .col-sm-2 {
    width: 50%;
    text-align: right;
    padding-top: 5px; }
  #grav-login .col-sm-10 {
    width: 50%; }
  #grav-login form {
    padding-top: 30px; }
  #grav-login .rememberme {
    float: right !important; }
  #grav-login .form-actions button {
    margin-top: 50px; }
  #grav-login .form-actions .button.secondary {
    line-height: 26px; }
    #grav-login .form-actions .button.secondary i {
      line-height: 26px; }
  #grav-login .button {
    vertical-align: bottom !important; }

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


/* Custom Styles */
body {
  background: #fff;
}
a {
  color: #000000;
}
#logo {
  padding: 5px 0;
}
#logo a {
  font-size: 42px;
  color: #fff;
}
.headerbrand {
  background: #355024;
}
div.main-content p a,
div.main-content ul a {
  text-decoration: underline;
}
body.front div.main-content a,
div.main-content .sidebar-content a,
div.main-content p a.btn {
  text-decoration: none;
}
a:hover {
  color: #3D33A0;
  text-decoration: none;
}
.main-content {
  background: #fff;
  background: linear-gradient(180deg, rgba(231,231,231,1) 0%, rgba(255,255,255,1) 400px);
  padding-top: 2rem;
  margin-top: 0;
}
body.front .main-content {
  background: #fff;
  padding-top: 0;
}
.jumbotron h1 {
  font-weight: 400;
}
.header h1, h1 {
  font-weight: 700;
}
h2, h3, h4, h5 {
  font-weight: 600;
}
body.form div.buttons {
  text-align: right;
}
body.form div.buttons button {
  margin: 0 20px 30px 0;  
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.pipe {
  opacity: .4;
  margin: 0 6px;
}
fieldset {
  margin: 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #f5f5f5;
}
fieldset .form-field:last-child {
  margin-bottom: 30px;
}
legend {
   width: auto;
   border-bottom: none;
   padding: 4px 12px;
   font-size: 18px;
   background: #fff;
   border-radius: 6px;
  border: 1px solid #ccc;
}
label.control-label {
  font-weight: bold;
  margin: 10px 5px 0px;
}
.bio {
    width: 100%;
    max-width: 255px;
    height: auto;
    float: left;
    margin: 0 20px 10px 0;
}
.card-header {
  background-color: rgba(0,0,0,.05);
}
.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
.about-img {
  max-width: 350px;
  margin: 5px 20px 20px 0;
}
.topbar {
  background:#fff;
  color: #000;
  text-align: center;
  font-weight: 600;
  padding: 8px 0 9px;
}
.topbar a {
  color: #fff;
  font-weight: 600;
}
.topbar a.btn {
  background: #fff;
  border: 1px solid #355024;
  color: #355024;
}
.topbar a.btn:hover {
  background: #fff;
}
.topbar .btn-outline-dark:hover {
  color: #000;
}
.navigation {
  background: #fff;
  border-bottom: 1px solid #777;
}
.topheader {
  text-align: center;
}
body.front .navigation {
  border-bottom: none;
}
.navbar-dark .navbar-nav .nav-link {
  font-size: 112%;
}
.navbar.navbar-expand-md.navbar-dark {
  background: #21328e;
  background: linear-gradient(180deg, rgba(74,98,58,1) 0%, rgba(53,80,36,1) 100%);
  border-bottom: 1px solid #555;
}
body.front .navbar.navbar-expand-md.navbar-dark {
  border-bottom: none;
}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .nav-item .nav-link {
  border-right: 1px solid #ccc;
  border-right-color: rgb(255, 255, 255, .4);;
  padding: 0 1rem;
}
.navbar-nav .nav-item:last-child .nav-link {
  border-right: 0;
}
.nav-item {
  margin: 2px 0 4px;
}
.nav-item a {
  font-weight: bold;
  color: #fff;
}
.nav-item a.active {
  color: #000;
  border-bottom: 3px solid #666666;
}
div.contact-info {
  margin: 10px 0;
}
div.phone {
  font-size: 180%;
  font-weight: bold;
  color: #fff;
}
div.phone a {
  color: #fff;
}
div.address {
  font-size: 120%;
  font-weight: bold;
  color: #eadd15;
}
div.address a {
  color: #eadd15;
}
div.address a:hover {
  color: #fff;
}
img.logo {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 15px auto;
}
.navbar-brand {
  margin-right: 0;
}
.carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  bottom: initial;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.carousel-item {
  height: 60vh;
  min-height: 500px;
  max-height: 968px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.jumbotron {
  background-color: transparent;
  padding: 2rem 3rem;
  margin: 3rem 4rem;
}
.carousel-caption .fadefirst  {
  animation:2s ease 0s normal forwards 1 fadein;
}
.carousel-caption .fadesecond  {
  animation:2s ease 0s normal forwards 1 fadein;
  animation-delay: 1s;
  opacity: 0;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.features {
  color: #fff;
  padding: 40px;
  background-image: url(/images/bg-cars.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
.callouts {
  background: #e6e6e6;
}
a p.smcallout {
  color: #000;
}
.icon-callouts {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 30px;
}
.icon-callouts img {
  border-radius: 50%;
  max-width: 260px;
  margin-bottom: 10px;
}
.icon-callouts h3 {
  font-weight: 700;
}
.btn-primary {
  background-color: #eadd15;
  border-color: #eadd15;
  color: #355024;
}
hr.light { 
    border:0px none white; 
    border-top:1px solid rgba(255,255,255,.2); 
}
.team hr {
  clear: left;
}
#main-content {
  margin-bottom: 30px;
}
.servicesmenu {
  margin-bottom: 20px;
}
.list-group-item {
  padding: .55rem 1.25rem;
  color: #000000;
}
.services .row {
  border-bottom: 1px solid #777;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.services h5 {
  font-weight: bold;
}
.calloutbox {
  background: #fafafa; 
  border-bottom: 1px solid #9ba1a6
}
.blog-home h5 {
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-bottom: 2px;
  font-weight: bold;
}
.blog-home img,
.list-blog-header img,
.subimage img {
  border-radius: .25rem;
}
#footer {
  background: #355024;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
  color: #fff;
  padding: 30px 0 50px;
}
#footer .line {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
#footer hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1rem; 
}
.footer a {
  color: #fff;
  text-transform: capitalize;
}
.footer .title {
  margin-bottom: 20px;
}
.footer .title h3 {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
}
.footer ul, .footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.bottom-bar {
  padding: 27px 0;
  border-top: 1px solid #212123;
  background: #111111;
}
.bottom-bar p {
  margin: 0;
  color: #4D5054;
}
.subimage {
    float: left;
    margin: 0 3% 2% 0;
    width: 50%;
}
.services-main .list-item {
    margin: 30px 0 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.topicon {
  width: 26px;
  height: auto;
}
.icon-box {
  float: left;
  margin: 0 10px 15px 0;
}
.bg-light {
  background-color: #fafafa !important;
}
.btn-primary:hover {
  background-color: #355024;
  border-color: #355024;
}
.page-item.active .page-link {
  background-color: #000000;
}
.page-link {
  color: #000000;
}
.socialmediaicons {
    display: inline-block;
}
.par-links {
  display: block;
  text-align: center;
  background: #fafafa;
  padding: 16px;
  border-top: 1px solid #9ba1a6;
}
.par-links i {
  font-size: 26px;
}
.par-links a {
  color: #000000 
}
.par-links img {
  max-width: 100px;
  height: auto;
  display: inline-block;
  margin: 0 6px;
}
/*Reviews*/
div.reviews div {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
}
div.reviews div:last-child {
  border-bottom: none;
}
.stars {
  color: #cc2027
}
.author {
  font-style: italic;
  color: #666;
}
.badge-primary {
  background-color: #000000;
}
/*Coupons*/

.couponDiv {
  background: #fafafa;
    border: 2px dashed #ccc;
    border-radius: 8px 8px 8px 8px;
    color: #1d3772;
    font-size: 34px;
    font-weight: 600;
    margin: 10px;
    padding: 35px 50px 25px;
    position: relative;
    text-align: left;
    width: auto;
}
.coupon-disclaimer {
  font-size: 14px;
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
  color: #333;
  font-weight: normal !important;
}
.coupon-address {
  font-size: 13px;
  font-style: italic;
  color: #999;
  margin-top: 20px;
  font-weight: 700;
}
.print_section .printbutton {
  clear:left;
  text-align: right;
}
.print_section .printbutton a {
  text-decoration:none;
  margin: 0 10px 10px 0;
}
@media print {
  .noprint, .printbutton, .topheader, .hero, .blog-sidebar, .topbar, .footer, h1.mt-4, p.lead, aside, footer {
    display:none;
  }
  body,
  #page,
  #section-content,
  #zone-content-wrapper,
  .main-content {
    background:#fff;
    background-image:none;
  }
  .print {
  display:block;
  }
}
@media only screen and (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
  font-size: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-nav .nav-item .nav-link {
  border-right: 0;
  }
  div.contact-info {
  margin-top: 0;
  margin-bottom: 20px;
  }
  .carousel-item {
  min-height: 400px;
  }
  .display-4 {
  font-size: 3rem;
  line-height: 1.2;
  }
  .jumbotron {
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  }
  .navbar .navbar-brand {
  width: 100%;
  text-align: center;
  }
  .navbar-brand {
  white-space: normal;
  }
  .subimage {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
  }
  .socialmediaicons {
    display: block;
  }
  .navbar-toggler {
    margin: auto;
  }
  .navbar-collapse {
    text-align: center;
  }
}
@media only screen and (max-width: 576px) {
  .carousel-item {
  min-height: 300px;
  }
  .blog-home .list-item,
  .services-main .list-item {
    text-align: center;
  }
  .display-4 {
  font-size: 2.5rem;
  line-height: 1.2;
  }
  .jumbotron {
  padding: 1rem 1rem;
  margin: 1rem 1rem;
  }
  .services .img-fluid {
    width: 100%;
    height: 150px;
    object-fit: cover;
    margin-bottom: 5px;
  }
  .footer-links {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 15px;
  margin-bottom: 20px;
  }
  .footer-links ul, .footer-links ul li {
  display: inline-block;
  }
  .footer-links ul li a {
  border-right: 1px solid #fff;
  margin-right: 5px;
  padding-right: 10px;
  }
  .footer-links ul li:last-child a {
  border-right: none;
  }
}
@media only screen and (min-width: 768px) {
  .header {
  min-height: 241px;
  }
}

