/* -----------------------------------------
   Home page slider
----------------------------------------- */
#home-slider .slick-slide {
  position: relative;
  height: 500px;
  /*define the height of slide*/
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
#home-slider .slider-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 500px;
  padding: 5px 10px;
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#home-slider .slider-caption p, #home-slider .slider-caption h3 {
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.custom-slider-one {
  padding: 50px 0;
}
.custom-slider-one h2.line {
  line-height: 58px;
  margin-bottom: 69px;
}
.custom-slider-one h2.line:before {
  left: 5px;
  margin-bottom: 40px;
}
.custom-slider-one p, .custom-slider-one a {
  line-height: 36px;
  max-width: 563px;
}
.custom-slider-one-navi {
  padding-left: 47px;
  padding-bottom: 11%;
}
.custom-slider-one-text.active {
  position: absolute;
  top: 40px;
  left: 0;
}
.custom-slider-one-subtitle {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3.09px;
  margin-bottom: 50px;
  line-height: 26px;
}
.custom-slider-one-count {
  opacity: 0.3;
  color: #7dabde;
  font-family: "Roboto", sans-serif;
  font-size: 321px;
  font-weight: 700;
  letter-spacing: 7.69px;
  line-height: 235px;
  position: absolute;
  top: -20px;
  left: 24px;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-slider-one-count.active {
  left: -110%;
  opacity: 0;
}
.custom-slider-one-image {
  display: inline-block;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-slider-one-image img {
  max-width: 650px;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-slider-one-image img.active {
  margin-left: -120%;
  opacity: 0;
}
.custom-slider-one-image:after {
  content: '';
  width: 80%;
  height: 80%;
  background-color: #edece9;
  border-radius: 9px;
  position: absolute;
  bottom: -70px;
  left: -70px;
  z-index: -1;
}
.custom-slider-one-image-container {
  padding: 10% 6% 0 10%;
}
.custom-slider-one-image.active {
  margin-left: -110%;
  opacity: 0;
}
.custom-slider-prev, .custom-slider-next {
  display: inline-block;
  width: 32px;
  height: 17px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.custom-slider-prev {
  background-image: url("../images/custom-prev.png");
}
.custom-slider-prev:hover {
  background-position: 40% 50%;
}
.custom-slider-next {
  background-image: url("../images/custom-next.png");
}
.custom-slider-next:hover {
  background-position: 60% 50%;
}
.custom-slider .slick-prev, .custom-slider .slick-next {
  display: none !important;
}

.custom-slider-numbers,
.values-blocks-numbers {
  list-style-type: none;
  position: absolute;
  top: 83px;
  right: 4%;
  z-index: 1;
}
.custom-slider-numbers li,
.values-blocks-numbers li {
  padding: 15px 0;
  position: relative;
  text-align: right;
}
.custom-slider-numbers li span, .custom-slider-numbers li a,
.values-blocks-numbers li span,
.values-blocks-numbers li a {
  color: #54534c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.34px;
}
.custom-slider-numbers li span,
.values-blocks-numbers li span {
  opacity: 0;
  margin-right: 15px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-slider-numbers li a.current,
.values-blocks-numbers li a.current {
  color: #7dabde;
}
.custom-slider-numbers li:hover span,
.values-blocks-numbers li:hover span {
  opacity: 1;
  color: #7dabde;
}
.custom-slider-numbers li:hover a,
.values-blocks-numbers li:hover a {
  color: #7dabde;
}

.custom-slider ul.slick-dots li {
  padding: 15px 0;
  position: relative;
  display: block;
}
.custom-slider ul.slick-dots li button {
  color: #54534c;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.34px;
  font-family: "Roboto", sans-serif;
  opacity: 1;
  margin: 0;
  line-height: 1.6;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-slider ul.slick-dots li button:before {
  display: none;
}
.custom-slider ul.slick-dots li.slick-active button, .custom-slider ul.slick-dots li:hover button {
  color: #7dabde;
}

@media only screen and (max-width: 640px) {
  #home-slider .slick-slide {
    height: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  #home-slider .slick-slide {
    height: 400px;
    /*define the height of slide*/
  }

  .custom-slider-one {
    padding: 0;
  }
  .custom-slider-one h2.line {
    line-height: 44px;
    margin-bottom: 10px;
  }
  .custom-slider-one h2.line:before {
    left: 5px;
    margin-bottom: 20px;
  }
  .custom-slider-one p, .custom-slider-one a {
    line-height: 27px;
    max-width: 100%;
  }
  .custom-slider-one-navi {
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .custom-slider-one-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .custom-slider-one-count {
    font-size: 180px;
    top: -40px;
    left: 0;
  }
  .custom-slider-one-image {
    display: block;
    margin-bottom: 50px;
  }
  .custom-slider-one-image img {
    max-width: 100%;
  }
  .custom-slider-one-image:after {
    width: 90%;
    bottom: -45px;
    left: 5px;
  }

  .custom-slider-numbers {
    position: relative;
    top: 0;
    right: 0;
    text-align: center;
    margin: 0;
  }
  .custom-slider-numbers li {
    padding: 15px 10px;
    display: inline-block;
  }
  .custom-slider-numbers li a {
    color: #54534c;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.34px;
  }
  .custom-slider-numbers li a.current {
    color: #7dabde;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .custom-slider-one-image {
    margin-bottom: 90px;
  }
}
/* Foundation tweaks */
.row {
  max-width: 1600px;
}
.row-full {
  max-width: 100%;
}
.row-small {
  max-width: 1110px;
}
.row-hero {
  max-width: 1565px;
}
.row-two {
  max-width: 1570px;
}
.row-bottom {
  max-width: 1420px;
}
.row-experts {
  max-width: 1300px;
}

/* -----------------------------------------
WordPress Core Classes
----------------------------------------- */
.alignnone {
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 100%;
  /* Image does not overflow the content area */
  padding: 5px 5px 10px;
  text-align: center;
}
.wp-caption img {
  width: auto;
  margin-bottom: 10px;
}
.wp-caption p {
  margin-bottom: 0;
  font-size: 14px;
}

.gallery-caption {
  font-size: 12px;
}

#wpadminbar {
  opacity: 0.3;
  transition: 0.2s opacity linear;
  -webkit-transform: translateZ(0);
}
#wpadminbar:hover, #wpadminbar:focus {
  opacity: 1;
}

/* -----------------------------------------
    Contact Form
    ----------------------------------------- */
/*basic Gravity Form styles and fixes, if you dont need/use this comment or delete styles below*/
.gform_wrapper ul {
  list-style: none;
}

.gform_fields {
  margin: 0;
}

.gfield {
  list-style: none;
  margin-bottom: 9px;
}
.gfield.table-view {
  margin-bottom: 20px;
}

.gfield_label {
  display: none;
}

.ginput_container ul {
  margin-left: 0;
}

.gfield_error input, .gfield_error textarea, .gfield_error select, .gfield_error iframe, .gfield_error .select {
  outline: 1px solid red;
}

.gfield_description {
  margin-top: 10px;
}

.gform_confirmation_message {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 27px;
  color: #ffffff;
}

.gform_footer {
  text-align: left;
  /*aligning of submit button*/
  padding-left: 15px;
  position: relative;
  display: inline-block;
}
.gform_footer:before {
  content: '';
  width: 37px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  bottom: 50px;
  left: 67px;
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gform_footer:hover:before {
  left: 82px;
}

.gform_ajax_spinner {
  display: none !important;
}

.validation_error {
  margin-bottom: 15px;
  padding: 5px 15px;
  color: #990000;
  border: none;
}

.validation_message {
  display: none;
  margin-bottom: 10px;
  color: #990000;
}

.linked-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  display: table-cell;
  vertical-align: middle;
}

.fa {
  font-size: 40px;
  margin: 30px 20px 30px;
}

.file-selected {
  position: relative;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  padding-left: 40px;
  padding-top: 24px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  position: relative;
}
.custom-file-upload label {
  display: inline-block;
  margin-bottom: 0;
  background-color: #435361;
  width: 100px;
  height: 100px;
  font-size: 0;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  float: left;
  background-image: url("../images/download-button.png");
  background-repeat: no-repeat;
  background-position: 50%;
}
.custom-file-upload label:hover, .custom-file-upload label:focus {
  background-color: #6ea9dc;
}
.custom-file-upload.gfield_error label {
  border: 3px solid red;
}

.file-selected {
  font-size: 12px;
  color: #6ea9dc;
  padding-left: 37px;
  padding-top: 32px;
}

#overlay {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  float: left;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

#gform-notification-custom {
  background: #8fbae3;
  display: block;
  max-height: 372px;
  max-width: 616px;
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 122px 131px 150px 131px;
  width: 100%;
  z-index: 1006;
}
#gform-notification-custom p {
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 27px;
}

#gform-notification-custom .button {
  margin: 20px 0 0;
  padding: 12px 24px;
}

.ginput_recaptcha {
  margin-bottom: 15px;
}

.ui-datepicker {
  width: 216px;
  height: auto;
  margin: 5px auto 0;
  font-size: 11px;
  z-index: 9999 !important;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.ui-datepicker a {
  text-decoration: none;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker thead {
  background: #f7f7f7;
  border-bottom: 1px solid #bbb;
}
.ui-datepicker thead th {
  padding: 3px;
  text-align: center;
  border: 1px solid #ddd;
}
.ui-datepicker tbody {
  border: none;
}
.ui-datepicker tbody td {
  padding: 0;
  border: 1px solid #bbb;
}
.ui-datepicker tbody th {
  text-transform: uppercase;
  text-align: center;
  font-size: 6pt;
  padding: 5px 0;
  color: #666;
}
.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: #666;
}

.ui-datepicker-header {
  background-color: #666;
  /* set the header background color */
  color: #fff;
  font-weight: 700;
  border: none;
}
.ui-datepicker-header:after {
  content: '';
  clear: both;
  display: table;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: 50%;
  float: left;
  padding: 5px 20px 5px 5px;
  height: auto;
  font-size: 14px;
  margin-bottom: 5px;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  font-size: 12px;
  color: #fff;
  padding: 5px;
  line-height: 1.4;
  width: 50%;
  float: left;
}

.ui-datepicker-next {
  text-align: right;
}

.ui-datepicker-calendar {
  margin: 0 0 0 0 !important;
}
.ui-datepicker-calendar .ui-state-default {
  background: #ededed;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #fff;
}
.ui-datepicker-calendar .ui-state-active {
  background: #fff2aa;
  /* set the active date background color */
  border: 1px solid #c19163;
  /* set the active date border color */
  position: relative;
  margin: -1px;
  height: 32px;
  width: 32px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #f4f4f4;
  color: #b4b3b3;
}
.ui-datepicker-unselectable.ui-state-disabled {
  background-color: #d7d7d7;
}

/* -----------------------------------------
   General fixes
   ----------------------------------------- */
html, body {
  height: auto;
  overflow-x: hidden;
}

html {
  min-height: 100%;
  position: relative;
}
html.open {
  overflow: hidden;
}
html.open .nav-block {
  width: 100%;
  visibility: visible;
  transition-delay: 0s;
}

body {
  position: static;
  font-feature-settings: "liga" 0;
}

/* Placeholder styling */
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #555;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #555;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #555;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #555;
}

/* Input Styling */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select,
.select-styled {
  height: 103px;
  background-color: rgba(142, 186, 229, 0.3);
  padding: 44px 55px 36px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  border: none;
  box-shadow: none;
}
[type=color]:-moz-placeholder,
[type=date]:-moz-placeholder,
[type=datetime-local]:-moz-placeholder,
[type=datetime]:-moz-placeholder,
[type=email]:-moz-placeholder,
[type=month]:-moz-placeholder,
[type=number]:-moz-placeholder,
[type=password]:-moz-placeholder,
[type=search]:-moz-placeholder,
[type=tel]:-moz-placeholder,
[type=text]:-moz-placeholder,
[type=time]:-moz-placeholder,
[type=url]:-moz-placeholder,
[type=week]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder,
.select-styled:-moz-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  opacity: 1;
}
[type=color]::-moz-placeholder,
[type=date]::-moz-placeholder,
[type=datetime-local]::-moz-placeholder,
[type=datetime]::-moz-placeholder,
[type=email]::-moz-placeholder,
[type=month]::-moz-placeholder,
[type=number]::-moz-placeholder,
[type=password]::-moz-placeholder,
[type=search]::-moz-placeholder,
[type=tel]::-moz-placeholder,
[type=text]::-moz-placeholder,
[type=time]::-moz-placeholder,
[type=url]::-moz-placeholder,
[type=week]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder,
.select-styled::-moz-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  opacity: 1;
}
[type=color]:-ms-input-placeholder,
[type=date]:-ms-input-placeholder,
[type=datetime-local]:-ms-input-placeholder,
[type=datetime]:-ms-input-placeholder,
[type=email]:-ms-input-placeholder,
[type=month]:-ms-input-placeholder,
[type=number]:-ms-input-placeholder,
[type=password]:-ms-input-placeholder,
[type=search]:-ms-input-placeholder,
[type=tel]:-ms-input-placeholder,
[type=text]:-ms-input-placeholder,
[type=time]:-ms-input-placeholder,
[type=url]:-ms-input-placeholder,
[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
.select-styled:-ms-input-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  opacity: 1;
}
[type=color]::-webkit-input-placeholder,
[type=date]::-webkit-input-placeholder,
[type=datetime-local]::-webkit-input-placeholder,
[type=datetime]::-webkit-input-placeholder,
[type=email]::-webkit-input-placeholder,
[type=month]::-webkit-input-placeholder,
[type=number]::-webkit-input-placeholder,
[type=password]::-webkit-input-placeholder,
[type=search]::-webkit-input-placeholder,
[type=tel]::-webkit-input-placeholder,
[type=text]::-webkit-input-placeholder,
[type=time]::-webkit-input-placeholder,
[type=url]::-webkit-input-placeholder,
[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
.select-styled::-webkit-input-placeholder {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  opacity: 1;
}
[type=color]:hover, [type=color]:focus,
[type=date]:hover,
[type=date]:focus,
[type=datetime-local]:hover,
[type=datetime-local]:focus,
[type=datetime]:hover,
[type=datetime]:focus,
[type=email]:hover,
[type=email]:focus,
[type=month]:hover,
[type=month]:focus,
[type=number]:hover,
[type=number]:focus,
[type=password]:hover,
[type=password]:focus,
[type=search]:hover,
[type=search]:focus,
[type=tel]:hover,
[type=tel]:focus,
[type=text]:hover,
[type=text]:focus,
[type=time]:hover,
[type=time]:focus,
[type=url]:hover,
[type=url]:focus,
[type=week]:hover,
[type=week]:focus,
textarea:hover,
textarea:focus,
select:hover,
select:focus,
.select-styled:hover,
.select-styled:focus {
  background-color: rgba(142, 186, 229, 0.3);
  color: #ffffff;
  border: none;
  box-shadow: none;
}

select {
  background-image: url("../images/select-arrow.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  cursor: pointer;
}
select:focus {
  background-color: #232729;
}
select option {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  padding: 10px 50px;
}

.select-styled {
  background-image: url("../images/select-arrow.png");
  background-position: 92% 50%;
  background-repeat: no-repeat;
  margin: 0 0 1rem;
  cursor: pointer;
}
.select-styled.active {
  background-color: transparent;
  background-position: 92% 82%;
  padding-bottom: 4px;
  height: auto;
}

.select-hidden {
  display: none;
  visibility: hidden;
}

.select-options {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}
.select-options li {
  margin: 0;
  padding: 6px 55px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  font-family: "Roboto", sans-serif;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.select-options li:hover {
  color: #6ea9dc;
}
.select-options li[rel="hide"] {
  display: none;
}

textarea[rows] {
  /*Styles for TextArea*/
  height: 295px;
  max-width: 100%;
  resize: none;
}

[type=number] {
  -moz-appearance: textfield;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=checkbox],
[type=file],
[type=radio] {
  margin-bottom: 0;
}

button, .button, input[type='submit'], input[type='reset'] {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  background-color: #8ebae5;
  padding: 45px 55px 45px 111px;
  margin: 43px 0 0;
  border: none;
}
button:hover, button:focus, .button:hover, .button:focus, input[type='submit']:hover, input[type='submit']:focus, input[type='reset']:hover, input[type='reset']:focus {
  background-color: #8ebae5;
}

/* Button additional styles */
.button {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button:hover, .button:focus {
  /*basic hover and focus effects*/
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  color: #000;
  z-index: 100000000;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 0.4s ease, visibility 0.4s ease;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
.preloader__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader__icon:before {
  display: block;
  content: '\f1ce';
  font-size: 100px;
  font-family: FontAwesome;
  -moz-animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
  animation: spin 1s ease-in-out infinite;
}
.preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

/* -----------------------------------------
   Typography
   ----------------------------------------- */
body {
  color: #54534c;
  font-family: "Roboto", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: inherit;
  color: inherit;
}

h1 {
  font-size: 65px;
}

h2 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 3.09px;
  position: relative;
}
h2.line:before {
  content: '';
  width: 69px;
  height: 7px;
  display: inline-block;
  background-color: #6ea9dc;
  position: absolute;
  top: -23px;
  left: 21px;
}

h3 {
  /*basic heading styles*/
}

h4 {
  font-size: 30px;
  font-weight: 400;
  line-height: 54px;
  letter-spacing: 2.91px;
}

h5 {
  /*basic heading styles*/
}

h6 {
  /*basic heading styles*/
}

p {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.7px;
}
p:empty {
  display: none;
}
p b {
  font-weight: 900;
}

ul {
  /*basic list styles*/
}
ul li {
  /*basic list-item styles*/
}

a {
  color: #6ea9dc;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  /*basic hover and focus effects*/
  color: #2c77b8;
}

/* ------------------------------------
    Basic Styles
    ------------------------------------- */
/* Clearfix */
.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
  height: 0;
  overflow: hidden;
}
.clearfix:after {
  clear: both;
}

/* Align Middle */
.align-middle {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Pagination */
ul.pagination {
  margin: 1rem 0;
}
ul.pagination .pagination {
  margin: 0;
}
ul.pagination .pagination.current {
  color: #fff;
  background: #6ea9dc;
  display: block;
}

/* Search form */
#searchform {
  position: relative;
}

#s {
  padding-right: 75px;
}

#searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  padding: .5rem;
  cursor: pointer;
}
#searchsubmit:after {
  font-family: FontAwesome;
  font-size: 20px;
}

#home-slider .slick-slide, .bgcover {
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.rel {
  position: relative;
}

.custom-link {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  color: #42423b;
  padding-left: 91px;
  margin-bottom: 0;
  display: inline-block;
}
.custom-link:before {
  content: '';
  width: 48px;
  height: 1px;
  background-color: #42423b;
  position: absolute;
  left: 18px;
  bottom: 8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-link:hover {
  color: #42423b;
}
.custom-link:hover:before {
  left: 25px;
}

.table-view {
  display: table;
}

.table-item {
  display: table-cell;
  vertical-align: middle;
}
.table-item-bottom {
  display: table-cell;
  vertical-align: bottom;
}

.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6, .white-text li, .white-text a, .white-text p, .white-text span, .white-text pre {
  color: #ffffff;
}

.inline-display {
  display: inline-block;
}

.back-button, .single-vacatures .form-button, .vacatures .form-button {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  color: #42423b;
  background-color: rgba(234, 227, 221, 0.33);
  padding: 43px 48px 42px 38px;
  position: relative;
  margin: 10px 0;
}
.back-button:before, .single-vacatures .form-button:before, .vacatures .form-button:before {
  content: url("../images/prev.png");
  margin-right: 37px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.back-button:hover, .single-vacatures .form-button:hover, .vacatures .form-button:hover, .back-button:focus, .single-vacatures .form-button:focus, .vacatures .form-button:focus {
  color: #42423b;
}
.back-button:hover:before, .single-vacatures .form-button:hover:before, .vacatures .form-button:hover:before, .back-button:focus:before, .single-vacatures .form-button:focus:before, .vacatures .form-button:focus:before {
  margin-right: 30px;
  margin-left: 7px;
}

.fadeInBlock {
  opacity: 0;
  -moz-transform: translate(0, -50px);
  -ms-transform: translate(0, -50px);
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  transition: all .8s ease-in-out;
}
.fadeInBlock.bottom {
  -moz-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  -webkit-transform: translate(0, 50px);
  transform: translate(0, 50px);
}
.fadeInBlock.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.fadeInBlock.one.active {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.pull-up {
  opacity: 0;
  transition: all .8s ease-in-out;
}
.pull-up.left {
  -moz-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  -webkit-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}
.pull-up.right {
  -moz-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  -webkit-transform: translate(100px, 0);
  transform: translate(100px, 0);
}
.pull-up.active {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}

.left-padding {
  padding-left: 27%;
}

.IN-widget {
  margin: 15px 0;
}

.show-for-medium-down {
  display: none;
}

.cookie-popup {
  display: none;
  position: fixed;
  z-index: 101;
  top: 8%;
  right: 14%;
  background-color: #c6ddf2;
  padding: 37px 62px 44px;
}
.cookie-popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 1.36px;
  margin-bottom: 35px;
}
.cookie-popup .custom-link {
  padding-left: 60px;
  letter-spacing: 2.79px;
}
.cookie-popup .custom-link:before {
  width: 38px;
  left: 0;
}
.cookie-popup .custom-link:hover:before {
  left: 10px;
}

.lang-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  background-color: rgba(255, 255, 255, 0.82);
}

.lang-popup {
  display: none;
  background-color: #202325;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 953px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 80px 118px 12px;
  z-index: 100;
}
.lang-popup h4 {
  font-weight: 300;
  font-style: italic;
  line-height: 55px;
  letter-spacing: 6.75px;
  margin-bottom: 42px;
  color: #ffffff;
}
.lang-popup ul {
  list-style-type: none;
  margin: 0;
}
.lang-popup ul li {
  display: block;
  margin-bottom: 70px;
}
.lang-popup ul li a,
.lang-popup ul li span {
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 4px;
  min-width: 300px;
  display: inline-block;
}
.lang-popup ul li ul {
  list-style-type: none;
  display: inline-block;
}
.lang-popup ul li ul li {
  display: inline-block;
  padding: 0 22px;
  margin: 0;
}
.lang-popup ul li ul li a {
  color: #7e8080;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  min-width: auto;
}
.lang-popup ul li.current ul li.current a {
  color: #ffffff;
}

.movable-first {
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
.movable-first.active {
  margin-left: -70%;
  opacity: 0;
}

/* ------------------------------------
    Header Styles
    ------------------------------------- */
.header {
  padding: 52px 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-transform: translate3d(0, 0, 0);
  background: #ffffff;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  z-index: 10;
}
.header .open-login {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5.2px;
  color: #8ebae5;
  margin-right: 50px;
}
.header .open-login:hover {
  color: #42423b;
}
.header .open-menu {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9.9px;
  color: #42423b;
  padding-bottom: 16px;
}
.header .open-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88%;
  height: 5px;
  background-color: #42423b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .open-menu:hover {
  color: #6ea9dc;
}
.header .open-menu:hover:after {
  background-color: #6ea9dc;
}
.header.values {
  background: #212526;
}
.header.values .open-menu {
  color: #ffffff;
}
.header.values .open-menu:after {
  background-color: #ffffff;
}
.header.values .open-menu:hover {
  color: #6ea9dc;
}
.header.values .open-menu:hover:after {
  background-color: #6ea9dc;
}
.header.values .open-login:hover {
  color: #ffffff;
}
.header.sticky {
  -webkit-transform: translate3d(0, 0, 0);
  padding: 20px 15px 30px;
  background: #ffffff;
}
.header.sticky.values {
  background: #212526;
}

.logo img {
  max-height: 150px;
  max-width: 240px;
}

/* ------------------------------------
    Nav Block
    ------------------------------------- */
@keyframes mymove {
  from {
    padding-left: 0;
  }
  to {
    padding-left: 20px;
  }
}
.nav-block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  z-index: 901;
  overflow: hidden;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.nav-block-left, .nav-block-right {
  height: 100vh;
}
.nav-block-left {
  background-color: #272a2c;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 6.2rem;
  width: 76.5%;
  floaT: left;
  overflow-y: auto;
}
.nav-block-right {
  background-color: #141718;
  padding-top: 3.1rem;
  width: 23.5%;
  overflow-y: auto;
}
.nav-block-right .close-menu {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9.29px;
  color: #ffffff;
  padding-bottom: 16px;
  display: inline-block;
}
.nav-block-right .close-menu:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 88%;
  height: 5px;
  background-color: #ffffff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-block-right .close-menu:hover {
  color: #6ea9dc;
}
.nav-block-right .close-menu:hover:after {
  background-color: #6ea9dc;
}
.nav-block-right .fa {
  margin: 32px 20px;
  font-size: 20px;
}
.nav-block-lang {
  padding: 10px 15px;
  height: auto;
  width: 80px;
  background-color: #141718;
  margin: 140px 0 0;
  font-size: 16px;
  cursor: pointer;
  background-image: url("../images/dropdown-arrow.png");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  color: #7e8080;
  display: inline-block;
}
.nav-block-lang:hover {
  background-color: #141718;
}
.nav-block-lang-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  top: 95%;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  padding: 5px;
  background-color: #141718;
}
.nav-block-lang-list li {
  line-height: 20px;
}
.nav-block-lang-list li a {
  font-size: 16px;
  line-height: 16px;
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
}
.nav-block-lang-list li:hover a {
  color: #6ea9dc;
}
.nav-block-lang option {
  color: #7e8080;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.nav-block-social {
  list-style-type: none;
  padding: 50px 15px 0;
  margin: 0;
}
.nav-block-social li {
  display: block;
}
.nav-block-social li a i {
  color: rgba(255, 255, 255, 0.6);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 24px;
}
.nav-block-social li a:hover i {
  color: #ffffff;
}
.nav-block-capital {
  color: #8ebae5;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 7.2px;
  display: block;
  padding: 23% 15px;
}
.nav-block-capital:hover, .nav-block-capital:focus {
  color: #ffffff;
}
.nav-block-small {
  list-style-type: none;
  padding: 7% 15px;
  margin: 0;
}
.nav-block-small li {
  display: inline-block;
}
.nav-block-small li a {
  opacity: 0.5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.63px;
}
.nav-block-small li a:hover, .nav-block-small li a:focus {
  opacity: 1;
}
.nav-block-small li:not(:last-child):after {
  content: '-';
}
.nav-block #main-menu {
  margin-top: 0;
}
.nav-block #main-menu ul li {
  opacity: 0;
}
.nav-block #main-menu ul li a {
  color: #ffffff;
  font-size: 70px;
  font-weight: 900;
  letter-spacing: 8.55px;
  background-color: transparent;
}
.nav-block #main-menu ul li span.sub {
  opacity: 0;
  color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 0;
  font-weight: 700;
  letter-spacing: 9.9px;
  display: block;
  padding-left: 150px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-block #main-menu ul li:hover a, .nav-block #main-menu ul li:focus a {
  background-color: transparent;
  color: #85aed6;
}
.nav-block #main-menu ul li:hover span.sub, .nav-block #main-menu ul li:focus span.sub {
  opacity: 1;
}
.nav-block #main-menu ul li.current-menu-item a, .nav-block #main-menu ul li.current_page_ancestor a {
  color: #85aed6;
}
.nav-block #secondary-menu {
  margin-top: 1.5rem;
  padding-left: 47%;
}
.nav-block #secondary-menu ul li {
  display: block;
  position: relative;
  margin-bottom: 19px;
}
.nav-block #secondary-menu ul li a {
  color: #ffffff;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 6.97px;
  background-color: transparent;
}
.nav-block #secondary-menu ul li span.sub {
  opacity: 0;
  color: #f0f0f0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 9.9px;
  display: inline-block;
  padding: 0 30px 0 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 23px;
  right: 100%;
  text-align: right;
  width: 430px;
}
.nav-block #secondary-menu ul li:hover a, .nav-block #secondary-menu ul li:focus a {
  background-color: transparent;
  color: #85aed6;
}
.nav-block #secondary-menu ul li:hover span.sub, .nav-block #secondary-menu ul li:focus span.sub {
  opacity: 1;
}
.nav-block #secondary-menu ul li.current-menu-item a, .nav-block #secondary-menu ul li.current_page_ancestor a {
  color: #85aed6;
}

/* ------------------------------------
    Hero Block
    ------------------------------------- */
.hero-block-top.with:before {
  content: '';
  width: 100%;
  height: 95%;
  background-color: rgba(234, 227, 221, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}
.hero-block-top h1 {
  color: #6ea9dc;
  font-weight: 900;
  font-size: 100px;
  line-height: 125px;
  letter-spacing: 20.72px;
}
.hero-block-top h6 {
  font-size: 23px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 12px;
  font-variant-ligatures: none;
}
.hero-block-top .row-hero {
  min-height: 400px;
}
.hero-block-text {
  position: absolute;
  bottom: 20%;
  left: 15px;
}
.hero-block-image {
  display: inline-block;
}
.hero-block-image img {
  padding-right: 60px;
  opacity: 0;
}
.hero-block-blue {
  position: absolute;
  bottom: -70px;
  left: -65px;
  background-color: rgba(142, 186, 229, 0.33);
  border-radius: 9px;
  min-height: 80%;
  z-index: -1;
}
.hero-block-blue.front {
  z-index: 0;
}
.hero-block-par {
  flex: 1;
  display: flex;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-block-par .image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
}
.hero-block-links {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 20px 0;
}
.hero-block-links li {
  padding: 15px 15px 15px 0;
  display: inline-block;
  float: left;
  margin-right: 80px;
}
.hero-block-links li a {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #42423b;
}
.hero-block-links li a:hover, .hero-block-links li a:focus {
  color: #6ea9dc;
}
.hero-block .custom-link {
  margin: 12px 0 50px;
}

.parallax-window {
  height: 550px;
  width: 100%;
  display: inline-block;
  background-size: auto;
}

.parallax-mirror {
  z-index: 0 !important;
}

/* ------------------------------------
   Onze Values
   ------------------------------------- */
.values-blocks-numbers {
  position: fixed;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.values-blocks {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 74px 0 0;
  background-color: #f8f6f4;
}
.values-blocks-one {
  padding: 50px 0;
}
.values-blocks-one-letter {
  position: absolute;
  opacity: 0.3;
}
.values-blocks-one-letter h1 {
  color: #7dabde;
  font-family: "Roboto", sans-serif;
  font-size: 350px;
  font-weight: 700;
  line-height: 306px;
  letter-spacing: 8.38px;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.values-blocks-one-letter.active h1 {
  color: #000000;
}
.values-blocks-one-row {
  padding: 75px 0;
}
.values-blocks-one-title {
  padding: 9px 0 0 100px;
}
.values-blocks-one-title h1 {
  font-size: 70px;
  font-weight: 300;
  font-style: italic;
  line-height: 89px;
  letter-spacing: 5px;
}
.values-blocks-one-title h2 {
  font-size: 65px;
  font-weight: 900;
  letter-spacing: 10.5px;
  line-height: 76px;
}
.values-blocks-one-text .text-container {
  display: inline-block;
}
.values-blocks-one-text.first .text-container-inner {
  padding-left: 56px;
  border-left: 2px solid #8ebae5;
}
.values-blocks-one-text.first .text-container-link {
  padding-left: 56px;
}
.values-blocks-one-text.second .text-container-inner {
  padding-right: 56px;
  border-right: 2px solid #8ebae5;
}
.values-blocks-one-text.second .text-container-link {
  padding-right: 56px;
}
.values-blocks-one-text.second .row {
  text-align: left;
}
.values-blocks-one-text pre {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 6.67px;
  margin-bottom: 38px;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.values-blocks-one-text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 1.51px;
}
.values-blocks-one-text a.custom-link {
  margin-top: 42px;
  padding-left: 76px;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  -webkit-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
}
.values-blocks-one-text a.custom-link:before {
  left: 4px;
  bottom: 7px;
}
.values-blocks-one-text a.custom-link:hover:before {
  left: 11px;
}
.values-blocks.black {
  background-color: #141718;
}
.values-blocks.black .values-blocks-one-title h1, .values-blocks.black .values-blocks-one-title h2, .values-blocks.black .values-blocks-one-title h3, .values-blocks.black .values-blocks-one-title h4, .values-blocks.black .values-blocks-one-title h5, .values-blocks.black .values-blocks-one-title h6, .values-blocks.black .values-blocks-one-title li, .values-blocks.black .values-blocks-one-title a, .values-blocks.black .values-blocks-one-title p, .values-blocks.black .values-blocks-one-title span, .values-blocks.black .values-blocks-one-title pre, .values-blocks.black .values-blocks-one-text h1, .values-blocks.black .values-blocks-one-text h2, .values-blocks.black .values-blocks-one-text h3, .values-blocks.black .values-blocks-one-text h4, .values-blocks.black .values-blocks-one-text h5, .values-blocks.black .values-blocks-one-text h6, .values-blocks.black .values-blocks-one-text li, .values-blocks.black .values-blocks-one-text a, .values-blocks.black .values-blocks-one-text p, .values-blocks.black .values-blocks-one-text span, .values-blocks.black .values-blocks-one-text pre {
  color: #ffffff;
}
.values-blocks.black .values-blocks-one-letter {
  z-index: 0;
}
.values-blocks.black .values-blocks-one-letter.active h1 {
  color: #7dabde;
}
.values-blocks.black .values-blocks-one-letter h1 {
  color: #7dabde;
}
.values-blocks.black .values-blocks-one-text a.custom-link:before {
  background-color: #ffffff;
}

/* ---------------------------------------
	User activation
--------------------------------------- */
#signup-content {
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 800px;
  padding: 15px;
}
#signup-content #submit, #signup-content #key {
  width: 100%;
  font-size: 12px;
}

/* ------------------------------------
    Flexible Content
    ------------------------------------- */
.fc-two {
  padding: 185px 0 38px;
}
.fc-two .row {
  max-width: 1230px;
}
.fc-two .row h2 {
  line-height: 78px;
  font-size: 50px;
  letter-spacing: 7.42px;
  font-weight: 300;
  word-wrap: break-word;
}
.fc-two .row h3 {
  letter-spacing: 7.42px;
  font-weight: 300;
  word-wrap: break-word;
}
.fc-two-right {
  display: inline-block;
  width: 100%;
}
.fc-two-left {
  display: inline-block;
  padding-left: 15px;
}
.fc-two-left p {
  line-height: 36px;
}
.fc-two-letter {
  position: absolute;
  opacity: 0.33;
  left: 11%;
  z-index: -1;
}
.fc-two-letter h1 {
  color: #7dabde;
  font-size: 350px;
  font-weight: 700;
  line-height: 306px;
  letter-spacing: 8.38px;
  font-family: "Roboto", sans-serif;
  -moz-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  -webkit-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.fc-two-letter.active {
  opacity: 0.8;
}
.fc-two-letter.active h1 {
  color: #6ea9dc;
}
.fc-locations {
  padding: 124px 0 127px;
}
.fc-locations h2.line:before {
  left: 11px;
}
.fc-locations-one {
  padding: 0 48px;
  margin-bottom: 160px;
}
.fc-locations-one .blue-back:before {
  content: '';
  width: 55%;
  height: 105%;
  position: absolute;
  top: 10%;
  left: 27%;
  background-color: rgba(231, 240, 250, 0.67);
  z-index: -1;
  border-radius: 9px;
}
.fc-locations-one-image, .fc-locations-one-text {
  float: left;
  display: inline-block;
}
.fc-locations-one-image {
  height: 365px;
  width: 57%;
}
.fc-locations-one-text {
  width: 43%;
}
.fc-locations-one-text-name {
  position: absolute;
  top: -5px;
  left: -26%;
  font-size: 65px;
  font-weight: 900;
  letter-spacing: 10.5px;
  white-space: nowrap;
}
.fc-locations-one-text-content {
  position: absolute;
  bottom: 0;
  left: 26%;
}
.fc-locations-one-text a, .fc-locations-one-text p {
  color: #54534c;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1.7px;
  margin-bottom: 36px;
}
.fc-locations-one-text a:last-child, .fc-locations-one-text p:last-child {
  margin-bottom: 0;
}
.fc-locations-one-text a:hover {
  color: #6ea9dc;
}
.fc-form {
  background-color: #232729;
  padding: 126px 0 82px;
}
.fc-form h2.line {
  margin-bottom: 78px;
}
.fc-form h2.line:before {
  left: 0;
}
.fc-form-content {
  max-width: 520px;
}
.fc-form-content h2 {
  padding-top: 35px;
  font-size: 70px;
  font-weight: 300;
  line-height: 89px;
  letter-spacing: 5px;
}
.fc-form-content p {
  line-height: 36px;
  margin-bottom: 50px;
}
.fc-form-form-top {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  position: absolute;
  left: 24px;
  top: -14px;
  padding-left: 7px;
}
.fc-form-form form {
  padding: 16px 0;
}
.fc-text-image {
  padding: 52px 0 165px;
}
.fc-text-image-image {
  padding-right: 37px;
}
.fc-text-image-image:after {
  content: '';
  width: 83%;
  height: 75%;
  position: absolute;
  bottom: -77px;
  left: -80px;
  background-color: rgba(142, 186, 229, 0.33);
  z-index: -1;
  border-radius: 9px;
}
.fc-text-image-image img {
  opacity: 0;
}
.fc-text-image-par {
  flex: 1;
  display: flex;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}
.fc-text-image-par .image {
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
}
.fc-text-image-parallax {
  height: 730px;
  background-attachment: fixed;
  width: 100%;
}
.fc-text-image h2.line {
  margin-bottom: 66px;
}
.fc-text-image h2.line:before {
  left: 0;
}
.fc-text-image p {
  max-width: 480px;
  line-height: 36px;
}
.fc-text-image a.custom-link {
  margin: 50px 0 55px;
  padding-left: 66px;
}
.fc-text-image a.custom-link:before {
  left: 0;
}
.fc-text-image a.custom-link:hover:before {
  left: 10px;
}
.fc-text-link {
  padding: 68px 0 100px;
}
.fc-text-link h2 {
  font-size: 49px;
  font-weight: 300;
  font-style: italic;
  line-height: 78px;
  letter-spacing: 6.61px;
  margin-bottom: 30px;
}
.fc-text-link p {
  line-height: 34px;
  margin-bottom: 50px;
}
.fc-text-link-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  color: #42423b;
  position: relative;
  margin-top: 64px;
  padding-left: 6px;
}
.fc-text-link-link:before {
  content: '';
  width: 48px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  position: absolute;
  border-top: 1px solid #6ea9dc;
  top: -35px;
}
.fc-text-link-link:hover {
  color: #6ea9dc;
}
.fc-text-link.white-text .fc-text-link-link:before {
  border-top: 1px solid #ffffff;
}
.fc-two-list {
  padding: 80px 0 15px;
}
.fc-two-list-one {
  margin-bottom: 86px;
}
.fc-two-list-one:nth-child(odd) {
  padding-right: 50px;
}
.fc-two-list-one:nth-child(even) {
  padding-right: 45px;
}
.fc-two-list-one-content {
  padding: 0 50px;
}
.fc-two-list li {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.7px;
}
.fc-two-list p, .fc-two-list li {
  line-height: 36px;
  margin-bottom: 27px;
}
.fc-two-list p.fc-two-list-top, .fc-two-list li.fc-two-list-top {
  background-color: #c3d9ed;
  padding: 48px 50px 44px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 27px;
}
.fc-three {
  padding: 117px 0 76px;
}
.fc-three h2.line {
  margin-bottom: 74px;
}
.fc-three-one-title {
  color: #7dabde;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1.46px;
  margin-bottom: 41px;
  line-height: 47px;
}
.fc-three-one p {
  line-height: 36px;
  max-width: 460px;
}
.fc-vacatures {
  padding: 122px 0 21px;
}
.fc-vacatures h2.line {
  margin-bottom: 82px;
}
.fc-vacatures-one {
  background-color: #c2d8ec;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFC2D8EC', endColorstr='#FFC6DDF1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2MyZDhlYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M2ZGRmMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(1%, #c2d8ec), color-stop(100%, #c6ddf1));
  background-image: -moz-linear-gradient(left, #c2d8ec 1%, #c6ddf1 100%);
  background-image: -webkit-linear-gradient(left, #c2d8ec 1%, #c6ddf1 100%);
  background-image: linear-gradient(to right, #c2d8ec 1%, #c6ddf1 100%);
  margin-bottom: 76px;
}
.fc-vacatures-one-content {
  padding: 59px 25px 52px 73px;
}
.fc-vacatures-one-content h4 {
  margin-bottom: 0;
}
.fc-vacatures-one-content ul {
  list-style-type: none;
  margin: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fc-vacatures-one-content ul li {
  display: inline-block;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 58px;
  text-transform: uppercase;
  letter-spacing: 7.2px;
  padding-right: 30px;
}
.fc-vacatures-one-content ul li:not(:last-child):after {
  content: '-';
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 900;
  line-height: 48px;
  position: absolute;
  right: 7px;
  top: 5px;
}
.fc-vacatures-one img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fc-vacatures-one a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.fc-vacatures-one:hover img {
  padding-left: 10px;
}
.fc-vacatures-one:hover ul {
  margin-left: 20px;
}
.fc-slider {
  padding: 71px 0 190px;
  background-color: #f8f6f4;
}
.fc-half {
  padding: 71px 0 94px;
}
.fc-half h2.line {
  margin-top: 33px;
}
.fc-half h2.line:before {
  left: 15px;
}
.fc-half-text {
  padding-left: 6%;
}
.fc-half-text p {
  line-height: 36px;
  margin-bottom: 47px;
}
.fc-half-text a.custom-link {
  padding-left: 70px;
}
.fc-half-text a.custom-link:before {
  left: 3px;
}
.fc-half-text a.custom-link:hover:before {
  left: 15px;
}

/* Single Post */
@media print, screen and (min-width: 1025px) {
  article.post.type-post > .single-post-content > .columns.large-3 {
    width: 23%;
  }
  article.post.type-post > .single-post-content > .columns.large-5 {
    width: 77%;
  }
}

@media print, screen and (min-width: 1025px) and (max-width: 1279px) {
  article.post.type-post > .single-post-content > .columns.large-3 > a.back-button {
    font-size: 10px;
    padding: 43px 35px 42px 36px;
  }
}

/* Single Vacatures */
.single-vacatures .single-post-title, .vacatures .single-post-title {
  padding: 144px 0 197px;
}
.single-vacatures .single-post-top:before, .vacatures .single-post-top:before {
  right: 5.5%;
}
.single-vacatures .single-post-top h2, .vacatures .single-post-top h2 {
  margin-bottom: 50px;
}
.single-vacatures .single-post-top h4, .vacatures .single-post-top h4 {
  font-family: "Roboto", sans-serif;
  font-size: 23px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 12px;
  padding-top: 3.6em;
}
.single-vacatures .single-post-top ul, .vacatures .single-post-top ul {
  list-style-type: none;
}
.single-vacatures .single-post-top ul li, .vacatures .single-post-top ul li {
  display: inline-block;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 6px;
}
.single-vacatures .single-post-top ul li:not(:last-child):after, .vacatures .single-post-top ul li:not(:last-child):after {
  content: '-';
  padding: 0 15px;
}
.single-vacatures .single-post-content, .vacatures .single-post-content {
  padding: 99px 0 144px;
}
.single-vacatures .single-post-content hr, .vacatures .single-post-content hr {
  width: 104px;
  margin: 19px 0 50px;
}
.single-vacatures .single-post-content p, .single-vacatures .single-post-content li, .vacatures .single-post-content p, .vacatures .single-post-content li {
  max-width: 804px;
}
.single-vacatures .single-post-content ul, .vacatures .single-post-content ul {
  margin-bottom: 58px;
}
.single-vacatures .single-post-content ul li, .vacatures .single-post-content ul li {
  margin-bottom: 36px;
}
.single-vacatures .form-button, .vacatures .form-button {
  padding: 43px 48px 42px 88px;
}
.single-vacatures .form-button:before, .vacatures .form-button:before {
  content: '';
  width: 37px;
  height: 1px;
  background-color: #54534c;
  position: absolute;
  bottom: 51px;
  left: 35px;
  display: inline-block;
}
.single-vacatures .fc-form-form-top, .vacatures .fc-form-form-top {
  top: 10px;
}
.single-vacatures .fc-form-form-top.top-pad, .vacatures .fc-form-form-top.top-pad {
  top: 110px;
}
.single-vacatures #vac-form, .vacatures #vac-form {
  padding: 126px 0 106px;
}
.single-vacatures #vac-form .fc-form-title, .vacatures #vac-form .fc-form-title {
  margin-bottom: 100px;
}
.single-vacatures #vac-form .fc-form-content p, .vacatures #vac-form .fc-form-content p {
  font-size: 30px;
  font-weight: 300;
  line-height: 53px;
  letter-spacing: 4.05px;
  margin-bottom: 31px;
}
.single-vacatures #vac-form form, .vacatures #vac-form form {
  position: relative;
  float: left;
}
.single-vacatures #vac-form form textarea[rows], .vacatures #vac-form form textarea[rows] {
  height: 260px;
}
.single-vacatures #vac-form form .gform_footer, .vacatures #vac-form form .gform_footer {
  position: absolute;
  bottom: 21px;
  right: 15px;
  text-align: right;
}
.single-vacatures #vac-form form .gform_footer .button, .single-vacatures #vac-form form .gform_footer input[type="submit"], .vacatures #vac-form form .gform_footer .button, .vacatures #vac-form form .gform_footer input[type="submit"] {
  margin: 0;
}

/* Experts */
.experts-page .hero-block-top h1 {
  bottom: 33%;
  left: 0;
}
.experts-page .hero-block-blue {
  bottom: -148px;
  min-height: 85.5%;
}
.experts-page .hero-block-links {
  padding: 36px 0;
}
.experts-page .hero-block-links li {
  padding: 11px 15px 11px 0;
  margin-right: 54px;
  text-align: left;
}
.experts-page .fc-two {
  padding: 250px 0 142px;
}
.experts-page .fc-two .table-item {
  padding-top: 14px;
}
.experts-page .fc-two-letter {
  left: -18%;
  bottom: 80px;
}

.experts {
  padding: 82px 0 33px;
}
.experts .row-experts {
  margin-bottom: 166px;
}
.experts-one-image {
  height: 458px;
  margin-top: 80px;
  max-width: 580px;
}
.experts-one-image:before {
  content: '';
  width: 82%;
  height: 67%;
  z-index: -1;
  position: absolute;
  top: 0;
  right: -30px;
  border-radius: 9px;
  background-color: rgba(231, 240, 250, 0.67);
}
.experts-one span.table-item {
  padding-left: 21%;
}
.experts-one h2 {
  color: #54534c;
  font-size: 65px;
  line-height: 65px;
  font-weight: 900;
  letter-spacing: 10.5px;
  position: absolute;
  top: 86px;
  left: -48%;
}
.experts-one p {
  line-height: 38px;
}
.experts-one a {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  background-color: rgba(234, 227, 221, 0.3);
  padding: 44px 30px 44px 21%;
  margin-top: 60px;
  color: #54534c;
  position: absolute;
  bottom: 0;
}
.experts-one a:before {
  content: '';
  width: 40px;
  height: 1px;
  background-color: #54534c;
  position: absolute;
  left: 42px;
  top: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.experts-one a:hover:before, .experts-one a:focus:before {
  left: 64px;
}

/* Team Details */
.team-tax .hero-block-top h1 {
  bottom: 38%;
}
.team-tax .hero-block-top h6 {
  bottom: 26%;
}
.team-tax .hero-block-blue {
  width: 107%;
  left: -95px;
  height: 82%;
  bottom: -100px;
}
.team-tax .hero-block-text {
  bottom: 34%;
}
.team-tax .hero-block-text h1 {
  margin-bottom: 36px;
  max-width: 75%;
}
.team-tax-grid {
  padding: 420px 0 0;
  background-color: #f5f1ee;
}
.team-tax-grid-content {
  padding: 100px 0 0;
}
.team-tax-grid-content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f5f1ee;
  z-index: -2;
}
.team-tax-grid-one {
  padding: 15px 25px 25px;
  background-color: #ffffff;
  border-radius: 9px;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}
.team-tax-grid-one-image {
  height: 337px;
  margin-bottom: 27px;
  margin-top: -228px;
}
.team-tax-grid-one h3 {
  color: #7dabde;
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 48px;
  margin-bottom: 12px;
}
.team-tax-grid-one p {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3.09px;
  line-height: 28px;
  margin-bottom: 5px;
}
.team-tax-grid-one .contacts {
  display: none;
}
.team-tax-grid-one .contacts-mail, .team-tax-grid-one .contacts-phone {
  display: inline-block;
  width: 76px;
  height: 72px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50%;
}
.team-tax-grid-one .contacts-mail:hover, .team-tax-grid-one .contacts-mail:focus, .team-tax-grid-one .contacts-phone:hover, .team-tax-grid-one .contacts-phone:focus {
  background-color: #6ea9dc;
}
.team-tax-grid-one .contacts-mail {
  background-image: url("../images/ic_email.png");
}
.team-tax-grid-one .contacts-phone {
  background-image: url("../images/ic_phone.png");
}
.team-tax-grid-one .contacts p {
  font-size: 14px;
  letter-spacing: 0.36px;
  padding-top: 22px;
}
.team-tax-grid-one:hover {
  background-color: rgba(255, 255, 255, 0.3);
}
.team-tax-grid .xlarge-4 {
  padding-right: 50px;
  margin-bottom: 65px;
}
.team-tax-grid .xlarge-4.with_image {
  margin-bottom: 330px;
}
@media only screen and (max-width: 640px) {
  .team-tax-grid .xlarge-4.with_image {
    margin-bottom: 50px;
  }
}
.team-tax-grid .xlarge-4.with_image .team-tax-grid-one {
  padding: 15px 51px 25px;
  height: 100%;
}
.team-tax-grid .xlarge-4.with_image .team-tax-grid-one h3 {
  letter-spacing: 1.46px;
}
.team-tax-grid .xlarge-4.with_image .team-tax-grid-one p {
  margin-bottom: 25px;
}

/* ------------------------------------
    Content Styles
    ------------------------------------- */
/* Blog page */
.blog .fc-two .row .large-5 {
  margin-left: 17%;
  width: 33%;
}
.blog .fc-two .row .large-4 {
  width: 41%;
}

.posts-list .hero-block {
  margin-bottom: 0;
}
.posts-list .hero-block-blue {
  bottom: -88px;
  left: -98px;
}
.posts-list .hero-block-top h1 {
  bottom: 26%;
}
.posts-list .hero-block-top h5 {
  bottom: 14.5%;
}
.posts-list article {
  padding: 40px 80px;
  margin: 130px 0 112px;
}
.posts-list article:before {
  content: '';
  width: 60%;
  height: 80%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(231, 240, 250, 0.67);
  border-radius: 9px;
  z-index: -1;
}
.posts-list article h2 {
  font-size: 65px;
  font-weight: 900;
  letter-spacing: 10.5px;
  padding-left: 30px;
  margin-bottom: 30px;
}
.posts-list article h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 3px;
  max-width: 430px;
  display: inline-block;
  margin: 0 20px 30px 0;
}
.posts-list article a {
  color: #42423b;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  position: relative;
  background-color: rgba(234, 227, 221, 0.33);
  padding: 44px 60px 44px 110px;
  display: inline-block;
}
.posts-list article a:before {
  content: '';
  width: 38px;
  height: 1px;
  background-color: #42423b;
  position: absolute;
  top: 52px;
  left: 49px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.posts-list article a:hover:before, .posts-list article a:focus:before {
  left: 38px;
}
.posts-list #searchform {
  margin-bottom: 40px;
}
.posts-list .main-content {
  padding: 0;
}

.entry-meta {
  color: #666;
  font-size: 14px;
}

.thumbnail {
  margin-bottom: 20px;
}

/* Comments block */
.comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}

.comment-meta {
  font-size: 14px;
}

.comment-metadata {
  color: #666;
}

.comment-content {
  font-size: 14px;
  padding-left: 25px;
  margin-top: 20px;
  border-left: 1px solid #ddd;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  display: inline-block;
  padding: .33333rem .5rem;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  border-radius: 0;
  background: #777;
  color: #fefefe;
}

/* 404 page */
.not-found {
  padding: 100px 0;
}
.not-found .label {
  text-decoration: none;
  cursor: pointer;
  background-color: #6ea9dc;
}
.not-found .label:hover {
  background-color: #4d96d4;
  color: #ffffff;
}

/* default page */
.page-template-default .single-post-title,
.error404 .single-post-title {
  padding: 163px 0 132px;
}
.page-template-default .single-post-title h1,
.error404 .single-post-title h1 {
  font-size: 30px;
}
.page-template-default .single-post-content,
.error404 .single-post-content {
  padding: 56px 0 107px;
}
.page-template-default p,
.error404 p {
  margin-bottom: 36px;
}

/* vermogensplanning and vermogensbeheer page */
.page-template-template-vermogensplanning .hero-block-top h1,
.page-template-template-vermogensbeheer .hero-block-top h1 {
  margin-bottom: 22px;
}
.page-template-template-vermogensplanning .hero-block-text,
.page-template-template-vermogensbeheer .hero-block-text {
  bottom: -35px;
}
.page-template-template-vermogensplanning .hero-block-blue,
.page-template-template-vermogensbeheer .hero-block-blue {
  left: -100px;
  bottom: -164px;
}
.page-template-template-vermogensplanning .hero-block-links,
.page-template-template-vermogensbeheer .hero-block-links {
  padding: 79px 0;
}
.page-template-template-vermogensplanning .fc-two,
.page-template-template-vermogensbeheer .fc-two {
  padding: 200px 0 100px;
}
.page-template-template-vermogensplanning .fc-two-text p,
.page-template-template-vermogensbeheer .fc-two-text p {
  line-height: 36px;
}
.page-template-template-vermogensplanning .fc-two-letter,
.page-template-template-vermogensbeheer .fc-two-letter {
  bottom: 0;
}
.page-template-template-vermogensplanning .fc-slider,
.page-template-template-vermogensbeheer .fc-slider {
  padding: 71px 0 100px;
}
.page-template-template-vermogensplanning .fc-text-image,
.page-template-template-vermogensbeheer .fc-text-image {
  padding: 107px 0 106px;
}
.page-template-template-vermogensplanning .fc-text-link,
.page-template-template-vermogensbeheer .fc-text-link {
  padding: 152px 0 89px;
}
.page-template-template-vermogensplanning .fc-text-link h2,
.page-template-template-vermogensbeheer .fc-text-link h2 {
  font-size: 55px;
  line-height: 78px;
  letter-spacing: 7.42px;
}
.page-template-template-vermogensplanning .custom-slider-one-navi,
.page-template-template-vermogensbeheer .custom-slider-one-navi {
  padding-bottom: 71px;
}

.page-template-template-vermogensplanning .hero-block {
  padding-bottom: 60px;
}

.page-template-template-vermogensbeheer .hero-block-top h1 {
  margin-bottom: 22px;
}
.page-template-template-vermogensbeheer .hero-block-text {
  bottom: 75px;
}
.page-template-template-vermogensbeheer .hero-block-blue {
  left: -100px;
  bottom: -140px;
}
.page-template-template-vermogensbeheer .hero-block-links {
  padding: 18px 0;
}
.page-template-template-vermogensbeheer .fc-two {
  padding: 220px 0 124px;
}
.page-template-template-vermogensbeheer .fc-two-text p {
  line-height: 36px;
}
.page-template-template-vermogensbeheer .fc-two-letter {
  bottom: 0;
}
.page-template-template-vermogensbeheer .fc-text-image {
  padding: 100px 0;
}
.page-template-template-vermogensbeheer .fc-text-image h2.line {
  line-height: 56px;
  padding-top: 30px;
}
.page-template-template-vermogensbeheer .fc-text-image h2.line:before {
  top: 0;
}
.page-template-template-vermogensbeheer .fc-text-image p {
  max-width: 540px;
}
.page-template-template-vermogensbeheer .fc-text-image .table-item-bottom {
  display: block;
}
.page-template-template-vermogensbeheer .fc-text-image a.custom-link {
  margin: 41px 0 0;
}
.page-template-template-vermogensbeheer .fc-text-image a.custom-link:hover:before {
  left: 10px;
}
.page-template-template-vermogensbeheer .fc-text-image-image:after {
  height: 75%;
  top: 38%;
  bottom: auto;
}
.page-template-template-vermogensbeheer .custom-slider-one-subtitle {
  margin-bottom: 71px;
}

/* Sidebar */
.widget {
  margin-bottom: 20px;
}

.page-template-template-builder .hero-block-blue {
  bottom: -90px;
  left: -100px;
}
.page-template-template-builder .hero-block-top h1 {
  bottom: 27%;
  left: 0;
}
.page-template-template-builder .hero-block-top h6 {
  bottom: 15.5%;
  left: 0;
}
.page-template-template-builder .fc-two {
  padding: 198px 0 105px;
}
.page-template-template-builder .fc-two-left p {
  line-height: 36px;
}
.page-template-template-builder .fc-text-link {
  padding: 57px 0 64px;
}
.page-template-template-builder .fc-text-link p {
  margin-bottom: 22px;
}

/*---------------------------------------
	Single Post
	---------------------------------------*/
.single-post-title {
  padding: 120px 0 200px;
}
.single-post-top:before {
  content: '';
  width: 71.5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5%;
  background-color: rgba(142, 186, 229, 0.33);
  border-radius: 9px;
  z-index: -2;
}
.single-post-top:after {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  top: 11%;
  right: 45px;
  background-color: #232729;
  border-radius: 9px;
  z-index: -1;
}
.single-post-top h2 {
  color: #6ea9dc;
  font-size: 107px;
  font-weight: 900;
  line-height: 138px;
  letter-spacing: 20.72px;
  margin-bottom: 33px;
}
.single-post-top h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 57px;
  letter-spacing: 6px;
  color: #ffffff;
  max-width: 920px;
  padding-left: 40px;
}
.single-post-top a {
  color: #54534c;
  font-size: 23px;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 12px;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 10px;
}
.single-post-top a:hover, .single-post-top a:focus {
  color: #6ea9dc;
}
.single-post-content {
  padding: 56px 0 69px;
}
.single-post-content hr {
  border: 4px solid #8ebae5;
  display: inline-block;
  width: 58px;
  margin: 48px 0 58px;
}
.single-post-content p {
  line-height: 36px;
  margin-bottom: 36px;
}
.single-post-content li {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1.7px;
}
.single-post-files {
  padding: 17px 0;
}
.single-post-files-one {
  margin-bottom: 37px;
}
.single-post-files-one-image {
  width: 74px;
  height: 72px;
  background-color: rgba(234, 227, 221, 0.3);
  background-image: url("../images/download.png");
  background-repeat: no-repeat;
  background-position: 50%;
  display: inline-block;
  float: left;
  margin-right: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-files-one-text {
  height: 74px;
}
.single-post-files-one-text p {
  color: #42423b;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.32px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-post-files-one a:hover .single-post-files-one-image {
  background-color: #6ea9dc;
}
.single-post-files-one a:hover .single-post-files-one-text p {
  color: #6ea9dc;
}

/*---------------------------------------
	TMPL: Home page
	---------------------------------------*/
.gray {
  background-color: rgba(234, 227, 221, 0.3);
}

.home .hero-block {
  margin-bottom: 60px;
}
.home-content {
  padding: 44px 0 77px;
}
.home-content-text {
  max-width: 1110px;
}
.home-content-text p {
  line-height: 40px;
}
.home-list {
  padding: 160px 0 123px;
}
.home-list h2 {
  margin-bottom: 40px;
}
.home-list-one {
  margin-bottom: 50px;
}
.home-list-one h3 {
  font-size: 40px;
  font-weight: 300;
  letter-spacing: 1.46px;
  color: #6ea9dc;
  line-height: 49px;
  margin-bottom: 40px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.home-list-one p {
  line-height: 36px;
  max-width: 470px;
}
.home-list-one a:hover h3 {
  color: #54534c;
}
.home-list .custom-link {
  margin: 17px 0;
  padding-left: 83px;
}
.home-list .custom-link:before {
  left: 10px;
}
.home-list .custom-link:hover:before {
  left: 17px;
}
.home-quote {
  padding: 72px 0 190px;
}
.home-quote-parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  width: 75.5%;
}
.home-quote-text {
  position: absolute;
  top: 0;
  right: 30px;
  padding: 70px 45px;
}
.home-quote-text blockquote {
  color: #42423b;
  font-size: 67px;
  font-weight: 300;
  font-style: italic;
  line-height: 113px;
  letter-spacing: 8.54px;
  border: none;
  padding: 0;
  position: relative;
  margin-bottom: 166px;
}
.home-quote-text p {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  position: relative;
}
.home-quote-text-back {
  position: absolute;
  top: 0;
  left: -28px;
  width: 97%;
  height: 93%;
  max-width: 1000px;
  max-height: 800px;
  border-radius: 9px;
  background-color: rgba(231, 231, 226, 0.67);
}
.home-two {
  padding: 0 0 140px;
}
.home-two-one {
  margin-bottom: 50px;
}
.home-two-one-title {
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 3.5px;
  color: #ffffff;
  background-color: #c6ddf2;
  padding: 80px 0;
  margin-bottom: 40px;
}
.home-two-one:nth-child(odd) {
  padding-right: 35px;
}
.home-two-one:nth-child(even) {
  padding-left: 35px;
}
.home-two-one p {
  line-height: 36px;
}
.home-two-one a.top {
  margin-top: 106px;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  color: #42423b;
  position: relative;
}
.home-two-one a.top:before {
  content: '';
  width: 50px;
  height: 1px;
  background-color: #42423b;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: -26px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.home-two-one a.top:hover {
  color: #6ea9dc;
}
.home-two-one a.top:hover:before {
  background-color: #6ea9dc;
}

/* ------------------------------------
    Values Page
    ------------------------------------- */
.page-template-template-values {
  background-color: #212526;
}

.values-page-top .hero-block-top {
  padding-bottom: 105px;
}
.values-page-top .hero-block-top:before {
  background-color: #212526;
  height: 100%;
}
.values-page-top .hero-block-top h6 {
  color: #ffffff;
}
.values-page-top .hero-block-blue {
  background-color: #141718;
  left: -98px;
  bottom: -105px;
  min-height: 82%;
}
.values-page-content {
  background-color: #212526;
  padding: 56px 15px 60px 28%;
}
.values-page-content-text {
  display: inline-block;
  max-width: 914px;
}
.values-page-content-text p {
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  letter-spacing: 2.08px;
}
.values-page-bottom {
  padding: 147px 0 103px;
}
.values-page-bottom h2 {
  font-size: 55px;
  font-weight: 300;
  font-style: italic;
  line-height: 78px;
  letter-spacing: 7.42px;
  margin-bottom: 30px;
}
.values-page-bottom p {
  line-height: 34px;
  margin-bottom: 50px;
}
.values-page-bottom-link {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 8.49px;
  color: #ffffff;
  position: relative;
  margin-top: 76px;
}
.values-page-bottom-link:before {
  content: '';
  width: 48px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 1px;
  position: absolute;
  border-top: 1px solid #ffffff;
  top: -35px;
}
.values-page-bottom-link:hover {
  color: #6ea9dc;
}
.values-page-bottom-link:hover:before {
  border-top: 1px solid #6ea9dc;
}

/* ------------------------------------
   Modal
   ------------------------------------- */
.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(255, 255, 255, 0.82);
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 80px 100px 96px;
  border: none;
  border-radius: 0;
  background-color: #212426;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  outline: none;
  max-width: 70%;
  top: 50% !important;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.reveal#mailModal {
  max-width: 952px;
}
.reveal#mailModal form .gform_title {
  padding-left: 15px;
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  font-style: italic;
  line-height: 78px;
  letter-spacing: 6.75px;
  margin-bottom: 33px;
}
.reveal#mailModal form .gform_description {
  color: #ffffff;
  padding-left: 15px;
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 1.7px;
  margin-bottom: 20px;
  display: block;
}
.reveal#mailModal form p {
  color: #ffffff;
}
.reveal#mailModal form .gform_footer {
  text-align: left;
  float: right;
}
.reveal#mailModal form .gform_footer .button, .reveal#mailModal form .gform_footer input[type="submit"] {
  margin: 12px 15px 0;
}

.close-modal {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  top: 28px;
  right: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #212426;
  font-size: 0;
}
.close-modal img {
  background-color: #212426;
}
.close-modal:hover, .close-modal:focus {
  opacity: 0.5;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

/* ------------------------------------
    Contact Page
    ------------------------------------- */
.contact-page .hero-block {
  margin-bottom: 0;
}
.contact-page .hero-block-blue {
  bottom: -88px;
  left: -98px;
}
.contact-page .hero-block-top h1 {
  bottom: 27%;
}
.contact-page .hero-block-top h5 {
  bottom: 14%;
}
.contact-page .fc-two {
  padding: 222px 0 75px;
}
.contact-page .fc-two-letter {
  bottom: 0;
}

/* ------------------------------------
    Footer Styles
    ------------------------------------- */
.bottom-block {
  padding: 50px 0 0;
}
.bottom-block-image:before {
  content: '';
  border-radius: 9px;
  width: 55%;
  height: 100%;
  position: absolute;
  top: -22%;
  left: -8%;
  background-color: #d9e8f6;
  z-index: -1;
}
.bottom-block-text {
  padding-left: 35px;
}
.bottom-block-text h2 {
  font-weight: 300;
  font-style: italic;
  line-height: 78px;
  letter-spacing: 6.75px;
  margin-bottom: 25px;
}
.bottom-block-text p {
  line-height: 36px;
}
.bottom-block-text a.custom-link {
  margin: 62px 0 30px;
  padding-left: 78px;
}
.bottom-block-text a.custom-link:before {
  left: 5px;
}
.bottom-block-text a.custom-link:hover:before {
  left: 17px;
}

.footer {
  padding: 50px;
  background-color: #ffffff;
}
.footer p {
  opacity: 0.5;
  color: #141718;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 40px;
  letter-spacing: 0.63px;
}
.footer .artagnan-link svg {
  max-width: 80px;
}
.footer .artagnan-link svg path, .footer .artagnan-link svg rect {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer .artagnan-link:hover path, .footer .artagnan-link:hover rect {
  fill: #6ea9dc;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.footer-menu {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  display: inline-block;
  padding: 3px 8px;
}
.footer-menu li:not(:last-child) {
  border-right: 1px solid rgba(216, 216, 216, 0.44);
}
.footer-menu li a {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  opacity: 0.89;
  color: #141718;
  text-decoration: underline;
  padding: 5px 10px;
}
.footer-menu li a:hover {
  color: #6ea9dc;
}

/*team units tax*/
.experts-filter-block {
  margin: 0;
  position: absolute;
  top: calc(100% + 40px);
  z-index: 2;
}
.experts-filter-block li {
  display: inline-block;
  margin-right: 20px;
}
.experts-filter-block li a {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3.09px;
  line-height: 28px;
  margin-bottom: 25px;
  color: #54534c;
  transition: .4s all ease;
  position: relative;
}
.experts-filter-block li a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0%;
  height: 2px;
  background: #54534c;
  transition: .4s width ease;
}
.experts-filter-block li a:hover {
  /*opacity: .85;*/
  transition: .4s all ease;
  color: #6ea9dc;
}
.experts-filter-block li a.active {
  color: #6ea9dc;
}
.experts-filter-block li a.active:before {
  background: #6ea9dc;
  width: 100%;
}
.experts-filter-block li a.disabled {
  opacity: .25;
  pointer-events: none;
}

.no-posts-found {
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 3.09px;
  line-height: 28px;
  margin-bottom: 25px;
}




/* -----------------------------------------
   fix for my capital menu link mobile version
----------------------------------------- */
.nav-block-capital_top {
	position: absolute;
	top: 23px;
	left: 37px;
	font-size: 11px;
	letter-spacing: 7.42px;
	font-weight: 700;
}
@media only screen and (min-width: 641px) and (max-width: 1024px) {
  .nav-block-capital_top {
    position: absolute;
    top: 58px;
    left: 66px;
    font-size: 13px;
    letter-spacing: 9.29px;
  }

}
@media only screen and (min-width: 1025px)  {
	.nav-block-capital_top {
		display: none;					
	}
}


/* -----------------------------------------
   fix for color in newsletter form
----------------------------------------- */
.form-footer-text p {
	color: #fff;
}