#blog-text h1 {
	font-size: 38px;
}

#blog-text h2 {
	font-size: 28px;
	padding-top: 15px;
}

#blog-text h3 {
	font-size: 26px;
	padding-top: 15px;	
}

#blog-text h4 {
	font-size: 22px;
	padding-top: 15px;	
}


.hs-author-avatar img {
	height: 200px;
	width: 200px;
  border-radius: 50%;
	margin-bottom: 20px !important;
}

img .author-picture {
	max-width: 100%
}

.blog-feed-container {
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-box-align:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
    margin-bottom:4rem;
}

.big-blog-container {
    -webkit-box-flex:0;
        -ms-flex:0 1 60%;
            flex:0 1 60%;
    -webkit-box-ordinal-group:3;
        -ms-flex-order:2;
            order:2;
    border-left:2px solid transparent;
}

.small-blog-container {
    -webkit-box-flex:0;
        -ms-flex:0 1 40%;
            flex:0 1 40%;
    -webkit-box-ordinal-group:2;
        -ms-flex-order:1;
            order:1;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.small-blog-container .blog-post-item {
    padding: 25% 10% 10%;
    -webkit-box-flex:0;
    -ms-flex:0 1 100%;
    flex:0 1 100%;
}

.small-blog-container .blog-post-item:first-child {
    border-bottom:2px solid transparent;
}

.big-blog-container .blog-post-item {
    padding: 10.75% 0 10% 5%;
    height:100%;
}

.big-blog-container .blog-post-text {
    margin-bottom: 2.5rem;
    max-width: 50%;
}

.blog-post-text h3 {
    margin-bottom:2.5rem;
    text-transform: uppercase;
}

.blog-post-text {
    color: #fff;
    position:relative;
    z-index:3;
}

.blog-post-text a {
    text-decoration:none;
    color: #2da037;
}

.blog-post-item {
    background-repeat:no-repeat !important;
    background-size:cover !important;
    background-position:center !important;
    height:auto;
    position:relative;
}

.blog-post-item .basic-cta {
    position:relative;
    z-index:3;
}

.blog-post-item .arrow-cta {
    position:relative;
    z-index:3;
}

.blog-category {
    position: absolute;
    background: #2da037;
    top: 0;
    padding:0.85rem 1rem;
    color: #fff;
    z-index: 3;
    text-transform: uppercase;
    font-size:0.8667rem;
}

/* Small box custom module */

.small-box-container > span {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
}

.small-box-container > span > div {
    -webkit-box-flex:0;
        -ms-flex:0 1 27%;
            flex:0 1 27%;
    margin-right:9.5%;
}

.small-box-container > span > div:nth-child(3n+3) {
    margin-right:0;
}

.small-box-wrapper {
    background:#fff;
    position:relative;
    height:100%;
}

.small-box-wrapper:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: #2da037 transparent transparent transparent;
}

.small-box-content {
    text-align:center;
    padding:3rem 2rem 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

 .hs-breadcrumbs-wrapper {
        display: table;
        width: 100%;
        height: 121px;
        border-bottom: 1px solid rgba(136,136,136,0.15);
	      margin-top: 60px;
    }
    .hs-breadcrumbs-wrapper > div {
        display: table-cell;
        vertical-align: middle;
        overflow: hidden;
        padding: 5px 0;
    }
    .hs-breadcrumbs-wrapper .hs-breadcrumbs-left h1 {
			  font-size: 38px;
        color: #3c444b;
        text-transform: uppercase !important;
        font-family: ;
        margin: 5px 0;
    }
    ol.breadcrumbs {
        color: #3c444b;
        font-size: 16px;
        line-height: 22px;
        text-align: right;
        list-style: none;
        float: right;
        padding: 0;
        margin: 0;
    }
    ol.breadcrumbs > li {
        position: relative;
        display: inline-block;
    }
    ol.breadcrumbs > li + li {
    padding-left: 12px;
    margin-left: 4px;
    
    }
    ol.breadcrumbs > li  > a {
        color: #2da037;
        text-decoration: none;
			  font-weight: 400 !important;
    }
    ol.breadcrumbs > li  > a:hover {
        text-decoration: none;
        color: #afdc00;
    }
    .breadcrumbs li + li:before, .fancy-header .breadcrumbs li + li:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 15px;
        height: 13px;
        content: "/";
        opacity: .5;
        text-align: left;
        z-index: 3;
        color: rgba(136,136,136,0.35);
    }
    .breadcrumbs li:before,  {
        color: rgba(136,136,136,0.35);
    }
    .hs-blog-content-wrapper {
      padding-top:50px;
      padding-bottom:50px;
    }

    .custom-blog-pagination {
        margin-top: 30px;
        margin-bottom: 9px;
    }
    .blog-news .blog-listing-wrapper .post-listing .post-item .post-body p {
        text-indent:0;
    }
   .custom-blog-pagination .page-links{
      float: left; 
   }
   .custom-blog-pagination .page-nav{
      float: right; 
   }
    .hs-logos-blog img.custom-featured-image {
         width: auto;
    }
    .custom-blog-pagination a {
        line-height: 36px;
        position: relative;
        text-decoration: none;
        display: inline-block;
        border: 1px solid #c7d0d6;
        padding-left: 11px;
        padding-right: 11px;
        height: 36px;
        font-size: 16px;
        background-color: #e0e7ed;
        color: #3a3a3a;
    }
    a.next-posts-link {
			  color: #3c444b !important;
			  font-weight: 400 !important;  
    }
    a.previous-posts-link {
			  color: #3c444b !important;
			  font-weight: 400 !important;
    }
    .custom-blog-pagination a:last-child {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }
    .custom-blog-pagination a:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .custom-blog-pagination .page-links a {
        float: left;
			  color: #2da037;
			  font-weight: 400 !important;
    }
    .custom-blog-pagination .page-links a + a{
        margin-left: -1px;
    }
    i.custom-pop-icon {
        background-color: rgba(17,17,17,0.55);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Al;;;
        -webkit-transition: all 450ms ease;
        -moz-transition: all 450ms ease;
        -ms-transition: all 450ms ease;
        -o-transition: all 450ms ease;
    }
    .custom-featured-image-wrapper.zoom-gallery a {
        margin: 0 auto 10px;
        position: relative;
        display: block;
        outline: 0;
    }
    i.custom-pop-icon:after {
        position: absolute;
        display: none;
        top: 50%;
        left: 50%;
        margin: -25px 0 0 -25px;
        width: 50px;
        display: block;
        height: 50px;
        -webkit-transition: all 450ms ease;
        -moz-transition: all 450ms ease;
        -ms-transition: all 450ms ease;
        -o-transition: all 450ms ease;
        background-position: center center;
        background-repeat: no-repeat;
        content: "";
        background-image: url();
    }
    .custom-featured-image-wrapper.zoom-gallery a:hover i {
        display: block;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    .custom-featured-image-wrapper.zoom-gallery a:hover i:after {
        display: block;
    }
    .custom-blog-pagination a:hover {
        color: #2da037;
    }
    .custom-blog-pagination a.active {
        color: #fff;
        background-color: #2da037;
    }
    a.hs-header-author-link {
        color: #3c444b;
        text-decoration: none;
    }

/*** News Style **/ 

#blog-listing-wrapper {
	background: #fff;
	margin-bottom: 40px;
	border-bottom: 1px solid #d1d4d9;
	padding-bottom: 40px;
}	

a.author-link {
	font-size: 20px !important;
}

.blog-news .blog-listing-wrapper .post-listing .post-item {
    margin: 0 -25px;
}
.blog-news .blog-listing-wrapper .post-listing .post-item .custom-post-left-col {
    width: 40%;
}
.blog-news .blog-listing-wrapper .post-listing .post-item .custom-post-right-col {
    width: 60%;
}    
.blog-news .blog-listing-wrapper .post-listing .post-item > div {
    padding-left:25px;
    padding-right:25px;
}
.blog-news .blog-listing-wrapper .post-listing .post-item.left-image > div {
    float:left;
}
.blog-news .blog-listing-wrapper .post-listing .post-item.right-image > div {
    float:right;
}
.post-header h2 {
	  font-size: 26px !important;
    color: #3c444b;
    font-family: quatro, sans-serif;

} 
.post-header h2 a {
	  font-family: quatro, sans-serif;
	  font-size: 26px !important;
    color: #3c444b;
    text-decoration: none;
	  font-weight: 700 !important;
}

.post-header h2 a:hover { 
   color: #2da037;
   text-decoration: none;
}
.custom-blog-pagination .page-links a {
    font-size: 18px;
    font-family: ;
}
.cst-featured-image {
	height: 100%;
	width: 100%;
  object-fit: cover !important;
  position: relative;
	overflow: hidden;
	border-radius: 3px;
}

.cst-featured-image-wrapper a {
    position: relative;
    display: block;
    line-height: 0;
    text-decoration: none;
    height: 300px;
}
.cst-featured-image-wrapper a i{
    background-color: rgba(45,160,55,0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.cst-featured-image-wrapper a i:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    background-image: url("https://cdn2.hubspot.net/hubfs/4423884/Redesign%202019/icons/external-link-light.svg");
}
.cst-featured-image-wrapper a:hover i{ 
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-color: rgba(45,160,55,0.8);
}
.blog-news .blog-listing-wrapper .post-listing .post-item  + .post-item  {
    border-style: solid;
    border-width: 1px;
    border-color: rgba(136,136,136,0.15);
    border-left: none;
    border-right: none;
    border-bottom: none;
    margin-top: 19px;
    position: relative;
    padding-top: 44px;
}

.blog-news #hubspot-author_data {
    font-size: 14px;
    line-height: 21px;
    display: block;
    overflow: hidden;
    padding: 0 0 10px;
}
.blog-news #hubspot-author_data a {
    color: #2da037;
    text-decoration: none;
}
.blog-news span.hs-cat {
    position: relative;
    display: inline-block;
    margin: 0 1px 0 6px;
    padding-left: 10px;
    color: rgba(136,136,136,0.5);
    text-decoration: none;
}
.blog-news span.hs-cat:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    content: "/";
}
.cst-featured-image-wrapper img {
    width: 100%;
}
.blog-news #hubspot-author_data a:hover {
    text-decoration:underline;
}
div#captcha_wrapper {
    margin-bottom: 20px;
    overflow: auto;
}
.blog .blog-content {
    padding-bottom: 50px;
}
#comment-form .hs-input {
    max-width: 100%;
}
time.text-secondary {
    color:  #e6e3e3;
    font-size: 14px;
    line-height: 28px;
	  letter-spacing: 0.8px;
	  font-weight: 300 !important;
}
/*** Post Page Style **/


.customhubspot-editable {
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
    border-bottom: 1px solid rgba(136,136,136,0.15);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.blog-news img.custom-featured-image {
    width: 100%;
}

h3.widget-title {
    color: #3c444b;
    font-family: ;
	  font-size: 26px;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 15px;
    clear: both;
}

a.data-link {
    margin-right: 16px;
    margin-left: 0;
    padding-left: 25px;
    background-position: 0 center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    color: #2da037;
    text-decoration: none;
    background-image: url("https://cdn2.hubspot.net/hubfs/4423884/Redesign%202019/icons/calendar-alt-light.svg")
}
span.category-link {
    margin-right: 20px;
    margin-left: 0;
    padding-left: 25px;
    background-position: 0 center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    color: #2da037;
    text-decoration: none; 
    background-image: url("https://cdn2.hubspot.net/hubfs/4423884/Redesign%202019/icons/folder-light.svg");
}
span.category-link a {
    text-decoration: none;
    color: #2da037;
	  padding-left: 10px;
}

.hs-rss-news {
    border-left: 1px solid rgba(136,136,136,0.15);
    padding-left: 44px;
}

ul.recent-posts {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #3c444b;
    font-size: 18px;
    line-height: 22px;
}
.recent-posts li {
    display: block;
    overflow: hidden;
    margin: 9px 0 0 !important;
    padding: 15px 0 0;
}

.recent-posts>li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none!important;
}
.recent-posts .wf-td {
    display: table-cell;
    vertical-align: top;
}
a.rec_post-featured-image-link{
    margin-right: 20px;
    width:40px;
    display: block;
}
.items-grid .wf-td, .post-content, .post-img, .recent-posts .wf-td {
    display: table-cell;
    vertical-align: top;
}
.recent-posts li img {
    height:auto;
}
.post-content a {
	  font-size: 18px !important;
    color: #2da037;
    text-decoration: none;
	  letter-spacing: 3px;
	  font-weight: 400 !important;
}

.post-content a:hover {
    color: #afdc00;
}
time.text-secondary {
    color: #3c444b;
}
.recent-posts .post-content a:hover {
    color: #2da037;
}
.hs-blog-post-style .blog-post-wrapper .post-body p span {
    margin-right: 22px;
}
.hs-blog-post-style .blog-content {
    padding-right: 38px;
}
.customhubspot-editable a:hover {
    text-decoration: underline;
}

.post-three-column {
    text-align: center;
}

.hs-blog-post blockquote {
    background-color: #3c444b;
    font-size: 18px !important;
    padding: 28px;
    margin: 0 0 35px;
}
.hs-blog-post blockquote p:last-child {
    margin-bottom: 0;
}
.hs-blog-post-style .blog-post-wrapper .post-body .post-three-column p span {
    margin-right: 0;
}

span.vc_icon_element-icon.fa.fa-shopping-cart {
    color: #3c444b;
    font-size: 39.9px!important;
    margin: 10px;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-turquoise {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    position: relative;
    font-size: 14px;
    padding: 14px 20px;
    top: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    line-height: normal;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: -o-linear-gradient(top,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-image: linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(255,255,255,.01) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ffffff', endColorstr='#03ffffff', GradientType=0);
    color: #fff;
    border-color: #3c444b;
    background-color: #3c444b;
}
a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-rounded.vc_btn3-style-modern.vc_btn3-color-turquoise:hover {
    color: #f7f7f7;
    border-color: #3c444b;
    background-color: #3c444b;
}
.hs-er-wrapper {
    margin-bottom:30px;
}
.hs-er-wrapper .aio-icon {
    display:inline-block;
     width: 60px;
     text-align:center;
}
img.custom-featured-image {
    width: 100%;
    border-radius: 5px;	
}
.hs-er-wrapper p {
    display: inline-block;
    vertical-align: middle;
    width:calc(100% - 70px);
}
.aio-icon:after {
    font-family: 'Defaults';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    content: "\f05a";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #dd2323;
    font-size: 32px;
    display: inline-block;
}
@keyframes fadeInUp3 {
    0% {
        opacity: 0;
        transform: translate3d(0,20px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp3 {
    animation-name: fadeInUp3
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both
}

.box-lightgrey-blog-author {
	padding: 30px 30px !important;
	background: #f4f5f6;
	border-radius: 5px;
	margin-top: 30px;
}				

/* Author Social Media */

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
	background-image: url("https://cdn2.hubspot.net/hubfs/4423884/Redesign%202019/icons/linkedin-blog.svg") !important;
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
	background-image: url("https://cdn2.hubspot.net/hubfs/4423884/Redesign%202019/icons/twitter-square-brands.svg") !important;
}
.hs-author-social-links a.hs-author-social-link {
	width: 28px !important;
	height: 28px !important;
	background-size: 28px 28px !important;
}

/* Media Queries */


@media screen and (max-width: 970px) {
    .blog-news .blog-listing-wrapper .post-listing .post-item {
        margin: 0;
    }
    .blog-news .blog-listing-wrapper .post-listing .post-item > div {
        width: 100% !important;
        padding: 0;
    } 
    .hs-rss-news {
        display: none !important;
    }
    .blog .blog-content {
        width: 100% !important;
        padding-right:0;
    }
    .hs-breadcrumbs-wrapper {
        display: block;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
        height: auto;
    }
    .hs-breadcrumbs-wrapper > div {
        display: block;
        width: 100%;
        text-align: center;
    }
    .hs-breadcrumbs-wrapper > div.hs-breadcrumbs-right {
        padding: 0;
        margin-bottom: 10px;
    }
    ol.breadcrumbs {
        float: none !important;
        display: inline-block;
        vertical-align: middle;
    }
	

}


     @media (min-width:971px) {
        .custom-blog-section {
            width: 74%;
            padding-right: 33px;
        }
    }
    @media (max-width:1043px) {
        .hs-logos-blog .blog-listing-wrapper .post-listing .post-item {
            width: calc((100% - 20px) / 2);
        }
    }
    @media (max-width:800px) {
        h1 {    
            font-size: 33px;
            line-height: 43px;
        }
    }
    @media (max-width:767px) {
        .hs-logos-blog  .body-container-wrapper .page-center {
            padding: 0 20px;
        }
        .blog-news .body-container-wrapper .page-center {
             padding: 0 22px;
        }
        .hs-blog-post-style .body-container-wrapper .page-center {
            padding: 0 20px;
        }
        .hs-logos-blog .blog-listing-wrapper .post-listing .post-item {
            width: 100%;
        }
        .custom-blog-pagination {
            text-align:center;
        }
        .custom-blog-pagination .page-links, .custom-blog-pagination  .page-nav {
            float: none !important;
            display: inline-block;
        }
			
				img.author-picture {
						max-width: 150px !important;
						margin: 0 auto !important;
						float: none !important;
						position: inline-block;
}
    }