/* FULL MENU CSS */
#full-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: var(--bd-dark-blue);
    opacity: 0;
    transition: none;
}

#full-menu.open {
    z-index: 1020;
    opacity: 1;
    transition: none;
}

.mobile-menu-warpper {}

.mobile-menu-warpper ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}

.mobile-menu-warpper ul li {
    margin-right: 0 !important;
}

.mobile-menu-warpper ul li a:not(.btn-menu) {
    font-weight: var(--bdBold);
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 48px;
    color: #fff;
    opacity: 1;
    text-transform: uppercase;
    text-decoration: none;
}

.mobile-menu-warpper .info-menu {
    width: max-content;
    height: 100%;
    padding-top: 0.7854rem;
    margin-top: 0.7854rem;
    margin-left: auto;
    margin-right: auto;
}

.mobile-menu-warpper .info-menu li span {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 32px;
}

/*  MOBILE HEADER CSS  */
.mobile-header {
    display: none;
    padding: 21px 36px 19px 34px;
/*  background-color: var(--bd-dark-blue);*/
}

/* MENU ICON */
.menu-btn {
    height: 28px;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
    left: 0;
    top: 0px;
    border-radius: 1px;
    float: right;
    z-index: 1032;
}

#mobile-main-menu-btn.active {
    position: fixed;
    z-index: 3000;
    top: 26px;
    right: 20px;
    left: auto;
}

.menu-btn:hover {
    cursor: pointer;
}

.menu-span {
    padding: 0;
    position: relative;
    display: block;
    width: 40px;
    height: 4px;
    margin: 0 auto;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    background: var(--bd-dark-blue);
    color: inherit;
    font-size: 0;
    right: 0px;
    transition: 0.35s;
}

/*.active .menu-span {
    right: 0px;
}*/

.menu-span:after,
.menu-span:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    border-radius: 10px;
    background: var(--bd-dark-blue);
    position: absolute;
    top: 0;
    left: 50%;
    transition: transform 0.35s;
}

.active .menu-span,
.active .menu-span:after, 
.active .menu-span:before {
    background: #fff !important;
}

.active .menu-span:after, 
.active .menu-span:before {
    left: 50%;
}

.menu-span:before {
    transform: translate(-50%, -12px);
}

.menu-span:after {
    transform: translate(-50%, 12px);
}

.menu-span:after,
.menu-span:before {
    transform-origin: 0% 0%;
}

.menu-btn.active .menu-span {
    background: 0 0;
}

.menu-btn.active .menu-span:before {
     transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7); 
/*    transform: translate(-50%, 0) rotate(-45deg) scaleX(0.7);*/
    /*top: 1px;
    top: 0.5px*/
}

.menu-btn.active .menu-span:after {
/*    transform: translate(-39%, 0) rotate(45deg) scaleX(0.7);*/
    transform: translate(-44%, 0) rotate(45deg) scaleX(0.7);
/*    top: 2px;*/
    top: 0px;
    left: 50%;
}

/* NO SCROLL CSS */
.no-scroll {
    height: 20vh;
    overflow: hidden;
}

@media (min-width: 767px) {
    .cc-center {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .desktop-header {
        padding: 0.7854rem 1.0472rem;
    }

    .info-menu li:last-child > a {
        width: 12.5670rem;
        height: 2.5134rem;
        padding: 0 0.7854rem !important;
        background-color: #fff;
        border-radius: 0 0 0.1184rem 0.1184rem;
        color: var(--bd-dark-blue) !important;
        font-size: 0.9425rem !important;
        line-height: 2.5134rem !important;
        margin-top: 0.7854rem;
        margin-left: 0;
    }

    .btn-menu {
        width: 12.5670rem;
        height: 2.5134rem;
        padding: 0 0.7854rem;
        background-color: #fff;
        border-radius: 0 0 0.1184rem 0.1184rem;
        color: var(--bd-dark-blue);
        font-size: 0.9425rem;
        line-height: 2.5134rem;
        margin-top: 0.7854rem;
        margin-left: 0;
    }

    .hero {
        padding-top: 3.4035rem;
        padding-bottom: 4.1890rem;
    }

    .home-hero {
        padding-bottom: 0 !important;
    }

    .cc-right-side-img {
        width: 100%;
        padding-top: 55%;
        position: relative;
        background-position: center center;
        clip-path: polygon(0 9%, 100% 0%, 100% 100%, 0% 100%);
    }

    .home-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
        margin-bottom: 1.3090rem;
    }

    p {
        max-width: 100% !important;
        font-size: 0.9425rem !important;
        line-height: 1.4661rem !important;
    }

    .home-hero p {
        margin-bottom: 1.8327rem;
    }

    .cc-btn-outline {
        height: 2.6181rem;
        padding: 0 0.7854rem;
        font-size: 0.8901rem;
        line-height: 2.5134rem;
    }

    .hero .cc-btn-outline i {
        margin-left: 1.0472rem;
    }

    .home-hero .cc-btn-outline {
        margin-bottom: 2.0945rem;
    }

    .cc-why-recycle {
        padding: 3.4035rem 0 3.4035rem;
    }

    .cc-why-recycle-img {
        margin: 2.3563rem auto 0;
    }

    .sub-heading {
        font-size: 0.9425rem;
        margin-bottom: 1.0472rem;
    }

    .main-heading {
        font-size: 2.1992rem;
        line-height: 2.7228rem;
        margin-bottom: 1.0472rem;
    }

    .cc-home-about:before {}

    .cc-food-warpper {
        padding: 3.1417rem 0 3.4035rem;
    }

    .cc-food-warpper .sub-heading {
        margin-bottom: 1.5708rem;
    }

    .cc-food-card-icon-box {
        padding: 0 0.7854rem;
        margin-top: 0;
    }

    .cc-food-card-icon-box i {
        font-size: 1.2567rem;
        line-height: 2.8275rem;
    }

    .cc-food-card-content {
        padding: 0.7854rem 0.7854rem 1.3090rem;
    }

    .cc-food-card-content h4 {
        font-size: 1.2567rem;
        line-height: 1.6756rem;
        margin-bottom: 0.4189rem;
    }

    .cc-food-card-content p {
        font-size: 0.8378rem !important;
        line-height: 1.3614rem !important;
    }

    .cc-address-locator-warpper {
        max-width: 100%;
        border-radius: 0;
    }
    
    .cc-address-locator-warpper {
        padding: 3.1417rem 0 3.4035rem;
    }
    
    .cc-address-locator-warpper h2 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        max-width: inherit;
        margin-bottom: 1.0472rem;
    }
    
    .cc-address-input-warpper {
        margin-top: 1.8327rem;
    }
    
    .cc-address-input-warpper p {
        font-size: 0.8378rem !important;
        line-height: 1.3614rem !important;
    }

    .about-hero h1 {
        font-size: 2.0945rem;
        line-height: 2.5134rem;
        margin-bottom: 1.1519rem;
    }

    .about-hero .cc-btn-outline {
        margin-top: 1.1519rem;
    }

    .cc-about-who-we-are {
        padding-top: 3.1417rem;
        padding-bottom: 1.8327rem;
    }

    .cc-about-who-we-are .main-heading {
        max-width: inherit;
    }

    .cc-mmeber-box-warpper {
        max-width: 15.7612rem;
        margin-right: auto;
        margin-top: 2.3563rem;
    }

    .cc-mmeber-box-warpper span {
        font-size: 0.9425rem;
        line-height: 1.4661rem;
    }

    .cc-member-companies-list li {
        padding: 2.0945rem 0 2.0945rem !important;
    }
	
	.cc-member-companies-list li:last-child .cc-member-logo-link img {
		max-width: 10.472575rem;
	}

    .cc-about-histoy {
        padding-top: 3.1417rem;
    }

    .cc-history-swiper-warpper .swiper-slide {
        max-width: 19.3742rem;
    }
    
    .cc-history-post-warpper {
        /* height: 100%; */
    }
    
    .cc-history-post {
        padding: 1.8327rem 1.5708rem 2.0945rem;
    }
    
    .cc-history-post .sub-heading {
        margin-bottom: 0.7854rem !important;
    }
    
    .cc-history-post-title {
        font-size: 1.2567rem;
        line-height: 1.6756rem;
        margin-bottom: 0.6283rem;
    }
    
    .cc-history-post p {
        font-size: 0.8378rem !important;
        line-height: 1.2567rem !important;
        flex-grow: 1;
    }
	
	.cc-history-swiper {
        padding-bottom: 2.8799rem;
    }
    
    .cc-history-swiper .swiper-button-next, 
    .cc-history-swiper .swiper-button-prev {
        width: 2.5134rem;
        height: 2.0945rem;
    }
    
    .cc-history-swiper .swiper-button-next {
        left: 3.0370rem;
    }
    
    .cc-history-swiper .swiper-button-next:after, 
    .cc-history-swiper .swiper-button-prev:after {
        font-size: 1.1519rem;
    }

    .cc-about-histoy .sub-heading {
        margin-bottom: 1.5708rem;
    }

    .faqs-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
    }

    .cc-faqs-section {
        padding-top: 3.1417rem;
        padding-bottom: 1.0472rem;
    }

    .cc-about-carton-accordian, 
    .cc-recycling-access-accordian, 
    .cc-recycling-process-accordian {
        padding-bottom: 3.4035rem;
    }

    .cc-accordion-warpper {
        max-width: inherit;
    }

    .cc-faqs-section .sub-heading {
        margin-bottom: 1.3090rem;
    }

    .cc-accordion-warpper .accordion-item:not(:last-child) {
        margin-bottom: 1.0472rem;
    }

    .cc-accordion-warpper .accordion-item .accordion-header {
        min-height: 4.7126rem;
        padding-left: 1.3090rem;
        padding-right: 1.3090rem;
        padding-top: 1.0472rem;
        padding-bottom: 1.0472rem;
    }

    .cc-accordion-warpper .accordion-item .accordion-header span {
        font-size: 1.1519rem;
        line-height: 1.4661rem;
    }

    .cc-accordion-warpper .accordion-item .accordion-header i {
        font-size: 1.4661rem;
        line-height: 2.3039rem;
    }

    .cc-accordion-content .accordion-body {
        padding: 1.8327rem 3.1417rem 1.0472rem 1.3090rem;
    }

    .cc-accordion-content .accordion-body p {
        margin-bottom: 1.0472rem;
    }

    .cc-accordion-content .accordion-body ul {
        max-width: inherit;
        padding-left: 0.7854rem;
        margin-bottom: 1.0472rem;
    }

    .cc-accordion-content .accordion-body ul li {
        padding-left: 1.0472rem;
        font-size: 0.9425rem;
        line-height: 1.4661rem;
    }

    .cc-accordion-content .accordion-body ul li:before {
        left: 0;
    }

    .cc-accordion-content .accordion-body ul li:not(:last-child) {
        margin-bottom: 0.7854rem;
    }

    .news-hero {
        padding-bottom: 0 !important;
    }
    
    .news-hero h1 {
        max-width: 100%;
    }
    
    .cc-single-hero p {
        margin-bottom: 0.7854rem;
    }
    
    .news-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
        margin-bottom: 1.309rem;
    }
    
    .news-hero .cc-right-side-img {
        width: 100%;
        margin-top: 2.0945rem;
    }

    .cc-news-posts .cc-latest-post-warpper {
        min-height: auto;
    }

    .btn-view-more {
        height: 2.6181rem;
        font-size: 0.8901rem;
        line-height: 2.6181rem;
        padding: 0 1.0472rem;
        margin-top: 0.2618rem;
    }

    .cc-news-posts {
        padding-top: 3.1417rem;
        padding-bottom: 3.6654rem;
    }

    .cc-news-posts h2 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        margin-bottom: 1.309rem;
    }
	
	.cc-news-podcast-post {
        padding-bottom: 1.047257rem;
    }
    
    .bd_learn_more {
        font-size: 1.047257rem;
        margin-top: 0.523629rem;
    }

    .cc-press-posts {
        padding-top: 3.1417rem;
        padding-bottom: 4.0663rem;
    }

    .cc-press-posts h2, 
    .cc-the-news-posts h2 {
        font-size: 1.8850rem;
        margin-bottom: 2.0945rem;
    }

    .cc-press-posts h2 a, 
    .cc-the-news-posts h2 a,
	.cc-news-podcast-post h2 a {
        font-size: 0.8901rem;
        line-height: 1.1519rem;
    }

    .cc-press-post-warpper {
        padding-top: 2.0945rem;
        padding-bottom: 2.0945rem;
        border-right: none !important;
    }

    .cc-press-post-warpper:nth-child(2) {
        padding-top: 2.0945rem !important;
    }

    .cc-press-post-warpper:nth-last-child(2) {
        padding-bottom: 2.0945rem !important;
        border-bottom: 0.0789rem solid rgb(112 134 161 / 10%);
    }

    .cc-press-post-box {
        padding-left: 1.5708rem !important;
        padding-right: 2.0945rem !important;
    }

    .cc-press-post-title {
        max-width: inherit;
        font-size: 1.3614rem !important;
        line-height: 1.7803rem;
        margin-bottom: 0.7854rem;
    }

    .cc-date {
        font-size: 0.9425rem;
        line-height: 1.3614rem;
    }

    .cc-the-news-posts {
        padding-top: 3.1417rem;
        padding-bottom: 4.7126rem;
    }
    
    .cc-single-posts-section {
        padding-top: 2.9323rem;
        padding-bottom: 3.4035rem;
    }

    .cc-single-post-content-warpper {
        max-width: inherit;
    }
    
    .cc-single-post-content {
        max-width: inherit;
        padding-bottom: 0.5236rem;
    }
    
    .cc-single-post-content h2,
    .cc-single-post-content h3 {
        font-size: 1.7803rem;
        line-height: 2.0945rem;
        margin-bottom: 1.0472rem;
    }
    
    .cc-single-post-content p {
        margin-bottom: 1.0472rem;
    }
    
    .cc-single-post-content ul,
	.cc-single-post-content ol {
        padding-left: 1.5708rem;
        margin-bottom: 1.5708rem;
    }
    
    .cc-single-post-content ul li {
        padding-left: 1rem;
        font-size: 0.9425rem;
        line-height: 1.2043rem;
    }
    
    .cc-single-post-content ol li {
		padding-left: 0.314177rem;
        font-size: 0.9425rem;
        line-height: 1.570886rem;
    }
    
	.cc-single-post-content ol li:not(:last-child),
    .cc-single-post-content ul li:not(:last-child) {
        margin-bottom: 1.0472rem;
    }
    
    .cc-post-share-button {
        column-gap: 0.7854rem;
    }
    
    .cc-post-share-button li a, 
    .cc-post-share-button li button {
        height: 2.6181rem;
        font-size: 0.9425rem;
        line-height: 2.6181rem;
        padding: 0 0.7854rem;
    }
    
    .cc-post-share-button li a span i, 
    .cc-post-share-button li button span i {
        font-size: 1.0472rem;
    }

    .cc-category-hero {
        padding-top: 3.1417rem;
        padding-bottom: 3.1417rem;
    }
    
    .cc-category-posts {
        padding-top: 3.4035rem;
        padding-bottom: 5.2362rem;
    }
    
    .cc-category-posts .cc-press-post-warpper {
        padding-top: 2.0945rem;
        padding-bottom: 2.0945rem;
    }

    .landing-page-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
        margin-bottom: 1.309rem;
    }

    .cc-lp-form-box {
        max-width: 24.6105rem;
        margin-right: auto;
        margin-top: 2.0945rem;
        padding: 1.8327rem 1.8327rem 2.3563rem;
    }

    .nf-form-content input:not([type=submit]) {
        height: 2.5134rem !important;
        padding: 0 0.7854rem;
        font-size: 0.8378rem;
        line-height: 2.5134rem;
    }
	
	.nf-form-content .list-select-wrap > div select,
	.nf-form-content .list-select-wrap .nf-field-element > div {
        height: 2.5134rem !important;
        padding: 0 0.7854rem !important;
        font-size: 0.8378rem !important;
        line-height: 2.5134rem;
    }
	
	.nf-form-content .list-select-wrap>div div:after {
		height: 2.5134rem !important;
        font-size: 0.8378rem !important;
        line-height: 2.6181rem !important;
	}	
	.nf-form-content textarea {
		padding: 0.6283rem 0.7854rem !important;
        font-size: 0.8378rem !important;
        line-height: 1.2567rem;
	}

    .nf-form-content input[type=submit] {
        height: 3.1417rem !important;
        padding: 0 0.7854rem;
        font-size: 1.0472rem;
        line-height: 3.1417rem;
    }

    .submit-container {
        margin-top: 0.5236rem;
    }

    .nf-field-container {
        margin-bottom: 1.0472rem !important;
    }

    .cc-lp-form-box .sub-heading {
        margin-bottom: 1.0472rem;
    }
    
    .cc-single-page-hero {
        padding-bottom: 3.4035rem;
    }
    
    .cc-single-page-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
    }
    
    .cc-recylcing-locator {
        padding-top: 3.1417rem;
        padding-bottom: 7.3308rem;
    }

    .cc-recylcing-locator h1 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        max-width: inherit;
        margin-bottom: 1.0472rem;
    }

    .icon-text {
        padding-top: 0.5236rem;
        padding-bottom: 1.5708rem;
    }
    
    .icon-circle {
        width: 4.1890rem;
        height: 4.1890rem;
        padding: 1.0472rem 0px;
    }
    
    .icon-circle i {
        font-size: 2.3039rem;
    }
    
    .icon-text li:not(:last-child) {
        margin-right: 1.5708rem !important;
    }
    
    .cc-recylcing-locator .icon-text .main-heading {
        font-size: 1.5708rem;
        line-height: 2.0945rem;
    }
    
    .step-2 .main-heading {
        max-width: 27.7523rem;
    }
    
    .cc-recylcing-locator .step-2 p:not(.main-sub-heading) {
        margin-bottom: 1.5708rem;
    }
    
    .step-2 h4, .step-3 h4, .step-4 h4, .step-5 h4 {
        font-size: 1.0472rem;
        line-height: 1.4661rem;
        margin-bottom: 0.1570rem;
    }
    
    .step-2 h6, .step-3 h6 {
        font-size: 0.8378rem;
        line-height: 1.5708rem;
        margin-bottom: 1.0472rem;
    }
    
    .cc-success-box {
        min-height: 17.4368rem;
        padding: 1.6232rem 1.5708rem 1.5708rem;
    }
    
    .cc-success-title {
        font-size: 1.2567rem;
        line-height: 1.5708rem;
    }
    
    .box-list {
        padding-left: 1.0472rem;
    }
    
    .box-list li:not(:last-child) {
        margin-bottom: 0.5236rem;
    }
    
    .box-list li i {
        font-size: 1.5708rem;
        margin-right: 0.7854rem;
    }
    
    .box-list li span {
        font-size: 1.0472rem;
        line-height: 1.5708rem;
    }
    
    .cc-success-button {
        margin-bottom: 0;
    }
    
    .btn-program, .btn-share {
        height: 2.6181rem;
        font-size: 0.9425rem;
        line-height: 2.5134rem;
        padding: 0 1.0472rem;
    }
    
    .btn-program i, .btn-share i {
        font-size: 1.0472rem;
        line-height: 2.5134rem;
    }
    
    .cc-data-text {
        margin-top: 0;
        font-size: 0.7330rem;
    }

    .step-3 h4, .step-4 h4, .step-5 h4 {
        margin-bottom: 1.0472rem;
    }
    
    .step-3 p:not(.main-sub-heading), .step-4 p:not(.main-sub-heading), .step-5 p:not(.main-sub-heading) {
        margin-bottom: 1.5708rem;
    }
    
    .cc-access-box {
        min-height: 13.0907rem;
        margin-bottom: 1.5708rem;
        padding: 1.5185rem 1.5708rem 1.5708rem;
    }
    
    .cc-access-box h5 {
        font-size: 1.1519rem;
        line-height: 1.5708rem;
        margin-bottom: 0.9948rem;
    }
    
    .cc-access-box p {
        font-size: 0.8378rem !important;
        line-height: 1.1519rem !important;
    }

    .cc-101-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
        margin-bottom: 1.309rem;
    }
    
    .cc-101-hero p {
        margin-bottom: 1.5708rem;
    }
    
    .cc-101-icon-box {
        max-width: 8.3780rem;
    }
    
    .cc-101-icon-box h4 {
        font-size: 1.2567rem;
        line-height: 1.3422rem;
        margin-bottom: 0.5236rem;
    }
    
    .cc-101-icon-box img {
        margin-bottom: 0.9425rem;
    }
    
    .cc-101-learn-more {
        padding-top: 3.1417rem;
        padding-bottom: 3.4035rem;
    }
    
    .cc-101-learn-more .main-heading {
        max-width: inherit;
    }
    
    .cc-beverage-box-warpper {
        min-height: inherit;
        margin-top: 2.0945rem;
    }
    
    .cc-beverage-box-warpper:not(:last-child) {
        border-bottom: 0.07895rem solid rgb(154 202 60 / 20%);
        border-right: none;
        padding-bottom: 2.0945rem;
    }
    
    .cc-beverage-box {
        max-width: 36.6540rem;
    }
    
    .cc-beverage-box-img {
        max-width: 9.4253rem;
        min-height: 9.4253rem;
    }
    
    .cc-beverage-box-content {
        padding-top: 1.3090rem;
    }
    
    .cc-beverage-box-content h4 {
        font-size: 1.5708rem;
        line-height: 1.8850rem;
        margin-bottom: 0.9425rem;
    }
    
    .cc-beverage-box-content .sub-heading {
        font-size: 0.9425rem;
        line-height: 1.2567rem;
    }
    
    .cc-beverage-box-content p {
        font-size: 0.8378rem !important;
        line-height: 1.3614rem !important;
    }
    
    .cc-benefit-box-warpper {
        margin-top: 2.8799rem;
    }
    
    .cc-benefit-box {
        margin-left: 0;
        max-width: 12.5670rem;
        padding-left: 1.4661rem;
    }
    
    .cc-benefit-box h6 {
        font-size: 0.9425rem;
        line-height: 1.2567rem;
        margin-bottom: 0.7330rem;
    }
    
    .cc-benefit-box h5 {
        font-size: 1.2567rem;
        line-height: 1.3422rem;
        margin-bottom: 0.7330rem;
    }
    
    .cc-benefit-box p {
        font-size: 0.9425rem !important;
        line-height: 1.3614rem !important;
    }
    
    .cc-101-area {
        padding-top: 3.1417rem;
        padding-bottom: 3.6654rem;
    }
    
    .cc-101-area h2 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        max-width: 39.2721rem;
    }
    
    .cc-area-box-link {
        max-width: 19.8978rem;
    }
    
    .cc-area-box-link i {
        font-size: 1.6756rem;
        line-height: 2.3039rem;
        margin-bottom: 0.4712rem;
    }
    
    .cc-area-box-link h4 {
        font-size: 1.5708rem;
        line-height: 1.8850rem;
        margin-bottom: 0.4712rem;
    }
    
    .cc-area-box-link p {
        font-size: 0.7106rem;
        line-height: 0.9948rem;
    }

    .modal-body {
        padding: 1.8327rem;
    }

    .cc-mail-modal .modal-body .btn-close {
        top: 0.7854rem;
        right: 0.7854rem;
        background-size: 0.6283rem;
    }

    .cc-mail-modal .modal-body ol {
        padding-left: 1.3090rem;
        margin: 1.3090rem 0;
    }

    .cc-mail-modal .modal-body ol li {
        max-width: 100%;
        font-size: 0.9425rem;
        line-height: 1.4661rem;
    }

    .cc-mail-modal .modal-body ol li:not(:last-child) {
        margin-bottom: 0.6283rem;
    }

    .cc-mail-modal .modal-dialog {
        max-width: inherit;
        margin-inline: 1.0472rem;
    }
    
    .cc-101-process {
        padding-top: 3.1417rem;
        padding-bottom: 4.4508rem;
    }
    
    .cc-101-process h2 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        margin-bottom: 1.8327rem;
    }
    
    .cc-process-video-box {
        max-width: 39.2721rem;
    }

    .rp-hero h1,
    .work-hero h1,
    .brand-hero h1,
    .school-hero h1,
    .resource-hero h1,
    .industry-hero h1 {
        font-size: 2.1992rem;
        line-height: 2.6705rem;
        max-width: inherit;
        margin-bottom: 1.309rem;
    }
    
    .rp-hero ul,
    .brand-hero ul,
    .school-hero ul {
        margin-top: 1.8327rem;
    }
    
    .rp-hero ul li a:not(.cc-btn-outline),
    .cc-inner ul li a:not(.cc-btn-outline),
    .brand-hero ul li a:not(.cc-btn-outline),
    .school-hero ul li a:not(.cc-btn-outline) {
        font-size: 0.8901rem;
        line-height: 1.2043rem;
    }
    
    .cc-school-hero-img {
        margin-top: 2.0945rem;
        max-width: 19.3742rem;
        margin-inline: auto;
    }
	
	.cc-school-hero-img  img {
		max-height: inherit !important;
	}
    
    .cc-benefit-overview {
        padding-top: 3.1417rem;
        padding-bottom: 2.3563rem;
    }
    
    .cc-benefit-overview .main-heading {
        max-width: inherit;
    }
    
    .cc-benefit-list {
        max-width: inherit;
        margin-top: 2.0945rem;
    }
    
    .cc-benefit-list li {
        padding-left: 1.8327rem;
        margin-bottom: 1.309rem;
    }
    
    .cc-benefit-list li span {
        font-size: 0.9425rem;
        max-width: 12.5670rem;
    }
    
    .cc-benefit-list li:before {
        width: 1.0472rem;
        height: 1.3614rem;
        font-size: 1.0472rem;
        line-height: 1.3614rem;
    }
    
    .cc-school-case-study {
        padding-top: 3.1417rem;
        padding-bottom: 2.3563rem;
    }
    
    .cc-school-case-study p {
        margin-bottom: 1.8327rem;
    }
    
    .cc-case-study-warpper {
        min-height: 41.8902rem;
        margin-bottom: 1.8327rem;
    }
    
    .cc-case-study-box-content {
        padding: 1.5708rem 3.1417rem 2.3563rem 1.5708rem;
    }
    
    .cc-case-study-title {
        font-size: 1.2567rem;
        line-height: 1.3422rem;
        margin-bottom: 1.0472rem;
    }
    
    .cc-case-study-box-content .sub-heading {
        margin-bottom: 1.0472rem;
    }
    
    .cc-case-study-box-content span {
        font-size: 0.8901rem;
    }
    
    .cc-school-program {
        padding-top: 3.1417rem;
        padding-bottom: 1.3090rem;
    }
    
    .cc-school-program .main-heading {
        max-width: inherit;
    }
    
    .cc-school-program p {
        margin-bottom: 1.8327rem;
    }
    
    .cc-school-program-warpper {
        margin-bottom: 1.5708rem;
    }
    
    .cc-school-program-box {
        max-width: inherit;
    }
    
    .cc-school-program-box h4 {
        font-size: 1.2567rem;
        line-height: 1.5185rem;
        margin-bottom: 0.7854rem;
    }
    
    .cc-school-program-box .sub-heading {
        margin-bottom: 0.5236rem;
    }
    
    .cc-school-program-box h4 br {
        display: none;
    }
    
    .cc-school-program-box p {
        margin-bottom: 0 !important;
    }
    
	.cc-school-newsletter .boxed-section {
		max-width: inherit;
		padding-top: 2.618144rem;
		padding-bottom: 2.618144rem;
	}
	
	.cc-s-newsletter-form-box {
        max-width: 16.756120rem;
    }
    
    .cc-s-newsletter-form-box .form-control, .cc-s-newsletter-form-box .form-control:focus {
        height: 2.513418rem;
        padding: 0 0.785443rem;
        font-size: 0.785443rem;
        line-height: 2.513418rem;
    }
    
    .btn-sn-submit {
        height: 2.879958rem;
        padding: 0 1.047257rem;
        font-size: 1.047257rem;
        line-height: 2.879958rem;
    }
	
    .cc-school-resources {
        padding-top: 3.1417rem;
        padding-bottom: 3.6654rem;
    }
    
    .cc-school-resources-box {
        margin-top: 1.8327rem;
    }

	.cc-school-resources .main-heading a {
		font-size: 0.8901rem;
		line-height: 1.1519rem;
	}
	
    .cc-latest-posts {
        padding-top: 2.8799rem;
        padding-bottom: 3.4035rem;
    }

    .cc-latest-posts h2 {
        font-size: 1.8850rem;
        line-height: 2.4086rem;
        margin-bottom: 1.3090rem;
    }

    .page-template-t-recycle-program .cc-benefit-overview {
        padding-bottom: 3.6654rem;
    }
    
    .cc-benefit-overview .cc-benefit-box-warpper {
        margin-top: 2.8799rem;
    }
    
    .cc-benefit-overview .cc-benefit-box {
        max-width: inherit;
    }
    
    .cc-benefit-overview .cc-benefit-box p {
        max-width: inherit !important;
    }
    
    .cc-rp-process {
        padding-top: 3.1417rem;
        padding-bottom: 1.8327rem;
    }
    
    .cc-rp-process .main-heading {
        max-width: inherit;
    }
    
    .cc-rp-process p {
        margin-bottom: 0.7854rem;
    }
    
    .cc-rp-process .cc-btn-outline {
        margin-top: 0.7854rem;
        margin-bottom: 2.0945rem;
    }
    
    .cc-rp-process .cc-latest-post-box .cc-latest-post-content .cc-latest-post-title {
        max-width: inherit;
    }
    
    .cc-rp-process .cc-latest-post-warpper {
        margin-bottom: 1.8327rem;
    }

    .cc-industry-card-warpper:not(:last-child) {
        margin-bottom: 1.8327rem;
    }
    
    .cc-industry-card-icon-box i {
        font-size: 1.2567rem;
        line-height: 2.8275rem;
    }
    
    .cc-industry-card-icon-box {
        padding: 0 0.7854rem;
    }
    
    .cc-industry-card:before {
        height: 2.8265rem;
    }
    
    .cc-industry-card-content {
        padding: 0.7854rem 0.7854rem 1.309rem;
    }
    
    .cc-industry-card-content h4 {
        font-size: 1.2567rem;
        line-height: 1.6756rem;
        margin-bottom: 0.4189rem;
    }

    .cc-industry-card-content p {
        font-size: 0.8378rem !important;
        line-height: 1.3614rem !important;
    }

    .cc-industry-why .main-heading {
        max-width: inherit;
    }
    
    .cc-industry-work .cc-btn-outline {
        width: 15.7088rem;
    }
    
    .cc-industry-work {
        padding-top: 3.4035rem;
        padding-bottom: 3.4035rem;
    }

    .page-template-t-market .cc-benefit-overview {
        padding-bottom: 3.1417rem;
    }
    
    .cc-industry-market {
        padding-top: 3.1417rem;
        padding-bottom: 2.0945rem;
    }
    
    .cc-industry-market .main-heading {
        max-width: inherit;
    }
    
    .cc-industry-market .main-heading br,
    .page-template-t-market .cc-benefit-overview .main-heading br {
        display: none;
    }
    
    .cc-industry-market-box {
        max-width: 20.9451rem;
        margin: 1.0472rem auto 2.0945rem;
        padding: 1.5708rem 1.5708rem 2.0945rem;
    }
    
    .cc-industry-market-box h4 {
        font-size: 1.2567rem;
        line-height: 1.5708rem;
        margin-bottom: 1.0472rem;
    }
    
    .cc-industry-market-box ul {
        max-width: inherit;
        margin: 0 0.5236rem;
    }
    
    .cc-industry-market-box ul li {
        padding-left: 1.3090rem;
        font-size: 0.9425rem;
    }
    
    .cc-industry-market-box ul li:not(:last-child) {
        margin-bottom: 0.9425rem;
    }
    
    .cc-industry-market-box ul li:before {
        width: 0.5236rem;
        height: 1.3614rem;
        font-size: 1.0472rem;
        line-height: 1.3614rem;
    }
    
    .cc-industry-market .cc-benefit-list {
        max-width: inherit;
    }

    .cc-mrfs-process .main-heading span,
    .page-template-t-mrf .cc-inner h1 span {
        display: inline;
    }
    
    .page-template-t-mrf .cc-benefit-overview {
        padding-bottom: 3.1417rem;
    }
    
    .page-template-t-mrf .cc-benefit-overview .main-heading {
        max-width: inherit;
    }
    
    .cc-rp-process.cc-mrfs-process .cc-btn-outline {
        margin-bottom: 1.0472rem;
    }

    .work-hero .cc-school-hero-img img {
        max-height: inherit;
    }
    
    .cc-collaborate-overview {
        padding-top: 3.1417rem;
        padding-bottom: 2.2108rem;
    }
    
    .cc-collaborate-list {
        max-width: inherit;
        margin: 1.8327rem auto 0;
    }
    
    .cc-collaborate-list li {
        padding-left: 1.8327rem;
        margin-bottom: 1.309rem;
    }
    
    .cc-collaborate-list li:before {
        width: 1.0472rem;
        height: 1.3614rem;
        font-size: 1.0472rem;
        line-height: 1.3614rem;
    }
    
    .cc-collaborate-list li span {
        font-size: 0.9425rem;
        line-height: 1.3614rem;
        max-width: 17.8033rem;
    }
    
    .cc-workk-team {
        padding-top: 3.1417rem;
        padding-bottom: 1.5708rem;
    }
    
    .cc-workk-team p:not(.cc-member-bio, .cc-field-box-bio) {
        margin-bottom: 1.8327rem;
        max-width: inherit !important;
    }
    
    .cc-member-margin {
        margin-bottom: 1rem;
    }
    
    .cc-member-box-warpper {
        margin-bottom: 1.8327rem;
        min-height: 21.9924rem;
    }
    
    .cc-member-image {
        min-height: inherit;
        padding-bottom: 100%;
    }
    
    .cc-member-content {
        padding: 1.5708rem 1.5708rem 1.8327rem;
    }
    
    .cc-member-title {
        font-size: 1.2567rem;
        line-height: 1.7803rem;
        margin-bottom: 0.5236rem;
    }
    
    .cc-member-bio {}
    
    .cc-field-box-warpper {
        margin-bottom: 1.8327rem;
    }
    
    .cc-field-box {
        max-width: 12.5670rem;
    }
    
    .cc-field-title {
        font-size: 1.2567rem;
        line-height: 1.7803rem;
        margin-bottom: 0.5236rem;
    }
    
    .cc-field-box span {
        font-size: 0.9425rem;
    }
    
    .cc-we-work {
        padding-top: 3.1417rem;
        padding-bottom: 2.0945rem;
    }
    
    .cc-we-work .main-heading {
        max-width: inherit;
    }
    
    .cc-we-work .cc-btn-outline {
        max-width: 15.7088rem;
        margin-top: 1.8327rem;
    }
    
    .cc-work-sponser {
        margin-top: 2.6181rem;
    }
    
    .cc-sponser-box-warpper:nth-child(2n) {
        border-right: none;
    }
    
    .cc-sponser-box-warpper {
        min-height: 8.9016rem;
        margin-bottom: 1.5708rem;
    }
    
    .cc-sponser-box img {
        max-width: 11.5198rem;
    }

    .cc-resources-posts {
        padding-top: 3.1417rem;
        padding-bottom: 3.6654rem;
    }
    
    .cc-resources-cetagory {
        max-width: max-content;
        margin-inline: auto;
        margin-bottom: 1.3090rem;
    }
    
    .cc-resources-cetagory li:not(:last-child) {
        margin-right: 0.8378rem;
    }
    
    .cc-resources-cetagory li span {
        font-size: 0.7854rem;
    }
    
    .cc-resources-cetagory li a {
        font-size: 0.8901rem;
    }
    
    .form-holder {
        max-width: max-content;
        margin-inline: auto;
        margin-bottom: 1.309rem;
    }
    
    .cc-inline-form-element:not(:last-child) {
        margin-right: 0.7854rem;
    }
    
    .cc-label {
        font-size: 0.7854rem;
    }
    
    .form-holder .form-select, .form-holder .form-select:focus {
        padding: 0 1.0472rem 0 0;
        font-size: 0.8901rem;
        background-size: 0.5759rem 0.3665rem;
    }
    
    .cc-resources-post-warpper {
        min-height: 18.6935rem;
        margin-bottom: 1.8327rem;
    }
    
    .cc-resources-post-box .sub-heading {
        margin-bottom: 1.0472rem;
    }
    
    .cc-resources-post-box {
        padding: 1.5185rem;
    }
    
    .cc-resources-post-title {
        font-size: 1.4661rem;
        line-height: 1.7803rem;
        margin-bottom: 1.0472rem;
    }
    
    .cc-resources-post-box p {
        margin-bottom: 1.0472rem;
    }
    
    .cc-resources-post-link span {
        font-size: 0.8901rem;
    }

    .brand-hero p span {
        font-size: 0.8378rem;
        line-height: 1.2567rem;
    }
  
    .page-template-t-brand .cc-benefit-overview .main-heading {
        max-width: inherit;
    }
  
    .page-template-t-brand .cc-benefit-list {
        max-width: inherit !important;
    }
  
    .cc-brand-get-started {
        padding-top: 3.1417rem;
        padding-bottom: 2.3563rem;
    }
  
    .cc-brand-get-started .main-heading {
        max-width: inherit;
    }
  
    .cc-brand-get-started .cc-school-program-box p {
        margin-bottom: 0.6283rem !important;
    }
  
    .cc-brand-get-started .cc-school-program-box ul li:not(:last-child) {
        margin-bottom: 0.4189rem;
    }
  
    .cc-brand-get-started .cc-school-program-box ul li a {
        font-size: 0.8901rem;
    }
  
    .cc-brand-get-started .cc-school-program-box ul {
      margin-top: 1.0472rem;
    }
  
    .cc-brand-message {
      padding-top: 3.1417rem;
    }
  
    .cc-brand-message .cc-benefit-list:not(.cc-benefit-list.cc-error-list) li em {
      font-size: 0.8378rem;
      max-width: 12.567rem;
    }
  
    .cc-error-list li span {
      max-width: 15.7088rem;
    }
  
    .cc-error-list li p {
      max-width: 15.7088rem !important;
    }
	
	.landing-page-hero ul {
		padding-left: 1.570886rem;
	}

	.landing-page-hero ul li {
		font-size: 0.9425rem !important;
		line-height: 1.4661rem !important;
	}
	
	.cc-cea-new-sec {
        padding-top: 3.1417rem;
        padding-bottom: 2.3563rem;
    }
    
    .cc-cea-new-sec .main-heading {
        max-width: inherit;
    }
    
    .cc-cea-new-sec .cc-btn-outline {
        margin-top: 1.570886rem;
    }
	
	.page-template-t-cea .cc-brand-get-started .cc-school-program-warpper {
        min-height: auto;
    }

    .latest-swiper {
        padding-bottom: 2.0945rem;
    }

    .cc-latest-post-title {
        font-size: 1.1519rem;
        line-height: 1.3614rem;
        margin-bottom: 0.7854rem;
    }
    
    .cc-latest-post-category {
        font-size: 0.9425rem;
        line-height: 1.3614rem;
    }

    .swiper-pagination {
        top: auto !important;
        bottom: 0.1047rem !important;
        height: 1.0472rem;
    }

    .swiper-pagination .swiper-pagination-bullet {
        width: 1.0472rem;
        height: 1.0472rem;
        background-color: var(--bd-dark-blue);
    }

    .cc-footer {
        padding-top: 2.6181rem;
        padding-bottom: 3.4035rem;
        margin-top: 0.7854rem;
    }
    
    .cc-footer:before {
        height: 0.7854rem;
        top: -0.7854rem;
    }
    
    .footer-logo-link {
        margin-bottom: 1.0472rem;
    }
    
    .cc-contact-info li a {
        font-size: 0.7330rem;
    }
    
    .cc-contact-info li:first-child {
        line-height: 1.2567rem;
    }
    
    .cc-contact-info li:not(:last-child) {
        margin-bottom: 1.3090rem;
    }
    
    .cc-contact-info li p {
        font-size: 0.7330rem !important;
        line-height: 1.2567rem !important;
    }
    
/*     .cc-contact-info li p span {
        margin-bottom: 0;
    } */

    .podcast-hero h3 {
        font-size: 0.942532rem;
        letter-spacing: 0.018851rem;
        margin-bottom: 1.3090rem;
    }

    .podcast-hero h1 {
        font-size: 2.3039rem;
        line-height: 2.8275rem;
        margin-bottom: 1.3090rem;
    }

    .bd_list_now {
        padding-top: 3.141772rem;
        padding-bottom: 3.874853rem;
    }

    .bd_list_box_warpper {
        margin-top: 2.094515rem;
        column-gap: 1.570886rem;
    }

    .bd_list_button {
		width: 11.519832rem;
        height: 2.775232rem;
        padding-inline: 1.047257rem;
        font-size: 0.890169rem;
        letter-spacing: 0.035607rem;
        box-shadow: 0.209451rem 0.209451rem 0px 0px var(--bd-dark-blue);
        -webkit-box-shadow: 0.209451rem 0.209451rem 0px 0px var(--bd-dark-blue);
    }

    .bd_list_button span:not(:last-child) {
        margin-right: 0.733080rem;
    }
    
    .cc-footer-menu-warpper {
        margin-top: 2.0945rem;
    }
    
    .cc-footer-menu-warpper span {
        font-size: 0.8378rem;
        line-height: 1.2567rem;
        margin-bottom: 1.0472rem;
    }
    
    .footer-menu {
        column-gap: 1.3090rem;
    }
    
    .footer-menu li {
        line-height: 1.2567rem;
        margin-bottom: 0.6283rem;
    }
    
    .footer-menu li a {
        font-size: 0.8378rem;
        line-height: 1.2567rem;
    }
    
    .cc-footer-social-warpper {
        margin-top: 2.0945rem;
    }
    
    .cc-input-group {
        max-width: inherit;
    }
}
