@charset "UTF-8";
/**
 * NOTE:
 * This the entry point to SCSS files in the application. If
 * a style file needs to be included, this is where you do it.
 * Please include all stylesheets within the .body-content
 * block. This will protect styles from being overwritten by
 * assigning it to a scope.
 *
 * IMPORTANT:
 * It is VERY important that you try and keep most things in
 * $variables defined below under the "Application-Specific
 * Variables". Doing so will make it so easy to modify things
 * in the future. This includes: fonts, colors, background
 * images, padding, margin, heights, etc.
 */
meta.foundation-version {
  font-family: "/5.4.3/"; }

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

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

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

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  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;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

body {
  background: #fff;
  color: #eeeeee;
  padding: 0;
  margin: 0;
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto; }

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 {
  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; }

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

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 66.25rem; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; } }
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto; }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }
.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 1.25rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #ffffff;
  border-color: #dbdbdb;
  color: #0d0d0d; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 0.3125rem; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #262626;
    border-color: #212121;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #0d0d0d; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #9d9d9d;
  border-color: #8e8e8e;
  border-radius: 0.3125rem; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #ffffff; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #ffffff; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #333333;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #cccccc; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #333333; }
  button.secondary, .button.secondary {
    background-color: #262626;
    border-color: #1e1e1e;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #1e1e1e; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 0.3125rem; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #ffffff;
    border-color: #cccccc;
    color: #333333;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #cccccc; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #333333; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #ffffff; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #262626;
      border-color: #1e1e1e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #1e1e1e; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #FFFFFF; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #262626; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43ac6a;
      border-color: #368a55;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43ac6a; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        margin: 0 -2px;
        float: left;
        display: inline-block;
        display: block;
        margin: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0px;
          margin: 0;
          display: block; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
      -webkit-border-bottom-left-radius: 0.3125rem;
      -webkit-border-top-left-radius: 0.3125rem;
      border-bottom-left-radius: 0.3125rem;
      border-top-left-radius: 0.3125rem; }
    .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
      -webkit-border-bottom-right-radius: 0.3125rem;
      -webkit-border-top-right-radius: 0.3125rem;
      border-bottom-right-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 0.3125rem;
      -webkit-top-right-radius: 0.3125rem;
      border-top-left-radius: 0.3125rem;
      border-top-right-radius: 0.3125rem; }
    .button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 0.3125rem;
      -webkit-bottom-right-radius: 0.3125rem;
      border-bottom-left-radius: 0.3125rem;
      border-bottom-right-radius: 0.3125rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 0.3125rem;
        -webkit-border-top-left-radius: 0.3125rem;
        border-bottom-left-radius: 0.3125rem;
        border-top-left-radius: 0.3125rem; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 0.3125rem;
        -webkit-border-top-right-radius: 0.3125rem;
        border-bottom-right-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 0.3125rem;
        -webkit-top-right-radius: 0.3125rem;
        border-top-left-radius: 0.3125rem;
        border-top-right-radius: 0.3125rem; }
      .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 0.3125rem;
        -webkit-bottom-right-radius: 0.3125rem;
        border-bottom-left-radius: 0.3125rem;
        border-bottom-right-radius: 0.3125rem; } }
  .button-group.round > * {
    margin: 0 -2px;
    float: left;
    display: inline-block; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
      -webkit-border-bottom-left-radius: 1000px;
      -webkit-border-top-left-radius: 1000px;
      border-bottom-left-radius: 1000px;
      border-top-left-radius: 1000px; }
    .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0px;
      margin: 0;
      display: block; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.063em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-border-bottom-left-radius: 1000px;
        -webkit-border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        border-top-left-radius: 1000px; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      float: left;
      display: inline-block;
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0px;
        margin: 0;
        display: block; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    margin: 0 -2px;
    float: left;
    display: inline-block;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }
.button-bar:after {
  clear: both; }
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .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;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

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

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

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

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

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .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 {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.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: 0.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 {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .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;
          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: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent transparent transparent #FFFFFF;
      border-left-style: solid;
      position: absolute;
      top: 10px;
      right: -12px;
      left: auto;
      z-index: 89; }
    .f-dropdown.drop-left:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent transparent transparent #cccccc;
      border-left-style: solid;
      position: absolute;
      top: 9px;
      right: -14px;
      left: auto;
      z-index: 88; }
  .f-dropdown.drop-top {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 0.3125rem; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .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; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:after, button.dropdown:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .dropdown.button:after, button.dropdown:after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:after, button.dropdown:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:after, button.dropdown.small:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:after, button.dropdown.large:after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select::-ms-expand {
  display: none; }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.3125rem;
  -webkit-border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.3125rem;
  -webkit-border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem; }

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  background-color: #FFFFFF;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled,
  input[type="password"]:disabled,
  input[type="date"]:disabled,
  input[type="datetime"]:disabled,
  input[type="datetime-local"]:disabled,
  input[type="month"]:disabled,
  input[type="week"]:disabled,
  input[type="email"]:disabled,
  input[type="number"]:disabled,
  input[type="search"]:disabled,
  input[type="tel"]:disabled,
  input[type="time"]:disabled,
  input[type="url"]:disabled,
  input[type="color"]:disabled,
  textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"],
  input[type="password"][disabled],
  input[type="password"][readonly], fieldset[disabled]
  input[type="password"],
  input[type="date"][disabled],
  input[type="date"][readonly], fieldset[disabled]
  input[type="date"],
  input[type="datetime"][disabled],
  input[type="datetime"][readonly], fieldset[disabled]
  input[type="datetime"],
  input[type="datetime-local"][disabled],
  input[type="datetime-local"][readonly], fieldset[disabled]
  input[type="datetime-local"],
  input[type="month"][disabled],
  input[type="month"][readonly], fieldset[disabled]
  input[type="month"],
  input[type="week"][disabled],
  input[type="week"][readonly], fieldset[disabled]
  input[type="week"],
  input[type="email"][disabled],
  input[type="email"][readonly], fieldset[disabled]
  input[type="email"],
  input[type="number"][disabled],
  input[type="number"][readonly], fieldset[disabled]
  input[type="number"],
  input[type="search"][disabled],
  input[type="search"][readonly], fieldset[disabled]
  input[type="search"],
  input[type="tel"][disabled],
  input[type="tel"][readonly], fieldset[disabled]
  input[type="tel"],
  input[type="time"][disabled],
  input[type="time"][readonly], fieldset[disabled]
  input[type="time"],
  input[type="url"][disabled],
  input[type="url"][readonly], fieldset[disabled]
  input[type="url"],
  input[type="color"][disabled],
  input[type="color"][readonly], fieldset[disabled]
  input[type="color"],
  textarea[disabled],
  textarea[readonly], fieldset[disabled]
  textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  input[type="color"].radius,
  textarea.radius {
    border-radius: 0.3125rem; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.3125rem;
  -webkit-border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.3125rem;
  -webkit-border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0.3125rem;
  -webkit-border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
  border-top-left-radius: 0.3125rem; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0.3125rem;
  -webkit-border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
  border-top-right-radius: 0.3125rem; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select.radius {
    border-radius: 0.3125rem; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 40.063em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > *:hover {
    background: #ffffff; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }

.icon-bar.two-up .item {
  width: 50%; }
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }
.icon-bar.three-up .item {
  width: 33.3333%; }
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }
.icon-bar.four-up .item {
  width: 25%; }
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }
.icon-bar.five-up .item {
  width: 20%; }
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }
.icon-bar.six-up .item {
  width: 16.66667%; }
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }
@media only screen and (min-width: 40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 0.3125rem; }

.label {
  font-weight: normal;
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #ffffff;
  color: #333333; }
  .label.radius {
    border-radius: 0.3125rem; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43ac6a;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #262626;
    color: #FFFFFF; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin: 0% !important;
    opacity: 1 !important; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }

  .orbit-timer {
    display: none; }

  .orbit-next, .orbit-prev {
    display: none; }

  .orbit-bullets {
    display: none; } }
ul.pagination {
  display: block;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 0.3125rem;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    ul.pagination li:hover a,
    ul.pagination li a:focus, ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #ffffff;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #ffffff; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #e3e3e3;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: white;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #ffffff; }
  .panel.radius {
    border-radius: 0.3125rem; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #ffffff;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #262626;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 0.3125rem; }
    .progress.radius .meter {
      border-radius: -0.6875rem; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 0.3125rem; }
    .range-slider.radius .range-slider-handle {
      background: #ffffff;
      border-radius: 0.3125rem; }
      .range-slider.radius .range-slider-handle:hover {
        background: #e0e0e0; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #ffffff;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #e0e0e0; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: default;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #ffffff;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #e0e0e0; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #262626; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #ffffff; }
  .range-slider-handle:hover {
    background: #e0e0e0; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 0.3125rem;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 0.3125rem; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 66.25rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0 !important; }
    @media only screen and (min-width: 40.063em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 66.25rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.5rem;
    right: 0.6875rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #ffffff;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: white; }
    .side-nav li.active > a:first-child:not(.button) {
      color: white;
      font-weight: normal;
      font-family: Tahoma, Verdana, Geneva, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #ffffff;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 0.3125rem;
    -webkit-border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      font-weight: normal;
      background: #ffffff;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #dbdbdb; }

.switch {
  padding: 0;
  border: none;
  position: relative; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #ffffff; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #ffffff; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.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: #ffffff;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #dbdbdb; }
  a img {
    border: none; }

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

/* 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 {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #bebebe;
  border-width: 1px;
  border-style: solid;
  border-color: #ababab;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

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

/* 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; }
ul.no-bullet {
  list-style: none; }

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

/* 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: #eeeeee;
  border-bottom: 1px dotted #DDDDDD;
  cursor: help; }

abbr {
  text-transform: none; }

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

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* 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.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; }

  h5 {
    font-size: 1.125rem; }

  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)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    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.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd, .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover, .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active a, .tabs .tab-title.active a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a, .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 0.3125rem;
    -webkit-border-top-left-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
    border-top-left-radius: 0.3125rem; }
  .tabs.radius dd:last-child a, .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 0.3125rem;
    -webkit-border-top-right-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    border-top-right-radius: 0.3125rem; }
  .tabs.vertical dd, .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 1.25rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 1.25rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 1.25rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.5); }
  .th.radius {
    border-radius: 0.3125rem; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #737373;
    color: #ffffff; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 0.3125rem; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #ffffff !important;
    border-bottom: dotted 1px #737373 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

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

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

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.8rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #FFFFFF;
        width: 75%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 40px 0 15px;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 15px;
          box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a::after {
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #FFFFFF;
      padding: 12px 0 12px 0;
      padding-left: 15px;
      font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 15px;
        padding-left: 15px;
        background-color: #ffffff;
        border-color: #cccccc;
        color: #333333; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #cccccc; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #262626;
        border-color: #1e1e1e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #1e1e1e; }
        .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: #43ac6a;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .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: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .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 > button {
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px;
      background-color: #ffffff;
      border-color: #cccccc;
      color: #333333; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #cccccc; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #333333; }
      .top-bar-section ul li > button.secondary {
        background-color: #262626;
        border-color: #1e1e1e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #1e1e1e; }
        .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: #43ac6a;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .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: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #272727;
      color: #FFFFFF; }
    .top-bar-section ul li.active > a {
      background: #ffffff;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #dbdbdb;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      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 {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .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: #FFFFFF;
          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 15px; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.063em) {
  .top-bar {
    background: #333333;
    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 {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333; }

  .contain-to-grid .top-bar {
    max-width: 66.25rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .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: #272727;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #333333; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #272727; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      color: #FFFFFF;
      background: #ffffff; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #dbdbdb;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 35px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -1px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 45px;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #FFFFFF;
        background-color: #555555;
        background: #272727; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #4e4e4e;
      clear: none;
      height: 45px;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      padding: 0 15px;
      height: 45px; }
    .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: #272727;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #ffffff;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: 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: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

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

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

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    .tab-bar-section.left, .tab-bar-section.right {
      text-align: left; } }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0px 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0px 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

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

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

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

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

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

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

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

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

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

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table; }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important; }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  table.show-for-print {
    display: table; }

  thead.show-for-print {
    display: table-header-group !important; }

  tbody.show-for-print {
    display: table-row-group !important; }

  tr.show-for-print {
    display: table-row !important; }

  td.show-for-print {
    display: table-cell !important; }

  th.show-for-print {
    display: table-cell !important; } }
/*
 * Toastr
 * Version 2.0.1
 * Copyright 2012 John Papa and Hans Fjällemark.
 * All Rights Reserved.
 * Use, reproduction, distribution, and modification of this code is subject to the terms and
 * conditions of the MIT license, available at http://www.opensource.org/licenses/mit-license.php
 *
 * Author: John Papa and Hans Fjällemark
 * Project: https://github.com/CodeSeven/toastr
 */
.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #ffffff; }

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px #999999;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > :hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51a351; }

.toast-error {
  background-color: #bd362f; }

.toast-info {
  background-color: #2f96b4; }

.toast-warning {
  background-color: #f89406; }

/*Responsive Design*/
@media all and (max-width: 239px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 240px) and (max-width: 479px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }
@media all and (min-width: 480px) and (max-width: 767px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-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; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../../static/dist/img/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/public/static/dist/fonts/slick.eot');
  src: url('/public/static/dist/fonts/slick.eot?#iefix') format("embedded-opentype"), url('/public/static/dist/fonts/slick.woff') format("woff"), url('/public/static/dist/fonts/slick.ttf') format("truetype"), url('/public/static/dist/fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  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: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -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: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    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: 0px;
      font-size: 0px;
      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;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr; }
  .datepicker.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    display: none;
    min-width: 160px;
    list-style: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    color: #333;
    font-size: 13px;
    line-height: 18px; }
    .datepicker.dropdown-menu th {
      padding: 4px 5px; }
    .datepicker.dropdown-menu td {
      padding: 4px 5px; }
  .datepicker table {
    border: 0;
    margin: 0;
    width: auto; }
    .datepicker table tr td span {
      display: block;
      width: 23%;
      height: 54px;
      line-height: 54px;
      float: left;
      margin: 1%;
      cursor: pointer; }
  .datepicker td {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker td.active.day, .datepicker td.active.year {
      background: #2ba6cb; }
    .datepicker td.old, .datepicker td.new {
      color: #999; }
    .datepicker td span.active {
      background: #2ba6cb; }
    .datepicker td.day.disabled {
      color: #eee; }
  .datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: 0;
    font-size: 12px;
    padding: 4px 8px;
    background: #fff;
    cursor: pointer; }
    .datepicker th.active.day, .datepicker th.active.year {
      background: #2ba6cb; }
    .datepicker th.date-switch {
      width: 145px; }
    .datepicker th span.active {
      background: #2ba6cb; }
  .datepicker .cw {
    font-size: 10px;
    width: 12px;
    padding: 0 2px 0 5px;
    vertical-align: middle; }
  .datepicker.days div.datepicker-days {
    display: block; }
  .datepicker.months div.datepicker-months {
    display: block; }
  .datepicker.years div.datepicker-years {
    display: block; }
  .datepicker thead tr:first-child th {
    cursor: pointer; }
    .datepicker thead tr:first-child th.cw {
      cursor: default;
      background-color: transparent; }
  .datepicker tfoot tr:first-child th {
    cursor: pointer; }

.datepicker-inline {
  width: 220px; }

.datepicker-rtl {
  direction: rtl; }
  .datepicker-rtl table tr td span {
    float: right; }

.datepicker-dropdown {
  top: 0;
  left: 0; }
  .datepicker-dropdown:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 6px; }
  .datepicker-dropdown:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    top: -6px;
    left: 7px; }

.datepicker > div,
.datepicker-dropdown::before,
.datepicker-dropdown::after {
  display: none; }

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none; }

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent; }

@font-face {
  font-family: "Keek Icons";
  src: url("../../../static/dist/fonts/keek-icons/keek-icons.eot");
  src: url("../../../static/dist/fonts/keek-icons/keek-icons.eot?#iefix") format("embedded-opentype"), url("../../../static/dist/fonts/keek-icons/keek-icons.woff") format("woff"), url("../../../static/dist/fonts/keek-icons/keek-icons.ttf") format("truetype"), url("../../../static/dist/fonts/keek-icons/keek-icons.svg#keek-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "Keek Icons", sans-serif !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="kicon-"]:before,
[class*=" kicon-"]:before {
  font-family: "Keek Icons", sans-serif !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.kicon-back:before {
  content: "\e000"; }

.kicon-comment-video:before {
  content: "\e001"; }

.kicon-messenger:before {
  content: "\e002"; }

.kicon-happyface:before {
  content: "\e003"; }

.kicon-submit-message:before {
  content: "\e004"; }

.kicon-android:before {
  content: "\e005"; }

.kicon-apple:before {
  content: "\e006"; }

.kicon-facebook-circle:before {
  content: "\e007"; }

.kicon-facebook:before {
  content: "\e008"; }

.kicon-windows-store:before {
  content: "\e009"; }

.kicon-youtube-circle:before {
  content: "\e00a"; }

.kicon-google-plus-circle:before {
  content: "\e00b"; }

.kicon-twitter:before {
  content: "\e00c"; }

.kicon-twitter-circle:before {
  content: "\e00d"; }

.kicon-messenger-two:before {
  content: "\e00e"; }

.kicon-embed-two:before {
  content: "\e00f"; }

.kicon-embed:before {
  content: "\e03f"; }

.kicon-arrows-compress:before {
  content: "\e010"; }

.kicon-arrows-expand:before {
  content: "\e011"; }

.kicon-fast-forward:before {
  content: "\e012"; }

.kicon-pause:before {
  content: "\e013"; }

.kicon-play:before {
  content: "\e014"; }

.kicon-play-circle:before {
  content: "\e015"; }

.kicon-play-video:before {
  content: "\e016"; }

.kicon-shuffle:before {
  content: "\e017"; }

.kicon-rekeek:before {
  content: "\e018"; }

.kicon-like:before {
  content: "\e019"; }

.kicon-flag:before {
  content: "\e01b"; }

.kicon-add:before {
  content: "\e01c"; }

.kicon-add-green:before {
  content: "\e01c";
  color: #8bf400; }

.kicon-add-green {
  color: #8bf400; }

.kicon-alerts:before {
  content: "\e01d"; }

.kicon-categories:before {
  content: "\e01e"; }

.kicon-channel:before {
  content: "\e01f"; }

.kicon-close:before {
  content: "\e020"; }

.kicon-contest:before {
  content: "\e021"; }

.kicon-dropdown:before {
  content: "\e022"; }

.kicon-expand:before {
  content: "\e023"; }

.kicon-featured:before {
  content: "\e024"; }

.kicon-at-sign:before {
  content: "\e025"; }

.kicon-bookmark:before {
  content: "\e026"; }

.kicon-flame:before {
  content: "\e040"; }

.kicon-view:before {
  content: "\e027"; }

.kicon-lock:before {
  content: "\e028"; }

.kicon-prohibited:before {
  content: "\e029"; }

.kicon-refresh:before {
  content: "\e02a"; }

.kicon-view-results:before {
  content: "\e02b"; }

.kicon-share:before {
  content: "\e02c"; }

.kicon-unlock:before {
  content: "\e02d"; }

.kicon-upload-cloud:before {
  content: "\e02e"; }

.kicon-widget:before {
  content: "\e02f"; }

.kicon-view-grid:before {
  content: "\e030"; }

.kicon-hashtag:before {
  content: "\e031"; }

.kicon-history:before {
  content: "\e032"; }

.kicon-keek:before {
  content: "\e033"; }

.kicon-search:before {
  content: "\e034"; }

.kicon-trending:before {
  content: "\e035"; }

.kicon-user:before {
  content: "\e036"; }

.kicon-verified:before {
  content: "\e037"; }

.kicon-private:before {
  content: "\e038"; }

.kicon-minus:before {
  content: "\e039"; }

.kicon-check:before {
  content: "\e03a"; }

.kicon-sort:before {
  content: "\e03b"; }

.kicon-menu:before {
  content: "\e03c"; }

.kicon-torsos:before {
  content: "\e03d"; }

.kicon-page-edit:before {
  content: "\e03e"; }

.kicon-unmute:before {
  content: "\e041"; }

.kicon-mute:before {
  content: "\e042"; }

.kicon-first:before {
  content: "\e01a"; }

@font-face {
  font-family: 'Emoji';
  src: local("Android Emoji"), local("Segoe UI"), local(EmojiSymbols), local(Symbola), url("../../../static/dist/fonts/emoji-symbols/emoji-symbols.eot"), url("../../../static/dist/fonts/emoji-symbols/emoji-symbols.eot?#iefix") format("embedded-opentype"), url("../../../static/dist/fonts/emoji-symbols/emoji-symbols.ttf") format("truetype");
  unicode-range: U+1F300-1F5FF, U+1F600-1F64F, U+1F680-1F6FF, U+2600-26FF; }
/**
 * NOTE:
 * This file holds specific boilerplate styles that modify
 * the appearance of general elements like list, paragraphs
 * text line height, and image attributes. This file must not
 * contain any styles that are related to UI Design.
 */
ul, ol, dl {
  line-height: 1; }

.prefix, .postfix {
  padding: 0 5px; }

* {
  margin: 0; }

html, body {
  height: 100%; }

/**
 * NOTE:
 * This file contains general styles that are shared amongst
 * several elements in the DOM. For example: .clearfix, .pull-left,
 * .pull-right, etc. If a style is used across multiple elements,
 * it belongs here.
 */
.flip-h {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH"; }

.flip-v {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV"; }

.no-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default; }

.animate,
.animate * {
  outline: none;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.no-animate,
.no-animate *,
.no-transition,
.no-transition * {
  outline: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.full-width {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: none; }

.full-width-no-padding {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: none; }
  .full-width-no-padding > .columns {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.center-container {
  margin: 0 auto; }

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

.center {
  margin: 0 auto;
  text-align: center; }

.primary-text {
  color: #eeeeee; }

.secondary-text {
  color: #aaaaaa; }

.tertiary-text {
  color: #777777; }

.enable-emoji {
  font-family: 'Emoji', sans-serif !important; }

/**
 * NOTE:
 * Unlike the boilerplate.scss this file contains styles that
 * control the appearance of general elements that are related
 * to the actual UI Design.
 *
 * Z-Index Base Value Guide:
 * Site Elements
 *  1 - 49
 * Pop-up Modals
 *  40-99
 * Persistent Top Components
 *  100+
 */
body {
  width: 100%;
  height: 100%;
  margin: 0;
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  background: #1a1a1a; }

body,
p,
h1, h2, h3, h4, h5, h6,
a,
small {
  font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
  font-size: 0.78125rem;
  color: #eeeeee;
  line-height: 1rem; }

h1 {
  font-size: 2.5625rem;
  color: #eeeeee;
  line-height: 2.5625rem;
  text-transform: capitalize; }

h2 {
  font-size: 1.875rem;
  color: #eeeeee;
  line-height: 2.5625rem;
  text-transform: capitalize; }

h3 {
  font-size: 1.375rem;
  color: #eeeeee;
  line-height: 1.875rem;
  text-transform: capitalize; }

h4 {
  font-size: 1rem;
  color: #eeeeee;
  line-height: 1.375rem;
  text-transform: capitalize; }

h5 {
  font-size: 0.78125rem;
  font-weight: bold;
  color: #aaaaaa;
  line-height: 1rem;
  text-transform: uppercase; }

h6 {
  font-size: 0.78125rem;
  font-style: italic;
  color: #777777;
  line-height: 1rem;
  text-transform: uppercase; }

small {
  font-size: 0.65625rem;
  color: #777777; }

p {
  line-height: 1.375rem;
  letter-spacing: 0.01875rem; }

a,
a:active,
a:visited {
  color: #777777; }

a:hover,
a:focus,
a.selected {
  color: #eeeeee; }

a.light-anchor,
a.light-anchor:active,
a.light-anchor:visited {
  color: #eeeeee; }

a.light-anchor:hover,
a.light-anchor:focus,
a.light-anchor.selected {
  color: #ffffff; }

label input,
label textarea {
  margin-top: 0.625rem !important; }

.body-wrapper {
  min-height: 100%;
  margin: 0 auto -4.375rem; }

.body-push {
  height: 4.375rem; }

footer {
  min-height: 3.125rem; }

.body-content {
  position: relative;
  background-color: #262626;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.body-content > .columns {
  padding: 1.25rem; }

.kicon-verified:hover,
.kicon-verified:focus,
.kicon-verified:active {
  color: #ffffff; }

.dbg-console {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  position: relative;
  top: -200%;
  left: -200%; }

#tracking-container,
iframe[name="nativeLoaderIframe"] {
  position: relative;
  display: none; }

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

::selection {
  color: #262626;
  background: #eeeeee; }

::-moz-selection {
  color: #262626;
  background: #eeeeee; }

button, .button {
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.wait-loading {
  font-family: Arial, sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  line-height: 2.1875rem;
  color: #777777;
  text-align: center;
  display: block;
  opacity: 0.5; }

.imoji-art {
  max-width: 15.625rem;
  max-height: 15.625rem;
  display: block;
  margin: 0 auto; }

.uv-icon {
  visibility: hidden !important; }

header {
  width: 100%;
  height: 3.75rem;
  z-index: 49;
  border-bottom: solid 0.0625rem #444;
  position: fixed;
  top: 0;
  background: rgba(26, 26, 26, 0.5); }
  header > .row {
    line-height: 3.75rem; }
  header:before {
    width: 100%;
    height: 3.75rem;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    opacity: 1;
    background: url("../../../static/dist/img/header-top-tile.png") center -20px repeat-x; }
  header.takeover {
    background: rgba(26, 26, 26, 0.5); }
    header.takeover:before {
      width: 100%;
      height: 3.75rem;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      opacity: 0.75;
      background: url("../../../static/dist/img/header-top-tile.png") center -20px repeat-x; }
  header.scrolled {
    background-color: #1a1a1a;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  header.header-not-top {
    background-color: #1a1a1a;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
    header.header-not-top:before {
      display: none; }
  header.header-unpinned {
    top: -3.75rem; }
  header.header-pinned, header.header-force-pin {
    top: 0; }
  header.top-bar-active .logo-column,
  header.top-bar-active .actions-column {
    opacity: 0.20;
    cursor: default; }
    header.top-bar-active .logo-column *,
    header.top-bar-active .actions-column * {
      cursor: default; }
  header p, header a {
    font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
    line-height: 3.75rem;
    font-size: 1rem;
    color: #777777; }
  header a.selected {
    color: #eeeeee; }
  header a {
    cursor: pointer;
    display: inline-block; }
  header .logo-anchor {
    padding: 0;
    line-height: normal;
    height: 3.75rem;
    position: relative;
    z-index: 1; }
  header .logo {
    width: 5.625rem;
    height: 1.25rem;
    margin: 1.25rem 1.3rem;
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -webkit-transform: scale(1.8); }
  header .logo path.keek {
    fill: #ffffff; }
  header .top-bar {
    height: 3.75rem;
    line-height: 3.75rem;
    position: static;
    background: none;
    padding: 0;
    margin: 0; }
    header .top-bar input#top-bar {
      width: 100%;
      height: 3.75rem;
      line-height: 2.5rem;
      padding: 0.625rem 0;
      background: none;
      color: #777777;
      outline: none !important;
      border: none !important;
      border-radius: 0;
      -webkit-appearance: none;
      -webkit-border-radius: 0;
      margin: 0;
      text-align: center;
      font-size: 1rem;
      opacity: 0.60;
      box-shadow: none;
      position: absolute;
      top: 0;
      left: 0;
      cursor: pointer;
      z-index: 0;
      /* Mixins */ }
      header .top-bar input#top-bar:focus {
        color: #eeeeee;
        outline: none !important;
        border: none !important;
        -webkit-appearance: none;
        opacity: 1;
        cursor: pointer;
        font-size: 1.375rem;
        -webkit-transition: all 50ms ease-out;
        -moz-transition: all 50ms ease-out;
        -o-transition: all 50ms ease-out;
        transition: all 50ms ease-out; }
      header .top-bar input#top-bar::-webkit-input-placeholder {
        color: #777777;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        outline: none;
        box-shadow: none;
        font-size: 1rem; }
      header .top-bar input#top-bar:-moz-placeholder {
        color: #777777;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        outline: none;
        box-shadow: none;
        font-size: 1rem; }
      header .top-bar input#top-bar::-moz-placeholder {
        color: #777777;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        outline: none;
        box-shadow: none;
        font-size: 1rem; }
      header .top-bar input#top-bar:-ms-input-placeholder {
        color: #777777;
        -moz-appearance: textfield;
        -webkit-appearance: textfield;
        appearance: textfield;
        outline: none;
        box-shadow: none;
        font-size: 1rem; }
      header .top-bar input#top-bar::selection {
        color: #030303;
        background: #d6d6d6;
        outline: none;
        box-shadow: none; }
      header .top-bar input#top-bar::-moz-selection {
        color: #030303;
        background: #d6d6d6;
        outline: none;
        box-shadow: none; }
  header .login-link {
    width: auto;
    height: 3.75rem;
    font-size: 0.78125rem;
    line-height: 3.75rem;
    display: inline-block;
    float: right;
    color: #aaaaaa;
    position: relative;
    z-index: 1; }
    header .login-link:hover, header .login-link:active, header .login-link:focus {
      color: #ffffff; }
  header .login-link-no-float {
    width: auto;
    height: 3.75rem;
    font-size: 0.78125rem;
    line-height: 3.75rem;
    display: inline-block;
    color: #aaaaaa;
    position: relative;
    z-index: 1; }
    header .login-link-no-float:hover, header .login-link-no-float:active, header .login-link-no-float:focus {
      color: #ffffff; }
  header .login-link-no-float-green {
    width: auto;
    height: 3.75rem;
    font-size: 0.78125rem;
    line-height: 3.75rem;
    display: inline-block;
    color: #35C958;
    position: relative;
    z-index: 1; }
    header .login-link-no-float-green:hover, header .login-link-no-float-green:active, header .login-link-no-float-green:focus {
      color: #41F16B; }

.body-wrapper {
  padding-top: 5rem; }

body.video-playing header:not(.top-bar-active) {
  opacity: 0.3; }

body.light-theme header {
  background-color: #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.header-get-app {
  position: fixed;
  top: 5rem;
  right: -0.15625rem;
  z-index: 48; }
  .header-get-app .get-app.mini {
    width: 44px;
    height: auto;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-get-app .get-app.mini a {
      font-size: 1.375rem;
      margin-bottom: 0.625rem;
      padding: 0.25rem 0.625rem 0;
      line-height: 2.5rem;
      border-radius: 0.3125rem; }
      .header-get-app .get-app.mini a:hover {
        background: #363636; }
  .header-get-app.get-app-unpinned, .header-get-app.get-app-unpinned.header-unpinned {
    top: 0.625rem; }

body.video-playing .header-get-app li {
  opacity: 0; }

.account-actions-container {
  padding-left: 0;
  float: right;
  position: relative; }
  .account-actions-container [class^="kicon-"]:before,
  .account-actions-container [class*=" kicon-"]:before {
    font-size: 1.875rem;
    position: relative;
    top: 5px;
    color: #444; }
  .account-actions-container button[data-dropdown-menu="account-dropdown"] {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    line-height: 3.75rem;
    box-shadow: none; }
    .account-actions-container button[data-dropdown-menu="account-dropdown"]:after {
      display: none; }
    .account-actions-container button[data-dropdown-menu="account-dropdown"] img {
      margin-top: -5px; }
  .account-actions-container ul#account-dropdown {
    width: 13.75rem !important;
    border: 0.0625rem solid #1a1a1a;
    color: #777777;
    font-size: 0.8125rem;
    list-style: none;
    position: absolute;
    left: 0;
    top: auto;
    margin: 0 0 0 -100px;
    padding: 0;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55);
    background: none;
    z-index: -5; }
    .account-actions-container ul#account-dropdown li {
      position: relative; }
      .account-actions-container ul#account-dropdown li a {
        width: 100%;
        line-height: 2.5rem;
        font-size: 1rem;
        padding: 0 0.625rem;
        background-color: #262626; }
        .account-actions-container ul#account-dropdown li a:before {
          font-size: 1.625rem;
          margin-right: 0.625rem; }
        .account-actions-container ul#account-dropdown li a.kicon-keek:before {
          top: 8px;
          font-size: 1.875rem; }
        .account-actions-container ul#account-dropdown li a.kicon-view-results:before {
          font-size: 1.375rem; }
        .account-actions-container ul#account-dropdown li a:hover {
          background: #1a1a1a; }
          .account-actions-container ul#account-dropdown li a:hover.kicon-keek:before {
            color: #95d641; }
          .account-actions-container ul#account-dropdown li a:hover.kicon-play-circle:before {
            color: #ffda00; }
          .account-actions-container ul#account-dropdown li a:hover.kicon-user:before {
            color: #ff9b00; }
          .account-actions-container ul#account-dropdown li a:hover.kicon-add:before {
            color: #3fc3ff; }
          .account-actions-container ul#account-dropdown li a:hover.kicon-view-results:before {
            color: #ff6d3f; }
      .account-actions-container ul#account-dropdown li.submenu-item a {
        line-height: 1.75rem;
        font-size: 0.8125rem; }
        .account-actions-container ul#account-dropdown li.submenu-item a.kicon-widget:before {
          font-size: 0.75rem; }
        .account-actions-container ul#account-dropdown li.submenu-item a.kicon-unlock:before {
          font-size: 0.75rem; }
      .account-actions-container ul#account-dropdown li.split-menu-item {
        border-top: solid 5px #000; }
        .account-actions-container ul#account-dropdown li.split-menu-item a {
          width: 50%;
          text-align: center; }
        .account-actions-container ul#account-dropdown li.split-menu-item a:last-child {
          float: right; }
      .account-actions-container ul#account-dropdown li.sub-accounts-menu {
        background: #1a1a1a;
        box-shadow: inset 0 0 10px #000;
        padding-bottom: 0.625rem; }
        .account-actions-container ul#account-dropdown li.sub-accounts-menu ul {
          list-style: none;
          margin: 0; }
          .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li a {
            padding: 0.3125rem 0.625rem;
            line-height: 2.5rem;
            background: none;
            position: relative; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li a:hover {
              background: #111; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li a img {
              width: 2.5rem;
              height: 2.5rem;
              border-radius: 1000px;
              margin-right: 0.625rem;
              box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li a.main-account:before {
              float: right;
              line-height: 1.875rem;
              margin: 0; }
          .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.account-list-item.active-account a {
            color: #95d641; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.account-list-item.active-account a img {
              border: #95d641 solid 2px;
              box-shadow: #95d641 0 0 4px; }
          .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header {
            color: #777777;
            cursor: default;
            position: relative;
            font-size: 0.8125rem;
            line-height: 2.5rem;
            padding: 0 0.625rem; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header:before {
              font-size: 1rem;
              top: 3px;
              margin-right: 3px; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header a#header-add-subaccount {
              width: auto;
              display: inline-block;
              position: absolute;
              right: 0;
              line-height: 1.875rem;
              padding-right: 0.625rem;
              font-size: 0.75rem;
              color: #444; }
              .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header a#header-add-subaccount:before {
                font-size: 0.8125rem;
                margin-right: 1px;
                top: 2px; }
              .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header a#header-add-subaccount:hover {
                color: #777777;
                background: none; }
                .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.sub-account-header a#header-add-subaccount:hover:before {
                  color: #777777 !important; }
          .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.no-subaccounts {
            font-size: 0.875rem;
            color: #777777;
            text-align: center;
            cursor: default;
            line-height: normal; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.no-subaccounts a {
              font-size: 0.875rem;
              color: #aaaaaa;
              margin-top: 0.625rem; }
              .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.no-subaccounts a:hover {
                color: #eeeeee; }
            .account-actions-container ul#account-dropdown li.sub-accounts-menu ul li.no-subaccounts:hover {
              color: #777777; }
    .account-actions-container ul#account-dropdown:before, .account-actions-container ul#account-dropdown:after {
      margin-left: 105px; }
  .account-actions-container .messenger-window-action {
    position: relative;
    padding-right: 0.625rem; }
    .account-actions-container .messenger-window-action.active {
      color: #eeeeee; }
      .account-actions-container .messenger-window-action.active:after {
        content: "";
        display: inline-block;
        position: absolute;
        width: 0.875rem;
        height: 0.875rem;
        border-radius: 6.25rem;
        border: 3px solid #262626;
        background-color: #ffffff;
        top: 0.625rem;
        left: 1.3125rem; }
  .account-actions-container .notification-action.active {
    position: relative;
    color: #eeeeee; }
    .account-actions-container .notification-action.active:after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0.875rem;
      height: 0.875rem;
      border-radius: 6.25rem;
      border: 3px solid #262626;
      background-color: #ffffff;
      top: 0.9375rem;
      right: 0.625rem; }
  .account-actions-container #notification-dropdown {
    max-width: 340px;
    margin-left: 0.625rem; }
    .account-actions-container #notification-dropdown a {
      font-size: 0.78125rem !important; }
      .account-actions-container #notification-dropdown a [class^="kicon-"]:before,
      .account-actions-container #notification-dropdown a [class*=" kicon-"]:before {
        font-size: 1rem; }
      .account-actions-container #notification-dropdown a .activity-type {
        padding-right: 0.625rem;
        display: inline-block; }
        .account-actions-container #notification-dropdown a .activity-type:before {
          font-size: 1.375rem; }
  .account-actions-container .avatar {
    width: 2.5rem;
    height: 2.5rem; }
  .account-actions-container .profile-image {
    position: relative;
    top: -5px; }
  .account-actions-container .settings-link {
    position: relative;
    top: -0.25rem; }
  .account-actions-container .messenger-icon i:before {
    font-size: 1.375rem;
    top: 3px; }

header.header-top .account-actions-container .messenger-window-action.active:after {
  border-color: #000; }

body.messenger .account-actions-container {
  display: inline-block;
  line-height: 3.75rem;
  margin-right: 0.625rem; }
  body.messenger .account-actions-container .messenger-window-action {
    display: none; }
  body.messenger .account-actions-container a.profile-image {
    line-height: 3.75rem;
    display: block; }
    body.messenger .account-actions-container a.profile-image > img {
      margin-top: 6px; }

@media only screen and (min-width: 40.063em) {
  .account-actions-container {
    padding-left: 1.25rem; } }
footer {
  width: 100%;
  background-color: #1f1f1f;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  margin-top: 1.25rem;
  padding: 0.625rem 0;
  border-top: 0.0625rem solid #1a1a1a; }
  footer a, footer span {
    font-size: 0.6875rem;
    text-align: center;
    color: #777777;
    margin: 0 0.3125rem;
    line-height: 1.5rem;
    display: inline-block; }
    footer a:hover, footer span:hover {
      color: #aaaaaa; }
  footer span {
    cursor: default; }
  footer .facebook-link,
  footer .twitter-link {
    font-size: 1.25rem;
    position: relative;
    top: 4px; }

body.light-theme {
  background: #d9d9d9; }
  body.light-theme p, body.light-theme h1, body.light-theme h2, body.light-theme h3, body.light-theme h4, body.light-theme h5, body.light-theme h6, body.light-theme small {
    color: #1a1a1a; }
  body.light-theme .body-content {
    background-color: #e5e5e5; }
  body.light-theme.getapp p {
    color: #777777; }
    body.light-theme.getapp p a {
      color: #777777; }
  body.light-theme.getapp a.login-trigger {
    color: #777777; }
  body.light-theme.getapp a.login-trigger:hover,
  body.light-theme.getapp a.login-trigger:focus,
  body.light-theme.getapp a.login-trigger.selected {
    color: #aaaaaa; }
  body.light-theme.getapp h2 {
    text-transform: none; }
  body.light-theme.getapp .body-content > .columns {
    padding: 0; }
    body.light-theme.getapp .body-content > .columns .button.secondary {
      background-color: #e5e5e5;
      border: 0; }
      body.light-theme.getapp .body-content > .columns .button.secondary i:before {
        color: #1a1a1a; }

.preload-bubbling {
  text-align: center;
  width: 78px;
  height: 49px;
  margin: auto; }

.preload-bubbling span {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 24px auto;
  background: black;
  border-radius: 49px;
  -o-border-radius: 49px;
  -ms-border-radius: 49px;
  -webkit-border-radius: 49px;
  -moz-border-radius: 49px;
  animation: preloadBubbling 1.5s infinite alternate;
  -o-animation: preloadBubbling 1.5s infinite alternate;
  -ms-animation: preloadBubbling 1.5s infinite alternate;
  -webkit-animation: preloadBubbling 1.5s infinite alternate;
  -moz-animation: preloadBubbling 1.5s infinite alternate; }

#bubbling-ball1 {
  animation-delay: 0s;
  -o-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s; }

#bubbling-ball2 {
  animation-delay: 0.45s;
  -o-animation-delay: 0.45s;
  -ms-animation-delay: 0.45s;
  -webkit-animation-delay: 0.45s;
  -moz-animation-delay: 0.45s; }

#bubbling-ball3 {
  animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s; }

@keyframes preloadBubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    transform: translateY(-20px); } }
@-o-keyframes preloadBubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -o-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -o-transform: translateY(-20px); } }
@-ms-keyframes preloadBubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -ms-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -ms-transform: translateY(-20px); } }
@-webkit-keyframes preloadBubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -webkit-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -webkit-transform: translateY(-20px); } }
@-moz-keyframes preloadBubbling {
  0% {
    width: 10px;
    height: 10px;
    background-color: black;
    -moz-transform: translateY(0); }
  100% {
    width: 23px;
    height: 23px;
    background-color: white;
    -moz-transform: translateY(-20px); } }
.keek-module.inline-play-module .keek-module.list {
  width: 100%;
  max-width: 34.375rem;
  height: 34.375rem;
  min-height: 200px;
  max-height: 34.375rem;
  list-style: none;
  margin: 0 auto 1.25rem;
  background: #262626;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: block; }
  .keek-module.inline-play-module .keek-module.list .keek-module.list-item {
    float: left; }
.keek-module.inline-play-module .keek-module.list.flexible-height {
  height: auto;
  min-height: 0;
  max-height: none; }
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-green:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-green:not(.greyscale) .active {
  color: #95d641 !important; }
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-orange:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-orange:not(.greyscale) .active {
  color: #ff9b00 !important; }
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-yellow:not(.greyscale) .active {
  color: #ffda00 !important; }
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-blue:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-blue:not(.greyscale) .active {
  color: #3fc3ff !important; }
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-red:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-red:not(.greyscale) .active {
  color: #ff6d3f !important; }
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.header-module[class^="kicon-"]:before,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.header-module[class*=" kicon-"]:before,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.video-controls button:hover,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.list-item.tag-module a:hover,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.list-item.thumb-module a:hover span,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:hover,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:focus,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .keek-module.inline-control-module.inline-stats a:hover .kicon-verified:active,
.keek-module.inline-play-module .color-cyan:not(.greyscale) .active {
  color: #1ce8b5 !important; }
.keek-module.inline-play-module .keek-module.inline-video-module {
  position: relative; }
  .keek-module.inline-play-module .keek-module.inline-video-module:before {
    content: "Video";
    width: 100%;
    line-height: 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    color: #777777; }
  .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.inline-video-placeholder {
    width: 100%;
    height: 100%;
    position: relative;
    background: center center no-repeat;
    background-size: cover;
    z-index: 2; }
  .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.inline-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 1; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.inline-video video {
      object-fit: cover; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.inline-video video::-webkit-media-controls {
        display: none !important;
        -webkit-appearance: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.inline-video video::-webkit-media-controls-start-playback-button {
        display: none !important;
        -webkit-appearance: none; }
  .keek-module.inline-play-module .keek-module.inline-video-module.state-playing .keek-module.inline-video {
    z-index: 3; }
  .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 3.125rem;
    z-index: 10;
    background: none;
    /* :not(:required) hides this rule from IE9 and below */ }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button {
      padding: 0;
      margin: 0;
      color: white;
      background: none;
      border: none;
      box-shadow: none;
      text-align: center;
      text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55);
      display: inline-block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.kicon {
      font-family: "Keek Icons", sans-serif !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      speak: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls p, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls a {
      width: 100%;
      margin: 0;
      color: #aaaaaa; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.center-center {
      width: 100%;
      height: 50%;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -3.125rem 0 0 -50%; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-left, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-right,
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-left, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-right {
      width: 50%;
      height: 3.125rem;
      position: absolute;
      padding: 0 1.25rem; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-left, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-right {
      top: 0; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-left, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-right {
      bottom: 0; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-left {
      left: 0;
      text-align: left; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-right {
      right: 0;
      text-align: right; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-left {
      left: 0;
      text-align: left; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-right {
      right: 0;
      text-align: right; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-left button {
      width: 1.75rem;
      height: 3.125rem;
      font-size: 1.75rem;
      line-height: 3.125rem;
      margin-right: 0.625rem; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.top-right button {
      width: 1rem;
      height: 3.125rem;
      font-size: 1rem;
      line-height: 3.125rem;
      margin-left: 0.625rem; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-left button {
      width: 1.75rem;
      height: 3.125rem;
      font-size: 1.75rem;
      line-height: 3.125rem;
      margin-right: 0.625rem; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls div.bottom-right button {
      width: 2.125rem;
      height: 3.125rem;
      font-size: 2.125rem;
      line-height: 3.125rem;
      margin-left: 0.625rem; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button {
      outline: none !important;
      border: none !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.return-button.state-back:before {
      content: "\e000"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.return-button.state-close:before {
      content: "\e020"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.flag-button:before {
      content: "\e01b"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.play-button {
      width: 100%;
      height: 6.25rem;
      font-size: 6.25rem;
      content: "\e014"; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.play-button.state-play:before {
        content: "\e014"; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.play-button.state-pause:before {
        content: "\e013"; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.play-button.state-skip:before {
        content: "\e012" !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.skip-button {
      width: 100%;
      font-size: 0.8125rem;
      line-height: 0.8125rem;
      padding: 0.625rem;
      text-align: center; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.like-button.state-pending {
      color: #777777 !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.like-button.state-active {
      color: #ff6d3f !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.like-button:before {
      content: "\e019"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.twitter-button:before {
      content: "\e00c"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.facebook-button:before {
      content: "\e008"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.embed-button:before {
      content: "\e03f"; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls button.comments-button:before {
      content: "\e002"; }
@-webkit-keyframes heartbeat {
  0% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  14% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  28% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  42% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  70% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }
@-moz-keyframes heartbeat {
  0% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  14% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  28% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  42% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  70% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }
@-o-keyframes heartbeat {
  0% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  14% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  28% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  42% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  70% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }
@keyframes heartbeat {
  0% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  14% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  28% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); }
  42% {
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6);
    transform: rotate(0deg) scale(1.6); }
  70% {
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1); } }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-trigger.like-button.state-clicked:not(:required) {
      -webkit-animation: heartbeat 1300ms ease 0s 1 normal;
      -khtml-animation: heartbeat 1300ms ease 0s 1 normal;
      -moz-animation: heartbeat 1300ms ease 0s 1 normal;
      -ms-animation: heartbeat 1300ms ease 0s 1 normal;
      -o-animation: heartbeat 1300ms ease 0s 1 normal;
      animation: heartbeat 1300ms ease 0s 1 normal;
      color: #ff6d3f !important;
      font-size: 2.125rem;
      transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      transform: rotate(0deg) scale(1);
      transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment {
      width: 100%;
      height: 100%;
      display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream {
        width: 100%;
        height: 85%;
        margin: 2.5% 0;
        overflow-y: auto;
        position: relative; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream .keek-module.message {
          border-bottom: solid 1px #777777;
          padding-bottom: 15px;
          margin: 0 0 15px 0; }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream .keek-module.message .message-avatar {
            padding-left: 0; }
            .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream .keek-module.message .message-avatar img {
              width: 80%;
              display: inline-block;
              border: none;
              outline: none;
              border-radius: 1000px;
              box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream .keek-module.message .message-caption {
            padding: 0;
            text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.inline-comment-stream .keek-module.message:last-child {
            border-bottom: none;
            padding-bottom: 0; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message {
        width: 100%; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message .button {
          color: #262626;
          background: rgba(255, 255, 255, 0.4);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message .button:before {
            font-size: 20px;
            line-height: 37px; }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message .button:hover {
            background: rgba(255, 255, 255, 0.6); }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"] {
          color: #262626;
          margin: 0;
          border: none !important;
          outline: none !important;
          background: rgba(255, 255, 255, 0.4);
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]:hover, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]:focus {
            background: rgba(255, 255, 255, 0.6); }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]::-webkit-input-placeholder {
            color: #262626; }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]:-moz-placeholder {
            color: #262626; }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]::-moz-placeholder {
            color: #262626; }
          .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-comment .keek-module.compose-message input[type="text"]:-ms-input-placeholder {
            color: #262626; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed {
      display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label {
        position: relative;
        cursor: pointer; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label textarea[name="embed-code"] {
          height: 85px;
          background: none;
          outline: none;
          box-shadow: none;
          resize: none;
          color: #eeeeee;
          border: solid 1px #aaaaaa; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label:after {
          content: "Copy Code";
          padding: 0 0.625rem;
          line-height: 1.375rem;
          position: absolute;
          bottom: -1.375rem;
          right: 0;
          font-size: 0.6875rem;
          text-transform: capitalize;
          border-bottom-left-radius: 0.3125rem;
          border-bottom-right-radius: 0.3125rem;
          color: #ffffff;
          background: #777777;
          opacity: 0.8;
          z-index: 1; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label.state-supported:after {
          content: "Copy Code"; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label.state-not-supported:after {
          content: "";
          display: none; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label.state-success:after {
          content: "Copied to Clipboard"; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed .embed-code-label.state-fail:after {
          content: "Could not Copy!"; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed h3, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed label {
        color: #aaaaaa; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed input[name="width"],
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed input[name="height"] {
        width: 49%;
        display: inline-block; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed input[name="width"].hide,
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed input[name="height"].hide {
          display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-embed input[name="width"] {
        margin-right: 4px; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-flag {
      display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-flag h3, .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-flag label {
        color: #aaaaaa; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-flag .flag-disclaimer {
        margin-bottom: 1.25rem; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-flag a.button {
        width: 50%;
        margin: 5px auto;
        display: block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-stats {
      margin-top: 1.25rem; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-stats a.video-author {
        display: block;
        margin-top: 1.25rem; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-stats a.video-author img {
          width: 30px;
          height: 30px;
          display: inline-block;
          border: none;
          outline: none;
          border-radius: 1000px;
          margin-right: 0.3125rem;
          box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55);
          vertical-align: middle; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module.inline-stats a.video-author i.kicon-verified {
          display: inline-block;
          font-size: 1.25rem;
          line-height: 1.25rem;
          vertical-align: middle; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-trigger.weak-trigger,
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-trigger.permanent-trigger,
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-trigger.manual-trigger,
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-module {
      display: none; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls .keek-module.inline-control-trigger.weak-trigger.play-button {
      display: inline-block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-preplay {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-preplay .keek-module.inline-control-trigger.weak-trigger.play-button {
        display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-preplay .keek-module.inline-control-module.preload {
        display: block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-playing {
      background: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-playing .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-playing .keek-module.inline-control-module {
        display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-playing .keek-module.inline-control-trigger.permanent-trigger {
        display: inline-block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-active {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-active .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-active .keek-module.inline-control-trigger.permanent-trigger {
        display: inline-block; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-active .keek-module.inline-control-module.inline-stats {
        display: block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-inactive {
      background: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-inactive .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-inactive .keek-module.inline-control-trigger.permanent-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-inactive .keek-module.inline-control-module {
        display: none; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-inactive .keek-module.inline-control-trigger.weak-trigger.play-button {
        display: inline-block; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-trigger.permanent-trigger {
        display: inline-block; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-module.inline-stats {
        display: block; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-module.error-message {
        display: block;
        color: #cc0000; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-trigger.weak-trigger.play-button {
        cursor: default !important;
        color: #cc0000 !important; }
        .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-error .keek-module.inline-control-trigger.weak-trigger.play-button:before {
          content: "\e029" !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-comment {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-comment .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-comment .keek-module.inline-control-trigger.permanent-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-comment .keek-module.inline-control-module {
        display: none !important; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-comment .keek-module.inline-control-module.inline-comment {
        display: block !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-embed {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-embed .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-embed .keek-module.inline-control-trigger.permanent-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-embed .keek-module.inline-control-module {
        display: none !important; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-embed .keek-module.inline-control-module.inline-embed {
        display: block !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-flag {
      background-color: rgba(0, 0, 0, 0.75); }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-flag .keek-module.inline-control-trigger.weak-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-flag .keek-module.inline-control-trigger.permanent-trigger,
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-flag .keek-module.inline-control-module {
        display: none !important; }
      .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.state-flag .keek-module.inline-control-module.inline-flag {
        display: block !important; }
    .keek-module.inline-play-module .keek-module.inline-video-module .keek-module.video-controls.control-module-active .keek-module.inline-control-trigger.manual-trigger {
      display: inline-block; }
.keek-module.inline-play-module .keek-module.sidebar-module {
  min-width: 25.9375rem;
  /* A hack for safari */
  position: relative; }
  .keek-module.inline-play-module .keek-module.sidebar-module.sidebar-not-top {
    max-width: 27.60417rem;
    /* Nice little hack for large-5 columns */
    position: fixed;
    top: 5rem; }
    .keek-module.inline-play-module .keek-module.sidebar-module.sidebar-not-top.sidebar-unpinned.header-unpinned {
      top: 0.625rem; }
  .keek-module.inline-play-module .keek-module.sidebar-module .keek-module.sidebar-block-module {
    margin-bottom: 1.25rem; }
    .keek-module.inline-play-module .keek-module.sidebar-module .keek-module.sidebar-block-module > ul {
      padding: 0.625rem 1.25rem; }
.keek-module.inline-play-module .keek-module.header-module {
  max-width: 34.375rem;
  font-size: 1rem;
  line-height: normal;
  color: #777777;
  text-transform: uppercase;
  padding: 0.625rem 0 0.625rem 1.5625rem;
  margin: 0 auto;
  position: relative;
  display: block; }
  .keek-module.inline-play-module .keek-module.header-module:before {
    font-size: 1.25rem;
    position: absolute;
    left: 0; }
  .keek-module.inline-play-module .keek-module.header-module.no-icon {
    padding: 0.625rem 0; }
    .keek-module.inline-play-module .keek-module.header-module.no-icon:before {
      display: none; }
  .keek-module.inline-play-module .keek-module.header-module.kicon-flame:before {
    font-size: 1.125rem; }
  .keek-module.inline-play-module .keek-module.header-module.kicon-channel:before {
    font-size: 1.3125rem;
    top: 7px; }
.keek-module.inline-play-module a.keek-module.header-module:hover {
  color: #aaaaaa; }
@media only screen and (min-width: 64.063em) {
  .keek-module.inline-play-module .keek-module.header-module {
    margin: 0 auto 0 0; } }
@media only screen and (max-width: 40em) {
  .keek-module.inline-play-module .keek-module.header-module {
    margin-left: 1.25rem;
    margin-right: 1.25rem; } }
.keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list {
  width: 100%;
  max-width: 34.375rem;
  min-height: 50px;
  padding: 0 !important;
  text-align: center;
  position: relative; }
  .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list .keek-module.list-item.tag-module {
    width: 33.333%;
    height: auto;
    position: relative;
    cursor: pointer; }
    .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list .keek-module.list-item.tag-module a {
      width: 100%;
      font-size: 1rem;
      color: #777777;
      text-align: center;
      padding: 0.625rem;
      position: relative;
      display: block;
      background: rgba(26, 26, 26, 0.2);
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      border: 1px solid rgba(26, 26, 26, 0.6);
      z-index: 1; }
      .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list .keek-module.list-item.tag-module a:before {
        content: "#"; }
      .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list .keek-module.list-item.tag-module a:hover {
        color: #aaaaaa;
        background: rgba(26, 26, 26, 0.9); }
@media only screen and (min-width: 64.063em) {
  .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list {
    max-width: none;
    margin: 0; }
    .keek-module.inline-play-module .keek-module.tag-block-module .keek-module.list .keek-module.list-item.tag-module a {
      padding: 0.3125rem 0.625rem; } }
.keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list {
  width: 100%;
  max-width: 34.375rem;
  padding: 0 !important;
  text-align: center;
  position: relative; }
  .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module {
    width: 33.333%;
    height: 10rem;
    position: relative; }
    .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a {
      width: 100%;
      height: 100%;
      display: block;
      position: relative;
      cursor: pointer;
      background: center center no-repeat;
      background-size: cover; }
      .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(26, 26, 26, 0.4);
        z-index: 1; }
      .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a span {
        width: 100%;
        font-size: 1rem;
        color: #777777;
        text-align: center;
        position: absolute;
        bottom: 0;
        padding: 0.3125rem 0.625rem;
        display: block;
        background: rgba(38, 38, 38, 0.9);
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        z-index: 2; }
        .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a span:before {
          content: "@"; }
      .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a:hover:before {
        opacity: 0; }
      .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module a:hover span {
        color: #aaaaaa;
        background: rgba(26, 26, 26, 0.9); }
@media only screen and (min-width: 64.063em) {
  .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list {
    max-width: none;
    margin: 0; }
    .keek-module.inline-play-module .keek-module.thumb-block-module .keek-module.list .keek-module.list-item.thumb-module {
      height: 7.5rem; } }
.keek-module.inline-play-module .keek-module.list.inline-playlist-module {
  position: relative; }
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module:before {
    content: "Playlist";
    width: 100%;
    line-height: 2.5rem;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    margin-top: -1.25rem;
    color: #777777; }
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module .keek-module.list-item {
    width: 100%;
    height: 34.375rem;
    display: none; }
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module .keek-module.list-item:first-child {
    display: block; }
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots {
    width: 150px;
    margin: 0 0 0 -75px;
    bottom: 0;
    left: 50%; }
    .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li {
      width: 30px;
      height: 17px;
      margin: 0;
      background: white; }
      .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li:first-child {
        border-top-left-radius: 5px; }
      .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li:last-child {
        border-top-right-radius: 5px; }
      .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li button {
        box-shadow: none;
        margin: 0 auto; }
        .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li button:before {
          color: #999;
          font-size: 2.25rem;
          opacity: 1;
          text-shadow: none; }
      .keek-module.inline-play-module .keek-module.list.inline-playlist-module .slick-dots li.slick-active button:before {
        color: #1a1a1a;
        opacity: 1; }
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module .keek-module.list-item:last-child .keek-module.inline-control-trigger.skip-button {
    display: none !important; }
@media only screen and (max-width: 40em) {
  .keek-module.inline-play-module .keek-module.list.inline-playlist-module .keek-module.video-controls button.embed-button {
    position: absolute;
    left: 1.25rem;
    bottom: 2.8rem; } }
.keek-module.inline-play-module .keek-module.list.lazy-playlist-module {
  height: auto;
  min-height: 0;
  max-height: none;
  background: none;
  box-shadow: none; }
  .keek-module.inline-play-module .keek-module.list.lazy-playlist-module .keek-module.list-item {
    width: 100%;
    height: 34.375rem;
    min-height: 200px;
    max-height: 34.375rem;
    background: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    margin-bottom: 1.25rem;
    float: none; }
  .keek-module.inline-play-module .keek-module.list.lazy-playlist-module .keek-module.inline-control-trigger.skip-button {
    display: none !important; }
  .keek-module.inline-play-module .keek-module.list.lazy-playlist-module .keek-module.inline-video-module.template-card {
    display: none !important; }

@media only screen and (min-width: 64.063em) {
  .keek-module.list {
    margin: 0 auto 1.25rem 0; } }
@media only screen and (max-width: 40em) {
  .keek-module.inline-play-module .columns.small-12 {
    padding-left: 0;
    padding-right: 0; } }
body.video-playing .keek-module.inline-playlist-module:before {
  opacity: 0; }

.keek-module.global-video-controls .global-video-control {
  display: none; }

body.inline-play .keek-module.global-video-controls .global-video-control {
  opacity: 1 !important;
  display: block; }
  body.inline-play .keek-module.global-video-controls .global-video-control button {
    width: 100%;
    height: auto;
    font-size: 1.5625rem;
    color: #ffffff;
    margin-bottom: 0.625rem;
    padding: 0.25rem 0.625rem 0;
    line-height: 2.5rem;
    border-radius: 0.3125rem;
    background: #262626; }
    body.inline-play .keek-module.global-video-controls .global-video-control button:hover {
      background: #363636; }
  body.inline-play .keek-module.global-video-controls .global-video-control button.kicon {
    font-family: "Keek Icons", sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    body.inline-play .keek-module.global-video-controls .global-video-control button.kicon:before {
      text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  body.inline-play .keek-module.global-video-controls .global-video-control button.mute-all-button {
    font-size: 1.125rem;
    margin-bottom: 2.1875rem;
    content: "\e042";
    background: #ff6d3f; }
    body.inline-play .keek-module.global-video-controls .global-video-control button.mute-all-button.state-mute {
      background: #ff6d3f; }
      body.inline-play .keek-module.global-video-controls .global-video-control button.mute-all-button.state-mute:before {
        content: "\e042"; }
    body.inline-play .keek-module.global-video-controls .global-video-control button.mute-all-button.state-unmute {
      background: #95d641; }
      body.inline-play .keek-module.global-video-controls .global-video-control button.mute-all-button.state-unmute:before {
        content: "\e041"; }
  body.inline-play .keek-module.global-video-controls .global-video-control button.autoplay-button {
    content: "\e014"; }
    body.inline-play .keek-module.global-video-controls .global-video-control button.autoplay-button.state-play:before {
      content: "\e014"; }
    body.inline-play .keek-module.global-video-controls .global-video-control button.autoplay-button.state-pause:before {
      content: "\e013"; }

.profile .profile-header {
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #1a1a1a;
  margin-bottom: 1.25rem; }
  .profile .profile-header ul {
    width: 100%;
    list-style: none;
    text-align: center;
    margin: 0; }
    .profile .profile-header ul li {
      display: inline-block;
      margin: 0 0.625rem; }
      .profile .profile-header ul li a {
        font-size: 1rem;
        text-transform: capitalize; }

.profile-banner {
  width: 100%;
  height: 16.25rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: table;
  color: #ffffff;
  top: -1.25rem;
  margin-top: -5rem;
  padding-top: 4.25rem;
  padding-bottom: 5.875rem; }
  .profile-banner.mini {
    height: 5rem;
    padding-top: 0;
    border-bottom: 1px solid #000; }
  .profile-banner > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative;
    z-index: 2; }
  .profile-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.7);
    z-index: 1; }
  .profile-banner p {
    text-align: center; }
  .profile-banner .avatar {
    width: 8.75rem;
    height: 8.75rem;
    display: block;
    margin: 4.375rem auto 1.25rem; }
  .profile-banner .profile-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -30px;
    background: #404040 no-repeat center center;
    background-size: cover;
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
    z-index: 1; }
  .profile-banner .profile-banner-username {
    font-size: 2.5625rem;
    line-height: 2.5625rem;
    word-wrap: break-word; }
    .profile-banner .profile-banner-username [class^="kicon-"]:before, .profile-banner .profile-banner-username [class*=" kicon-"]:before {
      vertical-align: bottom; }
  .profile-banner .profile-banner-stats {
    list-style: none;
    margin-left: 0; }
    .profile-banner .profile-banner-stats li {
      font-size: 1.375rem;
      line-height: 1.375rem;
      color: #aaaaaa;
      display: inline-block;
      margin: 0 0.625rem;
      text-transform: capitalize; }
  .profile-banner .profile-banner-caption {
    color: #777777;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    max-width: 66.25rem;
    margin-left: auto;
    margin-right: auto; }
    .profile-banner .profile-banner-caption * {
      font-size: 1rem; }
  .profile-banner .profile-banner-share {
    list-style: none;
    margin-left: 0; }
    .profile-banner .profile-banner-share li {
      display: inline-block;
      margin: 0 0.15625rem; }
      .profile-banner .profile-banner-share li a,
      .profile-banner .profile-banner-share li a:visited {
        font-size: 1.875rem;
        line-height: 2.1875rem;
        color: #aaaaaa; }
      .profile-banner .profile-banner-share li a:hover,
      .profile-banner .profile-banner-share li a:active {
        color: #eeeeee; }
  .profile-banner .follow-user-action {
    position: absolute;
    right: 5%;
    bottom: -2.75rem; }
  .profile-banner .follow-user-action.active {
    background: rgba(238, 238, 238, 0.3) !important;
    color: #aaaaaa !important; }

.search-header {
  display: table;
  vertical-align: middle;
  padding-top: 1.875rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #1a1a1a;
  text-align: center;
  background-color: #262626; }
  .search-header .kicon-search {
    color: #777777; }
  .search-header .search-header-username {
    font-size: 2.5625rem;
    line-height: 2.5625rem; }
    .search-header .search-header-username [class^="kicon-"]:before, .search-header .search-header-username [class*=" kicon-"]:before {
      vertical-align: text-bottom; }
  .search-header .search-header-stats {
    list-style: none; }
    .search-header .search-header-stats li {
      display: inline-block; }
      .search-header .search-header-stats li a {
        font-size: 1.375rem;
        line-height: 1.375rem;
        color: #777777;
        margin: 0 0.625rem;
        text-transform: capitalize; }
        .search-header .search-header-stats li a span {
          color: #ffffff;
          font-size: 1rem; }
        .search-header .search-header-stats li a.selected {
          color: #eeeeee; }
        .search-header .search-header-stats li a:hover, .search-header .search-header-stats li a:focus {
          color: #eeeeee; }

.stream-page .body-content {
  background: none;
  box-shadow: none; }
  .stream-page .body-content > .columns {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0; }
  .stream-page .body-content > .columns.second-column {
    padding: 0; }
    .stream-page .body-content > .columns.second-column > .row {
      margin-bottom: 1.25rem; }
  .stream-page .body-content .featured-hashtag > .content-container {
    padding: 0.625rem;
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  .stream-page .body-content .featured-hashtag [class*="block-grid-"] > li {
    padding-bottom: 0; }
  .stream-page .body-content .no-stream {
    padding: 0.625rem;
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  .stream-page .body-content .account-actions {
    list-style: none;
    margin: 0;
    position: relative;
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
    .stream-page .body-content .account-actions .section-header {
      height: auto;
      padding: 0.3125rem 1.25rem 0; }
    .stream-page .body-content .account-actions li a {
      display: block;
      padding: 0.625rem 1.25rem;
      border-top: 0.0625rem solid #1a1a1a;
      font-size: 1rem; }
      .stream-page .body-content .account-actions li a:before {
        font-size: 1.375rem;
        vertical-align: sub;
        margin-right: 0.625rem; }
      .stream-page .body-content .account-actions li a:hover {
        background: #1a1a1a; }
  .stream-page .body-content .suggested-users {
    list-style: none;
    margin: 0;
    position: relative;
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
    .stream-page .body-content .suggested-users .section-header {
      height: auto;
      padding: 0.3125rem 1.25rem 0; }
    .stream-page .body-content .suggested-users .user-card {
      border-top: 0.0625rem solid #1a1a1a; }
  .stream-page .body-content .suggested-keeks {
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    border: none; }
    .stream-page .body-content .suggested-keeks ul > li {
      padding-bottom: 0; }
    .stream-page .body-content .suggested-keeks .section-header {
      height: auto;
      padding: 0.3125rem 1.25rem 0; }
    .stream-page .body-content .suggested-keeks .keek-card.stream-style {
      box-shadow: none;
      border: none;
      border-top: 0.0625rem solid #1a1a1a; }
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .card-image-container {
        height: 140px; }
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .card-user-avatar {
        display: none; }
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .card-meta .card-caption {
        max-height: 4.125rem;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0; }
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .card-stats,
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .share-twitter-action,
      .stream-page .body-content .suggested-keeks .keek-card.stream-style .share-facebook-action {
        display: none; }
  .stream-page .body-content .keek-card.stream-style {
    background-color: #262626; }
  .stream-page .body-content .keek-card.thumb-only-style {
    min-height: 0; }
    .stream-page .body-content .keek-card.thumb-only-style .card-image-container {
      height: 140px; }

.hashtag-banner {
  width: 100%;
  height: 16.25rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: table;
  color: #ffffff;
  top: -1.25rem;
  margin-top: -5rem;
  padding-top: 5rem; }
  .hashtag-banner > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative;
    z-index: 2; }
  .hashtag-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.85);
    z-index: 1; }
  .hashtag-banner p {
    text-align: center; }
  .hashtag-banner .hashtag-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #404040 no-repeat center center;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    z-index: 1; }
    .hashtag-banner .hashtag-banner-image.fog {
      margin-top: -30px;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -o-filter: blur(15px);
      -ms-filter: blur(15px);
      filter: blur(15px);
      padding-top: 30px; }
  .hashtag-banner .hashtag-banner-hash-name {
    font-size: 2.5625rem;
    line-height: 2.5625rem;
    word-wrap: break-word; }
  .hashtag-banner .hashtag-banner-hash-name:before {
    content: "#"; }
  .hashtag-banner .hashtag-banner-sponsor {
    font-size: 1.375rem;
    line-height: 1.375rem; }
    .hashtag-banner .hashtag-banner-sponsor [class^="kicon-"]:before, .hashtag-banner .hashtag-banner-sponsor [class*=" kicon-"]:before {
      vertical-align: text-bottom; }
  .hashtag-banner .hashtag-banner-caption {
    color: #777777;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    max-width: 66.25rem;
    margin-left: auto;
    margin-right: auto; }
  .hashtag-banner .hashtag-banner-keek-count {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #aaaaaa; }
  .hashtag-banner .post-keek-into-hashtag-action {
    position: absolute;
    right: 5%;
    margin: -3.5rem 0 0 0 !important; }

.hashtag .hashtag-header {
  padding-bottom: 0.625rem; }
.hashtag #sort-dropdown-button {
  font-size: 0.78125rem;
  color: #777777;
  margin: 0;
  border: none;
  box-shadow: none; }

.keek-button-group {
  position: relative;
  clear: both; }

.keek-button.dark-button {
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.keek-button.download-button {
  padding: 0.625rem;
  margin: 0; }
  .keek-button.download-button > .row > .columns {
    height: 2.5625rem;
    display: table-cell;
    vertical-align: middle;
    float: none;
    text-align: left; }
  .keek-button.download-button > .row > .columns:first-child {
    padding-right: 0; }
  .keek-button.download-button [class^="kicon-"]:before,
  .keek-button.download-button [class*=" kicon-"]:before {
    font-size: 2.5625rem;
    line-height: 2.5625rem;
    color: #eeeeee;
    position: relative;
    top: 7px; }
  .keek-button.download-button .caption {
    width: 100%;
    font-size: 0.625rem;
    line-height: 0.625rem;
    color: #777777;
    text-transform: uppercase;
    display: inline-block; }
  .keek-button.download-button .app-store {
    width: 100%;
    font-size: 0.78125rem;
    line-height: 0.78125rem;
    color: #eeeeee;
    text-transform: capitalize;
    display: inline-block; }

body.light-theme.getapp .keek-button.download-button .caption {
  color: #777777; }
body.light-theme.getapp .keek-button.download-button .app-store {
  color: #1a1a1a; }

.f-dropdown {
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  background-color: #262626;
  font-size: 0.78125rem;
  color: #777777; }
  .f-dropdown li:hover,
  .f-dropdown li:focus {
    background: #1a1a1a;
    color: #aaaaaa; }
  .f-dropdown li a,
  .f-dropdown li a:active {
    color: #777777; }
  .f-dropdown li a:hover,
  .f-dropdown li a:focus {
    color: #aaaaaa; }
  .f-dropdown:before {
    border-color: transparent transparent #262626 transparent; }
  .f-dropdown:after {
    border-color: transparent transparent #1a1a1a transparent; }

.f-dropdown.drop-top {
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  background-color: #262626;
  font-size: 0.78125rem;
  color: #777777; }
  .f-dropdown.drop-top li:hover,
  .f-dropdown.drop-top li:focus {
    background: #1a1a1a;
    color: #aaaaaa; }
  .f-dropdown.drop-top li a,
  .f-dropdown.drop-top li a:active {
    color: #777777; }
  .f-dropdown.drop-top li a:hover,
  .f-dropdown.drop-top li a:focus {
    color: #aaaaaa; }
  .f-dropdown.drop-top:before {
    border-color: #262626 transparent transparent transparent; }
  .f-dropdown.drop-top:after {
    border-color: #1a1a1a transparent transparent transparent; }

.f-dropdown.drop-left {
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  background-color: #262626;
  font-size: 0.78125rem;
  color: #777777; }
  .f-dropdown.drop-left li:hover,
  .f-dropdown.drop-left li:focus {
    background: #1a1a1a;
    color: #aaaaaa; }
  .f-dropdown.drop-left li a,
  .f-dropdown.drop-left li a:active {
    color: #777777; }
  .f-dropdown.drop-left li a:hover,
  .f-dropdown.drop-left li a:focus {
    color: #aaaaaa; }
  .f-dropdown.drop-left:before {
    border-color: transparent transparent transparent #262626; }
  .f-dropdown.drop-left:after {
    border-color: transparent transparent transparent #1a1a1a; }

.keek-button.transparent-button {
  background: none;
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  padding: 0.625rem 1.25rem;
  line-height: 1rem;
  margin: 0; }
  .keek-button.transparent-button:focus, .keek-button.transparent-button:hover {
    color: #eeeeee;
    background: rgba(170, 170, 170, 0.2); }
  .keek-button.transparent-button [class^="kicon-"]:before, .keek-button.transparent-button [class*=" kicon-"]:before {
    font-size: 1.375rem;
    vertical-align: text-bottom;
    margin-left: -4px; }
  .keek-button.transparent-button.active {
    background-color: #ffffff;
    color: #262626; }

.keek-button.no-style {
  background: none !important;
  border: none;
  padding-left: 0;
  padding-right: 0; }
  .keek-button.no-style:hover {
    background: none; }

.close-reveal-modal,
.keek-button.close-button {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  padding: 0.3125rem 0 0 0.125rem;
  border-radius: 1000px;
  text-align: center;
  margin: -1.25rem -1.5rem 0 0;
  line-height: 1rem;
  background: #262626;
  border: 0.0625rem solid #1a1a1a;
  color: #aaaaaa;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  cursor: pointer; }
  .close-reveal-modal:before,
  .keek-button.close-button:before {
    position: relative;
    top: 1px; }
  .close-reveal-modal:hover,
  .keek-button.close-button:hover {
    background: #ffffff;
    color: #1a1a1a; }

.keek-button.load-more {
  margin-top: 1.25rem; }

.get-app {
  display: inline-block;
  padding: 0.625rem 0; }

.get-app .button-group {
  margin: 0;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.get-app .button-group .button {
  height: 2.5rem;
  margin: 0;
  padding: 2px 0.625rem 0;
  font-size: 1.5625rem;
  line-height: 2.5rem;
  border: 0.0625rem solid #1a1a1a;
  border-left: none;
  cursor: pointer;
  display: block; }

.get-app .button-group > li {
  margin: 0; }

.get-app .button-group > li:first-child .button {
  border-left: 0.0625rem solid #1a1a1a; }

.get-app .caption {
  font-size: 0.78125rem;
  line-height: 2.5rem;
  padding-right: 1.25rem; }

body.light-theme footer .get-app .button-group .button {
  border: none; }
  body.light-theme footer .get-app .button-group .button.kicon-apple:before, body.light-theme footer .get-app .button-group .button.kicon-android:before, body.light-theme footer .get-app .button-group .button.kicon-windows-store:before {
    color: #1a1a1a; }

.keek-card {
  min-height: 460px;
  position: relative;
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  .keek-card .card-image-container {
    width: 100%;
    height: 320px;
    position: relative;
    cursor: pointer;
    display: inline-block; }
    .keek-card .card-image-container .card-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      z-index: 1;
      display: inline-block; }
    .keek-card .card-image-container .card-play-icon {
      width: 100%;
      height: 2.5625rem;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -0.64063rem 0 0 0;
      font-size: 3.25rem;
      color: #eeeeee;
      text-align: center;
      cursor: pointer;
      z-index: 2; }
    .keek-card .card-image-container:hover .card-play-icon {
      color: #1a1a1a; }
  .keek-card .card-user {
    padding: 0.625rem 0.625rem 0; }
    .keek-card .card-user .card-user-avatar {
      width: 40px;
      height: 40px;
      margin: 0 0.625rem 0 0;
      display: inline; }
    .keek-card .card-user .card-username {
      font-size: 1rem;
      line-height: 1.375rem;
      color: #eeeeee;
      vertical-align: middle; }
    .keek-card .card-user .kicon-verified {
      font-size: 1.375rem;
      line-height: 1.875rem;
      vertical-align: middle;
      position: relative;
      top: 4px; }
    .keek-card .card-user .follow-user-action {
      margin-left: 3.125rem;
      padding: 4px 10px;
      display: none; }
      .keek-card .card-user .follow-user-action .kicon-add:before {
        position: relative;
        top: 1px;
        padding-right: 5px; }
    .keek-card .card-user .follow-user-action.active {
      background-color: #1a1a1a; }
  .keek-card .card-meta {
    width: 100%;
    height: auto;
    padding: 0.625rem;
    position: relative; }
    .keek-card .card-meta .card-rekeek {
      font-size: 0.78125rem;
      color: #eeeeee;
      text-transform: uppercase;
      margin-bottom: 0.625rem; }
      .keek-card .card-meta .card-rekeek .kicon-rekeek:before {
        color: #ffffff;
        font-size: 1.25rem;
        position: relative;
        top: 5px;
        padding-right: 2px; }
    .keek-card .card-meta .card-caption {
      font-size: 1rem;
      line-height: 1.375rem;
      color: #aaaaaa;
      margin-bottom: 1.25rem; }
      .keek-card .card-meta .card-caption a {
        font-size: inherit; }
  .keek-card .card-stats .card-views,
  .keek-card .card-stats .card-likes,
  .keek-card .card-stats .card-posted-date,
  .keek-card .card-stats .like-keek-action,
  .keek-card .card-stats .flag-keek-action {
    font-size: 0.78125rem;
    color: #777777;
    display: inline-block;
    padding: 0 0.625rem; }
  .keek-card .card-stats .card-likes .kicon-like:before {
    font-size: 1rem;
    padding-right: 2px;
    position: relative;
    top: 3px; }
  .keek-card .card-stats .share-twitter-action,
  .keek-card .card-stats .share-facebook-action,
  .keek-card .card-stats .embed-keek-reveal-action {
    font-size: 1.375rem;
    padding: 0 0.3125rem;
    display: none; }
  .keek-card .card-stats .like-keek-action {
    font-size: 1.375rem;
    position: relative;
    top: 7px;
    cursor: pointer;
    display: none; }
    .keek-card .card-stats .like-keek-action:hover, .keek-card .card-stats .like-keek-action.active {
      color: #ffffff; }
  .keek-card .card-stats .flag-keek-reveal-action {
    cursor: pointer; }
  .keek-card .card-stats .columns:first-child > *:first-child {
    padding-left: 0; }
  .keek-card .card-stats .columns:last-child > *:last-child {
    padding-right: 0; }
  .keek-card .card-stats.card-posted {
    padding-top: 1.25rem;
    display: none; }

.keek-card.hashtag-style .card-meta .card-caption {
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis; }
.keek-card.hashtag-style .card-user .kicon-lock {
  margin-left: 0;
  top: 5px;
  font-size: 1.15625rem;
  position: relative; }
.keek-card.hashtag-style .card-stats {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
  padding-bottom: 0.625rem; }
  .keek-card.hashtag-style .card-stats .column, .keek-card.hashtag-style .card-stats .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.keek-card.profile-style .card-user {
  display: none; }
.keek-card.profile-style .card-meta .card-caption {
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis; }
.keek-card.profile-style .card-stats {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
  padding-bottom: 0.625rem; }
  .keek-card.profile-style .card-stats .column, .keek-card.profile-style .card-stats .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.keek-card.meta-only-style .card-meta .card-caption {
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis; }
.keek-card.meta-only-style .card-image-container {
  display: none; }
.keek-card.meta-only-style .card-user .follow-user-action {
  display: inline-block; }
.keek-card.meta-only-style .card-user .kicon-lock {
  margin-left: 0;
  top: 6px;
  font-size: 1.15625rem;
  position: relative; }
.keek-card.meta-only-style .card-stats .share-twitter-action,
.keek-card.meta-only-style .card-stats .share-facebook-action,
.keek-card.meta-only-style .card-stats .embed-keek-reveal-action {
  display: inline-block; }
.keek-card.meta-only-style .card-stats .like-keek-action {
  display: inline-block; }
.keek-card.meta-only-style .card-stats.card-posted {
  display: block; }

.keek-card.thumb-only-style > *:not(.card-image-container) {
  display: none; }

.keek-card.stream-style {
  min-height: 0; }
  .keek-card.stream-style .card-image-container {
    width: 45%;
    float: left; }
  .keek-card.stream-style .card-user,
  .keek-card.stream-style .card-meta,
  .keek-card.stream-style .card-stats {
    width: 55%;
    float: left; }
  .keek-card.stream-style .card-user .kicon-lock {
    margin-left: 0;
    top: 5px;
    font-size: 1.15625rem;
    position: relative; }
  .keek-card.stream-style .card-meta .card-caption {
    max-height: 5.5rem;
    overflow: hidden;
    text-overflow: ellipsis; }
  .keek-card.stream-style .card-stats {
    position: absolute;
    bottom: 1.875rem;
    right: 1.25rem;
    margin-left: 0;
    padding-bottom: 0.625rem; }
    .keek-card.stream-style .card-stats .column, .keek-card.stream-style .card-stats .columns {
      padding-left: 0.625rem;
      padding-right: 0.625rem; }
    .keek-card.stream-style .card-stats .share-twitter-action,
    .keek-card.stream-style .card-stats .share-facebook-action {
      position: relative;
      top: 5px;
      display: inline-block; }
    .keek-card.stream-style .card-stats .share-facebook-action {
      padding-right: 0; }
    .keek-card.stream-style .card-stats .flag-keek-reveal-action {
      display: none; }
  .keek-card.stream-style .card-stats.card-posted {
    display: block;
    bottom: 0;
    padding-top: 0.625rem; }

.keek-card.latest-keeks-style .card-meta .card-caption {
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis; }
.keek-card.latest-keeks-style .card-user .kicon-lock {
  margin-left: 0;
  top: 5px;
  font-size: 1.15625rem;
  position: relative; }
.keek-card.latest-keeks-style .card-stats {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
  padding-bottom: 0.625rem; }
  .keek-card.latest-keeks-style .card-stats .column, .keek-card.latest-keeks-style .card-stats .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.search-results-keeks p {
  text-align: center;
  font-size: 1.375rem; }

.search-results-keeks .keek-card.search-results-style .card-meta .card-caption {
  max-height: 2.75rem;
  overflow: hidden;
  text-overflow: ellipsis; }
.search-results-keeks .card-user .kicon-lock {
  margin-left: 0;
  top: 5px;
  font-size: 1.15625rem;
  position: relative; }
.search-results-keeks .card-stats {
  width: 100%;
  position: absolute;
  bottom: 0;
  margin-left: 0;
  padding-bottom: 0.625rem; }
  .search-results-keeks .card-stats .column, .search-results-keeks .card-stats .columns {
    padding-left: 0.625rem;
    padding-right: 0.625rem; }

.keek-card.keek-details-style {
  min-height: 0;
  max-height: 200px; }
  .keek-card.keek-details-style .card-image-container {
    width: 100%;
    height: 200px;
    float: left; }
  .keek-card.keek-details-style .card-user,
  .keek-card.keek-details-style .card-meta,
  .keek-card.keek-details-style .card-stats {
    display: none; }

.profile-card {
  min-height: 324px;
  position: relative;
  border: 0.0625rem solid #1a1a1a;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: block;
  color: #eeeeee; }
  .profile-card * {
    color: #eeeeee; }
  .profile-card .card-image-container {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    background: url("../../../static/dist/img/default-image.png") center center no-repeat;
    top: 0;
    left: 0;
    z-index: 1; }
    .profile-card .card-image-container .card-image {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover;
      background-position: center center;
      z-index: 1;
      display: inline-block; }
      .profile-card .card-image-container .card-image:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(26, 26, 26, 0.85);
        z-index: 1; }
  .profile-card .card-user {
    padding: 4.375rem 0.625rem 1.25rem;
    position: relative;
    z-index: 2;
    text-align: center; }
    .profile-card .card-user .card-user-avatar {
      width: 70px;
      height: 70px;
      margin: 0 auto 0.625rem;
      display: block; }
    .profile-card .card-user .card-username {
      font-size: 1rem;
      line-height: 1.375rem;
      color: #eeeeee;
      vertical-align: middle; }
    .profile-card .card-user .card-country {
      display: none; }
    .profile-card .card-user .kicon-verified {
      font-size: 1.375rem;
      line-height: 1.875rem;
      vertical-align: middle;
      position: relative;
      top: 4px; }
  .profile-card .card-stats {
    position: relative;
    z-index: 2; }
    .profile-card .card-stats .card-keeks,
    .profile-card .card-stats .card-followers,
    .profile-card .card-stats .card-following {
      font-size: 0.78125rem;
      color: #aaaaaa;
      text-align: center;
      margin-bottom: 0.625rem; }

.search-results-users p {
  text-align: center;
  font-size: 1.375rem; }

.search-results-users {
  text-align: center; }
  .search-results-users .result-cards li {
    position: relative; }
  .search-results-users .result-cards a.button {
    position: absolute;
    z-index: 20;
    bottom: 3.75rem;
    left: 50%;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .search-results-users .result-cards .card-user {
    padding: 3.125rem 0.625rem 1.25rem; }
    .search-results-users .result-cards .card-user .card-country {
      display: block;
      font-size: 1rem;
      line-height: 1.375rem;
      height: 1.375rem;
      color: #aaaaaa;
      vertical-align: middle; }
    .search-results-users .result-cards .card-user .kicon-verified {
      line-height: 0; }
    .search-results-users .result-cards .card-user .kicon-lock {
      margin-left: 0;
      top: 6px;
      font-size: 1.15625rem;
      position: relative; }
  .search-results-users .result-cards .card-stats {
    padding-bottom: 5.625rem; }

.profile-card.latest-keeks-style .card-user {
  padding: 110px 10px; }
.profile-card.latest-keeks-style .card-image {
  background: url("../../../static/dist/img/latest-keeks-bg.png") center center no-repeat !important; }

.user-card {
  padding: 0.625rem 1.25rem;
  position: relative; }
  .user-card .card-user-avatar {
    width: 40px;
    height: 40px;
    margin: 0 0.625rem 0 0;
    display: inline; }
  .user-card .card-username {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #eeeeee;
    vertical-align: middle; }
  .user-card .kicon-verified {
    font-size: 1.375rem;
    line-height: 1.875rem;
    vertical-align: middle;
    position: relative;
    top: 4px; }
  .user-card .kicon-lock {
    margin-left: 0;
    top: 5px;
    font-size: 1.15625rem;
    position: relative; }
  .user-card .card-stats {
    padding-left: 3.25rem; }
    .user-card .card-stats span[class*="card-"] {
      font-size: 0.78125rem;
      color: #777777;
      display: inline-block;
      padding: 0 0.3125rem; }
    .user-card .card-stats span[class*="card-"]:first-child {
      padding-left: 0; }
    .user-card .card-stats span[class*="card-"]:last-child {
      padding-right: 0; }
  .user-card .follow-user-action {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    padding: 4px 10px;
    margin: -14px 0 0;
    display: inline-block; }
    .user-card .follow-user-action .kicon-add:before {
      position: relative;
      top: 1px; }
    .user-card .follow-user-action span span {
      display: none; }
  .user-card .follow-user-action.active {
    background-color: #1a1a1a; }

.all-comments .user-card.comment-style {
  border-bottom: 0.0625rem solid #1a1a1a;
  padding-left: 1.25rem; }
  .all-comments .user-card.comment-style .keekback-img {
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    vertical-align: top;
    margin-bottom: 0.625rem; }
  .all-comments .user-card.comment-style .card-stats {
    margin-top: 0.625rem;
    position: relative; }
    .all-comments .user-card.comment-style .card-stats:hover .card-play-icon.kicon-play {
      color: #1a1a1a; }
  .all-comments .user-card.comment-style .date-created {
    font-size: 0.78125rem;
    color: #777777; }
  .all-comments .user-card.comment-style .kicon-history {
    position: relative;
    top: 1px;
    color: #777777; }
  .all-comments .user-card.comment-style .card-comment {
    width: 100%;
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #aaaaaa;
    overflow: hidden;
    margin-top: -0.625rem;
    word-wrap: break-word; }
    .all-comments .user-card.comment-style .card-comment a {
      font-size: 1.125rem; }
  .all-comments .user-card.comment-style .reveal-links {
    margin-top: 0.625rem;
    list-style-type: none; }
  .all-comments .user-card.comment-style .kicon-history {
    vertical-align: sub; }
  .all-comments .user-card.comment-style .date-created {
    display: inline-block;
    position: relative;
    top: 2px; }
  .all-comments .user-card.comment-style .keekback-action {
    margin-right: 0.625rem; }
  .all-comments .user-card.comment-style .card-play-icon.kicon-play {
    position: absolute;
    top: 17px;
    left: 70px;
    color: #eeeeee;
    font-size: 2.1875rem; }

.reveal-modal, dialog {
  max-width: 46.875rem;
  border: 0.0625rem solid #1a1a1a;
  background-color: #262626;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  border-radius: 0;
  padding: 1.25rem; }

#flag-keek-modal {
  max-width: 26.875rem; }
  #flag-keek-modal h2 {
    margin-bottom: 1.25rem; }
  #flag-keek-modal .flag-content-wrapper .content-user {
    margin-bottom: 1.25rem; }
    #flag-keek-modal .flag-content-wrapper .content-user .content-avatar {
      margin-right: 0.625rem; }
    #flag-keek-modal .flag-content-wrapper .content-user .content-username {
      font-size: 0.875rem;
      color: #eeeeee; }
    #flag-keek-modal .flag-content-wrapper .content-user .content-verified {
      font-size: 1rem;
      position: relative;
      top: 4px; }
  #flag-keek-modal .flag-content-wrapper .content-keek {
    margin-left: 1.25rem;
    margin-bottom: 1.25rem; }
    #flag-keek-modal .flag-content-wrapper .content-keek .content-thumbnail {
      max-height: 2.8125rem;
      margin-right: 0.625rem;
      float: left; }
    #flag-keek-modal .flag-content-wrapper .content-keek .content-caption {
      color: #aaaaaa; }
  #flag-keek-modal .flag-disclaimer {
    font-size: 0.625rem;
    color: #777777; }
    #flag-keek-modal .flag-disclaimer a {
      font-size: 0.625rem; }

#flag-comment-modal,
#report-user-modal {
  max-width: 26.875rem; }

#embed-keek-modal label {
  color: #aaaaaa;
  margin-right: 0.625rem; }
#embed-keek-modal .video-publisher {
  font-size: 1rem;
  margin-right: 0;
  max-width: 75%; }
  #embed-keek-modal .video-publisher select[name="publisher"] {
    margin-top: 0.3125rem; }
#embed-keek-modal .video-size {
  font-size: 1rem;
  margin-right: 0;
  max-width: 50%; }
  #embed-keek-modal .video-size select[name="size"] {
    margin-top: 0.3125rem; }
  #embed-keek-modal .video-size input[name="width"],
  #embed-keek-modal .video-size input[name="height"] {
    width: 50%;
    display: inline-block; }
#embed-keek-modal textarea {
  background: #1a1a1a;
  color: #aaaaaa;
  height: 75px;
  max-height: 210px;
  width: 100%;
  max-width: 100%; }

#download-app-modal {
  max-width: 41.25rem; }
  #download-app-modal .logo {
    width: 8.4375rem;
    padding: 1.25rem 0;
    margin: 0 auto;
    display: block; }
  #download-app-modal .logo path.keek {
    fill: #ffffff; }
  #download-app-modal .download-caption {
    width: 100%;
    text-align: center;
    font-size: 1.375rem;
    color: #eeeeee;
    text-transform: capitalize; }

#upload-modal {
  max-width: 28.125rem; }

#delete-confirmation-modal {
  max-width: 26.875rem; }

#toast-container > div {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

h2.section-header {
  height: 60px;
  color: #eeeeee;
  font-size: 1rem;
  margin: 0;
  padding: 0 0 1.25rem;
  background-color: #262626;
  text-transform: uppercase; }
  h2.section-header .row {
    max-width: 66.25rem;
    margin: 0 auto; }
    h2.section-header .row a.columns {
      color: #eeeeee;
      font-size: 1rem;
      text-transform: uppercase; }
    h2.section-header .row .columns {
      display: table-cell;
      vertical-align: middle;
      padding: 0; }
      h2.section-header .row .columns i {
        color: #ffffff;
        font-size: 1.875rem;
        vertical-align: middle; }
      h2.section-header .row .columns a {
        float: right;
        font-size: 0.78125rem;
        color: #777777;
        line-height: 2.5625rem;
        text-transform: capitalize; }
        h2.section-header .row .columns a:hover, h2.section-header .row .columns a:hover.button {
          color: #ffffff; }

.uv-icon > .uv-bubble-background {
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

#upload-modal .keek-uploader {
  position: relative;
  width: 100%;
  padding: 0 1.25rem 1.25rem; }
  #upload-modal .keek-uploader form {
    display: block;
    border-radius: 10px; }
  #upload-modal .keek-uploader label {
    color: #aaaaaa; }
  #upload-modal .keek-uploader textarea {
    height: 50px;
    resize: none; }
  #upload-modal .keek-uploader .keek-uploader-hint {
    font-size: 0.7rem;
    color: #777777;
    font-weight: normal; }
    #upload-modal .keek-uploader .keek-uploader-hint > span {
      display: none; }
    #upload-modal .keek-uploader .keek-uploader-hint > span.initial {
      display: block; }
  #upload-modal .keek-uploader .keek-uploader-drop-holder {
    width: 100%;
    height: 210px;
    margin: 0;
    padding: 80px 1.25rem;
    background: #eeeeee;
    border: 10px dashed #cccccc;
    outline: none; }
    #upload-modal .keek-uploader .keek-uploader-drop-holder.drop {
      border: 10px dashed #333333; }
  #upload-modal .keek-uploader .progress {
    position: relative;
    width: 350px;
    height: 10px;
    padding: 0;
    margin: 0;
    border: none;
    background-color: #f6f6f6; }
  #upload-modal .keek-uploader .bar {
    position: relative;
    width: 0;
    height: 100%;
    background-color: #ffffff; }
  #upload-modal .keek-uploader .percent {
    position: absolute;
    width: 14px;
    margin: -10px 0 0 -7px;
    left: 50%;
    font-size: 10px;
    line-height: 10px;
    color: #aaaaaa;
    font-weight: bold;
    display: inline-block; }
  #upload-modal .keek-uploader .actions {
    margin-top: 1.25rem; }
#upload-modal .reminder {
  font-size: 0.7rem;
  color: #888888;
  font-weight: normal;
  padding: 1.25rem;
  background: #dddddd;
  margin: 0 -1.25rem -1.25rem; }

.leader-player .lp-items {
  padding: 0; }

.leader-player-playall-trigger {
  font-size: 0.78125rem !important;
  color: #777777 !important;
  border: none !important;
  background: none !important; }
  .leader-player-playall-trigger.selected {
    color: #ffffff; }

.avatar {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1000px;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

.static-page .read-friendly,
.static-page .read-friendly * {
  background: #aaaaaa;
  color: #1a1a1a; }
.static-page .read-friendly a,
.static-page .read-friendly a:visited {
  text-decoration: underline;
  font-weight: bold; }
.static-page .read-friendly a:hover,
.static-page .read-friendly a:active {
  color: #262626; }
.static-page .hashtag-row {
  background: #262626;
  box-shadow: none; }
  .static-page .hashtag-row .hashtag-list {
    min-height: 50px;
    text-align: center; }
    .static-page .hashtag-row .hashtag-list .button {
      margin: 0 0.625rem 1.25rem;
      text-decoration: none; }
      .static-page .hashtag-row .hashtag-list .button:hover {
        color: #aaaaaa; }
    .static-page .hashtag-row .hashtag-list .button:first-child {
      margin-left: 0; }
    .static-page .hashtag-row .hashtag-list .button:last-child {
      margin-right: 0; }
    .static-page .hashtag-row .hashtag-list.images-only .button {
      padding: 0; }
      .static-page .hashtag-row .hashtag-list.images-only .button img {
        border-radius: 0.3125rem; }

body.embed {
  padding: 0; }
  body.embed .body-wrapper {
    width: 100%;
    height: 100%;
    padding: 0; }
  body.embed .body-push {
    display: none !important; }
  body.embed .video-player.embed-player {
    overflow: hidden; }
  body.embed .video-player.embed-player > video {
    width: 100% !important;
    height: 100% !important; }
  body.embed .uv-icon {
    display: none !important; }
  body.embed iframe[name="nativeLoaderIframe"] {
    display: none; }

#embedError {
  text-align: center;
  height: 100%; }
  #embedError .logo {
    width: 7.5rem;
    height: 1.66667rem;
    margin-bottom: 2.5rem; }
    #embedError .logo path.keek {
      fill: #ffffff; }
  #embedError div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    #embedError div > p {
      color: #eeeeee;
      font-size: 20px;
      width: 80%;
      margin: 0 auto 20px auto; }
    #embedError div p:last-of-type a {
      color: #aaaaaa; }

.video-player .jwlogo {
  right: 2.5rem !important; }

#embedProfileId {
  background-color: rgba(38, 38, 38, 0.9);
  position: absolute;
  right: 90px;
  bottom: 50px;
  border: 0.0625rem solid #1a1a1a;
  padding: 0.625rem;
  height: auto !important;
  width: auto !important;
  display: none; }
  #embedProfileId > div {
    margin-top: 0.625rem; }
    #embedProfileId > div #keeks, #embedProfileId > div #followers, #embedProfileId > div #following {
      display: inline-block;
      margin-right: 0.9375rem;
      color: #aaaaaa; }
      #embedProfileId > div #keeks span:first-of-type, #embedProfileId > div #followers span:first-of-type, #embedProfileId > div #following span:first-of-type {
        margin-right: 0.3125rem; }
  #embedProfileId a {
    color: #eeeeee; }
  #embedProfileId img {
    width: 40px;
    height: 40px;
    display: inline;
    border-radius: 40px;
    vertical-align: middle;
    margin-right: 1.25rem; }

#embedInfoId {
  background-color: rgba(38, 38, 38, 0.9);
  position: absolute;
  left: 120px;
  top: 60px;
  border: 0.0625rem solid #1a1a1a;
  padding: 0.625rem 0.625rem;
  height: auto !important;
  width: 250px !important;
  display: none; }
  #embedInfoId span {
    color: #777777; }
  #embedInfoId .info-caption {
    color: #aaaaaa;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.625rem;
    white-space: nowrap;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; }
    #embedInfoId .info-caption a {
      color: #777777; }
  #embedInfoId .info-views {
    display: inline-block;
    width: 50%; }
    #embedInfoId .info-views span:first-of-type {
      margin-right: 10px; }
  #embedInfoId .info-likes {
    display: inline-block;
    width: 49%; }
    #embedInfoId .info-likes span:first-of-type {
      margin-right: 10px; }
  #embedInfoId .info-posted {
    margin-top: 0.625rem; }

.jwdock {
  height: 44px !important; }
  .jwdock .jwdockbuttons {
    height: 100%; }
    .jwdock .jwdockbuttons .button {
      padding-right: 5px;
      padding-bottom: 5px;
      background: transparent !important;
      box-shadow: none !important; }
      .jwdock .jwdockbuttons .button > div {
        width: 40px;
        height: 40px; }

#embedDataId {
  display: none; }

body.keek .body-wrapper .keek-landing .keek-wrapper {
  margin-top: 0;
  margin-bottom: 1.25rem; }
  body.keek .body-wrapper .keek-landing .keek-wrapper > .columns {
    padding: 0; }
  body.keek .body-wrapper .keek-landing .keek-wrapper .keek-caption-wrapper {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  body.keek .body-wrapper .keek-landing .keek-wrapper .keek-card.meta-only-style {
    min-height: 0;
    border: none;
    box-shadow: none; }
    body.keek .body-wrapper .keek-landing .keek-wrapper .keek-card.meta-only-style .card-user {
      padding: 0; }
    body.keek .body-wrapper .keek-landing .keek-wrapper .keek-card.meta-only-style .card-meta {
      padding: 1.25rem 0; }
    body.keek .body-wrapper .keek-landing .keek-wrapper .keek-card.meta-only-style .card-stats > .columns:last-child {
      float: left; }
  body.keek .body-wrapper .keek-landing .keek-wrapper .suggested-users {
    list-style: none;
    position: relative;
    background-color: #262626;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
    body.keek .body-wrapper .keek-landing .keek-wrapper .suggested-users .user-card {
      border-top: 0.0625rem solid #1a1a1a; }
  body.keek .body-wrapper .keek-landing .keek-wrapper .body-content.comment > div {
    padding-left: 0; }
  body.keek .body-wrapper .keek-landing .keek-wrapper .body-content.comment .suggested-users {
    box-shadow: none; }
    body.keek .body-wrapper .keek-landing .keek-wrapper .body-content.comment .suggested-users li:last-of-type .user-card {
      border-bottom: 0.0625rem solid #1a1a1a; }

.video-player {
  width: 100%;
  height: 100%;
  background: black; }
  .video-player video {
    width: 100%;
    height: 530px;
    display: block;
    margin: 0 auto; }
  .video-player > div {
    width: 100%;
    height: 530px;
    background: #1a1a1a;
    outline: none !important; }

.video-player.video-error > div {
  background: #1a1a1a url("../../../static/dist/img/default-image.png") center center no-repeat; }

.jwdisplay #video-LEXreab_display_button_play.jwicon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAkCAYAAADGrhlwAAAAwklEQVR42u3ZsQ3DIBAFUMYARGcGYAPqpMJTsII3YABEhdguSsa4mAIpA9hYvvziS7RP4sMhhJTyoZR6a63pzumGbhEcML8owQUzAhBAAAEE0H+Dtm0j5xwfUGuNaq0UY6RlWXiARnLOFEIgYwwP0EhKibz3fEAjM/o1FTSjX9NBZ/frMtBZ/QLoKFAphdZ1vf+WG4eCtRbHNi7Wo0G9JyxGn7N7gucDHngAAQQQQADNAnH68NrzEfuc9ewLBphXt3wB+f8r89XosRYAAAAASUVORK5CYII=") !important; }

.jwdisplay #video-LEXreab_display_button_play.jwicon:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAkCAYAAADGrhlwAAAA0klEQVR42u3ZPQoCMRAF4EEECwsLQSYhgtq51rYWdlpa2dlbirjiVTyJ5/AKsmIvWI4bIbAH2EQcX/Eg7Qfz8kOImRfGmMJaK78cb/AW0oCpokgLJgQggAACCKD/Bm0uLclmPT2g04vk+CRZndsyGLMOUMiuaMj80BHXVwIK2V6bMl139YBCUvQrKajar2HGOkCx+/U1UKx+AVQXaP8oRy5XMHJhUxhNGNs2Dta6QZ+eaLj6xO4Jng944AEEEEAAAZQKpOnDq8ydnHNLv1CAuXnLGwi0/0BOQ9mpAAAAAElFTkSuQmCC") !important; }

.jwdisplay #video-LEXreab_display_button_replay.jwicon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAkCAYAAADGrhlwAAABZklEQVR42u2ZSWqFQBCGPYaK0xEcEM+QXEF3jnd47tWVS3G6XUiOUcnfIDQmJAgh2J1eFEih4Pes+qr0abquPxmG8WqaJokcYACLJgMMD6XJAnOEAlJACkgB/T1QmqbyAAFm33c5gA4YKYB4GOGBzjCIeZ6p73vK85x83xcLKMuyT0B8bNtGTdOQ67rilNwZyvM8SpKEiqKgZVlY7vF4kG3b4kiBh+LzURTROI4sX9e1WNo+oM75MAxZX63rSkEQiDVYAfVVvixLBosylGL1QU8BCPaTAshxHAYESdwO6DDXFWvBfLhmmqb7AaFscHMoo6sl13Xd/YCwAVxtcJx7WylAvVAwVAwl/3S+ENrGkMQvjqGJ4fkdjBCDFULAOnOYC6UUxzFrfgSO+dWnbdv7rz64waqq2AIq1XKKVwQ8jWEY2BOBmmEz5H6zZ9RHEgWkgBTQPwOS6Q+vj3jTLMt6xoEEMC9geQe9pAsvwipjZQAAAABJRU5ErkJggg==") !important; }

.jwdisplay #video-LEXreab_display_button_replay.jwicon:hover {
  background-color: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAkCAYAAADGrhlwAAABlklEQVR42u2Zy0rDQBSGJxjoIrozIRNSK+KqFn0DFRXEurCNT1CXZuNGbX0C8wDei2+ivoOXvQvRlQtvuDzmn5ISakQLIplxFgeGYQbmS875zpAw13WXOOf3nueRzAEGsDAVYNJQTBWYJDSQBtJAGujvgaq7Q+oAAWbnnakBlMAoAZSGkR6oFwax/WRQeGXSyt4glacdyYCiz0DpaL0xWj21qDjGJUq5HqjSOKep5WGqH1rUfDbEXOO8QH6JSySFKFsKlQWbNm4HxHxwYkmm7Shb25V5W9RV65XRxKwjWWONshtr/cgSsLUDS42rD2oKQOG1qQZQcZQLIEgid0CJufqxFsyHPZuPOQRC2uBwSKN+U279MocpV9vvFDj6zE/3YG1upQD1QsFQMZT87fo5CbQdtDtPHE0TzfOrdQDuNtZ2jhsrhNA4K3TNhVSaXLRpJC5+BMaYSwSydiHB1QcHDI4tcQFV6nJannHE2whvTGq+GLQVqxk2w9xv1oz+SKKBNJAG+mdAKv3wiuOB+b5fxUABmDuwfAB4rOcFmy9W/AAAAABJRU5ErkJggg==") !important; }

.jwcontrolbar {
  height: 58px; }

.jwrailgroup.Progress .jwtimeSliderProgress {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHNJREFUeNrs0UsOgCAMBNAO+LkDnNDDeiFMO34iLDQuXRg7G4YFr01AzlnV5AxFUHtruDdsOe5mBHrEYevkYrqQCkqIsSMZAq7aY1gPsm5CKdTS3u9D9zEW5LU47bTTP6AxzeMHt04p+Tc67bTT/6JXAQYAYOkjCMLiA7cAAAAASUVORK5CYII=") 50% 50%/30px 30px repeat-x !important; }

.jwcontrolbar .jwprogressOverflow .jwtimeSliderProgressCapRight {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAeCAYAAAARgF8NAAAA40lEQVR42uWSMQ6CQBBFRwVRUdTK2HAXO+/gITiKlt7GyitQ0xoqAgUuG9b9Ztas6MoB3OSRmf9+AWGJ/uYMeugvDC1GjJ09Aw+kaboFZmdHXlEU+7ZtU8UHM7JnKc/znc6k+jwSjqSUV+U4cNSo2uVV0zSKivp2dxX0ewiqquroKmh3oiRJNkKIS1cig8NnLuI4XmdZdijL8gwwI4Mjfiw1K82aWXH2KkRWycjIFOadki3haKYJraIRITua8GCKobXDUcADmDJmhyNfM2YCxuw+Wf/e72Dy1y1y8Xa9vvH70j4ABELhLz1kTfMAAAAASUVORK5CYII=") 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderRailCapLeft {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU2MTkwRkVCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU2MTkwRkRCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2NDYyZDEtMWI0OS00YTE1LTgxZDktYWE1ZjAyNTUzMjc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JWyMwwAAACtJREFUeNrszDERAAAIBCA1xvcPagoXDwLQSerG1Bm1Wq1Wq9Vq9f96BRgAigIAiqcXWZkAAAAASUVORK5CYII=) 50% 50%/3px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderBufferCapLeft {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAeCAYAAAARgF8NAAAA40lEQVR42uWSMQ6CQBBFRwVRUdTK2HAXO+/gITiKlt7GyitQ0xoqAgUuG9b9Ztas6MoB3OSRmf9+AWGJ/uYMeugvDC1GjJ09Aw+kaboFZmdHXlEU+7ZtU8UHM7JnKc/znc6k+jwSjqSUV+U4cNSo2uVV0zSKivp2dxX0ewiqquroKmh3oiRJNkKIS1cig8NnLuI4XmdZdijL8gwwI4Mjfiw1K82aWXH2KkRWycjIFOadki3haKYJraIRITua8GCKobXDUcADmDJmhyNfM2YCxuw+Wf/e72Dy1y1y8Xa9vvH70j4ABELhLz1kTfMAAAAASUVORK5CYII=") 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderBufferCapRight {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAeCAYAAAARgF8NAAAA40lEQVR42uWSMQ6CQBBFRwVRUdTK2HAXO+/gITiKlt7GyitQ0xoqAgUuG9b9Ztas6MoB3OSRmf9+AWGJ/uYMeugvDC1GjJ09Aw+kaboFZmdHXlEU+7ZtU8UHM7JnKc/znc6k+jwSjqSUV+U4cNSo2uVV0zSKivp2dxX0ewiqquroKmh3oiRJNkKIS1cig8NnLuI4XmdZdijL8gwwI4Mjfiw1K82aWXH2KkRWycjIFOadki3haKYJraIRITua8GCKobXDUcADmDJmhyNfM2YCxuw+Wf/e72Dy1y1y8Xa9vvH70j4ABELhLz1kTfMAAAAASUVORK5CYII=") 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderBuffer {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAeCAYAAAAGos/EAAAAFUlEQVR42mNgGFBQXl7+H4QRjAEFAAkZCZFYbN9LAAAAAElFTkSuQmCC") 50% 50%/2px 30px repeat-x !important; }

.jwcontrolbar .jwtimeSliderRail {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAeCAYAAAAGos/EAAAAFUlEQVR42mNgGFCgpqb2H4QRjAEFAAaBBcVns2gyAAAAAElFTkSuQmCC") 50% 50%/2px 30px repeat-x !important; }

.jwcontrolbar .jwbackground {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU2MTkwRkVCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU2MTkwRkRCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2NDYyZDEtMWI0OS00YTE1LTgxZDktYWE1ZjAyNTUzMjc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JWyMwwAAACtJREFUeNrszDERAAAIBCA1xvcPagoXDwLQSerG1Bm1Wq1Wq9Vq9f96BRgAigIAiqcXWZkAAAAASUVORK5CYII=) 50% 50%/30px 30px repeat-x !important; }

.jwcontrolbar .jwplay button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAAAfUlEQVR42mNgGAWjYGiCsrKy7ZWVlVo0s6C8vPw/EP+uqKiYCsSCtLIAhl8DfZTV0NDAQisLYPgq0DcetLQAjKkSP/gsQI6fwsJCIVpZQFn8kGABefEzmCx4D8TZtAgicCQXFxeLDKlkSrOM9p5WRQVl4TygxfUoGAWDCwAAOh4oGPTOh3cAAAAASUVORK5CYII=") 50% 50%/24px 30px no-repeat !important; }

.jwcontrolbar .jwplay button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAAAe0lEQVR42mNgGAWjYGiCuXPnbp83b54WLS34D8S/gXjqtGnTBGllAQy/njNnTlZDQwMLrSyA4atAizxoaQEMUx4/BCyAxw/QR0K0soCy+CHBAvLiZzBZ8B6Is2kRROBInjlzpsiQSqY0y2jvaVVUUBbOA1pcj4JRMLgAAAIHYOsGUqVaAAAAAElFTkSuQmCC") 50% 50%/24px 30px no-repeat !important; }

.jwcontrolbar .jwplay.jwtoggle button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAAAK0lEQVR42mNgGAWjYGiC8vLy/+iYHDWjFoxaMGrBqAWjFgxtC0bBKBhcAAAEwH6Qwre6VgAAAABJRU5ErkJggg==") 50% 50%/24px 30px no-repeat !important; }

.jwcontrolbar .jwplay.jwtoggle button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAeCAYAAAA2Lt7lAAAAK0lEQVR42mNgGAWjYGiCuXPn/kfH5KgZtWDUglELRi0YtWBoWzAKRsHgAgA028XQUT4/hAAAAABJRU5ErkJggg==") 50% 50%/24px 30px no-repeat !important; }

.jwcontrolbar .jwmute.jwtoggle button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAAUklEQVR42u3VsQoAIAhF0b5a3erPiwbBxLHn9C60dhbRMRhjnojMFkRVdwsChSICgzLyDcqfVo8QIex4m9lqgSoMuoIiBl+qjrWciYvxWDL2dACMWMPWyNjKNwAAAABJRU5ErkJggg==") 50% 50%/26px 30px no-repeat !important; }

.jwcontrolbar .jwmute.jwtoggle button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAAATElEQVR42u3VsQ0AIAgFUTeXRZhVbUyQUMqv7hJaX0NkDCK6ufuUIGeWBGmFItIGZeQblB+tBgiofb1NAlVY9xdkEihiqjNhHEuipw0mCOk+6pNkRQAAAABJRU5ErkJggg==") 50% 50%/26px 30px no-repeat !important; }

.jwcontrolbar .jwmute button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAABCElEQVR42mNgGAWjYMiA8vJyfiC+BsRlJSUl3FS3oKysrB7Jov9Q/BQo7khVS0AGg9i5ubnsQPYqIP4NtexPRUVFKNUsgVkEA5WVlWpAseNQuZ9AvjlVLEGyiBGKGRoaGtiA4ntBckBfXYSJU2QJzCJoHG0CWsID4hcXF4sA+a+garyJSU3/CWG0xDAfyVG1ULHltLDoLzB5i0HF9KFi92hhEShe3KBxxQUV+0UTi4DYDs2ir/QKutuDJzGgA2D4N+CxaAuIRk/epaWlPmRlWHTLcGTYPVD582RlWGyWIYsDXa+KXAQB1RlTXN7BLKNpoYpsGc2rCfSKD2j4ZaDFpbDybhSMgsEFAKhjjaLgVYCxAAAAAElFTkSuQmCC") 50% 50%/26px 30px no-repeat !important; }

.jwcontrolbar .jwmute button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAYAAAAy2w7YAAABDklEQVR42mNgGAWjYMiAmTNn8s+dO/favHnzyhYtWsRNdQuAhtcjWfQfip8CsSNVLQEZDGJPmjSJHeibVUD+b6hlf+bMmRNKNUtgFsHArFmz1IAWHofK/QSyzaliCcyi////M4IwiL1q1So2oPheqPxFmDhFlsAsAsUR0PWbpk6dygPliwDlXoHkgUHoTYzB/wlhtMQwH0lvLVRsOS0s+gtM3mJQvfpQsXu0sAiE3aBiXFD+L5pYBIwTOzSLvtIr6G4PnsSAxeIGPBZtAdHoyRuY7H3IzbANRGTYPdD4Ok9WhsVmGbL4/PnzVZGLoNmzZxtTo7xroHmhimwZzasJLBXfZSAuhZV3o2AUDC4AAGa88Wtgy5nmAAAAAElFTkSuQmCC") 50% 50%/26px 30px no-repeat !important; }

.jwcontrolbar .jwvolumeHProgress {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAIAAADYVGvwAAAANklEQVR42u3SMQ0AQAgEQXQg9Y3T4oHmIZnNCZjiIhcUEBAQEBAQJxGv/m8HwicgICAgICCGNeVE9kjyT1HSAAAAAElFTkSuQmCC") 0% 50%/44px 30px repeat-x !important; }

.jwcontrolbar .jwfullscreen button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAAM0lEQVR42mNgGAWjACcoLy//jwtTopb2BlPq41GDB8DgUUC/LD2a3IawwUOnPB4FowAOANKC5YFIGppVAAAAAElFTkSuQmCC") 50% 50%/22px 30px no-repeat !important; }

.jwcontrolbar .jwfullscreen button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAANElEQVR42mNgGAWjACeYO3fuf1yYErW0N5hSH48aPAAGjwL6ZenR5DaEDR465fEoGAVwAADkMxBQzEJoZQAAAABJRU5ErkJggg==") 50% 50%/22px 30px no-repeat !important; }

.jwcontrolbar .jwfullscreen.jwtoggle button {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAANklEQVR42mNgGAWjgCRQXl7+H4SJFR81eIAMhinGhilRSzuDRwH9su/QThWjZcUQNngUjFAAANKC5YEaaqdVAAAAAElFTkSuQmCC") 50% 50%/22px 30px no-repeat !important; }

.jwcontrolbar .jwfullscreen.jwtoggle button:hover {
  margin-top: -2px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAeCAYAAAAo5+5WAAAANklEQVR42mNgGAWjgCQwd+7c/yBMrPiowQNkMEwxNkyJWtoZPArol32HdqoYLSuGsMGjYIQCAOQzEFDTD2dtAAAAAElFTkSuQmCC") 50% 50%/22px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderProgressCapLeft {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU2MTkwRkVCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU2MTkwRkRCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2NDYyZDEtMWI0OS00YTE1LTgxZDktYWE1ZjAyNTUzMjc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JWyMwwAAACtJREFUeNrszDERAAAIBCA1xvcPagoXDwLQSerG1Bm1Wq1Wq9Vq9f96BRgAigIAiqcXWZkAAAAASUVORK5CYII=) 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwtimeSliderProgressCapRight {
  width: 7px !important;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAeCAYAAAARgF8NAAAA40lEQVR42uWSMQ6CQBBFRwVRUdTK2HAXO+/gITiKlt7GyitQ0xoqAgUuG9b9Ztas6MoB3OSRmf9+AWGJ/uYMeugvDC1GjJ09Aw+kaboFZmdHXlEU+7ZtU8UHM7JnKc/znc6k+jwSjqSUV+U4cNSo2uVV0zSKivp2dxX0ewiqquroKmh3oiRJNkKIS1cig8NnLuI4XmdZdijL8gwwI4Mjfiw1K82aWXH2KkRWycjIFOadki3haKYJraIRITua8GCKobXDUcADmDJmhyNfM2YCxuw+Wf/e72Dy1y1y8Xa9vvH70j4ABELhLz1kTfMAAAAASUVORK5CYII=") 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwcapLeft {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU2MTkwRkVCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU2MTkwRkRCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2NDYyZDEtMWI0OS00YTE1LTgxZDktYWE1ZjAyNTUzMjc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JWyMwwAAACtJREFUeNrszDERAAAIBCA1xvcPagoXDwLQSerG1Bm1Wq1Wq9Vq9f96BRgAigIAiqcXWZkAAAAASUVORK5CYII=) 50% 50%/7px 30px no-repeat !important; }

.jwcontrolbar .jwcapRight {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAIAAAC0Ujn1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUU2MTkwRkVCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUU2MTkwRkRCQjhCMTFFNDk4QkZFMjQ5N0I1RjA3MTkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3NjY0NjJkMS0xYjQ5LTRhMTUtODFkOS1hYTVmMDI1NTMyNzkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzY2NDYyZDEtMWI0OS00YTE1LTgxZDktYWE1ZjAyNTUzMjc5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+JWyMwwAAACtJREFUeNrszDERAAAIBCA1xvcPagoXDwLQSerG1Bm1Wq1Wq9Vq9f96BRgAigIAiqcXWZkAAAAASUVORK5CYII=) 50% 50%/7px 30px no-repeat !important; }

.keek-landing .body-content.comment .all-comments {
  list-style-type: none; }
  .keek-landing .body-content.comment .all-comments li:not(:first-of-type) {
    padding-top: 0.1875rem; }
.keek-landing .body-content.comment .add-comment {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.625rem; }
  .keek-landing .body-content.comment .add-comment textarea {
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    border: 0;
    font-size: 1rem;
    min-height: 2.1875rem;
    max-height: 2.1875rem;
    max-width: 100%;
    transition: min-height 0.5s, max-height 0.5s;
    -webkit-transition: min-height 0.5s, max-height 0.5s;
    resize: none;
    overflow: hidden;
    opacity: 0.9; }
    .keek-landing .body-content.comment .add-comment textarea.increased-height {
      min-height: 8.75rem;
      max-height: 8.75rem;
      opacity: 1.0; }
  .keek-landing .body-content.comment .add-comment #commentRemaining {
    margin-top: 0.9375rem;
    display: inline;
    float: right;
    margin-right: 1.25rem;
    font-size: 0.625rem;
    color: #777777; }
.keek-landing .body-content.comment > div:not(.add-comment) {
  padding-left: 0; }
.keek-landing .body-content.comment .suggested-users {
  box-shadow: none; }
  .keek-landing .body-content.comment .suggested-users li:last-of-type .user-card {
    border-bottom: 0.0625rem solid #1a1a1a; }
.keek-landing .user-card.comment-style .comment-auth-actions {
  position: relative;
  z-index: 1;
  opacity: 0; }
.keek-landing .user-card.comment-style:hover .comment-auth-actions {
  opacity: 1; }
.keek-landing .user-keeks-module {
  padding-left: 1.25rem !important; }

.latest-keeks-banner {
  width: 100%;
  height: 16.25rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: table;
  color: #ffffff;
  top: -1.25rem;
  margin-top: -5rem;
  padding-top: 5rem; }
  .latest-keeks-banner > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative;
    z-index: 2; }
  .latest-keeks-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.85);
    z-index: 1; }
  .latest-keeks-banner p {
    text-align: center; }
  .latest-keeks-banner .latest-keeks-banner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #404040 no-repeat center center;
    background-size: cover;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    z-index: 1; }
    .latest-keeks-banner .latest-keeks-banner-image.fog {
      margin-top: -30px;
      -webkit-filter: blur(15px);
      -moz-filter: blur(15px);
      -o-filter: blur(15px);
      -ms-filter: blur(15px);
      filter: blur(15px);
      padding-top: 30px; }
  .latest-keeks-banner .latest-keeks-banner-name {
    font-size: 2.5625rem;
    line-height: 2.5625rem; }
  .latest-keeks-banner .latest-keeks-banner-sponsor {
    font-size: 1.375rem;
    line-height: 1.375rem; }
    .latest-keeks-banner .latest-keeks-banner-sponsor [class^="kicon-"]:before, .latest-keeks-banner .latest-keeks-banner-sponsor [class*=" kicon-"]:before {
      vertical-align: text-bottom; }
  .latest-keeks-banner .latest-keeks-banner-caption {
    color: #777777;
    font-size: 1rem;
    letter-spacing: 0.05rem;
    max-width: 66.25rem;
    margin-left: auto;
    margin-right: auto; }
  .latest-keeks-banner .latest-keeks-banner-keek-count {
    font-size: 1.375rem;
    line-height: 1.375rem;
    color: #aaaaaa; }
  .latest-keeks-banner .post-keek-into-latest-keeks-action {
    position: absolute;
    right: 5%;
    margin: -3.5rem 0 0 0 !important; }

.latest-keeks .latest-keeks-header {
  padding-bottom: 0.625rem; }
.latest-keeks #country-filter-dropdown {
  max-height: 250px;
  overflow-y: auto; }
.latest-keeks #country-filter-dropdown-button {
  font-size: 0.78125rem;
  color: #777777;
  margin: 0;
  border: none;
  box-shadow: none; }

.login-page > .columns {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative; }
.login-page .login-title {
  width: 100%;
  position: absolute;
  font-size: 2.8125rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  line-height: 4.0625rem;
  margin: 2.5rem 0 0 0;
  z-index: 1;
  text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.55); }
.login-page .login-logo {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: -90px;
  background: url("../../../static/dist/img/promo/peeks-live-stream-logo.png") center center no-repeat;
  background-size: cover;
  z-index: 48; }
.login-page .login-banner {
  width: 100%;
  height: 320px !important;
  margin-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background: url("../../../static/dist/img/promo/live-streaming-beta-background.png") center center no-repeat; }
.login-page form input[type="submit"] {
  margin-bottom: 1.25rem; }
.login-page .forgot-password-action {
  color: #777777;
  font-size: 0.78125rem;
  text-align: center;
  display: block;
  margin-bottom: 1.25rem; }
.login-page .facebook-sso-action,
.login-page .twitter-sso-action {
  font-size: 5rem;
  line-height: 5rem; }
.login-page .facebook-sso-action:hover {
  color: #3b5998; }
.login-page .twitter-sso-action:hover {
  color: #4099ff; }

.settings-page label, .settings-page p {
  color: #aaaaaa; }
.settings-page .kicon-widget:before {
  margin-right: 0.625rem; }
.settings-page form .options {
  text-align: left; }
  .settings-page form .options label {
    margin-top: -2px;
    vertical-align: text-top; }
  .settings-page form .options.space {
    margin-top: 4.375rem; }
.settings-page form p {
  text-align: left;
  margin-top: 1.25rem;
  font-size: 0.78125rem; }
.settings-page form ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  .settings-page form ul li {
    text-align: left; }
    .settings-page form ul li label {
      width: 90%;
      vertical-align: text-top;
      margin-top: 2px; }
    @media only screen and (min-width: 40.063em) and (max-width: 64em) {
      .settings-page form ul li label {
        width: 83%; } }
.settings-page form .button-space {
  margin-top: 2.5rem;
  text-align: left; }

.settings-page.deactivate-account .postfix-radius input, .settings-page.deactivate-account .postfix-radius .button {
  border-radius: 0.3125rem; }
.settings-page.deactivate-account .postfix-radius input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.settings-page.deactivate-account .postfix-radius .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: #aaaaaa; }

.not-found {
  min-height: 50%;
  background: url("../../../static/dist/img/not-found-monster.png") right center no-repeat; }
  .not-found h5 {
    margin-top: 1.25rem; }
  .not-found ul {
    list-style: none;
    margin: 1.25rem 0 0 0;
    padding: 0; }
  .not-found ul li {
    margin-bottom: 0.625rem; }
  .not-found a,
  .not-found a:active,
  .not-found a:visited {
    font-size: 1rem;
    line-height: 1rem;
    color: #eeeeee; }

body.messenger {
  background: transparent;
  color: #262626;
  /* Colours */ }
  body.messenger * {
    outline: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: all 0 none;
    transition: none; }
  body.messenger button, body.messenger .button {
    padding: 0;
    margin: 0; }
  body.messenger .open {
    bottom: 11px;
    left: 3px; }
  body.messenger h1, body.messenger h2, body.messenger h3, body.messenger h4, body.messenger h5, body.messenger h6 {
    font-style: normal; }
  body.messenger button, body.messenger a.button, body.messenger div.button, body.messenger span.button {
    border: 1px solid #C3CED5;
    cursor: pointer;
    font-weight: bold;
    font-family: Helvetica, Arial, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    behavior: url("../../../static/dist/img/messenger/PIE.htc"); }
  body.messenger button.green, body.messenger a.button.green, body.messenger .green {
    color: #5FB312; }
  body.messenger button.red, body.messenger a.button.red, body.messenger .red {
    color: #F04E37; }
  body.messenger button.blue, body.messenger a.button.blue, body.messenger .blue, body.messenger a.blue {
    color: #1E6E9E; }
  body.messenger button.yellow, body.messenger a.button.yellow, body.messenger a.button.small.yellow, body.messenger a.button.large.yellow {
    border: 1px solid #F78E3D;
    color: #163042;
    text-shadow: 0 1px 0 #EBF79A;
    -pie-background: linear-gradient(#ffe872, #ffcf0c);
    background-image: linear-gradient(bottom, #FFCE0C 0%, #FFE872 100%);
    background-image: -o-linear-gradient(bottom, #FFCE0C 0%, #FFE872 100%);
    background-image: -moz-linear-gradient(bottom, #FFCE0C 0%, #FFE872 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCE0C 0%, #FFE872 100%);
    background-image: -ms-linear-gradient(bottom, #FFCE0C 0%, #FFE872 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFCE0C), color-stop(1, #FFE872));
    behavior: url("../../../static/dist/img/messenger/PIE.htc");
    position: relative; }
  body.messenger button.yellow:hover, body.messenger a.button.yellow:hover, body.messenger a.button.small.yellow:hover, body.messenger a.button.large.yellow:hover {
    color: black;
    -pie-background: linear-gradient(#F7D752, #D3AC07);
    background-image: linear-gradient(bottom, #D3AE07 0%, #F7D652 100%);
    background-image: -o-linear-gradient(bottom, #D3AE07 0%, #F7D652 100%);
    background-image: -moz-linear-gradient(bottom, #D3AE07 0%, #F7D652 100%);
    background-image: -webkit-linear-gradient(bottom, #D3AE07 0%, #F7D652 100%);
    background-image: -ms-linear-gradient(bottom, #D3AE07 0%, #F7D652 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #D3AE07), color-stop(1, #F7D652));
    behavior: url("../../../static/dist/img/messenger/PIE.htc"); }
  body.messenger button.yellow:active, body.messenger a.button.yellow:active, body.messenger a.button.small.yellow:active, body.messenger a.button.large.yellow:active {
    color: black;
    -pie-background: linear-gradient(#ffcf0c, #ffe872);
    background-image: linear-gradient(bottom, #FFCE0C 0%, #E8B563 100%);
    background-image: -o-linear-gradient(bottom, #FFCE0C 0%, #E8B563 100%);
    background-image: -moz-linear-gradient(bottom, #FFCE0C 0%, #E8B563 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCE0C 0%, #E8B563 100%);
    background-image: -ms-linear-gradient(bottom, #FFCE0C 0%, #E8B563 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFCE0C), color-stop(1, #E8B563));
    behavior: url("../../../static/dist/img/messenger/PIE.htc"); }
  body.messenger .yellow {
    color: #FCEE21; }
  body.messenger .grey-b {
    color: #7C7C7C;
    font-size: 14px !important; }
  body.messenger button.small,
  body.messenger a.button.small,
  body.messenger button.medium,
  body.messenger a.button.medium,
  body.messenger button.large,
  body.messenger a.button.large,
  body.messenger button.xlarge,
  body.messenger a.button.xlarge,
  body.messenger .signup.panel .leftsigninbtn,
  body.messenger .signup.panel .button,
  body.messenger button.sign-in,
  body.messenger a.button.sign-in,
  body.messenger button.submit,
  body.messenger a.button.submit,
  body.messenger button.popup,
  body.messenger a.button.popup,
  body.messenger .sidebar-signup .button,
  body.messenger button.create-account,
  body.messenger a.button.create-account,
  body.messenger button.viewkeek,
  body.messenger a.button.viewkeek,
  body.messenger button.privatekeek,
  body.messenger a.button.privatekeek
  div.button,
  body.messenger span.medium {
    /*text-shadow: 0 1px 0 #fff;*/
    background: #fff;
    border: 1px solid #C3CED4;
    -pie-background: #F1F1F1 linear-gradient(#fff, #EAEAEA);
    background: #F1F1F1 -moz-linear-gradient(top, #ffffff 0%, #EAEAEA 100%);
    background: #F1F1F1 -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #EAEAEA));
    background: #F1F1F1 -webkit-linear-gradient(top, #ffffff 0%, #EAEAEA 100%);
    background: #F1F1F1 -o-linear-gradient(top, #ffffff 0%, #EAEAEA 100%);
    background: #F1F1F1 -ms-linear-gradient(top, #ffffff 0%, #EAEAEA 100%);
    background: #F1F1F1 linear-gradient(top, #ffffff 0%, #EAEAEA 100%);
    behavior: url("../../../static/dist/img/messenger/PIE.htc");
    text-shadow: 0 1px #fff; }
  body.messenger button.small:hover,
  body.messenger a.button.small:hover,
  body.messenger button.medium:hover,
  body.messenger a.button.medium:hover,
  body.messenger button.large:hover,
  body.messenger a.button.large:hover,
  body.messenger button.xlarge:hover,
  body.messenger a.button.xlarge:hover,
  body.messenger .signup.panel .leftsigninbtn:hover,
  body.messenger .signup.panel .button:hover,
  body.messenger button.sign-in:hover,
  body.messenger a.button.sign-in:hover,
  body.messenger button.submit:hover,
  body.messenger a.button.submit:hover,
  body.messenger button.popup:hover,
  body.messenger a.button.popup:hover,
  body.messenger .sidebar-signup .button:hover,
  body.messenger button.create-account:hover,
  body.messenger a.button.create-account:hover,
  body.messenger button.viewkeek:hover,
  body.messenger a.button.viewkeek:hover,
  body.messenger button.privatekeek:hover,
  body.messenger a.button.privatekeek:hover {
    color: #112434;
    -pie-background: linear-gradient(#F5F5F5, #DBDBDB);
    background: -ms-linear-gradient(#F5F5F5, #DBDBDB);
    background: -o-linear-gradient(#F5F5F5, #DBDBDB);
    background: -webkit-linear-gradient(#F5F5F5, #DBDBDB);
    background: -moz-linear-gradient(#F5F5F5, #DBDBDB);
    background: linear-gradient(#F5F5F5, #DBDBDB);
    behavior: url("../../../static/dist/img/messenger/PIE.htc"); }
  body.messenger button.small:active,
  body.messenger a.button.small:active,
  body.messenger button.medium:active,
  body.messenger a.button.medium:active,
  body.messenger button.large:active,
  body.messenger a.button.large:active,
  body.messenger button.xlarge:active,
  body.messenger a.button.xlarge:active,
  body.messenger .signup.panel .leftsigninbtn:active,
  body.messenger .signup.panel .button:active,
  body.messenger button.sign-in:active,
  body.messenger a.button.sign-in:active,
  body.messenger button.submit:active,
  body.messenger a.button.submit:active,
  body.messenger button.popup:active,
  body.messenger a.button.popup:active,
  body.messenger .sidebar-signup .button:active,
  body.messenger button.create-account:active,
  body.messenger a.button.create-account:active,
  body.messenger button.viewkeek:active,
  body.messenger a.button.viewkeek:active,
  body.messenger button.privatekeek:active,
  body.messenger a.button.privatekeek:active {
    color: #112434;
    /*background: #d5d8da;*/
    -pie-background: linear-gradient(#DBDBDB, #F5F5F5);
    background: -moz-linear-gradient(top, #DBDBDB 0%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #DBDBDB), color-stop(100%, #F5F5F5));
    background: -webkit-linear-gradient(top, #DBDBDB 0%, #F5F5F5 100%);
    background: -o-linear-gradient(top, #DBDBDB 0%, #F5F5F5 100%);
    background: -ms-linear-gradient(top, #DBDBDB 0%, #F5F5F5 100%);
    background: linear-gradient(top, #DBDBDB 0%, #F5F5F5 100%);
    behavior: url("../../../static/dist/img/messenger/PIE.htc"); }
  body.messenger button.disabled {
    color: #C3CED5;
    -pie-background: linear-gradient(#d5d8da, #fff);
    background: -moz-linear-gradient(top, #d5d8da 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5d8da), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #d5d8da 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #d5d8da 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #d5d8da 0%, #ffffff 100%);
    background: linear-gradient(top, #d5d8da 0%, #ffffff 100%); }
  body.messenger button.small,
  body.messenger a.button.small {
    font-size: 12px;
    padding: 3px 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px; }
  body.messenger a.button.small {
    padding: 4px 6px 3px; }
  body.messenger textarea, body.messenger input {
    resize: none; }
  body.messenger p, body.messenger h1, body.messenger h2, body.messenger h3, body.messenger h4, body.messenger h5, body.messenger h6, body.messenger a, body.messenger small {
    color: #262626; }
  body.messenger img {
    max-width: none; }
  body.messenger ul, body.messenger li {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  body.messenger ul {
    list-style-type: none;
    list-style: none; }
  body.messenger *,
  body.messenger *:before,
  body.messenger *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important; }

#messenger-window {
  position: fixed;
  z-index: 50;
  right: -17.5rem;
  top: 0;
  bottom: 0;
  width: 17.5rem;
  transition-property: right;
  transition-duration: 300ms;
  transition-timing-function: linear;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }

#messenger-window.shown {
  right: 0;
  transition-property: right;
  transition-duration: 300ms;
  transition-timing-function: linear; }

#messenger-window iframe {
  height: 100%;
  width: 17.5rem; }

.keek-messenger-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.keek-messenger-bar {
  width: 88px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: #DEF1F3;
  z-index: 1000;
  overflow: hidden; }

.messenger-bar-content {
  border: 1px solid #CDD1D4;
  overflow: hidden; }

.keek-messenger-bar.ui-resizable .ui-resizable-e {
  width: 0; }

.bar-user {
  display: block;
  font-size: 11px;
  width: 70px;
  margin: 5px auto 0 auto;
  text-align: center;
  border-bottom: 1px solid #CDD1D4;
  padding: 0 0 9px 0;
  box-shadow: 0 1px #fff; }

.bar-user-image-wrap {
  width: 45px;
  height: 45px;
  padding: 5px;
  display: block;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #CDD1D4;
  margin: 0 auto; }

.bar-user.active .bar-user-image-wrap {
  -moz-box-shadow: 0 0 6px #2AD812;
  -webkit-box-shadow: 0 0 6px #2AD812;
  box-shadow: 0 0 6px #2AD812; }

.bar-user img {
  width: 100%;
  height: 100%; }

.messenger-bar-top {
  width: 88px;
  height: 55px;
  overflow: hidden;
  -pie-background: linear-gradient(#2b6b81, #264b5c);
  background: -webkit-linear-gradient(#2b6b81, #264b5c);
  background: -moz-linear-gradient(#2b6b81, #264b5c);
  background: linear-gradient(#2b6b81, #264b5c); }

.messenger-bar-top p {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  margin: 7px 0 0;
  color: #E7EBEE;
  text-shadow: 0 -1px 0 #000;
  line-height: normal;
  float: left;
  width: 100%; }

.messenger-bar-top a.messenger-bar-toggle {
  display: block;
  width: 22px;
  height: 21px;
  float: right;
  margin: 7px 7px 0 0; }

.messenger-bar-top a.messenger-bar-toggle.minimize {
  background: transparent url("../../../static/dist/img/messenger/messenger-min.png") no-repeat; }

.messenger-bar-top a.messenger-bar-toggle.maximize {
  background: red; }

.messenger-search-wrap {
  overflow: hidden;
  position: relative;
  margin: 7px 0 0; }

input.messenger-search {
  width: 50px;
  height: 20px;
  margin: 0 auto;
  padding: 0 17px 0 3px;
  font-size: 10px;
  display: block; }

input.messenger-search-submit {
  background: transparent url("../../../static/dist/img/messenger/messenger-search.png") no-repeat;
  width: 13px;
  height: 12px;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  position: absolute;
  top: 5px;
  left: 62px; }

.ui-resizable-s {
  width: 86px;
  border: 1px solid #CDD1D4;
  height: 27px;
  bottom: -1px;
  background: #C7E7EB url("../../../static/dist/img/messenger/messenger-resize-handle.png") 65px 7px no-repeat; }

.keek-messenger-window {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1020;
  border: none;
  -webkit-transform: translateZ(0); }

.keek-messenger-window.minimized {
  overflow: hidden;
  height: 40px;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  border-bottom: 0; }

.keek-messenger-window.ui-draggable-disabled {
  opacity: 1;
  filter: Alpha(Opacity=100); }

.messenger-window-header {
  background: #e5e5e5;
  position: relative;
  width: 100%;
  height: 3.75rem;
  border-bottom: 0.0625rem solid #dedede; }

.messenger-window-header #messenger-close {
  float: left;
  margin-left: 0.625rem;
  line-height: 3.4375rem;
  font-size: 1.375rem;
  padding-top: 0.3125rem;
  margin-right: -0.625rem; }

.messenger-window-header .kicon-add:before {
  height: 3.75rem;
  line-height: 3.75rem;
  float: right;
  margin-right: 0.625rem;
  font-size: 1.375rem;
  color: #262626; }

.keek-messenger-window.minimized .messenger-window-header {
  cursor: default; }

.messenger-window-header .title, .messenger-window-header .minimized-title {
  float: left;
  color: #262626;
  font-size: 0.78125rem;
  font-weight: lighter;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 3.75rem;
  line-height: 3.75rem;
  text-transform: uppercase;
  text-align: left;
  width: 46%; }

.messenger-window-header .title.kicon-messenger:before {
  margin-right: 7px;
  color: #262626;
  font-size: 1.125rem;
  position: relative;
  top: 5px; }

.messenger-window-header .title.typing-title {
  margin: 0; }

#edit-message {
  float: right; }

.messenger-header-btn-group {
  width: 60px;
  overflow: hidden;
  float: left;
  height: 3.75rem;
  line-height: 3.75rem; }

.msg-header-btn.messages.kicon-back:before,
.msg-header-btn.back.kicon-back:before, .msg-header-btn.cancel.kicon-back:before {
  margin-right: 5px;
  top: 2px;
  position: relative; }

.messenger-header-btn-group.left-group {
  margin: 0 0.625rem;
  width: auto;
  height: 3.75rem;
  line-height: 3.75rem; }
  .messenger-header-btn-group.left-group > a {
    font-size: 0.875rem;
    line-height: 3.75rem; }
  .messenger-header-btn-group.left-group:empty {
    display: none; }

.messenger-header-btn-group.right-group {
  float: right; }

.messenger-header-btn {
  height: 23px;
  display: block;
  float: left;
  margin-right: 5px;
  color: #fff;
  font-size: 11px; }

.messenger-header-btn.messages {
  width: 73px;
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") no-repeat;
  display: none;
  color: #fff;
  padding: 1px 0 0 14px;
  height: 23px;
  font-weight: lighter; }

.messenger-header-btn.messages:hover {
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") 0 -24px no-repeat; }

.messenger-header-btn.messages:active {
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") 0 -48px no-repeat; }

.messenger-header-btn.back, .messenger-header-btn.cancel {
  display: none;
  color: #fff;
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") -73px 0 no-repeat; }

.messenger-header-btn.back {
  width: 37px; }

.messenger-header-btn.cancel {
  width: 43px; }

.messenger-header-btn.back {
  padding: 1px 0px 0px 20px; }

.messenger-header-btn.cancel {
  padding: 1px 0px 0px 14px; }

.messenger-header-btn.back:hover, .messenger-header-btn.cancel:hover {
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") -73px -24px no-repeat; }

.messenger-header-btn.back:active, .messenger-header-btn.cancel:active {
  background: transparent url("../../../static/dist/img/messenger/navigation-btns.png") -73px -48px no-repeat; }

.messenger-resize-btn {
  display: block;
  float: right;
  width: 24px;
  height: 24px;
  margin-right: 5px; }

.messenger-resize-btn.minimize {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -24px 0 no-repeat; }

.messenger-resize-btn.minimize:hover {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -24px -24px no-repeat; }

.messenger-resize-btn.minimize:active {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -24px -48px no-repeat; }

.messenger-resize-btn.maximize {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") 0 0 no-repeat; }

.messenger-resize-btn.maximize:hover {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") 0 -24px no-repeat; }

.messenger-resize-btn.maximize:active {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") 0 -48px no-repeat; }

.messenger-resize-btn.close {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -48px 0 no-repeat; }

.messenger-resize-btn.close:hover {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -48px -24px no-repeat; }

.messenger-resize-btn.close:active {
  background: transparent url("../../../static/dist/img/messenger/resize-btns.png") -48px -48px no-repeat; }

.messenger-arrow {
  position: absolute;
  width: 19px;
  height: 23px;
  background: transparent url("../../../static/dist/img/messenger/messenger-arrow-right.png") no-repeat;
  top: 65px;
  right: -19px;
  display: none; }

.messenger-input-window {
  width: 100%;
  overflow: hidden;
  position: relative;
  bottom: 0;
  left: 0;
  height: auto;
  min-height: 45px;
  background-color: #cccccc;
  border-top: 1px solid #D0D1D2; }
  .messenger-input-window a.keek-video {
    position: absolute;
    left: 30px;
    top: 16px; }
    .messenger-input-window a.keek-video i {
      font-size: 28px;
      color: #262626; }
  .messenger-input-window a.chat-send-msg {
    position: absolute;
    right: 10px;
    top: 17px;
    font-size: 22px;
    color: #262626; }

.messenger-input-window.tray-opened {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

.messenger-input-window a.record-private.shifted {
  left: 31px; }

/*.messenger-input-window input.input-window-elem { */
.messenger-input-window div.chat-input-outside {
  width: 195px;
  min-height: 18px;
  height: auto;
  float: right;
  padding: 7px 5px 3px 5px;
  background: #e5e5e5;
  margin: 6px 40px 7px 5px;
  color: #112434;
  font-size: 12px;
  word-wrap: break-word;
  overflow: hidden;
  outline: none; }

div.chat-input-scroll {
  width: 100%;
  min-height: 20px; }

div.chat-input-scroll.nano > .pane {
  right: -1px; }

div.chat-input-scroll .nano-content {
  width: 115%; }

.stage {
  position: absolute;
  left: -99999px;
  width: 126px;
  word-wrap: break-word;
  font-size: 12px;
  line-height: normal; }

.chat-input {
  min-height: 18px;
  font-size: 12px;
  word-wrap: break-word;
  background: transparent;
  border: none;
  color: #262626;
  width: 166px;
  height: 100%;
  padding: 0px;
  margin: 0 0 0 2px;
  line-height: 1.2;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: none;
  overflow: hidden;
  display: block;
  float: none; }

.chat-input:focus {
  outline: none;
  color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-color: #e5e5e5; }

.chat-input.placeholder {
  color: #999; }

.chat-input:-moz-placeholder {
  color: #999; }

.messenger-input-window a.open-tray {
  top: 5px;
  position: absolute;
  font-size: 1rem; }

.messenger-input-window a.open-tray.open {
  top: 5px;
  position: absolute;
  font-size: 1rem; }

.messenger-input-window a.tray-tab.at-replies-tab {
  top: 3px;
  position: absolute;
  font-size: 1.25rem;
  left: 23px; }

.messenger-input-window a.chat-send-msg i {
  font-size: 1rem;
  position: relative;
  top: -3px;
  right: 5px; }

.messenger-input-window a.close-tray {
  margin: 0;
  display: none;
  width: 18px;
  height: 13px;
  position: absolute;
  left: 6px;
  bottom: 18px; }

.scroll-stage {
  height: 465px;
  overflow: hidden;
  position: relative; }

.scroll-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.scroll-next, .scroll-prev {
  width: 17px;
  height: 10px;
  display: block;
  text-indent: -999999px; }

.scroll-next {
  background: transparent url("../../../static/dist/img/messenger/arrow-down.png") no-repeat;
  position: absolute;
  left: 40%;
  bottom: 35px; }

.scroll-prev {
  background: transparent url("../../../static/dist/img/messenger/arrow-up.png") no-repeat;
  margin: 15px auto 5px auto; }

.scroll-next.off, .scroll-prev.off {
  opacity: 0.3; }

.messenger-view-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #DEE4E8;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px; }

.messenger-view-wrapper-inside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.messenger-view {
  width: 100%;
  height: 100%;
  float: left;
  position: absolute;
  left: 0;
  background: #F0F2F2;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  -webkit-transform: translateZ(0); }

.messenger-view-inside-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }

.messenger-user-list {
  overflow: hidden;
  height: 100%;
  background: #fff; }

.new-message-view, .add-friend-view {
  background: #e5e5e5; }

.list-user {
  width: 100%;
  border-bottom: 1px solid #DAE0E5;
  cursor: pointer;
  position: relative;
  background-color: #e5e5e5; }

.list-user.user-list-user {
  height: 65px; }

.list-user.user-list-user p.username {
  width: 158px;
  /* web-5134 */ }

.nano-content .list-user:last-child {
  margin-bottom: 2px; }

.view-messenger-container span.request-star {
  display: block;
  width: 12px;
  height: 12px;
  background-color: #000;
  float: left;
  margin: 0 3px 0 0;
  background: url("../../../static/dist/img/messenger/request-star.png"); }

.view-message-image-container {
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 4px; }

.view-message-image-container-outgoing {
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 4px; }

.list-user-img {
  height: 35px;
  margin: 4px;
  width: 35px; }

.list-user-img-outgoing {
  display: block;
  height: 35px;
  width: 35px; }

.list-user p {
  width: 69%;
  /* web-5134 */
  float: left;
  margin: 0 0 0 10px;
  line-height: normal; }

.list-user p.username {
  font-size: 12px;
  font-weight: bold;
  color: #262626;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 150px; }

.list-user:hover p.username {
  width: 140px; }

.message-pending .view-message p.username {
  font-size: 12px;
  font-weight: bold;
  color: #262626; }

.list-user p.message, .list-user p.full-name {
  font-size: 11px;
  color: #262626; }

.list-user p.message {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 158px; }

.list-user:hover p.message {
  width: 140px; }

.message-pending .view-message p.message {
  color: #253944; }

.list-user .timestamp {
  font-size: 10px;
  font-weight: lighter;
  color: #545454;
  margin-top: 2px; }

/*.view-message:hover .view-message-image-container {
    border-color: #0F1B27;
}*/
.current-user-view-message {
  cursor: default; }

.list-user .view-message {
  display: inline-block;
  padding: 10px 24px 10px 4px; }

.list-user .new-message-list-user {
  padding: 10px 13px;
  width: 250px;
  margin: 0; }

.user-list-last-user {
  border-bottom: 1px solid #D0D1D2;
  -webkit-box-shadow: 0 2px 3px #acb5bb;
  -moz-box-shadow: 0 2px 3px #acb5bb;
  box-shadow: 0 2px 3px #acb5bb; }

.list-user a.user-list-follow-btn {
  width: 87px;
  height: 26px;
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 0 no-repeat;
  margin: 0;
  display: block;
  text-indent: -99999px;
  position: absolute;
  right: 10px;
  top: 30%; }

a.user-list-follow-btn.follow {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 0 no-repeat; }

a.user-list-follow-btn.follow:hover {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 -30px no-repeat; }

a.user-list-follow-btn.follow:active {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 -60px no-repeat; }

a.user-list-follow-btn.following {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 -91px no-repeat; }

a.user-list-follow-btn.following:hover {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 -121px no-repeat; }

a.user-list-follow-btn.following:active {
  background: transparent url("../../../static/dist/img/messenger/btn-follow-subscribe2.png") 0 -151px no-repeat; }

.messenger-conversation {
  position: relative;
  overflow: hidden;
  background: #DEE3E8; }

.message-back {
  width: 100%;
  height: 25px;
  background: #DEF1F3; }

a.messenger-back {
  width: 100%;
  height: 25%;
  display: block;
  color: #1882B0;
  font-size: 11px;
  line-height: normal;
  padding: 6px 0 0 8px; }

.messenger-chat-window {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%; }

.messenger-chat-window.short, .new-message-users.short {
  height: 100%; }

.messenger-chat-window .content-inside {
  width: 17.5rem;
  padding-top: 12px;
  padding-bottom: 120px; }

.conversation-message-wrap .view-message-image-container {
  margin: 0 0 0 13px;
  width: 30px;
  height: 30px;
  padding: 2px;
  background: #fff; }

.conversation-message-wrap .view-message-image-container:hover {
  border: 1px solid rgba(0, 0, 0, 0.4); }

.conversation-message-wrap .view-message-image-container-outgoing {
  margin: 0 13px 0 0;
  width: 30px;
  height: 30px;
  padding: 2px;
  background: #fff; }

.conversation-message-wrap .view-message-image-container-outgoing:hover {
  border: 1px solid rgba(0, 0, 0, 0.4); }

.conversation-message-wrap .view-message-image-container img, .conversation-message-wrap .view-message-image-container-outgoing img {
  width: 30px;
  height: 30px;
  margin: 0; }

.conversation-message {
  max-width: 158px;
  min-height: 17px;
  display: block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: left;
  padding: 8px 10px;
  position: relative; }

.conversation-message-wrap.outgoing-message-wrap, .conversation-message-wrap.incoming-message-wrap, .conversation-message-wrap.error-message-wrap {
  margin: 0 0 10px 0;
  overflow: hidden; }

.conversation-message-wrap.outgoing-message-wrap.request {
  margin: 15px 0 25px 0; }

.conversation-message.outgoing-message {
  border: 1px solid #6BBA33;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  position: relative;
  background: #cfeebb;
  /*background: #ECF8E6;
  -moz-box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #B9E29B inset, 0 8px 20px white inset;
  -webkit-box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #B9E29B inset, 0 8px 20px white inset;
  box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #B9E29B inset, 0 8px 20px white inset;*/
  margin: 0 11px 3px 0;
  float: right; }

.conversation-message.outgoing-message hr, .conversation-message.incoming-message hr {
  margin: 2px 0px 7px 0px;
  box-shadow: 1px 1px #fff; }

.conversation-message.outgoing-message hr {
  background: #a3c788; }

.conversation-message.incoming-message hr {
  background: #cccccc; }

.conversation-message.outgoing-message .shared-keek-wrapper, .conversation-message.incoming-message .shared-keek-wrapper {
  overflow: hidden;
  margin: 0px 0px 8px 0px; }

.conversation-message.outgoing-message {
  background: #b2cc88;
  -moz-box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid #d6d8d6; }

.conversation-message.outgoing-message p {
  color: #1c1c1c;
  font-size: 12px;
  margin: 0;
  word-wrap: break-word;
  line-height: 15px; }

.conversation-message.error-message {
  border: 1px solid #E83B25;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  position: relative;
  background: #FAD4CF;
  margin: 0 11px 6px 0;
  padding: 8px 10px 8px 30px;
  float: right; }

.conversation-message.error-message p {
  color: #112434;
  font-size: 12px;
  margin: 0;
  word-wrap: break-word; }

.conversation-message.error-message.video {
  padding: 8px 10px 8px 10px; }

.conversation-message span.video-error {
  width: 60px;
  height: 45px;
  background: #fff;
  border-radius: 3px;
  display: none; }

.conversation-message.incoming-message {
  border: 0.0625rem solid #d6d8d6;
  margin: 0 0 3px 10px;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  position: relative;
  background-color: #cccccc;
  color: #262626;
  -moz-box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  box-shadow: 0.0625rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.2);
  /*background: #F5F7F8;
  -moz-box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #DDD inset, 0 8px 20px white inset;
  -webkit-box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #DDD inset, 0 8px 20px white inset;
  box-shadow: 2px 2px 8px rgba(170, 170, 170, 0.5), 0 -4px 16px #DDD inset, 0 8px 20px white inset;*/ }

.conversation-message.incoming-message p.shared-keek-username {
  font-size: 10px;
  color: #ccc; }

.conversation-message.incoming-message.whispered {
  background: #F5F7F8 url("../../../static/dist/img/messenger/whisper-icon.png") no-repeat 8px 9px; }

.conversation-message.incoming-message p {
  color: #1c1c1c;
  font-size: 12px;
  margin: 0;
  word-wrap: break-word;
  line-height: 15px; }

.conversation-message.incoming-message.whispered p {
  text-indent: 24px;
  margin: 2px 0 0; }

a.incoming-message-video-link, a.shared-keek-video-link {
  display: inline-block;
  float: left;
  margin: 0px 8px 0px 0px;
  width: 60px;
  height: 45px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #D0D1D2;
  padding: 3px; }

a.shared-keek-video-link {
  margin: 0px 5px 0px 0px; }

a.incoming-message-video-link span, a.shared-keek-video-link span {
  position: absolute;
  top: 23px;
  left: 32px;
  width: 24px;
  height: 24px;
  /*z-index: 100;*/
  background-position: 0 -891px; }

a.shared-keek-video-link span {
  top: 50px; }

a.incoming-message-video-link span:hover, a.shared-keek-video-link span:hover {
  background-position: 0 -916px; }

a.incoming-message-video-link span:active, a.shared-keek-video-link span:active {
  background-position: 0 -941px; }

.thumbnail-wrapper {
  background: #000;
  display: block; }

img.incoming-message-thumbnail {
  max-width: 60px;
  height: 45px;
  /*float: right;*/
  display: block;
  /*background: #000;*/ }

img.incoming-message-thumbnail.portrait {
  width: 34px;
  height: 45px;
  margin: 0 auto; }

img.incoming-message-thumbnail.landscape {
  margin: 0 auto; }

/*.conversation-message.outgoing-message:first-child, .conversation-message.incoming-message:first-child { margin-top: 15px; }*/
.conversation-message p img {
  vertical-align: middle;
  margin: -2px 0px 1px 0px; }

.outgoing-message-arrow {
  display: block;
  position: absolute;
  top: 10px;
  right: -10px; }

.conversation-message .outgoing-message-arrow {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 10px solid #b2cc88;
  border-bottom: 5px solid transparent; }

.incoming-message-arrow {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 10px solid #cccccc;
  border-bottom: 5px solid transparent; }

.error-message-arrow {
  width: 10px;
  height: 16px;
  display: block;
  background: transparent url("../../../static/dist/img/messenger/messenger-error-arrow.png") no-repeat;
  position: absolute;
  top: 9px;
  right: -10px; }

.keek-thumbnail {
  width: 60px;
  height: 45px;
  border: 1px solid #C2C6CB;
  background: #E7EBEE;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right; }

.messenger-keek-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  top: 0;
  /*left: 0; */
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none; }

.keek-overlay-inside {
  background: #000; }

.keek-overlay-bottom {
  width: 248px;
  padding: 0 14px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 45px;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  -pie-background: linear-gradient(#F3F4F4, #E2DFE2);
  background: -webkit-linear-gradient(#F3F4F4, #E2DFE2);
  background: -moz-linear-gradient(#F3F4F4, #E2DFE2);
  background: linear-gradient(#F3F4F4, #E2DFE2);
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  box-shadow: inset 0 1px #fff;
  border-top: 1px solid #D0D1D2;
  -moz-border-radius: 0 0 6px 6px;
  -webkit-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px; }

.keek-overlay-bottom p {
  margin: 8px 0 0;
  font-size: 12px;
  color: #253944;
  line-height: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  /*word-wrap: break-word;*/
  /*width: 100%;*/
  /*height: 32px;*/
  /*max-height: 32px;*/ }

.keek-messenger-view-staging {
  display: none; }

.messenger-view-top-holder {
  background: #cccccc;
  border-bottom: 1px solid #C6CBCD;
  position: relative;
  /*    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
      -moz-box-shadow:    0 1px 3px rgba(0, 0, 0, 0.15);
      box-shadow:         0 1px 3px rgba(0, 0, 0, 0.15);*/
  min-height: 24px;
  z-index: 2;
  padding: 7px 6px 6px 14px; }
  .messenger-view-top-holder.hide {
    display: none; }

.messenger-user-list .messenger-view-top-holder {
  overflow: hidden; }

.new-message-header {
  min-height: 30px;
  overflow: hidden;
  max-height: 90px; }

a.messenger-button {
  display: inline-block;
  line-height: normal;
  height: 22px;
  font-size: 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #262626;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  position: relative;
  background: #e5e5e5;
  top: -1px; }

a.messenger-button.overlay-done {
  background: -ms-linear-gradient(top, #fff, #DBDBDB);
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#DBDBDB));
  background: -webkit-linear-gradient(top, #fff, #DBDBDB);
  background: -o-linear-gradient(top, #fff, #DBDBDB);
  background: linear-gradient(top, #fff, #DBDBDB);
  background: -moz-linear-gradient(top, #fff, #DBDBDB);
  color: #253944;
  font-size: 11px;
  font-weight: bold; }

a.messenger-button.overlay-done span {
  margin: 6px 8px 0 8px;
  display: block;
  line-height: 11px; }

a.messenger-button.user-count {
  float: left;
  padding: 5px 8px;
  height: 15px; }

a.messenger-button.user-count:hover {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.messenger-settings-tray {
  width: 118px;
  height: 48px;
  padding: 4px 0 0 0;
  background: #fff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: -59px;
  right: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  z-index: 12;
  display: none; }

.messenger-settings-tray.opened {
  display: block; }

.messenger-settings-tray a {
  font-size: 11px;
  margin: 0 0 4px 4px;
  padding: 0 0 0 6px;
  display: block;
  line-height: 20px;
  width: 104px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

.messenger-settings-tray a:hover {
  background: #E4F4F6;
  color: #112434; }

.messenger-settings-tray span.settings-tray-arrow {
  background: transparent url("../../../static/dist/img/messenger/messenger-settings-tray-arrow-dark.png") no-repeat;
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  top: -8px;
  right: 5px; }

a.tray-emoticon-link {
  display: block;
  margin: 0;
  overflow: hidden;
  width: 22px;
  height: 22px;
  margin: 0 0 14px 0; }

a.smiley {
  display: block; }

/** New Message view **/
/*.list-user.right-content-user p.username, .list-user.right-content-user p.full-name {
    width: 95%;
}*/
.list-user.right-content-user.follow-list-user p.username, .list-user.right-content-user.follow-list-user p.full-name {
  width: 40%; }

.new-message-recipients {
  min-height: 33px;
  background: #DEF1F3;
  overflow: hidden;
  padding: 7px 0 0 8px; }

.new-message-recipients span.to {
  display: block;
  width: 18px;
  float: left;
  font-size: 12px;
  font-weight: bold;
  margin: 7px 10px 0 0;
  line-height: normal; }

.new-message-recipients span.recipient {
  display: inline-block;
  float: left;
  background: #80C419;
  color: #112434;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  padding: 4px 10px;
  margin: 0 5px 7px 0;
  cursor: pointer; }

.recipient {
  height: 18px;
  background: #DCF4CF;
  /* Old browsers */
  background: -moz-linear-gradient(top, #DCF4CF 0%, #90d363 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #DCF4CF 0%, #90d363 100%);
  /* Chrome10+,Safari5.1+ */
  background: linear-gradient(bottom, #DCF4CF 0%, #90d363 100%);
  /* W3C */
  border: 1px solid #5BB127;
  padding: 4px;
  border-radius: 14px;
  margin: 0 3px 0 1px; }

.new-message-users {
  overflow-y: auto;
  height: 282px;
  overflow-x: hidden; }

#new-message-users.new-message-users.extended {
  height: 100%; }

span.new-message-heading {
  display: block;
  padding: 5px 0 5px 10px;
  font-size: 11px;
  color: #112434;
  background: #eee; }

.new-message-section .list-user.new-message-user {
  cursor: pointer; }

.new-message-section .list-user.new-message-user:last-child {
  border: none; }

.new-message-section .content-inside {
  padding-bottom: 90px; }

/** Profile view **/
.messenger-profile {
  overflow: hidden; }

.messenger-profile-inside {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fcfcfc; }

.profile-box {
  background-color: #ffffff;
  border: 1px solid #B4B4B4;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 11px;
  margin-right: 11px;
  width: 248px;
  overflow: hidden; }

.profile-top {
  margin: 13px auto;
  width: 250px; }

.profile-middle {
  height: 42px;
  width: 238px;
  padding: 4px 6px;
  margin: 0 auto 13px; }

.profile-bottom {
  margin: 0 auto 13px;
  padding: 13px;
  width: 224px; }

.profile-row {
  overflow: hidden;
  margin: 0 0 5px 0; }

.profile-row:last-child {
  border: none;
  margin: 0; }

.profile-span {
  float: left;
  width: 115px; }

.profile-span-bottom-border {
  border-bottom: 1px solid #DEE4E8;
  margin: 0 0 8px 0; }

.profile-span-left-border {
  border-left: 1px solid #DEE4E8;
  width: 107px;
  padding-left: 7px; }

#country-name {
  position: relative;
  top: 1px;
  padding-left: 3px; }

#country-url .flag {
  width: 15px; }

.profile-row ul.stats {
  list-style: none; }

.profile-row ul.stats li {
  float: left;
  padding: 0;
  margin: 0 14px 5px 0;
  width: 65px; }

.profile-row ul.stats li:last-child {
  margin-right: 0; }

.profile-row ul.stats li h4 {
  text-transform: uppercase;
  font-size: 9px;
  line-height: 9px;
  font-weight: normal;
  color: #808080;
  text-align: center; }

.profile-row ul.stats li p {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold; }

.messenger-profile table.profile-info {
  width: 93%;
  margin: 11px auto 8px auto;
  color: #333; }

.messenger-profile table.profile-info td {
  border-top: 1px solid #ccc; }

.messenger-profile table.profile-info td.left-col {
  border-right: 1px solid #ccc; }

.messenger-profile table.profile-info td.right-col {
  padding: 0 0 0 5px; }

.messenger-profile ul li {
  float: left;
  margin: 0 6px 0 0;
  padding: 0 6px 0 0; }

.messenger-profile span {
  color: #333; }

.messenger-profile span.info-type {
  font-weight: bold; }

img.messenger-profile-img {
  width: 55px;
  height: 55px;
  float: left;
  margin: 13px; }

.messenger-profile p {
  color: #333;
  font-size: 11px;
  margin: 3px 0 3px;
  line-height: 1.5;
  word-wrap: break-word; }

.messenger-profile p.username {
  font-size: 17px;
  line-height: 17px;
  font-weight: bold;
  color: #333333;
  margin: 13px 0 0 0;
  float: left;
  width: 168px; }

.messenger-profile p.full-name {
  font-size: 11px;
  line-height: 20px;
  color: #808080;
  margin: 0;
  width: 168px;
  float: left; }

.messenger-profile p.country {
  margin: 0;
  width: 168px;
  float: right; }

.messenger-links {
  padding: 6px 0 0; }

.messenger-profile a.profile-link {
  display: inline-block;
  line-height: 20px;
  margin: 0 0 13px;
  overflow: hidden;
  padding: 0 0 0 26px;
  text-overflow: ellipsis;
  width: 89%; }

.messenger-profile a.profile-link:last-child {
  margin: 0; }

.messenger-profile a.personal {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 0 no-repeat; }

.messenger-profile a.company {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -20px no-repeat; }

.messenger-profile a.facebook {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -40px no-repeat; }

.messenger-profile a.twitter {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -60px no-repeat; }

.messenger-profile a.youtube {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -80px no-repeat; }

.messenger-profile a.tumblr {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -100px no-repeat; }

.messenger-profile a.googleplus {
  background: transparent url("../../../static/dist/img/messenger/website-icons-small.png") 0 -120px no-repeat; }

.messenger-profile-actions {
  margin-top: -120px;
  height: 30px;
  border-top: 1px solid #D0D1D2;
  background: linear-gradient(#F3F4F4, #E2DFE2);
  -moz-border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  padding: 8px 9px;
  position: relative;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15), inset 0 1px white;
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15), inset 0 1px white;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15), inset 0 1px white; }

.profile-action-follow {
  width: 80px;
  height: 22px;
  margin-right: 5px; }

.button-position-fix {
  position: relative;
  top: 2px; }

.profile-action-subscribe {
  width: 99px;
  height: 22px;
  margin-right: 5px; }

.profile-action-block {
  width: 26px;
  height: 22px;
  margin-right: 4px; }

.profile-action-flag {
  width: 26px;
  height: 22px; }

/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  /*height   : 100%;*/
  overflow: hidden; }

.nano .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  outline: none;
  background-color: #e5e5e5; }

.nano .nano-content::-webkit-scrollbar {
  visibility: hidden; }

.has-scrollbar .nano-content::-webkit-scrollbar {
  visibility: visible; }

.nano > .pane {
  /*background : rgba(0,0,0,.25);*/
  position: absolute;
  width: 7px;
  right: 2px;
  top: 0;
  bottom: 0;
  visibility: hidden \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.nano > .pane > .slider {
  background: url("../../../static/dist/img/messenger/scrollbar_bg.png");
  background: rgba(0, 0, 0, 0.2);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.nano:hover > .pane, .pane.active, .pane.flashed {
  visibility: visible \9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 1; }

#jplayer {
  position: absolute;
  top: 0;
  left: -99999px; }

.messenger-modal {
  display: none;
  background: rgba(17, 36, 52, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 3.75rem;
  left: 0;
  z-index: 100; }

.messenger-email-sent-overlay, .messenger-generic-hud-inside, .messenger-hud {
  display: none;
  border: 2px solid white;
  background: rgba(17, 36, 52, 0.7);
  text-align: center;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 5px;
  height: 44px;
  position: absolute;
  bottom: 188px;
  z-index: 100;
  -webkit-box-shadow: 0 0 20px #002132;
  -moz-box-shadow: 0 0 20px #002132;
  box-shadow: 0 0 20px #002132;
  color: white;
  font-size: 15px;
  font-weight: bold; }

.messenger-email-sent-overlay {
  width: 100px;
  left: 88px; }

.messenger-email-sent-overlay-inside p, .messenger-hud p {
  color: white; }

.messenger-hud p {
  padding: 0 15px; }

.messenger-modal-inside {
  display: none;
  border: 2px solid #112434;
  background: white;
  text-align: center;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 5px;
  height: 234px;
  width: 234px;
  position: absolute;
  top: 90px;
  left: 20px;
  -webkit-box-shadow: 0 0 20px #002132;
  -moz-box-shadow: 0 0 20px #002132;
  box-shadow: 0 0 20px #002132; }

#messenger-leave-convo-overlay .messenger-alert-overlay-inside {
  height: 200px;
  bottom: 104px; }

.send-email-inside {
  display: none; }

.message-model-outer {
  display: table;
  height: 100%; }

.message-modal-inner {
  display: table-cell;
  vertical-align: middle; }

.modal-text {
  padding: 0 15px;
  margin: 15px 0 20px; }

#messenger-add-friend-overlay p {
  color: #112434;
  font-size: 15px;
  margin: 21px 10px 17px 10px; }

/*#messenger-add-friend-overlay-email p {*/
.send-email-inside p {
  margin: 21px 10px 10px 10px; }

#messenger-leave-convo-overlay p {
  color: #7C7C7C;
  font-size: 13px;
  margin: 0 0 16px 0; }

#messenger-leave-convo-overlay h6 {
  color: #112434;
  font-size: 15px;
  margin: 18px 0 2px 0; }

.messenger-alert-overlay-buttons {
  overflow: hidden; }

.messenger-alert-overlay-buttons a.button.large {
  overflow: hidden;
  display: block;
  text-align: center;
  margin: 0 auto 12px auto;
  padding: 8px 0 6px 0;
  width: 185px;
  font-size: 15px; }

.messenger-alert-overlay-buttons input {
  width: 178px;
  min-height: 20px;
  height: auto;
  padding: 5px;
  behavior: url("../../../static/dist/img/messenger/PIE.htc");
  -pie-background: linear-gradient(#EEEFF0, #FFF);
  border: solid 1px #c3ced5;
  background: -moz-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background: -webkit-gradient(linear, 50.0003% 96.4251%, 50.0003% -1.65623%, color-stop(0, white), color-stop(0.70589, white), color-stop(0.82209, white), color-stop(1, #e4e4e4));
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #112434;
  font-size: 12px;
  word-wrap: break-word;
  overflow: hidden;
  outline: none; }

.send-email-inside .messenger-alert-overlay-buttons input {
  margin-bottom: 3px; }

.messenger-alert-overlay-buttons a.button.large.cancel {
  color: #E83B25; }

.messenger-alert-overlay-buttons a.button.large.send {
  color: #E83B25; }

.messenger-alert-overlay-buttons a.button.large.send {
  color: #6ab736; }

/** Add friends **/
.new-message-users#add-friend-users {
  height: 100%; }

.add-friend-search-wrap {
  height: 30px;
  overflow: hidden;
  background: #cccccc;
  position: relative;
  padding: 6px;
  z-index: 1; }

.add-friend-search-wrap label {
  display: inline;
  width: 20px;
  margin: 0 1px 0 5px;
  font-size: 12px;
  color: #253944; }

input.add-friend-search {
  width: 65%;
  margin: 0;
  height: 29px;
  font-size: 0.78125rem;
  color: #262626;
  padding: 0 5px;
  outline: none;
  border: none;
  background-color: #e5e5e5; }

input.add-friend-search.add-friend-recipient {
  width: 219px;
  display: inline; }

.add-friend-compose {
  background: #dee3e8;
  height: 287px;
  overflow-x: hidden;
  /*overflow-y: scroll;*/ }

.add-friend-compose label {
  margin: 10px 0 8px 10px;
  line-height: normal;
  font-size: 12px;
  color: #253944; }

.invalid-email {
  color: #E83B25; }

.add-friend-email-content {
  width: 240px;
  min-height: 44px;
  margin: 0 auto 15px auto;
  padding: 10px;
  outline: none;
  border: 1px solid #B4B4B4;
  -moz-border-radius: 14px;
  -webkit-border-radius: 14px;
  border-radius: 14px;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  background: #fff;
  background: linear-gradient(bottom, white 82%, #d8d9da 100%);
  background: -o-linear-gradient(bottom, white 82%, #d8d9da 100%);
  background: -moz-linear-gradient(bottom, white 82%, #d8d9da 100%);
  background: -webkit-linear-gradient(bottom, white 82%, #d8d9da 100%);
  background: -ms-linear-gradient(bottom, white 82%, #d8d9da 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0.82, white), color-stop(1, #d8d9da));
  font-size: 12px;
  line-height: 15px;
  color: #112434; }

#add-friend-email-subject {
  min-height: inherit;
  height: auto; }

/** Conversation action tray **/
.conversation-bottom-content {
  position: absolute;
  bottom: 3.75rem;
  width: 100%;
  background-color: #cccccc; }

.messenger-other-actions-tray {
  width: 100%;
  /*position: absolute;*/
  /*bottom: -150px;*/
  left: 0;
  display: none;
  overflow: hidden;
  background-color: #cccccc;
  margin: 0 auto;
  width: 95%; }

.messenger-other-actions-tray.visible {
  display: block; }

.tray-tabs {
  height: 47px;
  /*overflow: hidden;*/
  background: #8f97a1;
  border-top: 1px solid #3a3c42;
  border-bottom: 1px solid #3a3c42;
  position: relative;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #8f97a1, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#8f97a1), to(#808080));
  background-image: -webkit-linear-gradient(top, #8f97a1, #808080);
  background-image: -o-linear-gradient(top, #8f97a1, #808080);
  background-image: linear-gradient(top, #8f97a1, #808080);
  background-image: -moz-linear-gradient(top, #8f97a1, #808080);
  background-repeat: repeat-x; }

a.tray-tab {
  width: 32px;
  height: 32px;
  display: block;
  margin: 8px 0 0 8px;
  float: left; }

.tray-emoticons {
  padding: 8px 0;
  margin-bottom: 7px;
  height: 108px;
  background-color: #f9f9f9; }

.active-arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 6px solid #f9f9f9;
  position: absolute;
  margin-top: -6px;
  z-index: 20; }
  .active-arrow-up.active-emoticon {
    left: 12px; }

.active-emoticon {
  left: 16px; }

.active-arrow-at-reply {
  left: 56px; }

.active-arrow-whisper {
  left: 95px; }

.emoticons {
  background-position: 0 0; }

.at-reply {
  background-position: -40px 0; }

.whisper {
  background-position: -80px 0; }

.tray-scrollable {
  overflow-y: auto;
  overflow-x: hidden; }

.tray-at-replies {
  height: 124px;
  margin: 0 7px 7px 0; }
  .tray-at-replies .list-user.new-message-user {
    background-color: #f9f9f9; }

.tray-at-replies .nano-content {
  background-color: #f9f9f9; }

.emoticon-row {
  height: 97px;
  width: 20px;
  float: left;
  margin: 0 8px;
  padding-top: 7px; }
  .emoticon-row:first-of-type {
    margin-left: 14px; }

/* Users in conversation
============================================================================================================================================ */
.messenger-view#messenger-conversation-users-list {
  overflow: hidden; }

.new-message-users#conversation-users {
  height: 100%; }

#conversation-users-in-convo {
  overflow: hidden; }

#conversation-users-in-convo p {
  line-height: 24px;
  margin: 0;
  padding: 0 3px;
  font-size: 11px;
  color: #112434; }

#messenger-conversation-users-list .new-message-section {
  height: 100%; }

.new-message-info {
  height: 38px;
  width: 100%; }

.new-message-info-icon {
  border: 1px solid #7C7C7C;
  background-color: #838a96;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  height: 20px;
  width: 20px;
  text-align: center;
  margin: 8px;
  float: left; }

.new-message-info-text {
  color: #ffffff;
  margin: 9px 0;
  font-size: 9px;
  line-height: 1.2;
  width: 250px; }

.new-message-info-style {
  border-top: 1px solid #3A3D42;
  background-color: #B2B8BD;
  -moz-border-radius: 0 0 7px 7px;
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  font-size: 18px;
  font-weight: bold;
  color: #3A3D42; }

.new-message-user {
  height: 60px; }

.new-message-user-img {
  float: left;
  width: 30px;
  height: 30px; }

.new-message-user-online {
  -webkit-box-shadow: 0 0 5px #1cb510;
  -moz-box-shadow: 0 0 5px #1cb510;
  box-shadow: 0 0 5px #80b510; }

.new-message-user-img img {
  display: block;
  height: 30px;
  margin: 0px;
  width: 30px; }

.center-text-wrap {
  display: table;
  width: 208px;
  height: 40px; }

.new-message-user-info {
  display: table-cell;
  vertical-align: middle; }

.online-status-wrap {
  float: right; }

.new-message-user-info p.username {
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  color: #262626; }

.new-message-user-info p.full-name {
  font-size: 11px;
  color: #808080;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 120px; }

.new-message-user-status {
  display: table-cell;
  vertical-align: middle; }

.new-message-user-status .loading {
  display: none; }

.online-status,
.offline-status,
.pending-status {
  font-size: 11px; }

.online-status {
  color: #5BB127; }

.offline-status {
  color: gray; }

.pending-status {
  color: #D3BD1C;
  position: relative;
  right: 20px; }

.to-text {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px; }
  .to-text.add {
    margin-top: 1px;
    margin-left: 8px; }

.new-message-to {
  width: 224px;
  min-height: 20px;
  height: auto;
  float: left;
  padding: 7px 9px 3px 2px;
  border: solid 1px #C3CED5;
  background: #ffffff;
  background-image: -ms-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -webkit-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -o-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  margin: 6px 0;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #112434;
  font-size: 12px;
  word-wrap: break-word;
  overflow: hidden; }

.to-message-placeholder {
  color: #7C7C7C;
  font-size: 12px;
  margin: 6px; }

.new-message-to:focus {
  outline: none; }

/* Template area
============================================================================================================================================ */
.messenger-templates {
  display: none; }

span.message-timestamp {
  margin: 0 0 10px 13px;
  font-size: 10px;
  color: #545454;
  display: block; }

.btn-large {
  display: inline-block;
  padding: 2px 0 2px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #253944;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

.message-action-button {
  width: 40px;
  height: 21px;
  border-radius: 3px;
  border: 1px solid #C3CED5;
  display: block;
  padding: 4px 3px 1px 3px;
  background-image: -ms-linear-gradient(top, #fefeff, #d7edf1);
  background-image: -webkit-linear-gradient(top, #fefeff, #d7edf1);
  background-image: -o-linear-gradient(top, #fefeff, #d7edf1);
  background-image: -moz-linear-gradient(top, #fefeff, #d7edf1);
  font-size: 11px;
  text-align: center; }

.message-action-button.leave {
  color: #1E6E9E;
  display: none;
  z-index: 30; }

.message-action-button.delete {
  color: #EB3F17;
  display: none;
  z-index: 50; }

.message-action-button:hover {
  color: #122433;
  background-image: -ms-linear-gradient(top, #f6f6f6, #e4e4e4);
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e4e4e4);
  background-image: -o-linear-gradient(top, #f6f6f6, #e4e4e4);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e4e4e4); }

.profile-action-active {
  border: 1px solid #5BB127;
  background: #99CC66;
  background-image: -ms-linear-gradient(top, #DCF4CF, #99CC66);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCF4CF), to(#99CC66));
  background-image: -webkit-linear-gradient(top, #DCF4CF, #99CC66);
  background-image: -o-linear-gradient(top, #DCF4CF, #99CC66);
  background-image: linear-gradient(top, #DCF4CF, #99CC66);
  background-image: -moz-linear-gradient(top, #DCF4CF, #99CC66);
  background-repeat: repeat-x; }

[class^="icon-messenger"], [class*=" icon-messenger"] {
  display: inline-block;
  margin-top: 1px;
  vertical-align: text-top;
  background-image: url("../../../static/dist/img/messenger/messenger-sprites.png");
  background-repeat: no-repeat; }

#message-username {
  position: relative;
  top: 1px; }

.btn-gear {
  padding: 1px 3px 3px; }

.icon-messenger-gear {
  background-position: 1px -57px;
  height: 14px;
  width: 15px; }

.header-align {
  margin: 5px 0; }

.header-align-left {
  float: left;
  margin-left: 3px; }

.header-align-right {
  float: right;
  margin-right: 3px; }

.text-counter {
  display: block;
  position: absolute;
  right: 24px;
  bottom: 36px;
  font-size: 10px;
  color: #AAA; }

.text-counter.zero {
  color: red;
  font-weight: bold; }

/*New Message tags*/
div.tagsinput {
  overflow: hidden;
  padding-left: 3px; }

div.tagswrap {
  min-height: 29px;
  background: #ffffff;
  background-image: -ms-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -webkit-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -webkit-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -o-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  background-image: -moz-linear-gradient(50.0003% 96.4251% 90deg, white 0%, white 71.8016%, white 83.6206%, #e7e7e7 100%);
  margin: 0;
  -moz-box-shadow: 0px 1px 0px white;
  -webkit-box-shadow: 0px 1px 0px white;
  box-shadow: 0px 1px 0px white;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  color: #112434;
  border: 1px solid #CCC;
  padding: 0 3px;
  width: 232px;
  overflow-y: auto;
  float: left; }

#tagsContent {
  width: 220px; }

#tagsContent .nano-content {
  width: 245px; }

div.tagsinput span.tag {
  border: 1px solid #5BB127;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 11px;
  display: block;
  float: left;
  text-decoration: none;
  background: #90D363;
  background-image: -ms-linear-gradient(top, #DCF4CF, #90D363);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#DCF4CF), to(#90D363));
  background-image: -webkit-linear-gradient(top, #DCF4CF, #90D363);
  background-image: -o-linear-gradient(top, #DCF4CF, #90D363);
  background-image: linear-gradient(top, #DCF4CF, #90D363);
  background-image: -moz-linear-gradient(top, #DCF4CF, #90D363);
  color: #112434;
  font-family: helvetica;
  height: 21px;
  margin: 3px 3px 0 0;
  padding: 0 6px 0 4px;
  position: relative;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5); }

div.tagsinput span.tag a {
  font-weight: bold;
  color: #82ad2b;
  text-decoration: none;
  font-size: 11px; }

div.tagsinput span.tag a:hover {
  color: #666; }

div.tagsinput span.tag span:after {
  content: '\00a0\00a0'; }

div.tagsinput input {
  width: 100%;
  margin: 0px;
  font-family: helvetica;
  font-size: 12px;
  border: 1px solid transparent;
  background: transparent;
  color: #000;
  outline: none;
  padding: 5px 0 5px 5px; }

div.tagsinput input {
  box-shadow: none;
  -webkit-box-shadow: none;
  --moz-box-shadow: none; }

div.tagsinput div {
  display: block;
  float: left; }

.tags_clear {
  clear: both;
  width: 100%;
  height: 0; }

.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important; }

#new-message-submit-search {
  top: 6px;
  right: -8px; }

/* Split avatar images
============================================================================================================================================ */
.view-message-image-container .list-user-img {
  /*margin: 0;*/ }

.single-user {
  margin: 0; }

.split-large {
  width: 17px;
  height: 35px;
  overflow: hidden;
  float: left;
  margin: 0 1px 0 0; }

.split-large .list-user-img {
  width: auto;
  height: auto;
  margin: 0 0 0 -50%; }

.av-large-right-col {
  margin: 0; }

.split-small {
  float: left;
  width: 17px;
  height: 17px;
  margin: 0 0 1px 0; }

.av-left-col {
  margin: 0 1px 1px 0; }

.notif-message {
  font-size: 10px;
  color: #545454;
  display: block;
  width: 214px;
  clear: both;
  text-align: right;
  padding: 0 16px 0 0;
  position: relative;
  line-height: normal;
  margin: 2px 0 0 0;
  float: left; }

.error-message-wrap .notif-message {
  text-shadow: 0 1px #fff;
  color: #E83B25; }

.error-message-wrap .notif-message a {
  font-weight: bold; }

.view-title-avatar {
  border: 1px solid #A1ACB4;
  width: 26px;
  height: 26px;
  background: #FFFFFF;
  margin-left: 10px; }

.is_typing {
  margin: 0 0 0 3px;
  position: relative;
  top: 1px; }

/* Profile user action buttons
============================================================================================================================================ */
/* Video play button */
.incoming-message-video-link span,
.shared-keek-video-link span,
.message-pending .pending-message-indicator,
.conversation-message span.error-icon,
.messenger-input-window .icon-messenger-open,
.messenger-input-window .icon-messenger-close,
.messenger-input-window a.record-private,
.messenger-input-window button.chat-send,
.messenger-input-window button.chat-send.disabled,
.messenger-view-top-holder .add-friend,
.messenger-view-top-holder .new-message,
.messenger-view-top-holder .conversation-settings,
.messenger-view-top-holder #message-user,
.messenger-profile-actions .follow-btn,
.messenger-profile-actions .subscribe-btn,
.messenger-profile-actions .report-btn,
.messenger-profile-actions .block-btn {
  background: transparent url("../../../static/dist/img/messenger/img_messenger_actions.png") no-repeat; }

.messenger-profile-actions .follow-btn.processing,
.messenger-profile-actions .subscribe-btn.processing,
.messenger-profile-actions .report-btn.processing,
.messenger-profile-actions .block-btn.processing {
  opacity: 0.5;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5; }

.messenger-profile-actions .follow-btn.user-blocked,
.messenger-profile-actions .subscribe-btn.user-blocked {
  display: none; }

.conversation-message span.error-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  background-position: 0px -784px;
  left: 5px;
  top: 5px; }

.conversation-message span.error-icon.video {
  left: 30px;
  top: 20px; }

.messenger-profile-actions .follow-btn,
.messenger-profile-actions .subscribe-btn {
  height: 24px;
  width: 92px;
  float: left;
  position: relative;
  cursor: pointer; }

.messenger-profile-actions .report-btn,
.messenger-profile-actions .block-btn,
.messenger-view-top-holder .conversation-settings {
  float: left;
  cursor: pointer;
  background: none; }

/* Follow button */
.messenger-profile-actions .follow-btn {
  margin: 0 7px 0 3px; }

.messenger-profile-actions .follow-btn:hover {
  background-position: 0 -24px; }

.messenger-profile-actions .follow-btn:active {
  background-position: 0 -48px; }

/* Following button */
.messenger-profile-actions .follow-btn.active {
  background-position: 0 -72px;
  margin: 0 7px 0 3px; }

.messenger-profile-actions .follow-btn.active:hover {
  background-position: 0 -96px; }

.messenger-profile-actions .follow-btn.active:active {
  background-position: 0 -120px; }

/* Subscribe button */
.messenger-profile-actions .subscribe-btn {
  background-position: 0 -144px;
  margin: 0 7px 0 0;
  display: none; }

.messenger-profile-actions .subscribe-btn:hover {
  background-position: 0 -168px; }

.messenger-profile-actions .subscribe-btn:active {
  background-position: 0 -192px; }

/* Subscribed button */
.messenger-profile-actions .subscribe-btn.active {
  background-position: 0 -216px;
  margin: 0 7px 0 0; }

.messenger-profile-actions .subscribe-btn.active:hover {
  background-position: 0 -240px; }

.messenger-profile-actions .subscribe-btn.active:active {
  background-position: 0 -264px; }

/* Block button */
.messenger-profile-actions .block-btn {
  margin: 0 7px 0 0;
  background-position: 0 -504px; }

.messenger-profile-actions .block-btn:hover {
  background-position: 0 -528px; }

.messenger-profile-actions .block-btn:active {
  background-position: 0 -552px; }

.messenger-profile-actions .block-btn.active {
  background: transparent url("../../../static/dist/img/messenger/block-report-button-sprite-v2.png") 0 -89px no-repeat;
  display: block;
  width: 87px;
  height: 24px;
  text-indent: -999999px;
  text-align: left;
  float: left; }

.messenger-profile-actions .block-btn.active:hover {
  background-position: 0 -119px; }

.messenger-profile-actions .block-btn.active:active {
  background-position: 0 -149px; }

/* Report button */
.messenger-profile-actions .report-btn {
  margin: 0;
  background-position: 0 -576px; }

.messenger-profile-actions .report-btn:hover {
  background-position: 0 -600px; }

.messenger-profile-actions .report-btn:active {
  background-position: 0 -624px; }

/* Setting button */
.messenger-view-top-holder .conversation-settings {
  margin: 3px 15px 0 0;
  font-size: 1.125rem;
  float: right; }

.messenger-view-top-holder .conversation-settings:hover {
  background-position: 0 -672px; }

.messenger-view-top-holder .conversation-settings:active {
  background-position: 0 -696px; }

/* Add friend button */
.messenger-view-top-holder .add-friend {
  /* Display & box model */
  height: 24px;
  width: 99px;
  margin: 0 auto;
  border: 0;
  display: block;
  /* Others */
  background-position: 0 -360px;
  text-indent: -9999px; }

.messenger-view-top-holder .add-friend:hover {
  background-position: 0 -384px; }

.messenger-view-top-holder .add-friend:active {
  background-position: 0 -408px; }

.messenger-view-top-holder .add-friend-icon {
  float: right;
  font-size: 1.125rem;
  margin-top: 3px;
  margin-right: 10px; }
  .messenger-view-top-holder .add-friend-icon span {
    font-size: 0.78125rem;
    position: relative;
    top: -4px;
    right: 4px; }

/* New message */
.messenger-view-top-holder .new-message {
  /* Display & box model */
  height: 24px;
  width: 113px;
  margin: 0 auto;
  display: block;
  /* Others */
  background-position: 0 -432px;
  text-indent: -9999px; }

.messenger-view-top-holder .new-message:hover {
  background-position: 0 -456px; }

.messenger-view-top-holder .new-message:active {
  background-position: 0 -480px; }

.messenger-view-top-holder #message-user {
  /* Display & box model */
  display: none;
  height: 24px;
  width: 113px;
  background-position: 0 -432px;
  margin: 0 auto;
  text-indent: -9999px; }

.messenger-view-top-holder #message-user:hover {
  background-position: 0 -456px; }

.messenger-view-top-holder #message-user:active {
  background-position: 0 -480px; }

/* Record button */
.messenger-input-window a.record-private {
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  position: absolute;
  left: 31px;
  bottom: 7px;
  background-position: 0 -965px; }

.messenger-input-window a.record-private:hover {
  background-position: 0 -997px; }

.messenger-input-window a.record-private:active {
  background-position: 0 -1029px; }

/* Send button */
.messenger-input-window button.chat-send {
  width: 52px;
  height: 31px;
  text-indent: -99999px;
  position: absolute;
  right: 7px;
  bottom: 7px;
  border: none;
  background-position: 0 -1092px; }

.messenger-input-window button.chat-send:hover {
  background-position: 0 -1123px; }

.messenger-input-window button.chat-send:active {
  background-position: 0 -1154px; }

.messenger-input-window button.chat-send.disabled {
  -pie-background: none;
  background-position: 0 -1061px; }

/* Emoicon icon plus */
.messenger-input-window .icon-messenger-open {
  background-position: 0 -1185px;
  height: 17px;
  width: 16px;
  margin-top: 11px;
  margin-left: 9px; }

.messenger-input-window .icon-messenger-open:hover {
  background-position: 0 -1203px; }

.messenger-input-window .icon-messenger-open:active {
  background-position: 0 -1221px; }

.messenger-input-window .icon-messenger-close {
  background-position: 0 -1239px;
  height: 5px;
  width: 16px;
  margin-top: 6px;
  margin-left: 5px; }

.messenger-input-window .icon-messenger-close:hover {
  background-position: 0 -1245px; }

.messenger-input-window .icon-messenger-close:active {
  background-position: 0 -1251px; }

/* Pending message indicator */
.pending-message-indicator {
  display: block;
  height: 12px;
  width: 12px;
  float: left;
  margin: 16px 4px 0 0; }

.view-message.msg-pending {
  margin-left: 17px; }

.message-pending .pending-message-indicator {
  margin-top: -10px;
  background: #2fb00d;
  border-radius: 10px;
  width: 6px;
  height: 6px;
  position: relative;
  right: -15px; }

.messenger-user-notification {
  display: block;
  border: 1px solid #BFC5C9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  width: 235px;
  margin: 0 auto;
  padding: 5px;
  overflow: hidden;
  margin-left: 13px; }

.messenger-user-notification:hover {
  background-color: #F1F1F1;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.messenger-user-notification img {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0 5px 0 0;
  background: #fff;
  padding: 2px;
  border: 1px solid #CCC;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/*.messenger-user-notification img:hover {
    border: 1px solid #112434;
}*/
.messenger-user-notification > .username-to-profile {
  float: left; }

.messenger-user-notification .notifcation-text-wrap {
  display: table;
  height: 36px;
  width: 194px;
  float: left; }

.messenger-user-notification p {
  margin: 0;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 14px;
  display: table-cell;
  vertical-align: middle; }

#initialPrivMsgCount, #initialNotifCount, #initialSubscriptionCount, #initialActivityCount {
  display: none; }

.messenger-loading {
  background: rgba(238, 238, 238, 0.85) url("../../../static/dist/img/loader/ajax-loader.gif") 125px 130px no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 76px;
  left: 0;
  border-radius: 0 0 5px 5px; }

.conversation-loading {
  width: 100%;
  height: 30px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2e2e2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #e2e2e2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), inset 0 1px #fff;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), inset 0 1px #fff;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.05), inset 0 1px #fff;
  border-bottom: 1px solid #D0D1D2; }

.conversation-loading .loader {
  display: block;
  width: 20px;
  height: 20px;
  float: right;
  margin: 5px 7px 0 0;
  clear: none; }

.conversation-loading .loading-text {
  display: block;
  width: 60px;
  float: left;
  font-size: 11px;
  color: #8F8F8F;
  line-height: 12px;
  margin: 8px 0 0 10px; }

#no-conversation {
  width: 220px;
  margin: 100px auto; }

#no-conversation p {
  font-size: 14px;
  color: #7C7C7C;
  text-align: center; }

.messenger-load-more {
  height: 29px;
  overflow: hidden;
  display: none; }

.conversation-list-load-more, .new-message-load-more, .add-friend-load-more {
  background: #fff; }

.new-message-load-more, .add-friend-load-more {
  border-top: 1px solid #DAE0E5; }

.add-friend-load-more {
  border-radius: 0 0 7px 7px; }

.conversation-load-more {
  width: 250px;
  margin: 0 0 0 13px;
  font-size: 10px; }

.messenger-load-more a, .messenger-load-more span {
  width: 100%;
  display: block;
  text-align: center;
  line-height: normal;
  margin-top: 13px; }

.conversation-list-load-more a, .conversation-list-load-more span {
  margin-top: 9px; }

.messenger-load-more span {
  cursor: pointer;
  text-decoration: none;
  color: #1E6E9E; }

.messenger-load-more span:hover {
  color: #122433;
  text-decoration: none; }

.messenger-load-more span:active {
  color: #596670;
  outline: none !important; }

.messenger-load-more .loading {
  display: none;
  width: 100%;
  text-align: center; }

.messenger-load-more .loading img {
  margin: 8px 0 0;
  width: 16px;
  height: 16px; }

.small-icon {
  height: 16px;
  width: 16px; }

.list-user p.message .small-icon {
  width: 12px;
  height: 12px; }

.nano-content .filtered-content, .nano-content .filter-no-content, .nano-content .search-no-content {
  display: none; }

.nano-content .filter-no-content, .nano-content .search-no-content {
  width: 110px;
  margin: 100px auto; }

.auth-error-p {
  margin: 50px 0 15px 0; }

.unblock-user {
  margin: 50px 20px 15px 20px; }

.request-controls {
  float: left;
  width: 276px; }

a.request-control {
  font-weight: bold; }

a.request-control:hover {
  color: #112434; }

.request-controls .accept, .request-controls .unblock {
  color: #5FB312;
  margin: 0 0 0 63px; }

.request-controls .delete {
  color: #7C7C7C;
  margin: 0 0 0 5px; }

.request-controls .state-msg {
  font-size: 12px;
  font-weight: bold;
  color: #7C7C7C; }

.request-controls .left-msg {
  margin-left: 17px;
  font-size: 10px; }

.request-controls .blocked-msg {
  margin-left: 63px; }

.username-to-profile {
  display: inline-block; }

.acceptance-pending {
  border: 0.0625rem solid #d6d8d6;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #e5e5e5;
  min-height: 41px;
  width: 230px;
  margin: 0 12px 10px 12px;
  padding: 5px 10px; }

.acceptance-pending .post-accept {
  display: none; }

.also-invited {
  width: 250px;
  margin: 0 0 10px 0;
  padding: 0 13px; }

.also-invited span {
  color: #596670;
  text-shadow: 0 1px 0 #ffffff; }

.also-invited-user-wrap {
  overflow: hidden;
  margin: 13px 0 0 0;
  padding: 5px;
  background-color: #f9f9f9;
  border: 1px solid #BFC5C9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.also-invited-user-wrap:hover {
  background-color: #f1f1f1;
  border: 1px solid rgba(0, 0, 0, 0.3); }

.also-invited-user-wrap > .username-to-profile {
  float: left; }

.also-invited-user-wrap img {
  height: 30px;
  width: 30px;
  float: left;
  margin: 0px 5px 0px 0px;
  background: none repeat scroll 0% 0% white;
  padding: 2px;
  border: 1px solid #cccccc;
  border-radius: 3px 3px 3px 3px; }

.also-invited .new-message-user-info {
  margin: 0;
  display: table;
  height: 36px;
  width: 197px;
  float: left; }

.also-invited .new-message-user-info p {
  word-wrap: break-word;
  font-size: 12px;
  line-height: 14px;
  display: table-cell;
  vertical-align: middle; }

.error-box-email {
  height: 20px;
  margin: 0 0 5px 0; }

.email-error {
  color: red;
  font-size: 11px; }

.message-thumbnail {
  display: block;
  float: left;
  width: 44px;
  height: 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 2px 8px 0 2px;
  background: #7c7c7c; }

#messenger-request-state-controls-overlay .messenger-alert-overlay-buttons {
  margin-top: 25px; }

.request-state-unblock-overlay .messenger-alert-overlay-buttons {
  margin-top: 70px; }

#text_stage {
  display: none; }

.incoming-message-loading-wrap {
  display: block;
  width: 60px;
  height: 40px;
  clear: both; }

.incoming-message-loading-wrap img.incoming-message-loading {
  margin: 4px auto 0 auto;
  display: block;
  width: 32px;
  height: 32px; }

.incoming-message-loading-wrap.video-error {
  display: none;
  position: absolute;
  top: 10px; }

.list-user:hover .message-action-button {
  display: block;
  position: absolute;
  top: 20px;
  right: 10px; }

.submit-search {
  background: url("../../../static/dist/img/messenger/icon-small-search-v2.png") no-repeat scroll left top transparent;
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 24px;
  text-indent: -9999px;
  border: none; }

.submit-search:hover {
  background-position: 0 -16px; }

.input-tag-wrapper {
  /* Display & box model */
  width: 75%; }

.input-tag-wrapper .input-tag-content {
  float: left;
  /* nanoScroller */
  width: 100%;
  left: 3px;
  display: inline-block;
  overflow-y: auto; }

.magnifying-glass-icon {
  position: absolute;
  font-size: 1.375rem;
  right: 15px;
  top: 17px;
  cursor: pointer; }

/* Magnifying Glass */
button.magnifying-glass {
  /* Display & box model */
  width: 29px;
  height: 29px;
  margin: 0;
  padding: 0;
  /* Positioning */
  position: fixed;
  float: left;
  /* Others */
  background: url("../../../static/dist/img/messenger/img_messenger_actions.png") no-repeat scroll 0 -1256px transparent;
  cursor: pointer;
  border: none;
  text-indent: -9999px;
  /* nanoScroller */
  position: absolute;
  float: right;
  right: 8px;
  margin-left: 0; }

button.magnifying-glass:hover {
  background-position: 0 -1285px; }

button.magnifying-glass:active {
  background-position: 0 -1314px; }

/* Tags List */
.input-tag-wrapper ul {
  display: block;
  margin: 3px 0;
  padding: 0;
  list-style: none;
  float: left;
  clear: both;
  /* nanoScroller */
  /*width: 265px;*/ }

.input-tag-wrapper ul li {
  margin: 0 6px 0 0;
  padding: 0;
  float: left; }

.input-tag-wrapper ul li:last-child {
  margin: 0; }

/* Tag */
.input-tag-wrapper ul li a {
  /* Display & box model */
  margin: 5px;
  padding: 0 5px;
  display: table;
  /* Others */
  line-height: 18px;
  /* wrapper_height[30] - (tag_border[1] + tags_list_margin[3]) x 2 */
  text-decoration: none;
  /* Background */
  background-color: #cccccc; }

.input-tag-wrapper ul li a,
.input-tag-wrapper ul li a:active,
.input-tag-wrapper ul li a:visited {
  color: #262626; }

/* Close Button */
/* Set the close button displays as table cell */
.input-tag-wrapper ul li span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px; }

.input-tag-wrapper ul li span i {
  /* Display & box model */
  position: relative;
  top: 2px; }

/* Input Field */
.input-tag-wrapper input.input-tag-input {
  /* Display & box model */
  width: 85%;
  height: 22px;
  /* Same as the row ul */
  margin: 3px 0;
  padding: 0 5px;
  /* Others */
  background: transparent;
  float: left;
  font-size: 12px;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #262626; }

.input-tag-wrapper input.input-tag-input:focus {
  outline: none; }

.input-tag-wrapper input.input-tag-input::-ms-clear {
  display: none; }

/* nanoScroller */
.nano .pane {
  background: transparent; }

.view-message.new-message-list-user.search-button {
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  width: 100%; }

.search-icon.keek-icon-search {
  float: left;
  display: inline-block;
  font-size: 1.375rem;
  margin-top: 4px; }

.search-for {
  display: block;
  width: 223px;
  float: left;
  font-size: 13px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-left: 5px; }

.adspace.takeover {
  position: relative;
  padding: 8.125rem 0 3.625rem;
  margin: -5rem 0 1.25rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  background: no-repeat center center;
  background-size: cover;
  display: none; }
  .adspace.takeover.active {
    display: block; }
  .adspace.takeover:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.85);
    z-index: 1; }
  .adspace.takeover > * {
    position: relative;
    z-index: 2; }
  .adspace.takeover .takeover-minimize {
    position: absolute;
    right: 1.25rem;
    margin-top: -1.625rem; }
  .adspace.takeover .takeover-maximized .takeover-title {
    font-size: 2.5625rem;
    color: #eeeeee;
    text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3.625rem; }
  .adspace.takeover .takeover-maximized .takeover-left-column {
    width: 26.875rem;
    text-align: left;
    margin-right: 1.25rem;
    padding: 0; }
    .adspace.takeover .takeover-maximized .takeover-left-column .takeover-cta-image {
      border: none; }
      .adspace.takeover .takeover-maximized .takeover-left-column .takeover-cta-image .takeover-image {
        width: 26.875rem;
        height: 26.875rem;
        box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
        border: none;
        cursor: pointer; }
  .adspace.takeover .takeover-maximized .takeover-right-column {
    text-align: left;
    padding: 0;
    float: left; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-logo {
      max-width: 21.875rem;
      max-height: 5.3125rem;
      margin-bottom: 1.25rem; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-subtitle {
      font-size: 2.1875rem;
      color: #eeeeee;
      text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
      margin: 0 0 1.25rem; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-caption {
      font-size: 1.375rem;
      line-height: 1.875rem;
      color: #aaaaaa;
      text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
      margin-bottom: 1.25rem; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-cta-button {
      background: none;
      border-radius: 0.3125rem;
      color: #aaaaaa;
      border-color: #aaaaaa;
      text-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
      font-size: 1rem;
      cursor: pointer; }
      .adspace.takeover .takeover-maximized .takeover-right-column .takeover-cta-button:before {
        font-size: 1.375rem;
        margin-right: 0.625rem;
        position: relative;
        top: 2px; }
      .adspace.takeover .takeover-maximized .takeover-right-column .takeover-cta-button:hover, .adspace.takeover .takeover-maximized .takeover-right-column .takeover-cta-button:active {
        color: #eeeeee;
        border-color: #eeeeee; }
  .adspace.takeover .takeover-minimized {
    display: none; }
    .adspace.takeover .takeover-minimized .takeover-leaderboard {
      max-width: 45.5rem;
      max-height: 5.625rem;
      box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
      border: none;
      display: block;
      margin: 0 auto;
      cursor: pointer; }
  .adspace.takeover.maximized .takeover-maximized {
    display: block; }
  .adspace.takeover.maximized .takeover-minimized {
    display: none; }
  .adspace.takeover.minimized .takeover-minimized {
    display: block; }
  .adspace.takeover.minimized .takeover-maximized {
    display: none; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .adspace.takeover .takeover-maximized ul {
    max-width: 80%;
    margin: 0 auto; }
  .adspace.takeover .takeover-maximized .takeover-left-column {
    width: 100%;
    margin: 0 auto 1.25rem;
    text-align: center; }
  .adspace.takeover .takeover-maximized .takeover-right-column {
    text-align: center; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-logo {
      display: block;
      margin: 0 auto 1.25rem; } }
@media only screen and (max-width: 40em) {
  .adspace.takeover .takeover-maximized ul {
    max-width: 80%;
    margin: 0 auto; }
  .adspace.takeover .takeover-maximized .takeover-left-column {
    width: 100%;
    margin: 0 auto 1.25rem;
    text-align: center; }
  .adspace.takeover .takeover-maximized .takeover-right-column {
    text-align: center; }
    .adspace.takeover .takeover-maximized .takeover-right-column .takeover-logo {
      display: block;
      margin: 0 auto 1.25rem; } }
.adspace.leaderboard {
  width: 100%;
  max-width: 66.25rem;
  height: auto;
  position: absolute;
  top: -300%;
  padding: 1px 0;
  margin: 0 auto 2.5rem;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #262626; }
  .adspace.leaderboard.active {
    position: relative;
    top: auto; }
  .adspace.leaderboard:empty {
    position: relative;
    top: auto; }
  .adspace.leaderboard:after {
    content: "Sponsored";
    width: auto;
    height: auto;
    position: absolute;
    bottom: -1.3125rem;
    right: 0.625rem;
    background: #262626;
    font-size: 0.625rem;
    letter-spacing: 0.5px;
    padding: 0.15625rem 0.625rem;
    border-bottom-left-radius: 0.3125rem;
    border-bottom-right-radius: 0.3125rem;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
    opacity: 0.7; }

.adspace.bigbox {
  width: auto;
  height: auto;
  position: relative;
  padding: 1.25rem 0;
  margin: 1.25rem auto;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #262626;
  display: none; }
  .adspace.bigbox.active {
    display: block; }

body.getapp .get-the-app-page .download {
  margin-top: -3px;
  padding-bottom: 3.75rem; }
  body.getapp .get-the-app-page .download h2 {
    padding-top: 4.375rem;
    margin-bottom: 1.875rem; }
body.getapp .get-the-app-page ul li {
  text-align: center; }
body.getapp .get-the-app-page p.center-text, body.getapp .get-the-app-page .login-trigger {
  font-size: 1.375rem; }

.canvas-app .body-content {
  padding: 2.5rem 1.25rem; }
.canvas-app .waiting-caption {
  font-size: 1rem;
  line-height: 1.375rem;
  color: #aaaaaa;
  margin: 0; }
.canvas-app .uv-icon {
  display: none !important; }

.promo.promo-live {
  position: relative; }
  .promo.promo-live > .columns {
    padding: 0; }
  .promo.promo-live .promo-logo {
    width: 213px;
    height: 213px;
    position: absolute;
    top: 310px;
    left: 50%;
    margin-left: -106px;
    background: url("../../../static/dist/img/promo/peeks-live-stream-logo.png") center center no-repeat;
    z-index: 48; }
  .promo.promo-live .promo-banner {
    width: 100%;
    height: 436px !important;
    margin-bottom: 5.625rem;
    overflow: hidden;
    position: relative;
    background: url("../../../static/dist/img/promo/live-streaming-beta-background.png") center center no-repeat; }
  .promo.promo-live .promo-content {
    padding: 1.25rem;
    padding-bottom: 2.5rem; }
    .promo.promo-live .promo-content .promo-title {
      text-align: center;
      color: #eeeeee;
      font-size: 1.875rem;
      line-height: 2.1875rem;
      text-transform: capitalize; }
      .promo.promo-live .promo-content .promo-title sup {
        font-size: 0.78125rem; }
    .promo.promo-live .promo-content .promo-sub-title {
      text-align: center;
      color: #aaaaaa;
      font-size: 1.375rem;
      line-height: 1.875rem;
      font-family: Helvetica, sans-serif;
      font-weight: 100; }
    .promo.promo-live .promo-content .promo-caption {
      text-align: center;
      color: #aaaaaa;
      font-size: 1.125rem;
      line-height: 1.375rem;
      font-family: Helvetica, sans-serif;
      font-weight: 100; }
    .promo.promo-live .promo-content .promo-caption.caption-1 {
      margin-bottom: 5px; }
    .promo.promo-live .promo-content .promo-form {
      padding: 1.25rem 0; }
      .promo.promo-live .promo-content .promo-form form .button {
        background: #f2f2f2;
        color: #333;
        box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }
        .promo.promo-live .promo-content .promo-form form .button:hover {
          background: #aaa;
          color: #333; }
      .promo.promo-live .promo-content .promo-form h4 {
        color: #aaaaaa;
        margin-bottom: 0.3125rem; }
      .promo.promo-live .promo-content .promo-form .promo-success {
        display: block;
        text-align: center;
        color: #777777; }
    .promo.promo-live .promo-content .promo-footnotes {
      display: block;
      text-align: center; }

.promo.promo-t4g-banner {
  width: 100%;
  height: 25rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  display: table;
  color: #ffffff;
  top: -1.25rem;
  margin-top: -5rem;
  padding-top: 4.25rem;
  padding-bottom: 5.875rem;
  background: url("../../../static/dist/img/promo/trivia4good-banner.jpg") center center no-repeat;
  background-size: cover; }
  .promo.promo-t4g-banner.mini {
    height: 5rem;
    padding-top: 0;
    border-bottom: 1px solid #000; }
  .promo.promo-t4g-banner > .columns {
    display: table-cell;
    vertical-align: middle;
    float: none;
    position: relative;
    z-index: 2; }
  .promo.promo-t4g-banner:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(26, 26, 26, 0.85);
    z-index: 1; }
  .promo.promo-t4g-banner .banner-logo {
    width: 13.75rem;
    height: 13.75rem;
    background: url("../../../static/dist/img/promo/trivia4good-logo.png") center center no-repeat;
    margin: 0 auto; }

.promo.promo-t4g {
  position: relative;
  margin-top: 4.375rem;
  padding-right: 4.375rem; }
  .promo.promo-t4g > .columns {
    padding: 0; }
  .promo.promo-t4g .promo-phone {
    width: 24.375rem;
    height: 31.25rem;
    background: url("../../../static/dist/img/promo/trivia4good-phone.png") center center no-repeat;
    margin: -4.375rem -6.25rem 0 0; }
  .promo.promo-t4g .promo-content {
    padding: 4.375rem 0 4.375rem 1.25rem; }
    .promo.promo-t4g .promo-content .promo-title {
      font-size: 3.125rem;
      line-height: 3.75rem;
      text-align: center; }
    .promo.promo-t4g .promo-content .promo-caption {
      font-size: 2.1875rem;
      line-height: 2.5rem;
      text-align: center;
      color: #aaaaaa;
      margin-top: 4.375rem; }
    .promo.promo-t4g .promo-content .promo-caption-small {
      font-size: 1.125rem;
      line-height: 1.25rem;
      text-align: center;
      color: #777777;
      margin-top: 0.625rem;
      display: block; }
      .promo.promo-t4g .promo-content .promo-caption-small:hover {
        color: #95d641;
        cursor: pointer; }

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .promo.promo-t4g {
    margin-top: 0;
    padding-right: 0; }
    .promo.promo-t4g .promo-phone {
      width: 100%;
      margin: 0; }
    .promo.promo-t4g .promo-content {
      padding: 4.375rem 1.25rem; } }
@media only screen and (max-width: 40em) {
  .promo.promo-t4g {
    margin-top: 0;
    padding-right: 0; }
    .promo.promo-t4g .promo-phone {
      width: 100%;
      margin: 0; }
    .promo.promo-t4g .promo-content {
      padding: 4.375rem 1.25rem; } }
.schema-org {
  width: auto;
  max-width: 50%;
  position: absolute;
  top: 0;
  left: 0;
  background: #262626;
  color: #777777;
  padding: 1.25rem;
  margin: 0.625rem;
  display: inline-block;
  box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2);
  z-index: -999;
  font-family: "Courier New", sans-serif;
  display: none; }
  .schema-org:before {
    width: 100%;
    content: 'Schema.org Properties';
    padding: 0.625rem 1.25rem;
    margin: 0 -1.25rem 1.25rem;
    background: #1a1a1a;
    font-size: 1.375rem;
    color: #eeeeee;
    display: block;
    box-shadow: 0 0.125rem 0.3125rem rgba(0, 0, 0, 0.2); }
  .schema-org,
  .schema-org .schema-org-property-group > ul {
    list-style: none; }
  .schema-org .schema-org-property-group > ul {
    margin: 0;
    padding: 1.25rem;
    background: #212121; }
  .schema-org .schema-org-type > a,
  .schema-org .schema-org-property-group-name > a {
    font-size: 1.25rem;
    color: #aaaaaa;
    margin-bottom: 1.25rem;
    font-family: "Courier New", sans-serif; }
  .schema-org .schema-org-type,
  .schema-org .schema-org-property-group-name {
    margin-bottom: 0.625rem; }
  .schema-org .schema-org-property {
    padding: 0.3125rem 0.625rem;
    margin: 0.3125rem 0;
    cursor: default; }
    .schema-org .schema-org-property:nth-child(even) {
      background: #2e2e2e; }
    .schema-org .schema-org-property:hover {
      background: #333333; }
    .schema-org .schema-org-property .schema-org-property-name {
      font-weight: bold; }
      .schema-org .schema-org-property .schema-org-property-name:after {
        content: ': '; }

.joyride-content-wrapper h4 {
  margin-bottom: 1.25rem; }
.joyride-content-wrapper a {
  color: #aaaaaa; }
  .joyride-content-wrapper a:hover {
    text-decoration: underline; }
.joyride-content-wrapper .button {
  background: #777777;
  color: #eeeeee;
  padding: 0.625rem 1.25rem; }
  .joyride-content-wrapper .button:hover {
    text-decoration: none;
    background: #6a6a6a; }
.joyride-content-wrapper .footnote {
  font-size: 0.625rem;
  color: #aaaaaa; }

.screen-saver header,
.screen-saver .header-get-app,
.screen-saver footer,
.screen-saver .uv-icon,
.screen-saver .body-push {
  display: none !important; }
.screen-saver .body-wrapper {
  padding-top: 0; }
.screen-saver .body-content.promo-screen-saver {
  height: 100%; }
  .screen-saver .body-content.promo-screen-saver > .columns {
    height: 100%;
    padding-top: 0;
    padding-bottom: 7.5rem; }
    .screen-saver .body-content.promo-screen-saver > .columns .promo-banner {
      height: 100%; }
.screen-saver .promo-logo {
  width: 213px;
  height: 213px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  margin-left: -106px;
  background: url("../../../static/dist/img/promo/peeks-live-stream-logo.png") center center no-repeat;
  z-index: 48; }
.screen-saver .promo-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  display: block;
  z-index: 1;
  text-align: center;
  padding-top: 25%;
  font-size: 5.625rem; }

.purchases-page div.date-selector label {
  float: right;
  margin: 0 0.625rem;
  color: #eeeeee; }
.purchases-page div.date-selector input[type="submit"] {
  float: right;
  line-height: 14px;
  background: white;
  border: none;
  outline: none;
  margin-top: 10px; }
.purchases-page table {
  width: 100%; }
.purchases-page td[class^="kicon-"]:before,
.purchases-page td[class*=" kicon-"]:before {
  font-size: 20px;
  padding-right: 10px;
  vertical-align: bottom; }
.purchases-page td {
  height: 40px;
  vertical-align: middle; }
  .purchases-page td a,
  .purchases-page td a:active,
  .purchases-page td a:visited {
    color: #777777;
    text-decoration: underline; }
  .purchases-page td a:hover,
  .purchases-page td a:focus {
    color: #1a1a1a; }
  .purchases-page td.user-avatar {
    width: 40px;
    padding: 0;
    position: relative;
    text-align: center; }
    .purchases-page td.user-avatar img {
      width: 40px;
      height: 40px; }
      .purchases-page td.user-avatar img.user-na {
        width: 20px;
        height: 20px;
        margin: 10px;
        opacity: 0.6; }
  .purchases-page td.kicon-verified:before {
    color: #95d641 !important;
    background: none !important;
    font-size: 1.125rem !important;
    padding: 0 !important;
    text-shadow: 0 0 3px #000;
    position: absolute;
    bottom: 0;
    right: 0; }
.purchases-page .no-purchases {
  margin-top: 4.375rem; }

.datepicker table thead th i.fa-chevron-left:before {
  content: "<"; }
.datepicker table thead th i.fa-chevron-right:before {
  content: ">"; }
