:root {
	--white: #FFF;
	--light-grey: #E8E8E8;
	--orange: #EB6309;
	--navy: #212d59;
	--blue: #1661a8;
	--light-blue: #6bc4ea;
}

html {
  scroll-behavior: smooth;
}

body {
	background-color: #212d59;
}

/* ----------------------------------------------------- Background Styles ------------------------------------------------- */
.bg-light-grey {
	background-color: var(--light-grey);
}
a .bg-light-grey:hover {
	background-color: var(--orange);
}
.bg-navy {
	background-color: var(--navy);
}

a .bg-navy {
	background-color: var(--light-blue) !important;
}
.bg-orange { 
	background-color: var(--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;
}
.bg-light-blue {
	background-color: var(--light-blue);
}

.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: 45%;
	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;
}

/* ----------------------------------------------------- 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;
	}


/* ----------------------------------------------------- Metaslider Styles ---------------------------------------------------------------- */

.slides {
	padding: 0px !important;
}
.ms-image {
	display: block !important;
	height: 80vh !important;
	position: relative !important;
}
.ms-image img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	width: 100%;
	background-color: rgba(0,55,98,0.65);
}

.metaslider .caption-wrap {
    bottom: 5% !important;
    background: none !important;
	opacity: 1 !important;
}
.caption-wrap .caption {
	position: absolute;
	bottom: 5%;
	left: 3%;
	padding: 20px 35px !important;
	background-color: var(--orange);
	width: auto;
	font-family: 'IBM Plex Sans', sans-serif;
	color: var(--white);
	font-weight: 400;
	font-size: 35px;
	text-transform: uppercase;
	line-height: initial;
}

.metaslider .flexslider .slides > li img
{
	height: inherit;
}



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

a.button, button {
	width: 100%;
	text-align: center;
	border: solid 1px #707070;
	color: var(--dark-grey);
	font-weight: bold;
	font-size: 20px;
	display: block;
	padding: 10px 0;
	text-decoration: none !important;
	margin-top: 5%;
}

.btn-pink {
	border-radius: 0px;
    background-color: var(--blue);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
	margin-right: 15px;
}
.btn-pink:hover {
    background-color: var(--navy) !important;
	color: #fff !important;
}
.btn-navy {
	border-radius: 0px;
    background-color: #212d59;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
	margin-right: 15px;
}
.btn-navy:hover {
    background-color: var(--blue) !important;
	color: #fff !important;
	
}.btn-white {
	border-radius: 0px;
    background-color: var(--white);
    padding: 10px 30px;
    color: var(--navy);
    border: 0;
    margin-top: 15px;
	font-weight: 700;
	font-family: 'Black Ops One', cursive;
	text-transform: uppercase;
}
.btn-white:hover {
    background-color: var(--orange) !important;
	color: #fff !important;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	background-color: var(--blue) !important;
	cursor: pointer;
	width: 100% !important;
}
.nf-form-content button:hover, .nf-form-content input[type="button"]:hover, .nf-form-content input[type="submit"]:hover {
	color: var(--navy) !important;
	background-color: var(--light-grey) !important;
}
.nf-before-form-content {
	padding: 20px 5px;
}

/* ----------------------------------------------------- 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_17_username .um-field-area {
	width: 100%;
	float: none;
}
#um_field_17_user_password .um-field-area {
	width: 100%;
	float: none;
}
/*revert fields to 100% width for exhibitor registration form*/
.um-78 .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;
	}
	
}

/* ----------------------------------------------------- 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;
}
	
	.banner-image-home {
		background-position: center right -315px;
	}

}


/* ----------------------------------------------------- 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;
	}


}