
body {
    font-family: 'FF Good Pro News';
    margin: 0px 0px -20px 0px;
    padding: 0px 0px 0px 0px;
}

iframe, object, embed {
    max-width: 100%;
}

.closeContainer {
    position: relative;
    text-align: center;
}

.close {
    position: absolute;
    top: 8px;
    right: 16px;
    color: #fff !important;
}

.xnav {
    float: right;
}

.img-icons img {
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
}

.img-icons p {
    padding-top: 20px;
}

.navbar-brand img {
   width: 200px;
   margin: 10px 0px 10px 0px;
   text-align: left;
   float: left;
}
#home-banner-seperater {
    display: block;
    background: hsl(0, 0%, 90%);
    padding-top: 2%;
    padding-bottom: 2%;
}

#carousel-right-mobile {
    float: right;
}

#carousel-left-mobile {
    float: left;
}

.carousel-control-next {
    right: -10%;

}

.carousel-control-prev {
    left: -10%;

}
#home-case-carousel {
min-height: 500px;
}
.mobile-carousel-buttons {
    display: block;
    text-align: center;
    background: #667e7a;
    color: #4ebd44;
    padding-top: 3%;
    padding-bottom: 3%;
    font-size: 35px;
}
.carousel-text-mobile {
    display: inline;
}
.mobile-carousel-buttons a{
    color: #4ebd44;
}

.main-menu {
    margin-bottom: 0;
    padding: 0;
    background-color: #052e26;
    border: solid #b2b3b4;
    border-width: 1px 0 0 0;
}
    .main-menu .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
        align-items: flex-end;
    }
        .main-menu .navbar-nav > .nav-item > a {
            padding: 15px 18px;
            font-size: 20px;
        }
        .main-menu .navbar-nav > .nav-item:hover > a,
        .main-menu .navbar-nav > .nav-item > a:hover,
        .main-menu .navbar-nav > .nav-item > a:focus,
        .main-menu .navbar-nav > .nav-item.active > a {
            background-color: #b2b3b4;
        }
        .main-menu .navbar-nav > .nav-item > a .fa {
            margin-left: 8px;
            font-size: 16px;
        }
        .main-menu .dropdown-menu {
            margin-top: 0;
            background-color: #b2b3b4;
            border: none;
            color: white;
        }
            .dropdown-item,.dropdown-menu {
                color: #fff;
                font-weight: bold;
                font-size: 16px;
            }

            .dropdown-item:focus, .dropdown-item:hover {
                color: #fff;
                background-color: #06066a;
            }

            .main-menu .dropdown-menu > a.dropdown-item {
                padding: 7px 16px;
                color: #fff;
                font-size: 16px;
                font-weight: bold;
                line-height: normal;
            }
            .main-menu .dropdown-menu > a.dropdown-item .fa {
                margin-right: 5px;
                font-size: 16px;
            }
            .main-menu .dropdown-menu > a.dropdown-item:hover, .main-menu .dropdown-menu > li:hover,
            .main-menu .dropdown-menu > a.dropdown-item:focus, .main-menu .dropdown-menu > li:focus,
            .main-menu .dropdown-menu > a.dropdown-item.active, .main-menu .dropdown-menu > li:active {
                background-color: #06066a;
                background-color: #06066a;
                color: #fff;
            }


.main-menu .navbar-toggler {
    color: #3bd21a;
    font-size: 18px;
    padding: 10px 10px 2px 10px;
    border-radius: 3px;
    margin: 0px 10px 0px 0px;
}

.mobileButtons {
    display: inline-flex;
    padding-left: 4%;
    padding-right: 4%;
}

.main-header {
    margin: 0px;
    padding: 0px;
}

.footer-accordion {
    background: #1a4232;
    color: #fff;
    border: none;
    box-shadow: none;
    width: 100%;
    text-align: left;


}
.footer-accordion a {
    text-decoration: none;
    color: #fff;
}

#home-link-textTab {
    color: white;
    background-color: #052e26;
    padding: 20px 0px 5px 0px;
    font-weight: 900;
    font-size: 32px;
    margin: 0px;

}

.main-banner {
    background-image: url("/user_resources/images/site/homebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
    padding: 0px;
}

.main-banner h1 {
    font-family: 'FF Good Pro News';
    color: #FFFFFF;
    font-size: 46px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    z-index: 1;
}

.main-banner p {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: normal;
    margin: 0px 0px 0px 10px;
    z-index: 1;
}

.main-banner-overlay {
    background-color: rgba(0, 92, 69, 0.75);
    width: 100%;
    height: 430px;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url("/user_resources/images/icons/BG VS symbol.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-attachment: scroll;
    background-position: left;
    opacity: 110%;
}

.top-banner {
	background-color: #3fdd19;
    width: 100%;
    text-align: right;
    padding: 5px 5px 5px 5px;
}

.top-banner i {
   font-size: 32px;
   color: #052e26;
   padding: 0px 10px 0px 10px;
}

#header-top {
    background: #006149;
    padding: 10px 0px 10px 0px;
}

#header-top p {
    font-weight: 800;
    text-transform: uppercase;
    color: white;
    font-size: 14px;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

#header-top a {
    color: white;
}

#txtEmailNewsLetter {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.main-menu .navbar-nav {
    /*background: white; */
    display: flex;
    z-index: 9999;
}

.main-menu .navbar-nav > .nav-item {
    padding-top: 0px;
}

.logo {
    margin-top: 0px;
}

#eventlisting h1 {
    font-size: 30px;
}


#eventlisting h2 {
    font-size: 26px !important;
}

#eventlisting h3 {
    font-size: 22px;
}

.main-menu .navbar-nav > .nav-item > a {
    color: white;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 12px 10px 12px;
}
.fa-chevron-down {
    color: #3fdd19;
}

.main-menu .navbar-nav > .nav-item > a:hover, .main-menu .navbar-nav > .nav-item > a:active {
    color: #3fdd19;
    font-weight: bold;
    background: transparent;
}

.dropdown-item {
    font-weight: normal;
    font-size: 18px;
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
   background-color: #006149;
}

.main-menu .dropdown-menu {
    background-color: #062e26;
}

.main-menu .navbar-nav > .nav-item:hover > a, .main-menu .navbar-nav > .nav-item > a:hover, .main-menu .navbar-nav > .nav-item > a:focus, .main-menu .navbar-nav > .nav-item.active > a {
    background-color: #062e26;
}

#home-banner{
    background-image: url("/user_resources/images/site/homebg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center top;
}

.home-banner-content {
    padding: 20px;
}

#home-banner h1 {
    font-family: 'FF Good Pro News';
    font-weight: normal;
    color: #FFFFFF;
    font-size: 75px;
    margin: 0px 0px 30px 0px;
    z-index: -1;
}

#home-banner p {
    font-size: 20px;
    color: white;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

#home-banner ul {
    list-style: circle;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#home-banner ul li {
    font-size: 18px;
    color: white;
    line-height: 22px;
    padding: 0px 0px 20px 0px;
}

.home-banner-box {
    border: 1px solid white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.25);
}

.header-icons img {
    padding-right: 2%;
}

.header-icon {
    font-size: 50px;
}

.quote-request {
    background: #1a4232;
    color: white;
}

.quote-request label {
    color: #fff;
}

.home-banner-overlay {
    background-color: #005c45d9;
    width: 100%;
    height: 100%;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url("/user_resources/images/icons/BG VS symbol.png");
    background-repeat: no-repeat;
    background-size:contain;
    background-attachment: scroll;
    background-position: left;
    opacity: 110%;
}

.home-banner-buttons {
    padding-top: 70px;
}

#home-link-group {
    padding: 20px 0px 30px 0px;
    background-color: #052e26;
    margin-bottom: 25px;
}

#home-link-group h2 {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    text-align: center;
    text-shadow: 1px 1px 1px silver;
}

#home-link-group p {
    color: #ffffff;
    font-size: 26px;
    font-weight: 900;
    line-height: 28px;
}


#home-link-group p.home-link-group-tagline {
    color: #ffffff;
    font-size: 22px;
    text-align: center;
}

.definition h2 {
    color:   #006149;
}

.btn-vss {
    text-transform: uppercase;
    background: #006149;
    color: white;
    font-weight: 600;
    font-size: 40px;
    text-decoration: none;
}


#get-in-touch {
    background-color: #052e26;
    padding: 20px 0px 20px 0px;
    text-transform: uppercase;
}

#get-in-touch p {
   color: white;
   font-size: 28px;
   line-height: 32px;
}

#service-bullets {
    background-color: #052e26;
    padding: 20px 0px 20px 0px;
}

#service-bullets h3 {
    font-size: 42px;
    color: white;
    padding: 20px 0px 30px 0px;
}

#service-bullets p, #service-bullets li {
   color: white;
   font-size: 20px;
   line-height: 24px;
   font-weight: normal;
   margin-bottom: 10px;
}


#home-services, #home-services2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-position: center center;
    padding-top: 2%;
    padding-bottom: 2%;
}

#home-services {
    background-color: #fff;
}

#home-services a:hover {
   color: #5FE740;
}

#home-services2 {
    background-color: #052e26;
    color:white;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 25px;
}

#home-services h2, #standard-page-top h2, #home-tagline h2{
    color: #052e26;
    padding: 0px 0px 30px 0px;
    font-size: 52px;
    font-weight: 400;
    letter-spacing: -1px;
    text-align: left;
}

#home-services h3 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 34px;
    font-weight: 900;
    line-height: 38px;
}

#home-services h4 {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 34px;
    font-weight: 300;
    font-style: italic;
    line-height: 38px;
}

#home-services p {
    font-size: 18px;
    font-weight: 300;
    padding: 15px 0px 15px 0px;
    line-height: 22px;
    min-height: 80px;
}

#home-services .service-content {

   padding: 20px 20px 20px 20px;

}



.highlight {
    font-family: 'FF Good Pro';
    color: #3fdd19;
    font-weight: 900;
    font-style: italic;
    font-weight: bold;
}

.highlight-dark {
    font-family: 'FF Good Pro';
    color: #052e26;
    font-weight: 900;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    position: relative;
}

#accordionServices {
    border: none;
}

.footer-accordion-icon {
    text-align: right;
    font-size: 20px;
    color: #fff;
    float: right;
}

.footer-accordion-icon i {
    text-align: right;
    color: #fff;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: #40dd1a;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: #40dd1a;
}

.services {
    color: #0e352e;
}

#home-services2 h3 {
    color: #636363;
}
.btn-group a {
    padding:5px%
}

#home-services2 p {
    font-size: 32px;
    line-height: 1;
    color: white;
    text-align: left;
}

.navbar-cat-collapse {
    float: right;
}

.how-icon {
   font-size: 60px;
}


#home-services2 .how-icon {
    color: #006149;
}

#home-case-carousel {
    color: #052e26;
    height: 625px;
}

.home-case-carousel-overlay {
    width: 100%;
    height: 100%;
    padding-top: 3%;
    padding-bottom: 3%;
}

#home-case-carousel h2 {
    text-shadow: 2px 2px 2px #0D0D0D;
    text-align: center;
    font-size: 32px;
    margin: 0px 0px 40px 0px;
}

#home-case-carousel ul {
    list-style: circle;
    margin: 0px 0px 0px 20px;
    padding: 0px;
}

#home-case-carousel ul li {
    font-size: 18px;
    color: #052e26;
    line-height: 22px;
    padding: 0px 0px 20px 0px;
}

.home-case-carousel-title {
    background-color: #052e26;
    padding: 10px 20px 10px 20px;
    color: white;
}


.home-case-carousel-box {
    border: 1px solid #e4e4e4;
    padding: 20px;
    background-color: #e4e4e4
}


.case-study-item {
    border: 1px solid silver;
    padding: 10px;
    margin: 0px 0px 20px 0px;
    background: #006149;
    box-shadow: 4px 4px 2px #0D0D0D;
}

.case-study-item a {
   text-decoration: none;
}

.case-study-item:hover {
    background: #002E22;
}

.case-study-title {
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 1px #0D0D0D;
    text-align: center;
    min-height: 60px;
}

.case-study-item img {
    border: 1px solid silver;
    padding: 10px;
    margin: 0px 0px 5px 0px;
    background: white;
}


.btn-vale1 {
    color: #ffffff;
    background: #3fdd19;
    border-radius: 30px;
}

.btn-vale1:hover {
   color: #F1F1F1;
}

.service {
    color: #052e26;
    padding-bottom: 2%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    text-align: left;
    color: #052e26;
    background-color: #f7f7f7;
    font-size: 25px;
    text-align: left;
    width: 100%;
}

.contact-form {
    color: #052e26;
    padding: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #052e26;
    background-color: #f7f7f7;
    font-size: 25px;
    text-align: left;
    width: 100%;
}

.service_nohover:hover {
    background-color: #f7f7f7 !important;
    color: #052e26 !important;
}

.darkIcon {
    display: none;
}

.service:hover {
    background-color: #1a4232;
    color: #f7f7f7;
}

.service:hover div[id^="lightIcon"] {
    display: none;
}

.service:hover div[id^="darkIcon"] {
    display: block !important;
}

.serviceIcon {
    padding: 20px 0px 20px 0px;;
}

.imgIcon {
    padding-top: 10px;
    width: 70px;
    height: 55px;
    background-repeat: no-repeat;
    background-size:contain;
}


.Active {
    background: #052e26;
    color: #fff !important;
}

.btn-home-services {
    color: #3cd41a;
}

.btn-vale2 {
    color: #3fdd19;
    background: #1a4232;
    border: 1px solid   #1a4232;
    border-radius: 30px;
}

.carousel-title {
font-weight: 900;
font-size: 32px;

}

.social-icons i {
    color: #3ac71d;
    min-height: 20px;
    min-width: 20px;
    font-size: 24px;
}

.btn-vale2:hover  {
    background: #006149;
    border: 1px solid   #1f755f;
    color: white;
}

#home-social-feed {
    padding-top: 2%;
    padding-bottom: 2%;
}



#home-social-feed h2 {
    color: #006149;
    padding: 0px 0px 5px 0px;
    font-size: 26px;
    font-weight: 600;
    border-bottom: 1px solid silver;
}

#standard-page-top , #standard-page-bottom  {
   margin: 50px 0px 40px 0px;
}

#standard-page-top h1, #standard-page-bottom h1 {
    color: #006149;
    font-size: 30px;
    font-weight: normal;
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 0px;
}

.CTA2 {
    color: #fff;
}

#standard-page-top p, #standard-page-bottom p, #standard-page-top li, #standard-page-bottom li {
   font-size: 16px;
    color: #606060;
    line-height: 22px;
    margin: 5px 0px 25px 0px;
}

#standard-page-top a {
    text-decoration: underline;
    color: #606060;
}

#standard-page-top ul, #standard-page-bottom ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 20px;
}


#service-links .service-link-panel {
    background-color: #999999;
    color: white;
    padding: 20px;
    border-radius: 20px;
    margin: 10px 0px 20px 0px;
}

#service-links .service-link-panel h2 {
    font-size: 24px;
    color: white;
}

#service-links .service-link-panel p {
    font-size: 15px;
    color: white;
}

.dropdown-item {
    background-color:  #062e26;
  
  }

label {
    font-family: Open Sans;
    font-size: 15px;
    color: #606060;
}

.i-checks label {
    padding: 0px 10px 0px 5px;
}

.main-footer {
    background: #1a4232;
    color: #fff;
    margin: 0px;
    padding: 20px 10px 20px 10px;
}

.main-footer h3 {
   font-size: 25px;
}

.main-footer p {
    font-size: 16px;
}

.main-footer a {
    color: #fff;
    display: block;
}
.footer-bar {
    color: #fff;
    background: #052e26;
    padding: 5px 5px 5px 5px;
}

.footer-bar a {
    color: #3fdd19;
}

.form-error {
    color: red;
    font-size: 14px;
}

.footer-titles {
    font-size: 30px;
}

#home-services-text {
    text-align: left !important;
}

@media (max-width: 1200px) {


#home-services h2, #standard-page-top h2 {
    font-size: 42px;
}


#home-link-group p {
    font-size: 20px;
    font-weight: 900;
}


.img-icons p {
    font-size: 16px;
}


.main-menu .navbar-nav > .nav-item > a {
    padding: 10px 10px 10px 10px;
}

#home-case-carousel {
   height: 550px;
}

#home-banner h1 {
   font-size: 36px;
}

#home-banner p {
    font-size: 16px;
    line-height: 22px;
}

#home-banner ul li {
    font-size: 14px;
    padding: 0px 0px 10px 0px;
}

#home-services p, #home-services2 p {
    min-height: 60px;
    padding: 0px 10px 0px 0px;
    text-align: left;
}



}



@media (max-width: 992px) {

#home-services h2, #standard-page-top h2 {
    font-size: 32px;
}


.img-icons img {
    width: 50px;
}

#home-link-group p {
    font-size: 16px;
    font-weight: 400;
}


.main-menu .navbar-nav > .nav-item > a {
    padding: 10px 5px 10px 5px;
    font-size: 14px;
}


#home-case-carousel {
    height: 1050px;
}


   #home-services h3, #home-services2 h3 {
       font-size: 18px;
   }

#home-services p, #home-services2 p {
    min-height: 65px;
}

.how-icon {
    font-size: 40px;
}

.main-banner h1 {
    font-size: 34px;
}

#home-banner p {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3px;
}


}

@media (max-width: 763px) {

#home-services h2, #standard-page-top h2 {
    font-size: 26px;
}


.img-icons img {
    width: 50px;
}

#home-link-group p {
    font-size: 18px;
    font-weight: 400;
}


.main-menu .navbar-nav > .nav-item > a {
    font-size: 18px;
}

    .top-banner {
        text-align: center;
    }
    .text-right {
        text-align: left !important;
    }
    .header-icons img {
        padding-right: 8%;
    }
.main-banner h1 {
    font-size: 26px;
}

.main-banner p {
    font-size: 14px;
}

#standard-page-top h2, #standard-page-bottom h2 {
    font-size: 22px;
}

#standard-page-top p {
    font-size: 14px;
}

.footer-bar {
    font-size: 12px;
}

#home-case-carousel {
    height: inherit;
}


   #home-services h3, #home-services2 h3 {
       font-size: 28px;
   }

#home-services .btn-valegroup, #home-services2 .btn-valegroup  {
   margin-bottom: 20px;
}

#home-services {
    background-color: #f7f7f7;
}


#home-link-group, #home-services2 {
    margin: 0;
}

.btn-valegroup i {
    color: #3fdd19;
}

.how-icon {
    font-size: 60px;
}
#home-link-group {
    padding: 0px;
}
#home-link-group, #get-in-touch {
    text-align: center;
}




.main-menu {
    padding: 10px 5px 10px 5px;
}

}

.testimonial {
    background: #006149;
    padding: 20px;
    color: white;
    margin: 10px 0px 10px 0px;
}

.testimonial p {
    color: white !important;
    font-size: 18px !important;
    font-style: italic;
}

.testimonial h3 {
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
}

.btn-valegroup a {
    color: white !important;
    text-decoration: none  !important;
}

