.nav > li > a {
  padding: 15px 0;
  margin: 0 10px;
  font-size: 13px; }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 430px; }

header.main nav.navbar.main {
  margin-bottom: 0;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1); }
  header.main nav.navbar.main a.navbar-brand {
    padding: 0;
    height: 50px;
    opacity: 1; }
    header.main nav.navbar.main a.navbar-brand.hidden-logo {
      opacity: 0; }
    header.main nav.navbar.main a.navbar-brand.selected, header.main nav.navbar.main a.navbar-brand:hover, header.main nav.navbar.main a.navbar-brand:active {
      background-color: transparent; }
    header.main nav.navbar.main a.navbar-brand img {
      max-height: 100%; }
  header.main nav.navbar.main .navbar-nav {
    margin-top: 0px;
    margin-bottom: 0px; }
  header.main nav.navbar.main a {
    color: #555555;
    background: transparent;
    transition: color 0.3s, opacity 0.5s; }
    header.main nav.navbar.main a:focus {
      color: #555555; }
    header.main nav.navbar.main a.selected, header.main nav.navbar.main a:hover, header.main nav.navbar.main a:active {
      color: #7a99ac; }
  header.main nav.navbar.main .cms-placeholder {
    display: inline; }
  header.main nav.navbar.main button {
    border-color: #777777; }
    header.main nav.navbar.main button span {
      background-color: #777777; }
  @media (min-width: 992px) {
    header.main nav.navbar.main {
      background-color: #fff;
      box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
      min-height: 75px; }
      header.main nav.navbar.main #main-navbar {
        text-align: right; }
      header.main nav.navbar.main .navbar-nav {
        float: none;
        display: inline-block;
        vertical-align: top; }
        header.main nav.navbar.main .navbar-nav > li > a {
          padding-top: 27px;
          padding-bottom: 27px; }
      header.main nav.navbar.main a, header.main nav.navbar.main a:focus {
        color: #777777; }
        header.main nav.navbar.main a.selected, header.main nav.navbar.main a:hover, header.main nav.navbar.main a:active, header.main nav.navbar.main a:focus.selected, header.main nav.navbar.main a:focus:hover, header.main nav.navbar.main a:focus:active {
          color: #7a99ac; }
      header.main nav.navbar.main a.navbar-brand {
        height: 75px;
        padding: 0.5em; }
      header.main nav.navbar.main button {
        border-color: #fff; }
        header.main nav.navbar.main button span {
          background-color: #fff; } }
  @media (min-width: 1200px) {
    header.main nav.navbar.main a.navbar-brand {
      padding: 0; } }

.gallery img {
  max-width: 100%; }

.gallery ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.gallery-top-slideshow {
  width: 100%;
  height: 100%; }
  .gallery-top-slideshow .carousel-inner {
    width: 100%;
    height: 100%; }
    .gallery-top-slideshow .carousel-inner .item {
      transition-property: opacity;
      width: 100%;
      height: 100%; }
      .gallery-top-slideshow .carousel-inner .item img {
        max-width: none;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: auto; }
        .gallery-top-slideshow .carousel-inner .item img.centered {
          width: auto;
          height: 100%;
          position: relative;
          left: 50%;
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .gallery-top-slideshow .carousel-inner .item .credits {
        position: absolute;
        text-align: right;
        bottom: 6em;
        color: #fff;
        width: 100%;
        text-shadow: 1px 1px 5px black; }
        @media (min-width: 768px) {
          .gallery-top-slideshow .carousel-inner .item .credits {
            bottom: 6.5em; } }
        .gallery-top-slideshow .carousel-inner .item .credits .name {
          font-size: 14px;
          font-weight: bold; }
        .gallery-top-slideshow .carousel-inner .item .credits .author {
          font-size: 12px; }
    .gallery-top-slideshow .carousel-inner .item,
    .gallery-top-slideshow .carousel-inner .active.left,
    .gallery-top-slideshow .carousel-inner .active.right {
      opacity: 0; }
    .gallery-top-slideshow .carousel-inner .active,
    .gallery-top-slideshow .carousel-inner .next.left,
    .gallery-top-slideshow .carousel-inner .prev.right {
      opacity: 1; }
    .gallery-top-slideshow .carousel-inner .next,
    .gallery-top-slideshow .carousel-inner .prev,
    .gallery-top-slideshow .carousel-inner .active.left,
    .gallery-top-slideshow .carousel-inner .active.right {
      left: 0;
      transform: translate3d(0, 0, 0); }
  .gallery-top-slideshow .carousel-control {
    z-index: 2; }

.gallery-columns {
  padding-bottom: 4em; }
  .gallery-columns li {
    height: 100px; }
    .gallery-columns li img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }

.gallery-columns-2 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-2:before, .gallery-columns-2:after {
    content: " ";
    display: table; }
  .gallery-columns-2:after {
    clear: both; }
  .gallery-columns-2 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-2 li {
        float: left;
        width: 50%; } }

.gallery-columns-3 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-3:before, .gallery-columns-3:after {
    content: " ";
    display: table; }
  .gallery-columns-3:after {
    clear: both; }
  .gallery-columns-3 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-3 li {
        float: left;
        width: 33.33333%; } }

.gallery-columns-4 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-4:before, .gallery-columns-4:after {
    content: " ";
    display: table; }
  .gallery-columns-4:after {
    clear: both; }
  .gallery-columns-4 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-4 li {
        float: left;
        width: 25%; } }

.gallery-columns-5 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-5:before, .gallery-columns-5:after {
    content: " ";
    display: table; }
  .gallery-columns-5:after {
    clear: both; }
  .gallery-columns-5 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-5 li {
        float: left;
        width: 20%; } }

.gallery-columns-6 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-6:before, .gallery-columns-6:after {
    content: " ";
    display: table; }
  .gallery-columns-6:after {
    clear: both; }
  .gallery-columns-6 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-6 li {
        float: left;
        width: 16.66667%; } }

.gallery-columns-7 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-7:before, .gallery-columns-7:after {
    content: " ";
    display: table; }
  .gallery-columns-7:after {
    clear: both; }
  .gallery-columns-7 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-7 li {
        float: left;
        width: 14.28571%; } }

.gallery-columns-8 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-8:before, .gallery-columns-8:after {
    content: " ";
    display: table; }
  .gallery-columns-8:after {
    clear: both; }
  .gallery-columns-8 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-8 li {
        float: left;
        width: 12.5%; } }

.gallery-columns-9 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-9:before, .gallery-columns-9:after {
    content: " ";
    display: table; }
  .gallery-columns-9:after {
    clear: both; }
  .gallery-columns-9 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-9 li {
        float: left;
        width: 11.11111%; } }

.gallery-columns-10 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-10:before, .gallery-columns-10:after {
    content: " ";
    display: table; }
  .gallery-columns-10:after {
    clear: both; }
  .gallery-columns-10 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-10 li {
        float: left;
        width: 10%; } }

.gallery-columns-11 {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-columns-11:before, .gallery-columns-11:after {
    content: " ";
    display: table; }
  .gallery-columns-11:after {
    clear: both; }
  .gallery-columns-11 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .gallery-columns-11 li {
        float: left;
        width: 9.09091%; } }

.gallery-full-width {
  margin-left: -2px;
  margin-right: -3px; }
  .gallery-full-width:before, .gallery-full-width:after {
    content: " ";
    display: table; }
  .gallery-full-width:after {
    clear: both; }
  .gallery-full-width .photo {
    margin-bottom: 5px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px;
    position: relative;
    min-height: 1px;
    padding-left: 2.5px;
    padding-right: 2.5px; }
    @media (min-width: 768px) {
      .gallery-full-width .photo {
        float: left;
        width: 33.33333%; } }
    @media (min-width: 992px) {
      .gallery-full-width .photo {
        float: left;
        width: 25%; } }
    @media (min-width: 1200px) {
      .gallery-full-width .photo {
        float: left;
        width: 16.66667%; } }
  .gallery-full-width img {
    width: 100%; }

.speaker-list .speaker {
  background-color: #fff;
  margin-bottom: 3em; }

.speaker-list a:focus {
  outline: none; }

.speaker-list img {
  width: 100%;
  border-radius: 10px; }

.speaker-list .info {
  padding: 1em 0;
  height: 200px; }

.speaker-list h4 {
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 16px; }
  @media (min-width: 768px) {
    .speaker-list h4 {
      font-size: 17px; } }
  .speaker-list h4:after {
    position: absolute;
    bottom: 0; }
  .speaker-list h4 a {
    color: #666666; }
  .speaker-list h4 .website {
    color: #7a99ac; }

.speaker-list p {
  display: inline-block;
  font-size: 1.2rem;
  color: gray;
  margin-right: 10px;
  text-align: left; }
  @media (min-width: 768px) {
    .speaker-list p {
      font-size: 1.4rem; } }

.speaker-list .social {
  margin-bottom: 0.5em; }
  .speaker-list .social a {
    margin-right: 5px; }
    .speaker-list .social a img {
      width: auto;
      height: 15px; }
    .speaker-list .social a:hover {
      text-decoration: none; }

.speaker-list .comes-from {
  font-style: italic;
  color: #666666; }

.speaker-list-2-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-2-columns:before, .speaker-list-2-columns:after {
    content: " ";
    display: table; }
  .speaker-list-2-columns:after {
    clear: both; }
  .speaker-list-2-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-2-columns > div {
        float: left;
        width: 50%; } }
    .speaker-list-2-columns > div:nth-child(2n+1) {
      clear: both; }

.speaker-list-3-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-3-columns:before, .speaker-list-3-columns:after {
    content: " ";
    display: table; }
  .speaker-list-3-columns:after {
    clear: both; }
  .speaker-list-3-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-3-columns > div {
        float: left;
        width: 33.33333%; } }
    .speaker-list-3-columns > div:nth-child(3n+1) {
      clear: both; }

.speaker-list-4-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-4-columns:before, .speaker-list-4-columns:after {
    content: " ";
    display: table; }
  .speaker-list-4-columns:after {
    clear: both; }
  .speaker-list-4-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-4-columns > div {
        float: left;
        width: 25%; } }
    .speaker-list-4-columns > div:nth-child(4n+1) {
      clear: both; }

.speaker-list-5-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-5-columns:before, .speaker-list-5-columns:after {
    content: " ";
    display: table; }
  .speaker-list-5-columns:after {
    clear: both; }
  .speaker-list-5-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-5-columns > div {
        float: left;
        width: 20%; } }
    .speaker-list-5-columns > div:nth-child(5n+1) {
      clear: both; }

.speaker-list-6-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-6-columns:before, .speaker-list-6-columns:after {
    content: " ";
    display: table; }
  .speaker-list-6-columns:after {
    clear: both; }
  .speaker-list-6-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-6-columns > div {
        float: left;
        width: 16.66667%; } }
    .speaker-list-6-columns > div:nth-child(6n+1) {
      clear: both; }

.speaker-list-7-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-7-columns:before, .speaker-list-7-columns:after {
    content: " ";
    display: table; }
  .speaker-list-7-columns:after {
    clear: both; }
  .speaker-list-7-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-7-columns > div {
        float: left;
        width: 14.28571%; } }
    .speaker-list-7-columns > div:nth-child(7n+1) {
      clear: both; }

.speaker-list-8-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-8-columns:before, .speaker-list-8-columns:after {
    content: " ";
    display: table; }
  .speaker-list-8-columns:after {
    clear: both; }
  .speaker-list-8-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-8-columns > div {
        float: left;
        width: 12.5%; } }
    .speaker-list-8-columns > div:nth-child(8n+1) {
      clear: both; }

.speaker-list-9-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-9-columns:before, .speaker-list-9-columns:after {
    content: " ";
    display: table; }
  .speaker-list-9-columns:after {
    clear: both; }
  .speaker-list-9-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-9-columns > div {
        float: left;
        width: 11.11111%; } }
    .speaker-list-9-columns > div:nth-child(9n+1) {
      clear: both; }

.speaker-list-10-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-10-columns:before, .speaker-list-10-columns:after {
    content: " ";
    display: table; }
  .speaker-list-10-columns:after {
    clear: both; }
  .speaker-list-10-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-10-columns > div {
        float: left;
        width: 10%; } }
    .speaker-list-10-columns > div:nth-child(10n+1) {
      clear: both; }

.speaker-list-11-columns {
  margin-left: -15px;
  margin-right: -15px; }
  .speaker-list-11-columns:before, .speaker-list-11-columns:after {
    content: " ";
    display: table; }
  .speaker-list-11-columns:after {
    clear: both; }
  .speaker-list-11-columns > div {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .speaker-list-11-columns > div {
        float: left;
        width: 9.09091%; } }
    .speaker-list-11-columns > div:nth-child(11n+1) {
      clear: both; }

.speaker-list.owl-carousel .owl-item {
  padding-left: 1px; }

#speakers .container .row.speaker-list:nth-of-type(4) .info h4, #speakers .container .row.speaker-list:nth-of-type(4) .info p {
  text-align: center; }

.events-list .talk-description .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .events-list .talk-description .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.events-list .talk-description .speaker:after {
  content: "";
  clear: both;
  display: block; }

.events-list .talk-description .speaker p {
  text-align: left !important; }

.events-list .talk-description > p {
  font-size: 1.5rem; }

.events-list .talk-description img {
  border-radius: 5px;
  float: left;
  margin-right: 10px; }

.events-list .talk-description h5 {
  text-transform: none;
  margin-bottom: 0;
  text-align: left; }
  .events-list .talk-description h5 > a {
    color: #000; }

.events-list .talk-description .presentation-file {
  padding-top: 2em;
  padding-bottom: 2em; }

.events-list .ui-accordion .talk-time {
  display: inline-block;
  width: 95px;
  text-align: right; }

.events-list .ui-accordion .talk-title {
  font-weight: bold;
  margin-left: 2em; }

.sub-talks {
  margin-top: 2em;
  font-size: 1.3rem; }
  .sub-talks > div {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #777777; }
  .sub-talks h4 {
    margin-bottom: 1em;
    display: inline-block;
    vertical-align: top; }
  .sub-talks .header-time, .sub-talks .header-title {
    display: inline-block;
    vertical-align: top;
    font-size: 1.5rem; }
  .sub-talks .header-time {
    background-color: #7a99ac;
    color: #fff;
    padding: 0em 0.5em;
    border-radius: 5px;
    height: 3rem;
    line-height: 3rem; }
  .sub-talks .header-title {
    margin-left: 1em;
    text-transform: none; }
  .sub-talks .duration {
    color: #777777;
    font-weight: normal; }
  .sub-talks .sub-talk-description {
    margin-left: 5.5em; }
    .sub-talks .sub-talk-description .row {
      margin-top: 2em; }
  .sub-talks .speaker {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 15em;
    margin-top: 1em; }
    .sub-talks .speaker img {
      max-height: 40px; }
    .sub-talks .speaker h5 {
      margin-top: 5px;
      font-size: 1.2rem;
      text-align: left; }
      .sub-talks .speaker h5 > a {
        color: #000; }

.modal-body-wrapper.speaker-modal {
  padding: 1em 0; }
  .modal-body-wrapper.speaker-modal > div {
    margin-bottom: 1em; }
  .modal-body-wrapper.speaker-modal img {
    width: auto;
    float: left;
    margin: 0 2em 1em 0;
    border-radius: 10px; }
  .modal-body-wrapper.speaker-modal h4 {
    display: inline-block;
    margin-right: 1em;
    font-weight: bold;
    font-size: 17px; }
  .modal-body-wrapper.speaker-modal .btn {
    padding: 0px 5px;
    vertical-align: top; }
    .modal-body-wrapper.speaker-modal .btn a {
      color: #fff;
      margin: 0; }
      .modal-body-wrapper.speaker-modal .btn a img {
        height: 15px;
        margin: 0.5em; }
  .modal-body-wrapper.speaker-modal .role p {
    color: gray; }
  .modal-body-wrapper.speaker-modal .description p {
    color: #333333;
    text-align: justify;
    margin-right: 0; }
  .modal-body-wrapper.speaker-modal p {
    display: block; }
  .modal-body-wrapper.speaker-modal:after {
    display: block;
    content: '';
    clear: left; }

.working-group-speakers .speaker.main-speaker img {
  float: none; }

.working-group-speakers .speaker.main-speaker .info {
  padding: 1em 0;
  height: 140px; }
  .working-group-speakers .speaker.main-speaker .info h4 {
    position: relative;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    color: #666666; }
    .working-group-speakers .speaker.main-speaker .info h4:after {
      position: absolute;
      bottom: 0; }
  .working-group-speakers .speaker.main-speaker .info p {
    display: inline-block;
    font-size: 1.2rem;
    color: gray;
    margin-right: 10px;
    text-align: left; }

.working-group-speakers .speaker h5 {
  margin-top: 0;
  padding-top: 12px; }

.main-nav .language-chooser a {
  margin: 0;
  padding: 0; }

.language-chooser {
  display: inline;
  padding: 0;
  margin: 0; }
  .language-chooser li.lang {
    display: inline-block; }
    .language-chooser li.lang img {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: .3;
      transition: opacity 0.3s; }
    .language-chooser li.lang img:hover,
    .language-chooser li.lang.selected img {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .language-chooser li.lang a {
      display: block;
      padding: 27px 10px; }

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .language-chooser {
    padding: 0 25px; } }

@media only screen and (max-width: 992px) and (min-width: 768px) {
  .language-chooser {
    padding: 0 15px; } }

@media only screen and (max-width: 768px) {
  .language-chooser > ul > li, .language-chooser > ul > li > a {
    display: inline; } }

#twitter-bar .ext_wrapper {
  margin-top: 108px; }

#twitter-bar .flap {
  background-color: #7a99ac;
  width: 50px;
  height: 50px;
  cursor: pointer;
  left: -48px;
  padding: 10px;
  box-shadow: none;
  border: 1px solid #fff;
  border-radius: 4px 0px 0px 4px;
  z-index: -1; }

#twitter-bar .flapLabel {
  background-color: transparent; }
  #twitter-bar .flapLabel object {
    display: none; }

#twitter-bar .extruder-content {
  background: #fff;
  border-color: #7a99ac; }

#twitter-bar.extruder .text {
  background: #fff;
  border-color: #fff;
  text-shadow: none; }

@media (max-width: 992px) {
  #twitter-bar {
    display: none; } }

#twitter-bar iframe {
  position: absolute !important;
  height: 80% !important;
  max-width: 350px !important; }

.ui-accordion .ui-state-default,
.ui-accordion .ui-widget-content .ui-state-default,
.ui-accordion .ui-widget-header .ui-state-default {
  border: 1px solid #f6f6f6;
  margin-bottom: 5px;
  padding: 22px 30px 19px; }
  .ui-accordion .ui-state-default:focus,
  .ui-accordion .ui-widget-content .ui-state-default:focus,
  .ui-accordion .ui-widget-header .ui-state-default:focus {
    outline: none; }

.ui-accordion .ui-state-active,
.ui-accordion .ui-widget-content .ui-state-active,
.ui-accordion .ui-widget-header .ui-state-active {
  border: 1px solid #ededed;
  background: #ededed;
  font-weight: normal;
  color: #454545; }

.ui-accordion .ui-accordion-header-icon {
  display: none; }

.ui-accordion .ui-widget-content {
  border: 1px solid #f6f6f6; }

.ui-accordion-content {
  padding: 1em 2.7em;
  text-align: left;
  font-size: 1.3rem; }
  @media (min-width: 768px) {
    .ui-accordion-content {
      text-align: justify; } }

.tabs-plugin .nav-tabs {
  border-bottom-width: 0; }
  .tabs-plugin .nav-tabs li a {
    text-align: center;
    background-color: transparent;
    padding: 1em 0;
    margin: 0; }
    .tabs-plugin .nav-tabs li a, .tabs-plugin .nav-tabs li a:hover, .tabs-plugin .nav-tabs li a:focus {
      border: 1px solid #7a99ac;
      border-radius: 4px; }
  .tabs-plugin .nav-tabs li .icon {
    width: 50px;
    height: 50px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 50%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .tabs-plugin .nav-tabs li .icon {
        width: 100px;
        height: 100px; } }
  .tabs-plugin .nav-tabs li .title {
    padding-top: 1em;
    font-weight: bold;
    font-size: 1rem; }
    @media (min-width: 768px) {
      .tabs-plugin .nav-tabs li .title {
        font-size: 1.3rem; } }
  .tabs-plugin .nav-tabs li.active a, .tabs-plugin .nav-tabs li a:hover, .tabs-plugin .nav-tabs li a:focus {
    background-color: #7a99ac; }
    .tabs-plugin .nav-tabs li.active a .title, .tabs-plugin .nav-tabs li a:hover .title, .tabs-plugin .nav-tabs li a:focus .title {
      color: #fff; }
  .tabs-plugin .nav-tabs .tab-icon-1 a .icon {
    background-image: url("../images/tabs-icons/1-clear.svg"); }
  .tabs-plugin .nav-tabs .tab-icon-2 a .icon {
    background-image: url("../images/tabs-icons/2-clear.svg"); }
  .tabs-plugin .nav-tabs .tab-icon-3 a .icon {
    background-image: url("../images/tabs-icons/3-clear.svg"); }
  .tabs-plugin .nav-tabs .tab-icon-4 a .icon {
    background-image: url("../images/tabs-icons/4-clear.svg"); }

.tabs-plugin .tab-content {
  padding-top: 2em; }

.tabs-columns-2 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-2:before, .tabs-columns-2:after {
    content: " ";
    display: table; }
  .tabs-columns-2:after {
    clear: both; }
  .tabs-columns-2 li {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-3 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-3:before, .tabs-columns-3:after {
    content: " ";
    display: table; }
  .tabs-columns-3:after {
    clear: both; }
  .tabs-columns-3 li {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-4 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-4:before, .tabs-columns-4:after {
    content: " ";
    display: table; }
  .tabs-columns-4:after {
    clear: both; }
  .tabs-columns-4 li {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-5:before, .tabs-columns-5:after {
    content: " ";
    display: table; }
  .tabs-columns-5:after {
    clear: both; }
  .tabs-columns-5 li {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-6 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-6:before, .tabs-columns-6:after {
    content: " ";
    display: table; }
  .tabs-columns-6:after {
    clear: both; }
  .tabs-columns-6 li {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-7 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-7:before, .tabs-columns-7:after {
    content: " ";
    display: table; }
  .tabs-columns-7:after {
    clear: both; }
  .tabs-columns-7 li {
    position: relative;
    float: left;
    width: 14.28571%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-8 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-8:before, .tabs-columns-8:after {
    content: " ";
    display: table; }
  .tabs-columns-8:after {
    clear: both; }
  .tabs-columns-8 li {
    position: relative;
    float: left;
    width: 12.5%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-9 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-9:before, .tabs-columns-9:after {
    content: " ";
    display: table; }
  .tabs-columns-9:after {
    clear: both; }
  .tabs-columns-9 li {
    position: relative;
    float: left;
    width: 11.11111%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-10 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-10:before, .tabs-columns-10:after {
    content: " ";
    display: table; }
  .tabs-columns-10:after {
    clear: both; }
  .tabs-columns-10 li {
    position: relative;
    float: left;
    width: 10%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.tabs-columns-11 {
  margin-left: -5px;
  margin-right: -5px; }
  .tabs-columns-11:before, .tabs-columns-11:after {
    content: " ";
    display: table; }
  .tabs-columns-11:after {
    clear: both; }
  .tabs-columns-11 li {
    position: relative;
    float: left;
    width: 9.09091%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }

.ui-widget.ui-widget-content {
  border: none; }

.ui-tabs {
  padding: 0; }
  .ui-tabs .ui-tabs-nav {
    padding: 0;
    margin-bottom: -2px; }
    .ui-tabs .ui-tabs-nav .ui-state-active,
    .ui-tabs .ui-tabs-nav .ui-widget-content .ui-state-active,
    .ui-tabs .ui-tabs-nav .ui-widget-header .ui-state-active,
    .ui-tabs .ui-tabs-nav a.ui-button:active,
    .ui-tabs .ui-tabs-nav .ui-button:active,
    .ui-tabs .ui-tabs-nav .ui-button.ui-state-active:hover {
      background: #7a99ac;
      border-width: 1px 1px 0 1px;
      border-style: solid;
      border-color: #4a6576;
      padding-bottom: 0; }
    .ui-tabs .ui-tabs-nav h4 {
      font-size: 1.2rem;
      font-weight: bold; }
      @media (min-width: 768px) {
        .ui-tabs .ui-tabs-nav h4 {
          font-size: 17px;
          font-weight: normal; } }
  .ui-tabs .ui-widget-header {
    border: none;
    background: transparent; }
  .ui-tabs .ui-tabs-panel {
    padding: 0; }

.cmsplugin-form--registration-form {
  padding-bottom: 2em; }
  .cmsplugin-form--registration-form .status-message {
    margin-top: 1em;
    text-align: center; }
  .cmsplugin-form--registration-form ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1em; }
  .cmsplugin-form--registration-form li label {
    font-weight: normal; }

.nav-tabs.steps {
  display: block;
  border-bottom-width: 0;
  margin-left: 0;
  margin-right: 0; }
  .nav-tabs.steps:before, .nav-tabs.steps:after {
    content: " ";
    display: table; }
  .nav-tabs.steps:after {
    clear: both; }
  .nav-tabs.steps > li {
    text-align: center;
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 0;
    padding-right: 0; }
    .nav-tabs.steps > li > a {
      color: #ced4d6;
      position: relative;
      background-color: transparent !important;
      border-width: 0 !important;
      box-shadow: none !important;
      font-size: 10px; }
      @media (min-width: 768px) {
        .nav-tabs.steps > li > a {
          font-size: 13px; } }
      .nav-tabs.steps > li > a span.mg-bs-tab-num {
        display: block;
        font-weight: 600;
        color: #16262e;
        vertical-align: middle;
        margin: 0 auto;
        text-align: center;
        border-width: 3px;
        border-style: solid;
        border-color: #dbdedf;
        background-color: #fff;
        border-radius: 50%;
        padding: 0;
        text-transform: uppercase;
        width: 55px;
        line-height: 49px;
        margin-bottom: 10px;
        transition: border-color 0.4s, color 0.4s; }
      .nav-tabs.steps > li > a span.mg-bs-bar {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #dbdedf;
        position: absolute;
        top: 58px;
        right: -50%;
        margin-top: -17px;
        z-index: -1; }
        .nav-tabs.steps > li > a span.mg-bs-bar:after {
          content: '';
          display: block;
          width: 0;
          height: 100%;
          background-color: #7a99ac;
          position: absolute;
          top: 0;
          left: 0;
          transition: width 0.4s; }
    .nav-tabs.steps > li.mg-step-done > a {
      border-width: 0;
      color: #16262e; }
      .nav-tabs.steps > li.mg-step-done > a span.mg-bs-tab-num {
        color: #7a99ac;
        border-color: #7a99ac; }
      .nav-tabs.steps > li.mg-step-done > a span.mg-bs-bar:after {
        width: 100%; }
    .nav-tabs.steps > li.active > a {
      color: #7a99ac; }
      .nav-tabs.steps > li.active > a span.mg-bs-tab-num {
        color: #fff;
        border-color: #7a99ac;
        background-color: #7a99ac; }
    .nav-tabs.steps > li.has-error > a span.mg-bs-tab-num {
      border-color: #d9534f; }

.cmsplugin-form--commitment-form > .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.cmsplugin-form--commitment-form label {
  font-weight: normal; }

.popover {
  max-width: 600px; }
  .popover h3.popover-title:after {
    display: none !important; }

.alternate-icons .item {
  padding-bottom: 2em; }
  .alternate-icons .item:after {
    content: '';
    display: block;
    clear: both; }
  .alternate-icons .item .icon {
    background: url("../images/tabs-icons/4-clear.svg") center no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px; }
  .alternate-icons .item h3 {
    color: #7a99ac; }
  .alternate-icons .item:nth-of-type(odd) .icon {
    float: right;
    margin: 0 0 2rem 2rem; }
  .alternate-icons .item:nth-of-type(odd) h3 {
    text-align: right; }
  .alternate-icons .item:nth-of-type(odd) p {
    margin-left: 4rem; }
  .alternate-icons .item:nth-of-type(even) .icon {
    float: left;
    margin: 0 2rem 2rem 0; }
  .alternate-icons .item:nth-of-type(even) h3 {
    text-align: left; }
  .alternate-icons .item:nth-of-type(even) p {
    margin-right: 4rem; }
  .alternate-icons .item img {
    margin-top: 2.5rem; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(even) img {
  float: right;
  margin: 0 0 2rem 2rem; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(even) h3 {
  text-align: right; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(even) p {
  margin-left: 4rem; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(odd) img {
  float: left;
  margin: 0 2rem 2rem 0; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(odd) h3 {
  text-align: left; }

.alternate-icons .wrapper > .cms-plugin:nth-of-type(odd) p {
  margin-right: 4rem; }

.list-plugin-columns {
  padding-bottom: 4em; }
  .list-plugin-columns ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .list-plugin-columns li {
    height: 100px;
    text-align: center; }
    .list-plugin-columns li img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }

.list-plugin-columns-2 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-2:before, .list-plugin-columns-2:after {
    content: " ";
    display: table; }
  .list-plugin-columns-2:after {
    clear: both; }
  .list-plugin-columns-2 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-2 li {
        float: left;
        width: 50%; } }

.list-plugin-columns-3 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-3:before, .list-plugin-columns-3:after {
    content: " ";
    display: table; }
  .list-plugin-columns-3:after {
    clear: both; }
  .list-plugin-columns-3 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-3 li {
        float: left;
        width: 33.33333%; } }

.list-plugin-columns-4 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-4:before, .list-plugin-columns-4:after {
    content: " ";
    display: table; }
  .list-plugin-columns-4:after {
    clear: both; }
  .list-plugin-columns-4 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-4 li {
        float: left;
        width: 25%; } }

.list-plugin-columns-5 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-5:before, .list-plugin-columns-5:after {
    content: " ";
    display: table; }
  .list-plugin-columns-5:after {
    clear: both; }
  .list-plugin-columns-5 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-5 li {
        float: left;
        width: 20%; } }

.list-plugin-columns-6 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-6:before, .list-plugin-columns-6:after {
    content: " ";
    display: table; }
  .list-plugin-columns-6:after {
    clear: both; }
  .list-plugin-columns-6 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-6 li {
        float: left;
        width: 16.66667%; } }

.list-plugin-columns-7 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-7:before, .list-plugin-columns-7:after {
    content: " ";
    display: table; }
  .list-plugin-columns-7:after {
    clear: both; }
  .list-plugin-columns-7 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-7 li {
        float: left;
        width: 14.28571%; } }

.list-plugin-columns-8 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-8:before, .list-plugin-columns-8:after {
    content: " ";
    display: table; }
  .list-plugin-columns-8:after {
    clear: both; }
  .list-plugin-columns-8 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-8 li {
        float: left;
        width: 12.5%; } }

.list-plugin-columns-9 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-9:before, .list-plugin-columns-9:after {
    content: " ";
    display: table; }
  .list-plugin-columns-9:after {
    clear: both; }
  .list-plugin-columns-9 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-9 li {
        float: left;
        width: 11.11111%; } }

.list-plugin-columns-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-10:before, .list-plugin-columns-10:after {
    content: " ";
    display: table; }
  .list-plugin-columns-10:after {
    clear: both; }
  .list-plugin-columns-10 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-10 li {
        float: left;
        width: 10%; } }

.list-plugin-columns-11 {
  margin-left: -10px;
  margin-right: -10px; }
  .list-plugin-columns-11:before, .list-plugin-columns-11:after {
    content: " ";
    display: table; }
  .list-plugin-columns-11:after {
    clear: both; }
  .list-plugin-columns-11 li {
    margin-bottom: 20px;
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px; }
    @media (min-width: 768px) {
      .list-plugin-columns-11 li {
        float: left;
        width: 9.09091%; } }

.partners.list-plugin-columns li img {
  position: relative;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.ecoevents.list-plugin-columns {
  margin-left: -5px;
  margin-right: -5px; }
  .ecoevents.list-plugin-columns:before, .ecoevents.list-plugin-columns:after {
    content: " ";
    display: table; }
  .ecoevents.list-plugin-columns:after {
    clear: both; }
  .ecoevents.list-plugin-columns li {
    height: auto;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px; }
    .ecoevents.list-plugin-columns li img {
      border-radius: 4px; }
    .ecoevents.list-plugin-columns li h4 {
      position: absolute;
      width: 100%;
      bottom: 0;
      text-align: center;
      color: #fff;
      font-size: 12px;
      margin-bottom: 0.2em; }
      @media (min-width: 768px) {
        .ecoevents.list-plugin-columns li h4 {
          font-size: 12px;
          bottom: 0.4em; } }
      @media (min-width: 992px) {
        .ecoevents.list-plugin-columns li h4 {
          font-size: 18px;
          bottom: 0.2em; } }
      @media (min-width: 1200px) {
        .ecoevents.list-plugin-columns li h4 {
          font-size: 18px;
          bottom: 0.6em; } }
    .ecoevents.list-plugin-columns li > div {
      position: relative;
      width: 100%;
      height: 100%; }
      .ecoevents.list-plugin-columns li > div:before, .ecoevents.list-plugin-columns li > div:after {
        content: " ";
        display: table; }
      .ecoevents.list-plugin-columns li > div:after {
        clear: both; }
    .ecoevents.list-plugin-columns li.compass {
      background: url("../images/tabs-icons/4-clear.svg") center no-repeat;
      background-size: 60%; }

.btn {
  font-weight: bold;
  text-transform: uppercase; }

.cmsplugin-form .status-message {
  padding: 1em;
  margin-bottom: 1em; }
  .cmsplugin-form .status-message p:last-child, .cmsplugin-form .status-message ul {
    margin-bottom: 0; }
  .cmsplugin-form .status-message ul {
    padding-left: 1.5em; }

.scroll-checkboxes .controls {
  height: 100px;
  overflow-y: scroll;
  padding: 0 0.5em;
  border: 1px solid #cccccc;
  border-radius: 4px; }

.a2a_default_style {
  position: fixed;
  top: 50%;
  z-index: 1;
  background-color: #fff;
  padding: 0.2em;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #7a99ac;
  border-radius: 0 5px 5px 0; }
  .a2a_default_style > a {
    float: none !important;
    display: block;
    padding: 0 !important;
    height: 32px;
    margin-bottom: 2px; }
    .a2a_default_style > a:last-of-type {
      margin-bottom: 0; }
  .a2a_default_style .a2a_dd {
    display: none; }

.social-links-flap {
  background-color: #fff;
  position: fixed;
  top: 50%;
  left: 0;
  padding: 0.2em;
  border-width: 2px 2px 2px 0;
  border-style: solid;
  border-color: #7a99ac;
  border-radius: 0px 4px 4px 0px;
  z-index: 1; }
  @media (max-width: 768px) {
    .social-links-flap {
      display: none; } }
  .social-links-flap a {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 0 2px;
    padding: 4px 0;
    border-radius: 4px; }
    .social-links-flap a img {
      display: block;
      margin: 0 auto;
      height: 24px; }
    .social-links-flap a.facebook {
      background-color: #3b5998; }
    .social-links-flap a.twitter {
      background-color: #55acee; }
    .social-links-flap a.instagram {
      padding: 0; }
      .social-links-flap a.instagram img {
        width: 32px;
        height: 32px; }
    .social-links-flap a:last-child {
      margin: 0; }

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  font-size: 2em;
  color: #7a99ac; }

.owl-theme .owl-nav [class*='owl-'] {
  color: #7a99ac;
  background: transparent; }
  .owl-theme .owl-nav [class*='owl-']:hover {
    color: #7a99ac;
    background: transparent;
    border: none; }

.owl-theme .owl-nav [class*="owl-"] {
  position: absolute;
  bottom: 0;
  display: none; }
  .owl-theme .owl-nav [class*="owl-"] .material-icons {
    font-size: 3em; }
  .owl-theme .owl-nav [class*="owl-"]:focus {
    border-width: 0; }
  @media (min-width: 768px) {
    .owl-theme .owl-nav [class*="owl-"] {
      display: block; } }

.owl-prev {
  left: -55px; }

.owl-next {
  right: -55px; }

@media (min-width: 768px) {
  .owl-dots {
    display: none; } }

/* Rules for sizing the icon. */
.material-icons {
  font-size: inherit; }

.material-icons.md-14 {
  font-size: 14px; }

.material-icons.md-18 {
  font-size: 18px; }

.material-icons.md-24 {
  font-size: 24px; }

.material-icons.md-36 {
  font-size: 36px; }

.material-icons.md-48 {
  font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54); }

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white; }

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3); }

.conference-mode article#intro #countdown div.current-talk-wrapper {
  text-align: left;
  padding-top: 1em; }
  .conference-mode article#intro #countdown div.current-talk-wrapper a {
    color: #fff; }
  @media (min-width: 768px) {
    .conference-mode article#intro #countdown div.current-talk-wrapper {
      padding: 0; } }

.facebook-video-wrapper iframe {
  width: 100%;
  background-color: #fff;
  border-radius: 4px; }

.facebook-video-wrapper .fb-video {
  width: 100%; }

.post-conference article#intro #slideshow-logo, .post-conference article#intro #countdown {
  position: static; }

.post-conference article#intro #slideshow-logo {
  padding: 0;
  text-align: center; }
  .post-conference article#intro #slideshow-logo .logo {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100px; }
  .post-conference article#intro #slideshow-logo .logo, .post-conference article#intro #slideshow-logo form {
    padding: 0 0 1em; }
    @media (min-width: 992px) {
      .post-conference article#intro #slideshow-logo .logo, .post-conference article#intro #slideshow-logo form {
        padding: 0; } }
  @media (min-width: 992px) {
    .post-conference article#intro #slideshow-logo {
      text-align: left; } }

.post-conference article#intro #slideshow-logo-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0px; }

@media (min-width: 992px) {
  .post-conference article#intro #countdown > .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.post-conference article#intro #countdown .location {
  margin-bottom: 1em; }

.post-conference article#intro #countdown #mc_embed_signup form {
  padding: 0; }

.post-conference article#intro #countdown #mc_embed_signup #mc_embed_signup_scroll {
  padding: 0.5em 0; }

.post-conference article#intro #countdown #mc_embed_signup h4 {
  color: #7a99ac;
  margin: 0px 0 5px;
  font-size: 1.5rem;
  text-align: center; }
  @media (min-width: 768px) {
    .post-conference article#intro #countdown #mc_embed_signup h4 {
      font-size: 17px; } }

@media (min-width: 768px) {
  .post-conference article#intro #countdown #mc_embed_signup .fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: start;
        align-items: flex-start; }
    .post-conference article#intro #countdown #mc_embed_signup .fields > div {
      margin: 0 5px 5px 10px; }
    .post-conference article#intro #countdown #mc_embed_signup .fields > input {
      margin: 0 10px 5px 5px; } }

.post-conference article#intro #countdown #mc_embed_signup .mc-field-group.form-group {
  margin-bottom: 5px; }

#mc_embed_signup #mc_embed_signup_scroll {
  background-color: #fff;
  padding: 1em 0;
  border-radius: 4px; }

#mc_embed_signup form {
  text-align: center; }

#mc_embed_signup .mc-field-group.form-group,
#mc_embed_signup .btn {
  display: inline-block;
  vertical-align: top;
  font-size: 1rem; }
  @media (min-width: 768px) {
    #mc_embed_signup .mc-field-group.form-group,
    #mc_embed_signup .btn {
      font-size: 1.4rem; } }

#mc_embed_signup .mc-field-group.form-group {
  min-height: 0;
  padding-bottom: 0; }

#mc_embed_signup #mc-embedded-subscribe-form {
  padding-left: 0; }
  #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    background-color: #f2dede;
    border: 1px solid #ebccd1;
    color: #a94442;
    margin: 0;
    width: 100%; }

#mc_embed_signup div#mce-responses {
  margin: 0;
  width: 100%; }

#mc_embed_signup #mce-success-response,
#mc_embed_signup #mce-error-response {
  padding: 5px 10px;
  margin: 1em 0 0;
  width: 100%;
  font-weight: normal;
  float: none;
  border-radius: 4px; }

#mc_embed_signup #mce-success-response {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #3c763d; }

#mc_embed_signup #mce-error-response {
  background-color: #f2dede;
  border: 1px solid #ebccd1;
  color: #a94442; }

.btn-video-modal {
  font-weight: normal;
  text-transform: none; }

.video-modal .youtube-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-modal .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
