/*
* en_conf_style.css
* Web Services, UITS
* This style sheet for the custom rules of confernce English website
* All media
* 103/07/2026
* If you intend to add CSS to it please ensure you add it in the
* correct place and also that it is valid CSS and not a mix of
* two seperate versions in one class or ID.
*/
html,
body {
	min-height: 100%;
}

body.index {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

body.index > .footerMiddleSection {
	margin-top: auto;
}

.sliderArrowPrevNext-style-1 .slick-prev::before,
.sliderArrowPrevNext-style-1 .slick-next::before {
	color: #a7a7a7 !important;
}

.uaeuNotification {
	text-align: center;
}

.uaeuNotification .close {
	float: right;
	font-size: 1.3em;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 0.8;
}

.uaeuNotification .close:hover,
.uaeuNotification .close:active {
	color: #333;
}

.uaeuNotification a {
	color: #fff;
	text-decoration: underline;
}

.uaeuNotification.alert-gradient {
	background: #9a8c98;
	background: -webkit-linear-gradient(bottom left, #818181, #9a8c98);
	background: -o-linear-gradient(bottom left, #818181, #9a8c98);
	background: linear-gradient(to top right, #818181, #9a8c98);
	border-radius: 0;
	border: none;
	color: #fff;
}

.uaeuNotification i {
	padding-right: 10px;
}

/* ICAIS 2026 header, navigation, banner, and footer responsive rules. */
#mainNav .header .container {
	position: relative;
}

#mainNav .navbar-header {
	float: none;
	width: 100%;
}

#mainNav.navbar-custom .navbar-brand {
	float: none;
	display: block;
	width: 100%;
	max-width: none;
	height: auto !important;
	overflow: visible;
	padding: 0;
}

#mainNav.navbar-custom .navbar-brand .conf-brand-logos {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	align-items: center;
	column-gap: 20px;
	width: 100%;
	min-height: 92px;
	margin: 0;
	padding: 6px 0;
}

#mainNav.navbar-custom .navbar-brand .conf-brand-logos img {
	display: block;
	max-width: 100%;
}

#mainNav.navbar-custom .navbar-brand .conf-sport-logo {
	width: 96px;
	height: auto;
	justify-self: start;
}

#mainNav.navbar-custom .navbar-brand .conf-uaeu-logo {
	width: 300px;
	height: auto;
	justify-self: center;
}

#mainNav.navbar-custom .navbar-brand .conf-alain-logo {
	width: 64px;
	height: auto;
	justify-self: end;
}

#mainNav .header-style-2 .navRightElements {
	display: none;
	position: absolute;
	right: 320px;
	bottom: 8px;
	float: none;
	margin: 0;
	padding: 0;
}

#mainNav .navRightElements .topLinks {
	margin: 0;
	padding: 0;
}

#mainNav + .innerBanner:empty {
	margin-top: 155px;
}

.innerBanner .bannerSlider,
.innerBanner .innerPageBanner {
	height: 504px;
	height: clamp(360px, 31.5vw, 620px);
	max-height: 620px;
}

.innerBanner .innerPageBannerImgWrap {
	background-color: #94171d;
	background-position: center top !important;
	background-size: cover !important;
}

.innerBanner .titleMiddle-style-2,
.innerPageBanner .titleMiddle-style-2 {
	left: 50% !important;
	right: auto !important;
	width: 58vw;
	max-width: 940px;
	box-sizing: border-box;
	padding: 16px 22px;
	-webkit-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}

.innerBanner .titleMiddle-style-2 h1,
.innerPageBanner .titleMiddle-style-2 h1 {
	font-size: 2.2em !important;
	line-height: 1.12;
	margin-top: 0;
	margin-bottom: 10px;
}

.innerBanner .titleMiddle-style-2 h2,
.innerPageBanner .titleMiddle-style-2 h2 {
	font-size: 1.25em !important;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 8px;
}

.innerBanner .titleMiddle-style-2 h3,
.innerPageBanner .titleMiddle-style-2 h3 {
	font-size: 1.05em !important;
	line-height: 1.25;
	margin-top: 0;
	margin-bottom: 0;
}

.sports-footer {
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 16px 15px 8px;
}

.sports-footer-img {
	display: block;
	width: 900px;
	width: clamp(320px, 64vw, 900px);
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

@media only screen and (min-width: 1021px) {
	.mainNavBar #topMain.mainMenu {
		display: flex;
		width: 100%;
		max-width: 100%;
	}

	.mainNavBar #topMain.mainMenu > li,
	.mainNavBar #topMain.mainMenu > li:first-child,
	.mainNavBar #topMain.mainMenu > li:last-child {
		float: none;
		width: auto;
		margin-right: 0 !important;
		-webkit-box-flex: 1 !important;
		-webkit-flex: 1 1 0 !important;
		-ms-flex: 1 1 0 !important;
		flex: 1 1 0 !important;
		max-width: none;
	}

	.mainNavBar #topMain.mainMenu > li > a {
		text-align: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (min-width: 1500px) {
	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		max-width: 980px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 2.5em !important;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 1.45em !important;
	}
}

@media only screen and (min-width: 2000px) {
	.innerBanner .bannerSlider,
	.innerBanner .innerPageBanner {
		height: 640px;
		height: 31.5vw;
		min-height: 640px;
		max-height: none;
	}

	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 48vw;
		max-width: 1220px;
		padding: 20px 28px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 2.8em !important;
		line-height: 1.1;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 1.55em !important;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 1.1em !important;
	}
}

@media only screen and (min-width: 3000px) {
	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 42vw;
		max-width: 1600px;
		padding: 24px 34px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 3.2em !important;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 1.8em !important;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 1.25em !important;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 56vw;
		max-width: 780px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 2.05em !important;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 1.1em !important;
	}
}

@media only screen and (min-width: 1021px) and (max-width: 1199px) {
	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 52vw;
		max-width: 620px;
		padding: 14px 18px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 1.8em !important;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.95em !important;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 0.9em !important;
	}
}

@media only screen and (max-width: 1020px) {
	#mainNav.navbar-custom .navbar-brand .conf-brand-logos {
		min-height: 78px;
		column-gap: 12px;
		padding: 6px 96px 6px 12px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-sport-logo {
		width: 60px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-uaeu-logo {
		width: 170px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-alain-logo {
		width: 44px;
	}

	#mainNav {
		overflow: visible !important;
	}

	#mainNav .header,
	#mainNav .header .container,
	#mainNav .navbar-header {
		overflow: visible !important;
	}

	#mainNav .mobileHeaderExpandBtn {
		display: block !important;
		z-index: 35;
	}

	#mainNav .navbar-toggle {
		position: absolute !important;
		top: 16px;
		right: 54px;
		float: none !important;
		margin: 0;
		z-index: 34;
		pointer-events: auto;
	}

	#mainNav .mainNavBar {
		position: relative;
		height: 0;
		overflow: visible;
		z-index: 32;
	}

	#mainNav .mainNavBar .navbar-collapse {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		background: #fff;
		border: 0;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
		z-index: 32;
		overflow: hidden !important;
	}

	#mainNav .mainNavBar .navbar-collapse.in {
		display: block !important;
		height: auto !important;
		max-height: calc(100vh - 90px);
		overflow-y: auto !important;
	}

	#mainNav .header-style-2 .navRightElements {
		display: block !important;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		bottom: auto;
		width: 100%;
		background: #fff;
		box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
		z-index: 33;
		height: 0 !important;
		min-height: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		overflow: hidden !important;
	}

	#mainNav .header-style-2 .navRightElements.active {
		height: auto !important;
		padding: 12px 16px !important;
		overflow: visible !important;
	}

	#mainNav .navRightElements .topLinks,
	#mainNav .navRightElements .accessibilityControlsWrap {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		gap: 10px;
	}

	#mainNav .navRightElements .topLinks > li,
	#mainNav .navRightElements .accessibilityControlsWrap > li {
		float: none !important;
		margin: 0;
	}

	.mainNavBar #topMain.mainMenu {
		display: block;
		width: 100%;
		max-width: none;
	}

	.mainNavBar #topMain.mainMenu > li,
	.mainNavBar #topMain.mainMenu > li:first-child,
	.mainNavBar #topMain.mainMenu > li:last-child {
		float: none;
		width: 100%;
		max-width: none;
		margin-right: 0 !important;
		-webkit-box-flex: 0 !important;
		-webkit-flex: none !important;
		-ms-flex: none !important;
		flex: none !important;
	}

	.mainNavBar #topMain.mainMenu > li > a {
		text-align: left;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.innerBanner .bannerSlider,
	.innerBanner .innerPageBanner {
		aspect-ratio: 1600 / 608;
		height: auto !important;
		min-height: 0 !important;
		max-height: none;
	}

	.innerBanner,
	.innerBanner .bannerSlider,
	.innerBanner .bannerSlider .slick-list {
		overflow: hidden !important;
	}

	.innerBanner .bannerSlider .slick-slide {
		margin: 0 !important;
	}

	.innerBanner {
		background: #fff;
	}

	.innerBanner .bannerSlider .slick-list,
	.innerBanner .bannerSlider .slick-track,
	.innerBanner .bannerSlider .slick-slide,
	.innerBanner .bannerSlider .slide,
	.innerBanner .innerPageBanner {
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	.innerBanner .innerPageBannerImgWrap {
		background-color: #fff;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
	}

	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		top: 50% !important;
		left: 50% !important;
		right: auto !important;
		width: 58%;
		max-width: 560px;
		padding: 10px 12px;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 1.75em !important;
		line-height: 1.1;
		margin-bottom: 4px;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.98em !important;
		line-height: 1.2;
		margin-bottom: 3px;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 0.9em !important;
		line-height: 1.2;
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 480px) {
	#mainNav.navbar-custom .navbar-brand .conf-brand-logos {
		column-gap: 8px;
		padding-right: 92px;
		padding-left: 10px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-sport-logo {
		width: 54px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-uaeu-logo {
		width: 145px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-alain-logo {
		width: 38px;
	}

	.announcementSlider.slick-slider {
		max-width: 100% !important;
		overflow: hidden !important;
	}

	.announcementSlider .slick-prev {
		left: 0 !important;
	}

	.announcementSlider .slick-next {
		right: 0 !important;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1020px) {
	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 1.75em !important;
		line-height: 1.1;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.98em !important;
		line-height: 1.2;
	}
}

@media only screen and (min-width: 661px) and (max-width: 820px) {
	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 56%;
		max-width: 430px;
		padding: 7px 8px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 1.35em !important;
		line-height: 1.08;
		margin-bottom: 3px;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.72em !important;
		line-height: 1.16;
		margin-bottom: 2px;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 0.68em !important;
		line-height: 1.14;
	}
}

@media only screen and (max-width: 660px) {
	#mainNav .header {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#mainNav .header .container,
	#mainNav .navbar-header,
	#mainNav.navbar-custom .navbar-brand {
		height: auto !important;
		min-height: 0 !important;
	}

	#mainNav.navbar-custom .navbar-brand .conf-brand-logos {
		min-height: 66px;
		padding-top: 6px;
		padding-bottom: 6px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-brand-logos img {
		position: static !important;
		top: auto !important;
		-webkit-transform: none !important;
		-ms-transform: none !important;
		transform: none !important;
	}

	#mainNav .navbar-toggle {
		position: absolute !important;
		top: 12px;
		right: 52px;
		float: none !important;
		margin: 0;
		z-index: 34;
		pointer-events: auto;
	}

	#mainNav .header-style-2 .navRightElements {
		top: 100%;
	}

	#mainNav .header-style-2 .navRightElements.active {
		padding: 10px 12px !important;
	}

	.innerBanner,
	.innerBanner .bannerSlider,
	.innerBanner .bannerSlider .slick-list {
		overflow: hidden !important;
	}

	.innerBanner .bannerSlider .slick-slide {
		margin: 0 !important;
	}

	.innerBanner {
		background: #fff;
	}

	.innerBanner .bannerSlider,
	.innerBanner .innerPageBanner {
		aspect-ratio: 1600 / 608;
		height: auto !important;
		min-height: 0 !important;
		max-height: none;
	}

	.innerBanner .bannerSlider .slick-list,
	.innerBanner .bannerSlider .slick-track,
	.innerBanner .bannerSlider .slick-slide,
	.innerBanner .bannerSlider .slide,
	.innerBanner .innerPageBanner {
		height: 100% !important;
		min-height: 0 !important;
		max-height: none !important;
	}

	.innerBanner .innerPageBannerImgWrap {
		background-color: #fff;
		background-position: center center !important;
		background-repeat: no-repeat !important;
		background-size: contain !important;
	}

	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		top: 50% !important;
		left: 50% !important;
		right: auto !important;
		width: 54%;
		max-width: none;
		padding: 7px 8px;
		-webkit-transform: translate(-50%, -50%) !important;
		-ms-transform: translate(-50%, -50%) !important;
		transform: translate(-50%, -50%) !important;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 1.05em !important;
		line-height: 1.1;
		margin-bottom: 4px;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.62em !important;
		line-height: 1.2;
		margin-bottom: 3px;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 0.58em !important;
		line-height: 1.2;
	}

	.sports-footer {
		padding: 10px 14px 6px;
	}

	.sports-footer-img {
		width: 100%;
		max-width: 360px;
	}
}

@media only screen and (max-width: 380px) {
	#mainNav.navbar-custom .navbar-brand .conf-brand-logos {
		column-gap: 6px;
		padding-right: 84px;
		padding-left: 8px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-sport-logo {
		width: 46px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-uaeu-logo {
		width: 120px;
	}

	#mainNav.navbar-custom .navbar-brand .conf-alain-logo {
		width: 32px;
	}

	#mainNav .navbar-toggle {
		right: 48px;
	}

	.innerBanner .titleMiddle-style-2,
	.innerPageBanner .titleMiddle-style-2 {
		width: 50%;
		padding: 4px 5px;
	}

	.innerBanner .titleMiddle-style-2 h1,
	.innerPageBanner .titleMiddle-style-2 h1 {
		font-size: 0.78em !important;
		line-height: 1.05;
		margin-bottom: 2px;
	}

	.innerBanner .titleMiddle-style-2 h2,
	.innerPageBanner .titleMiddle-style-2 h2 {
		font-size: 0.48em !important;
		line-height: 1.12;
		margin-bottom: 2px;
	}

	.innerBanner .titleMiddle-style-2 h3,
	.innerPageBanner .titleMiddle-style-2 h3 {
		font-size: 0.44em !important;
		line-height: 1.1;
	}
}
