 h1, h2, h3, h4, .nav, ul, li {
    font-family: 'Roboto', sans-serif;
    
}
body, p, td, span, div
{
    font-family: 'Open Sans', sans-serif;
        
}
.nav, .navbar-nav, .navbar-right
 {
     color: #2a363f;font-weight: 600 !important;
     text-transform: uppercase;
 }
 
 
.nav ul li a.link:hover
 
 {
color: #86c724;
     text-decoration: none;background:transparent;
    
 }
.mtop24px
{
    margin-top: 24px;
}
.mbottom24px
{
    margin-top: 24px;
}
.mright24px
{
    margin-right: 24px;
}
.white
{
    color: #ffffff;
}
.grey
{
    color: #969696;
    
}
.liststylenone
{
    list-style-type: none;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
      h1 {
color:  #8EB53F;
font-size: 28px;
font-weight: 700;text-shadow:none;
}
      h2
      {
          color: #3F83B6;text-shadow:none;font-size: 24px;font-weight: 600;
          
      }
      h3 {
color:  #8EB53F;
font-size: 20px;
text-shadow:none;font-weight: 600;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 0px solid #ddd;
}

th, td {
    text-align: left;
}

      .greenhilitetext {
color:  #8EB53F;
font-weight: 800;text-shadow:none;
}
.greenphonetext {
    font-size: 34px;
}
      .greentext {
color:  #56AD48;font-size: 15px;
font-weight: 400;text-shadow:none;font-weight: 400;
}
.lineheight
{
    line-height:70%;
}
.negmarginleft
{
    margin-left: -24px;
    
}
.footerheader
{
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
}
.footericonbrand
{
    font-size:32px;color:#f4f4f4;
}
.footerbottom
{
    background-color: #1C2329;
}
      .ptop32px {
      padding-top: 32px;
      }
      .pbottom32px {
      padding-bottom: 32px;
      }
      .mleft18
      {
          margin-left: 18px;
          
      }
.mtop24
      {
          margin-top: 24px;  
      }
      .mtop18
      {
          margin-top: 18px;  
      }
.mtop8
      {
          margin-top: 8px;  
      }
.smalltext
{
    font-size: 11px;
    color: #969696;
}
      .services
{
margin: 0 auto;
}      .modal-header, h4, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
  }
  .modal-header, .modal-body {
      padding: 40px 50px;
  }

* {box-sizing: border-box;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  top: 10%;
  left:  5%;
  width: 100%;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}