.wlpdate--banner {
    width: 100%;
    display: block;
    height: 300px;
    background: url(../images/AffordableHousing/update-app-banner.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
}

    .wlpdate--banner:before {
        content: '';
        width: calc(50% + 200px);
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(270deg, rgba(48,62,72,0) 0%, rgba(48,62,72,0.78) 36.44%, rgba(48,62,72,0.81) 38.97%, #303E48 100%);
    }

    .wlpdate--banner .wrapper {
        height: 100%;
        z-index: 1;
        position: relative;
    }

.wlupdate--cont {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
}

    .wlupdate--cont h2 {
        font-size: 34px;
        font-family: 'poppinssemibold';
        color: #fff;
        line-height: 46px;
    }

        .wlupdate--cont h2 span {
            font-size: 28px;
            font-family: 'poppinsregular';
        }

    .wlupdate--cont p {
        font-size: 18px;
        line-height: 28px;
        margin: 20px 0 0;
        color: #fff;
    }
.wlupdate--cont a:hover {
    color: #ffffff;
}

.updateApp--act--row {
    width: 100%;
    background: #fff;
    position: relative;
    padding: 25px 0;
    display: block;
}

    .updateApp--act--row:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(159,203,237,0.3);
    }

.updateApp--act--cont {
    display: flex;
    align-items: center;
    margin: auto;
    position: relative;
    z-index: 1;
    justify-content: center;
}

    .updateApp--act--cont p {
        font-size: 18px;
        width: auto;
        line-height: 30px;
        font-family: 'poppinsmedium';
        margin: 0 40px 0 0;
        flex: 1;
    }

.updateApp--act--cont a.cmn--btn {
    min-width: 190px;
}

.updateApp--act--cont p + a.cmn--btn {
    margin-right: 15px;
}


.wlupdate--info--section {
    width: 100%;
    display: block;
    padding: 50px 0;
}

.wlupdate--info--row {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    padding: 50px 0;
    margin-bottom: 80px;
}

    .wlupdate--info--row:last-child {
        margin-bottom: 0;
    }

    .wlupdate--info--row:nth-child(2n) {
        flex-direction: row-reverse;
    }

.wlupdate--info--cont {
    padding: 30px;
    border-radius: 4px;
    background: #fff;
    width: 775px;
    flex-shrink: 0;
    z-index: 1;
}

    .wlupdate--info--cont h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .wlupdate--info--cont p {
        margin: 30px 0 0;
    }
    .wlupdate--info--cont p strong {
        font-weight: normal;
        font-family: poppinsmedium, sans-serif;
    }

.wlupdate--info--img {
    width: 560px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    position: absolute;
    top: 0;
    right: 0;
}

    .wlupdate--info--img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wlupdate--info--row:nth-child(2n) .wlupdate--info--img {
    left: 0;
    right: inherit;
}

.parallax-inner {
    background-position: bottom center;
}

.sticky--update--bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.translation-section {
    width: 100%;
    display: block;
    padding: 50px 0 40px;
}

.translation-listing {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .translation-listing li {
        width: calc(20.3% - 20px);
        margin: 0 20px 15px 0;
    }

        .translation-listing li:nth-child(5n), .translation-listing li:last-child {
            margin-right: 0;
        }

        .translation-listing li a {
            padding: 10px 15px;
            border-radius: 4px;
            box-shadow: 0 2px 4px 2px rgba(0,0,0,0.05);
            background: #fff;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
            font-size: 16px;
            color: #00A1DF;
            transition: all 0.3s ease-in-out;
        }

            .translation-listing li a i {
                display: block;
                width: 30px;
                height: 20px;
                position: relative;
                overflow: hidden;
                border-radius: 4px;
                margin-right: 15px;
                border: 1px solid transparent;
                transition: all 0.3s ease-in-out;
            }

                .translation-listing li a i img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .translation-listing li a:hover {
                background: #00A1DF;
                color: #fff;
            }

                .translation-listing li a:hover i {
                    border-color: #fff;
                }
.wlupdate--info--cont .add--bottom--spacing {
    margin-bottom: 10px;
}

@media screen and (min-width:1024px) and (max-width:1279px) {
    .wlupdate--info--cont {
        width: calc(100% - 380px);
        padding: 15px;
    }

    .wlupdate--info--img {
        width: 450px;
    }

    .updateApp--act--cont p {
        width: calc(100% - 270px);
        margin-bottom: 0;
        padding-right: 15px;
    }
}

@media screen and (min-width:768px) and (max-width:1023px) {
    .wlupdate--cont h2 {
        font-size: 28px;
        line-height: 38px;
    }

        .wlupdate--cont h2 span {
            font-size: 28px;
        }

    .wlupdate--cont p {
        font-size: 15px;
        line-height: 25px;
        margin-top: 15px;
    }

    .wlpdate--banner {
        height: 220px;
    }

    .updateApp--act--cont p {
        font-size: 15px;
        line-height: 25px;
        width: 100%;
        margin: 0 0 20px;
    }

    .wlupdate--info--row:nth-child(2n) {
        flex-direction: column;
    }

    .wlupdate--info--cont h3 {
        font-size: 22px;
        line-height: 32px;
    }

    .wlupdate--info--cont p {
        font-size: 15px;
        line-height: 25px;
        margin: 15px 0 0;
    }

    .wlupdate--info--row {
        flex-direction: row;
        padding: 20px 0;
    }

        .wlupdate--info--row:nth-child(2n) {
            flex-direction: row-reverse;
        }

    .wlupdate--info--cont {
        width: calc(100% - 270px);
        padding: 15px;
    }

    .wlupdate--info--img {
        width: 350px;
    }

    .updateApp--act--cont p {
        width: calc(100% - 215px);
        margin-bottom: 0;
        padding-right: 15px;
    }

    .translation-listing li {
        width: calc(33.3% - 15px);
        margin: 0 15px 10px 0 !important;
    }

        .translation-listing li:nth-child(3n) {
            margin-right: 0 !important;
        }

        .translation-listing li:last-child {
            margin-right: 0 !important;
        }
}

@media screen and (min-width:320px) and (max-width:767px) {
    .wlupdate--cont h2 {
        font-size: 18px;
        line-height: 28px;
    }

        .wlupdate--cont h2 span {
            font-size: 18px;
        }

    .wlupdate--cont p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 15px;
    }

    .wlpdate--banner {
        height: 160px;
    }

        .wlpdate--banner:before {
            width: calc(50% + 100px);
        }

    .updateApp--act--cont p {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
        margin: 0;
        flex: inherit;
    }

    .wlupdate--info--row:nth-child(2n) {
        flex-direction: column;
    }

    .wlupdate--info--cont h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .wlupdate--info--cont p {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0 0;
    }

    .wlupdate--info--section {
        padding: 30px 0;
    }

    .translation-section {
        padding: 30px 0;
    }

    .cmn--hdr h2 br {
        display: none;
    }

    .translation-listing li {
        width: calc(51.3% - 15px);
        margin: 0 15px 10px 0 !important;
    }

        .translation-listing li a {
            font-size: 14px;
            padding: 10px;
        }

            .translation-listing li a i {
                margin-right: 7px;
                width: 25px;
                height: 18px;
            }

        .translation-listing li:last-child {
            margin-right: 0 !important;
        }

    .form--lbl {
        font-size: 14px;
    }
    .updateApp--act--cont {
        flex-wrap: wrap;
    }
    .updateApp--act--cont a.cmn--btn {
        margin-top: 15px;
    }
}

@media screen and (min-width:320px) and (max-width:599px) {
    .wlpdate--banner {
        background: url(/images/AffordableHousing/update-app-banner-mobile.jpg) no-repeat top center;
        background-size: cover;
    }

    .wlupdate--info--section .wrapper {
        padding: 0 !important;
    }

    .wlupdate--info--row {
        padding: 15px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.01);
        flex-direction: column;
        margin-bottom: 15px;
    }

    .wlupdate--info--cont {
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        padding: 0;
        order: 1;
        margin-bottom: 15px;
    }

    .wlupdate--info--img {
        position: relative;
        width: 100%;
        height: 200px;
        order: 2;
    }

    .updateApp--act--row {
        padding: 20px 15px;
    }

    .updateApp--act--cont {
        text-align: center;
    }

    .translation-listing li:nth-child(2n) {
        margin-right: 0 !important;
    }
    .wlupdate--info--cont.box--shadow--common {
        box-shadow: none;
    }
}

@media screen and (min-width:600px) and (max-width:767px) {
    .wlupdate--info--row {
        flex-direction: row;
        padding: 20px 0;
    }

        .wlupdate--info--row:nth-child(2n) {
            flex-direction: row-reverse;
        }

    .wlupdate--info--cont {
        width: calc(100% - 250px);
        padding: 15px;
    }

    .wlupdate--info--img {
        width: 320px;
    }

    .updateApp--act--cont p {
        margin-bottom: 0;
        padding-right: 15px;
    }

    .translation-listing li {
        width: calc(33.3% - 15px);
        margin: 0 15px 10px 0 !important;
    }

        .translation-listing li:nth-child(3n) {
            margin-right: 0 !important;
        }
}

@media screen and (max-width: 470px) {
    .sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
    }
}
@media screen and (min-width: 470px) {
    .sticky {
        position: fixed;
        bottom: 0;
        z-index: 100;
        width: 100%;
        height: 90px;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width: 1024px) {
    #update--app-lt {
        width: calc(100% - 300px);
    }
    #update--app-rt {
        width: 300px;
        margin: 10px;
    }
}

@media screen and (max-width: 1024px) {
    #update--app-lt {
        width: 100%;
    }

    #update--app-rt {
        display: none;
    }
}

@media screen and (max-width : 480px) {
    .updateApp--act--cont {
        flex-direction: column;
    }
    .updateApp--act--cont p + a.cmn--btn {
        margin-right: 0;
    }
}


