@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700");
html {
  font-size: 62.5%;
  /* 62.5% de 16px = 10px */ }

body {
  color: #343d42;
  font-size: 1.6rem;
  line-height: 1.6;
  font-family: 'Open Sans', sans-serif;
  background: #fff; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  line-height: 1.1; }

h1 {
  color: #ee1c24;
  font-size: 4.2rem;
  font-weight: 300; }

h2 {
  color: #ee1c24;
  font-size: 2.6rem;
  font-weight: 300; }

h3 {
  color: #ee1c24;
  font-size: 2rem;
  font-weight: 300; }

h4 {
  color: #ee1c24;
  font-size: 1.7rem; }

a {
  color: #ee1c24; }

.accent {
  color: #ee1c24; }

hr {
  width: 65%;
  margin: 5rem auto;
  border: none;
  border-top: 0.2rem solid #ee1c24; }

.field-body ul,
.field--name-body ul,
.cke_editable ul {
  list-style: none;
  padding-left: 1.5rem; }
.field-body ul > li:before,
.field--name-body ul > li:before,
.cke_editable ul > li:before {
  content: '_ ';
  display: inline-block;
  width: 1.2rem;
  margin-left: -1.2rem;
  color: #ee1c24; }
.field-body blockquote,
.field--name-body blockquote,
.cke_editable blockquote {
  color: #777;
  padding-left: 2rem;
  border-left: .4rem solid #ccc; }

@media (max-width: 800px) {
  h1 {
    font-size: 3.6rem; }

  h2 {
    font-size: 2.4rem; }

  .field-body blockquote,
  .field--name-body blockquote,
  .cke_editable blockquote {
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: .4rem solid #ccc; } }
@media (max-width: 360px) {
  body {
    font-size: 1.4rem; } }
* {
  box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  font-weight: 300; }

.block-local-tasks-block .tabs.primary {
  position: relative;
  z-index: 1; }

.side-menu-toggle,
.side-menu-overlay {
  display: none; }

.feed-icons {
  position: absolute;
  width: .1rem;
  height: .1rem;
  overflow: hidden;
  visibility: hidden; }

.view .pager .pager__items {
  padding: 0;
  margin: 2.5rem 0; }
.view .pager .pager__item {
  padding: 0; }
  .view .pager .pager__item a {
    display: inline-block;
    padding: .2rem 1rem;
    text-decoration: none; }
    .view .pager .pager__item a:hover {
      background-color: #e8ebec; }
.view .pager .is-active a {
  color: #fff;
  background-color: #ee1c24; }
  .view .pager .is-active a:hover {
    background-color: #ee1c24; }

.layout-banner {
  min-height: 10rem;
  text-align: right;
  background-color: #b4bdc1;
  position: relative;
  z-index: 2; }

.layout-main {
  min-height: 60vh;
  padding-top: 5rem;
  padding-bottom: 5rem; }

.layout-banner .block-system-branding-block .site-logo,
.layout-menu .navigation,
.layout-main {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.layout-main.with-sidebar {
  display: flexbox;
  display: flex; }
  .layout-main.with-sidebar .layout-sidebar {
    order: 1;
    flex: 0 0 25rem; }
  .layout-main.with-sidebar .layout-content {
    flex: 1 0 0;
    order: 2;
    padding-left: 5rem; }

.block-content--type-image {
  position: relative;
  z-index: 1;
  min-height: 15rem;
  overflow: hidden;
  background-color: #fff; }
  .block-content--type-image img {
    position: relative;
    top: 0;
    display: block;
    width: 100%;
    height: auto; }
  .block-content--type-image .notice {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    font-size: 1rem;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: .75;
    padding: 0 .3rem;
    cursor: default; }

.block-system-branding-block {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2; }
  .block-system-branding-block a {
    text-decoration: none; }
  .block-system-branding-block .site-logo {
    height: 100%;
    position: relative; }
    .block-system-branding-block .site-logo img {
      position: absolute;
      right: 2.5rem;
      top: 2.5rem;
      display: block;
      width: 30rem;
      width: 20%;
      height: auto; }
  .block-system-branding-block .site-name {
    position: absolute !important;
    visibility: hidden !important;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 1px;
    height: 1px;
    height: 100%; }
    .block-system-branding-block .site-name a {
      position: relative;
      top: 0;
      display: block;
      height: 100%;
      padding: 2rem 0 2rem 4rem;
      font-size: 4rem;
      font-weight: 300;
      line-height: 1.2; }

.layout-menu {
  color: #fff;
  background-color: #ee1c24;
  line-height: 1.5;
  position: relative;
  z-index: 2; }
  .layout-menu.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10; }

.toolbar-fixed .layout-menu.fixed {
  top: 39px; }

.toolbar-horizontal.toolbar-tray-open .layout-menu.fixed {
  top: 79px; }

.layout-menu .navigation a {
  color: #fff; }
.layout-menu .navigation ul, .layout-menu .navigation li {
  list-style: none;
  margin: 0;
  padding: 0; }
.layout-menu .navigation > .menu {
  display: flexbox;
  display: flex; }
.layout-menu .navigation .menu {
  background-color: #ee1c24; }
.layout-menu .navigation .menu-item {
  display: flex; }
  .layout-menu .navigation .menu-item.submenu-open > span, .layout-menu .navigation .menu-item:hover > a, .layout-menu .navigation .menu-item:hover > span {
    background-color: #be161d; }
.layout-menu .navigation .menu-item .menu-item {
  display: block; }
  .layout-menu .navigation .menu-item .menu-item > a {
    padding-right: 4rem; }
  .layout-menu .navigation .menu-item .menu-item:hover > a, .layout-menu .navigation .menu-item .menu-item:hover > span {
    background-color: #a71419; }
.layout-menu .navigation .menu-item > a,
.layout-menu .navigation .menu-item > span {
  display: block;
  padding: 1rem 2rem;
  text-decoration: none; }
.layout-menu .navigation .menu-item > span {
  cursor: default; }
.layout-menu .navigation .menu-item--active-trail > span,
.layout-menu .navigation .menu-item .is-active {
  color: #fff;
  background-color: #be161d; }
.layout-menu .navigation .menu-item .menu-item .is-active {
  background-color: #a71419; }
.layout-menu .navigation .menu-item--expanded {
  position: relative; }
  .layout-menu .navigation .menu-item--expanded > span {
    padding-right: 5rem; }
    .layout-menu .navigation .menu-item--expanded > span::after {
      content: '';
      position: absolute;
      right: 2rem;
      top: 2rem;
      width: 0;
      height: 0;
      border: .6rem solid transparent;
      border-top-color: #fff; }
  .layout-menu .navigation .menu-item--expanded > .menu {
    position: absolute;
    top: 100%;
    bottom: auto;
    left: 0;
    z-index: 1;
    background-color: #be161d;
    display: none;
    border: .1rem solid #fff;
    margin-left: -.1rem;
    margin-right: -.1rem;
    border-top: none; }
  .layout-menu .navigation .menu-item--expanded:hover > .menu {
    display: block; }

body.path-frontpage .layout-menu .navigation .menu-item span.is-active {
  background-color: transparent; }

body.path-frontpage .layout-menu .navigation .menu-item:hover > span.is-active {
  background-color: #be161d; }

body.path-summit .layout-menu .navigation .menu-item > .menu-bcs-editions,
body.page-node-type-bcs-content .layout-menu .navigation .menu-item > .menu-bcs-editions {
  background-color: #be161d; }

.paragraph--type-section-title .section-title {
  margin: 4rem 0 2rem;
  position: relative; }
  .paragraph--type-section-title .section-title::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 1.4rem;
    z-index: 1;
    border-top: 0.1rem solid #687a83; }
  .paragraph--type-section-title .section-title span {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-right: .5rem;
    background-color: #fff; }

.paragraph--type-video {
  margin: 2.5rem 0; }
  .paragraph--type-video .bcs-video {
    max-width: 56rem;
    margin: 0 auto; }
    .paragraph--type-video .bcs-video iframe {
      display: block; }

.paragraph--type-speaker {
  margin: 0;
  position: relative;
  padding-left: 17.5rem;
  padding-right: 1rem;
  min-height: 15rem; }
  .paragraph--type-speaker .name {
    margin: 0 0 1rem;
    font-weight: 700; }
  .paragraph--type-speaker img {
    display: block;
    width: 15rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0; }

.paragraph--type-list-of-speakers {
  margin: 2.5rem 0; }
  .paragraph--type-list-of-speakers .speakers {
    display: flex;
    flex-wrap: wrap; }
    .paragraph--type-list-of-speakers .speakers > .speaker {
      float: left;
      width: 50%;
      flex: 0 0 50%;
      padding-bottom: 2.5rem; }

.paragraph--type-press-news,
.paragraph--type-press-release {
  margin: 2.5rem 0 2rem;
  padding-left: 1.5rem; }
  .paragraph--type-press-news > h3,
  .paragraph--type-press-release > h3 {
    margin: 0 0 1em;
    color: #687a83;
    line-height: 1.7;
    font-size: 1.6rem;
    position: relative; }
    .paragraph--type-press-news > h3::before,
    .paragraph--type-press-release > h3::before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: -1.5rem;
      top: .8rem;
      border: .6rem solid transparent;
      border-left-color: #ee1c24; }
    .paragraph--type-press-news > h3 .type,
    .paragraph--type-press-release > h3 .type {
      text-transform: uppercase; }
    .paragraph--type-press-news > h3 .type::after,
    .paragraph--type-press-release > h3 .type::after {
      content: ' - '; }
    .paragraph--type-press-news > h3 .text,
    .paragraph--type-press-release > h3 .text {
      font-weight: 700; }
  .paragraph--type-press-news .source .label,
  .paragraph--type-press-news .date .label,
  .paragraph--type-press-release .source .label,
  .paragraph--type-press-release .date .label {
    display: inline-block;
    min-width: 7rem;
    font-weight: 300; }
  .paragraph--type-press-news .source .item,
  .paragraph--type-press-news .date .item,
  .paragraph--type-press-release .source .item,
  .paragraph--type-press-release .date .item {
    display: inline; }
  .paragraph--type-press-news .files .file,
  .paragraph--type-press-release .files .file {
    padding-left: 0;
    background-image: none; }
    .paragraph--type-press-news .files .file a,
    .paragraph--type-press-release .files .file a {
      text-decoration: none; }
      .paragraph--type-press-news .files .file a:hover,
      .paragraph--type-press-release .files .file a:hover {
        text-decoration: underline; }

.paragraph--type-board-member {
  display: flex;
  margin: 2.5rem 0;
  padding: 2.5rem 0;
  border-top: 0.1rem dotted #b4bdc1; }
  .paragraph--type-board-member .group-left {
    order: 1;
    flex: 0 1 0;
    padding-right: 2.5rem; }
    .paragraph--type-board-member .group-left img {
      display: block; }
  .paragraph--type-board-member .group-right {
    order: 2;
    flex: 1 0 0; }
  .paragraph--type-board-member.image-right .group-left {
    padding-right: 0;
    padding-left: 2.5rem;
    order: 3; }
  .paragraph--type-board-member.image-right .group-right {
    text-align: right; }

.paragraph--type-map {
  margin: 2.5rem 0; }
  .paragraph--type-map iframe {
    display: block;
    margin: 0;
    border: none; }
  .paragraph--type-map .simple-gmap-link {
    margin: 0;
    text-align: right;
    font-size: 1rem; }
    .paragraph--type-map .simple-gmap-link a {
      text-decoration: none; }

.paragraph--type-image-mosaic {
  margin: 2.5rem -.1rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }
  .paragraph--type-image-mosaic .img {
    flex: 0 0 33.33%;
    width: 33.33%;
    float: left;
    padding: .1rem; }
  .paragraph--type-image-mosaic img {
    width: 100%;
    height: auto;
    display: block; }

.paragraph--type-program-day {
  margin: 2.5rem 0; }
  .paragraph--type-program-day > .day, .paragraph--type-program-day > .date {
    margin: 0;
    font-size: 3.2rem;
    font-weight: 300; }

.paragraph--type-program-entry {
  margin: 0;
  margin-bottom: .1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }
  .paragraph--type-program-entry .times {
    padding: .5rem 1.5rem;
    flex: 0 0 20rem;
    font-weight: 700;
    background-color: #d9dee0; }
  .paragraph--type-program-entry .event-text {
    padding: .5rem 1.5rem;
    border-left: .1rem solid #fff;
    background-color: #d9dee0;
    flex: 1 0 0; }
  .paragraph--type-program-entry .title {
    font-weight: 700; }
  .paragraph--type-program-entry .venue .label {
    font-weight: 300; }
  .paragraph--type-program-entry .desc {
    flex: 0 0 100%;
    margin: 1rem 0;
    padding-left: 21.5rem; }
  .paragraph--type-program-entry .event-code {
    display: none; }
    .paragraph--type-program-entry .event-code.red + .times, .paragraph--type-program-entry .event-code.red + .event-text, .paragraph--type-program-entry .event-code.red + .times + .event-text {
      background-color: #c00;
      color: #fff; }
    .paragraph--type-program-entry .event-code.orange + .times, .paragraph--type-program-entry .event-code.orange + .event-text, .paragraph--type-program-entry .event-code.orange + .times + .event-text {
      background-color: #f80;
      color: #000; }
    .paragraph--type-program-entry .event-code.yellow + .times, .paragraph--type-program-entry .event-code.yellow + .event-text, .paragraph--type-program-entry .event-code.yellow + .times + .event-text {
      background-color: #fe0;
      color: #000; }
    .paragraph--type-program-entry .event-code.green + .times, .paragraph--type-program-entry .event-code.green + .event-text, .paragraph--type-program-entry .event-code.green + .times + .event-text {
      background-color: #690;
      color: #fff; }
    .paragraph--type-program-entry .event-code.blue + .times, .paragraph--type-program-entry .event-code.blue + .event-text, .paragraph--type-program-entry .event-code.blue + .times + .event-text {
      background-color: #09c;
      color: #fff; }
    .paragraph--type-program-entry .event-code.purple + .times, .paragraph--type-program-entry .event-code.purple + .event-text, .paragraph--type-program-entry .event-code.purple + .times + .event-text {
      background-color: #93c;
      color: #fff; }

.paragraph--type-faq {
  padding-bottom: 1rem; }
  .paragraph--type-faq .faq-question {
    color: #687a83;
    font-weight: 700;
    cursor: pointer; }
    .paragraph--type-faq .faq-question:hover {
      color: #000; }
    .paragraph--type-faq .faq-question.open {
      color: #000; }
  .paragraph--type-faq .faq-answer {
    display: none;
    padding-top: .5rem;
    padding-bottom: 2rem; }
  .paragraph--type-faq .div-faq-answer-inner {
    padding: 1rem 1.5rem;
    background-color: #e8ebec; }
    .paragraph--type-faq .div-faq-answer-inner > *:first-child {
      margin-top: 0; }
    .paragraph--type-faq .div-faq-answer-inner > *:last-child {
      margin-bottom: 0; }

.paragraph--type-sponsors {
  margin: 2.5rem 0; }
  .paragraph--type-sponsors .sponsors {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; }

.paragraph--type-sponsor {
  height: 100%;
  text-align: center;
  position: relative; }
  .paragraph--type-sponsor .logo img {
    display: block; }
  .paragraph--type-sponsor .logo + .link a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 99999rem; }

.paragraph--type-gallery {
  margin: 5rem 0; }
  .paragraph--type-gallery .image-wall {
    overflow: hidden; }
    .paragraph--type-gallery .image-wall .image {
      float: left;
      width: 20%;
      padding-right: .1rem; }
    .paragraph--type-gallery .image-wall img {
      display: block;
      width: 100%;
      height: auto; }

.paragraph--type-accomodation {
  display: inline-block;
  max-width: 33%;
  margin: 1rem 0;
  text-align: center; }
  .paragraph--type-accomodation .name {
    font-weight: bold; }
  .paragraph--type-accomodation img {
    margin: .5rem 0;
    display: block;
    max-width: 100%;
    height: auto; }
  .paragraph--type-accomodation .link {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8em; }
    .paragraph--type-accomodation .link a {
      text-decoration: none; }
      .paragraph--type-accomodation .link a:hover {
        text-decoration: underline; }

.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: space-around;
  align-items: center; }
  .overlay .overlay-inner {
    box-sizing: border-box;
    max-width: 90vw;
    max-width: calc(100vw - 10rem);
    max-height: 90vh;
    position: relative; }
    .overlay .overlay-inner img {
      display: block;
      max-width: 100%;
      max-height: 90vh;
      width: auto;
      height: auto;
      box-shadow: 0 0.5rem 3.5rem -1rem rgba(0, 0, 0, 0.85); }
    .overlay .overlay-inner nav {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 5;
      color: #fff;
      font-size: 4.2rem; }
      .overlay .overlay-inner nav div {
        position: absolute;
        width: 50%;
        top: 0;
        bottom: 0;
        z-index: 5;
        cursor: pointer; }
        .overlay .overlay-inner nav div.prev {
          left: 0;
          right: auto; }
        .overlay .overlay-inner nav div.next {
          left: auto;
          right: 0;
          text-align: right; }
      .overlay .overlay-inner nav span {
        position: absolute;
        top: 49%;
        top: calc(50% - 2.5rem);
        display: block;
        height: 5rem;
        width: 5rem;
        text-align: center;
        line-height: 5rem;
        opacity: .5; }
      .overlay .overlay-inner nav .prev span {
        left: -5rem; }
      .overlay .overlay-inner nav .next span {
        right: -5rem; }
      .overlay .overlay-inner nav div:hover span {
        opacity: 1; }
    .overlay .overlay-inner .close {
      position: absolute;
      right: -5rem;
      top: 0;
      z-index: 10;
      color: #fff;
      font-size: 3.6rem;
      font-weight: 100; }
      .overlay .overlay-inner .close span {
        display: block;
        height: 5rem;
        width: 5rem;
        text-align: center;
        line-height: 2rem;
        cursor: pointer;
        opacity: .5; }
        .overlay .overlay-inner .close span:hover {
          opacity: 1; }
  .overlay.first-image nav .prev {
    display: none; }
  .overlay.last-image nav .next {
    display: none; }

.path-frontpage #block-bcs-page-title,
.path-frontpage .page-title {
  display: none; }

.node--type-front-page .word-president {
  position: relative;
  display: flex;
  align-content: flex-start;
  margin-bottom: 5rem;
  overflow: hidden; }
  .node--type-front-page .word-president .photo {
    padding-right: 2.5rem; }
    .node--type-front-page .word-president .photo img {
      display: block; }
  .node--type-front-page .word-president .word {
    padding: 1rem 2rem;
    padding-right: 9rem;
    color: #fff;
    background-color: #ee1c24; }
    .node--type-front-page .word-president .word > *:first-child {
      margin-top: 0; }
  .node--type-front-page .word-president::after {
    content: '';
    position: absolute;
    right: -14rem;
    top: 1rem;
    bottom: -3.5rem;
    width: 15rem;
    background-color: #fff;
    transform: rotate(10deg);
    transform-origin: top right; }
.node--type-front-page .front-blocks {
  display: flex;
  justify-content: space-between;
  margin-left: -2.5rem;
  margin-right: -2.5rem; }
  .node--type-front-page .front-blocks > div {
    width: 33.33%;
    flex: 1 0 33.33%;
    padding: 0 2.5rem; }
  .node--type-front-page .front-blocks h3.label {
    display: block;
    color: #000;
    font-size: 3rem;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 2.5rem; }
.node--type-front-page .next-bcs {
  position: relative;
  color: #fff; }
  .node--type-front-page .next-bcs h3.label {
    padding: 1rem 2rem 0;
    background-color: #ee1c24;
    color: #fff; }
  .node--type-front-page .next-bcs .wrapper {
    position: relative;
    padding: 0 2rem 1rem 2rem;
    background-color: #ee1c24; }
  .node--type-front-page .next-bcs a {
    color: #fff;
    text-decoration: none; }
  .node--type-front-page .next-bcs .bcs-edition {
    margin-bottom: 2rem;
    color: #770e12;
    font-weight: 700; }
    .node--type-front-page .next-bcs .bcs-edition div {
      display: inline;
      font-weight: 400; }
  .node--type-front-page .next-bcs .bcs-title {
    font-size: 2.4rem; }
  .node--type-front-page .next-bcs .node__links {
    text-align: right; }
    .node--type-front-page .next-bcs .node__links ul, .node--type-front-page .next-bcs .node__links li {
      list-style: none;
      margin: 0;
      padding: 0; }
    .node--type-front-page .next-bcs .node__links .node-readmore a {
      text-decoration: underline; }
  .node--type-front-page .next-bcs .more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000rem; }
.node--type-front-page .latest-news .news {
  position: relative;
  margin-left: -.5rem;
  margin-right: -.5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  margin-bottom: 2.5rem; }
  .node--type-front-page .latest-news .news .date {
    display: inline;
    font-weight: 700; }
    .node--type-front-page .latest-news .news .date::after {
      content: ' - '; }
  .node--type-front-page .latest-news .news h2 {
    display: inline;
    font-size: inherit; }
  .node--type-front-page .latest-news .news .more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000rem; }
    .node--type-front-page .latest-news .news .more:hover {
      background-color: rgba(0, 0, 0, 0.05); }
.node--type-front-page .twitter-feed iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
  min-height: 50rem !important; }

.page-node-type-page .page-title {
  margin-bottom: 5rem; }

.node--type-page > .field-body {
  margin-bottom: 5rem; }

.block-system-main-block .view-bcs-summary .view-content {
  display: flex;
  flex-wrap: wrap; }
.block-system-main-block .view-bcs-summary .views-grouping {
  flex: 0 0 50%;
  display: flex;
  padding: 2rem 0; }
.block-system-main-block .view-bcs-summary .views-grouping-title {
  flex: 0 0 7.5rem;
  align-self: center;
  position: relative; }
  .block-system-main-block .view-bcs-summary .views-grouping-title::before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 50%;
    width: .5rem;
    height: 0;
    border-bottom: 0.1rem solid #687a83; }
.block-system-main-block .view-bcs-summary .views-grouping-content {
  flex: 1 0 0;
  padding-left: 2rem;
  border-left: 0.1rem solid #687a83;
  position: relative; }
  .block-system-main-block .view-bcs-summary .views-grouping-content::before, .block-system-main-block .view-bcs-summary .views-grouping-content::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .5rem;
    height: 0;
    border-top: 0.1rem solid #687a83; }
  .block-system-main-block .view-bcs-summary .views-grouping-content::after {
    top: auto;
    bottom: 0; }
.block-system-main-block .view-bcs-summary h3 {
  color: #000;
  margin: 0; }
.block-system-main-block .view-bcs-summary .bcs-page a {
  display: inline-block;
  padding: .5rem 1rem;
  text-decoration: none; }
  .block-system-main-block .view-bcs-summary .bcs-page a:hover {
    color: #000;
    background-color: #e8ebec; }

.page-node-type-bcs-content .content-title {
  display: none; }

.bcs-content .bcs-edition {
  margin-top: -2rem;
  margin-bottom: 5rem;
  color: #b4bdc1;
  font-weight: 400; }
  .bcs-content .bcs-edition div {
    display: inline; }
.bcs-content .contextual + .bcs-edition {
  margin-top: 0; }

.block-local-tasks-block + .block-system-main-block .bcs-content .bcs-edition {
  margin-top: 0; }

.region-sidebar > .block > h2 {
  background-color: #ee1c24;
  color: #fff;
  line-height: 1.1;
  padding: .5rem 1rem .5rem 2rem;
  margin-left: -2rem;
  position: relative;
  border-left: 1rem solid #be161d;
  overflow: hidden; }
  .region-sidebar > .block > h2::after {
    content: '';
    position: absolute;
    right: -2.7rem;
    top: 0;
    bottom: -1.5rem;
    width: 3rem;
    background-color: #fff;
    transform: rotate(15deg);
    transform-origin: top right; }

body.path-summit.path-dp-2 #block-bcs-page-title {
  display: none; }
body.path-summit.path-dp-2 .view-bcs-menu .menu-item:first-child a {
  color: #000;
  background-color: #e8ebec; }

.bcs-content-menu {
  padding-top: 6.9rem;
  margin-top: -5rem; }

.side-fixed .bcs-content-menu {
  position: fixed;
  top: 0;
  margin-top: 0; }

.view-bcs-menu {
  padding-bottom: 5rem; }
  .view-bcs-menu .menu-item {
    padding: 0;
    padding-right: 2rem;
    margin-bottom: .5rem; }
    .view-bcs-menu .menu-item a {
      display: block;
      padding: .5rem 1rem;
      text-decoration: none;
      font-weight: 400; }
      .view-bcs-menu .menu-item a:hover {
        background-color: #e8ebec; }
    .view-bcs-menu .menu-item.current a {
      color: #000;
      background-color: #e8ebec; }

.side-news .news {
  position: relative;
  padding: .5rem 1rem;
  margin-bottom: .5rem;
  font-weight: 400; }
  .side-news .news .date {
    display: inline; }
  .side-news .news h2 {
    display: inline;
    font-size: inherit;
    font-weight: inherit; }
  .side-news .news .more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 10000rem; }
  .side-news .news:hover {
    color: #000;
    background-color: #e8ebec; }
  .side-news .news.current {
    color: #000;
    background-color: #e8ebec; }
    .side-news .news.current .date {
      color: #687a83; }
    .side-news .news.current h2 {
      color: #000; }

.news-full .post-date {
  margin-top: 5rem;
  text-align: right;
  font-style: italic;
  color: #687a83; }

.news-page .news {
  position: relative;
  padding: .5rem 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 5rem; }
  .news-page .news .group-title .date {
    font-weight: 700; }
    .news-page .news .group-title .date::after {
      content: ' - ';
      font-weight: 400; }
  .news-page .news .group-title h2 {
    display: inline; }
  .news-page .news h2 {
    font-size: 2.4rem;
    margin: 0; }
  .news-page .news .field-body * {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: normal;
    text-decoration: none; }
  .news-page .news .field-body a {
    color: inherit;
    text-decoration: underline; }
  .news-page .news .node__links {
    text-align: right; }
    .news-page .news .node__links ul, .news-page .news .node__links li {
      list-style: none;
      margin: 0;
      padding: 0; }
  .news-page .news .more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 1000rem; }
    .news-page .news .more:hover {
      background-color: rgba(0, 0, 0, 0.05); }

.layout-footer {
  padding: 5rem 0;
  color: #d9dee0;
  font-size: 1.4rem;
  background-color: #687a83;
  box-shadow: 0 1rem 1rem -1rem #343d42 inset; }
  .layout-footer a {
    color: #d9dee0;
    text-decoration: none; }
    .layout-footer a:hover {
      text-decoration: underline; }

.region-footer {
  max-width: 120rem;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  flex-wrap: wrap; }
  .region-footer .footer-main-menu {
    flex: 0 1 auto;
    padding-right: 5rem; }
    .region-footer .footer-main-menu .menu {
      margin: 0; }
    .region-footer .footer-main-menu .menu-item {
      padding: 0; }
      .region-footer .footer-main-menu .menu-item > a {
        display: inline-block;
        padding: .2rem 1rem .2rem 0; }
    .region-footer .footer-main-menu .menu-item > span {
      display: none; }
    .region-footer .footer-main-menu .menu-item--expanded {
      list-style: none; }
    .region-footer .footer-main-menu ul.menu a.is-active {
      color: #fff; }
  .region-footer .bcs-editions {
    flex: 0 1 auto;
    padding-right: 5rem; }
    .region-footer .bcs-editions > h2 {
      font-size: inherit;
      color: #fff;
      line-height: 1.6;
      padding: .2rem 1rem .2rem 0;
      margin: 0; }
    .region-footer .bcs-editions .bcs-link a {
      display: inline-block;
      padding: .2rem 1rem .2rem 0; }
  .region-footer .bcs-copyright {
    flex: 1 0 0;
    align-self: flex-end;
    text-align: right; }
    .region-footer .bcs-copyright .field-body > *:last-child {
      margin-bottom: 0; }

form.user-pass .form-item,
.user-login-form .form-item {
  margin: 3rem 0; }
  form.user-pass .form-item label,
  .user-login-form .form-item label {
    display: inline-block;
    min-width: 10rem; }
  form.user-pass .form-item input,
  .user-login-form .form-item input {
    border: .1rem solid #999; }
    form.user-pass .form-item input:focus,
    .user-login-form .form-item input:focus {
      border-color: #000; }
  form.user-pass .form-item .description,
  .user-login-form .form-item .description {
    color: #666;
    font-style: italic; }

.maintenance-page .layout-container {
  max-width: 100rem;
  margin: 0 auto;
  padding: 2.5rem; }
.maintenance-page header a img {
  max-width: 50rem;
  height: auto; }
.maintenance-page header .site-name {
  display: none; }
  .maintenance-page header .site-name a {
    text-decoration: none; }
.maintenance-page main h1 {
  margin: 5rem 0; }
.maintenance-page .side-menu-overlay,
.maintenance-page .side-menu-toggle {
  display: none !important; }

@media (max-width: 1100px) {
  .paragraph--type-list-of-speakers .speakers {
    display: block; }
    .paragraph--type-list-of-speakers .speakers > .speaker {
      width: auto;
      float: none; } }
@media (max-width: 1000px) {
  .node--type-front-page .front-blocks {
    flex-wrap: wrap; }
    .node--type-front-page .front-blocks > div {
      flex-basis: 50%;
      width: 50%;
      margin-bottom: 2.5rem; }
    .node--type-front-page .front-blocks .twitter-feed {
      flex-grow: 0;
      margin-left: auto; } }
@media (max-width: 800px) {
  .layout-menu {
    position: fixed;
    left: -24rem;
    top: 0;
    bottom: 0;
    z-index: 100;
    width: 24rem;
    padding-top: 5rem;
    padding-bottom: 4rem;
    transition: left .15s ease-out;
    transition-property: left, box-shadow;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
    .layout-menu .navigation {
      padding: 0; }
    .layout-menu .navigation > .menu {
      flex-wrap: wrap; }
      .layout-menu .navigation > .menu .menu-item {
        width: 100%; }
    .layout-menu .navigation .menu-item {
      display: block; }
    .layout-menu .navigation .menu-item--expanded > .menu {
      position: relative;
      top: auto;
      bottom: auto;
      border: none;
      margin: 0; }
    .layout-menu .navigation .menu-item--expanded:hover > .menu {
      display: none; }
    .layout-menu .navigation .menu-item .menu-item > a {
      padding-right: 2rem;
      padding-left: 4rem; }

  body.side-menu-open .layout-menu {
    transition-duration: .35s;
    left: 0;
    box-shadow: 0 0 1rem -.3rem #000; }

  .side-menu-toggle {
    display: block;
    width: 4rem;
    height: 4rem; }
    .side-menu-toggle.open {
      position: absolute;
      left: 1rem;
      top: 1rem;
      z-index: 10;
      background: transparent url("../img/menu-toggle.svg") no-repeat 50% 50% scroll;
      cursor: pointer; }
      .side-menu-toggle.open span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -.5rem;
        text-align: center;
        font-size: 1rem;
        text-transform: uppercase; }
    .side-menu-toggle.close {
      position: absolute;
      right: .5rem;
      top: .5rem;
      background: transparent url("../img/cross-icon-white.svg") no-repeat 50% 50% scroll;
      cursor: pointer; }

  .side-menu-overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5); }

  .block-system-branding-block .site-logo img {
    width: 33.33%; }

  .path-frontpage .layout-main {
    padding-top: 2.5rem; }

  .node--type-front-page .word-president {
    margin-bottom: 2.5rem; }
    .node--type-front-page .word-president::after {
      display: none; }
    .node--type-front-page .word-president .photo img {
      max-width: 20rem;
      height: auto; }
    .node--type-front-page .word-president .word {
      padding-right: 2rem; }
  .node--type-front-page .front-blocks {
    display: block; }
    .node--type-front-page .front-blocks > div {
      width: auto; }
    .node--type-front-page .front-blocks .next-bcs {
      padding: 0; }
      .node--type-front-page .front-blocks .next-bcs h3.label {
        padding-top: 1.5rem;
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
      .node--type-front-page .front-blocks .next-bcs .wrapper {
        padding-left: 2.5rem;
        padding-right: 2.5rem; }
    .node--type-front-page .front-blocks .twitter-feed {
      max-width: 50rem; }

  .block-system-main-block .view-bcs-summary .view-content {
    display: block; }

  .paragraph--type-board-member .group-left img {
    width: 15rem;
    height: auto; }

  .paragraph--type-image-mosaic .img {
    width: 50%;
    flex-basis: 50%; }

  .paragraph--type-program-entry .times {
    flex-basis: 17rem; }
  .paragraph--type-program-entry .desc {
    padding-left: 0; }

  .block-system-branding-block .site-logo a {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 2.6rem; }

  .region-footer .bcs-copyright {
    flex: 0 0 100%;
    padding-top: 2.5rem; }

  .page-node-type-bcs-content .layout-main.with-sidebar {
    flex-direction: column; }
    .page-node-type-bcs-content .layout-main.with-sidebar .layout-content {
      flex: 0 0 100%;
      order: 2;
      padding-left: 0; }
    .page-node-type-bcs-content .layout-main.with-sidebar .layout-sidebar {
      flex: 0 0 100%;
      order: 1; }
  .page-node-type-bcs-content .region-sidebar > .block > h2 {
    display: inline-block;
    margin-left: -2.5rem;
    padding-right: 5rem;
    padding-left: 2.5rem; }
  .page-node-type-bcs-content .view-bcs-menu .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem; }
  .page-node-type-bcs-content .view-bcs-menu .menu-item {
    padding-right: .5rem; }
  .page-node-type-bcs-content .view-bcs-menu .menu-item.current a {
    color: #fff;
    background-color: #ee1c24; } }
@media (max-width: 700px) {
  .page-node-type-news .layout-main.with-sidebar {
    display: block; }
    .page-node-type-news .layout-main.with-sidebar .layout-content {
      padding-left: 0; }
    .page-node-type-news .layout-main.with-sidebar .layout-sidebar {
      margin-top: 5rem; }
  .page-node-type-news .region-sidebar > .block > h2 {
    padding-left: 2.5rem;
    margin-left: -2.5rem; }
  .page-node-type-news .side-news {
    margin-left: -1rem;
    margin-right: -1rem; } }
@media (max-width: 600px) {
  .node--type-front-page .word-president {
    display: block; }
    .node--type-front-page .word-president .photo {
      float: left; }
      .node--type-front-page .word-president .photo img {
        border-right: 2.5rem solid #fff;
        border-bottom: 2.5rem solid #fff; }

  .paragraph--type-gallery .image-wall .image {
    width: 25%; }

  body.overlay-open {
    overflow: hidden; }

  .overlay .overlay-inner {
    max-width: 90vw;
    max-height: calc(100vh - 10rem); }
    .overlay .overlay-inner .close {
      right: 0;
      bottom: 100%;
      top: auto;
      height: 3rem;
      line-height: 3rem; }
      .overlay .overlay-inner .close span {
        height: 3rem;
        text-align: right; }
    .overlay .overlay-inner nav span {
      top: 100%;
      height: 3rem;
      line-height: 3rem; }
    .overlay .overlay-inner nav .next span {
      right: 0;
      text-align: right; }
    .overlay .overlay-inner nav .prev span {
      left: 0;
      text-align: left; } }
@media (max-width: 500px) {
  .node--type-front-page .word-president .photo img {
    width: 17.5rem; }

  .paragraph--type-speaker {
    padding-left: 14.5rem; }
    .paragraph--type-speaker img {
      width: 12rem; }

  .block-system-branding-block .site-logo a {
    font-size: 2rem; }

  .block-content--type-image .notice {
    font-size: .8rem; } }
@media (max-width: 420px) {
  .paragraph--type-board-member .group-left img {
    width: 10rem; }

  .paragraph--type-program-entry .times {
    padding-bottom: 0;
    flex: 1 0 100%; }
  .paragraph--type-program-entry .event-text {
    padding-top: 0;
    flex: 1 0 100%;
    border: none;
    padding-left: 4rem; }

  .paragraph--type-gallery .image-wall .image {
    width: 33.33%; }

  .region-footer .footer-main-menu,
  .region-footer .bcs-editions {
    padding-right: 0;
    flex: 0 0 100%; }
  .region-footer .bcs-editions .bcs-link {
    position: relative;
    padding-left: 1.5rem; }
    .region-footer .bcs-editions .bcs-link::before {
      content: '';
      width: .4rem;
      height: .4rem;
      border-radius: 10rem;
      background-color: #b4bdc1;
      position: absolute;
      left: .2rem;
      top: 1.2rem; }
  .region-footer .bcs-editions > h2 {
    display: none; } }

/*# sourceMappingURL=style.css.map */
