/* Styling for text */
.main-content{
p, a, ul, li, .qandafaq {
    font-family: 'ABeeZee', Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color:#424242;
    text-decoration: none;
}

p + p, h1 + p, p ~ p {
    padding: 10px;
    /*margin-block: 6px;*/
}

ul {
    box-sizing: content-box;
    width: 100%;
}
ul li {
    list-style-type: decimal;
    margin-inline: 20px;
    font-size: 14px;
    border-bottom: solid #d5d8dc 1px;
    padding-bottom: 5px;
    line-height: 1.8;
}

li {
    padding: 10px;
}

li:last-child {
    margin-bottom: 8px;
}

p, a, ul, li, .qandafaq {@media screen and (max-width:"767px") {
    font-size: 14px;
    text-wrap: wrap;
}}

h1, h2, h3 {
    text-align: center;
    font-family: 'ABeeZee', Roboto, sans-serif;
    padding-top: 10px;
}
h1 {
    font-size: 20px;
    text-decoration: underline;
    margin-bottom: 3px;
}
h2, h3 {
    font-size: 18px;
}

h3 {
    border-bottom: solid #d5d8dc 1px;
}


.internal-container-toplevel>p {
    text-align: justify;
    margin-inline: 5px;
}

.stage-item-final-content>p {
    margin-block: 2px;
}
}

.qandafaq, .qandafaq-text-a, .qandafaq-text-q {
    text-align: justify;
    font-size: 14px;
    line-height: 1.7;
    padding-top: 8px;
    padding-bottom: 8px;
}

.qandafaq-text-q {
    text-transform: uppercase;
    font-size: 14px;
}

.qandafaq-text-a {
    border-bottom: solid #d5d8dc 1px;
    margin-left: 5%;
    margin-right: 2%;
    padding-right: 2%;
}

.qandafaq-text-a:last-of-type {
    border-bottom: none;
}

.qandafaq::first-letter, .qandafaq-text-a::first-letter, .qandafaq-text-q::first-letter {
    font-size: 26px;
    font-weight: 600;
    margin-right: 5px;
    line-height: 1.3;
    text-transform: uppercase;
}

/*Styling for containers*/

.main-content {
    display: block;
}

.main-container {
    display: block;
    border: none;
    margin-block: 20px;
    padding-inline: 20px;
    @media screen and (max-width:767px) {
        margin-block: 10px;
        padding: 5px;
    }
}


.internal-container, .internal-container.internal-container-toplevel {
    display: block;
    border: solid 2px #d5d8dc;
    background-color: #f7f7f73a;
    border-radius: 10px;
    margin: 10px;
    /*margin-bottom: 10px;*/
    @media screen and (max-width:767px) {
        margin: 5px;
    /*margin-bottom: 5px;*/
    }
}

.internal-container-stepslevel, .content-targets-container {
    display: block;
    justify-content: center;
    font-size: 14px;
    margin-bottom: 10px;
}

.stage-item-blocks-container {
    flex-flow: row;
    padding-top: 10px;
    overflow: hidden;
    justify-content: space-evenly;
    @media screen and (max-width:767px) {
        padding-top: 5px;
        margin-left: auto;
        margin-right: auto;
        justify-self: center;
        justify-content: center;
    }
}

.stage-item-blocks-container-left {
    float: left;
    max-width: 35%;
    margin-bottom: 10px;
}

.stage-item-blocks-container-right {
    float: none;
    max-width: 75%;
    margin-bottom: 10px;
}

.content-targets-container-row {
    display: flex;
    flex-direction: row;
    padding-top: 8px;
    justify-content: center;
}

.button, .content-target {
    /*padding: 5px;*/
    text-align: center;
    background-color: #f7f7f73a;
    color: #29292a;
    border: solid 2px #bebebe;
    border-radius: 10px;
    margin-inline: 5px;
    overflow: hidden;
}

.stage-path-start-item, .object {
    display: block;
}

.stage-spacer-vert {
    padding-top: 2px;
    @media screen and (max-width:767px) {
        display: none;
    }
}

.stage-spacer-horz {
    padding-inline: 2px;
}

.qandafaq {
    margin-inline: 5px;
}

/*Styling for Buttons specifically*/

.content-target-button {
    width: 50%;
    justify-self: center;
    display: block;
    margin: 10px;
}

.stage-item-button {
    width: 40%;
    @media screen and (max-width:767px) {
        width: 90%;
    }
}

.finisher-button {
    display: flex;
    align-self: center;
    align-items: center;
    margin: 10px;
    margin-inline: 20px;
}

.button {
    border-radius: 10px;
    cursor:pointer;
    background-color: #9df0ff3d;
    display: block;
    margin: 10px;
    text-wrap-style: balance;
}

.close-all-blocks {
    max-width: min-content;
    margin-inline: auto;
}

.button:hover, .button:active {
    background: #9df0ffd7;
}

.button:focus {
    background: #9cd2f1;
    border-color: #5f86ce;
}

.button-mimic {
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #9e9e9e;
    padding: 3px;
    vertical-align: bottom;
    cursor: default;
    flex-wrap: nowrap;
}

/* Keep this .HIDDEN item at the end of <style> so it doesn't get overwritten elsewhere!! Super important!!*/

.hidden {
    display: none;
}

/* Keep this .HIDDEN item at the end of <style> so it doesn't get overwritten elsewhere!! Super important!!*/