/*****************
Collection of Channels styling
Oct 3rd 2014
******************/
/************************
 * Descriptive variables:
 ************************/
/************************
 * Functional variables:
 ************************/
/*
 * Custom colors
 */
/**
 * Media Queries
 */
/*
 * Early Tablets in portrait and landscape
 * Modifications will only display on devices
 */
.brdr-bttm {
  border-bottom: 1px solid #6f766f; }

.contain, #content .channels-item-list .channel-item {
  width: 100%;
  position: relative;
  float: left;
  max-width: 960px; }

.wrppr.edge {
  margin: 20px 0;
  width: 100%;
  max-width: 960px;
  float: left; }

.wrppr {
  margin: 20px;
  width: 100%;
  max-width: 900px;
  float: left; }

.bug {
  border-bottom: 2px solid red; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.state-hide {
  display: none;
  visibility: hidden; }

/*
 * Mixins
 */
/*****************
Channels block styling
May 22nd 2012
Author: Jason Delmarr;
TODOS: remove comments;
******************/
body.page-node .channelblock h2 a,
body.page-node #sidebar-column ul.channelblock h2 a,
.channel-item h2 a {
  color: #222;
  color: #1F5187;
  background: transparent;
  text-decoration: none; }

body.page-node .channelblock h2 a:hover,
body.page-node #sidebar-column ul.channelblock h2 a:hover {
  color: #222; }

#content-inner .view-importantdates-search .view-footer ul,
#content-inner .view-channels-hub-news .view-footer ul {
  margin: 0;
  padding: 0;
  width: 50%; }
  #content-inner .view-importantdates-search .view-footer ul li,
  #content-inner .view-channels-hub-news .view-footer ul li {
    list-style: none;
    display: inline;
    font-family: FontAwesome;
    margin: 0 8px 0 0;
    font-size: 1.025em; }
  #content-inner .view-importantdates-search .view-footer ul a,
  #content-inner .view-channels-hub-news .view-footer ul a {
    /*text-indent: -9000px;*/
    padding: 0 0 0 3px;
    text-decoration: none;
    text-transform: uppercase; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a {
    color: #DC241F; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a:before,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a:before {
    margin: 0 .25em 0 0;
    content: '\f073'; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a {
    color: #f1be00; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a:before,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a:before {
    margin: 0 .25em 0 0;
    content: '\f09e'; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a:hover:before,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a:hover:before {
    color: #f1a603; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a:hover:before,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a:hover:before {
    color: #b61d19; }

.categories .item-list a,
.categories .item-list a:link {
  margin: 0 .5em .65em 0;
  background: #e1ecdd;
  text-decoration: none;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: normal; }
  .categories .item-list a:hover,
  .categories .item-list a:link:hover {
    background: #E0E4DB; }

.channel-item .categories .links.inline li {
  display: inline;
  margin: 0; }
  .channel-item .categories .links.inline li a {
    margin: 0; }

.channel-item .categories .links.inline li.first {
  padding: 0 0.5em 0 0; }

/*****************
DATE
******************/
/*Channels event Date*/
.view-importantdates-search .custom-multi-date,
.channel_event .custom-multi-date {
  /*CUSTOM-MULTI-DATE*/
  /* End of date-container, .multidate*/ }
  .view-importantdates-search .custom-multi-date .date-container,
  .view-importantdates-search .custom-multi-date .multi-date,
  .channel_event .custom-multi-date .date-container,
  .channel_event .custom-multi-date .multi-date {
    font-style: italic;
    background: #A33944;
    color: #FFF;
    box-shadow: 0 0 2px rgbA(0, 0, 0, 0.2);
    display: inline-block;
    *display: inline;
    line-height: 1.25em;
    margin: 0 3px 0 0;
    padding: 0px;
    text-align: center;
    zoom: 1; }
    .view-importantdates-search .custom-multi-date .date-container span,
    .view-importantdates-search .custom-multi-date .multi-date span,
    .channel_event .custom-multi-date .date-container span,
    .channel_event .custom-multi-date .multi-date span {
      display: inline-block;
      *display: inline;
      padding: 2px 4px;
      zoom: 1;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .view-importantdates-search .custom-multi-date .date-container .day,
    .view-importantdates-search .custom-multi-date .multi-date .day,
    .channel_event .custom-multi-date .date-container .day,
    .channel_event .custom-multi-date .multi-date .day {
      /*day code*/ }
    .view-importantdates-search .custom-multi-date .date-container .month,
    .view-importantdates-search .custom-multi-date .multi-date .month,
    .channel_event .custom-multi-date .date-container .month,
    .channel_event .custom-multi-date .multi-date .month {
      /*month style*/ }
    .view-importantdates-search .custom-multi-date .date-container .year,
    .view-importantdates-search .custom-multi-date .multi-date .year,
    .channel_event .custom-multi-date .date-container .year,
    .channel_event .custom-multi-date .multi-date .year {
      background: none; }

/* Channel News date */
.channel_news .custom-multi-date span {
  color: #989B95;
  font-size: .95em;
  text-transform: uppercase; }

.multi-seperator {
  display: inline-block;
  *display: inline;
  padding: 0 4px;
  text-align: center;
  color: #929492;
  zoom: 1;
  /*font-size:1em;*/ }

/*****************
BLOCKS
******************/
.block-channels .date-container {
  font-size: 1.35em; }

#sidebar-column .block.block-channels .item-list {
  float: none; }

ul.channelblock li {
  list-style-type: none;
  font-size: .6em;
  margin: 0;
  padding: 8px 0;
  line-height: 15px;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5; }

.block-channels h2 {
  padding: 0 0 .5em 0;
  font-size: 1.5em; }

.block-channels,
.block-channels h2 a {
  font-family: Georgia, serif; }

.block-channels a.view-more {
  margin: 0; }

.block-channels .rss,
.block-channels .ical {
  float: right;
  margin: 4px 0 4px 4px; }

.block-channels .rss img,
.block-channels .ical img {
  opacity: 0.7;
  -moz-opacity: 0.7; }

.block-channels .rss img:hover,
.block-channels .ical img:hover {
  opacity: 1.0;
  -moz-opacity: 1.0; }

.block-channels .link-list {
  clear: both; }

.block-channels ul.channelblock {
  margin: .25em .25em .25em 0; }

/*Block Date Events*/
.channelblock .channel-item.channel_event h2 {
  margin: 0 0 0 46px; }

.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  width: 46px;
  float: left;
  clear: none; }

#sidebar-column .channel_event .custom-multi-date {
  clear: both; }

.block-channels .channelblock .channel_event .date-container {
  width: 36px;
  float: left; }
  .block-channels .channelblock .channel_event .date-container span {
    width: 36px;
    text-align: center;
    padding: 0; }
  .block-channels .channelblock .channel_event .date-container .month {
    background: #FFF;
    color: #000;
    text-shadow: none; }

#sidebar-column .channelblock img {
  display: none;
  /*Image will be seen on list, final node view*/ }

.channel-item.channel_event .multi-seperator,
.view-importantdates-search .multi-seperator {
  float: left;
  position: relative; }

.block-channels .multi-seperator {
  float: left;
  width: 40px;
  position: relative;
  padding: 0; }

/*****************
SHORT-TAG IN NODE
******************/
#content-inner .node ul.channelblock {
  margin-left: 0;
  font-size: 1.45em; }
  #content-inner .node ul.channelblock .channel_event .custom-multi-date {
    padding: 0 0 .125em 0; }
  #content-inner .node ul.channelblock .channel_event h2 {
    margin: 0; }

/*****************
LIST VIEW
******************/
#content .channels-item-list .channel-item,
.view-importantdates-search .views-row {
  padding: 1em 0 2.5em 0;
  border: 1px solid #DDD;
  border-width: 0 0 1px 0; }

#content .channels-item-list .channel-item {
  clear: both; }
#content .channels-item-list .custom-multi-date {
  clear: both; }

#content .channels-item-list .channel-item:nth-last-child(-n+3) {
  margin-bottom: 2em; }

.view-importantdates-search .views-field-title a {
  text-decoration: none;
  font-size: .85em; }

#content .channel-item h2 {
  float: none; }

#content-inner .channels-item-list .item-list,
.view-importantdates-search .item-list {
  /*Category alignment*/
  margin: 0.5em 0; }

/* Layout content if an image is presented */
#content .has-image .content-container {
  float: left;
  width: 72%; }

#content .has-image .primary-image {
  float: right;
  width: 25%; }

/*Event List View*/
.channels-item-list .channel-item.channel_event h2, .channels-item-list .channel-item.channel_event p {
  clear: left; }

.channels-item-list .channel-item.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  /*Important Dates*/
  width: 460px;
  padding: 4px 0 0 0;
  clear: none;
  margin: 0 0 .75em 0em; }

.channels-item-list.view-more-listing .channel-item.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  width: auto; }

.channels-item-list .channel-item.channel_event .multi-date,
#main-column .view-importantdates-search .multi-date,
#content-inner .node .channel_event .multi-date {
  /*Short Tags*/
  float: left;
  background: transparent;
  color: #222;
  border: 1px solid #EFF2EE;
  padding: 2px;
  box-shadow: none; }
  .channels-item-list .channel-item.channel_event .multi-date span,
  #main-column .view-importantdates-search .multi-date span,
  #content-inner .node .channel_event .multi-date span {
    text-shadow: none; }
  .channels-item-list .channel-item.channel_event .multi-date .time,
  #main-column .view-importantdates-search .multi-date .time,
  #content-inner .node .channel_event .multi-date .time {
    background: #e9e9e9;
    /* text-shadow:none;*/ }

.channels-item-list .channel-item.channel_event .multi-seperator,
.view-importantdates-search .multi-seperator {
  /*Important Dates*/
  top: 2px; }

/**************
NODE DISPLAY
***************/
.channels-primary-image {
  max-width: 320px;
  margin: 10px;
  float: right; }

.channels-container {
  background-color: #F9F9F9;
  margin: 0 0 1em 0;
  padding: 1em;
  clear: both; }

.channels-links {
  width: 48%;
  float: right; }

.channels-links #content-inner .channels-contact .field {
  margin: .001em !important; }

.channels-contact {
  width: 50%; }

#content-inner .channels-contact .field {
  margin: .01em; }

.channels-list {
  width: 45%;
  margin: 0px;
  padding: 0px 0px 10px 0px; }

#content-inner .channels-list ul {
  margin: 0px;
  padding: 0px; }

.channels-list ul li {
  display: inline;
  margin-right: 10px; }

.channels-image-set {
  background-color: #ddd;
  margin-bottom: 10px; }

.channels-image-set img {
  margin: 20px 0px 12px 20px; }

#content .node.channel-item {
  padding: 0;
  margin: 0 0 1em 0; }

#content .content.channels.channel-item {
  clear: both;
  padding: 1em 0 0 0; }

.node-type-channel-news #content .dek {
  font-family: 'CartoGothicStdBold',Helvetica,'Helvetica Neue',Arial,sans serif;
  line-height: 1.5;
  margin: 0px;
  color: #504D4D; }

.node-type-channel-news #content .channels-summary {
  font-size: 1.125em;
  font-style: italic;
  color: #797474; }

.node .channel-item .channels-body-images {
  float: left;
  margin: 0px 15px 15px 0px; }
  .node .channel-item .channels-body-images .channels-secondary-images {
    width: 330px;
    overflow: hidden; }
    .node .channel-item .channels-body-images .channels-secondary-images a {
      float: left;
      margin: 0px 8px 0px 0px;
      *margin: 5px 8px 0px 0px; }
      .node .channel-item .channels-body-images .channels-secondary-images a img {
        border: 1px solid #eee; }
    .node .channel-item .channels-body-images .channels-secondary-images a:hover {
      z-index: 100; }
      .node .channel-item .channels-body-images .channels-secondary-images a:hover img {
        border-color: #ddd; }

.node .channel-item.channel_event .custom-multi-date {
  float: left;
  width: 100%;
  margin: 0 0 .5em 0; }

.node .channel-item.channel_event .multi-date {
  float: left;
  background: transparent;
  color: #222;
  border: 1px solid #EFF2EE;
  padding: 2px;
  box-shadow: none; }
  .node .channel-item.channel_event .multi-date .time {
    background: #e9e9e9;
    text-shadow: none; }

.node .channel-item.channel_event .multi-date span {
  text-shadow: none; }

.node .channel-item.channel_event .multi-seperator {
  top: 3px; }

/************************
SIDEBAR CONTENT FOR NODES
************************/
.channel-item .channel-item-supp-content {
  margin: -16px 0 0 0; }
  .channel-item .channel-item-supp-content .views-field-field-primary-image-fid,
  .channel-item .channel-item-supp-content .views-field-field-bio-image-fid {
    line-height: 0;
    margin: 10px 10px 10px 0; }
  .channel-item .channel-item-supp-content .views-field-field-channels-attach-fid,
  .channel-item .channel-item-supp-content .views-field-field-link-url {
    font-size: 0.85em; }
  .channel-item .channel-item-supp-content .views-field-changed {
    font-size: 0.7em; }
  .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid {
    margin: 0 0 0 -11px;
    min-height: 120px;
    position: relative;
    width: 208px; }
    .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item {
      background: #fff;
      border: 1px #fff solid;
      left: 0;
      position: absolute;
      z-index: 99;
      width: 105px;
      -webkit-transition: all 0.2s; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item:hover {
        margin: -2% 0 0 0;
        box-shadow: 1px 1px 5px rgbA(0, 0, 0, 0.3);
        z-index: 100 !important; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item img, .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item a {
        display: block;
        width: 105px;
        height: 105px; }
  .channel-item .channel-item-supp-content label {
    display: block;
    font-weight: bold;
    margin: 1em 0 0 0; }

#sidebar-column .block .views-field-field-bio-name-value h3 {
  margin: -6px -10px 0px -10px; }

#sidebar-column .block .views-field-field-bio-value {
  margin: 0px -10px 10px -10px;
  padding: 10px; }

.channel-item .multi-date {
  display: inline; }
  .channel-item .multi-date span {
    display: inline; }
.channel-item .source-site {
  margin: 0 0 1em 0; }

.channelblock .primary-image img,
#content-inner .channels-item-list .channel-item .primary-image img {
  background: #EEE;
  background: rgbA(255, 255, 255, 0.8);
  clear: right;
  float: right;
  padding: 1px;
  margin: 0 0 10px 4px;
  text-align: center;
  color: #000;
  font-size: 1.25em;
  font-style: italic;
  border: 1px solid #989B95;
  box-shadow: 1px 1px 1px rgbA(0, 0, 0, 0.1); }

#content-inner .channels-item-list .channel-item.channel_event .primary-image img {
  margin: 0 0 1em 1em; }

#content-inner .channels-item-list .channel-item .primary-image img {
  margin: 0.25em 0 0 1em;
  width: auto;
  float: right; }

/* Channels Event Address fields additional formatting*/
.channel_event .custom-multi-date {
  padding: 0 0 10px 0; }
.channel_event .field-label {
  font-weight: bold; }

.source-site .field-label,
.terms-inline .field-label {
  font-weight: bold; }

/* Custom styles for social-share on channels content types */
#content .channels-title {
  width: 100%; }
  #content .channels-title h2 {
    display: inline; }
  #content .channels-title .social-share-container {
    float: right;
    width: auto; }
    #content .channels-title .social-share-container ul {
      display: inline-block;
      margin: 0 0 0 .10em; }
    #content .channels-title .social-share-container label {
      float: left;
      line-height: 1.70em; }

/*******************
Channels Hub
******************/
.bug {
  border: 2px 0;
  border-color: red; }

div ul.quicktabs_tabs.quicktabs-style-garland {
  background: #989B95;
  background: #FDFDFD;
  background: none;
  border: 1px #F8F8F8 solid;
  border-width: 0 0 1px 0; }

div ul.quicktabs_tabs.quicktabs-style-garland li {
  background: #C0C0C0;
  border-radius: 2px 2px 0 0;
  /*border-radius: 0;*/
  border-width: 0;
  margin: 0 2px 0 0; }

div ul.quicktabs_tabs.quicktabs-style-garland li:hover {
  background: #CCC; }

div ul.quicktabs_tabs.quicktabs-style-garland li.disabled {
  background: #EEE; }

div ul.quicktabs_tabs.quicktabs-style-garland li.disabled:hover {
  background: #C0C0C0;
  background: #EEE; }

div ul.quicktabs_tabs.quicktabs-style-garland li.active a {
  background: none; }

div ul.quicktabs_tabs.quicktabs-style-garland li.active {
  background: #FEFEFE;
  box-shadow: 0px -1px 3px rgbA(0, 0, 0, 0.09); }

div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:link,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:visited,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:active,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:hover {
  color: #DDD;
  cursor: default; }

/* Exposed form styles */
.view-channels-hub-news .views-exposed-widgets {
  float: left;
  width: 100%;
  padding: 1.75em 0; }

.view-channels-hub-news .views-exposed-widget {
  float: left; }

.page-tags .views-exposed-form {
  /*box-shadow: 0 2px 1px rgbA(33,33,33,0.08);*/
  border: 1px #F8F8F8 solid;
  border-width: 0 0 1px 0; }

.page-tags .view-channels-hub .views-exposed-widget .form-item {
  background: none; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value {
  /* Date filter */
  clear: left;
  height: 0;
  overflow: hidden;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.page-tags .show-ui .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value {
  min-height: 200px; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value .form-text.date-date {
  width: 8em; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value .container-inline-date.date-clear-block {
  display: inline-block; }

.page-tags .view-channels-hub .views-exposed-widget.views-submit-button {
  /*position: absolute;
  right: 50px;*/ }

.page-tags .views-exposed-widget.views-submit-button input {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #C71B18), color-stop(0.51, #DC251F));
  background-image: -moz-linear-gradient(center bottom, #C71B18 51%, #DC251F 51%);
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 13px;
  text-shadow: none; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets .trigger {
  /*clear: both;*/
  margin-top: 1.8em;
  padding: 2px 4px;
  background: #FAFAFA;
  border-radius: 4px;
  color: #333;
  float: left;
  font-size: 12px;
  text-decoration: none;
  /* cribbed from J's styles for tax page */
  margin-top: 1.95em;
  padding: 0 3px;
  background: #EEE;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets.show-ui .trigger {
  color: #999; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets .trigger:hover {
  color: #000;
  /* cribbed, see above */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.page-tags .view-channels-hub .feed-links,
.page-tags .view-channels-hub-channels .feed-links,
.page-tags .view-channel-generated-feed .views-field-nothing .field-content a.rss-link {
  margin-top: 2px;
  display: inline-block;
  background-color: #FAFAFA;
  border-radius: 3px;
  box-shadow: 0 0 2px rgbA(0, 0, 0, 0.1) inset;
  padding: 0.25em;
  text-decoration: none; }

.page-tags .view-channel-generated-feed .views-field-nothing .field-content a.rss-link {
  padding: 0.25em 1.5em 0.25em 0.25em;
  background: url(../../../../../../../misc/feed.png) 99% 50% no-repeat; }

.page-tags .view-channels-hub .feed-links a.rss-link,
.page-tags .view-channels-hub-channels .feed-links a.rss-link,
.page-tags .view-channels-hub .feed-links a.ical-link,
.page-tags .view-channels-hub-channels .feed-links a.ical-link {
  background-size: 1em auto;
  display: inline-block;
  background: url(../../../../../../../misc/feed.png) 99% 50% no-repeat;
  padding: 0.25em 1.5em 0.25em 0.25em;
  text-decoration: none;
  text-indent: -9000px; }

.page-tags .view-channels-hub .feed-links a.ical-link,
.page-tags .view-channels-hub-channels .feed-links a.ical-link {
  background: green;
  color: #fff;
  padding: 0.25em;
  text-indent: 0;
  font-size: 80%; }

.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date,
.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date,
.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date {
  width: auto;
  clear: none; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .form-item,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .form-item,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .form-item {
    width: 120px; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date input,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date input,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date input {
    max-width: 100px; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .description,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .description,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .description {
    display: none; }

/*****************
Menu Block
******************/
#block-menu-menu-channels-interface {
  padding: 0; }
  #block-menu-menu-channels-interface ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #block-menu-menu-channels-interface li {
    display: inline;
    margin: 0; }
    #block-menu-menu-channels-interface li a {
      display: inline-block;
      background: #C0C0C0;
      float: left;
      margin: 0 2px 0 0;
      font-size: .85em;
      font-weight: bold;
      color: #FFF;
      text-decoration: none;
      padding: 4px 8px;
      line-height: 1.75em;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
      #block-menu-menu-channels-interface li a:hover {
        background: #a9a9a9; }
    #block-menu-menu-channels-interface li a.active {
      background: #FFF;
      color: #444;
      border: 1px solid #EEE;
      border-width: 1px 1px 0 1px; }

/*
 * TABLE STYLES
 */
#block-quicktabs-channels_interface table,
#channels-hub-category-search table {
  width: 100%; }

.views-widget .form-item {
  background: transparent; }

.quicktabs_tabpage td,
.view-channels-hub-news td,
.view-newsroom-archive td,
#channels-hub-category-search td {
  position: relative;
  padding: 1em .5em; }

#content-inner .view-channels-hub-news tr.active td {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #eaf5f8; }
  #content-inner .view-channels-hub-news tr.active td ul {
    margin: 0; }
  #content-inner .view-channels-hub-news tr.active td .categories a,
  #content-inner .view-channels-hub-news tr.active td a.tags {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); }

.view-channels-hub-news td div.all-day-All .time,
.view-channels-hub-news td div.all-day-All .multi-seperator {
  display: none; }
.view-channels-hub-news td div.all-day-All .span-many .multi-seperator {
  display: inline-block; }

.official.mcgill {
  width: 0px;
  height: 0px;
  border-color: red transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 0px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  line-height: 12px;
  font-family: sans-serif;
  margin: -13px 0 3px -6px; }

.view-channels-hub td {
  padding: 1em 0.5em; }

.content .view-channels-hub th {
  font-size: .85em; }

.quicktabs_main table a {
  text-decoration: none; }

/* Date Columns */
.views-field-field-published-date-value,
.views-field-field-channels-event-date-value2,
.views-field-field-channels-event-date-value {
  min-width: 120px; }

table .custom-multi-date {
  text-align: center; }

/*Title colum in table*/
.views-field-title a {
  display: inline-block; }

.views-field-title a.title {
  margin: 0 0 .5em 0; }

.views-field-title a.title:hover {
  text-decoration: underline; }

.views-field-title .item-list.show {
  display: block;
  margin: .25em 0 0 0; }

tr.active td {
  background: #f4ffff !important; }

#content-inner td.views-field-title ul,
.block td.views-field-title ul {
  margin: 0; }
  #content-inner td.views-field-title ul li,
  .block td.views-field-title ul li {
    list-style: none;
    display: inline-block;
    margin: 0; }

a.tags,
a.tags:link {
  margin: 0 .5em .65em 0;
  background: #EEE;
  text-decoration: none;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: normal; }
  a.tags:hover,
  a.tags:link:hover {
    background: #333;
    color: white; }

td span.date-display-single {
  font-size: 1em; }

/* Additional styles for Header */
.view-channels-hub-news .view-filters,
.view-importantdates-search .view-filters {
  float: left; }
.view-channels-hub-news .view-header,
.view-importantdates-search .view-header {
  float: right;
  margin: 5px 5px 0 0; }
.view-channels-hub-news .view-empty,
.view-importantdates-search .view-empty {
  clear: both; }
.view-channels-hub-news input,
.view-importantdates-search input {
  max-width: 190px;
  margin-right: 5px; }
.view-channels-hub-news input.form-submit,
.view-importantdates-search input.form-submit {
  /*width:55px;*/ }
.view-channels-hub-news span.views-throbbing,
.view-importantdates-search span.views-throbbing {
  float: right;
  height: 25px;
  margin-top: 21px; }

*:first-child + html .view-channels-hub-news input {
  margin-right: 0px; }

.block.block-quicktabs .view-header {
  margin-top: 0; }

/*****************
Channels block styling
May 22nd 2012
Author: Jason Delmarr;
TODOS: remove comments;
******************/
.channels-title {
  width: 350px;
  float: left; }

body.page-node .channelblock h2 a,
body.page-node #sidebar-column ul.channelblock h2 a,
.channel-item h2 a {
  color: #222;
  color: #1F5187;
  background: transparent;
  text-decoration: none;
  /*font-size:.70em;*/ }

body.page-node .channelblock h2 a:hover,
body.page-node #sidebar-column ul.channelblock h2 a:hover {
  color: #222; }

#content-inner .view-importantdates-search .view-footer ul,
#content-inner .view-channels-hub-news .view-footer ul {
  margin: 0;
  padding: 0;
  width: 50%; }
  #content-inner .view-importantdates-search .view-footer ul li,
  #content-inner .view-channels-hub-news .view-footer ul li {
    list-style: none;
    display: inline;
    font-family: FontAwesome;
    margin: 0 8px 0 0;
    font-size: 1.025em; }
  #content-inner .view-importantdates-search .view-footer ul a,
  #content-inner .view-channels-hub-news .view-footer ul a {
    /*text-indent: -9000px;*/
    padding: 0 0 0 3px;
    text-decoration: none;
    text-transform: uppercase; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a {
    color: #dc241f; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a:before,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a:before {
    margin: 0 .25em 0 0;
    content: '\f073'; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a {
    color: #f1be00; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a:before,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a:before {
    margin: 0 .25em 0 0;
    content: '\f09e'; }
  #content-inner .view-importantdates-search .view-footer ul li.rss-link a:hover:before,
  #content-inner .view-channels-hub-news .view-footer ul li.rss-link a:hover:before {
    color: #f1a603; }
  #content-inner .view-importantdates-search .view-footer ul li.ical-link a:hover:before,
  #content-inner .view-channels-hub-news .view-footer ul li.ical-link a:hover:before {
    color: #b61d19; }

.channel-item .categories .links.inline li {
  display: inline;
  margin: 0; }
  .channel-item .categories .links.inline li a {
    margin: 0; }

.channel-item .categories .links.inline li.first {
  padding: 0 0.5em 0 0; }

/*****************
DATE
******************/
/*Channels event Date*/
.view-importantdates-search .custom-multi-date,
.channel_event .custom-multi-date {
  /*CUSTOM-MULTI-DATE*/
  /* End of date-container, .multidate*/ }
  .view-importantdates-search .custom-multi-date .date-container,
  .view-importantdates-search .custom-multi-date .multi-date,
  .channel_event .custom-multi-date .date-container,
  .channel_event .custom-multi-date .multi-date {
    font-style: italic;
    background: #A33944;
    color: #FFF;
    box-shadow: 0 0 2px rgbA(0, 0, 0, 0.2);
    display: inline-block;
    *display: inline;
    line-height: 1.25em;
    margin: 0 3px 0 0;
    padding: 0px;
    text-align: center;
    zoom: 1; }
    .view-importantdates-search .custom-multi-date .date-container span,
    .view-importantdates-search .custom-multi-date .multi-date span,
    .channel_event .custom-multi-date .date-container span,
    .channel_event .custom-multi-date .multi-date span {
      display: inline-block;
      *display: inline;
      padding: 2px 4px;
      zoom: 1;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .view-importantdates-search .custom-multi-date .date-container .day,
    .view-importantdates-search .custom-multi-date .multi-date .day,
    .channel_event .custom-multi-date .date-container .day,
    .channel_event .custom-multi-date .multi-date .day {
      /*day code*/ }
    .view-importantdates-search .custom-multi-date .date-container .month,
    .view-importantdates-search .custom-multi-date .multi-date .month,
    .channel_event .custom-multi-date .date-container .month,
    .channel_event .custom-multi-date .multi-date .month {
      /*month style*/ }
    .view-importantdates-search .custom-multi-date .date-container .year,
    .view-importantdates-search .custom-multi-date .multi-date .year,
    .channel_event .custom-multi-date .date-container .year,
    .channel_event .custom-multi-date .multi-date .year {
      background: none; }

/* Channel News date */
.channel_news .custom-multi-date span {
  color: #989B95;
  font-size: .95em;
  text-transform: uppercase;
  margin: 0 2px 0 0; }

.multi-seperator {
  display: inline-block;
  *display: inline;
  padding: 0 4px;
  text-align: center;
  color: #929492;
  zoom: 1;
  /*font-size:1em;*/ }

/*****************
BLOCKS
******************/
.block-channels .date-container {
  font-size: 1.35em; }

#sidebar-column .block.block-channels .item-list {
  float: none; }

ul.channelblock li {
  list-style-type: none;
  font-size: .6em;
  margin: 0;
  padding: 8px 0;
  line-height: 15px;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5; }

.block-channels h2 {
  padding: 0 0 .5em 0;
  font-size: 1.5em; }

.block-channels,
.block-channels h2 a {
  font-family: Georgia, serif; }

.block-channels a.view-more {
  margin: 0; }

.block-channels .rss,
.block-channels .ical {
  float: right;
  margin: 4px 0 4px 4px; }

.block-channels .rss img,
.block-channels .ical img {
  opacity: 0.7;
  -moz-opacity: 0.7; }

.block-channels .rss img:hover,
.block-channels .ical img:hover {
  opacity: 1.0;
  -moz-opacity: 1.0; }

.block-channels .link-list {
  clear: both; }

.block-channels ul.channelblock {
  margin: .25em .25em .25em 0; }

/*Block Date Events*/
.channelblock .channel-item.channel_event h2 {
  margin: 0 0 0 46px; }

.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  width: 46px;
  float: left;
  clear: none; }

#sidebar-column .channel_event .custom-multi-date {
  clear: both; }

.block-channels .channelblock .channel_event .date-container {
  width: 36px;
  float: left; }
  .block-channels .channelblock .channel_event .date-container span {
    width: 36px;
    text-align: center;
    padding: 0; }
  .block-channels .channelblock .channel_event .date-container .month {
    background: #FFF;
    color: #000;
    text-shadow: none; }

#sidebar-column .channelblock img {
  display: none;
  /*Image will be seen on list, final node view*/ }

.channel-item.channel_event .multi-seperator,
.view-importantdates-search .multi-seperator {
  float: left;
  position: relative; }

.block-channels .multi-seperator {
  float: left;
  width: 40px;
  position: relative;
  padding: 0; }

/**************
NODE DISPLAY
***************/
.channels-primary-image {
  max-width: 320px;
  margin: 10px;
  float: right; }

.channels-container {
  background-color: #EFF2EE;
  margin: 0 0 1em 0;
  padding: 1em;
  clear: both; }

.channels-links {
  width: 48%;
  float: right; }

.channels-links #content-inner .channels-contact .field {
  margin: .001em !important; }

.channels-contact {
  width: 50%; }

#content-inner .channels-contact .field {
  margin: .01em; }
  #content-inner .channels-contact .field .field-label,
  #content-inner .channels-contact .field .field-items {
    margin: .25em 0; }

.channels-list {
  width: 45%;
  margin: 0px;
  padding: 0px 0px 10px 0px; }

#content-inner .channels-list ul {
  margin: 0px;
  padding: 0px; }

.channels-list ul li {
  display: inline;
  margin-right: 10px; }

.channels-image-set {
  background-color: #ddd;
  margin-bottom: 10px; }

.channels-image-set img {
  margin: 20px 0px 12px 20px; }

#content .node.channel-item {
  padding: 0;
  margin: 0 0 1em 0; }

#content .content.channels.channel-item {
  clear: both;
  padding: .5em 0 0 0; }

.node-type-channel-news #content .dek {
  font-family: 'CartoGothicStdBold',Helvetica,'Helvetica Neue',Arial,sans serif;
  line-height: 1.5;
  margin: 0px;
  color: #504D4D; }

.node-type-channel-news #content .channels-summary {
  font-size: 1.125em;
  font-style: italic;
  color: #797474; }

.node .channel-item .channels-body-images {
  float: left;
  margin: 0px 15px 15px 0px; }
  .node .channel-item .channels-body-images .channels-secondary-images {
    width: 330px;
    margin: 1em 0 0 0;
    overflow: hidden; }
    .node .channel-item .channels-body-images .channels-secondary-images a {
      float: left;
      margin: 0px 8px 0px 0px;
      *margin: 5px 8px 0px 0px; }
      .node .channel-item .channels-body-images .channels-secondary-images a img {
        border: 1px solid #eee; }
    .node .channel-item .channels-body-images .channels-secondary-images a:hover {
      z-index: 100; }
      .node .channel-item .channels-body-images .channels-secondary-images a:hover img {
        border-color: #ddd; }

.event-field,
.news-field {
  float: left;
  width: 100%; }

.event-field .field-name-field-channels-event-date,
.news-field .field-name-field-published-date {
  width: 49%;
  float: left; }

.channels .service-links {
  width: 49%;
  float: left;
  text-align: right;
  margin: 0; }

.node .field-name-field-channels-event-date .field-items {
  margin: 0; }

.node .channel-item.channel_event .custom-multi-date {
  float: left;
  width: 100%;
  margin: 0 0 .5em 0; }

.node .channel-item.channel_event .multi-date {
  float: left;
  background: transparent;
  color: #222;
  border: 1px solid #EFF2EE;
  padding: 2px;
  box-shadow: none; }
  .node .channel-item.channel_event .multi-date .time {
    background: #e9e9e9;
    text-shadow: none; }

.node .channel-item.channel_event .multi-date span {
  text-shadow: none; }

.node .channel-item.channel_event .multi-seperator {
  top: 3px; }

/* Tag Styling */
.mcgill-tags {
  display: none; }

#content-inner .mcgill-tags .field {
  margin: 0; }

.node-type-channel-news .mcgill-tags,
.node-type-channel-event .mcgill-tags {
  display: inline-block;
  margin-bottom: 2em;
  clear: both;
  font-family: "CartoGothicStdBook", Helvetica, "Helvetica Neue", Arial, sans serif;
  font-size: 13px;
  -webkit-font-smoothing: auto; }
  .node-type-channel-news .mcgill-tags .field-label,
  .node-type-channel-event .mcgill-tags .field-label {
    margin: 0;
    color: #989B95;
    font-weight: normal; }

.node-type-channel-news .mcgill-tags .field-items,
.node-type-channel-event .mcgill-tags .field-items {
  margin: 0; }
  .node-type-channel-news .mcgill-tags .field-items .field-item,
  .node-type-channel-event .mcgill-tags .field-items .field-item {
    margin: 0 .25em 0 0;
    padding: 0;
    float: left; }
    .node-type-channel-news .mcgill-tags .field-items .field-item:after,
    .node-type-channel-event .mcgill-tags .field-items .field-item:after {
      content: ","; }
    .node-type-channel-news .mcgill-tags .field-items .field-item:last-child:after,
    .node-type-channel-event .mcgill-tags .field-items .field-item:last-child:after {
      content: ""; }
    .node-type-channel-news .mcgill-tags .field-items .field-item a,
    .node-type-channel-event .mcgill-tags .field-items .field-item a {
      background: transparent;
      text-decoration: none;
      font-size: 13px;
      border-radius: 3px;
      color: #6f766f; }
      .node-type-channel-news .mcgill-tags .field-items .field-item a:hover,
      .node-type-channel-event .mcgill-tags .field-items .field-item a:hover {
        background: transparent;
        text-decoration: underline; }

/************************
SIDEBAR CONTENT FOR NODES
************************/
.channel-item .channel-item-supp-content {
  margin: -16px 0 0 0;
  word-wrap: break-word; }
  .channel-item .channel-item-supp-content .views-field-field-primary-image,
  .channel-item .channel-item-supp-content .views-field-field-bio-image {
    line-height: 0;
    margin: 10px 10px 10px 0; }
  .channel-item .channel-item-supp-content .views-label-field-channels-attach {
    font-size: 1.25em;
    margin: .5em 0;
    display: block;
    font-family: "CartoGothicStdBold", Helvetica, "Helvetica Neue", Arial, sans serif; }
  .channel-item .channel-item-supp-content .views-field-field-channels-attach,
  .channel-item .channel-item-supp-content .views-field-field-link-url {
    font-size: 0.85em; }
  .channel-item .channel-item-supp-content .views-field-changed {
    font-size: 0.7em; }
  .channel-item .channel-item-supp-content .views-field-field-secondary-images {
    margin: 0 0 0 -11px;
    min-height: 120px;
    position: relative;
    width: 208px; }
    .channel-item .channel-item-supp-content .views-field-field-secondary-images .field-item {
      background: #fff;
      border: 1px #fff solid;
      left: 0;
      position: absolute;
      z-index: 99;
      width: 105px;
      -webkit-transition: all 0.2s; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images .field-item:hover {
        margin: -2% 0 0 0;
        box-shadow: 1px 1px 5px rgbA(0, 0, 0, 0.3);
        z-index: 100 !important; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images .field-item img, .channel-item .channel-item-supp-content .views-field-field-secondary-images .field-item a {
        display: block;
        width: 105px;
        height: 105px; }
  .channel-item .channel-item-supp-content label {
    display: block;
    font-weight: bold;
    margin: 1em 0 0 0; }

.views-field-field-channels-attach .file {
  margin: .5em 0; }

#sidebar-column .block .views-field-field-bio-name h3 {
  margin: -6px -10px 0px -10px; }

#sidebar-column .block .views-field-field-bio {
  margin: 0px -10px 10px -10px;
  padding: 10px; }

/* Channels Event Address fields additional formatting
 * RETAIN
 */
.channel_event .custom-multi-date {
  padding: 0 0 10px 0; }
.channel_event .field-label {
  font-weight: bold; }

.channel-item .field {
  clear: both; }

.channel-item .field-items {
  margin: 0; }

.channel-item .field.field-name-body {
  clear: none; }

.source-site .field-label,
.terms-inline .field-label {
  font-weight: bold; }

/* Custom styles for social-share on channels content types
 * RETAIN
 */
#content .channels-title {
  width: 100%; }
  #content .channels-title h2 {
    display: inline; }
  #content .channels-title .social-share-container {
    float: right;
    width: auto; }
    #content .channels-title .social-share-container ul {
      display: inline-block;
      margin: 0 0 0 .10em; }
    #content .channels-title .social-share-container label {
      float: left;
      line-height: 1.70em; }

#content-inner .channels-body-images .field,
#content-inner .channels-body-images .field-items {
  margin: 0; }

/*
 * Additions for Channels Tags
 */
.channels-summary {
  font-size: 1.125em;
  font-style: italic;
  color: #797474; }

/*****************
LIST VIEW
******************/
#content .channels-item-list .channel-item,
.view-importantdates-search .views-row {
  padding: 2em 0 2.5em 0;
  border: 1px solid #DDD;
  border-width: 0 0 1px 0; }

.view-importantdates-search .views-field-title a {
  text-decoration: none;
  font-size: .85em; }

#content .channels-item-list .channel-item {
  clear: both; }
#content .channels-item-list .custom-multi-date {
  clear: both; }

#content .channel-item h2 {
  float: none; }

#content-inner .channels-item-list .item-list,
.view-importantdates-search .item-list {
  /*Category alignment*/
  margin: 0.5em 0; }

/*Event List View*/
.channels-item-list .channel-item.channel_event h2, .channels-item-list .channel-item.channel_event p {
  clear: left; }

.channels-item-list .channel-item.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  /*Important Dates*/
  width: 460px;
  padding: 4px 0 0 0;
  clear: none;
  margin: 0 0 .75em 0em; }

.channels-item-list.view-more-listing .channel-item.channel_event .custom-multi-date,
.view-importantdates-search .custom-multi-date {
  width: 100%; }

.channels-item-list .channel-item.channel_event .multi-date,
#main-column .view-importantdates-search .multi-date,
#content-inner .node .channel_event .multi-date {
  /*Short Tags*/
  float: left;
  background: transparent;
  color: #222;
  border: 1px solid #EFF2EE;
  padding: 2px;
  box-shadow: none; }
  .channels-item-list .channel-item.channel_event .multi-date span,
  #main-column .view-importantdates-search .multi-date span,
  #content-inner .node .channel_event .multi-date span {
    text-shadow: none; }
  .channels-item-list .channel-item.channel_event .multi-date .time,
  #main-column .view-importantdates-search .multi-date .time,
  #content-inner .node .channel_event .multi-date .time {
    background: #e9e9e9;
    /* text-shadow:none;*/ }

.channels-item-list .channel-item.channel_event .multi-seperator,
.view-importantdates-search .multi-seperator {
  /*Important Dates*/
  top: 2px; }

/*******************
Channels Hub
******************/
.bug {
  border: 2px 0;
  border-color: red; }

div ul.quicktabs_tabs.quicktabs-style-garland {
  background: #AAA;
  background: #FDFDFD;
  background: none;
  border: 1px #F8F8F8 solid;
  border-width: 0 0 1px 0; }

div ul.quicktabs_tabs.quicktabs-style-garland li {
  background: #C0C0C0;
  border-radius: 2px 2px 0 0;
  /*border-radius: 0;*/
  border-width: 0;
  margin: 0 2px 0 0; }

div ul.quicktabs_tabs.quicktabs-style-garland li:hover {
  background: #CCC; }

div ul.quicktabs_tabs.quicktabs-style-garland li.disabled {
  background: #EEE; }

div ul.quicktabs_tabs.quicktabs-style-garland li.disabled:hover {
  background: #C0C0C0;
  background: #EEE; }

div ul.quicktabs_tabs.quicktabs-style-garland li.active a {
  background: none; }

div ul.quicktabs_tabs.quicktabs-style-garland li.active {
  background: #FEFEFE;
  box-shadow: 0px -1px 3px rgbA(0, 0, 0, 0.09); }

div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:link,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:visited,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:active,
div ul.quicktabs_tabs.quicktabs-style-garland li a.nomorework:hover {
  color: #DDD;
  cursor: default; }

/* Exposed form styles */
.view-channels-hub-news .views-exposed-widgets {
  float: left;
  width: 100%;
  padding: 1.75em 0; }

.view-channels-hub-news .views-exposed-widget {
  float: left; }

.page-tags .views-exposed-form {
  /*box-shadow: 0 2px 1px rgbA(33,33,33,0.08);*/
  border: 1px #F8F8F8 solid;
  border-width: 0 0 1px 0; }

.page-tags .view-channels-hub .views-exposed-widget .form-item {
  background: none; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value {
  /* Date filter */
  clear: left;
  height: 0;
  overflow: hidden;
  -moz-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.page-tags .show-ui .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value {
  min-height: 200px; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value .form-text.date-date {
  width: 8em; }

.page-tags .view-channels-hub .views-exposed-widget.views-widget-filter-field_published_date_value .container-inline-date.date-clear-block {
  display: inline-block; }

.page-tags .view-channels-hub .views-exposed-widget.views-submit-button {
  /*position: absolute;
  right: 50px;*/ }

.page-tags .views-exposed-widget.views-submit-button input {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.51, #C71B18), color-stop(0.51, #DC251F));
  background-image: -moz-linear-gradient(center bottom, #C71B18 51%, #DC251F 51%);
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 13px;
  text-shadow: none; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets .trigger {
  /*clear: both;*/
  margin-top: 1.8em;
  padding: 2px 4px;
  background: #FAFAFA;
  border-radius: 4px;
  color: #333;
  float: left;
  font-size: 12px;
  text-decoration: none;
  /* cribbed from J's styles for tax page */
  margin-top: 1.95em;
  padding: 0 3px;
  background: #EEE;
  border: 1px solid #DDD;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets.show-ui .trigger {
  color: #999; }

.page-tags .view-channels-hub .views-exposed-form .views-exposed-widgets .trigger:hover {
  color: #000;
  /* cribbed, see above */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }

.page-tags .view-channels-hub .feed-links,
.page-tags .view-channels-hub-channels .feed-links,
.page-tags .view-channel-generated-feed .views-field-nothing .field-content a.rss-link {
  margin-top: 2px;
  display: inline-block;
  background-color: #FAFAFA;
  border-radius: 3px;
  box-shadow: 0 0 2px rgbA(0, 0, 0, 0.1) inset;
  padding: 0.25em;
  text-decoration: none; }

.page-tags .view-channel-generated-feed .views-field-nothing .field-content a.rss-link {
  padding: 0.25em 1.5em 0.25em 0.25em;
  background: url(../../../../../../../misc/feed.png) 99% 50% no-repeat; }

.page-tags .view-channels-hub .feed-links a.rss-link,
.page-tags .view-channels-hub-channels .feed-links a.rss-link,
.page-tags .view-channels-hub .feed-links a.ical-link,
.page-tags .view-channels-hub-channels .feed-links a.ical-link {
  background-size: 1em auto;
  display: inline-block;
  background: url(../../../../../../../misc/feed.png) 99% 50% no-repeat;
  padding: 0.25em 1.5em 0.25em 0.25em;
  text-decoration: none;
  text-indent: -9000px; }

.page-tags .view-channels-hub .feed-links a.ical-link,
.page-tags .view-channels-hub-channels .feed-links a.ical-link {
  background: green;
  color: #fff;
  padding: 0.25em;
  text-indent: 0;
  font-size: 80%; }

.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date,
.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date,
.view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date,
.view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date {
  width: auto;
  clear: none; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .form-item,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .form-item,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .form-item,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .form-item {
    width: 120px; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date input,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date input,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date input,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date input {
    max-width: 100px; }
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .description,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .description,
  .view-newsroom-archive .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_published_date_value .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value2 .description .container-inline-date .description,
  .view-channels-hub-news .views-exposed-widget.views-widget-filter-field_channels_event_date_value .description .container-inline-date .description {
    display: none; }

/* Put date filter combo fields side by side */
.view-channels-hub-news #edit-field-channels-event-date-value2-min-wrapper,
.view-channels-hub-news #edit-field-channels-event-date-value2-max-wrapper,
.view-channels-hub-news #edit-field-published-date-value-min-wrapper,
.view-channels-hub-news #edit-field-published-date-value-max-wrapper {
  float: left; }

/*****************
Menu Block
******************/
#block-menu-menu-channels-interface {
  padding: 0; }
  #block-menu-menu-channels-interface ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  #block-menu-menu-channels-interface li {
    display: inline;
    margin: 0; }
    #block-menu-menu-channels-interface li a {
      display: inline-block;
      background: #C0C0C0;
      float: left;
      margin: 0 2px 0 0;
      font-size: .85em;
      font-weight: bold;
      color: #FFF;
      text-decoration: none;
      padding: 4px 8px;
      line-height: 1.75em;
      -webkit-border-radius: 3px 3px 0 0;
      -moz-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
      #block-menu-menu-channels-interface li a:hover {
        background: #a9a9a9; }
    #block-menu-menu-channels-interface li a.active {
      background: #FFF;
      color: #444;
      border: 1px solid #EEE;
      border-width: 1px 1px 0 1px; }

/*****************
TABLE STYLES
Author:Jason Delmarr;
******************/
#block-quicktabs-channels_interface table,
#channels-hub-category-search table {
  width: 100%; }

.views-widget .form-item {
  background: transparent; }

.quicktabs_tabpage td,
.view-channels-hub-news td,
.view-newsroom-archive td,
#channels-hub-category-search td {
  position: relative;
  padding: 1em .5em; }

#content-inner .view-channels-hub-news tr.active td {
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #eaf5f8; }
  #content-inner .view-channels-hub-news tr.active td ul {
    margin: 0; }
  #content-inner .view-channels-hub-news tr.active td .categories a,
  #content-inner .view-channels-hub-news tr.active td a.tags,
  #content-inner .view-channels-hub-news tr.active td .tags a {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    text-decoration: none; }

.view-channels-hub-news td div.all-day-All .time,
.view-channels-hub-news td div.all-day-All .multi-seperator {
  display: none; }
.view-channels-hub-news td div.all-day-All .span-many .multi-seperator {
  display: inline-block; }

.official-0 {
  display: none; }

.official-1,
.official.mcgill {
  width: 0px;
  height: 0px;
  border-color: red transparent transparent transparent;
  border-style: solid;
  border-width: 10px 10px 0px 0px;
  font-size: 11px;
  color: #FFF;
  text-align: center;
  line-height: 12px;
  font-family: sans-serif;
  margin: -13px 0 4px -6px; }

.view-channels-hub td {
  padding: 1em 0.5em; }

.content .view-channels-hub th {
  font-size: .85em; }

.quicktabs_main table a {
  text-decoration: none; }

/* Date Columns */
.views-field-field-published-date-value,
.views-field-field-channels-event-date-value2,
.views-field-field-channels-event-date-value {
  min-width: 120px; }

table .custom-multi-date {
  text-align: center; }

/*Title colum in table*/
.views-field-title a {
  display: inline-block; }

.views-field-title a.title {
  margin: 0 0 .5em 0; }

.views-field-title a.title:hover {
  text-decoration: underline; }

.views-field-title .tags.show,
.views-field-title .categories.show,
.active .views-field-title .tags,
.active .views-field-title .categories {
  display: block;
  margin: .125em 0 0 0; }

tr.active td {
  background: #f4ffff !important; }

.views-field-title .tags,
.views-field-title .categories {
  display: none; }

#content-inner td.views-field-title ul,
.block td.views-field-title ul {
  margin: 0; }
  #content-inner td.views-field-title ul li,
  .block td.views-field-title ul li {
    list-style: none;
    display: inline-block;
    margin: 0; }

.tags a,
a.tags,
a.tags:link {
  margin: 0 .5em .65em 0;
  background: #EEE;
  text-decoration: none;
  padding: 2px 4px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: normal; }
  .tags a:hover,
  a.tags:hover,
  a.tags:link:hover {
    background: #333;
    color: white; }

td span.date-display-single {
  font-size: 1em; }

/* Additional styles for Header */
.view-channels-hub-news .view-filters,
.view-importantdates-search .view-filters {
  float: left; }
.view-channels-hub-news .view-header,
.view-importantdates-search .view-header {
  float: right;
  margin: 5px 5px 0 0; }
.view-channels-hub-news .view-empty,
.view-importantdates-search .view-empty {
  clear: both; }
.view-channels-hub-news input,
.view-importantdates-search input {
  max-width: 190px;
  margin-right: 5px; }
.view-channels-hub-news input.form-submit,
.view-importantdates-search input.form-submit {
  /*width:55px;*/ }
.view-channels-hub-news span.views-throbbing,
.view-importantdates-search span.views-throbbing {
  float: right;
  height: 25px;
  margin-top: 21px; }

*:first-child + html .view-channels-hub-news input {
  margin-right: 0px; }

.block.block-quicktabs .view-header {
  margin-top: 0; }

/************************
SIDEBAR CONTENT FOR NODES
************************/
.channel-item .channel-item-supp-content {
  margin: -16px 0 0 0; }
  .channel-item .channel-item-supp-content .views-field-field-primary-image-fid,
  .channel-item .channel-item-supp-content .views-field-field-bio-image-fid {
    line-height: 0;
    margin: 10px 10px 10px 0; }
  .channel-item .channel-item-supp-content .views-field-field-channels-attach-fid,
  .channel-item .channel-item-supp-content .views-field-field-link-url {
    font-size: 0.85em; }
  .channel-item .channel-item-supp-content .views-field-changed {
    font-size: 0.7em; }
  .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid {
    margin: 0 0 0 -11px;
    min-height: 120px;
    position: relative;
    width: 208px; }
    .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item {
      background: #fff;
      border: 1px #fff solid;
      left: 0;
      position: absolute;
      z-index: 99;
      width: 105px;
      -webkit-transition: all 0.2s; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item:hover {
        margin: -2% 0 0 0;
        box-shadow: 1px 1px 5px rgbA(0, 0, 0, 0.3);
        z-index: 100 !important; }
      .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item img, .channel-item .channel-item-supp-content .views-field-field-secondary-images-fid .field-item a {
        display: block;
        width: 105px;
        height: 105px; }
  .channel-item .channel-item-supp-content label {
    display: block;
    font-weight: bold;
    margin: 1em 0 0 0; }

#sidebar-column .block .views-field-field-bio-name-value h3 {
  margin: -6px -10px 0px -10px; }

#sidebar-column .block .views-field-field-bio-value {
  margin: 0px -10px 10px -10px;
  padding: 10px; }

.channel-item .multi-date {
  display: inline; }
  .channel-item .multi-date span {
    display: inline; }
.channel-item .source-site {
  margin: 0 0 1em 0; }

.channelblock .primary-image img,
#content-inner .channels-item-list .channel-item .primary-image img {
  background: #EEE;
  background: rgbA(255, 255, 255, 0.8);
  clear: right;
  float: right;
  padding: 1px;
  margin: 0 0 10px 4px;
  text-align: center;
  color: #000;
  font-size: 1.25em;
  font-style: italic;
  border: 1px solid #aaa;
  box-shadow: 1px 1px 1px rgbA(0, 0, 0, 0.1); }

#content-inner .channels-item-list .channel-item.channel_event .primary-image img {
  margin: 0 0 1em 1em; }

#content-inner .channels-item-list .channel-item .primary-image img {
  margin: 0.25em 0 0 1em;
  width: auto;
  float: right;
  max-width: 100%;
  height: auto; }
