/* ========== Layout ======================================================= */

div.contentWrapper {
    margin-top: 10px;
    position: relative;
}

@media screen {
    .contentWrapper:before {
        content: '';
        float: right;
        display: block;
        width: 765px;
        height: 4712px;
        margin: 0px;
        padding: 0px;
    }
    .contentWrapper {
        height: 4875px;
    }
    div.rightCol {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 765px;
    }

}

@media screen and (max-width:1700px) {
    .contentWrapper:before {
        content: '';
        float: right;
        display: block;
        width: 510px;
        height: 6565px;
        margin: 0px;
        padding: 0px;
    }
    .contentWrapper {
        height: 6727px;
    }
    div.rightCol {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 510px;
    }
}

@media screen and (max-width:900px) {
    .contentWrapper:before {display: none;}
    .contentWrapper {height: auto;}
    div.rightCol {
        position: static;
        width: 100%;
    }
}

/* ========== Text box ===================================================== */

div.privacyBox {
    box-sizing: border-box;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: 'EB Garamond', 'Book Antiqua', serif;
    text-align: left;
    word-spacing: 0.1em;
    padding-top: 20px;
    margin-bottom: 40px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18;
}

div.privacyBox p {
    font-size: 18;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.privacyList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/* ========== Industries served ============================================ */

ul.industryList {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    padding: 0px;
}

ul.industryList li {
    padding-right: 10px;
    padding-bottom: 10px;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
    display: inline-block;
}

ul.industryList li div.imageSquare {
    height: 100%;
    width: 100%;
    border-radius: 22px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 3px gray;
    text-align: center;
}

ul.industryList li div.imageSquare img {
    height: 160px;
    width: 100%;
    border-radius: 22px 22px 0px 0px;
}

ul.industryList li div.imageSquare div.nameContainer {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #cc3010;
    font-family: 'Dosis', Geneva, sans-serif;
    font-weight: 300;
    font-size: 19;
    color: #ffffff;
    box-shadow: 0px 10px 20px 10px #ffffff;
    border-radius: 0px 0px 22px 22px;
}

ul.industryList li div.imageSquare div.nameContainer div.name {
    width: 100%;
}

ul.industryList li div.imageSquare div.nameContainer div.lines1 {
    margin-top: 10px;
}
