/*MB*/

.ordersview #request-service {
    color: #4E2683;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin-right: 20px;
}

    .ordersview #request-service:after {
        content: '';
        right: -15px;
        top: 25%;
        position: absolute;
        height: 10px;
        width: 10px;
        background-image: url("/assets/img/simple-arrow-right.png");
        background-repeat: none;
        background-position: center;
    }

@media(min-width: 992px) {
    .coeLocation-header h1 {
        max-width: 50%;
    }
}

.serial-no-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #006E87
}

@media(max-width: 700px) {
    .serial-no-title {
        font-size: 20px;
    }
}

.track-order-btn {
    color: #4E2683;
    text-decoration: underline;
}
.track-order-btn:hover {
    color: #4E2683;
    text-decoration: underline;
    opacity: .8;
}

#order-ellipse {
    position: relative;
}

.order-el-popup {
    display: none;
    position: absolute;
    flex-direction: column;
    right: 20px;
    min-width: 205px;
    background-color: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.order-el-popup a{
    padding: 24px 24px;
}

.order-el-popup a:hover{
    font-weight: bold;
}

.order-el-popup.active {
    display: flex;
}

.order-el {
    background-image: url(../../assets/img/Ellipses-Therakos-dots.svg);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    height: 13px;
    width: 20px;
    background-position: center;
}
/*
.order-dash .accordion:after {
    content: '';
    background-image: url(../../assets/img/plus-icon-white.png);
    height: 20px;
    width: 20px;
    float: right;
    margin-left: 5px;
    background-size: contain;
}

.accordion.active:after {
    content: '';
    background-image: url(../../assets/img/minus2-icon-white.png);
}*/

#hp-slide-5 {
    background-image: url("../../assets/img/slider_hp_bkg_5.jpg");
}



.largeBanner-cont-txt h1 {
    max-width: 30%;
}
.largeBanner-cont-txt p {
    max-width: 40%;
}

.main-logo-header {
    padding-left: 10px;
}

.largeBanner-cont-txt {
    display: flex;
    flex-direction: column;
}

.logoBanner-cont .largeBanner-cont-txt img{
    max-width: 310px;
}

@media (max-width: 992px) {
    .purple-fade {
        display: none;
    }
}

@media(max-width: 600px) {
    .banner-img-cont img {
        height: 300px;
    }
}

.banner-img-cont {
    width: fit-content;
    float: right;
}

.largeBanner-img {
    overflow: hidden;
}

.largeBanner-img img {
    float: right;
}

.banner-img-cont {
    position: relative;
}
@media(min-width: 992px){
    .banner-img-cont::before {
        content: '';
        background: linear-gradient(to left, rgba(78, 38, 131, 0) 0%, rgba(78, 38, 131, 1) 75%);
        height: 380px;
        width: 15%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

.columnIntro-button .sign-in-btn {
    display: inline-block;
}

.registerIntroPanel p {
    line-height: 27px;
    font-size: 16px;
}


.registerIntroPanel h2 {
    font-size: 32px;
    font-weight: 700;
    color: #221138;
    width: 70%;
}



.logoBanner-cont > img {
    max-width: 310px;
}

.navdropdown-content .second-level .active {
    background-color: rgba(255,255,255,0.2);
}

p {
    font-size: 16px;
}

.search-serial img {
    vertical-align: unset;
}

.serial-input {
    border: 1px solid #949494;
    border-radius: 4px;
}

.serial-input-btn {
    width: fit-content;
}

.popup-box .add-serial-number-cont {
    max-width: 700px;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
@media(max-width: 770px){
    .popup-box .add-serial-number-cont {
        left: unset;
        right: unset;
        width: 90%;
    }
}


.serial-input:focus {
    border: 1px solid #4E2683;
}

.order-dash table {
    overflow: scroll;
}

.orders-mob {
    display: none;
}

@media(max-width: 666px) {
    .orders-mob {
        display: block;
    }
    .orders-desk {
        display: none !important;
    }
    .search-serial {
        flex-direction: column;
    }
    .search-serial span{
        margin-bottom: 20px;
        font-weight: unset;
        text-transform: capitalize !important;
    }
}
/* Style the buttons that are used to open and close the accordion panel */
/*.accordion {
    background-color: #4E2683;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}*/

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
    /*.active, .accordion:hover {
        background-color: #4E2683;
    }*/

/* Style the accordion panel. Note: hidden by default */
.panel {
    background-color: white;
    display: none;
    overflow: hidden;
}


.OD-body-text {
    font-size: 20px;
    line-height: 30px;
    color: #585857;
}

.order-dash .btn-mytherakos {
    display: block;
    outline: 0;
    border-bottom: none;
    padding: 1.5rem !important;
    width: auto;
    text-align: center;
    color: #231F20;
    font-size: 20px;
    text-transform: capitalize;
    color: #585857;
    font-weight: 700;
}

.order-dash .btn-mytherakos.active {
    background-color: transparent;
    font-weight: bold;
    border-bottom: 4px solid #4E2683;
    color: #4E2683;
}

.order-dash .orders-mob .btn-mytherakos {
    width: 100%;
    text-align: left;
    padding: 9px 18px;
}

.order-dash .orders-mob .btn-mytherakos.active {
    background-color: transparent;
    font-weight: bold;
    border-bottom: 4px solid #4E2683;
}

.upcomingCourse-searchbar select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url('/assets/img/arrow-down-black.png');
	background-repeat: no-repeat;
	background-position: calc(100% - 10px) center;
	background-size: 10px;
}



.columnIntro .container {
    padding-top: 4%;
    padding-bottom: 4%;
}


@media(max-width: 500px) {
    .registerIntro-btns a, .registerCallout-cont a {
        margin-bottom: 20px;
        width: 100%;
    }
    .regbtns-or {
        display: none;
    }
    
}

@media(max-width: 575px) {
    .registerIntroPanel {
        padding-bottom: 0px !important;
    }
    .columnIntro .container {
        padding: 4% 4%;
    }
}

.push-below {
    height: 140px;
}

@media(max-width: 1200px) {
    .push-below {
        height: 130px;
    }
}

@media(max-width: 992px) {
    .push-below {
        height: 120px;
    }
}

@media(max-width: 576px) {
    .push-below {
        height: 70px;
    }
}


/*.imprintPanel-cont {
    width: 70%;
    float: right;
}

@media(max-width: 993px) {
    .imprintPanel-cont {
        width: 100%;
        float: left;
    }
}*/
.imprintPanel {
    background-color: rgba(78, 38, 131, 0.05);
}

.imprint-banner h1 {
    color: #fff;
    font-weight: bold;
}

.imprint-banner {
    background-color: #4E2683;
    padding-top: 5%;
    padding-bottom: 5%;
}

.popupmessagebox .popup-inner.popup-form {
    border-radius: 0px;
}

.popupmessagebox-cont .content {

}

@media(max-width: 993px) {
    .asktheexpert-img{
        padding: 0px 0px 1rem 0px;
    }
    .asktheexpert-row {
        padding-bottom: 1rem;
    }
    .asktheexpert-lower {
        border-top: 1px solid #D8D8D8;
        margin-top: 1rem;
    }
}

.add-to-calendar {
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    color: #006E87;
}

.asktheexpert-row h3 {
    font-weight: 700;
    font-size: 28px;
    color: #221138;
}

.mi-headers {
    font-size: 21px;
    color: #221138;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-transform: capitalize;
}

@media(max-width: 400px) {
    .coe-loc-img {
        width:100%;
    }
}

.coe-agenda ul li {
    color: #221138;
    font-size: 16px;
    line-height: 27px;
}
.coe-agenda ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.coe-agenda h4 span {
    font-size: 24px;
    font-weight: 700;
    color: #221138;
}

.coe-agenda h4 {
    font-size: 24px;
    font-weight: 700;
    color: #4E2683;
}


@media(max-width: 1200px) {
    .registerCallout-cont {
        width: 80%;
        position: unset;
        margin: auto;
    }
}

@media(max-width: 500px) {
    .registerIntro-btns {
        flex-direction: column;
    }
}

#expert-appointment-step3-dates .row input[type="radio"] {
    height: 40px;
    width: 40px;
    accent-color: #006E87;
}

#expert-appointment-step3-dates {
    width: 35%;
    margin-bottom: 2rem;
}

#setexpert-appointment-step2-dates .row input[type="radio"] {
	height: 40px;
	width: 40px;
	accent-color: #006E87;
}

#setexpert-appointment-step2-dates {
	width: 35%;
	margin-bottom: 2rem;
}

.time-date-label span {
    color: #006E87;
    font-weight: bold;
    font-size: 18px;
}

.app-checkbox {
    display: flex;
    justify-content: center;
    align-items: center;
}

.app-checkbox input[type="radio"] {
    height: 40px;
    width: 40px;
    accent-color: #006E87;
}

#expert-appointment-step2-experts .row img {
    width: 100%;
}

#expert-appointment-step2-experts .row h3 {
    color: #221138;
    font-size: 21px;
    font-weight: bold;
}

#expert-appointment-step2-experts .row {
    align-items: center;
    border: 1px solid #D8D8D8;
    margin-bottom: 1rem;
}

#expert-appointment-step2-experts {
    width: 75%;
}

.expert-app-explab {
    font-weight: 700;
    font-size: 18px;
    color: #006E87;
}





.img-with-fade img {
    float: right;
}

.app-label{
    position: absolute;
    left: 50%;
    top: 100%;
}

.app-line {
    height: 3px;
    width: 25%;
    background-color: #D8D8D8;
}

.app-number-cont p {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.app-number-cont {
    width: 32px;
    height: 32px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #D8D8D8;
}

.app-passed p{
    color: #fff;
}

.app-passed {
    background-color: #006E87;
    border-color: #006E87;
}

.app-line-passed {
    background-color: #006E87;
}

.light-purple-fade {
    background: linear-gradient(to left, rgba(229, 218, 242, 0) 0%, rgba(229, 218, 242, 1) 88.81%);
    height: 100%;
    width: 500px;
    position: absolute;
    top: 0;
    left: 0;
}


.img-with-fade{
    width: 100%;
}


.expert-appointment-label {
    color: #221138;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 1rem;
}

#expert-appointment-step1 h2,
#expert-appointment-step2 h2,
#expert-appointment-detailsstep h2,
#expert-appointment-step3 h2,
#expert-appointment-step4 h2,
#setexpert-appointment-step1 h2,
#setexpert-appointment-step2 h2,
#setexpert-appointment-step3 h2 {
    color: #4E2683;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 1rem;
}

.expertDetail-desc {
    font-size: 20px;
}

.expertDetail-label {
    color: #4E2683;
    font-weight: bold;
    font-size: 20px;
}

.expertDetail h1 {
    font-weight: bold;
    font-size: 32px;
    color: #221138;
}

.expertDetail h4 {
    font-weight: bold;
    font-size: 18px;
    color: #006E87;
}

.expertslabel {
    font-weight: bold;
    color: #4E2683;
}

.expertsList h3 {
    color: #221138;
    font-weight: bold;
    font-size: 24px;
}

.expertsList {
    border: 1px solid #D8D8D8;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.requestAppointment h3 {
    color: #4E2683;
    font-weight: bold;
    font-size: 28px;
}

.requestAppointment {
    background: rgba(78, 38, 131, 0.1);
}

.imageIntroPanel h1 {
    color: #221138;
    font-weight: 700;
    font-size: 32px;
}

.list-style-item-date {
    color: #4E2683;
    font-size: 16px;
}

.list-style-item-location {
    color: #4E2683;
    font-size: 16px;
}

.list-style-item h4 {
    font-weight: 700;
    font-size: 21px;
    color: #221138;
}

.list-style-item {
    padding: 2% 0;
    border-bottom: 1px solid #585857;
    margin-right: 0;
    margin-left: 0;
}

.webinar-sign-in span a {
    color: #4E2683;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

.webinar-sign-in span {
    color: #4E2683;
    font-size: 15px;
}

.webinar-sign-in h2 {
    color: #4E2683;
    font-size: 28px;
    font-weight: 700;
}

.webinar-sign-in {
    background: rgba(78, 38, 131, 0.1);
}

.webinar-cards h4 {
    font-weight: bold;
    color: #221138;
    font-size: 24px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.webinar-type {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #fff;
    color: #4E2683;
    padding: 6px 12px;
    font-weight: bold;
    border-radius: 30px;
}

.filter-showing span {
    font-weight: bold;
    color: #221138;
    font-size: 13px;
}

.filter-showing a {
    padding: 6px 12px;
    background-color: #4E2683;
    color: #fff !important;
    font-weight: bold;
    border-radius: 30px;
    font-size: 13px;
}

#tabs li {
    font-size: 21px;
    text-transform: capitalize;
    cursor: pointer;
}

.tab-open {
    border-bottom: 4px solid #4E2683;
    font-weight: bold;
}

#coec-express-interest-step3 h3,
#coec-express-interest-step3 p {
    color: #006E87;
}

#coec-express-interest-step3 h3 {
    font-weight: bold;
}

#coec-express-interest-step2 h3,
#coec-express-interest-step2 p {
    color: #fff
}
.coe-popup-inner .popup-reg {
    display: flex;
    justify-content: center;
    align-items: center;
}
.coe-popup-inner .popup-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coe-popup-inner input {
    width: 100%;
    padding: 3%;
    margin-top: .5rem;
    margin-bottom: 1rem;
}

.coe-popup-inner h2 {
    color: #4E2683;
    padding-bottom: 1.5rem;
    font-size: 32px;
    font-weight: 700;
}

.coe-popup-inner {
    display: flex;
    justify-content: center;
}

.coeLocation-upcoming-card{
    border: 1px solid #D8D8D8;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.coeLocation-description {
    max-width: 50%;
}

.coeLocation-img {
    position: absolute;
    top: -3rem !important;
    right: 0;
    width: 40%;
}

@media(max-width: 993px) {
    .coeLocation-img {
        position: unset;
        width: auto;
        margin-top: 1rem;
    }
    .coeLocation-description {
        max-width: 100%;
    }
    .coeLocation-header{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.coeRelatedCourses .swiper-slide {
    background-color: #fff;
}

.coeRelatedCourses h3 {
    font-weight: 700;
    font-size: 32px;
    color: #221138;
}

@media(max-width: 800px) {
    .coeAttend button {
        width: 200px !important;
    }
    .coeAttend .attendSign-up{
        flex-direction: column;
    }

}

.coeAttend .attendSign-up a:hover {
    opacity: .8;
}

.coeAttend .attendSign-up a {
    color: #fff;
    font-size: 15px;
    margin-left: 5px;
}

.coeAttend .attendSign-up {
    color: #fff;
    font-size: 15px;
}

.coeAttend {
    background-color: #4E2683;
}

.coeFeedback {
    background-color: #F7F7F7;
}

.coeFeedback .swiper-slide {
    padding: 0 7%;
}

.coeFeedback .swiper-button-next:hover {
    background-color: #fff;
    color: #4E2683;
}

.coeFeedback .swiper-button-prev:hover {
    background-color: #4E2683;
    color: #fff;
}

.coeFeedback .swiper-button-next {
    background-color: #4E2683;
    border: 1px solid #4E2683;
    border-radius: 30px;
    color: #fff;
    transition: all 0.25s ease;
}

.coeFeedback .swiper-button-prev {
    border: 1px solid #4E2683;
    border-radius: 30px;
    color: #4E2683;
    transition: all 0.25s ease;
}

    .coeFeedback .swiper-button-prev:after,
    .coeFeedback .swiper-button-next:after {
        font-size: 20px;
    }

.coeFeedback .swiper-button-prev,
.coeFeedback .swiper-button-next {
    height: 40px;
    width: 40px;
    justify-content: center;
}

@media(max-width: 995px){
    .coeFeedback .swiper-button-prev,
    .coeFeedback .swiper-button-next{
        top: 90%;
    }
    .coeFeedback .swiper-button-next{
        left: 68px;
    }
    .coeFeedback .swiper-slide {
        padding: 0 2%;
    }
}

.coeCourse-host img{
    border-radius: 50%;
    border: 6px solid #fff;
    height: 200px;
}

.coeCourse-host {
    background-color: #006E87;
    color: #fff;
}

.coeCourse-subheading {
    font-size: 18px;
    color: #006E87;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #006E87;
}

.coeCourse-content-para p {
    font-size: 18px;
    color: #006E87;
}

.coeCourse-content-headers {
    border-bottom: 1px solid #585857;
    padding-bottom: 1rem;
    margin: 1.5rem 0;
    font-size: 18px;
    font-weight: bold;
    color: #006E87;
}

.coeCourse-banner {
    background-color: #006E87;
}

.upcomingCourse-searchbar select {
    width: 100%;
    color: #585857;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 8px;
}

.upcomingCourses-cont h4 {
    font-weight: bold;
    color: #221138;
}

.upcomingCourses-link {
    border-top: 1px solid #D8D8D8;
}

.upcomingCourses-card {
    border: 1px solid #D8D8D8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.upcomingCourse-searchbar {
    border-bottom: 1px solid #4E2683;
}

#standard-header {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 16%);
}


.columnIntro-content p {
    line-height: 27px;
    font-size: 16px;
}

.columnIntro h2 {
    font-size: 32px;
    font-weight: 700;
    color: #221138;
    width: 70%;
}

@media(max-width: 576px) {
    .columnIntro h2 {
        width: 100%;
        font-size: 24px;
    }

}

@media( max-width: 1200px) {
    .columnIntro-coe {
        flex-direction:column;
    }
    .columnIntro-button{
        margin-top: 2rem;
    }
    .img-with-fade{
        width: 100%;
    }
}

/*Breadcrumb*/

/*Breadcrumb*/

@media(max-width: 450px) {
    .registerCallout-btns {
        flex-direction: column;
        align-items: flex-start !important;
    }
}

.contentCallout p {
    padding-top: 1rem;
}

.contentCallout h3 {
    font-size: 28px;
    font-weight: 700;
    color: #221138;
}





.callouts-Panel-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.calloutsPanel-cont {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 3%;
}

.calloutsPanel h3 {
    font-size: 24px;
    color: #221138;
}

.calloutsPanel h2 {
    color: #4E2683;
    font-size: 28px;
    font-weight: 700;
}

@media(max-width: 768px) {
    .registerPanel{
        flex-direction: column;
        padding: 5% 2% !important;
    }
    .registerPanel .col{
        margin-bottom: 4%;
    }
    .registerPanel .col .justify-content-end{
        justify-content: center !important;
    }
    .registerPanel .registerPanel-content {
        display: none;
    }
}



.back-btn {
    background-color: #4E2683;
    padding: 16px 24px 16px 80px;
    color: #fff;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #fff;
    background-image: url("../../assets/img/Arrow-left-white.png");
    background-position: 10% center;
    transition: all .25s ease;
    white-space: nowrap;
}
.back-btn:hover {
    background-color: #fff;
    color: #4E2683;
    border: 1px solid #4E2683;
    background-image: url("../../assets/img/Arrow-left-purple.png");
}



.inv-sign-in-btn {
    background-color: #fff;
    padding: 16px 80px 16px 24px;
    color: #4E2683;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #4E2683;
    background-image: url("../../assets/img/Arrow-right-purple.png");
    background-position: 90% center;
    transition: all .25s ease;
    white-space: nowrap;
}

.inv-sign-in-btn:hover {
    background-color: #4E2683;
    color: #fff;
    border: 1px solid #fff;
    background-image: url("../../assets/img/Arrow-right-white-full.png");
}

/*burger icon*/

.line-container .bg-white:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.line-container .bg-white:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.line-container .bg-white:nth-child(3) {
    top: 36px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.hamburger-btn.opened .line-container .bg-white:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
    left: 0px;
}

.hamburger-btn.opened .line-container .bg-white:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.hamburger-btn.opened .line-container .bg-white:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
    left: 0px;
}

/*burger icon*/

.registerPanel p, .registerPanel h5, .registerPanel .col{
    color: #fff;
}
.registerPanel {
    background-color: #4E2683;
    padding: 2%;
}
.registerIntroPanel {
    background-color: #EDE9F3;
}

.img-with-fade {
    position: absolute;
    right: 0;
    height: 100%;
}

.purple-fade {
    background: linear-gradient(to left, rgba(78, 38, 131, 0) 0%, rgba(78, 38, 131, 1) 75%);
    height: 100%;
    width: 65%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media(max-width: 1200px) {

    .light-purple-fade{
        display: none;
    }

    .img-with-fade {
        position: unset;
    }
    .img-with-fade img{
        width: 100%;
    }
    .largeBanner{
        display: flex;
        flex-direction:column-reverse;
        height: auto;
        overflow: hidden;
        padding: 0 !important;
    }
    .largeBanner .img-with-fade{
        height: 50%;
        display: none;
    }
    .largeBanner .img-with-fade img{
        max-height: 100%;
    }
    .registerCallout .img-with-fade {
        display: none;
    }
}

.largeBanner {
    height: 380px;
    background-size: auto 100% !important;
    background-position: right;
    background-color: #4E2683;
    position: relative;
}

.largeBanner .container{
    display: flex;
}

.largeBanner-cont {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 9;
}
@media(max-width: 1176px) {
    .largeBanner {
        background-size: 100% 50%;
        background-position: bottom;
        padding: 10% 0;
        height: auto;
    }

}
@media(max-width: 992px) {
    .largeBanner-cont {
        width: 85%;
        position: unset;
        padding: 10% 0%;
    }
}
@media(max-width: 380px) {
    
    .largeBanner-cont {
        width: 100%;
    }
}
.largeBanner-cont h1, .largeBanner-cont p{
    padding-left: 0 !important;
    color: #fff;
}

.remove-pointer {
    pointer-events: none;
}
.menu-arrow-wrapper {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.imprint {
    text-decoration: underline;
}
.imprint:hover {
    text-decoration: underline;
    color: #fff;
    opacity: .6;
}

.footer-linkedin {
    display: flex;
    align-items: center;
}
.footer-logo {
    margin-left: auto;
}
.footer-links-cont {
    display: flex;
    flex-direction: column;
    
}
.footer-links-cont a {
   font-size: 14px; 
   text-decoration: underline !important;
   margin-bottom: .5rem;
}
.footer-links-cont a:hover {
   opacity: .8;
}

@media(max-width: 992px) {
    .footer-logos {
        margin-right: auto;
    }
    .footer-logo {
        margin-right: auto;
        margin-left: 0px !important;
    }
}
.language {
    padding-left: 10px;
}

@media(min-width: 576px) {
    #hamburger-sidenav {
        top: 120px !important;
    }
}
/*MB*/
/*********** GENERAL STYLE **************/
* {
    margin: 0;
    font-family: 'Interstate';
    font-weight: normal;
    font-style: normal;
    border: 0;
    outline: none;
    line-height: 1.1;
    background-repeat: no-repeat;
    color: #585857;
    font-size: 15px;
}

a {
    cursor: pointer;
}



body {
    overflow-x: hidden;
}

    body.blocked {
        overflow: hidden;
    }

h1, h2, h3, h4, p {
    margin-bottom: 0;
    line-height: 1.1;
}

h2 {
    font-size: 22px;
}

p {
    line-height: 1.35;
}

ul {
    list-style: none;
}

sup {
    top: -.5em;
    font-size: 60%;
    color: inherit;
    font-weight: inherit;
}

p sup {
    top: -.8em;
}

label {
    margin-bottom: 0;
}

strong, b {
    font-size: inherit;
    color: inherit;
}

*:before, *:after {
    background-repeat: no-repeat;
}

button {
    -webkit-appearance: none;
    background-color: transparent;
    border: 0;
    outline: none;
}

button:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

a.admin-link {
    text-decoration: underline;
}

a.admin-link:hover {
    color: inherit;
}

*:after, *:before {
    background-repeat: no-repeat;
}

*:focus {
    outline: none !important;
}

hr {
    border: 0;
    height: 1px;
}

.text-primary, .text-primary:hover, a.text-primary:hover {
    color: #4E2683 !important;
}



.text-grey, a.text-grey, a.text-grey:hover {
    color: #585857 !important;
}

.text-grey-light {
    color: #8b8b8b;
}

.text-grey-dark {
    color: #2c2c2c;
}

.text-grey-dark-2 {
    color: #231f20;
}


.text-blue {
    color: #004B8D;
}

.text-azure {
    color: #009CBF;
}

.text-pink {
    color: #CABDDA !important;
}

.text-dark-purple {
    color: #221138;
}

.text-white p, .text-white * {
    color: inherit;
}

.text-no-decoration {
    text-decoration: none !important;
}

.text-underline {
    text-decoration: underline !important;
}

.text-italic {
    font-style: italic !important;
}

.text-no-transform {
    text-transform: none !important;
}

.text-size-1, .text-size-1>i{
    font-size: 13px;
}

.text-size-12 {
    font-size: 12px;
}

.text-size-18 {
    font-size: 16px;
}

.text-size-2 {
    font-size: 18px;
}

.text-size-21 {
    font-size: 21px;
}

.text-size-23 {
    font-size: 20px;
}

.text-size-24 {
    font-size: 20px;
}

.text-size-24-2 {
    font-size: 18px;
}

.text-size-25 {
    font-size: 27px;
}

.text-size-30 {
    font-size: 30px;
}

.text-size-3 {
    font-size: 32px;
}

.text-size-4 {
    font-size: 43px;
}

.text-size-5 {
    font-size: 30px;
}

.text-size-6 {
    font-size: 40px;
}

.weight-extralight, .weight-extralight p {
    font-weight: 200;
}

.weight-light {
    font-weight: 300 !important;
}

.weight-normal {
    font-weight: normal;
}

p.weight-light strong {
    font-weight: normal;
}

.weight-bold, strong, b {
    font-weight: bold;
}

.weight-black {
    font-weight: 900 !important;
}

.line-height-video-ecp {
    line-height: 0.5;
}

.line-height-1 {
    line-height: 1;
}

.line-height-2 {
    line-height: 2;
}

.bg-primary, a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #4E2683 !important;
}

.bg-primary .gradient {
    background: rgb(60,77,154);
    background: linear-gradient(90deg, rgba(60,77,154,1) 0%, rgba(111,77,154,1) 100%);    
}

.bg-primary.opacity10 {
    background-color: rgba(78, 38, 131, 0.1) !important;
}


.bg-secondary, button.bg-secondary:hover, a.bg-secondary:hover, a.bg-secondary:focus {
    background-color: #006E87 !important;
}

.bg-light-grey {
    background-color: #E8E8E8 !important;
}

.bg-light-grey-2 {
    background-color: #D8D8D8 !important;
}

.bg-light-grey-3 {
    background-color: #EDE9F3;
}


.bg-grey {
    background-color: #585857 !important;
}

.bg-grey-2 {
    background-color: #E0E0E0 !important;
}

.bg-secondary-light {
    background-color: #00728B !important;
}

.bg-grey-opacity {
    background-color: rgba(88, 88, 87, 0.05);
}

.bg-blue {
    background-color: #004B8D !important;
}

.bg-light-blue {
    background-color: rgba(0,75,141,0.6) !important;
}

.bg-patient-tools-blue {
    background-color: #214C76 !important;
}

.bg-green {
    background-color: #008CAC;
}

.bg-cyan {
    background-color: rgba(84,187,171,0.34) !important;
}

.bg-overlay {
    background-color: rgba(255,255,255,0.83);
    padding: 30px 20px;
}

.bg-left {
    background-position-x: left;
    background-size: contain;
}

.bg-right {
    background-position-x: right;
    background-size: contain;
}

.bg-none {
    background-size: 0 !important;
}

.border-primary {
    border: 2px solid #4E2683 !important;
}

.border-secondary {
    border: 2px solid #006E87 !important;
}

.border-secondary-1 {
    border: 1px solid #006E87 !important;
}

.border-left-secondary {
    border-left: 1px solid #006E87;
}

.border-left-grey {
    border-left: 1px solid #D8D8D8;
}

.border-left-white {
    border-left: 1px solid #ffffff;
}

.text-border-grey {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #585857;
}

.border-bottom-white {
    border-bottom: 1px solid #ffffff;
}

.border-bottom-grey-1 {
    border-bottom: 1px solid #585857;
}

.border-bottom-primary-5 {
    border-bottom: 5px solid #4E2683;
}


.box-shadow-1 {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.box-shadow-2 {
    box-shadow: 0px -2px 17px rgba(0, 0, 0, 0.30);
}

.box-shadow-bordered {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-left: 10px solid #006E87;
}

.p-45 {
    padding: 2.3rem;
}

.pl-45 {
    padding-left: 2.3rem !important;
}

.pb-45 {
    padding-bottom: 2.3rem !important;
}

.mb-45 {
    margin-bottom: 2.3rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.mb-67 {
    margin-bottom: 57px;
}

.mb-7 {
    margin-bottom: 6rem;
}

.mr-6 {
    margin-right: 92px !important;
}

.border-radius-20 {
    border-radius: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.default-btn {
    padding: 10px 15px;
    min-width: 140px;
}

.arrow-btn {
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-block;
    top: 0;
    cursor: pointer;
    transition: all .5s ease;
}

    .arrow-btn:before {
        content: '';
        position: absolute;
        top: 17px;
        width: 16px;
        height: 16px;
        transition: .7s cubic-bezier(.2, .96, .34, 1);
    }

    .arrow-btn:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 11px;
        top: 50%;
        transform: translateY(-50%) scaleX(0);
        width: 30px;
        height: 2px;
        background: #4E2683;
        transition: .7s cubic-bezier(.2, .96, .34, 1);
    }

    .arrow-btn.blue:after {
        background: #004B8D;
    }

    .arrow-btn.white:after {
        background: #FFF !important;
    }

    .arrow-btn.arrow-left {
        left: 10px;
    }

    .arrow-btn.arrow-right {
        left: -10px;
    }

    .arrow-btn.arrow-left:before {
        right: auto;
        left: 5px;
        border-bottom: 2px solid #4E2683;
        border-left: 2px solid #4E2683;
        transform: rotate(45deg);
    }

    .arrow-btn.blue:before {
        border-color: #004B8D !important;
    }

    .arrow-btn.white:before {
        border-color: #FFF !important;
    }

    .arrow-btn.arrow-right:before {
        left: auto;
        right: 5px;
        border-top: 2px solid #4E2683;
        border-right: 2px solid #4E2683;
        transform: rotate(45deg);
    }

    .arrow-btn.arrow-left:after {
        left: 2px;
        transform-origin: left;
    }

    .arrow-btn.arrow-right:after {
        right: 2px;
        transform-origin: right;
    }

    .arrow-btn.swiper-button-disabled {
        filter: brightness(3) grayscale(100%);
    }

#language-selection::-ms-expand {
    display: none;
}    
/******************** TITLE STYLE ********************/


.references-text {
    font-size: 11px;
}

.outer-container {
    margin: 0;
    width: 100%;
}

.arrow-down-primary {
    display: block;
    width: 20px;
    height: 10px;
    background-image: url("../../assets/img/arrow-down-primary.png");
    background-position: center;
    background-size: contain;
    margin-top: 5px;
}

.bordered-left {
    border-left: 3px solid #004B8D;
    padding: 10px 0 10px 15px;
    margin-left: -15px;
}

.bordered-left-1 {
    border-left: 3px solid #004B8D;
}

.bordered-left-2 {
    border-left: 3px solid #004B8D;
    padding-left: 15px;
}

.border-bottom-blue {
    border-bottom: 3px solid #004B8D;
}

.border-bottom-grey {
    border-bottom: 2px solid #8b8b8b;
}

.border-bottom-grey-2 {
    border-bottom: 1px solid #D8D8D8;
}

.border-bottom-white {
    border-bottom: 1px solid #FFF;
}

    .border-bottom-white.border-light {
        border-color: rgba(255,255,255,0.16) !important;
    }

.border-top-white {
    border-top: 1px solid #FFF;
}

    .border-top-white.border-light {
        border-color: rgba(255,255,255,0.16) !important;
    }

.line-bottom-darkgrey {
    border-bottom: 1px solid #585857;
}
    
hr.hr-secondary {
    background-color: #006E87;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

hr.hr-blue {
    background-color: #006FB7;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

hr.hr-grey {
    background-color: #C9C9C9;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

hr.hr-darkgrey {
    background-color: #585857;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

hr.hr-green {
    background-color: #006E87;
}

hr.hr-primary {
    background-color: #4E2683;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
}

blockquote {
    position: relative;
    padding-top: 10px;
}

blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    display: block;
    width: 3px;
    height: 90px;
    background-color: #004B8D;
}

.column .bordered-left {
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    padding-left: 12px;
}

.list-disc {
    /*list-style: disc;*/
    padding-left: 20px;
}

    .list-disc li {
        margin-bottom: 10px;
    }
/************* HEADER STYLE **************/
header {
    left: 0;
    right: 0;
    z-index: 101;
}

    header#standard-header {
        position: fixed;
        background-color: #FFFFFF;
    }

.main-logo-header {
    display: block;
}


header#standard-header .header-top {
    background-color: #F7F7F7;
}


.navlink {
    transition: all ease-in-out .3s;
    height: 100%;
    text-decoration: none;
    float: left;
    max-width: 150px;
    display: table;
}


.navlink[pageid="1074"] {
    background-color: rgba(0, 0, 0, 0.30);
}

.navdropdown:hover .navlink {
    text-decoration: none;
    transition: all ease-in-out .2s;
}

    .navdropdown:hover .navlink:after {
        content: "";
        position: absolute;
        top: 80%;
        left: 20px;
        height: 3px;
        width: calc(100% - 20px);
        background-color: #4E2683;
    }

.navdropdown:hover .navlink span {
    color: #4E2683;
}

.navdropdown:hover .navlink.back {
    background-color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.navlink.active {
    background-color: transparent;
}

.navlink.active:after {
    content: "";
    position: absolute;
    top: 80%;
    left: 20px;
    height: 3px;
    width: calc(100% - 20px);
    background-color: #4E2683;
}

.hamburger-btn {
    height: 89px;
    width: 85px;
    cursor: pointer;
    line-height: 70px;
    text-align: center;
    display: table;
    float: right;
}

.hamburger-btn .line-container {
    transition: transform .3s ease-in-out;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    display: table;
    margin: auto;
}

.hamburger-btn span {
    height: 3px;
    width: 30px;
    display: block;
    margin: 7px auto;
    transition: all .3s ease;
}

.navdropdown {
    position: relative;
    display: inline-block;
}
.header-main .navdropdown {
    height: 88.5px;
}
/* Dropdown Content (Hidden by Default) */


/* Links inside the dropdown */
.navdropdown-content ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

/* Links inside the dropdown */
.navdropdown-content a {
    color: #fff;
    padding: 16px 32px;
    text-decoration: none;
    display: block;
    font-size: 14px;  
    line-height: 15px;
}

/* Change color of dropdown links on hover */
.navdropdown-content a:hover {background-color: rgba(255,255,255,0.2);}

/* Show the dropdown menu on hover */
.navdropdown:hover .navdropdown-content {opacity: 1; pointer-events: all;}


/* USER navigation dropdown customization */

.user .navlink {
    text-transform: uppercase;
    transition: all ease-in-out .3s;
    width: 100%;
    height: 40px;
    text-decoration: none;
    float: left;
    display: table;
    background-image: url(../../assets/img/user-purple.png);
    background-size: 15%;
    background-position: left center;
    padding-left: 35px;
    font-size: 15px;
}

.user .navlink span {
    font-size: 15px;
    line-height: 1;
    display: table-cell;
    vertical-align: middle;
}

.user.navdropdown {
    transition: all .3s ease-in-out;
    cursor: pointer;
}


.user.navdropdown:hover .navlink {
    background-color: rgba(216,216,216,1);
    text-decoration: none;
    transition: all ease-in-out .2s;
}

.user .navlink.active {
    background-color: rgba(216,216,216,1);
}

/* Dropdown Content (Hidden by Default) */
.user .navdropdown-content {
    position: absolute;
    background-color: rgba(216,216,216,1);
    min-width: 300px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease-in-out;
    left: 0;
}

/* Dropdown Content (Hidden by Default) */
.user .navdropdown-content.language {
    min-width: 150px;
}

/* Links inside the dropdown */

.user .navdropdown-content a, .user .navdropdown-content .link-logout {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0px;
}

.user .navdropdown-content .link-logout {
    padding: 12px 30px;
}

/* Change color of dropdown links on hover */
.user .navdropdown-content li:hover {
    background-color: rgba(255,255,255,0.5);
}

/*
.user .navdropdown-content a#lnk-editprofile {
    background-color: transparent;
    background-image: url(../../assets/img/edit-profile-grey.png);
    background-position: left center;
    background-size: 7%;
    padding: 12px 30px;
}
*/

/*
.user .navdropdown-content a#lnk-myprofile {
    background-color: transparent;
    background-image: url(../../assets/img/user-grey.png);
    background-position: left center;
    background-size: 6%;
    padding: 12px 30px;
}
*/


.navdropdown-content.language {
    padding-left: 0px !important;
}

.search-lang-box {
    width: 85px;
    height: 85px;
    float: left;
}
#search-btn {
    background-image: url("../../assets/img/search-icon-black.png");
    background-size: 25px auto;
    background-position: center;
    width: 85px;
    height: 40px;
}

.search-lang-box #lang-btn {
    text-align: center;
}

.search-lang-box #lang-btn {
    text-align: center;
}

.header-search-box #search-start-header {
    background-image: url(../../assets/img/search-icon.png);
    background-size: contain;
    background-position: right center;
    height: 16px;
    width: 25px;
    padding-top: 3px;
}



.topmenu-header {
    cursor: pointer;
}
.topmenu-item {
    cursor: pointer;
}

.img-topmenu {
    width: 20px;
    height: auto;
}

.img-topmenu-flag {
    width: 25px;
    height: auto;
}

.img-topmenu-arrow {
    width: 15px;
    height: auto;
}

.back-menu {
    background-image: url(../../assets/img/back.png);
    background-size: 15%;
    background-position: left center;
}

/* Change color of back button on hover */
.navdropdown:hover .navlink .back-menu {
    background-color: rgba(255,255,255,0.2) !important;
}


.search-input {
    background-color: #F7F7F7;
}

.search-input::placeholder {
    color: rgba(78, 38, 131, 0.7);
    font-weight: bold;
    font-family: inherit;
}

.button-header-box {
    top: 0;
    right: 0;
    position: absolute;
}

#lang-btn.lang-btn-single {
    border-top: 0px;
    padding-top: 35px;
}

#hamburger-sidenav #lang-btn {
    border-top: none;
    height: auto;
}

#language-selection {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 5px;
    padding-right: 10px;
    width: 60px;
    cursor: pointer;
}


#language-selection.arrow {
    background: url(../../assets/img/arrow-down-black.png) no-repeat right;
    background-size: 20%;
}

/******************* MY AREA ************************/
#hamburger-sidenav .my-area-box-login {
    border-bottom: 1px solid rgba(255,255,255,0.3);
    border-top: 1px solid rgba(255,255,255,0.3);
    background-color: rgba(78, 38, 131,0.6);
}

.my-area-box-login .my-area-text {
    background-image: url("../../assets/img/arrow-right-white.png");
    background-size: auto 20px;
    padding-right: 30px;
    background-position: right center;
}

.form-input-menu {
    background-color: rgba(255,255,255,0.62);
    width: 100%;
}

.form-input-menu::placeholder {
    color: inherit;
    opacity: 0.26;
}

/******************* LANGUAGE ************************/

.select-language, .select-language option {
    /*background-color: rgba(255,255,255,0.62);*/
    background-color: transparent;
}

.search-lang-box .select-language {
    background-color: transparent;
}

/*********** WIDGET MY AREA **************/
.myarea-widget-container {
    width: 940px;
    position: fixed;
    left: -900px;
    top: 50%;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
    transition: left 1s cubic-bezier(0.63, 0.01, 0.43, 1);
    display: none;
}

    .myarea-widget-container.slide-open {
        left: 0px;
    }

.myarea-widget {
    width: 900px;
    height: 100%;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    background-image: linear-gradient(to right, #271342, #4E2683);
}

.btn-myarea {
    position: absolute;
    width: 40px;
    height: 185px;
    right: 0px;
    top: 40%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -o-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    transform: translateY(-40%);
    opacity: 0.5;
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-myarea-inner {
    width: 100%;
    height: 100%;
    display: table;
}

.btn-myarea .img {
    position: absolute;
    bottom: 9px;
    display: table-cell;
    height: 22px;
    padding-left: 4px;
    transition: transform 1s cubic-bezier(0.63, 0.01, 0.43, 1);
    display: none;
}

.btn-myarea .img.slide-open {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.btn-myarea-text {
    /* width: 111px;
    left: -38px;
    top: 75px; */
    width: 150px;
    left: -56px;
    top: 83px;
    position: absolute;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
body.logged .btn-myarea-text {
    top: 90px;   
}
body.logged #standard-header[lang="it"] ~ main .logged-info{
    top: 10px;
}

#btn-logout {
    cursor: pointer;
}



#btn-editprofile {
    display: block;
    background-color: transparent;
    background-image: url(../../assets/img/edit-profile-white.png);
    background-position: top center;
    padding-top: 15px;
    font-size: 12px;
    background-size: 12px;
}

.logged-info {
    width: 10px;
    height: 10px;
    background-color: #3BD816;
    position: absolute;
    border-radius: 20px;
    top: 25px;
    left: 13px;
}

/************ HEADER SEARCH BOX **************/




.header-search-box .search-start-header {
    background-image: url(../../assets/img/search-icon.png);
    background-size: 60%;
    background-position: center;
    height: 16px;
    margin-left: 10px;
    width: 25px;
}



/************* HOMEPAGE *******************/
#hp-section-video {
    height: 300px;
    position: relative;
    overflow: hidden;
}

#hp-section-video video {
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
}

#hp-section-video .scroll-down-btn {
    font-size: 15px;
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    max-width: 100px;
    text-align: center;
    margin: 0 auto;
    cursor: pointer;
}

#slider-therakos .thumbnail {
    height: 318px;
    background-size: cover;
    background-position: center;
    position: relative;
}

#slider-therakos .thumbnail.bg-secondary:before, .eventImage:before {
    content: "";
    background-color: #006E87;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    position: absolute;
}

#slider-therakos .description-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
}

#slider-therakos .third-height-box {
    height: 159px;
}

.cellex-preview {
    max-width: 400px;
}

.box-sections {
    background-size: cover;
    background-position: center;
    padding-top: 200px;
    position: relative;
    display: block;
    overflow: hidden;
}

.box-sections .img-sections {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: auto 100%;
    background-position: center;
    transition: all .5s ease-in-out;
}

.box-sections .bg-overlay {
    z-index: 8;
    position: relative;
}

.box-sections .description-title {
    font-size: 30px;
    line-height: 1;
}

.box-sections .discover-link {
    padding-top: 4px;
}

.box-sections .description-text {
    font-size: 17px;
    min-height: 50px;
}
.slide-congress{
    
}
.slide-congress .thumbnail {
    background-size: cover;
    background-position: center;
    height: 280px;
    background-blend-mode: multiply;
    background-color: transparent;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.slide-congress .thumbnail * {
    color: #FFF;
}

.slide-congress .text-abstract {
    position: absolute;
    left: 0;
    bottom: 0;
    min-height: 90px;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-congress .date {
    background-image: url("../../assets/img/calendar-icon.png");
    background-position: left top;
    background-size: auto 18px;
    padding-left: 26px;
    line-height: 1;
}

.slide-congress .location {
    text-transform: uppercase;
}

.slide-congress .congress-title {
    font-size: 24px;
}

.slide-congress .img-congress{
    position: absolute;
    top: 0;
    max-height: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.slide-congress .discover-link {
    font-size: 16px;
}

.discover-link, .registration-link {
    background-image: url("../../assets/img/plus-icon.png");
    background-size: 18px auto;
    background-position: 0 1px;
    padding-left: 27px;
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
    min-height: 22px;
}

.discover-link.bottom-link {
    position: absolute;
    bottom: 10px;
}

.discover-link.bottom-link.active {
    cursor: pointer;
}

.col-sections .discover-link {
    background-position: 0 4px;
}

.discover-link.text-white {
    background-image: url("../../assets/img/plus-icon-white.png");
}

.readmore-link {
    font-size: 14px;
    line-height: 1.2;
    display: inline-block;
    text-decoration: none !important;
    user-select: none;
}

.section-topbg {
    background-size: auto 300px;
    background-position: top center;
}

.hp-slide {
    width: 100vw;
    height: calc(100vw * 640/1366);
    min-height: 300px;
    background-size: cover;
}

#hp-slide-1 {
    background-image: url("../../assets/img/slider_hp_bkg_1.png");
}

#hp-slide-2 {
    background-image: url("../../assets/img/slider_hp_bkg_2.png");
}

#hp-slide-3 {
    background-image: url("../../assets/img/slider_hp_bkg_3.png");
}

#hp-slide-4 {
    background-image: url("../../assets/img/slider_hp_bkg_4.png");
}

#hp-section-slider {
    padding-top: 153px;
}

#hp-section-slider .swiper-button-next, #hp-section-slider .swiper-button-prev  {
    color: #4E2683;
}

#hp-section-slider .swiper-button-prev {
    left: 15px;
    right: auto;
}

#hp-section-slider .swiper-button-next {
    right: 15px;
    left: auto;
}

#hp-section-slider .swiper-button-prev:after, #hp-section-slider .swiper-button-next:after {
    
}

#hp-section-slider .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-color: #707070;
    opacity: 0.7;
}

#hp-section-slider .swiper-pagination-bullet-active {
    background-color: #006E87;
    opacity: 1.0;
}

.slide-content {
    position: absolute;
    top: 0px;
    width: 100%;
    margin-top: 0px;
    height: calc(100vw * 640/1366);    
    min-height: 300px;
    background-color: rgba(255,255,255,0.68);
}

/************* SECTION HOMES ***************/
.hero-section {
    background-size: cover;
    background-position: center;
    height: 220px;
    position: relative;
    box-shadow: 0 5px 9px rgba(0,0,0,0.16);
}
/***************** ONE TEAM FLYER ********************/
[pagetemplate="oneTeamFlyer"] .hero-section {
    background-position: right;
    height: 90px;
}  

[pagetemplate="oneTeamFlyer"] .hero-section {
    background-position: right;
}

.hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
}

.hero-banner-text {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 30px;
    font-size: 26px;
    text-shadow: 0 0 27px rgba(0,0,0, 0.53);
    line-height: 1;
}

.content-section h1 {
    text-transform: uppercase;
    padding-left: 26px;
    font-size: 26px;
    position: relative;
}

.content-section .pre-title-therakos {
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 30px;
}

.content-section .back-arrow-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url("../../assets/img/arrow-left-secondary.png");
    background-position: left center;
    background-size: 12px auto;
    width: 26px;
}

.content-section .therakos-intitute-logo {
    max-height: 60px;
}

.sectionpages-row {
    display: block;
    background-size: 100% auto;
    background-position: center;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.16);
    position: relative;
    overflow: hidden;
}

.sectionpages-row:not(.two-col) h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    word-break: break-word;
}

.img-section-pages {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-in-out;
}

.sectionpages-row:after {
    content: "";
    background-image: url("../../assets/img/arrow-right-white.png");
    background-position: center;
    background-size: contain;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 35px;
    right: 5px;
    margin: auto 0;
}

.sectionpages-row h2 {
    line-height: 1.1;
}

.sectionpages-row .discover-link {
    background-position: 0 4px;
    padding-right: 27px;
    font-size: 13px;
}

.sectionpages-box {
    display: block;
    background-size: cover;
    background-position: center;
    box-shadow: 0px 5px 9px rgba(0,0,0,0.16);
    position: relative;
    padding-top: 250px;
}

    .sectionpages-box:after {
        content: "";
        background-image: url("../../assets/img/arrow-right-white.png");
        background-position: center;
        background-size: contain;
        position: absolute;
        width: 41px;
        height: 74px;
        display: block;
        top: 80px;
        right: 30px;
        margin: auto 0;
    }

.references:before {
    content: '';
    position: absolute;
    height: 43%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #4E2683;
}

.box-reference {
    display: block;
    background-position: center;
    background-size: cover;
    height: 100%;
    padding-top: 160px;
    box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.16);
}

.box-reference h3 {
    font-size: 20px;
    text-transform: uppercase;
    /*max-width: 360px;*/
    min-height: 50px;
}

.abstract-sub {
    font-size: 13px;
}

/************* SECTION PAGES *************/
.page-container {
    background-size: 100% auto;
}

.grid-section a:not(.no-style):not(.pdf-btn) {
    color: #006E87;
    text-decoration: underline;
    font-weight: bold;
}

.grid-section a.no-style {
    color: inherit;
}

#our-educational-offer {
    padding-top: 150px;
    margin-top: -100px;
    padding-bottom: 60px;
    background-size: cover;
}

    #our-educational-offer .discover-link {
        font-size: 15px;
        line-height: 20px;
        display: table;
        margin: auto;
    }

.our-offer-icon img {
    max-height: 100px;
}

#our-offer p {
    font-size: 18px;
}

#our-offer .col-offer p {
    max-width: 360px;
    margin: auto;
}

.col-offer .text-pink {
    font-size: 18px;
}

.offer-fix-padding {
    margin-left: 26px;
}

.therakos-welcome-icons img {
    max-height: 85px;
}

.parag-our-educational-offer {
    border-bottom: 3px solid rgba(195, 221, 227, 0.3);
    font-weight: bold;
    padding-bottom: 1rem;
}

.ecp-treatment-icons img {
    height: 120px;
}

.play-video-btn {
    background-image: url("../../assets/img/video-icon.png");
    background-size: contain;
    background-position: center;
    width: 95px;
    height: 95px;
    display: inline-block;
    cursor: pointer;
}

#timeline-slider .swiper-button-disabled {
    display: none !important;
}

#timeline-slider .arrow-btn-text {
    background-size: contain;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
}

#timeline-slider .arrow-btn-text.left {
    background-image: url("../../assets/img/arrow-left-blue.png");
    background-position: left center;
    padding-left: 30px;
    float: left;
}

#timeline-slider .arrow-btn-text.right {
    background-image: url("../../assets/img/arrow-right-blue.png");
    background-position: right center;
    padding-right: 30px;
    float: right;
}

.btn-procedural {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    cursor: pointer;
}

#slide-0 .btn-procedural[aria-id="1"] {
    top: 195px;
    left: 552px;
}

#slide-0 .btn-procedural[aria-id="2"] {
    top: 102px;
    left: 1168px;
}

#slide-0 .btn-procedural[aria-id="3"] {
    top: 484px;
    left: 847px;
}

#slide-0 .btn-procedural[aria-id="4"] {
    top: 220px;
    left: 805px;
}

#slide-1 .btn-procedural[aria-id="1"] {
    top: 227px;
    left: 147px;
}

#slide-1 .btn-procedural[aria-id="2"] {
    top: 152px;
    left: 642px;
}

#slide-1 .btn-procedural[aria-id="3"] {
    top: 457px;
    left: 395px;
}

#slide-1 .btn-procedural[aria-id="4"] {
    top: 247px;
    left: 362px;
}

#slide-2 .btn-procedural[aria-id="1"] {
    top: 108px;
    left: 450px;
}

#slide-2 .btn-procedural[aria-id="2"] {
    top: 12px;
    left: 1049px;
}

#slide-2 .btn-procedural[aria-id="3"] {
    top: 407px;
    left: 731px;
}

#slide-2 .btn-procedural[aria-id="4"] {
    top: 141px;
    left: 685px;
}

#slide-3 .btn-procedural[aria-id="1"] {
    top: 228px;
    left: 516px;
}

#slide-3 .btn-procedural[aria-id="2"] {
    top: 140px;
    left: 1021px;
}

#slide-3 .btn-procedural[aria-id="3"] {
    top: 484px;
    left: 750px;
}

#slide-3 .btn-procedural[aria-id="4"] {
    top: 261px;
    left: 703px;
}

.last-parag-our-offer {
    margin-bottom: 15px;
}
/************* WIDGET STYLES *************/
a.pdf-btn, .popup-btn {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    display: block;
    cursor: pointer;
    text-decoration: none;
}

    .pdf-btn p, .popup-btn p, .video-btn p {
        padding: 8px 16px 8px 16px;
        font-size: 17px;
        color: #585857;
        margin-bottom: 0;
        line-height: 1;
        user-select: none;
    }

.icon-btn {
    background-color: #006E87;
    background-size: 29px auto;
    background-position: center;
    width: 95px;
    height: 65px;
    display: block;
    transition: all .15s ease-in-out;
}

.pdf-btn .icon-btn {
    background-image: url("../../assets/img/download-pdf-icon.png");
}

.popup-btn .icon-btn {
    background-image: url("../../assets/img/plus-icon-white.png");
}

.popup-btn.opened {
    z-index: 9999;
    position: relative;
}

    .popup-btn.opened .icon-btn {
        background-image: url("../../assets/img/minus-icon-white.png");
    }

.video-btn {
    background-color: #FFF;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    cursor: pointer;
    display: table;
}

    .video-btn p {
        padding: 8px 22px;
    }

    .video-btn .icon-btn {
        background-image: url("../../assets/img/video-icon-bold.png");
    }

.popup-container {
    position: relative;
}

.popup-content {
    position: absolute;
    z-index: 99999;
    user-select: none;
    display: none;
    box-shadow: 0px 6px 6px rgba(0,0,0,0.16);
    top: 65px;
    left: 0;
    right: 0;
}

.popup-content.accordion-mode {
    position: relative;
    top: 0;
}

.popup-scroll .popup-content {
    max-height: 60vh;
    overflow-y: auto;
    border-right: 5px solid white;
}

.popup-scroll .popup-content::-webkit-scrollbar {
    width: 6px;
}

.popup-scroll .popup-content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.popup-scroll .popup-content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #006E87;
}

.popup-scroll .popup-content::-webkit-scrollbar-thumb:hover {
    background: #006E87;
}

.popup-scroll .popup-content::-webkit-scrollbar-button:single-button {
    background-color: #FFF;
    display: block;
    height: 40px;
}

.image-box.text-right {
    text-align: center !important;
}

.image-box.play-video-btn {
    width: 100%;
    height: auto;
    position: relative;
}

    .image-box.play-video-btn:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
        background-image: url("../../assets/img/video-icon.png");
        background-size: contain;
        background-position: center;
        width: 55px;
        height: 55px;
        cursor: pointer;
    }
/**************** PAGES STYLE *********************/
#cellex-history {
    background-size: cover;
    background-color: #e8e8e8;
    background-position: top center;
    background-repeat: repeat-y;
    padding-top: 100px;
    padding-bottom: 70px;
    margin-top: -60px;
}

#cellex-3d {
    height: 400px;
    background-size: cover;
    background-position: center;
    background-image: url("../../assets/img/overlay-cellex3d.jpg");
    cursor: pointer;
}

#cellex-section {
    background-size: cover;
    background-position: 50% 140px;
}

body[pageid="1275"] {
    background-image: url("../../assets/img/bg-research-opportunities.jpg");
    background-size: cover;
}

body[pageid="1382"] {
    background-image: url("../../assets/img/bg-health-economics.jpg");
    background-size: cover;
}

body[pageid="1399"] {
    background-image: url("../../assets/img/bg-cost-effectiveness.jpg");
    background-size: 100% auto;
}

body[pageid="1266"], .page-container.centres-excellence {
    background-image: url("../../assets/img/bg-centers-excellence.jpg");
    background-size: 100% auto;
}
/*
body[pageid="1679"] {
    background-image: url("../../assets/img/bg-research-opportunities.jpg");
    background-size: 100% auto;
}
*/

body[pageid="2868"] {
    background-image: url("../../assets/img/bg-research-opportunities.jpg");
    background-size: 100% auto;
}

body[pageid="1074"] {
    background-image: url("../../assets/img/bg-contact-us-page.jpg");
    background-size: 100% auto;
}

body[pageid="1267"]:before {
    content: "";
    background-color: #006E87;
    opacity: .16;
    position: absolute;
    top: 1000px;
    left: 0;
    right: 0;
    height: 1000px;
}

body[pageid="1215"] .myarea-widget-container {
    display: none;
}

body[pageid="3779"] {
    background-image: url(../../assets/img/bg-research-opportunities.jpg);
    background-size: 100% auto;
}

#health-technology {
    background-size: cover;
}

#bottom-contact-us {
    margin-top: -80px;
    margin-bottom: -80px;
    padding-top: 150px;
    padding-bottom: 150px;
}

#what-does-mean {
    margin-top: -120px;
    margin-bottom: -150px;
    padding-top: 160px;
    padding-bottom: 200px;
    background-position: center;
}

.link-safety-info {
    background-image: url("../../assets/img/arrow-grey-right.png");
    background-size: 17px auto;
    background-position: right center;
    padding-right: 26px;
}

.list-contact-us {
    padding-left: 0;
}

    .list-contact-us.type-2 {
        min-height: auto;
    }

    .col-support .title{
        padding-left: 62px;
    }

.col-support .title {
    margin-bottom: 20px;
    line-height: 1;
}



.list-contact-us.type-2 li {
    margin-bottom: 0;
}


.link-main {
    background-image: url("../../assets/img/mail-icon.png");
    background-position: left center;
    background-size: 20px auto;
    padding-left: 28px;
}

.procedural-box {
    counter-reset: count;
    padding-left: 0;
}

    .procedural-box li {
        counter-increment: count;
        position: relative;
        padding-left: 42px;
    }

        .procedural-box li:before {
            content: counter(count);
            background-color: #4E2683;
            color: #FFF;
            font-size: 16px;
            line-height: 30px;
            font-weight: bold;
            border-radius: 100%;
            width: 30px;
            height: 30px;
            position: absolute;
            text-align: center;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }
/**************** WIDGET TABS *********************/
.tabs-btn {
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 20px;
    min-width: 120px;
    margin-bottom: -2px;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
}

#standard-header[lang="it"] ~ main .tabs-btn {
    min-width: 135px !important;
}

#standard-header[lang="de"] ~ main .tabs-btn {
    min-width: 100px !important;
}

.tabs-btn.active {
    border-bottom: 3px solid #006E87;
}

.tabs-btn span {
    padding-left: 20px;
    padding-right: 20px;
}

.tabs-btn.active span {
    color: #006E87;
}

.tabs-btn-container {
    border-bottom: 1px solid #C9C9C9;
    position: relative;
}

.tabs-btn-container:before {
    content: "";
    position: absolute;
    display: block;
    left: 60px;
    right: 60px;
    top: 45%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #006E87;
}

.single-tab-content {
    display: none;
}

.tabs-content-container .single-tab-content:first-child {
    display: block;
}

.single-tab-content .weight-light {
    font-size: 13px;
}

.single-tab-content {
    min-height: 130px;
}

/**************** WIDGET ACCORDION *********************/
.accordion-container {
    position: relative;
    box-shadow: 0 -2px 17px rgba(0,0,0,0.3);
}

    .accordion-container:before, .accordion-container:after {
        /*content: "";*/
        position: absolute;
        top: 0;
        bottom: 0;
        background-position: center;
        background-size: 12px auto;
        width: 15px;
        background-image: url("../../assets/img/accordion-arrow.png");
    }

    .accordion-container:before {
        left: -28px;
    }

    .accordion-container:after {
        /* content: ""; */
        right: -28px;
    }

.accordion-single {
    border-bottom: 2px solid #E8E8E8;
    user-select: none;
}

.accordion-title {
    text-transform: uppercase;
    color: rgba(88, 88, 87, 0.45);
    cursor: pointer;
}

.accordion-single.opened .accordion-title {
    color: #004B8D;
}

.accordion-content {
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    display: none;
}

    .accordion-content li p {
        margin-bottom: 0px;
    }

.accordion-single:first-child .accordion-content {
    display: block;
}

.text-logo-ce {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
/************** WIDGET VIDEO *************/
.video-box {
    cursor: pointer;
    position: relative;
}

video {
    display: block;
}

.video-box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-image: url("../../assets/img/video-icon.png");
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 40px;
}

.video-box.playing:after {
    background-image: none;
}

/************* FOOTER STYLE **************/
.top-footer {
    background-color: #221138;
}

.top-footer p {
    font-size: 14px;
    opacity: .7;
}

.bottom-footer a {
    color: inherit;
    font-size: 16px;
    cursor: pointer;
}

footer .footer-logo {
    max-width: 200px;
}

footer .footer-logo-linkedin {
    max-width: 45px;
}

/************ POPUPS STYLE ***************/
.popup-link {
    cursor: pointer;
}

.popup-outer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999;
    flex-direction: row;
    align-items: center;
}

.popup-inner {
    /*position: absolute;*/
    position: relative;
    max-width: 1000px;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    width: 100%;
}

.popup-outer[popupid='video'] .popup-inner {
    max-width: calc(100vw - 30px);
}


.popup-box .content {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 60vh;
}

.popup-inner .content::-webkit-scrollbar {
    width: 6px;
}

.popup-inner .content::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.popup-inner .content::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background: #006E87;
}

    .popup-inner .content::-webkit-scrollbar-thumb:hover {
        background: #006E87;
    }

.popup-inner .content::-webkit-scrollbar-button:single-button {
    background-color: #FFF;
    display: block;
    height: 40px;
}

.popup-inner .subtitle {
    font-size: 17px;
}

.popup-close-btn, .popup-close-btn.myarea {
    background-image: url("../../assets/img/close-icon.png");
    background-position: center;
    background-size: 33px auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 76px;
    height: 56px;
    z-index: 9;
}

.login-separator {
    width: 80%;
}
/************************* EVENTS ********************************************/
.eventBoxTitle {
    /*text-transform: uppercase;*/
}

.eventBoxLocation {
    padding-top: 42px;
    background-position: center top;
    background-size: 25px auto;
    background-image: url("../../assets/img/map-icon.png");
    min-height: 66px;
}

/************************* CALENDAR ****************************************/
#calendar, #calendaraskexpert {
    max-width: 100%;
}
#calendar th, #calendaraskexpert th {
    text-transform: uppercase;
}
.btn-event-type {
    text-align: center;
    padding: 3px 0;
    cursor: pointer;
    line-height: 1;
    min-height: 42px;
    display: table;
    width: 100%;
}

.btn-event-type.active {
    color: #006E87;
    font-weight: bold;
    border: 2px solid #006E87;
}

.btn-event-type span {
    color: inherit;
    font-weight: inherit;
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}

.month-name {
    font-size: 40px;
    opacity: 0.36;
}

#calendar span, #calendaraskexpert span {
    color: inherit;
    font-weight: inherit;
    text-transform: uppercase;
}

.no-courses-center-excellence {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    display: none;
}

.content-event {
    position: relative;
    left: 0;
    right: 0;
}

.eventTitle {
    line-height: 1.1;
}

.eventPostponed {
    background-color: #4E2683;
    display: none;
}

.eventImage {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.virtual-course-icon{
    max-width: 40px;
    height: auto;
}
.box-navigation-multiple-event-day {
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
}

.white-dot {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 2px;
    background-color: transparent;
    border: 1px solid #FFF;
    border-radius: 100%;
}

.white-dot.active {
    background-color: #FFF;
}

.box-event-info {
    min-height: 400px;
}
.box-event-info.overlapping{
    display: none;
}
/********************** FIX CALENDAR ********************/

.fc-content-skeleton thead tr {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: table;
    height: 100%;
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: relative;
}

.fc-content-skeleton tr td {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
    float: none;
    font-size: 14px;
}

.fc-row .fc-content-skeleton {
    padding-bottom: 0;
}

    .fc-row .fc-content-skeleton table tr:nth-child(2) td {
        height: 0;
        padding: 0;
    }

.fc-more-cell,
.fc-more {
    display: none !important;
}

.fc-day {
    width: 50px;
    height: 48px;
}

.fc .fc-row .fc-content-skeleton td {
    width: 43px;
    height: 55px;
}

.fc-content-skeleton > table {
    height: 100%;
}

.fc-event {
    margin: 0 auto;
    background-color: transparent !important;
    cursor: pointer;
    height: 55px;
    background-image: url('../../assets/img/circle-general.png');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: 0 center;
    border: none;
}

.fc-event.active {
    background-image: url('../../assets/img/circle-active.png');
}
.fc-event.overlapping-events{
    background-image: url('../../assets/img/circle-overlapping.png');
}
.fc-event.overlapping-events.active{
    background-image: url('../../assets/img/circle-overlapping-active.png');
    pointer-events: none;
}
.event-text{
    padding-left: 32px;
    background-size: contain;
    background-position: -3px 0;
    line-height: 1.5;
    padding-top: 3px;
    font-weight:700;
}
.event-text.single{
    background-image: url("../../assets/img/circle-active.png");
}
.event-text.overlapping{
    background-image: url("../../assets/img/circle-overlapping-active.png");
}
.event-accordion{
    display: table;
    width: 100%;
    padding-left: 25px;
    border-bottom: 1px dotted #FFF;
    cursor: pointer;
    position: relative;
}
.event-accordion:before{
    content: "";
    background-image: url("../../assets/img/triangle-right.png");
    background-size: contain;
    background-position: left center;
    position: absolute;
    top: 0px;
    left: 0;
    width: 18px;
    height: 43px;
    display: block;
    transition: all ease-in-out .2s;
}
.event-accordion.active:before{
    transform: rotate(90deg);
}
.event-accordion:after{
    content: "";
    background-image: url("../../assets/img/plus-calendar-white.png");
    background-size: contain;
    background-position: right center;
    position: absolute;
    top: 0px;
    right: 0;
    width: 18px;
    height: 43px;
    display: block;
    transition: all ease-in-out .2s;
}
.event-accordion.active:after{
    background-image: url("../../assets/img/minus-calendar-white.png");
}
.event-accordion:last-child{
    border-bottom: 0;
}
.accordion-event-content{
    display: none;
}
.fc td,
.fc th {
    border: none;
}

.fc-content {
    display: none;
}

.fc td.fc-today {
    border-style: none;
}

.fc td.fc-today .fc-day-number {
    border-style: none;
}

.fc-unthemed .fc-disabled-day {
    background-color: transparent;
}

.fc-unthemed td.fc-today {
    background: transparent;
}

.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td {
    padding: 0;
}

tr:first-child > td > .fc-day-grid-event {
    margin-top: 0;
}

.fc-basic-view .fc-body .fc-row {
    min-height: 0;
    height: auto !important;
}

.fc-head th {
    padding-bottom: 10px;
}

.fc-header-toolbar h2 {
    font-size: 24px;
    font-weight: 300;
}

.fc button .fc-icon {
    top: 0;
    margin: 0;
}

.fc-icon-left-single-arrow:after,
.fc-icon-right-single-arrow:after {
    top: 0;
}

.fc-button {
    display: table;
    height: 24px !important;
}

.fc .fc-toolbar > * > * {
    margin: 0;
}

.fc-day-grid-container {
    overflow: none !important;
    height: auto !important;
    min-height: 200px;
}

.fc-header-toolbar button {
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
}

.fc-toolbar.fc-header-toolbar {
    display: none;
}

.fc-row .fc-content-skeleton table tr:not(:first-child) .fc-event{
    position: absolute;
    width: 72px;
    display: block;
    top: 0;
}
.fc-row .fc-content-skeleton table tr:not(:first-child) .fc-event.overlapping-events:not(.active){
    opacity: 0;
}
/************************* CENTRES OF EXCELLENCE MAP ****************************/
.box-map-centre {
    max-width: 340px;
}

.box-map-centre .img-fluid {
    max-width: 100% !important;
}

.box-map-centre h3 {
    line-height: 1 !important;
}

.box-map-centre a {
    display: inline-block;
}

#gmap-centres {
    height: 400px;
    border: 5px solid #FFF;
}

.box-thumbnail-centre {
    position: relative;
    margin: auto;
    width: 100%;
    z-index: 2;
}

.faculty-cv-btn {
    background-image: url("../../assets/img/download-pdf-icon.png");
    background-size: 29px auto;
    background-position: center;
    width: 85px;
    height: 55px;
    display: block;
}

.page-container.centres-excellence .btn-event-type {
    pointer-events: none;
}

.page-container.centres-excellence .btn-event-type:not(.active) {
    opacity: 0;
}

.dropdown-search {
    width: 100%;
    background-color: #FFF;
    padding: 10px 15px;
    -webkit-appearance: none;
    color: rgba(0, 110, 135, 0.7);
    cursor: pointer;
}

.dropdown-search.arrow {
    background: url(../../assets/img/arrow-down-primary-select.png) no-repeat right #fff;
    border: 0px;
}

#btn-search-centres {
    padding: 10px 15px;
}

.pdf-centre-excellence {
    background-image: url("../../assets/img/plus-icon-white.png");
    background-size: 16px auto;
    background-position: left center;
    padding-left: 25px;
    text-decoration: none !important;
    line-height: 1.5;
}
/***************** SLIDER WEBINARS **********************/
.slide-upcomingwebinar {
    border: 2px solid #FFF;
}

    .slide-upcomingwebinar.swiper-slide-active {
        border: 2px solid #4E2683;
    }

    .slide-upcomingwebinar .bg-featuredImage {
        background-size: cover;
        background-position: center;
        min-height: 250px;
    }

.bg-featuredImage.my-area-page {
    background-size: cover;
    background-position: center;
    height: 130px
}

.slide-upcomingwebinar * {
    color: #006E87;
}

.slide-upcomingwebinar.swiper-slide-active * {
    color: #4E2683;
}

.slide-ondemandwebinar .text-title {
    line-height: 1.2;
    min-height: 130px;
}

.slide-ondemandwebinar .text-content {
    min-height: 125px
}

.slide-ondemandwebinar .discover-link {
    
}
.slide-ondemandwebinar .discover-link-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
}

.coming-soon {
    padding-top: 120px;
    padding-bottom: 70px;
    margin-top: -50px;
}

.honesty-btn {
    cursor: pointer;
    padding-bottom: 40px !important;
    background-image: url("../../assets/img/arrow-white-honesty.png");
    background-position: calc(100% - 10px) calc(100% - 10px);
    background-size: 24px auto;
}

    .honesty-btn span {
        border-bottom: 2px solid #FFF;
    }

.eia-btn {
    cursor: pointer;
    background-image: url("../../assets/img/arrow-right-white-2.png");
    padding: 20px 50px 20px;
    background-size: 24px auto;
    background-position: calc(100% - 8px) 50%;
    color: #585857 !important;
    text-decoration: none !important;
}

.images-webinars {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
}

.upcoming-boxes {
    padding-top: 100px;
    margin-top: -60px;
    position: relative;
}

    .upcoming-boxes:before {
        content: "";
        background-image: url("../../assets/img/bg-symposia.jpg");
        background-size: 100% auto;
        background-position: center;
        height: 150px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
    }

.bg-bocconi {
    background-size: cover;
    background-position: center;
}

.discover-link.bocconi {
    color: #FFF;
    font-size: 14px;
    font-weight: 900 !important;
    background-size: 15px auto;
    padding-left: 21px;
}

.bocconi-video {
    border: 5px solid #FFF;
}

.bg-top-video-bocconi {
    background-size: 100% auto;
}

.title-parag-bocconi {
    border-bottom: 3px solid rgba(0, 110, 135, 0.4);
}

.icon-bocconi img {
    max-width: 80px;
}

.press-release-title p {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.search-btn-press {
    background-image: url("../../assets/img/search-icon.png");
    background-size: 20px auto;
    background-position: center;
    width: 40px;
    height: 30px;
}

.searchbox-press-form input {
    line-height: 30px;
}

.year-btn {
    cursor: pointer;
}

#procedural-step .swiper-slide {
    background-color: #fff !important;
}

/*************************************************/
/***************** MAIN 2 ************************/
/*************************************************/
.bg-black {
    background-color: #000 !important;
}


.form-input {
    background-color: #FCFCFC;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    width: 100%;
}

.form-input.square {
    border-radius: 0px;
}

.border-bottom-primary {
    border-bottom: 1px solid #4E2683;
}

.form-input.login-webinar {
    background-color: #F7F7F7;
    border: 1px solid #FFFFFF;
    width: 95%;
    border-radius: 0px;
    -webkit-box-shadow: -9px -2px 9px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: -9px -2px 9px 0px rgba(0,0,0,0.16);
    box-shadow: -9px -2px 9px 0px rgba(0,0,0,0.16);
}

.form-input.text-input.login-webinar.text-secondary::placeholder {
    color: #006E87;
}

.form-button {
    -webkit-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 4px 0px rgba(0,0,0,0.16);
}

.form-button.button-bottom-center {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    bottom: -15px;
}

.box-shadow-3 {
    -webkit-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.6);
    box-shadow: 6px 6px 16px 0px rgba(0,0,0,0.6);
}

.input-error-message {
    font-size: 12px;
    color: red;
    display: block;
    margin-bottom: 10px;
}

.popup-inner.popup-form {
    max-width: 752px;
    border-radius: 20px;
}

.popup-inner.popup-video {
    width: 90%;
    border-radius: 20px;
}

.popup-inner.popup-form .container .content {
    min-height: 200px;
}

/*input[type="radio"] {
    -webkit-appearance: none;
    display: none;
}*/

input[type="radio"] + label {
    padding: 10px 60px 10px 0px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

input[type="radio"] + label::after {
    content: '';
    display: block;
    width: 43px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background-color: #FCFCFC;
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    background-image: none;
    background-size: 50% auto;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked + label::after {
    background-image: url('../../assets/img/x.png');
}

input[type="checkbox"] {
    -webkit-appearance: none;
    display: none;
}

input[type="checkbox"] ~ label {
    padding: 10px 0px 10px 60px;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

input[type="checkbox"] ~ label::after {
    content: '';
    display: block;
    width: 43px;
    height: 38px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background-color: #FCFCFC;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    background-image: none;
    background-size: 50% auto;
    background-position: center;
    transition: all 0.3s ease-in-out;
}

input[type="checkbox"]:checked ~ label::after {
    background-image: url('../../assets/img/x.png');
}

textarea {
    resize: none;
    min-height: 300px;
}

textarea.h-100px {
    resize: none;
    min-height: 100px;
}

.border-radius-15 {
    border-radius: 15px;
}

.pageblock-sections.form {
    position: relative;
}

.pageblock-sections.form::before {
    content:'';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 200px;
    background-color: #4E2683;
}

/*********** POPUP INFO **************/
.popupinfo-btn {
    background-color: #FFF;
    display: block;
    cursor: pointer;
    text-decoration: none;
}

    .popupinfo-btn p {
        font-size: 14px;
        color: #585857;
        margin-bottom: 0;
        line-height: 1;
        user-select: none;
    }


.infoicon-btn {
    background-color: #006E87;
    background-size: 24px auto;
    background-position: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    width: 34px;
    height: 34px;
    display: block;
    transition: all .15s ease-in-out;
}

.infoicon-btn {
    background-image: url("../../assets/img/info-icon-white.png");
}

.popupinfo-btn.opened {
    position: relative;
}

    .popupinfo-btn.opened .infoicon-btn {
        background-image: url("../../assets/img/minus2-icon-white.png");
    }

    .popupinfo-btn.opened p {
        opacity: 0.04;
    }

.popupinfo-container {
    position: relative;
}

.popupinfo-content {
    position: absolute;
    user-select: none;
    display: none;
    box-shadow: 10px 5px 7px rgba(0,0,0,0.16);
    top: 35px;
    right: 0px;
    width: 243px;
    opacity: 0.96;
    z-index: 9999;
    padding: 36px;
}


/*************** GENERIC POPUP SMALL *****************/


/*************** POPUP EXTERNAL LINK *****************/

[popupid="external-links"] .btn-external-link {
    width: 90%;
}

/*************** SEARCH PAGE *****************/
.search-page {
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.btn-search {
    background-image: url(../../assets/img/search-len.png);
    width: 50px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: contain;
}

/************** MY AREA PAGE ******************/
.myarea {
    background-position: center;
    background-size: cover;
}

.myarea-container {
    margin-top: 160px;
    margin-bottom: 160px;
    border-radius: 20px;
}

.area-mytherakos {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}

.area-mytherakos-cellex, .area-mytherakos-uvadex {
    display: none;
}

.area-mytherakos-cellex .swversion {
    border-right: 1px solid #585857;
    float: left;
}

.area-mytherakos-cellex .swversion:last-child {
    border-right: none;
}

.area-mytherakos-cellex .swversion p {
    cursor: pointer;
}

.area-mytherakos-cellex .swversion.selected p {
    font-weight: bold;
    color: #006E87 !important;
}


.area-mytherakos-system .btn-category {
    position: relative;
    background-position: top center;
    background-size: 12%;
    background-repeat: no-repeat;
    padding-top: 40px;
    width: 250px;
    text-align: center;
    cursor: pointer;
    min-height: 96px;
}

.area-mytherakos-system .btn-category:after {
    content: '';
    background-color: transparent;
    height: 3px;
    left: 0px;
    right: 0px;
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    position: absolute;
    bottom: -1px;
}

.area-mytherakos-system .btn-category.active:after {
    background-color: #4E2683;
}

.area-mytherakos-cellex .btn-category.operateur.guides,
.area-mytherakos-cellex .btn-category.reference.guides,
.area-mytherakos-cellex .btn-category.training,
.area-mytherakos-cellex .btn-category.guide.di.riferimento,
.area-mytherakos-cellex .btn-category.anleitungen,
.area-mytherakos-cellex .btn-category.guias.de.referencia,
.area-mytherakos-cellex .btn-category.guides.de.référence {
    background-image: url(../../assets/img/bg_reference_guides_2.png);
}

.area-mytherakos-cellex .btn-category.technical.bulletins,
.area-mytherakos-cellex .btn-category.bollettini.tecnici,
.area-mytherakos-cellex .btn-category.technische.berichte,
.area-mytherakos-cellex .btn-category.boletines.técnicos,
.area-mytherakos-cellex .btn-category.bulletins.techniques {
    background-image: url(../../assets/img/bg_technical_bulletins_2.png);
}

.area-mytherakos-cellex .btn-category.training.materials,
.area-mytherakos-cellex .btn-category.materiali.per.formazione,
.area-mytherakos-cellex .btn-category.schulungsmaterialien,
.area-mytherakos-cellex .btn-category.materiales.de.formación,
.area-mytherakos-cellex .btn-category.documents.de.formation {
    background-image: url(../../assets/img/bg_training_manuals_2.png);
}

.area-mytherakos-cellex .btn-category.user.manuals,
.area-mytherakos-cellex .btn-category.manuali.dell.operatore,
.area-mytherakos-cellex .btn-category.benutzerhandbücher,
.area-mytherakos-cellex .btn-category.manuales.del.operador,
.area-mytherakos-cellex .btn-category.manuels.d.utilisation {
    background-image: url(../../assets/img/bg_user_manuals_2.png);
}

.area-mytherakos-cellex .btn-category.additional.resources,
.area-mytherakos-cellex .btn-category.risorse.aggiuntive,
.area-mytherakos-cellex .btn-category.zusätzliche.ressourcen,
.area-mytherakos-cellex .btn-category.recursos.adicionales,
.area-mytherakos-cellex .btn-category.ressources.supplémentaires {
    background-image: url(../../assets/img/bg_additional_resources_2.png);
}

.area-mytherakos-uvadex .btn-category.important.safety.information,
.area-mytherakos-uvadex .btn-category.safety.data.sheet,
.area-mytherakos-uvadex .btn-category.important.safety.notifications,
.area-mytherakos-uvadex .btn-category.importanti.notifiche.sulla.sicurezza,
.area-mytherakos-uvadex .btn-category.wichtige.sicherheitshinweise,
.area-mytherakos-uvadex .btn-category.notificaciones.de.seguridad.importantes,
.area-mytherakos-uvadex .btn-category.notifications.importantes.de.sécurité {
    background-image: url(../../assets/img/bg_safety_notifications_2.png);
}

.area-mytherakos-uvadex .btn-category.produit.insert,
.area-mytherakos-uvadex .btn-category.product.insert,
.area-mytherakos-uvadex .btn-category.foglio.illustrativo,
.area-mytherakos-uvadex .btn-category.produktbeilage,
.area-mytherakos-uvadex .btn-category.folleto.del.producto,
.area-mytherakos-uvadex .btn-category.notice {
    background-image: url(../../assets/img/bg_product_insert_2.png);
}

.area-mytherakos-ar .btn-category.vos.téléchargements,
.area-mytherakos-ar .btn-category.your.downloads {
    background-image: url(../../assets/img/bg_additional_resources_2.png);
}

.area-mytherakos-wp .btn-category.your.downloads {
    background-image: url(../../assets/img/bg_your_downloads.png);
}

.area-mytherakos-uvadex .btn-category.safety.data.sheets {
    background-image: url(../../assets/img/bg_safety_data_sheet.png);
}

/*
.downloadfile {
    background-image: url(../../assets/img/arrow_download_purple.png);
    background-size: contain;
    background-position: left center;
    line-height: 1.5;
    padding-left: 40px;
    font-family: Arial, Helvetica, sans-serif;
}
*/

.playfile, .downloadfile {
    width: 20px;
    /*
    background-image: url(../../assets/img/video-icon-purple.png);
    background-size: contain;
    background-position: left center;
    line-height: 1.5;
    padding-left: 40px;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    */
}

/*
.document-category {
    background-image: url(../../assets/img/bg_myarea_documents.png);
    background-size: 100%;
    background-position: bottom center;
}
*/

.documentlistcontainer {
    border-top: 1px solid rgba(0,111,183,0.28);
    display: none;
}

.area-mytherakosinstitute {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.mytherakosinstitute-imglogo {
    max-width: 130px;
}

.select-border {
    border: 1px solid #585857;
}


.text-webinar p {
    font-size: 12px;
}

.discovery-webinars {
    background-image: url(../../assets/img/plus-icon-white.png);
    background-size: contain;
    background-position: left center;
    padding-left: 20px;
    cursor: pointer;
}

.watch-webinar {
    background-image: url(../../assets/img/video-icon-bold.png);
    background-size: 18px auto;
    background-position: left top;
    padding-left: 25px;
    cursor: pointer;
}

.cellex-elearning-box {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d3c9e1+0,e9e6f0+50,d3c9e1+100 */
    background: #d3c9e1; /* Old browsers */
    background: -moz-linear-gradient(top,  #d3c9e1 0%, #e9e6f0 50%, #d3c9e1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #d3c9e1 0%,#e9e6f0 50%,#d3c9e1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #d3c9e1 0%,#e9e6f0 50%,#d3c9e1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3c9e1', endColorstr='#d3c9e1',GradientType=0 ); /* IE6-9 */
    border-radius: 20px;
}

.myarea-cellex-elearning {
    background-image: url(../../assets/img/cellex-elearning-myarea.png);
    background-size: contain;
    background-position: center bottom;
    min-height: 200px;
}

.myarea-cellex-elearning-arrow-right {
    background-image: url(../../assets/img/cellex-elearning-arrow-right-myarea.png);
    background-size: contain;
    background-position: center bottom;
    min-height: 80px;
}

.btn-mytherakos-search {
    background-image: url(../../assets/img/search-icon-black2.png);
    background-size: 60%;
    background-position: center;
    height: 16px;
    margin-left: 10px;
    width: 25px;
}

input.search-number {
    min-width: 320px;
}

/************** MY AREA WIDGET ******************/

.myarea-widget .area-mytherakosinstitute {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
}

.myarea-widget .area-mytherakos {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    display: none;
}

.myarea-widget .mytherakosinstitute-imglogo {
    max-width: 130px;
}

.myarea-widget .discovery-webinars {
    background-image: url(../../assets/img/plus-icon-white.png);
    background-size: 18px auto;
    background-position: left center;
    padding-left: 30px;
    cursor: pointer;
}

/************ REGISTRATION FORM  ****************/

#existingcustomercontainer {
    display: none;
}

#cellexserialnumbercontainer {
    display: none;
}



/**** MANAGE USER REGISTRATION FORM  **********/

body[pagename="Manage User Registration"] {
    background-image: url(../../assets/img/bg-research-opportunities.jpg);
    background-size: cover;
}

.content-section.manage-user-registration {
    padding-top: 160px;
}

#TherakosInstituteWebinarsRequestContainer, #ExistingCustomerContainer, #TherakosInstituteApproveContainer, #MyTherakosApproveContainer {
    display: none;
}



/*************************************************/
/***************** MAIN 3 ************************/
/*************************************************/

/**** WEBINAR RATING  **********/

body[pagename="Webinar Rating"] {
    background-image: url(../../assets/img/bg-research-opportunities.jpg);
    background-size: cover;
}

.datiinpututente-title {
    font-size: 27px;
    font-weight: bold;
    color: #3f175a;
}

.webinarratingtitle {
    font-size: 21px;
    font-weight: bold;
    color: #2c2c2c;
}

.webinarratingtext {
    font-size: 15px;
    color: #575756;
}

.containeruservote {
    display: table;
    margin: 0 auto;
}

.containeruservote-stars {
    display: table-cell;
}

.containeruservote-separator {
    width: 100%;
    border-top: 1px solid #a696b1;
}

.stella-vote {
    float: left;
    margin-left: 0px;
    margin-right: 0px;
    width: 60px;
    height: 90px;
    border: 0px solid #ddd;
    background-image: url(../../assets/img/star-off.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}

    .stella-vote.active, .tmpActive {
        background-image: url(../../assets/img/star-on.png);
    }

textarea::-webkit-input-placeholder {
    color: #a7a7a6;
    text-align: left;
}

textarea:-moz-placeholder { /* Firefox 18- */
    color: #a7a7a6;
    text-align: left;
}

textarea::-moz-placeholder { /* Firefox 19+ */
    color: #a7a7a6;
    text-align: left;
}

textarea:-ms-input-placeholder {
    color: #a7a7a6;
    text-align: left;
}

.webinaratingsend-button.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

.myarea-widget-container .datacontainer {
    max-height: 650px;
    overflow-y: auto;
}

    .myarea-widget-container .datacontainer::-webkit-scrollbar {
        width: 6px;
        background-color: #4E2683;
    }

    .myarea-widget-container .datacontainer::-webkit-scrollbar-thumb {
        background-color: #006E87;
        border-radius: 10px;
    }

/*######### INLINE BACKGROUND #########*/
.inline-background[imgid='1220'] {
    background-image: url("/media/314jpqkq/bg-therakos-home.jpg");
}

.inline-background[imgid='1521'] {
    background-image: url("/media/l25jnws5/our-legacy-thumb.jpg");
}

.inline-background[imgid='1522'] {
    background-image: url("/media/x3gdpeiy/patients-and-caregivers-thumb.jpg");
}

.inline-background[imgid='1523'] {
    background-image: url("/media/q2nijl4w/healthcare-professionals-thumb.jpg");
}

.inline-background[imgid='2054'] {
    background-image: url("/media/dgepo0gx/montreal.jpg");
}

.inline-background[imgid='2847'] {
    background-image: url("/media/25qeup1x/madrid-ebmt.jpg");
}

.inline-background[imgid='2840'] {
    background-image: url("/media/kt1nusra/marseille.jpg");
}

.inline-background[imgid='1284'] {
    background-image: url("/media/pa1kmjqy/therakos_institute.jpg");
}

.inline-background[imgid='2032'] {
    background-image: url("/media/lvrj0nzh/greinix.png");
}

.inline-background[imgid='2265'] {
    background-image: url("/media/tsfnwrp5/jagasia.jpg");
}

.inline-background[imgid='1291'] {
    background-image: url("/media/njkdl4oz/our_webinars.jpg");
}

.inline-background[imgid='3265'] {
    background-image: url("/media/2lrpagl0/zuckermann_2.jpg");
}

.inline-background[imgid='2267'] {
    background-image: url("/media/comgywk2/robert-zeiser_644085.jpg");
}
.inline-background[imgid='3742'] {
    background-image: url("/media/vbhokym3/marcel-van-den-brink.png");
}
.inline-background[imgid='3906'] {
    background-image: url("/media/dlhnapck/zinaida-perić-2.png");
}

.covid-faq{
    padding: 15px 40px 5px;
    background-color: transparent;
    background-image: url("../../assets/img/plus-faq.png");
    background-size: 20px auto;
    background-position: 10px 15px;
    border-bottom: 1px solid #004B8D;
    cursor: pointer;
    transition: .2s all ease-in-out;
}
.covid-faq.active{
    background-color: #E8E8E8;
    background-image: url("../../assets/img/x-faq.png");
    padding-bottom: 15px;
}
.faq-explanation{
    display:none;
}

.faq-explanation ul {
    list-style: disc;
}

.faq-explanation li {
    line-height: 1.35;
}

body[pagename="Covid-19"] .hero-section {
    height: calc(100vw / 3.39) !important;
}

/* CELLEX E-LEARNING BANNER IN HEALTHCARE PROFESSIONAL */

.cellex-elearning {
    cursor: pointer;
}

.external-border-popup {
    border: 8px solid #006E87;
}

.hp-honesty-arrow {
    width: 30px;
    height: auto;
}

.hp-honesty-btn.ko {
    margin-left: -8px;
    margin-right: -8px;
}

.hp-honesty-btn.ok {
    background-image: url(../../assets/img/france-icon.png);
    background-position: right center;
    background-size: contain;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);    
    margin-left: -8px;
}


.hp-honesty-btn.ok p {
    padding-left: 50px;
    padding-right: 50px;
}

.herovideobanner {
    cursor: pointer;
}

/* ************ ASK THE EXPERT ************/
.booksession::before {
    content:'';
    background-color: #4E2683;    
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
}

.booksession .step1 {
    background-color: #006E87;    
}

.booksession .step2 {
    background-color: #0085A3;    
}

.booksession .step3 {
    background-color: #009CBF;    
}

.booksession .btn-submit-container {
    position: absolute;
    left: 0;
    right: 0;
}

.btn-dropdown {
    background-image: url(../../assets/img/arrow-down-white.png);
    background-position: center;
    background-size: auto 60%;    
    height: 100%;
    cursor: pointer;
}

#table-topics input[type="checkbox"], #table-experts input[type="checkbox"], #table-meetings input[type="checkbox"], #table-coeregistration input[type="checkbox"] {
    display: block;
    -webkit-appearance: checkbox;
}

.btn-askexpert.disabled {
    cursor: default;
    opacity: 0.5;
    pointer-events: none;
}

/* VP BANNER HCP */

.ecp-strength-title, .therakos-ecp-edge-title {
    padding-left: 40px;
}

.ecp-strength, .therakos-ecp-edge {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ecp-strength:after {
    content: "";
    background-image: url("../../assets/img/bullet_violet.png");
    background-position: left;
    background-size: contain;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 35px;
    left: -40px;
    margin: auto 0;
}

.therakos-ecp-edge:after {
    content: "";
    background-image: url("../../assets/img/bullet_green.png");
    background-position: left;
    background-size: contain;
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    width: 25px;
    height: 35px;
    left: -40px;
    margin: auto 0;
}

/* ONE TEAM FLYER */

.oneleaflyer-box {
    background-position: 96% 4%;
    background-size: 100px;
}

.otf-first-box {
    padding-top: 80px;
}

.btn-otf-function {
    cursor: pointer;
}

.btn-otf-function.selected {
    background-color: #4E2683 !important;   
    height: 120%;
}


#pageblock-container {
    position: relative;
}

#pageblock-container::before {
    content: '';
    background-image: url(../../assets/img/otf-bkg.png);
    background-size: cover;
    position: absolute;
    display: block;
    top: 360px;
    bottom: 100px;
    left: 0;
    right: 0;
}

#table-cookies th, #table-cookies td {
   border: 1px solid #585857;
   padding: 5px;
}

#table-cookies tr.bkg-light-grey {
    background-color: #dddddd;
}

.banner-cookie-policy-link {
    text-decoration: underline;
    color: white;
}

#cookiescript_manage span {
    color: white;
}

/***************** BRILLIANT SPEAKERS ********************/
[pagename="Brilliant Speaker Video Player"] .hero-section, [pagename="Brilliant Speakers"] .hero-section, [pagename="Brilliant Speakers Training Course"] .hero-section {
    background-position: right;
}  

[pagename="Brilliant Speakers"] .col-grid-day{
    min-width: 25%;
}

/***************** EIA WINNER ********************/
[pagename="EIA 2018 Winner"] .hero-section {
    background-position: right;
}

.eia-winner-banner {
    background-size: cover;
}


.references-list ol {
    padding-left: 0px;
    margin-bottom: 0px;
    counter-reset: item;
}

.references-list ol li {
    padding-left: 0em;
    display: block;
}

.references-list ol li:before {
    content: counter(item) "."; 
    counter-increment: item; 
    font-weight: bold;
    padding-right: 20px;
}

/***************** VIDEO ECP GUIDE ********************/

.dot {
    position: absolute;
    background-color: #4E2683;
    color: white;
    border-radius: 50%;
    display: inline-block;
    z-index: 1; 
    height: 40px;
    width: 40px;
    top: -15px;
    left: 47%;
    padding-top: 12px;
}


.video-ecp-guide::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("/media/bvpogong/bg-video-ecp.png");
    background-size: cover;    
    left: 0;
    right: 0;
    top: -85px;
    bottom: 150px;
    z-index: -100;
}

/***************** MY THERAKOS LANDING PAGE ********************/

.inline {
    display: inline;
}

#mytherakos-logo {
    width: auto;
    height: 35px;
}

.hero-banner-rich-text-box.title {
    top: 47%;
}

.hero-banner-rich-text-box {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 40%;
    text-shadow: 0 0 27px rgba(0,0,0, 0.53);
    line-height: 1;
}


.logo-landing {
    width: 50%;
}

.hero-banner-login-button {
    background-color: transparent;
    border-color: white;
    border: 1px solid white;
    border-radius: 25px;
    padding: 12px 12px 12px 12px;
}

.button-link {
    color: white !important;
}

.button-link:hover {
    color: white !important;
}

.hero-banner-login-div-button {
    visibility: hidden;
}

.arrow {
    width: 21px;
}

.pointer {
    cursor: pointer;
}

.video-embed {
	display: block;
	position: relative;
	padding-top: 56.25%;
}

.video-embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}