* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#admin-toolbar * {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

/*
 * -----------------------------------------
 * Clearfix via http://nicolasgallagher.com/micro-clearfix-hack/
 * -----------------------------------------
 */
/*
 * For modern browsers
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 (trigger hasLayout)
 */
.clearfix {
  zoom: 1; }

.hide {
  display: none; }

/*
 * --------------------------------------------------
 */
/*
 * !Typography
 */
/*
 * --------------------------------------------------
 */
body {
  min-height: 100%;
  font-family: 'FranklinGothicFSBook', serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  color: #555555;
    /*
   * text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.125);
   */ }

b,
strong {
  font-family: 'FranklinGothicFSDemi';
  font-style: normal;
  font-weight: normal; }

body.toolbar {
  background-position-y: 60px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'FranklinGothicFSDemiCondensed';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0px; }

h1 {
  font-family: 'FranklinGothicFSDemi';
  text-transform: uppercase; }



h4 {
  font-family: 'FranklinGothicFSDemi';
  font-size: 1.2em;
  margin-bottom: 3px; }



p {
  line-height: 1.25em; }

/*
 * Links
 */
a {
  color: #0058c7;
  text-decoration: none;
  line-height: inherit; }

a:hover {
  color: #11639d;
  text-decoration: none; }

a:focus {
  color: #cc4714;
  outline: none; }

p a,
p a:visited {
  line-height: inherit; }

/*
 * Content Areas
 */
  body.page-homepage h1#page-title {
    display: none; }


#header {
  border-bottom-color: #a0b1ca;
  background: #c1ccdc;
  background: -moz-linear-gradient(top, #c1ccdc 0%, #a0b1ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c1ccdc), color-stop(100%, #a0b1ca));
  background: -webkit-linear-gradient(top, #c1ccdc 0%, #a0b1ca 100%);
  background: -o-linear-gradient(top, #c1ccdc 0%, #a0b1ca 100%);
  background: -ms-linear-gradient(top, #c1ccdc 0%, #a0b1ca 100%);
  background: _linear-gradient(to bottom, #c1ccdc 0%, #a0b1ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$dark-neutral', endColorstr='darken #c1ccdc, 10% ', GradientType=0);
  text-align: center; }

img.site-logo {
  max-width: 340px; }

.not-front img.site-logo {
  max-width: 170px; }

#navigation {
  background-color: white; }

#content {
  background-color: white;
  padding-bottom: 50px; }

#footer-area {
  position: relative;
  padding: 25px 0px;
  font-family: 'FranklinGothicFSBook';
  color: #c1ccdc;
  text-transform: uppercase;
  background: #edf0f3; }

#sponsors {
  margin-top: 80px;
  padding-top: 0px;
  font-family: 'FranklinGothicFSBook';
  text-transform: uppercase;
  border-top: 2px solid #eeeeee; }
  #sponsors h2.pane-title {
    content: "Meeting Sponsors";
    font-family: 'FranklinGothicFSDemi';
    color: #c1ccdc;
    font-size: 1.4em;
    font-style: normal;
    text-transform: uppercase;
    text-align: right; }

/*
 * --------------------------------------------------
 */
/*
 * !Main Menu
 */
/*
 * --------------------------------------------------
 */
#block-system-main-menu {
  position: relative;
  text-align: left; }
  #block-system-main-menu h2 {
    display: none; }
  #block-system-main-menu ul.menu {
    list-style-type: none;
    display: block;
        /*
     * IE6/7 haslayout trip-switch
     */
    margin-top: 10px; }
  #block-system-main-menu ul li,
  #block-system-main-menu ul li.leaf {
    list-style-type: none;
    list-style-image: none; }
  #block-system-main-menu a {
    text-decoration: none; }

/*
 * -----------------------------------------
 * Clearfix via http://nicolasgallagher.com/micro-clearfix-hack/
 * -----------------------------------------
 */
/*
 * For modern browsers
 */
#block-system-main-menu:before,
#block-system-main-menu:after {
  content: "";
  display: table; }

#block-system-main-menu:after {
  clear: both; }

/*
 * For IE 6/7 (trigger hasLayout)
 */
#block-system-main-menu {
  zoom: 1; }

/*
 * --------------------------------------------------
 */
/*
 * !Section Level Navigation
 */
/*
 * --------------------------------------------------
 */
#navigation ul.menu ul.menu {
  list-style: none;
  display: inline-block;
    /*
   * IE6/7 haslayout trip-switch
   */ }

#navigation ul.menu ul.menu {
  display: inline;
    /*
   * IE6/7 haslayout trip-switch, and IE6/7 only need ul to be display inline, yet does no harm to others
   */ }

#navigation ul.menu ul.menu li.first {
  margin-left: 0px; }

#navigation ul.menu ul.menu li {
  margin-right: 0px;
  margin-left: 0px; }

#navigation ul.menu ul.menu li a {
  font-family: 'FranklinGothicFSCondensed';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.15);
  background-color: #f3f3f1;
  background-color: rgba(255, 255, 255, 0.25);
  color: #333333;
  display: block;
  height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(192, 187, 175, 0.95);
  -moz-box-shadow: 0 0 5px rgba(192, 187, 175, 0.95);
  box-shadow: 0 0 5px rgba(192, 187, 175, 0.95);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

#navigation ul.menu ul.menu a:hover,
#navigation ul.menu ul.menu a.active {
  color: #f78100;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: white; }

/*
 * --------------------------------------------------
 */
/*
 * !Page Tabs
 */
/*
 * --------------------------------------------------
 */
ul.tabs.primary {
  display: block;
  width: 100%;
  list-style-type: none;
  margin-left: 0;
  margin-top: 0; }

ul.tabs.primary:after {
  content: "";
  display: table;
  clear: both; }

ul.tabs.primary li {
  display: inline-block;
  position: relative;
  background-color: #eeede9;
  padding: 4px 7px;
  margin: 3px; }


/*
 * --------------------------------------------------
 */
/*
 * !Edit Buttons
 */
/*
 * --------------------------------------------------
 */
.btn > a {
  padding: 4px 10px 4px; }

a.edit,
a.edit i {
  display: none; }

/*
 * --------------------------------------------------
 */
/*
 * !Home Page Panes
 */
/*
 * --------------------------------------------------
 */
.panel-pane {
  position: relative; }

h2.pane-title {
    /*
   * font-family: 'FranklinGothicFSBook';
   */
  font-family: 'PT Serif', serif;
  font-weight: 400;
  color: #0058c7;
    /*
   * text-transform: uppercase;
   */
  font-size: 1.3em;
  margin-top: 20px; }


img.intro-logo {
  margin: auto;
  margin-top: 40px; }


.introduction-pane p {
  font-family: 'PT Serif', serif;
  line-height: 1.65em;
  font-size: 1.1em; }

.introduction-pane p b,
.introduction-pane p strong {
  font-family: 'PT Serif', serif;
  font-weight: 700; }

.introduction-pane p.submitted {
  display: none; }


.participating-pane {
  margin-right: 100px; }

@media (max-width: 767px) {
  .participating-pane,
  .front-pane {
    margin: 30px; } }

.participating-pane table,
.executive-pane table {
  border: 0;
  width: 100%; }

.participating-pane table td,
.executive-pane table td {
  text-align: center; }

.pane-participating-organizations li {
  padding: 4px; }

.pane-participating-organizations li.views-row-odd {
  background-color: #edf6e3; }

.view-participating-organizations ul li {
  margin-bottom: 5px; }

.papers-pane ul {
  width: 100%; }

.papers-pane ul li {
  display: block;
  padding: 5px;
  padding-left: 0px;
  margin-left: 1em; }

.papers-pane li:before {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: -0.8em;
  width: 0.6em;
  display: inline-block;
  color: #c1ccdd; }

.papers-pane li strong,
.item-title {
  font-family: 'FranklinGothicFSDemi';
  font-style: normal;
  font-weight: normal;
  font-size: 1.1em; }

li .item-title {
  display: inline; }

.presenter {
  font-family: 'PT Serif', serif;
  font-weight: 400; }

.executive-pane {
  margin-top: 30px; }

.executive-pane h2.pane-title {
  font-family: 'FranklinGothicFSBook';
  text-transform: uppercase;
  display: block;
  text-align: center;
  color: #c8cfe1; }

.executive-pane td {
  font-family: 'PT Serif', serif;
  color: #c8cfe1; }

.pane-bdec2-banner {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 15px;
  border: 1px solid #ececec;
  background-image: url('../../../all/themes/bdec/images/bdec2-logo-smaller.png');
  background-repeat: no-repeat;
  padding-left: 245px;
  background-color: #eef1f4;
  background-position: 20px 20px;
  min-height: 165px; }

.pane-bdec2-banner h2.pane-title {
  margin-top: 0px;
  font-family: 'PT Serif', serif;
  font-weight: 700;
  color: #0b75d7;
  font-size: 1.5em; }

/*
 * Pages
 */
h1.title {
  font-family: 'FranklinGothicFSDemi';
  font-style: normal;
  font-size: 40px;
  color: #0058c7;
  padding-top: 10px;
  margin-top: 8px;
  margin-bottom: 30px;
  -webkit-text-shadow: 0px 1px 4px rgba(156, 207, 124, 0.5);
  -moz-text-shadow: 0 1px 4px rgba(156, 207, 124, 0.5);
  text-shadow: 0 1px 4px rgba(156, 207, 124, 0.5); }

h3 {
  font-family: 'FranklinGothicFSDemi';
  color: #04aef2;
  font-size: 1.2em;
  font-style: normal;
  text-transform: uppercase;
    /*
   * margin-left:10px;
   */ }

#block-views-meeting-navigation-block {
  margin: 0px; }

.meeting-navigation-wrapper {
  margin-top: 10px;
  border-top: 2px solid #edf0f3;
  border-bottom: 2px solid #edf0f3;
  padding-top: 10px;
  padding-bottom: 10px; }

.meeting-navigation-wrapper + .meeting-naviation-wrapper {
  border-top: 0px;
  margin-top: 0px; }

ul.meeting-navigation {
  list-style: none;
  margin-left: 0px;
  margin-top: 3px; }
  ul.meeting-navigation i {
    color: #c1ccdc; }

  .bdec-one .meeting-navigation-wrapper {
    border-top: 3px solid #9dce80; }

  .bdec-two .meeting-navigation-wrapper {
    border-top: 3px solid #f57a01; }

  .bdec-ng .meeting-navigation-wrapper {
    border-top: 3px solid #142638; }

/*
 * Custom Views
 */
.view .item-list ul {
  display: block;
    /*
   * float:left;
   */
  margin: 0px;
  padding-left: 0px;
  list-style-type: none; }

.participant-name {
  font-family: 'PT Serif', serif;
  font-weight: 400;
  font-size: 0.9em; }

tbody .views-field-field-first-name,
tbody .views-field-field-last-name {
  font-family: 'PT Serif', serif;
  font-weight: 700;
  font-size: 0.9em; }

/*
 * --------------------------------------------------
 */
/*
 * !Custom Controls
 */
/*
 * --------------------------------------------------
 */
#view-controls {
  margin-bottom: 15px;
  padding: 0px;
  width: 100%;
  text-align: center; }

.control-group {
  display: inline-block;
  font-family: 'FranklinGothicFSDemi';
  font-style: normal;
  font-size: 1.2em;
  color: #333333;
  margin: 0px;
  margin-left: 10px;
  height: 40px;
  line-height: 40px; }

.control-group a {
  padding: 10px;
  padding-left: 13px;
  padding-right: 13px;
  border: 0px solid #cecece;
  margin-left: 0px;
  margin-right: 0px;
  background-color: white;
    /*
   * background-color:rgba(239,239,239,0.55);
   */
  color: #555555;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75); }

.control-group i {
  font-size: 0.75em; }

div.control-group > a:first-child {
  border-right: 0px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px; }

div.control-group > a:last-child {
  border-left: 0px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; }

div.control-group > a:first-child + a:last-child {
  border-left: 0px solid #cecece; }

.control-group a.active,
.control-group a:active {
  background-color: #efefef;
  background-color: rgba(239, 239, 239, 0.55);
  box-shadow: inset 1px 1px 4px rgba(206, 206, 206, 0.5), inset 0 2px 5px rgba(206, 206, 206, 0.25), 0 1px rgba(255, 255, 255, 0.1);
  border: 1px solid #cecece; }

/*
 * --------------------------------------------------
 */
/*
 * !Agenda
 */
/*
 * --------------------------------------------------
 */
.session_item {
  position: relative;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 7px;
  margin-left: 2px;
  border-left: 2px solid #0058c7; }

.Agenda_Item-wrapper {
  border-left: 0px;
  border-top: 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #edf0f3;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-left: 0px;
  padding-left: 9px; }

div.Agenda_Item-wrapper + div.Agenda_Item-wrapper {
  margin-top: 7px; }

div.Agenda_Item-wrapper + div.Talk-wrapper,
div.Agenda_Item-wrapper + div.Panel-wrapper,
div.Agenda_Item-wrapper + div.Breakout-wrapper {
  border-top: 0px;
  margin-top: 14px; }

.session_time {
  position: absolute;
  display: block;
  width: 150px;
  top: 10px;
  left: 10px; }

.Agenda_Item-wrapper .session_time {
  left: 12px;
  top: 8px; }

.session_title {
  font-family: 'FranklinGothicFSDemiCondensed';
  font-weight: normal;
  font-style: normal;
  text-shadow: 0px;
  font-size: 1.2em; }

.session_details {
  position: relative;
  margin-left: 170px; }

.session_type {
  font-family: 'FranklinGothicFSBook';
  text-transform: uppercase;
  font-size: 1.1em; }

.session_type.Breakout,
.session_type.Panel,
.session_type.Talk,
.session_title.Agenda_Item {
  font-family: 'FranklinGothicFSBook';
  text-transform: uppercase;
  font-size: 1em; }

.session_type.Talk,
.session_type.Agenda_Item,
.session_type.Panel {
  display: none; }

.session_room {
  color: #0058c7;
  text-transform: uppercase;
  display: inline-block;
  float: right;
  padding: 1px;
  margin: 3px;
  margin-top: 0px;
  padding-right: 4px;
  font-size: 0.85em; }

div.session_room:before {
  content: "Room: ";
  display: inline-block;
  margin-right: 4px; }

h3.date {
  margin-top: 21px; }

.white_paper-title {
  font-family: 'FranklinGothicFSCondensed';
  font-weight: normal;
  font-size: 1.2em;
  margin-top: 5px; }

span.white_paper-author + span.white_paper-author:before {
  content: ", "; }

/*
 * SESSION PSEUDO-GROUPS
 */
.A_Session-wrapper .session_type,
.A_Session-wrapper .session_time {
  display: none; }

.A_Session-wrapper .session_details {
  margin-left: 0px; }

.A_Session-wrapper {
  padding-top: 0px;
  margin-top: 14px;
  color: #0058c7;
  min-height: 1em; }

.A_Session-wrapper .session_title {
  display: block;
  font-family: 'FranklinGothicFSBook';
  text-transform: uppercase; }


.A_Session-wrapper div.session_presenter:before {
  content: " Session Chair: "; }

/*
 * --------------------------------------------------
 */
/*
 * !Meeting Details Page
 */
/*
 * --------------------------------------------------
 */
.meeting_page .meeting_location {
  line-height: 1.5em;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #edf0f3;
  margin-top: 10px;
  margin-bottom: 10px; }

.meeting_location strong {
  font-size: 1.1em; }

.meeting_location iframe {
  display: block;
  float: right;
    /*
   * 
   * position: relative;
   * right:20px;
   */
  border: 1px solid white; }

/*
 * --------------------------------------------------
 */
/*
 * !Participants Page
 */
/*
 * --------------------------------------------------
 */
.participants-page table.views-table {
  width: 100%;
  margin: 0; }

.page-community	table.views-table {
  width: 100%;
  margin: 0; }

/*
 * --------------------------------------------------
 */
/*
 * !Documents Page
 */
/*
 * --------------------------------------------------
 */
  body.documents-page li.views-row {
    margin-bottom: 12px; }

/*
 * --------------------------------------------------
 */
/*
 * !Papers Page
 */
/*
 * --------------------------------------------------
 */
body.page-white-papers li.views-row {
  margin-bottom: 20px; }

  .view-id-meeting_white_papers a {
    font-size: 1.1em; }
  .view-id-meeting_white_papers a.btn {
    font-size: 0.85em; }
  .view-id-meeting_white_papers .item-list ul li {
    margin-bottom: 15px; }

.view-participating-organizations {
  text-align: center; }
  .view-participating-organizations ul {
    list-display-style: none;
    margin: 0px;
    padding: 0px; }
    .view-participating-organizations ul li {
      display: inline-block;
      margin: 5px 0px;
      padding: 0px; }
    .view-participating-organizations ul li:after {
      content: ' \a0 \b7 \a0 '; }
    .view-participating-organizations ul li:last-child:after {
      content: ' \a0 '; }
  .view-participating-organizations ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }


  #block-views-meeting-sponsors-block h3,
  .view-id-meeting_sponsors h3 {
    font-family: 'FranklinGothicFSBook';
    color: #c1ccdc;
    font-size: 1.3em;
    margin: 0px; }
  #block-views-meeting-sponsors-block ul.sponsors,
  .view-id-meeting_sponsors ul.sponsors {
    list-style-type: none; }
    #block-views-meeting-sponsors-block ul.sponsors li,
    .view-id-meeting_sponsors ul.sponsors li {
      display: inline-block;
      margin: 0px 15px;
      padding: 0px;
      height: 90px;
      overflow: hidden; }
      #block-views-meeting-sponsors-block ul.sponsors li .logo-helper,
      .view-id-meeting_sponsors ul.sponsors li .logo-helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle; }
      #block-views-meeting-sponsors-block ul.sponsors li img,
      .view-id-meeting_sponsors ul.sponsors li img {
        height: auto;
        width: auto;
        max-width: 90px;
        max-height: 65px;
        vertical-align: middle; }

/*
 * --------------------------------------------------
 */
/*
 * !Fancybox
 * /* --------------------------------------------------
 */
.fancybox-wrap {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3); }

.fancybox-outer {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }


/*
 * --------------------------------------------------
 */
/*
 * !Collapse
 * /* --------------------------------------------------
 */
.c {
  display: none; }

@media (max-width: 320px) {
  .c {
    display: none; } }

@media (min-width: 321px) and (max-width: 767px) {
  .c {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  .c {
    display: inline; } }

@media (min-width: 980px) {
  .c {
    display: inline; } }

