﻿.visually-hidden {
    position: absolute;
    overflow: hidden;
    clip: rect() 1px,1px,1px,1px;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0
}

.wrapper {
    margin-top: 0
}

header {
    display: none
}

@media screen and (max-width: 1024px) {
    header {
        display: block
    }
}

header .inner .main-nav .items ul {
    gap: 10px
}

    header .inner .main-nav .items ul li button {
        font-family: "proxima-nova",sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
        background: none;
        color: #232d44;
        border: none;
        padding: 0;
        margin: 0;
        box-shadow: none
    }

        header .inner .main-nav .items ul li button:focus, header .inner .main-nav .items ul li button:hover {
            color: #232d44 !important;
            border: none;
            box-shadow: none !important;
            outline: gray
        }

@media screen and (max-width: 1024px) {
    header .inner .main-nav .items {
        top: 65px !important;
        height: calc(100% - 65px) !important
    }
}

section.Procurement-Header {
    position: relative;
    padding: 0rem 1rem
}

    section.Procurement-Header .inner {
        position: relative;
        min-height: 600px;
        display: flex;
        flex-direction: column;
        max-width: 1216px;
        margin: 0 auto
    }

        section.Procurement-Header .inner .logo {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
            z-index: 10
        }

            section.Procurement-Header .inner .logo .image {
                height: 100px;
                width: 200px
            }

                section.Procurement-Header .inner .logo .image img {
                    object-fit: contain
                }

@media screen and (max-width: 1024px) {
    section.Procurement-Header .inner .logo {
        display: none
    }
}

section.Procurement-Header .inner .copy {
    position: relative;
    z-index: 1;
    flex: 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 110px
}

    section.Procurement-Header .inner .copy h1, section.Procurement-Header .inner .copy p {
        color: #fff;
        margin: 0;
        transform: translateY(-55px)
    }

    section.Procurement-Header .inner .copy h1 {
        font-family: "proxima-nova",sans-serif;
        font-size: 75px;
        font-style: normal;
        font-weight: 700;
        line-height: 115px
    }

@media screen and (max-width: 1024px) {
    section.Procurement-Header .inner .copy h1 {
        font-size: 60px
    }
}

section.Procurement-Header .inner .copy p {
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

    section.Procurement-Header .inner .copy p a {
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        color: #fff;
        text-decoration: underline
    }

@media screen and (max-width: 1024px) {
    section.Procurement-Header .inner .copy h1 {
        font-size: 60px;
        font-weight: 400;
        line-height: 70px
    }

    section.Procurement-Header .inner .copy p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 24px
    }
}

section.Procurement-Header .inner .image {
    height: 100%;
    width: 100%
}

    section.Procurement-Header .inner .image img {
        height: 100%;
        width: 100%;
        object-fit: cover
    }

section.Procurement-Header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

    section.Procurement-Header .background .image {
        height: 100%;
        width: 100%
    }

        section.Procurement-Header .background .image img {
            height: 100%;
            width: 100%;
            object-fit: cover
        }

section.Content .inner {
    padding: 64px 0;
    padding-bottom: 96px;
    max-width: 1216px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-template-rows: 1fr;
    gap: 0px 32px;
    grid-template-areas: ". ."
}

    section.Content .inner .left p {
        color: #232d44;
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        margin: 0
    }

    section.Content .inner .left nav ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        section.Content .inner .left nav ul li {
            display: flex;
            width: 100%;
            padding: 0;
            align-items: center;
            gap: 16px;
            -webkit-transition: all .25s ease-in-out;
            -moz-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out
        }

            section.Content .inner .left nav ul li.active, section.Content .inner .left nav ul li:hover {
                cursor: pointer;
                border-radius: 8px;
                background: #f9fafb
            }

                section.Content .inner .left nav ul li.active button, section.Content .inner .left nav ul li:hover button {
                    text-decoration: underline
                }

            section.Content .inner .left nav ul li a {
                color: #232d44;
                font-family: "proxima-nova",sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 24px;
                text-decoration: none
            }

            section.Content .inner .left nav ul li button {
                color: #232d44;
                font-family: "proxima-nova",sans-serif;
                font-size: 16px;
                font-style: normal;
                font-weight: 600;
                line-height: 24px;
                background: transparent;
                border: none;
                padding: 12px;
                margin: 0;
                text-align: left;
                box-shadow: none
            }

                section.Content .inner .left nav ul li button:focus {
                    outline: none;
                    border: none;
                    box-shadow: none !important
                }

                section.Content .inner .left nav ul li button:hover {
                    text-decoration: underline;
                    cursor: pointer;
                    color: #232d44 !important;
                    border: none;
                    background: transparent;
                    box-shadow: none
                }

@media screen and (max-width: 1024px) {
    section.Content .inner .left nav ul li button:hover {
        text-decoration: none
    }
}

section.Content .inner .right h3 {
    color: #101828;
    font-family: "proxima-nova",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 44px;
    margin-top: 0
}

section.Content .inner .right h4 {
    color: #101828;
    font-family: "proxima-nova",sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px
}

section.Content .inner .right p {
    color: #232d44;
    font-family: "proxima-nova",sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

    section.Content .inner .right p a {
        color: #232d44;
        font-family: "proxima-nova",sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 28px;
        text-decoration-line: underline
    }

section.Content .inner .right .documents {
    display: flex;
    flex-direction: column;
    gap: 24px
}

    section.Content .inner .right .documents a, section.Content .inner .right .documents button {
        display: flex;
        padding: 16px;
        align-items: flex-start;
        gap: 16px;
        align-self: stretch;
        align-items: center;
        text-decoration: none;
        border: 1px solid #cbc7b1;
        border-radius: 8px
    }

        section.Content .inner .right .documents a .interact, section.Content .inner .right .documents button .interact {
            display: flex;
            align-items: center;
            margin-left: auto
        }

            section.Content .inner .right .documents a .interact p, section.Content .inner .right .documents button .interact p {
                color: #232d44;
                font-family: "proxima-nova",sans-serif;
                font-size: 14px;
                font-style: normal;
                font-weight: 600;
                line-height: 20px
            }

            section.Content .inner .right .documents a .interact svg, section.Content .inner .right .documents button .interact svg {
                margin-left: 10px;
                height: 13px;
                width: 13px;
                fill: #232d44
            }

        section.Content .inner .right .documents a p, section.Content .inner .right .documents button p {
            margin: 0;
            color: #232d44;
            font-family: "proxima-nova",sans-serif;
            font-size: 20px;
            font-style: normal;
            font-weight: 700;
            line-height: 30px
        }

        section.Content .inner .right .documents a svg, section.Content .inner .right .documents button svg {
            height: 25px;
            width: 25px;
            fill: #cbc7b1
        }

    section.Content .inner .right .documents button {
        background: transparent;
        width: 100%
    }

@media screen and (max-width: 1024px) {
    section.Content .inner {
        display: block;
        padding: 32px 0
    }

        section.Content .inner .left {
            display: none
        }

        section.Content .inner .right {
            padding: 0 1rem
        }

            section.Content .inner .right h3 {
                font-size: 30px;
                font-style: normal;
                font-weight: 700;
                line-height: 38px
            }

            section.Content .inner .right h4 {
                font-size: 24px;
                font-style: normal;
                font-weight: 700;
                line-height: 32px
            }

            section.Content .inner .right p {
                font-size: 18px;
                font-style: normal;
                font-weight: 400;
                line-height: 28px
            }

            section.Content .inner .right .documents a p {
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 24px
            }
}

footer .inner .top {
    padding-bottom: 0;
    border-bottom: none
}

footer .inner .bottom {
    padding-top: 0
}

.FourOFour .Content {
    display: none
}
