/* Config */
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,
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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: inherit;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*@c-primary: #2b2560;*/
/*@c-secundary:  #90dbfa;*/
code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 1rem;
  line-height: 1.625;
}
pre {
  border: 1px solid #a70b29;
  margin-bottom: 1rem;
  max-width: 100%;
  overflow: auto;
  padding: .75rem;
  white-space: pre-wrap;
  word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25;
  font-family: 'Heebo', sans-serif;
  font-style: normal;
  font-weight: 900;
  color: #1e4c6c;
}
h1 {
  font-size: 1.625rem;
}
h2 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1.375rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.625rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.375rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1.125rem;
  }
}
/* Partials */
body {
  color: #797979;
  background: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  font-size: 1rem;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  padding: 0;
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}
hr {
  border-bottom: 1px solid #ececec;
}
/* Border box */
*,
:after,
:before {
  box-sizing: border-box;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
/* List items */
ul,
ol {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-position: inside;
  line-height: 2;
}
ol {
  /*list-style: none;*/
}
ol li {
  line-height: 2.5;
}
ul {
  list-style-type: circle;
}
/* Paragraphs*/
p {
  margin: 0 0 1rem 0;
  line-height: 2;
}
/* Links */
a {
  text-decoration: none;
  color: #64a328;
}
a:hover {
  color: #64a328;
  text-decoration: underline;
}
a img {
  border: none;
  outline: none;
}
/* Images */
figure {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  text-align: center;
}
figure img {
  max-width: 100%;
  height: auto;
  line-height: 0;
}
img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
/* Blockquote */
blockquote {
  margin: 0 0 0 2rem;
}
/* Section */
section {
  position: relative;
  padding: 2rem 0;
  /*margin-bottom: 2rem;*/
}
/* Wrapper */
.wrapper {
  position: relative;
  clear: both;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
.wrapper.page,
.wrapper.article {
  max-width: 768px;
}
.wrapper.center {
  text-align: center;
}
.wrapper.small {
  max-width: 568px;
}
/* Aspect ratio fill */
.aspect-ratio-placeholder__fill {
  position: relative;
  padding-bottom: 56.28%;
  height: 0;
}
/* Flexbox */
.flexbox--container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-inline-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
#content {
  padding-top: 8.5rem;
}
[data-row] {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -moz-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
}
[data-row].in-view {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -moz-transition: -moz-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: -o-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), opacity 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
  #content {
    padding-top: 5.5rem;
  }
}
.scrolldown header {
  padding: .5rem 0 .15rem 0;
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 1.8125rem 0;
  color: #ffffff;
  background: #1e4c6c;
  padding: 1rem 0;
  /* New */
}
header .logo {
  height: auto;
  display: inline-block;
  padding: 0;
  left: 0;
  top: 0;
  position: relative;
  top: .25rem;
  margin-bottom: 1rem;
}
header .logo a {
  line-height: 0;
  display: block;
}
header .logo a svg {
  height: 40px;
}
header nav {
  position: fixed;
  top: 8.5rem;
  left: 0;
  background: #1e4c6c;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: none;
  background: transparent;
}
header nav.active {
  opacity: 1;
  visibility: visible;
  display: block;
  padding: 0;
}
header nav.active .menu-main-menu-container ul#menu-main-menu {
  background: #1e4c6c;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li:hover {
  background: #64a328;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li:hover a {
  text-decoration: none;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li .arrow {
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li a {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li.button {
  display: inline-block;
  padding: 0.5rem 1rem;
  margin: 1rem;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li.button:hover {
  background: #ffffff;
  color: #ffffff;
}
header nav.active .menu-main-menu-container ul#menu-main-menu li.button:hover a {
  color: #ffffff;
}
header nav.active .menu-main-menu-container ul#menu-main-menu > li.show .arrow {
  transform: rotate(180deg);
  -webkit-transition: transform 0.25s ease-out;
  -moz-transition: transform 0.25s ease-out;
  -ms-transition: transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}
header nav.active .menu-main-menu-container ul#menu-main-menu > li.show ul {
  display: block;
}
header nav.active .menu-main-menu-container ul#menu-main-menu > li > .sub-menu {
  display: none;
}
header nav .menu-main-menu-container ul#menu-main-menu {
  list-style: none;
}
header nav .menu-main-menu-container ul#menu-main-menu li {
  list-style: none;
}
header nav .menu-main-menu-container ul#menu-main-menu > li {
  display: block;
  vertical-align: middle;
  position: relative;
}
header nav .menu-main-menu-container ul#menu-main-menu > li .arrow {
  position: absolute;
  right: 2rem;
  top: 0.5rem;
}
header nav .menu-main-menu-container ul#menu-main-menu > li.show ul {
  display: block;
}
header nav .menu-main-menu-container ul#menu-main-menu > li a {
  color: #ffffff;
}
header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu {
  position: relative;
  min-height: inherit;
  max-width: inherit;
  visibility: visible;
  opacity: 1;
  margin-bottom: 0;
  background: #1e4c6c;
}
header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > a {
  border-bottom: 1px solid #ececec;
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  padding-left: 2rem;
}
header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > .sub-menu {
  padding: 0;
  margin: 0;
  padding-left: 2rem;
}
header form {
  display: block;
  position: relative;
}
header form input[type=text] {
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.9375rem 1rem;
  opacity: 1;
  background: #ffffff;
}
header form input {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
header form button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
header form button svg {
  display: block;
}
#menu--toggle {
  display: inline-block;
  position: absolute;
  top: .25rem;
  right: 2rem;
  cursor: pointer;
  padding: 1rem 0;
  z-index: 99999999;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  z-index: 25;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  top: 0;
  right: 1rem;
}
#menu--toggle:before,
#menu--toggle:after {
  cursor: pointer;
  width: 2.5rem;
  height: 0.25rem;
  transform-origin: center bottom;
  left: 1em;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#menu--toggle span {
  position: relative;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#menu--toggle:before {
  top: 1.75rem;
  left: 0;
}
#menu--toggle:after {
  bottom: 1.75rem;
  left: 0;
}
#menu--toggle:hover:before,
#menu--toggle:hover:after,
#menu--toggle:hover span {
  color: #64a328;
  background: #64a328;
  transition: all 500ms ease-in-out;
}
#menu--toggle.active {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#menu--toggle.active span {
  opacity: 0;
  color: #64a328;
  background: #64a328;
}
#menu--toggle.active:before {
  top: 14px;
  left: 1px;
  background: #64a328;
}
#menu--toggle.active:after {
  bottom: 20px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #64a328;
}
@media screen and (min-width: 768px) {
  header {
    /* New */
  }
  header .logo {
    margin: inherit;
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    top: 0.65rem;
  }
  header nav {
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
    right: inherit;
    margin: 0;
    padding: 0;
    visibility: visible;
    opacity: 1;
    /*float: right;*/
    background: transparent;
    float: right;
  }
  header nav .menu-main-menu-container ul#menu-main-menu {
    margin: 0;
    padding: 0;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li {
    display: inline-block;
    margin-right: 1rem;
    position: relative;
    padding-bottom: 1rem;
    padding-top: .5rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li.menu-item-has-children {
    padding-right: 2rem;
    margin: 0;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .arrow {
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    top: .5rem;
    right: -0.5rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > a {
    text-decoration: none;
    font-weight: 300;
    border: none;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > a:hover {
    text-decoration: underline;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li {
    position: relative;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li:hover > .sub-menu {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu {
    padding: 1rem 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    left: 50%;
    opacity: 0;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 100%;
    transform: translateX(-50%) scale(0);
    transform-origin: top center;
    transition: opacity .2s,transform .2s;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li {
    list-style: none;
    white-space: nowrap;
    padding: 0 1rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > a {
    color: #1e4c6c;
    padding: 0;
    border: 0;
    font-weight: 300;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li:hover {
    background: #1e4c6c;
    color: #ffffff;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li:hover > a {
    color: #ffffff;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > .sub-menu {
    display: block;
    position: relative;
    padding-left: 0;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > .sub-menu > li {
    padding-left: 0;
    position: relative;
    display: block;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > .sub-menu > li > a {
    font-weight: 300;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li:first-child > a:before {
    background-color: #ffffff;
    content: '';
    height: 18px;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: background-color 0.2s linear;
    width: 18px;
    z-index: -1;
  }
  header form {
    margin: 0;
    padding: 0;
    position: relative;
    display: inline-block;
    float: right;
  }
  header form button {
    position: absolute;
    top: 0;
    right: 0;
    background: white;
  }
  header .mobile--button {
    display: none;
  }
  header #menu--toggle {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  header nav .menu-main-menu-container ul#menu-main-menu > li {
    margin-right: 1.5rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li.menu-item-has-children {
    margin-right: 1.5rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > a {
    font-size: 1rem;
  }
  header nav .menu-main-menu-container ul#menu-main-menu > li > .sub-menu > li > a {
    font-size: 1rem;
  }
}
footer {
  background: #1e4c6c;
  color: #ffffff;
  font-size: 1rem;
  padding: 4rem 0;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: block;
}
footer ul li .sub-menu {
  display: none;
}
footer ul li a {
  color: #ffffff;
}
footer ul li a:hover {
  color: #ffffff;
}
footer h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #ffffff;
}
footer .footer--left,
footer .footer--middle,
footer .footer--right {
  flex-basis: 100%;
  margin-right: 0;
  margin-bottom: 2rem;
}
footer .logo--container {
  text-align: center;
}
footer .logo--container figure {
  display: inline-block;
}
.copyright--menu {
  padding: 1rem 0;
}
.copyright--menu span {
  display: block;
}
.copyright--menu nav {
  display: block;
}
.copyright--menu nav ul {
  margin: 0;
}
.copyright--menu nav ul li {
  display: block;
}
.copyright--menu nav ul li a {
  color: #000000;
}
@media screen and (min-width: 768px) {
  footer .flexbox--container {
    justify-content: space-between;
  }
  footer .footer--left,
  footer .footer--middle,
  footer .footer--right {
    flex-basis: 24%;
  }
  footer .footer--middle {
    flex-basis: 48%;
  }
  .copyright--menu {
    padding: 1rem 0;
  }
  .copyright--menu span {
    display: inline-block;
  }
  .copyright--menu nav {
    display: inline-block;
  }
  .copyright--menu nav ul li {
    display: inline-block;
    margin-left: 2rem;
  }
}
.site {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  width: 100%;
}
.site__header {
  flex: 0 0 auto;
  position: relative;
}
.site__main {
  flex: 1 0 auto;
}
.site__footer {
  flex: 0 0 auto;
}
/* Buttons */
button,
.button,
input[type="submit"] {
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font-size: .85rem;
  position: relative;
  font-weight: 600;
  padding: 1rem;
  background-color: #1e4c6c;
  color: #ffffff;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  opacity: 1;
  display: inline-block;
  text-decoration: none;
  transition: all .25s;
  height: 46px;
}
button span,
.button span,
input[type="submit"] span {
  vertical-align: inherit;
}
button svg,
.button svg,
input[type="submit"] svg {
  display: none;
  fill: #ffffff;
  vertical-align: bottom;
}
button a,
.button a,
input[type="submit"] a {
  text-decoration: none;
  color: #ffffff;
}
.button__primary {
  background: #1e4c6c;
  border: 1px solid #1e4c6c;
  color: #ffffff;
}
.button__primary a {
  color: #ffffff;
}
.button__primary:hover {
  text-decoration: none;
  color: #1e4c6c;
  background: #ffffff;
}
.button__primary:hover a {
  text-decoration: none;
  color: #1e4c6c;
}
.button__primary:hover svg,
.button__primary:hover path {
  fill: #1e4c6c;
}
.button__secondary {
  background: #64a328;
  border: 1px solid #64a328;
  color: #ffffff;
}
.button__secondary a {
  color: #ffffff;
}
.button__secondary:hover {
  text-decoration: none;
  color: #64a328;
  background: #ffffff;
}
.button__secondary:hover a {
  text-decoration: none;
  color: #64a328;
}
.button__secondary:hover svg,
.button__secondary:hover path {
  fill: #64a328;
}
.button__arrow {
  position: relative;
}
.button__arrow svg {
  display: inline-block;
  margin-left: 2rem;
}
.button__shadow {
  box-shadow: 0px 2px 15px 0px rgba(255, 255, 255, 0.2);
}
.button__open {
  color: #ffffff;
}
.button__open a,
.button__open span {
  color: #ffffff;
}
.button__open:hover {
  text-decoration: underline;
  color: #ffffff;
  background: transparent;
}
.button__open:hover a,
.button__open:hover span {
  text-decoration: none;
  color: #ffffff;
}
.button__open:hover svg,
.button__open:hover path {
  fill: #ffffff;
}
.icon {
  fill: currentColor;
  height: 100%;
  width: 100%;
}
.button__icon {
  width: 1rem;
}
/* Form elements */
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 0;
  -webkit-text-fill-color: #A6AEBC;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  transition: background-color 5000s ease-in-out 0s;
  background: transparent!important;
}
input,
textarea,
select {
  outline: none;
  padding: 0.719rem 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
  font-size: 0.875rem;
  border: 1px solid #E1E4E8;
  opacity: 1;
}
textarea {
  resize: none;
  max-height: 8rem;
}
select {
  background: #ffffff url(../images/icons/dropdown-arrow.svg) center right 1rem no-repeat;
  padding: 0.8125rem 1rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  /* for IE 11 */
  display: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-webkit-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
input:-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
input::-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
input:-ms-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea::-webkit-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea:-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea::-moz-placeholder {
  color: #797979;
  opacity: 0.4;
}
textarea:-ms-input-placeholder {
  color: #797979;
  opacity: 0.4;
}
button[disabled],
html input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}
input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  width: auto;
  margin: 0 0 .25rem 0;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=tel],
input[type=search],
input[type=number] {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
input[type="reset"] {
  background: #ffffff;
  color: #797979;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  vertical-align: top;
  margin: 0;
  text-align: center;
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  padding: 1rem 2rem;
  border-radius: 0;
  transition: 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  overflow: hidden;
  border: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="tel"],
textarea {
  border: 3px solid transparent;
  width: 100%;
  font-size: 1rem;
  margin: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
textarea:focus {
  transition: all 0.5s ease-out;
  border-color: transparent;
}
input[aria-invalid='true'] {
  box-shadow: inset 0px 0px 0px 1px #ff8e8e;
  background-image: url(../images/icons/validation/error.svg);
  background-size: 1rem;
  background-position: center right 0.5rem;
  background-repeat: no-repeat;
  margin: 0 0 0.25rem 0;
}
hr {
  display: block;
  width: 100%;
  margin: 1rem 0;
  padding: 0;
  background: none;
  border: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
/* Gravity Forms */
.gform_wrapper {
  background: #1e4c6c;
  color: #ffffff;
  padding: 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.gform_wrapper form .gform_heading .gform_title {
  color: #ffffff;
}
.gform_wrapper form .gform_heading .gform_description {
  margin-bottom: 1rem;
  display: block;
}
.gform_wrapper form .gform_body > ul {
  list-style: none;
  margin: 0;
}
.gform_wrapper form .gform_body > ul .gfield {
  padding: 0 0 .5rem 0;
}
.gform_wrapper form .gform_body > ul .gfield:last-of-type {
  padding: 0;
}
.gform_wrapper form .gform_body > ul input,
.gform_wrapper form .gform_body > ul select,
.gform_wrapper form .gform_body > ul textarea {
  border-radius: .25rem;
  -moz-border-radius: .25rem;
  -webkit-border-radius: .25rem;
  width: 100%;
  margin-bottom: 0;
  border: 1px solid #ffffff;
}
.gform_wrapper form .gform_body > ul .hidden_sub_label,
.gform_wrapper form .gform_body > ul .gform_validation_container {
  display: none;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox {
  /* Clearfix */
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:before,
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:after {
  content: " ";
  display: table;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox:after {
  clear: both;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li {
  width: 50%;
  float: left;
  display: inline-block;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li input {
  width: auto;
}
.gform_wrapper form .gform_body > ul ul.gfield_checkbox li label {
  margin-left: 0.25rem;
}
.gform_wrapper form .gform_body > ul li.hidden_label > label {
  display: none;
}
.gform_wrapper form .gform_body > ul li .gfield_label {
  margin-bottom: 0.5rem;
  position: relative;
  display: block;
  font-size: 0.85rem;
}
.gform_wrapper form .gform_body > ul li .gfield_label .gfield_required {
  position: absolute;
  right: -1rem;
  color: #a70b29;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox {
  /* Clearfix */
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:before,
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:after {
  content: " ";
  display: table;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox:after {
  clear: both;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li {
  width: 100%;
  float: inherit;
  display: inline-block;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li input {
  width: auto;
}
.gform_wrapper form .gform_body > ul .agreement ul.gfield_checkbox li label {
  margin-left: 0.25rem;
}
.gform_wrapper form .gform_body > ul .ginput_container ul {
  list-style: none;
}
.gform_wrapper form .gform_body > ul .ginput_container.true input {
  border-color: #00da00;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center right 10px;
}
.gform_wrapper form .gform_body > ul .ginput_container.false input {
  border-color: #a70b29;
}
.gform_wrapper form .gform_footer {
  margin-top: 2rem;
  text-align: right;
}
.gform_wrapper form .gform_footer input[type="submit"] {
  background: #64a328;
  color: #ffffff;
}
.ginput_container_phone {
  position: relative;
  /*&:after {
        content: '';
        background-image: url(../images/icons/telephone.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0rem;
        z-index: 3;
        width: 44px;
        color: red;
        height: 100%;
        line-height: 44px;
    }*/
}
.ginput_container_email {
  position: relative;
  /*&:after {
        content: '';
        background-image: url(../images/icons/email.svg);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        right: 0rem;
        z-index: 3;
        width: 44px;
        color: red;
        height: 100%;
        line-height: 44px;
    }*/
}
.ginput_container_name {
  position: relative;
}
.ginput_container_name .ginput_container {
  position: relative;
  /* &:after {
            content: '';
            background-image: url(../images/icons/user.svg);
            background-size: 20px;
            background-repeat: no-repeat;
            background-position: center;
            position: absolute;
            top: 0;
            right: 0rem;
            z-index: 3;
            width: 44px;
            color: red;
            height: 100%;
            line-height: 44px;
        }*/
}
/* End Gravity Forms */
@media screen and (min-width: 768px) {
  /* Gravity Forms */
  .gform_wrapper form .gform_heading .gform_description {
    margin-bottom: 1rem;
    display: block;
  }
}
.align--left {
  text-align: left;
}
.align--center {
  text-align: center;
}
.align--right {
  text-align: right;
}
.news {
  background: #1e4c6c;
}
.news .flexbox--container {
  justify-content: center;
}
.news h1,
.news h2,
.news h3,
.news h4,
.news h5,
.news h6 {
  color: #ffffff;
}
.big--card {
  flex-basis: 100%;
  margin-bottom: 1rem;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.big--card:hover {
  box-shadow: 0 0 75px 0 black;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}
.big--card_thumbnail {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  /*height: 100%;*/
}
.big--card_thumbnail img {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform .25s;
}
.big--card_thumbnail:hover {
  transition: transform .25s;
}
.big--card_thumbnail:hover img {
  transform: scale(1.1);
  transition: transform .25s;
}
.big--card_summary {
  display: block;
  padding: 2rem 1rem 1rem 1rem;
  position: relative;
  text-align: left;
}
.big--card_summary h2 {
  margin-bottom: 0;
  color: #1e4c6c;
}
.big--card_summary a:hover {
  text-decoration: none;
}
.big--card_summary .big--card_title {
  font-size: 1.5rem;
}
.big--card_summary .big--card_category {
  position: absolute;
  top: -0.85rem;
  left: 1rem;
  z-index: 9;
  background: #1e4c6c;
  color: #ffffff;
  font-weight: 700;
  display: block;
  padding: .2rem 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}
/* Location */
.location--card {
  flex-basis: 100%;
  margin-bottom: 1rem;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.location--card:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.12);
}
.location--card_thumbnail {
  padding: 0;
  margin: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  min-height: 200px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.location--card_summary {
  display: block;
  padding: 1rem;
  position: relative;
  text-align: left;
}
.location--card_summary h2 {
  margin-bottom: 0;
  color: #1e4c6c;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
}
.location--card_summary p {
  display: none;
  line-height: 1.5;
  font-style: italic;
  margin: 0 0 0.5rem 0;
}
.location--card_summary a:hover {
  text-decoration: none;
}
.location--card_summary .location--card_title {
  font-size: 1.5rem;
}
.location--card_summary .stadsdeel {
  display: block;
  margin-bottom: .5rem;
}
@media screen and (min-width: 512px) {
  .big--card {
    flex-basis: 48%;
    margin-right: 2.66%;
  }
  .big--card:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .big--card.blog {
    flex-basis: 31%;
    margin-right: 2.66%;
  }
  .big--card.blog:nth-child(even) {
    margin-right: 2.66%;
  }
  .big--card.blog:nth-child(3n+3) {
    margin-right: 0;
  }
  .big--card.blog .big--card_summary {
    padding: 2rem 1rem 4rem 1rem;
    min-height: 19rem;
  }
  .big--card.blog .big--card_summary .button__arrow {
    position: absolute;
    bottom: 1rem;
  }
  /* Location */
  .location--card {
    display: flex;
  }
  .location--card_thumbnail {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    height: 100%;
  }
  .location--card > a {
    flex-basis: 33%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-width: 33%;
    height: 100%;
    /*width: 340px;*/
  }
  .location--card_summary {
    flex-basis: 66%;
    min-width: 66%;
  }
  .location--card_summary p {
    display: block;
  }
}
.single article {
  flex-basis: 100%;
  padding: 2rem 2rem 2rem 0;
}
.single article .breadcrumbs .wrapper {
  padding: 0;
}
.single aside {
  flex-basis: 100%;
  padding: 2rem 0;
}
/* Case */
.page--content {
  background-color: #ffffff;
  width: 100%;
}
.page--content .article--header {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.page--content .article--content {
  background: #ffffff;
  max-width: 860px;
  margin: 0 auto;
  margin-top: -3rem;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .single article {
    flex-basis: 60%;
    margin-bottom: 2rem;
  }
  .single aside {
    flex-basis: 40%;
    margin-bottom: 2rem;
  }
}
.search .search--box_after {
  background: #1e4c6c;
  color: #ffffff;
  margin-bottom: 2rem;
  padding: 2rem;
}
.search .search--box_after .flexbox--container {
  align-items: center;
}
.search .search--box_after .description {
  flex-basis: 100%;
  margin-bottom: 1rem;
}
.search .search--box_after .description h3 {
  color: #ffffff;
  margin: 0;
}
.search .search--box_after .description p {
  margin: 0;
}
.search .search--box_after form {
  flex-basis: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  float: right;
}
.search .search--box_after form input[type=text] {
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0.9375rem 1rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search .search--box_after form button {
  position: absolute;
  top: 0;
  right: 0;
  background: #64a328;
  height: 100%;
}
.search .search--box_after form button svg {
  display: inline-block;
  fill: #ffffff;
}
.search .search--box_after form button svg path {
  fill: #ffffff;
}
@media screen and (min-width: 768px) {
  .search .search--box_after .description {
    flex-basis: 30%;
    margin: 0;
  }
  .search .search--box_after form {
    flex-basis: 50%;
  }
}
/* Components */
/*@import 'components/....';*/
.columns .flexbox--container {
  justify-content: space-between;
}
.columns .half--container {
  flex-basis: 100%;
}
.columns .full--container {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .columns .half--container {
    flex-basis: 48%;
  }
  .columns .full--container {
    flex-basis: 100%;
  }
}
.breadcrumbs {
  padding: 1rem 0;
  color: #000000;
  font-size: 1rem;
  display: block;
}
.breadcrumbs span {
  color: #000000;
}
.breadcrumbs span > a:first-of-type {
  color: #1e4c6c;
}
.breadcrumbs span > a:first-of-type i,
.breadcrumbs span > a:first-of-type svg {
  font-size: 1rem;
}
.breadcrumbs span i,
.breadcrumbs span svg {
  font-size: 0.65rem;
  margin: 0 0.25rem;
  vertical-align: baseline;
}
.breadcrumbs span i.fa-chevron-right,
.breadcrumbs span svg.fa-chevron-right {
  color: #000000;
}
.breadcrumbs span a {
  color: #000000;
  text-decoration: none;
}
.breadcrumbs span a:hover {
  text-decoration: underline;
}
.faq__container .accordion .faq__question {
  color: #000000;
  padding: 0.5rem 0;
  display: block;
  position: relative;
  font-weight: 700;
  border-top: 1px solid #ececec;
  cursor: pointer;
  padding-right: 2rem;
  font-family: 'Heebo', sans-serif;
}
.faq__container .accordion .faq__question:after {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
}
.faq__container .accordion .faq__question.active:after {
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.faq__container .accordion .faq__answer {
  box-sizing: border-box;
  background-color: #ffffff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
@media screen and (min-width: 1024px) {
  .faq__container {
    max-width: 50%;
  }
}
.team--members .flexbox--container {
  justify-content: space-between;
}
.team--member {
  flex-basis: 48%;
  margin-bottom: 2rem;
  position: relative;
}
.team--member .description {
  position: absolute;
  left: -10px;
  right: 10px;
  bottom: 1rem;
  background: #a70b29;
  color: #ffffff;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
}
.team--member .description span {
  font-size: 1rem;
  display: block;
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
  padding: 0 20px;
}
.team--member #outer {
  position: relative;
  -ms-transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  transform: skew(-10deg, 0deg);
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.team--member #inner {
  position: absolute;
  left: -40px;
  background-size: cover;
  background-position: center;
  width: 370px;
  height: 400px;
  -ms-transform: skew(10deg, 0deg);
  -webkit-transform: skew(10deg, 0deg);
  transform: skew(10deg, 0deg);
}
@media screen and (min-width: 768px) {
  .team--member {
    flex-basis: 31%;
  }
}
@media screen and (min-width: 1024px) {
  .team--member {
    flex-basis: 22%;
  }
}
.imageheader {
  position: relative;
  overflow: hidden;
  max-height: 400px;
  background-color: #1e4c6c;
}
.imageheader__container {
  padding: 4rem 0 7rem 0;
  flex-basis: 100%;
  max-width: 100%;
  color: #ffffff;
}
.imageheader__container .title__container {
  position: relative;
  margin-bottom: 2rem;
}
.imageheader__container h1 {
  font-weight: 500;
}
.imageheader__container h1 strong {
  font-weight: 700;
}
.imageheader__container h1,
.imageheader__container h2,
.imageheader__container h3,
.imageheader__container h4,
.imageheader__container h5,
.imageheader__container h6 {
  color: #ffffff;
}
.imageheader .flexbox--container {
  justify-content: space-evenly;
}
.imageheader .specificaties {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #64a328;
  color: #ffffff;
  width: 75%;
  padding: 1rem;
}
.imageheader .specificaties__inner {
  max-width: 570px;
}
.imageheader .specificaties__inner ul {
  margin: 0;
  padding: 0;
}
.imageheader .specificaties__inner ul li {
  display: block;
  width: 100%;
  float: left;
  display: flex;
  align-items: flex-start;
}
.imageheader .specificaties__inner ul li svg {
  height: 100%;
  flex-basis: 2rem;
  vertical-align: top;
  align-self: flex-start;
  top: 10px;
  position: relative;
}
.imageheader .specificaties__inner ul li span {
  flex-basis: calc(100% - 2rem);
  padding-right: 1rem;
}
@media screen and (min-width: 768px) {
  .imageheader {
    height: 400px;
  }
  .imageheader .background {
    height: 100%;
  }
  .imageheader__container {
    padding: 4rem 0 7rem 0;
  }
  .imageheader__container h1 {
    font-size: 2.5rem;
  }
  .imageheader .specificaties {
    width: 50%;
    padding: 2rem;
  }
  .imageheader .specificaties__inner ul li {
    display: inline-block;
    width: 50%;
    display: flex;
    align-items: flex-start;
  }
}
.main_blocks.overlay {
  padding: 0;
  margin-top: -5rem;
}
.main_blocks .main_blocks__top .top__block {
  flex-basis: 100%;
  background: #ffffff;
  padding: 0.5rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: .5rem;
  cursor: pointer;
}
.main_blocks .main_blocks__top .top__block a:hover {
  text-decoration: none;
}
.main_blocks .main_blocks__top .top__block:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.main_blocks .main_blocks__top .top__block_inner {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1e4c6c;
  padding: 1rem;
  display: flex;
  align-content: space-between;
  flex-wrap: wrap;
  /*min-height: 250px;*/
}
.main_blocks .main_blocks__top .top__block_inner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50%;
  display: block;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.main_blocks .main_blocks__top .top__block_title {
  color: #ffffff;
  font-size: 1.625rem;
  z-index: 3;
}
.main_blocks .main_blocks__bottom .bottom__block {
  flex-basis: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #1e4c6c;
  padding: 2rem;
  color: #ffffff;
  margin-bottom: 2rem;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.main_blocks .main_blocks__bottom .bottom__block_title {
  color: #ffffff;
  font-size: 1.625rem;
}
@media screen and (min-width: 512px) {
  .main_blocks .main_blocks__top .top__block {
    flex-basis: 49%;
  }
  .main_blocks .flexbox--container {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .main_blocks.overlay {
    padding: 0;
    margin-top: -9rem;
  }
  .main_blocks .background {
    background: inherit;
  }
  .main_blocks .main_blocks__top .top__block {
    flex-basis: 48%;
  }
  .main_blocks .main_blocks__top .top__block_inner {
    min-height: 250px;
  }
  .main_blocks .flexbox--container {
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .main_blocks .main_blocks__top .top__block {
    flex-basis: 24%;
  }
  .main_blocks .main_blocks__top .top__block_inner {
    min-height: 200px;
  }
}
.locaties .faq {
  display: none;
}
.checkbox--toggle {
  width: 15px;
  display: inline-block;
  height: 15px;
  position: absolute;
  top: 5px;
  background: url('../images/icons/plus.svg');
  right: 0;
  z-index: 999;
  cursor: pointer;
}
.checkbox--toggle.is-active {
  background: url('../images/icons/minus.svg');
}
.checkbox--sub {
  padding-left: 10px;
}
#ajax_pagination .nav-links .page-numbers {
  width: 44px;
  height: 44px;
  text-align: center;
  border: 1px solid #BDC7C2;
  color: #797979;
  line-height: 44px;
  display: inline-block;
  margin-right: 0.5rem;
  border-radius: 4px;
}
#ajax_pagination .nav-links .page-numbers.current {
  border: 1px solid #1e4c6c;
  color: #1e4c6c;
}
#ajax_pagination .nav-links .page-numbers:hover {
  background: #1e4c6c;
  color: #ffffff;
  text-decoration: none;
}
.fotos {
  background: #1e4c6c;
  color: #ffffff;
}
.fotos figure {
  flex: 0 0 100%;
  line-height: 0;
  margin-bottom: 2rem;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  max-height: 250px;
}
.fotos figure img {
  line-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.fotos figure figcaption {
  background: #ffffff;
  padding: 0.5rem 1rem;
  text-align: left;
  color: #000000;
  display: block;
  line-height: 2;
  font-size: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.slick-lightbox-slick-caption {
  padding: 1rem 0;
}
/* Archive */
.filter--part {
  margin-bottom: 2rem;
}
.filter--part > span {
  font-weight: 700;
  color: #000000;
  margin-bottom: 0.5rem;
  display: block;
}
.location--filter,
.location--container {
  flex-basis: 100%;
}
.location--filter .breadcrumbs,
.location--container .breadcrumbs {
  padding-top: 0;
}
.location--filter .breadcrumbs .wrapper,
.location--container .breadcrumbs .wrapper {
  padding: 0;
}
.location--filter .archive--description a,
.location--container .archive--description a {
  color: #000000;
  text-decoration: underline;
}
.location--filter {
  position: fixed;
  background: #ffffff;
  left: 0;
  right: 0;
  bottom: 0rem;
  z-index: 9;
  display: none;
  padding: 1rem 1rem 6rem 1rem;
  box-shadow: 0 0 1px 1px #00000024;
}
.location--filter form .filter--part {
  margin-bottom: 1rem;
  border-bottom: 1px solid;
}
.location--filter form .filter--part .checkbox {
  display: none;
}
.filter--toggle {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 1rem;
  background: #64a328;
  color: #ffffff;
  border-radius: 5px;
  /*position: relative;*/
  z-index: 9;
  width: 200px;
  margin: 0 auto 1rem auto;
}
.checkbox {
  margin-bottom: .3rem;
  position: relative;
}
.checkbox input {
  height: 22px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 22px;
  z-index: 3;
}
.checkbox input:checked + label::after {
  background-color: #1e4c6c;
  transform: scale(1);
}
.checkbox input:active + label::after,
.checkbox input:hover + label::after {
  transform: scale(1);
}
.checkbox label {
  color: #000000;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 2rem;
  position: relative;
}
.checkbox label:before {
  background-color: #ffffff;
  border: 1px solid #ececec;
  border-radius: 5px;
  content: '';
  height: 22px;
  left: 0;
  position: absolute;
  top: 0;
  width: 22px;
}
.checkbox label:after {
  background-color: rgba(30, 76, 108, 0.5);
  border-radius: 3px;
  content: '';
  height: 16px;
  left: 3px;
  position: absolute;
  top: 3px;
  transform: scale(0);
  transition: background-color 0.15s, transform 0.15s;
  width: 16px;
}
/* Single */
.location__left {
  flex-basis: 100%;
  margin-bottom: 2rem;
}
.location__left .faq__container {
  max-width: 100%;
}
.location__right {
  flex-basis: 100%;
}
.acf-map {
  width: 100%;
  height: 258px;
}
.acf-map img {
  max-width: inherit !important;
}
.usps--locatie {
  color: #ffffff;
  background: #1e4c6c;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
.usps--locatie ul {
  margin: 0;
  list-style: none;
}
.usps--locatie ul li svg {
  margin-right: 1rem;
}
.specificaties--locatie li.specificatie {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 0.5rem 1rem;
  border-top: 1px solid #f1f2f4;
  color: #000000;
}
.specificaties--locatie li.specificatie:nth-of-type(even) {
  background: #F8F9FB;
}
.specificaties--locatie li.specificatie .specificaties--label {
  /*font-weight: 700;*/
}
.specificaties--locatie li.specificatie .specificaties--text,
.specificaties--locatie li.specificatie .specificaties--label {
  display: table-cell;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .location__left {
    flex-basis: 60%;
    padding-right: 2rem;
    margin: 0;
    float: left;
    width: 60%;
    flex: 1 0 60%;
    max-width: 60%;
  }
  .filter--toggle {
    display: none;
  }
  .location--filter {
    background: #ffffff;
    left: 0;
    right: 0;
    z-index: 9;
    display: block!important;
    position: relative;
    box-shadow: none;
  }
  .location--filter form .filter--part {
    margin-bottom: 1rem;
    border-bottom: 0;
  }
  .location--filter form .filter--part .checkbox {
    display: block;
  }
  .location--filter form .filter--part--indeling .checkbox {
    display: none;
  }
  .location--filter form .filter--part--indeling .checkbox--open {
    display: block;
  }
  .location__right {
    flex-basis: 40%;
    width: 40%;
    float: right;
    flex: 1 0 40%;
    max-width: 40%;
  }
  .fotos .content-images {
    justify-content: space-between;
  }
  .fotos figure {
    flex: 1 0 31%;
    margin-bottom: 2rem;
    float: left;
    width: 31%;
    max-width: 31%;
    min-width: 300px;
  }
}
@media screen and (min-width: 1024px) {
  /* Archive */
  .location--filter {
    flex-basis: 30%;
    float: left;
    width: 30%;
    flex: 1 0 30%;
    max-width: 30%;
  }
  .location--container {
    flex-basis: 70%;
    float: left;
    width: 70%;
    flex: 1 0 70%;
    max-width: 70%;
  }
  .faq__container {
    max-width: 50%;
  }
}
