:root {
	--white: #FFF;
	--light-grey: #E8E8E8;
	--red: #C51A1B;
	--navy: #1D2C5C;
}

html {
  scroll-behavior: smooth;
}

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

.bg-light-blue {
    background-color: #aabfce;
}

.background-centered {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.min-height {
	/*min-height: 55vh;*/
	min-height: 35vw;
}

.um-profile a { 
	color: var(--red) !important;
}

.um-profile a:hover { 
	color: var(--navy) !important;
}
.um-1595 .um-header {
	display: none;
}
.um-hide-row {
	display: none;
}

/* ----------------------------------------------------- Menu Styles ------------------------------------------------- */

.menu ul {
	padding: 0px;
	margin: 0;
}
.menu li {
	list-style: none;
	display: inline-block;
	background-color: var(--green);
	padding: 3px 15px;
	margin-left: 10px;
	background-image: none;
	margin-bottom: 10px;
}
.menu a {
	color: var(--white);
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
}

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

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

.logo {
	width: 95%;
	max-width: 650px;
	min-width: 300px;
}
.logo-mobile {
	display: none;
}

.dates {
	
}

.logo-NAW {
    width: 30%;
  padding-left: 50px;
}

.banner-image {
	width: 100%;
	height: auto;
	min-height: 65vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	position: relative;
}
/* ---- sponsor logo over banner ----*/
.sponsor {
	position: absolute;
	right: 5%;
	/*bottom: 5%;*/
	top: 5%;
}
.sponsor img {
	max-width: 220px;
}
.sponsor p {
	color: #fff;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 10px;
}




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

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

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

.sponsor-margin {
	margin-bottom: 0% !important;
}
/* ----------------------------------------------------- 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-red {
	border-radius: 0px;
    background-color: var(--red);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-red:hover {
    background-color: var(--navy) !important;
}
.btn-navy {
	border-radius: 0px;
    background-color: var(--navy);
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-navy:hover {
    background-color: var(--red) !important;
}

.btn-blue {
	border-radius: 50px;
    background-color: #2798c1;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-blue:hover {
    background-color: #00b388 !important;
}

.btn-green {
	border-radius: 50px;
    background-color: #00b388;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-green:hover {
    background-color: #2798c1 !important;
}

.btn-purple {
	border-radius: 50px;
    background-color: #a6529a;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-purple:hover {
    background-color: #2798c1 !important;
}

.btn-white {
	border-radius: 0px;
    background-color: var(--white);
    padding: 10px 30px;
    color: var(--navy);
    border: 0;
    margin-top: 15px;
	font-weight: 700;
}
.btn-white:hover {
    background-color: var(--red) !important;
	color: #fff !important;
}
.nf-form-content button, .nf-form-content input[type="button"], .nf-form-content input[type="submit"] {
	background-color: var(--red) !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 {
	max-width: 1000px;
	margin: 0 auto;
	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;
}
.um-field-spacing {
	margin-top: 30px;
}
/*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 {
	border-top: solid 5px var(--navy);
}
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) {
}


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

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

}

/* ----------------------------------------------------- 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;*/
  		max-width: 150px;
	}
	.banner-image {
		min-height: 55vh;
	}

}


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

@media only screen and (max-width : 700px) {
	
.sponsor-margin {
	margin-bottom: 35% !important;
}
    
.logo-NAW {
    width: 100%;
}	
}

/* ----------------------------------------------------- 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) {	
	.banner-image {
		min-height: 45vh;
	}

}


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

@media only screen and (max-width : 450px) {
	.dates {
	  	width: 80%;
	 	margin-top: 105vw;
	  	margin-left: 8%;
	}
	.location-header {
	  	margin-bottom: 100px;
	}
	.logo {
		display: none;
	}
	.logo-mobile {
		display: inline-block;
		width: 60%;
		margin-top: 18px;
	}
	.banner-image {
		min-height: 45vh;
	}

}