.node--type-home .block-field-blocknodehometitle {
  display: none;
}
.node--type-home .field--name-body {
  padding: 0;
  width: 100vw;
  margin-left: -20px;
}
@media (min-width: 769px) {
  .node--type-home .field--name-body {
    max-width: 770px;
    width: 100%;
    margin-left: auto;
    padding: 0 25px;
  }
}
.node--type-home .field--name-body div.right {
  background-color: #f2f2f2;
}
.node--type-home .field--name-body div.right .text-container {
  padding: 25px;
}
@media (min-width: 769px) {
  .node--type-home .field--name-body div.right .text-container {
    padding: 0;
  }
}
.node--type-home .field--name-body div.right h2 {
  background-color: #fff;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 4rem 0;
  font-size: 2.4rem;
}
@media (min-width: 769px) {
  .node--type-home .field--name-body div.right h2 {
    font-size: 3.6rem;
    padding: 9rem 0;
  }
}
.node--type-home .field--name-body div.right h2:after {
  display: none;
}
.node--type-home .field--name-body div.right a.button {
  padding: 13px 20px;
  background-color: #79dea8;
  background-image: none;
  color: #1d1d1b;
  font-size: 1.6rem;
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  border: none;
  text-transform: uppercase;
  width: 100%;
  background-size: 201% auto;
  background-image: linear-gradient(to right, #79dea8 50%, #1d1d1b 50%);
  background-position: 0 0;
  transition: all ease 0.4s;
}
.node--type-home .field--name-body div.right a.button:hover,
.node--type-home .field--name-body div.right a.button .active {
  color: #79dea8;
  background-position: -99.59% 0;
}
@media (min-width: 769px) {
  .node--type-home .field--name-body {
    max-width: 100%;
    padding: 0;
  }
  .node--type-home .field--name-body .field__item {
    display: flex;
  }
  .node--type-home .field--name-body .field__item div.left {
    flex: 0 0 50%;
    display: flex;
  }
  .node--type-home .field--name-body .field__item div.left img {
    object-fit: cover;
    width: 100%;
    margin: 0;
  }
  .node--type-home .field--name-body .field__item div.right h2 {
    padding: 4rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .node--type-home .field--name-body .field__item div.right h2 {
    padding: 9rem;
  }
}
@media (min-width: 769px) {
  .node--type-home .field--name-body .field__item div.right div.text {
    padding: 4rem;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .node--type-home .field--name-body .field__item div.right div.text {
    padding: 9rem;
  }
}
.node--type-home .layout--twocol-section--50-50 {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: nowrap;
  background-color: #cccccc;
  margin-top: 20px;
}
@media (min-width: 769px) {
  .node--type-home .layout--twocol-section--50-50 {
    flex-direction: row;
    margin-top: 0;
  }
}
.node--type-home .layout--twocol-section--50-50 .layout__region--first {
  flex: none;
  width: 100%;
}
@media (min-width: 769px) {
  .node--type-home .layout--twocol-section--50-50 .layout__region--first {
    flex: none;
    width: 39%;
  }
}
.node--type-home .layout--twocol-section--50-50 .layout__region--second {
  background-color: white;
  flex: none;
  width: 100%;
}
@media (min-width: 769px) {
  .node--type-home .layout--twocol-section--50-50 .layout__region--second {
    flex: none;
    width: calc(61% + 1px);
  }
}
.node--type-home .layout--twocol-section--50-50 .view-list-3-by-3 .node.node--view-mode-teaser {
  max-width: 50%;
}
@media (min-width: 769px) {
  .node--type-home .layout--twocol-section--50-50 .view-list-3-by-3 .node.node--view-mode-teaser {
    max-width: 33.333333%;
  }
}
.node--type-home .layout--threecol-section--33-34-33 {
  justify-content: space-between;
}
.node--type-home .node--type-member-news .node__content {
  padding: 40px;
}
.node--type-home .node--type-member-news .date-container {
  flex: none;
  margin: 0;
  float: none;
  position: relative;
  display: flex;
  flex-direction: row;
}
.node--type-home .node--type-member.node--view-mode-teaser .field--name-field-election-date, .node--type-home .node--type-member.node--view-mode-teaser .field--name-field-predecessor {
  display: none !important;
}
.node--type-home .block-block-content {
  background-color: #f2f2f2;
}
.node--type-home .block-block-content h2 {
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  text-align: center;
  margin: 0;
  width: 100%;
  padding: 4rem 0;
  background-color: white;
  font-size: 2.4rem;
}
.node--type-home .block-block-content h2:after {
  display: none;
}
@media (min-width: 769px) {
  .node--type-home .block-block-content h2 {
    font-size: 3.6rem;
    padding: 9rem 0;
    width: 67%;
  }
}
.node--type-home .layout--threecol-section .layout__region--first {
  background-color: #f2f2f2;
}
.node--type-home .layout--threecol-section .layout__region--first * {
  height: 100%;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link {
  width: 100%;
  height: 100%;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link * {
  height: initial;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: calc(100% - 80px);
  padding: 40px;
  background-color: #fff;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link .text .title {
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-size: 1.8rem;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link a.button {
  position: relative;
  padding: 15px 20px;
  background-color: #79dea8;
  background-image: none;
  color: #1d1d1b;
  font-size: 1.6rem;
  font-family: "SangBleuEmpire";
  -webkit-font-smoothing: auto;
  font-weight: normal;
  border: none;
  width: 100%;
  background-size: 201% auto;
  background-image: linear-gradient(to right, #79dea8 50%, #1d1d1b 50%);
  background-position: 0 0;
  transition: all ease 0.4s;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link a.button:hover,
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link a.button .active {
  color: #79dea8;
  background-position: -99.59% 0;
}
.node--type-home .layout--threecol-section .layout__region--first .block-content--facebook-link a.button:before {
  position: absolute;
  display: block;
  content: "\ea90";
  font-family: "icomoon";
  height: 16px;
  line-height: 1.4;
  left: calc(50% - 50px);
}
.node--type-home .layout--threecol-section .layout__region--first .region__layout, .node--type-home .layout--threecol-section .layout, .node--type-home .layout--threecol-section .block-block-content {
  height: 100%;
}
.node--type-home .layout--threecol-section .layout__region--third {
  padding: 40px 40px 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #ccc;
}
.node--type-home .layout--threecol-section .layout__region--third iframe {
  width: calc(100vw - 40px) !important;
}
@media (min-width: 769px) {
  .node--type-home .layout--threecol-section .layout__region--third iframe {
    width: 100% !important;
  }
}