/*
Theme Name: Hygeia Cursos
Theme URI: 
Description: Child theme for GeneratePress
Author: 

.hygeia-course-related-inline {
    margin-top: 2.5rem;
}

Author URI: 
Template: generatepress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hygeia-cursos
Domain Path: /languages
*/


/* Header Area */

/* -- Main Navigation -- */
#primary-menu ul {
    gap: 1rem;
}

#primary-menu ul li {
    font-family: 'Roboto';
    min-width: 70px;
    text-align: center;
}

#primary-menu ul li a {
    font-weight: 900;
    font-size: 1rem;
    position: relative;
    padding: 55px 0 0;
    line-height: 1;
}

#primary-menu ul li a:before {
    content: '';
    position: absolute;
    top: 0;
    height: 40px;
    width: 40px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
}

#primary-menu ul li.home a:before {
    background: url(/wp-content/uploads/home-icon.png) no-repeat center #719ebc;
    background-size: 20px;
}

#primary-menu ul li.courses a:before {
    background: url(/wp-content/uploads/courses-icon.png) no-repeat center #719ebc;
    background-size: 20px;
}
#primary-menu ul li.contact a:before {
    background: url(/wp-content/uploads/contact-icon.png) no-repeat center #719ebc;
    background-size: 20px;
}

#primary-menu ul li.current-menu-item a:before,
#primary-menu ul li a:hover:before {
    background-color: #000;
}

#primary-menu ul li.current-menu-item a {
    color: inherit;
	pointer-events: none;
}

#primary-menu ul li.lang-item {
    min-width: auto;
}

#primary-menu ul li.lang-item a:before {
    display: none;
}

#primary-menu ul li.lang-item a {
    text-decoration: underline;
    color: #719ebc;
    opacity: .6;
    font-family: 'Roboto';
    font-weight: 500;
}

#primary-menu ul li.lang-item a:hover {
    opacity: 1;
}

/* Secondary User Menu */
.hygeia-user-menu {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-left: 1.5rem;
    font-family: 'Roboto', sans-serif;
    font-size: 0.95rem;
    white-space: nowrap;
}

.hygeia-user-menu a {
    font-weight: 900;
    font-size: 1rem;
    color: #000;
    text-decoration: underline;
}

.hygeia-user-menu a:hover {
    color: #4a7ba7;
    text-decoration: underline;
}


.hygeia-user-menu .logout-link {
    position: relative;
    margin-left: 0.75rem;
}

.hygeia-user-menu .logout-link:before {
    content: '';
    position: absolute;
    left: -0.75rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1rem;
    background: currentColor;
    opacity: 0.4;
}

/* contact page styles */

article .entry-content h1.contact {
    padding-left: 6rem;
    position: relative;
}

article .entry-content h1.contact:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/wp-content/uploads/contact-icon.png) no-repeat center #719ebc;
    height: 4rem;
    width: 4rem;
    border-radius: 50%;
    background-size: 2rem;
}

.wp-block-column.contact-left > * {
    padding-left: 6rem;
    padding-right: 3rem;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 400;
    line-height: 2rem;
    color: #000;
}

.wp-block-column.contact-left .contact-details {
    margin-top: 2rem;
}

.wp-block-column.contact-left .contact-details a {
    text-decoration: none;
    color: #000;
}

.wp-block-column.contact-left .contact-details a:hover {
    text-decoration: underline;
}

.wp-block-column.contact-right .frm_forms form {
    background-color: #719ebc;
    padding: 1rem 2rem;
    font-family: 'Roboto';
    font-size: .875rem;
    box-shadow: 6px 7px 35px #000;
}

.wp-block-column.contact-right .frm_forms form h3 {
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 1.125rem;
    color: #fff;
    margin-bottom: 2rem;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container input,
.wp-block-column.contact-right .frm_forms form .frm_fields_container textarea {
    border-radius: 0;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_opt_container {
    display: flex;
    gap: 1rem;
    padding: 0;
    margin-left: .5rem;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_opt_container > div {
    margin-bottom: 0;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_opt_container > div label {
    font-size: .75rem;
    color: #FFF;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_primary_label {
    color: #FFF;
    font-size: .75rem;
    line-height: 1rem;
    padding: 0;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_opt_container > div label input {
    width: 12px !important;
    height: 12px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    margin-top: -2px;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .vertical_radio .frm_opt_container > div label input[type=radio]:checked:before {
    margin: 1px;
}

.wp-block-column.contact-right .frm_forms form .frm_fields_container .frm_submit button {
    border: none;
    background: #da0000;
    border-radius: 0;
    min-width: 200px;
    box-shadow: 4px 6px 11px #000;
    text-transform: uppercase;
    margin: -123px 0 0;
    height: 50px;
    padding: 0;
}

/* Frontend Login */
.hygeia-login-standalone {
    margin: 0;
}

.hygeia-login-standalone .hygeia-login-page {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0 !important;
    overflow: hidden;
    background: url(/wp-content/uploads/main-home-image.png) no-repeat center 100px #FFFFFF;
    background-size: auto 120vh;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-header {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    height: 25vh;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-header .hygeia-login-header-container {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-header .hygeia-login-header-container img {
    height: 180px;
}


.hygeia-login-standalone .hygeia-login-page .hygeia-login-card {
    max-height: 65vh;
    height: auto;
    width: 400px;
    margin: 0 auto;
    background: #719ebc;
    border: 2px solid #5f9160;
    border-radius: 5px;
    padding: 2rem;
    font-family: 'Roboto';
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card h1 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 2rem;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p {
    margin: 0 0 1.5rem;
    position: relative;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p:last-of-type {
    margin-bottom: 0;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p.hygeia-login-hidden {
    display: none;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p.hygeia-login-captcha-trap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p input {
    width: 100%;
    padding-top: 1.1rem;
    padding-bottom: 0.55rem;
    font-family: 'Roboto';
    font-size: 1rem;
    font-weight: 400;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p label {
    position: absolute;
    font-size: 1rem;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
    color: #666;
    background: none;
    padding: 0 0.2rem;
    pointer-events: none;
    transition: top 0.2s ease, transform 0.2s ease, font-size 0.2s ease, color 0.2s ease;
    font-family: 'Roboto';
    font-weight: 400;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p input:focus + label,
.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p input:not(:placeholder-shown) + label {
    top: -0.45rem;
    transform: translateY(0);
    font-size: 0.8rem;
    color: #333;
    background: #FFF;
}


.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p button {
    width: 100%;
    background-color: #333;
    text-transform: uppercase;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p button:hover {
    background-color: #5f9160;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p.hygeia-login-switch-row {
    margin: 1rem 0 0;
    text-align: center;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card .hygeia-login-register-toggle {
    color: #FFFFFF;
    text-decoration: underline;
    font-size: .875rem;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-card .hygeia-login-error {
    color: #b00020;
    font-size: .875rem;
    background: #FFF;
    padding: 1rem;
}


.hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    height: 10vh;
    margin-top: auto;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section .hygeia-login-footer-content {
    display: inline-flex;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section .hygeia-login-footer-content img {
    height: 50px;
}

.hygeia-login-standalone .hygeia-login-language-section {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0;
    height: 5vh;
    min-height: 50px;
    margin-top: 3rem;
}

.hygeia-login-standalone .hygeia-login-language-section .hygeia-language-nav {
    margin: 0;
    padding: 0;
}

.hygeia-login-standalone .hygeia-login-language-section .hygeia-language-nav .hygeia-language-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 2rem;
    justify-content: center;
}

.hygeia-login-standalone .hygeia-login-language-section .hygeia-language-nav .hygeia-language-list .hygeia-lang-link {
    text-decoration: none;
    background: #719ebc;
    font-family: 'Roboto', sans-serif;
    font-size: .875rem;
    font-weight: 300;
    color: #FFF;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

.hygeia-login-standalone  .hygeia-login-language-section .hygeia-language-nav .hygeia-language-list .hygeia-lang-link:hover {
    opacity: 0.7;
} 

.hygeia-login-standalone  .hygeia-login-language-section .hygeia-language-nav .hygeia-language-list .hygeia-lang-link:hover {
    opacity: 0.7;
} 

@media (max-width: 767px) {

}

@media (max-width: 500px) {
    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card {
        width: 90vw;
        padding: 1.5rem 1rem;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card h1 {
        font-size: 1.1rem;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p input,
    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card form p label {
        font-size: .875rem;
    }

}
@media  (max-height: 850px) {
    .hygeia-login-standalone .hygeia-login-page {
        height: auto;
        background-size: auto 100%;
        display: block;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-header {
        height: 150px;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-header .hygeia-login-header-container img {
        height: 150px;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card {
        max-height: unset;
        margin-block: 2rem;
    }

    .hygeia-login-standalone .hygeia-login-language-section {
        height: auto;
        margin: 2rem 0;
    }
    
    .hygeia-login-standalone .hygeia-login-page {
        height: auto;
        background-size: auto 100%;
        display: block;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-header {
        height: 150px;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-header .hygeia-login-header-container img {
        height: 150px;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-card {
        max-height: unset;
        margin-block: 2rem;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section {
        height: auto;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section .hygeia-login-footer-content {
        display: block;
        text-align: center;
    }

    .hygeia-login-standalone .hygeia-login-page .hygeia-login-footer-section .hygeia-login-footer-content img {
        height: 40px;
    }
}

/* footer styles */

.site-footer {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.footer-widgets .footer-widgets-container {
    padding: 1.5rem 4rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 {
    flex-grow: 3;
    display: inline-flex;
    gap: 0 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside {
    margin: 0;
    padding: 0;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:first-of-type {
    position: relative;
    top: 12px;
    left: 10px;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:last-of-type {
    flex-basis: 100%;
    width: 100%;
    margin: -5px 0 0 5rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside ul {
    display: flex;
    gap: .5rem;
    margin: 0 0 0 -1.5rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:last-of-type ul {
    margin: 0;
    gap: 1rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside ul li {
    position: relative;
    padding-left: .5rem;
    margin: 0;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:last-of-type ul li {
    padding: 0;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside ul li:before {
    content: '/';
    position: absolute;
    left: -0.25rem;
    font-size: .875rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside:last-of-type ul li:before {
    display: none;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside ul li.telefono:before {
    content: '/ Tel: ';
    display: block;
    position: absolute;
    left: 0;
    font-size: .875rem;
    line-height: 1.6rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside ul li.telefono {
    padding-left: 2.25rem;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside a {
    text-decoration: none;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-1 aside a:hover {
    text-decoration: underline;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 {
    flex-grow: 1;
}

.footer-widgets .footer-widgets-container .inside-footer-widgets .footer-widget-2 figure {
    margin: 0;
}

footer.site-info {
    display: none;
}

a.generate-back-to-top {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
    border-radius: 50%;
    padding: 0;
    transition-duration: 500ms;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, 0.2);
    background: #1C1C1C;
    width: 46px;
    height: 46px;
    padding: 3px;
    bottom: 10px;
    right: 10px;
}
a.generate-back-to-top  .gp-icon svg {
    height: 1.5em;
    width: 1.5em;
    top: .2em;
    position: relative;
    fill: #68c3dc;
}


/* Full-width course hero section */

.single-course .site-content {
    flex-direction: column;
}

/* Single Course Page Styles */

.hygeia-course-hero {
    width: 100%;
    background-color: #ebebeb;
    padding-block: 3rem;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.hygeia-course-hero:before {
    position: absolute;
    content: '';
    background: #719ebc;
    height: 2rem;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: -2px -2px 5px rgba(0,0,0,.5);
}

.hygeia-course-hero:after {
    position: absolute;
    content: '';
    background: #719ebc;
    height: 2rem;
    bottom: 0;
    left: 0;
    width: 100%;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
}

.hygeia-course-hero .hygeia-course-hero-content {
    position: relative;
    width: 100%;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 40px;
    gap: 2rem;
    position: relative;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-title {
    text-align: left;
    font-family: 'Roboto';
    font-weight: 700;
    flex: 2 0 60%;
    margin: 0;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-form {
    position: relative;
    width: 300px;
    z-index: 3;
    height: 3.5rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-form .hygeia-course-search-input {
    width: 100%;
    padding: 1rem 2.5rem 1rem 1rem;
    border: none;
    border-radius: 2rem;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-form .hygeia-course-search-input:focus-visible {
    outline: none;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-form svg {
    position: absolute;
    right: 1rem;
    top: 1.25rem;
    width: 16px;
    height: 16px;
    color: #999;
    pointer-events: none;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results {
    position: absolute;
    right: 2.5rem;
    background: var(--base-2);
    width: 300px;
    border: none;
    z-index: 2;
    border-radius: 2rem;
    top: 1.25rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list {
    display: flex;
    flex-direction: column;
    padding-top: 3.5rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list .hygeia-course-search-result-item {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #789dbb;
    text-decoration: none;
    color: inherit;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list .hygeia-course-search-result-item:last-child {
    border-bottom: none;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list .hygeia-course-search-result-item .hygeia-course-search-result-title {
    font-weight: 600;
    color: #222222;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: left;
    font-family: 'Roboto';
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list .hygeia-course-search-result-item:hover .hygeia-course-search-result-title {
    text-decoration: underline;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-results-list .hygeia-course-search-result-item .hygeia-course-search-result-thumb {
    width: 44px;
    height: 44px;
    object-fit: cover;
    border-radius: 4px;
    flex: 0 0 44px;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-loading {
    padding: 3.5rem 0 1.5rem;
    text-align: center;
    color: #999;
    font-size: 0.95rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-no-results {
    padding: 3.5rem 0 1.5rem;
    text-align: center;
    color: #222;
    font-size: 0.95rem;
}

.hygeia-course-hero .hygeia-course-hero-content .hygeia-course-hero-header .hygeia-course-search-results .hygeia-course-search-error {
    padding: 3.5rem 0 1.5rem;
    text-align: center;
    color: #c53030;
    font-size: 0.95rem;
}

.single-course .site-content .content-area {
    background-color: #FFFFFF;
}

.single-course .separate-containers .site-main {
    margin: 0;
}

.hygeia_course .inside-article .featured-image {
    max-height: 1080px;
    overflow: hidden;
    text-align: center;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible {
    background-color: #b3b3b3;
    overflow: hidden;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary {
    position: relative;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    padding: 0.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span {
    position: relative;
    padding-left: 2.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary::-webkit-details-marker {
    display: none;
}


.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span.description:before {
    background: url(/wp-content/uploads/description-icon.png) no-repeat center transparent;
    background-size: auto 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span.characteristics:before {
    background: url(/wp-content/uploads/characteristics-icon.png) no-repeat center transparent;
    background-size: auto 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span.academic-direction:before {
    background: url(/wp-content/uploads/collaborators-icon.png) no-repeat center transparent;
    background-size: auto 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span.register:before {
    background: url(/wp-content/uploads/register-icon.png) no-repeat center transparent;
    background-size: auto 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary span:after {
    content: "\f345";
    position: absolute;
    right: -20px;
    font-size: 1rem;
    font-family: 'dashicons';
    transition: all 0.4s ease;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible summary:hover,
.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible[open] summary {
    background-color: #485f80;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible[open] summary span:after {
    transform: rotateZ(90deg);
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-collapsible-content {
    padding: 2rem 1.25rem 1.25rem;
    background-color: #FFFFFF;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: 'Roboto', sans-serif;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-collapsible-content p {
    margin: 0 0 1rem 0;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-characteristics {
    border: none;
    overflow: hidden;
    background: #fff;
    margin: 0 -2rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-characteristics .hygeia-course-characteristics-row {
    display: grid;
    grid-template-columns: minmax(120px, 200px) 1fr;
    gap: 1.5rem;
    padding: 0.75rem 1.5rem;
    border-bottom: 1px solid #b3b3b3;
    align-items: center;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-characteristics .hygeia-course-characteristics-row .hygeia-course-characteristics-label {
    font-weight: 400;
    color: #020202;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-characteristics .hygeia-course-characteristics-row .hygeia-course-characteristics-value {
    font-weight: 600;
    color: #020202;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-academic-direction {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director {
    display: flex;
    gap: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #d4d4d4;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director .hygeia-course-director-media {
    flex: 0 0 120px;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director .hygeia-course-director-media .hygeia-course-director-image {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 999px;
    display: block;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director .hygeia-course-director-content {
    flex: 1;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director .hygeia-course-director-content .hygeia-course-director-name {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #1f2b3a;
}

.hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director .hygeia-course-director-content p {
    margin: 0;
    color: #1a1a1a;
}

@media (max-width: 768px) {
    .hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director {
        flex-direction: column;
        align-items: flex-start;
    }

    .hygeia_course .inside-article .hygeia-course-collapsible-sections .hygeia-course-collapsible .hygeia-course-director-media {
        flex-basis: auto;
    }
}


.hygeia_course .inside-article .hygeia-course-related-inline {
    margin: 6rem 0 0;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-title {
    position: relative;
    padding: 0 0 0 5rem;
    margin-bottom: 3rem;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-title:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(/wp-content/uploads/related-icon.png) no-repeat center transparent;
    height: 4rem;
    width: 4rem;
    bottom: 0;
    background-size: 100% auto;
}


.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.25rem;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 1.25rem;
    align-items: center;
    padding: 0 0 1.25rem;
    border-bottom: 1px solid #b3b3b3;
    box-shadow: none;
    border-radius: 0;
    align-items: start;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-link {
    height: 100px;
    overflow: hidden;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-link .hygeia-related-course-image {
    width: 100%;
    height: auto;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content {
    display: flex;
    flex-direction: column;
    font-family: 'Roboto';
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content .hygeia-related-course-title {
    margin: 0 0 1rem;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content .hygeia-related-course-title a {
    color: inherit;
    text-decoration: none;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content .hygeia-related-course-excerpt {
    margin: 0 0 1rem;
    color: #020202;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5rem;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content .hygeia-related-course-button {
    display: inline-block;
    padding: 0.4rem 1.1rem;
    border-radius: 3rem;
    border: 1px solid #719ebc;
    background: #719ebc;
    color: #fff;
    font-size: 0.875rem;
    font-weight: 400;
    text-decoration: none;
    width: 200px;
    text-align: center;
}

.hygeia_course .inside-article .hygeia-course-related-inline .hygeia-course-related-grid .hygeia-related-course-card .hygeia-related-course-content .hygeia-related-course-button:hover {
    background: #FFFFFF;
    color: #719ebc;
}

@media (max-width: 640px) {
    .hygeia-course-related-inline .hygeia-related-course-card {
        grid-template-columns: 1fr;
    }

    .hygeia-course-related-inline .hygeia-related-course-image {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 768px) {
    .hygeia-course-search-results {
        max-height: 350px;
    }
}

@media (max-width: 768px) {
    .hygeia-course-hero {
        padding: 2rem 1rem;
        margin-bottom: 1.5rem;
    }

    .hygeia-course-title {
        font-size: 1.75rem;
    }
}

@media only screen and (max-width: 440px) {
    a.generate-back-to-top {
        width: 36px;
        height: 36px;
    }
    a.generate-back-to-top  .gp-icon svg {
        height: 1em;
        width: 1em;
        top: -0.2em;
    }
}