@charset "UTF-8";
/*!
Theme Name: Cherry Communicatie
Theme URI: http://cherry-communicatie.nl
Author: Cherry Communicatie
Author URI: http://cherry-communicatie.nl
Description: Custom theme developed by Cherry Communicatie.
Version: 2.0.13
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cherry-communicatie
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Cherry Communicatie is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
--------------------------------------------------------------*/
/* ===============
   Variables
   =============== */
/* ===============
   Mixins
   =============== */
/* ===============
   Structure
   =============== */
html, body {
  height: 100%;
}
#page {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 100%;
}
#page #masthead {
  width: 100%;
}
#page #content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
#page #colophon {
  width: 100%;
}
.grid {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media only screen and (max-width: 1400px) {
  .grid {
    max-width: 100%;
  }
}
.in-grid {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 1400px) {
  .in-grid {
    max-width: 100%;
  }
}
.in-grid-s, footer .footer-top .column.col-12 > div, footer .footer-top .hero .inner-hero-container .column.icon-blocks > div, .hero .inner-hero-container footer .footer-top .column.icon-blocks > div {
  max-width: 700px;
  margin-left: auto !important;
  margin-right: auto !important;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .in-grid-s, footer .footer-top .column.col-12 > div, footer .footer-top .hero .inner-hero-container .column.icon-blocks > div, .hero .inner-hero-container footer .footer-top .column.icon-blocks > div {
    max-width: 100%;
  }
}
.gut > a, .gut > div, .gut > header, .gut > article {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.row-spacing {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
.row-spacing-m {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.row-spacing-s {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}
.row-spacing-xs {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.mb {
  margin-bottom: 80px !important;
}
.mb-m {
  margin-bottom: 50px !important;
}
.mb-s {
  margin-bottom: 30px !important;
}
.col-1 {
  width: calc(100% / 12 * 1);
}
.col-2 {
  width: calc(100% / 12 * 2);
}
.col-3, .cc-slider.hero-icon-slider .icon-block {
  width: calc(100% / 12 * 3);
}
.col-4, .flex-category-blocks .category-block {
  width: calc(100% / 12 * 4);
}
.col-5 {
  width: calc(100% / 12 * 5);
}
.col-6 {
  width: calc(100% / 12 * 6);
}
.col-7 {
  width: calc(100% / 12 * 7);
}
.col-8 {
  width: calc(100% / 12 * 8);
}
.col-9 {
  width: calc(100% / 12 * 9);
}
.col-10 {
  width: calc(100% / 12 * 10);
}
.col-11 {
  width: calc(100% / 12 * 11);
}
.col-12, .hero .inner-hero-container .icon-blocks {
  width: calc(100% / 12 * 12);
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, fieldset, legend, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
body, button, input, textarea {
  color: #627881;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
  scroll-behaviour: smooth;
}
body {
  margin: 0;
}
dfn, cite, em, i {
  font-style: italic;
}
blockquote {
  margin: 0;
}
address {
  margin: 0 0 1.5em;
}
abbr, acronym {
  border-bottom: 1px dotted #1ABD5E;
  cursor: help;
}
mark, ins {
  background: #F4F4F4;
  text-decoration: none;
}
big {
  font-size: 125%;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
ol {
  list-style: decimal;
}
/* ===Images=== */
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}
figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}
.gallery-caption {
  display: block;
}
/* ===Tables=== */
table {
  margin: 0;
  width: 100%;
}
.bypostauthor {
  display: block;
}
.sticky {
  display: block;
}
.byline, .updated:not(.published) {
  display: none;
}
.single .byline, .group-blog .byline {
  display: inline;
}
.page-content, .entry-content, .entry-summary {
  margin: 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}
:focus {
  outline: 0;
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button, input, optgroup, select, textarea {
  margin: 0;
}
button {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
*, *:before, *:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
  max-width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #F4F4F4;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #627881;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
  /* Older / Newer Posts Navigation (always hidden) */
  /* Theme Footer (when set to scrolling) */
  display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}
.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
/*--------------------------------------------------------------
# Extends
--------------------------------------------------------------*/
.h1, h1 {
  font-size: 48px;
  font-family: "Lato", sans-serif;
}
.h2, h2 {
  font-size: 32px;
  font-family: "Lato", sans-serif;
}
.h3, header#masthead .site-branding .subtitle p, h3 {
  font-size: 22px;
  font-family: "Lato", sans-serif;
}
.h4, h4 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
.base-button, input[type="button"], input[type="submit"], .btn-main.primary a, .btn-main.primary span, .btn-main.secondary a, .btn-main.secondary span, .default-review-card .inner-review-card > div.button-col .read-more span {
  text-decoration: none;
  padding: 15px 45px 15px 25px;
  line-height: 1.2;
  background: #1ABD5E;
  border: 1px solid #1ABD5E;
  color: #fff;
  text-align: center;
  position: relative;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 .base-button, .theme-2 input[type="button"], .theme-2 input[type="submit"], .theme-2 .btn-main.primary a, .btn-main.primary .theme-2 a, .theme-2 .btn-main.primary span, .btn-main.primary .theme-2 span, .theme-2 .btn-main.secondary a, .btn-main.secondary .theme-2 a, .theme-2 .btn-main.secondary span, .btn-main.secondary .theme-2 span, .theme-2 .default-review-card .inner-review-card > div.button-col .read-more span, .default-review-card .inner-review-card > div.button-col .read-more .theme-2 span, .theme-3 .base-button, .theme-3 input[type="button"], .theme-3 input[type="submit"], .theme-3 .btn-main.primary a, .btn-main.primary .theme-3 a, .theme-3 .btn-main.primary span, .btn-main.primary .theme-3 span, .theme-3 .btn-main.secondary a, .btn-main.secondary .theme-3 a, .theme-3 .btn-main.secondary span, .btn-main.secondary .theme-3 span, .theme-3 .default-review-card .inner-review-card > div.button-col .read-more span, .default-review-card .inner-review-card > div.button-col .read-more .theme-3 span {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: normal;
  padding: 10px 30px;
}
.base-button:before, input[type="button"]:before, input[type="submit"]:before, .btn-main.primary a:before, .btn-main.primary span:before, .btn-main.secondary a:before, .btn-main.secondary span:before, .default-review-card .inner-review-card > div.button-col .read-more span:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 .base-button:before, .theme-2 input[type="button"]:before, .theme-2 input[type="submit"]:before, .theme-2 .btn-main.primary a:before, .btn-main.primary .theme-2 a:before, .theme-2 .btn-main.primary span:before, .btn-main.primary .theme-2 span:before, .theme-2 .btn-main.secondary a:before, .btn-main.secondary .theme-2 a:before, .theme-2 .btn-main.secondary span:before, .btn-main.secondary .theme-2 span:before, .theme-2 .default-review-card .inner-review-card > div.button-col .read-more span:before, .default-review-card .inner-review-card > div.button-col .read-more .theme-2 span:before, .theme-3 .base-button:before, .theme-3 input[type="button"]:before, .theme-3 input[type="submit"]:before, .theme-3 .btn-main.primary a:before, .btn-main.primary .theme-3 a:before, .theme-3 .btn-main.primary span:before, .btn-main.primary .theme-3 span:before, .theme-3 .btn-main.secondary a:before, .btn-main.secondary .theme-3 a:before, .theme-3 .btn-main.secondary span:before, .btn-main.secondary .theme-3 span:before, .theme-3 .default-review-card .inner-review-card > div.button-col .read-more span:before, .default-review-card .inner-review-card > div.button-col .read-more .theme-3 span:before {
  display: none;
}
.base-button:hover, input[type="button"]:hover, input[type="submit"]:hover, .btn-main.primary a:hover, .btn-main.primary span:hover, .btn-main.secondary a:hover, .btn-main.secondary span:hover, .default-review-card .inner-review-card > div.button-col .read-more span:hover {
  background: #149048;
  border-color: #149048;
}
.base-button:hover:before, input[type="button"]:hover:before, input[type="submit"]:hover:before, .btn-main.primary a:hover:before, .btn-main.primary span:hover:before, .btn-main.secondary a:hover:before, .btn-main.secondary span:hover:before, .default-review-card .inner-review-card > div.button-col .read-more span:hover:before {
  right: 15px;
}
.input-standard, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  width: 100%;
  display: block;
  padding: 5px 10px;
  color: #627881;
  background-color: #fff;
  border: 1px solid #E6EBEC;
  font-family: "Lato", sans-serif;
}
.input-standard:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
  color: #627881;
}
.input-standard:disabled, input[type="text"]:disabled, input[type="email"]:disabled, input[type="url"]:disabled, input[type="password"]:disabled, input[type="search"]:disabled, input[type="number"]:disabled, input[type="tel"]:disabled, input[type="range"]:disabled, input[type="date"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="time"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="color"]:disabled, textarea:disabled, select:disabled {
  background: #F4F4F4;
}
.img-holder-container {
  display: block;
}
.fontawesome, .base-button:before, input[type="button"]:before, input[type="submit"]:before, .btn-main.primary a:before, .btn-main.primary span:before, .btn-main.secondary a:before, .btn-main.secondary span:before, .default-review-card .inner-review-card > div.button-col .read-more span:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after, .ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before, header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after, .theme-2 footer .footer-top ul > li a:before, .theme-3 footer .footer-top ul > li a:before, .wysiwyg-content ul li:before, .btn-main.link a:before, .btn-main.link span:before, .default-article-card .inner-article-card > div.content-col .read-more span:before, .author.profile .author-data .profile-link a:before, .author.profile .contact .sm-email:before, .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:before, .item-container.review-specificaties ul li:before, .item-container.review-voor-nadelen ul li:before, .sidebar-query-container article .read-more:before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fontawesome-brands, .author.profile .contact > li:before {
  font-family: "Font Awesome 5 Brands";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flexbox, #page, .grid, .in-grid, .in-grid-s, footer .footer-top .column.col-12 > div, footer .footer-top .hero .inner-hero-container .column.icon-blocks > div, .hero .inner-hero-container footer .footer-top .column.icon-blocks > div, .gform_body .gform_fields, .gform_body .gform_fields .gfield .ginput_complex, .gform_footer, .hero-search form, .calculation-form .gform_body .gform_fields .gfield.gfield_calculation, .calculation-form .gform_body .gform_fields .gfield.gfield_calculation.price .ginput_container, header#masthead .site-branding, header#masthead .site-branding > a, header#masthead .main-navigation ul.menu, .responsive-menu-container .responsive-menu-logo, .responsive-menu-container .responsive-menu-logo > a, .error404 .site-content, .hero .inner-hero-container, .btn-main, .btns, .icon-text, .default-review-card .inner-review-card, .default-review-card .inner-review-card > div.button-col .read-more, .default-article-card .inner-article-card, .default-article-card .inner-article-card > div.content-col .read-more, .faq-toggle-item .faq-toggle-question, .flex-top-repeater .in-grid .top-item .inner-top-item, .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items, .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item, .flex-top-repeater.slider .slick-slide > div, .flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item, .flex-top-repeater.slider .slider-navigation-arrows, .flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a .content, .flex-category-list .child-cat-line-title a .content, .flex-table .table .row, .single-review .in-grid .review-content, .item-container.review-title .item-content, .item-container.review-over .item-content, .item-container.review-waarom .item-content .item-content-inner, .item-container.review-winkels .item-content .item-content-inner, .item-container.review-rating .item-content-inner, .item-container.review-voor-nadelen .item-content, .comments-area .comments-content-container .comment .comment-body, .comments-area .comment-form, .comments-area .comment-form .comment-form-rating, .post-nav, .post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next, .query-container, .query-container .query-item .qi-inner, .query-container .query-item .qi-inner .qi-thumb .post-categories, .navigation .pagination, .best-list article, .cc-slider .slider-scope .slick-list .slick-track, .fancybox-container .fancybox-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* ===============
   Input Fields
   =============== */
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
select {
  min-height: 36px;
}
textarea {
  resize: vertical;
}
textarea.small {
  height: 80px;
}
textarea.medium {
  height: 140px;
}
textarea.large {
  height: 200px;
}
input[type="button"], input[type="submit"] {
  border: none;
}
/* ===============
   Forms
   =============== */
form ul {
  list-style: none;
}
.wysiwyg-content form ul li {
  padding-left: 0;
}
.wysiwyg-content form ul li:before {
  display: none;
}
/* ===============
   Gravity Forms
   =============== */
.gform_wrapper form {
  margin-left: -8px;
  margin-right: -8px;
}
.gform_body .gform_fields .gfield {
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield {
    width: 100% !important;
  }
}
.gform_body .gform_fields .gfield.gsection {
  width: 100%;
}
.gform_body .gform_fields .gfield.gfield--width-quarter {
  width: calc(100% / 12 * 3);
}
.gform_body .gform_fields .gfield.gfield--width-third {
  width: calc(100% / 12 * 4);
}
.gform_body .gform_fields .gfield.gfield--width-five-twelfths {
  width: calc(100% / 12 * 5);
}
.gform_body .gform_fields .gfield.gfield--width-half {
  width: 50%;
}
.gform_body .gform_fields .gfield.gfield--width-seven-twelfths {
  width: calc(100% / 12 * 7);
}
.gform_body .gform_fields .gfield.gfield--width-two-thirds {
  width: calc(100% / 12 * 8);
}
.gform_body .gform_fields .gfield.gfield--width-three-quarter {
  width: calc(100% / 12 * 9);
}
.gform_body .gform_fields .gfield.gfield--width-five-sixths {
  width: calc(100% / 12 * 10);
}
.gform_body .gform_fields .gfield.gfield--width-eleven-twelfths {
  width: calc(100% / 12 * 11);
}
.gform_body .gform_fields .gfield.gfield--width-full {
  width: 100%;
}
.gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_body .gform_fields .gfield.spacer {
  display: none !important;
}
.gform_body .gform_fields .gfield.gf_left_half {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield.gf_right_half {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
  width: 50%;
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media only screen and (max-width: 768px) {
  .gform_body .gform_fields .gfield.gf_left_half, .gform_body .gform_fields .gfield.gf_right_half {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield.gform_validation_container {
  display: none !important;
}
.gform_body .gform_fields .gfield.gfield_error input, .gform_body .gform_fields .gfield.gfield_error textarea, .gform_body .gform_fields .gfield.gfield_error select {
  border: 1px solid #c23630;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice:not(:first-child), .gform_body .gform_fields .gfield .gfield_radio .gchoice:not(:first-child) {
  margin-top: 2px;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"], .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"] {
  display: none;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:before {
  opacity: 1;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice input[type="radio"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="checkbox"]:checked + label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice input[type="radio"]:checked + label:after {
  opacity: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label, .gform_body .gform_fields .gfield .gfield_radio .gchoice label {
  display: inline-block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: inherit;
  position: absolute;
  top: 0;
  left: 0;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before, .gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  opacity: 0;
  font-weight: bold;
  color: #43896e;
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_checkbox .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:before {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_radio .gchoice label:after {
  content: "";
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group:not(:first-of-type) {
  margin-top: 10px;
}
.gform_body .gform_fields .gfield .gfield_list_groups .gfield_list_group_item {
  margin-bottom: 5px;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.add_list_item {
  background: #333333;
}
.gform_body .gform_fields .gfield .gfield_list_groups button.delete_list_item {
  background: #627881;
}
.gform_body .gform_fields .gfield .ginput_complex {
  margin-top: 15px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left {
  padding-right: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  padding-left: 8px;
}
.gform_body .gform_fields .gfield .ginput_complex label {
  font-size: 13px;
  font-weight: bold;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
  width: 50%;
  display: block;
}
@media only screen and (max-width: 991px) {
  .gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right {
    width: 100%;
    padding: 0;
  }
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left select, .gform_body .gform_fields .gfield .ginput_complex .ginput_right select {
  width: 100%;
}
.gform_body .gform_fields .gfield .ginput_complex .ginput_left, .gform_body .gform_fields .gfield .ginput_complex .ginput_right, .gform_body .gform_fields .gfield .ginput_complex .ginput_full {
  margin-bottom: 15px;
}
.gform_footer {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-justify-content: flex-end !important;
  -moz-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  -o-justify-content: flex-end !important;
  justify-content: flex-end !important;
  width: 100% !important;
}
.validation_message {
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #c23630;
  width: auto !important;
  margin-top: 10px;
  position: relative;
}
.validation_message:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  background: #c23630;
  transform: rotate(45deg) translateX(-50%);
  top: 0;
  left: 50%;
}
.validation_message.validation_message--hidden-on-empty {
  display: none;
}
.validation_error {
  font-weight: bold;
  color: #c23630;
  margin-bottom: 15px;
}
.warning-container {
  color: #fff;
  padding: 5px 10px;
  background: #c23630;
  text-align: center;
}
.gform_validation_errors {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 4px solid #c23630;
}
.gform_validation_errors .gform_submission_error {
  font-size: 16px;
  line-height: 1.5;
}
.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 9999 !important;
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #F4F4F4;
  border-bottom: 1px solid #627881;
}
.ui-datepicker th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #627881;
}
.ui-datepicker tbody td {
  padding: 0;
  border-top: 1px solid #c9d4d6;
  border-right: 1px solid #c9d4d6;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody td span, .ui-datepicker tbody td a {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #627881;
}
.ui-datepicker tbody tr {
  border-bottom: 1px solid #E6EBEC;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #627881;
  color: #F4F4F4;
  font-weight: bold;
  line-height: 30px;
  min-height: 30px !important;
}
.ui-datepicker .ui-datepicker-title {
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  margin-top: 5px;
  width: auto;
  padding: 0;
  display: inline-block;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  line-height: 600%;
  overflow: hidden;
  position: relative;
}
.ui-datepicker .ui-datepicker-prev:before, .ui-datepicker .ui-datepicker-next:before {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  float: left;
  background-position: center -30px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "";
}
.ui-datepicker .ui-datepicker-next {
  float: right;
  background-position: center 0px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "";
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #E6EBEC;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-hover {
  background: #F4F4F4;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #43896e;
  /* set the active date background color */
  color: white;
  /* set the active date font color */
  position: relative;
}
.ui-datepicker .ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker .ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable.ui-state-disabled {
  background-color: #c9d4d6;
}
.ui-datepicker .ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker .ui-datepicker-unselectable .ui-state-default {
  background: #F4F4F4;
  color: #627881;
}
.ui-datepicker table.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 35px;
  right: 10px;
}
/* ===============
   Placeholder color
   =============== */
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #627881;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #627881;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #627881;
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #627881;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #627881;
}
/* ===============
   Autocomplete
   =============== */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #F4F4F4 inset;
  -webkit-text-fill-color: #627881;
}
/* GF Spinner */
.gform_ajax_spinner {
  margin-left: 10px !important;
  border: 4px solid #1ABD5E;
  border-left: 4px solid transparent;
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  -webkit-animation: spinner 1.1s infinite linear;
  -moz-animation: spinner 1.1s infinite linear;
  -ms-animation: spinner 1.1s infinite linear;
  -o-animation: spinner 1.1s infinite linear;
  animation: spinner 1.1s infinite linear;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hero-search {
  position: relative;
}
.hero-search:not(:first-child) {
  margin-top: 30px;
}
.hero-search form input {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  -o-order: 2;
  order: 2;
  width: calc(100% - 50px);
  background: #fff;
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  border: 1px solid #E6EBEC;
  border-left: none;
  padding: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-search form input:focus {
  border-color: #1ABD5E;
}
.hero-search form input:focus + label {
  border-color: #1ABD5E;
  color: #fff;
  background: #1ABD5E;
  padding-left: 8px;
}
.hero-search form input:focus + label .fa-caret-right {
  opacity: 1;
}
.hero-search form input.submit {
  display: none;
}
.hero-search form label {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  -o-order: 1;
  order: 1;
  width: 50px;
  background: #fff;
  border: 1px solid #E6EBEC;
  border-right: none;
  color: #1ABD5E;
  padding: 12px 0 12px 15px;
  font-size: 20px;
  line-height: 24px;
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hero-search form label .fa-caret-right {
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/** REFERALL FLOW PULGIN */
.form-container .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image, .form-container .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.theme-2 .form-container .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image, .theme-3 .form-container .gform_body .gform_fields .gfield .gfield_checkbox .gchoice .grf-image, .theme-2 .form-container .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image, .theme-3 .form-container .gform_body .gform_fields .gfield .gfield_radio .gchoice .grf-image {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.form-container .grf-style {
  background: #FCFCFC;
}
.theme-2 .form-container .grf-style .gform_body .gform_fields .ginput_container > div > .gchoice, .theme-3 .form-container .grf-style .gform_body .gform_fields .ginput_container > div > .gchoice {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.theme-2 .form-container .grf-style .gform_body .gform_fields .ginput_container > div > .gchoice.grf-checked, .theme-3 .form-container .grf-style .gform_body .gform_fields .ginput_container > div > .gchoice.grf-checked {
  border-color: #1ABD5E;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button {
  background: #1ABD5E !important;
  border: 1px solid #1ABD5E !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 15px 10px 15px;
  min-width: 130px;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button:hover, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button:hover {
  background: #149048 !important;
  border-color: #149048 !important;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_next_button, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_next_button {
  padding: 10px 41px 10px 20px;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_next_button:after, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_next_button:after {
  right: 15px;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_previous_button, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_previous_button {
  padding: 10px 20px 10px 41px;
}
.theme-2 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_previous_button:before, .theme-3 .form-container .grf-style .gform_body .gform_page .gform_page_footer button.gform_previous_button:before {
  left: 15px;
}
.calculation-form .gform_body .gform_fields {
  grid-row-gap: 10px !important;
}
.calculation-form .gform_body .gform_fields .gfield .gfield_label {
  font-size: 16px !important;
  font-weight: bold !important;
  text-align: left !important;
  padding: 0 0 5px 0 !important;
  margin-bottom: 0 !important;
  color: #333333 !important;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  background: #E6EBEC;
  padding: 15px;
  width: calc(100% - 10px);
  margin: 0 auto;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation.price .ginput_container {
  position: relative;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding-left: 12px;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation.price .ginput_container:before {
  content: "€";
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation + .gfield_calculation {
  padding-top: 0;
  margin-top: -15px;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation .gfield_label {
  display: flex;
  width: max-content;
  margin: 0;
  padding-bottom: 0 !important;
  padding-right: 15px !important;
  line-height: 1.2;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation .gfield_label .gfield_required {
  display: none;
}
.calculation-form .gform_body .gform_fields .gfield.gfield_calculation .ginput_container input {
  background: none !important;
  padding: 0 !important;
  border: none !important;
  color: #627881 !important;
}
/*--------------------------------------------------------------
# Header & Footer
--------------------------------------------------------------*/
/* ===============
   Header
   =============== */
header#masthead {
  background: #429cb2;
  margin: 0;
  position: relative;
  z-index: 99995;
}
.theme-2 header#masthead, .theme-3 header#masthead {
  background: #fff;
}
header#masthead .in-grid.menu-bar {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header#masthead .in-grid.menu-bar {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
header#masthead .site-branding {
  padding: 10px;
  max-width: 50%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  header#masthead .site-branding {
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    -o-align-content: center;
    align-content: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
.mobile-device header#masthead .site-branding {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding {
    width: 100%;
  }
}
header#masthead .site-branding .subtitle {
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  header#masthead .site-branding .subtitle {
    padding: 5px 0 0 0;
  }
}
header#masthead .site-branding .subtitle p {
  color: #fff;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  header#masthead .site-branding .subtitle p {
    font-size: 18px;
  }
}
.theme-2 header#masthead .site-branding .subtitle p, .theme-3 header#masthead .site-branding .subtitle p {
  color: #000;
}
header#masthead .site-branding > a {
  width: max-content;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  header#masthead .site-branding > a {
    margin-right: 0;
  }
}
header#masthead .site-branding > a img {
  height: 40px;
  display: block;
  width: auto !important;
}
header#masthead .main-navigation {
  padding: 0 15px;
}
.mobile-device header#masthead .main-navigation {
  display: none;
}
@media only screen and (max-width: 991px) {
  header#masthead .main-navigation {
    display: none;
  }
}
header#masthead .main-navigation ul {
  list-style: none !important;
}
header#masthead .main-navigation ul li {
  position: relative;
}
header#masthead .main-navigation ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  line-height: 1.8;
  padding: 15px 20px;
  text-decoration: none;
  position: relative;
}
.theme-2 header#masthead .main-navigation ul li a, .theme-3 header#masthead .main-navigation ul li a {
  color: #000;
}
.theme-2 header#masthead .main-navigation ul li:hover a, .theme-3 header#masthead .main-navigation ul li:hover a {
  color: #1ABD5E;
}
header#masthead .main-navigation ul.menu {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
header#masthead .main-navigation ul.menu > li.menu-item > a {
  padding: 25px 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item > a:before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 20px;
  width: calc(100% - 40px);
  height: 2px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item > a:before, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item > a:before {
  display: none;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  position: relative;
  overflow: visible;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a {
  padding: 25px 35px 25px 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > a:after {
  content: "";
  font-weight: bold;
  width: 10px;
  text-align: center;
  right: 20px;
  position: absolute;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #429cb2;
  border-top: 1px solid #E6EBEC;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 0;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  background-color: #F4F4F4;
  border-top: none;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item {
  border-bottom: 1px solid #E6EBEC;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  text-align: left;
  position: relative;
  background: #429cb2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item > a {
  background: #fff;
  color: #627881;
  padding: 15px 20px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background: #1ABD5E;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item.current-menu-item > a {
  background: #fff;
  color: #1ABD5E;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background: #1ABD5E;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu > li.menu-item:hover > a {
  background: #fff;
  color: #1ABD5E;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children.menu-item:not(.wpml-ls-item) .sub-menu {
  min-width: 200px;
}
header#masthead .main-navigation ul.menu > li.menu-item.menu-item-has-children:last-of-type > ul.sub-menu {
  left: auto;
  right: 0;
}
header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a:before, header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.current-menu-item > a, .theme-2 header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item.current-menu-parent > a {
  color: #1ABD5E;
}
.theme-2 header#masthead .main-navigation ul.menu > li.menu-item:hover, .theme-3 header#masthead .main-navigation ul.menu > li.menu-item:hover {
  color: #1ABD5E;
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > a:before {
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  -o-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
header#masthead .main-navigation ul.menu > li.menu-item:hover > ul.sub-menu {
  z-index: 9999;
  visibility: visible;
  opacity: 1;
}
header#masthead.mega-menu {
  position: relative;
}
header#masthead.mega-menu .main-navigation ul.menu > li.menu-item:not(:first-of-type).menu-item-has-children:before {
  content: "";
}
header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children {
  overflow: visible;
  position: static;
}
header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  padding-bottom: 10px;
  padding-left: calc(((100% - 1230px) / 2) + 30px) !important;
  padding-right: calc(((100% - 1230px) / 2) + 30px) !important;
  padding-top: 10px;
  position: absolute;
  top: 100%;
  width: 100%;
}
header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li {
  border-bottom: 0;
}
.theme-2 header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li a, .theme-3 header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li a {
  color: #627881;
  border: 1px solid #fff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
}
.theme-2 header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li a:hover, .theme-3 header#masthead.mega-menu .main-navigation ul.menu > li.menu-item.menu-item-has-children > ul.sub-menu li a:hover {
  border-color: #1ABD5E;
  color: #1ABD5E;
}
/* ===============
   Footer
   =============== */
footer {
  background: #fff;
}
.theme-2 footer, .theme-3 footer {
  background: #F8F9FA;
  border-top: 1px solid #E6EBEC;
}
footer .footer-top {
  padding: 50px 0 20px;
}
@media only screen and (max-width: 991px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 25%;
  }
  footer .footer-top .col-3, footer .footer-top .cc-slider.hero-icon-slider .icon-block, .cc-slider.hero-icon-slider footer .footer-top .icon-block, footer .footer-top .col-4, footer .footer-top .flex-category-blocks .category-block, .flex-category-blocks footer .footer-top .category-block {
    width: 50%;
  }
  footer .footer-top .col-5, footer .footer-top .col-6, footer .footer-top .col-7, footer .footer-top .col-8, footer .footer-top .col-9, footer .footer-top .col-10, footer .footer-top .col-11 {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  footer .footer-top .col-1, footer .footer-top .col-2 {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  footer .footer-top .col-3, footer .footer-top .cc-slider.hero-icon-slider .icon-block, .cc-slider.hero-icon-slider footer .footer-top .icon-block, footer .footer-top .col-4, footer .footer-top .flex-category-blocks .category-block, .flex-category-blocks footer .footer-top .category-block {
    width: 100%;
  }
}
footer .footer-top .column {
  padding-bottom: 30px;
}
footer .footer-top .column > div:not(:first-of-type) {
  margin-top: 30px;
}
.theme-2 footer .footer-top ul > li a, .theme-3 footer .footer-top ul > li a {
  display: block;
  padding: 4px 0 4px 25px;
  position: relative;
  text-decoration: underline;
  width: 100%;
}
.theme-2 footer .footer-top ul > li a:before, .theme-3 footer .footer-top ul > li a:before {
  color: #1ABD5E;
  content: "";
  font-weight: 400;
  left: 0;
  top: 4px;
  position: absolute;
}
.theme-2 footer .footer-top ul > li a:hover, .theme-3 footer .footer-top ul > li a:hover {
  text-decoration: none;
}
footer .bottom-footer {
  padding: 30px 0;
  text-align: center;
}
.theme-2 footer .bottom-footer, .theme-3 footer .bottom-footer {
  font-size: 13px;
  padding: 10px 0;
  position: relative;
  text-align: left;
}
.theme-2 footer .bottom-footer:before, .theme-3 footer .bottom-footer:before {
  background: #E6EBEC;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 30px);
}
.theme-2 footer .bottom-footer a, .theme-3 footer .bottom-footer a {
  padding: 0 5px;
  text-decoration: underline;
}
.theme-2 footer .bottom-footer a:hover, .theme-3 footer .bottom-footer a:hover {
  text-decoration: none;
}
.theme-2 footer .bottom-footer a:first-of-type, .theme-3 footer .bottom-footer a:first-of-type {
  padding-left: 0;
}
.theme-2 footer .bottom-footer a:last-of-type, .theme-3 footer .bottom-footer a:last-of-type {
  padding-right: 0;
}
footer .bottom-footer-txt {
  font-size: 13px;
  padding: 30px 0;
  position: relative;
}
.theme-2 footer .bottom-footer-txt, .theme-3 footer .bottom-footer-txt {
  padding: 10px 0;
  position: relative;
}
.theme-2 footer .bottom-footer-txt:before, .theme-3 footer .bottom-footer-txt:before {
  background: #E6EBEC;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  width: calc(100% - 30px);
}
footer a {
  text-decoration: none;
  color: inherit;
}
footer a:visited, footer a:hover, footer a:focus, footer a:active {
  color: inherit;
}
footer a:hover {
  text-decoration: underline;
}
footer ul {
  list-style: none;
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
/* ===============
   Mobile Menu
   =============== */
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s !important;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in !important;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -ms-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  -o-transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  transition-delay: 0.12s !important;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0 !important;
  opacity: 0 !important;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out !important;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -moz-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  -o-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important;
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1) !important;
}
.hamburger {
  background: #1ABD5E;
  cursor: pointer;
  display: none;
  margin: 0;
  overflow: visible;
  position: fixed;
  right: 15px;
  top: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 99999;
}
@media only screen and (max-width: 768px) {
  .hamburger {
    top: 25px;
  }
}
.mobile-device .hamburger {
  display: block;
}
@media only screen and (max-width: 991px) {
  .hamburger {
    display: block;
  }
}
.hamburger .hamburger-box {
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
}
.hamburger .hamburger-box .hamburger-inner {
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.hamburger .hamburger-box .hamburger-inner, .hamburger .hamburger-box .hamburger-inner:before, .hamburger .hamburger-box .hamburger-inner:after {
  width: 26px;
  height: 3px;
  background: #fff;
  position: absolute;
}
.hamburger .hamburger-box .hamburger-inner:before {
  content: "";
  top: -7px;
}
.hamburger .hamburger-box .hamburger-inner:after {
  content: "";
  bottom: -7px;
}
body.lock {
  overflow: hidden;
}
.responsive-menu-container {
  display: none;
  background: #429cb2;
  width: 100%;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 99998;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.theme-2 .responsive-menu-container, .theme-3 .responsive-menu-container {
  background: #fff;
}
.mobile-device .responsive-menu-container {
  display: block;
}
@media only screen and (max-width: 991px) {
  .responsive-menu-container {
    display: block;
  }
}
.responsive-menu-container .responsive-menu-logo {
  padding: 15px;
  padding-right: 60px;
  background: #3b8c9f;
}
.theme-2 .responsive-menu-container .responsive-menu-logo, .theme-3 .responsive-menu-container .responsive-menu-logo {
  background: #F4F4F4;
}
@media only screen and (max-width: 768px) {
  .responsive-menu-container .responsive-menu-logo {
    padding: 24px 15px;
  }
}
.responsive-menu-container .responsive-menu-logo > a {
  width: max-content;
}
.responsive-menu-container .responsive-menu-logo > a img {
  height: 54px;
  width: auto;
  display: block;
}
.responsive-menu-container ul.menu {
  list-style: none;
  padding-top: 30px;
}
.responsive-menu-container ul.menu > li.menu-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lock .responsive-menu-container ul.menu > li.menu-item {
  opacity: 1;
}
.responsive-menu-container ul.menu > li.menu-item:not(:last-of-type) {
  margin-bottom: 10px;
}
.responsive-menu-container ul.menu li.menu-item a {
  font-size: 18px;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-decoration: none;
  line-height: 1.2;
  position: relative;
}
.theme-2 .responsive-menu-container ul.menu li.menu-item a, .theme-3 .responsive-menu-container ul.menu li.menu-item a {
  color: #000;
}
.responsive-menu-container ul.menu li.menu-item a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  background: #1ABD5E;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.theme-2 .responsive-menu-container ul.menu li.menu-item a:hover, .theme-3 .responsive-menu-container ul.menu li.menu-item a:hover {
  color: #1ABD5E;
}
.responsive-menu-container ul.menu li.menu-item a:hover:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.theme-2 .responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .theme-3 .responsive-menu-container ul.menu li.menu-item.current-menu-item > a, .theme-2 .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a, .theme-3 .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a {
  color: #1ABD5E;
}
.responsive-menu-container ul.menu li.menu-item.current-menu-item > a:before, .responsive-menu-container ul.menu li.menu-item.current-menu-parent > a:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
  padding-right: 40px;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children > a {
  position: relative;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  background: #3b8c9f;
  display: none;
  margin-left: 0;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu > li.menu-item > a {
  padding-left: 2.5em;
}
.theme-2 .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu, .theme-3 .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .sub-menu {
  background: #F4F4F4;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon {
  cursor: pointer;
  width: 40px;
  height: 100%;
  padding: 5px 12px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  border-left: 1px solid #E6EBEC;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  color: #fff;
  font-style: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-2 .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i, .theme-3 .responsive-menu-container ul.menu li.menu-item.menu-item-has-children .menu-dropdown-icon i {
  color: #000;
}
.responsive-menu-container ul.menu li.menu-item.menu-item-has-children.sub-menu-open i {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  -o-transform: translateY(-50%) translateX(-50%) rotate(180deg);
  transform: translateY(-50%) translateX(-50%) rotate(180deg);
}
.responsive-menu-container.slide-left {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.responsive-menu-container.slide-left.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-right {
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.responsive-menu-container.slide-right.is-open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.responsive-menu-container.slide-bottom {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
}
.responsive-menu-container.slide-bottom.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.responsive-menu-container.slide-top {
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.responsive-menu-container.slide-top.is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/* ===============
   GLOBAL SETTINGS
   =============== */
/* ===Body=== */
body {
  background: #F4F4F4;
  /* Fallback for when there is no custom background color defined. */
  position: relative;
}
body.theme-2, body.theme-3 {
  background: #FCFCFC;
}
/* ===Links=== */
a {
  color: #429cb2;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
a:visited, a:hover, a:focus, a:active {
  color: #429cb2;
}
a:hover, a:active {
  outline: 0;
  color: #1ABD5E;
}
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
  font-weight: 300;
}
/* ===Lists=== */
li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
/* ===Posts=== */
.comments-area .comment-list .comment {
  background-color: #E6EBEC;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #1ABD5E;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.error404 .site-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error404 .site-content .content-area {
  width: 100%;
}
.error-404 .in-grid {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.error-404 .in-grid .col-4, .error-404 .in-grid .flex-category-blocks .category-block, .flex-category-blocks .error-404 .in-grid .category-block {
  border-right: 2px solid #E6EBEC;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4, .error-404 .in-grid .flex-category-blocks .category-block, .flex-category-blocks .error-404 .in-grid .category-block {
    width: 100%;
    text-align: center;
    border-right: 0px;
  }
}
.error-404 .in-grid .col-4 svg, .error-404 .in-grid .flex-category-blocks .category-block svg, .flex-category-blocks .error-404 .in-grid .category-block svg {
  overflow: inherit;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-4 svg, .error-404 .in-grid .flex-category-blocks .category-block svg, .flex-category-blocks .error-404 .in-grid .category-block svg {
    width: 250px;
    border-bottom: 1px solid #E6EBEC;
    padding-bottom: 30px;
  }
}
@keyframes fade {
  100% {
    -webkit-transform: rotate(0deg) translateY(0px);
    -moz-transform: rotate(0deg) translateY(0px);
    -ms-transform: rotate(0deg) translateY(0px);
    -o-transform: rotate(0deg) translateY(0px);
    transform: rotate(0deg) translateY(0px);
    opacity: 1;
  }
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-1, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-1, .error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-2, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-2, .error-404 .in-grid .col-4 svg .cls-3, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-3, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-3 {
  fill: #E6EBEC;
  opacity: 0;
}
.error-404 .in-grid .col-4 svg .cls-1, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-1, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-1, .error-404 .in-grid .col-4 svg .cls-3, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-3, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-3 {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
.error-404 .in-grid .col-4 svg .cls-2, .error-404 .in-grid .flex-category-blocks .category-block svg .cls-2, .flex-category-blocks .error-404 .in-grid .category-block svg .cls-2 {
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  animation: fade 1s 1s forwards;
  -webkit-animation: fade 1s 1s forwards;
}
@media only screen and (max-width: 991px) {
  .error-404 .in-grid .col-8 {
    width: 100%;
    text-align: center;
    padding-top: 30px;
  }
}
.error-404 .in-grid .col-8 p {
  margin-bottom: 0px;
}
.wysiwyg-content *:last-child {
  margin-bottom: 0;
}
.wysiwyg-content h1 {
  font-size: 34px;
}
.wysiwyg-content h1, .wysiwyg-content h2, .wysiwyg-content h3, .wysiwyg-content h4, .wysiwyg-content h5, .wysiwyg-content h6 {
  margin-bottom: 15px;
}
.wysiwyg-content p {
  margin-bottom: 1.5em;
}
.wysiwyg-content ul {
  margin-bottom: 1.5em;
  padding: 0;
  list-style: none;
}
.wysiwyg-content ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  padding-left: 25px;
}
.wysiwyg-content ul li:before {
  position: absolute;
  left: 0;
  content: "";
  color: #627881;
  width: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 0.5em;
}
.wysiwyg-content ul li ul li:before {
  content: "";
}
.wysiwyg-content ol {
  padding-left: 25px;
  margin-bottom: 1.5em;
}
.wysiwyg-content blockquote {
  padding-left: 1.5em;
  font-size: 18px;
  font-style: italic;
  margin-bottom: 1.5em;
}
.wysiwyg-content figure {
  margin-bottom: 1.5em;
}
.wysiwyg-content img, .wysiwyg-content figure {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
.wysiwyg-content img.alignright, .wysiwyg-content figure.alignright {
  margin-left: auto;
}
.wysiwyg-content img.aligncenter, .wysiwyg-content figure.aligncenter {
  margin: auto;
}
.wysiwyg-content img.alignleft, .wysiwyg-content figure.alignleft {
  margin-right: auto;
}
.wysiwyg-content .wp-caption .wp-caption-text {
  text-align: center;
  font-size: 13px;
  padding: 5px;
  background: #F4F4F4;
  font-style: italic;
}
.hero.has-form-overlap {
  padding-bottom: 130px;
}
.hero.light .inner-hero-container {
  background: #FAF8FA;
}
.hero.dark-blue .inner-hero-container {
  background: #030024;
}
.hero.transparent .inner-hero-container {
  background: transparent;
}
.hero .inner-hero-container {
  position: relative;
  min-height: 250px;
  width: 100%;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hero .inner-hero-container > div {
  position: relative;
  z-index: 30;
}
.hero .inner-hero-container > div.hero-top {
  z-index: 31;
}
.hero .inner-hero-container .content-containers {
  position: relative;
  width: 100%;
  z-index: 3;
  padding: 30px 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.hero .inner-hero-container .content-containers h1, .hero .inner-hero-container .content-containers h2, .hero .inner-hero-container .content-containers h3, .hero .inner-hero-container .content-containers h4 {
  font-weight: bold;
}
.hero .inner-hero-container .content-containers h1 {
  font-size: 48px;
}
@media only screen and (max-width: 768px) {
  .hero .inner-hero-container .content-containers h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991px) {
  .hero .inner-hero-container .content-containers > div.content-container, .hero .inner-hero-container .content-containers > div.form-container {
    width: 100% !important;
  }
  .hero .inner-hero-container .content-containers > div.content-container:not(:first-of-type), .hero .inner-hero-container .content-containers > div.form-container:not(:first-of-type) {
    margin-top: 50px;
  }
}
.hero .inner-hero-container .content-containers .content-container {
  width: 50%;
}
.hero .inner-hero-container .content-containers .content-container:first-of-type:last-of-type {
  width: calc(100% / 12 * 8);
}
.hero .inner-hero-container .content-containers .content-container .wysiwyg-content {
  color: #fff;
}
.light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content {
  color: #000;
}
.dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content {
  color: #fff;
}
.transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content {
  color: #000;
}
.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h1, .hero .inner-hero-container .content-containers .content-container .wysiwyg-content h2, .hero .inner-hero-container .content-containers .content-container .wysiwyg-content h3, .hero .inner-hero-container .content-containers .content-container .wysiwyg-content h4, .hero .inner-hero-container .content-containers .content-container .wysiwyg-content h5, .hero .inner-hero-container .content-containers .content-container .wysiwyg-content h6 {
  color: #fff;
}
.light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h1, .light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h2, .light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h3, .light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h4, .light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h5, .light.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h6 {
  color: #000;
}
.dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h1, .dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h2, .dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h3, .dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h4, .dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h5, .dark-blue.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h6 {
  color: #fff;
}
.transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h1, .transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h2, .transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h3, .transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h4, .transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h5, .transparent.hero .inner-hero-container .content-containers .content-container .wysiwyg-content h6 {
  color: #000;
}
.light.hero .inner-hero-container .content-containers .content-container h1, .light.hero .inner-hero-container .content-containers .content-container h2, .light.hero .inner-hero-container .content-containers .content-container h3, .light.hero .inner-hero-container .content-containers .content-container h4, .light.hero .inner-hero-container .content-containers .content-container h5, .light.hero .inner-hero-container .content-containers .content-container h6 {
  color: #000;
}
.dark-blue.hero .inner-hero-container .content-containers .content-container h1, .dark-blue.hero .inner-hero-container .content-containers .content-container h2, .dark-blue.hero .inner-hero-container .content-containers .content-container h3, .dark-blue.hero .inner-hero-container .content-containers .content-container h4, .dark-blue.hero .inner-hero-container .content-containers .content-container h5, .dark-blue.hero .inner-hero-container .content-containers .content-container h6 {
  color: #fff;
}
.transparent.hero .inner-hero-container .content-containers .content-container h1, .transparent.hero .inner-hero-container .content-containers .content-container h2, .transparent.hero .inner-hero-container .content-containers .content-container h3, .transparent.hero .inner-hero-container .content-containers .content-container h4, .transparent.hero .inner-hero-container .content-containers .content-container h5, .transparent.hero .inner-hero-container .content-containers .content-container h6 {
  color: #000;
}
.bg-image.hero .inner-hero-container .content-containers .content-container h1, .bg-image.hero .inner-hero-container .content-containers .content-container h2, .bg-image.hero .inner-hero-container .content-containers .content-container h3, .bg-image.hero .inner-hero-container .content-containers .content-container h4, .bg-image.hero .inner-hero-container .content-containers .content-container h5, .bg-image.hero .inner-hero-container .content-containers .content-container h6 {
  color: #fff;
}
.hero .inner-hero-container .content-containers .relevanssi-live-search-results {
  left: 0 !important;
  top: 50px !important;
  width: 100% !important;
}
.hero .inner-hero-container .content-containers .relevanssi-live-search-results .ajax-results > div p {
  font-size: 16px;
  padding: 15px;
}
.hero .inner-hero-container .content-containers .relevanssi-live-search-results .ajax-results > div p a {
  font-size: 16px;
}
.hero .inner-hero-container .content-containers .form-container {
  width: 50%;
  margin-bottom: -160px;
}
.hero .inner-hero-container .content-containers .form-container.external {
  padding: 15px;
  border: 1px solid #E6EBEC;
  background: #fafafa;
  overflow: hidden;
}
.theme-2 .hero .inner-hero-container .content-containers .form-container.external, .theme-3 .hero .inner-hero-container .content-containers .form-container.external {
  border-radius: 10px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}
.hero .inner-hero-container .content-containers.col-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content p {
  text-align: center !important;
}
.hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h1, .hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h2, .hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h3, .hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h4, .hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h5, .hero .inner-hero-container .content-containers.col-center .content-container .wysiwyg-content h6 {
  text-align: center !important;
}
.hero .inner-hero-container .content-containers.col-right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content p {
  text-align: right !important;
}
.hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h1, .hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h2, .hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h3, .hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h4, .hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h5, .hero .inner-hero-container .content-containers.col-right .content-container .wysiwyg-content h6 {
  text-align: right !important;
}
.hero .inner-hero-container .icon-blocks {
  margin: 30px 0 50px;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 1200px) {
  .hero .inner-hero-container .icon-blocks {
    width: 100%;
  }
}
.hero .inner-hero-container .image-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.hero .inner-hero-container .image-container:before {
  background: black;
  background: -moz-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, black 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  content: "";
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.hero .inner-hero-container .image-container img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero .inner-hero-container .bg-element {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hero .inner-hero-container .bg-element > span {
  bottom: -7px;
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
}
.cc-contentcontainer > div:not(:first-child) {
  margin-top: 20px;
}
.cc-contentcontainer .cc-image-element {
  position: relative;
  padding-top: calc(100% / 3 * 2);
}
.cc-contentcontainer .cc-image-element.ratio-horizontal {
  padding-top: calc(100% / 3 * 2);
}
.cc-contentcontainer .cc-image-element.ratio-square {
  padding-top: 100%;
}
.cc-contentcontainer .cc-image-element.ratio-vertical {
  padding-top: calc(100% / 2 * 3);
}
.cc-contentcontainer .cc-image-element .image-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.cc-contentcontainer .cc-image-element .image-holder img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.content-author .content-container {
  width: 100% !important;
}
.content-page-top.sidebartype-notset, .content-post.sidebartype-notset {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.content-page-top .content-container, .content-post .content-container {
  width: calc(100% / 12 * 8);
}
.sidebartype-best.content-page-top .content-container, .sidebartype-best.content-post .content-container {
  width: calc(100% / 12 * 7);
}
.content-page-top .content-container:last-of-type, .content-post .content-container:last-of-type {
  width: 100%;
}
.content-post.content-page-top .content-container, .content-post.content-post .content-container {
  padding: 0 15px;
  padding-bottom: 80px;
}
.content-post.content-page-top .content-container:last-of-type, .content-post.content-post .content-container:last-of-type {
  width: calc(100% / 12 * 8);
}
.content-page-top .content-container .inner-content-container, .content-post .content-container .inner-content-container {
  margin-top: 30px;
  padding: 30px;
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}
.theme-2 .content-page-top .content-container .inner-content-container, .theme-3 .content-page-top .content-container .inner-content-container, .theme-2 .content-post .content-container .inner-content-container, .theme-3 .content-post .content-container .inner-content-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  margin-top: 80px;
}
.content-page-top .content-container > div.comments-area > div, .content-post .content-container > div.comments-area > div {
  margin-top: 30px;
}
.content-page-top .sidebar-container, .content-post .sidebar-container {
  width: calc(100% / 12 * 4);
  padding-left: 15px;
  padding-right: 15px;
}
.sidebartype-best.content-page-top .sidebar-container, .sidebartype-best.content-post .sidebar-container {
  width: calc(100% / 12 * 5);
}
.sidebartype-best.content-page-top .sidebar-container .item-content-inner, .sidebartype-best.content-post .sidebar-container .item-content-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.single .content-page-top .sidebar-container .item-container, .single .content-post .sidebar-container .item-container {
  margin-top: 30px;
}
.single.theme-2 .content-page-top .sidebar-container .item-container, .single.theme-3 .content-page-top .sidebar-container .item-container, .single.theme-2 .content-post .sidebar-container .item-container, .single.theme-3 .content-post .sidebar-container .item-container {
  margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
  .content-page-top .sidebar-container:not(:first-of-type), .content-post .sidebar-container:not(:first-of-type) {
    padding-top: 0;
  }
}
.content-page-top .sidebar-container .sidebar-query-container, .content-page-top .sidebar-container .sidebar-author, .content-post .sidebar-container .sidebar-query-container, .content-post .sidebar-container .sidebar-author {
  padding: 15px 30px;
}
.content-page-top .sidebar-container .item-content-inner, .content-post .sidebar-container .item-content-inner {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
.content-page-top .sidebar-container .item-content-inner > div:not(:first-of-type), .content-post .sidebar-container .item-content-inner > div:not(:first-of-type) {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  .content-page-top > div, .content-post > div {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1200px) {
  .single-post .sidebar-container {
    padding: 30px 0 0 !important;
    width: 100% !important;
  }
}
.content-page-bottom > div:first-of-type {
  position: relative;
}
.content-page-bottom > div:first-of-type:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  height: 1px;
  width: calc(100% - 30px);
  background: #E6EBEC;
}
table tr td {
  padding: 8px 5px;
}
.theme-2 table tr td, .theme-3 table tr td {
  background: #fff;
  border-bottom: 1px solid #E6EBEC;
  padding: 15px;
}
.theme-2 table tr td:first-of-type, .theme-3 table tr td:first-of-type {
  border-left: 1px solid #E6EBEC;
}
.theme-2 table tr td:last-of-type, .theme-3 table tr td:last-of-type {
  border-right: 1px solid #E6EBEC;
}
table tr:first-of-type {
  color: #000;
}
.theme-2 table tr:first-of-type, .theme-3 table tr:first-of-type {
  background: #E6EBEC;
}
table tr:first-of-type td {
  border-bottom: 1px solid #E6EBEC;
}
.theme-2 table tr:first-of-type td, .theme-3 table tr:first-of-type td {
  background: #E6EBEC;
  border-top: 1px solid #E6EBEC;
}
.theme-2 table tr:first-of-type td:first-of-type, .theme-3 table tr:first-of-type td:first-of-type {
  border-left: 1px solid #E6EBEC;
}
.theme-2 table tr:first-of-type td:last-of-type, .theme-3 table tr:first-of-type td:last-of-type {
  border-right: 1px solid #E6EBEC;
}
table tr:not(:first-of-type):nth-child(odd) td {
  background-color: #E6EBEC;
}
.theme-2 table tr:not(:first-of-type):nth-child(odd) td, .theme-3 table tr:not(:first-of-type):nth-child(odd) td {
  background-color: #fff;
}
ul.cc-table-of-contents {
  border: 1px solid #E6EBEC;
  margin-left: 0;
  padding: 10px;
}
ul.cc-table-of-contents > li:not(:first-child) {
  padding-top: 8px;
}
ul.cc-table-of-contents > li:before {
  content: "";
  font-size: 16px;
}
ul.cc-table-of-contents > li.toc-level-3 {
  padding-left: 40px;
  padding-top: 3px;
}
ul.cc-table-of-contents > li.toc-level-3:before {
  left: 15px;
}
ul.cc-table-of-contents > li.toc-level-4 {
  padding-left: 55px;
  padding-top: 3px;
}
ul.cc-table-of-contents > li.toc-level-4:before {
  left: 30px;
}
ul.cc-table-of-contents > li.toc-level-5 {
  padding-left: 70px;
  padding-top: 3px;
}
ul.cc-table-of-contents > li.toc-level-5:before {
  left: 45px;
}
ul.cc-table-of-contents > li.toc-level-6 {
  padding-left: 85px;
  padding-top: 3px;
}
ul.cc-table-of-contents > li.toc-level-6:before {
  left: 60px;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* ===============
   Elements
   =============== */
.btn-main.primary a, .btn-main.primary span {
  display: inline-block;
}
.btn-main.secondary a, .btn-main.secondary span {
  border: 1px solid #1ABD5E;
  display: inline-block;
  background: transparent;
  color: #1ABD5E;
}
.btn-main.secondary a:hover, .btn-main.secondary span:hover {
  color: #fff;
}
.btn-main.link a, .btn-main.link span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  color: #1ABD5E;
}
.btn-main.link a:before, .btn-main.link span:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.btn-main.link a:hover, .btn-main.link span:hover {
  color: #17a753;
}
.btn-main.link a:hover:before, .btn-main.link span:hover:before {
  right: 0px;
}
.btn-main.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btn-main.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btn-main.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns {
  width: 100%;
}
.btns.left {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.btns.right {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.btns.center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.btns .btn-main:not(:first-of-type) {
  margin-left: 10px;
}
/** Title */
.title.left {
  text-align: left;
}
.title.center {
  text-align: center;
}
.title.right {
  text-align: right;
}
.title h1, .title h2, .title h3, .title h4 {
  width: 100%;
}
.video-container .youtube, .video-container .vimeo {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.video-container .youtube .play-button, .video-container .vimeo .play-button {
  background-color: #1ABD5E;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  cursor: pointer;
  height: 60px;
  left: 50%;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 90px;
  z-index: 1;
}
.video-container .youtube .play-button:before, .video-container .vimeo .play-button:before {
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container .youtube .play-button:hover, .video-container .vimeo .play-button:hover {
  background-color: #0e6331;
}
.video-container .youtube img, .video-container .vimeo img {
  cursor: pointer;
}
.video-container .youtube img, .video-container .youtube iframe, .video-container .vimeo img, .video-container .vimeo iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.acf-map {
  border: none;
  height: 400px;
  margin: 0;
  width: 100%;
}
.acf-map img {
  max-width: inherit !important;
}
.img-container {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.img-container img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  width: 100%;
}
/** YouTube scalable proportions */
.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.iframe-container iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.icon-text span, .icon-text a {
  position: relative;
  padding-left: 25px;
  display: block;
}
.icon-text span i, .icon-text a i {
  position: absolute;
  left: 0;
  line-height: inherit;
  top: 0;
}
/** POP-UP module */
.pop-up-module {
  position: fixed;
  bottom: 15px;
  left: 0;
  opacity: 1;
  z-index: 999;
  width: calc(100% - 30px);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.pop-up-module.hidden {
  opacity: 0;
  visibility: hidden;
}
.pop-up-module.disabled {
  display: none;
}
.pop-up-module.container {
  max-width: 400px;
  background: #fff;
  border: 3px solid #F4F4F4;
}
.pop-up-module.container.left {
  left: 15px;
}
.pop-up-module.container.right {
  right: 15px;
  left: auto;
}
.pop-up-module.container .pop-up-content {
  max-height: 40vh;
}
.pop-up-module.fullscreen {
  max-width: 600px;
  left: 50%;
  bottom: 50%;
  background: #fff;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -ms-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.pop-up-module.fullscreen .pop-up-content {
  max-height: 80vh;
}
.pop-up-module .close {
  width: 100%;
  display: block;
  background: #F4F4F4;
  text-align: right;
}
.pop-up-module .close span {
  padding: 5px;
  font-size: 20px;
  color: #1ABD5E;
}
.pop-up-module .close span:hover {
  cursor: pointer;
}
.pop-up-module .pop-up-content {
  overflow-y: scroll;
  padding: 30px;
}
.pop-up-module .pop-up-content .btn-main {
  margin-top: 30px;
}
.full-screen-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 998;
  opacity: 1;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.full-screen-overlay.disabled {
  display: none;
}
.full-screen-overlay.hidden {
  opacity: 0;
  visibility: hidden;
}
.default-review-card a {
  text-decoration: none;
}
.default-review-card a:hover .inner-review-card {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}
.default-review-card a:hover .inner-review-card .thumb-col .inner-thumb-col img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.default-review-card a:hover .inner-review-card .content-col .post-title {
  color: #1ABD5E;
}
.default-review-card a:hover .inner-review-card .content-col .read-more span {
  background: #149048;
}
.default-review-card a:hover .inner-review-card .content-col .read-more span:before {
  right: 25px;
}
.default-review-card .inner-review-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 .default-review-card .inner-review-card, .theme-3 .default-review-card .inner-review-card {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
@media only screen and (max-width: 991px) {
  .default-review-card .inner-review-card > div {
    width: 100% !important;
  }
  .default-review-card .inner-review-card > div:not(:first-of-type) {
    margin-top: 30px;
  }
  .default-review-card .inner-review-card > div.thumb-col {
    height: 150px;
  }
}
.default-review-card .inner-review-card > div.thumb-col {
  position: relative;
  width: calc(100% / 12 * 2);
}
.default-review-card .inner-review-card > div.thumb-col .inner-thumb-col {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
  padding: 15px;
}
.default-review-card .inner-review-card > div.thumb-col .inner-thumb-col img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-review-card .inner-review-card > div.content-col {
  width: calc(100% / 12 * 7);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .default-review-card .inner-review-card > div.content-col {
    padding-left: 0 !important;
    text-align: center;
  }
}
.default-review-card .inner-review-card > div.content-col:first-of-type:last-of-type {
  width: 100%;
  padding-left: 0;
}
.default-review-card .inner-review-card > div.content-col .post-title {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-review-card .inner-review-card > div.content-col > div:not(:first-of-type) {
  margin-top: 15px;
}
.default-review-card .inner-review-card > div.content-col > div.excerpt-container p {
  color: #627881;
}
.default-review-card .inner-review-card > div.button-col {
  width: calc(100% / 12 * 3);
  padding-left: 30px;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  -o-align-self: center;
  align-self: center;
}
.default-review-card .inner-review-card > div.button-col .read-more {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.default-review-card .inner-review-card > div.button-col .read-more span {
  display: inline-block;
}
.default-article-card a {
  text-decoration: none;
}
.default-article-card a:hover .inner-article-card {
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}
.default-article-card a:hover .inner-article-card .thumb-col .inner-thumb-col img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.default-article-card a:hover .inner-article-card .content-col .post-title {
  color: #1ABD5E;
}
.default-article-card a:hover .inner-article-card .content-col .read-more span {
  color: #149048;
}
.default-article-card a:hover .inner-article-card .content-col .read-more span:before {
  right: 0px;
}
.default-article-card .inner-article-card {
  padding: 30px;
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .default-article-card .inner-article-card > div {
    width: 100% !important;
  }
  .default-article-card .inner-article-card > div:not(:first-of-type) {
    margin-top: 30px;
  }
  .default-article-card .inner-article-card > div.thumb-col {
    height: 300px;
  }
}
@media only screen and (max-width: 540px) {
  .default-article-card .inner-article-card > div.thumb-col {
    height: 200px;
  }
}
.default-article-card .inner-article-card > div.thumb-col {
  position: relative;
  width: calc(100% / 12 * 3);
}
.default-article-card .inner-article-card > div.thumb-col .inner-thumb-col {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.default-article-card .inner-article-card > div.thumb-col .inner-thumb-col img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-article-card .inner-article-card > div.content-col {
  width: calc(100% / 12 * 9);
  padding-left: 30px;
}
@media only screen and (max-width: 991px) {
  .default-article-card .inner-article-card > div.content-col {
    padding-left: 0 !important;
    text-align: center;
  }
}
.default-article-card .inner-article-card > div.content-col:first-of-type:last-of-type {
  width: 100%;
  padding-left: 0;
}
.default-article-card .inner-article-card > div.content-col .post-title {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.default-article-card .inner-article-card > div.content-col > div:not(:first-of-type) {
  margin-top: 15px;
}
.default-article-card .inner-article-card > div.content-col > div.excerpt-container p {
  color: #627881;
}
.default-article-card .inner-article-card > div.content-col .read-more {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
@media only screen and (max-width: 991px) {
  .default-article-card .inner-article-card > div.content-col .read-more {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.default-article-card .inner-article-card > div.content-col .read-more span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  color: #1ABD5E;
}
.default-article-card .inner-article-card > div.content-col .read-more span:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.checksize {
  float: left;
}
@media only screen and (max-width: 1200px) {
  .single-post .checksize {
    float: none;
  }
}
@media only screen and (max-width: 991px) {
  .checksize {
    float: none;
  }
}
.author.profile .photo {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.author.profile .photo > div {
  height: 100px;
  position: relative;
  width: 100px;
}
.author.profile .photo > div .img-container img {
  border: 1px solid #CECECE;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 5px;
}
.content-author .author.profile .photo > div .img-container img {
  padding: 8px;
}
.content-author .author.profile .photo > div {
  height: 200px;
  width: 200px;
}
.content-author .author.profile .photo > div .img-container {
  border-radius: 200px;
  -webkit-border-radius: 200px;
  -moz-border-radius: 200px;
  -ms-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
}
.author.profile .author-data {
  padding-left: 15px;
  width: calc(100% - 100px);
}
.content-author .author.profile .author-data {
  padding-left: 0;
  width: 100%;
}
.author.profile .author-data .name {
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}
.content-author .author.profile .author-data .name {
  text-align: center;
}
.author.profile .author-data .profile-link {
  margin-top: 15px;
}
.author.profile .author-data .profile-link a {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  color: #1ABD5E;
}
.author.profile .author-data .profile-link a:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.author.profile .author-data .profile-link a:hover {
  color: #17a753;
}
.author.profile .author-data .profile-link a:hover:before {
  right: 0px;
}
.author.profile .contact {
  list-style: none;
  margin-top: 30px;
}
.author.profile .contact > li {
  color: #1ABD5E;
  padding: 3px 0 3px 20px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: calc(100% / 12 * 4);
}
@media only screen and (max-width: 768px) {
  .author.profile .contact > li {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  .author.profile .contact > li {
    width: 100%;
  }
}
.author.profile .contact > li:before {
  left: 0;
  position: absolute;
}
.author.profile .contact > li a {
  color: #1ABD5E;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.author.profile .contact > li:hover {
  color: #17a753;
}
.author.profile .contact > li:hover a {
  color: #17a753;
}
.author.profile .contact .sm-email:before {
  content: "";
}
.author.profile .contact .sm-facebook:before {
  content: "";
}
.author.profile .contact .sm-linkedin:before {
  content: "";
}
.author.profile .contact .sm-instagram:before {
  content: "";
}
.author.profile .contact .sm-twitter:before {
  content: "";
}
.author.profile .contact .sm-youtube:before {
  content: "";
}
.faq-toggle-item {
  border: 1px solid #E6EBEC;
}
.theme-2 .faq-toggle-item, .theme-3 .faq-toggle-item {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.faq-toggle-item:not(:first-child) {
  margin-top: 5px;
}
.faq-toggle-item .faq-toggle-question {
  padding: 10px 15px;
  background: #F4F4F4;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  cursor: pointer;
}
.theme-2 .faq-toggle-item .faq-toggle-question, .theme-3 .faq-toggle-item .faq-toggle-question {
  background: #fff;
}
.faq-toggle-item .faq-toggle-question.show i {
  -webkit-transform: rotate(405deg);
  -moz-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  transform: rotate(405deg);
}
.faq-toggle-item .faq-toggle-question h1, .faq-toggle-item .faq-toggle-question h2, .faq-toggle-item .faq-toggle-question h3, .faq-toggle-item .faq-toggle-question h4, .faq-toggle-item .faq-toggle-question h5, .faq-toggle-item .faq-toggle-question h6 {
  margin-bottom: 0;
  width: calc(100% - 30px);
}
.faq-toggle-item .faq-toggle-question span {
  padding-right: 30px;
}
.faq-toggle-item .faq-toggle-question i {
  font-size: 11px;
  line-height: 24px;
  width: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #1ABD5E;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-toggle-item .faq-toggle-question i:hover {
  background: #17a753;
}
.faq-toggle-item .faq-toggle-answer {
  padding: 15px;
  border: 1px solid #F4F4F4;
}
.theme-2 .faq-toggle-item .faq-toggle-answer, .theme-3 .faq-toggle-item .faq-toggle-answer {
  background: #fff;
}
.faq-toggle-item .faq-toggle-answer .btns:not(:only-child) {
  margin-top: 15px;
}
.toc-row {
  color: #1ABD5E;
  display: block;
  font-weight: bold;
  padding: 5px 0;
  text-decoration: none;
}
.toc-row span {
  text-decoration: underline;
}
.toc-row:hover {
  color: #17a753;
}
.toc-row:hover span {
  text-decoration: none;
}
.theme-2 .toc-row, .theme-3 .toc-row {
  font-weight: normal;
}
/*--------------------------------------------------------------
# Flex Elements
--------------------------------------------------------------*/
/* ===============
   Flex elements
   =============== */
.flex-row.flex-row, .sidebar-container.flex-row {
  width: 100%;
}
.flex-row.mt-auto, .sidebar-container.mt-auto {
  padding-top: 15px;
}
.theme-2 .flex-row.mt-auto, .theme-3 .flex-row.mt-auto, .theme-2 .sidebar-container.mt-auto, .theme-3 .sidebar-container.mt-auto {
  padding-top: 80px;
}
.flex-row.mb-auto:last-of-type, .sidebar-container.mb-auto:last-of-type {
  padding-bottom: 15px;
}
.theme-2 .flex-row.mb-auto:last-of-type, .theme-3 .flex-row.mb-auto:last-of-type, .theme-2 .sidebar-container.mb-auto:last-of-type, .theme-3 .sidebar-container.mb-auto:last-of-type {
  padding-bottom: 80px;
}
.theme-2 .flex-row.mb-auto, .theme-3 .flex-row.mb-auto, .theme-2 .sidebar-container.mb-auto, .theme-3 .sidebar-container.mb-auto {
  padding-bottom: 80px;
}
.flex-row.mt-none, .sidebar-container.mt-none {
  padding-top: 0 !important;
}
.flex-row.mt-xsmall, .sidebar-container.mt-xsmall {
  padding-top: 15px !important;
}
.flex-row.mt-small, .sidebar-container.mt-small {
  padding-top: 30px !important;
}
.flex-row.mt-normal, .sidebar-container.mt-normal {
  padding-top: 80px !important;
}
.flex-row.mt-large, .sidebar-container.mt-large {
  padding-top: 100px !important;
}
.flex-row.mb-none, .sidebar-container.mb-none {
  padding-bottom: 0 !important;
}
.flex-row.mb-xsmall, .sidebar-container.mb-xsmall {
  padding-bottom: 15px !important;
}
.flex-row.mb-small, .sidebar-container.mb-small {
  padding-bottom: 30px !important;
}
.flex-row.mb-normal, .sidebar-container.mb-normal {
  padding-bottom: 80px !important;
}
.flex-row.mb-large, .sidebar-container.mb-large {
  padding-bottom: 100px !important;
}
.flex-review-overview .in-grid .review-query-container .default-review-card:not(:first-of-type) {
  margin-top: 15px;
}
.flex-top-repeater .in-grid .top-item {
  width: 100%;
}
.flex-top-repeater .in-grid .top-item:not(:first-of-type) {
  margin-top: 15px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  position: relative;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 850px) {
  .flex-top-repeater .in-grid .top-item .inner-top-item {
    padding: 15px 30px;
  }
}
.theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item, .theme-3 .flex-top-repeater .in-grid .top-item .inner-top-item {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 20px;
}
@media only screen and (max-width: 850px) {
  .theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item, .theme-3 .flex-top-repeater .in-grid .top-item .inner-top-item {
    padding: 30px 15px;
  }
}
.flex-top-repeater .in-grid .top-item .inner-top-item > .banner {
  background: #004735;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  left: -5px;
  padding: 5px 10px;
  position: absolute;
  top: 10px;
  min-width: 120px;
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > .banner:after {
  border-color: transparent transparent transparent #004735;
  border-style: solid;
  border-width: 15px 0 15px 16px;
  bottom: 0;
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > .banner:before {
  border-color: transparent #00140f transparent transparent;
  border-style: solid;
  border-width: 0 5px 5px 0;
  bottom: -5px;
  content: "";
  position: absolute;
  left: 0;
}
.theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item > .banner:before, .theme-3 .flex-top-repeater .in-grid .top-item .inner-top-item > .banner:before {
  border-color: transparent transparent #00140f transparent;
  border-width: 0 0 5px 5px;
  bottom: auto;
  top: -5px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div {
  padding: 0 15px;
}
@media only screen and (max-width: 850px) {
  .flex-top-repeater .in-grid .top-item .inner-top-item > div:not(.banner) {
    width: 100%;
    text-align: center;
  }
  .flex-top-repeater .in-grid .top-item .inner-top-item > div:not(:first-of-type) {
    margin-top: 15px;
  }
}
.slider.flex-top-repeater .in-grid .top-item .inner-top-item > div.branding-col {
  width: 100%;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.branding-col img {
  max-width: 175px;
  margin: auto;
  width: 100%;
  display: block;
}
.slider.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col {
  width: 100%;
}
.sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col {
  width: calc(100% / 12 * 6);
}
@media only screen and (max-width: 991px) {
  .sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col {
    width: calc(100% / 12 * 5);
  }
}
@media only screen and (max-width: 850px) {
  .sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col {
    width: 100% !important;
  }
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div:not(:first-of-type) {
  margin-top: 15px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more {
  margin-top: 0;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.item-title h3 {
  margin-bottom: 0;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block {
  margin-top: 0;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block .fas {
  color: #ffb400;
  font-size: 16px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block .rating {
  margin-top: 10px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block .ucs_waardering {
  display: block;
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block .ucs_waardering:first-of-type {
  font-size: 45px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.ucs_block#ucs_rating {
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
@media only screen and (max-width: 850px) {
  .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items {
    display: inline-block;
  }
}
@media only screen and (max-width: 850px) {
  .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item {
    width: max-content;
  }
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item p {
  position: relative;
  padding-left: 25px;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item p i {
  position: absolute;
  left: 0;
  top: 4px;
}
.theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item p i {
  color: #1493C8;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a {
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  color: #1ABD5E;
}
.theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a, .theme-3 .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a {
  font-weight: normal;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.theme-2 .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:before, .theme-3 .flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:before {
  font-weight: normal;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:hover {
  color: #17a753;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.info-col > div.read-more a:hover:before {
  right: 0px;
}
.slider.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col {
  width: 100%;
}
.sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col {
  width: calc(100% / 12 * 3);
}
@media only screen and (max-width: 991px) {
  .sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col {
    width: calc(100% / 12 * 4);
  }
}
@media only screen and (max-width: 850px) {
  .sidebartype-none .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col {
    width: 100% !important;
  }
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div:not(:first-of-type) {
  margin-top: 15px;
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.text-item .align-left, .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.valuta-item .align-left {
  text-align: left;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.text-item .align-center, .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.valuta-item .align-center {
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.text-item .align-right, .flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.valuta-item .align-right {
  text-align: right;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.valuta-item {
  font-size: 45px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.rating-container span {
  display: block;
  text-align: center;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.rating-container span:first-of-type {
  font-size: 45px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.btn-main {
  width: 100%;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.btn-main .btn-inner {
  width: 100%;
}
.flex-top-repeater .in-grid .top-item .inner-top-item > div.repeater-col > div.btn-main .btn-inner a {
  width: 100%;
  padding: 10px 35px 10px 35px;
}
.flex-top-repeater.slider .slick-slide > div {
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item {
  height: 100%;
  padding: 0 5px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  height: 100%;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.theme-2 .flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item, .theme-3 .flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item {
  padding: 40px 20px 20px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div {
  padding: 0;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div.branding-col {
  padding-bottom: 15px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div.info-col {
  flex: 1 0 auto;
  padding-bottom: 15px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item p {
  padding-left: 20px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div.info-col > div.checklist-items .checklist-item p i {
  font-size: 13px;
}
.flex-top-repeater.slider .slick-slide > div .slide.top-item .inner-top-item > div.repeater-col {
  padding-top: 15px;
}
.flex-top-repeater.slider .slider-navigation-arrows {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  padding-top: 30px;
  position: relative;
}
.flex-top-repeater.slider .slider-navigation-arrows .slick-arrow {
  background: #1ABD5E;
  border: none;
  height: 30px;
  line-height: 0;
  opacity: 1;
  position: relative;
  top: 0;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.flex-top-repeater.slider .slider-navigation-arrows .slick-arrow.slick-prev {
  margin-right: 3px;
  left: 0;
}
.flex-top-repeater.slider .slider-navigation-arrows .slick-arrow.slick-next {
  margin-left: 3px;
  right: 0;
}
.flex-category-blocks > .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 991px) {
  .flex-category-blocks .category-block {
    width: 50%;
  }
  .flex-category-blocks .category-block:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 680px) {
  .flex-category-blocks .category-block {
    width: 100%;
  }
  .flex-category-blocks .category-block:nth-child(n+2) {
    margin-top: 30px;
  }
}
.flex-category-blocks .category-block .category-block-inner {
  background-color: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  height: 100%;
  padding: 30px;
}
.theme-2 .flex-category-blocks .category-block .category-block-inner, .theme-3 .flex-category-blocks .category-block .category-block-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.flex-category-blocks .category-block .category-block-inner .parent-cat-title {
  border-bottom: 1px solid #E6EBEC;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.flex-category-blocks .category-block .category-block-inner .parent-cat-title h3 {
  margin-bottom: 0;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a {
  text-decoration: none;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a .content {
  color: #627881;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 8px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a .content i {
  color: #1ABD5E;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a:hover .content {
  color: #17a753;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title a:hover .content i {
  color: #17a753;
  margin-right: 10px;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-title.cat-hidden {
  display: none;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show span {
  color: #1ABD5E;
  cursor: pointer;
  display: block;
  font-weight: bold;
  padding: 8px 0;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.theme-2 .flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show span, .theme-3 .flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show span {
  font-weight: normal;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show span:hover {
  color: #17a753;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show.show-more .less {
  display: none;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles .child-cat-show.show-less .more {
  display: none;
}
.flex-category-blocks .category-block .category-block-inner .child-cat-titles > div:last-child() span, .flex-category-blocks .category-block .category-block-inner .child-cat-titles > div:last-child() a .content {
  padding-bottom: 0;
}
.flex-category-blocks .btns {
  margin-top: 15px;
  width: 100%;
}
.theme-2 .flex-category-blocks .btns, .theme-3 .flex-category-blocks .btns {
  margin-top: 30px;
}
.flex-txt-columns .in-grid > div {
  width: calc(100% / 2);
}
.flex-txt-columns .in-grid > div:first-of-type:last-of-type {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .flex-txt-columns .in-grid > div {
    width: 100%;
  }
  .flex-txt-columns .in-grid > div:not(:first-of-type) {
    margin-top: 30px;
  }
}
.flex-articles-overview .in-grid .articles-query-container .default-article-card:not(:first-of-type) {
  margin-top: 15px;
}
.num-cols-1.flex-content-columns-row .column {
  width: calc(100% / 12 * 8);
  margin: auto;
}
@media only screen and (max-width: 991px) {
  .num-cols-1.flex-content-columns-row .column {
    width: 100%;
  }
}
.num-cols-2.flex-content-columns-row .column {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .num-cols-2.flex-content-columns-row .column {
    width: 100%;
  }
}
.num-cols-1.flex-content-columns-row .column.width-12 {
  width: 100%;
}
.flex-content-columns-row.sidebar.num-cols-2 .in-grid {
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
}
.flex-content-columns-row.sidebar.num-cols-2 .column:first-of-type {
  width: calc(100% / 12 * 8);
}
@media only screen and (max-width: 1200px) {
  .flex-content-columns-row.sidebar.num-cols-2 .column:first-of-type {
    width: calc(100% / 12 * 7);
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.sidebar.num-cols-2 .column:first-of-type {
    order: 2;
    width: 100%;
  }
}
.flex-content-columns-row.sidebar.num-cols-2 .column:last-of-type {
  position: relative;
  width: calc(100% / 12 * 4);
}
@media only screen and (max-width: 1200px) {
  .flex-content-columns-row.sidebar.num-cols-2 .column:last-of-type {
    width: calc(100% / 12 * 5);
  }
}
@media only screen and (max-width: 991px) {
  .flex-content-columns-row.sidebar.num-cols-2 .column:last-of-type {
    margin-bottom: 1.5em;
    order: 1;
    width: 100%;
  }
}
.flex-content-columns-row.sidebar.num-cols-2 .column:last-of-type .cc-contentcontainer {
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: sticky;
  top: 30px;
}
.flex-content-columns-row.sidebar.num-cols-2 .column:last-of-type .cc-contentcontainer .title:not(:first-of-type) {
  border-top: 1px solid #E6EBEC;
  margin-top: 30px;
  padding-top: 30px;
}
.flex-category-list .child-cat-line-title {
  width: 50%;
}
.flex-category-list .child-cat-line-title:nth-child(n+3) {
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .flex-category-list .child-cat-line-title {
    width: 100%;
  }
  .flex-category-list .child-cat-line-title:nth-child(n+2) {
    margin-top: 5px;
  }
}
.flex-category-list .child-cat-line-title a {
  color: #627881;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-category-list .child-cat-line-title a .content {
  background-color: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  padding: 15px 15px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.theme-2 .flex-category-list .child-cat-line-title a .content, .theme-3 .flex-category-list .child-cat-line-title a .content {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.flex-category-list .child-cat-line-title a .content i {
  color: #1ABD5E;
  line-height: 22px;
  margin-right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.flex-category-list .child-cat-line-title a:hover {
  color: #17a753;
}
.flex-category-list .child-cat-line-title a:hover .content {
  border-color: #17a753;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
}
.flex-category-list .child-cat-line-title a:hover .content i {
  color: #17a753;
  margin-right: 10px;
}
.flex-table .table {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  .flex-table .table {
    overflow-x: auto;
    scroll-behavior: smooth;
    white-space: nowrap;
  }
  .flex-table .table:-webkit-scrollbar {
    height: 8px;
  }
  .flex-table .table:-webkit-scrollbar-thumb {
    background-color: #E6EBEC;
    border-radius: 4px;
  }
  .flex-table .table:-webkit-scrollbar-thumb:hover {
    background-color: #627881;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-table .table table {
    width: 1200px;
  }
}
.flex-table .table table tr th {
  background: #E6EBEC;
  border-top: 1px solid #E6EBEC;
  font-weight: bold;
  padding: 15px;
  text-align: left;
}
.flex-table .table table tr th:first-of-type {
  border-left: 1px solid #E6EBEC;
}
.flex-table .table table tr th:last-of-type {
  border-right: 1px solid #E6EBEC;
}
.flex-table .table table tr td {
  background: transparent;
  border-bottom: 1px solid #E6EBEC;
  color: #627881;
  padding: 15px;
  text-align: left;
}
.flex-table .table table tr td:first-of-type {
  border-left: 1px solid #E6EBEC;
}
.flex-table .table table tr td:last-of-type {
  border-right: 1px solid #E6EBEC;
}
.theme-2 .flex-table .table table tr td, .theme-3 .flex-table .table table tr td {
  background: #fff;
}
.flex-table .table .row {
  width: 100%;
}
.flex-table .table .row .cell {
  flex-grow: 1;
}
/*--------------------------------------------------------------
# Posts
--------------------------------------------------------------*/
/* ===============
   Posts
   =============== */
.single-review .in-grid.post-container {
  padding: 80px 0;
}
.single-review .in-grid .review-content {
  width: calc(100% / 12 * 7);
}
@media only screen and (max-width: 991px) {
  .single-review .in-grid .review-content {
    width: 100%;
    margin-bottom: 30px !important;
  }
}
.single-review .in-grid .review-content > div {
  width: 100%;
}
.single-review .in-grid .review-content .review-comments {
  margin-top: 30px;
}
.single-review .in-grid .review-content .comments-area > div:not(:first-of-type) {
  margin-top: 30px;
}
.single-review .in-grid .review-sidebar {
  width: calc(100% / 12 * 5);
}
@media only screen and (max-width: 991px) {
  .single-review .in-grid .review-sidebar {
    width: 100%;
    margin-top: 30px;
  }
}
.item-container {
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}
.theme-2 .item-container, .theme-3 .item-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.item-container.review-slider .item-content {
  padding: 0 !important;
}
.item-container ul {
  list-style: none;
}
.item-container:not(:first-of-type) {
  margin-top: 30px;
}
.item-container .item-heading {
  background: #429cb2;
  padding: 15px;
}
.theme-2 .item-container .item-heading, .theme-3 .item-container .item-heading {
  background: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  padding: 30px 30px 0;
}
.item-container .item-heading h1, .item-container .item-heading h2, .item-container .item-heading h3, .item-container .item-heading h4 {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  margin: 0;
}
.theme-2 .item-container .item-heading h1, .theme-3 .item-container .item-heading h1, .theme-2 .item-container .item-heading h2, .theme-3 .item-container .item-heading h2, .theme-2 .item-container .item-heading h3, .theme-3 .item-container .item-heading h3, .theme-2 .item-container .item-heading h4, .theme-3 .item-container .item-heading h4 {
  border-bottom: 1px solid #E6EBEC;
  color: #000;
  padding-bottom: 15px;
}
.item-container .item-content {
  padding: 15px 0;
}
.item-container .item-content .item-content-inner {
  padding: 0 15px;
}
.theme-2 .item-container .item-content .item-content-inner, .theme-3 .item-container .item-content .item-content-inner {
  padding: 0 30px;
}
.item-container.review-title .item-content {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.item-container.review-title .item-content .item-content-inner {
  width: 50%;
}
@media only screen and (max-width: 640px) {
  .item-container.review-title .item-content .item-content-inner {
    width: 100%;
    text-align: center;
  }
  .item-container.review-title .item-content .item-content-inner:not(:first-of-type) {
    margin-top: 15px;
  }
}
.item-container.review-title .item-content .item-content-inner p {
  font-size: 45px;
  color: black;
  line-height: 1;
  font-weight: bold;
}
.item-container.review-title .item-content .item-content-inner p span {
  font-size: 14px;
  color: #E6EBEC;
  font-weight: normal;
}
.item-container.review-title .item-content .item-content-inner p span.before {
  padding-right: 10px;
}
.item-container.review-title .item-content .item-content-inner p span.after {
  padding-left: 10px;
}
.item-container.review-title .item-content .item-content-inner .btn-main {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
@media only screen and (max-width: 640px) {
  .item-container.review-title .item-content .item-content-inner .btn-main {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
  }
}
.item-container.review-over .item-content .item-content-inner {
  width: 75%;
}
.item-container.review-over .item-content .item-content-inner:first-of-type {
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .item-container.review-over .item-content .item-content-inner {
    width: 100% !important;
  }
  .item-container.review-over .item-content .item-content-inner:first-of-type {
    margin-bottom: 15px;
  }
}
.item-container.review-waarom .item-content {
  padding: 0;
}
.item-container.review-waarom .item-content .item-content-inner {
  padding: 15px 0;
  border-bottom: 1px solid #E6EBEC;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.item-container.review-waarom .item-content .item-content-inner:last-of-type {
  border-bottom: none;
}
.item-container.review-waarom .item-content .item-content-inner > div {
  padding: 0 15px;
  width: 75%;
}
.item-container.review-waarom .item-content .item-content-inner > div:first-of-type {
  width: 25%;
}
@media only screen and (max-width: 540px) {
  .item-container.review-waarom .item-content .item-content-inner > div {
    width: 100% !important;
  }
  .item-container.review-waarom .item-content .item-content-inner > div:first-of-type {
    margin-bottom: 15px;
  }
}
.item-container.review-waarom .item-content .item-content-inner > div span {
  display: block;
  text-align: center;
  line-height: 1;
}
.item-container.review-waarom .item-content .item-content-inner > div .cijfer {
  font-size: 45px;
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .item-container.review-waarom .item-content .item-content-inner > div .cijfer {
    font-size: 35px;
  }
}
.item-container.review-waarom .item-content .item-content-inner > div h4 {
  font-weight: 300 !important;
  font-size: 22px !important;
}
@media only screen and (max-width: 640px) {
  .item-container.review-waarom .item-content .item-content-inner > div h4 {
    font-size: 18px !important;
  }
}
.item-container.review-winkels a {
  text-decoration: none;
}
.item-container.review-winkels a .item-content-inner {
  border-bottom: 1px solid #E6EBEC;
}
.item-container.review-winkels a:last-of-type .item-content-inner {
  border-bottom: none;
}
.item-container.review-winkels a img {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.item-container.review-winkels a:hover img {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.item-container.review-winkels a:hover h4 {
  color: #1ABD5E;
}
.item-container.review-winkels .item-content {
  padding: 0;
}
.item-container.review-winkels .item-content .item-content-inner {
  padding: 15px 0;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.item-container.review-winkels .item-content .item-content-inner > div {
  padding: 0 15px;
  width: 50%;
}
.item-container.review-winkels .item-content .item-content-inner > div:first-of-type {
  width: 20%;
}
.item-container.review-winkels .item-content .item-content-inner > div:last-of-type {
  width: 30%;
}
@media only screen and (max-width: 540px) {
  .item-container.review-winkels .item-content .item-content-inner > div {
    width: 100% !important;
  }
  .item-container.review-winkels .item-content .item-content-inner > div.content-left {
    max-width: 100px;
    margin: auto;
    display: block;
  }
  .item-container.review-winkels .item-content .item-content-inner > div:not(:first-of-type):not(:last-of-type) {
    margin-top: 15px;
  }
  .item-container.review-winkels .item-content .item-content-inner > div:last-of-type {
    width: 100% !important;
    margin-top: 5px;
  }
}
.item-container.review-winkels .item-content .item-content-inner h4 {
  text-align: center;
  margin-bottom: 0 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.item-container.review-winkels .item-content .item-content-inner h4 span {
  font-size: 16px;
  color: #E6EBEC;
  font-weight: normal;
}
.item-container.review-winkels .item-content .item-content-inner h4 span.before {
  padding-right: 10px;
}
.item-container.review-winkels .item-content .item-content-inner h4 span.after {
  padding-left: 10px;
}
.item-container.review-rating .item-content-inner .ucs_block {
  width: 70%;
}
.item-container.review-rating .item-content-inner .ucs_block > span {
  display: block;
}
.item-container.review-rating .item-content-inner .ucs_block .fas {
  color: #ffb400;
  font-size: 16px;
}
.item-container.review-rating .item-content-inner .ucs_block .rating {
  margin-top: 10px;
}
.item-container.review-rating .item-content-inner .ucs_block .ucs_waardering {
  display: block;
  text-align: center;
}
.item-container.review-rating .item-content-inner .ucs_block .ucs_waardering:first-of-type {
  font-size: 45px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.item-container.review-rating .item-content-inner .ucs_block#ucs_rating {
  text-align: center;
}
.item-container.review-rating .item-content-inner .ucs_block:last-child {
  width: 30%;
}
.item-container.review-specificaties ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
.item-container.review-specificaties ul li {
  display: inline-block;
  width: 50%;
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 16px;
}
.theme-2 .item-container.review-specificaties ul li, .theme-3 .item-container.review-specificaties ul li {
  padding-left: 25px;
}
.item-container.review-specificaties ul li:last-of-type {
  margin-bottom: 0;
}
.item-container.review-specificaties ul li:before {
  content: "";
  font-weight: bold;
  position: absolute;
  line-height: 22px;
  left: 0;
  top: 0;
  color: #429cb2;
}
.theme-2 .item-container.review-specificaties ul li:before, .theme-3 .item-container.review-specificaties ul li:before {
  top: 2px;
}
.item-container.review-voor-nadelen ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
}
.item-container.review-voor-nadelen ul li:last-of-type {
  margin-bottom: 0;
}
.item-container.review-voor-nadelen ul li:before {
  content: "";
  font-weight: bold;
  position: absolute;
  line-height: 22px;
  left: 0;
  top: 0;
  color: #ff3636;
}
.item-container.review-voor-nadelen h4 {
  font-weight: 300 !important;
  font-size: 22px !important;
}
@media only screen and (max-width: 640px) {
  .item-container.review-voor-nadelen h4 {
    font-size: 18px !important;
  }
}
.item-container.review-voor-nadelen .item-content-inner {
  width: 50%;
}
@media only screen and (max-width: 540px) {
  .item-container.review-voor-nadelen .item-content-inner {
    width: 100%;
  }
  .item-container.review-voor-nadelen .item-content-inner:first-of-type {
    border-right: none;
    margin-bottom: 15px;
  }
}
.item-container.review-voor-nadelen .item-content-inner:first-of-type {
  border-right: 1px solid #E6EBEC;
}
.item-container.review-voor-nadelen .item-content-inner:first-of-type li:before {
  content: "";
  color: #00e44b;
}
.review-author .item-content {
  padding: 15px;
}
.author .default-article-card:not(:first-child), .single-authors .default-article-card:not(:first-child) {
  margin-top: 10px;
}
@media only screen and (max-width: 1200px) {
  .theme-1.single-news .content-container {
    padding-bottom: 30px;
  }
}
.theme-1.single-news .sidebar-container {
  margin-bottom: 30px;
}
.theme-2.single-news .sidebar-container, .theme-3.single-news .sidebar-container {
  margin-bottom: 80px;
}
.theme-2.single-news .sidebar-container .item-container:not(:first-of-type), .theme-3.single-news .sidebar-container .item-container:not(:first-of-type) {
  margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
  .theme-2.single-news .sidebar-container .item-container:first-of-type, .theme-3.single-news .sidebar-container .item-container:first-of-type {
    margin-top: 0 !important;
  }
}
.comments-area .error {
  color: #c23630;
}
.comments-area ol li {
  display: block;
}
.comments-area footer {
  border-top: none;
}
.comments-area .comments-container {
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}
.comments-area .comments-title-container {
  padding: 15px;
  background: #429cb2;
}
.theme-2 .comments-area .comments-title-container, .theme-3 .comments-area .comments-title-container {
  background: #fff;
}
.comments-area .comments-title-container h2 {
  margin-bottom: 0;
  color: #fff;
  font-weight: 300;
  font-size: 22px;
  font-family: "Lato", sans-serif;
}
.theme-2 .comments-area .comments-title-container h2, .theme-3 .comments-area .comments-title-container h2 {
  color: #000;
  font-weight: normal;
  padding: 15px;
  position: relative;
}
.theme-2 .comments-area .comments-title-container h2:after, .theme-3 .comments-area .comments-title-container h2:after {
  background: #E6EBEC;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 30px);
}
.comments-area .comments-content-container > nav {
  margin: 0 !important;
  padding: 15px;
}
.comments-area .comments-content-container > nav:first-of-type {
  border-bottom: 1px solid #E6EBEC;
}
.comments-area .comments-content-container > nav:last-of-type {
  border-top: 1px solid #E6EBEC;
}
.comments-area .comments-content-container .comment {
  padding: 15px 0;
  border-bottom: 1px solid #E6EBEC;
  background: #fff;
}
.comments-area .comments-content-container .comment:last-of-type {
  border-bottom: none;
}
.theme-2 .comments-area .comments-content-container .comment, .theme-3 .comments-area .comments-content-container .comment {
  border-bottom: none;
  position: relative;
}
.theme-2 .comments-area .comments-content-container .comment:not(:last-of-type):after, .theme-3 .comments-area .comments-content-container .comment:not(:last-of-type):after {
  background: #E6EBEC;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
}
.comments-area .comments-content-container .comment .children {
  margin-top: 15px;
}
.comments-area .comments-content-container .comment .children li {
  border: none !important;
}
.comments-area .comments-content-container .comment .comment-respond {
  margin-top: 15px;
  border: none;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta {
  width: 15%;
}
@media only screen and (max-width: 540px) {
  .comments-area .comments-content-container .comment .comment-body .comment-meta {
    width: 100%;
    margin-bottom: 15px;
  }
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-author {
  text-align: center;
  margin-bottom: 10px;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-author img, .comments-area .comments-content-container .comment .comment-body .comment-meta .comment-author b {
  display: block;
  margin: 0 15px;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-author .says {
  display: none !important;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-metadata {
  text-align: center;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-metadata > a {
  pointer-events: none !important;
  font-size: 12px;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-metadata a, .comments-area .comments-content-container .comment .comment-body .comment-meta .comment-metadata span {
  display: block;
}
.comments-area .comments-content-container .comment .comment-body .comment-meta .comment-metadata .edit-link a {
  text-decoration: underline;
  color: #1ABD5E;
}
.comments-area .comments-content-container .comment .comment-body .comment-content {
  width: 85%;
  padding: 0 15px;
}
@media only screen and (max-width: 540px) {
  .comments-area .comments-content-container .comment .comment-body .comment-content {
    width: 100%;
  }
}
.comments-area .comments-content-container .comment .comment-body .comment-content p:last-of-type {
  margin-bottom: 0;
}
.comments-area .comments-content-container .comment .comment-body .reply {
  width: 100%;
  padding: 0 15px;
  text-align: right;
  margin-top: 15px;
}
.comments-area .comments-content-container .comment .comment-body .reply a {
  display: inline-block;
  padding: 5px 10px;
  background: #F4F4F4;
  text-decoration: none;
  color: #627881;
}
.comments-area .comment-respond {
  background: #fff;
  border: 1px solid #E6EBEC;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.05);
}
.theme-2 .comments-area .comment-respond, .theme-3 .comments-area .comment-respond {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.comments-area .comment-respond .comment-reply-title {
  font-weight: 300 !important;
  background: #429cb2;
  color: #fff;
  margin-bottom: 0 !important;
  padding: 15px;
  font-family: "Lato", sans-serif;
}
.theme-2 .comments-area .comment-respond .comment-reply-title, .theme-3 .comments-area .comment-respond .comment-reply-title {
  background: #fff;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  color: #000;
  padding: 30px 30px 15px;
  position: relative;
}
.theme-2 .comments-area .comment-respond .comment-reply-title:after, .theme-3 .comments-area .comment-respond .comment-reply-title:after {
  background: #E6EBEC;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
}
.comments-area .comment-respond .comment-reply-title small {
  font-size: inherit;
  display: block;
}
.comments-area .comment-respond .comment-reply-title small a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
}
.comments-area .comment-respond .comment-reply-title small a:hover {
  text-decoration: underline;
}
.comments-area .comment-respond form {
  padding: 15px;
}
.theme-2 .comments-area .comment-respond form, .theme-3 .comments-area .comment-respond form {
  padding: 15px 30px 30px;
}
.comments-area .comment-respond form textarea, .comments-area .comment-respond form input {
  resize: none;
  background: #fff !important;
}
.comments-area .comment-respond form textarea:focus, .comments-area .comment-respond form input:focus {
  border: 1px solid #000;
  outline: 0 !important;
}
.comments-area .comment-respond form p {
  margin-bottom: 15px !important;
}
.comments-area .comment-respond form p:last-of-type {
  margin-bottom: 0 !important;
}
.comments-area .comment-respond form .form-submit {
  text-align: right;
}
.comments-area .comment-respond form .form-submit input {
  background: #1ABD5E !important;
  font-weight: bold;
  text-transform: none;
  padding: 10px 25px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}
.theme-2 .comments-area .comment-respond form .form-submit input, .theme-3 .comments-area .comment-respond form .form-submit input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 35px 10px 35px;
}
.comments-area .comment-respond form .form-submit input:hover {
  background: #149048 !important;
}
.comments-area .comment-respond form .form-submit input:focus {
  border: none;
}
.comments-area .comment-list .comment {
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px;
}
.comments-area .comment-list .comment:first-of-type {
  margin-top: 15px;
  padding-bottom: 30px;
}
.comments-area .comment-list .comment .comment-meta {
  background-color: transparent;
}
.comments-area .comment-list .comment .comment-meta a {
  color: #429cb2;
}
.comments-area .comment-list .comment .comment-meta .comment-content a {
  word-wrap: break-word;
}
.comments-area .comment-list .comment .comment-content .comment-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 30px;
}
.comments-area .comment-list .comment .comment-content .comment-metadata {
  font-style: italic;
  padding-bottom: 10px;
}
.comments-area .comment-list .comment .comment-content p {
  padding-bottom: 30px !important;
}
.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-email, .comments-area .comment-form .comment-form-url {
    width: 100%;
  }
}
.comments-area .comment-form .comment-form-author input, .comments-area .comment-form .comment-form-email input, .comments-area .comment-form .comment-form-url input {
  width: 100%;
}
.comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-url {
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .comments-area .comment-form .comment-form-author, .comments-area .comment-form .comment-form-url {
    padding-right: 0;
  }
}
.comments-area .comment-form .comment-form-email {
  padding-left: 15px;
}
@media only screen and (max-width: 768px) {
  .comments-area .comment-form .comment-form-email {
    padding-left: 0;
  }
}
.comments-area .comment-form .comment-notes, .comments-area .comment-form .comment-rating-wrapper, .comments-area .comment-form .comment-form-comment, .comments-area .comment-form .form-submit {
  width: 100%;
}
.comments-area .comment-form .comment-rating-wrapper, .comments-area .comment-form .comment-form-comment {
  margin: 30px 0;
}
.comments-area .comment-form .comment-form-rating > span {
  width: auto;
}
.comments-area .comment-form .comment-form-rating .rating-name {
  width: 225px;
}
.comments-area .comment-form label, .comments-area .comment-form .comment_title {
  color: #000;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.comments-area .comment-rating-wrapper:not(:first-of-type) {
  padding-top: 15px;
}
.comments-area .comment-rating-wrapper .rating-name {
  color: #000;
  display: inline-block;
  font-weight: 700;
  width: 225px;
  position: relative;
  padding-left: 35px;
}
@media only screen and (max-width: 640px) {
  .comments-area .comment-rating-wrapper .rating-name {
    margin-bottom: 10px;
    width: 100%;
  }
}
.comments-area .comment-rating-wrapper .rating-name i {
  color: #a7a7a7;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: TranslateY(-50%);
  -moz-transform: TranslateY(-50%);
  -ms-transform: TranslateY(-50%);
  -o-transform: TranslateY(-50%);
  transform: TranslateY(-50%);
}
.comments-area .comment-rating-wrapper i {
  font-size: 18px;
}
.comments-area .comment-rating-wrapper i.fa-star.fas {
  color: #ffb400;
}
.comments-area .comment-rating-wrapper i.fa-star.far {
  color: #E6EBEC;
}
.comments-area .comment-rating-wrapper .gs-rating-number {
  display: none;
}
.comment-respond .comment-form-rating label {
  display: inline-block;
  width: 170px;
}
.comment-respond .comment-form-rating label .required {
  display: none;
}
.comment-respond .comment-form-rating .commentratingbox {
  display: block;
}
.comment-respond .comment-form-rating .commentratingbox .commentrating {
  display: inline-block;
  padding: 0 5px;
}
.comment-respond .comment-form-rating .commentratingbox .commentrating:first-of-type {
  padding-left: 0;
}
.comment-respond .comment-form-rating .commentratingbox .commentrating input {
  margin-right: 3px;
}
.post-nav {
  margin-top: 30px;
}
.post-nav > a {
  width: 50%;
}
.post-nav > a .post-nav-content {
  border: 1px solid #F4F4F4;
}
.post-nav > a .post-nav-content .nav-prev, .post-nav > a .post-nav-content .nav-next {
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-align-content: center;
  -o-align-content: center;
  align-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.post-nav > a .post-nav-content .nav-next {
  text-align: right;
}
.post-nav > a .post-nav-content .nav-thumbnail {
  height: 75px;
  position: relative;
  width: 75px;
}
.post-nav > a .post-nav-content .nav-thumbnail .fas {
  color: #ffffff;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 9999;
}
.post-nav > a .post-nav-content .nav-thumbnail .thumbnail-overlay {
  background-color: #1ABD5E;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.post-nav > a .post-nav-content .nav-content {
  padding: 15px;
  width: calc(100% - 75px);
}
.post-nav > a .post-nav-content:hover .fas {
  opacity: 1;
}
.post-nav > a .post-nav-content:hover .thumbnail-overlay {
  opacity: 0.7;
}
.post-nav.no-image .nav-content {
  width: 100% !important;
}
.back-to-overview {
  width: 100%;
  display: block;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #E6EBEC;
}
.back-to-overview a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.back-to-overview a i {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.back-to-overview a:hover {
  padding-left: 20px;
}
@media only screen and (max-width: 991px) {
  .order-1-m {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }
}
@media only screen and (max-width: 991px) {
  .order-2-m {
    -webkit-order: 2;
    -moz-order: 2;
    -ms-order: 2;
    -o-order: 2;
    order: 2;
  }
}
@media only screen and (max-width: 991px) {
  .order-3-m {
    -webkit-order: 3;
    -moz-order: 3;
    -ms-order: 3;
    -o-order: 3;
    order: 3;
  }
}
@media only screen and (max-width: 991px) {
  .order-4-m {
    -webkit-order: 4;
    -moz-order: 4;
    -ms-order: 4;
    -o-order: 4;
    order: 4;
  }
}
@media only screen and (max-width: 991px) {
  .order-5-m {
    -webkit-order: 5;
    -moz-order: 5;
    -ms-order: 5;
    -o-order: 5;
    order: 5;
  }
}
@media only screen and (max-width: 991px) {
  .order-6-m {
    -webkit-order: 6;
    -moz-order: 6;
    -ms-order: 6;
    -o-order: 6;
    order: 6;
  }
}
@media only screen and (max-width: 991px) {
  .order-7-m {
    -webkit-order: 7;
    -moz-order: 7;
    -ms-order: 7;
    -o-order: 7;
    order: 7;
  }
}
@media only screen and (max-width: 991px) {
  .order-8-m {
    -webkit-order: 8;
    -moz-order: 8;
    -ms-order: 8;
    -o-order: 8;
    order: 8;
  }
}
@media only screen and (max-width: 991px) {
  .order-9-m {
    -webkit-order: 9;
    -moz-order: 9;
    -ms-order: 9;
    -o-order: 9;
    order: 9;
  }
}
/*--------------------------------------------------------------
# Queries & Archives
--------------------------------------------------------------*/
.query-container .query-item {
  padding: 0 15px;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  width: calc(100% / 3);
  margin-top: 30px;
}
.query-container .query-item:nth-child(-n+3) {
  margin-top: 0;
}
@media only screen and (max-width: 991px) {
  .query-container .query-item {
    width: 50%;
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+3) {
    margin-top: 30px;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .query-container .query-item {
    width: 100%;
  }
  .query-container .query-item:nth-child(-n+2) {
    margin-top: 30px;
  }
  .query-container .query-item:first-of-type {
    margin-top: 0;
  }
}
.query-container .query-item > a {
  text-decoration: none;
  color: #333333;
}
.query-container .query-item > a:hover .qi-inner {
  background: #F4F4F4;
}
.query-container .query-item > a:hover .qi-inner .qi-read-more {
  border-color: #fff;
}
.query-container .query-item .qi-inner {
  padding: 15px;
  border: 1px solid #F4F4F4;
  height: 100%;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-thumb {
  height: 185px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
}
.query-container .query-item .qi-inner .qi-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories {
  position: absolute;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
  width: 100%;
  bottom: 15px;
  left: 13px;
}
.query-container .query-item .qi-inner .qi-thumb .post-categories .post-category {
  padding: 5px 10px;
  margin: 2px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.query-container .query-item .qi-inner .qi-content {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -o-flex: 1 0 auto;
  flex: 1 0 auto;
}
.query-container .query-item .qi-inner .post-title {
  margin-bottom: 0;
  font-size: 18px;
}
.query-container .query-item .qi-inner .post-date {
  font-size: 13px;
  display: block;
}
.query-container .query-item .qi-inner .post-excerpt {
  margin-top: 15px;
}
.query-container .query-item .qi-inner .post-excerpt p {
  margin-bottom: 0 !important;
}
.query-container .query-item .qi-inner .qi-read-more {
  display: block;
  text-align: right;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #F4F4F4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.query-container .query-item .qi-inner .qi-read-more i {
  vertical-align: middle;
}
.navigation {
  padding: 30px 15px 0;
}
.navigation .pagination {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.navigation .pagination a, .navigation .pagination span {
  margin: 5px;
  padding: 5px 10px;
  text-align: center;
}
.navigation .pagination a {
  text-decoration: none;
  border: 1px solid #F4F4F4;
  color: #627881;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .pagination a:hover {
  background: rgba(26, 189, 94, 0.75);
  color: #fff;
}
.navigation .pagination a i {
  vertical-align: middle;
}
.navigation .pagination span {
  background: #1ABD5E;
  color: #fff;
}
.archive article {
  margin-bottom: 30px;
}
.archive article:first-of-type {
  margin-top: 15px;
}
.archive article h1 {
  font-size: 18px;
  margin-bottom: 0;
}
.archive article .entry-content {
  border-bottom: 1px solid #E6EBEC;
  padding-bottom: 15px;
}
.archive article .entry-content p {
  margin-bottom: 0;
}
.best-list article {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  padding: 0 15px;
}
.best-list article:not(:first-of-type) {
  border-top: 1px solid #E6EBEC;
  margin-top: 15px;
  border-top: none;
  position: relative;
}
.best-list article:not(:first-of-type):before {
  background: #E6EBEC;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 60px);
}
.best-list article:last-of-type {
  padding-bottom: 15px;
}
.best-list article > div {
  padding: 15px;
  margin-top: 15px;
}
.best-list article > div.beste-image {
  width: 20%;
}
@media only screen and (max-width: 540px) {
  .best-list article > div.beste-image {
    width: 100%;
  }
  .best-list article > div.beste-image img {
    max-width: 100px;
    margin: auto;
    display: block;
  }
}
.best-list article > div.beste-rating {
  width: 30%;
}
@media only screen and (max-width: 540px) {
  .best-list article > div.beste-rating {
    width: 100%;
  }
}
.best-list article > div.beste-rating span {
  display: block;
  text-align: center;
}
.best-list article > div.beste-rating span:first-of-type {
  font-size: 45px;
  color: #000;
  line-height: 1;
  font-weight: bold;
}
.best-list article > div.beste-links {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .best-list article > div.beste-links {
    width: 100%;
  }
}
.best-list article > div.beste-links *:not(:first-child) {
  margin-top: 5px;
  display: inline-block;
}
.best-list article > div.beste-links .beste-recensie {
  color: #627881;
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.best-list article > div.beste-links .beste-recensie:hover {
  color: #1ABD5E;
}
.sidebar-query-container {
  padding: 15px 30px;
}
.sidebar-query-container article:not(:first-of-type) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #E6EBEC;
}
.sidebar-query-container article a {
  text-decoration: none;
}
.sidebar-query-container article a .post-title {
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
}
.sidebar-query-container article a:hover .post-title {
  color: #1ABD5E;
}
.sidebar-query-container article a:hover .read-more {
  color: #17a753;
}
.sidebar-query-container article a:hover .read-more:before {
  right: 0px;
}
.sidebar-query-container article .post-excerpt {
  color: #627881;
}
.sidebar-query-container article .read-more {
  text-decoration: underline;
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: bold;
  color: #1ABD5E;
  font-weight: normal;
}
.sidebar-query-container article .read-more:not(:first-of-type) {
  margin-top: 15px;
}
.sidebar-query-container article .read-more:before {
  content: "";
  font-weight: bold;
  position: absolute;
  right: 5px;
  top: 50%;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.3s all;
  -moz-transition: ease 0.3s all;
  -ms-transition: ease 0.3s all;
  -o-transition: ease 0.3s all;
  transition: ease 0.3s all;
  display: none;
}
.sidebar-query-container article .read-more:hover {
  color: #17a753;
}
.sidebar-query-container article .read-more:hover:before {
  right: 0px;
}
/*--------------------------------------------------------------
# Slick Sliders
--------------------------------------------------------------*/
/* ===============
Slick Slider
=============== */
.cc-slider {
  overflow: hidden;
  position: relative;
}
.cc-slider .slider-scope {
  display: block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.cc-slider .slider-scope .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  max-height: 100%;
  padding: 0;
  position: relative;
}
.cc-slider .slider-scope .slick-list:focus {
  outline: none;
}
.cc-slider .slider-scope .slick-list.dragging {
  cursor: hand;
  cursor: pointer;
}
.cc-slider .slider-scope .slick-list .slick-track {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  -o-flex-wrap: nowrap;
  flex-wrap: nowrap;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  position: relative;
  top: 0;
}
.cc-slider.review-image-slider .slider-scope {
  position: relative;
  z-index: 2;
}
.cc-slider.review-image-slider .slider-scope .slick-list {
  position: relative;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-slide {
  height: auto;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-slide > div {
  height: 100%;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-slide > div .slide {
  height: 500px;
  position: relative;
  display: block !important;
}
@media only screen and (max-width: 768px) {
  .cc-slider.review-image-slider .slider-scope .slick-list .slick-slide > div .slide {
    height: 350px;
  }
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-slide > div .slide .slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  overflow: hidden;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-slide > div .slide .slide-bg img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-dots {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 15px 0;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-dots li {
  display: inline-block;
  margin: 2px;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-dots li button {
  color: #fff !important;
  background: #fff !important;
  border: 1px solid #429cb2 !important;
  outline: 0 !important;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  width: 15px !important;
  height: 15px !important;
  line-height: 15px !important;
  font-size: 0;
}
.cc-slider.review-image-slider .slider-scope .slick-list .slick-dots li.slick-active button {
  color: #429cb2 !important;
  background: #429cb2 !important;
}
.cc-slider.hero-icon-slider {
  width: 100%;
}
.cc-slider.hero-icon-slider .slick-slide > div {
  height: 100%;
}
.cc-slider.hero-icon-slider .icon-block {
  padding: 0 15px;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .cc-slider.hero-icon-slider .icon-block {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 680px) {
  .cc-slider.hero-icon-slider .icon-block {
    padding: 0 5px;
  }
}
.cc-slider.hero-icon-slider .icon-block a {
  color: #1ABD5E;
  text-decoration: none;
}
.cc-slider.hero-icon-slider .icon-block a:hover .icon-block-inner {
  border: 1px solid #1ABD5E;
}
.cc-slider.hero-icon-slider .icon-block .icon-block-inner {
  background: #FFFFFF;
  border: 1px solid #E6EBEC;
  height: 100%;
  padding: 15px;
}
.theme-2 .cc-slider.hero-icon-slider .icon-block .icon-block-inner {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.cc-slider.hero-icon-slider .icon-block .icon-block-inner .icon {
  margin-bottom: 10px;
}
.cc-slider.hero-icon-slider .icon-block .icon-block-inner .icon img {
  display: block;
  margin: 0 auto;
  max-height: 100px;
}
.cc-slider.hero-icon-slider .icon-block .icon-block-inner .title {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  hyphens: auto;
}
.cc-slider {
  position: relative;
}
.cc-slider:hover .slick-arrow {
  opacity: 1;
}
.cc-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: 30px;
  line-height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  cursor: pointer;
  z-index: 2;
}
@media only screen and (max-width: 640px) {
  .cc-slider .slick-arrow {
    opacity: 1;
  }
}
.cc-slider .slick-arrow:hover {
  background: #333333;
}
.cc-slider .slick-arrow.slick-prev {
  left: 15px;
}
.cc-slider .slick-arrow.slick-next {
  right: 15px;
}
.slider-nav .dots ul {
  list-style: none;
  position: relative;
}
.slider-nav .dots ul > li {
  cursor: pointer;
}
/*--------------------------------------------------------------
# Fancybox
--------------------------------------------------------------*/
/* ===============
   Fancybox
   =============== */
/** Fancybox */
.fancybox-container {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  /* Navigation arrows */
  /* Buttons */
}
.fancybox-container .fancybox-bg {
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.fancybox-is-open.fancybox-container .fancybox-bg {
  opacity: 0.7;
}
.fancybox-container .fancybox-outer, .fancybox-container .fancybox-inner, .fancybox-container .fancybox-bg, .fancybox-container .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-container .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: hidden;
  z-index: 99997;
}
@media only screen and (max-width: 768px) {
  .fancybox-container .fancybox-infobar, .fancybox-container .fancybox-toolbar, .fancybox-container .fancybox-caption, .fancybox-container .fancybox-navigation .fancybox-button {
    opacity: 1 !important;
    visibility: visible !important;
  }
}
.fancybox-container.fancybox-show-infobar .fancybox-infobar, .fancybox-container.fancybox-show-toolbar .fancybox-toolbar, .fancybox-container.fancybox-show-caption .fancybox-caption, .fancybox-container.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s ease;
  -moz-transition: opacity 0.25s ease, visibility 0.25s ease;
  -ms-transition: opacity 0.25s ease, visibility 0.25s ease;
  -o-transition: opacity 0.25s ease, visibility 0.25s ease;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  visibility: visible;
}
.fancybox-container .fancybox-infobar {
  color: #fff;
  font-size: 16px;
  height: 44px;
  left: 0;
  padding: 0 10px;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 44px;
}
.fancybox-container .fancybox-toolbar {
  right: 0;
  top: 0;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 60px;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
}
.fancybox-container .fancybox-navigation .fancybox-button > div {
  padding: 5px;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  left: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
  right: 0;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover {
  background-color: transparent;
  color: #fff;
}
.fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover > div, .fancybox-container .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover > div {
  background-color: #F4F4F4;
}
.fancybox-container .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-container .fancybox-stage {
  overflow: hidden;
}
.fancybox-container .fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-is-sliding.fancybox-container .fancybox-slide {
  display: block;
}
.fancybox-container .fancybox-slide .fancybox-content {
  display: block;
  margin: 0;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
  /* Fix iOS */
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-image, .fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-spaceball {
  z-index: 1;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-video, .fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-container .fancybox-slide .fancybox-content .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--previous, .fancybox-container .fancybox-slide.fancybox-slide--current, .fancybox-container .fancybox-slide.fancybox-slide--next {
  display: block;
}
.fancybox-container .fancybox-slide.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-container .fancybox-slide.fancybox-slide--image:before {
  display: none;
}
@media only screen and (max-width: 600px) {
  .fancybox-container .fancybox-slide.fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-container .fancybox-slide.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-container .fancybox-slide.fancybox-slide--html {
  padding: 6px;
}
.fancybox-container .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #F4F4F4;
  cursor: pointer;
  display: block;
  height: 44px;
  margin: 0;
  padding: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  width: 44px;
  /* Fix IE11 */
}
.fancybox-container .fancybox-button:visited, .fancybox-container .fancybox-button:link {
  color: #627881;
}
.fancybox-container .fancybox-button:hover {
  background-color: #F4F4F4;
  color: #fff;
}
.fancybox-container .fancybox-button:focus {
  outline: none;
}
.fancybox-container .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-container .fancybox-button:disabled, .fancybox-container .fancybox-button:disabled:hover {
  background-color: rgba(30, 30, 30, 0.3) !important;
  color: #888 !important;
  cursor: default;
  outline: none;
}
.fancybox-container .fancybox-button:disabled > div, .fancybox-container .fancybox-button:disabled:hover > div {
  background-color: transparent !important;
}
.fancybox-container .fancybox-button div {
  height: 100%;
}
.fancybox-container .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  width: 100%;
}
.fancybox-container .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-container .fancybox-button.fancybox-button--play svg:nth-child(2), .fancybox-container .fancybox-button.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-container .fancybox-button.fancybox-button--pause svg:nth-child(1), .fancybox-container .fancybox-button.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content, .fancybox-can-pan .fancybox-content {
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--iframe .fancybox-content {
  background: #000;
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.fancybox-progress {
  background: #F4F4F4;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
  -ms-transform-origin: 0;
  -o-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  -ms-transition-property: transform;
  -o-transition-property: transform;
  transition-property: transform;
  z-index: 99998;
}
/**
 * Close button on the top right corner of html content
 */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  color: #627881;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 600px) {
  .fancybox-close-small {
    right: -6px;
  }
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Caption */
/**
 * Loading indicator
 */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**
 *Transition effects
 */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -ms-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous, .fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
  -ms-transform: scale3d(1.5, 1.5, 1.5);
  -o-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: 1, 1, 1;
  -moz-transform: 1, 1, 1;
  -ms-transform: 1, 1, 1;
  -o-transform: 1, 1, 1;
  transform: 1, 1, 1;
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -ms-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -o-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -ms-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -o-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -ms-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -o-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  -moz-transform: translate3d(0, 0, 0) scale(1);
  -ms-transform: translate3d(0, 0, 0) scale(1);
  -o-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
