﻿@charset "utf-8";

.pink-text {
    color: var(--wsscPink);
}

#flyer section.standard-text {
    padding: 0px 10px;
}
/*------------------------------------------------------------------------- SECTION: FLYER 
*/
#flyer-intro{ 
    margin-top: 90px; 
}

#flyer-intro p {
    text-align: center;
    margin: 20px auto 10px;
}

#flyer-intro .button {
    max-width: 240px;
    margin: 20px auto;
}

    #flyer-intro .button:hover {
        background-color: var(--wsscPink);
        color: #fff;
    }

    #flyer-intro .button::after {
        content: '';
        display: block;
        position: absolute;
        left: 90%;
        top: 10px;
        width: 60px;
        height: 62px;
        background: url(../images/pointy-hand.svg) center center / 100% no-repeat;
        z-index: 10;
        opacity: 1;
        transition: all 0.4s ease;
    }

/*------------------------------------------------------------------------- SECTION: EASY AS 1 2 3 
*/
section#easy-as-123 {
    max-width: 100%;
    background: #ddd url(../images/wavy-bg.svg) center center repeat-x;
    text-align: center;
    margin-top:10px;
}

    section#easy-as-123 h2::before {
        content: '';
        display: block;
        margin: 0 auto 20px;
        width: 64px;
        height: 70px;
        background: url(../images/dictionary-icon.svg) center center / 100% no-repeat;
       
    }
    section#easy-as-123 h2 {
        padding-top: 20px!important;
    }


    section#easy-as-123 .step-container {
        display: flex;
        flex-flow: row nowrap;
        justify-content: center;
        gap: 20px;
        margin: 40px auto;
    }

        section#easy-as-123 .step-container .step {
            position: relative;
            flex: 1 1 33%;
            max-width: 280px;
            text-align: left;
            padding: 0 0 0 90px;
        }

            section#easy-as-123 .step-container .step h3 {
                color: #000;
                font-size: 18px;
            }

            section#easy-as-123 .step-container .step::before {
                content: '';
                display: block;
                width: 70px;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                background: center top / 100% no-repeat;
            }

            section#easy-as-123 .step-container .step:nth-of-type(1)::before {
                background-image: url(../images/landingpage-images/number-1.svg);
            }

            section#easy-as-123 .step-container .step:nth-of-type(2)::before {
                background-image: url(../images/landingpage-images/number-2.svg);
            }

            section#easy-as-123 .step-container .step:nth-of-type(3)::before {
                background-image: url(../images/landingpage-images/number-3.svg);
            }

@media (max-width: 767px) {
    section#easy-as-123 .step-container {
        flex-direction: column;
        align-items: center;
    }
}

/*------------------------------------------------------------------------- SECTION: WHY WSSC    
*/
section#flyer-why-wssc .row {
    align-items: stretch;
}

section#flyer-why-wssc .column {
    display: flex;
    flex-flow: column nowrap;
    justify-items: center;
}

section#flyer-why-wssc h2::before {
    content: '';
    display: block;
    margin: 0 auto 20px;
    width: 64px;
    height: 70px;
    background: url(../images/question-mark.svg) center center / 100% no-repeat;
}

section#flyer-why-wssc h5 {
    font-size: 18px;
    margin: 30px 0 20px;
}

section#flyer-why-wssc img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto 0 auto 40px;
}

@media (max-width: 767px) {
    section#flyer-why-wssc .row {
        flex-direction: column;
    }

    section#flyer-why-wssc img {
        margin: 20px auto;
    }
}

/*------------------------------------------------------------------------- CALLS TO ACTION       
*/
section.strap,

    section#try-it-today h2 {
        margin-top: 20px;
    }

    section#try-it-today #try-wssc-for-free h2::after {
        display: none;
    }

section.strap {
    margin-top: 30px;
    margin-bottom: 20px;
}

.login-cta {
  text-align: center;
  margin: 15px auto 0;
  font-size: 14px;
}

/* Keep line2 together so "click here" doesn't split off */
.login-cta .line2 {
  white-space: nowrap;
}

/* Desktop: both spans on one line */
@media (min-width: 768px) {
  .login-cta {
    white-space: nowrap;
  }

  .login-cta .line1,
  .login-cta .line2 {
    display: inline;
  }
}

/* Mobile: force a break after line1 */
@media (max-width: 767px) {
  .login-cta .line1,
  .login-cta .line2 {
    display: block;
  }
}


@media (max-width: 400px) {
    section #try-it-today.cta .cta-panel::before {
        display: none;
    }
}
.cta-panel {min-height:190px;}

@media (max-width: 1040px) {
    section.box-out {
        max-width: auto;
    }
}