body.view-tree{
    font-size: 1em;
    line-height: normal;
}
.simulator {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    min-height: 520px;
    position: relative;
}

.simulator-inner {
    padding: 50px 0;
}

.tree {
    max-width: 900px;
    margin: 0 auto;
}

.tree-inner{
    padding: 20px;
}

.tree-body {
    max-width: 90%;
    margin: 0 auto 50px;
    color: #231F20;
    font-weight: bold;
}

.tree-body hr {
    margin: 10px -5%;
    border: 5px solid #4576A7;
}

.tree-options{
    max-width: 80%;
    margin: 20px auto;
}

.tree-options ul {
    list-style: none;
}

.tree-options ul li {
    margin: 30px 0;
    position: relative;
}

.tree-options ul li img{
    position: absolute;
    width: 110px;
    height: 110px;
    left: -55px;
}

.template-0 .tree-options ul li span{
    margin-left: 40px;
}

.template-0 .tree-options ul li{
    margin: 60px 0;
}

.tree-options ul li a{
    width: calc(100% - 40px);
    color: #fff;
    min-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    letter-spacing: 1px;
    text-decoration: none;
    background-color: #1F2D5D;
    border-radius: 20px;
    padding: 10px 20px;
    transition: transform .3s ease-in-out;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    border: 5px solid #1F2D5D;
}

.tree-options ul li a:hover{
    transform: scale(1.03);
}

.tree-options.oneline ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.tree-options.oneline ul li{
    margin: 0 10px;

}
.tree-options.oneline ul li a{
    width: 75px;
    justify-content: center;
}

.tree-breadcrumbs-title{
    padding: 0 20px;
    margin-bottom: 10px;
}

.tree-breadcrumbs {
    max-width: 90%;
    margin: 0 auto;
    padding: 20px;
    border: 4px solid #4576A7;
    background-color: white;
}

.tree-breadcrumbs li {
    margin: 10px 0;
}
.tree-breadcrumbs li a {
    color: #666666;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    list-style: none;
    text-decoration: none;
}

.tree-breadcrumbs li span{
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: #4576A7;
    padding: 2px;
}

.tree-breadcrumbs li img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.tree-breadcrumbs ul {
    list-style: none;
}

.tree-retro{
    margin: 20px auto;
    border: 5px solid ;
    background-color: #fff;
}

.tree-retro.type-3{
    border-color: #BE1E2D;
}
.tree-retro.type-4{
    border-color: #57B947;
}
.tree-retro.type-5{
    border-color: #F57D2A;
}

.tree-retro .tree-retro-inner{
    display: flex;
    padding: 20px;
}

.tree-retro-image {
    width: 15%;
}

.tree-retro-content {
    margin-left: 20px;
    width: 85%;
}

.simulator-footer{
    padding: 0 20px;
    display: flex;
    justify-content: flex-end;
}

.s-btn{
    background-color: rgb(31,45,93);
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 20px 5px;
    padding: 15px 22px;
    font-weight: lighter;
    background-repeat: no-repeat;
    border: 5px solid rgb(31,45,93);
    display: flex;
}

.s-btn span {
    min-width: 100px;
    display: inline-block;
    line-height: 1.4em;
    max-width: 150px;
}

a.s-btn{
    text-decoration: none;
}

a.s-btn:hover{
    color: #fff;
    text-decoration: none;
}

.s-btn img {
    width: 35px;
    margin-left: 10px;
    transform: rotate(-90deg);
}

.the-retro{
    position: relative;
}

.help {
    position: absolute;
    background-color: #fff;
    padding: 15px 60px 30px 15px;
    border: 5px solid rgba(253,192,115,.4);
    text-align: left;
}

.tree-options ul li .help img{
    position: absolute;
    width: 100px;
    height: 100px;
    right: -50px !important;
    top: calc(50% - 50px);
    border-radius: 50%;
    border: 5px solid #fff;
}

.help::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -26px;
    background-color: #fff;
    left: calc(50% - 23px);
    transform: rotate(45deg);
    border-right: 5px solid rgba(253,192,115,.4);
    border-bottom: 5px solid rgba(253,192,115,.4);
}

.hidden {
    display: none;
    visibility: hidden;
}
@media only screen and (max-width: 600px) {
    .simulator-content{
        max-width: 100%;
    }

    .box-messages-inner{
        flex-direction: column;
    }
    .box-messages-inner > div {
        width: 100%;
        margin-bottom: 20px;
    }

    .tree-inner {
        padding: 10px;
    }

    .tree-options {
        max-width: 100%;
    }

    .tree-options ul {
        margin: 0;
    }

    .tree-options ul li{
        text-align: left;
    }

    .tree-options ul li a {
        flex-direction: column;
        width: 100%;
        padding: 0;
        text-align: left;
        background-position: top;
        background-size: cover;
    }

    .tree-options ul li img{
        position: relative;
        left: 0;
        margin-bottom: 10px;
    }

    .tree-options ul li span {
        margin-left: 0;
        margin: 5px;
    }

    .tree-breadcrumbs{
        padding: 0;
    }

    .simulator-footer {
        flex-direction: column;
        padding: 0 5px;
    }

    .tree-breadcrumbs li a{
        font-size: 1em;
    }

    .tree-retro .tree-retro-inner{
        flex-direction: column;
        align-items: center;
    }

    .tree-retro-image {
        width: 45%;
        margin-bottom: 15px;
    }

    .tree-retro-content {
        margin-left: 0;
        width: 100%;
    }


}