/*
 * Sustainability section
*/
.highlights-section {
    padding: 6rem 0 8rem 0;
    display: none;
}
h2.title-hero {
    font-size: 4em;
    z-index: 1;
}
.highlights-simple h2{
    font-size: 2em;
    font-weight: 100;
    z-index: 1;
}
.highlights-simple h2.title-hero{
    padding-bottom: 3em;
    color: #fff;
    text-align: center;
}
.highlights-wrap {
    display: flex;
}
.highlights-simple-item {
    width: 24%;
    padding: 0 2em;
    text-align: center;
    color: #fff;
}
.highlights-simple-item h3.highlights-simple-number {
    margin-bottom: 1.1em;
}
.highlights-simple-item h3.highlights-simple-number .number-wrap {
    font-size: 4em;
    line-height: 1.2em;
}
.highlights-simple-item h3.highlights-simple-number .large_text {
    font-size: 1.6em;
    width: 90%;
    margin: auto;
}
.highlights-simple-text {
    font-size: 1em;
    line-height: 1.3em;
}
.columns-section {
    margin: -3em 0 5em 0;
    font-family: "K2D", sans-serif;
}
.columns-section .columns-heading {
    margin-top: 0;
}
.columns-section .columns-title {
    position: absolute;
    left: 0;
    right: 0;
    margin: 1em auto;
    padding: 0 1em 1em;
    color: #fff;
    font-family: "K2D", sans-serif;
    font-size: 2em;
    opacity: .5;
    font-weight: 100;
    letter-spacing: -0.03125em;
    text-align: center;
}
.columns-section .columns-title:after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    transition: width .4s .2s ease-in-out;
    background: #fff;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
}
.columns-section .columns_wrap {
    display: flex;
}
.columns-section .column {
    width: 20%;
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.25s ease-out;
}
.columns-section .column.wide {
    width: 28%;
}
.columns-section .column.narrow {
    width: 18%;
}
.columns-section .column_background {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    transition: all 0.25s ease-out;
}
.columns-section .column_title {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
    color: #fff;
    margin: auto;
    max-width: 300px;
    padding: 0 .5em;
    transition: text-shadow 0.25s ease-out;
}
/*.columns-section .column.wide .column_title {
    margin: 0 15%;
}
.columns-section .column.narrow .column_title {
    margin: 0 5%;
}
*/
.columns-section .column_title h3 {
    font-size: 1.625em;
    line-height: 1.25em;
    text-align: center;
    margin-bottom: 1em;
}
.columns-section .column_title .column_more {
    text-transform: uppercase;
    font-size: .75em;
    margin-bottom: 4em;
}
.btn-wrap {
    margin: 5em auto;
    text-align: center;
}
.btn-wrap.align-right {
    text-align: right;
}
.btn-wrap.align-left {
    text-align: left;
}
.feature_list li > ul li::before {
    display:inline-block;
    font-family:"Iconfont";
    font-style:normal;
    font-weight:normal;
    text-transform:none;
    line-height:1;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
.feature_list li > ul ul {
    margin:0
}
.feature_list li > ul {
    position:relative;
    padding-left:1em
}
.feature_list li > ul>li::before {
    left:0;
    margin-top:0.5625em;
    content:"6";
    color:#0c82b6;
    font-size:0.75em;
    position:absolute
}
.feature_list li > ul {
    margin:1.375em 0 1.875em 0
}
.feature_list li > ul {
    padding-left:1.625em
}
.feature_list li > ul li {
    font-size:1em;
    line-height:1.75em;
    margin:0.625em 0
}
.feature_list .list-item a {
    padding: 0;
}
.feature .feature_details {
    max-height: 135px;
    transition: all 0.5s ease-out;
}
.product-label-input:checked ~ .feature_details {
    max-height: 1400px;
}

.resources_table_wrap {
    /*padding: 1em;
    margin-left: -2em;
    margin-bottom: 4em;
    background: #efefef;*/
    max-width: 800px;
}
.resources_table {
}
.resources_table th {
    border-bottom: 1px solid #0c82b6;
}
.resources_table tr:nth-child(even) {
  background-color: #f5fafa;
}
.resources_table tr:nth-child(odd) {
  background-color: #fff;
}

.resources_table tr {
    border-bottom: 1px solid #c2d7e3;
}
.resources_table td, .resources_table th {
    padding: 1em;
    vertical-align: middle;
}
.resources_table .icon_col {
    width: 20%;
    text-align: left;
}
.resources_table a,
.resources_list_wrap a{
    color: #0c82b6;
}
.resources_table a:hover,
.resources_list_wrap a:hover {
    text-decoration: underline;
}

.resources_list_wrap {
    margin-bottom: 4em;
}
@media screen and (max-width: 1023px) {
    .highlights-simple .wrap-xl {
        max-width: 100%;
    }
    .columns-section .columns_wrap {
        flex-direction: column;
    }
    .columns-section .column,
    .columns-section .column.narrow,
    .columns-section .column.wide {
        width: 100%;
        height: 400px
    }
    .columns-section .column_title {
        max-width: 100%;
    }
    .product-img-wrap {
      text-align: left;
    }
    .product-img-wrap img {
        width: 200px;
    }
}
@media screen and (max-width: 800px) {
    .highlights-wrap {
        flex-wrap: wrap;
    }
    .highlights-simple-item {
        width: 48%;
        padding-bottom: 2em
    }
}
@media screen and (max-width: 781px) {
    .btn-wrap.align-right,
    .btn-wrap.align-left {
        text-align: center;
        margin: 0 auto;
    }
    .btn-wrap.align-left {
        margin-bottom: 5em;
    }
}
@media screen and (max-width: 500px) {
    .highlights-simple-item {
        width: 100%;
    }
    .feature_list li > ul {
        margin:1em 0 1.375em 0
    }
    .feature_list li > ul li {
        margin:0.375em 0;
        font-size:0.9375em;
        line-height:1.625em
    }
}
