body {
	background: #f0f9fd;
	font-family: 'Raleway', Arial, Helvetica, "San Serif";
	color: #455560;
	font-weight: 400px;
}

#bodywrapper #maincontent .atcb-list li {
    margin-left: 0px; }

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
.floatRight {
	float: right;
	padding-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
}
.gridContainer h2 {
	color: #5d89b4;
	font-weight: 700;
	line-height: 1.5em;
	margin: 1em 0em 0.5em;
}

h3.session, .session H3 {
	color: #F48120;
	font-size: 1.7em;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4.session, .session h4 { margin-bottom: 0px; }



h3.date {
	border-bottom: 1px solid #DB832C;
	color: #26A9E0;
	font-size: 2em;
	font-weight: normal;
}

.session .times {
	font-weight: normal;
	font-size: 12px;
	color: #455560;
}


.homepage h4 {
	color: #0064A8;
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 20px;
}



.gridContainer  hr {
	border: 0;
	height: 1px;
	background: #333;
	background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
	background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
	margin:  20px 0px 10px 0px;
	clear: left;
	}

.gridContainer p {
	margin: 0px 0px .5em;
	padding: 0px;
	line-height: 1.4em; 
}

.blueFont {
	color: #5d89b4;
	font-size: 1.1em;
}
.goldFont {color:#F48120;}
.sidebarheader {color:#26A9E0; font-weight:bold}
.ConfBold {color:#0064A8;}
.award li {
	margin-bottom: 8px;
	list-style: none;
}
#Sidebar .committee li {
	font-size: 0.85em;
	margin-bottom: 8px;
	line-height: 1.3em;
}




.fees {
	background: #FDF1D9;
	border-top: 1px solid #F3C472;
	border-right: 1px solid #F3C472;
	border-left: 1px solid #F3C472;
}
.fees td, .fees th {
	padding: 4px 3px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F3C472;
}


.fees .mem { background: #F7D5B0; }




.homepage a:link, .homepage a:visited, .conference a:link, .conference a:visited {
	font-weight:800;
	color: #F48120;
	text-decoration: none;
}
.homepage a:hover, .conference a:hover { text-decoration:underline}
#home #BodyText ul li {
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
#home #BodyText ul {
	margin-left: 0px;
	padding-left: 0px;
	    margin-top: 10px;
    margin-bottom: 25px;
}


.icons {
	float: right;
	margin-right: 10px;
}
.icons img {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.contact {
	font-size: 1.1em;
}
.contact  img {
	margin-top: -5px;
	margin-right: 10px;
}
.contact  a:link, .contact a:visited {
	color: #455560;
	font-weight: normal;
	font-size: 1.2em;
}
.contact a:hover {
	text-decoration: underline;
}

.priorex ul {
	float: left;
	width: 150px;
	margin-left: 0px;
	padding-left: 20px;
}

.priorex ul li {
	list-style: none;
	font: .85em/1.3em Arial, Helvetica, sans-serif;
	margin-bottom: 3px;
}
.ttops li {
	margin-bottom: 16px;
	list-style: none;
}
.opry ul li {
	margin-left: 0px;
	padding-left: 0px;
}
.opry ul {
	margin-left: 20px;
	padding-left: 0px;
}



.small { font-size: .75em; }
.coffee {
	float: left;
	margin-top: -7px;
	margin-right: 10px;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */
#THISisWHEREtheMOBILEPHONEcssSTARTS {font-size:1em}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	/* [disabled]padding-left: 1.82%; */
	/* [disabled]padding-right: 1.82%; */
	background: #FFF;
	    color: #455560;
}

#Header{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	border-top: 20px solid #D1EB42;
	border-bottom: 20px solid #D1EB42;	
}
.logo {margin-left:auto; margin-right:auto;}

.banner {
	background: #FFF;
	padding-top: 20px;

}
.banner .dates {
	text-align: center;
	color: #26A9E0;
}
.dates strong {	font-weight:800;
	color: #F48120;
	font-size: 1.5em;
}
.banner .dates  em {    font-style: normal;
    font-size: 1.1em;}
#Header .tweet {
    position: absolute;
    top: 1px;
    left: 1px;
		-webkit-box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
-moz-box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
}




/* mobile only  /////////////////////////////////////// e*/
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background: #f0f9fd;
	overflow: visible;
	box-shadow: 0 0 8px 2px #000;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
}

#Nav:target {
	display: block;
}
#Nav li {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
  padding-left: 5%;
			 
}
#Nav ul li ul li {
	font-size:1em;
}
.access_aid {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: white 10px 10px / 20px 20px no-repeat;
}

#access_nav {
	background: url(https://www.inda.org/events/wow17/images/bgnav-m.jpg) no-repeat left center;
}

#access_top { background: url(https://www.inda.org/events/wow17/images/bgnav-m.jpg) no-repeat right center; 
}




#BodyText {
	clear: both;
	float: left;
	margin-left: 3%;
	width: 94%;
	display: block;
	background: #FFF;
	    color: #455560;
		font-weight:500px;
		    padding-bottom: 20px
}
.speakers img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}


#Sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Sidebar .wabanner img
{margin-left:auto; margin-right:auto; display:block}
#Sidebar ul {margin-left: 0px;
	padding-left: 0px;
	    margin-top: 10px;
    margin-bottom: 25px;}
#Sidebar ul li {	list-style: none;
	margin-left: 0px;
	padding-left: 10px; pading-right:5px;
	margin-bottom: 5px;}
	
.glance {
	margin-left: auto;
	margin-right: auto;
	font-size: 0.85em;
	border: 1px solid #F2F2F2;
	
}
.glance td {
	padding: 4px 0px;
	}
.glance th {
	padding-top: 5px;
	padding-bottom: 5px; text-align:left;
}
.glance .start, {text-align:right; padding-right:1px;}
.glance .end {text-align:left; padding-right:8px; padding-left:1px}
.glance a {
	text-decoration: none;
	color: #455560;
}
.glance a:hover {
text-decoration: underline;
}	

#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(https://www.inda.org/events/wow17/images/bg-footer.jpg) repeat-x;
}
#HomeIntro {
	clear: both;
	float: left;
margin-left: 3%;
	width: 94%;
	display: block;
}
#Sponsors {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Sponsors h4 {
	font-weight: 400;
	font-size: 16px;
	color: #26A9E0;
	text-align: center;
}
.sponsors h2 strong { color: #F48120; }
.sponsors h2 span { font-size: .75em; }

#Sponsors h5 {
	font-size: 14px;
	font-weight: normal; margin-top: 0px;    margin-bottom: 10px;
}
.sponsor-padding {margin: 0px 10px; overflow:hidden;}
.sponsor-padding div {
	float: left;
	margin-right: 3%;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#THISisWHEREtheTABLETTABLETTABLETcssSTARTS	{font-size:1em}
.gridContainer {
	width: 90.675%;
	/* [disabled]padding-left: 1.1625%; */
	/* [disabled]padding-right: 1.1625%; */
}

#Header{
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 10px;
	border:none;
	background-color:#D1EB42;
}

#Header .tweet {
    position: absolute;
    top: 3px;
    right: 65px;
	    left: auto;
		-webkit-box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
-moz-box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
box-shadow: 1px 1px 3px 1px rgba(200, 200, 200, 1);
}
.logo {float:left;}
.banner {
	background: #FFF;
	overflow: hidden;

}
.banner .dates {
	text-align: right;
	float: right;
	height: 96px;
	background: #FFF;
	font-size: 1.3em;
}
/*tablets*/
.access_aid {display:none; height:0px}
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	box-shadow: none;
	position: relative;
	padding:0px;

	background:url(https://www.inda.org/events/wow17/images/Chameleon-SecondaryPages.png) no-repeat center bottom;
	height: 250px;
	/*margin-bottom: -42px;*/
}

#Nav ul {
	text-align: left;
	display: inline;
	margin: 0;
	padding: 6px 4px 4px 0;
	list-style: none;
	background: #FFF url(https://www.inda.org/events/wow17/images/bg-bottomshadow.png) no-repeat center top;
	    margin-left: 36px;

}
#Nav ul li{
	display: inline-block;
	margin-right: -4px;
	position: relative;
	padding: 6px 0px 0px 8px;
	cursor: pointer;
font-size:1em;
margin-bottom:0px;
line-height:1.3em
}


#Nav ul li a:link, #Nav ul li a:visited {
	color: #455560;
	text-decoration: none;
	border-right: 1px solid #778189;
	padding-right: 8px;
}
#Nav ul li a:hover {
	color: #00C;
	text-decoration: underline;
}
#Nav ul li:hover{ text-decoration: underline;}
#Nav ul li ul {
    position: absolute;
    top: 18px;
    left: -35px;
    width: 142px;
    display: none;
    visibility: hidden;
    -webkit-transiton: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    background: url(https://www.inda.org/events/wow17/none);
}
#Nav ul li ul li {
	background: #fff;
	display: block;
	color: #333;
	padding-bottom: 5px;
	font-size:1em;
}
#Nav ul li ul li a:link{
	border: none;
	padding-right: 2px;
}
#Nav ul li ul li:hover { background: #eee; }
#Nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}


#BodyText {
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
	margin-top:-60px;
}
#BodyText.homepage {margin-top:0px}

#BodyText h1 {
	margin-top: 0px;
}

#Sidebar {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
	padding-top: 52px;
}
#Sidebar img
{margin-left:10px}

#Sidebar .wabanner
{margin-left:0px} 
#home #Sidebar {
	padding-top: 13px;
	background:url(https://www.inda.org/events/wow17/images/bg-sidebar.png) no-repeat  left 386px
	/* [disabled]height: 1250px; */
}


#Sidebar .hr {
	margin-right: 30px;
	margin-left: 30px;
}
#Sidebar .glance {
	padding: 10px 30px;
	margin:20px;
	background: none;border: none;

}

#HomeIntro {
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	font-size: 1.3em;
	background: url(https://www.inda.org/events/wow17/images/splatline.jpg) no-repeat right bottom;
	padding-bottom: 45px;
	z-index: 40;
	margin-top: 20px;
	
}
.homepage .ConfBold {
	font-size: 1.3em;
	line-height: 1.5em;
}

#home #BodyText .sidebarheader {
	font-size: 1.1em;
	font-weight:800;
	margin-top: 20px;
}



#Footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: .85em;
	margin: 30px 0 0;
}
#Footer p { margin-left: 42px; 
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
.presentations { padding-left: 12%; }
.speakerlist p{
	margin-top: 1.8em;
	margin-bottom: 2em;
}

.presentations p {
	margin-bottom: 1.4em;
	margin-top: 1.4em;
}

.comm, .committee {
	background: #ECEFF6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin:20px
}
.about {
	background: #ECEFF6;
	padding: 10px;
}
#Sidebar .comm p, #Sidebar .committee p  {	padding-left: 15px;
	padding-right: 15px; }

.dine {
	background: #ECEFF6 no-repeat right top;
	padding: 1px 10px;
}
.dine h3 {
color: #F48120;
    font-size: 1.6em;
	margin-bottom: 0px;
}




.address {
	float: right;
	text-align: right;
	font-weight: 700;
	color: #455560;
	margin-right:30px;
}
#Sponsors {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;     margin-top: 20px;

}
#Sponsors h4 { border-bottom: 1px solid #333;   line-height: 0.1em;
   margin: 10px 80px 20px;  }

#Sponsors h4 span {    background:#fff; 
    padding:0 10px; }
	
.sponsor-padding {margin: 0px 10px 0px 84px;}
.sponsor-padding div {
	float: left;
	width: 190px;
    text-align: center;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */


#THISisWHEREtheCOMPUTERCOMPUTERCOMPUTERcssSTARTS  {font-size:1em}
@media only screen and (min-width: 769px) {


.gridContainer {
	width: 978px;
	/* [disabled]padding-left: auto; */
	/* [disabled]padding-right: auto; */
	margin: auto;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.banner {
	background: #FFF;
	height: 150px;
	padding-top: 20px;
	padding-left: 104px;

}
.banner .dates {
	text-align: right;
	padding-right: 84px;
	width: 350px;
	float: right;
	margin-top: 20px;
	height: 96px;
	border-left: 1px solid #45545f;
	font-size: 1.8em;
}
#Nav{
	clear: both;
	float: left;
	display: block;
	width: 100%;
	/* [disabled]background: #FFF; */
}
#BodyText {
	clear: both;
	float: left;
	margin-left: 70px;
	width: 551px;
	display: block;
	
}

#Sidebar {
	clear: none;
	float: left;
	margin-left: 50px;
	width: 246px;
	display: block;
background:url(https://www.inda.org/events/wow17/images/bg-sidebar.png) no-repeat  left 386px
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#HomeIntro {
	clear: both;
	float: left;
	margin-left: 70px;
	display: block;
	margin-right: 70px;
	width: 819px;
}
#Sponsors
 {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
}

}

/* add to calendar */
.savedate td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
}
.savedate th { padding-right: 10px; }
.savedate ul {margin-top:0; padding-top:0}
.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
	margin-left:20px
	}

.atcb-link {
    display: block;
    outline: none!important;
    cursor: pointer;
}

.atcb-link:focus~ul,
.atcb-link:active~ul,
.atcb-list:hover{
    visibility:visible;
}

.atcb-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    z-index: 900;
}

.atcb-list,
.atcb-item
{
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
}

.atcb-item {
    float: none;
    text-align: left;
}

.atcb-item-link
{
    text-decoration: none;
    outline: none;
    display: block;
}

.atcb-item.hover,
.atcb-item:hover {
    position: relative;
    z-index: 900;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

/* Icon */

.atc-style-button-icon .atcb-link,
.atc-style-button-icon .atcb-link:hover,
.atc-style-button-icon .atcb-link:active,
.atc-style-button-icon .atcb-link:focus
{
    text-decoration: none;
    outline: none;
    padding: 2px;
	color: #26A9E0; font-weight: bold;
	    margin-top: 23px;
}


/* Blue */

.atc-style-blue .atcb-link,
.atc-style-blue .atcb-link:active,
.atc-style-blue .atcb-link:focus
{
    margin: 0;
    padding: 7px 25px;
    color: #fff;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    line-height: 20px;
    vertical-align: middle;
    background: rgb(179, 141, 73);
    box-shadow: 0 0 40px rgba(0, 0, 0, .13) inset;
    border-radius: 4px;
    zoom: 1;
}


.atc-style-blue .atcb-link:hover{ background: rgb(244, 186, 81); }

.atc-style-blue .atcb-list, .atc-style-button-icon .atcb-list {
      width: 170px;
    border: 1px solid #26A9E0;
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
 
}

.atc-style-blue .atcb-list, .atc-style-button-icon .atcb-list, 
.atc-style-blue .atcb-item, .atc-style-button-icon .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item, .atc-style-button-icon .atcb-item, 
.atc-style-blue .atcb-item-link, .atc-style-button-icon .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link, .atc-style-button-icon .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,  .atc-style-button-icon .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,  .atc-style-button-icon .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus,   .atc-style-button-icon .atcb-item-link:focus
{
    color: #000;
    font-family: "Verdana";
    font-size: 14px;
    text-decoration: none;
    outline: none;
    padding: 5px 15px;
}

.atc-style-blue .atcb-item-link:hover, .atc-style-button-icon .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active, .atc-style-button-icon .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus, .atc-style-button-icon .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover, .atc-style-button-icon .atcb-item.hover,
.atc-style-blue .atcb-item:hover, .atc-style-button-icon .atcb-item:hover
 {
    background: rgb(66,129,244);
}
