/* Green Day Campaign Page */
/* https://design8.propeller.la/campaigns/30013/green-day-campaign-page */

@import url("https://p.typekit.net/p.css?s=1&k=tnp6zck&ht=tk&f=18283&a=11900443&app=typekit&e=css");

@font-face {
font-family:"century-old-style-std";
src:url("https://use.typekit.net/af/660cc5/000000000000000000013089/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/660cc5/000000000000000000013089/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/660cc5/000000000000000000013089/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
font-display:auto;font-style:italic;font-weight:400;font-stretch:normal;
}

.body-page-30013 {
    --pink: #EB0781;
    --black: black;
    --white: #fff;

    --font: "century-old-style-std";

    background-image: url('/images/greenday24/background-desktop12.jpg');
    background-size: contain;
    background-repeat: repeat;
    background-position: center;

    color: var(--white);
}

.page-30013 .campaigns,
.body-page-30013 .page-footer-content {
    font-family: var(--font);
    font-style: italic;
}

.body-page-30013,
.page-30013 {
    width: 100%;
    max-width: 100%;
}
  
.body-page-30013 .wrapper {
    overflow-x: hidden;
}
  
.header-page-30013 .header {
    padding: 0px 30px;
}
  
.header-page-30013 .header_right {
    width: auto;
}
  
.body-page-30013 .col1 {
    width: 100% !important;
    text-align: center;
}
  
.body-page-30013 .col1 .wMblShowX.hide  {
    display: block !important;
}
  
.body-page-30013 .col1 .wMblShowX.hide .submitButton {
    display: none;
}
  
.body-page-30013 .wGutter {
    margin-left: 0 !important;
    padding: 0 !important;
}
  
.body-page-30013 .wGutter.right {
    display: none;
}
  
.body-page-30013 .col2  {
    display: none;
}
  
.body-page-30013 .page-footer {
    width: 100% !important;
    position: relative;
    z-index: 5;
    padding-bottom: 40px;
}
  
.body-page-30013 .footer-propeller {
    position: relative;
    z-index: -1;
    padding: 0px 30px;
}
  
.page-30013 .campaigns {
    display: flex;
    flex-direction: column;
    width: 100%;
}
  
.page-30013 .container,
.body-page-30013 .container {
    max-width: 100%;
    width: 100%;
}
  
.body-page-30013 .climate_container {
    display: none;
}
  
.page-30013 {
    position: relative;
    z-index: 1;
}

/* desc */
.body-page-30013 .adaptive-header {
    height: 395px;
}

@media screen and (min-width: 1500px) {
    .body-page-30013 .adaptive-header {
        height: 500px;
    }
}

.greendaypink {
    color: var(--pink);
}

.greendaypinkbg {
    background-color: var(--pink);
    color: white;
}

.greenday-desc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.green-desc-text {
    width: 100%;
    max-width: 452px;
    padding: 20px;
    font-size:18px;
}

.green-desc-image {
    max-width: 700px;
    position: relative;
}

.green-desc-image img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: translateX(-130px);
}

.green-desc-image a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.movecar {
    animation: 0.5s gcar linear forwards;
}

@keyframes gcar {
    to {
        transform: translateX(0);
    }
}

/* feature */
.greenday-featuring {
    background-image: url('/images/greenday24/featuring-background.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    color: var(--black);
    position: relative;
}

.greenday-feat-seperator,
.greenday-how-seperator {
    background-image: url('/images/greenday24/dividerline.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}

.greenday-featuring h3,
.greenday-howtowin h2 {
    color: var(--pink);
    font-family: var(--font);
    font-weight: 200;
    padding-bottom: 15px;
    font-size: 28px;
}

.greenday-featuring p,
.greenday-howtowin p {
    margin-bottom: 0;
}

.greenday-featuring a,
.greenday-howtowin a {
    background-color: var(--pink);
    color:var(--white);
    padding: 5px 16px;
    display: block;
    font-size: 22px;
    width: 180px;
    margin: 25px auto 0;
}

.greenday-featuring a {
    z-index: 10;
    position: relative;
}

.greenday-featuring .featuring-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 0;
}

/* videos */
.greenday-video-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 40px auto 60px;
}

.greenday-video {
    width: 95%;
    margin: 20px auto;
    max-width: 330px;
}

.greenday-video h4 {
    color: var(--pink);
    font-family: var(--font);
    font-size: 25px;
    width: 245px;
    margin: 0 auto 15px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.videolink {
    background-image: url('/images/greenday24/holiday-tv.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.videolink.blvdvid {
    background-image: url('/images/greenday24/brokendreams-tv.png');
}

.videolink a {
    color: var(--white);
    background-color: var(--pink);
    font-size: 18px;
    padding: 2px 8px;
    margin-top: -80px;
    text-align: center;
}

.videolink .video-link-total {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

/* how to win */
.greenday-howtowin {
    max-width: 680px;
    margin: 30px auto 0;
    color: white;
    font-family: var(--font);
    text-align: center;
}

.greenday-howtowin h2 {
    font-size: 35px;
}

.greenday-howtowin p {
    font-size: 22px;
}

.greenday-howtowin a {
    margin-bottom: 50px;
    transition: 0.2s ease;
    font-size: 22px;
    width: 180px;
}

.greenday-howtowin a:hover {
    transform: scale(1.02);
}


/* catch the band */
.greenday-admat {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px;
}

.greenday-admat-img {
    width: 90%;
    max-width: 350px;
    margin: 0 20px;
}

.greenday-admat-img img {
    width: 100%;
    object-fit: contain;
    height: auto;
    margin: 0 auto;
}

.greenday-admat-img.catch {
    max-width: 500px;
    width: 90%;
}


/* wheels for wishes */
.greenday-maw {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1300px;
    margin: 30px auto 0;
    position: relative;
}

.greenday-maw-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.greenday-maw .maw-logo {
    width: 50%;
    max-width: 250px;
}

.greenday-maw .maw-logo img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.greenday-maw-text {
    width: 50%;
    max-width: 800px;
}

.greenday-maw-text h3 {
    font-size: 35px;
    color: var(--pink);
    font-family: var(--font);
    font-weight: 100;
}

.greenday-maw-text p {
    font-size: 20px;
    margin: 0 0 0 20px;
    color: white;
    font-family: var(--font);
}

/* row */
.featuredActionsWrapper {
    margin-top: 30px;
}
.featuredActionsWrapper .home-header-row {
    text-align: center;
    width: 100%;
    border-bottom: none;
    margin: 0 auto;
}

.featuredActionsWrapper .carouselTitle {
    color: white;
    font-family: var(--font);
    padding-bottom: 30px;
}

@media screen and (max-width: 850px) {
    .greenday-desc {
        flex-direction: column;
    }

    .greenday-featuring {
        background-image: url('/images/greenday24/featuring-background-mobile.png');
        width: 99%;
        max-width: 310px;
        padding: 70px 0;
    }

    .greenday-featuring p {
        padding: 0 20px;
    }

    .greenday-howtowin {
        padding: 0 20px;
    }

    .greenday-admat {
        flex-direction: column;
    }

    .greenday-admat-img.catch {
        margin-bottom: 30px;
    }

    .greenday-maw {
        flex-direction: column;
    }

    .maw-logo {
        margin-bottom: 30px;
    }

    .greenday-maw-text {
        width: 100%;
        padding: 0 20px;
    }

    .greenday-maw-text h3 {
        line-height: 30px;
        font-size: 30px;
    }
}