@charset "utf-8";
/* CSS Document */

.enhanced_collection_1 .menu-desktop .filter-options a:nth-of-type(1):before {
    background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/white/picto-cargo-handling-white.svg);
	display: none!important;
}

.enhanced_collection_1 .menu-desktop .filter-options a:nth-of-type(2):before {
    background-image: url(/content/dam/pwc/gx/en/brand-simplified/picto-images-132/white/picto_presenter_white.svg);
	display: none!important;	
}

.enhanced_collection_1.hide_search input.search {
	display: none;
	
}

.enhanced_collection_1.darkmode,
.enhanced_collection_1.darkmode .menu-desktop .filter {
    background-color: #2d2d2d !important;
}

.enhanced_collection_1.darkmode .menu-desktop span.filter-label,
.enhanced_collection_1.darkmode .menu-desktop a.filter-btn,
.enhanced_collection_1.darkmode .menu-desktop span.glyphicon,
.enhanced_collection_1.darkmode .menu-desktop a.checkbox-custom-label,
.enhanced_collection_1.darkmode .menu-desktop h2.collections-title,
.enhanced_collection_1.darkmode .container.current-filters li.results,
.enhanced_collection_1.darkmode a.reset-btn span,
.enhanced_collection_1.darkmode a.issue-btn.btn-selected,
.enhanced_collection_1.darkmode a.btn.collection__load-more {
    color: #fff !important;
}

.enhanced_collection_1.darkmode h2.collections-title
{
    color: #fff !important;
}

.enhanced_collection_1 .row.feature-content__row.container,
.enhanced_collection_1 .menu-desktop .container,
.enhanced_collection_1 .menu-mobile .container {
    padding: 0;
}

.enhanced_collection_1 .menu-desktop h2.collections-title {
    font-family: 'PwC ITC Charter';
    font-weight: 400;
    font-size  : 1.75rem;
}


.enhanced_collection_1 .menu-desktop span.filter-label {
    margin-top: auto;
}

.enhanced_collection_1 .menu-desktop .filter-options {
    border-bottom : 1px solid #7d7d7d;
    padding-bottom: 4px;
}

.enhanced_collection_1 .menu-desktop .carousel-inner.filter-tags-carousel {
    border-bottom: 1px solid #7d7d7d;
}

.enhanced_collection_1 .menu-desktop .filter-options a:before {
    content        : "";
    display        : inline-block;
    width          : 0px;
    height         : 0px;
    background-size: cover;
    margin-right   : 0px;
}

/*.enhanced_collection_1 .collection-v2 article a p.collection_primary_tag {
    text-transform: capitalize;
}*/

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

    .enhanced_collection_1 .collection-v2 article {
        height       : 350px;
        padding-left : 0 !important;
        margin-bottom: 15px !important;
    }

    .enhanced_collection_1 .collection-v2 .collection__item-image-wrapper {
        max-height: 182px;
        overflow  : hidden;
    }

    .enhanced_collection_1 .collection-v2 .collection__item-content {
        position  : absolute;
        min-height: 180px;
        left      : 0;
        right     : 0;
        bottom    : 0;
    }

    .enhanced_collection_1 .collection-v2 .collection__item-content {
        padding         : 15px 20px 15px 15px !important;
        margin-right    : 15px;
        overflow        : hidden;
        background-color: #fff;
    }

    .enhanced_collection_1 .collection-v2 article a p.collection_primary_tag {
        font-size     : 1rem !important;
        font-weight   : 600;
        padding-bottom: 3px;
    }

    .enhanced_collection_1 .collection-v2 article a:hover p.collection_primary_tag {
		color: #fff !important;
    }

    .page-primary-col--rose .enhanced_collection_1 .collection-v2 article a:hover .collection__item-content {
        background-color: #d93954;
    }

    .page-primary-col--burgundy .enhanced_collection_1 .collection-v2 article a:hover .collection__item-content {
        background-color: #a32020;
    }

    .enhanced_collection_1 .collection-v2 article a p.paragraph {
        max-height: 0;
        overflow  : hidden;
        color     : #fff !important;
        transition    : max-height .3s ease, padding-bottom .3s ease;
    }

    .enhanced_collection_1 .collection-v2 article a:hover p.paragraph {
        max-height    : 500px;
        padding-bottom: 30px;
        
    }

    .enhanced_collection_1 .collection-v2 article a:hover label.tag-matched.ng-binding.ng-scope {
        color: #fff;
    }

    .enhanced_collection_1 .collection-v2 article a:hover .collection__item-content .collection__item-sub-heading time {
        color: #fff !important;
    }

    .enhanced_collection_1 .collection-v2 article a:hover .collection__item-content h4 span {
        color        : #fff !important;
        border-bottom: 2px solid #fff !important;
    }

    .enhanced_collection_1 .collection-v2 article time {
        font-size: .9rem;
    }

    .enhanced_collection_1 .collection-v2 article a.modalbs {
        position: initial;
    }

    .enhanced_collection_1 .collection-v2 article a .collection__item-content:after {
        content: "Read more >";
    }

    .enhanced_collection_1 .collection-v2 article a.modalbs .collection__item-content:after {
        content: "Watch video >";
    }


    .enhanced_collection_1 .collection-v2 article a .collection__item-content:after {
        text-decoration: underline 1px #fff;
        position       : absolute;
        color          : #fff;
        bottom         : 5px;
        font-weight    : 600;
        font-size      : .9rem;
        opacity        : 0;
        transition     : opacity 1s ease;
    }

    .enhanced_collection_1 .collection-v2 article a:hover .collection__item-content:after {
        opacity: 1;
    }

    .pseudoParent article {
        position: relative !important;
        top     : 0 !important;
        left    : 0 !important;
    }

}

@media screen and (max-width: 1399px) {
    .enhanced_collection_1 .collection-v2 article {
        height: 330px;
    }
}

@media screen and (max-width: 1199px) {
    .enhanced_collection_1 .collection-v2 article {
        height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .enhanced_collection_1 .collection-v2 article {
        height: 360px;
    }
}



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

    .enhanced_collection_1.darkmode .collection-v2 article p.paragraph, 
    .enhanced_collection_1.darkmode .collection-v2 article p.collection_primary_tag,
    .enhanced_collection_1.darkmode .collection-v2 article label.tag-matched, 
    .enhanced_collection_1.darkmode .collection-v2 article h4.regular.collection__item-heading {
        color: #fff !important;
    }

    .enhanced_collection_1 .collection-v2 article p.collection_primary_tag {
        padding-bottom: 5px;
        font-size     : .75rem !important;
    }

}


.enhanced_collection_1_promo .collection-v2 .row.feature-content__row.container {
    display: flex;
    flex-direction: row;
}

.enhanced_collection_1_promo .collection-v2 .feature-content__container {
    padding: 0 0 15px 15px;
    position: relative;
    overflow:hidden;
}

.enhanced_collection_1_promo .collection-v2  a.feature-content__panel {
    display: block;
    background-position: center center;
    background-size: cover;
    height: 175px;
    width: 50%;
}

.enhanced_collection_1_promo .collection-v2  .feature-content__container .feature-content__text {
    position: absolute;
    right: 0;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    height: 175px;
    transition: all .3s ease;
    transform: translatex(50%);
    padding-top: 30px;
}
.enhanced_collection_1_promo .collection-v2  .feature-content__container:hover .feature-content__text {
    transform: translatex(0);
}
.enhanced_collection_1_promo .collection-v2  .feature-content__container .feature-content__text:before {
    content: attr(data-cont-type);
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: 600;
    color: #464646;
}
.enhanced_collection_1_promo .collection-v2  .feature-content__container:hover .feature-content__text:before {
    color: #fff;
}




.enhanced_collection_1_promo .collection-v2  .feature-content__container .feature-content_wrapper {
    opacity: 0;
    transition: opacity .3s ease;
    padding: 15px 15px 0 15px;
}
.enhanced_collection_1_promo .collection-v2  .feature-content__container:hover .feature-content_wrapper {
    opacity: 1;   
}


.enhanced_collection_1_promo .collection-v2  .feature-content__container h2.feature-content__heading {
    font-size: 1.5rem;
    padding: 15px 0 0 15px;
    margin: 0;
}


.enhanced_collection_1_promo .collection-v2 .feature-content__container:hover .feature-content__text {
    width: calc(100% - 15px);
    background-color: #a32020;
    color: #fff;
}

.enhanced_collection_1_promo .collection-v2  .feature-content__container:hover h2.feature-content__heading {
    color: #fff;
}

.enhanced_collection_1_promo .collection-v2 .feature-content__container:hover .feature-content_wrapper p {
    color: #fff;
}


.enhanced_collection_1_promo .collection-v2 .feature-content__container .feature-content_wrapper:after {
    content: "Read more >";
    text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .enhanced_collection_1_promo .collection-v2 .row.feature-content__row.container {
      flex-direction: column;
  }

  article.collection__item {
     height: auto !important;
  }
}


