/*
    Colorbox Core Style: x
    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: #393939;
  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 #393939, 0 7px 0 1px #393939, 0 14px 0 1px #393939;
          box-shadow: 0 0 0 1px #393939, 0 7px 0 1px #393939, 0 14px 0 1px #393939;
  width: 16px;
}
.menu-icon span:hover:after {
  -webkit-box-shadow: 0 0 0 1px #282828, 0 7px 0 1px #282828, 0 14px 0 1px #282828;
          box-shadow: 0 0 0 1px #282828, 0 7px 0 1px #282828, 0 14px 0 1px #282828;
}

.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(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 0.5);
          box-shadow: -4px 0 4px rgba(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 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(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 0.5);
          box-shadow: -4px 0 4px rgba(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 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(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 0.5);
          box-shadow: -4px 0 4px rgba(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 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(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 0.5);
          box-shadow: -4px 0 4px rgba(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 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(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 0.5);
          box-shadow: -4px 0 4px rgba(57, 57, 57, 0.5), 4px 0 4px rgba(57, 57, 57, 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: #5dc4e9;
}
a:hover, a:focus, a:active {
  color: #249ec1;
}
a:focus {
  text-decoration: none;
}

.background-primary {
  background: #5dc4e9;
  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-primary .header-links a, .header-links .background-primary a {
  background: #5dc4e9;
}
.background-primary .btn-primary:hover, .background-primary .header-links a:hover, .header-links .background-primary a:hover, .background-primary .btn-primary:active, .background-primary .header-links a:active, .header-links .background-primary a:active, .background-primary .btn-primary:focus, .background-primary .header-links a:focus, .header-links .background-primary a:focus, .background-primary .btn-primary:active:hover, .background-primary .header-links a:active:hover, .header-links .background-primary a:active:hover, .background-primary .btn-primary:active:focus, .background-primary .header-links a:active:focus, .header-links .background-primary a:active:focus {
  background: #249ec1;
}
.background-primary .btn-primary[disabled], .background-primary .header-links a[disabled], .header-links .background-primary a[disabled], .background-primary .btn-primary[disabled]:hover, .background-primary .header-links a[disabled]:hover, .header-links .background-primary a[disabled]:hover {
  background: #e5e77d;
}
.layout-builder .background-primary .layout-builder-block:hover {
  outline-color: #fff;
}
.background-secondary {
  color: #393939;
  background: #2d404d;
}
.background-white {
  color: #393939;
  background: #fff;
}
.background-grey {
  color: #393939;
  background: #E2E2E2;
}

h3 {
  font-weight: 400;
  color: #107b98;
  font-size: 25px;
}

h2 {
  font-weight: 400;
  font-size: 30px;
  color: #2d404d;
}

h2.den {
  font-weight: 400;
  font-size: 30px;
  color: #fff;
}
p {
  line-height: 160%;
}
p.lead {
  font-weight: 300;
  font-size: 30px;
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  p.lead {
    font-size: 24px;
  }
}

.main-container {
  position: relative;
  z-index: 1;
}

.page > svg {
  height: 0;
  width: 0;
  display: block;
}

.btn, .header-links a {
  white-space: normal;
  text-decoration: none !important;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 12px;
  letter-spacing: 0.15em;
  padding: 1.5em 2.5em;
  font-weight: bold;
  letter-spacing: 0.1em;
  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: #5dc4e9;
  border-bottom: 1px solid #E2E2E2;
  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: #2d404d;
}
.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, .accordion .panel .header-links a, .header-links .accordion .panel a, .accordion .panel-primary .header-links a, .header-links .accordion .panel-primary a,
.az-accordion .panel .btn,
.az-accordion .panel-primary .btn,
.az-accordion .panel .header-links a,
.header-links .az-accordion .panel a,
.az-accordion .panel-primary .header-links a,
.header-links .az-accordion .panel-primary a,
.panel-group .panel .btn,
.panel-group .panel-primary .btn,
.panel-group .panel .header-links a,
.header-links .panel-group .panel a,
.panel-group .panel-primary .header-links a,
.header-links .panel-group .panel-primary a {
  font-size: 12px;
}

.block-paragraphs-anchor-links .item-list {
  background: #fff;
}
.block-paragraphs-anchor-links .nav-tabs {
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (max-width: 991px) {
  .block-paragraphs-anchor-links .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 768px) {
  .block-paragraphs-anchor-links .nav-tabs {
    border: none;
  }
}
.block-paragraphs-anchor-links .nav-tabs > li {
  border-bottom: 1px solid #E2E2E2;
  position: relative;
  top: 1px;
  padding: 15px 30px;
}
@media only screen and (min-width: 768px) {
  .block-paragraphs-anchor-links .nav-tabs > li {
    border-bottom: none;
    top: 0;
  }
}
.block-paragraphs-anchor-links .nav-tabs > li a {
  color: #393939;
  width: 100%;
}
.block-paragraphs-anchor-links .nav-tabs > li.active {
  border-bottom: 4px solid #5dc4e9;
  padding-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .block-paragraphs-anchor-links .nav-tabs > li.active {
    border-bottom: none;
    padding-bottom: 15px;
  }
}
.block-paragraphs-anchor-links .nav-tabs > li.active a {
  color: #5dc4e9;
}
.block-vb-lb-anchor-links {
  text-align: center;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.block-vb-lb-anchor-links .item-list {
  margin-bottom: 0;
}
.block-vb-lb-anchor-links .nav-tabs {
  border-bottom: 1px solid #E2E2E2;
}
@media only screen and (min-width: 992px) {
  .block-vb-lb-anchor-links .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 991px) {
  .block-vb-lb-anchor-links .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-vb-lb-anchor-links .nav-tabs li {
  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) {
  .block-vb-lb-anchor-links .nav-tabs li {
    margin: 0;
  }
}
.block-vb-lb-anchor-links .nav-tabs li a {
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  color: #393939;
  padding-top: 20px;
  padding-bottom: 20px;
  letter-spacing: 0.96px;
  border-bottom: 3px solid transparent;
}
.block-vb-lb-anchor-links .nav-tabs li a:hover {
  border-bottom: 3px solid #5dc4e9;
}
@media only screen and (max-width: 991px) {
  .block-vb-lb-anchor-links .nav-tabs li a {
    width: 100%;
  }
}
.block-vb-lb-anchor-links .nav-tabs li a.anchor-cta {
  padding: 18px;
  background-color: #2d404d;
}
.block-vb-lb-anchor-links .nav-tabs li a.anchor-cta:hover {
  background-color: #E2E2E2;
  color: #2d404d;
}
.block-vb-lb-anchor-links .nav-tabs li a:hover {
  color: #2d404d;
}
.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: #E2E2E2;
  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;
}
@media only screen and (max-width: 991px) {
  .region-navigation .block-block-envinoa-languageswitcher {
    display: none;
  }
}
.block-block-envinoa-languageswitcher:hover .language-switcher {
  display: block;
  position: absolute;
  z-index: 2;
  top: 50px;
  right: 0;
}
.block-block-envinoa-languageswitcher h3 {
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 5px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.block-block-envinoa-languageswitcher .language-switcher {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  display: none;
  position: relative;
  min-width: 400px;
  border: 1px solid #E2E2E2;
}
.block-block-envinoa-languageswitcher .current-language {
  color: #fff;
  padding: 10px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 600;
  font-size: 15px;
  margin-left: 10px;
}
.block-block-envinoa-languageswitcher .current-language:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/location.svg");
  background-size: cover;
  margin-left: 5px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.block-block-envinoa-languageswitcher .current-language:hover {
  cursor: pointer;
}
.block-block-envinoa-languageswitcher .region {
  list-style: none;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.block-block-envinoa-languageswitcher .region li a {
  text-decoration: underline;
  margin-right: 10px;
  color: #107b98;
}
.block-block-envinoa-languageswitcher .region li a:hover {
  color: #2d404d;
}
.block-block-envinoa-languageswitcher-2 {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 50px;
}
.block-block-envinoa-languageswitcher-2 h3 {
  font-size: 25px;
  font-weight: 400;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 5px;
  margin-top: 0;
  margin-left: 30px;
  margin-right: 30px;
}
.block-block-envinoa-languageswitcher-2 .language-switcher {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #fff;
  position: relative;
  border: 1px solid #E2E2E2;
}
.block-block-envinoa-languageswitcher-2 .current-language {
  color: #fff;
  padding: 10px 15px;
  font-weight: 700;
  font-size: 15px;
}
.block-block-envinoa-languageswitcher-2 .region {
  list-style: none;
  padding: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-block-envinoa-languageswitcher-2 .region li a {
  text-decoration: underline;
  margin-right: 10px;
  color: #107b98;
}
.block-block-envinoa-languageswitcher-2 .region li a:hover {
  color: #2d404d;
}
.block-node-cta-block, .block-inline-blockcall-to-action {
  margin-top: 100px;
}
@media only screen and (min-width: 992px) {
  .block-node-cta-block > .container, .block-inline-blockcall-to-action > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.block-node-cta-block > .container .node-cta-block--content, .block-inline-blockcall-to-action > .container .node-cta-block--content {
  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) {
  .block-node-cta-block > .container .node-cta-block--content, .block-inline-blockcall-to-action > .container .node-cta-block--content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.block-node-cta-block > .container .node-cta-block--content--wrapper, .block-inline-blockcall-to-action > .container .node-cta-block--content--wrapper {
  background-color: #5dc4e9;
  padding: 120px 90px;
}
@media only screen and (max-width: 991px) {
  .block-node-cta-block > .container .node-cta-block--content--wrapper, .block-inline-blockcall-to-action > .container .node-cta-block--content--wrapper {
    padding: 60px;
  }
}
.block-node-cta-block > .container .node-cta-block--content h2, .block-inline-blockcall-to-action > .container .node-cta-block--content h2 {
  color: #2d404d;
}
.block-node-cta-block > .container .field--name-field-link a, .block-inline-blockcall-to-action > .container .field--name-field-link a {
  padding: 10px 20px;
  background-color: #fff;
  color: #393939;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
}
.block-node-cta-block > .container .field--name-field-link a:hover, .block-inline-blockcall-to-action > .container .field--name-field-link a:hover {
  text-decoration: none;
  background-color: #F7F8FA;
}
.block-node-cta-block > .container .field--name-field-link a:after, .block-inline-blockcall-to-action > .container .field--name-field-link a:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-right.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 8px;
  margin-left: 10px;
}
.block-node-cta-block.cta-background-secondary .node-cta-block--content--wrapper, .block-inline-blockcall-to-action.cta-background-secondary .node-cta-block--content--wrapper {
  background-color: #2d404d;
}
.block-node-cta-block.cta-background-secondary .node-cta-block--content h2,
.block-node-cta-block.cta-background-secondary .node-cta-block--content h3,
.block-node-cta-block.cta-background-secondary .node-cta-block--content h4, .block-inline-blockcall-to-action.cta-background-secondary .node-cta-block--content h2,
.block-inline-blockcall-to-action.cta-background-secondary .node-cta-block--content h3,
.block-inline-blockcall-to-action.cta-background-secondary .node-cta-block--content h4 {
  color: #5dc4e9;
}
.block-node-cta-block.cta-background-secondary p, .block-inline-blockcall-to-action.cta-background-secondary p {
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .block-node-cta-block .field--name-field-media-image, .block-inline-blockcall-to-action .field--name-field-media-image {
    width: 445px;
  }
}
.block-node-cta-block .field--name-field-media-image .field--item, .block-inline-blockcall-to-action .field--name-field-media-image .field--item {
  position: relative;
  overflow: hidden;
}
.block-node-cta-block .field--name-field-media-image .field--item:before, .block-inline-blockcall-to-action .field--name-field-media-image .field--item:before {
  content: '';
  position: absolute;
  width: 295px;
  height: 385px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: url("envinoa-snhv2c.css#svgPath");
          clip-path: url("envinoa-snhv2c.css#svgPath");
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: block;
  z-index: 2;
  bottom: -20px;
  left: -20px;
  -webkit-transform: scale(0.75) translateY(25%) translateX(-25%);
      -ms-transform: scale(0.75) translateY(25%) translateX(-25%);
          transform: scale(0.75) translateY(25%) translateX(-25%);
}
.block-views-blockprojects-project-related-projects-block {
  background-color: #2d404d;
  padding-top: 90px;
  padding-bottom: 90px;
  margin-top: 60px;
}
.block-views-blockprojects-project-related-projects-block > h2 {
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  color: #5dc4e9;
  font-size: 30px;
}

.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__date {
  float: right;
}
.blog-full__intro {
  clear: both;
}
.blog-full__categories a,
.blog-full__categories span {
  padding: 5px 10px;
  background: #eee;
  color: #333;
  font-weight: bold;
  font-size: 14px;
}
.blog-teaser__title h3 {
  margin-bottom: 5px;
}
.blog-teaser__date {
  margin-bottom: 10px;
}

.breadcrumb {
  background: transparent;
  padding-bottom: 2px;
  margin-bottom: 0px;
border-bottom: 1px solid #2d4f5e;
}
.breadcrumb > li {
  color: #2d4f5e;
  display: inline;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.breadcrumb > li a {
  color: #2d4f5e;
  
}
.breadcrumb > li a:hover {
  color: #5dc4e9;
}

.btn-default {
  background: #2d404d;
  color: #fff;
}
.background-primary .btn-default {
  background-color: #fff;
  color: #393939 !important;
}
.background-primary .btn-default:hover {
  color: #fff !important;
  background-color: #2d404d;
}
.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:hover, .btn-default:active:focus {
  background: #5dc4e9;
  color: #fff;
}
.btn-default[disabled], .btn-default[disabled]:hover {
  background: #465e56;
  color: #fff;
}
.btn-primary, .header-links a, .btn-success {
  background: #5dc4e9;
  color: #fff;
}
.btn-primary:hover, .header-links a:hover, .btn-primary:active, .header-links a:active, .btn-primary:focus, .header-links a:focus, .btn-primary:active:hover, .header-links a:active:hover, .btn-primary:active:focus, .header-links a:active:focus, .btn-success:hover, .btn-success:active, .btn-success:focus, .btn-success:active:hover, .btn-success:active:focus {
  background: #5dc4e9;
  color: #fff;
}
.btn-primary[disabled], .header-links a[disabled], .btn-primary[disabled]:hover, .header-links a[disabled]:hover, .btn-success[disabled], .btn-success[disabled]:hover {
  background: #e5e77d;
  color: #fff;
}
.btn-info {
  background: #eee;
  color: #393939;
}
.btn-info:hover, .btn-info:active, .btn-info:focus, .btn-info:active:hover, .btn-info:active:focus {
  background: #d5d5d5;
  color: #393939;
}
.btn-info[disabled], .btn-info[disabled]:hover {
  background: #eee;
  color: #999;
}
.btn-link {
  background: #fff;
  color: #393939;
}
.btn-link:hover, .btn-link:active, .btn-link:focus, .btn-link:active:hover, .btn-link:active:focus {
  background: #fff;
  color: #5dc4e9;
  text-decoration: none;
}
.btn-arrow {
  padding: 0;
  background-color: transparent;
  color: #fff;
  text-decoration: none !important;
  font-size: 15px;
  text-transform: none;
}
.btn-arrow:hover {
  color: #fff;
}
.btn-arrow:hover:after {
  margin-left: 8px;
}
.btn-arrow:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-right-white.svg");
  background-size: contain;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  margin-left: 5px;
  background-repeat: no-repeat;
}
.btn-lg {
  font-size: 18px;
}
.btn-md {
  font-size: 16px;
}
.btn-sm {
  font-size: 13px;
}
.btn-footer {
  padding: 7px 14px;
  border: 1px solid #E2E2E2;
  font-size: 13px;
  font-weight: 500;
  color: #393939;
}
.btn-footer:hover {
  color: #393939;
  text-decoration: none;
}
.btn-footer:hover:after {
  margin-left: 8px;
  margin-right: -3px;
}
.btn-footer:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 20px;
  height: 18px;
  background-image: url("../images/arrow-right-bold.svg");
  background-size: contain;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  margin-left: 5px;
  background-repeat: no-repeat;
}

.card__readmore {
  font-weight: 600;
  margin-top: 20px;
  text-decoration: underline;
}
.card__text {
  color: #393939;
  font-size: 16px;
}
.card__title {
  margin-top: 0 !important;
  font-size: 20px;
  margin-bottom: 10px;
  color: #2d404d;
  font-weight: 500;
}
.background-grey .card, .background-primary .card, .background-secondary .card {
  padding: 30px;
  color: #393939;
}
@media only screen and (min-width: 768px) {
  .background-grey .card, .background-primary .card, .background-secondary .card {
    padding: 30px 0;
  }
}
.background-secondary .card {
  background-color: #26342F;
  padding: 30px;
  margin-bottom: 20px;
}
.background-secondary .card__text {
  color: #fff;
}
.background-secondary .card__icon {
  margin-bottom: 20px;
}
.background-secondary .card__title {
  color: #5dc4e9;
}

#cboxClose {
  top: -50px !important;
  right: 0 !important;
  width: 30px !important;
  height: 30px !important;
}
#cboxClose:before, #cboxClose:after {
  width: 33px !important;
}

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

.copyright {
  background: #5dc4e9;
  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: #2d404d;
  color: #fff;
}
.cta a:not(.btn) {
  color: #5dc4e9;
}
.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;
     position: relative;
}

.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("../../vb_subtheme/envinoa/logo.svg.html") 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: #5dc4e9;
  border-color: #5dc4e9;
  color: #fff;
}
.views-exposed-form .form--inline .form-radios .control-label {
  display: block;
  background: #E2E2E2;
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 480px) {
  .views-exposed-form .form--inline .form-radios .control-label {
    width: auto;
  }
}
.views-exposed-form .form--inline .form-radios .control-label:before, .views-exposed-form .form--inline .form-radios .control-label:after {
  content: none;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio {
  display: inline-block;
  margin: 0 10px 0 0;
}
.views-exposed-form .form--inline .form-radios .form-item.form-type-radio:last-child {
  margin-right: 0;
}

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

.form-control {
  border: 1px solid #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.panel .form-control, .panel-primary .form-control {
  border: none;
}

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

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

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

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

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

.form-item > label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  display: block;
}
.form-item > label.option {
  color: #fff;
  text-transform: none;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0;
}
.background-secondary .form-item > label.option {
  color: #fff;
}
.form-item.form-type-processed-text {
  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 #BDBDBD;
  background: #fff;
  border-radius: 8px;
}
.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%2330413B%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: #2d404d;
}

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%2330413B%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-color: #fff;
}
select::-ms-expand,
select.form-control::-ms-expand {
  display: none;
}

.layout--bg-secondary-partial-up .webform-confirmation {
  color: #fff;
}

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

.layout-wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
}
.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--image-with-text-wide {
  padding-top: 0;
 position: relative;
}
.layout-wrapper.background-secondary, .layout-wrapper.background-primary {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 991px) {
  .layout-wrapper.background-secondary, .layout-wrapper.background-primary {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.layout-wrapper--no-padding-top {
  padding-top: 0 !important;
}
.layout-wrapper--no-padding-bottom {
  padding-bottom: 0 !important;
}
.layout-wrapper--big-padding-top {
  padding-top: 70px !important;
}
.layout-wrapper--big-padding-bottom {
  padding-bottom: 70px !important;
}
.layout-wrapper--no-margin-top {
  margin-top: 0 !important;
}
.layout-wrapper--no-margin-bottom {
  margin-bottom: 0 !important;
}
.layout-wrapper + .background-primary, .layout-wrapper + .background-secondary, .layout-wrapper.background-primary + .layout-wrapper, .layout-wrapper.background-secondary + .layout-wrapper {
  margin-top: 60px;
}
.layout-wrapper.background-primary + .background-primary, .layout-wrapper.background-primary + .background-secondary, .layout-wrapper.background-secondary + .background-primary, .layout-wrapper.background-secondary + .background-secondary {
  margin-top: 0;
}
.layout-wrapper--bg-secondary-partial-up {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, white), color-stop(30%, #2d404d), to(#2d404d));
  background: -o-linear-gradient(top, white 30%, #2d404d 30%, #2d404d 100%);
  background: linear-gradient(180deg, white 30%, #2d404d 30%, #2d404d 100%);
}
.layout-wrapper--bg-secondary-partial-up h2 {
  color: #5dc4e9;
}
.layout-wrapper--bg-secondary-partial-up h2 a {
  color: #5dc4e9;
  text-decoration: underline;
}
.layout-wrapper--bg-secondary-partial-down {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, white), color-stop(30%, #2d404d), to(#2d404d));
  background: -o-linear-gradient(bottom, white 30%, #2d404d 30%, #2d404d 100%);
  background: linear-gradient(0deg, white 30%, #2d404d 30%, #2d404d 100%);
}
.layout-wrapper--bg-primary-partial {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #5dc4e9), to(#5dc4e9));
  background: -o-linear-gradient(top, white 50%, #5dc4e9 50%, #5dc4e9 100%);
  background: linear-gradient(180deg, white 50%, #5dc4e9 50%, #5dc4e9 100%);
}
.layout-wrapper.background-grey {
  background-color: #F7F8FA;
}
.layout-wrapper.background-grey h2,
.layout-wrapper.background-grey h3,
.layout-wrapper.background-grey h4 {
  color: #393939;
}
.layout-wrapper.background-grey .btn-arrow {
  color: #393939;
}
.layout-wrapper.background-grey .btn-arrow:after {
  background-image: url("../images/arrow-right-bold.svg");
}
.layout-wrapper.background-primary {
  background-color: #5dc4e9;
}
.layout-wrapper.background-primary h2,
.layout-wrapper.background-primary h3,
.layout-wrapper.background-primary h4,
.layout-wrapper.background-primary h5,
.layout-wrapper.background-primary p,
.layout-wrapper.background-primary a {
  color: #393939;
}
.layout-wrapper.background-primary .btn-default {
  color: #fff;
}
.layout-wrapper.background-primary .btn-arrow {
  color: #393939;
}
.layout-wrapper.background-primary .btn-arrow:after {
  background-image: url("../images/arrow-right-bold.svg");
}
.layout-wrapper--image-with-text + .layout-wrapper--image-with-text, .layout-wrapper--text-image-cta + .layout-wrapper--text-image-cta {
  padding-top: 10px;
}
.layout-wrapper--background-b {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .layout-wrapper--background-b:after {
    content: '';
    display: block;
    width: 500px;
    height: 660px;
    position: absolute;
    left: -50px;
    bottom: -75px;
    background-image: url("../images/bigb.png");
    background-size: contain;
  }
}
.layout-wrapper--title-icon-solar h2:before {
  content: '';
  display: block;
  width: 60px;
  height: 60px;
  background-image: url("../images/solardark.svg");
  background-size: contain;
  margin-bottom: 10px;
}
.layout--bg-secondary-partial-up {
  background-color: #26342F;
  padding-left: 30px;
  padding-right: 30px;
}
.layout.no-gutters {
  margin-left: -30px;
  margin-right: -30px;
}
.layout--image-with-text-wide .inline-block-image {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 0;
}
.layout--image-with-text-wide .inline-block-image img {
  max-height: 500px;
  min-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout--image-with-text-wide .inline-block-text {
  position: relative;
  z-index: 2;
  padding: 60px 30px;
  background-color: #F7F8FA;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -150px;
  border-top: 6px solid #5dc4e9;
}
.layout--image-with-text-wide .inline-block-text .inline-block-text__text {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 992px) {
  .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 (min-width: 992px) {
  .layout--text-with-image-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.layout--text-with-image-overlay .inline-block-text {
  background-color: #2d404d;
  color: #fff;
  padding: 40px;
  font-size: 30px;
  letter-spacing: -0.6px;
}
@media only screen and (min-width: 992px) {
  .layout--text-with-image-overlay .inline-block-text {
    padding: 124px 75px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.layout--text-with-image-overlay .inline-block-text p {
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .layout--text-with-image-overlay .inline-block-text {
    font-size: 21px;
  }
}
.layout--text-with-image-overlay-light .inline-block-text {
  color: #393939;
  background-color: #5dc4e9;
}
@media only screen and (min-width: 992px) {
  .layout--text-with-image-overlay .col-lg-6:first-child {
    padding-right: 0;
  }
}
.layout--text-with-image-overlay .inline-block-image {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .layout--text-with-image-overlay .inline-block-image {
    margin: 0 -15px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout--text-with-image-overlay .inline-block-image {
    height: 100%;
  }
  .layout--text-with-image-overlay .inline-block-image div {
    height: 100%;
  }
  .layout--text-with-image-overlay .inline-block-image img {
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
.layout--text-with-image-overlay .inline-block-image:before {
  position: absolute;
  width: 295px;
  height: 385px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: url("envinoa-snhv2c.css#svgPath");
          clip-path: url("envinoa-snhv2c.css#svgPath");
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: block;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-20%);
      -ms-transform: translateY(-50%) translateX(-20%);
          transform: translateY(-50%) translateX(-20%);
}
@media only screen and (max-width: 991px) {
  .layout--text-with-image-overlay .inline-block-image:before {
    -webkit-transform: translateY(-50%) scale(0.5) translateX(-50%);
        -ms-transform: translateY(-50%) scale(0.5) translateX(-50%);
            transform: translateY(-50%) scale(0.5) translateX(-50%);
  }
}
@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;
  }
}
.layout--image-with-text .inline-block-image {
  max-height: 550px;
}
.layout--image-with-text .inline-block-image img {
  max-height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-left .inline-block-text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout--image-with-text-right .inline-block-text {
    padding-left: 0;
  }
}
.layout--text-image-cta .col-lg-5 {
  min-height: 350px;
}
.layout--text-image-cta .col-lg-5 .inline-block-image,
.layout--text-image-cta .col-lg-5 .inline-block-image__image,
.layout--text-image-cta .col-lg-5 .field--name-field-media-image,
.layout--text-image-cta .col-lg-5 .media-image,
.layout--text-image-cta .col-lg-5 .responsively-lazy,
.layout--text-image-cta .col-lg-5 img {
  min-height: 350px;
}
@media only screen and (min-width: 992px) {
  .layout--text-image-cta .col-lg-7 {
    margin-left: 30px;
  }
}
.layout--text-image-cta .inline-block-image__image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout--text-image-cta h2 {
  color: #107b98;
}
.layout--text-image-cta .btn-arrow {
  color: #393939;
}
.layout--text-image-cta .btn-arrow:after {
  background-image: url("../images/arrow-right-black.svg");
}
.layout--background-b .col-xs-12 {
  z-index: 3;
}

.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: #E2E2E2;
  color: #393939;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
  padding: 10px;
  margin-bottom: -1px;
}

@media only screen and (min-width: 992px) {
  .navbar-header .menu--main, .navbar-header .menu--meta-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.menu--main > li, .menu--meta-menu > li {
  padding: 20px 6px;
}
@media only screen and (min-width: 992px) {
  .navbar-header .menu--main > li, .navbar-header .menu--meta-menu > li {
    float: none;
  }
}
@media only screen and (min-width: 1240px) {
  .menu--main > li, .menu--meta-menu > li {
    padding: 20px 15px;
  }
}
.footer .menu--main > li, .footer .menu--meta-menu > li {
  float: none;
  text-align: left;
  padding: 0;
  margin-bottom: 20px;
}
.footer .menu--main > li a, .footer .menu--meta-menu > li a {
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  text-transform: none;
}
.menu--main > li > a, .menu--meta-menu > li > a {
  line-height: 20px;
  padding: 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.footer .menu--main > li > a, .footer .menu--meta-menu > li > a {
  color: #393939;
}
.menu--main > li > a[data-target="#"]:hover, .menu--meta-menu > li > a[data-target="#"]:hover {
  cursor: default;
  color: #393939;
}
.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: #5dc4e9;
  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 > a.dropdown-toggle, .menu--meta-menu > li > a.dropdown-toggle {
  padding-right: 25px;
  position: relative;
}
.menu--main > li > a.dropdown-toggle:hover, .menu--meta-menu > li > a.dropdown-toggle:hover {
  cursor: pointer;
}
.menu--main > li > a.dropdown-toggle .caret, .menu--meta-menu > li > a.dropdown-toggle .caret {
  display: none;
}
.menu--main > li > a.dropdown-toggle:after, .menu--meta-menu > li > a.dropdown-toggle:after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 20px;
  height: 10px;
  background-image: url("../images/arrow-down.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.menu--main > li > a.home-link, .menu--meta-menu > li > a.home-link {
  font-size: 0 !important;
  height: 20px;
  width: 20px;
  background-image: url("../images/home.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
.menu--main .dropdown-menu, .menu--meta-menu .dropdown-menu {
  border: none;
  padding: 20px;
  min-width: 300px;
}
.menu--main .dropdown-menu > li > a, .menu--meta-menu .dropdown-menu > li > a {
  font-size: 15px;
  border-bottom: 0;
  background-color: transparent !important;
}
.menu--main .dropdown-menu > li > a:hover, .menu--meta-menu .dropdown-menu > li > a:hover {
  color: #107b98;
}
.menu--main .dropdown-menu > li.active > a, .menu--meta-menu .dropdown-menu > li.active > a {
  background: transparent;
  color: #107b98;
}
.header .menu--main .menu-link-node-2:hover .dropdown-menu, .header .menu--meta-menu .menu-link-node-2:hover .dropdown-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu--main .menu-link-node-2 .dropdown-menu, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu {
  padding: 20px;
  min-width: 575px;
  top: 50px;
}
.header .menu--main .menu-link-node-2 .dropdown-menu a, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu a {
  color: #393939;
}
.header .menu--main .menu-link-node-2 .dropdown-menu a:hover, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu a:hover {
  text-decoration: none;
  color: #107b98;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper a, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper a {
  font-weight: 500;
  font-size: 18px;
}

.header .menu--main .menu-link-node-2 .dropdown-menu ul, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu ul {
  list-style: none;
  padding: 0;
  width: 500px;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper-right, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper-right {
  padding: 20px;
  background-color: #F7F8FA;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper-right span, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper-right span {
  font-weight: 500;
  font-size: 18px;
  display: block;
  margin-bottom: 15px;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper-right ul li a, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper-right ul li a {
  color: #393939;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper-right ul li a:hover, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper-right ul li a:hover {
  text-decoration: none;
  color: #107b98;
}
.header .menu--main .menu-link-node-2 .dropdown-menu .wrapper-right ul li a:before, .header .menu--meta-menu .menu-link-node-2 .dropdown-menu .wrapper-right ul li a:before {
  content: '';
  display: inline-block;
  background-image: url("../images/ul.svg");
  width: 12px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
.header .menu--main .wrapper span, .header .menu--meta-menu .wrapper span {
  display: none;
}
.region-footer-2 .menu--main .energy-solutions, .region-footer-2 .menu--meta-menu .energy-solutions {
  display: none;
}

.notfound {
  padding-bottom: 100px;
}
.notfound h1 {
  font-family: 'arial';
  font-size: 300px;
  color: #5dc4e9;
  z-index: 0;
}
@media only screen and (max-width: 991px) {
  .notfound h1 {
    font-size: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .notfound h1 {
    font-size: 100px;
  }
}
.notfound .rtecenter {
  font-size: 30px;
  font-weight: 300;
}
.notfound .btn, .notfound .header-links a, .header-links .notfound a {
  color: #393939;
  font-weight: 600;
}

aside.right-off-canvas-menu,
aside.left-off-canvas-menu {
  background: #5dc4e9;
  padding-top: 100px;
}
aside.right-off-canvas-menu .region-navigation-collapsible,
aside.left-off-canvas-menu .region-navigation-collapsible {
  padding-bottom: 200px;
}
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: #5dc4e9;
}
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: #5dc4e9;
}
aside.right-off-canvas-menu .burger .line,
aside.left-off-canvas-menu .burger .line {
  background: #fff;
}

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

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

.page-title {
  padding: 10px 0;
  margin-bottom: 0;
  padding-top: 0;
}
.page-title--has-banner {
  padding-bottom: 0;
  background: -o-linear-gradient(bottom, #fff 0, #fff 85px, #5dc4e9 85px);
  background: linear-gradient(to top, #fff 0, #fff 85px, #5dc4e9 85px);
}
.page-title .page-header {
  text-align: left;
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
  .page-title .page-header {
    text-align: center;
  }
}
.path-frontpage .page-title .page-header {
  margin-top: 0px;
}
.page-title h1 {
  color: #fff;
  margin: 5px 0 0;
}
.page-title h2 {
  color: #fff;
  margin: 5px 0 0;
 font-size: 20px;
  font-weight: 200;
  letter-spacing: -1.4px;
 
}
.path-frontpage .page-title h1 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: -1.4px;
  max-width: 991px;
}
@media only screen and (max-width: 991px) {
  .path-frontpage .page-title h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .page-title h1 {
    margin: 40px 0 0;
  }
}
.page-title__container {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .page-title__container {
    padding-right: 100px;
  }
  .path-frontpage .page-title__container {
    padding-right: 0;
  }
}
.page-title__container .header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .page-title__container .header-icon {
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 992px) {
  .page-title__container .header-icon {
    position: absolute;
    right: 15px;
    top: 0;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .page-title__container .header-icon {
    right: 0;
  }
}

.page-title__container .header-icon .field--label {
  display: none;
}
.page-title__container .header-icon .icon {
  background-color: #5dc4e9;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-title__container .header-icon .icon svg {
  width: 50px;
  height: 50px;
}

.panel, .panel-primary {
  background: #5dc4e9;
  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: #393939;
}
.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: #393939;
}
.panel > .panel-heading, .panel-primary > .panel-heading {
  background: #5dc4e9;
  color: #fff;
}
.panel-default {
  background: #E2E2E2;
  color: #393939;
}
.panel-default h2,
.panel-default h3,
.panel-default h4,
.panel-default label,
.panel-default p {
  color: #393939;
}
.panel-default > .panel-heading {
  background: #E2E2E2;
  color: #393939;
}
.background-grey .panel-default {
  background: #fff;
}

.quote, blockquote {
  margin-top: 20px;
  text-align: center;
  padding: 50px 30px;
  border: 1px solid #E2E2E2;
}
.quote__text, blockquote p {
  color: #393939;
  font-weight: 300;
  font-size: 16px;
}
.quote__text p, blockquote p p {
  line-height: 130%;
}
.quote__text:before, blockquote p:before {
  content: none !important;
}
.quote__footer {
  margin-top: 50px;
  text-align: center;
}
.quote__footer:before {
  content: none;
}
.quote__author {
  color: #107b98;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.quote__occupation {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: normal;
}
.quote__image {
  margin-bottom: 20px;
  margin-top: 20px;
}
.quote__image img {
  margin: 0 auto;
  border-radius: 100%;
  position: relative;
  max-width: 45px;
}

blockquote {
  padding: 40px;
}

.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%23DDDF52%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%2330413B%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 #393939;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  border-color: #5dc4e9;
  outline: none;
}
.slick-dots li.slick-active button {
  background: #5dc4e9;
  border-color: #5dc4e9;
}

.snippet-vertical {
  border: 1px solid #E2E2E2;
}
.snippet-vertical__image {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}
.snippet-horizontal {
  border: 1px solid #E2E2E2;
}

.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.social__link {
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  background-position: center center;
  border-radius: 0;
  background-color: transparent;
  display: inline-block;
}
.social__link:hover {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: .6;
}
.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%3E%3Cpath%20fill%3D%22%23A5A5A5%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 {
  background-image: url("../images/x.svg");
  background-size: 15px !important;
}
.region-footer-2 .social__link--twitter {
  background-size: 21px !important;
  margin-top: 1px;
}
.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%23A5A5A5%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--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%23A5A5A5%22%20d%3D%22M41.3%2033.3l1.7-6.3h-7v-5.7c0-2%201-2.3%204-2.3h3v-7h-5.7c-5.5%200-9.3%203.2-9.3%209.3v5.7h-7v7h7v18h8v-18.7h5.3z%22%2F%3E%3C%2Fsvg%3E");
}
.share__link--twitter {
  background-image: url("../images/x.svg");
  background-size: 15px !important;
}
.region-footer-2 .share__link--twitter {
  background-size: 21px !important;
  margin-top: 1px;
}
.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%23A5A5A5%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: #5dc4e9;
  border: none;
}
table tr:nth-child(odd) td {
  background: #f0f0f0;
}

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

.timeline-item {
  border: 1px solid #E2E2E2;
}
.timeline-item:before {
  border: 4px solid #2d404d;
  background: #fff;
}
.timeline-item:after {
  background: #5dc4e9;
}
.timeline-item__year {
  top: -80px;
  font-size: 80px;
  line-height: 1;
  font-family: "Times New Roman", serif;
  color: #E2E2E2;
}
@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: #E2E2E2;
  border-radius: 99px;
  overflow: hidden;
}
.user__image-placeholder:before, .user__image-placeholder:after {
  position: absolute;
  content: '';
  background: #bcbcbc;
  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: #5dc4e9;
}
.usp__text {
  font-size: 26px;
}

.view--has-ajax.loading .view-content:after {
  border-color: #5dc4e9 transparent #2d404d transparent;
}
.view-id-solutions.view-display-id-solutions_overview_block .view-content, .view-id-solutions.view-display-id-solutions_overview_projects_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.view-id-solutions.view-display-id-solutions_overview_block .views-row, .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row {
  margin-bottom: 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%;
}
.path-frontpage .view-id-solutions.view-display-id-solutions_overview_block .views-row, .path-frontpage .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .view-id-solutions.view-display-id-solutions_overview_block .views-row, .path-frontpage .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .view-id-solutions.view-display-id-solutions_overview_block .views-row, .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row {
    width: 50%;
    border-left: 1px solid #fff;
  }
  .view-id-solutions.view-display-id-solutions_overview_block .views-row:first-child, .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row:first-child {
    border-left: none;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-solutions.view-display-id-solutions_overview_block .views-row, .view-id-solutions.view-display-id-solutions_overview_projects_block .views-row {
    width: 33.3%;
  }
}
.view-id-regions.view-display-id-footer_region_offices_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
@media only screen and (max-width: 991px) {
  .view-id-regions.view-display-id-footer_region_offices_block .view-content {
    margin-top: 50px;
  }
}
.view-id-regions.view-display-id-footer_region_offices_block .views-row {
  padding: 0 15px;
  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: 768px) {
  .view-id-regions.view-display-id-footer_region_offices_block .views-row {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .view-id-regions.view-display-id-footer_region_offices_block .views-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.view-id-regions.view-display-id-footer_region_offices_block .views-row .field--name-field-footer-extra-logo {
  max-width: 110px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .view-id-regions.view-display-id-footer_region_offices_block .views-row .field--name-field-footer-extra-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.view-id-projects.view-display-id-projects_overview_block > .view-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
}
@media only screen and (min-width: 992px) {
  .view-id-projects.view-display-id-projects_overview_block > .view-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.view-id-projects.view-display-id-projects_overview_block > .view-content > h3 {
  color: #2d404d;
}
.view-id-projects.view-display-id-project_related_projects_block .view-content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 50px;
}
.view-id-projects.view-display-id-project_related_projects_block .view-content > h3 {
  display: none;
}
.view-id-projects.view-display-id-map_attachment button {
  top: 0 !important;
  right: 0 !important;
}
@media only screen and (max-width: 991px) {
  .view-id-services.view-display-id-services_overview_block {
    margin-top: 30px;
  }
}
.view-id-services.view-display-id-services_overview_block .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.view-id-services.view-display-id-services_overview_block .views-row {
  padding: 0 15px;
  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: 768px) {
  .view-id-services.view-display-id-services_overview_block .views-row {
    width: 50%;
  }
}
@media only screen and (max-width: 991px) {
  .view-id-services.view-display-id-services_overview_block .views-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.view-id-services.view-display-id-services_overview_block .views-row .field--name-field-footer-extra-logo {
  max-width: 110px;
  margin-top: 20px;
}
@media only screen and (max-width: 991px) {
  .view-id-services.view-display-id-services_overview_block .views-row .field--name-field-footer-extra-logo {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
.view-id-team_members .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
.view-id-team_members .views-row {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -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: 768px) {
  .view-id-team_members .views-row {
    width: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .view-id-team_members .views-row {
    width: 33.3%;
  }
}
.view-id-target_audiences a:hover {
  text-decoration: none;
}

.inline-block-brands__images {
  border: 1px solid #E2E2E2;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inline-block-brands__images .brand {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px;
}
.inline-block-brands__images--slider .brand {
  margin-left: 10px;
  margin-right: 10px;
}
.inline-block-brands__images--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.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: #E2E2E2;
}
.inline-block-call-to-action.background-primary {
  background-color: #5dc4e9;
}
.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: #2d404d;
}
.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;
}

.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: #5dc4e9;
  line-height: normal;
  font-weight: 700;
  padding: 80px 20px;
  background-color: #fff;
  text-align: center;
  border: 1px solid #E2E2E2;
  -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;
}
.inline-block-counter .counter__suffix {
  font-size: 18px;
  font-weight: 300;
  display: block;
  color: #E2E2E2;
}
.inline-block-counter .counter__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.inline-block-form {
  max-width: 920px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}
.background-primary .inline-block-form {
  margin-top: 200px;
  margin-bottom: 200px;
}
.inline-block-form .inline-block-form__form {
  max-width: 730px;
  margin: 0 auto;
}
.inline-block-form .inline-block-form__form .btn, .inline-block-form .inline-block-form__form .header-links a, .header-links .inline-block-form .inline-block-form__form a {
  color: #393939;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  letter-spacing: normal;
}
.inline-block-form .has-required-fields {
  color: #fff;
}

.inline-block-gallery.slider .slick-prev,
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-prev,
.inline-block-gallery.sliderbig .slick-next {
  width: 30px;
  height: 30px;
  top: 100%;
  background-size: 30px;
  background-image: url("../images/arrow.svg");
  margin-top: 5px;
}
.inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
  left: calc(50% + 20px);
  -webkit-transform: translate(-15px, 60px);
      -ms-transform: translate(-15px, 60px);
          transform: translate(-15px, 60px);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-next, .inline-block-gallery.sliderbig .slick-next {
    -webkit-transform: translate(-15px, 30px);
        -ms-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px);
  }
}
.inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
  left: calc(50% - 20px);
  -webkit-transform: translate(-15px, 60px) rotate(180deg);
      -ms-transform: translate(-15px, 60px) rotate(180deg);
          transform: translate(-15px, 60px) rotate(180deg);
}
@media only screen and (max-width: 991px) {
  .inline-block-gallery.slider .slick-prev, .inline-block-gallery.sliderbig .slick-prev {
    -webkit-transform: translate(-15px, 30px) rotate(180deg);
        -ms-transform: translate(-15px, 30px) rotate(180deg);
            transform: translate(-15px, 30px) rotate(180deg);
  }
}
.inline-block-gallery.sliderbig {
  padding-bottom: 100px;
}
.inline-block-gallery.sliderbig .slick-slider {
  max-width: 100%;
}
.inline-block-gallery.sliderbig .slick-slider .slick-list {
  overflow: visible;
}
.inline-block-gallery.sliderbig .slick-slider img,
.inline-block-gallery.sliderbig .slick-slider .slick-slide {
  margin-right: 30px;
  height: 250px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 300px;
  }
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 350px;
  }
}
@media only screen and (min-width: 1240px) {
  .inline-block-gallery.sliderbig .slick-slider img,
  .inline-block-gallery.sliderbig .slick-slider .slick-slide {
    height: 590px;
  }
}
.inline-block-gallery__images--grid .colorbox, .inline-block-gallery__images--masonry .colorbox {
  display: block;
}
.inline-block-gallery__images--grid .colorbox:after, .inline-block-gallery__images--masonry .colorbox:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #5dc4e9;
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.inline-block-gallery__images--masonry .colorbox {
  position: relative;
}
.inline-block-gallery__images--masonry .media-image {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  width: 100%;
  height: 540px;
}
.inline-block-gallery__images--masonry .media-image:nth-child(3), .inline-block-gallery__images--masonry .media-image:nth-child(4) {
  height: 350px;
}
.inline-block-gallery__images--masonry .media-image .responsively-lazy,
.inline-block-gallery__images--masonry .media-image .colorbox,
.inline-block-gallery__images--masonry .media-image img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
@media only screen and (min-width: 992px) {
  .inline-block-gallery__images--masonry .media-image {
    margin-bottom: 20px;
    width: 50%;
  }
  .inline-block-gallery__images--masonry .media-image:nth-child(3) {
    width: 70%;
  }
  .inline-block-gallery__images--masonry .media-image:nth-child(4) {
    width: 30%;
  }
}
.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;
}
.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%;
  min-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;
}

@media only screen and (max-width: 991px) {
  .inline-block-image {
    margin-bottom: 30px;
  }
}

.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: #393939;
  opacity: 0.3;
}
.page-teaser:hover .page-teaser__image:after {
  opacity: 0.1;
}

.inline-block-quote {
  border: 1px solid #5dc4e9;
  padding-top: 50px;
  padding-bottom: 50px;
}
.inline-block-quote .quote, .inline-block-quote blockquote {
  border: none;
  text-align: left;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .inline-block-quote .quote, .inline-block-quote blockquote {
    padding: 30px;
  }
}
.inline-block-quote .quote__text, .inline-block-quote blockquote p, blockquote .inline-block-quote p {
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .inline-block-quote .quote__text, .inline-block-quote blockquote p, blockquote .inline-block-quote p {
    font-size: 22px;
  }
}
.inline-block-quote .quote__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.inline-block-quote .quote__image {
  margin-top: 5px;
  margin-right: 20px;
}

.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 {
  margin-bottom: 50px;
}
.inline-block-quotes--slider .slick-list {
  margin: 0 -15px;
}
.inline-block-quotes--slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.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-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: #E2E2E2;
  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: #E2E2E2;
}
@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;
}

.path-frontpage .background-primary .block-inline-blocksection-title h2 {
  font-size: 30px;
  color: #393939;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  letter-spacing: -1.5px;
}
@media only screen and (min-width: 992px) {
  .path-frontpage .background-primary .block-inline-blocksection-title h2 {
    font-size: 50px;
  }
}
.background-secondary .block-inline-blocksection-title h2 {
  font-size: 30px;
  color: #5dc4e9;
  margin-bottom: 20px;
}

.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 #E2E2E2;
  margin-bottom: -1px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  background-color: #E2E2E2;
}
@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 {
  background-color: transparent;
  color: #5dc4e9;
  border-bottom: 1px solid #fff;
}

.inline-block-text__text a {
  text-decoration: underline;
  font-weight: 600;
}
.inline-block-text__text iframe {
  width: 100%;
  min-height: 600px;
  margin-bottom: 0;
  border: none;
}
.inline-block-text__text ul {
  list-style: none;
  padding: 0;
}
.inline-block-text__text ul li {
  position: relative;
  padding-left: 30px;
}
.inline-block-text__text ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow.svg");
  background-size: cover;
  margin-right: 10px;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}
.background-secondary .inline-block-text p {
  color: #fff;
}
.background-secondary .inline-block-text h2 {
  font-size: 40px;
  color: #5dc4e9;
  max-width: 300px;
}

.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: #E2E2E2;
}
.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 #E2E2E2;
  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: #E2E2E2;
  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: #E2E2E2;
  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: #5dc4e9;
  text-decoration: none;
}

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

.case-full {
  padding-top: 40px;
}
.case-full__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.case-full__date {
  float: right;
}
.case-full__intro {
  clear: both;
  margin-bottom: 50px;
}
.case-full__title {
  font-size: 40px;
  margin-bottom: 40px;
  margin-top: 0;
}
.case-full .container {
  padding: 0 90px;
  max-width: 1140px;
}
.case-full .container--medium {
  max-width: 940px;
}
.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: #E2E2E2;
  color: #E2E2E2;
  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 #E2E2E2;
  font-weight: bold;
  color: #5dc4e9;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px;
}
.content-bottom .case-teaser__readmore {
  color: #fff;
  background-color: #5dc4e9;
  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: transparent;
  border: 1px solid #5dc4e9;
  padding: 50px;
}
@media only screen and (max-width: 991px) {
  .job-teaser__link {
    padding: 30px;
  }
}
.job-teaser__link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
  background-color: #5dc4e9;
}
.job-teaser__readmore {
  margin-top: 25px;
  display: block;
  font-weight: bold;
}
.job-teaser__readmore:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow-right-black.svg");
  background-size: contain;
  -webkit-transform: translateY(8px);
      -ms-transform: translateY(8px);
          transform: translateY(8px);
  margin-left: 5px;
}
.job-teaser__title {
  font-size: 30px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .job-teaser__title {
    width: 45%;
  }
}
@media only screen and (max-width: 991px) {
  .job-teaser__title {
    font-size: 28px;
  }
}
@media only screen and (min-width: 768px) {
  .job-teaser__summary {
    width: 50%;
  }
}
.job-full {
  padding-top: 45px;
}
.job-full .container {
  max-width: 920px;
}
@media only screen and (max-width: 991px) {
  .job-full__title {
    font-size: 30px;
  }
}
.job-full__date:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../images/clock.svg");
  background-size: contain;
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}
.job-full__share {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.job-full__share .share {
  text-align: left;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  margin-top: 2px;
}
.job-full__share .share:before, .job-full__share .share:after {
  content: none;
}
.job-full__share .share__link {
  width: 25px;
  height: 25px;
  background-size: 25px;
  margin-right: 5px;
}

.office-teaser {
  margin-bottom: 20px;
  padding: 50px;
  border: 1px solid #5dc4e9;
}
@media only screen and (max-width: 991px) {
  .office-teaser {
    padding: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .office-teaser {
    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) {
  .office-teaser__content {
    margin-left: 30px;
  }
}
.office-teaser__content a {
  color: #107b98;
  text-decoration: underline;
}
.office-teaser__content a:hover {
  text-decoration: none;
}
.office-teaser__image {
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .office-teaser__image {
    max-width: 370px;
    margin-bottom: 0;
  }
}
.office-teaser__title {
  color: #393939;
  font-weight: 400;
}
.office-teaser__opening_hours {
  margin-top: 20px;
}

.project-teaser {
  margin-bottom: 30px;
}
.project-teaser-wrapper {
  display: block;
  padding: 30px;
  background-color: #26342F;
  color: #fff;
}
@media only screen and (min-width: 992px) {
  .project-teaser-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
  }
}
.view-display-id-project_related_projects_block .project-teaser-wrapper {
  background-color: #26342F;
}
.project-teaser-wrapper:hover {
  text-decoration: none;
  color: #fff;
}
.project-teaser-wrapper h3 {
  color: #fff;
  margin-bottom: 10px;
}
.project-teaser > a:hover {
  background-color: #107b98;
}
.project-teaser > a:focus {
  color: #fff;
}
.project-teaser__content-left, .project-teaser__content-right {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .project-teaser__content-left, .project-teaser__content-right {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .project-teaser__content-left, .project-teaser__content-right {
    width: 50%;
  }
}
.project-teaser__summary {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 160%;
}
.project-teaser__power, .project-teaser__address, .project-teaser__status {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .project-teaser__power, .project-teaser__address, .project-teaser__status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project-teaser__power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-teaser__power:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/flash.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.project-teaser__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-teaser__address:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/location.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.project-teaser__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-teaser__status:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/timer.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.project-teaser__readmore {
  background-color: #fff;
  color: #393939;
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  line-height: unset;
  text-transform: none;
}
.project-teaser__readmore:hover {
  background-color: #fff;
  color: #393939;
}
.project-teaser__readmore:hover:after {
  margin-left: 8px;
  margin-right: -3px;
}
.project-teaser__readmore:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("../images/arrow-right-bold.svg");
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
  background-size: contain;
  margin-left: 5px;
  background-repeat: no-repeat;
}
.project-teaser__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
@media only screen and (min-width: 992px) {
  .project-teaser__icon {
    min-width: 200px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}
@media only screen and (max-width: 991px) {
  .project-teaser__icon {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
}
.project-teaser__icon svg * {
  stroke: #fff !important;
}
.project-teaser-overview {
  padding: 10px;
  padding-top: 0;
}
.project-teaser-overview__title {
  color: #393939;
  font-size: 20px !important;
  font-weight: 500;
  margin-bottom: 10px !important;
}
.project-teaser-overview__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 180%;
  letter-spacing: 0.84px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-teaser-overview__address .field--name-field-country:before {
  content: ',';
  margin-left: 2px;
}
.project-teaser-overview__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.project-teaser-overview__status {
  padding: 0 10px;
  border: 1px solid #5dc4e9;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.44px;
  font-weight: 500;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-teaser-overview__power {
  font-size: 14px;
  font-weight: 400;
}
.project-teaser-overview .btn, .project-teaser-overview .header-links a, .header-links .project-teaser-overview a {
  margin-top: 10px;
  padding: 7px 14px;
  background-color: transparent;
  border: 1px solid #E2E2E2;
  color: #393939;
  padding-top: 0;
}
.project-teaser-overview .btn:focus, .project-teaser-overview .header-links a:focus, .header-links .project-teaser-overview a:focus, .project-teaser-overview .btn:active, .project-teaser-overview .header-links a:active, .header-links .project-teaser-overview a:active {
  background-color: transparent;
  color: #393939;
  outline: none;
}
.project-teaser-overview .btn:hover, .project-teaser-overview .header-links a:hover, .header-links .project-teaser-overview a:hover {
  background-color: #F7F8FA;
}
.project-teaser-overview .btn:after, .project-teaser-overview .header-links a:after, .header-links .project-teaser-overview a:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/arrow-right-bold.svg");
  background-size: contain;
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  margin-left: 5px;
  background-repeat: no-repeat;
}

.service-teaser {
  margin-bottom: 30px;
}
.service-teaser > a {
  padding: 50px 30px;
  background-color: #26342F;
  display: block;
  height: 100%;
}
.service-teaser > a:hover {
  background-color: #107b98;
}
.service-teaser a,
.service-teaser p {
  color: #fff;
}
.service-teaser a:hover,
.service-teaser p:hover {
  text-decoration: none;
}
.service-teaser__title {
  color: #5dc4e9;
  margin-top: 10px;
}
.service-teaser__summary {
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-bottom: 20px;
}

.solution-teaser {
  background-color: #f4f4f4;
  padding: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .solution-teaser {
    padding: 30px;
  }
}
.solution-teaser__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.solution-teaser__title {
  font-size: 40px;
  font-weight: 600;
  color: #000;
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .solution-teaser__title {
    font-size: 30px;
  }
}
.solution-teaser__summary {
  font-weight: 300;
  margin-bottom: 50px;
}
.solution-teaser__readmore {
  padding: 15px 20px;
  background-color: #fff;
  text-align: center;
  color: #000;
  width: 100%;
  margin-top: auto;
  font-weight: 600;
}
.solution-teaser__readmore:hover {
  background-color: #bfbfbf;
}

.target-audience-teaser {
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .target-audience-teaser {
    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) {
  .target-audience-teaser:after {
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url("../images/arrow-right.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 50px;
    background-position: center;
    min-width: 60px;
  }
}
.target-audience-teaser__image {
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 992px) {
  .target-audience-teaser__image {
    width: 300px;
    min-width: 300px;
    margin-right: 50px;
    margin-bottom: 0;
  }
}
.target-audience-teaser .field--name-field-summary {
  color: #393939;
}
.target-audience-teaser__title a {
  color: #107b98;
  font-size: 30px;
  font-weight: 400;
}
.target-audience-teaser__title a:hover {
  color: #2d404d;
  text-decoration: none;
}

.team-member-teaser__content-popup:hover {
  cursor: pointer;
}
.team-member-teaser__content:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.team-member-teaser__title {
  margin-top: 10px;
  margin-bottom: 0;
}
.team-member-teaser__image {
  overflow: hidden;
}
.team-member-teaser__function {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.84px;
}
.team-member-teaser__overlay {
  display: none;
}
.team-member-teaser__overlay-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .team-member-teaser__overlay-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (min-width: 992px) {
  .team-member-teaser__overlay-content, .team-member-teaser__overlay__image {
    width: 50%;
  }
}
.team-member-teaser__overlay__title {
  margin: 0;
}
.team-member-teaser__overlay__function {
  margin-bottom: 20px;
}
.team-member-teaser__overlay-content {
  padding: 50px;
  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;
}
@media only screen and (max-width: 991px) {
  .team-member-teaser__overlay-content {
    padding: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .team-member-teaser__overlay__image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: none;
  }
}
.team-member-teaser__overlay__image img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .team-member-teaser__overlay__image img {
    margin-top: 30px;
  }
}
.team-member-teaser__wrapper {
  padding-right: 50px;
  position: relative;
  margin-top: 20px;
}
.team-member-teaser__content-popup .team-member-teaser__wrapper:before {
  display: block;
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background-size: contain;
  right: 0;
  top: 10px;
  background-image: url("../images/arrow-right-black.svg");
}

.footer {
  padding: 15px 0;
  padding-bottom: 50px;
  margin-top: 90px;
}
@media only screen and (max-width: 991px) {
  .footer,
  .footer a {
    text-align: center !important;
  }
}
.footer .menu--main li:first-child {
  display: none;
}
@media only screen and (min-width: 768px) {
  .footer .menu--main {
    width: 100%;
  }
}
.footer-legal-wrapper .container:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  margin-bottom: 20px;
}
.footer > .container {
  padding-bottom: 30px;
}
.footer > .container .field--name-field-footer-extra-text {
  margin-top: 20px;
}
.footer > .container .btn-footer {
  margin-top: 20px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .footer > .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer > .container:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E2E2E2;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
  .footer > .container .region {
    width: 50%;
  }
  .footer > .container .region:last-child {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .footer > .container .region {
    width: 25%;
  }
  .footer > .container .region:last-child {
    width: 50%;
  }
}
.footer ul {
  list-style: none;
  padding: 0;
}
.footer .block-block-envinoa-footer-menu ul li a {
  color: #393939;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}
.footer .block-block-envinoa-footer-menu ul li a:hover {
  text-decoration: none;
  color: #5dc4e9;
}
.footer .block-block-envinoa-footer-menu > ul > li > a {
  font-size: 18px;
  font-weight: 500;
  color: #393939;
  letter-spacing: -0.18px;
  line-height: normal;
}
.footer .region-footer-2 a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  display: block;
}
.footer .region-footer-2 a:hover {
  color: #5dc4e9;
  background-color: transparent !important;
}
.footer .region-footer-2 .share {
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
}
@media only screen and (max-width: 991px) {
  .footer .region-footer-2 .share {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .region-footer-2 .share__link {
  width: 20px;
}
.footer .region-footer-2 .share:after {
  content: none;
}
.footer .region-footer-3 h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.18px;
}
.footer .region-footer-3 h2 a {
  color: #393939;
  pointer-events: none;
}
.footer .region-footer-3 h2 a:hover {
  text-decoration: none;
}
.footer .region-footer-3 .field--name-field-email a {
  text-decoration: underline;
}

.region-footer-legal {
  padding-top: 10px;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal {
    text-align: center;
  }
}
@media only screen and (min-width: 992px) {
  .region-footer-legal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.region-footer-legal .block-menu-block > ul {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 991px) {
  .region-footer-legal .block-menu-block > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.region-footer-legal .block-menu-block > ul li {
  margin-right: 20px;
}
.region-footer-legal .block-menu-block > ul li a {
  text-decoration: none;
  color: #A5A5A5;
}
.region-footer-legal .block-menu-block > ul li a:hover {
  color: #5dc4e9;
}
.region-footer-legal .vb-design {
  font-size: 14px;
  color: #A5A5A5;
}
.region-footer-legal .vb-design:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background-image: url("../images/icon-vb.svg");
  margin-right: 10px;
  background-size: cover;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.header {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.path-frontpage .header {
  border-bottom: none;
}
.header-bg {
  background-image: url("../images/header-bg.png");
  background-size: cover;
  position: relative;
}
.path-frontpage .header-bg {
  z-index: 0;
  min-height: 300px;
  padding-bottom: 150px;
  margin-bottom: -300px;
    
}
@media only screen and (min-width: 992px) {
  .path-frontpage .header-bg {
    min-height: 208px;
   
  }
}
@media only screen and (min-width: 992px) {
  .path-frontpage .header-bg {
    margin-bottom: -100px;

  }
}
.path-frontpage .header-bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #393939;
  opacity: 0.4;
  z-index: 0;
}
.header-bg video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.header .logo {
  width: 100px;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .header .logo {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .header .logo {
    width: 130px;
  }
}
.header #block-envinoa-main-menu {
  margin-right: auto;
}
@media only screen and (max-width: 991px) {
  .header #block-envinoa-main-menu {
    display: none;
  }
}
@media only screen and (min-width: 1240px) {
  .header #block-envinoa-main-menu {
    margin-left: 40px;
  }
}
.header .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.17px;
  text-transform: uppercase;
}
.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: #2d404d;
    margin: 0 -15px;
    padding: 10px;
  }
}
.header .navbar-toggle {
  border: none;
  position: relative;
  float: right;
  margin-top: 10px;
}
@media only screen and (max-width: 991px) {
  .header .navbar-toggle {
    display: block;
  }
}
.header .navbar-toggle .icon-bar {
  background: #5dc4e9;
}
.header .navbar > .container {
  max-width: 1600px;
     position: relative;
}
.header .navbar-default .navbar-nav > li > a:hover {
  color: #5dc4e9;
}
.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;
  }
}
.header-power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .header-power {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-power:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/flash.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.header-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .header-status {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-status:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/timer.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.header-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 20px;
}
@media only screen and (max-width: 991px) {
  .header-address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.header-address:before {
  content: '';
  width: 17px;
  height: 17px;
  background-image: url("../images/location.svg");
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) {
  .header-extra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header-intro {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 130%;
  text-align: left;
}
.path-frontpage .header-intro {
  font-size: 30px;
  color: #5dc4e9;
  line-height: 130%;
}
@media only screen and (max-width: 991px) {
  .header-intro {
    text-align: center;
    font-size: 22px;
  }
}
.header-links {
  margin-left: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.header-links a {
  background-color: #fff;
  color: #393939;
  line-height: unset;
  padding: 15px;
  white-space: nowrap;
  margin-left: 20px;
}
.header-links a:hover {
  background-color: #fff;
  color: #393939;
}
.header-links a:hover:after {
  margin-left: 8px;
  margin-right: -3px;
}
.header-links a:after {
  -webkit-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
  content: '';
  display: inline-block;
  width: 18px;
  height: 24px;
  background-image: url("../images/arrow-right-black.svg");
  background-size: contain;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  margin-left: 5px;
  margin-top: -10px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 991px) {
  .header-links a {
    margin-top: 30px;
  }
}

.region-highlighted {
  text-align: center;
  padding-top: 10px;
}
