<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
    margin: 0 10%;
    padding: 0;
}

#mobile-bottom-sheet {
    display: none !important;
}

.top-nav-bar {
    position: absolute;
    width: 100%;
}
.top-nav-bar .menu {
    width: 73.6%;
    float: right;
    font-size: 22px;
    padding: 1.5% 0 1.5% 0.6%;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    letter-spacing: 3px;
}

.top-nav-bar .menu .menu-item {
    display: inline;
    margin: 0;
}
.top-nav-bar .menu span, .top-nav-bar .menu .menu-item {
    color: #0058a3;
    cursor: pointer;
}
.top-nav-bar .nav-bar-txt {
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2022_ceremony/img/top_bar.png");
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 2% 0 2.2% 0 !important;
    float: right;
    width: 73.6%;
    font-size: 26px;
    background-repeat: no-repeat;
    letter-spacing: 3px;
    margin: -1% 0 0 0;
}

.main-container {
    position: relative;
    background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2022_ceremony/img/long_BK.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
}

.left-container {
    width: 25%;
    padding-left: 5%;
    padding-top: 3%;
}
.left-container .desktop {
    max-width: 100%;
    height: auto;
}

.right-container {
    width: 75%;
    padding-top: 13%;
    padding-left: 2%;
    flex-direction: column;
    padding-right: 3%;
}
.right-container img {
    width: 100%;
    height: auto;
    margin: 1% 0 5% 0;
}
.right-container h1 {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 36px;
    font-weight: 400;
}

@media screen and (min-width: 481px) and (max-width: 800px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        width: 73.6%;
        font-size: 16px;
    }
    .left-container {
        padding-top: 18%;
    }
    .right-container {
        padding-top: 28.2%;
    }
    .right-container p {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        width: 73.6%;
        font-size: 16px;
    }
    .left-container {
        padding-top: 10%;
    }
    .right-container {
        padding-top: 20.2%;
    }
    .right-container p {
        font-size: 18px !important;
    }
}

@media (min-width: 1001px) and (max-width: 1200px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        width: 73.6%;
        font-size: 18px;
    }
    .left-container {
        padding-top: 10%;
    }
    .right-container {
        padding-top: 20.2%;
    }
    .right-container p {
        font-size: 18px !important;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1700px) {
    .top-nav-bar .menu,
    .top-nav-bar .nav-bar-txt {
        width: 73.6%;
        font-size: 20px;
    }
    .left-container {
        padding-top: 7%;
    }
    .right-container {
        padding-top: 17.2%;
    }
}

@media screen and (min-width: 481px) {
    .desktop {
        display: block;
    }
    .mobile {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .main-container {
        background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2022_ceremony/img/long_BK.jpg");
        flex-direction: column;
        width: 100%;
        height: auto;
        background-size: cover;
    }
    .right-container {
        width: 100%;
        padding: 0 2% 1% 2%;
    }
    .right-container h1 {
        text-align: left;
        padding: 12% 0 0 4%;
    }
    .menu,
    .desktop {
        display: none;
    }
    .nav-bar-txt {
        width: 100% !important;
        font-size: 18px !important;
        padding: 5% 0 5% 0 !important;
    }
    .mobile {
        padding-left: 10%;
        display: block;
    }
    .mobile.nav-bar-txt {
        text-align: center;
        font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS",
        sans-serif;
        background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2022_ceremony/img/top_bar.png");
        background-size: cover;
        background-position: center;
        color: #ffffff;
        font-size: 16px !important;
        background-repeat: no-repeat;
        letter-spacing: 3px;
        word-spacing: 3px;
        margin: -3% 0 -5% 0;
        padding-left: 4% !important;
        padding-right: 4% !important;
    }
    .container {
        margin: 0 !important;
    }
    .right-container img {
        padding: 0 4% 4% 4% !important;
        width: 100% !important;
        margin: 0 !important;
    }
    .right-container p {
        padding: 0 4% 0.5% 4% !important;
        margin: 0 0 3.5% !important;
    }
    hr {
        border: 2px solid #786c33 !important;
        margin-bottom: 3.5%;
    }
}

.mobile-menu {
    background-image: url("https://cdn.cigdigital.net/imports/production/ipa_2022_ceremony/img/mobile_background_menu.png");
    flex-direction: column;
    height: 850px;
    width: auto;
    background-size: cover;
    padding: 0;
}

.logo {
    display: block;
    margin: 0 auto;
    width: 40%;
    height: auto;
    padding: 10% 0 5% 0;
}

.mobile-menu-items {
    font-size: 25px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}
.mobile-menu-items .mobile-previous-winner-container,
.mobile-menu-items .mobile-ceremony-container {
    font-size: 20px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    margin: -5% 0 3% 0;
}
.mobile-menu-items .mobile-previous-winner-container p,
.mobile-menu-items .mobile-ceremony-container p {
    margin: -1% 0 0 0;
}
.mobile-menu-items span {
    color: #0058a3;
}

.mobile-close-icon {
    position: absolute;
    right: 0;
    width: 15%;
    height: auto;
    margin: 4% 0;
}
.mobile-hamburger-icon {
    position: absolute;
    right: 0;
    width: 25%;
    height: auto;
    margin: 4% 0;
}

.top-nav-bar .previous-winner-image-container,
.top-nav-bar .ceremony-image-container {
    float: right;
    background-color: #ffffff;
    opacity: 0.9;
    padding: 1% 0;
    position: fixed;
    margin-top: 1%;
}
.top-nav-bar .previous-winner-image-container img {
    width: 70%;
    height: auto;
    align-content: start;
    padding: 1%;
    cursor: pointer;
}
.top-nav-bar .ceremony-image-container img {
    width: 20%;
    height: auto;
    align-content: start;
    padding: 0.5%;
    cursor: pointer;
}

.top-nav-bar .menu span:hover, .top-nav-bar .menu .menu-item:hover {
    color: #000000;
}
.top-nav-bar .menu span {
    margin: 0 0.1%;
}

.right-container p {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
    font-size: 22px;
    margin: 0 0 1.3%;
    line-height: 26px;
}
.right-container span {
    color: #0058a3;
}

.bottom-bar {
    width: 100%;
    height: auto;
}

hr {
    border: 3px solid #786c33;
    margin-top: -1.3%;
}
</pre></body></html>