/** color variables **/
/** transition variables **/
/** size variables **/
/** fonts **/
/*  ---------------------------------------------------------
  RESPONSIVE MIXINS
--------------------------------------------------------- */
/* aspect ratio calculation */
/* calculating container side padding on full width elements */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

html {
  box-sizing: border-box;
  font-size: 16px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

.container {
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 1441px) {
  .container {
    max-width: 1440px;
  }
}
@media (max-width: 1280px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container.wide {
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.main {
  /*overflow: hidden;*/
}

html,
body {
  min-height: 100vh;
  background: white;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.youtube-wrap {
  padding-bottom: 56.170212766%;
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
}
.youtube-wrap iframe,
.youtube-wrap object,
.youtube-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading {
  opacity: 0.5;
}

:root {
  --base-font-size: 10px;
}

html {
  font-size: var(--base-font-size);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: "Atkinson", "Times New Roman", Helvetica, Sans-serif;
  color: #053C5E;
}

::selection {
  background: #053C5E; /* WebKit/Blink Browsers */
  color: #FAF9F9;
}

/* fonts */
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/AtkinsonHyperlegible-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/AtkinsonHyperlegible-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/AtkinsonHyperlegible-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Atkinson";
  src: url("../fonts/AtkinsonHyperlegible-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
/* typography styles */
.top-menu-style, .main-header .nav-top .top-menu li a {
  font-size: 1.8rem;
  line-height: 1.33em;
  color: #053C5E;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .top-menu-style, .main-header .nav-top .top-menu li a {
    font-size: 1.6rem;
  }
}
.top-menu-style:hover, .main-header .nav-top .top-menu li a:hover {
  text-decoration: underline;
}

.logo-text-style, .main-header .header-bottom .logo-text {
  font-size: 3.2rem;
  color: #053C5E;
  line-height: 1.34em;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .logo-text-style, .main-header .header-bottom .logo-text {
    font-size: 2.56rem;
  }
}
@media (max-width: 1024px) {
  .logo-text-style, .main-header .header-bottom .logo-text {
    font-size: 2.05rem;
  }
}
@media (max-width: 900px) {
  .logo-text-style, .main-header .header-bottom .logo-text {
    font-size: 1.64rem;
  }
}

.main-menu-style, .main-header .mobile-nav-trigger, .main-header .nav-main ul li a {
  font-size: 1.8rem;
  line-height: 1.33em;
  color: #053C5E;
  font-weight: normal;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .main-menu-style, .main-header .mobile-nav-trigger, .main-header .nav-main ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .main-menu-style, .main-header .mobile-nav-trigger, .main-header .nav-main ul li a {
    font-size: 1.28rem;
  }
}

.overlay-menu-top-item-style, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li {
  border-bottom: 1px solid #053C5E;
  padding-top: 6px;
  padding-bottom: 6px;
  display: block;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}
.overlay-menu-top-item-style > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a {
  font-size: 1.6rem;
  line-height: 1.31em;
  color: #053C5E;
  font-family: "Atkinson";
  text-decoration: none;
  position: relative;
  padding-left: 38px;
  font-weight: bold;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .overlay-menu-top-item-style > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a {
    padding-left: 6px;
    font-size: 1.4rem;
  }
}
.overlay-menu-top-item-style > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a::before {
  width: 17px;
  height: 11px;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #053C5E;
  mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .overlay-menu-top-item-style > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a::before {
    display: none;
  }
}
.overlay-menu-top-item-style > a:hover, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a:hover {
  background-color: white;
  text-decoration: underline;
}
.overlay-menu-top-item-style > a:hover::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > a:hover::before {
  background-color: #DB222A;
}
.overlay-menu-top-item-style.menu-item-has-children, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children {
  padding-bottom: 0;
}
.overlay-menu-top-item-style.menu-item-has-children > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children > a {
  padding-bottom: 12px;
}
.overlay-menu-top-item-style.current-menu-item > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.current-menu-item > a {
  background-color: white;
  text-decoration: underline;
}
.overlay-menu-top-item-style.current-menu-item > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.current-menu-item > a::before {
  background-color: #DB222A;
}

.overlay-menu-sub-item-style, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li {
  border-bottom: 1px solid #053C5E;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  padding-right: 10px;
  display: block;
}
.overlay-menu-sub-item-style:last-child, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li:last-child {
  border: 0;
}
.overlay-menu-sub-item-style:first-child, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li:first-child {
  border-top: 1px solid #053C5E;
}
.overlay-menu-sub-item-style > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a {
  font-size: 1.6rem;
  line-height: 1.31em;
  color: #053C5E;
  font-family: "Atkinson";
  text-decoration: none;
  position: relative;
  padding-left: 38px;
  font-weight: normal;
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media (max-width: 900px) {
  .overlay-menu-sub-item-style > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a {
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.overlay-menu-sub-item-style > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a::before {
  width: 17px;
  height: 11px;
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  background-color: #053C5E;
  mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-right-blue.svg") right center no-repeat;
  mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .overlay-menu-sub-item-style > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a::before {
    display: none;
  }
}
.overlay-menu-sub-item-style > a:hover, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a:hover {
  background-color: white;
  text-decoration: underline;
}
.overlay-menu-sub-item-style > a:hover::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li > a:hover::before {
  background-color: #DB222A;
}
.overlay-menu-sub-item-style.current-menu-item > a, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li.current-menu-item > a {
  background-color: white;
  text-decoration: underline;
}
.overlay-menu-sub-item-style.current-menu-item > a::before, .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li > ul > li.current-menu-item > a::before {
  background-color: #DB222A;
}

.address-text-style, .page-section.map .map-bottom .address {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33em;
  font-family: "Atkinson";
  color: #053C5E;
  padding-left: 62px;
  position: relative;
}
@media (max-width: 1280px) {
  .address-text-style, .page-section.map .map-bottom .address {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .address-text-style, .page-section.map .map-bottom .address {
    font-size: 1.54rem;
  }
}
.address-text-style::after, .page-section.map .map-bottom .address::after {
  width: 42px;
  height: 42px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  background: #053C5E url("../images/icon-address-pin.svg") center center no-repeat;
  background-size: 18px auto;
}

.latest-articles-title-style, .page-section.archive-articles-list .section-title, .page-section.search-hits .section-title, .page-section.news-archive .section-title, .page-section.latest-news .section-title {
  font-size: 4.2rem;
  font-style: italic;
  font-family: "Atkinson";
  line-height: 1.33em;
  letter-spacing: 0.03em;
}
@media (max-width: 1280px) {
  .latest-articles-title-style, .page-section.archive-articles-list .section-title, .page-section.search-hits .section-title, .page-section.news-archive .section-title, .page-section.latest-news .section-title {
    font-size: 3.36rem;
  }
}
@media (max-width: 900px) {
  .latest-articles-title-style, .page-section.archive-articles-list .section-title, .page-section.search-hits .section-title, .page-section.news-archive .section-title, .page-section.latest-news .section-title {
    font-size: 2.69rem;
  }
}

.latest-article-title, .page-section.latest-news .latest-articles-wrapper article .article-title, .latest-article-card .article-title {
  font-size: 2.4rem;
  line-height: 1.33em;
  font-weight: normal;
  color: #053C5E;
  font-family: "Atkinson";
}
@media (max-width: 1280px) {
  .latest-article-title, .page-section.latest-news .latest-articles-wrapper article .article-title, .latest-article-card .article-title {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .latest-article-title, .page-section.latest-news .latest-articles-wrapper article .article-title, .latest-article-card .article-title {
    font-size: 1.54rem;
  }
}

.archive-article-date-style, .archive-article-card .date {
  font-size: 2.4rem;
  line-height: 1.33em;
  font-weight: normal;
  color: #DB222A;
  font-family: "Atkinson";
}
@media (max-width: 1280px) {
  .archive-article-date-style, .archive-article-card .date {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .archive-article-date-style, .archive-article-card .date {
    font-size: 1.54rem;
  }
}

.archive-article-title-style, .archive-article-card .article-title {
  font-size: 2.4rem;
  line-height: 1.33em;
  font-weight: normal;
  color: #053C5E;
  font-family: "Atkinson";
}
@media (max-width: 1280px) {
  .archive-article-title-style, .archive-article-card .article-title {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .archive-article-title-style, .archive-article-card .article-title {
    font-size: 1.54rem;
  }
}

.archive-article-excerpt-style, .archive-article-card .excerpt {
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-style: italic;
  font-family: "Atkinson";
  color: #053C5E;
}
@media (max-width: 1024px) {
  .archive-article-excerpt-style, .archive-article-card .excerpt {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .archive-article-excerpt-style, .archive-article-card .excerpt {
    font-size: 1.28rem;
  }
}

.footer-menu-style, .main-footer .nav-footer ul li a {
  font-size: 1.8rem;
  line-height: 1.33em;
  color: #053C5E;
  font-weight: normal;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .footer-menu-style, .main-footer .nav-footer ul li a {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .footer-menu-style, .main-footer .nav-footer ul li a {
    font-size: 1.28rem;
  }
}
.footer-menu-style:hover, .main-footer .nav-footer ul li a:hover {
  text-decoration: underline;
}

.footer-title-style, .main-footer .footer-top .footer-title {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 1px solid #707070;
  padding-bottom: 8px;
  line-height: 1.34em;
  color: #DB222A;
}
@media (max-width: 1280px) {
  .footer-title-style, .main-footer .footer-top .footer-title {
    font-size: 2.56rem;
  }
}
@media (max-width: 900px) {
  .footer-title-style, .main-footer .footer-top .footer-title {
    font-size: 2.05rem;
  }
}

.footer-text-style, .main-footer .footer-top .footer-top-text {
  font-size: 2.4rem;
  line-height: 1.33em;
  color: #053C5E;
  font-weight: normal;
}
@media (max-width: 1280px) {
  .footer-text-style, .main-footer .footer-top .footer-top-text {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .footer-text-style, .main-footer .footer-top .footer-top-text {
    font-size: 1.54rem;
  }
}

.footer-column-title-style, .main-footer .footer-top .footer-column-title {
  font-size: 2.4rem;
  line-height: 1.33em;
  font-weight: normal;
  color: #053C5E;
}
@media (max-width: 1280px) {
  .footer-column-title-style, .main-footer .footer-top .footer-column-title {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .footer-column-title-style, .main-footer .footer-top .footer-column-title {
    font-size: 1.54rem;
  }
}

.footer-column-text-style, .main-footer .footer-top .footer-column-text {
  font-size: 1.8rem;
  line-height: 1.33em;
}
@media (max-width: 1024px) {
  .footer-column-text-style, .main-footer .footer-top .footer-column-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .footer-column-text-style, .main-footer .footer-top .footer-column-text {
    font-size: 1.28rem;
  }
}
.footer-column-text-style b, .main-footer .footer-top .footer-column-text b,
.footer-column-text-style strong,
.main-footer .footer-top .footer-column-text strong {
  font-weight: bold;
}
.footer-column-text-style a, .main-footer .footer-top .footer-column-text a {
  text-decoration: none;
  color: #053C5E;
}
.footer-column-text-style a:hover, .main-footer .footer-top .footer-column-text a:hover {
  text-decoration: underline;
}

.button-style-1, .button, .pagination .page-numbers .next,
.pagination .page-numbers .prev {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
}
@media (max-width: 1280px) {
  .button-style-1, .button, .pagination .page-numbers .next,
  .pagination .page-numbers .prev {
    font-size: 1.44rem;
  }
}

.text-section-title-style, .page-section.press-release .section-title, .page-section.standard-text-section .section-title {
  font-size: 3.2rem;
  line-height: 1.34em;
  letter-spacing: 0.03em;
  font-weight: normal;
}
@media (max-width: 1024px) {
  .text-section-title-style, .page-section.press-release .section-title, .page-section.standard-text-section .section-title {
    font-size: 2.56rem;
  }
}
@media (max-width: 600px) {
  .text-section-title-style, .page-section.press-release .section-title, .page-section.standard-text-section .section-title {
    font-size: 2.05rem;
  }
}

.page-title-style, .error404 .header404 h1, .page-section.article-content .post-header, .page-section.default-page-header .title-column h1 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.34em;
  letter-spacing: 0.03em;
  color: #053C5E;
  font-family: "Atkinson";
}
@media (max-width: 1280px) {
  .page-title-style, .error404 .header404 h1, .page-section.article-content .post-header, .page-section.default-page-header .title-column h1 {
    font-size: 2.56rem;
  }
}
@media (max-width: 900px) {
  .page-title-style, .error404 .header404 h1, .page-section.article-content .post-header, .page-section.default-page-header .title-column h1 {
    font-size: 2.05rem;
  }
}

.standard-text::after {
  clear: both;
  content: "";
  width: 100%;
}

.standard-text-style, .single-petition .page-section.petition-top-section .petition-meta-box ul li, .page-section.life-events .life-events-wrapper ul li, .page-section.personal-info-list .personal-info-box ul li, .page-section.accordion .label, .buttons-wrapper.file-button-wrapper span, .standard-text blockquote p, .standard-text p {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1.71em;
  font-weight: 400;
  margin-bottom: 1em;
  font-family: "Atkinson";
}
@media (max-width: 1024px) {
  .standard-text-style, .single-petition .page-section.petition-top-section .petition-meta-box ul li, .page-section.life-events .life-events-wrapper ul li, .page-section.personal-info-list .personal-info-box ul li, .page-section.accordion .label, .buttons-wrapper.file-button-wrapper span, .standard-text blockquote p, .standard-text p {
    font-size: 1.68rem;
  }
}
@media (max-width: 600px) {
  .standard-text-style, .single-petition .page-section.petition-top-section .petition-meta-box ul li, .page-section.life-events .life-events-wrapper ul li, .page-section.personal-info-list .personal-info-box ul li, .page-section.accordion .label, .buttons-wrapper.file-button-wrapper span, .standard-text blockquote p, .standard-text p {
    font-size: 1.34rem;
  }
}

.standard-link-style, .standard-text p a {
  font-size: 2.1rem;
  letter-spacing: 0.03em;
  line-height: 1.71em;
  font-weight: 400;
  font-family: "Atkinson";
  text-decoration: underline;
  color: #053C5E;
}
@media (max-width: 1024px) {
  .standard-link-style, .standard-text p a {
    font-size: 1.68rem;
  }
}
@media (max-width: 600px) {
  .standard-link-style, .standard-text p a {
    font-size: 1.34rem;
  }
}

.standard-text p b,
.standard-text p strong {
  font-weight: bold;
}
.standard-text ul {
  list-style-type: disc;
}
.standard-text ol {
  list-style-type: decimal;
}
.standard-text blockquote {
  background: #FAF9F9;
  padding: 45px 105px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .standard-text blockquote {
    padding: 30px 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 600px) {
  .standard-text blockquote {
    padding: 20px;
    margin-bottom: 25px;
  }
}
.standard-text hr {
  border-top: 1.5px solid #053C5E;
  margin-top: 50px;
  margin-bottom: 50px;
  background: none;
  display: block;
}
@media (max-width: 1024px) {
  .standard-text hr {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .standard-text hr {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}

.home-banner-card-style, .home-banner-carousel-wrapper .slide-card h2 {
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  line-height: 1.32em;
  font-family: "Atkinson";
  font-style: italic;
}
@media (max-width: 1280px) {
  .home-banner-card-style, .home-banner-carousel-wrapper .slide-card h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 900px) {
  .home-banner-card-style, .home-banner-carousel-wrapper .slide-card h2 {
    font-size: 1.76rem;
  }
}

.home-banner-link-style, .home-banner-carousel-wrapper .home-banner-link {
  font-size: 2.4rem;
  font-weight: bold;
  font-style: italic;
  color: #053C5E;
  text-decoration: none;
  font-family: "Atkinson";
}
@media (max-width: 1280px) {
  .home-banner-link-style, .home-banner-carousel-wrapper .home-banner-link {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .home-banner-link-style, .home-banner-carousel-wrapper .home-banner-link {
    font-size: 1.54rem;
  }
}

.downloads-title-style, .page-section.downloads .section-title {
  font-size: 3.2rem;
  line-height: 1.34em;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-family: "Atkinson";
  color: #DB222A;
}
@media (max-width: 1280px) {
  .downloads-title-style, .page-section.downloads .section-title {
    font-size: 2.56rem;
  }
}
@media (max-width: 900px) {
  .downloads-title-style, .page-section.downloads .section-title {
    font-size: 2.05rem;
  }
}

.downloads-file-style, .page-section.petition-list .petitions-wrapper .petition-item .top-section .petition-title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .date, .page-section.downloads .downloads-list .file-item .file-name {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33em;
  font-family: "Atkinson";
  color: #053C5E;
  text-decoration: underline;
}
@media (max-width: 1280px) {
  .downloads-file-style, .page-section.petition-list .petitions-wrapper .petition-item .top-section .petition-title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .date, .page-section.downloads .downloads-list .file-item .file-name {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .downloads-file-style, .page-section.petition-list .petitions-wrapper .petition-item .top-section .petition-title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .title, .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .date, .page-section.downloads .downloads-list .file-item .file-name {
    font-size: 1.54rem;
  }
}

.bio-title-style, .petition-info-block .petition-headline, .single-petition .page-section.petition-top-section .section-title, .page-section.petition-list .section-title, .page-section.speaking-days .section-title, .page-section.life-events .section-title, .page-section.personal-info-list .section-title, .page-section.accordion .section-title, .page-section.video-section .section-title, .page-section.links-section .section-title {
  font-size: 3.2rem;
  line-height: 1.34em;
  letter-spacing: 0.03em;
  font-weight: normal;
  font-family: "Atkinson";
  color: #053C5E;
  font-style: italic;
}
@media (max-width: 1280px) {
  .bio-title-style, .petition-info-block .petition-headline, .single-petition .page-section.petition-top-section .section-title, .page-section.petition-list .section-title, .page-section.speaking-days .section-title, .page-section.life-events .section-title, .page-section.personal-info-list .section-title, .page-section.accordion .section-title, .page-section.video-section .section-title, .page-section.links-section .section-title {
    font-size: 2.56rem;
  }
}
@media (max-width: 900px) {
  .bio-title-style, .petition-info-block .petition-headline, .single-petition .page-section.petition-top-section .section-title, .page-section.petition-list .section-title, .page-section.speaking-days .section-title, .page-section.life-events .section-title, .page-section.personal-info-list .section-title, .page-section.accordion .section-title, .page-section.video-section .section-title, .page-section.links-section .section-title {
    font-size: 2.05rem;
  }
}

.contact-card-title-style, .page-section.contact-card .section-title {
  font-size: 2.4rem;
  line-height: 1.33em;
  font-weight: bold;
  font-style: italic;
  font-family: "Atkinson";
  padding-bottom: 16px;
  border-bottom: 1px solid #72797E;
}
@media (max-width: 1280px) {
  .contact-card-title-style, .page-section.contact-card .section-title {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .contact-card-title-style, .page-section.contact-card .section-title {
    font-size: 1.54rem;
  }
}

.link-list-style, .page-section.links-section .link-wrapper .link {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1.33em;
  font-family: "Atkinson";
  color: #053C5E;
}
@media (max-width: 1280px) {
  .link-list-style, .page-section.links-section .link-wrapper .link {
    font-size: 1.92rem;
  }
}
@media (max-width: 900px) {
  .link-list-style, .page-section.links-section .link-wrapper .link {
    font-size: 1.54rem;
  }
}

.breadcrumb-style, #breadcrumbs {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  line-height: 1.33em;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .breadcrumb-style, #breadcrumbs {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .breadcrumb-style, #breadcrumbs {
    font-size: 1.28rem;
  }
}

.petition-label-style, .page-section.petition-list .petitions-wrapper .petition-item .download-section .label, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .value, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .label {
  font-size: 1.8rem;
  line-height: 1.33em;
  color: #053C5E;
  font-family: "Atkinson";
}
@media (max-width: 1024px) {
  .petition-label-style, .page-section.petition-list .petitions-wrapper .petition-item .download-section .label, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .value, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .label {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .petition-label-style, .page-section.petition-list .petitions-wrapper .petition-item .download-section .label, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .value, .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .label {
    font-size: 1.28rem;
  }
}

.excerpt-style {
  font-size: 1.6rem;
  line-height: 1.31em;
  color: #053C5E;
  font-family: "Atkinson";
  text-decoration: none;
}

.petition-form-label-style, .ninja-forms-form-wrap .nf-form-content .label-above .nf-field-label label {
  font-size: 1.8rem;
  line-height: 1.33em;
  color: #053C5E;
  font-family: "Atkinson";
  font-weight: bold;
}
@media (max-width: 1024px) {
  .petition-form-label-style, .ninja-forms-form-wrap .nf-form-content .label-above .nf-field-label label {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .petition-form-label-style, .ninja-forms-form-wrap .nf-form-content .label-above .nf-field-label label {
    font-size: 1.28rem;
  }
}

.form-input-style {
  font-size: 1.8rem;
  color: #72797E;
  font-style: italic;
  font-family: "Atkinson";
  line-height: 1.33em;
}
@media (max-width: 1024px) {
  .form-input-style {
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) {
  .form-input-style {
    font-size: 1.28rem;
  }
}

.pt-0 {
  --padding-top: 0;
}

.pt-50 {
  --padding-top: 50px;
}
@media (max-width: 1024px) {
  .pt-50 {
    --padding-top: 25px;
  }
}

.pt-75 {
  --padding-top: 75px;
}
@media (max-width: 1024px) {
  .pt-75 {
    --padding-top: 38px;
  }
}

.pt-100 {
  --padding-top: 100px;
}
@media (max-width: 1024px) {
  .pt-100 {
    --padding-top: 50px;
  }
}

.pt-150 {
  --padding-top: 150px;
}
@media (max-width: 1024px) {
  .pt-150 {
    --padding-top: 75px;
  }
}

.pt-200 {
  --padding-top: 200px;
}
@media (max-width: 1024px) {
  .pt-200 {
    --padding-top: 100px;
  }
}

.pb-0 {
  --padding-bottom: 0;
}

.pb-50 {
  --padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .pb-50 {
    --padding-bottom: 25px;
  }
}

.pb-75 {
  --padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .pb-75 {
    --padding-bottom: 38px;
  }
}

.pb-100 {
  --padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .pb-100 {
    --padding-bottom: 50px;
  }
}

.pb-150 {
  --padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .pb-150 {
    --padding-bottom: 75px;
  }
}

.pb-200 {
  --padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .pb-200 {
    --padding-bottom: 100px;
  }
}

.inner-pt-0 {
  --inner-padding-top: 0;
}

.inner-pt-50 {
  --inner-padding-top: 50px;
}
@media (max-width: 1024px) {
  .inner-pt-50 {
    --inner-padding-top: 25px;
  }
}

.inner-pt-75 {
  --inner-padding-top: 75px;
}
@media (max-width: 1024px) {
  .inner-pt-75 {
    --inner-padding-top: 38px;
  }
}

.inner-pt-100 {
  --inner-padding-top: 100px;
}
@media (max-width: 1024px) {
  .inner-pt-100 {
    --inner-padding-top: 50px;
  }
}

.inner-pt-150 {
  --inner-padding-top: 150px;
}
@media (max-width: 1024px) {
  .inner-pt-150 {
    --inner-padding-top: 75px;
  }
}

.inner-pt-200 {
  --inner-padding-top: 200px;
}
@media (max-width: 1024px) {
  .inner-pt-200 {
    --inner-padding-top: 100px;
  }
}

.inner-pb-0 {
  --inner-padding-bottom: 0;
}

.inner-pb-50 {
  --inner-padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .inner-pb-50 {
    --inner-padding-bottom: 25px;
  }
}

.inner-pb-75 {
  --inner-padding-bottom: 75px;
}
@media (max-width: 1024px) {
  .inner-pb-75 {
    --inner-padding-bottom: 38px;
  }
}

.inner-pb-100 {
  --inner-padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .inner-pb-100 {
    --inner-padding-bottom: 50px;
  }
}

.inner-pb-150 {
  --inner-padding-bottom: 150px;
}
@media (max-width: 1024px) {
  .inner-pb-150 {
    --inner-padding-bottom: 75px;
  }
}

.inner-pb-200 {
  --inner-padding-bottom: 200px;
}
@media (max-width: 1024px) {
  .inner-pb-200 {
    --inner-padding-bottom: 100px;
  }
}

.columns {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: calc(20px / 2 * -1);
  margin-right: calc(20px / 2 * -1);
  flex-wrap: wrap;
}
.columns.end {
  justify-content: flex-end;
}
.columns.center {
  justify-content: center;
}
.columns.between {
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .columns {
    flex-wrap: wrap;
  }
}
.columns.wrap {
  flex-wrap: wrap;
}
.columns .eleven {
  flex: 0 1 91.63%;
  max-width: 91.63%;
}
.columns .ten {
  flex: 0 1 83.3%;
  max-width: 83.3%;
}
.columns .nine {
  flex: 0 1 74.97%;
  max-width: 74.97%;
}
.columns .eight {
  flex: 0 1 66.64%;
  max-width: 66.64%;
}
.columns .seven {
  flex: 0 1 58.31%;
  max-width: 58.31%;
}
.columns .six {
  flex: 0 1 50%;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .columns .six {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .columns .six:first-child {
    margin-bottom: 20px;
  }
}
.columns .five {
  flex: 0 1 41.65%;
  max-width: 41.65%;
}
.columns .four {
  flex: 0 1 33.32%;
  max-width: 33.32%;
}
@media (max-width: 1024px) {
  .columns .four {
    flex: 1 1 100%;
  }
}
.columns .three {
  flex: 0 1 25%;
  max-width: 25%;
}
.columns .two {
  flex: 0 1 16.66%;
  max-width: 16.66%;
}
.columns .one {
  flex: 0 1 8.33%;
  max-width: 8.33%;
}
.columns .column {
  padding-left: calc(20px / 2);
  padding-right: calc(20px / 2);
}

.buttons-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.buttons-wrapper.file-button-wrapper {
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.buttons-wrapper.file-button-wrapper .button, .buttons-wrapper.file-button-wrapper .pagination .page-numbers .next, .pagination .page-numbers .buttons-wrapper.file-button-wrapper .next,
.buttons-wrapper.file-button-wrapper .pagination .page-numbers .prev,
.pagination .page-numbers .buttons-wrapper.file-button-wrapper .prev {
  margin-right: 30px;
}
.buttons-wrapper.file-button-wrapper span {
  margin: 0;
}

.button, .pagination .page-numbers .next,
.pagination .page-numbers .prev {
  background: #1B1B1B;
  display: inline-flex;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  height: 42px;
  color: #FAF9F9;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: 10px;
  margin-right: 10px;
  outline: 0;
  max-width: 100%;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .button, .pagination .page-numbers .next,
  .pagination .page-numbers .prev {
    height: 34px;
  }
}
.button:first-child, .pagination .page-numbers .next:first-child,
.pagination .page-numbers .prev:first-child, .button:first-of-type, .pagination .page-numbers .next:first-of-type,
.pagination .page-numbers .prev:first-of-type {
  margin-left: 0;
}
.button:last-child, .pagination .page-numbers .next:last-child,
.pagination .page-numbers .prev:last-child, .button:last-of-type, .pagination .page-numbers .next:last-of-type,
.pagination .page-numbers .prev:last-of-type {
  margin-right: 0;
}
.button.with-icon, .pagination .page-numbers .with-icon.next,
.pagination .page-numbers .with-icon.prev {
  padding-left: 50px;
  position: relative;
}
@media (max-width: 1280px) {
  .button.with-icon, .pagination .page-numbers .with-icon.next,
  .pagination .page-numbers .with-icon.prev {
    padding-left: 30px;
  }
}
.button.with-icon::after, .pagination .page-numbers .with-icon.next::after,
.pagination .page-numbers .with-icon.prev::after {
  content: "";
  width: 20px;
  height: 14px;
  left: 16px;
  top: 14px;
  background: white;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
@media (max-width: 1280px) {
  .button.with-icon::after, .pagination .page-numbers .with-icon.next::after,
  .pagination .page-numbers .with-icon.prev::after {
    width: 16px;
    height: 12px;
    left: 8px;
    top: 10px;
  }
}
.button.with-icon.chat::after, .pagination .page-numbers .with-icon.chat.next::after,
.pagination .page-numbers .with-icon.chat.prev::after {
  width: 24px;
  height: 21px;
  top: 10px;
  mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
  -moz-mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
}
@media (max-width: 1280px) {
  .button.with-icon.chat::after, .pagination .page-numbers .with-icon.chat.next::after,
  .pagination .page-numbers .with-icon.chat.prev::after {
    mask-size: 100% auto;
    width: 12px;
    height: 15px;
    top: 8px;
    left: 8px;
  }
}
.button.with-icon.chat-alternative::after, .pagination .page-numbers .with-icon.chat-alternative.next::after,
.pagination .page-numbers .with-icon.chat-alternative.prev::after {
  width: 24px;
  height: 21px;
  top: 10px;
  mask: url("../images/icon-chat-alternative.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-chat-alternative.svg") center center no-repeat;
  -moz-mask: url("../images/icon-chat-alternative.svg") center center no-repeat;
}
@media (max-width: 1280px) {
  .button.with-icon.chat-alternative::after, .pagination .page-numbers .with-icon.chat-alternative.next::after,
  .pagination .page-numbers .with-icon.chat-alternative.prev::after {
    mask-size: 100% auto;
    width: 16px;
    height: 16px;
    top: 8px;
    left: 8px;
  }
}
.button.with-icon.arrow::after, .pagination .page-numbers .with-icon.arrow.next::after,
.pagination .page-numbers .with-icon.arrow.prev::after {
  width: 20px;
  height: 13px;
  top: 13px;
  mask-size: auto 100%;
  -moz-mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
}
@media (max-width: 1280px) {
  .button.with-icon.arrow::after, .pagination .page-numbers .with-icon.arrow.next::after,
  .pagination .page-numbers .with-icon.arrow.prev::after {
    width: 16px;
    height: 10px;
    top: 10px;
    mask-size: 100% auto;
  }
}
.button.with-icon.left-arrow::after, .pagination .page-numbers .with-icon.left-arrow.next::after,
.pagination .page-numbers .with-icon.left-arrow.prev::after {
  width: 20px;
  height: 13px;
  top: 13px;
  mask-size: auto 100%;
  -moz-mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
}
@media (max-width: 1280px) {
  .button.with-icon.left-arrow::after, .pagination .page-numbers .with-icon.left-arrow.next::after,
  .pagination .page-numbers .with-icon.left-arrow.prev::after {
    width: 16px;
    height: 10px;
    top: 10px;
    mask-size: 100% auto;
    top: 12px;
  }
}
.button.with-icon.file::after, .pagination .page-numbers .with-icon.file.next::after,
.pagination .page-numbers .with-icon.file.prev::after {
  width: 16px;
  height: 19px;
  top: 10px;
  left: 20px;
  mask-size: auto 100%;
  -moz-mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask: url("../images/icon-file.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-file.svg") right center no-repeat;
  -moz-mask: url("../images/icon-file.svg") right center no-repeat;
}
@media (max-width: 1280px) {
  .button.with-icon.file::after, .pagination .page-numbers .with-icon.file.next::after,
  .pagination .page-numbers .with-icon.file.prev::after {
    mask-size: 100% auto;
    width: 12px;
    height: 15px;
    top: 8px;
    left: 8px;
  }
}
.button.blue, .pagination .page-numbers .blue.next,
.pagination .page-numbers .blue.prev {
  background: #053C5E;
}
.button.blue:hover, .pagination .page-numbers .blue.next:hover,
.pagination .page-numbers .blue.prev:hover {
  background: #FAF9F9;
  border-color: #053C5E;
  color: #053C5E;
}
.button.blue:hover::after, .pagination .page-numbers .blue.next:hover::after,
.pagination .page-numbers .blue.prev:hover::after {
  background-color: #053C5E;
}
.button.red, .pagination .page-numbers .red.next,
.pagination .page-numbers .red.prev {
  background: #DB222A;
}
.button.red:hover, .pagination .page-numbers .red.next:hover,
.pagination .page-numbers .red.prev:hover {
  background: #FAF9F9;
  border-color: #DB222A;
  color: #DB222A;
}
.button.transparent-blue, .pagination .page-numbers .transparent-blue.next,
.pagination .page-numbers .transparent-blue.prev {
  background: transparent;
  color: #053C5E;
  border-color: #053C5E;
}
.button.transparent-blue::after, .pagination .page-numbers .transparent-blue.next::after,
.pagination .page-numbers .transparent-blue.prev::after {
  background-color: #053C5E;
}
.button.transparent-blue:hover, .pagination .page-numbers .transparent-blue.next:hover,
.pagination .page-numbers .transparent-blue.prev:hover {
  background: #053C5E;
  color: #FAF9F9;
}
.button.transparent-blue:hover::after, .pagination .page-numbers .transparent-blue.next:hover::after,
.pagination .page-numbers .transparent-blue.prev:hover::after {
  background-color: #FAF9F9;
}
.button.transparent-red, .pagination .page-numbers .transparent-red.next,
.pagination .page-numbers .transparent-red.prev {
  background: transparent;
  color: #DB222A;
  border-color: #DB222A;
}
.button.transparent-red::after, .pagination .page-numbers .transparent-red.next::after,
.pagination .page-numbers .transparent-red.prev::after {
  background-color: #DB222A;
}
.button.transparent-red:hover, .pagination .page-numbers .transparent-red.next:hover,
.pagination .page-numbers .transparent-red.prev:hover {
  background: #DB222A;
  color: #FAF9F9;
}
.button.transparent-red:hover::after, .pagination .page-numbers .transparent-red.next:hover::after,
.pagination .page-numbers .transparent-red.prev:hover::after {
  background-color: #FAF9F9;
}
@media (max-width: 600px) {
  .button.press-category-filter, .pagination .page-numbers .press-category-filter.next,
  .pagination .page-numbers .press-category-filter.prev {
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
.button.press-category-filter.active, .pagination .page-numbers .press-category-filter.active.next,
.pagination .page-numbers .press-category-filter.active.prev {
  background: #053C5E;
  color: #FAF9F9;
  cursor: default;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  z-index: 45;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-height: 90%;
  height: 100%;
  transform: translateX(-50%) translateY(-50%);
  max-width: 1200px;
  padding-top: 178px;
}
@media (min-width: 1441px) {
  .modal-content {
    max-width: 1440px;
  }
}
@media (max-width: 1280px) {
  .modal-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .modal-content {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
    padding-top: 50px;
  }
}

.close-button {
  position: absolute;
  right: 25px;
  top: 14px;
  width: 60px;
  height: 50px;
  cursor: pointer;
  background: transparent;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .close-button {
    right: -5px;
  }
}
@media (max-width: 600px) {
  .close-button {
    width: 35px;
    height: 30px;
    right: 6px;
  }
}
.close-button:hover {
  background: #1B1B1B;
}
.close-button:hover::after, .close-button:hover::before {
  background: red;
}
.close-button::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #1B1B1B;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.close-button::before {
  content: "";
  width: 24px;
  height: 2px;
  background: #1B1B1B;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateZ(0);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.nf-form-fields-required {
  display: none;
}

.ninja-forms-form-wrap .nf-form-content .label-above .nf-field-label {
  margin-bottom: 18px;
}
.ninja-forms-form-wrap .nf-form-content .nf-field-container {
  margin-bottom: 38px;
}
@media (max-width: 600px) {
  .ninja-forms-form-wrap .nf-form-content .nf-field-container {
    margin-bottom: 20px;
  }
}
.ninja-forms-form-wrap .nf-form-content input:not([type=button]) {
  border: 1px solid #72797E;
  background: white;
  padding-left: 30px;
  padding-right: 30px;
  font-style: italic;
  color: #053C5E;
}
.ninja-forms-form-wrap .nf-form-content input:not([type=button]):focus {
  color: #053C5E;
  border: 1px solid #72797E;
}
.ninja-forms-form-wrap .nf-multi-cell .nf-cell {
  float: left;
  padding-left: 7px !important;
  padding-right: 7px !important;
}
@media (max-width: 600px) {
  .ninja-forms-form-wrap .nf-multi-cell .nf-cell {
    float: none;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ninja-forms-form-wrap .nf-form-errors .nf-error-msg {
  border: 1.5px solid #DB222A;
  padding: 18px 18px 18px 96px;
  position: relative;
  color: #053C5E;
  font-size: 2.1rem;
  line-height: 1.2em;
  background: url("../images/icon-error.svg") 36px center no-repeat;
  background-size: 30px 30px;
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0 auto 20px;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 20px;
  height: auto;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.wp-caption > img {
  display: block;
  max-width: 100%;
}

.wp-caption-text {
  background: #1B1B1B;
  color: white;
  padding: 8px 16px;
}

.pagination {
  padding-top: 20px;
  padding-bottom: 30px;
}
.pagination .page-numbers {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.pagination .page-numbers li {
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .pagination .page-numbers li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.pagination .page-numbers li a {
  border: 2px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  color: #72797E;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .pagination .page-numbers li a {
    line-height: 20px;
    font-size: 1.4rem;
  }
}
.pagination .page-numbers li a:not(.next):not(.prev) {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
@media (max-width: 900px) {
  .pagination .page-numbers li a:not(.next):not(.prev) {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}
.pagination .page-numbers li a:not(.next):not(.prev):hover {
  border-color: #72797E;
}
.pagination .page-numbers li .current {
  width: 35px;
  height: 35px;
  color: #053C5E;
  border: 2px solid #053C5E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
}
@media (max-width: 900px) {
  .pagination .page-numbers li .current {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 1.4rem;
  }
}
.pagination .page-numbers li:first-child {
  margin-left: 0;
}
.pagination .page-numbers li:last-child {
  margin-right: 0;
}
.pagination .page-numbers .next,
.pagination .page-numbers .prev {
  background-color: #053C5E;
  position: relative;
  padding-left: 50px;
}
@media (max-width: 900px) {
  .pagination .page-numbers .next,
  .pagination .page-numbers .prev {
    padding-left: 30px;
  }
}
.pagination .page-numbers .next::after,
.pagination .page-numbers .prev::after {
  content: "";
  width: 20px;
  height: 14px;
  left: 16px;
  top: 14px;
  background: white;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
}
@media (max-width: 900px) {
  .pagination .page-numbers .next::after,
  .pagination .page-numbers .prev::after {
    width: 14px;
    height: 10px;
    left: 10px;
  }
}
.pagination .page-numbers .next:hover,
.pagination .page-numbers .prev:hover {
  background: #FAF9F9;
  border-color: #053C5E;
  color: #053C5E;
}
.pagination .page-numbers .next:hover::after,
.pagination .page-numbers .prev:hover::after {
  background-color: #053C5E;
}
.pagination .page-numbers .next::after {
  width: 20px;
  height: 13px;
  top: 13px;
  mask-size: auto 100%;
  -moz-mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-right-small.svg") right center no-repeat;
}
@media (max-width: 900px) {
  .pagination .page-numbers .next::after {
    width: 14px;
    height: 10px;
    left: 10px;
    top: 11px;
  }
}
.pagination .page-numbers .prev::after {
  width: 20px;
  height: 13px;
  top: 13px;
  mask-size: auto 100%;
  -moz-mask-size: auto 100%;
  -webkit-mask-size: auto 100%;
  mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-left-white.svg") right center no-repeat;
}
@media (max-width: 900px) {
  .pagination .page-numbers .prev::after {
    width: 14px;
    height: 10px;
    left: 10px;
    top: 11px;
  }
}

.slick-list,
.slick-track,
.slick-slide {
  height: 100%;
}
.slick-list > div,
.slick-track > div,
.slick-slide > div {
  height: 100%;
}

.home-banner-carousel-wrapper {
  position: relative;
  padding-bottom: 125px;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper {
    padding-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper {
    padding-bottom: 150px;
  }
}
.home-banner-carousel-wrapper .home-banner-links-wrapper {
  position: absolute;
  right: 0;
  top: 140px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  gap: 10px;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .home-banner-links-wrapper {
    top: 120px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .home-banner-links-wrapper {
    top: 100px;
    right: 20px;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .home-banner-links-wrapper {
    top: 20px;
  }
}
.home-banner-carousel-wrapper .home-banner-link {
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background: #FAF9F9;
  border-radius: 75px;
  height: 150px;
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 30px 86px;
  min-width: 400px;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .home-banner-link {
    height: 120px;
    min-width: 320px;
    padding: 24px 24px 68px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .home-banner-link {
    height: 96px;
    min-width: 256px;
    padding: 20px 18px 54px;
  }
}
.home-banner-carousel-wrapper .home-banner-link .link-main-icon {
  position: absolute;
  top: 72px;
  left: 144px;
  width: 48px;
  height: 48px;
  background: #053C5E var(--bg-url);
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .home-banner-link .link-main-icon {
    width: 38px;
    height: 38px;
    left: 116px;
    top: 58px;
    background-size: auto 18px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .home-banner-link .link-main-icon {
    top: 50px;
    left: 92px;
    width: 30px;
    height: 30px;
    background-size: auto 14px;
  }
}
.home-banner-carousel-wrapper .home-banner-link::after {
  width: 47px;
  height: 30px;
  background-color: #053C5E;
  position: absolute;
  content: "";
  mask: url("../images/icon-arrow-right-blue.svg") center center no-repeat;
  -moz-mask: url("../images/icon-arrow-right-blue.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-arrow-right-blue.svg") center center no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  top: 80px;
  left: 212px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .home-banner-link::after {
    width: 38px;
    height: 24px;
    top: 64px;
    left: 170px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .home-banner-link::after {
    width: 30px;
    height: 19px;
    top: 55px;
    left: 136px;
  }
}
.home-banner-carousel-wrapper .home-banner-link:hover {
  background: #053C5E;
  color: white;
}
.home-banner-carousel-wrapper .home-banner-link:hover::after {
  background-color: white;
}
.home-banner-carousel-wrapper .background-wrapper {
  height: 720px;
  position: relative;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .background-wrapper {
    height: 576px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .background-wrapper {
    height: 460px;
  }
}
.home-banner-carousel-wrapper .background-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-carousel-wrapper .background-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.home-banner-carousel-wrapper .background-wrapper picture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.home-banner-carousel-wrapper > .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.home-banner-carousel-wrapper .bottom-slide-cards {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .bottom-slide-cards {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .bottom-slide-cards {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
.home-banner-carousel-wrapper .slide-card {
  flex: 0 1 33.33%;
  margin-left: 7px;
  margin-right: 7px;
  background: #FAF9F9;
  border-bottom: 2px solid #DB222A;
  padding: 50px 20px;
  position: relative;
  min-height: 280px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .slide-card {
    padding: 40px 16px;
    min-height: 224px;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .slide-card {
    min-height: 180px;
    padding-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .slide-card {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
    padding: 15px;
    min-height: 0;
    position: relative;
  }
}
.home-banner-carousel-wrapper .slide-card .mobile-full-link {
  display: none;
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .slide-card .mobile-full-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
}
.home-banner-carousel-wrapper .slide-card .buttons-wrapper {
  text-align: center;
  justify-content: center;
  padding-top: 30px;
  flex: 0 0 72px;
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .slide-card .buttons-wrapper {
    padding-top: 24px;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .slide-card .buttons-wrapper {
    display: none;
  }
}
.home-banner-carousel-wrapper .slide-card h2 {
  text-align: center;
  flex: 0 1 auto;
  margin-top: auto;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-banner-carousel-wrapper .slide-card .button, .home-banner-carousel-wrapper .slide-card .pagination .page-numbers .next, .pagination .page-numbers .home-banner-carousel-wrapper .slide-card .next,
.home-banner-carousel-wrapper .slide-card .pagination .page-numbers .prev,
.pagination .page-numbers .home-banner-carousel-wrapper .slide-card .prev {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-banner-carousel-wrapper .slide-card .icon {
  background: #053C5E var(--bg-url) center center no-repeat;
  background-size: 34px auto;
  position: absolute;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1280px) {
  .home-banner-carousel-wrapper .slide-card .icon {
    width: 64px;
    height: 64px;
    top: -32px;
    background-size: 26px auto;
  }
}
@media (max-width: 900px) {
  .home-banner-carousel-wrapper .slide-card .icon {
    width: 52px;
    height: 52px;
    top: -26px;
    background-size: 20px auto;
  }
}
@media (max-width: 600px) {
  .home-banner-carousel-wrapper .slide-card .icon {
    left: -15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
  }
}
.home-banner-carousel-wrapper .slide-card:first-child {
  margin-left: 0;
}
.home-banner-carousel-wrapper .slide-card:last-child {
  margin-right: 0;
}
.home-banner-carousel-wrapper .slide-card.active {
  color: #DB222A;
}
.home-banner-carousel-wrapper .slide-card.active .icon {
  background-color: #DB222A;
}
.home-banner-carousel-wrapper .slide-card.active .button, .home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .next, .pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .next,
.home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .prev,
.pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .prev {
  background-color: #DB222A;
}
.home-banner-carousel-wrapper .slide-card.active .button:hover, .home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .next:hover, .pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .next:hover,
.home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .prev:hover,
.pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .prev:hover {
  border-color: #DB222A;
  background: transparent;
  color: #DB222A;
}
.home-banner-carousel-wrapper .slide-card.active .button:hover::after, .home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .next:hover::after, .pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .next:hover::after,
.home-banner-carousel-wrapper .slide-card.active .pagination .page-numbers .prev:hover::after,
.pagination .page-numbers .home-banner-carousel-wrapper .slide-card.active .prev:hover::after {
  background-color: #DB222A;
}

.carousel-dots {
  position: absolute;
  bottom: 30px;
  right: 160px;
}
.carousel-dots ul {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.carousel-dots ul li {
  margin-left: 5px;
  margin-right: 5px;
  height: 3px;
  width: 40px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
@media (max-width: 1024px) {
  .carousel-dots ul li {
    width: 30px;
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (max-width: 900px) {
  .carousel-dots ul li {
    width: 20px;
    height: 2px;
    margin-left: 2px;
    margin-right: 2px;
  }
}
.carousel-dots ul li.slick-active {
  background: red;
}
.carousel-dots ul li button {
  font-size: 0;
  border: 0;
  background: none;
  height: 100%;
}

.page-section.breadcrumbs {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 900px) {
  .page-section.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .page-section.breadcrumbs {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

#breadcrumbs {
  color: #053C5E;
}
#breadcrumbs a {
  text-decoration: none;
  color: #053C5E;
}
#breadcrumbs a:hover {
  text-decoration: underline;
}

.latest-article-card {
  border-bottom: 2px solid #DB222A;
  margin-bottom: 35px;
  padding-bottom: 32px;
}
.latest-article-card .article-title {
  margin-bottom: 22px;
}
.latest-article-card .thumbnail {
  display: none;
  margin-bottom: 28px;
}
.latest-article-card .thumbnail img {
  width: 100%;
  display: block;
  height: auto;
}

.archive-article-card {
  border-bottom: 2px solid #053C5E;
  margin-bottom: 30px;
  padding-bottom: 26px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .archive-article-card {
    flex-wrap: wrap;
  }
}
.archive-article-card .article-text {
  flex: 1 1 auto;
}
@media (max-width: 600px) {
  .archive-article-card .article-text {
    flex: 1 1 100%;
  }
}
.archive-article-card .buttons-wrapper {
  flex: 0 0 190px;
}
@media (max-width: 600px) {
  .archive-article-card .buttons-wrapper {
    flex: 1 1 auto;
  }
}
.archive-article-card .date {
  color: #DB222A;
  margin-bottom: 8px;
}
@media (max-width: 600px) {
  .archive-article-card .date {
    margin-bottom: 4px;
  }
}
.archive-article-card .article-title {
  margin-bottom: 2px;
}
.archive-article-card .article-title a {
  color: #053C5E;
}
.archive-article-card .article-title a:hover {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .archive-article-card .buttons-wrapper {
    margin-top: 20px;
  }
}
.page-section.standard-text-section {
  padding-top: var(--padding-top, 110px);
  padding-bottom: var(--padding-bottom, 90px);
}
@media (max-width: 1024px) {
  .page-section.standard-text-section {
    padding-top: var(--padding-top, 88px);
    padding-bottom: var(--padding-bottom, 72px);
  }
}
@media (max-width: 600px) {
  .page-section.standard-text-section {
    padding-top: var(--padding-top, 70px);
    padding-bottom: var(--padding-bottom, 56px);
  }
}
.page-section.standard-text-section .section-title {
  margin-bottom: 70px;
  padding-right: 210px;
}
@media (max-width: 1024px) {
  .page-section.standard-text-section .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page-section.standard-text-section .section-title {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .page-section.standard-text-section .section-title {
    margin-bottom: 45px;
  }
}
.page-section.standard-text-section .text {
  padding-right: 210px;
}
@media (max-width: 900px) {
  .page-section.standard-text-section .text {
    padding-right: 0;
  }
}
.page-section.map {
  padding-top: var(--padding-top, 65px);
  padding-bottom: var(--padding-bottom, 65px);
  background-color: white;
}
@media (max-width: 1280px) {
  .page-section.map {
    padding-top: var(--padding-top, 52px);
    padding-bottom: var(--padding-bottom, 52px);
  }
}
@media (max-width: 900px) {
  .page-section.map {
    padding-top: var(--padding-top, 20px);
    padding-bottom: var(--padding-bottom, 20px);
  }
}
.page-section.map .map-wrapper {
  overflow: hidden;
  height: 600px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .page-section.map .map-wrapper {
    height: 480px;
  }
}
@media (max-width: 900px) {
  .page-section.map .map-wrapper {
    height: 384px;
  }
}
.page-section.map .map-wrapper iframe {
  width: 100%;
  height: 100%;
}
.page-section.map .map-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .page-section.map .map-bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.page-section.map .map-bottom .address {
  height: 42px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .page-section.map .map-bottom .address {
    margin-bottom: 20px;
  }
}
.page-section.downloads {
  padding-top: var(--padding-top, 65px);
  padding-bottom: var(--padding-bottom, 65px);
  background-color: #FAF9F9;
}
@media (max-width: 1280px) {
  .page-section.downloads {
    padding-top: var(--padding-top, 52px);
    padding-bottom: var(--padding-bottom, 52px);
  }
}
@media (max-width: 900px) {
  .page-section.downloads {
    padding-top: var(--padding-top, 40px);
    padding-bottom: var(--padding-bottom, 40px);
  }
}
.page-section.downloads .section-title {
  margin-bottom: 55px;
}
@media (max-width: 1024px) {
  .page-section.downloads .section-title {
    margin-bottom: 44px;
  }
}
@media (max-width: 900px) {
  .page-section.downloads .section-title {
    margin-bottom: 35px;
  }
}
.page-section.downloads .downloads-list .file-item {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 23px;
  border-bottom: 2px solid #053C5E;
  padding-top: 25px;
}
.page-section.downloads .downloads-list .file-item .file-name {
  margin-right: 30px;
}
.page-section.links-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 95px);
  background-color: #FAF9F9;
}
@media (max-width: 1280px) {
  .page-section.links-section {
    padding-bottom: var(--padding-bottom, 76px);
  }
}
@media (max-width: 900px) {
  .page-section.links-section {
    padding-bottom: var(--padding-bottom, 60px);
  }
}
.page-section.links-section .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .page-section.links-section .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page-section.links-section .section-title {
    margin-bottom: 45px;
  }
}
.page-section.links-section .link-wrapper {
  background: #FFF7F1;
  margin-bottom: 40px;
  padding: 20px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 900px) {
  .page-section.links-section .link-wrapper {
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 900px) {
  .page-section.links-section .link-wrapper {
    flex-wrap: wrap;
  }
}
.page-section.links-section .link-wrapper::before {
  content: "";
  display: block;
  width: 40px;
  height: 17px;
  background: url("../images/icon-link.svg") center center no-repeat;
  background-size: auto 100%;
  margin-right: 40px;
  flex: 0 0 40px;
}
@media (max-width: 900px) {
  .page-section.links-section .link-wrapper::before {
    width: 32px;
    height: 14px;
    margin-right: 20px;
    flex: 0 0 32px;
  }
}
.page-section.links-section .link-wrapper:last-child {
  margin-bottom: 0;
}
.page-section.links-section .link-wrapper .button, .page-section.links-section .link-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.links-section .link-wrapper .next,
.page-section.links-section .link-wrapper .pagination .page-numbers .prev,
.pagination .page-numbers .page-section.links-section .link-wrapper .prev {
  margin-left: auto;
  flex: 0 0 195px;
}
@media (max-width: 600px) {
  .page-section.links-section .link-wrapper .button, .page-section.links-section .link-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.links-section .link-wrapper .next,
  .page-section.links-section .link-wrapper .pagination .page-numbers .prev,
  .pagination .page-numbers .page-section.links-section .link-wrapper .prev {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-section.links-section .link-wrapper img {
  margin-right: 14px;
  flex: 0 1 90px;
}
@media (max-width: 900px) {
  .page-section.links-section .link-wrapper img {
    display: none;
  }
}
.page-section.links-section .link-wrapper .link {
  padding-right: 30px;
  flex: 0 1 auto;
}
@media (max-width: 600px) {
  .page-section.links-section .link-wrapper .link {
    padding-right: 20px;
    flex: 0 0 calc(100% - 52px);
    padding-right: 0;
  }
}
.page-section.video-section {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 55px);
}
@media (max-width: 1280px) {
  .page-section.video-section {
    padding-bottom: var(--padding-bottom, 44px);
  }
}
@media (max-width: 900px) {
  .page-section.video-section {
    padding-bottom: var(--padding-bottom, 35px);
  }
}
.page-section.video-section .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .page-section.video-section .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page-section.video-section .section-title {
    margin-bottom: 45px;
  }
}
.page-section.video-section .ar-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.2398703404%;
  position: relative;
}
.page-section.video-section .ar-wrapper > .ar-child {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-section.video-section .ar-wrapper iframe,
.page-section.video-section .ar-wrapper object,
.page-section.video-section .ar-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}
.page-section.video-section .video-wrapper {
  position: relative;
}
.page-section.video-section .video-wrapper .video-control {
  background-color: white;
  width: 185px;
  height: 185px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-section.video-section .video-wrapper .video-control:hover {
  background-color: #053C5E;
}
.page-section.video-section .video-wrapper .video-control.play {
  mask: url("../images/icon-video-play.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-video-play.svg") center center no-repeat;
  -moz-mask: url("../images/icon-video-play.svg") center center no-repeat;
  mask-size: 185px auto;
}
.page-section.video-section .video-wrapper .video-control.pause {
  mask: url("../images/icon-video-pause.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-video-pause.svg") center center no-repeat;
  -moz-mask: url("../images/icon-video-pause.svg") center center no-repeat;
  mask-size: 185px auto;
}
.page-section.accordion {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 55px);
}
@media (max-width: 1280px) {
  .page-section.accordion {
    padding-bottom: var(--padding-bottom, 44px);
  }
}
@media (max-width: 900px) {
  .page-section.accordion {
    padding-bottom: var(--padding-bottom, 35px);
  }
}
.page-section.accordion .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .page-section.accordion .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page-section.accordion .section-title {
    margin-bottom: 45px;
  }
}
.page-section.accordion .accordion-content {
  display: none;
}
.page-section.accordion .accordion-content .text {
  padding: 45px 60px 0 30px;
}
@media (max-width: 1024px) {
  .page-section.accordion .accordion-content .text {
    padding: 36px 48px 0 24px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .accordion-content .text {
    padding: 28px 0 0 0;
  }
}
.page-section.accordion .label {
  font-weight: bold;
  cursor: pointer;
  position: relative;
  padding: 23px 64px 23px 30px;
  background: #FFF7F1;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .page-section.accordion .label {
    padding: 18px 50px 18px 24px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .label {
    padding: 14px 40px 14px 19px;
  }
}
.page-section.accordion .accordion-trigger {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 30px;
  top: 24px;
  border: 2px solid #053C5E;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 1024px) {
  .page-section.accordion .accordion-trigger {
    width: 32px;
    height: 32px;
    top: 21px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .accordion-trigger {
    width: 25px;
    height: 25px;
    top: 14px;
    right: 10px;
  }
}
.page-section.accordion .accordion-trigger::after {
  content: "";
  background: #053C5E;
  mask: url("../images/icon-plus.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-plus.svg") center center no-repeat;
  -moz-mask: url("../images/icon-plus.svg") center center no-repeat;
  mask-size: 13px 13px;
  -moz-mask-size: 13px 13px;
  -webkit-mask-size: 13px 13px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center center;
  position: absolute;
  left: 12px;
  top: 12px;
  width: 13px;
  height: 13px;
}
@media (max-width: 1024px) {
  .page-section.accordion .accordion-trigger::after {
    width: 10px;
    height: 10px;
    left: 9px;
    top: 9px;
    mask-size: 10px 10px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .accordion-trigger::after {
    top: 5.5px;
    left: 5.5px;
  }
}
.page-section.accordion .accordion-item {
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .page-section.accordion .accordion-item {
    margin-bottom: 28px;
  }
}
@media (max-width: 600px) {
  .page-section.accordion .accordion-item {
    margin-bottom: 22px;
  }
}
.page-section.accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.page-section.accordion .accordion-item.active .accordion-trigger {
  border-color: #053C5E;
}
.page-section.accordion .accordion-item.active .accordion-trigger::after {
  background-color: #053C5E;
  transform: rotate(-45deg);
}
.page-section.personal-info-list {
  padding-top: var(--padding-top, 0);
  padding-bottom: var(--padding-bottom, 35px);
}
@media (max-width: 1280px) {
  .page-section.personal-info-list {
    padding-bottom: var(--padding-bottom, 28px);
  }
}
@media (max-width: 900px) {
  .page-section.personal-info-list {
    padding-bottom: var(--padding-bottom, 22px);
  }
}
.page-section.personal-info-list .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .page-section.personal-info-list .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .page-section.personal-info-list .section-title {
    margin-bottom: 45px;
  }
}
.page-section.personal-info-list .personal-info-box {
  background: #FAF9F9;
  max-width: 66.66%;
  padding: 45px;
}
@media (max-width: 1280px) {
  .page-section.personal-info-list .personal-info-box {
    padding: 36px;
  }
}
@media (max-width: 900px) {
  .page-section.personal-info-list .personal-info-box {
    padding: 28px;
    max-width: 100%;
  }
}
.page-section.personal-info-list .personal-info-box ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.page-section.personal-info-list .personal-info-box ul li:last-child {
  margin-bottom: 0;
}
.page-section.personal-info-list .personal-info-box ul li .label {
  flex: 0 0 175px;
  margin-right: 25px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-section.personal-info-list .personal-info-box ul li .label {
    flex: 0 1 50%;
  }
}
.page-section.life-events {
  padding-top: var(--padding-top, 35px);
  padding-bottom: var(--padding-bottom, 35px);
}
@media (max-width: 1280px) {
  .page-section.life-events {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 28px);
  }
}
@media (max-width: 900px) {
  .page-section.life-events {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 22px);
  }
}
.page-section.life-events .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-section.life-events .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 900px) {
  .page-section.life-events .section-title {
    margin-bottom: 38px;
  }
}
.page-section.life-events .life-events-wrapper ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 0;
  border-bottom: 1px solid #707070;
  padding-top: 18px;
  padding-bottom: 16px;
}
.page-section.life-events .life-events-wrapper ul li .label {
  flex: 0 0 140px;
  margin-right: 50px;
  font-weight: bold;
}
@media (max-width: 600px) {
  .page-section.life-events .life-events-wrapper ul li .label {
    margin-right: 20px;
  }
}
.page-section.speaking-days {
  padding-top: var(--padding-top, 35px);
  padding-bottom: var(--padding-bottom, 150px);
}
@media (max-width: 1280px) {
  .page-section.speaking-days {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 120px);
  }
}
@media (max-width: 900px) {
  .page-section.speaking-days {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 96px);
  }
}
.page-section.speaking-days .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-section.speaking-days .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 900px) {
  .page-section.speaking-days .section-title {
    margin-bottom: 38px;
  }
}
.page-section.speaking-days .speaking-days-wrapper .speaking-days-item {
  background: #FFF7F1;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 18px 25px;
}
@media (max-width: 600px) {
  .page-section.speaking-days .speaking-days-wrapper .speaking-days-item {
    flex-wrap: wrap;
  }
}
.page-section.speaking-days .speaking-days-wrapper .speaking-days-item::before {
  content: "";
  display: block;
  flex: 0 0 48px;
  width: 48px;
  height: 43px;
  background: #053C5E;
  margin-right: 32px;
  mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
  -moz-mask: url("../images/icon-chat-bubbles.svg") center center no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
}
@media (max-width: 1024px) {
  .page-section.speaking-days .speaking-days-wrapper .speaking-days-item::before {
    width: 28px;
    height: 34px;
    margin-right: 25px;
    flex: 0 0 28px;
  }
}
@media (max-width: 600px) {
  .page-section.speaking-days .speaking-days-wrapper .speaking-days-item::before {
    margin-right: 15px;
  }
}
.page-section.speaking-days .speaking-days-wrapper .speaking-days-item:last-child {
  margin-bottom: 0;
}
.page-section.speaking-days .speaking-days-wrapper .speaking-days-item .buttons-wrapper {
  margin-left: auto;
}
@media (max-width: 600px) {
  .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .buttons-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta .date {
  color: #DB222A;
}
@media (max-width: 600px) {
  .page-section.speaking-days .speaking-days-wrapper .speaking-days-item .meta {
    flex: 0 1 calc(100% - 43px);
  }
}
.page-section.petition-list {
  padding-top: var(--padding-top, 35px);
  padding-bottom: var(--padding-bottom, 150px);
}
@media (max-width: 1280px) {
  .page-section.petition-list {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 120px);
  }
}
@media (max-width: 900px) {
  .page-section.petition-list {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 96px);
  }
}
.page-section.petition-list .section-title {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-section.petition-list .section-title {
    margin-bottom: 48px;
  }
}
@media (max-width: 900px) {
  .page-section.petition-list .section-title {
    margin-bottom: 38px;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item {
  border-bottom: 1.5px solid #053C5E;
  margin-bottom: 40px;
}
.page-section.petition-list .petitions-wrapper .petition-item .top-section {
  background: #FAF9F9;
  padding: 19px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .top-section::before {
  content: "";
  background-color: #053C5E;
  width: 35px;
  height: 42px;
  display: block;
  flex: 0 0 35px;
  margin-right: 45px;
  mask: url("../images/icon-file.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-file.svg") center center no-repeat;
  -moz-mask: url("../images/icon-file.svg") center center no-repeat;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
}
@media (max-width: 1024px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section::before {
    width: 28px;
    height: 34px;
    margin-right: 25px;
    flex: 0 0 28px;
  }
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section::before {
    margin-right: 15px;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper {
  margin-left: auto;
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper {
    margin-left: 0;
    margin-top: 20px;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .button, .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .next,
.page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .pagination .page-numbers .prev,
.pagination .page-numbers .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .prev {
  flex: 0 0 190px;
  min-width: 190px;
}
@media (max-width: 1280px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .button, .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .next,
  .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .pagination .page-numbers .prev,
  .pagination .page-numbers .page-section.petition-list .petitions-wrapper .petition-item .top-section .buttons-wrapper .prev {
    flex: 0 0 150px;
    min-width: 150px;
  }
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .top-section .petition-title {
    flex: 0 1 calc(100% - 43px);
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .bottom-section {
  padding: 32px 105px 26px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .page-section.petition-list .petitions-wrapper .petition-item .bottom-section {
    padding: 25px;
  }
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .bottom-section {
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .bottom-section .label {
  text-decoration: underline;
  margin-bottom: 14px;
}
@media (max-width: 1024px) {
  .page-section.petition-list .petitions-wrapper .petition-item .bottom-section .label {
    margin-bottom: 8px;
  }
}
.page-section.petition-list .petitions-wrapper .petition-item .download-section {
  background: #FFF7F1;
  padding: 14px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 25px;
}
.page-section.petition-list .petitions-wrapper .petition-item .download-section .label {
  font-weight: bold;
  text-decoration: underline;
  margin-bottom: 0;
  margin-right: 40px;
}
@media (max-width: 600px) {
  .page-section.petition-list .petitions-wrapper .petition-item .download-section {
    margin-bottom: 15px;
    padding: 14px;
  }
}
.page-section.contact-card {
  padding-top: var(--padding-top, 35px);
  padding-bottom: var(--padding-bottom, 110px);
}
@media (max-width: 1280px) {
  .page-section.contact-card {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 88px);
  }
}
@media (max-width: 900px) {
  .page-section.contact-card {
    padding-top: var(--padding-top, 28px);
    padding-bottom: var(--padding-bottom, 70px);
  }
}
.page-section.contact-card .section-title {
  margin-bottom: 45px;
}
.page-section.contact-card .contact-box {
  background: #FFF7F1;
  padding: 58px 50px;
}
@media (max-width: 900px) {
  .page-section.contact-card .contact-box {
    padding: 46px 40px;
  }
}
@media (max-width: 600px) {
  .page-section.contact-card .contact-box {
    padding: 36px 32px;
  }
}
.page-section.contact-card .top-columns {
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .page-section.contact-card .top-columns {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
  .page-section.contact-card .top-columns .column {
    max-width: 100%;
    flex: 0 1 auto;
  }
}
.page-section.contact-card .buttons-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1280px) {
  .page-section.contact-card .buttons-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 900px) {
  .page-section.contact-card .buttons-wrapper {
    margin-bottom: 38px;
  }
}
.page-section.press-release {
  padding-top: var(--padding-top, 75px);
  padding-bottom: var(--padding-bottom, 110px);
  background-color: white;
}
@media (max-width: 1280px) {
  .page-section.press-release {
    padding-top: var(--padding-top, 60px);
    padding-bottom: var(--padding-bottom, 88px);
  }
}
@media (max-width: 900px) {
  .page-section.press-release {
    padding-top: var(--padding-top, 48px);
    padding-bottom: var(--padding-bottom, 70px);
  }
}
.page-section.press-release .section-title {
  font-style: italic;
  margin-bottom: 48px;
}
.page-section.press-release .press-filters-wrapper {
  margin-bottom: 164px;
}
@media (max-width: 1280px) {
  .page-section.press-release .press-filters-wrapper {
    margin-bottom: 130px;
  }
}
@media (max-width: 900px) {
  .page-section.press-release .press-filters-wrapper {
    margin-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .page-section.press-release .press-filters-wrapper {
    margin-bottom: 30px;
  }
}
.page-section.press-release .latest-press-release-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-section.latest-news {
  padding-top: var(--padding-top, 75px);
  padding-bottom: var(--padding-bottom, 110px);
  background-color: #FFF7F1;
}
@media (max-width: 1024px) {
  .page-section.latest-news {
    padding-top: var(--padding-top, 60px);
    padding-bottom: var(--padding-bottom, 88px);
  }
}
@media (max-width: 600px) {
  .page-section.latest-news {
    padding-top: var(--padding-top, 48px);
    padding-bottom: var(--padding-bottom, 70px);
  }
}
.page-section.latest-news .section-title {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .page-section.latest-news .section-title {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .page-section.latest-news .section-title {
    margin-bottom: 56px;
  }
}
.page-section.latest-news .latest-articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 50%;
  position: relative;
  min-height: 600px;
  margin-bottom: 38px;
}
@media (max-width: 1280px) {
  .page-section.latest-news .latest-articles-wrapper {
    padding-left: 40%;
  }
}
@media (max-width: 900px) {
  .page-section.latest-news .latest-articles-wrapper {
    padding-left: 0;
    min-height: 0;
  }
}
.page-section.latest-news .latest-articles-wrapper article {
  flex: 0 1 50%;
  border-bottom: 2px solid #DB222A;
  margin-bottom: 35px;
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .page-section.latest-news .latest-articles-wrapper article {
    margin-bottom: 28px;
  }
}
@media (max-width: 900px) {
  .page-section.latest-news .latest-articles-wrapper article {
    margin-bottom: 22px;
  }
}
.page-section.latest-news .latest-articles-wrapper article .article-title {
  margin-bottom: 22px;
}
.page-section.latest-news .latest-articles-wrapper article .thumbnail {
  display: none;
  margin-bottom: 28px;
}
.page-section.latest-news .latest-articles-wrapper article .thumbnail img {
  width: 100%;
  display: block;
  height: auto;
}
.page-section.latest-news .latest-articles-wrapper article:first-child {
  background: white;
  position: absolute;
  width: calc(50% - 118px);
  left: 0;
  top: 0;
  padding: 34px 38px;
  border: 0;
  margin-bottom: 0;
}
.page-section.latest-news .latest-articles-wrapper article:first-child .article-title {
  margin-bottom: 34px;
}
.page-section.latest-news .latest-articles-wrapper article:first-child .thumbnail {
  display: block;
}
@media (max-width: 900px) {
  .page-section.latest-news .latest-articles-wrapper article:first-child {
    width: 100%;
    position: static;
    margin-bottom: 40px;
    padding: 20px;
  }
}
.page-section.button-list {
  padding-top: var(--padding-top, 120px);
  padding-bottom: var(--padding-bottom, 90px);
}
@media (max-width: 1280px) {
  .page-section.button-list {
    padding-top: var(--padding-top, 90px);
    padding-bottom: var(--padding-bottom, 60px);
  }
}
@media (max-width: 900px) {
  .page-section.button-list {
    padding-top: var(--padding-top, 40px);
    padding-bottom: var(--padding-bottom, 40px);
  }
}
.page-section.button-list .buttons-wrapper .button, .page-section.button-list .buttons-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.button-list .buttons-wrapper .next,
.page-section.button-list .buttons-wrapper .pagination .page-numbers .prev,
.pagination .page-numbers .page-section.button-list .buttons-wrapper .prev {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .page-section.button-list .buttons-wrapper .button, .page-section.button-list .buttons-wrapper .pagination .page-numbers .next, .pagination .page-numbers .page-section.button-list .buttons-wrapper .next,
  .page-section.button-list .buttons-wrapper .pagination .page-numbers .prev,
  .pagination .page-numbers .page-section.button-list .buttons-wrapper .prev {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
.page-section.button-list > .container {
  padding-top: 30px;
  border-top: 2px solid #DB222A;
}
@media (max-width: 900px) {
  .page-section.button-list > .container {
    padding-top: 20px;
  }
}
.page-section.default-page-header {
  margin-bottom: 135px;
}
@media (max-width: 1280px) {
  .page-section.default-page-header {
    margin-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .page-section.default-page-header {
    margin-bottom: 50px;
  }
}
.page-section.default-page-header .thumbnail-column img {
  width: 100%;
  height: auto;
}
.page-section.default-page-header .title-column {
  max-width: 100%;
  flex: 1 1 50%;
}
@media (max-width: 1024px) {
  .page-section.default-page-header .title-column {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .page-section.default-page-header .title-column:first-child {
    margin-bottom: 20px;
  }
}
.page-section.default-page-header .title-column .text-wrapper {
  background: #FFF7F1;
  padding: 56px 30px;
  height: 100%;
}
@media (max-width: 1280px) {
  .page-section.default-page-header .title-column .text-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 900px) {
  .page-section.default-page-header .title-column .text-wrapper {
    padding: 20px;
  }
}
.main-header {
  border-bottom: 1.5px solid #DB222A;
  position: relative;
}
.main-header .header-top {
  background: #FFD6BA;
  height: 80px;
}
@media (max-width: 900px) {
  .main-header .header-top {
    display: none;
  }
}
.main-header .header-top > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 19px;
  padding-bottom: 19px;
}
.main-header .header-top .header-search-wrapper {
  flex: 0 1 400px;
}
@media (max-width: 1280px) {
  .main-header .header-top .header-search-wrapper {
    flex: 0 1 320px;
  }
}
.main-header .header-top .header-search-wrapper form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.main-header .header-top .header-search-wrapper form .head-search-field {
  height: 42px;
  text-align: left;
  border: 1px solid white;
  background: white;
  outline: 0;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 1.8rem;
  font-style: italic;
  color: #B2B2B2;
  font-family: "Atkinson";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 30px;
  width: 100%;
}
@media (max-width: 1200px) {
  .main-header .header-top .header-search-wrapper form .head-search-field {
    flex: 0 1 100%;
  }
}
@media (max-width: 1280px) {
  .main-header .header-top .header-search-wrapper form .head-search-field {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
@media (max-width: 1024px) {
  .main-header .header-top .header-search-wrapper form .head-search-field {
    font-size: 1.6rem;
    margin-right: 15px;
  }
}
.main-header .header-top .header-search-wrapper form .head-search-field:focus {
  color: #053C5E;
}
.main-header .header-top .header-search-wrapper form .search-submit {
  appearance: none;
  -webkit-appearance: none;
  outline: 0;
  border: 0;
  background: #FAF9F9 url("../images/icon-search.svg") center center no-repeat;
  background-size: 22px auto;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 42px;
  height: 42px;
  display: block;
  flex: 0 0 42px;
  position: relative;
}
.main-header .header-bottom {
  background: #FAF9F9;
  height: auto;
}
@media (max-width: 900px) {
  .main-header .header-bottom {
    height: auto;
  }
}
.main-header .header-bottom > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}
@media (max-width: 900px) {
  .main-header .header-bottom > .container {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.main-header .header-bottom .logo {
  width: 250px;
  height: auto;
}
@media (max-width: 900px) {
  .main-header .header-bottom .logo {
    width: 150px;
  }
}
.main-footer {
  background: #FAF9F9;
}
.main-footer .footer-bottom {
  background: #FFD6BA;
  height: 80px;
}
@media (max-width: 600px) {
  .main-footer .footer-bottom {
    height: auto;
  }
}
.main-footer .footer-bottom > .container {
  padding-top: 18px;
  padding-bottom: 18px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .main-footer .footer-bottom > .container {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 600px) {
  .main-footer .footer-bottom .nav-footer {
    margin-bottom: 20px;
  }
}
.main-footer .footer-top > .container {
  padding-bottom: 120px;
  padding-top: 50px;
}
@media (max-width: 1280px) {
  .main-footer .footer-top > .container {
    padding-bottom: 96px;
    padding-top: 40px;
  }
}
@media (max-width: 900px) {
  .main-footer .footer-top > .container {
    padding-bottom: 60px;
    padding-top: 32px;
  }
}
.main-footer .footer-top .footer-title {
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  .main-footer .footer-top .footer-title {
    margin-bottom: 38px;
  }
}
@media (max-width: 900px) {
  .main-footer .footer-top .footer-title {
    margin-bottom: 30px;
  }
}
.main-footer .footer-top .footer-top-text {
  margin-bottom: 70px;
  max-width: 50%;
}
@media (max-width: 1280px) {
  .main-footer .footer-top .footer-top-text {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .main-footer .footer-top .footer-top-text {
    margin-bottom: 44px;
    max-width: 100%;
  }
}
.main-footer .footer-top .footer-column-title {
  margin-bottom: 24px;
}
.main-footer .footer-top .buttons-wrapper {
  padding-top: 24px;
}

.scroll-to-top {
  position: fixed;
  width: 32px;
  height: 32px;
  background: white;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  outline: 0;
  font-size: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.scroll-to-top::after {
  content: "";
  width: 14px;
  height: 20px;
  left: 9px;
  top: 6px;
  background: #053C5E;
  position: absolute;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  mask: url("../images/icon-arrow-top-blue.svg") right center no-repeat;
  -webkit-mask: url("../images/icon-arrow-top-blue.svg") right center no-repeat;
  -moz-mask: url("../images/icon-arrow-top-blue.svg") right center no-repeat;
}
.scroll-to-top:hover {
  background: #053C5E;
}
.scroll-to-top:hover::after {
  background: white;
}

.main-header .nav-top .top-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.main-header .nav-top .top-menu li {
  margin-right: 30px;
}
@media (max-width: 1200px) {
  .main-header .nav-top .top-menu li {
    margin-right: 15px;
  }
}
.main-header .nav-top .top-menu li.wpml-ls-item.wpml-ls-item-en a::after {
  mask-image: url("../images/icon-en.svg");
  -webkit-mask-image: url("../images/icon-en.svg");
  -moz-mask-image: url("../images/icon-en.svg");
}
@media (max-width: 1024px) {
  .main-header .nav-top .top-menu li.wpml-ls-item.wpml-ls-item-en a::after {
    top: 2px;
  }
}
.main-header .nav-top .top-menu li.wpml-ls-item.wpml-ls-item-de {
  background-color: transparent;
  mask: none;
}
.main-header .nav-top .top-menu li.wpml-ls-item.wpml-ls-item-de a::after {
  background: url("../images/icon-de.svg");
  background-size: 100% auto;
  top: 2px;
}
.main-header .nav-top .top-menu li.wpml-ls-item.wpml-ls-item-ls a::after {
  top: 0;
  mask-image: url("../images/icon-book-read.svg");
  -webkit-mask-image: url("../images/icon-book-read.svg");
  -moz-mask-image: url("../images/icon-book-read.svg");
}
.main-header .nav-top .top-menu li a {
  padding-left: 30px;
  position: relative;
}
@media (max-width: 1024px) {
  .main-header .nav-top .top-menu li a {
    padding-left: 20px;
  }
}
@media (max-width: 600px) {
  .main-header .nav-top .top-menu li a {
    font-size: 0;
    line-height: 0;
    color: transparent;
    display: inline-block;
    width: 32px;
    height: 32px;
  }
}
.main-header .nav-top .top-menu li a::after {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #053C5E;
  mask-size: 100% auto;
  -webkit-mask-size: 100% auto;
  -moz-mask-size: 100% auto;
  mask-repeat: no-repeat;
  -moz-mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .main-header .nav-top .top-menu li a::after {
    width: 16px;
    height: 16px;
    top: 4px;
  }
}
@media (max-width: 600px) {
  .main-header .nav-top .top-menu li a::after {
    width: 24px;
    height: 24px;
    top: 4px;
    left: 4px;
  }
}
.main-header .nav-top .top-menu li.font-size a::after {
  mask-image: url("../images/icon-font-size.svg");
  -webkit-mask-image: url("../images/icon-font-size.svg");
  -moz-mask-image: url("../images/icon-font-size.svg");
}
@media (max-width: 1024px) {
  .main-header .nav-top .top-menu li.font-size a::after {
    top: 2px;
  }
}
.main-header .nav-top .top-menu li.contrast a::after {
  top: 0;
  mask-image: url("../images/icon-contrast.svg");
  -webkit-mask-image: url("../images/icon-contrast.svg");
  -moz-mask-image: url("../images/icon-contrast.svg");
}
@media (max-width: 1024px) {
  .main-header .nav-top .top-menu li.contrast a::after {
    top: 2px;
  }
}
.main-header .nav-top .top-menu li:last-child {
  margin-right: 0;
}
.main-header .lang-switcher-wrapper .nav-lang-switcher {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
}
@media (max-width: 1024px) {
  .main-header .lang-switcher-wrapper .nav-lang-switcher {
    column-gap: 10px;
  }
}
.main-header .lang-switcher-wrapper .nav-lang-switcher > * {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .main-header .lang-switcher-wrapper .nav-lang-switcher > * {
    background: red;
    width: 32px;
    height: 32px;
    border-radius: 50%;
  }
}
.main-header .lang-switcher-wrapper .nav-lang-switcher > *::after {
  content: attr(data-nativename);
}
@media (max-width: 1024px) {
  .main-header .lang-switcher-wrapper .nav-lang-switcher > *::after {
    content: attr(data-langcode);
  }
}
.main-header .lang-switcher-wrapper .nav-lang-switcher .current-lang {
  color: white;
}
@media (max-width: 1024px) {
  .main-header .lang-switcher-wrapper .nav-lang-switcher .current-lang {
    background: #053C5E;
  }
}
.main-header .lang-switcher-wrapper .nav-lang-switcher a {
  cursor: pointer;
  color: #053C5E;
  text-decoration: none;
}
.main-header .lang-switcher-wrapper .nav-lang-switcher a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .main-header .lang-switcher-wrapper .nav-lang-switcher a {
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    background: white;
  }
  .main-header .lang-switcher-wrapper .nav-lang-switcher a:hover {
    text-decoration: none;
  }
}
@media (max-width: 900px) {
  .main-header .nav-main {
    display: none;
  }
}
.main-header .nav-main ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.main-header .nav-main ul li {
  margin-right: 70px;
}
@media (max-width: 1200px) {
  .main-header .nav-main ul li {
    margin-right: 15px;
  }
}
.main-header .nav-main ul li a {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .nav-main ul li a:hover {
  color: #DB222A;
}
.main-header .mobile-nav-trigger {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  color: #DB222A;
  font-weight: bold;
  padding-right: 66px;
  position: relative;
  cursor: pointer;
  height: 40px;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main-header .mobile-nav-trigger::after {
  width: 40px;
  height: 40px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #DB222A url("../images/icon-mobile-nav.svg") center center no-repeat;
  background-size: 15px auto;
  border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.main-header .mobile-nav-trigger:hover {
  text-decoration: underline;
  color: #053C5E;
}
.main-header .mobile-nav-trigger:hover::after {
  background-color: #053C5E;
}

.main-footer .nav-footer ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.main-footer .nav-footer ul li {
  margin-right: 44px;
}
@media (max-width: 900px) {
  .main-footer .nav-footer ul li {
    margin-right: 20px;
  }
}
.main-footer .nav-footer ul li:last-child {
  margin-right: 0;
}
.overlay-navigation-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: calc(100% + 1px);
  z-index: 55;
  background: #FFF7F1;
  border-bottom: 2px solid #DB222A;
  padding-top: 30px;
  padding-bottom: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease opacity;
}
@media (max-width: 900px) {
  .overlay-navigation-wrapper {
    max-height: calc(100vh - 68px);
    overflow-y: scroll;
  }
}
.overlay-navigation-wrapper .mobile-nav-item-trigger {
  display: none;
}
.overlay-navigation-wrapper.active {
  visibility: visible;
  opacity: 1;
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu {
  columns: auto 2;
  column-gap: 14px;
}
@media (max-width: 900px) {
  .overlay-navigation-wrapper .overlay_navigation .overlay-menu {
    columns: 1;
    column-gap: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li .sub-menu {
    display: none;
  }
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children {
  position: relative;
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children > a {
  margin-right: 50px;
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children.active > a {
  color: #DB222A;
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children > .mobile-nav-item-trigger {
  display: none;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 10px;
  top: 6px;
  background-color: #053C5E;
  mask: url("../images/icon-arrow-bottom-blue.svg") center center no-repeat;
  -moz-mask: url("../images/icon-arrow-bottom-blue.svg") center center no-repeat;
  -webkit-mask: url("../images/icon-arrow-bottom-blue.svg") center center no-repeat;
  mask-size: auto 17px;
  -moz-mask-size: auto 17px;
  -webkit-mask-size: auto 17px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 900px) {
  .overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children > .mobile-nav-item-trigger {
    display: block;
  }
}
.overlay-navigation-wrapper .overlay_navigation .overlay-menu > li.menu-item-has-children > .mobile-nav-item-trigger.active {
  transform: rotate(180deg);
  background-color: #DB222A;
}
.overlay-navigation-wrapper .overlay_navigation .mobile-nav-top {
  display: none;
}
@media (max-width: 900px) {
  .overlay-navigation-wrapper .overlay_navigation .mobile-nav-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper {
    flex: 0 0 100%;
    margin-top: 20px;
    width: 100%;
  }
}
.overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper form {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper form .head-search-field {
  height: 42px;
  flex: 0 1 auto;
  text-align: left;
  border: 1px solid white;
  background: white;
  outline: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
  font-style: italic;
  color: #B2B2B2;
  font-family: "Atkinson";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin-right: 5px;
  min-width: 230px;
}
@media (max-width: 600px) {
  .overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper form .head-search-field {
    flex: 0 0 100%;
    margin-right: 0;
    min-width: 0;
  }
}
.overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper form .head-search-field:focus {
  color: #053C5E;
}
.overlay-navigation-wrapper .overlay_navigation .mobile-nav-top .header-search-wrapper form .search-submit {
  display: none;
}

.page-section.article-content {
  padding-top: 50px;
}
.page-section.article-content .post-header {
  margin-bottom: 40px;
}
.page-section.news-archive {
  padding-top: var(--padding-top, 75px);
  padding-bottom: var(--padding-bottom, 110px);
  background-color: white;
}
@media (max-width: 1280px) {
  .page-section.news-archive {
    padding-top: var(--padding-top, 60px);
    padding-bottom: var(--padding-bottom, 88px);
  }
}
@media (max-width: 900px) {
  .page-section.news-archive {
    padding-top: var(--padding-top, 48px);
    padding-bottom: var(--padding-bottom, 70px);
  }
}
.page-section.news-archive .section-title {
  margin-bottom: 90px;
}
@media (max-width: 1280px) {
  .page-section.news-archive .section-title {
    margin-bottom: 72px;
  }
}
@media (max-width: 900px) {
  .page-section.news-archive .section-title {
    margin-bottom: 56px;
  }
}
.page-section.news-archive .latest-articles-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.error404 .alert-warning {
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 40px;
  line-height: 1.2em;
}
.error404 .header404 {
  padding-top: 90px;
  padding-bottom: 70px;
}
.error404 .header404 h1 {
  text-align: center;
  margin-bottom: 20px;
}
.error404 .header404 .description {
  text-align: center;
}
.error404 .buttons-wrapper {
  justify-content: center;
  padding-bottom: 60px;
}
.error404 .buttons-wrapper .button, .error404 .buttons-wrapper .pagination .page-numbers .next, .pagination .page-numbers .error404 .buttons-wrapper .next,
.error404 .buttons-wrapper .pagination .page-numbers .prev,
.pagination .page-numbers .error404 .buttons-wrapper .prev {
  background: #053C5E;
}
.error404 .buttons-wrapper .button:hover, .error404 .buttons-wrapper .pagination .page-numbers .next:hover, .pagination .page-numbers .error404 .buttons-wrapper .next:hover,
.error404 .buttons-wrapper .pagination .page-numbers .prev:hover,
.pagination .page-numbers .error404 .buttons-wrapper .prev:hover {
  color: white;
}

.page-section.search-hits {
  padding-top: 75px;
  padding-bottom: 110px;
  background-color: white;
}
@media (max-width: 1024px) {
  .page-section.search-hits {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .page-section.search-hits {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-section.search-hits .section-title {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .page-section.search-hits .section-title {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .page-section.search-hits .section-title {
    margin-bottom: 56px;
  }
}
.page-section.search-hits .search-hits-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}

.single-petition .page-section.petition-top-section {
  padding-top: 0;
  padding-bottom: 35px;
}
@media (max-width: 600px) {
  .single-petition .page-section.petition-top-section {
    padding-bottom: 20px;
  }
}
.single-petition .page-section.petition-top-section .section-title {
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  .single-petition .page-section.petition-top-section .section-title {
    margin-bottom: 56px;
  }
}
@media (max-width: 900px) {
  .single-petition .page-section.petition-top-section .section-title {
    margin-bottom: 45px;
    padding-top: 20px;
  }
}
.single-petition .page-section.petition-top-section .petition-meta-box {
  background: #FAF9F9;
  max-width: 66.66%;
  padding: 45px;
}
@media (max-width: 1280px) {
  .single-petition .page-section.petition-top-section .petition-meta-box {
    padding: 36px;
  }
}
@media (max-width: 900px) {
  .single-petition .page-section.petition-top-section .petition-meta-box {
    padding: 20px;
    max-width: 100%;
  }
}
.single-petition .page-section.petition-top-section .petition-meta-box ul li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.single-petition .page-section.petition-top-section .petition-meta-box ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .single-petition .page-section.petition-top-section .petition-meta-box ul li {
    flex-wrap: wrap;
  }
}
.single-petition .page-section.petition-top-section .petition-meta-box ul li .label {
  flex: 0 0 50%;
  font-weight: bold;
}
@media (max-width: 600px) {
  .single-petition .page-section.petition-top-section .petition-meta-box ul li .label {
    flex: 1 1 100%;
  }
}
.single-petition .page-section.petition-top-section .petition-meta-box ul li .value {
  padding-left: 25px;
  flex: 0 0 50%;
}
@media (max-width: 900px) {
  .single-petition .page-section.petition-top-section .petition-meta-box ul li .value {
    padding-left: 10px;
  }
}
@media (max-width: 600px) {
  .single-petition .page-section.petition-top-section .petition-meta-box ul li .value {
    flex: 1 1 100%;
    padding-left: 0;
  }
}
.single-petition .page-section.petition-top-section .petition-meta-box .to-form-link {
  color: #DB222A;
  margin-left: auto;
  flex: 0 1 50%;
}
.single-petition .nf-form-content {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.petition-info-block {
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .petition-info-block {
    margin-bottom: 64px;
  }
}
@media (max-width: 600px) {
  .petition-info-block {
    margin-bottom: 20px;
  }
}
.petition-info-block .petition-headline {
  margin-bottom: 1em;
}
.petition-info-block:first-child {
  margin-right: 20px;
  flex: 0 1 50%;
}
@media (max-width: 1024px) {
  .petition-info-block:first-child {
    flex: 0 1 40%;
  }
}
@media (max-width: 600px) {
  .petition-info-block:first-child {
    flex: 1 1 50%;
    margin-right: 10px;
  }
}
@media (max-width: 380px) {
  .petition-info-block:first-child {
    flex: 1 1 100%;
  }
}
.petition-info-block:last-child {
  margin-left: auto;
}
@media (max-width: 600px) {
  .petition-info-block:last-child {
    margin-left: 0;
  }
}

.page-section.archive-articles-list {
  padding-top: 75px;
  padding-bottom: 110px;
  background-color: white;
}
@media (max-width: 1024px) {
  .page-section.archive-articles-list {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 600px) {
  .page-section.archive-articles-list {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.page-section.archive-articles-list .section-title {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .page-section.archive-articles-list .section-title {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .page-section.archive-articles-list .section-title {
    margin-bottom: 56px;
  }
}
.page-section.archive-articles-list .search-hits-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
}/*# sourceMappingURL=main.css.map */