/* header height */

.header-section .is-sticky .header-main-section, .header-section.type-header-3 .is-sticky .header-main-section {
    /*height: 90px;*/
}
.page-title-container {
	height: 450px !important;
}


/*adjust categories menu*/
.page-id-3654 .widget_categories ul {
    width: 100%;
    overflow: hidden;
}
 .page-id-3654 .widget_categories li {
     float:left;
    margin-right: 20px;
 }

.page-title-section .page-title-container .page-title-captions {
	vertical-align: bottom;
}
.entry-title, .page-title-section .page-title-captions h1.entry-title {
	font-size: 45px;
}

.zozo-client-slider-wrapper .owl-carousel .owl-item img {
    height: 100px;
}

.footer-section.footer-skin-dark .footer-copyright-section p {
	text-align: left;
}
.zozo-revslider-section {
    background: #ffffff;
    position: relative;
    z-index: 30;
}
.vc-zozo-section {
	padding:2em 0;
}
.content-area {
    padding-top:0;
    padding-bottom:0;
}

/*Changes logo sizes on steering committee*/

img.alignleft.size-full.wp-image-3526, img.alignnone.size-full.wp-image-3909, img.alignleft.size-full.wp-image-3533 {
    max-width: 130px;
}

img.alignleft.size-full.wp-image-3730 {
    max-width: 150px;
}



/* Adjust member agencies for home page on mobile */
@media screen and (max-width: 991px) {
    .home .owl-carousel .owl-item {
        width: 100% !important;
        margin-bottom: 20px;
    }
}
/* Adjust footer widget spacing */
@media screen and (min-width: 992px) {
    #footer-widgets-2, #footer-widgets-3, #footer-widgets-4 {
        width: 20%;
    }
    #footer-widgets-2 {
        margin-left: 60px;
    }
    #footer-widgets-4 {
        margin-left: 40px;
    }
}



/* Make footer text links gray, and green on hover */
.footer-widgets .widget a {
    color: #7c7c7c;
}

.footer-widgets .widget a:hover {
    color: #6ab43e;
}

/* Video: forces full width on small devices */
@media screen and (max-width: 720px) {  
  .wpb_video_widget.vc_video-el-width-70 .wpb_wrapper {
    width: 100%;
  }
}
