/* Navigation */
@media (min-width: 768px) {
    .header__navIcon--awards .header__navListItemLink {
        display: block;
        background-image: url(../img/nav-awards-icon.png);
        background-repeat: no-repeat;
        background-position: 50% 18px;
        background-size: 32px 32px
    }
}

/* Primary Content */
body[class*="template-justice-award"] section h2 {
    color: #f3922c !important;
}

body[class*="template-justice-award"] section#ja-primary-content {
    padding: 0 1rem;
}

body[class*="template-justice-award"] section#ja-primary-content h1 {
    margin: 0;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content a em strong {
    background-color: #4ea127;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
    margin: 1rem 0 3rem 0;
    text-align: center;
    display: inline-block;
    font-style: normal;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content img.alignright {
    float: right;
    width: auto;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content img.alignleft {
    float: left;
    width: auto;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content blockquote p {
    font-size: 20px;
    color: #898989;
    font-weight: 400;
    margin-top: 0.5rem;
}

body[class*="template-justice-award"] section#ja-primary-content a.ja-primary-content__packet {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet .packet-image {
    flex: 0 0 20%;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet .packet-content::before {
    content: "";
    width: 50px;
    height: 50px;
    display: block;
    background-size: contain;
    background-position: center;
    background-image: url('../img/download.png');
    background-repeat: no-repeat;
    margin-right: 1rem;
}

body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet .packet-content {
    display: flex;
    align-items: center;
    flex: 0 0 80%;
    font-size: 20px;
    color: #898989;
    font-weight: bold;
}

@media (max-width: 768px) {
    body[class*="template-justice-award"] section#ja-primary-content {
        text-align: center;
    }

    body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content img.alignleft,
    body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__content img.alignright {
        display: block;
        margin: 0 auto;
        max-width: 300px;
        float: none;
    }

    body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet {
        display: block !important;
    }

    body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet .packet-image {
        max-width: 200px;
        margin: 0 auto;
    }

    body[class*="template-justice-award"] section#ja-primary-content .ja-primary-content__packet .packet-content {
        font-size: 16px;
        justify-content: center;
    }
}

/* Featured Recipients Section */
body[class*="template-justice-award"] section.ja-featured-recipients {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 991px) {
  body[class*="template-justice-award"] section.ja-featured-recipients {
    justify-content: center;
  }
}

body[class*="template-justice-award"] section.ja-featured-recipients .recipient-wrapper {
 flex: 0 0 33.33333%; 
  padding: 1rem;
}

@media (max-width: 991px) {
 body[class*="template-justice-award"] section.ja-featured-recipients .recipient-wrapper {
   flex: 0 0 50%;
  }
}

@media (max-width: 575px) {
 body[class*="template-justice-award"] section.ja-featured-recipients .recipient-wrapper {
   flex: 0 0 100%;
  }
}

body[class*="template-justice-award"] section.ja-featured-recipients .recipient {
  display: flex;
  flex-direction: column;
}


body[class*="template-justice-award"] section.ja-featured-recipients .recipient img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body[class*="template-justice-award"] h2.featured-recipients-title {
	font-size: 28px;
    margin-bottom: 0;
    color: #f3922c !important;
    text-align: center;
    font-weight: 400;
}

/* Award Link Buttons Section */
body[class*="template-justice-award"] section.ja-award-links {
    border-top: 1px solid #0061a3;
    border-bottom: 1px solid #0061a3;
    margin: 2rem 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

body[class*="template-justice-award"] section.ja-award-links a.ja-award-links__button {
    background-color: #4ea127;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: transform 0.2s ease-in-out;
    margin: 1.5rem 1rem;
    text-align: center;
}

body[class*="template-justice-award"] section.ja-award-links a.ja-award-links__button:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    body[class*="template-justice-award"] section.ja-award-links {
        padding: 1rem 0;
        display: block;
    }

    body[class*="template-justice-award"] section.ja-award-links a.ja-award-links__button {
        margin: 1rem 0;
        display: block;
        width: 100%;
        font-size: 18px;
    }

    body[class*="template-justice-award"] section.ja-award-links a.ja-award-links__button:hover {
        transform: scale(1);
    }
}


/* Sponsorship Opportunities */
body[class*="template-justice-award"] section.ja-sponsorship-opportunities {
    margin: 2rem 0;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities h2.ja-sponsorship-opportunities__title {
    font-size: 28px;
    margin-bottom: 0;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level {
    flex: 0 0 25%;
    padding: 0 1rem;
    border-right: 1px solid #333;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level.sold-out {
    opacity: 0.4;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level.sold-out::before {
    content: "Sold out";
    text-transform: uppercase;
    text-align: center;
    padding: 0.25rem;
    color: #FFFFFF;
    background: #000000;
    display: block;
    font-weight: bold;
    font-size: 14px;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level:last-child {
    border-right: 0;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level .sponsorship-logo {
    width: 100%;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level .sponsorship-price {
    text-align: center;
    color: #0061a3;
    font-size: 28px;
    margin-bottom: 2rem;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level.sold-out .sponsorship-price {
    color: #333;
    text-decoration: line-through;
    text-decoration-thickness: 2px;
}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level .sponsorship-content {

}

body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level .sponsorship-content ul {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level {
        flex: 0 0 50%;
        margin-bottom: 2rem;
        border: 0;
        padding: 1rem;
    }

    body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level .sponsorship-logo {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 575px) {
    body[class*="template-justice-award"] section.ja-sponsorship-opportunities .ja-sponsorship-opportunities__levels .sponsorship-level {
        flex: 0 0 100%;
    }
}


/* Additional Sponsorship Opportunities */
body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities {
    margin: 4rem 0;
}

body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities h2.ja-additional-sponsorship-opportunities__title {
    font-size: 28px;
    margin-bottom: 2rem;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -1rem;
}

body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level {
    flex: 0 0 25%;
    padding: 0 1rem;
}

body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level .sponsorship-content h3 {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level .sponsorship-content ul {
    margin-left: 1rem;
}

@media (max-width: 991px) {
    body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels {
        flex-wrap: wrap;
    }

    body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level {
        flex: 0 0 50%;
        margin-bottom: 2rem;
        border: 0;
        padding: 1rem;
    }

    body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level .sponsorship-logo {
        max-width: 300px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 575px) {
    body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities {
        margin: 1rem 0;
    }

    body[class*="template-justice-award"] section.ja-additional-sponsorship-opportunities .ja-additional-sponsorship-opportunities__levels .sponsorship-level {
        flex: 0 0 100%;
        margin-bottom: 0;
    }
}

body[class*="template-justice-award"] section.ja-planning-committee {
    background: #f2f7fa;
    padding: 2rem 0;
}

body[class*="template-justice-award"] section.ja-planning-committee h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 2rem;
}

body[class*="template-justice-award"] section.ja-planning-committee ul {
    columns: 4;
    list-style: none;
}

body[class*="template-justice-award"] section.ja-planning-committee ul li {

}

body[class*="template-justice-award"] section.ja-planning-committee ul li h3 {
    color: #0061a3;
}

body[class*="template-justice-award"] section.ja-planning-committee ul li span {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 600;
    opacity: 0.8;
}

@media (max-width: 768px) {
    body[class*="template-justice-award"] section.ja-planning-committee ul {
        columns: 2;
    }
}

@media (max-width: 575px) {
    body[class*="template-justice-award"] section.ja-planning-committee ul li {
        font-size: 0.9rem;
    }
}


/* Gallery */
body[class*="template-justice-award"] section.ja-gallery {
    margin: 2rem 0;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-header {
    border-top: 1px solid #0061a3;
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-header .ja-gallery-title {
    font-size: 28px;
    margin-bottom: 0;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider {

}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slick-prev {
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 100%;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slick-prev:before {
    color: #FFF;
    content: "<";
    transform: scaleY(2);
    display: block;
    font-size: 2rem;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slick-next {
    right: 0;
    width: 50px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slick-next:before {
    color: #FFF;
    content: ">";
    transform: scaleY(2);
    display: block;
    font-size: 2rem;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider ul.slick-dots {
    bottom: -2rem;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider ul.slick-dots li {
    height: auto;
    width: auto;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider ul.slick-dots li a {
    color: #999;
    padding: 0.5rem;
    font-size: 1.1rem;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider ul.slick-dots li.slick-active a {
    color: #0061a3;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slide {
    aspect-ratio: 16/9;
    position: relative;
}

body[class*="template-justice-award"] section.ja-gallery .ja-gallery-slider .slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Our Sponsors */
body[class*="template-justice-award"] section.ja-sponsor-logos {
    padding: 2rem 0;
}

body[class*="template-justice-award"] section.ja-sponsor-logos h2.ja-sponsor-logos__title {
    font-size: 28px;
    margin-bottom: 0;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery .gallery-image {
    padding: 1rem;
    flex: 0 0 20%;
}

body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery .gallery-image img {
    width: 100%;
}

body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__footer {
    margin: 3rem 0 2rem 0;
    text-align: center;
}

body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__footer p:not(:last-child) {
    margin-bottom: 1rem;
}

@media (max-width: 1200px) {
    body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery .gallery-image {
        flex: 0 0 25%;
    }
}

@media (max-width: 768px) {
    body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery .gallery-image {
        flex: 0 0 33.33333333333333%
    }
}

@media (max-width: 575px) {
    body[class*="template-justice-award"] section.ja-sponsor-logos .ja-sponsor-logos__gallery .gallery-image {
        flex: 0 0 50%
    }
}


/* Footer - Questions Or Concerns Section */
body[class*="template-justice-award"] section.ja-page-footer {
    padding: 2rem 1rem 2.5rem;
    text-align: center;
}

body[class*="template-justice-award"] section.ja-page-footer h2.concerns-title {
    font-size: 28px;
    margin-bottom: 1rem;
    color: #333 !important;
}

body[class*="template-justice-award"] section.ja-page-footer .concerns-content p {
    color: #333;
}

body[class*="template-justice-award"] section.ja-page-footer .concerns-content p a {
    color: #333;
    text-decoration: underline;
}

/* Showcase Reel */
body[class*="template-justice-award"] section.ja-showreel {
    margin: 2rem 0;
}

body[class*="template-justice-award"] section.ja-showreel .ja-showreel__title {
    font-size: 28px;
    margin-bottom: 1rem;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-showreel .ja-showreel__video iframe {
    aspect-ratio: 16/9;
    height: 100%;
    width: 100%;
}


/* Award Recipients */
body[class*="template-justice-award"] section.ja-recipients {
    margin: 4rem 0;
}

body[class*="template-justice-award"] section.ja-recipients h2.ja-recipients__title {
    font-size: 28px;
    margin-bottom: 1rem;
    color: #898989;
    text-align: center;
    font-weight: 400;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns {
    display: flex;
    margin: 0 -1rem;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient {
    flex: 0 0 33.333333333%;
    padding: 1rem;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient h3.recipient-name {
    font-size: 20px;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #0061a3;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient .recipient-title {
    font-size: 18px;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #898989;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient .recipient-content {
    line-height: 1.6;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient .recipient-headshot {
    aspect-ratio: 8/10;
    position: relative;
    max-width: 150px;
    float: right;
    width: 100%;
    margin: 0.5rem;
}

body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient .recipient-headshot img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (max-width: 1200px) {
    body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient .recipient-headshot {
        float: none;
        margin: 0 auto 0.5rem auto;
    }

    body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient {
        text-align: center;
    }
}

@media (max-width: 768px) {
    body[class*="template-justice-award"] section.ja-recipients .ja-recipients__columns .recipient {
        flex: 0 0 100%;
    }
}

