@font-face {
	font-family: "Roboto-Regular";
	font-display: swap;
	src: url("/media/templates/site/cassiopeia_eemh2024/css/font/Roboto-Regular.ttf");
}

@font-face {
	font-family: "Roboto-Light";
	font-display: swap;
	src: url("/media/templates/site/cassiopeia_eemh2024/css/font/Roboto-Light.ttf");
}

@font-face {
	font-family: "Manrope-Medium";
	font-display: swap;
	src: url("/media/templates/site/cassiopeia_eemh2024/css/font/Roboto-Medium.ttf");
}

@font-face {
	font-family: "Manrope-Regular";
	font-display: swap;
	src: url("/media/templates/site/cassiopeia_eemh2024/css/font/Manrope-Regular.ttf");
}

body {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    overflow-x: hidden;
    z-index: -100000;
   background-color: #fff;
  }

:root {
	-moz-text-size-adjust: none;
	-webkit-text-size-adjust: none;
	text-size-adjust: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	scroll-behavior: smooth;
	--black: #000000;
	--white: #ffffff;
	--blue: #006487;
    --yellow: #e35736;
  	--light-blue: #04AADE;
  	--light--blue: #03AEDA;
    --light--gri: #F2F2F2;
}

.color-blue {
	color: var(--blue);
}

.bold-font {
	font-family: "code-bold";
}

.color-black {
	color: var(--black);
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  scroll-behavior: smooth;
}

h1,
h2,
h4,
h5,
p {
	margin-bottom: 0;
}

figure {
  margin: 0;
}

p {
  font-size: 20px;
	font-family: "Roboto-Light";
}

a,
a:hover {
  color: inherit;
  text-decoration: none !important;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  display: inline-block;
  cursor: pointer;
}

h2 {
  font-family: "Manrope-Medium";
}

.main {
  overflow: hidden;
}

.mod-menu {
  flex-direction: inherit;
}

.navbar {
    padding: 0;
}

.mod-list li {
  margin-right: 24px;
  font-size: 20px;
  position: relative;
  font-family: "Roboto-Light";
}

menu {
    padding: 0;
    margin: 0;
}

.btn.btn-link.jmodedit {
	display: none;
}

li {
  font-size: 20px;
  font-family: "Roboto-Light";
}

b, strong {
  font-family: "Roboto-Regular";
}

.row.row-top-bar {
  height: 171px;
  align-items: center;
}

.flex-item-2 {
  display: flex;
  justify-content: center;
}

.flex-item-1 {
  justify-content: center;
  display: flex;
}

.nav-item a {
  color: #353a58;
}

.top-line-light-blue {
  background-color: #353A58;
  height: 15px;
}

.mod-menu .nav-item:hover::after {
  content: '';
  position: absolute;
  height: 100%;
  left: 0;
}

.mod-menu .nav-item:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
  background-color: #FAAE6A;
}

.view-featured .header {
   height: 100vh;
  overflow: hidden;
}

.vacuum {
	height: 110px;
}

.metismenu.mod-menu {
  display: flex;
    flex-wrap: wrap;
}

.metismenu.mod-menu .metismenu-item {
  display: flex;
  line-height: 1.5;
  padding: 0;
  padding-right: 0px;
  font-size: 20px;
  padding-right: 30px;
}

.mod-menu__sub {
	display: none;
}

.nav-item:hover .mod-menu__sub {
  display: inherit;
  position: absolute;
  z-index: 222;
  background-color: #04AADE;
  color: #fff;
  font-size: 20px;
  padding-left: 0em;
  width: 100%;
  text-align: center;
  padding: 15px 0px;
}

.nav-item:hover .mod-menu__sub .nav-item {
  padding-right: 0px;
  margin-right: 0px;
  padding: 8px 0;
  font-size: 18px;
}

 .mod-menu__sub a:hover {
  color: #fff;
  width: 100%;
  font-size: 19px;
}
  
.sunedrio-line-light-blue {
    background-color: #062E68;
    width: 74%;
    height: 4px;
    margin: 90px 0;
}
  
 .second-title {
  font-size: 30px;
  font-family: "Roboto-Light";
}

.link-arrow {
  display: grid;
}

.link-arrow:hover {
  display: grid;
}

.sunedrio-first-inner {
  background-color: #7bc8d0;
  height: 100%;
}

.col-sunedrio-first {
  color: #fff;
}

.sunedrio-first-inner-text {
  padding-left: 106px;
}

.eemh {
   display: flex;
  justify-content: end;
}

.link-logo-inner {
    width: 110px;
}

.sunedrio-first-inner {
    padding-right: 150px;
}

.col-sunedrio-second {
  background-color: var(--light--gri);
  border-left: 45px solid #353a58;
  display: flex;
  align-items: center;
}

.sunedrio-secont-inner {
   padding-left: 90px;
   width: 90%;
}

.sunedrio-secont-inner h3 {
   padding-bottom: 40px;
   padding-top: 60px;
}

.sunedrio-secont-inner p {
	padding-bottom: 40px;
}

.sunedrio-secont-inner-image {
    width: 320px;
    display: flex;
    margin-left: auto;
}

.bid-number {
    font-size: 70px;
    font-family: "Roboto-Light";
}

.sunedrio-first-inner-text h2 {
	font-size: 35px;
    font-family: "Roboto-Light";
}

.sunedrio-box-flex {
    display: flex;
}

.box-b {
    display: flex;
    align-items: center;
    line-height: 37.2px;
    font-size: 24px;
    font-family: "Roboto-Light";
}

.bid-number.a {
    line-height: 227px;
}

.line-white {
    background-color: #fff;
    width: 415px;
    height: 1px;
    margin: 64px 0;
}

#sunedrio .bid-number.box-a {
    margin-right: 50px;
}

#sunedrio .link-logo-inner {
 margin-bottom: 40px;
}

.programma-first-inner-image {
    width: 500px;
    margin: auto;
    position: relative;
}

.programma-first-inner-image img {
    z-index: 2;
    position: relative;
}

.programma-first-inner-image::before {
    content: '';
    top: 9%;
    left: -29px;
    border: 5px solid #c56a86;
    width: 111%;
    height: 78%;
    z-index: 0;
    position: absolute;
}

.col-programma-second {
    background-color: var(--light--gri);
   border-right: 45px solid #353a58;
    display: flex;
    justify-content: center;
    align-items: center;
}

.programma-second-inner {
  background-color: #7bc8d0;
    padding: 83px 192px;
}

#sunedrio {
    overflow: hidden;
}

.col-programma-first {
    color: var(--white);
}

.programma-box-flex {
    font-size: 40px;
    font-family: "Roboto-Light";
}

.programma-first-inner-text p {
   font-size: 30px;
   font-family: "Roboto-Light";
   padding: 53px 0;
   width: 69%;
}

#programma .sunedrio-line-light-blue {
    margin-left: auto;
}

.row-programma {
    position: relative;
}

.col--center-programma-image {
    position: absolute;
    top: 52%;
    right: 41.5%;
    width: 330px;
}

.ergasies-first-inner {
    background-image: url(/images/landing/Rectangle-landing.svg);
    background-repeat: no-repeat;
    background-size: 79%;
    height: 454px;
    width: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    color: #fff;
    position: relative;
}

.title-landing {
	font-size: 45px;   
	font-family: "Roboto-Light";
}

.ergasies-second-inner {
    width: 89%;
  border-left: 4px solid #353a58;
    padding: 56px 0 56px 97px;
    position: relative;
    left: -109px;
}



.ergasies-second-inner p {
    margin-bottom: 75px;
}

.row.row-ergasies {
    height: 602px;
    display: flex;
    align-items: center;
}

.col-ergasies-first {
    justify-content: center;
    display: flex;
}

.row.row-plirofories {
    background-color: #F2F2F2;
}

.row-plirofories h2.title-landing {
    margin-left: auto;
    width: 50%;
  background-color: #353A58;
    display: flex;
    justify-content: center;
    height: 160px;
    align-items: center;
    color: #fff;
}

.col-h2-plirofories {
    margin-bottom: 160px;
}

.plirofories-box {
    width: 70%;
    margin: auto;
    text-align: center;
    position: relative;
}

.plirofories-box::after {
    content: '';
    position: absolute;
    top: 0;
    right: -25%;
  background-color: #e35736;
    width: 5px;
    height: 100%;
}

.plirofories.third {
    width: 57%;
    margin: auto;
    align-items: center;
    display: flex;
    height: 100%;
}

.row-plirofories {
    padding-bottom: 160px;
}

.swiper.swiper-3 {
    width: 50%;
}

#xorigoi h2.title-landing {
    text-align: center;
    padding-bottom: 100px;
}

.eggrafes-first {
    display: flex;
    width: 74%;
    margin: auto;
    padding: 50px 0;
}

.col-md-6.px-0.col-eggrafes-first {
  background-color: #7bc8d0;
    color: #fff;
    height: 80%;
}

#eggrafes h2.title-landing {
   padding-right: 75px;
   position: relative;
}

#eggrafes h2.title-landing::after {
    content: '';
    position: absolute;
    top: -54px;
    right: 40px;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transform: rotate(51deg);
}

p.eggrafes-first-inner {
    padding-top: 104px;
}

.col-eggrafes-second {
    background-color: #F2F2F2;
    display: flex;
    align-items: center;
    height: 80%;
    margin-top: 100px;
}

.eggrafes-secont {
    display: flex;
    align-items: center;
    border-left: 2px solid #006487;
    margin-left: 150px;
    padding-left: 100px;
    padding-block: 50px;
}

.eggrafes-secont img {
    margin-right: 50px;
}

.row-eggrafes {
    height: 500px;
}

.custom-footer {
  background-color: #353A58;
    padding: 80px 0 50px 0;
    overflow: hidden;
}

.custom-footer .row-footer.a {
    background-image: url(/images/landing/footer-bg-image.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    height: 260px;
    color: #fff;
    padding: 0 354px;
}

.col-footer-first {
	text-align: center;
}

.custom-footer .row-footer.a p {
	font-size: 18px;
}

.col-footer-first.bor {
    border-right: 2px solid #fff;
}

.footer-first-loc p {
	padding-top: 60px;
}

.footer-first-loc a:hover {
    color: #b9b8b8;
}

.row-footer.b {
    padding: 80px 0;
}

.row-footer.c {
    padding-bottom: 80px;
}

.row-footer.b .footer-first-inner.b {
    justify-content: center;
    display: flex;
}

.row-footer.b .footer-first-inner.b img {
    width: 100px;
}

.row-footer.d {
    color: #fff;
}

.box-social-footer {
    display: flex;
    justify-content: center;
}

.footer-social svg {
	height: 70px;
}

.footer-social.fb {
	padding-right: 20px;
}

.icons {
    display: none;
}

.row-top-article {
    background-image: url(/images/article/bg-article.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 420px;
    z-index: -2;
}

.article-full-image  {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.article-full-image img {
    width: 235px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    top: -70px;
}

.article-title {
	display: flex;
	justify-content: center;
	align-items: end;
	height: 100%;
    position: relative;
	top: 140px;
	color: #fff;
	background-image: url(/images/landing/Rectangle-landing.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 571px;
	height: 550px;
	left: 138px;
}

.article-title h1 {
    position: relative;
    font-size: 55px;
	font-family: "Roboto-Regular";
    width: 60%;
    margin: auto;
    text-align: center;
    left: 5px;
}

.navbar .nav-item:focus,
.navbar .nav-item:active {
	color: #00ABDF !important;
}


.accordion {
	background-color: #eee;
	color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.7s;
    cursor: pointer;
}
    
.active, .accordion:hover {
    background-color: #ccc;
}
    
.accordion::after {
    content: '+';
    color: #006487;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
    
.active::after {
   content: '-';
}
    
.panel {
   padding: 0 18px;
   background-color: white;
   display: none;
   overflow: hidden;
   max-height: 0;
   transition: max-height 1.8s ease-out;
}

.active + .panel {
   display: block; 
   max-height: 1428px;
   transition: max-height 0.8s ease-in;
   padding: 70px 18px;
}

.article-container {
   width: 39%;
   margin-left: 270px;
   margin-top: 140px;
}


.accordion {
   background-color: #eee0;
   color: #000000;
   cursor: pointer;
   height: 95px;
   align-items: center;
   display: flex;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   font-size: 35px;
   transition: 0.7s;
   cursor: pointer;
   border-bottom: 4px solid #006487;
   padding-left: 1px;
   justify-content: space-between;
   font-family: "Roboto-Light";
}

.active, .accordion:hover {
   background-color: #ccc0;
}

.panel p {
   line-height: 26px;
}

.accordion-small {
   font-size: 17px;
}

.layout-epitropes h3,
.layout-eggrafes h3 {
   font-family: "Roboto-Light";
   color: #353A58;
   width: 85%;
   padding-bottom: 50px;
   font-size: 40px;
}

h3.title-gray-box {
   margin-bottom: 10px !important;
   font-size: 35px;
   border-bottom: 4px solid #000;
   width: 100%;
   margin-bottom: 60px;
}

.box-01.content-left {
   width: 75%;
   margin: auto;
   background-color: #F2F2F2;
   padding: 20px 412px 35px 35px;
   margin-top: 170px;
}

.box-01.content-left.custom-margin-top {
   margin-top: 80px;
}

.box-01 p {
   padding-bottom: 40px;
}

.box-01 p:last-child  {
   padding-bottom: 0px;
}

.article-content p {
   padding-bottom: 40px;
}

.article-content p:last-child  {
   padding-bottom: 0px;
}

.box-eggfrafes-first {
   display: flex;
   justify-content: center;
   text-align: center;
   background-color: #F2F2F2;
   width: 75%;
   margin: auto;
   margin-top: auto;
   padding: 90px;
   margin-top: 120px;
   position: relative;
}

p.box-eggfrafes-paragraph {
   position: absolute;
   bottom: 10px;
   left: 23px;
   font-size: 15px;
}

.box-basic-eggrafes.border-egraffes {
   padding: 0 55px;
   border-right: 4px solid #353A58;
}

.box-basic-eggrafes.a {
   padding-left: 55px;
}

.box-basic-eggrafes h3 {
   padding-bottom: 30px;
}

h3.box-eggfrafes-title {
   font-size: 22px;
   width: 100%;
   color: #000;
}

.ergasies-first-inner h2 {	
   width: 30%;
   margin: auto;
}

.plirofories-box h3 {
   font-size: 23px;
   margin-bottom: 37px;
}


a.link-arrow{
	transition: 1s;
}

a.link-arrow:hover img {
	position: relative;
	left: 5px;
	transition: 1s;
}

#xorigoi .swiper-slide {
	display: flex !important;
	justify-content: center !important;
}

.slide-content-box {
	width: 200px;
}

.view-article .main p a {
  color: #353A58;
}

.view-article .main p a:hover {
  color: rgba(3, 129, 169, 0.567);
}

.logo img {
  width: 300px;
  height: 128px;
}

.error-page .page-header h1 {
  font-size: 250px;
  display: flex;
  justify-content: center;
  color: #FAAE6A;;
}

.error-page .com-content-article__body p {
  width: 70%;
  margin: auto;
  text-align: center;
  color: #fff;
  margin-top: 49px;
}

.error-page {
  background-color: #353a58;
}

.error-page .row-top-bar {
background-color: #fff;
}

.text-404 a {
  color: #FAAE6A !important;
}

.link-uni-pharma {
  position: absolute;
  bottom: 50px;
  left: 91px;
  width: 349px;
}
