body {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position-x: left, right !important;
    background-position-y: 100px, 100px !important;
    color: #333;
    font-family: 'Roboto', sans-serif;
}

header {
    position: relative;
    /*z-index: 9999;*/
}

section,
footer {
    position: relative;
    z-index: 9995;
}

.modal {
    background-color: rgb(0 0 0 / 75%) !important;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
}

.h1 {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: bold;
}

.h2 {
    font-size: clamp(24px, 5vw, 36px);
}

.h3 {
    font-size: clamp(18px, 5vw, 32px);
}

.h4 {
    font-size: clamp(16px, 5vw, 24px);
}

.h5 {
    font-size: clamp(16px, 5vw, 18px);
}


.container {
    max-width: 1200px;
    width: 90%;
}

.cta.nominate .container {
    max-width: 1100px;
    width: 90%;
}


.btn-primary {
    background: #d3a951 !important;
    border-color: #d3a951;
    border-radius: 4px !important;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    width: fit-content;
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn,
.btn-primary.disabled,
.btn-primary:disabled {
    border-color: #B1B1B1 !important;
    background-color: #B1B1B1 !important;
    opacity: 1 !important;
}

.btn-check:focus+.btn,
.btn:focus,
.modal button.accordion-button:focus {
    box-shadow: unset !important;
    outline: 0;
}

.btn-primary:hover {
    background-color: #d3a951 !important;
    border-color: #d3a951;
    color: #333;
    opacity: 0.9;
}

.btn-primary:focus {
    border-color: #d3a951 !important;
}


hr.divider {
    border-top: 2px solid #6D6E71;
    margin: 1rem auto;
    opacity: 1;
    width: 50px;
}

hr.heading.divider {
    border-top: 2px solid #6D6E71;
    margin: 1rem auto;
    opacity: 1;
    width: 50px;
}


.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #fff;
}

form small {
    font-size: 10px !important;
}

label.form-check-label {
    font-size: 14px;
    font-weight: 300;
}

.form-check-input[type=checkbox] {
    border: 1px solid #898989;
    margin-right: 0;
    margin-top: 0;
}

input,
textarea,
select {
    border-radius: 1px !important;
}


.navbar {
    box-shadow: unset;
}

.top-bar {
    padding: 8px 0;
}

.top-bar .container,
.navbar .container {
    max-width: 1920px;
    width: 98%;
}

.top-bar .hashtag {
    font-weight: 700;
    padding-right: 10px;
}

.top-bar .hashtag,
.top-bar .socmed {
    font-size: 0.875rem;
}

.top-bar .socmed button {
    background: transparent;
    border: 0;
}

#socmedNav ul.socmed-links {
    list-style-type: none;
    padding: 0;
}

#socmedNav li.socmed-link i {
    text-align: center;
    width: 1.5rem;
}

#socmedNav li.socmed-link:hover {
    opacity: 0.8;
}

#socmedNav .modal-content {
    border: 1px solid #B1B1B1;
    border-radius: 12px !important;
}

#socmedNav .modal-header {
    border-bottom: 0 !important;
}

#socmedNav .modal-dialog-scrollable .modal-body .short-desc {
    padding: 0 2rem;
}

#socmedNav {
    background: rgb(0 0 0 / 50%);
}

ul.socmed-links.w-bg li,
ul.socmed-links.copy-email li {
    display: inline-block;
}

ul.socmed-links.w-bg li {
    margin: .25rem .25rem .5rem;
}

ul.socmed-links.w-bg li i {
    font-size: 27px;
    padding-right: 2rem;
    vertical-align: bottom;
}

ul.socmed-links.copy-email li {
    padding: 0 .8rem;
}


li.socmed-link {
    border-radius: 8px;
    color: #fff;
    padding: 8px 20px;
}

li.socmed-link[data-socmed=fb] {
    background: #2374E1;
}

li.socmed-link[data-socmed=twit] {
    background: #1D9BF0;
}

li.socmed-link[data-socmed=linkedin] {
    background: #0A66C2;
}

.copy-clipboard-notif {
    border: 1px solid #ebebeb;
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 15px -3px, rgb(0 0 0 / 5%) 0px 4px 6px -2px;
    display: none;
    padding: 5px 15px;
}

.copy-clipboard-notif.show {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.copy-clipboard-notif .body-notif p {
    font-size: 10px;
    margin: 0;
}

.top-bar .socmed img {
    height: 14px;
    width: auto;
}

.top-bar i {
    padding: 0 5px;
}


.fixed-top {
    margin: auto;
    max-width: 100%;
}

.nav-link,
.navbar-text {
    color: #fff;
}

.navbar-nav .nav-link {
    border-bottom: 3px solid transparent;
    font-weight: 700;
}

.nav-link:focus,
.nav-link:hover,
a.nav-link.active {
    border-color: #fff;
    color: #fff;
}

.nav-link,
#mainNav .btn-primary,
.register-btn {
    font-size: .875rem;
    text-transform: uppercase;
}

#mainNav .navbar-nav .nav-link {
    line-height: 2;
    margin: 0 5px;
    padding-bottom: 0;
}

#mainNav3 .navbar-nav .nav-link {
    font-size: 12px;
}

header a.nav-link.dropdown-toggle {
    border-color: transparent;
}

header .dropdown-menu {
    border-radius: 1px;
    font-size: .875rem;
    padding: 0;
    text-transform: uppercase;
}

header .dropdown-item {
    border-bottom: 1px solid #efefef;
    font-weight: 600;
    padding: 0.5rem 1rem;
}

header .dropdown-item.active,
header .dropdown-item:active,
header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #d3a951;
    background-color: transparent;
}

header .modal .accordion-button {
    background-color: transparent;
}

header .modal .accordion-item {
    background-color: transparent;
    border: 0;
}

header .modal .accordion-body ul {
    list-style-type: none;
    padding: 0;
}

header .modal button.accordion-button {
    background-color: transparent !important;
    color: #fff !important;
    font-size: 24px;
    margin: auto;
    padding: 24px 0;
    width: fit-content;
}

header .modal-fullscreen .modal-body .navbar-nav .accordion-body .nav-link {
    font-size: 20px;
}

header .modal .accordion-button::after {
    margin-left: 1rem;
}

header .modal .accordion-body {
    padding: 0;
}


header .bg-dark {
    backdrop-filter: blur(5px);
    background-color: rgb(0 0 0 / 85%) !important;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .05);
    transition: background-color 0.2s linear;
}

header .top-bar.bg-dark {
    backdrop-filter: unset;
    background-color: #333 !important;
    box-shadow: unset;
    transition: background-color 0.2s linear;
}

.main-sponsor-img {
    height: 25px;
    width: auto;
}

.header .h3,
.primary-content .h3 {
    font-weight: 500;
}

.header .h4,
.primary-content .h4 {
    font-weight: 400;
}

header .btn-wrapper {
    bottom: 25px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#mainNav .btn-primary {
    margin-left: 13px;
    padding: 0;
}

#mainNav .navbar-nav .btn-primary .nav-link:hover,
header .modal-fullscreen .modal-body .navbar-nav .btn-primary .nav-link:hover {
    border-color: transparent;
}

#mainNav .navbar-nav .btn-primary .nav-link {
    border: 0;
    padding: 5px 8px;
}

#primaryVideo {
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.primary-content {
    bottom: 0;
    color: #fff;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 5px #000;
    top: 35%;
    width: 100%;
}

#primary-p {
    height: 100vh;
}

#primary-p .header {
    background-image: url('../images/primary-bg.jpg');
    background-size: cover;
}

#secondary-p .header {
    background-blend-mode: overlay;
    background-color: rgb(51 51 51 / 85%);
    background-image: url('../images/secondary-bg.png');
    background-position: center;
    background-size: cover;
}

#primary-p .header .container {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
}

#secondary-p .header .container {
    padding-top: 12rem;
}

#secondary-p .header .container .row {
    align-items: center;
}

#secondary-p .header {
    background-repeat: no-repeat;
}

#secondary-p .secondary-hero {
    height: 100%;
}

#secondary-p .secondary-hero .secondary-hero__text-content {
    margin-top: auto;
    margin-bottom: 5rem;
}

.ad .container {
    max-width: 1300px;
    padding: 100px !important;
    position: relative;
    width: 90%;
    z-index: 9995;
}

.sponsor ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.sponsor li {
    display: inline-block;
}

.cta {
    background-blend-mode: overlay;
    background-color: rgb(0 0 0 / 50%);
    background-image: url('../images/cta-bg2.png');
    background-size: cover;
    color: #fff;
}

.cta .h2,
.cta p {
    color: #fff;
}

.cta .text-muted {
    color: #6c757d;
}

.cta .btn-primary,
header .modal-body .btn-primary {
    padding: 10px 30px !important;
}

.contact {
    background: radial-gradient(circle at bottom, rgba(235, 235, 235, 1) 0%, rgba(77, 77, 77, 1) 71%, rgba(62, 62, 62, 1) 86%, rgba(55, 55, 55, 1) 92%);
}

.contact .contact-person .h4 {
    font-size: clamp(16px, 5vw, 18px) !important;
}

.contact-person {
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}

.contact hr.divider {
    border-top: 2px solid #fff;
    margin: 1rem auto;
    opacity: 1;
    width: 100px;
}

.contact .desc {
    font-weight: 300;
}

.contact .desc i {
    padding-right: 5px;
}

.contact .desc span {
    font-size: .875rem;
}

.contact form {
    background-color: #333;
    padding: 25px;
}

.recaptcha-img {
    height: 53px;
    width: auto;
}

footer {
    background-color: #333;
}

footer .wrapper {
    padding: 3rem 0;
}

footer hr.divider {
    border-top: 2px solid #fff;
    margin: 1rem auto;
    opacity: 1;
    width: 200px;
}

footer i {
    padding: 0 10px;
}

.bottom-bar {
    background-color: #fff;
}

footer,
.bottom-bar {
    font-size: .875rem;
}

#back-to-top {
    position: fixed;
    bottom: 85px;
    right: 20px;
    display: none;
    padding: 0;
    color: #fff;
    border-radius: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    width: 50px;
    height: 50px;
    background-color: #d3a951;
    font-size: 2rem;
    line-height: 0;
    z-index: 9999;
}

#back-to-top:hover {
    opacity: 0.9;
}


.responsive-nav .hamburger div {
    background-color: #fff;
    height: 2px;
    margin: 5px 0;
}

.responsive-nav .hamburger {
    text-align: -webkit-right;
}

.responsive-nav .hamburger div:first-child {
    width: 20px;
}

.responsive-nav .hamburger div:nth-child(2) {
    width: 30px;
}

.responsive-nav .hamburger div:nth-child(3) {
    width: 25px;
}

header .modal-fullscreen .accordion-button::after,
header .modal-fullscreen .accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: "\f107" !important;
    font-family: 'FontAwesome';
}

header .modal-fullscreen .modal-header {
    border-bottom: 0;
    padding: 24px;
}

header .modal-fullscreen .modal-body {
    padding: 24px;
}

header .modal-body .btn-primary,
.modal button.accordion-button,
.modal-fullscreen .modal-body .navbar-nav .nav-link {
    font-size: 26px;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.975rem;
    text-transform: uppercase;
}

header .modal-fullscreen .modal-body .navbar-nav .btn-primary .nav-link {
    margin: 0;
}

header .modal-fullscreen .modal-body .navbar-nav .nav-link {
    font-size: 24px;
    font-weight: 700;
    margin: 1rem auto;
    width: fit-content;
}

header .modal-fullscreen .modal-content {
    background-color: #000;
}

header .modal-fullscreen .modal-header .btn-close {
    filter: invert(1);
    opacity: 1 !important;
}


#testimonial_area .box-area .img-area img {
    height: 100px;
    object-fit: contain;
    width: 180px;
}

#testimonial_area .owl-stage {
    align-items: center;
    display: inline-flex;
    height: 100px;
    width: auto;
}

#testimonial_area .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
}

#testimonial_area .owl-prev,
#testimonial_area .owl-next {
    background: #fff;
    border-radius: 50%;
    color: #0a69ed;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    visibility: hidden;
    width: 40px;
}

#testimonial_area .owl-prev {
    left: -60px;
    top: -30px;
}

#testimonial_area .owl-next {
    right: -60px;
    top: -30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #333 !important;
}

@media only screen and (max-width: 991px) {
    .owl-nav {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .box-area {
        text-align: center;
    }

    .owl-nav {
        display: none;
    }
}


.gallery-listing hr.divider {
    border-color: #333;
    width: 100%;
}

.card-wrapper {
    position: relative;
}

.gallery-listing .image {
    display: block;
    height: 240px;
    object-fit: cover;
    width: 100%;
}

.gallery-listing .overlay {
    background: rgb(51 51 51 / 85%);
    color: #fff;
    bottom: 0;
    line-height: 1.25;
    padding: 1rem;
    position: absolute;
    width: 100%;
}

.centered-txt {
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}


.gallery-single .nav-tabs .nav-link {
    border-bottom: 3px solid transparent !important;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    color: #333;
    font-size: 24px;
}

.gallery-single .nav-tabs .nav-item.show .nav-link,
.gallery-single .nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: #DA1F26 !important;
    color: #333;
}

.gallery-single .nav-tabs {
    border-bottom: 0;
}


.header.contact .h4 {
    font-size: 18px;
}


.event-details hr.divider {
    border-color: #333;
    width: 100%;
}

table.awards th:first-child {
    width: 75%;
}

table.agenda th:first-child {
    width: 25%;
}

table.agenda th:last-child {
    text-align: right;
    width: 25%;
}

table.parking th:last-child {
    text-align: right;
    width: 75%;
}

table caption {
    color: #000;
}

.sponsor-cat {
    background-image: url('../images/sponsor-categ-bg.png');
    background-position: center;
    color: #fff;
}

.sponsor-cat .h1,
.sponsor-cat p {
    text-shadow: 0 2px 5px #000;
}

.partners img.img-fluid {
    border: 1px solid #B1B1B1;
    cursor: pointer;
    height: auto;
    width: 235px;
}

.partners-info i {
    padding-right: 8px;
}

.sponsor-modal .modal-dialog-scrollable .modal-content {
    border: 0;
    border-radius: 1px;
}

.sponsor-modal .modal-dialog-scrollable .modal-body img {
    border: 0;
}

.sponsor-modal .modal-dialog-scrollable .modal-body {
    padding: 0 50px 50px;
}


.nominate__coming-soon .container {
    background-image: url('../images/nominate-cs.svg');
    background-position: right;
    background-repeat: no-repeat;
    max-width: 1300px;
}

.nominate__coming-soon .btn.btn-primary,
.awardees__coming-soon .btn.btn-primary {
    background-color: #FDB913 !important;
    border-color: #FDB913;
    border-radius: 1px !important;
    color: #000;
    font-size: 1rem;
    padding: 10px 30px;
    text-transform: capitalize;
}

.nominate__coming-soon .form-control,
.awardees__coming-soon .form-control {
    border-color: #FDB913;
}

.mia-footer-logo {
    width: 200px;
}


@media (max-width: 1850px) {
    .ad .container {
        max-width: 1200px;
    }
}

@media (max-width: 1750px) {
    .ad .container {
        max-width: 1100px;
    }
}

@media (max-width: 1650px) {
    .ad .container {
        max-width: 1000px;
    }
}

@media (max-width: 1550px) {
    .ad .container {
        max-width: 900px;
    }
}

@media (max-width: 1450px) {
    .ad .container {
        max-width: 800px;
    }
}


@media (max-width: 1366px) {

    header .container .me-auto a img {
        width: 175%;
        aspect-ratio: unset !important;
    }

    #mainNav {
        display: block !important;
    }

    #mainNav3 {
        display: none !important;
    }

    .header .register-btn {
        display: none !important;
    }

    #mainNav .container {
        display: block !important;
        text-align: center;
    }

    #mainNav .navbar-nav {
        justify-content: center;
    }

    #mainNav .navbar-nav .nav-link {
        font-size: .8rem !important;
    }
}

@media (max-width: 1365px) {
    .ad .container {
        max-width: 1200px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 90%;
    }

    body,
    .ad {
        background: unset !important;
    }
}


@media (max-width: 992px) {
    .responsive-nav {
        justify-content: space-between;
    }

    #mainNav3 {
        display: none !important;
    }

    #mainNav {
        display: none !important;
    }

    .header .register-btn {
        display: block !important;
    }

    #secondary-p .header .container h1,
    #secondary-p .header .container h2.h5 {
        text-align: center !important;
    }

    #secondary-p .header .container .register-btn {
        margin: auto !important;
        padding: 10px 30px !important;
    }

    ul.host {
        display: block;
    }

    ul.host li {
        text-align: center;
    }

    ul.host li:first-child {
        padding-right: 0;
    }

    .mia-footer-logo {
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        width: 210px;
    }

    .bottom-bar img {
        bottom: 35px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 50px;
    }

    ul.socmed-links.w-bg li {
        display: block;
        width: 100%;
    }

    ul.socmed-links.copy-email li {
        display: block;
        padding: .4rem .8rem;
    }

    .gallery-single .nav-tabs {
        justify-content: center;
    }

    .contact-person {
        text-align: center;
    }

    .method-process-post img {
        margin-bottom: 2rem;
        width: 200px !important;
    }

    .partner-img {
        width: 200px !important;
    }

    .accordion-heading-title {
        font-size: 20px !important;
    }

    .accordion-item.award-categ .btn.btn-primary {
        padding: 10px 50px !important;
    }

    .award-title-name h3 {
        font-size: 20px !important;
    }

    .ad .container {
        padding: 50px 0 !important;
    }

    .nominate-text-wrapper {
        flex-direction: column;
        gap: 16px;
    }

    .redirect-link-btn.btn.btn-primary {
        padding: 10px 30px !important;
    }
}

@media (max-width: 767px) {
    .contact .btn-primary {
        width: 100% !important;
    }

    table.agenda th:last-child {
        width: 45%;
    }

    table.agenda th:first-child {
        width: 35%;
    }

    .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
    .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field,
    .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
    .hs_jobtitle.hs-jobtitle.hs-fieldtype-text.field.hs-form-field {
        float: unset !important;
        width: 100% !important;
    }

    .header-container {
        grid-template-columns: 36.6% 17% 1fr !important;
    }
}

@media (max-width: 1090px) {
    .hbspt-form form .hs_submit.hs-submit {
        display: block;
        position: unset !important;
        text-align: center;
    }

    .hbspt-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        display: block !important;
        text-align: -webkit-center;
    }
}

@media (max-width: 450px) {

    .top-bar .container {
        font-size: 12px;
    }
}

@media (max-width: 350px) {
    .top-bar span {
        display: block;
        padding-right: 0 !important;
    }
}


/*DISABLE ALL REGISTER NOW BUTTON*/
header .btn-primary {
    background-color: #d3a951 !important;
    border-color: #d3a951 !important;
    color: #fff;
    /* cursor: not-allowed !important;
    pointer-events: none !important;  */
}

/*PARTNERS LOGO*/
.partner-img {
    object-fit: contain;
    width: auto;
    height: 150px;
}

/*EXCELLENCE AWARDEES SINGLE*/
.imagebox-desc.text-center.text-white .card_title {
    margin: 0.5rem 0;
}

.accordion-button:focus {
    box-shadow: unset !important;
}

.accordion-item.award-categ {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(0, 0, 0, .125);
}

.accordion-button::after {
    background-image: unset !important;
    content: "\f107" !important;
    font-family: 'FontAwesome';
}

.accordion-button:not(.collapsed)::after {
    background-image: unset !important;
    content: "\f107" !important;
    font-family: 'FontAwesome';
}

.accordion-item.award-categ:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

/*NOMINATE, EXCELLENCE AWARDEES*/

.award-title-name h3 {
    font-size: clamp(18px, 2vw, 20px);
    text-align: center;
}

@media screen and (min-width: 993px) {
    .redirect-link-btn.btn.btn-primary {
        background: transparent !important;
        border: transparent !important;
        font-size: 20px;
        padding-bottom: 0;
        padding-top: 0;
    }

    .nominate-text-wrapper:hover .redirect-link-btn.btn.btn-primary {
        color: #fff;
    }

    .nominate-text-wrapper:hover .redirect-link-btn .svg-wrapper {
        filter: invert(1);
    }
}

/*NEWSLETTER FORM*/
.legal-consent-container .hs-form-booleancheckbox-display>span a {
    color: #d3a951;
}

.hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field,
.hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
    float: left;
    width: 48%;
}

.hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field,
.hs_jobtitle.hs-jobtitle.hs-fieldtype-text.field.hs-form-field {
    float: right;
    width: 48%;
}


/*EDITS MADE BY KENNETH*/
#mainNav3 .nav-item:last-child {
    margin-left: 15px;
}

#mainNav3 .nav-item .register-btn {
    line-height: 1;
}

@media (max-width: 450px) {
    header .modal-fullscreen .modal-body .navbar-nav .nav-link {
        font-size: 24px;
        padding-block: 0;
    }

    header .modal-fullscreen .accordion-collapse .accordion-body ul .nav-item .nav-link {
        font-size: 20px;
    }

    header .modal-fullscreen .nav-item .btn.btn-primary {
        width: 100%;
    }
}

footer .logo-n-copy__container {
    align-items: center;
    display: flex;
    flex-direction: row;
    place-content: center;
    position: relative;
    width: 100%;
}

footer .logo-n-copy__container .img-fluid {
    margin-right: 10px;
}


@media (max-width: 991.98px) {
    footer .logo-n-copy__container {
        flex-direction: column;
        margin-top: -50px;
    }

    footer .logo-n-copy__container .img-fluid {
        width: 60px;
    }
}


:root {
    --clr-primary-blue-1: #012D6B;
    --clr-primary-blue-2: #0255CA;
    --clr-primary-blue-3: #217CFD;
    --clr-primary-blue-4: #72ACFE;
    --clr-secondary-grey-1: #333333;
    --clr-secondary-grey-2: #6D6E71;
    --clr-secondary-grey-3: #898989;
    --clr-secondary-grey-4: #B1B1B1;
    --clr-secondary-grey-5: #ECECEC;
    --clr-accent-yellow-1: #FDB913;
    --clr-accent-yellow-2: #FED672;
    --clr-accent-yellow-3: #FEEDC2;
    --clr-accent-yellow-4: #FFF9EB;
    --clr-warning: #F34949;
    --clr-mia-btn-bg-color: #D3A951;
}

.award-n-categ-heading-title {
    font-size: clamp(24px, 2vw, 40px);
    font-weight: 700;
    margin: 0;
}

.divider {
    background-color: #333;
    height: 2px;
    width: 100%;
}

.accordion-button:not(.collapsed) {
    background-color: #ECECEC;
}

.accordion-heading-title {
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 600;
}

.accordion-button.collapsed {
    color: #333;
}

.accordion-button:not(.collapsed) {
    color: #333;
}

.accordion-body ul li {
    text-transform: capitalize;
}

.btn.btn-primary {
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
}

.btn.btn-primary:hover {
    background-color: #012D6B;
}

.awards-custom-btn {
    font-weight: 600;
    letter-spacing: 1.5px;
    min-width: 150px;
}

.accordion-block-wrapper {
    padding-top: 50px;
}

.nominate-listing-child-wrapper h1 {
    font-size: clamp(24px, 2vw, 32px);
    font-weight: 700;
    letter-spacing: 1.2px;
}

.listings-ul-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nominate-listing-parent .nominate-listing-child-wrapper .award-nomination-category-label {
    font-size: clamp(24px, 2vw, 28px);
    font-weight: 500;
    letter-spacing: 1.5px;
}

.nominate-list-item {
    margin-block: 1rem;
    transition: all 0.2s ease-in;
}

.nominate-list-item:hover {
    background-color: var(--clr-secondary-grey-1);
}

.nominate-list-item:hover .nominate-listing-link-btn .award-title-name h3 {
    color: #fff;
}

.nominate-listing-link-btn {
    color: var(--clr-secondary-grey-1);
    text-decoration: none;
}

.nominate-listing-link-btn .award-title-name h3 {
    font-weight: 300;
    line-height: 1.5rem;
    margin: 0;
}

.nominate-text-wrapper {
    border: 1px solid var(--clr-secondary-grey-4);
    height: 100%;
    padding: 23px 20px;
    width: 100%;
}

.redirect-link-btn .svg-wrapper {
    margin-top: -3px;
    padding-left: 15px;
}

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

    .nominate-list-item>div {
        flex-direction: column;
        row-gap: 10px;
    }

    .nominate-list-item>div>div {
        width: 100%;
    }

    .redirect-link-btn .svg-wrapper>svg {
        width: 20px;
    }

}


/*FOOTER IMAGE WIDTH CHANGES*/
footer>div>div>img.img-fluid {
    max-width: 250px;
}

@media screen and (max-width: 500px) {
    footer>div>div>img.img-fluid {
        max-width: 180px;
    }
}

ol.description-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.description-wrapper li::marker {
    font-weight: 500;
}

ol.description-wrapper .why-nominate-list-title {
    font-size: 1rem;
}

ol.description-wrapper li p {
    opacity: 0.85;
}

.awardees-section-container .broker .imagebox a .category-banner {
    height: auto;
    width: 100%;
}

.ul-additional-awardees-wrapper {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*EVENTS PAGE*/
.events-ui-block figure .img-events-cover {
    width: 100%;
    height: auto;
    max-height: 420px;
    border-radius: 8px;
    object-fit: cover;
}

.header-container {
    align-items: center;
    border-bottom: 1px solid var(--clr-secondary-grey-1);
    display: grid;
    grid-template-columns: 25.6% 42% 1fr;
}

.header-container h3 {
    margin-bottom: 0;
    text-transform: capitalize;
}

@media screen and (max-width: 500px) {
    .header-container {
        grid-template-columns: 30% 1fr;
        padding-bottom: 15px;
        row-gap: 10px;
    }

    .header-container>div:first-child {
        align-items: end;
        display: flex;
        grid-row: 1 / span 2;
        height: 100%;
    }

    .header-container>div:nth-child(2) {
        text-align: right;
    }

    .header-container>div:last-child {
        grid-column: 2 / span 2;
    }
}

.events-ui-block>div>.table.agenda>tbody>tr {
    vertical-align: middle;
}

.events-ui-block>div>.table.agenda>tbody>tr>td>p {
    background-color: var(--clr-secondary-grey-5);
    margin: 0;
    padding: 10px 24px;
    width: 100%;
}

.events-ui-block>div>.table.awards caption {
    border-top: 1px solid;
}

.events-ui-block>div>.table.awards>thead {
    border-top: 1px solid;
}

.events-ui-block>div>.table.awards>thead>tr>th {
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.events-ui-block .parking-ui-wrapper .parking-ui-block-header {
    align-items: flex-end;
    border-bottom: 1px solid;
    gap: 50px;
    justify-content: space-between;
    padding-bottom: 5px;
}

.events-ui-block .parking-ui-wrapper .parking-ui-block-header p {
    font-weight: 14px !important;
    margin: 0;
    text-transform: uppercase;
}

.events-ui-block .parking-ui-wrapper #map {
    min-height: 570px;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.events-ui-block .parking-ui-wrapper #map iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.events-ui-block.our-host .host li figure img.host-img-profile {
    border-radius: 50%;
    height: auto;
    width: 100%;
}

.events-ui-block.our-host>article {
    border-bottom: 2px solid var(--clr-secondary-grey-1);
}

.events-ui-block.our-host article>h2.h2 {
    border-bottom: 2px solid var(--clr-secondary-grey-1);
}

.events-ui-block.our-host article .host {
    column-gap: 56px;
    display: grid;
    grid-template-columns: 21% 1fr;
    margin-top: 24px;
}

.events-ui-block.our-host>article>.host>article>h3.host-name {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 500;
}

.events-ui-block.our-host>article>.host>article>p.position {
    font-weight: 300;
    letter-spacing: 1.2px;
}

.events-ui-block>div>div>.note-reminder {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
}

.events-ui-block>div>div>.note-reminder span {
    font-size: 18px;
    font-weight: normal;
}

.px-left-1 {
    padding-left: 16px;
}

.px-right-1 {
    padding-right: 16px;
}

@media screen and (max-width: 500px) {
    .events-ui-block .parking-ui-wrapper .parking-ui-block-header {
        display: block !important;
    }

    .events-ui-block .parking-ui-wrapper .parking-ui-block-header .h2 {
        margin-bottom: 8px;
    }

    .events-ui-block.our-host article .host {
        align-items: center;
        column-gap: unset;
        display: flex;
        flex-wrap: wrap;
        grid-template-columns: unset;
        justify-content: center;
        margin-top: 48px;
    }

    .events-ui-block.our-host>article>.host>article>h3.host-name {
        text-align: center;
    }

    .events-ui-block.our-host>article>.host>article>p.position {
        text-align: center;
    }
}


.award-title-name h3 {
    font-size: clamp(14px, 2vw, 20px);
}


/*NEWSLETTER FORM CONTAINER*/
.newsletter-form-container {
    background-color: var(--clr-secondary-grey-1);
    padding: 25px;
}

.newsletter-form-container .hbspt-form form {
    position: relative;
}

@media screen and (max-width: 580px) {
    .newsletter-form-container .hbspt-form form {
        padding: 0;
    }
}

.newsletter-form-container .hbspt-form form>div>.input {
    margin-bottom: 1rem;
}

.newsletter-form-container .hbspt-form form>div>.input>input {
    border: 0;
    color: var(--clr-secondary-grey-1);
    height: 47px;
    padding: 8px 15px;
    width: 100%;
}

.newsletter-form-container .hbspt-form form>div>.input>input:focus {
    outline: 4px solid #72acfebb;
}

.hbspt-form form .no-list.hs-error-msgs.inputs-list {
    color: var(--clr-warning);
    font-weight: 300;
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}

.hbspt-form form .inputs-list {
    font-weight: 300;
    list-style: none;
    padding: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    margin-top: 5px;
}

.hbspt-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    display: inline-flex;
}

.hbspt-form form .hs_submit.hs-submit {
    bottom: 46px;
    position: absolute;
    right: 24px;
}


.hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
    background-color: #d3a951;
    border: 1px solid transparent;
    border-radius: 4px !important;
    color: #333;
    font-weight: bold;
    padding: 10px 20px;
}

.hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary.large:hover {
    background-color: #d3a951;
    opacity: 0.9;
}

@media screen and (max-width: 580px) {
    .hbspt-form form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
        align-items: center;
        display: flex;
        margin-bottom: 24px;
        place-content: center;
    }

    .hbspt-form form .hs_submit.hs-submit {
        bottom: 0;
        position: unset;
        right: 0;
        width: 100%;
    }

    .hbspt-form form .hs_submit.hs-submit .actions input.hs-button.primary.large {
        width: 100%;
    }
}

.socmed-link {
    cursor: pointer;
}


/*EDITS MADE BY IAN*/
.method-process-post {
    padding: 0 0 49px 0;
}

.method-process-post img {
    width: 70%;
}

.method-process-post:last-of-type {
    padding-bottom: 0;
}

.card-img-overlay.text-white.text-center.d-flex.flex-column.justify-content-center.align-items-center.p-4 {
    background-color: rgb(0 0 0 / 25%);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-img-overlay.text-white.text-center.d-flex.flex-column.justify-content-center.align-items-center.p-4 img {
    width: 15%;
}

.partner-img {
    cursor: pointer;
}

div.judges .modal-header {
    border-bottom: unset;
    margin: 0 0px -50px 0;
    z-index: 999;
}

div.judges .modal-header .btn-close {
    background: #66535300 url(../images/close-o.svg) center/2em auto no-repeat;
    filter: inherit;
    opacity: 1;
}

div.judges .card {
    border: unset
}

.modal-body.speakers-modal {
    padding: 43px;
}

.custom-card .card,
.custom-card .card-img-overlay,
.custom-card .card-img {
    border: 0 !important;
    border-radius: 0;
}


.broker {
    display: grid;
    grid-auto-flow: row;
    grid-gap: 1em;
    grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
    justify-items: center;
    padding-bottom: 196px;
    width: 100%;
}

.imagebox {
    position: relative;
    text-align: center;
}

.imagebox .imagebox-desc {
    background: rgb(51 51 51 / 85%);
    bottom: 0px;
    left: 0px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    transition: 0.5s padding;
    width: 100%;
}

.card_title {
    font-size: x-large;
    margin-top: 25px;
    text-transform: uppercase;
}

.excellencebar {
    background-color: #333333;
    height: 49px;
    padding: 15px;
    width: 502px;
}

/*EDITS MADE BY KENNETH*/
.welcome_popup_wrapper {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.welcome_popup_wrapper .image_popup_container {
    border-radius: 10px;
    text-align: center;
}

.welcome_popup_wrapper .image_popup_container .welcome_popup_header .text_continue_site div {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: white;
    text-align: right;
    font-weight: 500;
    cursor: pointer;
}

.welcome_popup_wrapper .image_popup_container .image_popup .close_popup {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 0.5px solid #333;
    background-color: rgba(255, 255, 255, 0.776);
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.welcome_popup_wrapper .image_popup_container .image_popup .close_popup:hover {
    background-color: rgba(172, 163, 163, 0.908);
}


.welcome_popup_wrapper .image_popup_container .image_popup {
    max-width: 640px;
    max-height: 480px;
}

.welcome_popup_wrapper .image_popup_container .image_popup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.welcome_popup_wrapper.welcome_popup_modal_active.show {
    display: flex;
}

@media (min-width: 240px) and (max-width: 767px) {
    .welcome_popup_wrapper .image_popup_container {
        max-width: 400px;
    }
}


/* awards post design adjustments */

div#ib_content_and_sidebar_container .postedon {
    display: none;
}

div#ib_content_and_sidebar_container .ib_post_inner_box {
    display: none;
}

div#ib_content_and_sidebar_container nav#nav-single {
    display: none;
}

div#ib_content_and_sidebar_container h1.ib_page_title {
    display: none;
}

h1.ib_page_title {
    display: none;
}

h2.has-link-color.has-text-color.has-contrast-color.wp-block-post-title {
    font-size: 2.5rem !important;
    padding-top: 20px !important;
}

li.wp-block-post.post-6840.post.type-post.status-publish.format-standard.hentry.category-awards time {
    font-size: 1.25rem !important;
}

.wp-block-group.is-content-justification-space-between.is-nowrap.is-layout-flex.wp-container-core-group-is-layout-1.wp-block-group-is-layout-flex {
    border-bottom: 2px solid #000 !important;
}

#ib_content .entry-thumbnail {
 display: none;
}

.wp-block-post-featured-image img {min-height: 150px;}

li.wp-block-post.post.type-post.status-publish.format-standard.has-post-thumbnail.hentry.category-awards {
    padding-bottom: 20px;
}

.wp-elements-7310066deed7e18d936a35292be79584 a:where(:not(.wp-element-button)) {
    text-decoration: none;
}

.ib_post_content_inner .postedon {
    display: none;
}
ul.wp-block-post-template h2 > a {
    text-decoration: none;
}

h2.h5.text-uppercase.mb-4.fw-light {
    color: #FFF;
}
