/* Awards Page Styles - Sora's Page */

.awards-banner-img {
    display:block;
    position:absolute;
    top:0;
    z-index: -1;
}

.awards-banner-img > img {
    width:100vw;
    height:auto;
    position: absolute;
    top: 0;
    max-height: 45vw;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 992px) {
    .sp-top-info {
        border-bottom: none!important;
    }
}

.awards-video {
    width:100%;
    height:auto;
}

.gallery-wrapper {
    width:100%;
    height:auto;
    background:var(--grey-dk);
}

.gallery-wrapper h2 {
    color:white;
}

.awards-gallery-wrap img {
    width:100%;
    height:auto;
}

.int-q {
    color: var(--gold);
    font-size: 1.5rem;
    padding-bottom: 1rem;
    text-align: left;
    margin-top: 2rem;
    line-height: 2.2rem;
}

.int-q span {
    font-weight: 100;
    padding-right:.25rem;
}

.int-a {
    line-height: 1.5rem;
}

.int-img {
    width:100%;
    height:auto;
}

@media screen and (max-width: 992px) {
    .container.p-adjust .row {
        padding-right:1.4rem;
    }
}

.awards-banner-txt-wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 18vw;
    width: 100vw;
}

.awards-txt-right,
.awards-txt-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

img.awards-banner-crown {
    width: 7vw;
    height: auto;
}

.awards-txt-left {
    padding-left: 3vw;
}

h2.awards-banner-title {
    line-height: 1.4;
    font-size: 3.5vw;
    margin-top: 1rem;
    color: var(--gold);
}

h2.awards-banner-title span {
    font-weight: 800;
}

.awards-cp-feature {
    background: var(--black);
    padding: .8rem 2.5rem .5rem 1.5rem;
    color: white;
    font-weight: 300;
    font-size: 2.25vw;
    font-family: "Martel", serif;
}

h1.awards-cp-name {
    font-size: 8vw;
    font-weight: 600;
    color: #D11128;
}

.awards-cp-area {
    color: #D11128;
    font-size: 2vw;
    font-family: 'Martel';
} 