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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --primary-color: #de1b24;
  --secondary-color: #2b9d10;
  --hover-color: #de1b24;
}
body {
  color: #343434;
  font: 17px/26px "Work Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #414141;
  font-weight: 600;
}
h1 {
  margin-bottom: ;
  font-size: 36px;
  line-height: 42px;
}
h2 {
  margin-bottom: ;
  font-size: 28px;
  line-height: 36px;
}
h3 {
  margin-bottom: ;
  font-size: 24px;
  line-height: 22px;
}
h4 {
  margin-bottom: ;
  font-size: 20px;
  line-height: 20px;
}
h5 {
  margin-bottom: ;
  font-size: 18px;
  line-height: 18px;
}
h6 {
  margin-bottom: ;
  font-size: 16px;
  line-height: 16px;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
strong {
  font-weight: 600;
}
a {
  color: var(--primary-color);
  text-decoration: none;
  transition: all 0.2s;
}
p a {
  text-decoration: underline;
}
p a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
hr {
  margin-bottom: 20px;
  border: none;
  height: 1px;
  color: #bcbcbc;
  background-color: #bcbcbc;
}
::placeholder {
  color: #3b4347;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #3b4347;
}
::-ms-input-placeholder {
  color: #3b4347;
}
form label,
form legend {
  color: #79797c;
  font-weight: 400;
  font-size: 13px;
}
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  border: 1px solid red;
}
input:not([type="radio"], [type="checkbox"]),
textarea,
select {
  width: 100%;
  margin-bottom: 15px;
  padding: 9px 15px;
  background: #fff;
  color: #626262;
  font: 400 16px/28px "Work Sans", sans-serif;
  text-align: left;
  border: 1px solid #cacacb;
  border-radius: 4px;
  transition: all 0.2s;
  -webkit-appearance: none;
}
input:not([type="radio"], [type="checkbox"]):focus,
textarea:focus,
select:focus {
  border-color: #626262;
}
select {
  background: #fff
    ;
}
textarea {
  height: 100px;
}
input[type="button"] {
  width: auto;
}
input[type="submit"] {
  width: auto;
  margin: 0;
  background: var(--primary-color);
  color: #fff;
  font: 400 16px/28px "Work Sans", sans-serif;
  text-align: center;
  border-color: var(--primary-color);
}
input[type="submit"]:hover {
  background-color: #666566;
  background-position: center right 15px;
  border-color: #666566;
  cursor: pointer;
}
.gform_wrapper .gfield_required {
  color: var(--primary-color) !important;
}
.gform_wrapper .gfield_html {
  padding: 10px 0;
  color: #666566;
  font-size: 15px;
}
.gform_wrapper.gravity-theme .gfield_label {
  margin-bottom: 8px;
  font-weight: 400 !important;
  font-size: 15px !important;
}
.left {
  float: left;
}
.right {
  float: right;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.alternate {
  background: #f0f0f0;
}
.fluid {
  width: 100%;
  float: left;
}
.container {
  max-width: 1236px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}
.title {
  margin-bottom: 55px;
}
.title h1 {
  color: var(--primary-color);
}
span.intro {
  font-size: 21px;
  line-height: 30px;
}
span.subtitle {
  color: var(--primary-color);
  text-transform: uppercase;
}
span.notification {
  display: inline-block;
  padding: 10px 15px;
  background: var(--primary-color);
  color: #fff;
}
span.notification a {
  color: #fff;
}
p.subtitle-top {
  margin-bottom: 4px;
  color: var(--primary-color);
}
a.button {
  display: inline-block;
  padding: 8px 25px;
  color: #59595c;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  border: 1px solid #00000029;
  border-radius: 4px;
}
a.button:hover {
  color: #59595c;
  border-color: #59595c;
}
a.button.primary {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
a.button.primary:hover {
  background-color: var(--secondary-color);
  border-color: var(--secondary-color);
}
a.button.secondary {
  background: #343434;
  color: #fff;
  border: 1px solid #343434;
}
a.button.secondary:hover {
  background-color: #fff;
  color: #343434;
  border-color: #fff;
}
a.button.tertiary {
  background: #fff;
  color: #343434;
  border: 1px solid #fff;
}
a.button.tertiary:hover {
  background-color: #343434;
  color: #fff;
  border-color: #343434;
}
a.button.outline {
  border-color: #707070;
}
a.button.outline:hover {
  color: #59595c;
  border-color: #00000029;
}
a.button.chevron {

  background-position: center right 20px;
  background-size: 9px 16px;
  background-repeat: no-repeat;
}
a.button.chevron:hover {
  background-position: center right 15px;
}
a.button.signup {
  background: var(--secondary-color);
  color: #fff;
  border: 1px solid var(--secondary-color);
}
a.button.signup:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
a.button img {
  vertical-align: middle;
}
a.button:hover svg {
  transition: all 0.2s;
  margin-left: 5px;
}
.price {
  font-weight: 600;
  font-size: 24px;
  color: var(--secondary-color);
}
.video-container {
  position: relative;
  height: 0;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  padding-top: 30px;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-bordered {
  position: relative;
  margin: 20px 0;
  padding: 10px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px #00000029;
  overflow: hidden;
}
.video-bordered video {
  float: left;
  width: 100%;
}
.play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 200%);
  display: block;
  height: 48px;
  padding: 5px 15px 5px 5px;
  background: #fff;
  color: #414141;
  border-radius: 24px;
}
.play:hover {
  background: var(--primary-color);
  color: #fff;
}
.play svg,
.play span {
  float: left;
  display: block;
}
.play svg {
  margin-right: 10px;
  color: var(--primary-color);
  font-size: 38px;
  transition: color 0.2s;
}
.play:hover svg {
  color: #fff;
}
.play span {
  font-size: 17px;
  line-height: 38px;
}
.search-highlight {
  background: #fff0f1;
}
.calendar {
  margin-bottom: 45px;
}
.calendar .course {
  display: block;
  margin-bottom: 15px;
  padding: 13px;
  background: #fff;
  color: #414141;
  font-size: 14px;
  line-height: 18px;
  border: 2px solid #fff;
  border-radius: 5px;
  transition: border 0.2s;
  overflow: hidden;
}
.calendar .course:hover {
  border-color: var(--secondary-color);
}
.calendar .course .date {
  float: left;
  width: 55px;
  height: 55px;
  margin-right: 20px;
  padding: 14px 0 0;
  background: #666566;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}
.calendar .course .date span {
  font-size: 22px;
}
.calendar .course p {
  float: left;
  margin: 0;
}
.calendar .course p span svg {
  width: 14px;
  color: #989898;
}
.calendar .course p span.status {
  color: var(--secondary-color);
}
.calendar .course p span.status svg {
  color: var(--secondary-color);
}
.calendar .course span.read-more {
  float: right;
  min-width: 140px;
  display: inline-block;
  margin-top: 9px;
  padding: 8px 25px;
  background: var(--secondary-color);
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 5px;
}
.calendar .course span.read-more svg {
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
.calendar .course:hover span.read-more svg {
  width: auto;
  visibility: visible;
  opacity: 1;
}
.calendar .course.booked:hover {
  border-color: #de1b24;
}
.calendar .course.almost-full:hover {
  border-color: #f28e0c;
}
.calendar .course.booked .date {
  background: #c4c4c4;
}
.calendar .course.booked p span.status {
  color: #de1b24;
}
.calendar .course.booked p span.status svg {
  color: #de1b24;
}
.calendar .course.booked span.read-more {
  background: #de1b24;
}
.calendar .course.almost-full p span.status {
  color: #f28e0c;
}
.calendar .course.almost-full p span.status svg {
  color: #f28e0c;
}
.calendar .course.almost-full span.read-more {
  background: #f28e0c;
}
.contact-card {
  margin: 20px 0;
  padding: 20px;
  background: #ededed;
  box-shadow: none;
  border-radius: 10px;
  overflow: hidden;
}
.contact-card.shadow {
  background: #fff;
  box-shadow: 0 0 15px #0000002e;
}
.contact-card .picture {
  position: relative;
  margin-bottom: 15px;
  padding: 220px 0 15px;
  background-color: #232122;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  border-radius: 6px;
  overflow: hidden;
}
.contact-card .picture .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
}
.contact-card .picture span {
  position: relative;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.contact-card .details {
  line-height: 34px;
}
.contact-card .details h3 {
  margin-bottom: 5px;
  color: #343434;
  font-size: 18px;
  line-height: 26px;
}
.contact-card .details p a {
  color: #343434;
  text-decoration: none;
}
.contact-card .details p svg {
  color: var(--primary-color);
}
.contact-card .details span {
  float: left;
  font-size: 15px;
  clear: both;
}
.contact-card .details .stars {
  float: none;
}
#side .contact-card {
  margin-top: 0;
}
.pagination {
  text-align: center;
}
.pagination a,
.pagination span {
  display: inline-block;
  margin: 2px;
  padding: 6px 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 22px;
}
.pagination a {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}
.pagination a:hover {
  background: transparent;
  color: var(--primary-color);
}
.pagination span.current {
  background: transparent;
  color: #343434;
  border: 1px solid #707070;
}
.pagination span.dots {
  padding: 14px 0;
}
.block {
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.block.shadow {
  background: #fff;
  box-shadow: 0 0 8px #00000029;
}
.block h3 {
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 27px;
}
.block input {
  width: 100%;
}
.block input[type="email"] {
  background: transparent;
}
.block .slider {
  float: left;
  width: calc(100% - 100px);
  margin: 20px 50px 0;
}
.block .slider .slide {
  float: left;
  width: 100%;
}
.accordion {
  float: left;
  width: 100%;
  margin: 15px 0 50px !important;
  border-top: 1px solid #bcbcbc;
}
.accordion > li {
  float: left;
  width: 100%;
  padding: 17px 0;
  font-size: 18px;
  line-height: 28px;
  list-style: none;
  border-bottom: 1px solid #bcbcbc;
  list-style: none !important;
}
.accordion > li .accordion-control {
  padding-right: 28px;

  border: none;
  cursor: pointer;
}

.accordion > li .accordion-control h3 {
  margin-bottom: 0;
  color: var(--primary-color);
  font-size: 18px;
  line-height: 28px;
}
.accordion > li .accordion-panel {
  display: none;
  padding-top: 10px;
  padding-bottom: 20px;
}
.contentrow.custom-colors .accordion {
  border-color: inherit;
}
.contentrow.custom-colors .accordion > li {
  border-color: inherit;
}

.contentrow.custom-colors .accordion > li .accordion-control h3 {
  color: inherit;
}
.stars {
  --percent: calc(var(--rating) / 5 * 100%);
  float: left;
  display: block;
  font-size: 16px;
  font-family: Times;
  line-height: 1;
}
.stars::before {
  content: "★★★★★";
  letter-spacing: 2px;
  background: linear-gradient(
    90deg,
    var(--secondary-color) var(--percent),
    #fff var(--percent)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating-total {
  display: block;
  color: #989898;
  clear: both;
}
.rating-total:hover {
  text-decoration: underline;
}
.meta {
  float: left;
  padding-top: 7px;
}
.meta .score {
  float: left;
  margin-right: 10px;
  color: var(--secondary-color);
}
.meta .score span {
  font-weight: 600;
  font-size: 20px;
}
.meta .stars {
  margin-top: 5px;
}
.flickity-viewport {
  transition: height 0.2s;
}
.flickity-button {
  background: #ededed !important;
  color: #414141 !important;
}
.flickity-prev-next-button {
  width: 60px !important;
  height: 60px !important;
  margin-top: -20px;
}
.flickity-prev-next-button .flickity-button-icon {
  top: 35% !important;
  left: 35% !important;
  width: 30% !important;
  height: 30% !important;
}
p.post-meta span.date {
  margin-right: 15px;
  color: #666566;
  font-size: 14px;
}
p.post-meta span.time {
  color: var(--primary-color);
  font-size: 14px;
}
p.post-meta span.time svg {
  margin-top: -2px;
  vertical-align: middle;
}
.share ul {
  margin: 10px 0 0 !important;
  overflow: hidden;
}
.share ul li {
  float: left;
  margin: 0 10px 10px 0;
  list-style: none !important;
}
.share ul li a {
  display: block;
  width: 34px;
  height: 34px;
  background: var(--primary-color);
  color: #fff;
  line-height: 34px;
  text-align: center;
  border-radius: 17px;
  transition: background 0.2s;
}
.share ul li a:hover {
  background: #666566;
}
.label {
  display: block;
  padding: 1px 10px;
  background: #343434;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  border-radius: 12px;
}
.label.timemanagement-net,
.label.time-management {
  background: #de1b24;
}
.label.timemanagement-nl {
  background: #ee7731;
}
.label.snellezen {
  background: #48a0c0;
}
.label.feedback-geven {
  background: #6f9f3f;
}
.label.gesprekstechnieken {
  background: #f6a83f;
}
.label.persoonlijke-effectiviteit {
  background: #6c247a;
}
.label.thuiswerken {
  background: #42ac98;
}
.label.leidinggeven {
  background: #1c3e7a;
}
.label.assertief {
  background: #c41f81;
}
ul.iconlist {
  margin: 0 0 50px !important;
  overflow: hidden;
}
ul.iconlist li {
  float: left;
  margin-bottom: 10px;
  padding-right: 20px;
  list-style: none !important;
}
ul.iconlist span {
  float: left;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: 25px 20px 0 0;
  color: var(--primary-color);
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  border: 2px solid var(--primary-color);
  border-radius: 100%;
}
ul.iconlist div {
  float: left;
  width: calc(100% - 80px);
}
ul.iconlist li h3 {
  color: var(--primary-color);
  font-size: 18px;
}
#top {
  background: #343434;
  color: #fff;
  line-height: 40px;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  line-height: 40px;
}
#top ul li {
  position: relative;
  display: inline-block;
  margin-left: 30px;
}
#top ul li:first-child {
  margin-left: 0;
}
#top ul li.menu-item-has-children {
  padding-right: 15px;

}
#top ul li a {
  color: #fff;
}
#top ul li a:hover {
  color: var(--hover-color);
}
#top ul li img {
  margin-right: 5px;
  vertical-align: text-top;
}
#top ul li ul {
  display: none;
  position: absolute;
  top: 35px;
  left: -20px;
  width: 150px;
  padding-top: 10px;
  text-align: left;
  z-index: 1;
}
#top ul li:hover ul {
  display: block;
}
#top ul li ul li {
  float: left;
  width: 100%;
  margin: 0;
  background: #666566;
  line-height: 20px;
  border-bottom: 1px solid #989898;
}
#top ul li ul li:first-child {
  border-radius: 5px 5px 0 0;
}
#top ul li ul li:last-child {
  border-bottom: 0;
  border-radius: 0 0 5px 5px;
}
#top ul li ul li a {
  display: block;
  padding: 8px 20px;
  color: #fff;
}
#top ul li ul li a:hover {
  color: var(--primary-color);
}
#header {
  position: relative;
  height: 90px;
  background: #fff;
  font-weight: 600;
  font-size: 15px;
  line-height: 90px;
  border-bottom: 1px solid #e2e2e2;
}
#header .container {
  position: relative;
}
#header #logo img {
  float: left;
  margin: 8px 0 16px;
}
#header .header-toggle-search {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  margin: 27px 0 27px 15px;
  margin: 27px 0 27px 10px;
  background: #989898
    ;
  background-size: 24px;
  color: #fff;
  font-size: 20px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  transition: all 0.2s;
}
#header .header-toggle-search:hover,
.header-toggle-search.header-active {
  background-color: #666566;
  color: #fff;
}
#header .header-search {
  display: none;
  position: absolute;
  right: 2px;
  top: 110px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 6px #00000029;
  border-radius: 5px;
  z-index: 3;
}
#header .header-search:before {
  position: absolute;
  top: -10px;
  right: 26px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  content: " ";
}
#header .header-search form {
  width: 380px;
}
#header .header-search form input,
#header .header-search form button {
  float: left;
  height: 48px;
}
#header .header-search form input {
  width: 366px;
  width: calc(100% - 48px);
  margin: 0;
  padding: 6px 12px;
  background: #fff;
  color: #343434;
  font-size: 17px;
  border: 1px solid #707070;
  border-right: 0;
  border-radius: 5px 0 0 5px;
}
#header .header-search form button {
  width: 48px;
  background: var(--primary-color);
  background-size: 20px;
  color: #fff;
  border: 0;
  border-radius: 0 5px 5px 0;
  transition: background 0.2s;
}
#header .header-search form button:hover {
  background-color: #707070;
  cursor: pointer;
}
#nav-icon {
  position: absolute;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 30px;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 6px;
}
#nav-icon span:nth-child(2) {
  top: 13px;
}
#nav-icon span:nth-child(3) {
  top: 20px;
}
#nav-icon.open span:nth-child(1) {
  top: 14px;
  transform: rotate(45deg);
}
#nav-icon.open span:nth-child(2) {
  opacity: 0;
}
#nav-icon.open span:nth-child(3) {
  top: 14px;
  transform: rotate(-45deg);
}
#breadcrumbs {
  padding: 6px 0;
  color: #989898;
  font-size: 15px;
  border-bottom: 1px solid #e2e2e2;
}
#breadcrumbs ul li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 18px;

}
#breadcrumbs ul li:first-child {
  padding-left: 0;
  background: none;
}
#breadcrumbs ul li:empty {
  display: none;
}
#breadcrumbs ul li a {
  color: #414141;
}
#breadcrumbs ul li a:hover {
  color: var(--primary-color);
}
#breadcrumbs ul li a:not(:first-child) {
  margin-left: 10px;
  padding-left: 18px;
  
}
#content {
  padding: 60px 0;
}
#content h1 {
  margin-bottom: 10px;
  color: var(--primary-color);
}
#content h2 {
  margin-bottom: 7px;
}
#content h3 {
  margin-bottom: 4px;
}
#content form {
  --grid-gutter: 20px;
}
#main a {
  text-decoration: underline;
}
#main a:hover {
  text-decoration: none;
}
#main h3 {
  line-height: 30px;
}
#main blockquote {
  position: relative;
  display: inline-block;
  margin: 15px 0 35px;
  padding: 0 30px;
  font: 20px/30px "Work Sans", sans-serif;
  border-left: 4px solid var(--primary-color);
}
#main ul,
#main ol {
  margin-left: 20px;
}
#main ul:not(:last-child),
#main ol:not(:last-child) {
  margin-bottom: 20px;
}
#main ul li {
  list-style: disc;
}
#main ol li {
  list-style: decimal;
}
#main ul li ul li,
#main ol li ol li,
#main ul li ol li,
#main ol li ul li {
  margin-bottom: 0;
}
#main ul li ul li,
#main ol li ul li {
  list-style: disc;
}
#main ol li ol li,
#main ul li ol li {
  list-style: decimal;
}
#main a.button {
  width: calc(50% - 30px);
  margin-right: 30px;
  text-align: center;
}
#main .share h3 {
  font-weight: 500;
  font-size: 26px;
}
#main .block {
  float: left;
  width: 100%;
  margin-top: 50px;
}
#main .gform_wrapper {
  margin: 55px 0;
  padding: 35px 20px 40px;
  background: #fff;
  box-shadow: 0 0 8px #00000029;
  border-radius: 5px;
}
#main .gform_wrapper input[type="submit"] {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}
#main .gform_wrapper input[type="submit"]:hover {
  background: #666566;
  border-color: #666566;
}
#main .gform_wrapper.gravity-theme h3 {
  margin-bottom: 0;
  font-size: 18px;
}
#main .gform_wrapper.gravity-theme .gsection {
  padding: 0;
  border-bottom: 0;
}
#main .gform_wrapper.gravity-theme .gsection:not(:first-child) {
  margin-top: 20px;
}
#main .gform_wrapper.gravity-theme .gfield_description {
  margin-top: -4px;
  padding: 9px 20px 5px;
  background: #ededed;
  color: #666566;
  font-size: 13px;
  border-radius: 0 0 4px 4px;
}
#main .gform_wrapper.gravity-theme #input_1_55.gfield_radio .gchoice {
  margin-bottom: 10px;
  padding: 10px;
  background: #ededed;
  border-radius: 3px;
}
#main
  .gform_wrapper.gravity-theme
  #input_1_55.gfield_radio
  .gchoice:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper.gravity-theme .d-none,
#main .gform_wrapper #gf_coupon_info {
  display: none !important;
}
#side {
  padding-top: 7px;
  padding-top: 0;
  padding-bottom: 70px;
  padding-bottom: 0;
}
#side h3 {
  margin-bottom: 5px;
  color: var(--primary-color);
  font-size: 18px;
}
#side p:not(:last-child) {
  margin-bottom: 30px;
}
#side .sticky-wrapper {
  position: sticky;
  position: -webkit-sticky;
  top: 60px;
}
#side .block {
  margin-bottom: 30px;
  padding: 22px 30px;
  background: #ededed;
  color: #343434;
  box-shadow: none;
}
#side .block:last-child {
  margin-bottom: 0;
}
#side .block.shadow {
  background: #fff;
  box-shadow: 0 0 8px #00000029;
}
#side .block.shadow h3 {
  color: #343434;
}
#side a.button {
  width: 100%;
  text-align: center;
}
#side a.button:not(:first-child) {
  margin-bottom: 20px;
}
#side small {
  font-size: 14px;
  line-height: 20px;
}
#side .block.review-order h3 {
  margin-bottom: 10px;
  color: #343434;
  font-weight: 500;
  font-size: 26px;
}
#side .block.review-order span svg {
  width: 17px;
}
#side .block.review-order table {
  margin-bottom: 20px;
}
#side .block.review-order table tr:not(.total) {
  border-bottom: 1px solid #bcbcbc;
}
#side .block.review-order table tr td {
  padding: 17px 0;
}
#side .block.newsletter h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
}
#side .calendar .course {
  background: #ededed;
  border-color: #ededed;
}
#side .calendar .course:hover {
  border-color: var(--secondary-color);
}
#side .calendar .course.booked:hover {
  border-color: #de1b24;
}
#side .calendar .course p {
  margin-bottom: 0;
}
#side .calendar .course span.read-more {
  min-width: 34px;
  margin-top: 10px;
  padding: 8px;
}
#side .calendar .course span.read-more svg {
  display: inline-block;
  width: auto;
  visibility: visible;
  opacity: 1;
}
.contentrow.custom-colors #side .calendar .course {
  background: #fff;
  border-color: #fff;
}
.contentrow.custom-colors #side .calendar .course:hover {
  border-color: var(--secondary-color);
}
.contentrow.custom-colors #side .calendar .course.booked:hover {
  border-color: #de1b24;
}
#mc_embed_signup form {
  padding: 0 !important;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
  min-height: 0 !important;
  padding-bottom: 0 !important;
}
#mc_embed_signup .mc-field-group input {
  padding: 9px 15px !important;
  text-indent: 0 !important;
}
#mc_embed_signup input {
  border: 1px solid #cacacb !important;
  border-radius: 4px !important;
}
#mc_embed_signup input:focus {
  border-color: #626262 !important;
}
#mc_embed_signup .button {
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  background-color: var(--primary-color) !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: 48px !important;
  border: 0 !important;
}
#mc_embed_signup .button:hover {
  background-color: #666566 !important;
}
.banner {
  position: relative;
  width: 100%;
  background-color: var(--primary-color);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  overflow: hidden;
}
.banner h1,
.banner h2 {
  margin-bottom: 15px !important;
  color: #fff !important;
}
.banner a {
  color: #fff;
}
.banner a.button {
  margin-bottom: 10px;
}
.banner ul {
  margin-bottom: 25px;
}
.banner ul li {
  padding-left: 27px;

}
.banner ul li svg {
  display: none;
}
.banner .container {
  max-width: 100%;
}
.banner .col {
  margin: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .col:last-child {
  padding: 20px 60px;
}
.banner .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text {
  position: relative;
}
.contentrow {
  padding: 100px 0;
}
.contentrow + .contentrow:not(.custom-colors) {
  padding: 0 0 100px;
}
.contentrow.custom-colors + .contentrow {
  padding: 100px 0;
}
.contentrow h1,
.contentrow h2,
.contentrow h3,
.contentrow h4,
.contentrow h5,
.contentrow h6 {
  color: inherit;
}
.contentrow h2 {
  margin-bottom: 20px;
}
.contentrow blockquote {
  position: relative;
  display: inline-block;
  margin: 15px 0 35px;
  padding: 0 30px;
  font: 20px/30px "Work Sans", sans-serif;
  border-left: 4px solid var(--primary-color);
}
.contentrow ul,
.contentrow ol {
  margin-left: 20px;
}
.contentrow ul:not(:last-child),
.contentrow ol:not(:last-child) {
  margin-bottom: 20px;
}
.contentrow ul li,
.contentrow ol li {
  margin-bottom: 10px;
}
.contentrow ul li {
  list-style: disc;
}
.contentrow ol li {
  list-style: decimal;
}
.contentrow ul li ul li,
.contentrow ol li ol li,
.contentrow ul li ol li,
.contentrow ol li ul li {
  margin-bottom: 0;
}
.contentrow ul li ul li,
.contentrow ol li ul li {
  list-style: disc;
}
.contentrow ol li ol li,
.contentrow ul li ol li {
  list-style: decimal;
}
.contentrow.custom-colors #main a:not(.button) {
  color: #fff;
}
.contentslider {
  background: #343434;
  padding: 80px 0 60px;
}
.contentslider .title h2 {
  color: #fff;
}
.contentslider .block {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 20px;
  padding: 30px;
  font-size: 16px;
  line-height: 24px;
}
.contentslider .slider {
  float: left;
  width: 100%;
}
.contentslider .slider .flickity-prev-next-button.next,
.contentslider .slider .flickity-prev-next-button.previous {
  position: absolute;
}
.contentslider .slider .flickity-prev-next-button.next {
  left: auto;
  right: 50%;
  margin-right: -650px;
}
.contentslider .slider .flickity-prev-next-button.previous {
  right: auto;
  left: 50%;
  margin-left: -650px;
}
.contentslider .slider .slide {
  float: left;
  width: calc(33.33333% - 40px);
  max-width: 386.66px;
  margin: 0 20px 40px;
  transition: opacity 0.2s;
  min-height: calc(100% - 40px);
}
.contentslider .slider .slide:not(.is-selected) {
  opacity: 0.3;
}
.contenttabs {
  padding: 80px 0 90px;
}
.contenttabs .tabs-nav {
  padding: 25px;
  background: #ededed;
  border-radius: 10px 0 0 10px;
}
.contenttabs .tabs-nav ul li a {
  display: inline-block;
  color: #343434;
  margin-bottom: 5px;
  padding: 7px 15px;
  font-size: 18px;
  line-height: 28px;
  border-radius: 6px;
}
.contenttabs .tabs-nav ul li a:hover {
  color: var(--primary-color);
}
.contenttabs .tabs-nav ul li.active a {
  background: #fff;
  color: var(--primary-color);
}
.contenttabs .tabs-content {
  padding: 45px;
  border: 1px solid #c4c4c4;
  border-radius: 0 10px 10px 0;
}
.team {
  width: 100%;
  padding: 100px 0 70px;
}
.team *,
.team *:after,
.team *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.team .container {
  position: relative;
  max-width: 1310px;
}
.team .container::after {
  content: "";
  display: table;
  clear: both;
}
.team .grid {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team .grid::after {
  content: "";
  clear: both;
  display: block;
}
.grid > li {
  float: left;
  width: calc(25% - 30px);
  margin: 0 15px 30px;
}
@media (max-width: 959px) {
  .grid > li {
    width: calc(50% - 30px);
  }
}
@media (max-width: 567px) {
  .grid > li {
    width: 100%;
    margin: 0 0 30px;
  }
}
.awsm-grid-holder {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.grid figure {
  position: relative;
  margin: 0;
}
.grid figure .cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20%;
  background-image: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
  pointer-events: none;
}
.grid figure img {
  max-width: 100%;
  display: block;
  position: relative;
}
.grid figure .name {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
}
.grid figure .name h3 {
  margin-bottom: 10px !important;
  color: #fff;
  font-size: 24px;
}
.grid figure .name span {
  float: left;
  max-width: calc(100% - 60px);
  padding: 2px 8px;
  background: rgb(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  border-radius: 5px;
}
.awsm-grid.style-1 > li {
  margin-bottom: 30px;
}
.awsm-grid.style-1 > li > a::before {
  display: none;
}
.awsm-grid.style-1 li.awsm-expanded > a::after {
  border-top-color: #1d1d1d;
}
.awsm-grid.style-1 li.awsm-expanded > a > figure .name span {
  background: var(--primary-color);
}
.awsm-grid.style-1 .awsm-grid-show {
  font-size: 16px;
  line-height: 24px;
}
.awsm-grid.style-1 .awsm-grid-padding {
  max-width: 1240px;
  margin: 0 15px 30px;
  padding: 50px 0 70px;
  background: #fff;
  color: #232122;
  overflow: hidden;
  border-radius: 8px;
}
@media (max-width: 567px) {
  .awsm-grid.style-1 .awsm-grid-padding {
    margin: 30px 0;
  }
}
.awsm-personal-contact-info .social {
  width: 100%;
  text-align: center;
}
.awsm-personal-contact-info .socia img {
  margin: 0 5px;
}
.awsm-personal-details {
  max-height: none;
  margin: 0 0 20px !important;
  padding: 0;
}
.awsm-grid.style-1 .awsm-details {
  font-size: 17px;
  line-height: 26px;
}
.awsm-grid.style-1 .awsm-personal-contact-info {
  padding-top: 15px;
}
.awsm-grid.style-1 .awsm-personal-contact-info blockquote {
  margin-bottom: 50px;
  padding-left: 35px;

  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.awsm-grid.style-1 .awsm-personal-contact-info blockquote span {
  padding-right: 35px;

}
.awsm-grid.style-1 .awsm-grid-close {
  z-index: 1;
}
.awsm-grid.style-1 .awsm-grid-close::before,
.awsm-grid.style-1 .awsm-grid-close::after {
  background: var(--primary-color);
}
.logoslider {
  padding: 85px 0 100px;
}
.logoslider + .logoslider {
  border-top: 1px solid #bcbcbc;
}
.logoslider h2 {
  margin-bottom: 60px !important;
}
.logoslider .slider {
  float: left;
  width: 100%;
}
.logoslider .slider .slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16.66666%;
  height: auto;
  min-height: 100%;
  padding: 0 20px;
}
.logoslider .slider .slide img {
  width: 100%;
}
.references {
  padding: 100px 0 60px;
}
.references .reference {
  position: relative;
  margin-bottom: 40px;
  padding: 60px 20px 45px;
  padding: 60px 30px 30px 20px;
  background: #fff ;
  font-size: 18px;
  font-size: 16px;
  line-height: 28px;
  line-height: 24px;
  border-radius: 5px;
}
.references:not(.alternate) .reference {
  background-color: #f0f0f0;
}
.references .reference h4 {
  margin-bottom: 10px;
}
.references .reference .label {
  position: absolute;
  top: 20px;
  left: 20px;
}
.references .reference .name {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: var(--primary-color);
  font-size: 17px;
  line-height: 24px;
}
.references .slider {
  float: left;
  width: 100%;
}
.references .slider .flickity-prev-next-button.next,
.references .slider .flickity-prev-next-button.previous {
  position: absolute;
}
.references .slider .flickity-prev-next-button.next {
  left: auto;
  right: 50%;
  margin-right: -650px;
}
.references .slider .flickity-prev-next-button.previous {
  right: auto;
  left: 50%;
  margin-left: -650px;
}
.references .slider .slide {
  float: left;
  width: calc(33.33333% - 40px);
  min-height: calc(100% - 40px);
  max-width: 386.66px;
  margin: 0 20px 40px;
  transition: opacity 0.2s;
}
.references .slider .slide:not(.is-selected) {
  opacity: 0.3;
}
.agenda {
  padding: 85px 0 100px;
}
.agenda .title {
  margin-bottom: 30px;
}
#filters {
  margin-top: 50px;
  margin-bottom: 50px;
  margin-bottom: 40px;
}
#filters button {
  float: left;
  display: block;
  width: calc(18% - 10px);
  width: calc(33.33333% - 10px);
  margin: 0 10px 10px 0;
  padding: 2px 15px;
  color: #59595c;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  transition: border 0.2s;
}
#filters button:hover {
  border-color: #707070;
  cursor: pointer;
}
#filters button.active {
  background: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
#filters select {
  float: left;
  width: calc(23% - 10px);
  width: calc(33.33333% - 10px);
  margin: 0 10px 10px 0;
  padding: 3px 15px;
  background: transparent
    ;
  border-color: #bcbcbc;
  padding: 3px 39px 3px 15px;
  text-align: center;
}
.month .title {
  margin-bottom: 20px;
}
.month .title h3 {
  font-size: 18px;
}
@keyframes outline-pulsate {
  0% {
    outline: 6px solid rgb(114, 212, 72, 0.5);
  }
  50% {
    outline: 6px solid rgb(114, 212, 72, 0);
  }
  100% {
    outline: 6px solid rgb(114, 212, 72, 0.5);
  }
}
.agenda .block.cta {
  position: sticky;
  top: 46px;
  margin-top: 46px;
  margin-bottom: 60px;
  background: #5b5b5b;
  padding: 30px 20px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.agenda .block.cta .pulse {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 12px;
  height: 12px;
  background: #72d448;
  outline: 6px solid rgb(114, 212, 72, 50);
  border-radius: 100px;
  animation: outline-pulsate 2s infinite;
}
.agenda .block.cta a.button {
  width: 100%;
  padding-right: 30px;
}
.agenda .block.cta a.button:hover {
  padding-right: 25px;
}
.agenda .block.cta a.button svg {
  float: right;
  margin-top: 7px;
}
.reviewslider {
  padding: 100px 0;
  background: #343434
   ;
}
.reviewslider .flickity-prev-next-button.previous {
  left: -110px;
}
.reviewslider .flickity-prev-next-button.next {
  right: -110px;
}
.reviewslider .frame {
  float: left;
  width: 100%;
  padding: 90px 80px 50px;
  padding: 50px 80px 50px;
  background: #fff ;
  border-radius: 5px;
}
.reviewslider .frame .slider {
  float: left;
  width: 100%;
}
.reviewslider .frame .slider .slide {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 50px;
}
.reviewslider .frame .slider .slide .label {
  position: absolute;
  top: 0;
  left: 0;
}
.reviewslider .frame .slider .slide h4 {
  margin-bottom: 15px;
}
.reviewslider .frame .slider .slide blockquote {
  margin-bottom: 15px;
  color: var(--primary-color);
  font-weight: 300;
  font-size: 24px;
  font-size: 20px;
  line-height: 34px;
  line-height: 28px;
}
.reviewslider .frame .rating {
  float: left;
  margin-top: 55px;
  color: #989898;
  font-size: 15px;
}
.reviewslider .frame .klanten-vertellen {
  float: right;
  margin-top: 59px;
}
.videos {
  padding: 100px 0;
}
.contenttabs + .videos {
  padding-top: 0;
}
#homebanner .container {
  max-width: 1280px;
}
#homebanner .row {
  min-height: 460px;
}
#homebanner .col {
  min-height: 0;
}
#homebanner .col:last-child {
  padding: 20px;
}
#usp.home {
  padding: 40px 0 0;
}
#usp.home .col h3 {
  margin-bottom: 0;
  font-size: 16px;
}
#usp.home .col img {
  float: left;
  height: 38px;
  margin: 2px 10px 0 0;
}
#types {
  padding: 90px 0 60px;
}
#types .col-6 {
  position: relative;
  margin: 0 20px 40px;
  padding-bottom: 48px;
  background: #fff;
  font-size: 16px;
  line-height: 22px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#types .col-6 .image {
  float: left;
  width: 100%;
  background: #ededed;
}
#types .col-6 .image img {
  float: left;
  width: 100%;
  height: auto;
}
#types .col-6 .content {
  float: left;
  width: 100%;
  padding: 30px 20px 20px;
}
#types .col-6 .content h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
#types .col-6 .content img.icon {
  float: left;
  margin-top: -50px;
}
#types .col-6 .content ul {
  margin-bottom: 20px;
  color: var(--primary-color);
}
#types .col-6 .content ul li {
  padding-left: 12px;
 ;
}
#types .col-6 .content a.button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 40px);
  padding: 8px 0;
  text-align: center;
}
#grid {
  padding: 0;
  background: #ededed;
}
#grid .col-12 {
  padding-top: 100px;
  padding-bottom: 100px;
}
#grid .col-12:first-child {
  background: #343434;
  color: #fff;
}
#grid .col-12:first-child h2 {
  margin-bottom: 20px;
  color: #fff;
}
#grid .col-12 ul {
  font-size: 21px;
  line-height: 28px;
}
#grid .col-12 ul li {
  margin-bottom: 20px;
  overflow: hidden;
}
#grid .col-12 ul li img {
  float: left;
  margin: 0 20px 20px 0;
}
#grid .col-12 ul li span {
  overflow: hidden;
}
#grid .title {
  margin-bottom: 25px;
}
#grid .calendar {
  margin-bottom: 0;
}
#grid a.button {
  width: 100%;
  text-align: center;
}
.subnav {
  padding: 6px 0;
  background: #343434;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
}
.subnav ul li {
  float: left;
  margin-right: 20px;
}
.subnav ul li a {
  display: block;
  padding: 1px 10px;
  color: #fff;
  border-radius: 5px;
}
.subnav ul li a:hover {
  background: rgba(255, 255, 255, 0.3);
  font-weight: 700;
}
.text-section:not(:last-child) {
  margin-bottom: 40px;
}
.text-section h2 {
  font-weight: 500;
}
.items .item {
  margin-bottom: 40px;
}
.items .item img {
  float: left;
  width: 60px;
  margin: 0 20px 20px 0;
}
.items .item div {
  float: left;
  width: calc(100% - 80px);
}
.items .item div h3 {
  font-weight: 600;
  font-size: 18px;
}
#wat_het_oplevert {
  margin-bottom: 0;
}
#wat_het_oplevert h2 {
  margin-bottom: 20px;
}
#signup {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 10px 20px;
  background: #fff;
  border-top: 1px solid #e2e2e2;
}
#signup a.button {
  width: 100%;
  text-align: center;
}
.post-thumbnail {
  float: left;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}
.post-thumbnail img {
  float: left;
  width: 100%;
}
.post-author {
  float: left;
  width: 100%;
  padding: 8px 0 0 40px;
  color: #666566;
  font-size: 14px;
}
.post-author .picture {
  float: left;
  width: 90px;
  height: 90px;
  margin: -54px 20px 0 0;
  background: #ededed;
  border-radius: 45px;
  overflow: hidden;
}
.post-content {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.post-content h2 {
  font-weight: 500;
  font-size: 27px;
}
.post-content h3 {
  color: var(--primary-color);
  font-weight: 500;
}
.instagram-media {
  margin: 0 auto !important;
}
#searchresults {
  float: left;
  width: 100%;
}
#searchresults .result {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8d8d8;
}
#searchresults .result h2 {
  font-size: 20px;
}
#searchresults .result h2 a {
  color: #232122;
}
#news {
  padding: 100px 0;
}
#news .post {
  margin-bottom: 40px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
#news .post .image {
  position: relative;
  float: left;
  width: 100%;
  background: #343434;
}
#news .post .image img {
  float: left;
  width: 100%;
  transition: opacity 0.2s;
}
#news .post .image img:hover {
  opacity: 0.8;
}
#news .post .image .label {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
#news .post .content {
  float: left;
  width: 100%;
  padding: 15px 20px 25px;
}
#news .post .content h3 {
  margin-bottom: 10px;
  font-size: 18px;
}
#news .post .content h3 a {
  color: #343434;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news .post .content h3 a:hover {
  color: var(--primary-color);
}
#news .post .content p {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
#news .post .content p:first-child {
  margin-bottom: 5px;
}
#news .post .content a svg {
  width: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
}
#news .post .content a:hover svg {
  width: auto;
  visibility: visible;
  opacity: 1;
}
#logos {
  padding: 100px 0;
}
#logos .category-title {
  margin-bottom: 40px;
}
#logos .logo {
  margin-bottom: 40px;
  padding: 10px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  overflow: hidden;
}
#logos .logo img {
  display: block;
  margin: 0 auto;
}
#faq {
  padding: 95px 0 75px;
}
#faq span.intro {
  color: var(--primary-color);
}
#usp {
  padding: 80px 0 40px;
  background: var(--primary-color);
  color: #fff;
  font-size: 15px;
  line-height: 22px;
}
#usp .col {
  padding-bottom: 40px;
}
#usp .col h3 {
  margin-bottom: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}
#usp .col img {
  width: auto;
  height: 38px;
  margin-bottom: 5px;
}
#footer {
  padding: 50px 0 30px;
  background: #343434;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
#footer .col {
  padding: 20px 0;
}
#footer .widgettitle {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
}
#footer .textwidget {
  float: left;
  width: 100%;
  margin-bottom: 29px;
}
#footer a {
  color: #d0d0d0;
}
#footer ul {
  font-size: 14px;
  line-height: 26px;
}
#footer ul li a {
  color: #fff;
}
#footer ul li a:hover {
  color: var(--hover-color);
}
#footer img {
  margin-right: 5px;
}
#footer ::placeholder {
  color: #fff;
  opacity: 1;
}
#footer :-ms-input-placeholder {
  color: #fff;
}
#footer ::-ms-input-placeholder {
  color: #fff;
}
#footer form {
  float: left;
  width: 100%;
  margin: 0 0 60px;
}
#footer input {
  float: left;
}
#footer input[type="email"] {
  width: 100%;
  background: #343434;
  color: #fff;
  border-color: #989898;
}
#footer input[type="submit"] {
  width: 100%;
}
#footer .share ul {
  margin: 0 !important;
}
#footer .share ul li a {
  background: #ededed;
  color: #343434;
}
#footer .share ul li a:hover {
  background: #fff;
}
#socket {
  padding: 18px 0;
  background: #2b2b2b;
  color: #c4c4c4;
  font-size: 14px;
}
#socket ul li {
  display: inline-block;
}
#socket ul li:not(:last-child) {
  margin-right: 40px;
}
#socket ul li:not(:first-child):before {
  float: left;
  margin-left: -25px;
  display: block;
  color: var(--hover-color);
  content: "•";
}
#socket ul li a {
  color: #fff;
}
#socket ul li a:hover {
  color: var(--hover-color);
}
img.alignright {
  float: right;
  margin: 0 0 20px 0;
}
img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 0;
}
a img.alignleft {
  float: left;
  margin: 0 20px 0 0;
}
a img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.spotlight-instagram-feed {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  #spacer {
    width: 100%;
    height: 130px;
    height: 90px;
  }
  #top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
  }
  #top .row {
    text-align: center;
  }
  #top ul li {
    margin-left: 10px;
  }
  #header {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 1;
    top: 0;
    z-index: 2;
  }
  #header .header-toggle-search {
    position: absolute;
    top: 0;
    right: 20px;
    float: none;
  }
  #nav {
    display: none;
    position: fixed;
    float: none;
    top: 130px;
    left: 0;
    width: 100%;
    height: auto;
    height: calc(100vh - 130px);
    padding: 0;
    background: #fff;
    font-size: 20px;
    line-height: 24px;
    z-index: 3;
    overflow-y: scroll;
    top: 90px;
    height: calc(100vh - 90px);
  }
  #nav ul {
    list-style: none;
    text-align: left;
  }
  #nav ul li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  #nav ul:not(.small) li.menu-item-has-children:before {
    position: absolute;
    top: 17px;
    right: 35px;
    width: 8px;
    height: 14px;

    transition: transform 0.2s;
    content: " ";
  }
  #nav ul:not(.small) li.menu-item-has-children.open:before {
    transform: rotate(90deg);
  }
  #nav ul li a {
    display: block;
    width: 100%;
    margin: 0;
    padding: 11px 35px;
    color: #414141;
    border-bottom: 1px solid #eaeaea;
  }
  #nav ul li a:hover {
    color: #414141;
  }
  #nav ul li ul,
  #nav ul.small {
    background: #f5f5f5;
    font-weight: 500;
    font-size: 18px;
  }
  #nav ul li.button a {
    float: left;
    width: auto;
    margin: 15px 35px;
    padding: 6px 17px;
    background: var(--primary-color);
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    text-decoration: none;
    border-radius: 18px;
  }
  #nav ul.small li {
    font-size: 16px;
  }
  #nav ul.small li a {
    padding: 8px 35px;
  }
  #nav ul li ul li ul {
    background: #f5f5f5;
  }
  #nav ul li ul li ul li a {
    padding: 11px 50px;
    color: var(--primary-color);
  }
  #mega-menu {
    display: none !important;
  }
  #themes-menu {
    display: none !important;
  }
  #header .header-search {
    border-radius: 0;
  }
  #header .header-toggle-search {
    margin: 27px 50px 27px 0;
  }
  #header .header-search {
    right: 0;
    top: 90px;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: none;
  }
  #header .header-search:before {
    display: none;
  }
  #header .header-search form {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .row.mobile-reverse {
    flex-direction: column-reverse;
  }
  .banner {
    font-size: 18px;
    line-height: 30px;
  }
  .banner .col:last-child {
    padding: 45px 20px 20px;
  }
  #homebanner p,
  #homebanner ul {
    display: none;
  }
  #homebanner .row {
    min-height: 230px;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  #main {
    padding-bottom: 60px;
  }
  #main a.button {
    width: 100%;
    margin-right: 0;
  }
  #main a.button:not(:last-child) {
    margin-bottom: 20px;
  }
  #grid .col-12 {
    max-width: 100%;
    margin: 0;
    padding: 50px 20px;
    flex: 0 0 100%;
  }
  #filters {
    margin-bottom: 40px;
  }
  #filters button,
  #filters select {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  #filters a:nth-child(odd) button,
  #filters select:nth-child(odd) {
    margin: 0 5px 10px 0;
  }
  #filters a:nth-child(even) button,
  #filters select:nth-child(even) {
    margin: 0 0 10px 5px;
  }
  .contenttabs .tabs-nav {
    border-radius: 10px 10px 0 0;
  }
  .contenttabs .tabs-content {
    border-radius: 0 0 10px 10px;
  }
  .references .slider .slide,
  .contentslider .slider .slide {
    width: calc(50% - 40px);
  }
  .logoslider .slider .slide,
  .logoslider .slider.clients .slide {
    width: 33.33333%;
  }
  #signup {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #top {
    font-size: 13px;
  }
  .post-author {
    margin-bottom: 30px;
    padding: 7px 0 0 20px;
  }
  .logoslider .slider .slide,
  .logoslider .slider.clients .slide {
    width: 50%;
  }
}
@media screen and (max-width: 567px) {
  .references .slider .flickity-prev-next-button.next,
  .references .slider .flickity-prev-next-button.previous,
  .contentslider .slider .flickity-prev-next-button.next,
  .contentslider .slider .flickity-prev-next-button.previous {
    width: 34px !important;
    height: 34px !important;
  }
  .references .slider .slide,
  .contentslider .slider .slide {
    width: calc(100% - 40px);
  }
  .contenttabs .tabs-content {
    padding: 20px;
  }
  #logos .logo {
    -ms-flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter)) !important;
    flex: 0 0 calc((100% / (12 / 6)) - var(--grid-gutter)) !important;
    max-width: calc((100% / (12 / 6)) - var(--grid-gutter)) !important;
  }
}
@media screen and (min-width: 960px) {
  .banner .row {
    min-height: 350px;
  }
  .banner .col:first-child {
    min-height: 350px;
  }
  #main {
    padding-right: 40px;
  }
  #main.sidebar-left {
    padding-right: 0;
    padding-left: 40px;
  }
  ul.iconlist li {
    width: 50%;
  }
  #grid {
    background: #ededed
      ;
  }
}
@media screen and (min-width: 1236px) {
  #header {
    font-size: 16px;
  }
  #nav li {
    margin-left: 15px;
  }
  #nav li:first-child {
    margin-left: 0;
  }
  #main {
    padding-right: 80px;
  }
  #main.sidebar-left {
    padding-right: 0;
    padding-left: 80px;
  }
  #footer {
    background: #343434
     ;
  }
}
@media screen and (min-width: 1280px) {
  #nav {
    float: right;
    display: block !important;
    text-align: right;
  }
  #nav li {
    position: relative;
    display: inline-block;
    margin-left: 10px;
  }
  #nav li.has-mega,
  #nav li.has-themes {
    padding-right: 15px;
    padding-left: 0;

  }
  #nav li a {
    color: #575757;
  }
  #nav li a:hover {
    color: var(--primary-color);
  }
  #nav li.button {
    font-weight: 400;
  }
  #nav li.button a {
    height: 36px;
    padding: 9px 17px 9px 12px;
    background: var(--primary-color);
    color: #fff;
    font-size: 15px;
    border-radius: 18px;
  }
  #nav li.button a:hover {
    background: #666566;
  }
  #nav li.button a svg {
    color: #fff;
  }
  #nav li ul {
    display: none;
    position: absolute;
    top: 90px;
    left: -40px;
    width: 360px;
    padding: 25px 0;
    background: #fff;
    font-weight: 400;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    box-shadow: 0 2px 15px #00000029;
    z-index: 2;
  }
  #nav li:hover ul {
    display: block;
  }
  #nav li.has-themes ul {
    display: none;
  }
  #nav li ul li {
    width: 100%;
    margin: 0;
    padding: 0 60px 0 40px;
  }
  #nav li ul li ul {
    display: none !important;
  }
  #nav-icon {
    display: none;
  }
  #mega-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 40px 20px 60px;
    background: #fff;
     
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    transition: all 0.1s;
    box-shadow: 0 10px 15px #00000029;
    z-index: 2;
  }
  #mega-menu::after {
    content: "";
    clear: both;
    display: table;
  }
  #mega-menu > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
  #mega-menu > ul > li {
    float: left;
    width: 33.33333%;
    font-weight: 400;
    font-size: 17px;
  }
  #mega-menu ul li .widgettitle {
    margin-bottom: 10px;
    color: #343434;
    color: #343434;
    font-weight: 600;
    font-size: 18px;
  }
  #mega-menu ul li ul li {
    margin-bottom: 10px;
  }
  #mega-menu ul li ul li a {
    color: #343434;
    text-decoration: none;
  }
  #mega-menu ul li ul li a:hover {
    color: var(--primary-color);
  }
  #mega-menu > ul > li:nth-child(1) {
    padding-right: 40px;
    color: var(--primary-color);
  }
  #mega-menu > ul > li:nth-child(1) a.button {
    width: 100%;
    padding: 2px 25px;
    text-align: center;
  }
  #mega-menu > ul > li:nth-child(1) .calendar {
    margin-bottom: 0;
    background: #ededed;
  }
  #mega-menu > ul > li:nth-child(1) .calendar .course {
    background: #fff;
  }
  #mega-menu > ul > li:nth-child(1) .calendar .course span.read-more {
    min-width: 34px;
    margin-top: 10px;
    padding: 8px;
  }
  #mega-menu > ul > li:nth-child(1) .calendar .course span.read-more svg {
    display: inline-block;
    width: auto;
    visibility: visible;
    opacity: 1;
  }
  #mega-menu > ul > li:nth-child(2) {
    padding-left: 40px;
    color: var(--primary-color);
  }
  #mega-menu > ul > li:nth-child(2) .widgettitle {
    color: var(--primary-color);
  }
  #mega-menu > ul > li:nth-child(2) a {
    color: var(--primary-color);
  }
  #mega-menu > ul > li:nth-child(2) a:hover {
    color: #343434;
  }
  #mega-menu > ul > li:nth-child(3) {
    padding-left: 40px;
  }
  #themes-menu {
    display: none;
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 40px 20px 10px;
    background: #fff;
    font-size: 17px;
    line-height: 30px;
    text-align: left;
    transition: all 0.1s;
    box-shadow: 0 10px 15px #00000029;
    z-index: 2;
  }
  #themes-menu::after {
    content: "";
    clear: both;
    display: table;
  }
  #themes-menu > ul {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
  #themes-menu > ul > li {
    float: left;
    width: 33.33333%;
    margin-bottom: 40px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
  }
  #themes-menu > ul > li a {
    color: #343434;
  }
  #themes-menu > ul > li a .logo {
    float: left;
    width: 55px;
  }
  #themes-menu > ul > li a .text {
    float: left;
    width: calc(100% - 55px);
  }
  #themes-menu > ul > li a .text img {
    width: 40px;
    height: 40px;
  }
  #themes-menu > ul > li a .text .widgettitle {
    font-weight: 600;
    font-size: 17px;
    transition: color 0.2s;
  }
  #themes-menu > ul > li a:hover .text .widgettitle {
    color: var(--primary-color);
  }
}
@media screen and (min-width: 1480px) {
  .logoslider .flickity-prev-next-button.previous {
    left: -110px;
  }
  .logoslider .flickity-prev-next-button.next {
    right: -110px;
  }
}
@media screen and (max-width: 1310px), screen and (min-width: 1666px) {
  .references .slider .flickity-prev-next-button.next,
  .contentslider .slider .flickity-prev-next-button.next {
    right: 10px;
    margin-right: 0;
  }
  .references .slider .flickity-prev-next-button.previous,
  .contentslider .slider .flickity-prev-next-button.previous {
    left: 10px;
    margin-left: 0;
  }
}
