/*
    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;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: 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: #333;
  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 #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
          box-shadow: 0 0 0 1px #333, 0 7px 0 1px #333, 0 14px 0 1px #333;
  width: 16px;
}
.menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px #242424, 0 7px 0 1px #242424, 0 14px 0 1px #242424;
          box-shadow: 0 0 0 1px #242424, 0 7px 0 1px #242424, 0 14px 0 1px #242424;
}

.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;
  -o-transition: 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;
  -o-transition: 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;
  -o-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;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 0.5);
          box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 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;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 0.5);
          box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 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;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 0.5);
          box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 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;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 0.5);
          box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 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;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  cursor: pointer;
  -webkit-box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 0.5);
          box-shadow: -4px 0 4px rgba(51, 51, 51, 0.5), 4px 0 4px rgba(51, 51, 51, 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;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: 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;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: 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: #00736a;
}
a:hover, a:focus, a:active {
  color: #002723;
}

.background-primary {
  background: #00736a;
  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: #00403b;
}
.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: #002723;
}
.background-primary .btn-primary[disabled], .background-primary .btn-primary[disabled]:hover {
  background: #00a699;
}
.layout-builder .background-primary .layout-builder-block:hover {
  outline-color: #fff;
}
.background-secondary {
  color: #333;
  background: #cfe6e0;
}
.background-white {
  color: #333;
  background: #fff;
}
.background-grey {
  color: #333;
  background: #444444;
}

.notfound ul,
.inline-block-text ul {
  list-style: none;
  padding-left: 0;
}
.notfound ul li,
.inline-block-text ul li {
  position: relative;
  padding-left: 20px;
}
.notfound ul li:before,
.inline-block-text ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/list-arrow.png");
  background-size: cover;
}

p.primary {
  color: #00736a;
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  white-space: normal;
  text-decoration: none;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 15px;
  padding: 17px 30px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  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;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  padding-right: 60px;
  padding-left: 0;
  color: #00736a;
  border-bottom: 1px solid #444444;
  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;
  -o-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: #cfe6e0;
}
.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: #fff;
}
.block-vb-lb-anchor-links .nav-tabs {
  border-bottom: 1px solid #444444;
}
@media only screen and (min-width: 768px) {
  .block-vb-lb-anchor-links .nav-tabs {
    border: none;
  }
}
.block-vb-lb-anchor-links .nav-tabs > li {
  border-bottom: 1px solid #444444;
  position: relative;
  top: 1px;
  padding: 15px 30px;
}
@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: #333;
}
.block-vb-lb-anchor-links .nav-tabs > li.active {
  border-bottom: 4px solid #00736a;
  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: #00736a;
}
.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: #444444;
  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-block-nordicforestry-footerlogo {
  display: block;
  background-image: url("../images/logo-BW.png");
  width: 125px;
  height: 30px;
  background-size: contain;
  margin-bottom: 100px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .block-menu-blockfooter {
    display: none;
  }
}
.block-social-block {
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .block-social-block {
    max-width: 225px;
    margin-top: -20px;
    margin-left: auto;
  }
}
.block-node-cta-block {
  margin-top: 50px;
  margin-bottom: 50px;
}
.block-node-cta-block > .container {
  background-color: #cfe6e0;
  border-radius: 8px;
  padding-top: 60px;
}
@media only screen and (max-width: 991px) {
  .block-node-cta-block > .container {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .block-node-cta-block > .container {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  .block-node-cta-block .field--name-field-media-image {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .block-node-cta-block .field--name-field-media-image {
    width: 445px;
    margin-left: 30px;
  }
  .block-node-cta-block .field--name-field-media-image img {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
  }
}
.block-block-nordicforestry-exposedformsearchsearch-page-global {
  text-align: center;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .form-actions {
  margin: 0;
  margin-left: -5px;
  background-color: #00736a;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .input-group {
  margin-left: auto;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .input-group .input-group-addon {
  display: none;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .control-label {
  display: none;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .form--inline .form-item {
  float: none;
}
@media only screen and (max-width: 991px) {
  .block-block-nordicforestry-exposedformsearchsearch-page-global .form-actions {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .block-block-nordicforestry-exposedformsearchsearch-page-global .form--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .block-block-nordicforestry-exposedformsearchsearch-page-global .form-submit {
    font-size: 0;
  }
  .block-block-nordicforestry-exposedformsearchsearch-page-global .form-submit .icon {
    font-size: 15px;
  }
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .button {
  background-color: #00736a;
  color: #fff;
  border: none;
  height: 56px;
}
.block-block-nordicforestry-exposedformsearchsearch-page-global .button:hover {
  border: none;
  background-color: #00403b;
}
.block-block-nordicforestry-newsletter .block-title {
  font-size: 12px;
  text-transform: uppercase;
}

.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  text-align: left;
}
.breadcrumb > li {
  color: #fff;
  display: inline;
}
.breadcrumb > li a {
  color: #fff;
}

.btn-default {
  background: transparent;
  color: #00736a;
  border: 1px solid #969690;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #00736a;
  color: #fff;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background: #f1f7f6;
  color: #fff;
}
.btn-primary, .btn-success {
  background: transparent;
  color: #00736a;
  border: 1px solid #969690;
}
.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: #00736a;
  color: #fff;
}
.btn-primary[disabled], .btn-primary[disabled]:hover, .btn-success[disabled], .btn-success[disabled]:hover {
  background: #00a699;
  color: #fff;
}
.btn-info {
  background: #eee;
  color: #333;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-info:active:focus {
  background: #d5d5d5;
  color: #333;
}
.btn-info[disabled], .btn-info[disabled]:hover {
  background: #eee;
  color: #999;
}
.btn-link {
  background: #fff;
  color: #333;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: #fff;
  color: #00736a;
  text-decoration: none;
}
.btn-lg {
  font-size: 18px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 13px;
}

.card {
  position: relative;
  padding: 10px;
}
.card__readmore {
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
}
.card__text {
  color: #333;
}
.card .field--name-field-link {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  font-size: 0;
}
.card .field--name-field-link:hover {
  background-color: #00736a;
  opacity: 0.2;
}
.card .field--name-field-link a {
  display: block;
  width: 100%;
  height: 100%;
}
.card__title {
  margin-top: 20px !important;
}
.background-grey .card, .background-primary .card, .background-secondary .card {
  padding: 30px;
  background-color: #fff;
  color: #333;
}
@media only screen and (min-width: 768px) {
  .background-grey .card, .background-primary .card, .background-secondary .card {
    padding: 30px 30px 75px 30px;
  }
}

#cboxOverlay.transparent {
  background: #cfe6e0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  opacity: 0 !important;
}
#cboxOverlay.transparent.fadeIn {
  opacity: .9 !important;
}

#colorbox #cboxClose:before, #colorbox #cboxClose:after {
  background-color: #00736a;
}
@media only screen and (max-width: 991px) {
  #colorbox #cboxClose {
    display: none;
  }
}

.container {
  max-width: 1200px;
}
.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: #00736a;
  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: #cfe6e0;
  color: #fff;
}
.cta a:not(.btn) {
  color: #00736a;
}
.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(__logo-placeholder__) 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: #00736a;
  border-color: #00736a;
  color: #fff;
}
.views-exposed-form .form--inline .form-radios .control-label {
  display: block;
  background: #444444;
  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;
}

.js-form-type-managed-file .form-type-textfield,
.js-form-type-managed-file .form-submit,
.js-form-type-managed-file .form-item-field-media-document-0-description {
  margin-bottom: 20px !important;
}
.js-form-type-managed-file .file__download {
  display: none;
}

.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: #333 !important;
}

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

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

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

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

.form-item > label {
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 1px;
}
.form-item > label.option {
  color: #333;
  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 #444444;
  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%23cfe6e0%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: #cfe6e0;
}

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%23444444%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 20px;
  background-position-y: 25px;
  background-color: #fff;
}
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;
  }
}

.webform-submission-newsletter-form input {
  background: transparent;
  border-color: #696969;
  -o-border-image: none;
     border-image: none;
  border-radius: inherit;
  border-style: solid;
  border-width: 1px 1px 2px;
  height: 35px;
  color: #fff;
  margin-left: auto;
}
@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-form input {
    max-width: 220px;
  }
}
.webform-submission-newsletter-form input::-webkit-input-placeholder {
  color: #696969 !important;
}
.webform-submission-newsletter-form input::-moz-placeholder {
  color: #696969 !important;
}
.webform-submission-newsletter-form input:-ms-input-placeholder {
  color: #696969 !important;
}
.webform-submission-newsletter-form input::-ms-input-placeholder {
  color: #696969 !important;
}
.webform-submission-newsletter-form input::placeholder {
  color: #696969 !important;
}
.webform-submission-newsletter-form .btn {
  background: transparent;
  border: 2px solid #696969;
  border-radius: inherit;
  color: #696969;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-form .btn {
    max-width: 220px;
  }
}
.webform-submission-newsletter-form .webform-actions {
  margin-top: 10px;
}
.webform-submission-newsletter-form .form-type-webform-markup {
  font-size: 12px;
  font-weight: bold;
  text-align: left;
  margin-left: auto;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  .webform-submission-newsletter-form .form-type-webform-markup {
    max-width: 220px;
  }
}
.webform-submission-newsletter-form .has-required-fields {
  display: none;
}

.language-switcher--inline li {
  color: #444444;
  text-transform: uppercase;
  font-weight: bold;
}
.language-switcher--inline li a {
  color: #333;
  display: block;
  cursor: pointer;
}
.language-switcher--inline li a:hover {
  text-decoration: underline;
}
.language-switcher--inline li.is-active a {
  color: #00736a;
  text-decoration: none;
}
.language-switcher--inline li:focus {
  color: #333;
}
.language-switcher--dropdown .links li {
  text-transform: uppercase;
  font-weight: bold;
}
.language-switcher--dropdown .links li a {
  color: #333;
}
.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%23333%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: #00736a;
}
.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%2300736a%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: #00736a;
  text-decoration: none;
}
.language-switcher--dropdown .links.active {
  background: #fff;
  border: 1px solid #444444;
}
.language-switcher--dropdown .links.active li {
  color: #444444;
  display: block;
  opacity: 0;
}
.language-switcher--dropdown .links.active li a {
  color: #333;
  display: block;
  cursor: pointer;
}
.language-switcher--dropdown .links.active li.is-active {
  text-decoration: none;
  background: #00736a;
}
.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: #333;
}

.layout-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.page-node-type-member .layout-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--no-padding, .layout-wrapper.no-padding {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.layout-wrapper--negative-margin-top {
  margin-top: -40px;
}
.user-logged-in .layout-wrapper--negative-margin-top {
  margin-top: 0;
}
.layout-wrapper--negative-margin-bottom {
  margin-bottom: -50px;
}
.user-logged-in .layout-wrapper--negative-margin-bottom {
  margin-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 #444444;
}
.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-wrapper--person h3 {
  text-align: center;
}
.layout-wrapper--person img {
  border-radius: 100%;
  margin-left: 0 !important;
}
.layout-wrapper--person p {
  margin-bottom: 0;
  font-size: 16px;
}
.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;
}
@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 .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;
  }
}
@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--board-member .media-image {
  text-align: center;
}
.layout--board-member img {
  border-radius: 100%;
}
@media only screen and (min-width: 992px) {
  .layout--text-with-image, .layout--partner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout--text-center {
  text-align: center;
}
.layout--text-big {
  font-size: 24px;
  line-height: 36px;
  color: #616258;
}
.layout--cta {
  background-color: #cfe6e0;
  padding: 20px;
  padding-top: 40px;
}
.layout--cta .btn-link {
  background-color: transparent;
  font-weight: bold;
  text-decoration: none;
}
.layout--cta .btn-link:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/right-arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 5px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.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: #00736a;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
}
.nav-tabs > li > a:hover {
  color: #333;
  background: #cfe6e0;
}

.menu--main > li, .menu--meta-menu > li {
  padding-right: 0;
}
@media only screen and (min-width: 992px) {
  .menu--main > li, .menu--meta-menu > li {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.menu--main > li.search, .menu--meta-menu > li.search {
  margin-left: auto;
  height: 40px;
}
.menu--main > li.active > a, .menu--meta-menu > li.active > a {
  color: #00736a !important;
}
.menu--main > li:last-child > a, .menu--meta-menu > li:last-child > a {
  border-right: 0;
}
.menu--main > li > a, .menu--meta-menu > li > a {
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-size: 19px;
  border-right: 2px solid #ededed;
  padding-right: 25px;
  color: #616258 !important;
}
.menu--main > li > a[data-target="#"]:hover, .menu--meta-menu > li > a[data-target="#"]:hover {
  cursor: default;
  color: #333;
}
.menu--main > li > a[href="/search"], .menu--meta-menu > li > a[href="/search"] {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
  padding: 20px;
  background: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M11%2C11L8.6%2C8.6%22%2F%3E%3Ccircle%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%221.5%22%20cx%3D%225.5%22%20cy%3D%225.5%22%20r%3D%224.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center center/12px 12px;
  background-color: #00736a;
}
@media only screen and (min-width: 992px) {
  .menu--main > li > a[href="/search"], .menu--meta-menu > li > a[href="/search"] {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.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: #00736a;
  font-weight: 400;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 99px;
  -webkit-transition: all .3s ease;
  -o-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 > li.active a, .menu--main > li:hover a, .menu--meta-menu > li.active a, .menu--meta-menu > li:hover a {
  color: #00736a !important;
}
.menu--main .dropdown-menu, .menu--meta-menu .dropdown-menu {
  border: none;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.menu--main .dropdown-menu > li:hover, .menu--meta-menu .dropdown-menu > li:hover {
  background-color: #00736a;
}
.menu--main .dropdown-menu > li:hover a, .menu--meta-menu .dropdown-menu > li:hover a {
  color: #fff !important;
}
.menu--main .dropdown-menu > li > a, .menu--meta-menu .dropdown-menu > li > a {
  font-size: 19px;
  color: #00736a;
  min-width: 215px;
  background: white;
  text-align: left;
  padding: 8px 25px;
}
.menu--main .dropdown-menu > li > a:hover, .menu--meta-menu .dropdown-menu > li > a:hover {
  background-color: #00736a;
}
.menu--main .dropdown-menu > li > a:after, .menu--meta-menu .dropdown-menu > li > a:after {
  content: none;
  background: #444444;
}
.menu--main .dropdown-menu > li.active > a, .menu--meta-menu .dropdown-menu > li.active > a {
  color: #00736a;
}
.menu--main .dropdown:hover,
.menu--main .dropdown-toggle:hover, .menu--meta-menu .dropdown:hover,
.menu--meta-menu .dropdown-toggle:hover {
  cursor: pointer !important;
}
.menu--footer {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  text-align: left;
}
.menu--footer li a {
  font-size: 16px;
  margin-bottom: 20px;
}

.notfound {
  margin-top: 30px;
  margin-bottom: 60px;
}

aside.right-off-canvas-menu,
aside.left-off-canvas-menu {
  background: #00736a;
  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%;
  background-color: #00736a;
}
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: #00736a;
}
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 {
  background: #00736a;
  padding: 30px 0;
  margin-bottom: 30px;
  text-align: left;
}
.path-frontpage .page-title {
  text-align: center;
}
.page-title.page-title--has-no-banner .page-header {
  margin-bottom: 0;
}
.page-title__container .field--name-field-subtitle {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.page-route-layout-builderoverridesnodeview .page-title__container .field--name-field-subtitle {
  display: none;
}
@media only screen and (min-width: 768px) {
  .page-title {
    margin-bottom: 0;
  }
}
.page-title--has-banner {
  padding-bottom: 0;
  background: -o-linear-gradient(bottom, #fff 0, #fff 85px, #00736a 85px);
  background: linear-gradient(to top, #fff 0, #fff 85px, #00736a 85px);
}
.page-title h1 {
  color: #fff;
  margin: 20px 0 0;
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 70px;
  width: 100%;
  text-shadow: 0 0 15px black;
}
@media only screen and (min-width: 992px) {
  .page-title h1 {
    font-size: 70px;
  }
}
.path-frontpage .page-title h1 {
  margin-bottom: 0;
}
.page-title--has-banner {
  position: relative;
  background: transparent;
  padding-top: 125px;
  max-width: 2400px;
  margin-left: auto;
  margin-right: auto;
}
.path-frontpage .page-title--has-banner {
  padding-bottom: 100px;
  margin-bottom: 50px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .page-title--has-banner {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
.page-title--has-banner:after {
  content: '';
  width: calc(50% - 35px);
  height: 36px;
  left: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #fff;
}
.path-frontpage .page-title--has-banner:after {
  content: none;
}
.page-title--has-banner:before {
  content: '';
  width: calc(50% - 35px);
  height: 36px;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  background-color: #fff;
}
.path-frontpage .page-title--has-banner:before {
  content: none;
}
.page-title--has-banner .region-page-title {
  padding-bottom: 50px;
  position: relative;
}
.path-frontpage .page-title--has-banner .region-page-title {
  padding-bottom: 0;
}
.page-title--has-banner .region-page-title:after {
  content: '';
  display: block;
  height: 36px;
  width: 86px;
  background-image: url("../images/banner-arrow.png");
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}
.path-frontpage .page-title--has-banner .region-page-title:after {
  content: none;
}
.page-title--has-banner .header-image {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.page-title--has-banner .header-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-title--has-banner .header-image .field--name-field-banner-image,
.page-title--has-banner .header-image .field--name-field-banner-image > div,
.page-title--has-banner .header-image .field--name-field-media-image,
.page-title--has-banner .header-image .field--name-field-media-image > div,
.page-title--has-banner .header-image .media-image,
.page-title--has-banner .header-image .media-image > div {
  height: 100%;
}

.pagination a {
  color: #00736a !important;
}
.pagination a:hover {
  color: #fff !important;
}

.panel, .panel-primary {
  background: #00736a;
  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: #333;
}
.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: #333;
}
.panel > .panel-heading, .panel-primary > .panel-heading {
  background: #00736a;
  color: #fff;
}
.panel-default {
  background: #444444;
  color: #333;
}
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default label,
.panel-default p {
  color: #333;
}
.panel-default > .panel-heading {
  background: #444444;
  color: #333;
}
.background-grey .panel-default {
  background: #fff;
}

.quote, blockquote {
  margin-top: 20px;
  border-left: 0;
  text-align: center;
}
.quote__text, blockquote p {
  color: #333;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
}
.quote__footer {
  margin-top: 50px;
  text-align: center;
}
.quote__footer:before {
  content: none;
}
.quote__author {
  color: #333;
  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;
}

.search-api-autocomplete-search {
  z-index: 99999;
}

.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%2300736a%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%23cfe6e0%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 #333;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  border-color: #00736a;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #00736a;
  border-color: #00736a;
}

.snippet-vertical__content {
  padding-left: 0;
  padding-right: 0;
}
.snippet-vertical__date {
  font-size: 13px;
  font-weight: 600;
  color: #00736a;
  margin-bottom: 10px;
}
.white-to-green .snippet-vertical__date, .paragraph--background-primary .snippet-vertical__date, .paragraph--background-secondary .snippet-vertical__date {
  color: #fff;
}
.snippet-vertical__title {
  margin-top: 0;
  margin-bottom: 10px;
}
.snippet-horizontal {
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #969690;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.snippet-horizontal__image {
  margin-bottom: 30px;
}
.snippet-horizontal__image .icon {
  max-width: 128px;
  margin-left: auto;
  margin-right: auto;
}
.snippet-horizontal__image .icon svg {
  fill: #00736a;
}
@media only screen and (max-width: 767px) {
  .snippet-horizontal__image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.snippet-horizontal__content {
  padding-top: 0;
}
.snippet-horizontal__content:first-child {
  padding-left: 0;
}
.snippet-horizontal__date {
  font-size: 13px;
  font-weight: 600;
  color: #00736a;
  margin-bottom: 5px;
}
.white-to-green .snippet-horizontal__date, .paragraph--background-primary .snippet-horizontal__date, .paragraph--background-secondary .snippet-horizontal__date {
  color: #fff;
}
.snippet-horizontal__title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 24px;
  color: #00736a;
  font-weight: normal;
}
.snippet-horizontal__title a {
  text-decoration: none;
}
.snippet-horizontal__tags {
  margin-bottom: 10px;
}
.snippet-horizontal__tags .field--item {
  line-height: 1;
  color: #cfe6e0;
  display: inline-block;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-weight: normal;
}
.snippet-horizontal__readmore {
  margin-top: 15px;
  display: table;
}
.snippet-horizontal__image {
  max-width: none;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social__link, .social-link {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  -webkit-transition: -webkit-transform .2s ease;
  transition: -webkit-transform .2s ease;
  -o-transition: transform .2s ease;
  transition: transform .2s ease;
  transition: transform .2s ease, -webkit-transform .2s ease;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
  font-size: 0;
  display: inline-block;
}
.social__link:last-child, .social-link:last-child {
  margin-right: 0;
}
.social__link--facebook, .social-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%20enable-background%3D%22new%200%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");
}
.social__link--twitter, .social-link--twitter {
  background-image: url("../images/twitter.png");
  background-size: 18px;
  -webkit-transform: translateY(7px);
      -ms-transform: translateY(7px);
          transform: translateY(7px);
}
.social__link--youtube, .social-link--youtube {
  background-image: url("../images/youtube.png");
  background-size: 25px;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
}
.social__link--pinterest, .social-link--pinterest {
  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%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M33.3%2012c-10.9%200-17.3%208.1-17.3%2014.7%200%204%202.7%208%204%208s2.7%200%202.7-1.3-2.7-2.7-2.7-6.7c0-5.9%206.4-10.7%2013.3-10.7%206.1%200%209.3%204.3%209.3%209.3%200%206.7-3.6%2012-8%2012-2.4%200-4.5-1.6-4-4%20.7-2.9%201.3-2.7%202.7-8%20.4-1.9-.5-4-2.7-4-2.4%200-5.3%201.9-5.3%205.3%200%202.1%201.3%204%201.3%204s-2.9%2010.5-3.5%2012.4c-.8%203.6-2%208.9-.7%208.9s2.8-2.7%205.5-9.3c.4-.9%201.3-4%201.3-4%20.8%201.5%204.1%202.7%206.7%202.7%207.3%200%2012-6.9%2012-16%20.1-6.8-5.8-13.3-14.6-13.3z%22%2F%3E%3C%2Fsvg%3E");
}
.social__link--linkedin, .social-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%20enable-background%3D%22new%200%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");
}
.social__link--whatsapp, .social-link--whatsapp {
  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%20enable-background%3D%22new%200%200%2064%2064%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M52%2031.9c0%2010.8-8.8%2019.5-19.6%2019.5-3.4%200-6.7-.9-9.5-2.4l-10.9%203.4%203.5-10.4c-1.8-2.9-2.8-6.4-2.8-10.1%200-10.8%208.8-19.5%2019.6-19.5%2010.9%200%2019.7%208.7%2019.7%2019.5m-19.6-16.4c-9.1%200-16.5%207.3-16.5%2016.4%200%203.6%201.2%206.9%203.1%209.6l-2.1%206.1%206.3-2c2.6%201.7%205.7%202.7%209.1%202.7%209.1%200%2016.5-7.3%2016.5-16.4.1-9-7.3-16.4-16.4-16.4m9.9%2020.9c-.1-.2-.4-.3-.9-.6l-3.3-1.6c-.4-.2-.8-.2-1.1.2-.3.5-1.2%201.6-1.5%201.9-.3.3-.6.4-1%20.1-.5-.2-2-.7-3.9-2.4-1.4-1.3-2.4-2.8-2.7-3.3-.3-.5%200-.7.2-1l.7-.8.5-.8c.2-.3.1-.6%200-.8-.1-.2-1.1-2.6-1.5-3.5s-.8-.8-1.1-.8h-.9c-.3%200-.8.1-1.3.6-.4.5-1.7%201.6-1.7%204s1.7%204.6%202%204.9c.2.3%203.3%205.3%208.2%207.2%204.9%201.9%204.9%201.3%205.8%201.2.9-.1%202.8-1.2%203.2-2.3.4-1.1.4-2%20.3-2.2%22%2F%3E%3C%2Fsvg%3E");
}
.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;
}
.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%23000%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("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%23000%22%20d%3D%22M52%2020.3c-1.5.7-3.7%201.5-5.3%201.7%201.7-1.1%203.3-3.5%204-5.3-1.3.8-2.8%201.9-4.3%202.4l-1.1-1.1c-1.5-1.6-2.9-2.7-5.3-2.7-4.5%200-8%203.5-8%208%200%20.5%200%20.9.1%201.3h-.1c-8%200-13.3-1.7-17.3-6.7-.7%201.2-1.3%202.5-1.3%204%200%202.8%201.7%205.2%204%206.7-1.3%200-2.9-.7-4-1.3%200%204%205.6%208.5%209.3%209.3-1.3%201.3-6.1.1-6.7%200%201.1%203.2%204.4%205.2%208%205.3-2.8%202.1-6.1%203.3-10%203.3-.7%200-1.3%200-2-.1%203.6%202.3%208.7%203.5%2013.3%203.5%2015.1.1%2022.7-11.8%2022.7-22.6v-1.3c1.6-1.2%202.9-2.8%204-4.4z%22%2F%3E%3C%2Fsvg%3E");
}
.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%23000%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");
}

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

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

.timeline-item {
  border: 1px solid #444444;
}
.timeline-item:before {
  border: 4px solid #cfe6e0;
  background: #fff;
}
.timeline-item:after {
  background: #00736a;
}
.timeline-item__year {
  top: -80px;
  font-size: 80px;
  line-height: 1;
  font-family: "Lato", serif;
  color: #444444;
}
@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: #444444;
  border-radius: 99px;
  overflow: hidden;
}
.user__image-placeholder:before, .user__image-placeholder:after {
  position: absolute;
  content: '';
  background: #1e1e1e;
  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: #00736a;
}
.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;
  -o-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: #00736a transparent #cfe6e0 transparent;
}
.view-id-blog.view-display-id-block_1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -30px -15px 0;
  -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;
  min-width: 100%;
}
.view-id-blog.view-display-id-block_1 .views-row {
  padding: 0 15px;
  margin-top: 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;
  width: 100%;
}
@media only screen and (min-width: 640px) {
  .view-id-blog.view-display-id-block_1 .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 960px) {
  .view-id-blog.view-display-id-block_1 .views-row {
    width: 33.333333%;
  }
}
.view-id-blog.view-display-id-block_overview_teaser .views-exposed-form {
  margin-bottom: 20px;
}
.view-id-blog.view-display-id-block_overview_teaser .views-exposed-form .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 991px) {
  .view-id-blog.view-display-id-block_overview_teaser .views-exposed-form .form--inline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .view-id-blog.view-display-id-block_overview_teaser .views-exposed-form .form--inline .form-item {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-blog.view-display-id-block_overview_teaser .views-exposed-form .form-item {
    margin-left: 20px;
  }
}
.view-id-blog.view-display-id-block_overview_teaser .views-exposed-form .form-item select {
  padding-right: 50px;
  background-position-y: 22px;
}
.view-id-members.view-display-id-members_map_block {
  margin-bottom: 30px;
}
.view-id-members.view-display-id-members_map_block .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.view-id-members.view-display-id-members_map_block .gm-style-iw-c {
  padding-top: 5px;
}
.view-id-members.view-display-id-members_map_block .gm-style-iw h3 {
  font-size: 18px;
}
.view-id-members.view-display-id-members_overview_block > .view-content h3 {
  color: #333;
  font-size: 24px;
  font-weight: 400;
}
.view-id-members.view-display-id-members_overview_block > .view-content .views-row:first-of-type {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
}
.view-id-members.view-display-id-members_overview_block > .view-content .views-field-title a {
  text-decoration: underline;
}
.view-id-persons.view-display-id-overview_block > .view-content {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-persons.view-display-id-overview_block > .view-content .views-row {
  border-right: 1px solid #ededed;
}
.view-id-persons.view-display-id-overview_block > .view-content .views-row:nth-child(3), .view-id-persons.view-display-id-overview_block > .view-content .views-row:last-child {
  border-right: none;
}
.view-id-persons.view-display-id-overview_block .person {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.view-id-persons.view-display-id-overview_block .person__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.view-id-persons.view-display-id-overview_block .person__image {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
}

.layout--boxlinks {
  padding: 50px;
  border: 1px solid #969690;
}
@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 #969690;
}
.layout--boxlinks-2 a:hover {
  color: #969690;
}
.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 #969690;
}
@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: #00736a;
  border-color: #00736a;
}
.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 #969690;
}
@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 {
  padding: 50px;
  text-align: center;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .inline-block-call-to-action {
    padding: 75px;
  }
}
.inline-block-call-to-action.background-grey {
  background-color: #444444;
}
.inline-block-call-to-action.background-primary {
  background-color: #00736a;
}
.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: #cfe6e0;
}
.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;
}

.call-to-action-image .col-lg-6:first-child {
  padding-right: 0;
}
.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: #00736a;
}

.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: #00736a;
  line-height: normal;
  font-weight: 700;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #969690;
  -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: #333;
}
.inline-block-counter .counter__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inline-block-file .file {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  font-size: inherit;
  padding: 20px;
  padding-left: 60px;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}
.inline-block-file .file:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/download.png");
  background-repeat: no-repeat;
  background-color: #00736a;
  position: absolute;
  top: 40px;
  left: 0;
  background-position: center;
  border-radius: 4px;
}
.inline-block-file .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) {
  .inline-block-file .file__link {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .inline-block-file .file__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }
}
.inline-block-file .file__link:hover {
  text-decoration: none;
  color: inherit;
}
.inline-block-file .file__label, .inline-block-file .file__size {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
a:hover .inline-block-file .file__label, a:hover .inline-block-file .file__size {
  color: #00736a;
}
.paragraph--background-primary a:hover .inline-block-file .file__label, .paragraph--background-primary a:hover .inline-block-file .file__size {
  color: #cfe6e0;
}
.inline-block-file .file__label {
  margin-right: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}
.inline-block-file .file__size {
  font-size: 16px;
  color: #333;
  font-weight: 300;
  margin-right: 20px;
}
.inline-block-file .file__download {
  position: relative;
  background-color: transparent;
  border: 2px solid #969690;
  color: #444444;
  padding: 20px 40px;
}
.inline-block-file .file__download:hover {
  background-color: #00736a;
  color: #fff;
}

.inline-block-form {
  background-color: #fff;
  max-width: 920px;
  margin: 0 auto;
}
.inline-block-form .inline-block-form__form {
  max-width: 730px;
  margin: 0 auto;
}

.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: 15px;
  bottom: 0;
  left: 15px;
  background: #00736a;
  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: #444444;
}

.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: #444444;
}

.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;
}

.inline-block-image {
  margin-bottom: 30px;
}
.inline-block-image__image img {
  margin-left: auto;
  margin-right: auto;
}

.inline-block-map__map iframe {
  width: 100%;
  min-height: 560px;
}

.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: #333;
  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: #444444;
  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: #333 !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: #00736a;
}
.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: #444444;
  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: #444444;
}
@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 #444444;
  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: #00736a;
  border: 1px solid #444444;
  border-bottom: 1px solid #fff;
}

.inline-block-text {
  margin-bottom: 30px;
}
.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 .btn {
  text-decoration: none;
}

.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: #444444;
}
.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 #444444;
  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: #444444;
  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: #444444;
  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: #00736a;
  text-decoration: none;
}

.inline-block-video {
  margin-bottom: 30px;
}

.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-full__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-full__category {
  padding: 5px 10px;
  background-color: #00736a;
  color: #fff;
  margin-left: 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.blog-full__date {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
.blog-full__date:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/calender.png");
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.blog-teaser {
  background-color: #cfe6e0;
}
.blog-teaser__link {
  padding: 18px;
}
.blog-teaser__title h3 {
  font-size: 24px;
}
.blog-teaser__date {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.blog-teaser__date:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background-image: url("../images/calender.png");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.blog-teaser__summary {
  font-size: 16px;
}
.blog-teaser__footer {
  padding: 18px;
  padding-top: 0;
}
.blog-teaser__readmore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  font-weight: bold;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
}
.blog-teaser__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  margin-bottom: 10px;
}
.blog-teaser__category {
  padding: 5px 10px;
  background-color: #00736a;
  color: #fff;
}

.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: 1200px;
}
.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: #444444;
  color: #444444;
  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 #444444;
  font-weight: bold;
  color: #00736a;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.content-bottom .case-teaser__readmore {
  color: #fff;
  background-color: #00736a;
  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: #444444;
  padding: 75px;
}
.job-teaser__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #00736a;
}
.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%;
  }
}

.member-teaser {
  min-width: 300px;
  border-radius: 0;
}
.member-teaser__title {
  color: #00736a;
  font-size: 18px;
  border-bottom: 1px solid #969690;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  margin-top: 0;
}
.member-teaser__summary {
  font-size: 16px;
  font-weight: bold;
  color: #616258;
}
.member-teaser__readmore {
  margin-top: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #00736a !important;
  display: block;
  text-decoration: none;
}
.member-teaser__readmore:focus {
  outline: none;
  text-decoration: none;
}
.member-teaser__readmore:hover {
  text-decoration: underline;
}

.person {
  max-width: none;
}
.person__container {
  margin-bottom: 50px;
}
@media only screen and (max-width: 479px) {
  .person__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.person__content {
  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;
}
.person__image {
  max-width: 160px;
}

.footer {
  background: #444444;
  color: #fff;
  padding: 15px 0;
  padding-bottom: 0;
  margin-top: 40px;
}
.footer > .container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) {
  .footer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer p,
.footer a {
  color: #fff;
}
.footer .block-footer-block {
  font-size: 16px;
}
.footer .block-footer-block p {
  color: #bbbbbb;
}
.footer .block-footer-block p a {
  color: #bbbbbb;
}
.footer .block-footer-block p:first-child {
  color: #fff;
}
.footer-legal-wrapper {
  background: #303030;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.footer-legal-wrapper p {
  color: #767676;
  font-size: 12px;
}

@media only screen and (min-width: 992px) {
  .region-footer-center {
    max-width: 400px;
  }
}

@media only screen and (min-width: 992px) {
  .region-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-right: 50px;
    width: 400px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 992px) {
  .region-footer-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 50px;
  }
}

.header {
  padding-top: 30px;
}
@media only screen and (max-width: 991px) {
  .header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.header .logo {
  width: 130px;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (min-width: 768px) {
  .header .logo {
    width: 170px;
    margin-right: 30px;
  }
}
.header .navbar-header {
  position: relative;
  z-index: 5;
  width: 100%;
}
.header .navbar-collapse {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .navbar-collapse {
    background: #cfe6e0;
    margin: 0 -15px;
    padding: 10px;
  }
}
.header .navbar-toggle {
  border: none;
  position: relative;
  float: right;
}
@media only screen and (max-width: 991px) {
  .header .navbar-toggle {
    display: block;
    margin-left: 20px;
  }
}
.header .navbar-toggle .icon-bar {
  background: #00736a;
}
.header .navbar-default > .container {
  max-width: 1600px;
}
.header #block-nordicforestry-main-menu {
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .header #block-nordicforestry-main-menu {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .header #block-nordicforestry-main-menu {
    margin-left: 50px;
    margin-right: auto;
  }
}
.header .region-navigation {
  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;
}
.header .block-menu {
  display: none;
}
@media only screen and (min-width: 768px) {
  .header .block-menu {
    display: block;
  }
}
