
@charset "utf-8";
	 html { /* Vertical scrollbar */ 
  overflow-y: scroll;
}
* { 
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}
/* CSS Document */
	@import url(https://fonts.googleapis.com/css?family=Roboto);
	@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
	@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
	/*  courtesy of HTML5 Boilerplate  */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,  footer, header, hgroup, 
menu, nav, section, summary, time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  
  /* Reset */
}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
nav ul { list-style:none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
nav ul { list-style:none; }
a:hover, a:active { outline: none; }
a, a:active, a:visited {  text-decoration:none }
a:hover { color: #47a3da; }
/*xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* GLOBAL */
body
{
	border-top:5px solid #e56038;
	font-family: 'Open Sans', sans-serif;
	color:#333333;
}
p {
	padding: 0; 
}
a {
        text-decoration:none;
        color:inherit;
        transition: color .2s ease;
}

#wrapper { max-width: 1960px; 
  	width: 100%;
	margin: 0 auto;
	padding-left: 2.275%;
	padding-right: 2.275%;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

#mobile {  
display:none; 

  }
.mobile-logo {
width:100%; display:none;
}
.mobile-logo img {	position:fixed; float:left;
		}	
		
.language {
display:none;
	
}


.language-content {
    display: none;
    position: absolute;
    background-color: #404040;
    max-width: 100px; 

    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 4px 4px; text-decoration:none;list-style:none; text-align:left;
}

.language:hover .language-content {top:0px; position:relative;
    display: block;list-style:none;  text-decoration: none;
}
.language:hover .language-content ul { top:0px; padding:10px;
    text-decoration: none; position:relative;
	list-style:none;
	color:#FFF;
	opacity:1; 
}

.language:hover .language-content li {list-style:none;text-decoration: none; margin:0px 0px; display:block; padding:4px 0;
}

.language:hover .language-content ul li a {
    text-decoration: none;
	list-style:none;
	color:#FFF; width:auto;

		padding: 0px;
		opacity:1; display:block; 
}

.language-selector {  color:#FFF;}		
		
		/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* xxxxxxxxxxxxxxxx   BackToTop button css   xxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
	z-index:99;
}
#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:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

div#languagebar { 			/* Keep */
	top: 0px;
	left: 0px;
	height: 30px;
	width: 100%;
	float:right;		/* left */
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
	display:inline;
		min-width:2.1em;
}
div#languagebar a{			/* Keep */
	color: #999999;
	text-decoration: none;
}
div#languagebar a:hover{			/* Keep */
	color: #003399;
	text-decoration: none;
}
div#logouttop {					/* Keep */
	top: 0px;
	left: 0px;
	height: 15px;
	width: 100%;
		margin-top: 0px;
	float:right;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	color: #003399;
	text-decoration: none;
}
.lang_bar {
	color:#f1f1f1;
	width:25%;
	font-size:0.75em;
	text-align:right;
	min-width:2.1em;
	float:right; 
}

/*log-on login page
----------------------------------------*/
.loginbutton {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.125em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-top: 12px;
	margin-bottom:12px;
		}


.loginmembers {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.05em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginmembers:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginmembers:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/


.topbar {
	width:100%;
	padding-bottom: 0px;
	padding-top: 30px;
	margin-top: 5px;
}
.loginbutton {
	background-color:#0074a6;
	border-radius:3px;
	border:none;
	color:#fff;
	display:inline-block;
	font-family:Verdana, arial, sans-serif;
	font-size:1.125em;
	font-weight: 700;
	text-align:center;
	text-decoration:none;
	float:right;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
	margin-top: 12px;
	margin-bottom:12px;
		}
.loginbutton:visited {/* Read More Buttons*/
	background-color:#0074a6;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}
.loginbutton:hover{
	background-color:#00a3eb;
	color:#fff;
	cursor:pointer;
	text-decoration:none;
}/* Read More Buttons*/

/*log-on login page
----------------------------------------*/
#log-on {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-size: 14px;
	font-family: calibri;
	margin-top: 50px;
	}
.login-block {
  margin: 0 auto;
  width: 400px;
}
.login {
  width: 300px;
  background: white;
  opacity: 0.9;
  padding: 50px 50px 50px 30px;
  margin: 0 auto;
  display: block;
  position: absolute;
}
.loginheader  {
	font-size: 60px;
	color: rgb(102, 204,255);
	opacity: 0.9;
	text-transform: uppercase;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: -12px;
	margin-left: 0px;
}
input { 
  width: 100%;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid rgb(255, 120, 0);
  padding: 10px;
  background: white;
  text-align: center;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: .1em;
  
  &:focus {
    border: 3px solid rgb(255, 120, 0);
  }
}

.button {
	width: 100%;
	background: rgb(255, 120, 0);
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.button:hover {
	background-color:#0093eb;
}
.loginforgot {
	width:100%;
	margin-top:20px;
	font-family: 'calibri', Arial, sans-serif;
	line-height:  1.1em;
	display: block;
	text-decoration: none;
	list-style: none;
	text-align: center;
	color: #999;
}


/*   Main Menu Nav  Starts        */

/* xxxxxxxxxxxxxxx   Navigation-menu xxxxxxxxxxxxxxxxxx*/
nav ul {
	width: auto;
	max-width:1200px;
	padding:0 1.875em;
	overflow: hidden;
	margin: 0 auto;
background-color:#036C81;
}
nav ul li {
	display:inline-block;
	}

nav ul li a, nav ul li a:link, nav ul li a:visited {
	font-weight:500;
	display: inline-block;
	padding: 1em 2em;
	text-decoration: none;

	color:#fff;
	background-color:#036C81;
	}

nav ul li a:hover, nav ul li a:active {
	color:#fff;	background-color:#a6a5a5; opacity:3;
		}
		
nav ul li a.active, nav ul li a.active:link, nav ul li a.active:visited {
	background-color: #e6e6e6;
	color: #036C81;
		}
/* xxxxxxxxxxxxxxx   dropdown sub-menu xxxxxxxxxxxxxxxxxx*/
#dropdown {
		width: auto;
	max-width:1200px;
		margin: 0 auto;
		border-top: none;
		display: none;
		position: relative;
		overflow: hidden;
		left:0%;
		height: 325px;
		text-decoration:none;
		background-color:#e6e6e6; /*#47a3da;*/
	}
		#dropdown a {text-decoration: none;}

.loading {
	}
	
	#dropdown.minheight {
		min-height: 270px;
		height: auto;
		_height: 270px; /* for I6 */
	}


/*div#centre {  
	top:0px;
	margin-right:auto;
	margin-left: auto; 
	border: 0px;
	vertical-align:top;
	max-width:960px;
} 
  ========================================
 Conference Wrappers
  ========================================
*/



#header2017 {
	max-width: 1960px;
	width: 100%; 
	height: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto; 
	
}
#content2017 {
	width: 100%;
	margin: 0 auto;
 
}


.main-title {
  max-width: 1960px; width: 100%;
}
.main-title {
  background: #fff;
  padding: 26px 0 24px 0;
}
/*.main-title {
  background: #cbe2c1;
  background: -webkit-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:    -moz-linear-gradient(to right, #a1d3b0, #f6f1d3);
  background:         linear-gradient(to right, #a1d3b0, #f6f1d3);
  padding: 44px 0 22px 0;
}*/
#image_wrap {
	text-align:center;
	border:2px solid #fff;
	outline:1px solid #ddd;
	-moz-ouline-radius:4px;
	margin-top: 35px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	width: 720px;
}

#spon-image-2017 { 
	width:460px; 
	height:auto; 
	float:left;

	margin-left:40px;
	padding:0 40px 20px 40px;
	position:relative;
}
/*
  ========================================
  Grid
  ========================================
*/

.grid {
  margin:10px auto;
  max-width: 1930px; width: 100%; /*border: 1px solid #c6c9cc; background-color:#F7F7F7;*/
}
.container {
  padding-left: 30px;
  padding-right: 30px; 
}
.grid {
  padding-left: 15px;
  padding-right: 15px;
}

.grid,
.col-1-3,
.col-2-3 {
  padding-left: 15px;
  padding-right: 15px;
}
.col-1-3,
.col-2-3  {
  display: inline-block;
  vertical-align: top;
}
.col-1-3 {
  width: 37.66%; 
}
.col-2-3 {

  width: 54.0%; /*width: 62.0%;*/
}

.conf-pay,
.conf-fees {
  padding-left: 15px;
  padding-right: 15px;
}
.conf-pay,
.conf-fees {
	display: inline-block;
  vertical-align: top; padding-bottom:10px;
}
.conf-fees {
	width: 47.22%;
}
.conf-pay {
  width: 48.44%;
}
.registration-form{

	line-height:1.29em; 
	width:100.0%; 
	margin:0px 0px ; 
	padding:5px; 
	height:auto; 
	 background-color: 	#F0F0F0;
	
}
.tableform {  
	display: inline-block;
	max-width:640px; 
	width:100%; 
	margin:0px auto; 
	padding-left:0px; 
	height:auto; 
	
}
.dc-directory { /* delegate contact directory*/ 
	display: inline-block;
	max-width:640px;
	width:100%; 
	margin:0px 5px; 
	padding:10px; 
	height:auto; 
	background-color: white;
	
}
.discount {
	padding-left:6%;
	padding-right:2%; text-align: center;font-size:0.90em;
}



#content-home{
	top: 0px;
	max-width:75%; 		 /* 570 */
	height: auto;
	overflow:hidden;
	margin: 0px auto;
	padding:10px;
	display:inline-block;
	position:relative; 


}

#pagecontent{
	top: 90px;
	left: 0px;
	width:100%;			 /* 570 */
	height: auto;
	overflow:hidden;
	margin-right: auto;
	margin-left: auto;


}
/*
  ========================================
 Paragraphs
  ========================================
*/
#content-home p {font-size:105%; color: #333; }
	
.header-left h1{
	padding: .32em 0;
	color:#fff;
	font-size:1.05em; 
	font-weight:bold;
	font-family: 'lato', sans-serif;
	text-align: right;
}

 .registration-header h1 { 	font-size:160%;
 line-height:1.25em;
	color: #2E3192;
	font-weight:600;
 	text-align:center;
	margin:10px auto;
	font-family: 'Open Sans', sans-serif;
}
.registration-header h4 { font-size:120%; 
	color: #669911;
	font-weight:600;
 	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
	padding-left: 0px;
	font-family: 'Open Sans', sans-serif;
}
h4.registration-header{background-color: #F4C245}

p.registration-text { font-size:115%; 
	font-weight:400;
 	text-align:center;
	margin:0px auto;
	font-family: 'Open Sans', sans-serif;
}	
p.registration-text-left { font-size:100%; 
	font-weight:400;
 	text-align:left;
	margin:0px;
	font-family: 'Open Sans', sans-serif;
	}
 .ordertextfieldlarge { /* delegate details input*/
	height:34px; 
 	max-width:640px;
	width:100%; 
 	margin:2px 4px;
 	background-color:#Fff;
	border:1px solid  #D5D5D5; 
 	position:relative;
 	text-align:left;
	font-size:0.90em; 
 	text-transform:capitalize; 
 	letter-spacing:0.04em;
	font-family: 'Open Sans', sans-serif;
 }	
  .ordertableradiotext {
	line-height:1.19em; 
	width:100%; 
	margin-left:0px; 
	padding:2px; 
	height:auto; 	
	font-size:100%;
	font-family: 'Open Sans', sans-serif;
 }

.dc-directory { /* delegate contact directory text*/ 
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	line-height:1.26em;
 }
.TelLabel { text-align:right;}

.dc-cancellations { 
	float:left;
	width:98%; 
	margin:30px 10px; 
	padding:10px; 
	height:auto; 
	border:1px solid  #D5D5D5; background-color:#F3F3F3;
 	text-align:left;
	font-family: 'Open Sans', sans-serif;
	line-height:1.26em;
 }
 .selbox-hear { 
	float:left;
	width:98%; 
	margin:30px 10px; 
	padding:10px; 
	height:auto; 
	border:1px solid  #D5D5D5;
 	text-align:left;
	font-family: 'Open Sans', sans-serif;
	line-height:1.26em;
 }
 .ordertextdrop {font-size:90%;}

.reg-pay {
	float:left;
	width:100%; 
	margin:0px; 
	padding:0px; 
	height:auto; 
 	text-align:left;
	font-family: 'Open Sans', sans-serif;
	font-size:100%;
	line-height:1.36em;
}

.containerSponsop-intro {margin:30px auto;   max-width:1090px; width:auto;  }

/*
  ========================================
 Unordered list= ul li ol
  ========================================
*/
.fwb-content { vertical-align:top; 
margin:0 auto;
padding:5px;
max-width: 290px;
width:99%;
display:inline-block; background-color:#CC0;
}
ul.paragraph-bullet {
  list-style: none;
  margin: 0em;
  padding: 0.5em 0.1em;
 font-size:95%;max-width: 27em; width: 100%; display:inline-block; background-color:#FFFFFF;
}
ul li.paragraph-bullet {
  margin: 0;
  margin-bottom: 0.5em;
  padding-bottom:0.3em;
  padding-left: 1.9em;
  position: relative;
	
}
ul li.paragraph-bullet:before /*after*/ {
  content: '';
  height: .4em;
  width: .7em;
  font-weight:700;
  background: #D2153A;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: .35em;
  left: 3px;
}
.paragraph-bullet-list ol {

	}
.paragraph-bullet-list ol li  { margin:10px; max-width: 25em; width: 100%;  line-height: 1.35em; list-style: none; }


.discount ol {

	}
.discount ol li {
  padding-bottom:0.8em;
  line-height:1.30em;
	}





/*
  ========================================
 
  ========================================
*/
.containerSponsop { 
  color: #666;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  max-width:1120px; 
}
.pageheader2017 {  padding-left:20px;padding-top:20px;padding-bottom:2px; margin-bottom:20px;}

.pagevenue {}

.address {  width:auto;  margin-top:0px;
padding-left :10px;font-weight:600; color:red; line-height:1.1em; }

.address-2 {  width:auto;  margin-top:0px;}
.address p { color:#fff; font-size:88%; font-weight:700; }	

.pagevenue4-2017 {float:left; padding-left:60px;padding-top:40px;
position:relative;
 max-width:520px;width:100%; margin-bottom:10px; display:block;
}

.pagevenue4-2017 p {padding:10px;

}
.pagevenue-image-2017 { 
	float:left;

	margin-left:0px;
	max-width:350px; max-height:640px; height:auto; 
	width:100%; background-color:#CCC;


}
.pagevenue-image-2017-imagelarge {  position:relative; margin-top:5px;margin-bottom:5px;   margin-left:5px;
  margin-right:auto;}
.pagevenue-image-2017-imagesmall { width:auto;height:auto; display:inline; position:relative;margin-top:5px;margin-bottom:6px;   margin-left:5px;}

/*
.pagevenue4-2017-footer { 
	float:left;
	max-width:1200px; width:auto; margin-bottom:50px;
	padding:6px;
	background-color:#0483a9; 
	color:#FFF;
} 
.pagevenue4-2017-footer p { 
	font-weight:400; 
	padding:10px;
}
*/



img {

	height: auto;
	max-width: 100%;
}
.spacing ul,
.spacing li {
	padding-bottom: 2%;
	list-style: square;
}
.boxbg {
	background-color: #FFF;
	display: inline-block;
	margin:0.5%;
	padding: 1%;
	height: 75px;
	vertical-align: top;
	border: 1px solid #666;
	width:150px;
	background-repeat: no-repeat;
	z-index: 2;
	text-align: center;
}
.boxbg ul { }
.boxbg ul:hover {}
.boxbg li { text-decoration: none; list-style:none; height: 75px;  width:100%; padding-top: 10px; }
.boxbg li a { text-decoration: none;  }
.boxbg li:hover  { width:100%; background-repeat: no-repeat;  }
.boxbg li:hover a  {}

#menu-icon2016{
	display: hidden;
	width: 40px;
	height: 40px;

}
a:hover#menu-icon2016{
	border-radius: 4px 4px 0 0;
}
#footer {
	clear: both;
	padding: 0 5px;
}
.clear {
	clear:both;
	}
	#menu2016, #menu2016 ul {
		margin: 10px;
		padding: 0;
		list-style: none;
		
	}
	#menu2016 {
	max-width: 1960px;
	width:100%;

	background-color:#fff;
	border-radius: 0px;

	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;text-align:center;
	}
	#menu2016:before,
	#menu2016:after {
		content: "";
		display: table;
	}
	#menu2016:after {
		clear: both;
	}
	#menu2016 {
		zoom:1;
	}
	#menu2016 li { 
		width:auto;
		float: none;							/*>>>>>>>>>>  float left  <<<<<<<<   */
		border-left: 6px solid #fff;border-right: 6px solid  #fff;
		position: relative;
	}
	#menu2016 a { 
		float: none;
		padding: 8px 2px;
		color:#7F7A91;
							/*>>>>>>>>>>  text-transform: uppercase  <<<<<<<<   */
		font: 400 15px 'lato', sans-serif;
		text-decoration: none;	background-color: #fff;border-bottom: 6px solid #fabb00;
	
	}

	#menu2016 li:hover > a {
		color: red;border-bottom: 6px solid red;
	}
	*html #menu2016 li a:hover { /* IE6 only */
		color: #CF0;
	}
	#menu2016 ul {
		margin: 20px 0 0 0;
		_margin: 0; /*IE6 only*/
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 38px;
		left: 0;
		z-index: 1;    


		border-radius: 0px;
		transition: all .2s ease-in-out;
		width:210px;
	}
	#menu2016 li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
	}
	#menu2016 ul ul {
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
		box-shadow: -1px 0 0 rgba(255,255,255,.3);		
	}
	#menu2016 ul li {
		float: none;
		display: block;
		border: 0;
		line-height: 0; /*IE6 only*/
		box-shadow: 0 1px 0 #111, 0 2px 0 #666;
	}
	#menu2016 ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
	#menu2016 ul a {    
		padding: 10px;
		width: 130px;
		_height: 10px; /*IE6 only*/
		display: block;
		white-space: nowrap;
		float: none;
		text-transform: none;
	}
	#menu2016 ul a:hover {
		 background:#CC6;
		background-image: linear-gradient(#04acec, #0186ba);
		width:90%;
	}
	#menu2016 ul li:first-child > a {
		border-radius: 3px 3px 0 0;
	}
	#menu2016 ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -6px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #444;
	}
	#menu2016 ul ul li:first-child a:after {
		left: -6px;
		top: 50%;
		margin-top: -6px;
		border-left: 0;	
		border-bottom: 6px solid transparent;
		border-top: 6px solid transparent;
		border-right: 6px solid #3b3b3b;
	}
	#menu2016 ul li:first-child a:hover:after {
		border-bottom-color: #04acec; 
	}
	
	#menu2016 ul ul li:first-child a:hover:after {
		border-right-color: #0299d3; 
		border-bottom-color: transparent; 	
	}
	#menu2016 ul li:last-child > a {
		-moz-border-radius: 0 0 3px 3px;
		-webkit-border-radius: 0 0 3px 3px;
		border-radius: 0 0 3px 3px;
	}

		#doc {
	margin: 0px;
	}
#content2016 {
		margin: 0 auto;
		max-width: 960px;
	}

	.sangster {
	max-width: 960px;
	width: 100%;
	margin-top: 20px;
	margin-left:140px;
	list-style: none;
	}	
.row {
	width: 100%;
	text-align: left;
	margin-right: auto; 
}
.columns {
	width: 33.0%;
	min-width: 280px;
	vertical-align: top;/*Fix for different     height elements*/
	margin-bottom: 10px;
	display: inline-block;
	background-color: #f45805;
	color: #fff;
 }
.columns p {
	 padding: 3%;
 }
 .columns h1 {
	 text-align: center;
	 font-size: 190%;
	 line-height: 120%;
	 padding: 5% 0;
}
.align-right {
	text-align: right;
	
}
.mediasupport-header h4 { font-size:120%; 
	color: #690;
	font-weight:600;
 	text-align: center;
	margin-top:40px;
	margin-bottom:0px;
	font-family: 'Open Sans', sans-serif;
}

.sponsor-image-holder {
	float:left;
	width:28%;
	min-width:19%;
}
.img-sponsor {
	vertical-align:middle;
	margin-bottom:1.75em;
	margin-left:0px;
	margin-right:20px;
	float:right;
	position:relative;
	padding:0px;
}

.text-sponsors { 
display:table-cell;
vertical-align:middle;
height:100%;
padding:0 15px;

}



.confcompanyprofile4 {

	width: 60%;
	padding-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:25px;


}

.sponsors_logo img {width: 16.0%;
	
	min-width: 18%;

	float:left;
	position:relative;
	padding:4px;
	margin:25px 0 0 25px;
	align:right;
	}
.sponsors-text {float:left;display:block;
	width: 62.0%;
	min-width: 180px;
	left:0px;
	vertical-align: top;/*Fix for different     height elements*/
	margin:25px 0 0 25px;




	}
	
	

	
	
.confcompanyprofile4 p {
	text-align:left;
	color:#000 ;
	
	margin-left:5px;
	margin-bottom:25px;
	float:left;
	width:95%;


	}
	.confcompanyprofile4 h2 {
	text-align:center;
	color:#C03;
	line-height: 42px;
	}
.confcompanyprofile4float {
	float: left;
	display:inline-block;
	width:auto;
	margin-top:0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
	.confcompanyprofile4floatleft {
	float: left;
	width:auto;
	margin-top:20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	}
.companyprofile4-text p {
	background-color:#CC6;
	float:right;
	width:25%;
	color:#6C0;
	
	}


.rule-bottom {	width: 62.0%;
	min-width: 180px;
	margin:25px auto;
	border-bottom: 1px dotted #AAAAAA;

	display: block;
}
/*
  ========================================
  Footer
  ========================================
*/

div#footer {
	position:relative;
	clear:both;
	height: 23px;
	width: 98%;
	background-color:#F5F5F5;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: normal;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
	margin-top: 44px;

}
div#footer a{
	color: #990000;
	text-decoration: none;
}
div#footer a:hover{
	color: #990000;
	text-decoration: none;
}

div#menuspacer {
	width: 100%; 		/* 750 */
	height: 5px;
	overflow:hidden;
	clear:both;
	float:left;
}


footer.footer {
	background-color: #333333;
	max-height: 55px;
	text-align: center;
	opacity: 0.99;
	width:98%;
	padding-right: 1%;
	padding-bottom: 1.5%;
	padding-left: 1%;
	padding-top: 1px;
	}
#footer p {
	color:#C90;
}
footer a {
	color:#906;
}




		/* Mobile  */
	#navmain-nav-trigger {
	display:block;background-color:white
 
	}

	#menu-trigger2016 {


	}
	
	
	
	/*+++++++ Photo Gallery ++++++*/
	
	
	
	

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {

	#pagewrap2016 {
		width: 100%;
	}
	
	#content2016 {
		width: 96%;
		padding: 2% 2%;
		border:none;
	}
	header2016 img {width: 98%; padding:0; }
	/* main IGC Menu */
	header img {  padding:0; }
	/* main IGC Menu */


/* IGC Menu Ends */
	#middle2016 {
		width: 98.5%;
		padding: 5% 0% 0% 0%;
		border:none;
		float:left;
		display:hidden;
		/* keep margin: 0px 0px 5px 5px; */	
	}
	.inner-middle2016 {
	margin-bottom: 10px;
	display:inline-block;
	padding: 0% 0% 0% 4%;
	}
	
	.inner-middle2016 img {
	margin-top: 0px;
	display: inherit;
	width: auto;
	border:solid #000 1px;
}
	
	#sidebar2016 {
		padding: 2% 2%;
		width: 96%;
		float: none;
		margin: 0px 0px 0px 0px;
	}
	header2016, footer {
		padding: 1% 1%;
		width: 98%;
		float: none;

	}
		header, footer {
		padding: 1% 1%;
		width: 98%;
		float: none;

	}
}
/* for 980px or less ends */
				/* for 600px or less */
	@media screen and (max-width: 600px) {
	body { 
  font-family: 'Open Sans', sans-serif;
  color: #666;
  margin-left:auto;
  margin-right:auto;
  height:100px;
  width:100%;
}
.wrapper2016 {
		/*   position: absolute;    */
		width: 100%;	
		margin-right:0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
	#header2016 {
	margin-left: 1%;
	margin-right: 1%;
	width:98%;
}
	header {
	margin-left: 1%;
	margin-right: 1%;
	width:98%;
}


	/* nav-wrap */
		#menu-wrap2016 {
			position: relative;
			width:100%; background-color:#fff;
		}
		#menu {
			position: relative;
			width:100%;
		}
		#menu-wrap2016 * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
			#menu * {
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}
		/* menu icon */
			
		#menu-trigger2016 {
			display: block; /* show menu icon */
			height: 40px;
			width:100%;
			line-height: 40px;
			cursor: pointer;		
			padding: 0 0px 0px 15px; /* padding: 0 0px 0px 35px for left align */
			color:#fff;
	font-size: 13pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
			background-color: #fff;
			text-align:left;
			text-indent: 0px;	
				background-position: 91%;   /*--- 36px by 36px ---*/
		}
		/* main nav */
		#menu2016 {
			margin: 0; padding: 10px;
			position: absolute;
			top: 40px;
			width: 100%;
			z-index: 1;
					background-color: #fff;
			display: none;
			box-shadow: none;
			background-image:none;
			color:#F00;
			font-size:1.05em;
			font-family: 'Open Sans', sans-serif;
		}
		
		#menu2016 li { 
		width:auto;
		float: none;							/*>>>>>>>>>>  float left  <<<<<<<<   */
		border-left: none solid #fff;border-right: none;
		position: relative;background-color:#CCC;
	}
	#menu2016 a { 
		float: none;
		padding: 8px 2px;
		color:#7F7A91;
							/*>>>>>>>>>>  text-transform: uppercase  <<<<<<<<   */
		font: 400 15px 'lato', sans-serif;
		text-decoration: none;	background-color: #fff;border-bottom: 6px solid white;
	
	}	
		#menu2016:after {
			content: '';
			position: absolute;
			left: 25px;
			top: -8px;
			border-left: 8px solid transparent;
			border-right: 8px solid transparent;
			border-bottom: 8px solid #444;
		}	
		#menu2016 ul {
			position: static;
			visibility: visible;
			opacity: 1;
			margin: 0;
			background: none;
			box-shadow: none;
		}
		#menu2016 ul ul {
			margin: 0 0 0 20px !important;
			box-shadow: none;
		}
		#menu2016 li {
			position: static;
			display: block;
			float: none;
			border: 0;
			margin: 10px;
			box-shadow: none;
		}
		#menu2016 ul li{
			margin-left: 20px;
			box-shadow: none;
			color:#330;
		}
		#menu2016 a{
			display: block;
			float: none;
			padding: 0;
		width:100%;
		color:#333;
			text-shadow: none;
			font-size:1.00em;
			font-family: 'Open Sans', sans-serif;
			font-weight:400;
		}
		#menu2016 a:hover{
			color: #fff;
		}	
		#menu2016 ul a{
			padding: 0;
			width: 100%;
			font-size:1.00em;
			font-family: 'Open Sans', sans-serif;
		}
		#menu2016 ul a:hover{
			background: none;	
		}
		#menu2016 ul li:first-child a:after,
		#menu2016 ul ul li:first-child a:after {
			border: 0;
		}	
	} 
/* for 600px or less */
	@media screen and (min-width: 600px) {

		#menu2016 {display: block !important;}

	/* iPad */
	.no-transition {
		transition: none;
		opacity: 1;
		visibility: visible;
		display: none;  		
	}
#menu2016 li:hover > .no-transition {display: block;}

  } /* for 600px or less  ends*/
  

#content2016 {

}
#middle2016 {

}
#sidebar2016 {
	background: #f0efef;
}
header2016, #content2016, #middle2016, #sidebar2016 {
	margin-bottom: 5px;
}

#pagewrap2016, header2016, #content2016, #middle2016, #sidebar2016, footer {
	border: none;
}

h1 {
	font-size: 24px;
	line-height: 22px;
}
h2 {
	font-size: 20px;
	line-height: 28px;
}

h3 {
	font-size: 17px;
	font-weight: bold;

	margin-top: .5em;
}

h4 {
	font-size: 16px;
	font-weight: bold;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}
a {
	color: #00AFEF;
	text-decoration:none;
}
/*
a:hover {
	text-decoration: none;
	color: #666;
}

*/

.containerreception { /* --- REGISTRATION INFORMATION  STYLES---*/
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}
	
	.containervenue { /* --- REGISTRATION INFORMATION  STYLES---*/
	width: 960px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	background-color: #FFFFFF;
}

.containerReginfo { /* --- REGISTRATION INFORMATION  STYLES---*/
	margin-right:auto;margin-left:auto;
	font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:1.846;
	color:#666666;
	background-color:#ffffff
	}
.page-header {
	margin-top: 0;
	border-bottom: 1px solid #888;
	padding: 0;
	}
.page-title {
	margin-top: 10px;
	}

small,.small {font-size:98%
	}
.alert {
	border:none;
	color:#fff;
	padding:15px;
	margin-bottom:23px;
	border:1px solid transparent;
	border-radius:3px;
	}
.alert-warning {
	background-color:#ff9800;
	}
	/*
  ========================================
  Register
  ========================================
*/

.why-attend {
  list-style: square;
  margin: 0 0 22px 30px;
}
form {
  margin-bottom: 22px;
}
input,
select,
textarea {
  font: 300 16px/22px "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.register-group label {
  color: #648880;
  cursor: pointer;
  font-weight: 400;
}
.register-group input,
.register-group select,
.register-group textarea {
  border: 1px solid #c6c9cc;
  border-radius: 5px;
  color: #888;
  display: block;
  margin: 5px 0 27px 0;
  padding: 5px 8px;
}
.register-group input,
.register-group textarea {
  width: 100%;
}
.register-group select {
  height: 34px;
  width: 60px;
}
.register-group textarea {
  height: 78px;
}	
.registration-info{ 
	font-family: 'Open Sans', sans-serif; 
	background-color:#FFF; 
	border:none; 
	font-size:1.05em; 
	margin:0 auto; 
	width:63em;
}
.registration-info th {border:none;}
.registration-info p {color:#FFED00; font-size:0.92em; font-weight:700;}
.registration-info th.col-1 {
	background-color:red;
	font-size:0.91em;
	font-style:italic;
	color:#fff;
	text-align: right;
	padding-right:5px; 
	font-weight:600; 
	width:11.875em;letter-spacing: 0.015em;
}
.registration-info th.col-2 {
	background-color:#EAAE1E;
	font-size:1.12em;
	line-height:1.19em;
	color:#fff;
	text-align: left;
	padding-top:15px;
	padding-left:10px;
	font-weight:700;
	width:11.875em;
}
.registration-info th.col-6 {
	background-color:#944700;
	font-size:1.12em;
	line-height:1.19em;
	color:#fff;
	text-align: left;
	padding-top:15px;
	padding-left:10px;
	font-weight:700;
	width:11.875em;
	letter-spacing: 0.01em;
}
.registration-info th.col-3 {
	background-color:#C1CF00;
	font-size:1.12em;
	line-height:1.19em;
	color:#fff;
	text-align: left;
	padding-top:15px;
	padding-left:10px; 
	font-weight:700; 
	width:11.875em;
}
.registration-info th.col-4 {
	background-color:#009435;
	font-size:1.12em;
	line-height:1.19em;
	color:#fff;
	text-align: left;
	padding-top:15px;
	padding-left:10px;
	font-weight:700;
	width:11.875em;
	letter-spacing: 0.01em;
}
.registration-info th.col-5 {
	background-color:#99cc99;
	font-size:1.12em;
	line-height:1.19em;
	color:#fff;
	text-align: left;
	padding-top:15px;
	padding-left:10px;
	font-weight:700;
	width:11.875em;
	letter-spacing: 0.01em;
}
.registration-info td {border:none; height:80px; font-weight:600;font-size:1.05em; padding-left:10px; font-size:1.12em; color:#FFF;}
.registration-info td.col-1 { padding-right:10px;background-color:#ff4040;font-style:italic;text-align: right;}
.registration-info td.col-2 { background-color:#f7dfa4; color:#c58a00;}
.registration-info td.col-6 { background-color:#a0764e;color:#d1a57d; line-height:1.31em;}
.registration-info td.col-3 { background-color:#e6ec99;color:#909b00;}
.registration-info td.col-4 { background-color:#99cc99;color:#006f27; line-height:1.31em;}
.registration-info td.col-5 { background-color:#79b3cf;color:#FFF; line-height:1.31em;}

/*>>>>>> registration table for 2017 ENDS <<<<<<<<<<<<<*/
/*
  ========================================
  Buttons
  ========================================
*/
.btn {
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  letter-spacing: .5px;
  margin: 0;
  text-transform: uppercase;
}
.btn-addadd {
  border: 0;
  background: #999;
  padding: 5px;
  font-size: 10px;
  width:auto;
}

.btn-default {
  border: 0;
  background: #648880;
  padding: 11px 30px;
  font-size: 14px;
}
.btn-default:hover {
  background: #77a198; color:#FFF;
}
.btn-alt {
  border: 1px solid #fff;
  padding: 10px 30px;
}
.btn-alt:hover {
  background: #fff;
  color: #648880;
}	
.btn-center {
	text-align: center;
	}
.radioWithProperWrap { width:100%;  border: 1px solid #fff; vertical-align:top;
  padding: 10px 10px;  background:red;  display:block;  font-size: 14px;}
  
table.mylist input {
      width: 30px;
      display: block;
      float: left;
	  	  background-color:#F7F7F7;
   }
table.mylist label {
      width: 380px; 
      display: block;
      float: left;
   }
table.mylistfee input {
      width: 30px;
      display: inline-block; background-color:#E6E6E6;

   }
 table.mylistfee label {
      width: 80px; 
      display: inline-block; text-align:left; padding:10px; 
   }
.backgroundbox {height:25px}
.subheadingblue { vertical-align: inherit; margin-top:0; margin-bottom:0; width:45px; background-color:#F7F7F7;
}	
	
.buttonwrapper {
	width:90px;
	border-width:0px;
	border-radius:3px;
	border-spacing:0;
	background-color:#3ac9e3;
	margin-bottom:15px
}
.button {
	height:20px;
	text-align:center;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	padding-top:5px;
	padding-bottom:3px;
	padding-right:5px;
	padding-left:5px;
}
.button a {
	color:#ffffff;
	text-decoration:none;
}
/*  ------------------Click Here Buttons ENDS-------------------- */

	#tablefees-mobile {
	width:100%;
	margin-bottom:1em;
	display:none;
	}

.tablefees-mobile td,.tablepress-mobile th {
	padding:8px;
	border:none;
	text-align:left;
	background-color: #96F;
	background-position: 0 0;
	}

.tablefees-mobile tbody td,.tablefees-mobile tfoot th {
	border-top:1px solid #ddd;
	}
.tablefees-mobile tbody tr:first-child td {border-top:0;
	}

.tablefees-mobile thead th{
	border-bottom:1px solid #ddd;
}
.tablefees-mobile tfoot th,.tablefees-mobile thead th {
	background-color:#d9edf7;
	font-weight:700;
	vertical-align:middle;
	}

.tablefees-mobile .odd td {
	background-color:#f9f9f9;
	}
.tablefees-mobile .even td {
	background-color:#fff;
	}

.tablepress-table-description {
	clear:both;display:block 
	}

.tablepress {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:1em;
	border:none;
	}

.tablepress td,.tablepress th {
	padding:6px;
	border:none;
	text-align:left; line-height:1.4em;
	}

.tablepress tbody td,.tablepress tfoot th {
	border-top:1px solid #ddd;
	}
.tablepress tbody tr:first-child td {
	border-top:0;
	}

.tablepress thead th {
	border-bottom:1px solid #ddd;
	}
.tablepress tfoot th,.tablepress thead th {
	background-color:red;
	font-weight:700;
	vertical-align:middle;
	}

.tablepress .odd td {
	background-color:red;
	}
.tablepress .even td{
	background-color:#fff;
}
.tablepress .row-hover tr:hover td {
	background-color:#f3f3f3;
	}

.tablepress-id-1 .row-4 {
	color:#bababa;
	}
.tablepress-id-1 .row-5 {
	color:#bababa;
	}
	.tablepress-id-1 .column-1 {
	font-weight:400;color:#fff;background-color:#6bc7e7; font-style:italic;
	}
.tablepress-id-1 .column-2 {
	font-weight:700;color:#fff;background-color:#eaae1e;
	}
.column-2-cell {background-color:blue;color:red}
.tablepress-id-1 .row-4 .column-2 {
	font-weight:400;color:#bababa
}
.tablepress-id-1 .row-5 .column-2 {
	font-weight:400;color:#bababa
}
.tablepress-id-1 .column-2 {
	text-align:left;
}
.tablepress-id-1 .column-3 {
	text-align:left;color:#fff;background-color:#c1cf00;
}
.tablepress-id-1 .column-4 {
text-align:left;color:#fff;background-color:#009435;
}

ol {
	font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.846;
	color:#666666;
	margin-left: 40px;
}
p.discount {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	line-height:1.846;
}
	
@media screen and (max-width: 600px) {
	
.containerReginfo { 
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
   padding-left:2%;
	padding-right:2%;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  width:96%;
}
.containerSponsop { 
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
   padding-left:2%;
	padding-right:2%;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  width:96%;
}
containervenue { 
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
   padding-left:2%;
	padding-right:2%;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  width:96%;
}
.containerreception{ 
  font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #666;
  padding-left:2%;
	padding-right:2%;
  margin-left:auto;
  margin-right:auto;
  height:auto;
  width:96%;
}
/*
#tablefees-mobile {
	text-align:center;
	width:100%;
	display:table;
}
.tablepress {
	border-collapse:collapse;
	border-spacing:0;
	width:100%;
	margin-bottom:1em;
	border:none;
	background-color:#0FF;
	display:none;
}
.row-12 odd {
	background-color:#3FF;
	text-align:center;	
}
.row-12 even {
	text-align:right;
}
.odd-11 td {
	background-color: #FC0;
	margin-left:0px;
		  font-size:0.9em;
		color:#fff;
		text-align:center;
}
*/
/*
.odd td {
	font-weight:bold;
background-color: #FC0;
padding:5px;

} */
/*
.odd1 td {
	font-weight:bold;
background-color: #FC0;
padding:5px;

}
.odd2 td {
	font-weight:bold;
background-color: #FC0;
padding:5px;

}
.even td {
	background-color: #F30;
	margin-left:0px;
	font-size:0.9em;
	font-weight: 900;
	color:#fff;
	text-align:center;
}*/
ol {
	font-family:"Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:1.00em;
	line-height:1.7;
	color:#666666;
	margin-left: 1%;
}


} /* --- REGISTRATION INFORMATION  STYLES ENDS ENDS  ---*/
/*
  ========================================
 Conference Home Page
  ========================================
*/

#content-image-2017 {
	max-width: 880px;width:auto; height:250px;
	float: left;
	padding:0px;
	margin:0 20px 0px 0px;
	position:relative; background-color:#F63;
	}



#sidebar2 {
	vertical-align:top;
	 width:22%;
	min-height:680px;
	height:100%;
	margin:10px;
	padding:10px;
	/*border: 1px solid #463C4D; background-color: #FFFFFF; */


	display: inline-block;
	
	position:relative;
}


.box-image4 { vertical-align:top;display:inline-block; float:right; max-width:420px; width:94%; margin:0 auto;position:relative;}
.content-home-image,.content-home-image2,.content-home-image3 {
		
	max-width:200px;
	width: 98%; 
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto; 
	display:inline-block;
	position:relative;

	}





.sponsor-logo { margin: 10px auto;	width: 100%; 
	height: auto;
	margin-top: 0px;
	display:block;
	position:relative; 
}
.sponsor-logo img { display: block; margin: 0 auto; }
 
/* ->>> Paragraphs <<<-*/
.address-banner { background-color:#0483a9; color:#FFF; max-width: 1200px;width:auto; height:29px; margin-top:-5px;padding-left :10px; padding-top:5px;}
.address-banner p{ color:#FFF;}


#content2017 h2.green { 
	color:#009036;
	padding:10px;
	font-size:120%; 
	font-weight:700;
}
#content-home p.blue {
 	padding:10px;
	font-size:100%; 
	font-weight:600; 
	font-style:italic;
}
#content-home p { padding:0px; font-size:100%; margin: 10px auto;line-height: 1.35em;  }

h1.center { 
	color:#009036; 
	padding:10px; 
	font-family: 'Open Sans', sans-serif;
	font-size:160%; 
	font-weight:700;
	margin: 0 auto; 
	text-align:center;
}
#sidebar1 h1 {
	font-size:180%; 
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	text-align:center; 
	padding-top:20px;
	opacity:0.9;
	vertical-align: 
	text-bottom;
	line-height: 1.40em;
}

#sidebar2 h3  {
	font-size:96.75%; 
	color: indianred;
	font-weight:700;
	text-align:center;
	line-height: 1.40em; padding:15px 5px 0px 5px; 
}


 p.blue {font-family: 'Lato', sans-serif;
	color: indianred;
	padding-left:5px;
	padding-right:5px;
	font-weight:400;
	 	line-height: 1.35em;
	z-index:5;font-size:94%; 
	
}
 p.orange {
	 font-family: 'Lato', sans-serif;
	font-size:94%; 
	color:#fabb00;
	font-weight:500;
	text-align:left;
	line-height: 1.35em;
	padding:0px 5px 0px 15px;
 z-index:5;
}
 p.orange a {
	color:#fabb00;
}
#sidebar1 h2 {
	font-size:180%; 
	color:#fff;
	font-weight:700;
	text-align:left;
	line-height: 1.40em;
	padding-left:20px;
}
footer {
	clear: both;
	padding: 0 15px;
}
.clear {
	clear:both;
	}
.align-right {
  text-align: right;
}
footer.footer {
	background-color: #333333;
	max-height: 55px;
	text-align: center;
	opacity: 0.99;
	width:98%;
	padding-right: 1%;
	padding-bottom: 1.5%;
	padding-left: 1%;
	padding-top: 1px;
	}
footer p {
	color:#C90;
}

/* ========================================
  Primary footer
  ========================================
*/
.primary-footer {
	
	width:auto;
	max-width:1960px;
	color: #648880;
	font-size: 16px;
	padding-bottom: 14px;
	padding-top: 14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9CC;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;

}
.primary-footer small {
	float: left;
	font-weight: 400;
}
.footer {
width: 100%;
height: 170px;
box-sizing: border-box;
background: #f5f5f5;
padding: 10px 20px 10px 20px;
margin: 10px 0 10px;
border: 1px solid #ccc;
}
.footer .col {
	width: 210px; 
	float: left;
	margin: 0 0 0 30px;
}
.footer .col p {
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #343434;
}
.footer a {
  color:#343434;
  font-size:14px;
  line-height:22px;
  font-weight:300;
  text-decoration:none;
  display:block;
}
.footer a:hover {
  text-decoration:underline;
}
.footer-contact {
	color: #666;
	font-size:12px;
	font-weight:300;
	padding:0px 0px 10px 0px;
	text-align: center;
}
.footer-contact div {
  display:inline;
}
.footer-contact a {
  display:inline;
  color:inherit;
  font-size:inherit;
  line-height:inherit;
    text-decoration: none;
}
.footer-copyright {
  font-size:11px;
  font-weight:300;
  text-align: center;
}

.footer-divider {
  margin:0px 4px 0px 4px;
  color:#F00;
}
  .footer-contact span.mobile {
    display: inline-block;
  }
  /******************** Footer ENDS*********************/


/* +=++=================== MEDIA QUERIES FOR A RESPONSIVE LAYOUT ==============================+=++= */
  @media all and (min-width:320px) and (max-width:600px)
{
/* MEDIA QUERIES FOR A Conference Home Page */	
#content2017 {width: auto;margin: 0 auto; display:block;   }
#content-home {	margin: 0px auto; display:block; font-size:102%; max-width:99%}
#content2017 h2.green {  padding:15px 6px; font-weight:700; text-align:center;font-size:102%;}
#content-home p.blue { padding:5px; font-weight:700; color:#F03; text-align:center;}
#content-home p { padding:6px;font-size:92%; }
	
#content-image-2017 {display:none;}
#sidebar1 { display:none;}
#sidebar2 {width: auto; min-height:450px; height:auto;margin: 0 auto; display:block; }
#sidebar3 {display:none;}	
.sidebar3-img {background-position: center center; opacity:2.9;}
#sidebar4 {display:none;}

ul.paragraph-bullet { margin: 0em; padding: 0.5em; height:auto; line-height:1.28em; max-width:99%; }
ul li.paragraph-bullet:before /*after*/ {content: '';transform: rotate(90deg);left: 1px;line-height:1.28em;}
.fwb-content {margin:0.1em auto;padding:2px;width: 96%;display:block;}
.content-home-image {display:block;margin:0px auto; padding:0px;}
.content-home-image2 {display:block; margin:0px auto; padding:0px;}
.content-home-image3 {display:block; margin:0px auto; padding:0px;}
/* MEDIA QUERIES FOR A Conference Home Page ENDS */


/* MEDIA QUERIES FOR  Conference Registration */
.row-container { width:100%;}
.grid { padding-left: 0px; padding-right: 0px;float:none;width:100%; }
.col-1-3,.col-2-3 { width:100%; margin:0px;}
.registration-info{ margin:0 auto; width:92%;font-size:12px  }
.registration-info th{ margin:0 auto; width:92%; background-color:#F3C; font-size:12px }
.discount {width:100%; font-size:1.10em;line-height:1.7;color:#666666;padding-left:0;padding-right:0;}

.registration-form { width:100%; margin:0px;padding:2px;}
.tableform { float:none; width:100%; margin:10px auto; padding-left:0px; height:auto; }
.registration-header h4 {width:100%;margin-top:5px;margin-bottom:5px;}
.ordertextfieldlarge { /* delegate details input*/
width:92%;margin:2px 10px;background-color:#FBFBFB;font-size:0.90em; letter-spacing:0.03em; }	

.registration-text { padding:0;}
.conf-fees { width: 100%;display:inline-block; margin:0 auto; }
ordertableradiotext {line-height:1.19em; width:33.33%;margin:0 auto; }

.mylistfee { padding-left:5px;  }
table.mylistfee label { width:90px; display: inline-block; float: none; padding-left:0px; }
table.mylistfee input { width: 40px; display: inline-block; }
.mylist { width:100%; margin:0;}
.conf-pay { width: 100%; } 
.dc-directory { border:none; width:98%; font-size:0.95em;} 

.dc-cancellations { width:100%; margin:0px 0px; height:auto; border:none;  font-size:0.95em; }
.selbox-hear {width:100%; margin:0px 0px; border:none;}

.btn {padding: 11px 5px;font-size: 14px; margin:10px auto;width:82%; display:block;}
.submitbutton { background-color:#90F; margin:10px;width:82%;}

/* MEDIA QUERIES FOR  ContainerSponsop-intro */
.containerSponsop-intro {margin:3px auto; width:100%; padding:10px;  }
#spon-image-2017 { width:100%; height:auto; margin:0 auto;padding:5px;position:relative;float:none; }

/* MEDIA QUERIES FOR  Venue */
.pagevenue-image-2017 { float:none;margin-left:0px;max-height:auto; height:auto; width:100%; background-color:#fff;}
.pagevenue-image-2017-imagelarge { position:relative; margin-top:5px;margin-bottom:5px; margin-left:5px; margin-right:auto;}
.pagevenue-image-2017-imagesmall { width:20%;height:20%; display:none;}
}

  @media all and (min-width:601px) and (max-width:800px)
{
	
#content-image-2017 {background-color:#FFF; width:100%; height:auto;}	
#content2017 {width: 100%;margin: 0 auto;     }
#content-home {margin: 0px auto; display:block; font-size:102%;max-width:100%;}
#sidebar1 { display:none;}
#sidebar2{width: auto;margin: 0 auto; min-height:450px; height:auto; display:block;  }
#sidebar3{ width:37.25%;margin: 0 auto; padding:0px;}
#sidebar4{ width:99%;margin: 1.5em 80px; padding:0px; float:none; display: inline-block;}
#sidebar2 p.blue {   padding-left:15px;width:92%}

.content-home-image {display:block;margin:0px auto; padding:0px;}
.content-home-image2 {display:block; margin:0px auto; padding:0px;}
.content-home-image3 {display:block; margin:0px auto; padding:0px;}

ul.paragraph-bullet { max-width:100%;margin: 0 auto; padding: 0.3em; height:auto;}
ul li.paragraph-bullet {margin: 0em; height:auto;  }

ul li.paragraph-bullet:before /*after*/ {
  content: '';
  height: .4em;
  width: .4em;
  font-weight:700;
  background: #D2153A;
  display: block;
  position: relative;
  transform: rotate(90deg);
  top: 1.00em;
  left: -20px;
}
/* MEDIA QUERIES FOR  Conference Registration */
.registration-info{  width:97%; }
.col-2-3 {width:101%; }
.col-1-3 {width:101%; }
.registration-form {  width:100%; margin:0 auto;  }
ordertableradiotext {line-height:1.19em; width:96%;margin:0 auto; }
.conf-fees { width: 100%;display:inline-block; margin:0 auto; }
.conf-pay { width: 100%; } 
.reg-pay { width:auto;} 
.mylistfee { padding-left:5px;  }
table.mylistfee label { width:90px; display: inline-block; float: none; padding-left:0px; }
table.mylistfee input { width: 60px; display: inline-block; }
/* MEDIA QUERIES FOR  Conference Registration ENDS */

/* MEDIA QUERIES FOR  ContainerSponsop-intro */
.containerSponsop-intro {margin:3px auto; width:100%; padding:10px;  }
#spon-image-2017 { width:100%; height:auto; margin:0 auto;padding:5px;position:relative;float:none; }
}


  @media all and (min-width:801px) and (max-width:1140px)
{
#content-image-2017 {background-color:#FFF; width:100%; height:auto;}	
#content2017 {width: 82%;margin: 0 auto; float:none;     }
#content-home { padding:6px; max-width:99%; margin: 0px auto;display:block;font-size:92%; }

#sidebar1 {  max-width:1140px;  width:99.99%;min-height:40px; height:auto; background-image:none; margin:0; padding:0;}
#sidebar1 :hover {background-color:#fabb00;}
#sidebar1 h1 { display:none}
#sidebar1 h2 {  text-align:center; font-size:1.25em;padding:0;}
#sidebar2{ width: auto;margin: 0 40px; min-height:400px; height:auto; display:block;  }


ul.paragraph-bullet { margin: 0 auto; padding: 0.3em; height:auto; min-width:1240px; width:100%;}
ul li.paragraph-bullet {margin: 0 auto; height:auto; width:100%;}
ul li.paragraph-bullet:before /*after*/ {
  content: '';
  height: .4em;
  width: .4em;
  font-weight:700;
  background: #D2153A;
  display: block;
  position: relative;
  transform: rotate(90deg);
  top: 1.00em;
  left: -20px;
}	
.box-image4 {margin:2.1em auto;padding:2px;max-width:99.9%;display:block;}
/* MEDIA QUERIES FOR  Conference Registration */
.col-2-3 {width:101%; }
.col-1-3 {width:101%; }
.registration-form {  width:100%; margin:0 auto;  }
ordertableradiotext {line-height:1.19em; width:96%;margin:0 auto; }
.conf-fees { width: 100%;display:inline-block; margin:0 auto; }
.conf-pay { width: 100%; } 
.reg-pay { width:auto;} 
.mylistfee { padding-left:5px;  }
table.mylistfee label { width:90px; display: inline-block; float: none; padding-left:0px; }
table.mylistfee input { width: 60px; display: inline-block; }
/* MEDIA QUERIES FOR  Conference Registration ENDS */

/* MEDIA QUERIES FOR  ContainerSponsop-intro */
.containerSponsop-intro {margin:3px auto; width:100%; padding:10px;  }
}
  @media all and (min-width:1241px) and (max-width:2640px)
{
.paragraph-bullet {height:auto; max-width:99.9%; width:100%; }
ul li.paragraph-bullet {margin: 0 auto; height:auto; width:100%;}
ul li.paragraph-bullet:before /*after*/ {
  content: '';
  height: .4em;
  width: .4em;
  font-weight:700;
  background: #D2153A;
  display: block;
  position: relative;
  transform: rotate(90deg);
  top: 1.00em;
  left: -20px;
}	
}
/*XXXXXXXXX MENU & MOBILE MENU XXXXXXXXXXXXXX*/

.menu-wrap2016:before,
.menu-wrap2016:after {
  display: block;
  line-height: 0;
  content: "";
}
.menu-wrap2016:after {
  clear: both;
}
.container-confnav{
	max-width: 1960px;width:100%; height:auto;/* max-width: 1120px; */
	font-family: 'lato', sans-serif;
	margin: 10px auto;
}

.header-left,
.header-right{
	position: relative;
	color: white;
	float:none; 
}
.header-left{
	width: 20%;
}
.header-right label{
	position: absolute;
	top: -1.54em;
	right: 0;
	cursor: pointer; background-color:red;
}
.header-right span{
	position: relative;
	width: 2em;
	height: 1.5em;
	background: rgba(255,255,255,.3);
	-webkit-transition: all .3s ease;
}
.header-right span:hover{
		background: rgba(255,255,255,.6);
}
.header-right span:before,
.header-right span:after{
	content: '';
	position: absolute;
	width: 2em;
	height: .3em;
	top: 5px;
	left: 0;
	background:#006666;
}
.header-right span:after{
		top: 14px;
}
.header-right{
	width:100%;
	text-align: center;
}
#open{
	display: none;
}

nav.test a{
	text-decoration: none;
	color: slategrey;
}
nav.test>a{ 
	position: relative;
	display: inline-block;
	font: 400 16px 'lato', sans-serif;
	line-height: 40px;
	padding: 0 0.8em;border-bottom: 4px solid #fabb00;
	-webkit-transition: all .3s ease;
}
nav.test>a:hover{
	background: red;
	color: white;
}
.hidden-desktop{
	display: none;
}

/* Mobile Menu  MEDIA*/
/* Portrait tablet to landscape and desktop */
@media (max-width: 979px) { 
.container-confnav{ width: 99.9%; background-color:#006666; color:#FFF;}
nav.test {height: 0;overflow: hidden;-webkit-transition: all .3s ease; }
input[type="checkbox"]:checked + nav {height:auto;/* 205 */}
nav.test>a {color:#FFF; padding: 0 1em; display: block; border-bottom: solid 1px #FF0;}
.header-left {width: 99%; text-align: right; 				padding-right:40px; display: block;}
.header-right {width: 99%;text-align: center; 				display: block;}
.hidden-desktop {display: block;}  
}

/* Landscape phone to portrait tablet */
@media (max-width: 846px) {
.container-confnav {width: 99.99%;background-color:#006666; }
	
nav.test {height: 0;overflow: hidden;-webkit-transition: all .3s ease; }
input[type="checkbox"]:checked + nav {height:auto;/* 205 */}
nav.test>a {color:#FFF; padding: 0 1em; display: block; }
.header-left {width: 99%; text-align: right; 				padding-right:40px; display: block;}
.hidden-desktop {display: block; }  

.header-left,
.header-right{
	width: 99%;
	text-align: center;
}	
	
}
@media (max-width: 766px) {
	.container-confnav {width: 99.99%; }
	
	nav.test>a {color:#FFF; padding: 0 1em; display: block; border-bottom: solid 1px #FF0;}

.header-left,
.header-right{
	width: 99%;
	text-align: center;
}
.section-left,
.section-right{
	width: 100%;
}
.address-banner {width:auto; height:60%;}
.address-banner p {font-size:96%; padding:2px; line-height:2.01em; text-align:center;}	
	
}

@media (max-width: 765px) {
	.container-confnav {width: 99.99%;}
	input[type="checkbox"]:checked + nav {height:auto;/* 205 */}

.header-left {width: 88%; text-align: right;}
.header-right {width: 99%;text-align: center;}
.hidden-desktop {display: block;}
	nav.test>a {color:#FFF;padding: 0 2em;;}
.header-left,
.header-right{
	width: 99%;
	text-align: center;
}
.section-left,
.section-right{
	width: 100%;
}
.address-banner {width:auto; height:60%;}
.address-banner p {font-size:96%; padding:2px; line-height:2.01em; text-align:center;}	
	
}





/* Landscape phones and down */
@media (max-width: 479px) { 

nav.test {height: 0;overflow: hidden;-webkit-transition: all .3s ease;}
input[type="checkbox"]:checked + nav {height:auto;/* 205 */}
nav.test>a {padding: 0 1em;display: block;}

.hidden-desktop {display: block;}






.sponsor-image-holder {
	float:none;
	width:34%;
	min-width:33%;
}
.img-sponsor {
	margin-left:0px;
	margin-right:0px;
	float:none;

	width:100%;
	
}


}




/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;height: auto;
}








@media screen{
}
