#main-wrapper {
    min-height: unset !important;
}

.accordion {
    width: 100%;
    background-color: #FFF;
    border-bottom: 1px #999 solid;
    border-top: 1px #666 solid;
    position: relative;
}

.accordion:nth-child(2) {
    border-top: none;
}

.accordion:last-child {
    border-bottom: none;
}

.accordion h3 {
    color: #09F;
    clear: both;
    max-width: 500px;
    font-weight: bold;
    padding: 0 0;
    margin: 0 auto 20px auto;
    text-align: center;
}

.accordion h2 {
    font-weight: 400;
}

.technical-text-container {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2em;
}

@media screen and (min-width: 1150px) {
    .accordion h3 {
        float: left;
        margin: 0 0;
        max-width: 415px;
        text-align: left;
        position: absolute;
    }

    .technical-text-container {
        background-color: unset;
        padding: 0;
    }
}

@media screen and (min-width: 1280px) {
    .accordion h3 {
        max-width: 415px;
    }
}

.down-arrow {
    width: 80px;
    position: relative;
    left: 50%;
    margin: 10px auto 20px -40px;
    cursor: pointer;
    opacity: 0.3;
    transition: 0.2s;
}

.down-arrow.up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.accordion:hover .down-arrow {
    opacity: 1;
    transition: 0.2s;
}

.contact-us-mobile {
    padding-top: 1em;
    display: block;
}

.tech-flexibox {
    box-sizing: border-box;
    margin: 0 auto;
    width: 75%;
}

.overflow-x-auto {
    border-right: 2px solid #09F;
    margin: 2em;
}

@media screen and (min-width: 770px) {
    .tech-flexibox {
        width: 75%;
    }

    .contact-us-mobile {
        padding-top: 1em;
        display: none;
    }


    .overflow-x-auto {
        border-right: none;
        margin: auto;
    }
}

@media screen and (min-width: 800px) {
    .tech-flexibox {
        width: 65%;
    }
}

@media screen and (min-width: 1200px) {
    .tech-flexibox {
        width: 65%;
    }
}

@media screen and (min-width: 1600px) {
    .tech-flexibox {
        width: 60%;
    }
}

@media screen and (min-width: 2000px) {
    .tech-flexibox {
        width: 50%;
    }
}

/*----- Section Titles -----*/
.accordion-section-title {
    width: 100%;
    display: block;
    /*background: #FFF;*/
    transition: all linear 0.15s;
    padding: 40px 0 20px 0;
}

.accordion-section-title p {
    color: #333333;
    clear: both;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0;
    text-align: center;
}

@media screen and (min-width: 1150px) {
    .accordion-section-title p {
        margin: 0 0 20px 0;
        float: right;
        text-align: left;
    }
}

@media screen and (min-width: 1280px) {
    .accordion-section-title p {
        max-width: 400px;
    }
}

/*----- Section Content -----*/
.accordion-section-content {
    display: none;
    position: relative;
    padding: 30px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.5);
}

#chemical-resistance {
    background: url(/media/technical/chemical-resistance-image.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#iso-standards {
    background: url(/media/technical/iso-standards-image.png);
    background-repeat: no-repeat;
    background-size: 250%;
    background-position: top;
}

#ip-protection {
    background: url(/media/technical/ip-protection-image.png);
    background-repeat: no-repeat;
    background-size: 250%;
}

@media screen and (max-width: 1280px) {
    #ip-protection,
    #iso-standards {
        background-size: cover;
    }
}

.accordion-section-content p, .accordion-section-content ul, #ip-protection h4 {
    margin: 20px auto 10px auto;
    max-width: 960px;
    position: relative;
    width: 90%;
}

.accordion-section-content p:first-child {
    margin: 10px auto;
}

.table {
    width: 900px;
    padding: 0 0;
    margin: 0 auto;
    position: relative;
}

.table-v-padding {
    padding-top: 1em;
    padding-bottom: 1em;
}

.title {
    color: #09F;
}

.all-tables {
    margin: 0 auto;
    border-collapse: collapse;
    border: 2px solid #09F;
    position: relative;
    width: 900px;
    background-color: #FFF;
}

.all-tables th {
    color: #09F;
    border: 2px solid #09F;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
}

.all-tables td {
    border: 2px solid #09F;
    padding: 5px 10px;
}

.all-tables tr {
    height: 50px;
}

#table-2 {
    text-align: center;
}

#table-2 th {
    width: 25%;
}

#table-5 th,
#table-6 th {
    width: 200px;
}

#chemical-compatibility-list li {
    padding: 0.5% 0;
}
