@import url(https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/smoothness/jquery-ui.css);
/* WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.post-content ul, .post-content li {
  list-style: disc;
}

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

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

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

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

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

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.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;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Normalize
-------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
  margin-top: 0px;
}

.page-header {
  margin-top: 0px;
}

ul, li {
  list-style: none;
}

/* Base
-------------------------------------------------------------- */
html {
  font-size: 16px;
}

body {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: black;
  background-color: #fefefc;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#contactModal .email-content {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Nav
-------------------------------------------------------------- */
/* Nav */
.navbar {
  background: none;
  border: none;
  min-height: 60px;
  margin-bottom: 0;
}
.navbar a {
  font-weight: 400;
}
.navbar .navbar-nav li#lang-list-item ul {
  padding: 0;
}
.navbar .navbar-nav li {
  list-style-type: none;
}
.navbar .navbar-nav li a {
  color: #fff !important;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 60px;
  padding: 0px 14px !important;
  background: none !important;
}

.navbar-nav .dropdown-menu li {
  list-style-type: none;
}
.navbar-nav .dropdown-menu li a {
  color: #000 !important;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 28px;
}
.navbar-nav .dropdown-menu li.nav-heading a {
  color: #ff8300 !important;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 60px;
}

.navbar-brand-wrapper {
  height: 81px;
  background-color: #fff;
  padding: 0 15px;
}
.navbar-brand-wrapper .inner-wrapper {
  max-width: 940px;
  height: 100%;
  position: relative;
  top: 20px;
}

/* Collapse */
.navbar-collapse {
  max-width: 940px;
  margin: auto;
  padding: 0;
  line-height: 0;
  border: none;
}

#menu-menu {
  padding-top: 7px;
}

.navbar-default .navbar-toggle {
  background-color: white;
  border: none;
  margin-top: 20px;
  padding: 0px 10px 10px 10px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ff8300;
  height: 10px;
  width: 40px;
}

.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}

/* Header
-------------------------------------------------------------- */
.header {
  text-align: center;
}
.header .navbar {
  background-color: #ff8300;
}
.header #menu-paavalikko {
  display: inline-block;
  float: none;
}
.header #search-bar {
  float: right;
}
.header #search-bar .search {
  float: left;
}
.header #lang-switcher {
  float: left;
}

/* Footer
-------------------------------------------------------------- */
/* Footer */
.footer {
  margin-top: 26px;
  padding-bottom: 50px;
}
.footer a {
  font-weight: 400;
}
.footer hr.default {
  border-color: #ce5b00;
}
.footer a:hover {
  text-decoration: none;
}
.footer h5 {
  word-wrap: break-word;
}

.container-footer {
  background-color: #ff8300;
}

.footer-heading {
  color: #fff;
}

#menu-footer {
  padding: 0;
}
#menu-footer li {
  list-style-type: none;
}
#menu-footer ul {
  padding: 0;
}
#menu-footer ul li {
  list-style-type: none;
}
#menu-footer a {
  color: #fff;
  word-wrap: break-word;
}
#menu-footer li > hr.default {
  margin-top: 5px;
}
#menu-footer ul.menu-depth-2 {
  margin-top: 10px;
}
#menu-footer li.menu-item-depth-2 > a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #000;
  text-transform: none;
}
#menu-footer li.menu-item-depth-1 > a {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 0.875rem;
}

/* Grid
-------------------------------------------------------------- */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 940px;
}

.container-fluid.fullsize {
  max-width: none !important;
}

.margins {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.image-responsive {
  width: 100%;
  height: auto;
}

.image-responsive-vertical {
  height: 100%;
  width: auto;
}

.no-padding {
  padding: 0px !important;
}

@media only screen and (min-width: 768px) {
  .no-padding-sm {
    padding: 0px;
  }

  .margin-xs {
    margin: 50px 0;
  }
}
.no-margin {
  margin: 0px !important;
}

.no-margin-horizontal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-padding-left {
  padding-left: 0px !important;
}

.no-padding-right {
  padding-right: 0px !important;
}

/* Breakpoints
-------------------------------------------------------------- */
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  html {
    font-size: 16px;
  }
}
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  html {
    font-size: 16px;
  }
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .row.dynamic-2-cols-xs .col-md-6:nth-child(2n+3), .row.dynamic-2-cols-xs .col-sm-6:nth-child(2n+3), .row.dynamic-2-cols-xs .col-lg-6:nth-child(2n+3), .row.dynamic-2-cols-xs .col-xs-6:nth-child(2n+3) {
    clear: both;
  }

  html {
    font-size: 14px;
  }

  .jumbotron {
    padding: 15px;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  html {
    font-size: 12px;
  }

  .footer .col-sm-3 {
    padding-bottom: 15px;
  }

  .navbar {
    background: #000;
  }

  .navbar-collapse {
    width: 100% !important;
  }

  .margins {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .contact-header {
    height: auto !important;
  }

  .wpcf7-form .submit {
    width: 100% !important;
  }

  .jumbotron {
    padding: 15px;
  }

  .navbar-brand img {
    display: inline-block;
    float: left;
  }

  .navbar a {
    color: black !important;
  }

  .navbar a:hover {
    color: black !important;
  }
}
/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  .row .post-content h1 {
    font-size: 34px !important;
    font-size: 2.125rem !important;
  }

  html {
    font-size: 12px;
  }

  .footer .col-sm-3 {
    padding-bottom: 15px;
  }

  .navbar {
    background: #000;
  }

  .navbar-collapse {
    width: 100% !important;
  }

  .margins {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .contact-header {
    height: auto !important;
  }

  .wpcf7-form .submit {
    width: 100% !important;
  }

  .jumbotron {
    padding: 15px;
  }

  .navbar-brand img {
    display: inline-block;
    float: left;
  }

  .navbar a {
    color: black !important;
  }

  .navbar a:hover {
    color: black !important;
  }
}
/* Modal */
@media screen and (min-width: 768px) {
  #contactModal .modal-dialog {
    width: 400px;
  }
}
@media screen and (min-width: 769px) {
  .pikavuorot [class*=col-]:last-child {
    padding: 0;
  }

  #menu-paavalikko > li > ul.dropdown-menu {
    min-width: 140% !important;
    width: auto !important;
  }
  #menu-paavalikko > .open {
    background-color: #f0f0f0;
  }
  #menu-paavalikko > .open > a {
    color: #ff8300 !important;
  }
  #menu-paavalikko .dropdown-menu {
    background-color: #f0f0f0;
    box-shadow: none;
    border: 0;
  }
}
/* Collapse */
@media screen and (max-width: 767px) {
  .main-content-container {
    padding: 0 20px !important;
  }

  .g-recapptcha-wrapper {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .pikavuorot .pika-map {
    position: static;
    margin-left: auto;
    margin-right: auto;
  }

  .post-content h1 {
    font-size: 36px !important;
    font-size: 2.25rem !important;
  }

  .row.featured .col-sm-6 {
    margin-bottom: 20px;
  }

  .vertical-margin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }

  .vertical-margin-xs {
    margin: 50px 0;
  }

  .margin-bottom-xs-20 {
    margin-bottom: 10px;
  }

  .vertical-margin > [class*=col]:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .navbar-brand-wrapper {
    height: 80px;
    width: 75%;
    float: left;
  }
  .navbar-brand-wrapper .inner-wrapper.toggled {
    border-bottom: 2px solid #ff8300;
    border-right: 2px solid #ff8300;
  }
  .navbar-brand-wrapper .inner-wrapper {
    top: 0;
  }
  .navbar-brand-wrapper .inner-wrapper .navbar-brand {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .navbar-brand-wrapper .inner-wrapper .navbar-brand img {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    height: auto !important;
  }

  .navbar-brand {
    width: 70vw;
  }
  .navbar-brand img {
    padding-left: 20px;
  }

  #menu-paavalikko {
    margin-top: 14px;
    width: 90%;
    text-align: left;
  }
  #menu-paavalikko > li > a {
    background-color: #ff8300 !important;
  }
  #menu-paavalikko li {
    border-bottom: 1px solid #fff;
  }
  #menu-paavalikko li a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #menu-paavalikko li.nav-heading a {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 55px !important;
  }
  #menu-paavalikko .dropdown-menu {
    padding: 0;
    border: 0;
  }
  #menu-paavalikko .dropdown-menu li a {
    line-height: 30px;
  }

  .navbar {
    background-color: #fff !important;
  }

  .navbar-collapse {
    width: 100% !important;
  }

  .margins {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .contact-header {
    height: auto !important;
  }

  .navbar-brand img {
    display: inline-block;
    float: left;
  }

  .navbar a {
    color: white !important;
  }

  .navbar a:hover {
    color: white !important;
  }
}
/* Typography
-------------------------------------------------------------- */
/* Paragraphs
-------------------------------------------------------------- */
p {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: black;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}

ol li, ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 300;
  line-height: 24px;
}

ul {
  margin-bottom: 15px;
}
ul li {
  list-style-type: disc;
}

a {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* Links
-------------------------------------------------------------- */
a {
  color: black;
}

a:hover {
  color: black;
}

.post-content a {
  color: #005cb8;
}

h1, h2 {
  color: #ff8300;
}

.jobs-content a {
  color: #005cb8;
}

/* Titles
-------------------------------------------------------------- */
/* Blocks
-------------------------------------------------------------- */
/* Logo */
.navbar-brand {
  padding: 0;
  margin: 0px !important;
  padding: 0px !important;
  z-index: 9999;
  position: relative;
}
.navbar-brand img {
  height: 42px !important;
  display: inline-block;
}

/* Buttons
-------------------------------------------------------------- */
/* Compononents
-------------------------------------------------------------- */
/* Forms
-------------------------------------------------------------- */
/* Contact form */
#contactModal {
  z-index: 9999 !important;
}
#contactModal .modal-content {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: #fefefc;
}
#contactModal .modal-header {
  border: none;
  text-align: center;
}
#contactModal .send-email {
  border: 1px solid #ff8300;
  padding: 15px;
  display: block;
  position: relative;
}
#contactModal .wpcf7-form {
  border: 1px solid #ff8300;
  padding: 15px;
  display: block;
  position: relative;
}
#contactModal .sent {
  padding: 15px 15px 0px 15px !important;
}
#contactModal .row {
  padding: 0px;
}
#contactModal .contact-header {
  height: 40px;
}
#contactModal .contact-header h5 {
  color: #ff8300;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
}
#contactModal .wpcf7-form p {
  margin: 0px;
  color: #ff8300;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
}
#contactModal .send-email p {
  color: #ff8300;
}
#contactModal .send-email a {
  text-decoration: underline;
  color: #ff8300;
}
#contactModal h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #ff8300;
  text-transform: uppercase;
  text-align: center;
  line-height: normal !important;
}
#contactModal input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ff8300;
  margin-bottom: 10px;
}
#contactModal textarea {
  width: 100%;
  height: 80px;
  padding: 5px;
  border: 1px solid #ff8300;
}
#contactModal .close {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  color: #ff8300;
  text-transform: uppercase;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  position: absolute;
  top: 20px;
  right: 20px;
}
#contactModal .close:hover {
  color: #6e6b6b;
}
#contactModal .submit {
  word-wrap: break-word !important;
  white-space: normal !important;
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  /* change this from inline-block */
  width: 80%;
  /* setting the width */
  margin: 0 auto;
  border: none !important;
  margin-bottom: 0px !important;
}
#contactModal div.wpcf7-validation-errors {
  display: none !important;
}
#contactModal div.wpcf7-response-output {
  margin: 0px !important;
  padding: 5px 0px 0px 0px !important;
  border: none !important;
  color: #398f14;
  text-align: center;
}
#contactModal .email-content {
  text-align: center;
}
#contactModal .email-content img {
  width: 100px;
  height: 100px;
  margin-bottom: 15px;
}
#contactModal .ajax-loader {
  display: none;
}
#contactModal div.wpcf7-response-output {
  margin: 0px !important;
  padding: 5px 0px 0px 0px !important;
  border: none !important;
  color: #398f14;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

/* Sections
-------------------------------------------------------------- */
.pikavuorot h4 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
}
.pikavuorot .wrapper {
  background-color: #005cb8;
  width: 100%;
  height: 100%;
}
.pikavuorot .wrapper .btn {
  margin-top: 10px;
}
.pikavuorot .wrapper .pika-map {
  padding-top: 30px;
  position: relative;
  left: -25px;
}
.pikavuorot .wrapper .text-wrapper {
  padding-top: 30px;
}

#carousel-news .carousel-controls {
  position: relative;
}
#carousel-news img {
  height: 210px;
  width: auto;
}
#carousel-news .post-content {
  height: 210px;
}
#carousel-news .post-content a {
  color: black;
}
#carousel-news a.btn {
  color: #fff;
}
#carousel-news .bottom-align {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  width: calc(100% - 30px);
}
#carousel-news .carousel-post-content-wrapper {
  border: 2px solid #dcdcdc;
}
#carousel-news .carousel-indicators {
  bottom: -35px;
}
#carousel-news .carousel-indicators li {
  background-color: #005cb8;
}

.tiedotteet {
  padding: 0;
}
.tiedotteet .alert-hairio {
  background-color: #fff;
  color: #ff8300;
  border-radius: 0;
  border-color: #ff8300;
  margin-bottom: 20px;
  margin-top: 0;
}
.tiedotteet .alert-hairio.collapsible {
  cursor: pointer;
}
.tiedotteet .alert-hairio:hover {
  opacity: 0.8;
  cursor: pointer;
}
.tiedotteet .alert-hairio i.fa {
  font-size: 32px;
  font-size: 2rem;
  vertical-align: middle;
  line-height: 0;
}
.tiedotteet .alert-hairio .hairio-content {
  margin-top: 12px;
}
.tiedotteet .alert-hairio span {
  font-weight: bold;
}
.tiedotteet .alert-hairio p {
  font-weight: normal;
  display: inline;
  color: #000;
}

#jumbotron-tickets {
  position: relative;
  margin-top: 26px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  height: 40vh;
  max-height: 400px;
  min-height: 317px;
  padding-left: 0;
  padding-right: 0;
  -moz-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
#jumbotron-tickets #header-buy-ticket {
  color: #fff;
  text-shadow: 0px 2px 4px #323232;
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-left: 30px;
  padding: 5px;
}
#jumbotron-tickets .container-fluid {
  height: 100%;
  position: relative;
}
#jumbotron-tickets .form-control {
  border-radius: 0;
}
#jumbotron-tickets input[data-altfield=returnDate]::-webkit-input-placeholder {
  color: #CCC;
}
#jumbotron-tickets input[data-altfield=returnDate]:-moz-placeholder {
  color: #CCC;
}
#jumbotron-tickets input[data-altfield=returnDate]::-moz-placeholder {
  color: #CCC;
}
#jumbotron-tickets input[data-altfield=returnDate]:-ms-input-placeholder {
  color: #CCC;
}

@media (min-width: 768px) {
  .table-row {
    display: table;
    table-layout: fixed;
  }

  .table-row [class^=col-] {
    display: table-cell;
    float: none;
  }
}
#desktop-search-container {
  bottom: 0;
  position: absolute;
}

#mobile-search-container #ticket-search {
  margin-bottom: 10px;
}
#mobile-search-container h2 {
  font-size: 50px;
  font-size: 3.125rem;
}

#ticket-search i {
  color: #005cb8;
}

.gallery h3 {
  color: #000 !important;
}

.deals tr td {
  font-size: 15px;
  font-size: 0.9375rem;
  vertical-align: middle !important;
  padding: 5px !important;
}
.deals tr td:last-child {
  width: 80px;
}
.deals tr:nth-child(odd) {
  background-color: #eeeeee;
}
.deals h3 {
  color: #000 !important;
}
.deals .price {
  color: #005cb8;
  font-weight: bold;
}

.news hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news .post h5 {
  font-size: 15px;
  font-size: 0.9375rem;
}
.news .post h4 {
  color: #ff8300;
  font-size: 15px;
  font-size: 0.9375rem;
}

.section-title {
  font-size: 22px;
  font-size: 1.375rem;
  color: #000 !important;
}

.featured .featured-news {
  /*& > [class*="col-"] {

  	&:first-child {
  		padding-right: 10px !important;
  	}

  	&:last-child {
  		padding-left: 10px !important;
  	}

  	&:nth-child(odd)
  	{
  		.post-content {
  			border-left:1px solid $border-color;
  			border-top:1px solid $border-color;
  			border-bottom:1px solid $border-color;

  		}
  	}
  	&:nth-child(even)
  	{
  		.post-content {
  			background-color: $c3;
  		}
  		.rsaquo::after {
  			color: #000;
  		}
  		.btn-default {
  			background-color: #f0f0f0;
  			color: #000;
  		}
  		p {
  			color:#fff;
  		}
  		h3 {
  			color:#fff;
  		}

  	}
  }	*/
}
.featured h3 {
  font-size: 22px;
  font-size: 1.375rem;
  color: #ff8300;
}
.featured p {
  margin-right: 10px;
  color: #000;
  font-weight: 400;
}
.featured .post-content {
  padding-top: 20px;
  padding-bottom: 30px;
}
.featured .post-content p {
  font-weight: 400;
}

.facebook-wrapper a {
  font-weight: 400;
}
.facebook-wrapper p {
  color: #000;
}
.facebook-wrapper .cff-post-text {
  font-size: 13px;
}

.linkcube-link:hover {
  text-decoration: none;
}

.linkcube {
  min-height: 180px;
  border: 1px solid #005cb8;
  border-radius: 4px;
}
.linkcube:hover {
  background-color: #f0f0f0;
  cursor: pointer;
}
.linkcube img {
  margin-top: 26px;
  margin-bottom: 26px;
}
.linkcube h4 {
  text-align: center;
  color: #005cb8;
}

.linkbar {
  padding: 0;
}
.linkbar li {
  padding: 4px 0;
  list-style-type: none;
}
.linkbar .rsaquo::after {
  color: #004992;
}
.linkbar .rsaquo:hover::after {
  color: #007dc4;
}

.downloadable-schedules .schedule h5 {
  text-align: center;
}
.downloadable-schedules .schedule:nth-child(3n+4) {
  clear: both;
}

.post-content h3 {
  margin-top: 25px;
}
.post-content h1 {
  margin-bottom: 20px;
  font-size: 48px;
  font-size: 3rem;
  word-wrap: break-word;
}
.post-content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  font-weight: 300;
}
.post-content h3 {
  font-size: 30px;
  font-size: 1.875rem;
}

.jumbotron.jumbotron-post-image {
  padding: 0;
}

.contact-form .g-recapptcha-wrapper {
  margin-bottom: 15px;
}
.contact-form .form-section {
  border: 1px solid #dcdcdc;
  padding: 20px;
  margin-bottom: 20px;
}
.schedules-actions {
  margin-bottom: 20px;
}
.schedules-actions .dl-link, .schedules-actions .open-link {
  color: #005cb8;
  cursor: pointer;
}
.schedules-actions .dl-link .fa, .schedules-actions .open-link .fa {
  margin-left: 10px;
  color: #ff8300;
}

.job-container {
  margin-bottom: 20px;
}
.job-container .job-heading {
  display: block;
  cursor: pointer;
  padding-bottom: 20px;
  color: #005cb8;
}

.avoin-hakemus {
  color: #005cb8;
}

.companies {
  margin: 20px 0;
}
.companies .company-container {
  margin: 5px 0;
}
.companies .company-container .company-heading {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #ff8300;
  height: 40px;
}
.companies .company-container .company-heading:not([aria-expanded]) .company-chevron::before {
  content: "\f054" !important;
}
.companies .company-container .company-heading:not(.collapsed) .company-chevron::before {
  content: "\f078";
}
.companies .company-container .company-heading .company-chevron {
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #ce5b00;
}
.companies .company-container .company-heading .company-chevron::before {
  position: relative;
  content: "\f054";
}
.companies .company-container .company-heading h4 {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
  line-height: 40px;
}
.companies .company-container:nth-child(even) .company-heading {
  background-color: #ce5b00;
}
.companies .company-container:nth-child(even) .company-chevron {
  background-color: #ff8300;
}

.archive-posts .post-content {
  margin-top: 40px;
}
.archive-posts .pagination li a {
  color: #005cb8;
}

.collapses img {
  width: 100%;
  height: auto;
}
.collapses a {
  color: #005cb8;
}
.collapses tr a {
  color: #fff;
}
.collapses .collapse-container {
  margin: 5px 0;
}
.collapses .collapse-container .collapsible {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: 5px;
}
.collapses .collapse-container .collapse-heading {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #015cb9;
  height: auto;
}
.collapses .collapse-container .collapse-heading:not([aria-expanded]) .collapse-chevron::before {
  content: "\f054" !important;
}
.collapses .collapse-container .collapse-heading:not(.collapsed) .collapse-chevron::before {
  content: "\f078";
}
.collapses .collapse-container .collapse-heading .collapse-chevron {
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  background-color: #00468b;
}
.collapses .collapse-container .collapse-heading .collapse-chevron::before {
  position: relative;
  content: "\f054";
}
.collapses .collapse-container .collapse-heading h4 {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
  margin-right: 40px;
  margin-bottom: 0;
  line-height: normal;
  padding: 10px 0;
}
.collapses .collapse-container:nth-child(even) .collapse-heading {
  background-color: #00468b;
}
.collapses .collapse-container:nth-child(even) .collapse-chevron {
  background-color: #015cb9;
  color: #fff;
}

.schedules img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.schedules .schedule-container {
  margin: 5px 0;
}
.schedules .schedule-container .schedule-collapsible {
  padding-top: 15px;
  padding-bottom: 5px;
  margin-left: 5px;
}
.schedules .schedule-container .schedule-heading {
  position: relative;
  cursor: pointer;
  color: #fff;
  background-color: #015cb9;
  height: 40px;
}
.schedules .schedule-container .schedule-heading:not([aria-expanded]) .schedule-chevron::before {
  content: "\f054" !important;
}
.schedules .schedule-container .schedule-heading:not(.collapsed) .schedule-chevron::before {
  content: "\f078";
}
.schedules .schedule-container .schedule-heading .schedule-chevron {
  margin-right: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  background-color: #00468b;
}
.schedules .schedule-container .schedule-heading .schedule-chevron::before {
  position: relative;
  content: "\f054";
}
.schedules .schedule-container .schedule-heading h4 {
  display: inline-block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 10px;
  line-height: 40px;
}
.schedules .schedule-container:nth-child(even) .schedule-heading {
  background-color: #00468b;
}
.schedules .schedule-container:nth-child(even) .schedule-chevron {
  background-color: #015cb9;
  color: #fff;
}

.sidemenu-nav {
  /*a[target="_blank"] {
  	background-color: $c3;
  	color: #fff !important;
  	border-radius: 4px;
  	text-align: center;
  	padding: 15px 0;
  	width: 100%;
  	display: inline-block;

  	&:after {
  		margin-left: 5px;
  	    content: "\f054";
  	    color: #004992;
  	    display: inline-block;
  	    font: normal normal normal 14px/1 FontAwesome;
  	    font-size: inherit;
  	}
  }*/
}
.sidemenu-nav .ticket-container {
  display: none;
}
.sidemenu-nav a {
  font-weight: 400;
}
.sidemenu-nav ul#menu-sidemenu {
  padding: 0;
  margin-bottom: 40px;
}
.sidemenu-nav ul#menu-sidemenu a:hover, .sidemenu-nav ul#menu-sidemenu a:active, .sidemenu-nav ul#menu-sidemenu a:focus {
  text-decoration: none;
}
.sidemenu-nav ul#menu-sidemenu .spaced {
  margin-top: 40px !important;
}
.sidemenu-nav ul#menu-sidemenu ul.sub-menu {
  display: block;
  overflow: hidden;
  padding-left: 0;
  -moz-transition: max-height 0.3s ease, margin 0.3s ease;
  -o-transition: max-height 0.3s ease, margin 0.3s ease;
  -webkit-transition: max-height 0.3s ease, margin 0.3s ease;
  transition: max-height 0.3s ease, margin 0.3s ease;
}
.sidemenu-nav ul#menu-sidemenu ul.sub-menu.expanded {
  margin: 6px 0;
  max-height: 600px !important;
}
.sidemenu-nav ul#menu-sidemenu ul.sub-menu ul.sub-menu {
  padding-left: 24px;
}
.sidemenu-nav ul#menu-sidemenu ul.sub-menu ul.sub-menu li {
  list-style-type: disc;
}
.sidemenu-nav ul#menu-sidemenu li {
  padding: 5px 0;
  list-style-type: none;
}
.sidemenu-nav ul#menu-sidemenu li a {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #000;
}
.sidemenu-nav ul#menu-sidemenu > li {
  padding: 8px 0;
}
.sidemenu-nav ul#menu-sidemenu > li.menu-item-has-children {
  margin-top: -2px;
  border-bottom: 2px solid #ff8300;
  border-top: 2px solid #ff8300;
}
.sidemenu-nav ul#menu-sidemenu > li.menu-item-has-children.expandable > ul.sub-menu {
  max-height: 0;
}
.sidemenu-nav ul#menu-sidemenu > li.menu-item-has-children.expandable > a.expanded::after {
  content: "-" !important;
}
.sidemenu-nav ul#menu-sidemenu > li.menu-item-has-children.expandable > a::after {
  content: "+";
  position: absolute;
  right: 20px;
}
.sidemenu-nav ul#menu-sidemenu > li > a {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
  width: 100%;
  color: #ff8300;
}
.sidemenu-nav ul#menu-sidemenu > li > .sub-menu > li > a {
  font-weight: bold;
}

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

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

.margin-top-20 {
  margin-top: 20px;
}

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

.margin-bottom-20 {
  margin-bottom: 20px;
}

hr.default {
  border-top: 3px solid #f5730d;
  margin-top: 0;
}

.row.dynamic-2-cols .col-md-6:nth-child(2n+3), .row.dynamic-2-cols .col-sm-6:nth-child(2n+3), .row.dynamic-2-cols .col-lg-6:nth-child(2n+3), .row.dynamic-2-cols .col-xs-6:nth-child(2n+3) {
  clear: both;
}

.success-sent {
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  margin-bottom: 20px;
}
.success-sent p {
  font-weight: bold;
  margin: 0;
}

#lang-switcher ul {
  padding: 0;
}
#lang-switcher li {
  margin: 5px;
  float: left;
}

.btn-wide {
  width: 100%;
}

.btn-blue {
  background-color: #005cb8;
  color: #fff;
  padding: 15px 0;
}

.btn-blue:hover {
  color: #fff;
  background-color: #004992;
}

.btn-default {
  position: relative;
  background-color: #ff8300;
  color: #fff;
  text-align: left;
  border-radius: 3px;
  border: 0;
}

.btn-default:active, .btn-default:focus {
  background-color: #ff8300;
  color: #fff;
}

.btn-default:hover {
  background-color: #e67600;
  color: #fff;
}

.emph {
  color: #005cb8;
  font-weight: bold;
}
.emph:hover, .emph:focus, .emph:active {
  text-decoration: none;
  color: #005cb8;
}

.rsaquo-right {
  position: relative;
}

.rsaquo-right::after {
  position: absolute !important;
  display: block;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 5px;
  margin: 0 !important;
}

.rsaquo::after {
  margin-left: 5px;
  content: "\f054";
  color: #ce5b00;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
}

.hide-overflow {
  overflow: hidden;
}

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