@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700');
/* Import bootstrap 3 mixins and variables so we can use them */
/* Import core mixins so we can use them */
.clear_float:before,
.clear_float:after {
  content: " ";
  display: table;
}
.clear_float:after {
  clear: both;
}
@font-face {
  font-family: 'Utopia Std';
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-Semibold.eot');
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-Semibold.eot?#iefix') format('embedded-opentype'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-Semibold.woff2') format('woff2'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-Semibold.woff') format('woff'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Utopia Std';
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BlackHeadline.eot');
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BlackHeadline.eot?#iefix') format('embedded-opentype'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BlackHeadline.woff2') format('woff2'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BlackHeadline.woff') format('woff'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BlackHeadline.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Utopia Std';
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BoldCaptIt.eot');
  src: url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BoldCaptIt.eot?#iefix') format('embedded-opentype'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BoldCaptIt.woff2') format('woff2'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BoldCaptIt.woff') format('woff'), url('/application/themes/bodmerlab/css/build_custom/fonts/utopia/UtopiaStd-BoldCaptIt.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
h1 {
  font-family: 'Utopia Std';
}
.background-royal-blue {
  background-color: #2381d4 !important;
}
.background-red {
  background-color: #ff5b34 !important;
}
.text-color-royal-blue {
  color: #2381d4 !important;
}
.text-color-red {
  color: #ff5b34 !important;
}
@media only screen and (min-width: 1000px) {
  .container {
    width: 1020px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.container {
  padding-left: 10px;
  padding-right: 10px;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
@media (max-width: 768px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* Import our theme mixins */
/* Our style rules - namespace so as not to collide with the core app styles */
div.ccm-page {
  font-family: 'Fira Sans', sans-serif;
  position: relative;
  font-weight: 300;
  font-size: 16px;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.col-sidebar {
  padding-top: 60px;
}
.col-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.col-sidebar ul li {
  margin: 5px 0;
}
.col-sidebar ul li h1 {
  font-family: 'Utopia Std';
  color: #4d4d4d;
  font-size: 1.12em;
  margin: 0 0 10px 0;
}
.col-sidebar ul li a {
  color: #000000;
}
.col-sidebar ul li a:hover {
  text-decoration: none;
  color: #0067c5;
}
.col-sidebar ul li a:focus {
  background-color: transparent;
}
.col-content {
  padding-top: 60px;
}
#splash-intro {
  z-index: 1000;
  position: relative;
  height: 100vh;
  width: 100%;
  background-color: #0067c5;
  color: #ffffff;
  overflow: hidden;
  max-height: 100vh;
  -webkit-transition-property: all;
  -webkit-transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  -moz-transition-property: all;
  -moz-transition-duration: 1s;
  -moz-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
#splash-intro:hover {
  cursor: pointer;
}
#splash-intro .bodmerlab-logo {
  display: none;
  width: 53px;
  height: 60px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -110px;
}
#splash-intro .bodmerlab-logo span {
  display: inline-block;
}
#splash-intro .container {
  width: 956px;
  height: 537px;
  background: url("/application/themes/bodmerlab/images/splash-intro/bg.jpg") center -1px no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 116px 260px 116px 70px;
}
#splash-intro .container .logos a {
  display: inline-block;
  height: 40px;
  margin-right: 40px;
}
#splash-intro .container .logos a img {
  max-height: 100%;
}
#splash-intro .container .splash-title {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 3em;
  margin: 55px 0 30px 0;
}
#splash-intro .container .splash-desc {
  font-weight: 300;
}
#splash-intro .active {
  color: #ff5b34;
  background-image: url("/application/themes/bodmerlab/images/splash-intro/bg-hover.jpg");
}
#splash-intro .active .splash-desc,
#splash-intro .active .logos {
  visibility: hidden;
}
@media only screen and (max-width: 768px) {
  #splash-intro .container {
    width: auto;
    height: auto;
    padding: 20px 20px 0 20px;
    top: 80px;
    transform: inherit;
    display: block;
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
  }
  #splash-intro .container .row {
    margin-left: 0;
    margin-right: 0;
  }
  #splash-intro .container .col-md-12 {
    padding-left: 0;
    padding-right: 0;
  }
  #splash-intro .container .logos {
    overflow: hidden;
  }
  #splash-intro .container .logos a {
    width: 49%;
    margin: 0;
  }
  #splash-intro .container .logos a:first-child {
    float: left;
  }
  #splash-intro .container .logos a:last-child {
    float: right;
  }
  #splash-intro .container .logos a img {
    max-width: 100%;
  }
  #splash-intro .container .splash-title {
    font-size: 2em;
    margin-top: 140px;
    line-height: 1.2;
  }
  #splash-intro .container .bodmerlab-logo {
    left: 0;
    transform: inherit;
    top: -60px;
    width: 100%;
    text-align: center;
    display: block;
  }
  #splash-intro .container .bodmerlab-logo .logo {
    width: 35px;
    height: 40px;
    display: inline-block;
  }
  #splash-intro .container .bodmerlab-logo .logo img {
    max-height: 100%;
  }
}
@media only screen and (max-width: 320px) {
  #splash-intro .container .splash-title {
    font-size: 1.6em;
    margin-top: 75px;
    line-height: 1.1;
  }
  #splash-intro .container .splash-desc {
    font-size: 0.8em;
  }
}
div.ccm-page {
  /* Pages list global sets*/
  /* Pages list in grid mode*/
  /* Pages list in grid mode simple*/
  /* Pages list in list mode*/
  /*h3 {
    font-family: @font-family-title;
    font-size: 1.28em;
    font-weight: 100;
    color: black;
    text-decoration: none;
  }
  h4 {
    font-family: @font-family-content;
    font-size: 0.85em;
    font-weight: bold;
    color: @color-blue;
  }
  hr{
    margin-top: 0;
    margin-bottom: 10px;
  }

  .item-row {
    margin-bottom: 40px;
    
    .icon-year {
      float: left;
      padding: 0 25px 0 10px;

      > p {
        margin: 0;
      }
    }
    @media only screen and (min-width: 768px) {
      .description, .author {
        //display: table-cell;
        display: inline-block;
        vertical-align: top;
      }

      .description {
        padding-right: 20px;
        width: 62%;
      }

      .author {
        width: 25%;
      }
    }

  }*/
  /* Small Devices, Tablets */
  /***** banner ***********/
  /******* aniamtion ********/
}
div.ccm-page header {
  height: 90px;
  /*******************************************************************************/
  /*******************************************************************************/
  /*******************************************************************************/
  /*******************************************************************************/
  /*******************************************************************************/
}
div.ccm-page header .logo a {
  margin-top: 20px;
  display: inline-block;
  height: 48px;
  position: relative;
}
div.ccm-page header .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.ccm-page header .logo a embed {
  max-height: 100%;
  max-width: 100%;
}
div.ccm-page header .nav-container {
  display: inline-block;
  float: right;
}
div.ccm-page header .nav-container .ccm-block-switch-language {
  display: inline-block;
  float: right;
}
div.ccm-page header .nav-container .ccm-block-switch-language li {
  float: left;
}
div.ccm-page header .nav-container .ccm-block-switch-language li a {
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  font-weight: normal;
}
div.ccm-page header .nav-container .ccm-block-switch-language li a.ccm-block-switch-language-active {
  font-weight: bold;
}
div.ccm-page header .nav-container .ccm-block-switch-language li:first-child:after {
  content: '\002F';
}
div.ccm-page header .partners-logos {
  float: right;
  margin-top: 35px;
  margin-left: 10px;
}
div.ccm-page header .partners-logos a {
  width: 87px;
  height: 25px;
  display: inline-block;
}
div.ccm-page header .partners-logos a img {
  max-width: 100%;
}
div.ccm-page header .partners-logos a:first-child {
  margin-right: 15px;
}
div.ccm-page header #ccm-account-menu {
  right: -150px;
}
div.ccm-page header #ccm-account-menu-container {
  position: absolute;
}
div.ccm-page header nav {
  display: inline-block;
  float: right;
  /******** sub nav rolling menus ********/
}
div.ccm-page header nav .dropdown:after {
  content: ' ▶';
}
div.ccm-page header nav .dropdown:hover:after {
  content: '\25bc';
}
div.ccm-page header nav > ul {
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 37px 0 0 0;
  padding: 0;
  float: right;
}
div.ccm-page header nav > ul > li {
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
}
div.ccm-page header nav > ul > li > a {
  margin-right: 20px;
  padding: 2px 2px 5px 2px;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 0.75em;
  color: #4d4d4d;
  text-transform: uppercase;
}
div.ccm-page header nav > ul > li > a:hover,
div.ccm-page header nav > ul > li > a:focus {
  border-bottom: solid 2px #8093A2;
  text-decoration: none;
  color: #000000;
}
div.ccm-page header nav > ul > li > a.nav-path-selected {
  border-bottom: solid 2px #8093A2;
  text-decoration: none;
  color: #000000;
}
div.ccm-page header nav > ul > li:hover > ul {
  display: block;
}
div.ccm-page header nav > ul > li > ul {
  display: none;
  position: absolute;
  z-index: 9999;
  padding: 10px 0 0 0;
  margin: 0;
  left: -5px;
  width: 100%;
}
div.ccm-page header nav > ul > li > ul:hover {
  display: block;
}
div.ccm-page header nav > ul > li > ul > li {
  list-style: none;
}
div.ccm-page header nav > ul > li > ul > li > a {
  display: block;
  background-color: white;
  padding: 5px 7px;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 0.75em;
  color: #4d4d4d;
  border-bottom: 1px solid #ddd;
  transition: color 200ms, background-color 200ms;
}
div.ccm-page header nav > ul > li > ul > li > a:hover {
  background-color: #eee;
  color: #000;
}
@media (max-width: 992px) {
  div.ccm-page header .partners-logos {
    display: none;
  }
}
@media (max-width: 768px) {
  div.ccm-page header {
    min-height: 80px;
    height: auto;
    padding: 20px 0 14px 0;
  }
  div.ccm-page header .logo a {
    margin-top: 0;
    height: 40px;
  }
  div.ccm-page header .logo a embed {
    height: 40px;
  }
  div.ccm-page header .ccm-responsive-menu-launch {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
div.ccm-page footer#footer-main {
  background-color: #e6e6e6;
  padding-top: 40px;
}
div.ccm-page footer#footer-main a {
  color: #0067c5;
}
div.ccm-page footer#footer-main .logo a {
  margin-bottom: 40px;
  display: inline-block;
  height: 48px;
  position: relative;
}
div.ccm-page footer#footer-main .logo a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
div.ccm-page footer#footer-main .logo a embed {
  max-height: 100%;
  max-width: 100%;
}
div.ccm-page footer#footer-main .footer-top {
  margin-bottom: 100px;
}
div.ccm-page footer#footer-main .footer-top .svg-icon {
  width: 25px;
}
div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul {
  margin: 0;
}
div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul li {
  padding: 0 20px 0 0;
  float: left;
}
div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul li a {
  display: inline-block;
  position: relative;
}
div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul li a .social-tooltip {
  white-space: nowrap;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  font-weight: 300;
  font-size: 0.75em;
  padding: 4px 0;
  color: #4d4d4d;
  border-radius: 4px;
  margin-top: 6px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul li a:hover .social-tooltip {
  opacity: 1;
  visibility: visible;
}
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer {
  margin: 25px 0 0 0;
  padding: 0;
  list-style: none;
}
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer * {
  margin: 0;
  padding: 0;
}
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer li {
  margin-bottom: 10px;
}
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer li a {
  font-size: 0.75em;
  font-weight: 500;
  color: #4d4d4d;
  display: inline-block;
}
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer li a:hover,
div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer li a:focus {
  text-decoration: none;
  color: #4d4d4d;
}
div.ccm-page footer#footer-main .footer-top .column-3,
div.ccm-page footer#footer-main .footer-top .column-4 {
  font-weight: 300;
  line-height: 1.33;
  padding-top: 25px;
}
div.ccm-page footer#footer-main .footer-top .column-3 h4,
div.ccm-page footer#footer-main .footer-top .column-4 h4 {
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 0.75em;
  color: #4d4d4d;
  line-height: 20px;
}
div.ccm-page footer#footer-main .footer-top .column-3 p,
div.ccm-page footer#footer-main .footer-top .column-4 p {
  font-size: 0.75em;
  line-height: 1.75;
}
div.ccm-page footer#footer-main .footer-top .column-3 .ccm-custom-style-container > p:first-child > span:first-child,
div.ccm-page footer#footer-main .footer-top .column-4 .ccm-custom-style-container > p:first-child > span:first-child {
  display: block;
}
div.ccm-page footer#footer-main .footer-bottom {
  background-color: #4d4d4d;
}
div.ccm-page footer#footer-main .footer-bottom .copyright {
  height: 80px;
  color: #fff;
  text-align: left;
  padding-top: 37px;
  font-weight: 500;
  font-size: 0.75em;
}
div.ccm-page footer#footer-main .footer-bottom .copyright p {
  margin: 0;
}
div.ccm-page footer#footer-main .footer-bottom .references {
  padding-top: 20px;
  text-align: right;
}
div.ccm-page footer#footer-main .footer-bottom .references a {
  display: inline-block;
  padding: 0;
  margin-left: 40px;
}
div.ccm-page footer#footer-main .footer-bottom .references a img {
  height: 1000%;
  max-height: 100%;
}
div.ccm-page .mobile-footer-menu-trigger {
  display: none;
  width: 30px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
div.ccm-page .mobile-footer-menu-trigger embed {
  width: 100%;
}
div.ccm-page .mobile-footer-menu-trigger embed:last-child {
  display: none;
}
div.ccm-page .mobile-footer-menu-trigger:after {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  content: '';
}
div.ccm-page .mobile-footer-menu-trigger.active embed {
  display: none;
}
div.ccm-page .mobile-footer-menu-trigger.active embed:last-child {
  display: block;
}
@media (min-width: 1000px) {
  div.ccm-page .column-1 {
    width: 330px;
    padding-right: 0;
  }
  div.ccm-page .column-2 {
    width: 260px;
    padding: 0;
  }
  div.ccm-page .column-3 {
    width: 250px;
    padding: 0;
  }
  div.ccm-page .column-4 {
    width: 180px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  div.ccm-page footer#footer-main .col-md-3:before,
  div.ccm-page footer#footer-main .col-md-3:after {
    content: " ";
    display: table;
  }
  div.ccm-page footer#footer-main .col-md-3:after {
    clear: both;
  }
  div.ccm-page footer#footer-main .logo {
    float: left;
    width: 48px;
  }
  div.ccm-page footer#footer-main .logo a {
    overflow: hidden;
    width: 48px;
    margin-bottom: 0;
  }
  div.ccm-page footer#footer-main .logo a embed {
    width: 211px;
    max-width: inherit;
  }
  div.ccm-page footer#footer-main .footer-top {
    margin-bottom: 40px;
  }
  div.ccm-page footer#footer-main .footer-top .column-1 {
    text-align: center;
    padding-right: 30px;
  }
  div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links {
    display: inline-block;
    padding: 12px 0;
  }
  div.ccm-page footer#footer-main .footer-top .column-1 .ccm-block-social-links ul li {
    float: none;
    padding-right: 15px;
  }
  div.ccm-page footer#footer-main .footer-top .column-2 .nav-footer {
    display: none;
    margin-top: 0;
    padding-top: 15px;
    text-align: center;
  }
  div.ccm-page footer#footer-main .footer-top .column-3,
  div.ccm-page footer#footer-main .footer-top .column-4 {
    width: 50%;
    float: left;
  }
  div.ccm-page footer#footer-main .footer-bottom {
    position: relative;
    padding-bottom: 45px;
  }
  div.ccm-page footer#footer-main .footer-bottom .references {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  div.ccm-page footer#footer-main .footer-bottom .references a {
    margin-right: 3%;
    margin-left: 3%;
    max-height: 25px;
    height: auto;
    max-width: 26%;
  }
  div.ccm-page footer#footer-main .footer-bottom .references a picture {
    max-height: 25px;
    height: auto;
    display: block;
  }
  div.ccm-page footer#footer-main .footer-bottom .references a img {
    height: auto;
    max-height: 25px;
  }
  div.ccm-page footer#footer-main .footer-bottom .copyright {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    text-align: center;
    height: auto;
    padding-bottom: 15px;
    padding-top: 0;
    display: block !important;
  }
  div.ccm-page .mobile-footer-menu-trigger {
    display: block;
  }
}
div.ccm-page .btn {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
}
div.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success:hover,
div.ccm-page .btn-success:focus,
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  color: #ffffff;
  background-color: #00994d;
  border-color: #398439;
}
div.ccm-page .btn-success:active,
div.ccm-page .btn-success.active,
.open > .dropdown-togglediv.ccm-page .btn-success {
  background-image: none;
}
div.ccm-page .btn-success.disabled,
div.ccm-page .btn-success[disabled],
fieldset[disabled] div.ccm-page .btn-success,
div.ccm-page .btn-success.disabled:hover,
div.ccm-page .btn-success[disabled]:hover,
fieldset[disabled] div.ccm-page .btn-success:hover,
div.ccm-page .btn-success.disabled:focus,
div.ccm-page .btn-success[disabled]:focus,
fieldset[disabled] div.ccm-page .btn-success:focus,
div.ccm-page .btn-success.disabled:active,
div.ccm-page .btn-success[disabled]:active,
fieldset[disabled] div.ccm-page .btn-success:active,
div.ccm-page .btn-success.disabled.active,
div.ccm-page .btn-success[disabled].active,
fieldset[disabled] div.ccm-page .btn-success.active {
  background-color: #00cc66;
  border-color: #4cae4c;
}
div.ccm-page .btn-success .badge {
  color: #00cc66;
  background-color: #ffffff;
}
div.ccm-page .btn-default {
  background-color: #8093A2;
  font-family: 'Fira Sans', sans-serif;
  color: #ffffff;
}
div.ccm-page .btn-alt {
  line-height: 1;
  display: block;
  padding: 10px 15px;
  transition: background-color 200ms, color 200ms;
}
div.ccm-page .btn-alt.btn-alt-orange {
  border: none;
  background-color: #ff5b34;
  color: white;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
}
div.ccm-page .btn-alt.btn-alt-orange:hover {
  background-color: white;
  color: #ff5b34;
  border-color: #ff5b34;
}
div.ccm-page .btn-alt.btn-alt-orange-outline {
  border-width: 1px;
  border-style: solid;
  border-color: #ff5b34;
  color: #ff5b34;
}
div.ccm-page .btn-alt.btn-alt-orange-outline:hover {
  background-color: #ff5b34;
  color: white;
}
div.ccm-page .homepage-container .media-header-full,
div.ccm-page #search-container .media-header-full {
  background-image: url("/application/themes/bodmerlab/images/homepage-header-bg.jpg");
  padding: 73px 82px;
  background-size: cover !important;
}
div.ccm-page .homepage-container .simple-search-container,
div.ccm-page #search-container .simple-search-container {
  display: block;
}
div.ccm-page .homepage-container .simple-search-container button[type=submit],
div.ccm-page #search-container .simple-search-container button[type=submit] {
  z-index: 2;
}
div.ccm-page .homepage-container .simple-search-container button:hover,
div.ccm-page #search-container .simple-search-container button:hover {
  background-color: #e4e4e4;
  color: #8093A2;
}
div.ccm-page .homepage-container .simple-search-container.is-hide,
div.ccm-page #search-container .simple-search-container.is-hide {
  display: none;
}
div.ccm-page .homepage-container .simple-search-container .container,
div.ccm-page #search-container .simple-search-container .container {
  width: 660px;
  padding: 0;
}
div.ccm-page .homepage-container .simple-search-container .search-title,
div.ccm-page #search-container .simple-search-container .search-title {
  font-family: 'Utopia Std';
  font-size: 3em;
  line-height: 1.33;
  margin-bottom: 20px;
  padding: 0;
}
div.ccm-page .homepage-container .simple-search-container .search-title *,
div.ccm-page #search-container .simple-search-container .search-title * {
  margin: 0;
  padding: 0;
}
div.ccm-page .homepage-container .simple-search-container .search-summary,
div.ccm-page #search-container .simple-search-container .search-summary {
  text-align: left;
  margin-bottom: 40px;
  font-size: 1em;
  font-weight: 300;
}
div.ccm-page .homepage-container .simple-search-container .search-summary a:hover,
div.ccm-page #search-container .simple-search-container .search-summary a:hover,
div.ccm-page .homepage-container .simple-search-container .search-summary a:focus,
div.ccm-page #search-container .simple-search-container .search-summary a:focus {
  text-decoration: none;
}
div.ccm-page .homepage-container .about-container,
div.ccm-page #search-container .about-container {
  font-family: 'Fira Sans', sans-serif;
  background-color: #0067c5;
  color: white;
  padding-top: 40px;
  padding-bottom: 40px;
}
div.ccm-page .homepage-container .about-container .about-description,
div.ccm-page #search-container .about-container .about-description {
  padding-top: 15px;
}
div.ccm-page .homepage-container .about-container .about-description h1,
div.ccm-page #search-container .about-container .about-description h1 {
  font-size: 1.5em;
  padding-bottom: 20px;
}
div.ccm-page .homepage-container .about-container .about-description p,
div.ccm-page #search-container .about-container .about-description p {
  font-size: 1em;
  line-height: 1.31;
}
div.ccm-page .homepage-container .about-container .about-description a,
div.ccm-page #search-container .about-container .about-description a {
  font-weight: 500;
  color: #ff5b34;
}
div.ccm-page .homepage-container .about-container .about-description a:hover,
div.ccm-page #search-container .about-container .about-description a:hover,
div.ccm-page .homepage-container .about-container .about-description a:focus,
div.ccm-page #search-container .about-container .about-description a:focus,
div.ccm-page .homepage-container .about-container .about-description a:active,
div.ccm-page #search-container .about-container .about-description a:active {
  text-decoration: none;
}
div.ccm-page .homepage-container .about-container .about-image,
div.ccm-page #search-container .about-container .about-image {
  text-align-last: center;
}
div.ccm-page .homepage-container .about-container .about-image picture,
div.ccm-page #search-container .about-container .about-image picture {
  display: inline-block;
}
div.ccm-page .homepage-container .about-container h2,
div.ccm-page #search-container .about-container h2 {
  font-family: 'Utopia Std';
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 25px;
}
div.ccm-page .advanced_search__container {
  max-width: 1020px;
  margin: 0 auto;
}
div.ccm-page #advanced_search select {
  border: none !important;
}
@media (min-width: 992px) {
  div.ccm-page #advanced_search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
  div.ccm-page.page-template-bodmerlab-search-item #advanced_search {
    position: initial;
  }
  div.ccm-page .homepage-container .simple-search-container,
  div.ccm-page #search-container .simple-search-container {
    position: relative;
  }
  div.ccm-page .homepage-container .simple-search-container.is-hide,
  div.ccm-page #search-container .simple-search-container.is-hide {
    display: block;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
div.ccm-page #main-search-container .title-section {
  font-size: 1.25em;
  margin: 70px 0 20px 0;
  padding: 0;
}
div.ccm-page #main-search-container .search-keyword {
  position: relative;
  padding-right: 140px;
}
div.ccm-page #main-search-container .search-keyword input {
  border: none;
  width: 100%;
  padding: 10px 0;
  font-size: 3em;
  font-weight: 300;
  color: #666666;
  background-color: transparent;
}
div.ccm-page #main-search-container .search-keyword input::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}
div.ccm-page #main-search-container .search-keyword input:-ms-input-placeholder {
  color: #c0c0c0;
}
div.ccm-page #main-search-container .search-keyword input::-webkit-input-placeholder {
  color: #c0c0c0;
}
div.ccm-page #main-search-container .search-keyword a.close-search {
  position: absolute;
  right: 0;
  bottom: 20px;
}
div.ccm-page #main-search-container h2 {
  margin-bottom: 80px;
}
div.ccm-page #main-search-container h2 a {
  font-weight: 100;
}
div.ccm-page #main-search-container .search-container {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 40px;
  text-align: center;
}
div.ccm-page #main-search-container #advanced_search {
  padding: 40px 0;
  border-bottom: 1px solid #e6e6e6;
}
div.ccm-page #main-search-container * {
  color: #000;
  font-weight: 400;
}
div.ccm-page #main-search-container .toggle-search {
  border: 1px solid #8093a2;
  padding: 10px 40px;
}
div.ccm-page #main-search-container .toggle-search.close-search {
  border: 0;
  padding: 0;
  color: #8093a2;
}
div.ccm-page #main-search-container label {
  font-weight: 400;
}
div.ccm-page #main-search-container .btn.btn-default {
  color: #fff;
}
div.ccm-page #main-search-container input.form-control,
div.ccm-page #main-search-container select {
  border: 1px solid #e6e6e6;
}
div.ccm-page .homepage-container .articles-features-container {
  padding: 40px 0 20px 0;
  background-color: #e6e6e6;
}
div.ccm-page .homepage-container .pages-grid {
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  div.ccm-page .homepage-container .media-header-full,
  div.ccm-page #search-container .media-header-full {
    padding: 20px 0;
  }
  div.ccm-page .homepage-container .center-element,
  div.ccm-page #search-container .center-element {
    position: unset;
    top: unset;
    transform: unset;
    padding: 25px 0;
  }
  div.ccm-page .homepage-container .simple-search-container .container,
  div.ccm-page #search-container .simple-search-container .container {
    width: 100%;
    padding: 0 10px;
  }
  div.ccm-page .homepage-container .simple-search-container .search-title,
  div.ccm-page #search-container .simple-search-container .search-title {
    font-size: 1.8em;
  }
  div.ccm-page .homepage-container .simple-search-container .search-title *,
  div.ccm-page #search-container .simple-search-container .search-title * {
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .media-header-full {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  div.ccm-page .form-horizontal .control-label {
    text-align: left;
  }
  div.ccm-page #advanced_search {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .homepage-container .about-container {
    padding-bottom: 30px;
  }
  div.ccm-page .homepage-container .about-container .about-description h1 {
    margin-top: 0;
    font-size: 1.125em;
  }
  div.ccm-page .simple-search-container {
    padding-top: 15vh;
    padding-bottom: 15vh;
  }
  div.ccm-page .simple-search-container .search-summary p {
    display: none;
  }
  div.ccm-page .simple-search-container .form-horizontal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
div.ccm-page .constellations-container {
  color: #ffffff;
  margin: 0 0 75px 0;
  background: center top url("/application/themes/bodmerlab/images/constellations-bg.jpg");
}
div.ccm-page .constellations-container .media-header-full {
  background-image: url("/application/themes/bodmerlab/images/homepage-header-bg.jpg");
}
div.ccm-page .constellations-container .constellations-text {
  margin-top: 75px;
  margin-bottom: 20px;
}
div.ccm-page .constellations-container .constellations-text .main-title {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 2.25em;
  line-height: 1.19;
  margin: 0;
}
div.ccm-page .constellations-container .constellations-text .main-description * {
  margin: 0;
  line-height: 1.3;
  font-size: 1em;
}
div.ccm-page .constellations-container .constellations-items {
  padding-bottom: 30px;
}
div.ccm-page .constellations-container .constellation-item {
  position: relative;
  display: inline-block;
  float: left;
  margin: 0 40px 20px 0;
  padding: 0;
  cursor: pointer;
  height: 120px;
}
div.ccm-page .constellations-container .constellation-item > a {
  text-decoration: none;
}
div.ccm-page .constellations-container .constellation-item .title-letters {
  font-size: 6.25em;
  line-height: 1.20;
  color: #0067c5;
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
  position: relative;
  font-weight: 400;
}
div.ccm-page .constellations-container .constellation-item .title-name {
  color: #ff5b34;
  font-family: 'Utopia Std';
  font-size: 1.5em;
  line-height: 1.28;
  position: relative;
  transform: translateY(-50%);
  margin: -60px 0 0 21px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay {
  display: none;
  width: 343px;
  background-color: #ff5b34;
  position: absolute;
  top: -190px;
  left: -10px;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay a {
  display: inline-block;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-image {
  width: 100%;
  min-height: 193px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data {
  margin-top: 100px;
  color: #ffffff;
  padding: 20px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .short-description {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.3;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .docs-count {
  float: left;
  width: 100%;
  margin-bottom: 13px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .docs-count span {
  display: inline-block;
  float: left;
  font-weight: 400;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .docs-count .docs-count-number {
  font-size: 3.125em;
  line-height: 1.2em;
  margin-right: 20px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .docs-count .docs-count-text {
  font-size: 1.125em;
  line-height: 1.33;
  margin-top: 6px;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .years {
  color: #4d4d4d;
  font-size: 1.125em;
  line-height: 1.33;
  display: block;
  float: left;
  overflow: hidden;
  width: 100%;
  margin: 0 0 45px 0;
  font-weight: 400;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .explore {
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  display: block;
  font-weight: 500;
  font-size: 0.87em;
}
div.ccm-page .constellations-container .constellation-item .constellation-item-overlay .constellation-data .explore:hover {
  text-decoration: none;
}
div.ccm-page .constellations-container .disabled-items .constellation-item .title-letters {
  color: #333333;
}
div.ccm-page .constellations-container .disabled-items .constellation-item .title-name {
  color: #666666;
}
div.ccm-page .constellations-container .constellation-item-active {
  z-index: 100;
}
div.ccm-page .constellations-container .constellation-item-active .title-letters {
  color: #ffffff !important;
  z-index: 1;
}
div.ccm-page .constellations-container .constellation-item-active .title-name {
  color: #4d4d4d !important;
  z-index: 2;
}
div.ccm-page .constellations-container .constellation-item-active .constellation-item-overlay {
  display: block;
}
div.ccm-page .bodmerlab-big-quote {
  padding-left: 160px;
  padding-right: 160px;
  margin-bottom: 80px;
}
div.ccm-page .bodmerlab-single-hero {
  position: relative;
}
div.ccm-page .bodmerlab-single-hero__go-to-archive {
  position: absolute;
  bottom: 30px;
  left: 50%;
  color: #fff;
  border: 1px solid #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
div.ccm-page .bodmerlab-single-hero a {
  font-weight: 500;
}
div.ccm-page .bodmerlab-single-hero a:hover {
  text-decoration: none;
}
div.ccm-page .bodmerlab-single-hero h1 {
  font-size: 3.75em;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 30px;
}
div.ccm-page .bodmerlab-single-hero h4,
div.ccm-page .bodmerlab-single-hero p {
  font-size: 1em;
  line-height: 1.5;
  font-weight: 500;
}
div.ccm-page .bodmerlab-single-hero h4 {
  margin-bottom: 0;
  margin-top: 0;
}
div.ccm-page .ccm-custom-style-container img {
  max-width: 100%;
}
@media (max-width: 992px) {
  div.ccm-page .bodmerlab-single-hero .ccm-custom-style-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.ccm-page .bodmerlab-single-hero h1 {
    font-size: 2.8em;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  div.ccm-page .bodmerlab-single-hero h4,
  div.ccm-page .bodmerlab-single-hero p {
    margin-bottom: 0;
  }
  div.ccm-page .bodmerlab-big-quote {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .bodmerlab-big-quote {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
  }
  div.ccm-page .constellations-container {
    margin-bottom: 40px;
  }
  div.ccm-page .constellations-container .constellations-text {
    margin-top: 32px;
  }
  div.ccm-page .constellations-container .constellations-text .main-title {
    font-size: 1.5em;
    margin-bottom: 15px;
  }
  div.ccm-page .constellations-container .constellations-items {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }
  div.ccm-page .constellations-container .constellations-items:before,
  div.ccm-page .constellations-container .constellations-items:after {
    content: " ";
    display: table;
  }
  div.ccm-page .constellations-container .constellations-items:after {
    clear: both;
  }
  div.ccm-page .constellations-container .constellation-item {
    width: 50%;
    float: left;
    margin-right: 0;
    text-align: center;
    height: auto;
    min-height: 105px;
  }
  div.ccm-page .constellations-container .constellation-item .title-letters {
    font-size: 3em;
    line-height: 1.2;
  }
  div.ccm-page .constellations-container .constellation-item .title-name {
    margin-top: 0;
    margin-left: 0;
    font-size: 1.125em;
    transform: translateY(0%);
  }
  div.ccm-page .constellations-container .constellation-item-active .constellation-item-overlay {
    display: none;
  }
  div.ccm-page div.books-preview {
    margin-bottom: 40px;
  }
  div.ccm-page div.books-preview div.section-title {
    font-size: 1.5em;
    margin-bottom: 20px;
  }
  div.ccm-page div.books-preview div.section-title h1 {
    font-size: inherit;
  }
}
div.ccm-page .books-preview {
  margin-bottom: 75px;
}
div.ccm-page .books-preview .section-title {
  font-size: 2.25em;
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  margin: 0 0 40px 0;
}
div.ccm-page .books-preview .section-title h1 {
  margin: 0;
  display: inline-block;
}
div.ccm-page .books-preview .section-title a {
  color: #ff5b34;
  font-size: 1em;
  display: inline-block;
  float: right;
}
div.ccm-page .books-preview .active-book {
  background-color: #E6E6E6;
  -webkit-box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
}
div.ccm-page .books-preview .book-item-wrapper {
  position: relative;
  margin: 0;
  border-bottom: solid 2px #ff5b34;
  height: 487px;
  overflow: hidden;
}
div.ccm-page .books-preview .book-item-wrapper a {
  display: block;
  padding: 20px 20px 20px 70px;
}
div.ccm-page .books-preview .book-item-wrapper a:hover,
div.ccm-page .books-preview .book-item-wrapper a:focus {
  text-decoration: none;
}
div.ccm-page .books-preview .book-item-wrapper a .book-constellation {
  font-size: 0.75em;
  color: #ff5b34;
  margin: 0 0 10px 0;
}
div.ccm-page .books-preview .book-item-wrapper a .book-image {
  position: relative;
  width: 215px;
  height: 320px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
}
div.ccm-page .books-preview .book-item-wrapper a .book-image .book-year {
  position: absolute;
  left: -65px;
  bottom: 10px;
  color: #C0C0C0;
  font-family: 'Utopia Std';
  font-size: 2em;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* FF */
}
div.ccm-page .books-preview .book-item-wrapper a .book-title {
  margin: 0 0 10px 0;
  height: auto;
  font-size: 1.125em;
  font-weight: 600;
  font-family: 'Utopia Std';
  color: #4d4d4d;
}
div.ccm-page .books-preview .book-item-wrapper a .book-author {
  color: #000000;
  font-size: 1em;
  margin: 0;
  font-weight: 300;
}
@media (max-width: 992px) {
  div.ccm-page .books-preview .book-item-wrapper {
    margin-bottom: 20px;
    width: 305px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  div.ccm-page .books-preview .book-item-wrapper {
    text-align: left;
    margin: 0 auto 20px auto;
  }
  div.ccm-page .books-preview .book-item-wrapper a .book-image {
    max-width: 100%;
  }
  div.ccm-page .books-preview .section-books {
    text-align: center;
  }
}
div.ccm-page .about-left-sidebar p {
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1.125em;
  margin: 0 0 10px 0;
}
div.ccm-page .about-left-sidebar ul {
  font-size: 1em;
  color: #000000;
}
div.ccm-page .about-left-sidebar ul li {
  margin: 0 0 8px 0;
  color: #4d4d4d;
}
div.ccm-page .about-left-sidebar ul li a {
  font-weight: 300;
  color: #000000;
}
div.ccm-page .about-left-sidebar ul li a.active {
  color: #0067c5;
}
div.ccm-page .about-left-sidebar ul li strong a {
  color: #000000;
  font-weight: 400;
}
div.ccm-page .about-us-container {
  padding-bottom: 80px;
}
div.ccm-page .about-us-container .col-content {
  line-height: 1.5;
}
@media (max-width: 992px) {
  div.ccm-page .about-us-container .col-sidebar {
    padding-top: 0;
  }
  div.ccm-page .about-us-container .col-content {
    padding-top: 0;
  }
  div.ccm-page .about-us-container .col-content p {
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  div.ccm-page .about-us-container {
    padding-bottom: 40px;
  }
}
div.ccm-page .team-container {
  margin: 0;
}
div.ccm-page .team-container h2.section-title {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.12em;
  margin: 0 0 20px 0;
}
div.ccm-page .team-container p {
  font-weight: 300;
  color: #000000;
}
div.ccm-page .team-container a.team-item {
  padding: 20px 0 20px 40px;
  margin-bottom: 30px;
  display: inline-block;
  max-width: 235px;
  height: 375px;
  border-bottom: solid 2px #0067c5;
}
div.ccm-page .team-container a.team-item:hover,
div.ccm-page .team-container a.team-item:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
div.ccm-page .team-container a.team-item .img-container {
  display: inline-block;
  position: relative;
}
div.ccm-page .team-container a.team-item .img-container .item-department {
  position: absolute;
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  font-weight: 500;
  font-size: 0.85em;
  margin: 0;
  left: -30px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(-90deg) translateZ(0);
  -ms-transform: rotate(-90deg) translateZ(0);
  -webkit-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
  -moz-transform: rotate(-90deg) translateZ(0);
}
div.ccm-page .team-container a.team-item h1 {
  font-family: 'Utopia Std';
  color: #4d4d4d;
  font-size: 1.12em;
  font-weight: 600;
}
div.ccm-page .team-container a.team-item p {
  margin: 0;
}
div.ccm-page .team-members-list h2.section-title {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.12em;
  margin: 0 0 20px 0;
}
div.ccm-page .team-members-list p {
  font-weight: 300;
  color: #000000;
}
div.ccm-page .team-members-list a.team-item {
  padding: 20px 0 20px 40px;
  margin-bottom: 30px;
  display: inline-block;
  max-width: 235px;
  height: 375px;
  border-bottom: solid 2px #0067c5;
}
div.ccm-page .team-members-list a.team-item:hover,
div.ccm-page .team-members-list a.team-item:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
div.ccm-page .team-members-list a.team-item .img-container {
  display: inline-block;
  position: relative;
}
div.ccm-page .team-members-list a.team-item .img-container .item-department {
  position: absolute;
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  font-weight: 500;
  font-size: 0.85em;
  margin: 0;
  left: -30px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(-90deg) translateZ(0);
  -ms-transform: rotate(-90deg) translateZ(0);
  -webkit-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
  -moz-transform: rotate(-90deg) translateZ(0);
}
div.ccm-page .team-members-list a.team-item h1 {
  font-family: 'Utopia Std';
  color: #4d4d4d;
  font-size: 1.12em;
  font-weight: 600;
}
div.ccm-page .team-members-list a.team-item p {
  margin: 0;
}
div.ccm-page .team-past-container {
  background-color: #e6e6e6;
  padding: 40px;
}
div.ccm-page .team-past-container .section-title {
  color: #4d4d4d;
  font-size: 1.12em;
  font-weight: 600;
}
div.ccm-page .team-past-container .team-item {
  color: #0067c5;
  font-size: 1.12em;
  display: inline-block;
  clear: both;
  margin-bottom: 15px;
}
div.ccm-page .team-past-container .team-item:hover,
div.ccm-page .team-past-container .team-item:focus {
  color: #0067c5;
  text-decoration: none;
}
@media (max-width: 768px) {
  div.ccm-page .member-container a.team-item,
  div.ccm-page .team-members-list a.team-item {
    width: 100%;
    display: block !important;
    margin-left: auto;
    margin-right: auto;
  }
  div.ccm-page .member-container a.team-item .img-container,
  div.ccm-page .team-members-list a.team-item .img-container {
    width: 100% !important;
    height: auto !important;
  }
  div.ccm-page .member-container a.team-item .img-container img,
  div.ccm-page .team-members-list a.team-item .img-container img {
    width: 100%;
  }
}
@media (max-width: 550px) {
  div.ccm-page .team-members-list__item {
    width: 100%;
  }
}
div.ccm-page .member-container {
  margin-top: 60px;
}
div.ccm-page .member-container .member-content {
  margin-bottom: 80px;
}
div.ccm-page .member-container .member-image {
  width: 340px;
  padding-right: 0;
  text-align: left;
}
div.ccm-page .member-container .member-image img {
  max-width: 100%;
  height: auto;
}
div.ccm-page .member-container .member-info .member-department {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
  margin: 0 0 10px 0;
}
div.ccm-page .member-container .member-info .member-department:hover {
  text-decoration: none;
}
div.ccm-page .member-container .member-info .member-title {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 3em;
  color: #4d4d4d;
  margin: 0 0 40px 0;
}
div.ccm-page .member-container .member-info .member-description {
  margin-bottom: 20px;
}
div.ccm-page .member-container .member-info .member-extra-link {
  color: #0067c5;
}
div.ccm-page .member-container .member-info .member-extra-link:hover,
div.ccm-page .member-container .member-info .member-extra-link:focus {
  text-decoration: none;
}
div.ccm-page .member-container h2.section-title {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.12em;
  margin: 0 0 20px 0;
}
div.ccm-page .member-container p {
  font-weight: 300;
  color: #000000;
}
div.ccm-page .member-container a.team-item {
  padding: 20px 0 20px 40px;
  margin-bottom: 30px;
  display: inline-block;
  max-width: 235px;
  height: 375px;
  border-bottom: solid 2px #0067c5;
}
div.ccm-page .member-container a.team-item:hover,
div.ccm-page .member-container a.team-item:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
div.ccm-page .member-container a.team-item .img-container {
  display: inline-block;
  position: relative;
}
div.ccm-page .member-container a.team-item .img-container .item-department {
  position: absolute;
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  font-weight: 500;
  font-size: 0.85em;
  margin: 0;
  left: -30px;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -o-transform: rotate(-90deg) translateZ(0);
  -ms-transform: rotate(-90deg) translateZ(0);
  -webkit-transform: rotate(-90deg) translateZ(0);
  transform: rotate(-90deg) translateZ(0);
  -moz-transform: rotate(-90deg) translateZ(0);
}
div.ccm-page .member-container a.team-item h1 {
  font-family: 'Utopia Std';
  color: #4d4d4d;
  font-size: 1.12em;
  font-weight: 600;
}
div.ccm-page .member-container a.team-item p {
  margin: 0;
}
@media (min-width: 1000px) {
  div.ccm-page .member-container .member-info {
    width: 660px;
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  div.ccm-page .member-container .member-image {
    width: 40%;
  }
  div.ccm-page .member-container .member-info {
    width: 60%;
  }
}
@media (max-width: 768px) {
  div.ccm-page .member-container {
    margin-top: 40px;
  }
  div.ccm-page .member-container .member-info .member-title {
    font-size: 2em;
  }
}
@media (max-width: 550px) {
  div.ccm-page .member-container .member-image {
    width: 100%;
    margin-bottom: 20px;
  }
  div.ccm-page .member-container .member-info {
    width: 100%;
  }
  div.ccm-page .member-container .member-info .member-title {
    margin-bottom: 20px;
  }
  div.ccm-page .member-container .member-content {
    margin-bottom: 40px;
  }
}
div.ccm-page .media-container {
  margin: 0;
}
div.ccm-page .media-container .section-title {
  color: #4d4d4d;
  font-weight: 500;
  font-size: 1.12em;
  margin: 0 0 20px 0;
}
div.ccm-page .media-container .media-icon-container .icon {
  width: 65px;
  height: 65px;
}
div.ccm-page .media-container .media-data h1 {
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  font-size: 1.12em;
  margin-top: 0;
}
div.ccm-page .media-container .media-data p {
  font-weight: 300;
  color: #000000;
  margin: 0;
}
div.ccm-page .media-container .media-data a {
  font-weight: 500;
  font-size: 0.87em;
  margin-top: 10px;
  display: inline-block;
  color: #0067c5;
  visibility: hidden;
}
div.ccm-page .media-container .media-item {
  border-bottom: solid 1px #e6e6e6;
  margin-bottom: 40px;
  padding: 5px 0 10px 0;
  position: relative;
}
div.ccm-page .media-container .media-item-active {
  border-bottom: solid 2px #0067c5;
}
div.ccm-page .media-container .media-item-active a {
  visibility: visible;
}
@media (max-width: 768px) {
  div.ccm-page .media-container .media-icon-container .icon {
    width: 100%;
    height: auto;
    padding-top: 100%;
  }
}
@media (max-width: 550px) {
  div.ccm-page .media-container {
    text-align: center;
  }
  div.ccm-page .media-container .media-icon-container .icon {
    padding-top: 80px;
    -webkit-background-size: contain;
    background-size: contain;
  }
  div.ccm-page .media-container .media-item > div {
    width: 100%;
  }
}
div.ccm-page .news-item-container {
  margin-top: 60px;
}
div.ccm-page .news-item-container .news-item-head {
  margin-bottom: 20px;
}
div.ccm-page .news-item-container .news-item-head .news-item-section {
  margin: 0;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
}
div.ccm-page .news-item-container .news-item-head .news-item-section:hover {
  text-decoration: none;
}
div.ccm-page .news-item-container .news-item-head .news-item-title {
  margin: 20px 0;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 4em;
  color: #4d4d4d;
}
div.ccm-page .news-item-container .news-item-head .news-item-info {
  color: #c0c0c0;
  line-height: 1;
}
div.ccm-page .news-item-container .col-content {
  padding-top: 0;
  margin-bottom: 40px;
}
div.ccm-page .news-item-container .col-sidebar {
  padding-top: 0;
}
div.ccm-page .news-item-container .col-sidebar .sidebar-title {
  font-size: 1.12em;
  color: #4d4d4d;
  margin: 0;
}
div.ccm-page .news-item-container .col-sidebar .event-info {
  padding: 20px;
  background-color: #e6e6e6;
}
div.ccm-page .news-item-container .col-sidebar .event-info strong {
  font-weight: 500;
}
div.ccm-page .news-item-container .upcoming-events .event-item .event-head {
  border-bottom-color: #ffffff;
}
div.ccm-page .cover-all {
  position: absolute;
  z-index: 1;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
}
div.ccm-page.page-template-bodmerlab-news .container-news-header .section-title {
  font-size: 1em;
}
div.ccm-page.page-template-bodmerlab-news .page-title {
  font-size: 3em;
}
div.ccm-page .container-news-header .section-title {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 768px) {
  div.ccm-page .news-item-container {
    margin-top: 25px;
  }
  div.ccm-page .news-item-container .news-item-head {
    margin-bottom: 0;
  }
  div.ccm-page .news-item-container .news-item-head .news-item-title {
    font-size: 2.2em;
  }
}
div.ccm-page .container-book {
  margin-top: 115px;
  margin-bottom: 80px;
}
div.ccm-page .container-book .book-parent-title {
  font-weight: 500;
  font-size: 1.12em;
  color: #ff5b34;
  margin: 0 0 20px 0;
}
div.ccm-page .container-book .book-parent-title a {
  color: #ff5b34;
}
div.ccm-page .container-book .book-parent-title span {
  color: #000000;
}
div.ccm-page .container-book .book-title {
  font-size: 2.25em;
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  margin: 0 0 40px 0;
  color: #333333;
  margin-bottom: 15px;
}
div.ccm-page .container-book .book-actions {
  display: inline-block;
  padding-top: 10px;
  margin-bottom: 20px;
}
div.ccm-page .container-book .book-actions a {
  margin-right: 20px;
  display: inline-block;
  float: left;
}
div.ccm-page .container-book .book-actions a:hover,
div.ccm-page .container-book .book-actions a:focus {
  text-decoration: none;
}
div.ccm-page .container-book .book-actions .action-open {
  color: #8093a2;
  padding: 10px;
  text-decoration: none;
  background-color: transparent;
  border: solid #8093a2 1px;
  margin: -12px 0 0 10px;
}
div.ccm-page .container-book .book-actions span.action-text {
  font-weight: 500;
  display: inline-block;
  float: left;
  color: #000000;
}
div.ccm-page .container-book .book-actions icon {
  display: block;
  width: 26px;
  height: 26px;
}
div.ccm-page .container-book .book-description {
  padding-top: 30px;
  padding-bottom: 20px;
  min-height: 100px;
}
div.ccm-page .container-book .book-description::first-letter {
  font-family: 'Utopia Std';
  font-size: 3.78em;
  vertical-align: text-top;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  display: inline-block;
}
div.ccm-page .container-book .book-data .book-data-header {
  color: #ff5b34;
  font-size: 3em;
  font-family: 'Utopia Std';
  margin-bottom: 20px;
  line-height: 1;
}
div.ccm-page .container-book .book-data h2 {
  color: #c0c0c0;
}
div.ccm-page .container-book .book-data table td {
  padding: 10px 20px 10px 0;
  border: none;
}
div.ccm-page .container-book .book-data table td span {
  font-weight: 500;
}
div.ccm-page .container-book .book-data table .border-top {
  border-top: #c0c0c0 1px solid;
}
div.ccm-page .container-book .book-data table .text-color-red {
  color: #ff5b34;
}
div.ccm-page .meta-data-container {
  width: 100%;
  background-color: #e6e6e6;
}
div.ccm-page .meta-data-container div {
  margin-bottom: 15px;
  padding-bottom: 20px;
  border-bottom: #c0c0c0 1px solid;
  overflow: hidden;
}
div.ccm-page .meta-data-container div:last-child {
  border-bottom: none;
  margin-bottom: 30px;
}
div.ccm-page .meta-data-container div h6 {
  margin: 0;
  width: 250px;
  float: left;
  font-family: 'Utopia Std';
  font-size: 1.12em;
  color: #c0c0c0;
  font-weight: 600;
}
div.ccm-page .meta-data-container div ul {
  width: 750px;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  color: #333333;
}
div.ccm-page .meta-data-container div ul li {
  margin-bottom: 18px;
  overflow: hidden;
}
div.ccm-page .meta-data-container div ul li * {
  display: inline-block;
}
div.ccm-page .meta-data-container div ul li strong {
  font-weight: 500;
  float: left;
  width: 30%;
}
div.ccm-page .meta-data-container div ul li span {
  font-weight: 300;
  width: 70%;
}
div.ccm-page .meta-data-container div ul li:last-child {
  margin-bottom: 0;
}
div.ccm-page .book-full-data {
  background-color: #e6e6e6;
}
div.ccm-page .book-full-data .toggle-information-box {
  margin: 20px 0;
  display: inline-block;
  color: #8093a2;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.875em;
}
div.ccm-page .book-full-data .toggle-information-box icon {
  width: 15px;
  height: 15px;
  display: block;
  float: right;
  margin: 2px 0 0 10px;
}
div.ccm-page .book-full-data:hover,
div.ccm-page .book-full-data:focus {
  text-decoration: none;
}
div.ccm-page .tooltip-container {
  position: relative;
  display: inline-block;
}
div.ccm-page .tooltip-container input {
  display: none;
}
div.ccm-page .tooltip-container .tooltiptext {
  visibility: hidden;
  min-width: 240px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
div.ccm-page .tooltip-container .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
div.ccm-page .tooltip-container:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
div.ccm-page main > div.book-full-data:last-of-type {
  border-bottom: 1px solid #8093a2;
}
@media only screen and (min-width: 1000px) {
  div.ccm-page .right-container {
    padding-left: 90px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .container-book {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .container-book .book-title {
    font-size: 1.8em;
    margin-bottom: 10px;
  }
  div.ccm-page .container-book .book-actions a {
    margin-right: 15px;
  }
  div.ccm-page .container-book .book-actions a icon {
    width: 20px;
  }
  div.ccm-page .container-book .book-actions .action-open {
    padding: 5px 10px;
    margin-top: -6px;
  }
  div.ccm-page .container-book .book-data .book-data-header {
    font-size: 2em;
    margin-bottom: 10px;
  }
  div.ccm-page .meta-data-container div ul {
    width: 100%;
  }
  div.ccm-page .meta-data-container div ul li strong {
    width: 100%;
  }
  div.ccm-page .meta-data-container div ul li span {
    display: block;
    width: 100%;
  }
}
div.ccm-page .media-header-full {
  width: 100%;
  background-position: center top;
  background-size: cover;
  text-align: center;
}
div.ccm-page .media-header-full h1 {
  font-family: 'Utopia Std';
  font-size: 3.5em;
  color: #ffffff;
  margin: 0;
  padding-bottom: 36px;
}
div.ccm-page .pages-container {
  margin: 0;
}
div.ccm-page .pages-container h2.section-title {
  font-size: 2.25em;
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  margin: 0 0 40px 0;
}
div.ccm-page .pages-container h1 {
  font-family: 'Utopia Std';
  color: #4d4d4d;
}
div.ccm-page .pages-container h4,
div.ccm-page .pages-container h5 {
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  font-weight: 500;
  font-size: 0.75em;
}
div.ccm-page .pages-container p {
  font-weight: 300;
  color: #000000;
  line-height: 1;
}
div.ccm-page .pages-container .page-item {
  background-color: #ffffff;
  overflow: hidden;
}
div.ccm-page .pages-container .page-item a {
  display: inline-block;
}
div.ccm-page .pages-container .page-item a:hover,
div.ccm-page .pages-container .page-item a:focus {
  color: #4d4d4d;
  text-decoration: none;
}
div.ccm-page .pages-container .page-item a.img-container {
  position: relative;
}
div.ccm-page .pages-container .page-item a.img-container img {
  max-width: 100%;
}
div.ccm-page .pages-grid-item .page-item {
  padding: 0;
  max-height: 368px;
  height: 368px;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
}
div.ccm-page .pages-grid-item .page-item:hover,
div.ccm-page .pages-grid-item .page-item:focus {
  text-decoration: none;
}
div.ccm-page .pages-grid-item .page-item:hover .page-data h5 {
  display: block;
}
div.ccm-page .pages-grid-item .page-item .img-container {
  display: block;
  margin: 0;
}
div.ccm-page .pages-grid-item .page-item .page-data {
  background-color: #ffffff;
  padding: 24px 34px;
  display: block;
  overflow: hidden;
  color: #4d4d4d;
  position: relative;
  z-index: 1;
}
div.ccm-page .pages-grid-item .page-item .page-data .page-title {
  margin: 0 0 23px 0;
  font-size: 1.12em;
  line-height: 1.22;
}
div.ccm-page .pages-grid-item .page-item .page-data .page-cat-title {
  margin: 0 0 10px 0;
  font-size: 0.75em;
}
div.ccm-page .pages-grid-item .page-item .page-data .page-summary {
  margin: 0;
  line-height: 1.18;
  font-size: 1em;
}
div.ccm-page .pages-grid-item .page-item .page-more {
  position: absolute;
  bottom: 20px;
  left: 34px;
  margin: 0;
  display: none;
  font-size: 0.87em;
}
div.ccm-page .pages-grid {
  margin-bottom: 70px;
}
div.ccm-page .pages-grid .page-item {
  padding: 0;
  max-height: 368px;
  height: 368px;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
}
div.ccm-page .pages-grid .page-item:hover,
div.ccm-page .pages-grid .page-item:focus {
  text-decoration: none;
}
div.ccm-page .pages-grid .page-item:hover .page-data h5 {
  display: block;
}
div.ccm-page .pages-grid .page-item .img-container {
  display: block;
  margin: 0;
}
div.ccm-page .pages-grid .page-item .page-data {
  background-color: #ffffff;
  padding: 24px 34px;
  display: block;
  overflow: hidden;
  color: #4d4d4d;
  position: relative;
  z-index: 1;
}
div.ccm-page .pages-grid .page-item .page-data .page-title {
  margin: 0 0 23px 0;
  font-size: 1.12em;
  line-height: 1.22;
}
div.ccm-page .pages-grid .page-item .page-data .page-cat-title {
  margin: 0 0 10px 0;
  font-size: 0.75em;
}
div.ccm-page .pages-grid .page-item .page-data .page-summary {
  margin: 0;
  line-height: 1.18;
  font-size: 1em;
}
div.ccm-page .pages-grid .page-item .page-more {
  position: absolute;
  bottom: 20px;
  left: 34px;
  margin: 0;
  display: none;
  font-size: 0.87em;
}
div.ccm-page .pages-grid .page-item .page-data {
  position: absolute;
  top: 180px;
  width: 100%;
  min-height: 50%;
}
div.ccm-page .pages-grid .box-shadow-base .page-more {
  display: block;
}
div.ccm-page .pages-grid .box-shadow-base .page-data {
  margin-top: -40px;
}
div.ccm-page .pages-grid .page-item--without-thumbnail.box-shadow-base .page-data {
  margin-top: 0;
}
div.ccm-page.page-template-bodmerlab-news .pages-grid {
  margin-bottom: 40px;
}
div.ccm-page .pages-declinaisons {
  margin-bottom: 80px;
}
div.ccm-page .pages-declinaisons h2.section-title {
  font-size: 2.25em;
}
div.ccm-page .pages-declinaisons p {
  line-height: 1.3;
}
div.ccm-page .pages-declinaisons .page-item {
  padding: 0;
  max-height: 368px;
  height: 368px;
  margin: 0 0 20px 0;
  position: relative;
  display: block;
}
div.ccm-page .pages-declinaisons .page-item:hover,
div.ccm-page .pages-declinaisons .page-item:focus {
  text-decoration: none;
}
div.ccm-page .pages-declinaisons .page-item:hover .page-data h5 {
  display: block;
}
div.ccm-page .pages-declinaisons .page-item .img-container {
  display: block;
  margin: 0;
}
div.ccm-page .pages-declinaisons .page-item .page-data {
  background-color: #ffffff;
  padding: 24px 34px;
  display: block;
  overflow: hidden;
  color: #4d4d4d;
  position: relative;
  z-index: 1;
}
div.ccm-page .pages-declinaisons .page-item .page-data .page-title {
  margin: 0 0 23px 0;
  font-size: 1.12em;
  line-height: 1.22;
}
div.ccm-page .pages-declinaisons .page-item .page-data .page-cat-title {
  margin: 0 0 10px 0;
  font-size: 0.75em;
}
div.ccm-page .pages-declinaisons .page-item .page-data .page-summary {
  margin: 0;
  line-height: 1.18;
  font-size: 1em;
}
div.ccm-page .pages-declinaisons .page-item .page-more {
  position: absolute;
  bottom: 20px;
  left: 34px;
  margin: 0;
  display: none;
  font-size: 0.87em;
}
div.ccm-page .pages-declinaisons .page-item {
  margin: 0;
  margin-bottom: 20px;
  height: auto;
}
div.ccm-page .pages-declinaisons .page-item .page-description {
  height: 180px;
  overflow: hidden;
}
div.ccm-page .pages-declinaisons .page-item .page-data {
  margin-top: 20px;
  padding: 0;
}
div.ccm-page .pages-declinaisons .page-item .page-data > h1 {
  max-height: 21px;
  overflow: hidden;
}
div.ccm-page .pages-declinaisons .page-item .page-data .page-cat-title {
  margin-bottom: 8px;
  font-weight: 500;
}
div.ccm-page .pages-declinaisons .page-item .page-data .page-title {
  margin-bottom: 10px;
}
div.ccm-page .pages-declinaisons .img-container {
  position: relative;
}
div.ccm-page .pages-declinaisons .img-container img {
  width: 100%;
}
div.ccm-page .pages-declinaisons .img-container:hover .img-overlay {
  display: block;
}
div.ccm-page .pages-declinaisons .img-container .img-overlay {
  display: none;
  position: relative;
  -webkit-mask-size: 60px 60px;
  mask-size: 60px 60px;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
div.ccm-page .pages-declinaisons .img-container .img-overlay > a {
  display: block;
  width: 100%;
  height: 100%;
}
div.ccm-page .pages-declinaisons .img-container .img-overlay > a:hover {
  text-decoration: none;
}
div.ccm-page .pages-declinaisons .img-container .img-overlay .img-overlay-container {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.ccm-page .pages-declinaisons .img-container .img-overlay .img-overlay-container .icon {
  margin: auto;
}
div.ccm-page .pages-declinaisons .pages-declinaisons__description--bottom {
  display: none;
}
div.ccm-page .pages-declinaisons .pages-declinaisons__description p {
  font-size: 1em;
  line-height: 1.31;
  min-height: 100px;
  margin-bottom: 20px;
}
div.ccm-page .pages-declinaisons .pages-declinaisons__description a {
  font-weight: 500;
  color: #0067c5;
}
div.ccm-page .pages-declinaisons .pages-declinaisons__description a:hover,
div.ccm-page .pages-declinaisons .pages-declinaisons__description a:focus,
div.ccm-page .pages-declinaisons .pages-declinaisons__description a:active {
  text-decoration: none;
}
div.ccm-page .pages-grid-no-padding .page-item {
  padding-left: 0;
  padding-right: 0;
}
div.ccm-page .pages-grid-no-padding .page-item .img-container {
  margin-right: 0;
  margin-left: 0;
}
div.ccm-page .pages-grid-no-padding .page-item .page-data h1 {
  padding-right: 10px;
}
div.ccm-page .pages-grid-simple .page-item {
  height: 320px;
}
div.ccm-page .pages-grid-simple .page-item a h1 {
  margin-top: 10px;
  font-size: 1.12em;
}
div.ccm-page .pages-grid-simple .page-item a h4 {
  margin: 20px 0 0 0;
}
div.ccm-page .pages-grid-simple .page-item a.img-container {
  margin-bottom: 10px;
}
div.ccm-page .pages-grid-simple .page-item a.img-container .overlay-img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
div.ccm-page .pages-grid-simple .page-item a.img-container .overlay-img .icon {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
div.ccm-page .pages-list .page-item {
  margin: 0 0 40px 0;
  height: 280px;
}
div.ccm-page .pages-list .page-item .page-image {
  padding: 0;
}
div.ccm-page .pages-list .page-item .page-data {
  padding: 40px 75px 52px 75px;
  position: relative;
  min-height: 280px;
}
div.ccm-page .pages-list .page-item .page-data .page-cat-title {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
  font-size: 0.75em;
}
div.ccm-page .pages-list .page-item .page-data .page-cat-title:hover {
  text-decoration: none;
}
div.ccm-page .pages-list .page-item .page-data .page-title {
  font-size: 1.5em;
  line-height: 1.16;
  margin: 0 0 17px 0;
}
div.ccm-page .pages-list .page-item .page-data .page-summary {
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
}
div.ccm-page .pages-list .page-item .page-data .page-more {
  display: none;
  position: absolute;
  margin: 0;
  bottom: 22px;
  font-family: 'Fira Sans', sans-serif;
  color: #0067c5;
  font-size: 0.87em;
  font-weight: 500;
}
div.ccm-page .pages-list .page-item .page-data .page-more:hover {
  text-decoration: none;
}
div.ccm-page .pages-list .box-shadow-base {
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}
div.ccm-page .pages-list .box-shadow-base .page-more {
  display: inline-block !important;
}
div.ccm-page picture img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  div.ccm-page .pages-list .page-item {
    height: auto;
  }
  div.ccm-page .pages-list .page-item .page-image img {
    width: 100%;
    height: auto;
  }
  div.ccm-page .pages-list .page-item .page-data {
    padding: 20px 20px 15px 20px;
    height: auto;
    min-height: inherit;
  }
  div.ccm-page .pages-list .page-item .page-data .page-title {
    font-size: 1.31em;
    margin-bottom: 10px;
  }
  div.ccm-page .pages-list .page-item .page-data .page-cat-title {
    margin-bottom: 10px;
  }
  div.ccm-page .pages-list .box-shadow-base .page-more {
    display: none !important;
  }
  div.ccm-page .pages-grid .page-item {
    max-height: inherit;
    height: auto;
  }
  div.ccm-page .pages-grid .page-item .img-container img {
    width: 100%;
  }
  div.ccm-page .pages-grid .page-item .page-data {
    padding: 20px 20px 15px 20px;
    margin-top: 0;
    min-height: inherit;
    position: relative;
    top: 0;
  }
  div.ccm-page .pages-grid .page-item .page-data .page-title {
    margin-bottom: 0;
  }
  div.ccm-page .pages-grid .page-item .page-data .page-summary {
    display: none;
  }
  div.ccm-page .pages-declinaisons .page-item {
    max-height: inherit;
  }
  div.ccm-page .pages-declinaisons .pages-declinaisons__description {
    margin-bottom: 20px;
  }
  div.ccm-page .pages-declinaisons .pages-declinaisons__description--top a {
    display: none;
  }
  div.ccm-page .pages-declinaisons .pages-declinaisons__description--bottom {
    display: block;
  }
  div.ccm-page .pages-declinaisons .pages-declinaisons__description p {
    min-height: inherit;
  }
}
@media (max-width: 768px) {
  div.ccm-page .pages-declinaisons {
    margin-bottom: 20px;
  }
  div.ccm-page .pages-declinaisons h2.section-title {
    font-size: 1.5em;
    margin-bottom: 30px;
  }
  div.ccm-page .pages-declinaisons .page-item .page-description {
    height: auto;
  }
}
div.ccm-page .article-row {
  margin: 40px 0px 40px 0px;
}
div.ccm-page .article-row h1 {
  font-family: 'Utopia Std';
  font-size: 1.7em;
  font-weight: 100;
}
div.ccm-page .article-row h4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  color: #0067c5;
}
div.ccm-page .article-row .description {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.14em;
  font-weight: 100;
}
div.ccm-page .article-row .page-list {
  margin-bottom: 10px;
  background-color: white;
}
div.ccm-page .article-row .page-list:hover {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}
div.ccm-page .article-row .page-list .description {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.14em;
  font-weight: 100;
}
div.ccm-page .article-row .page-list .title-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
div.ccm-page .article-row .page-list-thumbnail {
  width: 100%;
  display: table;
}
div.ccm-page .article-row .page-list-thumbnail > a,
div.ccm-page .article-row .page-list-thumbnail > div {
  width: 50%;
  float: left;
}
div.ccm-page .article-row .page-list-thumbnail > a {
  height: 280px;
  overflow: hidden;
}
div.ccm-page .article-row .page-list-thumbnail > a .image {
  height: 100%;
  background-size: cover;
  background-position: center;
}
div.ccm-page .article-row .page-list-thumbnail .details {
  padding: 10px 40px 0 40px;
}
div.ccm-page .article-row .page-list-thumbnail a {
  position: relative;
}
div.ccm-page .article-publications {
  margin-bottom: 70px;
}
div.ccm-page .article-publications .section-title {
  font-size: 2.25em;
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  margin: 0 0 40px 0;
}
div.ccm-page .article-publications .publication-item a {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  padding: 25px 0 0 0;
  color: initial;
}
div.ccm-page .article-publications .publication-item a:hover {
  text-decoration: none;
  -webkit-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
}
div.ccm-page .article-publications .publication-item a:hover .publication-divider {
  border-bottom-color: #0067c5;
}
div.ccm-page .article-publications .publication-item a .publication-divider {
  margin: 25px 0 0 0;
  border-bottom: solid 2px #e6e6e6;
  width: 100%;
}
div.ccm-page .article-publications .publication-item a .publication-year {
  padding-left: 0;
}
div.ccm-page .article-publications .publication-item a .publication-year .icon {
  width: 60px;
  height: 50px;
}
div.ccm-page .article-publications .publication-item a .publication-year span {
  display: inline-block;
  margin: 18px 0 20px 0;
}
div.ccm-page .article-publications .publication-item a .publication-data h1 {
  margin: 10px 0 10px 0;
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 1.12em;
  color: #4d4d4d;
  font-size: 1.125em;
  line-height: 1.22;
}
div.ccm-page .article-publications .publication-item a .publication-data p {
  margin: 0;
  font-size: 1em;
  line-height: 1.3;
}
div.ccm-page .article-publications .publication-item a .publication-author {
  padding: 0;
}
div.ccm-page .article-publications .publication-item a .publication-author p {
  font-size: 1em;
  margin-top: 40px;
  padding-left: 15px;
}
div.ccm-page .article-publications .publications-see-all {
  margin-top: 20px;
}
div.ccm-page .article-publications .publications-see-all a {
  font-weight: 500;
  font-size: 0.85em;
  color: #0067c5;
}
div.ccm-page .article-publications .publications-see-all:hover,
div.ccm-page .article-publications .publications-see-all:focus {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  div.ccm-page .publication-year {
    width: 80px;
  }
  div.ccm-page .publication-data {
    width: 680px;
  }
  div.ccm-page .publication-author {
    width: 225px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .article-publications .publication-item a .publication-author p {
    margin-top: 10px;
  }
  div.ccm-page .article-publications .publication-item a .publication-divider {
    margin-top: 5px;
  }
  div.ccm-page .publication-year {
    width: 80px;
  }
  div.ccm-page .publication-data {
    width: calc(100% - 80px);
    min-height: 110px;
  }
  div.ccm-page .publication-author {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .publication-item a {
    padding-top: 15px !important;
    margin-bottom: 0 !important;
  }
  div.ccm-page .article-publications .section-title {
    margin-bottom: 5px;
    font-size: 1.5em;
  }
}
div.ccm-page .media-carousel-container {
  background-color: #4d4d4d;
  color: #ffffff;
  overflow: hidden;
  padding: 40px 0;
  margin-bottom: 74px;
}
div.ccm-page .media-carousel-container .media-carousel-header {
  margin-bottom: 35px;
}
div.ccm-page .media-carousel-container .media-carousel-header h1 {
  font-family: 'Utopia Std';
  font-weight: 600;
  margin: 0;
  line-height: 1;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav {
  margin: 5px 65px 0 0;
  padding: 0;
  float: right;
  list-style: none;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav li {
  padding: 0 40px 0 0;
  display: inline-block;
  float: left;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav li a {
  font-size: 0.875em;
  display: inline-block;
  color: #ffffff;
  padding: 2px 0 7px 0;
  border-bottom: solid 2px #4d4d4d;
  font-weight: 500;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav li a:hover {
  text-decoration: none;
  color: #ffe7b0;
  border-bottom-color: #ffe7b0;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav li a:focus {
  text-decoration: none;
  outline: none;
}
div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav li.active a {
  text-decoration: none;
  color: #ffe7b0;
  border-bottom-color: #ffe7b0;
}
div.ccm-page .media-carousel-container .slider-navs-arrows-container {
  height: 47px;
  position: absolute;
  right: 48px;
  top: -74px;
}
div.ccm-page .media-carousel-container .slider-navs-arrows-container .slick-arrow {
  width: 40px;
  height: 40px;
}
div.ccm-page .media-carousel-container .slider-navs-arrows-container .slick-arrow.slick-disabled {
  opacity: 0.4;
}
div.ccm-page .media-carousel-container .slider-navs-arrows-container .slick-prev {
  left: -42px;
  top: 0;
}
div.ccm-page .media-carousel-container .slider-navs-arrows-container .slick-next {
  right: -37px;
  transform: translateY(0);
  top: 0;
}
div.ccm-page .media-carousel-container .carousel-container {
  position: relative;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item {
  margin-right: 20px;
  width: 30vw;
  max-width: 400px;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a {
  color: #ffffff;
  display: inline-block;
  width: 100%;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:focus {
  outline: none;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a .i-info-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-info-custom.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:hover {
  color: #ffe7b0;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:hover .i-info-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/yellow/icon-info.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-image {
  margin: 0;
  padding: 0;
  position: relative;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-image .i-eye-beige {
  width: 90px;
  height: auto;
  padding-top: 80px;
  -webkit-background-size: auto 80px;
  background-size: auto 80px;
  background-position: center top;
  text-align: center;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-image .i-eye-beige span {
  font-size: 0.75em;
  font-weight: 500;
  color: #e0caa3;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a span.i-info-white {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 25px;
  margin-top: 20px;
}
div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-info {
  margin-top: 20px;
  float: left;
  width: calc(100% - 45px);
  font-size: 0.75em;
  line-height: 1.4;
}
div.ccm-page .media-carousel-container ul.tabs-nav--footer {
  display: none;
}
@media (max-width: 992px) {
  div.ccm-page .media-carousel-container .media-carousel-header ul.tabs-nav {
    display: none;
  }
  div.ccm-page .media-carousel-container .media-carousel-header h1 {
    padding-right: 60px;
  }
}
@media (max-width: 768px) {
  div.ccm-page .media-carousel-container {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  div.ccm-page .media-carousel-container .tab-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.ccm-page .media-carousel-container .media-carousel-header {
    margin-bottom: 30px;
  }
  div.ccm-page .media-carousel-container .media-carousel-header h1 {
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.33;
  }
  div.ccm-page .media-carousel-container .slider-navs-arrows-container {
    display: none;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slick-list {
    margin-right: -20px;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item {
    width: 55vw;
    max-width: inherit;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:hover,
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:focus,
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a:active {
    text-decoration: none;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a span.i-info-white {
    float: none;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-info {
    width: 100%;
    margin-top: 0;
    float: none;
    padding-top: 10px;
  }
  div.ccm-page .media-carousel-container .carousel-container .media-slider .slider-item a p.media-image img {
    margin-bottom: 10px;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer {
    display: block;
    list-style: none;
    margin-bottom: 0;
    padding: 30px 20px 20px 20px;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li {
    display: inline;
    margin-right: 20px;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li:last-child {
    margin-right: 0;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li a {
    color: #ff5b34;
    font-weight: 500;
    font-size: 1em;
    line-height: 1.25;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li a:hover,
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li a:active,
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li a:focus {
    text-decoration: none !important;
  }
  div.ccm-page .media-carousel-container ul.tabs-nav--footer li.active a {
    border-bottom: 2px solid #ff5b34;
  }
}
div.ccm-page .illustrations-carousel-container .slider-navs-arrows-container {
  top: 0;
}
div.ccm-page .illustrations-carousel-container .carousel-container {
  position: relative;
}
div.ccm-page .illustrations-carousel-container .carousel-container .media-slider .slider-item .media-image {
  max-height: 300px;
  overflow: hidden;
}
div.ccm-page .illustrations-carousel-container .carousel-container .media-slider .slider-item .media-image img {
  height: 300px;
}
div.ccm-page .constellations-list-container .constellation-item {
  display: inline-block;
  width: 100%;
  font-family: 'Fira Sans', sans-serif;
  border-bottom: solid 2px #ff5b34;
  padding: 15px 0 12px 66px;
  margin-bottom: 40px;
  min-height: 345px;
}
div.ccm-page .constellations-list-container .constellation-item:hover {
  text-decoration: none;
  background-color: #ff5b34;
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}
div.ccm-page .constellations-list-container .constellation-item:hover .years {
  color: #ffffff;
}
div.ccm-page .constellations-list-container .constellation-item:hover .title-name {
  color: #ffffff;
}
div.ccm-page .constellations-list-container .constellation-item .years {
  color: #ff5b34;
  font-size: 0.85em;
  min-height: 19px;
}
div.ccm-page .constellations-list-container .constellation-item .constellation-image {
  margin: 0 0 17px 0;
  position: relative;
  width: 100%;
  height: 208px;
  max-height: 208px;
}
div.ccm-page .constellations-list-container .constellation-item .constellation-image .title-letters {
  position: absolute;
  color: #e6e6e6;
  font-size: 6.25em;
  line-height: 0.7em;
  margin: 0;
  left: -64px;
  top: 50%;
  transform: translateY(-50%);
}
div.ccm-page .constellations-list-container .constellation-item .title-name {
  color: #ff5b34;
  font-family: 'Utopia Std';
  font-size: 1.12em;
  margin: 0 0 10px 0;
}
div.ccm-page .constellations-list-container .constellation-item .txt-small {
  color: #000000;
  font-size: 1em;
  font-weight: 300;
}
div.ccm-page .constellations-carousel-container .slider-navs-arrows-container {
  top: 0;
}
div.ccm-page .constellations-carousel-container .carousel-container {
  position: relative;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item {
  width: 343px;
  height: 600px;
  display: block;
  background-color: #e6e6e6;
  margin-right: 40px;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item:hover,
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item:focus {
  text-decoration: none;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-image {
  overflow: hidden;
  width: 100%;
  height: 193px;
  max-height: 193px;
  display: block;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-image img {
  width: 100%;
  height: auto;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-title {
  padding: 0 20px 0 13px;
  position: relative;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-title h2.title-letters {
  font-size: 6.5em;
  line-height: 1.21em;
  color: #c0c0c0;
  font-family: 'Fira Sans', sans-serif;
  margin: 0;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-title h1.title-name {
  color: #ff5b34;
  font-family: 'Utopia Std';
  font-size: 1.5em;
  position: absolute;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  max-width: 110px;
  line-height: 1.16;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data {
  padding: 0 20px 20px 20px;
  color: #000000;
  font-weight: 300;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .short-desc {
  line-height: 1.3;
  height: 90px;
  margin-bottom: 20px;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .docs-count {
  float: left;
  height: 60px;
  width: 100%;
  margin-bottom: 13px;
  color: #ff5b34;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .docs-count span {
  display: inline-block;
  float: left;
  font-weight: 400;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .docs-count .docs-count-number {
  font-size: 3.125em;
  line-height: 1.2em;
  margin-right: 20px;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .docs-count .docs-count-text {
  font-size: 1.125em;
  line-height: 1.33;
  margin-top: 6px;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .years {
  color: #4d4d4d;
  font-size: 1.12em;
  height: 24px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .constellation-explore {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
  font-weight: 500;
}
div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-data .constellation-explore:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  div.ccm-page .constellations-carousel-container .carousel-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item {
    width: calc(100vw - 40px);
    height: auto;
  }
  div.ccm-page .constellations-carousel-container .carousel-container .media-slider .constellation-item .constellation-image {
    height: auto;
    max-height: inherit;
  }
}
div.ccm-page .facts-container {
  background-color: #0067c5;
  font-weight: 300;
  color: white;
}
div.ccm-page .facts-container .left-side {
  width: 575px;
  float: left;
}
div.ccm-page .facts-container .left-side h4 {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 2.25em;
  margin: 75px 0 0 0;
  line-height: 1;
}
div.ccm-page .facts-container .left-side .facts-list {
  border-top: 2px solid #ff5b34;
  margin-top: 110px;
  padding-top: 40px;
  position: relative;
}
div.ccm-page .facts-container .left-side .facts-list ul {
  margin: 0 0 85px 0;
  padding: 0;
  font-size: 2.25em;
}
div.ccm-page .facts-container .left-side .facts-list #facts-counter {
  font-size: 1em;
  color: #ff5b34;
  font-weight: 500;
  position: absolute;
  top: -56px;
  right: 0;
}
div.ccm-page .facts-container .right-side {
  width: 405px;
  height: 100%;
  float: right;
}
div.ccm-page .facts-container .right-side .slide-controller {
  cursor: default;
  position: absolute;
  bottom: 125px;
}
div.ccm-page .facts-container .right-side .slide-controller .slide {
  cursor: pointer;
  float: left;
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page .facts-container .right-side .slide-controller .slide.previous {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* FF */
}
@media (max-width: 992px) {
  div.ccm-page .constellations-carousel-container .slider-navs-arrows-container {
    display: none;
  }
  div.ccm-page .facts-container .left-side {
    width: 50%;
  }
  div.ccm-page .facts-container .right-side {
    width: 50%;
  }
  div.ccm-page .facts-container .right-side img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  div.ccm-page .facts-container .left-side {
    width: 100%;
  }
  div.ccm-page .facts-container .left-side h4 {
    margin-top: 30px;
    font-size: 1.8em;
  }
  div.ccm-page .facts-container .left-side .facts-list {
    margin-top: 40px;
    padding-top: 20px;
  }
  div.ccm-page .facts-container .left-side .facts-list #facts-counter {
    top: -35px;
  }
  div.ccm-page .facts-container .left-side .facts-list ul {
    margin-bottom: 20px;
    font-size: 1.6em;
  }
  div.ccm-page .facts-container .right-side {
    position: relative;
    float: none;
    width: 100%;
  }
  div.ccm-page .facts-container .right-side img {
    display: none;
  }
  div.ccm-page .facts-container .right-side .slide-controller {
    position: initial;
    margin-bottom: 15px;
  }
  div.ccm-page .facts-container .right-side .slide-controller .slide {
    display: inline-block;
    float: none;
    width: 30px;
  }
}
div.ccm-page .slider-container {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.1em;
  font-weight: 100;
  min-height: 135px;
  position: relative;
}
div.ccm-page .slider-container h2 {
  font-family: 'Utopia Std';
  font-size: 2.5em;
}
div.ccm-page .slider-container .book-last-page {
  height: 675px;
  color: white;
  z-index: 1;
  background-color: black;
}
div.ccm-page .slider-container .book-last-page .close-overlay {
  width: 30px;
  height: 30px;
  background-image: url("/application/themes/bodmerlab/images/icons/icon-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
  position: absolute;
  right: 20px;
  top: 20px;
}
div.ccm-page .slider-container .book-last-page .close-overlay:hover {
  background-color: gray;
}
div.ccm-page .slider-container .book-last-page .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.ccm-page .slider-container .book-last-page .book {
  padding: 40px;
}
div.ccm-page .slider-container .book-last-page .book > * {
  margin-bottom: 40px;
}
div.ccm-page .slider-container .book-last-page .book > a {
  display: inline-block;
  padding: 5px;
  border: solid white 1px;
  color: white;
}
div.ccm-page .slider-container .book-last-page .book > a > p {
  font-weight: 400;
  margin: 0;
}
div.ccm-page .slider-container .book-last-page .book > a:hover {
  color: white;
  text-decoration: none;
  background-color: #8093a2;
  border: solid #8093a2 1px;
}
div.ccm-page .slider-container .book-last-page .book:first-child {
  border-right: white 1px solid;
}
div.ccm-page .slider-container .slick-arrow {
  width: 35px;
  height: 50px;
}
div.ccm-page .slider-container .slick-arrow:before,
div.ccm-page .slider-container .slick-arrow:after {
  content: '';
  background-color: #fff;
  height: 2px;
  width: 28px;
  opacity: 1;
  display: block;
  position: relative;
}
div.ccm-page .slider-container .slick-arrow:before {
  top: 1px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
div.ccm-page .slider-container .slick-arrow:after {
  top: -1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.ccm-page .slider-container .slick-arrow.slick-next:before,
div.ccm-page .slider-container .slick-arrow.slick-next:after {
  -webkit-transform-origin: 100% 50%;
  -moz-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  -o-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
div.ccm-page .slider-container .slick-arrow.slick-prev:before,
div.ccm-page .slider-container .slick-arrow.slick-prev:after {
  -webkit-transform-origin: 0% 50%;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -o-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
div.ccm-page .slider-container .slide {
  height: 675px;
  background-color: black;
}
div.ccm-page .slider-container .slide--first a.image-container {
  z-index: -1;
  opacity: 0.5;
}
div.ccm-page .slider-container .slide__content {
  text-align: center;
  margin-top: -42px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1020px;
  max-width: 100%;
  padding: 0 15px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
div.ccm-page .slider-container .slide__content header {
  height: auto;
}
div.ccm-page .slider-container .slide__content header a {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.16;
  color: #ff5b34;
}
div.ccm-page .slider-container .slide__content header h1 {
  font-weight: 600;
  font-size: 3em;
  line-height: 1.3;
  margin-top: 30px;
  margin-bottom: 30px;
}
div.ccm-page .slider-container .slide__content header p {
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1.16;
}
div.ccm-page .slider-container .slide a.image-container {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: contain;
}
div.ccm-page .slider-container .slider-nav-container {
  font-weight: 400;
  color: white;
  bottom: 0px;
  width: 100%;
  position: absolute;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav {
  text-shadow: 2px 1px 3px black;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav.active {
  position: absolute;
  right: 330px;
  top: 50%;
  margin-top: -13px;
  z-index: 1;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav > * {
  display: inline-block;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav a {
  color: #ffffff;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav a:hover {
  text-decoration: none;
}
div.ccm-page .slider-container .slider-nav-container .toggle-nav icon {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-circle-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom {
  position: relative;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .open-book {
  height: 80px;
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  line-height: 80px;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: black;
  width: 320px;
  max-width: 100%;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .open-book a {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.875em;
  text-decoration: none;
  color: white;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .open-book a p {
  font-size: 0.875em;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .slider-nav {
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  bottom: 10px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .slider-nav--first {
  position: relative;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .slider-nav--first:before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .slider-nav .slick-slide {
  border: solid 2px transparent;
  margin-left: 10px;
  height: 60px;
  width: 60px;
}
div.ccm-page .slider-container .slider-nav-container .slider-bottom .slider-nav .slick-current {
  border: solid 2px white;
}
@media only screen and (max-width: 768px) {
  div.ccm-page .open-book {
    display: none !important;
  }
  div.ccm-page .slider-container .slide {
    height: calc(100vh - 80px);
  }
  div.ccm-page .slider-container .slider-nav-container .toggle-nav.active {
    right: auto;
    left: 15px;
  }
  div.ccm-page .slider-container .slick-prev {
    left: 10px;
  }
  div.ccm-page .slider-container .slick-next {
    right: 0;
  }
}
div.ccm-page .slider-navs-arrows-container .slick-arrow {
  width: 45px;
  height: 45px;
  display: block;
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page .slider-navs-arrows-container .slick-arrow.slick-prev {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Safari 3-8 */
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  /* FF */
}
div.ccm-page .slider-navs-arrows-container .slick-arrow:before {
  content: none;
}
@media (max-width: 450px) {
  div.ccm-page .slider-container .slide__content header a {
    font-size: 1.2em;
  }
  div.ccm-page .slider-container .slide__content header h1 {
    font-size: 1.8em;
    margin-bottom: 15px;
    margin-top: 15px;
  }
  div.ccm-page .slider-container .slide__content header p {
    font-size: 1.2em;
  }
}
@media (max-width: 350px) {
  div.ccm-page .slider-container .slide__content header a {
    font-size: 1em;
  }
  div.ccm-page .slider-container .slide__content header h1 {
    font-size: 1.4em;
    line-height: 1.16;
  }
  div.ccm-page .slider-container .slide__content header p {
    font-size: 1em;
  }
}
div.ccm-page #catalog {
  margin-bottom: 40px;
  min-height: 80px;
  font-family: 'Fira Sans', sans-serif;
  font-weight: 100;
}
div.ccm-page #catalog h3 {
  font-family: 'Utopia Std';
  font-size: 1.25em;
  font-weight: 100;
  color: black;
  text-decoration: none;
}
div.ccm-page #catalog h4 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1.14em;
  font-weight: 400;
  text-decoration: none;
}
div.ccm-page #catalog h5 {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.75em;
  font-weight: 500;
  text-decoration: none;
  color: #E0CAA3;
}
div.ccm-page #catalog .catalog-header {
  margin-bottom: 40px;
}
div.ccm-page #catalog .catalog-header label {
  display: initial;
  margin: 0;
  font-weight: 500;
}
div.ccm-page #catalog .catalog-header label > * {
  display: inline-block;
  font-weight: 500;
}
div.ccm-page #catalog .catalog-header label:nth-child(2) {
  margin-left: 15px;
}
div.ccm-page #catalog .catalog-header select {
  font-weight: 100;
  display: inline-block;
  cursor: pointer;
  padding: 10px 20px 10px 10px;
  outline: 0;
  border: 1px solid #8093A2;
  border-radius: 0px;
  background: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
}
div.ccm-page #catalog .catalog-header select::-ms-expand {
  display: none;
}
div.ccm-page #catalog .catalog-header select:hover,
div.ccm-page #catalog .catalog-header select:focus {
  color: #000000;
  background: transparent;
}
div.ccm-page #catalog .catalog-header select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
div.ccm-page #catalog .catalog-header .select_arrow {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
  width: 10px;
  height: 10px;
  margin-left: -21px;
  display: inline-block;
  vertical-align: middle;
  z-index: -1;
  position: relative;
}
div.ccm-page #catalog .catalog-header select:focus ~ .select_arrow {
  border-top-color: #666666;
}
div.ccm-page #catalog .catalog-header select:disabled ~ .select_arrow {
  border-top-color: #CCCCCC;
}
div.ccm-page #catalog .catalog-header .itemView {
  width: 42px;
  height: 42px;
  border: white 1px solid;
}
div.ccm-page #catalog .catalog-header .itemView icon {
  width: 40px;
  height: 40px;
  mask-size: 20px 20px !important;
  mask-position: 10px 10px !important;
  -webkit-mask-size: 20px 20px !important;
  -webkit-mask-position: 10px 10px !important;
  display: inline-block;
}
div.ccm-page #catalog .catalog-header .itemView.active,
div.ccm-page #catalog .catalog-header .itemView:hover {
  background-color: #8093a2;
}
div.ccm-page #catalog .catalog-header .itemView.block > icon {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-block.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
div.ccm-page #catalog .catalog-header .itemView.block.active > icon,
div.ccm-page #catalog .catalog-header .itemView.block:hover > icon {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-block.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
div.ccm-page #catalog .catalog-header .itemView.list > icon {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
div.ccm-page #catalog .catalog-header .itemView.list.active > icon,
div.ccm-page #catalog .catalog-header .itemView.list:hover > icon {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 21px 21px;
}
div.ccm-page #catalog .years {
  margin-bottom: 20px;
}
div.ccm-page #catalog .years label {
  font-weight: 300;
}
div.ccm-page #catalog .years h4 {
  font-weight: 500;
  font-size: 1em;
  line-height: 1.25;
  margin-top: 28px;
  margin-bottom: 20px;
}
div.ccm-page #catalog .filters {
  margin-top: 0;
}
div.ccm-page #catalog .filters .hidden {
  display: none;
}
div.ccm-page #catalog .filters > h3,
div.ccm-page #catalog .filters > h4 {
  margin-bottom: 20px;
  font-size: 1.125em;
}
div.ccm-page #catalog .filters > h3 {
  font-size: 1.125em;
  margin-top: 36px;
}
div.ccm-page #catalog .filters > h3:first-of-type {
  margin-top: 0;
}
div.ccm-page #catalog .filters count {
  margin-left: 15px;
}
div.ccm-page #catalog .filters .centuries {
  margin-bottom: 16px;
  padding-right: 10px;
}
div.ccm-page #catalog .filters .centuries h4 {
  font-weight: 500;
}
div.ccm-page #catalog .filters .centuries h4,
div.ccm-page #catalog .filters .centuries p {
  display: inline-block;
  margin: 0;
  font-size: 1em;
  line-height: 1.25;
}
div.ccm-page #catalog .filters .centuries p {
  float: right;
}
div.ccm-page #catalog .filters .slider .slider-track,
div.ccm-page #catalog .filters .slider slider-selection {
  height: 2px;
  background-image: none;
  opacity: 1;
  background-color: #2768b2;
}
div.ccm-page #catalog .filters .slider .slider-selection.tick-slider-selection {
  background: #2768b2;
}
div.ccm-page #catalog .filters .slider .slider-tick {
  display: none;
}
div.ccm-page #catalog .filters .slider .slider-handle {
  width: 10px;
  height: 10px;
  background-image: none;
  opacity: 1;
  top: 1px;
  background-color: #2768b2;
  margin-left: 0;
}
div.ccm-page #catalog .filters .slider .slider-handle {
  background-color: #2768b2;
}
div.ccm-page #catalog .filters ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}
div.ccm-page #catalog .filters ul > li {
  margin-bottom: 17px;
}
div.ccm-page #catalog .filters ul > li.lang-filter-li {
  position: relative;
}
div.ccm-page #catalog .filters ul .language-search-placeholder {
  position: absolute;
  bottom: 11px;
  left: 0;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 4px;
  display: block;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li {
  margin-bottom: 10px;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-search {
  height: 24px;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-search .select2-search__field {
  margin-top: 0;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-search .select2-search__field:focus {
  background-color: #fff;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-selection__choice {
  font-size: 0.875em;
  line-height: 1em;
  color: #000;
  font-weight: 500;
  padding: 0;
  border-radius: 0;
  border: none;
  margin-right: 20px;
  background: none;
  position: relative;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-selection__choice:after {
  content: 'x';
  color: #ff5b34;
  margin-left: 4px;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-selection__choice:hover {
  color: #ff5b34;
  text-decoration: line-through;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-search {
  width: 100%;
  height: auto;
  margin-bottom: 0;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered li.select2-search input {
  width: 100% !important;
  border-bottom: 1px solid #000;
  padding-top: 0;
  padding-bottom: 8px;
}
div.ccm-page #catalog .filters ul.select2-selection__rendered .select2-selection__choice__remove {
  position: absolute;
  font-size: 0;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}
div.ccm-page #catalog .filters ul .select2-container--default .select2-selection--multiple {
  border: none;
  border-radius: 0;
  background: none;
}
div.ccm-page #catalog .filters ul:last-child form {
  padding-top: 8px;
}
div.ccm-page #catalog .filters .control {
  display: block;
  position: relative;
  padding-left: 34px;
  padding-top: 3px;
  cursor: pointer;
  font-weight: 100;
  margin-bottom: 0;
}
div.ccm-page #catalog .filters .control span {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(100% - 50px);
  float: left;
  white-space: nowrap;
  height: 25px;
}
div.ccm-page #catalog .filters input[type="text"] {
  width: 100%;
  padding: 10px;
  outline: none !important;
}
div.ccm-page #catalog .filters input[type="radio"],
div.ccm-page #catalog .filters input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
div.ccm-page #catalog .filters .control-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background: #ffffff;
  border: 1px solid #95989A;
  border-radius: 50%;
}
div.ccm-page #catalog .filters input[type="radio"]:checked ~ .control-indicator,
div.ccm-page #catalog .filters input[type="checkbox"]:checked ~ .control-indicator {
  background: #ffffff;
}
div.ccm-page #catalog .filters .control:hover input[type="radio"]:not([disabled]):checked ~ .control-indicator,
div.ccm-page #catalog .filters .control:hover input[type="checkbox"]:not([disabled]):checked ~ .control-indicator,
div.ccm-page #catalog .filters input[type="radio"]:checked:focus ~ .control-indicator,
div.ccm-page #catalog .filters input[type="checkbox"]:checked:focus ~ .control-indicator {
  background: #0e6647d;
}
div.ccm-page #catalog .filters input[type="radio"]:disabled ~ .control-indicator,
div.ccm-page #catalog .filters input[type="checkbox"]:disabled ~ .control-indicator {
  background: #e6e6e6;
  opacity: 1;
  pointer-events: none;
}
div.ccm-page #catalog .filters .control-indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
  border-radius: 50%;
}
div.ccm-page #catalog .filters input[type="radio"]:checked ~ .control-indicator:after,
div.ccm-page #catalog .filters input[type="checkbox"]:checked ~ .control-indicator:after {
  display: block;
}
div.ccm-page #catalog .filters .control-radio .control-indicator:after,
div.ccm-page #catalog .filters .control-checkbox .control-indicator:after {
  left: 5px;
  top: 5px;
  height: 10px;
  width: 10px;
  background: #ff5b34;
}
div.ccm-page #catalog .filters .control-radio input[type="radio"]:disabled ~ .control-indicator:after,
div.ccm-page #catalog .filters .control-checkbox input[type="radio"]:disabled ~ .control-indicator:after {
  background: #7b7b7b;
}
div.ccm-page #catalog .filters .control.control-checkbox .control-indicator {
  border-radius: 0;
}
div.ccm-page #catalog .filters .control.control-checkbox .control-indicator:after {
  border-radius: 0;
}
div.ccm-page #catalog .filters input[type="number"] {
  max-width: 60px;
  border: none;
  border-bottom: 1px solid #666666;
}
div.ccm-page #catalog .filters .button {
  color: black;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 1em;
  padding: 11px 20px 9px 20px;
  border: solid #ff5b34 1px;
  text-decoration: none;
  background-color: transparent;
  text-align: left;
}
div.ccm-page #catalog .filters .button:hover {
  background-color: #ff5b34;
  color: #fff;
}
div.ccm-page #catalog .filters li > .button {
  font-size: 0.875em;
  line-height: 1em;
  color: #ff5b34;
  font-weight: 500;
  border: none;
  padding: 10px 0 0 0;
}
div.ccm-page #catalog .filters li > .button:hover {
  background: none;
  color: #ff5b34;
}
div.ccm-page #catalog .custom-search-breadcrumbs {
  margin-bottom: 30px;
}
div.ccm-page #catalog .custom-search-breadcrumbs * {
  color: #C0C0C0;
}
div.ccm-page #catalog .custom-search-breadcrumbs > label {
  margin: 0 !important;
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
  font-weight: 400;
}
div.ccm-page #catalog .applied-filters {
  margin-bottom: 30px;
}
div.ccm-page #catalog .applied-filters > h4 {
  font-weight: 500;
  font-size: 1em;
}
div.ccm-page #catalog .applied-filters > label {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
  font-weight: 100;
  margin: 0 !important;
  margin-right: 12px;
}
div.ccm-page #catalog .applied-filters > label > a {
  color: black;
  text-decoration: none;
  font-weight: 300;
}
div.ccm-page #catalog .applied-filters > label > a:hover {
  color: #ff5b34;
  text-decoration: line-through;
}
div.ccm-page #catalog .applied-filters > label > a * {
  font-weight: 300;
}
div.ccm-page #catalog .applied-filters > h4 {
  margin-right: 15px;
  display: inline-block;
}
div.ccm-page #catalog hr {
  margin-bottom: 40px;
  border-top: 2px solid #E6E6E6;
}
div.ccm-page #catalog .items > h3 {
  font-size: 1em;
  font-size: 300;
  margin-top: 20px;
}
div.ccm-page #catalog .items > h3 * {
  font-weight: 300;
}
div.ccm-page #catalog .items > h3:first-child {
  margin-top: 65px;
}
div.ccm-page #catalog .items > h3 {
  font-family: 'Fira Sans', sans-serif;
  font-weight: 400;
}
div.ccm-page #catalog .item-block {
  margin-bottom: 20px;
  padding: 0 10px;
  vertical-align: top;
}
div.ccm-page #catalog .item-block .author {
  color: #000;
}
div.ccm-page #catalog .item-block > .my-fancybox,
div.ccm-page #catalog .item-block:focus {
  outline: none;
  text-decoration: none;
}
div.ccm-page #catalog .item-block h3 {
  max-height: 45px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 10px;
}
div.ccm-page #catalog .item-block .year {
  float: right;
  font-size: 0.85em;
  color: #C0C0C0;
}
div.ccm-page #catalog .item-block .img {
  height: 300px;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
div.ccm-page #catalog .item-block .img > a {
  display: block;
}
div.ccm-page #catalog .item-block .img > img {
  height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}
div.ccm-page #catalog .item-block .img:hover .img-overlay {
  display: block;
}
div.ccm-page #catalog .item-block .img .img-overlay {
  display: none;
  position: relative;
  -webkit-mask-size: 60px 60px;
  mask-size: 60px 60px;
  mask-position: center;
  -webkit-mask-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
div.ccm-page #catalog .item-block .img .img-overlay > a {
  display: block;
  width: 100%;
  height: 100%;
}
div.ccm-page #catalog .item-block .img .img-overlay > a:hover {
  text-decoration: none;
}
div.ccm-page #catalog .item-block .img .img-overlay .img-overlay-container {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.ccm-page #catalog .item-block .img .img-overlay .img-overlay-container .icon {
  margin: auto;
}
div.ccm-page #catalog .item-block .img .img-overlay .img-overlay-container h5 {
  text-align: center;
}
div.ccm-page #catalog .item-block .type-bookpage a {
  display: block;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
}
div.ccm-page #catalog .item-block .img.illustration {
  height: 200px;
  background-size: cover;
  background-position: center;
}
div.ccm-page #catalog .item-block > a {
  display: block;
  overflow: hidden;
}
div.ccm-page #catalog .item-block > a:hover {
  text-decoration: none;
}
div.ccm-page #catalog .item-block > .my-fancybox {
  height: auto;
}
div.ccm-page #catalog .item-block img {
  width: 100%;
}
div.ccm-page #catalog .item-block .img-footer {
  overflow: hidden;
  margin-bottom: 15px;
}
div.ccm-page #catalog .item-block .img-footer > * {
  display: inline;
}
div.ccm-page #catalog .item-block .img-footer > p {
  text-align: right;
  margin-bottom: 0;
}
div.ccm-page #catalog .item-row {
  z-index: 0;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid #e6e6e6;
}
div.ccm-page #catalog .item-row:before,
div.ccm-page #catalog .item-row:after {
  content: " ";
  display: table;
}
div.ccm-page #catalog .item-row:after {
  clear: both;
}
div.ccm-page #catalog .item-row > div {
  position: initial;
  float: left;
}
div.ccm-page #catalog .item-row > div > a {
  float: left;
}
div.ccm-page #catalog .item-row > div > div {
  width: calc(30% - 40px);
  float: left;
}
div.ccm-page #catalog .item-row > div > div p {
  width: 100% !important;
}
div.ccm-page #catalog .item-row > div > div p.description {
  display: none;
}
div.ccm-page #catalog .item-row a {
  min-height: 50px;
  width: calc(70% - 40px);
  display: block;
}
div.ccm-page #catalog .item-row a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}
div.ccm-page #catalog .item-row .icon-year {
  width: 80px;
  float: left;
  padding: 0 25px 0 10px;
}
div.ccm-page #catalog .item-row p,
div.ccm-page #catalog .item-row h3 {
  margin: 0 0 10px 0;
}
div.ccm-page #catalog .item-row p {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  div.ccm-page #catalog .item-row .description,
  div.ccm-page #catalog .item-row .author {
    display: inline-block;
    vertical-align: top;
  }
  div.ccm-page #catalog .item-row .description {
    padding-right: 20px;
    width: 62%;
  }
  div.ccm-page #catalog .item-row .author {
    width: 25%;
  }
}
div.ccm-page #catalog .item-row:hover {
  -webkit-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.16);
}
div.ccm-page #catalog .pagination {
  margin-top: 50px;
  margin-bottom: 60px;
}
div.ccm-page #catalog .pagination > * {
  display: inline-block;
  margin: 0 3px;
}
div.ccm-page #catalog .pagination input[type="number"] {
  max-width: 60px;
  border: none;
  border-bottom: 1px solid #666666;
}
div.ccm-page #catalog .pagination label {
  font-weight: 400;
}
div.ccm-page #catalog .pagination icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  transform: translateY(7px);
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow-light-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page #catalog .pagination icon.prev {
  -ms-transform: translateY(7px) rotate(180deg);
  /* IE 9 */
  -webkit-transform: translateY(7px) rotate(180deg);
  /* Safari 3-8 */
  transform: translateY(7px) rotate(180deg);
  -moz-transform: translateY(7px) rotate(180deg);
  /* FF */
}
div.ccm-page #catalog .pagination a {
  width: 40px;
  height: 40px;
  color: #000000;
}
div.ccm-page #catalog .pagination a.selected {
  border: #000000 1px solid;
  border-radius: 50%;
}
div.ccm-page #catalog .pagination a h4 {
  text-align: center;
  font-size: 1em;
}
div.ccm-page #catalog .pagination a:hover {
  border-radius: 50%;
  color: #0067c5;
}
div.ccm-page #catalog .pagination a.pagination__next--inactive,
div.ccm-page #catalog .pagination a.pagination__prev--inactive {
  cursor: default;
}
div.ccm-page #catalog .pagination a.pagination__next--inactive icon,
div.ccm-page #catalog .pagination a.pagination__prev--inactive icon {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow-mercury.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
div.ccm-page #catalog .pagination a.pagination__next:hover,
div.ccm-page #catalog .pagination a.pagination__prev:hover {
  border-radius: 0;
  border: none;
}
div.ccm-page #catalog .slider-horizontal {
  width: calc(100% - 10px);
}
div.ccm-page.page-template-bodmerlab-constellation-item .media-carousel-container {
  margin-bottom: 0;
}
div.ccm-page.page-template-bodmerlab-constellation-item .ccm-custom-style-content {
  padding-bottom: 40px;
}
div.ccm-page.page-template-bodmerlab-constellation-item .ccm-custom-style-content p {
  line-height: 1.5;
}
div.ccm-page.page-template-bodmerlab-constellation-item .ccm-custom-style-content .letter-uppercase {
  margin-top: -4px;
  margin-bottom: -8px;
}
div.ccm-page .ccm-custom-style-container p {
  line-height: 1.5;
}
div.ccm-page .ccm-custom-style-container .letter-uppercase {
  margin-top: -4px;
  margin-bottom: -8px;
}
@media (max-width: 992px) {
  div.ccm-page #catalog .filters {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  div.ccm-page .ccm-custom-style-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  div.ccm-page #catalog .item-row > div > a {
    width: calc(100% - 80px) !important;
    margin-left: 0;
  }
  div.ccm-page #catalog .item-row > div > div {
    width: calc(100% - 80px);
    margin-left: 80px;
  }
  div.ccm-page #catalog .item-row > div > div.icon-year {
    width: 80px !important;
    margin-left: 0 !important;
  }
  div.ccm-page #catalog .custom-search-breadcrumbs {
    margin-bottom: 15px;
  }
  div.ccm-page #catalog .applied-filters {
    margin-bottom: 15px;
  }
  div.ccm-page #catalog .catalog-header {
    margin-bottom: 0;
  }
  div.ccm-page #catalog .catalog-header > div:last-child label {
    width: 100%;
    display: block;
    margin-left: 0;
    margin-bottom: 8px;
    line-height: 33px;
  }
  div.ccm-page #catalog .catalog-header > div:last-child label:before,
  div.ccm-page #catalog .catalog-header > div:last-child label:after {
    content: " ";
    display: table;
  }
  div.ccm-page #catalog .catalog-header > div:last-child label:after {
    clear: both;
  }
  div.ccm-page #catalog .catalog-header > div:last-child label .select_arrow {
    display: none;
  }
  div.ccm-page #catalog .catalog-header > div:last-child label select {
    float: right;
    appearance: menulist-button;
    -webkit-appearance: menulist-button;
    -moz-appearance: menulist-button;
    padding: 5px 0 5px 5px;
  }
  div.ccm-page #catalog .pagination label {
    padding-top: 10px;
  }
}
div.ccm-page .upcoming-events {
  line-height: 1;
}
div.ccm-page .upcoming-events > .row:first-child {
  margin-bottom: 0;
}
div.ccm-page .upcoming-events .section-title {
  font-family: 'Utopia Std';
  color: #666666;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
  margin: 75px 0 40px 0;
}
div.ccm-page .upcoming-events .event-item {
  height: 335px;
  max-height: 335px;
  position: relative;
}
div.ccm-page .upcoming-events .event-item .event-image img {
  width: 100%;
}
div.ccm-page .upcoming-events .event-item .event-head {
  overflow: hidden;
  border-bottom: solid 2px #e6e6e6;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
div.ccm-page .upcoming-events .event-item .event-head h2 {
  font-weight: 300;
  display: inline-block;
  float: left;
  margin: 0;
  font-size: 1em;
}
div.ccm-page .upcoming-events .event-item .event-head span {
  font-weight: 500;
  display: inline-block;
  float: right;
  color: #0067c5;
  line-height: 1;
}
div.ccm-page .upcoming-events .event-item h1 {
  margin: 20px 0;
  font-size: 1.12em;
  color: #4d4d4d;
}
div.ccm-page .upcoming-events .event-item a {
  color: #0067c5;
  font-weight: 500;
  font-size: 0.87em;
  position: absolute;
  bottom: 0;
  display: none;
}
div.ccm-page .upcoming-events .event-item a:hover,
div.ccm-page .upcoming-events .event-item a:focus {
  text-decoration: none;
}
div.ccm-page .upcoming-events .event-item.without-image a:not(.cover-all) {
  display: inline-block;
  position: initial;
}
div.ccm-page .upcoming-events .event-item-active .event-head {
  border-bottom-color: #0067c5;
}
div.ccm-page .upcoming-events .event-item-active a {
  display: inline-block;
}
@media (max-width: 992px) {
  div.ccm-page .upcoming-events .event-item {
    max-height: inherit;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
  div.ccm-page .upcoming-events .event-item a {
    display: block;
  }
  div.ccm-page .upcoming-events > .row {
    margin-bottom: 0;
  }
}
div.ccm-page .past-events {
  margin-bottom: 90px;
}
div.ccm-page .past-events > .row:first-child {
  margin-bottom: 0;
}
div.ccm-page .past-events > .row:first-child .section-title {
  font-family: 'Utopia Std';
  color: #666666;
  font-weight: 500;
  font-size: 1.5em;
  line-height: 1;
  margin: 75px 0 40px 0;
}
div.ccm-page .past-events a.event-item {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
div.ccm-page .past-events a.event-item .event-title {
  width: 660px;
  float: left;
}
div.ccm-page .past-events a.event-item .event-title h1 {
  color: #4d4d4d;
  margin: 0;
  font-size: 1.12em;
  line-height: 1.3;
}
div.ccm-page .past-events a.event-item .event-location {
  width: 220px;
  text-align: right;
}
div.ccm-page .past-events a.event-item .event-location span {
  display: block;
  color: #000000;
}
div.ccm-page .past-events a.event-item .event-date {
  width: 100px;
  text-align: right;
  float: right;
}
div.ccm-page .past-events a.event-item .event-date span {
  font-weight: 500;
  display: block;
  color: #000000;
}
div.ccm-page .past-events a.event-item .event-divider {
  margin-top: 20px;
}
div.ccm-page .past-events a.event-item .event-divider hr {
  margin: 0;
  border-bottom: solid 1px #e6e6e6;
}
div.ccm-page .past-events a.event-item:hover {
  color: initial;
}
div.ccm-page .past-events a.event-item:hover .event-divider hr {
  border-bottom: solid 2px #0067c5;
}
@media (max-width: 992px) {
  div.ccm-page .past-events {
    margin-bottom: 40px;
  }
  div.ccm-page .past-events a.event-item .event-title {
    float: none;
    width: 100%;
  }
  div.ccm-page .past-events a.event-item .event-location {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
  }
  div.ccm-page .past-events a.event-item .event-date {
    float: none;
    width: 100%;
    text-align: left;
  }
}
div.ccm-page .search-container {
  color: #ffffff;
  position: relative;
}
div.ccm-page .search-container .form-horizontal .form-group {
  margin: 0 0 20px 0;
}
div.ccm-page .search-container .to-year-mobile {
  display: none;
}
div.ccm-page .search-container .center-element {
  width: 100%;
}
div.ccm-page .search-container .toggle-search {
  display: inline-block;
  color: #ffffff;
  padding: 3px 3px 10px 3px;
  font-size: 0.85em;
  font-weight: 500;
  border-bottom: solid 2px #ff5b34;
}
div.ccm-page .search-container .toggle-search:hover {
  color: #ff5b34;
  text-decoration: none;
}
div.ccm-page .search-container .submit-wrapper .btn-default {
  width: 100%;
}
div.ccm-page .search-container button.btn-default {
  width: 11em;
  height: 2.85em;
}
@media all and (max-width: 767px) {
  div.ccm-page .search-container button.btn-default {
    width: auto;
  }
  div.ccm-page .search-container .year label.control-label {
    text-align: left;
  }
  div.ccm-page .search-container .year label.control-label .to-year-mobile {
    display: inline-block;
    float: right;
    text-align: left;
    width: 47%;
  }
  div.ccm-page .search-container .fromYear label {
    visibility: hidden;
  }
}
div.ccm-page div.ccm-pagination-wrapper {
  margin: 20px 0 40px 0;
}
div.ccm-page .pagination-custom {
  margin: 0;
  padding: 0;
  position: relative;
  border: none;
  font-size: 1em;
  text-align: center;
  color: #4d4d4d;
  line-height: 2.4;
  display: inline-block;
  font-weight: 400;
}
div.ccm-page .pagination-custom li {
  display: inline-block;
  float: left;
  margin: 0 3px;
}
div.ccm-page .pagination-custom li a {
  width: 40px;
  height: 40px;
  color: #4d4d4d;
  border: solid 1px transparent;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page .pagination-custom li a:hover,
div.ccm-page .pagination-custom li a:focus {
  border-color: #8093a2;
  text-decoration: none;
}
div.ccm-page .pagination-custom li span {
  display: inline-block;
  font-size: 1em;
  border: 0;
  padding: 0;
  background-color: transparent;
}
div.ccm-page .pagination-custom li span.icon {
  width: 15px;
  height: 20px;
  padding: 0;
  margin-top: 10px;
}
div.ccm-page .pagination-custom li.active span {
  width: 40px;
  height: 40px;
  border: solid 1px #8093a2;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -ms-border-radius: 50%;
}
div.ccm-page .pagination-custom li.prev {
  position: absolute;
  right: -40px;
  margin: 0;
  line-height: initial;
}
div.ccm-page .pagination-custom li.prev a {
  width: initial;
  height: initial;
  border: none;
}
div.ccm-page .pagination-custom li.next {
  position: absolute;
  right: -75px;
  margin: 0;
  line-height: initial;
}
div.ccm-page .pagination-custom li.next a {
  width: initial;
  height: initial;
  border: none;
}
div.ccm-page .news-section-head {
  margin-bottom: 30px;
}
div.ccm-page .news-section-head > ul {
  margin: 0;
  font-size: 0.87em;
  font-weight: 500;
}
div.ccm-page .news-section-head > ul > li:first-child {
  padding-left: 0;
}
div.ccm-page .news-section-head > ul > li {
  display: inline-block;
  float: left;
  padding: 0 10px;
}
div.ccm-page .news-section-head > ul > li a {
  padding: 10px 0;
  color: #0067c5;
  border-bottom: solid 2px transparent;
}
div.ccm-page .news-section-head > ul > li a:hover,
div.ccm-page .news-section-head > ul > li a:focus {
  background: transparent;
  border-bottom: solid 2px #0067c5;
  text-decoration: none;
}
div.ccm-page .news-section-head > ul > li a.nav-selected {
  background: transparent;
  border-bottom: solid 2px #0067c5;
  text-decoration: none;
}
div.ccm-page .article-sidebar-nav {
  margin-top: 20px;
}
div.ccm-page .article-sidebar-nav ul li {
  margin: 0 0 20px 0;
  padding: 0;
}
div.ccm-page .article-sidebar-nav ul li a {
  padding: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
  line-height: 1.12;
  font-weight: 500;
}
div.ccm-page .article-sidebar-nav ul li a:hover {
  text-decoration: none;
}
div.ccm-page .article-sidebar-nav ul li a:hover,
div.ccm-page .article-sidebar-nav ul li a:focus {
  background-color: transparent;
  text-decoration: underline;
}
@media (min-width: 992px) {
  div.ccm-page .about-left-sidebar:not(.about-sidebar-affix) {
    width: 100% !important;
  }
  div.ccm-page .about-sidebar-affix {
    position: fixed;
    top: 0;
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  div.ccm-page .about-left-sidebar {
    width: 100% !important;
  }
}
div.ccm-page .breadcrumb {
  background-color: transparent;
  padding: 0;
}
div.ccm-page .breadcrumb a {
  color: #0067c5 !important;
}
div.ccm-page .breadcrumb a:hover {
  text-decoration: none;
  color: #0067c5 !important;
}
div.ccm-page .medaillons-debry-list-teaser {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-around;
}
div.ccm-page .medaillons-debry-list-teaser li {
  list-style: none;
}
div.ccm-page .medaillons-debry-list-teaser li:nth-child(1) {
  opacity: 1;
}
div.ccm-page .medaillons-debry-list-teaser li:nth-child(2) {
  opacity: 0.8;
}
div.ccm-page .medaillons-debry-list-teaser li:nth-child(3) {
  opacity: 0.6;
}
div.ccm-page .medaillons-debry-list-teaser li:nth-child(4) {
  opacity: 0.4;
}
div.ccm-page .medaillons-debry-list-teaser li:nth-child(5) {
  opacity: 0.2;
}
div.ccm-page .medaillons-debry-list-teaser li img {
  width: 100px;
  padding: 0 5px;
}
@media (max-width: 480px) {
  div.ccm-page .medaillons-debry-list-teaser li img {
    width: 50px;
  }
}
div.ccm-page #slider-medaillons-debry {
  margin-bottom: 30px;
  padding: 15px;
  background-image: url(/application/themes/bodmerlab/images/homepage-header-bg.jpg);
  background-blend-mode: overlay;
  background-color: #222;
}
div.ccm-page #slider-medaillons-debry ul li {
  display: flex;
  justify-content: center;
  height: 560px;
}
div.ccm-page #slider-medaillons-debry ul li img {
  width: 400px;
  height: 400px;
  max-width: none !important;
}
div.ccm-page #slider-medaillons-debry ul li .ccm-image-slider-text {
  top: 0;
  width: 100%;
}
div.ccm-page #slider-medaillons-debry ul li .ccm-image-slider-text h2 {
  text-align: center;
  font-family: utopia, serif;
  color: #fff;
  text-shadow: 0 0 10px #444444;
  min-height: 80px;
}
div.ccm-page #slider-medaillons-debry ul li .ccm-image-slider-text p {
  font-size: 14px;
  color: #ccc;
  margin-top: 333.33333333px;
  padding: 0 25%;
}
@media (max-width: 480px) {
  div.ccm-page #slider-medaillons-debry ul li .ccm-image-slider-text p {
    padding: 0;
  }
}
@keyframes debry-characters-animation-endingLeft {
  0% {
    transform: translateX(0);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    transform: scale(3) translateX(-150%);
    opacity: 1;
  }
  100% {
    transform: scale(3) translateX(-150%);
    opacity: 0;
    display: none;
  }
}
@keyframes debry-characters-animation-endingRight {
  0% {
    transform: translateX(0);
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  99% {
    transform: scale(3) translateX(150%);
    opacity: 1;
  }
  100% {
    transform: scale(3) translateX(150%);
    opacity: 0;
    display: none;
  }
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /*background-image:url(https://bodmerlab.unige.ch/application/files/8215/2819/0467/debry_banner1.jpeg);*/
  background-image: url(/application/themes/bodmerlab/css/build_custom/custom-sections/carte-grands-voyages.jpg);
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px;
  min-height: 300px;
  background-size: 100%;
  background-position: center 40%;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated .button-and-text-container {
  z-index: 9999;
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated .button-and-text-container .button-and-text .h3-customC5HtmlBlock {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #f54207;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated .button-and-text-container .button-and-text .button-customC5HtmlBlock {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 7px 15px;
  margin-bottom: 15px;
  background-color: #f54207;
  color: white;
  transition: background-color 400ms;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated .button-and-text-container .button-and-text .p-customC5HtmlBlock {
  font-size: 12px;
  display: block;
  color: white;
  font-weight: inherit;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated {
  position: absolute;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li {
  opacity: 0;
  list-style: none;
  mix-blend-mode: screen;
  position: absolute;
  bottom: 0;
  left: 33%;
  animation-timing-function: ease-in;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(1) {
  animation-delay: 22s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(2) {
  animation-delay: 21s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(3) {
  animation-delay: 20s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(4) {
  animation-delay: 19s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(5) {
  animation-delay: 18s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(6) {
  animation-delay: 17s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(7) {
  animation-delay: 16s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(8) {
  animation-delay: 15s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(9) {
  animation-delay: 14s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(10) {
  animation-delay: 13s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(11) {
  animation-delay: 12s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(12) {
  animation-delay: 11s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(13) {
  animation-delay: 10s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(14) {
  animation-delay: 9s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(15) {
  animation-delay: 8s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(16) {
  animation-delay: 7s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(17) {
  animation-delay: 6s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(18) {
  animation-delay: 5s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(19) {
  animation-delay: 4s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(20) {
  animation-delay: 3s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(21) {
  animation-delay: 2s;
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(22) {
  animation-delay: 1s;
  animation-name: debry-characters-animation-endingRight;
}
div.ccm-page a#banner-link-to-angular-cluster-de-bry-animated ul.debry-characters-animated li:nth-child(23) {
  animation-name: debry-characters-animation-endingLeft;
}
div.ccm-page a#banner-link-to-angular-cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-repeat: no-repeat;
  text-align: center;
  padding: 30px;
  min-height: 200px;
  background-size: 100%;
  background-position: center 20%;
  transition: background-size 400ms, background-position 400ms;
}
div.ccm-page a#banner-link-to-angular-cluster:hover {
  background-size: 120%;
  background-position: center 60%;
  cursor: pointer;
}
div.ccm-page a#banner-link-to-angular-cluster .h3-customC5HtmlBlock {
  font-size: 2rem;
  font-weight: bold;
  display: block;
  color: #f54207;
}
div.ccm-page a#banner-link-to-angular-cluster .button-customC5HtmlBlock {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  font-size: 2rem;
  font-weight: bold;
  display: block;
  padding: 7px 15px;
  margin-bottom: 15px;
  color: #f54207;
  border: 1px solid #f54207;
  transition: color 400ms, border 400ms;
}
div.ccm-page a#banner-link-to-angular-cluster:hover .button-customC5HtmlBlock {
  color: white;
  border: 1px solid white;
}
div.ccm-page a#banner-link-to-angular-cluster .p-customC5HtmlBlock {
  font-size: 12px;
  display: block;
  color: white;
  font-weight: inherit;
}
.ccm-responsive-overlay {
  font-family: 'Utopia Std';
  font-weight: 600;
  background: white;
  display: none;
  position: absolute;
  border-bottom: 1px solid #333333;
  width: 100%;
  z-index: 999999;
  top: 79px;
  left: 0px;
  padding-top: 15px;
  padding-left: 20px;
  -webkit-text-size-adjust: none;
}
.ccm-responsive-overlay ul {
  padding-left: 0;
}
.ccm-responsive-overlay ul li {
  list-style-type: none;
  display: block;
}
.ccm-responsive-overlay ul li.parent-ul a:after {
  padding-left: 7px;
  padding-top: 3px;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  cursor: pointer;
  text-decoration: inherit;
}
.ccm-responsive-overlay ul li a {
  color: #4d4d4d;
  text-transform: uppercase;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.ccm-responsive-overlay ul li a:hover,
.ccm-responsive-overlay ul li afocus {
  text-decoration: none;
  color: #000000;
}
.ccm-responsive-overlay ul li ul li {
  padding-left: 10px;
}
.ccm-responsive-overlay ul li ul li.last-li a {
  padding-top: 0px;
  font-size: 15px;
}
.ccm-responsive-overlay ul li ul li.last-li a:after {
  content: '';
}
.ccm-responsive-menu-launch {
  display: none;
  cursor: pointer;
  float: right;
  margin-top: 38px;
}
.ccm-responsive-menu-launch.responsive-button-close i:after {
  background-image: url("/application/themes/bodmerlab/images/nav_up.svg");
  display: inline-block;
  cursor: pointer;
}
.ccm-responsive-menu-launch i {
  width: 30px;
  height: 30px;
  display: block;
}
.ccm-responsive-menu-launch i:after {
  background: url("/application/themes/bodmerlab/images/menu_burger.svg") no-repeat center;
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .ccm-responsive-menu-launch {
    display: block;
    margin: 0 0 10px 0;
  }
  .ccm-responsive-navigation.original {
    display: none;
  }
}
@media all and (min-width: 767px) {
  .ccm-responsive-overlay {
    display: none !important;
  }
}
.bodmerlab-credits-parent {
  position: relative;
}
.bodmerlab-credits-child {
  position: absolute;
  right: 0;
  bottom: 0;
}
.custom-form-group input.form-control {
  font-family: 'Fira Sans', sans-serif;
  height: 2.85em;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  color: #000000;
}
.custom-form-group select {
  border: none !important;
}
.form-horizontal .year .interval {
  display: inline-flex;
}
.form-horizontal .year .interval > * {
  width: 45%;
}
.form-horizontal .year .interval > *:nth-child(2) {
  width: 10%;
}
.form-horizontal .year .interval label {
  padding: 6px;
}
.form-horizontal .year h4 {
  text-align: left;
}
.form-horizontal .custom-form-group .control-label {
  padding-right: 0;
}
.form-horizontal .custom-form-group select {
  height: 40px;
}
.form-horizontal .custom-form-group .select_arrow {
  margin-top: 15px;
}
.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #C0C0C0;
  font-style: italic;
  opacity: 0.7;
}
.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #C0C0C0;
  font-style: italic;
  opacity: 0.7;
}
.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #C0C0C0;
  font-style: italic;
  opacity: 0.7;
}
.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #C0C0C0;
  font-style: italic;
  opacity: 0.8;
}
select.form-control-select {
  float: left;
  width: 100%;
  font-weight: 100;
  display: inline-block;
  cursor: pointer;
  padding: 10px 50px 10px 12px;
  outline: 0;
  border: 1px solid #8093a2;
  border-radius: 0px;
  background: #ffffff;
  color: #000000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select.form-control-select::-ms-expand {
  display: none;
}
select.form-control-select:hover,
select.form-control-select:focus {
  color: #000000;
  background: #ffffff;
}
select.form-control-select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select_arrow {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
  width: 10px;
  height: 10px;
  margin-left: -30px;
  display: inline-block;
  vertical-align: middle;
}
select:focus ~ .select_arrow {
  border-top-color: #666666;
}
select:disabled ~ .select_arrow {
  border-top-color: #CCCCCC;
}
.center-element {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.vertical-middle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.icon {
  width: 45px;
  height: 45px;
  display: block;
}
.img-overlay-container {
  position: relative;
}
.img-overlay-container .overlay-icon {
  display: none !important;
  z-index: 100;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-overlay-container .overlay-img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000000;
  top: 0;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.img-overlay-container:hover .overlay-img {
  display: block;
}
.img-overlay-container:hover .overlay-icon {
  display: block !important;
}
.img-overlay-container img {
  max-width: 100%;
}
.center-middle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.box-shadow-base {
  -webkit-box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
  box-shadow: 10px 10px 11px -1px rgba(0, 0, 0, 0.16);
}
.i-external-link-red {
  background-image: url("/application/themes/bodmerlab/images/icons/system/red/icon-external-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-eye-red {
  background-image: url("/application/themes/bodmerlab/images/icons/system/red/icon-eye.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-publication-red {
  background-image: url("/application/themes/bodmerlab/images/icons/system/red/icon77-publication.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-manuscript-red {
  background-image: url("/application/themes/bodmerlab/images/icons/system/red/icon-manuscript.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-audio-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-audio.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-external-link-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-external-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-eye-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-eye.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-publication-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-publication.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-manuscript-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-manuscript.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-video-blue {
  background-image: url("/application/themes/bodmerlab/images/icons/system/blue/icon-video.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-external-link-beige {
  background-image: url("/application/themes/bodmerlab/images/icons/system/beige/icon-external-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-eye-beige {
  background-image: url("/application/themes/bodmerlab/images/icons/system/beige/icon-eye.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-publication-beige {
  background-image: url("/application/themes/bodmerlab/images/icons/system/beige/icon-publication.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-manuscript-beige {
  background-image: url("/application/themes/bodmerlab/images/icons/system/beige/icon-manuscript.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-block-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-block.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-empty-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-bookmark-empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-full-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-bookmark-full.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-circle-arrow-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-circle-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-info-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-info.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-list-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-share-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-share.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-next-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-prev-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari 3-8 */
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  /* FF */
}
.i-arrow-up-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* FF */
}
.i-arrow-down-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
}
.i-link-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-download-white {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-block-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-block.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-empty-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-bookmark-empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-full-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-bookmark-full.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-circle-arrow-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-circle-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-info-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-info.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-list-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-share-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-share.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-next-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-prev-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari 3-8 */
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  /* FF */
}
.i-arrow-up-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* FF */
}
.i-arrow-down-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
}
.i-link-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-download-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-email-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-email.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-link-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-download-red {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/red/icon-download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-gray {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/gray/icon-arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-down-gray {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/gray/icon-arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
}
.i-arrow-up-gray {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/gray/icon-arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* FF */
}
.i-arrow-prev-gray {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/gray/icon-arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari 3-8 */
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  /* FF */
}
.i-arrow-next-gray {
  background-image: url("/application/themes/bodmerlab/images/icons/functional/gray/icon-arrow-gray.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-eye {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-eye.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-manuscript {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-manuscript.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-publication {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-publication.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-external-link {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-external-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-video {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-video.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-audio {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-audio.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-empty {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-bookmark-empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-bookmark-full {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-bookmark-full.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-download {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-download.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-email {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-email.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-share {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-share.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-link {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-link.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-close {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-close.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-circle-arrow {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-circle-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-block {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-block.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-list {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-list.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-info {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-info.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-next {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.i-arrow-prev {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  /* IE 9 */
  -webkit-transform: rotate(-180deg);
  /* Safari 3-8 */
  transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  /* FF */
}
.i-arrow-up {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari 3-8 */
  transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  /* FF */
}
.i-arrow-down {
  background-image: url("/application/themes/bodmerlab/images/icons/icon-arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari 3-8 */
  transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  /* FF */
}
.letter-uppercase {
  font-family: 'Utopia Std';
  font-size: 3.78em;
  vertical-align: text-top;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  display: inline-block;
}
.bodmerlab-header {
  min-height: 505px;
  padding-top: 170px !important;
  padding-bottom: 150px !important;
  margin-bottom: 80px;
}
.bodmerlab-header h1 {
  font-size: 3.75em;
  font-family: 'Utopia Std';
  margin-bottom: 40px;
  font-weight: 600;
}
.bodmerlab-header p {
  font-size: 1em;
  font-weight: normal;
  font-weight: 500;
  line-height: 1.5;
}
.bodmerlab-constellations-main {
  margin-bottom: 80px;
}
.bodmerlab-constellations-main p {
  line-height: 1.5;
}
.bodmerlab-constellations-main .letter-uppercase {
  margin-top: -4px;
  margin-bottom: -8px;
}
.bodmerlab-quotes {
  font-style: italic;
  font-size: 2.25em;
  color: #000000;
  line-height: 1.33;
}
.bodmerlab-quotes sub {
  font-family: 'Utopia Std';
  color: #e0caa3;
  font-weight: 400;
  font-size: 0.666em;
  font-style: normal;
  margin-top: 30px;
}
.title-bold {
  font-weight: 600;
  font-size: 1.5em;
  font-family: 'Utopia Std';
  color: #4d4d4d;
}
.image-credits {
  display: block;
  color: #c0c0c0;
  font-size: 14px;
  font-family: 'Fira Sans', sans-serif;
  font-style: italic;
  border-bottom: solid 1px #e6e6e6;
  padding: 5px 0 10px 30px;
  margin-bottom: 10px;
  background: url("/application/themes/bodmerlab/images/icons/icon-info-gray.png") no-repeat left center;
}
.text-highlight {
  display: inline-block;
  padding: 10px;
  border-top: solid 1px #e6e6e6;
  border-bottom: solid 2px #0067c5;
  font-size: 1.5em;
  font-family: 'Fira Sans', sans-serif;
}
.section-title {
  font-size: 3em;
  color: #4d4d4d;
  margin: 52px 0 20px 0;
}
.custom-section-title {
  font-size: 2.25em;
  font-family: 'Utopia Std';
  font-weight: 600;
  color: #4d4d4d;
  line-height: 1;
  margin: 0 0 40px 0;
}
.text-medium-blue {
  font-family: 'Fira Sans', sans-serif;
  font-size: 0.87em;
  color: #0067c5;
}
.text-medium-blue:hover {
  text-decoration: none;
}
.title-article {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 4em;
  color: #4d4d4d;
}
.title-article-medium {
  font-family: 'Utopia Std';
  font-weight: 600;
  font-size: 1.12em;
  color: #4d4d4d;
}
.fancybox-bookmark > icon {
  display: block;
  width: 15px !important;
  height: 15px !important;
  background-image: url("/application/themes/bodmerlab/images/icons/functional/white/icon-bookmark-empty.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: white;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 30%;
  width: 60px;
}
@keyframes fancybox-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.header-no-margin {
  margin: 0 !important;
}
.embeded-video-container {
  margin: 20px 0;
}
.embeded-video-container > * {
  text-align: center;
  display: block;
  margin: 20px auto;
}
@media (max-width: 992px) {
  .constellations-list-container {
    max-width: 490px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .bodmerlab-header {
    padding-left: 20px;
    padding-right: 20px;
    min-height: inherit;
    padding-top: 100px !important;
    padding-bottom: 80px !important;
    margin-bottom: 40px;
  }
  .bodmerlab-header h1 {
    font-size: 2.25em;
    margin-bottom: 20px;
  }
  div.ccm-page .bodmerlab-constellations-main {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 0;
  }
  div.ccm-page .constellations-list-container .constellation-item {
    min-height: inherit;
  }
  div.ccm-page .constellations-list-container .constellation-item .constellation-image {
    height: auto;
    min-height: 70px;
  }
  div.ccm-page .constellations-list-container .constellation-item .constellation-image img {
    max-width: 100%;
    height: auto;
  }
  div.ccm-page .ccm-custom-style-constellationslist {
    padding-bottom: 20px;
  }
  .bodmerlab-quotes {
    font-size: 1.6em;
  }
}
