@media (min-width: 1200px) {
    .cnt{ max-width: 965px; margin: 0 auto; }
}


/*-------------------------------------------------------------------------------- Intro */
.recycling .intro { margin-top: 20px; margin-bottom: 40px; }
.recycling .intro .mobile { display: none; }
.recycling .intro .desktop { display: block; }

@media screen and (max-width: 768px) {
    .recycling .intro .mobile { display: block; }
    .recycling .intro .desktop { display: none; }
}

/*-------------------------------------------------------------------------------- Intro Text */
.recycling .intro-text { margin-bottom: 20px; }
.recycling .intro-text h2 { color: #005d2e; margin: 0; padding: 0; font-size: 29px; font-family: "Gotham Rounded Medium",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .intro-text h2.heading-small { font-weight: 400; text-transform: none; }
.recycling .intro-text h2.heading-large { font-size: 35px; font-family: "Gotham Rounded Bold",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .intro-text p { font-size: 17px; color: #58595b; font-family: GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; }
.recycling .intro-text strong { color: #005d2e; font-weight: 600; }

/*-------------------------------------------------------------------------------- How To */
.recycling .how-to { margin-bottom: 20px; background: #f8faf0; margin-left: 0; margin-right: 0; }
.recycling .how-to h2.heading { text-transform: none; margin: 20px 0; color: #005d2e; font-size: 29px; font-weight: 400; font-family: "Gotham Rounded Medium",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .how-to .block-cnt { padding: 20px 20px 40px 20px; }
.recycling .how-to .block-cnt .block-how { color: #ffffff; min-height: 460px; padding: 10px 20px; }
.recycling .how-to .block-cnt .block-how h3 { margin: 0; padding-top: 30px; color: #ffffff; font-size: 26px; font-family: "Gotham Rounded Bold",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .how-to .block-cnt .block-how p { margin: 0; font-size: 12px; line-height: 15px; min-height: 60px; color: #ffffff; font-family: GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; }
.recycling .how-to .block-cnt .block-how p a { color: #ffffff; text-decoration: underline; }
.recycling .how-to .block-cnt .block-how .img-cnt { padding: 20px; min-height: 200px; }
.recycling .how-to .block-cnt .block-how .img-cnt.move { padding: 20px 0 20px 40px; }
.recycling .how-to .block-cnt .block-how .img-cnt.move.seal { padding: 20px 0 20px 30px; }
.recycling .how-to .block-cnt .block-how .img-cnt img { margin: 0 auto; }

.recycling .how-to .block-cnt .block-how.yellow { background: #e2b633; position: relative; }
.recycling .how-to .block-cnt .block-how.orange { margin-left: -20px; background: #eb6209; position: relative; }
.recycling .how-to .block-cnt .block-how.light-green { margin-left: -20px; background: #99b811; position: relative; }
.recycling .how-to .block-cnt .block-how.dark-green { margin-left: -20px; background: #005e2c; position: relative; }

.recycling .how-to .block-cnt .block-how.yellow::after { 
    position: absolute;
    top: 80px;
    right: -30px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #e2b633;
    z-index: 100;
}
.recycling .how-to .block-cnt .block-how.yellow::before { 
    position: absolute;
    top: 80px;
    right: -40px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #F8FAF0;
    z-index: 99;
}

.recycling .how-to .block-cnt .block-how.orange::after { 
    position: absolute;
    top: 80px;
    right: -30px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #eb6209;
    z-index: 100;
}
.recycling .how-to .block-cnt .block-how.orange::before { 
    position: absolute;
    top: 80px;
    right: -40px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #F8FAF0;
    z-index: 99;
}

.recycling .how-to .block-cnt .block-how.light-green::after { 
    position: absolute;
    top: 80px;
    right: -30px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #99b811;
    z-index: 100;
}
.recycling .how-to .block-cnt .block-how.light-green::before { 
    position: absolute;
    top: 80px;
    right: -40px;
    content: "";
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-top: 80px solid transparent;
    border-bottom: 80px solid transparent;
    border-left: 30px solid #F8FAF0;
    z-index: 99;
}

.recycling .btn { 
    font-family: "Gotham Rounded Medium",Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; 
    display: inline-block;
    text-decoration: none; 
    margin: 15px auto 0 auto; 
    padding: 10px 36px; 
    background: #ffffff; 
    border: none; 
    border-radius: 10px; 
    text-transform: 
    uppercase; 
    color: #006fbe; 
    font-weight: bold; 
    font-size: 12px; 
    line-height: 12px; 
}
.recycling .btn:hover { background: #F8FAF0; cursor: pointer; }

.recycling .how-to .block-how.light-green .btn { color: #99b811; }
.recycling .how-to .block-how.dark-green .btn { color: #005e2c; padding-left: 20px; padding-right: 20px; }

@media screen and (max-width: 768px) {
    .recycling .how-to .block-cnt { padding-top: 20px 10px 40px 10px; }
    .recycling .how-to .block-cnt .block-how { min-height: 0; }
    .recycling .how-to .block-cnt .block-how p { font-size: 16px; line-height: 18px; padding: 0 20px; }
    .recycling .how-to .block-cnt .block-how .img-cnt.move { padding: 20px; }
    .recycling .how-to .block-cnt .block-how .img-cnt.move.seal { padding: 20px; }

    .recycling .how-to .block-cnt .block-how.orange { margin-left: 0; padding-top: 70px; }
    .recycling .how-to .block-cnt .block-how.light-green { margin-left: 0; padding-top: 70px; }
    .recycling .how-to .block-cnt .block-how.dark-green { margin-left: 0; padding-top: 70px; padding-bottom: 50px; }

    .recycling .how-to .block-cnt .block-how.yellow::after { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 10%;
        background: #e2b633;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);

        z-index: 100;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .recycling .how-to .block-cnt .block-how.yellow::before { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 14%;
        background: #F8FAF0;
        clip-path: polygon(-20% 0%, 120% 0%, 50% 100%);

        z-index: 99;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .recycling .how-to .block-cnt .block-how.orange::after { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 10%;
        background: #eb6209;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);

        z-index: 100;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .recycling .how-to .block-cnt .block-how.orange::before { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 14%;
        background: #F8FAF0;
        clip-path: polygon(-20% 0%, 120% 0%, 50% 100%);

        z-index: 99;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .recycling .how-to .block-cnt .block-how.light-green::after { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 10%;
        background: #99b811;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);

        z-index: 100;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-left: none;
    }
    .recycling .how-to .block-cnt .block-how.light-green::before { 
        content: '';
        position: absolute;
        top: 100%;
        left: 0; 
        right: 0;
        padding-bottom: 14%;
        background: #F8FAF0;
        clip-path: polygon(-20% 0%, 120% 0%, 50% 100%);

        z-index: 99;
        width: 100%;
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }

    .recycling .how-to .block-cnt .block-how.dark-green::before {
        border-top: none;
        border-bottom: none;
        border-right: none;
        border-left: none;
    }
}

/*-------------------------------------------------------------------------------- Why */
.recycling .why-recycle { margin: 10px 0; background: #e4ebc6; padding: 20px; }
.recycling .why-recycle h2.heading { margin: 10px 0 0 0; color: #005d2e; font-size: 36px; font-weight: 400; font-family: "Gotham Rounded Medium",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .why-recycle h2.heading strong { font-size: 36px; font-family: "Gotham Rounded Bold",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .why-recycle h3 { font-size: 22px; font-weight: 600; color: #005d2e; font-family: "Gotham Rounded Bold",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .why-recycle p { font-size: 17px; color: #58595b; font-family: GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; }

/*-------------------------------------------------------------------------------- Pods Info */
.recycling .pods-info { background: #fcede6; margin: 0 0 20px 0; }
.recycling .pods-info .block-waste { background: #fcede6; padding: 20px; min-height: 200px; }
.recycling .pods-info .block-waste h2.heading { margin: 0; padding-top: 20px; color: #005d2e; font-size: 22px; font-weight: 600; font-family: "Gotham Rounded Bold",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .pods-info .block-waste p { font-size: 17px; color: #58595b; font-family: GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; }
.recycling .pods-info .block-waste p a { color: #9bb52b; text-decoration: underline; }

.recycling .pods-info .block-pods { padding-right: 0; float: right; }
.recycling .pods-info .block-pods img { float: right; border-left: 10px solid #ffffff; }

@media screen and (max-width: 768px) {
    .recycling .pods-info .block-pods { float: none; margin-bottom: 10px; }
    .recycling .pods-info { background: #ffffff; }
    .recycling .pods-info .block-waste { margin: 0 -15px 10px -15px; }
    .recycling .pods-info .block-pods { padding-left: 0; padding-right: 0; }
    .recycling .pods-info .block-pods img { float: none; border-left: 0; }
}

/*-------------------------------------------------------------------------------- FAQ */
.recycling .faq { background: #faf9f6; margin: 0 0 20px 0; }
.recycling .faq h2.heading { margin: 30px 0 0 0; color: #005d2e; font-size: 35px; font-weight: 600; font-family: "Gotham Rounded Medium",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .faq h3 { margin: 20px 0 0 0; padding: 0; color: #005d2e; font-size: 17px; font-weight: 600; font-family: "Gotham Rounded Medium",GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; }
.recycling .faq p { margin: 0 0 15px 0; font-size: 15px; color: #58595b; font-family: GothamRounded,Verdana,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: normal; }
.recycling .faq p.heading-text { font-size: 17px; color: #005d2e; margin: 15px 0; }
.recycling .faq p a { color: #58595b; }
.recycling .faq p.link a { color: #9bb52b; text-decoration: underline; }



/*-------------------------------------------------------------------------------- Custom */
.divider { display: block; height: 1px; border: 0; border-top: 1px solid #e9e9e9; margin: 30px 0; padding: 0;  }
.img-responsive { display: block; max-width: 100%; height: auto; }
.text-center { text-align: center; }
.clearfix, .clearfix::after { display: block; content: ""; clear: both; }

#nav .menu-fly-out .fly-left { max-width: 500px!important; }
#nav #nav-link-5 .menu-fly-out .fly-left { max-width: 200px!important; }
#nav #nav-link-6 .menu-fly-out { width: 800px; }
#nav #nav-link-6 .menu-fly-out .fly-left { max-width: 510px!important; }
#nav #nav-link-14 .menu-fly-out .fly-left { max-width: 350px!important; }
#nav #nav-link-23 .menu-fly-out .fly-left{ max-width: 190px!important; }