/* Minification failed. Returning unminified contents.
(440,37): run-time error CSS1030: Expected identifier, found ','
(440,69): run-time error CSS1031: Expected selector, found ')'
(440,69): run-time error CSS1025: Expected comma or open brace, found ')'
 */
@charset "UTF-8";
@-webkit-keyframes navBarAnimation {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 2; } }
@keyframes navBarAnimation {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  100% {
    opacity: 2; } }

@-webkit-keyframes appear {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

@keyframes appear {
  from {
    visibility: hidden;
    opacity: 0; }
  to {
    visibility: visible;
    opacity: 1; } }

@-webkit-keyframes slideInFromRight {
  from {
    right: -37px; }
  to {
    right: 0; } }

@keyframes slideInFromRight {
  from {
    right: -37px; }
  to {
    right: 0; } }

@-webkit-keyframes moveRight {
  from {
    margin-left: 5px; }
  to {
    margin-left: 10px; } }

@keyframes moveRight {
  from {
    margin-left: 5px; }
  to {
    margin-left: 10px; } }

@-webkit-keyframes navbarMakeStatic {
  0% {
    position: fixed;
    top: 0;
    opacity: 1; }
  99% {
    position: fixed;
    opacity: 0;
    top: -60px; }
  100% {
    opacity: 1;
    position: absolute; } }

@keyframes navbarMakeStatic {
  0% {
    position: fixed;
    top: 0;
    opacity: 1; }
  99% {
    position: fixed;
    opacity: 0;
    top: -60px; }
  100% {
    opacity: 1;
    position: absolute; } }

@-webkit-keyframes navbarMakeSticky {
  0% {
    top: -60px;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 1; } }

@keyframes navbarMakeSticky {
  0% {
    top: -60px;
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    top: 0px;
    opacity: 1; } }

/*
	Dimensions and colors for svg icons
*/
svg {
  vertical-align: initial; }

.icon > * {
  fill: #333 !important; }

.navbar .icon > * {
  fill: #FFF !important;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-property: fill, stroke;
  -o-transition-property: fill, stroke;
  transition-property: fill, stroke; }

.navbar .icon-arrowBreadcrumb > *,
.navbar_icons-wrapper.expanded .icon > * {
  fill: #333 !important; }

.social-icons_floating .icon {
  width: 16px;
  height: 16px; }
  .social-icons_floating .icon > * {
    fill: #333 !important; }

.socialMediaFeedBlock .icon_twitter > * {
  fill: #5fb2e6 !important; }

.icon_user {
  width: 24px;
  height: 24px; }

.icon_search {
  width: 23px;
  height: 23px; }

.icon_close {
  width: 20px;
  height: 20px; }

#cookie-modal .tabs .icon_close {
  width: 15px;
  height: 15px; }
  #cookie-modal .tabs .icon_close > * {
    stroke: #333 !important; }

.icon_twitter {
  width: 30px;
  height: 30px; }

.icon_instagram {
  width: 30px;
  height: 30px;
  background-color: white;
  border-radius: 10px; }

.icon_loader {
  width: 64px;
  height: 64px; }

.filters-bg {
  width: 100px;
  height: 100%; }

.icon-arrowLink {
  width: 14px;
  height: 9px; }

.icon_arrowDown {
  width: 20px;
  height: 11px; }

.breadcrumb-item .icon {
  width: 16px;
  height: 11px;
  margin-left: 4px; }

.contactBlockBtn .icon {
  width: 29px;
  height: 24px;
  margin-top: 12px; }

.tieto-logo {
  width: 142px;
  height: 98px; }

.icon_mappoint {
  width: 10px;
  height: 14px;
  vertical-align: text-top; }

.icon_play {
  width: 11px;
  height: 11px;
  vertical-align: text-bottom; }

.icon_globe {
  height: 10px; }

.icon-email {
  width: 60%;
  height: 70%;
  vertical-align: text-top; }

a {
  color: #0065A0;
  font-weight: bold;
  letter-spacing: -0.3px; }

a, a.arrowLink svg, a > span, a > p {
  -webkit-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear; }

a:hover,
a:focus {
  color: #D51067;
  text-decoration: none; }

a.arrowLink {
  position: relative;
  margin-right: 22px; }

a.arrowLink svg > * {
  stroke: #333 !important; }

a.arrowLink svg,
a.arrowLink.arrowOnHover:hover svg {
  display: block;
  width: 14px;
  height: 7px;
  margin-left: 5px;
  position: absolute !important;
  left: 100%;
  bottom: 5px; }

a.arrowLink.arrowOnHover:not(:hover) svg {
  display: none; }

a.arrowLink:hover svg {
  -webkit-animation: moveRight .4s ease-out;
          animation: moveRight .4s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

a.googleMapsLink:hover {
  color: inherit; }

.h4, h4 {
  font-size: 1.3rem;
  letter-spacing: -1px;
  font-weight: bold; }

.h3, h3 {
  font-weight: bold;
  letter-spacing: -1px;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 15px 0; }
  .CorporateContentPage .h3, .CorporateContentPage h3 {
    margin-bottom: .8rem;
    margin-top: .8rem; }

h3, .h3, h4, .h4 {
  padding-bottom: 0.7rem; }
  .CorporateContentPage h3,
  .BasicContentPage h3, .CorporateContentPage .h3,
  .BasicContentPage .h3, .CorporateContentPage h4,
  .BasicContentPage h4, .CorporateContentPage .h4,
  .BasicContentPage .h4 {
    margin-bottom: .8rem;
    margin-top: .8rem; }

.h2, h2 {
  font-size: 2rem;
  letter-spacing: -1px;
  font-weight: bold; }
  .CorporateContentPage .h2, .CorporateContentPage h2 {
    font-size: 1.7rem;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: .8rem; }
  .BasicContentPage .h2, .BasicContentPage h2 {
    font-size: 1.7rem;
    letter-spacing: -1px;
    font-weight: bold;
    margin-top: .8rem; }

.h1, h1 {
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-weight: bold; }

.h4, h4,
.h3, h3,
.h2, h2,
.h1, h1 {
  color: #333; }
  .h4 strong, h4 strong,
  .h3 strong, h3 strong,
  .h2 strong, h2 strong,
  .h1 strong, h1 strong {
    letter-spacing: -0.8px; }

p, ul {
  line-height: 1.635rem;
  font-size: 1rem;
  color: inherit;
  letter-spacing: -0.3px; }

ul {
  padding-left: 20px; }

b, strong, .published {
  color: #333; }

b, strong {
  font-weight: bold;
  color: #333;
  letter-spacing: -0.3px; }

table.table p {
  color: #6B6B6B; }

.table.no-borders th,
.table.no-borders td {
  border-width: 0; }
  .table.no-borders th > *,
  .table.no-borders td > * {
    font-size: 13px;
    line-height: 22px; }

.table.yes-borders,
.yes-borders.Index {
  border: 1px solid #eee; }
  .table.yes-borders td, .table.yes-borders th,
  .yes-borders.Index td,
  .yes-borders.Index th {
    border: 1px solid #eee; }

.table thead td {
  font-weight: bold;
  border: none; }

.table-wrapper {
  max-width: 100%;
  overflow-x: auto; }

.peoplegroup {
  width: calc(100% + 30px);
  overflow: visible !important;
  margin-left: -15px;
  margin-right: -15px; }
  .peoplegroup tbody {
    overflow: visible !important; }
  .peoplegroup tr {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px; }
  .peoplegroup td {
    padding: 15px;
    padding-bottom: 0px;
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    vertical-align: top; }
  .peoplegroup img {
    border: 1px solid #eee; }

.Index {
  overflow: visible !important; }
  .Index tbody {
    overflow: visible !important; }
  .Index table td,
  .Index table th {
    vertical-align: top;
    border-top: 0px solid #eee;
    padding: 5px;
    word-break: break-word; }

.IndexPageNavigation {
  height: 50px;
  border-bottom: solid 1px #eee;
  margin-bottom: 50px;
  padding-bottom: 15px; }

.liftedUp {
  background: #fff; }

.liftedUp.boxed a {
  word-wrap: break-word; }

.greyBg {
  background-color: #FAFAFA; }

.tietoshadow,
body.CorporateFocusPage .highlightShadow,
body.FocusPage .highlightShadow,
body.ProductServicePage .highlightShadow,
body.CorporateEntrancePage .highlightShadow {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03); }

.moreShadowOnHover:hover,
.moreShadowOnHover:focus {
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1); }

.col-md-9 h2 {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 49px;
  margin-bottom: 16px; }

.col-md-9 .synopsis {
  font-size: 28px;
  line-height: 37px;
  margin-bottom: 26px; }

.col-md-9 p {
  font-size: 1rem;
  line-height: 26px;
  margin-bottom: 26px; }

.col-md-9 p:last-child {
  margin-bottom: 0; }

.col-md-9 .col-md-12:not(.whitepaper, .videoBlock-wrapper .col-md-12) {
  padding: 0 15px !important; }

.CasePage .videoBlock .col-md-12.videoPreview {
  padding: 0 !important;
  margin-bottom: 25px !important; }

.CasePage .videoBlock-wrapper .videoBlock-description {
  margin-bottom: 15px !important; }

.container-fluid {
  position: relative; }

html, body, button, input, select, textarea {
  font-family: Arial,sans-serif,Helvetica; }

body {
  max-width: 100%;
  overflow-x: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(87%, #efefef), to(#b9b9b9));
  background: -o-linear-gradient(top, #efefef 0%, #efefef 87%, #b9b9b9 100%);
  background: linear-gradient(180deg, #efefef 0%, #efefef 87%, #b9b9b9 100%);
  background-color: #efefef;
  font-size: 16px;
  letter-spacing: -0.3px;
  line-height: 27px;
  color: #6B6B6B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.FrontPage {
    background: transparent; }
  body.FocusPage {
    background: #efefef; }
  body.ContactPage .container-fluid {
    padding-top: 50px;
    margin-bottom: 80px; }
    body.ContactPage .container-fluid .container {
      background: #fff;
      padding: 80px;
      margin-top: -100px; }
      body.ContactPage .container-fluid .container .container {
        padding-left: 0;
        padding-right: 0;
        margin-top: 0px;
        padding: 0px; }
    body.ContactPage .container-fluid .col-md-4 {
      margin-bottom: 20px; }
  body .jumbotron {
    border-radius: 0; }
  body.FrontPage > .container-fluid, body.FocusPage > .container-fluid, body.CorporateFocusPage > .container-fluid, body.CorporateEntrancePage > .container-fluid, body.ProductServicePage > .container-fluid, body.BlogPostPage > .container-fluid, body.BlogLandingPage > .container-fluid, body.EventPage > .container-fluid, body.PressReleasePage > .container-fluid, body.EventLandingPage > .container-fluid {
    padding-bottom: 0px; }
  body > .container-fluid {
    background: transparent;
    padding-bottom: 150px;
    /*
			Loading overlay and spinner
		*/ }
    body > .container-fluid .boxed {
      padding: 50px; }
      body > .container-fluid .boxed h3:first-child, body > .container-fluid .boxed .h3:first-child {
        padding-top: 0px; }
    body > .container-fluid .loadingSpinner svg.icon_loader {
      display: none;
      position: absolute;
      top: 100px;
      left: 50%;
      margin-left: -32px;
      z-index: 201; }
    body > .container-fluid.loading .loadingOverlay,
    body > .container-fluid.loading .loadingSpinner {
      position: relative; }
    body > .container-fluid.loading .loadingOverlay:before,
    body > .container-fluid.loading .loadingSpinner:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 200; }
    body > .container-fluid.loading .loadingOverlay:before {
      background: rgba(255, 255, 255, 0.4); }
    body > .container-fluid.loading .loadingSpinner svg {
      display: block; }
  body.CasePage > .container-fluid {
    padding-bottom: 0; }
  body > .container-fluid > div:last-child {
    padding-bottom: 0; }
  body.FrontPage > .container-fluid > div:last-child {
    padding-bottom: 0px; }
  body > .container-fluid.fullHeroImage {
    margin-top: 0px;
    background: #fff;
    padding-bottom: 100px;
    border-top: none; }
  body > .container-fluid .container.fullWidth,
  body > .container-fluid .fullWidth .container {
    max-width: none;
    padding: 0; }
  body > .container-fluid .container .container {
    padding-left: 0;
    padding-right: 0; }
  body.pageOverlay:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    -webkit-animation: appear 0.4s forwards;
            animation: appear 0.4s forwards; }

.FrontPage .hero-carousel-wrapper .heroArrowDown {
  display: none; }

@media screen and (min-width: 992px) {
  .FrontPage .hero-carousel-wrapper .heroArrowDown {
    left: 50%;
    display: inline-block;
    bottom: -20px;
    background: #E0E1EB;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    .FrontPage .hero-carousel-wrapper .heroArrowDown .icon > * {
      fill: #071D49 !important; } }

.container img {
  max-width: 100%;
  height: auto !important; }

.socialMediaFeedBlock img {
  min-width: 100%; }

iframe {
  width: 100%;
  min-height: 250px;
  border: none !important; }

.g-recaptcha iframe {
  min-height: unset; }

#stockInfoIframe {
  padding-bottom: 20px; }
  #stockInfoIframe iframe {
    min-height: 0; }

.logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101; }

.jumbotron {
  margin-bottom: 0;
  padding-top: 25vh;
  padding-bottom: 25vh;
  color: #fff;
  min-height: 82vh;
  position: relative;
  overflow: hidden; }
  .FrontPage .jumbotron {
    padding-top: 32vh;
    min-height: 90vh;
    margin-bottom: 50px; }
    .FrontPage .jumbotron h1 {
      padding-bottom: 35px;
      margin-bottom: 0; }
    .FrontPage .jumbotron .blueBtn {
      margin-top: 40px; }
  .NewsListingPage .jumbotron,
  .CaseListingPage .jumbotron,
  .JobListingPage .jumbotron,
  .EventListingPage .jumbotron,
  .ReleaseListingPage .jumbotron,
  .SubscribtionPage .jumbotron,
  .SearchPage .jumbotron,
  .CorporateFocusPage .jumbotron,
  .CorporateEntrancePage .jumbotron,
  .WebinarListingPage .jumbotron {
    margin-bottom: 0;
    color: #fff;
    min-height: 20vh; }
  .PressReleasePage .jumbotron,
  .BasicContentPage .jumbotron,
  .CorporateContentPage .jumbotron,
  .CorporateContentPageWithSubnavigation .jumbotron,
  .BoadOfDirectorsPage .jumbotron,
  .BoardOfDirectorsCollectionPage .jumbotron,
  .JobPage .jumbotron {
    padding-bottom: 10vh;
    padding-top: 20vh;
    min-height: 25vh; }
  .jumbotron .hero-image,
  .jumbotron .full-background-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    transition: filter 1s ease-in-out, -ms-filter 1s ease-in-out; }
    .jumbotron .hero-image:not(.lazyloaded),
    .jumbotron .full-background-image:not(.lazyloaded) {
      -webkit-filter: blur(4px);
              filter: blur(4px);
      -ms-filter: blur(4px); }
  .jumbotron .hero-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0; }
    .jumbotron .hero-video video {
      min-width: 100%;
      min-height: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .jumbotron .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 20px; }
  .jumbotron .breadcrumb-item:before {
    content: '';
    display: none; }
  .jumbotron .breadcrumb-item span {
    border-bottom: solid 1px rgba(250, 250, 250, 0.55);
    color: #fff;
    padding-bottom: 2px; }
  .jumbotron .breadcrumb-item.active span,
  .jumbotron .breadcrumb-item:hover span {
    border-color: transparent;
    color: #dadada; }
  .jumbotron .breadcrumb-item .icon {
    display: none; }
  .jumbotron .breadcrumb-item + .breadcrumb-item .icon {
    display: inline-block; }
    .jumbotron .breadcrumb-item + .breadcrumb-item .icon > * {
      fill: #FFF !important; }
  .jumbotron h1 {
    font-size: 65px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 65px;
    color: inherit; }
  .jumbotron p {
    margin-top: 10px;
    opacity: 0.79;
    font-size: 30px;
    line-height: 35px;
    color: #fff; }
  .jumbotron .search {
    margin-top: 10px; }
  .jumbotron .blueBtn {
    margin-top: 20px; }
  .jumbotron .heroLinks {
    display: inline-block;
    border-top: 1px solid rgba(250, 250, 250, 0.4);
    top: 20px;
    padding-top: 20px; }
  .jumbotron .heroLinks a {
    color: #fff;
    padding-right: 20px; }
  .jumbotron:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-image: -o-linear-gradient(rgba(20, 20, 20, 0.53), rgba(20, 20, 20, 0.65));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.53)), to(rgba(20, 20, 20, 0.65)));
    background-image: linear-gradient(rgba(20, 20, 20, 0.53), rgba(20, 20, 20, 0.65)); }
    .FrontPage .jumbotron:after {
      background-image: -o-linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.65));
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.7)), to(rgba(20, 20, 20, 0.65)));
      background-image: linear-gradient(rgba(20, 20, 20, 0.7), rgba(20, 20, 20, 0.65)); }
  .jumbotron .container {
    position: relative;
    z-index: 1; }
    .SearchPage .jumbotron .container {
      padding: 0; }

.heroArrowDown {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 80px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
  display: none; }
  @media (max-width: 399px) {
    .heroArrowDown {
      bottom: 40px !important; } }
  .heroArrowDown svg {
    width: 14px;
    height: 100%; }
  .FrontPage .heroArrowDown {
    display: block; }
    @media (max-width: 767px) {
      .FrontPage .heroArrowDown {
        display: none; } }

.ticker__wrapper {
  display: none;
  clear: both; }

.ticker__inner {
  width: 100%; }

.ticker__heading {
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #d51968;
  padding: 5px 15px;
  display: inline-block;
  margin: 0; }
  .ticker__heading:hover {
    cursor: pointer;
    opacity: 0.95; }

.ticker__allNewsLink {
  float: right; }
  .ticker__allNewsLink a {
    color: rgba(255, 255, 255, 0.49);
    text-transform: uppercase;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: 0.08rem; }
    .ticker__allNewsLink a:after {
      content: '\203A';
      padding-left: 5px;
      font-size: 15px; }

.ticker__item {
  width: calc(100% - 15px);
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.23); }
  .ticker__item:first-child {
    border-top-color: transparent; }

.ticker__date {
  color: rgba(255, 255, 255, 0.49);
  font-weight: bold;
  font-size: 11px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: -0.36px;
  display: block; }

.ticker__title {
  font-size: 15px !important;
  color: #fff !important;
  font-weight: bold !important;
  line-height: 25px !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important; }
  .ticker__title:focus, .ticker__title:hover {
    opacity: 0.8; }

.ticker__scrollbar {
  display: none;
  position: absolute;
  top: 125px;
  right: 0;
  height: 50%;
  width: 3px;
  min-height: 100px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px; }
  .ticker__scrollbar span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 33.3333%;
    background: #fff;
    border-radius: 8px;
    -webkit-transition: top 0.2s ease-in;
    -o-transition: top 0.2s ease-in;
    transition: top 0.2s ease-in; }

footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #333;
  color: #fff; }
  footer a {
    color: #fff;
    font-size: 16px;
    line-height: 33px; }
  footer h3 {
    color: #A8A8A8;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase; }
  footer .modal h3 {
    color: #333;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: inherit;
    text-transform: none; }
  footer .whitepaper {
    margin-bottom: 0;
    padding: 0;
    margin: 0;
    text-align: center; }
  footer .whitepaper__heading {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px; }
  footer .whitepaper__content {
    padding: 25px; }
    footer .whitepaper__content p {
      font-size: 14px;
      line-height: 19px;
      font-weight: 300; }
  footer .social-icons {
    padding: 30px 0;
    line-height: 0; }
  footer .social-icons__icon {
    display: inline-block; }
    footer .social-icons__icon a {
      display: block; }
      footer .social-icons__icon a img {
        max-width: none !important;
        display: block; }
    footer .social-icons__icon + .social-icons__icon {
      margin: 0 0 0 20px; }
  footer .links-list {
    padding: 30px 0;
    position: relative; }
  footer .links-list__heading {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 20px 0;
    padding: 0;
    font-weight: bold;
    line-height: 14px; }
  footer .links-list__list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    footer .links-list__list::before {
      content: '';
      width: 100%;
      height: 1px;
      display: block;
      background-color: rgba(151, 151, 151, 0.33);
      position: absolute;
      top: 0;
      left: 0; }
    footer .links-list__list li a {
      font-size: 14px;
      color: #fff;
      line-height: 30px;
      font-weight: 300;
      opacity: 0.8; }
  footer .copyright {
    text-align: center;
    white-space: nowrap; }
    footer .copyright p {
      font-size: 14px;
      line-height: 14px; }

.dynamicNavigation .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: ""; }

div:not(.relatedContent) > .blockWrapper {
  margin: 0 -15px 50px -15px;
  padding: 60px 15px; }
  div:not(.relatedContent) > .blockWrapper_newsCaseBlock {
    background: #e6e6e6;
    overflow-x: hidden; }
    div:not(.relatedContent) > .blockWrapper_newsCaseBlock .newsCaseBlock {
      padding-bottom: 0; }
    div:not(.relatedContent) > .blockWrapper_newsCaseBlock .case.tietoshadow {
      -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13);
              box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.13); }
  div:not(.relatedContent) > .blockWrapper_offeringPromotionBlock {
    background: #EFF3F7; }
  div:not(.relatedContent) > .blockWrapper_socialMediaFeedBlock {
    background: #efefef; }
  div:not(.relatedContent) > .blockWrapper.LocalBlogPostListingBlock {
    padding-top: 0;
    padding-bottom: 0; }

.rightSideLifts {
  border-left: 1px solid #efefef;
  min-height: 0; }
  .withSubnavigation .rightSideLifts {
    max-width: 20%; }
  .rightSideLifts h3 {
    font-size: 12px;
    font-weight: bold; }

.leftSideLifts {
  padding-right: 3%; }
  .leftSideLifts h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: inherit; }

.navbar-nav .dynamicNavigation .contactBlock {
  margin-top: 15px; }

.contactBlock {
  text-align: center;
  padding-top: 20px; }
  .contactBlock h2 {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: -0.5px; }
  .contactBlock .title {
    font-size: 13px;
    line-height: 20px; }
    .contactBlock .title:not(:last-child) {
      margin-bottom: 0.5rem;
      padding-left: 20px;
      padding-right: 20px; }

.avatarWrapper {
  border-radius: 50%;
  margin: 0 auto 15px;
  width: 90px;
  height: 90px;
  overflow: hidden;
  border: 2px solid #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.CorporateContentPageWithSubnavigation .sideLinks {
  padding: 30px;
  background: #eee;
  min-height: 0;
  margin-bottom: 26px; }
  .CorporateContentPageWithSubnavigation .sideLinks h3 {
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 12px;
    margin-bottom: 0px; }
  .CorporateContentPageWithSubnavigation .sideLinks_Item {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: bold; }
  .CorporateContentPageWithSubnavigation .sideLinks a {
    font-size: inherit; }

.CorporateContentPageWithSubnavigation .textContent {
  padding-left: 35px; }
  .CorporateContentPageWithSubnavigation .textContent .h3,
  .CorporateContentPageWithSubnavigation .textContent h3 {
    margin: 0; }

.IndustrySolutionsPage .listing {
  padding-top: 40px; }
  .IndustrySolutionsPage .listing .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .IndustrySolutionsPage .listing .tile:hover .listing__item--title {
      color: #D51067; }
    .IndustrySolutionsPage .listing .tile:hover .listing__item--description {
      opacity: 1; }
  .IndustrySolutionsPage .listing__item {
    padding: 0 0.5rem;
    margin-bottom: 1rem; }
    .IndustrySolutionsPage .listing__item--image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-right: 1rem; }
      .IndustrySolutionsPage .listing__item--image img {
        width: 100%; }
    .IndustrySolutionsPage .listing__item--title {
      margin: 0;
      font-size: 1.1rem;
      line-height: 1.5rem;
      color: #333;
      -webkit-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    .IndustrySolutionsPage .listing__item--description {
      font-size: 0.8rem;
      line-height: 1.2rem;
      font-weight: normal;
      color: #333;
      opacity: 0.8;
      -webkit-transition: opacity 0.15s linear;
      -o-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }

.modal .contactBlock {
  text-align: left;
  padding: 0px;
  margin-top: 0px;
  padding-bottom: 20px;
  float: left; }
  .modal .contactBlock:after {
    display: block;
    clear: both;
    content: ""; }
  .modal .contactBlock + p {
    margin-top: .75rem;
    margin-left: 105px; }

.contactBlockBtn {
  margin-bottom: 20px;
  text-align: center; }
  .contactBlockBtn svg {
    display: none; }

.contactPictureBlockBtn {
  margin-bottom: 20px;
  text-align: center; }
  .contactPictureBlockBtn svg {
    display: none; }

.moreInfoBlock {
  background: #fff;
  padding: 25px 40px 25px 25px;
  margin-bottom: 30px; }
  .moreInfoBlock .subTitle:not(:first-child) {
    padding-top: 1rem;
    margin-top: 1.4rem;
    border-top: 1px solid #DBDBDB; }
  .moreInfoBlock a {
    display: inline-block;
    word-wrap: break-word;
    word-break: break-all; }

.EventPage .moreInfoBlock {
  margin-bottom: 0; }

.EventPage .registerBtn {
  background: #fff;
  padding-bottom: 25px;
  margin-bottom: 25px; }
  .EventPage .registerBtn .roundedBtn {
    margin-top: 0; }

.EventPage .mktoForm_Wrapper h3 {
  margin-top: 0px; }

.subTitle {
  opacity: 0.67;
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px; }

.subNavBlock .arrowLinkBody > * {
  font-size: 16px;
  color: #333; }

.subNavBlock__additionalText .sub-nav-text {
  white-space: pre-wrap; }

.subNavBlock .arrowLinkHeading .subnavigation-title {
  margin-top: 0; }
  .subNavBlock .arrowLinkHeading .subnavigation-title_mobile {
    display: none; }

.subNavBlock .subnavigation-subtitle {
  margin: 20px 0 12px 0; }

.subNavBlock .arrowLinkHeading .subnavigation-title,
.subNavBlock .arrowLinkHeading > span,
.subNavBlock .subnavigation-subtitle {
  font-family: "RionaSans-Bold", sans-serif;
  font-size: 1.4rem; }

.subNavBlock .arrowLinkHeading > span {
  display: block;
  font-weight: bold;
  margin-bottom: 20px; }

.subNavBlock a {
  display: inline-block;
  margin: 10px 0;
  font-size: 1rem; }

.navbar-nav .dynamicNavigation .arrowLinkHeading .subnavigation-title,
.navbar-nav .dynamicNavigation .arrowLinkHeading > span,
.navbar-nav .dynamicNavigation .arrowLinkBody .subnavigation-subtitle {
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 1.2rem;
  text-transform: inherit; }

.navbar-nav .dynamicNavigation {
  margin-top: 0px; }

.headingBlock,
.filterRow {
  position: relative;
  background: #fff;
  border-bottom: solid 1px #e4e4e4;
  margin-top: -40px;
  margin-bottom: 40px; }

.headingBlock .leftSideText {
  background: #333;
  color: #fff; }
  .headingBlock .leftSideText.col-md-9 {
    background: #fff;
    color: #333; }
  .headingBlock .leftSideText p {
    opacity: 0.7;
    color: inherit; }
  .headingBlock .leftSideText h2 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: -1px;
    color: inherit; }

.CorporateFocusPage .headingBlock {
  min-height: 270px; }

.FocusPage .headingBlock .leftSideText,
.FocusPage .headingBlock .subNavBlock,
.CorporateFocusPage .headingBlock .leftSideText,
.CorporateFocusPage .headingBlock .subNavBlock {
  padding: 50px 50px 70px; }

.frontPageCaseBlock {
  margin: 0 -10px; }
  .frontPageCaseBlock .case {
    margin-bottom: 40px; }

body.ProductServicePage .headingBlock .leftSideText h2,
body.CorporateEntrancePage .headingBlock .leftSideText h2 {
  font-size: 1.5rem;
  line-height: 2rem; }

body.ProductServicePage .headingBlock .leftSideText p,
body.CorporateEntrancePage .headingBlock .leftSideText p {
  color: #6B6B6B;
  opacity: 1; }

body.ProductServicePage .rightSideLifts,
body.CorporateEntrancePage .rightSideLifts {
  background: #fafafa; }
  body.ProductServicePage .rightSideLifts p,
  body.CorporateEntrancePage .rightSideLifts p {
    opacity: 1; }

.roundedBtn {
  font-size: 11px;
  font-weight: bold;
  line-height: 12px;
  text-transform: uppercase;
  border-radius: 100px !important;
  padding: 15px 35px;
  display: inline-block;
  letter-spacing: 2.5px;
  -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
  -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
  transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }

.roundedBtn:hover,
.mktoButtonRow .mktoButton:hover,
.roundedBtn:focus,
.mktoButtonRow .mktoButton:focus {
  cursor: pointer; }

.greenBtn {
  background-color: #6cc04a;
  border: 1px solid transparent;
  color: #FFFFFF; }

.blueBtn {
  background-color: #62B3E5;
  border: 1px solid transparent;
  color: #FFFFFF; }

.whiteBtn {
  background-color: #FFFFFF;
  border: 1px solid #D3D3D3;
  color: #333; }

.warmGreyBtn {
  background-color: #e0ded8;
  color: #333;
  padding: 6px 35px;
  font-family: "RionaSans-Bold", sans-serif;
  font-size: 0.7rem;
  letter-spacing: 1px;
  line-height: 13px; }

.blueBtn:hover,
.greenBtn:hover,
.blueBtn:focus,
.greenBtn:focus {
  color: #fff; }

.whiteBtn:hover,
.whiteBtn:focus {
  background-color: #e7e7e7;
  color: #333; }

.blueBtn:hover,
.blueBtn:focus {
  background-color: #2C89C3; }

.greenBtn:hover,
.greenBtn:focus {
  background-color: #63ae44; }

.roundedBtn.disabled,
.roundedBtn.disabled:hover,
.roundedBtn.disabled:focus {
  color: #f1f1f1;
  background: #fbfbfb;
  cursor: default; }

.roundedBtn.miniBtn {
  font-size: 10px;
  line-height: 13px;
  padding: 10px 20px !important; }

.checkboxGroup {
  position: relative;
  padding-bottom: 40px; }
  .checkboxGroup .roundedBtn {
    padding: 15px 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative; }
  .checkboxGroup .roundedBtn:not(:last-child) {
    margin-right: 10px; }
  .checkboxGroup input[type=checkbox] {
    position: absolute;
    top: -100%; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #62B3E5; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #D3D3D3; }

#subscriptionForm .form-row {
  padding-bottom: 15px; }

#subscriptionForm .form-row label {
  font-weight: normal; }

#subscriptionForm .form-row .required label:after {
  content: ' *'; }

.imageBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0; }
  .EventPage .imageBlock {
    margin: 40px 0;
    border: 1px solid #d2d2d2;
    border-width: 1px 0; }
  .imageBlock a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center; }

.linkBlock {
  padding: 20px; }
  .linkBlock a {
    padding: 0 0 5px 0;
    font-weight: bold;
    display: block; }

.smallImageLink {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.1; }
  .smallImageLink img {
    margin-right: 10px;
    max-width: 100%;
    height: auto;
    width: 100%; }

.sectionTitle {
  text-transform: uppercase;
  opacity: 0.41;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 14px;
  margin-bottom: 16px;
  display: block; }

.position-relative > .position-absolute {
  background: #fff;
  z-index: 2;
  top: 0;
  margin-left: 50px;
  margin-top: 30px;
  padding: 40px;
  min-width: 500px; }

.position-relative .position-absolute > div {
  max-height: 220px;
  overflow: hidden; }

.position-relative .position-absolute > div img {
  display: none; }

.position-relative > .justify-content-md-center {
  background: #fff;
  z-index: 2;
  margin: 0 auto;
  padding: 20px; }

.quote {
  padding: 30px;
  background: #f5f5f5;
  position: relative;
  margin-bottom: 50px; }
  .quote > div {
    border-left: 5px solid #62B3E5;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 80px !important; }
    .quote > div:after {
      content: "\2019 \2019";
      font-weight: bold;
      font-size: 80px;
      color: #D8D8D8;
      position: absolute;
      top: 55px;
      left: 55px;
      font-style: normal; }
  .quote p {
    color: #333;
    font-weight: bold;
    font-size: 20px;
    font-style: italic; }
  .quote .quoteWriter {
    font-size: 16px;
    font-weight: bold;
    line-height: 44px;
    margin-bottom: 0; }
  .quote .title {
    color: #6B6B6B;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
    font-style: normal; }

.slider {
  margin: 0 auto;
  text-align: center;
  padding: 20px;
  color: white; }

.slider .slick-list {
  padding: 20px 0 20px 20px; }

.title + .slider {
  margin-top: -20px; }

.slide {
  margin-right: 20px;
  -webkit-transition: -webkit-transform .3s ease-in;
  -o-transition: transform .3s ease-in;
  transition: transform .3s ease-in, -webkit-transform .3s ease-in; }

.slider h1 {
  color: #333; }

.slider img {
  max-width: 100%; }

.parent-slide {
  padding: 15px; }

/*BOXES*/
.boxes.no-gutters {
  margin: 0 -15px;
  margin-bottom: 100px;
  color: #fff; }

.boxes .no-gutters {
  height: 100%; }

.boxes .title > h2 {
  letter-spacing: -1px; }

.boxes > .col-lg-6:first-child > div > div,
.boxes > .col-md-12 .col-md-12 {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.boxes > .col-lg-6:first-child, .boxes .boxes > .col-md-12 {
  padding: 0 !important; }

.boxes [class*="col-"] {
  padding: 15px; }

.boxes a {
  color: inherit; }

.boxes p {
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 22px; }

.boxes h2 {
  font-size: 1.2rem;
  color: inherit; }

.boxes > .col-lg-6:first-child .col-md-12,
.boxes > .col-md-12 .col-md-12 {
  background-color: #333;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  padding: 100px;
  text-align: center; }
  .boxes > .col-lg-6:first-child .col-md-12 *,
  .boxes > .col-md-12 .col-md-12 * {
    position: relative;
    z-index: 1; }
  .boxes > .col-lg-6:first-child .col-md-12::after,
  .boxes > .col-md-12 .col-md-12::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.62)), to(rgba(20, 20, 20, 0.6)));
    background-image: -o-linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6));
    background-image: linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6)); }
  .boxes > .col-lg-6:first-child .col-md-12 h2,
  .boxes > .col-md-12 .col-md-12 h2 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 30px; }

.boxes > .col-lg-6:last-child p {
  font-size: 0.8rem;
  line-height: 20px; }

.boxes > .col-lg-6:last-child h2 {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: -0.75px;
  margin-bottom: 15px; }

.boxes > .col-lg-6:first-child .col-md-12 a,
.boxes > .col-md-12 .col-md-12 a {
  color: #fff; }

.boxes > .col-lg-6:last-child > .row.no-gutters > .featureTile {
  padding: 45px;
  background-position: center; }

.boxes.tiles_5 > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #333; }

.boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(2) {
  background-color: #6b6b6b; }

.boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(4) {
  background-color: #fff;
  color: #333; }

.boxes.tiles_5 > .col-lg-6:last-child .col-md-6:first-child a,
.boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(2) a {
  color: #fff; }

.boxes.tiles_5.red > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #d51968; }

.boxes.tiles_5.orange > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #d75f01; }

.boxes.tiles_5.blue > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #0065a1; }

.boxes.tiles_5.green > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #00833E; }

.boxes.tiles_5.grey > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #5e5e5e; }

.boxes.tiles_5.warmred > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #e56285; }

.boxes.tiles_4 > .col-lg-6:last-child .col-md-6:nth-child(2) {
  background-color: #333; }

.boxes.tiles_4 > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #fff;
  color: #333; }

.boxes.tiles_3 > .col-lg-6:last-child .col-md-12:nth-child(2) {
  background-color: #fff;
  color: #333; }

.boxes.tiles_4.red > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.red > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #d51968; }

.boxes.tiles_4.orange > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.orange > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #d75f01; }

.boxes.tiles_4.blue > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.blue > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #0065a1; }

.boxes.tiles_4.green > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.green > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #00833E; }

.boxes.tiles_4.grey > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.grey > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #5e5e5e; }

.boxes.tiles_4.warmred > .col-lg-6:last-child .col-md-12:first-child, .boxes.tiles_3.warmred > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #e56285; }

.no-padding {
  padding: 0 !important; }

.frontPageFeatureTiles .boxes .featureTile {
  background-size: cover;
  padding: 30px !important; }
  .frontPageFeatureTiles .boxes .featureTile > div {
    height: 100%; }
  .frontPageFeatureTiles .boxes .featureTile p {
    margin-bottom: 0; }
  .frontPageFeatureTiles .boxes .featureTile h2 {
    margin-bottom: 10px; }
  .frontPageFeatureTiles .boxes .featureTile.blue {
    background-color: #0065a1 !important; }
  .frontPageFeatureTiles .boxes .featureTile.green {
    background-color: #00833E !important; }
  .frontPageFeatureTiles .boxes .featureTile.orange {
    background-color: #d75f01 !important; }
  .frontPageFeatureTiles .boxes .featureTile.red {
    background-color: #d51968 !important; }
  .frontPageFeatureTiles .boxes .featureTile.lowerLeft, .frontPageFeatureTiles .boxes .featureTile.lowerRight {
    color: #fff !important; }
    .frontPageFeatureTiles .boxes .featureTile.lowerLeft *, .frontPageFeatureTiles .boxes .featureTile.lowerRight * {
      position: relative;
      z-index: 1; }
    .frontPageFeatureTiles .boxes .featureTile.lowerLeft:after, .frontPageFeatureTiles .boxes .featureTile.lowerRight:after {
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.62)), to(rgba(20, 20, 20, 0.6)));
      background-image: -o-linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6));
      background-image: linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6)); }

.frontPageFeatureTiles .featureTileWrapper:first-child .col-md-12 {
  padding: 40px 50px; }
  .frontPageFeatureTiles .featureTileWrapper:first-child .col-md-12 > div {
    text-align: left; }

.whitepaper {
  background-image: url(/Static/img/background_for_cta.png);
  background-color: #62B3E5;
  color: #fff;
  padding: 50px;
  margin-bottom: 40px; }
  .whitepaper p {
    margin-bottom: 5px; }
  .whitepaper .leftSide {
    padding-right: 30px; }
    .whitepaper .leftSide p {
      font-size: 1.8rem;
      line-height: 2rem; }
  .whitepaper .rightSide {
    padding-left: 30px; }
    .whitepaper .rightSide p {
      font-size: 1.1rem;
      line-height: 1.5rem;
      font-weight: bold; }
  .whitepaper h3 {
    font-size: 1.8rem;
    margin: 0;
    padding-bottom: 5px;
    color: inherit; }
  .whitepaper .roundedBtn {
    margin-top: 15px;
    white-space: pre-line;
    border: none; }
  footer .whitepaper input[type=email] {
    background-color: #87c5ea;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff; }
  footer .whitepaper .btn {
    padding: 15px 35px;
    font-size: 11px !important; }

.tietoevry-whitepaper {
  margin-bottom: 40px;
  padding: 35px 45px;
  background: #437d9f;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(67, 125, 159, 0.66)), to(rgba(67, 125, 159, 0.66))), url(/Static/img/background_for_cta.png);
  background-image: -o-linear-gradient(left, rgba(67, 125, 159, 0.66), rgba(67, 125, 159, 0.66)), url(/Static/img/background_for_cta.png);
  background-image: linear-gradient(to right, rgba(67, 125, 159, 0.66), rgba(67, 125, 159, 0.66)), url(/Static/img/background_for_cta.png);
  color: #fff;
  margin-left: -15px;
  margin-right: -15px; }
  .tietoevry-whitepaper__inner-title {
    margin: 0;
    font-size: 1.3rem;
    color: inherit; }
  .tietoevry-whitepaper__subtitle {
    font-weight: 700; }
  .tietoevry-whitepaper__button .whiteBtn {
    white-space: normal;
    color: #063752; }

/*ACCORDION*/
body.ProductServicePage .container.title, body.FocusPage .container.title {
  padding: 0; }

body.ProductServicePage .accordionListWrapper, body.FocusPage .accordionListWrapper {
  background: #fff;
  padding: 3% 2%;
  margin-bottom: 5%; }
  body.ProductServicePage .accordionListWrapper div[role=tablist], body.FocusPage .accordionListWrapper div[role=tablist] {
    padding-bottom: 0;
    clear: both; }
  body.ProductServicePage .accordionListWrapper .accordionWrapper, body.FocusPage .accordionListWrapper .accordionWrapper {
    padding: 0px; }
  body.ProductServicePage .accordionListWrapper .card, body.FocusPage .accordionListWrapper .card {
    border-bottom: 1px solid #333; }
  body.ProductServicePage .accordionListWrapper .card.active, body.FocusPage .accordionListWrapper .card.active {
    border-bottom: 2px solid #333; }
  body.ProductServicePage .accordionListWrapper .card-header, body.FocusPage .accordionListWrapper .card-header {
    border-bottom: 0; }

.card {
  border: none;
  border-radius: 0; }

div[role=tablist] {
  padding-bottom: 50px;
  clear: both; }

.card-header {
  font-size: 1rem;
  padding: 0;
  margin-top: -2px;
  background-color: transparent;
  border-bottom: 1px solid #333; }
  .card-header a {
    display: inline-block; }
  .card-header a,
  .card-header .custom-control-label {
    font-size: 15px;
    line-height: 1.2;
    padding: .75rem 2rem .75rem 0.5rem; }

.card.active + .card .card-header,
.card:first-child .card-header {
  border-top: 1px solid #333;
  -webkit-transition: border .15s ease-in;
  -o-transition: border .15s ease-in;
  transition: border .15s ease-in; }

.card.active .card-header {
  border-width: 2px !important; }

.card-header:first-child {
  border-radius: 0; }

.card-header .custom-control {
  min-height: 0;
  padding-left: 0; }

.card-header .custom-control-label {
  cursor: pointer; }

.card-header .custom-control-label:before,
.card-header .custom-control-label:after {
  left: auto;
  right: 11px;
  top: 14px;
  z-index: 50; }

.card-header a,
.card-header label {
  color: #333;
  display: block;
  padding-right: 25px;
  position: relative;
  z-index: 1; }

.card-header a:hover {
  text-decoration: none; }

.card-header .icon_close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 11px;
  height: 11px;
  overflow: hidden;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }

.card-header a.collapsed + .icon_close {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.card-block {
  max-width: 100%;
  overflow-x: auto;
  padding: 20px 8px; }

/* Contact page accordion */
.card_contacts .card-header a {
  text-transform: uppercase; }

.card_contacts .contact-row:not(:last-child) {
  margin-bottom: 20px; }

.card_contacts h6,
.card_contacts h7 {
  font-weight: bold;
  color: #333; }

.card_contacts .card-block h7,
.card_contacts .card-block p {
  margin: 0;
  color: #333; }

.card_contacts .card-block h6 {
  color: #333;
  font-size: 1.0rem; }

.card_contacts .card-block h7 {
  font-size: 0.9rem; }

.card_contacts .card-block p {
  font-size: 0.8rem;
  line-height: 1.3rem; }

.card_contacts .contact-row {
  margin: 0; }
  .card_contacts .contact-row > div:first-child {
    padding-left: 0; }
  .card_contacts .contact-row .icon {
    margin-right: 4px;
    margin-top: 1px; }

/*IMAGEBLOCK*/
.row.imageBlock {
  padding-bottom: 50px; }

.row.imageBlock span {
  font-style: italic;
  font-size: 13px; }

.row.imageBlock .col-md-9 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.CasePage .row.imageBlock .col-md-9 {
  padding: 0 15px !important; }

.CasePage .col-md-9 h2 {
  font-size: 1.7rem;
  line-height: 33px; }

.row.fullWidthImage {
  display: none !important;
  margin-bottom: 50px;
  max-width: 100%;
  height: auto;
  min-width: -webkit-fill-available; }

.row.fullWidthImage > .col-md-12 {
  padding: 0 !important; }

/*VIDEOBLOCK*/
.videoBlock {
  text-align: left;
  position: relative;
  margin-bottom: 30px; }

.CasePage .videoBlock {
  padding: 0; }

.fullWidth .videoBlock > div,
.CasePage .videoBlock > div, .CasePage .videoBlock > div.col-md-12,
.EventPage .videoBlock > div {
  padding: 0 0 0px !important;
  margin: 0; }

.BlogPostPage .videoBlock > div {
  margin: 0; }

.FocusPage .videoPreview,
.CorporateFocusPage .videoPreview,
.ProductServicePage .videoPreview,
.BlogPostPage .videoPreview,
.EventPage .videoPreview {
  padding: 0; }

.videoBlock img {
  width: 100%; }

.videoBlock .buttonWrapper {
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-top: -10px; }

.videoBlock .playBtn {
  padding: 5px 28px;
  border: 1px solid #efefef;
  background: #fff;
  cursor: pointer;
  font-size: 0.6rem;
  letter-spacing: 1.7px;
  line-height: inherit; }

body:not(.EventPage).col-md-9 .videoBlock .row > div {
  padding: 60px !important;
  padding-top: 0px !important; }

.videoBlock .videoPreview:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.005)), to(rgba(2, 2, 2, 0.35)));
  background-image: -o-linear-gradient(rgba(2, 2, 2, 0.005), rgba(2, 2, 2, 0.35));
  background-image: linear-gradient(rgba(2, 2, 2, 0.005), rgba(2, 2, 2, 0.35)); }

.videoBlock .videoPreview + div.col-md-12 {
  display: none;
  padding: 0 !important; }

.videoBlock iframe {
  width: 100%;
  min-height: 0; }

.imgVideoWrapper {
  overflow: hidden;
  max-height: 480px; }

.videoBlock.form .videoPreview img {
  opacity: 0.2; }

.videoBlock.form .videoPreview .buttonWrapper {
  display: none; }

.videoBlock form.mktoForm {
  position: absolute;
  background-color: #fff;
  width: inherit !important;
  padding: 20px !important;
  margin: 42px; }

/*TEXTBLOCK*/
.row.textBlock {
  padding-bottom: 50px;
  height: auto !important; }

.row.textBlock img {
  max-width: 100%;
  height: auto; }

.row.textBlock .col-md-9 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.row.textBlock h2, .row.benefitBlock h2 {
  font-weight: bold;
  letter-spacing: -1px; }

.row.textBlock h2 span, .row.benefitBlock h2 span {
  font-weight: 500; }

.row.textBlock .linkList {
  margin-top: 15px;
  padding-top: 15px;
  border: 1px solid #efefef;
  border-width: 2px 0; }

.row.textBlock .arrowLink:not(:last-child) {
  display: inline-block;
  margin-bottom: 10px; }

body.NewsArticlePage .textBlock > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: none;
  padding: 0 15px !important; }

/*BENEFIT BLOCK*/
.benefitBlock .col-md-4 {
  text-align: center;
  padding: 20px;
  padding-top: 50px; }

.benefitBlock .col-md-4 img {
  margin-bottom: 35px; }

.benefitBlock .col-md-4 h2 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

.benefitBlock .col-md-4 p {
  color: #6B6B6B;
  font-size: 13px;
  line-height: 18px; }

.benefitBlock .col-md-4:first-child {
  background-color: #F1F1F1; }

.benefitBlock .col-md-4:nth-child(2) {
  background-color: #F7F7F7; }

.benefitBlock .col-md-4:nth-child(3) {
  background-color: #E3E3E3; }

body.FocusPage .container.benefitBlock > .row > div:not(.title),
body.CorporateFocusPage .container.benefitBlock > .row > div:not(.title),
body.ProductServicePage .container.benefitBlock > .row > div:not(.title),
body.BlogPage .container.benefitBlock > .row > div:not(.title) {
  margin-bottom: 50px; }

body.FocusPage .col-md-3 h2,
body.CorporateFocusPage .col-md-3 h2,
body.ProductServicePage .col-md-3 h2 {
  padding-left: 0px !important;
  padding-bottom: 10px !important;
  margin-bottom: 0; }

body.FocusPage .benefitBlock .col-md-4,
body.CorporateFocusPage .benefitBlock .col-md-4,
body.ProductServicePage .benefitBlock .col-md-4 {
  padding: 50px; }
  body.FocusPage .benefitBlock .col-md-4:first-child,
  body.CorporateFocusPage .benefitBlock .col-md-4:first-child,
  body.ProductServicePage .benefitBlock .col-md-4:first-child {
    background-color: #ffffff; }

/*SUMMARY BLOCK*/
.summaryBlockWrapper:not(:last-child) {
  padding-bottom: 50px; }

.summaryBlockWrapper > .container {
  min-height: 725px; }

.summaryBlockWrapper .summaryBlockBgImage {
  display: none; }

.summaryBlock {
  border: 1px solid #eaeaea;
  margin-top: -85px;
  background-color: #fff;
  z-index: 3;
  position: relative;
  padding: 20px 40px 40px; }
  .summaryBlock > div:not(:last-child) {
    padding-left: 20px;
    padding-right: 20px; }
  .summaryBlock > div:first-child {
    padding-top: 40px; }
  .summaryBlock h2 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px; }
  .summaryBlock p {
    font-size: 16px;
    color: #6B6B6B;
    letter-spacing: -0.3px; }
  .summaryBlock a {
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block; }
    .summaryBlock a:hover, .summaryBlock a:focus {
      text-decoration: underline;
      color: #0065A0; }
  .summaryBlock > div:not(:last-child) {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
  .summaryBlock > div:first-child > h2 {
    margin-top: 0; }
  .summaryBlock > div:nth-last-child(2) {
    border-bottom: none; }
  .summaryBlock .position-relative {
    display: none; }

.col-md-9 .summaryBlock h2 {
  font-size: 1.3rem; }

.summaryBlock .benefitBlock,
.CasePage .benefitBlock {
  margin: 0;
  padding: 0 15px !important; }

.CasePage .summaryBlockWrapper {
  padding-bottom: 0; }
  .CasePage .summaryBlockWrapper > .container > .row {
    padding-bottom: 100px; }
  .CasePage .summaryBlockWrapper .col-md-9 {
    padding: 0 15px !important; }

.CasePage .caseContentWrapper {
  background-color: #fff;
  padding-bottom: 250px !important; }

.CasePage .caseContent {
  padding: 0 15px !important; }

.CasePage .caseContent > div {
  background: #fff;
  padding-top: 50px; }

.CasePage .caseContent .container .container {
  padding-left: 0;
  padding-right: 0; }

.CasePage .caseContent .checkerBlock {
  margin-left: 15px;
  margin-right: 15px; }

.CasePage .caseContent .videoPreview {
  margin: 0 !important;
  padding: 0 !important; }

.CasePage .caseContent .container > .title {
  margin-left: 0;
  margin-right: 0; }

.CasePage .caseContent .textBlock > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: none;
  width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important; }

.CorporateEntrancePage .checkerBlock .imageTile:after,
.CorporateFocusPage .checkerBlock .imageTile:after {
  background-image: none; }

.backgroundBigImage {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 512px;
  min-width: 100%; }

/*TITLES*/
.title > h3 {
  color: #333;
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1.5px; }

.title > h2 {
  font-weight: bold;
  padding-bottom: 20px;
  margin-bottom: 0;
  letter-spacing: -1px;
  font-size: 1.5rem; }

.title > h2 span {
  font-weight: 500; }

.title > h2 a {
  font-size: 1.5rem;
  color: inherit;
  letter-spacing: -1px; }

.title-with-border {
  border-bottom: 1px solid rgba(214, 214, 214, 0.32);
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.6px;
  font-size: 0.75rem;
  line-height: 1.2rem; }
  .sideBlock .title-with-border {
    border-color: #CDCDCD; }

.title-side-border {
  position: relative;
  margin-bottom: 20px; }
  .title-side-border h3 {
    display: inline-block;
    background: #fff;
    font-size: 1.5rem;
    margin: 0;
    padding: 0 20px 0 0; }
  .title-side-border:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    z-index: -1;
    width: 100%;
    height: 8px;
    background: #EBEBEB; }

.jobblock_Wrapper .title > h2 a {
  font-size: 1.5rem !important; }

.title > h2 a:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 10px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
  border-width: 0 1px 1px 0;
  border-color: #333;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  content: '';
  display: inline-block;
  pointer-events: none;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.title > h2 a:hover {
  text-decoration: none; }

.container > .title {
  margin-left: -15px; }

/*CHECKER BLOCK AND MAJOR ANNOUNCEMENT BLOCK*/
.checkerBlock,
.majorAnnouncementBlock {
  width: calc(100% - 30px);
  margin-bottom: 50px;
  margin-left: 15px; }
  .checkerBlock > div.title,
  .majorAnnouncementBlock > div.title {
    display: table-row;
    height: auto; }
  .checkerBlock .textTile,
  .majorAnnouncementBlock .textTile {
    padding: 10%;
    background: #fafafa; }
    .checkerBlock .textTile > div,
    .majorAnnouncementBlock .textTile > div {
      height: 100%; }
  .checkerBlock .imageTile,
  .majorAnnouncementBlock .imageTile {
    padding: 0;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    padding-top: 50%; }
  .checkerBlock h2,
  .majorAnnouncementBlock h2 {
    font-size: 22px;
    line-height: 33px;
    font-weight: bold; }
  .checkerBlock p,
  .majorAnnouncementBlock p {
    font-size: 16px;
    line-height: 22px;
    color: #6B6B6B; }
  .checkerBlock .blueBtn,
  .majorAnnouncementBlock .blueBtn {
    margin-top: 30px; }

.checkerBlock .blueBtn {
  margin-top: 20px; }

.checkerBlock .imageTile {
  position: relative; }
  .checkerBlock .imageTile:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: none; }

.majorAnnouncementBlock .date {
  font-weight: bold;
  color: #62B3E5; }

/* NEWS/CASE BLOCK */
.newsCaseBlock {
  padding-bottom: 25px;
  margin: 0 -15px;
  /* keep the slides aligned to the left */
  /* NEWS BLOCK */
  /* CASE BLOCK */ }
  .newsCaseBlock > .col-md-4 {
    padding: 0 10px; }
  .newsCaseBlock .slick-track {
    margin: 0; }
  .newsCaseBlock .slider {
    padding: 0;
    text-align: initial;
    margin-left: -20px;
    margin-right: -20px; }
  .newsCaseBlock .slick-arrow {
    z-index: 1; }
  .newsCaseBlock .slick-disabled {
    display: none !important; }
  .newsCaseBlock .slick-next, .newsCaseBlock .slick-next:focus {
    top: 48%;
    right: 40px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 15px;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease; }
  .newsCaseBlock .slick-next:hover, .newsCaseBlock .slick-prev:hover {
    background-color: #fff; }
  .newsCaseBlock .slick-next:before {
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    margin-top: -6px;
    border-color: #333;
    right: 25px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    display: inline-block;
    pointer-events: none;
    position: absolute;
    right: 13px;
    top: 58%;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .newsCaseBlock .slick-prev, .newsCaseBlock .slick-prev:focus {
    top: 48%;
    left: 26px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 15px;
    -webkit-transition: background-color .15s ease;
    -o-transition: background-color .15s ease;
    transition: background-color .15s ease; }
  .newsCaseBlock .slick-prev:before {
    width: 7px;
    height: 7px;
    border-width: 0 1px 1px 0;
    margin-top: -6px;
    border-color: #333;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    content: '';
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 58%;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    text-align: center; }
  .newsCaseBlock .slide {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative; }
  .newsCaseBlock .slide.showAllSlide {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .newsCaseBlock .slide.showAllSlide .spacer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .newsCaseBlock .slide.showAllSlide .spacer .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FCFCFC;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #333;
    position: relative;
    height: 100%;
    width: 100%;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .newsCaseBlock .slide:not(.slick-active) .case {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .newsCaseBlock .slide.showAllSlide .spacer .case:after {
    background: transparent; }
  .newsCaseBlock .slide.showAllSlide .spacer .case:hover, .newsCaseBlock .slide.showAllSlide .spacer .case:focus {
    background: #fff;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .newsCaseBlock .case {
    display: block;
    position: relative;
    border-bottom: 2px solid #cdcdcd; }
  .newsCaseBlock .case:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(2, 2, 2, 0.005)), to(rgba(2, 2, 2, 0.35)));
    background-image: -o-linear-gradient(rgba(2, 2, 2, 0.005), rgba(2, 2, 2, 0.35));
    background-image: linear-gradient(rgba(2, 2, 2, 0.005), rgba(2, 2, 2, 0.35));
    opacity: 1;
    -webkit-transition: opacity .15s ease-in-out;
    -o-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out; }
  .newsCaseBlock .case:hover:after,
  .newsCaseBlock .case:focus:after {
    opacity: 0; }
  .newsCaseBlock .case img {
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
  .newsCaseBlock .case:hover img,
  .newsCaseBlock .case:focus img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .newsCaseBlock .image {
    overflow: hidden;
    height: 0;
    padding-bottom: 109.524%; }
  .newsCaseBlock .image img {
    max-width: 120%;
    min-width: 100%; }
  .newsCaseBlock .title h3 {
    color: #fff;
    opacity: 1;
    margin-top: 0; }
  .newsCaseBlock .summary {
    padding: 15px 0 0;
    z-index: 1;
    text-align: left; }
  .newsCaseBlock .summary .date {
    padding: 0 30px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 12px; }
  .newsCaseBlock .summary .title {
    padding: 0 30px; }
  .newsCaseBlock .summary .text {
    padding: 0 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: -0.3px;
    max-height: 67px;
    overflow-x: visible;
    overflow-y: hidden; }
  .newsCaseBlock .summary .text .lastVisible {
    position: relative;
    display: inline-block; }
  .newsCaseBlock .summary .text .lastVisible:after {
    content: '...';
    position: absolute;
    left: 100%;
    top: 0; }
  .newsCaseBlock .summary .text .lastVisible + span:before {
    display: block;
    content: ''; }
  .newsCaseBlock_newsBlock .summary {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    height: 145px;
    overflow: hidden;
    padding-bottom: 0; }
  .newsCaseBlock_newsBlock .case .title {
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 30px; }
  .newsCaseBlock_newsBlock .title > h3 {
    color: #fff; }
  .newsCaseBlock_caseBlock .image {
    margin-bottom: 50px; }
  .newsCaseBlock_caseBlock .summary {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    color: #333;
    padding-top: 20px;
    height: 150px;
    overflow-y: hidden; }
  .newsCaseBlock_caseBlock .summary .title > h3 {
    margin-bottom: 0;
    padding-top: 12px;
    color: #999;
    line-height: 140%; }

.CaseListingPage .newsCaseBlock,
.NewsListingPage .newsCaseBlock {
  margin: 0 -10px; }

.CasePage .newsCaseBlock {
  margin: 0; }

.listingResults .newsCaseBlock .case {
  margin-bottom: 25px; }

.relatedContent {
  background-color: #e2e2e2;
  padding: 60px 0 250px;
  text-align: center;
  margin: 100px -15px -250px; }

.relatedContent .title + .slider {
  margin-top: 10px; }

/*MODAL*/
.modal-dialog {
  max-width: 1300px; }

.modal-content {
  max-height: 70vh;
  overflow: auto;
  border-radius: inherit;
  border: none;
  -webkit-box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 71px 0px rgba(0, 0, 0, 0.2); }

.modal-body {
  max-height: 90vh;
  padding-top: 0;
  border-radius: 0;
  padding-bottom: 0; }
  .modal-body .col-md-6 {
    padding: 40px 5vh; }
  .modal-body .col-md-6:first-child {
    border-right: 2px solid #efefef; }
  .modal-body .col-form-success:first-child {
    border: none;
    margin: 40px auto; }
  .modal-body p {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 26px; }
  .modal-body a {
    color: #0065A0;
    line-height: inherit;
    float: none !important; }
    .modal-body a:hover, .modal-body a:focus {
      color: #D51067; }
  .modal-body label.mktoLabel,
  .modal-body .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: 700 !important;
    width: auto !important;
    margin-bottom: 5px; }

.modal-header {
  border-bottom: none;
  height: 0;
  padding: 0 1rem; }
  .modal-header .closeBtn {
    z-index: 2;
    top: 15px;
    right: 15px; }

.modal-footer {
  border-top: none;
  height: 0;
  padding: 0 1rem; }

.social-icons_floating {
  background: #fff;
  width: 37px;
  position: fixed;
  right: -37px;
  top: 25%;
  z-index: 102; }
  .scrolledAfterHero .social-icons_floating {
    -webkit-animation: slideInFromRight 0.4s ease-in-out forwards;
            animation: slideInFromRight 0.4s ease-in-out forwards; }
  .social-icons_floating a {
    display: block;
    padding: 4px 0;
    margin: 4px 0;
    text-align: center; }

#SiteSwitchPopup .modal-dialog {
  max-width: 40vw;
  margin: auto; }

#SiteSwitchPopup .modal-content {
  min-height: 0; }
  #SiteSwitchPopup .modal-content .roundedBtn {
    margin: 0; }

#SiteSwitchPopup .modal-header {
  position: static;
  font-weight: bold;
  font-size: 1.3rem;
  color: #333; }

#SiteSwitchPopup .modal-header,
#SiteSwitchPopup .modal-footer {
  height: auto;
  padding-top: 15px;
  padding-bottom: 15px; }
  #SiteSwitchPopup .modal-header .row,
  #SiteSwitchPopup .modal-footer .row {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

#SiteSwitchPopup .modal-body {
  padding-bottom: 20px; }

#SiteSwitchPopup .col-md-6 {
  border: none; }

/* MAIN NAVIGATION */
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 103; }
  .navbar.searchExpanded:after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    -webkit-animation: appear 0.4s forwards;
            animation: appear 0.4s forwards; }
  .navbar #navbarDropdown {
    position: relative;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 130px;
    padding-left: 130px; }
  .navbar .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .navbar .navbar-collapse.show {
    -webkit-animation: appear 0.4s linear;
            animation: appear 0.4s linear; }
  .navbar-toggler {
    padding: 0; }
  .navbar .dropdown-menu {
    border: none;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    background-color: transparent; }
    .navbar .dropdown-menu .container {
      background: #fff;
      padding: 50px 0; }
    .navbar .dropdown-menu .nav-link {
      padding: 0.5rem 0.25rem; }
    .navbar .dropdown-menu .subTitle {
      opacity: 1;
      font-size: 0.75rem;
      font-weight: bold;
      letter-spacing: 1px; }
    .navbar .dropdown-menu p {
      font-size: 0.9rem;
      font-weight: normal;
      line-height: 1.5rem;
      opacity: 0.7; }
    .navbar .dropdown-menu .viewMoreLink {
      color: #0065A0; }
    .navbar .dropdown-menu .nav-link:hover .viewMoreLink,
    .navbar .dropdown-menu .nav-link:focus .viewMoreLink {
      color: #D51067; }
    .navbar .dropdown-menu img {
      min-width: 100%;
      max-width: 100%;
      height: auto !important;
      margin-bottom: 20px; }
    .navbar .dropdown-menu .nav .nav-item {
      display: block;
      width: 100%; }
  .navbar_icons-wrapper {
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 102;
    max-width: 100%; }
    .navbar_icons-wrapper form {
      vertical-align: top;
      position: relative;
      display: inline-block;
      margin-right: 12px;
      max-width: 100%;
      min-width: 35px; }
    .navbar_icons-wrapper .userBtn {
      position: static;
      display: inline-block;
      width: 24px;
      height: 24px;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      margin-right: 16px;
      margin-top: 4px; }
    .navbar_icons-wrapper .search {
      position: absolute;
      top: 0;
      right: 0;
      z-index: 1; }
      .navbar_icons-wrapper .search .searchBtn {
        top: 8px; }
      .navbar_icons-wrapper .search.collapsed .searchBtn {
        top: 5px; }
      .navbar_icons-wrapper .search.expandable:not(.collapsed) {
        width: 350px; }
      .navbar_icons-wrapper .search.expandable:not(.collapsed) .icon > * {
        fill: #333 !important; }
    .navbar_icons-wrapper .hamburger-inner, .navbar_icons-wrapper .hamburger-inner::after, .navbar_icons-wrapper .hamburger-inner::before {
      width: 30px !important;
      background-color: #fff !important; }
    .pageOverlay .navbar_icons-wrapper .hamburger .hamburger-inner,
    .pageOverlay .navbar_icons-wrapper .hamburger .hamburger-inner::after,
    .pageOverlay .navbar_icons-wrapper .hamburger .hamburger-inner::before {
      background-color: #333 !important; }
    .navbar_icons-wrapper .hamburger {
      padding: 0 !important;
      margin-top: 3px; }
    .navbar_icons-wrapper.visible-sm {
      display: none; }
  .navbar .languageNav {
    position: relative;
    right: 10px;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
    background: transparent;
    border: none;
    padding: 2px 6px; }
    .navbar .languageNav__current {
      display: block;
      color: #fff;
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      -webkit-transition: color 0.4s ease-in;
      -o-transition: color 0.4s ease-in;
      transition: color 0.4s ease-in;
      cursor: pointer; }
      .navbar .languageNav__current .icon {
        width: 23px;
        height: 23px;
        vertical-align: middle; }
        .navbar .languageNav__current .icon > * {
          fill: none; }
      .navbar .languageNav__current .language {
        margin-right: 5px;
        vertical-align: middle; }
    .navbar .languageNav__dropdown {
      position: absolute;
      top: 100%;
      right: 0;
      z-index: 2;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      min-width: 320px;
      padding: 0 40px;
      background: #fff;
      cursor: default; }
      .navbar .languageNav__dropdown:not(.show) {
        opacity: 0;
        visibility: hidden; }
    .navbar .languageNav__label {
      margin-top: 30px;
      margin-bottom: 15px;
      font-weight: bold;
      font-size: 12px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: #333;
      text-align: left; }
    .navbar .languageNav__list {
      padding: 0;
      list-style: none;
      max-height: 300px;
      overflow: auto;
      margin-bottom: 45px; }
    .navbar .languageNav__item {
      font-size: 15px;
      padding: 0px 0 10px 0px;
      text-align: left; }
      .navbar .languageNav__item.active {
        font-weight: bold;
        color: #333; }
      .navbar .languageNav__item a {
        color: #0065A0; }
        .navbar .languageNav__item a:hover {
          color: #D51067; }

.navbar-secondary {
  list-style: none;
  margin: 0 15px 0 0;
  padding: 0; }
  .navbar-secondary li {
    text-align: right;
    margin-bottom: 5px; }
    .navbar-secondary li .languageNav {
      margin-right: 0;
      padding-bottom: 0;
      z-index: 102; }
  .navbar-secondary .li-hamburger, .navbar-secondary .li-search {
    z-index: 104; }
  .navbar-secondary .sec-link {
    padding-right: 17px;
    z-index: 102; }
    .navbar-secondary .sec-link a {
      color: #fff !important;
      -webkit-transition: color 0.4s ease-in;
      -o-transition: color 0.4s ease-in;
      transition: color 0.4s ease-in; }
    .navbar-secondary .sec-link span {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: bold;
      text-transform: uppercase;
      margin-right: 5px;
      vertical-align: middle; }
    .navbar-secondary .sec-link-icon {
      width: 23px;
      height: 23px;
      vertical-align: middle; }

@media only screen and (max-width: 768px) {
  .navbar_icons-wrapper .search.expandable:not(.collapsed) {
    width: 250px; } }

/* Common styling for tiles */
.tile {
  margin-bottom: 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 18px; }

.tile p,
.tile ul {
  font-size: 0.9rem; }

.tile .description {
  font-weight: normal; }

.clearButton.row {
  margin-top: -25px;
  margin-bottom: 20px; }

.clearButton.row .roundedBtn {
  padding: 10px 15px !important; }

.clearButton.row .roundedBtn.disabled,
.loading .clearButton.row .roundedBtn {
  color: #f8f8f8;
  cursor: default;
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #f8f8f8; }

.clearButton.row .roundedBtn svg {
  width: 10px;
  height: 10px;
  position: relative;
  top: 1px; }

.clearButton.row .roundedBtn.disabled svg,
.loading .clearButton.row .roundedBtn svg {
  display: none; }

.clearButton.row + .jobResults {
  margin-top: 10px; }

/* Latest releases block */
.latestReleases {
  margin-bottom: 15px; }
  .latestReleases .tile h3 {
    padding: 0;
    font-size: 1.1rem;
    margin-bottom: 0; }
  .latestReleases .tile .latestReleasesItem {
    display: block;
    padding-top: 15px; }
    .latestReleases .tile .latestReleasesItem:not(:nth-child(2)) {
      border-top: 1px solid #efefef; }
  .latestReleases .seeMoreLink {
    width: 100%;
    height: 20px; }
    .latestReleases .seeMoreLink a {
      position: absolute;
      bottom: 30px;
      right: 30px; }

/*mobile*/
.latestReleases .col {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

/* Entry point block */
.entryPointBlocks.tile {
  padding: 0;
  margin-bottom: 50px; }

.entryPointBlocks .entryPoint {
  text-align: center;
  padding: 50px 50px; }

.entryPointBlocks .entryPoint.col-md-4 {
  padding: 30px;
  padding-bottom: 50px; }

.entryPointBlocks .entryPoint:not(:first-child) {
  border-left: 1px solid #f0f0f0; }

.entryPointBlocks .entryPoint:nth-child(even) {
  background-color: #f9f9f9; }

.entryPointBlocks .entryPoint img {
  margin: 40px 0 20px;
  max-width: 100%; }

.entryPointBlocks .entryPoint .entryPointText {
  padding: 0 40px; }

.entryPointBlocks .entryPoint .entryPointText h3 {
  font-size: 1.2rem;
  margin: 25px 0;
  margin-bottom: 0px; }

/* CALL TO ACTION BLOCK */
.callToActionBlock .tile {
  padding: 60px 170px;
  margin-bottom: 50px; }

.callToActionBlock a + a {
  padding-left: 15px; }

/* SOCIAL MEDIA FEED BLOCK */
.socialMediaFeedBlock {
  margin: 0 -25px; }
  .socialMediaFeedBlock .tile {
    margin-bottom: 20px;
    padding: 20px 20px 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05); }
    .socialMediaFeedBlock .tile > a {
      display: block;
      height: 0;
      padding-bottom: 56.3%;
      margin-bottom: 20px;
      overflow: hidden; }
    .socialMediaFeedBlock .tile .text a {
      word-break: break-word; }
  .socialMediaFeedBlock .feed {
    padding: 0 10px; }
  .socialMediaFeedBlock .twitterFooter {
    padding: 0;
    list-style: none; }
    .socialMediaFeedBlock .twitterFooter li {
      display: inline-block; }
    .socialMediaFeedBlock .twitterFooter li:not(:last-child) {
      padding-right: 15px; }
    .socialMediaFeedBlock .twitterFooter a {
      font-weight: normal; }
      .socialMediaFeedBlock .twitterFooter a .icon {
        vertical-align: text-top;
        margin-right: 4px;
        width: 15px;
        height: 15px;
        -webkit-transition: fill 0.4s ease-in-out;
        -o-transition: fill 0.4s ease-in-out;
        transition: fill 0.4s ease-in-out; }
        .socialMediaFeedBlock .twitterFooter a .icon_retweet {
          height: 17px; }
        .socialMediaFeedBlock .twitterFooter a .icon > * {
          fill: #0065A0 !important; }
      .socialMediaFeedBlock .twitterFooter a:hover .icon > *,
      .socialMediaFeedBlock .twitterFooter a:focus .icon > * {
        fill: #D51067 !important; }
  .socialMediaFeedBlock .bottomPanel {
    position: relative;
    margin: 0 -20px;
    padding: 15px 20px;
    border-top: 1px solid #f1f1f1;
    background-color: #f3f3f3; }
    .socialMediaFeedBlock .bottomPanel span {
      display: block;
      padding-right: 30px;
      font-size: 0.7rem; }
    .socialMediaFeedBlock .bottomPanel span.name {
      text-transform: uppercase; }
    .socialMediaFeedBlock .bottomPanel .twitter .icon {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -15px; }
    .socialMediaFeedBlock .bottomPanel .instagram .icon {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -15px; }
  .socialMediaFeedBlock + div .roundedBtn {
    margin: 0 0 40px; }

/* OFFERING PROMOTION block */
.offeringPromotion {
  padding-bottom: 40px; }
  .offeringPromotion .title {
    font-size: 1rem;
    line-height: 1.2rem;
    padding-bottom: 0px;
    padding-top: 10px; }
  .offeringPromotion img {
    width: 100%; }
  .offeringPromotion .content {
    padding: 0 25px; }
  .offeringPromotion .blurb {
    font-size: 0.8rem;
    font-weight: normal;
    line-height: 1.25rem;
    color: #4c4c4c; }
  .offeringPromotion > .row {
    margin: 0 -30px; }
  .offeringPromotion .tile {
    display: block;
    height: 100%;
    padding: 0 0 20px 0; }
  .offeringPromotion .highlightedOffering {
    margin-bottom: 40px; }
    .offeringPromotion .highlightedOffering .title {
      font-size: 1.4rem; }
    .offeringPromotion .highlightedOffering .blurb {
      font-size: 1rem;
      line-height: 1.6rem; }
  .offeringPromotion .offering:hover h3 {
    color: #d51067; }

/* KEY FEATURES BLOCK */
.keyFeaturesBlock .keyFeature {
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat; }
  .keyFeaturesBlock .keyFeature:nth-child(odd) {
    background-color: #fff; }
  .keyFeaturesBlock .keyFeature:nth-child(even) {
    background-color: #F4F4F4; }
  .keyFeaturesBlock .keyFeature:first-child {
    background-color: #FAFAFA; }
  .keyFeaturesBlock .keyFeature .title {
    margin: 0;
    font-size: 1.3rem; }

.keyFeaturesBlock .keyFeaturesModal .modal-content {
  width: auto; }

.keyFeaturesBlock .keyFeaturesModal .modal-body {
  padding: 0; }

/* RELEASE BLOCK */
.releaseBlock,
.moreEventsBlock {
  margin: 0 -15px 50px; }
  .PressReleasePage .releaseBlock, .PressReleasePage
  .moreEventsBlock {
    margin-bottom: 0; }
  .EventPage .releaseBlock .title > h2, .EventPage
  .moreEventsBlock .title > h2 {
    padding-left: 15px; }

/* JOB PAGE */
.JobPage .relatedContent .title h2 {
  text-align: left; }

.jobAd {
  padding-top: 100px;
  padding-bottom: 50px; }

/* JOB BLOCK */
.jobBlock {
  padding-bottom: 50px; }
  .jobBlock .tile {
    padding: 20px;
    padding-left: 25px; }

.listing .topRightBtn {
  margin: 0 0 15px -15px; }

/* LISTING PAGES */
.filterRow {
  margin-left: 0;
  margin-right: 0;
  padding: 22px;
  padding-left: 130px;
  width: 100%;
  position: relative;
  padding-top: 20px; }
  .filterRow .icon.filters-bg {
    position: absolute;
    top: 0;
    left: -1px; }
  .filterRow.subMenu {
    padding: 0;
    background-image: none; }
    .filterRow.subMenu > div {
      padding: 40px; }

.filterRow .search,
.blogsFilterRow .search {
  margin-left: auto; }
  .filterRow .search .searchBtn,
  .blogsFilterRow .search .searchBtn {
    -webkit-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear; }
  .filterRow .search.collapsed .searchBtn,
  .blogsFilterRow .search.collapsed .searchBtn {
    left: 0; }

.nice-select {
  min-width: 150px;
  margin-bottom: 15px;
  border-radius: 0;
  background-color: #fafafa; }
  .nice-select:after {
    right: 20px;
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
    margin-top: -6px;
    border-color: #333; }
  .nice-select span {
    max-width: 100%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    text-align: center;
    display: block;
    letter-spacing: 1.5px;
    font-weight: bold;
    font-size: 11px;
    text-transform: uppercase;
    color: #333; }
  .nice-select .list {
    min-width: 100%;
    border-radius: 0;
    font-size: 0.85rem;
    text-transform: capitalize; }
  .nice-select.open .list {
    font-size: 0.85rem;
    border: 1px solid #E1E1E1;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.07);
    max-height: 300px;
    overflow-y: auto; }

.button {
  position: absolute;
  z-index: 2;
  padding: 0;
  overflow: hidden;
  border: none;
  background-color: transparent;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  cursor: pointer; }
  .button:hover, .button:focus {
    opacity: 0.8; }

.search {
  position: relative;
  width: 100%;
  height: 40px; }
  .search .form-control {
    height: 2.5rem;
    padding: 8px 30px 8px 40px;
    background: #fafafa;
    border-radius: 0;
    border-color: #e8e8e8;
    float: right;
    -webkit-transition: width 0.2s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out;
    transition: width 0.2s ease-in-out, padding 0.2s ease-in-out, border 0.2s ease-in-out; }
    .search .form-control::-ms-clear {
      display: none; }
  .search.expandable {
    min-width: 35px;
    min-height: 42px;
    -webkit-transition: width 0.4s linear;
    -o-transition: width 0.4s linear;
    transition: width 0.4s linear; }
    .search.expandable.collapsed {
      -webkit-transition-duration: 0.2s;
           -o-transition-duration: 0.2s;
              transition-duration: 0.2s;
      width: 0; }
      .search.expandable.collapsed input.form-control {
        width: 0;
        padding: 0;
        border: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .search.expandable.collapsed .closeBtn {
        display: none; }
  .search button.searchBtn {
    width: 24px;
    height: 24px;
    top: 8px;
    left: 8px; }
  .search:not(.collapsed) button.searchBtn.disabled,
  .search:not(.collapsed) button.searchBtn.disabled:hover,
  .search:not(.collapsed) button.searchBtn.disabled:focus,
  .search.heroSearch button.searchBtn.disabled {
    cursor: default;
    opacity: 1; }
    .search:not(.collapsed) button.searchBtn.disabled .icon_search > *,
    .search:not(.collapsed) button.searchBtn.disabled:hover .icon_search > *,
    .search:not(.collapsed) button.searchBtn.disabled:focus .icon_search > *,
    .search.heroSearch button.searchBtn.disabled .icon_search > * {
      fill: #A2A2A2 !important; }
  .search button.closeBtn {
    right: 8px;
    top: 10px; }
  .search .easy-autocomplete-container {
    top: 40px; }

/* Global listing styles  */
.listing .title,
.listing .subTitle,
.listing .description {
  -webkit-transition-property: color, opacity;
  -o-transition-property: color, opacity;
  transition-property: color, opacity;
  -webkit-transition-duration: 0.4s;
       -o-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out; }

.listing a:hover .title,
.listing a:focus .title {
  color: #D51067; }

.listing a:hover .subTitle,
.listing a:focus .subTitle,
.listing .subTitle:hover,
.listing .subTitle:focus {
  color: #0065A0;
  opacity: 1; }

.listing a:hover .description,
.listing a:focus .description {
  opacity: 1; }

/* Job listing */
.jobTitleRow {
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
  border-bottom: 2px solid #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333; }

.jobResultRow {
  color: #0065A0;
  border-bottom: 2px solid #efefef;
  padding: 20px 0;
  font-size: 14px; }
  .jobResultRow:last-child {
    padding-bottom: 80px;
    border-bottom: none; }

.jobResults {
  background: #fff;
  padding-top: 50px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: -15px; }

/* Eventlisting and Releaselisting page */
.listingRow .textViewDate {
  background: #efefef;
  color: #333;
  text-align: center; }
  .listingRow .textViewDate > div {
    padding: 15px; }
  .listingRow .textViewDate .day {
    font-size: 1.2rem; }
  .listingRow .textViewDate .year {
    font-size: 0.8rem;
    opacity: 0.8; }

.listingRow .textViewSumary {
  padding-bottom: 10px; }

.listingRow .textViewSumary p.description {
  display: none;
  font-weight: normal;
  margin-bottom: 0; }

.listingRow .textViewSumary .title {
  color: #333;
  padding-top: 3px; }
  .listingRow .textViewSumary .title h4 {
    padding-bottom: 0; }

.listingRow .textViewSumary p {
  font-weight: normal; }

.listingRow:not(:hover) .textViewSumary p {
  color: #6B6B6B; }

/* Subscription page */
.subscribeContent {
  padding: 80px 150px;
  background: #fff; }
  .subscribeContent .infobox {
    padding: 50px;
    margin-top: 30px; }
    .subscribeContent .infobox p:not(:last-child) {
      margin-bottom: 15px; }
  .subscribeContent h3 {
    margin-top: 0; }

.noResults {
  padding: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: -0.1rem;
  padding-bottom: 80px; }

.tile.noResults {
  position: relative;
  padding: 60px 20px; }

.align-content-center > .blueBtn {
  margin: 40px auto; }
  .PressReleasePage .align-content-center > .blueBtn {
    margin: 10px auto; }

/* PRESS RELEASE PAGE */
body.PressReleasePage p a {
  font-size: inherit; }

body.PressReleasePage > .container-fluid .container {
  background: transparent; }
  body.PressReleasePage > .container-fluid .container .bottom-padding {
    padding-bottom: 100px; }

body.PressReleasePage .reference-quote {
  position: relative;
  padding: 6px 0 31px 60px;
  border: none;
  line-height: 1.635rem;
  font-size: 1rem;
  letter-spacing: -0.48px;
  display: block;
  color: #063752;
  font-family: 'RionaSans-Regular', sans-serif;
  font-style: italic; }
  body.PressReleasePage .reference-quote:before {
    content: "\"";
    font-size: 61px;
    line-height: initial;
    position: absolute;
    top: -2px;
    left: 0;
    width: 50px;
    height: 40px;
    text-align: right;
    color: #063752;
    font-family: 'RionaSans-Regular', sans-serif;
    font-weight: bold;
    font-style: normal;
    letter-spacing: -2.09px; }

body.PressReleasePage .image-description {
  line-height: 1.635rem;
  font-size: 0.875rem;
  letter-spacing: -0.01px;
  display: inline-block;
  font-family: Arial, sans-serif;
  color: #5F5F5F;
  padding: 0 32px 17px 32px; }

body.PressReleasePage h2 {
  margin-bottom: 35px; }

.infobox {
  padding: 45px;
  margin-bottom: 30px;
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding-bottom: 15px; }
  .infobox label {
    font-weight: bold;
    color: #333; }
  .infobox p {
    margin-bottom: 0;
    line-height: initial; }
  .infobox .linkWrapper:not(:last-child) {
    padding-bottom: 10px; }
  .infobox .subTitle {
    color: #000000;
    font-size: 12px;
    margin-bottom: 25px; }

body.PressReleasePage .infobox {
  padding-top: 25px; }

/* Blog pages */
.BlogLandingPage,
.LocalBlogLandingPage,
.BlogThemePage,
.BlogPostPage,
.EventLandingPage {
  background: #fff; }
  .BlogLandingPage a:not(.roundedBtn),
  .LocalBlogLandingPage a:not(.roundedBtn),
  .BlogThemePage a:not(.roundedBtn),
  .BlogPostPage a:not(.roundedBtn),
  .EventLandingPage a:not(.roundedBtn) {
    font-size: inherit; }
  .BlogLandingPage .textBlock,
  .LocalBlogLandingPage .textBlock,
  .BlogThemePage .textBlock,
  .BlogPostPage .textBlock,
  .EventLandingPage .textBlock {
    padding-bottom: 20px; }
  .BlogLandingPage__content--featured .blogTiles .image,
  .LocalBlogLandingPage__content--featured .blogTiles .image,
  .BlogThemePage__content--featured .blogTiles .image,
  .BlogPostPage__content--featured .blogTiles .image,
  .EventLandingPage__content--featured .blogTiles .image {
    padding-bottom: 73.75%; }

/* Blog - landing page */
.BlogLandingPage__content .blogFeatured,
.BlogThemePage__content .blogFeatured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .BlogLandingPage__content .blogFeatured img,
  .BlogThemePage__content .blogFeatured img {
    width: 100%; }

.BlogLandingPage .infoText,
.BlogThemePage .infoText {
  font-size: 12px;
  line-height: 120%;
  color: #969495; }
  .BlogLandingPage .infoText span,
  .BlogThemePage .infoText span {
    color: #fff;
    font-weight: bold; }

.BlogLandingPage__industries,
.BlogThemePage__industries,
.EventLandingPage__industries {
  padding-top: 50px;
  background: #F5F5F5; }
  .BlogLandingPage__industries--titleWithFilters,
  .BlogThemePage__industries--titleWithFilters,
  .EventLandingPage__industries--titleWithFilters {
    position: relative;
    margin-bottom: 30px; }
    .BlogLandingPage__industries--titleWithFilters > div,
    .BlogThemePage__industries--titleWithFilters > div,
    .EventLandingPage__industries--titleWithFilters > div {
      padding-right: 20px;
      -ms-flex-item-align: center;
          align-self: center; }
    .BlogLandingPage__industries--titleWithFilters .title,
    .BlogThemePage__industries--titleWithFilters .title,
    .EventLandingPage__industries--titleWithFilters .title {
      padding-right: 40px;
      margin-bottom: 20px; }
      .BlogLandingPage__industries--titleWithFilters .title h2,
      .BlogThemePage__industries--titleWithFilters .title h2,
      .EventLandingPage__industries--titleWithFilters .title h2 {
        padding-bottom: 0;
        font-size: 1.8rem; }
    .BlogLandingPage__industries--titleWithFilters .nice-select,
    .BlogThemePage__industries--titleWithFilters .nice-select,
    .EventLandingPage__industries--titleWithFilters .nice-select {
      float: none;
      border-radius: 0;
      height: 48px;
      line-height: 48px; }
    .BlogLandingPage__industries--titleWithFilters .form-control,
    .BlogThemePage__industries--titleWithFilters .form-control,
    .EventLandingPage__industries--titleWithFilters .form-control {
      background: #fff; }
  .BlogLandingPage__industries .listingResults,
  .BlogThemePage__industries .listingResults,
  .EventLandingPage__industries .listingResults {
    padding-bottom: 50px; }
    .BlogLandingPage__industries .listingResults__item,
    .BlogThemePage__industries .listingResults__item,
    .EventLandingPage__industries .listingResults__item {
      margin-bottom: 60px; }
  .BlogLandingPage__industries .noResults,
  .BlogThemePage__industries .noResults,
  .EventLandingPage__industries .noResults {
    padding: 20px 0 80px;
    color: #333; }

.BlogLandingPage .modal .instructionsWrapper {
  padding-right: 100px;
  background: url(/Static/img/blogModal-envelope.png) right top no-repeat;
  min-height: 80px; }

.BlogLandingPage__content--featured {
  padding-top: 30px;
  padding-bottom: 20px; }

.BlogLandingPage__content--recent {
  background: #fff; }
  .BlogLandingPage__content--recent.greyBg {
    background: #E2E2E2; }
  .BlogLandingPage__content--recent.p-t-40 {
    padding-top: 40px; }
  .BlogLandingPage__content--recent .sideBlock {
    background: #333;
    padding: 40px;
    margin-bottom: 40px; }
    .BlogLandingPage__content--recent .sideBlock > div,
    .BlogLandingPage__content--recent .sideBlock .title-with-border {
      color: #fff; }
    .BlogLandingPage__content--recent .sideBlock .recent-post {
      margin: 15px 0; }
      .BlogLandingPage__content--recent .sideBlock .recent-post__head {
        font-size: 13px;
        color: #AEAEAE;
        line-height: 140%; }
        .BlogLandingPage__content--recent .sideBlock .recent-post__head span {
          font-weight: bold; }
      .BlogLandingPage__content--recent .sideBlock .recent-post a {
        font-size: 15px;
        line-height: 24px;
        display: block; }
        .BlogLandingPage__content--recent .sideBlock .recent-post a:not(:hover):not(:focus) {
          color: #fff; }
    .BlogLandingPage__content--recent .sideBlock .img-preview {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60px;
              flex: 0 0 60px;
      max-width: 60px;
      padding: 0; }

.BlogLandingPage__themes {
  padding: 20px 0;
  background: #333; }
  .BlogLandingPage__themes * {
    color: #fff; }
  .BlogLandingPage__themes--title {
    position: relative;
    text-align: center; }
    .BlogLandingPage__themes--title:before {
      content: '';
      display: block;
      width: 100%;
      height: 8px;
      background: #555555;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -4px; }
    .BlogLandingPage__themes--title h2 {
      position: relative;
      z-index: 1;
      display: inline-block;
      padding: 20px 40px;
      background: #333; }
  .BlogLandingPage__themes--theme {
    padding-bottom: 20px; }
  .BlogLandingPage__themes--item {
    padding-bottom: 10px; }
    .BlogLandingPage__themes--item .blog-info {
      font-size: 14px;
      opacity: 0.8; }
  .BlogLandingPage__themes--viewAll {
    line-height: 3rem; }

.BlogLandingPage__bottomArea .relatedContent {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.BlogLandingPage__otherBlogs {
  padding: 50px 0; }
  .BlogLandingPage__otherBlogs--grid > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .BlogLandingPage__otherBlogs--grid > div > div {
    -webkit-box-flex: 33.33333%;
        -ms-flex: 33.33333%;
            flex: 33.33333%;
    min-width: 33.33333%;
    padding-top: 20px; }
  .BlogLandingPage__otherBlogs--grid h3 {
    padding: 0; }
  .BlogLandingPage__otherBlogs a:not(:hover):not(:focus) {
    color: #333; }

.BlogThemePage__contentWrapper {
  padding-bottom: 0 !important; }

.BlogThemePage .blockWrapper_socialMediaFeedBlock .socialMediaFeedBlock {
  margin-left: -15px;
  margin-right: -15px; }

.BlogThemePage .blockWrapper_socialMediaFeedBlock .title {
  margin: 0; }

.BlogThemePage__content {
  padding-top: 50px; }

.BlogThemePage .link-with-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 25px; }
  .BlogThemePage .link-with-image:not(:hover):not(:focus) {
    color: #333; }
  .BlogThemePage .link-with-image__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px; }
    .BlogThemePage .link-with-image__img img {
      width: 100%; }
  .BlogThemePage .link-with-image__title {
    display: block;
    padding-left: 15px; }
  .BlogThemePage .link-with-image .infoText span {
    color: #333; }
  .BlogThemePage .link-with-image .blogTitle {
    line-height: 1.15rem;
    margin-top: 5px; }

.BlogThemePage .grey-bg {
  background: #f0f0f0; }

.BlogThemePage div:not(.relatedContent) > .blockWrapper_socialMediaFeedBlock {
  margin-bottom: 0; }

.BlogThemePage .container .container,
.BlogPostPage .container .container {
  padding-left: 0;
  padding-right: 0; }

.BlogThemePage .relatedContent,
.BlogPostPage .relatedContent {
  text-align: left;
  margin-top: 0 !important;
  margin-bottom: 0 !important; }
  .BlogThemePage .relatedContent .container,
  .BlogPostPage .relatedContent .container {
    padding: 0 30px; }
  .BlogThemePage .relatedContent .blockWrapper,
  .BlogPostPage .relatedContent .blockWrapper {
    padding: 0 15px; }

.BlogPostPage,
.EventPage {
  background: #fff; }
  .BlogPostPage .title > h2,
  .EventPage .title > h2 {
    line-height: 2rem;
    word-break: break-word; }
  .BlogPostPage .contentArea,
  .EventPage .contentArea {
    margin-bottom: 30px; }
  .BlogPostPage .heroImage .author,
  .BlogPostPage .heroImage .eventInfo,
  .EventPage .heroImage .author,
  .EventPage .heroImage .eventInfo {
    display: inline-block;
    padding: 10px 0;
    margin-top: 10px;
    border-top: 1px solid white;
    opacity: 0.79; }
    .BlogPostPage .heroImage .author__wrapper,
    .BlogPostPage .heroImage .eventInfo__wrapper,
    .EventPage .heroImage .author__wrapper,
    .EventPage .heroImage .eventInfo__wrapper {
      display: block; }
  .BlogPostPage .quote,
  .EventPage .quote {
    background-color: #F1F1F1; }
    .BlogPostPage .quote > div,
    .EventPage .quote > div {
      border: none; }
      .BlogPostPage .quote > div:after,
      .EventPage .quote > div:after {
        font-size: 120px;
        top: 70px;
        left: 30px;
        color: #C9C9C9; }
    .BlogPostPage .quote .quoteWriter,
    .EventPage .quote .quoteWriter {
      color: #7C7C7C; }
  .BlogPostPage .avatarWrapper,
  .EventPage .avatarWrapper {
    width: 110px;
    height: 110px;
    border: none; }
  .BlogPostPage .modal .avatarWrapper,
  .EventPage .modal .avatarWrapper {
    width: 90px;
    height: 90px; }
  .BlogPostPage .social-icon,
  .EventPage .social-icon {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px; }
    .BlogPostPage .social-icon svg,
    .EventPage .social-icon svg {
      width: 50%;
      height: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%); }
  .BlogPostPage__content,
  .EventPage__content {
    padding-top: 50px; }
    .BlogPostPage__content--side .author .name,
    .EventPage__content--side .author .name {
      font-size: 1.1rem;
      font-weight: bold;
      letter-spacing: -0.5px;
      color: #333; }
    .BlogPostPage__content--side .author-more .date,
    .EventPage__content--side .author-more .date {
      font-size: 0.75rem;
      line-height: 1rem; }
    .BlogPostPage__content--side .author-more a,
    .EventPage__content--side .author-more a {
      display: block;
      margin-bottom: 15px; }
      .BlogPostPage__content--side .author-more a:not(:hover):not(:focus),
      .EventPage__content--side .author-more a:not(:hover):not(:focus) {
        color: #333; }
    .BlogPostPage__content .aboutAuthor,
    .EventPage__content .aboutAuthor {
      background: #F0F0F0;
      padding: 50px;
      margin: 30px 0;
      min-height: 200px; }
      .BlogPostPage__content .aboutAuthor__intro,
      .EventPage__content .aboutAuthor__intro {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .BlogPostPage__content .aboutAuthor .author,
      .BlogPostPage__content .aboutAuthor .position,
      .EventPage__content .aboutAuthor .author,
      .EventPage__content .aboutAuthor .position {
        font-weight: bold; }
      .BlogPostPage__content .aboutAuthor .author,
      .EventPage__content .aboutAuthor .author {
        font-size: 1.1rem;
        color: #3C3B3C; }
      .BlogPostPage__content .aboutAuthor a,
      .EventPage__content .aboutAuthor a {
        font-weight: normal;
        color: inherit; }
      .BlogPostPage__content .aboutAuthor p,
      .EventPage__content .aboutAuthor p {
        color: #525252; }
        .BlogPostPage__content .aboutAuthor p:last-child,
        .EventPage__content .aboutAuthor p:last-child {
          margin-bottom: 0; }
    .BlogPostPage__content .position,
    .EventPage__content .position {
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: bold;
      color: #969696;
      padding-bottom: 10px; }

.EventPage .start-end-date,
.EventPage .dateAndPlace a {
  font-weight: bold;
  text-align: center; }
  .EventPage .start-end-date > span,
  .EventPage .dateAndPlace a > span {
    line-height: 1.75rem;
    letter-spacing: -0.6px; }

.EventPage .start-end-date {
  color: #7F7F7F;
  margin-bottom: 10px; }

.EventPage .dateAndPlace a {
  display: block;
  margin-top: 15px; }

.EventPage .subTitle {
  margin-top: 10px; }

.EventPage__content--main .contentArea p {
  font-size: 1.125rem;
  color: #333; }

.EventPage .relatedEvents {
  background-color: rgba(216, 216, 216, 0.42); }
  .EventPage .relatedEvents .textViewSumary {
    padding-bottom: 0; }
    .EventPage .relatedEvents .textViewSumary .title {
      padding-bottom: 0; }
    .EventPage .relatedEvents .textViewSumary p {
      margin-bottom: 0; }

.EventPage .mktoForm_Wrapper {
  padding-bottom: 40px; }

.EventLandingPage__content {
  padding-top: 40px; }

.EventLandingPage .textViewSumary .title {
  margin-bottom: 0;
  padding-bottom: 0; }

.EventLandingPage .textViewSumary p.description {
  display: block; }

.scheduleBlock {
  padding-bottom: 50px; }
  .scheduleBlock .title {
    margin-left: 0; }
  .scheduleBlock__content {
    padding: 40px;
    background-color: #FAFAFA;
    font-size: 1rem;
    letter-spacing: -0.3px;
    line-height: 1.8125rem; }
    .scheduleBlock__content > div > div {
      border-bottom: 1px solid #979797; }
      .scheduleBlock__content > div > div:last-child {
        border: none; }
    .scheduleBlock__content--action {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 10px; }
      .scheduleBlock__content--action .action-time {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100px;
                flex: 0 0 100px;
        max-width: 100px;
        font-weight: bold; }
      .scheduleBlock__content--action .action-info--title {
        font-weight: bold;
        color: #333; }

.speakersBlock {
  padding-bottom: 50px; }
  .speakersBlock__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 2px solid #ececec; }
    .speakersBlock__item--avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 140px;
              flex: 0 0 140px;
      max-width: 140px; }
      .speakersBlock__item--avatar .avatarWrapper {
        margin-left: 0; }
    .speakersBlock__item--info .speaker-title {
      font-weight: bold;
      font-size: 1.125rem;
      line-height: 1.5rem;
      letter-spacing: -0.6px;
      color: #333; }
    .speakersBlock__item--info .speaker-position {
      font-size: 0.875rem;
      line-height: 1.3rem;
      letter-spacing: -0.47px;
      padding-bottom: 10px;
      color: #333;
      opacity: 0.97; }
    .speakersBlock__item--info .speaker-description {
      font-size: 0.875rem;
      line-height: 1.3125rem;
      letter-spacing: -0.3px;
      color: #000;
      opacity: 0.62; }

.upcomingEvents {
  margin-bottom: 40px; }
  .upcomingEvents__item {
    display: block;
    margin-bottom: 15px; }
    .upcomingEvents__item--info {
      font-size: 14px;
      opacity: 0.8;
      color: #333; }
      .upcomingEvents__item--info span {
        font-weight: bold; }
    .upcomingEvents__item--title {
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.6px;
      line-height: 25px; }
    .upcomingEvents__item:not(:hover):not(:focus) .upcomingEvents__item--title {
      color: #333; }

/* blogTiles, eventTiles */
.blogTiles.relatedBlogs,
.eventTiles.relatedBlogs {
  margin: 0 -30px; }

.blogTiles__item,
.eventTiles__item {
  display: block;
  margin-bottom: 30px;
  text-align: left;
  font-weight: normal;
  color: #333; }
  .blogTiles__item .image,
  .eventTiles__item .image {
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
  .blogTiles__item img,
  .eventTiles__item img {
    width: 100%; }
  .blogTiles__item .description,
  .eventTiles__item .description {
    opacity: 0.8; }
  .blogTiles__item .title,
  .blogTiles__item .description,
  .eventTiles__item .title,
  .eventTiles__item .description {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  .blogTiles__item .title,
  .eventTiles__item .title {
    margin: 0 0 10px;
    padding: 0;
    font-size: 1.35rem;
    line-height: 1.7rem; }
  .blogTiles__item:hover .title,
  .eventTiles__item:hover .title {
    color: #D51067; }
  .blogTiles__item:hover .description,
  .eventTiles__item:hover .description {
    opacity: 1;
    color: initial; }
  .blogTiles__item--highlighted,
  .eventTiles__item--highlighted {
    position: relative;
    height: 0;
    padding-bottom: 56.97%;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .blogTiles__item--highlighted:after,
    .eventTiles__item--highlighted:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.2); }
    .blogTiles__item--highlighted .infoText,
    .eventTiles__item--highlighted .infoText {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #fff; }
    .blogTiles__item--highlighted .heading,
    .eventTiles__item--highlighted .heading {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      padding: 30px 120px 30px 30px; }
    .blogTiles__item--highlighted .title,
    .eventTiles__item--highlighted .title {
      margin: 0;
      padding: 0;
      font-size: 1.6rem;
      line-height: 2rem;
      -webkit-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in;
      color: #fff; }
    .blogTiles__item--highlighted:hover .title,
    .eventTiles__item--highlighted:hover .title {
      color: #fff; }

.blogTiles__item .blog-info {
  font-size: 14px;
  margin-top: 15px;
  color: #969495; }
  .blogTiles__item .blog-info .theme {
    font-weight: bold;
    color: #333; }

.eventTiles__item .infoText {
  margin-top: 15px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5rem;
  color: #333; }

.eventTiles__item--highlighted .infoText {
  color: #fff;
  letter-spacing: -0.21px; }

/* BLOG BLOCK */
.blogBlock {
  background-color: #333; }
  .blogBlock * {
    font-family: "RionaSans-Regular", sans-serif;
    color: #fff; }
  .blogBlock .title {
    margin-left: 0; }
    .blogBlock .title > h2 {
      padding-bottom: 0; }
  .blogBlock__row {
    position: relative; }
  .blogBlock__tile h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.2rem;
    color: #fff; }
  .blogBlock__tile--image {
    margin: 0 -35px; }
    .blogBlock__tile--image img {
      width: 100%; }
  .blogBlock__tile--info, .blogBlock__tile--text {
    opacity: 0.8; }
  .blogBlock__tile:focus .blogBlock__tile--info,
  .blogBlock__tile:hover .blogBlock__tile--info,
  .blogBlock__tile:hover .blogBlock__tile--text,
  .blogBlock__tile:focus .blogBlock__tile--text {
    opacity: 1; }
  .blogBlock__tile--info {
    font-size: 0.70rem;
    font-weight: 100; }
  .blogBlock__tile--text {
    padding: 20px 0;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.2rem; }
  .blogBlock__tile--readmore {
    font-size: 0.8rem;
    text-transform: uppercase; }
    .blogBlock__tile--readmore span {
      padding: 3px;
      margin-right: 15px;
      border-radius: 50%;
      background-color: #62B3E5; }
    .blogBlock__tile--readmore svg {
      width: 12px; }
      .blogBlock__tile--readmore svg * {
        stroke: #fff !important; }
  .blogBlock__readAllLink {
    position: absolute;
    bottom: 100%;
    right: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
    padding-left: 5px; }
    .blogBlock__readAllLink:hover, .blogBlock__readAllLink:focus {
      color: #fff; }
    .blogBlock__readAllLink--icon {
      display: block;
      width: 12px;
      height: 18px;
      position: absolute;
      right: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-weight: bold;
      text-align: right;
      font-size: 18px;
      line-height: 18px; }
      .blogBlock__readAllLink--icon:after {
        content: '';
        display: block;
        width: 6px;
        height: 2px;
        background: #fff;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }

/* EVENT BLOCK */
.eventBlock {
  padding-bottom: 40px;
  /* NEW EVENT BLOCK */ }
  .eventBlock--new {
    background: url(/Static/img/eventBlock-bg.png) left top no-repeat;
    background-size: cover; }
    .eventBlock--new .eventBlock__tile--image {
      width: 100%;
      text-align: right; }

/* new event block */
.eventBlock--new {
  background-color: #333; }
  .eventBlock--new * {
    color: #fff; }
  .eventBlock--new .eventBlock__tile {
    margin-bottom: 20px; }
    .eventBlock--new .eventBlock__tile .info {
      font-size: 0.75rem;
      opacity: 0.6; }
    .eventBlock--new .eventBlock__tile .title {
      font-size: 1rem; }
      .eventBlock--new .eventBlock__tile .title.arrowLink svg > * {
        stroke: #fff !important; }
    .eventBlock--new .eventBlock__tile--image div.textWrapper a.title {
      font-size: 1.5rem !important; }
    .eventBlock--new .eventBlock__tile--image div.textWrapper .intro {
      font-size: 0.8rem;
      line-height: 1.1rem;
      padding: 10px 0; }
    .eventBlock--new .eventBlock__tile--image .image {
      position: relative;
      display: inline-block; }
      .eventBlock--new .eventBlock__tile--image .image img {
        width: 100%;
        height: 100%; }
      .eventBlock--new .eventBlock__tile--image .image:after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.62)), to(rgba(20, 20, 20, 0.6)));
        background-image: -o-linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6));
        background-image: linear-gradient(rgba(20, 20, 20, 0.62), rgba(20, 20, 20, 0.6)); }
  .eventBlock--new .eventBlock__tile--image {
    text-align: right;
    position: relative; }
    .eventBlock--new .eventBlock__tile--image div.textWrapper {
      position: absolute;
      top: 50%;
      z-index: 1;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      max-width: 60%; }
    .eventBlock--new .eventBlock__tile--image .image {
      width: 368px;
      height: 290px; }

.blogWhitepaper {
  padding: 20px 0 30px 0;
  border-bottom: 1px solid #D6D6D6; }
  .blogWhitepaper__link {
    display: block; }
  .blogWhitepaper__content {
    position: relative;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
    text-align: center; }
    .blogWhitepaper__content.jumbotron {
      padding-top: 100px;
      padding-bottom: 100px;
      min-height: 0; }
      .blogWhitepaper__content.jumbotron h1 {
        font-size: 45px;
        line-height: 45px; }
      .blogWhitepaper__content.jumbotron p {
        font-size: 28px;
        margin-top: 0; }
    .blogWhitepaper__content--wrapper {
      position: relative;
      z-index: 2; }
    .blogWhitepaper__content--image {
      position: absolute;
      max-width: 200px;
      max-height: calc(100% - 40px);
      top: 20px;
      right: 20px; }

.MeetOurExpertsPage__top {
  padding-top: 40px;
  padding-bottom: 40px; }
  .MeetOurExpertsPage__top .title h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    padding-bottom: 0;
    text-indent: 0 !important; }
  .MeetOurExpertsPage__top .blurb {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #4D4D4D; }

.MeetOurExpertsPage__content {
  border-top: 1px solid #D9D8D9;
  padding-top: 40px; }
  .MeetOurExpertsPage__content > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -4px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .MeetOurExpertsPage__content > div > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
      position: relative;
      width: 100%;
      min-height: 1px;
      padding-right: 4px;
      padding-left: 4px;
      margin-bottom: 8px; }
  .MeetOurExpertsPage__content--item {
    height: 100%;
    padding: 40px;
    margin-bottom: 0;
    border-radius: 2px;
    cursor: pointer; }
    .MeetOurExpertsPage__content--item .contactBlock {
      margin-top: 0; }
      .MeetOurExpertsPage__content--item .contactBlock h2 {
        margin-bottom: 0; }
      .MeetOurExpertsPage__content--item .contactBlock .title {
        font-size: 14px;
        color: #989898; }
    .MeetOurExpertsPage__content--item .avatarWrapper {
      width: 150px;
      height: 150px; }
    .MeetOurExpertsPage__content--item .specialisation {
      text-align: center;
      font-size: 12px;
      line-height: 1rem; }

.MeetOurExpertsPage #MeetOurExpertsModal .modal-dialog {
  max-width: 800px; }

.MeetOurExpertsPage #MeetOurExpertsModal div [class^="col-"] {
  padding: 40px 5vh; }

.MeetOurExpertsPage #MeetOurExpertsModal .full-name {
  margin: 0;
  padding: 0;
  font-size: 1.4rem; }

.MeetOurExpertsPage #MeetOurExpertsModal .expertise {
  color: #909090;
  line-height: 1rem; }

.MeetOurExpertsPage #MeetOurExpertsModal .lead-sentence {
  font-weight: 600; }

.MeetOurExpertsPage #MeetOurExpertsModal .lead-sentence,
.MeetOurExpertsPage #MeetOurExpertsModal .summary p {
  margin-top: 10px;
  color: #333;
  font-size: 0.9rem;
  line-height: 1.3rem; }

.MeetOurExpertsPage #MeetOurExpertsModal .publications {
  margin-top: 15px; }
  .MeetOurExpertsPage #MeetOurExpertsModal .publications h4 {
    margin-bottom: 0; }
  .MeetOurExpertsPage #MeetOurExpertsModal .publications a {
    display: block;
    margin-top: 5px; }

.MeetOurExpertsPage #MeetOurExpertsModal .contactBlock {
  float: none;
  margin: 0 auto; }

.MeetOurExpertsPage #MeetOurExpertsModal .avatarWrapper {
  width: 180px;
  height: 180px; }

.MeetOurExpertsPage #MeetOurExpertsModal .expert-social-icons {
  text-align: center; }
  .MeetOurExpertsPage #MeetOurExpertsModal .expert-social-icons > a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #F1F1F1;
    border-radius: 50%; }
    .MeetOurExpertsPage #MeetOurExpertsModal .expert-social-icons > a svg {
      margin-top: 10px;
      width: 15px;
      height: 15px;
      vertical-align: initial; }
    .MeetOurExpertsPage #MeetOurExpertsModal .expert-social-icons > a + a {
      margin-left: 5px; }

.imageGalleryBlock .title {
  margin-left: 0; }

.imageGalleryBlock__content {
  margin-bottom: 50px; }
  .imageGalleryBlock__content img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out; }
  .imageGalleryBlock__content--item {
    margin-bottom: 30px; }
    .imageGalleryBlock__content--item:hover img {
      opacity: 0.75; }

.imageGalleryBlock .featherlight,
.MicrositePage .featherlight {
  background: #fff; }
  .imageGalleryBlock .featherlight:last-of-type,
  .MicrositePage .featherlight:last-of-type {
    background: #fff;
    background-color: rgba(255, 255, 255, 0.95); }
  .imageGalleryBlock .featherlight .featherlight-image,
  .MicrositePage .featherlight .featherlight-image {
    width: 100% !important; }
  .imageGalleryBlock .featherlight .featherlight-content,
  .MicrositePage .featherlight .featherlight-content {
    width: auto;
    max-width: none;
    min-width: 800px;
    height: 600px;
    max-height: 80vh;
    overflow: visible;
    margin: 0;
    padding: 0;
    border-bottom: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .imageGalleryBlock .featherlight .featherlight-content .featherlight-close-icon,
    .MicrositePage .featherlight .featherlight-content .featherlight-close-icon {
      position: fixed;
      top: 0;
      right: 0;
      left: auto;
      width: 30px;
      height: 30px;
      font-weight: bold;
      font-size: 1.5rem;
      line-height: 25px;
      background: transparent; }
  .imageGalleryBlock .featherlight-previous,
  .MicrositePage .featherlight-previous {
    right: auto;
    left: 0; }
    .imageGalleryBlock .featherlight-previous span,
    .MicrositePage .featherlight-previous span {
      -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .imageGalleryBlock .featherlight-next,
  .MicrositePage .featherlight-next {
    left: auto;
    right: 0; }
  .imageGalleryBlock .featherlight-previous, .imageGalleryBlock .featherlight-next,
  .MicrositePage .featherlight-previous,
  .MicrositePage .featherlight-next {
    display: block;
    width: 45px;
    height: 45px;
    position: fixed;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .imageGalleryBlock .featherlight-previous span, .imageGalleryBlock .featherlight-next span,
    .MicrositePage .featherlight-previous span,
    .MicrositePage .featherlight-next span {
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      display: block;
      width: 100%;
      height: 100%;
      margin: 0; }
      .imageGalleryBlock .featherlight-previous span svg, .imageGalleryBlock .featherlight-next span svg,
      .MicrositePage .featherlight-previous span svg,
      .MicrositePage .featherlight-next span svg {
        width: 100%;
        height: 100%;
        vertical-align: top; }
    .imageGalleryBlock .featherlight-previous:hover, .imageGalleryBlock .featherlight-next:hover,
    .MicrositePage .featherlight-previous:hover,
    .MicrositePage .featherlight-next:hover {
      background: none;
      cursor: pointer; }

.sideBlock {
  margin-bottom: 30px;
  padding: 30px 50px;
  background: #f0f0f0; }
  .sideBlock.bg-grey {
    background: #f0f0f0; }
    .sideBlock.bg-grey .title-with-border {
      color: #333; }
  .sideBlock.bg-blue {
    background: #E5F2FB; }
  .sideBlock--subscribe {
    background: #0065A0 url(/Static/img/blogSubscribe-bg.png) left bottom no-repeat !important;
    background-size: 100% auto !important;
    padding-bottom: 80px !important; }
    .sideBlock--subscribe .title-with-border {
      color: #fff; }
    .sideBlock--subscribe p {
      margin: 30px 0;
      font-weight: bold;
      color: #fff; }
  .sideBlock a:not(:hover):not(:focus) {
    color: #333; }
  .sideBlock .contactBlock {
    margin-top: 0;
    padding: 0; }
  .sideBlock .greenBtn:not(:hover):not(:focus) {
    color: #fff; }
  .sideBlock .title-with-border {
    border-color: rgba(205, 205, 205, 0.63); }

/* Error pages */
.ErrorPage .tietoevry-logo > * {
  fill: #fff !important; }

.ErrorPage .jumbotron {
  height: 100vh; }
  .ErrorPage .jumbotron p {
    opacity: 1;
    margin-bottom: 0; }
  .ErrorPage .jumbotron .errorTextWrapper {
    max-width: 25vw; }
  .ErrorPage .jumbotron .errorCode {
    font-size: 1rem;
    opacity: 0.8; }
  .ErrorPage .jumbotron .linkList * {
    font-size: 0.9rem;
    color: #fff; }
  .ErrorPage .jumbotron .linkList ul {
    list-style: none;
    padding: 0; }

.searchResult .liftedUp {
  padding: 70px 20px 50px; }

.searchResultInfo {
  margin: 0 0 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e6e6e6; }

.searchResultItem {
  display: block;
  padding: 25px 0;
  border-bottom: 1px solid #e6e6e6; }
  .searchResultItem .title {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 1.3rem; }
  .searchResultItem .description {
    margin: 0;
    font-size: 0.8rem;
    opacity: 0.8;
    font-weight: normal;
    -webkit-transition: color 0.4s ease-in-out;
    -o-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out; }
  .searchResultItem .keyword {
    font-weight: bold; }
  .searchResultItem > div {
    color: #333; }

#cconsent-bar {
  width: calc(100% - 30px) !important;
  padding: 30px !important;
  bottom: 15px !important;
  left: 15px !important;
  background-color: #fff !important;
  color: #333 !important;
  -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03); }
  #cconsent-bar.ccb--hidden {
    margin-bottom: -15px; }
  #cconsent-bar .ccb__wrapper {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    max-width: 1600px !important; }
    #cconsent-bar .ccb__wrapper a {
      color: #333; }
    #cconsent-bar .ccb__wrapper .cc-text a {
      color: #0065A0;
      text-decoration: none; }
      #cconsent-bar .ccb__wrapper .cc-text a:hover, #cconsent-bar .ccb__wrapper .cc-text a:focus {
        color: #D51067; }
    #cconsent-bar .ccb__wrapper .consent-give,
    #cconsent-bar .ccb__wrapper .ccb__edit {
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      text-transform: uppercase;
      border-radius: 100px !important;
      padding: 15px 35px;
      display: inline-block;
      letter-spacing: 2.5px;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      -o-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
      #cconsent-bar .ccb__wrapper .consent-give:hover, #cconsent-bar .ccb__wrapper .consent-give:focus,
      #cconsent-bar .ccb__wrapper .ccb__edit:hover,
      #cconsent-bar .ccb__wrapper .ccb__edit:focus {
        opacity: 0.8; }
    #cconsent-bar .ccb__wrapper .consent-give {
      background-color: #62B3E5;
      color: #fff; }
    #cconsent-bar .ccb__wrapper .ccb__edit {
      border: 1px solid #333;
      color: #333;
      text-decoration: none; }
    #cconsent-bar .ccb__wrapper .ccb__button {
      position: static; }
      #cconsent-bar .ccb__wrapper .ccb__button:hover, #cconsent-bar .ccb__wrapper .ccb__button:focus {
        opacity: 1; }

#cconsent-modal .content-wrapper {
  max-width: 800px;
  min-height: 500px;
  max-height: 600px;
  overflow-Y: auto; }

#cconsent-modal .ccm__content {
  max-width: none !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow-Y: initial !important; }
  #cconsent-modal .ccm__content > .ccm__content__heading {
    background: #fff !important; }
    #cconsent-modal .ccm__content > .ccm__content__heading h2 {
      color: #333;
      margin: 0;
      padding-bottom: 10px;
      font-size: 1.5rem; }
    #cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close {
      opacity: 1;
      margin-top: 10px;
      margin-right: 10px; }
      #cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close:hover, #cconsent-modal .ccm__content > .ccm__content__heading .ccm__cheading__close:focus {
        opacity: 0.8; }
  #cconsent-modal .ccm__content .switch .slider {
    padding: 0; }
  #cconsent-modal .ccm__content .ccm__tab-head .icon_close {
    width: 15px;
    height: 15px;
    stroke: #333 !important; }
  #cconsent-modal .ccm__content .ccm__tab-head__icon-wedge {
    -webkit-font-smoothing: antialiased;
    top: 20px !important;
    -webkit-transform: rotate(0) translateY(0) !important;
        -ms-transform: rotate(0) translateY(0) !important;
            transform: rotate(0) translateY(0) !important;
    -webkit-transform: rotate(45deg) translateY(-50%) !important;
        -ms-transform: rotate(45deg) translateY(-50%) !important;
            transform: rotate(45deg) translateY(-50%) !important;
    -webkit-transform-origin: -3px 2px !important;
        -ms-transform-origin: -3px 2px !important;
            transform-origin: -3px 2px !important; }
  #cconsent-modal .ccm__content > .ccm__content__body .ccm__tabgroup--open .ccm__tab-head .ccm__tab-head__icon-wedge {
    -webkit-transform: rotate(0) !important;
        -ms-transform: rotate(0) !important;
            transform: rotate(0) !important; }

#cconsent-modal div.ccm__footer {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px; }
  #cconsent-modal div.ccm__footer button {
    background-color: #62B3E5 !important;
    font-size: 11px; }
    #cconsent-modal div.ccm__footer button:hover, #cconsent-modal div.ccm__footer button:focus {
      opacity: 0.8; }

/* Layout fixes for Episerver Edit mode */
.epi-editContainer .container img {
  padding: 20px 0 20px 0px; }

/* Autocomplete */
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 0.6rem; }

/* Form validation error messages */
.parsley-errors-list {
  list-style: none;
  padding: 10px 0 0;
  color: red; }

input.parsley-error {
  border-color: red; }

div[role=tablist] + div > .parsley-errors-list,
div.checkboxGroup + div > .parsley-errors-list {
  margin-top: -40px; }

/* Editor styles */
img.imgAlignLeft {
  float: left;
  margin-right: 1rem; }

img.imgAlignRight {
  float: right;
  margin-left: 1rem; }

.blockWrapper_releaseBlock {
  margin: 0 -15px 50px -15px;
  padding: 60px 15px;
  background: #e0e0e0; }

.ticker__allNewsLink {
  display: none; }

.CorporateFocusPage div:not(.relatedContent) > .blockWrapper {
  margin: 0 -15px 0px -15px;
  padding: 60px 15px; }
  .CorporateFocusPage div:not(.relatedContent) > .blockWrapper.blogBlock, .CorporateFocusPage div:not(.relatedContent) > .blockWrapper.eventBlock--new {
    margin-bottom: 50px; }
  .CorporateFocusPage div:not(.relatedContent) > .blockWrapper_socialMediaFeedBlock {
    background: #e6e6e6; }

#CampaignPopup .modal-dialog {
  width: 100vw;
  height: 100vh;
  max-width: none;
  margin: 0; }
  #CampaignPopup .modal-dialog .modal-header {
    left: 0; }
  #CampaignPopup .modal-dialog .modal-body,
  #CampaignPopup .modal-dialog .modal-content {
    height: 100%;
    width: 100%; }
  #CampaignPopup .modal-dialog .modal-content {
    max-height: none;
    padding: 5vh 10vh; }
  #CampaignPopup .modal-dialog .modal-body {
    max-height: 100vh;
    overflow: auto; }

.liftedUp.boxed a strong {
  color: #0065a0; }
  .liftedUp.boxed a strong:hover {
    color: #d51067; }

.tietoevry .blueBtn {
  background-color: #063752;
  border: 1px solid transparent;
  font-family: "RionaSans-Regular",sans-serif;
  margin-top: 0; }
  .tietoevry .blueBtn .subscribeContent h2, .tietoevry .blueBtn .tietoevry .subscribeContent h3 {
    font-family: "RionaSans-Bold",sans-serif;
    font-weight: normal; }
  .tietoevry .blueBtn .whiteBtn {
    font-family: "RionaSans-Regular",sans-serif; }

.BoardOfDirectorMembers {
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-bottom: 15px; }

.dynamicNavigation nav a.breadcrumb-item:first-child {
  padding-left: 15px; }
  .dynamicNavigation nav a.breadcrumb-item:first-child svg {
    display: none; }

.dynamicNavigation nav a.breadcrumb-item:last-child {
  color: #6b6b6b; }

.dynamicNavigation nav .breadcrumb-item + .breadcrumb-item {
  padding-left: 0; }
  .dynamicNavigation nav .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 0; }

.dynamicNavigation nav .breadcrumb-item {
  font-weight: normal;
  font-size: 13px; }
  .dynamicNavigation nav .breadcrumb-item .icon {
    margin-left: -2px; }
  .dynamicNavigation nav .breadcrumb-item svg {
    width: 8px;
    height: 8px; }
  .dynamicNavigation nav .breadcrumb-item .load-sub-nav .icon-arrowBreadcrumb > * {
    fill: #333 !important; }

.dynamicNavigation .arrowLinkBody .load-sub-nav svg {
  width: 15px !important;
  height: 15px !important; }

.dynamicNavigation .arrowLinkBody .icon-arrowBreadcrumb > * {
  fill: #0065A0 !important;
  width: 15px !important;
  height: 15px !important; }

/* Link styles */
.tietoevry .defaultArrowLink {
  color: #053751;
  padding-left: 30px;
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  font-family: Arial,sans-serif,Helvetica;
  display: inline-block;
  position: relative;
  text-transform: unset !important; }
  .tietoevry .defaultArrowLink:before {
    background: url(/Static/svg/arrowRight.svg) no-repeat center, #5FB1E2;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    z-index: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* Insights page */
.tietoevry.InsightsPage .heroImage .anchorLinks {
  position: absolute;
  left: 0;
  bottom: 50px; }
  .tietoevry.InsightsPage .heroImage .anchorLinks .anchor-item {
    color: #fff;
    padding-left: 20px;
    letter-spacing: 1.7px;
    font-weight: 400; }

.tietoevry.InsightsPage .InsightsPage__content {
  padding-bottom: 50px; }

.tietoevry.InsightsPage .contentArea {
  padding: 22px; }

.tietoevry.InsightsPage .insights__item {
  display: block;
  color: #333;
  padding: 22px; }
  .tietoevry.InsightsPage .insights__item h3 {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2rem; }
  .tietoevry.InsightsPage .insights__item .insights__item--text {
    padding: 20px 0;
    font-weight: normal;
    font-size: 0.75rem;
    line-height: 1.2rem; }
  .tietoevry.InsightsPage .insights__item .insights__item--readmore {
    font-size: 0.8rem;
    text-transform: uppercase; }
    .tietoevry.InsightsPage .insights__item .insights__item--readmore span {
      padding: 3px;
      margin-right: 15px;
      border-radius: 50%;
      background-color: #62B3E5; }
    .tietoevry.InsightsPage .insights__item .insights__item--readmore svg {
      width: 12px; }
    .tietoevry.InsightsPage .insights__item .insights__item--readmore svg * {
      stroke: #fff !important; }

.tietoevry.InsightsPage .blue {
  background-color: #003963;
  color: #fff; }

.tietoevry.InsightsPage .blue .insights__item,
.tietoevry.InsightsPage .blue h3,
.tietoevry.InsightsPage .image .insights__item,
.tietoevry.InsightsPage .image h3,
.tietoevry.InsightsPage .blue .defaultArrowLink,
.tietoevry.InsightsPage .image a .defaultArrowLink {
  color: #fff; }

.tietoevry.InsightsPage .grey {
  background-color: #efefef; }

.tietoevry.InsightsPage .dark-blue {
  background: #063752; }

.tietoevry.InsightsPage .InsightsPage__blocks .image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  .tietoevry.InsightsPage .InsightsPage__blocks .image.wide {
    height: 0;
    padding-bottom: 32%;
    margin-right: -15px;
    margin-left: -15px; }
    .tietoevry.InsightsPage .InsightsPage__blocks .image.wide .heading {
      top: 0;
      left: 0;
      z-index: 1;
      padding: 30px 120px 30px 30px;
      font-size: 2rem; }
    .tietoevry.InsightsPage .InsightsPage__blocks .image.wide .heading h3 {
      font-size: 2rem;
      opacity: 0.9; }

.tietoevry.InsightsPage .InsightsPage__blocks .insights__item {
  margin: 30px 0; }

.InsightsPage {
  background: #fff; }

.InsightsPage__content {
  padding-top: 50px; }

/* InsightsPage link styles */
.InsightsPage.tietoevry .defaultArrowLink {
  color: #063752;
  font-family: "RionaSans-Bold", sans-serif; }

.mktoForm, .cdForm {
  max-width: 100%; }
  .mktoForm p, .mktoForm a, .cdForm p, .cdForm a {
    font-size: 13px; }
  .mktoForm h3, .cdForm h3 {
    font-size: 16px;
    line-height: 20px; }
  .mktoForm select, .cdForm select {
    width: 100% !important;
    padding: 8px !important; }
  .mktoForm .mktoButtonRow, .cdForm .mktoButtonRow {
    width: 100% !important; }
    .mktoForm .mktoButtonRow .mktoButton, .cdForm .mktoButtonRow .mktoButton {
      padding: 10px 30px !important;
      width: auto !important;
      background: #62B3E5 !important;
      border: 1px solid transparent !important;
      color: #FFFFFF !important;
      font-size: 11px !important;
      font-weight: normal !important;
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      text-transform: uppercase;
      border-radius: 100px !important;
      padding: 15px 35px;
      display: inline-block;
      letter-spacing: 2.5px;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      -o-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
      .mktoForm .mktoButtonRow .mktoButton:hover, .mktoForm .mktoButtonRow .mktoButton:focus, .cdForm .mktoButtonRow .mktoButton:hover, .cdForm .mktoButtonRow .mktoButton:focus {
        color: #fff !important;
        background-color: #57a1d0 !important; }
    .mktoForm .mktoButtonRow .mktoButtonWrap, .cdForm .mktoButtonRow .mktoButtonWrap {
      float: right; }
  .mktoForm .mktoFormRow .mktoError, .cdForm .mktoFormRow .mktoError {
    position: static; }
    .mktoForm .mktoFormRow .mktoError .mktoErrorMsg, .cdForm .mktoFormRow .mktoError .mktoErrorMsg {
      clear: both;
      margin-top: 15px;
      padding-top: 10px;
      max-width: none;
      background: none;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      text-shadow: none;
      color: red;
      padding: inherit; }
    .mktoForm .mktoFormRow .mktoError .mktoErrorArrowWrap, .cdForm .mktoFormRow .mktoError .mktoErrorArrowWrap {
      display: none; }
  .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth, .cdForm .mktoFormRow .mktoHtmlText.mktoHasWidth {
    width: auto !important; }
    .mktoForm .mktoFormRow .mktoHtmlText.mktoHasWidth p, .cdForm .mktoFormRow .mktoHtmlText.mktoHasWidth p {
      line-height: 19px !important; }
  .mktoForm .mktoFormRow div:not(.mktoLogicalField) > label[for=webformFOGLXIformsCONSENT], .cdForm .mktoFormRow div:not(.mktoLogicalField) > label[for=webformFOGLXIformsCONSENT] {
    padding-top: 0 !important;
    float: right !important;
    width: calc(100% - 44px) !important;
    margin-top: 2px !important; }
  .mktoForm .mktoFormRow input[type=radio], .cdForm .mktoFormRow input[type=radio] {
    position: relative;
    top: 4px; }
  .mktoForm select.mktoInvalid + .nice-select, .cdForm select.mktoInvalid + .nice-select {
    border-color: red !important; }
  .mktoForm .nice-select, .cdForm .nice-select {
    width: 100%;
    padding-left: 18px;
    padding-right: 30px; }
    .mktoForm .nice-select .list, .cdForm .nice-select .list {
      width: 100%; }
    .mktoForm .nice-select span, .cdForm .nice-select span {
      line-height: 40px; }
  .mktoForm input.mktoField[type=checkbox], .mktoForm input.mktoField[type=radio], .cdForm input.mktoField[type=checkbox], .cdForm input.mktoField[type=radio] {
    width: auto !important;
    min-height: 0; }
  .mktoForm .mktoCheckboxList, .cdForm .mktoCheckboxList {
    width: auto !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mktoForm .mktoCheckboxList #GdprConsent, .cdForm .mktoCheckboxList #GdprConsent {
      margin: 7px 5px; }
  .mktoForm .mktoFormCol,
  .mktoForm .mktoFieldWrap, .cdForm .mktoFormCol,
  .cdForm .mktoFieldWrap {
    float: left;
    min-height: 2em;
    position: relative;
    width: 100% !important; }
  .mktoForm input[type=text],
  .mktoForm input[type=url],
  .mktoForm input[type=email],
  .mktoForm input[type=tel],
  .mktoForm input[type=number],
  .mktoForm input[type=date],
  .mktoForm select.mktoField, .cdForm input[type=text],
  .cdForm input[type=url],
  .cdForm input[type=email],
  .cdForm input[type=tel],
  .cdForm input[type=number],
  .cdForm input[type=date],
  .cdForm select.mktoField {
    display: block !important;
    width: 100% !important;
    padding: 8px !important;
    margin: 0;
    border: solid 1px #dbdbdb !important;
    background: #fafafa; }
  .mktoForm select.mktoField, .cdForm select.mktoField {
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    background-image: url(/Static/img/tick.svg);
    background-position: calc(100% - 8px) 50%;
    background-repeat: no-repeat;
    background-size: 15px; }
  .mktoForm textarea.mktoField, .cdForm textarea.mktoField {
    border: solid 1px #dbdbdb !important;
    background: #fafafa !important; }
  .mktoForm label[for^="webformFOGLXI"], .mktoForm label[for^="eventLunch"], .cdForm label[for^="webformFOGLXI"], .cdForm label[for^="eventLunch"] {
    padding-left: 25px; }
    .mktoForm label[for^="webformFOGLXI"] ~ .mktoCheckboxList, .mktoForm label[for^="eventLunch"] ~ .mktoCheckboxList, .cdForm label[for^="webformFOGLXI"] ~ .mktoCheckboxList, .cdForm label[for^="eventLunch"] ~ .mktoCheckboxList {
      position: absolute;
      left: 0;
      top: 5px; }
  .mktoForm .mktoRequiredField label[for^="webformFOGLXI"], .mktoForm .mktoRequiredField label[for^="eventLunch"], .cdForm .mktoRequiredField label[for^="webformFOGLXI"], .cdForm .mktoRequiredField label[for^="eventLunch"] {
    padding-left: 0; }

.cdForm .mktoLayoutAbove .mktoRequiredField .mktoAsterix {
  float: left;
  padding-left: 0;
  padding-right: 5px; }

.cdForm .mktoRequiredField .mktoAsterix {
  display: block !important;
  float: left;
  padding-left: 0;
  padding-right: 5px; }

.cdForm .mktoAsterix {
  color: #bf0000; }

.cdForm input, .cdForm textarea {
  display: block;
  margin-top: 20px; }

.cdForm label.error {
  color: red; }

form.mktoForm * {
  font-family: arial !important; }

form.mktoForm div.mktoFieldWrap {
  padding: 0; }

form.mktoForm label, form.mktoForm label.mktoLabel {
  font-size: 14px !important;
  line-height: 22px;
  margin-top: 0 !important; }

form.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold !important; }

form.mktoForm .mktoHtmlText {
  font-size: 14px !important;
  line-height: 22px; }

form.mktoForm .mktoLogicalField label {
  margin-left: 10px; }

form.mktoForm .mktoCheckboxList.has-multiple-checkboxes {
  width: 100% !important;
  display: block;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-column-width: 15em;
     -moz-column-width: 15em;
          column-width: 15em; }
  form.mktoForm .mktoCheckboxList.has-multiple-checkboxes label {
    position: relative;
    font-size: 14px !important;
    margin-left: 0;
    padding-left: 1.5em;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid; }
  form.mktoForm .mktoCheckboxList.has-multiple-checkboxes input[type="checkbox"] {
    position: absolute;
    left: 0;
    margin: 0; }

form.mktoForm .mktoCheckboxList.checkboxes-one-per-row {
  display: block; }
  form.mktoForm .mktoCheckboxList.checkboxes-one-per-row div.one-per-row {
    padding-left: 0; }
    form.mktoForm .mktoCheckboxList.checkboxes-one-per-row div.one-per-row label {
      position: relative;
      font-size: 14px !important;
      margin-left: 0;
      padding-left: 1.5em;
      -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
              break-inside: avoid; }
    form.mktoForm .mktoCheckboxList.checkboxes-one-per-row div.one-per-row input[type="checkbox"] {
      position: absolute;
      left: 0;
      margin: 0;
      top: 5px; }

.tietoevry .mktoForm .mktoButtonRow .mktoButton, .tietoevry .cdForm .mktoButtonRow .mktoButton {
  background-color: #063752 !important;
  border: 1px solid transparent;
  font-family: "RionaSans-Regular", sans-serif;
  font-size: 11px;
  font-weight: bold !important;
  line-height: 12px;
  text-transform: uppercase; }

/*
    MEDIA QUERIES
*/
@media (min-width: 768px) and (max-width: 1200px) {
  .jumbotron h1 {
    font-size: 55px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 65px; }
  .jumbotron p {
    font-size: 28px; } }

@media (max-width: 1099.75px) {
  .jumbotron .ticker__allNewsLink {
    display: none; } }

@media (min-width: 768px) and (max-width: 991px) {
  .modal .contactBlock {
    float: none;
    padding: 0; }
    .modal .contactBlock .avatarWrapper {
      margin: 0 0 15px; }
    .modal .contactBlock + p {
      margin-left: 0; }
  .navbar .dropdown-menu img {
    float: none; }
  .headingBlock .subNavBlock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .headingBlock .rightSideLifts {
    max-width: 0; }
  .frontPageFeatureTiles .featureTileWrapper > div {
    height: 500px; }
  .frontPageFeatureTiles .featureTileWrapper:last-child {
    margin-top: 14px; }
  .frontPageFeatureTiles .boxes .featureTile {
    max-width: calc(50% - 7px);
    height: calc(250px - 7px) !important; } }

@media (max-width: 800px) {
  .ContactPage .container-fluid .container {
    padding: 40px; }
  .ContactPage .row:not(.no-gutters):first-child > .col-md-9 {
    display: none; } }

@media (min-width: 768px) {
  .title-side-border h3 {
    font-size: 1.5rem;
    line-height: 2.4rem; }
  .nice-select {
    margin-right: 10px;
    margin-bottom: 0; }
  .checkerBlock .imageTile, .majorAnnouncementBlock .imageTile {
    height: 562px; }
  body.NewsListingPage .jumbotron,
  body.CaseListingPage .jumbotron,
  body.JobListingPage .jumbotron,
  body.EventListingPage .jumbotron,
  body.ReleaseListingPage .jumbotron,
  body.SubscribtionPage .jumbotron,
  body.SearchPage .jumbotron,
  body.WebinarListingPage .jumbotron {
    padding-top: 24vh;
    padding-bottom: 17vh; }
  .jumbotron .search {
    max-width: 450px; }
  .subNavBlock__links {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .subNavBlock a {
    margin: 0 0 15px 0; }
  .subNavBlock div:nth-last-child(2) > .arrowLink {
    margin-bottom: 0px; }
  .subNavBlock .closeBtn,
  .subNavBlock .arrowDownBtn {
    display: none; }
  .headingBlock .leftSideText,
  .headingBlock .subNavBlock {
    padding: 50px; }
  .headingBlock .subNavBlock:hover {
    -webkit-box-shadow: inherit;
            box-shadow: inherit; }
  .headingBlock .col-md-4.leftSideText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; }
  body.FocusPage .headingBlock,
  body.ProductServicePage .headingBlock {
    min-height: 260px; }
  .contactBlock {
    margin-top: -65px; }
  .ContactPage .addressBlock .col-md-9 {
    padding: 0px;
    margin-top: -80px; }
  .blogBlock .title > h2 {
    padding-left: 25px; }
  .blogBlock__tile {
    padding: 35px 45px 0; }
    .blogBlock__tile h2 {
      padding: 0 30px; }
  .newsletter .row {
    display: table; }
  .newsletter .col-md-6 {
    display: table-cell;
    vertical-align: middle; }
  .addressBlock .col-md-9 {
    padding: 0 50px 50px; }
  .liftedUp {
    margin-top: -40px; }
  .ErrorPage .jumbotron p {
    font-size: 1.5rem; }
  .jobBlock .tile,
  .eventBlock .tile {
    max-width: 32.15%; }
  .latestReleases {
    margin-bottom: 35px; }
    .latestReleases .tile {
      padding: 30px;
      padding-top: 10px;
      max-width: 23.5%; }
  /*desktop*/
  .latestReleases .col {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    margin-left: 20px;
    max-width: none; }
  .latestReleases .col:first-child {
    margin-left: 0; }
  .listingRow .textViewDate {
    display: table;
    margin-right: 25px;
    min-width: 160px;
    max-width: 160px;
    height: 100px; }
  .listingRow .textViewDate > div {
    display: table-cell;
    vertical-align: middle; }
  .searchResult .liftedUp {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .slide:not(.slick-active) .case:not(.slider-focused) {
    visibility: hidden; }
  .row.justify-content-between > .tile:nth-child(3n-1):last-child {
    margin-right: auto;
    margin-left: 1.85%; }
  #SiteSwitchPopup .modal-content {
    padding: 20px; }
  .BlogLandingPage__themes {
    padding: 50px 0; }
    .BlogLandingPage__themes--theme:nth-child(2n) {
      margin-left: 16.666667%; }
    .BlogLandingPage__themes h3 {
      font-size: 1.6rem; }
    .BlogLandingPage__themes--item {
      padding-bottom: 20px; }
      .BlogLandingPage__themes--item .blog-link:not(.subTitle):not(.roundedBtn) {
        font-size: 19px !important; }
  .BlogLandingPage__industries--titleWithFilters,
  .BlogThemePage__industries--titleWithFilters,
  .EventLandingPage__industries--titleWithFilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px; }
    .BlogLandingPage__industries--titleWithFilters .searchWrapper,
    .BlogThemePage__industries--titleWithFilters .searchWrapper,
    .EventLandingPage__industries--titleWithFilters .searchWrapper {
      width: auto;
      min-width: 48px;
      background: #fff;
      padding-right: 0;
      position: absolute;
      right: 0;
      border: solid 1px #e8e8e8; }
      .BlogLandingPage__industries--titleWithFilters .searchWrapper .search,
      .BlogThemePage__industries--titleWithFilters .searchWrapper .search,
      .EventLandingPage__industries--titleWithFilters .searchWrapper .search {
        position: relative;
        right: 0; }
    .BlogLandingPage__industries--titleWithFilters .title,
    .BlogThemePage__industries--titleWithFilters .title,
    .EventLandingPage__industries--titleWithFilters .title {
      margin-bottom: 0; }
  .tietoevry-whitepaper__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .tietoevry-whitepaper__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .tietoevry-whitepaper__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    margin-left: 40px;
    min-width: 200px;
    max-width: 33%;
    text-align: right; } }

@media (max-width: 600px) {
  .navbar .nav-item .imageBlockLink img {
    min-width: 100%;
    display: none; }
  .navbar .dropdown-menu .imageBlockLink .nav-link {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc; }
  .summaryBlock, .HistoricalCasePage .col-md-9 {
    margin-top: -50px; }
  .CorporateContentPage h2,
  .BasicContentPage h2, .CorporateContentPage .h2,
  .BasicContentPage .h2 {
    font-size: 1.3rem; } }

@media (min-width: 992px) {
  .navbar {
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.03);
    padding: 0; }
    .navbar a {
      -webkit-transition-duration: 0.2s;
           -o-transition-duration: 0.2s;
              transition-duration: 0.2s; }
    .navbar .tieto-logo {
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear; }
    .navbar .navbar-nav {
      margin-top: 10px;
      -webkit-transition: margin-top 0.4s linear;
      -o-transition: margin-top 0.4s linear;
      transition: margin-top 0.4s linear;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-link, .navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-item:not(:hover) > .nav-link {
        opacity: 0.7; }
    .navbar #navbarDropdown {
      position: relative;
      z-index: 2; }
    .navbar .languageNav {
      padding: 5px 6px; }
      .navbar .languageNav__current:after {
        width: 0;
        height: 0;
        vertical-align: .255em;
        content: "";
        border-right: .2rem solid transparent;
        border-left: .2rem solid transparent;
        display: block;
        text-align: center;
        border-bottom: .2rem solid #fff;
        border-top: none;
        position: relative;
        top: 9px;
        left: 50%;
        margin-left: -5px;
        opacity: 0;
        visibility: hidden; }
      .navbar .languageNav__current:not(.collapsed):after {
        -webkit-animation: appear 0.4s forwards;
                animation: appear 0.4s forwards; }
      .navbar .languageNav__dropdown > * {
        width: 100%;
        right: 5px; }
    .navbar .dropdown {
      position: static; }
    .navbar .dropdown-menu {
      width: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: auto; }
      .navbar .dropdown-menu.show {
        display: none !important; }
      .navbar .dropdown-menu > div {
        margin: 0; }
      .navbar .dropdown-menu .nav {
        display: block;
        margin: 0;
        padding: 50px 35px; }
      .navbar .dropdown-menu .col-md-4:not(:nth-child(3n)) {
        border-right: 1px solid #efefef; }
      .navbar .dropdown-menu .imageBlockLink a {
        color: #333; }
    .navbar .navbar-nav > .nav-item > .nav-link, .navbar .navbar-nav > .nav-item > .nav-item > .nav-link {
      position: relative;
      font-size: 17px;
      letter-spacing: -1px;
      color: #fff;
      padding: 10px;
      white-space: nowrap; }
    .navbar .dropdown-menu .nav-link {
      display: inline-block; }
    .navbar .dropdown-toggle:after {
      display: none; }
    .navbar .dropdown-toggle .icon-arrowBreadcrumb {
      display: none; }
    .navbar .nav-item:hover .dropdown-toggle:after {
      display: block;
      text-align: center;
      border-bottom: .3em solid;
      border-top: none;
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      -webkit-animation: navBarAnimation 1.2s;
              animation: navBarAnimation 1.2s;
      color: #fff; }
    .navbar_icons-wrapper {
      top: 15px;
      -webkit-transition: top 0.4s linear;
      -o-transition: top 0.4s linear;
      transition: top 0.4s linear; }
    .scrolledAfterHero .navbar {
      -webkit-animation-duration: 0.4s;
              animation-duration: 0.4s;
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards; }
    .scrolledAfterHero:not(.scrolling) .navbar {
      -webkit-animation-name: navbarMakeStatic;
              animation-name: navbarMakeStatic; }
    .scrolling .navbar {
      position: fixed;
      -webkit-animation-name: navbarMakeSticky;
              animation-name: navbarMakeSticky; }
      .scrolling .navbar #navbarDropdown {
        background: rgba(255, 255, 255, 0.9); }
      .scrolling .navbar .navbar-nav > .nav-item > .nav-link,
      .scrolling .navbar .navbar-nav > .nav-item > .nav-item > .nav-link,
      .scrolling .navbar .languageNav__current {
        color: #333; }
      .scrolling .navbar .sec-link a {
        color: #333 !important; }
      .scrolling .navbar .navbar-nav > .nav-item > .nav-link {
        font-size: 15px; }
      .scrolling .navbar .dropdown-toggle::after {
        border-bottom-color: #fff !important; }
      .scrolling .navbar .icon {
        width: 20px;
        height: 20px; }
        .scrolling .navbar .icon > * {
          fill: #333 !important; }
      .scrolling .navbar input[type=search] {
        padding: 4px 35px; }
      .scrolling .navbar .search:not(.collapsed) {
        top: -2px; }
      .scrolling .navbar .searchBtn {
        top: 10px; }
      .scrolling .navbar .search.collapsed .searchBtn {
        top: 5px; }
      .scrolling .navbar_icons-wrapper {
        top: 5px; }
      .scrolling .navbar .navbar-nav {
        margin-top: 0; }
      .scrolling .navbar .tieto-logo {
        width: 100px;
        height: 69px; }
    .scrolling.dropdownShown .navbar #navbarDropdown {
      background: #fff; }
  body > .container-fluid .boxed {
    background: #fff;
    padding: 100px; }
  body.PressReleasePage > .container-fluid .boxed {
    padding-left: 200px;
    padding-right: 200px; }
    body.PressReleasePage > .container-fluid .boxed--less {
      padding-left: 100px;
      padding-right: 100px; }
  .JobPage .container-fluid > div:last-child {
    padding-bottom: 100px; }
  .boxes.no-gutters {
    height: 100%; }
  .filterRow {
    padding-right: 80px; }
  .filterRow .search,
  .blogsFilterRow .search {
    width: 250px;
    position: absolute;
    right: 20px; }
  .row.fullWidthImage .position-absolute {
    top: 50%;
    margin-top: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    max-width: 500px; }
  .headingBlock .col-md-4.leftSideText {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    max-width: 28%; }
  .headingBlock .subNavBlock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    max-width: 52%; }
  .headingBlock + .rightSideLifts {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .headingBlock .leftSideText, .headingBlock .subNavBlock {
    padding: 50px 50px 40px; }
  .headingBlock .leftSideText h2 {
    font-size: 1.4625rem; }
  .subNavBlock .arrowLinkBody .subnavigation-subtitle {
    padding: 10px 0;
    display: block; }
  .subNavBlock .arrowLinkHeading .subnavigation-title:first-child {
    padding-top: 0px;
    padding-bottom: 0px; }
  .col-md-12.arrowLinkBody {
    line-height: 1.5rem; }
  .subNavBlock .arrowLinkBody .col-lg-6:nth-child(odd) {
    border-right: 1px solid #efefef; }
  .subNavBlock .arrowLinkBody .col-lg-6:nth-child(even) {
    padding-left: 35px; }
  body.FocusPage .rightSideLifts {
    background: #fafafa; }
  body.FocusPage .headingBlock .leftSideText h2 {
    font-size: 1.3rem; }
  .navbar .dropdown:hover .dropdown-menu,
  .navbar .dropdown .dropdown-menu:hover,
  .navbar .dropdown-menu.show {
    display: block !important;
    -webkit-animation: navBarAnimation 1.2s;
            animation: navBarAnimation 1.2s;
    background-color: #fff; }
  .checkerBlock p,
  .majorAnnouncementBlock p {
    line-height: 1.635rem; }
  body.FocusPage .benefitBlock .col-md-4,
  body.CorporateFocusPage .benefitBlock .col-md-4,
  body.ProductServicePage .benefitBlock .col-md-4 {
    padding: 60px;
    padding-bottom: 60px; }
  body.ProductServicePage .headingBlock .leftSideText,
  body.CorporateEntrancePage .headingBlock .leftSideText {
    padding: 70px;
    padding-top: 50px; }
    body.ProductServicePage .headingBlock .leftSideText h2,
    body.CorporateEntrancePage .headingBlock .leftSideText h2 {
      font-size: 1.5rem; }
  .FocusPage .headingBlock .leftSideText,
  .FocusPage .headingBlock .subNavBlock,
  .CorporateFocusPage .headingBlock .leftSideText,
  .CorporateFocusPage .headingBlock .subNavBlock {
    padding: 50px 50px 40px; }
  .benefitBlock .col-md-4 h2 {
    font-size: 20px; }
  .benefitBlock .col-md-4 p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 25px; }
  .benefitBlock .col-md-4 img {
    margin-bottom: 10px; }
  .FocusPage .benefitBlock .col-md-4 img,
  .ProductServicePage .benefitBlock .col-md-4 img {
    margin-bottom: 30px; }
  .contactBlock .title {
    padding-left: 30px;
    padding-right: 30px; }
  .newsCaseBlock_caseBlock .summary .title > h3 {
    padding-top: 0; }
  .offeringPromotion .highlightedOffering .rightSide {
    padding: 20px 40px; }
  .offeringPromotion .col-lg-3 {
    margin-bottom: 50px; }
  footer {
    padding-top: 45px;
    padding-bottom: 45px; }
    footer .container {
      display: table;
      width: 100%; }
    footer .whitepaper,
    footer .social-icons,
    footer .links-list,
    footer .copyright {
      display: table-cell;
      vertical-align: top; }
    footer .whitepaper {
      width: 320px; }
    footer .social-icons {
      text-align: center;
      padding: 30px 55px 0; }
      footer .social-icons a {
        float: none;
        display: inline-block; }
    footer .social-icons__icon {
      display: block; }
    footer .social-icons__icon + .social-icons__icon {
      margin: 20px 0 0 0; }
    footer .links-list {
      padding: 0 55px; }
    footer .links-list__list::before {
      width: 1px;
      height: 100%;
      top: 5px; }
    footer .copyright {
      position: relative;
      padding: 0 0 0 55px;
      text-align: right; }
      footer .copyright::before {
        content: '';
        width: 1px;
        height: 100%;
        display: block;
        background-color: rgba(151, 151, 151, 0.33);
        position: absolute;
        top: 5px;
        left: 0; }
  .jumbotron .ticker {
    height: 419px; }
    .jumbotron .ticker__wrapper {
      height: 375px !important; }
  .frontPageFeatureTiles .featureTileWrapper {
    max-width: calc(50% - 7px); }
    .frontPageFeatureTiles .featureTileWrapper > div {
      height: 100%; }
  .frontPageFeatureTiles .boxes .featureTile {
    max-width: calc(50% - 7px);
    height: calc(250px - 7px) !important; }
  .CasePage .benefitBlock .col-md-4 h2 {
    font-size: 18px; }
  .CasePage .caseContentWrapper {
    padding-top: 30px; }
  .summaryBlock {
    margin-left: 10px;
    margin-right: 10px; }
  .quote {
    margin-bottom: 30px; }
  .CasePage .summaryBlock,
  .HistoricalCasePage .col-md-9 {
    margin-top: -50px; }
  .EventPage .boxed {
    padding-top: 70px !important; }
  #SiteSwitchPopup .modal-content {
    padding: 60px; }
  .BlogPostPage .aboutAuthor {
    position: relative;
    margin-bottom: 50px; }
    .BlogPostPage .aboutAuthor__intro, .BlogPostPage .aboutAuthor__description {
      padding-left: 150px; }
    .BlogPostPage .aboutAuthor__intro .avatarWrapper {
      position: absolute;
      left: 35px;
      top: 50px; }
  .BlogPostPage .author-contact {
    display: none; }
  .BlogLandingPage__content {
    position: relative; }
    .BlogLandingPage__content--recent {
      top: -40px; }
  .BlogThemePage__content--side,
  .EventLandingPage__content--side {
    padding-left: 30px; }
  .eventBlock--new .eventBlock__left {
    padding-right: 25px; }
  .eventBlock--new .eventBlock__right {
    padding-left: 25px; }
  .scrolling .navbar .navbar-secondary .languageNav,
  .scrolling .navbar .navbar-secondary .sec-link {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .boxes > .col-lg-6:last-child > .row.no-gutters > div {
    padding: 35px; }
  .eventBlock--new .eventBlock__tile--image div.textWrapper {
    max-width: 85%; } }

@media (min-width: 992px) and (max-width: 1600px) {
  .jumbotron {
    padding-top: 35vh; }
    .jumbotron h1 {
      font-size: 55px; }
    .jumbotron p {
      font-size: 25px; } }

@media (min-width: 1024px) and (max-width: 1500px) {
  .headingBlock .leftSideText,
  .headingBlock .subNavBlock {
    padding: 50px 50px 40px; }
  .headingBlock .leftSideText h2 {
    font-size: 1.3rem; } }

@media (max-width: 991px) {
  .navbar {
    padding: 0; }
    .navbar .navbar-toggler {
      margin-left: auto;
      color: #fff; }
    .navbar #navbarDropdown {
      background: #fff;
      padding: 0;
      margin-left: 0;
      margin-right: 0;
      z-index: 101;
      top: -50px; }
      .navbar #navbarDropdown:not(.show) {
        opacity: 0;
        visibility: hidden; }
    .navbar .navbar-nav {
      margin-top: 170px;
      border-bottom: 2px solid #efefef; }
      .navbar .navbar-nav a:not(:hover):not(:focus) {
        color: #333; }
    .navbar .navbar_icons-wrapper.visible-sm {
      display: block; }
    .navbar .navbar_icons-wrapper.hidden-sm {
      display: none; }
    .navbar .dynamicNavigation .load-sub-nav {
      display: none; }
    .navbar .dropdown-menu {
      display: block;
      max-width: none;
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height .4s ease-out;
      -o-transition: max-height .4s ease-out;
      transition: max-height .4s ease-out; }
      .navbar .dropdown-menu.show {
        max-height: 1000px;
        -webkit-transition: max-height .4s ease-in;
        -o-transition: max-height .4s ease-in;
        transition: max-height .4s ease-in; }
      .navbar .dropdown-menu img {
        max-width: 212px;
        min-width: 0;
        float: left;
        margin-right: 15px; }
      .navbar .dropdown-menu div[class*="col"] {
        margin-bottom: 0; }
    .navbar .dropdown-toggle .icon-arrowBreadcrumb {
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      float: right;
      margin-top: 10px;
      margin-right: 12px;
      -webkit-transition: -webkit-transform 0.4s ease-in-out;
      transition: -webkit-transform 0.4s ease-in-out;
      -o-transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .navbar .dropdown-toggle:after {
      display: none; }
    .navbar .dropdown.show .dropdown-toggle .icon-arrowBreadcrumb {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg); }
    .pageOverlay .navbar .button .icon > * {
      fill: #333 !important; }
    .navbar .languageNav {
      margin-right: 0; }
      .navbar .languageNav__current {
        position: relative;
        z-index: 1; }
        .navbar .languageNav__current .language {
          display: none; }
        .navbar .languageNav__current .icon > * {
          -webkit-transition: all 0.4s ease-in;
          -o-transition: all 0.4s ease-in;
          transition: all 0.4s ease-in; }
      .navbar .languageNav__label {
        margin-top: 170px; }
      .navbar .languageNav__dropdown {
        top: -50px;
        width: 100vw;
        padding-top: 0; }
    .pageOverlay .navbar .languageNav__current {
      color: #333; }
      .pageOverlay .navbar .languageNav__current .icon > * {
        fill: #333 !important; }
    .navbar .navbar-secondary .sec-link a span {
      display: none !important; }
    .pageOverlay .navbar .sec-link a {
      color: #333 !important; }
  .navbar-nav > .nav-item {
    border-top: 1px solid #efefef;
    padding: 0.5rem 1rem;
    -webkit-transition: background-color .4s ease-in;
    -o-transition: background-color .4s ease-in;
    transition: background-color .4s ease-in; }
    .navbar-nav > .nav-item.show {
      background-color: #fafafa; }
    .navbar-nav > .nav-item .dropdown-menu > div {
      padding: 0.5rem; }
  .navbar-nav .nav-link:focus {
    outline: none; }
  .navbar-secondary {
    list-style: none;
    margin: 0 15px 0 0;
    padding: 0;
    position: relative;
    width: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .jumbotron {
    min-height: 360px;
    padding-top: 30vh;
    padding-bottom: 20vh; }
    .jumbotron .newsTickerBlock {
      margin-top: 50px; }
      .jumbotron .newsTickerBlock .ticker__scrollbar {
        display: none; }
      .jumbotron .newsTickerBlock .ticker__item {
        height: 110px;
        overflow: hidden; }
  body.NewsListingPage .jumbotron,
  body.CaseListingPage .jumbotron,
  body.JobListingPage .jumbotron,
  body.EventListingPage .jumbotron,
  body.SubscribtionPage .jumbotron,
  body.SearchPage .jumbotron {
    background-size: auto; }
  body.CaseListingPage .jumbotron,
  body.ReleaseListingPage .jumbotron {
    background-size: cover; }
  .jumbotron .breadcrumb .breadcrumb-item {
    font-size: 13px; }
  .img-fluid + .position-absolute {
    position: relative !important;
    margin: 0;
    padding: 20px;
    margin-top: -40px;
    min-width: 0;
    max-width: none; }
  .ErrorPage .jumbotron .errorTextWrapper {
    max-width: 50vw; }
  .headingBlock .leftSideText, .headingBlock .subNavBlock {
    padding: 30px;
    padding-bottom: 15px; }
  .filterRow {
    padding-left: 13px; }
  .filterRow .filters-bg {
    display: none; }
  .filterRow .nice-select {
    width: 100%;
    margin-right: 0; }
  .table tbody td:first-child {
    border-top: none; }
  .table thead td:not(:last-child) {
    border-bottom: 1px solid #dee2e6; }
  .table p {
    margin-bottom: 1px; }
  .checkerBlock p,
  .majorAnnouncementBlock p {
    font-size: 13px; }
  .newsCaseBlock_caseBlock .summary {
    padding-top: 0; }
  .newsCaseBlock_caseBlock .summary .title > h3 {
    padding-top: 5px; }
  .CasePage .summaryBlockWrapper > .container > .row {
    padding-bottom: 40px; }
  .CasePage .imageBlock > div {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important; }
  .summaryBlock {
    padding: 0px 20px 20px; }
  .cconsent-bar .cookieMessage + div {
    text-align: center; }
  .cconsent-bar .roundedBtn {
    margin-left: 0;
    margin-top: 15px; }
  footer .whitepaper .btn {
    display: block;
    line-height: 1.2rem; }
  .infobox {
    padding: 30px; }
  .jobAd {
    padding-top: 20px; }
  .JobPage .relatedContent {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: -150px; }
  body.PressReleasePage .infobox {
    padding: 10px; }
  .blueBtn {
    margin-top: 20px; }
  .roundedBtn, .mktoButton {
    font-size: 10px;
    padding: 12px 30px; }
  .position-relative > .position-absolute > div {
    max-height: none; }
  .position-relative > .position-absolute > div .roundedBtn {
    margin-top: 0; }
  .entryPointBlocks .entryPoint {
    padding: 15px 30px; }
  .entryPointBlocks .entryPoint.col-md-4 {
    padding: 15px; }
  .peoplegroup tr {
    display: block; }
  .peoplegroup td {
    display: inline-block;
    width: calc(50% - 3px); }
  .contactBlock {
    display: none; }
  .blockWrapper_SideContactBlock .contactBlock {
    display: block; }
  .modal-content .contactBlock {
    display: block;
    padding-top: 0; }
  .contactBlock .title {
    font-size: 12px;
    line-height: 18px; }
  .contactBlockBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    right: 15px;
    bottom: 0;
    margin-top: -25px;
    z-index: 10; }
    .dynamicNavigation .contactBlockBtn {
      display: none; }
    .contactBlockBtn svg {
      display: inline-block; }
    .contactBlockBtn a,
    .contactBlockBtn button {
      border-radius: 50%;
      display: block;
      width: 50px;
      height: 50px;
      padding: 0;
      overflow: hidden;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
    .contactBlockBtn span {
      display: block;
      margin-top: 100%; }
    .contactBlockBtn .icon {
      width: 20px;
      height: 24px;
      margin-top: 12px; }
  /*This is for new template*/
  .twoColumnContactBlock .contactPictureBlock {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px; }
  .contactPictureBlockBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    right: 15px;
    bottom: 0;
    margin-top: -25px;
    z-index: 10; }
    .dynamicNavigation .contactPictureBlockBtn {
      display: none; }
    .contactPictureBlockBtn a,
    .contactPictureBlockBtn button {
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      text-transform: uppercase;
      border-radius: 100px !important;
      padding: 15px 35px;
      display: inline-block;
      letter-spacing: 2.5px; }
    .contactPictureBlockBtn span {
      display: block;
      margin-top: 0; }
    .contactPictureBlockBtn .icon {
      width: 20px;
      height: 24px;
      margin-top: 12px; }
  .sideBlock.hidden-md-down {
    margin: 0;
    padding: 0; }
    .sideBlock.hidden-md-down .title-with-border {
      display: none; }
  #cconsent-bar {
    padding: 15px !important; }
  #cconsent-bar div.ccb__wrapper {
    display: block; }
  #cconsent-bar .ccb__wrapper > div {
    text-align: center; }
  .IndexPageNavigation {
    border: none; }
  .IndexPageNavigation li {
    width: 100% !important;
    padding-bottom: 10px; }
  .IndexPageNavigation li,
  .IndexPageNavigation ul {
    padding-left: 0px !important; }
  .IndexAnchorLinks {
    min-width: 100% !important;
    display: none !important; }
  .IndexContent {
    padding-left: 0px !important; }
  .frontPageFeatureTiles .featureTileWrapper:first-child .col-md-12 {
    padding: 30px !important; }
  .EventPage .leftSideLifts {
    padding: 0; }
  .EventPage .moreInfoBlock {
    padding: 25px 50px; }
  .EventPage .liftedUp {
    margin-top: 0; }
  .BlogPostPage__content .aboutAuthor {
    display: none; }
  .BlogPostPage__content .contactBlock {
    display: block; }
  .blogTiles__item .title {
    font-size: 20px;
    word-break: break-word; }
  .BlogLandingPage__industries--titleWithFilters {
    display: block;
    margin-bottom: 20px; }
    .BlogLandingPage__industries--titleWithFilters > div {
      padding-right: 0; }
    .BlogLandingPage__industries--titleWithFilters .title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      min-width: 100%;
      padding: 0 0 15px 0; }
    .BlogLandingPage__industries--titleWithFilters .nice-select {
      margin-bottom: 5px;
      margin-right: 0; }
    .BlogLandingPage__industries--titleWithFilters .searchWrapper {
      position: static; }
  .BlogThemePage__content--side {
    padding-top: 20px; }
  .eventBlock--new .eventBlock__tile--image div.textWrapper {
    max-width: none;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding-bottom: 20px; }
  .eventBlock--new .eventBlock__tile--image .image {
    width: 100%;
    height: auto; }
  .eventBlock--new .eventBlock__tile--image img {
    min-height: 0;
    width: 100%; }
  .eventBlock--new .eventBlock__left, .eventBlock--new .eventBlock__right {
    padding: 0; }
  .MeetOurExpertsPage__content .contactBlock {
    display: block; }
  .MeetOurExpertsPage__content .avatarWrapper {
    width: 120px;
    height: 120px; } }

@media (min-width: 600px) and (max-width: 991px) {
  .CasePage .leftSideLifts,
  .HistoricalCasePage .leftSideLifts {
    display: none; }
  .CasePage .col-md-9,
  .HistoricalCasePage .col-md-9 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0; } }

@media (max-width: 599px) {
  .navbar .nav-item .imageBlockLink img {
    min-width: 100%;
    display: none; }
  .navbar .dropdown-menu .imageBlockLink .nav-link {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc; }
  .summaryBlock, .HistoricalCasePage .col-md-9 {
    margin-top: -50px; }
  .g-recaptcha {
    -ms-transform: scale(0.58);
        transform: scale(0.58);
    -webkit-transform: scale(0.58);
    -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

@media (min-width: 1600px) {
  .jumbotron {
    margin-bottom: 0;
    padding-top: 34vh;
    color: #fff;
    min-height: 72vh;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  .summaryBlockWrapper .col-md-9 {
    padding-bottom: 100px !important; }
  .PressReleasePage__content-row {
    margin-left: -30px;
    margin-right: -30px; }
    .PressReleasePage__content-row > * {
      padding-left: 30px;
      padding-right: 30px; } }

@media (min-width: 1600px) and (max-width: 1799px) {
  .container {
    max-width: 1300px; } }

@media (min-width: 1800px) {
  .container {
    max-width: 1400px; }
  .FocusPage .headingBlock .leftSideText,
  .FocusPage .headingBlock .subNavBlock,
  .CorporateFocusPage .headingBlock .leftSideText,
  .CorporateFocusPage .headingBlock .subNavBlock {
    padding: 50px 50px 70px; }
  body.ProductServicePage .headingBlock .leftSideText h2, body.CorporateEntrancePage .headingBlock .leftSideText h2 {
    font-size: 1.5rem; }
  .boxes.no-gutters {
    margin-bottom: 100px; } }

@media (min-width: 1600px) and (max-width: 2000px) {
  .jumbotron {
    padding-top: 33vh;
    min-height: 82vh; } }

@media (max-width: 767px) {
  body.BasicContentPage .boxed,
  body.CorporateContentPage .boxed {
    padding: 35px; }
  .tieto-logo {
    width: 120px;
    height: 83px; }
  body,
  .col-md-9 p,
  .col-md-9 a,
  .col-md-9 ul {
    font-size: 13px;
    line-height: 22px; }
  .col-md-9 p, .col-md-9 ul {
    margin-bottom: 26px; }
  body.modal-open {
    padding-right: 0 !important; }
  .modal.fade {
    padding: 0 !important; }
  .modal-dialog {
    max-width: 100%;
    margin: 0; }
  .modal-header {
    height: auto;
    padding: 0 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3; }
  .modal-content {
    max-height: 100vh;
    min-height: 100vh;
    padding: 10px 0; }
  .modal-content .mktoForm {
    width: 100% !important; }
  .modal-body {
    max-height: none; }
  .modal-body .col-md-6 {
    padding: 0 20px; }
  .modal-body p {
    margin-bottom: 0; }
  .navbar .navbar-nav {
    margin-top: 142px; }
  .navbar .dropdown-menu img {
    display: none; }
  .jumbotron h1 {
    font-size: 35px;
    line-height: 40px; }
  .jumbotron p {
    font-size: 14px;
    line-height: 18px; }
  .jumbotron .newsTickerBlock {
    margin-top: 50px; }
  body.FrontPage .jumbotron {
    padding-bottom: 40px; }
  .col-md-9 h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px; }
  body .container > .row:not(.no-gutters):first-child > .col-md-9 {
    padding: 40px; }
  body > .container-fluid {
    margin-top: 15px; }
    .PressReleasePage body > .container-fluid {
      margin-top: 0; }
      .PressReleasePage body > .container-fluid .bottom-padding {
        padding-bottom: 50px; }
  h3 {
    font-size: 18px;
    line-height: inherit; }
  .h2, h2 {
    font-size: 1.5rem; }
  .title > h3 {
    font-size: 11px; }
  .row.textBlock {
    padding-bottom: 20px; }
  .row.textBlock .col-md-9 {
    padding: 0 15px !important; }
  .row.textBlock h2, .row.benefitBlock h2 {
    font-size: 14px;
    margin-bottom: 20px; }
  .row.imageBlock {
    padding-bottom: 30px; }
  .fullHeroImage .subTitle {
    font-size: 12px;
    line-height: 14px; }
  .card-block {
    padding: 8px; }
  .card-block h7 {
    margin-bottom: 10px; }
  .card-header a {
    font-size: 13px;
    line-height: 15px; }
  .card-header a::after {
    top: 12px; }
  .card_contacts .contact-row .col-md-4 {
    margin-bottom: 15px; }
  .navbar-nav .dynamicNavigation {
    margin-left: 0;
    margin-right: 0; }
    .navbar-nav .dynamicNavigation .subNavBlock {
      position: relative;
      background: none !important;
      left: auto;
      border: none;
      border-bottom: none;
      padding: 0 !important;
      margin: 0 !important; }
    .navbar-nav .dynamicNavigation .subNavBlock .subnavigation-title_mobile,
    .navbar-nav .dynamicNavigation .subNavBlock .arrowLinkHeading,
    .navbar-nav .dynamicNavigation .explore-more {
      display: none; }
  .navbar-nav .dynamicNavigation,
  .navbar-nav .dynamicNavigation .tietoshadow {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    margin-bottom: 0; }
  .subNavBlock {
    margin: -30px 30px 30px 30px;
    background: #fff;
    z-index: 3;
    padding: 20px !important;
    border-bottom: 2px solid #0065A0; }
    .subNavBlock__additionalText {
      padding: 80px 50px 20px; }
    .subNavBlock__links {
      position: absolute;
      top: 0;
      left: 5%;
      padding: 20px;
      z-index: 2;
      border: 1px solid #efefef;
      border-bottom: solid 2px #62B3E5;
      width: 90%;
      margin: auto;
      margin-top: -15px;
      background: #fff !important; }
      .subNavBlock__links a:hover, .subNavBlock__links a:focus {
        color: #d52570; }
        .subNavBlock__links a:hover span, .subNavBlock__links a:focus span {
          text-decoration: none; }
    .subNavBlock div:first-child > a {
      margin: 10px 0; }
    .subNavBlock .arrowLinkHeading {
      padding-right: 40px;
      -webkit-transition: padding-bottom 0.4s ease-in;
      -o-transition: padding-bottom 0.4s ease-in;
      transition: padding-bottom 0.4s ease-in;
      cursor: pointer; }
      .subNavBlock .arrowLinkHeading > span {
        margin-bottom: 0; }
      .subNavBlock .arrowLinkHeading .subnavigation-title {
        margin-bottom: 0;
        padding-bottom: 0;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap; }
        .subNavBlock .arrowLinkHeading .subnavigation-title_mobile {
          display: block;
          font-size: 15px;
          text-transform: uppercase;
          letter-spacing: 0; }
        .subNavBlock .arrowLinkHeading .subnavigation-title_desktop {
          display: none !important; }
    .subNavBlock .arrowLinkBody {
      display: none;
      background: #fff;
      width: calc(100% + 2px); }
      .subNavBlock .arrowLinkBody .subnavigation-subtitle {
        margin-top: 1.25rem;
        display: none; }
    .subNavBlock.subnavigationShown {
      background: #fff;
      z-index: 3;
      margin: -30px 30px 30px 30px; }
      .subNavBlock.subnavigationShown .arrowLinkHeading {
        z-index: 3;
        padding-bottom: 15px; }
      .subNavBlock.subnavigationShown .arrowLinkBody {
        z-index: 3;
        max-height: 400px;
        overflow-y: auto; }
      .subNavBlock.subnavigationShown + .rightSideLifts:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;
        display: block;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.3);
        -webkit-animation: appear 0.4s forwards;
                animation: appear 0.4s forwards; }
    .subNavBlock:not(.subnavigationShown) .arrowLinkHeading {
      padding-bottom: 0; }
    .subNavBlock .arrowDownBtn {
      right: 18px;
      top: 5px;
      width: 20px;
      height: 22px;
      overflow: visible; }
    .subNavBlock .arrowDownBtn:focus {
      outline: none; }
    .subNavBlock .arrowDownBtn .icon {
      position: absolute;
      top: 0;
      left: 0; }
    .subNavBlock .subNavBlock .arrowDownBtn .icon {
      top: 0;
      -webkit-transform: rotate(0deg);
          -ms-transform: rotate(0deg);
              transform: rotate(0deg);
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      transition: top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
      -o-transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, top 0.4s ease-in-out;
      transition: transform 0.4s ease-in-out, top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out; }
    .subNavBlock.subnavigationShown .arrowDownBtn .icon {
      top: -2px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .navbar-nav .dynamicNavigation .subNavBlock .arrowLinkBody {
    display: block;
    background: none !important; }
  .navbar-nav .dynamicNavigation .leftSideText {
    display: none; }
  .headingBlock,
  .filterRow {
    background: none;
    margin-bottom: 80px; }
  .headingBlock .leftSideText p {
    font-size: 0.8125rem;
    line-height: 1.125rem; }
  headingBlock .leftSideText p {
    line-height: 1.375rem; }
  .mainNav .navigation {
    text-align: left; }
  .mainNav .subnavigation {
    display: block;
    position: static;
    padding-left: 15px; }
  .subscribeContent {
    padding: 20px; }
  .searchResultItem {
    padding: 10px 0; }
  .row.textBlock h2, .row.benefitBlock h2 {
    font-size: 1.2rem; }
  .row.textBlock col-md-9 {
    padding: 0 15px; }
  .summaryBlockWrapper:not(:last-child) {
    padding-bottom: 0; }
  .summaryBlock {
    margin-top: -35px; }
  .benefitBlock .col-md-4 {
    padding: 30px 15px; }
  .benefitBlock .col-md-4 img {
    margin-bottom: 15px; }
  .blogBlock .title {
    margin-left: -15px; }
  .blogBlock h2 {
    margin: 40px 0; }
  .blogBlock__tile {
    padding: 0;
    margin-bottom: 20px;
    /*&--image,
            &--readmore,
            &--text {
                display: none;
            }*/
    /*&:first-child &--readmore {
                order: 3;
                /* margin: 30px 0;
            }*/ }
    .blogBlock__tile--title {
      min-height: 0 !important; }
    .blogBlock__tile:first-child .blogBlock__tile--image,
    .blogBlock__tile:first-child .blogBlock__tile--readmore {
      display: block; }
    .blogBlock__tile:first-child .blogBlock__tile--image {
      margin: 0 0 20px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; }
    .blogBlock__tile--image {
      margin: 0 !important; }
    .blogBlock__tile:first-child .blogBlock__tile--info {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .blogBlock__tile:first-child .blogBlock__tile--title {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      /*font-size: 1.7rem;*/
      line-height: 1.2em;
      letter-spacing: 0px; }
    .blogBlock__tile:first-child {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
  .blogBlock__readAllLink {
    position: relative;
    bottom: auto;
    margin: 30px 0 30px 15px; }
  .row.fullWidthImage {
    margin-bottom: 0; }
  .CasePage .caseContent > div {
    padding-top: 30px; }
  .CasePage .caseContent .row.fullWidthImage {
    margin-bottom: 30px; }
  .img-fluid + .position-absolute p {
    font-size: 0.8rem; }
  .img-fluid + .position-absolute .h3, .img-fluid + .position-absolute h3 {
    padding-bottom: 0; }
  .CasePage .videoBlock .col-md-12 {
    margin-left: 0; }
  .fullWidth .videoBlock > div {
    padding: 0 !important;
    margin: 0; }
  .table td,
  .table th {
    padding: 0.25rem; }
  .sr-hide, .sr-header {
    display: none; }
  .sr-table-div {
    display: block; }
  div[role=tablist] {
    padding-bottom: 30px; }
  footer .whitepaper {
    padding: 20px; }
  .whitepaper .text-right,
  .whitepaper .text-right *,
  .whitepaper .text-left,
  .whitepaper .text-left * {
    text-align: center !important;
    float: none; }
  .mktoForm .mktoButton {
    background: none repeat scroll 0 0 #62B3E5 !important;
    border: medium none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #ffffff !important;
    float: left;
    font-size: 11px !important;
    padding: 10px 10px 10px 10px;
    width: 100px; }
  .mktoForm .mktoButton:hover,
  .mktoForm .mktoButton:focus {
    background-color: #57a1d0 !important; }
  .listingRow {
    display: block; }
    .listingRow .textViewDate > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px; }
    .listingRow .textViewDate .day {
      padding-right: 10px; }
    .listingRow .textViewDate .day,
    .listingRow .textViewDate .year {
      font-size: 1rem;
      opacity: 1; }
    .listingRow .textViewSumary .title {
      font-size: 1rem;
      letter-spacing: -0.5px; }
  .leftSideLifts {
    padding: 0; }
  .moreInfoBlock {
    padding-left: 40px; }
  .row.imageBlock .col-md-9 {
    padding: 0 15px; }
  .infobox *,
  .jobAd * {
    font-size: 0.8125rem; }
  .jobResults {
    padding-top: 10px; }
  .entryPointBlocks .entryPoint {
    padding: 15px; }
  .relatedContent {
    margin-top: 20px;
    padding: 20px 0 0; }
  .peoplegroup td {
    display: block;
    width: 100% !important; }
  .blockWrapper {
    padding-top: 30px;
    padding-bottom: 30px; }
    div:not(.relatedContent) > .blockWrapper {
      padding: 30px 15px; }
  .callToActionBlock .tile {
    padding: 15px 25px; }
  .newsCaseBlock .summary .date,
  .newsCaseBlock .summary .title,
  .newsCaseBlock .summary .text {
    padding: 0 20px; }
  .offeringPromotion .offering {
    margin-bottom: 25px; }
  .frontPageFeatureTiles .featureTileWrapper > div {
    height: 500px; }
  .frontPageFeatureTiles .featureTileWrapper:last-child {
    margin-top: 7px; }
    .frontPageFeatureTiles .featureTileWrapper:last-child > div {
      height: 1000px; }
  .frontPageFeatureTiles .boxes .featureTile {
    height: calc(250px - 7px) !important; }
  .checkerBlock .textTile,
  .majorAnnouncementBlock .textTile {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .breadcrumb {
    display: block; }
    .breadcrumb .breadcrumb-item {
      display: block;
      padding: 0 !important; }
      .breadcrumb .breadcrumb-item .icon {
        margin: 0;
        width: 8px;
        height: 10px; }
  .BlogPostPage__content .blogWhitepaper {
    padding: 10px 0 20px 0; }
    .BlogPostPage__content .blogWhitepaper__content--image {
      display: none; }
    .BlogPostPage__content .blogWhitepaper__content--title, .BlogPostPage__content .blogWhitepaper__content--subtitle {
      left: 15px; }
  .BlogPostPage__content .aboutAuthor {
    margin-top: 20px;
    padding: 20px; }
    .BlogPostPage__content .aboutAuthor__intro > div:first-child {
      padding-right: 20px; }
      .BlogPostPage__content .aboutAuthor__intro > div:first-child .avatarWrapper {
        margin-bottom: 10px; }
  .BlogLandingPage__otherBlogs--grid > div {
    display: block; }
  .blogTiles__item .blog-info,
  .eventTiles__item .blog-info {
    margin: 5px 0; }
  .blogTiles__item .heading .title,
  .eventTiles__item .heading .title {
    font-size: 1.2rem;
    margin-bottom: 5px; }
  .blogTiles__item--highlighted,
  .eventTiles__item--highlighted {
    padding-bottom: 73.75%; }
    .blogTiles__item--highlighted .heading,
    .eventTiles__item--highlighted .heading {
      padding: 25px; }
      .blogTiles__item--highlighted .heading .title,
      .eventTiles__item--highlighted .heading .title {
        font-size: 1.2rem;
        line-height: 1.5rem; }
  .MeetOurExpertsPage__content > div > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .MeetOurExpertsPage__content--item {
    padding: 20px 20px 40px; }
  .scheduleBlock__content {
    padding: 10px; }
    .scheduleBlock__content--action {
      display: block; }
      .scheduleBlock__content--action .action-time {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
  .speakersBlock__item {
    display: block;
    padding: 20px 0; }
    .speakersBlock__item--avatar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .quote > div {
    padding-left: 0 !important;
    padding-top: 20px !important; }
    .quote > div p {
      font-size: 1rem; }
      .quote > div p.quoteWriter {
        line-height: 2rem; }
    .quote > div:after {
      top: 30px !important;
      font-size: 50px !important; }
  .slider .slick-list {
    padding: 0px 0 20px 20px; } }

@media (max-width: 767px) and (min-width: 2000px) {
  body.NewsListingPage .jumbotron, body.CaseListingPage .jumbotron, body.JobListingPage .jumbotron, body.EventListingPage .jumbotron, body.ReleaseListingPage .jumbotron, body.SubscribtionPage .jumbotron, body.SearchPage .jumbotron {
    padding-top: 27vh; } }

@media (min-width: 1920px) {
  body:not(.BlogPage):not(.CasePage) > .container-fluid .container.fullWidth,
  body:not(.BlogPage):not(.CasePage) > .container-fluid .fullWidth .container {
    margin-left: -15px; }
  .fullWidthImage img, .fullWidth img {
    min-width: calc(100% + 30px); }
  .col-md-9 .fullWidthImage img,
  .col-md-9 .fullWidth img {
    min-width: 0; } }

@media (min-width: 576px) {
  .listing {
    position: relative; }
  .listing .topRightBtn {
    position: absolute;
    bottom: 100%;
    right: -15px; }
  .CorporateContentPageWithSubnavigation .sideLinks {
    margin-bottom: 30px; }
  .CorporateContentPageWithSubnavigation .textContent {
    padding-left: 30px; } }

@media (max-width: 575.98px) {
  body.FrontPage > .container-fluid.fullHeroImage {
    margin-top: 15px; }
  .navbar .nav-item .imageBlockLink img {
    float: none;
    max-width: none;
    width: 100%;
    margin-right: 0; }
  .navbar .nav-item .imageBlockLink .nav-link {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ccc; }
  .title > h2 {
    font-size: 1.2rem;
    /* featured tiles header */
    padding-bottom: 15px; }
  .title > h2 a {
    font-size: 1.2rem;
    /* normal tiles header */ }
  .jobblock_Wrapper .title > h2 a {
    font-size: 1.2rem !important; }
  .boxes > .col-lg-6:first-child .col-md-12, .boxes > .col-md-12 .col-md-12 {
    padding: 60px;
    /* featured tiles, biggest block */ }
  .newsCaseBlock .summary {
    padding: 10px 0;
    height: 120px;
    margin-bottom: 0;
    padding-left: 5px; }
  .newsCaseBlock_caseBlock .summary {
    height: 130px; }
  .newsCaseBlock .summary .title {
    padding: 0 10px; }
  .newsCaseBlock .summary .title h3 {
    margin-bottom: 5px; }
  .newsCaseBlock .summary .text {
    padding: 0 10px;
    font-size: 0.85rem;
    line-height: 19px;
    max-height: 80px; }
  .newsCaseBlock .case {
    margin-bottom: 15px; }
  /* tiles: with full background */
  .newsCaseBlock_newsBlock .case .title {
    padding: 15px; }
  .newsCaseBlock .summary .date {
    padding: 0 10px; }
  .newsCaseBlock_newsBlock .summary {
    max-height: 155px;
    height: auto; }
  /* footer */
  .whitepaper .text-right p {
    font-size: 1.2rem;
    line-height: 1.3rem; }
  .whitepaper .text-left p {
    margin-bottom: 5px;
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-top: 10px; }
  footer .whitepaper .btn {
    padding: 5px 25px !important; }
  footer .col-md-6 a {
    float: left;
    clear: both; }
  #cconsent-bar .ccb__wrapper .ccb__button > * {
    display: block; }
  #cconsent-bar .ccb__wrapper .ccb__button > .ccb__edit {
    margin: 0 0 15px 0; } }

@media (max-width: 479px) {
  body > .container-fluid .boxed {
    padding: 40px; }
  .JobPage > .container-fluid > .jobAd {
    padding: 40px; }
  .roundedBtn,
  .mktoButton {
    font-size: 10px;
    padding: 12px 20px;
    font-size: 10px !important; }
  .navbar.searchExpanded .navbar_icons-wrapper {
    width: 100%; }
    .navbar.searchExpanded .navbar_icons-wrapper form {
      width: calc(100vw - 45px);
      margin: 0 0 15px 15px; }
    .navbar.searchExpanded .navbar_icons-wrapper .search {
      width: 100%; }
      .navbar.searchExpanded .navbar_icons-wrapper .search.expandable:not(.collapsed) {
        max-width: 100%; }
  .navbar.searchExpanded .userBtn,
  .navbar.searchExpanded .hamburger,
  .navbar.searchExpanded .languageNav,
  .navbar.searchExpanded .navbar-secondary li:nth-child(2),
  .navbar.searchExpanded .navbar-secondary li:nth-child(3),
  .navbar.searchExpanded .navbar-secondary li:nth-child(4),
  .navbar.searchExpanded .navbar-secondary li:nth-child(5) {
    display: none; }
  .navbar.searchExpanded .navbar_icons-wrapper .search,
  .navbar.searchExpanded .navbar_icons-wrapper input,
  .navbar .navbar_icons-wrapper .search.collapsed,
  .navbar .navbar_icons-wrapper .search.collapsed input {
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
  .benefitBlock .col-md-4 h2,
  .col-md-9 .summaryBlock h2 {
    font-size: 1.1rem; }
  .benefitBlock .col-md-4 {
    padding: 34px 25px; }
  .CasePage .relatedContent {
    margin-top: 20px;
    padding: 10px 0 10px;
    overflow-x: hidden; }
  .fullWidth .videoBlock > div,
  .CasePage .videoBlock > div {
    padding: 0 0 0px !important;
    margin: 0; }
  .quote {
    margin-bottom: 10px; }
    .quote .title {
      font-size: 13px; }
    .quote .quoteWriter {
      font-size: 13px; }
  .contactBlockBtn a,
  .contactBlockBtn button {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); }
  .contactPictureBlockBtn a,
  .contactPictureBlockBtn button {
    -webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); }
  body.ContactPage .container-fluid .container {
    padding: 30px; }
  .searchResult .liftedUp {
    padding: 20px 25px 50px; }
  .searchResultItem {
    padding-top: 20px; }
    .searchResultItem .title {
      font-size: 1rem; }
    .searchResultItem .description {
      margin-bottom: 20px;
      line-height: 20px; }
  body.FrontPage .jumbotron {
    padding-top: 28vh;
    padding-bottom: 5vh; }
  body > .container-fluid .boxed {
    padding: 40px; }
  .PressReleasePage p {
    word-break: break-word; }
  #SiteSwitchPopup .modal-dialog {
    max-width: 80vw; }
    #SiteSwitchPopup .modal-dialog .text-center {
      text-align: left; }
  .newsletter-subscription-block__title {
    font-size: 1.6rem !important; }
  .newsletter-subscription-block__subtitle[class] {
    font-size: 1.3rem !important; }
  .PressReleasePage__content--side .newsletter-subscription-block {
    margin-left: -40px;
    margin-right: -40px; }
  .PressReleasePage__content--side .newsletter-subscription-block__content {
    padding-left: 40px;
    padding-right: 40px; }
  .PressReleasePage__content--side > :last-child .newsletter-subscription-block {
    margin-bottom: -40px;
    max-width: none; } }

@media (max-width: 760px) {
  .tietoevry .navbar .navbar-nav {
    margin-top: 180px !important; }
  .navbar-secondary .sec-link {
    display: none; }
  .navbar-open .navbar-secondary .sec-link {
    display: block;
    position: absolute;
    right: -3px;
    -webkit-animation: navbar-secondary-dropdown-in 400ms;
            animation: navbar-secondary-dropdown-in 400ms; }
    .navbar-open .navbar-secondary .sec-link a span {
      display: inline !important; }
    .navbar-open .navbar-secondary .sec-link:nth-child(3) {
      top: 45px; }
    .navbar-open .navbar-secondary .sec-link:nth-child(4) {
      top: 77px; } }

@-webkit-keyframes navbar-secondary-dropdown-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes navbar-secondary-dropdown-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media (min-width: 480px) and (max-width: 575.98px) {
  .newsCaseBlock .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; } }

@media only screen and (min-width: 480px) {
  body.ProductServicePage .headingBlock .leftSideText h2, body.CorporateEntrancePage .headingBlock .leftSideText h2 {
    font-size: 1.3rem; }
  .relatedContent {
    background-color: #e2e2e2;
    padding: 60px 0 60px;
    text-align: center;
    margin: 100px -15px -250px; }
  .CasePage .summaryBlockWrapper .col-md-9 {
    padding: 0 0px !important; }
  .CasePage .videoBlock {
    margin-bottom: 0px; }
  .CasePage .relatedContent {
    margin-top: 20px;
    padding: 10px 0 10px; }
  .benefitBlock .col-md-4 h2,
  .col-md-9 .summaryBlock h2 {
    font-size: 1.3rem;
    line-height: inherit; }
  .quote {
    margin-bottom: 20px; }
    .quote .title {
      font-size: 13px; } }

@media only screen and (min-width: 1824px) {
  .summaryBlockWrapper .position-relative {
    padding-top: 150px; } }

@media (max-width: 1439px) and (min-width: 1240px) {
  .FocusPage .benefitBlock .col-md-4,
  .CorporateFocusPage .benefitBlock .col-md-4,
  .ProductServicePage .benefitBlock .col-md-4 {
    padding: 80px;
    padding-bottom: 60px; }
  .jumbotron p {
    font-size: 20px;
    line-height: 25px; }
  .jumbotron h1 {
    font-size: 50px;
    line-height: 55px; }
  .newsTickerBlock {
    margin-top: -40px; }
  .ticker__title {
    font-size: 13px !important;
    line-height: 15px !important; }
  .ticker__item {
    padding: 10px; }
  .ticker {
    height: 360px !important;
    overflow: hidden; }
  .navbar_icons-wrapper {
    top: 7px; }
  .container-fluid a:not(.subTitle):not(.roundedBtn):not(.anchor-item), .container-fluid p {
    font-size: 14px !important;
    line-height: 20px !important; }
  .container-fluid .title a:not(.subTitle):not(.roundedBtn) {
    font-size: inherit !important; }
  .navbar .navbar-nav {
    margin-top: 0px; }
    .navbar .navbar-nav > .nav-item > .nav-link {
      font-size: 15px !important; }
  .navbar .dropdown-menu .nav {
    padding: 30px; }
  .navbar .dropdown-menu .nav-link,
  .navbar .dropdown-menu p,
  .navbar .dropdown-menu a {
    font-size: 0.8rem; }
  .navbar .languageNav__current .icon {
    width: 18px;
    height: 18px; }
  .icon_search {
    width: 18px;
    height: 18px; }
  a.roundedBtn {
    font-size: 11px !important;
    line-height: 10px !important; } }

@media only screen and (min-width: 992px) {
  .JobPage .h1, .JobPage h1 {
    font-size: 65px;
    letter-spacing: -1px;
    font-weight: bold; }
  .JobPage .h2, .JobPage h2 {
    font-size: 1.5rem; }
  .navbar .languageNav__dropdown {
    right: 5px;
    top: 87px;
    z-index: 99999; }
  .scrolling .navbar .languageNav__dropdown {
    right: 5px;
    top: 74px;
    z-index: 99999; }
  .BlogLandingPage__content--recent {
    padding: 40px; }
  .BlogLandingPage__content--featured,
  .BlogThemePage__content--featured {
    padding-right: 0;
    padding-bottom: 40px; }
  .BlogPostPage__content--main {
    padding-right: 30px; }
  .BoadOfDirectorsPage__content--main {
    padding-right: 30px; }
  .EventPage__content--main {
    padding-right: 60px; } }

@media only screen and (max-width: 480px) {
  .blockWrapper_releaseBlock {
    margin: -20px -15px 30px -15px;
    padding: 20px 15px;
    background: #e0e0e0; }
  .boxes.no-gutters {
    margin-bottom: 50px;
    height: 100%; }
  .FocusPage .headingBlock .leftSideText,
  .FocusPage .headingBlock .subNavBlock,
  .CorporateFocusPage .headingBlock .leftSideText,
  .CorporateFocusPage .headingBlock .subNavBlock {
    padding: 40px; }
  .CorporateFocusPage .headingBlock {
    min-height: auto; }
  .BlogPostPage__content .aboutAuthor__intro {
    display: block; }
    .BlogPostPage__content .aboutAuthor__intro > div {
      text-align: center; }
      .BlogPostPage__content .aboutAuthor__intro > div:first-child {
        padding: 0; } }

@media screen and (max-width: 767px) {
  .BoardOfDirectorMembers {
    height: auto; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .BoardOfDirectorMembers {
    height: 185px; } }

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .BoardOfDirectorMembers {
    height: 233px; } }

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .BoardOfDirectorMembers {
    height: 250px; } }

@media only screen and (max-width: 767px) {
  .navbar-secondary {
    width: auto !important; } }

@media only screen and (max-width: 768px) {
  .navbar #navbarDropdown {
    margin-left: 0;
    margin-right: 0; }
  .dynamicNavigation .subNavBlock nav, .dynamicNavigation .load-sub-nav {
    display: none; }
  .success-stories-block {
    padding: 0; }
  .all-success-stories, .newsCaseBlock .summary .read-story {
    display: none; }
  .navbar_icons-wrapper .search.expandable:not(.collapsed) {
    position: absolute !important; }
  .column_title .title h2 {
    font-size: 55px !important;
    padding-right: 0 !important; }
  .innercolumn .col-md-12 {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

/*
    Special tablet breakpoint for iPad Pro
*/
@media (min-width: 992px) and (max-width: 1024px) {
  #navbarDropdown .dynamicNavigation.withSubnavigation .rightSideLifts {
    display: none; }
  #navbarDropdown .dynamicNavigation.withSubnavigation .subNavBlock {
    max-width: 72%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 72%;
            flex: 0 0 72%; } }

@media only screen and (max-width: 868px) {
  .videoBlock.form {
    min-height: 416px; }
  .videoBlock form.mktoForm {
    margin: 20px; } }

@media only screen and (max-width: 320px) {
  .videoBlock.form {
    min-height: 475px; } }

@media print {
  img {
    -webkit-print-color-adjust: exact; }
  #cconsent-bar {
    display: none; }
  .jumbotron.heroImage {
    padding: 1cm;
    min-height: 6cm; }
  .boxes > .col-lg-6:first-child,
  .boxes > .col-md-12 {
    height: 243px;
    min-height: 0; }
    .boxes > .col-lg-6:first-child .col-md-12,
    .boxes > .col-md-12 .col-md-12 {
      height: 100%; }
  .boxes .featureTileWrapper {
    width: 100%; }
  .boxes.no-gutters {
    height: auto; } }

.tietoevry .logo {
  top: 15px;
  left: 15px; }

.tietoevry .tietoevry-logo {
  width: 115px;
  height: 28px; }

.tietoevry .navbar .navbar_icons-wrapper .icon:not(.icon_close) > * {
  display: none; }

.tietoevry .navbar .navbar_icons-wrapper .icon.icon_search > * {
  display: inline; }

.tietoevry .navbar .navbar-nav > .nav-item > .nav-link, .tietoevry .navbar .navbar-nav > .nav-item > .nav-item > .nav-link {
  letter-spacing: 2px;
  font-size: 13px;
  font-family: "RionaSans-Regular", sans-serif;
  text-transform: uppercase; }

.tietoevry .navbar .dropdown-menu .nav-link {
  font-family: "RionaSans-Regular", sans-serif; }

.tietoevry.navbar-open .tietoevry-logo > * {
  fill: #333 !important; }

.tietoevry h1, .tietoevry h2, .tietoevry h3 {
  font-family: "RionaSans-Bold", sans-serif; }

.tietoevry .loadMoreContainer {
  width: -webkit-fill-available; }

.tietoevry .loadMoreContainer .blueBtn {
  background-color: #063752;
  border: 1px solid transparent;
  color: #FFFFFF;
  font-family: "RionaSans-Regular", sans-serif; }

.tietoevry .loadMoreContainer .blueBtn :hover,
.tietoevry .loadMoreContainer .blueBtn :focus {
  background-color: #063752; }

.tietoevry .jumbotron h1,
.tietoevry .frontPageFeatureTiles h2,
.tietoevry .headingBlock .leftSideText h2,
.tietoevry .contactBlock h2,
.tietoevry .container > .title,
.tietoevry .col-md-12 h2,
.tietoevry .boxes h2,
.tietoevry .listingRow .textViewSumary .title,
.tietoevry .listingRow .textViewDate .day,
.tietoevry .latestReleases .tile h3 {
  font-family: "RionaSans-Bold", sans-serif; }

.tietoevry .title > h2 {
  text-indent: 40px;
  font-size: 40px;
  line-height: 1.125;
  font-family: "RionaSans-Bold", sans-serif; }
  .tietoevry .title > h2 span {
    font-family: "RionaSans-Regular", sans-serif; }
  .tietoevry .title > h2 a {
    font: inherit; }
  @media (max-width: 767px) {
    .tietoevry .title > h2 {
      font-size: 32px;
      text-indent: 0; } }

.tietoevry .BlogPostPage__content--main .title > h2 {
  text-indent: 0;
  line-height: 1.25; }

.tietoevry .boxes .title > h2,
.tietoevry .blogBlock .title > h2 {
  text-indent: 0; }

.tietoevry .jumbotron p {
  font-family: "RionaSans-Regular", sans-serif; }

.tietoevry .jumbotron:after {
  background-image: -o-linear-gradient(rgba(20, 20, 20, 0.53), rgba(20, 20, 20, 0.2));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(20, 20, 20, 0.3)), to(rgba(20, 20, 20, 0.4)));
  background-image: -o-linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.4));
  background-image: linear-gradient(rgba(20, 20, 20, 0.3), rgba(20, 20, 20, 0.4)); }

.tietoevry .jumbotron .blueBtn {
  background-color: #fff;
  border: 1px solid transparent;
  color: #333;
  font-family: "RionaSans-Regular", sans-serif; }
  .tietoevry .jumbotron .blueBtn:hover {
    background-color: #063752;
    border: 1px solid transparent;
    color: #fff;
    font-family: "RionaSans-Regular", sans-serif; }

.tietoevry .ticker {
  position: relative;
  margin-bottom: 60px;
  overflow: visible !important;
  height: auto !important; }

.tietoevry .ticker__titleheading {
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "RionaSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2; }
  .tietoevry .ticker__titleheading:hover {
    opacity: initial !important; }

.tietoevry .ticker__title {
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "RionaSans-Regular", sans-serif;
  font-size: 18px;
  line-height: 1.2; }

.tietoevry .ticker__allNewsLink {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -60px;
  max-width: 100%; }
  .tietoevry .ticker__allNewsLink a {
    color: #fff;
    font-size: 14px; }
    .tietoevry .ticker__allNewsLink a::after {
      content: none; }
    .tietoevry .ticker__allNewsLink a .icon-arrowLink {
      margin: -3.5px .3em 0 0;
      vertical-align: middle; }
      .tietoevry .ticker__allNewsLink a .icon-arrowLink > * {
        stroke: currentColor !important;
        stroke-width: 1.5px; }

.tietoevry .subNavBlock .arrowLinkHeading .subnavigation-title {
  font-family: "RionaSans-Bold", sans-serif;
  font-size: 1.4rem; }

.tietoevry .subNavBlock .sub-nav-text p {
  font-size: 0.9rem; }

.tietoevry .navbar-nav .dynamicNavigation .subNavBlock .arrowLinkHeading .subnavigation-title {
  font-family: "RionaSans-Bold", sans-serif; }

.tietoevry.CorporateFocusPage .headingBlock .leftSideText, .tietoevry.FocusPage .headingBlock .leftSideText {
  background: #063752;
  color: #fff; }
  .tietoevry.CorporateFocusPage .headingBlock .leftSideText.col-md-9, .tietoevry.FocusPage .headingBlock .leftSideText.col-md-9 {
    background-color: #fff;
    color: #063752; }

.tietoevry.CorporateFocusPage {
  background: #fff; }

.tietoevry .dynamicNavigation .leftSideText {
  background: #063752;
  color: #fff; }
  .tietoevry .dynamicNavigation .leftSideText p {
    color: #fff;
    opacity: 0.7; }

.tietoevry .dynamicNavigation .subnavarrowLink .linkText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tietoevry .dynamicNavigation .subnavarrowLink .rightArrow {
  float: right;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.tietoevry .boxes.tiles_5.blue > .col-lg-6:last-child .col-md-6:nth-child(3),
.tietoevry .frontPageFeatureTiles .boxes .featureTile.blue {
  background-color: #063752; }

.tietoevry.FrontPage .frontPageFeatureTiles .boxes .featureTile.red {
  background-color: #60B1E1 !important; }

.tietoevry.PressReleasePage .infobox:first-child {
  margin: 0px;
  margin-bottom: 25px;
  background: #fff;
  border: 0px !important;
  border-bottom: 1px solid #e0e0e0;
  padding: 0px;
  padding-bottom: 5px; }
  .tietoevry.PressReleasePage .infobox:first-child + p > strong {
    font-size: 1.2rem; }

.tietoevry.MeetOurExpertsPage .jumbotron {
  padding-top: 25vh;
  min-height: 50vh; }

.tietoevry.ReleaseListingPage .blueBtn,
.tietoevry .socialMediaFeedShowMoreBtn,
.tietoevry .container .greenBtn,
.tietoevry .checkerBlock .blueBtn {
  background-color: #063752;
  border: 1px solid transparent;
  font-family: "RionaSans-Regular", sans-serif; }

.tietoevry .aboutUsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 50px;
  padding: 25px;
  background-size: cover;
  background-repeat: no-repeat; }
  .tietoevry .aboutUsBlock .container {
    padding: 0; }
  .tietoevry .aboutUsBlock__textbox {
    padding: 40px;
    width: 580px;
    max-width: 100%;
    background: #fff; }
  .tietoevry .aboutUsBlock h2 {
    color: #063752;
    font-family: "RionaSans-Bold", sans-serif; }
  .tietoevry .aboutUsBlock p {
    font-family: "RionaSans-Regular", sans-serif;
    color: #333;
    margin-bottom: 1.5rem; }
  .tietoevry .aboutUsBlock h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    word-break: break-word; }
  .tietoevry .aboutUsBlock p {
    line-height: 2rem; }
  .tietoevry .aboutUsBlock .arrowLink {
    text-transform: uppercase;
    color: #063752;
    padding-left: 30px;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    font-family: "RionaSans-Bold", sans-serif; }
    .tietoevry .aboutUsBlock .arrowLink svg {
      -webkit-animation: none;
              animation: none;
      width: 12px;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .tietoevry .aboutUsBlock .arrowLink svg > * {
        stroke: #fff !important; }
    .tietoevry .aboutUsBlock .arrowLink:before {
      content: '';
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #5FB1E2;
      z-index: 0;
      display: block;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .tietoevry .aboutUsBlock .readmore-blog-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .tietoevry .aboutUsBlock .readmore-blog-link .right-link-block a {
      font-size: 0.9rem;
      letter-spacing: 0.3px;
      font-family: "RionaSans-Bold", sans-serif;
      color: #063752;
      text-transform: uppercase; }

.tietoevry #cconsent-modal p, .tietoevry #cconsent-modal li, .tietoevry #cconsent-modal button {
  font-family: "RionaSans-Regular", sans-serif; }

.tietoevry #cconsent-modal h2,
.tietoevry #cconsent-modal h3,
.tietoevry #cconsent-modal .ccm__list__title,
.tietoevry #cconsent-modal .ccm__tab-head {
  font-family: "RionaSans-Bold", sans-serif; }

.tietoevry #cconsent-modal div.ccm__footer button {
  background-color: #063752 !important; }

.tietoevry #cconsent-bar {
  font-family: "RionaSans-Regular", sans-serif; }
  .tietoevry #cconsent-bar .ccb__wrapper .consent-give {
    background-color: #063752 !important;
    border: 1px solid transparent;
    font-family: "RionaSans-Regular", sans-serif; }

.tietoevry footer {
  display: none; }

.tietoevry .tietoEvryFooter {
  display: block;
  background-color: #fff;
  color: #063752;
  padding-top: 60px; }
  .tietoevry .tietoEvryFooter .container {
    display: block; }
  .tietoevry .tietoEvryFooter .tietoevry-logo > * {
    fill: #063752 !important; }
  .tietoevry .tietoEvryFooter p {
    font-size: 0.8rem; }
  .tietoevry .tietoEvryFooter a {
    color: #063752;
    font-weight: normal;
    font-size: 0.75rem;
    letter-spacing: 0.1px; }
  .tietoevry .tietoEvryFooter .social-icons {
    display: block;
    padding: 0; }
    .tietoevry .tietoEvryFooter .social-icons__icon {
      display: inline-block; }
    .tietoevry .tietoEvryFooter .social-icons a {
      display: inline-block;
      margin: 0 15px 0 0;
      width: 32px;
      height: 32px;
      text-align: center; }
    .tietoevry .tietoEvryFooter .social-icons img {
      display: inline;
      height: 16px !important; }
  .tietoevry .tietoEvryFooter__label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.8rem;
    letter-spacing: 0.1px; }
  .tietoevry .tietoEvryFooter__copyright {
    border-top: 1px solid #063752;
    margin-top: 50px;
    padding-top: 15px;
    line-height: 1.2rem;
    color: #6C90A0; }
    .tietoevry .tietoEvryFooter__copyright--privacyPolicy {
      line-height: inherit;
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #EAEEF0; }

@media (min-width: 992px) {
  .tietoevry.scrolling .navbar .tietoevry-logo {
    width: 115px;
    height: 28px;
    top: 10px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .tietoevry.scrolling .navbar .tietoevry-logo > * {
      fill: #333 !important; }
  .tietoevry .newsCaseBlock_caseBlock .summary {
    height: 165px; } }

@media (max-width: 991px) {
  .tietoevry.pageOverlay .navbar .tietoevry-logo > * {
    fill: #333 !important; }
  .tietoevry .navbar .navbar-nav,
  .tietoevry .navbar .languageNav__label {
    margin-top: 110px; } }

@media (max-width: 767px) {
  .tietoevry .aboutUsBlock__textbox {
    width: auto; }
  .tietoevry .readmore-blog-link {
    display: block !important; }
    .tietoevry .readmore-blog-link .right-link-block {
      margin-top: 40px; }
      .tietoevry .readmore-blog-link .right-link-block a {
        text-indent: -15px;
        display: block;
        margin: 0 0 0 20px; } }

.tietoevry .aboutAuthor {
  background: #f3f3f3; }

.tietoevry .sideBlock--subscribe {
  background: #0d4f73 url(/Static/img/blogSubscribe-tietoevry-bg.png) left bottom no-repeat !important;
  background-size: 100% auto !important;
  padding-bottom: 80px !important; }

.tietoevry .sideBlock.bg-grey {
  background: #f3f3f3; }

.tietoevry .sideBlock.bg-blue {
  background: #DEEAF2; }

.tietoevry .quote {
  background: #f3f3f3; }
  .tietoevry .quote > div {
    border-left: 5px solid #063752; }

.tietoevry .loadingOverlay .blueBtn {
  margin-top: 30px; }

.tietoevry .dropdown .leftSideText {
  margin-bottom: 0 !important; }

.tietoevry .dropdown .headingBlock, .tietoevry .dropdown .filterRow {
  border-bottom: none; }

.tietoevry .dropdown .contact-dropbox {
  margin: 50px auto 10px;
  text-align: center; }

.tietoevry .dropdown .rightSideLifts .contactBlock {
  /*display: none*/ }

.tietoevry .dropdown .contactBlockBtn {
  margin-top: 45px; }

.tietoevry .navbar .navbar_icons-wrapper .icon.icon_globe > * {
  display: inline-block; }

.tietoevry .navbar-nav .dynamicNavigation .contactBlock {
  margin-top: 0px !important; }

.tietoevry .success-stories-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .tietoevry .success-stories-block .all-success-stories {
    padding-bottom: 20px;
    margin-right: 40px; }
    .tietoevry .success-stories-block .all-success-stories a {
      font-size: 0.9rem;
      letter-spacing: 0.3px;
      font-family: "RionaSans-Bold", sans-serif;
      text-transform: uppercase;
      color: #063752; }

.tietoevry .newsCaseBlock .summary .read-story {
  padding: 0 30px;
  margin: 10px 0 0 0; }
  .tietoevry .newsCaseBlock .summary .read-story .readthis-story {
    text-transform: uppercase;
    position: relative;
    color: #333;
    padding-left: 30px;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    line-height: 1rem;
    padding-top: 5px;
    font-family: "RionaSans-Bold", sans-serif; }
    .tietoevry .newsCaseBlock .summary .read-story .readthis-story svg {
      -webkit-animation: none;
              animation: none;
      width: 12px;
      left: 5px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute !important; }
      .tietoevry .newsCaseBlock .summary .read-story .readthis-story svg > * {
        stroke: #fff !important; }
    .tietoevry .newsCaseBlock .summary .read-story .readthis-story:before {
      content: '';
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background: #5FB1E2;
      z-index: 0;
      display: block;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

@media (min-width: 768px) {
  .tietoevry .checkerBlock .imageTile,
  .tietoevry .majorAnnouncementBlock .imageTile {
    height: auto;
    min-height: 280px;
    padding-top: 0; }
  .tietoevry .checkerBlock .textTile,
  .tietoevry .majorAnnouncementBlock .textTile {
    padding: 45px; }
  .tietoevry .innercolumn .col-md-12 {
    padding-left: 20px;
    padding-right: 20px; } }

.tietoevry .speakersBlock > .title > h2 {
  text-indent: 0; }

.tietoevry.EventPage .moreEventsBlock .title > h2 {
  text-indent: 0; }

.tietoevry .boxes > .col-lg-6:first-child .col-md-12,
.tietoevry .boxes > .col-md-12 .col-md-12 {
  height: 100%;
  padding: 45px;
  text-align: left; }
  .tietoevry .boxes > .col-lg-6:first-child .col-md-12 > div,
  .tietoevry .boxes > .col-md-12 .col-md-12 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .tietoevry .boxes > .col-lg-6:first-child .col-md-12 > div::before, .tietoevry .boxes > .col-lg-6:first-child .col-md-12 > div::after,
    .tietoevry .boxes > .col-md-12 .col-md-12 > div::before,
    .tietoevry .boxes > .col-md-12 .col-md-12 > div::after {
      content: '';
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0%;
              flex: 1 0 0%; }
    .tietoevry .boxes > .col-lg-6:first-child .col-md-12 > div::before,
    .tietoevry .boxes > .col-md-12 .col-md-12 > div::before {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }

.tietoevry .boxes .arrowLink {
  display: block;
  position: relative;
  margin: 0;
  padding-left: 35px;
  text-transform: uppercase; }
  .tietoevry .boxes .arrowLink::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    width: 20px;
    height: 20px;
    background: #62B3E5;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tietoevry .boxes .arrowLink .icon-arrowLink {
    position: absolute;
    left: 5px;
    top: 50%;
    margin: 0;
    width: 10px;
    height: 20px;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .tietoevry .boxes .arrowLink .icon-arrowLink > * {
      stroke: #fff !important;
      stroke-width: 1.5px; }

.tietoevry .frontPageFeatureTiles .boxes .featureTile {
  padding: 45px !important; }

.tietoevry .frontPageFeatureTiles .featureTileWrapper:first-child .col-md-12 {
  padding: 45px; }

.tietoevry .videoBlock-wrapper {
  text-align: left; }

.tietoevry .videoBlock-description {
  padding-left: 40px;
  font-family: "RionaSans-Bold", sans-serif;
  color: #333;
  font-weight: bold; }

.tietoevry .videoBlock div:last-child p {
  margin-top: 25px; }

.tietoevry .twoColumnContactBlock .column_title .title h2 {
  font-size: 72px;
  font-family: "RionaSans-Bold", sans-serif;
  text-indent: unset;
  color: #063752;
  padding-right: 45px; }
  .tietoevry .twoColumnContactBlock .column_title .title h2 span {
    font-family: "RionaSans-Bold", sans-serif;
    color: #063752; }

.tietoevry .twoColumnContactBlock .column_title h3 {
  color: #063752; }

.tietoevry .twoColumnContactBlock .innercolumn .col-md-12 {
  padding-left: 0;
  padding-right: 0; }

.tietoevry .twoColumnContactBlock .contactPictureBlock {
  display: block; }
  .tietoevry .twoColumnContactBlock .contactPictureBlock h2 {
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: -.5px; }
  .tietoevry .twoColumnContactBlock .contactPictureBlock p {
    text-align: center;
    font-size: 13px;
    letter-spacing: -.3px; }

.tietoevry .country-indicator-txt {
  padding: 0;
  background: none;
  text-transform: none;
  letter-spacing: .05em;
  color: #fff;
  font-family: "RionaSans-Regular",sans-serif;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 50px; }

.tietoEvryFooter {
  display: none; }

.newsletter-subscription-block {
  margin-bottom: 40px;
  background: #063752;
  color: #fff; }
  .newsletter-subscription-block__inner {
    max-width: 360px; }
  .newsletter-subscription-block__content {
    padding: 10% 13% 16%; }
  .newsletter-subscription-block__title {
    color: inherit !important;
    font-size: 1.8rem !important;
    line-height: 1.2 !important; }
  .newsletter-subscription-block__subtitle[class] {
    font-size: 1.4rem !important;
    line-height: 1.2 !important; }
  .newsletter-subscription-block__title {
    font-weight: bold; }
  .newsletter-subscription-block__desc {
    margin: 1rem 0; }
  .newsletter-subscription-block__buttons {
    margin-top: 2rem; }
    .newsletter-subscription-block__buttons .btn {
      color: #063752; }

.newsletter-subscription-form-block {
  margin-bottom: 40px;
  padding: 20px;
  background: #063752;
  color: #fff; }
  .newsletter-subscription-form-block__header {
    font-weight: bold;
    margin-bottom: 10px; }
  .newsletter-subscription-form-block__title, .newsletter-subscription-form-block__subtitle[class] {
    display: inline !important;
    margin: 0 !important;
    font: inherit !important;
    color: inherit !important; }
  .newsletter-subscription-form-block__body .mktoForm,
  .newsletter-subscription-form-block__body .mktoLabel,
  .newsletter-subscription-form-block__body .mktoAsterix {
    color: #fff !important;
    max-width: 100%; }
  .newsletter-subscription-form-block__body .mktoForm select,
  .newsletter-subscription-form-block__body .mktoForm input[type=text],
  .newsletter-subscription-form-block__body .mktoForm input[type=email] {
    background-color: #D8E3E8 !important; }
  .newsletter-subscription-form-block__body .mktoHtmlText a[href] {
    font-size: inherit !important;
    line-height: inherit !important; }
    .newsletter-subscription-form-block__body .mktoHtmlText a[href]:not(:focus):not(:hover) {
      color: rgba(255, 255, 255, 0.7); }
  .newsletter-subscription-form-block__body .mktoErrorMsg {
    padding-top: 10px !important; }
  .newsletter-subscription-form-block__body .mktoForm .mktoButtonRow {
    margin-top: 20px !important;
    margin-bottom: 0 !important; }
    .newsletter-subscription-form-block__body .mktoForm .mktoButtonRow::before, .newsletter-subscription-form-block__body .mktoForm .mktoButtonRow::after {
      content: '';
      display: table;
      clear: both; }
    .newsletter-subscription-form-block__body .mktoForm .mktoButtonRow .mktoButton {
      background: #fff !important;
      color: #063752 !important; }
  .newsletter-subscription-form-block__body .mktoForm:empty::after {
    content: '';
    display: block;
    margin: 20px auto;
    width: 40px;
    height: 40px;
    border: 2px solid;
    border-right-color: transparent;
    border-radius: 100%;
    -webkit-animation: newsletter-subscription-form-block-loader 1s linear infinite;
            animation: newsletter-subscription-form-block-loader 1s linear infinite; }

@-webkit-keyframes newsletter-subscription-form-block-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes newsletter-subscription-form-block-loader {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.modal-newsletter {
  margin: auto;
  padding: 0;
  width: 600px;
  max-width: calc(100% - 40px);
  min-height: 0;
  max-height: calc(100vh - 40px);
  background: #063752;
  color: #fff; }
  .modal-newsletter__backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }
  .modal-newsletter__inner {
    padding: 35px 45px;
    padding: max(25px, 5.83333%) max(25px, 7.5%); }
  .modal-newsletter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
    font-size: 20px;
    margin-bottom: 20px; }
    .modal-newsletter__header-heading, .modal-newsletter__header-additional {
      display: inline !important;
      margin: 0 !important;
      font: inherit !important;
      color: inherit !important; }
  .modal-newsletter__close {
    border: none;
    border-radius: 0;
    background: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -6px -10px 0 20px;
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    cursor: pointer; }
  .modal-newsletter__body a:not(:focus):not(:hover) {
    color: rgba(255, 255, 255, 0.7); }
  .modal-newsletter__body .mktoForm,
  .modal-newsletter__body .mktoLabel,
  .modal-newsletter__body .mktoAsterix {
    color: #fff !important; }
  .modal-newsletter__body .mktoForm input[type=email] {
    background: #D8E3E8 !important; }
  .modal-newsletter__body .mktoErrorMsg {
    padding-top: 10px !important; }
  .modal-newsletter__body .mktoForm .mktoButtonRow {
    margin-top: 20px !important; }
    .modal-newsletter__body .mktoForm .mktoButtonRow::before {
      content: '';
      display: table;
      clear: both; }
    .modal-newsletter__body .mktoForm .mktoButtonRow .mktoButton {
      background: #fff !important;
      color: #063752 !important; }

.arrowdegree {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  color: #fff; }

.twoColumnBlock .videoBlock-wrapper .col-md-4, .twoColumnBlock .videoBlock-wrapper .col-md-8, .threeColumnBlock .videoBlock-wrapper .col-md-4, .threeColumnBlock .videoBlock-wrapper .col-md-8 {
  max-width: 100% !important;
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important; }

.videoBlock-wrapper .videoBlock-description {
  padding-left: 0 !important; }

.videoBlock-wrapper .title {
  margin-left: 0 !important; }
  .videoBlock-wrapper .title h2 {
    text-indent: 0px !important;
    margin-bottom: 0 !important; }

.WebinarListingPage .listing {
  padding-top: 40px; }
  .WebinarListingPage .listing .tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    .WebinarListingPage .listing .tile:hover .listing__item--title {
      color: #D51067; }
    .WebinarListingPage .listing .tile:hover .listing__item--description {
      opacity: 1; }
  .WebinarListingPage .listing__item {
    padding: 0 0.5rem;
    margin-bottom: 1rem; }
    .WebinarListingPage .listing__item .playBtn {
      position: absolute;
      padding: 10px 13px;
      border: 1px solid #efefef;
      background: #fff;
      cursor: pointer;
      font-size: 0.6rem;
      letter-spacing: 1.7px;
      line-height: inherit;
      bottom: -15px;
      height: 33px;
      left: 0;
      right: 0;
      margin: 0 auto;
      max-width: 33px; }
      .WebinarListingPage .listing__item .playBtn svg.icon_play {
        vertical-align: top; }
    .WebinarListingPage .listing__item--image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333333%;
              flex: 0 0 33.333333%;
      max-width: 33.333333%;
      margin-right: 1rem;
      position: relative; }
      .WebinarListingPage .listing__item--image img {
        width: 100%; }
    .WebinarListingPage .listing__item--title {
      margin: 0;
      font-size: 1.1rem;
      line-height: 1.5rem;
      color: #333;
      -webkit-transition: color 0.15s linear;
      -o-transition: color 0.15s linear;
      transition: color 0.15s linear; }
    .WebinarListingPage .listing__item--description {
      font-size: 0.8rem;
      line-height: 1.2rem;
      font-weight: normal;
      color: #333;
      opacity: 0.8;
      -webkit-transition: opacity 0.15s linear;
      -o-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
    .WebinarListingPage .listing__item--info {
      letter-spacing: 1.5px;
      font-weight: bold;
      font-size: 11px;
      text-transform: uppercase;
      color: #333;
      margin-top: 15px; }
  .WebinarListingPage .listing #videoContainer {
    height: auto;
    z-index: 90; }
    .WebinarListingPage .listing #videoContainer .roundedBtn.close {
      border: 1px solid; }
  .WebinarListingPage .listing .pictureContainer {
    border-bottom: 1px solid #ebebf0;
    border-top: 1px solid #ebebf0; }
    .WebinarListingPage .listing .pictureContainer .video {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 64.25%;
      margin-bottom: 30px;
      border: 1px solid #EBEBF0; }
      .WebinarListingPage .listing .pictureContainer .video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

.WebinarListingPage #videoLayer {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.7;
  z-index: 80; }

@media only screen and (max-width: 768px) {
  .WebinarListingPage .pictureContainer .col-6 .title {
    display: none; }
  .WebinarListingPage .pictureContainer #pictureText {
    padding-top: 30px; } }

@media only screen and (min-width: 992px) {
  .WebinarListingPage .pictureContainer .hidden-phone h4 {
    display: none !important; } }

div.dynamicsForm, div.container-fluid div.dynamicsForm {
  padding-bottom: 40px; }
  div.dynamicsForm form, div.container-fluid div.dynamicsForm form {
    padding: 0;
    max-width: 100%; }
    div.dynamicsForm form *, div.container-fluid div.dynamicsForm form * {
      font-family: arial !important; }
    div.dynamicsForm form div.columnContainer, div.container-fluid div.dynamicsForm form div.columnContainer {
      padding: 0 !important; }
    div.dynamicsForm form div.lp-form-header p, div.container-fluid div.dynamicsForm form div.lp-form-header p {
      font-weight: bold;
      letter-spacing: -1px;
      font-size: 1.5rem !important;
      line-height: 2rem !important;
      color: #333;
      font-family: "RionaSans-Bold", sans-serif; }
    div.dynamicsForm form div.marketing-field, div.dynamicsForm form div.columnContainer, div.container-fluid div.dynamicsForm form div.marketing-field, div.container-fluid div.dynamicsForm form div.columnContainer {
      padding-top: 5px; }
      div.dynamicsForm form div.marketing-field label, div.dynamicsForm form div.columnContainer label, div.container-fluid div.dynamicsForm form div.marketing-field label, div.container-fluid div.dynamicsForm form div.columnContainer label {
        font-weight: bold;
        font-size: 14px;
        margin-top: 10px; }
      div.dynamicsForm form div.marketing-field input[type=text], div.dynamicsForm form div.marketing-field input[type=email], div.dynamicsForm form div.marketing-field input[type=tel], div.dynamicsForm form div.columnContainer input[type=text], div.dynamicsForm form div.columnContainer input[type=email], div.dynamicsForm form div.columnContainer input[type=tel], div.container-fluid div.dynamicsForm form div.marketing-field input[type=text], div.container-fluid div.dynamicsForm form div.marketing-field input[type=email], div.container-fluid div.dynamicsForm form div.marketing-field input[type=tel], div.container-fluid div.dynamicsForm form div.columnContainer input[type=text], div.container-fluid div.dynamicsForm form div.columnContainer input[type=email], div.container-fluid div.dynamicsForm form div.columnContainer input[type=tel] {
        padding: 8px !important;
        margin-bottom: 4px;
        border: solid 1px #dbdbdb !important;
        background: #fafafa;
        font-size: 14px;
        border-radius: 0; }
    div.dynamicsForm form div[data-editorblocktype="Text"], div.container-fluid div.dynamicsForm form div[data-editorblocktype="Text"] {
      padding-top: 20px; }
      div.dynamicsForm form div[data-editorblocktype="Text"] p, div.container-fluid div.dynamicsForm form div[data-editorblocktype="Text"] p {
        line-height: 22px; }
    div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] div.marketing-field, div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] div.marketing-field, div.container-fluid div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] div.marketing-field, div.container-fluid div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] div.marketing-field {
      padding: 0; }
    div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] input[type=checkbox], div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] input[type=checkbox], div.container-fluid div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] input[type=checkbox], div.container-fluid div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] input[type=checkbox] {
      width: auto;
      height: auto;
      float: left;
      margin-top: 5px; }
    div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] label, div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] label, div.container-fluid div.dynamicsForm form div[data-editorblocktype="Field-checkbox"] label, div.container-fluid div.dynamicsForm form div[data-editorblocktype="SubscriptionListBlock"] label {
      font-weight: normal;
      margin-bottom: 0.3em;
      line-height: 22px;
      display: block;
      min-height: 12px;
      padding-left: 22px;
      margin-top: 4px; }
    div.dynamicsForm form button, div.container-fluid div.dynamicsForm form button {
      float: right;
      cursor: pointer;
      padding: 10px 30px !important;
      width: auto !important;
      background: #063752 !important;
      border: 1px solid transparent !important;
      color: #FFFFFF !important;
      font-size: 11px !important;
      font-weight: normal !important;
      font-size: 11px;
      font-weight: bold;
      line-height: 12px;
      text-transform: uppercase;
      border-radius: 100px !important;
      padding: 15px 35px;
      display: inline-block;
      letter-spacing: 2.5px;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      -webkit-transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
      -o-transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out;
      transition: background .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out; }
      div.dynamicsForm form button:hover, div.dynamicsForm form button:focus, div.container-fluid div.dynamicsForm form button:hover, div.container-fluid div.dynamicsForm form button:focus {
        color: #fff !important;
        background-color: #57a1d0 !important; }

div.newsletter-subscription-form-block div.dynamicsForm, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm {
  padding-bottom: 10px; }
  div.newsletter-subscription-form-block div.dynamicsForm form div.lp-form-header p, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.lp-form-header p {
    color: #fff; }
  div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field label, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field label {
    margin-top: 0; }
  div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field span.lp-required, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field span.lp-required {
    color: #fff !important; }
  div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=text], div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=email], div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=tel], div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=text], div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=email], div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div.marketing-field input[type=tel] {
    background-color: #D8E3E8;
    border-radius: 3px; }
  div.newsletter-subscription-form-block div.dynamicsForm form div[data-editorblocktype="Text"], div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div[data-editorblocktype="Text"] {
    padding-top: 20px; }
    div.newsletter-subscription-form-block div.dynamicsForm form div[data-editorblocktype="Text"] p, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form div[data-editorblocktype="Text"] p {
      font-size: 13px;
      line-height: 19px; }
  div.newsletter-subscription-form-block div.dynamicsForm form button, div.container-fluid div.newsletter-subscription-form-block div.dynamicsForm form button {
    background: #fff !important;
    color: #063752 !important; }

/* ===== Usage ===== */
@font-face {
  font-family: "RionaSans-Regular";
  src: url(/Static/fonts/RionaSans/Webfonts/RionaSans-Regular-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/RionaSans-Regular-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RionaSans-Thin";
  src: url(/Static/fonts/RionaSans/Webfonts/Riona-Sans-W04-Thin-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/Riona-Sans-W04-Thin-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RionaSans-Light";
  src: url(/Static/fonts/RionaSans/Webfonts/RionaSans-Light-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/RionaSans-Light-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* ===== Tietoevry New fonts ===== */
@font-face {
  font-family: "Tietoevry-Regular";
  src: url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Regular.woff2), url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Regular.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tietoevry-Thin";
  src: url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Thin.woff2), url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Thin.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tietoevry-Light";
  src: url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Light.woff2), url(/Static/fonts/TietoevrySans/Webfonts/TietoevrySans1-Light.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tietoevry-MultiPixel-Font";
  src: url(/Static/fonts/TietoevrySans/Webfonts/TietoEvryPixel-Multisize.woff2), url(/Static/fonts/TietoevrySans/Webfonts/TietoEvryPixel-Multisize.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Tietoevry-Pixel-Font";
  src: url(/Static/fonts/TietoevrySans/Webfonts/TietoEvryPixel-228.woff2), url(/Static/fonts/TietoevrySans/Webfonts/TietoEvryPixel-228.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

/* ===== old site ===== */
@font-face {
  font-family: "RionaSans-RegularItalic";
  src: url(/Static/fonts/RionaSans/Webfonts/RionaSans-RegularItalic-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/RionaSans-RegularItalic-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RionaSans-Bold";
  src: url(/Static/fonts/RionaSans/Webfonts/RionaSans-Bold-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/RionaSans-Bold-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "RionaSans-Medium";
  src: url(/Static/fonts/RionaSans/Webfonts/RionaSans-Medium-webfont.woff2), url(/Static/fonts/RionaSans/Webfonts/RionaSans-Medium-webfont.woff) format("woff");
  font-weight: normal;
  font-style: normal; }

body.tietoevry2022 {
  font-family: "Tietoevry-Regular" !important; }

body.tietoevry2022 {
  background: #f0efef !important; }

body.FrontPage {
  background: transparent !important; }

.tietoevry2022 {
  color: #000; }
  .tietoevry2022 .title > h2 {
    font-family: "Tietoevry-Thin";
    font-size: 3rem;
    text-indent: 0;
    margin-left: 40px;
    line-height: 3.75rem; }
    .tietoevry2022 .title > h2 span {
      font-family: "Tietoevry-Thin";
      font-weight: inherit; }
  .tietoevry2022 .h2-light {
    font-family: "Tietoevry-Thin";
    font-size: 3rem;
    text-indent: 0;
    line-height: 3.75rem; }
    @media (max-width: 991px) {
      .tietoevry2022 .h2-light {
        font-size: 2rem;
        line-height: 2.5rem; } }
  .tietoevry2022 .aboutUsBlock h2 {
    font-family: "Tietoevry-Regular";
    font-weight: inherit; }
  .tietoevry2022 .container > .title {
    font-family: "Tietoevry-Regular"; }
  .tietoevry2022 h2,
  .tietoevry2022 h3 {
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    letter-spacing: unset; }
  .tietoevry2022 a {
    font-weight: normal;
    color: #000; }
    .tietoevry2022 a:hover {
      text-decoration: none; }
  .tietoevry2022 p a {
    font-weight: bold;
    color: #280071; }
    .tietoevry2022 p a:hover {
      text-decoration: underline !important;
      font-weight: bold; }
  .tietoevry2022 .liftedUp ul li a {
    font-weight: bold;
    color: #280071; }
    .tietoevry2022 .liftedUp ul li a:hover {
      text-decoration: underline !important;
      font-weight: bold; }
  .tietoevry2022 a b, .tietoevry2022 a strong {
    font-weight: bold;
    color: #280071;
    letter-spacing: -0.3px; }
  .tietoevry2022 table td p a, .tietoevry2022 table td a, .tietoevry2022 ol li a {
    font-weight: normal; }
    .tietoevry2022 table td p a:hover, .tietoevry2022 table td a:hover, .tietoevry2022 ol li a:hover {
      text-decoration: underline !important;
      font-weight: normal;
      color: #280071; }
  .tietoevry2022 a {
    letter-spacing: 0px; }
  .tietoevry2022 p, .tietoevry2022 ul {
    letter-spacing: 0px; }
  .tietoevry2022 .text-label {
    color: #000; }
  .tietoevry2022 .small-text {
    font-size: 0.75rem;
    line-height: 1.25rem; }
  .tietoevry2022 .text-secondary {
    color: #6E6259; }
  .tietoevry2022 .boxed h2, .tietoevry2022 .boxed h3, .tietoevry2022 .textBlock h2, .tietoevry2022 .subscribeContent h2, .tietoevry2022 .subscribeContent h3 {
    font-family: "Tietoevry-Regular" !important; }
  .tietoevry2022 .liftedUp.boxed a strong {
    color: #280071; }
  .tietoevry2022 .defaultArrowLink:before {
    background: url(/Static/svg/arrowRight.svg) no-repeat center, #E9EC6B; }
  .tietoevry2022 .majorAnnouncementBlock .date {
    color: #280071; }
  .tietoevry2022 .listing a:hover .title, .tietoevry2022 .listing a:focus .title {
    color: #280071 !important; }

.tietoevry2022 .tietoevry-logo {
  width: 130px;
  height: 24px; }

.tietoevry2022 {
  /*###Tablet(medium)###*/
  /*### Smartphones (portrait and landscape)(small)### */ }
  .tietoevry2022 .tietoEvryFooter {
    background-color: #280071;
    font-family: "Tietoevry-Regular"; }
    .tietoevry2022 .tietoEvryFooter .tietoevry-logo > * {
      fill: #fff !important; }
    .tietoevry2022 .tietoEvryFooter p {
      font-size: 1rem;
      line-height: 1.75rem;
      color: #fff; }
    .tietoevry2022 .tietoEvryFooter a {
      font-size: 1rem;
      line-height: 2.5rem;
      color: #fff; }
      .tietoevry2022 .tietoEvryFooter a:hover, .tietoevry2022 .tietoEvryFooter a:focus {
        text-decoration: underline; }
    .tietoevry2022 .tietoEvryFooter .tietoEvryFooter__label {
      text-transform: none;
      font-weight: normal;
      font-size: 1rem;
      line-height: 2.5rem;
      color: #F7EAE4;
      margin-bottom: .8rem; }
    .tietoevry2022 .tietoEvryFooter .tietoevry-logo {
      width: 265px;
      height: 56px;
      margin-bottom: .8rem; }
      @media (min-width: 778px) and (max-width: 1024px) {
        .tietoevry2022 .tietoEvryFooter .tietoevry-logo {
          width: 165px;
          height: 46px; } }
    .tietoevry2022 .tietoEvryFooter .tietoEvryFooter__copyright {
      border-color: #B1B5CE; }
      .tietoevry2022 .tietoEvryFooter .tietoEvryFooter__copyright p {
        font-size: 0.75rem;
        line-height: 1.25rem;
        color: #B1B5CE; }
  .tietoevry2022 .social-icons__icon + .social-icons__icon {
    margin: 0; }
  @media screen and (min-width: 992px) {
    .tietoevry2022 .tietoEvryFooter__label {
      height: 56px; } }
  @media screen and (max-width: 768px) {
    .tietoevry2022 .tietoEvryFooter__label {
      height: auto; } }

.tietoevry2022 .navbar-secondary .sec-link a {
  letter-spacing: 0.5px; }

@media (min-width: 992px) {
  .tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-link,
  .tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-item > .nav-link {
    font-size: 1rem;
    line-height: 2.5rem;
    text-transform: none;
    padding: 0px 10px;
    letter-spacing: 0.5px; }
    .tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-link:hover,
    .tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-item > .nav-link:hover {
      text-decoration: underline;
      color: #F7EAE4; } }

.tietoevry2022 .navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-link,
.tietoevry2022 .navbar .navbar-nav:hover > .nav-item:not(:hover) > .nav-item:not(:hover) > .nav-link {
  opacity: 1; }

@media (min-width: 992px) {
  .tietoevry2022 .navbar #navbarDropdown {
    padding-left: 150px; } }

@media (min-width: 992px) {
  .tietoevry2022.scrolling .navbar .logo {
    top: 7px; }
  .tietoevry2022.scrolling .navbar .tietoevry-logo {
    width: 130px;
    height: 24px; }
  .tietoevry2022.scrolling .navbar .navbar-nav > .nav-item > .nav-link,
  .tietoevry2022.scrolling .navbar .navbar-nav > .nav-item > .nav-item > .nav-link,
  .tietoevry2022.scrolling .navbar .languageNav__current {
    color: #280071; }
    .tietoevry2022.scrolling .navbar .navbar-nav > .nav-item > .nav-link:hover,
    .tietoevry2022.scrolling .navbar .navbar-nav > .nav-item > .nav-item > .nav-link:hover,
    .tietoevry2022.scrolling .navbar .languageNav__current:hover {
      color: #633231; }
  .tietoevry2022.scrolling .navbar .icon > * {
    fill: #280071 !important; } }

.tietoevry2022 .dynamicNavigation .leftSideText {
  background: #280071; }
  .tietoevry2022 .dynamicNavigation .leftSideText h2 {
    font-family: "Tietoevry-Light";
    font-size: 2rem;
    line-height: 2.5rem;
    margin-bottom: 2.5rem; }
  .tietoevry2022 .dynamicNavigation .leftSideText p {
    color: #F7EAE4 !important;
    opacity: 1;
    font-size: 1rem;
    line-height: 1.75rem; }

.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkHeading .subnavigation-subtitle,
.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkHeading .subnavigation-title,
.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkBody .subnavigation-subtitle,
.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkBody .subnavigation-title {
  color: #000;
  font-family: "Tietoevry-Thin";
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem; }

.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkHeading p,
.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkBody p {
  font-size: 0.75rem;
  line-height: 1.25rem;
  color: #6E6259; }

.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkHeading .subnavarrowLink .rightArrow,
.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkBody .subnavarrowLink .rightArrow {
  padding-top: 3px; }

.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock a {
  color: #280071;
  font-weight: normal; }
  @media (min-width: 992px) {
    .tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock a {
      line-height: 2.5rem;
      margin-bottom: 0; } }
  .tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock a:hover {
    text-decoration: underline; }

.tietoevry2022 .dynamicNavigation .subNavBlock.subNavBlock .arrowLinkBody .icon-arrowBreadcrumb > * {
  fill: #EE3831 !important; }

.tietoevry2022 .navbar-secondary .sec-link span,
.tietoevry2022 .navbar-secondary .languageNav__current {
  font-size: 1rem;
  font-weight: 400;
  text-transform: none; }

.tietoevry2022 .navbar-secondary a:hover {
  text-decoration: none; }

.tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-link, .tietoevry2022 .navbar .navbar-nav > .nav-item > .nav-item > .nav-link {
  font-family: "Tietoevry-Regular"; }

.scrolling .navbar #navbarDropdown {
  background: white; }

.tietoevry2022 .jumbotron .blueBtn {
  background: #EACBBB; }
  .tietoevry2022 .jumbotron .blueBtn.blueBtn:hover {
    background-color: #F7EAE4;
    color: #000;
    text-decoration: none; }

.tietoevry2022 .ReleaseListingPage .blueBtn,
.tietoevry2022 .socialMediaFeedShowMoreBtn, .tietoevry2022 .container .greenBtn, .tietoevry2022 .checkerBlock .blueBtn, .tietoevry2022 .loadMoreContainer .blueBtn,
.tietoevry2022 .standalone-feature-block .blueBtn, .tietoevry2022 .listing .topRightBtn, .tietoevry2022 .infobox .blueBtn {
  background: #EACBBB;
  color: #000;
  font-weight: normal;
  font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .ReleaseListingPage .blueBtn:hover,
  .tietoevry2022 .socialMediaFeedShowMoreBtn:hover, .tietoevry2022 .container .greenBtn:hover, .tietoevry2022 .checkerBlock .blueBtn:hover, .tietoevry2022 .loadMoreContainer .blueBtn:hover,
  .tietoevry2022 .standalone-feature-block .blueBtn:hover, .tietoevry2022 .listing .topRightBtn:hover, .tietoevry2022 .infobox .blueBtn:hover {
    background-color: #F7EAE4;
    color: #000;
    text-decoration: none; }
  .tietoevry2022 .ReleaseListingPage .blueBtn :focus, .tietoevry2022 .ReleaseListingPage .blueBtn :active,
  .tietoevry2022 .socialMediaFeedShowMoreBtn :focus,
  .tietoevry2022 .socialMediaFeedShowMoreBtn :active, .tietoevry2022 .container .greenBtn :focus, .tietoevry2022 .container .greenBtn :active, .tietoevry2022 .checkerBlock .blueBtn :focus, .tietoevry2022 .checkerBlock .blueBtn :active, .tietoevry2022 .loadMoreContainer .blueBtn :focus, .tietoevry2022 .loadMoreContainer .blueBtn :active,
  .tietoevry2022 .standalone-feature-block .blueBtn :focus,
  .tietoevry2022 .standalone-feature-block .blueBtn :active, .tietoevry2022 .listing .topRightBtn :focus, .tietoevry2022 .listing .topRightBtn :active, .tietoevry2022 .infobox .blueBtn :focus, .tietoevry2022 .infobox .blueBtn :active {
    background-color: #F7EAE4; }

.tietoevry2022 .roundedBtn {
  background: #EACBBB;
  color: #000;
  font-weight: normal;
  font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .roundedBtn:hover {
    background-color: #F7EAE4;
    color: #000;
    text-decoration: none; }
  .tietoevry2022 .roundedBtn :focus, .tietoevry2022 .roundedBtn :active {
    background-color: #F7EAE4; }

.tietoevry2022 .contactBlockBtn .greenBtn.roundedBtn {
  width: 100%;
  font-weight: normal; }

@media (max-width: 479px) {
  .tietoevry2022 .contactBlockBtn .roundedBtn {
    font-size: 1rem !important;
    padding: 0;
    height: 50px;
    width: 50px !important;
    background: #EACBBB !important;
    border-radius: 50px !important; }
  .tietoevry2022 .contactBlockBtn .icon {
    margin-top: 13px; } }

.tietoevry2022 .listing .topRightBtn {
  border: none; }

.tietoevry2022 .roundedBtn {
  text-transform: initial;
  font-size: 1rem;
  border-radius: 0 !important;
  letter-spacing: normal;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-family: "Tietoevry-Regular"; }
  @media (max-width: 479px) {
    .tietoevry2022 .roundedBtn {
      font-size: 1rem !important;
      padding: 15px 35px; } }

.tietoevry2022 .socialMediaFeedShowMoreBtn, .tietoevry2022 .loadMoreContainer .blueBtn, .tietoevry2022 .listing .blueBtn {
  background-color: #B1B5CE;
  font-weight: normal;
  font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .socialMediaFeedShowMoreBtn:hover, .tietoevry2022 .loadMoreContainer .blueBtn:hover, .tietoevry2022 .listing .blueBtn:hover {
    background-color: #E0E1E8;
    color: #000 !important; }
  .tietoevry2022 .socialMediaFeedShowMoreBtn:focus, .tietoevry2022 .loadMoreContainer .blueBtn:focus, .tietoevry2022 .listing .blueBtn:focus {
    background-color: #B1B5CE;
    color: #000 !important; }

.tietoevry2022 .mktoForm .mktoButtonRow .mktoButton, .tietoevry2022 .cdForm .mktoButtonRow .mktoButton {
  border-radius: 0px !important;
  background-color: #EACBBB !important;
  color: #000 !important;
  font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .mktoForm .mktoButtonRow .mktoButton:hover, .tietoevry2022 .cdForm .mktoButtonRow .mktoButton:hover {
    background-color: #F7EAE4 !important;
    color: #000 !important; }

.tietoevry2022 .aboutUsBlock .arrowLink {
  color: #280071;
  font-family: "Tietoevry-Regular";
  text-transform: initial;
  padding-left: 40px; }
  .tietoevry2022 .aboutUsBlock .arrowLink::before {
    background: #E9EC6B;
    width: 30px;
    height: 30px; }
  .tietoevry2022 .aboutUsBlock .arrowLink svg {
    width: 11px;
    height: 11px;
    left: 7px; }
  .tietoevry2022 .aboutUsBlock .arrowLink svg > * {
    stroke: #000 !important; }

.tietoevry2022 .aboutUsBlock .readmore-blog-link .right-link-block a {
  color: #EE3831;
  font-family: "Tietoevry-Regular";
  text-transform: initial; }
  .tietoevry2022 .aboutUsBlock .readmore-blog-link .right-link-block a span {
    color: #280071; }

.tietoevry2022 .blogBlock__tile--readmore {
  text-transform: initial; }
  .tietoevry2022 .blogBlock__tile--readmore span {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-family: "Tietoevry-Regular";
    background-color: #E9EC6B;
    margin-right: 10px; }
    .tietoevry2022 .blogBlock__tile--readmore span .icon-arrowLink {
      height: 12px;
      width: 12px;
      margin-top: 6px; }
  .tietoevry2022 .blogBlock__tile--readmore svg * {
    stroke: #000 !important; }

.tietoevry2022 .newsCaseBlock .summary .read-story .readthis-story {
  color: #280071;
  font-family: "Tietoevry-Regular";
  text-transform: initial;
  padding-left: 40px; }
  .tietoevry2022 .newsCaseBlock .summary .read-story .readthis-story::before {
    background: #E9EC6B;
    width: 30px;
    height: 30px; }
  .tietoevry2022 .newsCaseBlock .summary .read-story .readthis-story svg {
    left: 11px;
    height: 11px; }
  .tietoevry2022 .newsCaseBlock .summary .read-story .readthis-story svg > * {
    stroke: #000 !important; }

.tietoevry2022 .mktoForm .mktoButtonRow .mktoButton, .tietoevry2022 .cdForm .mktoButtonRow .mktoButton {
  text-transform: unset !important;
  font-size: 1rem !important;
  letter-spacing: 0.5px;
  font-weight: normal !important; }

.tietoevry2022 .videoBlock .playBtn {
  background: #EACBBB;
  border: none; }
  .tietoevry2022 .videoBlock .playBtn:hover {
    background-color: #F7EAE4;
    color: #000;
    text-decoration: none; }

.tietoevry2022 .local-video-block_desktop .playBtn,
.tietoevry2022 .local-video-block_mobile .playBtn {
  padding: 5px 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
  line-height: inherit;
  font-size: 1rem;
  color: #fff;
  font-family: "Tietoevry-Regular"; }

.tietoevry2022 .ticker__titleheading {
  font-family: "Tietoevry-Regular";
  font-size: 2rem;
  letter-spacing: normal; }

.tietoevry2022 .ticker__title, .tietoevry2022 .ticker__date {
  font-weight: normal !important;
  font-size: 0.75rem !important;
  font-family: "Tietoevry-Regular" !important;
  color: #fff;
  line-height: 18px !important; }

.tietoevry2022 .newsCaseBlock .summary .text {
  color: #623231;
  font-family: "Tietoevry-Regular" !important;
  font-weight: normal !important;
  font-size: 1rem; }

.tietoevry2022 .newsCaseBlock .title h3 {
  font-weight: normal !important;
  font-family: "Tietoevry-Regular";
  text-transform: unset; }

.tietoevry2022 .newsCaseBlock .all-success-stories a {
  color: #f9423a;
  font-family: "Tietoevry-Regular";
  text-transform: initial; }
  .tietoevry2022 .newsCaseBlock .all-success-stories a span {
    color: #280071; }

.tietoevry2022 div:not(.relatedContent) > .blockWrapper_newsCaseBlock .case.tietoshadow {
  -webkit-box-shadow: none;
          box-shadow: none; }

.tietoevry2022 .blockWrapper_socialMediaFeedBlock .socialMediaFeedBlock .bottomPanel {
  background-color: #53565A; }
  .tietoevry2022 .blockWrapper_socialMediaFeedBlock .socialMediaFeedBlock .bottomPanel span {
    color: #fff; }

.tietoevry2022 .socialMediaFeedBlock .icon_twitter > * {
  fill: #E0E1EB !important; }

.tietoevry2022 .socialMediaFeedBlock .twitterFooter a .icon_retweet {
  height: 17px; }

.tietoevry2022 .socialMediaFeedBlock .twitterFooter a .icon > * {
  fill: #633231 !important; }

.tietoevry2022 .socialMediaFeedBlock .twitterFooter a:hover .icon > *,
.tietoevry2022 .socialMediaFeedBlock .twitterFooter a:focus .icon > * {
  fill: #280071 !important; }

.tietoevry2022.CorporateFocusPage .blockWrapper_socialMediaFeedBlock .socialMediaFeedBlock .bottomPanel {
  background-color: #6E6259; }
  .tietoevry2022.CorporateFocusPage .blockWrapper_socialMediaFeedBlock .socialMediaFeedBlock .bottomPanel span {
    color: #fff; }

.tietoevry2022 .aboutUsBlock h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #623231; }

.tietoevry2022 .aboutUsBlock.justify-content-end h2 {
  color: #071D49; }

.tietoevry2022 .aboutUsBlock p {
  line-height: 1.75rem;
  color: #000; }

.tietoevry2022 .aboutUsBlock.aligned-right .aboutUsBlock-imagebox {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0; }

.tietoevry2022 .aboutUsBlock.aligned-right .aboutUsBlock-textbox {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.tietoevry2022 .aboutUsBlock.aligned-left .aboutUsBlock-imagebox {
  padding-right: 0; }

.tietoevry2022 .standalone-feature-container-with-columns {
  margin-top: 60px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .tietoevry2022 .standalone-feature-container-with-columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .tietoevry2022 .standalone-feature-container-with-columns {
      margin-bottom: 0;
      margin-top: 0; } }

.tietoevry2022 .standalone-feature-block.full-width {
  margin-left: -15px;
  margin-right: -15px; }
  .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 767px) {
      .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 0; } }
  .tietoevry2022 .standalone-feature-block.full-width h2 {
    color: #071D49; }
  @media (min-width: 768px) {
    .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock-textbox {
      padding: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock-textbox {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock__textbox {
    padding: 30px; }
    @media (min-width: 1800px) {
      .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock__textbox {
        max-width: 670px; } }
    @media (min-width: 1600px) and (max-width: 1799px) {
      .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock__textbox {
        max-width: 620px; } }
    @media (min-width: 1200px) and (max-width: 1599px) {
      .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock__textbox {
        max-width: 540px; } }
    @media (max-width: 767px) {
      .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock__textbox {
        padding: 40px 20px; } }
  @media (min-width: 768px) {
    .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock-imagebox {
      margin-bottom: -45px;
      margin-top: -45px; } }
  @media (max-width: 767px) {
    .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock-imagebox {
      padding-right: 0;
      min-height: 300px;
      padding-left: 0;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; } }
  .tietoevry2022 .standalone-feature-block.full-width .aboutUsBlock-image {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%; }

.social-icons_floating {
  background: #26D07C; }
  .social-icons_floating a {
    display: block;
    padding: 4px 0;
    margin: 4px 0;
    text-align: center; }
  .social-icons_floating .icon > * {
    fill: #fff !important; }

.tietoevry2022 .blogBlock {
  background-color: #53565A; }
  .tietoevry2022 .blogBlock__tile h3 {
    font-family: "Tietoevry-Regular";
    font-size: 2rem;
    line-height: 2.5rem; }
  .tietoevry2022 .blogBlock__readAllLink {
    text-transform: initial;
    font-size: 1rem;
    color: #fff; }
    .tietoevry2022 .blogBlock__readAllLink:hover {
      color: #fff; }
  .tietoevry2022 .blogBlock__readAllLink--icon {
    color: #f9423a; }
  .tietoevry2022 .blogBlock__readAllLink--icon::after {
    background: #f9423a; }
  .tietoevry2022 .blogBlock__tile--text {
    font-size: 1rem;
    line-height: 1.75rem;
    font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .blogBlock__tile--readmore {
    font-size: 1rem;
    font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .blogBlock__tile--info {
    font-size: 0.75rem;
    font-family: "Tietoevry-Regular";
    color: #F7EAE4; }

.tietoevry2022 .offeringPromotion .title {
  font-size: 2rem;
  font-family: "Tietoevry-Regular";
  font-weight: normal;
  color: #071D49;
  line-height: 2.5rem; }
  .tietoevry2022 .offeringPromotion .title h3.title:hover {
    text-decoration: underline;
    color: #633231; }

.tietoevry2022 .offeringPromotion .offering:hover h3 {
  text-decoration: underline;
  color: #633231; }

.tietoevry2022 .headingBlock {
  border-bottom: 0; }
  .tietoevry2022 .headingBlock .leftSideText {
    background: #280071; }
    .tietoevry2022 .headingBlock .leftSideText h2 {
      font-family: "Tietoevry-Light";
      font-size: 2rem;
      line-height: 2.5rem;
      margin-bottom: 2.5rem; }
    .tietoevry2022 .headingBlock .leftSideText p {
      opacity: 1; }
      @media (max-width: 767px) {
        .tietoevry2022 .headingBlock .leftSideText p {
          font-size: 1rem;
          line-height: 1.75rem; } }
    .tietoevry2022 .headingBlock .leftSideText.col-md-9 {
      background: #fff; }
      .tietoevry2022 .headingBlock .leftSideText.col-md-9 h2 {
        font-family: "Tietoevry-Regular";
        color: #280071;
        font-weight: normal; }
      .tietoevry2022 .headingBlock .leftSideText.col-md-9 p {
        color: #000; }
  .tietoevry2022 .headingBlock .subNavBlock .subnavigation-subtitle,
  .tietoevry2022 .headingBlock .subNavBlock .subnavigation-title {
    font-family: "Tietoevry-Light";
    font-size: 2rem;
    font-weight: normal;
    line-height: 2.5rem;
    color: #000; }
  .tietoevry2022 .headingBlock .contactBlock h2 {
    font-weight: normal;
    font-family: "Tietoevry-Regular";
    font-size: 1rem; }
  .tietoevry2022 .headingBlock .contactBlock p {
    font-size: 0.75rem;
    color: #6E6259; }

.tietoevry2022.CorporateFocusPage .headingBlock .leftSideText {
  background: #280071; }
  .tietoevry2022.CorporateFocusPage .headingBlock .leftSideText h2 {
    font-size: 2rem;
    line-height: 2.5rem; }
  .tietoevry2022.CorporateFocusPage .headingBlock .leftSideText.col-md-9 {
    color: #000; }
    .tietoevry2022.CorporateFocusPage .headingBlock .leftSideText.col-md-9 h2 {
      color: #280071; }

@media (max-width: 991px) {
  .tietoevry2022.CorporateFocusPage .headingBlock .leftSideText,
  .tietoevry2022.CorporateFocusPage .headingBlock .subNavBlock {
    padding: 30px; } }

.tietoevry2022.FocusPage .headingBlock .leftSideText {
  background: #280071; }
  .tietoevry2022.FocusPage .headingBlock .leftSideText.col-md-9 {
    color: #000; }
    .tietoevry2022.FocusPage .headingBlock .leftSideText.col-md-9 h2 {
      color: #280071;
      font-family: "Tietoevry-Regular"; }
  .tietoevry2022.FocusPage .headingBlock .leftSideText h2 {
    font-size: 2rem;
    line-height: 2.5rem; }

.tietoevry2022.CorporateEntrancePage .headingBlock .leftSideText h2 {
  font-size: 2rem;
  line-height: 2.5rem; }

.tietoevry2022 .rightSideLifts {
  background: #F8F7F7;
  border-left: 1px solid #F7EAE4; }

.tietoevry2022 .boxes h2 {
  font-family: "Tietoevry-Regular"; }

.tietoevry2022 .boxes .arrowLink {
  text-transform: none;
  line-height: 1.25rem;
  padding-left: 40px; }
  .tietoevry2022 .boxes .arrowLink:before {
    background: #E9EC6B;
    height: 30px;
    width: 30px; }
  .tietoevry2022 .boxes .arrowLink .icon-arrowLink {
    width: 11px;
    height: 11px;
    left: 10px; }
    .tietoevry2022 .boxes .arrowLink .icon-arrowLink > * {
      stroke: #000 !important; }
  .tietoevry2022 .boxes .arrowLink span:hover {
    text-decoration: underline; }

.tietoevry2022 .boxes .col-lg-6 h2 {
  font-weight: normal; }

.tietoevry2022 .boxes > .col-lg-6:first-child .col-md-12 h2,
.tietoevry2022 .boxes > .col-md-12 .col-md-12 h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 2.5rem;
  font-weight: normal; }

.tietoevry2022 .boxes > .col-lg-6:last-child p {
  font-size: 1rem;
  line-height: 1.75rem; }

.tietoevry2022 .boxes > .col-lg-6:last-child h2 {
  font-size: 1.5rem;
  font-weight: normal; }

.tietoevry2022 .boxes.tiles_3 > .col-lg-6:last-child .col-md-6:not(:first-child) h2,
.tietoevry2022 .boxes.tiles_3 > .col-lg-6:last-child .col-md-12:not(:first-child) h2, .tietoevry2022 .boxes.tiles_4 > .col-lg-6:last-child .col-md-6:not(:first-child) h2,
.tietoevry2022 .boxes.tiles_4 > .col-lg-6:last-child .col-md-12:not(:first-child) h2, .tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:not(:first-child) h2,
.tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-12:not(:first-child) h2 {
  color: #071D49; }

.tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(2) {
  background-color: #D3D0CD;
  color: #000; }
  .tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(2) a {
    color: #280071; }

.tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(3) {
  color: #000; }

.tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:nth-child(4) {
  background-color: #fff;
  color: #000; }

.tietoevry2022 .boxes.tiles_5 > .col-lg-6:last-child .col-md-6:first-child a {
  color: #fff; }

.tietoevry2022 .boxes.tiles_5.red > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_5.orange > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_5.blue > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071 !important; }

.tietoevry2022 .boxes.tiles_5.green > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_5.grey > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_5.warmred > .col-lg-6:last-child .col-md-6:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_5.red > .col-lg-6:last-child .col-md-6:nth-child(3), .tietoevry2022 .boxes.tiles_5.orange > .col-lg-6:last-child .col-md-6:nth-child(3), .tietoevry2022 .boxes.tiles_5.blue > .col-lg-6:last-child .col-md-6:nth-child(3), .tietoevry2022 .boxes.tiles_5.green > .col-lg-6:last-child .col-md-6:nth-child(3), .tietoevry2022 .boxes.tiles_5.grey > .col-lg-6:last-child .col-md-6:nth-child(3), .tietoevry2022 .boxes.tiles_5.warmred > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #F7EAE4; }

.tietoevry2022 .boxes.tiles_4 > .col-lg-6:last-child .col-md-6:nth-child(2) {
  background-color: #F7EAE4;
  color: #000; }

.tietoevry2022 .boxes.tiles_4 > .col-lg-6:last-child .col-md-6:nth-child(3) {
  background-color: #fff;
  color: #000; }

.tietoevry2022 .boxes.tiles_3 > .col-lg-6:last-child .col-md-12:nth-child(2) {
  background-color: #fff;
  color: #000; }

.tietoevry2022 .boxes.tiles_4 .col-lg-6:last-child .col-md-12:first-child a, .tietoevry2022 .boxes.tiles_3 .col-lg-6:last-child .col-md-12:first-child a {
  color: #fff; }

.tietoevry2022 .boxes.tiles_4.red > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.red > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_4.orange > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.orange > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_4.blue > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.blue > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_4.green > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.green > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_4.grey > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.grey > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .boxes.tiles_4.warmred > .col-lg-6:last-child .col-md-12:first-child, .tietoevry2022 .boxes.tiles_3.warmred > .col-lg-6:last-child .col-md-12:first-child {
  background-color: #280071; }

.tietoevry2022 .checkerBlock h2 {
  font-family: "Tietoevry-Regular";
  font-size: 2rem;
  color: #071D49; }

.tietoevry2022 .checkerBlock p {
  font-family: "Tietoevry-Regular";
  color: #000; }

.tietoevry2022 .checkerBlock .blueBtn {
  background-color: #B1B5CE;
  font-weight: normal; }
  .tietoevry2022 .checkerBlock .blueBtn:hover {
    background-color: #E0E1E8; }

.block-header {
  margin-left: -15px;
  margin-right: -15px; }
  @media (max-width: 767px) {
    .block-header {
      padding-left: 20px;
      padding-right: 20px; }
      .block-header .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (min-width: 992px) {
    .block-header .title {
      padding-left: 40px; } }
  .block-header .title h2 {
    margin-left: 0; }
  .block-header a {
    white-space: nowrap; }
    @media (min-width: 992px) {
      .block-header a {
        padding-right: 40px; } }
    .block-header a:before {
      content: "-›";
      display: inline-block;
      color: #f9423a; }

.business-label-block {
  margin-bottom: 50px; }
  .business-label-block .block-header {
    background: #280071;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .business-label-block .block-header h2 {
      color: #fff; }
    .business-label-block .block-header a {
      color: #fff; }
  .business-label-block .block-item {
    padding: 30px;
    border-bottom: 1px solid #E2E0DE;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .business-label-block .block-item a:hover {
      text-decoration: none; }
      .business-label-block .block-item a:hover .linkText {
        text-decoration: underline; }
      .business-label-block .block-item a:hover p {
        text-decoration: none; }
    .business-label-block .block-item p {
      margin-bottom: 0.5rem; }
    .business-label-block .block-item > div {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media (min-width: 1800px) {
        .business-label-block .block-item > div {
          max-width: 670px; } }
      @media (min-width: 1600px) and (max-width: 1799px) {
        .business-label-block .block-item > div {
          max-width: 620px; } }
      @media (min-width: 1200px) and (max-width: 1599px) {
        .business-label-block .block-item > div {
          max-width: 540px; } }
    .business-label-block .block-item.block-item-left {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: end; }
    .business-label-block .block-item.block-item-right h3 {
      color: #071D49; }
    @media (min-width: 768px) {
      .business-label-block .block-item.block-item-right {
        border-left: 1px solid #E2E0DE; } }
    .business-label-block .block-item:nth-child(2) {
      background: #FAFAFA; }
      @media (min-width: 768px) {
        .business-label-block .block-item:nth-child(2) {
          -webkit-box-ordinal-group: 4;
              -ms-flex-order: 3;
                  order: 3; } }
    .business-label-block .block-item:nth-child(3) {
      background: #F6F6F7; }
      @media (min-width: 768px) {
        .business-label-block .block-item:nth-child(3) {
          -webkit-box-ordinal-group: 6;
              -ms-flex-order: 5;
                  order: 5; } }
    @media (min-width: 768px) {
      .business-label-block .block-item:nth-child(4) {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    .business-label-block .block-item:nth-child(5) {
      background: #FAFAFA; }
      @media (min-width: 768px) {
        .business-label-block .block-item:nth-child(5) {
          -webkit-box-ordinal-group: 5;
              -ms-flex-order: 4;
                  order: 4; } }
    .business-label-block .block-item:nth-child(6) {
      background: #F6F6F7; }
      @media (min-width: 768px) {
        .business-label-block .block-item:nth-child(6) {
          -webkit-box-ordinal-group: 7;
              -ms-flex-order: 6;
                  order: 6; } }
    .business-label-block .block-item h3 {
      margin-top: 0;
      padding-bottom: 0;
      color: #623231; }
      @media (min-width: 992px) {
        .business-label-block .block-item h3 {
          margin-bottom: 0; } }
  .business-label-block .linkText {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    margin-bottom: 1rem;
    margin-top: 0.5rem; }
    .business-label-block .linkText svg {
      width: 15px;
      height: 15px; }
      .business-label-block .linkText svg > * {
        fill: #EE3831 !important; }

.tietoevry2022 .jumbotron p {
  opacity: unset;
  font-family: "Tietoevry-Regular"; }

.latest-releases-list-block {
  background: #F8F7F7; }
  .latest-releases-list-block.blockWrapper.blockWrapper {
    padding-bottom: 0; }
  .latest-releases-list-block .block-header {
    padding-bottom: 20px; }
  .latest-releases-list-block .latest-releases-list {
    background: #fff;
    padding-top: 30px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
    .latest-releases-list-block .latest-releases-list .latest-releases-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 55px; }
    .latest-releases-list-block .latest-releases-list .block-tile-info {
      color: #280071;
      margin-bottom: 15px; }
    .latest-releases-list-block .latest-releases-list p {
      margin-bottom: 2rem; }
  .latest-releases-list-block .arrowLink {
    margin-top: auto; }
  .latest-releases-list-block .arrowLink {
    text-transform: none;
    line-height: 1.25rem;
    padding-left: 40px; }
    .latest-releases-list-block .arrowLink:before {
      content: '';
      border-radius: 50%;
      z-index: 0;
      display: block;
      position: absolute;
      left: 2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #E9EC6B;
      height: 30px;
      width: 30px; }
    .latest-releases-list-block .arrowLink .icon-arrowLink {
      width: 11px;
      height: 11px;
      left: 8px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-animation: none;
              animation: none; }
      .latest-releases-list-block .arrowLink .icon-arrowLink > * {
        stroke: #000 !important; }

.tietoevry2022 #cconsent-bar {
  background: #280071 !important; }
  .tietoevry2022 #cconsent-bar .ccb__wrapper .cc-text {
    color: #fff;
    font-size: 1rem; }
  .tietoevry2022 #cconsent-bar .ccb__wrapper .consent-give {
    background-color: #EACBBB !important;
    border-radius: 0px !important; }
  .tietoevry2022 #cconsent-bar .ccb__wrapper .ccb__button a, .tietoevry2022 #cconsent-bar .ccb__wrapper .ccb__button button {
    color: #000; }
  .tietoevry2022 #cconsent-bar .ccb__wrapper .ccb__edit {
    background: #B1B5CE;
    border-radius: 0px !important; }

.tietoevry2022 .container-fluid .videoBlock {
  margin-bottom: 50px;
  padding: 0; }

.tietoevry2022 .container-fluid .videoBlock-wrapper h2 {
  color: #000;
  margin-left: 0px; }

.tietoevry2022 .container-fluid .videoBlock-description {
  font-family: "Tietoevry-Regular";
  font-size: 1rem;
  font-weight: normal;
  color: #000 !important; }

.tietoevry2022 .videoBlock .buttonWrapper .icon_play {
  vertical-align: middle; }

.tietoevry2022 {
  /* Event - landing page */ }
  .tietoevry2022 .relatedEvents, .tietoevry2022 .relatedContent {
    background-color: #F8F7F7 !important; }
  .tietoevry2022 .listingRow:hover .title {
    color: #280071 !important; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item:hover h3, .tietoevry2022 .EventLandingPage__content .eventTiles__item:hover div, .tietoevry2022 .EventLandingPage__content .eventTiles__item:hover div span, .tietoevry2022 .EventLandingPage__content .blogTiles__item:hover h3, .tietoevry2022 .EventLandingPage__content .blogTiles__item:hover div, .tietoevry2022 .EventLandingPage__content .blogTiles__item:hover div span, .tietoevry2022 .BlogLandingPage__content .eventTiles__item:hover h3, .tietoevry2022 .BlogLandingPage__content .eventTiles__item:hover div, .tietoevry2022 .BlogLandingPage__content .eventTiles__item:hover div span, .tietoevry2022 .BlogLandingPage__content .blogTiles__item:hover h3, .tietoevry2022 .BlogLandingPage__content .blogTiles__item:hover div, .tietoevry2022 .BlogLandingPage__content .blogTiles__item:hover div span {
    color: #280071; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item--highlighted .title, .tietoevry2022 .EventLandingPage__content .blogTiles__item--highlighted .title, .tietoevry2022 .BlogLandingPage__content .eventTiles__item--highlighted .title, .tietoevry2022 .BlogLandingPage__content .blogTiles__item--highlighted .title {
    color: #fff !important;
    font-size: 2rem !important;
    line-height: 2.5rem !important; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item--highlighted .infoText, .tietoevry2022 .EventLandingPage__content .blogTiles__item--highlighted .infoText, .tietoevry2022 .BlogLandingPage__content .eventTiles__item--highlighted .infoText, .tietoevry2022 .BlogLandingPage__content .blogTiles__item--highlighted .infoText {
    color: #F7EAE4 !important; }
    .tietoevry2022 .EventLandingPage__content .eventTiles__item--highlighted .infoText span, .tietoevry2022 .EventLandingPage__content .blogTiles__item--highlighted .infoText span, .tietoevry2022 .BlogLandingPage__content .eventTiles__item--highlighted .infoText span, .tietoevry2022 .BlogLandingPage__content .blogTiles__item--highlighted .infoText span {
      font-weight: normal;
      color: #F7EAE4 !important; }
    .tietoevry2022 .EventLandingPage__content .eventTiles__item--highlighted .infoText:hover, .tietoevry2022 .EventLandingPage__content .blogTiles__item--highlighted .infoText:hover, .tietoevry2022 .BlogLandingPage__content .eventTiles__item--highlighted .infoText:hover, .tietoevry2022 .BlogLandingPage__content .blogTiles__item--highlighted .infoText:hover {
      color: #E9EC6B !important; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item .infoText, .tietoevry2022 .EventLandingPage__content .blogTiles__item .infoText, .tietoevry2022 .BlogLandingPage__content .eventTiles__item .infoText, .tietoevry2022 .BlogLandingPage__content .blogTiles__item .infoText {
    color: #6E6259;
    font-weight: normal; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item .title, .tietoevry2022 .EventLandingPage__content .blogTiles__item .title, .tietoevry2022 .BlogLandingPage__content .eventTiles__item .title, .tietoevry2022 .BlogLandingPage__content .blogTiles__item .title {
    margin: 5px 0 10px 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.75rem;
    -webkit-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    color: #633231; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item .description, .tietoevry2022 .EventLandingPage__content .blogTiles__item .description, .tietoevry2022 .BlogLandingPage__content .eventTiles__item .description, .tietoevry2022 .BlogLandingPage__content .blogTiles__item .description {
    color: #000;
    opacity: unset; }
  .tietoevry2022 .EventLandingPage__content .eventTiles__item :hover.description, .tietoevry2022 .EventLandingPage__content .blogTiles__item :hover.description, .tietoevry2022 .BlogLandingPage__content .eventTiles__item :hover.description, .tietoevry2022 .BlogLandingPage__content .blogTiles__item :hover.description {
    opacity: unset; }
  .tietoevry2022 .EventLandingPage__industries--titleWithFilters .title > h2, .tietoevry2022 .BlogLandingPage__industries--titleWithFilters .title > h2 {
    color: #280071; }
  .tietoevry2022 .EventLandingPage__industries .listingResults .listingRow .textViewDate .day, .tietoevry2022 .BlogLandingPage__industries .listingResults .listingRow .textViewDate .day {
    color: #6E6259;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    font-size: 1.5rem; }
  .tietoevry2022 .EventLandingPage__industries--results .textViewSumary .title, .tietoevry2022 .BlogLandingPage__industries--results .textViewSumary .title {
    color: #6E6259;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  .tietoevry2022 .EventLandingPage__industries--results .listingRow:not(:hover) .textViewSumary p:not(p), .tietoevry2022 .BlogLandingPage__industries--results .listingRow:not(:hover) .textViewSumary p:not(p) {
    font-family: "Tietoevry-Regular";
    color: #000; }
  .tietoevry2022 .EventLandingPage__industries--results .textViewSumary p, .tietoevry2022 .BlogLandingPage__industries--results .textViewSumary p {
    font-family: "Tietoevry-Regular";
    color: #000; }
  .tietoevry2022 .EventLandingPage__industries--results .textViewSumary .subTitle, .tietoevry2022 .BlogLandingPage__industries--results .textViewSumary .subTitle {
    opacity: unset;
    text-transform: none;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    color: #6E6259; }
  .tietoevry2022 .EventLandingPage__industries--results .title, .tietoevry2022 .BlogLandingPage__industries--results .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #633231; }
  .tietoevry2022 .upcomingEvents .title-side-border h3 {
    color: #280071;
    font-size: 2rem; }
  .tietoevry2022 .upcomingEvents__item {
    display: block;
    margin-bottom: 15px;
    color: #000; }
    .tietoevry2022 .upcomingEvents__item--info {
      font-size: 14px;
      opacity: unset;
      color: #6E6259;
      margin-bottom: 5px; }
      .tietoevry2022 .upcomingEvents__item--info span {
        font-weight: normal; }
    .tietoevry2022 .upcomingEvents__item--title {
      font-size: 1rem;
      font-weight: normal;
      letter-spacing: 0;
      line-height: 1.25rem;
      color: #000 !important; }
      .tietoevry2022 .upcomingEvents__item--title:hover {
        color: #280071 !important; }
  .tietoevry2022 .blogTiles__item .blog-info {
    font-size: 0.75rem;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #6E6259; }
    .tietoevry2022 .blogTiles__item .blog-info .theme {
      font-weight: normal;
      color: #6E6259; }
  .tietoevry2022 .relatedBlogs .blogTiles__item:hover .blog-info, .tietoevry2022 .relatedBlogs .blogTiles__item:hover .blog-info .theme, .tietoevry2022 .relatedBlogs .blogTiles__item:hover .title {
    color: #280071 !important; }
  .tietoevry2022 .blockWrapper_releaseBlock {
    background: #F8F7F7; }
  .tietoevry2022 .release-block .title > h2 {
    color: #280071; }
  .tietoevry2022 .BlogLandingPage__industries, .tietoevry2022 .BlogThemePage__industries, .tietoevry2022 .EventLandingPage__industries, .tietoevry2022 .EventPage .relatedEvents {
    background: #F8F7F7; }
  .tietoevry2022 .featured-event-block a:hover.eventTiles__item--highlighted .infoText, .tietoevry2022 .two-column-manually-featured-blog-posts-block a:hover.blogTiles__item--highlighted .infoText, .tietoevry2022 .two-column-manually-featured-blog-posts-block a:hover.blogTiles__item--highlighted .infoText span {
    color: #E9EC6B !important; }
  .tietoevry2022 .listingResults a:hover.listingResults__item .blog-info,
  .tietoevry2022 .listingResults a:hover.listingResults__item .blog-info .theme,
  .tietoevry2022 .listingResults a:hover.listingResults__item .title {
    color: #280071 !important; }
  .tietoevry2022 .eventResults .title > h2, .tietoevry2022 .blogTiles__item .title > h2 {
    color: #280071; }
  .tietoevry2022 .eventResults .textViewSumary .title, .tietoevry2022 .blogTiles__item .textViewSumary .title {
    color: #6E6259;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    font-size: 1.5rem;
    margin-bottom: 0.5rem; }
  .tietoevry2022 .eventResults .listingRow:not(:hover) .textViewSumary p:not(p), .tietoevry2022 .blogTiles__item .listingRow:not(:hover) .textViewSumary p:not(p) {
    font-family: "Tietoevry-Regular";
    color: #000; }
  .tietoevry2022 .eventResults .textViewSumary p, .tietoevry2022 .blogTiles__item .textViewSumary p {
    font-family: "Tietoevry-Regular";
    color: #000; }
  .tietoevry2022 .eventResults .textViewSumary .subTitle, .tietoevry2022 .blogTiles__item .textViewSumary .subTitle {
    opacity: unset;
    text-transform: none;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    color: #6E6259; }
  .tietoevry2022 .eventResults .title, .tietoevry2022 .blogTiles__item .title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    color: #633231; }
  .tietoevry2022 .eventResults .textViewDate .day, .tietoevry2022 .blogTiles__item .textViewDate .day {
    color: #6E6259;
    font-family: "Tietoevry-Regular";
    font-weight: normal;
    font-size: 1.5rem; }
  .tietoevry2022 .tietoshadow, .tietoevry2022 body.CorporateFocusPage .highlightShadow, .tietoevry2022 body.FocusPage .highlightShadow, .tietoevry2022 body.ProductServicePage .highlightShadow, .tietoevry2022 body.CorporateEntrancePage .highlightShadow, .tietoevry2022 .moreShadowOnHover:hover, .tietoevry2022 .moreShadowOnHover:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .tietoevry2022 .BlogLandingPage__content--recent .sideBlock {
    background: #53565A; }
  .tietoevry2022 .BlogPostPage__content--main .title > h2 {
    margin-left: 0; }
  .tietoevry2022 .blog-post-quote-block .quote {
    padding-left: 15px; }
  .tietoevry2022 .BlogLandingPage__bottomArea .BlogLandingPage__industries .BlogLandingPage__industries--titleWithFilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tietoevry2022 .BlogLandingPage__bottomArea .BlogLandingPage__industries .BlogLandingPage__industries--titleWithFilters .blogsFilterCategory {
      margin-left: 40px; }
    .tietoevry2022 .BlogLandingPage__bottomArea .BlogLandingPage__industries .BlogLandingPage__industries--titleWithFilters .title {
      padding-bottom: 10px; }
    .tietoevry2022 .BlogLandingPage__bottomArea .BlogLandingPage__industries .BlogLandingPage__industries--titleWithFilters > div {
      -ms-flex-item-align: auto;
          align-self: auto; }

.tietoevry2022 .sideBlock {
  background: #F8F7F7; }
  .tietoevry2022 .sideBlock.bg-grey {
    background: #F8F7F7; }
  .tietoevry2022 .sideBlock.bg-blue {
    background: #F8F7F7; }
  .tietoevry2022 .sideBlock .title-with-border {
    border-color: #C5C0BD;
    font-size: 1rem;
    text-transform: unset; }
  .tietoevry2022 .sideBlock p {
    font-size: 1rem; }
  .tietoevry2022 .sideBlock a:not(:hover):not(:focus) {
    color: #071D49; }
  .tietoevry2022 .sideBlock a:hover {
    color: #280071; }
  .tietoevry2022 .sideBlock .recent-post__head {
    color: #F7EAE4;
    margin-bottom: 5px; }
  .tietoevry2022 .sideBlock .recent-post a {
    color: #fff; }
  .tietoevry2022 .sideBlock .greenBtn:not(:hover):not(:focus) {
    color: #000; }
  .tietoevry2022 .sideBlock .contactBlock p {
    font-family: "Tietoevry-Thin";
    font-size: 1rem; }

.tietoevry2022 .modal-newsletter__inner {
  background: #280071; }

.tietoevry2022 .modal-newsletter__header {
  font-family: "Tietoevry-Regular" !important;
  font-size: 2rem;
  color: #fff;
  line-height: 2.5rem; }

.tietoevry2022 .modal-newsletter__body .mktoForm {
  color: #F7EAE4 !important;
  font-family: "Tietoevry-Regular"; }
  .tietoevry2022 .modal-newsletter__body .mktoForm .mktoLabel,
  .tietoevry2022 .modal-newsletter__body .mktoForm .mktoAsterix {
    color: inherit !important;
    font-size: 1rem !important;
    font-family: "Tietoevry-Regular" !important;
    font-weight: normal !important; }
  .tietoevry2022 .modal-newsletter__body .mktoForm select {
    background: #FDFAF8 !important; }
  .tietoevry2022 .modal-newsletter__body .mktoForm input[type="email"] {
    background: #F7EAE4 !important; }
  .tietoevry2022 .modal-newsletter__body .mktoForm .mktoHtmlText a[href] {
    color: inherit !important;
    font-family: inherit !important;
    font-weight: normal;
    font-size: 0.75rem;
    border-bottom: 1px solid !important; }
    @media (max-width: 479px) {
      .tietoevry2022 .modal-newsletter__body .mktoForm .mktoHtmlText a[href] {
        padding: 0px !important; } }
    .tietoevry2022 .modal-newsletter__body .mktoForm .mktoHtmlText a[href]:hover {
      color: #E9EC6B !important; }
  .tietoevry2022 .modal-newsletter__body .mktoForm div.mktoFieldWrap p {
    font-family: inherit !important;
    font-weight: normal;
    font-size: 0.75rem; }
  .tietoevry2022 .modal-newsletter__body .mktoForm .mktoButtonRow .mktoButton {
    background: #EACBBB !important;
    color: #000 !important;
    font-family: inherit !important;
    font-size: 1rem !important;
    font-weight: normal !important;
    letter-spacing: 0.5px;
    text-transform: none;
    line-height: 1.25rem; }
    .tietoevry2022 .modal-newsletter__body .mktoForm .mktoButtonRow .mktoButton:hover {
      background: #F7EAE4 !important; }

.tietoevry2022 .tile h3.subTitle {
  font-size: 0.75rem;
  opacity: unset;
  text-transform: unset;
  color: #6E6259;
  margin-bottom: 5px; }

.tietoevry2022 .tile h3.title {
  font-size: 1.5rem !important;
  font-family: "Tietoevry-Regular" !important;
  font-weight: normal !important;
  color: #000; }

.tietoevry2022 .tile .title {
  font-size: 1rem;
  color: #633231;
  font-weight: normal; }

.tietoevry2022 .tile .subTitle {
  text-transform: none;
  font-weight: normal; }

.tietoevry2022 .tile a:hover .title, .tietoevry2022 .tile a:focus .title {
  color: #280071 !important; }

.tietoevry2022 .tile a:hover .subTitle, .tietoevry2022 .tile a:focus .subTitle {
  color: #6E6259 !important; }

.tietoevry2022 .tile .seeMoreLink a.subTitle {
  opacity: unset;
  color: #f9423a;
  font-size: 0.75rem; }
  .tietoevry2022 .tile .seeMoreLink a.subTitle:before {
    content: "→";
    color: #f9423a;
    margin-right: 10px;
    font-size: 12px; }

.tietoevry2022 a:hover.tile .title, .tietoevry2022 a:focus.tile .title {
  color: #280071 !important; }

.tietoevry2022 .container-fluid .subNavBlock .arrowLinkBody .subnavarrowLink {
  line-height: 2rem; }
  .tietoevry2022 .container-fluid .subNavBlock .arrowLinkBody .subnavarrowLink span {
    color: #280071; }
    .tietoevry2022 .container-fluid .subNavBlock .arrowLinkBody .subnavarrowLink span:hover {
      color: #633231;
      border-bottom: 1px solid; }

.tietoevry2022 .container-fluid .subNavBlock .arrowLinkBody .col-lg-6:nth-child(2n+1) {
  border-right: 1px solid #F7EAE4 !important; }

.tietoevry2022 .entry-point-block .title h2, .tietoevry2022 .entry-point-block .title span {
  color: #000; }

.tietoevry2022 .entry-point-block .entryPointBlocks .entryPoint {
  background-color: #fff; }

.tietoevry2022 .entry-point-block .entryPointBlocks .entryPointText h3 {
  color: #071D49;
  font-size: 1.5rem; }

.tietoevry2022 .entry-point-block .entryPointBlocks .entryPointText p {
  font-size: 1rem; }

.tietoevry2022 .entry-point-block .entryPointBlocks .entryPointText a {
  color: #280071; }
  .tietoevry2022 .entry-point-block .entryPointBlocks .entryPointText a:hover {
    color: #633231;
    border-bottom: 1px solid; }

.tietoevry2022 .whitepaper-download-block .tietoevry-whitepaper {
  background: #280071; }
  .tietoevry2022 .whitepaper-download-block .tietoevry-whitepaper__text h3 {
    color: #F7EAE4; }
  .tietoevry2022 .whitepaper-download-block .tietoevry-whitepaper__text p {
    color: #fff; }
  .tietoevry2022 .whitepaper-download-block .tietoevry-whitepaper__button .whiteBtn {
    color: #000;
    background: #EACBBB; }
    .tietoevry2022 .whitepaper-download-block .tietoevry-whitepaper__button .whiteBtn:hover {
      background: #F7EAE4; }

.tietoevry2022 .event-block {
  margin-top: 55px; }

.tietoevry2022 .local-video-block_desktop #local-video_dsktp, .tietoevry2022 .local-video-block_mobile #local-video_mb {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }

.tietoevry2022 .local-video-block_desktop, .tietoevry2022 .local-video-block_mobile {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 49px; }
  .tietoevry2022 .local-video-block_desktop .buttonWrapper, .tietoevry2022 .local-video-block_mobile .buttonWrapper {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    z-index: 1; }
    .tietoevry2022 .local-video-block_desktop .buttonWrapper .local-icon, .tietoevry2022 .local-video-block_mobile .buttonWrapper .local-icon {
      fill: #F9423A !important;
      vertical-align: middle; }

@media (max-width: 768px) {
  .tietoevry2022 .local-video-block_desktop {
    display: none; } }

@media (min-width: 769px) {
  .tietoevry2022 .local-video-block_mobile {
    display: none; } }

.tietoevry2022 .jobblock_Wrapper .title > h2 a {
  font-size: 3rem !important; }
  .tietoevry2022 .jobblock_Wrapper .title > h2 a::after {
    border-bottom: 2px solid #f9423a;
    border-right: 2px solid #f9423a;
    width: 14px;
    height: 14px; }

.MicrositePage .campaign-job-block .listingResults a {
  color: #000; }
  .MicrositePage .campaign-job-block .listingResults a:hover {
    color: #280071; }

.MicrositePage .microsite-feed-block .blog-news__content {
  height: auto; }

.dynamics-form-wrapper {
  max-width: 700px; }
  .dynamics-form-wrapper .dynamicsform-wrapper {
    margin: 0 auto; }
  .dynamics-form-wrapper .marketing-field label {
    display: inline-block;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    font-weight: bold; }
    .dynamics-form-wrapper .marketing-field label span {
      margin-left: 5px; }
  .dynamics-form-wrapper .lp-form-button {
    background: #EACBBB;
    color: #000;
    font-weight: normal;
    font-family: "Tietoevry-Regular";
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    min-width: 150px; }
    .dynamics-form-wrapper .lp-form-button:hover {
      background-color: #F7EAE4;
      color: #000;
      text-decoration: none; }
    .dynamics-form-wrapper .lp-form-button :focus, .dynamics-form-wrapper .lp-form-button :active {
      background-color: #F7EAE4; }
  .dynamics-form-wrapper a {
    color: #000; }
    .dynamics-form-wrapper a:hover, .dynamics-form-wrapper a:focus, .dynamics-form-wrapper a :active {
      color: #280071; }

.dynamicsform-wrapper {
  margin: 0 auto 25px;
  background: #fff; }
  .dynamicsform-wrapper p {
    margin-top: 10px !important;
    margin-bottom: 0px !important; }
  .dynamicsform-wrapper .marketing-field label {
    display: inline-block;
    margin-bottom: 0rem;
    margin-top: 0.5rem;
    font-weight: bold; }
    .dynamicsform-wrapper .marketing-field label span {
      margin-left: 5px; }
  .dynamicsform-wrapper span {
    font-family: "Tietoevry-Regular" !important; }
  @media only screen and (max-width: 768px) {
    .dynamicsform-wrapper [data-editorblocktype="Field-checkbox"] div span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .dynamicsform-wrapper [data-editorblocktype="Field-checkbox"] div input {
      margin-top: 5px !important; }
    .dynamicsform-wrapper [data-editorblocktype="Field-checkbox"] div label {
      margin-top: 0 !important; } }
  .dynamicsform-wrapper .lp-form-button {
    background: #EACBBB;
    color: #000;
    font-weight: normal;
    font-family: "Tietoevry-Regular";
    border: none;
    padding: 7px 10px;
    cursor: pointer;
    min-width: 150px; }
    .dynamicsform-wrapper .lp-form-button:hover {
      background-color: #F7EAE4;
      color: #000;
      text-decoration: none; }
    .dynamicsform-wrapper .lp-form-button :focus, .dynamicsform-wrapper .lp-form-button :active {
      background-color: #F7EAE4; }
  .dynamicsform-wrapper a {
    color: #000; }
    .dynamicsform-wrapper a:hover, .dynamicsform-wrapper a:focus, .dynamicsform-wrapper a :active {
      color: #280071; }
  .dynamicsform-wrapper form div.marketing-field input[type="checkbox"], .dynamicsform-wrapper form div.marketing-subscription-list input {
    vertical-align: middle; }

.MicrositePage .dynamicsform-wrapper {
  color: #000; }
  .MicrositePage .dynamicsform-wrapper p, .MicrositePage .dynamicsform-wrapper span {
    color: #000; }
  .MicrositePage .dynamicsform-wrapper p {
    line-height: 26px; }
  .MicrositePage .dynamicsform-wrapper .lp-form-button {
    font-size: 1rem; }

#NewsletterSubscriptionPopup .dynamicsform-wrapper {
  color: #000;
  margin-bottom: 0px; }
  #NewsletterSubscriptionPopup .dynamicsform-wrapper p, #NewsletterSubscriptionPopup .dynamicsform-wrapper span {
    color: #000; }
  #NewsletterSubscriptionPopup .dynamicsform-wrapper a:not(:focus):not(:hover) {
    color: #280071 !important; }

.tietoevry2022 .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px; }

@media (max-width: 768px) {
  .tietoevry2022 .addressBlock .col-md-9 {
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto; } }

@media (max-width: 800px) {
  .tietoevry2022 .addressBlock .col-md-9 {
    display: block !important; } }

.tietoevry2022 .addressBlock .text-block {
  margin-top: 30px; }
  .tietoevry2022 .addressBlock .text-block .contact .col-md-3 {
    max-width: 100%; }
  .tietoevry2022 .addressBlock .text-block .contact .col-md-9 {
    margin-top: 0; }
    .tietoevry2022 .addressBlock .text-block .contact .col-md-9 p {
      padding-left: 15px; }
      @media (max-width: 800px) {
        .tietoevry2022 .addressBlock .text-block .contact .col-md-9 p {
          display: none; } }

.tietoevry2022 .addressBlock .rightSideLifts {
  background: none;
  border-left: none;
  margin-top: -79px; }
  @media (max-width: 800px) {
    .tietoevry2022 .addressBlock .rightSideLifts {
      margin-top: 0px; } }

.tietoevry2022 .subscribeContent form .infobox .checkboxGroup .whiteBtn {
  background-color: #fff;
  border: 1px solid #d3d3d3;
  color: #333;
  font-family: "Tietoevry-Regular" !important; }
  .tietoevry2022 .subscribeContent form .infobox .checkboxGroup .whiteBtn:hover, .tietoevry2022 .subscribeContent form .infobox .checkboxGroup .whiteBtn:focus {
    background-color: #F7EAE4;
    color: #333; }

.tietoevry2022 .subscribeContent form .infobox .checkboxGroup .blueBtn {
  background-color: #EACBBB;
  border: 1px solid transparent; }

.tietoevry2022 .listing .tile .listing__item--title {
  color: #633231; }

.tietoevry2022 .listing .tile:hover .listing__item--title {
  color: #280071; }

.tietoevry2022 .listing .tile .listing__item--description {
  opacity: 1 !important; }

@media (min-width: 992px) and (max-width: 1284px) {
  .tietoevry2022 .press-release-list h3 a {
    padding-top: 40px;
    margin-top: -40px; } }

.tietoevry2022 .image-links-block h3 {
  font-size: 48px;
  font-family: "Tietoevry-Thin";
  margin-left: 40px;
  line-height: 3.75rem; }

/*blocks*/
.hero-carousel-wrapper {
  position: relative; }
  .hero-carousel-wrapper .jumbotron {
    padding-top: 0 !important; }

.hero-carousel.slick-dotted.slick-slider {
  margin-bottom: 0; }

.hero-carousel__slide-content {
  position: relative;
  z-index: 1; }

.hero-carousel__slide-heading {
  background-color: #280071;
  padding: 35px 30px;
  position: relative; }
  .hero-carousel__slide-heading h1 {
    color: #fff;
    font-family: "Tietoevry-Thin" !important;
    font-weight: 300 !important;
    font-size: 32px;
    padding: 0 !important;
    line-height: 40px !important; }

.hero-carousel__slide-blurb {
  background-color: #fff;
  width: 100%;
  padding: 40px 30px; }
  .hero-carousel__slide-blurb p {
    font-family: "Tietoevry-Regular" !important;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    opacity: 1; }
    .hero-carousel__slide-blurb p + p {
      margin-top: 15px; }

.hero-carousel .slick-dots {
  width: auto;
  line-height: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 5px; }
  .hero-carousel .slick-dots li {
    width: 30px;
    height: 24px;
    margin: 0; }
    .hero-carousel .slick-dots li button {
      width: 30px;
      height: 24px;
      padding: 0; }
    .hero-carousel .slick-dots li button::before {
      content: '';
      background-color: #eacbbb;
      border-radius: 8px;
      opacity: 1;
      width: 8px;
      height: 8px;
      left: 11px;
      top: 8px; }
    .hero-carousel .slick-dots li.slick-active button::before {
      background-color: #f9423a;
      opacity: 1; }

.hero-carousel__slide-btn {
  font-family: "Tietoevry-Regular" !important;
  font-weight: 400;
  background-color: #eacbbb;
  color: #000;
  padding: 12px 70px;
  font-size: 16px;
  line-height: 21px;
  margin-top: 20px;
  display: inline-block;
  -webkit-transition: none;
  -o-transition: none;
  transition: none; }
  .hero-carousel__slide-btn:hover, .hero-carousel__slide-btn:focus, .hero-carousel__slide-btn:active {
    background-color: #eacbbb;
    color: #000; }

.hero-carousel__slide-video-mobile {
  max-width: 100%; }

@media screen and (max-width: 575px) {
  .hero-carousel__slide-icon {
    max-width: 100px; } }

@media screen and (min-width: 576px) and (max-width: 767px) {
  .hero-carousel__slide-icon {
    max-width: 150px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .hero-carousel__slide-icon {
    max-width: 200px; }
  .hero-carousel__slide-blurb {
    padding: 40px 30px 60px; }
  .hero-carousel .slick-dots {
    width: auto;
    line-height: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 15px; } }

@media screen and (max-width: 991px) {
  .hero-carousel .jumbotron {
    padding: 0 !important;
    min-height: 0;
    margin-bottom: 0 !important; }
  .hero-carousel__slide-media-wrapper {
    position: relative; }
  .hero-carousel__slide-icon {
    height: auto;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%); }
  .hero-carousel__slide-image-mobile {
    width: 100%;
    height: auto; }
  .hero-carousel-wrapper {
    overflow: hidden; } }

@media screen and (min-width: 992px) {
  .hero-carousel__slide-content {
    display: table;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0; }
  .hero-carousel__row {
    display: table-row; }
  .hero-carousel__slide-heading {
    display: table-cell;
    width: 50%; }
    .hero-carousel__slide-heading h1 {
      font-size: 54px !important;
      line-height: 64px !important; }
  .hero-carousel__slide-blurb {
    display: table-cell;
    vertical-align: top;
    width: 50%; }
    .hero-carousel__slide-blurb p {
      font-size: 20px;
      line-height: 28px; }
  .hero-carousel__icon {
    display: table-cell !important;
    vertical-align: bottom; }
  .hero-carousel__slide-icon {
    max-width: none;
    display: table-cell;
    vertical-align: bottom; }
  .hero-carousel__slide-btn {
    margin-top: 45px; }
  .hero-carousel .slick-dots {
    bottom: 15px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); } }

@media screen and (min-width: 1200px) {
  .hero-carousel__slide-heading {
    padding: 70px 90px; }
    .hero-carousel__slide-heading h1 {
      max-height: 256px;
      overflow: hidden; }
  .hero-carousel__slide-blurb {
    padding: 40px 90px 50px; }
    .hero-carousel__slide-blurb > p {
      max-height: 112px;
      overflow: hidden; } }

.tietoevry2022 .jumbotron:not(.hero-carousel__slide) h1 {
  font-family: "Tietoevry-Thin";
  font-size: 4.75rem;
  line-height: 5rem;
  font-weight: normal; }

.tietoevry2022 .jumbotron.hero-carousel__slide {
  margin-bottom: 0; }

@media only screen and (max-width: 767px) {
  .tietoevry2022 .jumbotron:not(.hero-carousel__slide) h1 {
    font-family: "Tietoevry-Thin";
    font-size: 3rem;
    line-height: 3rem;
    font-weight: normal; } }

@media screen and (min-width: 992px) and (max-height: 720px) {
  .tietoevry2022 .hero-carousel .jumbotron {
    min-height: 720px !important; } }

@media screen and (min-width: 992px) and (max-width: 1439px) and (max-height: 800px) {
  .hero-carousel .jumbotron h1 {
    font-size: 42px !important;
    line-height: 52px !important;
    max-height: 208px;
    overflow: hidden; } }

@media (min-width: 992px) {
  .tietoevry2022.FrontPage .slick-list {
    max-height: 90vh; } }

.tietoevry2022.FrontPage .slick-prev, .tietoevry2022.FrontPage .slick-next {
  display: none !important; }

@media screen and (min-width: 992px) and (max-height: 720px) {
  .tietoevry2022.FrontPage .slick-list {
    min-height: 720px !important;
    max-height: none; } }

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0px;
    overflow: visible;
}

    .hamburger:hover,
    .hamburger:focus {
        opacity: 0.7;
    }

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 40px;
        height: 2px;
        background-color: #000;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease;
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block;
        }

        .hamburger-inner::before {
            top: -10px;
        }

        .hamburger-inner::after {
            bottom: -10px;
        }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(180deg);
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateY(-180deg);
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(-180deg);
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg);
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg);
}

    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
    perspective: 80px;
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -10px, 0) rotate(-45deg);
    }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg);
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
    }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg);
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear, background-color 0.4s linear;
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0.4s linear;
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-270deg);
        transition-delay: 0.075s;
    }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
    top: 2px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 10px;
        transition: opacity 0.125s 0.275s ease;
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 20px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-135deg);
    transition-delay: 0.075s;
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0;
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(270deg);
        transition-delay: 0.075s;
    }

/*
   * Emphatic
   */
.hamburger--emphatic {
    overflow: hidden;
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent;
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -80px;
            top: -80px;
            transform: translate3d(80px, 80px, 0) rotate(45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -80px;
            top: -80px;
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
    overflow: hidden;
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in;
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 10px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent;
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -80px;
            top: 80px;
            transform: translate3d(80px, -80px, 0) rotate(-45deg);
            transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -80px;
            top: 80px;
            transform: translate3d(-80px, -80px, 0) rotate(45deg);
            transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
        }

/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0;
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
    top: 2px;
}

    .hamburger--slider .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(-90deg);
    }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
    top: 2px;
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 10px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s;
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 20px;
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
        opacity: 0;
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -20px, 0) rotate(90deg);
    }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

    .hamburger--spring .hamburger-inner::before {
        top: 10px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--spring .hamburger-inner::after {
        top: 20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(45deg);
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 10px, 0) rotate(-45deg);
    }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -20px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease;
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease;
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
    }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear;
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity;
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform;
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
    }

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url(/Static/vendor/slick/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url(/Static/vendor/slick/fonts/slick.eot);
    src: url(/Static/vendor/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(/Static/vendor/slick/fonts/slick.woff) format('woff'), url(/Static/vendor/slick/fonts/slick.ttf) format('truetype'), url(/Static/vendor/slick/fonts/slick.svg#slick) format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 22px;
    margin-bottom: 15px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active, .nice-select.open, .nice-select:focus {
        border-color: #999;
    }

    .nice-select:after {
        border-bottom: 1px solid #333;
        border-right: 1px solid #333;
        content: '';
        display: block;
        height: 5px;
        margin-top: -4px;
        pointer-events: none;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
        transform-origin: 66% 66%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        width: 5px;
    }

    .nice-select.open:after {
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .nice-select.open .list {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    .nice-select.disabled {
        border-color: #ededed;
        color: #999;
        pointer-events: none;
    }

        .nice-select.disabled:after {
            border-color: #cccccc;
        }

    .nice-select.wide {
        width: 100%;
    }

        .nice-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .nice-select.right {
        float: right;
    }

        .nice-select.right .list {
            left: auto;
            right: 0;
        }

    .nice-select.small {
        font-size: 12px;
        height: 36px;
        line-height: 34px;
    }

        .nice-select.small:after {
            height: 4px;
            width: 4px;
        }

        .nice-select.small .option {
            line-height: 34px;
            min-height: 34px;
        }

    .nice-select .list {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
    }

        .nice-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
            background-color: #f6f6f6;
        }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}




/*muliselect css*/
@media (max-width:768px) {
    .filterRow .custom-btn ul {
        width: 100% !important;
    }
}

@media (max-width: 991px) {
    .filterRow .custom-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.filterRow .custom-btn:nth-of-type(3) ul {
    width: 320px;
}

.filterRow .custom-btn:nth-of-type(4) ul, .filterRow .custom-btn:nth-of-type(5) ul {
    width: 350px;
}

.multiselect-container {
    box-shadow: 0 3px 12px rgba(0,0,0,.175);
    margin: 0;
}



    .multiselect-container .checkbox {
        margin: 0;
    }

    .multiselect-container li {
        margin: 0;
        padding: 0;
        line-height: 0;
        font-family: 'RionaSans-Light';
        font-size: 13px;
    }

        .multiselect-container li a input[type="checkbox"], input[type="radio"] {
            margin-right: 5px !important;
        }

        .multiselect-container li a {
            line-height: 25px;
            margin: 0;
            padding: 7px 15px;
            color: #6B6B6B;
            display: block;
            font-weight: normal;
            font-family: Arial,sans-serif,Helvetica;
            letter-spacing: -0.3px;
        }

            .multiselect-container li a:hover {
                background-color: #f6f6f6;
            }

            .multiselect-container li a input[type="radio"] {
                display: none
            }

            .multiselect-container li a .radio {
                margin-bottom: 0
            }

.custom-btn {
    margin-right: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    min-width: 150px;
}

    .custom-btn button {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-weight: bold;
        font-size: 11px;
    }

.multiselect {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.custom-multi.show {
    display: block;
    height: 250px;
    overflow-y: auto;
}

.custom-btn .btn {
    text-align: left;
    width: 100% !important;
}

.dropdown-menu > .active > a:hover {
    color: inherit;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}
/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 9999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }


/*override default table syles for hidden tr / tds */

.sr-table-tr td {
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: none;
  padding: 0 0 0 0;
}

/*visible stacked row styles*/

.sr-table-tr.even .sr-table-div { background: #f8f8f8; }

.sr-table-div {
  padding: 35px 30px 25px 30px;
  border-bottom: 1px solid #ddd;
}

.sr-tr-last .sr-table-div { border-bottom: none; }

.sr-table-record-div {
  border-bottom: 1px dashed #E2E2E2;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.sr-table-tr.even .sr-table-record-div { border-bottom: 1px dashed #D5D5D5; }

.sr-table-record-div:last-child {
  border-bottom: none !important;
  padding-bottom: 0px;
}

.sr-table-record-div input, .sr-table-record-div textarea, .sr-table-record-div .uneditable-input, .sr-table-record-div select {
  margin-bottom: 10px;
  margin-top: 3px;
}

.sr-table-div, .sr-table-record-div.blankValue.blankLabel, .sr-table-record-div.blankValue p, .sr-table-record-div.blankLabel label { display: none; }

.sr-table-div img {
  max-width: 100%;
  width: 100%;
}

.sr-table-record-div.blankValue label { margin-bottom: 10px; }

.sr-table-record-div.blankLabel p, .sr-table-record-div.blankLabel textarea { margin-top: 10px; }

.sr-table-div label {
  display: block;
  margin-bottom: 5px;
  font-size: 11px;
  font-style: italic;
  color: #AEAEAE;
}

.sr-table-div label.hidden { display: none; }
 @media (max-width: 991px) {

.sr-hide, .sr-header {
        display: none;
    }

.sr-table-div { display: block; }
    .sr-table-tr.even .sr-table-record-div {
        border-bottom: none;
    }

    .sr-table-tr.even .sr-table-record-div {
        border-bottom: none;
    }

    .sr-table-record-div {
        border-bottom: solid 1px #eee;
    }

    .sr-table-record-div {
        border: none;
    }

    .sr-table-div {
        padding: 20px 20px 20px 20px;
    }

    .sr-table-div label {
        font-size: inherit !important;
    }

    .sr-table-div b, .sr-table-div strong {
        font-size: initial;
    }
}

