body, html, div, span, object, embed, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, var, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

article,
blockquote {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, label, input[type=submit], input[type=radio], input[type=file], select, button {
  cursor: pointer; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

body {
  background: #fff;
  color: #444;
  font: 300 1rem "Work Sans", Helvetica, arial, sans-serif;
  line-height: 1.5em; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 400;
  font-family: "Ropa Sans", Helvetica, arial, sans-serif;
  line-height: 1.1em;
  color: #003366; }

h1, .h1 {
  font-size: 2.3em;
  background: #003366;
  padding: 0.4em 0.6em 0.3em 0.6em;
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  line-height: 1; }

h2, .h2 {
  font-size: 2.25em;
  padding-bottom: 0.4em; }

h3, .h3 {
  font-size: 1.750em; }

h4, .h4 {
  font-size: 1.5em; }

h5, .h5 {
  font-size: 1.2em; }

h6, .h6 {
  font-size: 1.125em; }

p {
  margin-bottom: 25px;
  text-rendering: optimizeLegibility; }

a {
  text-decoration: underline;
  color: #003366; }

a:hover {
  text-decoration: none; }

li {
  list-style: square; }

nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  padding: 0; }

nav li {
  list-style: none; }

nav a {
  text-decoration: none;
  padding-left: 10px;
  padding-right: 10px; }

.text-color {
  color: #444; }

.small {
  font-size: 90%; }

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.button,
button,
input[type=submit] {
  background-color: #003366;
  border: 0;
  padding: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "Work Sans", Helvetica, arial, sans-serif;
  font-size: 1.1rem;
  -webkit-transition: backgroud-color 0.2s;
  -o-transition: backgroud-color 0.2s;
  transition: backgroud-color 0.2s;
  cursor: pointer;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%; }
  .button a,
  button a,
  input[type=submit] a {
    color: #fff;
    text-decoration: none; }
  .button:hover,
  button:hover,
  input[type=submit]:hover {
    background-color: #00264d; }

.button--secondary {
  background-color: #FF0033; }
  .button--secondary:hover {
    background-color: #e6002e; }

.button--large {
  font-size: 1.5rem; }
  @media (max-width: 800px) {
    .button--large {
      font-size: 1.2rem; } }

.button--medium {
  font-size: 1.2rem; }
  @media (max-width: 980px) {
    .button--medium {
      font-size: 0.875rem; } }

.button--small {
  font-size: 1rem; }

.button--padding {
  padding: 15px; }

.button--regular-text {
  font-weight: 300; }

.button--auto {
  width: auto; }

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .header .topnav, .header .search, .header .language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  @media (max-width: 1025px) {
    .header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 1025px) {
    .header .search {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }

.branding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 120px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }
  .branding h1 {
    font-size: inherit;
    background: inherit;
    padding: inherit;
    color: inherit;
    display: inherit;
    text-transform: inherit;
    line-height: inherit;
    font-weight: inherit;
    font-family: inherit; }
  @media (max-width: 1025px) {
    .branding {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      -ms-flex-item-align: center;
          align-self: center;
      height: auto;
      margin-top: 75px; } }
  .branding .logo {
    padding-bottom: 20px; }
    @media (max-width: 1025px) {
      .branding .logo {
        padding: 0 15px 15px 15px; } }
  .branding .logo img {
    max-width: 100%; }

.menu-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }
  @media (max-width: 1025px) {
    .menu-wrapper {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-bottom: 1px solid #ccc;
      width: 100%;
      right: 0;
      position: fixed;
      left: 0;
      background: #fff;
      z-index: 999; } }
  .menu-wrapper .top-menu {
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding-top: 10px; }
    @media (max-width: 1025px) {
      .menu-wrapper .top-menu {
        -ms-flex-item-align: start;
            align-self: flex-start;
        padding-top: 7px;
        padding-right: 6px; } }
  .menu-wrapper .mobile-contact {
    display: none;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: 34px;
    line-height: 14px;
    font-size: 12px;
    margin-right: 5px; }
    .menu-wrapper .mobile-contact a {
      font-size: 12px; }
    @media (max-width: 1025px) {
      .menu-wrapper .mobile-contact {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.hero-image {
  position: relative;
  overflow: hidden; }
  .hero-image--withtitle {
    margin-bottom: -1.9em;
    position: relative;
    z-index: -1; }
  .hero-image img {
    width: 100%;
    max-width: 100%;
    display: block; }
  .hero-image__vervolg {
    height: 400px;
    overflow: hidden;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat; }
  .hero-image__text {
    position: absolute;
    max-width: 70em;
    width: 100%;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media (max-width: 70em) {
      .hero-image__text {
        padding: 0 20px; } }
    @media (max-width: 460px) {
      .hero-image__text {
        bottom: 0; } }
    .hero-image__text h1 {
      color: #003366;
      max-width: 660px;
      background-color: rgba(238, 238, 238, 0.7);
      padding: 10px;
      display: block; }
    .hero-image__text p {
      max-width: 660px;
      background-color: rgba(238, 238, 238, 0.7);
      padding: 10px;
      margin-bottom: 0; }
      @media (max-width: 415px) {
        .hero-image__text p {
          display: none; } }

.certificates__image {
  padding: 5px; }

input,
textarea,
select {
  border: 1px solid #ccc;
  padding: 10px;
  font-family: inherit;
  color: #444;
  line-height: 1;
  font-weight: 400;
  font-size: inherit;
  width: 100%;
  border-radius: 0; }

input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
  padding: 5px;
  height: 16px;
  width: 16px; }

.wpcf7-checkbox.no-labels .wpcf7-list-item {
  width: 40px;
  height: 40px;
  margin: 0;
  position: relative; }
  .wpcf7-checkbox.no-labels .wpcf7-list-item input[type="checkbox"] {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0; }
    .wpcf7-checkbox.no-labels .wpcf7-list-item input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
      font-size: 1rem; }
  .wpcf7-checkbox.no-labels .wpcf7-list-item-label {
    font-size: 0; }
    .wpcf7-checkbox.no-labels .wpcf7-list-item-label::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      border: 1px solid #CCC;
      width: 100%;
      height: 100%;
      background-color: #FFF;
      pointer-events: none; }
    .wpcf7-checkbox.no-labels .wpcf7-list-item-label::after {
      content: '\f00c';
      font-family: FontAwesome;
      color: #003366;
      position: absolute;
      left: 0;
      top: 0;
      line-height: 40px;
      width: 40px;
      height: 40px;
      pointer-events: none;
      text-align: center;
      -webkit-transition: font-size 200ms ease-in-out;
      -o-transition: font-size 200ms ease-in-out;
      transition: font-size 200ms ease-in-out; }

@media only screen and (max-width: 800px) {
  .topnav {
    display: none !important; } }

.topnav .nav__list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.topnav .nav__link {
  color: #444444;
  display: inline-block; }

.topnav .nav__item:after {
  content: "|"; }

.topnav .nav__item:last-child:after {
  content: ""; }

.nav-secondary .nav__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.nav-secondary .nav__item {
  padding-left: 0; }
  .nav-secondary .nav__item:before {
    font-family: FontAwesome;
    content: "\f054";
    font-size: 10px;
    color: #FF0033;
    line-height: 24px; }

.nav-secondary .nav__link {
  font-size: 0.875em;
  color: #444444; }

.copyrightnav {
  margin-left: 5px; }
  @media only screen and (max-width: 490px) {
    .copyrightnav {
      display: none !important; } }
  .copyrightnav .nav__item {
    display: inline-block;
    font-size: 0.875em; }
    .copyrightnav .nav__item:before {
      content: " | "; }
  .copyrightnav .nav__link {
    text-decoration: underline;
    padding: 0 8px 0 2px;
    display: inline-block;
    color: #444; }

.search__form {
  border: 1px solid #ccc;
  position: relative; }

.search__input {
  width: 100%;
  border: none;
  padding: 5px 10px 5px 10px;
  outline: 0;
  -webkit-appearance: none;
  line-height: 22px; }
  .search__input::-webkit-search-cancel-button {
    display: none; }

.search__button {
  position: absolute;
  right: 0;
  top: 0;
  font-family: FontAwesome;
  content: '\f002';
  width: 32px;
  height: 32px;
  background: none;
  border: 0;
  color: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0; }
  .search__button:hover {
    background: #eee; }

@media only screen and (max-width: 800px) {
  .header .search__input {
    width: 32px;
    text-indent: -9999px; } }

.content-block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1%; }
  @media (max-width: 800px) {
    .content-block {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 100%;
              flex: 0 1 100%;
      margin: 0 20px 20px 20px; } }
  .content-block--solid {
    background-color: #fff;
    padding: 12px; }
  .content-block--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center; }
  @media (min-width: 801px) {
    .content-block--1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(8.33333% - 2%);
              flex: 0 0 calc(8.33333% - 2%); } }
  @media (min-width: 801px) {
    .content-block--2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(16.66667% - 2%);
              flex: 0 0 calc(16.66667% - 2%); } }
  @media (min-width: 801px) {
    .content-block--3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(25% - 2%);
              flex: 0 0 calc(25% - 2%); } }
  @media (min-width: 801px) {
    .content-block--4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33.33333% - 2%);
              flex: 0 0 calc(33.33333% - 2%); } }
  @media (min-width: 801px) {
    .content-block--5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(41.66667% - 2%);
              flex: 0 0 calc(41.66667% - 2%); } }
  @media (min-width: 801px) {
    .content-block--6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(50% - 2%);
              flex: 0 0 calc(50% - 2%); } }
  @media (min-width: 801px) {
    .content-block--7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(58.33333% - 2%);
              flex: 0 0 calc(58.33333% - 2%); } }
  @media (min-width: 801px) {
    .content-block--8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(66.66667% - 2%);
              flex: 0 0 calc(66.66667% - 2%); } }
  @media (min-width: 801px) {
    .content-block--9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(75% - 2%);
              flex: 0 0 calc(75% - 2%); } }
  @media (min-width: 801px) {
    .content-block--10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(83.33333% - 2%);
              flex: 0 0 calc(83.33333% - 2%); } }
  @media (min-width: 801px) {
    .content-block--11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(91.66667% - 2%);
              flex: 0 0 calc(91.66667% - 2%); } }
  @media (min-width: 801px) {
    .content-block--12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 2%);
              flex: 0 0 calc(100% - 2%); } }
  @media (min-width: 801px) {
    .content-block--title-fix {
      padding-top: 54px; } }
  @media (max-width: 800px) {
    .content-block--mobile-0 {
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .content-block--mobile-1 {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .content-block__title {
    margin-bottom: 20px;
    display: block;
    text-transform: uppercase; }
    .content-block__title--small {
      font-size: 1.25em; }
    .content-block__title--fixed-height {
      min-height: 45px; }
  .content-block__link {
    text-decoration: none; }
    .content-block__link:hover {
      text-decoration: underline; }
  .content-block__image {
    position: relative;
    height: 150px;
    overflow: hidden;
    max-width: 100%;
    background-image: url("/wp-content/uploads/2016/06/default-image.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
    .content-block__image__container {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .content-block__image__container:hover {
        -webkit-transform: translateZ(0) scale(1.1);
                transform: translateZ(0) scale(1.1); }
    .content-block__image:after {
      opacity: 0;
      content: "\f055";
      font-family: FontAwesome;
      color: rgba(255, 255, 255, 0.8);
      font-size: 3em;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s; }
    .content-block__image:hover:after {
      opacity: 1; }
    .content-block__image--header {
      height: 200px; }
    .content-block__image img {
      width: 100%;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-backface-visibility: hidden;
      -webkit-transform: translateZ(0) scale(1, 1);
              transform: translateZ(0) scale(1, 1); }
  .content-block__image-large {
    max-width: 100%; }
  .content-block__text {
    margin-top: 20px;
    color: #444; }
    .content-block__text--padding {
      padding: 25px;
      min-height: auto;
      margin-top: 0; }
      .content-block__text--padding p {
        margin-bottom: 0; }
    .content-block__text--grid {
      margin-bottom: 25px; }
  .content-block--grid {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 31%;
            flex: 0 1 31%;
    margin-bottom: 3%; }
    @media only screen and (max-width: 800px) {
      .content-block--grid {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
  .content-block--bg {
    background: #fff; }
  .content-block--2 {
    margin-left: 10px;
    margin-right: 10px; }

.cta-block,
.section__container.cta-block {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  width: 100%;
  margin-bottom: 30px; }
  @media (max-width: 960px) {
    .cta-block,
    .section__container.cta-block {
      margin-bottom: 0; } }
  .cta-block__title,
  .section__container.cta-block__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .cta-block__title,
      .section__container.cta-block__title {
        font-size: 1.6rem; } }
  .cta-block__button,
  .section__container.cta-block__button {
    width: 42%; }
    @media (max-width: 768px) {
      .cta-block__button,
      .section__container.cta-block__button {
        width: 100%;
        margin-bottom: 10px; } }

.mobile-cta {
  color: #003366;
  text-decoration: none; }
  .mobile-cta .visit-us, .mobile-cta .call-us {
    position: relative; }
  .mobile-cta .visit-us:after, .mobile-cta .visit-us:before, .mobile-cta .call-us:after, .mobile-cta .call-us:before {
    font-family: FontAwesome;
    speak: none;
    display: inline-block; }
  .mobile-cta .call-us:after, .mobile-cta .visit-us:after {
    content: '\f054';
    font-size: 24px;
    right: 10px;
    position: absolute;
    margin-top: 26px; }
  @media (max-width: 600px) {
    .mobile-cta .call-us:after {
      margin-top: 15px; } }
  .mobile-cta .call-us:before, .mobile-cta .visit-us:before {
    font-size: 32px;
    float: left;
    margin-right: 16px;
    margin-left: 7px; }
  .mobile-cta .call-us:before {
    content: '\f10b'; }
  .mobile-cta .visit-us:before {
    content: '\f041'; }
  .mobile-cta--flex {
    padding-bottom: 0 !important;
    padding-top: 20px !important;
    position: relative;
    margin-bottom: -20px !important; }
    @media (max-width: 960px) {
      .mobile-cta--flex {
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; } }
    @media (max-width: 600px) {
      .mobile-cta--flex {
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; } }
  .mobile-cta .content-block {
    margin-bottom: 0; }
    @media (max-width: 600px) {
      .mobile-cta .content-block {
        margin-bottom: 20px; } }
  @media (min-width: 601px) {
    .mobile-cta .content-block:last-child {
      margin-left: 0;
      margin-bottom: 0; } }
  @media (max-width: 600px) {
    .mobile-cta .content-block:last-child {
      margin-bottom: 0; } }

.language {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }
  .language__select {
    border: none; }

#lang_sel a {
  margin-top: 10px; }

#lang_sel_click ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

#lang_sel_click {
  font-family: "Work Sans", Helvetica, arial, sans-serif; }

#lang_sel_click li {
  width: 57px;
  list-style: none !important; }

#lang_sel_click a {
  border: none;
  color: #444;
  font: 400 1rem "Work Sans", Helvetica, arial, sans-serif;
  line-height: 1.5em;
  display: inline-block; }

#lang_sel_click ul ul {
  width: 50px;
  display: block;
  border-top: none; }

#lang_sel_click a.lang_sel_sel {
  background-image: none;
  font-weight: bold; }

#lang_sel_click a.lang_sel_sel:after {
  font-family: FontAwesome;
  speak: none;
  content: '\f0d7';
  margin-left: 6px;
  margin-right: 4px;
  color: #FF0033; }

.popUp-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 51, 102, 0.7);
  cursor: url(../images/close.png), auto; }

.popUp-container {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-left: 3px solid red;
  padding: 2em;
  width: 900px;
  background-color: #E8E8E8;
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9999; }
  @media (max-width: 900px) {
    .popUp-container {
      width: 95%; } }
  .popUp-container--small {
    width: 500px; }
    @media (max-width: 900px) {
      .popUp-container--small {
        width: 95%; } }
  .popUp-container__block {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }
  .popUp-container__title {
    margin-bottom: 10px;
    text-transform: uppercase; }
  .popUp-container__select {
    padding: 0 1em;
    font-size: 1em;
    color: grey;
    width: 100%;
    max-width: 30em;
    height: 2.5em; }
  .popUp-container__text {
    font-size: 1.1em;
    line-height: 1.7em;
    width: 28em; }
  .popUp-container ul {
    margin-top: 2em;
    margin-left: -5.1em; }
  .popUp-container ul li {
    list-style-type: none; }
  .popUp-container ul li a {
    font-size: 1.1em;
    text-decoration: none;
    color: #444; }
  .popUp-container .fa {
    font-size: 1.4em;
    margin-right: 10px; }
  .popUp-container img {
    width: 100%; }
  .popUp-container .ajax-loader {
    width: 20px;
    margin: 0 auto;
    display: block; }
  .popUp-container .fa-close {
    margin: 0 0 4em 15em;
    background-color: transparent;
    color: black;
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    top: 10px;
    right: 10px; }
    .popUp-container .fa-close:hover {
      color: #FF0033; }
  .popUp-container__item {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-top: 20px; }
    @media (max-width: 640px) {
      .popUp-container__item {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .popUp-container__item[data-id="one"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .popUp-container__content {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
    @media (max-width: 640px) {
      .popUp-container__content {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .popUp-container__content ul {
      margin: 0;
      padding: 0;
      line-height: 2.5em; }
  .popUp-container__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
    text-align: center; }
    @media (max-width: 640px) {
      .popUp-container__info {
        margin-left: 0;
        margin-top: 50px;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
    .popUp-container__info h4 {
      color: #444444; }

.cta-banner {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#f1f1f1));
  background: -webkit-linear-gradient(left, #fff 0%, #f1f1f1 100%);
  background: -o-linear-gradient(left, #fff 0%, #f1f1f1 100%);
  background: linear-gradient(to right, #fff 0%, #f1f1f1 100%);
  right: -1rem;
  top: 4rem;
  padding: 1rem 3rem 1.5rem 2.5rem;
  text-align: center; }
  @media (max-width: 1639px) {
    .cta-banner {
      right: 0;
      top: 2rem; } }
  @media (max-width: 767px) {
    .cta-banner {
      position: relative;
      margin-top: -30px;
      margin-bottom: 40px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f1f1f1));
      background: -webkit-linear-gradient(top, #fff, #f1f1f1);
      background: -o-linear-gradient(top, #fff, #f1f1f1);
      background: linear-gradient(to bottom, #fff, #f1f1f1); } }
  @media (min-width: 1640px) {
    .cta-banner::after {
      content: '';
      position: absolute;
      right: 0;
      top: 100%;
      width: 1rem;
      height: 1rem;
      border-top: 1rem solid #cacaca;
      border-right: 1rem solid transparent; } }
  .cta-banner__title {
    font-family: Formula1, Arial, sans-serif;
    color: #ed1b2f;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 1.75rem;
    letter-spacing: 2px; }
  .cta-banner__image {
    width: 200px;
    margin-bottom: 1.5rem; }
    @media (max-width: 767px) {
      .cta-banner__image {
        margin: 0 auto 1.5rem; } }
  .cta-banner .button {
    background-color: #ed1b2f; }

.news-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 20px 0;
  margin-right: 10px; }
  @media (max-width: 880px) {
    .news-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin-right: 0;
      margin-bottom: 20px; } }
  .news-item__heading {
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 20px;
    color: #666;
    font-family: "Ropa Sans", Helvetica, arial, sans-serif;
    text-transform: uppercase; }
  .news-item .button {
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-decoration: none;
    padding: 10px 50px; }
  .news-item__post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 20px; }
  .news-item__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .news-item__title a {
      text-decoration: none; }
  .news-item__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%; }
    @media (max-width: 480px) {
      .news-item__content {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%; } }
  .news-item__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 34%;
            flex: 0 1 34%;
    margin-left: 1%; }
    @media (max-width: 480px) {
      .news-item__image {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        margin-left: 0; } }
    .news-item__image img {
      width: 100%;
      height: auto; }
  .news-item a {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .news-item .more-link {
    display: none; }
  .news-item__list {
    display: block;
    color: #003366 !important;
    font-family: "Ropa Sans", Helvetica, arial, sans-serif;
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative; }
    .news-item__list span {
      text-decoration: none !important; }
    @media (max-width: 500px) {
      .news-item__list {
        font-size: 0.8em; } }
    .news-item__list:after {
      display: block;
      position: absolute;
      right: 20px; }
    .news-item__list:hover {
      background-color: #f6f6f6; }
      .news-item__list:hover:after {
        right: 5px; }
  .news-item > a:first-of-type {
    border-top: 1px solid #eee;
    margin-top: 20px; }

.video-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-left: 10px;
  padding: 20px 0; }
  @media (max-width: 880px) {
    .video-item {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      margin-left: 0; } }
  .video-item__heading {
    font-size: 24px;
    font-family: "Ropa Sans", Helvetica, arial, sans-serif;
    padding-left: 30px;
    color: #666;
    text-transform: uppercase; }
  .video-item__video {
    padding: 0 20px; }
    .video-item__video iframe {
      width: 100%; }
  .video-item__content {
    margin: 20px; }
  .video-item__container {
    width: 100%;
    padding: 0 2%; }
    @media (max-width: 660px) {
      .video-item__container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .video-item__button {
    display: block;
    text-align: center;
    position: relative;
    width: calc(50% - 20px);
    float: left;
    text-decoration: none;
    margin: 0 10px; }
    @media (max-width: 660px) {
      .video-item__button {
        width: calc(100% - 20px);
        float: none;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 10px; } }

@font-face {
  font-family: Formula1;
  src: url("../fonts/Formula1-Regular.otf") format("opentype"); }

@font-face {
  font-family: Formula1-Wide;
  src: url("../fonts/Formula1-Wide.otf") format("opentype"); }

@font-face {
  font-family: Formula1;
  font-weight: bold;
  src: url("../fonts/Formula1-Bold.otf") format("opentype"); }

.page-title {
  margin-bottom: 20px;
  display: inline-block; }

.icon-link {
  color: #666;
  font-family: "Work Sans", Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none; }
  .icon-link--bold {
    font-weight: 600; }
  .icon-link--icon-right {
    position: absolute;
    right: 15px;
    top: 14px; }
  .icon-link span {
    text-decoration: underline; }
  .icon-link:after {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 0.8em;
    display: inline-block;
    margin-left: 10px;
    color: #FF0033;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none; }
  .icon-link:hover span {
    text-decoration: underline; }
  .icon-link:hover:after {
    margin-left: 15px;
    display: inline-block;
    text-decoration: none; }

.section {
  width: 100%;
  margin: 0 auto; }
  .section__title {
    max-width: 70em;
    display: block;
    text-align: center;
    color: #666;
    font-size: 1.5em;
    font-weight: 400;
    font-family: "Ropa Sans", Helvetica, arial, sans-serif;
    margin: 25px auto 0 auto;
    text-transform: uppercase; }
    .section__title:after {
      content: '';
      display: block;
      position: relative;
      width: 175px;
      height: 10px;
      border-bottom: 2px solid #EEEEEE;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
  .section__container {
    max-width: 70em;
    width: 100%;
    margin: 0 auto;
    padding: 40px 0; }
    @media (max-width: 960px) {
      .section__container {
        padding: 40px 0 20px 0; } }
    @media (max-width: 800px) {
      .section__container {
        padding: 40px 0 10px 0; } }
    .section__container--flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 960px) {
        .section__container--flex {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .section__container--flex-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .section__header {
    font-size: 1.2rem;
    background: #FF0033;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: -60px auto 40px;
    width: 25%;
    text-align: center; }
    @media (max-width: 600px) {
      .section__header {
        width: 75%;
        font-size: 0.875rem; } }
    .section__header__link {
      color: #fff;
      text-decoration: none; }
  .section--primary {
    background: #fff; }
  .section--secondary {
    background: #eee; }
  .section--tertiary {
    background: #003366; }
  .section--padding-small {
    padding: 20px; }
  .section--last {
    padding-bottom: 70px; }

.nopadding {
  padding: 0 !important; }

.nomargin {
  margin: 0 !important; }

@media (min-width: 769px) {
  .mobile {
    display: none !important; } }

.content-full {
  background-color: #eee;
  max-height: 300px; }
  @media (max-width: 1200px) {
    .content-full {
      max-height: 375px; } }
  @media (max-width: 960px) {
    .content-full {
      max-height: none; } }

@media (max-width: 640px) {
  .mobile-full {
    width: 100%;
    display: block; } }

.header-items-wrapping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: -200px;
  position: relative; }
  .header-items-wrapping a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (max-width: 800px) {
      .header-items-wrapping a {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 100%;
                flex: 0 1 100%; } }
  @media (max-width: 1200px) {
    .header-items-wrapping {
      top: -125px; } }
  @media (max-width: 960px) {
    .header-items-wrapping {
      top: inherit; } }

.image-slider__item {
  padding: 0.6rem;
  text-align: center; }

.image-slider__img {
  max-width: 100%;
  height: auto; }

.image-slider .owl-wrapper {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7*/ }

.owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #eee; }

.owl-page.active span,
.owl-page:hover span {
  background: #FF0033; }

.text-on-bg,
.text-on-bg a {
  color: #fff; }

.text-on-bg a {
  text-decoration: none; }

.acf-map {
  width: 100%;
  height: 400px;
  border: #ccc solid 1px; }

.gallery {
  padding: 0;
  margin: 0; }
  .gallery__item {
    float: left;
    width: 50%;
    list-style: none; }
  .gallery__img {
    width: 100%;
    padding: 0.5em;
    display: block; }

span.wpcf7-not-valid-tip {
  color: #FF0033; }

div.wpcf7-validation-errors {
  border: 2px solid #FF0033;
  background-color: #FF0033;
  color: #fff;
  margin: 0; }

div.wpcf7-mail-sent-ok {
  border: 2px solid #003366;
  background-color: #003366;
  color: #fff;
  margin: 0; }

#mc_embed_signup input {
  border: 0;
  -webkit-appearance: none; }

.homeslider {
  max-width: 1600px;
  position: relative; }

/*# sourceMappingURL=maps/main.css.map */
