/* ----------------------------------------- */
/* Reset ----------------------------------- */
/* ----------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
@media (min-width: 1500px) {
  .ccm-page .container {
    max-width: 1440px;
  }
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* ----------------------------------------- */
/* Basic Styles ---------------------------- */
/* ----------------------------------------- */
.ccm-page {
  font-family: 'Open Sans', sans-serif;
  color: #003120;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8;
}
.ccm-page a {
  color: #6fb744;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
  transition: color .3s;
  outline: 0;
}
.ccm-page a:hover {
  color: #003120;
  text-decoration: none;
}
.ccm-page a:active,
.ccm-page a.active {
  color: #003120;
  text-decoration: none;
}
.ccm-page img {
  max-width: 100%;
  height: auto;
}
.ccm-page p {
  color: #003120;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 500;
  height: auto;
  line-height: 24px;
  width: auto;
}
.ccm-page .futurn-full-width-green-background {
  width: 100%;
  padding: 30px;
  text-align: center;
  color: white;
  background-color: #003120;
}
.ccm-page .webhapp-content .futurn-full-width-green-background {
  background-color: #003120;
  padding: 25px;
  color: white;
  border-radius: 5px;
  text-align: center;
}
.ccm-page .webhapp-content ul {
  margin-left: 16px;
  margin-bottom: 16px;
}
.ccm-page .webhapp-content ul li {
  margin-top: 0;
  margin-bottom: 0;
}
.ccm-page .webhapp-content ul li p {
  margin-bottom: 0;
}
.ccm-page .spam-bot {
  display: none;
}
.ccm-page .futurn-gray {
  padding: 30px;
  border-radius: 5px;
  background-color: #ffffff;
}
.ccm-page .futurn-gray :last-child {
  margin-bottom: 0;
}
.ccm-page .section {
  padding: 0;
  background-color: #f4f4f4;
}
.ccm-page .section.section-sm {
  padding: 40px 0;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-sm {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-sm {
    padding: 20px 0;
  }
}
.ccm-page .section.section-md {
  padding: 70px 0;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-md {
    padding: 46px 0;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-md {
    padding: 35px 0;
  }
}
.ccm-page .section.section-md-bottom {
  padding-bottom: 70px;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-md-bottom {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-md-bottom {
    padding-bottom: 35px;
  }
}
.ccm-page .section.section-md-top {
  padding-top: 70px;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-md-top {
    padding-top: 46px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-md-top {
    padding-top: 35px;
  }
}
.ccm-page .section.section-xl {
  padding: 120px 0;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-xl {
    padding: 90px 0;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-xl {
    padding: 60px 0;
  }
}
.ccm-page .section.section-xl-bottom {
  padding-bottom: 120px;
}
@media screen and (max-width: 992px) {
  .ccm-page .section.section-xl-bottom {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-xl-bottom {
    padding-bottom: 60px;
  }
}
.ccm-page .section.section-gray {
  background-color: #ffffff;
}
.ccm-page .section.section-border {
  border-top: 1px solid #e4e4e4;
}
.ccm-page .section.section-background {
  background: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 100%;
}
.ccm-page .section.section-map {
  height: 300px;
}
@media screen and (max-width: 767px) {
  .ccm-page .section.section-map {
    height: 200px;
  }
}
.ccm-page .section .section-overlay {
  width: 100%;
  height: 100%;
  padding: 35px 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.ccm-page .section .section-overlay.section-overlay-sm {
  padding: 40px 0;
}
.ccm-page .section .section-overlay.section-overlay-md {
  padding: 70px 0;
}
.ccm-page .section .section-overlay.section-overlay-xl {
  padding: 120px 0;
}
.ccm-page .section .section-overlay.section-overlay-green {
  background: #e8f4ea;
}
.ccm-page .section .section-overlay.section-overlay-green h2 {
  color: #003120;
}
.ccm-page .section .section-overlay.section-overlay-black {
  background: rgba(0, 0, 0, 0.8);
}
.ccm-page .section .section-overlay h1,
.ccm-page .section .section-overlay h2,
.ccm-page .section .section-overlay h3,
.ccm-page .section .section-overlay h4,
.ccm-page .section .section-overlay h5,
.ccm-page .section .section-overlay h6,
.ccm-page .section .section-overlay p,
.ccm-page .section .section-overlay li {
  color: #ffffff;
}
.ccm-page .section .inner-section {
  margin-bottom: 70px;
}
.ccm-page .futurn-white-text {
  color: #ffffff;
}
.ccm-page .futurn-green-text {
  color: #003120;
}
.ccm-page .futurn-gray-text {
  color: #f4f4f4;
}
.ccm-page .futurn-black-text {
  color: #71b644;
}
.ccm-page h1,
.ccm-page .h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #003120;
  margin: 0 0 40px 0;
  line-height: 42px;
}
@media screen and (max-width: 992px) {
  .ccm-page h1,
  .ccm-page .h1 {
    font-size: 28px;
  }
}
.ccm-page .section-banner h1 {
  margin: 0;
}
.ccm-page h2,
.ccm-page .h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #71b644;
  margin: 0 0 40px 0;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  .ccm-page h2,
  .ccm-page .h2 {
    font-size: 24px;
  }
}
.ccm-page h3,
.ccm-page .h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #003120;
  margin: 0 0 30px 0;
  line-height: 34px;
}
@media screen and (max-width: 992px) {
  .ccm-page h3,
  .ccm-page .h3 {
    font-size: 21px;
  }
}
.ccm-page h4,
.ccm-page .h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #003120;
  margin: 0 0 20px 0;
  line-height: 30px;
}
@media screen and (max-width: 992px) {
  .ccm-page h4,
  .ccm-page .h4 {
    font-size: 18px;
  }
}
.ccm-page h5,
.ccm-page .h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  font-weight: 600;
  color: #003120;
  margin: 0 0 20px 0;
  line-height: 27px;
}
@media screen and (max-width: 992px) {
  .ccm-page h5,
  .ccm-page .h5 {
    font-size: 16px;
  }
}
.ccm-page h6,
.ccm-page .h6 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin: 0 0 20px 0;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .ccm-page h6,
  .ccm-page .h6 {
    font-size: 15px;
  }
}
.ccm-page .webhapp-content h1,
.ccm-page .webhapp-content h2,
.ccm-page .webhapp-content h3,
.ccm-page .webhapp-content h4,
.ccm-page .webhapp-content h5,
.ccm-page .webhapp-content h6 {
  margin-top: 40px;
  margin-bottom: 15px;
}
.ccm-page .webhapp-content p:first-child,
.ccm-page .webhapp-content h1:first-child,
.ccm-page .webhapp-content h2:first-child,
.ccm-page .webhapp-content h3:first-child,
.ccm-page .webhapp-content h4:first-child,
.ccm-page .webhapp-content h5:first-child,
.ccm-page .webhapp-content h6:first-child {
  margin-top: 0;
}
.ccm-page label {
  font-weight: 300;
  font-size: 15px;
  color: #707070;
}
.ccm-page input.form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
  padding: 12px;
  height: auto;
}
.ccm-page textarea.form-control {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  background-color: #fcfcfc;
}
.ccm-page .badge {
  color: #ffffff;
}
.ccm-page .badge.badge-pill {
  font-size: 18px;
  border-radius: 5px;
}
.ccm-page .badge.badge-primary {
  background-color: #003120;
}
.ccm-page .badge.badge-info {
  background-color: #007bff;
}
.ccm-page .badge.badge-warning {
  background-color: #ffc107;
}
.ccm-page .badge.badge-danger {
  background-color: #dc3545;
}
.ccm-page .badge.badge-dark {
  background-color: #71b644;
}
.ccm-page .alert {
  border-radius: 5px;
  border: none;
  color: #fff;
  background-color: #f4f4f4;
  padding: 20px;
  font-weight: 600;
}
.ccm-page .alert.alert-primary,
.ccm-page .alert.alert-success {
  background-color: #003120;
}
.ccm-page .alert.alert-info {
  background-color: #007bff;
}
.ccm-page .alert.alert-warning {
  background-color: #ffc107;
}
.ccm-page .alert.alert-danger {
  background-color: #71b644;
}
.ccm-page .alert .ccm-error {
  list-style: none;
  margin-bottom: 0;
}
.ccm-page .btn {
  padding: 12px 24px;
  border-radius: 5px;
  border: none;
  transition: all .3s;
}
.ccm-page .btn.btn-sm {
  padding: 9px 18px;
}
.ccm-page .btn.btn-xs {
  padding: 4px 8px;
}
.ccm-page .btn.btn-primary {
  background-color: #003120;
  color: #fff;
}
.ccm-page .btn.btn-primary:hover,
.ccm-page .btn.btn-primary:focus {
  background-color: #71b644;
}
.ccm-page .btn.btn-dark {
  background-color: #71b644;
  color: #fff;
}
.ccm-page .btn.btn-dark:hover,
.ccm-page .btn.btn-dark:focus {
  background-color: #003120;
}
.ccm-page .btn.btn-light {
  background-color: #eaeaea;
  color: #b2b2b2;
}
.ccm-page .btn.btn-light:hover,
.ccm-page .btn.btn-light:focus {
  background-color: #003120;
  color: #ffffff;
}
.ccm-page .btn.btn-link {
  background-color: transparent;
  color: #003120;
}
.ccm-page .btn.btn-link:hover,
.ccm-page .btn.btn-link:focus {
  color: #71b644;
}
.ccm-page .login-form a.btn.pull-right {
  padding-right: 0;
  padding-left: 0;
}
.ccm-page table.table {
  border-radius: 5px;
}
.ccm-page table.table thead {
  background-color: #71b644;
  color: #ffffff;
}
.ccm-page table.table thead th {
  border: none;
  padding: 20px;
}
.ccm-page table.table thead th:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ccm-page table.table thead th:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ccm-page table.table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}
.ccm-page table.table tbody tr td {
  border: none;
  padding: 20px;
}
.ccm-page table.table tbody tr td:before {
  display: none;
}
.ccm-page table.table tbody tr:nth-child(even) {
  background-color: #f6f6f7;
}
.ccm-page table.table tbody tr:nth-child(even) td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ccm-page table.table tbody tr:nth-child(even) td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 992px) {
  .ccm-page table.table {
    display: block;
  }
  .ccm-page table.table thead {
    display: block;
  }
  .ccm-page table.table thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .ccm-page table.table tbody {
    display: block;
  }
  .ccm-page table.table tbody tr {
    display: block;
  }
  .ccm-page table.table tbody tr td {
    display: block;
    position: relative;
    padding-left: 50%;
    min-height: 55px;
    text-align: left !important;
  }
  .ccm-page table.table tbody tr td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    display: block;
    font-weight: bold;
  }
  .ccm-page table.table tbody tr:nth-child(even) td:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ccm-page table.table tbody tr:nth-child(even) td:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.ccm-page .shareref a {
  font-size: 21px;
  color: #c2c2c2;
  transition: color .3s;
}
.ccm-page .shareref a:hover,
.ccm-page .shareref a:focus {
  color: #003120;
}
.ccm-page .futurn-sidebar {
  position: sticky;
  top: 150px;
}
.ccm-page .futurn-sidebar .futurn-sidebar-item {
  background-color: #ffffff;
  padding: 40px;
  border-radius: 5px;
  margin-bottom: 40px;
}
.ccm-page .futurn-sidebar h2 {
  font-size: 24px;
  font-weight: 600;
  color: #003120;
  margin: 0 0 25px 0 !important;
  padding: 0 !important;
  border-bottom: none !important;
  line-height: 24px;
}
@media screen and (max-width: 1500px) {
  .ccm-page .futurn-sidebar {
    position: relative;
    top: 0;
  }
}
.ccm-page iframe {
  max-width: 100%;
}
/* ----------------------------------------- */
/* Header ---------------------------------- */
/* ----------------------------------------- */
.ccm-page header {
  z-index: 99;
}
.ccm-page header.sticky {
  margin-bottom: 106px;
}
@media screen and (max-width: 1500px) {
  .ccm-page header.sticky {
    margin-bottom: 95px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page header.sticky {
    margin-bottom: 124px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page header.sticky {
    margin-bottom: 126px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page header.sticky {
    margin-bottom: 110px;
  }
}
.ccm-page header.sticky .futurn-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.ccm-page header .ccm-image-block {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
.ccm-page .futurn-header-toolbar {
  background-color: #e8f4ea;
  color: #003120;
  height: 45px;
  font-size: 14px;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul {
  list-style: none;
  margin-top: 9px;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul li {
  display: inline;
  margin-right: 15px;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul li:last-child {
  margin-right: 0;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul li a {
  color: #003120;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul li a:hover,
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-left ul li a:focus {
  text-decoration: underline;
}
.ccm-page .futurn-header-toolbar .futurn-header-toolbar-right {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .ccm-page .futurn-header-toolbar .futurn-header-toolbar-right {
    justify-content: space-between;
  }
}
.ccm-page .futurn-header-toolbar .btn {
  height: 45px;
  padding: 11px 36px;
  border-radius: 0;
  font-size: 14px;
}
.ccm-page .futurn-header-toolbar .btn:hover,
.ccm-page .futurn-header-toolbar .btn:focus {
  background-color: #ffffff;
  color: #71b644;
}
@media screen and (max-width: 1200px) {
  .ccm-page .futurn-header-toolbar .btn {
    padding: 11px 22px;
  }
}
.ccm-page .futurn-navigation {
  background-color: #ffffff;
  color: #003120;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  padding-top: 30px;
  padding-bottom: 30px;
}
.ccm-page .futurn-navigation .futurn-navigation-logo {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .ccm-page .futurn-navigation .futurn-navigation-logo {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .futurn-navigation .futurn-navigation-logo {
    width: 225px;
  }
}
.ccm-page .futurn-navigation .futurn-navigation-login {
  align-items: end;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ccm-page .futurn-navigation .futurn-navigation-login .btn-link {
  padding: 11px 0;
}
@media screen and (max-width: 1500px) {
  .ccm-page .futurn-navigation .futurn-navigation-login .btn-link {
    font-size: 14px;
    padding: 7px 0;
  }
}
/* ----------------------------------------- */
/* Footer ---------------------------------- */
/* ----------------------------------------- */
.ccm-page footer {
  background-color: #f4f4f4;
  color: #003120;
  padding-top: 70px;
}
.ccm-page footer p {
  color: #003120;
}
.ccm-page footer h3,
.ccm-page footer h4,
.ccm-page footer h5,
.ccm-page footer h6 {
  margin-bottom: 30px;
}
.ccm-page footer .futurn-footer-top .futurn-footer-about {
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .ccm-page footer .futurn-footer-top .futurn-footer-about {
    padding-right: 0;
  }
  .ccm-page footer .futurn-footer-top .futurn-footer-about,
  .ccm-page footer .futurn-footer-top .futurn-footer-sitemap {
    margin-bottom: 40px;
  }
}
.ccm-page footer .futurn-footer-bottom {
  margin-top: 60px;
  padding: 40px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.ccm-page footer .ccm-image-block {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1200px) {
  .ccm-page footer {
    position: relative;
    z-index: 0;
    bottom: auto;
  }
}
/* ----------------------------------------- */
/* Projects List --------------------------- */
/* ----------------------------------------- */
.ccm-page.page-template-projectlist header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
.ccm-page.page-template-projectlist header.sticky {
  margin-top: 0;
}
.ccm-page.page-template-projectlist header.sticky .futurn-navigation {
  position: relative;
}
.ccm-page.page-template-projectlist footer {
  display: none;
}
.ccm-page.page-template-projectlist .section-projects {
  padding-bottom: 0;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container {
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 151px;
  height: calc(100vh - 151px);
  width: 50%;
  margin-bottom: 0;
  background-color: #ffffff;
  z-index: 1;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container.hide {
  display: none;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container #map {
  height: 100%;
  width: 100%;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container #map .gm-style .gm-style-iw-c {
  padding: 0;
  box-shadow: none;
  border-radius: 5px;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container #map .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: hidden !important;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container #map .gm-style .gm-style-iw-c .futurn-project {
  margin: 0 !important;
  max-width: 350px;
}
.ccm-page.page-template-projectlist .section-projects .google-maps-container #map .gm-style .gm-style-iw-t:after {
  background: #71b644;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container {
  margin-top: 151px;
  width: 50%;
  margin-left: 50%;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container.full-width {
  width: 100%;
  margin-left: 0;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container.full-width .section-md-top .projects-row {
  width: min-content;
  margin: 0 auto;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container.full-width .section-md-top .projects-row form {
  width: 23rem;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container.full-width .section-md .projects-row .ccm-page-list .row > * {
  flex: 0 0 33%;
  max-width: 33%;
}
.ccm-page.page-template-projectlist .section-projects .project-list-container .ccm-page-list .futurn-project:hover {
  transform: scale(1.05);
}
.ccm-page.page-template-projectlist .section-projects .project-list-container input.form-control {
  background-color: #e8f4ea;
  font-weight: 600;
  padding: 12px 18px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row {
  padding: 0 60px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .projects-form {
  padding-bottom: 35px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row a.not-found {
  font-weight: 600;
  margin-top: 7px;
  display: block;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced {
  display: none;
  padding-bottom: 35px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced fieldset {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced fieldset .form-group {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced fieldset .form-group label,
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced fieldset .form-group span.small {
  display: none;
}
.ccm-page.page-template-projectlist .section-projects .projects-row .form-advanced .form-actions {
  text-align: right;
}
.ccm-page.page-template-projectlist .section-projects .spacer {
  padding-bottom: 35px;
}
@media screen and (max-width: 1500px) {
  .ccm-page.page-template-projectlist .section-projects .google-maps-container {
    margin-top: 140px;
    height: calc(100vh - 140px);
  }
  .ccm-page.page-template-projectlist .section-projects .project-list-container {
    margin-top: 140px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page.page-template-projectlist header {
    position: relative;
  }
  .ccm-page.page-template-projectlist header.sticky {
    margin-top: 0;
  }
  .ccm-page.page-template-projectlist header.sticky .futurn-navigation {
    position: fixed;
  }
  .ccm-page.page-template-projectlist footer {
    display: block;
  }
  .ccm-page.page-template-projectlist .section-projects .google-maps-container {
    display: none;
  }
  .ccm-page.page-template-projectlist .section-projects .project-list-container {
    margin-top: 0;
    width: 100%;
    margin-left: 0;
  }
  .ccm-page.page-template-projectlist .section-projects .projects-row {
    padding: 0 15px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page.page-template-projectlist .section-projects .projects-row .projects-form {
    padding-bottom: 18px;
  }
  .ccm-page.page-template-projectlist .section-projects .projects-row .projects-advanced {
    padding-bottom: 18px;
  }
  .ccm-page.page-template-projectlist .section-projects .spacer {
    padding-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page.page-template-projectlist .section-projects .projects-row .projects-form {
    padding-bottom: 23px;
  }
  .ccm-page.page-template-projectlist .section-projects .projects-row .projects-advanced {
    padding-bottom: 23px;
  }
  .ccm-page.page-template-projectlist .section-projects .spacer {
    padding-bottom: 23px;
  }
}
.ccm-page.page-template-projectlist {
  position: relative;
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div {
  display: flex;
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div .projects-map-toggle {
  margin: 0;
  padding: 1rem;
  width: min-content;
  white-space: nowrap;
  color: #ffffff;
  background-color: #003120;
  opacity: 0.8;
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div .projects-map-toggle.projects-map-toggle-hide {
  border-radius: 0 5px 5px 0;
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div .projects-map-toggle.projects-map-toggle-show {
  border-radius: 5px 0 0 5px;
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div .projects-map-toggle.active {
  background-color: #003120;
  opacity: 1;
}
.ccm-page.page-template-projectlist .projects-row .projects-map-toggle-div .projects-map-toggle.active:hover {
  cursor: pointer;
}
/* ----------------------------------------- */
/* Projects Details ------------------------ */
/* ----------------------------------------- */
.ccm-page.page-template-project .project-page-back-button,
.ccm-page.page-template-realisation .project-page-back-button {
  position: absolute;
  font-size: 28px;
}
.ccm-page.page-template-project .project-page-title,
.ccm-page.page-template-realisation .project-page-title {
  margin-left: 80px;
}
.ccm-page.page-template-project .project-page-title h1,
.ccm-page.page-template-realisation .project-page-title h1 {
  line-height: 36px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .ccm-page.page-template-project .project-page-title h1,
  .ccm-page.page-template-realisation .project-page-title h1 {
    font-size: 20px !important;
  }
}
.ccm-page.page-template-project .project-page-title .location,
.ccm-page.page-template-realisation .project-page-title .location {
  color: #888888;
}
.ccm-page.page-template-project .section-background .location,
.ccm-page.page-template-realisation .section-background .location {
  color: #ffffff;
}
.ccm-page.page-template-project .futurn-project-details h2,
.ccm-page.page-template-realisation .futurn-project-details h2,
.ccm-page.page-template-project .futurn-realisation-details h2,
.ccm-page.page-template-realisation .futurn-realisation-details h2 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.ccm-page.page-template-project .futurn-project-details h2:first-child,
.ccm-page.page-template-realisation .futurn-project-details h2:first-child,
.ccm-page.page-template-project .futurn-realisation-details h2:first-child,
.ccm-page.page-template-realisation .futurn-realisation-details h2:first-child {
  margin-top: 0;
}
.ccm-page.page-template-project .futurn-project-details img.ccm-image-block,
.ccm-page.page-template-realisation .futurn-project-details img.ccm-image-block,
.ccm-page.page-template-project .futurn-realisation-details img.ccm-image-block,
.ccm-page.page-template-realisation .futurn-realisation-details img.ccm-image-block {
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .ccm-page.page-template-project .futurn-project-details,
  .ccm-page.page-template-realisation .futurn-project-details {
    margin-bottom: 70px;
  }
}
/* ----------------------------------------- */
/* Mastersub ------------------------ */
/* ----------------------------------------- */
.ccm-page.page-template-mastersub .mastersub-page-back-button {
  position: absolute;
  font-size: 28px;
}
.ccm-page.page-template-mastersub .mastersub-page-title {
  margin-left: 80px;
}
.ccm-page.page-template-mastersub .mastersub-page-title h1 {
  line-height: 36px;
  margin-bottom: 0;
}
.ccm-page.page-template-mastersub .mastersub-page-title .project {
  color: #888888;
}
.ccm-page.page-template-mastersub .futurn-mastersub-details h2 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 28px;
  margin-top: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.ccm-page.page-template-mastersub .futurn-mastersub-details h2:first-child {
  margin-top: 0;
}
/* ----------------------------------------- */
/* News ------------------------------------ */
/* ----------------------------------------- */
@media screen and (max-width: 992px) {
  .ccm-page.page-template-news .futurn-sidebar {
    margin-top: 40px;
  }
}
/* ----------------------------------------- */
/* Contact --------------------------------- */
/* ----------------------------------------- */
.ccm-page.page-template-contact .section-map {
  display: flex;
}
.ccm-page.page-template-contact .section-map .google-maps-container {
  height: 100%;
  width: 80%;
}
.ccm-page.page-template-contact .section-map .google-maps-container #map {
  height: 100%;
  width: 100%;
}
.ccm-page.page-template-contact .section-map .google-maps-address {
  height: 100%;
  width: 20%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.ccm-page.page-template-contact .section-map .google-maps-address .google-maps-address-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccm-page.page-template-contact .section-map .google-maps-address .google-maps-address-overlay .google-maps-address-overlay-details {
  text-align: center;
  color: #ffffff;
  padding: 40px;
}
.ccm-page.page-template-contact .section-map .google-maps-address .google-maps-address-overlay .google-maps-address-overlay-details h3 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
  line-height: 32px;
}
.ccm-page.page-template-contact .section-map .google-maps-address .google-maps-address-overlay .google-maps-address-overlay-details h3:after {
  content: ' ';
  display: block;
  border: 1px solid #80bf2a;
  width: 50px;
  text-align: center;
  margin: 0 auto;
  margin-top: 15px;
}
@media screen and (max-width: 1500px) {
  .ccm-page.page-template-contact .section-map .google-maps-container {
    width: 70%;
  }
  .ccm-page.page-template-contact .section-map .google-maps-address {
    width: 30%;
  }
}
@media screen and (max-width: 1500px) {
  .ccm-page.page-template-contact .section-map .google-maps-container {
    width: 60%;
  }
  .ccm-page.page-template-contact .section-map .google-maps-address {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page.page-template-contact .section-map {
    display: block;
  }
  .ccm-page.page-template-contact .section-map .google-maps-container {
    width: 100%;
  }
  .ccm-page.page-template-contact .section-map .google-maps-address {
    display: none;
  }
}
/* ----------------------------------------- */
/* Clients --------------------------------- */
/* ----------------------------------------- */
.ccm-page.page-template-client h2,
.ccm-page.page-template-clients h2 {
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 50px;
}
/* ----------------------------------------- */
/* FAQtory --------------------------------- */
/* ----------------------------------------- */
.ccm-page.page-template-faqtory h2.faqtory-title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 30px;
}
.ccm-page.page-template-faqtory .faqtory-navigation {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eaeaea;
}
/* ----------------------------------------- */
/* AutoNav --------------------------------- */
/* ----------------------------------------- */
/* Back to top */
.ccm-page .futurn-to-top {
  color: #ffffff;
  display: inline-block;
  width: 60px;
  height: 60px;
  position: fixed;
  font-size: 40px;
  bottom: 95px;
  right: 20px;
  line-height: 1.4;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  background: #7fbe29 no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.ccm-page .futurn-to-top.visible,
.ccm-page .futurn-to-top.fade-out,
.ccm-page .futurn-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
  color: #ffffff;
}
.ccm-page .futurn-to-top.visible {
  visibility: visible;
  opacity: 1;
}
.ccm-page .futurn-to-top.fade-out {
  opacity: 1;
}
/* ----------------------------------------- */
/* AutoNav --------------------------------- */
/* ----------------------------------------- */
.ccm-page .dropdown-toggle:after {
  border: none;
  margin: 0;
  content: none;
  vertical-align: top;
}
.ccm-page .futurn-navigation-navbar {
  height: 100%;
  width: 100%;
}
.ccm-page .navbar-futurn {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ccm-page .navbar-futurn .navbar-nav {
  width: 100%;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item {
  margin-left: 10px;
  margin-right: 10px;
  line-height: 20px;
  max-width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item:last-child {
  margin-right: 0;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  color: #003120;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a.highlight {
  padding-left: 6px;
  padding-right: 6px;
  border: 1px solid #003120;
  color: #003120;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a.active {
  color: #003120;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a.active.highlight {
  background-color: #003120;
  color: #ffffff;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a:hover,
.ccm-page .navbar-futurn .navbar-nav .nav-item a:focus {
  color: #003120;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a:hover.highlight,
.ccm-page .navbar-futurn .navbar-nav .nav-item a:focus.highlight {
  background-color: #003120;
  color: #ffffff;
}
.ccm-page .navbar-futurn .navbar-nav .nav-item a.dropdown-toggle:after {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d7";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  visibility: visible;
  color: #003120;
  cursor: pointer;
}
.ccm-page .navbar-futurn .dropdown-menu {
  position: absolute;
  left: auto;
  top: auto;
  border: none;
  background-color: transparent;
  margin-top: 90px;
  padding-top: 20px;
}
.ccm-page .navbar-futurn .dropdown-menu li {
  padding: 12px 24px;
  background-color: #ffffff;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-left: 1px solid #e8f4ea;
  border-right: 1px solid #e8f4ea;
}
.ccm-page .navbar-futurn .dropdown-menu li:first-child {
  border-top: 1px solid #e8f4ea;
}
.ccm-page .navbar-futurn .dropdown-menu li:last-child {
  border-bottom: 1px solid #e8f4ea;
}
@media screen and (max-width: 1500px) {
  .ccm-page .navbar-futurn {
    padding-top: 6px;
    padding-left: 8px;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item {
    margin-left: 6px;
    margin-right: 6px;
    max-width: 150px;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page .navbar-futurn {
    padding: 0;
    display: block;
    flex-direction: initial;
    justify-content: normal;
  }
  .ccm-page .navbar-futurn .navbar-toggler {
    color: #003120;
    border: none;
    border-radius: 0;
    padding: 0;
    font-size: 42px;
    outline: 0;
    position: absolute;
    top: -55px;
    right: 0;
  }
  .ccm-page .navbar-futurn .navbar-nav {
    margin-top: 20px;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    display: block;
    flex-direction: column;
    justify-content: center;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item a {
    font-size: 16px;
    display: block;
    padding: 10px 20px;
    margin-bottom: 5px;
    background: #e8f4ea;
    border-radius: 4px;
    transition: background .3s;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item a:hover,
  .ccm-page .navbar-futurn .navbar-nav .nav-item a:focus,
  .ccm-page .navbar-futurn .navbar-nav .nav-item a.active {
    background-color: #e8f4ea;
    color: #003120;
  }
  .ccm-page .navbar-futurn .navbar-nav .nav-item:last-child a {
    margin-bottom: 0;
  }
  .ccm-page .navbar-futurn .navbar-nav .dropdown-menu {
    position: static !important;
    display: block !important;
    padding: 0;
    margin: 0;
  }
  .ccm-page .navbar-futurn .navbar-nav .dropdown-menu li {
    padding: 0;
    border: none;
  }
  .ccm-page .navbar-futurn .navbar-nav .dropdown-menu li a {
    font-size: 16px !important;
    display: block !important;
    padding: 10px 20px !important;
    margin-bottom: 5px !important;
    border-radius: 4px !important;
    transition: background .3s !important;
    margin-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .navbar-futurn .navbar-toggler {
    top: -47px;
  }
}
/* ----------------------------------------- */
/* Image slider ---------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-image-slider-container {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner .rslides li img {
  border-radius: 5px;
}
.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text {
  position: absolute;
  max-width: 100%;
  left: 0;
  bottom: 0;
  margin: 15px;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}
.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text h2 {
  color: #80bf2a;
  font-size: 21px;
  margin-bottom: 15px;
  padding-bottom: 0;
  line-height: 21px;
  border: none;
}
.ccm-page .ccm-image-slider-container .ccm-image-slider .ccm-image-slider-inner .rslides li .ccm-image-slider-text :last-child {
  margin-bottom: 0 !important;
}
/* ----------------------------------------- */
/* Switch Language ------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-multilingual-switch-language {
  list-style: none;
  padding-top: 9px;
  margin-right: 25px;
}
.ccm-page .ccm-multilingual-switch-language li {
  display: inline-block;
}
.ccm-page .ccm-multilingual-switch-language li a {
  color: #003120;
  font-weight: 400;
  text-transform: uppercase;
}
.ccm-page .ccm-multilingual-switch-language li a:hover,
.ccm-page .ccm-multilingual-switch-language li a:focus {
  text-decoration: underline;
}
.ccm-page .ccm-multilingual-switch-language li a.active {
  font-weight: 700;
}
/* ----------------------------------------- */
/* Futurn Links ---------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-links .ccm-futurn-links-link a {
  color: #003120;
}
.ccm-page .ccm-futurn-links .ccm-futurn-links-link a i {
  color: #d7d7d7;
}
/* ----------------------------------------- */
/* Social Links ---------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-social-links ul {
  list-style: none;
}
.ccm-page .ccm-block-social-links ul li {
  display: inline;
  margin-right: 10px;
}
.ccm-page .ccm-block-social-links ul li:last-child {
  margin-right: 0;
}
.ccm-page .ccm-block-social-links ul li a {
  color: #b2b2b2;
  font-size: 24px;
  transition: color .3s;
}
.ccm-page .ccm-block-social-links ul li a:hover,
.ccm-page .ccm-block-social-links ul li a:focus {
  color: #003120;
}
/* ----------------------------------------- */
/* FAQ ------------------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 0 15px 0;
  transition: margin .3s ease .1s;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question {
  display: flex;
  flex-direction: row;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question .title {
  width: 100%;
  font-weight: 600;
  font-size: 21px;
  transition: color 0.3s ease-in-out;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question .icon {
  display: flex;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question .icon .fa-minus {
  display: none;
  color: #000000;
  font-size: 21px;
  align-self: center;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question .icon .fa-plus {
  display: flex;
  color: #003120;
  font-size: 21px;
  align-self: center;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question a {
  font-size: 21px;
  transition: color 0.3s ease-in-out;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question:hover .title {
  color: #003120;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-question:hover a {
  color: #003120;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content .faq-entry-content-answer {
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  padding-bottom: 0;
  transition: opacity 0.3s ease 0s, max-height 0.3s linear 0.1s, padding-bottom 0.3s linear 0s, visibility 0s linear 0.3s;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open {
  margin: 30px 0 30px 0;
  transition: margin .3s ease 0s;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open:first-child {
  margin: 0 0 30px 0;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open .faq-entry-content-question .title {
  color: #003120;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open .faq-entry-content-question .icon .fa-minus {
  display: flex;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open .faq-entry-content-question .icon .fa-plus {
  display: none;
}
.ccm-page .ccm-faq-container .ccm-faq-block-entries .faq-entry-content.open .faq-entry-content-answer {
  opacity: 1;
  max-height: 1000px;
  padding-bottom: 15px;
  visibility: visible;
  transition: visibility 0s linear 0s, max-height 0.3s linear 0s, padding-bottom 0.3s linear 0s, opacity 0.3s ease 0.1s;
}
/* ----------------------------------------- */
/* Futurn Slider Pro ----------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-slider-pro {
  width: 100%;
  height: 700px;
  position: relative;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow {
  width: 100%;
  height: 100%;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide .ccm-futurn-slider-pro-content-container {
  display: flex;
  align-items: center;
  height: 100%;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide .ccm-futurn-slider-pro-content-container .ccm-futurn-slider-pro-slide-content {
  background-color: #f4f4f4;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 40px;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide .ccm-futurn-slider-pro-content-container .ccm-futurn-slider-pro-slide-content h2 {
  color: #003120;
  font-size: 21px;
  margin-bottom: 15px;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide .ccm-futurn-slider-pro-video-container {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.ccm-page .ccm-futurn-slider-pro .cycle-slideshow .ccm-futurn-slider-pro-slide .ccm-futurn-slider-pro-video-container video {
  width: 100%;
  z-index: -1;
  position: absolute;
}
.ccm-page .ccm-futurn-slider-pro .futurn-pager {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: 101;
  overflow: hidden;
  padding: 20px 0;
}
.ccm-page .ccm-futurn-slider-pro .futurn-pager span {
  visibility: hidden;
}
.ccm-page .ccm-futurn-slider-pro .futurn-pager span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  visibility: visible;
  color: #e8f4ea;
  cursor: pointer;
  transition: color 0.3s;
}
.ccm-page .ccm-futurn-slider-pro .futurn-pager span.cycle-pager-active:before {
  color: #003120;
}
@media screen and (max-width: 1500px) {
  .ccm-page .ccm-futurn-slider-pro {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-futurn-slider-pro {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-futurn-slider-pro {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-futurn-slider-pro {
    height: 300px;
  }
}
.ccm-page.page-template-home .ccm-futurn-slider-pro {
  height: 800px;
}
@media screen and (max-width: 1500px) {
  .ccm-page.page-template-home .ccm-futurn-slider-pro {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page.page-template-home .ccm-futurn-slider-pro {
    height: 600px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page.page-template-home .ccm-futurn-slider-pro {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page.page-template-home .ccm-futurn-slider-pro {
    height: 600px;
  }
}
.ccm-page .section-home-slider img {
  width: 100%;
}
/* ----------------------------------------- */
/* Call To Action -------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-beanz-button {
  display: flex;
}
.ccm-page .ccm-beanz-button.ccm-beanz-button-align-left {
  justify-content: flex-start;
}
.ccm-page .ccm-beanz-button.ccm-beanz-button-align-center {
  justify-content: center;
}
.ccm-page .ccm-beanz-button.ccm-beanz-button-align-right {
  justify-content: flex-end;
}
.ccm-page .ccm-beanz-button a {
  display: flex;
}
.ccm-page .ccm-beanz-button a p {
  color: inherit;
  margin-bottom: 0;
  transition: color .3s;
}
.ccm-page .ccm-beanz-button a:hover p {
  color: inherit;
}
.ccm-page .ccm-beanz-button a i {
  margin-top: 4px;
}
.ccm-page .ccm-beanz-button a i.ccm-beanz-buton-icon-left {
  margin-right: 15px;
}
.ccm-page .ccm-beanz-button a i.ccm-beanz-buton-icon-right {
  margin-left: 15px;
}
/* ----------------------------------------- */
/* Futurn Project -------------------------- */
/* ----------------------------------------- */
.ccm-page .futurn-project {
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  line-height: 24px;
}
.ccm-page .futurn-project a {
  display: block;
  color: #003120;
  transition: all .3s;
}
.ccm-page .futurn-project a .futurn-project-image {
  position: relative;
}
.ccm-page .futurn-project a .futurn-project-image:before {
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  transform: translateY(-80%);
  font-size: 26px;
  padding-top: 12px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #003120;
  border-radius: 50%;
}
.ccm-page .futurn-project a .futurn-project-image .badge {
  word-break: break-word;
  white-space: normal;
  line-height: 28px;
  max-width: 45%;
}
.ccm-page .futurn-project a .futurn-project-image .badge.badge-distance {
  position: absolute;
  right: 15px;
  top: 15px;
}
.ccm-page .futurn-project a .futurn-project-image .badge.badge-message {
  position: absolute;
  left: 15px;
  top: 15px;
}
.ccm-page .futurn-project a .futurn-project-image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ccm-page .futurn-project a .futurn-project-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e8f4ea;
  padding: 12px 24px;
}
.ccm-page .futurn-project a .futurn-project-content .futurn-project-content-title {
  font-weight: 600;
  font-size: 18px;
}
.ccm-page .futurn-project a:hover .futurn-project-image:before,
.ccm-page .futurn-project a:focus .futurn-project-image:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.ccm-page .futurn-project.futurn-project-inverse a {
  color: #ffffff;
}
.ccm-page .futurn-project.futurn-project-inverse a .futurn-project-image .futurn-project-image-overlay {
  background: transparent;
}
.ccm-page .futurn-project.futurn-project-inverse a .futurn-project-content {
  background-color: #71b644;
}
/* ----------------------------------------- */
/* Futurn Realisation ---------------------- */
/* ----------------------------------------- */
.ccm-page .futurn-realisation {
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  line-height: 24px;
}
.ccm-page .futurn-realisation a {
  display: block;
  color: #003120;
  transition: all .3s;
}
.ccm-page .futurn-realisation a .futurn-realisation-image {
  position: relative;
  overflow: hidden;
}
.ccm-page .futurn-realisation a .futurn-realisation-image img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-image-after {
  width: 0;
  left: 0;
  top: 0;
  height: 100%;
  position: absolute;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  transition: width ease-in-out 0.6s;
}
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-handle {
  box-shadow: 0 0 6px transparent;
  height: 48px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transition: left ease-in-out 0.6s;
  width: 48px;
  z-index: 2;
  background: #80bf2a;
  border-radius: 5px;
  color: #ffffff;
  left: -24px;
}
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-handle:before,
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-handle:after {
  border-left: 2px solid;
  border-top: 2px solid;
  content: "";
  height: 10px;
  position: absolute;
  top: 50%;
  transform-origin: 0 0;
  width: 10px;
}
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-handle:before {
  left: 10px;
  transform: rotate(-45deg);
}
.ccm-page .futurn-realisation a .futurn-realisation-image .futurn-realisation-handle:after {
  right: 0;
  transform: rotate(135deg);
}
.ccm-page .futurn-realisation a .futurn-realisation-image:hover .futurn-realisation-image-after,
.ccm-page .futurn-realisation a .futurn-realisation-image:focus .futurn-realisation-image-after {
  width: 100%;
}
.ccm-page .futurn-realisation a .futurn-realisation-image:hover .futurn-realisation-handle,
.ccm-page .futurn-realisation a .futurn-realisation-image:focus .futurn-realisation-handle {
  left: calc(100% - 24px);
}
.ccm-page .futurn-realisation .futurn-realisation-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #e8f4ea;
  padding: 24px 32px;
}
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-title a {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
}
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-title a:hover,
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-title a:focus {
  color: #003120;
}
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-description {
  margin-top: 24px;
  margin-bottom: 24px;
}
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-read-more a {
  color: #003120;
}
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-read-more a:hover,
.ccm-page .futurn-realisation .futurn-realisation-content .futurn-realisation-content-read-more a:focus {
  color: #71b644;
}
.ccm-page .futurn-realisation:hover .futurn-realisation-image:before,
.ccm-page .futurn-realisation:focus .futurn-realisation-image:before {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
/* ----------------------------------------- */
/* Futurn Counter -------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-counter {
  text-align: center;
  padding: 15px 0;
  color: #000000;
  border: none;
  border-radius: 5px;
  background-color: #ffffff;
  margin-bottom: 1rem;
}
.ccm-page .ccm-futurn-counter .ccm-futurn-counter-icon i {
  font-size: 64px;
}
.ccm-page .ccm-futurn-counter .ccm-futurn-counter-number {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  padding-top: 25px;
}
.ccm-page.page-template-home .ccm-futurn-counter {
  text-align: center;
  padding: 60px 0;
  color: white;
  border-right: 1px solid #666666;
  border-radius: 0;
  background-color: transparent;
}
.ccm-page.page-template-home .ccm-futurn-counter:last-child {
  border-right: none;
}
.ccm-page.page-template-home .ccm-futurn-counter .ccm-futurn-counter-icon i {
  font-size: 64px;
}
.ccm-page.page-template-home .ccm-futurn-counter .ccm-futurn-counter-number {
  font-weight: 600;
  font-size: 36px;
  line-height: 1.5;
  padding-top: 25px;
}
/* ----------------------------------------- */
/* Futurn Tour ----------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-tour {
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  line-height: 24px;
}
.ccm-page .ccm-futurn-tour .ccm-futurn-tour-html {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: 0;
}
.ccm-page .ccm-futurn-tour .ccm-futurn-tour-html iframe {
  border: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ccm-page .ccm-futurn-tour .ccm-futurn-tour-content {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #ffffff;
  padding: 24px;
}
.ccm-page .ccm-futurn-tour .ccm-futurn-tour-content .ccm-futurn-tour-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.ccm-page .ccm-futurn-tour .ccm-futurn-tour-content .ccm-futurn-tour-description {
  margin-bottom: 10px;
}
/* ----------------------------------------- */
/* Feature --------------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-feature-item {
  margin-bottom: 40px;
  text-align: center;
}
.ccm-page .ccm-block-feature-item .ccm-block-feature-item-icon .ccm-block-feature-item-icon-container {
  font-size: 66px;
  color: #fff;
  background-color: #003120;
  height: 180px;
  width: 180px;
  line-height: 180px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
}
.ccm-page .ccm-block-feature-item .ccm-block-feature-item-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 600;
  color: #003120;
}
.ccm-page .ccm-block-feature-item .ccm-block-feature-item-paragraph p {
  color: #888888;
}
.ccm-page .ccm-block-feature-item.ccm-block-feature-item-small {
  position: relative;
  text-align: left;
}
.ccm-page .ccm-block-feature-item.ccm-block-feature-item-small .ccm-block-feature-item-small-icon {
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 52px;
  line-height: 52px;
}
.ccm-page .ccm-block-feature-item.ccm-block-feature-item-small .ccm-block-feature-item-small-content {
  margin-left: 70px;
  margin-top: 4px;
  line-height: 22px;
}
.ccm-page .ccm-block-feature-item.ccm-block-feature-item-small .ccm-block-feature-item-small-content .ccm-block-feature-item-small-title {
  font-weight: 600;
  margin-top: 4px;
}
/* ----------------------------------------- */
/* Carousel -------------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-carousel-item {
  margin-bottom: 25px;
}
.ccm-page .ccm-block-carousel-item .slick-dots li {
  margin: 0;
}
.ccm-page .ccm-block-carousel-item .slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  visibility: visible;
  color: #f4f4f4;
  cursor: pointer;
  transition: color .3s;
  font-size: initial;
  opacity: 1;
}
.ccm-page .ccm-block-carousel-item .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #003120;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner {
  height: 700px;
  width: 100%;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner .slick-list {
  width: 100%;
  height: 100%;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner .slick-list .slick-track .ccm-block-carousel-slick {
  width: 100%;
  height: 100%;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner .slick-list .slick-track .ccm-block-carousel-slick .ccm-block-carousel-image {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
}
.ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner .slick-dots {
  position: absolute;
  bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner {
    height: 600px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner {
    height: 500px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-block-carousel-item.ccm-block-carousel-item-banner {
    height: 300px;
  }
}
/* ----------------------------------------- */
/* Futurn Newsletter ----------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-newsletter {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 90px 0;
}
.ccm-page .ccm-block-newsletter .flip-banner-content {
  position: relative;
  top: 50%;
  z-index: 200;
}
.ccm-page .ccm-block-newsletter input[type="email"] {
  height: 48px;
  font-size: initial;
  padding: 12px;
  min-width: 300px;
}
.ccm-page .ccm-block-newsletter .flip-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  padding: 25px 0;
}
.ccm-page .ccm-block-newsletter .flip-visible h2 {
  margin: 0;
}
.ccm-page .ccm-block-newsletter .flip-hidden {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-150%);
  transition: all 0.45s cubic-bezier(0.87, -0.41, 0.19, 1.44);
  opacity: 0;
  visibility: hidden;
  margin-top: -20px;
}
.ccm-page .ccm-block-newsletter .flip-hidden form {
  margin: 0;
}
.ccm-page .ccm-block-newsletter:hover .flip-visible {
  opacity: 0;
  visibility: hidden;
  transform: translateY(150%);
}
.ccm-page .ccm-block-newsletter:hover .flip-hidden {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-block-newsletter input[type="email"] {
    width: 100%;
  }
  .ccm-page .ccm-block-newsletter button {
    width: 100%;
    margin-top: 5px;
  }
  .ccm-page .ccm-block-newsletter .flip-hidden {
    margin-top: -40px;
  }
}
/* ----------------------------------------- */
/* Futurn Document Manager ----------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-document-manager tr.document-inactive td {
  color: #aaaaaa;
}
.ccm-page .ccm-futurn-document-manager tr .document-download-column {
  text-align: right;
}
.ccm-page .ccm-futurn-document-manager tr .document-description {
  display: inline;
}
/* ----------------------------------------- */
/* Futurn Document Library ----------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-document-library tr.document-inactive td {
  color: #aaaaaa;
}
.ccm-page .ccm-futurn-document-library tr .document-download-column {
  text-align: right;
}
.ccm-page .ccm-futurn-document-library tr .document-description {
  display: inline;
}
/* ----------------------------------------- */
/* Futurn News ----------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-news {
  margin-top: 10px;
  margin-bottom: 100px;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item {
  padding-bottom: 30px;
  margin-bottom: 30px;
  box-shadow: none !important;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery {
  position: relative;
  margin-bottom: 0 !important;
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery a.hideme {
  display: none;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery a img {
  border-radius: 5px;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .ccm-futurn-news-gallery-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  transform: translateY(-80%);
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #003120;
  padding-top: 12px;
  border-radius: 50%;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery:hover .ccm-futurn-news-gallery-hover,
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery:focus .ccm-futurn-news-gallery-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list {
  height: 100%;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track {
  height: 100%;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide .beer-slider {
  height: 100%;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide .beer-slider img {
  min-height: 100%;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide .ccm-block-before-after {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide .youtube-player {
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-list .slick-track .slide .youtubeBlock {
    padding-bottom: 0 !important;
  }
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-dots {
  position: absolute;
  bottom: 15px;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-dots li {
  margin: 0;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-dots li button:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f111";
  visibility: visible;
  color: #f4f4f4;
  cursor: pointer;
  transition: color .3s;
  font-size: initial;
  opacity: 1;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #003120;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content {
  height: 250px;
  max-height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content h4 {
  font-size: 18px;
  margin-bottom: 0;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content .ccm-futurn-news-item-date {
  margin-bottom: 15px;
  color: #888888;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content .ccm-block-news-item-article iframe {
  border-radius: 5px;
}
.ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content .shareref {
  padding-top: 10px;
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content {
    height: auto;
    max-height: none;
    overflow-y: auto;
    overflow-x: auto;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-gallery a img {
    width: 100%;
    margin-bottom: 25px;
  }
  .ccm-page .ccm-futurn-news .ccm-futurn-news-item .ccm-futurn-news-content .ccm-block-news-item-article iframe {
    max-width: 100%;
  }
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big {
  margin-top: 0;
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  padding: 0;
  border-radius: 5px;
  border-bottom: none;
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 1500px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
    height: 400px;
  }
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
    height: 350px;
  }
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
    height: 350px;
  }
}
@media screen and (max-width: 480px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-gallery {
    height: 300px;
  }
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-content {
  background-color: #ffffff;
  padding: 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-content.ccm-futurn-news-content-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-content .ccm-block-news-item-article ul {
  margin-left: 18px;
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-futurn-news.ccm-futurn-news-big .ccm-futurn-news-item .ccm-futurn-news-content {
    padding: 25px;
  }
}
.ccm-page .ccm-futurn-news.ccm-futurn-news-big.no-scroll .ccm-futurn-news-content {
  height: auto;
  max-height: none;
  overflow-x: auto;
  overflow-y: auto;
}
.ccm-page .ccm-futurn-news .slick-prev {
  left: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background-color: #003120;
  border-radius: 5px;
  opacity: 1;
  top: auto;
  bottom: -45px;
}
.ccm-page .ccm-futurn-news .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f053";
  color: #ffffff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.ccm-page .ccm-futurn-news .slick-next {
  right: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  background-color: #003120;
  border-radius: 5px;
  opacity: 1;
  top: auto;
  bottom: -45px;
}
.ccm-page .ccm-futurn-news .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
  color: #ffffff;
  font-size: 24px;
  width: 40px;
  height: 40px;
  transition: opacity ease-in-out 0.3s;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-futurn-news {
    margin-bottom: 0;
  }
}
/* ----------------------------------------- */
/* Image ----------------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-image-block {
  border-radius: 5px;
  margin-bottom: 15px;
}
/* ----------------------------------------- */
/* HTML ------------------------------------ */
/* ----------------------------------------- */
.ccm-page .HTMLBlock iframe {
  border-radius: 5px;
}
/* ----------------------------------------- */
/* Beanz Gallery --------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-beanz-image-gallery img {
  border-radius: 5px;
}
/* ----------------------------------------- */
/* Google Maps ----------------------------- */
/* ----------------------------------------- */
.ccm-page .googleMapCanvas {
  border-radius: 5px;
}
/* ----------------------------------------- */
/* Anchor List ----------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-anchor-list .ccm-anchor-list-item {
  display: block;
  color: #003120;
}
.ccm-page .ccm-anchor-list .ccm-anchor-list-item i {
  color: #d7d7d7;
  margin-right: 5px;
}
.ccm-page .ccm-anchor-list .ccm-anchor-list-item:hover {
  color: #003120;
}
@media (min-width: 1500px) {
  .ccm-page.page-template-project .ccm-anchor-list .ccm-anchor-list-item:last-child {
    opacity: 0;
    height: 0;
  }
}
/* ----------------------------------------- */
/* Masterplan ------------------------------ */
/* ----------------------------------------- */
.ccm-page .masterplan-map {
  background-size: contain !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
}
/* ----------------------------------------- */
/* Express Form ---------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-dashboard-express-form legend {
  display: none;
}
/* ----------------------------------------- */
/* Page List ------------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-page-list-subnavleft .page-list-title i {
  color: #d7d7d7;
  margin-right: 5px;
}
.ccm-page .ccm-block-page-list-subnavleft .page-list-title a {
  color: #003120;
}
.ccm-page .ccm-block-page-list-subnavleft .page-list-title a:hover {
  color: #003120;
}
.ccm-page .ccm-block-page-list-faqtorylist {
  margin-top: 30px;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 40px;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image .ccm-futurn-faqtory-image-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  transform: translateY(-80%);
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #003120;
  padding-top: 12px;
  border-radius: 50%;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image:hover .ccm-futurn-faqtory-image-hover,
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image:focus .ccm-futurn-faqtory-image-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content {
  padding: 25px 25px 25px 0;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .ccm-futurn-faqtory-title a {
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: #71b644;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .ccm-futurn-faqtory-title a:hover,
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .ccm-futurn-faqtory-title a:focus {
  color: #003120;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .ccm-futurn-faqtory-date {
  color: #888888;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .ccm-futurn-faqtory-description {
  margin-top: 15px;
  margin-bottom: 15px;
}
.ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content .shareref {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image {
    height: 350px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-content {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .ccm-page .ccm-block-page-list-faqtorylist .ccm-futurn-faqtory-item .ccm-futurn-faqtory-image {
    height: 250px;
  }
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article {
  width: 100%;
  height: 400px;
  display: flex;
  margin-bottom: 30px;
  border-radius: 5px;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background {
  width: 100%;
  height: 100%;
  background-size: 105% auto;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 5px;
  transition: background-size 0.3s ease-in-out;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background .overlay {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 5px;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background .overlay .title {
  margin: 15px;
  font-weight: 600;
  color: white;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background .overlay .date {
  margin: 15px;
  background-color: #003120;
  padding: 7px 15px;
  border-radius: 5px;
  text-align: center;
  color: white;
  line-height: 1;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background .overlay .date .day {
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article .background .overlay .date .month {
  text-transform: lowercase;
  font-size: 21px;
  margin-bottom: 5px;
}
.ccm-page .ccm-block-page-list-news .ccm-block-page-list-news-article:hover .background {
  background-size: 115% auto;
}
/* ----------------------------------------- */
/* Futurn Quotes --------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  margin-bottom: 40px;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery .ccm-futurn-quotes-gallery-hover {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 2;
  transition: 0.3s;
  transform: translateY(-80%);
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  color: #fff;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #003120;
  padding-top: 12px;
  border-radius: 50%;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery:hover .ccm-futurn-quotes-gallery-hover,
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery:focus .ccm-futurn-quotes-gallery-hover {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content {
  padding: 25px 25px 25px 0;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content .ccm-futurn-quotes-title {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content .ccm-futurn-quotes-project {
  margin-bottom: 25px;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content .ccm-futurn-quotes-quote {
  margin-bottom: 25px;
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content .ccm-futurn-quotes-person {
  list-style: none;
  margin: 0;
  color: #909090;
  display: block;
  padding: 18px 32px;
  background-color: #f7f7f7;
  border-radius: 3px;
  background: linear-gradient(to left, #ffffff 0%, #e8f4ea);
}
.ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content .ccm-futurn-quotes-person li {
  position: relative;
  line-height: 18px;
  padding: 3px 0;
  word-break: break-all;
  color: #909090;
}
@media screen and (max-width: 992px) {
  .ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery {
    height: 350px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-content {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .ccm-page .ccm-futurn-quotes .ccm-futurn-quotes-item .ccm-futurn-quotes-gallery {
    height: 250px;
  }
}
/* ----------------------------------------- */
/* Futurn Whitepaper ----------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-whitepaper {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 400px;
  z-index: 999;
  background-color: #f7f7f7;
  padding: 30px;
  border-radius: 5px;
  display: none;
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: .2s;
  transition-timing-function: linear;
  opacity: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.ccm-page .ccm-block-whitepaper.active {
  opacity: 1;
}
.ccm-page .ccm-block-whitepaper h2 {
  font-size: 18px !important;
  text-transform: uppercase !important;
  margin-bottom: 15px !important;
  padding-right: 25px !important;
  line-height: 24px !important;
}
.ccm-page .ccm-block-whitepaper p {
  font-size: 13px;
}
.ccm-page .ccm-block-whitepaper label {
  margin-bottom: 5px;
  font-size: 13px;
}
.ccm-page .ccm-block-whitepaper .errors ul {
  list-style: none;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 16px;
}
.ccm-page .ccm-block-whitepaper .close {
  float: right;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-size: 1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .ccm-page .ccm-block-whitepaper {
    max-width: calc(100% - 40px);
  }
}
/* ----------------------------------------- */
/* Futurn Before After---------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-before-after {
  border-radius: 5px;
}
.ccm-page .ccm-block-before-after .beer-handle {
  background: #003120;
  border-radius: 5px;
  color: #ffffff;
}
.ccm-page .ccm-block-before-after .beer-reveal[data-beer-label]:after,
.ccm-page .ccm-block-before-after[data-beer-label]:after {
  background: #ffffff;
  border-radius: 5px;
  padding: 6px 12px;
  font-weight: 600;
  font-size: 18px;
}
/* ----------------------------------------- */
/* Youtube --------------------------------- */
/* ----------------------------------------- */
.ccm-page .youtubeBlock {
  width: 100%;
  height: 100%;
}
.ccm-page .youtubeBlock .youtube-player {
  min-height: 300px;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .ccm-page .youtubeBlock {
    padding-bottom: 30px;
  }
}
/* ----------------------------------------- */
/* Futurn Team ----------------------------- */
/* ----------------------------------------- */
.ccm-page .futurn-team-member {
  position: relative;
  width: 100%;
  cursor: pointer;
}
.ccm-page .futurn-team-member img {
  width: 100%;
  transition: filter 0.2s ease-in-out;
  -webkit-filter: grayscale(100%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%);
  /* FF 35+ */
}
.ccm-page .futurn-team-member .futurn-team-member-content {
  position: absolute;
  width: 100%;
  text-align: center;
}
.ccm-page .futurn-team-member .futurn-team-member-content.top {
  top: 0;
}
.ccm-page .futurn-team-member .futurn-team-member-content.top_middle {
  top: 20%;
}
.ccm-page .futurn-team-member .futurn-team-member-content.middle {
  top: 40%;
}
.ccm-page .futurn-team-member .futurn-team-member-content.bottom_middle {
  top: 60%;
}
.ccm-page .futurn-team-member .futurn-team-member-content.bottom {
  top: 80%;
}
.ccm-page .futurn-team-member .futurn-team-member-content .futurn-team-member-name {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #71b644;
  display: inline-block;
  transition: margin-right 0.2s ease-in-out;
  border-radius: 5px;
}
.ccm-page .futurn-team-member .futurn-team-member-content .futurn-team-margin-right {
  margin-right: 25px;
}
.ccm-page .futurn-team-member .futurn-team-member-content .futurn-team-member-function {
  font-size: 10px;
  padding: 3px 10px;
  color: white;
  background-color: #003120;
  display: inline-block;
  margin-left: 25px;
  transition: margin-left 0.2s ease-in-out;
  border-radius: 5px;
}
.ccm-page .futurn-team-member:hover .futurn-team-member-name {
  margin-right: 40px;
}
.ccm-page .futurn-team-member:hover .futurn-team-member-function {
  margin-left: 40px;
}
.ccm-page .futurn-team-member:hover img {
  -webkit-filter: grayscale(0%);
  /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%);
  /* FF 35+ */
}
.futurn-team-member-popup {
  position: relative;
  background: #FFF;
  width: 90%;
  max-width: 800px;
  height: 600px;
  margin: 20px auto;
  text-align: left;
  border-radius: 5px;
  padding: 30px;
  font-family: 'Open Sans', sans-serif;
}
.futurn-team-member-popup .futurn-team-member-popup-content {
  height: 100%;
  width: 100%;
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay {
  height: 100%;
  width: 50%;
  position: relative;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay h4 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-popup-name,
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-popup-function,
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-tag {
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-color: #71b644;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 5px;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-popup-function {
  background-color: #003120;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-tag {
  background-color: #e8f4ea;
  color: #71b644;
}
.futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-popup-shoe {
  display: inline;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #003120;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}
@media screen and (max-width: 992px) {
  .futurn-team-member-popup {
    height: 90vh;
  }
  .futurn-team-member-popup .futurn-team-member-popup-content {
    background-position: top center;
    display: flex;
    align-items: flex-end;
  }
  .futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay {
    height: auto;
    width: 100%;
    background-color: rgba(247, 247, 247, 0.8);
    padding: 30px;
    border-radius: 5px;
  }
  .futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay h4 {
    font-size: 21px;
  }
  .futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-tag {
    background-color: #ffffff;
    color: #71b644;
  }
  .futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay .futurn-team-member-popup-shoe {
    position: static;
    margin-top: 30px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .futurn-team-member-popup .futurn-team-member-popup-content .futurn-team-member-popup-overlay h4 {
    font-size: 16px;
  }
}
/* ----------------------------------------- */
/* Futurn Vision --------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link {
  padding: 0;
  margin: 5px 0;
  background: transparent;
  color: #71b644;
  font-size: 21px;
  font-weight: 600;
  display: block;
  width: 100%;
  transition: color ease-in-out 0.3s;
}
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link:first-child {
  margin-top: 0;
}
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link:last-child {
  margin-bottom: 0;
}
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link.active {
  color: #003120;
}
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link:hover,
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link:focus {
  color: #003120;
}
.ccm-page .ccm-block-futurn-vision .futurn-sidebar .nav .nav-link img {
  height: 50px;
  width: 50px;
  margin-right: 10px;
  border-radius: 5px;
}
.ccm-page .ccm-block-futurn-vision .tab-content .tab-pane img {
  border-radius: 5px;
  margin-bottom: 15px;
}
.ccm-page .ccm-block-futurn-vision .tab-content .tab-pane h3 {
  font-weight: 400;
  padding-bottom: 15px;
  line-height: 28px;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 1200px) {
  .ccm-page .ccm-block-futurn-vision .tab-content .tab-pane {
    display: block !important;
    opacity: 1 !important;
    margin-bottom: 30px;
  }
  .ccm-page .ccm-block-futurn-vision .tab-content .tab-pane:last-child {
    margin-bottom: 0;
  }
}
/* ----------------------------------------- */
/* Previous Next --------------------------- */
/* ----------------------------------------- */
.ccm-page .ccm-block-next-previous-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}
/* ----------------------------------------- */
/* YouTube --------------------------------- */
/* ----------------------------------------- */
.ccm-page .youtubeBlockResponsive16by9 {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.ccm-page .youtubeBlockResponsive16by9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ----------------------------------------- */
/* GDPR ------------------------------------ */
/* ----------------------------------------- */
#gdpr-cookie-message {
  background-color: #e8f4ea !important;
  z-index: 999999999999999999 !important;
  color: #71b644;
  padding: 25px !important;
  left: 20px !important;
  bottom: 20px !important;
  max-width: 400px !important;
}
#gdpr-cookie-message h4,
#gdpr-cookie-message h5,
#gdpr-cookie-message label,
#gdpr-cookie-message p {
  color: #71b644;
  font-family: 'Open Sans', sans-serif;
}
#gdpr-cookie-message h4 {
  font-size: 21px !important;
  margin-bottom: 16px !important;
}
#gdpr-cookie-message h5 {
  font-size: 14px !important;
}
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  font-size: 14px !important;
  line-height: 21px !important;
}
#gdpr-cookie-message a {
  color: #003120 !important;
  text-decoration: underline !important;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px !important;
}
#gdpr-cookie-message #gdpr-cookie-accept,
#gdpr-cookie-message #gdpr-cookie-advanced {
  font-size: 1rem;
  background-color: #71b644;
  color: #ffffff;
  padding: 12px 24px;
  line-height: 1rem;
  position: relative;
  z-index: 1;
  display: inline-block;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -ms-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  font-family: 'Open Sans', sans-serif;
}
#gdpr-cookie-message #gdpr-cookie-accept:hover,
#gdpr-cookie-message #gdpr-cookie-advanced:hover {
  background-color: #003120;
}
#gdpr-cookie-message #gdpr-cookie-advanced {
  background-color: #003120;
  color: #ffffff;
}
#gdpr-cookie-message #gdpr-cookie-advanced:hover {
  background-color: #71b644;
}
/* ----------------------------------------- */
/* Sustainable vision----------------------- */
/* ----------------------------------------- */
.ccm-page .sustainable-visions {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 9;
}
.ccm-page .sustainable-visions .vision-container {
  position: relative;
  max-width: 250px;
  display: flex;
  margin: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.ccm-page .sustainable-visions .vision-container .vision {
  background-color: #003120;
  width: 100px;
  height: 100px;
  margin: 10px;
  border-radius: 5px;
  display: flex;
  position: relative;
}
.ccm-page .sustainable-visions .vision-container .vision img {
  width: 100%;
  height: auto;
}
.ccm-page .sustainable-visions .vision-container .tooltip {
  z-index: 10;
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .ccm-page .sustainable-visions .vision-container {
    max-width: 200px;
  }
  .ccm-page .sustainable-visions .vision-container .vision {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page .sustainable-visions .vision-container {
    max-width: 200px;
    margin: 5px;
  }
  .ccm-page .sustainable-visions .vision-container .vision {
    width: 60px;
    height: 60px;
    margin: 5px;
  }
}
/* ----------------------------------------- */
/* News article ---------------------------- */
/* ----------------------------------------- */
.ccm-page.page-template-newsarticle .introduction {
  text-align: center;
  margin-bottom: 60px;
}
.ccm-page.page-template-newsarticle .introduction h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.ccm-page.page-template-newsarticle .introduction .date {
  color: #f4f4f4;
  font-size: 21px;
}
.ccm-page.page-template-newsarticle .introduction .back {
  font-size: 21px;
  margin-top: 30px;
}
.ccm-page.page-template-newsarticle .webhapp-content,
.ccm-page.page-template-newsarticle .youtubeBlock,
.ccm-page.page-template-newsarticle .ccm-block-before-after {
  margin-bottom: 30px;
}
/* ----------------------------------------- */
/* Pagination ------------------------------ */
/* ----------------------------------------- */
.ccm-page .ccm-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ccm-page .ccm-pagination-wrapper ul li span,
.ccm-page .ccm-pagination-wrapper ul li a {
  padding: 12px;
  border-radius: 5px;
  margin-left: 3px;
  margin-right: 3px;
  background-color: #ffffff;
  color: #003120;
  min-width: 45px;
  text-align: center;
}
.ccm-page .ccm-pagination-wrapper ul li a {
  background-color: #003120;
  color: white;
  transition: background-color 0.3s ease-in-out;
}
.ccm-page .ccm-pagination-wrapper ul li a:hover {
  background-color: #71b644;
}
.ccm-page .ccm-pagination-wrapper ul li:first-child span,
.ccm-page .ccm-pagination-wrapper ul li:first-child a {
  margin-left: 0;
}
.ccm-page .ccm-pagination-wrapper ul li:last-child span,
.ccm-page .ccm-pagination-wrapper ul li:last-child a {
  margin-right: 0;
}
