/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION HEAD*/

#section-head {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

#section-head .sub-container {
    width: 100%;
}

#section-head .sub-container.remote-help {
    text-align: center;
    padding-right: 0%;
    margin-bottom: 20px;
}

#section-head .sub-container.remote-help #remote-help-button {
    width: 100%;
    font-size: 1.15rem;
}

@media (min-width: 576px) {
    #section-head {
        justify-content: space-between;
    }

    #section-head .sub-container.remote-help {
        text-align: right;
        width: 45%;
        padding-right: 5%;
        margin-bottom: 0px;
    }

    #section-head .sub-container.navigation {
        width: 50%;
    }

    #section-head .sub-container.remote-help #remote-help-button {
        width: auto;
    }
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media print {
    #section-head .sub-container.remote-help #remote-help-button {
        display: none;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION DOWNLOADS*/

#section-downloads {

}

#section-downloads .download-list {
    display: block;
    margin-bottom: 50px;
}

#section-downloads .download-list .download-list-column {
    width: 95%;
    padding-left: 2.5%;
    display: block;
}

#section-downloads .download-list .download-item .description:empty {
    display: none;
}

#section-downloads .download-list .download-item .title {
    font-size: 1.25rem;
    font-weight: 400;
    margin-bottom: 10px;
}

#section-downloads .download-list .download-item {
    display: block;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #section-downloads .download-list .download-list-column {
        width: 45%;
        padding-left: 2.5%;
        display: inline-block;
        vertical-align: top;
    }

    #section-downloads .download-list .download-item .title {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media print {
    #section-downloads .download-list .download-list-column {
        width: 45%;
        padding-left: 2.5%;
        display: inline-block;
        vertical-align: top;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION IPAD LAUNCHER*/

#section-ipad-launcher {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #4C83BA;
}

#section-ipad-launcher .content {
    max-width: 85%;
    margin: 0 auto;
    padding: 5%;
}

#section-ipad-launcher .content .select-version .btn {
    font-size: .65rem;
}

#section-ipad-launcher .content p.title {
    font-size: 1.25rem;
}

@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #section-ipad-launcher .content {
        max-width: 500px;
        padding: 40px 130px 40px 130px;
    }

    #section-ipad-launcher .content .select-version .btn {
        font-size: .9rem;
    }
}

@media (min-width: 992px) {
    #section-ipad-launcher .content {
        max-width: 600px;
    }
}

@media (min-width: 1200px) {

}

@media print {
    #section-ipad-launcher {
        padding-top: 0px;
        padding-bottom: 0px;
        background: none;
    }

    #section-ipad-launcher .content {
        border-top: 1px solid #eee;
        border-left: none;
        border-right: none;
        border-bottom: 1px solid #eee;
        border-radius: 0px;
        box-shadow: none;
    }
}

/*-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=-=-=---=-===-=--=--=*/
/*SECTION OTHER LIBRARIES*/

#section-other-libraries {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #F7F7F7;
}

#section-other-libraries #other-libraries {
    font-size: 1.6rem;
}

#section-other-libraries .other-libraries-list {

}

#section-other-libraries .other-libraries-list .other-library-item {
    margin-bottom: 25px;
}

#section-other-libraries .other-libraries-list .other-library-item .title {
    font-size: 1.15rem;
    font-weight: bold;
    margin-bottom: 0;

}

#section-other-libraries .other-libraries-list .other-library-item .description {
    font-size: 1.1rem;
    margin-top: 0px;
}


@media (min-width: 576px) {

}

@media (min-width: 768px) {
    #section-other-libraries .other-libraries-list .other-library-item .title {
        font-size: 1.35rem;
    }

    #section-other-libraries .other-libraries-list .other-library-item .description {
        font-size: 1.25rem;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media print {

    #section-other-libraries {
        background: none;
        padding-top: 25px;
        padding-bottom: 25px;
    }

}