/* l1 = 1 shade lighter */
/* l2 = 2 shades lighter */
/* l3 = 3 shades lighter */
/* l4 = 4 shades lighter */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: visible;
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
  border: none;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #111;
}

#cboxLoadedContent {
  margin-bottom: 0;
}

#cboxContent {
  overflow: visible;
}

#colorbox:focus {
  outline: none;
}
#colorbox #cboxPrevious {
  background: transparent;
  position: absolute;
  top: 50%;
  left: -80px;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxPrevious:before {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxPrevious:after {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxPrevious:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxPrevious {
    left: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxPrevious:before, #colorbox #cboxPrevious:after {
    width: 33px;
  }
}
#colorbox #cboxNext {
  background: transparent;
  position: absolute;
  top: 50%;
  right: -80px;
  left: auto;
  margin-top: -32px;
  width: 32px;
  height: 64px;
  text-indent: -9999px;
}
#colorbox #cboxNext:before, #colorbox #cboxNext:after {
  content: '';
  position: absolute;
  width: 45px;
  height: 4px;
  background: #fff;
  border-radius: 99px;
}
#colorbox #cboxNext:before {
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
#colorbox #cboxNext:after {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
}
#colorbox #cboxNext:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxNext {
    right: -35px;
    width: 24px;
    height: 48px;
    margin-top: -24px;
  }
  #colorbox #cboxNext:before, #colorbox #cboxNext:after {
    width: 33px;
  }
}
#colorbox #cboxClose {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -80px;
  cursor: pointer;
  padding: 10px;
  background: transparent;
  text-indent: -9999px;
}
#colorbox #cboxClose:before, #colorbox #cboxClose:after {
  content: '';
  position: absolute;
  width: 48px;
  height: 4px;
  border-radius: 99px;
  background: #fff;
}
#colorbox #cboxClose:before {
  top: 2px;
  right: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
#colorbox #cboxClose:after {
  bottom: 2px;
  right: 4px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
      -ms-transform-origin: bottom right;
          transform-origin: bottom right;
}
#colorbox #cboxClose:focus {
  outline: none;
}
@media only screen and (max-width: 900px) {
  #colorbox #cboxClose {
    right: 0;
    top: -60px;
  }
}
#colorbox #cboxCurrent {
  text-indent: -9999px;
}
#colorbox #cboxContent {
  background: #fff;
}

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.left-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-right: solid 1px #2b2b2b;
  left: 0;
}

.right-small {
  width: 45px;
  height: 45px;
  position: absolute;
  top: 0;
  border-left: solid 1px #2b2b2b;
  right: 0;
}

.menu-icon {
  text-indent: 35px;
  width: 45px;
  height: 45px;
  display: block;
  padding: 0;
  color: #000;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -8px;
  left: 14.5px;
  -webkit-box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
          box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
  width: 16px;
}
.menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
          box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1001;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  background: #bbb;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 10px 15px;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #404040;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #3c3c3c;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
          transform: translate3d(250px, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
          transform: translate3d(-250px, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 992px) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}
.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #555;
  z-index: 1002;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 15px;
  color: #ddd;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #c5c5c5;
  border-bottom: none;
}
.right-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

a {
  color: #721E6F;
}
a:hover, a:focus, a:active {
  color: #350e34;
}

h3 {
  margin-top: 0;
}

h2 {
  margin-bottom: 0;
}

.background-primary {
  background: #721E6F;
  color: #fff;
}
.background-primary h1,
.background-primary h2,
.background-primary h3,
.background-primary h4,
.background-primary p,
.background-primary span,
.background-primary li,
.background-primary legend {
  color: inherit;
}
.background-primary a:not(.btn) {
  color: #fff;
}
.background-primary .btn-primary {
  background: #4a1348;
}
.background-primary .btn-primary:hover, .background-primary .btn-primary:active, .background-primary .btn-primary:focus, .background-primary .btn-primary:active:hover, .background-primary .btn-primary:active:focus {
  background: #350e34;
}
.background-primary .btn-primary[disabled], .background-primary .btn-primary[disabled]:hover {
  background: #9a2996;
}
.layout-builder .background-primary .layout-builder-block:hover {
  outline-color: #fff;
}
.background-secondary {
  color: #000;
  background: #F4C96E;
}
.background-white {
  color: #000;
  background: #fff;
}
.background-grey {
  color: #000;
  background: #CCC;
}

body {
  background-color: #FDF4E2;
}

p.lead {
  font-weight: 300;
  font-size: 20px;
  color: #666;
  text-align: center;
  margin-bottom: 0;
}

.btn {
  white-space: normal;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 16px;
  padding: 12px 24px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 500 !important;
  line-height: 1.4;
}

.accordion .panel, .accordion .panel-primary,
.az-accordion .panel,
.az-accordion .panel-primary,
.panel-group .panel,
.panel-group .panel-primary {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
  background: transparent;
}
.accordion .panel > .panel-heading, .accordion .panel-primary > .panel-heading,
.az-accordion .panel > .panel-heading,
.az-accordion .panel-primary > .panel-heading,
.panel-group .panel > .panel-heading,
.panel-group .panel-primary > .panel-heading {
  background: transparent;
  padding: 0;
}
.accordion .panel > .panel-heading h4, .accordion .panel-primary > .panel-heading h4,
.accordion .panel > .panel-heading .panel-title,
.accordion .panel-primary > .panel-heading .panel-title,
.az-accordion .panel > .panel-heading h4,
.az-accordion .panel-primary > .panel-heading h4,
.az-accordion .panel > .panel-heading .panel-title,
.az-accordion .panel-primary > .panel-heading .panel-title,
.panel-group .panel > .panel-heading h4,
.panel-group .panel-primary > .panel-heading h4,
.panel-group .panel > .panel-heading .panel-title,
.panel-group .panel-primary > .panel-heading .panel-title {
  font-size: 20px;
}
.accordion .panel > .panel-heading a, .accordion .panel-primary > .panel-heading a,
.az-accordion .panel > .panel-heading a,
.az-accordion .panel-primary > .panel-heading a,
.panel-group .panel > .panel-heading a,
.panel-group .panel-primary > .panel-heading a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 60px;
  padding-left: 0;
  color: #721E6F;
  border-bottom: 1px solid #CCC;
  font-size: 18px;
}
.accordion .panel > .panel-heading a:after, .accordion .panel-primary > .panel-heading a:after,
.az-accordion .panel > .panel-heading a:after,
.az-accordion .panel-primary > .panel-heading a:after,
.panel-group .panel > .panel-heading a:after,
.panel-group .panel-primary > .panel-heading a:after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow.svg");
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  right: 20px;
  top: 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.accordion .panel > .panel-heading a[aria-expanded="true"]:after, .accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel > .panel-heading a[aria-expanded="true"]:after,
.az-accordion .panel-primary > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel > .panel-heading a[aria-expanded="true"]:after,
.panel-group .panel-primary > .panel-heading a[aria-expanded="true"]:after {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.accordion .panel > .panel-heading a:hover, .accordion .panel-primary > .panel-heading a:hover,
.az-accordion .panel > .panel-heading a:hover,
.az-accordion .panel-primary > .panel-heading a:hover,
.panel-group .panel > .panel-heading a:hover,
.panel-group .panel-primary > .panel-heading a:hover {
  color: #F4C96E;
}
.accordion .panel > .panel-heading + .panel-collapse .panel-body, .accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel > .panel-heading + .panel-collapse .panel-body,
.az-accordion .panel-primary > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel > .panel-heading + .panel-collapse .panel-body,
.panel-group .panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  background: transparent;
}
.accordion .panel .panel-body, .accordion .panel-primary .panel-body,
.az-accordion .panel .panel-body,
.az-accordion .panel-primary .panel-body,
.panel-group .panel .panel-body,
.panel-group .panel-primary .panel-body {
  padding: 75px 60px 75px 60px;
}
.accordion .panel .panel-body > div, .accordion .panel-primary .panel-body > div,
.az-accordion .panel .panel-body > div,
.az-accordion .panel-primary .panel-body > div,
.panel-group .panel .panel-body > div,
.panel-group .panel-primary .panel-body > div {
  max-width: 720px;
  margin: 0 auto;
}
.accordion .panel .btn, .accordion .panel-primary .btn,
.az-accordion .panel .btn,
.az-accordion .panel-primary .btn,
.panel-group .panel .btn,
.panel-group .panel-primary .btn {
  font-size: 12px;
}

.block-vb-lb-anchor-links .item-list {
  background: #721E6F;
  border-radius: 6px;
}
.block-vb-lb-anchor-links .nav-tabs {
  border-bottom: 1px solid #CCC;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs {
    border: none;
  }
}
@media only screen and (min-width: 992px) {
  .block-vb-lb-anchor-links .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-vb-lb-anchor-links .nav-tabs li {
    width: 25%;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li {
  position: relative;
  top: 1px;
  padding: 15px 30px;
  border-radius: 6px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .block-vb-lb-anchor-links .nav-tabs > li {
    width: 100%;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li:hover {
  background-color: #5D1D5A;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li {
    border-bottom: none;
    top: 0;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li a {
  color: #fff;
  background-color: transparent;
  font-family: "Roboto Slab", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-transform: none;
  text-align: center;
}
.block-vb-lb-anchor-links .nav-tabs > li.active {
  border-bottom: 4px solid #721E6F;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs > li.active {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li.active a {
  color: #721E6F;
}
.block-vb-share {
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.block-vb-share .block-title {
  display: none;
}
.block-vb-share .share__link {
  z-index: 3;
}
.block-vb-share:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #CCC;
  display: block;
  position: absolute;
  bottom: 15px;
  z-index: -2;
}
.block-vb-share:before {
  content: '';
  width: 200px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.block-footer-block-nl, .block-footer-block-fr {
  background-color: #721E6F;
  border-radius: 6px;
  margin-top: 30px;
}
.block-footer-block-nl h1,
.block-footer-block-nl h2,
.block-footer-block-nl h3,
.block-footer-block-nl h4,
.block-footer-block-nl p,
.block-footer-block-nl a, .block-footer-block-fr h1,
.block-footer-block-fr h2,
.block-footer-block-fr h3,
.block-footer-block-fr h4,
.block-footer-block-fr p,
.block-footer-block-fr a {
  color: #fff;
}
.block-footer-block-nl h2,
.block-footer-block-nl h3,
.block-footer-block-nl h4, .block-footer-block-fr h2,
.block-footer-block-fr h3,
.block-footer-block-fr h4 {
  margin: 0;
}
.block-footer-block-nl > div, .block-footer-block-fr > div {
  padding: 50px;
}
.block-footer-block-nl > div .footer-block-logo, .block-footer-block-fr > div .footer-block-logo {
  width: 100px;
  height: 66px;
  display: block;
  background-image: url("../images/logo.png");
  background-size: contain;
  margin-bottom: 20px;
}
@media only screen and (max-width: 991px) {
  .block-footer-block-nl > div .footer-block-logo, .block-footer-block-fr > div .footer-block-logo {
    margin-left: auto;
    margin-right: auto;
  }
}
.block-footer-block-nl > div .footer-block-right, .block-footer-block-fr > div .footer-block-right {
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .block-footer-block-nl > div .footer-block-right, .block-footer-block-fr > div .footer-block-right {
    margin-top: 30px;
    text-align: center;
  }
}
@media only screen and (max-width: 991px) {
  .block-footer-block-nl > div .footer-block-left, .block-footer-block-fr > div .footer-block-left {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .block-footer-block-nl > div, .block-footer-block-fr > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .block-footer-block-nl > div .footer-block-left,
  .block-footer-block-nl > div .footer-block-right, .block-footer-block-fr > div .footer-block-left,
  .block-footer-block-fr > div .footer-block-right {
    width: 50%;
  }
}
.block-footer-legal a {
  text-decoration: underline;
}
.block-footer-legal a:hover {
  text-decoration: none;
}
.block-block-kiezenvd24-doormatblock > div[class*="block"] {
  background-color: #fff;
  border-radius: 6px;
  padding: 40px;
  margin-top: 10px;
}
.block-block-kiezenvd24-doormatblock > div[class*="block"] > div {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.block-block-kiezenvd24-doormatblock > div[class*="block"] > div:before {
  content: '';
  display: block;
  width: 100px;
  height: 65px;
  background-image: url("../images/logo-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.block-block-kiezenvd24-doormatblock > div[class*="block"] > div .btn {
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .block-block-kiezenvd24-doormatblock > div[class*="block"] > div .btn {
    margin-bottom: 0;
  }
}
.block-social-sharing {
  margin-top: 30px;
  left: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.block-social-sharing:before, .block-social-sharing:after {
  content: none;
}
@media only screen and (min-width: 992px) {
  .block-social-sharing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.block-social-sharing .block-title {
  display: block;
  width: 100%;
  margin-top: 50px;
}
.block-social-sharing .share__link {
  font-size: 16px;
  font-weight: 500;
  text-indent: 0;
  width: auto;
  height: auto;
  background-position: 30px;
  padding: 15px 40px;
  color: #fff;
  border-radius: 5px;
  padding-left: 70px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .block-social-sharing .share__link {
    width: 25%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.block-social-sharing .share__link--facebook {
  background-color: #3B5998;
}
.block-social-sharing .share__link--twitter {
  background-color: #000000;
}
.block-social-sharing .share__link--linkedin {
  background-color: #0E76A8;
}

.breadcrumb {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #ECE0C7;
  padding: 8px 16px;
  border-radius: 6px;
}
.breadcrumb > li {
  color: #000;
  display: inline;
  font-size: 16px;
  font-weight: 400;
}
.breadcrumb > li a {
  color: #721E6F;
  text-decoration: underline;
}
.breadcrumb > li + li:before {
  content: '';
  background-image: url("../images/breadcrumb.svg");
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}

.btn-default {
  background: #F4C96E;
  color: #fff;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #4a1348;
  color: #fff;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background: #f8db9d;
  color: #fff;
}
.btn-secondary {
  border: 1px solid #DDC3D9;
  border-radius: 5px;
  color: #000;
  text-decoration: none !important;
  text-transform: none;
}
.btn-secondary:hover {
  background-color: #DDC3D9;
}
.btn-primary, .btn-success {
  background: #721E6F;
  color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:hover, .btn-success:active:focus {
  background: #4a1348;
  color: #fff;
}
.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-success[disabled], .btn-success[disabled]:hover {
  background: #9a2996;
  color: #fff;
}
.btn-info {
  background: #eee;
  color: #000;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-info:active:focus {
  background: #d5d5d5;
  color: #000;
}
.btn-info[disabled], .btn-info[disabled]:hover {
  background: #eee;
  color: #999;
}
.btn-link {
  background: #fff;
  color: #000;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: #fff;
  color: #721E6F;
  text-decoration: none;
}
.btn-lg {
  font-size: 18px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 13px;
}

.candidate-priority {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
}
.candidate-priority__answer {
  border-radius: 4px;
  color: #fff;
  padding: 2px 4px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .candidate-priority__answer {
    padding: 2px 12px;
    font-size: 12px;
  }
}
.candidate-priority__answer--favourable {
  background-color: #28C181;
}
.candidate-priority__answer--unfavourable {
  background-color: #B42318;
}
.candidate-priority__answer--abstention {
  background-color: #AAAAAA;
}

.card__readmore {
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
}
.card__text {
  color: #000;
}
.card__title {
  margin-top: 20px !important;
}
.background-grey .card, .background-primary .card, .background-secondary .card {
  padding: 30px;
  background-color: #fff;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .background-grey .card, .background-primary .card, .background-secondary .card {
    padding: 30px 30px 75px 30px;
  }
}

.container {
  max-width: 1140px;
}
.container--medium {
  max-width: 960px;
}
.container--small {
  max-width: 800px;
}
.col-md-9 .container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.copyright {
  background: #721E6F;
  color: #fff;
  font-size: 14px;
}
.copyright a {
  color: #fff;
}
.copyright a:hover, .copyright a:active, .copyright a:focus, .copyright a:hover:active {
  color: #fff;
  text-decoration: underline;
}

.counter {
  height: 100%;
}
.counter__content {
  padding: 30px;
}

.cta {
  text-align: center;
  background: #F4C96E;
  color: #fff;
}
.cta a:not(.btn) {
  color: #721E6F;
}
.cta__title {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .cta {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .cta {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cta__body {
  font-size: 15px;
  margin-bottom: 0;
}
.cta__body p {
  font-size: inherit;
}
.cta__link {
  margin-top: 20px;
}
.region-content-bottom .cta {
  background: transparent;
}

.error-page {
  background: #f0f0f0;
  text-align: center;
}
.error-page .container {
  padding: 30px;
  margin-top: 60px;
  border: 1px solid #ccc;
  background: #fff;
}
.error-page__logo {
  width: 300px;
  height: 150px;
  margin: 30px auto;
  background: url(/themes/custom/vb_subtheme/kiezenvd24/logo.svg) no-repeat center center/contain;
}
.error-page .invisible {
  display: none;
}

.views-exposed-form .form--inline > .form-item {
  margin: 0;
}
.views-exposed-form .form--inline > .form-item.fieldgroup {
  float: none;
  margin: 0;
}
.views-exposed-form .form--inline .form-radios .form-radio {
  display: none;
}
.views-exposed-form .form--inline .form-radios .form-radio:checked + .control-label {
  background: #721E6F;
  border-color: #721E6F;
  color: #fff;
}
.views-exposed-form .form--inline .form-radios .control-label {
  display: block;
  background: #CCC;
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .views-exposed-form .form--inline .form-radios .control-label {
    width: auto;
  }
}
.views-exposed-form .form--inline .form-radios .control-label:before, .views-exposed-form .form--inline .form-radios .control-label:after {
  content: none;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio {
  display: inline-block;
  margin: 0 10px 0 0;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio:last-child {
  margin-right: 0;
}

.file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: inherit;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  border-bottom: 1px solid #757575;
  padding-bottom: 10px;
  position: relative;
  background-size: 36px;
}
.file:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
}
.paragraph--background-secondary .file {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23F4C96E%22%20d%3D%22M20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-3.6l4.2%204.2h-3.7c-.3%200-.5-.2-.5-.5v-3.7zm-11%2020.2v-21h9v4.5c0%201.4%201.1%202.5%202.5%202.5h4.5v14h-16z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
}
.file--application-pdf {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23757575%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-secondary .file--application-pdf {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-secondary .file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.paragraph--background-primary .file--application-pdf:hover {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2222%22%20height%3D%2227%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2022%2027%22%3E%3Cpath%20fill%3D%22%23F4C96E%22%20d%3D%22M12.9%2017.5c-.4-.3-.8-.7-1.2-1.2-.3-.3-.6-.8-.9-1.3.5-1.8.8-3.5.2-4.3-.2-.4-.6-.6-1.1-.6-.6%200-1%20.2-1.2.7-.4%201%20.2%202.8%201%204.3-.2.7-.5%201.5-.8%202.3l-.6%201.4c-2.3.9-3.6%201.9-3.8%202.8-.1.4.1.8.4%201.1.2.2.5.3.7.3h.4c1.1-.3%202.2-1.8%203-3.4.5-.2%201.1-.4%201.7-.6.7-.2%201.4-.4%202-.5%201.1.9%202%201.3%202.8%201.3.6%200%201.1-.2%201.5-.6.6-.6.4-1.1.3-1.3-.6-.7-2.1-.8-4.4-.4zm-7.2%204.5h-.2c-.1-.1-.1-.1-.1-.2.1-.3.7-.9%202.1-1.6-.7%201-1.4%201.7-1.8%201.8zm3.9-10.8c0-.1.1-.1.3-.1.2%200%20.3.1.3.1.2.4.2%201.3-.1%202.5-.4-1.1-.7-2.1-.5-2.5zm.8%206.9c-.3.1-.6.2-.8.2.1-.2.2-.4.2-.6l.6-1.6c.2.3.4.6.6.8l.7.8c-.4.1-.8.2-1.3.4zm5.8.5c-.2.2-.4.3-.7.3-.4%200-.9-.2-1.5-.6%201.6-.2%202.5-.1%202.2.3zM20.4%207.4l-5.8-5.8c-.4-.4-.9-.6-1.4-.6h-10.2c-1.1%200-2%20.9-2%202v21c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2v-15.2c0-.5-.2-1-.6-1.4zm-6.4-5l5.6%205.6h-4.6c-.6%200-1-.4-1-1v-4.6zm6%2021.6c0%20.6-.4%201-1%201h-16c-.6%200-1-.4-1-1v-21c0-.6.4-1%201-1h10v5c0%201.1.9%202%202%202h5v15z%22%2F%3E%3C%2Fsvg%3E") no-repeat 0 25px/44px 54px;
  background-size: 36px;
}
.file__link {
  padding: 20px 0 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  width: 100%;
  color: inherit;
  text-decoration: none;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .file__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.file__link:hover {
  text-decoration: none;
  color: inherit;
}
.file__label, .file__size {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover .file__label, a:hover .file__size {
  color: #721E6F;
}
.paragraph--background-primary a:hover .file__label, .paragraph--background-primary a:hover .file__size {
  color: #F4C96E;
}
.file__label {
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.file__size {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  margin-right: 20px;
}
.file__download {
  position: relative;
  background-color: #721E6F;
  color: #fff;
}
.file__download:hover {
  background-color: #5D1D5A;
  color: #fff;
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
.form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
}
.panel .form-control, .panel-primary .form-control {
  border: none;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::-moz-placeholder {
  opacity: 1;
  color: #000 !important;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::-ms-input-placeholder {
  opacity: 1;
  color: #000 !important;
}

::placeholder {
  opacity: 1;
  color: #000 !important;
}

.form-item > label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.form-item > label.option {
  color: #000;
  text-transform: none;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.paragraph--background-secondary .form-item > label.option {
  color: #fff;
}
.form-item.form-type-checkbox, .form-item.form-type-radio {
  margin-top: 30px;
}
.fieldgroup .form-item.form-type-checkbox:first-child, .fieldgroup .form-item.form-type-radio:first-child {
  margin-top: 20px;
}
.form-item.form-type-checkbox input, .form-item.form-type-radio input {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  margin: 0;
}
.form-item.form-type-checkbox input:checked + label:after, .form-item.form-type-radio input:checked + label:after {
  display: block;
}
.form-item.form-type-checkbox label, .form-item.form-type-radio label {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  padding-left: 40px;
  min-height: 30px;
}
.form-item.form-type-checkbox label:before, .form-item.form-type-radio label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #CCC;
  background: #fff;
}
.form-item.form-type-checkbox label:after, .form-item.form-type-radio label:after {
  content: '';
  display: none;
  position: absolute;
}
.form-item.form-type-checkbox + .form-type-checkbox {
  margin-top: 10px;
}
.form-item.form-type-checkbox label:after {
  width: 20px;
  height: 20px;
  left: 5px;
  top: 5px;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpolyline%20fill%3D%22none%22%20stroke%3D%22%23F4C96E%22%20stroke-width%3D%224%22%20stroke-linejoin%3D%22round%22%20points%3D%223%2C10%208%2C15%2017%2C6%20%22%2F%3E%3C%2Fsvg%3E");
}
.form-item.form-type-radio + .form-type-radio {
  margin-top: 20px;
}
.form-item.form-type-radio label:before {
  border-radius: 99px;
}
.form-item.form-type-radio label:after {
  width: 16px;
  height: 16px;
  left: 7px;
  top: 7px;
  border-radius: 99px;
  background: #F4C96E;
}

select,
select.form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-position: center right 15px;
  background-position-y: 20px;
  background-color: #fff;
  padding-right: 30px;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-subscribtion-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.webform-submission-newsletter-subscribtion-form .has-required-fields {
  display: none;
}
.webform-submission-newsletter-subscribtion-form .form-type-webform-markup {
  min-width: 500px;
  margin-left: auto;
  margin-right: 0;
}
.webform-submission-newsletter-subscribtion-form .form-type-webform-markup h3 {
  font-size: 30px;
  margin-top: 10px;
  letter-spacing: 0;
  font-weight: 600;
}
.webform-submission-newsletter-subscribtion-form .form-type-email {
  max-width: 295px;
}
@media only screen and (max-width: 991px) {
  .webform-submission-newsletter-subscribtion-form .form-type-email {
    width: 100%;
    max-width: none;
  }
}
.webform-submission-newsletter-subscribtion-form .form-actions {
  margin: 0;
}
.webform-submission-newsletter-subscribtion-form .form-actions .button {
  height: 55px;
  line-height: 0;
  padding: 1.5em 2.5em;
}
@media only screen and (max-width: 991px) {
  .webform-submission-newsletter-subscribtion-form .form-actions .button {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-subscribtion-form .form-actions {
    margin-left: 10px;
  }
}

.language-switcher--inline > .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.language-switcher--inline > .links > li {
  color: #CCC;
  text-transform: uppercase;
  font-weight: bold;
  width: 40px;
  height: 38px;
  background-color: #fff;
  border-radius: 3px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.language-switcher--inline > .links > li a {
  color: #000;
  display: block;
  cursor: pointer;
  width: 40px;
  height: 38px;
  text-align: center;
  line-height: 38px;
}
.language-switcher--inline > .links > li a:hover {
  text-decoration: underline;
}
.language-switcher--inline > .links > li.is-active a {
  color: #721E6F;
  text-decoration: none;
}
.language-switcher--inline > .links > li:focus {
  color: #000;
}
.language-switcher--dropdown .links li {
  text-transform: uppercase;
  font-weight: bold;
}
.language-switcher--dropdown .links li a {
  color: #000;
}
.language-switcher--dropdown .links li:focus {
  text-decoration: none;
}
.language-switcher--dropdown .links li.is-active:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover {
  text-decoration: none;
  color: #721E6F;
}
.language-switcher--dropdown .links li.is-active:hover:after {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014%2014%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M7%2C11c-0.3%2C0-0.5-0.1-0.7-0.3l-5-5c-0.4-0.4-0.4-1%2C0-1.4s1-0.4%2C1.4%2C0L7%2C8.6l4.3-4.3c0.4-0.4%2C1-0.4%2C1.4%2C0s0.4%2C1%2C0%2C1.4l-5%2C5%20C7.5%2C10.9%2C7.3%2C11%2C7%2C11z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/14px 14px;
  background-size: contain;
}
.language-switcher--dropdown .links li.is-active:hover a {
  color: #721E6F;
  text-decoration: none;
}
.language-switcher--dropdown .links.active {
  background: #fff;
  border: 1px solid #CCC;
}
.language-switcher--dropdown .links.active li {
  color: #CCC;
  display: block;
  opacity: 0;
}
.language-switcher--dropdown .links.active li a {
  color: #000;
  display: block;
  cursor: pointer;
}
.language-switcher--dropdown .links.active li.is-active {
  text-decoration: none;
  background: #721E6F;
}
.language-switcher--dropdown .links.active li.is-active a {
  color: #fff;
  text-decoration: none;
}
.language-switcher--dropdown .links.active li.is-active:before, .language-switcher--dropdown .links.active li.is-active:after {
  content: none;
}
.language-switcher--dropdown .links.active li:focus {
  color: #000;
}

.layout-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.layout-wrapper--cta {
  background: #FDF4E2;
}
.layout-wrapper--banner {
  padding-top: 10px;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--no-padding, .layout-wrapper.no-padding {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.layout-wrapper--no-padding-top, .layout-wrapper.no-padding-top {
  padding-top: 0;
}
.layout-wrapper--no-padding-bottom, .layout-wrapper.no-padding-bottom {
  padding-bottom: 0;
}
.layout-wrapper--no-col-padding .row > div, .layout-wrapper.no-col-padding .row > div {
  padding-left: 0;
  padding-right: 0;
}
.layout-wrapper--padding, .layout-wrapper.padding {
  padding-bottom: 140px;
  padding-top: 140px;
}
.layout-wrapper.margin-bottom, .layout-wrapper.layout-wrapper--margin-bottom {
  margin-bottom: 100px;
}
.layout-wrapper.margin-top, .layout-wrapper.layout-wrapper--margin-top {
  margin-top: 100px;
}
.layout-wrapper--divider {
  padding: 0;
  border-bottom: 100px solid #CCC;
}
.layout-wrapper--padding-1 {
  padding: 0px;
}
.layout-wrapper--padding-top-1 {
  padding-top: 0px;
}
.layout-wrapper--padding-right-1 {
  padding-right: 0px;
}
.layout-wrapper--padding-bottom-1 {
  padding-bottom: 0px;
}
.layout-wrapper--padding-left-1 {
  padding-left: 0px;
}
.layout-wrapper--margin-1 {
  margin: 0px;
}
.layout-wrapper--margin-top-1 {
  margin-top: 0px;
}
.layout-wrapper--margin-right-1 {
  margin-right: 0px;
}
.layout-wrapper--margin-bottom-1 {
  margin-bottom: 0px;
}
.layout-wrapper--margin-left-1 {
  margin-left: 0px;
}
.layout-wrapper--padding-2 {
  padding: 10px;
}
.layout-wrapper--padding-top-2 {
  padding-top: 10px;
}
.layout-wrapper--padding-right-2 {
  padding-right: 10px;
}
.layout-wrapper--padding-bottom-2 {
  padding-bottom: 10px;
}
.layout-wrapper--padding-left-2 {
  padding-left: 10px;
}
.layout-wrapper--margin-2 {
  margin: 10px;
}
.layout-wrapper--margin-top-2 {
  margin-top: 10px;
}
.layout-wrapper--margin-right-2 {
  margin-right: 10px;
}
.layout-wrapper--margin-bottom-2 {
  margin-bottom: 10px;
}
.layout-wrapper--margin-left-2 {
  margin-left: 10px;
}
.layout-wrapper--padding-3 {
  padding: 20px;
}
.layout-wrapper--padding-top-3 {
  padding-top: 20px;
}
.layout-wrapper--padding-right-3 {
  padding-right: 20px;
}
.layout-wrapper--padding-bottom-3 {
  padding-bottom: 20px;
}
.layout-wrapper--padding-left-3 {
  padding-left: 20px;
}
.layout-wrapper--margin-3 {
  margin: 20px;
}
.layout-wrapper--margin-top-3 {
  margin-top: 20px;
}
.layout-wrapper--margin-right-3 {
  margin-right: 20px;
}
.layout-wrapper--margin-bottom-3 {
  margin-bottom: 20px;
}
.layout-wrapper--margin-left-3 {
  margin-left: 20px;
}
.layout-wrapper--padding-4 {
  padding: 30px;
}
.layout-wrapper--padding-top-4 {
  padding-top: 30px;
}
.layout-wrapper--padding-right-4 {
  padding-right: 30px;
}
.layout-wrapper--padding-bottom-4 {
  padding-bottom: 30px;
}
.layout-wrapper--padding-left-4 {
  padding-left: 30px;
}
.layout-wrapper--margin-4 {
  margin: 30px;
}
.layout-wrapper--margin-top-4 {
  margin-top: 30px;
}
.layout-wrapper--margin-right-4 {
  margin-right: 30px;
}
.layout-wrapper--margin-bottom-4 {
  margin-bottom: 30px;
}
.layout-wrapper--margin-left-4 {
  margin-left: 30px;
}
.layout-wrapper--padding-5 {
  padding: 40px;
}
.layout-wrapper--padding-top-5 {
  padding-top: 40px;
}
.layout-wrapper--padding-right-5 {
  padding-right: 40px;
}
.layout-wrapper--padding-bottom-5 {
  padding-bottom: 40px;
}
.layout-wrapper--padding-left-5 {
  padding-left: 40px;
}
.layout-wrapper--margin-5 {
  margin: 40px;
}
.layout-wrapper--margin-top-5 {
  margin-top: 40px;
}
.layout-wrapper--margin-right-5 {
  margin-right: 40px;
}
.layout-wrapper--margin-bottom-5 {
  margin-bottom: 40px;
}
.layout-wrapper--margin-left-5 {
  margin-left: 40px;
}
.layout-wrapper--padding-6 {
  padding: 50px;
}
.layout-wrapper--padding-top-6 {
  padding-top: 50px;
}
.layout-wrapper--padding-right-6 {
  padding-right: 50px;
}
.layout-wrapper--padding-bottom-6 {
  padding-bottom: 50px;
}
.layout-wrapper--padding-left-6 {
  padding-left: 50px;
}
.layout-wrapper--margin-6 {
  margin: 50px;
}
.layout-wrapper--margin-top-6 {
  margin-top: 50px;
}
.layout-wrapper--margin-right-6 {
  margin-right: 50px;
}
.layout-wrapper--margin-bottom-6 {
  margin-bottom: 50px;
}
.layout-wrapper--margin-left-6 {
  margin-left: 50px;
}
.layout-wrapper--padding-7 {
  padding: 60px;
}
.layout-wrapper--padding-top-7 {
  padding-top: 60px;
}
.layout-wrapper--padding-right-7 {
  padding-right: 60px;
}
.layout-wrapper--padding-bottom-7 {
  padding-bottom: 60px;
}
.layout-wrapper--padding-left-7 {
  padding-left: 60px;
}
.layout-wrapper--margin-7 {
  margin: 60px;
}
.layout-wrapper--margin-top-7 {
  margin-top: 60px;
}
.layout-wrapper--margin-right-7 {
  margin-right: 60px;
}
.layout-wrapper--margin-bottom-7 {
  margin-bottom: 60px;
}
.layout-wrapper--margin-left-7 {
  margin-left: 60px;
}
.layout-wrapper--padding-8 {
  padding: 70px;
}
.layout-wrapper--padding-top-8 {
  padding-top: 70px;
}
.layout-wrapper--padding-right-8 {
  padding-right: 70px;
}
.layout-wrapper--padding-bottom-8 {
  padding-bottom: 70px;
}
.layout-wrapper--padding-left-8 {
  padding-left: 70px;
}
.layout-wrapper--margin-8 {
  margin: 70px;
}
.layout-wrapper--margin-top-8 {
  margin-top: 70px;
}
.layout-wrapper--margin-right-8 {
  margin-right: 70px;
}
.layout-wrapper--margin-bottom-8 {
  margin-bottom: 70px;
}
.layout-wrapper--margin-left-8 {
  margin-left: 70px;
}
.layout-wrapper--padding-9 {
  padding: 80px;
}
.layout-wrapper--padding-top-9 {
  padding-top: 80px;
}
.layout-wrapper--padding-right-9 {
  padding-right: 80px;
}
.layout-wrapper--padding-bottom-9 {
  padding-bottom: 80px;
}
.layout-wrapper--padding-left-9 {
  padding-left: 80px;
}
.layout-wrapper--margin-9 {
  margin: 80px;
}
.layout-wrapper--margin-top-9 {
  margin-top: 80px;
}
.layout-wrapper--margin-right-9 {
  margin-right: 80px;
}
.layout-wrapper--margin-bottom-9 {
  margin-bottom: 80px;
}
.layout-wrapper--margin-left-9 {
  margin-left: 80px;
}
.layout-wrapper--padding-10 {
  padding: 90px;
}
.layout-wrapper--padding-top-10 {
  padding-top: 90px;
}
.layout-wrapper--padding-right-10 {
  padding-right: 90px;
}
.layout-wrapper--padding-bottom-10 {
  padding-bottom: 90px;
}
.layout-wrapper--padding-left-10 {
  padding-left: 90px;
}
.layout-wrapper--margin-10 {
  margin: 90px;
}
.layout-wrapper--margin-top-10 {
  margin-top: 90px;
}
.layout-wrapper--margin-right-10 {
  margin-right: 90px;
}
.layout-wrapper--margin-bottom-10 {
  margin-bottom: 90px;
}
.layout-wrapper--margin-left-10 {
  margin-left: 90px;
}
.layout-wrapper--padding-11 {
  padding: 100px;
}
.layout-wrapper--padding-top-11 {
  padding-top: 100px;
}
.layout-wrapper--padding-right-11 {
  padding-right: 100px;
}
.layout-wrapper--padding-bottom-11 {
  padding-bottom: 100px;
}
.layout-wrapper--padding-left-11 {
  padding-left: 100px;
}
.layout-wrapper--margin-11 {
  margin: 100px;
}
.layout-wrapper--margin-top-11 {
  margin-top: 100px;
}
.layout-wrapper--margin-right-11 {
  margin-right: 100px;
}
.layout-wrapper--margin-bottom-11 {
  margin-bottom: 100px;
}
.layout-wrapper--margin-left-11 {
  margin-left: 100px;
}
.layout--image-with-text-bg {
  background-color: #721E6F;
}
.layout--image-with-text-bg h1,
.layout--image-with-text-bg h2,
.layout--image-with-text-bg h3,
.layout--image-with-text-bg h4,
.layout--image-with-text-bg p,
.layout--image-with-text-bg a {
  color: #fff;
}
.layout--image-with-text-bg .inline-block-text__text {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .layout--image-with-text-bg .inline-block-text__text {
    padding: 30px;
  }
}
.layout--image-with-text-bg .btn {
  background-color: #fff;
  color: #000;
  text-decoration: none;
  border-radius: 5px;
}
.layout--banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .layout--banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--banner .inline-block-text a span {
  display: table;
  font-size: 14px;
  padding: 10px 20px 10px 75px;
  font-weight: normal;
  border-radius: 5px;
  background: #fff url(../images/gaia.png) no-repeat 15px 5px/50px auto;
}
.layout.no-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.layout--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .layout--center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.layout--text-align-center {
  text-align: center;
}
.layout--text-align-right {
  text-align: right;
}
.layout--banner h1 {
  font-size: 75px;
}
@media only screen and (min-width: 992px) {
  .layout--banner h1 {
    font-size: 100px;
    line-height: 80px;
  }
}
.layout--banner h2 {
  color: #721E6F;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.layout--banner p {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
@media only screen and (max-width: 991px) {
  .layout--banner .inline-block-image {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0;
  }
}
.layout--image-with-text .col-md-6 {
  padding: 0;
}
.layout--image-with-text h3 {
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #721E6F;
}
.layout--image-with-text .inline-block-text {
  padding-left: 50px;
  padding-right: 50px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .layout--image-with-text .inline-block-text {
    padding: 30px;
  }
}
.layout--image-with-text .inline-block-image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-left .inline-block-text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-right .inline-block-text {
    padding-left: 0;
  }
}
.layout--map iframe {
  width: 100%;
  border-radius: 20px;
  height: 500px;
}
.layout--cta {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  .layout--cta {
    padding: 60px;
  }
}
.layout--cta .col-lg-5 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  .layout--cta .col-lg-5 {
    margin-bottom: 30px;
  }
}
.layout--cta .btn {
  border-radius: 5px;
}
@media only screen and (min-width: 992px) {
  .layout--cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .layout--cta .col-lg-7 {
    padding-left: 40px;
  }
}
.layout--cta .btn {
  text-decoration: none;
}
.layout--ministers {
  padding-bottom: 80px;
}
.layout--ministers .btn {
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
}
.layout--ministers .inline-block-image {
  position: relative;
}
.layout--ministers .inline-block-image__score {
  position: absolute;
  z-index: 3;
  top: 15px;
  right: 15px;
  width: 50px;
  height: 50px;
  background: #721E6F;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
}
@media only screen and (min-width: 768px) {
  .layout--ministers .inline-block-image__score {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
.layout--ministers .inline-block-text {
  text-align: center;
}
.layout--ministers .inline-block-text p {
  color: #666;
  line-height: 1.5;
}
.layout--ministers .inline-block-text p:last-child {
  margin-bottom: 0;
}
.layout--ministers .inline-block-text h3 {
  font-weight: 600;
  font-size: 20px;
  color: #B671B3;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 0;
  font-family: "Roboto", serif;
}
.layout--ministers .inline-block-text h3 + p {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .layout--ministers .col-lg-4 {
    margin-bottom: 30px;
  }
}
.layout--ministers .media-image {
  text-align: center;
}
.layout--ministers-top {
  padding-top: 50px;
}
.layout--ministers-top p {
  font-size: 16px;
  font-weight: 300;
  color: #666666;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}

.inline-block.background-white, .inline-block.background-grey, .inline-block.background-primary, .inline-block.background-secondary {
  padding: 15px;
}

.maintenance {
  padding-top: 100px;
}
.maintenance .logo {
  width: 60px;
}
@media only screen and (min-width: 768px) {
  .maintenance .logo {
    width: 100px;
  }
}
.maintenance .container {
  text-align: center;
}

.nav-tabs > li > a {
  background: #CCC;
  color: #000;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
}

.menu--main > li > a, .menu--meta-menu > li > a {
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
}
.menu--main > li > a[data-target="#"]:hover, .menu--meta-menu > li > a[data-target="#"]:hover {
  cursor: default;
  color: #000;
}
.menu--main > li > a.jobs, .menu--meta-menu > li > a.jobs {
  position: relative;
}
.menu--main > li > a.jobs .job-count, .menu--meta-menu > li > a.jobs .job-count {
  position: absolute;
  top: -10px;
  font-size: 9px;
  color: #fff;
  background: #721E6F;
  font-weight: 400;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 99px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.menu--main > li > a.jobs--loaded .job-count, .menu--meta-menu > li > a.jobs--loaded .job-count {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.menu--main .dropdown-menu, .menu--meta-menu .dropdown-menu {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border: none;
}
.menu--main .dropdown-menu > li > a, .menu--meta-menu .dropdown-menu > li > a {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
}
.menu--main .dropdown-menu > li > a:after, .menu--meta-menu .dropdown-menu > li > a:after {
  background: #CCC;
}
.menu--main .dropdown-menu > li.active > a, .menu--meta-menu .dropdown-menu > li.active > a {
  background: transparent;
  color: #721E6F;
}

aside.right-off-canvas-menu,
aside.left-off-canvas-menu {
  background: #721E6F;
  padding-top: 100px;
}
aside.right-off-canvas-menu ul.off-canvas-list li a,
aside.left-off-canvas-menu ul.off-canvas-list li a {
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 28px;
  text-transform: uppercase;
}
aside.right-off-canvas-menu ul.off-canvas-list li a:hover,
aside.left-off-canvas-menu ul.off-canvas-list li a:hover {
  background-color: transparent;
}
aside.right-off-canvas-menu .right-submenu,
aside.right-off-canvas-menu .left-submenu,
aside.left-off-canvas-menu .right-submenu,
aside.left-off-canvas-menu .left-submenu {
  width: 100%;
}
aside.right-off-canvas-menu .right-submenu .back a,
aside.right-off-canvas-menu .left-submenu .back a,
aside.left-off-canvas-menu .right-submenu .back a,
aside.left-off-canvas-menu .left-submenu .back a {
  background: #fff;
}
aside.right-off-canvas-menu .burger .line,
aside.left-off-canvas-menu .burger .line {
  background: #fff;
}

.off-canvas-wrap {
  overflow: visible;
}

.move-right > .inner-wrap {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.move-right .left-off-canvas-menu {
  display: block;
}

.page-title {
  padding: 30px 0;
  margin-bottom: 0;
}
.page-title--has-banner {
  padding-bottom: 0;
  background: linear-gradient(to top, #fff 0, #fff 85px, #721E6F 85px);
}
.page-title h1 {
  color: #000;
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    margin: 40px 0 0;
  }
}
.page-title .intro {
  font-size: 20px;
  color: #666;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: -20px;
  line-height: 1.4;
  font-weight: 300;
}

.panel, .panel-primary {
  background: #721E6F;
  color: #fff;
  border: none;
  border-radius: 0;
}
.panel h2, .panel-primary h2,
.panel h3,
.panel-primary h3,
.panel h4,
.panel-primary h4,
.panel label,
.panel-primary label,
.panel p,
.panel-primary p {
  color: #fff;
}
.background-primary .panel, .background-primary .panel-primary, .background-secondary .panel, .background-secondary .panel-primary {
  background: #fff;
  color: #000;
}
.background-primary .panel h2, .background-primary .panel-primary h2,
.background-primary .panel h3,
.background-primary .panel-primary h3,
.background-primary .panel h4,
.background-primary .panel-primary h4,
.background-primary .panel label,
.background-primary .panel-primary label,
.background-primary .panel p,
.background-primary .panel-primary p, .background-secondary .panel h2, .background-secondary .panel-primary h2,
.background-secondary .panel h3,
.background-secondary .panel-primary h3,
.background-secondary .panel h4,
.background-secondary .panel-primary h4,
.background-secondary .panel label,
.background-secondary .panel-primary label,
.background-secondary .panel p,
.background-secondary .panel-primary p {
  color: #000;
}
.panel > .panel-heading, .panel-primary > .panel-heading {
  background: #721E6F;
  color: #fff;
}
.panel-default {
  background: #CCC;
  color: #000;
}
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default label,
.panel-default p {
  color: #000;
}
.panel-default > .panel-heading {
  background: #CCC;
  color: #000;
}
.background-grey .panel-default {
  background: #fff;
}
.panel-group .panel .panel-body, .panel-group .panel-primary .panel-body {
  padding: 30px 0;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.panel-group .panel .panel-body .btn-primary, .panel-group .panel-primary .panel-body .btn-primary {
  margin-top: 20px;
}
.panel-group .panel .panel-body > div, .panel-group .panel-primary .panel-body > div {
  max-width: none;
}
.panel-group .panel .panel-body .btn-primary, .panel-group .panel-primary .panel-body .btn-primary {
  background: #fff;
  border: 1px solid #B671B3;
  border-radius: 5px;
  color: #721E6F;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}
.panel-group .panel .panel-body .btn-primary:hover, .panel-group .panel-primary .panel-body .btn-primary:hover {
  background-color: #721E6F;
  color: #fff;
}
.panel-group > .panel > .panel-heading a, .panel-group > .panel-primary > .panel-heading a {
  padding: 20px 24px;
  background-color: #EEEEEE;
  border-bottom: none;
  font-family: "Roboto", serif;
  font-size: 16px;
  text-transform: none;
  color: #000;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.panel-group > .panel > .panel-heading a .field--name-field-favourable, .panel-group > .panel-primary > .panel-heading a .field--name-field-favourable {
  border-radius: 4px;
  background-color: #B42318;
  color: #fff;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  margin-left: auto;
  margin-right: 50px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.panel-group > .panel > .panel-heading a.favourable .field--name-field-favourable, .panel-group > .panel-primary > .panel-heading a.favourable .field--name-field-favourable {
  background-color: #28C181;
}
.panel-group > .panel > .panel-heading a:after, .panel-group > .panel-primary > .panel-heading a:after {
  width: 36px;
  height: 36px;
  top: 10px;
  background-image: url("../images/plus.svg");
}
.panel-group > .panel > .panel-heading a[aria-expanded="true"]:after, .panel-group > .panel-primary > .panel-heading a[aria-expanded="true"]:after {
  background-image: url("../images/minus.svg");
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.quote, blockquote {
  margin-top: 20px;
  border-left: 0;
  text-align: center;
}
.quote__text, blockquote p {
  color: #000;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 600;
}
.quote__footer {
  margin-top: 50px;
  text-align: center;
}
.quote__footer:before {
  content: none;
}
.quote__author {
  color: #000;
  font-weight: 600;
}
.quote__image {
  margin-bottom: 20px;
}
.quote__image img {
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  max-width: 90px;
}

blockquote {
  padding: 40px;
}

.score {
  width: 100%;
  height: 20px;
  position: relative;
  background-image: url("../images/paw-light.svg");
  background-size: 20px 20px;
  max-width: 100px;
}
.score__overlay {
  font-size: 0;
  position: absolute;
  top: 0;
  left: right;
  bottom: 0;
  background: #721E6F;
  background-image: url("../images/paw-dark.svg");
  background-size: 20px 20px;
  background-color: transparent;
}

.slick-prev,
.slick-next {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%23721E6F%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}
.slick-prev:hover,
.slick-next:hover {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2012%22%3E%3Cpath%20fill%3D%22%23F4C96E%22%20d%3D%22M12%2C11.8c-0.2%2C0-0.4-0.1-0.5-0.2l-11-10C0.2%2C1.3%2C0.2%2C0.8%2C0.4%2C0.5c0.3-0.3%2C0.8-0.3%2C1.1-0.1L12%2C10l10.5-9.5%20c0.3-0.3%2C0.8-0.3%2C1.1%2C0.1c0.3%2C0.3%2C0.3%2C0.8%2C0%2C1.1l-11%2C10C12.4%2C11.7%2C12.2%2C11.8%2C12%2C11.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 12px;
  background-size: contain;
}

.slick-dots li button {
  background: transparent;
  border: 1px solid #000;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  border-color: #721E6F;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #721E6F;
  border-color: #721E6F;
}

.snippet-horizontal {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .snippet-horizontal__image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.snippet-horizontal__title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: normal;
  font-size: 18px;
}
.snippet-horizontal__title a {
  color: inherit;
}
.snippet-horizontal__readmore {
  margin-top: 20px;
  background-color: #fff;
  color: #721E6F;
  padding: 10px;
  border: 1px solid #757575;
  letter-spacing: normal;
}
.snippet-horizontal__categories a,
.snippet-horizontal__categories span,
.snippet-horizontal__categories .field--item {
  padding: 5px 10px;
  background: #757575;
  color: #CCC;
  font-size: 14px;
  line-height: normal;
}
.snippet-horizontal__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.snippet-horizontal__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 15px;
}
.snippet-horizontal__date {
  font-size: 12px;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social__link, .social-link {
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  padding: 8px;
  border-radius: 2px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 0 !important;
  background-color: #5D1D5A;
}
.social__link:hover, .social-link:hover {
  background-color: #B671B3;
}
.social__link:last-child, .social-link:last-child {
  margin-right: 0;
}
.social__link--facebook, .social-link--facebook {
  background-image: url("../images/facebook.svg");
  margin-left: 0;
}
.social__link--twitter, .social-link--twitter {
  background-image: url("../images/twitter.svg");
}
.social__link--instagram, .social-link--instagram {
  background-image: url("../images/instagram.svg");
}
.social__link--linkedin, .social-link--linkedin {
  background-image: url("../images/linkedin.svg");
}
.social__link--youtube, .social-link--youtube {
  background-image: url("../images/youtube.svg");
}
.social__link--mail, .social-link--mail {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%2017.2c-1.5%200-9-6.1-9-6.1v-.7C7%209.7%207.7%209%208.5%209h15c.8%200%201.5.7%201.5%201.5v.8c0-.1-7.5%205.9-9%205.9zm0%202.1c1.6%200%209-5.8%209-5.8v9c0%20.8-.7%201.5-1.5%201.5h-15c-.8%200-1.5-.7-1.5-1.5v-9s7.5%205.8%209%205.8z%22%2F%3E%3C%2Fsvg%3E");
}
.social--fixed {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.social--fixed .social__link {
  width: 58px;
  height: 48px;
  background-position: top left;
  margin: 0;
  border-radius: 0;
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}
.social--fixed .social__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
@media only screen and (min-width: 768px) {
  .social--fixed {
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .social--fixed .social__link {
    width: 50px;
    height: 37px;
    background-position: center top;
    background-size: 32px 32px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.share__link {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  border-radius: 0;
  background-color: transparent;
  margin-right: 15px;
  display: inline-block;
}
.share__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: .6;
  text-decoration: none;
}
.share__link--facebook {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--twitter {
  background-image: url("../images/twitter.svg");
}
.share__link--linkedin {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2064%2064%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M27%2026h7l-.1%203.4c.9-1.9%203.5-3.5%206.9-3.5%207.3%200%208.1%204.1%208.1%2010.4v12.7h-7l.1-11.6c0-2.7.3-5.7-3.5-5.7-4.7%200-4.7%202.8-4.7%205.7l.2%2011.6h-7v-23z%22%2F%3E%3Cpath%20d%3D%22M16%2026h7v23h-7z%22%2F%3E%3Ccircle%20cx%3D%2219.5%22%20cy%3D%2218.3%22%20r%3D%224%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.statement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #FDF4E2;
  padding: 15px;
  margin-top: 10px !important;
}
.statement__answer {
  border-radius: 4px;
  color: #fff;
  padding: 2px 12px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.statement__answer--agree, .statement__answer--yes {
  background-color: #28C181;
}
.statement__answer--disagree, .statement__answer--no {
  background-color: #B42318;
}
.statement__answer--abstention {
  background-color: #AAAAAA;
}

table {
  border: none;
}
table td,
table th {
  padding: 4px 8px;
}
table th {
  color: #fff;
  background: #721E6F;
  border: none;
}
table tr:nth-child(odd) td {
  background: #f0f0f0;
}

.tabs__content, .az-tabs .az-tab {
  padding: 20px;
  border: 1px solid #CCC;
}

.timeline-item {
  border: 1px solid #CCC;
}
.timeline-item:before {
  border: 4px solid #F4C96E;
  background: #fff;
}
.timeline-item:after {
  background: #721E6F;
}
.timeline-item__year {
  top: -80px;
  font-size: 80px;
  line-height: 1;
  font-family: "Roboto", serif;
  color: #CCC;
}
@media only screen and (min-width: 768px) {
  .timeline-item__year {
    top: -120px;
    font-size: 120px;
  }
}

.user {
  margin: 0 auto;
}
.user__image {
  float: left;
  margin-right: 10px;
}
.user__image-placeholder {
  width: 50px;
  height: 50px;
  position: relative;
  background: #CCC;
  border-radius: 99px;
  overflow: hidden;
}
.user__image-placeholder:before, .user__image-placeholder:after {
  position: absolute;
  content: '';
  background: #a6a6a6;
  z-index: 2;
}
.user__image-placeholder:before {
  width: 20px;
  height: 20px;
  top: 12px;
  left: 15px;
  border-radius: 99px;
}
.user__image-placeholder:after {
  width: 30px;
  height: 50px;
  top: 33px;
  left: 10px;
  border-radius: 50%;
}
.user__name {
  float: left;
}

.usp__icon {
  color: #721E6F;
}
.usp__text {
  font-size: 26px;
}

.video {
  position: relative;
}
.video__play-button {
  width: 80px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../images/playbutton.svg) no-repeat center center/contain;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 5;
  border: none;
}
.video__play-button--hide {
  display: none;
}
.video video {
  width: 100%;
  height: auto;
}
.video__close {
  display: none;
}

.field--name-field-video {
  height: auto;
  padding: 0;
}
.field--name-field-video:before, .field--name-field-video:after {
  content: none;
  display: none;
}
.field--name-field-video video {
  display: block;
}

.view--has-ajax.loading .view-content:after {
  border-color: #721E6F transparent #F4C96E transparent;
}
.view-id-parties.view-display-id-logos_attachment .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.view-id-parties.view-display-id-logos_attachment .views-field {
  width: 100%;
}
.view-id-parties.view-display-id-logos_attachment .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-parties.view-display-id-logos_attachment .views-field,
.view-id-parties.view-display-id-logos_attachment .field-content,
.view-id-parties.view-display-id-logos_attachment .slick-list,
.view-id-parties.view-display-id-logos_attachment .slick-track {
  height: 100%;
}
.view-id-parties.view-display-id-logos_attachment .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.view-id-parties.view-display-id-logos_attachment .slick-slide {
  float: none;
  height: auto;
}
.view-id-parties.view-display-id-logos_attachment .slick-slide > div,
.view-id-parties.view-display-id-logos_attachment .slick-slide .views-row {
  height: 100%;
}
.view-id-parties.view-display-id-logos_attachment .party-logo {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-parties.view-display-id-positions_block > .view-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.view-id-priorities.view-display-id-region_block .view-content {
  margin-top: -30px;
}
.view-id-priorities.view-display-id-region_block .view-content > ul, .view-id-priorities.view-display-id-region_block .view-content > ul > li > ul {
  padding: 0;
  list-style: none;
}
.view-id-candidates.view-display-id-table_block .views-exposed-form .form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.view-id-candidates.view-display-id-table_block .views-exposed-form .form-inline .form-item {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 992px) {
  .view-id-candidates.view-display-id-table_block .views-exposed-form .form-inline .form-item {
    -webkit-box-flex: 25%;
        -ms-flex: 25% 0 0px;
            flex: 25% 0 0;
  }
}
.view-id-candidates.view-display-id-table_block .views-exposed-form .form-inline .form-control {
  width: 100%;
}
.view-id-candidates.view-display-id-table_block .show-detail {
  cursor: pointer;
  color: #721E6F;
  text-decoration: underline;
  display: table;
}
.view-id-candidates.view-display-id-table_block .show-detail:hover {
  color: #350e34;
}
.view-id-candidates.view-display-id-table_block .candidate {
  display: none;
}
.view-id-candidates.view-display-id-table_block thead a {
  color: #fff;
}
.view-id-candidates.view-display-id-table_block .table > thead > tr > th {
  border-bottom: none;
}
.view-id-candidates.view-display-id-table_block td {
  vertical-align: middle;
}
.view-id-candidates.view-display-id-table_block .glyphicon {
  float: right;
  margin-top: 5px;
}
.view-id-candidates.view-display-id-table_block .control-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #721E6F;
  text-transform: none !important;
}
.view-id-candidates.view-display-id-table_block .form-item {
  margin-right: 20px;
  margin-bottom: 10px;
}
.view-id-candidates.view-display-id-table_block .view-filters {
  padding: 0;
  margin-bottom: 30px;
}
.view-id-candidates.view-display-id-table_block .views-field-title {
  color: #721E6F;
  font-size: 16px;
}
.view-id-candidates.view-display-id-table_block .party-logo {
  border: none;
  cursor: default;
}
.view-id-candidates.view-display-id-table_block .brand__image {
  width: 72px;
  height: 48px;
  border: 1px solid #CCC;
  border-radius: 3px;
  padding: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-candidates.view-display-id-table_block .brand__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 38px;
}
.view-id-candidates.view-display-id-table_block .views-field-field-region,
.view-id-candidates.view-display-id-table_block .views-field-field-government {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
}
.view-id-regions.view-display-id-navigation_block {
  padding-top: 30px;
}
@media only screen and (min-width: 768px) {
  .view-id-regions.view-display-id-navigation_block {
    padding-top: 60px;
  }
}
.view-id-regions.view-display-id-navigation_block .view-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.view-id-regions.view-display-id-navigation_block .view-content .views-row {
  display: inline-block;
}
.view-id-regions.view-display-id-navigation_block a {
  background-color: #EEEEEE;
  border-radius: 4px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  padding: 8px 24px;
  display: table;
}
.view-id-regions.view-display-id-navigation_block a.is-active {
  font-weight: bold;
  background-color: #721E6F;
  color: #fff;
  outline: 3px solid #721E6F;
  outline-offset: -3px;
}

.layout--boxlinks {
  padding: 50px;
  border: 1px solid #757575;
}
@media only screen and (min-width: 992px) {
  .layout--boxlinks ul {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    padding-left: 20px;
  }
}
.layout--boxlinks ul li {
  margin-bottom: 10px;
}
.layout--boxlinks ul li a {
  text-decoration: none;
  font-weight: 300;
}
.layout--boxlinks ul li a:hover {
  text-decoration: underline;
}

.layout--boxlinks-2 h4 {
  margin-bottom: 30px;
}
.layout--boxlinks-2 ul {
  list-style: none;
  padding: 0;
}
.layout--boxlinks-2 ul li:before {
  content: none !important;
}
.layout--boxlinks-2 a {
  text-decoration: none !important;
  margin-bottom: 20px;
  width: 100%;
  font-weight: 600;
  font-size: 18px;
  padding-right: 40px;
  display: block;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #757575;
}
.layout--boxlinks-2 a:hover {
  color: #757575;
}
.layout--boxlinks-2 a:after {
  content: '';
  display: block;
  background-image: url("../images/arrowlinks.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 25px;
}

@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand {
    width: 100%;
  }
}
.inline-block-brands__images .brand__image {
  border: 1px solid #757575;
}
@media only screen and (max-width: 991px) {
  .inline-block-brands__images .brand__image img {
    margin: 0 auto;
  }
}
.inline-block-brands__images--slider {
  margin-bottom: 100px;
}
.inline-block-brands__images--slider .brand {
  padding-left: 10px;
  padding-right: 10px;
  max-width: 275px;
}
.inline-block-brands__images--slider .slick-dots {
  top: calc(100% - 55px);
}
.inline-block-brands__images--slider .slick-dots li.slick-active button {
  background-color: #721E6F;
  border-color: #721E6F;
}
.inline-block-brands__images--slider .slick-next {
  right: calc(50% - 140px);
}
.inline-block-brands__images--slider .slick-prev {
  left: calc(50% - 140px);
}
.inline-block-brands__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 1px;
  margin-top: 1px;
}
.inline-block-brands__images--grid .brand {
  margin-left: -1px;
  margin-top: -1px;
}
.inline-block-brands__images--grid .brand__image {
  border: 1px solid #757575;
}
@media only screen and (min-width: 992px) {
  .inline-block-brands__images--grid .brand {
    width: 33.3%;
  }
}

.inline-block-button {
  margin-top: 30px;
}
@media only screen and (max-width: 991px) {
  .inline-block-button {
    margin-bottom: 30px;
    text-align: center;
  }
}
.inline-block-button.center {
  text-align: center;
}
.inline-block-button.right {
  text-align: right;
}

.inline-block-call-to-action {
  text-align: center;
  background-color: #fff;
}
.inline-block-call-to-action__content {
  padding: 50px;
}
@media only screen and (min-width: 768px) {
  .inline-block-call-to-action__content {
    padding: 75px;
  }
}
.inline-block-call-to-action.background-grey {
  background-color: #CCC;
}
.inline-block-call-to-action.background-primary {
  background-color: #721E6F;
}
.inline-block-call-to-action.background-primary,
.inline-block-call-to-action.background-primary h2,
.inline-block-call-to-action.background-primary h3,
.inline-block-call-to-action.background-primary h4 {
  color: #fff;
}
.inline-block-call-to-action.background-secondary {
  background-color: #F4C96E;
}
.inline-block-call-to-action.background-secondary,
.inline-block-call-to-action.background-secondary h2,
.inline-block-call-to-action.background-secondary h3,
.inline-block-call-to-action.background-secondary h4 {
  color: #fff;
}
.inline-block-call-to-action__btn {
  margin-top: 20px;
}

.layout--call-to-action-image .col-lg-6:first-child {
  padding-right: 0;
}
.layout--call-to-action-image .col-lg-6:last-child {
  padding-left: 0;
}

.layout-wrapper--callout {
  padding-top: 100px;
  padding-bottom: 150px;
}
.layout-wrapper--callout h2,
.layout-wrapper--callout h3,
.layout-wrapper--callout h4,
.layout-wrapper--callout h5, .layout-wrapper--callout {
  font-weight: 400;
}
.layout-wrapper--callout .center {
  text-align: center;
}
.layout-wrapper--callout .btn {
  text-decoration: none;
  background-color: #721E6F;
}

.inline-block-counter {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .no-padding .inline-block-counter {
    margin-bottom: 0;
  }
}
.inline-block-counter .counter__content {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inline-block-counter .counter__number {
  font-size: 60px;
  color: #721E6F;
  line-height: normal;
  font-weight: 700;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #757575;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.layout--counters-image .inline-block-counter .counter__number {
  min-height: 400px;
}
.inline-block-counter .counter__suffix {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #000;
}
.inline-block-counter .counter__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inline-block-form {
  max-width: 920px;
  margin: 0 auto;
}
.background-primary .inline-block-form {
  margin-top: 200px;
  margin-bottom: 200px;
}
.inline-block-form .panel-default {
  background-color: #721E6F;
  padding: 50px;
}
.inline-block-form .panel-default .control-label {
  color: #fff;
}
.inline-block-form .panel-default .panel-heading {
  background-color: #721E6F;
  border-bottom: 0;
}
.inline-block-form .panel-default .panel-heading .panel-title {
  color: #fff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) {
  .inline-block-form .panel-default .panel-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .inline-block-form .panel-default .panel-body .description {
    padding: 0 15px;
  }
  .inline-block-form .panel-default .panel-body .form-item {
    padding: 0 15px;
    margin-bottom: 30px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (min-width: 768px) {
  .inline-block-form .panel-default .panel-body .form-item {
    width: 50%;
  }
  .inline-block-form .panel-default .panel-body .form-item.form-type-checkbox {
    width: 100%;
    margin-left: 15px;
  }
}

.inline-block-form .inline-block-form__form {
  margin: 0 auto;
}
.inline-block-form .webform-entity-checkboxes--wrapper {
  background-color: #FDF4E2;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-bottom: 0;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox {
  width: 100% !important;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox .control-label {
  padding-right: 40px;
  padding-left: 0;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox .control-label:before {
  left: auto;
  right: 0;
  width: 40px;
  height: 24px;
  border: 1px solid #CCC;
  border-radius: 500px;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox .control-label:after {
  left: auto;
  right: 20px;
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url("../images/circlered.svg");
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox input:checked + label:after {
  background-image: url("../images/circlegreen.svg");
  right: 5px;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-checkboxes {
  width: 100%;
}
.inline-block-form .webform-entity-checkboxes--wrapper .panel-heading {
  background-color: #FDF4E2;
}
.inline-block-form .webform-entity-checkboxes--wrapper .panel-heading .panel-title {
  color: #721E6F;
}
.inline-block-form .webform-entity-checkboxes--wrapper .panel-body .control-label {
  color: #666666;
}
.inline-block-form .webform-entity-checkboxes--wrapper .form-type-checkbox {
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0 !important;
}
.inline-block-form .form-actions {
  background-color: transparent;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
}
.inline-block-form .form-actions .button {
  border: 1px solid #FDF4E2;
  margin-bottom: 30px;
  border-radius: 5px;
}

.inline-block-gallery.slider .slick-prev,
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-prev,
.inline-block-gallery.sliderbig .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 60px);
      -ms-transform: translate(-15px, 60px);
          transform: translate(-15px, 60px);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
    -webkit-transform: translate(-15px, 30px);
        -ms-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
}
.inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 60px) rotate(180deg);
      -ms-transform: translate(-15px, 60px) rotate(180deg);
          transform: translate(-15px, 60px) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
    -webkit-transform: translate(-15px, 30px) rotate(180deg);
        -ms-transform: translate(-15px, 30px) rotate(180deg);
            transform: translate(-15px, 30px) rotate(180deg);
  }
}
.inline-block-gallery.sliderbig {
  padding-bottom: 100px;
}
.inline-block-gallery.sliderbig .slick-slider {
  max-width: 100%;
}
.inline-block-gallery.sliderbig .slick-slider .slick-list {
  overflow: visible;
}
.inline-block-gallery.sliderbig .slick-slider img,
.inline-block-gallery.sliderbig .slick-slider .slick-slide {
  margin-right: 30px;
  height: 250px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 590px;
  }
}
.inline-block-gallery__images--grid .colorbox, .inline-block-gallery__images--masonry .colorbox {
  display: block;
}
.inline-block-gallery__images--grid .colorbox:after, .inline-block-gallery__images--masonry .colorbox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #721E6F;
  opacity: 0;
}
.inline-block-gallery__images--grid .colorbox:hover:after, .inline-block-gallery__images--masonry .colorbox:hover:after {
  opacity: .3;
}
.inline-block-gallery__images--masonry {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.inline-block-gallery__images--masonry .colorbox {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .layout--gallery-4 .inline-block-gallery__images--masonry {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
  }
}
.inline-block-gallery__images--masonry .media-image {
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry .media-image {
    margin-bottom: 20px;
  }
}
.inline-block-gallery__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -30px;
}
.inline-block-gallery__images--grid .media-image {
  width: 50%;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 30px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--grid .media-image {
    width: 33.333%;
  }
}
.inline-block-gallery__images--grid .media-image > .field--name-field-media-image {
  padding-bottom: 100%;
  position: relative;
}
.inline-block-gallery__images--grid .media-image > .field--name-field-media-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inline-block-gallery__images--big {
  max-width: 100%;
  height: 280px;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big {
    height: 340px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big {
    height: 380px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big {
    height: 550px;
  }
}
.inline-block-gallery__images--big img {
  max-height: 250px;
  width: auto;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery__images--big img {
    max-height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--big img {
    max-height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery__images--big img {
    max-height: 550px;
  }
}
.inline-block-gallery__images--teasers {
  max-width: 100%;
  height: 160px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers {
    margin-bottom: 70px;
  }
}
.inline-block-gallery__images--teasers .field--name-field-media-image {
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: 32px;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--teasers .field--name-field-media-image {
    width: 208px;
    height: 200px;
    position: relative;
    margin-right: 30px;
  }
}
.inline-block-gallery__images--teasers img {
  width: 100%;
  position: absolute;
  left: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.layout--headercontent-1 .inline-block-text {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.layout--headercontent-1 .inline-block-text__text {
  text-align: center;
}
.layout--headercontent-1 span {
  font-size: 14px;
  font-weight: 300;
  color: #CCC;
}

.layout-wrapper--headercontent-2 {
  margin-bottom: 200px;
}
.layout-wrapper--headercontent-2 .inline-block-text,
.layout-wrapper--headercontent-2 .inline-block-image {
  max-width: 920px;
  margin-right: auto;
  margin-left: auto;
}
.layout-wrapper--headercontent-2 .inline-block-text__text {
  text-align: center;
}
.layout-wrapper--headercontent-2 .inline-block-image {
  margin-bottom: -150px;
}
.layout-wrapper--headercontent-2 span {
  font-size: 14px;
  font-weight: 300;
  color: #CCC;
}

.layout--headercontent-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (min-width: 992px) {
  .layout--headercontent-3 .col-lg-9 {
    margin-right: 150px;
    max-width: 730px;
    margin-left: auto;
  }
}

.layout-wrapper--headercontent-3 {
  padding-top: 0;
  padding-bottom: 0;
}
.layout-wrapper--headercontent-3 .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.page-teaser {
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.page-teaser__content {
  position: relative;
}
.page-teaser__title {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  margin: 0;
}
.page-teaser__image {
  position: relative;
}
.page-teaser__image:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.page-teaser:hover .page-teaser__image:after {
  opacity: 0.1;
}

.layout--pagebreak-left, .layout--pagebreak-right {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-left, .layout--pagebreak-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.layout--pagebreak-left .col-lg-3,
.layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-3,
.layout--pagebreak-right .col-lg-9 {
  padding: 0;
}
.layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-9 {
  max-width: 920px;
  background-color: #CCC;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .layout--pagebreak-left .col-lg-9, .layout--pagebreak-right .col-lg-9 {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.layout--pagebreak-left .col-lg-9 p,
.layout--pagebreak-left .col-lg-9 h2,
.layout--pagebreak-left .col-lg-9 h3,
.layout--pagebreak-left .col-lg-9 h4,
.layout--pagebreak-left .col-lg-9 h5, .layout--pagebreak-right .col-lg-9 p,
.layout--pagebreak-right .col-lg-9 h2,
.layout--pagebreak-right .col-lg-9 h3,
.layout--pagebreak-right .col-lg-9 h4,
.layout--pagebreak-right .col-lg-9 h5 {
  color: #000 !important;
}
.layout--pagebreak-left .col-lg-9 .inline-block-text, .layout--pagebreak-right .col-lg-9 .inline-block-text {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.layout--pagebreak-center .inline-block-text {
  padding: 50px;
  background-color: #721E6F;
}
.layout--pagebreak-center .inline-block-text p {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .layout--pagebreak-center .inline-block-text {
    max-width: 650px;
    margin-left: auto;
    z-index: 3;
    margin-bottom: -100px;
  }
}
.layout--pagebreak-center .inline-block-image {
  position: relative;
  z-index: -1;
}

.inline-block-quotes .slick-prev,
.inline-block-quotes .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-quotes .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 10px);
      -ms-transform: translate(-15px, 10px);
          transform: translate(-15px, 10px);
}
.inline-block-quotes .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 10px) rotate(180deg);
      -ms-transform: translate(-15px, 10px) rotate(180deg);
          transform: translate(-15px, 10px) rotate(180deg);
}
.inline-block-quotes--slider .quote__text, .inline-block-quotes--slider blockquote p, blockquote .inline-block-quotes--slider p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider .quote__text:before, .inline-block-quotes--slider blockquote p:before, blockquote .inline-block-quotes--slider p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote-grey.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--slider-horizontal {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inline-block-quotes--slider-horizontal .quote-author-wrapper .quote__image {
  margin-right: 20px;
}
.inline-block-quotes--slider-horizontal .quote__text, .inline-block-quotes--slider-horizontal blockquote p, blockquote .inline-block-quotes--slider-horizontal p {
  margin-bottom: 20px;
}
.inline-block-quotes--slider-horizontal .quote-author-text,
.inline-block-quotes--slider-horizontal .quote,
.inline-block-quotes--slider-horizontal blockquote {
  text-align: left;
}
.inline-block-quotes--slider-horizontal .slick-next {
  left: calc(90% + 20px);
  -webkit-transform: translate(-15px, -70px);
      -ms-transform: translate(-15px, -70px);
          transform: translate(-15px, -70px);
}
.inline-block-quotes--slider-horizontal .slick-prev {
  left: calc(90% - 20px);
  -webkit-transform: translate(-15px, -70px) rotate(180deg);
      -ms-transform: translate(-15px, -70px) rotate(180deg);
          transform: translate(-15px, -70px) rotate(180deg);
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid {
    gap: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
}
.inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
  padding: 50px 30px;
  background-color: #CCC;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--grid .quote, .inline-block-quotes--grid blockquote {
    width: 33.3%;
  }
}
.inline-block-quotes--grid .quote__text, .inline-block-quotes--grid blockquote p, blockquote .inline-block-quotes--grid p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}
.inline-block-quotes--grid .quote__text:before, .inline-block-quotes--grid blockquote p:before, blockquote .inline-block-quotes--grid p:before {
  content: '';
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../images/quote.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
  padding: 50px 30px;
  background-color: #CCC;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote, .inline-block-quotes--horizontal blockquote {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote .quote-author-text, .inline-block-quotes--horizontal blockquote .quote-author-text,
  .inline-block-quotes--horizontal .quote .quote,
  .inline-block-quotes--horizontal blockquote .quote,
  .inline-block-quotes--horizontal .quote blockquote,
  .inline-block-quotes--horizontal blockquote blockquote {
    text-align: left;
  }
}
.inline-block-quotes--horizontal .quote__image {
  margin-left: auto;
  margin-right: auto;
}
.inline-block-quotes--horizontal .quote__image,
.inline-block-quotes--horizontal .quote__image img {
  width: 180px;
  height: 180px;
  max-width: none;
}
@media only screen and (min-width: 992px) {
  .inline-block-quotes--horizontal .quote__image {
    margin-right: 30px;
  }
}
.inline-block-quotes--horizontal .quote-author-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.inline-block-quotes--horizontal .quote__author {
  font-size: 25px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 10px;
}
.inline-block-quotes--horizontal .quote__occupation {
  margin-bottom: 20px;
}
.inline-block-quotes--horizontal .quote__text, .inline-block-quotes--horizontal blockquote p, blockquote .inline-block-quotes--horizontal p {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 30px;
}

.inline-block-tabs .tabs__content, .inline-block-tabs .az-tabs .az-tab, .az-tabs .inline-block-tabs .az-tab {
  padding: 50px;
}
.inline-block-tabs .tabs__content .field--name-field-text, .inline-block-tabs .az-tabs .az-tab .field--name-field-text, .az-tabs .inline-block-tabs .az-tab .field--name-field-text {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .inline-block-tabs .tabs__navigation li {
    width: 100%;
  }
}
.inline-block-tabs .tabs__navigation li a {
  border: 1px solid #CCC;
  margin-bottom: -1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) {
  .inline-block-tabs .tabs__navigation li a {
    border-radius: 5px 5px 0 0;
  }
}
.inline-block-tabs .tabs__navigation li.active a, .inline-block-tabs .tabs__navigation li.active a:hover {
  background-color: transparent;
  color: #721E6F;
  border: 1px solid #CCC;
  border-bottom: 1px solid #fff;
}

.inline-block-text__text a {
  text-decoration: underline;
  font-weight: 600;
}
.inline-block-text__text iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  border: none;
}
.inline-block-text__text ul {
  list-style: none;
  padding: 0;
}
.inline-block-text__text ul li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
  margin-right: 10px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.layout-wrapper--text-1 .col-lg-6:first-child {
  padding-top: 30px;
  padding-bottom: 30px;
}
.layout-wrapper--text-1 .col-lg-6:last-child {
  padding: 100px 50px;
  background-color: #CCC;
}
.layout-wrapper .layout--text-2 .field--name-field-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layout-wrapper .layout--text-2 .field--name-field-text h3,
.layout-wrapper .layout--text-2 .field--name-field-text p {
  width: 50%;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper .layout--text-2 .field--name-field-text h3 {
    padding-right: 100px;
  }
}
.layout-wrapper .layout--text-2 .inline-block-text {
  padding-bottom: 50px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 50px;
}

.inline-block-timeline .timeline-content h2 {
  font-size: 40px;
  margin-bottom: 10px;
}
.inline-block-timeline .timeline-content .timeline-element {
  margin-bottom: 47px;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body {
  position: relative;
}
.inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
  content: '';
  height: 105px;
  width: 1px;
  background-color: #CCC;
  position: absolute;
  display: block;
  bottom: -105px;
  left: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .timeline-body:after {
    left: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element .field--name-field-media-image {
    margin-bottom: 20px;
  }
}
.inline-block-timeline .timeline-content .timeline-element .field--name-field-text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) > h2 {
  text-align: right;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
  left: auto;
  right: 150px;
}
@media only screen and (max-width: 991px) {
  .inline-block-timeline .timeline-content .timeline-element:nth-child(even) .timeline-body:after {
    right: 50px;
  }
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-media-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.inline-block-timeline .timeline-content .timeline-element:nth-child(even) .field--name-field-text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.inline-block-timeline .timeline-content .timeline-element:last-child .timeline-body:after {
  content: none;
}
.inline-block-timeline .timeline-body {
  background-color: #CCC;
  padding: 25px;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .inline-block-timeline .timeline-body .field--name-field-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.inline-block-timeline .timeline-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 1240px) {
  .inline-block-timeline .timeline-wrapper {
    margin-left: -240px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation {
  padding-right: 20px;
  position: sticky;
  top: 0;
}
@media only screen and (min-width: 992px) {
  .inline-block-timeline .timeline-wrapper .timeline-navigation {
    padding-left: 100px;
    padding-right: 100px;
  }
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before, .inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: auto;
  margin-left: auto;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:before {
  background-image: url("../images/arrowup.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation:after {
  background-image: url("../images/arrowdown.svg");
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item {
  margin-bottom: 20px;
  text-align: center;
}
.inline-block-timeline .timeline-wrapper .timeline-navigation--item a:hover {
  color: #721E6F;
  text-decoration: none;
}

.blog-full .container {
  max-width: 950px;
}
.blog-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.blog-full__title {
  font-size: 40px;
  margin-top: 40px !important;
  margin-bottom: 0;
}
.blog-full__date {
  margin-bottom: 20px;
}
.blog-full__date:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../images/clock.svg");
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.blog-full__intro {
  clear: both;
}
.blog-full__paragraphs {
  clear: both;
}
.blog-full__paragraphs .paragraph {
  padding: 30px 0;
}
.blog-full__image {
  margin-bottom: 20px;
}
.blog-full__categories a,
.blog-full__categories span,
.blog-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.blog-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.blog-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog-teaser__title h3 {
  margin-bottom: 20px;
  font-size: 18px;
}
.blog-teaser__date {
  margin-bottom: 10px;
}
.blog-teaser__summary {
  font-size: 16px;
}

.candidate {
  width: 768px;
  max-width: 100%;
  padding: 15px;
  background: #FDF4E2;
}
@media only screen and (min-width: 768px) {
  .candidate {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .candidate {
    padding: 60px;
  }
}
.candidate__name {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .candidate__name {
    font-size: 48px;
  }
}
.candidate__party {
  float: right;
  width: 96px;
}
.candidate__party .party-logo {
  width: 100%;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  background: #fff;
  border: 1px solid #ECE0C7;
  padding: 5px;
  cursor: default;
}
.candidate__priorities {
  clear: both;
  padding-top: 15px;
}

.case-full {
  padding-top: 40px;
}
.case-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.case-full__date {
  float: right;
}
.case-full__intro {
  clear: both;
  margin-bottom: 50px;
}
.case-full__title {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.case-full .container {
  padding: 0 90px;
  max-width: 1140px;
}
.case-full .container--medium {
  max-width: 960px;
}
.case-full__image img {
  width: 100%;
  max-height: 512px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
@media only screen and (min-width: 1240px) {
  .case-full__image img {
    height: 512px;
  }
}
.case-full__image .media-image {
  z-index: -1;
}
.case-full__categories {
  margin-bottom: 20px;
}
.case-full__categories a,
.case-full__categories span,
.case-full__categories .field--item {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.case-full__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-full__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__title h3 {
  font-size: 18px;
  margin-bottom: 5px;
}
.content-bottom .case-teaser__title h3 {
  color: #fff;
}
.case-teaser__categories a,
.case-teaser__categories span,
.case-teaser__categories .field--item {
  padding: 5px 10px;
  background: #CCC;
  color: #CCC;
  font-weight: bold;
  font-size: 14px;
}
.case-teaser__categories .field--items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-teaser__categories .field--items .field--item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.case-teaser__date {
  font-size: 13px;
  font-weight: 300;
}
.content-bottom .case-teaser__summary {
  color: #fff;
}
.case-teaser__readmore {
  display: block;
  margin-top: 20px;
  text-decoration: underline;
  background-color: transparent;
  border: 1px solid #CCC;
  font-weight: bold;
  color: #721E6F;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.content-bottom .case-teaser__readmore {
  color: #fff;
  background-color: #721E6F;
  border: none;
}

.job-teaser {
  width: 100%;
}
.job-teaser .panel, .job-teaser .panel-primary {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.job-teaser__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #CCC;
  padding: 75px;
}
.job-teaser__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #721E6F;
}
.job-teaser__readmore {
  margin-top: 25px;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}
.job-teaser__title {
  font-size: 40px;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .job-teaser__title {
    width: 45%;
  }
}
@media only screen and (min-width: 768px) {
  .job-teaser__summary {
    width: 50%;
  }
}

.party-logo {
  border: 1px solid #ECE0C7;
  border-top: 0;
  margin-left: -1px;
}
.view-display-id-logos_attachment .party-logo {
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  .view-display-id-logos_attachment .party-logo {
    padding: 20px 40px;
  }
}
.party-logo:hover {
  cursor: pointer;
}
.party-logo.active {
  outline: 3px solid #721E6F;
  outline-offset: -3px;
}
@media only screen and (min-width: 992px) {
  .party-logo.active {
    background-color: #FDF4E2;
    outline: 0;
  }
}
.party-logo .brand__image img {
  margin: 0 auto;
}

.party {
  display: none;
}
.party.active {
  display: block;
}
.party__region {
  background-color: #EEEEEE;
  border-radius: 4px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  padding: 8px 24px;
}
.party__region:hover {
  cursor: pointer;
}
.party__region.active {
  font-weight: bold;
  background-color: #721E6F;
  color: #fff;
  outline: 3px solid #721E6F;
  outline-offset: -3px;
}
.party__title {
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  color: #721E6F;
}
.party__regions {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .party__regions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.party__positions .panel, .party__positions .panel-primary {
  display: none;
}
.party__positions .panel.active, .party__positions .active.panel-primary {
  display: block;
}

.person__container {
  padding: 50px 30px;
  background-color: #CCC;
  margin-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.background-grey .person__container {
  background-color: #fff;
}
.horizontal .person__container {
  background: transparent;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px;
  margin-bottom: 100px;
  text-align: left;
}
.person__container .btn {
  font-size: 14px;
  margin-top: 10px;
}
.person__occupation {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
}
.person__title {
  font-size: 20px;
  font-weight: 600;
}
.person__telephone {
  font-size: 12px;
}
.person__description {
  font-size: 16px;
}
.person__email {
  text-align: center;
}
.horizontal .person__email {
  text-align: left;
}
.horizontal .person__image {
  width: 180px;
}
.person__image img {
  background: rgba(0, 76, 255, 0.5);
}
.horizontal .person__content {
  width: calc(100% - 180px);
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
}
.person__links {
  text-align: center;
}
.horizontal .person__links {
  text-align: left;
}
.person__links a[href*=facebook] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14%203c-2.2%200-4%201.8-4%204v3h-2v3h2v8h3v-8h2.5l.5-3h-3v-3c0-.6.4-1%201-1h2v-3h-2z%22%2F%3E%3C%2Fsvg%3E");
}
.person__links a[href*=twitter] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M14.9%205.738c-1.7%200-3.1%201.4-3.1%203.1%200%20.2%200%20.5.1.7-2.6-.1-4.9-1.4-6.5-3.3-.3.5-.4%201-.4%201.6%200%201.1.6%202.1%201.4%202.6-.5%200-1-.2-1.4-.4%200%201.5%201.1%202.8%202.5%203.1-.3.1-.5.1-.8.1-.2%200-.4%200-.6-.1.4%201.3%201.6%202.2%202.9%202.2-1.1.8-2.4%201.3-3.9%201.3h-.8c1.4.9%203.1%201.4%204.8%201.4%205.8%200%209-4.8%209-9v-.4c.6-.4%201.1-1%201.6-1.6-.6.3-1.2.4-1.8.5.7-.4%201.2-1%201.4-1.7-.6.4-1.3.6-2%20.8-.6-.5-1.4-.9-2.4-.9z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.person__links a[href*=instagram] {
  background: transparent;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12%2016c-2.2%200-4-1.8-4-4s1.8-4%204-4%204%201.8%204%204-1.8%204-4%204zm0-6c-1.1%200-2%20.9-2%202s.9%202%202%202%202-.9%202-2-.9-2-2-2z%22%2F%3E%3Ccircle%20fill%3D%22%23000%22%20cx%3D%2216%22%20cy%3D%228%22%20r%3D%221%22%2F%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M15.6%206c1.3%200%202.4%201.1%202.4%202.4v7.1c0%201.4-1.1%202.4-2.4%202.4h-7.2c-1.3.1-2.4-1-2.4-2.3v-7.2c0-1.3%201.1-2.4%202.4-2.4h7.2m0-2h-7.2c-2.4%200-4.4%202-4.4%204.4v7.1c0%202.5%202%204.5%204.4%204.5h7.1c2.5%200%204.4-2%204.4-4.4v-7.2c.1-2.4-1.9-4.4-4.3-4.4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/24px 24px;
}
.person__links a[href*=linkedin] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cg%20fill%3D%22%23000%22%3E%3Cpath%20d%3D%22M19%2017v-4.5c0-2.5-1.7-3.6-3.4-3.6-1.4%200-2.2.8-2.6%201.3v-1.2h-3v8h3v-4.4c0-.2%200-.6.1-.7.2-.5.7-.9%201.4-.9%201%200%201.5.7%201.5%201.8v4.2h3zM7.5%208c.9%200%201.5-.6%201.5-1.4%200-.8-.6-1.4-1.5-1.4s-1.5.6-1.5%201.4c0%20.8.6%201.4%201.5%201.4zM6%209h3v8h-3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.person__links a[href*=pinterest] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M12.5%204c-5.7%200-8.5%204-8.5%207.4%200%202%20.8%203.8%202.4%204.5.3.1.5%200%20.6-.3.1-.2.2-.7.2-.9.1-.3%200-.4-.2-.7-.5-.6-.8-1.3-.8-2.3%200-3%202.2-5.7%205.8-5.7%203.2%200%204.9%201.9%204.9%204.5%200%203.4-1.5%206.3-3.8%206.3-1.2%200-2.2-1-1.9-2.3.4-1.5%201-3.1%201-4.2%200-1-.5-1.8-1.6-1.8-1.3%200-2.3%201.3-2.3%203.1%200%201.1.4%201.9.4%201.9s-1%205.5-1.2%206.4c-.4%201.5-.2%203.3-.1%204.1h.7c.5-.7%201.4-2%201.8-3.4.1-.5.8-3.2.8-3.2.4.8%201.6%201.5%202.9%201.5%203.8%200%206.4-3.5%206.4-8.1%200-3.5-3-6.8-7.5-6.8z%22%2F%3E%3C%2Fsvg%3E");
}
.person__links a[href*=youtube] {
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M19.8%208.6s-.2-1.2-.6-1.7c-.6-.7-1.3-.7-1.6-.7-2.2-.2-5.6-.2-5.6-.2s-3.4%200-5.6.2c-.3%200-1%200-1.6.7-.5.5-.6%201.7-.6%201.7s-.2%201.4-.2%202.8v1.3c0%201.4.2%202.8.2%202.8s.2%201.2.6%201.7c.6.7%201.4.7%201.8.7%201.2.1%205.4.1%205.4.1s3.4%200%205.6-.2c.3%200%201%200%201.6-.7.5-.5.6-1.7.6-1.7s.2-1.4.2-2.8v-1.3c0-1.3-.2-2.7-.2-2.7zm-9.8%206.4v-6l5%203-5%203z%22%2F%3E%3C%2Fsvg%3E");
}

.priority {
  margin-bottom: 40px;
  clear: both;
}
.priority--even .priority__content {
  display: grid;
  grid-template-areas: 'image' 'title' 'text';
}
@media only screen and (min-width: 768px) {
  .priority--even .priority__content {
    grid-template-areas: 'title' 'text';
  }
  .priority--even .priority__content:has(.priority__image) {
    grid-template-areas: 'title title' 'image text';
  }
  .priority--even .priority__content:has(.priority__image) .priority__image {
    margin-right: 40px;
  }
  ul ul .priority--even .priority__content {
    grid-template-areas: 'title' 'text';
  }
  ul ul .priority--even .priority__content:has(.priority__image) {
    grid-template-areas: 'image title' 'image text';
  }
  ul ul .priority--even .priority__content .priority__text {
    -ms-flex-item-align: self-start;
        align-self: self-start;
  }
}
.priority--odd .priority__content {
  display: grid;
  grid-template-areas: 'image' 'title' 'text';
}
@media only screen and (min-width: 768px) {
  .priority--odd .priority__content {
    grid-template-areas: 'title' 'text';
  }
  .priority--odd .priority__content:has(.priority__image) {
    grid-template-areas: 'title title' 'text image';
  }
  .priority--odd .priority__content:has(.priority__image) .priority__image {
    margin-left: 40px;
  }
  ul ul .priority--odd .priority__content {
    grid-template-areas: 'title' 'text';
  }
  ul ul .priority--odd .priority__content:has(.priority__image) {
    grid-template-areas: 'title image' 'text image';
  }
  ul ul .priority--odd .priority__content .priority__text {
    -ms-flex-item-align: self-start;
        align-self: self-start;
  }
}
.priority__image {
  grid-area: image;
  margin-bottom: 30px;
}
.priority__title {
  grid-area: title;
  align-self: self-end;
}
.priority__text {
  grid-area: text;
  align-self: center;
}
.priority__title {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
  font-family: "Roboto Slab", serif;
  color: #721E6F;
  margin-top: 30px;
}
ul ul .priority__title {
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 500;
  border: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
}
.priority__text {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.page-node-type-region .main-container {
  background-color: #fff;
}

.footer {
  padding: 15px 0;
  margin-bottom: 70px;
}

.region-footer-legal {
  border-top: 1px solid #EEEEEE;
  padding-top: 40px;
}
.region-footer-legal a {
  color: #000;
  margin-left: 10px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .region-footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.region-footer-legal .vb-design {
  font-size: 14px;
  display: block;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal .vb-design {
    margin-top: 20px;
  }
}
.region-footer-legal .vb-design:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/icon-vb.svg");
  margin-right: 10px;
  background-size: cover;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.header {
  padding-top: 15px;
  padding-bottom: 10px;
}
.header .logo {
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .header .logo {
    width: 250px;
  }
}
html[lang="fr"] .header .logo img {
  content: url(../images/LOGO_Jevoteanimaux.png);
}
.header .navbar-header {
  position: relative;
  z-index: 5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.header .navbar-collapse {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navbar-collapse {
    background: #F4C96E;
    margin: 0 -15px;
    padding: 10px;
  }
}
.header .navbar-toggle {
  border: none;
  position: relative;
  float: right;
}
.header .navbar-toggle .icon-bar {
  background: #721E6F;
}
.header .region-navigation {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header .region-navigation nav {
    display: none;
  }
}
.header .block-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .block-menu {
    display: block;
  }
}
