.MASTER-CondoConf {} /* === CONDOCONF === */

*, *:before, *:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box;    
	box-sizing: border-box;         
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFF;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	/*
	/// Non System Font Stack ///
	font-family: Verdana, "Helvetica Neue", Helvetica, Arial, Gotham, Geneva, "sans-serif";
	/// Non System Font Stack ///
	*/
	font-size: 1.1rem;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	position: relative;
}

img {
	border: none;
	outline: 0;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 
}

/* ----------------- BANNER start ------------------ */
#prebanner {
	margin: 40px 0 0 0;
	padding: 0;
	width: 100%;
	background: #fff;
	display: none;
}
#banner {
	margin: 0;
	padding: 0;
	width: 100%;
	height:450px;
	position:relative;
	overflow:hidden;
	z-index:0;
	background-color: #fff;
}
#banner.home {height: 550px}

/*#banner .container {
	margin: 0 auto;
	padding: 0;
	max-width:1024px;
	text-align: center;
	position: relative;
	overflow:hidden;
}*/

#footer .buildings {
	width:80%;
	height:140%;
	background-image: url(../images/2022/to-backdrop.svg);
	opacity: .15;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:-25%;
	left:10%;
}
#footer .popbuildings {
	width:100%;
	height:140%;
	background-image: url(../images/2020/to-backdrop.svg);
	opacity: .15;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:-5%;
	left:0;
}
.buildings {
	width:100%;
	height:100%;
	background-image: url(../images/2022/to-backdrop-2022.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom;
	position: absolute;
	bottom:0;
}
.conf-logo, .conf-logo-home {
       bottom: 4%;
    left: 5%;
    z-index: 3;
    width: 90%;
	text-align: center;
	position: absolute;
}
.conf-logo-home img, .conf-logo img {
	max-width:75%;
	height:auto;
	margin:0 auto;
}
.conf-logo img {
	max-width:65%;
}




@media screen and (max-width: 1366px) {
	#banner { height:380px; }
	#banner.home {height: 480px}
}
	
@media screen and (max-width: 960px) {
	#banner { height:300px; }
	#banner.home {height: 400px}

/*
	.conf-logo, .conf-logo-home {
		top:-50px;
	}
*/
	.conf-logo img, .conf-logo-home img {
	    /*max-width: 60%;*/
		max-width: 860px;
		width: 90%;
	}
}

@media screen and (max-width: 670px) {
	#banner.home, 	#banner  {height: 180px;}

/*
	.conf-logo, .conf-logo-home {
		top:-110px;
	}
*/
	/*.conf-logo img, .conf-logo-home img  {
	    max-width: 40%;
	}*/
}
@media screen and (max-width: 520px) {
	#banner.home, 	#banner {
		height:170px;
	}
}
@media screen and (max-width:401px) {
	#banner.home, 	#banner {
		height:160px;
	}
	/*.conf-logo img, .conf-logo-home img  {
	    max-width: 50%;
	}*/
}

/* ------------------------------- BANNER END ------------------------------- */

header {
	position: fixed;
	top:0;
	/*background: transparent url(../images/2018/white90.png);*/
	background: url(../images/2018/white90.png);
	background: rgba(255,255,255,0.93);
	width: 100%;
	height:123px;
	z-index:1111;
	border-bottom:1px solid rgba(255,255,255,1.0);
	box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.2);
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
} 
header:hover {	
	background: #FFF;
	background: rgba(255,255,255,1);
	box-shadow: 0px 1px 41px 0px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 41px 0px rgba(0,0,0,0.6);
	-moz-box-shadow: 0px 1px 41px 0px rgba(0,0,0,0.6);
	-ms-box-shadow: 0px 1px 41px 0px rgba(0,0,0,0.6);
	-o-box-shadow: 0px 1px 41px 0px rgba(0,0,0,0.6);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
} 
header.sticky {
	height:102px;
	background: rgba(255,255,255,0.96);
}

.logos {
/*	width: 590px;*/
	width: -webkit-fill-available;
	/*min-height: 90px;*/
	position: absolute;
	top:0;
	left:10px;
  	margin: 0;
	padding: 0;
	list-style: none;
	overflow:auto;
	z-index:333;
}
.logos li {
	display: inline-block;
	margin:3px 0 0 0;
	padding:0;
	white-space:nowrap;
 	width:192px;
   -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
header .logos li.partner {
 	width:220px;
}
header.sticky .logos li.partner {
 	width:180px;
}

header.sticky .logos li {
	width:150px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.logos li img {
	width:100%;
	height:auto;
}

#topnavbar {
	position: absolute;
	bottom:0;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0;
	background-color:#fff;
	border-top:1px solid rgba(250,250,250,0.95);
	-webkit-box-shadow: 0px -50px 50px 0px rgba(255,255,255,0.7);
	-moz-box-shadow: 0px -50px 50px 0px rgba(255,255,255,0.7);
	box-shadow: 0px -50px 50px 0px rgba(255,255,255,0.7);
} 
#topnavbar .container {
	overflow: inherit;
	max-width: 1366px;
	margin: 0 auto;
	padding: 0;
}

ul.sociallinks {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
  position:absolute;
  bottom:42px;
  right:10px;
  font-size:14px;
  z-index:1111;
}
ul.sociallinks.sticky {
    bottom: 38px;
}
ul.sociallinks li {
  display: inline-block;
  margin:0 0 0 10px;
}
ul.sociallinks li a {
	color: #003399;
}
ul.sociallinks li a:hover {
  color: #FFF;
}

/* ---------------- END HEADER ---------------- */


.container {
	margin: 0 auto;
	padding: 0 20px;
	max-width:1366px;
	text-align: left;
	position: relative;
	/*overflow:auto;*/
	height:100%;
}
.content {
	padding: 60px 40px;
	overflow:auto;
} 
.content li {
	padding: 0 0 7px 0;
}
.content img {
	max-width:100%;
	height:auto;
}
.center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.sponsorsection {
	width:100%;
	overflow:auto;
	border-top:1px solid #fefefe;
	border-bottom:1px solid #fefefe;
	background:#f1f1f1;
	background-image: -webkit-linear-gradient(rgba( 255, 255, 255, 1), rgba( 241, 241, 241, 0.9));
	background-image: linear-gradient(rgba( 255, 255, 255, 1),rgba( 241, 241, 241, 0.9));
}
.fullsection {
	background:#FFF;
	width:100%;
	overflow:auto;
	position:relative;
		z-index:1;
}
.backfade {
	background:#fefefe;
	border-bottom:1px solid #fefefe;
	background-image: -webkit-linear-gradient(rgba( 255, 255, 255, 1), rgba( 241, 241, 241, 0.9));
	background-image: linear-gradient(rgba( 255, 255, 255, 1),rgba( 241, 241, 241, 0.9));
}
.backfade-diagonal {
	background: #edf6fc;
	background: -moz-linear-gradient(45deg, #edf6fc 0%, #ffffff 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, #edf6fc), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(45deg, #edf6fc 0%, #ffffff 100%);
	background: -o-linear-gradient(45deg, #edf6fc 0%, #ffffff 100%);
	background: -ms-linear-gradient(45deg, #edf6fc 0%, #ffffff 100%);
	background: linear-gradient(45deg, #edf6fc 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edf6fc', endColorstr='#ffffff', GradientType=1 );
}

.back-patten-green {
	background: url(../images/2018/back-pattern-green.jpg) no-repeat right;
	background-size: 80% 100%;
}
.back-patten-blue-pink {
	background: url(../images/2018/back-pattern-blue-pink.jpg) no-repeat left;
	background-size: 80% 100%;
}


/* ====================== MENUBAR ======================= */
ul.nav {
/*  display: inline;*/
	list-style: none;
	width:100%;
	margin:0;
	padding:0;

	display: flex;
	flex-flow: space-between;
}
ul.nav li {
	font-family: Verdana, Geneva, sans-serif;
	color: #4c6488;
	font-size: 18px;
	text-align: center;
	text-transform: capitalize;
	display: inline-block;
	margin-right: -4px;
	position: relative;
/*	min-width:16%;*/
	padding: 8px 12px;
	/*white-space:nowrap;*/
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
		
	flex-shrink: 0;
    flex-grow: 1;
}
ul.nav li>a {
	color: #4c6488;
}

ul.nav li:hover a {
	color: #ad0d3c;
}
ul.nav li:hover, ul.nav li:active {
	color: #4c6488;
}

ul.nav li ul {
  padding: 0;
  position: absolute;
  top: 39px;
  left: 0;
  width: 230px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 0 5px 7px 1px rgba(0,0,0,0.3);
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.nav li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
ul.nav li ul li {
	background-color: #FFF;
	display: block;
	color: #4c6488;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	text-align: left;
	margin:0;
	padding: 11px 7px;
	font-size: .97em;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
ul.nav li:hover ul li a {
	color: #4c6488;
}
ul.nav li ul li:hover {
	background-color: #f2f2f2;
}
ul.nav li ul li:hover a { 
	color: #ad0d3c;
	width:100%;
	display: block;
}

ul.nav .has-submenu>a {
	background: url(../images/2018/plus.png) no-repeat right;
	padding-right:20px;
}


/*  --------- end menu ------------- */

a { text-decoration: none; outline: 0; }
a img { border: none; outline: 0; }

a:link, a:link h1, a:link h2, a:link h3, a:link h4, a:link h5, a:link h6 {
	color: #AD0D3C;
	text-decoration: none;
	-webkit-transition: color .1s ease-in-out;
	-moz-transition: color .1s ease-in-out;
	-o-transition: color .1s ease-in-out;
	transition: color .1s ease-in-out;
}
a:visited {
	color: #AD0D3C;
	text-decoration: none;
}
a:hover, a:active, a:focus,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
	color: #666;
	text-decoration: none;
}
a:link img {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}
a:hover img {
  opacity: 0.97;
  filter: alpha(opacity=97); /* For IE8 and earlier */
}



/* ------------------- FOOTER --------------------- */

#footer {
	width: 100%;
	height:100%;
	padding: 40px 0 0 0;
	font-family: "Coda", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.5;
	position: relative;
	overflow:hidden;
	background: #7193b2;
} 
#footer .container {
	overflow: inherit;
	padding: 0 20px 20px 20px;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 18px;
}
#footer a:hover {
	color: #BCE2FF;
	text-shadow: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
#footer ul {
	display: block;
	width: 30%;
	margin: 0;
	padding: 0 0 20px 0;
	float: left;
}
#footer ul.r { margin-right:0; float:right; clear:both; width:288px; /*height:270px;*/}

#footer li {
	margin: 0;
	padding: 1px 0 15px 0 ;
	list-style: none;
}

#footer .logo {
	background: transparent url(../images/2022/CondoConf-2022-stacked.svg) no-repeat;
	width: 225px;
	height: 150px;
	margin: 0 auto;
}
#footer li.mainlevel {
	font-size: 18px;
	color: #D5FCFF;
	margin: 5px 0 0 0;
	padding: 1px 0 0 0 ;
}
#footer li.mainlevel a {
	font-size:18px;
	color: #D5FCFF;
}
#footer li.mainlevel a:hover {
	color: #FFF;
}

#footer2 {
	background: #7193b2;
	width: 100%;
	padding: 1px 0 20px 0;
	font-size: 14px;
	color: #BCE2FF;
	overflow: auto;
	text-align: center;
} 

#footer2 ul {
   margin: 15px auto 0 auto;
   padding:0;
   max-width: 1366px;
   /*float:left;*/
}
#footer2 li {
   list-style: none;
   display: inline-block;
   margin: 0 0 0 0;
   padding: 0 30px 0 0;
   float:left;
}
#footer2 li a {
	text-align: right;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	white-space: nowrap;
}
#footer2 li a:hover {
	color: #BCE2FF;
}


.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* =============================== TEXT FORMATTING============================== */
H1, H2, H3, H4, H5, H6 {
	margin: 20px 0 5px 0;
	padding: 0;
	font-family: "Coda", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Impact,  Helvetica, Arial, "sans-serif"; 
	font-weight:800;
	line-height:1.2;
	letter-spacing:1;
}
H1 {
	font-size : 40px;
	color: #ab0a3d;
	margin: 0 0 10px 0;
	letter-spacing: 1;
}
H2  {
	font-size : 32px;
	color: #9fb6d5;
}
H3 {
	font-size : 32px;
	color: #4c6488;
}
H4 {
	font-size : 24px;
	color: #9fb6d5;
	margin: 10px 0;
	font-weight:400;
}
H5 {
	font-size : 24px;
	color: #4c6488;
	margin: 10px 0;
	font-weight:400;
}
H6 {
	font-size : 18px;
	color: #003366;
	margin: 0;
	letter-spacing:0;
	font-weight:400;
}

hr {
	border: none 0;
	border-top: 1px dotted #CCC;
	height: 1px;
	margin: 20px 0;
	width:100%;
	text-decoration: none;
}
hr.whiteline {
	border: none 0;
	border-top: 1px dotted #FFF;
	height: 1px;
	margin: 10px 0;
	padding: 0;
	width:100%;
	text-decoration: none;
}


.red {
	color: #ab0a3d;
}
.red-dark {
	color: #ab0a3d;
}
.burgundy, .bergundy {
	color: #AD0D3C;
}
.lightblue {
	color: #3399CC;
}
.blue {
	color: #4c6488;
}
.white {
	color : #FFF;
	text-shadow:0 1px 3px rgba(0,0,0,0.15);
}
.grey  {
	color : #999;
}
.small {
	font-size: .97rem;
}
.medium {
	font-size: 1.3rem;
}
.large {
	font-size: 1.5rem;
}
.extralarge {
	font-size: 1.8rem;
}


/* ================================ VIDEO ====================================== */

.video-container {
	position:relative;
	padding-bottom: 56.25%;
	overflow:hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
}

/* =============================== BUTTON ======================================== */

a.button, button.button {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	margin: 10px 0;
	padding: 10px 20px;
	text-align: center;
	background-color: #AD0D3C;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

a.buttonsmall, button.buttonsmall {
	border-radius: 1px;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	margin: 5px 0;
	padding: 5px 14px;
	text-align: center;
	background-color: #AD0D3C;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}

a.button.blue, a.buttonsmall.blue, button.button.blue, button.buttonsmall.blue {
	background-color: #002856;
	color:#fff;
}
a.button.lightblue, a.buttonsmall.lightblue, button.button.lightblue, button.buttonsmall.lightblue {
	background-color: #7193b2;
	color:#fff;
}
a.button:hover, a.buttonsmall:hover, a.button:hover, #footer a.buttonsmall:hover, button.button:hover, button.buttonsmall:hover, button.button:hover, #footer button.buttonsmall:hover {
	color: #FFF;
	background-color: #002857;
	-webkit-transition: background-color .5s ease-in-out;
	-moz-transition: background-color .5s ease-in-out;
	-o-transition: background-color .5s ease-in-out;
	transition: background-color .5s ease-in-out;
}
a.button:hover.blue, a.buttonsmall:hover.blue, button.button:hover.blue, button.buttonsmall:hover.blue, #footer a.buttonsmall:hover.blue,
a.button:hover.lightblue, a.buttonsmall:hover.lightblue, button.button:hover.lightblue, button.buttonsmall:hover.lightblue, #footer a.buttonsmall:hover.lightblue {
	background-color: #AD0D3C;
}

/* ====================== FANCY TABLE ======================== */

table {
    /*border-collapse: collapse;
    margin-bottom: 3em;*/
    width: 100%;
    /*background: #fff;*/
}
table td, table th, .fancy td, .fancy th {
    padding: 0.4em .6em;
}
.fancy td.err {
	background-color: #66CC00;
	color: #fff;
	font-size: 0.8em;
	text-align: center;
	line-height: 1;
	}
table th, .fancy th {
	background-color: #e2e2e2;
	font-weight: 700;
	color: #ad0d3c;
}

.fancy th a, .fancy th a:visited {
	color: #ad0d3c;
}
.fancy th a:hover, .fancy th a:active {
	color: #1C467D;
}
/*.fancytable tbody th {
	background-color: #336699;
}*/
.fancy tr:nth-child(odd) {
    background-color: #eee;
}
.fancy tr:nth-child(even) {
    background-color: #f9f9f9;
}
table tr {
    background: rgba(200,200,200,0.01);
}
/*
tbr:nth-ody tchild(2n-1) {
    background-color: #f2f2f2;
    transition: all .125s ease-in-out;
}
*/
.fancy tbody tr {
	border-bottom:1px dotted #ccc; /* added by K-J */
	background: rgba(235,245,251,0.2);
}
.fancy tbody tr:hover {
	background: rgba(235,245,251,0.8);
}
.fancy.no-hover tbody tr:hover {
  background-color: inherit;
}

.fancy, table { font-size : 15px;}
.fancy.small, table .small { font-size : 14px;}
.fancy.tiny, table .tiny { font-size : 13px;}


.program a, .program a:visited {
	color:#069;
}
.program a:hover {
	color:#ab0a3d;
}


table.program tr {text-align: center; background-color: rgba(188, 226, 255, .15);}


/* ::::::::::::::::::::::::::::::::::::::: CIRCLES ::::::::::::::::::::::::::::::::::::::: */

.circle-200 {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	margin:0 auto;
}
.circle-150 {
	width: 150px;
	height: 150px;
	border-radius: 50%;
	margin:0 auto;
}
.speakerbox-back .circle-150, .speakerbox-back a:link .circle-150 { border: 2px solid #002856;}

.circle-200 img, .circle-150 img {
	width: 100%;
	height: auto;
}
 .speakerbox-back a:hover .circle-150 {
	border: 3px solid #AD0D3C;
}
.fltleft, .circle-150.floatleft, .circle-200.floatleft {
	float:left;
	margin:0 20px 40px 0;
}
.fltright, .circle-150.floatright, .circle-200.floatright {
	float:right;
	margin:0 0 40px 20px;
}
	
.fltright, .circle-150.center, .circle-200.center {
	margin-left: auto;
	margin-right: auto;
}

/* ----------------- SPEAKERBOX ------------------ */
.btn:hover,
.btn:focus,
.btn:active{
    outline: 0 !important;
}
/* entire container, keeps perspective */
.card-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
    width: 47%;
    float: left;
    /* display: block; */
    height: 370px;
    margin: 0.5% 1%;
	font-size: 13px;
}
.card-container.three {
    width:30.8%;
}
.card-container.four {
    width:22.8%;
}
/* flip the pane when hovered */
	.card-container:not(.manual-flip):hover .card,
	.card-container.hover.manual-flip .card{
	-webkit-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	-moz-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	-o-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	}


	.card-container.static:hover .card,
	.card-container.static.hover .card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
   -moz-backface-visibility: hidden;
     -o-backface-visibility: hidden;
        backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
	width:100%;
	overflow: hidden;
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	-moz-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	-o-transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	transform: rotateY( 180deg ) translateZ(1px);   /* added 1px in z */
	z-index: 3;
}

/*        CARD Style       */
.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}

.card .cover{
    height: 130px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
background: -moz-linear-gradient(top,  rgba(215,224,229,1) 0%, rgba(255,255,255,0) 97%);
background: -webkit-linear-gradient(top,  rgba(215,224,229,1) 0%,rgba(255,255,255,0) 97%);
background: linear-gradient(to bottom,  rgba(215,224,229,1) 0%,rgba(255,255,255,0) 97%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e0e5', endColorstr='#00ffffff',GradientType=0 );
}

.card .speaker{
    border-radius: 50%;
    display: block;
    width: 150px;
   height: 150px;
    margin: -120px auto 0;
    overflow: hidden;
    border: 4px solid #FFFFFF;
	background-color: #F2f2f2;
}
.card .speaker img{
    background: none repeat scroll 0 0 #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px;
}
.card .content .main {
    height: 120px;
	overflow: hidden;
}
.card .back .content .main {
  height: 280px;
  overflow: auto;
}
.card .name {
    font-size: 22px;
    margin: 0;
    text-align: center;
}
.card .profession, .profession {
	font-family: "Coda", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
	font-size : 18px;
	color: #4c6488;
	font-weight:400;
	 margin-bottom: 10px;
}
.card p{
    color: #a0b7c6;
    text-align: center;
	margin:9px 0;
}
.card .back p{
    color: #444444;
    text-align: left;
	margin:5px 0;
}
.card .cardfooter {
    border-top: 1px solid #EEEEEE;
    color: #999999;
    margin: 0;
    padding: 10px 0;
    text-align: center;
	font-size: 14px;
	background-color: #FAFAFA;
}
.card .cardfooter .btn-simple{
    margin-top: -6px;
}
.card .cardheader {
    padding: 15px 20px;
    height: 90px;
}
.cardbuildings {
    width: 100%;
    height: 140%;
    background-image: url(../images/2020/to-backdrop.svg);
    opacity: .15;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    position: absolute;
    bottom: 42px;
    left: 0;
}

/*      Just for presentation        */
.btn-simple{
    opacity: .8;
    color: #3B8BBE;
    background-color: transparent;
	cursor: pointer;
}

.btn-simple:hover,
.btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
}
.btn-simple i{
    font-size: 16px;
}

/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}

/* =================== Flex container ================= */
.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;  /* create a flex layout context */
	padding: 0;
	margin: 0;
	list-style: none;
	-webkit-flex-flow: row wrap;
	justify-content: center;
	flex-wrap: wrap;
}

.flex-item {
	align-items:stretch;
}



/* ====================== SHOW HIDE ========================= */

.expandicon {
	padding:3px 5px;
	float:right;
	margin: -25px 0 0 0;
	color:#FFF;
	font-size: 10px;
	text-align:center;
	background-color:#069;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	 -o-border-radius: 5px;
	border-radius: 5px;
}
.expandicon:hover {
	background-color: #AD0D3C;
}

.expand-title {
	cursor: pointer;
}
.expand-area {
	margin-top:15px;
	padding: 3px;
	background-color:#fcfcfc;
}
/* ================================ BOXES ================================= */

.box-1, .box-1-3, .box-1-2, .box-2-3, .box-1-4, .box-3-4, .box-1-5 { display:inline; float:left; margin-top: 5px; margin-bottom: 15px; margin-left:1%; margin-right:1%; padding:5px 10px; line-height:1.3; position:relative;}

.box-1 { width: 100%; margin-left:0; margin-right:0; display:block; clear:both; float: none; } 

.box-1-3 { width: 31%; float:left;}
.box-1-3.nomargin { width: 32.9%; float:left; }

.box-1-2 { width: 47.8%; float:left; }
.box-1-2.nomargin { width: 49.8%; float:left; }

.box-2-3 { width: 64%; float:left; } 
.box-2-3.nomargin { width: 66.9%; float:left; } 

.box-1-4 { width: 22.8%; float:left; } 

.box-3-4 { width: 69%; float:left;  } 
.box-3-4.nomargin { width: 74.9%; float:left; } 

.box-1-5 { width: 17.8%; float:left;  } 

.l { margin-left:0; }
.r { margin-right:0; }

.floatleft {float:left}
.floatright {float:right}

.nomargin { margin:0;}
.nopadding { padding:0;}

.border { border: 1px solid #ccc; }

.box-1-3 img, .box-1-2 img, .box-2-3 img, .box-1-4 img, .box-3-4 img, .box-1-5 img {max-width:99%; height:auto;}

.box-1 h2, .box-1-3 h2, .box-1-2 h2, .box-2-3 h2, .box-1-4 h2, .box-1-5 h2, .box-1 h3, .box-1-3 h3, .box-1-2 h3, .box-2-3 h3, .box-1-4 h3, .box-1-5 h3, .box-1 h4, .box-1-3 h4, .box-1-2 h4, .box-2-3 h4, .box-1-4 h4, .box-1-5 h4, .box-1 h5, .box-1-3 h5, .box-1-2 h5, .box-2-3 h5, .box-1-4 h5, .box-1-5 h5, .box-1 p, .box-1-3 p, .box-1-2 p, .box-2-3 p, .box-1-4 p, .box-1-5 p  {
	margin: 0;
	padding: 5px 0;
}

.nomargin { margin:0; }
.bigmargin { margin:60px 1%; }
.nopadding { padding:0; }
.spacer {margin: 0 0 20px 0}
.floatleft {
	float:left;
	margin:0 20px 20px 0;
}
.floattright {
	float:right;
	margin:0 0 20px 20px;
}


.whitebox {
	background: #FFF;
	border:1px solid #f2f2f2;
}
.greybox {
	background-color: #efefef;
	border:1px solid #f3f3f3;
}
.shadow {
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.09);
	-moz-box-shadow:    0px 1px 5px rgba(0,0,0,0.09);
	box-shadow:         0px 1px 5px rgba(0,0,0,0.09);
	border:1px solid #f2f2f2;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.shadow:hover {
	-webkit-box-shadow: 0px 2px 11px rgba(0,0,0,0.28);
	-moz-box-shadow:    0px 2px 11px rgba(0,0,0,0.28);
	box-shadow:         0px 2px 11px rgba(0,0,0,0.28);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.boxbackground {
/*	border:1px solid #c5d6e6;*/
	background: rgb(250,250,250);
background: -moz-linear-gradient(0deg, rgba(193,212,238,0.4) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(193,212,238,0.4) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(0deg, rgba(193,212,238,0.4) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c1d4ee",endColorstr="#ffffff",GradientType=1);
}

.speakerbox-back {
	border-bottom:3px solid #ab0a3d;
	margin-bottom:30px;
background: rgb(0,47,121);
background: -moz-linear-gradient(0deg, rgba(0,47,121,0.1) 0%, rgba(255,255,255,0.1) 60%);
background: -webkit-linear-gradient(0deg, rgba(0,47,121,0.1) 0%, rgba(255,255,255,0.1) 60%);
background: linear-gradient(0deg, rgba(0,47,121,0.1) 0%, rgba(255,255,255,0.1) 60%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002f79",endColorstr="#ffffff",GradientType=1);
}

.logobox {
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
	-moz-box-shadow:    0px 0px 5px rgba(0,0,0,0.07);
	box-shadow:         0px 0px 5px rgba(0,0,0,0.07);
	border:1px solid #eaeaea;
	background:#FFF;

	padding: 0;
	height:200px;
	text-align: center;
	display:table-cell;
	vertical-align:middle;
	position: relative;
	min-height: 100px;
}

.logobox:hover {
	-webkit-box-shadow: 0px 1px 9px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 1px 9px rgba(0,0,0,0.2);
	box-shadow:         0px 1px 9px rgba(0,0,0,0.2);
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.logobox img { 
	max-width: 90%; 
	height:auto;  
	max-height: 70%; 
	position: absolute;  
    top: 7px;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.box-1-2.logobox img { 
	max-width: 85%; 
	max-height: 65%; 
}
.box-1-3.logobox img { 
	max-width: 80%; 
	max-height: 60%; 
}
.box-1-4.logobox img { 
	max-width: 75%; 
	max-height: 55%; 
}
.logobox img:hover {
	 top: 0;  
    bottom: 7px;  
    left: 0;  
    right: 0;  
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.logobox h4 { 
    margin-top: 15%;  
	font-size: 24px;
}

.exhibitor { height: 210px !important; }
.exhibitor img { max-height: 90px !important; }
.exhibitor h4 { font-size: 22px; line-height: 1.1; color:#666;}
.exhibitor a, .exhibitor a:visited { color:#666;}
.exhibitor a:hover { color:#AD0D3C;}

.height-100 { height: 100px; overflow:hidden}
.height-150 { height: 150px; overflow:hidden}
.height-180 { height: 180px; overflow:hidden}
.height-200 { height: 200px; overflow:hidden}
.height-225 { height: 225px; overflow:hidden}
.height-250 { height: 250px; overflow:hidden}
.height-275 { height: 275px; overflow:hidden}
.height-300 { height: 300px; overflow:hidden}
.height-400 { height: 400px; overflow:hidden}
.height-450 { height: 450px; overflow:hidden}
.height-500 { height: 500px; overflow:hidden}
.height-600 { height: 600px; overflow:hidden}
.height-650 { height: 650px; overflow:hidden}
.height-700 { height: 700px; overflow:hidden}

.position-absolute {
	position: absolute;
}

/* =============================== logo scroller =================================== */

.simply-scroll-container { 
	position: relative;
}
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom - adds to / overrides above .simply-scroll is default base class */
.simply-scroll { 
	width: 100%;
	height: 200px;
	margin-top: 1px;
	margin-bottom: 1px;
}
.simply-scroll .simply-scroll-clip {
	width: 100%;
	height: 200px;
}
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: 300px;
	height: 200px;
	text-align:center;
}
.simply-scroll .simply-scroll-list li img {
	text-align:center;
	margin:0 auto;
	max-width: 70%;
    max-height: 130px;
}


/* :::::::::::::::::::::::::::: DATE COUNTER :::::::::::::::::::::::::: */

#footer ul.counter { 
  width: 100%;
  padding: 1px;
  margin: 0 auto; 
  list-style: none;
  text-align: center;
	font-family: "Coda", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-weight: 800;
}
#footer ul.counter li { 
  width: 33%; 
  float: left; 
  padding-bottom:1px;
}
#footer ul.counter li span:first-child { 
    font-size: 23px;
    padding-bottom: 3px;
    border-bottom: 1px solid #002856;
    display: block;
    margin: 0 16px;
}
#footer ul.counter li span:last-child{ 
   font-size: 14px; 
   padding-top: 5px;
   padding-bottom: 0;
   display: block;
   text-transform: uppercase;
   color: #ab0a3d;
}


/* =============================== Parallax Pic ============================= */

.parallax {
  width:100%;
  min-height: 420px;
  margin:0;
  padding:60px 0 80px 0;
  overflow:auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.parallax h1, .parallax h2, .parallax h3 {
	color:#FFF;
	text-shadow: 0 1px 11px rgba(0,0,0,0.5);
	line-height:1.3;
}
.parallax h4, .parallax h5, .parallax h6 {
    color: #AD0D3C;
		line-height:1.3;
}

.parallax p {
	font-size:16px;
	margin:20px 0;
}

.parallax-home {
  background-image: url("../images/2020/CondoConf-2019-Parallax.jpg");
}

.parallax-buildings {
  background-image: url("../images/2018/parallax-buildings.jpg");
}



map { 
/*  display: none;*/
	display: block;
}
area {
  display: block;
}

.exhibitors-map area {
  display: block;
  cursor: pointer;
}
.register-map area {
  display: block;
  cursor: default;
}

area.sold {
	display: block;
	background-image: url(/images/2020/transparency-70.png);
	background-size: 100% 100%;
}

/* ========================================================== 
                        MOBILE STYLES 
============================================================= */

@media screen and (max-width: 1200px) {
	ul.nav li {
		font-size: 16px;
		min-width:12.2%;
		padding: 8px 9px;
	}
}
@media screen and (max-width: 1170px) {
	ul.nav li {
		font-size: 16px;
		min-width:10%;
		padding: 8px 9px;
	}
}
@media screen and (max-width: 1024px) {
	.content {
		padding: 20px;
	} 
	H1 { font-size : 38px; }
	H2 { font-size : 26px; }
	H3 { font-size : 26px; }
	H4 { font-size : 22px; }
	H5 { font-size : 22px; }
	H6 { font-size : 18px; }
	ul.nav li {
		font-size: 15px;
		min-width:10%;
		padding: 8px 9px;
	}
}
@media screen and (max-width: 960px) {
	ul.nav li {
		font-size: 14px;
		padding: 10px 9px;
	}
	a.button {
		font-size: 16px;
		padding: 9px 14px;
	}
}
@media screen and (max-width: 900px) {
	ul.nav li {
		font-size: 14px;
		padding: 9px 5px;
	}
	ul.sociallinks li {
	  margin:0 0 0 20px;
	  font-size:13px;
	}
	/*.simply-scroll .simply-scroll-list li {
		width: 880px;
	}*/
	.container {
		padding: 30px 10px;
	}
	.card .name { font-size : 20px; }
	.card .profession{
		font-size: 14px;
		margin-bottom: 7px;
	}
	header{
		height:113px;
	}
	header .logos li {
		width:150px;
	}
	.width-100-at-900 { width: 98%; }

}
@media screen and (max-width: 835px) {
	ul.nav li {
		font-size: 13px;
		min-width:9%;
		padding: 10px 5px;
	}
	ul.nav .has-submenu>a {
		padding-right:10px;
	}
}
@media screen and (max-width: 790px) {
	ul.sociallinks li {
	  margin:0 0 0 15px;
	  font-size:12px;
	}
	ul.nav li {
		font-size: 12.5px;
		padding: 10px 5px;
	}
	ul.nav .has-submenu>a {
		background: none;
	}
	#footer ul {
		width: 28%;
	}
	#footer a:link, #footer a:visited {
		font-size: 14px;
	}
}

@media screen and (min-width: 671px) {
	#menubar {
		display: none;
	}
	.mobile {
		display:none;
	}
}
@media screen and (max-width: 670px) {
	body {
		font-size: .97rem;
		line-height: 1.5;
	}
	
	header {
		display: none;
	}
	.content {
		padding: 10px 15px;
	} 
	#prebanner {
		display: block;
	}
	ul.logos {
		max-width: 97%;
	}
	ul.logos li {
		width: 32%;
	}

	.small {
		font-size : 10px;
	}
	.medium {
		font-size : 14px;
	}
	.large {
		font-size : 16px;
	}
	.extralarge {
		font-size : 20px;
	}
	.position-absolute {
		position: relative;
	}
	.cardbuildings {
		bottom: 36px;
	}
	
	a.button, button.button {
		font-size: 16px;
		padding: 7px 11px;
	}
	a.buttonsmall, button.buttonsmall {
		font-size: 12px;
		padding: 3px 9px;
	}
	
/* ||||||||||||| MOBILE MENUBAR START ||||||||||||| */
	#menubar {
		padding: 0;
		width:100%;
		height: 42px;
		background-color: #090c37;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		position: fixed;
		top:0;
		z-index:1000;
	}

	#menubar ul {
		margin: 0 auto;
		padding: 0;
		display: inline-block;
	}
	#menubar li {
	   list-style: none;
		display: block;
	   padding: 12px 0;
	   float: left;
	   white-space:nowrap;
	}
	#menubar li a {
		padding: 15px 10px;
		color: #FFF;
		font: 15px;
		text-decoration: none;
	}
	#menubar li:first-child a {
		padding-left: 0px;
	}
	#menubar li:last-child a {
		padding-right: 0px;
	}
	#menubar li a:hover {
	color: #CCFFFF;
	}
	#menubar li a:active {
	color: #CCFFFF;
	}
	.menucontainer {
		text-align: center;
		margin: 0 auto;
	}
	
/* ||||||||||||| MOBILE MENUBAR END ||||||||||||| */
	#footer2 ul {
	   margin: 10px auto 0 auto;
	   padding:0;
	   max-width:90%;
	}
	#footer2 li {
	   margin:0;
	   padding: 0 5px;
	   float:center;
	   font-size:12px;
	}
	#footer2 li a {
	   font-size:12px;
	}


	.box-1, .box-1-3, .box-1-2, .box-2-3, .box-1-4, .box-3-4, .box-1-5  { display:inline; float:left; margin-top: 5px; margin-bottom: 15px; margin-left:1%; margin-right:1%; padding:10px 5px 5px 5px; line-height:1.3; position:relative;}
	
	.box-1, .box-1-3, .box-1-2, .box-2-3, .box-1.nomargin, .box-1-3.nomargin, .box-1-2.nomargin, .box-2-3.nomargin, .box-3-4.nomargin { width: 100%; margin-left:0; margin-right:0;  } 
	
	.box-2-3.noresize {width: 64%;margin-left:.5%; margin-right:.5%}
	.box-1-3.noresize {width: 31%;margin-left:.5%; margin-right:.5%}
	
	
	.box-1-4, .box-3-4, .box-1-5 { width: 48%;float:left;  } 
	
	.box-1 img, .box-1-3 img, .box-1-2 img, .box-2-3 img, .box-1-4 img, .box-1-5 img { max-width:99%; height:auto;}

	.width-50 { width: 48%; }
	.width-100 { width: 98%; }

	.height-100, .height-150, .height-180, .height-200, .height-225, .height-250, .height-275, .height-300, .height-400, .height-450, .height-500, .height-600, .height-650, .height-700 { height: auto; overflow:auto;}

	.height-450.noresize {height:450px;}
	
	.box-1-2.exhibitor { width: 47.2%; margin-left:1%; margin-right:1%; clear: inherit; } 
	.exhibitor h4 {  font-size: 16px; }
	.exhibitor { height: 190px !important; }

	.logobox {
		height:100px;
	}
	H1, H2, H3, H4, H5, H6 {
		margin: 5px 0;
		line-height:1.2;
		letter-spacing: 0;
	}
	H1 { font-size : 24px; }
	H2 { font-size : 20px; }
	H3 { font-size : 20px; }
	H4 { font-size : 16px; }
	H5 { font-size : 16px; }
	H6 { font-size : 15px; }
	
	.speaker h5 {
		font-size : 16px;
	}

	a.button {
		border-radius: 7px;
		font-size: 14px;
		padding: 7px 11px;
	}
	table td, table th, .fancy td, .fancy th, .fancy.program td, .fancy.program th, .fancy.program h6 {
		padding: 0.125em;
	}
	.fancy, table { font-size : 10px;}
	.fancy.small, table .small { font-size : 8px;}
	.fancy.tiny, table .tiny { font-size : 7px;}

	.circle-200, .circle-150 {
		width: 100px;
		height: 100px;
		-webkit-border-radius: 50px;
		-moz-border-radius: 50px;
		-ms-border-radius: 50px;
		 -o-border-radius: 50px;
		border-radius: 50px;
	}

	.card-container {
		width: 97.5%;
		height:300px;
	    font-size: 12px;
	}
	.card .content .main {
		height: 70px;
	}
	.card .back .content .main {
	  height: 230px;
	}
	.card .name { font-size : 16px; }
	.card .profession{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.card-container.three, .card-container.four {
		width:47%;
	}
	.parallax {
		padding:10px 5px;
	}
	.parallax p, .parallax {
		font-size:12px;
	}


	.desktop, ul.sociallinks {
		display: none;
	}
	.mobile {
		display:block;
	}
	
	
}
/* ======= END max width 670 ============*/


@media screen and (max-width: 380px) {
	
	.fancy, table { font-size : 12px;}
	.fancy.small, table .small { font-size : 11px;}
	.fancy.tiny, table .tiny { font-size : 10px;}
	
}
/* ======= END max width 380 ============*/



/* ===================================== MOBILE NAV =====================================*/
	#navbar {
		background-color:#090c37;
	} 
	#menuhead {
		display: block;
		width: 97%;
		margin:0 auto;
		padding: 10px;
		background-color: #090c37;
		color:#FFF;
		font-size:14px;
		text-align:left;
		min-width:300px;
	}
	
	nav#navbar {
		display: inline-block;
		width: 97%;
		margin:0 auto;
		text-align: left;
		min-width:300px;
	}
	nav#navbar * {
		list-style-type: none;
		margin:0;
		padding:0;
	}
	nav#navbar ul li {
		display: block;
		min-height: 32px;
		line-height: 32px;
		height: auto;
		width: inherit;
		overflow: hidden;
		background-color: #090c37;
		border-bottom: 1px solid rgba(255,255,255,0.3);
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		text-align: left;
	}
	nav#navbar ul li:last-child {
		border-bottom: none;
	}
	nav#navbar ul li a, nav#navbar ul li a:visited {
		text-decoration: none;
		text-transform: uppercase;
		color: #FFF;
		display: block;
		padding-left: 12px;
		padding-right: 12px;
	}
	nav#navbar ul li.has-submenu {
		background: #090c37 url(../images/2018/sub-arrow.png) right top no-repeat;
	}
	
	nav#navbar ul li.has-submenu:hover {
		background: #095072 url(../images/2018/sub-arrow.png) right top no-repeat;
	}
	nav#navbar ul li:hover {
		background-color: #095072;
	}
	nav#navbar ul li>a:hover {
		color: #CFF;
	}
	nav#navbar ul li ul {
		display: none;
		margin-left: -12px;
		margin-right: -12px;
		background:  #095072 url(../images/2018/shadow.png) repeat-x;
	}
	nav#navbar ul li.active>ul {
		display: block;
	}
	nav#navbar ul li ul li {
		border-bottom: solid 1px #ccc;
		border-left: none;
		background: none;
		padding-left: 20px;
		font-size: 12px;
	}
	nav#navbar ul li ul li:first-child {
		background: url(../images/2018/arrow.png) 20px 0px no-repeat;
	}
	nav#navbar ul li ul li:last-child {
		background: url(../images/2018/shadow2.png) repeat-x bottom;
	}
	nav#navbar ul li ul li:hover {
	background-color: #125D8D;
	}
	nav#navbar ul li ul li a:hover {
	color: #CFF;
	}
	nav#navbar ul li:hover ul {
		/*display: block;*/
	}

	/* ========== BOOTHS ========== */
	.boothlist {
		display:none;
	}
	.booth {
		padding:20px 10px;
		min-width:400px;
		width:80%;
		min-height:400px;
		height:80%;
	}
	.booth p {
		max-width:600px;
	}

	.overflow-selectmenu {
		height: 200px !important;
	}

	.ui-selectmenu-button {
    	width: 90% !important;
	}
