/* Id: 7.477843.1427294299
 * Generated: Jul 9, 2017 1:52:16 PM
 */
    .index.paper.container.noPaper > p a:hover::before {
    display: none!important;
}
div.third {
    float: left;
    width: 30%;
}
div.third img {
    width: 90%;
}
.bioRelated .Activity {
    display: none;
}
.activityTitle.loading:after {
    display: none;
}
#nav .nav-links a:hover, #nav .nav-links li:hover a, #nav .nav-links li:hover ul {
    background: none repeat scroll 0 0 #e21a37;
    color: #000;
    font-weight: bold;
}

#nav .nav-links a, #nav .nav-links li a, #nav .nav-links li ul {
    color: #fff;
    font-weight: bold;
}
/* Left Sidebar */
    /*
    div#not-sidebar {
      -webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;
    }
    div#sidebar {
      -webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;
    }*/
    
    /* Right Sidebar */
    #search-result-form #content {
      -webkit-box-ordinal-group: 2;-moz-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;
    }
    #searchFacetContainer {
      -webkit-box-ordinal-group: 1;-moz-box-ordinal-group: 1;-ms-flex-order: 1;-webkit-order: 1;order: 1;
    }


/* base color scheme */
    #nav {
      background:#595A5C;
    }
    
    div#banner {
      background: #fff;
    }
    

    #directoryAZ h4, .results h4,.bio-content .bioRelated>div>h4,#sidebar>div>h3, #sidebar .utility .loggedin h3,.event h1,.scheduleTab h1, .indexDateTitle,.event h2,.event h1,
    #searchFacetContainer h3,.help-div h2.title, .userProfile .ui-tabs-panel div>h1, .userItineraryResearch .ui-tabs-panel div>h2,#sidebar .tabGroup .ui-tabs h3,
    #not-sidebar>.track.content>header h2 {
      background: #595A5C;                     /* BASE */
      color:#fff;                              /* #fff if background is dark, #333 if background is light -- user your best judgement */
    }
    div#footer,html {
      background:#595A5C;
    }
div#footer a,div#footer p {color:#fff;}
    #returnToTop>span {
      background:#595A5C;                      /* BASE */
      border:1px solid #595A5C;                /* BASE */
      box-shadow:inset 0px 0px 0px 1px #fff,   /* Leave as is */
      inset 0px 0px 10px #333;              /* color match A - darker then B*/
    }

/* custom colors for  index */
    .event h1,.scheduleTab h1, .event .indexDateTitle,.scheduleTab .indexDateTitle, .slot .event h2, .slot .event h1, .slot .scheduleTab h1 {
      border-color: #333;                   /* color match A - darker then B */
    }
    
    .indexDateTitle:hover, .trackContainer>header>h2:hover {
      background-color: #aaa;               /* color match B */
    } 
    
    .slot .event h2 .arrowIcon,.event h3 .arrowIcon,.scheduleTab h3 .arrowIcon,.arrowIcon {
      background-color: #aaa;               /* color match B - darker then BASE */
      border-color: #333;                   /* color match A - darker then B*/
    }
    div.trackContainer>div, div.trackContainer>header,div.trackContainer:after,.indexActivityGroup, .trackContent {
      border-color: #333;                   /* color match A - darker then B*/
    }
    .trackContainer .description {
      border-bottom-color:#333;             /* color match A - darker then B*/
    }
    .indexDateTitle:hover>.arrowIcon,#not-sidebar #tracksTab h2.title:hover .arrowIcon {
      background-color: #333;               /* color match A - darker then B*/
    }

/* function options for track index */
    /* NO DATE or TIME */                                    /*  .function>header .indexMetadata {display: none;}               */
    /* NO DATE */                                            /*  .function>header .indexMetadata .indexDates {display: none;}   */
    /* NO TIME */                                            /*  .function>header .indexMetadata .indexTimes {display: none;}   */
    /* FOR IE - Function without Times, date or room */          html[data-useragent*='MSIE 8.0'] .function>header>div.indexTitle, 
                                                                 html[data-useragent*='MSIE 9.0'] .function>header>div.indexTitle { border-right:0!important;width:100%!important; }

/* TEASER MODE */
    /* div.activity.index.inner {cursor: text;} */

/* TO INCLUDE BIO IMAGES, COMMENT THE CSS BELOW - DEFAULT IS NO IMAGE */
   
    li .bioGroup.noImage:before,.bioGroup.hasImage>img {display:none;}
    li .bioGroup.hasImage>div, li .bioGroup.noImage>div {margin-left: 1em;}
    

/* hide track border on track index */
    body div.trackContainer {
      border-width: 0;
    }
    body div.trackContainer:after {
      display:none;
    }


/* hide article sidebar and dateline items */
    .article .dateLine, .article .sideBar {
      display: none;
    }

/* Fix spacing of schedule index hover when paper authors is not shown */
/*
.scheduleTab.hasTimes .index.paper.container:last-child>p a:hover:before {
bottom: 0;
top: initial;
}*/

/*no hover color change for activities sans paper*/
#wrapper .noPaper .inner:hover {
  background: transparent!important;
}

#wrapper .noPaper, #wrapper .noPaper .inner,#wrapper .noPaper .inner>div,#wrapper .noPaper a {
    cursor: text!important;
}
#wrapper .noPaper .indexActivityToggle {
  visibility: hidden;
}

#wrapper .noPaper .activityContent,#wrapper .noPaper .activityContent.loading {
  display: none!important;
  height:0!important;
}

/*greys out all info for the activity*/
.noPaper a, .noPaper span {
  opacity: .5;
}

/*fixes 50% max-width on date header box*/
div#tracksTab>header .dates, #tracksTab>header .location {
max-width: 100%;
}

      