@charset "utf-8";
body {
	background: #eff1f5 url(https://www.inda.org/events/rise17/images/bg-body.jpg) repeat-x center top;
	font-family: Raleway, Arial, Helvetica, "San Serif";
	color: #455560;
}

/* 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;
}
h2 {
	color: #03F;
	color: #5d89b4;
	font-weight: 700;
	line-height: 1.5em;
	margin: 1em 0em 0.5em;
}
H3 {
	color: #455560;
	font-weight: bold;
	font-size: 1.2em;
}

.session h3 {
	color: #F6B221;
	font-size: 1.7em;
	margin-bottom: 0px;
	padding-bottom: 5px;
}


.session h4 {  font-size: 1.3em; margin-bottom:3px; margin-top:9px}
h3.date {
	border-bottom: 1px solid #DB832C;
	color: #5889B5;
	font-size: 2em;
	font-weight: 500;
	padding-bottom: 5px;
}



h3 .times {
	font-weight: normal;
	font-size: 12px;
	color: #455560;
	margin-bottom:10px;
}

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;
	}

p {
	margin: 0px 0px .5em;
	padding: 0px;
}

.goldFont {color:#f6b221;}
.blueFont, .ConfBold {color:#5d89b4;}
.award li {
	margin-bottom: 8px;
	list-style: none;
}


.fees, .glance {
	background: #FDF1D9;
	border-top: 1px solid #F3C472;
	border-right: 1px solid #F3C472;
	border-left: 1px solid #F3C472;
}
.glance td {
	padding: 4px 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F3C472;
}
.fees td, .fees th {
	padding: 4px 6px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #F3C472;
}
.fees .mem, .glance th { background: #F7D5B0; }
.glance em { font-size: .85em; }
.glance {
	font-size: 0.85em;
	margin-left: 5px;
	margin-bottom: 30px;
}

.glance th {
	padding-top: 5px;
	padding-bottom: 5px;
}

.glance .start, .glance .end {text-align:right; padding-right:8px; padding-left:3px}


.homepage a:link, .homepage a:visited, .conference a:link, .conference a:visited {
	font-weight: bold;
	color: #f8af14;
	text-decoration: none;
}
.homepage a:hover, .conference a:hover { text-decoration:underline}
.icons {
	float: right;
	margin-right: 10px;
}
.icons img {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.dpa {
	background: #ECEFF6;
	padding-right: 5px; /** use HR at top and bottom, will add padding **/
	padding-left: 5px;
}


.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;
}
.break {
		border-bottom: 1px solid #eee;
	    margin: 0px 16px;
}
.lunch  {border-bottom: 1px solid #eee;
	    margin: 0px 16px;}

.coffee {
	float: left;
	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;
}
#Header {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	padding-top: 0px;
}
#Header { background: url(https://www.inda.org/events/rise17/images/bg-head.jpg) no-repeat top; }


.banner {
	background: #F0F1F5;
	padding-top: 20px;

}
.banner .dates {
	text-align: right;
	font-weight: bold;
}
.dates em {
	font-style: normal;
	font-weight: bold;
	color: #5d89b4;
}

.dates strong {
	color: #f6b221;
	font-size: 1.8em;
	line-height: 1.5em;
}



/* mobile only  /////////////////////////////////////// e*/
#Nav {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: none;
	background: #eff1f5;
	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/rise17/images/bgnav-m.jpg) no-repeat left center;
}

#access_top { background: url(https://www.inda.org/events/rise17/images/bgnav-m.jpg) no-repeat right center; 
}


#BodyText {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: #FFF;
}
.speakers img {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.twitterhome {width:100%}
.sponsorhome {text-align: center; margin-bottom:20px}
#Glance {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#Sidebar {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
text-align:center;
}
#Sidebar .committee li {
	font-size: 0.9em;
	margin-bottom: 8px;
	line-height: 1.3em;
}


#Footer {
	color: #fff;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(https://www.inda.org/events/rise17/images/bg-footer.jpg) repeat-x;
}
#Footer a {
	color: #FFF;
	text-decoration: none;
}
.address {
	color:#fff;
}
#HomeIntro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#homeglance {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	background: url(https://www.inda.org/events/rise17/images/bg-glance.jpg);
	
}

#homeglance h1 {	color: #FFF;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#homeglance strong {
	font-weight: bold;
	color: #f6b221;
	font-size: 22px;
}
#homeglance ul {
}
#homeglance em {font-size: .85em; }
#homeglance dl { margin: 0 5%;     font-size: 1.2em;}
#homeglance dt {font-weight:bold}
#homeglance dd {margin: 0 0 10px 0;}

#homeglance ul li {
	list-style: none;
	margin-bottom: 15px;
}
#homeglance a:link, #homeglance a:visited {
	color: #FFF;
	text-decoration: none;
}
#homeglance a:hover {
	color: #FFF;
	text-decoration: underline;
}

#Sponsors	{clear: both;float: left;margin-left: 0;width: 100%;display: block;     margin-top: 20px;}
#Media	{clear: both;float: left;margin-left: 0;width: 100%;display: block;}

#Media h4 {
	font-weight: 400;
	font-size: 16px;
	color: #26A9E0;
	text-align: center; border-bottom: 1px solid #333;   line-height: 0.1em;
   margin: 10px 80px 20px;  }

#Media h4 span {    background:#fff; 
    padding:0 10px; }

.media-padding {margin: 0px 10px; overflow:hidden;}
.media-padding div {
width:100%; text-align:center; margin-bottom:20px;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
#THISisWHEREtheTABLETTABLETTABLETcssSTARTS	{font-size:1em}


@media only screen and (min-width: 481px) {





.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: 0px;
}

.banner { overflow: hidden; 

}
.banner .dates {
	text-align: right;
	float: right;
	font-weight: bold;
	height: 96px;
}
.access_aid {display:none; height:0px}
#Nav {
	box-shadow: none;
	position: relative;
	padding:0px;
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	margin-bottom: 20px;
	background: url(https://www.inda.org/events/rise17/images/bg-nav.jpg) no-repeat center bottom;
	height: 100px;
}
#Nav .tagline {
	color: #FFF;
	text-align: center;
	font-size: 28px;
	font-weight: 400;
	padding-top: 15px;
}

#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/rise17/images/bg-bottomshadow.png) no-repeat center top;
	    margin-left: 66px;

}
#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/rise17/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 { line-height:1.4em;
	clear: both;
	float: left;
	margin-left: 0;
	width: 61.5384%;
	display: block;
}

#homeglance h1 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#homeglance h1 {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 15px;
}
#homeglance strong {
	font-weight: bold;
	color: #f6b221;
	font-size: 22px;
}
#homeglance ul {
	float: left;
	width: 200px;
	margin-right: 50px;
	/* [disabled]margin-top: 0px; */
}
#homeglance dl { margin: 0 84px;     font-size: 1.2em;}
#homeglance dt {font-weight:bold}
#homeglance dd {margin: 0 0 20px 0;}
#homeglance em { font-size: .85em; }
#homeglance .first {margin-left:20px;}

#homeglance ul li {
	list-style: none;
	margin-bottom: 15px;
}

.twitterhome {width:550px; float:right}
.sponsorhome {text-align: center;
padding-top: 84px;}
#Glance {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
}

#Sidebar {
	clear: none;
	float: left;
	margin-left: 2.5641%;
	width: 35.8974%;
	display: block;
	padding-top: 52px;
	background: #fff url(https://www.inda.org/events/rise17/images/bg-sidebar.png) no-repeat left top;
	text-align:left;
}
#home #Sidebar { background: url(https://www.inda.org/events/rise17/images/bg-sidehome.png) no-repeat center top;
padding-top:13px; }



#Sidebar ul {
	padding: 0px 0px 15px;
	margin: 0px 30px;
}
#Sidebar ul li {
    width: 100%;
    margin: 0px 0px 1em;
    padding: 0px;
    line-height: 1.1em;
    list-style-type: none;
    font-size: .95em;
}


#Sidebar p {
	padding-left: 30px;
	padding-right: 30px;
}
#Sidebar .hr {
	margin-right: 30px;
	margin-left: 30px;
}
.media-padding div {
	float: left;
	margin-right: 3%;
	    width: 30%;
}

#HomeIntro { line-height:1.8em;
	clear: both;
	display: block;
	font-size: 1.4em;
	padding-bottom: 15px;
	z-index: 40;
	padding-top: 20px;
}
#home #BodyText .blueFont {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 20px;
}
.dpa .presentations {padding: 0px 20px 0px 40px}

#Footer {
	clear: both;
	float: left;
	width: 100%;
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #FFF;
	font-size: .85em;
	margin: 30px 0 0;
}
#homeglance {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Sponsors {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Media {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.media-padding {margin: 0px 10px 0px 84px;}
.media-padding div {
	float: left;
	margin-right:13%;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

#THISisWHEREtheCOMPUTERCOMPUTERCOMPUTERcssSTARTS  {font-size:1em}
.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;
}
#Header .topline { padding-top: 4px; 
}
.banner {
	padding-top: 0px;
	padding-left: 84px;

}
.banner .dates {
	text-align: right;
	padding-right: 84px;
	width: 315px;
	float: right;
	font-weight: bold;
	margin-top: 25px;
	height: 75px;
	border-left: 1px solid #b5bbbf;
}
#Nav {
	clear: both;
	float: left;
	display: block;
	width: 100%;
}
#BodyText {
	clear: both;
	float: left;
	margin-left: 84px;
	width: 551px;
	display: block;
}
#Glance {	clear: none;
	float: left;
	margin-left: 20px;
	width: 246px;
	display: block;}
#Sidebar {
	clear: none;
	float: left;
	margin-left: 20px;
	width: 246px;
	display: block;height: 600px;
}
#Footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#Footer p { margin-left: 42px; 
}
#HomeIntro {
	clear: both;
	float: left;
	margin-left: 84px;
	display: block;
	margin-right: 84px;
	width: 819px;
}
#homeglance {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#homeglance .first {margin-left:60px;}

.presentations { padding-left: 8%; }
.comm {
	background: #ECEFF6;
	padding-top: 10px;
	padding-bottom: 10px;    margin: 20px;
}

.dine {
	background: #ECEFF6 no-repeat right top;
	padding: 1px 5px;
}
.dine h3 {
	color: #608CB9;
	font-size: 1.5em;
	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;
}

#Media {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}


}
.savedate td {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	line-height:1.3em;
}
.savedate th { padding-top: 15px; 	line-height:1.3em;}
.savedate ul {margin-top:0; padding-top:0}
.addtocalendar var{
    display: none;
}

.addtocalendar {
    position: relative;
    display: inline-block;
    background: transparent!important;
}

.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;
}


/* 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 {
    width: 170px;
    border: 1px solid rgb(186,186,186);
    border-radius: 2px;
    box-shadow: 0 0 5px #AAA;
}

.atc-style-blue .atcb-list,
.atc-style-blue .atcb-item
{
    background: #fff;
    color: #000;
}

.atc-style-blue .atcb-item,
.atc-style-blue .atcb-item-link
{
    line-height: 1.3em;
    vertical-align: middle;
    zoom: 1;
}

.atc-style-blue .atcb-item-link,
.atc-style-blue .atcb-item-link:hover,
.atc-style-blue .atcb-item-link:active,
.atc-style-blue .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-blue .atcb-item-link:active,
.atc-style-blue .atcb-item-link:focus
{
    color: #fff;
}

.atc-style-blue .atcb-item.hover,
.atc-style-blue .atcb-item:hover {
    background: rgb(66,129,244);
}
