/* header styles
-------------------------------------------------- */
section.header.hero {
    padding-top: 3.5rem;
    padding-bottom: 0;
}

.hero h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 4.7rem;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0;
    color: #2a3690;
    width: 675px;
}

.hero span.description {
    display: block;
    font-size: 2.2rem;
    line-height: normal;
    margin: 1rem 0 3rem 0;
    width: 650px;
}

.hero .buttons {
    display: flex;
}

.hero .btn.lite-chambray {
    margin-right: 1.5rem;
}

.text-link.font-size-14,
.text-link.font-size-14:hover {
    font-weight: bold;
    color: #446B7C;
}

/* shape positioning styles
-------------------------------------------------- */

section ul a {
    font-size: inherit;
    color: inherit;
    text-decoration: underline;
}

#faster-than-paper {
    overflow: visible;
}

#faster-than-paper span.triangle-up.lite-chambray {
    top: -20px;
    right: calc(50% + 30px + 100px);
}

#faster-than-paper span.parallelogram-left.downy {
    top: -20px;
    right: calc(50% + 30px - 44px + 100px);
}

.box-forms-supported {
    position: relative;
    z-index: 3;
}

.box-forms-supported>div {
    background-color: #fff;
    max-width: 225px;
}

.box-forms-supported>div:hover {
    background-color: #2a3690;
    color: #fff;
}

.box-forms-supported>div:hover h6,
.box-forms-supported>div:hover ul.william li:before {
    color: #fff;
}

.box-forms-supported-variant {
    position: relative;
    z-index: 3;
}

.box-forms-supported-variant:hover {
    text-decoration: none;
}

.box-forms-supported-variant>div:hover {
    background-color: rgba(49, 82, 186, 0.5);
    color: #fff;
}

#forms-supported .shape {
    bottom: 0;
    right: -220px;
}

#forms-supported .shape:nth-of-type(2) {
    bottom: 0;
    right: -210px;
}

#forms-supported .shape:nth-of-type(3) {
    bottom: 0;
    right: -200px;
}

#forms-supported .shape:nth-of-type(4) {
    bottom: 0;
    right: -190px;
}

#forms-supported .shape:nth-of-type(5) {
    bottom: 0;
    right: -180px;
}

#forms-supported .shape:nth-of-type(6) {
    bottom: 0;
    right: -170px;
}

#forms-supported .shape:nth-of-type(7) {
    bottom: 0;
    right: -160px;
}

#forms-supported .shape:nth-of-type(8) {
    bottom: 0;
    right: -150px;
}

#forms-supported .shape:nth-of-type(9) {
    bottom: 0;
    right: -140px;
}

#who-uses-efile .image,
#easier-than-software .image {
    align-self: center;
}

a.forms-link {
    color: #fff;
    text-decoration: underline;
}

.connect-cards {
    background-color: #FFFFFF;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
    padding: 3.2rem;
    margin: 15px;
}

.connect-cards:hover {
    border-color: #55bf9a;
    opacity: 0.9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    color: inherit; 
}

/* background sections styles
-------------------------------------------------- */


/* countdown clock styles
-------------------------------------------------- */
.countdownclock {
    display: none;
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 34.5rem;
    height: auto;
    background-color: #FFFFFF;
    z-index: 100;
}

#countdown {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.countdownclock .cdMessage,
.countdownclock .cdDate {
    color: #2a3690;
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    text-align: center;
}

.countdownclock .cdMessage {
    padding-top: 2rem;
    text-transform: uppercase;
}

.countdownclock .cdDate {
    margin-top: .5rem;
    margin-bottom: 1.5rem;
}

.countdownclock .numbers {
    text-align: center;
    background: #FFFFFF;
    margin: 0;
    padding-top: 10px;
    color: #2a3690;
    font-size: 28px;
    font-weight: 600;
}

.countdownclock .strings {
    text-align: center;
    padding: 0 0 10px 0;
    background: #ffffff;
    font-size: 12px;
    color: #446B7C;
    font-weight: 500;
}

.countdownclock .cd-box {
    width: 6.7rem;
    background: #FFFFFF;
    padding: 0;
    margin: 0 5px 0 0;
    -webkit-box-shadow: 0px 4px 8px 0px #00000029;
    -moz-box-shadow: 0px 4px 8px 0px #00000029;
    box-shadow: 0px 4px 8px 0px #00000029;

}

/* Media Queries
-------------------------------------------------- */
/*Extra small devices (portrait phones, less than 576px) 
No media query since this is the default in Bootstrap because it is "mobile first"
*/

/* Small devices (landscape phones, 576px and down) */
@media (max-width: 576px) {
    .hero .buttons {
        flex-wrap: wrap;
    }

    .hero .btn {
        display: block;
        width: 100%;
    }

    .hero .btn.lite-chambray {
        margin-right: 0;
        margin-bottom: 1.5rem;
    }

    .hero img {
        max-width: 423px;
        max-height: 349px;
        width: 100%;
        height: 100%;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #faster-than-paper span.triangle-up.lite-chambray {
        right: calc(50% - 270px + 30px);
    }

    #faster-than-paper span.parallelogram-left.downy {
        right: calc(50% - 270px + 30px - 44px);
    }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {

    #faster-than-paper span.triangle-up.lite-chambray {
        right: calc(50% - 360px + 30px);
    }
    
    #faster-than-paper span.parallelogram-left.downy {
        right: calc(50% - 360px + 30px - 44px);
    }
}

/* Medium devices (tablets, 768px and down) The navbar toggle appears at this breakpoint */
@media (max-width: 768px) {
    .countdownclock { 
        width: 100%;
    }

    .hero span.description {
        width: 100%;
    }

    .hero .btn {
        flex-grow: 1;
    }

    .img-fluid {
        padding-top: 35px;
    }
}

/* Large devices (desktops, 992px and down) */
@media (max-width: 992px) {
    .countdownclock {
        right: auto;
        bottom: auto;
        margin: 2rem auto 0 auto;
        position: relative;
    }

    .hero h1 {
        width: 100%;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #faster-than-paper span.triangle-up.lite-chambray {
        right: calc(50% - 480px + 30px);
    }
    
    #faster-than-paper span.parallelogram-left.downy {
        right: calc(50% - 480px + 30px - 44px);
    }
 }


/* Extra large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
    #faster-than-paper a.btn.medium,
    #who-uses-efile a.btn.medium,
    #easier-than-software a.btn.btn.medium {
        width: 100%;
        max-width: 500px;
    }

    #who-uses-efile .image,
    #easier-than-software .image {
        order: 2;
        margin-top: 3rem;
    }
 }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #faster-than-paper span.triangle-up.lite-chambray {
        right: calc(50% - 570px + 30px);
    }
    
    #faster-than-paper span.parallelogram-left.downy {
        right: calc(50% - 570px + 30px - 44px);
    }
}