@charset "UTF-8";
/*
 Theme Name:   The7 Child - WM Boilerplate
 Description:  Child Theme of The7
 Author:       Wikström Media - FH
 Author URI:   http://wikstrommedia.fi
 Template:     dt-the7
 Version:      1.03
*/
/*
 * --------------------------
 * WM 7-1 SCSS - Version 1.1.1
 * --------------------------
 */
/* 1.1.1:
 * - Fixed Source Maps in libsass builds
 * - Moved breakpoint mixin to _mixin partial for consistency
 * (29.11.2017 FH)
*/
/* 1.1:
 * - Added global namespace variable
 * - Added some automation to text classes, check _type partial!
 * - Moved colours to map
 * - Made imports more platform agnostic
 * (26.11.2017 FH)
*/
/*  1.03:
 *  - Fixed mobile breakpoint
 *  - Added generic svg size classes
 */
p {
  font-size: 13px;
}

.p-15 p {
  font-size: 15px;
}

li {
  font-size: 1.5rem;
}

.font-600 {
  font-weight: 600;
}
.font-700 {
  font-weight: 700;
}

.txt-center {
  text-align: center;
}
.txt-upper {
  text-transform: uppercase;
}
.txt-color-white {
  color: #ffffff;
}
.txt-color-black {
  color: #000000;
}
.txt-color-red {
  color: #a10b01;
}
.txt-color-blue {
  color: #48a3cf;
}
.txt-color-secondary-blue {
  color: #0f2d6b;
}

a,
a:link,
a:hover,
a:active {
  text-decoration: none;
}

.text-box div.wpb_wrapper {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.text-box div.wpb_wrapper p {
  font-size: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .text-box div.wpb_wrapper p {
    margin-right: 15rem;
  }
}

.section {
  padding: 5rem 0 5rem 0;
}

html {
  font-size: 62.5%;
}

::after {
  vertical-align: middle;
}

.padd-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media (max-width: 768px) {
  .sm-mb-2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 767px) {
  .hide-on-desktop {
    display: none !important;
  }
}

@media screen and (min-width: 767px) {
  .show-on-mobile {
    display: block;
  }
}

.custom-btn a,
.custom-btn button {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Raleway";
  background-image: none !important;
}
.custom-btn a a, .custom-btn a button,
.custom-btn button a,
.custom-btn button button {
  background-image: none !important;
}

.btn-arrow a::after,
.btn-arrow button::after {
  content: "\f30b";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  margin: 0em 0em 0em 0.5em;
}

.btn-bottom {
  margin-top: auto;
  padding-top: 1.6rem;
}

.large-btn a {
  width: 20rem;
}

.flex {
  display: flex;
}

.mobile-mini-widgets-in-menu {
  order: 0;
}

.mobile-main-nav {
  order: 1;
}

.mobile-mini-widgets-in-menu .mini-wpml {
  margin: auto;
}

.branding img,
.mobile-branding {
  max-width: 10rem !important;
}

#page .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
  max-width: calc(90vw - 50px - 50px) !important;
}
@media (max-width: 1600px) {
  #page .masthead:not(.side-header):not(.side-header-menu-icon) .header-bar {
    max-width: calc(100vw - 50px - 50px) !important;
  }
}

.cover-img {
  background-position: center bottom;
  background-size: cover;
  height: 50rem;
}
.cover-img h1,
.cover-img h2,
.cover-img h3,
.cover-img h4,
.cover-img h5,
.cover-img h6 {
  color: #ffffff !important;
  font-weight: 400 !important;
  text-shadow: 1.5px 3px 2px #000000;
  text-align: center !important;
}
@media screen and (min-width: 1200px) {
  .cover-img h4 {
    padding: 0 25rem;
  }
}
.cover-img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cover-img.new-cover {
    background-position-x: 63% !important;
  }
}
.cover-img.new-cover > .wpb-column + .wpb-column {
  display: none;
}
.cover-img.new-cover .wpb_wrapper > h1:lang(fi) {
  padding: 0 10%;
}
@media (min-width: 769px) {
  .cover-img.new-cover .wpb_wrapper > h1 {
    color: #000 !important;
    text-shadow: none !important;
  }
}
.cover-img_btn {
  font-weight: 700;
  font-size: 1.5rem;
  font-family: "Raleway";
  background-image: none !important;
  position: absolute;
  top: 0;
  right: 0;
}
.cover-img_btn a, .cover-img_btn button {
  background-image: none !important;
}
.cover-img_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 1rem 0 1rem;
  border-color: #a30c11 transparent;
  position: absolute;
  bottom: 0;
  margin-bottom: -1rem;
  overflow: visible;
  z-index: 9999;
  left: 1rem;
}
.cover-img .vc_column-inner {
  margin-top: -20px;
}

.citotest-subpage-header {
  height: 228px;
}

@media screen and (max-width: 767px) {
  #footer .wf-container-footer {
    padding-top: 5rem;
  }
}

.footer .widget {
  font-size: 1.3rem;
}

.wf-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .wf-container #custom_html-2, .wf-container #custom_html-6, .wf-container #custom_html-8 {
    display: flex;
    justify-content: flex-end;
  }
  .wf-container #custom_html-4, .wf-container #custom_html-5 {
    display: flex;
    justify-content: center;
  }
}
.wf-container .social_links {
  margin-top: 2rem;
}
.wf-container .social_links a:not(:last-child) {
  margin-right: 1.5rem;
}

#footer .recent-posts {
  display: table;
}
#footer .recent-posts li {
  padding-bottom: 15px;
  border-bottom: 1px solid #454e56;
}

.svg-w30 img {
  width: 30px;
  height: auto;
}

.svg-h30 img {
  width: auto;
  height: 30px;
}

.svg-w60 img {
  width: 60px;
  height: auto;
}

.svg-h60 img {
  width: auto;
  height: 60px;
}

.svg-w120 img {
  width: 120px;
  height: auto;
}

.svg-h120 img {
  width: auto;
  height: 120px;
}

.svg-w180 img {
  width: 180px;
  height: auto;
}

.svg-h180 img {
  width: auto;
  height: 180px;
}

.svg-w240 img {
  width: 240px;
  height: auto;
}

.svg-h240 img {
  width: auto;
  height: 240px;
}

#contact .contact_padding {
  padding: 3.2rem 0;
  background-color: #709ea9;
}
#contact .contact_padding .vc_column_container > .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}
#contact span.wpcf7-list-item.first {
  margin: 0 !important;
}

.sm-grey {
  display: flex;
  color: #0f2d6b;
  height: 7.5rem;
  overflow: visible !important;
}
@media screen and (min-width: 767px) {
  .sm-grey {
    max-height: 6rem;
  }
}
.sm-grey p {
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 2rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .sm-grey p {
    word-spacing: normal;
  }
}
.sm-grey a {
  color: #0f2d6b !important;
}
.sm-grey .red {
  display: flex;
  background-color: #a10b01;
  position: relative;
}
.sm-grey .red::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 1rem 0 1rem;
  margin-bottom: -1.2rem;
  border-color: #a10b01 transparent;
  position: absolute;
  bottom: 0;
  overflow: visible;
  left: 3rem;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .sm-grey {
    padding: 0 0 !important;
    height: 12rem;
  }
}

.contactContent {
  height: 0;
  opacity: 0;
  transition: opacity 0.35s ease-in-out, height 0.35s ease-in-out !important;
}

.contactBtn,
.contactBtnClose {
  color: #a10b01;
  cursor: pointer;
}
@media screen and (max-width: 766px) {
  .contactBtn,
  .contactBtnClose {
    margin-right: 0.5rem;
  }
}

.contactBtnClose {
  float: right;
  transition: 0.25s ease-in-out;
}
.contactBtnClose:hover {
  color: white;
}

input.wpcf7-form-control.wpcf7-submit {
  border-radius: 0.2rem !important;
  background-color: #ffffff;
  color: #0f2d6b;
  transition: 0.25s ease-in-out;
}

.show-popup {
  height: 100%;
  opacity: 1;
}

section#contact .red-box {
  background-color: #a10b01;
  position: relative;
}
section#contact .red-box::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  margin-bottom: -12px;
  border-color: #a10b01 transparent;
  position: absolute;
  bottom: 0;
  overflow: visible;
  z-index: 20;
  left: 3rem;
}
section#contact form > * {
  float: left;
}
section#contact .citotest-contact-element.half {
  width: 48%;
  margin-right: 4%;
}
@media screen and (max-width: 767px) {
  section#contact .citotest-contact-element.half {
    width: 100%;
    margin-right: 0;
  }
}
section#contact .citotest-contact-element.last {
  margin-right: 0;
}
section#contact .citotest-contact-element.full {
  width: 100%;
}
section#contact .citotest-contact-element input, section#contact .citotest-contact-element textarea {
  background-color: #709ea9;
  border: 2px solid white;
  border-radius: 0;
  color: white;
}
section#contact .citotest-contact-element input::-moz-placeholder, section#contact .citotest-contact-element textarea::-moz-placeholder {
  color: white !important;
}
section#contact .citotest-contact-element input::placeholder, section#contact .citotest-contact-element textarea::placeholder {
  color: white !important;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}

#remissform {
  border: none;
  width: 100%;
  margin-bottom: 100px;
}

@media screen {
  .wm-remissForm {
    background-color: transparent;
  }
  .wm-remissForm__form {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .wm-remissForm__form {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .wm-remissForm__form > h2 {
    font-size: 24px;
  }
}
@media screen {
  .wm-remissForm__form h4 {
    /*  font-size: 22px; */
    font-weight: 700;
    margin-bottom: 20px;
  }
}
@media screen {
  .wm-remissForm__form input {
    font-size: 18px !important;
    border: 2px solid #a10b01;
    margin-bottom: 0 !important;
  }
  .wm-remissForm__form input[type=text], .wm-remissForm__form input[type=date] {
    width: 100%;
    display: block;
    height: 60px;
    padding: 10px 25px;
  }
  .wm-remissForm__form input[type=text]::-moz-placeholder, .wm-remissForm__form input[type=date]::-moz-placeholder {
    color: #AAAAAA;
  }
  .wm-remissForm__form input[type=text]::placeholder, .wm-remissForm__form input[type=date]::placeholder {
    color: #AAAAAA;
  }
  .wm-remissForm__form input[type=radio], .wm-remissForm__form input[type=checkbox] {
    width: 0;
    height: 0;
    visibility: hidden;
  }
  .wm-remissForm__form input[type=radio] + label, .wm-remissForm__form input[type=checkbox] + label {
    display: flex;
    color: #AAAAAA;
  }
  .wm-remissForm__form input[type=radio] + label:before, .wm-remissForm__form input[type=checkbox] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #a10b01;
    margin-right: 20px;
  }
  .wm-remissForm__form input[type=radio]:checked + label:before, .wm-remissForm__form input[type=checkbox]:checked + label:before {
    background-color: #a10b01;
  }
}
@media screen {
  .wm-remissForm__form label {
    font-size: 18px !important;
  }
}
@media screen {
  .wm-remissForm__field {
    margin-bottom: 40px;
  }
}
@media screen {
  .wm-remissForm__fasteprov {
    display: flex;
  }
  .wm-remissForm__fasteprov label:first-of-type {
    margin-right: 100px;
  }
}
@media screen {
  .wm-remissForm__checkboxes {
    -moz-column-count: 2;
         column-count: 2;
    border: 2px solid #a10b01;
    padding: 50px 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .wm-remissForm__checkboxes {
    -moz-column-count: 1;
         column-count: 1;
  }
}
@media screen {
  .wm-remissForm__checkboxes label {
    margin-top: 7.5px;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
}
@media screen {
  .wm-remissForm__checkboxes input[type=text] {
    height: 24px;
    border-width: 1px;
    width: calc(100% - 50px);
  }
}
@media screen {
  .wm-remissForm__print {
    display: inline-flex;
    align-items: center;
    background-color: #a10b01;
    color: #ffffff;
    font-family: "Raleway";
    font-weight: 700;
    font-size: 20px;
    border: none;
    padding: 1em 1.25em;
    margin-top: 50px;
  }
  .wm-remissForm__print i {
    font-size: 200%;
    margin-right: 20px;
  }
}
@media screen {
  .wm-label__sep {
    display: none;
  }
}
@media screen {
  html[lang=sv] .wm-label__fi {
    display: none;
  }
}
@media screen {
  html[lang=fi] .wm-label__sv {
    display: none;
  }
}
@media print {
  .wm-remissForm {
    /* &__print {
        display: none;
    } */
  }
  .wm-remissForm__form h4 {
    font-size: 14px;
    line-height: 1.2;
  }
  .wm-remissForm__form input {
    border: 0px solid;
    height: auto;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
  }
  .wm-remissForm__form input::-moz-placeholder {
    color: transparent;
  }
  .wm-remissForm__form input::placeholder {
    color: transparent;
  }
  .wm-remissForm__form label {
    font-size: 12px;
  }
  .wm-remissForm__field {
    margin-bottom: 20px;
  }
  .wm-remissForm__checkboxes {
    -moz-column-count: 4;
         column-count: 4;
  }
  .wm-remissForm__checkboxes label {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .wm-remissForm__checkbox {
    display: flex;
    align-items: center;
  }
  .wm-remissForm__checkbox input {
    margin-right: 1em;
  }
}
@media screen and (max-width: 1500px) {
  .startsida-img {
    background-position: 10%;
  }
}

.circle-parent > .vc_column-inner > .wpb_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.circle-child {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  text-align: center;
  flex: 1 1 150px;
  max-width: 25rem;
  min-width: 20rem;
  margin: 1rem 1rem;
}
.circle-child p {
  font-size: 1.2em !important;
  line-height: 1.4;
}

.ah_quote-wrapper {
  position: relative;
}
@media all and (max-width: 767px) {
  .ah_quote-wrapper {
    margin: 25px 0 25px 18px;
  }
}
@media screen and (min-width: 767px) {
  .ah_quote-wrapper::before {
    display: block;
    content: "";
    position: absolute;
    width: 18px;
    height: 100%;
    top: 10;
    left: -18px;
    background: url("/wp-content/uploads/2018/08/case-vertical-line-speech-01.png") no-repeat;
    background-position: top left;
    background-color: #fff;
  }
}
.ah_quote-name {
  margin-top: 1rem;
  font-size: 1.3rem;
}
.ah_quote-excerpt::before {
  content: "\f10e";
  display: inline;
  font-size: 1.5em;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  color: #48a3cf;
}
.ah_quote-item {
  padding: 20px 50px 30px 50px;
}
@media screen and (max-width: 767px) {
  .ah_quote-item {
    padding: 5px 5px;
  }
}
.ah_quote-item-excerpt {
  color: #48a3cf;
  display: block;
  position: relative;
  line-height: 1.2em;
  font-size: 2em;
}

#startsida-columns,
#etusivu-columns {
  display: flex;
  justify-content: center;
}
#startsida-columns .columns,
#etusivu-columns .columns {
  padding: 10px 0;
}
#startsida-columns .columns::before,
#etusivu-columns .columns::before {
  content: "";
  background-image: url("/wp-content/uploads/2018/08/apple-touch-icon-152x152.png");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  width: 100px;
}
@media screen and (max-width: 767px) {
  #startsida-columns .columns::before,
  #etusivu-columns .columns::before {
    width: 60px;
  }
}
#startsida-columns .columns .vc_column-inner,
#etusivu-columns .columns .vc_column-inner {
  justify-content: flex-start !important;
}

.ah_personal-slider-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  width: calc(100% + 60px);
  position: relative;
}
@media all and (max-width: 767px) {
  .ah_personal-slider-wrapper {
    margin-left: 0;
    width: 100%;
  }
}
.ah_personal-slider-name {
  font-weight: bold;
  margin-bottom: 0;
}
.ah_personal-slider-title {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}
.ah_personal-slider-item {
  text-align: center;
  flex: 1 0 225px;
  margin: 10px auto;
  padding: 0 10px;
}
.ah_personal-slider-item img {
  margin: auto;
  border-radius: 50%;
  padding: 10px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.slick-list {
  width: 100%;
}
.slick-disabled {
  opacity: 0.2;
}
.slick-arrow {
  position: absolute;
  top: 33%;
  width: 30px;
  height: 30px;
  border: none;
  background: url(/wp-content/uploads/2018/09/arrow-01.png) no-repeat;
  background-position: center;
  background-size: 150% auto;
  font-size: 0;
}
.slick-arrow.slick-prev {
  left: -20px;
}
.slick-arrow.slick-next {
  right: -20px;
  transform: rotate(180deg);
}

.patientombudsman {
  display: flex;
  justify-content: center;
}
.patientombudsman h3::before {
  display: flex;
  content: url("/wp-content/uploads/2018/08/patientombud-heli-001.png;");
}
.patientombudsman ul {
  list-style: none;
  margin: 0;
}
.patientombudsman a {
  color: #374753;
}

@media screen and (min-width: 768px) {
  .heart-bg {
    background-image: url("/wp-content/uploads/2018/08/bg-pic-heart-magnifying-glass-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: 90%;
    background-position-y: 2rem;
  }
}
ol.policy-list li {
  margin-bottom: 20px;
}

ol {
  margin: 0 !important;
}
ol li.list-space {
  list-style: none;
  list-style-type: none;
}

@media screen and (max-width: 767px) {
  .lediga_tjanster-cover {
    max-height: 25rem;
  }
}

#jobba-bo-och-utvecklas-i-en-unik-miljo-mobile,
#tyoskentele-asu-ja-kehity-ainutlaatuisessa-ymparistossa-mobile h2 {
  line-height: 3rem !important;
}

#rekry_info {
  padding: 6.4rem 0;
  background-repeat: no-repeat;
  background-size: contain !important;
  background-position-x: 35rem !important;
}
#rekry_info h2 {
  margin-bottom: 1.6rem !important;
}
@media screen and (max-width: 1167px) {
  #rekry_info {
    background-position: center !important;
  }
}
@media screen and (max-width: 767px) {
  #rekry_info {
    background-size: cover !important;
  }
  #rekry_info h2 {
    font-size: 2.7rem;
    line-height: 3rem;
  }
}

.lediga_tjanster_text_box h3 {
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .lediga_tjanster_text_box img {
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 1500px) {
  .lab-img {
    background-position: 10%;
  }
}

.laboratorie-grey-bg {
  background: #e6e6e6;
  margin-left: -15px;
  margin-right: -15px;
  padding: 15px;
  margin-top: 15px;
}
.laboratorie-grey-bg p:nth-child(2n):not(:nth-child(2)) {
  padding-top: 10px;
}
.laboratorie-grey-bg a:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-right: 4px;
  width: 42px;
  height: 36px;
  background-image: url("/wp-content/uploads/2018/12/print-icon-04.png");
}

.citotest-subpage-content .wpb_column {
  z-index: 1;
}

.citotest-subpage-content > div:first-child {
  padding-bottom: 24px;
}

.citotest-subpage-content:after {
  width: 500px;
  height: 360px;
  background-image: url("/wp-content/uploads/2019/01/mikroskop-bg-01.jpg");
  position: absolute;
  right: 0;
  bottom: 0;
}/*# sourceMappingURL=style.css.map */