/*

A method of using psuedo elements to maintain an elements aspect ratio, even as it scales.
The mixin assumes you'll be nesting an <a> element inside your initial block that has a background image.

*/
@font-face {
  font-family: 'sofiapro-light';
  src: url("../fonts/SofiaPro-Light.woff2") format("woff2"), url("../fonts/SofiaPro-Light.woff") format("woff"); }
@font-face {
  font-family: 'sofiapro-regular';
  src: url("../fonts/SofiaPro-Regular.woff2") format("woff2"), url("../fonts/SofiaPro-Regular.woff") format("woff"); }
@font-face {
  font-family: 'sofiapro-medium';
  src: url("../fonts/SofiaPro-Medium.woff2") format("woff2"), url("../fonts/SofiaPro-Medium.woff") format("woff"); }
@font-face {
  font-family: 'sofiapro-bold';
  src: url("../fonts/SofiaPro-Bold.woff2") format("woff2"), url("../fonts/SofiaPro-Bold.woff") format("woff"); }
@font-face {
  font-family: 'cocogoose-regular';
  src: url("../fonts/cocogoose-regular.woff2") format("woff2"), url("../fonts/cocogoose-regular.woff") format("woff"); }
html {
  font-size: 8px; }
  @media only screen and (min-width: 600px) {
    html {
      font-size: 9px; } }

body {
  font-family: "sofiapro-regular", sans-serif;
  font-size: 2rem; }

p {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 0rem;
  padding-top: 0.802246rem;
  padding-bottom: 0.197754rem;
  margin-bottom: 1rem; }

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

/* variables
 *====================================*/
/* Default button style
 *====================================*/
.btn,
button,
[type="submit"] {
  color: white;
  font-size: 16px;
  line-height: 1;
  padding: 8px 16px;
  display: inline-block;
  background-color: #000;
  border-radius: 0;
  text-decoration: none;
  transition: all 0.1s linear; }
  .btn:hover,
  button:hover,
  [type="submit"]:hover {
    background-color: #666666; }
  .btn:active,
  button:active,
  [type="submit"]:active {
    background-color: #333333; }

/* border button
 *====================================*/
.btn-bordered {
  color: black;
  border: 1px solid #000;
  background-color: transparent; }
  .btn-bordered:hover {
    color: #e6e6e6;
    background-color: #1a1a1a; }
  .btn-bordered:active {
    background-color: #000; }

button {
  -webkit-appearance: none;
  border: 0;
  background: transparent; }
  button:focus, button:active {
    outline: none; }
  button.search, button.McButton {
    background: transparent; }

.more-post-items {
  display: block;
  width: max-content;
  margin: 64px 0 64px;
  background: #ffed00;
  padding: 8px 16px; }
  .more-post-items a {
    text-decoration: none;
    color: #005095;
    font-family: "sofiapro-bold", sans-serif;
    font-size: 24px;
    line-height: 30px; }

.buttons-container a {
  display: inline-block;
  margin-right: 32px;
  padding: 8px 16px;
  background: #ffed00;
  text-decoration: none;
  color: #005095;
  font-family: "sofiapro-bold", sans-serif;
  font-size: 24px;
  line-height: 30px; }
  @media only screen and (max-width: 599px) {
    .buttons-container a {
      margin-top: 16px; } }

a {
  color: #005095; }

[type='search'] {
  border: 1px solid #333333;
  border-radius: 2px;
  color: black;
  font-family: "sofiapro-regular", sans-serif;
  margin: 0;
  max-width: 100%;
  width: 100%;
  outline: 0;
  padding: 8px;
  -webkit-transition: border-color .2s;
  transition: border-color .2s;
  vertical-align: middle;
  background: none;
  height: 34px;
  outline: 0;
  padding: 8px 8px 8px 16px;
  -webkit-transition: background .2s,color .2s;
  transition: background .2s,color .2s;
  font-size: 16px; }
  [type='search']:hover, [type='search']:focus {
    background: #e6e6e6; }

article .entry-content form {
  font-family: "sofiapro-light", sans-serif;
  margin-bottom: 32px; }
  article .entry-content form fieldset {
    border: 0;
    padding: 0;
    margin-bottom: 32px; }
    article .entry-content form fieldset p {
      color: #666666;
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 0; }
    article .entry-content form fieldset ul {
      padding-left: 16px;
      list-style-type: none; }
      article .entry-content form fieldset ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
        position: relative; }
        article .entry-content form fieldset ul li:before {
          content: '';
          display: block;
          width: 6px;
          height: 6px;
          background: #666;
          border-radius: 50%;
          position: absolute;
          top: 6px;
          left: -16px; }
    article .entry-content form fieldset.fieldset-inputs ul {
      list-style-type: none;
      padding-left: 0; }
      article .entry-content form fieldset.fieldset-inputs ul li:before {
        content: none; }
      article .entry-content form fieldset.fieldset-inputs ul li label, article .entry-content form fieldset.fieldset-inputs ul li input {
        display: inline-block;
        vertical-align: top; }
      article .entry-content form fieldset.fieldset-inputs ul li label {
        font-size: 22px;
        width: calc(100% - 32px); }
  article .entry-content form .field-label {
    margin-bottom: 8px;
    display: block;
    font-family: "sofiapro-bold", sans-serif;
    color: #005095;
    font-size: 32px; }
  article .entry-content form textarea {
    width: 100%;
    margin-bottom: 14px;
    border: 2px solid #d4d4d4;
    min-height: 100px;
    font-size: 20px;
    padding: 16px;
    font-family: "sofiapro-regular", sans-serif; }
  article .entry-content form [type="submit"] {
    margin-top: 40px;
    display: block;
    color: white;
    background: #e30613;
    border: 0;
    -webkit-appearance: none;
    font-family: "sofiapro-bold", sans-serif;
    padding: 22px 48px;
    font-size: 28px; }
    @media only screen and (max-width: 599px) {
      article .entry-content form [type="submit"] {
        width: 100%;
        font-size: 20px; } }
  article .entry-content form [type="text"],
  article .entry-content form [type="email"] {
    border: 2px solid #d4d4d4;
    height: 45px;
    width: 350px;
    font-size: 22px; }
  article .entry-content form ul {
    padding-left: 0; }
    article .entry-content form ul li {
      font-size: 22px;
      line-height: 28px; }
  article .entry-content form small {
    display: block;
    font-size: 16px;
    line-height: 22px;
    margin: 32px 0 16px; }
  article .entry-content form strong {
    font-family: "sofiapro-bold", sans-serif; }
  article .entry-content form [data-preference="none"],
  article .entry-content form [data-preference="hotline-and-police"] {
    background: #ffed00;
    font-size: 22px;
    line-height: 28px;
    padding: 22px;
    margin-bottom: 32px; }
  article .entry-content form [data-preference^="hotline"] fieldset {
    margin-bottom: 16px; }
  article .entry-content form input[type="file"] {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 32px;
    height: 160px; }
    article .entry-content form input[type="file"]:before {
      position: absolute;
      content: '';
      display: block;
      background: #f4f4f4;
      width: 100%;
      left: 0;
      height: 100%;
      border: 2px dashed #dbdbdb;
      top: 0; }
  article .entry-content form .form-add-files {
    position: relative; }
    article .entry-content form .form-add-files .middle-file-input {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center; }
    article .entry-content form .form-add-files p {
      margin-bottom: 16px; }
    article .entry-content form .form-add-files .add-input {
      background: white;
      padding: 12px 16px;
      border: 1px solid #ccc;
      color: #ccc;
      font-size: 16px; }
  article .entry-content form .remove-file {
    vertical-align: middle;
    background: #e30613;
    color: white;
    padding: 4px 8px;
    font-size: 14px;
    margin-left: 16px; }

.form-link {
  display: block;
  margin-top: 16px; }

h1, h2, h3 {
  font-family: "sofiapro-bold", sans-serif; }

h1,
.section-title {
  font-size: 32px;
  line-height: 4rem; }
  @media only screen and (min-width: 600px) {
    h1,
    .section-title {
      font-size: 61px;
      line-height: 73px; } }

h2 {
  font-size: 3rem;
  line-height: 4rem;
  margin-top: 0rem;
  padding-top: 0.813476rem;
  padding-bottom: 0.186524rem;
  margin-bottom: 0rem; }
  @media only screen and (min-width: 600px) {
    h2 {
      font-size: 3rem;
      line-height: 4rem;
      margin-top: 1rem;
      padding-top: 0.953369rem;
      padding-bottom: 0.046631rem;
      margin-bottom: 1rem; } }

h3 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: -1rem;
  padding-top: 0.708984rem;
  padding-bottom: 0.291016rem;
  margin-bottom: 0rem; }
  @media only screen and (min-width: 600px) {
    h3 {
      font-size: 3rem;
      line-height: 4rem;
      margin-top: 0rem;
      padding-top: 0.953369rem;
      padding-bottom: 0.046631rem;
      margin-bottom: 0rem; } }

h4, h5, h6 {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: -1rem;
  padding-top: 0.708984rem;
  padding-bottom: 0.291016rem;
  margin-bottom: 0rem; }
  @media only screen and (min-width: 600px) {
    h4, h5, h6 {
      font-size: 2rem;
      line-height: 3rem;
      margin-top: 0rem;
      padding-top: 0.802246rem;
      padding-bottom: 0.197754rem;
      margin-bottom: 0rem; } }

.section-title,
.entry-title {
  color: #005095;
  margin: 16px 0;
  font-weight: normal; }
  @media only screen and (min-width: 900px) {
    .section-title,
    .entry-title {
      margin: 60px 0 16px; } }

.section-report h2 {
  color: #e30613;
  font-size: 24px;
  line-height: 28px;
  font-weight: normal; }
  @media only screen and (min-width: 900px) {
    .section-report h2 {
      font-size: 61px;
      line-height: 73px; } }

ol, ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ol li, ul li {
    margin-bottom: 8px; }
    @media only screen and (min-width: 900px) {
      ol li, ul li {
        margin-bottom: 16px; } }

.mgfy {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  border: 0.07em solid white;
  position: relative;
  border-radius: 0.35em;
  font-size: 2.3em; }
  .mgfy:after {
    content: "";
    display: inline-block;
    position: absolute;
    left: -0.2em;
    bottom: -0.1em;
    border-width: 0;
    background: white;
    width: 0.25em;
    height: 0.07em;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
  .mgfy:hover {
    cursor: pointer; }

.search-mobile .search {
  position: absolute;
  right: 6px;
  top: 30px;
  display: inline-block; }
  @media only screen and (max-width: 599px) {
    .search-mobile .search {
      top: 50px; } }

.meld-icon {
  border-radius: 50%;
  box-shadow: 5px 5px 10px 0 black;
  width: 150px;
  height: 150px;
  transition: all .45s ease; }
  .meld-icon img {
    width: 100%;
    height: 100%; }

.section-report .meld-icon {
  width: 160px;
  height: 160px; }

.shape-icon {
  --triangle-down: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDA0LjMwOCA0MDQuMzA5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDQuMzA4IDQwNC4zMDk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMCwxMDEuMDhoNDA0LjMwOEwyMDIuMTUxLDMwMy4yMjlMMCwxMDEuMDh6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  width: 14px;
  height: 14px;
  background-color: #005095;
  mask-size: cover;
  -webkit-mask-size: cover; }
  .shape-icon:hover {
    background-color: #005095; }

.icon-triangle-down {
  mask-image: var(--triangle-down);
  -webkit-mask-image: var(--triangle-down);
  transform: rotate(-90deg); }

.aws-icon {
  --close-icon: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAYAAAD0eNT6AAAgAElEQVR4Xu3dvctuR9UH4KUWFgEx2thZBSE2+hYh7SvaWdgKCuofICSVjZWNVQL+ASoo2FrYKb5tSBFtDEgqOxs/EFJY+MGdPE/ek3POc+59z569Z9asyzZ7Zs9ca+2Zn+fjOR8J/yNAgAABAgTKCXyk3I5tmAABAgQIEAgBQBMQIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgECBAgQEAD0AAECBAgQKCggABQsui0TIECAAAEBQA8QIECAAIGCAgJAwaLbMgEC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);
  display: block;
  width: 22px;
  height: 22px;
  mask-size: cover;
  -webkit-mask-size: cover; }

.aws-icon-close {
  mask-image: var(--close-icon);
  -webkit-mask-image: var(--close-icon);
  background-color: black;
  cursor: pointer; }

hr {
  border-bottom: 1px solid black;
  border-left: 0;
  border-right: 0;
  border-top: 0; }

.list-unstyled {
  list-style-type: none; }

/* Text meant only for screen readers. */
.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;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }

.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;
  /* Above WP toolbar. */ }

#skip-to-main .screen-reader-shortcut {
  position: absolute;
  top: -1000em;
  outline: 0;
  border: none;
  text-decoration: none;
  background: 0 0;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  border-radius: 0;
  box-sizing: content-box;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  #skip-to-main .screen-reader-shortcut:focus {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: white;
    border: 1px solid #cccccc;
    color: #cccccc;
    z-index: 100000;
    line-height: normal;
    text-decoration: none; }

.visuallyhidden,
.hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/**
 * This is the main menu that you see in the site.
 * It contains a dropdown menu for the 2nd level
 * For mobile we have an off canvas that can be found in another file
 * 1. the style for the main menu
 * 2. the style for the dropdown menu.
 * 3. the style for the menu items
 */
/** 1 - SITE NAVIGATION LAYOUT
 *====================================*/
.navigation-main {
  /* 1 */
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  /** 2 - SUBMENU STYLE & BEHAVIOR
*====================================*/
  /** 3 - NAVIGATION LINK STYLE
*====================================*/ }
  .navigation-main .menu-item {
    display: inline-block;
    position: relative;
    white-space: nowrap;
    min-width: 48px; }
  .navigation-main .menu-item.active .sub-menu {
    display: flex;
    flex-flow: column wrap;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
  .navigation-main .menu-item:hover .sub-menu ul {
    display: none; }
  .navigation-main .sub-menu {
    display: none;
    list-style-type: none;
    position: relative;
    height: auto;
    padding: 16px;
    background-color: #e6e6e6; }
  .navigation-main .nav-link {
    list-style-type: none;
    text-decoration: none;
    color: black; }
    .navigation-main .nav-link:hover {
      cursor: pointer;
      text-decoration: underline; }
  .navigation-main .current-page-item .nav-link {
    text-decoration: underline; }
  .navigation-main .menu-item-has-children > .nav-link:after {
    position: relative;
    margin-left: 8px;
    content: '';
    display: inline-block;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4IiB2aWV3Qm94PSIwIDAgNDUxLjg0NyA0NTEuODQ3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NTEuODQ3IDQ1MS44NDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNMjI1LjkyMywzNTQuNzA2Yy04LjA5OCwwLTE2LjE5NS0zLjA5Mi0yMi4zNjktOS4yNjNMOS4yNywxNTEuMTU3Yy0xMi4zNTktMTIuMzU5LTEyLjM1OS0zMi4zOTcsMC00NC43NTEgICBjMTIuMzU0LTEyLjM1NCwzMi4zODgtMTIuMzU0LDQ0Ljc0OCwwbDE3MS45MDUsMTcxLjkxNWwxNzEuOTA2LTE3MS45MDljMTIuMzU5LTEyLjM1NCwzMi4zOTEtMTIuMzU0LDQ0Ljc0NCwwICAgYzEyLjM2NSwxMi4zNTQsMTIuMzY1LDMyLjM5MiwwLDQ0Ljc1MUwyNDguMjkyLDM0NS40NDlDMjQyLjExNSwzNTEuNjIxLDIzNC4wMTgsMzU0LjcwNiwyMjUuOTIzLDM1NC43MDZ6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-size: contain;
    width: 14px;
    height: 14px; }

.gallery {
  float: left;
  margin: 0 auto 18px; }
  .gallery .gallery-item {
    float: left;
    margin-top: 0;
    text-align: center;
    width: 33%; }
  .gallery .gallery-caption {
    color: #888;
    font-size: 12px;
    margin: 0 0 12px; }
  .gallery dl, .gallery dt {
    margin: 0; }
  .gallery br + br {
    display: none; }
  .gallery img {
    box-shadow: 0px 0px 4px #999;
    border: 1px solid white;
    padding: 8px;
    background: #f2f2f2; }
    .gallery img:hover {
      background: white; }

.gallery-columns-2 .gallery-item {
  width: 50%; }
.gallery-columns-2 .attachment-thumbnail {
  max-width: 92%;
  height: auto; }

.gallery-columns-4 .gallery-item {
  width: 25%; }
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto; }

/*doc
---
title: Off Canvas
name: off-canvas
parent: navigation
---
This is the traditional hamburger menu

*/
/* -----------------------------------------------------------------------------
  NAVIGATION MENU

----------------------------------------------------------------------------- */
@media only screen and (min-width: 320px) {
  .mobile-menu.mobile {
    display: block; } }
@media only screen and (min-width: 768px) {
  .mobile-menu.mobile {
    display: none; } }
@media only screen and (min-width: 320px) {
  .mobile-menu.tablet {
    display: block; } }
@media only screen and (min-width: 992px) {
  .mobile-menu.tablet {
    display: none; } }
@media only screen and (min-width: 992px) {
  .mobile-menu.desktop {
    display: block; } }
.mobile-menu nav {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 320px;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background-color: #999999;
  transition: all 0.3s ease; }
  .mobile-menu nav.active {
    box-shadow: 0 0 10px black; }
  .mobile-menu nav ul li {
    list-style-type: none; }
  .mobile-menu nav > ul {
    list-style: none;
    padding: 0;
    top: 0;
    left: 0;
    width: 340px;
    height: auto;
    overflow-y: scroll;
    margin: 0; }
    .mobile-menu nav > ul li {
      padding: 0 32px 0 16px;
      transition: all 0.3s ease;
      border-width: 0 0 0 0;
      border-style: solid;
      border-color: #b91014; }
      .mobile-menu nav > ul li a {
        padding: 10px 0;
        color: white;
        display: block;
        font-size: 18px;
        text-decoration: none;
        text-transform: uppercase; }
      .mobile-menu nav > ul li:first-child {
        border-top: 0; }
      .mobile-menu nav > ul li:last-child {
        border-bottom: 0; }
      .mobile-menu nav > ul li:hover {
        background-color: #999999; }
      .mobile-menu nav > ul li ul.sub-menu {
        position: absolute;
        top: 0;
        background-color: #999999;
        transition: all 0.3s ease;
        height: 100%;
        width: 100%;
        padding: 0;
        overflow: scroll;
        display: none; }
        .mobile-menu nav > ul li ul.sub-menu li:first-child {
          margin-top: 20px; }
          .mobile-menu nav > ul li ul.sub-menu li:first-child a {
            font-size: 14px; }
        .mobile-menu nav > ul li ul.sub-menu li:nth-child(1n+2) {
          padding-left: 32px; }
        .mobile-menu nav > ul li ul.sub-menu li {
          padding: 0 16px; }
          .mobile-menu nav > ul li ul.sub-menu li.js-back-container {
            text-transform: uppercase; }
            .mobile-menu nav > ul li ul.sub-menu li.js-back-container button {
              position: relative;
              display: block;
              padding: 14px 1em 14px 1em;
              width: 100%;
              text-align: left;
              background-color: #999999;
              color: white;
              font-size: 18px; }
              .mobile-menu nav > ul li ul.sub-menu li.js-back-container button:before {
                content: '';
                position: absolute;
                top: 50%;
                margin-top: -0.3em;
                margin-left: 0;
                left: 0;
                /* By using an em scale, the arrows will size with the font */
                width: 0.6em;
                height: 0.6em;
                border-right: 0.2em solid white;
                border-top: 0.2em solid white;
                transform: rotate(-135deg); }
      .mobile-menu nav > ul li[class*="-has-children"] a {
        position: relative;
        display: block; }
        .mobile-menu nav > ul li[class*="-has-children"] a:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -6px;
          left: auto;
          margin-left: 0;
          right: 5px;
          /* By using an em scale, the arrows will size with the font */
          width: 12px;
          height: 12px;
          border-right: 3px solid white;
          border-top: 3px solid white;
          transform: rotate(45deg); }
      .mobile-menu nav > ul li:not(.menu-item-has-children) a:after {
        content: '';
        border: 0; }

.mobile-menu[data-menu-transition="slide"] ~ .main-container, .mobile-menu[data-menu-transition="push"] ~ .main-container {
  /*transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);*/ }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] .launch-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] .launch-menu {
  right: 0; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav,
.mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav .sub-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav,
.mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav .sub-menu {
  left: -320px; }
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav.active,
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="left"] nav .sub-menu.active, .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav.active,
  .mobile-menu[data-menu-transition="push"][data-menu-direction="left"] nav .sub-menu.active {
    left: 0; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] .launch-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] .launch-menu {
  right: 0; }
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav,
.mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav .sub-menu, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav,
.mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav .sub-menu {
  right: -320px;
  left: inherit; }
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav.active,
  .mobile-menu[data-menu-transition="slide"][data-menu-direction="right"] nav .sub-menu.active, .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav.active,
  .mobile-menu[data-menu-transition="push"][data-menu-direction="right"] nav .sub-menu.active {
    right: 0; }
.mobile-menu[data-menu-transition="push"] ~ .main-container {
  transition: all 0.3s ease; }
.mobile-menu[data-menu-transition="push"][data-menu-active="on"][data-menu-direction="left"] ~ .main-container {
  transform: translate3d(320px, 0, 0);
  -moz-transform: translate3d(320px, 0, 0);
  -webkit-transform: translate3d(320px, 0, 0); }
.mobile-menu[data-menu-transition="push"][data-menu-active="on"][data-menu-direction="right"] ~ .main-container {
  transform: translate3d(-320px, 0, 0);
  -moz-transform: translate3d(-320px, 0, 0);
  -webkit-transform: translate3d(-320px, 0, 0); }
.mobile-menu[data-menu-transition="overlay"] nav {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  transition: all 0.6s ease; }
  .mobile-menu[data-menu-transition="overlay"] nav .menu {
    width: 100%;
    height: auto; }
    .mobile-menu[data-menu-transition="overlay"] nav .menu li {
      border: 0;
      text-align: center; }
  .mobile-menu[data-menu-transition="overlay"] nav.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease; }

.launch-menu {
  position: fixed;
  top: 0;
  z-index: 159890;
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: all 0.3s ease; }

.c-hamburger {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s; }
  .c-hamburger:focus, .c-hamburger:active {
    outline: none;
    border: 0;
    background-color: transparent; }
  .c-hamburger:hover {
    background-color: transparent;
    border: 0; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 29px;
    left: 16px;
    right: 18px;
    height: 4px;
    width: 50%;
    background: white; }
  .c-hamburger span::before,
  .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: white;
    content: ""; }
  .c-hamburger span::before {
    top: -8px; }
  .c-hamburger span::after {
    bottom: -8px; }

/**
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
  background-color: rgba(255, 255, 255, 0); }
  .c-hamburger--htx span {
    transition: background 0s 0.3s; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
    transition-property: top, transform;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 8px rgba(0, 0, 0, 0.2), 0px 16px 16px rgba(0, 0, 0, 0.2), 0px 32px 32px rgba(0, 0, 0, 0.2), 0px 0px 40px #323232; }
  .c-hamburger--htx span::before {
    transition-property: top, transform;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2), 0px 8px 8px rgba(0, 0, 0, 0.2), 0px 16px 16px rgba(0, 0, 0, 0.2), 0px 32px 32px rgba(0, 0, 0, 0.2), 0px 0px 40px #323232; }
  .c-hamburger--htx span::after {
    transition-property: bottom, transform; }

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  background-color: transparent; }
  .c-hamburger--htx.is-active span {
    background: none; }
    .c-hamburger--htx.is-active span::before {
      top: 0;
      transform: rotate(45deg); }
    .c-hamburger--htx.is-active span::after {
      bottom: 0;
      transform: rotate(-45deg);
      box-shadow: none; }
    .c-hamburger--htx.is-active span::before, .c-hamburger--htx.is-active span::after {
      transition-delay: 0s, 0.3s; }

.mobile-menu[data-hamburguer-wrap="full"] .launch-menu {
  position: fixed; }
.mobile-menu[data-hamburguer-wrap="boxed"] {
  max-width: 1280px;
  margin: 0 auto;
  top: 16px;
  position: sticky;
  z-index: 159980; }
  @media only screen and (min-width: 992px) {
    .mobile-menu[data-hamburguer-wrap="boxed"] .launch-menu {
      position: sticky; } }
  .mobile-menu[data-hamburguer-wrap="boxed"][data-menu-direction="right"] .launch-menu {
    float: right; }

/* style for svg menu icon */
.hamburger {
  border: none;
  border-radius: 0;
  color: white;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s ease-in-out;
  font-size: 1em;
  z-index: 2;
  position: relative;
  padding: 0 0 0 16px;
  width: 100%;
  text-align: left;
  line-height: 6rem; }
  @media only screen and (min-width: 900px) {
    .hamburger {
      background: transparent;
      padding: 0;
      width: auto;
      line-height: 1; } }
  .hamburger.hamburger-mobile {
    color: white; }
  .hamburger:focus {
    outline: thin dotted;
    outline-offset: 2px; }
  .hamburger:hover {
    background-color: transparent; }

.icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  width: 1em;
  vertical-align: middle;
  position: relative; }

/* Menu toggle styles. */
.icon-hamburger {
  width: 8rem;
  height: 10rem;
  top: -10px; }

/* Animate menu icon (lines). */
.svg-hamburger .line {
  opacity: 1;
  transform: rotate(0) translateY(0) translateX(0);
  transform-origin: 1em 1em;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out; }
.svg-hamburger .line-1 {
  transform-origin: 2rem 4rem; }
.svg-hamburger .line-3 {
  transform-origin: 1rem 8.8rem; }
  @media only screen and (min-width: 900px) {
    .svg-hamburger .line-3 {
      transform-origin: 1rem 7.5rem; } }

.hamburger.opened .svg-hamburger .line-1 {
  transform: rotate(45deg) translateY(0) translateX(0); }
.hamburger.opened .svg-hamburger .line-2 {
  opacity: 0; }
.hamburger.opened .svg-hamburger .line-3 {
  transform: rotate(-45deg) translateY(0em) translateX(0em); }

.back-to-top-button {
  position: fixed;
  z-index: 1;
  bottom: 10px;
  right: 16px;
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: black; }
  @media only screen and (min-width: 900px) {
    .back-to-top-button {
      right: 32px; } }
  .back-to-top-button.active {
    display: block; }
  .back-to-top-button b {
    position: absolute;
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2em;
    width: 15px;
    height: 3px;
    background: white;
    transition: 0.3s;
    top: 15px; }
    .back-to-top-button b:nth-child(2) {
      left: 0;
      margin-left: 3px;
      transform: rotate(135deg); }
    .back-to-top-button b:nth-child(3) {
      right: 0;
      margin-right: 3px;
      transform: rotate(45deg); }
    .back-to-top-button b:hover {
      opacity: 1; }

.menu-layover {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 80, 149, 0.95);
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: -1;
  transition: all .45s ease;
  box-shadow: 0 10px 10px 0 #cccccc; }
  @media only screen and (min-width: 900px) {
    .menu-layover {
      position: fixed; } }
  .menu-layover.visible {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition: all .45s ease; }
  @media only screen and (min-width: 900px) {
    .menu-layover .site-navigation {
      margin-top: 200px; } }
  @media only screen and (min-width: 1600px) {
    .menu-layover .site-navigation {
      margin-top: 300px; } }
  .menu-layover .navigation-menu {
    margin: 120px auto 32px;
    padding: 0 16px 0 144px;
    max-width: 1300px;
    flex-flow: column wrap;
    align-items: start; }
    .menu-layover .navigation-menu .menu-item {
      margin-bottom: 0;
      line-height: 40px; }
    .menu-layover .navigation-menu .nav-link {
      color: white;
      font-size: 4rem;
      text-decoration: none;
      font-family: "sofiapro-bold", sans-serif; }
      .menu-layover .navigation-menu .nav-link:hover {
        color: yellow; }

.card-default {
  position: relative; }
  .card-default .card-top {
    padding: 8px;
    box-shadow: 0 0 5px #ccc; }
  .card-default .card-title {
    font-size: 24px;
    line-height: 24px;
    margin: 4px 0 12px; }
    @media only screen and (min-width: 900px) {
      .card-default .card-title {
        font-size: 38px;
        line-height: 38px;
        width: 80%; } }
  @media only screen and (min-width: 900px) {
    .card-default .card-image {
      height: 410px; } }
  .card-default .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .card-default .card-body {
    padding: 22px 0 0; }
    .card-default .card-body p, .card-default .card-body a {
      font-family: "sofiapro-light", sans-serif;
      font-size: 21px;
      line-height: 28px; }
    .card-default .card-body a {
      display: block;
      margin-top: 24px; }
  .card-default > a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }

.awesome-accordion .awesome-accordion-heading:after {
  margin-bottom: 0; }
.awesome-accordion .awesome-accordion-heading .awesome-accordion-btn {
  font-size: 22px;
  line-height: 28px;
  color: #005095; }
.awesome-accordion .awesome-accordion-item .awesome-accordion-heading:before {
  top: 4px;
  color: #005095; }
.awesome-accordion .awesome-accordion-item.closed .awesome-accordion-heading:before {
  color: #005095; }
.awesome-accordion .awesome-accordion-panel {
  margin: 1px 0; }

.entry-content .awesome-accordion {
  margin: 32px 0;
  /* Remove outline for non-keyboard :focus */
  /* Optional: Customize .focus-visible */ }
  .entry-content .awesome-accordion .awesome-accordion-panel:focus:not(.focus-visible) {
    outline: none; }
  .entry-content .awesome-accordion .awesome-accordion-panel.focus-visible {
    outline: 1px inset black; }

.modal-delayed {
  position: fixed;
  display: flex;
  opacity: 0;
  visibility: hidden;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5;
  flex-wrap: wrap;
  align-items: center;
  transition: all .45s ease; }
  .modal-delayed.visible {
    opacity: 1;
    visibility: visible;
    transition: all .45s ease; }
  .modal-delayed .modal-wrap {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    height: auto;
    padding: 32px;
    background: white; }
    .modal-delayed .modal-wrap .aws-icon {
      position: absolute;
      top: 8px;
      right: 8px; }

#cookie-notice {
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.01), 0 5px 15px 0 rgba(0, 0, 0, 0.04); }
  #cookie-notice .cn-button {
    display: block;
    width: 65%;
    margin: 0 auto 8px;
    border: 2px solid white; }
    @media only screen and (min-width: 600px) {
      #cookie-notice .cn-button {
        width: auto;
        display: inline-block;
        margin: 0 0 0 8px; } }

.cookie-notice-container {
  font-size: 16px;
  font-family: "sofiapro-regular", sans-serif;
  padding: 32px 0; }

.cn-set-cookie {
  padding: 8px;
  text-shadow: none;
  font-size: 16px;
  text-decoration: none; }

#cn-accept-cookie {
  background: black;
  color: white; }
  #cn-accept-cookie:hover {
    background: #999999; }

#cn-refuse-cookie {
  border: 1px solid black;
  color: black; }
  #cn-refuse-cookie:hover {
    border: 2px solid black; }

.cn-more-info {
  text-decoration: none;
  color: black; }
  .cn-more-info:hover {
    text-decoration: underline; }

/*Removing some default CSS our language switcher*/
.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions {
  margin-bottom: 0; }

.wpml-floating-language-switcher .wpml-ls-statics-shortcode_actions a {
  background-color: transparent !important; }

.wpml-floating-language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 5px; }

.wpml-floating-language-switcher .wpml-ls-item {
  display: block; }

/*Customize this if you want*/
.wpml-floating-language-switcher {
  position: fixed;
  bottom: 20px;
  right: 0px;
  background: #f8f8f8;
  /*background color*/
  border: 1px solid;
  /*border settings*/
  border-color: #eee;
  /*color of the border*/
  padding: 0px;
  /*padding of container*/
  border-radius: 6px 0 0 6px;
  /*rounded border*/
  /*Box Shadow*/
  -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
  z-index: 999; }
  @media only screen and (min-width: 1440px) {
    .wpml-floating-language-switcher {
      bottom: auto;
      top: 20px; } }

@media only screen and (min-width: 900px) {
  .home .site-header {
    height: 740px; } }
@media only screen and (min-width: 900px) {
  .home .site-header:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    z-index: 1; } }
.home .site-header .wide-wrapper {
  position: relative;
  z-index: 2; }
.home .site-header .header-top-wrapper {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (min-width: 900px) {
    .home .site-header .header-top-wrapper {
      grid-template-columns: 2fr 0.5fr; } }
@media only screen and (min-width: 900px) {
  .home .site-header .header-top {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: top 0.2s ease-in-out;
    z-index: 5; } }
.home .logo-title {
  position: relative;
  top: 10px; }
  @media only screen and (min-width: 900px) {
    .home .logo-title {
      max-width: 660px;
      top: 0; } }
.home .mobile-header .page-header {
  background: white; }
.home .mobile-header .hamburger {
  color: #005095; }

.site-header {
  position: relative;
  z-index: 1; }
  .site-header .header-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    position: relative;
    top: 120px; }
    @media only screen and (min-width: 600px) {
      .site-header .header-image {
        position: absolute;
        top: 0;
        left: 0; } }
  .site-header .header-top-wrapper {
    position: relative;
    padding: 0;
    display: grid;
    grid-gap: 16px;
    z-index: 2;
    grid-template-columns: repeat(2, 1fr); }
    @media only screen and (max-width: 599px) {
      .site-header .header-top-wrapper {
        grid-template-columns: 2fr 1fr; } }
    .site-header .header-top-wrapper .header-top-left {
      padding-top: 16px; }
    .site-header .header-top-wrapper .header-top-right {
      text-align: right;
      padding-right: 31px;
      z-index: 2; }
      @media only screen and (min-width: 900px) {
        .site-header .header-top-wrapper .header-top-right {
          padding-top: 16px; } }
  @media only screen and (min-width: 900px) {
    .site-header.header-up .header-top-wrapper {
      grid-template-columns: 1fr 1fr; } }
  .site-header .header-bottom {
    padding: 8px 0; }
    @media only screen and (min-width: 900px) {
      .site-header .header-bottom {
        padding: 16px 0; }
        .site-header .header-bottom::after {
          clear: both;
          content: "";
          display: block; } }

.site-logo {
  display: none;
  vertical-align: top; }
  @media only screen and (min-width: 900px) {
    .site-logo {
      display: inline-block;
      margin-left: 16px; } }

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

.logo-logo,
.logo-title {
  vertical-align: top;
  margin-left: 16px; }

.logo-title {
  max-width: 230px; }

.home .logo-title a {
  color: white;
  font-size: 52px;
  line-height: 66px;
  text-decoration: none;
  font-family: "cocogoose-regular", sans-serif; }

.site-title {
  width: 100%;
  z-index: 0; }
  @media only screen and (min-width: 600px) {
    .site-title {
      position: absolute;
      bottom: 40px; } }
  .site-title span {
    color: white;
    font-family: "cocogoose-regular", sans-serif;
    font-size: 140px;
    max-width: 450px;
    text-transform: uppercase;
    display: block;
    line-height: 120px; }

.desktop-header {
  display: none; }
  @media only screen and (min-width: 900px) {
    .desktop-header {
      display: block;
      height: 100%; } }
  @media only screen and (min-width: 900px) {
    .desktop-header .wide-wrapper {
      height: 100%; } }

.mobile-header {
  display: block; }
  @media only screen and (min-width: 900px) {
    .mobile-header {
      display: none; } }
  .mobile-header .wide-wrapper {
    padding: 0; }
  .mobile-header .page-header {
    display: block;
    position: fixed;
    width: 100%; }
    @media only screen and (min-width: 900px) {
      .mobile-header .page-header {
        display: none; } }
  .mobile-header .meld-text {
    display: none; }
    @media only screen and (min-width: 900px) {
      .mobile-header .meld-text {
        display: block; } }
  .mobile-header .menu-layover {
    top: 100%; }
    .mobile-header .menu-layover .navigation-menu {
      margin: 0;
      padding: 0 16px; }
    .mobile-header .menu-layover .nav-link {
      font-size: 22px; }
  .mobile-header .logo-title {
    line-height: 1;
    max-width: 110px;
    position: relative;
    margin-left: 8px;
    top: 8px; }
    .mobile-header .logo-title a {
      font-size: 20px;
      line-height: 18px;
      font-family: "sofiapro-bold", sans-serif;
      color: #005095; }
  .mobile-header .header-up .meld-icon,
  .mobile-header .meld-icon {
    width: 60px;
    height: 60px; }
  .mobile-header .header-top-right {
    padding-top: 16px; }
  .mobile-header .header-top-wrapper {
    padding: 8px 0; }
    @media only screen and (min-width: 900px) {
      .mobile-header .header-top-wrapper {
        grid-template-columns: 70% repeat(2, 1fr); } }
  .mobile-header .page-header-bottom .header-image {
    top: 0; }
  .mobile-header .page-header-bottom + .header-image {
    display: none; }

.home .mobile-header .page-header .menu-layover {
  background: white; }
.home .logo-title {
  display: none; }
  @media only screen and (min-width: 900px) {
    .home .logo-title {
      display: inline-block; } }
.home .site-logo {
  display: inline-block;
  margin-left: 16px; }
  @media only screen and (max-width: 599px) {
    .home .site-logo {
      margin-left: 8px; } }
  @media only screen and (min-width: 900px) {
    .home .site-logo {
      display: none; } }
.home .header-up .site-header .header-top {
  position: fixed; }
@media only screen and (min-width: 900px) {
  .home .header-up .site-logo {
    display: inline-block; } }
.home .header-up .header-top-wrapper .header-top-right {
  padding-right: 32px; }

.home-header {
  height: 100%; }

.language-header {
  background-color: #005095; }

.site-page-header .header-top-wrapper .header-top-right {
  padding-right: 32px; }
  @media only screen and (max-width: 599px) {
    .site-page-header .header-top-wrapper .header-top-right {
      padding-right: 16px; } }
.site-page-header .meld-icon {
  width: 72px;
  height: 72px; }

.page-header {
  background: #ffed00;
  position: relative;
  z-index: 2;
  display: none;
  box-shadow: 0 0 10px 0 #666; }
  @media only screen and (min-width: 900px) {
    .page-header {
      display: block;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      transition: top 0.2s ease-in-out;
      z-index: 5; } }
  .page-header .menu-layover {
    background: #ffed00; }
    .page-header .menu-layover .navigation-menu .nav-link {
      color: #005095; }
      .page-header .menu-layover .navigation-menu .nav-link:hover {
        color: black; }

@media only screen and (min-width: 900px) {
  .admin-bar .home-header .header-top,
  .admin-bar .page-header {
    top: 32px; } }

.site-logo img {
  width: auto;
  height: 60px; }

.logo-title a {
  font-family: "sofiapro-bold", sans-serif;
  text-decoration: none;
  font-size: 22px;
  line-height: 25px;
  color: #005095; }

.site-logo,
.logo-title {
  position: relative;
  top: 8px; }
  .site-logo a,
  .logo-title a {
    margin-left: 0; }

.meld-text {
  text-align: left;
  max-width: 260px;
  margin-right: 16px; }
  .meld-text a {
    color: #e30613;
    font-family: "sofiapro-bold", sans-serif;
    font-size: 24px; }

.meld-icon,
.meld-text {
  display: inline-block;
  vertical-align: middle; }

.page-header-bottom {
  position: relative;
  height: 600px; }
  @media only screen and (max-width: 599px) {
    .page-header-bottom {
      height: 300px; } }
  @media only screen and (min-width: 600px) {
    .page-header-bottom {
      overflow: hidden; } }

.header-bottom-content {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0; }
  .header-bottom-content.hidden {
    display: none; }
  .header-bottom-content .site-title {
    font-size: 100px;
    line-height: 110px;
    max-width: 400px;
    color: white;
    padding-left: 96px; }
    @media only screen and (max-width: 599px) {
      .header-bottom-content .site-title {
        font-size: 32px;
        line-height: 4rem;
        padding: 0 16px; } }

.header-up .meld-icon {
  position: relative;
  width: 72px;
  height: 72px; }
  @media only screen and (max-width: 599px) {
    .header-up .meld-icon {
      width: 60px;
      height: 60px; } }
.header-up .header-top-wrapper {
  padding: 0; }
  .header-up .header-top-wrapper .header-top-right {
    padding-top: 16px; }

.home .hamburger {
  color: white; }
.home .header-up .header-top {
  background: #ffed00;
  box-shadow: 0 0 10px 0 #666; }
.home .header-up .logo-title a {
  display: block;
  font-size: 22px;
  line-height: 25px;
  max-width: 300px; }
.home .header-up .logo-title {
  max-width: 230px;
  top: 8px; }
  .home .header-up .logo-title a {
    color: #005095;
    font-family: "sofiapro-bold", sans-serif; }
@media only screen and (min-width: 600px) {
  .home .header-up .meld-text {
    display: inline-block; } }
@media only screen and (max-width: 599px) {
  .home .page-header-bottom {
    display: none; } }
.home .meld-text {
  display: none; }

.site-footer {
  padding: 32px 0;
  width: 100%;
  background: #005095; }
  .site-footer .footer-columns {
    display: grid;
    grid-template-columns: 220px 2fr 1fr;
    grid-template-rows: 116px;
    color: white;
    font-family: "sofiapro-light", sans-serif;
    font-size: 16px;
    line-height: 23px; }
    @media only screen and (max-width: 599px) {
      .site-footer .footer-columns {
        grid-template-columns: 1fr;
        grid-gap: 16px; } }
    .site-footer .footer-columns div {
      height: 100%; }
    .site-footer .footer-columns a {
      color: white;
      text-decoration: none; }
    .site-footer .footer-columns .widgettitle {
      margin: 0;
      padding: 0; }
    .site-footer .footer-columns .widgettitle, .site-footer .footer-columns p {
      font-family: "sofiapro-light", sans-serif;
      font-size: 16px;
      line-height: 23px; }
    .site-footer .footer-columns img {
      width: 150px; }
  .site-footer .menu-item {
    margin-bottom: 0; }
  .site-footer .menu {
    column-count: 2;
    column-fill: auto;
    height: 100%; }

.partner-box .partner-logo-container {
  display: flex;
  flex-direction: row;
  padding: 32px 0; }
  .partner-box .partner-logo-container .partner-logo {
    max-width: 75px;
    margin-right: 16px; }
  .partner-box .partner-logo-container img {
    max-width: 100%;
    height: auto;
    flex-basis: 75px;
    display: flex; }
  .partner-box .partner-logo-container .partner-logo,
  .partner-box .partner-logo-container p {
    flex: 1;
    font-size: 16px; }
  .partner-box .partner-logo-container p {
    margin: 8px 0 0; }
    @media only screen and (min-width: 600px) {
      .partner-box .partner-logo-container p {
        margin: 16px 0 0; } }

article {
  max-width: 900px; }
  @media only screen and (min-width: 900px) {
    article {
      min-height: 320px; } }
  article .entry-content {
    padding-bottom: 64px;
    word-break: break-word; }
    article .entry-content h2, article .entry-content h3 {
      color: #005095; }
    article .entry-content h2 {
      display: inline;
      font-size: 3rem;
      line-height: 4rem;
      margin-top: 0rem;
      padding-top: 0.813476rem;
      padding-bottom: 0.186524rem;
      margin-bottom: 0rem; }
      @media only screen and (min-width: 600px) {
        article .entry-content h2 {
          font-size: 4rem;
          line-height: 5rem;
          margin-top: 4rem;
          padding-top: 0.104492rem;
          padding-bottom: 0.895508rem;
          margin-bottom: 1rem; } }
    article .entry-content h3 {
      font-size: 2rem;
      line-height: 3rem;
      margin-top: -1rem;
      padding-top: 0.708984rem;
      padding-bottom: 0.291016rem;
      margin-bottom: 0rem; }
      @media only screen and (min-width: 600px) {
        article .entry-content h3 {
          font-size: 2.5rem;
          line-height: 3rem;
          margin-top: 0rem;
          padding-top: 0.6278075rem;
          padding-bottom: 0.3721925rem;
          margin-bottom: 0rem; } }
    article .entry-content p {
      font-family: "sofiapro-light", sans-serif;
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 16px; }
      @media only screen and (min-width: 900px) {
        article .entry-content p {
          margin-bottom: 32px; } }
    article .entry-content ul, article .entry-content ol {
      padding-left: 32px;
      margin-top: 1rem;
      padding-top: calc(0rem - 0px);
      border-top-width: 0px;
      margin-bottom: 0rem;
      padding-bottom: calc(0rem - 0px);
      border-bottom-width: 0px; }
      article .entry-content ul li, article .entry-content ol li {
        font-size: 22px;
        line-height: 28px;
        font-family: "sofiapro-light", sans-serif; }
    article .entry-content ul {
      list-style-type: disc; }
    article .entry-content ol {
      list-style-type: decimal; }
    article .entry-content stront {
      font-family: "sofiapro-bold", sans-serif;
      color: #005095; }
    article .entry-content blockquote {
      margin-top: 2rem;
      padding-top: calc(1rem - 0px);
      border-top-width: 0px;
      margin-bottom: 0rem;
      padding-bottom: calc(1rem - 0px);
      border-bottom-width: 0px; }
      article .entry-content blockquote p {
        font-size: 2rem;
        line-height: 3rem;
        margin-top: -1rem;
        padding-top: 0.802246rem;
        padding-bottom: 0.197754rem;
        margin-bottom: 0rem; }
        @media only screen and (min-width: 600px) {
          article .entry-content blockquote p {
            font-size: 2.5rem;
            line-height: 4rem;
            margin-top: 0rem;
            padding-top: 0.1278075rem;
            padding-bottom: 0.8721925rem;
            margin-bottom: -1rem; } }
      article .entry-content blockquote cite {
        font-weight: 700;
        font-size: 2rem;
        line-height: 3rem;
        margin-top: -1rem;
        padding-top: 0.802246rem;
        padding-bottom: 0.197754rem;
        margin-bottom: 0rem; }
    article .entry-content figure {
      max-width: 100%;
      margin-top: 2rem;
      padding-top: calc(1rem - 0px);
      border-top-width: 0px;
      margin-bottom: 2rem;
      padding-bottom: calc(1rem - 0px);
      border-bottom-width: 0px; }
      article .entry-content figure.wp-caption {
        border: 1px solid #e6e6e6;
        text-align: center; }
        article .entry-content figure.wp-caption img {
          border: 0 none;
          height: auto;
          margin: 0;
          max-width: 100%;
          padding: 0;
          width: auto; }
      article .entry-content figure.wp-caption.alignnone {
        padding-right: 8px;
        padding-left: 8px;
        margin-left: 0;
        margin-right: 0; }
      article .entry-content figure .wp-caption-text {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 1rem;
        padding-top: 0.4766845rem;
        padding-bottom: 0.5233155rem;
        margin-bottom: 0rem; }
    article .entry-content .aligncenter,
    article .entry-content div.aligncenter {
      display: block;
      margin: 4px auto 4px auto; }
    article .entry-content .alignright {
      float: right;
      margin: 4px 0 20px 20px; }
    article .entry-content .alignleft {
      float: left;
      margin: 4px 20px 20px 0; }
    article .entry-content a img.alignright {
      float: right;
      margin: 4px 0 20px 20px; }
    article .entry-content a img.alignnone {
      margin: 4px 0px 20px 0; }
    article .entry-content a img.alignleft {
      float: left;
      margin: 4px 20px 20px 0; }
    article .entry-content a img.aligncenter {
      display: block;
      margin-left: auto;
      margin-right: auto; }
    article .entry-content .wp-caption.alignleft {
      margin: 4px 20px 20px 0; }
    article .entry-content .wp-caption.alignright {
      margin: 4px 0 20px 20px; }

.article-list {
  padding: 0; }
  .article-list article {
    max-width: none; }

.search-mobile {
  padding: 16px; }
  @media only screen and (max-width: 599px) {
    .search-mobile {
      margin-top: 32px; } }
  .search-mobile label {
    text-indent: -9999px;
    color: white; }
  .search-mobile input {
    background: transparent;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: white;
    padding: 8px 0;
    width: calc(100% + 4px);
    color: white;
    font-size: 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none; }
    .search-mobile input:focus {
      outline: none; }
    .search-mobile input::placeholder {
      color: white;
      opacity: 1; }

.post-list.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .post-list.grid li:nth-child(1) .card-title {
    color: #e8308a; }
  .post-list.grid li:nth-child(2) .card-title {
    color: #005095; }
  .post-list.grid li:nth-child(3) .card-title {
    color: #6b8732; }

@supports (display: grid) {
  .post-list.grid {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: repeat(1, 1fr); }
    @media only screen and (min-width: 900px) {
      .post-list.grid {
        grid-gap: 48px;
        grid-template-columns: repeat(3, 1fr); } } }
.section-story {
  display: none;
  margin-bottom: 32px; }
  @media only screen and (min-width: 600px) {
    .section-story {
      margin-bottom: 128px; } }

.story-header {
  background: #cccccc;
  height: 86px;
  text-align: center;
  margin-bottom: 64px; }
  .story-header span {
    display: inline-block;
    font-family: "sofiapro-light", sans-serif;
    background: #005095;
    color: white;
    padding: 12px 16px;
    font-size: 32px;
    margin-top: 60px; }

.story-title {
  text-align: center;
  color: #005095;
  font-size: 100px;
  line-height: 110px;
  margin-bottom: 10px;
  margin-top: 106px;
  font-weight: normal; }

.story-content {
  max-width: 800px;
  margin: 0 auto; }
  .story-content p {
    font-size: 22px;
    line-height: 28px; }
  .story-content p,
  .story-content blockquote {
    font-family: "sofiapro-light", sans-serif;
    text-align: center; }
  .story-content blockquote {
    margin: 32px auto;
    position: relative;
    padding: 32px 0 16px;
    color: #005095;
    border-color: #005095;
    border-style: solid;
    border-width: 2px 0 2px 0; }
    .story-content blockquote p, .story-content blockquote cite {
      max-width: 400px;
      margin: 0 auto; }
    .story-content blockquote p {
      font-size: 38px;
      line-height: 42px;
      font-family: "sofiapro-bold", sans-serif; }
  .story-content strong {
    font-family: "sofiapro-bold", sans-serif;
    color: #005095; }
  .story-content .quote-cite {
    display: block;
    font-size: 22px;
    line-height: 28px;
    font-family: "sofiapro-light", sans-serif;
    font-style: normal;
    margin-top: 24px; }

.section-related {
  margin-bottom: 32px; }
  @media only screen and (min-width: 900px) {
    .section-related {
      margin-bottom: 90px; } }
  .section-related h3 {
    color: #005095;
    font-size: 2rem;
    line-height: 3rem;
    margin-top: -1rem;
    padding-top: 0.708984rem;
    padding-bottom: 0.291016rem;
    margin-bottom: 0rem; }
    @media only screen and (min-width: 600px) {
      .section-related h3 {
        font-size: 2.5rem;
        line-height: 3rem;
        margin-top: 0rem;
        padding-top: 0.6278075rem;
        padding-bottom: 0.3721925rem;
        margin-bottom: 0rem; } }
  .section-related li {
    margin-bottom: 0; }
  .section-related a {
    font-size: 22px;
    line-height: 28px;
    font-weight: "sofiapro-light", sans-serif; }

.section-report {
  background: #ffed00;
  padding: 32px 0; }
  .section-report .wide-wrapper {
    display: flex;
    flex-wrap: wrap; }
  .section-report a {
    color: #e30613; }
  .section-report .meld-icon {
    display: none; }
    @media only screen and (min-width: 900px) {
      .section-report .meld-icon {
        display: inline-block; } }

.section-left,
.section-right {
  flex-basis: 100%; }

.section-left {
  margin-bottom: 0; }
  @media only screen and (min-width: 1200px) {
    .section-left {
      flex: 2; } }

.section-right {
  text-align: center; }
  @media only screen and (min-width: 1200px) {
    .section-right {
      flex: 1;
      text-align: right;
      padding-right: 96px; } }

html[lang="en-US"] .home .section-post-list {
  display: none; }

html {
  box-sizing: border-box; }

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

html,
body {
  height: 100%;
  margin: 0; }

.site-container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 100vh; }

.site-wrapper {
  padding: 0 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    .site-wrapper {
      max-width: 1600px;
      padding: 0 32px; } }
  @media only screen and (min-width: 1600px) {
    .site-wrapper {
      max-width: 1600px; } }

.wide-wrapper {
  padding: 0 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    .wide-wrapper {
      max-width: 1200px;
      padding: 0; } }

.small-wrapper {
  padding: 0 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 600px) {
    .small-wrapper {
      max-width: 1000px;
      padding: 0; } }

.main-container {
  padding: 8px 0; }
  @media only screen and (min-width: 900px) {
    .main-container {
      padding: 16px 0; }
      .main-container::after {
        clear: both;
        content: "";
        display: block; } }

.article-list {
  padding: 8px 0; }
  @media only screen and (min-width: 900px) {
    .article-list {
      width: calc(66.6666666667% - 26.6666666667px);
      float: left;
      margin-left: 16px;
      padding: 16px 0; } }

.sidebar {
  padding: 8px 0; }
  @media only screen and (min-width: 900px) {
    .sidebar {
      width: calc(33.3333333333% - 21.3333333333px);
      float: left;
      margin-left: 16px;
      padding: 16px 0; } }

.site-header + .main-container {
  position: relative;
  margin-bottom: 150px; }
  @media only screen and (min-width: 600px) {
    .site-header + .main-container {
      margin-bottom: 0; } }

.home .site-header + .main-container {
  top: 150px; }
  @media only screen and (min-width: 600px) {
    .home .site-header + .main-container {
      top: 0; } }

@media only screen and (max-width: 599px) {
  .site-page-header + .main-container {
    margin-bottom: 180px; } }
@media only screen and (min-width: 600px) {
  .site-page-header + .main-container {
    margin-top: 64px; } }

.site-page-header.no-image .header-image {
  display: none; }
@media only screen and (max-width: 599px) {
  .site-page-header.no-image + .main-container {
    top: 120px;
    margin-bottom: 120px; } }

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