/*
 *	Main CSS for MBP theme
 */
@import "../../mbptheme/css/includes/normalize.css";
@import "../../mbptheme/css/font-awesome/css/font-awesome.css";
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col,
.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,
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col,
  .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.u-mirror {
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.u-centerText {
  text-align: center;
}
/** FLEX **/
/**
 * MBP Theme mixins
 */
.u-centeredText {
  text-align: center;
}
.u-centeredImage img {
  display: block;
  margin: 0 auto;
}
/**
 * MBP Theme colors
 * 
 * http://chir.ag/projects/name-that-color/
 * is used to name colors
 */
/**
 * MBP Theme z-index
 */
/*
 * MBP Theme typography 
 */
/* Fontsizes */
/* Line heights */
/* Fontweights */
.font-text {
  font-family: 'Karma', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.preamble {
  font-family: 'Metrophobic', sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.preamble--light {
  font-weight: 400;
}
.headlineCommon {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
}
.hx0 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
}
.hx1 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hx1 {
    font-size: 24px;
  }
}
.hx2 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .hx2 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .hx2 {
    font-size: 32px;
  }
}
.hx3 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 24px;
}
@media (min-width: 768px) {
  .hx3 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .hx3 {
    font-size: 64px;
  }
}
/*
 * MBP Theme widgets style
 */
.borderless {
  padding-left: 0;
  padding-right: 0;
}
.searchForm {
  position: relative;
}
.searchForm_input {
  border: 1px solid #A9A9AB;
  padding: 6px;
  width: 100%;
  height: 50px;
}
.searchForm_submit {
  width: 56px;
  height: 50px;
  position: absolute;
  margin-left: -56px;
  top: 0;
  right: 0;
  background-color: transparent;
  border: 0;
  background-image: url('/wp-content/themes/mbptheme/images/magnifier-icn.png');
  background-size: 30px 30px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.widget_mbp_customlist .post.hero {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 660px;
}
@media (max-width: 768px) {
  .widget_mbp_customlist .post.hero {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .widget_mbp_customlist .post.hero {
    height: 500px;
    background-size: cover;
  }
}
.widget_mbp_customlist .post.hero .hero_container {
  padding: 2em;
  margin-top: 5em;
}
@media (min-width: 768px) {
  .widget_mbp_customlist .post.hero .hero_container {
    margin-top: 0;
    float: right;
    width: 50%;
  }
}
.widget_mbp_customlist .post.hero .hero_containerTitle {
  color: #fff;
  text-align: center;
}
.widget_mbp_customlist .post.hero .hero_containerContent {
  color: #fff;
}
.widget_mbp_customlist .post.hero .hero_footer {
  background-color: #000;
  width: 100%;
  position: absolute;
  padding: 1em;
  left: 0;
  bottom: 0;
}
.widget_mbp_customlist .post.hero .hero_footerTitle {
  color: #DD052B;
  display: inline-block;
  font-weight: bold;
}
@media (min-width: 768px) {
}
.widget_mbp_customlist .post.hero .hero_footerContent {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  margin-left: 1em;
}
.widget_mbp_customlist .post.hero .hero_footerBorder {
  border-top: 1px solid #ccc;
  position: absolute;
  top: 3em;
  left: 0;
  width: 100%;
}
.widget_mbp_customlist .post.hero .hero_footerContentainer {
  color: #fff;
  padding: 0 1em;
  margin: 2em 0;
}
.widget_mbp_customlist .post.hero .hero_buttonContainer {
  text-align: center;
}
.widget_mbp_customlist .post.hero .hero_buttonContainer a {
  margin-top: 1.7em;
  padding: 20px 40px;
}
.imagewidget_container {
  display: block;
  position: relative;
}
.imagewidget_backgroundOverlay {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.imagewidget_backgroundOverlay:hover {
  opacity: 0.5;
  transition: all 0.5s ease;
}
body {
  font-family: 'Karma', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  background-color: #FFF;
}
@media (min-width: 992px) {
  .fullwidth-container--underContent {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (min-width: 992px) {
  .row--underContent {
    margin-left: 50px;
    margin-right: 50px;
  }
}
body .underContent--background {
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (min-width: 992px) {
  .content {
    padding: 30px 50px 30px 50px;
  }
}
.content--bleed {
  padding: 30px 0 30px 0;
}
.headline--line {
  position: relative;
  overflow: hidden;
}
.headline--line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.headline--line span:before,
.headline--line span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.53em;
  border-top: 2px dashed #aeb0b6;
}
.headline--line span:before {
  right: 100%;
}
.headline--line span:after {
  left: 100%;
}
#sidebar-header {
  padding-bottom: 0;
}
@media (min-width: 992px) {
  #sidebar-header {
    padding-bottom: 15px;
  }
}
#sidebar-header .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
/* Mobile navigation */
.mobileNavigation_wrapper {
  display: block;
  padding: 0;
}
@media (min-width: 992px) {
  .mobileNavigation_wrapper {
    display: none;
  }
}
.mobileNavigation {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #d0dde3;
}
.hamburger_wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-right: 1px solid #d0dde3;
  color: #78AEC4;
  cursor: pointer;
  padding-top: 5px;
  width: 70px;
}
.hamburger_wrapper.is-expanded {
  color: #333;
}
.hamburger_icon {
  font-size: 28px;
}
.hamburger_text {
  font-size: 10px;
  text-transform: uppercase;
}
.cartWrapper {
  margin: 0;
  padding: 0;
}
.cartWrapper .navbar_item {
  border-bottom: 0;
}
.cartWrapper .navbar_item a {
  border-bottom: 0;
  color: #78AEC4;
}
.logoWrapper {
  display: none;
}
.menu-container,
.mainMenu_wrapper {
  display: none;
}
.menu-container.is-expanded,
.mainMenu_wrapper.is-expanded {
  display: block;
}
@media (min-width: 992px) {
  .menu-container,
  .mainMenu_wrapper {
    display: block;
  }
}
.navbar_caretWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-self: stretch;
  -moz-align-self: stretch;
  -ms-align-self: stretch;
  align-self: stretch;
  border-left: 1px solid #d0dde3;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
@media (min-width: 992px) {
  .navbar_caretWrapper {
    display: none;
  }
}
.megaMenu_caret {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-align-self: center;
  align-self: center;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #27282D;
  font-size: 24px;
  padding: 0 20px 0 20px;
  z-index: 200;
}
.megaMenu_caret:hover {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.megaMenu_caret.is-expanded {
  -moz-transition-duration: 0s;
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .megaMenu_caret {
    display: none;
  }
}
.megaMenu_caret.fa {
  margin-right: 0;
}
/** Main menu **/
.navbar_list--mainMenu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar_list--mainMenu {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 0;
    width: auto;
  }
}
.navbar_list--mainMenu .navbar_item {
  border-bottom: 1px solid #d0dde3;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar_list--mainMenu .navbar_item {
    border-bottom: 0;
    width: auto;
  }
}
.navbar_item.is-level1 {
  font-size: 32px;
  margin-right: 0;
}
.navbar_link.is-level1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  font-family: 'Metrophobic', sans-serif;
  min-height: 50px;
  padding: 0 5px 0 20px;
  position: relative;
}
@media (min-width: 992px) {
  .navbar_link.is-level1 {
    display: inline;
    min-height: 0;
    padding: 15px 20px;
  }
}
.navbar_list--mainMenu .navbar_list.is-level2 {
  background-color: #F1F7EB;
  display: none;
  width: 100%;
}
.navbar_list--mainMenu .navbar_list.is-level2.is-visible {
  display: block;
}
@media (min-width: 992px) {
  .navbar_list--mainMenu .navbar_list.is-level2.is-visible {
    display: none;
  }
}
ul.navbar_list.is-level2 li.menu-item {
  background-color: #78AEC4;
  border-bottom: 0;
}
ul.navbar_list.is-level2 li.menu-item:first-child a.navbar_link {
  border-top: 0;
}
ul.navbar_list.is-level2 li.menu-item a.navbar_link {
  margin-left: 40px !important;
  margin-right: 40px !important;
  color: #fff !important;
  border-top: 1px solid #d0dde3;
}
.navbar_link.is-level2 {
  padding: 5px 0 5px 20px;
}
.current_page_item.is-level2 .navbar_link.is-level2 {
  color: black;
}
.navbar_list--mainMenu .navbar_item.is-level2:first-child {
  border-top: 1px solid #d0dde3;
}
.navbar_list--mainMenu .navbar_item.is-level2:last-child {
  border-bottom: 0;
}
/** Sidebar header **/
.content {
  -webkit-box-shadow: 0 1px 5px #CCC;
  -moz-box-shadow: 0 1px 5px #CCC;
  box-shadow: 0 1px 5px #CCC;
  background-color: #FFF;
}
.sidebar > div {
  -webkit-box-shadow: 0 1px 5px #CCC;
  -moz-box-shadow: 0 1px 5px #CCC;
  box-shadow: 0 1px 5px #CCC;
  background-color: #FFF;
}
/** Sidemenu **/
.sidebar .menu-container {
  overflow: hidden;
}
div.widget_mbp_menuwidget {
  padding-left: 0;
  padding-right: 0;
}
ul.widgetMenu-list,
.sidebar .widget_mbp_menuwidget .navbar_list {
  padding-left: 0;
  margin: 0;
}
ul.widgetMenu-list li,
.sidebar .widget_mbp_menuwidget .navbar_list li {
  border-bottom: 1px solid #d0dde3;
  list-style: none;
}
ul.widgetMenu-list li:last-child,
.sidebar .widget_mbp_menuwidget .navbar_list li:last-child {
  border-bottom: 0;
}
li.widgetMenu-list-item > a,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level1 > li > a {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #d0dde3;
  display: block;
  padding: 20px 15px 20px 15px;
  text-decoration: none;
  width: 100%;
}
li.widgetMenu-list-item > a:hover,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level1 > li > a:hover {
  background-color: #F0F4F6;
}
ul.widgetMenu-sublist,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 {
  padding-left: 0;
  width: 100%;
}
ul.widgetMenu-sublist li,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 li {
  width: 100%;
}
ul.widgetMenu-sublist li a,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 li a {
  color: #A9A9AB;
  display: block;
  padding: 15px;
  width: 100%;
}
ul.widgetMenu-sublist li a:hover,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 li a:hover {
  background-color: #F0F4F6;
  color: black;
  text-decoration: none;
}
ul.widgetMenu-sublist li.current_page_item a,
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 li.current_page_item a {
  color: black;
}
.sidebar .widget_mbp_menuwidget .navbar_list.is-level2 a {
  line-height: 19px;
}
@media (min-width: 992px) {
  #sidebar-header .container-fluid .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
/**
 * Category page 
 */
.postList_wrapper {
  margin-bottom: 5em;
}
@media (min-width: 992px) {
  .postList_wrapper {
    margin-bottom: 2em;
  }
}
.postList_image {
  max-width: 50%;
}
.postList_content {
  max-width: 50vw;
}
.postList_title {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .postList_title {
    font-size: 24px;
  }
}
.postList_date {
  color: #27282D;
}
.postList_more {
  padding-left: 0;
}
.category_title {
  margin-top: 0;
}
/* Category widget */
.sidebar--categories {
  display: block;
  margin-bottom: 1em;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .sidebar--categories {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget_categories h2 {
  display: none;
}
.widget_categories ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.widget_categories ul li {
  width: 100%;
}
.widget_categories ul li a {
  color: #A9A9AB;
  display: block;
  padding: 15px;
  width: 100%;
}
.widget_categories ul li a:hover {
  background-color: #F0F4F6;
  color: black;
  text-decoration: none;
}
.widget_categories ul li.current-cat a {
  color: black;
}
.subscribeForm {
  color: #FFF;
}
.subscribeForm .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 768px) {
  .subscribeForm .row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.subscribeForm_error {
  display: none;
}
.subscribeForm_success {
  display: none;
}
h3.subscribeForm_title {
  color: #FFF;
}
.subscribeForm_form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.subscribeForm_input {
  border: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #333;
  height: 50px;
  padding: 0 1em 0 1em;
  outline: 0;
  width: 100%;
}
.subscribeForm_input.is-failed {
  border-bottom: 4px solid #C80B0E;
  height: 52px;
}
.subscribeForm_submit {
  background-color: #49A3A1;
  border: 0;
  color: #FFF;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 25px;
  text-transform: uppercase;
}
.subscribeForm_submit:hover,
.subscribeForm_submit:active,
.subscribeForm_submit:focus {
  background-color: #297775;
  text-decoration: none;
  outline: 0;
}
.subscribeForm_submit.is-failed {
  border-bottom: 4px solid #C80B0E;
  height: 52px;
}
.subscribeForm_error {
  border-bottom: 4px solid #C80B0E;
  display: none;
}
/** Hero sidebar **/
body section.fullwidth-container.sidebarTypeSlideshow {
  border-bottom: 4px solid #C80B0E;
  margin: 0;
  padding: 0;
}
body section.fullwidth-container.sidebarTypeSlideshow .row {
  margin: 0;
  width: 100%;
}
body section.fullwidth-container.sidebarTypeSlideshow .container-fluid {
  margin: 0;
  padding: 0;
}
body section.fullwidth-container.sidebarTypeSlideshow .SlideshowWidget {
  margin: 0;
  padding: 0;
  position: relative;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container {
  min-height: 400px;
}
@media (min-width: 500px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container {
    min-height: 300px;
  }
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container .slideshow_content {
  min-height: 400px;
}
@media (min-width: 500px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container .slideshow_content {
    min-height: 300px;
  }
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container .slideshow_content .slideshow_description_box {
  background-color: rgba(33, 33, 33, 0.4);
  opacity: 1;
  padding: 16px;
  bottom: auto !important;
  top: auto !important;
  right: auto !important;
  position: relative !important;
}
@media (min-width: 768px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container .slideshow_content .slideshow_description_box {
    padding: 4em 3em 4em 3em;
    width: 600px;
  }
}
@media (min-width: 992px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_container .slideshow_content .slideshow_description_box {
    margin-right: 20%;
  }
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_slide_image img {
  display: none;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_slide_image a {
  display: none;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_slide_image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 992px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_slide_image {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_title {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 400;
  color: #FFF !important;
}
@media (min-width: 768px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_title {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  body section.fullwidth-container.sidebarTypeSlideshow .slideshow_title {
    font-size: 64px;
  }
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_description {
  margin-top: 1em;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_pagination {
  bottom: 40px;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_cta {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #FFF;
  display: block;
  height: 50px;
  margin: 1em auto 0 auto;
  max-width: 180px;
  padding: 15px 40px 15px 40px;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_pagination ul li {
  height: 20px;
  width: 20px;
  background: url('/wp-content/themes/mbptheme-child/images/pag.png') no-repeat;
  opacity: 1;
}
body section.fullwidth-container.sidebarTypeSlideshow .slideshow_pagination ul li.slideshow_currentView {
  background: url('/wp-content/themes/mbptheme-child/images/pagactive.png') no-repeat;
}
#donera {
  padding: 1em 0;
}
@media (min-width: 768px) {
  #donera {
    padding: 6em 0;
  }
}
#donera .widget_mbp_textwidget--default {
  padding: 3em 2em;
}
#donera .widget_mbp_textwidget--default p {
  font-size: 18px;
}
@media (min-width: 768px) {
  #donera .widget_mbp_textwidget--default p {
    font-size: 24px;
  }
}
#donera .widget_mbp_textwidget--default h3 {
  margin: 0;
}
#donera .swish_wrapper {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FFF;
  display: block;
  margin: 0 auto 1em auto;
  padding: 0.5em 1em;
  text-align: center;
  width: 200px;
}
#donera .swish_number {
  display: block;
  font-family: 'Metrophobic', sans-serif;
}
#bidra {
  margin: 0;
  padding: 2em 0;
}
@media (min-width: 768px) {
  #bidra {
    margin: 2em 0;
  }
}
#noter {
  background-position: left;
  height: 62px;
  margin: 2em 0 0 0;
  padding: 0;
}
@media (min-width: 768px) {
  #noter {
    margin: 6em 0 0 0;
  }
}
#film {
  text-align: center;
}
#film iframe {
  max-width: 100%;
}
#media {
  padding-top: 0;
}
#sidebar-footer {
  border-top: 4px solid #3990B2;
}
#sidebar-footer a {
  color: #333;
}
/** MBP CUSTOMLIST **/
.widget_mbp_customlist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
}
@media (min-width: 992px) {
  .widget_mbp_customlist {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
.widget_mbp_customlist.list_image_above {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.mbp_customlistInner.list_image_above {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 300px;
}
@media (min-width: 640px) {
  .mbp_customlistInner.list_image_above {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    width: 570px;
  }
}
@media (min-width: 1024px) {
  .mbp_customlistInner.list_image_above {
    max-width: 1200px;
    width: 100%;
  }
}
/** 
 * Postcard 
 */
.mbp_customlistInner.postcard {
  margin-top: 1em;
}
@media (min-width: 992px) {
  .mbp_customlistInner.postcard {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.postcard_container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  margin-bottom: 1em;
}
.postcard_link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.postcard_link:hover {
  -webkit-box-shadow: 0px 2px 2px #ccc;
  -moz-box-shadow: 0px 2px 2px #ccc;
  box-shadow: 0px 2px 2px #ccc;
  text-decoration: none;
}
.postcard_image {
  height: 340px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.postcard_contentcontainer {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background-color: #fff;
  padding: 1em;
}
.postcard_title {
  color: #dd552f !important;
  height: 50px;
  margin-bottom: 0.5em;
  margin-top: 0;
}
.postcard_content {
  overflow: hidden;
}
.postcard_content p {
  color: #333 !important;
}
.postcard_filler {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
}
.informationCard {
  -webkit-box-shadow: 0 1px 5px #CCC;
  -moz-box-shadow: 0 1px 5px #CCC;
  box-shadow: 0 1px 5px #CCC;
  background-color: #FFF;
  color: #333;
  display: block;
  margin-bottom: 2em;
  max-width: 275px;
  padding: 1em;
}
@media (min-width: 992px) {
  .informationCard {
    max-width: 230px;
  }
}
@media (min-width: 1200px) {
  .informationCard {
    max-width: 275px;
  }
}
.informationCard:hover {
  background-color: #F1F1F1;
  color: #333;
  text-decoration: none;
}
.informationCard h1,
.informationCard h2,
.informationCard h3,
.informationCard h4 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 0.2em;
  margin-top: 0.7em;
  text-transform: none;
  word-break: normal;
}
@media (min-width: 768px) {
  .informationCard h1,
  .informationCard h2,
  .informationCard h3,
  .informationCard h4 {
    font-size: 24px;
  }
}
.informationCard_date {
  color: #A9A9AB;
}
/** Textwidget styles **/
.widget_mbp_textwidget--default h2 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .widget_mbp_textwidget--default h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .widget_mbp_textwidget--default h2 {
    font-size: 64px;
  }
}
.widget_mbp_textwidget--default h3 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 18px;
}
@media (min-width: 768px) {
  .widget_mbp_textwidget--default h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .widget_mbp_textwidget--default h3 {
    font-size: 32px;
  }
}
.imageWidget {
  color: #333;
  display: block;
}
@media (min-width: 768px) {
  .imageWidget {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.imageWidget a {
  color: #333;
}
.imageWidget a:hover {
  text-decoration: none;
}
@media (min-width: 768px) {
  .imageWidget--left {
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .imageWidget--right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    padding-right: 0;
  }
}
.imageWidget_content {
  display: block;
  padding: 4em 2em 4em 2em;
}
@media (min-width: 768px) {
  .imageWidget_content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
}
.imageWidget_innerContent {
  max-width: 33em;
}
@media (min-width: 768px) {
  .imageWidget_content--right {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.imageWidget_content--left {
  padding-right: 0;
  padding-left: 1em;
}
@media (min-width: 992px) {
  .imageWidget_content--left {
    padding-left: 4em;
  }
}
.imageLeft_image {
  display: block;
  font-family: inherit;
  font-size: 16px;
  min-height: 200px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .imageLeft_image {
    min-height: none;
  }
}
.imageRight_image {
  display: block;
  font-family: inherit;
  font-size: 16px;
  min-height: 200px;
  padding-right: 0;
}
@media (min-width: 768px) {
  .imageRight_image {
    min-height: none;
  }
}
.imageLeft_content--mobile {
  padding-right: 15px;
}
.imageRight_image {
  padding-right: 0;
}
/** Semi transparent widget **/
.transparentWidget {
  background-color: rgba(120, 174, 196, 0.8);
  color: #FFF;
  margin: 4em 0;
  padding: 16px;
}
@media (min-width: 992px) {
  .transparentWidget {
    margin: 8em 0;
  }
}
.transparentWidget h1,
.transparentWidget h2 {
  font-family: 'Metrophobic', sans-serif;
  line-height: 1.2;
  font-weight: 400;
  font-size: 24px;
  margin: 0;
}
@media (min-width: 768px) {
  .transparentWidget h1,
  .transparentWidget h2 {
    font-size: 32px;
  }
}
@media (min-width: 992px) {
  .transparentWidget h1,
  .transparentWidget h2 {
    font-size: 64px;
  }
}
.transparentWidget h1 span,
.transparentWidget h2 span {
  text-shadow: 1px 2px rgba(0, 0, 0, 0.2);
}
.transparentWidget p {
  font-size: 32px;
}
.widget_mbp_imagewidget {
  padding-bottom: 15px;
  padding-top: 15px;
}
.imagewidget_container {
  position: relative;
}
.imagewidget_text {
  background-color: rgba(33, 33, 33, 0.4);
  bottom: 0;
  color: #FFF;
  font-size: 64px;
  left: 0;
  height: 60px;
  padding: 16px 25px 16px 25px;
  position: absolute;
  right: 0;
}
.btn {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #C80B0E;
  color: #FFF;
  font-weight: 400;
  height: 50px;
  line-height: 50px;
  padding: 0 25px 0 25px;
  text-transform: uppercase;
}
.btn:hover {
  color: #FFF;
  background-color: #901618;
  text-decoration: none;
}
a.btn--secondary {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  background-color: #49A3A1;
  height: 50px;
  font-weight: 400;
  line-height: 50px;
  padding: 0 25px 0 25px;
  text-transform: uppercase;
}
a.btn--secondary:hover {
  background-color: #297775;
  text-decoration: none;
}
.notFound_title {
  text-align: center;
}
.notFound_content {
  text-align: center;
}
#mbp_textwidget-839 {
  color: #fff;
}
#mbp_textwidget-839 a {
  color: #fff;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  min-width: 275px;
  margin-right: 30px;
  box-shadow: 0 5px 10px 0 rgba(51, 146, 176, 0.05);
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item {
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  padding: 0;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item a {
  padding: 8px 30px;
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 20px;
  position: relative;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item a:after {
  content: '';
  display: block;
  width: 12px;
  height: 7px;
  background-image: url("../images/chevron.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  opacity: 0.6;
  transition: opacity 0.2s ease-in-out;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item:hover {
  background-color: rgba(51, 146, 176, 0.1);
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item:hover a {
  text-decoration: none;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item:hover a:after {
  opacity: 1;
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item.current_page_item,
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item.current-menu-item {
  font-weight: bold;
  background-color: rgba(51, 146, 176, 0.1);
}
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item.current_page_item a:after,
section:not(#sidebar-header) div.widget_mbp_menuwidget ul.navbar_list li.menu-item.current-menu-item a:after {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */