@charset "UTF-8";
/*
Theme Name: Base
Author: Anonymous
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.2.4
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url("//hello.myfonts.net/count/331503");
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

#nav .cols .drop, .top-nav ul, .social-networks, .main-content .list, .main-content .detail, .main-content .detail-box ul, .main-content .list-area, .buttons ul, .events .category, #footer .f-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

img {
  max-width: 100%;
  height: auto; }

.comment-form input[type='text'],
.search-form input[type='text'],
.post-password-form input[type='text'], .comment-form
input[type='tel'],
.search-form
input[type='tel'],
.post-password-form
input[type='tel'], .comment-form
input[type='email'],
.search-form
input[type='email'],
.post-password-form
input[type='email'], .comment-form
input[type='search'],
.search-form
input[type='search'],
.post-password-form
input[type='search'], .comment-form
input[type='password'],
.search-form
input[type='password'],
.post-password-form
input[type='password'], .comment-form
input[type='url'],
.search-form
input[type='url'],
.post-password-form
input[type='url'], .comment-form
input[type='date'],
.search-form
input[type='date'],
.post-password-form
input[type='date'], .comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 1px solid #999;
  padding: .2em .7em; }
  .comment-form input[type='text']:focus,
  .search-form input[type='text']:focus,
  .post-password-form input[type='text']:focus, .comment-form
  input[type='tel']:focus,
  .search-form
  input[type='tel']:focus,
  .post-password-form
  input[type='tel']:focus, .comment-form
  input[type='email']:focus,
  .search-form
  input[type='email']:focus,
  .post-password-form
  input[type='email']:focus, .comment-form
  input[type='search']:focus,
  .search-form
  input[type='search']:focus,
  .post-password-form
  input[type='search']:focus, .comment-form
  input[type='password']:focus,
  .search-form
  input[type='password']:focus,
  .post-password-form
  input[type='password']:focus, .comment-form
  input[type='url']:focus,
  .search-form
  input[type='url']:focus,
  .post-password-form
  input[type='url']:focus, .comment-form
  input[type='date']:focus,
  .search-form
  input[type='date']:focus,
  .post-password-form
  input[type='date']:focus, .comment-form
  textarea:focus,
  .search-form
  textarea:focus,
  .post-password-form
  textarea:focus {
    border-color: #333; }
  .comment-form input[type='text']::-webkit-input-placeholder,
  .search-form input[type='text']::-webkit-input-placeholder,
  .post-password-form input[type='text']::-webkit-input-placeholder, .comment-form
  input[type='tel']::-webkit-input-placeholder,
  .search-form
  input[type='tel']::-webkit-input-placeholder,
  .post-password-form
  input[type='tel']::-webkit-input-placeholder, .comment-form
  input[type='email']::-webkit-input-placeholder,
  .search-form
  input[type='email']::-webkit-input-placeholder,
  .post-password-form
  input[type='email']::-webkit-input-placeholder, .comment-form
  input[type='search']::-webkit-input-placeholder,
  .search-form
  input[type='search']::-webkit-input-placeholder,
  .post-password-form
  input[type='search']::-webkit-input-placeholder, .comment-form
  input[type='password']::-webkit-input-placeholder,
  .search-form
  input[type='password']::-webkit-input-placeholder,
  .post-password-form
  input[type='password']::-webkit-input-placeholder, .comment-form
  input[type='url']::-webkit-input-placeholder,
  .search-form
  input[type='url']::-webkit-input-placeholder,
  .post-password-form
  input[type='url']::-webkit-input-placeholder, .comment-form
  input[type='date']::-webkit-input-placeholder,
  .search-form
  input[type='date']::-webkit-input-placeholder,
  .post-password-form
  input[type='date']::-webkit-input-placeholder, .comment-form
  textarea::-webkit-input-placeholder,
  .search-form
  textarea::-webkit-input-placeholder,
  .post-password-form
  textarea::-webkit-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text']::-moz-placeholder,
  .search-form input[type='text']::-moz-placeholder,
  .post-password-form input[type='text']::-moz-placeholder, .comment-form
  input[type='tel']::-moz-placeholder,
  .search-form
  input[type='tel']::-moz-placeholder,
  .post-password-form
  input[type='tel']::-moz-placeholder, .comment-form
  input[type='email']::-moz-placeholder,
  .search-form
  input[type='email']::-moz-placeholder,
  .post-password-form
  input[type='email']::-moz-placeholder, .comment-form
  input[type='search']::-moz-placeholder,
  .search-form
  input[type='search']::-moz-placeholder,
  .post-password-form
  input[type='search']::-moz-placeholder, .comment-form
  input[type='password']::-moz-placeholder,
  .search-form
  input[type='password']::-moz-placeholder,
  .post-password-form
  input[type='password']::-moz-placeholder, .comment-form
  input[type='url']::-moz-placeholder,
  .search-form
  input[type='url']::-moz-placeholder,
  .post-password-form
  input[type='url']::-moz-placeholder, .comment-form
  input[type='date']::-moz-placeholder,
  .search-form
  input[type='date']::-moz-placeholder,
  .post-password-form
  input[type='date']::-moz-placeholder, .comment-form
  textarea::-moz-placeholder,
  .search-form
  textarea::-moz-placeholder,
  .post-password-form
  textarea::-moz-placeholder {
    opacity: 1;
    color: #ccc; }
  .comment-form input[type='text']:-moz-placeholder,
  .search-form input[type='text']:-moz-placeholder,
  .post-password-form input[type='text']:-moz-placeholder, .comment-form
  input[type='tel']:-moz-placeholder,
  .search-form
  input[type='tel']:-moz-placeholder,
  .post-password-form
  input[type='tel']:-moz-placeholder, .comment-form
  input[type='email']:-moz-placeholder,
  .search-form
  input[type='email']:-moz-placeholder,
  .post-password-form
  input[type='email']:-moz-placeholder, .comment-form
  input[type='search']:-moz-placeholder,
  .search-form
  input[type='search']:-moz-placeholder,
  .post-password-form
  input[type='search']:-moz-placeholder, .comment-form
  input[type='password']:-moz-placeholder,
  .search-form
  input[type='password']:-moz-placeholder,
  .post-password-form
  input[type='password']:-moz-placeholder, .comment-form
  input[type='url']:-moz-placeholder,
  .search-form
  input[type='url']:-moz-placeholder,
  .post-password-form
  input[type='url']:-moz-placeholder, .comment-form
  input[type='date']:-moz-placeholder,
  .search-form
  input[type='date']:-moz-placeholder,
  .post-password-form
  input[type='date']:-moz-placeholder, .comment-form
  textarea:-moz-placeholder,
  .search-form
  textarea:-moz-placeholder,
  .post-password-form
  textarea:-moz-placeholder {
    color: #ccc; }
  .comment-form input[type='text']:-ms-input-placeholder,
  .search-form input[type='text']:-ms-input-placeholder,
  .post-password-form input[type='text']:-ms-input-placeholder, .comment-form
  input[type='tel']:-ms-input-placeholder,
  .search-form
  input[type='tel']:-ms-input-placeholder,
  .post-password-form
  input[type='tel']:-ms-input-placeholder, .comment-form
  input[type='email']:-ms-input-placeholder,
  .search-form
  input[type='email']:-ms-input-placeholder,
  .post-password-form
  input[type='email']:-ms-input-placeholder, .comment-form
  input[type='search']:-ms-input-placeholder,
  .search-form
  input[type='search']:-ms-input-placeholder,
  .post-password-form
  input[type='search']:-ms-input-placeholder, .comment-form
  input[type='password']:-ms-input-placeholder,
  .search-form
  input[type='password']:-ms-input-placeholder,
  .post-password-form
  input[type='password']:-ms-input-placeholder, .comment-form
  input[type='url']:-ms-input-placeholder,
  .search-form
  input[type='url']:-ms-input-placeholder,
  .post-password-form
  input[type='url']:-ms-input-placeholder, .comment-form
  input[type='date']:-ms-input-placeholder,
  .search-form
  input[type='date']:-ms-input-placeholder,
  .post-password-form
  input[type='date']:-ms-input-placeholder, .comment-form
  textarea:-ms-input-placeholder,
  .search-form
  textarea:-ms-input-placeholder,
  .post-password-form
  textarea:-ms-input-placeholder {
    color: #ccc; }
  .comment-form input[type='text'].placeholder,
  .search-form input[type='text'].placeholder,
  .post-password-form input[type='text'].placeholder, .comment-form
  input[type='tel'].placeholder,
  .search-form
  input[type='tel'].placeholder,
  .post-password-form
  input[type='tel'].placeholder, .comment-form
  input[type='email'].placeholder,
  .search-form
  input[type='email'].placeholder,
  .post-password-form
  input[type='email'].placeholder, .comment-form
  input[type='search'].placeholder,
  .search-form
  input[type='search'].placeholder,
  .post-password-form
  input[type='search'].placeholder, .comment-form
  input[type='password'].placeholder,
  .search-form
  input[type='password'].placeholder,
  .post-password-form
  input[type='password'].placeholder, .comment-form
  input[type='url'].placeholder,
  .search-form
  input[type='url'].placeholder,
  .post-password-form
  input[type='url'].placeholder, .comment-form
  input[type='date'].placeholder,
  .search-form
  input[type='date'].placeholder,
  .post-password-form
  input[type='date'].placeholder, .comment-form
  textarea.placeholder,
  .search-form
  textarea.placeholder,
  .post-password-form
  textarea.placeholder {
    color: #ccc; }

.widget {
  margin-bottom: 1.2em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  width: 300px; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  width: 300px; }

.search-form input {
  float: left;
  height: 2em; }
  .search-form input[type='search'] {
    margin: 0 4px 0 0;
    width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media screen and (min-width: 48em) and (max-width: 63.9375em) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.2em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media screen and (min-width: 48em) and (max-width: 63.9375em) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 50%;
    background: #666;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media screen and (min-width: 48em) and (max-width: 63.9375em) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #ccc;
  padding: .4em;
  margin-bottom: 1.2em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.2em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.2em; }

.mejs-container {
  margin-bottom: 1.2em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?xtk4ny");
  src: url("../fonts/icomoon.eot?xtk4ny#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xtk4ny") format("truetype"), url("../fonts/icomoon.woff?xtk4ny") format("woff"), url("../fonts/icomoon.svg?xtk4ny#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-algemeen-nieuws:before {
  content: "\e911";
  color: #001970; }

.icon-cao:before {
  content: "\e914";
  color: #001970; }

.icon-grappig-nieuws:before {
  content: "\e915";
  color: #001970; }

.icon-juridisch-advies:before {
  content: "\e916";
  color: #001970; }

.icon-opinie:before {
  content: "\e917";
  color: #001970; }

.icon-perbericht:before {
  content: "\e918";
  color: #001970; }

.icon-politiek:before {
  content: "\e919";
  color: #001970; }

.icon-salaris-financieel:before {
  content: "\e91a";
  color: #001970; }

.icon-scholing:before {
  content: "\e91b";
  color: #001970; }

.icon-telefoon:before {
  content: "\e91c";
  color: #001970; }

.icon-vacatures:before {
  content: "\e91d";
  color: #001970; }

.icon-werkdruk:before {
  content: "\e91f";
  color: #001970; }

.icon-voor-de-klas:before {
  content: "\e91e";
  color: #001970; }

.icon-ico6:before {
  content: "\e912"; }

.icon-ico4:before {
  content: "\e910"; }

.icon-ico3:before {
  content: "\e90d"; }

.icon-ico2:before {
  content: "\e90e"; }

.icon-ico-1:before {
  content: "\e90f"; }

.icon-check:before {
  content: "\e913"; }

.icon-arrow-right:before {
  content: "\e908"; }

.icon-arrow-left:before {
  content: "\e909"; }

.icon-arrow-down:before {
  content: "\e90a"; }

.icon-arrow-up:before {
  content: "\e90b"; }

.icon-timer:before {
  content: "\e900"; }

.icon-chevron-with-circle-left:before {
  content: "\e90c"; }

.icon-chevron-with-circle-right:before {
  content: "\e907"; }

.icon-play:before {
  content: "\e901"; }

.icon-twitter:before {
  content: "\e902"; }

.icon-facebook:before {
  content: "\e903"; }

.icon-facebook-f:before {
  content: "\e903"; }

.icon-angle-down:before {
  content: "\e904"; }

.icon-angle-right:before {
  content: "\e905"; }

.icon-search:before {
  content: "\e906"; }

.icon-circle-up:before {
  content: "\ea41"; }

.icon-circle-right:before {
  content: "\ea42"; }

.icon-circle-down:before {
  content: "\ea43"; }

.icon-circle-left:before {
  content: "\ea44"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 0 1rem 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 37px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 37px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 2px #80BD01 solid;
  height: 39px;
  position: absolute;
  top: -1px;
  right: 1px;
  width: 35px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #80BD01 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  margin: 55px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #000;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  /*background-image: url('../images/fancybox/fancybox_sprite.png');*/ }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: fixed;
  top: 15px;
  right: 5px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 999999; }
  @media screen and (min-width: 48em) {
    .fancybox-close {
      right: 15px; } }
  .fancybox-close:after, .fancybox-close:before {
    background: #fefefe;
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 25px;
    content: '';
    transform: rotate(45deg); }
  .fancybox-close:before {
    transform: rotate(-45deg); }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0;
  display: none; }

.fancybox-next {
  right: 0;
  display: none; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
  .fancybox-lock #header {
    z-index: 999999;
    width: 150px;
    height: 80px; }
    .fancybox-lock #header .logo {
      position: fixed;
      top: 15px;
      left: 15px; }
    .fancybox-lock #header .icons-holder {
      background: none;
      transition: none; }
      .fancybox-lock #header .icons-holder .ico-holder {
        background: none; }
        .fancybox-lock #header .icons-holder .ico-holder:before {
          display: none; }
      .fancybox-lock #header .icons-holder .holder {
        display: none; }
    .fancybox-lock #header .top-nav {
      opacity: 0;
      visibility: hidden; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  font-size: 14px;
  line-height: 20px;
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  z-index: 8050; }

.fancybox-title-float-wrap .child {
  display: block;
  padding: 5px 0;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  color: #FFF; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #0a1971;
  min-width: 100%;
  height: 41px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin: 7px 50px 0 17px;
  color: #fefefe;
  text-transform: uppercase; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  width: 45px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 1px dotted #283582;
  color: #fefefe; }
  .jcf-select .jcf-select-opener:after {
    position: absolute;
    top: 10px;
    right: 17px;
    font-family: 'icomoon';
    content: "\e904"; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #283582; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.table-responsive {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em; }
  .table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px; }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3); }
  .table-responsive--half {
    width: 50%; }
    @media (max-width: 630px) {
      .table-responsive--half {
        width: 100%; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=48em&large=64em&xlarge=80em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

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

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 76.5625rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media screen and (min-width: 48em) {
      .row .row {
        margin-left: -0.9375rem;
        margin-right: -0.9375rem; } }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media screen and (min-width: 48em) {
    .column, .columns {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row {
  margin-left: 0;
  margin-right: 0; }

.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }

.small-centered {
  margin-left: auto;
  margin-right: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 48em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem; }
  .large-centered {
    margin-left: auto;
    margin-right: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 48em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 76.5625rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 1rem 0;
  font-size: 0.9rem;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3b3b;
        color: #3c3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 2.5rem; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fefefe;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-size: 9px 6px;
  background-position: right -1rem center;
  background-origin: content-box;
  background-repeat: no-repeat;
  padding-right: 1.5rem; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  margin-left: 0; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border: 1px solid #e6e6e6;
  border-bottom: 0; }
  :last-child:not(.is-active) > .accordion-title {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #2199e8; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform-origin: 50% 50%;
  transform: scaleY(-1); }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 48em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right::before, .menu.align-right::after {
    content: ' ';
    display: table; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    width: 100%;
    display: table;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #fefefe;
    background: #2199e8; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  display: block;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 0;
  top: 100%; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #2199e8 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  right: 5px;
  margin-top: -2px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px;
  margin-top: -3px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  border-left-width: 0; }

.dropdown.menu.vertical > li.opens-right > a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: transparent transparent transparent #2199e8;
  border-left-style: solid;
  border-right-width: 0; }

@media screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 0;
    top: 100%; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    right: 5px;
    margin-top: -2px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -2px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px;
    margin-top: -3px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    border-left-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    border-right-width: 0; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  user-select: none; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  background-color: #fefefe;
  border-radius: 0;
  position: relative;
  top: 100px;
  margin-left: auto;
  margin-right: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 48em) {
    .reveal {
      width: 600px;
      max-width: 76.5625rem; } }
  @media screen and (min-width: 48em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 48em) {
    .reveal.tiny {
      width: 30%;
      max-width: 76.5625rem; } }
  @media screen and (min-width: 48em) {
    .reveal.small {
      width: 50%;
      max-width: 76.5625rem; } }
  @media screen and (min-width: 48em) {
    .reveal.large {
      width: 90%;
      max-width: 76.5625rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 47.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      max-width: none;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 47.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms; }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

@font-face {
  font-family: 'DINNextRoundedLTPro-Bold';
  src: url("../fonts/331503_0_0.eot");
  src: url("../fonts/331503_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/331503_0_0.woff2") format("woff2"), url("../fonts/331503_0_0.woff") format("woff"), url("../fonts/331503_0_0.ttf") format("truetype"), url("../fonts/331503_0_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'DINNextRoundedLTPro-Regular';
  src: url("../fonts/331503_1_0.eot");
  src: url("../fonts/331503_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/331503_1_0.woff2") format("woff2"), url("../fonts/331503_1_0.woff") format("woff"), url("../fonts/331503_1_0.ttf") format("truetype"), url("../fonts/331503_1_0.svg#wf") format("svg"); }

body {
  min-width: 320px;
  font-weight: 300; }

#wrapper {
  position: relative;
  overflow: hidden; }

#header {
  position: relative;
  z-index: 999;
  text-align: center; }
  @media screen and (min-width: 48em) {
    #header {
      text-align: left; } }
  #header .row {
    padding-top: 18px; }

.icons-holder {
  display: inline-block;
  padding: 2px;
  background: #fefefe;
  margin: 0 -10px -30px;
  border-radius: 0 0 20px 0;
  position: relative;
  z-index: 99;
  transition: 0.3s linear width;
  width: 199px;
  transform: skew(-4deg); }
  @media screen and (min-width: 48em) {
    .icons-holder {
      margin: 4px 0 -58px;
      float: left;
      width: 246px;
      border-radius: 0 0 30px 0;
      padding: 3px; } }
  @media screen and (min-width: 64em) {
    .icons-holder {
      border-radius: 0 0 40px 0;
      margin: 4px 0 -84px;
      width: 326px; } }
  .icons-holder .ico-holder {
    width: 65px;
    height: 65px;
    font-size: 12px;
    line-height: 15px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    float: left;
    border-radius: 20px 0 20px 0;
    transition: 0.3s linear left;
    position: relative;
    left: 0; }
    .icons-holder .ico-holder:before {
      letter-spacing: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 65px; }
    .icons-holder .ico-holder > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media screen and (min-width: 48em) {
      .icons-holder .ico-holder {
        font-size: 15px;
        line-height: 18px;
        width: 80px;
        height: 80px;
        white-space: nowrap;
        text-align: center;
        letter-spacing: -0.32em;
        border-radius: 30px 0 30px 0; }
        .icons-holder .ico-holder:before {
          letter-spacing: 0;
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 80px; }
        .icons-holder .ico-holder > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          width: 100%;
          letter-spacing: 0; } }
    @media screen and (min-width: 64em) {
      .icons-holder .ico-holder {
        width: 103px;
        height: 107px;
        white-space: nowrap;
        text-align: center;
        letter-spacing: -0.32em;
        border-radius: 40px 0 40px 0; }
        .icons-holder .ico-holder:before {
          letter-spacing: 0;
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 107px; }
        .icons-holder .ico-holder > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          width: 100%;
          letter-spacing: 0; } }
    .icons-holder .ico-holder * {
      width: auto !important;
      transform: skew(4deg); }
    .icons-holder .ico-holder.search {
      border-radius: 0 0 20px 0;
      background: #fefefe;
      color: #0a1971; }
      @media screen and (min-width: 48em) {
        .icons-holder .ico-holder.search {
          border-radius: 0 0 30px 0; } }
      @media screen and (min-width: 64em) {
        .icons-holder .ico-holder.search {
          border-radius: 0 0 40px 0; } }
      .icons-holder .ico-holder.search i {
        font-size: 28px;
        line-height: 34px;
        display: block; }
        @media screen and (min-width: 48em) {
          .icons-holder .ico-holder.search i {
            font-size: 35px;
            line-height: 45px; } }
        @media screen and (min-width: 64em) {
          .icons-holder .ico-holder.search i {
            font-size: 39px;
            line-height: 47px;
            margin: 0 0 0 9px; } }
      .icons-holder .ico-holder.search:after {
        position: absolute;
        background: #0a1971;
        top: 0;
        left: 5px;
        right: -1px;
        bottom: 0;
        z-index: -1;
        content: '';
        display: none; }
        @media only screen and (min-width: 479px) {
          .icons-holder .ico-holder.search:after {
            display: block; } }
    .icons-holder .ico-holder.menu-holder {
      background: #0a1971;
      border-radius: 0 0 20px 0;
      position: relative;
      color: #fefefe;
      z-index: 9999; }
      @media screen and (min-width: 48em) {
        .icons-holder .ico-holder.menu-holder {
          border-radius: 0 0 30px 0; } }
      @media screen and (min-width: 64em) {
        .icons-holder .ico-holder.menu-holder {
          border-radius: 0 0 40px 0; } }
      .icons-holder .ico-holder.menu-holder:hover .menu-opener:after, .icons-holder .ico-holder.menu-holder:hover .menu-opener:before,
      .icons-holder .ico-holder.menu-holder:hover .menu-opener span {
        background: #80bd01; }
    .icons-holder .ico-holder:hover {
      color: #80bd01; }
  .icons-holder .holder {
    border-radius: 0 0 20px;
    float: left;
    position: relative; }
    @media screen and (min-width: 48em) {
      .icons-holder .holder {
        border-radius: 0 0 31px; } }
    @media screen and (min-width: 64em) {
      .icons-holder .holder {
        border-radius: 0 0 40px; } }
  .icons-holder .logo {
    background: #80bd01;
    transition: none; }
    @media screen and (min-width: 48em) {
      .icons-holder .logo {
        z-index: 99999; } }
    @media screen and (min-width: 64em) {
      .icons-holder .logo {
        width: 114px; } }
    .icons-holder .logo img {
      max-width: 50px; }
      @media screen and (min-width: 48em) {
        .icons-holder .logo img {
          max-width: 70px; } }
      @media screen and (min-width: 64em) {
        .icons-holder .logo img {
          max-width: 100px; } }
  .icons-holder .search-form {
    background: #fefefe;
    position: absolute;
    width: 0;
    left: auto;
    right: 2px;
    top: 0;
    padding: 15px 0 14px;
    z-index: 9999;
    transition: 0.3s linear width, 0.3s linear padding;
    transform: skew(3deg); }
    @media screen and (min-width: 48em) {
      .icons-holder .search-form {
        padding: 22px 0 22px 20px;
        width: 0;
        left: 0;
        right: auto; } }
    @media screen and (min-width: 64em) {
      .icons-holder .search-form {
        padding: 36px 0 35px 25px; } }
    .icons-holder .search-form input[type="search"] {
      background: #f0f6e7;
      font-size: 17px;
      line-height: 21px;
      border: 2px solid transparent;
      width: 0;
      color: #0a0a0a;
      height: 36px;
      transition: 0.3s linear width, 0.3s linear opacity;
      opacity: 0;
      padding: 0 0.7em;
      pointer-events: none; }
      .icons-holder .search-form input[type="search"]::-webkit-input-placeholder {
        color: #0a0a0a; }
      .icons-holder .search-form input[type="search"]::-moz-placeholder {
        opacity: 1;
        color: #0a0a0a; }
      .icons-holder .search-form input[type="search"]:-moz-placeholder {
        color: #0a0a0a; }
      .icons-holder .search-form input[type="search"]:-ms-input-placeholder {
        color: #0a0a0a; }
      .icons-holder .search-form input[type="search"].placeholder {
        color: #0a0a0a; }

#wp-calendar {
  width: 100%; }

.wp-caption {
  border: none;
  padding: 0;
  padding: 1em 0 0;
  position: relative; }

.wp-caption-text {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 15px 14px;
  margin: 0 !important;
  color: #fefefe; }

.resize-active #nav {
  transition: none !important;
  transform: none !important; }

.resize-active .search-form {
  transition: none !important; }
  .resize-active .search-form input[type="search"] {
    transition: none !important; }

.resize-active .menu-opener {
  transition: none !important; }

.resize-active .icons-holder {
  transition: none !important; }

.search-active .icons-holder {
  width: 330px; }
  @media screen and (min-width: 48em) {
    .search-active .icons-holder {
      background: #fefefe;
      width: 746px; } }
  @media screen and (min-width: 64em) {
    .search-active .icons-holder {
      width: 926px; } }

.search-active .search-form {
  width: 196px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 48em) {
    .search-active .search-form {
      width: 500px;
      padding-left: 20px; } }
  @media screen and (min-width: 64em) {
    .search-active .search-form {
      width: 600px;
      padding-left: 25px; } }
  .search-active .search-form input[type="search"] {
    width: 100%;
    opacity: 1;
    pointer-events: inherit;
    border-color: #88c111;
    padding: 0.2em 0.7em; }

.search-active .search {
  left: 130px; }
  @media screen and (min-width: 48em) {
    .search-active .search {
      left: 500px; } }
  @media screen and (min-width: 64em) {
    .search-active .search {
      left: 600px; } }

.search-active .menu-holder {
  left: 130px; }
  @media screen and (min-width: 48em) {
    .search-active .menu-holder {
      left: 500px; } }
  @media screen and (min-width: 64em) {
    .search-active .menu-holder {
      left: 600px; } }

/* nav-opener styles */
.menu-opener {
  position: relative;
  width: 42px;
  height: auto;
  display: block;
  z-index: 99;
  padding: 34px 0 0;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear; }
  @media screen and (min-width: 48em) {
    .menu-opener {
      padding: 41px 0 0; } }
  @media screen and (min-width: 64em) {
    .menu-opener {
      padding: 44px 0 0; } }

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
  background: #fefefe;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  height: 4px;
  margin-top: -2px;
  border-radius: 1px 0 1px 0;
  width: auto; }
  @media screen and (min-width: 48em) {
    .menu-opener:before,
    .menu-opener:after,
    .menu-opener span {
      border-radius: 2px 0 2px 0;
      height: 6px;
      top: 12px;
      left: 0;
      right: 0; } }
  @media screen and (min-width: 64em) {
    .menu-opener:before,
    .menu-opener:after,
    .menu-opener span {
      height: 8px;
      top: 7px; } }

.menu-opener:before,
.menu-opener:after {
  content: '';
  top: 19px; }
  @media screen and (min-width: 48em) {
    .menu-opener:before,
    .menu-opener:after {
      top: 22px; } }
  @media screen and (min-width: 64em) {
    .menu-opener:before,
    .menu-opener:after {
      top: 20px; } }

.menu-opener:after {
  top: 28px; }
  @media screen and (min-width: 48em) {
    .menu-opener:after {
      top: 32px; } }
  @media screen and (min-width: 64em) {
    .menu-opener:after {
      top: 33px; } }

#nav {
  font-size: 18px;
  line-height: 22px;
  font-family: "Source Sans Pro", sans-serif;
  top: 0;
  left: -100%;
  width: 100%;
  background: #0a1971;
  z-index: 99999;
  text-transform: uppercase;
  transition: 0.4s linear left;
  text-align: left; }
  #nav .title {
    display: block;
    background: #80bd01;
    color: #fefefe;
    padding: 8px 20px;
    text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    #nav .cols {
      padding: 0 0 80px; } }
  #nav .cols .col {
    display: inline; }
    @media screen and (min-width: 64em) {
      #nav .cols .col {
        display: block;
        overflow: hidden; } }
    @media screen and (min-width: 48em) {
      #nav .cols .col:first-child {
        padding: 25px 15px; } }
    @media screen and (min-width: 48em) {
      #nav .cols .col:first-child .menu > li a {
        padding-left: 0; } }
    #nav .cols .col:first-child .menu > li a:after {
      display: none; }
    @media screen and (min-width: 48em) {
      #nav .cols .col:first-child {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        padding: 25px 15px; } }
    @media screen and (min-width: 64em) {
      #nav .cols .col:first-child {
        float: left;
        width: 24%; } }
  #nav .cols .menu > li {
    font-family: 'DINNextRoundedLTPro-Bold', sans-serif; }
    @media screen and (min-width: 48em) {
      #nav .cols .menu > li {
        padding: 0 0 7px; } }
    #nav .cols .menu > li > a {
      color: #fefefe;
      position: relative;
      display: block;
      padding: 10px 19px; }
      @media screen and (min-width: 48em) {
        #nav .cols .menu > li > a {
          display: inline-block;
          padding: 0 1rem;
          padding-left: 25px; } }
      #nav .cols .menu > li > a:after {
        font-size: 16px;
        line-height: 16px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 11px;
        left: 21px;
        color: #fefefe; }
        @media screen and (min-width: 48em) {
          #nav .cols .menu > li > a:after {
            left: 12px;
            top: 1px; } }
      #nav .cols .menu > li > a:hover {
        color: #80bd01; }
  #nav .cols .drop {
    letter-spacing: -0.32em;
    display: inline;
    font-family: 'DINNextRoundedLTPro-Bold', sans-serif; }
    @media screen and (min-width: 64em) {
      #nav .cols .drop {
        display: block; } }
    #nav .cols .drop li {
      letter-spacing: 0; }
      @media screen and (min-width: 48em) {
        #nav .cols .drop li {
          display: inline-block;
          vertical-align: top;
          width: 30%;
          padding: 25px 15px; } }
      @media screen and (min-width: 64em) {
        #nav .cols .drop li {
          width: 33%; } }
      #nav .cols .drop li.active .opener:after {
        transform: rotate(-90deg); }
        @media screen and (min-width: 48em) {
          #nav .cols .drop li.active .opener:after {
            transform: none; } }
    #nav .cols .drop a {
      color: #fefefe;
      display: block;
      padding: 10px 19px; }
      @media screen and (min-width: 48em) {
        #nav .cols .drop a {
          display: inline;
          padding: 0; } }
      #nav .cols .drop a:hover {
        color: #80bd01 !important; }
        #nav .cols .drop a:hover:after {
          color: #80bd01 !important; }
    #nav .cols .drop .opener {
      position: relative; }
      @media screen and (min-width: 48em) {
        #nav .cols .drop .opener {
          margin-left: 10px; } }
      #nav .cols .drop .opener:after {
        font-size: 24px;
        line-height: 24px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 11px;
        right: 20px;
        color: #fefefe;
        transform: rotate(90deg);
        display: block;
        transition: 0.3s linear transform; }
        @media screen and (min-width: 48em) {
          #nav .cols .drop .opener:after {
            display: none; } }
  #nav .cols .slide {
    font-size: 17px;
    line-height: 22px; }
    #nav .cols .slide a {
      padding: 10px 37px !important;
      background: #fefefe;
      color: #001970 !important; }
      #nav .cols .slide a:after {
        color: #001970 !important; }
    #nav .cols .slide ul {
      padding: 7px 0 0;
      font-weight: 400; }
      #nav .cols .slide ul li {
        font-family: "Source Sans Pro", sans-serif; }
    @media screen and (min-width: 48em) {
      #nav .cols .slide {
        position: static !important;
        display: block !important;
        height: auto !important; }
        #nav .cols .slide a {
          padding: 0 0 0 28px !important;
          background: none;
          color: #fefefe !important; }
          #nav .cols .slide a:after {
            color: #fefefe !important; } }
    #nav .cols .slide ul li {
      width: auto;
      display: block;
      padding: 0; }
      @media screen and (min-width: 48em) {
        #nav .cols .slide ul li {
          padding: 0 0 7px; } }
  #nav .top-nav {
    background: #fefefe;
    display: block;
    float: none; }
    @media screen and (min-width: 48em) {
      #nav .top-nav {
        display: none; } }
    #nav .top-nav li {
      padding: 10px 10px 5px; }
    #nav .top-nav a:after, #nav .top-nav a:before {
      top: 2px; }

.cross {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  right: 5px;
  overflow: hidden; }
  .cross:after, .cross:before {
    background: #fefefe;
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 25px;
    content: '';
    transform: rotate(45deg); }
  .cross:before {
    transform: rotate(-45deg); }

.top-nav {
  font-size: 16px;
  line-height: 26px;
  float: right;
  font-weight: 600;
  display: none; }
  @media screen and (min-width: 48em) {
    .top-nav {
      display: block; } }
  @media screen and (min-width: 64em) {
    .top-nav {
      font-size: 18px;
      line-height: 22px;
      margin-right: -3px;
      margin-top: -1px; } }
  .top-nav ul {
    line-height: 1.2; }
    .top-nav ul li {
      display: inline-block;
      vertical-align: top; }
      @media screen and (min-width: 48em) {
        .top-nav ul li {
          padding: 0 0 0 5px; } }
      @media screen and (min-width: 80em) {
        .top-nav ul li {
          padding: 0 0 0 33px; } }
      .top-nav ul li.tel a {
        padding-left: 0; }
        .top-nav ul li.tel a:after, .top-nav ul li.tel a:before {
          display: none; }
    .top-nav ul a {
      color: #ed1651;
      display: block;
      position: relative;
      padding-left: 20px;
      font-weight: 400; }
      @media screen and (min-width: 64em) {
        .top-nav ul a {
          padding-left: 26px; } }
      .top-nav ul a:after {
        font-size: 14px;
        line-height: 15px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 0;
        left: 6px;
        color: #101e74; }
        @media screen and (min-width: 64em) {
          .top-nav ul a:after {
            font-size: 18px;
            line-height: 18px;
            top: 0;
            left: 7px; } }
      .top-nav ul a:before {
        width: 17px;
        height: 17px;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
        @media screen and (min-width: 64em) {
          .top-nav ul a:before {
            width: 20px;
            height: 20px;
            top: 0;
            left: 0; } }
      .top-nav ul a:hover {
        color: #333; }

.visual {
  position: relative;
  overflow: hidden; }
  .visual.inner {
    margin-bottom: 8px; }
    @media screen and (min-width: 48em) {
      .visual.inner {
        height: auto; } }
  .visual .image {
    position: relative;
    min-width: 1280px;
    left: 50%; }
  .visual img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: -50%;
    min-width: 1280px; }
  .visual .image_mobilefriendly img {
    left: auto;
    min-width: auto; }
  .visual.has_mobilefriendly_image .image {
    display: none; }
    @media screen and (min-width: 48em) {
      .visual.has_mobilefriendly_image .image {
        display: block; } }
  @media screen and (min-width: 48em) {
    .visual.has_mobilefriendly_image .image_mobilefriendly {
      display: none; } }
  .visual .circle {
    position: absolute;
    top: 42%;
    right: 25%; }
    @media screen and (min-width: 48em) {
      .visual .circle {
        top: 20%;
        right: 7%; } }
  .visual.inner-lid {
    margin-bottom: 8px;
    height: 250px; }
    .visual.inner-lid .circle {
      top: 0%; }
    @media screen and (min-width: 48em) {
      .visual.inner-lid {
        height: auto; }
        .visual.inner-lid .circle {
          top: 20%; } }
  .visual .links-area {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    display: none; }
    .visual .links-area:after {
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 784px;
      height: 2px;
      content: '';
      margin: 0 0 0 -392px;
      background: #fff; }
    @media screen and (min-width: 48em) {
      .visual .links-area {
        display: block; } }
  .visual .links {
    max-width: 784px;
    margin: 0 auto;
    background: #fefefe;
    border-radius: 30px 0 0;
    padding: 12px 30px 0;
    letter-spacing: -0.32em;
    position: relative;
    z-index: 99; }
    .visual .links li {
      display: inline-block;
      vertical-align: top;
      width: calc(33.33% - 40px);
      letter-spacing: 0;
      margin: 0 20px;
      border-bottom: 1px solid #c2c6dc; }
    .visual .links a {
      font-size: 18px;
      line-height: 22px;
      color: #ed1651;
      position: relative;
      padding-left: 30px;
      padding-bottom: 10px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      display: block;
      border-bottom: 2px solid #0a1971; }
      .visual .links a:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 3px;
        left: 8px;
        color: #101e74; }
      .visual .links a:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 2px;
        left: 0;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
      .visual .links a:hover {
        color: #333; }

h1 {
  font-size: 22px;
  line-height: 28px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  color: #001970;
  margin: 0 0 40px; }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 48px;
      line-height: 52px; } }

h2 {
  font-size: 22px;
  line-height: 28px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  color: #001970;
  margin: 0 0 20px; }
  @media screen and (min-width: 48em) {
    h2 {
      font-size: 24px;
      line-height: 30px; } }

.info-content {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  position: relative;
  margin-top: -40px;
  border-radius: 30px 0 0;
  background: #fefefe; }

.info-block {
  background: #fefefe;
  border-radius: 30px 0 0;
  padding: 30px 25px;
  position: relative;
  z-index: 9;
  max-width: 763px;
  margin: -316px auto 21px;
  color: #0a0a0a; }
  @media screen and (min-width: 48em) {
    .info-block {
      padding: 35px 26px; } }
  .info-block h1 {
    margin: 0 0 21px;
    font-size: 30px;
    line-height: 34px; }
    @media screen and (min-width: 48em) {
      .info-block h1 {
        text-align: left;
        padding: 0px 14px;
        font-size: 48px;
        line-height: 52px; } }
  @media screen and (min-width: 64em) {
    .info-block .social-networks {
      padding-left: 18px; } }
  .info-block .posts {
    font-size: 16px;
    line-height: 35px;
    overflow: hidden;
    letter-spacing: -0.32em;
    padding: 0 0 21px; }
    .info-block .posts p {
      line-height: 1.2;
      margin: 0 0 15px; }
  .info-block .post {
    letter-spacing: 0;
    font-weight: 300;
    margin-bottom: 20px; }
    .info-block .post img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 10px; }
  .info-block .holder {
    border-bottom: 4px solid #0a1971; }
    @media screen and (min-width: 64em) {
      .info-block .holder {
        margin-right: 5px;
        min-height: 280px; } }
  .info-block .title {
    font-size: 18px;
    line-height: 23px;
    color: #ed1651;
    display: block;
    position: relative;
    padding-left: 27px;
    font-weight: 400;
    margin-bottom: 9px; }
    .info-block .title:after {
      font-size: 18px;
      line-height: 18px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 3px;
      left: 8px;
      color: #101e74; }
    .info-block .title:before {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 2px;
      left: 0;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }
    .info-block .title:hover {
      color: #333; }
  .info-block .image {
    position: relative;
    margin: 0 -25px 25px; }
    .info-block .image img {
      width: 100%;
      height: auto;
      display: block; }
    .info-block .image .caption {
      font-size: 14px;
      line-height: 18px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 27px 24px 14px;
      color: #fefefe; }
    .info-block .image p {
      margin: 0;
      overflow: hidden; }
    .info-block .image .text {
      font-size: 8px;
      line-height: 12px;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        .info-block .image .text {
          float: right;
          margin: 9px -6px 0 0; } }
  .info-block h2 {
    font-size: 17px;
    line-height: 23px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #000100;
    margin: 0 0 18px; }
    @media screen and (min-width: 48em) {
      .info-block h2 {
        font-size: 20px;
        line-height: 24px; } }
    @media screen and (min-width: 64em) {
      .info-block h2 {
        padding: 0 14px; } }
    .info-block h2 time {
      display: inline;
      position: relative;
      color: #001970;
      margin-right: 7px;
      font-family: "DINNextRoundedLTPro-Regular", sans-serif;
      text-transform: uppercase;
      padding-right: 0.8em; }
      .info-block h2 time:after {
        font-size: 16px;
        line-height: 16px;
        content: "\2219";
        position: absolute;
        font-size: 1.8em;
        right: 0px;
        top: 4%;
        color: #101e74; }
  .info-block .more {
    font-size: 14px;
    line-height: 20px;
    color: #ed1651;
    position: relative;
    padding-right: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    display: inline-block; }
    .info-block .more:after {
      font-size: 16px;
      line-height: 16px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 1px;
      right: 5px;
      color: #101e74; }
    .info-block .more:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 2px;
      right: 0;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }
    .info-block .more:hover {
      color: #333; }

.social-networks li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 10px 0 0; }

.social-networks a {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  display: block;
  background: #c7c7c7;
  color: #fefefe;
  padding: 2px;
  font-size: 1.2em; }
  .social-networks a:hover {
    background: #001970; }

.search-results {
  padding-left: 15px;
  padding-right: 15px; }
  .search-results .result-info {
    background: #f1f1f7;
    border: dotted #0a1971;
    border-width: 2px 0;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .search-results .result-info {
        margin: 0 0 53px; } }
    .search-results .result-info .search-holder {
      position: relative;
      max-width: 90%;
      margin: 0 auto; }
      @media screen and (min-width: 48em) {
        .search-results .result-info .search-holder {
          max-width: 700px;
          margin: 0 auto 2em auto; } }
      .search-results .result-info .search-holder .search-icon {
        position: absolute;
        right: 0.125em;
        top: 0;
        color: #0a1971;
        font-size: 30px; }
      .search-results .result-info .search-holder .search-icon:hover {
        color: #80bd01; }
    .search-results .result-info .total {
      font-size: 14px;
      line-height: 18px;
      font-weight: 300;
      max-width: 700px;
      margin: 0 auto;
      padding: 25px 25px 28px;
      display: block;
      color: #0a0a0a; }
      @media screen and (min-width: 48em) {
        .search-results .result-info .total {
          font-size: 18px;
          line-height: 22px;
          padding: 25px 15px 28px; } }
      .search-results .result-info .total strong {
        font-weight: 400;
        font-family: "DINNextRoundedLTPro-Bold", sans-serif; }
  .search-results h1 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 10px; }
    @media screen and (min-width: 48em) {
      .search-results h1 {
        font-size: 28px;
        line-height: 33px;
        padding: 6px 0 20px; } }
  .search-results .post {
    font-size: 17px;
    line-height: 21px;
    max-width: 760px;
    padding: 20px 13px 20px 20px;
    border: solid #c2c5db;
    border-width: 1px 0 0 1px;
    border-radius: 20px 0 0;
    margin: 0 auto 20px;
    color: #231f20; }
    @media screen and (min-width: 48em) {
      .search-results .post {
        padding: 25px 39px 20px;
        margin: 0 auto 30px; } }
  .search-results h2 {
    font-size: 17px;
    line-height: 21px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #001970;
    margin: 0 0 8px; }
    @media screen and (min-width: 48em) {
      .search-results h2 {
        font-size: 24px;
        line-height: 29px; } }
    .search-results h2 a {
      color: #001970; }
      .search-results h2 a:hover {
        color: #0a0a0a; }
  .search-results time {
    color: #001970;
    font-family: "DINNextRoundedLTPro-Regular", sans-serif;
    text-transform: uppercase; }
  .search-results p {
    line-height: 1.2;
    margin: 0; }

.articles {
  overflow: hidden;
  position: relative;
  color: #231f20;
  letter-spacing: -0.32em;
  margin: 0 15px; }
  @media screen and (min-width: 48em) {
    .articles {
      margin: 0 0; } }
  .articles h2 {
    font-size: 19px;
    line-height: 24px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #001970; }
    @media screen and (min-width: 48em) {
      .articles h2 {
        font-size: 18px;
        line-height: 22px; } }
    .articles h2 a {
      color: #001970; }
      .articles h2 a:hover {
        color: #222322; }
  .articles .head {
    letter-spacing: 0; }
    .articles .head h2 {
      font-size: 26px;
      line-height: 30px;
      text-transform: uppercase;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 300;
      color: #0a0a0a; }
  @media screen and (min-width: 48em) {
    .articles .opener {
      pointer-events: none; } }
  .articles .article {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-weight: 300;
    margin-bottom: 20px;
    float: none;
    letter-spacing: 0; }
    .articles .article time {
      font-family: "DINNextRoundedLTPro-Regular", sans-serif;
      color: #001970;
      text-transform: uppercase;
      font-weight: 400;
      padding-right: 0.6em;
      position: relative; }
      .articles .article time:after {
        font-size: 16px;
        line-height: 16px;
        content: "\2219";
        position: absolute;
        font-size: 1.8em;
        right: 0px;
        top: 0%;
        color: #101e74; }
    .articles .article .text-holder {
      position: relative;
      border: solid #c2c5db;
      border-width: 1px 0 0 1px;
      border-radius: 15px 0 0;
      padding: 12px 18px 19px;
      margin-right: 8px;
      transition: 0.3s all linear;
      min-height: 213px; }
      @media only screen and (max-width: 767px) {
        .articles .article .text-holder {
          min-height: inherit;
          height: auto !important;
          margin-right: 0;
          padding: 12px 18px 5px; } }
      .articles .article .text-holder .slide .lees-verder {
        display: inline-block;
        font-size: 14px;
        line-height: 20px;
        color: #ed1651;
        position: relative;
        padding-right: 35px;
        font-weight: 400; }
        .articles .article .text-holder .slide .lees-verder:after {
          font-size: 18px;
          line-height: 18px;
          font-family: 'icomoon';
          content: "\e905";
          position: absolute;
          top: 0px;
          right: 15px;
          color: #101e74; }
        .articles .article .text-holder .slide .lees-verder:before {
          width: 20px;
          height: 20px;
          position: absolute;
          top: 0px;
          right: 9px;
          border: 1px solid #101e74;
          border-radius: 100%;
          content: ''; }
        .articles .article .text-holder .slide .lees-verder:hover {
          color: #333; }
    .articles .article img {
      width: 100%;
      height: auto;
      display: block;
      padding: 0 8px 0 20px; }
      .articles .article img:hover {
        opacity: 0.8; }
    .articles .article .aligncenter {
      padding: 0; }
    .articles .article p {
      margin: 0;
      line-height: 1.2; }
    .articles .article .image {
      position: relative;
      cursor: pointer; }
      .articles .article .image h2 {
        font-size: 38px;
        line-height: 42px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 700;
        color: #001970;
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 0 16px; }
        @media screen and (min-width: 64em) {
          .articles .article .image h2 {
            font-size: 42px;
            line-height: 44px; } }
        @media screen and (min-width: 80em) {
          .articles .article .image h2 {
            font-size: 42px;
            line-height: 42px; } }
    .articles .article .more {
      display: block;
      font-size: 14px;
      line-height: 20px;
      color: #ed1651;
      position: relative;
      padding: 12px 20px;
      font-weight: 400; }
      .articles .article .more:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 13px;
        right: 15px;
        color: #101e74; }
      .articles .article .more:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 13px;
        right: 9px;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
      .articles .article .more:hover {
        color: #333; }
  .articles .slick-prev,
  .articles .slick-next,
  .articles .slick-dots {
    display: none !important; }
  .articles .regular {
    border: 1px solid #bfde80; }
    @media screen and (min-width: 64em) {
      .articles .regular {
        margin-left: 5px; } }
  .articles .img {
    position: relative; }
    .articles .img img {
      width: 100%;
      height: auto;
      display: block;
      height: 120px; }
      @media screen and (min-width: 48em) {
        .articles .img img {
          height: auto; } }
    .articles .img .ico {
      font-size: 80px;
      line-height: 80px;
      position: absolute;
      bottom: 20px;
      left: 40px;
      color: #0a1971; }
  .articles .column:last-child:not(:first-child), .articles .columns:last-child:not(:first-child), .articles .columns:last-child:not(:first-child), .articles .columns:last-child:not(:first-child), .articles .column:last-child:not(:first-child), .articles .columns:last-child:not(:first-child), .articles .columns:last-child:not(:first-child) {
    float: none; }

.single-slider .breadcrumbs {
  max-width: 1100px;
  margin: 0 auto 10px; }

.main-slider {
  margin-bottom: 50px;
  position: relative; }
  .main-slider.single {
    max-width: 880px;
    margin: 0 auto 40px; }
    .main-slider.single .slide {
      padding: 0 !important; }
    .main-slider.single .slick-list.draggable {
      padding: 0 !important; }
    .main-slider.single .slick-arrow {
      display: none !important; }
    .main-slider.single .caption {
      padding: 5px 12px 10px; }
      .main-slider.single .caption .title {
        font-size: 11px;
        line-height: 15px; }
  .main-slider .slide {
    position: relative; }
    @media screen and (min-width: 48em) {
      .main-slider .slide {
        padding: 0 5px; } }
    .main-slider .slide:after, .main-slider .slide:before {
      background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      position: absolute;
      top: 0;
      left: 5px;
      bottom: 0;
      content: '';
      width: 500px;
      z-index: 99;
      transition: 0.5s linear opacity;
      display: none; }
      @media screen and (min-width: 48em) {
        .main-slider .slide:after, .main-slider .slide:before {
          display: block; } }
    .main-slider .slide:before {
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.45) 100%);
      left: auto;
      right: 5px; }
    .main-slider .slide img {
      width: 100%;
      height: auto;
      display: block; }
    .main-slider .slide.slick-current:after, .main-slider .slide.slick-current:before {
      opacity: 0; }
    .main-slider .slide.slick-current .zoom {
      opacity: 1; }
  .main-slider .slick-list.draggable {
    padding: 0 !important; }
    @media screen and (min-width: 48em) {
      .main-slider .slick-list.draggable {
        padding: 0 150px !important; } }
  .main-slider .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 25px 10px;
    color: #fefefe;
    z-index: 1; }
    .main-slider .caption:after {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      height: 250px;
      z-index: -1; }
  .main-slider .title {
    font-size: 14px;
    line-height: 18px;
    float: left;
    width: 80%; }
  .main-slider .text {
    font-size: 8px;
    line-height: 12px;
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 4px;
    text-transform: uppercase;
    padding-left: 10px; }

.slider-three {
  position: relative;
  margin: 0 -2px 20px; }
  @media screen and (min-width: 64em) {
    .slider-three {
      margin: 0 -48px 20px; } }
  .slider-three .slide {
    padding: 0 2px;
    position: relative; }
    .slider-three .slide.slick-current {
      position: relative; }
      .slider-three .slide.slick-current .zoom {
        opacity: 1; }
      .slider-three .slide.slick-current:after, .slider-three .slide.slick-current:before {
        background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        position: absolute;
        top: 0;
        bottom: 0;
        right: -252px;
        width: 250px;
        content: '';
        z-index: 9;
        transition: 0.2s linear all;
        margin-left: 2px; }
      .slider-three .slide.slick-current:before {
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
        right: auto;
        left: -254px; }
  .slider-three .slick-list.draggable {
    padding: 50px !important; }
    @media screen and (min-width: 48em) {
      .slider-three .slick-list.draggable {
        padding: 0 !important; } }
  .slider-three .slick-arrow.slick-prev {
    left: 5px; }
    @media screen and (min-width: 48em) {
      .slider-three .slick-arrow.slick-prev {
        left: 29.2%; } }
  .slider-three .slick-arrow.slick-next {
    right: 5px; }
    @media screen and (min-width: 48em) {
      .slider-three .slick-arrow.slick-next {
        right: 29.2%; } }
  .slider-three .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 20px 10px;
    color: #fefefe;
    z-index: 1; }
  .slider-three .text {
    font-size: 8px;
    line-height: 12px;
    float: right;
    width: 20%;
    text-align: right;
    margin-top: 4px;
    text-transform: uppercase;
    padding-left: 10px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 9;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  margin: -20px 0 0; }
  .slick-arrow:after {
    font-size: 40px;
    line-height: 40px;
    border-radius: 100%;
    display: block;
    font-family: 'icomoon'; }
  .slick-arrow:before {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background: #fefefe;
    position: absolute;
    top: 1px;
    right: 0;
    left: 1px;
    bottom: 0;
    content: '';
    z-index: -1; }
  .slick-arrow.slick-prev {
    left: 15px; }
    @media screen and (min-width: 48em) {
      .slick-arrow.slick-prev {
        left: 50px; } }
    .slick-arrow.slick-prev:after {
      content: "\e90c"; }
  .slick-arrow.slick-next {
    right: 15px; }
    @media screen and (min-width: 48em) {
      .slick-arrow.slick-next {
        right: 50px; } }
    .slick-arrow.slick-next:after {
      content: "\e907"; }
  .slick-arrow:hover {
    color: #80bd01; }

.btn-area {
  position: relative;
  margin-bottom: 52px;
  text-align: right;
  min-height: 27px;
  overflow: hidden;
  letter-spacing: 0; }
  @media screen and (min-width: 48em) {
    .btn-area {
      text-align: center; } }
  .btn-area.button-only {
    text-align: center; }
  .btn-area:after {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    content: '';
    background: #0a1971;
    content: '';
    height: 1px; }
  .btn-area .button {
    font-size: 14px;
    line-height: 18px;
    background: #fefefe;
    border-radius: 50px;
    border: 1px solid #0a1971;
    color: #ed1651;
    padding: 8px 20px;
    min-width: 160px;
    z-index: 9;
    position: relative;
    margin: 0; }
    .btn-area .button:hover {
      background: #0a1971;
      color: #fefefe; }
  .btn-area .btn-holder {
    background: #fefefe;
    position: relative;
    top: 2px;
    right: 0;
    z-index: 9;
    padding: 0 18px; }
    @media screen and (min-width: 48em) {
      .btn-area .btn-holder {
        position: absolute; } }
  .btn-area .load-more {
    font-size: 14px;
    line-height: 20px;
    color: #ed1651;
    padding-right: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    display: inline-block; }
    .btn-area .load-more:after {
      font-size: 16px;
      line-height: 16px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 10px;
      right: 20px;
      color: #101e74; }
    .btn-area .load-more:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 11px;
      right: 16px;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }
    .btn-area .load-more:hover {
      color: #fff; }
      .btn-area .load-more:hover:after {
        color: #fff; }
      .btn-area .load-more:hover:before {
        border: 1px solid #fff; }

.tips-block {
  overflow: hidden; }
  @media screen and (min-width: 48em) {
    .tips-block .row {
      margin-bottom: 18px; } }
  .tips-block .holder {
    background-position: 100% 0;
    border-radius: 30px 0 0;
    background-repeat: no-repeat;
    letter-spacing: -0.32em;
    overflow: hidden;
    margin: 0 -10px; }
    @media screen and (min-width: 48em) {
      .tips-block .holder {
        border-radius: 40px 0 0;
        padding: 70px 0 18px;
        margin: 0;
        background-size: cover;
        background-position: 0 0; } }
    @media only screen and (max-width: 767px) {
      .tips-block .holder {
        background-image: none !important; }
        .tips-block .holder .tips {
          padding: 30px 20px 10px;
          margin-bottom: 20px;
          background-size: cover; } }
    @media screen and (min-width: 48em) {
      .tips-block .holder .tips {
        background: none !important; } }
  .tips-block .box {
    background: #fefefe;
    padding: 15px 20px;
    overflow: hidden;
    font-weight: 300;
    letter-spacing: 0;
    color: #231f20;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .tips-block .box {
        display: inline-block;
        vertical-align: top;
        padding: 20px 15px 0;
        width: calc(33.333% - 20px);
        margin: 0 10px 20px; } }
    @media screen and (min-width: 64em) {
      .tips-block .box {
        padding: 20px 15px 0;
        width: calc(33.33% - 20px);
        margin: 0 10px; } }
    @media screen and (min-width: 80em) {
      .tips-block .box {
        width: calc(32% - 40px);
        margin: 0 20px;
        padding: 20px 20px 0; } }
  .tips-block .box-holder {
    padding-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .tips-block .box-holder {
        height: auto !important;
        padding-bottom: 20px;
        display: inline; } }
    .tips-block .box-holder p {
      display: none; }
      @media screen and (min-width: 48em) {
        .tips-block .box-holder p {
          display: block; } }
  .tips-block p {
    line-height: 1.25; }
  .tips-block h2 {
    font-size: 22px;
    line-height: 28px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #0a0a0a;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 16px; }
    @media screen and (min-width: 48em) {
      .tips-block h2 {
        font-size: 26px;
        line-height: 32px; } }
  .tips-block h3 {
    font-size: 17px;
    line-height: 21px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #001970;
    margin: 0 0 9px;
    display: inline; }
    @media screen and (min-width: 48em) {
      .tips-block h3 {
        display: block;
        font-size: 18px;
        line-height: 22px; } }
    .tips-block h3 a {
      color: #001970; }
      .tips-block h3 a:hover {
        color: #0a0a0a; }
  .tips-block .more {
    font-size: 14px;
    line-height: 20px;
    color: #ed1651;
    padding-right: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 0 22px 0 0; }
    @media screen and (min-width: 48em) {
      .tips-block .more {
        display: block;
        border-top: 1px solid #96bc4b;
        margin: 0 -20px;
        padding: 10px 30px 10px 20px; } }
    .tips-block .more:after {
      font-size: 16px;
      line-height: 16px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 3px;
      right: 5px;
      color: #101e74; }
      @media screen and (min-width: 48em) {
        .tips-block .more:after {
          top: 7px;
          right: 20px; } }
    .tips-block .more:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 3px;
      right: 0;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }
      @media screen and (min-width: 48em) {
        .tips-block .more:before {
          top: 8px;
          right: 15px; } }
    .tips-block .more:hover {
      color: #333; }
  .tips-block .info-box {
    background: #8dc63f;
    padding: 20px;
    letter-spacing: 0;
    display: block;
    overflow: hidden;
    transition: 0.2s background linear;
    position: relative;
    margin: 0 -10px 25px; }
    @media screen and (min-width: 48em) {
      .tips-block .info-box {
        padding: 20px 16px 18px 30px;
        margin: 0 10px 21px; } }
    @media screen and (min-width: 64em) {
      .tips-block .info-box {
        margin: 0 0 21px; } }
    .tips-block .info-box:after {
      font-size: 16px;
      line-height: 16px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      bottom: 9px;
      right: 19px;
      color: #fefefe; }
    .tips-block .info-box:before {
      width: 16px;
      height: 16px;
      position: absolute;
      bottom: 8px;
      right: 15px;
      border: 1px solid #fefefe;
      border-radius: 100%;
      content: ''; }
    .tips-block .info-box:hover {
      background: #79bd1b; }
    .tips-block .info-box h3 {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 9px; }
    .tips-block .info-box p {
      line-height: 1.3; }
  .tips-block .img {
    width: 50px;
    float: left;
    margin: 0 15px 0 0; }
    @media screen and (min-width: 80em) {
      .tips-block .img {
        width: 100px;
        margin: 0 22px 0 0; } }
  .tips-block .text {
    overflow: hidden;
    color: #231f20; }

.circle {
  width: 226px;
  height: 226px;
  white-space: nowrap;
  text-align: center;
  letter-spacing: -0.32em;
  font-size: 32px;
  line-height: 38px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  border-radius: 100%;
  display: block;
  background: #0a1971;
  color: #fefefe; }
  .circle:before {
    letter-spacing: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    min-height: 226px; }
  .circle > * {
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    letter-spacing: 0; }

.post h1 {
  margin: 0 0 15px; }
  @media screen and (min-width: 48em) {
    .post h1 {
      margin: 0 0 29px; } }

.post h2 {
  font-size: 15px;
  line-height: 20px;
  color: #000100;
  margin: 0 0 20px; }
  @media screen and (min-width: 48em) {
    .post h2 {
      font-size: 20px;
      line-height: 25px;
      margin: 0 0 26px; } }

.post h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  color: #000100;
  margin: 0 0 20px; }
  @media screen and (min-width: 48em) {
    .post h3 {
      margin: 0; } }

.post h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  color: #000100;
  margin: 0; }

.post p {
  font-size: 17px;
  line-height: 21px; }

.post p a {
  color: #ed1651;
  font-weight: 600;
  color: #ed1651; }
  .post p a:hover {
    color: #000; }

.article-post {
  font-size: 17px;
  line-height: 25px;
  max-width: 738px;
  margin: 0 15px 50px;
  position: relative;
  font-weight: 300;
  color: #000100;
  padding: 0 15px; }
  @media screen and (min-width: 48em) {
    .article-post {
      padding: 10px 0 0;
      max-width: 680px;
      margin: 0 auto 50px; } }
  @media screen and (min-width: 80em) {
    .article-post {
      max-width: 782px; } }
  .article-post h1 {
    margin: 0 0 15px; }
    @media screen and (min-width: 48em) {
      .article-post h1 {
        margin: 0 0 29px; } }
  .article-post h2 {
    font-size: 15px;
    line-height: 20px;
    color: #000100;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .article-post h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 26px; } }
  .article-post h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #000100;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .article-post h3 {
        margin: 0; } }
  .article-post h4 {
    font-size: 17px;
    line-height: 25px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #000100;
    margin: 0; }
  .article-post .streamer {
    font-size: 30px;
    line-height: 35px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #ed1651;
    margin: 0 0 15px;
    text-align: center;
    border: none; }
  .article-post.zoekpage {
    margin-bottom: 0; }
  .article-post .title {
    font-size: 16px;
    line-height: 20px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    display: block;
    font-weight: 400;
    margin: 0 0 15px;
    letter-spacing: 0; }
    @media screen and (min-width: 48em) {
      .article-post .title {
        font-size: 20px;
        line-height: 25px;
        margin: 0 0 19px; } }
  .article-post blockquote {
    border-left: none; }
    .article-post blockquote p {
      font-size: 17px;
      line-height: 22px;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      max-width: 430px;
      margin: 0 auto 30px;
      padding: 15px 0;
      text-align: center;
      position: relative;
      color: #001970; }
      .article-post blockquote p:after, .article-post blockquote p:before {
        background: #0a1971;
        width: 240px;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -120px;
        content: '';
        height: 1px; }
      .article-post blockquote p:before {
        top: auto;
        bottom: 0; }
      .article-post blockquote p a {
        color: #ed1651;
        text-decoration: underline; }
        .article-post blockquote p a:hover {
          text-decoration: none; }
  .article-post time {
    font-size: 11px;
    line-height: 14px;
    display: block;
    color: #001970;
    margin: 0 0 27px;
    font-family: "DINNextRoundedLTPro-Regular", sans-serif;
    text-transform: uppercase; }
  .article-post .textarea {
    padding-bottom: 1.5em; }
    @media screen and (min-width: 64em) {
      .article-post .textarea {
        padding-right: 45px; } }
    @media screen and (min-width: 80em) {
      .article-post .textarea {
        padding-right: 95px; } }
  .article-post #content-article:first-letter {
    font-size: 90px;
    line-height: 90px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #80bd01;
    float: left;
    margin: -10px 12px 0 -6px; }
  .article-post .textarea table, .article-post #content-article table {
    min-width: 680px;
    width: 100%;
    overflow-x: scroll;
    border: 0; }
    .article-post .textarea table tr, .article-post #content-article table tr {
      line-height: 1.5em;
      border: 0; }
    .article-post .textarea table td, .article-post #content-article table td {
      padding: 0.5em;
      border: 0; }
    .article-post .textarea table tr:nth-child(even), .article-post #content-article table tr:nth-child(even) {
      background: #cce599; }
    .article-post .textarea table tr:nth-child(odd), .article-post #content-article table tr:nth-child(odd) {
      background: #FFF; }
  .article-post #form-content {
    margin-left: auto;
    margin-right: auto; }
    .article-post #form-content form {
      margin: 2em 0; }
    .article-post #form-content table, .article-post #form-content tr {
      width: 100%;
      min-width: auto; }
    .article-post #form-content tr {
      background: none; }
    .article-post #form-content td {
      vertical-align: top;
      padding: 0;
      padding-right: 0.5em; }
    .article-post #form-content td:nth-child(1) {
      width: 48%;
      vertical-align: top; }
    .article-post #form-content input[type=submit] {
      border-radius: 5px;
      border: 0;
      padding: 5px 15px;
      background: #0a1971;
      color: white;
      font-weight: bold; }
    .article-post #form-content input[type=submit]:hover {
      color: #80bd01; }
    .article-post #form-content label {
      line-height: 1.5em;
      font-size: 1em;
      color: #000100;
      font-weight: 300; }
  .article-post p {
    line-height: 1.25;
    margin: 0 0 10px; }
    .article-post p a {
      font-weight: 600;
      color: #ed1651; }
    .article-post p a:hover {
      color: #000; }
    .article-post p a:visited {
      color: #ed1651; }

.page-template-congres blockquote {
  border-left: none; }
  .page-template-congres blockquote p {
    font-size: 17px;
    line-height: 22px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    max-width: 430px;
    margin: 0 auto 30px;
    padding: 15px 0;
    text-align: center;
    position: relative;
    color: #001970; }
    .page-template-congres blockquote p:after, .page-template-congres blockquote p:before {
      background: #0a1971;
      width: 240px;
      position: absolute;
      top: 0;
      left: 50%;
      margin: 0 0 0 -120px;
      content: '';
      height: 1px; }
    .page-template-congres blockquote p:before {
      top: auto;
      bottom: 0; }
    .page-template-congres blockquote p a {
      color: #ed1651;
      text-decoration: underline; }
      .page-template-congres blockquote p a:hover {
        text-decoration: none; }

.popup-opener {
  background: #cce599;
  color: #000100; }
  @media screen and (min-width: 64em) {
    .popup-opener {
      pointer-events: none; } }

.popup {
  display: inline;
  letter-spacing: 0;
  font-weight: 400; }
  @media screen and (min-width: 64em) {
    .popup {
      position: inherit; } }
  .popup.active .popup-holder {
    visibility: visible;
    opacity: 1; }

.popup-holder-video {
  display: none; }

.popup-holder {
  background: #fefefe;
  font-size: 14px;
  line-height: 18px;
  width: 250px;
  position: absolute;
  left: 50%;
  border: solid #80bd01;
  border-width: 1px 0;
  padding: 20px;
  margin: 0 0 0 -125px;
  transition: 0.3s opacity linear;
  opacity: 0;
  visibility: hidden;
  color: #000100; }
  @media screen and (min-width: 64em) {
    .popup-holder {
      border-width: 1px 0 0;
      left: 100%;
      width: 200px;
      margin: 0;
      opacity: 1;
      visibility: visible;
      left: 95%;
      padding: 15px 10px; } }
  @media screen and (min-width: 80em) {
    .popup-holder {
      left: 90%;
      width: 244px;
      padding: 20px; } }
  .popup-holder:after, .popup-holder:before {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -8px;
    right: 50%;
    border-radius: 100%;
    background: #80bd01;
    content: '';
    margin: 0 -8px 0 0; }
    @media screen and (min-width: 64em) {
      .popup-holder:after, .popup-holder:before {
        right: 0;
        margin: 0; } }
  .popup-holder:before {
    top: auto;
    bottom: -8px; }
    @media screen and (min-width: 64em) {
      .popup-holder:before {
        display: none; } }

.main-content {
  background: #fefefe;
  border-radius: 25px 0 0;
  overflow: hidden;
  margin: -30px 0 0;
  padding: 17px 15px 0;
  position: relative;
  z-index: 99; }
  @media screen and (min-width: 64em) {
    .main-content {
      border-radius: 50px 0 0;
      margin: -50px 0 0; } }
  .main-content.inner {
    margin: 0 auto; }
    .main-content.inner h1 {
      margin: 0 0 10px; }
      @media screen and (min-width: 48em) {
        .main-content.inner h1 {
          margin: 0 0 30px; } }
    .main-content.inner .title {
      font-size: 16px;
      line-height: 20px;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      display: block;
      font-weight: 400;
      margin: 0 0 15px;
      letter-spacing: 0; }
      @media screen and (min-width: 48em) {
        .main-content.inner .title {
          font-size: 20px;
          line-height: 25px;
          margin: 0 0 19px; } }
    .main-content.inner .tips h1 {
      color: #0a1971; }
    .main-content.inner .btn-area .btn-more {
      font-size: 14px;
      line-height: 18px;
      background: #fefefe;
      padding: 3px 15px;
      margin: 0;
      color: #ed1651;
      text-align: center; }
      .main-content.inner .btn-area .btn-more:after, .main-content.inner .btn-area .btn-more:before {
        display: none; }
      .main-content.inner .btn-area .btn-more:hover {
        background: #0a1971;
        color: #fefefe; }
  .main-content.cao {
    margin: 0; }
    .main-content.cao .content {
      max-width: 824px; }
    .main-content.cao .intro {
      margin: 0 0 47px; }
      .main-content.cao .intro .title {
        font-size: 17px;
        line-height: 21px;
        letter-spacing: 0;
        font-family: "DINNextRoundedLTPro-Bold", sans-serif;
        font-weight: 400;
        margin: 0 0 15px;
        display: block; }
        @media screen and (min-width: 48em) {
          .main-content.cao .intro .title {
            font-size: 20px;
            line-height: 23px;
            margin: 0 0 15px; } }
      .main-content.cao .intro .head {
        font-size: 24px;
        line-height: 28px; }
        @media screen and (min-width: 48em) {
          .main-content.cao .intro .head {
            font-size: 28px;
            line-height: 32px; } }
      .main-content.cao .intro p {
        margin-bottom: 15px; }
  .main-content h1 {
    margin: 0 0 25px; }
  .main-content .head {
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    margin: 0 0 10px;
    background: #fefefe;
    z-index: 9;
    letter-spacing: 0; }
    @media screen and (min-width: 48em) {
      .main-content .head {
        font-size: 28px;
        line-height: 32px;
        margin: 0; } }
  .main-content .tips {
    position: relative;
    z-index: 1;
    margin: 0 0 30px; }
    .main-content .tips .head {
      margin: 0; }
    .main-content .tips:before {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 50%;
      z-index: -1;
      width: 2px;
      border-left: 2px dotted #c7c7c7;
      content: '';
      z-index: -1;
      margin: 0 0 0 -1px; }
    .main-content .tips .holder {
      position: relative;
      padding: 15px 0; }
      .main-content .tips .holder:after, .main-content .tips .holder:before {
        width: 10px;
        height: 10px;
        background: #80bd01;
        border-radius: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -5px;
        content: ''; }
      .main-content .tips .holder:before {
        top: auto;
        bottom: 0; }
    .main-content .tips time {
      font-size: 11px;
      line-height: 15px;
      color: #001970;
      display: block;
      text-transform: uppercase;
      margin: 0 0 15px; }
      @media screen and (min-width: 48em) {
        .main-content .tips time {
          font-size: 17px;
          line-height: 21px;
          margin: 0; } }
  .main-content .tip-list {
    font-size: 17px;
    line-height: 22px;
    list-style: none;
    counter-reset: newCounter;
    padding-right: 0;
    margin: 0;
    color: #000100; }
    .main-content .tip-list li {
      padding: 80px 0 0;
      position: relative; }
      @media screen and (min-width: 64em) {
        .main-content .tip-list li {
          padding: 100px 60px 0 0; } }
      .main-content .tip-list li:before {
        counter-increment: newCounter;
        content: counters(newCounter, ".") " ";
        width: 60px;
        height: 60px;
        font-size: 35px;
        line-height: 35px;
        font-family: "DINNextRoundedLTPro-Bold", sans-serif;
        border-radius: 100%;
        background: #80bd01;
        position: absolute;
        top: 0;
        left: 50%;
        margin: 0 0 0 -30px;
        letter-spacing: 0;
        color: #fefefe;
        padding: 12px 10px;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .main-content .tip-list li:before {
            width: 84px;
            height: 84px;
            font-size: 50px;
            line-height: 50px;
            margin: 0 0 0 -42px;
            padding: 15px 10px; } }
      .main-content .tip-list li:after {
        width: 54px;
        height: 54px;
        position: absolute;
        content: '';
        border: 1px solid #fefefe;
        border-radius: 100%;
        letter-spacing: 0;
        top: 3px;
        left: 50%;
        margin: 0 0 0 -27px; }
        @media screen and (min-width: 48em) {
          .main-content .tip-list li:after {
            width: 74px;
            height: 74px;
            margin: 0 0 0 -37px;
            top: 5px; } }
    .main-content .tip-list h2 {
      font-size: 20px;
      line-height: 23px;
      margin: 0; }
      @media screen and (min-width: 48em) {
        .main-content .tip-list h2 {
          font-size: 32px;
          line-height: 36px;
          margin: 0 0 15px; } }
      .main-content .tip-list h2 a {
        color: #82bc00; }
        .main-content .tip-list h2 a:hover {
          color: #0a0a0a; }
  .main-content .article-holder {
    margin-bottom: 3em; }
    @media screen and (min-width: 48em) {
      .main-content .article-holder {
        margin-bottom: 0; } }
    .main-content .article-holder h1 {
      color: #0a0a0a;
      padding: 0 0 26px 0;
      font-size: 32px;
      line-height: 34px;
      border-bottom: 1px solid #0a1971; }
      @media screen and (min-width: 48em) {
        .main-content .article-holder h1 {
          border-bottom: none;
          font-size: 48px;
          line-height: 52px;
          margin: 0 0 26px 0; } }
  .main-content .article {
    font-size: 17px;
    line-height: 22px;
    overflow: hidden;
    letter-spacing: 0;
    margin: 0 0 15px;
    color: #0a0a0a; }
    @media screen and (min-width: 64em) {
      .main-content .article {
        padding-right: 60px;
        padding-top: 19px; } }
    .main-content .article h2 {
      font-size: 22px;
      line-height: 30px; }
      @media screen and (min-width: 48em) {
        .main-content .article h2 {
          font-size: 32px;
          line-height: 40px; } }
      .main-content .article h2 a {
        color: #001970; }
        .main-content .article h2 a:hover {
          color: #0a0a0a; }
    .main-content .article .textarea {
      overflow: visible !important;
      border-bottom: 1px solid #0a1971;
      padding: 5px 0 15px; }
      @media screen and (min-width: 48em) {
        .main-content .article .textarea {
          border: none;
          padding: 0;
          overflow: hidden !important; } }
      .main-content .article .textarea h2 {
        margin: 0 0 10px 0px;
        font-size: 22px;
        line-height: 24px; }
        @media screen and (min-width: 48em) {
          .main-content .article .textarea h2 {
            margin: 0 0 10px;
            font-size: 32px;
            line-height: 40px; } }
    .main-content .article .text {
      margin: 0 0 10px; }
      @media screen and (min-width: 48em) {
        .main-content .article .text {
          border-bottom: 1px solid #0a1971; } }
    .main-content .article p {
      line-height: 1.2; }
    .main-content .article .more {
      font-size: 14px;
      line-height: 20px;
      color: #ed1651;
      position: relative;
      padding-right: 24px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      display: inline-block;
      text-transform: uppercase; }
      .main-content .article .more:after {
        font-size: 16px;
        line-height: 16px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 1px;
        right: 5px;
        color: #101e74; }
      .main-content .article .more:before {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        right: 0;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
      .main-content .article .more:hover {
        color: #333; }
  .main-content .circle-box {
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    width: 32px;
    height: 32px;
    font-size: 18px;
    line-height: 22px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    border-radius: 100%;
    background: #80bd01;
    position: relative;
    color: #fefefe;
    float: left;
    margin: 2px 10px 0 0; }
    .main-content .circle-box:before {
      letter-spacing: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 32px; }
    .main-content .circle-box > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media screen and (min-width: 48em) {
      .main-content .circle-box {
        white-space: nowrap;
        text-align: center;
        letter-spacing: -0.32em;
        width: 162px;
        height: 162px;
        font-size: 85px;
        line-height: 85px;
        float: left;
        margin: 0 35px 0 0; }
        .main-content .circle-box:before {
          letter-spacing: 0;
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          min-height: 162px; }
        .main-content .circle-box > * {
          white-space: normal;
          display: inline-block;
          vertical-align: middle;
          max-width: 100%;
          width: 100%;
          letter-spacing: 0; } }
    .main-content .circle-box:after {
      position: absolute;
      top: 2px;
      left: 2px;
      right: 2px;
      bottom: 2px;
      content: '';
      border: 1px solid #fefefe;
      border-radius: 100%;
      letter-spacing: 0; }
      @media screen and (min-width: 48em) {
        .main-content .circle-box:after {
          top: 10px;
          left: 10px;
          right: 10px;
          bottom: 10px; } }
  .main-content .content {
    max-width: 680px;
    margin: 0 15px 15px;
    position: relative; }
    @media screen and (min-width: 48em) {
      .main-content .content {
        margin: 0 auto 70px; } }
  .main-content .list {
    font-size: 17px;
    line-height: 22px;
    padding: 0 0 33px;
    color: #000100; }
    .main-content .list li {
      padding: 0 0 6px 22px;
      position: relative; }
      .main-content .list li:after {
        font-size: 16px;
        line-height: 16px;
        position: absolute;
        left: 0;
        top: 3px;
        font-family: 'icomoon';
        content: "\e913";
        color: #80bd01; }
    .main-content .list.btn-holder {
      text-transform: uppercase;
      font-size: 18px;
      line-height: 22px;
      padding: 0; }
      .main-content .list.btn-holder li {
        padding: 0 0 9px;
        overflow: hidden; }
        .main-content .list.btn-holder li:after {
          display: none; }
      .main-content .list.btn-holder a {
        color: #dd0031;
        display: inline-block;
        padding: 0 0 0 30px;
        position: relative; }
        .main-content .list.btn-holder a:hover {
          color: #101e74; }
        .main-content .list.btn-holder a:after {
          font-size: 18px;
          line-height: 18px;
          font-family: 'icomoon';
          content: "\e905";
          position: absolute;
          top: 2px;
          left: 8px;
          color: #101e74; }
        .main-content .list.btn-holder a:before {
          width: 20px;
          height: 20px;
          position: absolute;
          top: 2px;
          left: 0;
          border: 1px solid #101e74;
          border-radius: 100%;
          content: ''; }
    .main-content .list.pdf-holder {
      font-size: 18px;
      line-height: 22px;
      text-transform: uppercase;
      padding: 0; }
      .main-content .list.pdf-holder li {
        padding: 0 0 10px; }
        .main-content .list.pdf-holder li:after {
          display: none; }
        .main-content .list.pdf-holder li a {
          color: #dd0031;
          display: inline-block;
          padding: 0 0 0 30px;
          position: relative; }
          .main-content .list.pdf-holder li a:after {
            background: url(../images/ico-pdf.jpg) no-repeat;
            width: 22px;
            height: 24px;
            border: none;
            position: absolute;
            top: 0;
            left: 0;
            content: ''; }
          .main-content .list.pdf-holder li a:hover {
            color: #101e74; }
  .main-content h2 {
    margin: 0 0 5px; }
  .main-content .vertical {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300; }
    .main-content .vertical a {
      color: #001970; }
  .main-content .circle {
    font-size: 29px;
    line-height: 32px;
    position: static;
    top: 95px;
    left: 100%;
    background: #80bd01;
    margin: 0 auto 30px; }
    @media screen and (min-width: 80em) {
      .main-content .circle {
        position: absolute;
        margin: 0; } }
  .main-content .video-holder {
    position: relative;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .main-content .video-holder {
        padding: 10px 0 0;
        margin: 0 0 30px; } }
    .main-content .video-holder.inner time {
      position: relative;
      display: inline-block;
      top: auto;
      left: auto; }
    .main-content .video-holder.inner .title {
      margin: 0;
      font-size: 17px;
      line-height: 21px; }
      @media screen and (min-width: 48em) {
        .main-content .video-holder.inner .title {
          font-size: 31px;
          line-height: 38px; } }
    .main-content .video-holder.inner em {
      display: block;
      font-style: normal; }
    .main-content .video-holder h2 {
      margin: 0 0 20px; }
    .main-content .video-holder .icon-ico6 {
      font-size: 80px;
      line-height: 80px;
      position: absolute;
      top: 18%;
      left: 50%;
      z-index: 1;
      margin: 0 0 0 -33px; }
      @media screen and (min-width: 48em) {
        .main-content .video-holder .icon-ico6 {
          font-size: 200px;
          line-height: 200px;
          margin: 0 0 0 -85px; } }
    .main-content .video-holder .image {
      position: relative;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      color: #000100;
      margin-bottom: 10px; }
    .main-content .video-holder time {
      font-size: 16px;
      line-height: 20px;
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 0 0 0 25px;
      clear: both;
      z-index: 9; }
      @media screen and (min-width: 48em) {
        .main-content .video-holder time {
          font-size: 21px;
          line-height: 26px;
          top: 16px;
          left: 20px;
          padding: 2px 0 0 35px; } }
      .main-content .video-holder time:after {
        font-size: 20px;
        line-height: 20px;
        position: absolute;
        left: 0;
        top: 0;
        font-family: 'icomoon';
        content: "\e900";
        color: #000100; }
        @media screen and (min-width: 48em) {
          .main-content .video-holder time:after {
            font-size: 30px;
            line-height: 30px; } }
    .main-content .video-holder .title {
      font-size: 22px;
      line-height: 26px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding: 5px 5px 6px;
      letter-spacing: 0;
      z-index: 9; }
      @media screen and (min-width: 48em) {
        .main-content .video-holder .title {
          padding: 5px 5px 20px;
          font-size: 37px;
          line-height: 42px; } }
    .main-content .video-holder .play {
      white-space: nowrap;
      text-align: center;
      letter-spacing: -0.32em;
      width: 60px;
      height: 60px;
      font-size: 25px;
      line-height: 25px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -30px 0 0 -30px;
      background: rgba(255, 255, 255, 0.9);
      border-radius: 100%;
      color: #0a0a0a;
      transition: 0.3s linear background;
      z-index: 9; }
      .main-content .video-holder .play:before {
        letter-spacing: 0;
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        min-height: 60px; }
      .main-content .video-holder .play > * {
        white-space: normal;
        display: inline-block;
        vertical-align: middle;
        max-width: 100%;
        width: 100%;
        letter-spacing: 0; }
      @media screen and (min-width: 48em) {
        .main-content .video-holder .play {
          white-space: nowrap;
          text-align: center;
          letter-spacing: -0.32em;
          width: 92px;
          height: 92px;
          margin: -46px 0 0 -46px; }
          .main-content .video-holder .play:before {
            letter-spacing: 0;
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            min-height: 92px; }
          .main-content .video-holder .play > * {
            white-space: normal;
            display: inline-block;
            vertical-align: middle;
            max-width: 100%;
            width: 100%;
            letter-spacing: 0; } }
      .main-content .video-holder .play:hover {
        background: #fefefe; }
    .main-content .video-holder .caption {
      font-size: 17px;
      line-height: 28px;
      color: #001970;
      font-weight: 300; }
    .main-content .video-holder .icon-play {
      padding-left: 10px; }
    .main-content .video-holder img {
      width: 100%;
      height: auto;
      display: block; }
  .main-content .table-area {
    overflow: hidden;
    margin: 0 0 50px; }
    .main-content .table-area.inner {
      padding: 16px 0 0; }
      @media screen and (min-width: 48em) {
        .main-content .table-area.inner {
          padding: 36px 0 0; } }
    .main-content .table-area h2 {
      font-size: 32px;
      line-height: 40px;
      margin: 0 0 20px; }
    .main-content .table-area .button {
      font-size: 16px;
      line-height: 20px;
      background: #80bd01;
      display: inline-block;
      vertical-align: top;
      color: #0a0a0a;
      padding: 10px 70px 10px 24px;
      font-weight: 400;
      margin: 0 0 5px; }
      @media screen and (min-width: 48em) {
        .main-content .table-area .button {
          margin: 0 -15px 0 0;
          float: right; } }
      .main-content .table-area .button:hover {
        background: #ccc; }
  .main-content table {
    text-align: left;
    width: 100%;
    border-bottom: 2px solid #223f98; }
    .main-content table.rwd-table tr {
      border-top: 2px solid #0a1971; }
      @media screen and (min-width: 48em) {
        .main-content table.rwd-table tr {
          border-top: none; } }
    .main-content table.rwd-table th {
      display: none; }
    .main-content table.rwd-table td {
      display: block;
      padding: 4px 15px 7px 0;
      border-bottom: 1px solid #e9e8e8; }
      @media screen and (min-width: 48em) {
        .main-content table.rwd-table td {
          border-bottom: 1px solid #223f98; } }
      .main-content table.rwd-table td.btn {
        border: none; }
        @media screen and (min-width: 48em) {
          .main-content table.rwd-table td.btn {
            border-bottom: 1px solid #223f98; } }
      .main-content table.rwd-table td:before {
        content: attr(data-th) " ";
        font-weight: bold;
        width: 6.5em;
        display: inline-block; }
        @media screen and (min-width: 48em) {
          .main-content table.rwd-table td:before {
            display: none; } }
    .main-content table.rwd-table th, .main-content table.rwd-table td {
      text-align: left; }
      @media screen and (min-width: 48em) {
        .main-content table.rwd-table th, .main-content table.rwd-table td {
          display: table-cell; } }
    .main-content table.rwd-table {
      overflow: hidden; }
      .main-content table.rwd-table tr {
        border-color: #46637f; }
      .main-content table.rwd-table th {
        padding: 8px 15px 4px 0; }
      .main-content table.rwd-table th, .main-content table.rwd-table td:before {
        color: #001970; }
    .main-content table th {
      font-size: 18px;
      line-height: 22px;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      font-weight: 400;
      color: #001970;
      padding: 8px 15px 11px 0;
      border-bottom: 2px solid #223f98; }
    .main-content table td {
      font-size: 17px;
      line-height: 22px;
      padding: 9px 15px 9px 0;
      border-bottom: 1px solid #223f98;
      color: #000100; }
    .main-content table .button {
      float: left; }
      @media screen and (min-width: 48em) {
        .main-content table .button {
          float: right; } }
  @media screen and (min-width: 48em) {
    .main-content .box-area {
      padding: 28px 0 0; } }
  .main-content .box {
    border: 1px solid #223f98;
    overflow: hidden;
    padding: 21px;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .main-content .box {
        padding: 21px 33px;
        margin: 0 0 34px; } }
    .main-content .box .img {
      margin: 0 0 20px; }
      @media screen and (min-width: 48em) {
        .main-content .box .img {
          float: left;
          max-width: 233px;
          margin: 11px 44px 0 0; } }
      @media screen and (min-width: 48em) {
        .main-content .box .img.right {
          float: right;
          margin: 0 0 0 20px; } }
    .main-content .box img {
      width: 100%;
      height: auto;
      display: block; }
    .main-content .box p {
      margin: 0 0 19px;
      line-height: 1.25; }
  .main-content .textarea {
    overflow: hidden; }
    .main-content .textarea h2 {
      margin: 0 0 10px; }
  .main-content .info-area {
    font-size: 17px;
    line-height: 21px;
    color: #0a0a0a; }
    .main-content .info-area h1 {
      color: #001970;
      font-size: 26px;
      line-height: 30px;
      margin: 0 0 20px; }
      @media screen and (min-width: 48em) {
        .main-content .info-area h1 {
          font-size: 48px;
          line-height: 52px;
          margin: 0 0 25px; } }
    .main-content .info-area .title {
      font-size: 22px;
      line-height: 22px;
      margin: 0 0 25px; }
      @media screen and (min-width: 48em) {
        .main-content .info-area .title {
          font-size: 24px;
          line-height: 30px;
          margin: 0 0 15px; } }
    .main-content .info-area p {
      line-height: 1.2; }
    .main-content .info-area .text {
      display: block;
      font-weight: 600;
      margin: 0 0 23px; }
    .main-content .info-area table td {
      font-weight: 700; }
  .main-content .detail {
    list-style: none;
    counter-reset: newCounter;
    margin: 0 0 40px; }
    .main-content .detail li {
      position: relative;
      padding: 0 0 4px 21px;
      line-height: 1.25; }
      .main-content .detail li:before {
        font-family: "DINNextRoundedLTPro-Bold", sans-serif;
        counter-increment: newCounter;
        content: counters(newCounter, ".") ". ";
        position: absolute;
        left: 0;
        top: 0;
        color: #001970; }
  .main-content .detail-box {
    background: #ecf5d9;
    padding: 22px 15px 22px 24px;
    margin: 0 0 34px; }
    .main-content .detail-box h3 {
      margin: 0 0 2px; }
    .main-content .detail-box ul li {
      position: relative;
      padding: 0 0 2px 11px;
      line-height: 1.38; }
      .main-content .detail-box ul li:after {
        width: 4px;
        height: 4px;
        background: #13315f;
        position: absolute;
        top: 12px;
        left: 0;
        content: '';
        border-radius: 100%; }
  .main-content h3 {
    font-size: 20px;
    line-height: 26px;
    color: #001970;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif; }
  .main-content .text-info {
    font-size: 16px;
    line-height: 20px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    position: static;
    width: 190px;
    top: 179px;
    left: 100%;
    color: #dd0031;
    text-align: center;
    margin: 0 auto 20px; }
    @media screen and (min-width: 80em) {
      .main-content .text-info {
        position: absolute;
        left: 113%; } }
    .main-content .text-info i {
      font-size: 80px;
      line-height: 80px;
      color: #0a1971;
      display: block;
      margin: 0 0 20px; }
      @media screen and (min-width: 48em) {
        .main-content .text-info i {
          font-size: 117px;
          line-height: 117px;
          margin: 0 0 40px; } }
  .main-content .icon-box {
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    width: 100%;
    height: 152px;
    font-size: 85px;
    line-height: 85px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    border-radius: 30px 0 0;
    position: relative;
    color: #0a1971;
    padding: 5px;
    border: 1px solid #0a1971;
    display: block;
    margin: 0 0 10px; }
    .main-content .icon-box:before {
      letter-spacing: 0;
      content: '';
      display: inline-block;
      vertical-align: middle;
      width: 0;
      min-height: 167px; }
    .main-content .icon-box > * {
      white-space: normal;
      display: inline-block;
      vertical-align: middle;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    @media screen and (min-width: 48em) {
      .main-content .icon-box {
        display: inline-block;
        width: 167px;
        height: 152px;
        float: left;
        margin: 10px 43px 0 0; } }
    .main-content .icon-box img {
      width: 100%;
      height: auto;
      display: block;
      display: inline-block;
      vertical-align: middle; }
    .main-content .icon-box i {
      padding: 0 25px 0 0; }
  .main-content .cols-holder {
    letter-spacing: -0.32em;
    letter-spacing: 0;
    font-size: 17px;
    line-height: 21px;
    font-weight: 300;
    color: #000100; }
    .main-content .cols-holder .holder {
      overflow: hidden; }
      @media screen and (min-width: 48em) {
        .main-content .cols-holder .holder {
          margin: 0 -20px; } }
    .main-content .cols-holder .head {
      margin: 0 0 19px; }
    .main-content .cols-holder .col {
      margin: 0 0 30px;
      border: 1px solid #80b940;
      position: relative;
      letter-spacing: 0;
      padding-bottom: 50px; }
      @media screen and (min-width: 48em) {
        .main-content .cols-holder .col {
          display: inline-block;
          vertical-align: top;
          width: calc(48% - 40px);
          margin: 0 20px 30px; } }
      @media only screen and (max-width: 767px) {
        .main-content .cols-holder .col {
          height: auto !important; } }
    .main-content .cols-holder .image-area {
      position: relative; }
      .main-content .cols-holder .image-area img {
        width: 100%;
        height: auto;
        display: block; }
        @media screen and (min-width: 48em) {
          .main-content .cols-holder .image-area img {
            max-height: 234px; } }
    .main-content .cols-holder .caption {
      font-size: 25px;
      line-height: 32px;
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 29px 15px 15px;
      color: #fefefe;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif; }
      @media screen and (min-width: 48em) {
        .main-content .cols-holder .caption {
          font-size: 36px;
          line-height: 40px;
          padding: 29px 25px 26px; } }
    .main-content .cols-holder .text {
      border-top: 1px solid #80b940;
      padding: 10px 23px 17px;
      font-weight: 300; }
    .main-content .cols-holder .more {
      font-size: 14px;
      line-height: 20px;
      color: #ed1651;
      padding-right: 20px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 400;
      border-top: 1px solid #96bc4b;
      letter-spacing: 1px;
      display: block;
      position: relative;
      padding: 14px 30px 14px 23px;
      position: absolute;
      bottom: 0;
      left: 0px;
      width: 100%; }
      .main-content .cols-holder .more:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 14px;
        right: 20px;
        color: #101e74; }
      .main-content .cols-holder .more:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 14px;
        right: 15px;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
      .main-content .cols-holder .more:hover {
        color: #0a0a0a; }
    .main-content .cols-holder p {
      line-height: 1.2;
      margin: 0; }
  .main-content .list-area {
    margin: 0 0 30px;
    font-size: 17px;
    line-height: 21px; }
    .main-content .list-area li {
      position: relative;
      padding: 0 0 0 17px; }
      .main-content .list-area li:after {
        width: 4px;
        height: 4px;
        background: #000100;
        position: absolute;
        top: 10px;
        left: 0;
        content: '';
        border-radius: 100%; }
    .main-content .list-area a {
      text-transform: uppercase;
      color: #ed1651; }
  .main-content .textblock {
    overflow: hidden;
    margin: 0 0 35px;
    line-height: 1em; }
    .main-content .textblock h2 {
      margin: 0 0 5px; }
    .main-content .textblock span {
      display: block;
      color: #001970; }
    .main-content .textblock .mail {
      color: #dd0031;
      text-transform: uppercase; }

.large-image {
  position: relative;
  margin: 0 0 25px;
  padding-top: 15px; }
  .large-image.inner {
    max-width: 888px;
    margin: 0 auto 25px; }
  .large-image img {
    width: 100%;
    height: auto;
    display: block; }
  .large-image .caption {
    font-size: 12px;
    line-height: 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 14px;
    color: #fefefe; }
    @media screen and (min-width: 48em) {
      .large-image .caption {
        padding: 27px 24px 14px; } }
  .large-image p {
    margin: 0;
    overflow: hidden; }
  .large-image .text {
    font-size: 8px;
    line-height: 12px;
    text-transform: uppercase;
    display: block; }
    @media screen and (min-width: 48em) {
      .large-image .text {
        float: right;
        margin: 9px -6px 0 0; } }

:last-child > .accordion-content:last-child,
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 0; }

.buttons {
  border: dotted #0a1971;
  border-width: 3px 0;
  overflow: hidden;
  clear: both;
  padding: 15px 0;
  margin: 0 0 30px; }
  @media screen and (min-width: 48em) {
    .buttons {
      padding: 25px 0; } }
  .buttons h2 {
    font-size: 20px;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    color: #0a0a0a;
    max-width: 730px;
    margin: 0 auto 20px;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .buttons h2 {
        font-size: 28px;
        line-height: 32px; } }
  .buttons ul {
    max-width: 730px;
    margin: 0 auto; }
    .buttons ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 10px 0 0; }
      @media screen and (min-width: 48em) {
        .buttons ul li {
          margin: 0 15px 0 0; } }
  .buttons .button {
    font-size: 14px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    background: #0a1971;
    padding: 8px 20px 8px 35px;
    margin: 0 0 15px;
    min-width: inherit; }
    @media screen and (min-width: 48em) {
      .buttons .button {
        font-size: 18px;
        line-height: 22px;
        padding: 9px 20px 9px 40px; } }
    .buttons .button:after {
      right: auto;
      left: 18px;
      font-size: 14px;
      line-height: 14px; }
      @media screen and (min-width: 48em) {
        .buttons .button:after {
          font-size: 18px;
          line-height: 18px;
          left: 18px; } }
    .buttons .button:before {
      right: auto;
      left: 12px;
      width: 16px;
      height: 16px; }
      @media screen and (min-width: 48em) {
        .buttons .button:before {
          width: 20px;
          height: 20px;
          left: 10px; } }

.button {
  font-size: 16px;
  line-height: 20px;
  font-family: "DINNextRoundedLTPro-Regular", sans-serif;
  background: #ed1651;
  color: #fefefe;
  padding: 10px 50px 10px 15px;
  display: inline-block;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 30px;
  min-width: 180px; }
  .button:after {
    font-size: 18px;
    line-height: 18px;
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    top: 11px;
    right: 20px;
    color: #fefefe; }
  .button:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    right: 14px;
    border: 1px solid #fefefe;
    border-radius: 100%;
    content: ''; }

.button--reversed {
  text-align: right; }
  @media (min-width: 500px) {
    .button--reversed {
      margin-right: 20px; } }
  .button--reversed:after {
    font-size: 18px;
    line-height: 18px;
    font-family: 'icomoon';
    content: "\e905";
    position: absolute;
    top: 13px;
    left: 20px;
    color: #fefefe;
    transform: rotate(180deg); }
  .button--reversed:before {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 11px;
    left: 14px;
    border: 1px solid #fefefe;
    border-radius: 100%;
    content: ''; }

.zoom {
  width: 40px;
  height: 40px;
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  top: 9px;
  right: 16px;
  background: #fefefe;
  z-index: 99;
  color: #0a1971;
  opacity: 0;
  transition: 0.3s linear opacity; }
  .zoom i {
    position: absolute; }
  .zoom .icon-arrow-up,
  .zoom .icon-arrow-down {
    position: absolute;
    top: 14px;
    transform: rotate(-135deg);
    left: -3px; }
  .zoom .icon-arrow-down {
    transform: rotate(-135deg);
    top: 0;
    left: 10px; }

.breadcrumbs {
  padding: 10px;
  margin: 0;
  letter-spacing: 0; }
  .breadcrumbs a {
    font-size: 14px;
    line-height: 18px;
    color: #ed1651;
    position: relative;
    padding-left: 27px;
    text-transform: uppercase; }
    .breadcrumbs a:after {
      font-size: 14px;
      line-height: 14px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 2px;
      left: 9px;
      color: #101e74;
      transform: rotate(180deg); }
    .breadcrumbs a:before {
      width: 16px;
      height: 16px;
      position: absolute;
      top: 0;
      left: 4px;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }

.ad-area {
  overflow: hidden;
  letter-spacing: -0.32em;
  margin-top: 3em; }
  .ad-area.inner .row {
    position: relative; }
    @media screen and (min-width: 48em) {
      .ad-area.inner .row {
        padding-top: 40px; } }
    .ad-area.inner .row:before {
      background: #223f98;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      content: '';
      height: 1px;
      display: block; }
  @media screen and (min-width: 48em) {
    .ad-area.inner .no-border {
      padding-top: 0px; } }
  .ad-area.inner .no-border:before {
    height: 0px; }
  .ad-area .column, .ad-area .columns {
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 0;
    float: none !important;
    margin-bottom: 20px; }
    @media screen and (min-width: 48em) {
      .ad-area .column, .ad-area .columns {
        margin-bottom: 50px; } }
  .ad-area h2 {
    font-size: 24px;
    line-height: 28px;
    color: #001970;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    margin: 0 10px 9px; }
    .ad-area h2 span {
      display: block; }
  .ad-area .ad {
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #96bc4b;
    padding: 20px 10px 0;
    overflow: hidden;
    min-height: 231px;
    max-height: 231px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -0.32em;
    text-align: left;
    transition: 0.2s opacity linear; }
    .ad-area .ad:before {
      letter-spacing: 0;
      content: '';
      display: inline-block;
      vertical-align: bottom;
      width: 0;
      min-height: 100%; }
    .ad-area .ad > * {
      white-space: normal;
      display: inline-block;
      vertical-align: bottom;
      max-width: 100%;
      width: 100%;
      letter-spacing: 0; }
    .ad-area .ad:hover {
      opacity: 0.8; }
  .ad-area .text {
    width: 100%; }
    .ad-area .text h2 {
      margin: 0 0 20px; }
  .ad-area .link {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin: 0 0 53px;
    color: #ed1651; }
  .ad-area .more {
    font-size: 14px;
    line-height: 20px;
    color: #ed1651;
    padding-right: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    border-top: 1px solid #96bc4b;
    margin: 0 -10px;
    display: block;
    position: relative;
    padding: 11px 30px 11px 10px;
    text-transform: uppercase; }
    .ad-area .more:after {
      font-size: 16px;
      line-height: 16px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 13px;
      right: 20px;
      color: #101e74; }
    .ad-area .more:before {
      width: 17px;
      height: 17px;
      position: absolute;
      top: 13px;
      right: 15px;
      border: 1px solid #101e74;
      border-radius: 100%;
      content: ''; }
  .ad-area .holder {
    position: relative;
    padding: 20px 0 0; }
    @media screen and (min-width: 48em) {
      .ad-area .holder {
        padding: 0; } }
    .ad-area .holder:after {
      position: absolute;
      top: 0;
      left: 10px;
      right: 10px;
      content: '';
      background-color: #001970;
      height: 1px;
      display: block; }
      @media screen and (min-width: 48em) {
        .ad-area .holder:after {
          display: none; } }

.filter-area {
  overflow: hidden;
  margin: 0 0 20px;
  padding: 0 14px; }
  @media screen and (min-width: 48em) {
    .filter-area {
      margin: 0 0 32px;
      padding: 7px 14px 0; } }
  .filter-area h1 {
    font-size: 22px;
    line-height: 26px;
    font-family: "Source Sans Pro", sans-serif;
    color: #0a0a0a;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 300; }
    @media screen and (min-width: 48em) {
      .filter-area h1 {
        font-size: 28px;
        line-height: 32px;
        margin: 0 0 19px; } }
  .filter-area .holder {
    border: dotted #0a1971;
    border-width: 3px 0;
    padding: 17px 0 2px;
    overflow: hidden; }
    @media screen and (min-width: 48em) {
      .filter-area .holder {
        padding: 17px 0; } }
  .filter-area form {
    max-width: 712px;
    margin: 0 -10px; }
    @media screen and (min-width: 48em) {
      .filter-area form {
        margin: 0 auto; } }
  .filter-area .column, .filter-area .columns {
    margin: 0 0 15px; }
    @media screen and (min-width: 48em) {
      .filter-area .column, .filter-area .columns {
        margin-bottom: 0; } }

.noFilterBar {
  margin-top: 50px; }

.events {
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 64em) {
    .events {
      max-width: 712px; } }
  .events .selection-options {
    display: flex; }
    @media screen and (max-width: 670px) {
      .events .selection-options {
        flex-direction: column; } }
    .events .selection-options .js-filter-option:not(:last-child) {
      margin-right: 10px; }
  .events .event {
    overflow: hidden;
    margin: 0 0 30px;
    border-bottom: 2px dotted #0a1971;
    width: 100%; }
  .events .noFilterBar .event:first-child {
    border-top: 2px dotted #0a1971;
    padding-top: 15px; }
  .events time {
    font-size: 20px;
    line-height: 24px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #dd0031;
    display: block;
    margin: 0 0 5px; }
    @media screen and (min-width: 48em) {
      .events time {
        font-size: 14px;
        line-height: 16px;
        float: left;
        width: 100px;
        margin: 0 4px 0 0; } }
    .events time span {
      font-size: 20px;
      line-height: 24px;
      position: relative;
      padding: 0 8px 0 0;
      display: inline-block; }
      .events time span:after {
        position: absolute;
        right: 0;
        top: 0;
        content: '-';
        color: #dd0031; }
        @media screen and (min-width: 48em) {
          .events time span:after {
            display: none; } }
      @media screen and (min-width: 48em) {
        .events time span {
          font-size: 28px;
          line-height: 40px;
          display: block;
          padding: 0; } }
  .events .image {
    position: relative;
    margin: 0 0 20px; }
    @media screen and (min-width: 48em) {
      .events .image {
        overflow: hidden; } }
    .events .image img {
      width: 100%;
      height: auto;
      display: block; }
    .events .image .text {
      width: 121px;
      height: 131px;
      background: url(../images/bg1-small.png) no-repeat;
      position: absolute;
      top: -10px;
      right: 8%; }
      @media screen and (min-width: 48em) {
        .events .image .text {
          width: 232px;
          height: 164px;
          background: url(../images/bg1.png) no-repeat;
          right: 66px;
          top: 0; } }
      .events .image .text span {
        font-size: 12px;
        line-height: 14px;
        color: #fefefe;
        transform: rotate(-22deg);
        position: absolute;
        top: 40px;
        left: 28px;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .events .image .text span {
            font-size: 24px;
            line-height: 25px;
            top: 63px;
            left: 52px; } }
  .events .textarea {
    font-size: 17px;
    line-height: 21px;
    overflow: hidden;
    color: #0a0a0a;
    padding: 0 0 22px; }
    .events .textarea h2 {
      font-size: 20px;
      line-height: 24px;
      margin: 0 0 10px; }
      @media screen and (min-width: 48em) {
        .events .textarea h2 {
          font-size: 24px;
          line-height: 28px; } }
      .events .textarea h2 a {
        color: #001970; }
    .events .textarea p {
      line-height: 1.2;
      margin: 0 0 33px; }
    .events .textarea .button {
      font-size: 16px;
      line-height: 20px;
      font-family: "DINNextRoundedLTPro-Regular", sans-serif;
      background: #80bd01;
      color: #231f20;
      padding: 10px 50px 10px 12px;
      display: inline-block;
      position: relative;
      text-align: left;
      text-transform: uppercase;
      min-width: 270px; }
      .events .textarea .button:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 11px;
        right: 20px;
        color: #fefefe; }
      .events .textarea .button:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        right: 14px;
        border: 1px solid #fefefe;
        border-radius: 100%;
        content: ''; }
      .events .textarea .button:hover {
        background-color: #0a1971;
        color: #fefefe; }
        .events .textarea .button:hover:after {
          color: #fefefe; }
        .events .textarea .button:hover:before {
          border-color: #fefefe; }
      .events .textarea .button--blue {
        background: #001970;
        color: #fefefe; }
        .events .textarea .button--blue:hover {
          background-color: #fefefe;
          color: #0a0a0a; }
          .events .textarea .button--blue:hover:after, .events .textarea .button--blue:hover:before {
            border-color: #0a0a0a;
            color: #0a0a0a; }
  .events .category {
    font-size: 14px;
    line-height: 18px;
    line-height: 1.2;
    margin: 0 0 12px; }
    .events .category li {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding: 0 5px 0 6px; }
      .events .category li:first-child {
        padding-left: 0; }
        .events .category li:first-child:after {
          display: none; }
      .events .category li:after {
        background: #001970;
        position: absolute;
        top: 4px;
        bottom: 0;
        left: 0;
        content: '';
        width: 1px; }
      .events .category li a {
        color: #001970; }

.events__detail time {
  font-size: 20px;
  line-height: 24px;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  color: #dd0031;
  display: block;
  margin: 0 0 5px; }
  @media screen and (min-width: 48em) {
    .events__detail time {
      font-size: 14px;
      line-height: 16px;
      float: left;
      width: 100%;
      margin: 0 4px 0 0; } }

.events__detail table,
.events__detail table th,
.events__detail table td,
.events__detail .accordion-content table {
  border-bottom: none; }

.events__detail .image {
  float: right;
  max-width: 50%;
  margin: 20px; }

#footer {
  background: #80bd01;
  overflow: hidden;
  border-radius: 30px 0 0;
  min-height: 400px;
  padding: 0 10px;
  width: 100%; }
  @media screen and (min-width: 48em) {
    #footer {
      border-radius: 50px 0 0;
      padding: 0; } }
  #footer .row {
    padding-top: 30px;
    padding-bottom: 30px; }
    @media screen and (min-width: 48em) {
      #footer .row {
        padding-top: 80px;
        padding-bottom: 80px; } }
  #footer .footer-logo {
    margin: 0 0 10px; }
    @media screen and (min-width: 48em) {
      #footer .footer-logo {
        margin: 0 0 20px; } }
  #footer .f-nav {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px; }
    @media screen and (min-width: 48em) {
      #footer .f-nav {
        display: inline-block;
        vertical-align: top;
        width: 44%;
        margin: 0 3% 0 0; } }
    #footer .f-nav.first-item {
      margin-bottom: 0; }
    #footer .f-nav ul li {
      padding: 0 0 5px;
      text-transform: uppercase; }
      #footer .f-nav ul li.tel, #footer .f-nav ul li.mail {
        text-transform: none; }
        #footer .f-nav ul li.tel a, #footer .f-nav ul li.mail a {
          padding: 0; }
          #footer .f-nav ul li.tel a:after, #footer .f-nav ul li.tel a:before, #footer .f-nav ul li.mail a:after, #footer .f-nav ul li.mail a:before {
            display: none; }
    #footer .f-nav ul a {
      position: relative;
      padding-left: 30px;
      color: #fefefe; }
      #footer .f-nav ul a:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 4px;
        left: 8px;
        color: #101e74; }
      #footer .f-nav ul a:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 3px;
        left: 0;
        border: 1px solid #101e74;
        border-radius: 100%;
        content: ''; }
      #footer .f-nav ul a:hover {
        color: #0a1971; }
  #footer .fnv {
    margin-top: 2em; }
    @media (max-width: 425px) {
      #footer .fnv {
        margin-top: 1em;
        margin-bottom: 0.5em; } }
    #footer .fnv p {
      color: white;
      padding-right: 40px; }
      @media (max-width: 425px) {
        #footer .fnv p {
          padding-right: 0; } }
    #footer .fnv a {
      float: left;
      margin-right: 1.5em; }
      @media (max-width: 425px) {
        #footer .fnv a {
          margin-right: 1em;
          height: 100%; } }
  #footer .info {
    font-size: 17px;
    line-height: 21px;
    overflow: hidden;
    color: #0a0a0a;
    padding-right: 40px; }
    #footer .info .title {
      font-size: 24px;
      line-height: 30px;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      color: #001970;
      display: block;
      margin: 0 0 15px; }
    #footer .info .button {
      max-width: 320px;
      font-size: 16px;
      line-height: 20px;
      font-family: "DINNextRoundedLTPro-Regular", sans-serif;
      background: #001970;
      color: #fefefe;
      padding: 10px 50px 10px 15px;
      display: block;
      position: relative;
      text-align: left;
      text-transform: uppercase; }
      #footer .info .button:after {
        font-size: 18px;
        line-height: 18px;
        font-family: 'icomoon';
        content: "\e905";
        position: absolute;
        top: 11px;
        right: 20px;
        color: #fefefe; }
      #footer .info .button:before {
        width: 20px;
        height: 20px;
        position: absolute;
        top: 11px;
        right: 14px;
        border: 1px solid #fefefe;
        border-radius: 100%;
        content: ''; }
      #footer .info .button:hover {
        background-color: #fefefe;
        color: #0a0a0a; }
        #footer .info .button:hover:after {
          color: #0a0a0a; }
        #footer .info .button:hover:before {
          border-color: #0a0a0a; }
  #footer p {
    line-height: 1.2; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

@media screen and (min-width: 48em) {
  .js-slide-hidden.slide {
    display: block !important;
    left: 0 !important;
    position: static !important;
    top: 0 !important; } }

.snel-naar {
  padding: 0 15px; }

.accordion-area {
  padding: 0 0 32px; }
  .accordion-area h2 {
    margin: 0 0 15px; }

.accordion {
  font-size: 16px;
  line-height: 21px;
  color: #0a0a0a; }
  @media screen and (min-width: 48em) {
    .accordion {
      font-size: 17px;
      line-height: 21px; } }
  .accordion > li {
    margin: 0 0 12px; }
    .accordion > li.is-active > a {
      background: none; }
      .accordion > li.is-active > a:after {
        transform: rotate(90deg);
        top: 20px; }
    .accordion > li > a {
      font-size: 16px;
      line-height: 20px;
      text-transform: uppercase;
      display: block;
      padding: 16px 25px 16px 45px;
      border: solid #80bd01;
      border-width: 1px 0 0 1px;
      border-radius: 30px 0 0 !important;
      color: #001970; }
      @media screen and (min-width: 48em) {
        .accordion > li > a {
          font-size: 20px;
          line-height: 26px; } }
      .accordion > li > a:after {
        font-size: 35px;
        line-height: 24px;
        position: absolute;
        top: 16px;
        left: 20px;
        font-family: 'icomoon';
        content: "\e905";
        font-weight: 300;
        transition: all linear 0.3s; }
      .accordion > li > a:hover {
        color: #0a0a0a;
        background: none; }

.accordion-title::before {
  display: none; }

.accordion-content {
  border: solid #80bd01;
  border-width: 0 0 0 1px;
  color: #0a0a0a;
  padding: 0 14px 5px 45px;
  margin: 0 0 31px; }
  .accordion-content p {
    line-height: 1.25;
    margin: 0 0 6px; }
  .accordion-content th {
    width: 45%; }
  .accordion-content a {
    color: #ed1651;
    font-weight: bold; }
  .accordion-content table {
    border-bottom: 1px solid #223f98;
    margin-bottom: 1em; }

.block {
  overflow: hidden; }
  .block h2 {
    margin: 0 0 20px; }
  .block.green {
    padding-bottom: 1.5em; }
    @media screen and (min-width: 48em) {
      .block.green .img {
        max-width: 300px; } }
    .block.green .box {
      font-size: 17px;
      line-height: 32px;
      background: #ecf5da;
      border: none;
      font-weight: 300;
      padding: 21px; }
      @media screen and (min-width: 48em) {
        .block.green .box {
          padding: 30px 35px 15px; } }
    .block.green .button {
      background: #0a1a72;
      min-width: 250px;
      margin: 0 0 19px; }
      .block.green .button:hover {
        color: #fefefe;
        background: #dd0031; }
        .block.green .button:hover:after, .block.green .button:hover:before {
          color: #fefefe;
          border-color: #fefefe; }

#topButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #0a1971;
  color: white;
  cursor: pointer;
  padding: 0px 1px;
  border-radius: 22px;
  font-size: 36px; }

#topButton:hover {
  background-color: #c7c7c7; }

.homepage-bol {
  position: absolute;
  right: 7%;
  top: 10%;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  padding: 27px;
  transition: 0.3s;
  display: flex;
  align-items: center; }
  .homepage-bol span {
    font-family: DINNextRoundedLTPro-Bold;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    width: 100%;
    color: #fff;
    letter-spacing: 0; }
  @media (max-width: 768px) {
    .homepage-bol {
      width: 150px;
      height: 150px;
      right: 33%;
      top: 5%; }
      .homepage-bol span {
        font-size: 20px;
        line-height: 25px; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .homepage-bol {
      width: 150px;
      height: 150px;
      right: 150px;
      top: 30px; }
      .homepage-bol span {
        font-size: 20px;
        line-height: 25px; } }

.blue-class {
  background: #0A1971; }
  .blue-class:hover {
    background: #0e23a0; }

.red-class {
  background: #ed1651; }
  .red-class:hover {
    background: #f14574; }

.green-class {
  background: #80BD01; }
  .green-class:hover {
    background: #a2f001; }

.yellow-class {
  background: #FFFF00; }
  .yellow-class:hover {
    background: #ffff33; }

.page-template-lidworden .blue-class {
  background: #0A1971; }
  .page-template-lidworden .blue-class:hover {
    background: #0e23a0; }

.page-template-lidworden .red-class {
  background: #ed1651; }
  .page-template-lidworden .red-class:hover {
    background: #f14574; }

.page-template-lidworden .green-class {
  background: #80BD01; }
  .page-template-lidworden .green-class:hover {
    background: #a2f001; }

.page-template-lidworden .yellow-class {
  background: #e6e609; }
  .page-template-lidworden .yellow-class:hover {
    background: #f7f72b; }

.no-link-decoration:hover {
  color: #fff; }

.visual.inner {
  margin-bottom: 0; }
  .visual.inner .backdrop {
    width: 100%;
    height: 250px;
    display: block;
    position: relative;
    left: -50%;
    min-width: 1280px;
    background-color: #80BD01; }
    .visual.inner .backdrop--small {
      width: 100%;
      height: 100px;
      position: relative;
      left: -50%;
      background-color: #80BD01; }
      @media (max-width: 425px) {
        .visual.inner .backdrop--small {
          height: 50px; } }

.form-wrapper .form-progress {
  background-color: #ffbe1a;
  position: relative;
  width: 90%;
  margin: auto;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  height: 70px; }
  @media (max-width: 768px) {
    .form-wrapper .form-progress {
      height: 90px;
      width: 100%;
      border-radius: 0; } }

.form-wrapper .form-progress-thankyou {
  height: 80px;
  width: 90%;
  display: flex;
  margin: 0 auto;
  background-color: #ffbe1a;
  position: relative;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px; }

.form-wrapper .form-progress-stages {
  width: 100%;
  height: 50px;
  padding: 0 12%;
  position: absolute;
  justify-content: center;
  display: flex;
  transform: translateY(-50%); }

.form-wrapper .form-progress-stage {
  height: 100%;
  width: 25%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  .form-wrapper .form-progress-stage:before {
    content: '';
    width: 50%;
    position: absolute;
    height: 4px;
    background-color: white;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0; }
  .form-wrapper .form-progress-stage:not(:first-child):before {
    width: 100%; }
  .form-wrapper .form-progress-stage:not(:first-child):last-child:before {
    width: 50%;
    right: auto;
    left: 0; }
  .form-wrapper .form-progress-stage .form-progress-indicator {
    height: 24px;
    width: 24px;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .form-wrapper .form-progress-stage.finished .form-progress-indicator:after {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #80BD01;
    bottom: 1px;
    left: 4px;
    font-family: 'icomoon';
    content: "\e913"; }
  .form-wrapper .form-progress-stage.active .form-progress-indicator {
    border: 5px solid white;
    background-color: #80BD01;
    height: 50px;
    width: 50px; }
  .form-wrapper .form-progress-stage.active .steps {
    font-size: 20px; }

.form-wrapper .form-progress-current {
  display: none;
  padding-top: 60px; }
  .form-wrapper .form-progress-current span {
    font-size: 20px;
    line-height: 30px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #262d96;
    display: block; }
  .form-wrapper .form-progress-current.active {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 26px;
    margin: 0 auto;
    transition: 0.3s; }
    @media (min-width: 768px) and (max-width: 900px) {
      .form-wrapper .form-progress-current.active {
        width: 70%; } }
    @media (min-width: 900px) and (max-width: 1200px) {
      .form-wrapper .form-progress-current.active {
        width: 65%; } }
    @media (min-width: 1200px) {
      .form-wrapper .form-progress-current.active {
        width: 66%; } }
  @media (max-width: 768px) {
    .form-wrapper .form-progress-current {
      padding-top: 30px; } }
  .form-wrapper .form-progress-current span {
    font-size: 18px;
    line-height: 30px;
    font-family: "DINNextRoundedLTPro-Bold", sans-serif;
    color: #262d96;
    display: block; }
    @media (max-width: 768px) {
      .form-wrapper .form-progress-current span {
        font-size: 18px;
        text-align: center; } }

.form-wrapper .form-content {
  max-width: 1225px;
  margin: auto;
  padding: 30px; }

.form-wrapper .form-intro h2 {
  padding: 0 14px;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  letter-spacing: 2.57px;
  color: #262d96;
  margin: 0 0 45px 0; }
  @media (max-width: 425px) {
    .form-wrapper .form-intro h2 {
      line-height: 1.10;
      letter-spacing: 1.61px;
      font-size: 30px;
      margin: 0 0 20px 0; } }
  @media (min-width: 426px) and (max-width: 768px) {
    .form-wrapper .form-intro h2 {
      margin: 0;
      font-size: 30px;
      letter-spacing: 1.61px; } }

.form-wrapper .form-intro p {
  color: #4a4a4a;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin: 0 80px 30px 80px; }
  @media (max-width: 450px) {
    .form-wrapper .form-intro p {
      text-align: left;
      margin: 0 80px 30px 0; } }

.form-wrapper .field-label {
  font-family: "DINNextRoundedLTPro-Regular", sans-serif;
  font-size: 22px;
  color: #262d96; }
  .form-wrapper .field-label .field-span {
    transform: translateY(-9px);
    display: block; }

.form-wrapper .small-title {
  white-space: pre-line;
  font-size: 17px;
  color: #80bc08; }

.form-wrapper .form-fields input {
  border-radius: 4px;
  border: 1.4px solid #80BD01;
  margin-bottom: 25px; }
  .form-wrapper .form-fields input:disabled {
    background-color: white;
    opacity: 0.4;
    border-color: #ccc !important; }
  .form-wrapper .form-fields input::placeholder {
    color: #bbbbbb; }

.form-wrapper .form-fields input[type="date"] {
  padding-right: 5px;
  position: relative; }
  .form-wrapper .form-fields input[type="date"]::-webkit-calendar-picker-indicator {
    background: url(../images/icoon-kalender@2x.png) no-repeat !important;
    padding: 9px;
    background-size: contain !important;
    position: absolute;
    right: 0; }

.form-wrapper .form-fields select {
  border-radius: 4px;
  border: 1.5px solid #80BD01;
  background-image: linear-gradient(45deg, transparent 50%, #80BD01 50%), linear-gradient(135deg, #80BD01 50%, transparent 50%), linear-gradient(to right, #80BD01, #80BD01);
  background-position: calc(100% + 18px) 7px, calc(100% + 23px) 7px, calc(100% - -2px) -8px;
  background-size: 5px 5px, 5px 5px, 1.5px 36px;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1.1;
  padding-right: 2.2rem; }
  .form-wrapper .form-fields select option {
    width: 100%; }

.form-wrapper .form-fields input[type="radio"], .form-wrapper .form-fields input[type="checkbox"] {
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin: 0 4px -2px 30px;
  position: relative;
  width: 15px;
  border-radius: 2px;
  -webkit-appearance: none; }

.form-wrapper .form-fields input[type="checkbox"] {
  margin: 0 4px -2px 0; }

.form-wrapper .form-fields button[type="submit"] {
  float: right;
  margin-left: 20px;
  background-color: #262d96;
  border-radius: 0;
  min-height: 42px; }
  @media (max-width: 400px) {
    .form-wrapper .form-fields button[type="submit"] {
      min-width: 115px;
      margin-left: 0; } }
  .form-wrapper .form-fields button[type="submit"]:before {
    position: absolute;
    line-height: 18px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 3px;
    top: 11px;
    right: 14px;
    font-family: 'icomoon';
    content: "\e913"; }
  .form-wrapper .form-fields button[type="submit"]:after {
    display: none; }

.form-wrapper .form-fields input[type="radio"]:checked:after, .form-wrapper .form-fields input[type="checkbox"]:checked:after {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  bottom: -1px;
  left: -1px;
  font-family: 'icomoon';
  content: "\e913"; }

.form-wrapper .form-fields hr {
  border-bottom: 2px solid #ffbe1a;
  height: 1px;
  margin: 40px 0; }

.form-wrapper .form-fields .button--blue {
  background-color: #262d96; }
  .form-wrapper .form-fields .button--blue:hover {
    background-color: #e8465e; }

.form-wrapper .form-fields .button--green {
  background-color: #8cb83b; }
  @media (max-width: 400px) {
    .form-wrapper .form-fields .button--green {
      padding: 10px 20px 10px 10px;
      min-width: 130px !important; } }
  .form-wrapper .form-fields .button--green:hover {
    background-color: #e8465e; }

.form-wrapper .form-fields .button--back {
  background-color: #ffffff;
  border: 1px solid #8cb83b;
  color: #8cb83b; }
  @media (max-width: 400px) {
    .form-wrapper .form-fields .button--back {
      padding: 10px 20px 10px 10px;
      min-width: 119px !important; } }
  .form-wrapper .form-fields .button--back:before {
    border: 1px solid #8cb83b; }
  .form-wrapper .form-fields .button--back:after {
    color: #8cb83b; }
  .form-wrapper .form-fields .button--back:hover {
    color: #e8465e;
    border: 1px solid #e8465e; }
    .form-wrapper .form-fields .button--back:hover:before {
      border: 1px solid #e8465e; }
    .form-wrapper .form-fields .button--back:hover:after {
      color: #e8465e; }

.form-wrapper .error-message {
  color: red;
  display: none; }

.form-wrapper .error {
  border: solid 2px red !important; }
  .form-wrapper .error::placeholder {
    color: red;
    opacity: 1; }

.form-wrapper #page-error {
  color: red;
  float: left;
  margin-bottom: 16px; }

.form-wrapper .form-navigation {
  float: right; }

.form-wrapper .form-panel[data-panel] {
  display: none; }
  .form-wrapper .form-panel[data-panel].active {
    display: block; }

.form-block {
  display: flex;
  margin-bottom: 40px; }
  .form-block.checkboxes label {
    margin-bottom: 10px; }
  .form-block.checkboxes .field-label {
    margin-bottom: 0; }

.form-summary div {
  display: flex; }

.form-summary .label {
  width: 50%;
  font-size: 17px;
  font-weight: 300;
  color: #4a4a4a; }

.form-summary .value {
  width: 50%;
  font-size: 17px;
  font-weight: bold;
  color: #262d96; }

.form-summary ul {
  list-style-type: none;
  margin-left: 0; }

.form-summary .confirmations {
  display: inherit;
  margin: 40px 0; }

.form-summary a {
  color: #8cb83b; }

.form-title {
  width: 40%; }

.form-row {
  display: flex;
  width: inherit;
  position: relative; }
  .form-row div {
    margin-right: 21px; }

.hidden {
  display: none !important; }

.loader img {
  width: 26px;
  height: 26px;
  margin-right: 6px; }

.loader.loader-error-color {
  background-color: #ffbe1a; }
  .loader.loader-error-color .triangle:before {
    border-bottom: 15px solid #ffbe1a; }

.label-normal {
  color: #4a4a4a;
  margin-bottom: 8px;
  font-size: 17px; }

.input {
  width: 100%; }

.input-extrasmall {
  width: 10%; }

.input-middlesmall {
  width: 15%; }

.input-small {
  width: 25%; }

@media (max-width: 375px) {
  .extra-small-fix {
    width: 37%; } }

@media (min-width: 450px) {
  .input-medium {
    width: 50%; } }

.input-mediumlarge {
  width: 65%; }

.input-large {
  width: 75%; }

.input-extralarge {
  width: 150%; }

.form-inputs {
  width: 100%; }

#wrapper .form-wrapper .form-content .form-fields .form-panel .form-block .form-inputs .form-row .prefix-width {
  width: 100%;
  max-width: 245px; }
  @media (max-width: 768px) {
    #wrapper .form-wrapper .form-content .form-fields .form-panel .form-block .form-inputs .form-row .prefix-width {
      max-width: unset; } }

.radio-input {
  display: flex; }

.popup-address {
  position: relative;
  background-color: rgba(128, 189, 1, 0.25);
  padding: 6px 10px;
  margin: 0 22px 22px 0;
  color: #262d96;
  font-weight: 400; }
  .popup-address .triangle:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid rgba(128, 189, 1, 0.25);
    left: 30px;
    top: -15px; }

.lidmaatschap {
  background-color: #262d96;
  border-radius: 8px;
  text-align: center;
  display: flex;
  margin: 0 20%;
  padding: 6px 0; }
  @media (max-width: 768px) {
    .lidmaatschap {
      padding: 6px 0 24px; } }
  .lidmaatschap .lidmaatschap-title {
    padding-top: 18px;
    width: 30%;
    font-size: 18px; }
    .lidmaatschap .lidmaatschap-title p {
      color: #80BD01 !important;
      font-weight: bold; }
  .lidmaatschap .lidmaatschap-select {
    width: 60%;
    margin: auto;
    padding-bottom: 10px; }
    .lidmaatschap .lidmaatschap-select select {
      margin: 10px 0 0 0; }

.green-box {
  height: 38px;
  position: relative;
  border-radius: 2px;
  background: rgba(128, 189, 1, 0.25); }
  .green-box span {
    font-weight: bold;
    color: #262d96;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

#add-school-button:after {
  line-height: 17px;
  content: "+";
  right: 19px; }

.school-popup {
  display: none;
  position: absolute;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }
  .school-popup .add-school-form {
    background-color: #fefefe;
    position: relative;
    margin: auto;
    padding: 4vw;
    border: 1px solid #888;
    width: 70%;
    border-radius: 16px; }
    .school-popup .add-school-form .description {
      font-size: 15px;
      color: #888; }
  .school-popup input {
    border-radius: 4px;
    border: 1.5px solid #80BD01;
    margin-bottom: 25px; }
  .school-popup input[type="radio"], .school-popup input[type="checkbox"] {
    border: 1.5px solid #80BD01;
    cursor: pointer;
    display: inline-block;
    height: 15px;
    margin: 0 4px -2px 0;
    position: relative;
    width: 15px;
    border-radius: 2px;
    -webkit-appearance: none; }
  .school-popup input[type="radio"]:checked:after, .school-popup input[type="checkbox"]:checked:after {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
    bottom: -1px;
    left: -1px;
    font-family: 'icomoon';
    content: "\e913"; }
  .school-popup select {
    border-radius: 4px;
    border: 1.5px solid #80BD01;
    background-image: linear-gradient(45deg, transparent 50%, #80BD01 50%), linear-gradient(135deg, #80BD01 50%, transparent 50%), linear-gradient(to right, #80BD01, #80BD01);
    background-position: calc(100% + 7px) 7px, calc(100% + 11px) 7px, calc(100% - 11px) -8px;
    background-size: 5px 5px, 5px 5px, 1.5px 36px;
    background-repeat: no-repeat;
    font-size: 18px;
    line-height: 1; }
    .school-popup select option {
      width: 100%; }
  .school-popup input[type="checkbox"] {
    margin: 0 4px -2px 0; }
  .school-popup hr {
    border-bottom: 2px solid #ffbe1a;
    height: 1px;
    margin: 10px 0; }
  .school-popup h1 {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1; }
  .school-popup .input-label.radio {
    font-size: 17px;
    color: #4a4a4a; }
  .school-popup .error-message {
    color: red;
    display: none; }
  .school-popup .error {
    border: solid 2px red !important; }
    .school-popup .error::placeholder {
      opacity: 1; }
  .school-popup #add-school-item {
    float: right;
    margin: 20px 0 0px 0; }
  .school-popup .button--blue {
    background-color: #0A1971; }
    .school-popup .button--blue:hover {
      background-color: #80BD01; }
  .school-popup #close-popup {
    position: absolute;
    right: -9px;
    top: -9px;
    width: 32px;
    height: 32px;
    color: #262d96;
    border: 1px #262d96 solid;
    border-radius: 100%;
    background-color: white; }
    .school-popup #close-popup:hover {
      cursor: pointer; }
    .school-popup #close-popup:before, .school-popup #close-popup:after {
      position: absolute;
      left: 14px;
      top: 4px;
      content: ' ';
      height: 22px;
      width: 1.5px;
      background-color: #262d96; }
    .school-popup #close-popup:before {
      transform: rotate(45deg); }
    .school-popup #close-popup:after {
      transform: rotate(-45deg); }

.school-holder {
  margin-bottom: 20px; }

.school-item {
  border: 1px solid blue;
  border-radius: 4px;
  padding: 4px;
  margin-bottom: 10px; }
  .school-item select {
    margin: 0; }
  .school-item .input {
    text-align: center; }
  .school-item label {
    margin: 8px 0 0 0; }
    @media (min-width: 1150px) {
      .school-item label {
        margin: 5px 0 0 20px; } }
  .school-item .delete-button {
    position: absolute;
    content: '';
    margin-top: 6px;
    right: 18px;
    height: 26px;
    width: 25px;
    background: url(../images/trash.svg);
    background-size: contain; }
    .school-item .delete-button:hover {
      cursor: pointer; }

@media (max-width: 768px) {
  .input {
    width: 100% !important; }
  .form-block {
    display: inline; }
  .form-wrapper .form-fields input[type="checkbox"] {
    margin: 0 4px -2px 2px; }
  .form-wrapper .form-fields .form-navigation {
    float: none; }
    .form-wrapper .form-fields .form-navigation .button {
      min-width: 140px; }
    .form-wrapper .form-fields .form-navigation .nav-btn--prev {
      float: left; }
    .form-wrapper .form-fields .form-navigation .nav-btn--next {
      float: right; }
  .form-title {
    width: 100%;
    margin-top: 20px; }
  .form-row {
    display: block; }
  .form-summary div {
    display: block; }
  .form-summary .label {
    width: 100%;
    margin-bottom: 0; }
  .form-summary .value {
    width: 100%;
    margin-bottom: 8px; }
  .contribution {
    display: flex; }
  .green-box {
    margin-bottom: 12px; }
  hr {
    margin: 20px 0; }
  .lidmaatschap {
    display: block;
    margin: 0; }
    .lidmaatschap .lidmaatschap-title {
      width: auto; }
    .lidmaatschap .lidmaatschap-select {
      width: 80%; }
      .lidmaatschap .lidmaatschap-select select {
        margin: 0 0 8px 0; }
  .school-item {
    padding: 10px; }
    .school-item span {
      width: 100%; }
    .school-item label {
      margin-top: 10px; }
    .school-item .delete-button {
      margin-top: -25px;
      height: 22px;
      width: 20px; }
  .school-popup .add-school-form {
    width: 94%; } }

.input--filled .input-label-content {
  -webkit-animation: animUp 0.3s forwards;
  animation: animUp 0.3s forwards;
  font-size: 15px; }

.input-label {
  position: absolute;
  font-size: 18px;
  margin-top: 3px;
  margin-left: 8px;
  color: #ccc;
  pointer-events: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .input-label.radio {
    position: inherit;
    margin: -2px 135px 0 0; }
    @media (max-width: 768px) {
      .input-label.radio {
        margin: -2px 0 0 0; } }

.input-label-content {
  position: relative;
  z-index: 10; }

@keyframes animUp {
  0% {
    top: 0px;
    opacity: 1; }
  40% {
    top: -14px;
    opacity: 0; }
  100% {
    top: -32px;
    opacity: 1; } }

.steps {
  display: none; }
  @media (min-width: 768px) {
    .steps {
      display: inline;
      font-size: 14px;
      line-height: 1.65px;
      font-family: "DINNextRoundedLTPro-Bold", sans-serif;
      color: #262d96;
      margin-top: 80px;
      font-weight: normal; } }

#wrapper #main .form-wrapper .form-progress .mobile-steps {
  margin-top: 7px; }
  @media (min-width: 768px) {
    #wrapper #main .form-wrapper .form-progress .mobile-steps {
      display: none; } }

@media (max-width: 1024px) and (min-width: 768px) {
  .input-label {
    font-size: 15px;
    margin-top: 6px;
    margin-left: 7px; } }

.select2-container {
  border-radius: 4px;
  border: 1.5px solid #80BD01;
  background-image: linear-gradient(45deg, transparent 50%, #80BD01 50%), linear-gradient(135deg, #80BD01 50%, transparent 50%), linear-gradient(to right, #80BD01, #80BD01);
  background-position: calc(100% + 7px) 7px, calc(100% + 11px) 7px, calc(100% - 11px) -8px;
  background-size: 5px 5px, 5px 5px, 1.5px 36px;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 1; }

.form-progress-indicator-onlyafter {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .form-progress-indicator-onlyafter:after {
    position: absolute;
    font-size: 15px;
    font-weight: bold;
    color: #80BD01;
    bottom: 1px;
    left: 4px;
    font-family: 'icomoon';
    content: "\e913"; }

.form-progress-stages .thankyou-styling {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end; }
  @media (min-width: 768px) {
    .form-progress-stages .thankyou-styling span {
      width: 124px;
      height: 28px;
      font-size: 17px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.65;
      letter-spacing: 0.91px;
      text-align: center;
      color: #262d96;
      transform: translateY(25px); } }
  @media (max-width: 768px) {
    .form-progress-stages .thankyou-styling span {
      display: none; } }

.thankyou-intro {
  width: 100%;
  max-width: 850px;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.08;
  letter-spacing: 2.57px;
  text-align: center;
  color: #262d96;
  margin: 50px auto; }
  @media (max-width: 500px) {
    .thankyou-intro {
      font-size: 22px; } }

.thankyou-content {
  width: 100%;
  max-width: 850px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.18px;
  text-align: center;
  color: #4a4a4a;
  margin: 20px auto;
  padding: 0 20px; }

.thankyou-gifholder {
  display: flex;
  justify-content: center;
  margin: 40px auto; }

.thankyou-backbutton {
  text-decoration: none;
  width: 230px;
  height: 45px;
  background-color: #e8465e;
  border: 1px solid #e8465e;
  color: #fff;
  padding: 7px 15px;
  margin: 20px auto 40px;
  display: flex;
  transition: 0.3s;
  justify-content: flex-start;
  position: relative; }
  .thankyou-backbutton span {
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.19px; }
    .thankyou-backbutton span:after {
      font-size: 18px;
      line-height: 18px;
      font-family: 'icomoon';
      content: "\e905";
      position: absolute;
      top: 13px;
      right: 20px; }
    .thankyou-backbutton span:before {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 13px;
      right: 14px;
      border: 1px solid #fff;
      border-radius: 100%;
      content: ''; }
  .thankyou-backbutton:hover {
    color: #e8465e;
    background-color: #fff;
    border: 1px solid #e8465e; }
    .thankyou-backbutton:hover :before {
      border: 1px solid #e8465e; }

@media (min-width: 768px) {
  .mobile-ready-text {
    display: none; } }

@media (max-width: 768px) {
  .mobile-ready-text {
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: 0.91px;
    text-align: center;
    color: #262d96;
    margin: 25px auto 0; } }

#wrapper .registration-footer {
  min-height: 0; }

#wrapper .registration-footer .registration-row-footer {
  padding: 0; }

.registration-row-footer .registration-logo-holder {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between; }

#wrapper .registration-footer .registration-row-footer .registration-logo-holder .registration-footer-logo {
  display: flex;
  align-items: center;
  margin: 20px;
  width: 33%; }
  @media (max-width: 1121px) {
    #wrapper .registration-footer .registration-row-footer .registration-logo-holder .registration-footer-logo {
      width: 100%; } }

.registration-fnv {
  width: 50% !important; }
  @media (max-width: 1121px) {
    .registration-fnv {
      width: 100% !important; } }

input[type=date]:focus::-webkit-datetime-edit {
  color: black; }

input[type="date"]::before {
  content: attr(data-placeholder);
  width: 100%; }

.input__field, .error::before {
  content: normal !important; }

input[type="date"]:focus::before,
input[type="date"]:valid::before {
  display: none; }

.school-toevoegen {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: 1.18px;
  color: #262d96; }

.school-form-popup .input .margin-bottom-5 {
  margin-bottom: 5px; }

.school-form-popup .input .margin-bottom-15 {
  margin-bottom: 15px; }

.school-form-popup .input .margin-bottom-25 {
  margin-bottom: 25px; }

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

.form-error-post {
  color: red;
  font-weight: 600;
  font-size: 18px; }

.form-content .loading-gif {
  width: 20px;
  height: 20px; }

@media (max-width: 465px) {
  .mobile-wrap {
    flex-wrap: wrap; }
    .mobile-wrap label:last-child {
      margin-left: 65px; } }

.thankyou-gifholder .thank-you-gif {
  margin-right: 50px; }

.margin-top-100 {
  margin-top: 100px; }

.inschrijf_onderwijsblad .confirmations .extra-conditions {
  font-size: 12px;
  color: grey; }

.onderwijsblad-image {
  max-height: 350px;
  object-fit: fill; }

.inschrijf_onderwijsblad .checkboxes, .inschrijf_onderwijsblad .form-block {
  margin: 90px 0; }

.inschrijf_onderwijsblad .sector-input {
  width: 49%; }

@media (min-width: 769px) {
  .inschrijf_onderwijsblad .voorwaarden-checkbox {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 8px; } }

.inschrijf_onderwijsblad .form-summary .confirmations {
  display: inherit;
  margin: 20px 0; }

.inschrijf_onderwijsblad .form-intro {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.inschrijf_onderwijsblad .sub-text {
  font-size: 20px;
  color: #262d96;
  font-family: "DINNextRoundedLTPro-Bold", sans-serif;
  margin: 0 auto;
  width: 100%;
  text-align: center; }

/*# sourceMappingURL=app.css.map */