/*!
 * Commit hash at time of build: 719350fabff0ca1d9c9dfc012bd72c9c1ab08af9
 * 
 */
@import url(//hello.myfonts.net/count/337ad6);
@import url(//hello.myfonts.net/count/3a95ca);
.newUserModal {
  padding: 36px 12px;
  background: white;
  width: 720px;
  height: 400px;
  color: black;
  text-align: center;
}
.newUserModal .body {
  width: 70%;
  display: inline-block;
  text-align: left;
}
.newUserModal .body .title {
  color: #596c78;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  position: relative;
  text-align: left;
  display: inline-block;
  margin-bottom: 8px;
}
.newUserModal .body .modalText {
  text-align: left;
  margin-bottom: 20px;
}

.buttonListItem {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #f6f6f6;
  padding-top: 5px;
  line-height: 35px;
}
.buttonListItem .name {
  display: inline-block;
}
.buttonListItem .primaryButton {
  font-size: 8px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-transform: uppercase;
  background: #f81861;
  color: white;
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 4px 12px;
  border-radius: 24px;
  cursor: pointer;
  height: 24px;
  line-height: 20px;
  margin-top: 3px;
}
.buttonListItem:last-child {
  border-bottom: 0;
}

.editUserModal {
  width: 600px;
  height: 400px;
  background: #f2f2f2;
}
.editUserModal .modalHeader {
  margin-bottom: 0;
}
.editUserModal .editUserModalContent {
  height: 100%;
  background: white;
  color: black;
  text-align: left;
}
.editUserModal .editUserModalContent.contentCentered {
  text-align: center;
}
.editUserModal .editUserModalContent .editUserHeader {
  background: #f2f2f2;
  height: 30%;
}
.editUserModal .editUserModalContent .editUserHeader .content {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7%;
}
.editUserModal .editUserModalContent .editUserHeader .content .editUserInfo {
  display: inline-block;
  line-height: 17px;
}
.editUserModal .editUserModalContent .editUserHeader .content .editUserInfo .userEmail {
  color: #596c78;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 3px;
}
.editUserModal .editUserModalContent .editUserHeader .content .submitButton {
  border-radius: 0;
  padding: 0 8px;
}
.editUserModal .editUserModalContent .body {
  height: 65%;
}
.editUserModal .editUserModalContent .body .editUserAdminMessage {
  font-size: 13px;
  display: block;
  width: 75%;
  margin-top: 18%;
  margin-left: auto;
  margin-right: auto;
}
.editUserModal .editUserModalContent .body .editUserCampaignAccess {
  height: 100%;
  margin-top: 20px;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 75%;
}
.editUserModal .editUserModalContent .body .editUserCampaignAccess .title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.editUserModal .editUserModalContent .body .editUserCampaignAccess .campaignAccessList {
  height: 80%;
}

.addCampaignUserModal {
  width: 600px;
  height: 400px;
}
.addCampaignUserModal .addCampaignUserContent {
  background: white;
  color: black;
  text-align: left;
  width: 80%;
  height: 80%;
  margin: auto;
  padding-top: 30px;
}
.addCampaignUserModal .addCampaignUserContent .title {
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-align: left;
}
.addCampaignUserModal .addCampaignUserContent .addUserToCampaignContainer {
  height: 75%;
  margin-top: 5px;
  display: block;
}
.addCampaignUserModal .addCampaignUserContent .addUserToCampaignContainer .campaignUsers {
  height: 95%;
}
.addCampaignUserModal .addCampaignUserContent .addUserToCampaignContainer .userAccessList {
  height: 80%;
}
.addCampaignUserModal .addCampaignUserContent .inputContainer {
  padding-top: 15px;
  height: 30%;
}

.formContainer {
  font-family: Brandon;
  font-size: 14px;
}
.formContainer .header {
  font-family: Bebas, Brandon, sans-serif;
  color: white;
  font-size: 32px;
  margin: 8px 0;
}
.formContainer .error {
  margin: 14px 0;
}
.formContainer .error .header {
  font-size: 24px;
  margin: 0;
}
.formContainer .error .message strong {
  text-transform: capitalize;
}
.formContainer button,
.formContainer .button {
  display: inline-block;
  min-width: 100px;
  line-height: 2rem;
  height: 2rem;
  width: auto;
  color: #fff;
  cursor: pointer;
  outline: none;
  background: none;
  font-family: Bebas, Brandon, sans-serif;
  font-size: 16px;
  text-decoration: none;
  border-radius: 0;
  border: 1px solid #fff;
  vertical-align: bottom;
  margin: 12px auto;
}
.formContainer button:hover,
.formContainer .button:hover {
  color: #f81861;
  background: #fff;
}
.formContainer button.disabled,
.formContainer .button.disabled,
.formContainer button:disabled,
.formContainer .button:disabled,
.formContainer button.disabled:hover,
.formContainer .button.disabled:hover,
.formContainer button:disabled:hover,
.formContainer .button:disabled:hover {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
  opacity: 0.8;
}
.formContainer a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
  cursor: pointer;
}
.formContainer a:hover {
  color: #fff;
}
.formContainer form,
.formContainer .form {
  margin: 30px auto 10px;
  padding: 0;
  width: 400px;
}
@media only screen and (max-width: 600px) {
  .formContainer form,
  .formContainer .form {
    width: 80%;
    margin: 0 auto;
  }
}
.formContainer form .formIcon,
.formContainer .form .formIcon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 6px;
}
.formContainer form .formMessage,
.formContainer .form .formMessage {
  font-family: Brandon;
  font-size: 14px;
  color: #ffffff;
  margin: 5px 0;
  width: 100%;
  text-align: center;
}
.formContainer form .inputContainer,
.formContainer .form .inputContainer {
  position: relative;
  height: 52px;
}
.formContainer form .formText,
.formContainer .form .formText,
.formContainer form input.inputField,
.formContainer .form input.inputField {
  margin: 5px 0;
  display: block;
  resize: none;
  padding: 0.5em 0 0.25em;
  width: 100%;
  color: #ffffff;
  background: transparent;
  font-family: Brandon;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  -webkit-appearance: none;
}
.formContainer form .formText.half,
.formContainer .form .formText.half,
.formContainer form input.inputField.half,
.formContainer .form input.inputField.half {
  width: 50%;
  display: inline-block;
}
.formContainer form .formText.third,
.formContainer .form .formText.third,
.formContainer form input.inputField.third,
.formContainer .form input.inputField.third {
  width: 32%;
  display: inline-block;
}
.formContainer form .formText::-webkit-input-placeholder,
.formContainer .form .formText::-webkit-input-placeholder,
.formContainer form input.inputField::-webkit-input-placeholder,
.formContainer .form input.inputField::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.formContainer form .formText:-moz-placeholder,
.formContainer .form .formText:-moz-placeholder,
.formContainer form input.inputField:-moz-placeholder,
.formContainer .form input.inputField:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.formContainer form .formText::-moz-placeholder,
.formContainer .form .formText::-moz-placeholder,
.formContainer form input.inputField::-moz-placeholder,
.formContainer .form input.inputField::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.formContainer form .formText:-ms-input-placeholder,
.formContainer .form .formText:-ms-input-placeholder,
.formContainer form input.inputField:-ms-input-placeholder,
.formContainer .form input.inputField:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.formContainer form .formText:focus,
.formContainer .form .formText:focus,
.formContainer form input.inputField:focus,
.formContainer .form input.inputField:focus {
  outline: none;
}
.formContainer form .split input:first-child,
.formContainer .form .split input:first-child {
  float: left;
  width: 49%;
}
.formContainer form .split input:last-child,
.formContainer .form .split input:last-child {
  float: right;
  width: 49%;
}
.formContainer form .checkbox,
.formContainer .form .checkbox {
  margin: 20px 0;
  display: inline-block;
}
.formContainer form .checkbox a,
.formContainer .form .checkbox a {
  color: inherit;
}
.formContainer form .checkbox input[type='checkbox'],
.formContainer .form .checkbox input[type='checkbox'] {
  display: none;
}
.formContainer form .checkbox label,
.formContainer .form .checkbox label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.formContainer form .checkbox label:before,
.formContainer .form .checkbox label:before {
  content: '';
  cursor: pointer;
  background: transparent;
  border: 1px solid #ddd;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 5px;
  margin-bottom: 3px;
  text-align: center;
}
.formContainer form .checkbox input[type='checkbox']:checked + label:before,
.formContainer .form .checkbox input[type='checkbox']:checked + label:before {
  background-image: url(/knowledge/images/checkMarkWhite.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 50%;
}
.formContainer form .clearfix input,
.formContainer .form .clearfix input {
  margin-top: 30px;
}
.formContainer .longTextContainer {
  overflow-y: scroll;
  height: 80%;
  padding-right: 10px;
}
.formContainer .longTextContainer::-webkit-scrollbar {
  width: 10px;
}
.formContainer .longTextContainer::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.5);
}
.formContainer .longTextContainer::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.6);
  outline: none;
}
.flipCard {
  position: relative;
  width: 100%;
  height: 450px;
}
.flipCard .front,
.flipCard .back {
  width: 100%;
  height: 100%;
}

.genericLabelContainer label {
  display: block;
  margin: 36px 0 16px;
  color: #596c78;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.genericInputContainer {
  position: relative;
  margin: auto;
}
.genericInputContainer input[type='text'] {
  font-family: Brandon;
  display: inline-block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 32px;
  color: #4b4b4b;
  outline: none;
  height: 33px;
  padding: 0 30px 0 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.genericInputContainer input[type='text']::-webkit-input-placeholder {
  color: #ccc;
  line-height: 24px;
}
.genericInputContainer input[type='text']:-moz-placeholder {
  color: #ccc;
  line-height: 24px;
}
.genericInputContainer input[type='text']::-moz-placeholder {
  color: #ccc;
  line-height: 24px;
}
.genericInputContainer input[type='text']:-ms-input-placeholder {
  color: #ccc;
  line-height: 24px;
}
.genericInputContainer input[type='text']:focus {
  border-bottom-color: #ccc;
}
.genericInputContainer.valid input,
.genericInputContainer.valid input:focus {
  border-bottom-color: #f81861;
  color: #f81861;
}
.genericInputContainer .formMessage {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -18px;
  left: 0;
  font-size: 11px;
  color: #fcacc7;
}
.genericInputContainer .formIcon {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.genericInputContainer .formIcon.valid {
  position: absolute;
  top: 10px;
  right: 12px;
  bottom: auto;
  left: auto;
  height: 16px;
  width: 10px;
  background-image: url(/knowledge/images/checkmark.png);
}
.genericInputContainer .formIcon.invalid {
  position: absolute;
  top: 12px;
  right: 11px;
  bottom: auto;
  left: auto;
  height: 8px;
  width: 10px;
  background-image: url(/knowledge/images/invalid.png);
}

/*@campaignTag: #e696b2;*/
/*@emptyTag: #c1c9cd;*/
#EditUnitModal {
  width: 700px;
  height: 500px;
  background: white;
}
#EditUnitModal .modalHeader {
  margin: 0;
}
#EditUnitModal .editUnitContainer {
  height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#EditUnitModal .editUnitContainer .modalInputContainer {
  padding: 26px;
  margin: auto 0;
  text-align: left;
}
#EditUnitModal .editUnitContainer .modalInputContainer label {
  display: block;
  margin: 0 0 13px;
}
#EditUnitModal .editUnitContainer .modalInputContainer input,
#EditUnitModal .editUnitContainer .modalInputContainer label,
#EditUnitModal .editUnitContainer .modalInputContainer .dropDown .placeholder {
  text-align: left;
}
#EditUnitModal .editUnitContainer .modalInputContainer .genericInputContainer {
  margin-bottom: 26px;
}
#EditUnitModal .editUnitContainer .modalSubmitContainer {
  margin: 0 0 26px;
}
#EditUnitModal .editUnitContainer .modalSubmitContainer .submitButton {
  float: none;
  display: inline-block;
}
#EditUnitModal.smartUnitModal {
  height: 295px;
}
#EditUnitModal.smartUnitModal .editUnitContainer {
  height: 290px;
}

.measurement .dropDownContainer .dropDown .list .item {
  color: #f81861;
}
.measurement .dropDownContainer .dropDown.open .list .item.current {
  background: #f81861;
}
.measurement .dropDownContainer .dropDown .placeholder.current {
  color: #f81861;
  border-color: #f81861;
}
.blueprint .dropDownContainer .dropDown .list .item {
  color: #1a3cf8;
}
.blueprint .dropDownContainer .dropDown.open .list .item.current {
  background: #1a3cf8;
}
.blueprint .dropDownContainer .dropDown .placeholder.current {
  color: #1a3cf8;
  border-color: #1a3cf8;
}
.dropDownContainer {
  position: relative;
  display: block;
  height: 36px;
}
.dropDownContainer .dropDown {
  position: relative;
  display: inline-block;
  height: 36px;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  max-height: 36px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.dropDownContainer .dropDown.current {
  box-shadow: 0 1px 1px 0 transparent;
}
.dropDownContainer .dropDown:hover {
  box-shadow: 0 2px 2px 0 rgba(248, 24, 97, 0.13);
}
.dropDownContainer .dropDown.open {
  overflow: initial;
}
.dropDownContainer .dropDown.open .list {
  opacity: 1;
}
.dropDownContainer .dropDown.open .list .item {
  display: block;
}
.dropDownContainer .dropDown.open .list .item.current {
  color: white;
}
.dropDownContainer .dropDown .placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: 12px;
  color: #9c9c9c;
  line-height: 34px;
}
.dropDownContainer .dropDown .placeholder:after {
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #9c9c9c;
  position: absolute;
  top: 16px;
  right: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.dropDownContainer .dropDown .placeholder:before {
  content: '';
  position: absolute;
  top: 10px;
  right: 12px;
  bottom: auto;
  left: auto;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  height: 16px;
  width: 10px;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-image: url(/knowledge/images/checkmark.png);
}
.dropDownContainer .dropDown .placeholder.current {
  border: 1px solid;
}
.dropDownContainer .dropDown .placeholder.current:before {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.dropDownContainer .dropDown .placeholder.current:after {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.dropDownContainer .dropDown.invalid .placeholder {
  border-color: #dbd9d9;
  color: #4b4b4b;
}
.dropDownContainer .dropDown.invalid .placeholder:before {
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
}
.dropDownContainer .dropDown.invalid .placeholder:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.dropDownContainer .dropDown .list {
  position: absolute;
  top: 100%;
  width: 100%;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #dbd9d9;
  border-top: 0;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.14);
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.dropDownContainer .dropDown .list .item {
  color: #9c9c9c;
  background: white;
  cursor: pointer;
  line-height: 36px;
  text-indent: 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: none;
}
.dropDownContainer .dropDown .list .item:hover {
  background: #f6f6f6;
}
.dropDownContainer .dropDown .list .item.current {
  color: #f81861;
  display: block;
}

.measurement .tag {
  background: #f81861;
}
.measurement .tag.clickable:hover {
  background: #fa6294;
}
.blueprint .tag {
  background: #1a3cf8;
}
.blueprint .tag.clickable:hover {
  background: #647bfa;
}
.tag {
  display: inline-block;
  padding: 8px 16px;
  color: white;
  margin: 2px 4px 2px 0;
  border-radius: 30px;
  position: relative;
  line-height: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tag.clickable {
  cursor: pointer;
}
.tag.deletable {
  padding: 8px 38px 8px 10px;
}
.tag.deletable:after {
  content: '\D7';
  position: absolute;
  top: 8px;
  right: 7px;
  bottom: auto;
  left: auto;
  color: white;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  width: 15px;
  height: 14px;
  line-height: 17px;
  text-indent: 4px;
  font-size: 11px;
}
.tag.empty {
  background: #c1c9cd;
  cursor: default;
}
.tag.suggestion {
  background: #c1c9cd;
}
.tag.suggestion.clickable:hover {
  background: #cfd5d8;
}

.dashLiteTabs {
  display: inline-block;
  width: 100%;
  margin-bottom: 12px;
}
.dashLiteTabs .dashTabsHeader {
  display: inline-block;
  margin-top: 15px;
}
.dashLiteTabs .dashTabsHeader span {
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
}
.dashLiteTabs .dashTabsHeader span:hover {
  border-bottom: 1px solid;
}
.dashLiteTabs .dashTabsHeader span.active {
  border-bottom: 1px solid #f81861;
  color: #f81861;
}
.dashLiteTabs .dashTabsContent {
  margin-top: 40px;
}
.separateTabGroups .dashTabsHeader {
  position: relative;
}
.separateTabGroups .dashTabsHeader:nth-child(1) {
  margin-right: 10%;
}
.separateTabGroups .dashTabsHeader:nth-child(2) {
  margin-left: 10%;
}
.kMap {
  height: 60%;
  position: relative;
  z-index: 0;
}
.leaflet-container {
  height: 100%;
}
.mapContainer,
.mapDimensions {
  height: 100%;
  text-align: center;
  max-width: 960px;
  display: block;
  overflow: hidden;
}
.mapContainer .kMap,
.mapDimensions .kMap {
  height: 60%;
}
.mapContainer.modal,
.mapDimensions.modal {
  height: 650px;
  width: 960px;
}
.mapContainer.modal .kMap,
.mapDimensions.modal .kMap {
  height: 420px;
}
@media only screen and (min-height: 900px) {
  .mapContainer.modal,
  .mapDimensions.modal {
    height: 850px;
  }
}
.mapContainer .errorContainer,
.mapDimensions .errorContainer {
  z-index: 1;
}
.mapContainer .spinContainer,
.mapDimensions .spinContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  z-index: 5000;
  background: rgba(255, 255, 255, 0.1);
}
.mapContainer .leaflet-container,
.mapDimensions .leaflet-container {
  height: 100%;
}
.mapContainer .leaflet-container path.leaflet-interactive,
.mapDimensions .leaflet-container path.leaflet-interactive {
  stroke-width: 0.5;
  stroke: white;
  fill-opacity: 1;
}
.mapContainer .leaflet-container path.leaflet-interactive.marker,
.mapDimensions .leaflet-container path.leaflet-interactive.marker {
  stroke-width: 0.2;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper,
.mapContainer .leaflet-container .leaflet-popup-tip,
.mapDimensions .leaflet-container .leaflet-popup-tip {
  color: white;
  background: rgba(39, 48, 55, 0.9);
  box-shadow: none;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label,
.mapContainer .leaflet-container .leaflet-popup-tip .label,
.mapDimensions .leaflet-container .leaflet-popup-tip .label {
  font-family: Brandon, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s0,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s0,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s0,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s0 {
  color: #5ca7ce;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s2,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s2,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s2,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s2 {
  color: #74b4d7;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s4,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s4,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s4,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s4 {
  color: #93c5de;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s6,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s6,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s6,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s6 {
  color: #b3d6e9;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s8,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s8,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s8,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s8 {
  color: #d1e7f2;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s10,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s10,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s10,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s10 {
  color: white;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s12,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s12,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s12,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s12 {
  color: #fe9fa3;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s14,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s14,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s14,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s14 {
  color: #fb7576;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s16,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s16,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s16,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s16 {
  color: #fc5e6c;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s18,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s18,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s18,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s18 {
  color: #fa4b6c;
}
.mapContainer .leaflet-container .leaflet-popup-content-wrapper .label.s20,
.mapDimensions .leaflet-container .leaflet-popup-content-wrapper .label.s20,
.mapContainer .leaflet-container .leaflet-popup-tip .label.s20,
.mapDimensions .leaflet-container .leaflet-popup-tip .label.s20 {
  color: #fc376c;
}
.mapContainer .leaflet-container .leaflet-popup-close-button,
.mapDimensions .leaflet-container .leaflet-popup-close-button {
  display: none;
}
.geographicBreakdown .mapContainer {
  height: 700px;
  margin: auto;
}
.geographicBreakdown .ps-container {
  width: 99%;
  max-width: 960px;
  height: 200px;
}
.geographicBreakdown .mapDimensions .spinContainer {
  position: absolute;
  top: 50%;
  left: 0%;
}
.geographicBreakdown .mapDimensions .listStub {
  width: 95%;
  max-width: 800px;
  height: 200px;
  margin: 36px 0;
}

.knotchGraph {
  position: relative;
  display: inline-block;
  min-width: 100px;
  text-align: center;
  max-width: 95%;
}
.knotchGraph.fifth {
  width: 20%;
  max-width: 200px;
}
.knotchGraph.quarter {
  width: 25%;
  max-width: 240px;
}
.knotchGraph.third {
  width: 33%;
  max-width: 380px;
}
.knotchGraph.half {
  width: 46%;
  max-width: 560px;
  margin-left: 2%;
  margin-right: 2%;
}
.knotchGraph.twoThird {
  width: 66%;
  max-width: 840px;
}
.knotchGraph.full {
  width: 90%;
  max-width: 1100px;
}
@media only screen and (max-width: 600px) {
  .knotchGraph {
    display: block;
  }
  .knotchGraph.quarter,
  .knotchGraph.third,
  .knotchGraph.half,
  .knotchGraph.twoThird {
    width: 95%;
  }
}
.knotchGraph .title {
  top: 0;
  padding-bottom: 16px;
}
.knotchGraph.noData {
  color: #d7d7d7;
}
.knotchGraph .recharts-responsive-container {
  display: inline-block;
  margin: auto;
  z-index: 1;
}
.knotchGraph.bars .recharts-responsive-container {
  max-width: 380px;
}
.knotchGraph.bars .recharts-tooltip-cursor,
.knotchGraph.histogram .recharts-tooltip-cursor {
  fill: #F3F4F5;
}
.knotchGraph.bars > div,
.knotchGraph.histogram > div {
  display: inline-block;
  vertical-align: top;
}
.knotchGraph.bars .recharts-responsive-container,
.knotchGraph.histogram .recharts-responsive-container {
  max-width: 400px;
}
.knotchGraph.bars .recharts-surface .recharts-rectangle.recharts-bar-cursor,
.knotchGraph.histogram .recharts-surface .recharts-rectangle.recharts-bar-cursor {
  fill: transparent;
}
.knotchGraph.bars .title,
.knotchGraph.histogram .title {
  display: block;
}
.knotchGraph.bars .subtitle,
.knotchGraph.histogram .subtitle {
  color: #585858;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.knotchGraph.bars .legend,
.knotchGraph.histogram .legend {
  position: relative;
}
.knotchGraph.bars .legend ul,
.knotchGraph.histogram .legend ul {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 0;
  border-left: 1px solid #eee;
  width: 100%;
  left: 20%;
  padding-left: 15%;
}
.knotchGraph.bars .legend ul li,
.knotchGraph.histogram .legend ul li {
  list-style: none;
  color: #b1b1b1;
  margin: 24px 22px;
  text-transform: capitalize;
}
.knotchGraph.bars .legend ul li .dot,
.knotchGraph.histogram .legend ul li .dot {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin-right: 6px;
  display: inline-block;
  background: #d7d7d7;
}
.knotchGraph.bars .legend ul li.positive,
.knotchGraph.histogram .legend ul li.positive {
  color: #fc376c;
}
.knotchGraph.bars .legend ul li.positive .dot,
.knotchGraph.histogram .legend ul li.positive .dot {
  background: #fc376c;
}
.knotchGraph.bars .legend ul li.negative,
.knotchGraph.histogram .legend ul li.negative {
  color: #5ca7ce;
}
.knotchGraph.bars .legend ul li.negative .dot,
.knotchGraph.histogram .legend ul li.negative .dot {
  background: #5ca7ce;
}
.knotchGraph.bars .recharts-x-axis,
.knotchGraph.histogram .recharts-x-axis {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
}
.knotchGraph.bars .recharts-x-axis text,
.knotchGraph.histogram .recharts-x-axis text {
  font-size: 14px;
  fill: #b9b9b9;
}
.knotchGraph.bars .recharts-bar text,
.knotchGraph.histogram .recharts-bar text {
  fill: #585858;
  font-size: 12px;
  font-weight: 400;
  text-anchor: middle;
}
.knotchGraph.bars .recharts-bar text.dark,
.knotchGraph.histogram .recharts-bar text.dark {
  fill: #48555b;
}
.knotchGraph.bars .recharts-bar text.negative,
.knotchGraph.histogram .recharts-bar text.negative {
  fill: #5ca7ce;
}
.knotchGraph.bars .recharts-bar text.positive,
.knotchGraph.histogram .recharts-bar text.positive {
  fill: #fc376c;
}
.knotchGraph.bars.horizontal .recharts-bar text,
.knotchGraph.histogram.horizontal .recharts-bar text {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-anchor: initial;
}
.knotchGraph.bars.horizontal .recharts-bar text.first,
.knotchGraph.histogram.horizontal .recharts-bar text.first {
  fill: #fc376c;
}
.knotchGraph.bars.horizontal.inline .recharts-y-axis,
.knotchGraph.histogram.horizontal.inline .recharts-y-axis {
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.knotchGraph.bars.horizontal.inline .recharts-y-axis text,
.knotchGraph.histogram.horizontal.inline .recharts-y-axis text {
  font-weight: 400;
  font-size: 12px;
  fill: #585858;
  text-transform: capitalize;
}
.knotchGraph.bars .recharts-bar-rectangles rect,
.knotchGraph.histogram .recharts-bar-rectangles rect {
  fill: #E4E5E9;
}
.knotchGraph.bars .recharts-bar-rectangles .dark,
.knotchGraph.histogram .recharts-bar-rectangles .dark {
  fill: #48555b;
}
.knotchGraph.bars .recharts-bar-rectangles .negative,
.knotchGraph.histogram .recharts-bar-rectangles .negative,
.knotchGraph.bars .recharts-bar-rectangles .s0,
.knotchGraph.histogram .recharts-bar-rectangles .s0 {
  fill: #5ca7ce;
}
.knotchGraph.bars .recharts-bar-rectangles .s4,
.knotchGraph.histogram .recharts-bar-rectangles .s4 {
  fill: #93c5de;
}
.knotchGraph.bars .recharts-bar-rectangles .s10,
.knotchGraph.histogram .recharts-bar-rectangles .s10 {
  fill: #e4e4e4;
}
.knotchGraph.bars .recharts-bar-rectangles .s16,
.knotchGraph.histogram .recharts-bar-rectangles .s16 {
  fill: #fc5e6c;
}
.knotchGraph.bars .recharts-bar-rectangles .positive,
.knotchGraph.histogram .recharts-bar-rectangles .positive,
.knotchGraph.bars .recharts-bar-rectangles .s20,
.knotchGraph.histogram .recharts-bar-rectangles .s20 {
  fill: #924B66;
  color: #924B66;
}
.knotchGraph.bars .recharts-bar-labels text,
.knotchGraph.histogram .recharts-bar-labels text {
  font-weight: 400;
  font-size: 14px;
}
.knotchGraph.bars .recharts-bar-labels .s0,
.knotchGraph.histogram .recharts-bar-labels .s0 {
  fill: #3990be;
}
.knotchGraph.bars .recharts-bar-labels .s4,
.knotchGraph.histogram .recharts-bar-labels .s4 {
  fill: #6cb0d2;
}
.knotchGraph.bars .recharts-bar-labels .s10,
.knotchGraph.histogram .recharts-bar-labels .s10 {
  fill: #b1b1b1;
}
.knotchGraph.bars .recharts-bar-labels .s16,
.knotchGraph.histogram .recharts-bar-labels .s16 {
  fill: #fb2c3e;
}
.knotchGraph.bars .recharts-bar-labels .s20,
.knotchGraph.histogram .recharts-bar-labels .s20 {
  fill: #fb0547;
}
.knotchGraph.gauge {
  display: inline-block;
}
.knotchGraph.gauge .title {
  color: #d7d7d7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.knotchGraph.gauge .legend {
  font-size: 16px;
  margin-top: 30px;
}
.knotchGraph.gauge .recharts-wrapper {
  margin: auto;
}
.knotchGraph.gauge .recharts-pie .recharts-pie-sector .recharts-sector {
  fill: #f1f1f1;
  stroke: none;
}
.knotchGraph.gauge .recharts-pie .recharts-pie-sector:first-child .recharts-sector {
  fill: #fc376c;
}
.knotchGraph.gauge svg .value {
  fill: #fc376c;
  font-family: Brandon;
  font-size: 19px;
  text-anchor: middle;
}
.knotchGraph.histogram .xaxis text {
  font-family: Brandon;
  font-size: 11px;
  text-anchor: middle;
  text-transform: uppercase;
  fill: #717171;
}
.knotchGraph.histogram .xaxis text:first-of-type {
  text-anchor: start;
  fill: #5ca7ce;
}
.knotchGraph.histogram .xaxis text:last-of-type {
  text-anchor: end;
  fill: #fc376c;
}
.knotchGraph.histogram .recharts-bar-rectangles .recharts-bar-rectangle:nth-of-type(1) {
  fill: #5ca7ce;
}
.knotchGraph.histogram .recharts-bar-rectangles .recharts-bar-rectangle:nth-of-type(2) {
  fill: #93c5de;
}
.knotchGraph.histogram .recharts-bar-rectangles .recharts-bar-rectangle:nth-of-type(3) {
  fill: #e4e4e4;
}
.knotchGraph.histogram .recharts-bar-rectangles .recharts-bar-rectangle:nth-of-type(4) {
  fill: #fc5e6c;
}
.knotchGraph.histogram .recharts-bar-rectangles .recharts-bar-rectangle:nth-of-type(5) {
  fill: #fc376c;
}
.knotchGraph.pie .recharts-responsive-container {
  max-width: 220px;
}
.knotchGraph.pie.noData {
  height: 280px;
}
.knotchGraph.pie .toolTip {
  min-width: 150px;
}
.knotchGraph.pie .title {
  color: #585858;
  font-weight: 400;
  font-size: 13px;
  text-transform: none;
}
.knotchGraph.pie .recharts-sector {
  stroke: transparent;
}
.knotchGraph.pie .legend {
  font-size: 19px;
  margin: 20px auto;
  width: 75%;
  max-width: 250px;
}
@media only screen and (max-width: 1100px) {
  .knotchGraph.pie .legend {
    width: 90%;
  }
}
.knotchGraph.pie .legend ul {
  list-style: none;
  width: 100%;
  padding: 0;
}
.knotchGraph.pie .legend ul li {
  width: 100%;
  position: relative;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  font-size: 14px;
  color: #585858;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  text-transform: capitalize;
}
.knotchGraph.pie .legend ul li:last-of-type {
  border: 0;
}
.knotchGraph.pie .legend ul li .value {
  float: right;
}
.knotchGraph.pie .legend ul li .dot {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  margin-right: 10px;
  display: inline-block;
}
.knotchGraph.pie.sideLegend .recharts-wrapper {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.knotchGraph.pie.sideLegend .legend {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  width: 60%;
}
.knotchGraph.pie.sideLegend .legend ul {
  vertical-align: middle;
}
.knotchGraph.pie.sideLegend .legend ul li {
  float: none;
  width: 70%;
  padding: 0;
}
.knotchGraph.list {
  position: relative;
  vertical-align: top;
  height: 250px;
}
.knotchGraph.list .ps {
  height: 100%;
}
.knotchGraph.list .refMessage {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 200;
  height: 200px;
}
.knotchGraph.list ul {
  position: relative;
  padding: 0;
  margin: 12px auto;
  width: 100%;
  height: 80%;
  overflow: hidden;
}
.knotchGraph.list ul li {
  list-style-type: none;
  text-align: left;
  line-height: 40px;
  font-size: 14px;
  color: #585858;
  border-bottom: 1px solid #f0f0f0;
}
.knotchGraph.list ul li.highlight {
  color: #f81861;
}
.knotchGraph.list ul li .index {
  margin-right: 10px;
}
.knotchGraph.list ul li .value {
  float: right;
}
.knotchGraph.table {
  font-weight: 400;
  vertical-align: middle;
  margin-right: 60px;
}
.knotchGraph.table .row {
  font-size: 14px;
  line-height: 48px;
  position: relative;
  right: 16px;
}
.knotchGraph.table .row.legend {
  font-size: 14px;
}
.knotchGraph.table .row:last-child {
  border-top: 1px solid #eee;
}
.knotchGraph.table .row span {
  display: inline-block;
}
.knotchGraph.table .row span.negative,
.knotchGraph.table .row span.neutral,
.knotchGraph.table .row span.positive,
.knotchGraph.table .row span.total {
  width: 80px;
}
.knotchGraph.table .row span.name {
  text-transform: capitalize;
  text-align: left;
}
.knotchGraph.table .row span.positive {
  color: #fc376c;
}
.knotchGraph.table .row span.neutral {
  color: #a4a4a4;
}
.knotchGraph.table .row span.negative {
  color: #5ca7ce;
}
.knotchGraph.table .row span.name {
  width: 80px;
}
.knotchGraph.summaryTile .metricName {
  font-size: 16px;
  color: #d7d7d7;
}
.knotchGraph.summaryTile .metricMessage {
  margin: auto;
  max-width: 300px;
  font-size: 12px;
  color: #ADADAD;
  letter-spacing: 0.5px;
  font-weight: 200;
}
.knotchGraph.summaryTile .metricValue {
  text-transform: capitalize;
  font-size: 24px;
  color: #343434;
  font-weight: 100;
  padding: 68px 0;
}
.knotchGraph.summaryTile .metricValue .grey {
  font-size: 16px;
  color: #596c78;
  font-weight: 200;
}
.knotchGraph .toolTip {
  background: rgba(39, 48, 55, 0.9);
  color: white;
  padding: 14px 20px;
  border-radius: 8px;
  text-align: left;
  max-width: 300px;
  min-width: 150px;
}
.knotchGraph .toolTip .label {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 4px;
}
.knotchGraph .toolTip .label.s0 {
  color: #5ca7ce;
}
.knotchGraph .toolTip .label.s4 {
  color: #93c5de;
}
.knotchGraph .toolTip .label.s10 {
  color: white;
}
.knotchGraph .toolTip .label.s16 {
  color: #fc5e6c;
}
.knotchGraph .toolTip .label.s20 {
  color: #fc376c;
}
.knotchGraph .toolTip .value {
  font-size: 14px;
}
.knotchGraph.fillBar {
  position: relative;
  padding: 16px;
  margin: auto;
  border-right: 1px solid #eeeeee;
}
.knotchGraph.fillBar:last-child {
  border: 0;
}
.knotchGraph.fillBar .blue {
  background-color: #924B66;
}
.knotchGraph.fillBar .pink {
  background-color: #E6AFC4;
}
.knotchGraph.fillBar .neutral {
  background-color: #B26482;
}
.knotchGraph.fillBar .containerBar {
  height: 8px;
  background-color: #EBEBEB;
  border-radius: 100px;
  position: relative;
}
.knotchGraph.fillBar .childBar {
  width: 0%;
  min-width: 8px;
  height: 100%;
  border-radius: 100px;
  transition: width 1s ease-in-out;
}
.knotchGraph.fillBar .marker {
  height: 100%;
  width: 2px;
  background-color: #EBEBEB;
  position: absolute;
  top: 0%;
}
.knotchGraph.fillBar .marker.first {
  left: 33.3%;
}
.knotchGraph.fillBar .marker.second {
  left: 66.67%;
}
.knotchGraph.fillBar .labelSection {
  position: relative;
}
.knotchGraph.fillBar .label {
  display: inline-block;
  width: 33.3%;
  font-weight: 500;
  margin-top: 16px;
  font-size: 12px;
  color: #888888;
}
.knotchGraph.fillBar .label .metricValue {
  color: #bfbfbf;
  font-size: 12px;
}

.knotchGraph.line text {
  fill: #666;
}
.knotchGraph.line tspan {
  fill: #dadada;
}
.knotchGraph.line .recharts-cartesian-grid .recharts-cartesian-grid-horizontal line,
.knotchGraph.line .recharts-cartesian-grid .recharts-cartesian-grid-vertical line {
  stroke: #f1f0f0;
}
.knotchGraph.line .recharts-tooltip-cursor {
  fill: #f8f7f7;
}
.knotchGraph.line line.recharts-cartesian-axis-line,
.knotchGraph.line line.recharts-cartesian-axis-tick-line {
  stroke: transparent;
}
.knotchGraph.line .toolTip {
  min-width: auto;
}
.knotchGraph.line .ylabel {
  font-size: 11px;
  text-anchor: end;
  transform: translate(75px, 5px) rotate(-90deg);
}
.knotchGraph.line .recharts-x-axis,
.knotchGraph.line .recharts-y-axis {
  font-size: 12px;
}
.knotchGraph.line .recharts-x-axis line,
.knotchGraph.line .recharts-y-axis line {
  stroke: #c5c5c5;
}
.knotchGraph.line .recharts-line circle {
  fill: #B36482;
}
.knotchGraph.line .recharts-line circle,
.knotchGraph.line .recharts-line path {
  stroke: #B36482;
}
.knotchGraph.line .recharts-line.negative circle {
  fill: #5ca7ce;
}
.knotchGraph.line .recharts-line.negative circle,
.knotchGraph.line .recharts-line.negative path {
  stroke: #5ca7ce;
}
.knotchGraph.line .recharts-line.neutral circle {
  fill: #d7d7d7;
}
.knotchGraph.line .recharts-line.neutral circle,
.knotchGraph.line .recharts-line.neutral path {
  stroke: #d7d7d7;
}
.knotchGraph.line .recharts-line.positive circle {
  fill: #fc376c;
}
.knotchGraph.line .recharts-line.positive circle,
.knotchGraph.line .recharts-line.positive path {
  stroke: #fc376c;
}

.knotchGraph.clickthroughList .clickthroughContainer {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}
.knotchGraph.clickthroughList .clickthroughContainer .header {
  font-size: 16px;
  text-transform: capitalize;
  display: block;
  height: 16px;
  color: #f81861;
}
.knotchGraph.clickthroughList .clickthroughContainer .header .sentiment {
  float: left;
}
.knotchGraph.clickthroughList .clickthroughContainer .header .rate {
  float: right;
}
.knotchGraph.clickthroughList .clickthroughContainer .textSection {
  width: 100%;
}
.knotchGraph.clickthroughList .clickthroughContainer .textSection .leftAnchor {
  float: left;
  margin-right: 5px;
}
.knotchGraph.clickthroughList .clickthroughContainer .textSection .link {
  color: #c6c6c6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: underline;
}
.knotchGraph.clickthroughList .clickthroughContainer .progressBar {
  clear: both;
  height: 3px;
  background: #f2f2f2;
  margin: 12px auto;
  border-radius: 3px;
}
.knotchGraph.clickthroughList .clickthroughContainer .progressBar .progress {
  display: block;
  background: #f81861;
  height: 100%;
  border-radius: 3px;
}
.knotchGraph.clickthroughList .clickthroughContainer.message .rate {
  color: #c6c6c6;
}

.scrollDepthContainer {
  width: 80%;
  text-align: center;
  margin: auto;
  max-width: 960px;
}
.scrollDepthContainer .knotchGraph {
  margin: 0;
  max-width: initial;
  width: 100%;
}
.scrollDepthContainer .knotchGraph .scrollTick {
  fill: #D0D0D0;
  font-size: 12px;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.overall_pct circle,
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.overall_pct path {
  stroke: #f81861;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.overall_pct circle {
  fill: #f81861;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.desktop_pct circle,
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.desktop_pct path {
  stroke: #717273;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.desktop_pct circle {
  fill: #717273;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.mobile_pct circle,
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.mobile_pct path {
  stroke: #B7BBBC;
}
.scrollDepthContainer .knotchGraph .recharts-layer.recharts-line.mobile_pct circle {
  fill: #B7BBBC;
}
.scrollDepthContainer .descSection {
  margin: 32px auto;
  text-transform: capitalize;
  text-align: right;
}
.scrollDepthContainer .descSection .label {
  color: #f81861;
  margin-bottom: 8px;
  padding-right: 8px;
  height: 14px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.scrollDepthContainer .descSection:last-child {
  margin-bottom: 0;
}
.scrollDepthContainer .descSection .value {
  color: #f81861;
  font-size: 14px;
  margin-bottom: 8px;
  padding-right: 8px;
  line-height: 26px;
  border-bottom: 1px solid #f1f0f0;
}
.scrollDepthContainer .descSection .value:last-child {
  margin-bottom: 0;
}
.scrollDepthContainer .descSection .value.desktop {
  color: #717273;
}
.scrollDepthContainer .descSection .value.mobile {
  color: #B7BBBC;
}
.scrollDepthContainer .descSection .value .count {
  font-size: 11px;
  margin-right: 10px;
  opacity: 0.6;
}
.scrollDepthContainer .descSection .value .platformType {
  color: #c1c1c1;
  font-size: 12px;
  float: right;
}
.scrollDepthContainer .quartileContainer {
  position: relative;
  height: 320px;
  margin-top: 36px;
}
.scrollDepthContainer .quartileContainer .legend {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  border: 0;
}
.scrollDepthContainer .quartileContainer .legend .descSection .value {
  font-size: 10px;
  border: 0;
  height: 28px;
}
.scrollDepthContainer .quartileContainer .quartiles {
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  left: 89px;
}
.scrollDepthContainer .quartileContainer .quartile {
  width: 25%;
  vertical-align: top;
  position: relative;
  float: left;
}
.scrollDepthContainer .quartileContainer .quartile.overallData {
  position: absolute;
  left: 0;
  top: 0;
}
.scrollDepthContainer .quartileContainer .quartile.overallData .descSection {
  text-align: left;
}
.scrollDepthContainer .quartileContainer .quartile:not(.legend):after {
  content: '';
  position: absolute;
  background-color: #f1f0f0;
  width: 1px;
  right: 0;
  top: -71px;
  bottom: 0;
}

.knotchGraph.shadedHistogram .toolTip {
  min-width: auto;
  font-size: 13px;
}
.knotchGraph.shadedHistogram .toolTip b {
  font-size: 16px;
}
.knotchGraph.shadedHistogram .recharts-cartesian-axis-ticks {
  transform: translate(-6px, 3px);
  color: #585858;
  font-size: 10px;
}
.knotchGraph.shadedHistogram text.recharts-text.recharts-cartesian-axis-tick-value {
  text-anchor: end;
}
.knotchGraph.shadedHistogram .recharts-cartesian-grid .recharts-cartesian-grid-horizontal line,
.knotchGraph.shadedHistogram .recharts-cartesian-grid .recharts-cartesian-grid-vertical line {
  stroke: #f1f0f0;
}
.knotchGraph.shadedHistogram .recharts-label > tspan {
  font-size: 10px;
  fill: #BDBDBD;
}
.knotchGraph.shadedHistogram .recharts-tooltip-cursor {
  fill: #f8f7f7;
}
.knotchGraph.shadedHistogram line.recharts-cartesian-axis-line,
.knotchGraph.shadedHistogram line.recharts-cartesian-axis-tick-line {
  stroke: transparent;
}
.knotchGraph.shadedHistogram .ylabel {
  font-size: 11px;
  text-anchor: end;
  transform: translate(75px, 5px) rotate(-90deg);
}
.knotchGraph.shadedHistogram .recharts-x-axis,
.knotchGraph.shadedHistogram .recharts-y-axis {
  font-size: 8px;
}
.knotchGraph.shadedHistogram .recharts-x-axis line,
.knotchGraph.shadedHistogram .recharts-y-axis line {
  stroke: #c5c5c5;
}
.knotchGraph.shadedHistogram .shadedBar.pink-0 {
  fill: #FFECF2;
}
.knotchGraph.shadedHistogram .shadedBar.pink-1 {
  fill: #E6BCC0;
}
.knotchGraph.shadedHistogram .shadedBar.pink-2 {
  fill: #E6BCC0;
}
.knotchGraph.shadedHistogram .shadedBar.pink-3 {
  fill: #E6BCC0;
}
.knotchGraph.shadedHistogram .shadedBar.pink-4 {
  fill: #E6BCC0;
}
.knotchGraph.shadedHistogram .shadedBar.pink-5 {
  fill: #B36482;
}
.knotchGraph.shadedHistogram .shadedBar.pink-6 {
  fill: #924B66;
}
.knotchGraph.shadedHistogram .shadedBar.pink-7,
.knotchGraph.shadedHistogram .shadedBar.pink-8 {
  fill: #682A42;
}

.percentageBar {
  position: relative;
  padding: 36px 0;
  margin: auto;
  border-bottom: 1px solid #eeeeee;
  max-width: 320px;
}
.percentageBar:last-child {
  border: 0;
}
.percentageBar .pink {
  background-color: #f81861;
}
.percentageBar .containerBar {
  height: 8px;
  background-color: #d7d7d7;
  border-radius: 100px;
  position: relative;
}
.percentageBar .childBar {
  width: 0%;
  min-width: 8px;
  height: 100%;
  border-radius: 100px;
  transition: width 1s ease-in-out;
}
.percentageBar .labelSection {
  position: relative;
}
.percentageBar .percentageBarTitle {
  display: inline-block;
  width: 100%;
}
.percentageBar .percentageBarTitle .titleText {
  color: #596c78;
  float: left;
}
.percentageBar .percentageBarTitle .titleValue {
  color: #f81861;
  float: right;
}
.percentageBar .label {
  font-weight: 500;
  margin-top: 8px;
  color: #888888;
}
.percentageBar .label .labelValue {
  float: right;
}
.percentageBar .label .labelText {
  float: left;
  color: #bfbfbf;
}

.filters {
  position: relative;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  padding: 16px;
}
.filters .label {
  font-size: 10px;
  margin-right: 15px;
}
.filters .rangeShortcuts {
  float: left;
  padding: 12px;
}
.filters .rangeShortcuts .rangeOption {
  line-height: initial;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  padding: 6px 0;
  margin: 12px 18px;
  height: 26px;
  color: #858585;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}
.filters .rangeShortcuts .rangeOption:after {
  content: '';
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  background: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 0;
}
.filters .rangeShortcuts .rangeOption:hover:after {
  width: 100%;
}
.filters .rangeShortcuts .rangeOption.selected {
  color: #f81861;
}
.filters .rangeShortcuts .rangeOption.selected:after {
  width: 100%;
  background: #f81861;
}
.filters .rdr-DateRange {
  float: right;
}
.filters .rdr-DateRange .rdr-Day.is-passive.is-inRange,
.filters .rdr-DateRange .rdr-Day.is-passive.is-selected {
  background: white !important;
  color: black !important;
}
.filters .filterContainer {
  display: inline-block;
  vertical-align: middle;
  height: 26px;
  margin-right: 14px;
}
.filters .filterContainer .arrow {
  color: #596c78;
  line-height: 29px;
  vertical-align: top;
  margin: 0 7px;
  position: relative;
  left: -1px;
}
.filters .filterBy {
  color: white;
  text-align: center;
  font-size: 10px;
  height: 26px;
  line-height: 60px;
  margin: 0 8px 0 36px;
}
.filters .filterItem {
  display: inline-block;
  padding: 0 12px;
  background: white;
  border: 1px solid #f2f2f2;
  color: #343434;
  text-align: center;
  font-size: 10px;
  height: 26px;
  width: 100px;
  line-height: 26px;
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters .filterItem:hover {
  color: #596c78;
  background: white;
}
.filters .filterItem.selected {
  border-color: #f81861;
  color: #f81861;
}
.filters .filterItem.button {
  border-color: #f81861;
  color: #f81861;
  border-radius: 36px;
  width: 60px;
  opacity: 1;
  overflow: hidden;
  margin-left: 8px;
}
.filters .filterItem.button.disabled {
  opacity: 0.1;
  cursor: default;
  width: 0;
  border-color: transparent;
  margin: 0;
}
.filters .filterItem.button:hover {
  background: #f81861;
  color: white;
}
.filters .filterItem.dropdown {
  width: 160px;
  border: 0;
  padding: 0;
}
.filters .filterItem.dropdown .dropDownContainer {
  height: 26px;
  font-weight: 500;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown {
  height: 26px;
  max-height: 26px;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown.open .placeholder,
.filters .filterItem.dropdown .dropDownContainer .dropDown:hover .placeholder {
  color: white;
  background: #596c78;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown:hover {
  box-shadow: none;
  color: white;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .placeholder {
  line-height: 26px;
  text-indent: 0;
  border-color: #596c78;
  color: #596c78;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .placeholder:before {
  display: none;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .placeholder:after {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  top: 11px;
  border-top-color: #596c78;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .list {
  border: 0;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .list .item {
  color: #596c78;
  background: white;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 18px;
  text-indent: 0;
  font-size: 12px;
  padding: 10px 0;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .list .item:hover {
  background: #fafafa;
}
.filters .filterItem.dropdown .dropDownContainer .dropDown .list .item.current {
  color: #f81861;
}
.filters .filterBox {
  position: absolute;
  background: white;
  top: 100%;
  left: 0;
  z-index: 5;
  line-height: initial;
  box-shadow: 0 7px 6px 0 rgba(0, 0, 0, 0.07);
  border-radius: 4px;
  display: none;
}
.filters .filterBox .errorContainer {
  padding: 12px 0;
}
.filters .filterBox.rangeContainer {
  width: 700px;
}
.filters .filterBox.tags {
  width: 500px;
}
.filters .filterBox.tags .tagsContainer {
  padding: 16px;
}
.filters .filterBox.open {
  display: block;
  -webkit-animation: fadeInUp 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -moz-animation: fadeInUp 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -ms-animation: fadeInUp 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
  -o-animation: fadeInUp 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
  animation: fadeInUp 0.6s 1 cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

#Modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  text-align: center;
  z-index: 20;
}
#Modal.open {
  display: block;
}
#Modal .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
}
#Modal .modalHeader {
  color: white;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: #3f474f;
  padding: 16px 26px;
  margin-bottom: 16px;
  text-align: left;
}
#Modal > .content {
  z-index: 21;
  position: relative;
  color: #fff;
  max-width: 90%;
}
#Modal > .content > div {
  max-width: 100%;
}
#Modal > .content .disclaimer {
  font-size: 16px;
  font-weight: 100;
  width: 600px;
  padding: 48px;
}
#Modal > .content .controls {
  border-top: 1px solid #F4F4F4;
}
#Modal > .content .controls .create {
  font-family: Brandon, sans-serif;
  display: inline-block;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 15px 0;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
  text-decoration: none;
}
#Modal > .content .controls .create.disabled {
  color: #cbcbcb;
  cursor: default;
}
#Modal > .content .controls .create.disabled:hover {
  color: #cbcbcb;
}
#Modal > .content .controls .create:hover {
  color: #f81861;
}
#Modal > .content .controls button {
  font-family: Brandon, sans-serif;
  display: inline-block;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  padding: 15px 0;
  outline: none;
  text-transform: uppercase;
  text-align: center;
  width: 50%;
}
#Modal > .content .controls button[disabled] {
  color: #cbcbcb;
}
#Modal > .content .controls button:hover {
  color: #f81861;
}
#Modal > .content .controls button:first-child {
  border-right: 1px solid #F4F4F4;
}
#Modal > .content .controls button:only-child {
  border: 0;
  width: 100%;
}
#Modal > .content .inputContainer {
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
  width: 100%;
  margin: auto;
  text-align: center;
}
#Modal > .content .inputContainer .inputFillContainer {
  overflow: hidden;
  display: block;
}
#Modal > .content .inputContainer input {
  background: none;
  border: 0;
  border-bottom: 1px solid #cacaca;
  line-height: 22px;
  color: #585858;
  font-family: Brandon;
  width: 100%;
  text-align: center;
  outline: none;
  font-size: 12px;
}
#Modal > .content .inputContainer input::-webkit-input-placeholder {
  color: #cacaca;
}
#Modal > .content .inputContainer input:-moz-placeholder {
  color: #cacaca;
}
#Modal > .content .inputContainer input::-moz-placeholder {
  color: #cacaca;
}
#Modal > .content .inputContainer input:-ms-input-placeholder {
  color: #cacaca;
}
#Modal > .content .inputContainer input.alignLeft {
  text-align: left;
}
#Modal > .content .submitButton {
  padding: 0 24px;
  line-height: 25px;
  height: 25px;
  margin: 0 8px;
  text-align: center;
  border: 1px solid #585858;
  color: #585858;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
  opacity: 0.3;
  border-radius: 26px;
  float: right;
}
#Modal > .content .submitButton.enabled {
  border-color: #f81861;
  color: #f81861;
  opacity: 1;
  cursor: pointer;
}
#Modal > .content .submitButton.enabled:hover {
  background: #f81861;
  color: white;
}
#Modal > .content .actionButton {
  padding: 0 8px;
  line-height: 25px;
  height: 25px;
  margin: 0 8px;
  text-align: center;
  border: 1px solid #585858;
  color: white;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: default;
  opacity: 0.3;
  float: right;
  border-color: #f81861;
  color: #f81861;
}
#Modal > .content .actionButton.enabled {
  border-color: #f81861;
  color: #f81861;
  opacity: 1;
  cursor: pointer;
}
#Modal > .content .actionButton.enabled:hover {
  background: #f81861;
  color: white;
}
#Modal > .content .header {
  font-size: 16px;
  font-weight: 100;
  margin: 16px 0;
}
@media only screen and (max-width: 600px) {
  #Modal > .content .header {
    width: 100%;
    font-size: 20px;
    padding: 0 20px;
  }
}
#Modal > .content a.close {
  position: absolute;
  top: 55px;
  right: -38px;
  bottom: auto;
  left: auto;
  height: 44px;
  line-height: 41px;
  color: #fff;
  font-size: 35px;
  vertical-align: top;
  text-decoration: none;
  cursor: pointer;
  font-weight: 100;
  line-height: 11px;
}
#Modal > .content .button {
  display: inline-block;
  min-width: 100px;
  line-height: 2rem;
  height: 2rem;
  width: auto;
  color: #fff;
  font-family: Bebas;
  font-size: 16px;
  border-radius: 0;
  border: 1px solid #fff;
  cursor: pointer;
  padding: 0 16px;
  margin: 8px 6px;
}
#Modal > .content .button:hover {
  color: #f81861;
  background: #fff;
}
#Modal > .content.disabled,
#Modal > .content:disabled,
#Modal > .content.disabled:hover,
#Modal > .content:disabled:hover {
  color: white;
  border-color: white;
  background: transparent;
  opacity: 0.8;
}
#LoginForm {
  font-family: Brandon;
  font-size: 14px;
}
#LoginForm form {
  margin: 30px 0 10px;
  padding: 0;
  width: 400px;
}
@media only screen and (max-width: 600px) {
  #LoginForm form {
    width: 80%;
    margin: 0 auto;
  }
}
#LoginForm form input.inputField {
  margin: 5px 0;
  display: block;
  float: right;
  resize: none;
  padding: 0.5em 0 0.25em;
  width: 100%;
  color: #ffffff;
  background: transparent;
  font-family: Brandon;
  font-size: 14px;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  outline: none;
  -webkit-appearance: none;
}
#LoginForm form input.inputField::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
#LoginForm form input.inputField:-moz-placeholder {
  color: white;
  opacity: 1;
}
#LoginForm form input.inputField::-moz-placeholder {
  color: white;
  opacity: 1;
}
#LoginForm form input.inputField:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
#LoginForm form input.inputField:focus {
  outline: none;
}
#LoginForm form .clearfix input {
  margin-top: 30px;
}
#newCampaignModal .inner {
  min-width: 450px;
  padding: 70px 0;
}
#newCampaignModal .inner .inputFillContainer {
  width: 75%;
}
#newReportModal .inner {
  min-width: 450px;
  padding: 70px 0;
}
#newReportModal .inner .inputFillContainer {
  width: 75%;
}
.blueprintListModal {
  background: white;
  width: 720px;
  height: 500px;
  padding: 36px 12px;
  color: black;
}
.blueprintListModal .title {
  position: absolute;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 24px;
  color: #1a3cf8;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.editUserModal .modalMessage,
.newUserModal .modalMessage,
.addCampaignUserModal .modalMessage {
  width: 70%;
  color: #596c78;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 26px;
  position: relative;
  text-align: center;
  display: inline-block;
}
#generatorErrorModal {
  width: 500px;
}
#generatorErrorModal .modalBody {
  padding: 25px;
  line-height: 25px;
  min-height: 200px;
  background-color: white;
}
#generatorErrorModal .modalBody .email {
  color: #f81861;
}
#generatorErrorModal .modalBody .invalidFields {
  width: 70%;
  margin: auto;
  line-height: 17px;
}
#generatorErrorModal .modalBody .invalidFields ul {
  padding: 0;
  width: 50%;
  text-align: left;
  margin: auto;
}

.standalone.container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
}
.standalone.container .text {
  font-size: 16px;
  max-width: 570px;
}

#searchBar {
  position: absolute;
  height: 70px;
  top: 250px;
  left: 0;
  right: 0;
  z-index: 7;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  #searchBar {
    top: 200px;
  }
}
#searchBar.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  margin-left: 0;
}
#searchBar.sticky .searchBarContainer {
  width: 100%;
  max-width: 100%;
}
#searchBar.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}
#searchBar.fullscreen #searchInput {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
#searchBar.fullscreen .searchBarContainer {
  height: 140px;
}
#searchBar.fullscreen .searchBarContainer #searchInput {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#searchBar.fullscreen .searchBarContainer #fakeSearchInput {
  display: none;
  opacity: 0;
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
}
#searchBar.dark {
  background: rgba(0, 0, 0, 0.8);
  color: white;
}
#searchBar.dark #searchResultContainer #searchResults .searchEntry .name,
#searchBar.dark #searchResultContainer #searchResults .searchEntry .name:visited {
  color: white;
}
#searchBar .searchBarContainer {
  background-image: linear-gradient(45deg, #f81861, #fb1389);
  position: relative;
  width: 80%;
  max-width: 660px;
  height: 70px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.12, 0.82, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.12, 0.82, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.12, 0.82, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.12, 0.82, 0.45, 0.94);
}
#searchBar .searchBarContainer #fakeSearchInput {
  border: 0;
  background: none;
  outline: none;
  width: 100%;
  max-width: 660px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.35em;
  height: 70px;
  margin: auto;
  padding: 0;
  color: white;
  text-align: center;
  margin-top: 0;
  font-family: Brandon, sans-serif;
}
#searchBar .searchBarContainer #fakeSearchInput .icon {
  position: absolute;
  width: 14px;
  height: 14px;
  left: -25px;
  top: -1px;
  background-image: url(/knowledge/images/magGlass.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
#searchBar .searchBarContainer #searchInput {
  font-family: Brandon, sans-serif;
  border: 0;
  background: none;
  color: white;
  outline: none;
  position: absolute;
  font-weight: 100;
  text-align: left;
  left: 0;
  top: 0;
  height: 140px;
  width: 400px;
  max-width: inherit;
  padding: 0 0 0 24px;
  font-size: 26px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translate3d(0, 150px, 0);
  -moz-transform: translate3d(0, 150px, 0);
  -ms-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  opacity: 0;
}
#searchBar .searchBarContainer #searchInput::-webkit-input-placeholder {
  color: white;
  text-align: center;
}
#searchBar .searchBarContainer #searchInput:-moz-placeholder {
  color: white;
  text-align: center;
}
#searchBar .searchBarContainer #searchInput::-moz-placeholder {
  color: white;
  text-align: center;
}
#searchBar .searchBarContainer #searchInput:-ms-input-placeholder {
  color: white;
  text-align: center;
}
#searchBar .searchBarContainer #searchClearBtn {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 56px;
  right: 56px;
  background-size: 10px 10px;
  background-position: center center;
  cursor: pointer;
  font-size: 60px;
  color: white;
  line-height: 20px;
}
#searchBar #searchResultContainer {
  position: absolute;
  top: 140px;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 0;
  height: auto;
  color: #585858;
  overflow-y: auto;
  z-index: 16;
}
#searchBar #searchResultContainer #searchResults {
  height: auto;
  text-align: center;
}
#searchBar #searchResultContainer #searchResults .column {
  width: 40%;
  display: inline-block;
  vertical-align: top;
  margin: 64px 2%;
}
#searchBar #searchResultContainer #searchResults .column .label {
  text-align: left;
  font-weight: bold;
  color: #fb1457;
}
#searchBar #searchResultContainer #searchResults .searchEntry .name {
  font-weight: bold;
}
#searchBar #searchResultContainer #searchResults .searchEntry .message {
  color: #f81861;
}

.searchEntry {
  position: relative;
  height: 36px;
  margin: 16px 0;
  padding: 0;
  color: #273037;
  text-align: left;
}
.searchEntry:hover {
  background: rgba(221, 190, 193, 0.13);
}
.searchEntry.noData .message {
  cursor: default;
}
.searchEntry.noData:hover {
  background: transparent;
}
.searchEntry .button {
  width: 100px;
  vertical-align: top;
  margin: 4px 8px;
  border-radius: 0;
  font-weight: bold;
  min-width: initial;
  float: right;
}
.searchEntry .button.followed {
  border: 0;
  color: #ddbec1;
  background: none;
  border: 1px solid transparent;
}
.searchEntry .button.followed:hover {
  color: #f81861;
  border: 1px solid #f81861;
}
.searchEntry .icon {
  height: 36px;
  width: 36px;
  display: inline-block;
  border-radius: 100%;
  margin-right: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: white;
  background-position: center center;
  overflow: hidden;
  cursor: pointer;
}
.searchEntry .icon.empty:before {
  content: 'K';
  height: 36px;
  line-height: 36px;
  background: #ddbec1;
  color: #f81861;
  font-weight: bold;
  font-size: 15px;
  width: 36px;
  display: block;
  text-indent: 7px;
}
.searchEntry .name {
  font-size: 14px;
  line-height: 36px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.searchEntry .name,
.searchEntry .name:visited {
  color: #273037;
}
.searchEntry .name:hover {
  text-decoration: underline;
}
.searchEntry .message {
  font-weight: 300;
  line-height: 28px;
  vertical-align: top;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
}

#envelope {
  -webkit-transform: translateY(-500%);
  -moz-transform: translateY(-500%);
  -ms-transform: translateY(-500%);
  transform: translateY(-500%);
  -webkit-transition: transform 0.5s cubic-bezier(0.29, -0.45, 0.32, 1.28);
  -moz-transition: transform 0.5s cubic-bezier(0.29, -0.45, 0.32, 1.28);
  -o-transition: transform 0.5s cubic-bezier(0.29, -0.45, 0.32, 1.28);
  transition: transform 0.5s cubic-bezier(0.29, -0.45, 0.32, 1.28);
  width: 500px;
  height: 250px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -250px / 2;
  margin-left: -500px / 2;
  z-index: 3;
  background: #cb2b59;
  text-align: center;
  opacity: 1;
}
#envelope .errorContainer {
  position: absolute;
  bottom: -42px;
  color: #f81861;
  padding: 6px;
  text-align: center;
  width: 100%;
}
#envelope .letterCover {
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #f81861;
  z-index: 6;
}
#envelope .letterCover .knotchStamp {
  background: url(/knowledge/images/baby_seal.png) no-repeat;
  width: 100px;
  height: 100px;
  background-position: center center;
  background-size: contain;
  z-index: 5;
  left: 50%;
  margin-left: -50px;
  position: absolute;
  top: -60px;
  opacity: 0;
  perspective: 1000px;
  -webkit-transform: rotate(90deg) scale(1.2) translate3d(0, 0, 100px);
  -moz-transform: rotate(90deg) scale(1.2) translate3d(0, 0, 100px);
  -ms-transform: rotate(90deg) scale(1.2) translate3d(0, 0, 100px);
  transform: rotate(90deg) scale(1.2) translate3d(0, 0, 100px);
  -webkit-transition: all 0.3s cubic-bezier(0.58, -0.29, 0.38, 1.46);
  -moz-transition: all 0.3s cubic-bezier(0.58, -0.29, 0.38, 1.46);
  -o-transition: all 0.3s cubic-bezier(0.58, -0.29, 0.38, 1.46);
  transition: all 0.3s cubic-bezier(0.58, -0.29, 0.38, 1.46);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
#envelope .letterCover .inputContainer {
  width: 360px;
  border-bottom: 1px solid white;
  line-height: 36px;
  font-size: 14px;
  margin-top: 24px;
  text-align: center;
  height: 36px;
}
#envelope .letterCover .inputContainer input {
  background: none;
  border: 0;
  width: 100%;
  height: 100%;
  outline: none;
  position: relative;
  color: white;
  z-index: 2;
  font-family: inherit;
  text-align: center;
  font-size: 14px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#envelope .letterCover .inputContainer .inputPlaceholder {
  display: block;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 11px;
  letter-spacing: 2px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-animation: inputFade 2s ease-in infinite forwards;
  -moz-animation: inputFade 2s ease-in infinite forwards;
  -ms-animation: inputFade 2s ease-in infinite forwards;
  -o-animation: inputFade 2s ease-in infinite forwards;
  animation: inputFade 2s ease-in infinite forwards;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#envelope .letterCover .inputContainer .inputPlaceholder.hidden {
  opacity: 0;
  display: none;
  animation-iteration-count: 0;
  animation: none;
}
#envelope .letterCover .leftFold {
  position: absolute;
  top: -100px;
  right: auto;
  bottom: auto;
  left: 0;
  border-right: 250px solid transparent;
  border-left: 250px solid #f81861;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
}
#envelope .letterCover .rightFold {
  top: -100px;
  bottom: auto;
  left: auto;
  position: absolute;
  width: 50%;
  right: 0;
  border-right: 250px solid #fc3d74;
  border-left: 250px solid transparent;
  border-top: 100px solid transparent;
  border-bottom: 100px solid transparent;
}
#envelope .fold {
  height: 0;
  width: 100%;
  border-right: 250px solid transparent;
  border-left: 250px solid transparent;
  border-top: 60px solid transparent;
  border-bottom: 100px solid #f8618e;
  position: absolute;
  top: -160px;
  z-index: 4;
  transform-origin: center bottom;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#envelope.folded .fold {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
#envelope.folded .preview {
  top: 100px;
}
#envelope.folded .knotchStamp {
  -webkit-transform: rotate(0) scale(1) translate3d(0, 0, 0);
  -moz-transform: rotate(0) scale(1) translate3d(0, 0, 0);
  -ms-transform: rotate(0) scale(1) translate3d(0, 0, 0);
  transform: rotate(0) scale(1) translate3d(0, 0, 0);
  opacity: 1;
}
#envelope.visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#envelope .preview {
  position: absolute;
  background-color: white;
  left: 32px;
  right: 32px;
  height: 150px;
  top: -50px;
  z-index: 5;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
#envelope .contentTitle {
  color: #273037;
  font-weight: 500;
  font-size: 14px;
}
#envelope .pink {
  color: #f81861;
  font-weight: 500;
}
#envelope .buttonContainer {
  position: absolute;
  top: auto;
  right: 0;
  bottom: -75px;
  left: 0;
  text-align: center;
}
#envelope .submitButton {
  width: 80px;
  margin-left: 6px;
  padding: 0 8px;
  font-size: 10px;
  line-height: 21px;
  color: #f81861;
  border: 1px solid #f81861;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: default;
  opacity: 0.2;
  display: inline-block;
}
#envelope .submitButton.active {
  cursor: pointer;
  opacity: 1;
}
#envelope .submitButton.active:hover {
  background: #f81861;
  color: white;
}
@-webkit-keyframes inputFade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-moz-keyframes inputFade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-ms-keyframes inputFade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-o-keyframes inputFade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@keyframes inputFade {
  0%,
  100% {
    opacity: 0;
  }
  50% {
    opacity: 0.7;
  }
}
@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: 0% 91%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 91%;
  }
}
@-moz-keyframes placeHolderShimmer {
  0% {
    background-position: 0% 91%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 91%;
  }
}
@-ms-keyframes placeHolderShimmer {
  0% {
    background-position: 0% 91%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 91%;
  }
}
@-o-keyframes placeHolderShimmer {
  0% {
    background-position: 0% 91%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 91%;
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: 0% 91%;
  }
  50% {
    background-position: 100% 10%;
  }
  100% {
    background-position: 0% 91%;
  }
}
.blueprint #envelope {
  background: #051ea8;
  position: fixed;
  z-index: 11;
  margin-left: -135px;
}
.blueprint #envelope .preview {
  background-image: url(/knowledge/images/thrillistScreenshot.png);
  border: 1px solid rgba(0, 0, 0, 0.16);
}
.blueprint #envelope .letterCover {
  background: #1a3cf8;
}
.blueprint #envelope .letterCover .leftFold {
  border-left: 250px solid #1a3cf8;
}
.blueprint #envelope .letterCover .rightFold {
  border-right: 250px solid #3351f9;
}
.blueprint #envelope .fold {
  border-bottom: 100px solid #4b66fa;
}
.blueprint #envelope .submitButton {
  background: #1a3cf8;
  color: white;
  line-height: 28px;
  font-size: 12px;
  border-radius: 24px;
  border-color: transparent;
}
.blueprint #envelope .submitButton.dismiss {
  background: white;
  color: #1a3cf8;
  border: 1px solid #1a3cf8;
}
.blueprint #envelope .submitButton:hover {
  background: #1a3cf8;
  color: white;
}

#contentView {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  will-change: transform;
  position: fixed;
  opacity: 0;
  background: white;
  z-index: 5;
  padding-left: 15px;
  -webkit-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
#contentView .column {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  height: 100%;
  width: 25%;
  text-align: center;
  border-right: 1px solid #eee;
  background: white;
}
#contentView .column:before {
  height: 20%;
}
#contentView .column .exit {
  position: absolute;
  color: #fc3d74;
  text-decoration: none;
  cursor: pointer;
  right: 25px;
  top: 5;
  font-size: 34px;
}
#contentView .column .contentInfo {
  height: 100%;
  width: 100%;
  line-height: 18px;
  text-align: left;
  position: relative;
  padding: 0 28px;
  margin-top: 50%;
}
#contentView .column .contentInfo > * {
  transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  -o-transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}
#contentView .column .contentInfo.hidden > * {
  transform: translateX(50px);
  opacity: 0;
}
#contentView .column .contentInfo .contentSectionTitle {
  margin: 25px 0 10px 0;
  width: 100%;
  text-align: left;
  font-family: Brandon, sans-serif;
  font-weight: bold;
  color: #f81861;
  font-size: 10px;
  text-transform: uppercase;
}
#contentView .column .contentInfo .iconContainer {
  position: relative;
  padding: 0;
  width: 100%;
  height: 80px;
  margin-bottom: 10px;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#contentView .column .contentInfo .iconContainer .icon {
  width: 28px;
  height: 28px;
  border-radius: 36px;
  background-color: white;
  display: inline-block;
  margin-right: 12px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
}
#contentView .column .contentInfo .iconContainer .icon.locked {
  background-image: url(/knowledge/images/locked.png);
  background-size: 40%;
  cursor: 'pointer';
}
#contentView .column .contentInfo .iconContainer .iconLabel {
  display: inline;
  text-align: left;
  color: #545454;
  font-size: 12px;
  font-weight: lighter;
  position: relative;
  bottom: 9px;
}
#contentView .column .contentInfo .time {
  -webkit-transition-delay: 0.05s;
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
  color: #d8d8d8;
  font-size: 10px;
  font-weight: lighter;
}
#contentView .column .contentInfo .title {
  width: 100%;
  text-align: left;
  color: #545454;
  font-size: 14px;
  line-height: 20px;
  font-weight: lighter;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
}
#contentView .column .contentInfo .sharesBreakdown {
  -webkit-transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  transition-delay: 0.15s;
  width: 150px;
}
#contentView .column .contentInfo .sharesBreakdown .totalShares {
  margin-bottom: 20px;
}
#contentView .column .contentInfo .sharesBreakdown .totalShares .totalSharesTitle {
  color: #545454;
  font-size: 12px;
}
#contentView .column .contentInfo .sharesBreakdown .totalShares .totalSharesValue {
  margin-left: 10px;
  color: #f81861;
  font-size: 12px;
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform {
  display: inline-block;
  font-size: 12px;
  width: 50%;
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon {
  display: inline-block;
  height: 20px;
  width: 20px;
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon.facebook {
  content: url(/knowledge/images/facebook.png);
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon.twitter {
  content: url(/knowledge/images/twitter.png);
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon.linkedin {
  content: url(/knowledge/images/linkedin.png);
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon.pinterest {
  content: url(/knowledge/images/pinterest.png);
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareIcon.google {
  content: url(/knowledge/images/google.png);
}
#contentView .column .contentInfo .sharesBreakdown .sharePlatform .shareCount {
  color: #545454;
  margin-left: 10px;
  position: relative;
  bottom: 5px;
}
#contentView .column .contentInfo .buttonContainer {
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
  position: fixed;
  bottom: 0;
  margin-bottom: 20px;
}
#contentView .column .contentInfo .buttonContainer .subButton {
  display: inline-block;
  padding: 4px 15px 2px 15px;
  margin: 12px 6px 0 0;
  font-size: 10px;
  line-height: 15px;
  color: #f81861;
  border: 1px solid #f81861;
  border-radius: 33px;
  cursor: pointer;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#contentView .column .contentInfo .buttonContainer .subButton:hover {
  background: #f81861;
  color: white;
}
#contentView .column .contentInfo .fakeTextBlock {
  height: 8px;
  background: #efefef;
  margin: 11px 0;
  width: 80%;
}
#contentView .column .contentInfo .fakeTextBlock:nth-child(2) {
  width: 60%;
}
#contentView .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 75%;
  background: #F4F4F4;
}
#contentView .content .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 2;
}
#contentView .content .exit {
  position: absolute;
  top: 0;
  right: 16px;
  font-size: 38px;
  text-decoration: none;
}
#contentView .content .exit,
#contentView .content .exit:visited {
  color: #fb1359;
}
#contentView .content .imgContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  background-size: 100% auto;
  padding: 26px;
  z-index: 1;
}
#contentView .content .imgContainer img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  will-change: opacity;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contentView .content .imgContainer .scPlaceholder {
  position: absolute;
  top: 26px;
  right: 26px;
  bottom: auto;
  left: 26px;
  margin: auto;
  max-width: 1200px;
  z-index: 1;
  background: white;
  height: 110%;
}
#contentView .content .imgContainer .scPlaceholder .placeholderBg {
  background: linear-gradient(270deg, #eee, #fbcfe3, #eee);
  background-size: 600% 600%;
  -webkit-animation: placeHolderShimmer 3s 0 ease forwards;
  -moz-animation: placeHolderShimmer 3s 0 ease forwards;
  -ms-animation: placeHolderShimmer 3s 0 ease forwards;
  -o-animation: placeHolderShimmer 3s 0 ease forwards;
  animation: placeHolderShimmer 3s 0 ease forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
#contentView .content .imgContainer .scPlaceholder .scHeader {
  width: 100%;
  height: 200px;
  margin-bottom: 32px;
}
#contentView .content .imgContainer .scPlaceholder .scBody {
  width: 100%;
  height: 800px;
  text-align: center;
  padding: 32px;
}
#contentView .content .imgContainer .scPlaceholder .scBody .scArticles {
  width: 70%;
  height: 200px;
  float: left;
  padding-right: 32px;
}
#contentView .content .imgContainer .scPlaceholder .scBody .scArticles .scArticle {
  height: 150px;
  margin-bottom: 32px;
}
#contentView .content .imgContainer .scPlaceholder .scBody .scColumn {
  width: 30%;
  height: 200px;
  float: right;
}
#contentView .content .warning {
  background: rgba(255, 255, 255, 0.7);
  height: 100%;
  font-family: Bebas, sans-serif;
  font-size: 32px;
  position: relative;
  z-index: 3;
}
#contentView .content .warning .title {
  color: #f81861;
}
#contentView .content .warning .subtitle {
  color: #273037;
}
#contentView .content .warning .button {
  height: 48px;
  width: 50%;
  border-radius: 0;
  font-size: 24px;
  line-height: 48px;
}
#contentView.slide {
  display: block;
}
#contentView.slide {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/**!
 * @license
 * MyFonts Webfont Build ID 3373782, 2017-04-12T15:50:32-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed Webfonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: BrandonTextWeb-Bold by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/bold/
 *
 * Webfont: BrandonTextWeb-Light by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/light/
 *
 * Webfont: BrandonTextWeb-Regular by HVD Fonts
 * URL: http://www.myfonts.com/fonts/hvdfonts/brandon-text/regular/
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3373782
 * Licensed pageviews: 1,000,000
 * Webfonts copyright: Copyright (c) 2015 by Hannes von Doehren. All rights reserved.
 *
 * © 2017 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */


@font-face {
  font-family: 'Brandon';
  font-weight: bold;
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_0_0.eot');
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_0_0.eot?#iefix') format('embedded-opentype'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_0_0.woff2') format('woff2'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_0_0.woff') format('woff'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_0_0.ttf') format('truetype');
}


@font-face {
  font-family: 'Brandon';
  font-weight: 200;
  font-style: thin;
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_1_0.eot');
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_1_0.eot?#iefix') format('embedded-opentype'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_1_0.woff2') format('woff2'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_1_0.woff') format('woff'),
    url('https://www.knotch-cdn.com/fonts/brandon/337AD6_1_0.ttf') format('truetype');
}


@font-face {
  font-family: 'Brandon';
  font-weight: 400;
  font-style: normal;
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_2_0.eot');
  src: url('https://www.knotch-cdn.com/fonts/brandon/337AD6_2_0.eot?#iefix') format('embedded-opentype'),
      url('https://www.knotch-cdn.com/fonts/brandon/337AD6_2_0.woff2') format('woff2'),
      url('https://www.knotch-cdn.com/fonts/brandon/337AD6_2_0.woff') format('woff'),
      url('https://www.knotch-cdn.com/fonts/brandon/337AD6_2_0.ttf') format('truetype');
}

/* @import must be at top of file, otherwise CSS will not work */

@font-face {
  font-family: 'Brandon';
  font-weight: 500;
  src: url('https://www.knotch-cdn.com/fonts/brandon/3A95CA_0_0.eot');
  src: url('https://www.knotch-cdn.com/fonts/brandon/3A95CA_0_0.eot?#iefix') format('embedded-opentype'),
    url('https://www.knotch-cdn.com/fonts/brandon/3A95CA_0_0.woff2') format('woff2'),
    url('https://www.knotch-cdn.com/fonts/brandon/3A95CA_0_0.woff') format('woff'),
    url('https://www.knotch-cdn.com/fonts/brandon/3A95CA_0_0.ttf') format('truetype');
}

*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.metaImage {
  background: url(/knowledge/images/share.jpg);
}
@font-face {
  font-family: 'Bebas';
  src: url(/knowledge/Fonts/BebasNeue.otf);
  font-weight: 400;
  font-style: normal;
}
body {
  background: #F4F4F4;
  margin: 0;
  padding: 0;
  font-family: Brandon, sans-serif;
  width: 100%;
  height: 100%;
  font-size: 12px;
}
/** Global Anchor Styles **/
a {
  text-decoration: none;
  color: inherit;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.errorContainer {
  padding-top: 300px;
}
.errorMessage {
  width: 100%;
  font-size: 18px;
  font-weight: 200;
  color: #d4d1d1;
  text-align: center;
  margin: 32px auto;
}
.container {
  width: inherit;
  height: inherit;
  position: relative;
}
.spinContainer {
  width: 100%;
  margin: 24px auto;
  text-align: center;
}
.spinner {
  -webkit-animation: spin 0.75s 0 linear forwards;
  -moz-animation: spin 0.75s 0 linear forwards;
  -ms-animation: spin 0.75s 0 linear forwards;
  -o-animation: spin 0.75s 0 linear forwards;
  animation: spin 0.75s 0 linear forwards;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  width: 20px;
  height: 20px;
  border: 2px solid #f81861;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block;
}
.spinner.white {
  border: 2px solid white;
  border-right-color: transparent;
}
.landing {
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contentCentered {
  text-align: center;
  white-space: nowrap;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.contentCentered > * {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}
.contentCentered:before {
  content: '';
  height: 100%;
  margin: 0 -0.1em;
  display: inline-block;
  vertical-align: middle;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.white {
  color: white;
}
.pink {
  color: #f81861;
  font-weight: bold;
}
.line {
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  height: 0;
  margin: 16px auto;
}
.line:first-child {
  margin: 0 auto 16px;
}
.subHeader {
  position: relative;
  text-align: left;
  height: 26px;
}
.subHeader h2 {
  display: inline-block;
  color: #cdcfd1;
  font-weight: 500;
  font-size: 11px;
  margin: 6px 4px 0 0;
  padding: 0 12px;
  line-height: 28px;
  height: 25px;
  background-color: white;
}
.subHeader:after {
  content: '';
  position: absolute;
  margin-top: 0.6em;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  border-bottom: 1px solid #EEEEEF;
  z-index: -1;
}
.button {
  background: none;
  outline: none;
  display: block;
  height: 28px;
  line-height: 28px;
  text-decoration: none;
  border-radius: 28px;
  text-align: center;
  border: 1px solid #f81861;
  color: #f81861;
  font-size: 10px;
  font-weight: 500;
  min-width: 140px;
  padding: 0 14px;
  margin: 10px auto;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover {
  background: #f81861;
  color: white;
}
.button:active {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.button.pink {
  border-color: #f81861;
  color: white;
  background: #f81861;
}
.button.pink:hover {
  background: white;
  color: #f81861;
}
.button.lightPink {
  border-color: #ddbec1;
  color: white;
  background: #ddbec1;
}
.button.lightPink:hover {
  background: white;
  color: #ddbec1;
}
.button.grey {
  border-color: #c5c5c5;
  color: #c5c5c5;
}
.button.grey:hover {
  background: #c5c5c5;
  color: white;
}
.button.blue {
  border-color: #A1D8F6;
  background: #A1D8F6;
  color: white;
}
.button.blue:hover {
  background: none;
  color: #A1D8F6;
}
.button.followed {
  background: #f81861;
  color: white;
}
.line {
  margin: 0;
  height: 40px;
  width: 1px;
  display: inline-block;
  border-right: 1px solid #f0f0f0;
  vertical-align: top;
}
#main {
  z-index: 1;
}
#main #mainWrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
  will-change: transform;
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#main #mainWrapper.slide {
  -webkit-transform: translate3d(-10%, 0, 0);
  -moz-transform: translate3d(-10%, 0, 0);
  -ms-transform: translate3d(-10%, 0, 0);
  transform: translate3d(-10%, 0, 0);
}
#main #mainWrapper #page404 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background: white;
}
#main #mainWrapper #page404 .container {
  width: 90%;
}
#main #mainWrapper #page404 .container .text {
  max-width: 560px;
  padding: 0 12px;
  margin: auto;
  width: 90%;
  font-size: 18px;
  font-weight: 100;
}
#main #mainWrapper #page404 .container .img404 {
  background: url(/knowledge/images/404.png) no-repeat;
  width: 90%;
  max-width: 1024px;
  margin: auto;
  height: 540px;
  background-size: contain;
  background-position: center center;
}
#main #mainWrapper .page {
  position: relative;
}
#main #mainWrapper .page .header {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
#main #mainWrapper .page .header.user {
  background-attachment: inherit;
  background-image: url(/knowledge/images/userbg.jpg);
  background-size: 102%;
}
#main #mainWrapper .page .header .banner {
  background: rgba(23, 38, 49, 0.87);
  position: relative;
  width: 100%;
  height: 570px;
  line-height: 64px;
  padding-top: 70px;
  font-family: Bebas, sans-serif;
  color: #f81861;
}
#main #mainWrapper .page .header .banner .content {
  font-size: 30px;
  line-height: 36px;
  margin: 26px auto 0;
}
#main #mainWrapper .page .header .banner .follow.button {
  min-width: 100px;
  font-size: 11px;
  height: 34px;
  width: auto;
  display: inline-block;
  font-family: Brandon;
  border-radius: 0;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0;
}
#main #mainWrapper .page .header .banner .title {
  width: 360px;
  height: 186px;
  font-size: 16px;
  line-height: 64px;
  font-weight: 100;
  position: relative;
}
#main #mainWrapper .page .header .banner .icon {
  position: relative;
  background: white;
  margin: auto;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#main #mainWrapper .page .header .banner .icon.user {
  background-image: url(/knowledge/images/user.png);
}
#main #mainWrapper .page .header .banner .subCounts {
  display: inline-block;
  float: right;
  width: 100%;
  height: 64px;
  text-align: center;
  position: absolute;
  top: 275px;
  right: 0;
  left: 0;
}
#main #mainWrapper .page .header .banner .subCounts .left,
#main #mainWrapper .page .header .banner .subCounts .right {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
#main #mainWrapper .page .header .banner .subCounts button {
  width: 100%;
  max-width: 70px;
  color: #f81861;
  background: none;
  font-size: 10px;
  border-radius: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
  border: 1px solid #f81861;
}
#main #mainWrapper .page .header .banner .subCounts button:hover {
  background: #f81861;
  color: white;
}
#main #mainWrapper .page .header .banner .subCounts .countItem {
  position: relative;
  display: inline-block;
  text-decoration: none;
  max-width: 150px;
  width: auto;
  margin: 0 12px;
  line-height: 30px;
  vertical-align: top;
}
#main #mainWrapper .page .header .banner .subCounts .countItem .count {
  display: inline-block;
  font-size: 18px;
  color: #f81861;
}
#main #mainWrapper .page .header .banner .subCounts .countItem .name {
  display: inline-block;
  font-size: 18px;
  color: white;
}
#main #mainWrapper .page .header .searchBar {
  z-index: 2;
  height: 80px;
  width: 100%;
  margin-bottom: 2px;
}
#main #mainWrapper .page .list {
  position: relative;
  text-align: left;
  z-index: 1;
  max-width: 1280px;
  min-height: 450px;
  margin: auto;
  padding: 18px 6px;
}
#main #mainWrapper .page .list .emptyFeed {
  text-align: center;
  font-size: 18px;
  color: #f81861;
  background: url(/knowledge/images/emptyBg.png);
  background-size: contain;
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
#main #mainWrapper .page .pgContainer {
  margin: 24px auto;
  text-align: center;
}
#main #mainWrapper .page .pgContainer .pgItem {
  display: inline-block;
  cursor: pointer;
  color: white;
  padding: 8px 16px;
  width: 90px;
  text-decoration: none;
  background: #ddbec1;
  margin: 0 4px;
}
#main #mainWrapper .page .pgContainer .pgItem:hover {
  background: #f81861;
}
#main #mainWrapper .page .listHeader {
  margin: 24px auto;
  height: 48px;
  position: relative;
  width: 100%;
  max-width: 1280px;
}
#main #mainWrapper .page .listHeader .title {
  text-align: center;
  margin: auto;
  font-size: 10px;
  position: absolute;
  top: 16px;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 0;
}
#main #mainWrapper .page .listHeader .title {
  color: #f81861;
}
#main #mainWrapper .page .listHeader .create {
  float: right;
}
#main #mainWrapper .page .listHeader .compare {
  float: right;
  margin-right: 12px;
}
#main #mainWrapper .page .listHeader .campaign {
  float: left;
}
#main #mainWrapper .page .banner {
  background: #ddbec1;
}
#main #mainWrapper .page .centerContainer .button {
  border-color: #f81861;
  background: white;
  color: #f81861;
}
#main #mainWrapper .page .centerContainer .button:hover {
  background: #f81861;
  color: white;
}
/*---------------------------
Knowledge specific Form styles
---------------------------*/
#Modal .content {
  padding: 16px;
  background: linear-gradient(45deg, #f81861, #fb1389);
}
.standalone.container {
  background: linear-gradient(45deg, #f81861, #fb1389);
}

#menu {
  position: fixed;
  height: 70px;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 12px;
  font-weight: 500;
  color: #f81861;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
#menu.hidden {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
#menu .feedsMenu {
  display: inline-block;
  vertical-align: top;
  line-height: 70px;
}
#menu .feedsMenu .label {
  color: white;
  font-size: 12px;
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  letter-spacing: 0.35em;
  position: relative;
  margin-left: 38px;
  font-weight: bold;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu .feedsMenu .label:hover {
  opacity: 1;
}
#menu .feedsMenu .label .icon {
  width: 12px;
  height: 12px;
  background-size: 12px auto;
  background-position: left center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -8px;
}
#menu .feedsMenu .label.myfeed .icon {
  background-image: url(/knowledge/images/following.png);
}
#menu .feedsMenu .label.browse .icon {
  background-image: url(/knowledge/images/browse.png);
}
#menu .userBox {
  position: relative;
  height: 70px;
  min-width: 70px;
  line-height: 70px;
  font-size: 14px;
  font-weight: 200;
  margin: 0;
  display: inline-block;
}
#menu .userBox .icon {
  width: 32px;
  height: 32px;
  background-image: url(/knowledge/images/settings.png);
  background-position: center center;
  display: inline-block;
  position: absolute;
  background-size: 55%;
  top: 19px;
  background-repeat: no-repeat;
  right: 19px;
  border-radius: 100%;
}
#menu .userBox .icon:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#menu .userBox .helpButton {
  position: relative;
  top: 11px;
  right: 12px;
  width: 28px;
  height: 28px;
  background-image: url(/knowledge/images/help.png);
  background-position: center center;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#menu .userBox .helpButton:hover {
  opacity: 1;
}
#menu .userBox .container {
  position: absolute;
  left: 0;
}
#menu .userBox .container .accountEmail {
  position: absolute;
  right: 100%;
  opacity: 0;
}
#menu .userBox .dropDownLabel {
  height: 28px;
  margin: auto;
  color: white;
  text-align: center;
  font-size: 10px;
  border: 1px solid white;
  padding: 4px 8px;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  margin-right: 12px;
  padding: 0 12px;
}
#menu .userBox .dropDownLabel:hover {
  background: white;
  color: #f81861;
}
#menu .userBox .accountEmail {
  height: 55px;
  width: 80%;
  color: #f81861;
  border-bottom: 1px #ebebeb solid;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  margin: auto;
}
#menu .userBox:hover {
  overflow: visible;
}
#menu .userBox:hover .dropDownMenu {
  height: auto;
  opacity: 1;
}
#menu .userBox:hover .container .accountEmail {
  right: 12px;
  opacity: 1;
}
#menu .userBox .dropDownMenu {
  position: absolute;
  top: 100%;
  right: 0;
  height: 0;
  overflow: hidden;
  width: 220px;
  background-color: #f9f9f9;
  padding: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#menu .userBox .dropDownLinks .dropDownItem {
  display: block;
  cursor: pointer;
  color: #273137;
  font-weight: 500;
  font-size: 10px;
  width: 100%;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
}
#menu .userBox .dropDownLinks .dropDownItem:hover {
  color: #f81861;
}
#menu .create {
  position: absolute;
  top: 6px;
  right: 100px;
  bottom: auto;
  left: auto;
  width: 150px;
  text-align: center;
}
#productSelector {
  position: fixed;
  z-index: 10;
  color: white;
  top: 0;
  left: 0;
  width: 120px;
  height: auto;
  line-height: 70px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  font-family: Brandon, sans-serif;
}
#productSelector.hidden {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
#productSelector .product {
  text-decoration: none;
  display: none;
}
#productSelector .product:first-child {
  display: block;
}
#productSelector .product,
#productSelector .product:visited {
  color: white;
  width: 100%;
  text-indent: 32px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.35em;
}

.card,
.exampleCard {
  opacity: 0;
  perspective: 1000px;
  display: inline-block;
  height: 416px;
  position: relative;
  text-decoration: none;
  border: 20px solid #F4F4F4;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 40px;
  vertical-align: top;
  margin: 20px 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .card,
  .exampleCard {
    height: 340px;
  }
}
.card *,
.exampleCard * {
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.card.shown,
.exampleCard.shown {
  opacity: 1;
}
.card:nth-child(1),
.exampleCard:nth-child(1),
.card:nth-child(4),
.exampleCard:nth-child(4) {
  width: 66.66%;
}
.card:nth-child(2),
.exampleCard:nth-child(2),
.card:nth-child(3),
.exampleCard:nth-child(3) {
  width: 33.33%;
}
.card:nth-child(n+5),
.exampleCard:nth-child(n+5) {
  width: 33.33%;
}
.card .titleHeader,
.exampleCard .titleHeader {
  background: white;
  height: 45%;
  width: 100%;
  line-height: 18px;
  text-align: left;
  position: relative;
}
.card .titleHeader > *,
.exampleCard .titleHeader > * {
  transform: translateZ(0px);
  /* Force correct stacking order */
}
.card .titleHeader .iconContainer,
.exampleCard .titleHeader .iconContainer {
  position: relative;
  padding: 6px;
  width: 100%;
  height: 40px;
}
.card .titleHeader .iconContainer .icon,
.exampleCard .titleHeader .iconContainer .icon {
  float: right;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: white;
  display: inline-block;
  margin: 0 4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #f0f0f0;
}
.card .titleHeader .iconContainer .icon.locked,
.exampleCard .titleHeader .iconContainer .icon.locked {
  background-image: url(/knowledge/images/locked.png);
  background-size: 14px auto;
}
.card .titleHeader .sharesCountContainer,
.exampleCard .titleHeader .sharesCountContainer {
  width: 30%;
  position: absolute;
  bottom: 18px;
  right: 18px;
}
.card .titleHeader .sharesCountContainer .sharesCount,
.exampleCard .titleHeader .sharesCountContainer .sharesCount {
  float: right;
}
.card .titleHeader .sharesCountContainer .sharesCount .sharesTitle,
.exampleCard .titleHeader .sharesCountContainer .sharesCount .sharesTitle {
  height: 15px;
  font-size: 11px;
  font-weight: lighter;
  margin-bottom: 4px;
  color: #cccccc;
  padding-left: 4px;
  padding-right: 1px;
}
.card .titleHeader .sharesCountContainer .sharesCount .sharesValue,
.exampleCard .titleHeader .sharesCountContainer .sharesCount .sharesValue {
  color: #3a4648;
  font-family: Bebas, sans-serif;
  font-weight: lighter;
  font-size: 16px;
  display: inline-block;
  float: right;
  padding-right: 2px;
}
.card .titleHeader .titleContainer,
.exampleCard .titleHeader .titleContainer {
  width: 70%;
  color: #4c5461;
  text-align: left;
  position: absolute;
  bottom: 18px;
  left: 18px;
}
.card .titleHeader .titleContainer .title,
.exampleCard .titleHeader .titleContainer .title {
  color: #545454;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: lighter;
}
@media only screen and (max-width: 1200px) {
  .card .titleHeader .titleContainer .title,
  .exampleCard .titleHeader .titleContainer .title {
    font-size: 14px;
    margin-bottom: 4px;
  }
}
.card .titleHeader .titleContainer .pinkPlus,
.exampleCard .titleHeader .titleContainer .pinkPlus {
  color: #f81861;
}
.card .titleHeader .titleContainer .fakeTextBlock,
.exampleCard .titleHeader .titleContainer .fakeTextBlock {
  height: 8px;
  background: #efefef;
  margin: 11px 0;
  width: 80%;
}
.card .titleHeader .titleContainer .fakeTextBlock:nth-child(2),
.exampleCard .titleHeader .titleContainer .fakeTextBlock:nth-child(2) {
  width: 60%;
}
.card .titleHeader .titleContainer .brandName,
.exampleCard .titleHeader .titleContainer .brandName {
  color: #273037;
  font-weight: 500;
}
.card .titleHeader .titleContainer .brandName,
.exampleCard .titleHeader .titleContainer .brandName,
.card .titleHeader .titleContainer .pubName,
.exampleCard .titleHeader .titleContainer .pubName {
  font-family: Bebas, sans-serif;
  color: #f81861;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .card .titleHeader .titleContainer .brandName,
  .exampleCard .titleHeader .titleContainer .brandName,
  .card .titleHeader .titleContainer .pubName,
  .exampleCard .titleHeader .titleContainer .pubName {
    font-size: 14px;
  }
}
.card .titleHeader .titleContainer .brandName:hover,
.exampleCard .titleHeader .titleContainer .brandName:hover,
.card .titleHeader .titleContainer .pubName:hover,
.exampleCard .titleHeader .titleContainer .pubName:hover {
  color: #f81861;
  text-decoration: underline;
}
.card .titleHeader .time,
.exampleCard .titleHeader .time {
  color: #cccccc;
  font-size: 14px;
  font-weight: lighter;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1200px) {
  .card .titleHeader .time,
  .exampleCard .titleHeader .time {
    font-size: 12px;
  }
}
.card .userHeaders,
.exampleCard .userHeaders {
  display: none;
}
.card.down,
.exampleCard.down {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.card:hover .scOverlay,
.exampleCard:hover .scOverlay {
  opacity: 1;
}
.card:hover .scOverlay .viewContent,
.exampleCard:hover .scOverlay .viewContent {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.card .screenshot,
.exampleCard .screenshot {
  position: relative;
  width: 100%;
  height: 55%;
  padding: 8px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  background-size: cover;
  background-position: center top;
  background-repeat-x: no-repeat;
}
.card .screenshot .hoverlay,
.exampleCard .screenshot .hoverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.card .scOverlay,
.exampleCard .scOverlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: linear-gradient(45deg, #f81861, rgba(251, 19, 137, 0.35));
  overflow: hidden;
}
.card .scOverlay .viewContent,
.exampleCard .scOverlay .viewContent {
  font-size: 18px;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.card .scOverlay .upgradeMessage,
.exampleCard .scOverlay .upgradeMessage {
  font-size: 12px;
  text-transform: uppercase;
}
.card.locked .scOverlay,
.exampleCard.locked .scOverlay {
  background-image: linear-gradient(45deg, #18c2f8, rgba(19, 236, 251, 0.35));
}

/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
  position: relative;
  height: 100%;
}
.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}
.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}
.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
  z-index: 50;
}
.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  width: 11px;
}
.ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
.ps:hover > .ps__scrollbar-x-rail {
  opacity: 0.6;
}
.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}
.ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}
.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}
.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}
.ps.ps--active-x > .ps__scrollbar-x-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}
@media screen and (-ms-high-contrast: active) {
  .ps {
    overflow: auto !important;
  }
}
@media (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

.videoContainer {
  width: 100%;
  background: #273037;
  height: 600px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 1200px) {
  .videoContainer {
    height: 480px;
  }
}
.videoContainer .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
.videoContainer .categoryFilter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
}
.videoContainer .categoryFilter .category {
  position: relative;
  text-decoration: none;
  color: white;
  font-family: Bebas, sans-serif;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: auto 22px;
  max-width: 120px;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  .videoContainer .categoryFilter .category {
    font-size: 16px;
    margin: auto 20px;
  }
}
.videoContainer .categoryFilter .category:hover {
  color: #f81861;
}
.videoContainer .categoryFilter .category.selected {
  color: #f81861;
}
.videoContainer .categoryFilter .category.selected:after {
  content: '';
  background: #f81861;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  height: 4px;
  width: 16px;
}
.videoContainer .videos {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.videoContainer .videos .video {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videoContainer .videos .video video {
  position: absolute;
  bottom: 50%;
  right: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translateX(50%) translateY(50%);
  -moz-transform: translateX(50%) translateY(50%);
  -ms-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  z-index: 1;
  overflow: hidden;
}
.videoContainer .videos .video.shown {
  opacity: 1;
}

#settings {
  position: absolute;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F4F4F4;
}
#settings .settingsColumn {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 360px;
  background: white;
}
@media only screen and (max-width: 1300px) {
  #settings .settingsColumn {
    width: 250px;
  }
}
#settings .settingsColumn a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  text-align: left;
  width: 150px;
  margin: auto;
  line-height: 48px;
}
#settings .settingsColumn a,
#settings .settingsColumn a:visited {
  color: black;
}
#settings .settingsColumn a.current {
  color: #f81861;
}
#settings .settingsFormContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 360px;
  overflow-y: auto;
  padding: 80px 120px;
  font-size: 14px;
}
@media only screen and (max-width: 1300px) {
  #settings .settingsFormContainer {
    left: 250px;
    padding: 60px 90px;
  }
}
#settings .settingsFormContainer .formContainer form {
  max-width: 500px;
  margin: 0;
}
#settings .settingsFormContainer .label {
  color: #989898;
  font-size: 16px;
  font-weight: 100;
}
#settings .settingsFormContainer .header {
  font-family: Bebas, sans-serif;
  color: #f81861;
  font-size: 24px;
  margin-bottom: 70px;
}
#settings .settingsFormContainer .section {
  color: #f81861;
  font-family: Brandon, sans-serif;
  font-weight: bold;
  margin: 40px 0 20px;
}
#settings .settingsFormContainer .message {
  margin: 20px 0;
  color: #790b37;
  font-weight: bold;
}
#settings .settingsFormContainer .inputContainer .inputField {
  display: block;
  width: 100%;
  height: 39px;
  border: 0;
  outline: none;
  font-family: Brandon, sans-serif;
  text-decoration: none;
  font-size: 14px;
  background: none;
  border-bottom: 1px solid rgba(248, 24, 97, 0.2);
  line-height: 36px;
  margin-bottom: 36px;
  color: #f81861;
}
#settings .settingsFormContainer .inputContainer .inputField::-webkit-input-placeholder {
  color: rgba(248, 24, 97, 0.8);
}
#settings .settingsFormContainer .inputContainer .inputField:-moz-placeholder {
  color: rgba(248, 24, 97, 0.8);
}
#settings .settingsFormContainer .inputContainer .inputField::-moz-placeholder {
  color: rgba(248, 24, 97, 0.8);
}
#settings .settingsFormContainer .inputContainer .inputField:-ms-input-placeholder {
  color: rgba(248, 24, 97, 0.8);
}
#settings .settingsFormContainer .inputContainer.hidden {
  display: none;
}
#settings .settingsFormContainer .inputContainer#cvv,
#settings .settingsFormContainer .inputContainer#exp {
  width: 125px;
  display: inline-block;
}
#settings .settingsFormContainer .inputContainer#cvv.hidden,
#settings .settingsFormContainer .inputContainer#exp.hidden {
  display: none;
}
#settings .settingsFormContainer button,
#settings .settingsFormContainer .button {
  width: 165px;
  height: 42px;
  outline: none;
  display: inline-block;
  background: #f81861;
  font-family: Bebas, sans-serif;
  line-height: 42px;
  text-align: center;
  font-size: 18px;
  color: white;
  cursor: pointer;
  border: 1px solid #f81861;
  border-radius: 0;
}
#settings .settingsFormContainer button:hover,
#settings .settingsFormContainer .button:hover {
  color: #f81861;
  background: none;
}
#settings .settingsFormContainer .action {
  display: inline-block;
  margin: auto 36px;
  color: #f81861;
  font-size: 12px;
  vertical-align: middle;
  font-family: Brandon;
  cursor: pointer;
}
#settings .settingsFormContainer .action:hover {
  border-bottom: 1px solid;
}
#settings .settingsFormContainer .inlineInputs div:first-child {
  padding-right: 5%;
}
#settings .settingsFormContainer .inlineInputs > div {
  width: 50%;
  display: inline-block;
}
#settings .settingsFormContainer .cancellation {
  color: #f81861;
}
#settings .settingsFormContainer .subscriptionState {
  background: white;
  padding: 24px 48px;
  max-width: 1000px;
}

#plans {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 1000px;
  margin: 24px 0;
}
#plans:hover .plan {
  opacity: 0.3;
}
#plans:hover .plan:hover {
  opacity: 1;
}
#plans > .spinContainer {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.plan {
  color: black;
  cursor: pointer;
  width: 25%;
  display: inline-block;
  text-align: center;
  border-right: 1px solid #F4F4F4;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.plan .planTitle {
  color: white;
  height: 108px;
}
.plan .planTitle .title {
  font-family: Bebas;
  font-size: 20px;
}
.plan .planFooter {
  font-family: Bebas, sans-serif;
  font-size: 20px;
  line-height: 42px;
  height: 42px;
  color: white;
}
.plan .planFooter .spinContainer {
  margin: 0 auto;
}
.plan .item {
  background: white;
  line-height: 40px;
  font-size: 12px;
}
.plan .item.crossedOut {
  text-decoration: line-through;
  color: #eee;
}
.plan.basic .planTitle,
.plan.basic .planFooter {
  background: linear-gradient(45deg, #f81861, #fb1389);
  opacity: 0.7;
}
.plan.tier_1 .planTitle,
.plan.tier_2 .planTitle,
.plan.tier_1 .planFooter,
.plan.tier_2 .planFooter {
  background: linear-gradient(45deg, #f81861, #fb1389);
}
.plan.enterprise .planTitle,
.plan.enterprise .planFooter {
  background: linear-gradient(45deg, #18c2f8, #13ecfb);
}

#userAdminForm {
  max-width: 500px;
}
#userAdminForm #userList > :first-child {
  height: 200px;
  padding-right: 20px;
}
#userAdminForm #userList .user {
  padding: 15px 0;
  border-top: 1px solid lightgray;
}
#userAdminForm #userList .user > div {
  display: inline-block;
}
#userAdminForm #userList .user .pending {
  color: #999;
  font-size: 11px;
  margin-left: 20px;
  line-height: 20px;
}
#userAdminForm #userList .user .delete {
  color: #f81861;
  cursor: pointer;
  opacity: 0.5;
  float: right;
  font-size: 12px;
  line-height: 20px;
}
#userAdminForm #userList .user .delete:hover {
  opacity: 1;
}

.listFilters {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: Bebas, sans-serif;
  z-index: 2;
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 10px;
  font-weight: 500;
  color: white;
  text-align: center;
  margin: 0;
}
.listFilters .item {
  display: inline-block;
}
.listFilters .typeFilters {
  display: inline-block;
  text-align: left;
  width: 200px;
  font-weight: 100;
  vertical-align: top;
  margin: 0 6px;
  height: 48px;
  max-height: 250px;
}
.listFilters .typeFilters:hover .filterContainer,
.listFilters .typeFilters.visible .filterContainer {
  display: block;
}
.listFilters .typeFilters:hover .label,
.listFilters .typeFilters.visible .label,
.listFilters .typeFilters:hover .label.default,
.listFilters .typeFilters.visible .label.default {
  background: white;
  color: black;
}
.listFilters .typeFilters .label {
  position: relative;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  padding: 0 24px;
  background-position: 96% 50%;
  background-size: 11px 6px;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}
.listFilters .typeFilters .label.selected {
  color: #f81861;
}
.listFilters .typeFilters .label.selected:after {
  content: '';
  background: #f81861;
  position: absolute;
  left: 45%;
  right: 45%;
  height: 4px;
  bottom: 0;
}
.listFilters .typeFilters .label.default {
  color: white;
}
.listFilters .typeFilters .label.default:after {
  height: 0;
  background: white;
}
.listFilters .typeFilters .label .exit {
  background-size: 100%;
  background-position: center center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 4px;
  top: 18px;
}
.listFilters .typeFilters .label.removable {
  cursor: pointer;
  background: none;
}
.listFilters .typeFilters .filterContainer {
  display: none;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.listFilters .typeFilters .filterContainer .inputContainer {
  width: 100%;
  height: 48px;
  position: relative;
}
.listFilters .typeFilters .filterContainer .inputContainer input {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  line-height: 48px;
  font-size: 12px;
  font-family: Brandon;
  margin: 0;
  vertical-align: top;
  height: 48px;
  outline: none;
  color: #717171;
  border-top: 1px solid #e6e6e6;
  background: white url(/knowledge/images/filterMagGlass.png) no-repeat;
  background-size: 12px auto;
  background-position: 12px center;
  padding: 4px 36px;
}
.listFilters .typeFilters .filterContainer .inputContainer .exit {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 12px;
  bottom: auto;
  left: auto;
  z-index: 2;
  font-size: 20px;
  color: #a9a9a9;
}
.listFilters .typeFilters .filterContainer .filterList {
  position: relative;
  max-height: 250px;
}
.listFilters .typeFilters .filterContainer .filterList .filterItem {
  display: block;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  height: 34px;
  line-height: 32px;
  font-family: Brandon;
  font-weight: normal;
  color: #797979;
  background: white;
  font-weight: 500;
}
.listFilters .typeFilters .filterContainer .filterList .filterItem:hover {
  color: #f81861;
}
.listFilters .buttonContainer {
  display: inline-block;
  float: right;
}
.listFilters .buttonContainer .button {
  min-width: 120px;
  display: inline-block;
  float: right;
  margin-right: 12px;
}
.listFilters .buttonContainer .button.compare {
  border: 1px solid white;
}
.listFilters .buttonContainer .button.create {
  background: none;
  border: 1px solid #f81861;
  color: #f81861;
}
.listFilters .buttonContainer .button.create:hover {
  background: #f81861;
  color: white;
}

.graphBlock {
  position: relative;
  display: inline-block;
  width: 32%;
  height: 240px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.graphBlock .centerContainer {
  position: relative;
  width: 100%;
  height: 100%;
}
.graphBlock .empty {
  font-size: 16px;
  color: #cecdcd;
  font-weight: lighter;
}
.graphBlock .img {
  margin-top: 5%;
  height: 60%;
  background-size: 40% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.graphBlock .count {
  color: #f81861;
  font-size: 28px;
}
.graphBlock .name {
  color: #ddbec1;
  font-size: 20px;
}
.graphBlock .subtitle {
  font-size: 10px;
  font-weight: bold;
  color: #f81861;
  text-align: center;
  margin: 8px auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 14px;
  left: 0;
}
.graphBlock.shareVoice {
  cursor: pointer;
}
.graphBlock .logos {
  position: relative;
  width: 100%;
}
.graphBlock .logos .logoItem {
  background: transparent;
  margin: 5px 2%;
  width: 28%;
  display: inline-block;
  height: 50px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.05s ease;
  -moz-transition: all 0.05s ease;
  -o-transition: all 0.05s ease;
  transition: all 0.05s ease;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.graphBlock .logos .logoItem:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.graphBlock .logos .logoItem.empty {
  background: #eee;
  font-size: 12px;
  padding: 8px;
  color: #b7b7b7;
}
.quickStats {
  width: 100%;
  background: white;
  min-height: 320px;
  -webkit-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.quickStats > span {
  width: 95%;
}
.quickStats.long {
  max-height: 600px;
}
.quickStats .errorMessage {
  font-size: 16px;
  color: #cecdcd;
  font-weight: 200;
}
.quickStats .centerContainer {
  width: 90%;
  max-width: 1070px;
  height: 80%;
  margin: auto;
  position: relative;
}
.quickStats .centerContainer .header {
  color: #ddbec1;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  right: 0;
  bottom: auto;
  left: 0;
}
.quickStats .centerContainer .button {
  background: white;
  width: 180px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -28px / 2;
  margin-left: -180px / 2;
  z-index: 5;
}

.entityListContainer {
  background: #FFF;
}
.entityListContainer .entityList {
  position: relative;
  text-align: left;
  z-index: 1;
  max-width: 840px;
  min-height: 200px;
  margin: auto;
  padding: 48px 6px 0;
  width: 800px;
  max-height: 600px;
}
.entityListContainer .entityList .header {
  color: #f81861;
  width: 100%;
}
.entityListContainer .entityList .header .title {
  position: absolute;
  float: left;
  font-family: Bebas, sans-serif;
  font-size: 20px;
}
.entityListContainer .entityList .header .close {
  position: absolute;
  right: 6px;
  font-size: 36px;
  text-align: right;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.entityListContainer .entityList .header .close:hover {
  border-bottom: 1px solid #f81861;
}
.entityListContainer .entityList .header .search {
  width: 100%;
  text-align: center;
}
.entityListContainer .entityList .header .search input {
  background: linear-gradient(45deg, #f81861, #fb1389);
  border: 0;
  color: white;
  outline: none;
  width: 260px;
  border-radius: 36px;
  height: 36px;
  margin: auto;
  padding: 4px;
  text-align: center;
}
.entityListContainer .entityList .header .search input::-webkit-input-placeholder {
  color: white;
}
.entityListContainer .entityList .header .search input:-moz-placeholder {
  color: white;
}
.entityListContainer .entityList .header .search input::-moz-placeholder {
  color: white;
}
.entityListContainer .entityList .header .search input:-ms-input-placeholder {
  color: white;
}
.entityListContainer .entityList #list {
  font-size: 12px;
  padding: 0 6px 0;
  margin: 48px auto;
}
.entityListContainer .entityList #list .body {
  position: relative;
}
.entityListContainer .entityList #list .body > div {
  max-height: 430px;
}
.entityListContainer .entityList #list .item {
  color: #273037;
  height: 32px;
  margin: 8px 20px 0 0;
  border-bottom: 1px solid #f0f0f0;
}
.entityListContainer .entityList #list .item.header,
.entityListContainer .entityList #list .item:hover {
  color: #f81861;
}
.entityListContainer .entityList #list .item .icon {
  border-radius: 100%;
  display: inline-block;
  background-color: white;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 12px;
  height: 24px;
  width: 24px;
}
.entityListContainer .entityList #list .item .name {
  display: inline-block;
  line-height: 24px;
  vertical-align: top;
  padding-top: 2px;
  text-decoration: none;
  color: inherit;
}
.entityListContainer .entityList #list .item .pieces {
  display: inline-block;
  float: right;
  line-height: 24px;
  vertical-align: top;
}
.entityListContainer .entityList #list .header {
  margin: 8px 0 0;
  border: 0;
  font-weight: bold;
  text-transform: capitalize;
}

