﻿.section-parsonal {
    font-size: 16px;
}

.section-parsonal-main-landing-alt h1 {
    margin-bottom: 16px;
    font-family: 'bebas-neue';
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.018em;
}

.section-parsonal-main-landing-alt h2 {
    font-family: 'museo-sans', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
    line-height: 32px;
}

.section-parsonal-main-landing-alt h3 {
    font-family: 'museo-sans', sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin-bottom: 5px;
}

.section-parsonal-main-landing-alt p {
    margin-bottom: 20px;
    font-family: 'museo-sans';
    font-weight: 300;
    color: #1B1E2A;
    letter-spacing: 0.005em;
    line-height: 1.6;
}

.section-parsonal-main-landing-alt {
    margin-left: 0px;
    margin-right: 0px;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset {
    margin-top: 20px;
}

    .tabset .tab-panel {
        display: none;
    }

@media (max-width: 1023px) {
    .tabset .radio-tab {
        display: none;
    }

    .tabset .radio-dd {
        display: inline-block;
    }
}

@media (min-width: 1024px) {
    .tabset .radio-tab {
        display: inline-block;
    }

    .tabset .radio-dd {
        display: none;
    }
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.table {
    font-size: 18px;
}
/*
 Styling
*/
body {
    color: #333;
    font-weight: 300;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 15px 25px;
    border: 1px solid #ddd;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0px;
    background-color: #eee
}

.tabset > input:focus + label,
.tabset > input:checked + label {
    font-weight: 600;
}

.tabset > input:checked + label {
    border-color: #ccc;
    border-bottom: 1px solid #fff;
    border-top: 3px solid #ffdc32;
    background-color: #fff
}

.tab-panel {
    padding: 30px 0;
    border-top: 1px solid #ccc;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

.tabset {
    max-width: 65em;
}
/* ------------------------------------------------------------ *\
	Tabset
\* ------------------------------------------------------------ */

.tabset--alt {
    display: flex;
    flex-wrap: wrap;
    max-width: none;
    margin-top: 56px;
}

    .tabset--alt.tabset-no-icons {
        display: flex;
        flex-wrap: wrap;
        max-width: none;
        margin-top: 0;
    }

    .tabset--alt > label.radio-tab {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        gap: 10px;
        flex: 0 0 20%;
        min-height: 100px;
        padding: 10px 5px 20px;
        font-size: 20px;
        letter-spacing: 0.015em;
        line-height: 0.8;
        font-weight: 500;
        border-left: none;
    }

    .tabset--alt.tabset-no-icons > label.radio-tab {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        gap: 10px;
        flex: 0 0 20%;
        min-height: 94px;
        padding: 10px 5px 20px;
        font-size: 18px;
        letter-spacing: 0.015em;
        line-height: 0.5;
        font-weight: 500;
    }

    .tabset--alt.tabset-no-icons > label.radio-tab {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-end;
        text-align: center;
        gap: 10px;
        flex: 0 0 20%;
        min-height: 60px;
        padding: 10px 5px 20px;
        font-size: 18px;
        letter-spacing: 0.015em;
        line-height: 0.8;
        font-weight: 500;
        background: #fff;
        border: none;
        border-bottom: solid 1px #ccc;
        border-top: solid 1px #ccc;
    }

.radio-tab img {
    max-width: 45px;
    max-height: 37px;
}

.tabset__dropdown img {
    max-width: 30px;
    max-height: 30px;
}

.tabset--alt.tabset-no-icons label.radio-tab:last-of-type {
    border-right: solid 1px #ccc;
    border-top: none;
}

.tabset--alt.tabset-no-icons label.radio-tab:first-of-type, .tabset--alt > label.radio-tab:first-of-type {
    border-left: solid 1px #ccc;
}

.tabset--alt > input:checked + label {
    border-top-width: 5px;
}

.tabset--alt > input:focus + label,
.tabset--alt > input:checked + label {
    font-weight: 900;
}

.tabset--alt .tab-panels {
    flex: 0 0 100%;
}

.tabset--alt .tab-panel {
    padding-top: 100px;
    border-top: 0;
}

.tabset--alt .tabset__dropdown {
    display: none;
}

.tabset--alt.tabset-no-icons label.radio-tab.is-active {
    font-weight: 900 !important;
    border-bottom: solid 1px #000;
}

@media (max-width: 1199px) {
    .tabset--alt > label.radio-tab,
    .tabset--alt.tabset-no-icons > label.radio-tab {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .tabset--alt > label.radio-tab,
    .tabset--alt.tabset-no-icons > label.radio-tab {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tabset--alt > label.radio-tab,
    .tabset--alt.tabset-no-icons > label.radio-tab {
        display: none;
    }

    .tabset--alt .tab-panel.is-active {
        display: block;
    }

    .tabset--alt .tabset__dropdown {
        display: block;
        flex: 0 0 100%;
        position: relative;
        margin-top: 20px;
    }

    .tabset--alt .tabset__dropdown-selected {
        border: 1px solid #d5d5d5;
        border-radius: 10px;
        background: #fff;
        min-height: 51px;
        display: flex;
        align-items: center;
        padding: 5px 22px 5px 16px;
        font-size: 16px;
        letter-spacing: 0.015em;
        font-weight: 500;
    }

    .tabset--alt .tabset__dropdown-selected-inner {
        flex: 1;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .tabset--alt .tabset__dropdown-icon {
        color: #737373;
        transition: transform .4s;
        align-self: center;
        line-height: 1;
        display: inline-flex;
        align-items: center;
    }

    .tabset--alt .tabset__dropdown.is-open .tabset__dropdown-icon {
        transform: rotate(180deg);
    }

    .tabset--alt .tabset__dropdown.is-open .tabset__dropdown-options {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .tabset--alt .tabset__dropdown-options {
        position: absolute;
        top: calc(100% + 2px);
        left: 0px;
        right: 0px;
        background: #F5F5F5;
        border: 1px solid #d5d5d5;
        border-radius: 10px;
        padding: 10px 0;
        max-height: 350px;
        overflow: auto;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
        transform: translateY(10px);
        z-index: 1;
    }

        .tabset--alt .tabset__dropdown-options ul {
            list-style-type: none !important;
            margin: 0 !important;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.015em;
        }

            .tabset--alt .tabset__dropdown-options ul li {
                margin-bottom: 0;
                min-height: 42px;
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 5px 17px;
                transition: background .4s;
                cursor: pointer;
            }

                .tabset--alt .tabset__dropdown-options ul li:hover {
                    background: #fff;
                }

                .tabset--alt .tabset__dropdown-options ul li.is-active {
                    background: #fff;
                }

    .tabset--alt .tab-panels .tab-panel {
        padding-top: 40px;
        display: none !important;
    }

        .tabset--alt .tab-panels .tab-panel.is-active {
            display: block !important;
        }

    .table {
        font-size: 16px;
    }

    .tabset--alt {
        margin-top: 0;
    }

    .section-parsonal-main-landing-alt h1 {
        margin-bottom: 0;
        margin-top: 20px;
    }
}
