/*!
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 */
/* BASELINE and MARGINS*/
/* BREAKPOINTS */
/* MIXINS */
/* TRANSITIONS */
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on April 5, 2016 */
@font-face {
  font-family: 'WeeklyPro';
  src: url("fonts/WeeklyPro-Regular.eot");
  src: url("fonts/WeeklyPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/WeeklyPro-Regular.woff") format("woff"), url("fonts/WeeklyPro-Regular.ttf") format("truetype"), url("fonts/WeeklyPro-Regular.svg#1528cce7734310e9b26530aa5ad0eab5") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'WeeklyPro';
  src: url("fonts/WeeklyPro-Medium.eot");
  src: url("fonts/WeeklyPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/WeeklyPro-Medium.woff") format("woff"), url("fonts/WeeklyPro-Medium.ttf") format("truetype"), url("fonts/WeeklyPro-Medium.svg#1f71986d2a6a06db8ad98b4a2d53bac4") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'WeeklyPro';
  src: url("fonts/WeeklyPro-SemiBold.eot");
  src: url("fonts/WeeklyPro-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/WeeklyPro-SemiBold.woff") format("woff"), url("fonts/WeeklyPro-SemiBold.ttf") format("truetype"), url("fonts/WeeklyPro-SemiBold.svg#669dcb15df8d2365a385c7e5a295b596") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'WeeklyPro';
  src: url("fonts/WeeklyPro-Black.eot");
  src: url("fonts/WeeklyPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/WeeklyPro-Black.woff") format("woff"), url("fonts/WeeklyPro-Black.ttf") format("truetype"), url("fonts/WeeklyPro-Black.svg#12f6c3de256414bbaf431a45417c66c9") format("svg");
  font-weight: 900;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
* {
  position: relative;
  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: #373c4b;
  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;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none; }

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

p a {
  color: #fa8228;
  -webkit-transition: 0.3s ease all;
  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 {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 1.4em; }
  .left-column ul li,
  .left-column ol li {
    margin-bottom: 0; }

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

strong, b {
  font-weight: bold; }

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: 10px 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: #ffb63b; }

::selection {
  background: #ffb63b; }

.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;
     -moz-hyphens: none;
      -ms-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.2em;
  line-height: 1.2;
  font-weight: 900; }

h3, legend {
  font-weight: 900;
  margin-bottom: 0; }

.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; }
  .page-title.category-looppi {
    color: #fa8228; }

.link-dark {
  color: #373c4b;
  font-weight: 900; }
  .link-dark:after {
    content: "\00a0>";
    display: inline-block;
    color: #fa8228; }
  .link-dark:hover, .link-dark:focus {
    color: #fa8228; }

.green {
  color: #64a55a; }

/*
    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; }

label {
  display: block; }

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: #373c4b; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #373c4b; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #373c4b; }

:-ms-input-placeholder {
  color: #373c4b; }

/*
    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;
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .content-form .wpcf7 .legend-wrapper.visible .icon-cross {
      -webkit-transform: rotate(0);
      transform: rotate(0);
      -webkit-transition: -webkit-transform 0.5s;
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-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 {
      table-layout: auto; }
      table th, table th {
        width: auto !important; } }

.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; }

/*
	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%; }

.left-column {
  float: left;
  padding-right: 9.38em;
  width: calc(100% - 376px); }
  @media (max-width: 1100px) {
    .left-column {
      padding-right: 2em; } }
  @media (max-width: 900px) {
    .left-column {
      width: 100%;
      padding-right: 0;
      margin-bottom: 1.5833333333rem; } }

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

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

/*
	HEADER
*/
.site-header {
  border-bottom: 1px solid #ebebeb; }
  .site-header .container {
    padding-bottom: 0.3958333333rem; }
    @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: 240px; }
  @media (max-width: 1100px) {
    .site-logo {
      width: 200px; } }
  @media (max-width: 420px) {
    .site-logo {
      width: 130px; } }
  @media (max-width: 420px) {
    .footer .site-logo {
      width: 200px; } }

.hero-image {
  padding: 0; }

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

.hero-image-slider {
  display: none;
  padding: 0;
  max-width: 1366px;
  margin: 0 auto;
  overflow: hidden; }
  .hero-image-slider.slick-initialized {
    display: block; }

.hero-caption {
  position: absolute;
  bottom: 1.2em;
  right: 1.2em;
  color: white;
  font-size: 0.8em;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.7); }

/*
	NAVIGATION
*/
.navigation {
  margin-top: 2.3em;
  padding-bottom: 3px;
  padding-top: 0;
  float: left;
  font-weight: 900; }
  .navigation ul {
    margin-left: 0;
    margin-bottom: 0; }
  .navigation > ul {
    float: right; }
  .navigation a, .navigation li {
    display: block;
    float: left; }
  .navigation > ul > li:hover:before, .page-template-magazine .navigation > ul > li.current-menu-parent:hover:before {
    width: calc(100% - 1.1em);
    -webkit-transition: 0.3s all ease-out;
    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);
    -webkit-transition: 0.2s all ease-out;
    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 > ul > li:hover > ul {
    left: 0.6em;
    opacity: 1; }
  .navigation a {
    padding: 0.5em 0.6em;
    width: 100%;
    color: #373c4b; }
  .navigation a:hover,
  .navigation .current-menu-item > a {
    color: #fa8228; }
  .navigation > ul > li > ul {
    position: absolute;
    left: -9999px;
    background-color: #f0f0f0;
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-in;
            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 .sub-menu {
    float: left;
    width: 100%; }
    .navigation .sub-menu .sub-menu a {
      padding-left: 2em; }
  .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%; }
  @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;
     -moz-hyphens: auto;
      -ms-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 {
  display: none; }

.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 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 900px) {
    .magazine-pu .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (max-width: 900px) {
    .magazine-pu .container {
      display: block; } }
.magazine-pu p {
  margin-bottom: 0.7916666667rem; }

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

.magazine-pu-col-left {
  width: 34%;
  margin-right: 1.5em;
  float: left; }
  @media (max-width: 900px) {
    .magazine-pu-col-left {
      width: 100%;
      margin-bottom: 1.5833333333rem; } }
  @media (max-width: 630px) {
    .magazine-pu-col-left {
      width: 100%;
      margin-right: 0; } }
  @media (max-width: 900px) {
    .magazine-pu-col-left .col-1-2 {
      width: auto; } }
  @media (max-width: 630px) {
    .magazine-pu-col-left .col-1-2 {
      width: 100%; } }
  @media (max-width: 630px) {
    .magazine-pu-col-left .btn {
      margin-bottom: 1.5833333333rem; } }

.magazine-pu-col-right {
  width: calc(66% - 1.5em);
  float: right; }
  @media (max-width: 900px) {
    .magazine-pu-col-right {
      width: 100%; } }
  @media (max-width: 630px) {
    .magazine-pu-col-right {
      width: 100%;
      margin-right: 0; } }

.magazine-pu-image {
  width: 46%;
  max-width: 350px;
  float: left;
  border: 12px solid white;
  border-radius: 100%;
  padding: 0;
  margin: 0; }
  @media (max-width: 630px) {
    .magazine-pu-image {
      width: 100%;
      margin: 0 auto 1.5833333333rem;
      max-width: 100%; } }

.magazine-pu-c-wrap {
  float: right;
  width: 49%; }
  @media (max-width: 630px) {
    .magazine-pu-c-wrap {
      width: 100%;
      float: none; } }
  @media (max-width: 630px) {
    .magazine-pu-c-wrap {
      clear: both; } }

.magazine-pu-cover {
  max-width: 150px;
  width: 100%;
  float: left;
  margin-right: 1em; }
  @media (max-width: 900px) {
    .magazine-pu-cover {
      margin-bottom: 0; } }
  @media (max-width: 630px) {
    .magazine-pu-cover {
      margin-bottom: 1.5833333333rem; } }

@media (max-width: 900px) {
  .looppi-text {
    clear: none;
    float: right;
    width: 45%; } }
@media (max-width: 768px) {
  .looppi-text {
    width: 32%; } }
@media (max-width: 630px) {
  .looppi-text {
    width: auto;
    float: none;
    clear: both; } }

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

/*
	FOOTER
*/
.footer {
  line-height: 1.4;
  background-color: #f0f0f0; }
  .footer p {
    font-size: 0.85em;
    margin-bottom: 0.7916666667rem; }
  .footer p a {
    color: #373c4b;
    font-weight: 800; }
    .footer p a: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-link {
  display: inline-block;
  margin-right: 0.8em; }
  .some-link svg {
    height: 25px;
    width: 25px;
    fill: #868686;
    -webkit-transition: 0.3s ease all;
    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; }

/*
	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;
  -webkit-transition: 0.2s ease all;
  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.9em;
  font-weight: 900;
  padding: 0.3em 1em; }

.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;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  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;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  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 {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/*
	BOX
*/
.box {
  padding: 2em;
  background-color: #ebebeb; }
  .box p:last-child {
    margin-bottom: 0; }
  @media (max-width: 630px) {
    .box {
      padding: 1.5em; } }

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

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

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

/*
	SECTION HEADINGS
*/
.section-heading {
  border-bottom: 1px solid #fa8228;
  margin-bottom: 1.5833333333rem; }
  .section-heading h1 {
    display: inline-block;
    font-weight: 900; }
    @media (max-width: 630px) {
      .section-heading h1 {
        font-size: 1em; } }
  .section-heading a {
    float: right;
    font-weight: 900;
    color: #373c4b; }
    .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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0; }
  @media (max-width: 900px) {
    .row-news .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              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: #373c4b; }
    .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 {
  padding: 1em;
  font-size: 0.9em;
  line-height: 1.3;
  height: 10em;
  font-weight: 900;
  display: block;
  background-color: #373c4b;
  color: white; }
  .news-event-link:hover, .news-event-link:focus {
    background-color: #64a55a; }
  .right-column .news-event-link {
    color: #373c4b;
    height: 8em;
    background-color: #ebebeb; }

.news-event-link-meta {
  color: #f6a200;
  font-size: 0.9em;
  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 .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 img {
  margin-bottom: 0; }

.article-nav-link a {
  color: #373c4b;
  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 img {
  height: 1.8em; }

/*
	QUICKLINK
*/
.box-quicklink {
  background-color: white;
  border: 1px solid #fa8228;
  padding: 1.5em;
  margin-bottom: 1.5833333333rem; }
  .box-quicklink .h2 {
    margin-bottom: 0.7916666667rem; }
  .box-quicklink span {
    color: #fa8228; }

.quicklink {
  display: inline;
  color: #373c4b; }
  .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;
    -webkit-transition: 0.3s all;
    transition: 0.3s all; }
    .side-banner img:hover {
      opacity: 0.8;
      -webkit-transition: 0.5s all;
      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;
     -moz-hyphens: auto;
      -ms-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%;
  -webkit-transform: translate(-50%, -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; }
  @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: 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;
  -webkit-transform: translateY(-50%) rotate(180deg);
          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 {
  text-align: center;
  margin-bottom: 0; }
  .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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000; }

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

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

/*
	SEARCH RESULTS
*/
.result-link {
  color: #373c4b;
  -webkit-transition: 0.3s ease all;
  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%; }

/*
	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: #373c4b; }
  .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: white;
    margin: 0.75em;
    float: left;
    display: block;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out; }
    .article-slider .box-article:hover .wp-post-image {
      opacity: 0.8;
      -webkit-transition: 0.3s all ease-in-out;
      transition: 0.3s all ease-in-out; }
  .box-article a {
    color: #373c4b; }
  .box-article a:hover, .box-article a:focus {
    color: #fa8228; }
  .box-article .wp-post-image {
    margin-bottom: 0; }
  .right-column .box-article {
    padding: 1em; }
  .fb-slider .box-article {
    height: 500px;
    overflow: hidden;
    padding: 0; }

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

.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; }
  .fb-slider .box-article-heading {
    padding-left: 3em; }

.box-article-footer a {
  float: right;
  font-size: 0.8em;
  text-transform: uppercase;
  color: #373c4b; }
.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; }
  .box-article-footer .some-share svg path {
    fill: #fa8228; }
  .box-article-footer .some-share:hover svg path {
    fill: #373c4b; }
.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: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, white 100%); }
  .right-column .fb-slider .box-article-footer:before {
    background: -webkit-linear-gradient(top, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0) 5%, #ebebeb 100%);
    background: linear-gradient(to bottom, rgba(235, 235, 235, 0) 0%, rgba(235, 235, 235, 0) 5%, #ebebeb 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: #373c4b;
    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 {
  font-weight: 900;
  font-size: 0.85em; }

.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-items {
  margin-bottom: 1.5833333333rem; }

.event-item {
  background-color: rgba(109, 126, 211, 0.2);
  border-top: 1px solid white;
  border-bottom: 1px solid white; }
  .event-item a {
    color: black; }
  .event-item td {
    padding: 0.2em 0.5em 1em;
    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;
  float: right;
  padding: 0;
  position: relative;
  margin-top: 2.8em;
  z-index: 10; }
  .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;
    -webkit-transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
    cursor: pointer;
    font-weight: 500;
    color: #373c4b; }
  .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 input[type="submit"]:hover {
    opacity: 0.8; }
  @media (max-width: 1100px) {
    .header-search-form {
      margin-top: 2.2em; } }
  @media (max-width: 420px) {
    .header-search-form {
      margin-top: 0.5em; } }

/* HAMBURGER FOR MOBILE */
.c-hamburger {
  z-index: 13;
  float: right;
  top: 2.5em;
  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;
  -webkit-transition: background 0.3s;
  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 {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s; }

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

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

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

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

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

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

.c-hamburger--htx.active span::before,
.c-hamburger--htx.active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          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: #373c4b;
  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 
*/
.btn-toggle:after {
  content: "+";
  margin-left: 0.2em;
  font-size: 1.5em; }
.btn-toggle.is-open:after {
  -webkit-transform: rotate(45deg) translateX(0.1em);
          transform: rotate(45deg) translateX(0.1em); }

.toggle-section {
  height: 0;
  overflow: hidden;
  opacity: 0; }
  .toggle-section.is-open {
    padding-top: 1.5833333333rem;
    height: auto;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s; }

/*
	CONTACT PAGE
*/
.page-id-160 .left-column img:not(.wp-post-image),
.page-id-41 .left-column-content img, .round-borders {
  border: 6px solid #dcdcdc;
  border-radius: 50%;
  width: 120px;
  height: 120px; }

/* =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.2;
  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;
  -webkit-transition: 0.3s ease background;
  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: #ebebeb; }

.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: #373c4b;
  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; }
