@charset "utf-8";

@font-face {
font-family: "TradeGothic";
    src: url("fonts/TradeGothicLTStd.eot");
	src: url("fonts/TradeGothicLTStd.woff") format("woff"),
		 url("fonts/TradeGothicLTStd.svg") format("svg"),
		 url("fonts/TradeGothicLTStd.otf") format("opentype"),
		 url("fonts/TradeGothicLTStd.ttf") format("truetype");
}

@font-face {
font-family: "TradeGothicBold";
	src: url("fonts/TradeGothicLTStd-BdCn20.eot");
	src: url("fonts/TradeGothicLTStd-BdCn20.woff") format("woff"),
		 url("fonts/TradeGothicLTStd-BdCn20.svg") format("svg"),
		 url("fonts/TradeGothicLTStd-BdCn20.otf") format("opentype"),
		 url("fonts/TradeGothicLTStd-BdCn20.ttf") format("truetype");
}

html {
    background-color: #fff;
    background-color: #fff;
    background: url(../images/style/Chicago_Skyline.jpg) no-repeat fixed center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/style/Chicago_Skyline.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/style/Chicago_Skyline.jpg', sizingMethod='scale')";
}

body {
    margin: 0;
    padding: 0;
    -webkit-animation: bugfix infinite 1s;
}

a {
    color: #1155CC;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

input::-webkit-input-placeholder {
    font-family:Helvetica, Arial, sans-serif; 
}
input::-moz-placeholder {
    font-family:Helvetica, Arial, sans-serif; 
} /* firefox 19+ */
input:-ms-input-placeholder {
    font-family:Helvetica, Arial, sans-serif;  
} /* ie */
input:-moz-placeholder {
    font-family:Helvetica, Arial, sans-serif;  
}

img {
    border: none;
    margin: 0;
    padding: 0;
}

img.floatRight {
    margin-left: 10px;
    float: right;
}

img.center {
display: block;
margin-left: auto;
margin-right: auto;
}

h2, h3, h4 {
margin-bottom: 0;
font-family: Helvetica, Arial, sans-serif;
font-weight: normal;
}

h3 { font-size: 1.5em; }
h4 { font-size: 1.2em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

#wrapper {
    margin: 0 auto;
    padding: 0;
    font-size: 1em;
    font-family: TradeGothic, Helvetica, sans-serif;
    width: 960px;
	background: #fff; 
	/*background: url(../images/guide.jpg);*/
    
}

#canvas {
    margin: 0 auto;
	width: 900px;
}

/*
  ==========
    Header  
  ==========
*/

#header {
    position: relative;
    margin: 0 auto;
	height: 324px;
}

#header h1{
    /*SEO*/
    overflow:hidden; width:0px; height:0px;
 margin: 0px;
}

#header img {
	/*padding: 30px 0 40px 30px; */
	position: absolute;
	top: 30px;
	left: 0px;
}

#search {
    width: 140px;
    height: 17px;
    position: absolute;
    right: 0;
    top: 67px;
    background: #FECC4E;
	padding: 5px;
}

::-webkit-input-placeholder {
   color: #000;
   font-family: Georgia, Times, Sans-serif;
   letter-spacing: .5px;
}

 { /* Firefox 18- */
   color: #000;
   font-family: Georgia, Times, Sans-serif;
   letter-spacing: .5px; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #000;
   font-family: Georgia, Times, Sans-serif;
   letter-spacing: .5px; 
}

:-ms-input-placeholder {  
   color: #000;
   font-family: Georgia, Times, Sans-serif;
   letter-spacing: .5px;
}

#conf-date span {
    display: block; 
}

#conf-date > span:last-of-type {
	color: #8dd8f8;
	font-size: 24px;
}

#conf-date {
	position: absolute;
	bottom: 54px;
	right: 50px;
	text-align: left;
	color:#ed1c24;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: TradeGothicBold, Helvetica, sans-serif;
	font-size: 44px;
}


/*
  ==========
     Main  
  ==========
*/


#main {
    padding: 40px 0;
    text-align: left;
}

#main #title {
    height: 30px;
    margin-bottom: 1.5em;
    position: relative;
}

#title .page_title {
    font-size: 2em;
    position: absolute;
    bottom: 2px;
}

.main-image {
    position: relative;
    width: 900px;
    height: 206px;
    margin-bottom: 50px;
}

.main-image img {
    max-width: 900px;
}

.main-caption {
    position:absolute;
    left: 0;
    bottom: 0;
    background:rgba(255, 255, 255, 0.7);
    color:#000;
    width:100%;
    z-index:8;
    overflow:hidden;
}

.main-caption p {
    padding: 10px;
    margin: 0;
    font: 12px Helvetica, Arial, sans-serif;
}

#content, #home-content {
    min-height: 60em;
    font-size: 1em;
    line-height: 1.5em;
}

#main > #content {
    min-height: 40em;
}

.caption {
    font-size: 10px;
}

#main table {
    border-collapse: collapse;
    width: 100%;
}

/*#main table td, #main table th  {border: 1px solid #ccc;}*/

/*
  ===========
    Home
  ===========
*/

#slideshow {
    width: 900px;
    height: 410px;
    position: relative;
    padding-bottom: 50px;
}

#column1 {
    float: left;
    width: 575px;
    padding: 0 40px 20px 0;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 18px;
}

#column1 h2, #column2 h3 {
	margin-top: 0;
	font-family: TradeGothicBold, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color:#ed1c24;
}
#column1 h2 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0;
}

#column1 h3 {
    padding: 4px;
	color: #000000;
	background-color: #FECC4E;
    padding-top: 8px;
}

#column1 .no-bg {
    background-color: #FFFFFF;
    color: #636363;
    padding: 0px;
}


#home-content #column1 h2:hover {color:black;}

#column1 > a:first-child {
    text-decoration: none;
}

#column1 h4 > a, .imp-date {
	color: #636363;
	font-family: Helvetica, Arial, sans-serif;
}

#column1 h4 > a {font-size:15px;}
.imp-date {font-size:14px;}

#column1 h4 > a:hover {
    color:#000;
	text-decoration: none;
}

#column1 h4:first-child {
    margin-top: 5px;
}

.rss-link {
    display:none;
    background: url(http://www.mccormick.northwestern.edu/images/news/common/rss.jpg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    float: left;
}

#column1 > a:last-child {
    font: 12px TradeGothic, Helvetica, sans-serif;
    color: #000;
    float: left;
    clear: left;
    margin-top: 15px;
}

#column2 h3 {
    font-size: 24px;
	line-height: 34px;
}

#column2 {
    float: left;
    width: 285px;
    padding: 0;
    font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 18px;
}

#column2 p:first-of-type {
    margin-top:0;
}

#column2 img:first-of-type {
    margin-top:  7px;
}

#column2 img {
    max-width: 285px;
    height: auto;
}


.date-descrip {
	margin-top: 0;
}

#column2 h3+span {
	display: inline-block;
     margin-top: 7px;
}

/*
  ===========
    Footer 
  ===========
*/

#footer {
    padding: 50px 0 10px 0; 
    font-size: 12px;
    width: 100%;
	clear:both;
}

#footer img {
    margin-right: 15px;
    max-width:26px;
}

#footer a:link {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

/*
  ===========
      ETC 
  ===========
*/

h2+p, h3+p {
margin-top: .3em;
}

h4+p, h5+p, h6+p {
margin-top: 0;
}

h3+h4, p+h4 {
    margin-top: .5em;
}

.text_center {
    text-align: center;
}

.object_center {
    margin-left: auto;
    margin-right: auto;
}

.underline {
    text-decoration: underline;
}

.image_float_left {
    float: left;
    margin-right: 12px;
    margin-bottom: 5px;
}

.image_float_right {
    float: right;
    margin-left: 12px;
    margin-bottom: 5px;
        clear:right;
}

.no_border {
    border: 0px;
}

.back_to_top {
    font-size: 9px;
    font-weight: bold;
}
.clear {
    clear:both;
}

/* Additions by David Meyer */

.nivo-controlNav a.active {
    background-position: 0 105% !important;
}

.nivo-controlNav a {
    width:20px !important;
    background: url(../../../../images/style/bullet-map-hires.png) no-repeat !important;
    background-size:100% !important;
}

#header-image{ max-width:486px; }

.sponsors {
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   -webkit-align-items: center;
   align-items: center;
}

.diamond img {
    width: 870px;
}

.platinum img {
    width: 420px;
}

.gold img {
    width: 270px;
}

.silver img {
    width: 195px;
}

.bronze img {
    width: 150px;
}

.frontpage.technical img {
    width: 161px;
}
.frontpage.technical {
    border-bottom:1px solid #636363;
}

.frontpage.diamond img {
    width: 545px;
}

.frontpage.platinum img {
    width: 257px;
}

.frontpage.gold img {
    width: 161px;
}

.frontpage.silver img {
    width: 113px;
}

.frontpage.bronze img {
    width: 113px;
}

.sponsors img {
    padding:15px;
}


.ShowHide {
    visibility: hidden;
    display:none;
    position: absolute;
    top: -9999px;
    left: -9999px;
    }

.labelShowHide span:first-of-type {

    color: #1155CC;
    display: inline-block;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    transition: 0.15s;


}

.labelShowHide.Header span:first-of-type {

    display: inline-block;
    -webkit-transition: 0.15s;
    -moz-transition: 0.15s;
    -o-transition: 0.15s;
    -ms-transition: 0.15s;
    transition: 0.15s;

}

.labelShowHide span:first-of-type ~ span {
    padding-left:5px;
    color: #1155CC;
    text-decoration: none;
}

.labelShowHide.Header span:first-of-type ~ span {
    padding-left:5px;
    text-decoration: none;
}

.labelShowHide span:first-of-type ~ span:hover {
    text-decoration: underline;
}

.labelShowHide:hover {
    cursor: pointer;
}

.labelShowHide .hide {
    display: none;
    visibility: hidden;
}

/*.ShowHide:checked +.labelShowHide + .sectionShowHide{*/
/*    max-height: 800px;*/
/*}*/



.ShowHide:checked + .labelShowHide .show {
    display: none;
    visibility: hidden;
}

.ShowHide:checked + .labelShowHide .hide {
    display: inline;
    visibility: visible;
}

.ShowHide:checked + .labelShowHide span:first-of-type {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

@-webkit-keyframes bugfix { 
  from { padding: 0; } 
  to { padding: 0; } 
}

.nivoSlider img { 
    max-width:900px;   
}

#column1 img {
    max-width:100%;
}

/*#column2 span.imp-date:nth-of-type(-n+10) {
    color: #BBBBBB;
}
#column2 p.date-descrip:nth-of-type(-n+10) {
    color: #CCCCCC;
}*/

.grow {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
}

.grow.indent {
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    -webkit-transition: height .5s;
    transition: height .5s;
    height: 0;
    overflow: hidden;
    padding-left:12px;
}


.oldinfo {
    text-decoration: line-through;
}
.newinfo {
    color: #ed1c24;
}

.pad-left {
    padding-left: 10px;
}


.pre-conf {
    width:21%;
    padding:5px;
    border-right: 20px solid transparent;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
    background-color: #D2ECF7;
}
.main-conf {
    background-color: #8dd8f8;
    padding:5px;
}
.post-conf {
    width: 21%;
    background-color: #D2ECF7;
    padding:5px;
    border-left: 20px solid transparent;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.registration-table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.registration-table .header {
    text-align: center;
    font-weight: 500;
}

.registration-table .weekday {
    width: 19%;
}

.feeSchedule {
    width: 60% !important;
}

ul.spaced > li {
    margin-top:6px;
}

.afternoonWT {
    width: 50%;
    padding-right: 10px;
    vertical-align: text-top;
}

.morningWT {
    width: 50%;
    padding-right: 10px;
    vertical-align: text-top;
}

.hangWT {

    padding-left:30px;
	text-indent:-30px;
	margin:0px;
}

#youtubeEmbed {
    
    border: 2px solid;
    border-color: #6d6e71;
}

.authorsList {
    margin-bottom:0.5em;
    padding-left:12px;
}
#aag_table {
    width:100%;
    margin-top:10px;
    border-spacing: 10px 0px;
    border-collapse: separate !important;
}
#program_table {
    position:absolute;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
    width:900px !important;
    border-spacing: 15px 1px;
    z-index: 2;
    border-collapse: separate !important;
    line-height:1em;
}

#program_table tr {
    height:12px;
}
#program_table tr.blank {
    display:block;
}
.aag_day {
    width:20%;
    text-align: center;
    height:16px;
    padding:0px;
}
.aag_time {
    text-align:right;
    vertical-align: center;
    padding:5px;
}
.right {
    text-align:left;
}
.aag_blank {
    padding:5px;
    text-align:center;
}
.aag_opaque {
    background-color:rgba(255, 255, 255, 1);
}
.aag_talk {
    padding:5px;
    text-align:center;
    background-color:rgba(141, 216, 248, 1);
}
.aag_demo {
    padding:5px;
    text-align:center;
    background-color:rgba(210, 236, 247, 1);
}
.aag_food {
    padding:5px;
    text-align:center;
    background-color:rgba(254, 204, 78, 1);
}
.aag_other {
    padding:5px;
    text-align:center;
    background-color:rgba(187, 187, 187, 1);
}
.zero-width {
    width:0px;
}
.twotime{
    padding-top:0px;
    padding-bottom:0px;
    line-height:8px;
}
.solidLine {
    height:1px;
    background:#888;
    width:730px;
    position:relative;
    left:85px;
    z-index: 1;
}
.t0830 {
    top:56px;
}
.t0900 {
    top:107px;
}
.t0930 {
    top:158px;
}
.t1000 {
    top:209px;
}
.t1030 {
    top:260px;
}
.t1100 {
    top:311px;
}
.t1130 {
    top:362px;
}
.t1200 {
    top:413px;
}
.t1230 {
    top:430px;
}
.t1300 {
    top:447px;
}
.t1330 {
    top:462px;
}
.t1400 {
    top:513px;
}
.t1430 {
    top:564px;
}
.t1500 {
    top:615px;
}
.t1530 {
    top:666px;
}
.t1600 {
    top:717px;
}
.t1630 {
    top:768px;
}
.t1700 {
    top:819px;
}
.t1730 {
    top:870px;
}
.t1800 {
    top:921px;
}
.t1830 {
    top:946px;
}
.t1900 {
    top:971px;
}
.t1930 {
    top:996px;
}
.t2000 {
    top:1021px;
}
.t2030 {
    top:1046px;
}
.t2100 {
    top:1071px;
}
.t2130 {
    top:1096px;
}
.t2200 {
    top:1121px;
}
#aag_legend {
    position:relative;
    font-size: 9px;
    font-family: Helvetica, Arial, sans-serif;
    background-color:rgba(255, 255, 255, 1);
    border:1px solid black;
    padding:5px;
    width:119px;
    top:10px;
    left:675px;
    z-index:3;
    box-shadow: 2px 2px 4px #888888;
    line-height:1em;
    
}
.roomLabel {
    font-weight:600;
}
.clearbox {
    height:1100px;
}
.smallText {
    font-size:10px;
}
.blackLink {
    color:#000;
}
.demoTitle {
    margin-bottom:0px;
}
.headshot {
    max-width: 140px !important;
    padding-right: 10px;
    padding-bottom: 10px;
}

#awardsTable img {
    max-width: 200px;
    max-height:50px;
}
#awardsTable .awardTitle {
    font-size:16px;
}
#awardsTable td {
    padding-bottom:10px;
    padding-top:10px;
    height:50px;
}

#awardsTable {
    max-width: 600px !important;
}
