.x-container {
    max-width: 1120px;
}

.x-row {
    justify-content: space-between;
    @media only screen and (max-width: 786px) {
        flex-direction: column;
    }
}

article a,
article a:hover, a:focus, a:active {
    color: #7EDDD3;
}

.sidebar-tab {
    color: #000;
    font-weight: bold;
    padding: 1rem 0;
    border-bottom: 1px solid;
    cursor: pointer;
    transition: all .3s;
}

.sidebar-tab:first-child {
    padding-top: 0;    
}

.sidebar-tab:hover, 
.sidebar-tab.active {
    color: #7EDDD3;
}

.criteria__title {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px;
    color: #000;
}

.criteria__subtitle {
    margin-right: 12px;
}

.criteria__points {
    border-radius: 2px;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 700;
    background: #7EDDD3;
    color: #000;
    padding: 6px 12px;
    white-space: nowrap;
}

.criteria {
    margin-bottom: 2rem;
}

.criteria ul li {
    list-style: none;
    position: relative;
    font-size: 1rem;
    line-height: 32px;
}

.criteria ul li:before {
    content: "";
    position: absolute;
    background: #7EDDD3;
    width: 10px;
    height: 10px;
    left: -25px;
    top: 10px;
    border-radius: 50%;
}

.judge {
    margin-bottom: 1rem;
}

.judge--wrapper {
    margin-bottom: 1rem;
}

.judge__name {
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin-top: 1rem;
    color: #000;
}

.judge__position {
    font-weight: 400;
    font-size: 1rem;
    line-height: 32px;
}

.judge img {
    width: 100%;
    height: 256px;
    object-fit: cover;
    object-position: center;
}

.extended {
    padding-top: 40px;
    padding-bottom: 40px;
}

.extended__name {
    color: #7EDDD3;
    font-size: 20px;
    line-height: 32px;
    font-weight: 700;
}

.extended__position {
    font-weight: 700;
    font-size: 1rem;
    line-height: 32px;
    color: #000;
}

.extended__company {
    font-weight: 400;
    font-size: 1rem;
    line-height: 2rem;
    color: #999999;
}

.extended__description {
    font-weight: 300;
    font-size: 1rem;
    line-height: 2rem;
    color: #000;
}

.extended__description a {
    font-weight: 700;
    color: #7EDDD3;
}

.extended .border-right {
    border-right: 1px solid #7EDDD3;
}


.tab p,
.tab h2,
.tab h3,
.tab span {
    margin-top: 0;
    font-size: 16px!important;
}

.tab h2,
.tab h3 {
    margin: 0 0 1.313em;
}

.tabs,
.sidebar-tab {
    font-size: 16px;
}

.tabs {
    margin-bottom: 140px;
    @media only screen and (max-width: 786px) {
        margin-top: 16px;
    }
}

.tab p, 
.tab li {
    color: #000;
}

.countdown {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #000;
    z-index: 9999;
}

.countdown--wrapper {
    display: flex;
    padding: 18px 32px;
    align-items: center;
    justify-content: space-between;
    max-width: 1120px;
    margin: 0 auto;
    background: #7EDDD3;
}


.countdown__text {
    font-size: 18px;
    line-height: 24px;
    @media only screen and (max-width: 786px) {
        font-size: 14px;
    }
}

.countdown-clock--wrapper {
    display: flex;
    
}

.countdown-clock-item {
    padding: 0 32px 0 16px;
    border-right: 1px solid;
}

.countdown-clock-item:last-child {
    border:unset;
    padding-right: 0;
}

.countdown-number {
    font-size: 42px;
    line-height: 45px;
    font-weight: 600;
}

.accordion-item__header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: 2px solid;
    margin-top: 2rem;
}

.accordion-item__header span {
    font-weight: 600;
    color: #7EDDD3;
}

.accordion-item__content {
    margin-top: 2rem;
    color: #333333;
}

.accordion-item__content strong {
    color: #000;
}

.award-item.x-column.x-1-2 {
    width: 49%;
    margin: 0 0 1rem 0;
}

.award-item {
    background: #7EDDD3;
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
    border-radius: 10px;
    color: #000;
}

.award-item h3 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
}

.award-item .left {
    padding-right: 30px;
    min-width: 140px;
}


.judging-template-header-enroll-div {
    height: 256px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 256px;
    margin-left: auto;
    background: #7EDDD3;
    flex-direction: row;
    align-items: end;
    color: #000;
    padding: 1rem;
}

.judging-template-header-image {
    max-width: 1120px;
    right: calc((100vw - 1120px - 1rem) / 2);
    position: absolute;
    z-index: 20;
    margin-top: 0;
}

@media only screen and (max-width: 786px) {
    .judging-template-header-enroll-div {
        margin: 0 auto;
        width: 166px;
        height: 166px;
        transform: translateY(50px);
  }
}

.workshop-template-header-enroll-text {
    color: #000!important;
}

.workshop-template-header-enroll-img {
    height: 2rem;
}

.page-id-14641 header a.x-anchor:not(.x-anchor-menu-item),
.page-id-14641 footer .x-anchor,
header a.x-anchor:not(.x-anchor-menu-item),
footer .x-anchor {
    background: #7EDDD3!important;
    border-color: #7EDDD3!important;
}

.page-id-14641 footer .x-anchor,
footer .x-anchor {
    background: #7EDDD3!important;
    border-color: #7EDDD3!important;
}

.page-id-14641 header a.x-anchor:not(.x-anchor-menu-item) span,
.page-id-14641 footer .x-anchor span,
header a.x-anchor:not(.x-anchor-menu-item) span,
footer .x-anchor span {
    color: #000!important;
}


.page-id-14641 header a.x-anchor:not(.x-anchor-menu-item):hover span,
.page-id-14641 footer .x-anchor:hover span,
header a.x-anchor:not(.x-anchor-menu-item):hover span,
footer .x-anchor:hover span {
    color: #000!important;
}

.page-id-14641 header .x-bar-is-visible a.x-anchor,
header .x-bar-is-visible a.x-anchor {
    /*display: initial!important;*/
}

.page-id-14641 header .x-graphic-icon {
    color: #000!important;
}

/*header .x-anchor:hover,
footer .x-anchor:hover {
    background: transparent!important;
    border-color: #7EDDD3!important;
    color: #000!important;
}*/

.awards-buttons a .x-anchor-content .x-anchor-text .x-anchor-text-primary  {
 color: #000 !important;
}

.awards-buttons a {
    background: #7EDDD3;
}

/*header .x-anchor:hover .x-anchor-text-primary*/
footer .x-anchor:hover .x-anchor-text-primary {
    color: #7EDDD3!important;
}

footer .x-anchor:hover {
    background: unset!important;
}

/*.page-id-14641 header .mb-v > .is-primary,
header .mb-v > .is-primary {
    color: #7EDDD3!important;
}*/

.judging-template-body .header {
    margin-bottom: 64px;
    height: 470px;
}

.judging-template-body .header--wrapper {
    position: relative;
    height: 470px;
}


.judging-template-body .header img {
    height: 470px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    z-index: -1;

}

.judging-template-body .header .content {
    position: absolute;
    bottom: 43px;
    left: 54px;
    right: 54px;
}

.judging-template-body .header .title {
    font-size: 40px;
    line-height: 42px;
    font-weight: bold;
    color: #fff;
}

.judging-template-body .header .content--wrapper {
    display: flex;
    justify-content: space-between;
}

.judging-template-body .header .button {
    background: #7EDDD3;
    border-color: #7EDDD3;
    transition: all .3s;
}

.judging-template-body .header .button:hover {
    background: unset;
    border-color: #7EDDD3;
    color: #7EDDD3;
}





.judging-template-body .header .button span {
    color: #000;
}


.form-section {
    display: flex;
    justify-content: center;
}

.forms-template-class {
    background: #f3f3f3;
}
.forms-template-body {
    max-width: 1120px;
    margin: 0 auto;
    padding: 80px 0;
    border-radius: 6px;
}

.forms-template-body .form-row {
    margin-bottom: 32px;
}

.form-section h2 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.form-section p {
    color: #000;
    /* font-size: 18px; */
    /* line-height: 32px; */
    text-align: center;
}

.forms-template-body p {
    color: #000;
}

.form-section form {
    margin-top: 40px;
    width: 100%;
}

.form-section form .x-input {
    width: 100%;
}

.form-section form textarea.x-textarea {
    width: 100%;
    height: 200px;
    margin-top: 16px;
}

.form-section form .x-btn {
    background: #7EDDD3;
    color: #000;
    border-color: #7EDDD3;
    border-radius: 50px;
    padding: 20px 45px;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin-top: 24px;
    transition: all 0.3s;
}

.form-section form .x-btn:hover {
    background: transparent;
    color: #7EDDD3;
}

.form-section form .x-btn:active,
.form-section form .x-btn:focus {
    background: #fff;
    color: #7EDDD3;
}

.form-section form .x-input,
.form-section form .x-textarea {
    margin-bottom: 24px;
}

.x-btn {
    display: inline-block;
    background: #7EDDD3;
    color: #000;
    border-color: #7EDDD3;
    border-radius: 50px;
    padding: 14px 30px;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    transition: all 0.3s;
}

.x-btn:hover {
    background: transparent;
    color: #7EDDD3;
}

.x-btn:active,
.x-btn:focus {
    background: #fff;
    color: #7EDDD3;
}

.x-btn-secondary {
    background: transparent;
    color: #7EDDD3;
}

.x-btn-secondary:hover {
    background: #7EDDD3;
    color: #fff;
}

.x-btn-secondary:active,
.x-btn-secondary:focus {
    background: #fff;
    color: #7EDDD3;
}

.forms-template-body {
    max-width: 1120px;
    margin: 0 auto;
    width: 100%;
}

.checkbox-form-label {
    height: auto;
}

.checkbox-form-label .wpcf7-form-control {
    background: unset;
}

.checkbox-form-label h3.label-title {
    left: 0;
    top: -32px;
    font-weight: 600;
    color: #000;
    margin-top: 0;
}

.checkbox-form-label input[type="checkbox"] {
    display: none;
}

.checkbox-form-label label {
    margin-left: 30px;
    position: relative;
}


.checkbox-form-label label:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 5px;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 5px;
}

.checkbox-form-label label.active:after {
    content: "";
    position: absolute;
    border-left: 4px solid;
    border-bottom: 4px solid;
    left: -25px;
    top: 10px;
    width: 11px;
    height: 8px;
    transform: rotate(-45deg);
    color: #000;
}

h2.form-section__title {
    font-size: 20px!important;
    line-height: 36px!important;
    color: #000;
    margin-bottom: .5rem!important;
    font-weight: bold;
    text-align: left;
}

label.form-label.input-form-label input {
    display: none;
}

label.form-label.input-form-label {
    background: #ECECEC;
    height: 128px;
    border: 1px #d9d9d9 solid;
}

.input-form-label span.label-title {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
    text-align: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.form-label.checkbox-form-label {
    height: unset!important;
}

.page-template-page-entry-form .judging-template-header-image,
.page-template-page-entry-form-2 .judging-template-header-image,
.page-template-page-entry-form-3 .judging-template-header-image {
    display: none;
}

.judging-template-header-image {
    max-width: 1120px;
    right: calc((100vw - 1120px - 1rem) / 2);
    position: absolute;
    z-index: 20;
    transform: translateY(-30%);
}


.wpcf7-not-valid-tip {
    margin-top: -2px!important;
}

.checkbox-form-label span {
    background: unset!important;
}

.x-main .wpcf7-submit {
    width: auto;
    color: #000!important;
    padding: 15px 49px;
    height: unset;
}
.cta-button {
    background: #7EDDD3;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #000;
    padding: 8px 48px;
    margin-top: 46px;
    display: inline-block;
    border: 2px solid #7EDDD3;
    transition: all .2s;
}

.cta-button:hover {
    background: unset;
    border: 2px solid #7EDDD3;
    color: #7EDDD3;    
}

.wpcf7-form-control.cta-button {
    background: #7EDDD3!important;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    font-weight: bold;
    color: #000;
    padding: 8px 48px!important;
    margin-top: 15px;
    display: inline-block!important;
    border: 2px solid #7EDDD3!important;
    transition: all .2s!important;
    width: auto!important;
}

.wpcf7-form-control.cta-button:hover {
    background: unset!important;
    border: 2px solid #7EDDD3!important;
    color: #7EDDD3!important;    
}

.awards-menu {
    display: inherit!important;
}

#sticky-side-menu .x-anchor {
    /*display: none!important;*/
}

#navigation-menu {
    display: none!important;
}

.form-section__text.x-column {
    margin-bottom: 3rem;
}

.form-section__text.x-column p {
    text-align: left;
}

.awards-items {
    flex-wrap: wrap;
    margin: 1rem 0;
}

.tab table th, .tab table td {
    border-top: 1px solid #000;
    color: #000;
}

.tab-Important-dates strong {
    margin-left: .5rem;
    border-radius: 2px;
    font-size: 1rem;
    line-height: 19px;
    font-weight: 700;
    background: #7EDDD3;
    color: #000;
    padding: 6px 12px;
    margin-right: .5rem;

    width: 180px;
    display: block;
    float:left;
    text-align: center;
}



body.page-template-page-awards {
    color: #000;
}

.x-off-canvas.x-active .x-off-canvas-content .x-menu .award-mobile {
    display: block !important;
}

.x-off-canvas.x-active .x-off-canvas-content .x-menu .award-mobile .x-always-active .x-anchor-content .x-anchor-text .x-anchor-text-primary,
.x-off-canvas.x-active .x-off-canvas-content .x-menu .award-mobile .x-anchor-menu-item:hover .x-anchor-content .x-anchor-text .x-anchor-text-primary {
    color: #70C4BB !important;
}


.x-off-canvas.x-active .x-off-canvas-content .x-menu .inorbit-mobile,
.mobile-button-classic {
    display: none!important;
}

footer .x-colophon,
footer .x-bar-footer,
footer .x-bar-container,
footer .x-bar-content {
    background: #000!important;
    background-image: unset !important;
}

footer .x-text.x-content {
    color: #fff!important;
}

footer .cont2 .x-text.x-content a {
    color: #7EDDD3!important;
}

footer .x-text.x-content a:hover {
    color: #7EDDD3!important;
}

footer.x-colophon {
    padding-bottom: 100px!important;
    background: #000;
}

footer .contact-email a {
    color: #7EDDD3;
}

.header-logo-image {
    display: none!important;
}

.header-logo-image-mint {
    display: initial!important;
}

.header-logo-image-mint img {
    max-height: 30px;
    width: auto;
    max-width: 107px;
}

header .awards-buttons {
    display: inherit!important;
}

.breadcrumbs span:nth-child(2) {
    display: none;
}

.breadcrumbs .home {
    display: none;
}

.breadcrumbs > span > span:first-child > a {
    display: none;
}

.menu-item:not(.award-mobile) {
    display: none;
}


@media only screen and (max-width: 786px) {

    .judging-template-body .x-row {
        flex-direction: column;

    }

    article {
        overflow: hidden;
    }
    
    .checkbox-form-label h3.label-title {
        top: -25px;
    }

    .checkbox-form-label label:before {
        top: 2px;
    }

    .checkbox-form-label label.active:after {
        top: 7px;
    }

    .wpcf7-list-item label {
        margin-bottom: .5rem;
    }
    .x-column.x-1-2 {
        width: 100%;
    }    
    
    .judging-template-body .header,
    .judging-template-body .header--wrapper,
    .judging-template-body .header img {
        height: 270px;
    }

    .judging-template-body .header .content {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }

    .judging-template-body .header .title {
        margin-bottom: 24px;
    }

    .judging-template-body .header .content--wrapper {
        display: block;
    }

    .form-section .x-column {
        width: 100%!important;
        max-width: 100%!important;
    }

    .form-section .x-row {
        display: block;
    }

    .form-section {
        padding: 0 20px;
    }

    
    .form-label.checkbox-form-label {
        margin-bottom: 40px;
    }

    .workshop-template-header {
        margin-bottom: 80px;
    }
    
    .judging-template-header-image {
        position: absolute!important;
        right: 15px!important;
    }
    
    .workshop-template-header-enroll-img {
        height: unset;
    }

    .judging-template-body {
        margin-top: 88px!important;
        padding-left: 0;
        padding-top: 32px;
    }

    .judging-template-body .x-row {
        padding: 0 20px;
    }

    .award-item .left {
        min-width: unset;
    }

    .award-item.x-column.x-1-2 {
        width: 100%!important;
        margin: 0 0 1rem 0;
    }

    .awards-items.x-row {
        flex-wrap: wrap;
    }

    .countdown--wrapper {
        display: block;
        padding: 1rem;
        text-align: center;
    }

    .countdown--wrapper {
        display: block;
        padding: 1rem;
        text-align: center;
    }
    
    .x-column.x-1-4, .x-column.x-1-5, .x-column.x-3-4, .x-column.x-4-5 {
        width: 100%;
    }

    .tabs {
        margin-bottom: 84px;
    }

    .x-row.tabs {
        flex-wrap: wrap;
    }
    
    .sidebar-tabs--wrapper {
        display: flex;
        width: max-content;
        margin-bottom: 3rem;
        @media only screen and (max-width: 786px) {
            gap: 16px;
            margin-bottom: 2rem;
        }
    }
    
    .sidebar-tab {
        margin-right: 1rem;
        padding: 0 0 1rem 0;
        align-items: center;
        display: flex;
    }
    
    .sidebar-tabs {
        overflow: scroll;
    }

    .award-mobile-button {
        /*display: initial!important;*/
    }

    .tab-Important-dates strong {
        width: 100%;
        margin: 0;
        margin-bottom: .5rem;
    }
    
    .tab-Important-dates {
        text-align: center;
    }
    
    .countdown-clock-item:first-child {
        padding-left: 0;
    }
    
    
    .countdown-clock--wrapper {
        justify-content: center;
    }
}

.label-title.active-label {
    top: 4px;
}

.x-off-canvas.x-active .x-off-canvas-content .x-menu .award-mobile {
    display: none;
}


#awards-social {
    display: initial!important;
}

#awards-social .x-anchor {
    background: unset!important;
    border-color: unset!important;
}



footer .x-content-area {
    display: none;
}

.award-mobile-button:hover {
    background: rgb(255,255,255) !important;
}

#awards-entry,
#awards-apply {
    /*display: initial!important;*/
}

.e11-e32 {
    display:inherit!important;
}

#awards-entry-mobile {
    /*display: none!important;*/
}

#awards-entry {
    /*display: initial!important;*/
}

@media only screen and (max-width: 800px) {
    #awards-entry-mobile {
        /*display: initial!important;*/
    }

    #awards-entry {
        /*display: none!important;*/
    }
}

header .mb-r > .is-primary {
    color: #7EDDD3;
}

.awards-menu .menu-item:not(.award-mobile) {
    display: flex;
}

.form-sponsored-by {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media only screen and (max-width: 600px) {
    .form-sponsored-by {
        width: 100%!important;
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
    }    
}

.sponsored-by-categories span,
.form-sponsored-by span {
    font-size: 16px;
    color: #333333;
    margin-right: 1rem;
}
.sponsored-by-categories img,
.sponsored-by-sidebar img,
.form-sponsored-by img {
    max-width: 200px;
}

.sponsored-by-sidebar {
    font-size: 16px;
    color: #333333;
    margin-top: 70px;
    margin-bottom: 24px;
}

@media only screen and (max-width: 600px) {
    .sponsored-by-sidebar {
        margin-top: 24px;
        margin-bottom: 24px;
    }
}

.sponsored-by-categories {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 38px;
}

.judging-template-body {
    padding-top: 64px;
}

.d-none {
    display: none!important;
}
<<<<<<< HEAD

#awards-partners .x-image img {
    max-width: 180px;
}

.x-column.accordion {
    margin-right: 0!important;
}

.x-row.accordions .x-row {
    flex-wrap: wrap;
}
=======
>>>>>>> c0b08b5a362b31f69445a5b18b2587ca8797604f
