@font-face {
  font-family: 'Museo Sans 100';
  src: url("fonts/MuseoSans-100.woff2") format("woff2"), url("fonts/MuseoSans-100.woff") format("woff");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Museo Sans 300';
  src: url("fonts/MuseoSans-300.woff2") format("woff2"), url("fonts/MuseoSans-300.woff") format("woff");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Museo Sans 500';
  src: url("fonts/MuseoSans-500.woff2") format("woff2"), url("fonts/MuseoSans-500.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Museo Sans 700';
  src: url("fonts/MuseoSans-700.woff2") format("woff2"), url("fonts/MuseoSans-700.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Museo Sans 900';
  src: url("fonts/MuseoSans-900.woff2") format("woff2"), url("fonts/MuseoSans-900.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
html {
  box-sizing: border-box;
  line-height: 1.618;
  color: #444;
  font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300; }

*,
*:before,
*:after {
  box-sizing: inherit; }

html,
body {
  position: relative;
  height: 100%; }

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400; }

::-moz-selection {
  color: #000;
  background: rgba(32, 34, 72, 0.5);
  text-shadow: none; }

::selection {
  color: #000;
  background: rgba(32, 34, 72, 0.5);
  text-shadow: none; }

:focus {
  outline: 0; }

a {
  color: #202248;
  text-decoration: none; }
  a:hover {
    color: #383b5c;
    text-decoration: underline; }

textarea {
  resize: vertical; }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

b,
strong {
  font-weight: bolder; }

sup,
sub {
  font-size: 70%;
  line-height: 0;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 0; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12
  .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }
  .col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-5 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-12 {
    flex: 0 0 100%;
    max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-sm-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-sm-5 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-sm-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-md-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-md-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-md-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-md-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-md-5 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-md-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-md-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-md-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-md-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-md-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-md-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-md-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-lg-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-lg-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-lg-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-lg-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-lg-5 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-lg-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-lg-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-lg-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-lg-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-lg-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-lg-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-lg-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    .col-xl-auto {
      flex: 0 0 auto;
      width: auto;
      max-width: none; }
    .col-xl-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%; }
    .col-xl-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%; }
    .col-xl-3 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%; }
    .col-xl-5 {
      flex: 0 0 25%;
      max-width: 25%; }
    .col-xl-6 {
      flex: 0 0 50%;
      max-width: 50%; }
    .col-xl-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%; }
    .col-xl-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%; }
    .col-xl-9 {
      flex: 0 0 75%;
      max-width: 75%; }
    .col-xl-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%; }
    .col-xl-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%; }
    .col-xl-12 {
      flex: 0 0 100%;
      max-width: 100%; } }
.hero {
  position: relative;
  width: 100%;
  height: 85%;
  background-color: #eee;
  background-position: center center;
  background-size: cover; }
  .hero {
    padding: 25px; }
    @media screen and (min-width: 768px) {
      .hero {
        padding: calc(22.3214285714vw - 146.4285714286px); } }
    @media screen and (min-width: 992px) {
      .hero {
        padding: 75px; } }
  @media (max-width: 992px) {
    .hero {
      background-position: right 30% center; } }
  .hero-half {
    margin-top: 62px;
    height: 180px;
    padding: 15px 0;
    color: #fff;
    display: flex;
    align-items: flex-end; }
  .hero-inside {
    margin-left: 0px; }
    @media screen and (min-width: 768px) {
      .hero-inside {
        margin-left: calc(6.6964285714vw - 51.4285714286px); } }
    @media screen and (min-width: 992px) {
      .hero-inside {
        margin-left: 15px; } }
  .hero-title {
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .hero-title {
      font-size: 30px; }
      @media screen and (min-width: 768px) {
        .hero-title {
          font-size: calc(6.6964285714vw - 21.4285714286px); } }
      @media screen and (min-width: 992px) {
        .hero-title {
          font-size: 45px; } }
  .hero-content {
    display: flex;
    align-items: center; }
  .hero:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to right, #202248 0%, rgba(32, 34, 72, 0.6) 40%, rgba(32, 34, 72, 0) 70%, #202248 100%);
    content: ''; }
  .hero-logo {
    width: 100%;
    height: auto; }
    .hero-logo-big {
      width: auto;
      height: 100%;
      max-height: 550px; }
      @media (max-width: 576px) {
        .hero-logo-big {
          width: 100%;
          max-width: 90%;
          height: auto; } }
    .hero-logo-small {
      position: absolute;
      right: 0;
      bottom: 0;
      max-width: 350px;
      margin-right: auto;
      margin-left: auto;
      display: block; }
      @media (max-width: 768px) {
        .hero-logo-small {
          display: none; } }
    .hero-logo-mobile {
      display: none; }
      @media (max-width: 992px) {
        .hero-logo-mobile {
          display: block; } }
    .hero-logo-desktop {
      display: block; }
      @media (max-width: 992px) {
        .hero-logo-desktop {
          display: none; } }

.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  padding: 30px 0;
  transition: 0.4s;
  z-index: 98; }
  @media (max-width: 992px) {
    .site-header {
      padding: 15px 0; } }
  .site-header-nothomepage, .site-header-scrolled {
    padding: 15px 0;
    background: #202248;
    visibility: visible;
    opacity: 1; }
    .site-header-nothomepage .logo, .site-header-scrolled .logo {
      top: -8px;
      width: 140px;
      height: 47px;
      background-size: 140px 47px;
      visibility: visible;
      opacity: 1; }
  .site-header-navopened {
    background: transparent; }

.logo {
  position: absolute;
  top: 45px;
  left: 15px;
  width: 280px;
  height: 94px;
  background-color: transparent;
  background-image: url(img/logo.svg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 280px 94px;
  display: block;
  float: left;
  text-indent: -9999px;
  transition: 0.2s; }
  .logo-homepage {
    visibility: hidden;
    opacity: 0; }
    @media (max-width: 992px) {
      .logo-homepage {
        visibility: visible;
        opacity: 1; } }
    @media (max-width: 768px) {
      .logo-homepage {
        left: calc(50% - 140px); } }

.search-form {
  padding: 20px 10px; }
  .search-form {
    margin-top: 100px; }
    @media screen and (min-width: 768px) {
      .search-form {
        margin-top: calc(22.3214285714vw - 71.4285714286px); } }
    @media screen and (min-width: 992px) {
      .search-form {
        margin-top: 150px; } }
.search-field {
  font-size: 17px;
  width: calc(100% - 50px);
  height: 50px;
  padding: 10px 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0;
  border: none; }
  .search-field::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-field::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-field:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7); }
  .search-field:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7); }
.search-submit {
  width: 50px;
  height: 50px;
  padding: 0;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  display: inline-block;
  float: right;
  cursor: pointer; }

.nav-trigger {
  float: right;
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: pointer;
  z-index: 98; }
  .nav-trigger span {
    position: absolute;
    width: 32px;
    height: 2px;
    background: #fff;
    transition: 0.2s; }
    .nav-trigger span:nth-child(1) {
      top: 5px; }
    .nav-trigger span:nth-child(2) {
      top: 15px; }
    .nav-trigger span:nth-child(3) {
      top: 25px; }
  .nav-trigger.is-triggered span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px); }
  .nav-trigger.is-triggered span:nth-child(2) {
    opacity: 0; }
  .nav-trigger.is-triggered span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px); }

.search-trigger {
  float: right;
  width: 32px;
  height: 32px;
  margin-right: 15px;
  color: #fff;
  cursor: pointer;
  z-index: 98;
  visibility: visible;
  opacity: 1;
  transition: 0.2s; }
  .search-trigger.is-triggered {
    visibility: hidden;
    opacity: 0; }

.nav-close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  cursor: pointer; }

.navigation-top {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(32, 34, 72, 0.95);
  z-index: 97;
  display: none; }
  .navigation-top:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 100px;
    background: linear-gradient(to bottom, #202248 40%, rgba(32, 34, 72, 0) 100%);
    z-index: 1; }
  .navigation-top-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto; }

.main-navigation .menu {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  padding: 10px 10px 50px;
  list-style: none; }
  .main-navigation .menu-item {
    position: relative;
    text-transform: uppercase;
    display: block;
    font-family: 'Museo Sans 100', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 100; }
    .main-navigation .menu-item a {
      line-height: 1.4;
      color: #fff;
      padding: 8px 50px 8px 0;
      display: block;
      transition: color 0.2s; }
      .main-navigation .menu-item a {
        font-size: 17px; }
        @media screen and (min-width: 768px) {
          .main-navigation .menu-item a {
            font-size: calc(1.3392857143vw + 6.7142857143px); } }
        @media screen and (min-width: 992px) {
          .main-navigation .menu-item a {
            font-size: 20px; } }
      .main-navigation .menu-item a:hover {
        color: rgba(255, 255, 255, 0.5);
        text-decoration: none; }
    .main-navigation .menu-item .sub-menu {
      margin: 0 0 15px;
      padding: 10px 0;
      list-style: none;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      display: none; }
      .main-navigation .menu-item .sub-menu .menu-item {
        text-transform: none; }
        .main-navigation .menu-item .sub-menu .menu-item a {
          line-height: 1.2;
          color: #ccc;
          padding: 6px 16px; }
          .main-navigation .menu-item .sub-menu .menu-item a {
            font-size: 15px; }
            @media screen and (min-width: 768px) {
              .main-navigation .menu-item .sub-menu .menu-item a {
                font-size: calc(0.4464285714vw + 11.5714285714px); } }
            @media screen and (min-width: 992px) {
              .main-navigation .menu-item .sub-menu .menu-item a {
                font-size: 16px; } }
  .main-navigation .menu-expand {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 42px;
    cursor: pointer; }

.langs {
  float: right;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none; }
  .langs .lang-item {
    display: inline-block;
    float: left;
    font-size: 20px;
    line-height: 1.6; }
    .langs .lang-item a {
      color: #fff;
      text-transform: uppercase;
      display: block; }
      .langs .lang-item a:hover {
        color: #fff;
        text-decoration: none; }

.site-content {
  padding-top: 20px;
  padding-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .site-content {
      padding-top: calc(8.9285714286vw - 48.5714285714px);
      padding-bottom: calc(8.9285714286vw - 48.5714285714px); } }
  @media screen and (min-width: 992px) {
    .site-content {
      padding-top: 40px;
      padding-bottom: 40px; } }

.article-index {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #ccc; }
  .article-index {
    margin-bottom: 20px;
    padding-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .article-index {
        margin-bottom: calc(8.9285714286vw - 48.5714285714px);
        padding-bottom: calc(8.9285714286vw - 48.5714285714px); } }
    @media screen and (min-width: 992px) {
      .article-index {
        margin-bottom: 40px;
        padding-bottom: 40px; } }
  .article-index-left {
    min-width: 100px; }
    @media screen and (min-width: 576px) {
      .article-index-left {
        min-width: calc(32.0512820513vw - 84.6153846154px); } }
    @media screen and (min-width: 1200px) {
      .article-index-left {
        min-width: 300px; } }
  .article-index-left {
    margin-right: 10px; }
    @media screen and (min-width: 768px) {
      .article-index-left {
        margin-right: calc(8.9285714286vw - 58.5714285714px); } }
    @media screen and (min-width: 992px) {
      .article-index-left {
        margin-right: 30px; } }
  .article-index-left img {
    width: 100%;
    display: block; }
  .article-index-right {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center; }
    @media (max-width: 768px) {
      .article-index-right .entry-summary {
        display: none; } }

.entry-header {
  margin-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .entry-header {
      margin-bottom: calc(6.6964285714vw - 36.4285714286px); } }
  @media screen and (min-width: 992px) {
    .entry-header {
      margin-bottom: 30px; } }
.entry-summary p {
  font-size: 14px;
  margin-bottom: 0; }
.entry-cats {
  margin: 0;
  padding: 0;
  list-style: none; }
  .entry-cats li {
    font-size: 14px;
    display: inline-block;
    font-family: 'Museo Sans 500', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500; }
    .entry-cats li a {
      margin: 0 3px 6px 0;
      padding: 3px 6px;
      color: #202248;
      background: #eee;
      border: 1px solid transparent;
      display: block; }
      .entry-cats li a:hover {
        text-decoration: none;
        border-color: #202248; }

.featured-image-page, .featured-image-post {
  width: 100%;
  margin: 0 auto 15px;
  display: block; }
.featured-image-index {
  margin: 0;
  display: block; }

.site-footer-row1 {
  text-align: center;
  background: #dfdfdf;
  padding: 30px 0;
  display: block; }
  .site-footer-row1:hover {
    text-decoration: none; }
  .site-footer-row1-image {
    width: 400px;
    margin-right: auto;
    margin-left: auto;
    display: block; }
.site-footer-row2 {
  position: relative;
  color: #fff; }
  .site-footer-row2 {
    padding-right: 0px;
    padding-left: 0px; }
    @media screen and (min-width: 768px) {
      .site-footer-row2 {
        padding-right: calc(13.3928571429vw - 102.8571428571px);
        padding-left: calc(13.3928571429vw - 102.8571428571px); } }
    @media screen and (min-width: 992px) {
      .site-footer-row2 {
        padding-right: 30px;
        padding-left: 30px; } }
  .site-footer-row2:before, .site-footer-row2:after {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
    content: ''; }
    @media (max-width: 576px) {
      .site-footer-row2:before, .site-footer-row2:after {
        display: none; } }
  .site-footer-row2:before {
    left: 0;
    background: #202248; }
  .site-footer-row2:after {
    right: 0;
    background: #383b5c; }
  .site-footer-row2-col {
    display: flex;
    align-items: center;
    color: #fff; }
    .site-footer-row2-col:hover {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: none; }
    @media (max-width: 992px) {
      .site-footer-row2-col {
        align-items: baseline;
        flex-direction: column; } }
  .site-footer-row2-title {
    text-transform: uppercase;
    margin: 0;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .site-footer-row2-title {
      font-size: 24px; }
      @media screen and (min-width: 768px) {
        .site-footer-row2-title {
          font-size: calc(2.6785714286vw + 3.4285714286px); } }
      @media screen and (min-width: 992px) {
        .site-footer-row2-title {
          font-size: 30px; } }
    .site-footer-row2-title {
      margin-right: 15px; }
      @media screen and (min-width: 992px) {
        .site-footer-row2-title {
          margin-right: calc(7.2115384615vw - 56.5384615385px); } }
      @media screen and (min-width: 1200px) {
        .site-footer-row2-title {
          margin-right: 30px; } }
  .site-footer-row2-text {
    line-height: 1.4;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .site-footer-row2-text {
      font-size: 17px; }
      @media screen and (min-width: 768px) {
        .site-footer-row2-text {
          font-size: calc(0.8928571429vw + 10.1428571429px); } }
      @media screen and (min-width: 992px) {
        .site-footer-row2-text {
          font-size: 19px; } }
  .site-footer-row2-topcol, .site-footer-row2-botcol {
    padding: 25px 15px; }
  .site-footer-row2-topcol {
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .site-footer-row2-topcol {
        padding-right: calc(6.6964285714vw - 36.4285714286px); } }
    @media screen and (min-width: 992px) {
      .site-footer-row2-topcol {
        padding-right: 30px; } }
  .site-footer-row2-topcol:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #202248;
    z-index: -1; }
    @media (max-width: 768px) {
      .site-footer-row2-topcol:before {
        content: ''; } }
  .site-footer-row2-botcol {
    padding-left: 15px; }
    @media screen and (min-width: 768px) {
      .site-footer-row2-botcol {
        padding-left: calc(6.6964285714vw - 36.4285714286px); } }
    @media screen and (min-width: 992px) {
      .site-footer-row2-botcol {
        padding-left: 30px; } }
  .site-footer-row2-botcol:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #383b5c;
    z-index: -1; }
    @media (max-width: 768px) {
      .site-footer-row2-botcol:before {
        content: ''; } }
.site-footer-row3 {
  text-align: center;
  padding: 20px 0;
  background: #fff; }
  .site-footer-row3-copyright {
    font-size: 16px;
    line-height: 1;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }

.page-title {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 40px;
  font-family: 'Museo Sans 700', Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 700; }
  .page-title {
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .page-title {
        margin-top: calc(-8.9285714286vw + 88.5714285714px); } }
    @media screen and (min-width: 992px) {
      .page-title {
        margin-top: 0px; } }

.entry-title {
  font-size: 28px; }
  @media screen and (min-width: 768px) {
    .entry-title {
      font-size: calc(5.3571428571vw - 13.1428571429px); } }
  @media screen and (min-width: 992px) {
    .entry-title {
      font-size: 40px; } }
.entry-date {
  font-size: 14px;
  color: #aaa;
  margin-bottom: 10px;
  display: block; }

.index-title {
  font-size: 18px; }
  @media screen and (min-width: 768px) {
    .index-title {
      font-size: calc(3.5714285714vw - 9.4285714286px); } }
  @media screen and (min-width: 992px) {
    .index-title {
      font-size: 26px; } }
@media (max-width: 768px) {
  .index-title {
    margin-bottom: 0; } }

.sectiona {
  color: #202248;
  text-align: center;
  padding: 25px 0;
  background-color: #dadada;
  background-position: center center;
  background-size: cover; }
  .sectiona-title {
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px; }
    .sectiona-title {
      font-size: 27px; }
      @media screen and (min-width: 768px) {
        .sectiona-title {
          font-size: calc(4.0178571429vw - 3.8571428571px); } }
      @media screen and (min-width: 992px) {
        .sectiona-title {
          font-size: 36px; } }
  .sectiona-hashes {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around; }
  .sectiona-hash {
    margin-bottom: 30px;
    padding: 0 15px;
    color: #202248; }
    .sectiona-hash-icon {
      max-width: 64px;
      height: auto;
      display: inline-block; }
    .sectiona-hash-title {
      font-size: 18px;
      letter-spacing: 1px;
      font-family: 'Museo Sans 500', Helvetica, Arial, "Lucida Grande", sans-serif;
      font-weight: 500; }
  .sectiona-btn {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 20px;
    display: inline-block;
    background: transparent;
    border: 1px solid #202248;
    border-radius: 20px;
    font-family: 'Museo Sans 500', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500; }
    .sectiona-btn:hover {
      color: rgba(32, 34, 72, 0.75);
      text-decoration: none; }

.sectionb-blocks {
  display: flex;
  flex-flow: row wrap; }
.sectionb-block {
  position: relative;
  min-width: 250px;
  min-height: 250px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  flex: 1; }
  .sectionb-block {
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .sectionb-block {
        padding: calc(6.6964285714vw - 36.4285714286px); } }
    @media screen and (min-width: 992px) {
      .sectionb-block {
        padding: 30px; } }
  .sectionb-block:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15); }
  .sectionb-block-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02, 1.02);
    transition: 0.2s;
    z-index: -1; }
  .sectionb-block:hover {
    color: #fff;
    text-decoration: none; }
    .sectionb-block:hover .sectionb-block-background {
      transform: scale(1.08, 1.08); }
    .sectionb-block:hover:after {
      content: ''; }
      @media (max-width: 992px) {
        .sectionb-block:hover:after {
          display: none; } }
  .sectionb-block-title {
    text-transform: uppercase;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .sectionb-block-title {
      font-size: 32px; }
      @media screen and (min-width: 768px) {
        .sectionb-block-title {
          font-size: calc(1.7857142857vw + 18.2857142857px); } }
      @media screen and (min-width: 992px) {
        .sectionb-block-title {
          font-size: 36px; } }
  .sectionb-block-text {
    line-height: 1.2;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .sectionb-block-text {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .sectionb-block-text {
          font-size: calc(0.8928571429vw + 9.1428571429px); } }
      @media screen and (min-width: 992px) {
        .sectionb-block-text {
          font-size: 18px; } }

.mfp-with-zoom .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }
.mfp-with-zoom.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }
.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }
.mfp-with-zoom.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.gallery {
  margin: 0 -4px 15px;
  display: flex;
  flex-flow: row wrap; }
  .gallery-item {
    margin: 4px;
    width: calc(20% - 8px); }
    @media (max-width: 992px) {
      .gallery-item {
        width: calc(25% - 8px); } }
    @media (max-width: 768px) {
      .gallery-item {
        width: calc(33.33334% - 8px); } }
  .gallery img {
    width: 100%;
    display: block; }
  .gallery-caption {
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    color: #666;
    padding: 5px 5px 10px; }

.nav-links {
  text-align: center; }

.page-numbers {
  margin-bottom: 40px;
  padding: 2px 12px;
  color: #fff;
  background: #202248;
  border: 1px solid #202248;
  display: inline-block; }
  .page-numbers:hover {
    color: #202248;
    background: #fff;
    text-decoration: none; }
  .page-numbers.current, .page-numbers.dots {
    color: #202248;
    background: #fff; }

.faks {
  display: flex;
  flex-flow: row wrap; }

.fak {
  position: relative;
  min-width: 25%;
  min-height: 250px;
  color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  overflow: hidden;
  flex: 1 0 25%; }
  .fak {
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .fak {
        padding: calc(6.6964285714vw - 36.4285714286px); } }
    @media screen and (min-width: 992px) {
      .fak {
        padding: 30px; } }
  @media (max-width: 1200px) {
    .fak {
      flex: 1 0 33.33334%; } }
  @media (max-width: 768px) {
    .fak {
      flex: 1 0 50%; } }
  @media (max-width: 576px) {
    .fak {
      flex: 1 0 100%; } }
  .fak:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.15); }
  .fak-background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
    background-position: center center;
    background-size: cover;
    transform: scale(1.02, 1.02);
    transition: 0.2s;
    z-index: -1; }
  .fak:hover {
    color: #fff;
    text-decoration: none; }
    .fak:hover .fak-background {
      transform: scale(1.08, 1.08); }
    .fak:hover:after {
      content: ''; }
      @media (max-width: 992px) {
        .fak:hover:after {
          display: none; } }
  .fak-title {
    text-transform: uppercase;
    letter-spacing: -1px;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .fak-title {
      font-size: 22px; }
      @media screen and (min-width: 768px) {
        .fak-title {
          font-size: calc(2.6785714286vw + 1.4285714286px); } }
      @media screen and (min-width: 992px) {
        .fak-title {
          font-size: 28px; } }
  .fak-text {
    line-height: 1.2;
    font-family: 'Museo Sans 300', Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 300; }
    .fak-text {
      font-size: 16px; }
      @media screen and (min-width: 768px) {
        .fak-text {
          font-size: calc(0.8928571429vw + 9.1428571429px); } }
      @media screen and (min-width: 992px) {
        .fak-text {
          font-size: 18px; } }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 15px; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.justify-content-center {
  justify-content: center; }

.clearfix:after {
  content: '';
  display: table;
  clear: both; }

.post-edit-link {
  font-size: 13px;
  text-transform: uppercase;
  padding: 5px 10px;
  background: transparent;
  border: 1px solid #202248;
  display: inline-block;
  margin-bottom: 10px; }
  .post-edit-link:hover {
    color: #fff;
    background: #202248;
    text-decoration: none; }

hr.divider {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #ccc;
  box-shadow: none; }

/*# sourceMappingURL=style.css.map */
