@charset "UTF-8";
/*!
Theme Name: HSJ
Description: Helsingin Seudun Journalistien teema 2018
Author: Jani Paasonen, Ari Nyman
Version: 1.0;
*/
/* 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, main, 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;
}

/* COLORS */
/* New in 2026 */
/* BASELINE and MARGINS*/
/* BREAKPOINTS */
/* MIXINS */
/* TRANSITIONS */
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-regular-webfont.woff2") format("woff2"), url("fonts/weeklypro-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-medium-webfont.woff2") format("woff2"), url("fonts/weeklypro-medium-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-mediumit-webfont.woff2") format("woff2"), url("fonts/weeklypro-mediumit-webfont.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-semibold-webfont.woff2") format("woff2"), url("fonts/weeklypro-semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-bold-webfont.woff2") format("woff2"), url("fonts/weeklypro-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-extrabold-webfont.woff2") format("woff2"), url("fonts/weeklypro-extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "WeeklyPro";
  src: url("fonts/weeklypro-black-webfont.woff2") format("woff2"), url("fonts/weeklypro-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}

html {
  font-family: "WeeklyPro", Arial, serif;
  font-size: 1.125em;
  line-height: 0.95em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  background: white;
  height: 100%;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  min-height: 100%;
  -webkit-text-size-adjust: none;
  line-height: 1.52em;
  color: #121c44;
  background-color: white;
}
@media (max-width: 500px) {
  body {
    font-size: 0.95em;
  }
}

img, figure {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5833333333rem;
}

hr {
  display: block;
  clear: both;
  width: 100%;
  border-top: 1px solid #fa8228;
  border-bottom: none;
  margin: 2.375rem 0;
}
.sliders hr {
  margin: 0;
}

.clear {
  clear: both;
}
.clear:after {
  content: "";
  display: table;
  clear: both;
}

.nobreak {
  -webkit-hyphens: none;
          hyphens: none;
}

a {
  text-decoration: none;
  color: #fa8228;
}

p a {
  color: #fa8228;
  transition: 0.3s ease all;
}

p a:hover, p a:focus {
  text-decoration: underline;
}

p a:active {
  color: black;
}

h1 a {
  color: #868686;
}

h1 a:focus, h1 a:hover {
  color: #fa8228;
}

p, ul, ol {
  margin-bottom: 1.5833333333rem;
}

.left-column ul,
.left-column ol, aside ul,
aside ol {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.4em;
}
.left-column ul li,
.left-column ol li, aside ul li,
aside ol li {
  margin-bottom: 0;
}

.left-column ol, aside ol {
  list-style-type: decimal;
}

aside ol li, aside ul li {
  margin-bottom: 0.3rem;
}

strong, b {
  font-weight: 900;
}

em, i {
  font-style: italic;
}

small {
  font-size: 0.85em;
}

blockquote {
  font-size: 1.4em;
  line-height: 1.3;
  color: #64a55a;
  padding-left: 1em;
  border-left: 5px solid #fa8228;
  margin-top: 3.1666666667rem;
  margin-bottom: 3.1666666667rem;
}

.link-white {
  color: white;
}

.link-bold {
  font-weight: 900;
}

.underline {
  padding-bottom: 0.7916666667rem;
  border-bottom: 1px solid #fa8228;
  margin-bottom: 1.5833333333rem;
}

::-moz-selection {
  background: rgb(255, 182, 59);
}

::selection {
  background: rgb(255, 182, 59);
}

.page-template-specia-jasenedut .icon-arrow-right {
  fill: #fa8228;
  height: 20px;
}

.title-icon {
  height: 1.4em;
  line-height: 0;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: -0.05em;
}
.page-id-128 .title-icon {
  height: 1.1em;
}
.page-id-119 .title-icon {
  height: 1.6em;
}
.page-id-45 .title-icon {
  height: 1.3em;
}
.page-id-110 .title-icon {
  height: 1.6em;
}

.page-id-43 .left-column img {
  margin-bottom: 0em;
}

/*
    HEADINGS
*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0.7916666667rem;
  font-weight: 700;
  -webkit-hyphens: none;
          hyphens: none;
}

h1, .h1 {
  font-size: 2.7em;
  line-height: 1.2;
  font-weight: normal;
}
.intro h1, .intro .h1 {
  font-weight: bold;
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 630px) {
  h1, .h1 {
    font-size: 2em;
  }
}

h2, .h2 {
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 900;
}

h3, .h3, legend {
  font-size: 1.1rem;
  font-weight: 900;
}

.home .h3 {
  font-size: 1.2rem;
}

.pt-small {
  font-size: 0.9em;
}

.pt-smaller {
  font-size: 1em;
}

.pt-larger {
  font-size: 1.4em;
}

.entry-text {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 600;
}

.single-author {
  font-size: 0.85em;
}

.page-title {
  margin-bottom: 1.5833333333rem;
}
.single-jutut .page-title {
  color: #fa8228;
}

.link-dark {
  color: #121c44;
  font-weight: 900;
}
.link-dark:after {
  content: " >";
  display: inline-block;
  color: #fa8228;
}
.link-dark:hover, .link-dark:focus {
  color: #fa8228;
}

.green {
  color: #64a55a;
}

.bg-grey {
  background-color: #f6f3f0;
}

.bg-grey-2 {
  background-color: #f6f3f0;
}

.bg-grey-3 {
  background-color: #edeae7;
}

.bg-quote-2 {
  background: white url("images/icon-quote.svg") 70% center no-repeat;
  background-size: auto 150%;
}
@media (max-width: 630px) {
  .bg-quote-2 {
    background-image: none;
  }
}

.bg-quote-3 {
  background: white url("images/icon-quote-orange.svg") center right -3rem no-repeat;
  background-size: auto 160%;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.row:has(.bg-quote-3) {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .bg-quote-3 {
    background-size: auto 60%;
    background-position: top right -3rem;
  }
}
@media (max-width: 768px) {
  .bg-quote-3 {
    background-position: top -3rem right -6rem;
  }
}
@media (max-width: 630px) {
  .bg-quote-3 {
    background-image: none;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
}

.tac {
  text-align: center;
}

.quote-wrapper {
  display: flex;
  gap: 0.9rem;
}

.quote-inline {
  width: 1.9rem;
  vertical-align: top;
  display: inline-block;
  margin-bottom: 0;
}

/*
    FORMS
*/
nav label {
  display: none;
}

input {
  display: block;
  margin-bottom: 0.7916666667rem;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
}

.wpcf7-list-item {
  display: inline-block;
  margin-left: 0 !important;
  margin-right: 1em !important;
}

input[type=checkbox] {
  display: inline-block;
  width: auto;
}

legend {
  display: block;
  margin-bottom: 1.5833333333rem;
}

fieldset {
  margin-bottom: 1.5833333333rem;
}

textarea {
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  margin-bottom: 0.7916666667rem;
  border: 0;
}
textarea.small {
  height: 7em;
}
textarea.large {
  height: 18em;
}

input[type=submit] {
  color: white;
  background: #868686;
  border: none;
  padding: 0.6em 0.8em;
  font-size: 0.9em;
  margin: 1.5rem 0;
  min-width: 7em;
  width: auto;
}

input[type=submit]:hover {
  background: black;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=tel], input[type=file], textarea {
  border: 1px solid #868686;
  padding: 0.5em 0.8em;
}

input:focus, textarea:focus {
  outline: none;
}

input[type=text]:focus, input[type=email]:focus,
input[type=tel]:focus, textarea:focus {
  border-color: #fa8228;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #868686;
}
input[type=text]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder, textarea:focus:-moz-placeholder { /* Firefox 18- */
  color: #868686;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder, textarea:focus::-moz-placeholder { /* Firefox 19+ */
  color: #868686;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #868686;
}

::-webkit-input-placeholder {
  color: #121c44;
}

:-moz-placeholder { /* Firefox 18- */
  color: #121c44;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #121c44;
}

:-ms-input-placeholder {
  color: #121c44;
}

/*
    CF7
*/
/* CONTACT FORM 7 elements */
.content-form .wpcf7 {
  float: left;
  width: 100%;
  margin-bottom: 1.5833333333rem;
}
.content-form .wpcf7:after {
  content: "";
  display: table;
  clear: both;
}
.content-form .wpcf7 + * {
  clear: both;
}
.content-form .wpcf7 label {
  float: left;
  clear: both;
  display: inline-block;
  width: 40%;
  margin-right: 5%;
  margin-bottom: 1.5833333333rem;
  font-weight: bold;
}
.content-form .wpcf7 legend {
  font-weight: bold;
  text-transform: uppercase;
  color: #fa8228;
  display: block;
  padding-bottom: 0.7916666667rem;
}
.content-form .wpcf7 input[type=text] {
  width: 100%;
}
.content-form .wpcf7 input[type=number] {
  width: 100%;
}
.content-form .wpcf7 input.width-40 {
  width: 40%;
}
.content-form .wpcf7 input.width-50 {
  width: 50%;
}
.content-form .wpcf7 input.width-60 {
  width: 60%;
}
.content-form .wpcf7 input.width-30 {
  width: 30%;
}
.content-form .wpcf7 .legend-wrapper {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1.5833333333rem;
  cursor: pointer;
}
.content-form .wpcf7 .legend-wrapper:hover .icon-cross {
  color: #868686;
}
.content-form .wpcf7 .legend-wrapper .icon-cross {
  font-size: 1em;
  color: #ebebeb;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.5s;
  transform: rotate(-45deg);
}
.content-form .wpcf7 .legend-wrapper.visible .icon-cross {
  transform: rotate(0);
  transition: transform 0.5s;
}
.content-form .wpcf7 .wpcf7-form-control-wrap {
  float: left;
  min-height: 2.5em;
  width: 55%;
  margin-bottom: 1.5833333333rem;
}
.content-form .wpcf7 .wpcf7-form-control-wrap * {
  float: left;
}
.content-form .wpcf7 input {
  float: left;
  border: 1px solid #ebebeb;
}
.content-form .wpcf7 fieldset {
  margin-bottom: 1.5833333333rem;
}
.content-form .wpcf7 ::-webkit-input-placeholder {
  color: #ebebeb;
}
.content-form .wpcf7 :-moz-placeholder { /* Firefox 18- */
  color: #ebebeb !important;
}
.content-form .wpcf7 input::-moz-placeholder { /* Firefox 19+ */
  color: #ebebeb;
}
.content-form .wpcf7 input::-moz-placeholder:after {
  color: #ebebeb;
}
.content-form .wpcf7 :-ms-input-placeholder {
  color: #ebebeb;
}
.content-form .wpcf7 .wpcf7-list-item {
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 7px;
}
.content-form .wpcf7 .wpcf7-list-item label {
  clear: none;
  min-width: 160px;
  width: auto;
  font-weight: 400;
  margin-bottom: 0;
}
.content-form .wpcf7 .wpcf7-list-item label * {
  display: inline-block;
}
.content-form .wpcf7 .wpcf7-list-item input {
  margin-right: 0.4em;
  margin-top: 0.2em;
  width: auto;
}
.content-form .wpcf7 .wpcf7-list-item input[type=radio],
.content-form .wpcf7 .wpcf7-list-item input[type=checkbox] {
  margin-bottom: 0;
}
.content-form .wpcf7 .wpcf7-list-item-label {
  width: calc(100% - 2em);
}
.content-form .wpcf7 .wpcf7-not-valid-tip {
  clear: left;
  color: #fa8228;
  text-transform: none;
}
.content-form .wpcf7 .wpcf7-response-output {
  border: 2px solid #ebebeb;
  margin-bottom: 1.5833333333rem;
  padding: 1.5em;
}
.content-form .wpcf7 .wpcf7-mail-sent-ok {
  border-color: #868686;
}
.content-form .wpcf7 .wpcf7-validation-errors {
  border-color: #fa8228;
}
.content-form .wpcf7 .wpcf7-display-none {
  display: none;
}
.content-form .wpcf7 input[type=submit] {
  margin-bottom: 1.5833333333rem;
  padding: 0.7em 0.8em;
  background: #fa8228;
  color: white;
  opacity: 0.9;
  cursor: pointer;
  border: none;
}
.content-form .wpcf7 input[type=submit]:hover {
  opacity: 1;
}
.content-form .wpcf7 input:focus {
  border-color: #868686;
}
.content-form .wpcf7 input[type=file] {
  font-weight: 300;
  max-width: 18em;
}
@media (max-width: 630px) {
  .content-form .wpcf7 label,
  .content-form .wpcf7 input,
  .content-form .wpcf7 .wpcf7-form-control-wrap {
    width: 100%;
  }
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: -0.7em;
}

/*
    TABLES
*/
table {
  table-layout: fixed;
  width: 100%;
  font-size: 0.85em;
  text-transform: uppercase;
}
table th {
  font-weight: bold;
}
table tfoot td {
  font-weight: bold;
  font-size: 0.9em;
  width: auto;
}
table td, table th {
  padding: 0.3em;
  width: 12.5%;
  vertical-align: top;
  text-align: right;
}
table td:first-child,
table th:first-child {
  width: 50%;
  text-align: left;
}
table tr {
  border-bottom: 1px solid #ebebeb;
}
@media (max-width: 768px) {
  table th, table th {
    width: auto !important;
  }
  table {
    table-layout: auto;
  }
}

.table-container {
  overflow-y: auto;
}

.container {
  max-width: 68.1111111111em;
  padding: 1.5833333333rem 1em;
  margin: 0 auto;
}

.row {
  padding: 1.5833333333rem 0;
}
@media (max-width: 630px) {
  .row {
    padding: 0.7916666667rem 0;
  }
}

.row-grey {
  background-color: #f0f0f0;
}

.row-white {
  background-color: white;
}

.row-green {
  background-color: #64a55a;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.row-banner {
  margin-top: 0;
  padding-top: 0;
}

.row-banner .container {
  padding-top: 0;
}

.row-1-2 .container {
  display: grid;
  grid-template-columns: 33% calc(66% - 1.5rem);
  grid-gap: 1.5rem;
}
@media (max-width: 850px) {
  .row-1-2 .container {
    grid-template-columns: 50% calc(50% - 1.5rem);
  }
}
@media (max-width: 600px) {
  .row-1-2 .container {
    display: block;
  }
}
@media (max-width: 600px) {
  .row-1-2 .row-column:first-child {
    margin-bottom: 2rem;
  }
}

.row-2-1 .container {
  display: grid;
  grid-template-columns: 66% calc(33% - 3rem);
  grid-gap: 3rem;
}
@media (max-width: 1100px) {
  .row-2-1 .container {
    gap: 1rem;
  }
}
@media (max-width: 850px) {
  .row-2-1 .container {
    grid-template-columns: calc(50% - 0.5rem) calc(50% - 0.5rem);
    grid-gap: 1rem;
  }
}
@media (max-width: 600px) {
  .row-2-1 .container {
    display: block;
  }
}
@media (max-width: 600px) {
  .row-2-1 .row-column:first-child {
    margin-bottom: 2rem;
  }
}

.row-bb {
  border-bottom: 1px solid #f0f0f0;
}

.row-column {
  position: relative;
}

.row-column-feed {
  position: absolute;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 600px) {
  .row-column-feed {
    position: relative;
    height: auto;
  }
}

.row-rss {
  margin-bottom: 1.5rem;
}

/*
	COLUMNS
*/
.col {
  float: left;
  padding-right: 1em;
}

.col:last-child {
  padding-right: 0;
}

.col-1-2 {
  width: 50%;
}
@media (max-width: 630px) {
  .col-1-2 {
    width: 100%;
    padding-right: 0;
  }
}

.col-1-3 {
  width: 33.333%;
}
@media (max-width: 768px) {
  .col-1-3 {
    width: 100%;
    padding-right: 0;
  }
}

.col-2-3 {
  width: 66.666%;
}
@media (max-width: 630px) {
  .col-2-3 {
    width: 100%;
  }
}

.col-1-4 {
  width: 25%;
}
@media (max-width: 900px) {
  .col-1-4 {
    width: 50%;
    padding-right: 0;
  }
}
@media (max-width: 630px) {
  .col-1-4 {
    width: 100%;
  }
}

.col-1-5 {
  width: 20%;
}

.col-1-6 {
  width: 16.666%;
}

.col-2-6 {
  width: 33.333%;
}

.col-2-1 {
  display: grid;
  width: 100%;
  grid-template-columns: minmax(0, 2fr) 1fr;
  gap: 6em;
}
@media (max-width: 1100px) {
  .col-2-1 {
    gap: 2em;
  }
}
@media (max-width: 900px) {
  .col-2-1 {
    grid-template-columns: minmax(0, 2fr);
    gap: 0;
  }
}

@media (max-width: 900px) {
  .left-column :last-child {
    margin-bottom: 0;
  }
}

.right-column:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .right-column .btn {
    width: calc(50% - 0.5em);
  }
  .right-column .btn:nth-child(odd) {
    margin-right: 1em;
  }
}
@media (max-width: 630px) {
  .right-column .btn {
    width: 100%;
  }
}

.full-column {
  width: 100%;
  margin-top: 1.5833333333rem;
}

.cols-1-1-1 {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-gap: 3rem;
}
.cols-1-1-1 :last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .cols-1-1-1 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 2rem;
  }
}
@media (max-width: 630px) {
  .cols-1-1-1 {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
  .cols-1-1-1 .tac {
    text-align: left;
  }
}

/*
	HEADER
*/
.site-header {
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.site-header .container {
  padding-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1100px) {
  .site-header .container {
    padding-bottom: 1.5833333333rem;
  }
}
@media (max-width: 420px) {
  .site-header .container {
    padding-bottom: 1em;
    padding-top: 1em;
  }
}

.site-logo-link {
  margin-bottom: 0;
  text-align: right;
  float: left;
  margin-right: 2em;
}

.site-logo {
  margin-bottom: 0;
  vertical-align: bottom;
  width: 210px;
}
@media (max-width: 1100px) {
  .site-logo {
    width: 180px;
  }
}
@media (max-width: 420px) {
  .site-logo {
    width: 130px;
  }
}
.footer .site-logo {
  width: 260px;
}
@media (max-width: 420px) {
  .footer .site-logo {
    width: 200px;
  }
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  width: 92%;
}
@media (max-width: 900px) {
  .hero-container {
    width: 100%;
  }
}
@media (max-width: 630px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.hero {
  padding: 0;
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f6f3f0;
}
.hero img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
  vertical-align: bottom;
}

.hero-text {
  text-align: left;
  padding-left: 10%;
}
.hero-text h1 {
  font-size: 2rem;
  margin-bottom: 1.8rem;
}
@media (max-width: 630px) {
  .hero-text h1 {
    margin-bottom: 1.4rem;
  }
}
.hero-text p {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
@media (max-width: 630px) {
  .hero-text p {
    margin-bottom: 1.4rem;
  }
}
.hero-text :last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .hero-text {
    padding-left: 1rem;
  }
}
@media (max-width: 630px) {
  .hero-text {
    text-align: center;
    order: 2;
    padding-bottom: 1rem;
    padding-left: 0;
  }
}

@media (max-width: 630px) {
  .hero-image {
    order: 1;
  }
}

.featured-image {
  margin-bottom: 3.1666666667rem;
}

/*
	NAVIGATION
*/
.navigation {
  padding-bottom: 3px;
  padding-top: 0;
  font-weight: 900;
  margin-left: auto;
  padding-top: 1rem;
}
.navigation .main-nav {
  display: flex;
}
.navigation ul {
  margin-left: 0;
  margin-bottom: 0;
}
.navigation > ul {
  float: right;
}
.navigation a, .navigation li, .navigation button {
  display: block;
}
.navigation li {
  position: relative;
}
.navigation > ul > li:hover:before, .page-template-magazine .navigation > ul > li.current-menu-parent:hover:before {
  width: calc(100% - 1.1em);
  transition: 0.3s all ease-out;
}
.navigation > ul > li:before,
.navigation > ul > li.current-menu-item:before,
.navigation > ul > li.current-menu-parent:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0.6em;
  right: 0.6em;
  height: 6px;
  background-color: #fa8228;
  display: block;
  width: calc(100% - 1.1em);
  transition: 0.2s all ease-out;
}
.navigation > ul > li:before {
  width: 0%;
}
.page-template-magazine .navigation > ul > li.current-menu-parent:before {
  width: 0%;
}
.navigation a, .navigation button {
  padding: 0.5em 0.6em;
  width: 100%;
  color: #121c44;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}
.navigation ul ul a {
  font-weight: normal;
}
.navigation button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  background-color: transparent;
  font-family: "WeeklyPro", Arial, serif;
  padding-right: 2rem;
  position: relative;
}
.navigation button::after {
  content: url(images/icon-arrow-down.svg);
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.3rem;
  line-height: 0;
  position: absolute;
  right: 0.8rem;
  top: calc(50% - 0.2rem);
  transform-origin: 50% 50%;
}
.navigation a:hover,
.navigation .current-menu-item > a {
  color: #fa8228;
}
.navigation .sub-menu[hidden] {
  display: none;
}
.navigation .sub-menu {
  position: absolute;
  left: 0;
  background-color: #f0f0f0;
  transition-property: opacity;
  transition-duration: 0.4s;
  transition-timing-function: ease-in;
  top: 100%;
  margin-top: 1px;
  padding: 0.7em 0.5em;
  z-index: 99000;
  font-weight: 500;
  white-space: nowrap;
}
.navigation .sub-menu li {
  margin: 0.2rem 0;
}
.navigation ul ul li {
  width: 100%;
}
.navigation ul ul a {
  width: 100%;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}
@media all and (max-width: 1100px) {
  .site-header .navigation {
    display: none;
  }
}

@media all and (min-width: 768px) {
  .subNav {
    display: none;
  }
}
/* 
	MOBILE NAV
*/
.mobile-nav {
  position: absolute;
  z-index: 9999;
  display: inline-block;
  max-width: 320px;
  min-width: 280px;
  right: 0;
  top: 100%;
}
.mobile-nav button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1em;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  font-family: "WeeklyPro", Arial, serif;
  font-weight: 500;
  color: #121c44;
}
@media (max-width: 1100px) {
  .mobile-nav {
    display: block !important;
  }
}

/*
	INTRO SECTION
*/
.row-center-text {
  text-align: center;
}
.row-center-text p {
  font-size: 1.2em;
}
.row-center-text .container {
  max-width: 870px;
}
@media (max-width: 768px) {
  .row-center-text br {
    display: none;
  }
}

/*
	PAGE CONTENT	
*/
.main-image-container {
  width: 100%;
  text-align: center;
  max-width: 1366px;
  margin: 0 auto;
}
.main-image-container figure {
  margin-bottom: 0;
}
.main-image-container img {
  vertical-align: bottom;
  margin-bottom: 0;
}

.content-wrapper {
  width: 100%;
  max-width: 645px;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media (max-width: 768px) {
  .content-wrapper {
    max-width: none;
    padding-right: 4em;
  }
}
@media (max-width: 630px) {
  .content-wrapper {
    padding-right: 0;
  }
}
.page-template-specia-full-width .content-wrapper {
  max-width: none;
  padding-right: 0;
}

/*
	MISC
*/
.article-slider-wrapper {
  overflow: hidden;
}

.article-slider {
  display: none;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
}
.article-slider .slick-track {
  display: flex;
}
@media (max-width: 600px) {
  .article-slider {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}

.pull-up img {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .pull-up .col-1-3,
  .pull-up .col-2-3 {
    width: 50%;
  }
}
@media (max-width: 630px) {
  .pull-up .col-1-3,
  .pull-up .col-2-3 {
    width: 100%;
    padding-right: 0;
  }
}

.magazine-pu {
  background: #edeae7 url("images/icon-quote.svg") center center no-repeat;
  background-size: 900px auto;
}
.magazine-pu p {
  margin-bottom: 0.7916666667rem;
}

.magazine-pu-title {
  max-width: 130px;
  margin-bottom: 0;
}

.magazine-pu-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 1rem;
}
@media (max-width: 630px) {
  .magazine-pu-cols {
    grid-template-columns: 1fr;
  }
}

.magazine-pu-col-left {
  padding-right: 28%;
}
@media (max-width: 900px) {
  .magazine-pu-col-left {
    padding-right: 0;
  }
}

.magazine-pu-cover {
  width: 100%;
}

/*
	Article grid
*/
.article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.3rem;
  margin-bottom: 1rem;
}
.home .article-grid {
  margin-bottom: 0;
}

.article-grid-article {
  transition: 0.4s ease-in-out;
  background-color: white;
}
.article-grid-article a {
  display: grid;
  grid-template-columns: 7rem 1fr;
  height: 100%;
}
.article-grid-article:hover, .article-grid-article:focus {
  transition: 0.2s ease-in-out;
  transform: scale(1.05);
}

.article-grid-article-image img {
  margin-bottom: 0;
  vertical-align: bottom;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-grid-article-content {
  padding: 1.5rem;
  font-size: 0.9rem;
}
.article-grid-article-content h3 {
  font-size: 1em;
  color: #121c44;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-grid-article-title h3 {
  font-size: 1em;
}

.article-grid-meta {
  color: #fa8228;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.75rem;
}

.page-template-sitemap .left-column ul {
  list-style-type: none;
  margin-left: 0;
}

/*
	FOOTER
*/
.footer {
  line-height: 1.4;
  background: #edeae7 url("images/icon-quote.svg") center center no-repeat;
  background-size: 600px auto;
}
.footer p {
  font-size: 0.85em;
  margin-bottom: 0.7916666667rem;
}
.footer p a {
  color: #121c44;
}
.footer p a:not([href^="mailto:"]) {
  color: #121c44;
  font-weight: 800;
}
.footer p a:not([href^="mailto:"]):after {
  content: " >";
  color: #fa8228;
}
.footer .site-logo-link {
  float: none;
}
.footer .site-logo-link:after {
  display: none;
}
.footer .site-logo {
  float: none;
  margin-bottom: 1.5833333333rem;
}

/*
	Some links (footer)
*/
.some-links {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
}
.some-links img {
  margin-bottom: 0;
  vertical-align: bottom;
}

.some-link {
  display: inline-block;
  margin-right: 0.8em;
  margin-bottom: 1.5rem;
}
.some-link svg {
  height: 25px;
  width: 25px;
  fill: #868686;
  transition: 0.3s ease all;
}
.some-link svg:hover, .some-link svg:focus {
  fill: #fa8228;
}
@media (max-width: 768px) {
  .some-link {
    margin-bottom: 1.5833333333rem;
  }
}

.map {
  height: 401px;
  margin-bottom: 1.5833333333rem;
}

/*
	Magazine (Lööppi)
*/
.mag-intro-container {
  padding: 2rem;
  margin-top: 2rem;
}
@media (max-width: 630px) {
  .mag-intro-container {
    margin-top: 0;
    padding: 1rem;
    padding-bottom: 2rem;
  }
  .bg-grey-2:has(.mag-intro-container) {
    padding-top: 0;
  }
}

.mag-intro-cols {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}
.mag-intro-cols p, .mag-intro-cols ul {
  font-size: 0.9rem;
  line-height: 1.4;
}
.mag-intro-cols ul {
  line-height: 1.6;
}
.mag-intro-cols .btn {
  line-height: 2;
}
@media (max-width: 630px) {
  .mag-intro-cols {
    grid-template-columns: 1fr;
  }
}

.mag-intro-col-left {
  align-self: start;
}
.mag-intro-col-left img {
  margin-bottom: 0;
}

.mag-intro-col-center ul, .mag-intro-col-right ul {
  list-style: disc;
  margin-left: 1rem;
}

.mag-intro-col-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}
.mag-intro-col-right :last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .mag-intro-col-right {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}

.mag-intro-inside-col-right {
  padding-right: 20%;
}
.mag-intro-inside-col-right p {
  font-weight: 300;
}

.mag-intro-inside-col-left a {
  color: inherit;
}
.mag-intro-inside-col-left a:hover {
  color: #fa8228;
}
.mag-intro-inside-col-left a::after {
  content: ">";
  display: inline-block;
  margin-left: 0.3rem;
  color: #fa8228;
  font-weight: 900;
}

.pagination {
  display: flex;
  align-items: center;
}

.post-navigation ul {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin-bottom: 0;
  list-style: none;
}
.post-navigation a {
  color: #121c44;
  font-weight: 900;
  padding: 0.4rem;
}
.post-navigation .active {
  text-decoration: underline;
}

.post-navigation-arrows {
  display: flex;
  gap: 0.3rem;
}
.post-navigation-arrows a {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.article-grid-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: clamp(3rem, 10%, 6rem);
}
@media (max-width: 768px) {
  .article-grid-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media (max-width: 630px) {
  .article-grid-wrapper {
    grid-template-columns: 1fr;
  }
}

/*
	Mag archive (pdfs)
*/
.mags {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
  gap: 0.5rem;
}

.mag-number {
  position: relative;
  overflow: hidden;
}
.mag-number img {
  margin-bottom: 0;
  vertical-align: bottom;
}
.mag-number a:hover .mag-title, .mag-number a:focus .mag-title {
  transition: 0.2s ease-in-out;
  opacity: 1;
}

.mag-title {
  transition: 1s ease-in-out;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fa8228;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 1.3rem;
  opacity: 0;
}

@media (max-width: 630px) {
  .yhteystiedot .entry-text + .box img {
    float: none;
    margin: 0 0 1rem 0;
    display: block;
  }
}

/*
	ICONS
*/
.icon-linkedin {
  background: url("images/icon-linkedin.svg") center no-repeat;
}

.icon-rss {
  background: url("images/icon-rss.svg") center no-repeat;
}

/*
	BUTTONS
*/
.btn {
  color: white;
  font-weight: bold;
  background: #868686;
  padding: 0.6em 1.8em;
  display: inline-block;
  transition: 0.2s ease all;
}
.btn:hover, .btn:focus {
  background: #fa8228;
  color: white;
  text-decoration: none;
}

.btn:active {
  background: black;
}

.btn-orange {
  background: #fa8228;
}

.btn-green {
  background: #64a55a;
  color: white !important;
}

.btn-small {
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0.3em 1.6em;
}

.btn-border {
  background: transparent;
  border: 1px solid #868686;
  color: #868686;
  display: block;
  font-weight: normal;
  margin-bottom: 1.5833333333rem;
  padding-left: 1em;
}

.btn-border:hover,
.btn-border:focus {
  background: white;
  color: #fa8228;
}

.btn-sidebar {
  margin-bottom: 1.5833333333rem;
  width: 100%;
  display: block;
  text-align: center;
  max-width: none;
}
.page-id-834 .btn-sidebar {
  display: none;
}

.back-to-top {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.65em;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-property: color;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #64a55a;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  transform: scaleX(1);
}

/*
	BOX
*/
.box {
  padding: 1.8rem;
  background-color: rgba(246, 243, 240, 0.3019607843);
  margin-bottom: 3rem;
  margin-top: 3rem;
  clear: both;
}
.box p:last-child {
  margin-bottom: 0;
}
.box :last-child {
  margin-bottom: 0;
}
@media (max-width: 630px) {
  .box {
    padding: 1.5em;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.content-box {
  background-image: url("images/icon-quote-white.svg");
  background-repeat: no-repeat;
  background-position: top -25rem right -20rem;
  background-size: 80rem auto;
}

aside .box {
  padding: 1.5em;
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 1.5833333333rem;
}

.b-orange {
  background-color: white;
  border: 1px solid #fa8228;
}

.b-black {
  background-color: white;
  border: 1px solid #121c44;
}

.b-green {
  background-color: white;
  border: 1px solid #64a55a !important;
}

/*
	SECTION HEADINGS
*/
.section-heading {
  border-bottom: 1px solid #fa8228;
  margin-bottom: 1.5833333333rem;
  display: flex;
  align-items: center;
  padding: 0.7rem 0;
}
.section-heading h1, .section-heading h2 {
  display: inline-block;
  font-weight: 900;
  margin-right: 1rem;
  margin-bottom: 0;
}
@media (max-width: 630px) {
  .section-heading h1, .section-heading h2 {
    font-size: 1em;
  }
}
.section-heading a {
  margin-left: auto;
  font-weight: 900;
  color: #121c44;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.8rem;
}
.section-heading a:after {
  content: " >";
  color: #fa8228;
}
.row-green .section-heading {
  border-color: white;
}

/*
	NEWS MODULE
*/
.news-module {
  background-color: white;
  padding: 1.5833333333rem;
  margin-right: 1.5em;
}
.row-news .news-module {
  float: left;
  margin-right: 1.5em;
  width: calc(50% - 0.75em);
}
.row-news .news-module:nth-child(2) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .row-news .news-module {
    width: 100%;
    margin: 0 auto 1.5833333333rem auto !important;
    max-width: 500px;
    float: none;
  }
}

.single .news-module {
  padding: 0;
  margin-bottom: 3.1666666667rem;
}

.single .news-module:last-child {
  margin-bottom: 0;
}

.news-module-heading {
  padding-bottom: 0.3em;
  border-bottom: 6px solid #dcdcdc;
  margin-bottom: 0.7916666667rem;
  padding-left: 1.8em;
}
.news-module-heading:after {
  content: "";
  height: 6px;
  width: 6px;
  background: #fa8228;
  display: block;
  position: absolute;
  left: 0;
  bottom: -6px;
}

.news-link {
  color: #868686;
  display: inline-block;
  margin-bottom: 0.2em;
}

.news-list-item {
  margin-bottom: 0.5277777778rem;
}
.news-list-item a:hover, .news-list-item a:focus {
  color: #fa8228;
}

.news-list-meta {
  font-size: 0.8em;
  color: #fa8228;
}

.news-list-meta-mb {
  margin-bottom: 0.7916666667rem;
}

.row-news .container {
  display: flex;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .row-news .container {
    flex-direction: column;
  }
}

/*
	NEWS LIST
*/
.list-article {
  margin-bottom: 2.375rem;
  font-size: 0.95em;
  line-height: 1.4;
}
.list-article p {
  margin-bottom: 0.2em;
}
.list-article > a {
  color: #121c44;
}
.list-article > a:hover, .list-article > a:focus {
  color: #fa8228;
}

.list-article-heading {
  font-size: 1.1em;
  line-height: 1.4;
  font-weight: 900;
  margin-bottom: 0;
}

.list-article-meta {
  font-weight: 900;
  color: #fa8228;
  font-size: 0.9em;
}
.left-column .list-article-meta {
  margin-bottom: 1.5833333333rem;
}

/* RSS */
.news-event-link {
  font-size: 0.9em;
  line-height: 1.3;
  font-weight: 400;
  display: block;
  color: #121c44;
}
.news-event-link p {
  border-left: 1px solid #fa8228;
  padding-left: 0.5rem;
  margin-bottom: 0.6rem;
}
.right-column .news-event-link {
  color: #121c44;
  height: 8em;
  background-color: #ebebeb;
}

.news-event-link-meta {
  font-size: 0.9em;
  font-weight: 800;
  display: block;
  margin-top: 0.7916666667rem;
}

.news-list-events {
  margin-bottom: 0;
}

.news-list-event-item {
  padding: 0.5em;
  float: left;
}
.right-column .news-list-event-item {
  float: none;
  padding: 0;
  padding-bottom: 1em;
}

.row-rss .container {
  background-color: #ebf2fa;
  padding-left: 2rem;
  padding-right: 2rem;
}
.row-rss .section-heading {
  border-bottom: none;
  padding-bottom: 0;
}

.row-rss .link-p {
  display: none;
}

/*
	ARTICLE
*/
.blog .single-article,
.page .single-article {
  font-size: 0.9em;
  padding-bottom: 3.1666666667rem;
  margin-bottom: 3.1666666667rem;
  border-bottom: 2px solid #dcdcdc;
}
.blog .single-article:last-child,
.page .single-article:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.blog .sticky,
.page .sticky {
  background-color: #ebebeb;
  padding: 1em;
  padding-bottom: 1em;
}

.post-main-image {
  margin-bottom: 2rem;
}
.post-main-image img {
  margin-bottom: 0;
}

.article-nav-link a {
  color: #121c44;
  font-weight: 900;
  font-size: 0.9em;
}
.article-nav-link a:hover, .article-nav-link a:focus {
  color: #fa8228;
}
.article-nav-link a[rel=next] {
  float: right;
}
.article-nav-link a[rel=next]:after {
  content: ">";
  color: #fa8228;
  margin-left: 0.3em;
}
.article-nav-link a[rel=prev] {
  float: left;
}
.article-nav-link a[rel=prev]:before {
  content: "<";
  color: #fa8228;
  margin-right: 0.3em;
}

.some-share-links {
  margin-bottom: 2rem;
}
.some-share-links a {
  display: inline-block;
}

.some-share img {
  height: 1.8em;
  margin-bottom: 0;
  vertical-align: bottom;
}

/*
	QUICKLINK
*/
.box-quicklink {
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.box-quicklink span {
  color: #fa8228;
}

.quicklink {
  display: inline;
  color: #121c44;
}
.quicklink:hover, .quicklink:focus {
  color: #fa8228;
}

/*
	BANNER
*/
.banner {
  background: white;
  float: left;
  width: 100%;
  padding: 1.5833333333rem;
  background: white url("images/membership-card.jpg") right 30px center no-repeat;
  background-size: 420px;
}
@media (max-width: 768px) {
  .banner {
    background-position: right -70px center;
  }
}
@media (max-width: 630px) {
  .banner {
    background-position: right -30px bottom -80px;
    height: 260px;
  }
}

.banner-icon {
  float: left;
  margin-right: 3em;
  margin-bottom: 1.5833333333rem;
  width: 140px;
  height: 140px;
}
@media (max-width: 630px) {
  .banner-icon {
    width: 100px;
    height: 100px;
    margin-right: 1.5em;
  }
}
@media (max-width: 420px) {
  .banner-icon {
    margin-right: 1em;
    width: 70px;
    height: 70px;
  }
}

.banner-title {
  float: left;
  max-width: 12em;
}
.banner-title p {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
  margin-bottom: 0;
}
.banner-title a {
  margin-top: 0.7916666667rem;
}

@media (max-width: 768px) {
  .side-banner-container {
    background: #dcdcdc;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 0.7916666667rem;
    padding-bottom: 0.7916666667rem;
    margin-bottom: -1.5833333333rem;
  }
  .side-banner-container:before, .side-banner-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #dcdcdc;
    width: 2000px;
  }
  .side-banner-container:before {
    right: -100%;
  }
  .side-banner-container:after {
    z-index: -1;
    left: -100%;
  }
}
.side-banner {
  max-width: 289px;
  margin-bottom: 1.5833333333rem;
  clear: left;
  display: inline-block;
}
.side-banner img {
  margin-bottom: 0;
  vertical-align: text-bottom;
  transition: 0.3s all;
}
.side-banner img:hover {
  opacity: 0.8;
  transition: 0.5s all;
  cursor: pointer;
}
@media (max-width: 768px) {
  .side-banner {
    margin: 0.7916666667rem;
  }
}

/*
	TEXT SIDE BANNER
*/
.text-side-banner {
  background: #dcdcdc;
  padding: 1.5em;
  font-size: 0.9em;
  margin-bottom: 1.5833333333rem;
  -webkit-hyphens: auto;
          hyphens: auto;
}
.text-side-banner:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .text-side-banner {
    width: calc(50% - 0.5em);
    float: left;
  }
  .text-side-banner:first-of-type {
    clear: left;
    margin-right: 1em;
  }
}
@media (max-width: 420px) {
  .text-side-banner {
    float: none;
    width: 100%;
  }
}

.text-side-banner-title {
  font-size: 1.2rem;
  margin-bottom: 0.7916666667rem;
}

.text-side-banner-image {
  margin: 0 auto;
  display: block;
  background: white;
  border-radius: 5em;
  width: 10em;
  height: 10em;
  text-align: center;
  margin-bottom: 1.5833333333rem;
  z-index: 2;
}

.text-side-banner-icon {
  width: 80px;
  height: 80px;
  position: absolute;
  display: block;
  margin-top: 50%;
  margin-left: 50%;
  transform: translate(-50%, -50%);
}

.source {
  color: #fa8228;
}

/*
	BREADCRUMBS
*/
.crumbs {
  padding: 1.045rem 0;
  margin-bottom: 2.375rem;
  font-weight: 500;
  border-top: 1px solid #fa8228;
  border-bottom: 1px solid #fa8228;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.crumbs a {
  color: inherit;
}
.crumbs a:hover, .crumbs a:focus {
  text-decoration: underline;
}
.crumbs span:last-of-type {
  color: #fa8228;
}
@media (max-width: 768px) {
  .crumbs {
    padding: 0.5277777778rem 0;
  }
}

/*
	QUOTES
*/
.quotes .quote {
  float: left;
  margin-right: 6em;
  width: calc(50% - 3em);
}
@media (max-width: 630px) {
  .quotes .quote {
    width: 90%;
    margin-right: 10%;
    margin-bottom: 3.1666666667rem;
  }
}
.quotes .quote:nth-child(2) {
  margin-right: 0;
  margin-bottom: 0;
}

.quote-meta {
  font-size: 0.9rem;
  font-weight: normal;
  color: #fa8228;
  margin-bottom: 1.5833333333rem;
}

/*
	SLIDER
*/
.sliders .container {
  text-align: center;
}

.slider {
  padding: 10px;
  margin-right: 1.5em;
  margin-bottom: 3.1666666667rem;
  display: inline-block;
  width: calc(32.9% - 1em);
  max-width: 340px;
  background: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.slider:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 768px) {
  .slider:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  .slider:nth-child(2) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .slider {
    width: calc(48% - 0.5em);
  }
}
@media (max-width: 420px) {
  .slider {
    width: 100%;
    display: inline-block !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.slick-slider {
  display: none;
}

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

.slick-list {
  overflow: hidden;
}

.news-list .slick-arrow, .article-slider .slick-arrow, .hero-image-slider .slick-arrow {
  position: absolute;
  bottom: 1.3em;
  border: none;
  border-radius: 0;
  padding: 0.5em;
  z-index: 1;
  text-indent: -9999px;
  width: 45px;
  height: 45px;
  background: transparent url("images/icon-arrow-boxed.svg") no-repeat left top;
  top: 50%;
}
@media (max-width: 1328px) {
  .news-list .slick-arrow, .article-slider .slick-arrow, .hero-image-slider .slick-arrow {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 601px) {
  .news-list .slick-list {
    padding: 0 15% 0 0 !important; /* Jättää 15% tilaa seuraavalle slidelle oikealla */
  }
}

.news-list-wrapper {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.news-list-wrapper .slick-custom-controls {
  margin-top: 1rem;
}

@media (max-width: 900px) {
  .news-list .slick-arrow {
    bottom: -2.5em;
  }
}

.slick-slide {
  vertical-align: bottom;
  margin-bottom: 0;
  display: inline-block !important;
}
.slick-slide img {
  margin-bottom: 0;
}
.slick-slide:focus {
  outline: 0;
}

.news-list .slick-prev, .article-slider .slick-prev, .hero-image-slider .slick-prev {
  left: -60px;
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 1328px) {
  .news-list .slick-prev, .article-slider .slick-prev, .hero-image-slider .slick-prev {
    left: -25px;
  }
}
@media (max-width: 900px) {
  .news-list .slick-prev, .article-slider .slick-prev, .hero-image-slider .slick-prev {
    left: 1em;
  }
}
.news-list .slick-prev:hover, .news-list .slick-prev:focus, .article-slider .slick-prev:hover, .article-slider .slick-prev:focus, .hero-image-slider .slick-prev:hover, .hero-image-slider .slick-prev:focus {
  background: transparent url("images/icon-arrow-boxed.svg") no-repeat left top;
}

.news-list .slick-next, .article-slider .slick-next, .hero-image-slider .slick-next {
  right: -60px;
}
@media (max-width: 1328px) {
  .news-list .slick-next, .article-slider .slick-next, .hero-image-slider .slick-next {
    right: -25px;
  }
}
@media (max-width: 900px) {
  .news-list .slick-next, .article-slider .slick-next, .hero-image-slider .slick-next {
    right: 1em;
  }
}
.news-list .slick-next:hover, .news-list .slick-next:focus, .article-slider .slick-next:hover, .article-slider .slick-next:focus, .hero-image-slider .slick-next:hover, .hero-image-slider .slick-next:focus {
  background: transparent url("images/icon-arrow-boxed.svg") no-repeat left top;
}

.news-list .slick-dots, .article-slider .slick-dots, .hero-image-slider .slick-dots {
  margin-bottom: 0;
  margin-left: 0.7rem;
}
.news-list .slick-dots li, .article-slider .slick-dots li, .hero-image-slider .slick-dots li {
  display: inline-block;
  padding: 0.25em;
  line-height: 0;
}
.news-list .slick-dots .slick-active button, .article-slider .slick-dots .slick-active button, .hero-image-slider .slick-dots .slick-active button {
  background: #fa8228;
}
.news-list .slick-dots button, .article-slider .slick-dots button, .hero-image-slider .slick-dots button {
  border: none;
  border-radius: 100%;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #ebebeb;
  text-indent: -9999px;
  outline: 0;
}
@media (max-width: 768px) {
  .news-list .slick-dots button, .article-slider .slick-dots button, .hero-image-slider .slick-dots button {
    width: 15px;
    height: 15px;
  }
}

.hero-image-slider .slick-dots {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}

.slick-track:hover {
  cursor: grab;
}

.slick-track:active {
  cursor: grabbing;
}

/*
	Custom Slick controls
*/
.slick-custom-controls {
  display: flex;
  align-items: center;
}

.slick-custom-buttons, .post-navigation-arrows {
  margin-right: 0.5rem;
}
.slick-custom-buttons button, .slick-custom-buttons a, .post-navigation-arrows button, .post-navigation-arrows a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  margin: 0;
  padding: 0.4rem;
  background-color: #fa8228;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: white;
  display: inline-block;
}
.slick-custom-buttons img, .post-navigation-arrows img {
  margin-bottom: 0;
  vertical-align: bottom;
  width: 50%;
  margin-right: -0.1rem;
}
.slick-custom-buttons .prev-btn img, .slick-custom-buttons .prev-img, .post-navigation-arrows .prev-btn img, .post-navigation-arrows .prev-img {
  transform: rotate(180deg);
  margin-right: 0;
  margin-left: -0.1rem;
}

.slick-custom-dots ul {
  display: flex;
  margin-bottom: 0;
}
.slick-custom-dots button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  padding: 0.2rem;
  margin: 0;
  color: #121c44;
  font-size: 0.9rem;
  background-color: transparent;
  font-family: "WeeklyPro", Arial, serif;
  font-weight: bold;
}
.slick-custom-dots .slick-active button {
  text-decoration: underline;
}

/*
	SEARCH RESULTS
*/
.result-link {
  color: #121c44;
  transition: 0.3s ease all;
  opacity: 1;
  display: block;
}
.result-link:hover {
  opacity: 0.8;
}

.single-result {
  padding-bottom: 1.5833333333rem;
  margin-bottom: 1.5833333333rem;
  border-bottom: 1px solid #dcdcdc;
}
.single-result .attachment-thumbnail {
  float: left;
  width: 100px;
  margin-right: 1em;
  margin-bottom: 0;
}

.result-post-type {
  color: #ebebeb;
}

/*
	SHARE BUTTONS
*/
.share-buttons {
  margin-bottom: 1.5833333333rem;
}
.share-buttons span {
  margin-right: 0.3em;
}
.share-buttons iframe {
  vertical-align: bottom;
}

/*
	RESPONSIVE IFRAMES
*/
.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5833333333rem;
  background: url("images/loader.gif") center center no-repeat;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-holder {
  position: relative;
  padding-bottom: 72%;
  background: lightgrey url("images/hsj_looppi_tausta.jpg") center bottom no-repeat;
  background-size: cover;
}

.iframe-loaded {
  padding-bottom: 0;
}

.iframe-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.iframe-button {
  font-family: "WeeklyPro", Arial, serif;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: 0;
}

/*
	PERSONEL BLOCK (ACF)
*/
.personel-block {
  margin-bottom: 1.5833333333rem;
  padding-left: 4.7em;
}
.personel-block p {
  margin-bottom: 0 !important;
}

.personel-block-image {
  position: absolute;
  left: 0;
  top: 0;
}

/*
	ARCHIVE LIST
*/
.aside-box {
  border: 1px solid #fa8228;
  padding: 1em;
  margin-bottom: 1.5833333333rem;
}

.archive {
  margin-bottom: 0;
}

.archive-list {
  font-weight: 900;
  margin-bottom: 0;
}

.archive-year > a {
  color: #121c44;
}
.archive-year > a:hover, .archive-year > a:focus {
  color: #fa8228;
}

.archive-year {
  margin-bottom: 0.7916666667rem;
}
.archive-year:last-child {
  margin-bottom: 0;
}

.archive-month {
  font-size: 0.95em;
  display: inline-block;
}
.archive-month:after {
  content: "|";
  margin: 0 0.3em;
  color: #fa8228;
}
.archive-month:last-child:after {
  display: none;
}
.archive-month a:hover, .archive-month a:focus {
  text-decoration: underline;
}

/*
	SIDEBAR (and front page news)
*/
.box-article {
  background-color: #f0f0f0;
  margin-bottom: 1.5833333333rem;
}
.box-article p {
  font-size: 0.9em;
  line-height: 1.3;
}
.article-slider .box-article {
  background-color: #f6f3f0;
  margin: 0.75em;
  display: flex !important;
  flex-direction: column;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  margin-top: 0;
}
.article-slider .box-article:hover .wp-post-image {
  opacity: 0.8;
  transition: 0.3s all ease-in-out;
}
.article-slider .box-article .box-article-header {
  background-color: white;
}
.article-slider .box-article .box-article-heading {
  -webkit-hyphens: auto;
          hyphens: auto;
}
.article-slider .box-article .box-article-date {
  margin-bottom: 0;
}
.article-slider .box-article .box-article-content {
  background-color: #f6f3f0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.article-slider .box-article .box-article-footer {
  margin-top: auto;
}
.article-slider .box-article {
  /* Lisää sliderin säiliöön hieman paddingia oikealle */
}
.box-article a {
  color: #121c44;
}
.box-article a:hover, .box-article a:focus {
  color: #fa8228;
}
.box-article .wp-post-image {
  margin-bottom: 0;
  vertical-align: bottom;
}
.right-column .box-article {
  padding: 1em;
}
.fb-slider .box-article {
  height: 500px;
  overflow: hidden;
  padding: 0;
}

@media (max-width: 601px) {
  .article-slider .slick-list {
    padding: 0 15% 0 0 !important; /* Jättää 15% tilaa seuraavalle slidelle oikealla */
  }
}

.box-article-content {
  padding: 1em;
}

.box-article-header {
  padding: 0 0 1rem 0;
}

.box-article-img-link {
  padding-bottom: 66.4%;
  position: relative;
}
.box-article-img-link img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fb-slider .box-article-img-link {
  height: 230px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  clear: left;
}

.box-article-date {
  color: #64a55a;
  float: left;
  display: inline-block;
  margin-right: 0.8em;
  margin-bottom: 1.0555555556rem;
  border-right: 1px solid #fa8228;
  padding-right: 0.8em;
}

.box-article-month {
  font-size: 0.65em;
  line-height: 1;
  display: block;
  margin-bottom: 0.2em;
  text-align: center;
}

.box-article-day {
  display: block;
  font-size: 2em;
  text-align: center;
  font-weight: 600;
}

.box-article-heading {
  font-size: 0.95em;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  font-weight: 800;
}
.fb-slider .box-article-heading {
  padding-left: 3em;
}

.box-article-footer a {
  float: right;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #121c44;
}
.box-article-footer .icon-share {
  display: inline;
  width: 1.2em;
  margin-bottom: -0.2em;
  margin-right: 0.2em;
}
.box-article-footer .some-share {
  padding: 0.3em;
  border-radius: 50%;
  display: inline-block;
  width: 2em;
  height: 2em;
  text-align: center;
  margin-left: 0;
}
.box-article-footer .some-share svg {
  padding-bottom: 0.5em;
  height: 2em;
  width: 2em;
}
.box-article-footer .some-share svg path {
  fill: #121c44;
}
.box-article-footer .some-share:hover svg path {
  fill: #121c44;
}
.fb-slider .box-article-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  padding: 0.7em 1em;
  text-align: left;
}
.fb-slider .box-article-footer:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  width: 100%;
  height: 2em;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgb(255, 255, 255) 100%);
}
.right-column .fb-slider .box-article-footer:before {
  background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0) 5%, rgb(235, 235, 235) 100%);
}
.fb-slider .box-article-footer a {
  float: left;
}
.fb-slider .box-article-footer a:after {
  content: ">";
  color: #fa8228;
  margin-left: 0.3em;
}
.right-column .fb-slider .box-article-footer {
  background-color: #ebebeb;
}

.box-article-facebook-logo {
  width: 2em;
  float: left;
  margin-bottom: 0.7916666667rem !important;
}

.looppi-archive {
  margin-bottom: 0;
}
.looppi-archive h1 {
  margin-bottom: 0.5277777778rem;
  color: #121c44;
  font-size: 1.1em;
}
.looppi-archive li {
  margin-bottom: 1.5833333333rem;
}
.looppi-archive li:last-child {
  margin-bottom: 0;
}

.looppi-archive-meta {
  color: #fa8228;
  font-weight: 900;
}

.mag-dl-arc a:not(.btn) {
  font-weight: 900;
  font-size: 0.8rem;
  color: #121c44;
}
.mag-dl-arc p {
  font-size: 0.8rem;
  font-weight: 900;
  margin-bottom: 0.8rem;
}
.mag-dl-arc .btn {
  font-size: initial;
}
.mag-dl-arc h3 {
  color: #fa8228;
  font-size: 0.9rem;
  line-height: 1.1;
  margin-bottom: 0rem;
}
.mag-dl-arc span {
  color: #fa8228;
  display: inline-block;
  margin: 0 0.2rem;
}

.mag-arc img {
  margin-bottom: 0;
}
.mag-arc table {
  table-layout: auto;
  font-size: 1em;
}
.mag-arc table tr {
  border: none;
}
.mag-arc table td {
  font-weight: 500;
  text-align: left;
  text-transform: none;
  width: auto !important;
  padding: 0.1em 0.3em 0.1em 0;
}

/*
	EVENTS
*/
.event-month {
  font-weight: 800;
  font-size: 1rem;
}

.event-items {
  margin-bottom: 1.5833333333rem;
}

.event-item {
  background-color: #ebf2fa;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  display: grid;
  grid-template-columns: auto 1fr;
  padding: 0.5rem 0.8rem;
  line-height: 1.3;
}
.event-item:hover {
  background-color: #f5faff;
}
.event-item a {
  color: black;
}
.event-item a:hover, .event-item a:focus {
  text-decoration: none;
}
.event-item td {
  text-align: left !important;
  width: auto;
  text-transform: none;
}
.event-item td:first-child {
  width: 2em;
}

.right-column .event-month {
  font-size: 0.9em;
}

/*
	SEARCH header
*/
.header-search-form {
  display: inline-block;
  position: relative;
  padding: 0;
  position: relative;
  z-index: 10;
  width: 2rem;
  height: 2rem;
  padding-top: 0.5rem;
}
.header-search-form input[type=text] {
  height: 25px;
  display: inline-block;
  border: none;
  outline: none;
  color: #555;
  padding: 0.2em 40px 0.2em 0em;
  border-radius: 0;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  font-weight: 500;
  color: #121c44;
}
.header-search-form input[type=text]:focus:hover {
  border-bottom: 1px solid #868686;
}
.header-search-form input[type=text]:focus {
  width: 200px;
  z-index: 1;
  border-bottom: 1px solid #868686;
  cursor: text;
  background: white;
}
.header-search-form input[type=submit] {
  margin: 0;
  min-width: 0;
  height: 25px;
  width: 25px;
  display: inline-block;
  color: red;
  float: right;
  background: white url("images/icons/icon-search.svg") center center no-repeat;
  background-size: contain;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 420px) {
  .header-search-form input[type=submit] {
    width: 30px;
    height: 30px;
  }
}
.header-search-form form {
  position: relative;
}
.header-search-form input[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 1100px) {
  .header-search-form {
    margin-left: auto;
  }
}

/* HAMBURGER FOR MOBILE */
.c-hamburger {
  z-index: 13;
  position: relative;
  margin: 0;
  margin-left: 2em;
  padding: 0;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: transparent;
}
@media (max-width: 1100px) {
  .c-hamburger {
    display: inline-block !important;
  }
}
@media (max-width: 420px) {
  .c-hamburger {
    top: 0;
  }
}

.c-hamburger div {
  font-size: 1rem;
  color: black;
  text-indent: 0;
  margin-left: 40px;
  padding-left: 5px;
  line-height: 40px;
  margin-top: 3px;
}
@media (max-width: 630px) {
  .c-hamburger div {
    color: white;
    display: none;
  }
}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 22px;
  left: 0;
  right: 0;
  height: 3px;
  background: #fa8228;
  width: 30px;
}
@media (max-width: 630px) {
  .c-hamburger span {
    background: #fa8228;
  }
}

.c-hamburger.active span {
  background: #fa8228;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fa8228;
  content: "";
}
@media (max-width: 630px) {
  .c-hamburger span::before,
  .c-hamburger span::after {
    background-color: #fa8228;
  }
}

.c-hamburger.active span::before,
.c-hamburger.active span::after {
  background-color: #fa8228;
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.active span {
  background: none;
}

.c-hamburger--htx.active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.active span::before,
.c-hamburger--htx.active span::after {
  transition-delay: 0s, 0.3s;
}

.mobile-nav-link {
  display: none;
  position: fixed;
  z-index: 1000;
  right: 1.2em;
  top: 0.2em;
  line-height: 16px;
}
@media (max-width: 768px) {
  .mobile-nav-link {
    display: block;
  }
}

/*
	SITEMAP
*/
.sitemap li {
  margin-bottom: 0 !important;
}

.sitemap > li {
  margin-left: 0 !important;
  margin-bottom: 1.5833333333rem !important;
}
.sitemap > li:before {
  display: none;
}
.sitemap > li a {
  margin-bottom: 0;
}
.sitemap > li a:hover {
  color: #868686;
}
.sitemap > li > a {
  display: inline-block;
  font-weight: bold;
}

.sitemap .children {
  margin-bottom: 0;
}

/*
	BACK LINK
*/
.back-to-top {
  position: fixed;
  display: none;
  bottom: 1em;
  left: 0;
  background-color: #121c44;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  z-index: 10;
}
.back-to-top svg {
  margin-top: 0.9em;
  width: 1.5em;
}
@media (max-width: 768px) {
  .back-to-top svg {
    margin-top: 0.6em;
    width: 1.2em;
  }
}
.back-to-top:hover, .back-to-top:focus {
  background-color: #fa8228;
}
@media (max-width: 768px) {
  .back-to-top {
    width: 40px;
    height: 40px;
  }
}

/*
	TOGGLE 
*/
.toggle-section-wrapper {
  margin-bottom: 1.5rem;
}
.toggle-section-wrapper + .toggle-section-wrapper {
  margin-top: -1rem;
}
.toggle-section-wrapper + .toggle-section-wrapper .toggle-section.is-open {
  padding-bottom: 1rem;
}
.toggle-section-wrapper:first-of-type:has(+ .toggle-section-wrapper) .toggle-section.is-open {
  padding-bottom: 1rem;
}

.btn-toggle::after {
  content: "+";
  display: inline-block;
  margin-left: 0.2em;
  font-size: 1.5em;
}
.btn-toggle.is-open::after {
  transform: rotate(45deg) translateX(0.1em);
}

button.btn-toggle {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "WeeklyPro", Arial, serif;
  font-size: 1.125em;
  line-height: 0.95em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: transparent;
  border: none;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  text-align: left;
}
button.btn-toggle:hover {
  cursor: pointer;
}

.toggle-section {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s;
}
.toggle-section.is-open {
  padding-top: 1rem;
  max-height: 10000px;
  opacity: 1;
  transition: all 1s;
}
.toggle-section :last-child {
  margin-bottom: 0;
}
.toggle-section ul li, .toggle-section ol li {
  margin-bottom: 0.3rem;
}

/*
	CONTACT PAGE
*/
/*
	People
*/
.people {
  margin-left: 0 !important;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  align-items: start;
}
@media (max-width: 630px) {
  .people {
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}
.page-id-41 .people {
  grid-template-columns: 1fr;
}

.person {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1rem;
  list-style: none;
  margin-bottom: 1rem;
  grid-template-rows: auto auto;
  align-items: start;
}
@media (max-width: 420px) {
  .person {
    grid-template-columns: 1fr 2fr;
  }
}

.person-info {
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: wrap;
  font-size: 0.9rem;
  line-height: 1.3;
}
.person-info .btn-toggle {
  font-family: "WeeklyPro", Arial, serif;
  font-weight: 900;
  font-size: 0.9rem;
}
.person-info .btn-toggle::after {
  color: #fa8228;
  font-weight: 400;
}
.person-info .nobreak {
  -webkit-hyphens: auto;
          hyphens: auto;
  white-space: wrap;
}

.person-info-data :last-child {
  margin-bottom: 0;
}

.person-info-extra {
  padding-top: 0;
  grid-column: 1/3;
  font-size: 0.9rem;
  line-height: 1.4;
  overflow: hidden;
}
.person-info-extra.is-open {
  padding-bottom: 1rem;
}
@media (max-width: 630px) {
  .person-info-extra.is-open {
    padding-top: 0.3rem;
    font-size: 0.8rem;
  }
}

.person-image {
  flex-shrink: 0;
}
.person-image img {
  width: 100%;
  aspect-ratio: 1/1;
  margin-bottom: 0;
  max-width: 120px;
  max-height: 120px;
}
@media (max-width: 420px) {
  .person-image {
    flex-shrink: 1;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
  max-width: 350px;
}
.alignright img {
  max-width: 100%;
  margin-left: 0;
}

.alignleft {
  float: left;
  margin: 3px 10px 7px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 30px 30px;
}

a img.alignnone {
  margin: 5px 0 30px 0;
}

a img.alignleft {
  float: left;
  margin: 3px 10px 7px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption-text {
  font-size: 0.8em;
  line-height: 1.6;
  margin: 0;
  padding: 0 4px 5px;
  margin-top: 0.5em;
}

/* VIDEO BUG */
/*.mejs-inner,
.mejs-layers {
	height: 100%;
}*/
.wp-video {
  float: right;
  margin-bottom: 3em;
  margin-left: 2em;
}

.wp-video * {
  position: static;
  box-sizing: border-box;
}

/* Responsive videos */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

/*
	CONTACT FORM 7
*/
div.wpcf7 img.ajax-loader {
  margin-bottom: 0;
}

.wpcf7-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}

.navigation .wpcf7-submit {
  margin-bottom: 0;
  max-width: 9em;
  float: right;
  margin-top: 0;
  font-weight: bold;
  transition: 0.3s ease background;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
  background: #fa8228 !important;
}

.ajax-loader {
  float: right;
  margin-right: 1em;
  margin-top: 0.5em;
}

.navigation .wpcf7 input[type=text],
.navigation .wpcf7 input[type=email],
.navigation .wpcf7 textarea {
  border: 1px solid transparent;
  border: none;
  max-width: none;
}

.navigation-contact-form h2 {
  font-size: 1.5em;
  margin-top: 1.5833333333rem;
}

.navigation-contact-form p {
  font-weight: 300;
}

.ajax-loader {
  float: none;
}

/*!
 * SlickNav Responsive Mobile Menu v1.0.10
 * (c) 2016 Josh Cope
 * licensed under MIT
 */
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
  margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  border-radius: 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_item a {
  display: inline;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: block;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 1.1em;
  box-sizing: border-box;
  background: #edeae7;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  display: none;
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  border-radius: 4px;
  background-color: #222;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.slicknav_nav a {
  padding: 0.4em 1.2em;
  text-decoration: none;
  color: #121c44;
  border-bottom: 1px solid #dcdcdc;
}

.slicknav_nav a > a {
  border-bottom: 0;
}

.slicknav_nav a:hover {
  color: #fa8228;
  text-decoration: none;
}

.slicknav_nav .sub-menu a:before {
  content: "- ";
  padding-left: 1em;
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

body #cff.cff-masonry .cff-load-more {
  background-color: #fa8228 !important;
}
