/*
 Theme Name:     Ügyészség
 Theme URI:      
 Description:    Ügyészség Divi Child Theme
 Author:         Promotheus Agency
 Author URI:     
 Template:       Divi
 Version:        6.8.2
*/


/* =Theme customization starts here
------------------------------------------------------- */
.wp-block-pgcsimplygalleryblock-grid {
    margin-left: -15px;
}

.ugy_pagination input[type="submit"]:hover {
    background-color: #abaeb1 !important;
    border-color: #abaeb1 !important;
}

.ugy_pagination input[type="submit"] {}

/*HIRDETMÉNY*/

.hirdetmenyek_outer {
    font-weight: 600;
    border-bottom: 1px solid #c0c0c0;
    padding: 15px 0;
    margin: 0;
    color: #2d2d2d;
}

.hirdetmenyek_inner {
    position: relative;
    margin: 0;
    padding: 0;
}

.hirdetmenyek_p {
    color: #2d2d2d;
}

/*HIRDETMÉNY VÉGE*/
.ugy_pagination {
    margin-top: 40px;
    text-align: center;
}

.ugy_pagination .page-numbers {
    margin: 0 3px;
    color: #650e1d;
    font-weight: 700;
    font-family: 'Montserrat';
}

.ugy_pagination .page-numbers.current {
    margin: 0 3px;
    color: #666;
    font-weight: 700;
    font-family: 'Montserrat';
}

.ugy_news_row_container.ugy_news_horizontal {
    margin-bottom: 90px;
}

.ugy_news_row {
    width: 100%;
    display: flex;
    margin: 0 -15px;
}

.ugy_news_row.u150 {
    width: 100%;
    display: flex;
    margin: 0 0;
    margin-bottom: 60px;
}

.ugy_news_row.jogi {
    width: 100%;
    display: flex;
    margin: 0 0;
    margin-bottom: 60px;
}

.ugy_news_row.auto {
    margin-bottom: 60px;
    justify-content: space-between;
}

.ugy_news_row.ugy_news_horizontal {
    flex-direction: column;
    margin: 0 0;
}

.ugy_news {
    flex: 1;
    margin: 0 15px;
}

.ugy_news_row.auto .ugy_news {
    flex: 1;
    margin: 0 1.5%;
    max-width: 30%;
}

.ugy_news_row.u150 .ugy_news {
    margin: 0 4%;
    max-width: 42%;
}

.ugy_news_row.u150 .ugy_news {
    margin: 0 4%;
    max-width: 42%;
}

.ugy_news_row.jogi .ugy_news {
    margin: 0 4%;
    max-width: 25.333%;
}

.ugy_news_horizontal .ugy_news {
    display: flex;
    margin: 30px 0;
    align-items: center;
}

.ugy_news_featured_image {
    height: 260px;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.ugy_news_row.u150 .ugy_news_featured_image {
    height: unset;
    padding-top: 52.5%;
    border: 1px solid #9e9e9e;
}

.ugy_news_row.jogi .ugy_news_featured_image {
    height: unset;
    padding-top: 100%;
    border: 1px solid #9e9e9e;
}

.ugy_news_horizontal .ugy_news_featured_image {
    width: 17vw;
    min-width: 260px;
    height: 240px;
}

.ugy_news_horizontal .ugy_news_left {
    flex: 18;
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ugy_news_row:not(.ugy_news_horizontal) .ugy_news_featured_image::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 15px 15px 15px;
    border-color: transparent transparent white transparent;
    bottom: 0;
    z-index: 10;
    transform: translateX(-15px);
    left: 50%;
}

.ugy_news_row.ugy_news_horizontal .ugy_news_featured_image::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 15px 0;
    border-color: transparent white transparent transparent;
    z-index: 10;
    transform: translateY(-15px);
    right: 0;
    top: 50%;
}

.ugy_news_title h4,
.ugy_label_title {
    font-family: 'Montserrat';
    font-size: 25px;
    font-weight: 700;
    color: #650e1d;
    text-transform: uppercase;
    line-height: 1.3em;
    margin-top: 30px;
    padding: 0;
}

.ugy_label_title {
    margin: 0;
}

.ugy_news_title.small_title h4 {
    font-size: 20px;
}

.ugy_news_horizontal .ugy_news_title h4 {
    margin: 0 0;
}

.ugy_news_excerpt p {
    margin-top: 30px;
    font-size: 18px;
    font-family: 'Open Sans';
    color: '#2d2d2d';
    line-height: 1.3em;
}

.ugy_news_date p {
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Open Sans';
    color: '#2d2d2d';
    line-height: 1.7em;
}

@media only screen and (max-width: 479px) {

    /* CSS goes here */
    .ugy_news_row_container.ugy_news_horizontal {
        margin-bottom: 0;
    }

    .ugy_news_row {
        flex-direction: column;
        margin: 0 0;
    }

    .ugy_news_row.auto {
        margin-bottom: 0;
    }

    .ugy_news_row.u150,
    .ugy_news_row.jogi {
        margin-bottom: 0;
    }

    .ugy_news {
        margin: 30px 0 0 0 !important;
        flex-direction: column;
        flex: unset !important;
    }

    .ugy_news_row.auto .ugy_news {

        max-width: 100%;
    }

    .ugy_news_row.u150 .ugy_news,
    .ugy_news_row.jogi .ugy_news {

        max-width: 100%;
    }

    .ugy_news_featured_image {
        flex: unset !important;
        height: 50vw !important;
        width: 100% !important;
    }

    .ugy_news_row.u150 .ugy_news_featured_image {
        height: unset !important;
        padding-top: 52.5% !important;
    }

    .ugy_news_row.jogi .ugy_news_featured_image {
        height: unset !important;
        padding-top: 100% !important;
    }

    .ugy_news_title h4,
    .ugy_label_title {
        font-family: 'Montserrat';
        font-size: 20px;
        margin-top: 10px !important;
    }

    .ugy_label_title {
        margin-top: 0 !important;
    }

    .ugy_news_title.small_title h4 {
        font-size: 18px;
    }

    .ugy_news_excerpt p {
        margin-top: 10px;
        font-size: 16px;
        padding: 0;
    }

    .ugy_news_date p {
        margin-top: 10px;
        font-size: 12px;
        padding: 0;
    }

    .ugy_news_horizontal .ugy_news_left {

        margin-left: 0;
        margin-top: 0;

    }

    .ugy_news_row.ugy_news_horizontal .ugy_news_featured_image::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 15px 15px 15px;
        border-color: transparent transparent white transparent;
        bottom: 0;
        z-index: 10;
        transform: translateX(-15px);
        left: 50%;
        top: unset;
    }
}

@media only screen and (min-width: 480px) and (max-width: 980px) {

    /* CSS goes here */
    .ugy_news_row_container.ugy_news_horizontal {
        margin-bottom: 0;
    }

    .ugy_news_row {
        flex-direction: column;
        margin: 0 0;
    }

    .ugy_news_row.auto {
        margin-bottom: 0;
    }

    .ugy_news_row.u150,
    .ugy_news_row.jogi {
        margin-bottom: 0;
    }

    .ugy_news {
        margin: 30px 0 0 0 !important;
        flex-direction: column;
    }

    .ugy_news_row.auto .ugy_news {

        max-width: 100%;
    }

    .ugy_news_row.u150 .ugy_news {
        max-width: 100%;
    }

    .ugy_news_row.jogi .ugy_news {
        max-width: 100%;
    }

    .ugy_news_featured_image {
        height: 50vw !important;
        width: 100% !important;
        flex: unset !important;
    }

    .ugy_news_row.u150 .ugy_news_featured_image {
        height: unset !important;
        padding-top: 52.5% !important;
    }

    .ugy_news_row.jogi .ugy_news_featured_image {
        height: unset !important;
        padding-top: 100% !important;
    }

    .ugy_news_horizontal .ugy_news_left {

        margin-left: 0;
        margin-top: 0;

    }

    .ugy_news_title h4,
    .ugy_label_title {
        font-family: 'Montserrat';
        font-size: 22px;
        margin-top: 15px !important;
    }

    .ugy_label_title {
        margin-top: 0 !important;
    }

    .ugy_news_title.small_title h4 {
        font-size: 18px;
    }

    .ugy_news_excerpt p {
        margin-top: 15px;
        font-size: 16px;
        padding: 0;
    }

    .ugy_news_date p {
        margin-top: 15px;
        font-size: 13px;
        padding: 0;
    }

    .ugy_news_row.ugy_news_horizontal .ugy_news_featured_image::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0px 15px 15px 15px;
        border-color: transparent transparent white transparent;
        bottom: 0;
        z-index: 10;
        transform: translateX(-15px);
        left: 50%;
        top: unset;
    }
}


/*
 * FEKTETETT HÍR
 */

.ugy_label_flex {
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 30px;
    padding-top: 30px;
    display: flex;
    align-items: center;
}

.ugy_label_flex img {
    height: 40px;
    margin: 0;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(1) img {
    margin-right: 30px;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(2) {
    flex-grow: 1;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(2) a {
    text-decoration: none;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(2) a h4 {
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1.3;
    margin: 0;
    color: #650e1d;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(3) {
    flex-shrink: 0;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(3) a {
    text-decoration: none;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf img {
    margin-bottom: 15px;
}

.ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf h5 {
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    color: #650e1d;
}

.ugy_label_excerpt {
    margin-top: 30px;
    font-size: 18px;
    font-family: "Open Sans";
    color: "#2d2d2d";
    line-height: 1.3em;
}

.ugy_label_date {
    margin-top: 15px;
    font-size: 15px;
    font-family: "Open Sans";
    color: "#2d2d2d";
    line-height: 1.7em;
}

@media only screen and (max-width: 980px) {
    .ugy_label_flex {
        padding-bottom: 30px;
        padding-top: 30px;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
    }

    .ugy_label_flex img {
        margin-right: 15px;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(1) img {
        margin-right: 15px;
        margin-bottom: 0px;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(2) {
        flex-grow: 0;
        text-align: left;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(2) a h4 {
        font-size: 18px;
        margin: 0;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(3) {
        width: 100%;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        margin-top: 15px;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf h5 {
        margin: 0;
        font-size: 16px;
        padding: 0;
    }

    .ugy_label_flex .ugy_label_flex_third:nth-child(3) .ugy_label_pdf img {
        margin-bottom: 0;
    }

    .ugy_label_excerpt {
        margin-top: 15px;
        font-size: 16px;
        font-family: "Open Sans";
        color: "#2d2d2d";
        line-height: 1.3em;
    }

    .ugy_label_date {
        margin-top: 15px;
        font-size: 13px;
    }
}

.ukar_subgroup {
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #bbc1c6;
}

.ukar_subgroup .ukar_subgroup_link {
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 0 0;
    margin: 0;
}

.ukar_subgroup .ukar_subgroup_link .ukar_subgroup_title {
    font-size: 20px;
    color: #2d2d2d;
    font-family: 'OpenSans';
    display: inline-block;
    padding: 0;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

.ukar_subgroup .ukar_subgroup_link .ukar_subgroup_title.num {
    width: 60px;
    min-width: 60px;
    font-size: 45px;
    font-family: 'Montserrat';
    line-height: 45px;
    color: #650e1d;
}

.ukar_subgroup .ukar_subgroup_content {
    display: none;
    padding-top: 30px;
    padding-left: 60px;
    font-size: 20px;
    color: #2d2d2d;
    font-family: 'OpenSans';
    font-weight: 400;
}

.ukar_subgroup .ukar_subgroup_content a {
    color: #650e1d;
    font-weight: 700;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {
    background: none;
}

.spanchildinline span {
    display: inline-block;
}

/*** Hide Sidebar ***/
#sidebar {
    display: none;
}

.jaras_list_row li {
    padding: .8em 0;
    font-weight: 700;
}

.ugy_chev_outer {
    display: flex;
    align-items: center;
}

.ugy_chev_img_holder {
    flex: 0 0 48px;
    height: 48px;
    width: 48px;
}

.ugy_chev_p {
    flex: 1;
    padding-left: 30px;
    color: #650E1D;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px) {
    .ugy_right_bg_section .et_pb_row_0 {
        position: unset;
    }

    .ugy_right_bg_section .et_pb_row_0 .et_pb_column_1_3 {
        position: unset;
    }

    .ugy_right_bg_section .et_pb_row_0 .et_pb_column_1_3 .et_pb_code {
        left: unset;
        right: 0;
        width: 40vw;
        height: 100%;
    }

    #left-area {
        width: 100%;
        padding: 23px 0px 0px !important;
        float: none !important;
    }
}

#hmenu_load_1 .hmenu_navigation_holder>ul>li>a,
#hmenu_load_1 .hmenu_social_holder>ul>li>a,
#hmenu_load_1 .hmenu_product_holder>ul>li>a,
#hmenu_load_1 .hmenu_toggle_holder>ul>li>a {
    font-weight: 600 !important;
}

.ugy_breadcrumb {
    max-width: 1200px;
    padding: 15px;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto;
    min-height: 145px;
    font-size: 15px !important;
    line-height: 1.7;
    color: white;
    font-family: Montserrat-SemiBold, Montserrat;
}

.ugy_breadcrumb a {
    color: white;
}

.ugy_menu_divi_code_holder {
    z-index: 5000 !important;
}

.ugy_breadcrumb .ugy_breadcrumb_separator {
    padding: 0 10px;
}

/* ugymenu */
#ugy_topmenu {
    display: none;
    visibility: hidden;
}

#hmenu_load_1 .hmenu_mega_sub a {
    /*border-bottom:1px solid #acacac;*/
}

#hmenu_load_1 .hmenu_mega_sub {
    width: 100vw;
    left: 0;
}

.hmenu_inner_holder {
    position: unset;
}

.hmenu_mega_inner {
    max-width: 1200px;
    margin: 0 auto;
}

#hmenu_holder_1 {
    position: relative;
}

#hmenu_load_1 .hmenu_mobile_search_holder input {
    font-size: 22px;
}

@media (min-width: 767px) {
    #ugy_topmenu {
        display: flex;
        visibility: visible;
        align-items: center;
        width: 100%;
        height: 230px;
        padding: 0 15px;
    }

    .ugy_topmenu_wide {
        margin: 0 auto;
        max-width: 1600px;
        width: 100%;
        position: relative;
    }

    .ugy_topmenu_narrow {
        margin: 0 auto;
        max-width: 1200px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .ugy_logo_main_a {
        position: absolute;
        left: 0px;
        top: -25px;
    }

    #ugy_topmenu .searchform {
        position: relative;
    }

    #ugy_topmenu .hmenu_search_btn {
        position: absolute;
        right: 0;
        display: table;
        padding: 0;
        cursor: pointer;
        background-color: #650E1D;
        height: 40px;
        line-height: 36px;
        width: 40px;
    }

    #ugy_topmenu .hmenu_search_btn:before {
        font-size: 20px;
        line-height: 40px;
        color: #fff;
        padding-left: 5px;
        background-color: #650E1D;
    }

    #ugy_topmenu input {
        padding: 0 30px 0 15px;
        outline: none;
        background-color: #e2e6ea;
        width: 230px;
        height: 40px;
        border: none;
        color: #888;
        font-family: 'Open Sans';
        font-size: 20px;
    }

    #ugy_topmenu .hmenu_search_submit {
        display: none !important;
    }


}

@media only screen and (max-width: 980px) {
    .ugy_chev_p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .ugy_breadcrumb {
        font-size: 14px !important;
        min-height: 100px;
        height: 100px;
    }

    .ugy_chev_img_holder {
        flex: 0 0 30px;
        height: 30px;
        width: 30px;
    }

    .ugy_chev_p {
        font-size: 16px;
        padding-left: 20px;
    }
}

.feladata_text_fix1 .et_pb_text_inner ol>li {
    line-height: 1.8em !important;
}


@media screen and (min-width:768px) and (max-width:1024px) and (orientation:portrait) {

    /*ipad pro állóig*/
    .et_pb_row {
        width: 90%;
    }
}

/*hamburger*/
.hamburger, .hamburger2 {
    padding: 15px 5px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover, .hamburger2:hover {
    opacity: 0.7;
}

.hamburger.is-active:hover, .hamburger2.is-active:hover {
    opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after, .hamburger2.is-active .hamburger-inner,
.hamburger2.is-active .hamburger-inner::before,
.hamburger2.is-active .hamburger-inner::after {
    background-color: #2d2d2d;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #650e1d;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease,
        transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease,
        transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*hamburger over*/
@media only screen and (min-width: 981px) {
    .ugy_sub_menu_outer {
        width: 100%;

        position: relative;
    }

    .ugy_sub_spacer {
        height: 467px;
    }

    #ugy_sub_menu {
        display: flex;
        max-width: 1400px;
        margin: 0 auto;
        font-family: "Montserrat";
        justify-content: center;

        border-bottom: 1px solid #bec2c7;
    }

    .ugy_sub_container {
        width: 16.6%;
    }

    .ugy_sub_button {
        text-decoration: none;
        width: 100%;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
        border-bottom: 1px solid transparent;
    }

    .ugy_sub_button.active,
    .ugy_sub_button:hover {
        border-bottom: 1px solid #650e1d;
    }

    .ugy_sub_button.active svg.ugy_sub_icon,
    .ugy_sub_button:hover svg.ugy_sub_icon {
        fill: #650e1d !important;
    }

    .ugy_sub_icon {
        height: 50px;
    }

    .ugy_sub_title {
        color: #650e1d;
        text-decoration: none;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 13px;

        margin-top: 10px;
        margin-bottom: 0;
    }

    .ugy_sub_dropdown_link {
        font-size: 16px;
        text-decoration: none;
        padding: 10px 0;
        font-weight: 600;
        font-family: "Montserrat";
        color: #2d2d2d;
        border-bottom: 1px solid #999;
        width: 400px;
    }

    .ugy_sub_dropdown_col {
        display: flex;
        flex-direction: column;
        margin: 0px 70px;
    }

    .ugy_sub_dropdown {
        display: flex;
        opacity: 1;
        transition: opacity 300ms;

        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 0;
    }

    .ugy_sub_dropdown_inner {
        display: flex;
        align-items: flex-start;
        height: 100%;
    }

    .ugy-menu-content-wrap {
        display: block !important;
    }

    #ugy-menu {
        height: 100px;
        background: white;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 30px;
        position: relative;
        z-index: 9999;
        border-bottom: 1px solid #e2e2e2;
    }

    .ugy-logo {
        height: 40px;
    }

    .ugy-logo-cont a {
        display: flex;
        align-items: center;
    }

    .ugy-menu-content {
        display: flex;
        align-items: center;
        flex-direction: row;
    }

    .ugy-hamburger-cont {
        display: none;
    }

    .ugy-menu-items {
        height: 100%;
        display: flex;
        align-items: center;
    }

    .ugy-menu-top-item {
        height: 100px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: #2d2d2d;
        cursor: pointer;
    }

    .ugy-menu-top-item:hover {
        color: #650e1d;
        background-color: #e2e6ea;
    }

    .ugy-menu-top-item-title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        font-family: "Montserrat";
    }

    .ugy-menu-mega-inner {
        display: flex;
        align-items: flex-start;
        height: 100%;
    }

    .ugy-menu-mega-link {
        width: 400px;
    }

    .ugy-menu-mega {
        display: none;
        min-height: 450px;
        opacity: 0;
        transition: opacity 300ms;
        background-color: #e2e6ea;

        align-items: center;
        justify-content: center;
    }

    .ugy-menu-mega-col {
        display: flex;
        flex-direction: column;
        margin: 0px 40px;
    }

    .ugy-menu-mega-link {
        font-size: 16px;
        text-decoration: none;
        padding: 7px 0;
        font-weight: 600;
        font-family: "Montserrat";
        color: #2d2d2d;
        border-bottom: 1px solid #999;
    }

    .ugy-menu-mega-link:hover {
        color: #650e1d;
        border-bottom: 1px solid #650e1d;
    }

    .ugy-menu-top-item:hover .ugy-menu-mega {
        display: flex;
        opacity: 1;
        position: absolute;
        top: 100px;
        width: 100%;
        left: 0;
        right: 0;
    }

    .ugy-search-icon-cont {
        background-color: #650e1d;
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-contrast-icon-cont {
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-menu-divider {
        width: 1px;
        background-color: #e2e2e2;
        height: 50px;
        margin-right: 10px;
    }

    .ugy-menu-search-button {
        background-color: #650e1d;
        display: flex;
        height: 36px;
        width: 36px;
        justify-content: center;
        align-items: center;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-searchform {
        position: absolute;
        right: 30px;
        display: flex;
        top: 0;
        height: 100px;
        align-items: center;
        opacity: 0;
        display: none;
        transform: translateY(20px);
    }

    .ugy-search-icon {
        height: 20px;
        width: 20px;
    }

    .ugy-contrast-icon {
        height: 20px;
        width: 20px;
    }

    .ugy-search-input {
        background-color: #e2e6ea !important;
        border: 0 !important;
        outline: none;
        padding: 9px 20px !important;
        margin-right: -20px;
        min-width: 250px;
        height: 36px;
        font-size: 16px;
    }

    .ugy-menu-mega-lang-link {
        padding-right: 5px;
        color: #2d2d2d;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
        font-family: "Montserrat";
    }
}

@media only screen and (min-width: 1200px) {
    .ugy_sub_title {
        font-size: 16px;
        margin-top: 20px;
    }

    .ugy_sub_icon {
        height: 60px;
    }

    .ugy-logo {
        height: 50px;
    }

    .ugy-menu-top-item {
        height: 100px;
        display: flex;
        align-items: center;
        padding: 0 10px;
        color: #2d2d2d;
        cursor: pointer;
    }

    .ugy-menu-top-item-title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 14px;
        font-family: "Montserrat";
    }

    .ugy-menu-mega-col {
        display: flex;
        flex-direction: column;
        margin: 0px 70px;
    }

    .ugy-menu-mega-link {
        font-size: 16px;
        text-decoration: none;
        padding: 7px 0;
        font-weight: 600;
        font-family: "Montserrat";
        color: #2d2d2d;
        border-bottom: 1px solid #999;
    }

    .ugy-search-icon-cont {
        background-color: #650e1d;
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-contrast-icon-cont {
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-menu-divider {
        width: 1px;
        background-color: #e2e2e2;
        height: 50px;
        margin-right: 10px;
    }

    .ugy-menu-search-button {
        background-color: #650e1d;
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;

        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-search-input {
        background-color: #e2e6ea !important;
        border: 0 !important;
        outline: none !important;
        padding: 14px 20px !important;
        margin-right: -20px !important;
        min-width: 350px;
        font-size: 16px;
        height: 46px;
    }

    .ugy-menu-mega-lang-link {
        padding-right: 5px;
        color: #2d2d2d;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        font-family: "Montserrat";
    }
}

@media only screen and (min-width: 1440px) {
    .ugy_sub_title {
        font-size: 20px;

        margin-top: 40px;
    }

    .ugy-logo {
        height: 50px;
    }

    .ugy-search-icon {
        height: unset;
        width: unset;
    }

    .ugy-contrast-icon {
        height: unset;
        width: unset;
    }

    .ugy-menu-top-item {
        height: 100px;
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: #2d2d2d;
        cursor: pointer;
    }

    .ugy-menu-top-item-title {
        text-transform: uppercase;
        font-weight: 600;
        font-size: 16px;
        font-family: "Montserrat";
    }

    .ugy-menu-mega-col {
        display: flex;
        flex-direction: column;
        margin: 0px 70px;
    }

    .ugy-menu-mega-link {
        font-size: 16px;
        text-decoration: none;
        padding: 7px 0;
        font-weight: 600;
        font-family: "Montserrat";
        color: #2d2d2d;
        border-bottom: 1px solid #999;
    }

    .ugy-search-icon-cont {
        background-color: #650e1d;
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-contrast-icon-cont {
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-menu-divider {
        width: 1px;
        background-color: #e2e2e2;
        height: 50px;
        margin-right: 15px;
    }

    .ugy-menu-search-button {
        background-color: #650e1d;
        display: flex;
        height: 46px;
        width: 46px;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
        border: 0;
        cursor: pointer;
        outline: none;
    }

    .ugy-search-input {
        background-color: #e2e6ea;
        border: 0 !important;
        outline: none !important;
        padding: 14px 20px !important;
        margin-right: -20px !important;
        min-width: 350px;
        font-size: 16px;
    }

    .ugy-menu-mega-lang-link {
        padding-right: 5px;
        color: #2d2d2d;
        font-size: 18px;
        font-weight: 700;
        text-decoration: none;
        font-family: "Montserrat";
    }
}

@media only screen and (max-width: 980px) {
    .ugy_sub_button {
        display: flex;
        align-items: center;
        text-decoration: none;
        height: 50px;
        position: relative;
    }

    .ugy_sub_button::after {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        font-family: "ETmodules";
        content: "\33";
        font-size: 30px;
        text-align: center;
        margin: 0;
        line-height: 50px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        width: 50px;
        height: 50px;
    }

    .ugy_sub_button.open::after {
        background-color: #e2e6ea;
    }

    .ugy_sub_title {
        margin-left: 10px;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        text-transform: uppercase;
        font-family: "Montserrat";
        color: #2d2d2d;
    }

    .ugy_sub_icon {
        width: 30px;
        margin-left: 15px;
    }

    .ugy_sub_dropdown_link {
        display: block;
        font-size: 14px;
        line-height: 26px;
        font-family: "Montserrat";
        color: #2d2d2d;
        padding: 7px 0px 7px 55px;
        text-decoration: none;
    }

    .ugy_sub_dropdown {
        padding: 10px 0;
        background-color: #e2e6ea;
        display: flex;
        display: none;
    }

    .ugy_sub_spacer {
        display: none;
    }

    #ugy-menu {
        height: 80px;
        border-bottom: 1px solid #e2e2e2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0;
        flex-wrap: wrap;
        background-color: white;
        z-index: 9999;
    }

    .ugy-logo-cont {
        margin-left: 15px;
        height: 80px;
        display: flex;
        align-items: center;
    }

    .ugy-logo {
        height: 50px;
    }

    .ugy-hamburger-cont {
        transform: scale(0.8);
        margin-right: 0;
    }

    .ugy-menu-content-wrap {
        width: 100%;
        order: 10;
        background-color: white;
        border-bottom: 1px solid #e2e2e2;
        padding: 15px 0;
        display: none;
        z-index: 9999;
    }

    .ugy-menu-items {
        display: flex !important;
        opacity: 1 !important;
        transform: none !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .ugy-menu-top-item {
        border-bottom: 1px solid #999;
        position: relative;
        width: 100%;
    }

    .ugy-menu-top-item::after {
        position: absolute;
        top: 0;
        bottom: 0;

        right: 0;
        font-family: "ETmodules";
        content: "\33";
        font-size: 30px;
        text-align: center;
        margin: 0;
        line-height: 40px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        width: 40px;
        height: 40px;
    }

    .ugy-menu-top-item.open::after {
        background-color: #e2e6ea;
    }

    .ugy-menu-top-item-title {
        padding-left: 15px;
        font-weight: 600;
        font-size: 18px;
        line-height: 40px;
        text-transform: uppercase;
        font-family: "Montserrat";
        color: #2d2d2d;
    }

    .ugy-menu-mega {
        display: none;
        background-color: #e2e6ea;
        padding: 10px 0px;
    }

    .ugy-menu-mega-col {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .ugy-menu-mega-link {
        font-size: 16px;
        line-height: 26px;
        font-family: "Montserrat";
        color: #2d2d2d;
        padding: 7px 0px 7px 15px;
        text-decoration: none;
    }

    .ugy-search-icon-cont {
        display: none !important;
    }

    .ugy-menu-mega-lang-link {
        font-family: "Montserrat";
        font-size: 20px;
        color: #2d2d2d;
        margin-right: 10px;
        font-weight: 700;
        line-height: 30px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        text-decoration: none;
    }

    .ugy-contrast-icon-cont {
        margin-top: 20px;
        margin-bottom: 20px;
        margin-left: 10px;
        width: 30px;
        height: 30px;
    }

    .ugy-contrast-icon {
        width: 30px;
        height: 30px;
    }

    .ugy-searchform {
        display: flex !important;
        opacity: 1 !important;
        transform: none !important;
        justify-content: center;
        align-items: center;
    }

    .ugy-menu-search-button {
        width: 40px;
        height: 40px;
        background-color: #650e1d;
        justify-content: center;
        align-items: center;
        display: flex;
        border: 0;
        outline: none;
    }

    .ugy-search-input {
        height: 40px;
        flex: 1;
        background-color: #e2e6ea !important;
        border: 0 !important;
        padding: 0 15px !important;
        font-size: 16px;
        border-radius: 0 !important;
    }
}

.et_pb_bg_layout_dark .et_pb_slide_description {
    text-shadow: none !important;
}
#accessible-nav{
	height:100px;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding: 0 40px;
}
#accessible-nav2{
	height:66px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 0 40px;
	background-color: #650E1D;
}
#accessible-nav ul{
	padding:0;
}
#accessible-nav2 ul{
	padding:0;
}
.link-list li{
    padding:15px 0px;
    border-bottom:1px solid gray;
  }
  .link-list li a{
    color:black
  }
  .link-list li a:focus{
    color:#650e1d;
  }
#accessible-nav ul li.accessible-nav-list-item button:focus,#accessible-nav ul li.accessible-nav-list-item-emphasized a:focus,.submenu-item-link:focus,.subsubmenu-item-link:focus{
    outline: 1px solid #650E1D;
}
#accessible-nav2 ul li.accessible-nav-list-item button:focus,#accessible-nav2 ul li.accessible-nav-list-item-emphasized a:focus,.submenu-item-link:focus,.subsubmenu-item-link:focus{
    outline: 1px solid #650E1D;
}
#accessible-nav .accessible-nav-list,#accessible-nav2 .accessible-nav-list{
	display:flex;
	//flex:1;
	gap:20px;
	padding:0;
	//position:relative;
	align-items:center;
	list-style:none;
	height:100%;
	justify-content:flex-end;
	justify-content:end;
}
#accessible-nav .accessible-nav-list-item button{
	border: 0;
    background: transparent;
	font-size:16px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:600;
	color:#000000;
	cursor:pointer;
}
#accessible-nav2 .accessible-nav-list-item button,#accessible-nav2 .accessible-nav-list-item a.accessible-nav-link{
	border: 0;
    background: transparent;
	font-size:16px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:600;
	color:#ffffff;
	cursor:pointer;
}
#accessible-nav .accessible-nav-list-item-emphasized, #accessible-nav .accessible-nav-list-item-emphasized a{
	border: 0;
    background: transparent;
	font-size:18px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:700;
	color:#000000;
}
#accessible-nav2 .accessible-nav-list-item-emphasized, #accessible-nav2 .accessible-nav-list-item-emphasized a{
	border: 0;
    background: transparent;
	font-size:18px;
	font-family:'Montserrat';
	text-transform:uppercase;
	font-weight:700;
	color:#000000;
}
#accessible-nav .submenu-wrapper,#accessible-nav2 .submenu-wrapper {
	border-bottom: solid 1px #bdbdbd;
    border-top: solid 1px #bdbdbd;
    left: 50%;
    min-height: 320px;
    padding: 3.125rem 1.25rem;
    top: 100%;
    transform: translateX(-50%);
    background-color: #F7F7F7;
    border-bottom: solid 1px #bdbdbd;
    box-shadow: 0 8px 16px -5px rgba(55, 70, 95, 0.07);
    display: none;
  	padding-bottom: 2.8125rem;
    position: absolute;
    width: 100vw;
	z-index: 5;
}
#accessible-nav .submenu-wrapper-inner,#accessible-nav2 .submenu-wrapper-inner{
	max-width:1170px;
	width:100%;
	height:100%;
	display:flex;
	margin-left:auto;
	margin-right:auto;
}
#accessible-nav .submenu-wrapper-inner > ul,#accessible-nav2 .submenu-wrapper-inner > ul{
	flex:2;
	columns:2;
}
#accessible-nav .submenu-intro,#accessible-nav2 .submenu-intro{
	flex:1;
	display: flex;
    flex-direction: column;
	padding-right:5%;
}
#accessible-nav .submenu-intro h2,#accessible-nav2 .submenu-intro h2{
	font-size:25px;
	color:#650e1d;
	font-family:'Montserrat';
	font-weight:700;
	text-transform:uppercase;
	margin-bottom:25px;
}
#accessible-nav .submenu-intro div,#accessible-nav2 .submenu-intro div{
	border-left:1px solid #650e1d;
	padding-left:25px;
	color:#2D2D2D;
	font-size:20px;
	font-family:'Open Sans',Helvetica,Arial,Lucida,sans-serif;
	font-style:italic;
	flex:1;
}
#accessible-nav .submenu-wrapper-inner ul,#accessible-nav2 .submenu-wrapper-inner ul{
	list-style:none;
}
#accessible-nav .submenu-wrapper-inner .submenu-item,#accessible-nav2 .submenu-wrapper-inner .submenu-item{
	margin-bottom:15px;
	break-inside:avoid;
}
#accessible-nav .submenu-wrapper-inner > ul > li a.submenu-item-link,#accessible-nav2 .submenu-wrapper-inner > ul > li a.submenu-item-link{
	font-family:'Montserrat';
	font-weight:700;
	color:#2D2D2D;
    font-size:18px;
	text-decoration:none;
	display:flex;
	align-items:baseline;
}
#accessible-nav .submenu-wrapper-inner ul.subsubmenu-item,#accessible-nav2 .submenu-wrapper-inner ul.subsubmenu-item{
	margin-left:1.5em;
}
#accessible-nav .submenu-wrapper-inner .subsubmenu-item li,#accessible-nav2 .submenu-wrapper-inner .subsubmenu-item li{
	margin-bottom:5px;
}
#accessible-nav .submenu-wrapper-inner .subsubmenu-item li:last-child,#accessible-nav2 .submenu-wrapper-inner .subsubmenu-item li:last-child{
	margin-bottom:0px;
}
#accessible-nav .submenu-wrapper-inner > ul > li a.subsubmenu-item-link,#accessible-nav2 .submenu-wrapper-inner > ul > li a.subsubmenu-item-link{
	font-family:'Montserrat';
	font-weight:400;
	color:#2D2D2D;
	font-size:16px;
	text-decoration:none;
}
#accessible-nav .submenu-wrapper-inner ul img,#accessible-nav2 .submenu-wrapper-inner ul img {
    
    display: inline-block;
    transform: translateY(-3px);
    margin-right: 15px;
}
.hamburger,.mobile-back-button,.hamburger2{
	display:none;
}
@media (max-width: 980px)
{
	.hamburger,.hamburger2{
		display:block;
	}
	
	.mobile-back-button img{
		display: inline-block;
		transform: translateY(-3px) rotate(180deg)!important;
		margin-right: 5px;
	}
	#accessible-nav,#accessible-nav2{
		padding: 0 0px;
		height:auto;
	}
	#accessible-nav .accessible-nav-list{
		display:none;
		width:100vw;
		top:100%;
		position:absolute;
		height:auto;
		flex-direction:column;
		background-color: #F7F7F7;
		padding:40px 10px;
	}
	#accessible-nav2 .accessible-nav-list{
		display:flex;
		width:100vw;
		top:100%;
		position:relative;
		height:auto;
		flex-direction:column;
		background-color: #650E1D;
		padding:40px 10px;
	}
	#accessible-nav .hamburger,#accessible-nav2 .hamburger2{
		scale: 0.7;
	}
	#accessible-nav .hamburger.is-active + .accessible-nav-list,#accessible-nav2 .hamburger2.is-active + .accessible-nav-list{
		display:flex;
	}
	#accessible-nav .submenu-wrapper,#accessible-nav2 .submenu-wrapper{
		top:0;
	}
	#accessible-nav .submenu-wrapper-inner,#accessible-nav2 .submenu-wrapper-inner{
		flex-direction:column;
	}
	#accessible-nav .submenu-wrapper-inner .submenu-intro,#accessible-nav2 .submenu-wrapper-inner .submenu-intro{
		display:none;
	}
	#accessible-nav .submenu-wrapper-inner>ul,#accessible-nav2 .submenu-wrapper-inner>ul{
		columns:1;
	}
	#accessible-nav .submenu-wrapper-inner > ul > .mobile-back-button,#accessible-nav2 .submenu-wrapper-inner > ul > .mobile-back-button{
	display:block;
	font-family: 'Montserrat';
    font-weight: 700;
    color: #2D2D2D;
    font-size: 18px;
    padding: 20px 0;
    text-decoration: none;
    border-bottom: 1px solid gray;
    width: 100%;
    margin-bottom: 20px;
    border-top: 1px solid gray;
}

}
/*********************************/
/********ACCESSIBLE*UPDATE********/
/*********************************/

/*ALL*/
header{
    z-index: 999;
    position: relative;
}
.accessible-footer-links,.accessible-footer-social-links{
    display:flex;
    justify-content:center;
    align-items:center;
  }
  .accessible-footer-social-a{
    padding:0 20px;
  }
  .accessible-footer-links .divider{
    width:1px;
    background:white;
    height:115px;
  }
  .accessible-footer-a span{
  text-align: center;
  font: normal normal bold 12px/15px Montserrat;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;  
  display: block;
  }
  .accessible-footer-a{
    padding:0 20px;
    width:150px;
    text-align:center;
  }
.accessible-nav-list-item-search a{
    background-color: #650E1D;
    padding: 10px;
}
.accessible-nav-list-item-search a:focus{
    background-color: black;
}
.accessible-slider .slick-slide .accessible-slider-slide {
    height: 400px;
    background-position: top left;
    background-size: cover;
    padding: 0 12%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.accessible-slider .slick-slide .accessible-slider-slide {
    height: 400px;
    background-position: top left;
    background-size: cover;
    padding: 0 12%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.accessible-slider .slick-slide .accessible-slider-slide.bgcenter {
    background-position: center;
    
}
.accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-title {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 50px;
    color: #650e1d;
    text-transform: uppercase;
    padding-right: 50%;
    line-height: 1.1;
    padding-bottom: 0.1em;
}
.accessible-slider .slick-slide .accessible-slider-slide.right .accessible-slider-slide-title {
    padding-right: 0;
    padding-left: 50%;
    text-align: right;
}
.accessible-slider .slick-slide .accessible-slider-slide.right {
    align-items:end;
}
.accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-subtitle {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: rgb(45, 45, 45);
    padding-bottom: 0;
	line-height:1.5em;
	max-width:60%;
}
.accessible-slider .slick-slide .accessible_news_button{
	padding-top:10px;
	padding-left:1px;
}
.accessible-slider .slick-slide .accessible-slider-slide.right .accessible-slider-slide-subtitle {
    
    text-align: right;
}
.accessible-slider .slick-dots li.slick-active button .slick-dot-icon:before{
    margin-top: 0;
    margin-left: 0;
    font-size: 12px;
    color:#650E1D;
    -webkit-text-stroke: 1px white;
    
}
.accessible-slider .slick-dots li button .slick-dot-icon:before{
    font-size: 12px;
    -webkit-text-stroke: 1px white;
}
.entry-content .accessible-slider ul{
padding: 0;
}
.accessible-slider .slick-prev{
    left:20px!important;
}
.accessible-slider .slick-next{
    right:50px!important;
}
.accessible-slider .slick-prev:focus .slick-prev-icon:before{
    color:#650E1D;
}
.accessible-slider .slick-prev .slick-prev-icon:before{
    font-family: ETmodules;
    content:"\34";
    color: rgb(45, 45, 45);
    -webkit-text-stroke: 1px white;
    opacity: 1;
    font-size: 48px;
}
.accessible-slider .slick-next:focus .slick-next-icon:before{
    color:#650E1D;
}
.accessible-slider .slick-next .slick-next-icon:before{
    font-family: ETmodules;
    content:"\35";
    color: rgb(45, 45, 45);
    -webkit-text-stroke: 1px white;
    opacity: 1;
    font-size: 48px;
}
.accessible-slider .slick-next .slick-next-icon{
    color: rgb(45, 45, 45);
    opacity: 1;
}
.accessible-slider .slick-prev .slick-prev-icon{
    color: rgb(45, 45, 45);
    opacity: 1;
}
.accessible-slider.slick-slider.slick-dotted{
    margin-bottom: 0px;
}
.accessible-slider .slick-dots,.accessible-slider .slick-autoplay-toggle-button{
    bottom: 20px;
    color: rgb(45, 45, 45);
    -webkit-text-stroke: 1px white;
}
.accessible-slider .slick-autoplay-toggle-button:focus{
    color:#650E1D;
    -webkit-text-stroke: 1px #650E1D;

}
.accessible-slider .slick-dots li button:focus .slick-dot-icon:before{
    color:#650E1D;
    -webkit-text-stroke: 1px #650E1D;

}
.accessible-slider .slick-next:focus, .slick-prev:focus{
    top:50%;
}
.accessible-slider .slick-dots li button .slick-dot-icon{
    color: rgb(45, 45, 45);
opacity: 1;
}
.accessible_news_row{
    display: flex;
    gap:30px;
}
.accessible_news{
    flex:1;
    display: flex;
    flex-direction: column;
    width: calc(33% - 20px);
}
.accessible_news_featured_image{
    height: 235px;
    background-size: cover;
    background-position: center;
}
.accessible_news_bottom{
    background-color: #ecf0f5;
    padding: 40px 25px;
    padding-top: 0;
flex:1;
display: flex;
flex-direction: column;
}
.accessible_news_date{
    display: inline-block;
    background-color: #650E1D;
    color:white;
    padding: 0px 30px;
    font-size: 16px;
    position: relative;
    top: -20px;
    font-family: 'Montserrat';
    width: fit-content;
}
.accessible_news_title h4{
    font: normal normal 600 25px/35px Montserrat;
letter-spacing: 0px;
color: #650E1D;
}
.accessible_news_excerpt{
    font: normal normal normal 18px/30px Open Sans;
letter-spacing: 0px;
color: #000000;
flex:1;
padding: 10px 0 20px 0;
}
.accessible_news_button{
    font: normal normal bold 15px/19px Montserrat;
letter-spacing: 0px;
color: #650E1D;
text-transform: uppercase;
}
@media only screen and (max-width:1200px){
    #accessible-nav .accessible-nav-list-item button{
        font-size: 14px;
    }
    #accessible-nav .accessible-nav-list{
        gap: 15px;
    }
    .accessible_news_row{
        gap:60px;
        flex-direction: column;
    }
    .accessible_news{
        width: 100%;
        flex-direction: row-reverse;
        background-color: #ecf0f5;
    }
    .accessible_news_featured_image{
        height: 235px;
        max-height: 30vw;
        width: 30vw;
    }
    .accessible_news_bottom{
    flex:1;
    display: flex;
    flex-direction: column;
    }
}

/*TABLET*AND*SMALLER*/
@media only screen and (max-width: 980px) {

    /* Styles for devices with a width of 980px or less */
    #accessible-nav .accessible-nav-list-item button{
        font-size: 20px;
    }
    #accessible-nav .accessible-nav-list{
        gap: 30px;
    }
    .accessible-slider .slick-slide .accessible-slider-slide {
        height: 280px;
    }

    .accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-title {
        font-size: 32px;
    }

    .accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-subtitle {
        font-size: 22px;
    }
    .accessible_news_row{
        gap:30px;
        flex-direction: column;
    }
    .accessible_news{
        width: 100%;
        flex-direction: column;
        background-color: transparent;
    }
    .accessible_news_featured_image{
        height: 40vw;
        max-height: 40vw;
        width: 100%;
    }
    .accessible_news_bottom{
    flex:1;
    display: flex;
    flex-direction: column;
    }
}

/*PHONE*AND*SMALLER*/
@media only screen and (max-width: 768px) {

    /* Styles for devices with a width of 768px or less */
    .accessible-slider .slick-slide .accessible-slider-slide {
        height: 200px;
    }

    .accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-title {
        font-size: 20px;
    }

    .accessible-slider .slick-slide .accessible-slider-slide .accessible-slider-slide-subtitle {
        font-size: 14px;
    }
}

/*********************************/
/******ACCESSIBLE*UPDATE*END******/
/*********************************/




/*********************************/
/******ACCESSIBLE*UPDATE*2******/
/*********************************/


  .ugy_news_updated_grid {
   	display: grid;
    grid-template-columns: repeat(3, 1fr);
	
    gap: 24px;
}
@media (max-width: 1400px) {
	.ugy_news_updated_grid {
        grid-template-columns: 1fr 1fr;
    }
	.ugy_news_updated--empty {
        display: none;
    }
}
@media (max-width: 767px) {
    .ugy_news_updated_grid {
        grid-template-columns: 1fr;
    }
    .ugy_news_updated--empty {
        display: none;
    }
}

.ugy_news_updated {
    box-sizing: border-box;
    background: transparent;
    display: flex;
    flex-direction: column;
    /* NINCS width, flex, max-width! */

}
.ugy_news_updated.dark {
    background: #ECF0F5;
}

.ugy_news_updated_featured_image {
    width: 100%;
    background: #000;
    position: relative;
    overflow: hidden;
}
.ugy_news_updated_featured_image::before {
    content: "";
    display: block;
    padding-top: 56.25%; /* 16:9 aspect ratio */
}
.ugy_news_updated_featured_image img {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    object-fit: contain;
    background: #000;
    display: block;
}

.ugy_news_updated_content {
    padding: 25px 20px;
    margin-top: -48px;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
}

.ugy_news_updated .ugy_news_updated_date {
    background: #ECF0F5;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    display: inline-flex;
    padding: 10px 25px;
    line-height: 1em;
    margin-bottom: 20px;
    width: auto;
    align-self: flex-start;
    min-width: 0;
}
.ugy_news_updated.dark .ugy_news_updated_date {
    background: #650E1D;
    color: #ffffff;
}
.ugy_news_updated_title a {
    font-family: 'Montserrat';
    font-size: 25px;
    margin: 0;
    font-weight: 600;
    color: #650E1D;
    line-height: 1.3em;
	word-wrap: break-word;       /* régi, de működik */
  overflow-wrap: break-word;   /* modern, ajánlott */
  word-break: break-word;      /* fallback */
}
.ugy_news_updated_title h4 {
    padding: 0;
    margin-bottom: 10px;
}
.ugy_news_updated_excerpt {
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    margin-bottom: 20px;
}
.ugy_news_updated_excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
    max-height: 104px; /* 4 lines × 1.3em */
    margin: 0;
}
.ugy_news_updated_read_more {
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    color: #650E1D;
    line-height: 1.3em;
}
.ugy_news_updated_categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 15px;
}
.ugy_news_category_tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: #fff;
    background: #312D3C;
    padding: 4px 12px;
    border-radius: 12px;
    text-align: left;
    line-height: 1.3em;
    margin: 0;
    height: auto;
}
.ugy_news_category_tag a {
    color: #fff !important;
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    display: block;
    width: 100%;
    text-align: center;
    line-height: 1.3em;
    padding: 0;
    margin: 0;
}

/* Tablet és mobil méret: kisebb cím és szöveg, 4 soros excerpt */
@media (max-width: 980px) {
    .ugy_news_updated_title a {
        font-size: 20px;
        line-height: 1.3em;
    }
    .ugy_news_updated_excerpt {
        font-size: 16px;
        line-height: 1.3em;
    }
    .ugy_news_updated_excerpt p {
        line-height: 1.3em;
        max-height: 5.2em; /* 4 lines × 1.3em */
    }
}
@media (max-width: 767px) {
	.ugy_news_updated{
		max-width:100%;
	}
    .ugy_news_updated_title a {
        font-size: 20px;
        line-height: 1.3em;
    }
    .ugy_news_updated_excerpt {
        font-size: 16px;
        line-height: 1.3em;
    }
    .ugy_news_updated_excerpt p {
        line-height: 1.3em;
        max-height: 5.2em;
    }
}
  
  .ugy_news_all_button{
    text-align:center;
    margin-top:70px;
  }
  .ugy_news_all_btn{
    padding:15px 36px;
    background:#650E1D;
    color:white!important;
    line-height:1em!important;
    font-family:'Montserrat';
    font-weight:bold;
    text-transform:uppercase;
    font-size:15px!important;
  }


.et_pb_toggle_open .et_pb_toggle_title:before {
transform: rotate(90deg);
content: "\35";
transition:all 0.5s ease-in-out 0s;
color: white !important;
}
/* Closed toggle*/
.et_pb_toggle_title:before {
content: "\35";
font-size:1.5em;
transition:all 0.5s ease-in-out 0s;
color: white !important;
}
.fix_ugy_link a{
  display:inline-block;
  padding:10px 10px;
  position:relative;
}
.fix_ugy_link a::before{
  position:absolute;
  left:-10px;
  top:14px;
  content:"\35";
  font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 600;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
}
.ugy_sidebar_button{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0px 20px 0px 40px!important;
  width:100%;
  text-align:center;
  height:68px;
}
.ugy_sidebar_button::before{
  position:absolute;
  left:15px;
  top: 50%;
    margin-top: -.5em;
  font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
  content: "\35";
font-size:1.5em;
transition:all 0.5s ease-in-out 0s;
color: white !important;
}
.ugy_sidebar_button.nochev::before{
  display:none;
}
.ugy_hirek_nav_cont{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0 -15px;
}
.ugy_hirek_nav_c{
  max-width:20%;
  padding:5px 10px;
}
.ugy_hirek_nav_a{
  color:#7C878E!important;
  font-size:16px;
  font-family:'Montserrat';
  font-weight:600;
  text-align:center;
  display:inline-block;
  line-height:1.5em;
  text-transform:uppercase;
}
 
.ugy_hirek_nav_c.active .ugy_hirek_nav_a,.ugy_hirek_nav_a.active{
  color:#650E1D!important;
  text-decoration:underline;
}
@media only screen and ( max-width: 980px ) {
  .ugy_hirek_nav_cont{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin:0;
    flex-direction:column;
}
.ugy_hirek_nav_c{
  max-width:100%;
  padding:5px 15px;
}
.ugy_hirek_nav_a{
  color:#7C878E!important;
  font-size:16px;
  font-family:'Montserrat';
  font-weight:600;
  text-align:center;
  display:inline-block;
  line-height:1.5em;
  text-transform:uppercase;
}
}
@media only screen and ( min-width: 981px ) and ( max-width: 1400px ) {
  .ugy_hirek_nav_a{
 
  font-size:16px;
  
}
}
