/*#main {*/
/*    background-color: #f6f6f6;*/
/*}*/

.submenuDiv {
    display: flex;
    align-items: center;
    margin-top: 74px;
    height: 100px;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background-color: #f6f6f6;
}
.submenuDiv .submenuUl div{
    text-align: center;
}
.staff-content-title{
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
    max-width: 100%;
    word-wrap: break-word;
}
.cca{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
}
.floating{
    width: 300px;
}
.submenuDiv .submenuUl div a{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.22;
    text-align: left;
    color: #000000;
    opacity:0.5;
}
.submenuDiv .submenuUl div a.active{
    opacity:unset;
}
.filters-row {
    display: flex;
    flex-direction: column;
    width: 740px;
}
.page_name {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px;
    letter-spacing: -0.02em;
    text-align: left;
    color: white;
}
.under_title{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFB2;
}

#page_view {
    padding-top: 20px;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
}
.action{
    width: 100%;
    padding: 40px 40px 50px 40px;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
}
.action a{
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1EB2;
    text-decoration: none;
    padding: 0px 30px 24px 30px;
    cursor: pointer;
}
.content_list ul{
    list-style: none;
    margin-top: 40px;
    padding: 0;
}
.content_list ul li a{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
    color: #1E1E1EB2 ;
    cursor: pointer;
}
.contents{
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #214757;
}
.content_list ul{
    width: 70%;
}
.content_list ul li{
    margin-bottom: 10px;
}
a{
    text-decoration: none;
    color: black;
}
.collapse_text{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selected_content {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #1E1E1E;
}
.collapse_text i{
    margin-left: 5px;
}
.content_content,.content_content_top {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    color: #1E1E1EB2;
}
.a_content {
    padding-bottom: 30px;
    border-bottom: 1px solid #1E1E1E26;
}
.content_list_mobile {
    width: 100%;
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    margin-left: 3%;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
    background-color: #103341;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
    display: none;
}
.collapse_text .bi-chevron-down[data-bs-toggle="collapse"]{
    display: none;
}
#cont_list_collapse{
    /*margin-top: 70px;*/
    /* height: 164px; */
    padding: 16px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 30px;
    /* display: none; */
    position: absolute;
    margin-top: 56px;
    width: 100%;
    background-color: white;
    margin-left: -10px;
    box-shadow: 0px 5px 20px 0px #B7B7B773;
    z-index: 999;
}
.loader {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}
.loader-div{
    display: flex;
    justify-content: center;
}
.get_in_touch2 .contact a,.mobile_version a{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFFB2;
}
.get_in_touch{
    display: flex;
}
.get_in_touch2{
    display: none;
}
.get_in_touch2 .contact{
    width: 100%;
    justify-content: space-between;
}
.get_in_touch2{
    height: 540px;
    margin-top: 40px;
}
.get_in_touch2 .home_container{
    min-height: 130px;
}
.mobile_version{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.mobile_version .button{
    height: 56px;
    padding: 14px 28px 16px 32px;
    border-radius: 5px;
    border: 1.25px solid #FFFFFF26;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
    color: #FFFFFF;
}
.sub_title{
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #FFFFFF;
}
.mobile_version hr{
    border: 0.5px solid #FFFFFF;
    margin-top: 20px;
}
.mobile_version a{
    margin-top: 10px;
}
.mobile_version .sub_title{
    margin-bottom: 20px;
}
.mobile_version .button{
    margin-top: 20px;
}
.desktop_version{
    display: flex;
}
.mobile_version{
    display: none;
}
/* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
@media screen and (max-width: 992px) {
    .staff-content-title{
        font-size: 42px !important;
    }
    .desktop_version{
        display: none;
    }
    .mobile_version{
        display: flex;
        width: 90%;
    }
    .submenuDiv {
        height: auto;
    }
    .filters-row{
        width: 99%;
    }
    .page_name{
        font-size: 25px;
        width: 100%;
        overflow-wrap: break-word;
    }
    .content .home_container {
         padding: 0;
    }
    /*.get_in_touch .home_container{*/
    /*    padding: 40px 15px 30px 15px;*/
    /*}*/
    /*#page_view,#memberships{*/
    /*    margin: 520px 0 0 0 !important;*/
    /*}*/
    .content_list{
        display: none;
    }
    .collapse_text .bi-chevron-down[data-bs-toggle="collapse"]{
        display: block;
    }
    .content_list_mobile{
        display: block;
        width: 93% !important;
        display: flex;
    }
}