﻿/* GENERAL */
[class$=api-load-alpha-banner] {
    display: none;
}

div.text-error ul li {
    color: #a5002a;
}

input::placeholder, textarea::placeholder, select option[value=""] {
    color: #8b8b8b !important;
}

@media screen and (min-width:960px) {
    .policy-info {
        text-align: right !important;
    }

    footer.content-info .footer-bottom-container {
        align-items: start !important;
    }
}

.company-info span, .policy-info a {
    font-size: .75rem !important;
}

em {
    color: #000 !important;
}


#map {
    width: auto;
    margin: auto;
}

.site-over-map {
    width: 150px;
}

    .site-over-map::before {
        position: absolute;
        top: -17px;
        left: -17px;
        height: 15px;
        width: 15px;
        background-color: #a5002a;
        content: "";
    }

.link {
    color: #a5002a !important;
}

a.cta-link {
    color: #a5002a;
    font-weight: 600;
    text-decoration: underline;
}

main[role=main].transparent-admin a.cta-link {
    color: #000;
}

a.cta-link:hover {
    text-decoration: none;
}

.text-justify {
    text-align: justify;
}

.milestone-font {
    font-size: 1rem !important;
    font-weight: 300;
    font-family: Proxima Nova,sans-serif;
    background: #fff !important;
}

.button-red, .button-red-fill {
    text-transform: uppercase !important;
}

@media screen and (max-width:639px) {
    .button-red, .button-red-fill, .button-white-fill {
        width: 100% !important;
    }
}

@media screen and (min-width:640px) {
    .button-red, .button-red-fill {
        width: 350px !important;
    }
}

.logout-btn {
    border: none;
    background-color: transparent;
    color: #000;
    font-size: 1.125rem;
    font-weight: 400;
    margin: 8px 0;
    padding-left: 10px;
    text-transform: none;
    transition: color .2s cubic-bezier(.25,.46,.45,.94);
}

    .logout-btn:hover {
        text-decoration: none;
        color: #a5002a
    }

@media screen and (max-width: 959px) {
    .logout-btn {
        border: none;
        background-color: transparent;
        color: #000;
        font-size: .9375rem;
        font-weight: 600;
        padding: 0;
        margin: 0;
        text-transform: none;
    }
}


@media (min-width: 960px) {
    .certifications-content .certification-accordion {
        flex: 1 !important;
    }
}

.switcher-tab-card-certifications .tab-container #cert-switcher {
    padding-bottom: 10px !important;
}

.switcher-tab-card-certifications .tab-container #cert-switcher {
    z-index: 999 !important;
}

@media (max-width: 959px) {
    .switcher-tab-card-certifications .tab-container.is-overflow .next-switcher {
        display: none !important;
    }
}


.subtitle-normal {
    font-weight: normal !important;
}

.hand-pointer {
    cursor: pointer;
}

@media (max-width: 768px) {
    .course-large-box-card .text-hover-large-box .course-large-price .current-price {
        font-size: 1.4rem !important;
    }
}

.social-links {
    align-items: center !important;
    display: flex !important;
    gap: 20px !important;
}

.video-container .course-bottom-info .bottom-var-box:first-child {
    margin: 0 60px !important;
}



.width-100 {
    width: 100% !important;
}

.single-checkbox {
    margin-bottom: 0px !important;
    margin-right: 20px !important;
}

.a-button {
    background: none !important;
    border: none !important;
    color: #a5002a;
    transition: ease-in-out 0.3s;
}

    .a-button:hover {
        color: #fff;
        background-color: #a5002a !important;
        border-radius: 5px;
    }

.btn-cart {
    background-color: #a5002a;
    color: #fff;
    padding: 5px;
    border: none;
    border-radius: 5px;
    margin: 5px 0px 5px 0px;
}

.bg-red {
    background-color: #a5002a;
}

.bg-black {
    background-color: #000;
}

@media (min-width: 769px) {
    .btn-cart {
        width: 150px;
    }
}

.loader {
    border: 16px solid #fff;
    border-radius: 50%;
    border-top: 16px solid #a5002a;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.csqa-pagination {
    background-color: transparent !important;
}

.success-text {
    color: #155724 !important;
    background-color: #d4edda;
    padding: 10px;
}

.error-text {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
    padding: 10px;
}

fail-text {
    color: #721c24 !important;
    background-color: #f8d7da;
    padding: 10px;
}


.culture-dropdown {
    background: white !important;
    padding: 5px !important;
    border: 1px solid !important;
    min-width: unset !important;
    border-radius: 5px !important;
    line-height: inherit !important;
}

.current-culture {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.25rem center;
    background-size: 16px 12px;
    padding-right: 25px;
    text-transform: uppercase !important;
}

@media (min-width: 1200px) {
    .current-culture {
        width: 40px !important;
        margin-left: 50px !important;
    }

    .culture-dropdown, .lang-button {
        width: 40px !important;
        padding: 0px !important;
    }
}

.lang-button {
    margin: 0 !important;
    padding: 2px !important;
}

.text-red {
    color: #a5002a !important;
}

ul, ul.uk-nav-sub {
    list-style: square !important;
}

    ul li::marker, ul-uk-nav-sub li::marker {
        color: #a5002a !important;
    }

    ul.uk-tab, ul.uk-nav, ul.list-link, ul.uk-subnav, main[role=main].agency-profile ul {
        list-style: none !important;
    }


    ul li:first-child {
        padding-left: 0px;
    }

@media (max-width: 959px) {
    .uk-subnav {
        width: 100% !important;
    }
}

/* BREADCRUMBS */
.page-navigator {
    font-size: .65rem !important;
}

/* ACCREDITATIONS */
.accordion-text-specific {
    margin: 0px 0px 50px 0px !important;
}




/* NEWSLETTER BOX */

.switcher-tab-card-certifications .tab-container .uk-subnav, .switcher-tab-card-course .tab-container .uk-subnav, .switcher-tab-card .tab-container .uk-subnav {
    padding-left: 10px;
}

@media (max-width:639px) {
    main[role=main].homepage .switcher-tab-card .tab-container, main[role=main].single-course-expanded .switcher-tab-card .tab-container {
        padding: 0px 40px !important;
    }

    .news-text-content {
        margin: 0 !important;
    }

    .switcher-tab-card .tab-container {
        padding: 10px !important;
    }
}

.cart-container .cart-order .order-row .button-red-fill {
    width: 100% !important;
}

.uk-grid .csqa-pagination {
    padding: 10px 0px;
}

.csqa-news .uk-grid .csqa-pagination {
    margin-left: 30px;
}

@media (min-width:1200px) {
    .csqa-news .uk-grid .csqa-pagination {
        margin-left: 40px;
    }
}




/* HOME */
.homeblock-icon {
    max-width: 50px;
    margin: 0px 0px 20px 0px !important;
}

.homeblock-image {
    width: 100% !important;
}

.homeblock-div-img {
    max-width: 100%;
    max-height: 100%;
}

.homeblock-div-text {
    max-width: 100%;
    max-height: 100%;
}

.homeblock-description {
    height: 190px !important;
}

.homeblock-row {
    flex-direction: column;
}

.col-text {
    text-align: justify !important;
}

@media (min-width: 640px) {
    .col-text-right {
        padding-right: 0px !important;
    }

    .col-text-left {
        padding-left: 0px !important;
    }

    .homeblock-row {
        flex-direction: row;
    }

    .homeblock-div-text {
        max-width: 50%;
    }

    .homeblock-div-img img {
        max-width: 100%;
    }
}

@media (min-width: 960px) {
    .homeblock-div-img-left img {
        max-width: 65%;
        margin-left: 90px;
    }

    .homeblock-div-img-right img {
        max-width: 65%;
        margin-right: 90px;
    }

    main[role=main].homepage .info-centered {
        margin-top: 100px !important;
    }
}

/* TWO COLUMNS CONTAINER */
.two-columns-container .xtr-text-hover {
    align-items: center;
    position: absolute;
    text-align: center;
    padding-top: 50px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.two-columns-container .xtr-button-hover {
    align-items: center;
    position: absolute;
    text-align: center;
    left: 50%;
    bottom: 0;
    padding-bottom: 50px;
    transform: translate(-50%);
}

.two-columns-container .image-cover-container {
    padding-bottom: 50%;
}

@media (max-width: 575px) {
    .two-columns-container .image-cover-container {
        padding-bottom: 70% !important;
    }
}

@media (max-width: 959px) {
    .two-columns-container .image-cover-container {
        padding-bottom: 40%;
    }
}

@media (min-width: 960px) {

    .two-columns-container .image-cover-container {
        padding-bottom: 80%;
    }
}

@media (min-width: 1200px) {
    .two-columns-container .xtr-text-hover h4 {
        font-size: 1rem;
    }

    .two-columns-container .xtr-text-hover {
        padding-top: 150px;
    }

    .two-columns-container .xtr-button-hover {
        padding-bottom: 150px;
        top: 60%;
    }

    .two-columns-container .image-cover-container {
        padding-bottom: 90%;
    }
}

.two-columns-container .xtr-text-hover h4 {
    color: #fff;
    font-size: .875rem;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.two-columns-container .xtr-text-hover h2 {
    color: #fff;
    font-size: 1.625rem;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 350px;
}


/* RED SQUARE */

.page-main-section .page-title:before {
    left: -20px !important;
    top: -18px !important;
}

/* COMMUNICATIONS CONTAINER */
.communications-container {
    background-color: #f7f7f7;
    padding: 5px 10px 5px 10px;
}

.uk-dotnav .uk-active a {
    background-color: #a5002a !important;
}

.news-title {
    height: 45px !important;
}

.news-text {
    height: 45px !important;
}

.news-box-text-fh {
    height: 50px !important;
}

.news-box-content .news-text-content .news-text, .news-box-content .news-text-content .news-title {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    font-size: 1rem !important;
}

.img-beside {
    shape-outside: margin-box;
    max-width: 50%;
    margin: 0px 10px 10px 0px;
    float: left;
}

main[role=main].expanded-news li p {
    margin-bottom: 0px !important;
}

/* COMMUNICATIONS PAGE */
@media (min-width : 600px) {
    .csqa-filter-row.one-row .select-wrapper {
        flex-grow: 0.1 !important;
    }
}

.single-box-container {
    padding: 10px 10px;
}

.communications-filter-row .filter-label {
    color: #000;
    font-size: .875rem;
    font-weight: 600;
    margin-right: 20px;
    text-transform: uppercase;
}

.communications-filter-row .select-wrapper {
    margin: 0;
}


.communications-social .flex-div {
    flex-direction: column;
}

@media (min-width : 640px) {
    .communications-social .flex-div {
        flex-direction: row;
    }
}

/* CONTACTS */

@media (min-width: 960px) {
    .contacts-container .sites-container {
        width: 60% !important;
    }
}

.contact-ul {
    list-style-type: none;
    font-size: 1rem;
    font-family: Proxima Nova, sans-serif;
    padding: 0px;
}

    .contact-ul a {
        font-size: 1rem;
    }

/* EVENT LIST ITEM & GRID*/
.cube-department:before {
    background-color: var(--cube-color) !important;
}

#event-switcher .uk-active a {
    background: var(--cube-color) !important;
    border-bottom: 2px solid var(--cube-color) !important;
    color: #fff !important;
}

    #event-switcher .uk-active a:hover {
        color: #fff !important;
    }

#event-switcher li a:hover {
    color: var(--cube-color) !important;
}

.tag-background {
    color: #000 !important;
    border: 1px solid;
    border-color: #982a22;
    background-color: #fff;
}

/*.tabnav-container{
    padding-top:10px!important;
}
*/

.course-box-card .text-hover-box .tag-container .tag, .video-course-info .tag-container .tag {
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 2px 10px;
    font-size: 0.75rem;
}

.course-box-card .course-price {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: end;
    position: absolute;
    right: 10px;
}

    .course-box-card .course-price .current-price {
        color: #000;
        font-size: 1.3125rem;
        font-weight: 600;
    }

    .course-box-card .course-price .iva {
        color: #000;
        font-size: .875rem;
        font-weight: 300;
    }

    .course-box-card .course-price .prev-price {
        color: #a5002a;
        font-size: .875rem;
        font-weight: 300;
        margin-right: 15px;
        text-decoration: line-through;
        text-decoration-thickness: from-font;
    }

.course-box-card .course-box-text .available-num {
    height: 24px;
    float: left;
    font-weight: 300;
    color: #000;
    font-size: 0.875rem;
}


.course-box-card .course-box-text .course-title {
    font-size: 1rem !important;
    height: 95px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 639px) {
    .course-box-card .course-box-text .course-title {
        height: 50px !important;
    }
}

@media (max-width: 1199px) {
    .course-box-card .course-box-text .course-title {
        height: 70px !important;
    }
}

.event-timer {
    position: absolute;
    top: 25px;
    left: 15px;
    z-index: 100;
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    padding: 5px;
    background-color: #a5002a;
}

.review {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: start;
    position: absolute;
    left: 10px;
    background-color: #222628;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
}

.on-air {
    align-items: center;
    bottom: 10px;
    display: flex;
    justify-content: start;
    position: absolute;
    left: 10px;
    background-color: #a5002a;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -webkit-box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        -webkit-box-shadow: 0 0 3px #B20000;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        -moz-box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        -moz-box-shadow: 0 0 3px #B20000;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

@keyframes glowing {
    0% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }

    50% {
        background-color: #FF0000;
        box-shadow: 0 0 10px #FF0000;
    }

    100% {
        background-color: #B20000;
        box-shadow: 0 0 3px #B20000;
    }
}

img.background-cover {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}


/* CERTIFIED FOOD */
main [role=main].typical-product-page .color-gray {
    color: rgba(0,0,0,.4) !important;
}


    main[role=main].typical-product-page .color-gray span {
        color: rgba(0,0,0,.4) !important;
    }

main[role=main].typical-product-page .background-color-gray {
    background-color: rgba(0,0,0,.4) !important;
}

main[role=main].typical-product-page .box-title {
    height: 55px;
}

@media (min-width: 960px) {
    .common-box .common-box-title {
        font-size: 1.10rem;
    }

    .common-box .red-arrow-relative {
        margin-top: 10px;
    }
}


/* GRIDS */
main[role=main].courses-calendar .button-red {
    width: auto !important;
}

@media (max-width: 959px) {
    main[role=main].courses-calendar .uk-grid-small .uk-first-column, main[role=main].mycsqa-preferences-area .uk-grid-small .uk-first-column {
        padding-left: 0px !important;
    }
}

.modal-buttons .button-red-fill, .modal-buttons .button-red {
    width: auto !important;
}

.csqa-form-container .cta-form-section .button-red-fill {
    margin-left: 0px !important;
}


.video_wrapper {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 30px; /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
}

/*MASTER */
main[role=main].management-school .school-information-container .school-information .school-logo {
    background-image: url(../img/logo-csqa-b.svg) !important;
}

/*CONTACTS*/

.contact-fh {
    height: 130px;
    display: flex;
    flex-direction: column;
}

.contacts-container .sites-container .map-interactions .map-view:before {
    background-image: url(../img/csqa-see-on-map.svg) !important;
}

.contacts-container .direction-view:before {
    background-image: url(../img/csqa-get-directions.svg) !important;
}


/* ACCORDIONS */
.accordion-flex {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.common-accordion .first-nav-container .parent-container .subtitle-accordion, .mobile-common-accordion .first-nav-container .parent-container .subtitle-accordion {
    font-size: 0.9375rem;
}

@media (min-width: 960px) {
    .common-accordion .first-nav-container .parent-container .subtitle-accordion, .mobile-common-accordion .first-nav-container .parent-container .subtitle-accordion {
        font-size: 1.125rem;
    }
}



/*ORDERS*/
@media (max-width : 599px) {

    .order-cta-buttons a, .order-cta-buttons > form, .order-cta-buttons > form > .button-red {
        width: 100% !important;
    }

    .area-first-par {
        margin-bottom: 20px !important;
    }
}

@media (min-width : 600px) {
    .order-cta-buttons a, .order-cta-buttons > form > .button-red {
        width: 300px !important;
    }
}

@media (max-width: 959px) {
    #orders-filter-form .select-wrapper {
        margin: 10px 0px 20px 0px !important;
    }

    .personal-area-container .personal-area-body .orders-container .shopping-list, .personal-area-container .personal-area-body .single-order-container .shopping-list {
        margin-top: 0px;
    }
}

@media (min-width : 960px) {
    .order-cta-buttons a, .order-cta-buttons > form > .button-red {
        width: 200px !important;
        height: 90px !important;
    }
}

@media (min-width :1300px) {
    .order-cta-buttons a, .order-cta-buttons > form > .button-red {
        width: 300px !important;
        height: auto !important;
    }
}

/* SECTORS */

.services-list .service-box-reverse .side-service-box .service-title, .services-list .service-box .side-service-box .service-title {
    text-transform: none !important;
}

.service-img-div img {
    width: 100% !important
}

@media (min-width :640px) {
    .service-img-div img {
        width: 60% !important
    }
}

@media (min-width : 960px) {
    .service-img-div {
        max-width: 50% !important;
    }
}


/* FOOTER */
.bg-gray {
    background-color: #222628 !important;
}

footer.content-info .footer-black-container .footer-links {
    border-bottom: 1px solid #FFF !important;
}

footer.content-info .footer-container .button-red-fill {
    background-color: #a5002a !important;
    border-color: #a5002a !important;
    max-width: 350px !important;
}

/* TABLIST */

@media(max-width :1350px) {
    .uk-tab > * {
        padding-left: 0px !important;
    }
}
/* TRAINING OFFER */

.department-block {
    margin: 10px;
    padding: 0px;
}

    .department-block > * {
        display: block;
    }

    .department-block .box-title {
        color: #000;
        font-size: 1rem;
        font-weight: 600;
        margin-top: 10px;
        text-transform: uppercase !important;
    }

    .department-block a img {
        height: 80px !important;
        width: auto !important;
    }



.tailormade-training-page > .hide-label {
    display: block !important;
}

main[role=main].training-offer .courses-type .ct-card .card-flex-title {
    flex-direction: column !important;
}


@media (max-width :959px) {
    main[role=main].training-offer .courses-type .ct-card .card-flex-title .ct-title {
        margin-top: 20px !important;
    }
}

@media (min-width :960px) {
    main[role=main].training-offer .courses-type .ct-card .ct-desc {
        height: 70px !important;
    }
}


/*FORMS*/

/*.personal-data div.uk-first-column {
    padding-left: 0px !important;
}
*/
.expanded-info-block:first-child {
    margin-top: 0px !important;
}


/*EVENT CERTIFICATE*/

.certificate-container {
    display: flex;
    flex-direction: row;
}

.certificate-box {
    padding: 10px;
    background-color: #a5002a;
    color: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.certificate-box-related {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #a5002a;
    color: #000;
    display: flex;
    flex-direction: column;
    width: 100%
}

@media (max-width: 959px) {

    .certificate-container {
        padding-right: 0px;
    }
}

.certificate-box .certificate-date, .certificate-box-related .certificate-date {
    font-weight: 600;
}

.certificate-box .certificate-title, .certificate-box-related .certificate-title {
    width: 100%;
    height: 90px;
}

    .certificate-box .certificate-title p, .certificate-box-related .certificate-title p {
        margin: 0px !important;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        display: -webkit-box;
        overflow: hidden;
    }

.certificate-box input, .certificate-box .btn-area a {
    text-align: center;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Proxima Nova,sans-serif;
    background-color: transparent !important;
    color: #fff !important;
    border: 2px solid #fff !important;
}

    .certificate-box input:hover, .certificate-box .btn-area a:hover {
        background-color: #fff !important;
        color: #a5002a !important;
    }

.certificate-box-related input, .certificate-box-related .btn-area a {
    text-align: center;
    color: #fff;
    border-radius: 4px;
    border: none;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Proxima Nova,sans-serif;
    border: 2px solid #a5002a;
    background-color: transparent;
    color: #000;
}

    .certificate-box-related input:hover, .certificate-box-related .btn-area a:hover {
        background-color: #a5002a!important;
        color: #fff!important;
    }

.certificate-box .btn-area a.live-btn {
    background-color:#fff!important;
    color:#000!important;
    margin-top:0px!important;
}

    .certificate-box .btn-area a.live-btn:hover {
        color: #a5002a !important;
    }

/* IUBENDA */
/*#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn*/
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-customize-btn,
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-reject-btn,
#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-accept-btn {
    border-radius: 4px !important;
    font-size: 1rem !important;
    padding: 20px 50px 20px 50px !important;
    text-transform: uppercase !important;
}


/* CARRELLO */

.cart-container .cart-list .cart-item-container .item-image {
    width: 245px !important;
}


/* CERTIFIED COMPANIES */
.certified-company-title {
    height: 60px !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.certified-company-text {
    height: 60px !important;
}

.logout-btn {
    font-weight: bold !important;
}

.offcanvas-mobile-menu .canvas-body .canvas-link, .offcanvas-mobile-menu .canvas-body .canvas-text {
    text-transform: none !important;
}

main[role=main].expanded-job ul {
    margin-bottom: 0px !important;
}

main[role=main].expanded-job .block-desc {
    margin-top: 0px !important;
}

main[role=main].expanded-job .expanded-info-block {
    margin-top: 0px !important;
}

main[role=main].expanded-job .uk-grid {
    margin-left: 0px !important;
}

.btn-area {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

