shtml, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h7, h8, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	box-sizing: border-box;
}
/* CSS Document */
body {
	margin:2% 0px;
	padding:0;
}
/*H# tags*/
#content h1 {
	font-size: 160%;
	display:block;
	padding:0% 0% 2% 0%;
	margin:1% 0% 0% 0%;
	color:#415f82;
	line-height:120%;
	text-transform:none;
	font-family:'Open Sans', sans-serif;
	font-weight:900;
}
#content h2 {
	margin:0%;
	padding:0% 0% 1.2% 0%;
	font-weight:600;
	font-size:120%;
	line-height:140%;
	color:#6d9a90;
	font-family:'Open Sans', sans-serif;
	text-transform:none;
}
#content h3 {
	font-size: 130%;
	display:block;
	padding:0% 0% 1% 0%;
	margin:1% 0% 0% 0%;
	color:#415f82;
	line-height:140%;
	text-transform:none;
	font-family:'Open Sans', sans-serif;
	font-weight:900;
}
#content h3 a {
	color:#415f82 !important;
	text-decoration: none !important;
}
#content h5 {
	margin:0%;
	padding:0%;
	font-weight: bold;
	font-size:130%;
	line-height:140%;
	color:#292929;
	font-family:'Open Sans', sans-serif;
	text-transform:none;
}
/*Covering the basics in the content area*/
#content p, #content td, #content th {
	font-family:'Open Sans', sans-serif;
	font-size:104%;
	line-height:150%;
	text-align:left;
	margin: 0%;
	padding: 0%;
	color:#292929;
}
#content a:link, #content-s a:link {
	color:#6d9a90;
	font-weight:bold;
}
#footer2 a:link {
	color:#6d9a90;
}
#content a:active, #content-s a:active {
	color: #ED5C0C;
}
#content a:hover, #content a:visited {
	text-decoration: none;
	color:#6d9a90;
}
#content ul {
	line-height:1;
	font-size:104%;
	list-style:disc;
	font-family:'Open Sans', sans-serif;
	padding:0%;
	color:#292929;
	margin:0% 0% 2% 2%;
}
#content li {
	line-height:1.5em;
	font-size:104%;
	font-family:'Open Sans', sans-serif;
	padding:0px 5px;
	color:#292929;
	margin:0% 0% 0% 5%;
}
/*Image stuff*/
.frameborder-3 {
	padding:0%;
	margin:0%;
}
.responsiveimage {
	max-width: 50%;
	height: auto;
	float: left;
	padding: 0% 2% 0% 0% ;
}
.responsiveimage-35 {
	max-width: 38%;
	height: auto;
	float: left;
	padding: 0%;
	margin: 0% 2% 1% 0%;
	display: block;
}
.responsive-headshot-15 {
	width: 15%;
	display: block;
	height: auto;
	float: left;
	padding: .3% 1.5% .7% 0% ;
	margin: 0%;
}
.responsive-headshot {
	width: 25%;
	height: 25%;
	float: left;
	padding: .8% 1.5% .7% 0% ;
}
.responsive-logo {
	max-width: 25%;
	height: auto;
	float: left;
	padding: 1% ;
	margin: 4%;
}
.responsive-logo-past-sponsors {
	width: 12%;
	height: auto;
	float: left;
	padding: 0% ;
	margin: 4%;
	display: inline-block;
}
.responsive-logo-past-sponsors-2 {
	width: 9%;
	height: auto;
	float: left;
	padding: 0% ;
	margin: 3%;
	display: inline-block;
}
.responsive-logo-agenda-page {
	max-width: 20%;
	height: auto;
	float: left;
	padding: 0% 2% 0% 0% ;
}
.responsive-image-2 {
	max-width: 49%;
	height: auto;
	float: left;
	margin: .5%;
	padding: .4%;
	background-color: white;
}
.sponsor-blue {
	background-color: #E1EFF2;
	padding: 1%;
	width: 100%;
	display: block;
	height: auto;
}
/* Navigation*/
.top-navigation {
	overflow: hidden;
	background-color: #275893;
	text-transform: uppercase;
	font-family:'Open Sans', sans-serif;
	font-size:1rem;
	font-weight:700;
}
.top-navigation a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 1.1% 3%;
	text-decoration: none;
	line-height: 150%;
}
.top-navigation a:hover {
	background-color: #177396;
	color: white;
}
.top-navigation a.active {
	background-color: #177396;
	color: white;
}
.top-navigation .icon {
	display: none;
}

/* GRID OF TWO */
.span_3_of_4 {
	width: 48%;
	float: left;
}
/* Quicklinks */
/* SECTIONS */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/* COLUMN SETUP */
.col {
	display: block;
	float:left;
	margin: 0% 0 1% 2%;
}
.col:first-child {
	margin-left: 0;
}
/* GROUPING */
.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1;
	/* For IE 6/7 */
}
/* GRID OF TWO */
.span_2_of_2 {
	width: 49%;
}
.span_1_of_2 {
	width: 49%;

}
.quicklinks2 {
	display: inline-block;
	float: right;
	margin: 0% 5%;
	text-align: center;
	text-decoration: none;
	padding: 1.7% 5% ;
	min-width: 40% !important;
	background-color: #2BAADF;
	color:#fff !important;
	line-height: 150%;
	font-family:'Open Sans', sans-serif !important;
}
/* Page */
#page {
	width: 75%;
	margin: 0 auto;
	padding:0;
	text-align:left;
	background-color:#FFF;
	border:1px solid #fafafa;
	display:block;
	position: relative;
}
/* Content */
#content {
	width: 100%;
	display: inline-block;
	text-align:left;
	padding:0% 1.3% 0% 1.3%;
	margin: 0%
}
.post {
	float:left;
	width:100%;
	margin:0% ;
	padding:0%;
}
.floatleft {
	padding:2px;
	margin:0px 20px 0px 0px;
	float:left;
}
.lnitop {
	margin-top:1%;
}
.borderdotted {
	width:99%;
	margin:2% 0%;
	padding:0%;
	border-top:1px dotted #CCC;
	float:left;
}
.fullthirds {
	float:left;
	width:33%;
	margin:0;
	padding:0%;
	display: block;
}
.third {
	float:left;
	width:95%;
	padding:1%;
	margin:0%;
	background-color:#F4F9FC;
	border:1px solid #CCC;
	display: block;
}
/* Speakers */
.fullthirdsspeakers {
	float:left;
	width:33%;
	display: inline-block;
	height:100%;
	min-height:550px;
	margin:1% 0%;
	padding:0px 1.3%;
}
.thirdspeakers {
	float:left;
	display: inline-block;
	width:100%;
	height:auto;
	min-height: 100%;
	padding:0px 1%;
	margin:2% 0% 0% 0%;
}
.speaker-split {
	float:left;
	width:23%;
	min-height: 450px;
	height:100%;
	margin:1% 1%;
	padding:0%;
}
/* end */
#naemlogo {
	width:95px;
	display:block;
	height:95px;
	text-indent:-9999px;
	margin:10px 0 8px 0;
	padding:0;
	float:left;
	background:url(http://naem.site-ym.com/resource/resmgr/Images/forum-2011-naemlogo.jpg) no-repeat;
}
.aboutnaem {
	float:right;
	width:770px;
	padding:15px;
	margin:10px;
	background-color:#F4F9FC;
	border:1px solid #CCC;
}
.floatright {
	float:right;
}
/*All the footer stuff is in here*/
.logo-width {
	width: 43%;
	height: auto;
}
.icon-width {
	width:15%;
	height: auto;
}
#footer2 {
	padding: 1% 0%;
	background-color:#fff;
	margin:2% auto !important;
	width: 74%;
	height:100%;
	border: 1px solid #fafafa;
	display: block;
	overflow: auto;
}
#footer2 p {
	color:#333;
	font-family:'Open Sans', sans-serif;
	font-size: 70%;
	line-height: 145% !important;
}
.footerquarter {
	width: 25%;
	display:block;
	height: 100%;
	float: left;
	padding: 1%;
	margin: 0%;
}
#footer2 a:link {
	color:#6d9a90;
	font-weight:100;
}
#footer {
	clear: both;
	height: 1px;
	padding:0;
	margin:0 auto;
	width:100%;
}
.testimonials {
	float:left;
	display:block;
	width:98%;
	margin:0px;
	padding:10px;
	background-color:#EAF7FD;
	border:1px solid #CCC;
}
.testimonials3 {
	float:left;
	display:block;
	width:100%;
	margin:0px;
	padding:1.3%;
	background-color:#EAF7FD;
	border:1px solid #CCC;
}
/* ------------------ styling for the tables ------------------ */
#ver-zebra {
	margin:0px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	padding:0%;
	border:1px dotted #e6e6e6;
}
#ver-zebra td {
	padding:1.2%;
	border:1px dotted #e6e6e6;
}
.vzebra-white {
	background:#fff;
	border-style:dotted;
}
.vzebra-blue {
	background: #ECF3F7;
}
.vzebra-green {
	background: #EFF6D7;
}
.vzebra-orange {
	background: #FFFBBF;
}
.vzebra-purple {
	background: #FFE5BF;
}
.vzebra-blue-2 {
	background: #D4E5EE;
}
.vzebra-green-2 {
	background: #D6E89A;
}
.vzebra-orange-2 {
	background: #FFF980;
}
.vzebra-purple-2 {
	background: #FFD280;
}
.vzebra-grey-2 {
	background: #D8D8D8;
}
.vzebra-grey {
	background: #F3F3F3;
}
.vzebra-pink {
	background:#FFF9FC;
}
.vzebra-pink-2 {
	background:#FFF9FC;
}
.vzebra-darkpink-2 {
	background:#ffe6f2;
}
.vzebra-darkpink {
	background:#ffedf6;
}
.vzebra-blue-3 {
	background: #f4f8fa;
}
#mobiletable table {
	border-collapse:collapse;
	font-family:'Open Sans', sans-serif;
	width: 100% !important;
	display: block !important;
}
th {
	text-align:left
}
.dcf-txt-center {
	text-align: center!important
}
.dcf-txt-left {
	text-align: left!important
}
.dcf-txt-right {
	text-align: right!important
}
.dcf-table tbody {
	border-bottom: 1px solid var(--b-table) !important;
	border-top: 1px solid var(--b-table) !important;
}
.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
	padding: 1.2em !important;
}
.dcf-table thead td, .dcf-table thead th {
	padding-bottom: .75em;
	vertical-align: bottom;
}
.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
	padding-top: .75em;
	vertical-align: top;
}
.dcf-table tbody td, .dcf-table tbody th {
	padding-bottom: .75em;
}
.dcf-table-bordered thead th {
	padding-top: 1.33em;
}
@media only screen and (max-width:800px) {
    
	#page {
		width: 95% !important;
		border: 0 !important;
	}
	.speaker-desc {
		width:100% !important;
		float:left;
	}
	.responsive-logo-past-sponsors {
		max-width: 20% !important;
		height: auto;
		float: left;
		padding: 0% ;
		margin: 6% !important;
	}
	.responsive-logo-past-sponsors-2 {
		width: 22%;
		height: auto;
		float: left;
		padding: 0% ;
		margin: 6% !important;
	}
	.speaker-img {
		width:100% !important;
		float:left;
	}
	.fullthirdsspeakers {
		float:left;
		width:100% !important;
		display: inline-block;
		height:100% !important;
		margin:5% 0% !important;
		padding:0% 1.3%;
	}
	.responsive-headshot, .responsive-headshot-15 {
		width: 100% !important;
		padding: 1% 0% !important;
	}
	#content th {
		display: block !important;
	}
	.top-navigation a:not(:nth-of-type(2)) {
		display: none;
	}
	.top-navigation a.icon {
		float: right;
		display: block;
	}
	.top-navigation.responsive {
		position: relative;
	}
	.top-navigation.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.top-navigation.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.footerquarter {
		width: 100% !important;
		height: 100% !important;
		float:left;
		margin:1% !important;
		padding:1% !important;
	}
	#footer2 {
		display: inline-block;
		width:100% !important;
		float: left !important;
		height: 100% !important;
		border: none !important;
	}
	.logo-width {
		width: 20% !important;
		height: auto;
	}
	.icon-width {
		width:8% !important;
		height: auto;
	}
	#content p, #content li {
		font-family:'Open Sans', sans-serif;
		font-size:140% !important;
		line-height:150%;
	}
	.fullthirds {
		float:left;
		width:100% !important;
		margin:1% !important;
		padding:1% !important;
	}
	.third {
		height:100% !important;
		width: 100% !important;
	}
	#content h1 {
		font-size: 180% !important;
	}
	#content h2 {
		font-size: 150% !important;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	#content h3 {
		font-size: 150% !important;
	}
	.responsiveimage-35, .responsiveimage {
		max-width: 100%;
		height: auto;
		padding: 1% 0% ;
	}
	.span_3_of_4 {
		width: 100% !important;
	}
	.span_1_of_2 {
		width: 100% !important;
	}
	.span_2_of_2 {
		display: none !important;
	}
	.quicklinks2 {
		float: left !important;
		margin: 0%;
	}
	.top-navigation a {
		padding: 3%;
		line-height: 100%;
	}
	.top-navigation {
		overflow: hidden;
		background-color: #275893;
		text-transform: uppercase;
		font-family:'Open Sans', sans-serif;
		font-size:140% !important;
		font-weight:700;
	}
	.responsive-image-2 {
		max-width: 98%;
		height: auto;
		float: left;
		margin: 1% !important;
	}
	.buttonregister {
		width:100% !important;
		margin-top: 1.5% !important;
		margin-bottom: 1.5% !important;
	}
	.speaker-split {
		float:left;
		width:100% !important;
		height:100% !important;
		margin:5% 0% !important;
		padding:0% 1.3%;
	}
	.dcf-table-responsive thead {
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1%;
		overflow: hidden;
		position: absolute;
		width: 2%;
		white-space: nowrap;
	}
	.dcf-table-responsive tr {
		display: block;
	}
	.dcf-table-responsive td {
		-webkit-column-gap: 3.16vw;
		-moz-column-gap: 3.16vw;
		column-gap: 5%;
		display: grid;
		grid-template-columns: 1fr 2fr;
		text-align: center !important;
	}
	.dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
		border: 1px solid #f2f2f2;
	}
	.dcf-table-responsive. tbody th, .dcf-table-responsive. tr th {
		width: 100% !important;
	}
	.dcf-table-responsive.dcf-table-bordered tbody td {
		border-top-width: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
		padding-bottom: .75em;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody td {
		padding-bottom: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
		padding-right: 0;
	}
	.dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
		border-bottom-width: 0;
	}
	.dcf-table-responsive tbody td:before {
		content: attr(data-label);
		float: left;
		width: 100% !important;
		font-weight: 700;
		padding-right: 1.78em;
	}
	.speaker-split {
		float:left;
		width:100% !important;
		height:100% !important;
		margin:5% 0% !important;
		padding:0% 1.3%;
	}
}
.speaker-img {
	padding:0% 3% 0% 0%;
	width:24%;
	height: auto;
	display: block;
	margin:0%;
	float:left;
}
.speaker-desc {
	padding:0% 0% 0% 0%;
	width:70%;
	margin:0;
	float:left;
}
.buttonregister {
	background-color: #2BAADF;
	width:30%;
	border: none;
	color:#fff !important;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 100%px;
	margin: 4px 2px;
	cursor: pointer;
	margin: 0 auto;
	position:relative;
	cursor:pointer;
}
.hotelbutton {
	background-color: #2BAADF;
	width:30%;
	border: none;
	color:#fff !important;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 100%px;
	margin: 4px 2px;
	cursor: pointer;
	margin: 0 auto;
	position:relative;
	cursor:pointer;
}
.committeebutton {
	background-color: #2BAADF;
	width:30%;
	border: none;
	color:#fff !important;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
	display: block;
	font-size: 100%px;
	cursor: pointer;
	margin: 0 auto;
	position:relative;
	cursor:pointer;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#page {
		width: 95% !important;
		border: 0 !important;
	}
	.top-navigation a:not(:nth-of-type(2)) {
		display: none;
	}
	.top-navigation a.icon {
		float: right;
		display: block;
	}
	.top-navigation.responsive {
		position: relative;
	}
	.top-navigation.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.top-navigation.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.footerquarter {
		width: 100% !important;
		height: 100% !important;
		float:left;
		margin:1% !important;
		padding:1% !important;
	}
	#footer2 {
		display: inline-block;
		width:100% !important;
		float: left !important;
		height: 100% !important;
		border: none !important;
	}
	.logo-width {
		width: 20% !important;
		height: auto;
	}
	.icon-width {
		width:8% !important;
		height: auto;
	}
	#content p, #content li {
		font-family:'Open Sans', sans-serif;
		font-size:170% !important;
		line-height:150%;
	}
	#content td li {
		font-family:'Open Sans', sans-serif;
		font-size:150% !important;
		line-height:170%;
	}
	#content td , #content th {
		font-family:'Open Sans', sans-serif;
		font-size:110% !important;
		line-height:150%;
		padding: 2% !important;
	}
	#content th {
		display: block !important;
	}
	.fullthirds {
		float:left;
		width:100% !important;
		margin:1% !important;
		padding:1% !important;
	}
	.third {
		height:100% !important;
	}
	#content h1 {
		font-size: 240% !important;
	}
	#content h2 {
		font-size: 180% !important;
		margin-top: 1%;
		margin-bottom: 1%;
	}
	#content h3, #content h5 {
		font-size: 200% !important;
	}
	.responsiveimage-35, .responsiveimage {
		max-width: 100%;
		height: auto;
		padding: 1% 0% ;
	}
	.span_3_of_4 {
		width: 100% !important;
	}
	.top-navigation a {
		padding: 3%;
		line-height: 100%;
	}
	.top-navigation {
		overflow: hidden;
		background-color: #275893;
		text-transform: uppercase;
		font-family:'Open Sans', sans-serif;
		font-size:130% !important;
		font-weight:700;
	}
	.buttonregister {
		width:100% !important;
		padding: 2% !important;
	}
	.hotelbutton {
		width:100% !important;
		padding: 2% !important;
	}
	.committeebutton {
		width:100% !important;
		padding: 5% !important;
	}
	.responsive-image-2 {
		max-width: 98%;
		height: auto;
		float: left;
		margin: 1% !important;
	}
	.dcf-table-responsive thead {
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1%;
		overflow: hidden;
		position: absolute;
		width: 2%;
		white-space: nowrap;
	}
	.dcf-table-responsive tr {
		display: block;
	}
	.dcf-table-responsive td {
		-webkit-column-gap: 3.16vw;
		-moz-column-gap: 3.16vw;
		column-gap: 5%;
		display: grid;
		grid-template-columns: 1fr 2fr;
		text-align: center !important;
	}
	.dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
		border: 1px solid #f2f2f2;
	}
	.dcf-table-responsive. tbody th, .dcf-table-responsive. tr th {
		width: 100% !important;
	}
	.dcf-table-responsive.dcf-table-bordered tbody td {
		border-top-width: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
		padding-bottom: .75em;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody td {
		padding-bottom: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
		padding-right: 0;
	}
	.dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
		border-bottom-width: 0;
	}
	.dcf-table-responsive tbody td:before {
		content: attr(data-label);
		float: left;
		width: 100% !important;
		font-weight: 700;
		padding-right: 1.78em;
	}
	#mobiletable td, #mobiletable th {
		font-size: 170% !important;
		padding: 3% !important;
	}
	.responsive-headshot, .responsive-headshot-15 {
		width: 100% !important;
		padding: 1% 0% !important;
	}
	.quicklinks2 {
		display: inline-block;
		float: right;
		margin: 0% 5%;
		text-align: center;
		text-decoration: none;
		padding:4% 6% ;
		margin: 1%;
		min-width: 50% !important;
		background-color: #2BAADF;
		color:#fff !important;
		line-height: 150%;
		font-size: 170% !important;
		font-family:'Open Sans', sans-serif !important;
	}
	.responsive-logo-past-sponsors {
		width: 24% !important;
		height: auto;
		float: left;
		padding: 0% ;
		margin: 4% !important;
	}
	.responsive-logo-past-sponsors-2 {
		width: 19% !important;
		height: auto;
		float: left;
		padding: 0% ;
		margin: 6% !important;
	}
	.responsive-logo {
		max-width: 33%;
		height: auto;
		float: left;
		padding: 1% ;
		margin:5%;
	}
	.responsive-logo-agenda-page {
		max-width: 30%;
		height: auto;
		float: left;
		padding: 1%;
		margin: 1%;
	}
	.fullthirdsspeakers {
		float:left;
		width:50% !important;
		display: inline-block;
		min-height: 630px !important;
		height:100% !important;
		margin:3% 0% !important;
		padding:0% 1.3%;
	}
	.speaker-split {
		float:left;
		width:50% !important;
		display: inline-block;
		min-height: 630px !important;
		height:100% !important;
		margin:3% 0% !important;
		padding:0% 1.3%;
	}
	.speaker-desc {
		width:100% !important;
		float:left;
	}
	.speaker-img {
		width:100% !important;
		float:left;
	}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.dcf-table-responsive thead {
		clip: rect(0 0 0 0);
		-webkit-clip-path: inset(50%);
		clip-path: inset(50%);
		height: 1%;
		overflow: hidden;
		position: absolute;
		width: 2%;
		white-space: nowrap;
	}
	.dcf-table-responsive tr {
		display: block;
	}
	.dcf-table-responsive td {
		-webkit-column-gap: 3.16vw;
		-moz-column-gap: 3.16vw;
		column-gap: 5%;
		display: grid;
		grid-template-columns: 1fr 2fr;
		text-align: center !important;
	}
	.dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
		border: 1px solid #f2f2f2;
	}
	.dcf-table-responsive. tbody th, .dcf-table-responsive. tr th {
		width: 100% !important;
	}
	.dcf-table-responsive.dcf-table-bordered tbody td {
		border-top-width: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
		padding-bottom: .75em;
	}
	.dcf-table-responsive:not(.dcf-table-bordered) tbody td {
		padding-bottom: 0;
	}
	.dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
		padding-right: 0;
	}
	.dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
		border-bottom-width: 0;
	}
	.dcf-table-responsive tbody td:before {
		content: attr(data-label);
		float: left;
		width: 100% !important;
		font-weight: 700;
		padding-right: 1.78em;
	}
	.span_3_of_4 {
		width: 100%;
	}
	#page {
		width: 95% !important;
		border: 0 !important;
	}
	.fullthirdsspeakers {
		float:left;
		width:100% !important;
		display: inline-block;
		. height:100% !important;
		margin:0;
		padding:0px 1.3%;
	}
	.footerquarter {
		width: 100% !important;
		height: 100% !important;
		float:left;
		margin:1% !important;
		padding:1% !important;
	}
	#footer2 {
		display: inline-block;
		width:100% !important;
		float: left !important;
		height: 100% !important;
		border: none !important;
	}
	.logo-width {
		width: 20% !important;
		height: auto;
	}
	.icon-width {
		width:8% !important;
		height: auto;
	}
	#content p, #content li {
		font-family:'Open Sans', sans-serif;
		line-height:150% !important;
	}
	#content p {
		font-size: 150% !important;
	}
	#content td li {
		font-family:'Open Sans', sans-serif;
		font-size:110% !important;
		line-height:150%;
	}
	#content td, #content th {
		font-family:'Open Sans', sans-serif;
		line-height:150%;
		font-size: 150% !important;
	}
	#content th {
		display: block !important;
	}
	#content td {
		text-align: center !important;
	}
	.fullthirds {
		float:left;
		width:100% !important;
		margin:1% !important;
		padding:1% !important;
		height:100% !important;
	}
	.third {
		height:100% !important;
		width: 100% !important;
	}
	.speaker-img {
		width:100% !important;
		float:left;
	}
	.speaker-desc {
		width:100% !important;
		float:left;
	}
	#content h1 {
		font-size: 200% !important;
	}
	#content h2, #content h5 {
		font-size: 170% !important;
		margin-top: 3%;
		margin-bottom: 3%;
	}
	#content h3 {
		font-size: 160% !important;
	}
	.responsiveimage {
		max-width: 100%;
		height: auto;
		padding: 1% 0% ;
	}
	.responsive-headshot, .responsive-headshot-15 {
		width: 100%;
		padding: 1% 0%;
	}
	.responsiveimage-35 {
		max-width: 100%;
		height: auto;
		padding: 1% 0% ;
	}
	.responsive-logo {
		max-width: 70%;
		height: auto;
		float: left;
		padding: 1% 0% ;
	}
	.responsive-logo-agenda-page {
		max-width: 46%;
		height: auto;
		float: left;
		padding: 1%;
		margin: 1%;
	}
	#content li {
		padding:0px 5px;
		margin:0% 0% 0% 10%;
	}
	.responsive-image-2 {
		max-width: 98%;
		height: auto;
		float: left;
		margin: 1% !important;
	}
	.buttonregister {
		width:100% !important;
		padding: 5% !important;
	}
	.hotelbutton {
		width:100% !important;
		padding: 5% !important;
	}
	.committeebutton {
		width:100% !important;
		padding: 5% !important;
	}
	.span_1_of_2 {
		width: 100%;
	}
	.span_2_of_2 {
		display: none;
	}
	.quicklinks2 {
		float: left !important;
		margin: 0%;
	}
	.top-navigation a:not(:nth-of-type(2)) {
		display: none;
	}
	.top-navigation a.icon {
		float: right;
		display: block;
	}
	.top-navigation.responsive {
		position: relative;
	}
	.top-navigation.responsive .icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.top-navigation.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	.top-navigation a {
		padding: 5%;
		line-height: 100%;
	}
	.top-navigation {
		overflow: hidden;
		background-color: #275893;
		text-transform: uppercase;
		font-family:'Open Sans', sans-serif;
		font-size:150% !important;
		font-weight:700;
	}
	.responsive-logo-past-sponsors {
		width: 50% !important;
		height: auto;
		float: left;
		padding: 0% ;
		margin: 6% !important;
	}
	.speaker-split {
		float:left;
		width:100% !important;
		height:100% !important;
		margin:5% 0% !important;
		padding:0% 1.3%;
	}
}
