#modal-menu-toggler::before {
    content: "MENU";
    margin-right: 0.5em;
    font-size: 65%;
}

#sp-header {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 1000;
    transition: 0.3s;
}

@media (max-width: 575px) {
.logo-image {
    height: 40px !important;
}
}

.btn-main {
    background-color: #00a39e;
    border-color: #00a39e;
    color: #fff;
    padding: 1.5rem 2rem;
}

.btn-main:hover {
    background-color: #2a658f;
    border-color: #2a658f;
    color: #fff;
    padding: 1.5rem 2rem;
}

.borderline {
    border-bottom: 3px solid #00a39e;

}

.sp-page-title {
    background: rgb(0, 131, 142);
    background: linear-gradient(41deg, rgba(0, 131, 142, 1) 0%, rgba(22, 56, 106, 1) 100%);
}

.sp-page-title .sp-page-title-heading {
    border-radius: 6px;
    font-size: 2.5rem;
    outline: 3px solid #00838e;
    outline-offset: 8px;
    text-align: center;
    padding: 0.5rem;
}

.sp-megamenu-parent {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    display: block;
    float: none;
    position: relative;
}

.sp-megamenu-parent > li {
    display: inline-block;
    position: relative;
    padding: 0 2px 0 0;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    display: inline-block;
    font-size: 1.1rem;
    color: #00838e;
    line-height: 60px;
    margin: 0;
    text-transform: none;
    position: relative;
}

.sp-megamenu-parent > li > a:before,
.sp-megamenu-parent > li > span:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    height: 2px;
    width: 0;
    background-color: #00838e;
    transition: 0.5s;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li:focus > a,
.sp-megamenu-parent > li.active > a {
    color: #00838e;
}

.sp-megamenu-parent > li:hover > a:before,
.sp-megamenu-parent > li:focus > a:before,
.sp-megamenu-parent > li.active > a:before {
    width: 100%;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    color: #1e386c;
    font-weight: 700;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    font-size: 1.1rem;
}

#modal-menu {
    background: rgb(255 255 255 / 95%);
}

#modal-menu .modules-wrapper {
    border-left: 2px solid rgba(0, 131, 141, 0.1);
}

.mod-languages {
    margin: 2rem 0;
}

#sp-home-cover {
    padding: 100px 0px 100px 0px;
}

#sp-welcome-address {
    padding: 20px 0px 20px 0px;
}

#modal-menu .sp-megamenu-parent > li:hover > a,
#modal-menu .sp-megamenu-parent > li:hover > span,
#modal-menu .sp-megamenu-parent > li.active > a,
#modal-menu .sp-megamenu-parent > li.active > span {
    color: #173267;
}

#modal-menu ul.sp-megamenu-parent > li:not(:last-child) {
    margin-bottom: 25px;
}

#modal-menu .modules-wrapper .sp-contact-info > li {
    margin-bottom: 25px;
}

#modal-menu ul.sp-megamenu-parent > li > a,
#modal-menu ul.sp-megamenu-parent > li > span {
    font-size: 1.6rem !important;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown {
    left: 40% !important;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner ul > li > a {
    font-weight: 600 !important;
    font-size: 1.3rem !important;
}

#modal-menu ul.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    background-color: rgb(255 255 255 / 98%);
    color: #00838e;
    border-radius: 8px;
    outline: 4px solid #e7e7e7;
    outline-offset: 8px;
}

.sp-module-content .mod-languages ul.lang-inline li a {
    padding: 1rem !important;
}

body.ltr .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .nav-header > .menu-toggler {
    right: 0px;
}

.component-bg {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

.box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 20px;
    padding: 2.5rem;
    outline-offset: 8px;
}

.fluidbox {
    padding: 2.5rem;
}

.white {
    background-color: rgba(255, 255, 255, 0.95);
    color: #1d1918;
    outline: 5px solid #00838e;
}

.nullholder {
    background: none;
}

.plain {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}

.green {
    background: rgb(0, 131, 142);
    background: linear-gradient(41deg, rgba(0, 131, 142, 0.92) 0%, rgba(22, 56, 106, 0.92) 100%);
    color: #fff;
    outline: 5px solid #00838e;
}

.grey {
    background: rgb(231 231 231 / 35%);
    color: #000;
    outline: 5px solid #e7e7e7;
}

.box > p {
    text-align: justify;
}

.welcome-address {
    font-size: 1rem;
    text-align: justify;
}

a.contact {
    color: #fff !important;
}

a.contact:hover {
    color: #e8e8e8 !important;
}

a.mainlink {
    color: #00838e;
}

a.mainlink:hover {
    color: #fff;
}



.speaker {
    background: rgb(231 231 231 / 50%);
    box-shadow: none;
    box-shadow: none;
    border-radius: 20px;
    padding: 1rem;
    outline-offset: 8px;
    color: #00838e;
    max-width: 250px;
    margin: 4px auto;
    text-align: center;
    transition: 0.6s;
    outline: 2px solid #e7e7e7;
}

@media (max-width: 575px) {
   .speaker {margin: 12px auto;}
}

.speaker:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    background: rgb(0 131 142 / 50%);
    color: #fff;
    outline: 2px solid #00838e;
    transition: 0.6s;
}


.speaker-name {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
    padding: 0.5rem;
}

.speaker-attrib {
    display: block;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 400;
    font-size: 1rem;
    padding: 0.2rem 0.5rem;
}

.img-speaker {
    filter: grayscale(5%);
    transition: 0.3s;
}

.img-speaker:hover {
    filter: grayscale(0%);
    transition: 0.3s;
}

.rounded-img {
    border-radius: 20px;
}

.container-mosaic {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
    max-width: 1440px;
    margin: 0 auto;
}

.tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tile:nth-child(1) {
    grid-column: span 4;
    grid-row: span 2;
}

.tile:nth-child(2),
.tile:nth-child(3) {
    grid-column: span 2;
}

.tile:nth-child(4),
.tile:nth-child(5) {
    grid-column: span 3;
}

@media screen and (max-width: 650px) {
    .container-mosaic {
        display: block;
    }

    .tile {
        margin-bottom: 1rem;
    }
}

div.mod-languages ul li.lang-active {
    background-color: #1d386b !important;
}

.lang-mobile div.mod-languages ul li.lang-active {
    background-color: #f0f0f0 !important;
}

.reg-table {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.reg-table tr.header {
    background-color: #1f396c;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
}

@media (max-width: 768px) {
    .reg-table tr.header {
        font-size: 1.2rem;
    }
}

.reg-table td.blunt {
    background-color: #e0e0e2;
    color: #0d8b90;
}

.reg-table td.gradient {
    text-align: center;
    background: linear-gradient(41deg, rgba(0, 131, 142, 1) 0%, rgba(22, 56, 106, 1) 100%);
    color: #fff;
}

.reg-border {
    background-color: #00a39e;
    border-radius: 6px;
    font-size: 1.1rem;
    outline: 3px solid #00838e;
    outline-offset: 8px;
    color: #fff;
    padding: 1rem;
}

#sp-footer {
    background: rgb(0, 131, 142);
    background: linear-gradient(41deg, rgba(0, 131, 142, 1) 0%, rgba(22, 56, 106, 1) 100%);
    margin-top: -10px;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 400;
}

#sp-footer,
#sp-bottom {
    color: #fff;
}

#sp-footer a {
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

#sp-footer a:hover {
    text-decoration: underline;
    transition: 0.3s;
}