/* header sections
-------------------------------------------------- */
header {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
}

/* font styles
-------------------------------------------------- */

h4.border-left-right {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

h4.border-left-right:before,
h4.border-left-right:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
}

h4.border-left-right:after {
    margin: 0 0 0 20px;
}

/* btn styles
-------------------------------------------------- */

.btn.accordion {
    position: relative;
    font-family: 'Nunito Sans', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    color: #2a3690;
    background-color: #ddf4f9;
    width: 100%;
    padding: 1.5rem;
    text-align: left;
    white-space: nowrap;
}

.btn.accordion:before {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #5fd7ad;
    padding-top: .05em;
    padding-left: .4em;
    margin-right: 1.5rem;
    color: #ffffff;
}

#headingOne .btn.accordion:before {
    content: '1';
}

#headingTwo .btn.accordion:before {
    content: '2';
}

#headingThree .btn.accordion:before {
    content: '3';
}

#headingFour .btn.accordion:before {
    content: '4';
}

#headingFive .btn.accordion:before {
    content: '5';
}

#headingSix .btn.accordion:before {
    content: '6';
}

#headingSeven .btn.accordion:before {
    content: '7';
}

#headingEight .btn.accordion:before {
    content: '8';
}

#headingNine .btn.accordion:before {
    content: '9';
}


.btn.accordion:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    position: absolute;
    right: 1.5rem;
    color: #5fd7ad;
    font-size: 3.5rem;
    bottom: .1em;
    font-feature-settings: 'liga';
}

.btn.accordion[aria-expanded="true"]:after {
    content: "keyboard_arrow_down";
}

.card {
    border: none;
    border-radius: 0;
}

.card-body {
    padding: 1.5rem;
}

.fade {
    transition: opacity .15s linear;
}

/* image styles
-------------------------------------------------- */
header img {
    right: 0;
    top: 0;
}

@media (max-width: 1200px) and (min-width: 992px) {
    header img {
        right: -12.5rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    header img {
        right: -40rem;
    }
}

@media (max-width: 767px) {
    header img {
       display: none;
    }
}

.icon {
    max-width: 12rem;
    max-height: 9rem;
}

.icon.checkmark {
    max-width: 10rem;
    max-height: 10rem;
}

/* shape positioning styles
-------------------------------------------------- */
.screenshot span.parallelogram-left.downy {
    top: -20px;
    right: 10px;
    z-index: 10000;
}

.screenshot span.triangle-up.lite-chambray {
    top: -20px;
    right: 55px;
    z-index: 10000;
}

.screenshot span.parallelogram-right.downy {
    bottom: -20px;
    left: 10px;
    z-index: 10000;
}

.screenshot span.triangle-down.lite-chambray {
    bottom: -20px;
    left: 55px;
    z-index: 10000;
}

/* layout for when using padding */

.screenshot.p-5 span.parallelogram-left.downy {
    top: 10px;
    right: 40px;
}

.screenshot.p-5 span.triangle-up.lite-chambray {
    top: 10px;
    right: 85px;
    z-index: 10000;
}

.screenshot.p-5 span.parallelogram-right.downy {
    bottom: 10px;
    left: 40px;
    z-index: 10000;
}

.screenshot.p-5 span.triangle-down.lite-chambray {
    bottom: 10px;
    left: 85px;
    z-index: 10000;
}

/* Other */

#start-using-efile4biz-today a:nth-child(2) {
    display: none;
} 