
.site-footer__bottom {
    margin-top: 84px;
    padding: 28px 24px;
    text-align: center;
    color: #fff;
}


.nav > ul > li > a {
    display: block;
    height: 50px;
    padding-top: 20px;
}

li.subnav {
    position: relative;
}

ul.subnav-content {
    position: absolute;
    display: none !important;
    flex-direction: column;
    align-content: space-around;
    border: solid 1px;
    padding: 10px;
    max-width: 130px;
    transform: translateX(-25%);
}


    ul.subnav-content.expanded {
        max-width: 250px;
    }

li.subnav:hover > .subnav-content {
    display: flex !important;
}

ul.subnav-content li {
    width: 100%;
    text-align: center;
}

@media(max-width: 900px) {
    .nav > ul > li > a {
        display: inline;
        height: auto;
        padding-top: 0;
    }

    ul.subnav-content.expanded {
        max-width: none;
    }

    ul.subnav-content {
        position: relative !important;
        display: flex !important;
        flex-direction: column;
        align-content: space-around;
        border: none;
        padding: 0 !important;
        margin: 0 !important;
        transform: none;
        max-width: initial;
    }

        ul.subnav-content li {
            width: 100%;
            text-align: left;
            padding-left: 30px;
        }

    nav ul.subnav-content li a {
        font-size: smaller !important;
        font-weight: normal;
    }

    .nav ul li a:hover, .nav ul li.active a {
        color: #fff !important;
    }

    .nav ul li a {
        display: block;
        font-size: 15px;
        padding: 5px 0;
        text-align: left !important;
        padding-left: 50% !important;
        transform: translateX(-35%);
        font-weight: bold;
    }
}


.footer__col footer__col--right sa {
    translate: none;
    rotate: none;
    scale: none;
    transform: translate(0px, 0px);
    opacity: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.social-media-img {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}


.contact-quote-forms .ecommerce-form.contact-us .form {
    flex-direction: column;
    margin: 0;
    max-width: 792px;
    justify-content: right;
    margin-left: auto;
}

.contact-quote-forms .tabbed-content .tab-list {
    display: none;
}

.contact-us .input-row .label-text {
    display: none;
}

.contact-us .input-row .dropdown .vs__dropdown-toggle {
    background: transparent;
}

.contact-us .input-row .dropdown {
    height: 46px;
    border: 1px solid white;
}

.contact-us .input-row .entry:not(.half):nth-of-type(2n) {
    padding: 0px;
    margin-top: 20px;
}

.contact-us .input-row .entry:not(.half):nth-of-type(n) {
    padding: 0px;
}

.contact-us .input-row .dropdown input {
    border: 0;
}

.contact-us .entry {
    flex-basis: 100%;
}

.ecommerce-form.contact-us .form .form-outro,
.ecommerce-form.contact-us .footer-button {
    padding-left: 0px !important;
    margin: 0 !important;
    text-align: left !important;
}

div#ot-sdk-btn-floating {
    display: none;
}

img.ot-bnr-logo {
    display: none;
}

.app-promo-footer {
    display: flex;
    padding-right: 120px;
    justify-content: flex-end;
    margin-top: 40px;
}


    .app-promo-footer img {
        height: 55px !important;
        margin-left: 40px !important;
    }


@media(max-width: 600px) {


    .app-promo-footer img {
        height: auto !important;
        margin: 20px auto !important;
        width: 200px;
    }

    .app-promo-footer {
        display: flex;
        padding-right: 0px !important;
        margin-top: 40px;
        flex-direction: column;
        align-content: space-between;
        justify-content: space-between;
    }
}

@media(min-width: 601px) and (max-width: 820px) {


    .app-promo-footer {
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 1001px) {
    .nav ul li:not(:last-child) {
        margin-right: 80px;
    }

    .nav {
        width: 100%;
        margin-left: 150px;
    }
}


.umbraco-forms-field.language.dropdown {
    width: 100% !important;
}

.umbraco-forms-field.language.dropdown {
    width: 100%;
}

.job-item li, ol, ul {
    list-style: disc !important;
    padding-bottom: 10px;
}

.job-item ul {
    padding-left: 17px;
}

@media (max-width: 768px) {

    .iso-logo {
        width: 80%;
        max-width: 300px;
        margin-bottom: 30px;
        margin-left: -20px;
    }
}
