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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }
  .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; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "Arial";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 25px;
        height: 25px;
        background: white;
        border-radius: 100%;
        border: 1px solid black;
        content: ""; }
    .slick-dots li.slick-active button:before {
      background: #555;
      border-color: black; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
         -o-transform: translateY(-15px);
            transform: translateY(-15px); } }

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-o-keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes pulse {
  0% {
    -o-transform: scale(1); }
  50% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px); } }

@-o-keyframes shake {
  0%, 100% {
    -o-transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -o-transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -o-transform: translateX(10px); } }

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px); } }

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center; }
  20% {
    -webkit-transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg); } }

@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg); }
  40% {
    -o-transform: rotate(-10deg); }
  60% {
    -o-transform: rotate(5deg); }
  80% {
    -o-transform: rotate(-5deg); }
  100% {
    -o-transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
         -o-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
         -o-transform: rotate(5deg);
            transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  100% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0); } }

@-o-keyframes tada {
  0% {
    -o-transform: scale(1); }
  10%, 20% {
    -o-transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -o-transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -o-transform: scale(1.1) rotate(-3deg); }
  100% {
    -o-transform: scale(1) rotate(0); } }

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
         -o-transform: scale(0.9) rotate(-3deg);
            transform: scale(0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
         -o-transform: scale(1.1) rotate(3deg);
            transform: scale(1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
         -o-transform: scale(1.1) rotate(-3deg);
            transform: scale(1.1) rotate(-3deg); }
  100% {
    -webkit-transform: scale(1) rotate(0);
         -o-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); } }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%); } }

@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%); }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg); }
  30% {
    -o-transform: translateX(20%) rotate(3deg); }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg); }
  60% {
    -o-transform: translateX(10%) rotate(2deg); }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg); }
  100% {
    -o-transform: translateX(0%); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%); }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
         -o-transform: translateX(-25%) rotate(-5deg);
            transform: translateX(-25%) rotate(-5deg); }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
         -o-transform: translateX(20%) rotate(3deg);
            transform: translateX(20%) rotate(3deg); }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
         -o-transform: translateX(-15%) rotate(-3deg);
            transform: translateX(-15%) rotate(-3deg); }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
         -o-transform: translateX(10%) rotate(2deg);
            transform: translateX(10%) rotate(2deg); }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
         -o-transform: translateX(-5%) rotate(-1deg);
            transform: translateX(-5%) rotate(-1deg); }
  100% {
    -webkit-transform: translateX(0%);
         -o-transform: translateX(0%);
            transform: translateX(0%); } }

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1); } }

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3); }
  50% {
    opacity: 1;
    -o-transform: scale(1.05); }
  70% {
    -o-transform: scale(0.9); }
  100% {
    -o-transform: scale(1); } }

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05); }
  70% {
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(30px); }
  80% {
    -o-transform: translateY(-10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
         -o-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
         -o-transform: translateY(30px);
            transform: translateY(30px); }
  80% {
    -webkit-transform: translateY(-10px);
         -o-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(30px); }
  80% {
    -o-transform: translateX(-10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
         -o-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px); }
  80% {
    -webkit-transform: translateX(-10px);
         -o-transform: translateX(-10px);
            transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px); }
  80% {
    -o-transform: translateX(10px); }
  100% {
    -o-transform: translateX(0); } }

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
         -o-transform: translateX(2000px);
            transform: translateX(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
         -o-transform: translateX(-30px);
            transform: translateX(-30px); }
  80% {
    -webkit-transform: translateX(10px);
         -o-transform: translateX(10px);
            transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0); } }

@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px); }
  80% {
    -o-transform: translateY(10px); }
  100% {
    -o-transform: translateY(0); } }

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
         -o-transform: translateY(2000px);
            transform: translateY(2000px); }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
         -o-transform: translateY(-30px);
            transform: translateY(-30px); }
  80% {
    -webkit-transform: translateY(10px);
         -o-transform: translateY(10px);
            transform: translateY(10px); }
  100% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3); } }

@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1); }
  25% {
    -o-transform: scale(0.95); }
  50% {
    opacity: 1;
    -o-transform: scale(1.1); }
  100% {
    opacity: 0;
    -o-transform: scale(0.3); } }

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); }
  25% {
    -webkit-transform: scale(0.95);
         -o-transform: scale(0.95);
            transform: scale(0.95); }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
         -o-transform: scale(0.3);
            transform: scale(0.3); } }

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
         -o-transform: translateY(2000px);
            transform: translateY(2000px); } }

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
         -o-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
         -o-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0); }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
         -o-transform: translateX(2000px);
            transform: translateX(2000px); } }

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0); }
  20% {
    opacity: 1;
    -o-transform: translateY(20px); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
         -o-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -ms-transform: translateY(-20px); }
  100% {
    opacity: 1;
    -ms-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
         -o-transform: translateY(-2000px);
            transform: translateY(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
         -o-transform: translateX(-2000px);
            transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
         -o-transform: translateX(20px);
            transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
         -o-transform: translateX(2000px);
            transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px); }
  100% {
    opacity: 1;
    -o-transform: translateY(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
         -o-transform: translateY(2000px);
            transform: translateY(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px); } }

@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(20px); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px); } }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px); } }

@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
         -o-transform: translateY(2000px);
            transform: translateY(2000px); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px); } }

@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
         -o-transform: translateX(-20px);
            transform: translateX(-20px); } }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); } }

@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
         -o-transform: translateX(-2000px);
            transform: translateX(-2000px); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px); } }

@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(20px); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
         -o-transform: translateX(20px);
            transform: translateX(20px); } }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px); } }

@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0); }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
         -o-transform: translateX(2000px);
            transform: translateX(2000px); } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px); } }

@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
         -o-transform: translateY(-20px);
            transform: translateY(-20px); } }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px); } }

@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0); }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
         -o-transform: translateY(-2000px);
            transform: translateY(-2000px); } }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in; } }

@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out; }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out; }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in; }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in; }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
            transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
            transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
         -o-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
            transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
            transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; }
  100% {
    -webkit-transform: perspective(400px) scale(1);
            transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
         -o-animation-timing-function: ease-in;
            animation-timing-function: ease-in; } }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateX(10deg); }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
            transform: perspective(400px) rotateX(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
            transform: perspective(400px) rotateX(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg); }
  70% {
    -o-transform: perspective(400px) rotateY(10deg); }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
            transform: perspective(400px) rotateY(-10deg); }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
            transform: perspective(400px) rotateY(10deg); }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
            transform: perspective(400px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
            transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
            transform: perspective(400px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
            transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
         -o-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
         -o-transform: translateX(-20%) skewX(30deg);
            transform: translateX(-20%) skewX(30deg);
    opacity: 1; }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
         -o-transform: translateX(0%) skewX(-15deg);
            transform: translateX(0%) skewX(-15deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
         -o-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; } }

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
         -o-transform: translateX(0%) skewX(0deg);
            transform: translateX(0%) skewX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
         -o-transform: translateX(100%) skewX(-30deg);
            transform: translateX(100%) skewX(-30deg);
    opacity: 0; } }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(-200deg);
         -o-transform: rotate(-200deg);
            transform: rotate(-200deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; } }

@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; } }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0; } }

@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: center center;
         -o-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(200deg);
         -o-transform: rotate(200deg);
            transform: rotate(200deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: left bottom;
         -o-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0; } }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0; } }

@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1; }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    opacity: 1; }
  100% {
    -webkit-transform-origin: right bottom;
         -o-transform-origin: right bottom;
            transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    opacity: 0; } }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0; } }

@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  20%, 60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out; }
  100% {
    -o-transform: translateY(700px);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
         -o-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
         -o-transform: rotate(80deg);
            transform: rotate(80deg);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  40% {
    -webkit-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
         -o-transform: rotate(60deg) translateY(0);
            transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
         -o-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }
  100% {
    -webkit-transform: translateY(700px);
         -o-transform: translateY(700px);
            transform: translateY(700px);
    opacity: 0; } }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); } }

@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
         -o-transform: translateX(-100%) rotate(-120deg);
            transform: translateX(-100%) rotate(-120deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
         -o-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); } }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg); } }

@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
         -o-transform: translateX(0px) rotate(0deg);
            transform: translateX(0px) rotate(0deg); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
         -o-transform: translateX(100%) rotate(120deg);
            transform: translateX(100%) rotate(120deg); } }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: #fff;
  color: #000;
  cursor: auto;
  font-family: "Archive Pro Roman", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

img {
  max-width: 100%;
  height: auto; }

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998; }

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999; }
  .clearing-close:hover, .clearing-close:focus {
    color: #CCCCCC; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px black;
  font-size: 1rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: -3px;
  max-width: 300px; }
  .f-dropdown.open {
    display: block; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    border: inset 6px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 17px;
    z-index: 89; }
  .f-dropdown:after {
    border: inset 7px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent black transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 16px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 17px; }
  .f-dropdown.right:after {
    left: auto;
    right: 16px; }
  .f-dropdown.drop-right {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px black;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: -3px;
    max-width: 300px; }
    .f-dropdown.drop-right.open {
      display: block; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 17px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent black transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 16px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px black;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-top: 0;
    margin-left: 3px;
    max-width: 300px; }
    .f-dropdown.drop-left.open {
      display: block; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 17px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent black;
      border-left-style: solid;
      position: absolute;
      top: 16px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px black;
    font-size: 1rem;
    height: auto;
    max-height: none;
    width: 100%;
    z-index: 89;
    margin-left: 0;
    margin-top: 3px;
    max-width: 300px; }
    .f-dropdown.drop-top.open {
      display: block; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      border: inset 6px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      bottom: -12px;
      position: absolute;
      top: auto;
      left: 17px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: black transparent transparent transparent;
      border-top-style: solid;
      bottom: -14px;
      position: absolute;
      top: auto;
      left: 16px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: black; }
  .f-dropdown.content {
    display: none;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    position: absolute;
    background: #FFFFFF;
    border: solid 1px black;
    font-size: 1rem;
    height: auto;
    max-height: none;
    padding: 1.25rem;
    width: 100%;
    z-index: 89;
    max-width: 300px; }
    .f-dropdown.content.open {
      display: block; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.radius {
    border-radius: 3px; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

meta.foundation-mq-topbar {
  font-family: "/(min-width:9999px)/";
  width: 9999px; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #eee; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 3rem;
      z-index: 98; }

.top-bar {
  background: #eee;
  height: 3rem;
  line-height: 3rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 3rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1rem;
      line-height: 3rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #000;
        display: block;
        font-weight: normal;
        padding: 0 0;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #000;
      display: block;
      font-size: 1rem;
      font-weight: bold;
      height: 3rem;
      line-height: 3rem;
      padding: 0 0;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #000;
        height: 34px;
        line-height: 33px;
        padding: 0 1.5625rem 0 0;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0;
          -webkit-box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
                  box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
                  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #eee; }
    .top-bar.expanded .toggle-topbar a {
      color: #000; }
      .top-bar.expanded .toggle-topbar a span::after {
        -webkit-box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000;
                box-shadow: 0 0 0 1px #000, 0 7px 0 1px #000, 0 14px 0 1px #000; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -o-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #777777;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #eee; }
    .top-bar-section ul li > a {
      color: #000;
      display: block;
      font-family: "Archive Pro Roman", serif;
      font-size: 1rem;
      font-weight: normal;
      padding-left: 0;
      padding: 12px 0 12px 0;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 1rem;
        padding-left: 0;
        padding-right: 0;
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: black; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: black; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.success {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: black; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: black; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: black; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: black; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 1rem;
      padding-left: 0;
      padding-right: 0;
      background-color: #000;
      border-color: black;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: black; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: black; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.success {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: black; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: black; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: black; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #000;
        border-color: black;
        color: #FFFFFF; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: black; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #000;
      background: #eee; }
    .top-bar-section ul li.active > a {
      background: #eee;
      color: #000; }
      .top-bar-section ul li.active > a:hover {
        background: #eee;
        color: #000; }
  .top-bar-section .has-form {
    padding: 0; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      margin-right: 0;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #000;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #000;
      font-size: 1rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media (min-width: 9999px) {
  .top-bar {
    background: #eee;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.625rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.625rem; }
    .top-bar.expanded {
      background: #eee; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -o-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #eee;
      color: #000; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #eee;
      line-height: 3rem;
      padding: 0 0; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #eee; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #eee;
      color: #000;
      line-height: 3rem;
      padding: 0 0; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #eee;
        color: #000; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #eee;
        color: #000;
        line-height: 3rem;
        padding: 12px 0;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #eee;
        color: #000; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #000;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #eee;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #f0f0f0;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 3rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #eee;
      height: 3rem;
      padding: 0 0; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #eee;
    color: #000; }
  .no-js .top-bar-section ul li:active > a {
    background: #eee;
    color: #000; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

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

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

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

.text-justify {
  text-align: justify !important; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #000;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: black; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    font-style: italic;
    line-height: 1.35; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Archive Pro Roman", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5rem;
  margin-bottom: 0;
  margin-top: 0;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #595959;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 0.375rem; }

h2 {
  font-size: 0.375rem; }

h3 {
  font-size: 0.6875rem; }

h4 {
  font-size: 0.6875rem; }

h5 {
  font-size: 1rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #595959;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.25rem 0 1.1875rem; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  background-color: #b3b3b3;
  border-color: #a1a1a1;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5rem;
  list-style-position: outside;
  margin-bottom: 0; }

ul {
  margin-left: 1.1rem; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #000;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 0;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #3b3b3b; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #3b3b3b; }

blockquote,
blockquote p {
  line-height: 1.5rem;
  color: #595959; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.5rem; }
  h1 {
    font-size: 1rem; }
  h2 {
    font-size: 1rem; }
  h3 {
    font-size: 1rem; }
  h4 {
    font-size: 1rem; }
  h5 {
    font-size: 1rem; }
  h6 {
    font-size: 1rem; } }

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: black;
  height: 3rem;
  line-height: 3rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: black;
    font-weight: bold;
    line-height: 3rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1rem; }

.left-small {
  height: 3rem;
  position: absolute;
  top: 0;
  width: 3rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 3rem;
  position: absolute;
  top: 0;
  width: 3rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 3rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 3rem; }
  .tab-bar-section.right {
    left: 3rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 3rem;
    right: 3rem; }

.tab-bar .menu-icon {
  color: #000;
  display: block;
  height: 2rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 9px;
    left: 8px;
    -webkit-box-shadow: 0 0 0 1px #000, 0 6px 0 1px #000, 0 12px 0 1px #000;
            box-shadow: 0 0 0 1px #000, 0 6px 0 1px #000, 0 12px 0 1px #000;
    width: 0.9375rem; }
  .tab-bar .menu-icon span:hover:after {
    -webkit-box-shadow: 0 0 0 1px black, 0 6px 0 1px black, 0 12px 0 1px black;
            box-shadow: 0 0 0 1px black, 0 6px 0 1px black, 0 12px 0 1px black; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 13.75rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 13.75rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 13.75rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  -o-transition: -o-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s, -o-transform 500ms ease 0s;
  width: 13.75rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #eee;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #eee;
    color: black;
    display: block;
    padding: 0.66667rem;
    -webkit-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(13.75rem, 0, 0);
  -ms-transform: translate(13.75rem, 0);
  -o-transform: translate3d(13.75rem, 0, 0);
  transform: translate3d(13.75rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-13.75rem, 0, 0);
  -ms-transform: translate(-13.75rem, 0);
  -o-transform: translate3d(-13.75rem, 0, 0);
  transform: translate3d(-13.75rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  -o-transform: translate3d(0, -18.75rem, 0);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  -o-transform: translate3d(0, 18.75rem, 0);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  -o-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -13.75rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -13.75rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 13.75rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 13.75rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 13.75rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #eee;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 13.75rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #eee;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 13.75rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #eee;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 13.75rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease, -o-transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #eee;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    -o-transform: translate3d(0, 0%, 0);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

.loader {
  display: none;
  margin: 6em auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 2.1em solid rgba(0, 171, 252, 0.2);
  border-right: 2.1em solid rgba(0, 171, 252, 0.2);
  border-bottom: 2.1em solid rgba(0, 171, 252, 0.2);
  border-left: 2.1em solid #00ADFF;
  -webkit-animation: load8 1.1s infinite linear;
  -o-animation: load8 1.1s infinite linear;
     animation: load8 1.1s infinite linear; }
  .blog-list .loader,
  .bon-blog-list .loader {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5em; }
  .infinite-loading .loader {
    display: block; }

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

/* MAIN STYLES */
/*

# LARGE 
## archive header: l-a-h
## archive paragraph: l-a-p
## serif header: l-s-h
## grotesque header: l-g-h
## serif paragraph: l-s-p
## grotesque paragraph: l-g-p


# MEDIUM
## archive header: m-a-h
## archive paragraph: m-a-p
## serif header: m-s-h
## grotesque header: m-g-h
## serif paragraph: m-s-p
## grotesque paragraph: m-g-p


# SMALL
## archive header: s-a-h
## archive paragraph: s-a-p
## serif header: s-s-h
## grotesque header: s-g-h
## serif paragraph: s-s-p
## grotesque paragraph: s-g-p



Headers
- Archive mono
- Value Sans
- Value Serif

Paragraphs
- Archive roman 
- Value Sans
- Value serif

*/
@font-face {
  font-family: "LLBrown";
  font-style: "ttf";
  font-weight: regular;
  src: url("../fonts/B/Br.ttf") format("truetype"); }

@font-face {
  font-family: "LLBrown Italic";
  font-style: "ttf";
  font-weight: italic;
  src: url("../fonts/B/Bi.ttf") format("truetype"); }

@font-face {
  font-family: "LLBrown Bold";
  font-style: "ttf";
  font-weight: bold;
  src: url("../fonts/B/Bb.ttf") format("truetype"); }

@font-face {
  font-family: "Archive Pro Roman";
  font-style: "ttf";
  font-weight: roman;
  src: url("../fonts/A/ar.ttf") format("truetype"); }

@font-face {
  font-family: "Archive Pro Italic";
  font-style: "ttf";
  font-weight: italic;
  src: url("../fonts/A/ari.ttf") format("truetype"); }

@font-face {
  font-family: "Archive Pro Bold";
  font-style: "ttf";
  font-weight: bold;
  src: url("../fonts/A/ab.ttf") format("truetype"); }

@font-face {
  font-family: "Archive Pro Bold Italic";
  font-style: "ttf";
  font-weight: bold italic;
  src: url("../fonts/A/abi.ttf") format("truetype"); }

.title {
  font-weight: normal; }

.article-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 54px;
  font-weight: normal;
  line-height: 3.75rem;
  letter-spacing: 0.02em;
  word-spacing: 0em;
  text-align: center; }
  @media xs {
    .article-title {
      font-size: 28px;
      line-height: 3rem; } }

.big-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 2.625rem; }
  .content .big-title {
    margin-left: 0.625rem; }

.medium-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875rem;
  word-spacing: -0.05em;
  font-size: 22px; }

.small-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875rem;
  word-spacing: -0.05em; }

.sys-title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 14px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal; }

.small-sys-title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 14px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px; }

.reading-text {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  line-height: 30px; }
  @media xs {
    .reading-text {
      font-size: 18px;
      line-height: 1.5rem; } }

.intro-text {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 20px;
  line-height: 1.875rem; }
  @media xs {
    .intro-text {
      font-size: 16px;
      line-height: 1.5rem; } }

.colophon {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 12px;
  line-height: 1.125rem;
  word-spacing: -0.1em; }

.text {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em; }

.teaser-text {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em; }

.small-text {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 12px;
  line-height: 1.125rem;
  word-spacing: -0.1em; }

/*
 *
 * Bon Logo
 * 
 */
.off-canvas-wrap #wpadminbar {
  top: 40px; }

.site-name {
  line-height: 3rem;
  text-align: center; }
  .site-name .logo-text {
    display: none; }

#biglogo {
  position: absolute;
  z-index: 98;
  left: 50%;
  top: -6rem;
  margin-left: -3rem; }
  @media only screen and (min-width: 40.063em) {
    #biglogo {
      top: 2vw;
      margin-left: -10vw; } }

.logo .icon {
  width: 6rem;
  margin-top: -1.5rem;
  stroke: #fff;
  stroke-width: 3px; }
  @media only screen and (min-width: 40.063em) {
    .logo .icon {
      width: 20vw; } }

/* 
 *
 * Sticky Nav
 *
 */
.tab-bar {
  background: rgba(238, 238, 238, 0);
  -webkit-transition: background .2s ease-out;
  -o-transition: background .2s ease-out;
  transition: background .2s ease-out; }
  .tab-bar .title-area {
    margin: 0 auto;
    position: relative; }
  .tab-bar li {
    list-style: none; }
  .tab-bar .left-small {
    border-right: none; }
  .tab-bar .menu-icon {
    border: 2px solid white;
    border-radius: 100%;
    margin: .5rem 0 0 .5rem;
    background: black; }
    .tab-bar .menu-icon span::after {
      -webkit-box-shadow: 0 0px 0 1px #fff, 0 6px 0 1px #fff, 0 12px 0 1px #fff;
              box-shadow: 0 0px 0 1px #fff, 0 6px 0 1px #fff, 0 12px 0 1px #fff;
      top: 8px;
      left: 7px; }
  .tab-bar .share {
    left: auto;
    display: none; }
    @media only screen and (min-width: 40.063em) {
      .tab-bar .share {
        display: block; } }
    .tab-bar .share .icon:hover {
      cursor: pointer; }
  .tab-bar .share-btns {
    position: fixed;
    top: 3rem;
    margin-left: -50px;
    padding: 0.75rem;
    background: white;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(50, 50, 50, 0.4);
            box-shadow: 0px 5px 10px 1px rgba(50, 50, 50, 0.4);
    display: none; }
  .tab-bar .share.open .share-btns {
    display: block; }

.nav-menu-wrapper {
  -webkit-transition: margin 100ms linear;
  -o-transition: margin 100ms linear;
  transition: margin 100ms linear; }

.show-menu {
  background: #eeeeee; }
  .show-menu .title-area .logo svg {
    stroke: black; }

.title-area .name {
  padding-top: 10px;
  left: 6rem;
  right: 6rem; }

.title-area .logo svg {
  width: 100px;
  height: 40px;
  margin-top: -5px;
  stroke-width: 3;
  stroke: transparent; }

/*
 *  Icons
 */
.icon-item {
  float: left;
  padding-top: 5px;
  padding-left: 0.5em; }
  .icon-item .icon {
    width: 35px;
    height: 35px; }
  .icon-item a {
    float: left;
    width: 35px;
    height: 35px; }

/*
 *
 * Search
 * 
 */
form[role=search] {
  padding-left: 48px; }
  form[role=search] input[type=text] {
    border: none;
    line-height: 1.5rem;
    border-radius: 0;
    padding: 0;
    margin-top: 4px;
    border-bottom: 1px solid #000; }
    form[role=search] input[type=text]:focus {
      outline: none; }
  form[role=search] button[type=submit] {
    display: none;
    border: none;
    cursor: pointer;
    overflow: hidden;
    width: 40px;
    background: white; }

.title-area form[role=search] {
  float: left; }
  .title-area form[role=search] label {
    float: left;
    margin-top: 2px; }
  .title-area form[role=search] .search-box {
    height: 2.3rem;
    background: rgba(238, 238, 238, 0.8);
    z-index: 9999;
    position: relative;
    left: 10px;
    width: 0;
    overflow: hidden;
    -webkit-transition: width 200ms linear;
    -o-transition: width 200ms linear;
    transition: width 200ms linear;
    border-radius: 10px; }
    .title-area form[role=search] .search-box.focus {
      width: 250px;
      padding: 8px; }
  .title-area form[role=search] input[type=text] {
    margin-left: 10px;
    margin-top: -5px;
    background: none;
    padding: 0 5px 0;
    border-bottom: 1px solid #000;
    width: 100%;
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 16px;
    line-height: 1.5rem;
    word-spacing: -0.1em; }

.nav-menu form[role=search] {
  margin-bottom: 1.5rem; }
  .nav-menu form[role=search] label {
    display: none; }

/*
 *
 * Off canvas menu
 *
 */
:focus {
  outline: none; }

.left-off-canvas-menu {
  position: fixed;
  -webkit-transition: all 500ms ease 0s;
  -o-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  -webkit-box-shadow: 5px 5px 0 0 rgba(80, 80, 80, 0.3);
          box-shadow: 5px 5px 0 0 rgba(80, 80, 80, 0.3); }
  @media only screen and (min-width: 40.063em) {
    .left-off-canvas-menu {
      overflow: visible; } }
  .left-off-canvas-menu h1 {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 16px;
    line-height: 1.5rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 0.66667rem;
    height: 3rem; }
    .left-off-canvas-menu h1 a {
      color: #eee; }
  .left-off-canvas-menu ul {
    list-style: none; }
  .left-off-canvas-menu .social {
    margin: 0.375rem 0 0; }

.f-dropdown {
  -webkit-box-shadow: 5px 5px 0 0 rgba(80, 80, 80, 0.3);
          box-shadow: 5px 5px 0 0 rgba(80, 80, 80, 0.3); }
  .f-dropdown ul li:last-child a {
    border-bottom: none; }

.has-dropdown > a:after {
  content: " »";
  font-size: 1em;
  float: right; }

.has-dropdown.expanded-vertically > a:after {
  content: ""; }

@media only screen and (max-width: 40em) {
  ul.off-canvas-list .dropdown {
    display: none;
    margin: 0; }
    ul.off-canvas-list .dropdown li a {
      padding-left: 2em; }
  ul.off-canvas-list .expanded-vertically .dropdown {
    display: block; } }

.blog-list .hentry {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  float: left;
  padding-bottom: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .blog-list .hentry {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; } }
  @media only screen and (min-width: 64.063em) {
    .blog-list .hentry {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.33333%;
      float: left; } }
  .blog-list .hentry .entry-excerpt p {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 12px;
    line-height: 1.125rem;
    word-spacing: -0.1em; }
    @media only screen and (min-width: 40.063em) {
      .blog-list .hentry .entry-excerpt p {
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 16px;
        line-height: 1.5rem;
        word-spacing: -0.1em; } }
  .blog-list .hentry + .post {
    padding-top: 2.25rem;
    border-top: 1px solid; }
    @media only screen and (min-width: 40.063em) {
      .blog-list .hentry + .post {
        padding-top: 0;
        border-top: none; } }
  .blog-list .hentry header {
    padding: 0 0.5em;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .blog-list .hentry header .author {
        margin-top: 0.375rem; } }
  .blog-list .hentry .main {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: inline-block; }
    .blog-list .hentry .main:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }

.blog-list .thumbnail {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  text-align: center; }

.blog-list .title {
  font-family: "Archive Pro Roman", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.875rem; }

.blog-list .entry-content p {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  line-height: 30px; }
  @media xs {
    .blog-list .entry-content p {
      font-size: 18px;
      line-height: 1.5rem; } }

.blog-list .author-and-date {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em;
  text-align: right; }

.bon-blog-list .entry-content p {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  line-height: 30px;
  margin-top: 24px; }
  @media xs {
    .bon-blog-list .entry-content p {
      font-size: 18px;
      line-height: 1.5rem; } }

.fullwidth-row {
  max-width: 100%;
  padding: 0;
  margin: 0; }

.container .main {
  margin-top: 3rem; }

.container .main.landing-container {
  margin-top: 0; }

.akamai-progress .akamai-handle, .akamai-handle, .akamai-volume.akamai-slider .akamai-handle {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  padding: 0;
  background-color: #646464;
  cursor: pointer; }

.akamai-controls-persistent .akamai-video, .akamai-controls-persistent .akamai-overlays, .akamai-controls-persistent .akamai-error {
  bottom: 50px;
  right: 0;
  width: auto;
  height: auto; }

.akamai-controls-autofit.akamai-ad-mode.akamai-active .akamai-video, .akamai-controls-autofit.akamai-ad-mode.akamai-active .akamai-ad-container, .akamai-controls-autofit.akamai-ad-mode.akamai-active .akamai-error, .akamai-controls-autofit.akamai-ad-mode.akamai-inactive .akamai-video, .akamai-controls-autofit.akamai-ad-mode.akamai-inactive .akamai-ad-container, .akamai-controls-autofit.akamai-ad-mode.akamai-inactive .akamai-error, .akamai-controls-autofit.akamai-ad-mode.akamai-paused .akamai-video, .akamai-controls-autofit.akamai-ad-mode.akamai-paused .akamai-ad-container, .akamai-controls-autofit.akamai-ad-mode.akamai-paused .akamai-error {
  top: 20px;
  bottom: 50px;
  height: auto; }

.akamai-captioning-footer-button:hover, .akamai-captioning-footer-button:active {
  background-color: #646464;
  color: #000000;
  border-color: #000000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 16px;
  padding: 1px;
  text-align: center; }

.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-title-bar, .akamai-player.akamai-chromecast-receiver.akamai-active .akamai-title-bar {
  padding-top: 12px;
  height: 30px;
  bottom: 50px;
  top: auto;
  display: block;
  position: absolute; }

.akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-description-text, .akamai-player.akamai-chromecast-receiver.akamai-active .akamai-description-text {
  font-size: 18px;
  display: inline;
  bottom: auto;
  left: auto; }

div.videoplayer {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.videoplayer video, .videoplayer #jwplayer {
  width: 100%; }

.videoplayer .extra-buttons {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  padding: 0; }

.videoplayer .extra-buttons:before, .videoplayer .extra-buttons:after {
  content: " ";
  display: table; }

.videoplayer .extra-buttons:after {
  clear: both; }

.videoplayer .btn {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  font-size: 1em;
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875rem;
  word-spacing: -0.05em; }

.videoplayer .expandable {
  display: none;
  margin: 24px 0; }

.videoplayer .embed-code {
  width: 100%;
  height: 72px; }

.videoplayer .btn-wrapper {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 33.33333%;
  float: left;
  margin-top: 5px; }

.videoplayer .share-wrapper {
  margin-bottom: 48px; }

.akamai-player {
  background: #000000;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  color: #ffffff;
  font-family: Brown, Futura, sans-serif; }
  .akamai-player.akamai-medium-audio.akamai-html5 {
    height: 50px; }
  .akamai-player.akamai-medium-audio.akamai-external {
    height: 50px; }
  .akamai-player.akamai-medium-audio.akamai-flash {
    height: 25px; }
  .akamai-player.akamai-full-screen {
    top: 0; }
  .akamai-player.akamai-chromecast-receiver {
    background-color: #000000;
    background-image: none;
    display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-paused {
      display: block; }
      .akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-title-text {
        font-size: 18px;
        display: inline; }
      .akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button .akamai-icon {
        background-position: -38px 0;
        width: 19px; }
      .akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button:hover .akamai-icon {
        background-position: -38px 0;
        width: 19px; }
      .akamai-player.akamai-chromecast-receiver.akamai-paused .akamai-play-pause.akamai-button:active .akamai-icon {
        background-position: -38px 0;
        width: 19px; }
    .akamai-player.akamai-chromecast-receiver.akamai-playing {
      display: block; }
      .akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button .akamai-icon {
        background-position: 0 0;
        width: 19px; }
      .akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button:hover .akamai-icon {
        background-position: 0 0;
        width: 19px; }
      .akamai-player.akamai-chromecast-receiver.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon {
        background-position: 0 0;
        width: 19px; }
    .akamai-player.akamai-chromecast-receiver.akamai-waiting {
      display: block; }
      .akamai-player.akamai-chromecast-receiver.akamai-waiting .akamai-play-pause.akamai-button .akamai-icon {
        background-position: 0 0;
        width: 19px; }
    .akamai-player.akamai-chromecast-receiver.akamai-loading {
      display: block; }
      .akamai-player.akamai-chromecast-receiver.akamai-loading .akamai-play-pause.akamai-button .akamai-icon {
        background-position: 0 0;
        width: 19px; }
    .akamai-player.akamai-chromecast-receiver.akamai-seeking {
      display: block; }
      .akamai-player.akamai-chromecast-receiver.akamai-seeking .akamai-play-pause.akamai-button .akamai-icon {
        background-position: 0 0;
        width: 19px; }
    .akamai-player.akamai-chromecast-receiver .akamai-time-display {
      right: 19px; }
    .akamai-player.akamai-chromecast-receiver .akamai-progress {
      right: 120px; }
      .akamai-player.akamai-chromecast-receiver .akamai-progress .akamai-handle {
        display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-active .akamai-title-text {
      font-size: 18px;
      display: inline; }
    .akamai-player.akamai-chromecast-receiver.akamai-ended .akamai-branding-text {
      display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-ended .akamai-replay {
      display: none; }
    .akamai-player.akamai-chromecast-receiver .akamai-branding-text {
      display: none; }
    .akamai-player.akamai-chromecast-receiver .akamai-replay {
      display: none; }
    .akamai-player.akamai-chromecast-receiver .akamai-stats-button {
      display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-ad-mode .akamai-title-bar {
      display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-ad-mode .akamai-controls {
      display: none; }
    .akamai-player.akamai-chromecast-receiver .akamai-html5.akamai-media-element.akamai-cc::cue {
      visibility: visible; }
    .akamai-player.akamai-chromecast-receiver.akamai-cc-enabled .akamai-caption-button {
      display: none; }
    .akamai-player.akamai-chromecast-receiver .akamai-full-screen.akamai-button {
      display: none; }
    .akamai-player.akamai-chromecast-receiver.akamai-ready .akamai-play-pause.akamai-button .akamai-icon {
      background-position: 0 0;
      width: 19px; }
  .akamai-player.akamai-remote-playback .akamai-controls {
    display: none; }

.akamai-hidden {
  display: none; }

.akamai-disabled {
  opacity: 0.4;
  pointer-events: none;
  cursor: pointer; }

.akamai-overlays {
  pointer-events: none; }

.akamai-overlay {
  pointer-events: none; }

.akamai-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  border: none;
  display: block; }

.akamai-media-element {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  border: none;
  display: block; }

.akamai-controls-native .akamai-ad-container {
  pointer-events: none; }

.akamai-controls-native.akamai-ad-mode .akamai-ad-container {
  pointer-events: all; }

.akamai-controls-native.akamai-ad-mode .akamai-ads.akamai-overlay {
  pointer-events: all; }

.akamai-controls-native .akamai-loading.akamai-overlay {
  display: none; }

.akamai-controls-native .akamai-waiting.akamai-overlay {
  display: none; }

.akamai-controls-native .akamai-replay.akamai-overlay {
  display: none; }

.akamai-controls-native .akamai-play.akamai-overlay {
  display: none; }

.akamai-controls-native .akamai-controls.akamai-layer {
  display: none; }

.akamai-controls-native .akamai-poster.akamai-layer {
  display: none; }

.akamai-controls-native .akamai-ads.akamai-overlay {
  pointer-events: none; }

.akamai-controls-native.akamai-ended .akamai-play.akamai-overlay {
  display: block; }

.akamai-html5.akamai-ended .akamai-media-element {
  width: 0;
  height: 0; }

.akamai-html5.akamai-error .akamai-media-element {
  width: 0;
  height: 0; }

.akamai-install-flash {
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -50px;
  width: 100%; }

.akamai-button {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  cursor: pointer;
  pointer-events: auto; }
  .akamai-button .akamai-label {
    color: #646464;
    position: relative;
    top: -19px;
    left: 35px;
    font-weight: bold; }
  .akamai-button:hover .akamai-label {
    color: #ffffff; }
  .akamai-button:active .akamai-label {
    color: #ffffff; }

.akamai-icon {
  background-image: url(../images/amp.svg);
  pointer-events: auto; }

.akamai-context-menu {
  font-size: 12px;
  position: absolute;
  outline: none;
  padding: 0;
  margin: 0;
  border: 1px solid #646464;
  overflow: auto;
  background: #646464;
  border-radius: 2px;
  border-color: #646464;
  z-index: 9999; }

.akamai-context-item {
  color: #646464;
  padding: 0 25px;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
  word-wrap: normal;
  line-height: 25px;
  cursor: pointer;
  display: inline-block; }
  .akamai-context-item:hover {
    color: #646464; }

.akamai-end-slate {
  background: #646464;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  text-align: center; }

.akamai-ended .akamai-end-slate {
  display: block; }

.akamai-ended .akamai-replay {
  display: block; }

.akamai-ended .akamai-control-bar {
  display: block; }

.akamai-ended .akamai-branding-image {
  display: inline;
  opacity: 1; }

.akamai-ended .akamai-branding-text {
  display: block; }

.akamai-ended .akamai-play-pause.akamai-button {
  top: 6px;
  left: 10px;
  width: 23px;
  height: 25px; }
  .akamai-ended .akamai-play-pause.akamai-button .akamai-icon {
    width: 23px;
    height: 25px;
    background-position: -78px 0; }
  .akamai-ended .akamai-play-pause.akamai-button:hover .akamai-icon {
    background-position: -105px 0; }
  .akamai-ended .akamai-play-pause.akamai-button:active .akamai-icon {
    background-position: -105px 0; }

.akamai-ended .akamai-stats.akamai-overlay {
  bottom: 55px; }

.akamai-end-slate-image {
  width: 100%; }

.akamai-error.akamai-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  text-align: center; }

.akamai-error .akamai-error.akamai-layer {
  display: table; }

.akamai-error-message {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  vertical-align: middle;
  line-height: 23px;
  display: table-cell; }

.akamai-loading {
  width: 32px;
  height: 32px;
  text-align: center;
  border: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -16px;
  margin-left: -16px;
  display: none;
  background-image: url(../images/amp.svg);
  background-position: -592px 0; }
  .akamai-loading .akamai-branding-image {
    display: inline;
    opacity: 1;
    margin-top: -70px; }
  .akamai-loading .akamai-loading.akamai-overlay {
    display: block;
    margin-top: 10px; }

.akamai-poster {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  pointer-events: none; }

.akamai-medium-audio .akamai-poster {
  display: table; }

.akamai-medium-audio .akamai-title-bar {
  display: none; }

.akamai-medium-audio .akamai-control-bar {
  z-index: 113;
  display: block; }

.akamai-medium-audio .akamai-progress {
  right: 120px; }

.akamai-medium-audio .akamai-time-display {
  right: 16px; }

.akamai-medium-audio .akamai-full-screen.akamai-button {
  display: none; }

.akamai-ready .akamai-poster {
  display: table; }

.akamai-ready .akamai-title-bar {
  display: inline; }

.akamai-ready .akamai-progress {
  pointer-events: none; }

.akamai-ready .akamai-play.akamai-overlay {
  display: block; }

.akamai-poster-content {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%; }

.akamai-poster-image {
  width: 100%; }

.akamai-replay {
  background: #646464;
  border-top-width: 1px;
  border-top-color: #646464;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #646464;
  border-bottom-style: solid;
  width: 100%;
  height: 19px;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0;
  overflow: hidden;
  display: none;
  z-index: 1; }
  .akamai-replay.akamai-overlay {
    height: 100%;
    background: transparent; }

.akamai-replay-button {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  top: 2px;
  right: 20px;
  width: 50px;
  cursor: pointer;
  pointer-events: all;
  position: absolute;
  width: auto;
  height: auto;
  right: auto;
  padding: 10px;
  margin-left: -25px;
  margin-top: -25px;
  left: 50%;
  top: 50%;
  background: rgba(255, 255, 255, 0.8); }
  .akamai-replay-button:hover .akamai-replay-icon {
    background-position: -539px -4px; }
  .akamai-replay-button:hover .akamai-replay-label {
    color: #000000; }
  .akamai-replay-button:active .akamai-replay-icon {
    background-position: -539px -4px; }
  .akamai-replay-button:active .akamai-replay-label {
    color: #000000; }

.akamai-replay-icon {
  position: absolute;
  left: 8px;
  width: 25px;
  height: 25px;
  border: none;
  margin: 0;
  padding: 0;
  background-image: url(../images/amp.svg);
  background-position: -468px -4px; }

.akamai-replay-label {
  left: 25px;
  color: #646464;
  text-transform: uppercase;
  position: static;
  margin-left: 25px; }

.akamai-title-bar {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
  display: none;
  top: 0;
  overflow: hidden;
  z-index: 116; }

.akamai-paused .akamai-title-bar {
  display: inline; }

.akamai-paused .akamai-control-bar {
  display: block; }

.akamai-paused .akamai-caption-text {
  bottom: 50px; }

.akamai-paused .akamai-play.akamai-overlay {
  display: block; }

.akamai-ad-mode .akamai-title-bar {
  display: none; }

.akamai-ad-mode .akamai-control-bar {
  display: block; }

.akamai-ad-mode .akamai-full-screen.akamai-button {
  opacity: 0.4;
  pointer-events: none;
  cursor: pointer; }
  .akamai-ad-mode .akamai-full-screen.akamai-button .akamai-icon {
    pointer-events: none; }

.akamai-ad-mode .akamai-caption.akamai-button {
  display: none; }

.akamai-ad-mode .akamai-cc-enabled .akamai-caption.akamai-button {
  display: none; }

.akamai-title-text {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin: 8px 15px 5px; }

.akamai-description-text {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left;
  margin-bottom: 8px;
  margin-left: 15px; }

@-webkit-keyframes buffering {
  from {
    left: -28px;
    left: -28px; }
  to {
    left: 0;
    left: 0; } }

.akamai-waiting.akamai-overlay {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  margin: 0;
  padding: 0;
  border: none; }

.akamai-waiting .akamai-waiting-overlay {
  display: block; }

.akamai-waiting .akamai-waiting.akamai-overlay {
  display: block; }

.akamai-controls-persistent .akamai-control-bar {
  display: block; }

.akamai-controls-persistent .akamai-waiting.akamai-overlay {
  bottom: 0; }

.akamai-controls-persistent.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 0; }

.akamai-controls-persistent.akamai-inactive .akamai-control-bar {
  display: block; }

.akamai-controls-none .akamai-control-bar {
  display: none; }

.akamai-controls-none .akamai-waiting.akamai-overlay {
  bottom: 0; }

.akamai-controls-none.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 0; }

.akamai-active .akamai-control-bar {
  bottom: 0; }

.akamai-active .akamai-caption-text {
  bottom: 50px; }

.akamai-active .akamai-waiting-overlay {
  bottom: 38px; }

.akamai-active .akamai-waiting.akamai-overlay {
  bottom: 38px; }

.akamai-active.akamai-controls-none .akamai-caption-text {
  bottom: 0; }

.akamai-waiting-bar {
  width: 150%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  margin-left: -28px;
  padding: 0;
  border: none;
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(135deg, #646464 25%, #000000 25%, #000000 50%, #646464 50%, #646464 75%, #000000 75%, #000000);
  background-image: -o-linear-gradient(135deg, #646464 25%, #000000 25%, #000000 50%, #646464 50%, #646464 75%, #000000 75%, #000000);
  background-image: linear-gradient(-45deg, #646464 25%, #000000 25%, #000000 50%, #646464 50%, #646464 75%, #000000 75%, #000000);
  -webkit-background-size: 20px 20px;
          background-size: 20px 20px;
  -webkit-animation: move 600ms linear infinite;
       -o-animation: move 600ms linear infinite;
          animation: move 600ms linear infinite; }

@-webkit-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 20px 20px; } }

@-o-keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 20px 20px; } }

@keyframes move {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 20px 20px; } }

.akamai-waiting-text {
  color: #000000;
  font-size: 12px; }

.akamai-panel-control {
  position: absolute;
  padding: 0;
  margin: 0;
  height: 48px;
  width: 100%;
  top: auto;
  left: 0;
  bottom: 0;
  pointer-events: none; }

.akamai-control-panel {
  pointer-events: auto; }

.akamai-controls {
  pointer-events: none; }
  .akamai-controls.akamai-logo-enabled .akamai-logo {
    display: block; }
  .akamai-controls.akamai-logo-enabled.akamai-share-enabled.akamai-volume-enabled.akamai-full-screen-enabled.akamai-cc-enabled .akamai-separator {
    right: 170px; }
  .akamai-controls.akamai-chromecast .akamai-time-display {
    right: 96px; }
  .akamai-controls.akamai-chromecast .akamai-progress {
    right: 186px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled .akamai-volume.akamai-button {
    right: 140px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled .akamai-volume.akamai-panel {
    right: 140px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled.akamai-volume-enabled.akamai-share-enabled .akamai-share.akamai-control {
    right: 170px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-full-screen-enabled .akamai-full-screen.akamai-button {
    right: 105px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled .akamai-volume.akamai-button {
    right: 105px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled .akamai-volume.akamai-panel {
    right: 105px; }
  .akamai-controls.akamai-layer.akamai-logo-enabled.akamai-volume-enabled.akamai-full-screen-enabled.akamai-share-enabled .akamai-caption.akamai-button {
    right: 277px; }

.akamai-control-bar {
  height: 36px;
  position: absolute;
  top: auto;
  bottom: -36px;
  left: 0;
  right: 0;
  z-index: 120;
  padding: 0;
  margin: 0;
  color: #FFFFFF;
  -webkit-transition: bottom 100ms ease;
  -o-transition: bottom 100ms ease;
  transition: bottom 100ms ease;
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid transparent;
  border-radius: 1px; }

.akamai-controls-fixed .akamai-control-bar {
  display: block; }

.akamai-controls-fixed.akamai-inactive .akamai-control-bar {
  display: block; }

.akamai-separator {
  display: none;
  position: absolute;
  width: 1px;
  height: 42px;
  background-color: #646464;
  top: 0;
  right: 90px; }

.akamai-full-screen.akamai-button {
  width: 25px;
  height: 21px;
  border: none;
  position: absolute;
  top: 6px;
  right: 17px; }
  .akamai-full-screen.akamai-button .akamai-icon {
    width: 25px;
    height: 21px;
    background-position: -130px 0; }
  .akamai-full-screen.akamai-button.akamai-disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: pointer; }
  .akamai-full-screen.akamai-button:hover .akamai-icon {
    background-position: -155px 0; }
  .akamai-full-screen.akamai-button:active .akamai-icon {
    background-position: -155px 0; }

.akamai-full-screen.akamai-inactive {
  cursor: none; }

.akamai-full-screen .akamai-full-screen.akamai-button .akamai-icon {
  background-position: -180px 0; }

.akamai-full-screen .akamai-full-screen.akamai-button:hover .akamai-icon {
  background-position: -205px 0; }

.akamai-full-screen .akamai-full-screen.akamai-button:active .akamai-icon {
  background-position: -205px 0; }

.akamai-panels {
  pointer-events: none; }

.akamai-panel {
  display: none;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 60px;
  margin: 0;
  color: #000000;
  font-family: Brown, Futura, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  border: none;
  width: 100%;
  height: 100%; }
  .akamai-panel.akamai-active {
    display: block; }

.akamai-inactive .akamai-panel.akamai-active {
  display: none; }

.akamai-inactive .akamai-stats.akamai-overlay {
  bottom: 10px; }

.akamai-progress {
  position: absolute;
  padding: 0;
  margin: 0;
  top: 14px;
  left: 40px;
  right: 150px;
  bottom: 14px; }
  .akamai-progress .akamai-start-cap {
    background: #646464;
    width: 9px;
    height: 5px;
    position: absolute;
    left: 0; }
  .akamai-progress .akamai-click {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer; }
  .akamai-progress .akamai-track {
    background: #646464;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    margin-left: 9px;
    margin-right: 9px;
    pointer-events: none; }
  .akamai-progress .akamai-value {
    background: #646464;
    position: absolute;
    height: 5px;
    max-width: 100%;
    min-width: 0; }
  .akamai-progress .akamai-handle {
    position: absolute;
    margin: -5px 0 0 -9px;
    display: block;
    pointer-events: auto; }
  .akamai-progress .akamai-end-cap {
    background: #646464;
    width: 9px;
    height: 5px;
    position: absolute;
    right: 0; }

.akamai-live .akamai-progress {
  right: 110px; }
  .akamai-live .akamai-progress .akamai-start-cap {
    display: none; }
  .akamai-live .akamai-progress .akamai-value {
    display: none; }
  .akamai-live .akamai-progress .akamai-handle {
    display: none; }

.akamai-live .akamai-scrub-time {
  display: none; }

.akamai-live .akamai-current-time-display {
  display: none; }

.akamai-live .akamai-separator-display {
  display: none; }

.akamai-live .akamai-duration-display {
  display: none; }

.akamai-live .akamai-live-display {
  display: block; }

.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 92px; }

.akamai-live .akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 177px; }

.akamai-start-cap {
  background: #646464; }

.akamai-value {
  height: 5px;
  background: #646464; }

.akamai-handle {
  margin-top: -3px; }

.akamai-long-form .akamai-progress {
  right: 182px; }

.akamai-long-form .akamai-cc-enabled .akamai-progress {
  right: 210px; }

.akamai-long-form .akamai-volume-enabled.akamai-cc-enabled .akamai-progress {
  right: 270px; }

.akamai-scrub-time {
  background: rgba(128, 128, 128, 0.75);
  position: absolute;
  top: -15px;
  left: -25px;
  font-size: 12px;
  text-align: center;
  line-height: 19px;
  padding: 5px 8px;
  margin-top: -20px;
  width: 50px;
  margin-left: -25px;
  opacity: 0;
  z-index: 2000; }

.akamai-scrubbing .akamai-scrub-time {
  opacity: 1; }

.akamai-scrubbing .akamai-thumb-preview {
  opacity: 1; }

.akamai-thumb-preview {
  position: absolute;
  top: -80px;
  left: -25px;
  opacity: 0;
  z-index: 1999;
  border: 1px solid #000000; }

.akamai-cue-point {
  position: absolute;
  height: 5px;
  width: 5px;
  border-radius: 2.5px;
  background-color: #ffffff;
  top: 7px; }

.akamai-time-display {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  right: 58px;
  width: 125px;
  height: 9px;
  color: #646464;
  font-family: Brown, Futura, sans-serif;
  font-size: 12px;
  text-align: right; }

.akamai-current-time-display {
  color: #646464;
  text-align: right;
  display: inline; }

.akamai-separator-display {
  display: inline; }

.akamai-duration-display {
  display: inline;
  text-align: right; }

.akamai-go-live.akamai-button {
  position: absolute;
  top: 14px;
  right: 180px;
  width: 50px;
  height: 21px;
  display: none; }

.akamai-dvr .akamai-go-live.akamai-button {
  display: block; }

.akamai-is-live .akamai-go-live.akamai-button {
  pointer-events: none; }

.akamai-go-live.akamai-button .akamai-label {
  position: absolute;
  top: 0px;
  left: 0px; }

.akamai-live-display {
  position: absolute;
  color: #ffffff;
  text-align: center;
  background-color: #ff0000;
  display: none;
  width: 30px;
  height: 18px;
  top: 6px;
  right: 7px;
  padding-top: 2px;
  margin-top: -6px;
  font-size: 10px;
  cursor: pointer;
  z-index: 100; }

.akamai-cc-enabled .akamai-live-display {
  right: 42px; }

.akamai-cc-enabled .akamai-progress {
  right: 177px; }

.akamai-cc-enabled .akamai-time-display {
  right: 92px; }

.akamai-cc-enabled .akamai-caption.akamai-button {
  display: block; }

.akamai-volume.akamai-slider {
  width: auto;
  height: auto;
  background-color: #646464;
  position: absolute;
  top: 15px;
  left: 19px;
  bottom: 15px;
  right: 19px;
  cursor: pointer;
  padding-top: 10px; }
  .akamai-volume.akamai-slider .akamai-track {
    position: relative;
    width: 100%;
    height: 100%; }
  .akamai-volume.akamai-slider .akamai-value {
    position: absolute;
    bottom: 0;
    background-color: #646464;
    width: 100%;
    padding-top: 5px; }
  .akamai-volume.akamai-slider .akamai-handle {
    position: absolute;
    margin-left: -4px; }

.akamai-volume.akamai-button {
  position: absolute;
  bottom: 8px;
  top: auto;
  right: 57px;
  width: 23px;
  height: 19px; }
  .akamai-volume.akamai-button .akamai-icon {
    width: 23px;
    height: 19px;
    background-position: -587px 0; }
  .akamai-volume.akamai-button:hover .akamai-icon {
    background-position: -647px 0; }
  .akamai-volume.akamai-button:active .akamai-icon {
    background-position: -647px 0; }

.akamai-volume.akamai-panel {
  position: absolute;
  width: 44px;
  height: 158px;
  bottom: 36px;
  right: 52px; }

.akamai-event-management {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.akamai-event-poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0; }

.akamai-caption-text {
  position: absolute;
  width: 100%;
  margin: auto;
  overflow: hidden;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  text-shadow: 1px 1px 1px #000000;
  font-weight: bold;
  font-size: 15px;
  display: none;
  bottom: 0;
  min-height: 25px; }
  .akamai-caption-text p {
    margin: 10px;
    display: inline-block;
    color: #ffffff; }

.akamai-cc-active .akamai-caption-text {
  display: block; }

.akamai-cc-active .akamai-caption-setting-btn {
  display: block; }

.akamai-cc-active .akamai-caption.akamai-button {
  background-color: #ff0000; }

.akamai-caption {
  margin: 0; }
  .akamai-caption.akamai-button {
    position: absolute;
    padding: 2px 0 0 1px;
    width: 23px;
    height: 21px;
    top: 12px;
    right: 52px;
    border-radius: 5px;
    border-color: #646464;
    border-style: solid;
    display: none; }
    .akamai-caption.akamai-button:hover {
      border-color: #ffffff; }
      .akamai-caption.akamai-button:hover .akamai-label {
        color: #ffffff; }
    .akamai-caption.akamai-button:active {
      border-color: #ffffff; }
      .akamai-caption.akamai-button:active .akamai-label {
        color: #ffffff; }
    .akamai-caption.akamai-button .akamai-label {
      color: #646464;
      font-weight: bold;
      font-family: Brown, Futura, sans-serif;
      font-size: 12px;
      top: auto;
      left: auto; }

.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 145px; }

.akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 225px; }

.akamai-share-enabled .akamai-caption.akamai-button {
  right: 90px; }

.akamai-volume-enabled .akamai-time-display {
  right: 92px; }

.akamai-volume-enabled .akamai-progress {
  right: 180px; }

.akamai-volume-enabled .akamai-caption.akamai-button {
  right: 90px; }

.akamai-volume-enabled .akamai-share.akamai-control {
  right: 109px; }

.akamai-volume-enabled.akamai-cc-enabled .akamai-time-display {
  right: 140px; }

.akamai-volume-enabled.akamai-cc-enabled .akamai-progress {
  right: 225px; }

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-time-display {
  right: 176px; }

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-progress {
  right: 258px; }

.akamai-volume-enabled.akamai-share-enabled.akamai-cc-enabled .akamai-caption.akamai-button {
  right: 122px; }

.akamai-volume-enabled.akamai-share-enabled .akamai-time-display {
  right: 140px; }

::cue {
  position: absolute;
  top: 50px;
  color: #ff0000; }

.akamai-caption-setting-btn {
  position: absolute;
  right: 5px;
  bottom: 75px;
  display: none;
  z-index: 1; }

.akamai-captioning-settings {
  display: none;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 15%;
  font-family: Brown, Futura, sans-serif;
  font-size: 12px;
  color: #646464;
  max-width: 390px;
  width: 90%;
  border: 1px solid #646464;
  border-radius: 4px;
  z-index: 112;
  padding: 2px;
  background: #646464;
  pointer-events: auto; }

.akamai-captioning-titlebar {
  padding: .3em 1em .3em 0;
  color: #ffffff;
  margin-bottom: 2px;
  background: #646464;
  background-color: #646464; }

.akamai-captioning-title {
  margin: .1em .5em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold; }

.akamai-captioning-titlebar-close {
  float: right;
  width: 21px;
  margin: 0 .5em;
  padding: 1px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #ffffff; }

.akamai-captioning-row {
  background-color: #646464;
  clear: both;
  display: inline-block;
  width: 100%;
  margin-bottom: -4px; }

.akamai-captioning-label {
  float: left;
  margin: 4px .5em;
  max-width: 55px;
  min-width: 55px; }
  .akamai-captioning-label:nth-child(3) {
    max-width: 55px;
    min-width: 55px; }

.akamai-captioning-preset {
  float: left;
  border: 1px #000000 solid;
  float: left;
  margin: .4em 0.3em;
  padding: 0 .4em;
  cursor: pointer; }

.akamai-captioning-dropdown {
  float: left;
  max-width: 100px;
  min-width: 100px;
  margin: 4px 10px 4px 0; }

.akamai-captioning-label-small {
  float: left;
  margin: 4px .5em; }

.akamai-captioning-footer-button {
  outline: 0 none;
  float: right;
  background-color: #646464;
  border-color: #000000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #646464;
  font-size: 90%;
  line-height: 16px;
  min-height: 16px;
  min-width: 26px;
  width: 50px;
  margin: 2px 2px 0 2px;
  padding: 1px;
  text-align: center; }

.akamai-captioning-footer-continer {
  display: inline-block;
  width: 100%; }

.akamai-captioning-preset1 {
  color: #ffffff;
  background-color: transparent; }

.akamai-captioning-preset2 {
  color: #ffff00;
  background-color: transparent; }

.akamai-captioning-preset3 {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.3); }

.akamai-captioning-preset4 {
  color: #ffff00;
  background-color: rgba(0, 0, 0, 0.5); }

.akamai-captioning-color-picker {
  border: 1px #ffffff solid;
  float: left;
  margin: .3em 0.3em;
  width: 20px;
  height: 20px; }

.akamai-colorpicker-palette {
  width: 154px;
  position: absolute;
  border: 1px solid #598fef;
  background-color: #646464;
  padding: 2px;
  display: none;
  z-index: 9999;
  top: 4px;
  pointer-events: auto; }

.akamai-colorpicker-swatch {
  height: 12px;
  width: 12px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  margin: 1.5px;
  float: left;
  cursor: pointer;
  line-height: 12px; }

.akamai-colorpicker-slider {
  width: 60%;
  height: 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
          box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.6);
  background: #000000; }

.akamai-caption-text-preview {
  position: relative;
  display: block;
  bottom: auto !important; }

.akamai-captioning-advanced-container {
  display: none; }

.akamai-captioning-advanced-button {
  background: none;
  border: none;
  padding: 0;
  border-bottom: 1px solid #646464;
  color: #646464;
  cursor: pointer; }

.akamai-captioning-toggle-btn {
  cursor: pointer;
  outline: 0 none;
  float: right;
  width: 21px;
  height: 20px;
  border-radius: 0.5em;
  background-color: #ffffff;
  background-color: #646464;
  border-color: #000000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #646464;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center; }

.akamai-captioning-floater-btnselected {
  background-color: #646464;
  color: #000000;
  border-color: #000000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center; }

.akamai-captioning-floater-btndeselected {
  background-color: #646464;
  border-color: #000000;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  color: #646464;
  font-size: 90%;
  line-height: 20px;
  min-height: 16px;
  min-width: 26px;
  padding: 1px;
  text-align: center; }

@-webkit-keyframes wipe {
  0% { }
  100% { } }

.akamai-branding-container {
  display: table-cell;
  vertical-align: top;
  text-align: right;
  width: 100%; }

.akamai-branding-image {
  margin: 10px; }

.akamai-branding-text {
  color: #646464;
  font-weight: normal;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 10px;
  display: none; }
  .akamai-branding-text a {
    font-weight: bold;
    color: #ffffff;
    text-decoration: none; }

.akamai-stats-text {
  text-shadow: 1px 1px 1px #000000;
  word-wrap: break-word;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 5px 0;
  padding: 5px;
  line-height: 13px; }
  .akamai-stats-text p {
    margin: 1px 0; }

.akamai-stats-header {
  padding-bottom: 8px;
  display: block;
  clear: both; }

.akamai-stats-button {
  position: absolute;
  background: url(../resources/images/hd_meter_up.png);
  padding: 2px 0 0 1px;
  margin: 0;
  width: 23px;
  height: 21px;
  top: 12px;
  right: 52px;
  background-color: transparent;
  border-radius: 5px;
  border-color: #646464;
  border-style: solid;
  border-width: 1px;
  color: #646464;
  font-weight: bold;
  font-family: Brown, Futura, sans-serif;
  font-size: 12px;
  text-align: center;
  display: none;
  cursor: pointer; }

.akamai-stats-enabled .akamai-stats-button {
  display: block; }

.akamai-stats-enabled .akamai-time-display {
  right: 95px; }

.akamai-stats-enabled .akamai-progress {
  right: 183px; }

.akamai-stats-enabled.akamai-long-form .akamai-progress-area {
  margin-right: 212px; }

.akamai-chromecast-controls {
  background: #646464;
  display: table;
  z-index: 115;
  pointer-events: auto; }
  .akamai-chromecast-controls .akamai-control-bar {
    left: 0;
    display: block; }
  .akamai-chromecast-controls .akamai-time-display {
    right: 95px; }
  .akamai-chromecast-controls .akamai-progress {
    right: 180px; }
  .akamai-chromecast-controls.akamai-cc-enabled .akamai-time-display {
    right: 142px; }
  .akamai-chromecast-controls.akamai-cc-enabled .akamai-progress {
    right: 230px; }
  .akamai-chromecast-controls.akamai-cc-enabled .akamai-caption.akamai-button {
    right: 97px; }
  .akamai-chromecast-controls .akamai-seek-bar {
    display: block; }

.akamai-chromecast-message-container {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 100%;
  height: 100%; }

.akamai-interactive .akamai-controls.akamai-layer {
  display: none; }

.akamai-interactive .akamai-play.akamai-overlay {
  display: none; }

.akamai-waiting-overlay {
  width: 100%;
  height: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  margin: 0;
  padding: 0;
  border: none; }

.akamai-control-bar .akamai-logo {
  display: none;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0; }

.akamai-controls-autofit.akamai-ad-mode .akamai-video {
  bottom: 0;
  top: 0; }

.akamai-controls-autofit.akamai-ad-mode .akamai-ad-contianer {
  bottom: 0;
  top: 0; }

.akamai-controls-autofit.akamai-ad-mode .akamai-error {
  bottom: 0;
  top: 0; }

.akamai-play-pause.akamai-button {
  position: absolute;
  top: 7px;
  left: 10px;
  width: 18px;
  height: 21px; }
  .akamai-play-pause.akamai-button .akamai-icon {
    width: 18px;
    height: 21px; }
  .akamai-play-pause.akamai-button:hover .akamai-icon {
    background-position: -19px 0; }
  .akamai-play-pause.akamai-button:active .akamai-icon {
    background-position: -19px 0; }

.akamai-playing .akamai-play-pause.akamai-button .akamai-icon {
  background-position: -38px 0;
  width: 19px; }

.akamai-playing .akamai-play-pause.akamai-button:hover .akamai-icon {
  background-position: -57px 0; }

.akamai-playing .akamai-play-pause.akamai-button:active .akamai-icon {
  background-position: -57px 0; }

.akamai-play.akamai-overlay {
  width: 118px;
  height: 118px;
  border: none;
  position: absolute;
  display: none;
  right: 50%;
  bottom: 50%;
  margin-bottom: -59px;
  margin-right: -59px;
  background-image: url(../images/amp.svg);
  background-position: -231px 0;
  z-index: 111;
  pointer-events: all;
  cursor: pointer; }
  .akamai-play.akamai-overlay:hover {
    background-position: -348px 0; }
  .akamai-play.akamai-overlay:active {
    background-position: -348px 0; }

.akamai-captioning.akamai-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0; }

.akamai-cc-embedded .akamai-caption-text {
  display: none; }

.akamai-cc-setting-active .akamai-captioning-settings {
  display: block; }

.akamai-branding.akamai-overlay {
  width: 100%;
  height: 100%;
  text-align: center;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  display: table;
  pointer-events: none;
  margin: 0;
  padding: 0; }

.akamai-stats.akamai-overlay {
  width: auto;
  bottom: 55px;
  overflow: hidden;
  padding: 0;
  margin: auto;
  z-index: 100;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  overflow-y: auto;
  pointer-events: auto; }

.akamai-chromecast.akamai-button {
  background: url(../images/chromecast.png);
  position: absolute;
  right: 55px;
  width: 33px;
  height: 25px;
  top: 50%;
  margin-top: -16px;
  -webkit-background-size: 38px 38px;
          background-size: 38px;
  cursor: pointer;
  pointer-events: auto; }

.akamai-chromecast-receiver .akamai-caption.akamai-button {
  display: none; }

.akamai-volume-1 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-1 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-1 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-2 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-2 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-2 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-3 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-3 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-3 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-4 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-4 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-4 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-5 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-5 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-5 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-6 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-6 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-6 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-7 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-7 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-7 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-8 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-8 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-8 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-9 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-9 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-9 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-10 .akamai-volume.akamai-button .akamai-icon {
  background-position: -587px 0; }

.akamai-volume-10 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-10 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -647px 0; }

.akamai-volume-0 .akamai-volume.akamai-button .akamai-icon {
  background-position: -707px 0; }

.akamai-volume-0 .akamai-volume.akamai-button:hover .akamai-icon {
  background-position: -767px 0; }

.akamai-volume-0 .akamai-volume.akamai-button:active .akamai-icon {
  background-position: -767px 0; }

.campaign-promo-container {
  display: none;
  position: fixed;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999; }
  .campaign-promo-container > * {
    -webkit-transform: translateZ(0px); }
  .campaign-promo-container .campaign-promo-wrap {
    position: static;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.95);
    min-height: 100vh;
    text-align: center; }
    .campaign-promo-container .campaign-promo-wrap div {
      margin: 0 auto; }
  .campaign-promo-container .btn-skip {
    width: 100%;
    background: none;
    text-align: center;
    color: black;
    border: none;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    text-transform: none;
    min-height: 3rem; }
    .campaign-promo-container .btn-skip p {
      text-indent: 0;
      margin-left: auto;
      margin-right: auto;
      width: 70%;
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 12px;
      line-height: 1.125rem;
      word-spacing: -0.1em; }
      @media only screen and (min-width: 64.063em) {
        .campaign-promo-container .btn-skip p {
          font-family: "LLBrown", sans-serif;
          -ms-font-feature-settings: "ss01" 1;
          -o-font-feature-settings: "ss01" 1;
          font-feature-settings: "ss01" 1;
          font-size: 16px;
          line-height: 1.5rem;
          word-spacing: -0.1em;
          width: 80%; } }
  .campaign-promo-container .close-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 4px;
    left: 4px; }

body.campaign-active {
  overflow: hidden; }
  body.campaign-active .campaign-promo-container {
    display: block; }

.top-banner {
  margin: -1.25rem 0 1.25rem -1.25rem; }

.article-insert {
  border-bottom: 1px solid;
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  text-align: center; }

.insert-bottom {
  border-top: 1px solid;
  padding: 1.5rem 0;
  margin: 1.5rem 0; }

/* CUSTOM STYLES */
/* colors */
.poster_container {
  border: 1px solid black; }

/* SPECIALFALL TILL POSTER */
.column_box_left {
  width: 320px;
  padding: 5px;
  float: left;
  height: 480px; }

.column_box_right {
  width: 320px;
  padding: 5px;
  margin-left: 332px;
  height: 480px; }

/* MINIMAG-STYLES */
#bonbon_container p {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em;
  font-size: 14px;
  line-height: 18px;
  text-indent: 24px; }
  #bonbon_container p.humanist {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    letter-spacing: 1.5px;
    font-size: 16px; }
  #bonbon_container p.austinlight {
    font-family: "LLBrown", sans-serif;
    font-weight: 500;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1; }

#bonbon_container img.size-full {
  display: block !important; }

.creditdiv p, p.ingress {
  text-indent: 0 !important; }

.center {
  text-align: center; }

#bonbon_container a:hover {
  text-decoration: underline; }

hr.ornament {
  width: 45px;
  height: 46px;
  border: 0;
  margin: 0px auto;
  margin-top: 30px;
  margin-bottom: 30px;
  background: url(/live/wp-content/themes/bon/images/minimag-ornament.png); }

.creditdiv {
  width: 240px;
  padding: 10px; }
  .creditdiv p {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    line-height: 20px !important;
    font-size: 13px !important; }

.italic {
  font-style: italic; }

.toplayer {
  position: absolute;
  left: 0;
  top: 0; }

.toplayerright {
  left: 954px;
  top: 300px; }

.toplayerleft {
  left: 64px;
  top: 300px; }

.toplayerfarleft {
  left: 36px; }

.toplayerfarright {
  left: 989px; }

div.bonbon-fotocred {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  z-index: 99; }

.headerornament {
  padding-bottom: 57px;
  background: url(/live/wp-content/themes/bon/images/h1_leaf_47px.png) bottom center no-repeat; }

.headerornamentwhite {
  padding-bottom: 57px;
  background: url(/live/wp-content/themes/bon/images/h1_leaf_47px-white.png) bottom center no-repeat; }

#bonbon_container h1 {
  text-rendering: optimizeLegibility;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 80px;
  line-height: 80px;
  margin: 0px auto;
  padding-top: 100px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: normal; }
  #bonbon_container h1 span {
    font-weight: normal;
    display: block;
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 30px; }
    #bonbon_container h1 span.headcenter {
      font-family: "LLBrown", sans-serif;
      font-weight: 500;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 100px;
      line-height: 75px;
      letter-spacing: 0;
      text-align: center; }
    #bonbon_container h1 span.headright {
      font-family: "LLBrown", sans-serif;
      font-weight: 500;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 100px;
      line-height: 75px;
      letter-spacing: 0;
      text-align: right; }
    #bonbon_container h1 span.headleft {
      font-family: "LLBrown", sans-serif;
      font-weight: 500;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 100px;
      line-height: 75px;
      letter-spacing: 0;
      text-align: left; }
  #bonbon_container h1.subrubaustin {
    width: auto;
    padding: 0;
    background: none;
    font-size: 70px;
    line-height: 55px;
    margin: 0px auto; }

#bonbon_container h2 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 1px; }
  #bonbon_container h2.topname {
    font-size: 28px;
    letter-spacing: 0;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    text-align: center; }

#bonbon_container .container a {
  color: #0C0; }

#bonbon_container p.noindentp {
  text-indent: 0; }

#bonbon_container p.fotocredit {
  text-indent: 0;
  font-size: 11px; }

p.mejantitle {
  font-size: 18px;
  line-height: 22px;
  margin-top: 515px;
  text-indent: 0;
  text-align: center; }

h2.minimagsub {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  position: absolute;
  top: 330px;
  left: 115px;
  width: 300px;
  letter-spacing: 0;
  line-height: 40px;
  color: white;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  text-transform: uppercase;
  z-index: 4; }
  h2.minimagsub span {
    font-size: 140px;
    display: block;
    font-family: "LLBrown", sans-serif;
    font-weight: 500;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    margin-bottom: 40px; }

h2.minimagsubstat {
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  width: 300px;
  letter-spacing: 0;
  line-height: 40px;
  color: black;
  margin: 0px auto;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  text-transform: uppercase;
  z-index: 4; }
  h2.minimagsubstat span {
    font-size: 140px;
    display: block;
    font-family: "LLBrown", sans-serif;
    font-weight: 500;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    margin-bottom: 40px; }

span.talkname {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal; }

div.minimagcolumn {
  width: 1000px;
  margin-left: 112px;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
  /* Firefox */
  -webkit-column-gap: 20px;
  /* Safari and Chrome */
  column-gap: 20px;
  /* Firefox */
  -webkit-column-rule: 1px solid black;
  /* Safari and Chrome */
  column-rule: 1px solid black;
  padding-bottom: 10px; }

div.minimag2column {
  width: 602px;
  height: 820px;
  padding: 36px;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari and Chrome */
  column-count: 2;
  /* Firefox */
  -webkit-column-gap: 20px;
  /* Safari and Chrome */
  column-gap: 20px;
  /* Firefox */
  -webkit-column-rule: 1px solid black;
  /* Safari and Chrome */
  column-rule: 1px solid black; }

div.minimagcolumnthin {
  -webkit-column-width: 255px;
  column-width: 255px;
  -webkit-column-gap: 22px;
  column-gap: 22px; }

.bonbon_page {
  height: auto;
  min-height: 712px; }

/* EXTRA CSS STYLES HERE */
.article-single .author, .author_container div.title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em; }

.article-single {
  min-height: 1400px; }

.leftfloat {
  float: left; }

.rightfloat {
  float: right; }

.block {
  display: block; }

.credits h3 {
  margin-top: 18px;
  margin-bottom: 0px; }

.credits h5 {
  margin-top: 10px;
  font-size: 11px;
  line-height: 18px;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }

.credits h4 {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-weight: normal;
  font-size: 13px;
  margin-top: -20px; }

.credits .leftfloat h4 {
  margin-top: 0px; }

hr.separator {
  padding: 0;
  margin: 0;
  border: 0;
  border: none;
  width: 25px;
  height: 13px;
  margin: 0px auto;
  margin-bottom: 20px;
  margin-top: 20px;
  clear: both;
  background: url(/live/wp-content/uploads/2011/11/woodtype3.png); }

.center {
  margin: 0px auto;
  width: 100%; }

.clear {
  clear: both; }

.single-main > .post p.noindentp,
.hentry.bon_blogs .entry-content p.noindentp,
.format-gallery p.noindentp,
.bon_issues_posts p.noindentp {
  text-indent: 0; }

.single-main > .post p.topmarginp,
.hentry.bon_blogs .entry-content p.topmarginp,
.format-gallery p.topmarginp,
.bon_issues_posts p.topmarginp {
  margin-top: 24px;
  text-indent: 0; }

.single-main > .post p.delimiter,
.hentry.bon_blogs .entry-content p.delimiter,
.format-gallery p.delimiter,
.bon_issues_posts p.delimiter {
  color: transparent;
  margin-top: 6px; }
  .single-main > .post p.delimiter:after,
  .hentry.bon_blogs .entry-content p.delimiter:after,
  .format-gallery p.delimiter:after,
  .bon_issues_posts p.delimiter:after {
    content: "";
    display: block;
    width: 80px;
    background: black;
    height: 6px;
    margin-left: 48px;
    margin-bottom: 33px; }

.single-main > .post p.pullquote,
.hentry.bon_blogs .entry-content p.pullquote,
.format-gallery p.pullquote,
.bon_issues_posts p.pullquote {
  text-align: left;
  font-size: 20px !important;
  line-height: 28px !important;
  letter-spacing: 0;
  text-indent: 0;
  padding-left: 48px; }
  @media only screen and (min-width: 40.063em) {
    .single-main > .post p.pullquote,
    .hentry.bon_blogs .entry-content p.pullquote,
    .format-gallery p.pullquote,
    .bon_issues_posts p.pullquote {
      font-size: 30px !important;
      line-height: 38px !important; } }
  .single-main > .post p.pullquote:before,
  .hentry.bon_blogs .entry-content p.pullquote:before,
  .format-gallery p.pullquote:before,
  .bon_issues_posts p.pullquote:before {
    content: "***";
    width: 80px;
    text-indent: -9999px;
    height: 6px;
    background: black;
    margin-top: 33px;
    margin-bottom: 33px;
    display: block; }
  .single-main > .post p.pullquote:after,
  .hentry.bon_blogs .entry-content p.pullquote:after,
  .format-gallery p.pullquote:after,
  .bon_issues_posts p.pullquote:after {
    content: "***";
    width: 80px;
    text-indent: -9999px;
    height: 6px;
    background: black;
    margin-top: 33px;
    margin-bottom: 33px;
    display: block; }

.fashionname {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid black; }

.white .fashionname {
  border-bottom: 1px solid white; }

.post .entry-content .ingress {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .post .entry-content .ingress {
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 20px;
      line-height: 1.875rem; } }

.bonbon_container .ingress {
  font-size: 24px; }

.listsiffra {
  text-align: center;
  margin-top: -60px;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 124px;
  text-indent: 0 !important;
  margin-bottom: 33px; }

span.dropcap {
  float: left;
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 145px;
  margin-right: 5px;
  padding-right: 8px; }

.single-main .post p.fotocredit {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 22px; }

.marialistarubrik {
  text-transform: uppercase;
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  letter-spacing: 1px;
  padding-right: 10px; }

.fotocredit .austinmedium {
  font-size: 16px; }

.creditdiv .austinmedium {
  font-size: 15px; }

div.custom {
  margin: 0;
  padding: 0;
  position: relative;
  height: auto;
  min-height: 0;
  padding-bottom: 50px; }

div.fullwidth {
  margin: 0;
  padding: 0;
  padding-top: 80px;
  margin: 0px auto;
  width: 940px; }

.inner_logo {
  height: 65px;
  width: 240px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -119px;
  text-indent: -9999px;
  background: url(http://dev.bonmagazine.com/live/wp-content/themes/bon/images/bon_logo.png);
  background-position: bottom center; }

h3.inner_header {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  letter-spacing: 1px;
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 56px;
  background: url(/live/wp-content/themes/bon/images/bullet2.png);
  background-position: bottom center;
  background-repeat: no-repeat; }

p.inner_message {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px; }
  p.inner_message a {
    text-decoration: none;
    color: #000; }
    p.inner_message a:hover {
      text-decoration: underline; }

h3.qbricklink {
  width: 59px;
  height: 16px;
  text-indent: -9999px;
  display: block;
  float: left;
  margin: 0;
  padding: 0; }
  h3.qbricklink a {
    background: url(/live/wp-content/themes/bon/images/qbricklogo.png);
    width: 59px;
    height: 16px;
    display: block; }

h3.qbrickmessage {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 12px;
  width: 881px;
  margin-left: 59px;
  text-align: right;
  height: 16px;
  letter-spacing: .5px; }
  h3.qbrickmessage a {
    color: #000;
    text-decoration: none; }
    h3.qbrickmessage a:hover {
      color: #000;
      text-decoration: underline; }

a.specialclose {
  background: url(/live/wp-content/themes/bon/images/closebutton.png);
  width: 88px;
  height: 87px;
  position: absolute;
  left: 100%;
  top: 0;
  margin-top: -23px;
  margin-left: -65px;
  text-indent: -9999px;
  display: block;
  cursor: hand; }

/* rensa videospelaren nagot */
div.video .strip {
  border-top: none;
  margin-top: -30px;
  height: 190px; }

.strip .strip_title {
  margin-bottom: 5px; }

.player_top_nav .file_title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }

ul.gallery_nav li {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  text-transform: none;
  font-size: 16px; }

div.panel_title {
  font-size: 40px; }

.bonbon_promo_container {
  height: auto;
  padding-bottom: 2px; }

.black {
  color: black !important; }

.white {
  color: white !important; }

.austinlight {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }

.italic {
  font-style: italic !important; }

.austinmedium {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }

.smallquote {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 26px !important;
  line-height: 32px !important; }

.humanist {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1; }

.uppercase {
  text-transform: uppercase !important; }

.single-post .entry-content p.questionp {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  letter-spacing: 0.8px;
  text-indent: 0;
  padding-left: 4.25rem; }

.bonbon_container img {
  display: block !important; }

div.campaign_promo_container {
  padding: 0;
  background: none !important; }

div.campaign_promo_wrap {
  background: none  !important;
  text-align: left;
  height: auto; }

.largeingress {
  font-family: "LLBrown", sans-serif;
  font-weight: 500;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 30px !important;
  line-height: 28px !important;
  letter-spacing: 0; }

/* SABRANIEL STYLES */
.daniel {
  text-indent: 0;
  width: 450px;
  margin-left: 256px; }

.sabrina {
  text-indent: 0;
  width: 450px; }

.sabranielhead {
  text-indent: 0;
  font-family: HumRoman;
  font-size: 12px;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 14px; }

/* *************
/* REDAKTION
/* *************/
div#about-left {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  width: 100%; }
  @media only screen and (min-width: 90.063em) {
    div#about-left {
      float: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 58.33333%;
      float: left; } }

div#about-right {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 25%;
  float: left;
  width: 100%;
  padding-bottom: 50px; }
  @media only screen and (min-width: 90.063em) {
    div#about-right {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 58.33333%;
      float: left;
      border-left: 1px solid black;
      padding-top: 50px;
      padding-bottom: 50px;
      float: left; } }

.aboutbon .medium-title {
  font-size: 36px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 30px; }

@media only screen and (min-width: 90.063em) {
  div#about-right .medium-title {
    margin-left: 160px; } }

.aboutbon {
  line-height: 30px; }

.aboutbon p {
  font-family: 'Fortescue Regular';
  font-size: 20px;
  text-indent: 20px; }

.aboutbon img {
  display: block;
  width: 220px;
  height: 300px;
  border: 1px solid #ccc; }
  @media only screen and (min-width: 90.063em) {
    .aboutbon img {
      float: left; } }

.aboutbon p.intro-text {
  font-family: 'Value Sans Regular';
  text-indent: 0; }

.margintop {
  margin-top: 30px; }

.aboutbon hr {
  width: 140px;
  height: 5px;
  background-color: black;
  margin: 28px 0 27px 0; }

@media only screen and (min-width: 90.063em) {
  div#about-right hr {
    margin-left: 160px; } }

.aboutbon .small-title {
  font-family: 'Value Sans Regular';
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px; }

@media only screen and (min-width: 90.063em) {
  div.about-list {
    margin-left: 240px; } }

.post-password-form {
  margin-top: 75px; }
  .post-password-form div {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: inline-block;
    display: block; }
    .post-password-form div:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .post-password-form label {
    display: none; }
  .post-password-form input {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 50%;
    float: left;
    height: 3rem; }

.issue-published-in {
  width: 100%;
  display: inline-block;
  background: #fe9e94;
  padding: 12px 1.25rem; }
  .issue-published-in:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  @media only screen and (min-width: 64.063em) {
    .issue-published-in {
      border: 1px solid;
      -webkit-box-shadow: 5px 5px #bbb;
              box-shadow: 5px 5px #bbb;
      padding: 0;
      width: auto;
      background: transparent;
      position: fixed;
      z-index: 999;
      top: 4.5rem;
      left: 1.25rem; }
      .issue-published-in:hover {
        background: #fe9e94; } }

.issue-published-in__cover-container {
  float: left;
  position: relative; }
  @media only screen and (min-width: 64.063em) {
    .issue-published-in__cover-container {
      float: none; } }
  .issue-published-in__cover-container > *:not(:first-child) {
    position: absolute;
    top: 0;
    -webkit-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-name: alternate-visibilty;
         -o-animation-name: alternate-visibilty;
            animation-name: alternate-visibilty;
    -webkit-animation-iteration-count: infinite;
         -o-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
         -o-animation-direction: alternate;
            animation-direction: alternate; }

.issue-published-in__cover {
  padding: 0 12px 12px 0; }
  @media only screen and (min-width: 64.063em) {
    .issue-published-in__cover {
      padding-right: 0;
      padding-bottom: 0; } }
  .issue-published-in__cover img {
    max-height: 4.5rem; }
    @media only screen and (min-width: 64.063em) {
      .issue-published-in__cover img {
        max-height: 13.5rem; } }
    @media only screen and (min-width: 64.063em) {
      .issue-published-in__cover img {
        max-height: 18rem; } }

.issue-published-in__meta {
  padding: 6px; }
  .issue-published-in__meta p {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 16px;
    line-height: 1.5rem;
    word-spacing: -0.1em; }
  @media only screen and (min-width: 64.063em) {
    .issue-published-in__meta {
      margin-top: -5.175rem;
      -webkit-transition: margin-top 150ms ease;
      -o-transition: margin-top 150ms ease;
      transition: margin-top 150ms ease; }
      .issue-published-in:hover .issue-published-in__meta {
        margin-top: 0; } }

.issue-published-in__short-label {
  display: none; }

.aside-title {
  text-align: center;
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875rem;
  word-spacing: -0.05em;
  margin-bottom: 1.5rem; }
  @media only screen and (min-width: 64.063em) {
    .aside-title {
      font-family: "Archive Pro Roman", serif;
      font-size: 36px;
      font-weight: normal;
      line-height: 2.625rem; } }
  .aside-title .title-label {
    font-family: "Archive Pro Italic", serif;
    font-style: italic; }
    @media only screen and (min-width: 64.063em) {
      .aside-title .title-label {
        font-size: 0.6em; } }

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

.post.small-excerpt {
  margin-bottom: 1.5rem; }
  .post.small-excerpt .section {
    margin-left: 58px; }
  .post.small-excerpt .title {
    font-family: "Archive Pro Roman", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.875rem;
    word-spacing: -0.05em; }
  .post.small-excerpt .thumbnail {
    float: left;
    margin-right: 10px; }
  .post.small-excerpt .content {
    margin-left: 58px; }
  .post.small-excerpt .author-and-date {
    margin: 0;
    padding: 0; }

.related-content {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  border-top: 1px solid;
  padding-top: 1.5rem; }
  .related-content .same-author-posts {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 40.063em) {
      .related-content .same-author-posts {
        padding-left: 0;
        padding-right: 0;
        width: 66.66667%;
        float: left;
        -webkit-box-shadow: 1px 0 0 0 black;
                box-shadow: 1px 0 0 0 black; } }
    .related-content .same-author-posts .bio {
      margin-bottom: 1.5rem;
      margin-top: -1.5rem;
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 14px;
      line-height: 1.125rem;
      text-transform: uppercase;
      font-weight: normal; }
    @media only screen and (min-width: 64.063em) {
      .related-content .same-author-posts .post {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 50%;
        float: left; } }
    .related-content .same-author-posts .post:nth-child(2n+1) {
      clear: left; }
    .related-content .same-author-posts .author-and-date {
      display: none; }
  .related-content .yarpp-related section {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    float: left;
    margin-bottom: 3rem; }
    @media only screen and (min-width: 40.063em) {
      .related-content .yarpp-related section {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.33333%;
        float: left;
        border-left: 1px solid; } }
  .related-content.video-list .blog-item:nth-child(4n + 1) {
    clear: left; }

.single-bon_minimagazine .inner-wrap-row {
  background: none;
  max-width: 1225px;
  padding: 1.5rem 0; }

article.bon_minimagazine .page {
  min-height: auto;
  height: auto;
  margin-bottom: 64px;
  position: relative;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 400ms;
  -o-transition: opacity 400ms;
  transition: opacity 400ms; }
  article.bon_minimagazine .page header {
    font-family: "Archive Pro Roman", serif;
    font-size: 54px;
    font-weight: normal;
    line-height: 3.75rem;
    letter-spacing: 0.02em;
    word-spacing: 0em;
    text-align: center;
    position: absolute;
    padding: 36px 0 0 36px;
    text-align: left; }
    @media xs {
      article.bon_minimagazine .page header {
        font-size: 28px;
        line-height: 3rem; } }
    article.bon_minimagazine .page header h1 {
      font-size: 4.75rem;
      margin-bottom: 3rem;
      color: inherit; }
    article.bon_minimagazine .page header .ingress {
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 20px;
      line-height: 1.125rem;
      text-transform: uppercase;
      font-weight: normal;
      text-transform: none;
      line-height: 1.65rem; }

article.bon_minimagazine .page.show {
  opacity: 1; }

article.bon_minimagazine .container {
  position: relative;
  height: auto;
  width: 1225px; }

article.bon_minimagazine .toplayer {
  position: absolute; }

article.bon_minimagazine video {
  min-height: 690px;
  max-width: 1226px;
  display: block;
  margin: 0px auto; }

article.bon_minimagazine figure {
  display: block;
  margin: 0 auto;
  padding: 0; }

article.bon_minimagazine figure figcaption {
  position: relative;
  bottom: 3rem;
  text-align: center;
  max-width: 80%;
  margin: 0px auto;
  height: 0;
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem; }

.single-main {
  margin-top: 0;
  padding: 0; }
  .single-main article {
    background-color: white;
    padding: 0;
    margin-bottom: 0; }
    .single-main article .twitter-tweet {
      margin: 0 auto; }
    .single-main article.section-bonbon #gallery-poster .postermeta .byline {
      text-align: left; }
    .single-main article .audio-container {
      max-width: 42.5rem;
      width: 100%;
      padding: 1.25rem;
      margin: 0px auto;
      display: block;
      border: 1px solid black;
      -webkit-box-shadow: 2px 2px #bbb;
              box-shadow: 2px 2px #bbb; }
    .single-main article #gallery-poster {
      position: relative; }
    .single-main article #gallery-poster.no-image {
      position: static;
      margin: 1.5rem 0; }
    @media only screen and (min-width: 40.063em) {
      .single-main article .headline-right {
        width: 90%; } }
    .single-main article #gallery-poster .postermeta {
      margin-top: 0;
      width: 100%; }
      .single-main article #gallery-poster .postermeta header {
        display: block !important;
        padding: 0 1.25rem;
        border-bottom: 0; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta header {
            margin: 0 auto; } }
      .single-main article #gallery-poster .postermeta .section {
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        padding-left: 0 !important;
        font-size: 1rem;
        width: 100%;
        text-align: left;
        margin: 2.25rem 0 0 0; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta .section {
            font-size: 1.375rem;
            padding-left: 6.75rem !important; } }
      .single-main article #gallery-poster .postermeta .date__published {
        margin-bottom: 0.75rem;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: .01px;
        padding: 0; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta .date__published {
            padding-left: 6.75rem !important; } }
      .single-main article #gallery-poster .postermeta .poster__excerpt {
        margin-bottom: 0.75rem;
        text-align: center; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta .poster__excerpt {
            text-align: left; } }
      .single-main article #gallery-poster .postermeta .title {
        font-family: "Archive Pro Roman", serif;
        font-size: 2rem;
        line-height: 2.25rem;
        text-align: center;
        margin: 0px auto;
        text-indent: 0;
        margin-bottom: 0.75rem;
        max-width: 42.5rem;
        width: 100%;
        padding: 0 1.25rem; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta .title {
            text-align: left;
            font-size: 3.5rem;
            line-height: 3.75rem;
            margin-bottom: 0.75rem; } }
      .single-main article #gallery-poster .postermeta p {
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 1rem;
        color: black;
        display: block;
        height: auto;
        text-indent: 0; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta p {
            font-size: 1.625rem;
            max-width: 42.5rem; } }
        .single-main article #gallery-poster .postermeta p.topmarginp {
          margin-top: 1.5rem; }
      .single-main article #gallery-poster .postermeta .author {
        text-align: center; }
        @media only screen and (min-width: 40.063em) {
          .single-main article #gallery-poster .postermeta .author {
            text-align: right;
            padding-right: 2rem; } }
    @media only screen and (min-width: 40.063em) {
      .single-main article #gallery-poster.headline-right {
        display: inline-block;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
        .single-main article #gallery-poster.headline-right:after {
          content: ".";
          display: block;
          clear: both;
          visibility: hidden;
          line-height: 0;
          height: 0; }
        .single-main article #gallery-poster.headline-right .postermeta {
          width: 50%;
          float: left;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          z-index: 2; }
        .single-main article #gallery-poster.headline-right figure {
          float: right;
          max-width: 50%;
          width: 50%;
          margin-top: 0; } }
    .single-main article #gallery-poster {
      position: relative; }
      .single-main article #gallery-poster figure  {
        max-width: 100% !important;
        width: 100% !important; }
    .single-main article #gallery-poster.single-image .col-2-gallery,
    .single-main article #gallery-poster.two-up .col-2-gallery {
      margin-top: 0; }
      @media only screen and (max-width: 40em) {
        .single-main article #gallery-poster.single-image .col-2-gallery figure,
        .single-main article #gallery-poster.two-up .col-2-gallery figure {
          margin-top: 1.5rem;
          width: 49.5%;
          float: left;
          margin-right: 0.5%; }
          .single-main article #gallery-poster.single-image .col-2-gallery figure:nth-child(even),
          .single-main article #gallery-poster.two-up .col-2-gallery figure:nth-child(even) {
            margin-left: 0.5%;
            margin-right: 0;
            float: right; } }
    .single-main article #gallery-poster.single-image figure,
    .single-main article #gallery-poster.two-up figure {
      padding: 0;
      margin-bottom: 0;
      margin-top: 0;
      overflow: visible;
      max-width: 100% !important;
      width: 100% !important; }
    .single-main article #gallery-poster.single-image figcaption,
    .single-main article #gallery-poster.two-up figcaption {
      text-align: left;
      padding: 0;
      margin-left: 5%;
      max-width: 100%;
      color: black;
      z-index: 98;
      left: 0;
      position: absolute;
      bottom: 5px;
      color: white; }
      @media only screen and (min-width: 64.063em) {
        .single-main article #gallery-poster.single-image figcaption,
        .single-main article #gallery-poster.two-up figcaption {
          bottom: 28px;
          max-width: 200px;
          color: white; } }
    .single-main article #gallery-poster.single-image .postermeta,
    .single-main article #gallery-poster.two-up .postermeta {
      margin-bottom: 1.5rem; }
      @media only screen and (min-width: 40.063em) {
        .single-main article #gallery-poster.single-image .postermeta,
        .single-main article #gallery-poster.two-up .postermeta {
          margin-bottom: 0;
          margin-top: 6rem;
          position: absolute;
          bottom: 0;
          z-index: 90;
          background: transparent;
          background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
          background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
          color: white;
          padding-bottom: 3rem;
          margin-top: 0; }
          .single-main article #gallery-poster.single-image .postermeta h1,
          .single-main article #gallery-poster.two-up .postermeta h1 {
            color: white !important; } }
    @media only screen and (min-width: 40.063em) {
      .single-main article #gallery-poster.single-image .section,
      .single-main article #gallery-poster.single-image .title,
      .single-main article #gallery-poster.single-image p,
      .single-main article #gallery-poster.two-up .section,
      .single-main article #gallery-poster.two-up .title,
      .single-main article #gallery-poster.two-up p {
        color: white; }
        .single-main article #gallery-poster.single-image .section a,
        .single-main article #gallery-poster.single-image .title a,
        .single-main article #gallery-poster.single-image p a,
        .single-main article #gallery-poster.two-up .section a,
        .single-main article #gallery-poster.two-up .title a,
        .single-main article #gallery-poster.two-up p a {
          color: white; } }
    .single-main article .gallery p {
      display: block;
      margin: 0 auto;
      max-width: 42.5rem;
      width: 100%;
      padding: 0 1.25rem; }
      .single-main article .gallery p.topmarginp {
        margin-top: 1.5rem; }
    .single-main article .gallery .questionp {
      font-family: "LLBrown", sans-serif;
      font-weight: 500;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      padding-left: 4.25rem;
      text-indent: 0; }
    .single-main article .gallery a {
      color: #00ADFF; }
    .single-main article figcaption {
      text-align: left;
      position: absolute;
      bottom: 20px;
      left: 20px;
      color: white;
      z-index: 98;
      padding: 0;
      margin: 0px auto;
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 12px;
      line-height: 1.125rem;
      word-spacing: -0.1em;
      display: block; }
      @media only screen and (min-width: 40.063em) {
        .single-main article figcaption {
          max-width: 300px; } }
    .single-main article figure {
      max-width: 100%;
      width: 100%;
      margin: 0 auto;
      margin-top: 1.875rem;
      position: relative;
      background: #fff;
      opacity: 0;
      -webkit-transition: opacity 400ms;
      -o-transition: opacity 400ms;
      transition: opacity 400ms;
      overflow: hidden; }
      @media only screen and (min-width: 40.063em) {
        .single-main article figure {
          max-width: 91%; } }
      .single-main article figure.black figcaption {
        color: black; }
      .single-main article figure.alignleft {
        max-width: 42.5rem; }
        @media only screen and (min-width: 40.063em) {
          .single-main article figure.alignleft {
            max-width: 45%;
            float: left;
            margin: 10px 1.25rem 0 5%;
            padding: 0; } }
        @media only screen and (min-width: 64.063em) {
          .single-main article figure.alignleft figcaption {
            padding: 0 1.875rem; } }
      .single-main article figure.alignright {
        max-width: 42.5rem; }
        @media only screen and (min-width: 40.063em) {
          .single-main article figure.alignright {
            max-width: 45%;
            float: right;
            margin: 10px 1.25rem 0 5%;
            padding: 0; } }
    .single-main article figure img {
      width: 100%; }
    .single-main article figure.double-image img {
      margin-bottom: 1.5rem; }
    .single-main article figure.double-image figcaption {
      position: static;
      margin: 0;
      color: black;
      margin-top: 1.5rem; }
    @media only screen and (min-width: 40.063em) {
      .single-main article figure.figure-fullheight {
        height: 90vh;
        background: #f3f3f4; }
        .single-main article figure.figure-fullheight img {
          height: 90vh;
          width: auto;
          margin: 0px auto;
          -o-object-fit: cover;
             object-fit: cover; } }
    .single-main article figure.show {
      opacity: 1; }
    @media only screen and (min-width: 40.063em) {
      .single-main article .col-2-gallery figure {
        width: 45%;
        float: left;
        margin: 0 0.5% 0 4.5%; }
        .single-main article .col-2-gallery figure:nth-child(even) {
          margin-left: 0.5%;
          margin-right: 4.5%; } }
    .single-main article .col-2-gallery {
      display: inline-block;
      margin-top: 1.5rem;
      width: 100%; }
      .single-main article .col-2-gallery:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
    .single-main article .col-4-gallery {
      margin: 0 auto;
      max-width: 62.5rem;
      width: 100%;
      display: inline-block;
      margin: 0 auto;
      display: block;
      background: white;
      padding: 0 1.25rem; }
      .single-main article .col-4-gallery:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
    .single-main article .col-4-gallery figure {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; }
      @media only screen and (min-width: 40.063em) {
        .single-main article .col-4-gallery figure {
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          width: 25%;
          float: left; } }
    .single-main article .col-4-gallery figcaption {
      position: static;
      color: black; }
    .single-main article .container {
      position: relative;
      height: auto;
      width: 1225px; }
    .single-main article .toplayer {
      position: absolute; }
    .single-main article video {
      max-height: 120vh;
      width: 100%;
      display: block;
      margin: 0px auto; }
    .single-main article .bounceIn figcaption {
      -webkit-animation-name: bounceIn;
      -o-animation-name: bounceIn;
      animation-name: bounceIn;
      -webkit-animation-duration: 1s;
      -o-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-delay: 0s;
      -o-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation-timing-function: ease;
      -o-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: both;
      -o-animation-fill-mode: both;
      animation-fill-mode: both;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .single-main .endcredits {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    display: block;
    background: white;
    padding: 0 1.25rem; }
    .single-main .endcredits:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .single-main .endcredits:before {
      content: "***";
      width: 80px;
      text-indent: -9999px;
      height: 6px;
      background: black;
      margin-top: 33px;
      margin-bottom: 33px;
      display: block;
      margin-left: 48px; }
      @media only screen and (min-width: 40.063em) {
        .single-main .endcredits:before {
          margin-left: 23.66%; } }
    .single-main .endcredits p {
      max-width: 42.5rem;
      padding: 0;
      text-indent: 0;
      margin: 0px auto;
      float: none; }
      .single-main .endcredits p b {
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 20px;
        line-height: 1.875rem; }
        @media xs {
          .single-main .endcredits p b {
            font-size: 16px;
            line-height: 1.5rem; } }
  .single-main .related-container {
    background: white;
    width: 100%;
    padding-top: 3rem;
    display: inline-block; }
    .single-main .related-container:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .single-main .related-container aside {
      margin: 0 auto;
      max-width: 62.5rem;
      width: 100%;
      display: inline-block;
      margin: 0 auto;
      display: block;
      float: none; }
      .single-main .related-container aside:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
  @media only screen and (min-width: 40.063em) {
    .single-main article.section-class-of-2017 .gallery {
      padding-top: 50px; } }
  @media only screen and (min-width: 40.063em) {
    .single-main article.section-class-of-2017 .poster__section {
      word-spacing: 100px;
      line-height: 22px;
      padding: 30px;
      padding-right: 9.75rem !important;
      max-width: 220px !important;
      text-align: center !important;
      -webkit-transform: rotate(-10deg);
          -ms-transform: rotate(-10deg);
           -o-transform: rotate(-10deg);
              transform: rotate(-10deg);
      position: absolute;
      top: -160px;
      background: url(https://bon-se.s3.amazonaws.com/uploads/2016/12/palmares.png) no-repeat;
      -webkit-background-size: contain;
              background-size: contain;
      background-position: center center; } }
  .single-main .new__post__meta__container {
    background-color: #c36132;
    padding: 0.75rem 0;
    margin-bottom: 1.5rem; }
    .single-main .new__post__meta__container .new__post__meta {
      margin: 0 auto;
      max-width: 62.5rem;
      width: 100%;
      display: inline-block;
      display: block; }
      .single-main .new__post__meta__container .new__post__meta:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .single-main .new__post__meta__container .new__post__meta p.section, .single-main .new__post__meta__container .new__post__meta p.section__description, .single-main .new__post__meta__container .new__post__meta p.date__published {
        color: white;
        text-indent: 0;
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 12px;
        line-height: 1.125rem;
        word-spacing: -0.1em; }
        @media only screen and (min-width: 40.063em) {
          .single-main .new__post__meta__container .new__post__meta p.section, .single-main .new__post__meta__container .new__post__meta p.section__description, .single-main .new__post__meta__container .new__post__meta p.date__published {
            font-family: "LLBrown", sans-serif;
            -ms-font-feature-settings: "ss01" 1;
            -o-font-feature-settings: "ss01" 1;
            font-feature-settings: "ss01" 1;
            font-size: 16px;
            line-height: 1.5rem;
            word-spacing: -0.1em; } }
        .single-main .new__post__meta__container .new__post__meta p.section a, .single-main .new__post__meta__container .new__post__meta p.section__description a, .single-main .new__post__meta__container .new__post__meta p.date__published a {
          color: white; }
        .single-main .new__post__meta__container .new__post__meta p.section a:hover, .single-main .new__post__meta__container .new__post__meta p.section__description a:hover, .single-main .new__post__meta__container .new__post__meta p.date__published a:hover {
          color: #00ADFF; }
      .single-main .new__post__meta__container .new__post__meta p.date__published {
        text-align: center; }
        @media only screen and (min-width: 40.063em) {
          .single-main .new__post__meta__container .new__post__meta p.date__published {
            text-align: left; } }
      .single-main .new__post__meta__container .new__post__meta p.section__description {
        margin-bottom: 0.75rem; }
        @media only screen and (min-width: 40.063em) {
          .single-main .new__post__meta__container .new__post__meta p.section__description {
            margin-bottom: 1.5rem; } }

.archive-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 54px;
  font-weight: normal;
  line-height: 3.75rem;
  letter-spacing: 0.02em;
  word-spacing: 0em;
  text-align: center;
  margin-bottom: 3rem; }
  @media xs {
    .archive-title {
      font-size: 28px;
      line-height: 3rem; } }

.tax-section .section {
  display: none; }

.single-main > .post,
.single-main > .bon_issues_posts {
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 40em) {
    .single-main > .post,
    .single-main > .bon_issues_posts {
      padding-top: 1.5rem; } }
  .single-main > .post header,
  .single-main > .bon_issues_posts header {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid; }
    .single-main > .post header:after,
    .single-main > .bon_issues_posts header:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  .single-main > .post .section,
  .single-main > .bon_issues_posts .section {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 16px;
    line-height: 1.5rem;
    text-transform: uppercase;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .single-main > .post .section,
      .single-main > .bon_issues_posts .section {
        text-align: right;
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 20px;
        line-height: 1.125rem;
        text-transform: uppercase;
        font-weight: normal;
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 16.66667%;
        float: left; } }
  .single-main > .post .entry-title,
  .single-main > .bon_issues_posts .entry-title {
    font-family: "Archive Pro Roman", serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 2.625rem;
    text-align: center; }
    @media only screen and (min-width: 40.063em) {
      .single-main > .post .entry-title,
      .single-main > .bon_issues_posts .entry-title {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 66.66667%;
        float: left;
        font-family: "Archive Pro Roman", serif;
        font-size: 54px;
        font-weight: normal;
        line-height: 3.75rem;
        letter-spacing: 0.02em;
        word-spacing: 0em;
        text-align: center; } }
  .single-main > .post .author-and-date,
  .single-main > .bon_issues_posts .author-and-date {
    margin-top: 0.75rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    text-align: center; }
    .single-main > .post .author-and-date .author,
    .single-main > .post .author-and-date .date,
    .single-main > .bon_issues_posts .author-and-date .author,
    .single-main > .bon_issues_posts .author-and-date .date {
      font-family: "Archive Pro Roman", serif;
      font-size: 20px;
      font-weight: normal;
      line-height: 1.875rem;
      word-spacing: -0.05em;
      text-indent: 0; }
  .single-main > .post .entry-social,
  .single-main > .bon_issues_posts .entry-social {
    display: none;
    position: absolute; }
    @media only screen and (min-width: 64.063em) {
      .single-main > .post .entry-social,
      .single-main > .bon_issues_posts .entry-social {
        display: block;
        padding-left: 0;
        padding-right: 0;
        width: 8.33333%;
        float: left;
        padding-right: 2em; } }
  .single-main > .post .entry-footer,
  .single-main > .bon_issues_posts .entry-footer {
    margin-top: 3rem;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
    float: left;
    padding: 0 1.25rem; }
    .single-main > .post .entry-footer p,
    .single-main > .bon_issues_posts .entry-footer p {
      font-family: "Archive Pro Roman", serif;
      font-size: 16px;
      line-height: 1.5rem; }
  @media only screen and (min-width: 40.063em) {
    .single-main > .post p,
    .single-main > .bon_issues_posts p {
      font-family: "Archive Pro Roman", serif;
      font-size: 20px;
      line-height: 30px; } }
  .single-main > .post p + p,
  .single-main > .bon_issues_posts p + p {
    text-indent: 48px; }
  .single-main > .post h2,
  .single-main > .bon_issues_posts h2 {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 16px;
    line-height: 1.5rem;
    text-transform: uppercase; }
  .single-main > .post .faktaruta,
  .single-main > .bon_issues_posts .faktaruta {
    background: #ade5ff;
    margin: 24px;
    padding: 24px; }
    @media only screen and (min-width: 40.063em) {
      .single-main > .post .faktaruta,
      .single-main > .bon_issues_posts .faktaruta {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.33333%;
        float: left; } }
    .single-main > .post .faktaruta p,
    .single-main > .bon_issues_posts .faktaruta p {
      font-size: 16px;
      text-indent: 0; }
    .single-main > .post .faktaruta p.questionp,
    .single-main > .bon_issues_posts .faktaruta p.questionp {
      padding-left: 0; }
    .single-main > .post .faktaruta h2,
    .single-main > .bon_issues_posts .faktaruta h2 {
      margin-bottom: 24px; }
  .single-main > .post iframe,
  .single-main > .bon_issues_posts iframe {
    max-width: 100% !important; }

.single-main .type-post .entry-content {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content p, .entry-content ul, .entry-content hr,
.entry-footer h1,
.entry-footer h2,
.entry-footer h3,
.entry-footer h4,
.entry-footer h5,
.entry-footer h6,
.entry-footer p,
.entry-footer ul,
.entry-footer hr {
  max-width: 42.5rem;
  margin: 0 auto; }

.entry-content a,
.entry-footer a {
  color: #00ADFF; }

figure {
  text-align: center;
  margin: 1.5rem 0; }
  @media only screen and (min-width: 64.063em) {
    figure {
      text-align: center; }
      figure img {
        max-width: 100%; } }
  figure figcaption {
    font-size: 16px;
    line-height: 22px;
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    margin: 1.5rem 0; }

@media only screen and (min-width: 64.063em) {
  .single-main > .post img.fullwidth,
  .bon_blogs > .entry-content img.fullwidth {
    width: 60rem;
    max-width: 62.5rem;
    margin-left: -10.41667rem; } }

.single-main div.slick-orbit {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black; }
  .single-main div.slick-orbit figure {
    max-width: 100%; }
    .single-main div.slick-orbit figure img {
      max-height: 400px;
      max-width: 100%;
      margin: 0px auto; }
      @media only screen and (min-width: 64.063em) {
        .single-main div.slick-orbit figure img {
          max-height: 600px; } }

.entry-content ul.slick-dots {
  max-width: 100%;
  bottom: -10px;
  clear: both; }
  .entry-content ul.slick-dots li {
    height: 20px;
    margin: 0; }
  .entry-content ul.slick-dots li button:before {
    width: 19px;
    height: 19px; }

.single-bon_se_film .single-main > .hentry.bon_se_film header {
  text-align: center; }

.single-bon_se_film .single-main > .hentry.bon_se_film .entry-pre-title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 14px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal; }

.single-bon_se_film .single-main > .hentry.bon_se_film .entry-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 2.625rem;
  line-height: 3rem; }

.single-bon_se_film .aside-title {
  font-family: "Archive Pro Roman", serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.875rem;
  word-spacing: -0.05em; }
  .single-bon_se_film .aside-title .title-label {
    font-size: 0.8em; }

/* *************
/* REDAKTION
/* *************/
div#about-left {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 64.063em) {
    div#about-left {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; } }

div#about-right {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left;
  padding-bottom: 50px; }
  @media only screen and (min-width: 64.063em) {
    div#about-right {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left;
      border-left: 1px solid black;
      padding-top: 50px;
      padding-bottom: 50px;
      float: left; } }

.aboutbon .medium-title {
  font-size: 36px;
  line-height: 36px;
  margin-top: 30px;
  margin-bottom: 30px; }

@media only screen and (min-width: 64.063em) {
  div#about-right .medium-title {
    margin-left: 160px; } }

.aboutbon {
  line-height: 30px; }

.aboutbon p {
  font-family: 'Fortescue Regular';
  font-size: 20px;
  text-indent: 20px; }

.aboutbon img {
  display: block;
  width: 220px;
  height: 300px;
  border: 1px solid #ccc; }
  @media only screen and (min-width: 64.063em) {
    .aboutbon img {
      float: left; } }

.aboutbon p.intro-text {
  font-family: 'Value Sans Regular';
  text-indent: 0; }

.margintop {
  margin-top: 30px; }

.aboutbon hr {
  width: 140px;
  height: 5px;
  background-color: black;
  margin: 28px 0 27px 0; }

@media only screen and (min-width: 64.063em) {
  div#about-right hr {
    margin-left: 160px; } }

.aboutbon .small-title {
  font-family: 'Value Sans Regular';
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 16px; }

@media only screen and (min-width: 64.063em) {
  div.about-list {
    margin-left: 240px; } }

/* LANDING */
.landing {
  padding: 1.5rem 20px; }
  @media only screen and (min-width: 40.063em) {
    .landing {
      padding: 1.5rem 0; } }

/* POSTER */
#poster {
  position: relative;
  height: 70vh;
  overflow: hidden;
  margin-top: 48px; }
  @media only screen and (min-width: 40.063em) {
    #poster {
      margin: 0;
      height: 56.25vw;
      max-height: 56.25vw; } }
  #poster .slick-dots {
    position: absolute;
    bottom: 8px; }
  #poster .posterimage {
    height: 70vh; }
    @media only screen and (min-width: 40.063em) {
      #poster .posterimage {
        height: 56.25vw; } }
  #poster .posterimage img {
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover; }
    @media only screen and (min-width: 40.063em) {
      #poster .posterimage img {
        height: 100%;
        width: auto;
        max-width: 100%;
        min-width: 60%;
        margin: 0px auto; } }
  #poster .postermeta {
    /* let it fill the whole container */
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: white !important;
    background: rgba(0, 0, 0, 0.1); }
    #poster .postermeta a {
      color: white; }
    #poster .postermeta .centered {
      position: absolute;
      right: 0;
      left: 0;
      top: 50%;
      -o-transform: translateY(-50%);
         transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      color: #fff; }
    #poster .postermeta .section {
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      text-transform: uppercase;
      font-size: 1rem;
      margin-bottom: 0.75rem;
      text-align: center;
      width: 100%;
      color: white; }
      @media only screen and (min-width: 40.063em) {
        #poster .postermeta .section {
          font-size: 2vw;
          margin-bottom: 0; } }
      #poster .postermeta .section a {
        color: white; }
    #poster .postermeta .title {
      font-family: "Archive Pro Roman", serif;
      font-size: 1.8rem;
      line-height: 1.5rem;
      margin-bottom: 0.75rem;
      width: 70%;
      margin: 0px auto;
      margin-bottom: 1.5rem;
      color: fff; }
      @media only screen and (min-width: 40.063em) {
        #poster .postermeta .title {
          font-size: 7.5vw;
          line-height: 6.5vw;
          margin-bottom: 1.5vw; } }
      #poster .postermeta .title a {
        color: white; }
    #poster .postermeta p {
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 1rem;
      width: 90%;
      margin-bottom: 1.5rem;
      margin: 0 auto; }
      @media only screen and (min-width: 40.063em) {
        #poster .postermeta p {
          display: block;
          font-size: 2vw;
          width: 70vw;
          line-height: 2.5vw;
          margin-bottom: 1vw; } }
    #poster .postermeta .author {
      font-size: 1rem; }
      @media only screen and (min-width: 40.063em) {
        #poster .postermeta .author {
          display: block;
          font-size: 1.5vw;
          width: 70vw;
          line-height: 2vw;
          margin: 0 auto; } }
  #poster .postermeta:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
  #poster .featuredvideo {
    height: 100%; }
    @media only screen and (min-width: 40.063em) {
      #poster .featuredvideo {
        width: 100%;
        height: auto; } }

#poster.black .postermeta {
  color: black !important; }
  #poster.black .postermeta a {
    color: black !important; }
  #poster.black .postermeta p {
    color: black !important; }
  #poster.black .postermeta header h1 {
    color: black !important; }

#cover .post {
  margin-bottom: 2.25rem; }
  #cover .post header {
    padding: 0 0.5em;
    text-align: center; }
    #cover .post header .section {
      display: block; }
      @media only screen and (min-width: 40.063em) {
        #cover .post header .section {
          display: none; } }
    @media only screen and (min-width: 40.063em) {
      #cover .post header .author {
        line-height: 2.25rem;
        margin-bottom: 0.75rem; } }
    @media only screen and (min-width: 40.063em) {
      #cover .post header .front-page-template-3 .author {
        line-height: 1.5rem;
        margin-bottom: 0.75rem; } }
  #cover .post .main {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%;
    display: inline-block; }
    #cover .post .main:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
  #cover .post + .post {
    padding-top: 2.25rem;
    border-top: 1px solid; }

#cover .title {
  font-family: "Archive Pro Roman", serif;
  font-size: 26px;
  font-weight: normal;
  line-height: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    #cover .title {
      font-family: "Archive Pro Roman", serif;
      font-size: 36px;
      font-weight: normal;
      line-height: 2.625rem; } }

#cover .entry-excerpt p {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 16px;
  line-height: 1.5rem;
  word-spacing: -0.1em; }
  @media only screen and (min-width: 40.063em) {
    #cover .entry-excerpt p {
      font-family: "LLBrown", sans-serif;
      -ms-font-feature-settings: "ss01" 1;
      -o-font-feature-settings: "ss01" 1;
      font-feature-settings: "ss01" 1;
      font-size: 20px;
      line-height: 1.875rem; } }

@media only screen and (min-width: 40.063em) {
  #cover .entry-meta {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 16.66667%;
    float: left; } }

#cover .entry-meta .date {
  text-align: center;
  margin-bottom: 0.75rem; }
  @media only screen and (min-width: 40.063em) {
    #cover .entry-meta .date {
      text-align: left;
      margin-bottom: 0; } }

#cover .entry-meta .social-media {
  border-bottom: none;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    #cover .entry-meta .social-media {
      display: block; } }

@media only screen and (min-width: 40.063em) {
  #cover .entry-meta div {
    border-bottom: 1px solid;
    padding: 0.75rem 0; } }

#cover .entry-meta p {
  margin: 0;
  line-height: 1.5rem; }

#cover .entry-meta .section {
  padding-top: 0;
  display: none; }
  @media only screen and (min-width: 40.063em) {
    #cover .entry-meta .section {
      display: block; } }

#cover .thumbnail {
  text-align: center; }

#cover .front-page-template-1 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-1 .thumbnail {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      float: left; }
    #cover .front-page-template-1 .entry-excerpt {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.33333%;
      float: left; } }

#cover .front-page-template-2 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-2 .thumbnail {
      position: relative;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 50%;
      left: 33.33333%;
      right: auto;
      float: left; }
    #cover .front-page-template-2 .entry-excerpt {
      position: relative;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 33.33333%;
      right: 50%;
      left: auto;
      float: left; } }

#cover .front-page-template-3 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-3 {
      padding-left: 0;
      padding-right: 0;
      width: 50%;
      float: left;
      -webkit-box-shadow: 18px 17px 0px -17px black;
              box-shadow: 18px 17px 0px -17px black; }
      #cover .front-page-template-3 .thumbnail {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 66.66667%;
        float: left;
        margin-bottom: 0.75rem; }
      #cover .front-page-template-3 .entry-meta {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 33.33333%;
        float: left; } }
  #cover .front-page-template-3 .title {
    font-family: "Archive Pro Roman", serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 1.875rem; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-3 .entry-excerpt {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 100%;
      float: left; } }
  @media only screen and (min-width: 64.063em) {
    #cover .front-page-template-3 .entry-excerpt {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 66.66667%;
      float: left;
      margin-left: 33.33333% !important; } }
  #cover .front-page-template-3 div.body {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 12px;
    line-height: 1.125rem;
    word-spacing: -0.1em; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-3 .author {
      line-height: 1.5rem !important;
      margin-top: 0.375rem; } }
  #cover .front-page-template-3 + .front-page-template-3 {
    margin-right: 0;
    padding-left: 0; }
    @media only screen and (min-width: 40.063em) {
      #cover .front-page-template-3 + .front-page-template-3 {
        -webkit-box-shadow: 16px 17px 0px -17px black;
                box-shadow: 16px 17px 0px -17px black;
        margin-left: 1px;
        margin-right: -1px; }
        #cover .front-page-template-3 + .front-page-template-3 .thumbnail {
          position: relative;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          width: 66.66667%;
          right: 33.33333%;
          left: auto;
          float: left; }
        #cover .front-page-template-3 + .front-page-template-3 .entry-meta {
          position: relative;
          padding-left: 0.625rem;
          padding-right: 0.625rem;
          width: 33.33333%;
          left: 66.66667%;
          right: auto;
          float: left; } }
    @media only screen and (min-width: 64.063em) {
      #cover .front-page-template-3 + .front-page-template-3 .entry-excerpt {
        padding-left: 0.625rem;
        padding-right: 0.625rem;
        width: 66.66667%;
        float: left;
        margin-left: 0 !important; } }
    #cover .front-page-template-3 + .front-page-template-3 + .item:before {
      content: "";
      display: block;
      width: 120px;
      height: 20px;
      margin: 0 0 0 48px;
      clear: both;
      border-bottom: 4px solid;
      height: 0;
      margin-bottom: 1.5rem; }

#cover .front-page-template-4 {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-4 .thumbnail {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-bottom: 0.75rem; }
    #cover .front-page-template-4 .entry-excerpt {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: 16.66667% !important; } }

#cover .front-page-template-5.film {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 40.063em) {
    #cover .front-page-template-5.film .thumbnail {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left; }
    #cover .front-page-template-5.film .entry-excerpt {
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      width: 83.33333%;
      float: left;
      margin-left: 16.66667% !important; } }

#cover .front-page-template-3 + .front-page-template-3 + .item:before {
  content: "";
  display: block;
  width: 120px;
  height: 20px;
  margin: 0 0 0 48px;
  clear: both;
  border-bottom: 4px solid;
  height: 0;
  margin-bottom: 1.5rem; }

#cover .category-ad .entry-excerpt {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

.home .blog-list {
  border-top: 1px solid;
  padding-top: 1.5rem; }

.fullrow-bg {
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.15)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.15)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */ }

.cover-blogs {
  display: none; }
  @media only screen and (min-width: 40.063em) {
    .cover-blogs {
      margin: 0 auto;
      max-width: 62.5rem;
      width: 100%;
      display: inline-block;
      display: block;
      background: #ddd;
      padding-bottom: 10px; }
      .cover-blogs h1.blogs-top-h {
        font-family: "Archive Pro Roman", serif;
        font-size: 54px;
        font-weight: normal;
        line-height: 3.75rem;
        letter-spacing: 0.02em;
        word-spacing: 0em;
        text-align: center;
        padding: 1.5rem; } }

/* * * * * * * * *
 *
 * Featured Issue
 *
 * * * * * * * * */
.featured-issue__title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 20px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5rem;
  text-transform: none;
  margin-bottom: 0; }
  @media only screen and (min-width: 64.063em) {
    .featured-issue__title {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      float: left;
      position: relative;
      left: -50px;
      text-align: right; } }

.featured-issue__season {
  display: block; }

.featured-issue__cover-container {
  margin-bottom: 4.5rem; }

.featured-issue__cover {
  text-align: center; }
  .featured-issue__cover img {
    max-height: 60vh;
    margin: 0 auto;
    border: 1px solid;
    -webkit-box-shadow: 5px 5px #bbb;
            box-shadow: 5px 5px #bbb; }

.featured-issue__description {
  margin-top: 24px;
  margin-bottom: 48px; }
  .featured-issue__description,
  .featured-issue__description p {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 20px;
    line-height: 1.875rem; }
    @media xs {
      .featured-issue__description,
      .featured-issue__description p {
        font-size: 16px;
        line-height: 1.5rem; } }

.featured-issue__list {
  background: #f2f2f2;
  margin-left: -7.5rem;
  margin-right: -7.5rem;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  padding-top: 1.5rem; }
  .featured-issue__list .blog-list {
    display: block; }

.featured-issue__list-title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 20px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5rem; }
  @media only screen and (min-width: 64.063em) {
    .featured-issue__list-title {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      float: left;
      position: relative;
      left: -50px;
      text-align: right; } }

/* * * * * * * * *
 *
 * Previous Issues
 *
 * * * * * * * * */
.previous-issues {
  padding-top: 3rem; }

.previous-issues__title {
  font-family: "LLBrown", sans-serif;
  -ms-font-feature-settings: "ss01" 1;
  -o-font-feature-settings: "ss01" 1;
  font-feature-settings: "ss01" 1;
  font-size: 20px;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 24px;
  text-align: center;
  line-height: 1.5rem; }
  @media only screen and (min-width: 64.063em) {
    .previous-issues__title {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      float: left;
      position: relative;
      left: -50px;
      text-align: right; } }
  .previous-issues__title span {
    -webkit-transform-origin: 20% 1000%;
        -ms-transform-origin: 20% 1000%;
         -o-transform-origin: 20% 1000%;
            transform-origin: 20% 1000%;
    -webkit-transform: rotate(-90deg) translate(32%);
        -ms-transform: rotate(-90deg) translate(32%);
         -o-transform: rotate(-90deg) translate(32%);
            transform: rotate(-90deg) translate(32%); }

.previous-issues__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .previous-issues__list .issue {
    min-width: 150px;
    margin-bottom: 1.5rem;
    text-align: center; }
  .previous-issues__list .issue__cover-container--multiple-covers {
    position: relative; }
    .previous-issues__list .issue__cover-container--multiple-covers > *:not(:first-child) {
      position: absolute;
      top: 0;
      -webkit-animation-duration: 3s;
           -o-animation-duration: 3s;
              animation-duration: 3s;
      -webkit-animation-name: alternate-visibilty;
           -o-animation-name: alternate-visibilty;
              animation-name: alternate-visibilty;
      -webkit-animation-iteration-count: infinite;
           -o-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-direction: alternate;
           -o-animation-direction: alternate;
              animation-direction: alternate; }
  .previous-issues__list .issue__cover {
    border: 1px solid;
    -webkit-box-shadow: 3px 3px #bbb;
            box-shadow: 3px 3px #bbb; }

@-webkit-keyframes alternate-visibilty {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@-o-keyframes alternate-visibilty {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes alternate-visibilty {
  0% {
    opacity: 0; }
  40% {
    opacity: 0; }
  60% {
    opacity: 1; }
  100% {
    opacity: 1; } }

/* Styles for /blogs/[blogger-name] */
.blog-list,
.bon-blog-list {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  display: inline-block;
  position: relative; }
  .blog-list:after,
  .bon-blog-list:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.post-type-archive-bon_blogs .inner-wrap-row, .single-bon_blogs .inner-wrap-row {
  padding: 0 1.25rem; }

body.post-type-archive-bon_blogs .inner-wrap,
body.single-bon_blogs .inner-wrap {
  padding-top: 0; }

body.post-type-archive-bon_blogs .entry-content a,
body.single-bon_blogs .entry-content a {
  color: #00ADFF; }

.title-header-bon_blogs {
  z-index: 98;
  top: -1220px;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  width: calc(100% + 2.5rem);
  background: white;
  height: auto; }
  .title-header-bon_blogs.stuck {
    position: fixed;
    max-width: 1000px; }
  .title-header-bon_blogs h1 {
    font-family: "Archive Pro Roman", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.875rem;
    word-spacing: -0.05em;
    margin-bottom: 0;
    padding-top: 24%;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; }
    .title-header-bon_blogs h1 a {
      color: black;
      size: 1px;
      display: block;
      text-indent: -9999px;
      margin-top: -24%;
      padding-top: 16%; }
      @media only screen and (min-width: 64.063em) {
        .title-header-bon_blogs h1 a {
          font-family: "Archive Pro Roman", serif;
          font-size: 36px;
          font-weight: normal;
          line-height: 2.625rem;
          color: white;
          display: block;
          border-bottom: none;
          text-indent: 0;
          padding-top: 18%; } }
  .title-header-bon_blogs p {
    display: none;
    margin-left: 10px;
    margin-top: -5px;
    color: white; }
    @media only screen and (min-width: 90.063em) {
      .title-header-bon_blogs p {
        margin-left: 20px; } }
  .title-header-bon_blogs img {
    margin-top: 0;
    max-width: 100%;
    border-bottom: 10px solid white; }

.bon-blog-menu-container {
  text-align: center; }
  .bon-blog-menu-container ul {
    border-bottom: 1px solid black;
    margin: 0 0 0.75rem;
    list-style: none; }
    @media only screen and (min-width: 64.063em) {
      .bon-blog-menu-container ul {
        margin: 0.75rem 0 0.75rem;
        border-bottom: none; } }
  .bon-blog-menu-container li {
    display: inline-block;
    margin-right: 1em; }
    .bon-blog-menu-container li:last-child {
      margin-right: 0; }
  .bon-blog-menu-container a {
    font-family: "LLBrown", sans-serif;
    -ms-font-feature-settings: "ss01" 1;
    -o-font-feature-settings: "ss01" 1;
    font-feature-settings: "ss01" 1;
    font-size: 14px;
    line-height: 1.125rem;
    text-transform: uppercase;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.06em; }
    @media only screen and (min-width: 64.063em) {
      .bon-blog-menu-container a {
        font-family: "LLBrown", sans-serif;
        -ms-font-feature-settings: "ss01" 1;
        -o-font-feature-settings: "ss01" 1;
        font-feature-settings: "ss01" 1;
        font-size: 16px;
        line-height: 1.5rem; } }

.hentry.bon_blogs {
  margin-top: 1.5rem; }
  .hentry.bon_blogs + .hentry.bon_blogs {
    margin-top: 4.5rem; }
  .hentry.bon_blogs .entry-title {
    margin-top: 1.5rem;
    font-family: "Archive Pro Roman", serif;
    font-size: 36px;
    font-weight: normal;
    line-height: 2.625rem;
    text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .hentry.bon_blogs .entry-title {
        font-family: "Archive Pro Roman", serif;
        font-size: 54px;
        font-weight: normal;
        line-height: 3.75rem;
        letter-spacing: 0.02em;
        word-spacing: 0em;
        text-align: center; } }
  .hentry.bon_blogs .date {
    text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .hentry.bon_blogs .date {
        margin-top: 0.75rem; } }
  .hentry.bon_blogs .author {
    display: none; }
  .hentry.bon_blogs .entry-content p {
    font-family: "Archive Pro Roman", serif;
    font-size: 16px;
    line-height: 1.5rem;
    margin-top: 1.5rem; }
    @media only screen and (min-width: 40.063em) {
      .hentry.bon_blogs .entry-content p {
        font-family: "Archive Pro Roman", serif;
        font-size: 20px;
        line-height: 30px; } }
  .hentry.bon_blogs .entry-footer {
    max-width: 42.5rem;
    margin: 1.5rem auto; }
  .hentry.bon_blogs .entry-social {
    display: none; }
    @media only screen and (min-width: 64.063em) {
      .hentry.bon_blogs .entry-social {
        display: block;
        margin-top: 1.5rem; } }
    .hentry.bon_blogs .entry-social span {
      margin: 0 20px 0 0;
      padding: 0; }

#disqus_thread {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
  float: left; }

#nav-below {
  clear: both;
  display: block; }

.archive-compact .date-separator {
  margin-top: 1.5rem;
  max-width: 42.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4px; }

.archive-compact .hentry.bon_blogs {
  margin-top: 0; }
  .archive-compact .hentry.bon_blogs h2.entry-title {
    font-family: "Archive Pro Roman", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.875rem;
    word-spacing: -0.05em;
    text-align: left;
    max-width: 42.5rem;
    margin: 0 auto; }

.archive-compact .blog-archive-header {
  max-width: 42.5rem;
  margin-right: auto;
  margin-left: auto; }
  .archive-compact .blog-archive-header .the-day {
    float: left;
    margin-left: -43px;
    width: 43px;
    padding-right: 8px;
    text-align: right;
    line-height: 1.875rem; }
  .archive-compact .blog-archive-header .the-day::after {
    content: ":"; }
  .archive-compact .blog-archive-header .entry-title {
    font-family: "Archive Pro Roman", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.875rem;
    word-spacing: -0.05em; }
    .archive-compact .blog-archive-header .entry-title a {
      color: #00ADFF; }

button:focus {
  outline: none; }

.inner-wrap-row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  display: inline-block;
  display: block;
  background: white;
  padding: 1.25rem; }
  .inner-wrap-row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

a.read-more {
  color: #00ADFF; }

.flex-video {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 56.34%;
  padding-top: 1.5625rem;
  position: relative; }
  .flex-video.widescreen {
    padding-bottom: 56.34%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }
