<style>
#top-banner {
    display: none;
}

#cv-section-1 .cv-wrap-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

#cv-section-1 .wrap {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.inner_content {
    max-width: 1170px;
    margin: auto;
}

#resource_header_nav {
    padding-top: 13px;
}

#main_content {
    background-color: #FFFFFF;
    overflow: auto;
}

#resource_header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(166, 175, 177, 0.5);
}

#resource_header h1{
    font-size: 24px;
    color: #373B41;
}

#header_container {
    margin-bottom: -75px;
}

#header_container_old {
    margin-bottom: 0;
    margin-top: 25px;
}

#header_image {
    margin: 15px 0;
    padding: 0;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    display: flex;
}

#header_text {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    margin: auto;
    max-width: 95%;
    position: relative;
    top: -80px;
    padding: 15px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #58616B;
}

#header_text_old {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    margin: auto;
    max-width: 100%;
    
    padding: 25px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #58616B;
}

#content_old {
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding: 25px;
}

#content_left_old {
    width: 65%;
}

#content_right_old {
    width: 35%;
    padding: 0 25px;
}

.curriculum_resource {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    margin: 20px 0;
}

.curriculum_resource_image {
    display: block;
    width: 256px;
    min-width: 256px;
    display: flex;
}

.curriculum_resource_text {
    display: block;
}

.curriculum_resource_text_title {
    margin: 5px;
    padding-bottom: 0;
}

.curriculum_resource_text_title a {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.curriculum_resource_text_title a:hover {
    color: #000000;
}

.curriculum_resource_text_title_old {
    margin: 5px;
    padding-bottom: 30px;
    line-height: 16px;
}

.curriculum_resource_text_title_old a {
    font-weight: 600;
    color: #39a6ed;
    font-size: 14px;
}

.curriculum_resource_text_title_old a:hover {
    color: #39a6ed;
}

.curriculum_resource_subtext_title_old {
    color: #b3bbbe;
    font-size: 12px;
}

.curriculum_resource_text_desc {
    margin: 5px;
    padding-bottom: 0;
}

#curriculum_lessons {
    width: 96%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}

#curriculum_lessons_tabs {
    width: 250px;
    display: inline-block;
}

#curriculum_lessons_tabs a {
    color: #555555;
}

.tab_separator {
    padding: 20px;
}

.curriculum_lessons_item {
    margin-bottom: 35px;
    padding: 10px 30px;
}

.active_tab {
    position: relative;
    background: #ffffff;
    border-right: 4px solid #39a6ed;
    color: #39a6ed;
    font-weight: bold;
}

.active_tab:after,
.active_tab:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active_tab:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 13px;
  margin-top: -13px;
}

.active_tab:after {
    border-color: rgba(57, 166, 237, 0);
    border-left-color: #39a6ed;
    border-width: 10px;
    margin-top: -10px;
}

.curriculum_lessons_prefix {
    color: #BCC5C8;
    font-size: 12px;
    line-height: 16px;
}

.curriculum_lessons_title {
    line-height: 16px;
}


#curriculum_lessons_lessons {
    width: calc(100% - 250px);
    background-color: #F0F0F0;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
}

.collection_resource {
    display: none;
    padding: 25px;
}

.collection_resource_desc {
    padding: 10px 10px 30px 5px;
}

.collection_resource_item {
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    display: flex;
    padding: 10px 10px 2px 10px;
}

.collection_resource_img {
    min-width: 160px;
    width: 160px;
}

.collection_resource_text {
    padding: 3px 10px;
}

.collection_resource_text_title {
    font-weight: bold;
    line-height: 16px;
}

.collection_resource_text_title a {
    color: #000000;
}

.collection_resource_text_type {
    line-height: 8px;
}

.collection_resource_text_desc {
    color: #656C74;
    font-size: 14px;
}

#resource_header_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

#article_body {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 15px;
}

#article_body .html-fragment h3 {
    text-decoration: underline;
    font-size: 24px;
    font-weight: 400;
}

.html-fragment {
    padding: 20px;
}

.html-fragment p {
    font-size: 18px;
}

#related_resources {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
}

#related_resources h1 {
    font-size: 24px;
    font-weight: bolder;
    padding: 0 20px;
}

.fragment-type-relatedresources {
    padding: 0 20px !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li{
    list-style: none;
}

.list-unstyled p{
    padding-bottom: 0;
}

.resource-list-item {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.resource-list-items .resource-thumbnail {
    width: 120px;
    height: 68px;
    float: left;
    margin-right: 10px;
}

.resource-list-items .resource-thumbnail img {
	height: 100%;
	width: 100%;
}

.resource-list-items .resource-title h3 {
    margin-bottom: -8px !important;
    margin-top: -8px !important;
    font-size: 18px;
    text-decoration: underline;
}

.resource-list-items .resource-type p {
    margin: 0;
    font-size: 14px;
    color: #58616b;
}

.resource-list-items .resource-description p {
    margin: 0;
    font-size: 16px;
}

#video_conatiner {
    padding: 30px 15px;
    display: flex;
}

#video_conatiner_video {
    width: 65%;
}

#video_conatiner_info {
    width: 35%;
    padding: 0 15px;
}

#video_conatiner_info_header {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
}

#video_conatiner_info_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

.embedded-video-resource {
    border: 2px solid lightgray;
    width: 600px;
}

.embedded-diagram-resource .header, .embedded-video-resource .header {
    background-color: #EEE;
    border-bottom: 2px solid lightgray;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}

.embedded-diagram-resource .footer, .embedded-video-resource .footer {
    background-color: #EEE;
    border-top: 2px solid lightgray;
    font-style: italic;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}

.image-600 {
    width: 600px;
}

.image-600 img {
    width: 100%;
}

#diagram_image {
    width: 100%;
    padding: 20px 5px;
}

#sub_content_old {
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

.sco_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    display: flex;
}

.sco_section_title {
    padding: 0 15px;
    background-color: #EEF2F4;
    border: 1px solid #CFDAE0;
    cursor: pointer;
}

.sco_section_title h1 {
    font-size: 16px;
    font-weight: bold;
}

.associated_group {
    margin-bottom: 20px;
}

.sco_item_image {
    min-width: 160px;
    width: 160px;
    height: 90px;
    margin-right: 15px;
}

.sco_item_info {
    line-height: 18px;
}

.sco_item_info a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}

.associated_group_off {
    display: none;
}

#curriculum_attribution {
    padding: 0 100px 50px 100px;
}

#curriculum_attribution > div {
    display: flex;
    margin-top: 25px;
}


.curriculum_attribution_logo {
    width: 200px;
    padding-right: 50px;
}

.curriculum_attribution_text {
    font-size: 12px;
    margin: auto;
}

#web_link_icon {
    width: 160px;
    height: 90px;
    background: rgba(195, 220, 228, 0.3) url('https://www.jason.org/wp-content/uploads/2019/10/empty-state-icon-sprite.png') no-repeat 28px -1853px !important;
}

#web_link_text {
    padding-left: 15px;
}

.html-fragment table {
    border: 0;
    max-width: 100%;
    background-color: transparent;
}


.html-fragment table tr {
    border: 0;
}


.html-fragment table td {
    border: 0;
    padding: 0 15px 0 0;
    margin: 0;
}

.html-fragment table td img {
    width: 100%;
}

.image-200 {
    width: 200px;
}

.table-bordered tr {
    border: 1px solid #000000 !important;
}


.table-bordered td {
    border: 1px solid #000000 !important;
    padding: 10px !important;
    vertical-align: top;
}

.table-bordered td img {
    width: 100%;
}

#related-resources {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
}

#related-resouces-title {
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

#cards {
    margin: auto;
    display: flex;
    padding-bottom: 10px;
}

.card {
    width: 250px;
    border: 1px solid #CFDAE0;
    margin: 7px;
    border-radius: 5px;
}

.card_image {
    height: 139px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.card_description {
    font-size: 14px;
    padding: 10px;
}

#game_conatiner {
    padding: 30px 15px;
    display: flex;
}

#game_conatiner_game_img {
    display: flex;
    min-height: 139px;
    max-height: 139px;
    width: 247px;
}

#game_conatiner_game_img img {
    max-width: 100%;
    width: 100%;
}

#game_conatiner_info {
    padding: 0 15px;
}

#game_conatiner_info_header {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
}

#game_conatiner_info_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

#game_conatiner_info_launch {
    color: #ffffff;
    background: #7fda90;
    border-color: #7fda90;
    padding: 10px 34px;
    font-size: 16px;
    min-height: 44px;
    border-radius: 3px;
}

.teacher-note {
    display: none;
}</style>
<div id="main_content">
    <div id="resource_header">
        <div class="inner_content">
            <h1>ReMA Recycling Collection | Grades K-12</h1>
        </div>
    </div>

    <div class="inner_content">
        <div id="header_container_old">
            <div id="header_text_old">
                Unlock the STEM secrets of recycling at a global scale with these activities and resources! ReMA and JASON Learning are proud to partner to help students and educators understand the importance of recycling and the recycling industry, as well as learn key STEM topics related to recycling with rich, standards-based, multimedia curricular experiences for students in grades K–12. Recycled materials provide a renewable source of high-quality materials for everyday items and essential infrastructure. From farms to hospitals, from schools to highways, we rely on recycled materials. And every new item made from recycled material is one less item that would use scarce natural resources. With recycling, we can get raw materials more locally and securely than having to depend on foreign sources.            </div>
        </div>
        <div id="content_old">
            <div id="content_left_old">
                <div id="myElement">
                    Loading Video...
                </div>
            </div>
            <div id="content_right_old">

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28342" >
                    Grades K-4                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades K-4</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28344" >
                    Grades 5-8                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades 5-8</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28346" >
                    Grades 9-12                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades 9-12</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=34604" >
                    Recycling                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Community Challenge - Design for Recycling®</span>
                </p>
            </div>
        </div>
    </div>
</div>

<script type='text/javascript'>
    var playerInstance = jwplayer('myElement');
    playerInstance.setup({
        stretching: "exactfit",
        aspectratio: "16:9",
        width: '100%',
        height: '100%',
        key: "1I1h/d5t+I+Qdk+024LXe8KdVNUFIEfLIHyUeA==",
        playlist: [{
            file: 'https://assets.jason.org/resource_assets/34610/38511/rema-farms-to-hospitals-v1-aug-2025.mp4',
            image: 'https://assets.jason.org/resource_assets/34610/38513/rema-farms-to-hospitals-v1-aug-2025.png',
            tracks: [{
                file: "https://assets.jason.org/resource_assets/34610/38511/rema-farms-to-hospitals-v1-aug-2025.mp4",
                label: "English",
                kind: "captions",
                "default": false,

            }]
        }]
    });
</script><style>
#top-banner {
    display: none;
}

#cv-section-1 .cv-wrap-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

#cv-section-1 .wrap {
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.inner_content {
    max-width: 1170px;
    margin: auto;
}

#resource_header_nav {
    padding-top: 13px;
}

#main_content {
    background-color: #FFFFFF;
    overflow: auto;
}

#resource_header {
    background-color: #FFFFFF;
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    box-shadow: 0 2px 4px 0 rgba(166, 175, 177, 0.5);
}

#resource_header h1{
    font-size: 24px;
    color: #373B41;
}

#header_container {
    margin-bottom: -75px;
}

#header_container_old {
    margin-bottom: 0;
    margin-top: 25px;
}

#header_image {
    margin: 15px 0;
    padding: 0;
    max-width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    display: flex;
}

#header_text {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    margin: auto;
    max-width: 95%;
    position: relative;
    top: -80px;
    padding: 15px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #58616B;
}

#header_text_old {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    margin: auto;
    max-width: 100%;
    
    padding: 25px;
    background-color: #FFFFFF;
    font-size: 18px;
    color: #58616B;
}

#content_old {
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 25px;
    padding: 25px;
}

#content_left_old {
    width: 65%;
}

#content_right_old {
    width: 35%;
    padding: 0 25px;
}

.curriculum_resource {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    margin: 20px 0;
}

.curriculum_resource_image {
    display: block;
    width: 256px;
    min-width: 256px;
    display: flex;
}

.curriculum_resource_text {
    display: block;
}

.curriculum_resource_text_title {
    margin: 5px;
    padding-bottom: 0;
}

.curriculum_resource_text_title a {
    font-weight: 600;
    color: #000000;
    font-size: 16px;
}

.curriculum_resource_text_title a:hover {
    color: #000000;
}

.curriculum_resource_text_title_old {
    margin: 5px;
    padding-bottom: 30px;
    line-height: 16px;
}

.curriculum_resource_text_title_old a {
    font-weight: 600;
    color: #39a6ed;
    font-size: 14px;
}

.curriculum_resource_text_title_old a:hover {
    color: #39a6ed;
}

.curriculum_resource_subtext_title_old {
    color: #b3bbbe;
    font-size: 12px;
}

.curriculum_resource_text_desc {
    margin: 5px;
    padding-bottom: 0;
}

#curriculum_lessons {
    width: 96%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
}

#curriculum_lessons_tabs {
    width: 250px;
    display: inline-block;
}

#curriculum_lessons_tabs a {
    color: #555555;
}

.tab_separator {
    padding: 20px;
}

.curriculum_lessons_item {
    margin-bottom: 35px;
    padding: 10px 30px;
}

.active_tab {
    position: relative;
    background: #ffffff;
    border-right: 4px solid #39a6ed;
    color: #39a6ed;
    font-weight: bold;
}

.active_tab:after,
.active_tab:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.active_tab:before {
  border-color: rgba(0, 0, 0, 0);
  border-width: 13px;
  margin-top: -13px;
}

.active_tab:after {
    border-color: rgba(57, 166, 237, 0);
    border-left-color: #39a6ed;
    border-width: 10px;
    margin-top: -10px;
}

.curriculum_lessons_prefix {
    color: #BCC5C8;
    font-size: 12px;
    line-height: 16px;
}

.curriculum_lessons_title {
    line-height: 16px;
}


#curriculum_lessons_lessons {
    width: calc(100% - 250px);
    background-color: #F0F0F0;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
}

.collection_resource {
    display: none;
    padding: 25px;
}

.collection_resource_desc {
    padding: 10px 10px 30px 5px;
}

.collection_resource_item {
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    background-color: #FFFFFF;
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-radius: 2px;
    display: flex;
    padding: 10px 10px 2px 10px;
}

.collection_resource_img {
    min-width: 160px;
    width: 160px;
}

.collection_resource_text {
    padding: 3px 10px;
}

.collection_resource_text_title {
    font-weight: bold;
    line-height: 16px;
}

.collection_resource_text_title a {
    color: #000000;
}

.collection_resource_text_type {
    line-height: 8px;
}

.collection_resource_text_desc {
    color: #656C74;
    font-size: 14px;
}

#resource_header_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

#article_body {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0 15px;
}

#article_body .html-fragment h3 {
    text-decoration: underline;
    font-size: 24px;
    font-weight: 400;
}

.html-fragment {
    padding: 20px;
}

.html-fragment p {
    font-size: 18px;
}

#related_resources {
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(202, 202, 202, 0.5);
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 15px;
}

#related_resources h1 {
    font-size: 24px;
    font-weight: bolder;
    padding: 0 20px;
}

.fragment-type-relatedresources {
    padding: 0 20px !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-unstyled li{
    list-style: none;
}

.list-unstyled p{
    padding-bottom: 0;
}

.resource-list-item {
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.resource-list-items .resource-thumbnail {
    width: 120px;
    height: 68px;
    float: left;
    margin-right: 10px;
}

.resource-list-items .resource-thumbnail img {
	height: 100%;
	width: 100%;
}

.resource-list-items .resource-title h3 {
    margin-bottom: -8px !important;
    margin-top: -8px !important;
    font-size: 18px;
    text-decoration: underline;
}

.resource-list-items .resource-type p {
    margin: 0;
    font-size: 14px;
    color: #58616b;
}

.resource-list-items .resource-description p {
    margin: 0;
    font-size: 16px;
}

#video_conatiner {
    padding: 30px 15px;
    display: flex;
}

#video_conatiner_video {
    width: 65%;
}

#video_conatiner_info {
    width: 35%;
    padding: 0 15px;
}

#video_conatiner_info_header {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
}

#video_conatiner_info_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

.embedded-video-resource {
    border: 2px solid lightgray;
    width: 600px;
}

.embedded-diagram-resource .header, .embedded-video-resource .header {
    background-color: #EEE;
    border-bottom: 2px solid lightgray;
    font-weight: bold;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}

.embedded-diagram-resource .footer, .embedded-video-resource .footer {
    background-color: #EEE;
    border-top: 2px solid lightgray;
    font-style: italic;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
}

.image-600 {
    width: 600px;
}

.image-600 img {
    width: 100%;
}

#diagram_image {
    width: 100%;
    padding: 20px 5px;
}

#sub_content_old {
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}

.sco_item {
    border-bottom: 1px solid #CCCCCC;
    padding: 15px;
    display: flex;
}

.sco_section_title {
    padding: 0 15px;
    background-color: #EEF2F4;
    border: 1px solid #CFDAE0;
    cursor: pointer;
}

.sco_section_title h1 {
    font-size: 16px;
    font-weight: bold;
}

.associated_group {
    margin-bottom: 20px;
}

.sco_item_image {
    min-width: 160px;
    width: 160px;
    height: 90px;
    margin-right: 15px;
}

.sco_item_info {
    line-height: 18px;
}

.sco_item_info a {
    color: #000000;
    text-decoration: none;
    font-size: 18px;
}

.associated_group_off {
    display: none;
}

#curriculum_attribution {
    padding: 0 100px 50px 100px;
}

#curriculum_attribution > div {
    display: flex;
    margin-top: 25px;
}


.curriculum_attribution_logo {
    width: 200px;
    padding-right: 50px;
}

.curriculum_attribution_text {
    font-size: 12px;
    margin: auto;
}

#web_link_icon {
    width: 160px;
    height: 90px;
    background: rgba(195, 220, 228, 0.3) url('https://www.jason.org/wp-content/uploads/2019/10/empty-state-icon-sprite.png') no-repeat 28px -1853px !important;
}

#web_link_text {
    padding-left: 15px;
}

.html-fragment table {
    border: 0;
    max-width: 100%;
    background-color: transparent;
}


.html-fragment table tr {
    border: 0;
}


.html-fragment table td {
    border: 0;
    padding: 0 15px 0 0;
    margin: 0;
}

.html-fragment table td img {
    width: 100%;
}

.image-200 {
    width: 200px;
}

.table-bordered tr {
    border: 1px solid #000000 !important;
}


.table-bordered td {
    border: 1px solid #000000 !important;
    padding: 10px !important;
    vertical-align: top;
}

.table-bordered td img {
    width: 100%;
}

#related-resources {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06), 0 2px 5px rgba(0, 0, 0, 0.12);
    border: 1px solid #CCCCCC;
    background-color: #FFFFFF;
    margin-top: 10px;
}

#related-resouces-title {
    padding-top: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
}

#cards {
    margin: auto;
    display: flex;
    padding-bottom: 10px;
}

.card {
    width: 250px;
    border: 1px solid #CFDAE0;
    margin: 7px;
    border-radius: 5px;
}

.card_image {
    height: 139px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
}

.card_description {
    font-size: 14px;
    padding: 10px;
}

#game_conatiner {
    padding: 30px 15px;
    display: flex;
}

#game_conatiner_game_img {
    display: flex;
    min-height: 139px;
    max-height: 139px;
    width: 247px;
}

#game_conatiner_game_img img {
    max-width: 100%;
    width: 100%;
}

#game_conatiner_info {
    padding: 0 15px;
}

#game_conatiner_info_header {
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2px;
}

#game_conatiner_info_desc {
    line-height: 16px;
    color: #656C74;
    font-size: 14px;
}

#game_conatiner_info_launch {
    color: #ffffff;
    background: #7fda90;
    border-color: #7fda90;
    padding: 10px 34px;
    font-size: 16px;
    min-height: 44px;
    border-radius: 3px;
}

.teacher-note {
    display: none;
}</style>
<div id="main_content">
    <div id="resource_header">
        <div class="inner_content">
            <h1>ReMA Recycling Collection | Grades K-12</h1>
        </div>
    </div>

    <div class="inner_content">
        <div id="header_container_old">
            <div id="header_text_old">
                Unlock the STEM secrets of recycling at a global scale with these activities and resources! ReMA and JASON Learning are proud to partner to help students and educators understand the importance of recycling and the recycling industry, as well as learn key STEM topics related to recycling with rich, standards-based, multimedia curricular experiences for students in grades K–12. Recycled materials provide a renewable source of high-quality materials for everyday items and essential infrastructure. From farms to hospitals, from schools to highways, we rely on recycled materials. And every new item made from recycled material is one less item that would use scarce natural resources. With recycling, we can get raw materials more locally and securely than having to depend on foreign sources.            </div>
        </div>
        <div id="content_old">
            <div id="content_left_old">
                <div id="myElement">
                    Loading Video...
                </div>
            </div>
            <div id="content_right_old">

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28342" >
                    Grades K-4                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades K-4</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28344" >
                    Grades 5-8                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades 5-8</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=28346" >
                    Grades 9-12                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Grades 9-12</span>
                </p>

                <p class="curriculum_resource_text_title_old">
                    <a href="?sub_resource=34604" >
                    Recycling                    </a><br />
                    <span class="curriculum_resource_subtext_title_old">Community Challenge - Design for Recycling®</span>
                </p>
            </div>
        </div>
    </div>
</div>

<script type='text/javascript'>
    var playerInstance = jwplayer('myElement');
    playerInstance.setup({
        stretching: "exactfit",
        aspectratio: "16:9",
        width: '100%',
        height: '100%',
        key: "1I1h/d5t+I+Qdk+024LXe8KdVNUFIEfLIHyUeA==",
        playlist: [{
            file: 'https://assets.jason.org/resource_assets/34610/38511/rema-farms-to-hospitals-v1-aug-2025.mp4',
            image: 'https://assets.jason.org/resource_assets/34610/38513/rema-farms-to-hospitals-v1-aug-2025.png',
            tracks: [{
                file: "https://assets.jason.org/resource_assets/34610/38511/rema-farms-to-hospitals-v1-aug-2025.mp4",
                label: "English",
                kind: "captions",
                "default": false,

            }]
        }]
    });
</script>{"id":5556,"date":"2019-09-23T12:16:22","date_gmt":"2019-09-23T16:16:22","guid":{"rendered":"https:\/\/jasonlearning.wpengine.com\/?page_id=5556"},"modified":"2024-07-17T13:07:09","modified_gmt":"2024-07-17T17:07:09","slug":"rema-activities-collection","status":"publish","type":"page","link":"https:\/\/jason.org\/rema-activities-collection\/","title":{"rendered":"ReMA Activities Collection"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-5556","page","type-page","status-publish"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>ReMA Activities Collection - JASON Learning<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jason.org\/rema-activities-collection\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ReMA Activities Collection - JASON Learning\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jason.org\/rema-activities-collection\/\" \/>\n<meta property=\"og:site_name\" content=\"JASON Learning\" \/>\n<meta property=\"article:modified_time\" content=\"2024-07-17T17:07:09+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/jason.org\/rema-activities-collection\/\",\"url\":\"https:\/\/jason.org\/rema-activities-collection\/\",\"name\":\"ReMA Activities Collection - JASON Learning\",\"isPartOf\":{\"@id\":\"https:\/\/jason.org\/#website\"},\"datePublished\":\"2019-09-23T16:16:22+00:00\",\"dateModified\":\"2024-07-17T17:07:09+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/jason.org\/rema-activities-collection\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/jason.org\/rema-activities-collection\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/jason.org\/rema-activities-collection\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/jason.org\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ReMA Activities Collection\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/jason.org\/#website\",\"url\":\"https:\/\/jason.org\/\",\"name\":\"JASON Learning\",\"description\":\"Inspiring and educating students everywhere through real science and exploration\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/jason.org\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ReMA Activities Collection - JASON Learning","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/jason.org\/rema-activities-collection\/","og_locale":"en_US","og_type":"article","og_title":"ReMA Activities Collection - JASON Learning","og_url":"https:\/\/jason.org\/rema-activities-collection\/","og_site_name":"JASON Learning","article_modified_time":"2024-07-17T17:07:09+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/jason.org\/rema-activities-collection\/","url":"https:\/\/jason.org\/rema-activities-collection\/","name":"ReMA Activities Collection - JASON Learning","isPartOf":{"@id":"https:\/\/jason.org\/#website"},"datePublished":"2019-09-23T16:16:22+00:00","dateModified":"2024-07-17T17:07:09+00:00","breadcrumb":{"@id":"https:\/\/jason.org\/rema-activities-collection\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jason.org\/rema-activities-collection\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jason.org\/rema-activities-collection\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/jason.org\/"},{"@type":"ListItem","position":2,"name":"ReMA Activities Collection"}]},{"@type":"WebSite","@id":"https:\/\/jason.org\/#website","url":"https:\/\/jason.org\/","name":"JASON Learning","description":"Inspiring and educating students everywhere through real science and exploration","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jason.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/pages\/5556","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/comments?post=5556"}],"version-history":[{"count":0,"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/pages\/5556\/revisions"}],"wp:attachment":[{"href":"https:\/\/jason.org\/wp-json\/wp\/v2\/media?parent=5556"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}