/*
 *	Main site 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: 1439px) {
  .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: 1439px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  .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: 1440px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1440px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1440px) {
  .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: 1439px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .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: 1440px) {
  .container {
    width: 1420px;
  }
}
.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: 1440px) {
  .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
  ---------------------------------------------------*/
/**
 * MBP Theme colors
 */
/**
 * MBP Theme z-index
 */
/*
 * MBP Theme typography 
 */
/* Fontsizes */
/* Line heights */
/* Fontweights */
/* Letter spacing */
.u-jumbo {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .u-jumbo {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .u-jumbo {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .u-jumbo {
    font-size: 96px;
  }
}
.u-centered {
  text-align: center;
}
.font-text {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: normal;
}
.font-preamble {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: normal;
}
.font-text--light {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: normal;
  font-weight: 400;
}
.preamble {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6875;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .preamble {
    font-size: 22px;
  }
}
.preamble--light {
  font-weight: 400;
}
.headlineCommon {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
}
.hx0 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
.hx1 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .hx1 {
    font-size: 22px;
  }
}
.hx2 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  .hx2 {
    font-size: 28px;
  }
}
.hx3 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 22px;
}
@media (min-width: 768px) {
  .hx3 {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .hx3 {
    font-size: 36px;
    text-align: left;
  }
}
.hx3_5 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .hx3_5 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .hx3_5 {
    font-size: 42px;
    text-align: left;
  }
}
.hx4 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .hx4 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .hx4 {
    font-size: 60px;
  }
}
.hx5 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .hx5 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .hx5 {
    font-size: 60px;
  }
}
@media (min-width: 1440px) {
  .hx5 {
    font-size: 96px;
  }
}
.hx--light {
  font-weight: 400;
}
@media (min-width: 768px) {
  .hx--light {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .hx--light {
    font-weight: 400;
  }
}
p {
  max-width: 700px;
}
.content ul,
.content ol {
  max-width: 700px;
}
.content h1 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
}
@media (min-width: 768px) {
  .content h1 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .content h1 {
    font-size: 42px;
    text-align: left;
  }
}
.layout-left {
  clear: both;
  float: left;
  min-width: 150px;
  width: auto;
}
@media (min-width: 768px) {
  .layout-left {
    margin-top: 1em;
  }
}
.layout-right {
  float: left;
  min-width: 150px;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .layout-right {
    margin-top: 1em;
    padding-top: 2em;
  }
}
.fullwidth-container {
  position: relative;
}
.header {
  background: transparent;
  position: relative;
}
@media (min-width: 992px) {
  .header {
    margin-bottom: 2em;
  }
}
#content {
  padding-top: 0;
}
.navbar_list--mainMenu {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: normal;
  font-weight: 400;
  font-size: 22px;
  display: none;
}
.navbar_list--mainMenu .navbar_item {
  margin: 0;
}
.navbar_list--mainMenu .navbar_item a {
  font-weight: 100;
  padding: 10px 15px;
}
.navbar_list--mainMenu .navbar_item.current-menu-item a {
  text-decoration: underline;
}
.navbar_list--mainMenu.navbar_list {
  margin-top: 8px;
}
@media (min-width: 992px) {
  .navbar_list--mainMenu {
    display: block;
  }
}
.navbar_list--topMenu .navbar_item {
  margin: 0;
}
.navbar_list--topMenu .navbar_item a,
.navbar_list--topMenu .navbar_item span {
  padding: 15px 10px;
  color: #FFF;
}
.navbar_list--topMenu .navbar_item a:hover {
  color: #CCC;
}
.navbar_list--topMenu .navbar_item--seperate {
  margin-right: 2em;
}
.navbar_list--topMenu .navbar_item.current-menu-item {
  font-weight: 700;
  text-decoration: underline;
}
.navbar-toggle {
  float: right;
  display: block;
  padding: 10px 7px 6px 7px;
  text-align: center;
  background-color: #2a2723;
  color: #FFF;
  border: 1px solid #2a2723;
  border-radius: 3px;
  margin-top: 9px;
}
.navbar-toggle:hover {
  background-color: #46413a;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-toggle .icon-bar {
  background-color: #FFF;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-left: 11px;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
}
.languageMenu .navbar_logo {
  margin-top: 14px;
}
.languageMenu .navbar-toggle {
  margin-top: 8px;
  margin-bottom: 8px;
}
.languageMenu .navbar_list {
  display: none;
}
@media (min-width: 992px) {
  .languageMenu .navbar_list {
    display: block;
  }
}
.sidebar {
  padding-top: 22px;
}
.widget_nav_menu ul.menu {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  margin: 0;
  font-weight: 700;
  padding: 0;
}
@media (min-width: 768px) {
  .widget_nav_menu ul.menu {
    font-size: 22px;
  }
}
.widget_nav_menu ul.sub-menu {
  font-weight: 400;
  list-style: none;
  padding-left: 30px;
}
@media (min-width: 768px) {
  .widget_nav_menu ul.sub-menu {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .widget_nav_menu ul.sub-menu {
    font-weight: 400;
  }
}
.widget_nav_menu li {
  margin-top: 15px;
}
.widget_nav_menu li.current-menu-item > a {
  text-decoration: underline;
}
.widget_nav_menu a {
  color: #2a2723;
  text-decoration: none;
  font-weight: 400;
}
.widget_nav_menu a:hover {
  text-decoration: underline;
}
.title-large {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
  display: inline-block;
  width: 100%;
  margin: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .title-large {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .title-large {
    font-size: 60px;
  }
}
.title-byline {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .title-byline {
    font-size: 22px;
  }
}
.clearfix {
  padding-bottom: 2em;
}
.video {
  width: 100%;
  min-height: 1px;
  min-width: 640px;
}
.video_container {
  z-index: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
  overflow: hidden;
}
.video_image {
  width: 100%;
  height: auto;
  min-width: 640px;
}
.video_image.clone {
  width: 80%;
  max-height: 400px;
}
@media (min-width: 1440px) {
  .video_image.clone {
    max-height: 500px;
  }
}
.video_background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 23%, #f3f3f3 82%, #eeeeee 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #ffffff), color-stop(23%, #ffffff), color-stop(82%, #f3f3f3), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 23%, #f3f3f3 82%, #eeeeee 100%);
  background: -o-linear-gradient(-45deg, #ffffff 0%, #ffffff 23%, #f3f3f3 82%, #eeeeee 100%);
  background: -ms-linear-gradient(-45deg, #ffffff 0%, #ffffff 23%, #f3f3f3 82%, #eeeeee 100%);
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 23%, #f3f3f3 82%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=1);
}
.video_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url('../images/vertbg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 50% 100%;
}
.footer_menu {
  padding: 1em 0;
  color: #d8d7d6;
}
.footer_menu a {
  color: #d8d7d6;
}
.footer_menu .navbar_list {
  width: 100%;
  padding: 0;
}
.footer_menu .navbar_list li {
  float: left;
  margin-right: 10px;
}
.footer_menu li.is-level1 {
  float: left;
  width: 100%;
  margin: 0;
}
.footer_menu li.is-level1 a {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer_menu li.is-level1 a {
    font-size: 22px;
  }
}
.footer_menu li.is-level2 {
  width: 100%;
}
.footer_menu li.is-level2 a {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 16px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .footer_menu li.is-level2 a {
    font-weight: 400;
  }
}
@media (min-width: 992px) {
  .footer_menu li.is-level2 a {
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  .footer_menu li.is-level1 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .footer_menu li.is-level1 {
    width: 25%;
  }
}
.hidescroll .megaMenu {
  overflow-y: scroll;
}
.megaMenu {
  display: none;
  position: fixed;
  z-index: 900;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #FFF;
  padding: 0 !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
.megaMenu .navbar_item--newtab {
  background-image: url('../images/newtab.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) 50%;
}
.megaMenu .navbar_logo {
  margin-top: 6px;
}
.megaMenu_container.u-nopadding {
  padding: 0;
}
@media (min-width: 768px) {
  .megaMenu .navbar-toggle {
    margin-right: 0;
  }
}
.megaMenu .megaMenuToggle {
  margin-right: 0;
  display: none;
}
.megaMenu .megaMenuToggle_inner {
  background-color: #000;
  border-color: #000;
}
.megaMenu .megaMenuToggle_inner span {
  color: #FFF;
}
.megaMenu .megaMenuToggle_inner .icon-bar {
  background-color: #FFF;
}
@media (min-width: 992px) {
  .megaMenu .megaMenuToggle {
    display: block;
  }
}
.megaMenu .megaMenu_search {
  display: none;
  padding: 30px;
  text-align: center;
}
.megaMenu a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.megaMenu a:hover {
  cursor: pointer;
}
.megaMenu a a:focus,
.megaMenu a a:active {
  outline: none;
}
@media (max-width: 992px) {
  .megaMenu_nav {
    margin-top: 3em;
    border-top: 1px solid rgba(29, 35, 39, 0.2);
    width: 100%;
    float: left;
    list-style: none;
    padding-left: 0;
  }
  .megaMenu_nav li {
    width: 100%;
    float: left;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .megaMenu_nav li.menu-item-has-children {
    cursor: pointer;
  }
  .megaMenu_nav li.menu-item-has-children:before {
    content: "\f343";
    display: inline-block;
    font-family: dashicons;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 48px;
    position: absolute;
    right: 8px;
  }
  .megaMenu_nav li.menu-item-has-children.closed:before {
    content: "\f347";
    display: inline-block;
    font-family: dashicons;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    width: 48px;
    position: absolute;
    right: 8px;
  }
  .megaMenu_nav li.menu-item-has-children.current-menu-item {
    background-color: rgba(135, 135, 135, 0.6);
  }
  .megaMenu_nav li.closed {
    border-bottom: 1px solid rgba(29, 35, 39, 0.2);
  }
  .megaMenu_nav li.closed .is-level2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    max-height: 0;
  }
  .megaMenu_nav li .is-level2 {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    max-height: 600px;
    cursor: auto;
    width: 100%;
    overflow: hidden;
    padding-left: 0;
  }
  .megaMenu_nav li .is-level2.navbar_list {
    border-top: 1px solid rgba(29, 35, 39, 0.2);
    background-color: #FFF;
  }
  .megaMenu_nav li .is-level2 li {
    border-top: none;
    border-bottom: 1px solid rgba(29, 35, 39, 0.2);
    background-color: rgba(179, 179, 179, 0.6);
  }
  .megaMenu_nav li .is-level2 li.current-menu-item {
    background-color: rgba(135, 135, 135, 0.6);
  }
  .megaMenu_nav li .is-level2 a {
    width: 100%;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    float: left;
    clear: both;
    padding: 10px 10px;
  }
  .megaMenu_nav li .is-level2 a:hover {
    cursor: pointer;
  }
  .megaMenu_nav li.current-menu-item {
    background-color: rgba(135, 135, 135, 0.6);
  }
  .megaMenu_nav a {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    float: left;
    clear: both;
    padding: 10px 50px 10px 10px;
    width: 100%;
  }
}
.megaMenu_language {
  list-style: none;
  max-width: 100%;
  width: 200px;
  margin: 0 auto 2em;
}
.megaMenu_languageLabel {
  width: 100%;
  text-align: center;
}
.megaMenu_languageItem {
  float: left;
  width: 50%;
  text-align: center;
}
.megaMenu_languageItem a {
  color: #000;
}
.megaMenu_languageItem.current-menu-item a {
  text-decoration: underline;
  font-weight: 600;
}
@media (min-width: 992px) {
  .megaMenu {
    display: none !important;
  }
}
.icon-bar {
  background-color: #748089;
  border-radius: 1px;
  display: block;
  height: 3px;
  width: 20px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.hidescroll {
  overflow-y: hidden;
}
.navbar_list--mainMobileMenu {
  margin-bottom: 0;
}
.navbar_list--mobileExtraNav {
  margin-top: 0;
  border-top: none;
}
.home .footer {
  background-color: #cac9c8;
  background-image: url('../images/trademark.png');
  background-position: 98% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  padding-bottom: 190px;
}
@media (min-width: 768px) {
  .home .footer {
    padding: 0;
  }
}
.home .u-jumbo {
  color: #222;
  margin-top: 0;
  margin-bottom: 15px;
}
.clone--first .footer {
  background-color: #cac9c8;
}
.clone--first .navbar_list--topMenu a,
.clone--first .navbar_list--topMenu span {
  color: #000;
}
.clone--first .navbar_list--topMenu a:hover {
  color: #555;
}
.home--first #top {
  padding-bottom: 0;
}
.home--first #upcomingevents {
  padding-top: 0;
}
.home--first h2 {
  font-family: 'Trade Gothic Next W01', 'Helvetica Neue', 'Helvetica', 'Arial', 'sans-serif';
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -1px;
  margin: 0.3em 0 0 0;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0.6em;
}
@media (min-width: 768px) {
  .home--first h2 {
    font-size: 36px;
  }
}
@media (min-width: 992px) {
  .home--first h2 {
    font-size: 60px;
  }
}
.home--first .languageMenu {
  display: none;
}
@media (min-width: 992px) {
  .home--first .languageMenu {
    display: block;
  }
}
@media (min-width: 992px) {
  .home--first {
    background-image: url('../images/vertbg_grey.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 50% calc(100% - 310px);
  }
}
.widget_mbp_teaserwidget .teaser {
  overflow: hidden;
  margin-bottom: 10px;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.4);
  background-color: #2a2723;
}
.widget_mbp_teaserwidget .teaser:hover {
  background-color: #38342f;
}
.widget_mbp_teaserwidget .teaser_content {
  box-sizing: border-box;
  padding: 15px;
  float: left;
  width: 67%;
}
@media (min-width: 992px) {
  .widget_mbp_teaserwidget .teaser_content {
    width: 50%;
  }
}
.widget_mbp_teaserwidget .teaser_content h1,
.widget_mbp_teaserwidget .teaser_content h2,
.widget_mbp_teaserwidget .teaser_content h3,
.widget_mbp_teaserwidget .teaser_content h4,
.widget_mbp_teaserwidget .teaser_content h5,
.widget_mbp_teaserwidget .teaser_content p {
  margin: 0;
  color: #FFF;
}
.widget_mbp_teaserwidget .teaser_content p {
  display: none;
}
@media (min-width: 992px) {
  .widget_mbp_teaserwidget .teaser_content p {
    display: block;
  }
}
.widget_mbp_teaserwidget .teaser_content--full {
  width: 100%;
}
.widget_mbp_teaserwidget .teaser_image {
  font-size: 0;
  overflow: hidden;
  float: right;
  width: 33%;
}
@media (min-width: 992px) {
  .widget_mbp_teaserwidget .teaser_image {
    width: 50%;
  }
}
.widget_mbp_teaserwidget .teaser_image img {
  width: 100%;
  height: auto;
}
.sidebar .widget_nav_menu {
  display: none;
}
@media (min-width: 992px) {
  .sidebar .widget_nav_menu {
    display: block;
  }
}
@media (min-width: 768px) {
  .widget_mbp_upcomingevents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget_mbp_upcomingevents h2,
.widget_mbp_upcomingevents h3,
.widget_mbp_upcomingevents h4 {
  color: #ae172b;
  margin-top: 0.3em;
  margin-bottom: 0.4em;
}
.widget_mbp_upcomingevents .upcomingEvents {
  color: #FFF;
}
.widget_mbp_upcomingevents .upcomingEvents a,
.widget_mbp_upcomingevents .upcomingEvents h3,
.widget_mbp_upcomingevents .upcomingEvents h4,
.widget_mbp_upcomingevents .upcomingEvents h5 {
  text-decoration: none;
  color: #FFF;
  margin: 0;
}
.widget_mbp_upcomingevents .upcomingEvents a:hover,
.widget_mbp_upcomingevents .upcomingEvents h3:hover,
.widget_mbp_upcomingevents .upcomingEvents h4:hover,
.widget_mbp_upcomingevents .upcomingEvents h5:hover,
.widget_mbp_upcomingevents .upcomingEvents a:focus,
.widget_mbp_upcomingevents .upcomingEvents h3:focus,
.widget_mbp_upcomingevents .upcomingEvents h4:focus,
.widget_mbp_upcomingevents .upcomingEvents h5:focus {
  outline: none;
}
.widget_mbp_upcomingevents .upcomingEvents_container {
  height: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .widget_mbp_upcomingevents .upcomingEvents_container {
    height: 500px;
  }
}
.widget_mbp_upcomingevents .upcomingEvents_background {
  display: block;
  opacity: 0.95;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget_mbp_upcomingevents .upcomingEvents_header {
  position: relative;
  padding: 20px;
}
.widget_mbp_upcomingevents .upcomingEvents_header:hover {
  opacity: 0.75;
}
.widget_mbp_upcomingevents .upcomingEvents_content {
  position: relative;
  padding: 20px;
}
.widget_mbp_upcomingevents .upcomingEvents_content p {
  margin-top: 0;
}
.widget_mbp_upcomingevents .upcomingEvents_content a {
  line-height: 14px;
  text-decoration: none;
}
.widget_mbp_upcomingevents .upcomingEvents_content a:hover {
  text-decoration: underline;
}
.widget_mbp_upcomingevents .upcomingEvents_content a .dashicons {
  color: #FFF;
}
.widget_mbp_upcomingevents .upcomingEvents_footer {
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  position: relative;
}
@media (min-width: 768px) {
  .widget_mbp_upcomingevents .upcomingEvents_footer {
    position: absolute;
  }
}
.widget_mbp_upcomingevents .upcomingEvents_footer a {
  font-size: 14px;
  text-transform: uppercase;
  background-color: rgba(42, 39, 35, 0.4);
  padding: 15px;
  overflow: hidden;
}
.widget_mbp_upcomingevents .upcomingEvents_footer a:first-child {
  background-color: rgba(42, 39, 35, 0.3);
}
.widget_mbp_upcomingevents .upcomingEvents_footer a:hover {
  background-color: rgba(42, 39, 35, 0.5);
}
.widget_mbp_upcomingevents .upcomingEvents_date span {
  font-weight: bold;
  display: block;
}
.widget_mbp_upcomingevents .upcomingEvents_reglink {
  display: block;
}
.widget_mbp_upcomingevents .savethedate {
  background-color: #2a2723;
  height: auto;
  padding: 20px 0;
}
.widget_mbp_upcomingevents .savethedate h3,
.widget_mbp_upcomingevents .savethedate h4 {
  text-align: center;
}
@media (min-width: 992px) {
  .widget_mbp_upcomingevents .savethedate h3,
  .widget_mbp_upcomingevents .savethedate h4 {
    text-align: left;
  }
}
.widget_mbp_upcomingevents .savethedate_header {
  font-weight: bold;
  padding-top: 15px;
  border-top: 2px solid #36332e;
}
.widget_mbp_upcomingevents .savethedate span {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  color: #FFF;
  margin-bottom: 5px;
}
.widget_mbp_upcomingevents .savethedate_container {
  padding-bottom: 15px;
}
.widget_mbp_upcomingevents .savethedate_container:hover {
  background-color: #38342f;
}
.widget_mbp_upcomingevents .savethedate a,
.widget_mbp_upcomingevents .savethedate h2,
.widget_mbp_upcomingevents .savethedate h3,
.widget_mbp_upcomingevents .savethedate h4,
.widget_mbp_upcomingevents .savethedate h5 {
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  margin: 0 0 15px;
}
.widget_mbp_titlewidget {
  padding: 2em 15px 0;
}
.widget_mbp_titlewidget h1,
.widget_mbp_titlewidget h2,
.widget_mbp_titlewidget h3 {
  margin: 0;
  font-weight: 400;
}
@media (min-width: 768px) {
  .widget_mbp_titlewidget {
    padding-top: 0;
  }
}
.quote {
  padding-left: 55px;
  background-image: url('../images/quote.png');
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: 0% 0%;
}
.quote p {
  margin-top: 0;
}
.align-left {
  float: left;
}
.text-align-left {
  text-align: left;
}
.align-right {
  float: right;
}
.text-align-right {
  text-align: right;
}
@media (min-width: 992px) {
  .extra-padding-1 {
    padding: 1em 0;
  }
  .extra-padding-2 {
    padding: 2em 0;
  }
  .extra-padding-3 {
    padding: 3em 0;
  }
  .extra-padding-4 {
    padding: 4em 0;
  }
  .extra-padding-5 {
    padding: 5em 0;
  }
  .extra-padding-6 {
    padding: 6em 0;
  }
  .extra-padding-7 {
    padding: 7em 0;
  }
  .extra-padding-8 {
    padding: 8em 0;
  }
  .extra-padding-9 {
    padding: 9em 0;
  }
  .extra-padding-10 {
    padding: 10em 0;
  }
}
.content table {
  max-width: 100%;
}
.content table td {
  padding: 5px;
}
table.trackrecord {
  width: auto;
  max-width: 560px;
  border: 0;
  line-height: 25px;
  border-spacing: 1px;
}
table.trackrecord h3 {
  margin-top: 25px;
}
.trackrecord-quantity {
  width: 32px;
  background: #db642f;
  text-align: center;
  font-size: 15px;
  color: white;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}
.trackrecord-description {
  padding-right: 25px;
  text-align: right;
}
/* Past event */
.past-event {
  max-width: 620px;
  position: relative;
  color: #FFF;
  margin-bottom: 20px;
}
.past-event header {
  position: relative;
  /*padding-bottom: 10px;*/
  padding: 30px 30px 10px 30px;
}
.past-event header h3.title {
  display: inline-block;
  margin: 0px;
}
.past-event header h3.title a {
  color: #FFF;
  text-decoration: none;
}
.past-event header .organized-by {
  padding-top: 10px;
}
.past-event header .organized-by p {
  font-size: 14px;
  margin: 0px;
}
.past-event .content {
  background: #fff;
  padding: 10px 30px 20px 20px;
}
.past-event ul {
  padding-left: 0px;
}
.past-event ul li {
  list-style-type: none;
  margin-bottom: 10px;
}
.past-event ul li p {
  display: inline;
}
.past-event span {
  background: rgba(255, 255, 255, 0.2);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 32px;
  margin-right: 12px;
  height: 32px;
  width: 32px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .past-event header .organized-by {
    position: relative;
    padding-top: 10px;
  }
  .past-event header .organized-by p {
    text-align: left;
  }
}
/*# sourceMappingURL=main-child.css.map */