#main-slideshow .slide-item.type-simple-banner {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right bottom !important;
    background-size: cover !important;
    width: 100%;
    display: inline-block;
}
#main-slideshow .type-simple-banner .float-descriptionsss {
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -moz-align-items: center;
    -webkit-align-items: center;
}
#main-slideshow .type-simple-banner .float-descriptionsss h2.txt-white {
    text-shadow: 1px 1px 5px #333;
    font-weight: bold;
}
#main-slideshow .type-simple-banner .float-descriptionsss h3.txt-gold {
    text-transform: none !important;
    text-shadow: 1px 1px 5px #333;
}

#main-slideshow .type-simple-banner .float-descriptionsss a.btn.button {
    margin-left: auto;
    margin-right: auto;
    background-color: #fdb927;
    color: #000;
    font-weight: bold !important;
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 200px;
    width: auto !important;
}

#main-slideshow .type-simple-banner .float-descriptionsss a.btn.button:hover {
    background-color: #2191b2;
    color: #ffffff;
}



/* single-missions */
.single-missions .content.page-post-type {
    position: relative;
}

.single-missions #milestones {
    max-width: 320px;
    margin-bottom: 20px;
}

.single-missions #milestones img {
    border-radius: 0 20px 20px 0;
}

.single-missions #milestones.content {
    width: 264px;
    border-top: 2px solid #215aa9;
    border-right: 2px solid #215aa9;
    border-bottom: 2px solid #215aa9;
    border-left: 10px solid #215aa9;
    border-radius: 0 20px 20px 0;
    padding: 20px;
}

.single-missions #milestones.content ul {
    margin: 0;
    list-style: none;
}

.single-missions #milestones.content li {
    font-weight: 300 !important;
    margin-bottom: 5px;
}


@media screen and (min-width: 106.25em) and (max-width: 115.625em) {
    .single-missions #page-post-type{
        padding-left: 15rem;
    }
}

@media screen and (min-width: 74em) and (max-width: 106em) {
    .single-missions #page-post-type{
        padding-left: 17.938rem;
    }
}

@media screen and (min-width: 74em) {
    .single-missions #milestones {
        position: absolute;
        left: 2%;
        top: 17%;
        max-width: 265px;
    }
}

@media screen and (min-width: 64em) {
    .type-simple-banner .float-descriptionsss {
        height: 100vh !important;
    }

    .type-simple-banner .float-descriptionsss h2.txt-white {
        font-size: 47px !important;
        font-weight: bold;
    }
    .type-simple-banner .float-descriptionsss h3.txt-gold {
        font-size: 28px !important;
        font-weight: normal;
        text-transform: none;
    }
}

@media screen and (max-width: 63.9375em) {
    .type-simple-banner .float-descriptionsss {
        height: 600px !important;
    }
    .type-simple-banner .float-descriptionsss h2.txt-white {
        margin-top: 30px;
        font-size: 1.8rem !important;
    }
}

@media screen and (max-width: 39.9375em) {
    .type-simple-banner .float-descriptionsss {
        height: 450px !important;
    }
}