@charset "UTF-8";
/* =================================================================== 
 * EyesOpen Main Stylesheet
 * Template Ver. 1.0.0
 * 9-23-2024
 * ------------------------------------------------------------------

 /* Settings */
@import url("settings.css");

/* reset */
@import url("reset.css");

/* grid */
@import url("grid.css");

/* Base Setup */
@import url("base.css");

/* Utilities */
@import url("utilities.css");

/* Typography */
@import url("typography.css");

/* Preloader */
@import url("preloader.css");

/* Grid-Layouts */
@import url("grid-layouts.css");

/* Intro */
@import url("intros.css");

/* Footer */
@import url("footer.css");

:root {
    --hero-image-height-sm: 400px;
    --hero-image-height-lg: 400px;
}

/* Mobile */
/* General */

body {
    
    background: var(--color-3);
    background-size: 150%;
    height: auto;
}

#page {
    background: url("/images/png/noise-bg-3.png") repeat var(--color-1);
    border: solid 8px var(--color-2);
    overflow: hidden;
}

#page, footer .container {
    max-width: 1280px;
    margin: 0 auto;
}

.image-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

/* Skip Content */
#skiptocontent a {
    padding: 6px;
    position: absolute;
    top: -100px;
    left: 0;
    color: var(--color-white);
    border-right: 1px solid var(--color-2);
    border-bottom: 1px solid var(--color-2);
    border-bottom-right-radius: 8px;
    background: var(--color-5);
    -webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 2000;
}

#skiptocontent a:focus {
    position: absolute;
    left: 0;
    top: 0;
    outline-color: transparent;
    -webkit-transition: top 0.1s ease-in;
    transition: top 0.1s ease-in;
}

h1.headline,
.tagline,
.step h2  {
    font-family: var(--headline-font);
}

main p,
footer p,
.contact-card.upd .details {
    font-size: 0.8em;
    line-height: 1.3em;
}

/* hero */
.safeway-box {
    position: relative;
    margin: 0;
    margin-bottom: 2em;
    width: fit-content;
    font-size: 1em;
    font-weight: 900;
    color: var(--color-3);
    background-color: var(--color-2);
    padding: 0.5em 1.5em;
}

.safeway-box::after {
    right: -50px;
    top: 135%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: var(--color-3);
    border-left-color: var(--color-3);
    border-width: 25px;
    margin-top: -66px;
}

.container {
    margin: 0 2.5rem;
}

.hero {
    position: relative;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
}

.hero img {
    object-fit: cover;
    overflow: visible;
    display: block;
    height: 580px;
    width: 116px;
    margin-right: -16px;
    margin-left: auto;
}

.hero .hero-container {
    padding-top: 0;
    margin-top: -190px;
}

.hero .word-mark-container {
    margin-bottom: 1.5em;
}

.hero .word-mark {
    width: 100%;
    margin: 0 auto;
}

.hero .tagline-container {
    margin-top: 3rem;
    margin-left: 2.5rem;
}

.hero .tagline {
    font-family: var(--headline-font);
    color: var(--color-white);
}

.hero .tagline.line-1 {
    font-size: 2.25em;
    font-weight: 700;
    margin-top: -4rem;
    margin-left: 6.95rem;
    transform: rotate(358deg);
}

.hero .tagline.line-2 {
    font-family: var(--body-font);
    font-size: 2.6em;
    font-weight: 900;
    line-height: normal;
}

.hero .hero-text {
    color: var(--color-white);
    padding: 0 2.5rem;
    font-size: 1em;
}

/* main */
/* --------------------------------- */

main {
    margin-top: 5em;
}

.card.torn-paper .card-content {
    background-color: #fff;
    padding-top: 3.6em;
    margin-top: -96px;
}

.card.torn-paper::before {
    content: '';
    display: block;
    background-image: url(../images/svg/torn-paper-9.svg);
    background-position: 15%;
    background-repeat: no-repeat;
    background-size: 90%;
    height: 184px;
    margin-top: -78px;
}

.card.torn-paper::after {
    content: '';
    display: block;
    background-image: url(../images/svg/torn-paper-3.svg);
    background-repeat: no-repeat;
    background-size: 128%;
    background-position: bottom;
    height: 100px;
    margin-top: -3em;
}

.card.torn-paper h2 {
    color: var(--color-1);
    font-family: var(--body-font);
    font-size: 1.6em;
    font-weight: 900;
    margin-top: -100px;
    margin-left: 5%;
    width: 80%;
}

.card.manilla-folder h2 .line-1::after {
    content:"\a";
    white-space: pre;
}

h2.heading-with-accent {
    position: relative;
}

h2.heading-with-accent::before {
    content: '';
    position: absolute;
    background: url(/images/svg/tvtp-line-accent.svg) no-repeat;
    width: 10px;
    height: 100px;
    top: -57px;
    left: 5px;
}

.report-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 5%;
    justify-content: center;
    padding-bottom: 2em;
    margin-bottom: 1.5em;
    border-bottom: solid 2px var(--color-5);
}

.report-buttons .btn-report {
    width: 45%;
    display: flex;
    justify-content: center;
    margin-bottom: 1em;
}

.report-buttons img {
    display: block;
    height: 5%;
    width: auto;
}

.btn-report {
    display: flex;
    align-items: center;
}

.btn-report.csn img { height: 66px; }
.btn-report.dri img { height: 40px; }
.btn-report.gbc img { height: 66px; }
.btn-report.nsu img { height: 37px; }
.btn-report.tmcc img { height: 26px }
.btn-report.unlv img { height: 32px }
.btn-report.unr img { height: 54px; }
.btn-report.wnc img { height: 54px; }

.contact-card.upd {
    margin-bottom: 2em;
}

.contact-card.upd strong {
    font-size: 1.3em;
    font-weight: 900;
    font-style: normal;

}

.contact-card.upd .title {
    margin-bottom: 1.1em;
    color: var(--color-5);
}

.contact-card.upd .phone-1 {
    padding-right: 1em;
    margin-right: 1em;
    border: none;
}

.contact-card.upd .link-row {
    margin: 1em 0;
    display: flex;
    height: 2em;
    gap: 1em;
}

.contact-card.upd .link {
    display: flex;
    align-items: center;
}

.contact-card.upd .link a { 
    position: relative;
    font-weight: 600; 
}

.contact-card.upd .link a:before {
    background-color: var(--color-5);
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    top: calc(100% - 0.2rem);
    transition: all .3s ease-in-out 0s;
    width: 100%;
}

.contact-card.upd .link a:hover { color: var(--color-1); }
.contact-card.upd .link a:hover:before { height: 3px; }

.contact-card.upd .icon {
    color: var(--color-1);
    font-size: 1.25em;
    margin-right: 0.5em;
}

.contact-card.upd .icon svg path { fill: var(--color-1); }

.step-header {
    border: dashed 4px #000;
    border-style: dashed;
    border-image-source: url(../images/png/border-graphic.png);
    border-image-slice: 3;
    border-image-repeat: round;
    border-image-source: url(../images/png/border-graphic.png);
    border-image-slice: 3;
    border-image-repeat: round;
    margin-top: 2em;
    padding: 0 0.5em;
}

.step-image {
    display: block;
}

.step-card h2 {
    width: auto;
    font-family: var(--body-font);
    color: var(--color-4);
    background: url(../images/svg/eyesopen-card-accent.svg) no-repeat;
    background-size: 105px 60px;
    font-size: 0.9em;
    font-weight: 900;
    letter-spacing: 1px;
    padding: 9px 0 9px 20px;
    margin-top: -34px;
    margin-bottom: 0;
}

.step .accent-text {
    font-family: var(--headline-font);
    font-weight: 700;
    color: var(--color-white);
    font-size: 1.9em;
    transform: rotate(358deg);
    margin-top: -0.2em;
    margin-bottom: 0.3em;
}

.step p {
    margin-top: 1em;
    color: var(--color-white);
    font-weight: 300;
    font-style: normal;
    font-size: 0.9em;
}

/* footer */
/* --------------------------------- */

footer {
    background-color: var(--color-3);
    margin: 0 0 2em 0;
    padding-top: 2em;
    padding-bottom: 2em;
}

footer .container {margin: 0 2.5rem }

footer .footer-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .logo {
    display: block;
    width: 80px;
    margin: 1em auto;
}

footer p {
    color: var(--color-white);
    margin-bottom: 0;
}

@media screen and (min-width: 640px){
    .hero img {
        margin-right: -246px;
        width: 800px;
        height: auto;
        max-width: unset;
    }

    .card.torn-paper::before {
        background-size: 76%;
    }

    .card.torn-paper h2 {
        margin-top: -116px;
        margin-left: 10%;
        width: 65%;
    }

    .report-buttons .btn-report {
        width: 30%;
    }

    footer .footer-row {
        flex-wrap: nowrap;
        gap: 2em;
        padding-bottom: 2em;
    }

    footer .logo {
        width: 180px;
        margin: 0;
    }
}

@media screen and (min-width: 768px){
    .safeway-box { margin-left: 2em; }
    .hero {
        display: flex;
        flex-direction: row-reverse;
        overflow: hidden;
        margin-right: -33px;
    }

    .hero .hero-container {
        width: 40%;
        flex-grow: 1;
        padding: 1em;
        margin: 0;
    }

    .hero .tagline.line-2 {
        font-size: 2.5em;
    }

    .hero img {
        position: relative;
        z-index: 200;
        margin-right: -250px;
        width: 600px;
    }

    .hero .hero-content {
        margin-left: 1em;
    }

    .hero .hero-text {
        font-size: 1em;
        width: 350px;
        max-width: 350px;
    }

    main {
        position: relative;
        margin-top: -148px;
        z-index: 400;
    }

    .card.torn-paper::before {
        position: relative;
        background-size: 100%;
        transform: scale(0.9, 0.6);
        z-index: 0;
        margin-top: 0;
        margin-left: -30px;
    }

    .card.torn-paper h2 {
        margin-top: -105px;
        margin-left: 1em;
        width: 80%;
    }

    .card.torn-paper .card-content {
        position: relative;
        z-index: 300;
    }
    
    .report-buttons {
        gap: 2.5%;
    }

    .report-buttons .btn-report {
        width: 22.5%;
    }

    .contact-cards {
        display: flex;
        gap: 5%;
    }

    .contact-cards .contact-card {
        width: 47.5%;
    }

    .card.step-card {
        margin-top: 2em;
    }

    .step .accent-text {
        font-size: 2.5em;
    }
}

@media screen and (min-width: 1024px){
    body { background-size: 100%; }
    
    #page { border: solid 16px var(--color-2); }
    .hero { overflow: visible; }

    .hero img {
        height: 700px;
        width: auto;
        margin-right: -240px;
        margin-top: -56px;
        margin-bottom: -56px;
    }

    .card.torn-paper::before {
        margin-left: -52px;
    }

    h2.heading-with-accent::before {
        background: url(/images/svg/tvtp-line-accent-large.svg) no-repeat;
        width: 10px;
        height: 120px;
        top: -100px;
        left: 3px;
    }

    .contact-card .title br {
        display: none;
    }

    .card.bg-halftone {
        background-size: 120%;
    }

    .steps {
        display: flex;
        gap: 5%;
        flex-wrap: nowrap;
    }

    .step-image-container {
        display: block;
        width: 100%;
        height: 140px;
    }

    .card.bg-halftone .step {
        margin-bottom: 0;
    }

    .step .accent-text {
        font-size: 1.7em;
    }
    
    footer .logo {
        width: 120px;
        margin: 0;
    }

    footer .container {
        padding: 1em 1em 0 1em;
    }
}

@media screen and (min-width: 1280px){
    .safeway-box { margin-left: 9rem; }
    
    .hero .hero-content { margin-left: 7.5rem; }

    .hero .tagline.line-1 {
        font-size: 2.67em;
        margin-left: 8rem;
        margin-bottom: 2.5rem;
        transform: rotate(356deg);
    }

    .hero .tagline.line-2 {
        font-size: 3em;
    }

    .hero .hero-text {
        width: 460px;
        max-width: 460px;
    }

    .hero img {
        height: 800px;
        margin-right: -200px;
        margin-top: -75px;
        margin-bottom: -130px;
    }

    .report-buttons { gap: 2%; }
    .report-buttons .btn-report { width: auto; }
    .container, .card.torn-paper
     { margin: 0 4rem; }
     
     .card.torn-paper::before {
        background-position: 20% 24%;
        height: 200px;
        margin-top: -81px;
        margin-left: 10px;
        background-size: 62%;
        transform: scale(1.2, 0.45);
    }

    .card.torn-paper h2 {
        font-size: 1.65em;
        margin-top: -89px;
        margin-left: 1.5em;
        width: 65%;
    }

    h2.heading-with-accent::before {
        width: 12px;
        height: 150px;
        top: -126px;
    }

    .card.torn-paper .contact-cards {
        margin: 0 4rem;
        gap: 3%;
    }

    .card.torn-paper .contact-cards .contact-card{
        width: auto;
    }

    .contact-card.upd strong {
        font-size: 1.22em;
    }

    footer .container {
        margin: 0 auto;
    }
}

@media screen and (min-width: 1536px){
    .report-buttons {
        gap: 2%;
        margin-bottom: 0.5em;
        padding-bottom: 0;
        margin-bottom: 1.5em;
        border-bottom: solid 2px var(--color-3);
    }
}