/*
Theme Name: Trenton Health Team
Description:Trenton Health Team
Author: MMNTM
Author URI: http://mmntm.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

::-moz-selection { 
    background: #0078d7;
}
::selection {
  background: #0078d7;
}
a{
    transition: all 0.3s ease 0s;
}
a:hover{
    transition: all 0.3s ease 0s;
}
.su-accordion.su-u-trim {
    margin-bottom: 15px;
}
.su-accordion.su-u-trim .su-spoiler-icon {
    /*border: 2px solid #e3e3e3;*/
    width: 52px;
    height: 52px;
    display: block;
    background-image: url(images/minus.png);
    background-repeat: no-repeat;
    background-position: center;
    top: 0;
    /*background-color:#e3e3e3;*/
}

.su-accordion.su-u-trim .su-spoiler-closed .su-spoiler-icon{    
    background-image: url(images/plus.png);
    background-color: transparent;
}
.su-spoiler-icon-plus .su-spoiler-icon::before {
   display: none!important;
}
.su-accordion.su-u-trim .su-spoiler-title{
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    color:#106da8;
    letter-spacing: 1px;
    border-bottom: 2px solid #106da8;
    background:#f5f5f5;
}
.su-accordion.su-u-trim .su-spoiler-closed .su-spoiler-title{
    border: 0;
}
.su-accordion.su-u-trim .su-spoiler-style-default > .su-spoiler-title {
    padding-left: 60px;
    padding-right: 0;
    line-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.su-accordion.su-u-trim .su-spoiler-style-default > .su-spoiler-content {
    padding-left: 60px;
    /*border-bottom: 1px solid #106da8;*/
    transition: unset !important;
}
.su-accordion .su-spoiler {
   /* margin-bottom: 0!important;*/
    border: 1px solid #ccc;
    
}
.su-accordion .su-spoiler-title:focus {
    outline: none;
}
.su-accordion.su-u-trim br {
    display: none;
}
.su-spoiler-content{
    font-size: 16px;
    font-weight: 400;
}
.su-accordion.su-u-trim .su-spoiler-closed .su-spoiler-content {
    display: none;
}
.su-accordion.su-u-trim .su-spoiler-content {
    display: block;
}

.header_bottom, .header_top, .q_logo, .q_logo a{
    z-index: 99999;
}
header .header_top .left{
    padding-top: 8px;
}
header .header_top .left a:hover p{
    text-decoration: underline;
}
header .header_top .left .q_icon_list{
    margin: 0 !important;
}
header .header_top .left .q_icon_list .fa-envelope-o:before{
    content: "\f0e0";
}
header .header_top .left .q_icon_list:first-child{
    padding-right: 30px;
}
header .header_top .left .q_icon_list p{
    line-height: 36px;
    margin-bottom:0;
    padding-left: 46px;
}
header .header_top .left .q_icon_list .fa{
    height: 36px;
    width: 36px;
    line-height: 34px;
}
header .header_top .left .q_icon_list i.fa-phone{
    line-height: 36px;
}
header .header_top .right{
    padding: 8px 0 0;
}
header .header_top .donate-btn{
    background:#cd6d2e;
    font-size: 18px;
    font-weight: 500;
    color:#fff;
    border-radius: 5px;
    padding: 8px 20px;
    display: inline-block;
    margin-right: 16px;
}
header .header_top .donate-btn:hover{
    background-color: #b05011;
}
header .header_top_bottom_holder .header_top{
    height: 55px !important;
}
header .header_top .right .q_social_icon_holder{
    vertical-align: top;
    line-height: 0;
}
header .header_top .right .q_social_icon_holder a:hover{
    opacity: 0.8;
}
#rev_slider_3_1_wrapper{
    background-color: #106da8 !important;
}
header.sticky .side_menu_button > a.search_button {
    vertical-align: top;
    display: inline-block;
}
/* Mega Menu */
nav.main_menu{
    position: absolute!important;
    left: 0!important;
    right: 15px!important;
}
nav.main_menu:hover{
    z-index: 9999;
}
nav.main_menu #menu-main-nav-mega-menu{
    display: flex;
    justify-content: flex-end;
    background: transparent;
}
nav.main_menu .issue-mega-menu{
    padding-top: 30px;
}
nav.main_menu .issue-mega-menu .wpb_single_image img{
    max-width: 150px;
}
nav.main_menu .issue-mega-menu h4 a{
    margin-top: 15px;
}
nav.main_menu h3{
    margin-bottom: 10px;
}
nav.main_menu .about-tht-mega-menu ul{
    padding-bottom: 20px!important;
}
nav.main_menu .about-tht-mega-menu li{
    display: block;
    padding: 5px 0;
}

/* Home Slider */
.home-slider{
    min-height: 350px;
}
.home-slider li{
    list-style: none;
    min-height: 600px;
    position: relative;
}
.home-slider li .container_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.home-slider li h2{
    font-size: 41px;
    line-height: 50px;
    color: #00acd4;
    font-weight: 500;
    text-transform: none;
    padding-bottom: 5px;
}
.home-slider li p{
    font-size: 27px;
    line-height: 34px;
    color: #fff;
    font-weight: 500; 
}
.home-slider li .banner-btm{
   position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    background: rgba(1,40,65,0.84);
    padding: 30px 0;
}
.home-slider li .right-content{
    display: flex;
    flex-direction: column;
}
.home-slider li .right-content a{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    padding: 10px 30px 10px 55px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    position: relative;
}
.home-slider li .right-content a:hover{
    background-position:18px center!important;
    transition: all 0.3s ease 0s;
}
.home-slider li .right-content a.learn-more{
    background-color: #cd6d2e; 
    margin-bottom: 15px;    
}
.home-slider li .right-content a.learn-more:hover{
    background-color: #c85f1b;
}
.home-slider li .right-content a.learn-more:after{
    content: "\f0a9";
    position: absolute;
    left: 13px;
    top: 8px;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    color:#7e3909;
    font-family: "FontAwesome";  
}
.home-slider li .right-content a.playvideobtn{
    background-color: #106da8;    
}
.home-slider li .right-content a.playvideobtn:hover{
    background-color: #0c649b;
}
.home-slider li .right-content a.playvideobtn:after{
    content: "\f144";
    position: absolute;
    left: 13px;
    top: 8px;
    font-size: 36px;
    line-height: 30px;
    text-align: center;
    color:#02385b;
    font-family: "FontAwesome";   
}
.home-slider li .right-content a.playvideobtn.arrowicon:after{
	content: "\f0a9";
}
.home-slider .owl-nav .owl-next{
    right: 48px;
    top: auto;
    bottom: 110px;
    height: 50px;
    width: 50px;
    border-color:#fff;
    transition: all 0.3s ease 0s;
}
.home-slider .owl-nav .owl-next:after{
    content: "\f054";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-family: "FontAwesome";
    
}

.home-slider .owl-nav .owl-prev{
    left: 48px;
    top: auto;
    bottom: 110px;
    height: 50px;
    width: 50px;
    border-color:#fff;   
    transition: all 0.3s ease 0s;
}
.home-slider .owl-nav .owl-prev:after{
    content: "\f053";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-family: "FontAwesome";
}
.home-slider .owl-nav .owl-prev:hover, .home-slider .owl-nav .owl-next:hover{
    background-color: #cd6d2e;
    border-color: #cd6d2e;
}

.home #rev_slider_3_1_wrapper .navigation-1.tparrows{
    top: auto!important;
    bottom: 52px;
    height: 61px !important;
    width: 61px !important;
    background: none!important;
    border: 2px solid #fff;
    border-radius: 5px;
    line-height: 60px!important;    
}
.home #rev_slider_3_1_wrapper .navigation-1.tparrows:hover{
    opacity: 0.7!important;
}
.home #rev_slider_3_1_wrapper .navigation-1.tparrows:before{
    content: ""!important;
    height: 32px;
    width: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.home #rev_slider_3_1_wrapper .navigation-1.tparrows.tp-rightarrow::before{
    background: url(images/right-arrowwhite.png) no-repeat center center;    
}
.home #rev_slider_3_1_wrapper .navigation-1.tparrows.tp-leftarrow::before{
    background: url(images/left-arrowwhite.png) no-repeat center center;
}
.home #rev_slider_3_1_wrapper .navigation-1.tparrows::before{
    color: #fff;
}
.home #rev_slider_3_1_wrapper .rev-btn{
   background-position: 10px center!important; 
    text-transform: uppercase;
}
#envision_healthier .left-side h4{
    color: #e7833d;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;    
}
#envision_healthier p{
    color: #3c3c3c;
}
#envision_healthier .left-side .qode-showcase-item-holder .qode-showcase-icon .fa{
    color: #00acd4;
    font-size: 42px;
}
#envision_healthier .left-side .qode-showcase-item-holder.qode-showcase-active .fa{
    color: #fff;
}
#envision_healthier .right-side .our-mission h4{
    font-size: 47px;
    line-height: 40px;
    color: #106da8;
    font-weight: 600;
    margin-bottom: 20px;
}
#envision_healthier .right-side .our-mission p{
    color: #3c3c3c;    
}
#envision_healthier .right-side h3{
    color: #106da8;
    font-size: 31px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
#envision_healthier .right-side .o-text{
    color: #e7833d;
}
#envision_healthier .right-side .center-col{
    border-left: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}
#envision_healthier .left-side .qode-showcase-content-inner{
    color: #3c3c3c;
    margin-top: 10px;
}
#envision_healthier .left-side .qode-icon-holder.qode-icon-circle{
    box-shadow: 0 0 12px #d8d8d8;
    height: 70px;
    width: 70px;
    line-height: 70px;
}
.top-heading{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px!important;
    position: relative;
}
.top-heading:before{
    background-color: #106da8;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    content: "";
}
.top-heading h2{
    background-color: #f6f6f6;
    z-index: 1;
    padding-right: 18px;
    text-transform: uppercase;
}
.top-heading  .view-all{
    font-size: 13px;
    font-weight: 700;
    color: #106da8;
    line-height: 18px;
    border: 1px solid #106da8;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 10px 20px;
    background-color: #f6f6f6;
    position: relative;
}
.logo_mission_statementSec.banner-bottom {
    padding: 50px 0 70px;
}    
.banner-bottom{
    text-align: center;
}
.banner-bottom img{
    display: inline-block;
}
.banner-bottom h2{
    text-transform: none;
    font-size: 36px;
    font-weight: 400;
    line-height: 44px;
    padding: 0 170px;
}
.banner-bottom h2 span{
    font-weight: 700;
    color: #cd6d2e;
}
.latest_news .latest_post_holder li{
    position: relative;
}
.latest_news .latest_post_holder .latest_post{
    position: absolute;
    left: 0;
    bottom: 0;
    background:rgba(16,109,168,0.8);
    padding-top: 44px!important;
    border-radius:0 0 5px 5px;
}
.latest_news .latest_post_holder .latest_post .excerpt{
    display: none;
}
.latest_news .latest_post_holder .latest_post_title a{
    font-size: 19px;
    color: #fff;
    text-transform: none;
    display: inline-block;
    padding-right: 55px;
    position: relative
}
.latest_news .latest_post_holder .latest_post_title a:hover{
    text-decoration: underline;
}
.latest_news .latest_post_holder .latest_post .post_infos a:hover{
    color: #fff!important;
    text-decoration: underline;
}
.latest_news .latest_post_holder .latest_post_title a:after{
    background: url(images/post-arrowwhite.png) no-repeat center center;
    background-size: contain;
    height: 49px;
    width: 49px;
    position: absolute;
    right: 0;
    top: -10px;
    content: "";
}
.latest_news .latest_post_holder .post_infos{
    position: absolute;
    top: 16px;
}
.latest_news .latest_post_holder .post_infos a{
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.latest_news .latest_post_holder .post_infos .dots{
   display: none !important;
}
.latest_news .top-heading h2, .latest_news .top-heading .view-all{
    background-color: #edf8ff;
}
.latest_news .top-heading .view-all:hover,.top-heading .view-all:hover{
    background-color: #106da8;
    color: #fff;
}
.latest_news .latest_post_holder li .wp-post-image{
    width: 100%;
    border-radius: 5px;
}
.home-research-reports{
    background-color: #f6f6f6;
}


.footercta {
    display: block;
    background: url(images/cta-bg.jpg) no-repeat left top;
    background-size: auto;
    background-size: cover;
    padding: 110px 0;
}
.footercta .ctaSec {
    background: rgba(255,255,255,0.9);
    padding: 50px 0;
    display: inline-block;
    width: 100%;
}
.footercta .ctaSec .left {
    width: 70%;
    display: inline-block;
}
.footercta .ctaSec .left h3{
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    color: #cd6d2e;
}
.footercta .ctaSec .left p{
    color: #3c3c3c;
    font-size: 20px;
    line-height: 24px;
}
.footercta .ctaSec .right {
    width: 28%;
    float: right;
    text-align: right;
    margin-top: 22px;
}
.footercta .ctaSec .btn {    
    color: #fff;
    font-size: 22px;
    background-color: #cd6d2e;
    display: inline-block;
    background-color:#cd6d2e;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
}
.footercta .ctaSec .btn:hover{
    background-color: #b05011;
    transition: all 0.3s ease 0s;
}
.footer_top_holder .footer_top{
    padding: 60px 0 45px 0;
}
.footer_top_holder .footer_top p{
    color: #8c8c8c;
}
.footer_top_holder .footer_top .fa:first-child{
    line-height: 34px;
}
.footer_top_holder .footer_top .fa{
   height: 36px;
    width: 36px;
    line-height: 36px; 
    flex-shrink: 0;
}
.footer_top_holder .footer_top .q_icon_list p{
    padding-left: 50px;
}
.footer_top_holder .footer_top .gform_wrapper{
    margin-top: 0;
    margin-bottom: 0;
}
.footer_top_holder .footer_top form input[type="text"]{
    font-size: 18px;
    line-height: 24px;
    color:#8c8c8c;
    border: 1px solid #e0e0e0;
    border-radius: 7px;   
    background:#fff;
    height: 52px;
    width: 100%!important;
    padding: 0 16px!important;
    font-style: italic;
    opacity: 1;
    font-weight: 500;
    margin-top: 0;
}
.footer_top_holder .footer_top form input[type="submit"]{
    background:#106da8;
    color:#fff;
    font-size: 22px;
    border-radius: 6px;    
    width: 100%;
    border: 0;
    width: 100%;
    cursor: pointer;
    height: 52px;
    text-align: center;
    font-weight: 500;
}
.footer_top_holder .footer_top form input[type="submit"]:hover{
    background-color: #cd6d2e;
}
footer .gform_wrapper div.validation_error{
    text-transform: none;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 16px;
}
footer .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100%!important;
}
footer .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
    padding-top: 1px !important;
}
footer .gform_wrapper .field_description_below .gfield_description{
    padding-top: 5px !important;
    font-size: 12px;
}
.footer_top_holder .footer_top form input[type="text"]::-webkit-input-placeholder {
    opacity:1;
    color:#8c8c8c;
}
.footer_top_holder .footer_top form input[type="text"]:-moz-placeholder { 
    opacity:1;
    color:#8c8c8c;
}
.footer_top_holder .footer_top form input[type="text"]::-moz-placeholder {
    opacity:1;
    color:#8c8c8c;
}
.footer_top_holder .footer_top form input[type="text"]:-ms-input-placeholder {
    opacity:1;
    color:#8c8c8c;
}
.footer_top_holder .footer_top .gform_wrapper .gform_footer{
    padding: 0;
}
.footer_top_holder .footer_top  .gform_wrapper ul.gform_fields li.gfield{
    padding-right: 0;
}
footer .footer_bottom_holder{
    padding: 12px 0;
}
footer .footer_bottom_holder .footer_bottom .social-text{
    color: #00acd4;
}
footer .footer_bottom_holder .footer_bottom .fa-stack {
    height: 36px;
    width: 36px;
    line-height: 36px;
}
footer .footer_bottom_holder .footer_bottom .q_social_icon_holder{
   margin-left: 5px; 
}
footer .footer_bottom_holder .footer_bottom .q_social_icon_holder:first-child{
    margin-left: 0;
}
footer .footer_top .footer-ad p{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
footer .footer_top .footer-ad p:first-child{
    margin-bottom: 0;
}
footer .footer_top .footer-ad p i{
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}
footer .footer_top .footer-ad a:hover{
    color: #cd6d2e!important;
}
footer .footer_top .footer-ad a.f_mailto{
    padding-left: 60px;
}
footer .footer-ad .fa-envelope-o::before{
    content: "\f0e0";
}

/* Issues */
.title .title_holder .container{
    background: #106da8 url(images/title-bg.png) no-repeat right top;
}
.breadcrumb {
    position: absolute;
    height: 100%;
    font-size: 13px;
    top: 100px;
    left: 0;
    right: auto;
}

@media only screen and (min-width: 1000px) {
    .content .container .container_inner.default_template_holder, .content .container .container_inner.page_container_inner, .full_width {
        padding-top: 215px;
    } 
    .home .full_width {
        padding-top: 0;
    }   
}

/* Breadcumbs */
.breadcrumb .breadcrumbs .breadcrumbs_inner a {
    font-size: 12px;
    font-weight: 500;
    color: #0580ce;
    text-transform: uppercase;
    line-height: 1.2;
}
.breadcrumb .breadcrumbs .breadcrumbs_inner span {
    color: #8c8c8c;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

/* News Details */
.blog_holder.blog_single article .post_text .post_text_inner p{color: #3c3c3c;}
.title.title_size_large .title_subtitle_holder_inner h1 {
    font-size: 40px;
    font-weight: 500;
}
.blog_holder.blog_single article h2.entry_title {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    padding-bottom: 15px;
}
.blog_single.blog_holder{
    max-width: 790px;
    width: 100%;
    margin: 0 auto;
}
.blog_holder.blog_single article p{
    font-size: 18px;
}
.post_info.postautherSec {
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    padding: 15px 0;
}
.blog_holder.blog_single article .post_info.postautherSec{
    margin-bottom: 20px;
}
.post_info.postautherSec .post_author img {
    width: 25px;
    border-radius: 100%;
    border: 2px solid #8c8c8c;
    vertical-align: middle;
    margin-right: 10px;
}
.post_info.postautherSec .post_author a.post_author_link {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: #8c8c8c;
}
.post_info.postautherSec span {
    margin-right: 30px;
    color: #8c8c8c;
}
.blog_single.blog_holder .post_info.postautherSec span a.post_author_link{color: #8c8c8c;}
.post_info.postautherSec span i.fa {
    font-size: 30px;
    vertical-align: middle;
    margin-right: 10px;
    color: #8c8c8c;
}
.post_info.postautherSec span i.fa.fa-tag {
    border: 2px solid #8c8c8c;
    border-radius: 100%;
    height: 15px;
    width: 15px;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding: 3px 6px 7px 4px;
}
.shareSec span.dots,.shareSec .blog_like,.shareSec .social_share_dropdown .inner_arrow,
.shareSec .blog_share.qode_share span.social_share_title{
    display: none;
}
.shareSec .blog_share.qode_share{
    padding-bottom: 30px;
}
.shareSec{
    font-size: 14px;
    line-height: 25px;
    color: #8c8c8c;
    font-weight: 500;
    text-transform: uppercase;
}
.shareSec .social_share_dropdown {
    display: inline-block;
    width: auto;
    visibility: unset;
    opacity: 1;
    position: static;
    padding: 0;
    transform: unset;
}
.shareSec .social_share_dropdown ul {
    position: static;
    display: inline-block;
    width: auto;
    padding: 0;
    background: none;
}
.shareSec .social_share_dropdown ul li {
    display: inline-block;
    position: static;
    background: #b9b9b9;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    margin: 0 5px;
    padding: 0!important;
}
.single-related-stories{
    background-color: #f6f6f6;
}
.post_text_inner p a{color:#cd6d2e;}

/* Upcoming Event */
.upcoming-events .top-heading h2{color:#cd6d2e;background-color:#fff5ee;}
.upcoming-events .top-heading:before{background-color: #cd6d2e;}
.upcoming-events .top-heading .view-all{background-color: #fff5ee;color: #cd6d2e;border: 1px solid #cd6d2e;}
.upcoming-events .top-heading .view-all:hover{background-color: #cd6d2e;color: #fff;}
.event-slider-outer {
width: 100%;
float: left;
}
.event-slider-outer .item {
padding: 12px 20px 15px 20px;
background-color: #fff;
border-radius: 5px;
box-shadow: 0px 0px 18px rgba(0,0,0,0.04);
display: flex;
}
.event-slider-outer .item .left {
float: left;
width: 90px;
background-image: url("images/calender-frame.png");
background-repeat: no-repeat;
background-size: contain;
    text-align: center;
}
.event-slider-outer .item .right {
float: left;
margin-left:20px;
}
.event-slider-outer .item .left p {
font-size: 20px;
font-weight: 600;
color: #cd6d2e;
margin: 22px 25px 10px;
}
.event-slider-outer .item .left p span {
font-size: 28px;
color: #fff;
margin-top: 10px;
display: inline-block;
}
.event-slider-outer .item .right h2, .event-slider-outer .item .right h2 a {
font-size: 20px;
color: #cd6d2e;
font-weight: 400;
text-transform: none;
}
.event-slider-outer .item .right p {
font-size: 16px;
color: #3c3c3c;
}

/* Event Slider Navigation*/

.owl-nav .owl-prev{
    position: absolute;
    top: 50%;
    left: -70px;
    margin-top: -24px;    
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-position: center;
    transition: all 0.3s ease 0s;
}
.owl-nav .owl-prev:after{
    content: "\f053";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color:#c3c3c3;
    font-family: "FontAwesome";
}
.owl-nav .owl-next{
    position: absolute;
    top: 50%;
    right: -40px;
    margin-top: -24px;   
    border: 2px solid #c3c3c3;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    font-size: 0;
    background-position: center;
    transition: all 0.3s ease 0s;
}
.owl-nav .owl-next:after{
    content: "\f054";
    position: absolute;
    left: 0;
    right: 0;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    color:#c3c3c3;
    font-family: "FontAwesome";
}
.owl-nav .owl-next:hover, .owl-nav .owl-prev:hover{
    background-color: #cd6d2e;
    border-color: #cd6d2e;
    transition: all 0.3s ease 0s;
}
.owl-nav .owl-next:hover:after, .owl-nav .owl-prev:hover:after{
    color: #fff;
}

/* Issue Details or Single Issue */
.bg-seashell{
    background-color: #fff5ee;
}
.related-project,
.related-news-stories,
.related-research-reports,
.related-events,
.partner-sec{
    padding: 70px 0 80px;
}
.bg-seashell .top-heading h2{
    background: #fff5ee;
    color: #cd6d2e;
}
.bg-seashell .top-heading:before{
    background-color: #cd6d2e;
}
.bg-seashell .top-heading .view-all{
    color: #cd6d2e;
    border: 1px solid #cd6d2e;
    background-color: #fff5ee;
}
.bg-seashell .top-heading .view-all:hover{
    background-color: #cd6d2e;
    color: #fff;
}
.services-boxes ul{
    list-style-type: none;
    display: flex;    
}
.services-boxes ul li{
    margin-right: 30px;
}
.services-boxes ul.owl-carousel li{
    margin-right: 0;
}
.services-boxes figure{
    margin: 0;
    position: relative;
}
.services-boxes ul li figure img {
    border-radius: 5px;
}
.services-boxes figure figcaption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(16,109,168,0.87);
    border-radius: 0 0 5px 5px;    
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 78px;
}
.services-boxes figure figcaption p,
.services-boxes figure figcaption a{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.services-boxes figure figcaption p{
    max-width: calc(100% - 60px);
}
.services-boxes figure figcaption a{
    background-image: url("images/right-arrow-rp.png");
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
}
.services-boxes figure figcaption a:hover{
    opacity: 0.7;
}
.bg-lightblue{
    background-color: #edf8ff;
}
.bg-lightblue .top-heading h2{
    background: #edf8ff;
    color: #106da8;
}
.bg-lightblue .top-heading:before{
    background-color: #106da8;
}
.bg-lightblue .top-heading .view-all{
    color: #106da8;
    border: 1px solid #106da8;
    background-color: #edf8ff;
}
.bg-lightblue .top-heading .view-all:hover{
    background-color: #106da8;
    color: #fff;
}
.services-boxes figure figcaption p span{
    font-size: 14px;
   /* display: block;*/
    padding-bottom: 5px;
}
.services-boxes figure figcaption p .date.entry_date.updated{
    padding: 0;
}
.bg-white{
    background-color: #fff;
}
.bg-white .top-heading h2{
    background: #fff;
    color: #106da8;
}
.bg-white .top-heading:before{
    background-color: #106da8;
}
.bg-white .top-heading .view-all{
    color: #106da8;
    border: 1px solid #106da8;
    background-color: #fff;
}
.bg-white .top-heading .view-all:hover{
    background-color: #106da8;
    color: #fff;
}
.related-research-reports.services-boxes ul li figure img{
    box-shadow: 0px 0px 18px rgba(0,0,0,0.04);
    border-radius: 0;
   /* max-width: 180px;*/
}
.related-research-reports ul li figure {
    min-height: 360px;
    background: #fff;
}
.related-research-reports ul li h4 {
    padding: 15px 15px 0;
    text-align: center;
}
.related-events .event-slider-outer{
    float: none;
}

/* Issue Page */

ul.issuesListpost{
    list-style-type: none;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 60px 0 50px;
}
ul.issuesListpost li{
    width: 22.4%;
    box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
    margin-bottom: 30px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    margin-left: 15px;
    margin-right: 15px;
    transition: all 0.3s ease 0s;
}
ul.issuesListpost li:hover{
    box-shadow: none;
    background-color: #f9f9f9;
    transition: all 0.3s ease 0s;
}
ul.issuesListpost li h5.entry_title{
    font-size: 21px;
    line-height: 26px;
    font-weight: 700;
    color: #3c3c3c;
    text-transform: none;
}
ul.issuesListpost li img{
    max-width: 100px;
}
ul.issuesListpost li .post_image{
    padding-bottom: 15px;
}

/* Partner Details Page */
.single-partners .blog_single.blog_holder{
    max-width: 100%;
}
.related-project ul{
    line-height: 0;
}
.issues-sec{
    padding: 70px 0 80px;
}
.issues-sec.services-boxes ul li{
    box-sizing: border-box;   
    box-shadow: 0px 0px 18px rgba(0,0,0,0.04);
    padding: 35px 20px;
    background-color: #fff;
    border-radius: 5px;  
    text-align: center;
    min-height: 242px;
    min-width: 33.333%;
}
.issues-sec.services-boxes ul li figure{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.issues-sec.services-boxes ul li figure img{
    padding-bottom: 20px;
    width: 100%;
    max-width: 100px;
}
.issues-sec.services-boxes ul li figure a{
    font-size: 21px;
    font-weight: 700;    
}
.type-partners h2{
    font-weight: 500;
    text-transform: none;
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 25px!important;
}
.type-partners p{
    font-size: 18px;
    padding-bottom: 20px;
}
.type-partners p:last-child{
    padding-bottom: 0;
}
.type-partners .partner-leftside{
    padding-right: 40px;
}
.issues-sec .owl-nav .owl-next, .project-slider .owl-nav .owl-next, .related-research-reports .owl-nav .owl-next, .related-project .owl-nav .owl-next, .services-boxes .owl-nav .owl-next, .related-events .owl-nav .owl-next, .upcoming-events .owl-nav .owl-next{
    right: -70px;
}
.partner-right-sec{
    padding: 12px 0px 20px;
    background-color: #00acd4;
}
.partner-right-sec p, .partner-right-sec p a{
    font-size: 17px!important;
    line-height: 26px;
    font-weight: 600;
    color: #fff!important;
    padding: 20px 0 10px 20px !important;
}
.partner-right-sec p a{
    padding-left: 0!important;
}
.partner-right-sec p a:hover{
    text-decoration: underline;
}
/* Issue Details */
.related-news-stories ul{
    line-height: 0;
}
.issuesdetailSec{
    display: block!important;
    max-width: 810px;
    width: 100%!important;
    margin: 0 auto!important;
}
.issuesdetailSec h2{    
    line-height: 50px;
    text-transform: none!important;
}
.issuesdetailSec p{
    font-size: 18px;
    font-weight: 500;
}
.issuesdetailSec .shareSec{
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}
.issuesdetailSec .shareSec .blog_share.qode_share{
    padding-bottom: 0;
}
.issuesdetailSec .social_share_dropdown ul li i{
    line-height: 20px;
}
.issuesdetailSec .post_text_inner .section{
    padding-top: 25px!important;
    padding-bottom: 30px!important;
}
/* Issue */
.issues.type-issues .entry_title a{
    font-size: 21px;
    color: #3c3c3c;
    font-weight: 700;
    text-transform: none;
    display: block;
}
/* Our Partner */
.partner-top-sec{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}
.partner-top-sec .section_inner{
    width: 100% !important;
}
.ca-board p{color: #3c3c3c;font-size: 18px;}
.cab-large p{font-size: 24px; line-height: 32px; font-weight: 500; font-style: italic; }
.po-bg-color .top-heading h2{background-color: #edf8ff;}
body p{color:#3c3c3c;}
.po-bg-color .top-heading,.founders-custom .top-heading{margin-bottom: 15px!important;}
.po-bg-color ul.our-patner-org li{padding-bottom: 10px; position: relative;list-style:none;margin-left: 30px; font-weight: 500;}
.po-bg-color ul.our-patner-org li:before{position: absolute;content: "\f061";left: -30px;font-family: FontAwesome;color: #e7833d;}
.founders-custom .top-heading h2{background-color: #ffffff;}
.founders-custom img.vc_single_image-img.attachment-full {
    box-shadow: 0px 0px 18px rgba(0,0,0,0.04);
    margin-bottom: 30px;
    border-radius: 5px;
}

/* What We Do */
.what-we-do-issue{
    padding-top: 70px;
    padding-bottom: 10px;
}
.what-we-do-issue .issuesListpost{
    padding-top: 0;
}
.what-we-do-issue .issuesListpost li{
    background-color: #fff;
}
.gray-bg{
    background-color: #f6f6f6;
}
.introductory-paragraph h2{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}
.introductory-paragraph p{
    font-size: 18px;
    font-weight: 500;
}

/* Standard Default Page */
li{
    font-size: 17px;
    color: #3c3c3c;
    font-weight: 500;    
}
.standard-default-page{
    max-width: 800px;
    margin: 0 auto;
    width: 100%;
}
.standard-default-page h2{
    text-transform: none;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    padding-bottom: 15px;
}
.standard-default-page p{
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 15px;
}
.standard-default-page h3{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #3c3c3c;
    padding-bottom: 15px;
    padding-top: 15px;
}
.standard-default-page h4, .standard-default-page h5, .standard-default-page h6{
    padding-bottom: 15px;
    padding-top: 15px; 
    color: #3c3c3c;
    text-transform: none;
}
.standard-default-page h4{
    font-size: 22px;
    line-height: 28px;
}
.standard-default-page h5{
    font-size: 20px;
    line-height: 26px;
}
.standard-default-page h6{
    font-size: 18px;
    line-height: 24px;
}
.standard-default-page ul, .standard-default-page ol{
    margin-left: 25px;
    padding-top: 15px;
    padding-bottom: 25px;
}
.standard-default-page li{
   margin-bottom: 10px;
    list-style: none;
    padding-left: 36px;
    position: relative;
}
.standard-default-page li:before{
    position: absolute;
    content: "\f00c";
    left: 0px;
    font-family: FontAwesome;
    color:#e7833d;
    font-size: 21px;
}
.standard-default-page ol{
    margin-left: 40px;
}
.standard-default-page ol li{
    padding-left: 10px;
    list-style: decimal;
}
.standard-default-page ol li:before{
    display: none;
}
blockquote{
    background-color: #f7f7f7;    
    padding: 30px;
    margin: 25px 0 35px 0!important;
}
blockquote p{
    font-size: 23px!important;
    line-height: 38px!important;
    font-style: italic;
    color: #3c3c3c;
}
blockquote p:last-child{
    padding-bottom: 0;
}
/* Project Detail */
.single-projects .blog_single.blog_holder, .single-projects .blog_single.blog_holder .issuesdetailSec{
    max-width: 100%;
}
.single-projects .blog_single.blog_holder p{
    padding-bottom: 20px;
}
.single-projects .issuesdetailSec .shareSec{
    border: none;
    margin-bottom: 20px;
}
.projectdetailSec .post_text .post_text_inner{
    width: 60%;
}
.projectdetailSec .post_text{
    display: flex; 
    padding-top: 40px;
}
.projectdetailSec .project-rightsec{
    width: 40%;
    padding-left: 64px;
    box-sizing: border-box;
}
.projectdetailSec .project-rightsec ul{
    background-color: #00acd4;
    padding: 30px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.projectdetailSec .project-rightsec li{
    list-style: none;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #0099bc;
}
.projectdetailSec .project-rightsec li:first-child{
    padding-top: 0;
}
.projectdetailSec .project-rightsec li:last-child{
    padding-bottom: 0;
    border-bottom: none;
}
.projectdetailSec .project-rightsec figure{
    margin: 0;
    text-align: center;
}
.projectdetailSec .project-rightsec figure img{
    max-width: 100%;    
}
.projectdetailSec .project-rightsec h5{
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5px!important;
}
.projectdetailSec .project-rightsec p, .projectdetailSec .project-rightsec p a{
    color: #fff;
    font-size: 15px!important;
    line-height: 20px;
    font-weight: 600;
}
.projectdetailSec .project-rightsec p a:hover{
    text-decoration: underline;
}
.projectdetailSec .project-rightsec p:last-child{
    padding-bottom: 0;
}
.single-projects .blog_holder.blog_single article .post_text .post_text_inner, .single-issues .blog_holder.blog_single article .post_text .post_text_inner{
    padding-top: 0!important;
}
section.partner-sec.services-boxes ul li figure{
    padding: 0 10px;
}
section.partner-sec.services-boxes ul li figure img {
    box-shadow: 0px 0px 18px rgba(0,0,0,0.08);
    margin: 10px 0;
}
ul.relatedprojectaj .owl-nav .owl-prev {
    left: 5px;
    background-color: #cd6d2e;
    border-color: #cd6d2e;
}
ul.relatedprojectaj .owl-nav .owl-next {
    right: 5px;
    background-color: #cd6d2e;
    border-color: #cd6d2e;
}
ul.relatedprojectaj .owl-nav .owl-next:hover, ul.relatedprojectaj .owl-nav .owl-next:hover{
    opacity: 0.7;
}
ul.relatedprojectaj li p {
    padding: 20px 0 0;
    margin: 0;
}
.relatedproject_Sec {
    background: #00acd4;
    text-align: center;
    padding: 25px 0 0;
}
/* Single */
.single .title_subtitle_holder span{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
}
.single .entry_title{
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #106da8;
    margin-bottom: 15px;
}
/* News & Announcements */
.services-listing .filterSec{
    background-color: #f4f4f4; 
    padding: 8px 12px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.services-listing .filterSec .search-form{
    position: relative;
    width: 70%;
    padding-right: 20px;
    box-sizing: border-box;
    display: inline-block;
}
.services-listing .filterSec .search-form.productsearch{
    width: 38%;
}
.services-listing .filterSec .search-form input[type="text"], .services-listing .category-form select{
    font-size: 16px;
    line-height: 20px;
    color: #8c8c8c;
    height: 55px;
    padding: 0 20px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 5px;
}
.services-listing .filterSec .search-form input[type="submit"]{
    position: absolute;
    right: 35px;
    top: 15px;    
    border: none;
    background: none;
    height: 25px;
    width: 25px;    
    cursor: pointer;
    background-image: url("images/search-icon-gray.png");
    background-position: center center;
    background-size:21px;
    background-repeat: no-repeat;
}

.services-listing .filterSec .search-form input[type="text"]::-webkit-input-placeholder {
    opacity:1;
    color: #8c8c8c;
}
.services-listing .filterSec .search-form input[type="text"]:-moz-placeholder { 
    opacity:1;
    color: #8c8c8c;
}
.services-listing .filterSec .search-form input[type="text"]::-moz-placeholder { 
    opacity:1;
    color: #8c8c8c;
}
.services-listing .filterSec .search-form input[type="text"]:-ms-input-placeholder {
    opacity:1;
    color: #8c8c8c;
}
.services-listing .filterSec .category-form{
    width: 30%;
}
.services-listing .filterSec .category-form.datejan{
    padding-left: 20px;
}
.services-listing .filterSec .category-form select{
    background-image: url("images/select-down-arrow.png");
    background-position: 95% center;
    background-size:16px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    background-color: #fff!important;
}
.services-listing{
    margin-top: 280px;
    padding-bottom: 80px;
}
.services-listing ul{
    flex-wrap: wrap;
    line-height: 0;
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
}
.services-listing ul li{   
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 30px;
    box-sizing: border-box;
    margin-right: 0;
}
.services-listing ul li figure img{
    width: 100%;    
}
.services-listing #moreoptions{
    display: block;
    margin: 0 auto;
    color: #8c8c8c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 150px;
    border: 2px solid #8c8c8c;
    text-align: center;
    padding: 12px 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.services-listing #moreoptions:hover{
    background-color: #8c8c8c;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.services-listing .filterSec.ourReportpage .category-form {
    width: 49%;
}
.center {
    text-align: center;
}
/* Events */
.single-tribe_events #tribe-events{
    max-width: 950px;
    margin: 0 auto;
    padding-top: 30px;
}
.tribe-events-calendar thead th{
    background-color: #02b9e4;
    border-color: #02b9e4;
}
.tribe-events-nav-pagination .tribe-events-sub-nav a{
    color: #02b9e4!important;
}
#tribe-events .tribe-events-button, .tribe-events-button{
    margin: 20px auto 30px auto;
    max-width: 235px;
    display: block;
    float: none;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #cd6d2e;
    border-radius: 5px;
    padding: 15px 0;
    letter-spacing: 0;
}
#tribe-events .tribe-events-button:hover, .tribe-events-button:hover{
    background-color: #106da8!important;
}
#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type="submit"], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a{
   background-color: #cd6d2e; 
}
#tribe-events-content-wrapper{
    margin-top: 40px;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"]{
    background-color: #02b9e4;
}
.tribe-events-title-bar{
    display: inline-block;
}
.tribe-events-page-title{
    color: #106da8;
    font-weight: 700;
}
.tribe-bar-disabled #tribe-bar-form label{
    color: #3c3c3c;
}
.tribe-events-single-event-title{
   color: #106da8;
    font-weight: 700;
}
.tribe-events-schedule h2{
    font-size: 21px;
    color: #3c3c3c;
    font-weight: 700;
    text-transform: none;
}
#tribe-events .tribe-events-single .tribe_events .tribe-events-cal-links .tribe-events-button{
    display: inline-block;
    margin: 0 13px 0 0;
    width: 174px;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    padding: 6px 0;
}
#tribe-events .tribe-events-single .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical{
    background-color: #106da8;
}
#tribe-events .tribe-events-single .tribe_events .tribe-events-cal-links .tribe-events-button.tribe-events-ical:hover{
    background-color: #cd6d2e!important; 
}
.tribe-events-single-event-description.tribe-events-content{
    display: none;
}
.single-tribe_events .tribe-events-cal-links{
    margin-bottom: 40px;
}
.tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-details, .tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-organizer{
    width: 50%;
    padding: 35px 40px;
    box-sizing: border-box;
    margin: 0;
}
.tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-details{
    background-color: #e7f6ff;
    margin-right: 2px;
}
.tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-organizer{
    background-color: #ffede1;
}
.tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-organizer .tribe-events-single-section-title{
    color: #cd6d2e;
}
.single-tribe_events .tribe-events-event-meta{
    display: flex;
    background: none;
    border: none;
}
.tribe-events-meta-group .tribe-events-single-section-title{
    font-size: 23px;
    line-height: 28px;
    color: #106da8;
    text-transform: none;
    font-weight: 700;
    margin: 0 0 20px 0;
}
.tribe-events-single-section .tribe-events-meta-group dt{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 700;
    padding-left: 40px;
    position: relative;
}
.tribe-events-single-section .tribe-events-meta-group dd{
    font-size: 18px;
    color: #3c3c3c;
    font-weight: 400;
    margin-bottom: 15px!important;
    padding-left: 40px!important;
    position: relative;
}
.single-tribe_events .tribe-events-event-meta.secondary{
   background-color: #fafafa; 
    border:1px solid #efefef;
    padding: 20px 35px;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map{
    margin: 0;
    width: 65%;
    padding: 0;
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue{
    padding-left: 0;   
}
.single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dd, .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue dt{
   padding-left: 0!important; 
}
.tribe-events-single-section .tribe-events-meta-group dt:before{
    position: absolute;
    left: 0;
    top: 0; 
    color: #000;
    font-size: 26px;
    font-family: "FontAwesome";
    color: #106da8;
    font-weight: normal;
    font-style: normal;
}
.tribe-events-single-section .tribe-events-meta-group dt.tribe-events-start-date-label:before{
    position: absolute;
    left: 0;
    top: 0;   
    content: "\f073";
    color: #000;
    font-size: 26px;
    font-family: "FontAwesome";
    color: #106da8;
}
.tribe-events-single-section .tribe-events-meta-group dt.tribe-events-start-time-label:before{
    content: "\f017";
}
.tribe-events-single-section .tribe-events-meta-group dt.tribe-organizer-email-label:before{
    content: "\f0e0";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer:before{
    position: absolute;
    left: 0;
    top: 0;   
    content: "\f007";
    color: #000;
    font-size: 26px;
    font-family: "FontAwesome";
    color: #106da8; 
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt.tribe-organizer-tel-label:before{
    content: "\f095";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt.tribe-events-event-cost-label:before{
    content: "\f155";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt.tribe-events-event-cost-label:before{
    content: "\f155";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt.tribe-events-event-url-label:before{
    content: "\f0ac";
}
.tribe-events-single-section .tribe-events-meta-group dt.tribe-organizer-url-label:before{
    content: "\f0ac";
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt.tribe-events-event-categories-label:before{
    content: "\f2b5";
}
.tribe-events-tooltip {
    padding: 20px!important;
}
.tribe-events-tooltip .entry-title{
    font-size: 24px;
}

/* About Our Lab Page */
.custom-inner-page a{
    color: #106da8;
}
.custom-inner-page a:hover{
    color: #cd6d2e;
}
.custom-inner-page h3 a{
    font-size: 22px;
    line-height: 28px;
    display: inline-block;
    margin-bottom: 10px!important;
}

/* About Our Lab Inner Page (Vision Mission) */
.custom-inner-page h2{
    text-transform: none;
}

.about-us-side-menu{
    background-color: #e6e6e6;
    padding: 30px 15px 0 10px;
    margin-right: 0px;
    margin-top: 30px;
}

/*  About Us Side Menu */
.about-us-side-menu h5{
    font-size: 20px;
    text-transform: none;
    color: #106da8;
    margin-bottom: 16px;
}
.about-us-side-menu li a{
    color: #3c3c3c!important;
    font-size: 16px;    
}
.about-us-side-menu li a:hover, .about-us-side-menu li.current_page_item a, .about-us-side-menu li.current_page_item:before, .about-us-side-menu li.current_page_item .sub-menu li:before{
    color: #cd6d2e!important;
}

.about-us-side-menu li{
    position: relative;
    padding-left: 10px;
    list-style: none;
    margin-bottom: 5px!important;
}
.about-us-side-menu li:before{
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-size: 16px;
    font-family: FontAwesome;
    color: #106da8;
}
.about-us-side-menu li:hover:before{
    color: #cd6d2e;
}

/* Our People */
.our-people ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}
.our-people li{    
    width: 33.33%;
    list-style: none;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.our-people li img{
    width: 100%;    
}
.our-people li .entry_title a{
    text-transform: none;
    color: #106da8;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    margin: 10px 0;
}
.single-people .blog_single.blog_holder{
    max-width: 100%;
    margin: 40px 0 0;
}
.people-details .post_content_holder{
   display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.people-details .post_content_holder .left-sidebar{
    width: 30%;
    padding-right: 40px;
    box-sizing: border-box;
}
.people-details .post_content_holder .post_text{
    width: 70%;
}
.people-details .post_content_holder .post_text_inner{
    padding-top: 0!important;
}
.people-details .post_content_holder .post_text_inner h1, .people-details .post_content_holder .post_text_inner h5{
    display: inline-block;
    margin: 0 0 10px 0;
    text-transform: none;
    font-size: 22px;
    line-height: 26px;
    color:#106da8;
    letter-spacing: 0;
}
.people-details .post_content_holder .post_text_inner p{
    padding-bottom: 15px;
}
.people-details .post_content_holder .post_text_inner p:last-child{
    padding-bottom: 0;
}
.people-details .left-sidebar .about-us-side-menu h5{
    padding-left: 15px;
}
.people-details .left-sidebar .about-us-side-menu .menu-about-us-side-menu-container{
    padding-left: 15px;
    padding-right: 15px;
}
.people-details .left-sidebar .about-us-side-menu{
   padding-bottom: 30px; 
}
.our-team{
    padding-top: 250px;
    padding-bottom: 60px;
}
.our-team ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.our-team li{    
    width: 25%;
    list-style: none;
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}
.our-team li h4{
    margin-bottom: 5px;
}
.our-team li h4 a{
    font-size: 20px;
    color: #106da8;
}
.our-team li p{
    font-size: 16px;
}
.our-team li figcaption{
    margin-top: 5px;
}
.our-team li figure{
    margin: 0;
}
.our-team li img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
    transition: all 0.3s ease 0s;
}
.our-team a:hover img{
    -webkit-filter: grayscale(0);
  filter: grayscale(0);
    transition: all 0.3s ease 0s;
}
.our-team #moreoptions{
   display: block;
    margin: 0 auto;
    color:#8c8c8c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    max-width: 150px;
    border: 2px solid #8c8c8c;
    text-align: center;
    padding: 12px 6px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.our-team #moreoptions:hover {
    background-color: #8c8c8c;
    color: #fff;
    transition: all 0.3s ease 0s;
}

/* Governance Administration */
.governance-right-col h2{
    text-transform: none;
    padding-bottom: 10px;
}
/* Donate */
.donate-right-block h2{
    text-transform: none;
    margin-bottom: 10px;
}
.gform_wrapper form input[type="text"], .gform_wrapper form input[type="email"], .gform_wrapper form select{
    border: 1px solid #bbb;
    color: #4e4e4e;
    height: 40px;
}
.gform_wrapper form input[type="submit"]{
    background-color: #106da8;
    color: #fff;
    border: 1px solid #106da8;
    width: auto!important;
}
.gform_wrapper form input[type="submit"]:hover{
    background-color: #cd6d2e;
    border-color: #cd6d2e;
}
.gform_wrapper textarea.medium{
    border: 1px solid #bbb;
    color: #4e4e4e;
    font-size: 17px;
}
.gform_wrapper textarea.medium::-webkit-input-placeholder {
    opacity:1;
    color: #4e4e4e;
}
.gform_wrapper textarea.medium:-moz-placeholder { 
    opacity:1;
    color: #4e4e4e;
}
.gform_wrapper textarea.medium::-moz-placeholder {  
    opacity:1;
    color: #4e4e4e;
}
.gform_wrapper textarea.medium:-ms-input-placeholder {
    opacity:1;
    color: #4e4e4e;
}
.blog_load_more_button_holder .blog_load_more_button a{    
    color:#8c8c8c;
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid #8c8c8c;
    padding: 12px 24px;
    border-radius: 5px;
    background-color: transparent;
}
.blog_load_more_button_holder .blog_load_more_button a:hover{
    background-color: #8c8c8c;
    color: #fff;
}

/* Report Detail */
.single-our-reports .post_text_inner{
   padding-top: 0!important; 
}
.single-our-reports .blog_single.blog_holder, .single-our-reports .blog_holder.blog_single article, .single-issues .blog_single.blog_holder, .single-issues .blog_holder.blog_single article{
    max-width: 100%;
    margin: 0;
}
.single-our-reports .projectdetail-inner, .single-issues .projectdetail-inner{
    background-color: #00acd4;
    padding: 10px 10px 30px;
}
.single-our-reports .projectdetailSec .project-rightsec ul, .single-issues .projectdetailSec .project-rightsec ul{
   padding: 20px 25px 30px; 
}
.single-our-reports .projectdetail-inner .reportbtn, .single-issues .projectdetail-inner .reportbtn{
    font-size: 22px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #cd6d2e;
    display: block;
    margin-left: 24px;
    margin-right: 24px;
    text-align: center;
    padding: 15px 0;
    border-radius: 5px;
}
.single-our-reports .projectdetail-inner .reportbtn:hover, .single-issues .projectdetail-inner .reportbtn:hover{
    background-color: #106da8;
}

/* Compliance Page */
.gform_wrapper .button.gform_button_select_files{
    background-color: #dc6605;
    border-color:#dc6605;
    color: #fff;
    height: auto!important;
    padding: 5px 12px 4px!important;
    -webkit-appearance:none;    
}
.gform_wrapper .button.gform_button_select_files:hover{
    color: #dc6605;
    background-color: transparent;
    border-color:#dc6605;
}
/* Care Coordination */
.custom-inner-page .right-sec p{
    padding-bottom: 15px;
}
.custom-inner-page .right-sec p:last-child{
    padding-bottom: 0;
}
.custom-inner-page .right-sec li{
    font-size: 17px;
}
/* Transforming Communities Initiative */
.custom-inner-page .right-sec .qode-icwi-icon-holder{
    display: none;
}
.custom-inner-page .right-sec .qode-icwi-text-holder h3{
    color: #3c3c3c;
    font-size: 20px;
    line-height: 25px;
}
.custom-inner-page .right-sec .vc_text_separator p{
    display: none;
}
.custom-inner-page .right-sec .vc_text_separator div{
    background-color: #fff;
    top: -28px;
}
.custom-inner-page .right-sec .vc_text_separator h3{
    color: #3c3c3c;
    padding: 8px 0 10px;
    font-weight: 400;
}
.partner-outer .partner-sec{
    padding-top: 20px;
}

/* Photo Video Gallery */
.video-slider .item-video{
    height: 450px;
    width: 100%;
}
.video-slider .item-video p {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.video-slider .owl-nav .owl-next{
    right: 30px;
    height: 54px;
    width: 54px;
    border-radius: 100%;
    border-color: #fff;
}
.video-slider .owl-nav .owl-next:after{
    content: "\f105";
    color: #fff;
    font-size: 30px;
    line-height: 53px;
}
.video-slider .owl-nav .owl-prev{
    left: 30px;
    height: 54px;
    width: 54px;
    border-radius: 100%;
    border-color: #fff;
}
.video-slider .owl-nav .owl-prev:after{
    content: "\f104";
    color: #fff;
    font-size: 30px;
    line-height: 53px;
}
.video-slider .owl-nav .owl-next:hover, .video-slider .owl-nav .owl-prev:hover{
    background-color: #fff;
}
.video-slider .owl-nav .owl-next:hover:after, .video-slider .owl-nav .owl-prev:hover:after{
    color: #8a8a8a;
}
.custom-inner-page .ls-nav-next, .custom-inner-page .ls-nav-prev{
    height: 54px !important;
    width: 54px !important;
    border-radius: 100%!important;
    border-color: #fff!important;
    opacity: 1!important;
}
.custom-inner-page .ls-nav-next:after{
    content: "\f105"!important;
    color: #fff;
    font-size: 30px;
    line-height: 53px;
    font-family: "FontAwesome";
    border: none!important;
    -o-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    -moz-transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    top: 0px !important;
    margin-top: 0!important;
    left: 14px!important;
}

.custom-inner-page .ls-nav-prev::after{
    content: "\f104"!important;
    color: #fff;
    font-size: 30px;
    line-height: 53px;
    font-family: "FontAwesome";
    border: none!important;
    -o-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    -moz-transform: rotate(0deg)!important;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;
    top: 0px !important;
    margin-top: 0!important;
    left: 14px!important;
}
.custom-inner-page .ls-nav-prev:hover, .custom-inner-page .ls-nav-next:hover{
    transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important;
    -moz-transform: none!important;
    -webkit-transform: none!important;
    background-color: #fff!important;
}
.custom-inner-page .ls-nav-prev:hover:after, .custom-inner-page .ls-nav-next:hover:after{
    color: #8a8a8a!important;
}
.people-container{
    padding-top: 20px;
}

/* Our Funders */
.partnergridSec ul {
    display: flex;
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.partnergridSec li {
    width: 25%;
    padding: 0px 15px;
    box-sizing: border-box;
    margin: 0 0 5px;
    text-align: center
}
.partnergridSec li figure{
    margin: 0;
}
.partnergridSec li figure img {
    display: inline-block;
    height: auto;
    max-width: 165px;
}
 
/* Media CSS */
@media screen and (max-width: 1500px){
    .home-slider li{
        min-height: 500px;
    }
    .home-slider .owl-nav .owl-prev, .home-slider .owl-nav .owl-next{
        height: 46px;
        width: 46px;
        background-size: 12px;
        bottom: 118px;
    }
    .home-slider .owl-nav .owl-prev{
        left: 24px;
    }
    .home-slider .owl-nav .owl-next{
        right: 24px!important;
    }
    .home-slider .owl-nav .owl-next::after, .home-slider .owl-nav .owl-prev::after{
        font-size: 24px;
        line-height: 50px;
    }
    .title .title_holder{
        height: 64%;
    }
    .title.title_size_large .title_subtitle_holder_inner h1, .single .title_subtitle_holder span{
        font-size: 34px;
    }
    .services-listing{
        margin-top: 240px;
    }
}
@media screen and (max-width: 1365px){    
    
    /* Issue */
    ul.issuesListpost li{
        width: 22%;
    }
    .related-research-reports ul li figure {
       min-height: 325px;
    }
}
@media screen and (max-width: 1279px){
    /* Mega Menu */
    .header_inner_left .logo_wrapper .q_logo img{
       /* height: auto!important;
        max-width: 200px; */
        top: -80px;
    }
    header .container_inner .header_inner_left{
        top: 22px;
    }
    .cmm-container .cmm.cmm-theme-4635 > li > a, .cmm-container .cmm.cmm-theme-4635 > li > .cmm-nav-link{
        font-size: 13px!important;
        padding: 0px 16px 0px 12px !important;
    }
    /* Mega Menu End */
    
    nav.main_menu > ul > li > a{
        padding: 0 8px;
        font-size: 15px;
    }
    .home-slider li{
        min-height: 570px;
    }
    .home-slider .home-page-slider.owl-carousel{
        padding: 0;
    }
    .home-slider .left-content{
        padding-left: 60px;
    }
    .home-slider li .right-content{
        padding-right: 60px;
    }
    .home-slider li h2{
        font-size: 32px;
        line-height: 40px;
    }
    .home-slider li p{
        font-size: 22px;
        line-height: 28px;
    }
    .home-slider .rs_splitted_lines{
        top: -30px;
    }
        
    .banner-bottom h2{
        font-size: 32px;
        line-height: 38px;
    }
    h2{
        font-size: 28px;
    }
    .latest_news .latest_post_holder .latest_post_title a{
        font-size: 18px;
    }
    .latest_news .latest_post_holder .latest_post_title a::after{
        top: 0;
    }
    .event-slider-outer .item .right h2, .event-slider-outer .item .right h2 a{
        font-size: 18px;
        line-height: 24px;
    }
    .event-slider-outer .item .right p{
        font-size: 14px;
    }
    .event-slider-outer .item .left{
        width: 70px;
    }
    .event-slider-outer .item .left p{
        margin: 12px 20px 0;
        font-size: 16px;
    }
    .event-slider-outer .item .left p span{
        font-size: 20px;
        margin-top: 2px;
    }
    .owl-carousel{
        padding:0 50px;
        box-sizing: border-box;
    }
    .owl-nav .owl-prev{
        left: -15px;
    }
    .owl-nav .owl-next{
        right: -15px !important;
    }
    #envision_healthier .right-side h3{
        font-size: 28px;
    }
    #envision_healthier .left-side h4{
        font-size: 20px;
        line-height: 24px;
    }
    #envision_healthier .right-side .our-mission h4{
        font-size: 40px;
        line-height: 30px;
    }
    .footercta{
        padding: 60px 0;
    }
    h3, .footercta .ctaSec .left h3{
        font-size: 30px;
        line-height: 35px;
    }
    .single h3{
        font-size: 20px;
    }
    .footercta .ctaSec .btn{
        font-size: 18px;
    }
    .footercta .ctaSec .left p{
        font-size: 18px;
    }
    .footer_top h5{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0;
    }    
    .footer_top_holder .footer_top form input[type="submit"]{
        font-size: 18px;
    }
    /* Issue */
    ul.issuesListpost li{
        width: 21.5%;
        padding: 25px 10px;
    }
    .issues.type-issues .entry_title a, ul.issuesListpost li h5.entry_title{
        font-size: 18px;
    }
    
    .single .title_subtitle_holder h1 span, .single .title_subtitle_holder span{
        font-size: 34px;
        line-height: 44px;
    }
    /* Issue Detail */
    .single .entry_title{
        font-size: 32px;
        line-height: 42px;
    }
    .services-boxes figure figcaption p, .services-boxes figure figcaption a{
        font-size: 18px;
        line-height: 24px;
    }
    /* News Announcements */
    .title.title_size_large .title_subtitle_holder_inner h1{
        font-size: 32px;
        line-height: 40px;
    }  
    
    /* Our Partner */
    .cab-large p{
        font-size: 20px;
        line-height: 28px;
    }
    .issues-sec.services-boxes ul li figure a{
        font-size: 18px;
    }
    
    /* What We Do */
    .introductory-paragraph h2{
        font-size: 30px;
        line-height: 36px;
    }
    /* Our People */
    .our-people li .entry_title a{
        font-size: 18px;
    }
    .our-people li{
        font-size: 16px;
        line-height: 24px;
    }
    /* Standard Default Page */
    .standard-default-page h2{
        font-size: 30px;
        line-height: 40px;
    }
    .standard-default-page h3{
        font-size: 22px;
    }
    blockquote p{
        font-size: 20px!important;
        line-height: 30px!important;
    }
    .standard-default-page h3{
        font-size: 20px;
    }
    /* Project Detail */
    .projectdetailSec .project-rightsec{
        padding-left: 30px;
    }
    .projectdetailSec .project-rightsec h5{
        font-size: 18px;
        line-height: 22px;
    }
    .projectdetailSec .project-rightsec p{
        font-size: 14px!important;
        line-height: 18px;
    }
    /* Report Detail */
    .single-our-reports .projectdetail-inner .reportbtn, .single-issues .projectdetail-inner .reportbtn{
        font-size: 18px;
        line-height: 24px;
    }
    /* About Us */
    .custom-inner-page h2{
        font-size: 24px;
    }
    /* NJ RHH */
    .custom-inner-page.aco{
        padding-top: 10px!important;
    }
    .custom-inner-page h3{
        font-size: 20px;
        line-height: 25px;
    }
    /* Archived Programs */
    .custom-inner-page .right-sec h2 a{
        font-size: 24px;
        line-height: 30px;
    }
    /* Photo Video Gallery */
    .video-slider.owl-carousel{
        padding: 0;
    }
    .video-slider .owl-nav .owl-next{
        right: 30px!important;
    }
    /* projects */
    .services-listing .filterSec .search-form.productsearch {
        width: 39%;
    }
    .services-listing .filterSec .category-form{
        width: 29%;
    }
    .services-listing{
        margin-top: 230px;
    }
    .partnergridSec li {
       width: 33.333%;
    }
}
@media screen and (max-width: 1023px){
    .side_menu_button > a.search_button {
        padding-right: 10px !important;
        height: 25px;
    }
    .owl-carousel .owl-stage-outer{
        width: 100%;
    }
    .title_outer .has_background.title .title_holder, .title_outer .has_fixed_background.title .title_holder, .title_outer.with_image .title .title_holder{
        position: static;
        /*padding-top: 110px!important;*/
    }
    .title.title_size_large.position_left.has_fixed_background{
        padding-top: 110px!important;
    }
    .title.title_size_large.position_left.has_background{
       padding-top: 110px!important; 
    }
    .title_outer .title .not_responsive{
        display: none;
    }
    .home-slider #rev_slider_3_1_wrapper .rev-btn{
        background-size:18px !important;
    }
    
    .home-slider #rev_slider_3_1 rs-layer{
        padding-left: 0;
    }
    .home-slider li{
        min-height: 460px;
    }
    .home-slider li h2{
        font-size: 26px;
        line-height: 34px;
    }
    .home-slider li p{
        font-size: 18px;
        line-height: 20px;
    }
    .home-slider li .right-content a{
        font-size: 14px;
        line-height: 20px;
        padding: 10px 16px 10px 46px;
        background-size:24px;
    }
    .home-slider .owl-nav .owl-prev, .home-slider .owl-nav .owl-next{
        height: 36px;
        width: 36px;
        background-size:10px;
        bottom: 78px;
    }
    .home-slider .owl-nav .owl-next::after, .home-slider .owl-nav .owl-prev::after{
        font-size: 20px;
        line-height: 40px;
    }
    .home-slider li .right-content a.learn-more::after, .home-slider li .right-content a.playvideobtn::after{
        font-size: 30px;
        line-height: 26px;
    }
    .home-slider li .banner-btm{
        bottom: 20px;
    }
    .home-slider .left-content{
        padding-left: 0;
    }
    .home-slider li .right-content{
        padding-right: 0;
    }
    
    .banner-bottom h2{
        padding-left: 0;
        padding-right: 0;
        font-size: 28px;
    }
    .owl-nav .owl-next::after, .owl-nav .owl-prev::after{
        font-size: 20px;
        line-height: 39px;
    }
    h2{
        font-size: 24px;
    }
    .latest_news .latest_post_holder li:last-child{
        margin-bottom: 0!important;
    }
    #envision_healthier .right-side h3{
        font-size: 24px;
        line-height: 30px;
    }
    #envision_healthier .right-side .our-mission h4{
        font-size: 34px;
    }
    h3, .footercta .ctaSec .left h3{
        font-size: 28px;
    }
    footer .footer_bottom_holder .footer_bottom_column{
        width: 100%;
    } 
    footer .footer_bottom_holder .footer_bottom_column .column_inner{
        padding: 0;
    }
    footer .footer_bottom_holder .footer_bottom_column .column_inner .footer_bottom{
        text-align: center;
    }
    .footercta .ctaSec .btn{
        font-size: 14px;
    }
    /* Issue */
    ul.issuesListpost{
        padding: 90px 0 50px 0;
    }
    ul.issuesListpost li{
        width: 45%;        
    }
    .title .title_holder{
        height: auto!important;
    }
    .title.title_size_large .title_subtitle_holder_inner h1{
        padding: 15px 0;
    }    
    .breadcrumb{
        top: 65px;
    }
    .related-research-reports ul li figure {
        min-height: 304px;
    }
    /* Issue Detail */
    .single .title_subtitle_holder h1 span, .single .title_subtitle_holder span{
        font-size: 30px;
        line-height: 40px;        
        display: inline-block;
        padding: 15px 0;
    }
    .single-issues .title_subtitle_holder span, .single-projects .title_subtitle_holder span, .single-our-reports .title_subtitle_holder span{
        padding: 15px 0;
    }
    .single .entry_title{
        font-size: 28px;
    }
    .single-post .blog_single.blog_holder{
        padding-top: 0px;
    }
    .blog_single.blog_holder{
        padding-top: 100px;
    }
    .services-boxes figure figcaption p, .services-boxes figure figcaption a{       
        line-height: 20px;
    }
    .services-boxes figure figcaption a{
        background-size:contain;
        height: 35px;
        width: 35px;
    }
    .single-issues .blog_single.blog_holder{
        padding-top: 60px;
    }
    .single-partners .blog_single.blog_holder{
        padding-top: 70px;
    }
    /* News Announcements */
    .services-listing{
        margin-top: 80px;
    }
    .services-listing ul li{
        width: 50%;
    }
    .services-listing .filterSec .search-form input[type="text"], .services-listing .category-form select{
        font-size: 14px;
        height: 46px;
    }
    .services-listing .filterSec .search-form input[type="submit"]{
        top: 10px;
    }
    .services-listing #moreoptions{
        padding: 10px 6px;
        max-width: 130px;
        font-size: 15px;
    }
    .single-issues .blog_holder.blog_single article .post_text .post_text_inner, .single-projects .blog_holder.blog_single article .post_text .post_text_inner, .single-our-reports .blog_holder.blog_single article .post_text .post_text_inner{
        padding-top: 30px;
    }
    .blog_holder.blog_single article .post_text .post_text_inner{
        padding-top: 0;
    }
    /* Our Partner */
    .partner-top-sec{
        padding-top: 80px!important;
        max-width: 600px;
    }
    .partner-right-sec p, .partner-right-sec p a{
        font-size: 15px!important;
        padding: 15px 0 0 0 !important;
    }
    .single-partners .entry_title{
        margin-bottom: 0;
        margin-top: 20px;
    }
    .single-partners .title_subtitle_holder .title_subtitle_holder_inner span{
        padding: 15px 0;
    }
    .type-partners .partner-leftside{
        padding-right: 20px;
    }
    /* What We Do */
    .introductory-paragraph{
        padding-top: 120px!important;
    }
    .introductory-paragraph .section_inner_margin.clearfix{
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .introductory-paragraph .section_inner_margin.clearfix .vc_col-sm-6{
        width: 100%;
    }
    .introductory-paragraph .section_inner_margin.clearfix .vc_col-sm-6 .wpb_single_image.wpb_content_element{
        text-align: center;
    }
    .owl-nav .owl-next, .owl-nav .owl-prev{
        height: 35px;
        width: 35px;
        background-size: 10px;
    }
    /* Events */
    .tribe-events-page-title{
        font-size: 26px;
    }
    #tribe-events-content .tribe-events-calendar td.mobile-active, #tribe-events-content .tribe-events-calendar td.mobile-active div, #tribe-events-content .tribe-events-calendar td.mobile-active div a{
        background-color: #cd6d2e;
    }
    #tribe-events .tribe-events-button, .tribe-events-button{
        width: 200px;
        border-radius: 5px !important;
        padding: 5px 0 !important;
        height: auto !important;
    }
    .tribe-events-sub-nav li a{
        background-color: transparent;
    }
    /* Events Details */
    .tribe-events-single{
        margin-top: 40px;
    }
    .single-tribe_events .tribe-events-single-event-title{
        font-size: 22px;
    }
    .single-tribe_events .tribe-events-schedule{
        background-color: transparent;
        border: none;
        padding: 0;
        margin-bottom: 18px;
    }
    .tribe-events-schedule h2{
        font-size: 18px;
    }
    .single-tribe_events .title.title_size_large .title_subtitle_holder_inner h1{
        padding: 0;
    }
    .single-tribe_events #tribe-events{
        padding-top: 0;
    }
    .single-tribe_events #tribe-events-content .tribe-events-event-meta dd.tribe-organizer-email{
        word-wrap: break-word;
    }
    .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue{
        width: 50%;
    }
    .tribe-events-meta-group .tribe-events-single-section-title{
        font-size: 20px;
    }
    .tribe-events-single-section .tribe-events-meta-group dd{
        font-size: 16px;
    }
    .tribe-events-single-section .tribe-events-meta-group dt{
        font-size: 16px;
    }
    /* Our People */
    .our-people li{
        padding: 0 10px;
        width: 50%;
    }
    .our-people ul{
        margin-left: -10px;
        margin-right: -10px;
    }
    .our-people-top-sec{
        padding-top: 30px;
    }
    .people-container{
        padding-top: 150px;
    }
    .blog_holder.blog_pinterest article h5 a{
        font-size: 20px;
    }
    .our-team{
        padding-top: 80px;        
    }
    .our-team li{
        width: 50%;
    }
    .our-team li img{
        width: 100%;
    }
    .our-team #moreoptions {
        padding: 10px 6px;
        max-width: 130px;
        font-size: 15px;
    }
    /* People Detail */
    .people-details .post_content_holder .left-sidebar{
        width: 45%;
        padding-right: 20px;
    }
    .about-us-side-menu{
        padding-left: 0;
        padding-right: 0;
    }
    .people-details .post_content_holder .post_text{
        width: 55%;
    }
    .single-people.single .title_subtitle_holder span{
        padding: 15px 0;
    }
    .single-people .container_inner{
        padding-top: 5px!important;
    }
     /* Standard Default Page */
    .standard-default-page h2{
        font-size: 24px;
        line-height: 32px;
    }
    
    /* Project Detail */
    .projectdetailSec .post_text{
        flex-direction: column-reverse;
        padding-top: 0;
    }
    .projectdetailSec .project-rightsec{
        padding-left: 0;
        width: 100%;
        margin-bottom: 30px;
    }
    .projectdetailSec .post_text .post_text_inner{
        width: 100%;
    }
    
    .blog_load_more_button_holder .blog_load_more_button a{
        font-size: 15px;
        line-height: 20px;
    }
    .services-listing .filterSec .search-form.productsearch{
        width: 37%;
    }
    /* Vision Mission */
    .about-us-side-menu{
        margin-top: 0px;
    }
    .vision-mission-left-col .vc_align_left {
        padding-bottom: 20px!important;
    }
    .vision-mission-right-col{
        padding-top: 30px!important;
    }
    .vision-mission-right-col .wpb_wrapper .vc_row{
        padding-top: 30px!important;
    }
    .custom-inner-page .vision-mission-left-col{width:100% ;}
    .custom-inner-page .vision-mission-right-col{width:100% ;padding-top: 50px;}
    .about-us-side-menu{margin-right: 0;}
    
    /* Donate */
    .donate-page .donate-right-block{
        width: 100%;
    }
    .donate-page .donate-left-block{
        width: 100%;
        padding-bottom: 30px;
    }
    
    /* clinical programs */
    .custom-inner-page .left-sec, .custom-inner-page .right-sec{
        width: 100%;
    }
    .clinical-programs .about-us-side-menu{
        margin-top: 30px;
        margin-bottom: 30px!important;
    } 
    /* Care Coordination */
    .custom-inner-page .left-sec .wpb_single_image .wpb_wrapper{
        text-align: center;
        margin-bottom: 25px;
    }
    .custom-inner-page .right-sec{
        margin-top: 30px;
    }
    /* NJ RHH */
    .page-id-305 .title.title_size_large h1{
        font-size: 24px!important;
    }
    .custom-inner-page.aco{
        padding-top: 60px!important;
    }
    .touch .content {
        margin: -109px 0 0 !important;
    }   
    
}
@media screen and (max-width: 1000px){
    .q_logo a{
        margin-top: -27px;
    }
     nav.mobile_menu{
        top: 60px;
    }
    nav.mobile_menu ul li a{
        padding-left: 15px;
        padding-right: 15px;
    }
    .header_bottom, .header_top, .q_logo, .q_logo a{
        z-index: 9;
    }
    .partnergridSec li {
       width: 50%;
    }
}

@media screen and (max-width:1023px){
    .header_inner_left .logo_wrapper .q_logo img{
        top: -10px;
    }
.mobile_menu_button{
    float: right;
    height: 60px;
    margin: 0;
}
    .mobile_menu_button span{
        font-size: 30px;
        color:#106da8;
        border-color:#106da8;
    }
    .fullwdt {
        display: block!important;
    }
    .fullwdt li {
        width: 49%;
        margin: 0 0 15px !important;
        display: inline-block;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
}

@media screen and (max-width: 767px){    
    .side_menu_button > a.search_button {
      padding-right: 6px !important;
    }
    .owl-carousel{
        padding:0 20px;        
    }
    .owl-nav .owl-next, .owl-nav .owl-prev{
        height: 28px;
        width: 28px;
    }
    .owl-nav .owl-next::after, .owl-nav .owl-prev::after{
        font-size: 14px;
        line-height: 30px;
    }
    .owl-nav .owl-next{
        right: -25px!important;
    }
    .owl-nav .owl-prev{
        left: -25px;
    }
    .title .image.not_responsive, .title .image.not_responsive{
        display: none!important;
    }
    .services-listing, .services-listing{        
        padding-top: 0px;
    }
    .services-listing .filterSec .search-form.productsearch{
        width: 100%;
    }
    
    .home-slider li .container_inner{
        flex-direction: column;
        box-sizing: border-box;
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-slider li{
        min-height: 370px;
    }
    .home-slider li h2{
        font-size: 22px;
        line-height: 26px;
    }
    .home-slider li .right-content{
        flex-direction: row;
        padding-top: 15px;
        width: 100%;
    }
    .home-slider li .right-content a{
        font-size: 0;
        line-height: 0;
        padding: 0;
        height: 30px;
        width: 30px;
        margin: 0 10px 0 0!important;
        border-radius: 50%;
    }
    .home-slider li .right-content a.learn-more::after, .home-slider li .right-content a.playvideobtn::after{
        font-size: 36px;
        line-height: 30px;
        left: 0;
        top: 0;
    }   
    .home-slider .owl-nav .owl-prev, .home-slider .owl-nav .owl-next{
        height: 30px;
        width: 30px;
    }
    .home-slider .owl-nav .owl-next::after, .home-slider .owl-nav .owl-prev::after{
        font-size: 16px;
        line-height: 32px;
    }
    .home-slider .owl-nav .owl-prev{
        left: 10px;
    }
    .home-slider .owl-nav .owl-next{
        right: 10px !important;
    }
    .home-slider li .right-content a.playvideobtn::after, .home-slider li .right-content a.learn-more::after{
        color: #fff;
    }
    .home-slider li .banner-btm{
        padding: 15px 0;
    }
    .logo_mission_statementSec.banner-bottom {
        padding: 30px 0 40px;
    }
    .banner-bottom h2{
        font-size: 22px;
        line-height: 28px;
    }
    h2{
        font-size: 18px;
        line-height: 28px;
    }
    .related-research-reports .top-heading h2{
        width: 60%;
    }
    .top-heading .view-all{
        font-size: 12px;
    }
    .latest_news .latest_post_holder .latest_post_title a::after{
        height: 39px;
        width: 39px;
    }
    .latest_news .latest_post_holder .latest_post_title a{
        font-size: 17px;
        line-height: 22px;
        padding-right: 45px;
    }
    .footercta .ctaSec .btn{
        font-size: 16px;
        padding: 8px 20px;
        line-height: 23px;
    }
    .about-us-side-menu{
        margin-bottom: 30px;
        margin-left: 0;
    }
    .custom-inner-page h2{
        font-size: 20px;
    }
    .vc_custom_1574069461108 {
        padding-top: 30px !important;
    }
    .event-slider-outer .item{
        flex-wrap: wrap;
    }
    .event-slider-outer .item .left{
        margin: 0 auto 15px auto;
    }
    #envision_healthier .left-side .qode-showcase-item-holder .qode-showcase-icon .fa{
        font-size: 32px;
    }
    #envision_healthier .left-side h4{
        font-size: 18px;
    }
    #envision_healthier .right-side h3{
        font-size: 22px;
    }
    #envision_healthier .right-side .center-col{
        border: none;
        margin: 30px 0;
    }
    .top-heading{        
        margin-bottom: 30px !important;
    }
    .top-heading h2{
        padding-right:10px;  
    }  
    .related-research-reports.services-boxes.home-research-reports .top-heading h2{
        width: 64%;
    }
    .top-heading .view-all{
        display: inline-block;
        padding: 6px 20px;
    }
    .footercta{
        padding: 50px 0;
    }
    .footercta .ctaSec .left{
        width: 100%;
    }
    h3, .footercta .ctaSec .left h3{
        font-size: 24px;
    }
    .footercta .ctaSec .right{
        width: 100%;
        float: left;
        text-align: left;
    }
    footer .footer_bottom_holder .footer_bottom_column.column2 .footer_bottom{
        max-width: 200px;
        margin: 0 auto;
        width: 100%;
        display: block;
        padding-top: 5px;
    }
    footer .footer_bottom_holder .footer_bottom_column.column2 .footer_bottom .social-text{
        margin-bottom: 10px;
        display: block;
    }    
    /* Issue Detail */
    .single .entry_title{
        font-size: 24px;
        line-height: 28px;
    }
    .breadcrumb .breadcrumbs .breadcrumbs_inner span, .breadcrumb .breadcrumbs .breadcrumbs_inner a{
        font-size: 10px;
    }
    .blog_holder.blog_single article p{
        font-size: 16px;
    }
    .event-slider-outer .item .right{
        margin-left: 0;
    }
    /* News Announcements */    
    .services-listing ul li{
        width: 100%;
    }
    .services-listing .filterSec{
        margin-bottom: 30px;
    }
    .services-listing .filterSec .search-form{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
    .services-listing .filterSec .category-form{
        width: 100%;
        margin-bottom: 10px;
    }
    .page-template-news-announcements-template .services-listing .filterSec .category-form{
        margin-bottom: 0;
    }
    .services-listing .filterSec .category-form.datejan{
        padding-left: 0;
    }
    .services-listing .filterSec .search-form input[type="submit"]{
        right: 12px;
    }    
    .single .title_subtitle_holder h1 span, .single .title_subtitle_holder span{
        font-size: 20px;
        line-height: 25px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .blog_holder.blog_large_image article:not(.format-quote):not(.format-link) .post_info, .blog_holder.blog_single article:not(.format-quote):not(.format-link) .post_info, .post_info.postautherSec .post_author a.post_author_link{
        font-size: 12px;
    }
    /* Our Partner */
    .cab-large p{
        font-size: 18px;
        line-height: 26px;
    }
    .founders-custom .partner-logos .vc_col-sm-2{
        width: 33.33%;
        box-sizing: border-box;
        float: left;
    }
    .partner-right-sec{
        margin-top: 30px;
    }
    .type-partners .partner-leftside{
        padding-right: 0;
    }
    .partner-top-sec{
        padding-top: 90px!important;
    }
    /* What We Do */
    .introductory-paragraph h2{
        font-size: 24px;
        line-height: 32px;
    }
    .related-research-reports.bg-white.services-boxes .top-heading h2, .related-news-stories.bg-lightblue.services-boxes .top-heading h2{
        width: 64%;
    }
    /* Reports Detail */
    .breadcrumb .breadcrumbs .breadcrumbs_inner span{
        line-height: 12px;
        padding: 0;
    }    
    .single-our-reports .blog_single.blog_holder, .single-issues .blog_single.blog_holder{
        padding-top: 100px;
    }
    /* Project Details */
    .single-projects .top-heading h2{
        width: 64%;
    }
    /* Events */
    .tribe-events-page-title{
        font-size: 20px;
    }
    #tribe-events{
        padding-top: 40px;
    }
    #tribe-events-content-wrapper{
        margin-top: 0;
    }
    /* Events Details */
    .tribe-events-single{
        margin-top: 30px;
     }
    .single-tribe_events .tribe-events-single-event-title{
        font-size: 20px;
    }
    .tribe-events-schedule h2{
        font-size: 17px;
    }
    #tribe-events .tribe-events-single .tribe_events .tribe-events-cal-links .tribe-events-button{
        font-size: 12px;
        width: 136px;
    }
    .single-tribe_events .tribe-events-event-meta{
        flex-wrap: wrap;
    }
    .tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-details, .tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-organizer{
        width: 100%;
    }
    .tribe-events-single-section .tribe-events-meta-group.tribe-events-meta-group-details{
        margin-right: 0;
    }
    .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-meta-group.tribe-events-meta-group-venue, .single-tribe_events .tribe-events-event-meta.secondary .tribe-events-venue-map{
        width: 100%;
    }
    .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, ul.tribe-events-sub-nav a{
        font-size: 13px;
    }
    /* Our People */
    .our-people-top-sec{
        padding-top: 30px;
    }
    .our-people-top-sec{
        padding-top: 70px;
    }
    .blog_holder .people-details{
        padding-top: 30px;
    }   
    
    /* People Detail */
    .people-details .post_content_holder .left-sidebar{
        width: 100%;
        padding-right: 0;
    }
    .people-details .post_content_holder .post_text{
        width: 100%;
    }
    .people-details .post_content_holder .post_text_inner h1, .people-details .post_content_holder .post_text_inner h5{
        font-size: 20px;
        line-height: 24px;
    }
    /* Standard Default Page */
    .standard-default-page{
        margin-top: 20px;
        padding-top: 80px!important;
    }
    .standard-default-page h2{
        font-size: 22px;
        line-height: 28px;
    }
    .standard-default-page h3{
        font-size: 18px;
        line-height: 24px;
    }
    .standard-default-page ul, .standard-default-page ol{
        margin-left: 10px;
    }
    .standard-default-page h4{
        font-size: 18px;
        line-height: 24px;
    }
    .standard-default-page h4, .standard-default-page h5, .standard-default-page h6{
        font-weight: 600;
    }
    /* Report Detail */
    .single-our-reports .projectdetail-inner .reportbtn, .single-issues .projectdetail-inner .reportbtn{
        font-size: 16px;
        line-height: 23px;
        padding: 12px 0;
    }
    /* About Us */
    .custom-inner-page .vc_col-sm-9 .vc_row{
        padding-top: 20px!important;
    }
    .custom-inner-page .vc_col-sm-3 .vc_single_image-wrapper{
        padding-bottom: 0px;
    }
    .vision-mission-left-col .vc_align_left{
        padding-bottom: 0!important;
    }
    .custom-inner-page .vision-mission-right-col{padding-top: 30px;}
    .vision-mission-right-col .vc_row.wpb_row{padding-top: 30px;}
    .custom-inner-page{
        padding-top: 50px!important;
    }
    /* clinical programs */  
    
    .custom-inner-page h3 a{
        font-size: 20px;
        line-height: 25px;
    }
    .custom-inner-page .right-sec .vc_single_image-wrapper img, .custom-inner-page .vision-mission-right-col .vc_single_image-wrapper img{
        margin-bottom: 15px;
    }
    .custom-inner-page.clinical-programs .vc_col-sm-9 .vc_row{
        padding-top: 0!important;
    }
    /* NJ RHH */    
    .custom-inner-page.aco{
        padding-top: 120px!important;
    }
    .custom-inner-page h3{
        font-size: 18px;
        line-height: 23px;
    }
    /* Capital City Diabetes Collaborative */
    .page-id-4348 .custom-inner-page, .page-id-4351 .custom-inner-page{
        padding-top: 120px!important;   
    }
     /* Transforming Communities Initiative */
    .custom-inner-page .right-sec .qode-icwi-text-holder h3{
        font-size: 17px;
        line-height: 23px;
    }
     /* Archived Programs */
    .custom-inner-page .right-sec h2 a{
        font-size: 20px;
        line-height: 26px;
    }
   /* Suggestions Page */
    .page-id-4347 .custom-inner-page{
        padding-top: 120px!important;
    }
    /* Photo Video Gallery Page */
    .video-slider .item-video{
        height: 270px;
    }
    
    .top-heading p{
        margin-bottom: 0!important;
    }
    .fullwdt {
        display: block!important;
    }
    .fullwdt li {
        margin: 0 0 15px !important;
    }
    
}
@media screen and (max-width: 639px){
    ul.issuesListpost li{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .founders-custom .partner-logos .vc_col-sm-2{
        width: 50%;        
    }
     /* Our People */
    .our-people li{        
        width: 100%;
    }    
    .our-team li{
        width: 100%;
    }
}

@media screen and (max-width: 360px){
    .partnergridSec li {
       width: 100%;
        text-align: center;
    }
}

/* Home Page Icon Show Case Section */

.icon-place .fa-android::before{display:none;}
.icon-place .fa-android::after{content:""; position:absolute; background:url(images/apartments.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-lightbulb-o::before{display:none;}
.icon-place .fa-lightbulb-o::after{content:""; position:absolute; background:url(images/health-equity-icon1.png)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-laptop::before{display:none;}
.icon-place .fa-laptop::after{content:""; position:absolute; background:url(images/motherhood-icon1.png)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-scissors::before{display:none;} 
.icon-place .fa-scissors::after{content:""; position:absolute; background:url(images/safety-pin.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-moon-o::before{display:none;} 
.icon-place .fa-moon-o::after{content:""; position:absolute; background:url(images/vegetables.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 78px;}
.icon-place .fa-hospital-o::before{display:none;}
.icon-place .fa-hospital-o::after{content:""; position:absolute; background:url(images/hospital.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-stethoscope::before{display:none;}
.icon-place .fa-stethoscope::after{content:""; position:absolute; background:url(images/teamwork.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .fa-heart-o::before{display:none;}
.icon-place .fa-heart-o::after{content:""; position:absolute; background:url(images/clipboard.svg)no-repeat center center;height: 70px; width: 70px; border-radius: 50%; top: 0; left: 0; background-size: 70px;}
.icon-place .qode-showcase-item-holder.qode-showcase-active.active{background-color:#fff !important;}
.icon-place .qode-showcase-item-holder.qode-showcase-active .qode-icon-holder.qode-icon-circle{background-color:#fff !important;}

/* Staff Member page form */
.staff_memberformSec {
    padding: 30px 0 0px;
}
.staff_memberformSec .mid{
    max-width: 360px;
    width: 100%;
}
.staff_memberformSec hr {
    margin: 8px 0 20px;
    border-color:#f1f1f1;
}
.staff_memberformSec .gform_wrapper .top_label input.medium, .staff_memberformSec .gform_wrapper .top_label select.medium{
     width: 100%;
    margin-top: 0;
    padding: 5px 15px !important;
} 

/* Mega Menu after scroll added css on 29-Jan-2020 */
header.sticky .cmm-container .cmm.cmm-theme-4635{
	margin-top:15px !important;
}
header .cmm-container .cmm.cmm-theme-4635{
	margin-top:50px !important;
}
header.sticky  .cmm-container .cmm.cmm-theme-4635 li > .cmm-content-container{
	margin-top:-10px;
}
.qode-accordion-holder .qode-title-holder.ui-state-active, .qode-accordion-holder .qode-title-holder.ui-state-hover {
    color: #000;
}

.projectdetailSec .project-rightsec .relatedResearch_Sec{
}
.projectdetailSec .project-rightsec .relatedResearch_Sec h5{
    padding-bottom: 20px;
}
.projectdetailSec .project-rightsec .relatedResearch_Sec .boxImage {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}
.projectdetailSec .project-rightsec .relatedResearch_Sec img {
    width: 100%;
    display: inline-block;
}
.projectdetailSec .project-rightsec .relatedResearch_Sec .owl-nav .owl-next {
    background-color: #cd6d2e;
    border-color:#cd6d2e;
    right: 0;
}
.projectdetailSec .project-rightsec .relatedResearch_Sec .owl-nav .owl-prev {
    left: 0;
    background-color: #cd6d2e;
    border-color:#cd6d2e;
}
.downloadformSec{
    max-width: 500px;
    display: none;
}
.post_text .post_text_inner ul{
    margin-left: 12px;
    list-style: none;
}
.post_text .post_text_inner ul li{
    padding-left: 8px;
    position: relative;
}
.post_text .post_text_inner ul li::before{
    content: ">";
    position: absolute;
    left: -10px;
    top: 0;
 }
.su-spoiler li::marker{
    display: none!important;
    content: "" !important;
}
.shareSec .social_share_dropdown ul li::before{
    display: none!important;
}
.search .post_content_holder .post_text .post_info{
    display: none;
}
.search .post_content_holder .post_image{
    display: none;
}
.search .post_content_holder .post_text .entry_title {
    margin-bottom: 15px;
}
.search .post_content_holder .post_text .entry_title .date.entry_date.updated {
    display: none;
}
.postid-4812 .entry_title span.date.entry_date.updated::after{
	display: none;
}
.trenton-hie-details-block h3, .trenton-hie-details-block ul{
	margin-bottom: 30px !important;
}
.faq-about-tht h4{
	margin-bottom: 10px !important;
}
.single .entry_title .date.entry_date.updated {
    display: none;
}
.projectdetailSec .post_text .post_text_inner.aj_nosidebar {
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
}
.project-rightsec.issuesrightsidebar li {
    color: #fff;
}
