/* Mixins imports
   Author: Wlodek Chimiak (wchimiak@gmail.com) 
=================================================== */
/* Author: Wlodek Chimiak (wchimiak@gmail.com) */
/* Typography variables
=================================================== */
/* Size Value */
/* Font-face */
/**
 *  Cross-browser handy mixins.
 *  @module shared/mixins/cross-browser
 */
/*
 *  .blur('10px');
 */
/*
 *  .box-sizing('border-box');
 */
/*
 *  .box-shadow('properties');
 */
/*
 *  .border-radius('params');
 */
/*
 *  .user-select(none);
 */
/*
 *  .transform('params');
 */
/*
 *  .transform-origin('params');
 */
/*
 *  .transition('params');
 */
/*
 *  .transition-delay('params');
 */
/* 
 *  .animation('params');
 */
/*
 *  .animation-delay('params');
 */
/*
 *  .appearance('params');
 */
/*
 *  .gradient-fade('params');
 */
/*
 *  .background-cover;
 */
@import url(//d1azc1qln24ryf.cloudfront.net/90897/Platform/style-cf.css?9x7x7b);
.background-cover {
  background-size: cover;
}
/*
 *  .background-svg('svg-image-file', 'fallback-image-file');
 */
/*
 *  .flip-element-y();
 */
/*
 *  .flip-element-x();
 */
/*
 *  .vertical-middle();
 */
/*
 *  .horizontal-middle();
 */
/*
 *  .rotate(Xdeg);
 */
/*
 *  .inline-block;
 */
/*
 *  .opacity(@opacity);
 */
/*
 *  .aspect-ratio(16, 9);
 */
/**
 *  Typography related mixins.
 *  @module shared/mixins/typography
 */
/*
 *  .font-face('chosen-font-name', 'path-to-files', 'font-file-name');
 */
/*
 *  .font-size('decimal-number');
 */
/*
 *  .line-height('decimal-number');
 */
/* Mixin for colours */
/* Brand Colour */
/* Mixin for enhancements */
/* Generic Styles
=================================================== */
/* Inline Block */
/* Border Box */
/* CSS3
=================================================== */
/* Opacity */
/* Border Radius */
/* Border Radius - different values */
/* Background Cover */
/* Rotate */
/* Box Shadow */
/* Transform */
/* CSS3 Transitions
=================================================== */
/* Transition */
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../img/chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('../img/chosen-sprite.png') no-repeat 100% -20px;
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('../img/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('../img/chosen-sprite.png') no-repeat -30px -20px;
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background: url('../img/chosen-sprite.png') no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('../img/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/**
 *  Breakpoints
 */
/**
 *	Device specific break points
 */
/**
 *	Styling specific break points
 */
/**
 *  Colours
 */
/**
 *	Helpers
 */
/**
 *	Statuses
 */
/**
 *  Brand Colours
 *  - Lets not use these, they remain for legacy sake.
 */
/**
 *  App store colours
 */
/**
 *  App Colours -- annoyingly these are dotted all over the place so it's easier
 *  to leave them in for now, even though app colours in the app store have been
 *  deprecated. AndyT 
 */
/**
 *  Network Colours
 */
/**
 *  Tag Colours
 */
/**
 *  Sizes
 */
/*
 * Font Icons
 */
/* Buttons */
/* Tags */
.desktop-only {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
@media only screen and (min-width: 900px) {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
body.nav-open {
  overflow: hidden !important;
}
.stry-nav-main {
  transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out 1s linear;
  -ms-transition: transform 0.5s ease-in-out 1s linear;
  -o-transition: transform 0.5s ease-in-out 1s linear;
  transition: transform 0.5s ease-in-out 1s linear;
  -webkit-transition: transform 0.5s ease-in-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  background-color: transparent;
  background: url('../../storystream_admin/img/ie9-header-bg.gif') repeat-x top left;
  background-image: linear-gradient(#171717 65px, #ffffff 65px, transparent 65px);
  display: block;
  font-size: 0;
  height: 65px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main {
    display: table;
  }
}
.nav-open .stry-nav-main {
  height: 100%;
  overflow-y: scroll;
  z-index: 1031;
}
@media only screen and (min-width: 769px) {
  .nav-open .stry-nav-main {
    height: 65px;
    overflow: auto;
    z-index: 10;
  }
}
.stry-nav-main,
.stry-nav-main * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.stry-nav-main.stry-row,
.stry-nav-main .stry-row {
  table-layout: inherit;
}
.stry-nav-main .logo {
  display: inline-block;
  float: left;
  margin: 0;
  padding-left: 15px;
  padding-top: 12px;
  position: relative;
  z-index: 3;
}
.stry-nav-main .logo img {
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 900px) {
  .stry-nav-main .logo {
    padding-top: 22px;
    padding-left: 0;
    margin-left: 2%;
  }
  .stry-nav-main .logo img {
    height: auto;
    width: 214px;
  }
}
.stry-nav-main nav {
  float: left;
  position: absolute;
  text-align: right;
  width: 100%;
  /* general nav link styles */
  /* end general nav link styles */
  /* list styles */
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav {
    float: right;
    position: relative;
    width: 73%;
  }
}
.stry-nav-main nav .storyname-header {
  color: #ffffff;
  font-weight: bold;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 26px;
  z-index: 1;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .storyname-header {
    display: none !important;
  }
}
.stry-nav-main nav .burger-button {
  background-size: 35px 20px;
  background: url(../../storystream_admin/img/burger-menu.svg) no-repeat center center;
  display: block;
  float: right;
  height: 20px;
  margin: 25px 12px 0 0;
  position: relative;
  width: 35px;
  z-index: 2;
}
.stry-nav-main nav .burger-button:hover {
  cursor: pointer;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .burger-button {
    display: none !important;
  }
}
.stry-nav-main nav span,
.stry-nav-main nav a {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 14px;
  line-height: 1.4rem;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav span,
  .stry-nav-main nav a {
    color: #ffffff;
  }
}
.stry-nav-main nav .stry-nav-link {
  border-bottom: 1px solid #eaeaee;
  box-sizing: border-box;
  color: #171717;
  display: block;
  height: 65px;
  margin: 0 13px 0 13px;
  padding: 21px 0 10px 0;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .stry-nav-link {
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    /* Add to make sure that scalling will not occur */
    -webkit-transform: translateZ(0px);
    border-bottom: none;
    color: #ffffff;
    height: 65px;
    margin: 0;
    min-width: 87px;
    padding: 10px 11% 0 11%;
  }
}
@media only screen and (min-width: 1200px) {
  .stry-nav-main nav .stry-nav-link {
    min-width: 115px;
  }
}
.stry-nav-main nav .stry-nav-link:hover {
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  -webkit-transform: none;
  text-decoration: none;
}
.stry-nav-main nav .stry-nav-link.active {
  cursor: default;
}
.stry-nav-main nav .stry-nav-link:hover,
.stry-nav-main nav .stry-nav-link.active {
  border-bottom: none;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .stry-nav-link:hover,
  .stry-nav-main nav .stry-nav-link.active {
    background-color: #FAFAFA;
  }
}
.stry-nav-main nav .stry-nav-link:hover span,
.stry-nav-main nav .stry-nav-link.active span {
  color: #ffffff;
}
.stry-nav-main nav .storyname.stry-nav-item .stry-nav-link:hover {
  background-color: transparent;
}
.stry-nav-main nav li:last-child .stry-nav-link {
  border-bottom: none;
}
.stry-nav-main nav .top-nav-block {
  /* Drop Down Menu */
}
.stry-nav-main nav .top-nav-block .top-nav-list {
  display: none;
  left: 0;
  position: absolute;
  top: 65px;
  width: 100%;
}
.nav-open .stry-nav-main nav .top-nav-block .top-nav-list {
  display: block;
}
@media only screen and (min-width: 769px) {
  .nav-open .stry-nav-main nav .top-nav-block .top-nav-list {
    display: table;
  }
}
@media only screen and (min-width: 768px) {
  .stry-nav-main nav .top-nav-block .top-nav-list {
    bottom: 0;
    left: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list {
    display: table;
    float: right;
    height: 65px;
    overflow: visible;
    position: static;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item {
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  background-color: #454545;
  display: block;
  height: 65px;
  text-align: left;
  /*  Item specific  */
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item:hover,
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.active {
  background-color: #FAFAFA;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname,
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.mobile-livehub-storyname {
  display: none;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname:hover {
  background-color: transparent;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item {
    background-color: transparent;
    border-left: 1px solid #E8E8E8;
    display: table-cell;
    height: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname {
    display: table-cell;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .text,
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .icon {
  float: left;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .text,
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .icon {
    float: none;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .text {
  display: block;
  font-size: 2rem;
  margin-left: 17px;
  margin-top: 6px;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .text {
    margin-left: 0 !important;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item .icon {
  display: block;
  height: 26px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.library .icon {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 16px;
  line-height: 1.6rem;
  padding-top: 4px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.library .text {
  margin-left: 20px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.launchpad .icon {
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 22px;
  line-height: 2.2rem;
  left: -11px;
  padding-top: 1px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.launchpad .icon {
    left: 0;
    position: static;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.launchpad .text {
  margin-left: 3px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.apps .icon {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  left: -5px;
  padding-top: 2px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.apps .icon {
    left: 0;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.apps .text {
  margin-left: 10px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.setup .icon {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 24px;
  line-height: 2.4rem;
  left: -2px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.setup .icon {
    left: 0;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.insights .icon {
  font-size: 48px;
  font-size: 4.8rem;
  line-height: 24px;
  line-height: 2.4rem;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub a {
    padding: 15px 11% 0 11%;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub span {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title {
  display: table;
  padding-bottom: 4px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title .icon {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  margin-left: -3px;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title .icon {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 14px;
    line-height: 1.4rem;
    padding-right: 7px;
    margin-left: 0;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title span {
  height: auto;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title span {
    color: #ffffff;
    display: table-cell;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title span.text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 14px;
  line-height: 1.4rem;
  display: block;
  text-overflow: clip;
  width: 75px;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .hub-title span.text {
    width: 53px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 12px;
    line-height: 1.2rem;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .text {
  display: none;
  max-width: 98px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.hub .text {
    color: #ffffff;
    display: block;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth > a {
  min-width: 87px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth > a {
    min-width: 115px;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth > a:hover {
  cursor: default;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth > a .icon {
    left: -10px;
  }
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth > a .text {
    position: relative;
    left: -10px;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth .icon {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 23px;
  line-height: 2.3rem;
  left: -2px;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth .icon {
    left: 0;
    padding-top: 2px;
    margin-bottom: 6px;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth .text {
  margin-top: 3px;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth .text .arrow {
  background: url('../../storystream_admin/img/arrow-down-black.svg') no-repeat center center;
  height: 36px;
  display: inline;
  padding-left: 4px;
  position: absolute;
  right: 7px;
  top: 16px;
  width: 17px;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth .text .arrow {
    background-image: url('../../storystream_admin/img/arrow-down-white.svg');
    top: -25px;
  }
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth:hover .arrow,
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth.active .arrow {
  background-image: url('../../storystream_admin/img/arrow-down-white.svg');
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth:hover span,
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.auth.active span {
  color: #ffffff;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname {
  border-left: none;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname a:hover {
  background-color: #171717;
  cursor: default;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.storyname span {
  color: #ffffff;
  max-width: 120px;
  overflow: hidden;
  padding-top: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.analytics .icon {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 26px;
  line-height: 2.6rem;
  padding-top: 0;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .top-nav-list .top-nav-item.analytics .icon {
    left: 0;
    padding-top: 3px;
    margin-bottom: 6px;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu {
  position: relative;
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list {
  background-color: #e5e5eb;
  display: none;
  float: left;
  right: 0;
  text-align: left;
  top: 65px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list {
    background-color: #F6F6F6;
    position: absolute;
    width: 200px;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item {
  border-bottom: 1px solid #eaeaee;
  float: left;
  height: 65px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item {
    border-bottom: 1px solid #E8E8E8;
    height: auto;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item:last-child {
  border: 0;
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  margin: 0;
  padding: 28px 5px 12px 13px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a {
    padding: 12px 5px;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a span {
  color: #171717 !important;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a span {
    color: #ffffff !important;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a:hover span {
  color: #171717;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item a:hover span {
    color: #ffffff !important;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item .text {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 13px;
  line-height: 1.3rem;
  margin: 0;
  text-transform: uppercase;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item .text {
    text-transform: none;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item .text:before {
  font-size: 18px;
  font-size: 1.8rem;
  color: #171717;
  content: "\2013";
  display: inline;
  margin: 0 15px 0 5px;
}
@media only screen and (min-width: 769px) {
  .stry-nav-main nav .top-nav-block .drop-down-menu .drop-down-list .drop-down-item .text:before {
    color: #ffffff;
  }
}
.stry-nav-main nav .top-nav-block .drop-down-menu:hover .toggle {
  background-color: #FAFAFA;
}
.stry-nav-main nav .top-nav-block .drop-down-menu:hover .drop-down-list {
  display: block;
}
.ie-9 .stry-nav-main {
  background: url('../../storystream_admin/img/ie9-header-bg.gif') repeat-x top left;
}
.support-nav-link {
  line-height: 14px;
  /* bootstrap override */
  position: relative;
}
/*** code brought over from the media queries in launchpad ***/
/* Temporary overwrite */
/* Reset
=================================================== */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: normal;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
li {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
a,
a:visited {
  color: black;
  text-decoration: unset;
}
/* Font set
=================================================== */
html {
  font-size: 62.5%;
  /* Sets up the Base 10 stuff */
  line-height: 1.5em;
  /* 15px/base */
}
/* Grids
=================================================== */
/* Mixin for grids */
/* Generic Styles
	=================================================== */
iframe {
  width: 100%;
}
/* Column Framework 
	=================================================== */
.full,
.third,
.two-thirds,
.quarter,
.half,
.three-quarters,
.fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.sixth {
  display: inline;
  float: left;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
  width: 98%;
}
/* 3 Column Grid */
.third {
  width: 31.33%;
}
.two-thirds {
  width: 64.66%;
}
/* 4 Column Grid */
.quarter {
  width: 23%;
}
.half {
  width: 48%;
}
.three-quarters {
  width: 73%;
}
/* 5 Column Grid */
.fifth {
  width: 18%;
}
.two-fifths {
  width: 38%;
}
.three-fifths {
  width: 58%;
}
.four-fifths {
  width: 78%;
}
/* 6 Column Grid */
.sixth {
  width: 14.6666%;
}
/* Main Layout 
=================================================== */
body {
  padding-top: 65px;
}
body.v3-nav-enabled {
  padding-top: 48px;
}
body,
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body#BaseAdmin.side-navigation-wrapper {
  padding-top: 0;
}
body#BaseAdmin.side-navigation-wrapper #side-navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2000;
}
body#BaseAdmin.side-navigation-wrapper #side-navigation header {
  height: 100vh;
}
body#BaseAdmin.side-navigation-wrapper #side-navigation .account-menu p,
body#BaseAdmin.side-navigation-wrapper #side-navigation .workspace-menu p {
  margin: 0;
}
body#BaseAdmin.side-navigation-wrapper > .include-template {
  max-width: calc(100vw - 56px);
  position: relative;
}
body#BaseAdmin.side-navigation-wrapper > .include-template .insights-header {
  max-width: calc(100vw - 56px);
  position: fixed;
  top: 0;
  left: 56px;
}
body#BaseAdmin.side-navigation-wrapper > .include-template .insights-roi {
  padding-top: 48px;
}
body#BaseAdmin.side-navigation-wrapper > .include-template .analytics-top-bar {
  width: calc(100vw - 56px);
  margin-top: 48px;
}
body#BaseAdmin.no-side-navigation-wrapper {
  display: block;
  padding-top: 65px;
}
body#BaseAdmin.no-side-navigation-wrapper.v3-nav-enabled {
  padding-top: 48px;
}
body#BaseAdmin.login,
body#BaseAdmin.hide-nav {
  padding-top: 0;
}
.wrapper-outer {
  width: 100%;
  height: 100;
  top: 0;
  bottom: 0;
  position: absolute;
}
#main-content {
  margin-top: 65px;
}
.v3-nav-enabled #main-content {
  margin-top: 48px;
}
#main-container {
  margin-top: 0;
}
/* Generic Styles
=================================================== */
.shadow {
  box-shadow: 2px 5px 8px rgba(0, 0, 0, 0.1);
}
.shadow-top {
  -webkit-box-shadow: 0px -2px 11px 0px #747474;
  -moz-box-shadow: 0px -2px 11px 0px #747474;
  box-shadow: 0px -2px 11px 0px #747474;
}
.left {
  float: left;
}
.right {
  float: right;
}
.border-bottom {
  border-bottom: 1px solid #d7db5a;
}
.center {
  text-align: center;
}
label {
  cursor: pointer;
}
/* Feed styling
=================================================== */
#oauth_render_panel .verified {
  position: relative;
  top: -21px;
}
.lt-ie9 #oauth_render_panel .verified {
  top: -33px;
}
/* Change password page
=================================================== */
.password-change .inner {
  padding: 0;
}
.password-change h1 {
  margin: 0;
  padding: 30px 78px;
}
.password-change .form-horizontal {
  background-color: #ffffff;
  margin: 0;
  padding: 38px 78px;
}
.password-change .form-horizontal .alert {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.password-change .form-horizontal .alert .close {
  display: inline;
  margin-right: 10px;
  position: static;
  right: 0;
  top: 0;
}
.password-change .form-horizontal fieldset {
  padding: 20px 0 0 0;
}
.password-change .form-horizontal fieldset .control-group {
  padding: 0 0 10px 0;
}
.password-change .form-horizontal fieldset .control-group .control-label {
  width: 220px;
}
.password-change .form-horizontal .form-actions {
  padding-left: 40px;
}
.password-change .form-horizontal .form-actions .btn-primary {
  margin: 0;
}
/* confirmation styles */
#info-password-change {
  color: #171717;
  background-color: #ffffff;
  padding-left: 35px;
  border: none;
  margin-bottom: 0;
}
#info-password-change p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 32px;
}
#iframe-options {
  margin: 14px 0;
}
#iframe-options label.vCheckboxLabel {
  font-family: 'proximanova-light', serif;
}
.content-clipper > .inner-heading {
  font-family: 'proximanova-reg', serif;
  font-weight: normal;
}
.content-clipper div.feed-type-select form.continue p {
  font-family: 'proximanova-reg', serif;
  font-weight: normal;
}
/* Admin redirect */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  color: #171717;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #454545;
  border: 1px solid #747474;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}
.alert.alert-info {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #ffffff;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  text-shadow: none;
  z-index: 10;
  overflow: hidden;
  /* Toggle */
}
.alert.alert-info p {
  float: left;
}
.alert.alert-info a.dismiss {
  float: right;
}
.alert.alert-info#admin-redirect-alert {
  background-color: #a5eee3;
}
.alert.alert-info#beta-toggle-alert {
  background-color: #454545;
  color: #171717;
  font-size: 13px;
  text-align: center;
  position: relative;
  height: 20px;
  margin: 0;
  padding: 10px 35px 6px 14px;
  top: 0;
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
}
.alert.alert-info#beta-toggle-alert .center {
  display: inline-block;
  text-align: center;
}
.alert.alert-info#beta-toggle-alert .center p {
  margin: 0;
  line-height: 15px;
}
.alert.alert-info#beta-toggle-alert .center a {
  margin-left: 25px;
  color: #333;
  text-decoration: underline;
}
.alert.alert-info#beta-toggle-alert .center a:hover {
  text-decoration: none;
}
.alert.alert-info#beta-toggle-alert .dismiss-wrap {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #E8E8E8 url("../img/close-icn.png") no-repeat 20px 11px;
}
.alert.alert-info#beta-toggle-alert .dismiss-wrap a.dismiss {
  display: inline-block;
  color: white;
  padding: 10px 20px 11px 40px;
  text-decoration: underline;
  float: left;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transform: translateZ(0px);
}
.alert.alert-info#beta-toggle-alert .dismiss-wrap a.dismiss:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
body {
  -moz-transition: padding-top 0.2s ease-in-out;
  -ms-transition: padding-top 0.2s ease-in-out;
  -o-transition: padding-top 0.2s ease-in-out;
  transition: padding-top 0.2s ease-in-out;
  -webkit-transition: padding-top 0.2s ease-in-out;
}
header {
  -moz-transition: top 0.2s ease-in-out;
  -ms-transition: top 0.2s ease-in-out;
  -o-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  -webkit-transition: top 0.2s ease-in-out;
}
/* Toggle - body and header */
body.login {
  padding-top: 0;
}
body.login header {
  top: 0;
}
/* OVERWRITE TOGGLE FROM COMMONS.CSS */
.dashboard #beta-toggle-alert .dismiss-wrap a.dismiss {
  background: #171717 url("../img/close-icn.png") no-repeat 20px 11px;
}
.dashboard #beta-toggle-alert.blue .dismiss-wrap a.dismiss {
  background: #171717 url("../img/close-icn.png") no-repeat 20px 11px;
}
.dashboard .alert.alert-info#beta-toggle-alert .center {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.dashboard .alert.alert-info#beta-toggle-alert .center p {
  font-weight: bold;
}
/* Toggle - body and header */
body.toggle .navbar-fixed-top {
  top: 0px;
}
body.toggle #main-container {
  margin-top: 0px;
}
/* Add Screen & Overwrite
=================================================== */
/* Proximanova Regular */
@font-face {
  font-family: "proximanova-reg";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.svg#proximanovareg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-reg";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-reg/proximanovareg.svg#proximanovareg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proximanova Light */
@font-face {
  font-family: "proximanova-light";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.svg#proximanovalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-light";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-light/proximanovalight.svg#proximanovalight') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proximanova Bold */
@font-face {
  font-family: "proximanova-bold";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.svg#proximanovabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-bold";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-bold/proximanovabold.svg#proximanovabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Proximanova Semi-Bold */
@font-face {
  font-family: "proximanova-semibold";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.svg#proximanova-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "proximanova-semibold";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/proximanova-semibold/proximanova-semibold.svg#proximanova-semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Elements using this typeface */
body,
input,
textarea,
h1,
h2,
h4,
h4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Inter', sans-serif;
  font-weight: normal;
}
/* Icon Font 
=================================================== */
@font-face {
  font-family: "storystream";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.eot');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.woff') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.ttf') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.svg#storystream') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Elements using this typeface - anything with icon-* in the class name, like icon-twiter, icon-facebook etc */
.icon {
  font-family: 'storystream', serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-icon]:before {
  font-family: storystream;
  /* BYO icon font, mapped smartly */
  content: attr(data-icon);
  speak: none;
  /* Not to be trusted, but hey. */
}
/* Colours 
=================================================== */
.page-intro p,
span,
.controls.meta .item-count {
  color: #171717;
}
/* White */
header a,
.logo h1 {
  color: white;
}
.errorlist {
  color: white;
}
.errorlist *:not(li) {
  color: #b71818;
}
/* Selected Text */
::selection {
  background-color: #a5eee3;
  /* Safari */
  color: #ffffff;
}
::-moz-selection {
  background-color: #a5eee3;
  /* Safari */
  color: #ffffff;
}
/* Font Sizes
=================================================== */
.page-intro p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
}
span,
.errorlist,
.errornote {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
select {
  font-size: 14px;
  font-size: 1.4rem;
}
label,
h5 {
  font-size: 15px;
  font-size: 1.5rem;
}
.table th,
.table td {
  font-size: 13px;
  font-size: 1.3rem;
}
/* Error styling
=================================================== */
.errorlist li {
  list-style-type: none;
}
.errornote.alert-error {
  padding: 1em 1em 0.9em 1em;
  margin: 0;
}
.errornote button {
  margin-right: 0.8em;
}
.errornote .close {
  right: 0;
}
.delete-listing .errornote .close {
  right: -21px;
}
.delete-listing .errornote button {
  margin-right: 2em;
}
/* Links
=================================================== */
a {
  color: #b6386e;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.list a:hover {
  text-decoration: none;
}
/* Buttons
=================================================== */
/* White button and inputs borders */
input[type="text"],
select,
.button.white {
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  border: 1px solid #A2A2A2;
  color: #171717;
}
input[type="text"]:focus,
select:focus,
.button.white:focus,
input[type="text"]:hover,
select:hover,
.button.white:hover,
input[type="text"].active,
select.active,
.button.white.active {
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  border: 1px solid #171717;
  color: #171717;
}
/* Buttons */
input.btn,
button.btn {
  -webkit-appearance: none;
  -moz-appearance: button;
  outline-width: 0;
  text-shadow: none;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: 0;
  font-weight: normal;
  vertical-align: initial;
  margin-left: 15px;
}
button.btn {
  padding: 3px 15px;
  font-weight: normal;
}
.btn {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #171717;
  border: 1px solid #171717;
  color: #ffffff;
  padding: 6px 18px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  line-height: 2.4rem;
  /* Search Area */
  /* Button with icons */
}
.btn:hover,
.btn.active {
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  background-color: #ffffff;
  color: #171717;
  text-decoration: none;
}
.btn.round {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
}
.btn.pink,
.btn.btn-primary {
  background-color: #a5eee3;
  border: 1px solid #a5eee3;
  color: #ffffff;
}
.btn.pink .icon,
.btn.btn-primary .icon {
  color: #ffffff;
}
.btn.pink:hover,
.btn.btn-primary:hover {
  background-color: #f3653b;
  border-color: #f3653b !important;
}
.btn.pink:hover .icon,
.btn.btn-primary:hover .icon {
  color: #a5eee3;
}
.btn.grey {
  background-color: #454545;
  color: #171717;
}
.btn.grey:hover,
.btn.grey.active {
  background-color: #a5eee3;
  color: white;
}
.btn.black {
  background-color: #171717;
  color: white;
}
.btn.blue {
  background-color: #a5eee3;
}
.btn.blue:hover,
.btn.blue.active {
  background-color: #ffffff;
  color: #a5eee3;
}
.btn.white {
  padding: 5px 18px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ffffff;
  color: #171717;
}
.btn.white:hover {
  background-color: #a5eee3;
}
.btn.white:hover .icon {
  color: #ffffff;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
}
.btn.small {
  padding: 4px 14px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
  line-height: 1.2rem;
}
.btn.search-btn {
  padding: 6px 3px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.btn.search-btn span.icon {
  font-size: 28px;
  font-size: 2.8rem;
  margin-left: 0;
}
.btn.search-btn:hover {
  background-color: #a5eee3;
}
.btn.no-clickable {
  cursor: default;
}
.btn span {
  float: left;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.btn span.icon {
  font-size: 22px;
  font-size: 2.2rem;
  float: left;
  margin-left: -10px;
  margin-right: 2px;
  margin-top: -1px;
}
.btn span.icon.big {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 6px;
  margin-left: -6px;
}
.btn span.icon.big.shortlist {
  font-size: 12px;
  font-size: 1.2rem;
}
.btn span.icon.big.pin {
  font-size: 18px;
  font-size: 1.8rem;
}
.btn.btn-mini {
  background: none;
}
.control-group input[type="checkbox"] {
  margin-top: 1px;
  margin-right: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: top;
}
.control-group input[type="file"] {
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.control-group.error input[type="file"] {
  box-shadow: none;
  margin-bottom: 6px;
}
.control-group .share-story-hide-introblock {
  margin: 14px 0;
}
.form-horizontal button {
  vertical-align: middle;
}
/* Media queries
=================================================== */
@media (min-width: 768px) {
  /* Author: Wlodek Chimiak (wchimiak@gmail.com) */
  /* Header
=================================================== */
  /* Fixed panels position
=================================================== */
  .top-panel .full,
  .bottom-panel .full,
  footer .full {
    width: 93%;
  }
}
@media (min-width: 1024px) {
  /* Author: Wlodek Chimiak (wchimiak@gmail.com) */
}
@media (min-width: 1200px) {
  /* Author: Wlodek Chimiak (wchimiak@gmail.com) */
  /* Header
=================================================== */
  /* Fixed panels position 
=================================================== */
  .top-panel .full,
  .bottom-panel .full,
  footer .full {
    width: 98%;
  }
}
/* Temporary overwrite */
/* Colours overwrites
=================================================== */
/* Backgrounds */
.inner,
.controls.meta,
.controls.contextual {
  background-color: #ffffff;
}
html {
  background-color: #ffffff;
}
#main-container {
  background-color: #ffffff;
}
/* Borders */
ul.breadcrumb {
  border-color: #D1D1D1;
}
/* Main containers
=================================================== */
body {
  padding-bottom: 0;
  height: 100%;
}
#content-inner {
  padding-bottom: 0;
}
fieldset.module .form-elements {
  margin-bottom: 40px;
}
/* Specific pages
=================================================== */
/* Library */
#content-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#content-inner .controls.meta.container {
  margin-top: 80px;
}
/* Black block */
.main-nav-top.affix {
  display: none;
}
.edit-story h4,
.edit-story p {
  text-align: center;
}
.edit-story h4 {
  margin-top: 0;
}
.edit-story p {
  margin: 6px 0 0;
}
.edit-story:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -o-opacity: 0.8;
  opacity: 0.8;
  -webkit-opacity: 0.8;
}
/* Tabs - well
=================================================== */
.nav-collapse.collapse {
  margin: 0;
  padding: 0;
}
.nav-collapse.collapse ul.setup.nav.nav-pills {
  margin: 0;
  margin-top: -11px;
}
.nav-collapse.collapse ul.setup.nav.nav-pills.pull-right a {
  border-left: 1px solid #5bc9e7;
}
.nav-collapse.collapse ul.setup.nav.nav-pills li:first-child a {
  border-left: 1px solid #5bc9e7;
}
.nav-collapse.collapse ul.setup.nav.nav-pills li.active a {
  background-color: #c5c4c4 !important;
  cursor: default;
}
.nav-collapse.collapse ul.setup.nav.nav-pills a {
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  background-image: none !important;
  background: none !important;
  border-left: none;
  border-right: 1px solid #5bc9e7;
  color: #171717 !important;
  font-weight: normal;
  margin: 0;
  padding: 16px 25px 16px;
}
.nav-collapse.collapse ul.setup.nav.nav-pills a:hover {
  background-color: #5bc9e7 !important;
}
.well-marker {
  z-index: 1;
  display: none;
}
.well {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.container-fluid .well {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  border-top: 1px solid #E3E3E3;
  padding-bottom: 140px;
}
.container-fluid #content-inner {
  background: #ffffff;
}
.dashboard .container-fluid #content-inner {
  background-color: #747474;
}
.contentitem-form-page-warning {
  margin-left: 180px;
  font-size: 14px;
  font-size: 1.4rem;
}
textarea {
  font-size: 14px;
  font-size: 1.4rem;
}
.login h2 {
  margin-top: 25px;
}
/* Form
=================================================== */
.form-horizontal .control-group {
  margin-bottom: 0;
}
.form-horizontal .control-group label {
  font-weight: normal;
}
/* Form
=================================================== */
form {
  margin-left: 25px;
}
/* Content Clipper
=================================================== */
.content-clipper {
  padding: 0px 40px;
}
.content-clipper .feed-type-select {
  width: 20%;
  min-width: 280px;
}
.content-clipper .feed-type-select form {
  width: 90%;
  border: 1px solid #5bc9e7;
}
.content-clipper .feed-type-select form p {
  margin: 5px 0 0 0;
}
/* Admin
=================================================== */
.object-tools {
  padding: 0 40px;
}
.object-tools.drop-header {
  margin-bottom: 30px;
}
.object-tools a.btn {
  margin-left: 15px;
}
.navbar .save-options-box {
  margin: 20px 40px 15px 0;
}
.navbar .save-options-box .btn {
  margin-top: 0;
  float: left;
}
.navbar .save-options-box input {
  float: left;
}
/* Delete list styling
=================================================== */
.delete-listing {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 20px 0 0 0;
  margin: 2rem 0 0 0;
  padding-bottom: 65px;
  padding-bottom: 6.5rem;
  background-color: #FFFFFF;
}
.delete-listing .well {
  top: 0;
  padding: 22px 38px 22px 38px;
}
.delete-listing ul {
  margin: 0 0 0.5em 1em;
}
.delete-listing ul:last-child {
  margin-bottom: 0;
}
.delete-listing ul li {
  padding: 0.5em 0;
}
.delete-listing ul ul {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.delete-listing ul ul li {
  list-style-type: none;
}
.delete-listing ul ul li:last-child {
  padding-bottom: 0;
}
/* Tooltip styling
=================================================== */
.control-group .tooltip {
  font-size: 1.6em;
  line-height: 1.5;
  opacity: 1;
}
/* File upload styling
=================================================== */
.controls .image-preview {
  margin-right: 10px;
}
.controls #id_page_thumbnail {
  font-size: 1.5em;
  line-height: 1;
  margin-top: 4px;
}
/* Temporary overwrite */
/* Login
=================================================== */
body.login {
  background: white;
  padding: 0;
}
body.login .wrapper-outer {
  background-color: black;
  overflow: hidden;
  /* Alert */
}
body.login .wrapper-outer .background-carousel {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
body.login .wrapper-outer .background-carousel ul {
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  -moz-opacity: 0.6;
  opacity: 0.6;
}
body.login .wrapper-outer .background-carousel ul.loading {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  opacity: 0;
}
body.login .wrapper-outer .background-carousel ul li {
  background: left 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
}
body.login .wrapper-outer .background-carousel ul li.slide-1 {
  background-image: url(../img/login/Nike-Panel.jpg);
}
body.login .wrapper-outer .background-carousel ul li.slide-2 {
  background-image: url(../img/login/New-Boots-panel1.jpg);
}
body.login .wrapper-outer .background-carousel ul li.slide-3 {
  background-image: url(../img/login/Untitled-102.jpg);
}
body.login .wrapper-outer .background-carousel ul li.slide-4 {
  background-image: url(../img/login/slide3.jpg);
}
body.login .wrapper-outer .background-carousel .flex-control-paging {
  z-index: 11;
}
body.login .wrapper-outer .background-carousel .flex-control-paging a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -moz-opacity: 0.25;
  opacity: 0.25;
  background-color: white;
}
body.login .wrapper-outer .background-carousel .flex-control-paging a:hover,
body.login .wrapper-outer .background-carousel .flex-control-paging a.flex-active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  opacity: 1;
}
body.login .wrapper-outer main {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
  padding-top: 0;
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: white;
  width: 860px;
  position: absolute;
  top: 15%;
  left: 50%;
  height: 400px;
  margin-left: -430px;
}
body.login .wrapper-outer main .third,
body.login .wrapper-outer main .full {
  height: 100%;
}
body.login .wrapper-outer main .third img,
body.login .wrapper-outer main .full img {
  margin: 50px 0 10px 25px;
}
body.login .wrapper-outer main .third h1,
body.login .wrapper-outer main .full h1 {
  font-size: 20px;
  font-size: 2rem;
  color: white;
  margin: 0px 0 20px;
}
body.login .wrapper-outer main .third .forgotten-password a,
body.login .wrapper-outer main .full .forgotten-password a {
  color: #333;
  font-size: 14px;
  font-size: 1.4rem;
}
body.login .wrapper-outer main .third {
  background: #1b98b5;
  width: 45%;
  margin: 0;
}
body.login .wrapper-outer main .third form#login-form {
  margin: 0;
}
body.login .wrapper-outer main .third form#login-form input {
  width: 80%;
  margin-bottom: 15px;
}
body.login .wrapper-outer main .third form#login-form .btn {
  width: 84%;
  margin-left: 0;
}
body.login .wrapper-outer main .full h1 {
  color: #666;
}
body.login .wrapper-outer main .full input {
  width: 35%;
}
body.login .wrapper-outer main .full .btn {
  margin-left: 0;
  width: 36.5%;
}
body.login .wrapper-outer main .two-thirds {
  width: 55%;
  margin: 0;
  height: 100%;
  /* Flexslider */
}
body.login .wrapper-outer main .two-thirds article {
  height: 100%;
  position: relative;
}
body.login .wrapper-outer main .two-thirds article ul {
  width: 80%;
  margin: 0 10%;
}
body.login .wrapper-outer main .two-thirds article ul li h2 {
  font-size: 20px;
  font-size: 2rem;
}
body.login .wrapper-outer main .two-thirds article ul li p {
  margin-top: 25px;
  font-size: 15px;
  font-size: 1.5rem;
}
body.login .wrapper-outer.auth-step-token main .full #login-form {
  margin-left: 0;
}
body.login .wrapper-outer.auth-step-token main .full #login-form .controls input {
  margin-bottom: 1.4em;
}
body.login .wrapper-outer.auth-step-token main .full h1 {
  margin-bottom: 0;
}
body.login .wrapper-outer.auth-step-token main .full p {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 1.4em;
}
body.login .wrapper-outer.auth-step-token main .full .btn.wizard-step {
  width: 18%;
}
body.login .wrapper-outer.auth-step-token main .full .btn.wizard-step.wizard-step-back {
  padding: 3px 0;
}
body.login .wrapper-outer.auth-step-token main .full .btn.wizard-step.wizard-step-cancel {
  bottom: 10px;
  position: absolute;
  right: 0;
}
body.login .wrapper-outer .alert-danger,
body.login .wrapper-outer .alert-error {
  position: absolute;
  top: 0;
  margin: 0px;
  left: 0;
  right: 0;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #f26522;
  color: #333;
}
body.login .wrapper-outer .control-group.error input,
body.login .wrapper-outer .control-group.error select,
body.login .wrapper-outer .control-group.error textarea {
  border-color: #f26522;
  border: 2px solid #f26522;
  color: #333;
}
body.login .wrapper-outer .alert .close {
  position: absolute;
  right: 0;
  height: 30px;
  width: 30px;
  top: 50%;
  margin-top: -14px;
  color: white;
  border: 0;
}
.desktop-only {
  display: none !important;
}
.mobile-only {
  display: block !important;
}
@media only screen and (min-width: 900px) {
  .desktop-only {
    display: block !important;
  }
  .mobile-only {
    display: none !important;
  }
}
body.nav-open {
  overflow: hidden !important;
}
.support-nav-link {
  position: relative;
  line-height: 14px;
  /* bootstrap override */
}
.ie8-message {
  display: none;
}
.lt-ie9 body {
  overflow: auto !important;
}
.lt-ie9 body.launchpadBody {
  overflow: hidden !important;
}
.lt-ie9 .instagram #oauth_render_panel {
  position: relative;
}
.lt-ie9 .instagram #oauth_render_panel .ie8-message p {
  position: absolute;
  z-index: 1;
  top: -5px;
  margin: 0;
  font-size: 1.4em;
  padding: 1em 2em;
}
.lt-ie9 .ie8-message {
  display: block;
  z-index: 100001;
}
.lt-ie9 .ie8-message .ss-modal-overlay {
  cursor: default;
  background: transparent url('../img/trans_black_1x1.png') repeat top left;
}
.lt-ie9 .ie8-message .ss-modal-dialog {
  top: 167px;
  text-align: center;
}
.lt-ie9 .ie8-message .ss-modal-dialog .ss-modal-dialog-content {
  background: #FFFFFF;
  padding: 10px 30px 10px 30px;
  display: inline-block;
}
.lt-ie9 .ie8-message .ss-modal-dialog .ss-modal-dialog-content .inner-block {
  background: #FFFFFF url('../img/exclamation.png') no-repeat 0% 15%;
  padding-left: 70px;
}
.lt-ie9 .ie8-message .ss-modal-dialog .ss-modal-dialog-content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}
.lt-ie9 .ie8-message .ss-modal-dialog .ss-modal-dialog-content p a {
  color: #1b98b5;
}
.lt-ie9 .dashboard .ie8-message .ss-modal-dialog .inner-block {
  background-position: 0% 44%;
  float: left;
  padding-left: 60px;
}
/* Temporary hide of the unused settings
=================================================== */
/* Global */
.categorys .object-tools,
.feeds .object-tools {
  padding: 15px 5px 30px;
  float: right;
}
/* Story */
.field-hide_all_menu,
.field-enable_voting,
.field-disable_liking,
.field-enable_instream_videos {
  display: none;
}
/* Categories */
.categorys #result_list tbody th {
  display: none;
}
.catgorys .field-background_image,
.field-category_logo,
.field-category_thumbnail,
.field-description,
.core-contentcategory .field-background_image {
  display: none;
}
.categorys #result_list td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
}
/* Feeds */
.simple-result-list.feeds th {
  width: 50px;
  padding-right: 0px;
}
.simple-result-list.feeds td {
  line-height: 0;
  margin: 0;
  height: 20px;
}
.simple-result-list img.feed-icon {
  width: 40px;
  box-shadow: none;
  border: none;
}
/* Tags */
.tags .object-tools a.btn {
  display: none;
}
.tags #changelist .pull-left p {
  font-size: 15px;
  padding-left: 24px;
}
.tags .module .pull-left:first-child fieldset {
  display: none;
}
#tag_form .field-url_name {
  display: none;
}
.tags input[type="text"] {
  width: 410px;
}
.tags legend {
  margin-bottom: 10px;
}
@font-face {
  font-family: "iconography";
  src: url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.eot');
  src: url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.woff') format('woff'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.ttf') format('truetype'), url('https://admin.storystream.it/admin/shared/f/legacy/storystream/storystream.svg#iconography') format('svg');
  font-weight: normal;
  font-style: normal;
}
.library {
  font-size: 14px;
  font-size: 1.4rem;
  color: #171717;
}
.library,
.library * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.library .controls.meta {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 58px;
  padding: 10px 10%;
  position: relative;
}
.library .controls.meta .item-count {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  float: none;
  margin: 0;
  padding-top: 10px;
}
.library .controls.meta .btn-primary {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 16px;
  line-height: 1.6rem;
  height: 70px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 7.5%;
  text-align: center;
  top: 10px;
  width: 70px;
}
@media only screen and (min-width: 1024px) {
  .library .controls.meta .btn-primary {
    top: 39px;
  }
}
.library .controls.meta .btn-primary .icon {
  font-size: 40px;
  font-size: 4rem;
  display: inline-block;
  float: none;
  margin: 0;
  position: relative;
  line-height: 68px;
}
.library #content-inner .controls.meta .btn-primary {
  top: -32px;
}
.library #story-search {
  background-color: #ffffff !important;
}
.library #story-search .story-search-wrap {
  border: 0;
}
.library #story-search .story-search-wrap .story-search-inner-wrap {
  display: table;
  margin: 0 auto;
  padding: 30px 0;
}
.library #story-search .story-search-wrap label {
  cursor: initial;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.library #story-search .story-search-wrap label h4 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 22px;
  line-height: 2.2rem;
}
@media only screen and (min-width: 600px) {
  .library #story-search .story-search-wrap label {
    padding-right: 30px;
  }
  .library #story-search .story-search-wrap label h4 {
    font-size: 30px;
    font-size: 3rem;
    line-height: 38px;
    line-height: 3.8rem;
  }
}
.library #story-search .story-search-wrap label,
.library #story-search .story-search-wrap .search-input,
.library #story-search .story-search-wrap .filter-input {
  display: block;
  clear: left;
}
@media only screen and (min-width: 600px) {
  .library #story-search .story-search-wrap label,
  .library #story-search .story-search-wrap .search-input,
  .library #story-search .story-search-wrap .filter-input {
    display: table-cell;
    vertical-align: middle;
  }
}
.library #story-search .story-search-wrap .search-input {
  width: 250px;
}
@media only screen and (min-width: 600px) {
  .library #story-search .story-search-wrap .search-input {
    width: 350px;
  }
}
.library #story-search .story-search-wrap .filter-input {
  display: none;
}
@media only screen and (min-width: 600px) {
  .library #story-search .story-search-wrap .filter-input {
    padding-left: 50px;
    display: table-cell;
    vertical-align: middle;
    width: 238px;
  }
}
.library #story-search .story-search-wrap input {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #D1D1D1;
  color: #171717;
  line-height: 1;
  margin: 0;
  min-height: 41px;
  outline: none;
  padding: 8px 10px;
  resize: none;
  text-shadow: none;
  width: 100%;
  zoom: 1;
}
.library #story-search .story-search-wrap input:focus,
.library #story-search .story-search-wrap input:hover {
  border-color: #171717;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.library #story-search .story-search-wrap input[type="checkbox"]:checked,
.library #story-search .story-search-wrap input[type="checkbox"]:not(:checked) {
  display: none;
}
.library #story-search .story-search-wrap input[type="checkbox"]:checked + label,
.library #story-search .story-search-wrap input[type="checkbox"]:not(:checked) + label {
  cursor: pointer;
  display: block;
  padding: 7px 0 6px 50px;
  position: relative;
}
.library #story-search .story-search-wrap input[type="checkbox"]:checked + label:before,
.library #story-search .story-search-wrap input[type="checkbox"]:not(:checked) + label:before {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: transparent;
  border: 3px solid #747474;
  content: '';
  height: 24px;
  left: 0;
  position: absolute;
  top: 1px;
  width: 24px;
}
.library #story-search .story-search-wrap input[type="checkbox"]:checked + label:after,
.library #story-search .story-search-wrap input[type="checkbox"]:not(:checked) + label:after {
  color: #171717;
  content: '';
  font-family: 'iconography', serif;
  font-size: 14px;
  left: 8px;
  position: absolute;
  top: 7px;
}
.library #story-search .story-search-wrap input[type="checkbox"]:not(:checked) + label:after {
  transform: scale(1);
  -moz-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -webkit-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  opacity: 0;
}
.library #story-search .story-search-wrap input[type="checkbox"]:checked + label:after {
  transform: scale(1);
  -moz-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  -webkit-transform: rotate(scale(1)) scale(1) skew(1deg) translate(10px);
  opacity: 1;
}
.library .dashboard-tools {
  margin: 0;
  overflow: hidden;
  padding: 30px 8.3%;
}
.library .dashboard-tools .message {
  color: #171717;
  margin: 0;
  padding: 0;
  text-align: center;
}
.library .story-item {
  float: left;
  padding: 0 2% 4% 2%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .library .story-item {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .library .story-item {
    width: 33.3%;
  }
}
.library .story-item a {
  font-size: 12px;
  font-size: 1.2rem;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #F6F6F6;
  display: block;
  height: 315px;
  position: relative;
  text-align: center;
}
.library .story-item a:hover {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  -webkit-opacity: 1;
  background-color: #454545;
  text-decoration: none;
}
.library .story-item a img {
  margin: 30px 0;
}
.library .story-item a h4 {
  font-size: 18px;
  font-size: 1.8rem;
}
.library .story-item a .story-name {
  font-size: 14px;
  font-size: 1.4rem;
}
.library .story-item a .story-last-updated {
  bottom: 0;
  margin: 0;
  padding: 30px 20px;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 1300px) {
  .library .story-item {
    width: 25%;
  }
}
#beta-toggle-alert {
  color: #171717 !important;
  height: 35px !important;
}
#beta-toggle-alert.blue {
  background-color: #a5eee3 !important;
  color: #ffffff !important;
}
.knowledge-tooltip {
  line-height: 20px;
  line-height: 2rem;
  left: -90px;
  min-height: 234px;
  position: absolute;
  top: 72px;
}
.knowledge-tooltip:before {
  background-image: url(../img/arrow-up.png);
  background-repeat: no-repeat;
  background-size: 20px 14px;
  content: '';
  display: block;
  height: 14px;
  margin: 0 auto -1px auto;
  position: relative;
  width: 20px;
}
.knowledge-tooltip .inner-wrapper {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #171717;
  overflow: hidden;
  text-align: center;
  width: 340px;
}
.knowledge-tooltip .inner-wrapper div {
  border: 20px solid #ffffff;
}
.knowledge-tooltip .inner-wrapper h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  line-height: 2.8rem;
}
.knowledge-tooltip .inner-wrapper a {
  background-color: #a5eee3;
  border-color: #a5eee3;
  height: auto;
}
.knowledge-tooltip .inner-wrapper a:hover {
  background-color: #ffffff;
  color: #a5eee3;
}
/**
 *     V3 Global Navigation
 */
/*
 *  New content engine colour palette.
 *  @module core/colours.less
 */
/*
 *  New content engine icon characters.
 *  @module core/icons.less
 */
.src-icon.custom:after {
  content: "\41";
}
.src-icon.email:after {
  content: "\65";
}
.src-icon.embed:after {
  content: "\64";
}
.src-icon.facebook:after {
  content: "\6f";
}
.src-icon.flickr:after {
  content: "\69";
}
.src-icon.googleplus:after {
  content: "\67";
}
.src-icon.image:after {
  content: "\6d";
}
.src-icon.instagram:after {
  content: "\69";
}
.src-icon.link:after {
  content: "\6b";
}
.src-icon.linkedin:after {
  content: "\49";
}
.src-icon.nice:after {
  content: "\4e";
}
.src-icon.pinterest:after {
  content: "\70";
}
.src-icon.quote:after {
  content: "\71";
  font-size: 14px;
}
.src-icon.rss:after {
  content: "\72";
}
.src-icon.sinaweibo:after {
  content: "\73";
}
.src-icon.slideshare:after {
  content: "\68";
  font-size: 24px;
}
.src-icon.tumblr:after {
  content: "\64";
  font-size: 24px;
}
.src-icon.twitter:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill='%23000' d='M10.445 7.622 16.978 0H15.43L9.757 6.618 5.226 0H0l6.852 10.007L0 18h1.548l5.991-6.989L12.324 18h5.226L10.444 7.622Zm-2.121 2.474-.694-.997-5.524-7.93h2.378l4.458 6.4.694.996 5.795 8.319h-2.378l-4.729-6.788Z'/%3E%3C/svg%3E%0A");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px;
  margin-top: 2px;
}
.src-icon.url:after {
  content: "\6b";
}
.src-icon.vimeo:after {
  content: "\76";
}
.src-icon.vine:after {
  content: "\6e";
}
.src-icon.yammer:after {
  content: "\59";
}
.src-icon.youku:after {
  content: "\75";
}
.src-icon.youtube:after {
  content: "\62";
}
button > i[class^="ico-"],
button > i[class*="ico-"] {
  pointer-events: none;
}
.ico::before,
[class^="ico-"]::before,
[class*="ico-"]::before {
  display: inline-block;
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  pointer-events: none !important;
}
.ico-add-xs::before {
  content: "\e900";
}
.ico-chevron-down-xs::before {
  content: "\e901";
}
.ico-chevron-right-xs::before {
  content: "\e902";
}
.ico-cross-xs::before {
  content: "\e903";
}
.ico-external-xs::before {
  content: "\e904";
}
.ico-tick-xs::before {
  content: "\e905";
}
.ico-add-s::before {
  content: "\e90c";
}
.ico-aesthetics-s::before {
  content: "\e90d";
}
.ico-analytics-s::before {
  content: "\e908";
}
.ico-approved-s::before {
  content: "\e906";
}
.ico-arrow-down-s::before {
  content: "\e937";
}
.ico-arrow-up-s::before {
  content: "\e938";
}
.ico-ascending-s::before {
  content: "\e939";
}
.ico-aura-s::before {
  content: "\e929";
}
.ico-blocked-s::before {
  content: "\e91f";
}
.ico-bulb-s::before {
  content: "\e920";
}
.ico-categories-s::before {
  content: "\e907";
}
.ico-calendar-s::before {
  content: "\e96a";
}
.ico-chevron-left-s::before {
  content: "\e92a";
}
.ico-chevron-right-s::before {
  content: "\e92b";
}
.ico-click-s::before {
  content: "\e93a";
}
.ico-clipboard-s::before {
  content: "\e944";
}
.ico-content-s::before {
  content: "\e909";
}
.ico-copy-s::before {
  content: "\e92c";
}
.ico-cross-s::before {
  content: "\e92d";
}
.ico-delete-s::before {
  content: "\e92e";
}
.ico-descending-s::before {
  content: "\e93b";
}
.ico-download-s::before {
  content: "\e92f";
}
.ico-drag-s::before {
  content: "\e93c";
}
.ico-edit-s::before {
  content: "\e930";
}
.ico-experience-s::before {
  content: "\e90a";
}
.ico-external-s::before {
  content: "\e93d";
}
.ico-filter-s::before {
  content: "\e90e";
}
.ico-flame-s::before {
  content: "\e921";
}
.ico-folder-closed-s::before {
  content: "\e90f";
}
.ico-folder-open-s::before {
  content: "\e910";
}
.ico-grid-s::before {
  content: "\e911";
}
.ico-help-s::before {
  content: "\e90b";
}
.ico-info-s::before {
  content: "\e91e";
}
.ico-kebab-s::before {
  content: "\e931";
}
.ico-live-s::before {
  content: "\e93e";
}
.ico-locked-s::before {
  content: "\e912";
}
.ico-memory-s::before {
  content: "\e913";
}
.ico-menu-s::before {
  content: "\e932";
}
.ico-message-s::before {
  content: "\e914";
}
.ico-move-s::before {
  content: "\e933";
}
.ico-multiple-s::before {
  content: "\e922";
}
.ico-mute-s::before {
  content: "\e93f";
}
.ico-note-s::before {
  content: "\e971";
}
.ico-notification-s::before {
  content: "\e934";
}
.ico-options-s::before {
  content: "\e915";
}
.ico-owned-s::before {
  content: "\e966";
}
.ico-pending-s::before {
  content: "\e923";
}
.ico-pin-s::before {
  content: "\e928";
}
.ico-play-s::before {
  content: "\e924";
}
.ico-reach-s::before {
  content: "\e916";
}
.ico-recommend-s::before {
  content: "\e917";
}
.ico-remove-s::before {
  content: "\e940";
}
.ico-row-s::before {
  content: "\e918";
}
.ico-search-s::before {
  content: "\e919";
}
.ico-select-s::before {
  content: "\e96b";
}
.ico-send-s::before {
  content: "\e941";
}
.ico-sentiment-s::before {
  content: "\e925";
}
.ico-settings-s::before {
  content: "\e91a";
}
.ico-shopping-s::before {
  content: "\e935";
}
.ico-smart-goal-s::before {
  content: "\e91b";
}
.ico-star-s::before {
  content: "\e926";
}
.ico-tags-s::before {
  content: "\e91c";
}
.ico-tick-s::before {
  content: "\e927";
}
.ico-unmute-s::before {
  content: "\e942";
}
.ico-unpin-s::before {
  content: "\e943";
}
.ico-upload-s::before {
  content: "\e936";
}
.ico-warning-s::before {
  content: "\e91d";
}
.ico-add-l::before {
  content: "\e945";
}
.ico-copyright-l::before {
  content: "\e946";
}
.ico-download-l::before {
  content: "\e947";
}
.ico-files-l::before {
  content: "\e948";
}
.ico-mute-l::before {
  content: "\e949";
}
.ico-play-l::before {
  content: "\e94a";
}
.ico-preview-l::before {
  content: "\e94b";
}
.ico-unmute-l::before {
  content: "\e94c";
}
.ico-upload-l::before {
  content: "\e94d";
}
.ico-carousel-m::before {
  content: "\e94e";
}
.ico-connector-m::before {
  content: "\e94f";
}
.ico-gallery-m::before {
  content: "\e950";
}
.ico-grid-m::before {
  content: "\e951";
}
.ico-hub-m::before {
  content: "\e952";
}
.ico-lvs-m::before {
  content: "\e953";
}
.ico-lookbook-m::before {
  content: "\e954";
}
.ico-magazine-m::before {
  content: "\e955";
}
.ico-mosaic-m::before {
  content: "\e956";
}
.ico-portal-m::before {
  content: "\e957";
}
.ico-scheduler-m::before {
  content: "\e958";
}
.ico-screens-m::before {
  content: "\e959";
}
.ico-carousel-xl::before {
  content: "\e95a";
}
.ico-connector-xl::before {
  content: "\e95b";
}
.ico-gallery-xl::before {
  content: "\e95c";
}
.ico-grid-xl::before {
  content: "\e95d";
}
.ico-hub-xl::before {
  content: "\e95e";
}
.ico-lvs-xl::before {
  content: "\e95f";
}
.ico-lookbook-xl::before {
  content: "\e960";
}
.ico-magazine-xl::before {
  content: "\e961";
}
.ico-mosaic-xl::before {
  content: "\e962";
}
.ico-portal-xl::before {
  content: "\e963";
}
.ico-scheduler-xl::before {
  content: "\e964";
}
.ico-screens-xl::before {
  content: "\e965";
}
.ico-smart-vision-s::before {
  content: "\e901";
}
/*
 *    Source iconography
 */
/*
 *  New content engine specific sizes.
 *  @module core/sizes.less
 */
/*
 *  New content engine typography.
 *  @module core/colours.less
 */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuLyfMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuI6fMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuGKYMZg.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v19/UcCO3FwrK3iLTeHuS_nVMrMxCp50SjIw2boKoduKmMEVuFuYMZg.ttf) format('truetype');
}
@font-face {
  font-family: "UI Iconography";
  src: url('https://admin.storystream.it/admin/shared/f/UI-Iconography.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/UI-Iconography.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.svg#UI-Iconography') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "UI Iconography";
  src: url('https://admin.storystream.it/admin/shared/f/UI-Iconography.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/UI-Iconography.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/UI-Iconography.svg#UI-Iconography') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Iconography";
  src: url('https://admin.storystream.it/admin/shared/f/SourceIconography.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/SourceIconography.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.svg#SourceIconography') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Source Iconography";
  src: url('https://admin.storystream.it/admin/shared/f/SourceIconography.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/SourceIconography.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/SourceIconography.svg#SourceIconography') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Create Icons";
  src: url('https://admin.storystream.it/admin/shared/f/CreateIcons.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/CreateIcons.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.svg#CreateIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Create Icons";
  src: url('https://admin.storystream.it/admin/shared/f/CreateIcons.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/CreateIcons.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/CreateIcons.svg#CreateIcons') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans Regular";
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-regular.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-regular.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.svg#work-sans-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans Regular";
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-regular.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-regular.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/work-sans-regular.svg#work-sans-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans Medium";
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-medium.eot?v=27092019');
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-medium.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.woff?v=27092019') format('woff'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.ttf?v=27092019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.svg#work-sans-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Work Sans Medium";
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-medium.eot?v=30072019');
  src: url('https://admin.storystream.it/admin/shared/f/work-sans-medium.eot?#iefix') format('embedded-opentype'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.woff?v=30072019') format('woff'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.ttf?v=30072019') format('truetype'), url('https://admin.storystream.it/admin/shared/f/work-sans-medium.svg#work-sans-medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.ce {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  color: #171717;
  font-weight: 500;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ce a {
  color: #171717;
}
.ce .anchor {
  color: #171717;
  cursor: pointer;
  text-decoration: underline;
}
.ce .anchor-lg {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.ce .anchor-sm {
  font-size: 10px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 1.4rem;
  font-weight: 400;
  cursor: pointer;
  text-decoration: underline;
}
.ce .header {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
}
.ce .header-1 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
  line-height: 2.8rem;
  font-weight: 700;
}
.ce .header-2 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}
.ce .header-3 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.ce .header-4 {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 11px;
  line-height: 1.1rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.ce .body {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 400;
}
.ce .body-sm {
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
}
.ce .body-lg-bold {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  line-height: 1.8rem;
  font-weight: 500;
}
.ce .btn-font {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 12px;
  line-height: 1.2rem;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
}
.ce .btn-font-header,
.ce .btn-font-lg {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
}
.ce .btn-font-header {
  font-weight: 600;
}
.ce .btn-font-lg {
  font-weight: 400;
}
.ce .w-bold {
  font-family: 'Inter', sans-serif;
}
.ce .h1-caps,
.ce .h2-caps,
.ce .h3-caps,
.ce .h4-caps,
.ce .h5-caps {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.ce .h1-caps {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 700;
}
.ce .h2-caps {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}
.ce .h3-caps {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.ce .h4-caps {
  font-size: 9px;
  font-size: 0.9rem;
  line-height: 11px;
  line-height: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
}
.ce .h1-no-caps,
.ce .h2-no-caps,
.ce .h3-no-caps {
  font-weight: 600;
}
.ce .h1-no-caps {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 32px;
  line-height: 3.2rem;
  font-weight: 700;
}
.ce .h2-no-caps {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: 600;
}
.ce .h3-no-caps {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
}
.ce .ui-icon,
.ce .src-icon {
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  speak: none;
  text-transform: none;
}
.ce .ui-icon {
  font-family: 'icomoon', sans-serif;
}
.ce .src-icon {
  font-family: 'Source Iconography', sans-serif;
}
.ce .create-icon {
  font-family: 'Create Icons', sans-serif;
}
.ce .src-ext-icon {
  font-family: 'social-iconography', sans-serif;
}
.expand-options .expand-options-list {
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out 1s linear;
  -ms-transition: opacity 0.3s ease-out 1s linear;
  -o-transition: opacity 0.3s ease-out 1s linear;
  transition: opacity 0.3s ease-out 1s linear;
  -webkit-transition: opacity 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  background-color: #ffffff;
  border: 1px solid #171717;
  color: #171717;
  display: block;
  font-style: normal;
  margin: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 16px 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: left;
  top: 55px;
  width: 324px;
  z-index: 1;
}
.expand-options .expand-options-list .expand-options-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
}
.expand-options .expand-options-list .expand-options-item .expand-options-label {
  padding: 0 16px;
}
.expand-options .expand-options-list .expand-options-item .expand-options-link {
  color: #171717;
  cursor: pointer;
  display: block;
  border-bottom: 1px solid #F6F6F6;
  margin: 0 16px;
}
.expand-options .expand-options-list .expand-options-item .expand-options-link * {
  pointer-events: none;
}
.expand-options .expand-options-list .expand-options-item .expand-options-link .expand-options-label {
  pointer-events: none;
}
.expand-options .expand-options-list .expand-options-item .expand-options-link .expand-options-label .expand-options-text {
  padding: 17px 16px 1px 16px;
}
.expand-options .expand-options-list .expand-options-item .expand-options-link:hover {
  border-bottom-color: #171717;
}
.expand-options .expand-options-list .expand-options-item .expand-options-text {
  display: block;
  padding: 10px 0;
  width: 100%;
}
.expand-options .expand-options-list .expand-options-item .expand-options-toggle {
  border-bottom: 1px solid #D1D1D1;
  margin: 0 16px;
}
.expand-options .expand-options-list .expand-options-item.is-selected .expand-options-selector {
  background-color: #a5eee3;
  color: #171717;
}
.expand-options .expand-options-list .expand-options-item.is-selected .expand-options-selector:after {
  align-items: center;
  color: #171717;
  display: inline-flex;
  height: 100%;
  justify-content: center;
}
.expand-options .expand-options-list .expand-options-item.with-description .expand-options-text {
  padding: 8px 0 0 0;
}
.expand-options .expand-options-list .expand-options-item.with-description .expand-options-desc {
  color: #A2A2A2;
  display: block;
  line-height: 1.4rem;
  padding: 0 0 10px 0;
}
.expand-options .expand-options-list .expand-options-item.with-subtext .expand-options-text {
  display: inline-block;
  width: auto;
}
.expand-options .expand-options-list .expand-options-item.with-subtext .expand-options-subtext {
  display: inline-block;
  float: right;
  padding: 9px 0;
}
.expand-options .expand-options-list.is-expanded {
  opacity: 1;
  pointer-events: auto;
  height: auto;
}
.expand-options .is-selectable .expand-options-item .expand-options-selector {
  transform: translateY(-50%);
  -moz-transform: rotate(translateY(-50%)) scale(1) skew(1deg) translate(10px);
  -ms-transform: rotate(translateY(-50%)) scale(1) skew(1deg) translate(10px);
  -o-transform: rotate(translateY(-50%)) scale(1) skew(1deg) translate(10px);
  -webkit-transform: rotate(translateY(-50%)) scale(1) skew(1deg) translate(10px);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out 1s linear;
  -ms-transition: all 0.3s ease-out 1s linear;
  -o-transition: all 0.3s ease-out 1s linear;
  transition: all 0.3s ease-out 1s linear;
  -webkit-transition: all 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  border-radius: 50%;
  border: 1px solid #171717;
  height: 24px;
  position: absolute;
  right: 16px;
  text-align: center;
  top: 50%;
  width: 24px;
}
.expand-options .is-selectable .expand-options-item .expand-options-selector:after {
  content: "\e927";
  font-family: 'icomoon', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #171717;
  display: none;
  font-weight: 700;
  line-height: 18px;
  margin: 1px 0 0 0;
}
.expand-options .is-selectable .expand-options-item:hover .expand-options-selector {
  border: 1px solid #171717;
  background-color: #a5eee3;
}
.expand-options .is-selectable .expand-options-item:hover .expand-options-selector:after {
  align-items: center;
  display: inline-flex;
  height: 100%;
  justify-content: center;
}
.ce-navigation {
  align-items: center;
  background-color: #171717;
  color: #ffffff;
  display: flex;
  height: 48px;
  justify-content: space-between;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.ce-navigation,
.ce-navigation * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ce-navigation .ce-navigation-logo {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  padding: 0 0 0 8px;
  width: 48px;
}
.ce-navigation .ce-navigation-logo img {
  height: 24px;
  vertical-align: middle;
}
.ce-navigation .ce-navigation-logo img.logo-large {
  display: none;
}
.ce-navigation .ce-navigation-logo img.logo-small {
  display: none;
}
.ce-navigation .ce-navigation-pillars {
  display: none;
  text-align: center;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item {
  color: #ffffff;
  display: inline-block;
  height: 100%;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item:hover .ce-pillars-link {
  color: #171717;
  background-color: #a5eee3;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .ce-pillars-link {
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out 1s linear;
  -ms-transition: background-color 0.3s ease-out 1s linear;
  -o-transition: background-color 0.3s ease-out 1s linear;
  transition: background-color 0.3s ease-out 1s linear;
  -webkit-transition: background-color 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  align-items: center;
  background-color: transparent;
  color: inherit;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0 24px;
  position: relative;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .ce-pillars-link.is-selected {
  color: #171717;
  background-color: #a5eee3;
  text-decoration: none;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .ce-pillars-link:hover ~ .sub-navigation {
  opacity: 1;
  visibility: visible;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation {
  transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out 1s linear;
  -ms-transition: opacity 0.3s ease-out 1s linear;
  -o-transition: opacity 0.3s ease-out 1s linear;
  transition: opacity 0.3s ease-out 1s linear;
  -webkit-transition: opacity 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  display: block;
  height: auto;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 240px;
  z-index: 3;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation:hover {
  opacity: 1;
  visibility: visible;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation .sub-navigation-list {
  background-color: #a5eee3;
  border: 1px solid #8ac3ba;
  border-top: 0;
  color: #171717;
  display: block;
  list-style-type: none;
  overflow: hidden;
  padding: 32px 0 24px 0;
  pointer-events: auto;
  text-align: left;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation .sub-navigation-list .sub-navigation-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  padding: 0 0;
  margin: 0 0;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation .sub-navigation-list .sub-navigation-item .sub-navigation-link {
  display: inline-flex;
  width: 80%;
  padding: 0;
  margin: 8px 24px;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation .sub-navigation-list .sub-navigation-item .sub-navigation-link::after {
  bottom: -8px;
}
.ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .sub-navigation .sub-navigation-list .sub-navigation-item .beta-item {
  font-size: 10px;
  font-size: 1rem;
  background-color: transparent;
  border: 1px solid #171717;
  border-radius: 100px;
  color: #171717;
  padding: 0.5em 0.85em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 20px;
  margin: 0 8px;
}
.ce-navigation .ce-navigation-account {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 0 0 4px;
  text-align: center;
  width: 100%;
}
.ce-navigation .ce-navigation-account .account-icon-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
.ce-navigation .ce-navigation-account .ce-account-story,
.ce-navigation .ce-navigation-account .ce-account-menu,
.ce-navigation .ce-navigation-account .ce-account-notification {
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.ce-navigation .ce-navigation-account .ce-account-story {
  color: #ffffff;
  padding: 0 16px 0 0;
}
.ce-navigation .ce-navigation-account .ce-account-story .ce-story-name {
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ce-navigation .ce-navigation-account .ce-account-notification {
  width: 56px;
}
.ce-navigation .ce-navigation-account .ce-account-notification .ce-account-notification-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 8px 7px;
  text-align: center;
  width: 100%;
}
.ce-navigation .ce-navigation-account .ce-account-notification .ce-account-notification-button::after {
  content: "\e932";
  font-family: 'icomoon', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.ce-navigation .ce-navigation-account .ce-account-menu {
  width: 56px;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button {
  transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out 1s linear;
  -ms-transition: border-color 0.3s ease-out 1s linear;
  -o-transition: border-color 0.3s ease-out 1s linear;
  transition: border-color 0.3s ease-out 1s linear;
  -webkit-transition: border-color 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 8px 7px;
  text-align: center;
  width: 100%;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button * {
  pointer-events: none;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button:after {
  content: "\e932";
  font-family: 'icomoon', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button:hover {
  background-color: #a5eee3;
  color: #171717;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button:hover::after {
  color: #171717;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button.is-selected {
  background-color: #a5eee3;
}
.ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button.is-selected:after {
  content: "\e92d";
  font-family: 'icomoon', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  align-items: center;
  color: #171717;
  display: inline-flex;
  justify-content: center;
  text-align: center;
}
.ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list {
  background-color: #a5eee3;
  border: unset;
  box-shadow: unset;
  color: #171717;
  height: calc(100vh - 56px);
  overflow: scroll;
  margin: 0;
  padding: 32px 0 24px 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 100%;
}
.ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item .expand-options-label {
  padding: 24px 24px 8px 24px;
}
.ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item .expand-options-link {
  border-bottom: unset;
  padding: 16px 0;
}
.ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item .expand-options-text {
  padding: unset;
}
.ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list.is-expanded {
  visibility: visible;
}
.ce-navigation .ico-btn-wrapper {
  display: none;
  height: 100%;
  width: 56px;
}
.ce-navigation .ico-btn-wrapper .ico-btn {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  height: 100%;
  justify-content: center;
  padding: 8px 7px;
  text-align: center;
  width: 100%;
}
.ce-navigation .ico-btn-wrapper .ico-btn::after {
  align-items: center;
  color: #ffffff;
  display: inline-flex;
  font-family: 'icomoon', sans-serif;
  font-size: 24px;
  justify-content: center;
  text-align: center;
}
.ce-navigation .ico-btn-wrapper .ico-btn:hover {
  background-color: #a5eee3;
}
.ce-navigation .ico-btn-wrapper .ico-btn:hover::after {
  color: #171717;
}
.ce-navigation .ico-btn-wrapper .ico-btn.notification::after {
  content: "\e934";
  font-family: 'icomoon', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
}
.ce-navigation .nav-list-item {
  transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out 1s linear;
  -ms-transition: background-color 0.3s ease-out 1s linear;
  -o-transition: background-color 0.3s ease-out 1s linear;
  transition: background-color 0.3s ease-out 1s linear;
  -webkit-transition: background-color 0.3s ease-out 1s linear;
  /* Add to make sure that scalling will not occur */
  -webkit-transform: translateZ(0px);
  cursor: pointer;
  display: block;
  border-bottom: 0;
  margin: 0 28px;
  padding: 16px 0;
  position: relative;
  text-decoration: none;
}
.ce-navigation .nav-list-item::after {
  content: '';
  background-color: #8ac3ba;
  bottom: 0;
  height: 1px;
  left: 0;
  margin: 0 auto;
  right: 0;
  position: absolute;
}
.ce-navigation .nav-list-item::before {
  content: "\e902";
  font-family: 'icomoon', sans-serif;
  font-size: 10px;
  font-size: 1rem;
  align-items: center;
  bottom: 0;
  display: inline-flex;
  justify-content: flex-end;
  font-weight: bold;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  pointer-events: none;
}
.ce-navigation .nav-list-item:hover::after {
  background-color: #171717;
}
@media only screen and (min-width: 480px) {
  .ce-navigation .ce-navigation-account #intercom_launch_link {
    display: none !important;
  }
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list {
    height: unset;
    border: 1px solid #8ac3ba;
    border-top: 0;
    border-radius: 0;
    width: 260px;
  }
}
@media only screen and (min-width: 900px) {
  .ce-navigation .ce-navigation-logo {
    width: auto;
  }
  .ce-navigation .ce-navigation-logo img.logo-large {
    display: none;
  }
  .ce-navigation .ce-navigation-logo img.logo-icon {
    display: none;
  }
  .ce-navigation .ce-navigation-logo img.logo-small {
    display: inline;
  }
  .ce-navigation .ce-navigation-pillars {
    display: flex;
    height: 100%;
  }
  .ce-navigation .ce-navigation-account {
    justify-content: flex-end;
    padding: 0 0 0 8px;
    text-align: right;
    width: unset;
  }
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item:nth-child(0),
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item:nth-child(1),
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item:nth-child(2),
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item:nth-child(3),
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item:nth-child(4) {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .ce-navigation .ce-navigation-account .ce-account-menu .expand-options-list .expand-options-item .expand-options-link {
    padding: 8px 0;
  }
  .ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button {
    height: 100%;
    width: 100%;
  }
  .ce-navigation .ce-navigation-account .ce-account-menu .ce-account-button * {
    pointer-events: none;
  }
  .ce-navigation .nav-list-item {
    padding: 8px 0;
  }
  .ce-navigation .nav-list-item::before {
    display: none;
  }
  .ce-navigation .nav-list-item:hover::before {
    content: "\e902";
    font-family: 'icomoon', sans-serif;
    font-size: 10px;
    font-size: 1rem;
    align-items: center;
    bottom: 0;
    display: inline-flex;
    left: 0;
    justify-content: flex-end;
    right: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
  }
}
@media only screen and (min-width: 1200px) {
  .ce-navigation .ce-navigation-logo img {
    height: 16px;
  }
  .ce-navigation .ce-navigation-logo img.logo-large {
    display: inline;
  }
  .ce-navigation .ce-navigation-logo img.logo-icon {
    display: none;
  }
  .ce-navigation .ce-navigation-logo img.logo-small {
    display: none;
  }
  .ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .ce-pillars-link {
    padding: 24px;
  }
}
@media only screen and (min-width: 1300px) {
  .ce-navigation .ce-navigation-pillars .ce-pillars-list .ce-pillars-item .ce-pillars-link {
    padding: 24px 24px;
  }
}
