body {
    font-family: 'DM Sans', sans-serif;
    margin:0;
}

header,
section {
    text-align: center;
    font-size: 12px;
    width: 100%;
}

    header .header-content,
    section .section-content {
        width: 984px;
        margin: 0 auto;
        text-align: left;
        padding: 35px 40px 48px 40px;
    }

    section .section-content {
        padding: 0 40px;
    }

        section .section-content h1 {
            font-size: 28px;
            line-height: 40px;
            font-weight: 600;
            margin: 0 0 24px 0;
            color: #010101;
        }
section .section-content p { font-size:16px; margin:0; }

/* TABS */
.ui-widget.ui-widget-content {
    border: none;
    width: 944px;
    font-family: 'DM Sans', sans-serif;
}

.ui-tabs,
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0;
}

    .ui-tabs .ui-tabs-nav {
        padding: 0 24px;
        background: none;
        border-radius: 0;
        border: none;
        border-bottom: solid 1px #D1D5DB;
        margin: 0 0 35px 0;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 0;
    }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active,
    .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
        font-size: 14px;
        line-height: 16px;
    }

    .ui-tabs .ui-tabs-nav li {
        background: none;
        border: none;
        margin: 0 40px 0 0;
    }

    .ui-tabs .ui-tabs-active.ui-state-active {
        font-weight: 800;
        background: none;
        border-radius: 0;
        border: none;
    }

        .ui-tabs .ui-tabs-active.ui-state-active span.bar {
            background: #007CBD;
            height: 4px;
            width: 100%;
            display: block;
            float: left;
            border-radius: 4px 4px 0 0;
        }

    .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #010101;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        margin: 0 0 16px 0;
    }

.ui-state-default a,
.ui-state-default a:link {
    font-size: 14px;
    line-height: 16px;
    color: #6B7786;
    font-weight: 400;
    margin: 0 0 16px 0;
}

.ui-tabs .ui-tabs-panel h2 {
    font-size: 20px;
    line-height: 30px;
    color: #010101;
    font-weight: 700;
    text-transform: none;
}

.ui-tabs .ui-tabs-panel .contact {
    margin: 0 0 32px 0;
}

    .ui-tabs .ui-tabs-panel .contact h3 {
        font-size: 16px;
        font-weight: 700;
        color: #010101;
        margin: 0;
    }

    .ui-tabs .ui-tabs-panel .contact p,
    .ui-tabs .ui-tabs-panel p {
        font-size: 14px;
        font-weight: 400;
        color: #010101;
        margin: 0;
    }

    .ui-tabs .ui-tabs-panel .contact a {
        color: #007CDB;
        text-decoration: underline;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        margin: 0;
    }

.ui-tabs .ui-tabs-panel p {
    margin: 0 0 32px 0;
    line-height: 24px;
}

.ui-tabs .ui-tabs-nav li.mobile {
    display: none;
}

span.mobile {
    display: none;
}

/*TABLET */
@media only screen and (min-width: 768px) and (max-width:1024px) {
    .ui-tabs .ui-tabs-nav li.mobile {
        display: none;
    }

    header .header-content, section .section-content {
        width: 100%;
        padding: 0;
    }

    header .header-content {
        padding: 10px;
    }

    .ui-tabs .ui-tabs-nav {
        padding: 0;
    }

    section .section-content {
        padding: 0 10px;
    }

    .ui-widget.ui-widget-content {
        width: 97%;
    }

    section .section-content h1 {
        margin: 0 0 32px 0;
    }

    span.mobile {
        display: none;
    }

    span.desktop {
        display: block;
    }
}
/*MOBILE*/
@media only screen and (min-width: 320px) and (max-width:767px) {
    span.mobile {
        display: block;
    }

    span.desktop {
        display: none;
    }
}
/*MOBILE*/
@media only screen and (max-width:319px) {
    span.mobile {
        display: block;
    }

    span.desktop {
        display: none;
    }
}
