﻿

/* **************************************************** */
/* LANDING (NEW) */
/* **************************************************** */

section.campaign {
    font-family: "Raleway", Helvetica, Arial, sans-serif;
    background-color: #d7def0;
    background-image: url(/Assets/img/page/campaign/campaign-hp-landing-mobile.jpg);
    background-position-y: bottom;
    background-position-x: center;
    background-size: auto;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 275px;
}

.campaign-container {
    display: flex;
    flex-direction: column;
    flex: 1 1 0;
    max-width: 850px;
    margin: 0 auto;
    height: 100%;
    min-height: 0;
}

.campaign .campaign-logo {
    min-width: 135px;
    max-width: 135px;
    height: auto;
    margin: 0 auto 30px auto;
    justify-content: space-evenly;
}

.campaign .campaign-title {
    color: #25335A;
    text-align: center;
    font-size: clamp(26px, 4vw, 36px);
    margin-bottom: 10px;
}

.campaign .campaign-content {
    border: none;
    font-size: clamp(18px, 4vw, 18px);
    text-align: center;
}

.campaign-actions {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-evenly;
    margin-top: 10px;
}

.campaign .campaign-button {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 160px;
    align-content: space-evenly;
    justify-content: center;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #25335A;
    cursor: pointer;
    font-size: 16px;
    margin: 10px 15px;
}

    .campaign .campaign-button:hover {
        text-decoration: none;
        background-color: #172344;
    }



/* Small large devices (mobile devices) */
@media (min-width: 465px) {
    section.campaign {
    }

    .campaign-actions {
        flex-direction: row;
        justify-content: center;
    }

}

@media (min-width: 750px) {

    section.campaign {
    }

    .campaign .campaign-logo {
        margin: 0 0 0 85px;
    }

    .campaign .campaign-title {
        text-align: left;
    }

    .campaign .campaign-content {
        padding: 0.14286rem 0 0.21429rem 1.42857rem;
        border-left: 4px solid #e11111;
        font-size: clamp(18px, 4vw, 18px);
        text-align: left;
    }

    .campaign-container {
        flex-direction: row;
    }
}

/* Medium devices (sm desktops, tablets) */
@media (min-width: 900px) {
    section.campaign {
        padding-bottom: 175px;
        background-image: url(/Assets/img/page/campaign/campaign-hp-landing.jpg);
    }
}



/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XXL large devices (xl desktops, 1921px and up) */
@media (min-width: 1624px) {
}


    /* Modal */
    .btn-close {
        background-color: #aa0000;
        color: #fff;
        font-size: 1.2rem;
        padding: 2px 6px 0 6px;
        top: 0;
        right: 0;
        position: absolute;
    }

.btn-close:hover {
    background-color: #7c0000;
    cursor: pointer;
}

.modal-head {
    position: relative;
    padding: 50px;
    margin: 0;
    height: 200px;
}

.modal-heading {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    overflow: hidden;
}

.gy-modal-body {
    max-width: 800px;

}

.gy-modal-content {

}


/* End Modal */

.section-heading {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 28px;
}

    .section-heading > span {
        font-weight: 600;
        font-size: 48px;
        line-height: .8;
        display: block;
        color: #fff;
    }



/* Media Tags */
@media (max-width: 575px) {
    .mt-xs-1 {
        margin-top: 1rem !important;
    }
}

@media (min-width: 475px) {
    .great-year-heading {
        font-size: 25px;
        line-height: 1.2;
    }

        .great-year-heading > span {
            font-size: 45px;
        }
}

    /* Small devices (landscape phones, 576px and up) */
    @media (min-width: 576px) {
        .great-year-heading {
            font-size: 30px;
            line-height: 1.2;
            margin-bottom: 10px;
        }

            .great-year-heading > span {
                font-size: 54px;
            }


    }

@media (min-width: 700px) {
}

    /* Medium devices (tablets, 768px and up) */
    @media (min-width: 768px) {
        .modal-heading {
            font-size: 35px;
            line-height: 38px;
            margin-bottom: 10px;
        }

        .modal-heading-year {
            font-size: 63px;
            line-height: 1.3;
        }
    }

@media (min-width: 930px) {
  
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}
      
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
        
}

/* XXL large devices (xl desktops, 1921px and up) */
@media (min-width: 1624px) {
           
}

