/************************************************************
 *
 * Global styles
 *
 ************************************************************/
.paragraph img {
  width: 100%;
  height: auto;
  display: block;
}
.field--name-field-content > div:nth-child(odd) > div {
  margin-top: 90px;
  margin-bottom: 90px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 1605px) {
  .field--name-field-content > div:nth-child(odd) > div {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
@media (max-width: 1210px) {
  .field--name-field-content > div:nth-child(odd) > div {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .field--name-field-content > div:nth-child(odd) > div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.field--name-field-content > div:nth-child(even) > div {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: #f6f8fa;
}
@media (max-width: 1605px) {
  .field--name-field-content > div:nth-child(even) > div {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  .field--name-field-content > div:nth-child(even) > div {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .field--name-field-content > div:nth-child(even) > div {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
article[data-background="molecules"] .field--name-field-content > div:first-child > div {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../images/bg-molecule.svg) no-repeat;
  background-size: cover;
}
@media (max-width: 1605px) {
  article[data-background="molecules"] .field--name-field-content > div:first-child > div {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  article[data-background="molecules"] .field--name-field-content > div:first-child > div {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  article[data-background="molecules"] .field--name-field-content > div:first-child > div {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.field--name-field-paragraph-text {
  font-size: 1.125em;
}
/************************************************************
 *
 * Text
 *
 ************************************************************/
.paragraph--type--text .field--name-field-paragraph-text {
  max-width: 75%;
}
@media (max-width: 767px) {
  .paragraph--type--text .field--name-field-paragraph-text {
    width: 100%;
    max-width: 100%;
  }
}
/************************************************************
 *
 * Text + image
 *
 ************************************************************/
.paragraph--type--text-and-image .content-wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image .content-wrapper {
    display: block;
  }
}
.paragraph--type--text-and-image .content-wrapper .image {
  width: 25%;
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image .content-wrapper .image {
    width: 100%;
  }
}
.paragraph--type--text-and-image .content-wrapper .text {
  width: 75%;
  box-sizing: border-box;
  padding-right: 40px;
}
.paragraph--type--text-and-image .content-wrapper .text .field--name-field-paragraph-text {
  max-width: 650px;
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image .content-wrapper .text {
    padding-right: 0;
    width: 100%;
  }
}
.paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .text,
.paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image {
  width: 50%;
}
@media (max-width: 1210px) {
  .paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .text {
    width: 65%;
  }
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .text {
    width: 100%;
  }
}
.paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image {
  position: absolute;
  top: -140px;
  right: 0;
}
@media (max-width: 1605px) {
  .paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image {
    top: -105px;
  }
}
@media (max-width: 1210px) {
  .paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image {
    width: 35%;
    top: -70px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image {
    position: relative;
    width: 100%;
    top: 15px;
  }
}
.paragraph--type--text-and-image .content-wrapper[data-layout="image_indent"] .image img {
  box-shadow: 0px 2px 44px 0 rgba(0, 0, 0, 0.2);
}
.paragraph--type--text-and-image.paragraph-background-red {
  background-color: #c72127 !important;
  color: white;
}
.paragraph--type--text-and-image.paragraph-background-red h3 {
  color: white;
}
.paragraph--type--text-and-image.paragraph-background-red h3:after {
  background-color: black;
}
.paragraph--type--text-and-image.paragraph-background-red h1,
.paragraph--type--text-and-image.paragraph-background-red h2,
.paragraph--type--text-and-image.paragraph-background-red h4,
.paragraph--type--text-and-image.paragraph-background-red h5 {
  color: black;
}
.paragraph--type--text-and-image.paragraph-background-red h1:after,
.paragraph--type--text-and-image.paragraph-background-red h2:after,
.paragraph--type--text-and-image.paragraph-background-red h4:after,
.paragraph--type--text-and-image.paragraph-background-red h5:after {
  background-color: black;
}
.paragraph--type--text-and-image.paragraph-background-red .content-wrapper[data-layout="image_inline"] {
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph--type--text-and-image.paragraph-background-red .content-wrapper[data-layout="image_inline"] {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1210px) {
  .paragraph--type--text-and-image.paragraph-background-red .content-wrapper[data-layout="image_inline"] {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--type--text-and-image.paragraph-background-red .content-wrapper[data-layout="image_inline"] {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/************************************************************
 *
 * Program
 *
 ************************************************************/
.paragraph--type--day {
  margin-top: 40px;
}
.paragraph--type--day strong.date {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
}
.paragraph--type--day .field--name-field-programme-item {
  margin-top: 20px;
}
.paragraph--type--programme-item {
  position: relative;
  background: #c72127;
  border-radius: 5px;
  color: white;
  margin-bottom: 5px;
  padding: 20px;
  box-sizing: border-box;
}
.paragraph--type--programme-item[data-description="expandable"] {
  cursor: pointer;
}
.paragraph--type--programme-item[data-description="expandable"]:after,
.paragraph--type--programme-item[data-description="expandable"]:before {
  content: '';
  width: 12px;
  height: 3px;
  background: white;
  position: absolute;
  right: 25px;
  top: 30px;
}
.paragraph--type--programme-item[data-description="expandable"]:before {
  transform: rotate(90deg);
  transition: 150ms;
}
.paragraph--type--programme-item[data-description="expandable"]:hover {
  background: #b2202a;
}
.paragraph--type--programme-item[data-description="expandable"].expanded .field--name-field-description {
  max-height: 500px;
}
.paragraph--type--programme-item[data-description="expandable"].expanded:before {
  transform: rotate(180deg);
}
.paragraph--type--programme-item .field--name-field-timeslot {
  display: inline-block;
  font-size: 1.125em;
  color: white;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .paragraph--type--programme-item .field--name-field-timeslot {
    width: 100%;
  }
}
.paragraph--type--programme-item .field--name-field-activity {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  color: white;
}
.paragraph--type--programme-item .field--name-field-description {
  max-height: 0;
  overflow: hidden;
  transition: 150ms;
}
.paragraph--type--programme-item .field--name-field-description a {
  color: white;
}
.paragraph--type--programme-item .field--name-field-description p:first-child {
  padding-top: 10px;
}
.paragraph--type--programme-item .field--name-field-description p:last-child {
  margin: 0;
}
/************************************************************
 *
 * People paragraph
 *
 ************************************************************/
.paragraph--type--people .field--name-field-person {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -1.5% 0;
}
.paragraph--type--people .field--name-field-person > .field__item {
  width: 30.3333%;
  margin: 0 1.5% 40px;
}
@media (max-width: 1210px) {
  .paragraph--type--people .field--name-field-person > .field__item {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--people .field--name-field-person > .field__item {
    width: 47%;
    margin-bottom: 10px;
  }
}
.paragraph--type--people .field--name-field-person h4 {
  position: relative;
  padding-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  color: black;
}
.paragraph--type--people .field--name-field-person h4:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 6px;
  background: #c72127;
  left: 0;
  bottom: 0;
}
@media (max-width: 1605px) {
  .paragraph--type--people .field--name-field-person h4:after {
    width: 34px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--people .field--name-field-person h4:after {
    width: 19px;
    height: 3px;
  }
}
.paragraph--type--people .field--name-field-person h6 {
  margin-top: 20px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 0.75em;
  text-transform: uppercase;
  color: #9B9B9B;
}
@media (max-width: 767px) {
  .paragraph--type--people .field--name-field-person h6 {
    margin-top: 5px;
    line-height: 1em;
    margin-bottom: 2.5px;
  }
}
/************************************************************
 *
 * Team overview
 *
 ************************************************************/
.paragraph--type--team-overview .field--name-field-description p:first-child {
  font-size: 1.125em;
}
.paragraph--type--team-overview .views-element-container {
  padding-top: 60px;
}
@media (max-width: 1210px) {
  .paragraph--type--team-overview .views-element-container {
    padding-top: 20px;
  }
}
.paragraph--type--team-overview .views-element-container > div {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5%;
}
@media (max-width: 767px) {
  .paragraph--type--team-overview .views-element-container > div {
    margin: 0;
  }
}
.paragraph--type--team-overview .views-element-container > div .views-row {
  width: 30.33%;
  margin: 0 1.5% 40px;
}
@media (max-width: 767px) {
  .paragraph--type--team-overview .views-element-container > div .views-row {
    width: 100%;
    margin: 0 0 30px 0;
  }
}
.paragraph--type--team-overview .views-element-container > div .views-row .node--type-team h3 {
  font-size: 1.25em;
  padding-bottom: 15px;
}
.paragraph--type--team-overview .views-element-container > div .views-row .node--type-team h5 {
  font-size: 0.75em;
  margin-top: 15px;
}
.paragraph--type--team-overview .views-element-container > div .views-row .node--type-team .field--name-field-content-image {
  overflow: hidden;
}
.paragraph--type--team-overview .views-element-container > div .views-row .node--type-team .field--name-field-content-image img {
  display: block;
  width: 100%;
  height: auto;
  transition: 150ms;
  filter: blur(0);
  -webkit-filter: blur(0);
}
.paragraph--type--team-overview .views-element-container > div .views-row .node--type-team .field--name-field-content-image img:hover {
  transform: scale(1.2) rotate(1deg);
}
/************************************************************
 *
 * Contact
 *
 ************************************************************/
.paragraph--type--contact .field--name-field-contact-column {
  display: flex;
}
@media (max-width: 767px) {
  .paragraph--type--contact .field--name-field-contact-column {
    flex-wrap: wrap;
  }
}
.paragraph--type--contact .field--name-field-contact-column .field__item {
  width: 22%;
}
@media (max-width: 767px) {
  .paragraph--type--contact .field--name-field-contact-column .field__item {
    width: 50%;
  }
}
.paragraph--type--contact .field--name-field-contact-column .field__item:first-child {
  width: 34%;
}
@media (max-width: 767px) {
  .paragraph--type--contact .field--name-field-contact-column .field__item:first-child {
    width: 100%;
  }
}
/*# sourceMappingURL=paragraphs.css.map */