:root {
	--red: #A83432;
	--orange: #F28601;
	--light-orange: #f89f2d;
	--black: #1C1D36;
}

html {
  scroll-behavior: smooth;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */

.bg-red {
	background-color: var(--red);
}
.bg-orange { 
	background-color: var(--orange);
}
.bg-light-orange { 
	background-color: var(--light-orange);
}
.background-centered {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.background-left {
	background-position: left; 
	padding: 8%;
}
.content-right {
	padding-left: 25%;
}
.min-height {
	/*min-height: 55vh;*/
	min-height: 35vw;
}
.min-height-intro {
	min-height: 22vw;
}
.bg-white {
	background-color: white;
}

.um-profile a:hover { 
	color: var(--navy) !important;
}
/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--white);
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.menu a:hover {
	color: var(--pink);
	text-decoration: none !important;
}
footer a:hover {
	color: var(--navy);
}
footer a {
	color: var(--navy);
}


/* ----------------------------------------------------- Header And Banner Image Styles ---------------------------------------------------------------- */

header {
	/*position: absolute;*/
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	/*padding: 50px 5%;*/
}

.video-height {
	
}

#video {
	position: relative;
	padding-bottom: 56.25%;
	padding-bottom: 51.5%;
	height: 0;
	width: 100%;
	overflow: hidden;
}
#video iframe {
	position: absolute;
	top: 0%;
	left: -5%;
	width: 110%;
	height: 110%;
}
.unmute {
	position: absolute;
	right: 10%;
	bottom: 9%;
	z-index: 999;
	background-color: var(--pink);
	opacity: 0.8;
	padding: 7px 10px;
	
	animation:unmute 0.5s 1;
    -webkit-animation:unmute 0.5s 1;
    animation-fill-mode: forwards;

    animation-delay:15s;
    -webkit-animation-delay:15s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}
@keyframes unmute{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes unmute{
    from {opacity :1;}
    to {opacity :0;}
}

.logo-over-video {
	position: absolute;
	/*left: 2.5%;*/
	top: 2.5%;
	z-index: 999;
	
	animation:unmute 0.5s 1;
    -webkit-animation:unmute 0.5s 1;
    animation-fill-mode: forwards;

    animation-delay:7s;
    -webkit-animation-delay:7s; /* Safari and Chrome */
    -webkit-animation-fill-mode: forwards;
}
@keyframes logo-over-video{
    from {opacity :1;}
    to {opacity :0;}
}

@-webkit-keyframes logo-over-video{
    from {opacity :1;}
    to {opacity :0;}
}

.logo {
	width: 95%;
	max-width: 560px;
	min-width: 180px;
	margin-top: 2%;
	margin-bottom: 2%;
}
.logo-mobile {
	display: none;
}

.dates {
	
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
}
/* ---- sponsor logo over banner ----*/
.sponsor {
	position: absolute;
	right: 5%;
	bottom: 5%;
}
.sponsor img {
	max-width: 300px;
}
.sponsor p {
	color: #fff;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}
.colour-line {
	height: 145px;
	right: -1px;
	position: absolute;
	top: -80px;
	z-index: 99;
}
.colour-line-center {
	width: 2234px;
	margin-left: -1117px;
	left: 50%;
}

.banner-image-text {
    position: absolute;
    color: var(--white);
    font-weight: 400;
    font-size: 35px;
    line-height: initial;
	padding-top: 3%;
}

.banner-image-text p {
	font-size: 25px;
}

.header-watermark {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  pointer-events: none;
}

	.arrow {
		position: absolute;
  top: 50px;
  left: -230px;
  width: auto;
  height: 450px;
  z-index: 2;
	}


/* ----------------------------------------------------- Sticky Side Button Styles ---------------------------------------------------------------- */
li#ssb-btn-0, li#ssb-btn-1, li#ssb-btn-2, li#ssb-btn-3 {
	padding: 0 !important;
}

/* ----------------------------------------------------- Generic Content Styles ---------------------------------------------------------------- */

.content-padding {
	padding: 5%;
}
.content-padding-sm {
	padding: 2.5%;
}
.content-margin {
	margin: 5% 0;
}
.mobile-display {
		display: none;
	}



/* ----------------------------------------------------- Button and A Styles ---------------------------------------------------------------- */


.btn-red {
	background-color: var(--red); 
	color: white !important; 
	padding: 10px 20px; 
	border-radius: 8px; 
	font-weight: bold; 
	text-decoration: none; 
	display: inline-block;
	text-align: center;
	border: none
}

.btn-orange {
	background-color: var(--orange); 
	color: white !important; 
	padding: 10px 20px; 
	border-radius: 8px; 
	font-weight: bold; 
	text-decoration: none; 
	display: inline-block;
	text-align: center;
	border: none
}


/* ----------------------------------------------------- Content Styles ---------------------------------------------------------------- */
.overlapping-images {
	position: absolute;
	z-index: 999;
	margin-top: -40px;
	max-width: 90%;
	margin-left: 5%;
	max-height: 550px;
}

/* ----------------------------------------------------- Ultimate Member Styles ---------------------------------------------------------------- */
label {
	margin-bottom: .35rem !important;
}
/*make fields float right for teacher reg form*/
.um-field-label {
	margin: 0 20px 0 0 !important;
	display: inline-block !important;
}
.um-field-area {
	width: 70%;
	float: right;
}
/*revert fields to 100% width for login form*/
#um_field_25_username .um-field-area {
	width: 100%;
	float: none;
}
#um_field_25_user_password .um-field-area {
	width: 100%;
	float: none;
}
/*revert fields to 100% width for exhibitor registration form*/
.um-57 .um-field-area {
	width: 100%;
	float: none;
}
/*revert fields to 100% width for forgetten password form*/
.um-password .um-field-area {
	width: 100%;
	float: none;
}
/*revert fields to 100% width for Your Booking form on Exhibitor Portal*/
.um-account-tab-booking .um-field-area {
	width: 100%;
	float: none;
}


.um-field-block {
	color: var(--navy) !important;
}

/*styles for profile when user logged in*/
.um-profile .um-profile-body {
	max-width: 1200px !important;
}
.um-profile .um-profile-body .um-field-area {
	width: 62%;
}

/*styles of fields when viewing profile*/
.um-profile .um-form .um-profile-body .um-field-area {
	width: 100%;
	float: none;
}

.um-account-profile-link a {
	font-size: 15px !important;
	font-weight: bold !important;
}
.um-profile.um .um-profile-headericon a {
	color: #666 !important;
	font-weight: bold !important;
}
/* ---- Hide buttons in account tabs  ---- */
.um input[value~=Hidden] {
	display: none !important;
}

/* -------------------- Sponsor tag  -------------------- */
/*hide 'sponsor' field title*/
.um-member-metaline-event_sponsor strong {
	display: none !important;
}
.um-member-metaline-event_sponsor {
	background-color: var(--red);
	color: #fff;
	padding: 10px !important;
	font-weight: bold;
	font-size: 15px !important;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-photo {
	padding: 40px 0 10px 0 !important;
}
.um-member-meta-main {
	margin-top: -52px !important;
	position: absolute;
  	top: 0;
	margin-left: -1px;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-meta-main .um-member-meta {
	padding-bottom: 0 !important;
	border: 0 !important;
}
.um-directory .um-members-wrapper .um-members.um-members-grid .um-member .um-member-card .um-member-meta-main .um-member-meta.no-animate {
	margin: 0 !important;
}
.um-directory .um-members-wrapper .um-members {
	margin-top: 50px !important;
}

/* ----------------------------------------------------- Footer Styles ---------------------------------------------------------------- */

footer p, footer a {
	font-size: 14px;
}


/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

@media only screen and (max-width : 2200px) {
}


/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

@media only screen and (max-width : 1800px) {
}


/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

@media only screen and (max-width : 1750px) {
	
	video-header {
		height: 65vw;
	}
}


/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

@media only screen and (max-width : 1650px) {	
}


/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

@media only screen and (max-width : 1550px) {
	.um-profile .um-profile-body .um-field-area {
		width: 57%;
	}

}


/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

@media only screen and (max-width : 1450px) {
	/*.location-button p {
		font-size: 15px;
	}*/
	.dates p {
		font-size: 15px;
	}
}


/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

@media only screen and (max-width : 1350px) {
	.slider-image {
		width: calc(50% - 10px);
		min-width: calc(50% - 10px);
	}
	/*.dates {
		margin-left: -20px;
	}*/
	.min-height {
		min-height: 40vw;
	}
}


/* ----------------------------------------------------- Smaller than 1300px ----------------------------------------------------- */

@media only screen and (max-width : 1300px) {
	.um-field-area {
		width: 65%;
	}
	.um-profile .um-profile-body .um-field-area {
		float: none;
	}
	/*.location-button p {
		font-size: 13px;
	}*/
} 


/* ----------------------------------------------------- Smaller than 1200px - Bootstrap XL ----------------------------------------------------- */

@media only screen and (max-width : 1200px) {
	.sm-screen-hidden {
		display: none;
	}
	.mobmenur-container {
		top: 35px !important;
	}
	.min-height {
		min-height: 43vw;
	}
	video-header {
		height: 70vw;
	}
	
}

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

@media only screen and (max-width : 1125px) {
	.um-field-area {
		width: 62%;
	}
	.location-button {
		height: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.min-height {
		min-height: 48vw;
	}
	
		.header-watermark {
		position: absolute;
		top: 0;
		left: 0px;
		width: 100%;
		text-align: center;
		z-index: 1;
		pointer-events: none;
}

	
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	.caption-wrap .caption {
 	   font-size: 30px;
	}
}

/* ----------------------------------------------------- Smaller than 1024px - iPad landscape ----------------------------------------------------- */

@media only screen and (max-width : 1024px) {	
	.um-field-area {
		float: none;
		width: 100%;
	}
	


}

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

@media only screen and (max-width : 991px) {
	.overlapping-images {
		position: relative;
		margin-top: 0;
	}
	.mobmenur-container {
		top: 30px !important;
	}
	.min-height {
		min-height: 56vw;
	}
	.quick-link {
		height: 65px;
		display: flex;
		justify-content: center;
		align-items: center;
	}

}

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

@media only screen and (max-width : 870px) {	
	.aitl-reg iframe {
		height: 4250px;
	}
	.min-height {
		min-height: 71vw;
	}
	video-header {
		height: 70vw;
	}

}

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

@media only screen and (max-width : 800px) {	
	
	
}


/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	.mobile-center {
		text-align: center !important;
	}
	.mobile-left {
		text-align: left !important;
	}
	.metaslider .caption-wrap {
	    width: 90% !important;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-padding {
		padding: 7%;
	}
	.location-header {
		margin-bottom: 50px;
	}
	.dates {
		width: 90%;
		position: absolute;
		margin-top: 125px;
	}
	.mobmenur-container {
		top: 10px !important;
		margin-right: 0 !important;
	}
	.min-height {
		min-height: 60vh;
	}
	.sponsor img {
  		max-width: 210px;
	}
	.content-right {
		padding-left: 35%;
	}
	.content-right .btn-pink, .content-right .btn-navy {
		padding: 10px;
	}
	.background-left {
		background-position: top left -25px;
	}
	banner-image {
		height: 75vh;
	}
	
	.banner-image-text p {
	font-size: 18px;
}
	
	.header-watermark {
		position: absolute;
		top: 0;
		left: 0;
		width: 300%;
		text-align: center;
		z-index: 1;
		pointer-events: none;
}
	.arrow {
		position: absolute;
		top: 25px;
		left: -180px;
		width: auto;
		height: 400px;
		z-index: 2;
	}
}


/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

@media only screen and (max-width : 700px) {



}

/* ----------------------------------------------------- Smaller than 600px ----------------------------------------------------- */

@media only screen and (max-width : 600px) {
	.location-header {
  		margin-bottom: 60px;
	}

}


/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

@media only screen and (max-width : 540px) {	

}


/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

@media only screen and (max-width : 450px) {
	.dates {
	  	width: 80%;
	 	margin-top: 78vw;
	  	margin-left: 8%;
	}
	.location-header {
	  	margin-bottom: 100px;
	}


}