/*COPYRIGHT © 2025 AUTHOR-E BV. ALL RIGHTS RESERVED */
/*COPYRIGHT © 2023 AUTHOR-E BV. ALL RIGHTS RESERVED */

/* Main Layout style */
/*body 
*/


body{
	margin: 0px;
	overflow-y: hidden;
	}

#Content
{
	height: calc(90vh - 120px);
	overflow-y: auto !important;
}

img 
{
    max-width: 100%;
    height: auto!important;
}

/*Header*/
#Header{
	display: flex;
    align-items: center;
    background-image: url(../Images/bannerHeader.png);
    background-size: cover;
    padding-right: 30px;
    background-position: center center;
	}

	#HeaderLogoMain
	{
	background-image: url(../Images/mainlogo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    height: 110px;
    width: 45%;
	
    background-position: left center;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
	}

	#HeaderLogoSub
	{
	/* background-image: url(../Images/crabWhite.svg);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */

    height: 110px;
    width: 10%;
    margin-top: 10px;
    margin-bottom: 10px;
	-webkit-mask-image: url(../Images/crab.svg);
    background-color: white;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
	}

	.socialMediaContainer
	{
		display: flex;
		gap: 8px;
		margin-right: 40px;
	}

	#linkedinIcon
	{
		background-image: url(../Images/linkedinIcon.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 28px;
		width: 28px;
		cursor: pointer;
	}

	#emailIcon
	{
		background-image: url(../Images/emailIcon.png);
		background-size: contain;
		background-repeat: no-repeat;
		height: 28px;
		width: 28px;
		cursor: pointer;
	}
#SectionTitle{
	display: none;
	}

/* Avoiding next paragraphs overflow former paragraph with small image  */
/* .SectionContent {
	display: table;
} */

/*styling for the vimeo video*/
.VimeoVideo {
	float: left;
	height: 350px;
	width: 620px;
	color: red;
	
}
.VimeoVideo iframe{
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 620px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
  }
  .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

  .SectionContent {
	/* padding: 0px 30px;
	width: calc(100% - 60px) */
	margin: 0 10%;
	width: 80%;
}



/* Footer */
#Footer
{
	/* background-image: url(../Images/footer.png); */
	background-color: #00ABCD;
	position: fixed;
	bottom: 0;
	/* height: 20px; */
	width: 100%;
	overflow: visible!important;
	font-size: 8pt;
	color: white;
	display: flex;
	justify-content: center;
	
}
#Footer a 
{
    color: white;

}

#FooterLogo
{
	display: inline-block;
	vertical-align: -4px;
	width: 20px;
	height: 16px;
	background-image: url('../Images/footerlogo.png');
}
/* Carousel */
.containerCarousel {
    /* margin: 20px auto; */
    /* padding-top: 20px; */
    /* padding-bottom: 30px; */
    width: 100%;
    height: 55vh;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 0.5px 5px 0.5px; */
    /* flex-direction: column; */
    overflow: hidden;
	position: relative;
}

#carouselInner {
	width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#carouselPrev {
	position: absolute;
    z-index: 3;
    margin: auto auto auto 0;
    width: 40px;
    height: 40px;
	background-image: url(../Images/left.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	left: 3%;
    cursor: pointer;
	background-color: transparent;
	border: none;
}

#carouselNext {
	position: absolute;
    margin: auto 0 auto auto;
    width: 40px;
    height: 40px;
    background-image: url(../Images/right.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	right: 3%;
    cursor: pointer;
	background-color: transparent;
	border: none;
	z-index: 3;
}
div#contImg {
    width: 100%;
    height: 100%;
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-blend-mode: darken;
    transition: 0.5s;
}

#contImg > img {
    width: 100%;
    height: 100% !important;
	object-fit: cover;
	position: absolute;
}

.backgroundLightGreen {
    background-color: #EDF9FB;
    /* margin: 0 30px; */
    /* width: fit-content; */
    width: 70%;
    margin: auto;
}

.backgroundDarkBlue
{
	background-color: #01519B;
	color: white!important;
	/* padding: 30px; */
}

.backgroundDarkBlue a
{
	color: white!important;
	font-weight: bold;
	text-decoration: none;
}

.greenLineDivider
{
	background-color: #00ABCD;
	height: 5px;
	width: 100%;
}

.imageCenter {
    display: flex;
    justify-content: center;
}

.imageCenter > .SectionContent {
    width: fit-content;
}

.imageCenter img {
    max-width: 100%;
    height: auto;
}

/* styling for the newscard */
.newsText {
    line-height: 1.5;
}

table.newsCards {
	height: 150px;
    overflow: hidden;
}

.newsContainer {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    padding: 10px;
    border-radius: 10px;
    height: fit-content;
    overflow: hidden;
	width: calc(100% - 15%);
    margin: auto;
}

td.imageCardsContainer
{
	/* width: 18% !important; */
	width: 300px !important;
}

td.detailCardsContainer {
    /* padding-right: 20px;
	line-height: 140%;
	width: 60% !important;
	 */
	 padding-right: 20px;
	 padding-left: 10px;
    line-height: 140%;
    width: calc(100% - 310px)!important;
}

.imageCardsContainer img {
    /* object-fit: contain;
    width: 95% !important;
    height: fit-content !important;
	max-height: 300px !important; */
	object-fit: contain;
    width: 95% !important;
    height: fit-content !important;
    max-height: 300px !important;
    min-width: 300px!important;
    max-width: 300px!important;
}

.readMoreButton {
    margin-top: 20px;
    width: 100px;
    height: 38px;
    background-color: #01519b;
    color: white;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-weight: bold;
}

.buttonPrimary {
    background-color: #01519b;
    padding: 10px 20px;
    /* padding-left: 30px; */
    /* padding-right: 30px; */
    border-radius: 5px;
    color: white !important;
    text-decoration: none !important;
    font-weight: bold;
    /* width: 120px !important; */
    /* text-align: center; */
    /* justify-content: center; */
}

.buttonPrimary:hover
{
	background-color: #dc1e35;
}

a.buttonText {
    color: #01519b !important;
    text-decoration: none !important;
    font-weight: bold;
}

a.buttonText:hover {
    color: #dc1e35 !important;
    text-decoration: none !important;
    font-weight: bold;
}


/* styling for custom meta tags*/
.Left50-50Ratio {
	float: left;
	display: table-cell;
	vertical-align: top;
	width: calc(50% - 30px);
	min-height: 10%;
	/* padding: 0px 5px 0px 0px; */
  }
  
  .Right50-50Ratio {
	float: right;
	display: table-cell;
	vertical-align: top;
	width: calc(50% - 30px);
	min-height: 10%;
	/* padding: 0px 0px 0px 50px; */
	margin-left: 0;
    margin-right: 30px;
  }


  
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
  }


  /* styling for verticalNews cards */


.verticalNewsCards {
    width: 100% !important;
	border: 1px solid #ccc;
	box-shadow: #01519b 5px 5px;
	font-size: 18px !important;
}

.verticalNewsContainer {
	margin: 0px 15px;
	max-width: 33%;
}

.threeColumnNews
{
	display: flex;
    width: calc(100% - 11%);
    margin: auto;
    /* justify-content: center; */
    /* align-items: center; */
    /* align-self: center; */
    margin-bottom: 15px;
    /* padding: 0;*/
}

.verticalNewsCardsSpeakersName {
    padding: 10px 10px !important;
}
.verticalNewsCardsTitle {
    padding: 0px 10px !important;
	height: 100px!important;
	overflow: hidden !important;
}

.cropCardsDesc {
    min-height: 155px;
	max-height: 155px;
    overflow: hidden;
    text-overflow: ellipsis;
	margin-bottom: 15px;
}

.cropCardsSpeakers {
    min-height: 65px;
    max-height: 65px;
    overflow: hidden;
}

.verticalNewsCardsReadMoreButton {
    padding: 0 0 20px 10px !important;
	width: 50%!important;
	font-size: 18px;
}

.verticalNewsCardsDate
{
	padding: 0 14px 20px 0px !important;
	width: 50%!important;
}

/* .verticalNewsCardsImage
{
	width: 100%;
	height: 300px;
	object-fit: cover;
} */


.verticalNewsCardsImageContainer {
    height: fit-content;
    max-height: 300px;
	padding: 0!important;
}

.verticalNewsCardsImageContainer > p {
    margin: 0 !important;
    padding: 0 !important;
}

.verticalNewsCardsImageContainer img {
    width: 100%;
    /* height: 300px!important; */
    object-fit: cover;
}


.verticalNewsCardsDate {
    color: grey;
    font-weight: 100 !important;
	font-size: 16px;
	height: 50px;
}

.titleCenterButtonShowAll {
    vertical-align: middle !important;
}



/* styling for horizontal newscard */

.newsTitle {
    margin: 5px 0px;
}

.newsTitle h3, h4, h5, h6 {
    color: #073576;
    line-height: 1.5;
	margin-top: 10px!important;
    margin-bottom: 10px !important;
}

.titleCenter {
    width: calc(100% - 13%) !important;
    margin: auto !important;
}

.titleCenterText {padding: 0!important;}

.titleCenterButtonShowAll {padding: 0!important;}


/* styling for menu card */
.cardListItemsContainer
{
	background-color: #00ABCD;
    /* width: 31.9%;
    float: left;
    margin: 10px; */

	flex: 0 1 32%;
	margin: 1% 0px;
}


.cardListItemsContainer :hover {
    background-color: #006989;
}

.CardListMenu > .SectionContent 
{
    width: 70%;
    margin: auto;
}

.cardListItems a {
    text-decoration: none !important;
	color: white !important;
}

.cardListItems img {
    width: 25px;
	height: 25px;
	padding: 15px;
	margin-top: 5px;
}


.CardListMenu ul 
{
	list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;

	display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}

.cardListItems {
    display: flex;
    align-items: center;
	height: 70px;
    padding-right: 10px;
	cursor: pointer;
}

.marginLR10 {
    margin-left: 10px !important;
	margin-right: 10px !important;
}

.containerTextImage {
    position: absolute;
    text-align: center;
}


/* styling for carousel image */

#carouselText {
    color: white;
    line-height: 1em;
    font-size: 4em;
	padding: 0 1em;
	font-weight: bolder;
	text-shadow: #000000 1px 0 50px;
}

#carouselButton {
	background-color: #01519b !important;
    border: 2px solid white;
    border-radius: 5px;
    width: 180px;
	text-align: center;
    margin: auto;
    padding: 10px 15px;
    /* margin-top: 20px; */
    font-size: 16px;
    letter-spacing: 1.2px;
    cursor: pointer;
    position: absolute;
    bottom: 15%;
}

#carouselButton a 
{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-weight: bolder;
}

#carouselButton p 
{
	padding: 0px !important;
	margin: 0!important;
}

#carouselButton:hover
{
	background-color:#dc1e35!important;
}

.imageCarouselButton
{
	text-decoration: none!important;
	color: white !important;
	font-weight: bolder;
}


/* styling for the newsletters */
.width40PercentCenter {
    width: 40%;
    margin: auto;
}

.width40PercentCenter .buttonPrimary
{
	padding: 10px 25px;
	border-radius: 5px;
	width: fit-content;
	margin: auto;
    margin-bottom: 20px;
	background-color: #01519B;
	color: white
	
}

.width40PercentCenter .buttonPrimary:hover
{
	background-color: #dc1e35
}

.newsletter {
    padding-top: 5px;
    padding-bottom: 25px;
}

/* styling for standalone image in homepage */
.fullImage img {
    width: calc(100% - 13%) !important;
	height: auto !important;
    margin: auto 6.5%;
	padding: 0!important;
}

.backgroundLightGreen > .SectionContent {
	width: 90% !important;
    margin: auto;
}


textarea.autogrow {
    width: 90% !important;
	border: 1.5px solid #00ABCD;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
}

.ThreeColumnLayout> .SectionContent
{
	margin: 0 !important;
	display: flex;
	width: 100% !important;
	
}

.LeftThreeColumn > .SectionContent
{
	margin: 0 !important;
}
.MiddleThreeColumn> .SectionContent
{
	margin: 0 !important;
}
.RightThreeColumn> .SectionContent
{
	margin: 0 !important;
}

.LeftThreeColumn
{
	/* float: left;
	width: calc(30% - 30px);
	min-height: 10%;
	padding: 0px 5px 0px 0px; */
	flex: 0 1 45%;
	margin-left: 25px;
}

.MiddleThreeColumn
{
	
	flex: 0 1 32%;
	
}

.RightThreeColumn
{
	
	flex: 0 1 32%;
}

.LeftThreeColumn img
{
	width: 100%;
	height: auto;
}


.fade-in {
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function:ease;
	animation-duration: 1.5s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.fade-out {
	opacity: 0;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function:ease-out;
	animation-duration: 1.5s;
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0.5;
	}
}


.addMarginLeftRight > .SectionContent {
    width: 70%;
    /* margin: 0 15%; */
    margin: auto;
}

#ArrowDownContainer {
    width: 100%;
    position: fixed;
    bottom: 25px;
    height: 56px;
    z-index: 99;
    background-color: rgba(255,255,255,0.5);
	
	
}


#ArrowDownIcon {	
	background-image: url(../Images/arrowDown.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 40px;
	width: 40px;
	position: absolute;
	left: calc(50% - 25px);
	/* font-size: 50px; */
	-webkit-animation: bounce 1s infinite; 
	animation: bounce 1s infinite;

}

@-webkit-keyframes bounce {
	 0% { top: 25%; }
	 50%   { top: 30%; }
	 100% { top: 25%; }
}

@keyframes bounce {
	0% { top: 25%; }
	50%   { top: 30%; }
	100% { top: 25%; }
}

/* Breaking the links so that it will fit in the table cells */
.Content td
{
	word-wrap: break-word;
}

.buttonSubscribe
{
	background-color: white;
	border-radius: 4px;
	color: #2d5b9c;
	font-size: 16px;
	padding: 2px 10px;
	border: solid 1.6px #2d5b9c;
	cursor: pointer;
}