@charset "UTF-8";
/* CSS Document */

/*limited reset and general styles*/

div, p, body, h1, h2, h3, h4, h5, h6, ul, li, ol {
	margin: 0;
	padding: 0;
	border: none;
}

/*disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust:none;
}


body {
font-family: 'Open Sans', sans-serif;
padding: 0px;
margin: 0 auto;
}


#HeaderHolder {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	padding: 20px 0px 20px 0px;
/*	min-height: 190px;*/
	/*min-height: 232px;*/
	border: none;
	position: relative;
	top: 0px;
	z-index: 52;
}


#Header {
	width: 100%;
	max-width: 1024px;
	clear: both;
	margin: 0 auto;
	border: none;
	}	
#logo
	{
	width: 100%;
	max-width: 304px; 
	height: auto;
	margin: 10px auto 0px auto;
	clear: both;
	display: block;
}

#social {
	width: 207px;
	height: auto;
	clear: both;
	text-align: center;
	margin: 20px auto 15px auto
		
	}
	
#navHolder {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	border: none;
	clear: both;
	display: block;
	background: #eae81a;
}

#nav {
	width: 100%;
	max-width: 750px;
	min-width: 300px;
	height: auto;
	margin: 0 auto;
	padding: 0px;
	text-align:center;
	border: none;
	clear: both;
	display: block;
	background: #eae81a;
}


#BannerBox {
	width: 100%;
	height: auto;
	/*display: block;*/
	min-height: 275px;
	padding: 0px;
	margin: 0 auto;
	clear: both;
	border: none;
	z-index: 0;
	position: relative;
}
#BannerImage {
	width: 100%;
	/*max-width: 2000px;*/
	max-height: 600px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
	border: none;
	clear: both;
	position: relative;
	z-index: 1;
	top: 0px;
}
.scaleImageBanner {
	width: 100%;
	max-height: 2500px;
	align-items: stretch;
}
#BannerTextHolder {
	width: 100%;
	height: auto;
	
	padding: 0px;
	margin: 4% auto 0 auto;
	clear: both;
	
	position: absolute;
	top: 0px;
	z-index: 2;
	border:none;
	display: block;

	
}


#BannerText {
	width: 100%;
	max-width: 1024px;
/*	max-height: 500px;*/
	height: auto;
	text-align: center;	
	padding: 0px;
	clear: both;
	margin: 0 auto;
	display: block;
position:relative;
	z-index: 3;
	top: 0px;
	border: none;
	background-color: transparent;

		
}

#BannerVideo {
	width: 75%;
	max-width: 700px;
/*	max-height: 500px;*/
	height: auto;
	text-align: center;	
	padding: 1%;
	clear: both;
	margin: 0 auto;
	display: block;
/*position:relative;
	z-index: 3;
	top: 0px;*/
	border: none;

		
}
	
p {
	color: #171717;
	line-height: 1.3;
	font-size: 1.2em;
	margin-bottom: 10px;	
}
.Box {
	width: 100%;
	height:100%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	clear: both;
	border: none;
/*	position: relative;*/
	
}

.BoxInt {
	width: 98%;
	max-width: 1000px;
	min-height: 100%;
	overflow:hidden;
	padding: 1%;
	margin: 0 auto;
	clear: both;
	border: none;
	text-align: left;
	display: block;
}




.BoxSmall {
	width: 45%;
	min-width: 250px;
	max-width: 365px;
	height: 100%;
	padding: 0;
	margin: 0px 1% 0px 0px;
	border:none;
	float:left;
}
.BoxTwoThirds {
	width: 66%;
	max-width: 600px;
	height: 100%;
	padding: 0;
	margin: 0px 0px 0px 2%;
	border: none;
	float:left;
}
.BoxThirds {
	width: 31%;
	max-width: 340px;
	height: 100%;
	padding: 0;
	margin: 0px 2% 0px 0px;
	border: none;
	float:left;
}

.BoxHalf {
		width: 48%;
		max-width: 495px;
		height: auto;
		margin: 0px 1% 0px 1%;
		float: left;
		border:none;
	display: block;

}	




.Boxhrter {
	width: 21%;
	max-width: 250px;
	height: auto;
	float: left;
	margin: 0px 2% 0px 2%;
	padding: 0px;
	text-align:center;
	border: none;
	display: block;
	
}
.BackgroundColorBlack {
	background-color:#000000;
}
.BackgroundColorSlate {
	background-color:#333333;
}

.Spring2022Green {
	background-color: #0f7d40;
}
.Spring2022Orange {
	background-color: #f16623;
}

.Spring2022Yellow {
	background-color: #eae81a;
}

.Spring2022Lime {
	background-color: #c2d730;
}

.Spring2022Gray {
	background-color: #eeeeee;
}

.BackgroundCUEGreen {
	background-color: #3d773a;}

.BackgroundCUEGray {
	background-color: #615d5c;
}
.BackgroundCUEDarkGreen {
	background-color: #17200b;
}

.BackgroundColorCUEYellow {
	background-color: #f7f328;
}
.BackgroundColorCUELimeGreen {
	background-color:#d5fc05;
}




.ColorSpring2022Green {
	color: #0f7d40;
}
.ColorSpring2022Orange {
	color: #f16623;
}

.ColorSpring2022Yellow {
	color: #eae81a;
}

.ColorSpring2022Lime {
	color: #c2d730;
}

.ColorSpring2022Gray {
	color: #eeeeee;
}

.colorSlate {
	color: #333333;
}

.colorLimeGreen {
	color: #d5fc05;
}

.colorCUEGreen {
	color: #3d773a;
}

.colorBlack {
	color:#000000;
}
.StripeBackground {
	background-image: url("images/stripe-white.png");
	background-repeat: repeat;
}

.BackgroundPatternWhite {
	background-image: url("images/background-pattern-white.png");
	background-repeat: repeat;
}


.BackgroundPatternPurple {
	background-image: url("images/background-pattern-dots.png");
	background-repeat: repeat;
}

.NetworkingBackground {
	background-image: url("images/background-networking.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

.Overlay {
	background-color: #fff;
	opacity: .9
}

#DetailsBox {
	width: 98%;
	height:auto;
	min-height:100%;
	overflow: visible;
	background-color: #363636;
	margin: 0 auto;
	clear: both;
	padding: 1%;
	
}
a:link.LinkMain, a:visited.LinkMain, a:active.LinkMain {
	background-color: #c2d730;
	padding: 5px;
	color: #000;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover.LinkMain {
	text-decoration: none;
	background-color: #d5fc05;
}

a:link.CompanyLink, a:visited.CompanyLink, a:hover.CompanyLink, a:active.CompanyLink {
	color: #fff;
	text-decoration: none;
	}

a:link.WhiteLink, a:visited.WhiteLink, a:active.WhiteLink {
	color: #FFF;
	text-decoration: underline;
	}
a:hover.WhiteLink {
	color: #d5fc05;
	text-decoration: none;
	}	

.colorWhite  {
	color: #fff;	
}


a:link.SpeakerLink, a:visited.SpeakerLink, a:active.SpeakerLink {
	color: #f16623;
	text-decoration: none;
	}
a:hover.SpeakerLink {
	color: #a44b20;
	text-decoration: underline;
	}

.caption {
	color: #b1b1b1;
	font-size: .8em;
}

.captionWhite {
	color: #ffffff;
	font-size: .8em;
}

.highlight {
	background-color: #FFF460;
}


ol, ul {
	color: #3d773a;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}

h1 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: 2px;
	padding: 10px 0 10px 0;
	color: #0f7d40;
	
}


h2 {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
	padding: 0px;
	text-align: center;
	font-style: italic;
	clear: both;
}

h3 {
	font-size: 25px;
	font-weight: bold;
	color: #0f7d40;
	letter-spacing: 1px;
	padding: 0px;
	margin: 0px 0px 2% 0px;
	text-align: center;
	font-style: italic;

}

h4 {
	
	font-size: 1.5em;
	font-weight:bold;
	color: #FFF;
	text-align: left;
	font-style: italic;
	line-height: 25px;
margin-bottom: 20px;
	background-color: #0f7d40;
	padding: 10px;

}

h5 {
	font-size: 2.5em;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0px;
	margin: 15px 0px 15px 0px;
/*	text-shadow: 4px 4px 4px rgba(0, 0, 0, 1);*/
	color: #333;
	text-align: left;	
}	


h6 {
	color: #333333;
	line-height: auto;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}


.BoxIntBanner {
	width: 100%;
	/*max-width: 1500px;*/
	min-height: 100%;
	overflow:hidden;
	padding:0px;
	margin: 0 auto;
	clear: both;
	border: none;
	text-align: left;
	display: block;
}

.BoxHalfBanner {
		width: 48%;
		max-width: 795px;
		height: auto;
		margin: 0px 1% 0px 1%;
	padding-top: 5%;
		float: left;
		border:none;
	display: block;

}
.graphic2022 {
	display: block;
}
.graphic2022MOBILE {
	display: none;
}
.anglebackground {
	background: linear-gradient(55deg, #ffffff 85%, #c1d82f 15%);
}
.shadow1 {
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 1);
}

.bckgdGRAY {
	background-color: #eeeeee;
	
}




hr.divider {
	width: 75%;
	border-top: 3px dotted white;
	clear: both;
	margin: 2% auto 2% auto;
}

.scaleImage {
	width: 100%;
	height: auto;
}




#SpeakerHolder {
	width: 100%;
	max-width: 1000px;
	margin: 5% auto 5% auto;
	min-height: 100%;
	overflow:hidden;
	clear:both;	
	border: none;
	display: block;
	
}

.Speaker {
	width: 28%;
	max-width: 300px;
	height: 500px;
	float: left;
	margin: 0px 2% 0px 2%;
	padding: 0px;
	text-align:center;
	border: none;
	display: block;
	
}

.SpeakersFour {
	width: 21%;
	max-width: 250px;
	height: 500px;
	float: left;
	margin: 0px 2% 0px 2%;
	padding: 0px;
	text-align:center;
	border: none;
	display: block;
	
}

.EventSpeaker{
	max-width: 300px;
	height:auto;
	float:left;
	margin: 0px 20px 5px 0px;
	padding: 0px;
	text-align:center;
	
}

.SpeakerSocial {
	width: 100%;
	height: auto;
	float: none;
	margin: 0 auto;
	text-align: center;
}

.addmargin {
	margin: 0 1% 1% 1%;
}
.button a {
    background-color: #f16623;
    border: none;
    color: #fff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
	width: 30%;
    font-size: 1.5em;
    margin: 1% auto 1% auto;
    cursor: pointer;
	border-radius: 8px;
	clear: both;
}

.button a:hover {
    background-color: #a44b20;
    text-decoration: none;
}

.buttonNonRegistration a {
    background-color: #0f7d40;
    border: none;
    color: #FFF;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: block;
	width: 30%;
    font-size: 1.5em;
    margin: 1% auto 1% auto;
    cursor: pointer;
	border-radius: 8px;
	clear: both;
}

.buttonNonRegistration a:hover {
    background-color: #3d773a;
    text-decoration: none;
}



.simpleCallout {
	border-left: solid 5px #034078;
	background-color: #f3f3f3;
	font-weight: normal;
	padding: 1%;
	margin: 15px 0px 15px 0px;
}






/*Table Styles*/

table {
    border-collapse: collapse;
	width: 100%;
	max-width: 850px;
	min-width: 300px;
	clear: both;
	margin: 0 auto;
	border: none;
}

p.tabletext {
	color: #333333;
	line-height: normal;
	font-size: 1.0em;
	margin: 5px;
}
/*END Table Styles*/




#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#d5fc05;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index: 1002;

}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#b0cd13;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}


/*/////////////////////////////////////////////////////////////////*/


@media only screen and (min-width:851px) and (max-width:1200px){


h5 {
	font-size: 1.5em;

	
}	
	
h5.Banner1  {
	font-size: 2.0em;

	}
}
/*/////////////////////////////////////////////////////////////////*/


@media only screen and (max-width:1050px)


{

#HeaderHolder {
	width: 100%;
	height: auto;
	margin: 0 auto;
	clear: both;
	padding: 1% 0px 1% 0px;
/*	min-height: 190px;*/
	/*min-height: 232px;*/
	border: none;
	position: relative;
	top: 0px;
	z-index: 52;
}
	
	
#logo
	{
	width: 100%;
	max-width: 150px; 
	height: auto;
	margin: 10px auto 0px auto;
	clear: both;
	display: block;
}
	
	
#social {
	width: 207px;
	height: auto;
	clear: both;
	text-align: center;
	margin: 10px auto 10px auto
		
	}	
#BannerBox {
	width: 100%;
	height: auto;
/*	min-height: 250px;
	min-width: 447px;*/
	/*min-height: 275px;*/
	min-height: 275px;
	padding: 0px;
	margin: 0 auto;
	clear: both;
	border: none;
	z-index: 0;
	position: relative;
background-color: transparent;
/*	background-image: url(images/img-background.jpg);
	background-position: 50% 50%;*/
}
	

#BannerImage {
	width: 100%;
	/*max-width: 2000px;*/
	max-height: 300px;
	height: auto;
	overflow: hidden;
	padding: 0px;
	margin: 0 auto;
	border: none;
	clear: both;
	position: relative;
	z-index: 1;
	top: 0px;
}	
#BannerTextHolder {
	width: 100%;
	height: auto;
	
	padding: 2% 0px 0px 0px;
	margin: 0 auto 0 auto;
	clear: both;
	
	position: absolute;
	top: 0px;
	z-index: 2;
	border:none;

	
}	
#BannerText {
	width: 100%;
	max-width: 1024px;
	min-height: 160px;
/*	height: auto;
	min-height: 100%;
	overflow: hidden;*/
	
	padding: 0px;
	clear: both;
	margin: 0 auto;

		
	position:relative;
	z-index: 3;
	top: 0px;
		
	}	


p {
	color: #333333;
	line-height: 25px;
	font-size: 1.0em;
	margin-bottom: 10px;
	
}

	p.tabletext {
	color: #333333;
	line-height: normal;
	font-size: 1.0em;
	margin: 5px;
}
	
h1, h2, h2.long, h3, h3  {
		margin: 10px 0px 10px 0px;
	font-size: 1.0em;
	}
	.scaleImage {
	width: 100%;
	height: auto;
}

h5, h5.Banner1, h5.Banner2, h6 {
		margin: 10px 0px 5px 0px;
	font-size: .9em;
	text-align: center;
		/*text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);*/
	}	
	
.shadow1 {
	text-shadow: none;
	font-weight: bold;
}	
.BoxSmall {
	float: none;
	margin: 0 auto;
	
}
.BoxTwoThirds {
	width: 75%;
	float: none;
margin: 0 auto;
	padding: 1%;
}
.BoxThirds {
width: 75%;
	max-width: none;
float: none;
margin: 0 auto;
	padding: 1%;
}

.BoxHalf {
width: 75%;
	max-width: none;
float: none;
margin: 0 auto;
	padding: 1%;

	}
.Speaker, .SpeakersFour {
width: 100%;
max-width: 600px;
	float: none;
margin: 0 auto 6% auto;
	height: auto;
	
}	
	
	
	
.button a {
    background-color: #f16623;
    border: none;
    color: #fff;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
	width: 30%;
    font-size: .9em;
    margin: 1% auto 1% auto;
    cursor: pointer;
	border-radius: 4px;
	clear: both;
}

.button a:hover {
    background-color: #a44b20;
    text-decoration: none;
}	
.buttonNonRegistration a {
    background-color: #0f7d40;
    border: none;
    color: #FFF;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
    display: block;
	width: 30%;
    font-size: .9em;
    margin: 1% auto 1% auto;
    cursor: pointer;
	border-radius: 4px;
	clear: both;
}

.buttonNonRegistration a:hover {
    background-color: #3d773a;
    text-decoration: none;
}

	
.BoxHalfBanner {
		width: 98%;
		max-width: 795px;
		height: auto;
		margin: 0px 1% 0px 1%;
	padding-top: 5%;
		float: none;
	clear: both;
		border:none;
	display: block;
	text-align: center;

}	
.graphic2022 {
	display: none;
}
.graphic2022MOBILE {
	display: block;
	clear: both;
	margin: 0 auto;
}	
}

