/*
    @package FiCom-theme    
*/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600;700&display=swap");
img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

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

.alignright {
  float: right; }

.alignleft {
  float: left; }

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

main.register {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 100vh;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4); }

#signup-content {
  margin: 10px;
  width: 440px;
  background-color: #ffffff;
  background-image: url("../images/colored_line.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 6px;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 20px;
  box-sizing: border-box;
  position: relative; }
  #signup-content h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #000000;
    line-height: 31px;
    text-align: center;
    padding: 50px 0px 40px; }

.wp-block-image {
  position: relative; }

html {
  font-size: 62.5%;
  min-width: 240px;
  margin-top: 0px; }

body {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 135%;
  font-size: 18px;
  color: #4a4a4a;
  min-width: 240px;
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

main {
  display: flex;
  flex-direction: column;
  align-items: center; }

ul .nav-container {
  padding-left: 0;
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
p,
span,
ul,
li,
a {
  line-height: 135%; }

hr {
  display: block;
  border: none;
  border-top: 2px solid #E6E6E6;
  margin: 1rem 0;
  padding: 0; }

a {
  color: #f59c00;
  transition: opacity 0.3s ease;
  text-decoration: none; }
  a:hover {
    color: currentColor;
    opacity: 0.7;
    text-decoration: underline; }

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

h1, h2, h3, h4, h5, h6 {
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  word-break: break-word; }
  @media (min-width: 1200px) {
    h1, h2, h3, h4, h5, h6 {
      word-break: unset; } }

h1 {
  font-size: 24px;
  margin: 0.67em 0; }
  @media (min-width: 784px) {
    h1 {
      font-size: 36px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 42px; } }

h2 {
  font-size: 18px;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em; }

h3 {
  font-size: 16px;
  margin-block-start: 1em;
  margin-block-end: 1em; }

p {
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px; }
  p.ingress {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 28px;
    padding-top: 20px;
    color: rgba(74, 74, 74, 0.65); }

input {
  border: 1px solid #979797;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 5px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.25); }

.page-image-container {
  height: 340px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .page-image-container img {
    width: 100%; }

.hop-link-container {
  height: 60px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd; }
  .hop-link-container a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 20px; }
    .hop-link-container a img {
      width: auto;
      height: 35px; }

.nav-container {
  background-color: #fff;
  z-index: 50;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .nav-container.floating {
    position: fixed;
    z-index: 998;
    width: 100%;
    left: 0px;
    top: 0px; }

.nav-container-links {
  display: flex;
  justify-content: center;
  background-color: #fff; }

.footer {
  width: 100%;
  background-color: #4a494a;
  padding: 50px 0px; }

.hidden-thing {
  display: none !important; }

.tags h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  padding-top: 20px; }

.sticky-container {
  position: relative; }

main {
  background-image: url("../images/background_ball.png");
  background-repeat: no-repeat;
  background-position: right 1200px; }

.column,
.columns {
  -webkit-flex: 1 1 0px;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  min-width: initial; }
  @media print, screen and (min-width: 40em) {
    .column,
    .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column .content,
  .columns .content {
    flex-basis: 75%; }

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

.small-1 {
  -webkit-flex: 0 0 8.33333%;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-2 {
  -webkit-flex: 0 0 16.66667%;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 25%; }

.small-3 {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.small-4 {
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-5 {
  -webkit-flex: 0 0 41.66667%;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-6 {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.small-7 {
  -webkit-flex: 0 0 58.33333%;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333; }

.small-8 {
  -webkit-flex: 0 0 66.66667%;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-9 {
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.small-10 {
  -webkit-flex: 0  0 0 83.33333%;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-11 {
  -webkit-flex: 0  0 0 91.66667%;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-12 {
  -webkit-flex: 0  0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-2 {
    flex: 0 0 16.66667%;
    max-width: 25%; }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333; }
  .medium-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .medium-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-2 {
    flex: 0 0 16.66667%;
    max-width: 25%; }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333; }
  .large-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .large-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media print, screen and (min-width: 40em) {
  .small-up-1 > .column {
    flex: 0 0 100%;
    max-width: 100%; }
  .small-up-2 > .column {
    flex: 0 0 50%;
    max-width: 50%; }
  .small-up-3 > .column {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .small-up-4 > .column {
    flex: 0 0 25%;
    max-width: 25%; }
  .small-up-5 > .column {
    flex: 0 0 20%;
    max-width: 20%; }
  .small-up-6 > .column {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .small-up-7 > .column {
    flex: 0 0 14.286%;
    max-width: 14.286%; }
  .small-up-8 > .column {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .small-up-9 > .column {
    flex: 0 0 11.111%;
    max-width: 11.111%; }
  .small-up-10 > .column {
    flex: 0 0 10%;
    max-width: 10%; }
  .small-up-11 > .column {
    flex: 0 0 9.091%;
    max-width: 9.091%; }
  .small-up-12 > .column {
    flex: 0 0 8.333%;
    max-width: 8.333%; } }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .column {
    flex: 0 0 100%;
    max-width: 100%; }
  .medium-up-2 > .column {
    flex: 0 0 50%;
    max-width: 50%; }
  .medium-up-3 > .column {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .medium-up-4 > .column {
    flex: 0 0 25%;
    max-width: 25%; }
  .medium-up-5 > .column {
    flex: 0 0 20%;
    max-width: 20%; }
  .medium-up-6 > .column {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .medium-up-7 > .column {
    flex: 0 0 14.286%;
    max-width: 14.286%; }
  .medium-up-8 > .column {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .medium-up-9 > .column {
    flex: 0 0 11.111%;
    max-width: 11.111%; }
  .medium-up-10 > .column {
    flex: 0 0 10%;
    max-width: 10%; }
  .medium-up-11 > .column {
    flex: 0 0 9.091%;
    max-width: 9.091%; }
  .medium-up-12 > .column {
    flex: 0 0 8.333%;
    max-width: 8.333%; } }

@media print, screen and (min-width: 40em) {
  .large-up-1 > .column {
    flex: 0 0 100%;
    max-width: 100%; }
  .large-up-2 > .column {
    flex: 0 0 50%;
    max-width: 50%; }
  .large-up-3 > .column {
    flex: 0 0 33.333%;
    max-width: 33.333%; }
  .large-up-4 > .column {
    flex: 0 0 25%;
    max-width: 25%; }
  .large-up-5 > .column {
    flex: 0 0 20%;
    max-width: 20%; }
  .large-up-6 > .column {
    flex: 0 0 16.667%;
    max-width: 16.667%; }
  .large-up-7 > .column {
    flex: 0 0 14.286%;
    max-width: 14.286%; }
  .large-up-8 > .column {
    flex: 0 0 12.5%;
    max-width: 12.5%; }
  .large-up-9 > .column {
    flex: 0 0 11.111%;
    max-width: 11.111%; }
  .large-up-10 > .column {
    flex: 0 0 10%;
    max-width: 10%; }
  .large-up-11 > .column {
    flex: 0 0 9.091%;
    max-width: 9.091%; }
  .large-up-12 > .column {
    flex: 0 0 8.333%;
    max-width: 8.333%; } }

.btnRoundedSmall {
  color: #fff;
  border-radius: 28px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 20px;
  display: inline-block;
  min-width: 50px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  cursor: pointer; }

.orangeOutline {
  background: #fff;
  border: 2px solid #f59c00;
  color: #f59c00; }

.redOutline {
  background: #fff;
  border: 2px solid #ea600a;
  color: #ea600a; }

.orangeWhite {
  color: #fff;
  background: #f59c00; }

.redWhite {
  color: #fff;
  background: #ea600a; }

.orangeBlack {
  color: #4a4a4a;
  background: #f59c00; }

.login {
  color: #fff;
  background: #f59c00; }

.greyArrow {
  color: #4a4a4a;
  padding-right: 30px;
  background-color: #e3e3e3;
  background-image: url("../images/symbol_12x12_arrow.png");
  background-position: 90% center;
  background-repeat: no-repeat; }

.search-highlight {
  background: #FFFF00; }

.gradient {
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%; }

.container {
  margin-top: 50px;
  margin-bottom: 50px; }

.mask {
  width: 100%;
  height: 100%;
  background-image: url("../images/mask_145x145_angular_white.png");
  position: absolute; }

.hidden {
  display: none; }

div.page-content {
  width: 99vw;
  padding: 3em 10px 0px;
  margin: auto;
  display: flex; }
  @media (min-width: 1200px) {
    div.page-content {
      max-width: 1024px; } }
  div.page-content::before {
    content: "";
    display: block;
    padding-top: 90px;
    margin-top: -50px; }

.topbar_branding {
  overflow: hidden;
  height: 9rem;
  background-image: url("../images/ball.png");
  background-repeat: no-repeat;
  background-size: 20rem auto;
  background-position: -2rem -13rem; }

.headbutt::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
  pointer-events: none; }

.headbutt-databank::before {
  display: block;
  content: " ";
  margin-top: -150px;
  height: 150px;
  visibility: hidden;
  pointer-events: none; }

.error-message {
  text-align: center;
  border-radius: 28px;
  color: #ea600a;
  border: 2px solid #ea600a;
  margin-top: -25px; }

.no-padding {
  padding: 0; }

.page-content {
  display: flex;
  flex-direction: column; }

.content-container {
  display: flex; }

#index,
#category-page,
#archive-page {
  flex-direction: row; }

#category-page,
#single,
#contacts {
  width: unset; }
  @media (min-width: 1200px) {
    #category-page,
    #single,
    #contacts {
      width: 1024px; } }

#category-page .main-content h1 {
  font-weight: 300;
  color: #9b9b9b;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 28px; }

.infobox {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #4a4a4a;
  max-width: 533px;
  height: auto;
  max-height: 800px;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
  background-image: url("../../FiCom-theme/images/newsblock_533x800.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding: 10px; }

figure {
  margin: 1em 40px;
  margin-left: 0px !important; }

.card-list {
  display: flex;
  flex-wrap: wrap; }
  .card-list a {
    width: 100%; }
    @media (min-width: 1200px) {
      .card-list a {
        max-width: 35%; } }

.region h2 {
  font-size: 18px; }
  .region h2 a {
    font-size: 18px !important; }

.region span, .region ul, .region li {
  font-size: 16px; }

a {
  font-size: inherit; }

#wpadminbar {
  height: fit-content !important;
  height: -moz-fit-content !important;
  position: static !important; }

header {
  font-size: 14px;
  height: 62px;
  width: 100%; }
  @media (min-width: 1200px) {
    header {
      height: 142px; } }
  header#ficom-header {
    display: flex;
    flex-direction: column; }

.logo-container {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto; }
  .logo-container .logo {
    height: 34px; }
  .logo-container .custom-logo {
    height: 100%;
    width: auto; }
    .logo-container .custom-logo-link {
      display: contents; }
    .logo-container .custom-logo.laitteet-link img {
      position: absolute;
      top: 2rem;
      width: 25rem;
      height: auto;
      display: block;
      left: 20rem; }

.top-bar {
  font-size: 14px;
  flex-direction: column;
  display: none; }
  @media (min-width: 1200px) {
    .top-bar {
      display: flex; } }

.extras {
  display: flex;
  flex-direction: row-reverse; }
  .extras img {
    height: 39px; }

.nav-container {
  position: relative; }
  .nav-container.nav-float {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 500;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex; }

.mobile-top-bar {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  width: 100%;
  z-index: 998;
  left: 0px;
  display: block; }
  @media (min-width: 1200px) {
    .mobile-top-bar {
      display: none; } }
  .mobile-top-bar.nav-float {
    z-index: 1500;
    position: fixed;
    left: 0px;
    top: 0px; }
    @media (min-width: 784px) {
      .mobile-top-bar.nav-float {
        top: unset; } }

.logged-in .mobile-top-bar.nav-float {
  z-index: 100000;
  top: 0px; }

.secondary-logo {
  height: 60px;
  width: 60px;
  padding: 5px;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center; }

.mobile-container {
  max-height: 85vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.nav-float .mobile-container {
  position: fixed;
  top: 62px;
  width: 100%; }

.logged-in .mobile-container {
  max-height: 85vh; }
  @media only screen and (orientation: landscape) {
    .logged-in .mobile-container {
      max-height: 70vh; } }
  @media only screen and (orientation: landscape) and (min-width: 784px) {
    .logged-in .mobile-container {
      max-height: 77vh; } }
  @media only screen and (orientation: landscape) and (min-width: 960px) {
    .logged-in .mobile-container {
      max-height: 82vh; } }

.logged-in .nav-float .mobile-container {
  top: 62px; }
  @media (min-width: 784px) {
    .logged-in .nav-float .mobile-container {
      top: 94px; } }

.navigation {
  list-style-type: none;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  padding: 0 0 0 0;
  margin: 0px;
  height: 100%; }
  .navigation .menu-item {
    position: relative;
    line-height: 60px;
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-left: 1px solid #ddd; }
    .navigation .menu-item:hover a {
      color: #fefefe; }
    .navigation .menu-item a {
      display: inline-block;
      width: 100%;
      font-size: 14px;
      font-weight: 600;
      color: #9b9b9b;
      padding: 0px 30px;
      white-space: nowrap; }
    .navigation .menu-item .sub-menu {
      text-transform: none;
      z-index: 50;
      text-align: center;
      list-style-type: none;
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      padding: 0;
      border: 1px solid #ddd; }
      .navigation .menu-item .sub-menu.active {
        display: block; }
      .navigation .menu-item .sub-menu .menu-item {
        line-height: 40px; }
      .navigation .menu-item .sub-menu li {
        display: flex;
        border: none !important; }
        .navigation .menu-item .sub-menu li a {
          text-align: left;
          word-break: unset;
          line-height: unset;
          color: #4a4a4a !important;
          white-space: nowrap;
          background-color: #fff;
          border-top: 1px solid #ddd;
          min-width: 14em; }
          .navigation .menu-item .sub-menu li a:hover {
            background-color: #E6E6E6; }
        .navigation .menu-item .sub-menu li.current-menu-item a {
          background-color: #E6E6E6; }
    .navigation .menu-item:hover .sub-menu, .navigation .menu-item:focus-within .sub-menu {
      display: block; }
  .navigation .current_page_item a,
  .navigation .current_page_ancestor a {
    color: #fefefe; }
  .navigation .main-level-menu:hover, .navigation .main-level-menu:focus-within {
    background-color: #f59c00; }
  .navigation [class*="menu-item-"].active, .navigation [class*="menu-item-"]:hover, .navigation [class*="menu-item-"]:focus-within {
    background-color: #f59c00; }
  .navigation .menu-item-gray.current_page_item, .navigation .menu-item-gray.current_page_ancestor, .navigation .menu-item-gray:hover, .navigation .menu-item-gray:focus-within {
    background-color: #c9c9c9; }
  .navigation .menu-item-red.current_page_item, .navigation .menu-item-red.current_page_ancestor, .navigation .menu-item-red:hover, .navigation .menu-item-red:focus-within {
    background-color: #ea600a; }
  .navigation .menu-item-faded_orange.current_page_item, .navigation .menu-item-faded_orange.current_page_ancestor, .navigation .menu-item-faded_orange:hover, .navigation .menu-item-faded_orange:focus-within {
    background-color: #f29946; }
  .navigation .menu-item-dark_yellow.current_page_item, .navigation .menu-item-dark_yellow.current_page_ancestor, .navigation .menu-item-dark_yellow:hover, .navigation .menu-item-dark_yellow:focus-within {
    background-color: #f7b745; }
  .navigation .menu-item-yellow.current_page_item, .navigation .menu-item-yellow.current_page_ancestor, .navigation .menu-item-yellow:hover, .navigation .menu-item-yellow:focus-within {
    background-color: #feca00; }
  .navigation .menu-item-orange.current_page_item, .navigation .menu-item-orange.current_page_ancestor, .navigation .menu-item-orange:hover, .navigation .menu-item-orange:focus-within {
    background-color: #f59c00; }

.hop-link-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 6rem;
  padding-bottom: 0.5rem;
  background-color: #fff;
  border-top: 1px solid #ce8300;
  border-bottom: 1px solid #ce8300;
  padding: 5px 30px; }
  .hop-link-container-mobile a,
  .hop-link-container-mobile img {
    height: auto; }
  .hop-link-container-mobile img {
    max-height: 5rem; }

#laiteet-header .hop-link-container-mobile a,
#laiteet-header .hop-link-container-mobile img {
  width: 100%; }

.mobile-login-container {
  border-top: 1px solid #ce8300;
  background-color: #f9be5a;
  position: relative;
  padding: 24px; }
  .mobile-login-container #mobile-login {
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%; }
    .mobile-login-container #mobile-login::after {
      content: url("../images/mobile-login-icon.jpg");
      display: inline-block;
      position: absolute;
      top: 15px;
      right: 10px; }

.mobile-nav {
  justify-content: space-between;
  width: 100%;
  align-items: center;
  list-style: none;
  padding: 0;
  border-bottom: none; }
  .mobile-nav ul {
    padding: 0; }
  .mobile-nav #accordion {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.6rem;
    background-color: #f59c00; }
  .mobile-nav .burger-menu {
    max-width: 100%;
    height: auto;
    align-self: flex-end; }
    .mobile-nav .burger-menu #burger-toggle {
      margin: 0;
      display: block;
      height: 6rem;
      width: 6rem;
      overflow: hidden;
      border-left: 1px solid #ddd;
      color: transparent;
      background-image: url("/wp-content/themes/FiCom-theme/images/mobile-menu-closed.jpg");
      background-repeat: no-repeat;
      background-position: center; }
      .mobile-nav .burger-menu #burger-toggle.open-burger {
        background-image: url("/wp-content/themes/FiCom-theme/images/mobile-menu-open.jpg");
        background-color: #f59c00; }
      .mobile-nav .burger-menu #burger-toggle span {
        display: block;
        height: 6rem;
        width: 6rem; }

.extranet {
  width: 140px;
  text-align: center; }
  .extranet .logout-basic {
    color: #cac9c9;
    line-height: 60px;
    padding-top: 0.7em;
    height: 18px;
    border: 1px solid #cac9c9;
    border-radius: 28px;
    padding: 10px; }
  .extranet .logout-mobile {
    color: #cac9c9;
    margin: 0px 10px;
    line-height: 60px; }

.axnav {
  z-index: 1000;
  font-size: 18px;
  position: absolute;
  left: 50%;
  transform: translateY(-100%); }
  .axnav:focus {
    transform: translateY(20%); }

.mobile-accordion li {
  background-color: #f59c00; }
  .mobile-accordion li a {
    color: #fff; }

.mobile-accordion-header {
  background-color: #f59c00;
  display: block;
  padding: 20px;
  border-top: 1px solid #ce8300;
  text-transform: uppercase;
  outline: none; }
  .mobile-accordion-header-icon {
    position: absolute;
    right: 2rem; }

.mobile-accordion-content li {
  padding: 0;
  position: relative;
  display: block;
  padding: 20px;
  border-top: 1px solid;
  text-transform: uppercase;
  background-color: #4a4a4a;
  border-color: #3e3e3e; }
  .mobile-accordion-content li a {
    color: #fff;
    background-color: #4a4a4a;
    border-color: #3e3e3e; }

#accordion {
  margin-bottom: 0px; }

#mobile-home-link img {
  margin-left: 10px; }

.desk-nav {
  width: 100%; }
  .desk-nav.nav-float {
    display: flex;
    justify-content: space-between;
    width: 100%; }

.footer-section-header {
  color: #f59c00;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: bold; }

.footer {
  font-size: 14px;
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden; }
  .footer a {
    color: #f59c00; }
  .footer-logo {
    width: 100%;
    max-width: 1024px;
    display: flex;
    height: 48px;
    margin: 0px; }
    .footer-logo .custom-logo {
      margin-left: 1em; }
    .footer-logo a {
      height: 100%;
      width: 20rem; }
      @media (min-width: 1200px) {
        .footer-logo a {
          width: 15rem; } }
  .footer-links {
    width: 100%;
    margin: 0px; }
    @media (min-width: 960px) {
      .footer-links {
        max-width: 1024px; } }
  .footer-menu {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    text-transform: uppercase;
    flex-wrap: wrap; }
    @media (min-width: 1200px) {
      .footer-menu {
        flex-wrap: nowrap; } }
    .footer-menu width
a {
      font-size: 14px;
      margin-bottom: 10px; }
    .footer-menu .menu-item {
      padding-bottom: 0.5rem;
      padding-left: 1em;
      padding-top: 3em; }
    .footer-menu .sub-menu {
      list-style-type: none;
      text-transform: lowercase;
      padding: 0; }
      .footer-menu .sub-menu .menu-item {
        margin: 0px;
        padding: 0.25em 0px; }
      .footer-menu .sub-menu a {
        color: #9b9b9b;
        margin-bottom: 0px;
        display: block;
        font-size: 14px;
        text-transform: none; }
        .footer-menu .sub-menu a::first-letter {
          text-transform: uppercase; }
        .footer-menu .sub-menu a:hover {
          color: #fefefe; }
    .footer-menu.laitteet {
      flex-direction: column; }
      .footer-menu.laitteet a,
      .footer-menu.laitteet p {
        color: #cac9c9; }
      .footer-menu.laitteet a {
        text-transform: none; }
        .footer-menu.laitteet a::first-letter {
          text-transform: uppercase; }
        .footer-menu.laitteet a:hover {
          color: #fefefe; }
  .footer-address {
    width: 100%;
    border-top: 1px solid #cac9c9;
    margin-top: 50px;
    padding: 30px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 784px) {
      .footer-address {
        justify-content: flex-start;
        flex-direction: row; } }
    @media (min-width: 960px) {
      .footer-address {
        max-width: 1024px; } }
    .footer-address p {
      line-height: 135%;
      color: #9b9b9b; }
      .footer-address p span {
        margin: 0px 10px; }
        .footer-address p span a {
          margin: 0px; }
    .footer-address a {
      margin: 0px 10px; }
  .footer .footer-section-header {
    font-size: 14px; }

a {
  transition: all 0.3s ease; }

.footer.extra-mobile {
  padding: 50px 6.5em; }

.footer-links-mobile.extra-mobile {
  max-width: 70%; }

.footer-links-mobile .footer-menu-mobile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .footer-links-mobile .footer-menu-mobile.extra-mobile {
    flex-direction: column; }
  .footer-links-mobile .footer-menu-mobile .main-level-menu {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-top: 50px; }
  .footer-links-mobile .footer-menu-mobile .menu-item {
    flex: 0 0 50%;
    max-width: 50%;
    white-space: nowrap; }
  .footer-links-mobile .footer-menu-mobile .sub-menu {
    list-style-type: none;
    text-transform: capitalize;
    padding: 0; }
    .footer-links-mobile .footer-menu-mobile .sub-menu a {
      color: #cac9c9;
      margin-bottom: 0px; }
      .footer-links-mobile .footer-menu-mobile .sub-menu a:hover {
        color: #fefefe; }

.image-links {
  display: flex; }
  .image-links img {
    height: 52px;
    width: 52px; }
    @media (min-width: 784px) {
      .image-links img {
        height: 36px;
        width: 36px; } }

.address {
  display: none; }
  @media (min-width: 784px) {
    .address {
      display: block; } }

.mobile-address {
  display: flex;
  width: 100%;
  color: #cac9c9;
  padding: 30px 0px;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 784px) {
    .mobile-address {
      display: none; } }
  .mobile-address span {
    margin: 5px; }

.breadcrumbs {
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  align-items: baseline; }
  @media screen and (max-width: 640px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs .crumb_part {
    line-height: 135%; }
    .breadcrumbs .crumb_part a {
      font-size: 16px;
      text-decoration: none;
      padding: 5px 10px;
      color: #fff;
      cursor: pointer;
      line-height: 100%; }
  .breadcrumbs span {
    padding: 2px 0px;
    white-space: nowrap; }
    .breadcrumbs span a span {
      background-color: transparent !important; }
  .breadcrumbs .current-item {
    display: none; }
  .breadcrumbs span:nth-child(1) {
    background-color: #4a4a4a; }
  .breadcrumbs span:nth-child(2) {
    background-color: #9b9b9b; }
  .breadcrumbs span:nth-child(3) {
    background-color: #ea600a; }
  .breadcrumbs span:nth-child(4) {
    background-color: #f59c00; }
  .breadcrumbs span:nth-child(5) {
    background-color: #fab500; }
  .breadcrumbs span:nth-child(6) {
    background-color: #feca00; }

.breadcrumb_time {
  color: #9b9b9b;
  font-size: 15px;
  padding: 0px 17px 0px 0px !important;
  background-color: unset !important; }
  @media (min-width: 1200px) {
    .breadcrumb_time {
      padding: 0px 0px 0px 17px !important; } }

.content_padder {
  height: 44px;
  flex: 0 0 100%;
  padding: 10px; }

.category_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .category_container {
      width: 90vw; } }
  .category_container .article-category {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 10px;
    margin: 0; }
    @media screen and (max-width: 640px) {
      .category_container .article-category {
        flex: 0 0 100%;
        max-width: 100%; } }
    .category_container .article-category h1 {
      margin-top: 0;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 300;
      color: #cac9c9; }
    .category_container .article-category .content.item-list {
      padding-bottom: 4rem; }
      .category_container .article-category .content.item-list ul {
        list-style-type: none;
        padding: 0; }
    .category_container .article-category .post_item {
      margin: 1em; }
      .category_container .article-category .post_item-title a {
        color: #4a4a4a;
        font-weight: 900;
        font-family: "Source Sans Pro", sans-serif;
        font-size: 24px; }
        @media (min-width: 1200px) {
          .category_container .article-category .post_item-title a {
            font-size: 19px; } }
      .category_container .article-category .post_item-created {
        font-size: 14px; }

.mobile-sidenavi {
  display: block;
  left: 0px;
  top: 60px;
  width: 100%;
  background-color: #f59c00;
  font-size: 14px; }
  @media (min-width: 1200px) {
    .mobile-sidenavi {
      display: none; } }
  .mobile-sidenavi a {
    color: #fff;
    text-align: center;
    display: block;
    line-height: 30px;
    opacity: 0.7; }
  .mobile-sidenavi.active .mobile-sidenavi-content {
    display: flex;
    padding-bottom: 1em; }
  .mobile-sidenavi.active .mobile-sidenavi-close {
    display: inline-block; }
  .mobile-sidenavi-header {
    display: flex;
    padding: 0.5em 0em; }
    .mobile-sidenavi-header a {
      opacity: 1;
      font-size: 1.5em; }
      .mobile-sidenavi-header a:not(.mobile-sidenavi-close):after {
        content: '\276c';
        display: inline-block;
        margin-left: 10px;
        transform: translateY(2px) rotate(-90deg); }
    .mobile-sidenavi-header .mobile-sidenavi-close {
      position: absolute;
      display: none;
      font-size: 24px;
      right: 10px;
      top: 0px;
      line-height: 30px;
      padding: 0px; }
  .mobile-sidenavi-content {
    display: none; }
    .mobile-sidenavi-content a {
      font-size: 1.4em; }
      .mobile-sidenavi-content a.active {
        opacity: 1;
        font-weight: 600; }
    .mobile-sidenavi-content .year_link {
      margin: 0px; }

.year-container {
  display: flex;
  flex-wrap: wrap; }

.year_link {
  margin: 0px 10px 10px 0px; }

.logged-in .mobile-sidenavi {
  top: 107px; }
  @media (min-width: 784px) {
    .logged-in .mobile-sidenavi {
      top: 94px; } }

.logged-in .nav-float .mobile-sidenavi {
  top: 62px; }

.pagination {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  clear: both;
  display: table;
  margin: 50px auto 0px; }
  .pagination a:first-child, .pagination span:first-child {
    border-left: 1px solid #d1d1d1; }
  .pagination .page-numbers {
    text-decoration: none;
    color: #4a4a4a;
    padding: 5px 10px;
    border: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    border-left: none;
    margin: 0px;
    display: inline-block;
    font-size: 14px;
    transition: all 0.3s ease; }
    .pagination .page-numbers:hover {
      opacity: 1;
      background-color: #ececec; }
    .pagination .page-numbers.current {
      background-color: #ececec;
      font-weight: bold;
      opacity: 1; }

.form-required::after {
  content: ' *';
  color: #f00;
  font-weight: 700; }

#setupform input {
  background-color: #fff;
  padding-left: 35px;
  background-position: 7px center;
  background-repeat: no-repeat; }

#setupform .submit input {
  border-radius: 20px;
  font-size: 14px;
  padding: 0px;
  min-width: 100px;
  width: 100%;
  color: #fff;
  border: none;
  background: linear-gradient(to bottom, #ffa000, #fa6700);
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif; }

p.wppb-form-field {
  display: none; }

input {
  background-color: #fff; }
  input.submit.button {
    background-color: #f59c00;
    color: #fff;
    padding-bottom: 40px;
    font-weight: bold;
    border: none; }

#edit_profile {
  display: none; }

.wppb-form-error {
  display: none !important; }

.wppb-error, .alert.wppb-success {
  display: none; }

.register input, .login-container input {
  font-size: 16px !important; }

.front-page-image-container {
  position: relative;
  height: 340px;
  background-size: cover;
  background-position: center;
  width: 100%; }
  .front-page-image-container img {
    height: 340px;
    width: 100%;
    background-size: cover;
    background-position: center; }

.front-page-image-content {
  padding: 10px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  max-width: 650px;
  width: 100%; }
  .front-page-image-content p {
    font-size: 36px;
    filter: drop-shadow(2px 2px 3px rgba(90, 90, 90, 0.75)); }
  .front-page-image-content.extra-mobile {
    font-size: 24px; }

.frontpage_article {
  display: flex;
  padding: 10px 0px;
  color: #fff;
  height: 550px; }
  @media (min-width: 960px) {
    .frontpage_article {
      padding: 10px 5px; } }
  @media (min-width: 1200px) {
    .frontpage_article {
      padding: 10px; } }
  @media (min-width: 1200px) {
    .frontpage_article.small {
      height: 350px; } }
  @media (min-width: 1200px) {
    .frontpage_article.large {
      height: 400px; } }
  .frontpage_article_content {
    display: flex;
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center top;
    align-items: flex-end; }
    .frontpage_article_content .category {
      padding: 7px 12px;
      font-size: 12px;
      font-weight: 900;
      text-transform: uppercase;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.25);
      position: absolute;
      top: 15px;
      left: 0px; }
    .frontpage_article_content .news-content {
      position: relative;
      padding: 10px;
      width: 95%; }
      .frontpage_article_content .news-content .title,
      .frontpage_article_content .news-content h2 {
        font-size: 23px; }
      .frontpage_article_content .news-content .date {
        font-size: 14px; }
  .frontpage_article h2 {
    margin: 0;
    color: #fff; }
    .frontpage_article h2:hover {
      text-decoration: underline; }

#titleColoredLine {
  width: fit-content;
  font-size: 40px;
  display: inline-block;
  font-weight: 300;
  color: #777;
  text-transform: unset; }
  #titleColoredLine::after {
    margin-top: 10px;
    display: block;
    width: 100%;
    content: " ";
    height: 4px;
    background-image: url("../../FiCom-theme/images/colored_line.png");
    background-size: 100%;
    background-position: top left; }

.front_page .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  max-width: unset;
  padding: 0em; }
  @media (min-width: 960px) {
    .front_page .container {
      flex-direction: row;
      max-width: 80vw; } }

.front_page.content {
  flex-direction: column;
  padding-top: 0; }

.frontpage-highlight {
  margin: 60px 0px; }
  .frontpage-highlight-banner {
    padding: 30px;
    width: 100%;
    color: #000;
    background-color: #f8bf5b;
    font-family: "Source Sans Pro", sans-serif;
    background-image: url("../../FiCom-theme/images/bck_378x222.png");
    background-repeat: no-repeat;
    background-position: right top;
    position: relative; }
    .frontpage-highlight-banner #banner-title {
      font-size: 36px;
      color: #fff;
      line-height: 110%;
      font-weight: 300;
      margin: 0px;
      text-transform: unset; }
    .frontpage-highlight-banner #banner-text p {
      max-width: 700px;
      margin: 20px 0px;
      font-weight: 300;
      font-size: unset;
      color: unset; }
    .frontpage-highlight-banner .buttons a {
      border-radius: 20px;
      font-size: 14px;
      padding: 14px 20px 14px 20px;
      min-width: 100px;
      background: #fcdfac;
      color: #77777a;
      font-weight: bold; }

.siteInfo {
  display: flex;
  flex-direction: column; }
  @media (min-width: 1200px) {
    .siteInfo {
      flex-direction: row; } }
  .siteInfo h2:not([class]) {
    font-size: 18px;
    color: #4a4a4a;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0; }
  .siteInfo p:not([class]) {
    font-size: 28px;
    color: rgba(74, 74, 74, 0.72);
    font-weight: 300;
    word-break: break-word; }
    @media (min-width: 1200px) {
      .siteInfo p:not([class]) {
        padding-left: 15px;
        font-size: 30px;
        word-break: unset; } }

.newsletter-box {
  height: 250px;
  max-width: 320px;
  background-image: url("../../FiCom-theme/images/bck_320x250.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 30px;
  position: relative; }
  .newsletter-box .title {
    color: #f59c00;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 25px;
    line-height: 30px;
    width: 90%; }
  .newsletter-box a {
    position: absolute;
    bottom: 15px;
    left: 25px; }

.Front-Page-Newsletter {
  margin-top: 20px; }

@media (min-width: 1200px) {
  .search-container {
    width: 1024px; } }

#front-search {
  display: none; }
  @media (min-width: 1200px) {
    #front-search {
      display: flex; } }

.search-bar {
  width: 100%;
  border-bottom: 1px solid #ececec;
  padding: 10px 15px;
  position: relative;
  height: 90px;
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center; }
  .search-bar form {
    width: 95%; }
  .search-bar .form-control {
    border-radius: 0em;
    border: none;
    color: #85b0e3;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 18px !important;
    box-sizing: border-box;
    height: 50px;
    margin-left: 8px;
    padding: 10px 70px 10px 20px;
    background-color: transparent;
    display: inline-block;
    width: auto;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 0px;
    width: 100%; }
    @media (min-width: 1200px) {
      .search-bar .form-control {
        font-size: 29px !important; } }
    .search-bar .form-control::placeholder {
      color: #ACC9EB; }
    .search-bar .form-control:focus {
      outline: none;
      border: none; }
  .search-bar .search-submit {
    background-image: url("../images/search32.png");
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: transparent;
    border: none;
    right: 15px;
    top: 15px;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .search-bar .search-submit {
        right: 20px; } }
  .search-bar #front_search .search-submit {
    background-image: url("../images/search.png") !important; }

.search-container.front-page {
  margin-top: 1em;
  display: block; }
  @media (min-width: 1200px) {
    .search-container.front-page {
      display: none; } }

.search-toggle {
  background-image: url("../images/search32.png");
  height: 60px;
  width: 60px;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: none;
  cursor: pointer; }
  .search-toggle.active {
    background-color: #E6E6E6; }
  .search-toggle-container {
    z-index: 900;
    border-left: 1px solid #ccc; }

#front-search .search-results {
  max-width: 1054px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.result-container {
  border-bottom: 1px solid #c9c9c9; }
  .result-container .breadcrumbs .date {
    margin-left: 10px;
    display: inline-block;
    color: #cac9c9;
    font-size: 15px; }
  .result-container .title a {
    text-decoration: none;
    color: #4a4a4a;
    font-size: 24px; }
    .result-container .title a:hover {
      text-decoration: underline; }

.search-content {
  background-image: url("../images/content_searchresult_background.png");
  background-position-x: 50%;
  background-position-y: 0%;
  background-size: auto 100%;
  height: auto;
  display: flex;
  width: 100vw;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 1200px) {
    .search-content {
      width: 1024px; } }
  .search-content .result-container {
    width: 100%;
    display: block; }

.search-results-container .search-result-categories {
  display: flex;
  flex-flow: row wrap; }

.search-results-container .title {
  color: #f59c00;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 14px; }

.search-results-container .category_container {
  display: inline-block;
  background-color: rgba(255, 0, 0, 0);
  margin-top: 20px;
  text-decoration: none;
  color: #4a4a4a;
  flex: 0 0 100%;
  max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .search-results-container .category_container {
      flex: 0 0 50%;
      max-width: 50%; } }

.search-results-container .content .result {
  color: #4a4a4a;
  text-transform: none;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 14px;
  padding-left: 28px;
  margin-top: 10px; }
  .search-results-container .content .result .date {
    font-weight: normal;
    color: #cac9c9;
    line-height: 100%; }
  .search-results-container .content .result .link a {
    text-decoration: none;
    color: #4a4a4a; }

.mobile-search {
  background-color: #f59c00; }
  .mobile-search .mobile-search-bar {
    padding: 20px; }
    .mobile-search .mobile-search-bar form {
      position: relative;
      margin: 0px; }
      .mobile-search .mobile-search-bar form .mobile_search-input {
        border: none;
        width: 100%;
        border-radius: 0px;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: bold;
        height: 40px;
        font-size: 16px; }
  .mobile-search .search-submit {
    background-image: url("../images/search32.png");
    width: 24px;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    background-color: transparent;
    border: none;
    right: 10px;
    top: 1px;
    cursor: pointer; }

.search-title {
  font-weight: bold; }

.contentSearchWidthIndicator {
  height: 2px;
  background-color: #f59c00;
  min-width: 30px;
  display: block;
  position: absolute;
  bottom: 1em; }

#databank-search_form {
  width: 95%; }

.post_tags {
  display: inline-block;
  width: auto;
  margin-top: 40px;
  padding-bottom: 3px;
  border-bottom: 3px solid #E6E6E6;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 19px; }
  .post_tags .tag_links a {
    display: inline-block;
    padding-right: 30px;
    color: #ea600a;
    font-weight: bold;
    text-decoration: none;
    font-family: "Source Sans Pro", sans-serif; }

.sidebar {
  display: none;
  max-width: 180px; }
  @media (min-width: 1200px) {
    .sidebar {
      display: inline-block; } }
  .sidebar.nav-float {
    position: -webkit-sticky;
    position: sticky;
    top: 6em; }
    .sidebar.nav-float.at-bottom {
      position: relative;
      right: auto;
      left: auto;
      bottom: auto; }
  .sidebar .sidenavi {
    display: none;
    max-width: 180px;
    background-color: rgba(255, 0, 0, 0); }
    @media (min-width: 1200px) {
      .sidebar .sidenavi {
        display: inline-block; } }
  .sidebar .block {
    margin-bottom: 0px;
    background-image: url("../images/colored_line.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 4px; }
    .sidebar .block:first-child {
      margin-bottom: 30px; }
    .sidebar .block .title {
      font-weight: bold;
      font-size: 19px;
      padding-top: 25px;
      margin-bottom: 20px; }
    .sidebar .block .cat_links {
      display: flex;
      flex-direction: column; }
      .sidebar .block .cat_links .cat_link {
        margin-right: 10px;
        display: inline-block; }
        .sidebar .block .cat_links .cat_link a {
          margin-bottom: 13px; }

.author {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 700px; }
  .author .photo {
    width: 145px;
    height: 145px;
    display: inline-block;
    position: relative; }
    .author .photo .image {
      width: 99%;
      height: 99%;
      background-size: cover;
      background-position: center top;
      position: absolute; }

.article-preview {
  padding: 20px 0px;
  border-bottom: 1px solid #c9c9c9;
  display: flex; }
  .article-preview h2 {
    margin-top: 0px;
    margin-bottom: 0.3em; }
  .article-preview .content h2 {
    font-family: "Source Sans Pro", sans-serif; }
    .article-preview .content h2 a {
      text-decoration: none;
      color: inherit;
      font-size: 24px;
      display: block;
      line-height: 120%;
      text-transform: initial; }
  .article-preview .content .date {
    color: #cac9c9;
    font-size: 15px; }
  .article-preview .photo {
    text-align: right;
    display: flex;
    justify-content: center;
    align-items: center; }
    .article-preview .photo .image {
      min-width: 80px;
      min-height: 80px;
      display: inline-block;
      border-radius: 50%;
      background-size: cover;
      background-position: center; }
      @media (min-width: 1200px) {
        .article-preview .photo .image {
          min-width: 100px;
          min-height: 100px; } }

.article-feed ::before,
.article-feed ::after {
  content: "";
  display: table; }

.article-feed ::after {
  clear: both; }

.article-feed .date {
  margin-top: 15px;
  color: #cac9c9; }

#category-page h2 a {
  font-size: 24px !important; }

.login_container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center; }
  .login_container .login_box {
    margin: 10px;
    width: 440px;
    background-color: #ffffff;
    background-image: url("../images/colored_line.png");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 6px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative; }
    .login_container .login_box .login-title {
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 300;
      font-size: 24px;
      color: #000000;
      line-height: 31px;
      text-align: center;
      padding: 50px 0px 40px; }
    .login_container .login_box #ficom-login_form [class*="login-"] {
      display: flex;
      flex-direction: column; }
    .login_container .login_box #ficom-login_form #ficom_login_user, .login_container .login_box #ficom-login_form #ficom_login_password {
      background-color: #fff;
      padding-left: 35px;
      background-position: 7px center;
      background-repeat: no-repeat; }
    .login_container .login_box #ficom-login_form #ficom_login_user {
      background-image: url("../images/symbol_22x22_person.png"); }
    .login_container .login_box #ficom-login_form #ficom_login_password {
      background-image: url("../images/symbol_22x22_key.png"); }
    .login_container .login_box #ficom-login_form #ficom_login_submit {
      color: #ffffff;
      border-radius: 28px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none;
      padding: 12px 20px 12px 20px;
      text-decoration: none;
      display: inline-block;
      min-width: 50px;
      box-sizing: border-box;
      text-align: center;
      white-space: nowrap;
      cursor: pointer;
      border-radius: 20px;
      font-size: 14px;
      padding: 14px 20px 14px 20px;
      min-width: 100px;
      padding: 0px;
      color: #ffffff;
      background: #f59c00;
      width: 100%;
      color: #fff;
      border: none;
      background: linear-gradient(to bottom, #ffa000, #fa6700); }

#returnToLogin {
  height: 70px;
  border-bottom: 1px solid #C0C0C0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px; }

.login-close {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 32px;
  line-height: 100%;
  display: inline-block;
  color: #9b9b9b;
  transition: all 0.3s ease; }

.login-options {
  height: 70px;
  border-bottom: 1px solid #C0C0C0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px; }

.login-footer {
  padding-top: 20px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  font-size: 16px; }

#databank {
  max-width: 1024px;
  padding: 0px 10px; }
  #databank #databank-accordion h2, #databank #databank-accordion h3 {
    line-height: 42px;
    padding-left: 16px; }
  #databank #databank-accordion h2 {
    background-color: #f29946;
    margin: 0;
    margin-top: 2px;
    font-weight: normal;
    position: relative; }
  #databank #databank-accordion h3 {
    background-color: #cac9c9;
    margin: 0;
    margin-bottom: 2px;
    font-weight: normal; }
  #databank #databank-accordion h4 {
    color: #4a4a4a;
    font-weight: bold;
    margin: 0; }
  #databank ul {
    list-style: none;
    padding: 0; }
  #databank .ui-accordion-header-icon {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    font-size: 32px;
    transition: all ease 0.3s; }
  #databank .content {
    padding-bottom: 0; }
    #databank .content .subcategory-post-container {
      padding: 16px;
      width: 100%; }
      @media (min-width: 784px) {
        #databank .content .subcategory-post-container {
          display: flex;
          flex-direction: column;
          flex-wrap: wrap;
          max-height: 300px; } }
      #databank .content .subcategory-post-container li {
        margin-bottom: 10px; }
  #databank .date {
    font-size: 16px; }
  #databank .ingress {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 300;
    font-size: 29px;
    color: #4a4a4a; }

.category-cards {
  padding: 3em 0px; }
  .category-cards .column {
    margin-bottom: 50px; }

.catblock {
  position: relative;
  border-bottom: 1px solid #f59c00;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  padding-bottom: 20px;
  height: 200px; }
  .catblock .head {
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .catblock .head .title {
      font-weight: 300;
      font-size: 29px;
      margin: 0px;
      background-color: transparent; }
    .catblock .head .icon {
      height: 80px; }
  .catblock .description {
    margin-top: 20px;
    font-weight: 300; }

.category-list {
  display: flex;
  flex-wrap: wrap; }

.at-share-btn {
  z-index: 999 !important; }

.atss-bottom {
  width: 100vw; }

.at-svc-twitter span {
  background-color: #8A8A8A !important; }

.at-svc-linkedin span {
  background-color: #626262 !important; }

.at-svc-whatsapp span {
  background-color: #3A3A3A !important; }

body.noAdd .addthis-smartlayers {
  display: none !important; }

#at-share-dock {
  z-index: 10000 !important; }

.members {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%; }

.member_card {
  background-image: url("../images/Memberblock.png");
  width: 294px;
  height: 283px;
  overflow: hidden;
  flex-basis: 294px;
  position: relative;
  margin-bottom: 30px; }
  .member_card-logo {
    position: absolute;
    top: 5px;
    left: 17px;
    width: 101px;
    height: 101px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .member_card-title {
    font-weight: 900;
    font-size: 20px;
    line-height: 27px;
    margin-top: 130px;
    margin-left: 17px; }
    .member_card-title a {
      text-decoration: none;
      color: #4a4a4a; }
  .member_card-text {
    font-weight: 300;
    font-size: 15px;
    color: #4a4a4a;
    line-height: 22px;
    margin-top: 10px;
    margin-left: 17px;
    padding-right: 16px; }

#contacts {
  font-weight: 300;
  font-size: 17px; }
  #contacts .seperator {
    color: #f59c00;
    padding: 0px 10px; }
  #contacts .breadcrumbs {
    margin-bottom: 3em; }
    #contacts .breadcrumbs span {
      padding: 6px 0px; }

.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 784px) {
    .contact {
      justify-content: space-between; } }

.contact_card {
  display: flex;
  margin-bottom: 65px;
  align-items: center; }
  @media (min-width: 784px) {
    .contact_card {
      flex: 0 0 50%; } }
  .contact_card-image {
    height: 145px;
    width: 145px;
    position: relative;
    flex: 0 0 145px; }
  .contact_card-info {
    padding-left: 35px;
    flex: 1 0 auto; }
    .contact_card-info.title {
      font-weight: bold; }
    .contact_card-info.image {
      width: 99%;
      height: 99%;
      background-size: cover;
      background-position: center top;
      position: absolute; }

.mobile-nav {
  text-transform: uppercase;
  /* Accordion styles */ }
  .mobile-nav label {
    margin: 0px; }
  .mobile-nav input {
    position: absolute;
    opacity: 0;
    z-index: -1; }
  .mobile-nav .row {
    display: flex; }
    .mobile-nav .row .col {
      flex: 1; }
      .mobile-nav .row .col:last-child {
        margin-left: 1em; }
  .mobile-nav .tabs {
    border-radius: 8px;
    overflow: hidden; }
  .mobile-nav .tab {
    width: 100%;
    color: #fff;
    overflow: hidden; }
    .mobile-nav .tab .tab-content .tab {
      padding: 0px 24px;
      height: 70px;
      font-weight: bold;
      background-color: #4a4a4a;
      border: 1px solid #3e3e3e; }
      .mobile-nav .tab .tab-content .tab a {
        padding: 0px 24px;
        color: #fff;
        display: block;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%; }
    .mobile-nav .tab .main_level-link {
      height: 70px;
      background: #f59c00;
      font-weight: bold;
      cursor: pointer;
      border-bottom: 1px solid #ce8300; }
      .mobile-nav .tab .main_level-link a {
        padding: 0px 24px;
        color: #fff;
        display: block;
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        width: 100%; }
    .mobile-nav .tab-label {
      display: flex;
      justify-content: space-between;
      padding: 24px;
      background: #f59c00;
      font-weight: bold;
      cursor: pointer;
      border-bottom: 1px solid #ce8300;
      /* Icon */ }
      .mobile-nav .tab-label:hover {
        background: #c27c00; }
      .mobile-nav .tab-label::after {
        font-family: 'dashicons';
        content: "\f347";
        display: inline-block;
        font-size: 24px;
        text-align: center;
        transition: all .35s; }
    .mobile-nav .tab-content {
      max-height: 0;
      padding: 0em;
      color: #f59c00;
      background: #fff;
      transition: all .35s; }
    .mobile-nav .tab-close {
      display: flex;
      justify-content: flex-end;
      padding: 1em;
      font-size: 0.75em;
      background: #f59c00;
      cursor: pointer; }
      .mobile-nav .tab-close:hover {
        background: #c27c00; }
  .mobile-nav input:checked + .tab-label::after {
    transform: rotate(180deg); }
  .mobile-nav input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0em; }

#contactForm ul {
  list-style-type: none;
  padding: 0; }

#contactForm input,
#contactForm textarea {
  clear: both;
  display: block;
  margin: 0 0 2rem 0;
  width: 100% !important;
  padding: 1rem 0rem 1rem 2rem;
  border-radius: 1.5rem;
  border: 2px solid #f59c00;
  background: none;
  font-size: 1.6rem; }

#contactForm button {
  clear: both;
  display: block;
  margin: 0 0 2rem 0;
  width: auto;
  padding: 1rem 0rem 1rem 2rem;
  border-radius: 1.5rem;
  border: 2px solid #f59c00;
  background: none;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #f59c00;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase; }

#contact {
  display: block;
  margin: 0 auto;
  padding: 0 5rem 8rem 5rem;
  width: 100%;
  max-width: 120rem;
  overflow: hidden; }
  #contact a {
    font-size: unset; }
  #contact .page-content {
    max-width: 72rem;
    margin: 0;
    padding: 0; }
  #contact label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 700; }

#cookie-law-info-bar {
  max-width: 85% !important;
  max-height: 80% !important;
  bottom: 10% !important; }
  @media (min-width: 1200px) {
    #cookie-law-info-bar {
      width: 670px !important;
      bottom: 30px !important; } }

#cookie-law-info-again.mobile {
  bottom: 48px !important; }

#wt-cli-privacy-save-btn {
  background-color: #f59c00; }
  #wt-cli-privacy-save-btn::after {
    content: ' / Save & Accept'; }

#wt-cli-settings-btn {
  margin: 5px; }

.page-template .content h2 {
  font-size: 18px;
  color: #4a4a4a;
  font-weight: bold;
  margin-top: 0; }

.page-template .content p,
.page-template .content .siteInfo .leftSide .text {
  font-size: 30px;
  color: rgba(74, 74, 74, 0.72);
  font-weight: 300; }
