@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.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: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

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

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

.col-xs-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-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-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-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%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.clearfix:before, footer.main:before, .date-list ul li:before,
.clearfix:after,
footer.main:after,
.date-list ul li:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after, footer.main:after, .date-list ul li: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; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.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 !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

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

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

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

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

@media (min-width: 768px) and (max-width: 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 !important; }
  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 !important; }
  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 !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

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

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../img/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.black-bg {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.black-border {
  border-color: #000000;
  border-width: 1px;
  border-style: solid; }
  .black-border.border-top {
    border-color: #000000 transparent transparent; }
  .black-border.border-bottom {
    border-color: transparent transparent #000000; }
  .black-border.border-left {
    border-color: transparent transparent transparent #000000; }
  .black-border.border-right {
    border-color: transparent #000000 transparent transparent; }

.black-stroke {
  stroke: #000000; }

.black-teaser .overlay p span {
  background-color: #000000;
  box-shadow: 10px 0 0 #000000, -10px 0 0 #000000; }

.black-teaser .cat {
  color: #000000; }

.white-bg {
  background-color: #ffffff !important; }

.white-text {
  color: #ffffff !important; }

.white-border {
  border-color: #ffffff;
  border-width: 1px;
  border-style: solid; }
  .white-border.border-top {
    border-color: #ffffff transparent transparent; }
  .white-border.border-bottom {
    border-color: transparent transparent #ffffff; }
  .white-border.border-left {
    border-color: transparent transparent transparent #ffffff; }
  .white-border.border-right {
    border-color: transparent #ffffff transparent transparent; }

.white-stroke {
  stroke: #ffffff; }

.white-teaser .overlay p span {
  background-color: #ffffff;
  box-shadow: 10px 0 0 #ffffff, -10px 0 0 #ffffff; }

.white-teaser .cat {
  color: #ffffff; }

.lightgrey-bg {
  background-color: #b2bdc0 !important; }

.lightgrey-text {
  color: #b2bdc0 !important; }

.lightgrey-border {
  border-color: #b2bdc0;
  border-width: 1px;
  border-style: solid; }
  .lightgrey-border.border-top {
    border-color: #b2bdc0 transparent transparent; }
  .lightgrey-border.border-bottom {
    border-color: transparent transparent #b2bdc0; }
  .lightgrey-border.border-left {
    border-color: transparent transparent transparent #b2bdc0; }
  .lightgrey-border.border-right {
    border-color: transparent #b2bdc0 transparent transparent; }

.lightgrey-stroke {
  stroke: #b2bdc0; }

.lightgrey-teaser .overlay p span {
  background-color: #b2bdc0;
  box-shadow: 10px 0 0 #b2bdc0, -10px 0 0 #b2bdc0; }

.lightgrey-teaser .cat {
  color: #b2bdc0; }

.orange-bg {
  background-color: #f4a532 !important; }

.orange-text {
  color: #f4a532 !important; }

.orange-border {
  border-color: #f4a532;
  border-width: 1px;
  border-style: solid; }
  .orange-border.border-top {
    border-color: #f4a532 transparent transparent; }
  .orange-border.border-bottom {
    border-color: transparent transparent #f4a532; }
  .orange-border.border-left {
    border-color: transparent transparent transparent #f4a532; }
  .orange-border.border-right {
    border-color: transparent #f4a532 transparent transparent; }

.orange-stroke {
  stroke: #f4a532; }

.orange-teaser .overlay p span {
  background-color: #f4a532;
  box-shadow: 10px 0 0 #f4a532, -10px 0 0 #f4a532; }

.orange-teaser .cat {
  color: #f4a532; }

.bluedark-bg {
  background-color: #323c46 !important; }

.bluedark-text {
  color: #323c46 !important; }

.bluedark-border {
  border-color: #323c46;
  border-width: 1px;
  border-style: solid; }
  .bluedark-border.border-top {
    border-color: #323c46 transparent transparent; }
  .bluedark-border.border-bottom {
    border-color: transparent transparent #323c46; }
  .bluedark-border.border-left {
    border-color: transparent transparent transparent #323c46; }
  .bluedark-border.border-right {
    border-color: transparent #323c46 transparent transparent; }

.bluedark-stroke {
  stroke: #323c46; }

.bluedark-teaser .overlay p span {
  background-color: #323c46;
  box-shadow: 10px 0 0 #323c46, -10px 0 0 #323c46; }

.bluedark-teaser .cat {
  color: #323c46; }

.blueneon-bg {
  background-color: #0f4096 !important; }

.blueneon-text {
  color: #0f4096 !important; }

.blueneon-border {
  border-color: #0f4096;
  border-width: 1px;
  border-style: solid; }
  .blueneon-border.border-top {
    border-color: #0f4096 transparent transparent; }
  .blueneon-border.border-bottom {
    border-color: transparent transparent #0f4096; }
  .blueneon-border.border-left {
    border-color: transparent transparent transparent #0f4096; }
  .blueneon-border.border-right {
    border-color: transparent #0f4096 transparent transparent; }

.blueneon-stroke {
  stroke: #0f4096; }

.blueneon-teaser .overlay p span {
  background-color: #0f4096;
  box-shadow: 10px 0 0 #0f4096, -10px 0 0 #0f4096; }

.blueneon-teaser .cat {
  color: #0f4096; }

.bluelight-bg {
  background-color: #B4D7F0 !important; }

.bluelight-text {
  color: #B4D7F0 !important; }

.bluelight-border {
  border-color: #B4D7F0;
  border-width: 1px;
  border-style: solid; }
  .bluelight-border.border-top {
    border-color: #B4D7F0 transparent transparent; }
  .bluelight-border.border-bottom {
    border-color: transparent transparent #B4D7F0; }
  .bluelight-border.border-left {
    border-color: transparent transparent transparent #B4D7F0; }
  .bluelight-border.border-right {
    border-color: transparent #B4D7F0 transparent transparent; }

.bluelight-stroke {
  stroke: #B4D7F0; }

.bluelight-teaser .overlay p span {
  background-color: #B4D7F0;
  box-shadow: 10px 0 0 #B4D7F0, -10px 0 0 #B4D7F0; }

.bluelight-teaser .cat {
  color: #B4D7F0; }

.greenlight-bg {
  background-color: #f0f4e7 !important; }

.greenlight-text {
  color: #f0f4e7 !important; }

.greenlight-border {
  border-color: #f0f4e7;
  border-width: 1px;
  border-style: solid; }
  .greenlight-border.border-top {
    border-color: #f0f4e7 transparent transparent; }
  .greenlight-border.border-bottom {
    border-color: transparent transparent #f0f4e7; }
  .greenlight-border.border-left {
    border-color: transparent transparent transparent #f0f4e7; }
  .greenlight-border.border-right {
    border-color: transparent #f0f4e7 transparent transparent; }

.greenlight-stroke {
  stroke: #f0f4e7; }

.greenlight-teaser .overlay p span {
  background-color: #f0f4e7;
  box-shadow: 10px 0 0 #f0f4e7, -10px 0 0 #f0f4e7; }

.greenlight-teaser .cat {
  color: #f0f4e7; }

.greenlime-bg {
  background-color: #88a33e !important; }

.greenlime-text {
  color: #88a33e !important; }

.greenlime-border {
  border-color: #88a33e;
  border-width: 1px;
  border-style: solid; }
  .greenlime-border.border-top {
    border-color: #88a33e transparent transparent; }
  .greenlime-border.border-bottom {
    border-color: transparent transparent #88a33e; }
  .greenlime-border.border-left {
    border-color: transparent transparent transparent #88a33e; }
  .greenlime-border.border-right {
    border-color: transparent #88a33e transparent transparent; }

.greenlime-stroke {
  stroke: #88a33e; }

.greenlime-teaser .overlay p span {
  background-color: #88a33e;
  box-shadow: 10px 0 0 #88a33e, -10px 0 0 #88a33e; }

.greenlime-teaser .cat {
  color: #88a33e; }

.bluevelvet-bg {
  background-color: #5e94a7 !important; }

.bluevelvet-text {
  color: #5e94a7 !important; }

.bluevelvet-border {
  border-color: #5e94a7;
  border-width: 1px;
  border-style: solid; }
  .bluevelvet-border.border-top {
    border-color: #5e94a7 transparent transparent; }
  .bluevelvet-border.border-bottom {
    border-color: transparent transparent #5e94a7; }
  .bluevelvet-border.border-left {
    border-color: transparent transparent transparent #5e94a7; }
  .bluevelvet-border.border-right {
    border-color: transparent #5e94a7 transparent transparent; }

.bluevelvet-stroke {
  stroke: #5e94a7; }

.bluevelvet-teaser .overlay p span {
  background-color: #5e94a7;
  box-shadow: 10px 0 0 #5e94a7, -10px 0 0 #5e94a7; }

.bluevelvet-teaser .cat {
  color: #5e94a7; }

.purplevelvet-bg {
  background-color: #9e80a4 !important; }

.purplevelvet-text {
  color: #9e80a4 !important; }

.purplevelvet-border {
  border-color: #9e80a4;
  border-width: 1px;
  border-style: solid; }
  .purplevelvet-border.border-top {
    border-color: #9e80a4 transparent transparent; }
  .purplevelvet-border.border-bottom {
    border-color: transparent transparent #9e80a4; }
  .purplevelvet-border.border-left {
    border-color: transparent transparent transparent #9e80a4; }
  .purplevelvet-border.border-right {
    border-color: transparent #9e80a4 transparent transparent; }

.purplevelvet-stroke {
  stroke: #9e80a4; }

.purplevelvet-teaser .overlay p span {
  background-color: #9e80a4;
  box-shadow: 10px 0 0 #9e80a4, -10px 0 0 #9e80a4; }

.purplevelvet-teaser .cat {
  color: #9e80a4; }

.yellowvelvet-bg {
  background-color: #f7c964 !important; }

.yellowvelvet-text {
  color: #f7c964 !important; }

.yellowvelvet-border {
  border-color: #f7c964;
  border-width: 1px;
  border-style: solid; }
  .yellowvelvet-border.border-top {
    border-color: #f7c964 transparent transparent; }
  .yellowvelvet-border.border-bottom {
    border-color: transparent transparent #f7c964; }
  .yellowvelvet-border.border-left {
    border-color: transparent transparent transparent #f7c964; }
  .yellowvelvet-border.border-right {
    border-color: transparent #f7c964 transparent transparent; }

.yellowvelvet-stroke {
  stroke: #f7c964; }

.yellowvelvet-teaser .overlay p span {
  background-color: #f7c964;
  box-shadow: 10px 0 0 #f7c964, -10px 0 0 #f7c964; }

.yellowvelvet-teaser .cat {
  color: #f7c964; }

.seavelvet-bg {
  background-color: #5d9484 !important; }

.seavelvet-text {
  color: #5d9484 !important; }

.seavelvet-border {
  border-color: #5d9484;
  border-width: 1px;
  border-style: solid; }
  .seavelvet-border.border-top {
    border-color: #5d9484 transparent transparent; }
  .seavelvet-border.border-bottom {
    border-color: transparent transparent #5d9484; }
  .seavelvet-border.border-left {
    border-color: transparent transparent transparent #5d9484; }
  .seavelvet-border.border-right {
    border-color: transparent #5d9484 transparent transparent; }

.seavelvet-stroke {
  stroke: #5d9484; }

.seavelvet-teaser .overlay p span {
  background-color: #5d9484;
  box-shadow: 10px 0 0 #5d9484, -10px 0 0 #5d9484; }

.seavelvet-teaser .cat {
  color: #5d9484; }

.greenvelvet-bg {
  background-color: #9fb464 !important; }

.greenvelvet-text {
  color: #9fb464 !important; }

.greenvelvet-border {
  border-color: #9fb464;
  border-width: 1px;
  border-style: solid; }
  .greenvelvet-border.border-top {
    border-color: #9fb464 transparent transparent; }
  .greenvelvet-border.border-bottom {
    border-color: transparent transparent #9fb464; }
  .greenvelvet-border.border-left {
    border-color: transparent transparent transparent #9fb464; }
  .greenvelvet-border.border-right {
    border-color: transparent #9fb464 transparent transparent; }

.greenvelvet-stroke {
  stroke: #9fb464; }

.greenvelvet-teaser .overlay p span {
  background-color: #9fb464;
  box-shadow: 10px 0 0 #9fb464, -10px 0 0 #9fb464; }

.greenvelvet-teaser .cat {
  color: #9fb464; }

/* ==========================================================================
   Materialize variables
   ========================================================================== */
/**
 * Table of Contents:
 *
 *  1. Colors
 *  2. Badges
 *  3. Buttons
 *  4. Cards
 *  5. Collapsible
 *  6. Chips
 *  7. Date Picker
 *  8. Dropdown
 *  10. Forms
 *  11. Global
 *  12. Grid
 *  13. Navigation Bar
 *  14. Side Navigation
 *  15. Photo Slider
 *  16. Spinners | Loaders
 *  17. Tabs
 *  18. Tables
 *  19. Toasts
 *  20. Typography
 *  21. Footer
 *  22. Flow Text
 *  23. Collections
 *  24. Progress Bar
 */
/* 1. Colors
   ========================================================================== */
/* 2. Badges
   ========================================================================== */
/* 3. Buttons
   ========================================================================== */
/* 4. Cards
   ========================================================================== */
/* 5. Collapsible
   ========================================================================== */
/* 6. Chips
   ========================================================================== */
/* 7. Date Picker
   ========================================================================== */
/* 8. Dropdown
   ========================================================================== */
/* 9. Fonts
   ========================================================================== */
/* 10. Forms
   ========================================================================== */
/* 11. Global
   ========================================================================== */
/* 12. Grid
   ========================================================================== */
/* 13. Navigation Bar
   ========================================================================== */
/* 14. Side Navigation
   ========================================================================== */
/* 15. Photo Slider
   ========================================================================== */
/* 16. Spinners | Loaders
   ========================================================================== */
/* 17. Tabs
   ========================================================================== */
/* 18. Tables
   ========================================================================== */
/* 19. Toasts
   ========================================================================== */
/* 20. Typography
   ========================================================================== */
/* 21. Footer
   ========================================================================== */
/* 22. Flow Text
   ========================================================================== */
/* 23. Collections
   ========================================================================== */
/* 24. Progress Bar
   ========================================================================== */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) li {
    list-style-type: none; }

a {
  color: #b2bdc0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }
  .valign-wrapper .valign {
    display: block; }

.clearfix, footer.main, .date-list ul li {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

.z-depth-1, .toast, .dropdown-content, .collapsible {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); }

.z-depth-1-half {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

.z-depth-3 {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3); }

.z-depth-4 {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); }

.z-depth-5 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3); }

.hoverable {
  transition: box-shadow .25s;
  box-shadow: 0; }

.hoverable:hover {
  transition: box-shadow .25s;
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: color("grey", "lighten-2"); }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #f4a532; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #f4a532; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    transform: translate3d(0, 0, 0);
    transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center; } }

footer.page-footer {
  margin-top: 20px;
  padding-top: 20px;
  background-color: #f4a532; }
  footer.page-footer .footer-copyright {
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table; }
  table.bordered > thead > tr,
  table.bordered > tbody > tr {
    border-bottom: 1px solid #d0d0d0; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2; }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: #f2f2f2; }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

thead {
  border-bottom: 1px solid #d0d0d0; }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid #d0d0d0; }
    table.responsive-table.bordered th {
      border-bottom: 0;
      border-left: 0; }
    table.responsive-table.bordered td {
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
    table.responsive-table.bordered tr {
      border: 0; }
    table.responsive-table.bordered tbody tr {
      border-right: 1px solid #d0d0d0; } }

.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative; }
  .collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0; }
    .collection .collection-item.avatar {
      min-height: 84px;
      padding-left: 72px;
      position: relative; }
      .collection .collection-item.avatar .circle {
        position: absolute;
        width: 42px;
        height: 42px;
        overflow: hidden;
        left: 15px;
        display: inline-block;
        vertical-align: middle; }
      .collection .collection-item.avatar i.circle {
        font-size: 18px;
        line-height: 42px;
        color: #fff;
        background-color: #999;
        text-align: center; }
      .collection .collection-item.avatar .title {
        font-size: 16px; }
      .collection .collection-item.avatar p {
        margin: 0; }
      .collection .collection-item.avatar .secondary-content {
        position: absolute;
        top: 16px;
        right: 16px; }
    .collection .collection-item:last-child {
      border-bottom: none; }
    .collection .collection-item.active {
      background-color: #f4a532;
      color: white; }
      .collection .collection-item.active .secondary-content {
        color: #fff; }
  .collection a.collection-item {
    display: block;
    transition: .25s;
    color: #f4a532; }
    .collection a.collection-item:not(.active):hover {
      background-color: #ddd; }
  .collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 20px; }
  .collection.with-header .collection-item {
    padding-left: 30px; }
  .collection.with-header .collection-item.avatar {
    padding-left: 72px; }

.secondary-content {
  float: right;
  color: #f4a532; }

.collapsible .collection {
  margin: 0;
  border: none; }

span.badge {
  min-width: 3rem;
  padding: 0 6px;
  margin-left: 14px;
  text-align: center;
  font-size: 1rem;
  line-height: inherit;
  color: color("grey", "darken-1");
  float: right;
  box-sizing: border-box; }
  span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #f4a532;
    border-radius: 2px; }
  span.badge.new:after {
    content: " new"; }
  span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption); }

nav ul a span.badge {
  display: inline-block;
  float: none;
  margin-left: 4px;
  line-height: 22px;
  height: 22px; }

.side-nav span.badge.new,
.collapsible span.badge.new {
  position: relative;
  background-color: transparent; }
  .side-nav span.badge.new::before,
  .collapsible span.badge.new::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 10px;
    left: 0;
    background-color: #f4a532;
    border-radius: 2px;
    z-index: -1; }

.collapsible span.badge.new {
  z-index: 1; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #fefaf4;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #f4a532;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #f4a532; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

.left-align {
  text-align: left; }

.right-align {
  text-align: right; }

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

#toast-container {
  display: block;
  position: fixed;
  z-index: 10000; }
  @media only screen and (max-width: 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
      left: 5%;
      bottom: 7%;
      max-width: 90%; } }
  @media only screen and (min-width: 993px) {
    #toast-container {
      top: 10%;
      right: 7%;
      max-width: 86%; } }

.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .toast .btn, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 600px) {
    .toast {
      width: 100%;
      border-radius: 0; } }
  @media only screen and (min-width: 601px) and (max-width: 992px) {
    .toast {
      float: left; } }
  @media only screen and (min-width: 993px) {
    .toast {
      float: right; } }

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }
  .tabs.tabs-transparent {
    background-color: transparent; }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  .tabs.tabs-fixed-width {
    display: -ms-flexbox;
    display: flex; }
    .tabs.tabs-fixed-width .tab {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .tabs .tab a {
      color: rgba(244, 165, 50, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease; }
      .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #f4a532; }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
      color: rgba(244, 165, 50, 0.7);
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f8c57b;
    will-change: left, right; }

@media only screen and (max-width: 992px) {
  .tabs {
    display: -ms-flexbox;
    display: flex; }
    .tabs .tab {
      -ms-flex-positive: 1;
      flex-grow: 1; }
      .tabs .tab a {
        padding: 0 12px; } }

.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height; }
  .dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none; }
    .dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
      background-color: #eee; }
    .dropdown-content li.active.selected {
      background-color: #e1e1e1; }
    .dropdown-content li.divider {
      min-height: 0;
      height: 1px; }
    .dropdown-content li > a, .dropdown-content li > span {
      font-size: 16px;
      color: #f4a532;
      display: block;
      line-height: 22px;
      padding: 14px 16px; }
    .dropdown-content li > span > label {
      top: 1px;
      left: 0;
      height: 18px; }
    .dropdown-content li > a > i {
      height: inherit;
      line-height: inherit; }

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px; }

.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0; }

.collapsible-header {
  display: block;
  cursor: pointer;
  min-height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd; }
  .collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    line-height: 3rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 1rem; }

.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box; }
  .collapsible-body p {
    margin: 0;
    padding: 2rem; }

.side-nav .collapsible,
.side-nav.fixed .collapsible {
  border: none;
  box-shadow: none; }
  .side-nav .collapsible li,
  .side-nav.fixed .collapsible li {
    padding: 0; }

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 0; }
  .side-nav .collapsible-header:hover,
  .side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05); }
  .side-nav .collapsible-header i,
  .side-nav.fixed .collapsible-header i {
    line-height: inherit; }

.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
  border: 0;
  background-color: #fff; }
  .side-nav .collapsible-body li a,
  .side-nav.fixed .collapsible-body li a {
    padding: 0 7.5px 0 15px; }

.collapsible.popout {
  border: none;
  box-shadow: none; }
  .collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0; }

select:focus {
  outline: 1px solid white; }

button:focus {
  outline: none;
  background-color: #f5ae45; }

label {
  font-size: 0.8rem;
  color: #b2bdc0; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::-webkit-input-placeholder {
  color: #eaedee; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #eaedee; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #eaedee; }

:-ms-input-placeholder {
  color: #eaedee; }

/* Text inputs */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #b2bdc0;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: all 0.3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:disabled,
  input[type=text][readonly="readonly"],
  input[type=password]:disabled,
  input[type=password][readonly="readonly"],
  input[type=email]:disabled,
  input[type=email][readonly="readonly"],
  input[type=url]:disabled,
  input[type=url][readonly="readonly"],
  input[type=time]:disabled,
  input[type=time][readonly="readonly"],
  input[type=date]:disabled,
  input[type=date][readonly="readonly"],
  input[type=datetime]:disabled,
  input[type=datetime][readonly="readonly"],
  input[type=datetime-local]:disabled,
  input[type=datetime-local][readonly="readonly"],
  input[type=tel]:disabled,
  input[type=tel][readonly="readonly"],
  input[type=number]:disabled,
  input[type=number][readonly="readonly"],
  input[type=search]:disabled,
  input[type=search][readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.26);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.26); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:disabled + label,
  input[type=text][readonly="readonly"] + label,
  input[type=password]:disabled + label,
  input[type=password][readonly="readonly"] + label,
  input[type=email]:disabled + label,
  input[type=email][readonly="readonly"] + label,
  input[type=url]:disabled + label,
  input[type=url][readonly="readonly"] + label,
  input[type=time]:disabled + label,
  input[type=time][readonly="readonly"] + label,
  input[type=date]:disabled + label,
  input[type=date][readonly="readonly"] + label,
  input[type=datetime]:disabled + label,
  input[type=datetime][readonly="readonly"] + label,
  input[type=datetime-local]:disabled + label,
  input[type=datetime-local][readonly="readonly"] + label,
  input[type=tel]:disabled + label,
  input[type=tel][readonly="readonly"] + label,
  input[type=number]:disabled + label,
  input[type=number][readonly="readonly"] + label,
  input[type=search]:disabled + label,
  input[type=search][readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.26); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:focus:not([readonly]),
  input[type=password]:focus:not([readonly]),
  input[type=email]:focus:not([readonly]),
  input[type=url]:focus:not([readonly]),
  input[type=time]:focus:not([readonly]),
  input[type=date]:focus:not([readonly]),
  input[type=datetime]:focus:not([readonly]),
  input[type=datetime-local]:focus:not([readonly]),
  input[type=tel]:focus:not([readonly]),
  input[type=number]:focus:not([readonly]),
  input[type=search]:focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f4a532;
    box-shadow: 0 1px 0 0 #f4a532; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:focus:not([readonly]) + label,
  input[type=password]:focus:not([readonly]) + label,
  input[type=email]:focus:not([readonly]) + label,
  input[type=url]:focus:not([readonly]) + label,
  input[type=time]:focus:not([readonly]) + label,
  input[type=date]:focus:not([readonly]) + label,
  input[type=datetime]:focus:not([readonly]) + label,
  input[type=datetime-local]:focus:not([readonly]) + label,
  input[type=tel]:focus:not([readonly]) + label,
  input[type=number]:focus:not([readonly]) + label,
  input[type=search]:focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #f4a532; }
  input:not([type]).valid, input:not([type]):focus.valid,
  input[type=text].valid,
  input[type=text]:focus.valid,
  input[type=password].valid,
  input[type=password]:focus.valid,
  input[type=email].valid,
  input[type=email]:focus.valid,
  input[type=url].valid,
  input[type=url]:focus.valid,
  input[type=time].valid,
  input[type=time]:focus.valid,
  input[type=date].valid,
  input[type=date]:focus.valid,
  input[type=datetime].valid,
  input[type=datetime]:focus.valid,
  input[type=datetime-local].valid,
  input[type=datetime-local]:focus.valid,
  input[type=tel].valid,
  input[type=tel]:focus.valid,
  input[type=number].valid,
  input[type=number]:focus.valid,
  input[type=search].valid,
  input[type=search]:focus.valid,
  textarea.materialize-textarea.valid,
  textarea.materialize-textarea:focus.valid {
    border-bottom: 1px solid #88a33e;
    box-shadow: 0 1px 0 0 #88a33e; }
  input:not([type]).valid + label:after,
  input:not([type]):focus.valid + label:after,
  input[type=text].valid + label:after,
  input[type=text]:focus.valid + label:after,
  input[type=password].valid + label:after,
  input[type=password]:focus.valid + label:after,
  input[type=email].valid + label:after,
  input[type=email]:focus.valid + label:after,
  input[type=url].valid + label:after,
  input[type=url]:focus.valid + label:after,
  input[type=time].valid + label:after,
  input[type=time]:focus.valid + label:after,
  input[type=date].valid + label:after,
  input[type=date]:focus.valid + label:after,
  input[type=datetime].valid + label:after,
  input[type=datetime]:focus.valid + label:after,
  input[type=datetime-local].valid + label:after,
  input[type=datetime-local]:focus.valid + label:after,
  input[type=tel].valid + label:after,
  input[type=tel]:focus.valid + label:after,
  input[type=number].valid + label:after,
  input[type=number]:focus.valid + label:after,
  input[type=search].valid + label:after,
  input[type=search]:focus.valid + label:after,
  textarea.materialize-textarea.valid + label:after,
  textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #88a33e;
    opacity: 1; }
  input:not([type]).invalid, input:not([type]):focus.invalid,
  input[type=text].invalid,
  input[type=text]:focus.invalid,
  input[type=password].invalid,
  input[type=password]:focus.invalid,
  input[type=email].invalid,
  input[type=email]:focus.invalid,
  input[type=url].invalid,
  input[type=url]:focus.invalid,
  input[type=time].invalid,
  input[type=time]:focus.invalid,
  input[type=date].invalid,
  input[type=date]:focus.invalid,
  input[type=datetime].invalid,
  input[type=datetime]:focus.invalid,
  input[type=datetime-local].invalid,
  input[type=datetime-local]:focus.invalid,
  input[type=tel].invalid,
  input[type=tel]:focus.invalid,
  input[type=number].invalid,
  input[type=number]:focus.invalid,
  input[type=search].invalid,
  input[type=search]:focus.invalid,
  textarea.materialize-textarea.invalid,
  textarea.materialize-textarea:focus.invalid {
    border-bottom: 1px solid #e51c23;
    box-shadow: 0 1px 0 0 #e51c23; }
  input:not([type]).invalid + label:after,
  input:not([type]):focus.invalid + label:after,
  input[type=text].invalid + label:after,
  input[type=text]:focus.invalid + label:after,
  input[type=password].invalid + label:after,
  input[type=password]:focus.invalid + label:after,
  input[type=email].invalid + label:after,
  input[type=email]:focus.invalid + label:after,
  input[type=url].invalid + label:after,
  input[type=url]:focus.invalid + label:after,
  input[type=time].invalid + label:after,
  input[type=time]:focus.invalid + label:after,
  input[type=date].invalid + label:after,
  input[type=date]:focus.invalid + label:after,
  input[type=datetime].invalid + label:after,
  input[type=datetime]:focus.invalid + label:after,
  input[type=datetime-local].invalid + label:after,
  input[type=datetime-local]:focus.invalid + label:after,
  input[type=tel].invalid + label:after,
  input[type=tel]:focus.invalid + label:after,
  input[type=number].invalid + label:after,
  input[type=number]:focus.invalid + label:after,
  input[type=search].invalid + label:after,
  input[type=search]:focus.invalid + label:after,
  textarea.materialize-textarea.invalid + label:after,
  textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #e51c23;
    opacity: 1; }
  input:not([type]).validate + label,
  input[type=text].validate + label,
  input[type=password].validate + label,
  input[type=email].validate + label,
  input[type=url].validate + label,
  input[type=time].validate + label,
  input[type=date].validate + label,
  input[type=datetime].validate + label,
  input[type=datetime-local].validate + label,
  input[type=tel].validate + label,
  input[type=number].validate + label,
  input[type=search].validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%;
    pointer-events: none; }
  input:not([type]) + label:after,
  input[type=text] + label:after,
  input[type=password] + label:after,
  input[type=email] + label:after,
  input[type=url] + label:after,
  input[type=time] + label:after,
  input[type=date] + label:after,
  input[type=datetime] + label:after,
  input[type=datetime-local] + label:after,
  input[type=tel] + label:after,
  input[type=number] + label:after,
  input[type=search] + label:after,
  textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 60px;
    opacity: 0;
    transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field label {
    color: #b2bdc0;
    position: absolute;
    top: 0.8rem;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: .2s ease-out; }
  .input-field label.active {
    font-size: 0.8rem;
    transform: translateY(-140%); }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s; }
    .input-field .prefix.active {
      color: #f4a532; }
  .input-field .prefix ~ input,
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem); }
  .input-field input[type=search]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus + label i,
    .input-field input[type=search]:focus ~ .mdi-navigation-close,
    .input-field input[type=search]:focus ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + label {
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 1.6rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem; }

.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */ }

/* Autocomplete */
.autocomplete-content {
  margin-top: -15px;
  display: block;
  opacity: 1;
  position: static; }
  .autocomplete-content li .highlight, .autocomplete-content li .agenda-list .row .col-info h3, .agenda-list .row .col-info .autocomplete-content li h3, .autocomplete-content .date-list ul li .info h2, .date-list ul .autocomplete-content li .info h2 {
    color: #444; }
  .autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none; }

[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + label:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + label:before {
  border: 2px solid transparent; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"].with-gap:checked + label:after {
  border: 2px solid #f4a532; }

[type="radio"]:checked + label:after,
[type="radio"].with-gap:checked + label:after {
  background-color: #f4a532; }

[type="radio"]:checked + label:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + label:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26); }

[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26); }

[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD; }

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before,
  [type="checkbox"]:not(.filled-in) + label:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + label:after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }
  [type="checkbox"].tabbed:focus + label:after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #f4a532;
  border-bottom: 2px solid #f4a532;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #f4a532;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }

[type="checkbox"].filled-in + label:before,
[type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #f4a532;
  background-color: #f4a532;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #f4a532;
  border-color: #f4a532; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }

[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #efd8b6; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #f4a532;
      left: 24px; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  background-color: #818181;
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 21px;
    height: 21px;
    background-color: #F1F1F1;
    border-radius: 21px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease; }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::after,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 165, 50, 0.1); }

input[type=checkbox]:not(:disabled) ~ .lever:active:after,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::after {
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default; }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #BDBDBD; }

/* Select Field
   ========================================================================== */
select {
  display: none; }

select.browser-default {
  display: block; }

select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem; }

.select-label {
  position: absolute; }

.select-wrapper {
  position: relative; }
  .select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #b2bdc0;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    display: block; }
  .select-wrapper span.caret {
    color: initial;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 10px;
    margin: auto 0;
    font-size: 10px;
    line-height: 10px; }
    .select-wrapper span.caret.disabled {
      color: rgba(0, 0, 0, 0.26); }
  .select-wrapper + label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem; }

select:disabled {
  color: rgba(0, 0, 0, 0.3); }

.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.3);
  cursor: default;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -ms-user-select: none;
  /* IE10+ */
  border-bottom: 1px solid rgba(0, 0, 0, 0.3); }

.select-wrapper i {
  color: rgba(0, 0, 0, 0.3); }

.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent; }

.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem); }

.prefix ~ label {
  margin-left: 3rem; }

.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right; }

.select-dropdown li.optgroup {
  border-top: 1px solid #eee; }
  .select-dropdown li.optgroup.selected > span {
    color: rgba(0, 0, 0, 0.7); }
  .select-dropdown li.optgroup > span {
    color: rgba(0, 0, 0, 0.4); }
  .select-dropdown li.optgroup ~ li.optgroup-option {
    padding-left: 1rem; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #f4a532;
  top: 10px;
  margin-left: -6px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #f4a532;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #f4a532;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
  transition: .3s; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ccc; }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #ddd;
  border: none; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f4a532;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range]:focus::-moz-range-track {
  background: #ccc; }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #f4a532; }

input[type=range]:focus::-ms-fill-lower {
  background: #888; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px; }
  .preloader-wrapper.small, .gallery.gallery-numbered .slick-action .slick-dots li a.preloader-wrapper, .box a.preloader-wrapper, nav.preloader-wrapper.meta, nav.login .action-bar a.preloader-wrapper {
    width: 36px;
    height: 36px; }
  .preloader-wrapper.big {
    width: 64px;
    height: 64px; }
  .preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    animation: container-rotate 1568ms linear infinite; }

@keyframes container-rotate {
  to {
    transform: rotate(360deg); } }

.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #f4a532; }

.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4; }

.spinner-red,
.spinner-red-only {
  border-color: #db4437; }

.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400; }

.spinner-green,
.spinner-green-only {
  border-color: #0f9d58; }

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-red {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-yellow {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer.spinner-green {
  /* durations: 4 * ARCTIME */
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  /* durations: 4 * ARCTIME */
  opacity: 1;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg); }
  /* 0.5 * ARCSIZE */
  25% {
    transform: rotate(270deg); }
  /* 1   * ARCSIZE */
  37.5% {
    transform: rotate(405deg); }
  /* 1.5 * ARCSIZE */
  50% {
    transform: rotate(540deg); }
  /* 2   * ARCSIZE */
  62.5% {
    transform: rotate(675deg); }
  /* 2.5 * ARCSIZE */
  75% {
    transform: rotate(810deg); }
  /* 3   * ARCSIZE */
  87.5% {
    transform: rotate(945deg); }
  /* 3.5 * ARCSIZE */
  to {
    transform: rotate(1080deg); }
  /* 4   * ARCSIZE */ }

@keyframes blue-fade-in-out {
  from {
    opacity: 1; }
  25% {
    opacity: 1; }
  26% {
    opacity: 0; }
  89% {
    opacity: 0; }
  90% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes red-fade-in-out {
  from {
    opacity: 0; }
  15% {
    opacity: 0; }
  25% {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; } }

@keyframes yellow-fade-in-out {
  from {
    opacity: 0; }
  40% {
    opacity: 0; }
  50% {
    opacity: 1; }
  75% {
    opacity: 1; }
  76% {
    opacity: 0; } }

@keyframes green-fade-in-out {
  from {
    opacity: 0; }
  65% {
    opacity: 0; }
  75% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }

.gap-patch .circle {
  width: 1000%;
  left: -450%; }

.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit; }
  .circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0; }
  .circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    transform: rotate(129deg); }
  .circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    transform: rotate(-129deg); }

.active .circle-clipper.left .circle {
  /* duration: ARCTIME */
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

.active .circle-clipper.right .circle {
  /* duration: ARCTIME */
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }

@keyframes left-spin {
  from {
    transform: rotate(130deg); }
  50% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(130deg); } }

@keyframes right-spin {
  from {
    transform: rotate(-130deg); }
  50% {
    transform: rotate(5deg); }
  to {
    transform: rotate(-130deg); } }

#spinnerContainer.cooldown {
  /* duration: SHRINK_TIME */
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1); }

@keyframes fade-out {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

/**
 * Media query includes for max-width
 * Usage: @include max($xs) { ... }
 *
 * @param  {Pixel} $media A breakpoint (see variables.scss)
 * @return {void}
 */
/**
 * Media query for min-width and max-width
 * Usage: @include between($s, $m) { ... }
 *
 * @param  {Pixel} $min Min screen size
 * @param  {Pixel} $max Max screen size
 * @return {void}
 */
/**
 * Media query for min-width
 * Usage: @include min($xs) { ... }
 *
 * @param  {Pixel} $media A breakpoint (see variables.scss)
 * @return {void}
 */
/*
Generate Fonts Mixin
Use it like this: @include generatefont(Roboto, '/fonts/roboto', 300, normal)
*/
/*Font Fallback mixin
Use it like this: @include font(Roboto);
*/
img {
  max-width: 100%; }

.uppercase, #main .btn,
#main .button {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.opaque {
  opacity: 0; }

.ellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.one-line {
  white-space: nowrap; }

.dashed {
  border-style: dashed; }

.dotted {
  border-style: dotted; }

.no-border {
  border: 0 solid transparent; }

.underline {
  text-decoration: underline; }

.no-underline {
  text-decoration: none; }

.guide {
  background: #efefef;
  line-height: 2.5;
  padding-left: 15px; }

.fade {
  transition: opacity 1000ms;
  opacity: 0.1; }

.one-rem-space {
  margin: 1rem 0; }

.two-rem-space {
  margin: 2rem 0; }

.three-rem-space, .gallery {
  margin: 3rem 0; }

.four-rem-space, .nl-signup,
#main .nl-signup, .lead-with-arrow {
  margin: 4rem 0; }

svg {
  color: #f4a532;
  stroke: none;
  fill: currentColor; }
  svg path {
    stroke: inherit; }

.svg-include svg {
  max-width: 150px;
  max-height: 150px; }

.card {
  background-color: #ffffff;
  padding: 1.5rem;
  box-sizing: border-box; }

@media only screen and (max-width: 479px) {
  .hidden-xxs {
    display: none; } }

@media only screen and (max-width: 767px) {
  .hidden-xs {
    display: none; } }

@media only screen and (max-width: 991px) {
  .hidden-s {
    display: none; } }

@media only screen and (max-width: 1024px) {
  .hidden-sm {
    display: none; } }

@media only screen and (max-width: 1199px) {
  .hidden-m {
    display: none; } }

@media only screen and (max-width: 1919px) {
  .hidden-l {
    display: none; } }

@media only screen and (max-width: 2559px) {
  .hidden-xl {
    display: none; } }

/* .fullwidth{
	margin-left: calc(-50vw + 50%);
	margin-right: calc(-50vw + 50%);

	@include max($s) {
		//margin-left: 0;
		//margin-right: 0;
	}
}

.fullwidth-right {
	margin-right: calc(-50vw + 50%);
}

.fullwidth-left {
	margin-left: calc(-50vw + 50%);
}
 */
.margin-minus-right, .mxm_wysiwyg.box-highlight, .line-container > .row > .col-md-12 > .mxm_people, .box, .mxm_tabs .tabs-wrapper,
.margin-minus-left,
.intro-title .col-img,
.margin-minus-both,
ul.svg-list {
  transition: margin 0.8s; }

@media only screen and (min-width: 1440px) {
  #wrapper .margin-minus-left, #wrapper .intro-title .col-img, .intro-title #wrapper .col-img {
    margin-left: -9%; }
  #wrapper .margin-minus-right, #wrapper .mxm_wysiwyg.box-highlight, #wrapper .line-container > .row > .col-md-12 > .mxm_people, #wrapper .box, #wrapper .mxm_tabs .tabs-wrapper, .mxm_tabs #wrapper .tabs-wrapper {
    margin-right: -9%; }
  #wrapper .margin-minus-both, #wrapper ul.svg-list {
    margin-right: -9%;
    margin-left: -9%;
    min-width: calc(100% + 18%); } }

.mxm_spacer.t1 {
  padding: 5px 0 0; }

.mxm_spacer.t2 {
  padding: 15px 0 0; }

.mxm_spacer.t3 {
  padding: 25px 0 0; }

.mxm_spacer.t4 {
  padding: 35px 0 0; }

.mxm_spacer.t5 {
  padding: 45px 0 0; }

.mxm_spacer.t6 {
  padding: 55px 0 0; }

.mxm_spacer.default {
  padding: 30px 0 0; }

html,
body {
  font-size: 20px;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    html,
    body {
      font-size: 14px; } }

body {
  overflow-x: hidden; }

#main {
  z-index: 1;
  box-sizing: border-box;
  background: white; }
  #main .footerspacer {
    height: 500px;
    background: none;
    position: absolute;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    z-index: 9; }
    #main .footerspacer::after, #main .footerspacer::before {
      content: "";
      width: 15px;
      height: calc(100% + 5vh);
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 5; }
  #main #content {
    background-color: #fff;
    max-width: 1120px;
    padding: 0 15px;
    margin: 0 auto;
    min-height: calc(100vh - 167px); }
    #main #content .plus-helper {
      width: 1px;
      height: 1px;
      outline: 1px solid red;
      z-index: 99999999999; }
    #main #content .line-container > .row + .row {
      margin-top: 5rem;
      margin-bottom: 5rem; }
      @media only screen and (max-width: 1199px) {
        #main #content .line-container > .row + .row {
          margin-top: 3rem;
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 767px) {
        #main #content .line-container > .row + .row {
          margin-top: 2rem;
          margin-bottom: 2rem; } }

iframe {
  max-width: 100% !important; }

/* grid editor frontend visibility */
.visible-mobile,
.visible-tablet,
.visible-desktop {
  display: none !important; }

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

@media (min-width: 765px) and (max-width: 991px) {
  .visible-tablet {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-desktop {
    display: block !important; } }

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

@media (max-width: 764px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 765px) and (max-width: 991px) {
  .hidden-tablet {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-desktop {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important; } }

.gfx-arrownext-dims {
  width: 16px;
  height: 30px; }

.gfx-arrowprev-dims {
  width: 16px;
  height: 30px; }

.gfx-close-dims {
  width: 30px;
  height: 30px; }

.gfx-download-dims {
  width: 11px;
  height: 16px; }

.gfx-facebook-dims {
  width: 15px;
  height: 31px; }

.gfx-gplus-dims {
  width: 1000px;
  height: 1000px; }

.gfx-linkedin-dims {
  width: 1000px;
  height: 1000px; }

.gfx-map-dims {
  width: 13px;
  height: 17px; }

.gfx-play-dims {
  width: 512px;
  height: 512px; }

.gfx-scrolltop-dims {
  width: 10px;
  height: 7px; }

.gfx-share-dims {
  width: 55px;
  height: 55px; }

.gfx-suche-dims {
  width: 55px;
  height: 55px; }

.gfx-test-dims {
  width: 19px;
  height: 19px; }

.gfx-trash-o-dims {
  width: 22px;
  height: 28px; }

.gfx-twitter-dims {
  width: 1000px;
  height: 1000px; }

@font-face {
  font-family: "FrutigerLTCom-Black";
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Black/FrutigerLTCom-Black.eot");
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Black/FrutigerLTCom-Black.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Black/FrutigerLTCom-Black.woff") format("woff"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Black/FrutigerLTCom-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FrutigerLTCom-Bold";
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.eot");
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.woff") format("woff"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Bold/FrutigerLTCom-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FrutigerLTCom-Light";
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.eot");
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.woff") format("woff"), url("/wp-content/themes/Maxomedia/assets/fonts/FrutigerLTCom-Light/FrutigerLTCom-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "FontAwesome";
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("/wp-content/themes/Maxomedia/assets/fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/Maxomedia/assets/fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("/wp-content/themes/Maxomedia/assets/fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

body, input, textarea, select, button {
  font-family: 'FrutigerLTCom-Light', sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, .intro-title .col-img .scroll-teaser, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'FrutigerLTCom-Black', sans-serif;
  color: #666d75; }

h1,
.h1 {
  font-size: 2.25rem;
  color: #f4a532; }

h2,
.h2 {
  font-size: 1.25rem; }

h3,
.h3 {
  font-size: 1rem; }

h4,
.h4 {
  font-size: 1rem;
  font-family: 'FrutigerLTCom-Light', sans-serif; }

h5, .intro-title .col-img .scroll-teaser,
.h5 {
  font-size: 0.875rem;
  font-family: 'FrutigerLTCom-Bold', sans-serif; }
  @media only screen and (max-width: 767px) {
    h5, .intro-title .col-img .scroll-teaser,
    .h5 {
      font-size: 1rem; } }

h6,
.h6 {
  font-size: 0.875rem;
  font-family: 'FrutigerLTCom-Light', sans-serif; }

p,
span,
ul,
li,
a,
textarea,
table,
tr,
td,
strong,
.mxm_tabs .tabs-wrapper .tab-title {
  font-size: inherit;
  line-height: 1.8; }

small, .mxm_tabs .tabs-wrapper .tab-title,
.small,
.gallery.gallery-numbered .slick-action .slick-dots li a,
.box a,
nav.meta,
nav.login .action-bar a {
  font-size: 0.75rem; }

b,
strong,
.mxm_tabs .tabs-wrapper .tab-title,
.bold,
.strong {
  font-family: 'FrutigerLTCom-Bold', sans-serif; }

i, .italic {
  font-style: italic; }

.light, footer.page-footer .footer-copyright {
  font-family: 'FrutigerLTCom-Light', sans-serif; }

figure {
  margin: 0;
  padding: 0; }
  figure figcaption p {
    margin: 0.5rem 0; }

.highlight *, .agenda-list .row .col-info h3 *, .date-list ul li .info h2 *,
.highlight,
.agenda-list .row .col-info h3,
.date-list ul li .info h2 {
  color: #f4a532; }

@media only screen and (min-width: 992px) {
  .two_col {
    columns: 2;
    column-gap: 2rem; } }

.mxm_wysiwyg.box-highlight {
  padding: 2rem;
  background-color: #fdefdb; }
  @media only screen and (min-width: 1440px) {
    .mxm_wysiwyg.box-highlight {
      margin-left: -85px;
      padding-left: 85px;
      padding-right: 170px; } }

a {
  color: #f4a532;
  transition: all 0.8s ease-in;
  text-decoration: none;
  outline: 0; }
  a:hover, a:focus {
    color: #f4a532;
    outline: 0; }
  a.negative {
    color: #323c46; }
    a.negative:hover, a.negative:focus {
      color: #f4a532; }
  a.underlined {
    text-decoration: underline; }
  a svg {
    vertical-align: middle; }
  a img {
    outline: 0 none;
    border: 0 none; }

#main .btn,
#main .button {
  cursor: pointer;
  background: none;
  -webkit-appearance: none;
  display: inline-block;
  text-decoration: none;
  padding: 0.6rem 1.5rem;
  color: #f4a532;
  border: 2px solid #f4a532;
  font-size: 1rem;
  line-height: 1.2;
  transition: color 0.8s, background 0.8s;
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  @media only screen and (max-width: 767px) {
    #main .btn,
    #main .button {
      padding: 1rem 3.7rem;
      font-size: 1.3rem; } }
  #main .btn svg,
  #main .button svg {
    fill: #f4a532;
    stroke: #f4a532;
    transition: stroke 0.8s, fill 0.8s;
    margin-left: -5px;
    margin-right: 5px; }
  #main .btn:active, #main .btn:hover, #main .btn:focus,
  #main .button:active,
  #main .button:hover,
  #main .button:focus {
    background-color: #f4a532;
    color: #ffffff; }
    #main .btn:active svg, #main .btn:hover svg, #main .btn:focus svg,
    #main .button:active svg,
    #main .button:hover svg,
    #main .button:focus svg {
      fill: #ffffff;
      stroke: #ffffff; }
  #main .btn.btn-inverted,
  #main .button.btn-inverted {
    background-color: #f4a532;
    color: #ffffff; }
    #main .btn.btn-inverted svg,
    #main .button.btn-inverted svg {
      fill: #ffffff;
      stroke: #ffffff; }
    #main .btn.btn-inverted:active, #main .btn.btn-inverted:hover, #main .btn.btn-inverted:focus,
    #main .button.btn-inverted:active,
    #main .button.btn-inverted:hover,
    #main .button.btn-inverted:focus {
      background-color: #ffffff;
      color: #f4a532; }
      #main .btn.btn-inverted:active svg, #main .btn.btn-inverted:hover svg, #main .btn.btn-inverted:focus svg,
      #main .button.btn-inverted:active svg,
      #main .button.btn-inverted:hover svg,
      #main .button.btn-inverted:focus svg {
        fill: #f4a532;
        stroke: #f4a532; }

.mxm_button.block {
  min-width: 100%;
  text-align: center; }

.cssicon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative; }

/* .cssicon.hamburger {
	color: #000;
	width: 25px;
	height: 2px;
	background-color: $blueneon;

	&::before,
	&:after {
		content: '';
		position: absolute;
		width: 17px;
		height: 2px;
		background-color: $orange;
		right: 0;
	}

	&::before {
		top: -8px;
		width: 17px;
	}

	&::after {
		top: 8px;
		width: 12px;
	}
} */
.cssicon.hamburger {
  width: 50px;
  height: 40px;
  color: #000;
  line-height: 6px;
  padding: 5px; }
  @media only screen and (max-width: 767px) {
    .cssicon.hamburger {
      line-height: 8px; } }
  .cssicon.hamburger span {
    width: 100%;
    height: 2px;
    background-color: #f4a532;
    display: inline-block;
    position: relative;
    transition: transform 0.2s, width 0.2s 0.2s, margin 0.2s; }
    .cssicon.hamburger span:first-child::before, .cssicon.hamburger span:last-child::after {
      content: '';
      position: absolute;
      height: 2px;
      background-color: #f4a532;
      right: 0;
      transition: opacity 0.2s, visibility 0.2s, top 0.1s;
      transition-delay: 0.2s; }
    .cssicon.hamburger span:first-child {
      background-color: #0f4096;
      width: 60%; }
      .cssicon.hamburger span:first-child::before {
        top: -10px;
        width: 140%; }
    .cssicon.hamburger span:last-child::after {
      top: 10px;
      width: 40%; }

nav.open .cssicon.hamburger span {
  transform: rotate(-45deg);
  transition: transform 0.2s 0.2s, width 0.2s, margin 0.2s 0.2s; }
  nav.open .cssicon.hamburger span:first-child::before, nav.open .cssicon.hamburger span:last-child::after {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s, top 0.1s; }
  nav.open .cssicon.hamburger span:first-child {
    width: 100%;
    transform: rotate(45deg); }
    nav.open .cssicon.hamburger span:first-child::before {
      top: 0; }
  nav.open .cssicon.hamburger span:last-child {
    margin-bottom: 8px; }
    nav.open .cssicon.hamburger span:last-child::after {
      top: 0; }

.cssicon.close {
  width: 25px;
  height: 25px;
  color: #f4a532; }
  .cssicon.close::before, .cssicon.close::after {
    content: '';
    position: absolute;
    top: 12px;
    width: 24px;
    height: 2px; }
  .cssicon.close::before {
    background-color: currentColor;
    transform: rotate(-45deg); }
  .cssicon.close::after {
    background-color: currentColor;
    transform: rotate(45deg); }

.cssicon.arrow {
  width: 25px;
  height: 25px; }
  .cssicon.arrow::after {
    content: "";
    border-right: 2px solid #f4a532;
    border-bottom: 2px solid #f4a532;
    width: 15px;
    height: 15px;
    transform: rotate(-45deg);
    display: block; }
  .cssicon.arrow.arrow-right::after {
    transform: rotate(-45deg); }
  .cssicon.arrow.arrow-left::after {
    transform: rotate(135deg); }
  .cssicon.arrow.arrow-up::after {
    transform: rotate(-135deg); }
  .cssicon.arrow.arrow-down::after {
    transform: rotate(45deg); }

.cssicon.search {
  color: #f4a532;
  position: absolute;
  margin-top: 2px;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  border: solid 1px currentColor;
  border-radius: 100%;
  transform: rotate(-45deg); }
  .cssicon.search:before {
    content: '';
    position: absolute;
    top: 17px;
    left: 5px;
    height: 6px;
    width: 1px;
    background-color: currentColor; }

.cssicon.long-arrow-right {
  color: #000;
  position: absolute;
  margin-left: 2px;
  margin-top: 10px;
  width: 16px;
  height: 1px;
  background-color: currentColor; }
  .cssicon.long-arrow-right:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -5px;
    width: 10px;
    height: 10px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    transform: rotate(45deg); }

ul {
  list-style: none; }
  ul li {
    list-style: none;
    padding-left: 35px; }
    ul li:before {
      content: '–';
      padding-right: 0.8em;
      color: #f4a532;
      font-weight: bold;
      margin-left: -25px; }

.mce-content-body ol:not(.browser-default),
.mxm_wysiwyg ol:not(.browser-default),
.mxm_wysiwyg ol {
  list-style-type: decimal;
  padding-left: 2rem;
  margin-left: 0; }
  .mce-content-body ol:not(.browser-default) li,
  .mxm_wysiwyg ol:not(.browser-default) li,
  .mxm_wysiwyg ol li {
    list-style: decimal; }

.btn.inline-form {
  margin-top: 15px; }

.select-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .select-wrapper ul li {
    padding-left: 0; }
    .select-wrapper ul li:before {
      content: '';
      display: none; }

.mxm_form {
  margin: 40px auto;
  padding: 0 15px; }
  .mxm_form .checkbox-field {
    margin: 15px 0; }
  .mxm_form label {
    color: #000000; }
  .mxm_form .action-bar {
    display: inline-block; }
    .mxm_form .action-bar a {
      text-decoration: underline;
      display: inline-block; }
      .mxm_form .action-bar a + a {
        margin-left: 1rem; }
  .mxm_form input[type="submit"] {
    margin-top: 1rem; }
  .mxm_form .gform_wrapper div.validation_error {
    color: #e51c23;
    border-color: #e51c23; }
  .mxm_form .gform_wrapper li.gfield {
    padding-left: 0; }
  .mxm_form .gform_wrapper li.gfield.gfield_error {
    border: none;
    background: transparent;
    margin: 0;
    padding-top: 12px;
    padding-left: 0; }
    .mxm_form .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
      border-color: #e51c23;
      border: none;
      border-bottom: 1px solid #e51c23; }
    .mxm_form .gform_wrapper li.gfield.gfield_error .gfield_label {
      color: #e51c23;
      margin-top: 0 !important; }
    .mxm_form .gform_wrapper li.gfield.gfield_error .validation_message {
      color: #e51c23;
      padding-top: 0; }
  .mxm_form .validation_error select {
    display: block; }

.nl-signup .input-field,
#main .nl-signup .input-field {
  position: relative; }

.nl-signup .btn,
#main .nl-signup .btn {
  position: absolute;
  right: 0;
  top: -20px;
  height: 50px;
  width: 50px;
  padding: 10px;
  outline: 0;
  border: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
  background: none;
  border: none; }
  .nl-signup .btn .cssicon,
  #main .nl-signup .btn .cssicon {
    color: #b2bdc0;
    width: 24px; }

footer.main .nl-signup, footer.main
#main .nl-signup {
  margin: 0; }

footer.main {
  font-size: 0.9rem;
  position: relative;
  color: #ffffff; }
  footer.main .footer-wrapper {
    height: 500px;
    position: fixed;
    bottom: 0;
    z-index: -1;
    width: 100%;
    overflow: hidden;
    background: #5b636b;
    color: #fff;
    transform: translate3d(0, 0, 0);
    padding: 2rem 0; }
    footer.main .footer-wrapper .footer-container {
      max-width: 1120px;
      margin: 0 auto;
      padding: 0 15px; }
  footer.main h1, footer.main h2, footer.main h3, footer.main h4, footer.main h5, footer.main .intro-title .col-img .scroll-teaser, .intro-title .col-img footer.main .scroll-teaser, footer.main h6,
  footer.main ul li::before,
  footer.main a {
    color: #ffffff; }
  footer.main svg {
    color: #ffffff; }
  footer.main h5, footer.main .intro-title .col-img .scroll-teaser, .intro-title .col-img footer.main .scroll-teaser {
    margin-top: 0; }
  footer.main .footer-nav ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.main .footer-nav ul li {
      padding-left: 0; }
      footer.main .footer-nav ul li:before {
        content: '';
        display: none; }
    @media only screen and (max-width: 764px) {
      footer.main .footer-nav ul li {
        display: inline-block;
        margin: 0 5px; } }
  footer.main .mxm_wysiwyg h5, footer.main .mxm_wysiwyg .intro-title .col-img .scroll-teaser, .intro-title .col-img footer.main .mxm_wysiwyg .scroll-teaser {
    margin: 0; }
    footer.main .mxm_wysiwyg h5 + p, footer.main .mxm_wysiwyg .intro-title .col-img .scroll-teaser + p, .intro-title .col-img footer.main .mxm_wysiwyg .scroll-teaser + p {
      margin-top: 0; }
  footer.main .mxm_wysiwyg.logos p {
    margin: 0; }
  footer.main .mxm_wysiwyg.logos img {
    margin-bottom: 10px;
    max-width: 170px; }
    @media only screen and (max-width: 764px) {
      footer.main .mxm_wysiwyg.logos img {
        max-width: 110px;
        margin-bottom: 5px; } }

.slick .teaser {
  margin: 0; }

.slick .slick-item,
.slick .slick-item:hover,
.slick .slick-item:focus {
  outline: 0; }

.slick .slick-track {
  margin-left: 0; }

.slick.slick-intro .teaser {
  max-height: 375px;
  overflow: hidden; }
  @media only screen and (max-width: 991px) {
    .slick.slick-intro .teaser {
      max-height: 100%;
      margin: 0; } }

.slick.slick-intro .desc {
  float: right;
  display: inline-block;
  margin-right: calc(70px + 3rem);
  margin-top: 0.5rem; }
  .slick.slick-intro .desc svg {
    max-height: 30px; }
  .slick.slick-intro .desc span {
    margin-left: 0.5rem; }
  @media only screen and (max-width: 767px) {
    .slick.slick-intro .desc {
      margin-right: 0; } }

.slick.slick-intro .slick-dots {
  display: inline-block;
  position: absolute;
  bottom: 5px;
  left: 5rem; }
  @media only screen and (max-width: 767px) {
    .slick.slick-intro .slick-dots {
      bottom: auto;
      left: 1rem;
      top: 1rem; } }

.slick-dots {
  margin: 0;
  padding: 0;
  line-height: 14px; }
  .slick-dots li {
    background-color: white;
    height: 16px;
    width: 16px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin-right: 5px; }
    .slick-dots li.slick-active {
      border: 1px solid #f4a532; }
    .slick-dots li::after {
      content: "";
      background-color: #f4a532;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .slick-dots li button {
      display: none; }

.slick-arrow {
  box-shadow: none;
  background: none;
  outline: 0;
  border: 0;
  cursor: pointer; }
  .slick-arrow:hover, .slick-arrow:focus {
    background: transparent; }

.group-slider .slick-action {
  margin-bottom: 1rem;
  text-align: right; }

.group-slider .slick-people .slick-item {
  padding-top: 4rem; }

.slick-people {
  font-size: 16px; }
  .slick-people .slick-list {
    margin: 0 12%; }
    @media only screen and (min-width: 768px) {
      .slick-people .slick-list {
        margin: 0 10%; } }
  .slick-people .slick-track {
    display: -ms-flexbox;
    display: flex; }
    .slick-people .slick-track .slick-slide {
      height: auto; }
  .slick-people .slick-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 15px;
    position: relative; }
    .slick-people .slick-item.new-cat::before {
      content: "";
      position: absolute;
      left: 1px;
      top: 0;
      height: 25%;
      width: 1px;
      background: #f4a532; }
    .slick-people .slick-item.new-cat h5, .slick-people .slick-item.new-cat .intro-title .col-img .scroll-teaser, .intro-title .col-img .slick-people .slick-item.new-cat .scroll-teaser {
      position: absolute;
      top: 0;
      left: 10px; }
    .slick-people .slick-item h5, .slick-people .slick-item .intro-title .col-img .scroll-teaser, .intro-title .col-img .slick-people .slick-item .scroll-teaser, .slick-people .slick-item h6 {
      font-size: 16px;
      margin: 0; }
    .slick-people .slick-item h6 {
      margin-top: 1rem; }
      .slick-people .slick-item h6 + p {
        margin-top: 0; }
    .slick-people .slick-item .info a {
      color: inherit;
      text-decoration: underline; }
      .slick-people .slick-item .info a:hover, .slick-people .slick-item .info a:focus, .slick-people .slick-item .info a:active {
        color: #f4a532; }
    .slick-people .slick-item .info span {
      display: block; }
      .slick-people .slick-item .info span.phone a {
        text-decoration: none; }
    .slick-people .slick-item .desc {
      word-break: break-word;
      word-wrap: break-word; }
  .slick-people.group-slider {
    outline: 1px solid red; }
  .slick-people .slick-arrow {
    position: absolute;
    top: 120px;
    left: 0; }
    .slick-people .slick-arrow.slick-next {
      left: auto;
      right: 0; }
    .slick-people .slick-arrow svg {
      height: 50px;
      width: 30px; }
      @media only screen and (min-width: 768px) {
        .slick-people .slick-arrow svg {
          height: 75px;
          width: 50px; } }

ul.svg-list {
  padding: 2rem 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  ul.svg-list li {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    margin-bottom: 2rem;
    max-width: 50%;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      ul.svg-list li {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      ul.svg-list li {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-bottom: 1rem; } }
    ul.svg-list li .input-field {
      margin: 1rem 0; }
      ul.svg-list li .input-field label {
        padding-left: 50px;
        height: 34px;
        line-height: 34px;
        top: 0;
        font-weight: 100;
        font-size: 1.5rem;
        color: #b2bdc0; }
        ul.svg-list li .input-field label::before {
          width: 32px;
          height: 32px; }
        @media only screen and (max-width: 991px) {
          ul.svg-list li .input-field label {
            font-size: 1rem;
            line-height: inherit;
            height: auto; }
            ul.svg-list li .input-field label::before {
              width: 22px;
              height: 22px; } }
      ul.svg-list li .input-field input:checked + label::before {
        width: 15px;
        height: 30px; }
    ul.svg-list li .overlay-link {
      display: block;
      position: relative;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      ul.svg-list li .overlay-link::after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
    ul.svg-list li .svg {
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
      display: inline-block;
      float: left; }
      @media only screen and (max-width: 991px) {
        ul.svg-list li .svg {
          -ms-flex: 0 0 60px;
              flex: 0 0 60px; } }
      @media only screen and (max-width: 767px) {
        ul.svg-list li .svg {
          -ms-flex: 0 0 40px;
              flex: 0 0 40px; } }
      ul.svg-list li .svg svg {
        height: 100px;
        width: 100px;
        fill: currentColor;
        stroke: currentColor;
        stroke-width: 0.3; }
        @media only screen and (max-width: 991px) {
          ul.svg-list li .svg svg {
            height: 50px;
            width: 50px; } }
        @media only screen and (max-width: 767px) {
          ul.svg-list li .svg svg {
            height: 30px;
            width: 30px; } }
    ul.svg-list li .info {
      padding: 0 1rem;
      max-width: 100%; }
      ul.svg-list li .info h3 {
        margin: 0;
        font-size: 1.8rem;
        word-break: break-word; }
        @media only screen and (max-width: 1199px) {
          ul.svg-list li .info h3 {
            font-size: 1.4rem; } }
        @media only screen and (max-width: 991px) {
          ul.svg-list li .info h3 {
            font-size: 1rem; } }
  @media only screen and (max-width: 1199px) {
    ul.svg-list li:nth-child(2n) {
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    ul.svg-list li:nth-child(2n) {
      padding-left: 0;
      max-width: 100%; } }
  @media only screen and (min-width: 768px) {
    ul.svg-list li:nth-child(2n) .overlay-link {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }
      ul.svg-list li:nth-child(2n) .overlay-link svg {
        margin-left: 1rem;
        margin-right: 0; }
      ul.svg-list li:nth-child(2n) .overlay-link .info {
        text-align: right; }
    ul.svg-list li:nth-child(2n) .input-field {
      text-align: right; }
      ul.svg-list li:nth-child(2n) .input-field label {
        padding-left: 0;
        padding-right: 50px; }
        ul.svg-list li:nth-child(2n) .input-field label::before {
          left: auto;
          right: 0; }
      ul.svg-list li:nth-child(2n) .input-field input:checked + label::before {
        right: 15px; } }

.intro-title {
  position: relative;
  margin: 3rem 0; }
  .intro-title > .row {
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .intro-title > .row {
        -ms-flex-direction: column;
            flex-direction: column; } }
  .intro-title .col-img {
    position: absolute;
    width: 300px;
    top: 0;
    padding-bottom: 200px; }
    @media only screen and (max-width: 767px) {
      .intro-title .col-img {
        position: static;
        max-height: 250px;
        width: 150px;
        -ms-flex-item-align: start;
            align-self: flex-start;
        padding-bottom: 0; } }
    .intro-title .col-img .scroll-teaser {
      position: absolute;
      display: inline-block;
      text-align: center;
      bottom: 0;
      left: 0; }
      @media only screen and (max-width: 1439px) {
        .intro-title .col-img .scroll-teaser {
          left: 15%; } }

@keyframes flupp {
  0% {
    height: 0px; }
  50% {
    height: 50px; }
  100% {
    height: 50px; } }
      .intro-title .col-img .scroll-teaser::before {
        content: "";
        width: 2px;
        height: 50px;
        background-color: #f4a532;
        position: absolute;
        top: calc(-100% - 30px);
        left: 50%;
        transform: translateX(-50%);
        animation: flupp 3s ease 3s infinite; }
      @media only screen and (max-width: 767px) {
        .intro-title .col-img .scroll-teaser {
          display: none; } }
  .intro-title .col-content {
    padding: 0 30px;
    margin-top: 2rem;
    position: relative;
    z-index: 1;
    transition: margin 0.8s;
    margin-left: calc(160px + 30px); }
    .intro-title .col-content:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (max-width: 1439px) {
      .intro-title .col-content {
        margin-left: calc(300px + 30px); } }
    @media only screen and (max-width: 1199px) {
      .intro-title .col-content {
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      .intro-title .col-content {
        margin-left: 0;
        padding: 0; } }
    .intro-title .col-content h1 {
      display: inline-block;
      vertical-align: top;
      color: #f4a532;
      line-height: 1.2;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        .intro-title .col-content h1 {
          margin-left: 0; } }
    .intro-title .col-content .content-wrapper {
      padding: 0; }
    .intro-title .col-content p {
      color: #80858c; }
    .intro-title .col-content .btn {
      float: right; }

#page-closer {
  float: right;
  margin-top: 25px; }
  #page-closer .close {
    width: 30px;
    height: 30px; }
    #page-closer .close::after, #page-closer .close::before {
      width: 35px; }
  @media only screen and (max-width: 1199px) {
    #page-closer {
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    #page-closer {
      margin-top: 10px; }
      #page-closer .close {
        width: 20px;
        height: 20px; }
        #page-closer .close::after, #page-closer .close::before {
          width: 25px; } }
  @media only screen and (max-width: 479px) {
    #page-closer {
      margin-top: 0; } }

.agenda-list {
  margin: 2rem 2rem 4rem 0; }
  @media only screen and (min-width: 992px) {
    .agenda-list {
      padding-left: 4rem; } }
  @media only screen and (max-width: 991px) {
    .agenda-list {
      margin: 4rem 0; } }
  .agenda-list .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    border-top: 1px solid #f4a532;
    position: relative;
    padding: 1rem 0;
    transition: background-color 0.8s;
    width: 100%;
    /* &:first-child {
			border-top: 0;
			min-height: 25px;
			position: absolute;
			top: -30px;
			font-weight: $font-bold;

			&:hover {
				background-color: transparent;
			}
		}
 */ }
    .agenda-list .row:hover {
      background-color: #fdefdb; }
    .agenda-list .row .deep-link {
      display: block; }
      .agenda-list .row .deep-link::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1; }
    .agenda-list .row .col-img {
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .agenda-list .row img {
      border-radius: 50%; }
    .agenda-list .row .col-icons {
      color: #f4a532; }
      .agenda-list .row .col-icons svg {
        max-height: 40px;
        max-width: 40px; }
      @media only screen and (min-width: 992px) {
        .agenda-list .row .col-icons {
          margin-left: -4rem; } }
    .agenda-list .row h3 {
      font-weight: 600;
      margin-top: 0; }
      @media only screen and (max-width: 991px) {
        .agenda-list .row h3 {
          font-size: 1rem; } }
  @media only screen and (max-width: 991px) {
    .agenda-list .mobile-hidden {
      display: none; } }

footer.scrolltop {
  font-size: 0.8rem;
  position: relative;
  margin: 150px 0 30px; }
  footer.scrolltop p {
    margin: 10px 0; }
  footer.scrolltop p + p {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    footer.scrolltop {
      margin: 80px 0 30px;
      font-size: 1rem; }
      footer.scrolltop p {
        margin: 5px 0; }
      footer.scrolltop .info {
        margin-top: 2rem; } }

.tothetop {
  position: absolute;
  right: 0;
  text-decoration: none;
  bottom: 0;
  text-align: center;
  color: #000000;
  transition: color 0.3s; }
  .tothetop::before {
    content: "\f106";
    font-family: "FontAwesome";
    font-size: 22px;
    margin-top: 5px;
    line-height: 1; }
  .tothetop:focus, .tothetop:hover {
    color: #f4a532; }
  @media only screen and (max-width: 767px) {
    .tothetop {
      position: static; } }

.lead-with-arrow {
  position: relative; }
  .lead-with-arrow .absolute-wrapper {
    max-width: 60px;
    position: absolute;
    color: #f4a532;
    top: -0.5rem;
    left: -30px;
    text-align: center;
    line-height: 1; }
    .lead-with-arrow .absolute-wrapper .svg {
      transform: rotate(180deg);
      margin-bottom: 0.5rem;
      position: relative;
      height: 60px; }
      .lead-with-arrow .absolute-wrapper .svg svg {
        max-height: 60px;
        max-width: 60px;
        animation: bounce 1.2s ease-out infinite 2s;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0; }
    .lead-with-arrow .absolute-wrapper small, .lead-with-arrow .absolute-wrapper .mxm_tabs .tabs-wrapper .tab-title, .mxm_tabs .tabs-wrapper .lead-with-arrow .absolute-wrapper .tab-title {
      background-color: #fff;
      display: inline-block;
      padding: 3px 0; }
    @media only screen and (max-width: 1199px) {
      .lead-with-arrow .absolute-wrapper {
        left: 0; } }
  .lead-with-arrow p.lead {
    padding-left: 5rem;
    max-width: 80%; }
    @media only screen and (max-width: 767px) {
      .lead-with-arrow p.lead {
        max-width: 100%; } }

@keyframes bounce {
  0% {
    bottom: 0; }
  60% {
    bottom: -5px; }
  100% {
    bottom: 0; } }

.gallery {
  padding: 0; }
  .gallery h4 {
    display: inline-block; }
  .gallery .slick-action {
    float: right;
    margin: 1.2em 0; }
  .gallery .slick-slide {
    margin: 0 7.5px; }
  .gallery .slick-list {
    margin: 0 -7.5px;
    width: calc(100% + 15px); }
  .gallery.gallery-numbered .slick-action {
    float: none;
    display: block;
    margin: 0.5rem 0 1.5rem;
    position: relative;
    z-index: 1; }
    .gallery.gallery-numbered .slick-action .slick-dots {
      margin: 0;
      padding: 0;
      list-style: none; }
      .gallery.gallery-numbered .slick-action .slick-dots li {
        padding-left: 0; }
        .gallery.gallery-numbered .slick-action .slick-dots li:before {
          content: '';
          display: none; }
      .gallery.gallery-numbered .slick-action .slick-dots li {
        outline: 0;
        border: 0;
        background: 0;
        position: relative;
        width: auto;
        height: auto;
        margin-right: 0; }
        .gallery.gallery-numbered .slick-action .slick-dots li a {
          color: #b2bdc0;
          padding: 5px 10px; }
          .gallery.gallery-numbered .slick-action .slick-dots li a:hover, .gallery.gallery-numbered .slick-action .slick-dots li a:focus, .gallery.gallery-numbered .slick-action .slick-dots li a:active {
            color: #f4a532;
            font-weight: bold; }
        .gallery.gallery-numbered .slick-action .slick-dots li::after {
          height: 40px;
          position: absolute;
          background-color: #f4a532;
          top: 160%;
          width: 2px;
          transition: background 0.8s 0.1s;
          display: none; }
          @media only screen and (max-width: 767px) {
            .gallery.gallery-numbered .slick-action .slick-dots li::after {
              top: 180%; } }
        .gallery.gallery-numbered .slick-action .slick-dots li.slick-active a {
          color: #f4a532;
          font-weight: bold; }
        .gallery.gallery-numbered .slick-action .slick-dots li.slick-active::after {
          display: block; }

.box {
  border: 1px solid #B4D7F0;
  background-color: white;
  padding: 1rem 1rem 0.8rem;
  border-collapse: collapse;
  margin-top: -1px; }
  .box h5, .box .intro-title .col-img .scroll-teaser, .intro-title .col-img .box .scroll-teaser {
    font-family: 'FrutigerLTCom-Light', sans-serif;
    margin: 0 0 0.2rem; }
    .box h5 svg, .box .intro-title .col-img .scroll-teaser svg, .intro-title .col-img .box .scroll-teaser svg {
      width: 20px;
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      fill: transparent;
      margin-right: 15px; }
    .box h5 span, .box .intro-title .col-img .scroll-teaser span, .intro-title .col-img .box .scroll-teaser span {
      display: inline-block;
      vertical-align: middle; }
  .box.mxm_links h5, .box.mxm_links .intro-title .col-img .scroll-teaser, .intro-title .col-img .box.mxm_links .scroll-teaser {
    margin-left: calc(0.5rem + 33px); }
  .box.box-highlight {
    background: #f4f9fd; }
  .box ul {
    margin: 0;
    margin: 0;
    padding: 0;
    list-style: none; }
    .box ul li {
      padding-left: 0; }
      .box ul li:before {
        content: '';
        display: none; }
  .box a {
    display: block;
    padding: 0.2rem 1rem 0.2rem calc(0.5rem + 33px);
    color: #80858c;
    font-family: 'FrutigerLTCom-Bold', sans-serif; }
    .box a:hover, .box a:focus {
      color: #f4a532; }
  .box + .box {
    margin-top: -1px; }

.social-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 1rem; }
  .social-bar a {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    text-align: center;
    margin: 0 10px; }
  .social-bar svg {
    width: 20px;
    height: 20px;
    color: #f4a532;
    fill: currentColor; }
    .social-bar svg:hover use, .social-bar svg:focus use {
      stroke: #b2bdc0; }
  @media only screen and (max-width: 991px) {
    .social-bar {
      display: block; } }

.filter-date {
  text-align: right; }
  .filter-date .filter-year {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 6rem; }
    .filter-date .filter-year li {
      padding-left: 0; }
      .filter-date .filter-year li:before {
        content: '';
        display: none; }
    .filter-date .filter-year li {
      display: inline-block;
      padding: 0 0.5rem;
      position: relative; }
      .filter-date .filter-year li a {
        color: #80858c; }
        .filter-date .filter-year li a:hover, .filter-date .filter-year li a:focus, .filter-date .filter-year li a.active {
          color: #f4a532; }
          @media only screen and (max-width: 767px) {
            .filter-date .filter-year li a:hover, .filter-date .filter-year li a:focus, .filter-date .filter-year li a.active {
              text-decoration: underline; } }
        .filter-date .filter-year li a.active::after {
          content: "";
          width: 1px;
          height: 2rem;
          position: absolute;
          bottom: -2.1rem;
          left: 50%;
          background-color: #f4a532; }
          @media only screen and (max-width: 767px) {
            .filter-date .filter-year li a.active::after {
              display: none; } }

.date-list + .date-list {
  margin-top: 6rem; }

.date-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .date-list ul li {
    padding-left: 0; }
    .date-list ul li:before {
      content: '';
      display: none; }
  .date-list ul li {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .date-list ul li {
        display: block; } }
    .date-list ul li .date {
      color: #80858c;
      padding: 1rem 1.5rem 1rem 0; }
    .date-list ul li .info {
      border-top: 1px solid transparent;
      border-bottom: 1px solid #80858c;
      padding: 1rem 1rem;
      margin-top: -1px;
      transition: background 0.8s, border 0.8s; }
      @media only screen and (max-width: 767px) {
        .date-list ul li .info {
          padding: 1rem 0; } }
      .date-list ul li .info h2 {
        margin: 0;
        font-weight: normal;
        font-family: "FrutigerLTCom-Light", sans-serif; }
      .date-list ul li .info p {
        margin: 1rem 0 0;
        color: #000000; }
      .date-list ul li .info:hover, .date-list ul li .info:focus {
        background-color: #fdefdb;
        border-color: #f4a532; }

@media only screen and (min-width: 992px) {
  .date-list.jobs-list > h2 {
    margin-left: 3rem; } }

.date-list.jobs-list ul {
  padding-left: 15px;
  padding-right: 15px; }

#main .date-list .filter-load-more {
  margin: 3rem auto;
  display: block; }

.fire.animate {
  outline: 5px solid red; }

#overlay {
  position: fixed;
  top: 120vh;
  bottom: 0;
  right: 0;
  left: 70px;
  background-color: white;
  z-index: 3;
  overflow-y: scroll;
  opacity: 0;
  visibility: hidden;
  transition: top 0.5s, opacity 0.5s, visibility 0.5s; }
  #overlay .preloader-wrapper {
    position: absolute;
    top: 20%;
    left: 50%; }

.show-overlay {
  overflow: hidden; }
  .show-overlay #overlay {
    top: 0;
    opacity: 1;
    visibility: visible; }

.mxm_teaser.mxm_video {
  margin-top: 3rem; }
  .mxm_teaser.mxm_video.vid-playing .youtube-container {
    z-index: 2; }
  .mxm_teaser.mxm_video.vid-playing .overlay {
    z-index: 1; }
    .mxm_teaser.mxm_video.vid-playing .overlay:hover {
      z-index: 3; }
  .mxm_teaser.mxm_video .youtube-container {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    display: block; }
    @media only screen and (max-width: 767px) {
      .mxm_teaser.mxm_video .youtube-container {
        margin-top: 15px;
        margin-bottom: 15px; } }
    .mxm_teaser.mxm_video .youtube-container img {
      cursor: pointer; }
    .mxm_teaser.mxm_video .youtube-container .vid-play {
      position: absolute;
      top: 50%;
      left: 50%;
      background: none;
      box-shadow: none;
      border: 0;
      outline: 0;
      max-width: 100px;
      max-height: 100px;
      cursor: pointer;
      margin: -50px 0 0 -50px;
      transition: transform 0.8s; }
      @media only screen and (max-width: 767px) {
        .mxm_teaser.mxm_video .youtube-container .vid-play {
          width: auto; } }
      .mxm_teaser.mxm_video .youtube-container .vid-play svg {
        color: #f4a532;
        fill: currentColor;
        stroke: none;
        max-width: 100px;
        max-height: 100px; }
    .mxm_teaser.mxm_video .youtube-container:hover .vid-play, .mxm_teaser.mxm_video .youtube-container:focus .vid-play {
      transform: scale(1.2); }
    .mxm_teaser.mxm_video .youtube-container h2 ~ .vid-play {
      top: calc(70%); }
    .mxm_teaser.mxm_video .youtube-container iframe,
    .mxm_teaser.mxm_video .youtube-container video {
      width: 100% !important; }

.view-map {
  height: 400px;
  max-height: 100vh;
  width: 100%; }
  .view-map.map-height-s {
    height: 40vh; }
  .view-map.map-height-m {
    height: 60vh; }
  .view-map.map-height-l {
    height: 80vh; }
  .view-map.single-map {
    margin: 3rem 0; }

.collapsible {
  border: 0 none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  list-style: none; }
  .collapsible li {
    padding-left: 0; }
    .collapsible li:before {
      content: '';
      display: none; }
  .collapsible.collapsible-list .collapsible-header {
    border: 0 none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    background-color: transparent; }
    .collapsible.collapsible-list .collapsible-header .number {
      font-size: 1.3rem; }
    .collapsible.collapsible-list .collapsible-header h5, .collapsible.collapsible-list .collapsible-header .intro-title .col-img .scroll-teaser, .intro-title .col-img .collapsible.collapsible-list .collapsible-header .scroll-teaser {
      border-bottom: 1px solid #B4D7F0;
      -ms-flex-positive: 1;
          flex-grow: 1;
      padding-left: 1rem; }
      @media only screen and (min-width: 768px) {
        .collapsible.collapsible-list .collapsible-header h5, .collapsible.collapsible-list .collapsible-header .intro-title .col-img .scroll-teaser, .intro-title .col-img .collapsible.collapsible-list .collapsible-header .scroll-teaser {
          padding-left: 2rem; } }
  .collapsible.collapsible-list .collapsible-body {
    border-bottom: 1px solid #B4D7F0;
    padding: 2rem; }
    @media only screen and (min-width: 768px) {
      .collapsible.collapsible-list .collapsible-body {
        margin-left: 3rem; } }
    .collapsible.collapsible-list .collapsible-body p {
      padding: 0; }
  .collapsible.collapsible-content li + li {
    margin-top: 3rem; }
  .collapsible.collapsible-content .collapsible-header {
    border: 0 none;
    text-align: center; }
  .collapsible.collapsible-content .collapsible-body {
    border: 0 none; }
  .collapsible.collapsible-content .collapsible-action {
    text-align: center; }

.mxm_tabs .tabs-wrapper {
  border-bottom: 1px solid #b2bdc0;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 991px) {
    .mxm_tabs .tabs-wrapper {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .mxm_tabs .tabs-wrapper .tab-title {
    margin-right: 2rem; }
    @media only screen and (max-width: 991px) {
      .mxm_tabs .tabs-wrapper .tab-title {
        margin-bottom: 2rem; } }
  .mxm_tabs .tabs-wrapper .tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: -1px;
    background-color: transparent;
    -ms-flex-positive: 1;
        flex-grow: 1; }
    .mxm_tabs .tabs-wrapper .tabs li {
      padding-left: 0; }
      .mxm_tabs .tabs-wrapper .tabs li:before {
        content: '';
        display: none; }
    .mxm_tabs .tabs-wrapper .tabs .tab a {
      color: #b2bdc0;
      font-size: 20px; }
      .mxm_tabs .tabs-wrapper .tabs .tab a.active {
        color: #f4a532;
        font-weight: bold; }

.mxm_products {
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .mxm_products {
      display: block; } }
  .mxm_products .item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch; }
    @media only screen and (max-width: 767px) {
      .mxm_products .item + .item {
        margin-top: 3rem; } }
    .mxm_products .item .image {
      padding: 10px 0;
      height: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
      text-align: center; }
    .mxm_products .item .info {
      -ms-flex-positive: 1;
          flex-grow: 1;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; }
      .mxm_products .item .info p {
        -ms-flex-positive: 1;
            flex-grow: 1; }
      .mxm_products .item .info h5, .mxm_products .item .info .intro-title .col-img .scroll-teaser, .intro-title .col-img .mxm_products .item .info .scroll-teaser {
        margin-bottom: 0; }
      .mxm_products .item .info h5 + p, .mxm_products .item .info .intro-title .col-img .scroll-teaser + p, .intro-title .col-img .mxm_products .item .info .scroll-teaser + p {
        margin-top: 0; }
      .mxm_products .item .info .btn {
        -ms-flex-item-align: left;
            -ms-grid-row-align: left;
            align-self: left; }

.mxm_securearea .foldernavigation {
  margin-top: 10px;
  margin-bottom: 30px; }
  .mxm_securearea .foldernavigation:after {
    content: "";
    display: table;
    clear: both; }
  .mxm_securearea .foldernavigation li {
    float: left;
    padding-left: 26px; }
    .mxm_securearea .foldernavigation li a {
      color: black; }
      .mxm_securearea .foldernavigation li a:hover {
        color: #f4a532; }
    .mxm_securearea .foldernavigation li:before {
      content: '>';
      padding: 0 5px;
      color: black; }
    .mxm_securearea .foldernavigation li:first-child:before {
      content: ''; }
    .mxm_securearea .foldernavigation li:last-child {
      font-weight: bold; }

.mxm_securearea .folderlist {
  margin-bottom: 60px; }
  .mxm_securearea .folderlist th {
    padding: 5px;
    border-bottom: 1px solid #000; }
  .mxm_securearea .folderlist td {
    padding: 5px; }
    .mxm_securearea .folderlist td a {
      color: black;
      transition-duration: 0.5s; }
      .mxm_securearea .folderlist td a:hover {
        color: #f4a532; }
  .mxm_securearea .folderlist tr:nth-child(odd) {
    background-color: rgba(178, 189, 192, 0.5); }
  .mxm_securearea .folderlist th, .mxm_securearea .folderlist td {
    border-radius: 0; }
    .mxm_securearea .folderlist th.filecount, .mxm_securearea .folderlist td.filecount {
      width: 150px; }
      .mxm_securearea .folderlist th.filecount .btn, .mxm_securearea .folderlist td.filecount .btn {
        float: right;
        padding: 5px !important; }
        .mxm_securearea .folderlist th.filecount .btn.btn-delete, .mxm_securearea .folderlist td.filecount .btn.btn-delete {
          background-color: #e51c23 !important; }

.mxm_securearea .filelist th {
  padding: 2px 5px;
  border-bottom: 1px solid #000; }

.mxm_securearea .filelist td {
  padding: 5px; }
  .mxm_securearea .filelist td a {
    color: black;
    transition-duration: 0.5s; }
    .mxm_securearea .filelist td a:hover {
      color: #f4a532; }

.mxm_securearea .filelist tr:nth-child(odd) {
  background-color: rgba(178, 189, 192, 0.5); }

.mxm_securearea .filelist th, .mxm_securearea .filelist td {
  border-radius: 0; }
  .mxm_securearea .filelist th .btn, .mxm_securearea .filelist td .btn {
    padding: 5px !important; }
    .mxm_securearea .filelist th .btn.btn-delete, .mxm_securearea .filelist td .btn.btn-delete {
      background-color: #e51c23 !important; }
  .mxm_securearea .filelist th.actions, .mxm_securearea .filelist td.actions {
    float: right; }

.mxm_securearea .userinfo {
  margin-top: 60px; }

.mxm_securearea .actions a.delete,
.mxm_securearea .filecount a.delete {
  width: 16px;
  height: 20px;
  display: block;
  float: right; }
  .mxm_securearea .actions a.delete svg,
  .mxm_securearea .filecount a.delete svg {
    width: 100%;
    height: auto;
    stroke: none;
    fill: #e51c23;
    transition: fill .4s ease; }
  .mxm_securearea .actions a.delete:hover svg,
  .mxm_securearea .filecount a.delete:hover svg {
    fill: #f4a532; }

.jconfirm input.file {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-family: Lato,Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.467;
  padding: 8px 12px;
  height: 42px;
  -webkit-appearance: none;
  border-radius: 6px;
  box-shadow: none;
  transition: border .25s linear,color .25s linear,background-color .25s linear; }
  .jconfirm input.file:focus {
    border-color: #f4a532;
    outline: 0;
    box-shadow: none; }

.login-modal {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 101;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .login-modal.open {
    display: -ms-flexbox;
    display: flex; }
  .login-modal .btn {
    width: 100%;
    text-align: center; }
  .login-modal > div {
    background-color: white;
    width: 100%;
    max-width: 600px;
    padding: 50px;
    min-height: 200px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .login-modal > div {
        width: 80%; } }
  .login-modal .close {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0; }
    .login-modal .close:before, .login-modal .close:after {
      left: 0; }
    .login-modal .close:hover {
      cursor: pointer; }
  .login-modal .row > p {
    margin: 0; }
  .login-modal .row img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .login-modal .row div {
      text-align: center; }
    .login-modal .row img {
      max-width: 150px;
      margin-bottom: 50px; } }
  .login-modal h2 {
    margin-top: 0; }

html.login-modal-open {
  overflow: hidden; }

header.main {
  position: relative;
  max-width: 1440px;
  padding: 0 15px;
  margin: 0 auto 2rem; }
  header.main .logo {
    padding: 15px 0;
    width: 233px;
    height: 127px;
    background-color: #ffffff;
    z-index: 100;
    position: relative; }
    @media only screen and (max-width: 767px) {
      header.main .logo {
        padding-top: 50px;
        width: 150px; } }

.nav-main-content {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(244, 165, 50, 0.95);
  transition: opacity 0.2s 0.1s, visibility 0.2s 0.1s, left 0.8s;
  z-index: 220;
  padding: 0;
  color: white;
  overflow-y: scroll; }
  @media only screen and (max-width: 991px) {
    .nav-main-content {
      padding: 1rem; } }
  .nav-main-content .close {
    float: right;
    cursor: pointer;
    margin: 2rem 5px;
    color: #ffffff; }
  .nav-main-content .inner-content {
    padding: 4rem 2rem 2rem;
    position: relative;
    max-width: 1120px;
    margin: 0 auto; }
    @media only screen and (max-width: 991px) {
      .nav-main-content .inner-content {
        padding: 0; } }
    .nav-main-content .inner-content form {
      clear: both; }

.nav-content-active {
  overflow: hidden;
  margin: 0 15px; }

.nav-content-active nav.active .nav-main-content {
  left: 0;
  visibility: visible;
  opacity: 1;
  /* @include max($s) {
		left: 0;
	} */ }

.nav-main-content .btn {
  color: #ffffff;
  background-color: #323c46; }
  .nav-main-content .btn:hover {
    color: #ffffff; }

.nav-main-content a {
  color: white; }
  .nav-main-content a:hover, .nav-main-content a:focus {
    color: white; }

.nav-main-content input[type="password"],
.nav-main-content input[type="email"],
.nav-main-content input[type="text"] {
  color: white;
  border-bottom: 1px solid white; }
  .nav-main-content input[type="password"]:focus,
  .nav-main-content input[type="email"]:focus,
  .nav-main-content input[type="text"]:focus {
    border-bottom: 1px solid white;
    box-shadow: none; }
  .nav-main-content input[type="password"] + label,
  .nav-main-content input[type="email"] + label,
  .nav-main-content input[type="text"] + label {
    color: white; }
    .nav-main-content input[type="password"] + label.active,
    .nav-main-content input[type="email"] + label.active,
    .nav-main-content input[type="text"] + label.active {
      color: white; }

nav.meta {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 101;
  background-color: #ffffff; }
  nav.meta a {
    margin: 0 1rem;
    color: #000000; }
    nav.meta a.active, nav.meta a:hover, nav.meta a:focus {
      color: #f4a532; }
  @media only screen and (max-width: 767px) {
    nav.meta {
      background-color: #f4a532;
      top: 0;
      left: 0;
      text-align: right;
      font-size: 1rem;
      line-height: 1.8;
      padding: 10px 15px; }
      nav.meta a {
        color: #ffffff; } }

.nav-content-active nav.meta {
  z-index: 300;
  right: 15px;
  background-color: transparent; }
  .nav-content-active nav.meta a {
    color: #ffffff; }

nav.main {
  position: fixed;
  top: 80px;
  right: calc((100vw - 1440px) / 2);
  z-index: 100; }
  @media only screen and (max-width: 1479px) {
    nav.main {
      right: 10px; } }
  nav.main .nav-icon {
    text-align: right;
    margin-right: 10px;
    cursor: pointer;
    display: block;
    opacity: 1; }
  nav.main .nav-content {
    transition: margin 0.5s, opacity 0.5s; }
    nav.main .nav-content ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      nav.main .nav-content ul li {
        padding-left: 0; }
        nav.main .nav-content ul li:before {
          content: '';
          display: none; }
      nav.main .nav-content ul li {
        text-align: right;
        margin: 0;
        padding: 0;
        line-height: 1.2rem; }
        nav.main .nav-content ul li.closed ul {
          display: none; }
        nav.main .nav-content ul li a {
          font-size: 1.2rem;
          color: #000;
          background-color: white;
          padding: 0 10px;
          display: inline-block; }
          nav.main .nav-content ul li a.active, nav.main .nav-content ul li a:hover, nav.main .nav-content ul li a:focus {
            color: #f4a532; }
    nav.main .nav-content .main-nav > li > a span {
      font-weight: bold;
      border-bottom: 1px solid #000;
      transition: border 0.8s; }
    nav.main .nav-content .main-nav > li > a:hover span, nav.main .nav-content .main-nav > li > a:focus span, nav.main .nav-content .main-nav > li > a.active span {
      border-bottom-color: #f4a532; }
  nav.main.closed {
    pointer-events: none; }
    nav.main.closed .nav-icon {
      pointer-events: all; }
    nav.main.closed .nav-content {
      margin-top: 50%;
      opacity: 0;
      visibility: hidden; }
  nav.main.open {
    pointer-events: all; }
    nav.main.open .nav-content {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }

nav.search .input-field {
  position: relative; }

#main nav.search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.8rem 1.5rem;
  background: transparent;
  outline: 0;
  border: 0; }
  #main nav.search .btn:hover, #main nav.search .btn:focus {
    background: transparent; }
  #main nav.search .btn .cssicon.search {
    color: #ffffff; }

#searchform input {
  padding-left: 1rem; }

nav.login .action-bar {
  margin-top: 2rem;
  display: inline-block; }
  nav.login .action-bar a {
    color: white;
    text-decoration: underline;
    margin-right: 1rem;
    display: inline-block; }

nav.login .btn {
  margin-top: 1rem;
  float: right; }
  @media only screen and (max-width: 767px) {
    nav.login .btn {
      float: none;
      display: block; } }

#main .header-hero {
  width: 100%;
  height: 500px;
  position: relative; }
  #main .header-hero .stretched-link::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: auto;
    content: ''; }
  #main .header-hero .background-img {
    position: absolute;
    left: 0;
    right: 0;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: center; }
  #main .header-hero .lead-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 30px;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #main .header-hero .lead-container {
        padding: 0; } }
    #main .header-hero .lead-container .lead {
      background-color: rgba(0, 0, 0, 0.5);
      width: 700px;
      max-width: calc(100vw - 30px);
      position: absolute;
      bottom: 15px;
      padding: 15px; }
      @media only screen and (max-width: 767px) {
        #main .header-hero .lead-container .lead {
          max-width: 100%; } }
      #main .header-hero .lead-container .lead h1, #main .header-hero .lead-container .lead p {
        margin: 0;
        color: #ffffff; }
      #main .header-hero .lead-container .lead p {
        line-height: 1.5em; }
      #main .header-hero .lead-container .lead .btn {
        margin-top: 1rem; }

.fancybox-opened .fancybox-skin {
  box-shadow: none; }

.fancybox-overlay {
  background-color: rgba(244, 165, 50, 0.8); }

.fancybox-skin {
  background: transparent; }

.fancybox-close {
  top: 35px;
  right: 80px;
  width: 46px;
  height: 46px; }
  @media only screen and (max-width: 767px) {
    .fancybox-close {
      top: -15px;
      right: 20px; } }
  .fancybox-close .cssicon.close {
    width: 40px;
    height: 40px; }
    .fancybox-close .cssicon.close::before, .fancybox-close .cssicon.close::after {
      width: 40px; }
    .fancybox-close .cssicon.close::before {
      background-color: #ffffff; }
    .fancybox-close .cssicon.close::after {
      background-color: #ffffff; }
    @media only screen and (max-width: 991px) {
      .fancybox-close .cssicon.close {
        width: 20px;
        height: 20px; }
        .fancybox-close .cssicon.close::before, .fancybox-close .cssicon.close::after {
          width: 20px; } }

.fancybox-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  color: #ffffff; }
  .fancybox-nav .cssicon.arrow::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 25px;
    height: 25px; }

.fancybox-prev {
  -ms-flex-pack: start;
      justify-content: flex-start;
  left: -45px; }
  @media only screen and (max-width: 767px) {
    .fancybox-prev {
      top: 0;
      left: 15px; } }

.fancybox-next {
  right: -45px; }
  @media only screen and (max-width: 767px) {
    .fancybox-next {
      top: 0;
      right: 15px; } }

/*!
 * jquery-confirm v3.2.3 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */

@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important; }

.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden; }

.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .4s; }

.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important; }

.jconfirm .jconfirm-scrollpane {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  perspective: 500px;
  perspective-origin: center; }

.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto; }

@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db; }
  50% {
    border-color: #5faee3; } }

@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71; }
  50% {
    border-color: #54d98c; } }

@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c; }
  50% {
    border-color: #ed7669; } }

@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f; }
  50% {
    border-color: #f4d03f; } }

@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6; }
  50% {
    border-color: #b07cc6; } }

@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e; }
  50% {
    border-color: #46627f; } }

.jconfirm .jconfirm-box.jconfirm-type-animated {
  animation-duration: 2s;
  animation-iteration-count: infinite; }

.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  animation-name: type-blue; }

.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  animation-name: type-green; }

.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  animation-name: type-red; }

.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  animation-name: type-orange; }

.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  animation-name: type-purple; }

.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  animation-name: type-dark; }

.jconfirm .jconfirm-box.loading {
  height: 120px; }

.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1; }

.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  transition: opacity 0.3s ease-in;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px; }

.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1; }

.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 15px; }

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none; }

.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto; }

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none; }

.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px; }

.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px; }

.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 4px;
  min-height: 1em;
  outline: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  transition: background .2s; }

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF; }

.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important; }

.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important; }

.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important; }

.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important; }

.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important; }

.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important; }

.jconfirm .jconfirm-clear {
  clear: both; }

.jconfirm.jconfirm-rtl {
  direction: rtl; }

.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto; }

.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2; }

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333; }

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd; }

.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4; }

.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  transition: background .1s;
  color: white; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none; }

.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666; }

.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0); }

@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0); }
  20%,
  80% {
    transform: translate3d(4px, 0, 0); }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0); }
  40%,
  60% {
    transform: translate3d(8px, 0, 0); } }

@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 3px red; }
  50% {
    box-shadow: 0 0 30px red; } }

/*Transition rules*/
.jconfirm {
  perspective: 400px; }

.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all; }

.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0; }

.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg); }

.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center; }

.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translate(0px, -100px); }

.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px, 0px); }

.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translate(0px, 100px); }

.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2); }

.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(0.5); }

.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden; }

.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95); }

.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px; }

.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px; }

.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67); }

.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold; }

.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right; }

.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500; }

.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21); }

.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87); }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px; }

.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500; }

.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px; }

.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6; }

.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  transition: transform .5s;
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa; }

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  transition: background .1s;
  padding: 10px 20px; }

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px; }

.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1); }

@media only screen and (max-width: 479px) {
  #main #content .line-container {
    margin-top: 55px; } }

/*# sourceMappingURL=/wp-content/themes/Maxomedia/assets/wp-content/themes/Maxomedia/Assets/css/main.css.map */
