/*Logo*/
.menuzord-brand img {
    max-height: 60px;
    margin-top: 0!important;
    margin-top: 12px!important;
	margin-bottom: 10px!important;
}
a.menuzord-brand.pull-left.flip.xs-pull-center {
	margin: 0!important;
}
.menuzord .menuzord-menu > li.active > a, .menuzord .menuzord-menu > li:hover > a, .menuzord .menuzord-menu ul.dropdown li:hover > a {
    background: #fff!important;
    color: #6AB43E!important;
}
.menuzord-menu > li {
    padding: 10px 5px!important;
}
.menuzord-menu > li.active > a:before, .menuzord-menu > li:hover > a:before {
    content: none;
}
input:-internal-autofill-selected {
    background-color: #ffffff!important;
}
.parallax {
    background-repeat: no-repeat!important;
}
.google-map {
	margin-bottom: -10px;
}

@media only screen and (max-width: 1024px) {
    .hero-text-container-outer {
        padding-top: 10px!important;
        padding-bottom: 50px!important;
    }
}
@media only screen and (max-width: 768px) {
    .hero-text-container-outer {
        padding-top: 0!important;
        padding-bottom: 40px!important;
    }
}
@media only screen and (max-width: 480px) {
    .hero-h1 {
        line-height: 65px;
        margin-bottom: 10px!important;
    }
    .hero-h2 {
        line-height: 32px;
        margin-bottom: 10px!important;
    }
    .hero-h4 {
        line-height: 25px;
    }
    .hero-text-container-inner {
        padding-top: 50px!important;
    }
    .hero-text-container-outer {
        padding-top: 10px!important;
        padding-bottom: 0!important;
    }
}
@media only screen and (max-width: 378px) {
    .hero-text-container-inner {
        padding-top: 0!important;
    }
}
@media only screen and (min-width: 1025px){
    .hero-text-container-outer {
        padding-top: 60px!important;
        padding-bottom: 100px!important;
    }
}
@media only screen and (max-width: 991px) {
    .menuzord .showhide {
        padding: 28px 0 0!important;
        margin-right: -20px!important; 
    }
}

.panel-group .panel-title a.active {
    background: #ffffff !important;
}

.panel-group .panel-title a {
    font-size: 18px;
    font-weight: 400;
}

.list-icon li {
    font-size: 18px;
}

.panel-group .panel-title a::after {
    padding: 15px 14px;
}

p {
    text-align: justify;
    text-justify: inter-word;
    hyphens: auto;
}

@media (max-width: 375px){
    p {
      text-align: justify!important;
    }
    p.text-center.center {
        text-align: center!important;
    }
  }
}



td {
    padding: 15px;
}