.line-clamp-4 {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  height: 84px;
  /* Fallback for non-webkit */
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

form.contact-form .alert {
  display: none;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1; }
form.contact-form .success {
  display: none; }

.display-none {
  display: none; }

.page-text a {
  color: #86a2af; }
.page-text img {
  margin-right: 15px !important; }

.btn-primary {
  color: white; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: white; }

.bg-theme {
  background: #86a2af; }
  .bg-theme h1, .bg-theme h2, .bg-theme h3, .bg-theme h4, .bg-theme h5 {
    color: white; }
  .bg-theme p {
    color: whitesmoke; }
  .bg-theme .panel-grid .widget-title:after {
    background: white; }
  .bg-theme .btn-primary {
    background: white;
    border-color: #7796a5;
    color: #7796a5; }

.bg-white {
  background: white; }

.panel-grid .widget-title {
  border-bottom: none; }
  .panel-grid .widget-title:after {
    width: 100%; }

.footer .footer__headings {
  border-bottom: none; }
  .footer .footer__headings:after {
    width: 100%;
    height: 2px; }

.bottom-banner {
  position: relative;
  background-image: url("/app/assets/images/banners/footer/home-bottom.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .bottom-banner:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #86a2af;
    opacity: 0.75; }
  .bottom-banner .motivational-text {
    font-size: 20px;
    padding: 75px 0;
    position: relative;
    z-index: 1; }

.footer-bottom {
  color: white; }
  .footer-bottom a {
    color: whitesmoke; }

.btn.btn-square {
  width: 40px;
  height: 40px;
  padding: 13px 0;
  text-align: center; }
  .btn.btn-square.btn-theme {
    border-color: #999; }
    .btn.btn-square.btn-theme.active, .btn.btn-square.btn-theme:hover, .btn.btn-square.btn-theme:focus {
      border-color: #86a2af;
      background-color: transparent;
      color: white; }

.sidebar .widget_nav_menu ul > li.current-menu-item a, .sidebar .widget_nav_menu ul > li:hover a {
  background: #86a2af;
  color: white;
  text-decoration: none; }

.navigation {
  border-radius: 10px; }

.navigation--main {
  background-color: #86a2af;
  border-radius: 10px;
  color: white;
  margin: 0;
  padding: 10px; }
  .navigation--main > li:hover > a {
    text-decoration: none;
    color: #ffffff; }
    .navigation--main > li:hover > a::after {
      color: #ffffff; }
  .navigation--main > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1; }
  .navigation--main > li:last-child a::before {
    display: none; }
  .navigation--main > li > a {
    position: relative;
    display: block;
    color: white;
    padding: 6px 10px 6px 0; }
  .navigation--main > .menu-item-has-children > a {
    position: relative; }
    .navigation--main > .menu-item-has-children > a::after {
      position: absolute;
      content: "\f0d7";
      font-family: "FontAwesome";
      right: 0;
      color: #dddddd; }
  .navigation--main .sub-menu {
    min-width: 100%;
    display: block;
    list-style: none;
    text-align: left;
    padding: 5px 10px;
    font-weight: bold;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    transition: all 200ms ease-out; }
    .navigation--main .sub-menu > li {
      position: relative; }
      .navigation--main .sub-menu > li > a {
        color: #dddddd;
        display: block;
        padding: 3px 0;
        white-space: nowrap; }
        .navigation--main .sub-menu > li > a:hover {
          color: #ffffff;
          text-decoration: none; }
      .navigation--main .sub-menu > li:hover > .sub-menu {
        visibility: visible;
        opacity: 1; }
      .navigation--main .sub-menu > li > .sub-menu {
        margin-top: 0;
        left: 100%;
        top: 0; }
    .navigation--main .sub-menu > .menu-item-has-children > a {
      position: relative; }

@media (min-width: 992px) {
  .navigation {
    position: relative;
    background-color: #f9f9f9;
    background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    margin-bottom: -24px;
    text-align: center;
    z-index: 210; }

  .navigation--main {
    padding: 0; }
    .navigation--main > li {
      width: 24%;
      position: relative;
      display: inline-block; }
      .navigation--main > li:hover > a, .navigation--main > li.current-menu-item > a {
        border-top: 3px solid white;
        padding-top: 11px;
        color: white; }
        .navigation--main > li:hover > a::after, .navigation--main > li.current-menu-item > a::after {
          color: white; }
      .navigation--main > li > a {
        color: white;
        padding: 14px 22px;
        margin-right: -4px; }
        .navigation--main > li > a::before {
          position: absolute;
          content: "";
          width: 1px;
          height: 15px;
          right: 0;
          top: 50%;
          margin-top: -8px;
          background: rgba(255, 255, 255, 0.3); }
    .navigation--main > .menu-item-has-children > a::after {
      right: calc(50% - 5px);
      bottom: -2px;
      color: white; }
    .navigation--main .sub-menu {
      border-top: 2px solid #738c98;
      visibility: hidden;
      width: 100%;
      opacity: 0;
      left: 0;
      top: 100%;
      position: absolute;
      padding: 0 0 0 0; }
      .navigation--main .sub-menu > li > a {
        color: #86a2af;
        background: white;
        border-bottom: 1px solid #738c98;
        padding: 12px 30px 12px 30px; }
        .navigation--main .sub-menu > li > a:hover {
          background: #738c98;
          color: white; }
      .navigation--main .sub-menu > li > .sub-menu {
        border-left: 1px solid #86a2af;
        border-top: 0;
        padding: 0; }
      .navigation--main .sub-menu > .menu-item-has-children > a::after {
        position: absolute;
        content: "\f0da";
        font-family: "FontAwesome";
        right: 15px;
        bottom: calc(50% - 10px);
        color: #86a2af; } }
@media (min-width: 1200px) {
  .navigation--main > li > a {
    padding-left: 30px;
    padding-right: 30px; } }
.admin-text h1, .admin-text h2, .admin-text h3, .admin-text h4, .admin-text h5 {
  margin-top: 0;
  color: #86a2af; }
.admin-text h1 {
  color: #454545; }

.contact-page label.error {
  background: transparent;
  color: #a94442;
  border-left: 4px solid #86a2af;
  border-radius: 0px;
  padding: 0px 6px;
  margin-left: 5px;
  font-weight: normal; }

label.error {
  background: transparent;
  color: #fff;
  border-left: 4px solid #a94442;
  border-radius: 0px;
  padding: 0px 6px;
  margin-left: 5px;
  font-weight: normal; }

.widget-icon-box {
  padding: 12px 0 0 0;
  border-bottom: none; }

.navbar-toggle__text, .navbar-toggle__icon-bar {
  color: white; }
  .navbar-toggle__text .icon-bar, .navbar-toggle__icon-bar .icon-bar {
    background-color: white; }

@media (min-width: 992px) {
  .navigation--main .sub-menu {
    border-top: 1px solid #738c98; }
    .navigation--main .sub-menu > .menu-item-has-children > a:hover::after {
      color: white; }

  .widget-icon-box {
    padding: 8px 0;
    border-bottom: 0; } }
.striped-background {
  background-image: url(../images/title-area-pattern.png);
  background-color: #f2f2f2;
  border-radius: 3px; }

.lightgrey-background {
  background: #eee !important; }

.btn.btn-sm {
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

a.no-link-styling {
  color: inherit; }
  a.no-link-styling:hover {
    text-decoration: none; }
  a.no-link-styling .fa {
    float: left;
    font-size: 40px;
    margin-right: 10px; }

.inner-project {
  margin-top: -17px; }

.fa.fa-empty {
  min-width: 17px; }

a {
  color: #86a2af; }
  a:hover {
    color: #718994; }

.footer a {
  color: #86a2af; }
  .footer a:hover, .footer a:active, .footer a:focus {
    color: #718994; }

.back-to-top {
  display: none;
  background: none;
  margin: 0;
  padding: 10px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  text-decoration: none;
  color: #86a2af;
  background-color: #454545; }
  .back-to-top i {
    font-size: 2.5em; }

input, textarea {
  color: #666; }

#more-hidden, .desktop-welkom, .mobile-welkom {
  display: none; }

@media (min-width: 550px) {
  .desktop-welkom {
    display: block; } }
@media (max-width: 550px) {
  .mobile-welkom {
    display: block; } }
#cookie-popup {
  display: inline-block;
  padding: 30px;
  background-color: #86a2af;
  color: white;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  max-width: 300px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  #cookie-popup a {
    color: #ccc; }
    #cookie-popup a:not(.btn) {
      text-decoration: underline; }
    #cookie-popup a:hover, #cookie-popup a:focus, #cookie-popup a:active {
      color: #454545; }

/*# sourceMappingURL=custom.css.map */
