<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*recruitment_rules page*/
.recruitment_rules_banner {
    min-height: 92vh;
}

.recruitment_rules_banner .title {
    position: relative;
}

.recruitment_rules_banner .title .et_pb_text_inner {
    line-height: 72px;
}

.recruitment_rules_banner .title:before {

    position: absolute;
    content: '';
    top: -60px;
    left: 50px;
    min-height: 162px;
    width: 100%;
    max-width: 575px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/title_bg.png);
}

.nav_section_page {
    margin-top: -250px;
    background-color: rgba(255, 255, 255, 0.5);
    min-height: 250px;
}

.content_section_page .et_pb_row,
.recruitment_rules_banner .et_pb_row {
    width: 80%;
    max-width: 100%;
}

.nav_section_page .et_pb_row {
    width: 75%;
    max-width: 100%;
}

.nav_section_page .nav_section_page_link {
    font-size: 16px;
    line-height: 20px !important;
    text-transform: inherit;
    font-weight: bold;
    color: black;
    max-width: 70%;
}

.nav_section_page .et_pb_column {
    display: flex;
    flex-direction: row;
}

.nav_section_page .et_pb_column .et_pb_module {
    margin-bottom: 0;
    position: relative;
}

.nav_section_page .et_pb_column .et_pb_module.number {
    padding-top: 15px;
}

.nav_section_page .et_pb_column:before {
    position: absolute;
    content: '';
    top: 20px;
    left: -10px;
    height: 50px;
    background-color: #FBC224;
}

.nav_section_page .et_pb_column:nth-child(1):before {
    width: 20%;
}

.nav_section_page .et_pb_column:nth-child(2):before {
    width: 40%;
}

.nav_section_page .et_pb_column:nth-child(3):before {
    width: 60%;
}

.nav_section_page .et_pb_column:nth-child(4):before {
    width: 80%;
}

.nav_section_page .et_pb_column:nth-child(5):before {
    width: 100%;
}

.content_section_page {
    overflow: hidden;
}

.content_section_page .content_title {
    position: relative;
}

.content_section_page .et_pb_text.text {
    max-width: 90%;
    margin: 0 auto;
}

.content_section_page .content_title:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#recruitment_rule1 .content_title:before {
    width: 169px;
    min-height: 77px;
    background-image: url(../images/recruitment_rule1.png);
}

#recruitment_rule2 .content_title:before {
    min-height: 74px;
    max-width: 212px;
    background-image: url(../images/recruitment_rule2.png);
}

#recruitment_rule3 .content_title:before {
    min-height: 84px;
    max-width: 301px;
    background-image: url(../images/recruitment_rule3.png);
}

#recruitment_rule4 .content_title:before {
    min-height: 93px;
    max-width: 358px;
    background-image: url(../images/recruitment_rule4.png);
}

#recruitment_rule5 .content_title:before {
    min-height: 74px;
    max-width: 535px;
    background-image: url(../images/recruitment_rule5.png);
}

#recruitment_rule4,
#recruitment_rule2 {
    position: relative;
    min-height: 540px;
    padding: 0;
    display: flex;
    align-items: center;
}

#recruitment_rule4:before,
#recruitment_rule2:before {
    position: absolute;
    content: '';
    top: 0px;
    bottom: 0;
    right: 0;
    left: -1%;
    width: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#recruitment_rule2:before {
    background-image: url(../images/recruitment_bg2.png);
}

#recruitment_rule4:before {
    background-image: url(../images/recruitment_bg4.png);
}

@media (min-width: 481px) and (max-width: 1280px) {
    .recruitment_rules_banner .title {
        font-size: 30px;
    }

    .recruitment_rules_banner .title:before {
        transform: scale(0.4);
        top: -20px;
        left: -150px;
        min-height: 80px;
        width: 100%;
    }

    .recruitment_rules_banner {
        min-height: 50vh;
    }

    .content_section_page .content_title:before {
        min-height: 50px !important;
    }

    .content_section_page .content_title,
    .content_section_page .content_title p {
        font-size: 30px;
        line-height: 35px;
    }

    #recruitment_rule4, #recruitment_rule2 {
        min-height: 240px;
    }

    .recruitment_rules_banner .title .et_pb_text_inner {
        line-height: 32px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .recruitment_rules_banner .title .et_pb_text_inner {
        line-height: 32px;
    }

    .recruitment_rules_banner .title {
        font-size: 30px;
    }

    .recruitment_rules_banner .title:before {
        transform: scale(0.4);
    }

    .recruitment_rules_banner {
        min-height: 40vh;
    }

    .content_section_page .content_title,
    .content_section_page .content_title p {
        font-size: 24px;
        line-height: 30px;
    }

    .et_pb_section {
        padding: 20px 0;
    }

    .content_section_page .content_title:before {
        min-height: 50px !important;
    }

    #recruitment_rule4, #recruitment_rule2 {
        min-height: 340px;
    }
}

/*PROGRAMY STYPENDIALNE page */
.programs .et_pb_toggle_content {
    transition: 0s !important;
    background: white;
}

.programs_banner {
    position: relative;
}

body .programs_banner .main_title {
    position: relative;
    font-size: 4rem;
    font-weight: 700;
    color: #4A4A49;
}

.programs_banner .main_title .et_pb_text_inner {
    line-height: 52px;
}

@media (min-width: 320px) and (max-width: 991px) {

    .programs_banner .main_title .et_pb_text_inner {
        line-height: 30px;
        font-size: 26px;
    }

    .programs_banner .main_title.et_pb_text_0 {
        margin-bottom: 2rem !important;
    }

    .programs_banner .et_pb_text_inner {
        line-height: 26px;
        font-size: 16px;
    }

    .et_pb_section .et_pb_text_3 {
        font-size: 32px;
        line-height: 35px;
    }

}

.programs_banner .main_title:before {
    left: 0%;
    content: '';
    position: absolute;
    width: 45%;
    height: 5vh;
    background: #FBB800;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-3deg);
    transform: translateY(-50%) rotate(-3deg);
    z-index: -1;
    display: block;
    border-radius: 0;
}

.programs_banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 35%;
    bottom: 0;
    background-color: #ececec;
}

.programs_banner .image {
    position: relative;
    border: 4px solid #fff;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    max-width: 93.5%;
}

.programs_banner .image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 95%;
    background: #FBB800;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(3deg);
    transform: translateY(-50%) rotate(3deg);
}

/* programs section accordeon*/
.programs {
    background: #ececec;
}

.programs .et_pb_toggle .et_pb_toggle_title:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    border-right: 4px solid #FBB800;
    border-bottom: 4px solid #FBB800;
    top: 50%;
    left: 10%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: transform .5s ease;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
}

.programs .et_pb_toggle.active .et_pb_toggle_title:before {
    transform: translateY(-50%) rotate(-135deg);
    top: 70%;
}

.programs_banner .et_pb_row,
.programs .et_pb_row {
    max-width: 100%;
    width: 86%;
}

.programs .et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title,
.programs .et_pb_toggle_close .et_pb_toggle_title, .et_pb_toggle_close h5.et_pb_toggle_title {
    text-align: right;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.5rem;
    border: 1px solid #4A4A49;
    padding: 2rem 4rem 2rem 8rem;
}

.programs .et_pb_toggle_open .et_pb_toggle_title, .et_pb_toggle_open h5.et_pb_toggle_title {
    border: 1px solid #fff;
    background: #ececec;
}

.programs .et_pb_toggle_close {
    background: #ececec;
    padding: 0px;
}

.programs .et_pb_toggle {
    border: 0px solid #4A4A49;
    margin-bottom: 1rem !important;
}

.programs .et_pb_toggle_open {
    padding: 0px;
    background-color: #fff;
    border: 0px solid #fff;
}

.programs .et_pb_toggle_content {
    padding: 20px;
}


@media (min-width: 2561px) {

    .programs_banner .image {
        max-width: 24vw;
        margin: 0 auto;
    }

}

/*Kampus i lokalizacja page*/
.page-id-241369 .navigationbox-menu {
    background: #F5F5F5;
}

.campus_banner .et_pb_circle_counter .percent p {
    padding: 25% 0;
}

.campus_banner .title {
    position: absolute;
    bottom: -108px;
    left: 0;
    right: 0;
}

.campus_banner .title p {
    display: flex;
    justify-content: center;
    position: relative;
}

.campus_banner .title p::before {
    content: '';
    display: block;
    width: 80%;
    height: 120%;
    position: absolute;
    top: -10px;
    left: 7%;
    -webkit-transform: rotate(
            -5deg
    );
    transform: rotate(
            1deg
    );
    background: #FBB800;
    z-index: -1;
}


.campus_banner .title img {
    margin: 0 20px;
}

.campus_banner .et_pb_circle_counter .et_pb_module_header {
    max-width: 80%;
    margin: 0 auto;
}

.campus_banner .et_pb_circle_counter .percent {
    display: flex;
    justify-content: center;
}

.campus_banner .et_pb_column_1_4:nth-child(1),
.campus_banner .et_pb_column_1_4:nth-child(2) {
    width: 20%;
    margin-right: 0;
}

.campus_banner .et_pb_column_1_4:nth-child(3) {
    width: 40%;
    margin-right: 0;
}

.campus_banner .et_pb_column_1_4:nth-child(4) {
    width: 20%;
    margin-right: 0;
}

.campus .campus_image {
    width: 500px;
    height: 480px;
    position: relative;
}

.campus_image_right {
    width: 700px;
    height: 700px;
    position: relative;
}

.campus .campus_image:before,
.campus_image_right:before {
    position: absolute;
    content: '';
    display: block;
    left: 50%;
    top: 50%;
    width: 95%;
    height: 103%;
    background-color: #FBC224;
    -webkit-transform: translate(-50%, -50%) rotate(
            2deg
    );
    transform: translate(-50%, -50%) rotate(
            1deg
    );
    z-index: -1;
}

.kampus_history {
    position: relative;
}

.kampus_history:before {
    position: absolute;
    content: '';
    display: block;
    left: 0%;
    right: 0;
    top: -50%;
    width: 100%;
    min-height: 68vh;
    background-image: url(https://vizja.pl/wp-content/uploads/2021/04/Group-3568.png);
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}


.campus_title span {
    position: relative;
}

.campus_title span:before {
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    position: absolute;
    top: 3%;
    left: -5%;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg);
    background: #FBB800;
    z-index: -1;
}


.cooperation input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
}

/* Mark input boxes that gets an error on validation: */
.cooperation input.invalid {
    background-color: #ffdddd;
}

.cooperation .nav_form {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/* Hide all steps by default: */
.tab_cooperation {
    display: none;
}

.cooperation button {
    background-color: #04AA6D;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 17px;
    font-family: Raleway;
    cursor: pointer;
}

.cooperation button:hover {
    opacity: 0.8;
}

#prevBtn {
    background-color: #bbbbbb;
}

/* Make circles that indicate the steps of the form: */
.cooperation .step {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 36px;
    margin: 0 2px;
    border-radius: 50%;
    border: 1px solid #3A3A3A99;
    opacity: 1;
}

.cooperation .step.active {
    opacity: 1;
}

/* Mark the steps that are finished and valid: */
.cooperation .step.finish {
    background-color: #04AA6D;
}

input:-internal-autofill-selected {
    background-color: rgba(255, 255, 255, 1) !important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.custom_list_style ul {
    list-style: none;
}

.absolwent_container {
    position: relative;
    height: 100%;
    min-height: 70vh;
    display: flex;
    align-items: center;
}

.absolwent_container .container {
    max-width: 86%;
}

.slider_absolwent_background {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.absolwent_bg:nth-child(odd) {
    min-height: 70vh;
    width: 100%;
    position: relative;
}

.absolwent_bg:nth-child(odd):before {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 0 100%, 100% 0);
}

.absolwent_bg:nth-child(odd):after {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    clip-path: polygon(100% 100%, 4% 100%, 100% 4%);
}

.absolwent_bg:nth-child(even) {
    min-height: 70vh;
    width: 100%;
    position: relative;
}

.absolwent_bg:nth-child(even):before {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    clip-path: polygon(100% 100%, 0 100%, 0 4%);
}

.absolwent_bg:nth-child(even):after {
    position: absolute;
    content: '';
    background: #F5F5F5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    clip-path: polygon(100% 96%, 100% 0, 0% 0);
}

/*spec*/

body.mail_send .modal_btn,
body .pdf_download {
    display: none;
}

body .modal_btn,
body.mail_send .pdf_download {
    display: block;
}

/* The Modal (background) */
.pdf_container .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.5); /* Black w/ opacity */
    padding-top: 60px;
}


.pdf_container .form_container {
    background: white;
    min-height: 20vh;
    padding: 20px;
    box-shadow: 0px 0px 6px #00000029;
}

/* Modal Content/Box */
.pdf_container .modal-content {
    margin: 10% auto 15% auto;
    width: 50%; /* Could be more or less, depending on screen size */
}

/* Add Zoom Animation */
.pdf_container .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.pdf_container .wpcf7-response-output,
.pdf_container #wpcf7-f240801-o1 form .your-kierunek,
.pdf_container #wpcf7-f240801-o1 form .your-specialization-name,
.pdf_container #wpcf7-f240801-o1 form .your-specialization-pdf-link {
    display: none;
}

.pdf_container #wpcf7-f240801-o1 .wpcf7-form.sent {
    display: none;
}

.pdf_container #wpcf7-f240801-o1 form p {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.pdf_container #wpcf7-f240801-o1 form input {
    padding: 8px;
    min-height: 42px;
    max-width: 300px;
    width: 100%;
    font-size: 18px;
    color: #707070;
    border: 1px solid #3A3A3A99;
    background: transparent;
}

.pdf_container #wpcf7-f240801-o1 form input.wpcf7-submit {
    max-width: 120px;

    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #FBC224;
}

#preloader {
    height: 100%;
    position: fixed;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 9999999;
    display: none;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.popup_box {
    max-width: 650px;
    position: relative;
}

.popup_box a.close_popup {
    position: absolute;
    top: 3%;
    right: 12%;
    cursor: pointer;
    z-index: 5;
}

.popup_box a.close_popup img {
    max-width: 36px;
}

.popup_content {
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 9% 7%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup_content .sign_up {
    background-color: #3C261D;
    color: white;
    font-size: 15px;
    line-height: 19px;
    padding: 10px 20px;
    width: 100%;
    max-width: 215px;
    display: inline-flex;
    justify-content: center;
    transition: 0.3s;
}

.popup_content .sign_up:hover {
    background-color: rgba(60, 38, 29, 0.85);
}

.popup_content .title {
    font-size: 39px;
    line-height: 48px;
    font-family: "Montserrat Black";
    text-shadow: 0px 3px 6px #00000029;
    margin: 10px 0;
}

.popup_content .sub_title {
    font-size: 15px;
    line-height: 19px;
    margin: 10px 0;
    font-family: "Montserrat";

}

#hidden_info {
    display: none;
}


/*student_projects*/
.page_student_projects,
.single_student_projects {
    padding: 3% 0;
}

.page_student_projects .main_title {
    margin: 3% 0;
    font-size: 72px;
    line-height: 88px;
    font-weight: 600;
    color: #212121;
    position: relative;
    display: inline-block;
}

.page_student_projects .main_title:before {
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    background: #FBB800;
    z-index: -1;
}

.student_projects .container,
.single_student_projects .container,
.page_student_projects .container {
    max-width: 1620px;
    width: 100%;
}

.student_projects form {
    margin-top: 25px;
}

.student_projects form li {
    margin-bottom: 20px;
}

.student_projects form label {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-left: 24px;
}

.student_projects form input {
    min-height: 19px;
    min-width: 19px;
}

.student_projects .project-col {
    margin: 20px 0;
}

.student_projects .project {
    border: 1px solid #707070;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.student_projects .project .title {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #212121;
    padding: 25px;
    min-height: 190px;
}

.student_projects .project .author {
    padding: 15px 25px;
    position: relative;
}

.student_projects .project .author:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #F5F5F5;
    z-index: -1;
}

.student_projects .project .author span {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
}

.single_student_projects .project .see_more_btn,
.student_projects .project .see_more_btn {
    display: flex;
    justify-content: flex-end;
}

.single_student_projects .project .see_more_btn span,
.student_projects .project .see_more_btn span {
    font-size: 17px;
    line-height: 20px;
    font-weight: 300;
    background-color: #212121;
    color: white;
    text-transform: uppercase;
    width: 100%;
    max-width: 174px;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    position: relative;
    padding-right: 10px;
}

.single_student_projects .project .see_more_btn span:before,
.student_projects .project .see_more_btn span:before {
    position: absolute;
    content: '';
    right: 25px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

}

.single_student_projects .project .see_more_btn span:hover,
.student_projects .project .see_more_btn span:hover {
    background-color: #FBB800;
}


.single_student_projects .project .see_more_btn span {
    min-height: 36px;
    font-size: 16px;
    line-height: 19px;
    margin-top: 10px;
}

.single_student_projects .project-col {
    margin-bottom: 40px;
}

/*aside*/
.single_student_projects .right_side {
    border-left: 1px solid #707070;
    padding: 0 3%;
}

.single_student_projects .right_side .project-col {
    display: block;
    margin-bottom: 20px;
}

.single_student_projects .aside_title {
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
    color: #707070;
    text-transform: uppercase;
    margin-top: 80px;
    margin-bottom: 50px;
}

/*student_projects_content*/
.single_student_projects .student_projects_content .sub_title {
    margin-top: 34px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    color: #212121;
}

.single_student_projects .student_projects_content .student_projects_title {
    font-size: 34px;
    line-height: 37px;
    font-weight: 500;
    color: #707070;
}

.single_student_projects .student_projects_content .student_projects_author {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #212121;
    position: relative;
    display: inline-block;
    padding: 5px 10px;
}

.single_student_projects .student_projects_content .student_projects_author:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FBB800;
    z-index: -1;
}

.btn_back_projects {
    margin-bottom: 50px;
}

.btn_back_projects button {
    border: none;
    background-color: transparent;
    position: relative;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.btn_back_projects button:before {
    position: absolute;
    content: '';
    left: 0;
    border: solid black;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* Tabs */
.student_projects .tabs {
    width: 100%;
}

.student_projects ul#tabs-nav {
    list-style: none;
    margin: 0;
    overflow: auto;
    display: flex;
    padding: 0;
}

.student_projects ul#tabs-nav li {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 30px;
    cursor: pointer;
    border: 1px solid #FBB800;
    border-bottom: none;
    border-radius: 8px 8px 0px 0px;
}

.student_projects ul#tabs-nav li.active {
    background-color: #FBB800;
}

.student_projects .tab-content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 80px;
    border: 1px solid #FBB800;
    background-color: #FFF;
}

.student_projects .tab-content .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.student_projects .tab-content .project-col {
    width: 100%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

.student_projects .btn_more_projects {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 60px;
    background-color: #FBB800;
    padding: 8px 30px;
    text-transform: uppercase;
}


/*specialization two profiles*/

.specialization-template-single-specialization_twoprofiles .spec-top .why::before {
    display: none !important;
}


.specialization-template-single-specialization_twoprofiles .spec-top .why {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
}

body.specialization-template-single-specialization_twoprofiles .spec-top .boxes {
    padding-bottom: 0rem !important;
}

body.specialization-template-single-specialization_twoprofiles .side {
    display: none;
    transition: all .3s;
}

body.specialization-template-single-specialization_twoprofiles .side.active {
    display: block;
    transition: all .3s;
}


.specialization-template-single-specialization_twoprofiles .spec-top .bg_image.side {
    opacity: 0;
    position: absolute;
    width: 100%;
    /*padding-bottom: 65%;*/
    height: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: all .5s;
}

.specialization-template-single-specialization_twoprofiles .spec-top .bg_image.side.active {
    opacity: 1;
}

.specialization-template-single-specialization_twoprofiles .title_profil {
    background-color: #3A3A3A;
    color: #FBB800;
    font-size: 72px;
    line-height: 80px;
    text-align: center;
    max-width: 1000px;
    margin: 80px auto;
    position: relative;
    font-weight: bold;
    padding: 15px 0;
}

.specialization-template-single-specialization_twoprofiles .title_profil:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 40px;
    border-top: 20px solid transparent;
    border-left: 800px solid #FBB800;
    width: 0;
}

.specialization-template-single-specialization_twoprofiles .title_profil:after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: 40px;
    border-bottom: 20px solid transparent;
    border-right: 800px solid #FBB800;
    width: 0;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    position: relative;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button {
    cursor: pointer;
    width: 100%;
    padding: 2% 0;
    background-color: rgba(255, 255, 255, 0.7);
    color: #707070;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.first {
    border-top-left-radius: 0px;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.buttonSelected {
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    position: relative;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.buttonSelected span {
    position: relative;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.buttonSelected span:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -44px;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.7);
    z-index: 1;
}

.specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button .sub_title {
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;

}

@media (min-width: 481px) and (max-width: 991px) {
    .specialization-template-single-specialization_twoprofiles .title_profil {
        font-size: 42px;
        line-height: 50px;
    }

    .specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button {
        font-size: 26px;
        line-height: 36px;
        padding: 20px 0;
    }

    .specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.buttonSelected span:before {
        bottom: -10px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .specialization-template-single-specialization_twoprofiles .title_profil {
        font-size: 22px;
        line-height: 30px;
    }

    .specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button {
        font-size: 16px;
        line-height: 26px;
        padding: 5px 0;
    }

    .specialization-template-single-specialization_twoprofiles .profil_group_buttons .profil_button.buttonSelected span:before {
        display: none;
    }
}

/*faq_section*/
.single-questions h1 {
    margin: 5% 0;
}

.faq_header .text_info {
    margin: 30px 0;
}

.faq_header .list_specializations a {
    text-decoration-line: underline;
    text-decoration-color: #FBB800;
}

.faq_header .list_specializations a:hover {
    text-decoration-line: none;
    color: #FBB800;
}

.faq_section blockquote {
    margin: 5% 0;
}

button.faq_accordion {
    width: 100%;
    background: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    border: none;
    outline: none;
    text-align: left;
    padding: 16px 30px 16px 22px;
    color: #999;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

.faq_accordion_box h2 {
    margin-top: 40px;
    margin-bottom: 10px;
}

button.faq_accordion {
    border: 1px solid #e7e7e7;
}

button.faq_accordion h3 {
    font-size: 14px;
    color: #999;
    line-height: 1em;
}

button.faq_accordion:after {
    font-family: FontAwesome;
    content: "\f078";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
}

button.faq_accordion.is-open:after {
    content: "\f077";
}

button.faq_accordion:hover,
button.faq_accordion.is-open {
    background: #FBB800;
    color: black;
}

button.faq_accordion:hover h3,
button.faq_accordion.is-open h3 {
    color: black;
}

.faq_accordion-content {
    background-color: white;

    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
}

.faq_accordion-content .text {
    padding: 15px 20px;
    border: 1px solid #e7e7e7;
    border-top: 1px solid transparent;
}

/* Tabs */
.faq_tabs_section .tabs {
    width: 600px;
    background-color: #09F;
    border-radius: 5px 5px 5px 5px;
}

.faq_tabs_section ul#tabs-nav {
    list-style: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
}

.faq_tabs_section ul#tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px 10px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
}

.faq_tabs_section ul#tabs-nav li:hover,
.faq_tabs_section ul#tabs-nav li.active {
    background-color: #08E;
}

.faq_tabs_section #tabs-nav li a {
    text-decoration: none;
    color: #FFF;
}

.faq_tabs_section .tab-content {
    padding: 10px;
    border: 5px solid #09F;
    background-color: #FFF;
}


</pre></body></html>