
.chat-widget {
    z-index:999999;
}

.paddingtb-40 {
    padding:40px 0;
}

.paddingtb-60 {
    padding:60px 0;
}

.contact-us-strip {
    background:#f9f9f9 url('https://cdn2.hubspot.net/hubfs/603447/climbing-stairs.jpg') no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    color:#fff;
}

.contact-us-benefits {
    background:#f9f9f9 url('https://www.hcmworks.com/hubfs/landing_pages/Dollarphotoclub_79781817_Dark.jpg') no-repeat center;
    background-attachment:fixed;
    background-size:cover;
    color:#fff;
}
     
.contact-us-benefits h2 {
 color:#fff;   
}



h1,
h2,
h3,
h4 {
    font-family:"Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight:600;
}


.hero-content {
    margin-top:200px;
}

.main-contact-hero .hero-content {
    margin-top: 75px;
}

.hero-content h1 {
    color:#fff;
    text-shadow: 1px 1px 0.97px rgba(0, 0, 0, 0.35); 
    font-size: 46px;
    line-height: 1.3em;
}

.about-section {
    background:#fff;
    padding:65px 0;   
}

.our-solutions {
    background:#f9f9f9;
    padding:65px 0;
}

.overlay {
    background-color:rgba(0,0,0,0.35);
    z-index:10;
    position:absolute;
    width:100%!important;
    height:100%;
}

.rss-cards.full-links .full-link {
    display:none!important;
}

.about-section h1:after,
.our-solutions h1:after,
.featured-resource h1:after,
.blog-home-section h1:after {
    background: none repeat scroll 0 0 #8dc641;
     bottom: -10px;
     content: "";
     display: block;
     height: 5px;
     position: relative;
     width: 80px;
}

.about-section .fa {
    color:#8dc641;
    font-size:1.5em;
    width:50px;
    margin-right:10px;
    text-align:center;
}

.main-home-hero {
    height:625px;
    background-size:cover!important;
    background-repeat:none;
    position:relative;
}

.main-contact-hero {
    height:200px;
    background-size:cover!important;
    background-repeat:none;
    position:relative;
}


/** Solutions **/

.solutions-wrapper {
    width:100%;
    display:block;
    margin:20px 0;
    min-height:100px;
    box-shadow: 1px 2px 9.7px 0.3px rgba(0, 0, 0, 0.3); 
}

.solutions-wrapper:hover .solutions-title {
    background-color:#8dc641;
    color:#fff;
    cursor:pointer;
} 

.solutions-wrapper:hover .solutions-title h4{
    color:#fff;
} 

.solutions-image {
    width:25%;
    min-height:100px;
    display:inline-block;
    float:left;
}

.solutions-title {
    width:75%;
    background:#fff;
    min-height:100px;
    display:inline-block;
    float:left;
    padding:20px 30px;
    -moz-transition: background-color .250s ease-in;
    /* WebKit */
    -webkit-transition: background-color .250s ease-in;
    /* Opera */
    -o-transition: background-color .250s ease-in;
    /* Standard */
    transition: background-color .250s ease-in;
}

.solutions-title h4 {
    margin-bottom:0px;
}

a.solutions-learn-btn {
    margin:20px 0;
    width:100%;
    display:block;
    min-height:100px;
    background:#8dc641;
    color:#fff;
    text-align:center;
    font-size:24px;
    font-weight:300;
    line-height:100px;
    text-transform:uppercase;
}

a.solutions-learn-btn:hover {
    opacity:0.8;
}


/** FEATURED RESOURCES **/

.featured-resource {
    padding:65px 0;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    background:url('https://cdn2.hubspot.net/hubfs/603447/Images/featured-resource-1.jpg') no-repeat center;
    background-size:cover;

}

.resources-content {
    width:70%;
    float:left;
    text-align:left;
    display:inline-block;
    padding-right:20px;
}

.resources-image {
    width:30%;
    display:inline-block;
    float:left;
}



a#more-resources-btn {
    text-transform:uppercase;
    color:#000;
    text-align:center;
    background-color:transparent;
    padding:10px 20px;
    border:2px solid #000;
    margin:0px 15px;
}

a#more-resources-btn:hover {
    color:#fff;
    background-color:#000;
}


a#resource-download-btn {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    background-color:#8dc641;
    padding:10px 20px;
    border:2px solid #8dc641;
}

a#resource-download-btn:hover {
    opacity:0.8;
}

/* Blog Section */

.blog-home-section {
    padding:65px 0;
}

.blog-home-section .rss-cards .hs-rss-module {
    margin:0;
}

.post-listing-simple .post-item {
    width:100%;
    display:block;
    padding:15px;
    max-width:100%;
}

.post-listing-simple .post-item h2 {
    margin-top:0px;
}

.post-listing-simple .post-item h2 a:hover {
    color:#8dc641;
}

.post-listing-simple .post-item {
    min-height:auto;
}



/* footer */

.footer-main .hs-menu-wrapper ul li a {
    background:transparent;
    color:#fff;
    border:none;
    padding-left:0;
}

.footer-main .hs-menu-wrapper ul li a:before {
    font-family: FontAwesome;
    content:"\f105";
    color:#fff;
    margin-right:5px;
    color:#8dc641;
}

.footer-main .hs-menu-wrapper ul li a:hover {
    color:#8dc641;
}

.main-inside-hero {
    height:500px;
    background-size:cover!important;
    text-align:center;
    position:relative;
}

.main-inside-hero h1{
    color:#fff;
    margin-top:175px;
    text-shadow: 1px 1px 0.97px rgba(0, 0, 0, 0.35);
}


@media screen and (max-width:767px) {
    .resources-container {
        display: -moz-box;
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
    flex-flow: column;
    }
 .resources-image {
     width:100%;
     -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
 }  
 .resources-content {
     width:100%;
     -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
 }
}



@media screen and (max-width:615px) {
    
    .main-home-hero {
        height:355px;
    }
    
        .hero-content {
        margin-top:50px;
    }
    
    .hero-content h1 {
        font-size:36px;
    }
}

@media screen and (max-width:472px) {
    a#resource-download-btn {
        width:100%;
        display:block;
        float:none;
    }
    a#more-resources-btn {
        width:100%;
        display:block;
        float:none;
        margin-left:0;
        margin-top:10px;
    }
    
    .hero-content h1 {
        font-size:26px;
    }
    
    .solutions-wrapper {
        min-height:125px;
    }
    
    .solutions-title h4 {
        font-size:19px;
    }
    
    .solutions-title {
        min-height:125px;
    }
    .solutions-image {
        min-height:125px;
    }
    

}


