@charset "UTF-8";
/*!
 * PWD P4 SASS Framework 2.0
 *
 * Copyright Poutapilvi Web Design
 * http://www.poutapilvi.fi
 *
 * All rights reserved.
 */
/* <project> CSS <month/year> */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media (min-width: 1279px) {
  .container {
    width: 1210px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1279px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 1024px) and (max-width: 1278px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1279px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1279px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1278px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1279px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 62.5%;
  -ms-text-size-adjust: 62.5%;
}

body {
  margin: 0;
  color: #3e4044;
  font-family: "Open Sans", "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 25.875px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-align: center;
  background: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000000;
  background-color: #ff0000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
  font-size: 1.6rem;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

form {
  margin: 0;
}

button,
input,
select {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

fieldset {
  border: 1px solid #cccccc;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  padding: 0;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

figure {
  margin: 1em 40px;
}

.content button,
.content input[type=button],
.content input[type=reset],
.content input[type=submit],
.login input[type=submit],
.searchboxsubmit,
input.login {
  width: auto !important;
  margin: 0;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  line-height: normal;
  vertical-align: baseline;
  border: 0;
  background: #00857A;
  overflow: visible;
  -webkit-appearance: button;
  font-size: 16px;
  font-size: 1.6rem;
}
.content button:hover,
.content input[type=button]:hover,
.content input[type=reset]:hover,
.content input[type=submit]:hover,
.login input[type=submit]:hover,
.searchboxsubmit:hover,
input.login:hover {
  background: #00baaa;
}
.content button::-moz-focus-inner,
.content input[type=button]::-moz-focus-inner,
.content input[type=reset]::-moz-focus-inner,
.content input[type=submit]::-moz-focus-inner,
.login input[type=submit]::-moz-focus-inner,
.searchboxsubmit::-moz-focus-inner,
input.login::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.content input[type=text],
.content input[type=password],
.login input[type=text],
.login input[type=password],
.content textarea,
.searchboxinput {
  margin: 0;
  padding: 4px 4px;
  line-height: normal;
  vertical-align: baseline;
  border: 1px solid #cccccc;
  font-size: 16px;
  font-size: 1.6rem;
}
.content input[type=text]::-moz-focus-inner,
.content input[type=password]::-moz-focus-inner,
.login input[type=text]::-moz-focus-inner,
.login input[type=password]::-moz-focus-inner,
.content textarea::-moz-focus-inner,
.searchboxinput::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.content input[type=text]:focus,
.content input[type=password]:focus,
.login input[type=text]:focus,
.login input[type=password]:focus,
.content textarea:focus,
.searchboxinput:focus {
  outline: none;
}

.content input[type=checkbox], .content input[type=radio] {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-border-radius: 0;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

.content textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  vertical-align: top;
}

nav ul,
nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.notpublic,
.error,
.loginerror {
  color: #FF0000;
}

br.eoc {
  display: none;
}

.clear {
  clear: both;
}

.float {
  float: left;
}

.floatr {
  float: right;
}

div.content:before,
.cf:before {
  content: "";
  display: table;
}
div.content:after,
.cf:after {
  content: "";
  display: table;
  clear: both;
}

body.content, body.contentbg {
  color: #000000;
  text-align: left;
  background: #FFFFFF;
}

.overflow-wrapper {
  overflow-x: hidden;
}

.default-image-mask {
  background: -moz-linear-gradient(315deg, rgba(133, 33, 67, 0.8) 0%, #d7b838 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(133, 33, 67, 0.8)), color-stop(100%, #d7b838));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(315deg, rgba(133, 33, 67, 0.8) 0%, #d7b838 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(315deg, rgba(133, 33, 67, 0.8) 0%, #d7b838 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(315deg, rgba(133, 33, 67, 0.8) 0%, #d7b838 100%);
  /* ie10+ */
  background: linear-gradient(135deg, rgba(133, 33, 67, 0.8) 0%, #d7b838 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#852143", endColorstr="#d7b838",GradientType=1 );
  /* ie6-9 */
}

.pwd-view-public #page {
  left: 0;
  position: relative;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -ms-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.pwd-view-public #page.push {
  left: 270px;
}

.container-fluid,
.container {
  text-align: left;
}

.container-fluid {
  max-width: 1300px;
}

@media (min-width: 768px) {
  .site-header {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .esv .site-header,
.current-level-0 .site-header,
.current-level-1 .site-header {
    margin-bottom: 0;
  }
}

.content_updated {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.8;
}

.header-search {
  display: none;
  overflow: hidden;
  height: 0;
  background-color: white;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  line-height: 140px;
}
.mobile-search-open .header-search {
  display: block;
  height: 250px;
}
.header-search .form-elements {
  margin: 48px 0;
  line-height: 4;
}
@media (min-width: 1024px) {
  .header-search .form-elements {
    line-height: normal;
  }
}
.frontpage .header-search .form-elements {
  margin: 18px 0;
}
@media (min-width: 1024px) {
  .search-open .header-search {
    height: 140px;
    display: block;
  }
}
@media (min-width: 1024px) {
  .frontpage .header-search {
    line-height: 80px;
  }
}
@media (min-width: 1024px) {
  .frontpage.search-open .header-search {
    height: 80px;
    display: block;
  }
}
.header-search input[type=search] {
  width: 100%;
  border-radius: 2px 0 0 2px;
  padding: 10px 15px;
  border: 1px solid #dbdde3;
  background-color: #f1f2f5;
  line-height: normal;
}
@media (min-width: 1024px) {
  .header-search input[type=search] {
    float: left;
    width: calc(100% - 290px);
  }
}
.header-search input[type=submit] {
  width: 100%;
  border: 0;
  color: white;
  text-transform: uppercase;
  background-color: #00857A;
  line-height: normal;
  padding: 11px 0;
  border-radius: 2px;
}
@media (min-width: 1024px) {
  .header-search input[type=submit] {
    width: 90px;
    float: left;
  }
}
.header-search span.select2-container {
  width: 100% !important;
}
@media (min-width: 1024px) {
  .header-search span.select2-container {
    float: left;
    margin-right: 10px;
    width: 180px !important;
  }
}
.header-search select {
  width: 100%;
  border: 1px solid #dbdde3;
  border-left: 0;
  border: 0;
  border-radius: 0;
  outline: 0;
  line-height: normal;
  margin-right: 10px;
  border: 1px solid #dbdde3;
  padding: 10px 0 10px 15px;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
}
@media (min-width: 1024px) {
  .header-search select {
    float: left;
    width: 180px;
  }
}

@media (min-width: 1024px) {
  [lang=en] .header-search input[type=search] {
    width: calc(100% - 350px);
  }
}
[lang=en] .header-search select {
  width: 250px;
}
[lang=en] .header-search span.select2-container {
  width: 250px !important;
}

.hero {
  position: relative;
  z-index: 1;
  background-color: #f1f2f5;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
@media (min-width: 768px) {
  .hero {
    height: 0;
    min-height: 330px;
    padding-bottom: 30%;
  }
}
@media (min-width: 1500px) {
  .hero {
    padding-bottom: 0;
    height: 450px;
  }
}
.hero .hero-content {
  z-index: 3;
  position: relative;
}
@media (min-width: 768px) {
  .hero .hero-content {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
  }
  .hero .hero-content > .container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
  }
}
.hero .hero-content.carousel {
  overflow: hidden;
}
.hero .hero-content.carousel + .mask-overflow {
  z-index: 10;
}
.hero form img {
  display: none !important;
}
.hero h1.page-main-heading {
  text-align: center;
  color: white;
  margin: 40px 0;
  font-size: 32px;
}
@media (min-width: 768px) {
  .hero h1.page-main-heading {
    margin: -50px 0 0;
  }
}
@media (min-width:768px) {
  .hero h1.page-main-heading {
    font-size: 40px;
  }
}
@media (min-width:1024px) {
  .hero h1.page-main-heading {
    font-size: 45px;
  }
}
@media (min-width:1279px) {
  .hero h1.page-main-heading {
    font-size: 50px;
  }
}
.article .hero {
  color: white;
}
.article .hero h1 {
  color: #9b003f;
}
.hero .mask-overflow {
  overflow: hidden;
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
}
@media (min-width: 768px) {
  .hero .mask-overflow {
    display: block;
  }
}
.hero .masks {
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.hero .masks .mask {
  height: 500px;
  width: 100%;
  position: absolute;
  top: 100%;
  right: 50%;
  background-color: white;
  outline: 1px solid transparent;
}
.hero .masks .mask.left {
  transform-origin: 100% 100%;
  -webkit-transform: rotateZ(7.8deg);
  -moz-transform: rotateZ(7.8deg);
  -ms-transform: rotateZ(7.8deg);
  -o-transform: rotateZ(7.8deg);
  transform: rotateZ(7.8deg);
}
.hero .masks .mask.right {
  left: auto;
  left: 50%;
  transform-origin: 0 100%;
  -webkit-transform: rotateZ(-7.8deg);
  -moz-transform: rotateZ(-7.8deg);
  -ms-transform: rotateZ(-7.8deg);
  -o-transform: rotateZ(-7.8deg);
  transform: rotateZ(-7.8deg);
}

@media (min-width: 768px) {
  .frontpage .hero {
    min-height: 300px;
  }
}
.frontpage .hero .mask.left {
  right: 25%;
}
.frontpage .hero .mask.right {
  left: 75%;
  -webkit-transform: rotateZ(-15.6deg);
  -moz-transform: rotateZ(-15.6deg);
  -ms-transform: rotateZ(-15.6deg);
  -o-transform: rotateZ(-15.6deg);
  transform: rotateZ(-15.6deg);
}
.frontpage .hero h1.page-main-heading {
  text-align: left;
  font-size: 32px;
}
@media (min-width:768px) {
  .frontpage .hero h1.page-main-heading {
    font-size: 35px;
  }
}
@media (min-width:1024px) {
  .frontpage .hero h1.page-main-heading {
    font-size: 40px;
  }
}
@media (min-width:1279px) {
  .frontpage .hero h1.page-main-heading {
    font-size: 45px;
  }
}
@media (min-width: 768px) {
  .frontpage .hero h1.page-main-heading {
    margin-top: -95px;
  }
}
@media (min-width: 1024px) {
  .frontpage .hero h1.page-main-heading {
    max-width: 50%;
  }
}
.frontpage .hero.secondary-hero {
  min-height: 300px;
}
.frontpage .hero.secondary-hero .masks .left {
  right: 75%;
  -webkit-transform: rotateZ(14.6deg);
  -moz-transform: rotateZ(14.6deg);
  -ms-transform: rotateZ(14.6deg);
  -o-transform: rotateZ(14.6deg);
  transform: rotateZ(14.6deg);
}
.frontpage .hero.secondary-hero .masks .right {
  left: 25%;
  -webkit-transform: rotateZ(-7.6deg);
  -moz-transform: rotateZ(-7.6deg);
  -ms-transform: rotateZ(-7.6deg);
  -o-transform: rotateZ(-7.6deg);
  transform: rotateZ(-7.6deg);
}
.frontpage .hero.secondary-hero .secondary-hero-texts {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 400px;
  max-width: 100%;
}
.frontpage .hero.secondary-hero .secondary-hero-texts span[id^=tm_text_secondary_hero_heading] {
  color: white;
  font-size: 32px;
  font-family: "Montserrat";
  max-width: 100%;
  line-height: normal;
  margin-bottom: 1em;
  display: block;
  font-weight: bold;
}
@media (min-width:768px) {
  .frontpage .hero.secondary-hero .secondary-hero-texts span[id^=tm_text_secondary_hero_heading] {
    font-size: 50px;
  }
}
.frontpage .hero.secondary-hero .secondary-hero-texts span[id^=tm_text_secondary_hero_link] a {
  display: inline-block;
  color: white;
  background-color: #00857A;
  padding: 10px 20px;
  text-align: center;
  width: 325px;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat";
  text-decoration: none;
  border-radius: 3px;
}
.frontpage .hero.secondary-hero .hero-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.frontpage .hero.secondary-hero .hero-content .container-fluid {
  position: relative;
  height: 100%;
}

.motiva-intro-section {
  margin: 40px 0 0;
  position: relative;
}
.motiva-intro-section .container-fluid {
  position: relative;
  z-index: 1;
}
.motiva-intro-section .masks {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .motiva-intro-section .masks {
    display: block;
  }
}
.motiva-intro-section .masks .mask {
  position: absolute;
  bottom: 0;
}
.motiva-intro-section .masks .left {
  width: 30%;
  left: 0;
}
.motiva-intro-section .masks .left:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 300px;
  width: 100vw;
  background-color: white;
  transform-origin: 100% 100%;
  -webkit-transform: rotateZ(-15.6deg);
  -moz-transform: rotateZ(-15.6deg);
  -ms-transform: rotateZ(-15.6deg);
  -o-transform: rotateZ(-15.6deg);
  transform: rotateZ(-15.6deg);
}
.motiva-intro-section .masks .right {
  left: 30%;
}
.motiva-intro-section .masks .right:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 300px;
  width: 100vw;
  background-color: white;
  transform-origin: 0% 100%;
  -webkit-transform: rotateZ(7.8deg);
  -moz-transform: rotateZ(7.8deg);
  -ms-transform: rotateZ(7.8deg);
  -o-transform: rotateZ(7.8deg);
  transform: rotateZ(7.8deg);
}

.motiva-slogan {
  margin: 40px 0;
}
.motiva-slogan span.tm_text {
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 0 0 45px;
  position: relative;
  line-height: 1.5;
}
.motiva-slogan span.tm_text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  height: 48px;
  height: 100%;
  height: calc(100% - 17px);
  width: 4px;
  background-color: #9b003f;
}

.news-section h2 {
  font-size: 28px;
  color: #3e4044;
  text-transform: uppercase;
}
@media (min-width:768px) {
  .news-section h2 {
    font-size: 36px;
  }
}

.big-motiva-logo {
  margin: 40px;
  text-align: center;
}
.big-motiva-logo span {
  display: inline-block;
}
.big-motiva-logo svg {
  width: 225px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .side-bar {
    margin-top: 35px;
  }
  .current-level-0 .side-bar, .current-level-1 .side-bar {
    margin-top: -100px;
  }
  .extranet .side-bar {
    margin-top: 35px;
  }
}
@media (min-width: 768px) {
  .shop .side-bar {
    margin-top: 99px;
  }
}

.site-footer {
  overflow: hidden;
}

.sub-pages-heading {
  border-top: 1px solid #dbdde3;
  padding-top: 50px;
  color: #3e4044;
}

@media (min-width: 768px) {
  .sub-pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.sub-pages a.sub-page-link {
  margin: 20px 0;
  border-bottom: 2px solid #dbdde3;
}
@media (min-width: 768px) {
  .sub-pages a.sub-page-link {
    margin: 20px 10px;
    width: calc(50% - 20px);
  }
}
.sub-pages a.sub-page-link .image-wrapper {
  background-color: #f1f2f5;
}

.right-arrow-link a,
.all-link .tm_text a {
  color: #9b003f;
  text-decoration: none;
  font-family: "Montserrat";
  position: relative;
  margin-left: 20px;
}
.right-arrow-link a:before,
.all-link .tm_text a:before {
  content: "";
  display: block;
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../../images/motiva_2016/icons/arrow-right-red.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  top: 4px;
  left: -20px;
}

.back-link {
  margin: 1em 0;
}
.back-link a {
  color: #9b003f;
  text-decoration: none;
  font-family: "Montserrat";
  position: relative;
  margin-left: 20px;
}
.back-link a:before {
  content: "";
  display: block;
  display: inline-block;
  width: 12px;
  height: 10px;
  background-image: url(../../images/motiva_2016/icons/arrow-left-red.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-right: 10px;
  position: absolute;
  top: 4px;
  left: -20px;
}

.news-content .all-link .tm_text {
  position: absolute;
  bottom: 0;
  left: 0;
}

.image-wrapper {
  background-color: #f1f2f5;
}

.addthis_sharing_toolbox .at-share-tbx-element {
  margin-top: 20px;
  float: right;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.addthis_sharing_toolbox .at-share-tbx-element a {
  margin: 0;
}

.news-section {
  margin-top: 60px;
}

.news-contents {
  margin: 0 -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-contents .news-content {
  margin: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .news-contents .news-content {
    width: calc((100% / 2) - 30px);
  }
}
@media (min-width: 1024px) {
  .news-contents .news-content {
    width: calc((100% / 4) - 30px);
  }
}

.gmnoprint button {
  width: inherit !important;
}
.gmnoprint img {
  margin: 0;
}

.cookie-consent-banner .banner-buttons .button-accept-cookies {
  padding: 5px 20px;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies,
.cookie-consent-banner .banner-buttons .button-choose-cookies {
  background: transparent;
  border: 1px solid #00857A;
  color: #00857A;
  font-size: 16px;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies:hover,
.cookie-consent-banner .banner-buttons .button-choose-cookies:hover {
  background: transparent;
  color: #001f1c;
}
.cookie-consent-banner .banner-buttons .button-reject-cookies {
  border: 1px solid #00857A;
}

.madebypoutapilvi {
  color: #c0c0c0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  margin: 20px 0 10px 0 !important;
  padding: 0 !important;
  text-align: center !important;
}
.madebypoutapilvi a,
.madebypoutapilvi a:hover {
  color: #c0c0c0 !important;
  font-size: 1em !important;
  font-weight: normal !important;
  margin: 0 !important;
  text-align: center !important;
  text-decoration: none !important;
}
.madebypoutapilvi a:hover {
  text-decoration: underline !important;
}

.page-author-info {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: normal;
  padding: 20px 0;
  margin: 0 0 30px 0;
  border-top: 1px solid #f1f2f5;
  border-bottom: 1px solid #f1f2f5;
}
.page-author-info .person-image {
  float: left;
}
.page-author-info .person-details {
  margin-left: 100px;
}
@media (min-width: 768px) {
  .page-author-info .person-details {
    margin-left: 20px;
    width: calc(50% - 100px);
    float: left;
  }
}
.page-author-info .person-additoinal-info {
  margin-left: 100px;
}
@media (min-width: 768px) {
  .page-author-info .person-additoinal-info {
    width: 50%;
    width: calc(50% - 20px);
    margin-left: 20px;
    float: right;
  }
}
.page-author-info .phone {
  font-family: "Montserrat";
}
.page-author-info .name {
  font-family: "Montserrat";
  color: #9b003f;
  text-transform: uppercase;
}
.page-author-info a {
  color: #9b003f;
  text-decoration: none;
}

.eventcalendar-digest-item__content .tags,
.article .tags {
  margin: 0 -2px;
}
.eventcalendar-digest-item__content .tags .tag,
.article .tags .tag {
  margin: 5px 2px;
  display: inline-block;
  color: white;
  background-color: #9b003f;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.top-bar {
  height: 40px;
  color: white;
  background-color: #26282a;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.motiva-sites-dropdown {
  max-width: 300px;
  float: left;
  margin-left: -15px;
  position: relative;
  z-index: 1;
  height: 40px;
}

.dropdown-trigger {
  margin: 5px 0;
  border-right: 1px solid #3e4044;
  line-height: 30px;
  white-space: nowrap;
  padding: 0 15px;
}
.dropdown-trigger a {
  color: white;
  text-decoration: none;
}
.dropdown-trigger .motiva-icon {
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  width: 10px;
  height: 6px;
  background-image: url(../../images/motiva_2016/icons/menu-arrow-down-white.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-left: 40px;
}
.active .dropdown-trigger .motiva-icon {
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.dropdown-items {
  position: absolute;
  background-color: #26282a;
  width: 100%;
  left: 0;
  top: 100%;
}

.dropdown-item {
  text-transform: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  max-height: 0;
  overflow: hidden;
}
.active .dropdown-item {
  max-height: 32px;
}

.dropdown-item a {
  display: block;
  max-width: 100%;
  color: white;
  text-decoration: none;
  padding: 0 15px;
  line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropdown-item a:hover {
  background-color: black;
}

.top-bar-links {
  text-align: right;
}
.top-bar-links span.tm_text {
  color: white;
}
.top-bar-links span.tm_text a {
  text-decoration: none;
  color: inherit;
}
.top-bar-links span.tm_text:after {
  content: "/";
  margin: 0 8px;
}
.top-bar-links span.tm_text:last-child:after {
  display: none;
}
.pwd-view-public .top-bar-links {
  line-height: 40px;
}

.services-list {
  margin: 0 -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.services-list .service {
  display: inline-block;
  margin: 30px 10px;
  width: calc((100% / 2) - 20px);
}
.services-list .service-image {
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.services-list .service-image .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.site-footer {
  background-color: #f1f2f5;
  margin: 115px 0 0;
}
.newsroom .site-footer {
  margin: 15px 0 0;
}

.footer-top {
  position: relative;
  z-index: 2;
}
.footer-top span.tm_text[id*=heading] {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
.footer-top h4 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.footer-top h4:first-of-type {
  margin-top: 50px;
}
.footer-top input[type=email] {
  width: 100%;
  padding: 5px 10px;
  max-width: 350px;
}
.footer-top span.tm_text a {
  color: #9b003f;
  text-decoration: none;
}
.footer-top span.tm_text.button a {
  display: block;
  color: white;
  background: #00857A;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  font-family: "Montserrat";
  border-radius: 2px;
  margin-bottom: 3px;
  max-width: 350px;
}
.footer-top .some-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.footer-top .some-links a {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0 5px;
  max-width: 52px;
}
.footer-top .some-links a span {
  max-width: 52px;
  height: 52px;
  display: block;
  vertical-align: middle;
}
.footer-top .some-links a svg {
  max-width: 100%;
}
.footer-top .some-links a path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.footer-top .some-links a:hover path {
  fill: #770030 !important;
}

.site-footer .red-section {
  position: relative;
  background-color: #9b003f;
  padding: 125px 0 50px;
}
.site-footer .red-section .red-section-content {
  position: relative;
  z-index: 1;
}
.site-footer .red-section .footer-contact-information {
  color: rgba(255, 255, 255, 0.6);
}
.site-footer .red-section .graph {
  z-index: 0;
  position: absolute;
  top: 213px;
  width: 100%;
  height: calc(100% - 213px);
}
.site-footer .red-section .graph .masks {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
}
.site-footer .red-section .graph .masks .mask {
  position: absolute;
  height: 0;
  bottom: 0;
}
.site-footer .red-section .graph .masks .mask.left {
  width: 67%;
  left: 0;
}
.site-footer .red-section .graph .masks .mask.left:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1300px;
  right: 0;
  top: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  background-color: #8f003a;
  -webkit-transform: rotateZ(-8deg);
  -moz-transform: rotateZ(-8deg);
  -ms-transform: rotateZ(-8deg);
  -o-transform: rotateZ(-8deg);
  transform: rotateZ(-8deg);
}
.site-footer .red-section .graph .masks .mask.right {
  width: 33%;
  left: 67%;
}
.site-footer .red-section .graph .masks .mask.right:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1300px;
  left: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  background-color: #8f003a;
  -webkit-transform: rotateZ(8deg);
  -moz-transform: rotateZ(8deg);
  -ms-transform: rotateZ(8deg);
  -o-transform: rotateZ(8deg);
  transform: rotateZ(8deg);
}

.site-footer .gray-section {
  position: relative;
  padding: 20px 0 60px;
  background-color: #f1f2f5;
}
.site-footer .gray-section .masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-footer .gray-section .masks .mask {
  height: 100%;
  position: absolute;
  background-color: transparent;
  outline: 1px solid transparent;
}
.site-footer .gray-section .masks .mask.left {
  width: 33%;
  left: 0;
}
.site-footer .gray-section .masks .mask.left:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 500px;
  right: 0;
  bottom: 0;
  transform-origin: 100% 100%;
  background-color: #f1f2f5;
  -webkit-transform: rotateZ(-8deg);
  -moz-transform: rotateZ(-8deg);
  -ms-transform: rotateZ(-8deg);
  -o-transform: rotateZ(-8deg);
  transform: rotateZ(-8deg);
}
.site-footer .gray-section .masks .mask.right {
  width: 67%;
  left: 33%;
}
.site-footer .gray-section .masks .mask.right:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 500px;
  left: 0;
  bottom: 0;
  transform-origin: 0 100%;
  background-color: #f1f2f5;
  -webkit-transform: rotateZ(8deg);
  -moz-transform: rotateZ(8deg);
  -ms-transform: rotateZ(8deg);
  -o-transform: rotateZ(8deg);
  transform: rotateZ(8deg);
}

.footer-nav a {
  color: white;
  text-decoration: none;
}
.footer-nav > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.footer-nav > ul > li {
  width: calc((100%) - 20px);
  margin: 30px 0;
  float: left;
}
@media (min-width: 768px) {
  .footer-nav > ul > li {
    width: calc((100% / 3) - 20px);
  }
}
@media (min-width: 1024px) {
  .footer-nav > ul > li {
    width: calc((100% / 4) - 20px);
  }
}
.footer-nav > ul > li > a {
  display: block;
  margin-bottom: 1em;
  font-family: "Montserrat";
  text-transform: uppercase;
}

.side-bar-box {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 20px;
  margin: 0 0 20px 0;
  position: relative;
  z-index: 3;
}
.side-bar-box h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 19px;
  font-size: 1.9rem;
  border-bottom: 2px solid;
  padding: 0 0 24px 55px;
  margin-bottom: 6px;
  position: relative;
}
.side-bar-box h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.side-bar-box.tests {
  background-color: #120e34;
  color: white;
}
.side-bar-box.tests h3 {
  color: white;
  border-color: #413e5d;
  padding-bottom: 20px;
}
.side-bar-box.tests h3:before {
  top: -7px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/motiva_2016/icons/compass.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.side-bar-box.tests .content {
  padding-top: 10px;
}
.side-bar-box.tests .content a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0;
}
.side-bar-box.tests .content a:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../images/motiva_2016/icons/arrow-right-white.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.external-sites {
  background-color: #7dcfe0;
  color: #4a215c;
}
.external-sites h3 {
  color: #4a215c;
  border-color: #fff;
}
.external-sites h3:before {
  display: inline-block;
  width: 32px;
  height: 44px;
  background-image: url(../../images/motiva_2016/icons/right-column-cursor-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.external-sites .external-sites-links span.tm_text {
  font-size: 14px;
  font-size: 1.4rem;
}
.external-sites .external-sites-links span.tm_text a {
  display: block;
  color: #4a215c;
  text-decoration: none;
  margin: 20px 0;
}
.external-sites .external-sites-links span.tm_text a:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../images/motiva_2016/icons/arrow-right-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.external-sites .content a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  margin: 0;
}
.external-sites .content a:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../images/motiva_2016/icons/arrow-right-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.publications {
  color: #fff;
  background-color: #8f78a3;
}
.publications .publication {
  margin: 1em 0;
}
.publications h3 {
  border-color: #dbdde3;
  color: #fff;
}
.publications h3:before {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../../images/motiva_2016/icons/right-column-publications-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.publications a, .publications .content a {
  text-decoration: none;
  color: #fff;
  display: block;
}
.publications img {
  width: 70px;
  height: auto;
  vertical-align: middle;
  float: left;
}
.publications .publications-page-tile {
  margin: 20px 0;
}
.publications .title {
  margin-left: 80px;
}
.publications .all-publications {
  text-align: right;
}
.publications .all-publications a {
  color: #00857A;
}
.frontpage .publications {
  background-color: transparent;
}
.frontpage .publications .title,
.frontpage .publications .date {
  margin-left: 80px;
}
.frontpage .publications .title a,
.frontpage .publications .date a {
  color: #3e4044;
}
.frontpage .publications .date {
  color: #686c7a;
}

.references {
  color: white;
  background-color: #f05c82;
}
.references h3 {
  color: #fff;
  border-color: #fff;
}
.references h3:before {
  display: inline-block;
  width: 40px;
  height: 32px;
  background-image: url(../../images/motiva_2016/icons/right-column-references-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.references a {
  text-decoration: none;
  color: #4a215c;
  display: block;
}
.references .references-page-tile {
  margin: 20px 0;
  border-bottom: 1px solid #008e82;
  padding: 0 0 20px 0;
}
.references .references-page-tile .description:empty {
  display: none;
}
.references > div:last-child .references-page-tile {
  border: 0;
  padding-bottom: 0;
}
.references .page-tile-digest {
  padding-left: 55px;
}
.references .all-references {
  text-align: right;
}
.references .all-references a {
  color: white;
}
.references .content a {
  display: inline-block;
  color: #4a215c;
  text-decoration: none;
  margin: 0;
}
.references .content a:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../images/motiva_2016/icons/arrow-right-violet.svg);
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.personnel-digest {
  background-color: #eaf1f4;
}
.shop .personnel-digest {
  background-color: white;
}
.personnel-digest h3 {
  border: 0;
  color: #9b003f;
  padding: 0 0 30px 0;
}
.personnel-digest .person-image {
  float: left;
}
.personnel-digest .person-image img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.personnel-digest .person-details {
  margin-left: 90px;
  line-height: normal;
}
.personnel-digest .name {
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #9b003f;
}
.personnel-digest .name a {
  text-decoration: none;
  color: #4a215c;
  font-weight: bold;
}
.personnel-digest .phone {
  font-family: "Montserrat";
  color: #3e4044;
}
.personnel-digest .email a {
  color: #9b003f;
  text-decoration: underline;
}
.personnel-digest .person {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #3e4044;
}
.personnel-digest .person:last-child {
  border: 0;
  padding-bottom: 0;
}
.personnel-digest .all-contacts {
  text-align: right;
}
.personnel-digest .all-contacts a {
  color: #00857A;
  text-decoration: none;
}

.article-also-read h2 {
  margin: 1em 0;
  font-size: 28px;
  font-size: 2.8rem;
  color: #3e4044;
}

.article-page-tile {
  display: block;
  text-decoration: none;
}
.article-page-tile .image-wrapper {
  overflow: hidden;
}
.article-page-tile .image-wrapper .image {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-bottom: 55%;
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-backface-visibility: hidden;
}
.article-page-tile h2.h4 {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: normal;
  color: #9b003f;
}
.article-page-tile p {
  font-size: 14px;
  font-size: 1.4rem;
  color: #3e4044;
}
.article-page-tile .tags-container {
  line-height: normal;
  margin: 10px 0 0;
  border-top: 1px solid #f1f2f5;
}
.article-page-tile:hover .image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.tags {
  margin: 0 -10px;
  padding-top: 3px;
}
.tags .tag {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  margin: 0 10px;
  color: #686c7a;
}

.content .custom-article-content.image-left, .content .custom-article-content.image-top {
  margin-bottom: 30px;
  font-family: "Arvo";
  background-color: #edbab5;
}
.content .custom-article-content .image-box img {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.content .custom-article-content .content-box {
  color: #3e4044;
  padding: 25px;
}
.content .custom-article-content .content-box a {
  color: #4a215c;
  text-decoration: underline;
}
.content .custom-article-content.image-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.content .custom-article-content.image-left .image-box,
.content .custom-article-content.image-left .content-box {
  width: 50%;
  float: left;
}
.content .custom-article-content.image-left .image-box {
  position: relative;
}
.content .custom-article-content.image-left .image-box form img {
  display: none !important;
}
.content .custom-article-content.image-left .image-box .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.content .custom-article-content.quote {
  font-family: "Arvo";
  font-size: 24px;
  font-size: 2.4rem;
  margin: 20px 0 20px 40px;
  padding-left: 20px;
  border-left: 8px solid #9b003f;
  line-height: normal;
  max-width: 360px;
}

.content .custom-content.red-headings h1, .content .custom-content.red-headings h2, .content .custom-content.red-headings h3, .content .custom-content.red-headings h4, .content .custom-content.red-headings h5 {
  color: #9b003f;
}
.content .custom-content.black-headings h1, .content .custom-content.black-headings h2, .content .custom-content.black-headings h3, .content .custom-content.black-headings h4, .content .custom-content.black-headings h5 {
  color: #3e4044;
}

.content {
  margin: 0 0 10px 0;
  line-height: 25.875px;
}

.site-header a, .content a, .path a, .main-nav a, .left-nav a {
  text-decoration: none;
}
.site-header a:hover, .content a:hover, .path a:hover, .main-nav a:hover, .left-nav a:hover {
  text-decoration: underline;
}
.content a {
  color: #9b003f;
}

h1,
h2,
h3,
h4,
h5 {
  color: #3e4044;
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  line-height: 1.2em;
}

h1 {
  margin: 0 0 0.4em 0;
  font-family: "Montserrat";
  font-size: 36px;
  font-size: 3.6rem;
  hyphens: auto;
}

.h2,
h2 {
  margin: 1em 0 0.5em 0;
  color: #9b003f;
  font-family: "Montserrat";
  font-size: 26px;
  font-size: 2.6rem;
}

h2.h3 {
  color: #3e4044;
}

.h3,
h3 {
  margin: 1.2em 0 0.5em 0;
  font-family: "Montserrat";
  font-size: 23px;
  font-size: 2.3rem;
}

.h4,
h4 {
  margin: 1.2em 0 0.5em 0;
  font-family: "Montserrat";
  font-size: 20px;
  font-size: 2rem;
}

.content h5,
h5 {
  position: relative;
  font-weight: normal;
  font-family: "Open Sans", "Montserrat", Arial, Helvetica, sans-serif;
  color: #7a7e8a;
  display: inline;
  border-bottom: 1px dotted #7a7e8a;
  z-index: 1;
}
.content h5 i,
h5 i {
  width: 250px;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  color: white;
  padding: 10px;
  background-color: #7a7e8a;
}
.content h5:hover i,
h5:hover i {
  display: block;
}

p {
  margin: 0 0 1em 0;
}

.content ul,
.content ol {
  margin: 0 0 1em 10px;
  padding: 0 0 0 20px;
}
.content ul {
  list-style-type: disc;
}
.content li {
  margin: 5px 0 5px 0;
}
blockquote {
  margin: 0 0 1em 40px;
}

.content hr {
  text-align: right;
  width: 100%;
  height: 1px;
  color: #cccccc;
  border: none;
}

html > body .content hr,
.contentbg > hr {
  background: #cccccc;
}

.content .p4table {
  overflow: hidden;
}
.content h1 table,
.content h2 table,
.content h3 table,
.content h4 table,
.content h5 table {
  font-size: 16px;
  font-size: 1.6rem;
  overflow: hidden;
}

.content_image_caption {
  max-width: 100%;
  display: block !important;
  margin-top: -20px;
  margin-bottom: 20px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: normal;
}

.content img {
  max-width: 100%;
  max-width: calc(100% - 20px);
  margin: 20px;
  height: auto;
}

.g-map img {
  max-width: none;
  margin: 0px;
}

.content_image {
  max-width: 100%;
}
.content_image[style*="float:right"] .content_image_caption {
  margin-left: 20px;
}

.content form:not(.mms-search-form) select {
  border: 0;
  border-radius: 0;
  outline: 0;
  line-height: normal;
  margin: 0;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
  background-color: white;
  background-image: url(../../images/motiva_2016/icons/menu-arrow-down-darkgrey.svg);
  background-position: calc(100% - 10px) 50%;
  background-size: 12px;
  background-repeat: no-repeat;
}

.fluid-image,
img.fluid-image,
.fluid-images img {
  max-width: 100%;
  height: auto;
  margin: 0;
}

table img,
.content table img {
  max-width: none;
}

.content img[src*="aimg/rss.gif"] {
  float: right;
  max-width: none;
  margin: 0.3em 10px 10px 10px;
  padding: 0;
}
.pwd-view-admin .content img[src*="aimg/rss.gif"] {
  margin: 0.3em 10px 10px 10px !important;
}

@media \0 screen {
  .lt-ie9 .content img,
.lt-ie9 .fluid-image,
.lt-ie9 .fluid-images img {
    width: auto;
  }
}

.content img[align=left],
.content img[align=right],
.content_image[style*=float] img,
.content_image[style*=FLOAT] img {
  max-width: 100%;
  max-width: calc(100% - 10px);
}

.content_image_nomargin img {
  margin-left: 0;
  margin-right: 0;
}

.content_image[style*="display:inline;"], .content_image[style*="display: inline;"], .content_image[style*="DISPLAY: inline"] {
  display: inline-block !important;
}

.content img[align=left],
.content_image[style*="float:left;"] img,
.content_image[style*="float: left;"] img,
.content_image[style*="FLOAT: left"] img {
  margin-left: 0;
}

.content img[align=right],
.content_image[style*="float:right;"] img,
.content_image[style*="float: right;"] img,
.content_image[style*="FLOAT: right"] img {
  margin-right: 0;
}

.content_image[style*="float:left;"] .content_image_caption, .content_image[style*="float: left;"] .content_image_caption, .content_image[style*="FLOAT: left"] .content_image_caption {
  margin-left: 0;
}

.content_image[style*="float:right;"] .content_image_caption, .content_image[style*="float: right;"] .content_image_caption, .content_image[style*="FLOAT: right"] .content_image_caption {
  margin-right: 0;
}

img.contentbaricon, img.contentstateicon {
  margin: 3px;
  padding: 0;
  border: none;
}

a.attachment, a.file {
  padding: 5px 0 5px 24px;
  background-position: left center;
  background-repeat: no-repeat;
}
a.file {
  background-image: url("../aimg/icons/file.gif");
}
a.pdf {
  background-image: url("../aimg/icons/pdf.gif");
}
a.txt {
  background-image: url("../aimg/icons/txt.gif");
}
a.txt {
  background-image: url("../aimg/icons/txt.gif");
}
a.jpg {
  background-image: url("../aimg/icons/jpg.gif");
}
a.gif {
  background-image: url("../aimg/icons/gif.gif");
}
a.zip {
  background-image: url("../aimg/icons/zip.gif");
}
a.word {
  background-image: url("../aimg/icons/word.gif");
}
a.powerpoint {
  background-image: url("../aimg/icons/powerpoint.gif");
}
a.excel {
  background-image: url("../aimg/icons/excel.gif");
}
a.rtf {
  background-image: url("../aimg/icons/rtf.gif");
}

.content_image a.attachment,
.content_image a.file,
.content_image a.jpg,
.content_image a.gif {
  padding: 0;
  background: none;
}

@media screen {
  .external-sites a {
    color: #ffffff;
  }
}
body.newsroom {
  background-color: #f1f2f5;
}
body.newsroom .hero .masks .mask {
  background-color: #f1f2f5;
}
body.newsroom .white-bg {
  background-color: white;
}
body.newsroom .white-bg section {
  border: 0;
}
body.newsroom section {
  margin: 50px 0;
  border-top: 1px solid #dbdde3;
}
body.newsroom section h2 {
  color: #3e4044;
}
body.newsroom section.news-section {
  margin-top: 0;
  border-top: 0;
}
body.newsroom section.news-section h2:empty {
  display: none;
}
body.newsroom .left-nav {
  margin-top: 16px;
}
body.newsroom .eventcalendardigest_city {
  position: absolute;
  bottom: 20px;
  font-weight: bold;
  color: #3e4044;
  font-size: 14px;
  font-size: 1.4rem;
}

section.news-section .news-digest-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
section.news-section .news-digest-item {
  margin: 15px 0;
  background-color: white;
  width: 100%;
  text-decoration: none;
  color: #3e4044;
  position: relative;
}
@media (min-width: 768px) {
  section.news-section .news-digest-item {
    width: calc((100% / 2) - 20px);
  }
}
@media (min-width: 1024px) {
  section.news-section .news-digest-item {
    width: calc((100% / 3) - 20px);
  }
}
section.news-section .news-digest-item i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #9b003f;
}
section.news-section .new-digest-item-image-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 65%;
  background-color: #e2e4ea;
}
section.news-section .new-digest-item-image {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
section.news-section .news-origin {
  padding: 15px;
  position: relative;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
}
section.news-section .news-digest-item-content {
  padding: 35px 40px;
}
section.news-section .newsdate {
  color: #9b003f;
  font-weight: bold;
}
section.news-section .news-digest-item-keywords {
  position: absolute;
  color: white;
  background-color: #9b003f;
  bottom: 0;
  left: 0;
  z-index: 5;
  padding: 5px 15px;
  font-size: 14px;
  text-transform: uppercase;
}

section.article-section .article-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
section.article-section .article-item {
  margin: 15px 0;
  background-color: white;
}
section.article-section .article-item:empty {
  display: none;
}
@media (min-width: 768px) {
  section.article-section .article-item {
    width: calc((100% / 2) - 20px);
  }
}
@media (min-width: 1024px) {
  section.article-section .article-item {
    width: calc((100% / 3) - 20px);
  }
}
section.article-section .article-item .image-wrapper {
  padding-bottom: 50%;
  height: 0;
  position: relative;
}
section.article-section .article-item .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
section.article-section .article-item .page-tile-content {
  padding: 35px 40px;
  position: relative;
}
section.article-section .article-item .page-tile-content i {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: #9b003f;
}
section.article-section .article-link {
  color: #3e4044;
  text-decoration: none;
}

.newsroom-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.newsroom-links .all-link + .all-link {
  margin-left: 30px;
}

.newsroom-link {
  width: 100%;
  margin: 15px 0;
  text-decoration: none;
  display: block;
  text-align: center;
  color: white;
}
@media (min-width: 768px) {
  .newsroom-link {
    width: calc((100% / 2) - 10px);
  }
}
.newsroom-link .image-wrapper {
  position: relative;
}
.newsroom-link .image-wrapper .image {
  background-size: cover;
}
.newsroom-link .image-wrapper .image h3 {
  position: relative;
  z-index: 1;
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0;
  color: inherit;
  padding: 60px 0;
}

.newsroom .new-digest-item-image,
.newsroom .image-wrapper .image,
.newsroom .blog-digest-image {
  position: relative;
  border-bottom: 1px solid #9b003f;
}
.newsroom .new-digest-item-image .blog-author-info span + span:before,
.newsroom .image-wrapper .image .blog-author-info span + span:before,
.newsroom .blog-digest-image .blog-author-info span + span:before {
  content: ",";
  margin-right: 5px;
}
.newsroom .blog-digest-image {
  border-bottom: 0;
  border-right: 1px solid #9b003f;
}
.newsroom .blog-digest-image .blog-author-name,
.newsroom .blog-digest-image .blog-author-info {
  background-color: #9b003f;
  padding: 4px 8px;
}
.newsroom .blog-digest-image .blog-author-info {
  background-color: #820035;
}

a.publications-banner-link {
  display: block;
  text-decoration: none;
  margin: 50px 0 0;
  background-color: #9b003f;
  color: white;
  padding: 80px 60px;
  text-align: center;
}
a.publications-banner-link h2 {
  color: inherit !important;
  margin: 0;
}

.newsroom.tt-18 .newsroom-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.newsroom.tt-18 .newsroom-nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.newsroom.tt-18 .newsroom-nav ul li a {
  display: block;
  padding: 10px;
  margin: 10px;
  color: #9b003f;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
.newsroom.tt-18 .newsroom-nav ul li a:hover {
  text-decoration: underline;
}
@media (min-width: 1279px) {
  .newsroom.tt-18 section.news-section .news-digest-item {
    width: calc((100% / 3) - 20px);
  }
}

.newsroom.tt-18 .pm-socialmedia.custom {
  background-color: transparent;
}
.newsroom.tt-18 .pm-socialmedia.custom .pm-socialmedia-posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.newsroom.tt-18 .pm-socialmedia.custom .pm-socialmedia-post {
  background-color: white;
  padding: 30px;
  margin: 15px;
}

.thumbs {
  margin: 3em 0;
}
.thumbs .thumb-items {
  margin: 0 -5px;
}
.thumbs .thumb-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  width: 60px;
  height: 60px;
  background-color: #f1f2f5;
  padding: 10px;
  display: inline-block;
  cursor: pointer;
  margin: 0 5px;
}
.thumbs .thumb-item.thumb-up * {
  fill: #00857A !important;
}
.thumbs .thumb-item.thumb-down > * {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.thumbs .thumb-item.thumb-down * {
  fill: #9b003f !important;
}
.thumbs .thumb-item:hover {
  background-color: #e2e4ea;
}
.thumbs.is-active .thumb-item {
  opacity: 0.1;
}
.thumbs.is-active .thumb-item.active {
  opacity: 1;
  background-color: #e2e4ea;
}

.mobile-nav-bar {
  background-color: #9b003f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 20px 10px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.mobile-nav-bar a {
  color: white;
  width: 32px;
  height: 32px;
}
.mobile-nav-bar a span {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.mobile-nav-bar a.mobile-logo {
  width: 125px;
}
.mobile-nav-bar a.mobile-search-trigger span {
  padding: 7px;
}
.mobile-nav-bar a.mobile-nav-trigger span {
  padding: 4px;
}
.mobile-nav-bar a.mobile-nav-trigger span i {
  font-size: 22px;
  font-size: 2.2rem;
}
.mobile-nav-bar a,
.mobile-nav-bar svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
}
.mobile-search-open .mobile-nav-bar {
  background-color: white;
}
.mobile-search-open .mobile-nav-bar svg path {
  fill: #9b003f !important;
}
.mobile-search-open .mobile-nav-bar a {
  color: #9b003f;
}

.mobile-nav-wrapper {
  font-family: "Montserrat";
  position: absolute;
  top: 0;
  width: calc(100% - 75px);
  width: 270px;
  height: 100%;
  left: 0;
  margin-left: -270px;
  z-index: 9;
  background: #9b003f;
  text-align: left;
  overflow: hidden;
}
.push .mobile-nav-wrapper {
  -moz-box-shadow: 0px 2px 25px -5px #000;
  -webkit-box-shadow: 0px 2px 25px -5px #000;
  box-shadow: 0px 2px 25px -5px #000;
}
.mobile-nav-wrapper a {
  text-decoration: none;
  color: white;
}
.mobile-nav-wrapper ul {
  padding-top: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: #b50049;
  width: 100%;
  height: 100%;
  -webkit-transition: transform 0.25s ease-in;
  -moz-transition: transform 0.25s ease-in;
  -ms-transition: transform 0.25s ease-in;
  -o-transition: transform 0.25s ease-in;
  transition: transform 0.25s ease-in;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mobile-nav-wrapper ul.main > li > div {
  text-transform: uppercase;
}
.mobile-nav-wrapper ul.active {
  -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);
}
.mobile-nav-wrapper li > div {
  padding: 15px 20px;
}
.mobile-nav-wrapper li > div button {
  color: white;
  float: right;
}
.mobile-nav-wrapper .back a,
.mobile-nav-wrapper button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 14px;
  height: 22px;
  background-color: transparent;
}
.mobile-nav-wrapper li.selected {
  background-color: white;
}
.mobile-nav-wrapper li.selected > div a {
  color: #9b003f;
}
.mobile-nav-wrapper li.selected > div button {
  color: #9b003f;
}
.mobile-nav-wrapper li.parent {
  background-color: #9b003f;
  text-transform: uppercase;
}
.mobile-nav-wrapper li.back {
  background-color: #b50049;
}
.mobile-nav-wrapper li.back > div {
  padding-bottom: 35px;
}
.mobile-nav-wrapper ul ul ul li {
  background-color: #820035;
}

.content .esv-subpage-grid {
  list-style: none !important;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1.5em -5px;
}
@media (min-width: 768px) {
  .content .esv-subpage-grid {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content .esv-subpage-grid > li {
  margin: 5px 0;
  padding: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .content .esv-subpage-grid > li {
    margin: 5px;
    width: calc((100% / 2) - 10px);
  }
}
@media (min-width: 768px) {
  .content .esv-subpage-grid > li {
    width: calc((100% / 3) - 10px);
  }
}
.content .esv-subpage-grid > li a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #e1bb01;
  padding-bottom: 100%;
}
.content .esv-subpage-grid > li a span {
  position: absolute;
  color: white;
  background-color: black;
  bottom: 50px;
  font-family: "Montserrat";
  font-size: 22px;
  padding: 20px 30px;
  font-weight: bold;
}
@media (min-width:1024px) {
  .content .esv-subpage-grid > li a span {
    font-size: 26px;
  }
}
.content .esv-subpage-grid > li.some-list-item a span {
  background-color: transparent;
  right: 30px;
  bottom: 30px;
  font-size: 100px;
  padding: 0;
}

.content .esv-show-stats {
  margin: 2em 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .content .esv-show-stats {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.content .esv-show-stats .esv-stats-item {
  margin: 1em 0;
  line-height: normal;
  text-align: center;
}
.content .esv-show-stats .esv-stats-item .value {
  font-size: 65px;
  color: #e1bb01;
  font-family: "Montserrat";
  font-weight: bold;
}
@media (min-width:480px) {
  .content .esv-show-stats .esv-stats-item .value {
    font-size: 75px;
  }
}
@media (min-width:768px) {
  .content .esv-show-stats .esv-stats-item .value {
    font-size: 100px;
  }
}
.content .esv-show-stats .esv-stats-item span {
  display: inline-block;
  max-width: 230px;
  text-transform: uppercase;
  font-weight: bold;
}

.pm-ss-gm-container {
  border: 1px solid #a9a6a1;
}

.esv-participants-map-filters {
  margin: 0 -5px;
}
.esv-participants-map-filters label.pm-ss-categories-filter {
  cursor: pointer;
  display: inline-block;
  color: white;
  background-color: #e1bb01;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 30px;
  margin: 5px;
}
.esv-participants-map-filters label.pm-ss-categories-filter.pm-ss-categories-filter-on {
  background-color: #ae9101;
}
.esv-participants-map-filters label.pm-ss-categories-filter input[type=checkbox] {
  display: none;
}

input.form-control[type=checkbox] {
  width: auto !important;
  vertical-align: top;
}

.pm-ss-answer-row {
  border-top: 2px solid #e1bb01;
}

.pm-ss-answer-row-details {
  cursor: pointer;
  padding: 15px 0;
  font-weight: bold;
  margin: 0 -10px;
}
.pm-ss-answer-row-details span {
  vertical-align: top;
  display: inline-block;
  margin: 0 10px;
}
.pm-ss-answer-row-details .pm-ss-answer-row-details-name {
  width: 200px;
}
.pm-ss-answer-row-details .pm-ss-answer-row-details-city {
  width: 150px;
}
.pm-ss-answer-row-details .pm-ss-answer-row-details-turnout {
  width: 150px;
}

.pm-ss-answer-row-additional-info {
  display: none;
  padding: 0 0 15px 0;
}
.pm-ss-answer-row-additional-info .booleans {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 1.5em 0 0;
}
.pm-ss-answer-row-additional-info .booleans span {
  margin-right: 10px;
}
.pm-ss-answer-row-additional-info .some-links {
  font-size: 20px;
}
.pm-ss-answer-row-additional-info .some-links a {
  margin-right: 5px;
}

.pm-ss-answer-row-details-trigger {
  float: right;
  margin: 0 10px;
  color: #e1bb01;
}
.pm-ss-answer-row.open .pm-ss-answer-row-details-trigger {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -o-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.content .esv-form {
  margin-top: 3rem;
}
.content .esv-form input.long {
  width: 400px;
}
.content .esv-form input.medium {
  width: 200px;
}
.content .esv-form input.short {
  width: 80px;
}
.content .esv-form .sel {
  width: 700px;
}
.content .esv-form input:not([type=submit]), .content .esv-form textarea {
  padding: 10px 15px;
  border-radius: 3px;
  margin-bottom: 1rem;
  border: 1px solid #C4C4C4;
  background: #f1f2f5;
  margin-top: 3px;
  max-width: 90vw;
  font-family: "Open Sans", "Montserrat", Arial, Helvetica, sans-serif;
}
.content .esv-form input:not([type=submit]):focus, .content .esv-form textarea:focus {
  border: 2px solid #4c055e;
}
.content .esv-form input.gap, .content .esv-form textarea.gap {
  margin-bottom: 5rem;
}
.content .esv-form th {
  font-weight: 400;
}
.content .esv-form .formtitle {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 1.5rem;
  display: inline-block;
  max-width: 90vw;
}
.content .esv-form .select2 {
  margin-bottom: 1.5rem;
  max-width: 90vw;
}
.content .esv-form .select2-selection__rendered {
  border: 1px solid #777;
  border-radius: 3px;
}
.content .esv-form .company_div {
  background: #eaf1f4;
  border: none;
  border-radius: 3px;
  padding: 15px 10px;
  margin-bottom: 10px;
  max-width: 90vw;
}
.content .esv-form .company_div .company_items {
  margin-right: 15px;
  margin-left: 10px;
}
.content .esv-form .company_div label {
  width: 100%;
  display: block;
}
.content .esv-form input[type=checkbox] {
  margin-bottom: 15px;
}
.content .esv-form input[type=checkbox]:hover {
  color: #9b003f;
  cursor: pointer;
}
.content .esv-form input[type=checkbox].gap {
  margin-bottom: 4rem;
}
.content .esv-form input[type=checkbox] ~ label:hover {
  color: #4c055e;
  cursor: pointer;
}
.content .esv-form input[type=checkbox], .content .esv-form input[type=radio] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.7);
  /* IE */
  -moz-transform: scale(1.7);
  /* FF */
  -webkit-transform: scale(1.7);
  /* Safari and Chrome */
  -o-transform: scale(1.7);
  /* Opera */
  transform: scale(1.7);
  padding: 10px;
  margin-right: 8px;
}
.content .esv-form input[type=radio]:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #C4C4C4;
}
.content .esv-form input[type=radio]:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: -4px;
  left: -1px;
  position: relative;
  background-color: #4c055e;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 3px solid #fff;
}
.content .esv-form input[type=radio]:hover:after {
  border: 1px solid #4c055e;
}
.content .esv-form input[type=radio]:checked:hover:after {
  border: 3px solid #fff;
}
.content .esv-form input[type=checkbox] {
  filter: hue-rotate(75deg) brightness(0.75) saturate(0.4) contrast(4);
}

.pwd-view-preview .modal, .pwd-view-public .modal {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in, z-index 0s linear 0.5s;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.pwd-view-public.modal-active .modal, .pwd-view-preview.modal-active .modal {
  opacity: 1;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.5s ease-in 0s, z-index 0s linear 0s;
}

.modal-content {
  margin: 0 auto;
  background-color: white;
  width: 650px;
  max-height: 100%;
  max-width: calc(100% - 40px);
}
@media (min-width: 768px) {
  .modal-content {
    max-width: calc(100% - 100px);
  }
}
.pwd-view-public .modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease-out;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.pwd-view-public .modal-content {
  display: block;
}
.pwd-view-admin .modal-content {
  position: relative;
}
.modal-content img {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.modal-content .close-modal {
  width: 48px;
  height: 48px;
  background-color: #00857A;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  display: none;
}
.pwd-view-public .modal-content .close-modal {
  display: block;
}
.modal-content .close-modal:hover {
  background-color: #cfaa00;
}
.modal-content .close-modal span {
  transform: rotateZ(45deg);
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.modal-content .close-modal span:before {
  border-radius: 2px;
  display: block;
  content: "";
  width: 24px;
  height: 6px;
  background-color: white;
  position: absolute;
  top: calc(50% - 3px);
  left: 12px;
}
.modal-content .close-modal span:after {
  border-radius: 2px;
  display: block;
  content: "";
  height: 24px;
  width: 6px;
  background-color: white;
  position: absolute;
  left: calc(50% - 3px);
  top: 12px;
}
.modal-content > .content {
  padding: 0;
  margin: 0;
}
.modal-content > .content .text,
.modal-content > .content .link {
  padding: 0 30px;
}
.modal-content > .content .text {
  padding-top: 20px;
}
.modal-content > .content .text h2 {
  margin-bottom: 0;
  margin-top: 0;
}
.modal-content > .content .link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.modal-content > .content .link a:before {
  content: "";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.modal-content #tm_text_modal_link a {
  color: #333;
  margin: 1em 0;
  display: inline-block;
  background-color: #ffd511;
  border-bottom: 3px solid #cfaa00;
  border-radius: 7px;
  padding: 5px 25px;
}

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