.supply {
    padding: 60px 0;
    margin-top: 142px;
}

.supply h1 {
    margin: 0 0 30px;
}

.supply h2 {
    font-size: 140%;
    color: #666;
    margin: 0 0 30px;
}

.supply .supply__details label {
    color: #666;
    font-family: 'Nimbus', sans-serif;
    display: inline-block;
    width: 44%;
    text-align: right;
    padding-right: 4%;
}

.supply .supply__details input[type=text] {
    display: inline-block;
    width: 56%;
}

.supply hr {
    margin: 40px 0;
}

.supply .supply__operation label,
.supply .supply__trade label {
    padding-left: 10px;
}

.tradelist {
    margin: 0;
    padding: 0;
}

.tradelist li {
    list-style: none;
    font-size: 95%;
}

.tradelist .othertext {
    margin-left: 30px;
    width: 80%;
}

.agreement input,
.agreement label {
    display: inline-block;
}

.agreement input {
    margin-left: 10px;
}

.supply .btn-primary {
    background-color: #1658A4;
    text-transform: uppercase;
    float: right;
    padding: 5px 50px;
}

label.error {
    color: #B71F33 !important;
    font-size: 80%;
}

.req {
    color: #B71F33 !important;
    font-size: 80%;
}

.success {
    text-align: center;
    background-color: #917648;
    padding: 6px 5%;
    color: #fff;
    margin: 30px 0;
    font-weight: bold;
    border-radius: .25rem;
}

#success {
    display: none;
    text-align: center;
    background-color: #917648;
    padding: 6px 5%;
    color: #fff;
    margin-top: 30px;
    font-weight: bold;
    border-radius: .25rem;
}

.custom-file-input {
    cursor: pointer;
}

.news,
.downloads,
.about {
    margin-top: 142px;
}

.projectspage {
    padding: 210px 0 60px;
}

.directors {
    background-color: #e0e0e0;
    padding: 60px 0;
}

.directors__list {
    margin: 0;
    padding: 0;
}

.directors__list li {
    list-style: none;
    margin-bottom: 30px;
}

.director__left {
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.director__left img {
    display: none;
}

.director__right {
    width: 70%;
    background-color: #102030;
    padding: 2%;
    color: #fff;
}

.director__left--alt {
    width: 70%;
    background-color: #102030;
    padding: 2%;
    color: #fff;
}

.director__right--alt {
    width: 30%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.director__right--mob {
    display: none;
}

.director__right--alt img {
    display: none;
}

.directors__list p {
    font-size: 12px;
}

.directors__list h3 {
    font-size: 22px;
    margin: 0 0 0;
}

.directors__list h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

.directors__content {
    display: flex;
}

.directors__col {
    /* flex: 1; */
}

.clientspartners {
    padding: 60px 0;
    background-color: #F0F0F0;
}

.clientspartners__list {
    margin: 0;
    padding: 0;
}

.clientspartners__list li {
    list-style: none;
    float: left;
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.clientspartners__list li:nth-child(5n) {
    margin-right: 0;
}

.clientspartners__list li img {
    width: 100%;
}

.compliance {
    padding: 60px 0;
    background-color: #fff;
}

.compliance__list {
    margin: 0;
    padding: 0;
}

.compliance__list li {
    list-style: none;
    float: left;
    width: 17%;
    margin-right: 10%;
}

.compliance__list li:nth-child(4n) {
    margin-right: 0;
}

.compliance__list li img {
    width: 100%;
}

.downloads__list {
    margin: 0;
    padding: 0;
}

.downloads__list li {
    list-style: none;
    margin-bottom: 10px;
}

.downloads__list li a {
    font-size: 20px;
    display: block;
    background-image: url('../img/downloadspdf.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 50px;
    -webkit-transition: all ease 0.2s;
    -moz-transition: all ease 0.2s;
    transition: all ease 0.2s;
    line-height: 38px;
}

.downloads__list li a:hover {
    text-decoration: none;
    background-position: 5px 0;
}

.downloads h2 {
    font-size: 24px;
    margin: 0 0 15px;
}

.download__hide {
    margin-top: 30px;
    max-height: 690px;
}

.about__img {
    float: right;
    max-width: 500px;
}

.aboutvalues {
    background-color: #fff;
    padding: 60px 0;
    color: #102030;
}

.aboutvalues .largepara {
    font-size: inherit;
    /* position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%); */
}

.values__list {
    margin: 60px 0 0 0;
    padding: 0;
}

.values__list li {
    list-style: none;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #102030;
    display: flex;
}

.values__list li:last-child {
    border-bottom: none;
}

.values__left {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.values__left h2 {
    text-transform: uppercase;
    font-size: 22px;
}

.values__left img {
    max-width: 100px;
    display: block;
    margin-bottom: 15px;
}

.values__right {
    width: 55%;
    float: right;
}

.values__right p {
    font-size: inherit;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 850px) {

    .news__info {
        /* padding: 20px; */
        padding: 2%;
        width: 100%;
        float: none;
    }

    .values__left {
        width: 100%;
        float: none;
        margin-right: 0;
    }

    .values__right {
        width: 100%;
        float: none;
    }

    .values__list li {
        list-style: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
        display: block;
    }

    .values__right p {
        font-size: 22px;
        position: relative;
        top: auto;
        transform: none;
    }

    .projects__list--single li {
        display: none;
        float: none;
        list-style: none;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 2%;
        width: 100%;
        background-color: #102030;
        height: auto;
    }

    .news,
    .downloads,
    .about {
        margin-top: 100px;
    }

    .directors__content {
        display: block;
        margin: 0 auto;
        max-width: 600px;
    }

    .director__left {
        background-image: none !important;
        width: 100%;
    }

    .director__right--alt {
        display: none;
    }

    .director__left img,
    .director__right--alt img {
        display: block;
        width: 100%;
    }

    .director__right,
    .director__left--alt {
        width: 100%;
    }

    .director__right--mob {
        display: block;
    }

    .director__right--mob img {
        width: 100%;
    }

    .clientspartners__list {
        text-align: center;
    }

    .clientspartners__list li {
        list-style: none;
        float: none;
        display: inline-block;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .clientspartners__list li:nth-child(5n) {
        margin-right: 2%;
    }

    .clientspartners__list li:nth-child(2n) {
        margin-right: 0;
    }

    .supply {
        margin-top: 100px;
        padding: 30px 0;
    }

    .supply__operation {
        margin-bottom: 30px;
    }

    .supply .supply__details label {
        color: #666;
        font-family: 'Nimbus', sans-serif;
        display: block;
        width: 100%;
        text-align: left;
    }

    .supply .supply__details input[type=text] {
        display: block;
        width: 100%;
    }

    .supply .agreement {
        font-size: 80%;
    }
}