/* -----------------------------------------
   Imports / Fonts
----------------------------------------- */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 17, 2014 */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on April 17, 2014 */
@import "//netdna.bootstrapcdn.com/font-awesome/4.0.1/css/font-awesome.css";
@font-face {
  font-family: 'innovatum_sansbold';
  src: url("../fonts/sans/innovatumsans-bold-webfont.eot");
  src: url("../fonts/sans/innovatumsans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/innovatumsans-bold-webfont.woff") format("woff"), url("../fonts/sans/innovatumsans-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'innovatum_sansregular';
  src: url("../fonts/sans/innovatumsans-book-webfont.eot");
  src: url("../fonts/sans/innovatumsans-book-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sans/innovatumsans-book-webfont.woff") format("woff"), url("../fonts/sans/innovatumsans-book-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* -----------------------------------------
   Variables: Branding / Colors / Fonts
----------------------------------------- */
/* -----------------------------------------
   Mixins
----------------------------------------- */
.meta {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* -----------------------------------------
   General
----------------------------------------- */
img {
  max-width: 100%; }

/* -----------------------------------------
   Typography
----------------------------------------- */
body {
  font-family: "innovatum_serifregular", Helvetica, Arial, sans-serif; }

p, ul, ol {
  line-height: 1.5; }

a {
  color: #E3773F;
  text-decoration: none; }

.center {
  text-align: center; }

.preheader {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #808080; }

/* -----------------------------------------
   Headers & Header types
----------------------------------------- */
h1, .h1, .size-xl {
  font-size: 25px; }
  h1 + .preheader, .h1 + .preheader, .size-xl + .preheader {
    font-size: 15.45117px; }

h2, .h2, .size-l {
  font-size: 20px; }
  h2 + .preheader, .h2 + .preheader, .size-l + .preheader {
    font-size: 12.36094px; }

h3, .h3, .size-m {
  font-size: 18px; }
  h3 + .preheader, .h3 + .preheader, .size-m + .preheader {
    font-size: 11.12485px; }

h4, .h4, .size-s {
  font-size: 16px; }
  h4 + .preheader, .h4 + .preheader, .size-s + .preheader {
    font-size: 9.88875px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "innovatum_sansbold", Helvetica, Arial, sans-serif;
  font-weight: normal;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #000; }
    h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
      text-decoration: none; }

p, * {
  font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }

.pill {
  border-radius: 99em;
  padding: 5px 15px;
  display: inline-block; }
  .orange .pill {
    color: #FFF;
    background: #E3773F; }
  .purple .pill {
    color: #FFF;
    background: #662F68; }
  .red .pill {
    color: #FFF;
    background: #D32F4D; }
  .teal .pill {
    color: #FFF;
    background: #00857F; }
  .yellow .pill {
    color: #FFF;
    background: #FED049; }
  .blue .pill {
    color: #FFF;
    background: #76C5D2; }
  .pink .pill {
    color: #FFF;
    background: #EAA9B7; }
  .green .pill {
    color: #FFF;
    background: #00857f; }

/* -----------------------------------------
   Layouts
----------------------------------------- */
/**
 * Grid
 * --------------------------------------------------
 * Using flexbox for the grid, inspired by Philip Walton:
 * http://philipwalton.github.io/solved-by-flexbox/demos/grids/
 * By default each .col within a .row will evenly take up
 * available width, and the height of each .col with take
 * up the height of the tallest .col in the same .row.
 */
.row {
  padding: 5px;
  width: 100%;
  display: block;
  overflow: hidden; }

.row + .row {
  margin-top: -5px;
  padding-top: 0; }

.col {
  display: block;
  padding: 5px;
  width: 100%;
  float: left;
  flex: none !important; }

/* Vertically Align Columns */
/* .row-* vertically aligns every .col in the .row */
.row-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.row-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.row-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

.row-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.row-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

/* .col-* vertically aligns an individual .col */
.col-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.col-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.col-center {
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* Column Offsets */
.col-offset-10 {
  margin-left: 10%; }

.col-offset-20 {
  margin-left: 20%; }

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

.col-offset-33, .col-offset-34 {
  margin-left: 33.3333%; }

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

.col-offset-66, .col-offset-67 {
  margin-left: 66.6666%; }

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

.col-offset-80 {
  margin-left: 80%; }

.col-offset-90 {
  margin-left: 90%; }

/* Explicit Column Percent Sizes */
/* By default each grid column will evenly distribute */
/* across the grid. However, you can specify individual */
/* columns to take up a certain size of the available area */
.col-10 {
  max-width: 10%; }

.col-20 {
  max-width: 20%; }

.col-25 {
  max-width: 25%; }

.col-33, .col-34 {
  max-width: 33.3333%; }

.col-50 {
  max-width: 50%; }

.col-66, .col-67 {
  max-width: 66.6666%; }

.col-75 {
  max-width: 75%; }

.col-80 {
  max-width: 80%; }

.col-90 {
  max-width: 90%; }

/* Responsive Grid Classes */
/* Adding a class of responsive-X to a row */
/* will trigger the flex-direction to */
/* change to column and add some margin */
/* to any columns in the row for clearity */
@media (max-width: 567px) {
  .responsive-sm {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-sm .col, .responsive-sm .col-10, .responsive-sm .col-20, .responsive-sm .col-25, .responsive-sm .col-33, .responsive-sm .col-34, .responsive-sm .col-50, .responsive-sm .col-66, .responsive-sm .col-67, .responsive-sm .col-75, .responsive-sm .col-80, .responsive-sm .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
@media (max-width: 767px) {
  .responsive-md {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-md .col, .responsive-md .col-10, .responsive-md .col-20, .responsive-md .col-25, .responsive-md .col-33, .responsive-md .col-34, .responsive-md .col-50, .responsive-md .col-66, .responsive-md .col-67, .responsive-md .col-75, .responsive-md .col-80, .responsive-md .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
@media (max-width: 1023px) {
  .responsive-lg {
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .responsive-lg .col, .responsive-lg .col-10, .responsive-lg .col-20, .responsive-lg .col-25, .responsive-lg .col-33, .responsive-lg .col-34, .responsive-lg .col-50, .responsive-lg .col-66, .responsive-lg .col-67, .responsive-lg .col-75, .responsive-lg .col-80, .responsive-lg .col-90 {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -moz-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-bottom: 15px;
      margin-left: 0;
      max-width: 100%;
      width: 100%; } }
.splash .content {
  padding-top: 35%;
  text-align: center;
  font-family: "innovatum_sansbold", Helvetica, Arial, sans-serif; }
  .splash .content h1 {
    color: #E3773F; }
  .splash .content p {
    color: #fff; }
  .splash .content i {
    font-size: 30px; }
  .splash .content img {
    margin-bottom: 40px;
    max-width: 70%; }

.header.white {
  padding: 20px 0;
  border-bottom: 1px solid #ddd; }
  .header.white img {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 70%;
    height: auto; }
.header.featured img {
  position: relative;
  top: 20px;
  margin: 0 auto;
  display: block;
  width: 70%;
  height: auto; }
.header.featured .content {
  padding: 20px;
  margin-top: 40%; }
  .header.featured .content h1, .header.featured .content h2, .header.featured .content h3, .header.featured .content h4, .header.featured .content h5, .header.featured .content p {
    color: #fff;
    margin-bottom: 0; }
  .header.featured .content p {
    font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }
    .header.featured .content p.meta {
      font-family: "innovatum_sansbold", Helvetica, Arial, sans-serif; }
  .header.featured .content.orange {
    background: url("../img/gradients/orange.png");
    background-size: auto 100%; }
    .header.featured .content.orange h1, .header.featured .content.orange h2, .header.featured .content.orange h3, .header.featured .content.orange h4, .header.featured .content.orange h5 {
      color: #fff; }
  .header.featured .content.purple {
    background: url("../img/gradients/purple.png");
    background-size: auto 100%; }
    .header.featured .content.purple h1, .header.featured .content.purple h2, .header.featured .content.purple h3, .header.featured .content.purple h4, .header.featured .content.purple h5 {
      color: #fff; }
  .header.featured .content.red {
    background: url("../img/gradients/red.png");
    background-size: auto 100%; }
    .header.featured .content.red h1, .header.featured .content.red h2, .header.featured .content.red h3, .header.featured .content.red h4, .header.featured .content.red h5 {
      color: #fff; }
  .header.featured .content.teal {
    background: url("../img/gradients/teal.png");
    background-size: auto 100%; }
    .header.featured .content.teal h1, .header.featured .content.teal h2, .header.featured .content.teal h3, .header.featured .content.teal h4, .header.featured .content.teal h5 {
      color: #fff; }
  .header.featured .content.yellow {
    background: url("../img/gradients/yellow.png");
    background-size: auto 100%; }
    .header.featured .content.yellow h1, .header.featured .content.yellow h2, .header.featured .content.yellow h3, .header.featured .content.yellow h4, .header.featured .content.yellow h5 {
      color: #000; }
  .header.featured .content.blue {
    background: url("../img/gradients/blue.png");
    background-size: auto 100%; }
    .header.featured .content.blue h1, .header.featured .content.blue h2, .header.featured .content.blue h3, .header.featured .content.blue h4, .header.featured .content.blue h5 {
      color: #fff; }
  .header.featured .content.pink {
    background: url("../img/gradients/pink.png");
    background-size: auto 100%; }
    .header.featured .content.pink h1, .header.featured .content.pink h2, .header.featured .content.pink h3, .header.featured .content.pink h4, .header.featured .content.pink h5 {
      color: #fff; }
  .header.featured .content.green {
    background: url("../img/gradients/green.png");
    background-size: auto 100%; }
    .header.featured .content.green h1, .header.featured .content.green h2, .header.featured .content.green h3, .header.featured .content.green h4, .header.featured .content.green h5 {
      color: #fff; }

.row {
  border-bottom: 1px solid #DDD;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 15px;
  background: #FFF;
  float: none;
  clear: both; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row.no-border {
    border: none; }
  .row.no-margin {
    margin: 0; }
  .row .col {
    float: left;
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    padding-top: 15px;
    padding-bottom: 0; }
  .row .col-50 {
    width: 50%; }
  .row .col.border {
    border-left: 1px solid #DDD; }
    .row .col.border:first-child {
      border-left: none; }

.map .bar-header {
  border-box: box-sizing;
  width: 94%;
  top: 2%;
  left: 3%;
  right: 3%;
  padding: 0;
  height: auto;
  -webkit-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px rgba(0, 0, 0, 0.1); }
  .map .bar-header .auto-comp {
    text-align: center;
    margin: 2px -45px 0; }
    .map .bar-header .auto-comp li {
      border-top: 1px solid #eee;
      padding: 10px; }
  .map .bar-header .button {
    position: absolute;
    border: none;
    border-right: solid 1px #DDD;
    outline: 0;
    width: 45px;
    height: 45px; }
    .map .bar-header .button img {
      width: 16px;
      height: auto; }
    .map .bar-header .button.back img {
      margin-top: 14px; }
    .map .bar-header .button.currentPosition img {
      margin-top: 16px; }
    .map .bar-header .button:before {
      line-height: 45px; }
    .map .bar-header .button.back {
      left: 0;
      top: 0; }
    .map .bar-header .button.currentPosition {
      border-left: solid 1px #DDD;
      right: 0;
      top: 0; }
  .map .bar-header .search {
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 0 45px; }
    .map .bar-header .search input {
      text-align: center;
      height: 40px;
      font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }
    .map .bar-header .search a {
      font-size: 18px;
      position: absolute;
      top: 0;
      right: 0;
      padding: 8px 7px;
      color: #999;
      background: #fff; }
.map .footer {
  height: auto;
  position: absolute;
  padding: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px -2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -2px rgba(0, 0, 0, 0.1); }
  .map .footer .meta {
    width: 100%; }
  .map .footer .filter {
    padding: 10px; }
  .map .footer .types {
    width: 100%;
    display: table; }
    .map .footer .types li {
      text-align: center;
      display: table-cell;
      width: 33%; }
      .map .footer .types li a {
        border-radius: 99em;
        display: inline-block;
        text-align: center;
        padding: 5px 15px; }
        .map .footer .types li a.purple {
          color: #662F68; }
          .map .footer .types li a.purple.active {
            background: #662F68;
            color: #FFF; }
        .map .footer .types li a.orange {
          color: #E3773F; }
          .map .footer .types li a.orange.active {
            background: #E3773F;
            color: #FFF; }
        .map .footer .types li a.green {
          color: #00857f; }
          .map .footer .types li a.green.active {
            background: #00857f;
            color: #FFF; }
  .map .footer .preview {
    position: absolute;
    z-index: 500;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
    padding: 0;
    background: #fff;
    display: none; }
    .map .footer .preview.active {
      bottom: 0;
      display: block; }
    .map .footer .preview .row, .map .footer .preview .col {
      margin: 0;
      padding: 0; }
    .map .footer .preview .col {
      padding: 10px; }
      .map .footer .preview .col > .col {
        padding: 0px; }
    .map .footer .preview .col-75 {
      width: 75%;
      border-right: solid 1px #DDD; }
      .map .footer .preview .col-75 p {
        margin-top: 5px;
        line-height: 1.4; }
    .map .footer .preview .col-25 {
      width: 25%; }
      .map .footer .preview .col-25 .icon-action .chevron {
        width: 50px; }
      .map .footer .preview .col-25 .icon-action p {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 11px;
        line-height: 1.3; }
    .map .footer .preview.orange a, .map .footer .preview.orange h1, .map .footer .preview.orange h2, .map .footer .preview.orange h3, .map .footer .preview.orange h4 {
      color: #E3773F; }
    .map .footer .preview.purple a, .map .footer .preview.purple h1, .map .footer .preview.purple h2, .map .footer .preview.purple h3, .map .footer .preview.purple h4 {
      color: #662F68; }
    .map .footer .preview.red a, .map .footer .preview.red h1, .map .footer .preview.red h2, .map .footer .preview.red h3, .map .footer .preview.red h4 {
      color: #D32F4D; }
    .map .footer .preview.teal a, .map .footer .preview.teal h1, .map .footer .preview.teal h2, .map .footer .preview.teal h3, .map .footer .preview.teal h4 {
      color: #00857F; }
    .map .footer .preview.yellow a, .map .footer .preview.yellow h1, .map .footer .preview.yellow h2, .map .footer .preview.yellow h3, .map .footer .preview.yellow h4 {
      color: #FED049; }
    .map .footer .preview.blue a, .map .footer .preview.blue h1, .map .footer .preview.blue h2, .map .footer .preview.blue h3, .map .footer .preview.blue h4 {
      color: #76C5D2; }
    .map .footer .preview.pink a, .map .footer .preview.pink h1, .map .footer .preview.pink h2, .map .footer .preview.pink h3, .map .footer .preview.pink h4 {
      color: #EAA9B7; }
    .map .footer .preview.green a, .map .footer .preview.green h1, .map .footer .preview.green h2, .map .footer .preview.green h3, .map .footer .preview.green h4 {
      color: #00857f; }
  .map .footer .directions {
    padding: 10px 0; }
    .map .footer .directions p {
      margin-bottom: 0; }

.events-slider {
  margin-bottom: 0; }
  .events-slider .box h3 {
    margin: 5px 0 7px; }
    .events-slider .box h3 + p {
      text-transform: none;
      letter-spacing: 0px;
      margin: 0; }
  .events-slider .box .date {
    display: none;
    font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif;
    font-size: 11px; }
  .events-slider .prev, .events-slider .next {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    left: -10px;
    padding: 60px 20px;
    z-index: 10;
    opacity: 0.2; }
    .events-slider .prev:hover, .events-slider .prev:focus, .events-slider .next:hover, .events-slider .next:focus {
      opacity: 0.5; }
    .events-slider .prev i:before, .events-slider .next i:before {
      font-size: 24px !important; }
  .events-slider .next {
    left: auto;
    right: -10px; }
  @media screen and (min-width: 1024px) {
    .events-slider .prev {
      left: 0; }
    .events-slider .next {
      right: 0; } }

.content {
  padding: 10px; }

/* -----------------------------------------
   Box
----------------------------------------- */
.box {
  padding: 10px; }
  .box img {
    width: 70%; }
  .box figure .overlay-layer {
    display: none; }
  .box figure.empty {
    height: 140px;
    width: 70%;
    margin: 0 auto;
    position: relative; }
    .box figure.empty .overlay-layer {
      position: absolute;
      z-index: 2;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%;
      opacity: 1;
      display: block; }
      .box figure.empty .overlay-layer .caption {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }
      .box figure.empty .overlay-layer .preheader, .box figure.empty .overlay-layer .subheader {
        margin: 0;
        text-transform: uppercase;
        letter-spacing: 1px; }
      .box figure.empty .overlay-layer .preheader {
        font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }
      .box figure.empty .overlay-layer .header {
        font-size: 48px;
        line-height: 1;
        margin: 0; }
    .box figure.empty .preheader, .box figure.empty .subheader {
      opacity: 0.7;
      color: #fff; }
    .box figure.empty .header {
      color: #fff;
      border: none; }
  .box h2, .box h4 {
    margin: 5px 0 0; }
    .box h2 + p, .box h4 + p {
      color: #595959;
      font-size: 13px;
      font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }
  .box.orange h1, .box.orange h2, .box.orange h3, .box.orange h4, .box.orange h5 {
    color: #E3773F; }
  .box.orange figure.empty {
    background: #E3773F; }
  .box.purple h1, .box.purple h2, .box.purple h3, .box.purple h4, .box.purple h5 {
    color: #662F68; }
  .box.purple figure.empty {
    background: #662F68; }
  .box.red h1, .box.red h2, .box.red h3, .box.red h4, .box.red h5 {
    color: #D32F4D; }
  .box.red figure.empty {
    background: #D32F4D; }
  .box.teal h1, .box.teal h2, .box.teal h3, .box.teal h4, .box.teal h5 {
    color: #00857F; }
  .box.teal figure.empty {
    background: #00857F; }
  .box.yellow h1, .box.yellow h2, .box.yellow h3, .box.yellow h4, .box.yellow h5 {
    color: #FED049; }
  .box.yellow figure.empty {
    background: #FED049; }
  .box.blue h1, .box.blue h2, .box.blue h3, .box.blue h4, .box.blue h5 {
    color: #76C5D2; }
  .box.blue figure.empty {
    background: #76C5D2; }
  .box.pink h1, .box.pink h2, .box.pink h3, .box.pink h4, .box.pink h5 {
    color: #EAA9B7; }
  .box.pink figure.empty {
    background: #EAA9B7; }
  .box.green h1, .box.green h2, .box.green h3, .box.green h4, .box.green h5 {
    color: #00857f; }
  .box.green figure.empty {
    background: #00857f; }
  .row.no-padding .box {
    padding: 0; }
  .row.hover .box a:hover, .row.hover .box a:focus {
    transition: opacity 0.2s ease-in-out;
    opacity: 0.7; }

.relative {
  position: relative; }

.modal .scroll > header {
  position: relative;
  background: #E3773F;
  overflow: hidden;
  padding: 100px 10px;
  color: #fff; }
  .modal .scroll > header.orange {
    background: #E3773F; }
  .modal .scroll > header.purple {
    background: #662F68; }
  .modal .scroll > header.red {
    background: #D32F4D; }
  .modal .scroll > header.teal {
    background: #00857F; }
  .modal .scroll > header.yellow {
    background: #FED049; }
  .modal .scroll > header.blue {
    background: #76C5D2; }
  .modal .scroll > header.pink {
    background: #EAA9B7; }
  .modal .scroll > header.green {
    background: #00857f; }
  .modal .scroll > header i, .modal .scroll > header h2 {
    color: #fff; }
  .modal .scroll > header h2, .modal .scroll > header .meta {
    position: relative;
    z-index: 5;
    margin: 0; }
  .modal .scroll > header .meta {
    color: #FFF;
    opacity: 0.7; }
  .modal .scroll > header a.close {
    position: absolute;
    z-index: 5;
    top: 0px;
    right: 0px;
    padding: 15px;
    display: block;
    font-size: 20px;
    width: 48px; }
    .modal .scroll > header a.close img {
      width: 100%;
      height: auto; }
    .modal .scroll > header a.close:hover {
      transition: opacity 0.2s ease-in-out;
      opacity: 0.7; }
  .modal .scroll > header .overlay {
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
.modal .heading {
  border-bottom: solid 1px #DDD;
  margin-bottom: 5px; }
  .modal .heading h1, .modal .heading h2, .modal .heading h3, .modal .heading h4, .modal .heading h5, .modal .heading p {
    margin: 0; }
  .modal .heading.orange h1, .modal .heading.orange h2, .modal .heading.orange h3, .modal .heading.orange h4, .modal .heading.orange h5, .modal .heading.orange a {
    color: #E3773F; }
  .modal .heading.purple h1, .modal .heading.purple h2, .modal .heading.purple h3, .modal .heading.purple h4, .modal .heading.purple h5, .modal .heading.purple a {
    color: #662F68; }
  .modal .heading.red h1, .modal .heading.red h2, .modal .heading.red h3, .modal .heading.red h4, .modal .heading.red h5, .modal .heading.red a {
    color: #D32F4D; }
  .modal .heading.teal h1, .modal .heading.teal h2, .modal .heading.teal h3, .modal .heading.teal h4, .modal .heading.teal h5, .modal .heading.teal a {
    color: #00857F; }
  .modal .heading.yellow h1, .modal .heading.yellow h2, .modal .heading.yellow h3, .modal .heading.yellow h4, .modal .heading.yellow h5, .modal .heading.yellow a {
    color: #FED049; }
  .modal .heading.blue h1, .modal .heading.blue h2, .modal .heading.blue h3, .modal .heading.blue h4, .modal .heading.blue h5, .modal .heading.blue a {
    color: #76C5D2; }
  .modal .heading.pink h1, .modal .heading.pink h2, .modal .heading.pink h3, .modal .heading.pink h4, .modal .heading.pink h5, .modal .heading.pink a {
    color: #EAA9B7; }
  .modal .heading.green h1, .modal .heading.green h2, .modal .heading.green h3, .modal .heading.green h4, .modal .heading.green h5, .modal .heading.green a {
    color: #00857f; }
.modal.preview {
  top: 90%; }
.modal .border-bottom {
  border-bottom: 1px solid #ddd; }
.modal .border-top {
  border-top: 1px solid #ddd; }

.slider {
  z-index: 3;
  position: relative;
  min-height: 200px; }

.slider-loading-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(50%);
  -moz-transform: translatey(50%);
  transform: translatey(50%);
  font-size: 24px; }

.slider-nav {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%; }
  .slider-nav li {
    color: #ddd;
    padding: 10px;
    display: block;
    left: auto;
    position: absolute;
    right: 0;
    font-size: 30px; }
  .slider-nav li.prev {
    left: 0%; }

table {
  border-top: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%; }
  table td {
    padding: 10px 0; }
    table td p {
      margin-bottom: 0; }
  table tr td:first-child, table tr td:first-child * {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "innovatum_sansbold", Helvetica, Arial, sans-serif;
    font-size: 11px; }

.wpb_single_image {
  margin: 10px 0; }

.component.person {
  border-radius: 4px;
  display: table;
  width: 100%; }
  .component.person .wrapper {
    display: table-row; }
  .component.person figure, .component.person article {
    display: table-cell;
    vertical-align: middle; }
  .component.person figure {
    padding-right: 1rem;
    width: 20%; }
    .component.person figure img {
      border-radius: 400p;
      max-width: 100%;
      height: auto;
      height: auto; }
  .vc_span4 .component.person, .vc_span3 .component.person, .vc_span2 .component.person {
    display: block; }
    .vc_span4 .component.person .wrapper, .vc_span3 .component.person .wrapper, .vc_span2 .component.person .wrapper {
      display: block; }
    .vc_span4 .component.person figure, .vc_span3 .component.person figure, .vc_span2 .component.person figure {
      display: block;
      width: 100%;
      text-align: center; }
      .vc_span4 .component.person figure img, .vc_span3 .component.person figure img, .vc_span2 .component.person figure img {
        display: inline-block; }
    .vc_span4 .component.person article, .vc_span3 .component.person article, .vc_span2 .component.person article {
      display: block;
      text-align: center; }
      .vc_span4 .component.person article ul, .vc_span3 .component.person article ul, .vc_span2 .component.person article ul {
        display: block;
        text-align: left; }
        .vc_span4 .component.person article ul li span, .vc_span3 .component.person article ul li span, .vc_span2 .component.person article ul li span {
          display: block;
          margin: 0 !important; }
          .vc_span4 .component.person article ul li span:before, .vc_span3 .component.person article ul li span:before, .vc_span2 .component.person article ul li span:before {
            content: '' !important; }
      .vc_span4 .component.person article header, .vc_span3 .component.person article header, .vc_span2 .component.person article header {
        margin-bottom: 0.5rem; }
  .vc_span3 .component.person ul li, .vc_span2 .component.person ul li {
    text-align: center;
    width: 100%;
    margin-bottom: 10px; }

.person article .hidden {
  display: none; }
.person article .name {
  margin-bottom: 5px; }
.person article .title {
  margin-top: 0;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 13px; }
  .person article .title span {
    font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif;
    font-size: 13px; }
.person article ul {
  margin-top: 10px;
  overflow: hidden; }
  .person article ul li {
    float: left;
    width: 50%;
    font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif;
    font-size: 13px; }
    .person article ul li h6 + span {
      margin-right: 10px; }
    .person article ul li a {
      display: block;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden; }
.person article h6 {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif;
  font-size: 13px; }

.tag-block-wrapper {
  overflow: hidden;
  padding: 0rem;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 2rem; }
  .purple .tag-block-wrapper a {
    color: #662F68; }
    .purple .tag-block-wrapper a.active {
      background: #662F68;
      color: #FFF; }
  .orange .tag-block-wrapper a {
    color: #E3773F; }
    .orange .tag-block-wrapper a.active {
      background: #E3773F;
      color: #FFF; }
  .green .tag-block-wrapper a {
    color: #00857f; }
    .green .tag-block-wrapper a.active {
      background: #00857f;
      color: #FFF; }
  .tag-block-wrapper .tag-item {
    position: relative;
    float: left;
    padding: 0 10px 10px 0;
    font-size: 13px;
    font-family: "innovatum_sansregular", Helvetica, Arial, sans-serif; }
    .tag-block-wrapper .tag-item a {
      font-weight: bold; }
  .tag-block-wrapper .tag-item:not(:last-child):after {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #808080;
    margin-left: 10px; }

/* -----------------------------------------
   Components
----------------------------------------- */
.icon-action i {
  font-size: 44px;
  display: block; }
.icon-action p {
  margin: 0; }

.button {
  background: #FFF; }

.loading {
  background: transparent;
  border-radius: 0; }
  .loading .ion-loading-a {
    color: #FFF;
    font-size: 32px; }

/* -----------------------------------------
   Plugins
----------------------------------------- */
.ath-viewport * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ath-viewport {
  position: relative;
  z-index: 2147483641;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none; }

.ath-modal {
  pointer-events: auto !important;
  background: rgba(227, 119, 63, 0.8);
  background: rgba(0, 0, 0, 0.3); }

.ath-mandatory {
  background: #000; }

.ath-container {
  pointer-events: auto !important;
  position: absolute;
  z-index: 2147483641;
  padding: 0.7em 0.6em;
  width: 18em;
  background: #FFF;
  background-size: 100% auto;
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  text-align: center; }

.ath-ios.ath-phone {
  bottom: 1.8em;
  left: 50%;
  margin-left: -9em; }

.ath-ios7.ath-tablet {
  left: 0.7em;
  top: 1.8em; }

.ath-ios6.ath-tablet {
  left: 5em;
  top: 1.8em; }

.ath-android {
  right: 1.5em;
  top: 1.8em; }

/* close icon */
.ath-container:before {
  content: '';
  position: relative;
  display: block;
  float: right;
  margin: -0.7em -0.6em 0 0.5em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAACECAMAAABmmnOVAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAeHAAAHhwFd+hRDAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAHVQTFRFAAAAOTk5MzMzOzs7Nzc3QUFBQEBAPz8/Pj4+QUFBQEBAPz8/Pj4+QUFBQEBAPz8/QUFBPj4+Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pj4+Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/Pz8/Pj4+Pz8/Pz8/Pz8/Pz8/QEBAPz8/n3QmjwAAACZ0Uk5TAAkKDQ4zODk6OzxBQkNERUusrbG0tba7vL3Excbu8fL19fb3+PgucqJgAAACqklEQVR42sXc23LCIBAGYKy2pgft0WpP2vTA+z9i0+goCZAs7O7P3oWZTL5ZYAh7sca0MXmYG3jM7yfu4/TV1jdow01tX6cdg4UrGoN1FNM3a+GK1nBSzPYGrOJgsPZt1hrerYUrjoa9wjHgFI7B2veZWVk3tpCdWm07H30y8+4AIhedPFj7cW7wioABrggawIqIAaroGbYXzlGCUvQNnc0IUgwaQIoRA0QxagAoCAZ1BcmgrCAaVBVkg6IiwaCmSDIoKRINKopkg4IiwyCuyDIIKzINoopsg6CCYRBTsAxCCqZBRLGo2RcrtkLAwFaIGJgKIQNLIWZgKAQN2QpRg1dKoCmEDVkKcUOGQsGQrFAxJCqUDEkKNUOCQtFAVqgaiAplg69YFDAQFADDqAJiGFGADI1iF1XADAOKvqHSLApHFFBDRAE2BBVwQ0BRwOApfn8LGDxFEcOQAmeIK5CGmAJrCCvQBq8A8r9Zrw08qp6irvAGs/zpIr4XBQxf3nQsyhvwipABrQgbsIqYAamIG3CKnqH+LKDoGXbVwD84zDB4E4AZ4IqgAayIGKCKqMGYS5RiwOArlgUMnuJrWcAAUYwaAAqCQV1BMigriAZVBdmgqEgwqCmSDEqKRIOKItmgoMgwiCv6hkvaa6KKTIOoItsgqGAYxBQsg5CCaRBRsA0CCgEDWyFiYCqEDCyFmIGhEDRkK0QNmQphQ5ZC3JChUDAkK1QMiQolQ5JCzZCguNUzkBV3P4oGokLZQFKoGwgKgGFUATGMKECGQQXMYMxVTAE0RBVQQ0QBNgQVcENI8QwoBo8cUiszWYPz4OVi3bQ9cBQoQ0exblsvTDZwg6PYHNo/tE0XmvVwa4BxWBentgtnL+A8HHPxcnYaaBRoQ6twDY3iEW5oFI8Hwx/QxSE448b+MwAAAABJRU5ErkJggg==);
  background-color: #FFF;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  overflow: hidden;
  color: #e3773f;
  z-index: 2147483642; }

.ath-container.ath-icon:before {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  float: none; }

.ath-mandatory .ath-container:before {
  display: none; }

.ath-container.ath-android:before {
  float: left;
  margin: -0.7em 0.5em 0 -0.6em; }

.ath-container.ath-android.ath-icon:before {
  position: absolute;
  right: auto;
  left: 0;
  margin: 0;
  float: none; }

/* applied only if the application icon is shown */
.ath-action-icon {
  display: inline-block;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: -9999em;
  overflow: hidden; }

.ath-android .ath-action-icon {
  width: 1.2em;
  height: 1.8em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAADcBAMAAAAig/QJAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAFtDAABbQwH5xg68AAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAB5QTFRFAAAA////cXFxaWlp////ZmZmnJycoaGhpqam////1D9b6wAAAAV0Uk5TAAgJERExZxYzAAAAYklEQVRYw+3WoQ2AUBAE0SsBOiBUQEIDCArA4FFoHBaJxNItFYz/x5+xz282VmwJTdM0rRzbsS1e7Pm9zdgUVn491rkFmqZpSezEjqo/Sos1HoAEjdjgFmiapiWxG7tq/igfnYteFlnOWZEAAAAASUVORK5CYII=);
  background-size: auto 100%; }

.ath-ios7 .ath-action-icon {
  width: 1.6em;
  height: 1.6em;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAACtCAYAAAB7l7tOAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAABa5AAAWuQBuyxkRwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAZoSURBVHja7d1ZbFRlGIfxzxVwl809goLgghrRoEaNSzQagrsRt8QYgzEG443SOQNSA0QTXHALcY2KMe7EuCB6YbxwiUtwA0VwQRSxqMimUNt5vOg5OEPL9Ew705m2zz95L5rOvOfr+8s3nZ6TOQ2hNyXiyhDxQpjADr3q5+4VyTIhRORCBCHijTCRPg6lZ+3c5hg3qZfdyT0D9/IQ0bQFblIvhnq2d0jdF3d8Edyknhe5O6aOs0PExnZwk3ooBLZxaN0lWcaFiE0pcVsqy+Ohnm0dXq0nYmzJuP8jPypyLSfDySFifYdwk8ow00HWYiZzeojY0Cnc/2uWA60t3FPLiJvU3Q62FpLl2BCxusy4SU1xwNVMhjEhYk2FcJOqd9DVSB3HhYi/KozrTq4S7ui0L8v9ppYJOUPk4LsiUxgVIlalQRl5D4x+oPhjrniuJOQ6ASqZiCNCREMajIPuhOV/wfGziz/uuz9gwtySdvPNQlQiGQ4LGX5LgzB0JixbDdA+8Pd/QnMOrnw+NXAuRNwgSDkzmUNDxMo0AENmwo8xLsCY2Zsv8m8VGKCpGS5/rgTkDNcLUx7cg0PE8jSD3/cOWPI7+fnj6PuLnwBZ1MCnyYObmmH8syUhXydQ53CHhoif0uIuXlWA+ydwzJH3sa7Y825/l7OAd5InNTbBeXNSIzeHDFcJ1ZHUMSRELEsz6L1vh28KcdcCJ4QQQnvAk+ZzCrAz8G7y5E1NMO6p1MhNIcsVgpWSLPuFiCVpBjxwOnyxshXuiUmrNMAhhADsBnyYjzz2yZKQLxMuTW5h3xDxbZrBDpgOn60owF0HnJTfLi1wjLw78FHS7O9GOOOxkpAvFbBYIvYJEYvTDLT/NFhQiLseOHnLlqUAx8h7AB8nTTc0wmmPpkZuDBnOFbKt3MzeIeLrNIPccxp8+ksB7j/AmW21LRU4D/mTfORTH0mNvClkGSdofjIMCBGfpxngrrfB+8ta4Z61tdYdAY6RBwFfbn552ASnPFwCcsRYYUMIoZ7+IWJBmsHtUg/vFeJuBM4u1r6jwDHyYOCr5GBrNsKY2amR/w6TOV3giKlpBtbnVnjz2wLcRuD89tp3BjgPeWFy0FUbYNS9qZEXhkvYrrfv4G1Dlsfbu+T39tJWuBemad9Z4Bh5L2BRcvDV/8DoB9vFXRKyHOAODiEsX06/8c+2fcaq760wv3Dn/gtcnLZ3OYBj5P2BpWl28oh7aHpmQdtv+npdgL7A/FwOJr7a+mV53uJWuJeU0r9cwPFaDwC+SxbTsB4On1XY7/BZsHJdy7eBIwSGqcnAcjm46bWWQe0wBeYuLMDNARNK7V9O4Hi9w4HNf6T9th4Oi5FH3dvydV4WQS//HQz0A97KR574Kjz9WcGgmoGrO9K/3MDxmg8EfkgWt2w1nPMErFhbsOZVwNG9fgfHA+sDvELbaQau6WjvSgDHax6Wv5O3yK/AocoWDmxHYO4Wg8oB13amb6WA4zUf0gbyL8BIRbeO/FIe7o2d7VlJ4HjNI4DkrPjPwAgliw9sO+Bp4KZy9Ks0cLzmkfEFiuEKphtY2T7C2RXA5V6zqUFgI7AR2AhsBBZYYIGNwEZgI3DFk+X1blX1DK4acD2Du928uugmJuWrOoZUDbjlA3Hda14CCyywwF1XF8zhqGoBXzCHowSucE2aV/jx0K4EnjSPkwQWWGCBawS4/7SW2yPUUi1tYFi1gJc2MKzW5tF/WieAB82gFlO1d9HAkFobxqAZAgsscC8FHjiDHHBRjdVOVQTeqdbmMXBG8Vs1FgUeMJ3m0M3T068mDZje6n8yCiywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAAgsssMACCyywwAILLLDAHc+KtXz88xrYWjWsKe3+0wLXWIAP2rlh61CBBRZYYIGrBXwMcFqR6iuwEdgIbAQ2AhuBBRZYYIEFNgIbgY3ARmCBBRZYYIGNwEZgI7AR2AgssMACG4GNwEZgI7ARWGCBBRZYYCOwEdgIbAQWWGCBBRbYCGwENgIbgY3AAgsssMACG4GNwEZgI7DAHQGup69Vu9UpYKsHlEMQ2BLYEtgS2BLYKrWG3wVWz62A6dERWGAjsKnZ/Af2wMWISv7RmgAAAABJRU5ErkJggg==);
  margin-top: -0.3em;
  background-size: auto 100%; }

.ath-ios6 .ath-action-icon {
  width: 1.8em;
  height: 1.8em;
  background-image: url(data:image/png;base64,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);
  margin-bottom: 0.4em;
  background-size: 100% auto; }

.ath-container p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 2147483642;
  font-size: 1em;
  font-family: 'innovatum_sansregular', sans-serif; }

.ath-container strong {
  font-weight: normal;
  font-family: 'innovatum_sansbold', sans-serif;
  color: #E3773F; }

.ath-ios.ath-phone:after {
  content: '';
  background: #FFF;
  position: absolute;
  width: 2em;
  height: 2em;
  bottom: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg); }

.ath-ios.ath-tablet:after {
  content: '';
  background: #FFF;
  position: absolute;
  width: 2em;
  height: 2em;
  top: -0.9em;
  left: 50%;
  margin-left: -1em;
  -webkit-transform: scaleX(0.9) rotate(45deg);
  transform: scaleX(0.9) rotate(45deg);
  z-index: 2147483641; }

.ath-android:after {
  content: '';
  background: #FFF;
  background: -webkit-linear-gradient(-45deg, rgba(238, 238, 238, 0) 0%, rgba(238, 238, 238, 0) 50%, #eeeeee 50%, #eeeeee 100%);
  position: absolute;
  width: 2em;
  height: 2em;
  top: -1.5em;
  right: 0; }

.ath-application-icon {
  position: relative;
  padding: 0;
  border: 0;
  margin: 0 auto 0.2em auto;
  height: 6em;
  width: 6em;
  z-index: 2147483642; }

/* OS specific classes */
.ath-container.ath-ios .ath-application-icon {
  border-radius: 1em;
  margin: 0 auto 0.4em auto; }

@media only screen and (orientation: landscape) {
  .ath-container.ath-phone {
    width: 24em; }

  .ath-ios.ath-phone {
    margin-left: -12em; }

  .ath-ios6:after {
    left: 39%; } }
/* -----------------------------------------
   iPad
----------------------------------------- */
@media screen and (min-width: 767px) {
  .header.featured img {
    width: 40%; }

  .modal {
    left: 5%;
    right: 5%;
    bottom: 5%;
    top: 5%;
    width: 90%;
    border-radius: 3px;
    overflow: hidden; }
    .modal .scroll > header {
      padding-top: 150px;
      padding-bottom: 150px; }

  .events-slider .box img {
    max-height: none; } }
.events-slider .box.orange figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.orange figure.empty img {
    background: #E3773F; }
.events-slider .box.purple figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.purple figure.empty img {
    background: #662F68; }
.events-slider .box.red figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.red figure.empty img {
    background: #D32F4D; }
.events-slider .box.teal figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.teal figure.empty img {
    background: #00857F; }
.events-slider .box.yellow figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.yellow figure.empty img {
    background: #FED049; }
.events-slider .box.blue figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.blue figure.empty img {
    background: #76C5D2; }
.events-slider .box.pink figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.pink figure.empty img {
    background: #EAA9B7; }
.events-slider .box.green figure.empty {
  height: auto;
  width: auto;
  background-color: transparent !important; }
  .events-slider .box.green figure.empty img {
    background: #00857f; }

@media screen and (min-width: 1024px) {
  .modal {
    left: 15%;
    right: 15%;
    bottom: 0%;
    top: 0%;
    width: 70%; }

  .header.featured.fixed {
    width: 40%;
    left: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 10; }
    .header.featured.fixed img {
      margin-left: 30px;
      width: 50%;
      top: 30px; }
    .header.featured.fixed .content {
      position: absolute;
      bottom: 0;
      padding: 30px; }

  .home-wrapper {
    padding-left: 40%;
    width: 100%; } }

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