*/ #home-slider .caption,
body,
h2,
h4 {
    font-weight: 300
}

#home-slider .caption,
#services-main h2,
.facebook-icon h4,
.home-extra-title,
.navbar-right li a {
    text-transform: uppercase
}

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    font-family: Raleway, sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: .3px;
    color: #666;
    background-color: #fff
}

#home-slider .caption h1,
.home-extra-title {
    font-family: 'Open Sans', sans-serif
}

h1,
h2,
h3,
h4 {
    color: #30343f
}

h2 {
    font-size: 37px;
    margin-bottom: 20px;
    line-height: 1;
    letter-spacing: -1px
}

.h2-underline {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100px;
    height: 1px;
    width: 50%;
    border-top: 1px solid #6EB53B;
    margin: 0 auto;
    padding: 4px 0
}

.h2-hr {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 200px;
    height: 1px;
    width: 50%;
    border-top: 1px solid #6EB53B;
    margin: 10px;
    padding: 4px 0
}

#home-slider .fa-angle-down,
.preloader > i,
.service-icon {
    color: #fff;
    display: inline-block
}

h3 {
    font-size: 25px
}

h4 {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: .4px
}

h4-covid {

    font-size: 18px;
    color: #30343f;
    margin-bottom: 20px;
    line-height: 1.2;
    letter-spacing: .4px
}

.parallax {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.parallax,
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6 {
    color: #fff
}

.parallax input[type=text],
.parallax input[type=text]:hover,
.parallax input[type=email],
.parallax input[type=email]:hover,
.parallax textarea,
.parallax textarea:hover {
    font-weight: 600;
    color: #30343f;
}

.btn {
    border: 0;
    border-radius: 0
}

.btn.btn-primary:hover {
    background-color: #017fb5
}

.button-extra {
    padding-top: 30px
}

.navbar-nav li a:focus,
.navbar-nav li a:hover {
    outline: 0;
    outline-offset: 0;
    text-decoration: none;
    background: 0 0
}




.dropdown {
    position: relative;
    display: inline-block;
}

.subMenu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    list-style: none;
    padding: 0;
}









@media only screen and (min-width: 480px) {

    .navbar-right .subMenu a {
        color: #58912f;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .navbar-right li.active ul li a {
        background-color: rgba (0, 0, 0, 0) !important;
    }

    .subMenu a:hover {
        background-color: #ddd;
    }

    .dropdown:hover .subMenu {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    li.nav-item.dropdown {
        display: none;
    }

}



@media only screen and (max-width: 480px) {

    .navbar-right li a.dropdown-item {
        color: #000;
        line-height: 3em;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .navbar-nav > li > .dropdown-menu {
        padding: 1em 2em;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: rgba(0, 0, 0, .2);
    }

    .dropdown-menu {
        min-width: 251px;
    }

    li.scroll.dropdown {
        display: none;
    }

}






a,
img {
    text-decoration: none;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    outline: 0;
    border: 0
}

a:focus,
a:hover,
img:focus,
img:hover {
    text-decoration: none;
    outline: 0;
    border: none
}

section {
    padding: 90px 0
}

.heading {
    padding-bottom: 90px
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #6EB53B;
    background: -webkit-radial-gradient(#97d06f, #6EB53B);
    background: -o-radial-gradient(#97d06f, #6EB53B);
    background: -moz-radial-gradient(#97d06f, #6EB53B);
    background: radial-gradient(#97d06f, #6EB53B)
}

.preloader > i {
    position: absolute;
    font-size: 36px;
    line-height: 36px;
    top: 50%;
    left: 50%;
    height: 36px;
    width: 36px;
    margin-top: -15px;
    margin-left: -15px
}

.logo-overlay,
.logo-overlay-extra {
    position: absolute;
    top: 15px;
    left: 80px;
    width: 300px;
    height: 64px;
    z-index: 10
}

.logo-overlay {
    background: url(../images/logo1.svg) top left no-repeat;
    pointer-events: none
}

.logo-overlay-extra {
    background: top left no-repeat;
    border: none
}

#home-slider {
    overflow: hidden;
    position: relative
}

.img-slider0 {
    background-image: url(../images/slider/0.jpeg)
}

.img-slider1 {
    background-image: url(../images/slider/1.jpeg);
}

.img-slider2 {
    background-image: url(../images/slider/2.jpeg)
}

.img-slider3 {
    background-image: url(../images/slider/3.jpeg)
}

.img-slider4 {
    background-image: url(../images/slider/4.jpeg)
}

#home-slider .caption {
    position: absolute;
    top: 50%;
    margin-top: -104px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 15;
    font-size: 18px;
    color: #fff
}

#home-slider .caption h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 30px
}

.caption .btn-start {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    border: 1px solid #6e6d6c;
    border-radius: 4px;
    margin-top: 40px
}

.caption .btn-start:hover {
    color: #fff
}

.carousel-fade .carousel-inner .item {
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    background-repeat: no-repeat;
    background-size: cover;
    height: 2037px
}

.carousel-fade .carousel-inner .item:after {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);

}

.carousel-fade .carousel-inner .active {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-control {
    z-index: 2
}

.left-control,
.right-control {
    position: absolute;
    top: 50%;
    height: 51px;
    width: 51px;
    line-height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    z-index: 20;
    font-size: 24px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.left-control {
    left: -51px
}

.right-control {
    right: -51px
}

.left-control:hover,
.right-control:hover {
    color: #fff
}

#home-slider:hover .left-control {
    left: 30px
}

#home-slider:hover .right-control {
    right: 30px
}

#home-slider .fa-angle-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    width: 24px;
    margin-left: -12px;
    font-size: 24px;
    line-height: 24px;
    z-index: 999;
    -webkit-animation: bounce 3000ms infinite;
    animation: bounce 3000ms infinite
}

#facebook-carousel,
#facebook > div,
#products .folio-item,
.facebook-icon,
.tooltip {
    position: relative
}

.navbar-brand {
    background-color: #FFF;
    padding: 17.5px 15px;
    margin-left: -20px;
    height: 100%;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);

    box-shadow: 0 9px 0px 0px white, 0 -1px 0px 0px white, 12px 0 15px -8px rgba(31, 73, 125, 0.8), -12px 0 15px -4px rgba(31, 73, 125, 0.8);

}

.navbar-brand img {
    padding-top: 0px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
}

.navbar-right li a {
    color: #fff;
    font-size: 13.5px;
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 30px
}

.navbar-right li.active a {
    background-color: rgba(0, 0, 0, .2)
}

.service-icon {
    border-radius: 4px;
    font-size: 36px;
    height: 90px;
    line-height: 90px;
    width: 90px;
    -webkit-transition: background-color .2s ease;
    transition: background-color .2s ease
}

.our-services .col-md-4:hover .service-icon {
    background-color: #243A54
}

.our-services .col-md-4 {
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 50px;
    padding-top: 50px
}

.our-services .col-md-4:nth-child(4),
.our-services .col-md-4:nth-child(5),
.our-services .col-md-4:nth-child(6) {
    border-bottom: 0;
    padding-top: 60px
}

.our-services .col-md-4:nth-child(3),
.our-services .col-md-4:nth-child(6) {
    border-right: 0
}

.service-info h3 {
    margin-top: 35px
}

#about-us {
    background-image: url(../images/about-bg.jpeg);
    padding: 90px 0
}

/*Hack to allow the arrow that points to this sections to stop before the title*/
#services-nav {
    content: "";
    display: block;
    height: 150px;
    margin: -150px 0 0
}

#about-us h2 {
    margin-top: 0;
    color: #fff;
    padding-top: 20px
}

#about-us .lead {
    font-size: 16px;
    margin-bottom: 10px
}

#about-us h1,
.sector-icon {
    margin-bottom: 30px
}

.barWrapper {
    background-color: rgba(48, 52, 63, .6);
    margin-top: 60px
}

.sector-icon,
.tooltip.top {
    margin-top: 20px
}

.barWrapper p {
    padding: 0 10px 10px
}

.tooltip {
    float: right
}

.tooltip > .tooltip-inner {
    background-color: #243A54;
    padding: 10px 15px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #6eb53b
}

.popOver + .tooltip > .tooltip-arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #6eb53b
}

.progress {
    border-radius: 0;
    background-color: transparent;
    overflow: visible;
    height: 20px;
    border: none
}

.progress-bar {
    background: #6eb53b;
    padding: 10px 0 10px 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: width 1.5s ease-in-out;
    transition: width 1.5s ease-in-out
}

#facebook > div,
#overview,
.circle-icon,
.social-icons,
.team-member {
    text-align: center;
}

.sector-icon {
    margin-right: 30px
}

.sector i {
    font-size: 40px;
    padding-bottom: 20px
}

.sector h3 {
    font-size: 23px
}

.sector p {
    font-size: 15px
}

#products1 {
    background-color: #F0F8FF;
}

.product-carousel {
    margin-bottom: 0;
    padding: 0 20px 30px;
    margin-top: 0
}

.carousel-control.left,
.carousel-control.right {
    margin-top: 40px;
    background-image: none
}

.product-carousel img {
    width: 100%;
    height: 100%
}

.thumbnail {
    border: none !important;
    background-color: transparent
}

#products {
    overflow: hidden;
    background-color: #F2F2F2;
}

#section-white {
    overflow: hidden;
}

#products .col-sm-3,
#products .container-fluid {
    overflow: hidden;
    padding-left: 150px
}

.folio-expand,
.folio-image {
    -webkit-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

#products .folio-item:hover .folio-image {
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
}

.folio-image img {
    width: 50%;
    height: 50%
}

#team {
    padding-top: 90px;
    background-color: #F7F7F7
}

.team-members {
    margin-bottom: 25px
}

.social-icons {
    margin-top: 30px;
}

.social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block
}

.social-icons ul li {
    float: left;
    margin-right: 8px
}

.social-icons ul li:last-child {
    margin-right: 0
}

.social-icons ul li a {
    color: #fff;
    background-color: #d9d9d9;
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: block;
    font-size: 16px;
    opacity: .8
}

.social-icons ul li a:hover {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.team-member {
    color: #333;
    font-size: 14px
}

.team-member:hover .social-icons ul li a.facebook {
    background-color: #3b5999
}

.team-member:hover .social-icons ul li a.twitter {
    background-color: #2ac6f7
}

.team-member:hover .social-icons ul li a.linkedin {
    background-color: #036dc0
}

#team .img-responsive {
    width: 100%
}

.member-info h3 {
    margin-top: 35px
}

.member-info h4 {
    font-size: 14px;
    margin-bottom: 15px;
    color: #999
}

#overview {
    height: 500px;
    background-image: url(../images/overview-bg.jpg)
}

#overview i {
    font-size: 80px;
    margin-top: 50px
}

#overview h3,
#overview h3::after {
    color: #fff;
    margin-top: 15px;
    font-size: 30px;
    margin-bottom: 7px
}

#overview h3::after {
    content: "+"
}

#overview p {
    margin-top: 15px;
    font-size: 18px;
    color: #fff
}

#overview .slider-overlay {
    opacity: .8
}

#facebook {
    background-color: #30343f;
    height: 480px
}

#facebook-carousel {
    z-index: 15
}

.facebook-icon {
    z-index: 15;
    color: #fff
}

.facebook-icon .fa-facebook {
    font-size: 24px;
    height: 64px;
    width: 64px;
    line-height: 65px;
    border-radius: 50%;
    position: relative
}

.facebook-icon .fa-facebook:after {
    position: absolute;
    content: "";
    border-width: 8px;
    border-style: solid;
    left: 24px;
    bottom: -14px
}

#facebook-carousel .item {
    padding: 15px
}

#contact,
#google-map {
    padding-top: 0;
    padding-bottom: 0
}

#facebook-carousel .item a {
    color: #fff;
    font-size: 18px
}

.facebook-icon h4 {
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff
}

.facebook-left-control,
.facebook-right-control {
    position: absolute;
    top: 50%;
    color: #fff;
    border: 1px solid #fafafa;
    height: 34px;
    width: 34px;
    line-height: 31px;
    margin-top: -17px;
    font-size: 18px;
    border-radius: 50%;
    z-index: 15
}

.facebook-left-control {
    left: 80px
}

.facebook-right-control {
    right: 80px
}

.facebook-left-control:hover,
.facebook-right-control:hover {
    color: #fff
}

#google-map {
    height: 500px
}

#contact-us {
    background-image: url(../images/contact-bg.jpeg);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    background-position: right top;
    padding-bottom: 60px;

}

#contact-us .heading {
    padding-top: 95px
}

.form-control {
    background-color: transparent;
    border: 1px solid;
    height: 50px;
    border-radius: 0;
    box-shadow: none;
}

textarea.form-control {
    min-height: 180px;
    resize: none
}

.form-group {
    margin-bottom: 30px
}

.message-success {
    color: white;
}

.contact-info {
    padding-left: 70px;
    font-weight: 300;
    padding-bottom: 20px;
}

ul.address {
    list-style: none;
    padding: 30px 0 0;
    margin: 0
}

.contact-info ul li {
    margin-bottom: 8px
}

.contact-info ul li a {
    color: #30343f;
}

.btn-submit {
    display: block;
    padding: 12px;
    width: 100%;
    color: #fff;
    border: 0;
    margin-top: 40px
}

#footer {
    color: #fff
}

.footer-top {
    position: relative;
    padding: 30px 0
}

#footer .footer-bottom {
    background-color: #295135;
    padding: 20px 0 10px
}

#footer .footer-bottom a:hover {
    text-decoration: underline
}

.footer-logo {
    display: inline-block;
    margin-bottom: 5px
}

#footer .social-icons {
    margin-top: 15px;
}

#footer .social-icons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fa-youtube,
.fa-instagram,
.fa-facebook,
.fa-at,
.fa-yelp,
.fa-home {
    font-size: 30px;

}

#footer .social-icons ul li a {
    /*background-color: rgba(0, 0, 0, .2); old style behind
  size of social icon box behind*/
    background-color: #30343f;
    border-radius: 4px;
    line-height: 33px;
}

#footer .social-icons ul li a:hover {
    color: #fff;
}

#footer .social-icons ul li a.envelope:hover {
    background-color: #CECB26;

}

#footer .social-icons ul li a.facebook:hover {
    background-color: #3b5999;
}

#footer .social-icons ul li a.twitter:hover {
    background-color: #2ac6f7;
}

#footer .social-icons ul li a.linkedin:hover {
    background-color: #19975d;
}

#footer .social-icons ul li a.yelp:hover {
    background-color: #D32323;
}

.extra-services-divider {
    margin: 6px 0;
    height: 2px;
    width: 100%;
    display: block;
    overflow: hidden;
    background-color: #d8d8d8
}

.extra-services-heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px
}

.extra-services-image {
    margin-top: 40px;
    margin-bottom: 20px;
    height: 350px;
    -webkit-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 4px -4px rgba(0, 0, 0, .5);
	float: left; 
		max-width: 300px !important; 
		height: auto; 
		clear: both; 
		margin: 0 15px 20px 0; 
}

.caption-extra {
    padding-top: 150px
}

.btn-start-extra,
.btn-start-extra-1 {
    font-size: 14px;
    font-weight: 600;
    padding: 14px 40px;
    margin-top: 40px
}

.btn-start-extra {
    color: #397246
}

.btn-start-extra:hover {
    color: #fff;
    border: 1px solid #0e402d;
    border-radius: 4px
}

.btn-start-extra-1 {
    color: #243A54;
    border: 1px solid #243A54;
    border-radius: 4px
}

.btn-start-extra-1:hover {
    color: #fff;
    border: 1px solid #6EB53B;
    background-color: #6EB53B;
    border-radius: 4px
}

.fa-li {
    font-size: 15px
}

.circle-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-style: solid;
    line-height: 100px;
    border-color: #eee;
    vertical-align: middle
}

.service-card2:hover,
.service-card3:hover,
.service-card4:hover,
.service-card5:hover,
.service-card6:hover,
.service-card:hover {
    border: 2px solid #6EB53B
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%
}

#home-extra {
    background-image: url(../images/items-we-accept/items-header.jpeg);
    height: 470px
}


#home-services {
    background-image: url(../images/page-headers/services-header.jpeg);
    height: 470px
}

#home-business-pick-ups {
    background-image: url(../images/page-headers/business-pick-ups-header.jpeg);
    height: 470px
}

#page-header {
    height: 470px;
    padding-bottom: 90px;
}


.service-card,
.service-card2,
.service-card3,
.service-card4,
.service-card5,
.service-card6 {
    height: 300px;
    overflow: hidden
}

.home-extra-title {
    padding: 10px;
    font-size: 60px;
    font-weight: 700
}

#services-main h4 {
    color: #FFF;
    padding-top: 30%;
    padding-bottom: 10%
}

.service-card1 {
    padding-bottom: 50px;
}

.service-card {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/electronic-recycling.jpeg);
    background-repeat: no-repeat
}

.service-card:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/electronic-recycling.jpeg)
}

.service-card2 {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/collection-bin.jpeg);
    background-repeat: no-repeat
}

.service-card2:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/collection-bin.jpeg)
}

.service-card3 {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/facility-moveouts.jpeg);
    background-repeat: no-repeat
}

.service-card3:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/facility-moveouts.jpeg)
}

.service-card4 {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/data-destruction.jpeg);
    background-repeat: no-repeat
}

.service-card4:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/data-destruction.jpeg)
}

.service-card5 {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/asset-management.jpeg);
    background-repeat: no-repeat
}

.service-card5:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/asset-management.jpeg)
}

.service-card6 {
    background: linear-gradient(rgba(36, 58, 84, .7), rgba(36, 58, 84, .7)), url(../images/services/services-grid/equipment-purchasing.jpeg);
    background-repeat: no-repeat
}

.service-card6:hover {
    background: linear-gradient(rgba(110, 181, 59, .9), rgba(110, 181, 59, .9)), url(../images/services/services-grid/equipment-purchasing.jpeg)
}

.card-title h4 {
    font-size: 30px;
    font-weight: 700
}

.btn-card {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 20px;
    border: 1px solid #fff
}

#more-info .lead,
#more-info p {
    margin-bottom: 20px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .4px
}

.btn-card:hover {
    color: #fff;
    background-color: #243A54;
    border: 1px solid #243A54;
    border-radius: 0
}

#electronic-recycling,
#data-destruction,
#list-not-accepted,
#alternate-container {
    background-color: #F2F2F2
}

.more-info-1 {
    background-image: url(../images/services/services-parallax/electronic-recycling-extra.jpeg);
    padding: 90px 0
}

.more-info-2 {
    background-image: url(../images/services/services-parallax/facility-moveout-extra.jpeg);
    padding: 90px 0
}

.more-info-3 {
    background-image: url(../images/services/services-parallax/data-destruction-extra.jpeg);
    padding: 90px 0
}

.more-info-4 {
    background-image: url(../images/services/services-parallax/asset-management-extra.jpeg);
    padding: 90px 0
}

#more-info h2 {
    margin-top: 0;
    color: #fff;
    padding-top: 20px
}

.fa-ul > li {
    padding-bottom: 5px
}

#more-info .lead {
    font-size: 18px
}

#more-info p {
    font-size: 20px
}

#more-info h1 {
    margin-bottom: 30px
}

.h2-underline-extra {
    display: block;
    clear: both;
    content: "";
    position: relative;
    left: 0;
    bottom: 0;
    max-width: 100px;
    height: 1px;
    width: 50%;
    border-top: 1px solid #6EB53B;
    margin: 0 auto;
    padding: 4px 0 40px
}

#community-contact-us .heading,
#items-contact-us .heading {
    padding-top: 95px
}

#community-header {
    background-image: url(../images/community/community-header.jpeg);
    height: 470px
}

#community-contact-us {
    background-image: url(../images/community/community-contact.jpeg);
    padding-bottom: 90px
}

#items-header {
    background-image: url(../images/community/community-header.jpeg);
    height: 470px
}

#items-contact-us {
    background-image: url(../images/community/community-contact.jpeg);
    padding-bottom: 90px
}




.alert-info {
    margin-bottom: 0;
}

#special-message {
    overflow: hidden;
    background-color: #ffe576;
}

.video-layout {
    margin-top: 30px;
}

.address-padding {
    padding-top: 22%;
}

.img-overlay {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(10, 0, 0, 0.7));
}

.contact-right {
    color: #30343f;
}
