/*
 *
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 *
*/

.dlgWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 100000;
    top: 0;
}

.dlgContainer {
    width: 100%;
    min-height: 180px;
    height: auto;
    overflow: auto;
    background-color: white;
    position: relative;
    line-height: 2;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 30%;
}

.dlgContainer #lbl-title {
    font-size: 24pt;
}

.dlgContainer #prompt-input {
    width: 100%;
}

.dlgButton {
    margin: 8px 0 0 16px;
    float: right;
    font-size: 11pt;
    background-color: #cccccc;
    border: none;
    font-weight: 600;
    font-family: "Segoe UI", Arial, sans-serif;
    padding: 0 22px;
}

.dlgButton.dlgButtonFirst {
    color: white;
    background-color: #464646;
}

.dlgContainer.dlgContainer-windows {
    width: 50%;
    max-width: 680px;
    padding: 0 5%;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(24, 160, 191);
    border-image: none;
    box-shadow: 0 0 14px 6px rgba(0,0,0,0.16);
    text-transform: none;
}

.dlgContainer.dlgContainer-phone {
    padding: 0 5%;
}

﻿/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

.inAppBrowserWrap {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    box-sizing: border-box;
    border: 40px solid #bfbfbf;
    border: 40px solid rgba(0, 0, 0, 0.25);
}

.inAppBrowserWrapFullscreen {
    border: 0;
}

.inappbrowser-app-bar {
    height: 70px;
    background-color: #404040;
    z-index: 9999999;
}

.inappbrowser-app-bar-inner {
    padding-top: 10px;
    height: 60px;
    width: 155px;
    margin: 0 auto;
    background-color: #404040;
    z-index: 9999999;
}

.app-bar-action {
    width: auto;
    height: 40px;
    margin-left: 20px;
    font-family: "Segoe UI Symbol";
    float: left;
    color: white;
    font-size: 12px;
    text-transform: lowercase;
    text-align: center;
    cursor: default;
}

.app-bar-action[disabled] {
    color: gray;
    /*disable click*/
    pointer-events: none;
}

.app-bar-action::before {
    font-size: 28px;
    display: block;
    height: 36px;
}

/* Back */
.action-back { 
    margin-left: 0px;
}

.action-back::before {
    content: "\E0BA";
}

.action-back:not([disabled]):hover::before {
    content: "\E0B3";
}

/* Forward */
.action-forward::before {
    content: "\E0AC";
}

.action-forward:not([disabled]):hover::before {
    content: "\E0AF";
}

/* Close */
.action-close::before {
    content: "\E0C7";
    /* close icon is larger so we re-size it to fit other icons */
    font-size: 20px;
    line-height: 40px;
}

.action-close:not([disabled]):hover::before {
    content: "\E0CA";
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.6.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  
  color: #999999;
}
.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('chosen-sprite.png') no-repeat 0px 2px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('chosen-sprite.png') no-repeat 100% -20px;
  background: url('chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  
  text-decoration: underline;
}

/*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border: 1px solid #e1e1e1;
    color: #777777;
    
    font-size: 18px;
    text-decoration: none;
    background: white;
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 0px;*/

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 2px 5px;
  border-radius: 0px;;
  width: 100%;
  height: auto;
  color: #777777;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  background:white;
  padding-top:2px;
  padding-bottom:2px;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: white;
  background:white;
  
  
  
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('chosen-sprite.png') no-repeat -30px -20px;
  background: url('chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
    
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

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

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

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

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 1ch;
    height: 1ch;
    border-radius: 9999px;

    content: '';
    text-align: center;

    opacity: .25;
    background-color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

#threadslist_module{position:relative;}
#threadslist_module #add_comments_container{margin-top:10px; margin-bottom:10px;   }

#threadslist_module #add_comments_container #user_icon_container{height: 64px; width: 64px; position:absolute; top:0px; left:0px; }
#threadslist_module #add_comments_container #user_icon{   border-radius: 50%; border: solid 1px rgba(0, 0, 0, 0.24); height: 100%; width:100%; background-color: white; background-size: cover; background-position: center;}
#threadslist_module #add_comments_container #user_firstname{ font-size: 13px; text-align: center; margin-top: 4px;  }
#threadslist_module #add_comments_container #add_comments_input_container{ width:auto; overflow:hidden; margin-left:110px;}
#threadslist_module #add_comments_container #add_comment_button_container{ padding-top: 0px; padding-bottom: 10px; margin-left: 110px; cursor: pointer;}
#threadslist_module #add_comments_container #add_comment_button_container span{cursor: pointer;}


#threadslist_module #add_comments_container textarea{width:100%; max-width:550px;  }

#threadslist_module .comment #user_icon_container{  margin-top: 5px; position: relative; z-index:1; cursor:pointer; display:inline-block; width:64px;  }
#threadslist_module .comment #user_icon_container #actual_icon_container{border-radius:50%; background-position: center;background-size: cover;  width:64px; height:64px; border: solid 1px rgba(0, 0, 0, 0.24); overflow:hidden;}
#threadslist_module .comment #user_icon_container #user_firstname{ font-size: 13px; text-align: center; margin-top: 4px; font-family:"hpsimplifiedreg";  }

#threadslist_module .comment #comment_container_edit{ margin-left: 110px; margin-right:40px; }
#threadslist_module .comment #comment_container{ margin-left:110px; margin-right:40px; }
#threadslist_module .comment #buttons_container{width:40px; height:40px; }

#threadslist_module .comment { color:#000000; font-family: "hpsimplifiedlight"; font-size:16px; min-height:108px; width:100%; margin-top:24px; margin-bottom:15px; clear: both; clear: both;}
#threadslist_module .time { color:#aaa; }

#threadslist_module .comment .like_button #text_container{width: 100%; top:8px; left:0px;}
#threadslist_module .like_button .like_button_text {color: #e4e4e4}

#threadslist_module .comment #edit_input{color: #555;}
#threadslist_module .comment .link{cursor: pointer;}
#threadslist_module .comment .link_minimal{color:#afafaf;}

#threadslist_module .comment #comment_paragraph{ margin-bottom:0px; }

#threadslist_module .comment #comment_container_reply{ margin-left: 110px; margin-top: 13px; }

#threadslist_module .comment #comment_container_buttons{ margin-left: 110px; margin-top: 13px; }

#threadslist_module .comment #comment_children_container{ margin-left: 24px; clear: both; padding-top: 1px;  }
#threadslist_module .comment #load_more_replies{color: #0096d6;}

#threadslist_module #reply_comment{ background-color: #0096d6; color: white; padding-left: 20px; padding-right: 20px; padding-top: 5px; padding-bottom: 5px; }

#threadslist_module #comments_load_more{text-align: center;}
#threadslist_module .load_more_text{ font-size: 14px; font-weight: bold; cursor:pointer; }


#threadslist_module .link{margin-right: 10px; text-transform: capitalize; font-size:15px; font-family:"hpsimplifiedreg"; }

.phone #threadslist_module #add_comments_container #user_icon_container{height: 46px; width: 46px; position:absolute; top:0px; left:0px; }
.phone #threadslist_module #add_comments_container #user_icon{   border-radius: 50%; border: solid 1px rgba(0, 0, 0, 0.24); height: 100%; width:100%; background-color: white; background-size: cover; background-position: center;}
.phone #threadslist_module #add_comments_container #user_firstname{font-size:10px;}

.phone #threadslist_module .comment #user_icon_container{width: 46px;}
.phone #threadslist_module .comment #user_icon_container #actual_icon_container{width: 46px; height:46px;}

.phone #threadslist_module .comment #comment_container{margin-left:64px;}
.phone #threadslist_module #add_comments_container #add_comments_input_container{margin-left:64px;}
.phone #threadslist_module .comment #comment_container_buttons{margin-left:64px;}

.phone #threadslist_module .comment #comment_container_reply{margin-left:64px;}
.phone #threadslist_module #add_comments_container #add_comment_button_container{margin-left:64px;}
#bottom_nav_new{
    height:175px;
    background-color:white;

}


#bottom_nav_new .max_width_container{
    width:1080px;
    position:relative;
    height:100%;
    max-width: calc(100% - 24px);
}

#bottom_nav_new .center_container{ width:215px; height:215px; bottom:4px; border-radius:50%; background-color:white; top: 60px; }

#bottom_nav_new .left_container{ position:absolute; width:calc(50% - 110px); left:0px; top:0px; height:100%; text-align: left; }
#bottom_nav_new .right_container{ position:absolute; width:calc(50% - 110px); right:0px; top:0px; height:100%; text-align: center; }

#bottom_nav_new .leaderboard_container{ width:40%; display: inline-block; vertical-align: top; }
#bottom_nav_new .most_popular_today{ width:60%; display: inline-block; vertical-align: top; }

#bottom_nav_new .usage_container{ width:66%; display: inline-block; vertical-align: top; text-align: left;     box-sizing: border-box; padding-left: 33px; }
#bottom_nav_new .whos_online_container{ width:34%; display: inline-block; vertical-align: top; text-align: left; }

#bottom_nav_new .bottom_nav_title{ font-family:'hpsimplifiedlight'; color:#272727; font-size:16px; margin-top: 10px; margin-bottom: 10px; }
#bottom_nav_new .bottom_nav_title_small{ font-family:'hpsimplifiedlight'; color:#272727; font-size:16px; margin-top: 10px; margin-bottom: 10px; }
#bottom_nav_new .bottom_nav_medium{ font-family:'hpsimplifiedlight'; color:#272727; font-size:15px; }
#bottom_nav_new .bottom_nav_small{ font-family:'hpsimplifiedlight'; color:#272727; font-size:20px; }

/* Leaderboard Slot */
#bottom_nav_new .leaderboard_info .leaderboard_icon{ border-radius:50%; border:2px solid white; width:42px; height:42px; display: inline-block; vertical-align: top;}
#bottom_nav_new .leaderboard_info .leaderboard_text_container{width:calc(100% - 62px); display: inline-block; vertical-align: top; margin-left:8px; }
#bottom_nav_new .leaderboard_info .place_container{font-family:'hp_simplifiedlight_italic'; color:#272727; font-size:12px;}
#bottom_nav_new .leaderboard_info .name_container{font-family:'hpsimplifiedlight'; color:#272727; font-size:16px;}
#bottom_nav_new .leaderboard_info .points_container{font-family:'hp_simplifiedlight_italic'; color:#A63894; font-size:12px;}

/* Popular Content Slot */
#bottom_nav_new .most_popular_today .img_text_container{
    display:flex;
    flex-direction: row;
    gap: 8px;
}

#bottom_nav_new .most_popular_today .popular_content_icon{ flex-shrink: 0;  flex-basis:60px; height:38px; display: inline-block; vertical-align: top;}
#bottom_nav_new .most_popular_today .popular_content_title{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    font-family:'hpsimplifiedlight'; color:#272727; font-size:14px;   }

#bottom_nav_new .whos_online_container .lil_head{border-radius:50%; border:2px solid white; width:42px; height:42px; position:absolute;}
#bottom_nav_new .whos_online_container .lil_heads_container{ position:relative; height:42px; width:100%; }
#bottom_nav_new .whos_online_container .num_people_online{}

#bottom_nav_new .whos_online_container .num_people_online{font-family:'hpsimplifiedlight'; text-align: left; color:#272727; font-size:12px; margin-top:8px;}

#bottom_nav_new .usage_container .lil_action_container{ width:52px; display: inline-block; vertical-align: top; text-align: center; position:relative; margin-left:5px; margin-right:5px; }
#bottom_nav_new .usage_container .lil_action_container .ring{ width:40px; height:40px; border-radius:50%;  margin-left:3px; position: relative; border:3px solid #0073A3; }
#bottom_nav_new .usage_container .lil_action_container .icon{ width:26px; height:26px; }
#bottom_nav_new .usage_container .lil_action_container .icon img{ width:100%; }
#bottom_nav_new .usage_container .lil_action_container .action{ font-family:'hpsimplifiedlight'; text-align: center; color:#272727; font-size:12px; }
#bottom_nav_new .usage_container .lil_action_container .count{ font-family:'hpsimplifiedlight'; margin-top:4px; text-align: center; color:#272727; font-size:12px; }
#bottom_nav_new .usage_container .bottom_nav_title_small{ margin-bottom:6px;   padding-left: 8px; }

#bottom_nav_new .usage_container .lil_action_1_container .ring{border-color:#77C9C0}
#bottom_nav_new .usage_container .lil_action_2_container .ring{border-color:#6EA8DD}
#bottom_nav_new .usage_container .lil_action_3_container .ring{border-color:#AC78D5}

#bottom_nav_new .question_interior{ color:white; background-color:#0096D5; width:calc(100% - 30px); height:calc(100% - 30px); border-radius:50%; }
#bottom_nav_new .question_interior .question_icon{ width:42px; height:42px; margin-top:12px; margin-bottom:12px; }
#bottom_nav_new .question_interior .question_icon img{ width:100%; }

#bottom_nav_new .question_interior .daily_question_title{ font-family:'hpsimplifiedlight'; text-align: center; font-size:20px; }
#bottom_nav_new .question_interior .daily_question_date{ font-family:'hpsimplifiedlight'; text-align: center; font-size:14px; }

#bottom_nav_new .question_interior .daily_button{width:120px; margin-top:6px;}

#bottom_nav_new .question_interior .icon_check{ width:24px; height:24px; position:absolute; top:109px; right:20px; z-index: 10; }
#bottom_nav_new .question_interior .icon_check img{ width:100%; }
#bottom_nav_new .tachometer{ transform:rotate(180deg); transform-origin: 50% 50%; width:calc(100% - 8px); height:calc(100% - 8px); position:absolute; top:4px; left:4px; }


#bottom_nav_new #preloading_ring{top:40px;}

.tablet #bottom_nav_new .left_container{ position:relative; display: inline-block; vertical-align: top; width:calc(50% - 70px); left:0px; top:0px; height:100%; text-align: left; margin-left: 160px; }
.tablet #bottom_nav_new .right_container{ position:relative; display: inline-block; vertical-align: top; width:calc(50% - 90px); right:0px; top:0px; height:100%; text-align: left; }


.tablet #bottom_nav_new .center_container{ width:170px; height:170px; border-radius:50%; background-color:white; top: 60px; left: 60px; }
.tablet #bottom_nav_new .question_interior .question_icon{ width:24px; height:24px; margin-top:8px; margin-bottom:8px; }
.tablet #bottom_nav_new .question_interior .question_icon img{ width:100%; }

.tablet #bottom_nav_new .question_interior .daily_question_title{ font-family:'hpsimplifiedlight'; text-align: center; font-size:16px; }
.tablet #bottom_nav_new .question_interior .daily_question_date{ font-family:'hpsimplifiedlight'; text-align: center; font-size:12px; }

.tablet #bottom_nav_new .question_interior .daily_button{width:80px; margin-top:12px;}
.tablet #bottom_nav_new .question_interior .daily_button #text_container{font-size:12px;}
.tablet #bottom_nav_new .question_interior .icon_check{ width: 20px;height: 20px;position: absolute; top: 76px; right: 23px; }


.tablet #bottom_nav_new .bottom_nav_title{ font-family:'hpsimplifiedlight'; color:#272727; font-size:13px; margin-top: 20px; margin-bottom: 15px; }
.tablet #bottom_nav_new .bottom_nav_title_small{ font-family:'hpsimplifiedlight'; color:#272727; font-size:13px; margin-top: 20px; margin-bottom: 8px; padding-left:0px; }
.tablet #bottom_nav_new .bottom_nav_medium{ font-family:'hpsimplifiedlight'; color:#272727; font-size:12px; }
.tablet #bottom_nav_new .bottom_nav_small{ font-family:'hpsimplifiedlight'; color:#272727; font-size:15px; }

.tablet #bottom_nav_new .popular_content_title{font-size:12px;}

.tablet #bottom_nav_new .usage_container{text-align: left; margin-left:0px; padding-left:0px;}
.tablet #bottom_nav_new .usage_container .lil_action_container{margin-left:0px; margin-right:0px;}
.tablet #bottom_nav_new .usage_container .lil_action_container .action{ font-family:'hpsimplifiedlight'; text-align: center; color:#272727; font-size:12px; }
.tablet #bottom_nav_new .usage_container .lil_action_container .count{ font-family:'hpsimplifiedlight'; margin-top:4px; text-align: center; color:#272727; font-size:11px; }

.tablet #bottom_nav_new  .whos_online_container{display: none;}

.tablet #bottom_nav_new .usage_container .lil_action_container .ring{ width:30px; height:30px; border-radius:50%;  margin-left:3px; position: relative; border-width:2px; margin-left: 10px; }
.tablet #bottom_nav_new .usage_container .lil_action_container .icon{ width:22px; height:22px; }




.tablet #bottom_nav_new .leaderboard_container{ width:47%; display: inline-block; vertical-align: top; }
.tablet #bottom_nav_new .most_popular_today{ width: 53%; display: inline-block; vertical-align: top; }

.tablet .usage_container .bottom_nav_title_small{text-align: left; margin-left: 14px;}

#bottom_nav_new .head_name{font-family:'hpsimplifiedlight'; font-size:12px; white-space: nowrap;top: -18px; padding-left:4px; padding-right:4px; padding-top:2px; padding-bottom:2px; background-color:white; }




/* if there is no live question*/
#bottom_nav_new.no_center_area .left_container{width:50%;}
#bottom_nav_new.no_center_area .right_container{width:50%; text-align: left;;}
#bottom_nav_new.no_center_area .leaderboard_container{width:50%;}
#bottom_nav_new.no_center_area .most_popular_today{width:50%;}
#bottom_nav_new.no_center_area .usage_container{width:50%;}
#bottom_nav_new.no_center_area .whos_online_container{width:50%;}

.tablet #bottom_nav_new.no_center_area .left_container{width:45%; margin-left:40px;}
.tablet #bottom_nav_new.no_center_area .right_container{width:calc(55% - 40px); text-align: left;;}
.tablet #bottom_nav_new.no_center_area .usage_container{width:100%; text-align: left;}




#bottom_nav{pointer-events: none;}

#bottom_nav #featured_quiz_container{ width:250px; height:50px; position:absolute; left:18px; bottom:24px; pointer-events: all;  }
#bottom_nav #featured_quiz_container #quiz_progress_container{ right:-24px;}
#bottom_nav #featured_quiz_container .cssButton #text_container{text-align:left; }

#bottom_nav #featured_content_container{ width:250px; height:50px; position:absolute; right:108px; bottom:24px;  pointer-events: all; } 
#bottom_nav #featured_content_container #featured_progress_container{ left:-24px; }
#bottom_nav #featured_content_container .cssButton #text_container{text-align:right; }

#bottom_nav #featured_leaderboard_container{ width:250px; height:50px; position:absolute; right:-35px; bottom:24px;  pointer-events: all; } 
#bottom_nav #featured_leaderboard_container #featured_progress_container{ left:-24px; }
#bottom_nav #featured_leaderboard_container .cssButton #text_container{text-align:right; }

#bottom_nav .leaderboard_position{text-align: center; color:#0096d5; text-shadow: 1px 1px 2px white;}


#bottom_nav #featured_content_container #featured_notifications_container{ position:absolute; top:-12px; right:-12px;border-radius: 50%; z-index: 15;; width:24px; height:24px; border:2px solid white;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); background-color:#be3855; }

#bottom_nav .bottom_nav_button_container .cssButton #background_container{ border-radius:3px; }
#bottom_nav .bottom_nav_button_container .cssButton #text_container{width:80%;     white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

#bottom_nav .bottom_nav_button_container .cssButton { height:50px; }
#bottom_nav .bottom_nav_button_container .cssButton span{ font-family: "hpsimplifiedlight"; font-size:16px; }
#bottom_nav .bottom_nav_button_container.small_text .cssButton span{font-size:16px;}
#bottom_nav .bottom_nav_button_container.quiz_timer .cssButton span{font-size:17px;}

#bottom_nav .progress_container{pointer-events: auto; cursor: pointer;}
#bottom_nav .bottom_nav_button_container{pointer-events: auto;  z-index: 5; cursor: pointer;}

#bottom_nav #rocket_icon{width:55px; height:55px; margin-top:5px; }

#bottom_nav #leaderboard_icon{width:28px; height:28px; margin-top:4px; opacity:.5;}

#bottom_nav .progress_container{  width:49px; height:49px; position:absolute; z-index: 1; background-color:white; border-radius:50%; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; padding:2px; }

#bottom_nav .leaderboard_position{font-family:"hpsimplifiedbold"; font-size:14px;}
.mobile #bottom_nav .bottom_nav_button_container .cssButton{ width:0px; display: none !important; }
.mobile #bottom_nav .bottom_nav_button_container{width:49px; height:49px;}

.mobile #bottom_nav #featured_content_container{width:49px; height:49px; left:18px;}
.mobile #bottom_nav #featured_quiz_container{width:49px; height:49px; left:81px;}
.mobile #bottom_nav #featured_leaderboard_container{width:49px; height:49px; left:90px;}

.mobile #bottom_nav #featured_content_container #featured_progress_container{left:0px; right:0px;}
.mobile #bottom_nav #featured_quiz_container #quiz_progress_container{right:0px; left:0px;}
.mobile #bottom_nav #featured_leaderboard_container #featured_progress_container{left:0px; right:0px;}


.mobile #bottom_nav #featured_leaderboard_container.far_left{ left:15px; }
#bread_crumbs #home_container{ display:inline-block; position: relative; top: -1px; cursor:pointer; vertical-align: middle; }
#bread_crumbs #home_container #image{    width: 20px; height: 20px;}
#bread_crumbs .crumb{display:inline-block; position:relative; cursor:pointer;  max-width:220px; vertical-align: middle; }
#bread_crumbs .crumb_text{font-family:'hpsimplifiedlight'; color:#333333; font-size:18px; }
#bread_crumbs .crumb_text:hover{color:#0096d6;}
#bread_crumbs .crumb_image{ height:15px; width:15px; margin-left:17px; margin-right:17px;}

.tablet #bread_crumbs .crumb{ max-width:150px;}
.tablet #bread_crumbs .crumb_image{  margin-left:8px; margin-right:8px;  height:12px; width:12px; }
.tablet #bread_crumbs .crumb_text{  font-size:16px; }
#content_dropdown{  pointer-events:none; width:360px; height:600px; position:relative; max-width:100%;  position:absolute; }
#content_dropdown #arrow_container{width:100%; height:15px;}
#content_dropdown #arrow_container img{height:100%; position:absolute; height:15px; right:40px;}
#content_dropdown #dropdown_container{ pointer-events:auto; background-color:rgba(255,255,255,1); }
#content_dropdown #dropdown_container #title_container{ background-color:#0096d6; width:100%; height:70px; position:relative; }
#content_dropdown #dropdown_container #list_container{ padding-left:24px; padding-right:24px; padding-top:20px; overflow-x:hidden; overflow-y:auto; height:510px; -webkit-overflow-scrolling:touch; }

#content_dropdown #close_image{position: absolute; left: 19px; top: 22px; width: 24px; height: 24px;}

.phone #content_dropdown{width:100%; height:100%;}
.phone #content_dropdown #arrow_container{display:none; }

.tablet #content_dropdown #close_image{display:none; }
.desktop #content_dropdown #close_image{display:none; }

#profile_dropdown{  pointer-events:auto; width:330px; height:600px; position:relative; max-width:100%;  position:absolute; }
.tablet #profile_dropdown{  pointer-events:auto; width:330px; height:400px; position:relative; max-width:100%;  position:absolute; }
#profile_dropdown #arrow_container{width:100%; height:15px;}
#profile_dropdown #arrow_container img{height:100%; position:absolute; height:15px; right:8px;}
#profile_dropdown #dropdown_container{ background-color:rgba(255,255,255,1);  padding-bottom:8px; overflow-y: auto; height:600px;}
.tablet #profile_dropdown #dropdown_container{ background-color:rgba(255,255,255,1);  padding-bottom:8px; overflow-y: auto; height:400px;}
#profile_dropdown #dropdown_container #title_container{ background-color:#0096d6; width:100%; height:15px; position:relative; }
#profile_dropdown #dropdown_container #title_container .dropdown_title_text{display: none;}
#profile_dropdown #dropdown_container #list_container{ padding-left:38px; padding-right:38px; padding-top:38px; overflow-x:hidden; overflow-y:auto; max-height: 200px; min-height:50px; -webkit-overflow-scrolling:touch; position:relative; }

#profile_dropdown #leaderboard_container{ height:120px; width:100%; position:relative;}
#profile_dropdown #place_points_container{ width:300px; height:60px;}

#profile_dropdown #seperator_line{height: 2px; background-color:#dadada; margin-bottom:8px; margin-top:0px; margin-left:24px; margin-right:24px; }
#profile_dropdown .extra_button_row{position:relative; margin-left:38px; margin-right:38px; padding-top:8px; padding-bottom:8px;}
#profile_dropdown .notification_row{ margin-bottom:20px; position: relative; cursor:pointer; padding-right: 22px; }
#profile_dropdown .notification_row .notifications_x{cursor:pointer; position:absolute; right:0px; height:20px;}

#profile_dropdown .quiz_link{font-size: 16px;}

#profile_dropdown #place_conatiner {position: absolute; left: 30px; top: 0px;}
#profile_dropdown #points_conatiner {position: absolute; left: 10px; top: 43px; text-align: center; width: 90px; }

#profile_dropdown #leaderboard_link_container{right:40px;}

#profile_dropdown .login_row{ height:50px; width:100%; position:relative; margin-bottom:4px; cursor: pointer; }
#profile_dropdown .login_row #login_icon_container{width:32px; height:32px; border-radius:50%; background-color:#f0f0f0; left:38px; }
#profile_dropdown .login_row #login_text_container{ width:calc(100% - 140px); left:84px;}

#profile_dropdown .login_row.selected #login_icon_container{ border:2px solid #0096d5;}

.phone #profile_dropdown #dropdown_container #title_container{ background-color:#0096d6; width:100%; height:70px; position:relative; }

#profile_dropdown #close_image{position: absolute; left: 19px; top: 22px; width: 24px; height: 24px;}

.phone #profile_dropdown #dropdown_container #title_container .dropdown_title_text{display: block;}
.phone #profile_dropdown #arrow_container{display: none;}
.phone #profile_dropdown{width:100%; height:100%; top:0px !important;}
.phone #profile_dropdown #arrow_container{display:none; }
.phone #profile_dropdown #dropdown_container{height:100%;}
.phone #profile_dropdown #centered_container{ height:calc(100% - 70px); overflow-y: scroll; -webkit-overflow-scrolling: touch;}
.phone #profile_dropdown #accounts_container{margin-bottom:200px;}
.tablet #profile_dropdown #close_image{display:none; }
.desktop #profile_dropdown #close_image{display:none; }


#tab_nav{height:100%; text-align:center; position:relative; overflow-y:hidden;  }

#tab_nav #options{  width:100%;   height: 100%; overflow-x:auto; overflow-y:hidden;  }
#tab_nav #options{ -webkit-overflow-scrolling: touch; }
#tab_nav #options::-webkit-scrollbar {  display: none; background: transparent; width: 0px; }
#tab_nav #options::-webkit-scrollbar-thumb { background: transparent; }
#tab_nav .left_fade{ position:absolute; left:0px; top:0px; width:25px; height:100%; background-image: linear-gradient(to left, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1) 100%, #ffffff); }
#tab_nav .right_fade{ position:absolute; right:0px; top:0px; width:25px; height:100%; background-image: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 1) 100%, #ffffff); }

#tab_nav #options #buttons{ height:100%; margin-left: auto; margin-right: auto;}
#tab_nav #options #buttons .line{display:none; }

#tab_nav #options #buttons .tab_button{ background-color:white;  display:inline-block;  padding-left:38px;  padding-right:38px;  border-right:1px solid #e8e8e8;  height:100%;  position:relative;  cursor:pointer;  }
#tab_nav #options #buttons .tab_button:last-child{ border-right:none; }
#tab_nav #options #buttons .tab_button .tab_text{position:relative; top:12px; pointer-events: none;color:black; text-decoration: none;}
#tab_nav #options #buttons .tab_button a.tab_text{pointer-events: initial;}
#tab_nav #options #buttons .tab_button.selected{background-color: #0096d6;}
#tab_nav #options #buttons .tab_button.selected .tab_text{color:white;}

#tab_nav.small {text-align:left; }
#tab_nav.small #options #buttons {padding-left:20px; }
#tab_nav.small #options #buttons .tab_button{ border-right:none; padding-left:16px; padding-right:16px; text-align: center;   }
#tab_nav.small #options #buttons .tab_button .tab_text{ font-size:15px; font-family:'hpsimplifiedlight'; pointer-events: none; }

#tab_nav.small #options #buttons .tab_button.selected{ background-color: white;  }
#tab_nav.small #options #buttons .tab_button.selected .tab_text{color:#0096d6; font-family:'hpsimplifiedreg';}
#tab_nav.small #options #buttons .tab_button.selected .line{ display:block; position:absolute; width:50px; bottom:0px; height:3px; background-color:#0096d6;  }



/* responsive */
.phone #tab_nav {text-align:left; }
.phone #tab_nav #options #buttons {padding-left:20px; }
.phone #tab_nav #options #buttons .tab_button{ border-right:none; padding-left:16px; padding-right:16px; text-align: center;   }
.phone #tab_nav #options #buttons .tab_button .tab_text{ font-size:15px; font-family:'hpsimplifiedlight'; pointer-events: none; }

.phone #tab_nav #options #buttons .tab_button.selected{ background-color: white;  }
.phone #tab_nav #options #buttons .tab_button.selected .tab_text{color:#0096d6; font-family:'hpsimplifiedreg';}
.phone #tab_nav #options #buttons .tab_button.selected .line{ display:block; position:absolute; width:50px; bottom:0px; height:3px; background-color:#0096d6;  }
#top_nav{ background-color:white;}

#top_nav #logo_container{width:38px; height:38px; margin-left:36px; margin-right:36px; margin-top:12px; cursor:pointer;}
#top_nav #title_container{margin-top:12px; cursor:pointer;}
#top_nav #history_container{margin-right:32px; height:30px; margin-top:15px;}
#top_nav #leaderboard_container{margin-right:32px; height:30px; margin-top:15px;}
#top_nav #favorite_container{margin-right:31px; height:32px; margin-top:15px;}

#top_nav #drawer_container{margin-right:31px; height:32px; margin-top:15px;}

/* they removed the search box completely and made a whole new panel */
#top_nav #search_container {margin-right:32px; margin-top:9px; min-width:280px; display:none;}
#top_nav #search_button_container{margin-right:32px; height:32px; margin-top:15px;}
#top_nav #twitter_button_container{margin-right:32px; height:32px; margin-top:15px;}

#top_nav #search_container .input{height:46px; min-height:46px;  padding-left:20px; }
#top_nav #notifications_count_container{ width: 18px; height: 18px; position: absolute; right: 27px; top: 12px; background-color: red; border-radius: 50%; }
#top_nav #account_container{width:42px; height:42px; background-color:#2f3133; border-radius:50%;margin-right:32px; margin-top:10px;}
#top_nav #search_x{width: 24px; position: absolute; top: 21px; right: 21px; display:none; z-index:100; }

#top_nav #back_container{width: 30px; position: absolute; left: 14px; top: 19px; display:none;}
#top_nav #back_container img{width:100%;}

.phone #top_nav #back_container{display: block;}
.phone #top_nav #logo_container{    width: 34px; height: 34px; margin-left: 22px; margin-right: 16px; margin-top: 18px;}
.phone #top_nav #title_container{margin-top:17px;}
.phone #top_nav #history_container{margin-right:18px; height:26px; margin-top:22px;}
.phone #top_nav #leaderboard_container{margin-right:18px; height:26px; margin-top:22px;}
.phone #top_nav #favorite_container{margin-right:18px; height:26px; margin-top:22px;}
.phone #top_nav #search_button_container{margin-right:18px; height:26px; margin-top:22px;}
.phone #top_nav #twitter_button_container{margin-right:18px; height:26px; margin-top:22px;}
.phone #top_nav #drawer_container{margin-right:18px; height:26px; margin-top:22px; display:none !important;}

.phone #top_nav #notifications_count_container{ width: 16px; height: 16px; position: absolute; right: 22px; top: 16px; background-color: red; border-radius: 50%; }
.phone #top_nav #account_container{width:32px; height:32px; background-color:#2f3133; border-radius:50%;margin-right:24px; margin-top:15px;}

.phone #top_nav #search_box{ }
.phone #top_nav #search_x{display: block;}
.phone #top_nav #search_container{ position: absolute; left: 0px; width: 100%; height: 100%; margin-top: 0px; background-color: white; padding: 10px; }

.tablet .app_title{font-size:20px;}
.tablet #top_nav #title_container{margin-top:24px;}
.tablet #top_nav #search_container{min-width:200px;}

@media (max-width: 320px)
{
    #top_nav #twitter_button_container{display: none;}
 }


.question #top_container{width:100%;  position:relative; margin-top:40px;}
.question #top_container #image_container{width:100%; height:256px; background-color:white;  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2); border-radius:3px; }

.question #top_container #question_container{width:100%; padding-top:20px;}
.question #top_container #question_container p{margin:0;}

.question #bottom_container{width:100%;  position:relative; margin-top:24px;}
.question #bottom_container #social_container{margin-top:10px;}
.question #bottom_container #begin_quiz_button{width:265px;}

.question #answer_question_overlay{ background-color:rgba(255,255,255,.5); }

.question .quiz_answer{width:50%; height:150px; padding-left: 8px; padding-right: 8px; padding-top: 8px; cursor:pointer;  }
.question .quiz_answer #answer_centered_container{background-color:white; height:100%; padding-left:8px; padding-right: 8px; padding-top: 8px; padding-bottom: 8px; background-color:white; }
.question .quiz_answer #letter_container{width:30px; height:30px; margin-right:8px; background-color:#1159a0; border-radius: 50%; position:relative; float:left;}
.question .quiz_answer #answer_container{width:calc(100% - 44px); float:right;}

.question #tapper_answer_container{ width:200px;}
.question #tapper_button_container{  margin-top: 20px;}
.question #tapper_button_container .cssButton{height:30px; width:100px;}


.question #correct_container #user_icon_container{width:113px; height:113px; border-radius: 50%;}
.question #correct_container #points_container{ position:absolute; top:0px; left:50%; margin-left:12px; margin-top:-15px; width:60px; height:60px;  border-radius: 50%; background-image:linear-gradient(to bottom, #0096d6, #0070a0);}
.question #correct_container #text_container{margin-top:14px;}
.question #correct_container #text_container span{display: block; }

.question #incorrect_container #incorrect_icon{width: 90px; height: 90px;}
.question #incorrect_container #points_container{ position:absolute; top:0px; left:50%; margin-left:12px; margin-top:-15px; width:60px; height:60px;  border-radius: 50%; background-image:linear-gradient(to bottom, #0096d6, #0070a0);}
.question #incorrect_container #text_container{margin-top:14px;}
.question #incorrect_container #text_container span{display: block; }


#question_completed_container #bottom_container #summary_container{margin-top:29px;}
#question_completed_container #bottom_container #correct_answer_container{ max-width:440px; background-color:#1159a0; border-radius: 3px; padding-top:18px; padding-bottom:18px; }
#question_completed_container #bottom_container #correct_answer_container .answer{color:white; }

#question_completed_container #bottom_container #button_and_comments_container{width:320px; height:36px; margin-top:64px;}
#question_completed_container #bottom_container #button_and_comments_container #viewcontent_button_container .cssButton{height:36px;}


.phone .question #top_container #image_container{height:150px;}
.phone .question .question_title{font-size:18px;}
.phone .question .quiz_answer{width:100%; height:150px;}
.subpanel_item {
    padding-bottom: 15px;
    vertical-align: top;
    position: relative;
}

.subpanel_item.selected .item_name{
    color:#0698d4; 
}

.subpanel_item #item_name_container{margin-top:12px;}


.subpanel_item #is_new_container{width:56px; height:56px; position:absolute; top: -3px; right: -3px; z-index:4;}
.subpanel_item #is_new_container img{width:56px; height:56px;}

.subpanel_item #banner_container{width:56px; height:56px; position:absolute; top: -3px; right: -3px; z-index:4;}
.subpanel_item #banner_container img{width:56px; height:56px;}

.subpanel_item #tags_container { display: inline;}

.subpanel_item #tags_container .tag_box {
  color: #fff;
  display: inline-block;
  padding: 5px;
  height: 100%;
  margin: 10px 10px 10px 0;
  font-size: 14px;
  position: relative;
}




.contact_item { display:inline-block; text-align:left; margin-left:14px; margin-right:14px; margin-bottom:22px; width:192px; height:225px; position: relative; vertical-align: top;  }
.contact_item .contact_detail_title{display:block; margin-top:2px;}
.contact_item #share_button{position:absolute; left:0px; bottom:0px; width:100%; height:30px; background-color:#0096d6;  cursor:pointer; }
.contact_item #about_container{margin-bottom:20px; margin-top: 4px;}

.contact_item #item_favorite{position:absolute; top:0px; right:0px;}
.contact_item #item_favorite img{width:20px; height:20px;}

.contact_item #item_bookmark{position:absolute; top:0px; right:25px;}
.contact_item #item_bookmark img{width:20px; height:20px;}

.phone .contact_item{width:calc(100% - 40px); min-width:192px; margin-bottom:10px; }
.detailed_list_item{ position:static;  height: 198px; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); width: calc(100% - 1rem) !important; margin: 0 auto; }
.detailed_list_item #item_image_container{width:240px; height:150px; background-color:#aaaaaa; border-radius:5px; position:absolute; top:24px; left:24px; }
.detailed_list_item #item_information_container{position:relative; left:290px; width:calc(100% - 320px); margin-top:24px; height:150px; }
.detailed_list_item #date_container { position:absolute; bottom:0px; }
.detailed_list_item #date_container #date_icon{ width:14px; height:14px; display:inline-block; vertical-align: middle; margin-right:4px;}

.detailed_list_item #banner_container{width:56px; height:56px; position:absolute; top: -3px; right: -3px; z-index:4;}
.detailed_list_item #banner_container img{width:56px; height:56px;}

.mobile .detailed_list_item #item_image_container{width: 100px; height: 60px;}

.mobile .detailed_list_item #item_information_container{position: relative; left: 138px; width: calc(100% - 160px); margin-top: 24px; height: 150px;}
.mobile .detailed_list_item .detailed_list_title{font-size:18px;}
.floaty_bubble{background-color:rgba(255,255,255,.25); border-radius: 50%;}
#footer_contentlist { text-align: left; width: 100%; }
#footer_contentlist .content_list_name{font-family:'hpsimplifiedlight'; color:black; font-size:24px; }
#footer_contentlist .list_header{ padding-top:30px; padding-left:20px; padding-right:20px; padding-bottom:20px; box-sizing: border-box; height:80px;}
#footer_contentlist .list_container{ height:calc(100% - 80px);  width:100%;}
#footer_contentlist .cssButton{ display:inline-block; text-align: right;  margin-left:16px; }
#footer_contentlist .list_padding_container{padding-top:12px; padding-bottom:24px;}
#footer_contentlist .buttons_container{position: absolute; top: 23px; right: 12px;}

.mobile #footer_contentlist .cssButton #text_container{ font-size:12px; }
.mobile #footer_contentlist .cssButton { height:32px; }
.mobile #footer_contentlist .content_list_name{ font-size:18px;}
.mobile #footer_contentlist .cssButton{ margin-left:8px; }

.phone #footer_contentlist .content_list_name{font-size:14px}

.phone #footer_contentlist .cssButton #text_container{ font-size:10px; }

.phone #footer_contentlist .cssButton{ margin-left:4px; }
.footer_detailed_cell{
    width:calc(100% - 24px);
    display: inline-block;
    vertical-align: top;
    margin-left:20px;
    margin-bottom:32px;
    cursor:pointer;
}

.footer_detailed_cell .cell_image_container{
    width:120px;
    height:110px;
    display: inline-block;
    vertical-align: top;
}

.footer_detailed_cell .details_container{
    width:calc(100% - 160px);
    margin-left:24px;
    display: inline-block;
    vertical-align: top;
}

.footer_detailed_cell .user_icon{
    width:36px;
    height:36px;
    border-radius: 50%;;
    border:1px solid white;
    display: inline-block;
    vertical-align: top;
}

.footer_detailed_cell .right{
    display: inline-block;
    width: calc(100% - 58px);
    margin-left: 8px;
}

.footer_detailed_cell .user_container{
    margin-top:8px;
}

.footer_detailed_cell .username
{
    font-family:'hpsimplifiedreg'; color:#272727; font-size:12px;
    margin-bottom:-4px;
    margin-top:4px;
}

.footer_detailed_cell .read_more{
    font-family:'hpsimplifiedreg'; color:#0698d4; font-size:12px;
}

.footer_detailed_cell .cell_name
{
    font-family:'hpsimplifiedreg'; color:#272727; font-size:16px;
}
.footer_detailed_cell .cell_social{
    font-family:'hpsimplifiedlight'; color:#272727; font-size:16px;
}

.footer_detailed_cell .cell_date{
    font-family:'hp_simplifiedlight_italic'; color:#A63894; font-size:12px;
}
.footer_item
{    
    height:460px;
    position:relative;
    margin-bottom:12px;
}

.footer_item .centered_container
{
    background-color:white;
    position:absolute;
    width:calc(100% - 40px);
    height:100%;
    margin-left: 20px;

}

.full_width .footer_item{
    width:100%;
}

.half_width .footer_item{
    width:50%;
    display:inline-block;
}

.tablet .footer_item {
    margin-bottom:20px;
}

.phone .footer_item .centered_container{
    width:calc(100% - 12px);
    margin-left:6px;
}

.footer_standard_cell{
    width:calc(50% - 24px);
    display: inline-block;
    vertical-align: top;
    margin-left:20px;
    margin-bottom:12px;
    cursor:pointer;
}

.footer_standard_cell .cell_image_container{
    width:100%;
    height:110px;
}

.footer_standard_cell .cell_name_container{
    margin-top:12px;
}

.footer_standard_cell .cell_name
{
    font-family:'hpsimplifiedlight'; color:#272727; font-size:16px;
}

.footer_standard_cell .cell_date{
    font-family:'hp_simplifiedlight_italic'; color:#A63894; font-size:14px;
}

.phone .footer_standard_cell
{
    width:calc(100% - 24px);
    margin-left:12px;
}
#grid_rotator{padding:20px; box-sizing: border-box; width:100%; overflow:hidden;}
#grid_rotator #rotator_container{width:100%; height:300px; background-color:rgba(255,255,255,.95); position:relative;}
#grid_rotator #slider{position:absolute; top:0px; left:0px; width:100%; height:100%;}

#grid_rotator .slick-dotted.slick-slider{margin-bottom:0px;}
#grid_rotator .slick-dots{ bottom: 24px; display: block;height: 20px; left: 0px; max-width:340px; padding-left: 24px; padding-right: 184px; z-index: 100; }
#grid_rotator .slick-list{}




/* responsive */
.tablet #grid_rotator .rotator_description{font-size:16px; margin-bottom:14px;}
.phone #grid_rotator #rotator_container, 
.tablet #grid_rotator #rotator_container {height:500px;}

.phone #grid_rotator .slick-dots,
.tablet #grid_rotator .slick-dots{ left:0px; width:100%; max-width:100%; text-align: center; padding-left: 0px; z-index: 100;}


.phone #grid_rotator .blue_button_filled,
.tablet #grid_rotator .blue_button_filled{height:30px;}

.phone #grid_rotator .rotator_title,
.tablet #grid_rotator .rotator_title{font-size:16px;}

.phone #grid_rotator .rotator_description{font-size:12px;}

.phone #grid_rotator{padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;}

#grid_rotator #slider .rotator_slide{width:100%; height:300px;  outline:none; position:relative;}

.rotator_slide.content #left_container{width:50%; height:100%; float:left; background-color:white; position:relative;}
.rotator_slide.content #right_container{
    width:50%; height:100%; float:right; padding-left:40px; padding-right:40px; padding-top:24px; padding-bottom:24px; position:relative;
    display: flex;
    flex-direction: column;
    gap:10px

}

.rotator_slide.content #right_container .button_container{
flex-shrink: 0;
display:flex;
justify-content: end;
}

.rotator_slide.content #right_container .text_container{
    flex-grow: 1;
    display:flex;
    flex-direction: column;
}
.rotator_slide.content #right_container #social_container{margin-top:10px;     margin-top: 10px;
   
    display: -webkit-box; 
    -webkit-box-orient: vertical;  
    overflow: hidden;
}
.rotator_slide.content #right_container #name_container{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}


.rotator_slide.content .blue_button_filled {width:160px;}

.mobile #grid_rotator #slider .rotator_slide.content #left_container {width:100%; float:none; height:250px;}
.mobile #grid_rotator #slider .rotator_slide.content #right_container {width:100%; float:none; height:200px;}
.mobile #grid_rotator #slider .rotator_slide{width:100%; height:500px;  outline:none;}


.mobile .rotator_slide.content .blue_button_filled{position:relative; bottom:0px; right:0px; width:160px; margin-top:14px; margin-left:0px;}


#header_countdown{ text-align: left; color:white; cursor:pointer; }
#header_countdown .image_angle{background-color:#585858; width:100%; height:100%;}
#header_countdown .white_angle{position:absolute; right:0px;}

#header_countdown .flip-clock-wrapper{margin:0px;}

#header_countdown .flip-clock-wrapper .flip{     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);  padding:14px;}
#header_countdown .flip_clock_container{ width: 290px; height: 68px; position: absolute;     right: 2px; top: 24px; }
#header_countdown .flip-clock-divider{ opacity:0; width:12px; }
#header_countdown .flip-clock-wrapper ul{ margin-left:0px; margin-right:0px; width:20px; height:45px}
#header_countdown .flip-clock-wrapper ul li a div{ font-size:24px; font-family:'hpsimplifiedlight'; line-height: 48px;}


#header_countdown .flip-clock-divider .flip-clock-label{  top:-12px; }

#header_countdown .days{ opacity:1; font-family:'hpsimplifiedlight'; font-size:13px; }
#header_countdown .hours{ opacity:1; font-family:'hpsimplifiedlight'; font-size:13px; }
#header_countdown .minutes{ opacity:1; font-family:'hpsimplifiedlight'; font-size:13px; }
#header_countdown .seconds{ opacity:1; font-family:'hpsimplifiedlight'; font-size:13px; }

#header_countdown .flip-clock-wrapper ul li a div.down div.inn{bottom:2px;}

#header_countdown .big_name{ position: absolute; top: 30px; left: 16px; font-family:'hpsimplifiedlight'; color:white; font-size:30px; }

#header_countdown .flip-clock-dot{opacity: 0;}

#header_countdown .flip-clock-divider .flip-clock-label{ right:-38px}
#header_countdown .minutes .flip-clock-label{ right:-38px}
#header_countdown .flip-clock-wrapper ul li a div.down{ border-top: 1px solid #5b5b5b; }


.tablet #header_countdown .centered_container{margin-left:20px; width:calc(100% - 40px);}



.phone #header_countdown .flip_clock_container{ width:170px; }
.phone #header_countdown .white_angle{display: none;}

.phone #header_countdown  .flip-clock-label{color:white}
.phone #header_countdown .flip-clock-wrapper ul li a div.down{ border-color:black; }

.phone #header_countdown .flip-clock-wrapper .flip{
    padding: 8px;
}


.phone #header_countdown .flip-clock-divider{
    width: 3px;
}

.phone #header_countdown .big_name{
    font-size: 18px;
    font-weight: bold;
    top: 37px;
    left: 11px;
}

.phone #header_countdown .flip-clock-divider.days
{
    width:0px;
}

.phone #header_countdown .flip-clock-wrapper ul{
    width:19px;
}

.phone #header_countdown .days .flip-clock-label{     right: -32px; }
.phone #header_countdown .hours .flip-clock-label{     right: -32px; }
.phone #header_countdown .minutes .flip-clock-label{    right: -32px; }
.phone #header_countdown .seconds .flip-clock-label{      right: -32px;}

#header_welcome_back{ text-align: left; color:white; cursor:pointer; }
#header_welcome_back .user_avatar{ height:90px; width:90px; border-radius: 50%; border:2px solid white; top:-2px; left:20px; background-color:#e7e7e7; }
#header_welcome_back .blue_angle{ background-color:#1059A0; width:100%; position:absolute; height:100%;  }
#header_welcome_back .centered_container{ width:calc(100% - 100px); left:60px; }
#header_welcome_back .welcome_back_text{ width: calc(100% - 90px); position: absolute; top: 21px; left: 48px; }
#header_welcome_back .tiny_loader{ width:20px; vertical-align: middle; }
#header_welcome_back .tiny_arrow{ width:24px; height:24px; vertical-align: middle; margin-left:8px; }
#header_welcome_back .white_angle{position:absolute; right:0px;}

#header_welcome_back .welcome_back_large{font-family:'hpsimplifiedreg'; font-size:18px;}
#header_welcome_back .welcome_back_small{font-family:'hpsimplifiedlight'; font-size:16px;}

.tablet #header_welcome_back .centered_container{ width: calc(100% - 90px); left: 62px; }
.tablet #header_welcome_back .user_avatar{ left:20px; }
.tablet #header_welcome_back .welcome_back_text{ top:22px; left:58px; }

.phone #header_welcome_back .centered_container{ width: calc(100% - 74px); left: 62px; }
.phone #header_welcome_back .user_avatar{ left:6px; }
.phone #header_welcome_back .welcome_back_text{ top:12px; width:calc(100% - 60px); }

.phone #header_welcome_back .white_angle{display: none;}
.phone #header_welcome_back .welcome_back_large{ font-size:16px; }
.phone #header_welcome_back .welcome_back_small{ font-size:14px; }

.phone #header_welcome_back .tiny_arrow{width:20px; margin-left:4px;}

.grid_item {display:block; cursor:pointer; }

.grid_item #hexagon{ 
    /* -webkit-filter: drop-shadow(  0px 2px 4px rgba(0,0,0,.3) );  
    filter: drop-shadow( 0px 2px 4px rgba(0,0,0,.3));  */
}
.grid_item.hover #hexagon
{
 
}

.grid_item #hexagon img{width:100%;}
.grid_item #centered_container{width:100%; box-sizing: border-box; padding-left:30px; padding-right:30px;}
.grid_item .hexagon_text{ font-family:'hpsimplifiedlight'; color:black; font-size:36px;  }
.leaderboard_bug {width:270px; height:54px;}
.leaderboard_bug #user_icon_container{width:54px; height:54px; border:1px solid white; border-radius:50%;}
.leaderboard_bug #information_container{width:180px; height:54px;}


.leaderboard_bug.right #user_icon_container{ right:0px; top:0px; position:absolute; }
.leaderboard_bug.right #information_container{ padding-top:3px; right:74px; top:0px; position:absolute; text-align: right; }

.leaderboard_bug #leaderboard_button{cursor:pointer; height:24px; border-radius:3px; border:1px solid white; width:125px; }
.loading_more{width:100%; height:32px; text-align: center; margin-top:12px;}
.loading_more img{position:relative; margin-left:auto; margin-right:auto; width:32px; height:32px; }
.rectangle_item {display:inline-block; cursor:pointer; text-align:left; }
.rectangle_item #image_container {width:100%; height:176px; background-color:#FFFFFF; position: relative; }
.rectangle_item #image_container #author_container{ width: 40px; height: 40px; border: 1px solid white; border-radius: 50%; bottom: 12px; left: 12px; position: absolute; overflow:hidden;}
.rectangle_item #text_container {  margin-top:12px;}
.rectangle_item #offset { padding:30px; }
.rectangle_text{ font-family:'hpsimplifiedlight'; color:black; font-size:20px; }

.rectangle_item #likes_container {    position: absolute; display: inline; bottom: 2px; right: 0px;}
.rectangle_item #likes_container #item_like_title {font-family: 'hpsimplifiedlight'; font-size: 18px; display: inline-block; margin-right: 10px;}
.rectangle_item #item_favorite{position:absolute; top: 45px; right: 45px;}
.rectangle_item #item_heart{pointer-events: auto; display: inline-block; vertical-align: middle; width: 30px; height: 30px;}
.rectangle_item #item_heart img{width:30px;height:30px;}

.rectangle_item #item_bookmark{position:absolute; top: 45px; right: 65px;}
.rectangle_item #item_bookmark img{width:24px;height:21px;}

.rectangle_item #community_container{ position:relative; }
.rectangle_item #community_container #publish_date_container{position:absolute; bottom:10px; left:40px;}
.rectangle_item #is_new_container{width:56px; height:56px; position:absolute;top: 27px; right: 27px;}
.rectangle_item #is_new_container img{width:56px; height:56px;}

.rectangle_item #banner_container{width:56px; height:56px; position:absolute;top: 27px; right: 27px;}
.rectangle_item #banner_container img{width:56px; height:56px;}

.rectangle_item #author_names_container{    line-height: 1; margin-top:11px; margin-bottom:11px;}
.rectangle_item .mini_head{height:28px; width:28px; display:inline-block;border-radius:50%; border:1px solid #ffffff; margin-right:-15px;}

.rectangle_item #text_container.community .rectangle_text{ font-size:15px; font-family: "hpsimplifiedreg"; }

.is_new {
    position: relative;
}

.is_new:after {
    background-color: #0096d5;
    color: white;
    padding: 2.5px 7.5px;
    content: " ";
    position: absolute;
    top: 8px;
    left: 30px;
    content: "new";
    border-radius: 4px;

    top: 15px;
    right: 15px;
    background-image: url(/assets/ui/New-Ribbon.svg);
    content: " ";
    background-color: transparent;
    width: 52px;
    height: 52px;
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    left: auto;
}
.rectanglesimple_item {display:block; cursor:pointer; text-align:left; padding:20px; width: 100% !important; }
.rectanglesimple_item #offset {  background-color:white; height:130px;  position:relative; }
.rectanglesimple_item #text_container{width:70%;}
.rectanglesimple_item  #extra_text_container{width:70%;}

.rectanglesimple_item .rectanglesimple_text{ font-family:'hpsimplifiedlight'; color:black; /* font-size:25px; */ font-size:22px; }

.rectanglesimple_item #item_favorite{position:absolute; top: 24px; right: 28px;}
.rectanglesimple_item #item_favorite img{width:32px; height:32px;}

.rectanglesimple_item #tag_image{position:absolute; top: 28px; left: 28px;}
.rectanglesimple_item #tag_image img{width:24px; height:24px;}

.rectanglesimple_item #item_bookmark{position:absolute; top: 24px; right: 56px;}
.rectanglesimple_item #item_bookmark img{width:32px; height:32px;}

.rectanglesimple_item #is_new_container{width:56px; height:56px; position:absolute; top: -4px; right: -4px; z-index: 5}
.rectanglesimple_item #is_new_container img{width:56px; height:56px;}

.rectanglesimple_item #banner_container{width:56px; height:56px; position:absolute; top: -4px; right: -4px; z-index: 5;}
.rectanglesimple_item #banner_container img{width:56px; height:56px;}

.rectanglesimple_item #item_tile{position:absolute; bottom: 18px; left: 28px;}
.rectanglesimple_item #item_tile img{width:32px; height:32px;}

.rectanglesimple_item #updated_at { position:absolute; bottom: 26px; right: 28px; font-size: 10px; opacity: 0.4; }

.rectanglesimple_item #extra_text_container.background_text { display: none; }
.rectanglesimple_item #extra_text_container.background_text .rectanglesimple_text { font-size: 15px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

.phone .rectanglesimple_item #offset{ height:110px;}
.phone .rectanglesimple_item .rectanglesimple_text{font-size:15px;}

.phone .rectanglesimple_item {padding-left:5px; padding-right:5px; padding-top:5px; padding-bottom:5px;}
.phone .rectanglesimple_item #offset{height:90px;}


.phone #item_favorite{ top: 8px; right: 10px;}
.phone #item_favorite img{width:24px; height:24px;}

.phone #tag_image{ top: 12px; left: 12px;}
.phone #tag_image img{    width: 20px; height: 20px;}

.phone #item_bookmark{top: 8px; right: 32px;}
.phone #item_bookmark img{width:24px; height:24px;}

.phone #is_new_container{width:56px; height:56px; top: 0px; right: 0px;;}
.phone #is_new_container img{width:56px; height:56px;}

.phone #item_tile{ bottom: 2px; left: 8px;}
.phone #item_tile img{width:24px; height:24px;}


.search_row{ min-height:150px; box-sizing: border-box; margin-bottom:12px; cursor:pointer; padding-top:24px; }
.search_row #preview_container{ width: 114px; height: 70px; border-radius: 3px; background-color: #d8d8d8; position:absolute; left:24px; }
.search_row #information_container{ width:calc(100% - 190px); position:relative;  left:160px; padding-bottom:24px; }
.search_row #tags_container{ margin-top:9px; }
.search_row .tag_container{ cursor:pointer; padding-left:8px; padding-right:8px; padding-top:2px; padding-bottom:2px; margin-bottom:6px; border-radius:3px; border:solid 1px #0096d6; display: inline-block; margin-right:8px; }

.search_row .path{ font-family: 'hpsimplifiedreg'; font-size: 13px; color: #0096d6; line-height: 1.73; }
.search_row .sub_path{margin-top:12px; margin-bottom:12px;}

.search_row #paths_container .more{ text-decoration: underline; margin-left:12px; }


.search_row #banner_container{width:56px; height:56px; position:absolute; top: 21px; left: 85px;; z-index: 5;}
.search_row #banner_container img{width:56px; height:56px;}


.search_row .lil_arrow{ display:inline-block; width:24px; height:24px; vertical-align: middle;}
.switch_option_container{

  margin-bottom:24px;
  height: 40px;;
  overflow-y:hidden;
  line-height:1;

  
  
}

.switch_option_container .switch_row_left{ width:calc(100% - 100px);    display: inline-block; }
.switch_option_container .switch_text_container{ left: 0px; top: 8px; text-align: left; }
.switch_option_container .switch_text_container a {
  text-decoration: none;
}



 /*! uiswitch v1.1.0 | MIT License | github.com/fnky/css3-uiswitch */
.uiswitch {
    height: 31px;
    width: 51px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    outline: 0;
    z-index: 0;
    margin: 0;
    padding: 0;
    border: none;
    background-color: #e5e5e5;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
  }

  .uiswitch::before {
    height: 27px;
    width: 47px;
    box-sizing: border-box;
    content: ' ';
    position: absolute;
    left: 2px;
    top: 2px;
    background-color: #ffffff;
    border-radius: 16px;
    z-index: 1;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  .uiswitch::after {
    height: 27px;
    width: 27px;
    box-sizing: border-box;
    content: ' ';
    position: absolute;
    border-radius: 27px;
    background: #ffffff;
    z-index: 2;
    top: 2px;
    left: 3px;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.25), 0px 4px 11px 0px rgba(0, 0, 0, 0.08), -1px 3px 3px 0px rgba(0, 0, 0, 0.14);
    -webkit-transition: width 280ms, -webkit-transform 300ms;
    transition: width 280ms, -webkit-transform 300ms;
    transition: transform 300ms, width 280ms;
    transition: transform 300ms, width 280ms, -webkit-transform 300ms;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
            transition-timing-function: cubic-bezier(0.42, 0.8, 0.58, 1.2);
  }

  .uiswitch:checked {
   background-color:#37cbcc;
  }

  .uiswitch:checked::after {
    -webkit-transform: translate3d(16px, 0, 0);
            transform: translate3d(16px, 0, 0);
    right: 18px;
    left: inherit;
  }

  .uiswitch:active::after {
    width: 35px;
  }

  .uiswitch:checked::before, .uiswitch:active::before {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .uiswitch:disabled {
    opacity: 0.5;
    cursor: default;
    -webkit-transition: none;
    transition: none;
  }

  .uiswitch:disabled:active::before, .uiswitch:disabled:active::after, .uiswitch:disabled:checked:active::before, .uiswitch:disabled:checked::before {
    width: 27px;
    -webkit-transition: none;
    transition: none;
  }

  .uiswitch:disabled:active::before {
    height: 27px;
    width: 47px;
    -webkit-transform: translate3d(6px, 0, 0);
            transform: translate3d(6px, 0, 0);
  }

  .uiswitch:disabled:checked:active::before {
    height: 27px;
    width: 27px;
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  .uiswitch { background-color: #e5e5e5; }
  .uiswitch::before { background-color: #ffffff; }
  .uiswitch::after { background: #ffffff; }

.tagtype_selector{margin-bottom:24px;}
.tagtype_selector #header_container{height:44px; width:100%;}
.tagtype_selector #title_container{ width:calc(100% - 80px); left:22px; }
.tagtype_selector #expanded_arrow{ width:24px; height:24px; right:16px; }
.tagtype_selector .color{color:#a53894;}

.mobile .tagtype_selector #header_container{height:32px;}
.mobile .tagtype_selector #header_container .tagtype_selector_title{font-size:14px;}
.tagtype_row{pointer-events: auto; padding: 12px 16px;/* height: 100%;*/}
.tagtype_row #tag_name{width: calc(100% - 24px); position: relative; display: inline-block;}
.tagtype_row #tag_check{width:8px; height:8px; right:24px; top:23px; transition:background-color .25s; background-color: #d8d8d8; border: solid 1px #979797; }
.tagtype_row.selected #tag_check{ background-color:#a53894; }
﻿.tap_percentage_button{width:100px; height: 100px;position: relative; cursor: pointer; margin-bottom: 0px; text-align: left; z-index: 20;}
.tap_percentage_button #progress_container{position: absolute;width:100%; height: 100%;pointer-events:none;}
.tap_percentage_button #progress_container #bg{position: absolute; width:100%; height: 100%;background-size: cover}
.tap_percentage_button #progress_container #percent_container{position: absolute; width:100%; height: 100%;}
.tap_percentage_button #progress_container #fg{position: absolute;background-image:url("/img/TapButtonFG.png");width:100%; height: 100%;background-size: cover}

.tap_percentage_button #fg_container{position: relative; width: 100%;height: 100%;}
.tap_percentage_button #fg_container #circle{position:absolute; left:50%;top:50%;    transform: translateX(-50%) translateY(-50%);border-radius: 50%;overflow: hidden;}
.tap_percentage_button #fg_container #icon_container{position: relative;width: 100%;height: 100%;}
.tap_percentage_button #fg_container #icon_container img#icon{width:40px;height:40px;position: absolute; top:50%; margin-top:-20px; left:50%; margin-left:-20px;}
.tap_percentage_button #fg_container #icon_container img#icon_over{width:40px;height:40px;position: absolute;opacity: 0; top:50%; margin-top:-20px; left:50%; margin-left:-20px;}


.tap_percentage_button #tapped_container
{
    pointer-events:none;
    width: 75px; height: 75px; position: absolute; top:-60px; left:50%; transform:translateX(-50%);background-color: #ffffff; border:1px solid #eeeeee;
    -webkit-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 34px 0px rgba(0,0,0,0.15);
    border-radius: 50%;
}

.tap_percentage_button #tapped_container #bg_image{background-size: cover;background-position: center;width: 100%; height: 100%;position: absolute;}
.tap_percentage_button #tapped_container #percentage{font-family:"hpsimplifiedreg";position: absolute;width: 100%; text-align: center;top:50%;transform:translateY(-50%);font-size: 28px;}
.tap_percentage_button #tapped_container #percentage span.percent_symbol{font-size: 14px; font-weight:200;}
.tap_percentage_button .button_desc {color:#2d2d2d;  font-family:"hpsimplifiedreg";margin-top: 12px;text-align: center;width: 100%; font-size: 14px;}
.tinycontent_item{position:relative; height:94px; border-bottom:1px solid #c9c7c7; margin-bottom:16px; cursor:pointer; }
.tinycontent_item #image_container{width: 118px; height: 62px; background-color:#d4d4d4; position:absolute; left:4px; top:7px;}
.tinycontent_item #text_container{right:4px; top:7px; position:absolute; width: 160px; height:62px; pointer-events: none; height: 42px; overflow: hidden; text-transform: capitalize;}
.tinycontent_item #text_container .tinycontent_action{display:block;}
.tinycontent_item #action_container{position:absolute; bottom:22px; right: 4px; width:160px;}
.tinycontent_item:last-child { border:none; }

.phone .tinycontent_item #action_container,
.phone .tinycontent_item #text_container { width: calc(100% - 150px);  }
.updatesdropper_container{background-color:white; width:100%; border-radius: 3px; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); margin-bottom:24px; }
.updatesdropper_container #dropper_header_container{ height:72px; cursor: pointer; }
.updatesdropper_container #dropper_header_container #expanded_arrow{ width:24px; height:24px; right:16px; }
.updatesdropper_container #dropper_header_container #header_title_container{ left:85px; }
.updatesdropper_container #dropper_header_container #percent_completed_container{width:32px; height:32px; position:absolute; left: 30px; top: 18px;}
.updatesdropper_container #dropper_header_container #rocked_completed_container{width:32px; height:32px; position:absolute; left: 30px; top: 18px; border-radius:50%; background-color:#a53894;}
.updatesdropper_container #dropper_header_container #rocked_completed_container img{width:24px; height:24px;}

.updatesdropper_container  #dropper_list{ width:calc(100% - 60px); }
.updates_row{ min-height:120px; cursor:pointer; overflow:hidden; }
.updates_row #information_container{ width:calc(100% - 48px); margin-left:42px; }
.updates_row #dot_container{width:6px; height:6px; border-radius: 50%; background-color:#a53894; position:absolute; top: 8px; left: 18px; }
.updates_row #buttons_container{ position:absolute; width:140px; height:28px; bottom:0px; right:24px;}
.updates_row #saved_container{position:absolute; width:140px; height:28px; bottom:0px; right:24px; background-color:white; z-index: 5;}

.updates_row .top_time_container{display: inline-block; margin-left:8px; vertical-align: top;}
.updates_row #date_container {margin-top:4px;}
.updates_row #date_icon{ width:14px; height:14px; display:inline-block; vertical-align: middle; margin-right:4px; }

.updates_row .mini_button{width:66px; display: inline-block; margin-right:4px; }
.updates_row #dismiss_button #background_container{background-color:white;}
.updates_row #dismiss_button #text_container span{color:#aaaaaa;}

.updates_row.seen #dot_container{display: none;}

.phone .updates_row #buttons_container{position:relative; margin-bottom:24px; margin-top:12px; right:0px;}


#background_panel{}
#background_panel #image_container{ width:90%; max-width:800px; position:absolute; right:0px;}
#background_panel #background_container{width:100%; height:100%; overflow:hidden;}

#background_panel #video_container{width:100%; height:100%;}
#background_panel #video_container #video{}

#background_panel #upperleft_image_container{ width:50%; max-width:320px; position:absolute; left:0px; top:0px;}
#background_panel #lowerright_image_container{ width:50%; max-width:400px; position:absolute; bottom:-10px; right:0px;}

#background_panel #upperright_image_container{ width:50%; max-width:320px; position:absolute; right:0px; top:0px;}
#background_panel #lowerleft_image_container{ width:50%; max-width:270px; position:absolute; bottom:-10px; left:0px;}

.phone #background_panel #upperleft_image_container{width:35%;}

#background_panel *::-webkit-media-controls-panel {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* Old shadow dom for play button */
  
  #background_panel *::-webkit-media-controls-play-button {
    display: none!important;
    -webkit-appearance: none;
  }
  
  /* New shadow dom for play button */
  
  /* This one works! */
  
  #background_panel *::-webkit-media-controls-start-playback-button {
    display: none!important;
    -webkit-appearance: none;
  }
#choose_division_panel.ui_screen.popup_background  { overflow: hidden; height: 100%; margin: 0; }
#choose_division_panel #icon_container{ width:47px; height:47px;  position:absolute; top:24px; right:24px; }

#choose_division_panel #centered_container{width:90%; max-width:600px;}
#choose_division_panel #centered_container #title_container{ margin-bottom:42px;}
#choose_division_panel #centered_container #buttons_container{margin-top:20px;}

#choose_division_panel #login_button{display: inline-block; width:100%; max-width:193px; margin-right:24px; }
#choose_division_panel #createaccount_button{display: inline-block; width:100%; max-width:193px;}

#choose_division_panel #preloading_ring{margin-top:-24px;}
#choose_division_panel #division_dropdown_container{margin-top:24px;}

.phone #choose_division_panel #centered_container #title_container{margin-bottom:0px; text-align: center;}
.phone #choose_division_panel #centered_container #subtitle_container{text-align: center;}

.phone #choose_division_panel #centered_container #buttons_container{margin-top:30px;}

.phone #choose_division_panel #login_button{ max-width:145px; }
.phone #choose_division_panel #createaccount_button{ max-width:145px; }

.phone #choose_division_panel #login_button{ max-width: 125px; margin-right:10px;}
.phone #choose_division_panel #cancel_button{ max-width: 125px; }

.phone #choose_division_panel .login_title{font-size:22px;}


.phone #choose_division_panel #buttons_container{text-align: center;}

.phone #choose_division_panel .intro_title{font-size:40px;}
.phone #choose_division_panel .intro_subtitle{font-size:16px;}

#choosesharetype_panel {    overflow-x: hidden; background-color:rgba(255,255,255,.95); text-align: center;  }
#choosesharetype_panel #centered_container{width:300px;}
#choosesharetype_panel #centered_container .cssButton{margin-top:14px; margin-bottom:14px;}
#compare_panel {overflow-y: auto; overflow-x: hidden;}

#compare_panel #subnav_container{height:48px; margin-top: 30px; z-index: 10; position: relative; background-color:white;}
#compare_panel #sublayout_container{width:100%;  position:relative; background-color:white; overflow-x: hidden;}

#compare_panel #compare_container {width:925px;}

#compare_panel #bread_crumbs{min-height:24px; position:absolute; top:12px; width:100%; z-index:100; padding-left:36px; }
#compare_panel .comparison_container #comparison_dropdown_container{width:390px; max-width:100%; margin-top:34px; }
#compare_panel .comparison_container #comparison_dropdown_container select{width:100%; outline: none; }
#compare_panel .comparison_container #comparison_dropdown_container .disabled{background:none;}

#compare_panel #preloading_ring{ margin-top:-9px; }
#compare_panel #preloading_ring img{width:100%;}
#compare_panel #vs_button{width:64px; height:64px; position:relative; margin-left:40px; margin-right:40px; top: 25px;}
#compare_panel #vs_button img{width:100%;}
#compare_panel #vs_button #compare_background{ position:absolute; top:0px; left:0px; width:100%; height:100%;}

#compare_panel #compare_button_container{padding-top:60px;}
#compare_panel #compare_button_container #compare_button{max-width:250px;}

#compare_panel #name_container{margin-top:16px; margin-bottom:48px;}

.blue_line{ height: 2px; background-color: #0096d6; width: 200%; margin-bottom:28px; margin-left:-24px; margin-top:6px; }
.grey_line{ height: 1px; background-color: #bfbfbf; width: 100%; margin-bottom:26px;  margin-top:6px; }



#left_description_container{width:50%; padding-right:15px}
#right_description_container{width:50%; padding-left:15px}

.row .spec_column{padding-right: 15px; box-sizing: border-box;}
.row #columns { margin-bottom: 40px;}
.row #columns #header_container{margin-bottom: 8px;}


/* for the chilren! */
#compare_panel #image_sliders{ max-height:380px; width:100%;  }
#compare_panel #image_sliders #slider {padding:12px;}
#compare_panel #image_sliders #slider img{width:100%;}

#compare_panel .slick-slide{border:none; outline:none;}
#compare_panel .slick-dots{ bottom: -10px;}

#compare_panel .slider_container{vertical-align: top;}


.phone #compare_panel #bread_crumbs{ display: none;}
.phone #compare_panel #compare_container{ max-width: 100%; margin-top:80px; }
.phone .product_title{font-size:22px;}
.phone #compare_panel #comparison_selector_container{text-align: center; margin-top:40px;}
.phone #compare_panel #preloading_ring{margin-top:8px;  background-color:white; z-index:20; border-radius:50%; padding:5px;}
.phone #compare_panel #comparison_selector_container #left_comparison_container{ width: 45%; margin-right:5px; }
.phone #compare_panel #comparison_selector_container #right_comparison_container{ width: 45%; margin-left:5px; }
.phone #compare_panel #comparison_selector_container #vs_button{ width: 0px; display:none; }
.phone #compare_panel .comparison_container #comparison_dropdown_container{margin-top:10px;}
.phone #compare_panel #compare_button_container{padding-top:20px;}
.phone .compare_dropdown_title{font-size:14px;}
.phone #compare_panel .input.shadowed{box-shadow:none;}
.phone #compare_panel .input{padding-left:10px;     background-size: 20px 5px; font-size:14px; }
.phone #compare_panel #subnav_container{margin-top:0px; }

.tablet #compare_container{ max-width:100%; margin-top:80px;}

.tablet #compare_panel #comparison_selector_container{ margin-left: auto; max-width:100%; margin-right: auto; width: 644px; }
.tablet #compare_panel .comparison_container #comparison_dropdown_container{width:250px;}

#subnavpanel_arguments{ width: 100%; max-width: 1128px; padding: 20px; padding-top:46px; }

#subnavpanel_highlights{ width: 100%; max-width: 1128px; padding: 20px; padding-top:46px; }

#subnavpanel_specs{ width: 100%; max-width: 1128px; padding: 20px; padding-top:46px; }

#contacts_panel {    overflow-x: hidden;  }
#contacts_panel #bread_crumbs{min-height:24px; position:absolute; top:12px; width:100%; z-index:100; padding-left:36px; }
#contacts_panel #title_container{ margin-top:180px; margin-bottom:50px; }
#contacts_panel #grid_container{max-width:880px; text-align: left; padding-left: 20px; padding-right: 20px; }
#contacts_panel .divider{text-align: left; margin-left:11px; margin-bottom:36px; margin-top:60px;}

.phone #contacts_panel #bread_crumbs{display: none;}


/* #createaccount_panel {padding-bottom:100px;} */
#createaccount_panel.scroll-y { height: 100%; margin: 0; }
#createaccount_panel #centered_container{width:90%; max-width:600px; padding-top: 100px;}
#createaccount_panel #centered_container #icon_container{ width:108px; height:108px;  margin-bottom:72px; }
#createaccount_panel #centered_container #title_container{ margin-bottom:47px;}

#createaccount_panel #login_button{display: inline-block; width:100%; max-width:193px; margin-right:24px; }
#createaccount_panel #cancel_button{display: inline-block; width:100%; max-width:193px;}
#createaccount_panel #input_container{position:relative; overflow:hidden; height:10; -webkit-transition: height .2s;  transition:height .2s; }

#createaccount_panel #inputs_receivedetails #user_firstname{margin-right:24px;}
#createaccount_panel #progress_container {padding-bottom: 15px;    height: 40px;}
#createaccount_panel #progress_container img{display:inline-block; height:100%;}
#createaccount_panel #error_container {padding-bottom: 15px;}


#createaccount_panel #buttons_container { padding-bottom: 12px; }

#createaccount_panel #switch_container { padding-bottom: 100px; max-width: 410px; margin: auto;}


#createaccount_panel .color{ color:#0698d3; cursor:pointer; } 


.phone #createaccount_panel #centered_container{margin-top:40px; padding-bottom:280px;}
.phone #createaccount_panel #centered_container #icon_container{ width: 48px; height: 48px; margin-bottom: 35px; }
.phone #createaccount_panel #centered_container #title_container { margin-bottom: 34px; }

.phone #createaccount_panel #login_button{ max-width: 125px; margin-right:10px;}
.phone #createaccount_panel #cancel_button{ max-width: 125px; }

.phone #createaccount_panel #upload_container{margin-bottom:28px; width: 90px; height: 90px;}
.phone #createaccount_panel #inputs_receivedetails #user_firstname { margin-right: 18px; }
.phone #createaccount_panel .login_title{font-size:22px;}

.phone .error{ font-size:14px; }
#embed_panel{ background-color:rgba(255,255,255,.90); }
#embed_panel #title_container{ height:50px; background-color:white; position:relative; }
#embed_panel #embed_container{ width:100%; position:relative; z-index:50; background-color:#d1d1d1; pointer-events: auto;  }
#embed_panel #iframe_loading_container{z-index:100;}
#embed_panel #close_container{position:absolute; left:12px; top:10px; cursor:pointer;}
#embed_panel #close_container img{width:28px;height:28px;}
#embed_panel #close_button{height: 40px; transform: matrix(1, 0, 0, 1, 0, 0); width: 110px; top: 5px; left: 5px; }

#embed_panel #item_options_container{ position: absolute; right: 15px; top:5px; width: 290px; /*width:325px;*/ }
#embed_panel #item_options_container { text-align: center; cursor:pointer; }
#embed_panel #item_options_container #item_favorite{ float:left; margin-left:2px; }
#embed_panel #item_options_container #item_download{ float:right; margin-right:2px; }
#embed_panel #item_options_container #item_print{ float:right; margin-right:2px; }
#embed_panel #item_options_container .item_option_container{ display:inline-block; margin-top:8px; text-align:center; }
#embed_panel #item_options_container .item_option_container .option_image{width:20px;height:20px; vertical-align: middle; margin-right: 12px;}


.phone #embed_panel #item_options_container{width:150px;}
.phone #embed_panel .item_option_container span{display:none;}

.drive-viewer-paginated-pages.drive-viewer-paginated-page-cursor.drive-viewer-layout-transition { 
  margin-left: 0 !important;
  padding-left: 12px;
  -webkit-overflow-scrolling: touch;
}

#login_panel #centered_container{width:90%; max-width:600px;}
#login_panel #centered_container #icon_container{ width:108px; height:108px;  margin-bottom:72px; }
#login_panel #centered_container #title_container{ margin-bottom:47px;}

#login_panel #login_button{display: inline-block; width:100%; max-width:193px; margin-right:24px; }
#login_panel #cancel_button{display: inline-block; width:100%; max-width:193px;}

#login_panel #progress_container {padding-bottom: 15px;    height: 40px;}
#login_panel #progress_container img{display:inline-block; height:100%;}
#login_panel #error_container {padding-bottom: 15px;}

#grid_panel {
	overflow-x: hidden;
}
#grid_panel #bread_crumbs {
	min-height: 24px;
	width: 100%;
	z-index: 100;
	padding-left: 36px;
}
#grid_panel #grid_container {
	box-sizing: border-box;
	text-align: center;
	padding: 5px;
	padding-bottom: 225px;
	overflow-x: visible;
	max-width: 100%;
	width: 100%;
}
#grid_panel #title_container {
	margin-top: 80px;
}

#grid_panel #submit_container {
	margin-top: 15px;
}
#grid_panel #submit_container #share_icon {
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	cursor: pointer;
}
#grid_panel #submit_container #share_text {
	cursor: pointer;
}
#grid_panel #header_items {	
	display: flex;
	justify-content: center;
	align-items: center; 
	width: 100%;
	height: auto;
	flex-wrap: wrap;
	max-width: 100%;
	box-sizing: border-box;
}
#grid_panel #footer_items {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}

.phone #grid_panel .grid_title {
	font-size: 22px;
}
.phone #grid_panel #bread_crumbs {
	display: none;
}

.phone #grid_panel #title_container {
	margin-top: 40px;
}

#grid_panel #grid_container #rectangle_items {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr;
  gap: 5px;
}

/* Media Queries */

@media screen and (min-width: 810px) {
	#grid_panel.use-media #grid_container {
		max-width: 810px;
		width: 810px;
	}
	#grid_panel.use-media #grid_container #rectangle_items {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
	#grid_panel.use-media #grid_container #footer_items {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (min-width: 1080px) {
	#grid_panel.use-media #grid_container {
		max-width: 1080px;
		width: 1080px;
	}
}

#help_panel { background-color:rgba(255,255,255,.95); overflow-y:auto; padding-top:60px; padding-bottom:100px;  }
#help_panel #centered_container{width:90%; max-width:600px; clear:both;}
#help_panel #hide_button{ width:100%; max-width:193px; margin-top:24px; }
#help_panel #icon_container{width:64px; margin-bottom:24px;}

.phone #updateprofile_panel #centered_container{margin-top:40px; }



#homescreenquiz_panel{ background-color:white; }
#homescreenquiz_panel #header_bar{background-color:#1159a0; height:130px; width:100%; padding-top:1px; overflow:hidden;}

#homescreenquiz_panel #quiz_centered_container{height:calc(100% - 130px); background-color:#f3e9e9; padding-bottom:200px;  }
#homescreenquiz_panel #quiz_centered_container #quiz_container{ width:900px; min-height:600px; margin-bottom: 200px; }

#homescreenquiz_panel #home_button{ cursor: pointer; width: 64px; height: 64px; border-radius: 8px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); background-color: #0096d6; border: solid 1px #ffffff; right:15px; }

#homescreenquiz_panel #home_button img{width:45px; height:45px;}

#homescreenquiz_panel #header_text_container{ width:calc(100% - 260px); }
#homescreenquiz_panel #header_text_container #large_progress_container{ width:90px; height:90px; left:0px; }
#homescreenquiz_panel #header_text_container #large_progress_container #progress_chart_container{ width:100%; height:100%; }
#homescreenquiz_panel #header_text_container #large_progress_container #progress_icon_container{ width:100%; height:100%; }
#homescreenquiz_panel #header_text_container #large_progress_container #progress_icon_container img{ width:100%; height:100%; }
#homescreenquiz_panel #header_text_container #text_information_container{ left:120px; }

#homescreenquiz_panel #mobile_leaderboard_button_container{display:none; }
#homescreenquiz_panel #mobile_leaderboard_button{width:150px; margin-top:16px; margin-left:16px; }

#homescreenquiz_panel #header_centered_container{width:100%; max-width:900px;}
#homescreenquiz_panel #leaderbaord_bug_container{ right:0px; }


.mobile #homescreenquiz_panel #header_bar{height:80px;}
.mobile #homescreenquiz_panel #header_text_container #large_progress_container{width:60px; height:60px;}
.mobile #homescreenquiz_panel #header_text_container #large_progress_container #progress_icon_container{width:100%; height:100%;}
.mobile #homescreenquiz_panel #header_text_container #large_progress_container #progress_icon_container img{width:100%; height:100%;}

.mobile #homescreenquiz_panel #quiz_centered_container{height:calc(100% - 80px);  }
.mobile #homescreenquiz_panel #quiz_centered_container #quiz_container{width:calc(100% - 32px); box-sizing: border-box; }
.mobile #homescreenquiz_panel #home_button{bottom:14px; right:0; left:14px; top:auto; transform:none; position:fixed;}
.mobile #homescreenquiz_panel #header_text_container #text_information_container{left:70px;}

.mobile #homescreenquiz_panel #header_centered_container{ width:calc(100% - 24px); }

.phone #homescreenquiz_panel #mobile_leaderboard_button_container{display: block;} 
.phone #homescreenquiz_panel #leaderbaord_bug_container{display:none;}
.phone #homescreenquiz_panel #header_text_container{width:100%;}
#homescreenupdates_panel{ background-color:white; }
#homescreenupdates_panel #header_bar{background-color:#a53894; height:130px; width:100%; padding-top:1px; overflow:hidden;}

#homescreenupdates_panel #vape_cloud_left{left:0px; bottom:-4px; width:380px; height:75px; position:absolute;}
#homescreenupdates_panel #vape_cloud_right{right:0px; bottom:-4px; width:625px; height:128px;  position:absolute;}

#homescreenupdates_panel #list_centered_container{height:calc(100% - 130px); background-color:#f3e9e9; padding-bottom:200px;  }
#homescreenupdates_panel #list_centered_container #list_container{ width:900px; min-height:600px; margin-bottom: 200px; margin-top:32px; }
#homescreenupdates_panel #leaderbaord_bug_container{ right:0px; }

#homescreenupdates_panel #home_button{ cursor: pointer; width: 64px; height: 64px; border-radius: 8px; box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.2); background-color: #a53894; border: solid 1px #ffffff; left:15px; }

#homescreenupdates_panel #header_text_container{ width:calc(100% - 280px); }
#homescreenupdates_panel #header_text_container #large_progress_container{ width:90px; height:90px; left:0px; }
#homescreenupdates_panel #header_text_container #large_progress_container #progress_chart_container{ width:100%; height:100%; }
#homescreenupdates_panel #header_text_container #large_progress_container #progress_icon_container{ width:56px; height:56px; }
#homescreenupdates_panel #header_text_container #large_progress_container #progress_icon_container img{width:56px; height:54px;}
#homescreenupdates_panel #header_text_container #text_information_container{ left:120px; }

#homescreenupdates_panel #header_centered_container{width:100%; max-width:900px;}

#homescreenupdates_panel #home_button img{width:45px; height:45px;}

.mobile #homescreenupdates_panel #header_bar{height:80px;}
.mobile #homescreenupdates_panel #header_text_container #large_progress_container{width:60px; height:60px;}
.mobile #homescreenupdates_panel #header_text_container #large_progress_container #progress_icon_container{width:32px; height:32px;}
.mobile #homescreenupdates_panel #header_text_container #large_progress_container #progress_icon_container img{width:32px; height:32px;}

.mobile #homescreenupdates_panel #header_text_container #text_information_container{left:70px;}

.mobile #homescreenupdates_panel #header_centered_container{ width:calc(100% - 24px); }


.mobile #homescreenupdates_panel #header_bar{ height:80px; }
.mobile #homescreenupdates_panel #vape_cloud_right{ display:none; }

.mobile #homescreenupdates_panel #list_centered_container{height:calc(100% - 80px);  }
.mobile #homescreenupdates_panel #list_centered_container #list_container{width:calc(100% - 32px); box-sizing: border-box; }

.mobile #homescreenupdates_panel #home_button{ bottom:14px; right:0; left:14px; top:auto; transform:none; position:fixed; }

.phone #homescreenupdates_panel #header_text_container{width:100%;}
.phone #homescreenupdates_panel #leaderbaord_bug_container{display:none;}
#intro_panel.ui_screen.popup_background  { overflow: hidden; height: 100%; margin: 0; }
#intro_panel #icon_container{ width:47px; height:47px;  position:absolute; top:24px; right:24px; }

#intro_panel #close_container{position:absolute; left:12px; top:10px; cursor:pointer;}
#intro_panel #close_container img{width:28px;height:28px;}

#intro_panel #centered_container{width:90%; max-width:600px; }
#intro_panel #centered_container #title_container{ margin-bottom:24px; }

#intro_panel #centered_container #not_ready_container{margin-top:40px; }

#intro_panel #login_button{ display: inline-block; width:100%; max-width:183px; margin-right:24px; }
#intro_panel #sso_login_button{ display: inline-block; width:100%; max-width:183px; margin-right:24px; }
#intro_panel #createaccount_button{ display: inline-block; width:100%; max-width:183px; margin-right:24px; }
#intro_panel #changedivision_button{ display: inline-block; width:100%; max-width:183px; } 
#intro_panel #takeatour_button{ display: inline-block; width:100%; max-width:183px; } 

#intro_panel .cssButton{ margin-top:12px; }

.phone #intro_panel #centered_container #title_container{ margin-bottom:0px; text-align: center; }
.phone #intro_panel #centered_container #subtitle_container{ text-align: center; }
.phone #intro_panel #centered_container #buttons_container{ margin-top:30px; }
.phone #intro_panel #login_button{ max-width:100%; }
.phone #intro_panel #sso_login_button{ max-width:100%; }
.phone #intro_panel #createaccount_button{ max-width:100%; }
.phone #intro_panel #createaccount_button{ max-width:100%; }
.phone #intro_panel #takeatour_button{  max-width:100%; } 
.phone #intro_panel #buttons_container{ text-align: center; }
.phone #intro_panel #not_ready_container{ text-align: center; }
.phone #intro_panel .intro_title{ font-size:40px; }
.phone #intro_panel .intro_subtitle{ font-size:16px; }
#item_panel {    overflow-x: hidden;}
#item_panel #bread_crumbs{min-height:24px; position:absolute; top:12px; width:100%; z-index:100; padding-left:36px; }
#item_panel #title_container{ margin-top:80px; }
#item_panel #subnav_container{height:48px; margin-top: 60px; overflow-x:auto;}
#item_panel #sublayout_container{width:100%;   position:relative;}

.phone #item_panel #bread_crumbs{ display:none; }
.phone #item_panel .product_title{font-size:22px;}
.phone #item_panel #subnav_container { margin-top: 40px; }
.phone #item_panel #title_container{margin-top:40px; width: 90%; margin-left: 5%; }

#subnavpanel_about{max-width:1128px; pointer-events: auto; padding-bottom:50px; padding-left:50px; padding-right:50px; padding-top:20px;}
#subnavpanel_about #image_container{ }
#subnavpanel_about #image_container img{display:inline-block; max-height:450px; max-width:100%;}

#subnavpanel_about .slick-slide{height:400px; border:none; outline:none;}
#subnavpanel_about .slick-slide img{height:100%;}
#subnavpanel_about .slick-dots{ bottom: 0px;}


.phone #subnavpanel_about .slick-slide{ height:150px;}
.phone #subnavpanel_about .slick-dots{ bottom:-20px;}

#subnavpanel_attachments{max-width:1128px; padding-bottom:50px; padding-left:50px; padding-right:50px; padding-top:20px; min-height:300px;}
#subnavpanel_attachments .subpanel_item{ display:inline-block; width:340px; margin-right:30px; cursor:pointer;  margin-top: 30px;}
#subnavpanel_attachments .divider{margin-top:48px; margin-bottom:22px;}
#subnavpanel_attachments .subpanel_item #item_image_container{  width: 100%; height: 182px; background-color:#ededed;  box-sizing: border-box; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2); border-radius:3px;}
#subnavpanel_attachments .subpanel_item #item_name_container{  margin-bottom:8px;}

#subnavpanel_attachments .subpanel_item #item_options_container {text-align: left; cursor:pointer;}
#subnavpanel_attachments .subpanel_item #item_options_container #item_favorite{ margin-left:2px;}
#subnavpanel_attachments .subpanel_item #item_options_container #item_download{margin-right:2px;}

#subnavpanel_attachments .subpanel_item #item_options_container .item_option_container{ display:inline-block; margin-top:12px; margin-right:16px; text-align:center; }
#subnavpanel_attachments .subpanel_item #item_options_container .item_option_container .option_image{height:20px; width:20px; vertical-align: middle; margin-right: 12px;}
 

.phone #subnavpanel_attachments .divider_text{font-size:18px;}
.phone #subnavpanel_attachments .item_name{font-size:16px; font-family: 'hpsimplifiedlight'; }
.phone #subnavpanel_attachments .item_name{font-size:16px; font-family: 'hpsimplifiedlight'; }

.phone #subnavpanel_attachments .subpanel_item #item_options_container .item_option_container span{display:none;}
.phone #subnavpanel_attachments .subpanel_item {width:100%;}
.phone #subnavpanel_attachments .subpanel_item #item_image_container{height:160px;}

#subnavpanel_comments{max-width:680px; padding-top:50px; padding-left:20px; padding-right:20px;}
#login_panel #centered_container{width:90%; max-width:600px;}
#login_panel #centered_container #icon_container{ width:108px; height:108px;  margin-bottom:72px; }
#login_panel #centered_container #title_container{ margin-bottom:47px;}


#login_panel #login_button{display: inline-block; width:100%; max-width:193px; margin-right:24px; }
#login_panel #cancel_button{display: inline-block; width:100%; max-width:193px;}

#login_panel #progress_container {padding-bottom: 15px;    height: 40px;}
#login_panel #progress_container img{display:inline-block; height:100%;}
#login_panel #error_container {padding-bottom: 15px;}
#login_panel #forgot_password_container{margin-top:25px; cursor:pointer; }

.phone #login_panel #centered_container{margin-top:40px; padding-bottom:280px;}
.phone #login_panel #centered_container #icon_container{     width: 48px; height: 48px; margin-bottom: 35px; }
.phone #login_panel .login_title{font-size:22px;}
.phone #login_panel #login_button{ max-width: 125px; margin-right:10px;}
.phone #login_panel #sso_login_button{ max-width: 125px; margin-right:10px;}
.phone #login_panel #cancel_button{ max-width: 125px; }
.phone #login_panel #centered_container #title_container { margin-bottom: 34px; }


#needtoupgrade_panel.ui_screen.popup_background  { overflow: hidden; height: 100%; margin: 0; background-color:white; }
#needtoupgrade_panel #icon_container{ width:47px; height:47px;  position:absolute; top:24px; right:24px; }

#needtoupgrade_panel #close_container{position:absolute; left:12px; top:10px; cursor:pointer;}
#needtoupgrade_panel #close_container img{width:28px;height:28px;}

#needtoupgrade_panel #centered_container{width:90%; max-width:600px; }
#needtoupgrade_panel #centered_container #title_container{ margin-bottom:24px; }

#needtoupgrade_panel #centered_container #not_ready_container{margin-top:40px; }
#needtoupgrade_panel #centered_container #buttons_container{margin-top:24px;}

#needtoupgrade_panel #upgrade_button{ display: inline-block; width:100%; max-width:183px; margin-right:24px; }

#needtoupgrade_panel .cssButton{ margin-top:12px; }

.phone #needtoupgrade_panel #centered_container #title_container{ margin-bottom:0px; text-align: center; }
.phone #needtoupgrade_panel #centered_container #subtitle_container{ text-align: center; }
.phone #needtoupgrade_panel #centered_container #buttons_container{ margin-top:30px; }
.phone #needtoupgrade_panel #upgrade_button{ max-width:100%; }
.phone #needtoupgrade_panel #buttons_container{ text-align: center; }
.phone #needtoupgrade_panel #not_ready_container{ text-align: center; }
.phone #needtoupgrade_panel .intro_title{ font-size:40px; }
.phone #needtoupgrade_panel .intro_subtitle{ font-size:16px; }
#points_alert_panel{width: 44px; height: 44px; position:fixed;     top: 14px; right: 31px;}
#points_alert_panel #points_container{width: 44px; height: 44px;background-color:#0096d6; border-radius: 50%;}

#resource_panel {    overflow-x: hidden; }
#resource_panel #bread_crumbs{min-height:24px; position:absolute; top:12px; width:100%; z-index:100; padding-left:36px; }

#resource_panel #post_title_container{margin-top:40px; margin-bottom:20px; max-width:85%;}

#resource_panel #header_container{ position:relative;  max-width:1200px; margin-top:140px; }
#resource_panel #default_header_container{ height:420px; position:relative; }
#resource_panel #default_header_container #image_container{ position:absolute; height:100%; width:100%; }
#resource_panel #default_header_container #title_container{ width:80%; }
#resource_panel #default_header_container #title_container span{ display:block; }

#resource_panel #content_description{ position:relative; max-width:1200px; padding:20px; font-family:'hpsimplifiedlight'; line-height: 1.6; font-size:18px; color:#535455; }
#resource_panel #content_description div{clear: both; }
#resource_panel #content_description #image_container div{clear:none;}

#resource_panel #user_info { position: relative;  max-width: 1200px; clear: both; margin-bottom: 100px;}

#resource_panel #author_container{ padding: 0px 20px;  font-family: 'hpsimplifiedlight';  line-height: 1.6;  font-size: 18px;  color: #535455;  clear: both;}
#resource_panel #author_container #author_title {position:absolute; padding-top: 16px;}
#resource_panel #author_container #author_list{    margin-left: 120px;}

#resource_panel #likes_container{ position: relative;  display: block;  padding: 0 20px 0px 20px;  font-family: 'hpsimplifiedlight';  line-height: 1.6;  font-size: 18px;  color: #535455;  clear: both;}
#resource_panel #likes_container #likes_title {display: inline-block;  padding-top: 16px;  min-width: 250px;  cursor: pointer;  padding-left: 12px;}
#resource_panel #likes_container #like_item{ display: inline-block;  vertical-align: middle;  height: 40px;  width: 40px;   cursor: pointer;}


#resource_panel #threads_container{max-width:680px; padding-top:50px; padding-left:20px; padding-right:20px;}
#resource_panel #yougottakeepem_seperated{ position:relative; max-width:1200px; height:2px; padding-left:20px; padding-right:20px; margin-top:10px; margin-bottom:10px; clear: both;  }
#resource_panel #yougottakeepem_seperated .line{ position:relative; width:100%; height:2px; background-color:#d0d0d0;  }

#resource_panel #image_container{width:50%; margin-left: auto; margin-right: auto; margin-bottom:20px;}

#resource_panel .slick-slide{border:none; outline:none;}
#resource_panel .slick-dots{ bottom: -40px;}
#resource_panel .slider_container{vertical-align: top;}

#resource_panel .author_container{height:60px; display:inline-block; margin-bottom:16px;}
#resource_panel .author_container #author_image{vertical-align: middle; width:60px; height:60px; border-radius:50%; display:inline-block;}
#resource_panel .author_container #author_name{ vertical-align: middle; display:inline-block;     margin-left: 20px;  margin-right: 30px;  position: relative; top: 2px; }
#resource_panel .slick-slide img{width:100%;}

#resource_panel .internal{font-size:20px; font-family:'hpsimplifiedreg'; }

#resource_panel #wistia_container {
  width: 50%;
  margin: 0 auto 20px auto;
}

#resource_panel #video_container {
  width: 50%;
  margin: 0 auto 20px auto;
}


#resource_panel #youtube_embed {
  width: 50%;
  margin: 0 auto 20px auto;
}

/* Hide the players if the content is not added */
#resource_panel #youtube_embed:empty,
#resource_panel #video_container:empty,
#resource_panel #wistia_container:empty {
  display: none;
}


#resource_panel .video_wrapper {
  margin: 0 auto; padding: 0px; margin-top: 8px;
}
#resource_panel .video_wrapper .video_inner{
    position: relative; padding: 0;
}
#resource_panel .video_wrapper .video_most_inner{
      width: 100%;
}
#resource_panel .video_wrapper iframe{ width:100%; height: 100%;}


.phone #resource_panel #bread_crumbs{display: none;}
.phone #resource_panel #header_container{margin-top:32px;}
.phone #community_header_container {padding-top: 1px; }
.phone #community_header_container .community_title { font-size:20px; }

.phone #resource_panel #image_container { width:100%; float:left; margin-right:0px; margin-left:0px; }

.phone #resource_panel #author_container #author_title { position:relative; padding-top:0px; }
.phone #resource_panel #author_container #author_list{margin-left:0px;}
.phone #resource_panel .author_container{height:20px; display:inline-block; margin-bottom:16px;}
.phone #resource_panel .author_container #author_image{vertical-align: middle; width:20px; height:20px; border-radius:50%; display:inline-block;}
.phone #resource_panel .author_container #author_name{ vertical-align: middle; display:inline-block; margin-left: 10px;  margin-right: 20px;  position: relative; top: 2px; }
.phone #resource_panel .author_container .published_by_author_name{font-size:13px;}
.phone #resource_panel #likes_container{ right: 0px; }
.phone #resource_panel #likes_container #likes_title { position:relative; padding-top:0px; right: 0; min-width: unset; width: 260px;}
.phone #resource_panel #likes_container #like_item{height: 30px; width: 30px; right: 40px; bottom: 18px;}


.phone #resource_panel #threads_container{padding-top:20px;}

#search_panel{ background-color:white; }
#search_panel #header_bar{background-color:#4b3f96; height:130px; width:100%; padding-top:1px; overflow:hidden;}

#search_panel #search_input_container{width:100%;  box-sizing: border-box; height:64px; max-width:1024px;  margin-top:32px; background-color:rgba(255,255,255,.1); border-radius:3px; z-index: 2; }
@media(max-width: 1160px) and (min-width:1025px) {
  #search_panel #search_input_container{max-width: calc(100% - 140px);}
}
#search_panel #search_input_container #mega_search{height:100%; }

#search_panel #close_container{position:absolute; left:28px; top:28px; cursor:pointer;}
#search_panel #close_container img{width:34px;height:34px;}
#search_panel #close_button{height: 40px; transform: matrix(1, 0, 0, 1, 0, 0); width: 110px; top: 5px; left: 5px; }
#search_panel #vape_cloud_left{left:0px; bottom:-4px; width:380px; height:75px; position:absolute;}
#search_panel #vape_cloud_right{right:0px; bottom:-4px; width:625px; height:128px;  position:absolute;}

#search_panel #centered_container{height:calc(100% - 130px);  }
#search_panel #centered_container #lists_container{display: flex; padding-bottom:100px; padding-top:32px; width:100%; max-width:1024px;}
#search_panel #centered_container #lists_container #tags_list_container{width:200px;  float:left;  background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); border-radius: 3px;}
#search_panel #centered_container #lists_container #tags_list_container #tags_list{padding-top:24px;}
#search_panel #centered_container #lists_container #content_list_container{width:calc(100% - 232px); min-height:200px;  float:right; background-color: #ffffff; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); border-radius: 3px;}

#search_panel .loading_more{    margin-bottom: 44px;}

#search_panel .tagtype_row {
	padding-left: 30px;
}

#search_panel #categories_toggle {
	box-sizing: border-box;
	width:200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 16px;
	font-size: 1.325rem;
	font-weight: 600;
}

#search_panel #categories_toggle #arrow_image {
	width: 2rem;
	height: 2rem;
}

.mobile #search_panel #header_bar{height:80px;}

.mobile #search_panel #vape_cloud_right{display:none;}
.mobile #search_panel #close_container{left:24px; top:24px;}
.mobile #search_panel #centered_container{height:calc(100% - 80px);  }
.mobile #search_panel #search_input_container{width: calc(100% - 110px); left: 30px; height: 48px; margin-top: 15px; padding-left: 0px; padding-right: 0px; }
.mobile #search_panel #search_input_container .mega_input{font-size:18px;}
.mobile #search_panel #centered_container #lists_container{padding-top:0px; flex-direction: column;}
.mobile #search_panel #centered_container #lists_container #tags_list_container{ width:100%; float:none; margin-bottom:24px;  z-index: 5;; border-bottom: 1px solid white; }
.mobile #search_panel #centered_container #lists_container #content_list_container{ width:100%; float:none; }
.mobile #search_panel #categories_toggle { width: 100%; }

#updateprofile_panel { background-color:rgba(255,255,255,1); overflow-y:auto; padding-top:60px; padding-bottom:100px;  }
#updateprofile_panel #centered_container{width:90%; max-width:600px; clear:both;}

#updateprofile_panel #centered_container #title_container{ margin-bottom:47px;}
#updateprofile_panel #centered_container #user_firstname{margin-right:24px;}


#updateprofile_panel #login_button{display: inline-block; width:100%; max-width:193px; margin-right:24px; }
#updateprofile_panel #cancel_button{display: inline-block; width:100%; max-width:193px;}

#updateprofile_panel #progress_container {padding-bottom: 15px;    height: 40px;}
#updateprofile_panel #progress_container img{display:inline-block; height:100%;}
#updateprofile_panel #error_container {padding-bottom: 15px;}



.phone #updateprofile_panel #centered_container{margin-top:40px; padding-bottom:280px;}
.phone #updateprofile_panel #centered_container #icon_container{     width: 48px; height: 48px; margin-bottom: 35px; }
.phone #updateprofile_panel #centered_container #title_container { margin-bottom: 34px; }

.phone #updateprofile_panel #login_button{ max-width: 125px; margin-right:10px;}
.phone #updateprofile_panel #cancel_button{ max-width: 125px; }

.phone #updateprofile_panel #upload_container{margin-bottom:28px; width: 90px; height: 90px;}
.phone #updateprofile_panel #inputs_receivedetails #user_firstname { margin-right: 18px; }
.phone #updateprofile_panel .login_title{font-size:22px;}
#viewlikesboard_panel {    max-width: 880px; margin-left:auto; margin-right: auto; height: 100%; overflow-x: hidden; background-color:rgba(255,255,255,.95); pointer-events: auto;  }
#viewlikesboard_panel #header_container{margin-top:100px; overflow:auto;}
#viewlikesboard_panel #centered_container{ width:100%; max-width: 890px; max-width:90%;}
#viewlikesboard_panel #content_description{ position:relative; margin-top:100px; padding:20px; font-family:'hpsimplifiedlight'; line-height: 1.6; font-size:18px; color:#535455; }
#viewlikesboard_panel #content_description div{clear: both; }
#viewlikesboard_panel #content_description #image_container div{clear:none;}
#viewlikesboard_panel #content_description .popup_title{display:block; margin-bottom:24px; }


#viewlikesboard_panel #likes_container { position: absolute; right: 75px; top: 30px; font-size: 30px;}

#viewlikesboard_panel #countdown_timers {width: 200px; overflow: auto; float:right; padding-top:18px;}
#viewlikesboard_panel #countdown_timers #next_question_container{margin-right:24px;}

#viewlikesboard_panel #prize_text_container{margin-bottom:12px; }

#viewlikesboard_panel #threads_container{max-width:680px; padding-top:50px; padding-left:20px; padding-right:20px;}
#viewlikesboard_panel #yougottakeepem_seperated{ position:relative; max-width:1200px; height:2px; padding-left:20px; padding-right:20px; margin-top: 20px; margin-bottom: 19px; clear: both;  }
#viewlikesboard_panel #yougottakeepem_seperated .line{ position:relative; width:100%; height:2px; background-color:#efefef;  }

#viewlikesboard_panel #image_container{float:right; width:50%; margin-left: 24px; margin-bottom:20px;}

#viewlikesboard_panel #close_container{position:absolute; left:50px; top:28px; cursor:pointer;}
#viewlikesboard_panel #close_container img{width:34px;height:34px;}
#viewlikesboard_panel #close_button{height: 40px; transform: matrix(1, 0, 0, 1, 0, 0); width: 110px; top: 5px; left: 5px; }

#viewlikesboard_panel #leaderboard_container{margin-top:40px; background-color: white;}
#viewlikesboard_panel #leaderboard_container #like_item { cursor: pointer;  position: fixed;  right: 73px;  top: 105px;  height: 36px;  width: 36px;}

#viewlikesboard_panel .leaderboard_bar{width:100%; height:80px; position:relative;}
#viewlikesboard_panel .leaderboard_bar.even{background-color:#f9f9f9;}
#viewlikesboard_panel .leaderboard_bar.odd{background-color:#ffffff;}
#viewlikesboard_panel .leaderboard_bar.user{background-color:#0096d6;}
#viewlikesboard_panel .leaderboard_bar.user {color:white !important;}

#viewlikesboard_panel .leaderboard_bar.user .leaderboard_rank{color:white; }
#viewlikesboard_panel .leaderboard_bar.user .leaderboard_username{color:white; }
#viewlikesboard_panel .leaderboard_bar.user .leaderboard_stats{color:white; }
#viewlikesboard_panel .leaderboard_bar.user .leaderboard_region{color:white;  }
#viewlikesboard_panel .leaderboard_bar.user .leaderboard_stats_thin{color:white; }

#viewlikesboard_panel .leaderboard_bar #left_container{width:calc(100% - 153px); height:100%; padding-top: 11px;  }

#viewlikesboard_panel .leaderboard_bar #left_container #rank_holder{width:40px; display:inline-block; vertical-align: middle; margin-left:33px; }
#viewlikesboard_panel .leaderboard_bar #left_container #user_icon_container{ width:56px; height:56px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left:16px; background-color:#e2e2e2;}
#viewlikesboard_panel .leaderboard_bar #left_container #luser_stats_container{display: inline-block; vertical-align: middle; margin-left:16px; }
#viewlikesboard_panel .leaderboard_bar #left_container #luser_name_container{ max-width: 20%; max-width:250px; }

#viewlikesboard_panel .leaderboard_bar #right_container{width:200px; height:100%; position:absolute; right:0px; top: 0px; }
#viewlikesboard_panel .leaderboard_bar #right_container #location_container{ margin-top:28px; margin-right:33px; vertical-align: middle; }
#viewlikesboard_panel .leaderboard_bar #right_container #flag_container{ width:34px; height:23px; background-color:#e2e2e2; vertical-align: middle;  }
#viewlikesboard_panel .leaderboard_bar #right_container #region_container{ margin-right: 12px; }


.phone #viewlikesboard_panel .leaderboard_bar{width:100%; height:80px; position:relative;}

.phone #viewlikesboard_panel #header_container{margin-top:60px;}

.phone #viewlikesboard_panel #countdown_timers{float: none; text-align: center; width: 100%;}

.phone #viewlikesboard_panel .leaderboard_bar #left_container #rank_holder{margin-left:5px;  width:30px; text-align: center; }
.phone #viewlikesboard_panel .leaderboard_bar #left_container #user_icon_container{width:40px; height:40px; margin-left:5px;}
.phone #viewlikesboard_panel .leaderboard_bar #right_container #region_container{display: block;}
.phone #viewlikesboard_panel .leaderboard_bar #right_container #flag_container{display: block; display: block; float: right; margin-right: 13px;}

.phone #viewlikesboard_panel .leaderboard_bar #right_container{width:110px;}
.phone #viewlikesboard_panel .leaderboard_bar #right_container #location_container{    margin-top: 18px; margin-right: 5px; vertical-align: middle;}
.phone #viewlikesboard_panel #likes_container { right: 17px; }

.phone #viewlikesboard_panel .leaderboard_bar .leaderboard_username{font-size:15px;}
.phone #viewlikesboard_panel .leaderboard_bar .leaderboard_stats{font-size:15px;}
.phone #viewlikesboard_panel .leaderboard_bar .leaderboard_stats_thin{font-size:13px;}
.phone #viewlikesboard_panel .leaderboard_bar #left_container #luser_name_container{max-width: 125px;}

.phone #viewlikesboard_panel .leaderboard_bar .leaderboard_rank{font-size:14px;}
.phone #viewlikesboard_panel .leaderboard_bar #left_container{    width: calc(100% - 64px);}

.phone #viewlikesboard_panel #close_container{left:12px;}





#viewcontent_panel {    overflow-x: hidden; background-color:rgba(255,255,255,.95); }
#viewcontent_panel #centered_container{ width:100%; max-width: 680px;}
#viewcontent_panel #content_description{ position:relative; margin-top:100px; padding:20px; font-family:'hpsimplifiedlight'; line-height: 1.6; font-size:18px; color:#535455; }
#viewcontent_panel #content_description div{clear: both; }
#viewcontent_panel #content_description #image_container div{clear:none;}
#viewcontent_panel #content_description .popup_title{display:block; margin-bottom:24px; }



#viewcontent_panel #threads_container{max-width:680px; padding-top:50px; padding-left:20px; padding-right:20px;}
#viewcontent_panel #yougottakeepem_seperated{ position:relative; max-width:1200px; height:2px; padding-left:20px; padding-right:20px; margin-top:10px; margin-bottom:10px; clear: both;  }
#viewcontent_panel #yougottakeepem_seperated .line{ position:relative; width:100%; height:2px; background-color:#d0d0d0;  }

#viewcontent_panel #image_container{float:right; width:50%; margin-left: 24px; margin-bottom:20px;}

#viewcontent_panel #close_container{position:absolute; left:28px; top:28px; cursor:pointer;}
#viewcontent_panel #close_container img{width:34px;height:34px;}
#viewcontent_panel #close_button{height: 40px; transform: matrix(1, 0, 0, 1, 0, 0); width: 110px; top: 5px; left: 5px; }

.phone #resource_panel #threads_container{padding-top:20px;}

#viewleaderboard_panel {    overflow-x: hidden; background-color:rgba(255,255,255,.95);  }
#viewleaderboard_panel #header_container{margin-top:100px; overflow:auto;}
#viewleaderboard_panel #centered_container{ width:100%; max-width: 890px; max-width:90%;}
#viewleaderboard_panel #content_description{ position:relative; margin-top:100px; padding:20px; font-family:'hpsimplifiedlight'; line-height: 1.6; font-size:18px; color:#535455; }
#viewleaderboard_panel #content_description div{clear: both; }
#viewleaderboard_panel #content_description #image_container div{clear:none;}
#viewleaderboard_panel #content_description .popup_title{display:block; margin-bottom:24px; }


#viewleaderboard_panel #user_container {width: 320px; overflow: auto; float:left;}
#viewleaderboard_panel #user_container #user_icon_container{ width:84px; height:84px; border-radius: 50%; float:left; }
#viewleaderboard_panel #user_container #info_container{ float:left; margin-top:20px; margin-left:20px;}

#viewleaderboard_panel #countdown_timers {width: 200px; overflow: auto; float:right; padding-top:18px;}
#viewleaderboard_panel #countdown_timers .competition_timer_container{}
#viewleaderboard_panel #countdown_timers #next_question_container{margin-right:24px;}

#viewleaderboard_panel #prize_text_container{margin-bottom:12px; }

#viewleaderboard_panel #threads_container{max-width:680px; padding-top:50px; padding-left:20px; padding-right:20px;}
#viewleaderboard_panel #yougottakeepem_seperated{ position:relative; max-width:1200px; height:2px; padding-left:20px; padding-right:20px; margin-top: 20px; margin-bottom: 19px; clear: both;  }
#viewleaderboard_panel #yougottakeepem_seperated .line{ position:relative; width:100%; height:2px; background-color:#efefef;  }

#viewleaderboard_panel #image_container{float:right; width:50%; margin-left: 24px; margin-bottom:20px;}

#viewleaderboard_panel #close_container{position:absolute; left:28px; top:28px; cursor:pointer;}
#viewleaderboard_panel #close_container img{width:34px;height:34px;}
#viewleaderboard_panel #close_button{height: 40px; transform: matrix(1, 0, 0, 1, 0, 0); width: 110px; top: 5px; left: 5px; }

#viewleaderboard_panel #leaderboard_container{margin-top:40px; background-color: white;}

#viewleaderboard_panel .leaderboard_bar{width:100%; height:80px; position:relative;}
#viewleaderboard_panel .leaderboard_bar.even{background-color:#f9f9f9;}
#viewleaderboard_panel .leaderboard_bar.odd{background-color:#ffffff;}
#viewleaderboard_panel .leaderboard_bar.user{background-color:#0096d6;}
#viewleaderboard_panel .leaderboard_bar.user {color:white !important;}

#viewleaderboard_panel .leaderboard_bar.user .leaderboard_rank{color:white; }
#viewleaderboard_panel .leaderboard_bar.user .leaderboard_username{color:white; }
#viewleaderboard_panel .leaderboard_bar.user .leaderboard_stats{color:white; }
#viewleaderboard_panel .leaderboard_bar.user .leaderboard_region{color:white;  }
#viewleaderboard_panel .leaderboard_bar.user .leaderboard_stats_thin{color:white; }

#viewleaderboard_panel .leaderboard_bar #left_container{width:calc(100% - 153px); height:100%; padding-top: 11px;  }

#viewleaderboard_panel .leaderboard_bar #left_container #rank_holder{width:40px; display:inline-block; vertical-align: middle; margin-left:33px; }
#viewleaderboard_panel .leaderboard_bar #left_container #user_icon_container{ width:56px; height:56px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left:16px; background-color:#e2e2e2;}
#viewleaderboard_panel .leaderboard_bar #left_container #luser_stats_container{display: inline-block; vertical-align: middle; margin-left:16px; }
#viewleaderboard_panel .leaderboard_bar #left_container #luser_name_container{ max-width: 20%; max-width:250px; }

#viewleaderboard_panel .leaderboard_bar #right_container{width:200px; height:100%; position:absolute; right:0px; top: 0px; }
#viewleaderboard_panel .leaderboard_bar #right_container #location_container{ margin-top:28px; margin-right:33px; vertical-align: middle; }
#viewleaderboard_panel .leaderboard_bar #right_container #flag_container{ width:34px; height:23px; background-color:#e2e2e2; vertical-align: middle;  }
#viewleaderboard_panel .leaderboard_bar #right_container #region_container{ margin-right: 12px; }


.phone #viewleaderboard_panel .leaderboard_bar{width:100%; height:80px; position:relative;}

.phone #viewleaderboard_panel #user_container{    margin-left: auto; margin-right: auto; float: none; text-align: center;}
.phone #viewleaderboard_panel #user_container #info_container{width: 100%; display: inline-block; margin-top: 20px; margin-left: 0px; text-align: center;}
.phone #viewleaderboard_panel #user_container #user_icon_container{ float: none; margin-right: auto; margin-left: auto; }
.phone #viewleaderboard_panel .leaderboard_timer{font-size:25px;}
.phone #viewleaderboard_panel #header_container{margin-top:60px;}

.phone #viewleaderboard_panel #countdown_timers{float: none; text-align: center; width: 100%;}

.phone #viewleaderboard_panel .leaderboard_bar #left_container #rank_holder{margin-left:5px;  width:30px; text-align: center; }
.phone #viewleaderboard_panel .leaderboard_bar #left_container #user_icon_container{width:40px; height:40px; margin-left:5px;}
.phone #viewleaderboard_panel .leaderboard_bar #right_container #region_container{display: block;}
.phone #viewleaderboard_panel .leaderboard_bar #right_container #flag_container{display: block; display: block; float: right; margin-right: 13px;}

.phone #viewleaderboard_panel .leaderboard_bar #right_container{width:110px;}
.phone #viewleaderboard_panel .leaderboard_bar #right_container #location_container{    margin-top: 18px; margin-right: 5px; vertical-align: middle;}

.phone #viewleaderboard_panel .leaderboard_bar .leaderboard_username{font-size:15px;}
.phone #viewleaderboard_panel .leaderboard_bar .leaderboard_stats{font-size:15px;}
.phone #viewleaderboard_panel .leaderboard_bar .leaderboard_stats_thin{font-size:13px;}
.phone #viewleaderboard_panel .leaderboard_bar #left_container #luser_name_container{max-width: 125px;}

.phone #viewleaderboard_panel .leaderboard_bar .leaderboard_rank{font-size:14px;}
.phone #viewleaderboard_panel .leaderboard_bar #left_container{    width: calc(100% - 64px);}






.forum_post_list_item {
  color: black;
  padding: 20px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  margin-bottom: 20px;
  position: relative;
}
.forum_post_list_item .top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
}
.forum_post_list_item .top .user_container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: start;
}
.forum_post_list_item .top .user_container .avatar_container img {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  border-radius: 2px solid #eee;
}
.forum_post_list_item .top .user_container .text_container .name_container {
  font-size: 20px;
}
.forum_post_list_item .top .user_container .text_container .date_container img {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-right: 5px;
}
.forum_post_list_item .top .user_container .text_container .date_container .date {
  font-size: 13px;
  color: #aaa;
}
.forum_post_list_item #item_favorite {
  width: 40px;
  padding: 7px;
  margin-right: -7px;
  margin-top: -7px;
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.forum_post_list_item #item_favorite:hover {
  transform: scale(1.1);
}
.forum_post_list_item .inner {
  margin-top: 14px;
  border-top: 1px solid #f0f0f0;
  padding-top: 22px;
  gap: 25px;
  align-items: start;
}
.forum_post_list_item .inner.has_image {
  display: grid;
  grid-template-columns: 1fr 3fr;
}
#screens.phone .forum_post_list_item .inner {
  display: block;
  padding-top: 5px;
}
.forum_post_list_item .inner .image_container {
  width: 100%;
  text-align: center;
}
.forum_post_list_item .inner .image_container img {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  object-fit: cover;
  width: 100%;
  max-height: 160px;
}
.forum_post_list_item .inner .image_container img:hover {
  transform: scale(1.05);
}
.forum_post_list_item .inner .content_body {
  flex-grow: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forum_post_list_item .inner .content_body .content_social {
  color: #555555;
  margin-top: 4px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.forum_post_list_item .inner .content_body .content_social:hover {
  opacity: 0.7;
}
.forum_post_list_item .inner .content_body .content_name {
  font-size: 28px;
  margin-bottom: 0px;
  padding-right: 40px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
#screens.phone .forum_post_list_item .inner .content_body .content_name {
  margin-top: 10px;
  padding-right: 0px;
}
.forum_post_list_item .inner .content_body .content_name:hover {
  opacity: 0.7;
}
.forum_post_list_item .inner .content_body .content_footer {
  color: #aaa;
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.forum_post_list_item .inner .content_body .content_footer .edit {
  cursor: pointer;
  color: #006c97;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
.forum_post_list_item .inner .content_body .content_footer .edit:hover {
  color: #00415b;
}
.forum_topic_list_item {
  color: black;
  padding: 20px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  position: relative;
}
.forum_topic_list_item #item_favorite {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  padding: 7px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
.forum_topic_list_item #item_favorite:hover {
  transform: scale(1.1);
}
.forum_topic_list_item .inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
  align-items: start;
}
#screens.phone .forum_topic_list_item .inner {
  display: block;
  text-align: center;
}
.forum_topic_list_item .inner .image_container {
  width: 100%;
  text-align: center;
}
.forum_topic_list_item .inner .image_container img {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  max-height: 160px;
}
.forum_topic_list_item .inner .image_container img:hover {
  transform: scale(1.05);
}
.forum_topic_list_item .inner .content_body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.forum_topic_list_item .inner .content_body .content_social {
  color: #555555;
  margin-top: 4px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.forum_topic_list_item .inner .content_body .content_social:hover {
  opacity: 0.7;
}
.forum_topic_list_item .inner .content_body .content_name {
  font-size: 28px;
  margin-bottom: 0px;
  padding-right: 40px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
#screens.phone .forum_topic_list_item .inner .content_body .content_name {
  margin-top: 10px;
  padding-right: 0px;
}
.forum_topic_list_item .inner .content_body .content_name:hover {
  opacity: 0.7;
}
.forum_topic_list_item .inner .content_body .content_footer {
  margin-top: 18px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
#screens.phone .forum_topic_list_item .inner .content_body .content_footer {
  justify-content: center;
}
.forum_topic_list_item .inner .content_body .content_footer .stats {
  margin-right: 8px;
}
.forum_topic_list_item .inner .content_body .content_footer img {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-right: 5px;
}
.forum_topic_list_item .inner .content_body .content_footer .date {
  font-size: 13px;
  color: #aaa;
}
.forum_topic_list_item .inner .content_body .content_footer .edit {
  cursor: pointer;
  color: #006c97;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
.forum_topic_list_item .inner .content_body .content_footer .edit:hover {
  color: #00415b;
}
#header_blueprint.header_item {
  text-align: left;
  color: white;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#header_blueprint.header_item .content_container {
  width: calc(100% - 40px);
  height: 100%;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  background-color: #054A73;
}
#header_blueprint.header_item .content_container #background img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#header_blueprint.header_item .content_container .start_button_container {
  font-family: "hpsimplifiedlight";
}
#header_blueprint.header_item .content_container .start_button_container .button_text {
  position: absolute;
  z-index: 900;
  width: calc(100% - 40px);
  padding: 25px 0;
  font-weight: 700;
  color: white;
  font-size: 24px;
}
#header_event {
  background-color: white;
  flex-basis: 100%;
  margin: 0px 20px;
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  min-width: 0px;
}
#header_event .loader {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#screens.phone #header_event {
  margin: 15px 3px;
}
#screens.phone #header_event.collapsed .forum_container, #screens.phone #header_event.collapsed .real_time_container {
  display: none;
}
#screens.phone #header_event.collapsed .header_event_mobile_collapsed_banner {
  display: block;
}
#header_event .header_event_mobile_collapsed_banner {
  display: none;
  padding: 0px 24px;
  cursor: pointer;
}
#header_event .header_event_mobile_collapsed_banner .background_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
#header_event .header_event_mobile_collapsed_banner .foreground_container {
  margin: -15px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 30px;
  align-items: center;
}
#header_event .header_event_mobile_collapsed_banner .foreground_container .link {
  flex-shrink: 0;
}
#header_event .header_event_mobile_collapsed_banner .foreground_container .link img {
  width: 40px;
  transform: rotate(90deg);
}
#header_event .header_event_mobile_collapsed_banner .foreground_container .foreground_content {
  flex-grow: 1;
}
#header_event .content_container {
  display: grid;
  padding: 24px;
  grid-template-columns: 0.2fr 1fr 1fr;
  gap: 24px;
}
#screens.phone #header_event .content_container {
  display: block;
}
#screens.phone #header_event .content_container .forum_container, #screens.phone #header_event .content_container .real_time_container {
  margin-top: 20px;
}
#header_event .header_event_logo {
  flex-shrink: 0;
}
#screens.phone #header_event .header_event_logo {
  display: none;
}
#header_event .header_event_mobile_logo {
  position: relative;
  z-index: 1;
}
#header_event .header_event_mobile_logo img {
  display: block;
}
#screens:not(.phone) #header_event .header_event_mobile_logo {
  display: none;
}
#header_event .category_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#header_event .category_header .category_header_title {
  font-size: 20px;
}
#header_event .category_header .category_header_view_all {
  color: #0698d4;
  cursor: pointer;
  transition: color 0.15s ease-in-out;
}
#header_event .category_header .category_header_view_all:hover {
  color: #006c97;
}
#header_event .forum_container {
  flex-grow: 1;
  min-width: 0px;
}
#header_event .forum_container .forum_content_list {
  margin-top: 10px;
  max-height: 200px;
}
#header_event .forum_container .forum_content_list::-webkit-scrollbar {
  width: 8px;
}
#header_event .forum_container .forum_content_list::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #cdcdcd;
  border: 0px solid #cacaca;
}
#header_event .forum_container .forum_content_list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #0698d4;
}
#header_event .forum_container .forum_content_list .forum_content_item {
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: 1px solid #aaa;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#header_event .forum_container .forum_content_list .forum_content_item .avatar {
  flex-shrink: 0;
}
#header_event .forum_container .forum_content_list .forum_content_item .avatar img {
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
#header_event .forum_container .forum_content_list .forum_content_item .text {
  flex-grow: 1;
  min-width: 0px;
}
#header_event .forum_container .forum_content_list .forum_content_item .text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#header_event .forum_container .forum_content_list .forum_content_item .link {
  flex-shrink: 0;
  padding: 10px;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#header_event .forum_container .forum_content_list .forum_content_item .link:hover {
  transform: scale(1.1);
}
#header_event .forum_container .forum_content_list .forum_content_item .link img {
  overflow: hidden;
  object-fit: cover;
  border-radius: 50%;
  height: 25px;
  width: 25px;
}
#header_event .real_time_container {
  min-width: 0px;
}
#screens.phone #header_event.collapsed #header_event .real_time_container {
  display: none;
}
#header_event .real_time_container .real_time_content_list_container {
  max-width: 100%;
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item {
  height: 145px;
  margin-bottom: 10px;
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item:hover {
  transform: scale(1.05);
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item .title_container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item .image_container {
  text-align: center;
  position: relative;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 10px;
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item .image_container .badge {
  position: absolute;
  color: white;
  font-size: 13px;
  z-index: 10;
  top: 8px;
  left: -8px;
  width: fit-content;
  padding: 5px 10px;
  background-color: rgb(215, 0, 11);
}
#header_event .real_time_container .real_time_content_list_container .real_time_content_list .real_time_content_item .image_container img {
  max-width: min(100%, 200px);
  max-height: 110px;
  display: inline-block;
}
.header_item {
  height: 90px;
  position: relative;
  margin-bottom: 12px;
  width: 100%;
}

@media only screen and (min-width: 1080px) {
  .header_item {
    max-width: 500px;
  }
}
#screens.desktop .hide_app {
  display: initial;
}
#screens.desktop .hide_web {
  display: none !important;
}

#screens.small_desktop .hide_app {
  display: initial;
}
#screens.small_desktop .hide_web {
  display: none !important;
}

#screens.phone .hide_app {
  display: none !important;
}
#screens.phone .hide_web {
  display: initial;
}

#screens.tablet .hide_app {
  display: initial;
}
#screens.tablet .hide_web {
  display: none !important;
}

.header_item .centered_container {
  background-color: white;
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  margin-left: 20px;
}

.full_width .header_item {
  width: 100%;
}

.mobile .header_item .centered_container {
  width: calc(100% - 12px);
  margin-left: 6px;
}

.tablet .header_item {
  margin-bottom: 20px;
}
#header_presentationbuilder.header_item {
  text-align: left;
  color: white;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
#header_presentationbuilder.header_item .content_container {
  width: calc(100% - 40px);
  height: 100%;
  margin-left: 20px;
  position: relative;
  overflow: hidden;
  background-color: #054A73;
}
#header_presentationbuilder.header_item .text_container {
  position: absolute;
  top: 20px;
  left: 40px;
  width: calc(100% - 40px);
}
#header_presentationbuilder.header_item .text_container .heading {
  font-size: 24px;
}
#header_presentationbuilder.header_item .text_container .subheading {
  font-size: 12px;
  font-family: "hpsimplifiedlight";
}
#header_presentationbuilder.header_item .start_button_container {
  position: absolute;
  right: 28px;
  top: 32px;
  font-family: "hpsimplifiedlight";
}
#header_presentationbuilder.header_item .start_button_container .button_text {
  font-weight: 300;
  font-size: 20px;
  display: inline-block;
}
#header_presentationbuilder.header_item .start_button_container .arrow {
  width: 16px;
  display: inline-block;
  padding-left: 10px;
}
#header_presentationbuilder.header_item .start_button_container .arrow img {
  width: 100%;
}
#header_presentationbuilder.header_item .blue_circle {
  position: absolute;
  width: 380px;
  right: -200px;
  top: -160px;
  border-style: solid;
  border-width: 3px;
  border-color: white;
  border-radius: 5000px;
  padding: 0;
}
#header_presentationbuilder.header_item .blue_circle img {
  width: 100%;
}
#screens.phone #header_presentationbuilder.header_item .start_button_container {
  right: 11px;
  top: 38px;
}
#screens.phone #header_presentationbuilder.header_item .start_button_container .button_text {
  display: none;
}
#screens.phone #header_presentationbuilder.header_item .blue_circle {
  right: 35px;
  width: 700px;
  top: -250px;
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #header_presentationbuilder.header_item .start_button_container {
    right: 11px;
    top: 38px;
  }
  #header_presentationbuilder.header_item .start_button_container .button_text {
    display: none;
  }
  #header_presentationbuilder.header_item .blue_circle {
    right: 35px;
    width: 500px;
    top: -250px;
  }
}
.real_time_list_item {
  color: black;
  padding: 20px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}
.real_time_list_item .inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 25px;
  align-items: start;
}
#screens.phone .real_time_list_item .inner {
  display: block;
  text-align: center;
}
.real_time_list_item .inner .image_container {
  width: 100%;
  text-align: center;
}
.real_time_list_item .inner .image_container img {
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  max-width: 100%;
  max-height: 160px;
}
.real_time_list_item .inner .image_container img:hover {
  transform: scale(1.05);
}
.real_time_list_item .inner .content_body {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.real_time_list_item .inner .content_body .content_name {
  font-size: 28px;
  margin-bottom: 0px;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
}
.real_time_list_item .inner .content_body .content_name:hover {
  opacity: 0.7;
}
.real_time_list_item .inner .content_body .content_subnav {
  display: flex;
  flex-direction: row;
  gap: 5px;
  flex-wrap: wrap;
}
#screens.phone .real_time_list_item .inner .content_body .content_subnav {
  justify-content: center;
}
.real_time_list_item .inner .content_body .content_subnav span {
  color: #0698d4;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  padding: 0px 15px 0px 0px;
  margin-bottom: 3px;
  margin-top: 3px;
  border: 1px solid #eeeeee;
  padding: 6px 12px;
  white-space: no-wrap;
  border-radius: 5px;
  display: inline-block;
}
.real_time_list_item .inner .content_body .content_subnav span:hover {
  color: #006c97;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.real_time_list_item .inner .content_body .content_subnav span:not(:last-child) {
  border-right: 1px solid #dddddd;
}
.real_time_list_item .inner .content_body .content_footer {
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}
.real_time_list_item .inner .content_body .content_footer img {
  display: inline-block;
  height: 15px;
  margin-right: 5px;
}
.real_time_list_item .inner .content_body .content_footer .date_container {
  display: flex;
}
.real_time_list_item .inner .content_body .content_footer .date_container .date {
  font-size: 13px;
  color: #aaa;
}
.real_time_list_item .inner .content_body .content_footer .edit {
  cursor: pointer;
  color: #006c97;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
.real_time_list_item .inner .content_body .content_footer .edit:hover {
  color: #00415b;
}
#choose_image_container {
  width: 145px;
  height: 145px;
  max-width: 100%;
  max-height: 100%;
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient(135.42deg, #1AA9C7 0%, #6078EA 100%);
}
#choose_image_container #current_image_container {
  width: 145px;
  height: 145px;
  max-width: 100%;
  max-height: 100%;
  border-radius: 50%;
  border: 2px solid white;
  box-sizing: border-box;
}
#choose_image_container #add_image_container {
  text-align: center;
  color: white;
  font-size: 12px;
}
#choose_image_container #loader_image_container {
  width: 48px;
  height: 48px;
}
#choose_image_container #choose_image_icon {
  position: absolute;
  width: 34px;
  height: 34px;
  bottom: 12px;
  right: 0px;
  background-color: #6078EA;
  border: 2px solid white;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 3px;
}
#choose_image_container #choose_image_icon img {
  width: 100%;
}
#choose_image_container #upload_file_field {
  display: none;
}
#choose_image_container #upload_container {
  overflow: hidden;
  width: 108px;
  height: 108px;
  margin-bottom: 48px;
  border-radius: 50%;
}
#choose_image_container #upload_container #image_progress_container {
  width: 34px;
  height: 34px;
}
#choose_image_container #upload_container #image_progress_container img {
  width: 100%;
}
#choose_image_container #upload_container #user_image_container #user_image_container {
  border-radius: 50%;
}
#choose_image_container #upload_container #edit_container {
  bottom: 0px;
  height: 70px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.43) 43%, #000000);
  cursor: pointer;
}
#choose_image_container #upload_container #change_button_text {
  margin-top: 14px;
}
#action_sheet_panel {
  background-color: rgba(0, 0, 0, 0.85);
  color: #ffffff;
}
#action_sheet_panel #centered_container {
  width: 90%;
  max-width: 420px;
  top: auto;
  bottom: 90px;
}
#action_sheet_panel #centered_container #rounded {
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 8px;
}
#action_sheet_panel #centered_container #rounded #title_container {
  padding: 10px;
  color: #333333;
}
#action_sheet_panel #centered_container #rounded #description_container {
  color: #555555;
  font-size: smaller;
  padding: 0px 10px 15px 10px;
}
#action_sheet_panel #centered_container #rounded #buttons_container .button {
  border-top: 1px solid #aaaaaa;
  color: #0000ff;
  padding: 10px;
}
#action_sheet_panel #centered_container #rounded #buttons_container .button:hover {
  cursor: pointer;
  color: #4444ff;
}
#action_sheet_panel #centered_container #cancel_container {
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff;
  font-weight: bold;
  color: blue;
  padding: 10px;
}
#createcontent_panel {
  background-color: rgb(255, 255, 255);
  overflow-y: auto;
  padding-top: 60px;
  padding-bottom: 100px;
}
#createcontent_panel #centered_container {
  width: 90%;
  max-width: 600px;
  clear: both;
  margin: auto;
}
#createcontent_panel #centered_container .grid_subtitle {
  font-size: 16px;
}
#createcontent_panel #centered_container textarea {
  height: 150px;
}
#createcontent_panel #buttons_container {
  display: inline-block;
  width: 100%;
}
#createcontent_panel #buttons_container .cssButton {
  margin: 10px;
}
#createcontent_panel #title_container {
  margin-bottom: 10px;
}
#createcontent_panel #description_container {
  margin-bottom: 40px;
  padding: 10px;
}
#createcontent_panel #login_button {
  display: inline-block;
  width: 100%;
  max-width: 193px;
}
#createcontent_panel #cancel_button {
  display: inline-block;
  width: 100%;
  max-width: 193px;
}
#createcontent_panel #progress_container {
  height: 40px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#createcontent_panel #progress_container img {
  display: inline-block;
  height: 100%;
}
#createcontent_panel #error_container {
  padding-bottom: 15px;
}
#createcontent_panel textarea {
  padding-top: 20px;
}
#createcontent_panel #private_container {
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#createcontent_panel #reset_container {
  margin-top: 5px;
  margin-bottom: 25px;
  cursor: pointer;
}
#createcontent_panel #add_file_container {
  margin-top: 30px;
  margin-bottom: 25px;
}
#createcontent_panel #add_file_container #share_icon {
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  cursor: pointer;
}
#createcontent_panel #add_file_container #share_text {
  cursor: pointer;
}
#createcontent_panel .file_row {
  height: 40px;
  height: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
#createcontent_panel .file_row #file_remove {
  position: absolute;
  right: 15px;
  top: 11px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#createcontent_panel .file_row #file_icon {
  width: 20px;
  position: absolute;
  top: 10px;
  left: 12px;
}
#createcontent_panel .file_row #file_name {
  position: relative;
  margin-left: 50px;
  top: 9px;
}
#createcontent_panel .file_row img {
  width: 100%;
}
body.phone #createcontent_panel #centered_container {
  margin-top: 40px;
  padding-bottom: 280px;
}
body.phone #createcontent_panel #login_button {
  max-width: 125px;
  margin-right: 10px;
}
body.phone #createcontent_panel #cancel_button {
  max-width: 125px;
}
body.phone #createcontent_panel .grid_title {
  font-size: 22px;
}
.created_presentation_list_panel {
  background-color: white;
  display: flex;
  flex-direction: column;
}
.created_presentation_list_panel .fixed_header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: white;
  z-index: 99;
  padding-top: 40px;
  padding-bottom: 20px;
}
.created_presentation_list_panel .content_container {
  flex-grow: 1;
  width: calc(100% - 80px);
  margin: auto;
  position: relative;
  max-width: 1080px;
}
.phone .created_presentation_list_panel .content_container {
  width: calc(100% - 40px);
}
.created_presentation_list_panel .content_container .footer {
  min-height: 100px;
}
.created_presentation_list_panel .page_title {
  font-size: 30px;
  width: 100%;
  color: #000000;
}
#messages.phone .created_presentation_list_panel .page_title, #messages.tablet .created_presentation_list_panel .page_title {
  font-size: 20px;
  padding-top: 11px;
}
.created_presentation_list_panel .exit_button {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 30px;
}
#messages.phone .created_presentation_list_panel .exit_button, #messages.tablet .created_presentation_list_panel .exit_button {
  top: 10px;
  width: 20px;
}
.created_presentation_list_panel .exit_button img {
  width: 100%;
}
.created_presentation_list_panel .exit_button img .stroke {
  stroke: black;
}
.created_presentation_list_panel .presentation_headers {
  width: calc(100% - 26px);
  font-size: 0;
  margin: auto;
  margin-bottom: 20px;
  margin-top: 26px;
}
#messages.phone .created_presentation_list_panel .presentation_headers {
  display: none;
}
.created_presentation_list_panel .presentation_headers .row_cell {
  font-size: 12px;
  font-weight: bold;
}
.created_presentation_list_panel .inline_loader {
  width: 75px;
  display: inline-block;
  padding-top: 10px;
  height: 21px;
}
.created_presentation_list_panel .inline_loader img {
  width: 30px;
  margin: auto;
  display: block;
}
.created_presentation_list_panel .presentations_container {
  padding-top: 40px;
  width: calc(100% - 20px);
  margin: 0 auto;
}
.created_presentation_list_panel .loader {
  width: 100%;
  text-align: center;
  margin-top: 40px;
  display: none;
}
.created_presentation_list_panel .load_more_button {
  color: white;
  background-color: #0096D5;
  margin: auto;
  width: 90px;
  margin-top: 40px;
}
.created_presentation_list_panel .row_cell {
  display: inline-block;
  font-size: 16px;
  color: #000000;
  text-align: left;
}
#messages.phone .created_presentation_list_panel .row_cell {
  display: block;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
#messages.phone .created_presentation_list_panel .row_cell.client_name {
  padding-top: 10px;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
}
#messages.phone .created_presentation_list_panel .row_cell.client_name, #messages.phone .created_presentation_list_panel .row_cell.date_created, #messages.phone .created_presentation_list_panel .row_cell.sos, #messages.phone .created_presentation_list_panel .row_cell.actions {
  width: 100%;
  position: relative;
  text-align: left;
  left: auto;
  top: auto;
}
#messages.phone .created_presentation_list_panel .row_cell.date_created, #messages.phone .created_presentation_list_panel .row_cell.sos {
  width: 50%;
  display: inline-block;
}
#messages.phone .created_presentation_list_panel .row_cell.actions .button {
  display: block;
  margin-top: 10px;
  margin-left: 0;
}
.phone #messages.phone .created_presentation_list_panel .row_cell.actions .button {
  width: unset;
}
.created_presentation_list_panel .row_cell.client_name {
  width: 30%;
  left: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.created_presentation_list_panel .row_cell.date_created {
  width: 20%;
  left: 30%;
}
.created_presentation_list_panel .row_cell.sos {
  width: 20%;
  left: 50%;
}
.created_presentation_list_panel .row_cell.actions {
  width: 40%;
  left: 60%;
  text-align: right;
}
.created_presentation_list_panel .row_cell.actions .button {
  display: inline-block;
  margin-left: 10px;
}
.created_presentation_list_panel .row_cell.actions .button.download_button {
  color: white;
  background-color: #0096D5;
}
.created_presentation_list_panel .row_cell.actions .button.delete_button {
  color: red;
  border-color: red;
}
.created_presentation_list_panel .row_cell.actions .button.try_again_button, .created_presentation_list_panel .row_cell.actions .button.update_button {
  color: #0096D5;
}
.created_presentation_list_panel .scroll_container {
  height: 550px;
  padding-bottom: 150px;
}
.created_presentation_list_panel .created_presentation_list_item {
  height: 100px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-bottom: 8px;
  position: relative;
}
#messages.phone .created_presentation_list_panel .created_presentation_list_item {
  height: auto;
  width: 98%;
  padding: 0 10px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.created_presentation_list_panel .created_presentation_list_item .inner {
  width: calc(100% - 26px);
  height: 100%;
  margin: auto;
  position: relative;
}
.phone .created_presentation_list_panel .created_presentation_list_item *:not(.button) {
  all: unset;
}
.created_presentation_list_panel .button {
  padding: 10px;
  min-width: 74px;
  text-align: center;
  border-color: #0096D5;
  border-style: solid;
  border-width: 2px;
  cursor: pointer;
}
#create_forum_post_panel {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
#create_forum_post_panel .image_padding_container {
  margin: 0px auto 15px auto;
  padding-top: 50%;
  position: relative;
}
#create_forum_post_panel .image_padding_container .image_container {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#create_forum_post_panel #choose_image_container, #create_forum_post_panel #current_image_container {
  border-radius: 0px;
  width: 100%;
  height: 100%;
}
#create_forum_post_panel .primary {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}
#create_forum_post_panel .primary #save_button {
  width: 100px;
}
#create_forum_post_panel .primary .close_container {
  width: 40px;
  height: 40px;
}
#create_forum_post_panel .primary .close_container img {
  padding: 5px;
}
#create_forum_post_panel .post_body {
  min-height: 0px;
  flex-grow: 1;
  color: #000;
}
#create_forum_post_panel .post_body .content_container {
  height: 100%;
}
#create_forum_post_panel .post_body .content_container .content_body {
  max-width: 700px;
  margin-left: auto;
  padding-bottom: 440px;
  padding: 15px;
  margin-right: auto;
}
#create_forum_post_panel .post_body .content_container .header_title {
  margin-bottom: 20px;
  text-align: center;
}
#create_forum_post_panel .post_body .content_container .header_title input {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
}
#create_forum_post_panel .post_body .content_container #tags_container {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
#create_forum_post_panel .post_body .content_container #tags_container #tags {
  width: 100%;
  padding: 10px;
}
#create_forum_post_panel .post_body .content_container #tags_container .chosen-container-multi .chosen-choices {
  padding: 8px 10px;
  border: 1px solid rgb(118, 118, 118);
}
#forum_panel {
  display: flex;
  flex-direction: column;
}
#forum_panel .forum_header {
  margin-top: 20px;
}
#forum_panel .forum_header .primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  min-height: 100px;
}
#forum_panel .forum_header .primary .header_logo {
  position: absolute;
  flex-shrink: 0;
}
#screens.phone #forum_panel .forum_header .primary .header_logo {
  position: relative;
}
#forum_panel .forum_header .primary .header_title {
  flex-grow: 1;
  text-align: center;
  font-size: 28px;
}
#forum_panel .forum_header .filter_bar {
  background-color: #4b3f96;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 20px;
}
#forum_panel .forum_header .filter_bar .create_button_container {
  height: 45px;
  width: 100px;
}
#screens.phone #forum_panel .forum_header .filter_bar .create_button_container {
  width: 100%;
  height: 30px;
}
#forum_panel .forum_header .filter_bar .create_button_container .white_button_outline {
  height: 100%;
}
#forum_panel .forum_header .filter_bar .filter_container {
  max-width: 700px;
  align-items: center;
  gap: 20px;
}
#forum_panel .forum_header .filter_bar .filter_container > div {
  flex-grow: 1;
}
#forum_panel .forum_header .filter_bar .filter_container input, #forum_panel .forum_header .filter_bar .filter_container select {
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
}
#forum_panel .forum_header .filter_bar .filter_container input {
  padding: 15px;
}
#forum_panel .forum_header .filter_bar .filter_container .tags_container {
  max-width: 33vw;
}
#forum_panel .forum_header .filter_bar .filter_container select {
  min-width: 250px;
  background-image: url(/assets/ui/Icon_Chevron_Down_Dark.svg);
  background-position: calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 15px 35px 15px 15px;
}
#forum_panel .content_container {
  padding-bottom: 300px;
}
#forum_panel .content_container .content_list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#forum_panel .load_more_button {
  cursor: pointer;
  color: black;
  text-align: center;
  border: 1px solid black;
  width: fit-content;
  margin: auto;
  padding: 8px 16px;
  transition: all 0.15s ease-in-out;
}
#forum_panel .load_more_button:hover {
  opacity: 0.7;
}
#forum_post_panel {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
#forum_post_panel .primary {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}
#forum_post_panel .primary .close_container {
  width: 40px;
  height: 40px;
}
#forum_post_panel .primary .close_container img {
  padding: 5px;
}
#forum_post_panel #threads_container {
  position: relative;
  margin-top: 40px;
  padding-top: 30px;
}
#forum_post_panel #threads_container .threads_background {
  position: absolute;
  top: 0px;
  left: -30px;
  width: calc(100% + 60px);
  height: 156px;
}
#forum_post_panel .post_body {
  min-height: 0px;
  flex-grow: 1;
  color: #000;
}
#forum_post_panel .post_body .content_container {
  height: 100%;
}
#forum_post_panel .post_body .content_container .content_body {
  min-height: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  box-sizing: border-box;
}
body.phone #forum_post_panel .post_body .content_container .content_body {
  padding: 20px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top .user_container {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: start;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top .user_container .avatar_container img {
  width: 42px;
  height: 42px;
  overflow: hidden;
  border-radius: 50%;
  object-fit: cover;
  border-radius: 2px solid #eee;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top .user_container .text_container .name_container {
  font-size: 20px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top .user_container .text_container .date_container img {
  display: inline-block;
  vertical-align: middle;
  height: 15px;
  margin-right: 5px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .top .user_container .text_container .date_container .date {
  font-size: 13px;
  color: #aaa;
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container #item_favorite {
  width: 40px;
  padding: 7px;
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container #item_favorite:hover {
  transform: scale(1.1);
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container #item_report {
  width: 40px;
  padding: 7px;
  text-align: right;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container #item_report:hover {
  transform: scale(1.1);
}
#forum_post_panel .post_body .content_container .content_body .content_top .actions_container #item_report img {
  width: 100%;
}
#forum_post_panel .post_body .content_container .content_body .content_top .image_container img {
  width: 100%;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container {
  margin-top: 22px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container .header_title {
  font-weight: bold;
  font-size: 24px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container .edit {
  cursor: pointer;
  color: #006c97;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
  margin-right: 10px;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container .edit:hover {
  color: #00415b;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container .delete {
  cursor: pointer;
  color: #c92525;
  font-size: 16px;
  transition: all 0.15s ease-in-out;
}
#forum_post_panel .post_body .content_container .content_body .content_top .header_container .delete:hover {
  color: #5b0000;
}
#forum_topic_panel {
  display: flex;
  flex-direction: column;
}
#forum_topic_panel .forum_header {
  margin-top: 20px;
}
#forum_topic_panel .forum_header .primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  min-height: 100px;
}
#forum_topic_panel .forum_header .primary .header_logo {
  position: absolute;
  flex-shrink: 0;
}
#screens.phone #forum_topic_panel .forum_header .primary .header_logo {
  position: relative;
}
#forum_topic_panel .forum_header .primary .header_text {
  flex-grow: 1;
  text-align: center;
}
#forum_topic_panel .forum_header .primary .header_text .header_title {
  font-size: 28px;
}
#forum_topic_panel .forum_header .primary .header_text .header_description {
  font-size: 15px;
}
#forum_topic_panel .forum_header .primary .header_text .view_all {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
  font-size: 15px;
  transition: all 0.15s ease-in-out;
}
#forum_topic_panel .forum_header .primary .header_text .view_all img {
  height: 14px;
  transform: rotate(180deg);
}
#forum_topic_panel .forum_header .primary .header_text .view_all:hover {
  scale: 1.1;
  opacity: 0.7;
}
#screens.phone #forum_topic_panel .forum_header .primary {
  min-height: 60px;
}
#screens.phone #forum_topic_panel .forum_header .primary .header_title {
  font-size: 20px;
}
#screens.phone #forum_topic_panel .forum_header .primary .header_logo img {
  object-fit: contain;
  max-height: 70px;
}
#forum_topic_panel .forum_header .filter_bar {
  background-color: #4b3f96;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 20px;
}
#forum_topic_panel .forum_header .filter_bar .create_button_container {
  height: 45px;
  width: 100px;
}
#forum_topic_panel .forum_header .filter_bar .create_button_container .white_button_outline {
  height: 100%;
}
#forum_topic_panel .forum_header .filter_bar .filter_container {
  display: flex;
  width: 100%;
  gap: 15px;
  max-width: 700px;
}
#forum_topic_panel .forum_header .filter_bar .filter_container .search_container {
  flex-grow: 1;
}
#forum_topic_panel .forum_header .filter_bar .filter_container input, #forum_topic_panel .forum_header .filter_bar .filter_container select {
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
}
#forum_topic_panel .forum_header .filter_bar .filter_container .tags_container {
  max-width: 33vw;
}
#forum_topic_panel .forum_header .filter_bar .filter_container input {
  padding: 15px;
}
#forum_topic_panel .forum_header .filter_bar .filter_container select {
  max-width: 100%;
  background-image: url(/assets/ui/Icon_Chevron_Down_Dark.svg);
  background-position: calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 15px 35px 15px 15px;
}
#forum_topic_panel .content_container {
  padding-bottom: 300px;
}
#forum_topic_panel .content_container .content_list {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#forum_topic_panel .content_container .content_list .no_posts {
  padding: 15px;
  color: #555;
}
#forum_topic_panel .load_more_button {
  cursor: pointer;
  color: black;
  text-align: center;
  border: 1px solid black;
  width: fit-content;
  margin: auto;
  padding: 8px 16px;
  transition: all 0.15s ease-in-out;
}
#forum_topic_panel .load_more_button:hover {
  opacity: 0.7;
}
.presentation_builder_image_upload {
  position: relative;
}
.presentation_builder_image_upload.round {
  width: 100px;
}
.presentation_builder_image_upload.round .image_container {
  width: 100px;
  height: 100px;
  border-radius: 90px;
}
.presentation_builder_image_upload.round #loader_image_container {
  width: 100px;
  height: 100px;
}
.presentation_builder_image_upload.round #current_image_container {
  width: 100px;
  height: 100px;
}
.presentation_builder_image_upload.round .plus_icon {
  bottom: 0;
  right: 0;
}
.presentation_builder_image_upload.rectangular {
  width: 223px;
}
.presentation_builder_image_upload.rectangular .image_container {
  width: 223px;
  height: 130px;
}
.presentation_builder_image_upload.rectangular #loader_image_container {
  width: 223px;
  height: 130px;
}
.presentation_builder_image_upload.rectangular #current_image_container {
  width: 223px;
  height: 130px;
}
.presentation_builder_image_upload.rectangular .plus_icon {
  bottom: -12px;
  right: -12px;
}
.presentation_builder_image_upload .image_container {
  position: relative;
  overflow: hidden;
}
.presentation_builder_image_upload .image_container input {
  display: none;
}
.presentation_builder_image_upload .image_container #loader_image_container {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
}
.presentation_builder_image_upload .image_container #current_image_container {
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center;
}
.presentation_builder_image_upload .plus_icon {
  width: 24px;
  height: 24px;
  position: absolute;
}
.presentation_builder_image_upload .plus_icon img {
  width: 100%;
}
#screens.phone .hover-grow,
#screens.tablet .hover-grow {
  transition: none !important;
}
#screens.phone .hover-grow:hover,
#screens.tablet .hover-grow:hover {
  transform: none;
}

.presentation_builder_sub_panel {
  position: absolute;
  background-color: transparent;
  font-family: "hpsimplifiedlight";
  color: #FFFFFF;
  overflow: hidden;
  align-items: center;
}
.presentation_builder_sub_panel .step_content {
  width: 100%;
  height: 100%;
}
.mobile .presentation_builder_sub_panel .step_content {
  display: flex;
  flex-direction: column;
}
.presentation_builder_sub_panel .question_text {
  left: 230px;
  width: 20%;
}
.presentation_builder_sub_panel .question_text .main_text {
  font-size: 50px;
}
.presentation_builder_sub_panel .question_text .main_text span {
  display: block;
  font-size: 30px;
}
@media screen and (max-width: 1400px) and (min-width: 1024px) {
  .presentation_builder_sub_panel .question_text .main_text {
    font-size: 32px;
  }
  .presentation_builder_sub_panel .question_text .main_text span {
    display: block;
    font-size: 18px;
  }
}
.presentation_builder_sub_panel .question_text .sub_text {
  font-size: 13px;
  font-family: "hpsimplifiedreg";
}
#screens.phone .presentation_builder_sub_panel .question_text, #screens.tablet .presentation_builder_sub_panel .question_text {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  left: auto;
  text-align: center;
  width: 70%;
  min-height: 150px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-content: center;
  margin: 0 auto;
  position: relative;
}
#screens.phone .presentation_builder_sub_panel .question_text .option, #screens.tablet .presentation_builder_sub_panel .question_text .option {
  font-size: 16px;
}
#screens.phone .presentation_builder_sub_panel .question_text .main_text, #screens.tablet .presentation_builder_sub_panel .question_text .main_text {
  font-size: 24px;
}
#screens.phone .presentation_builder_sub_panel .question_text .sub_text, #screens.tablet .presentation_builder_sub_panel .question_text .sub_text {
  font-size: 24px;
}
#screens.phone .presentation_builder_sub_panel .question_text span, #screens.tablet .presentation_builder_sub_panel .question_text span {
  font-size: 16px;
}
.presentation_builder_sub_panel .input_container {
  left: 48%;
  width: 30%;
  max-height: 100%;
  box-sizing: border-box;
  overflow: visible;
  padding-top: 40px;
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  overflow-y: auto;
}
#screens.phone .presentation_builder_sub_panel .input_container, #screens.tablet .presentation_builder_sub_panel .input_container {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  padding-top: 0;
  margin: auto;
  position: relative;
  padding-bottom: 75px;
}
.presentation_builder_sub_panel .input_container .text_input {
  padding-left: 12px;
  padding-right: 12px;
  min-height: 50px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}
.presentation_builder_sub_panel .input_label {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 8px;
}
.presentation_builder_sub_panel .welcome_step {
  width: 100%;
  height: 100%;
}
.presentation_builder_sub_panel .welcome_step .welcome_title {
  min-height: 230px;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  display: block;
  width: 100%;
  margin: auto;
}
#screens.phone .presentation_builder_sub_panel .welcome_step .welcome_title, #screens.tablet .presentation_builder_sub_panel .welcome_step .welcome_title {
  top: 25%;
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
}
#screens.phone .presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text, #screens.tablet .presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text {
  width: 90%;
  font-size: 40px;
}
#screens.phone .presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text::after, #screens.tablet .presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text::after {
  opacity: 1;
  pointer-events: none;
}
.presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text {
  width: 45%;
  margin: auto;
  text-align: center;
  position: relative;
}
.presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text:hover::after {
  opacity: 1;
}
.presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text::after {
  transition: opacity 300ms ease;
  opacity: 0;
  content: attr(data-subtitle-text);
  position: absolute;
  top: 100%;
  left: 50%;
  width: 75%;
  max-width: 500px;
  font-size: 24px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-family: "HP Simplified";
  font-style: italic;
  font-weight: 300;
  transform: translateX(-50%);
}
@media screen and (max-height: 750px) {
  .presentation_builder_sub_panel .welcome_step .welcome_title .welcome_title_text::after {
    display: none;
  }
}
.presentation_builder_sub_panel .welcome_step .welcome_title .welcome_subtitle_text {
  width: 35%;
  font-size: 24px;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-family: "HP Simplified";
  font-style: italic;
  font-weight: 300;
}
.presentation_builder_sub_panel .welcome_step .bottom {
  width: 100%;
  position: absolute;
  bottom: 40px;
  text-align: center;
}
.presentation_builder_sub_panel .welcome_step .bottom .start_button {
  display: inline-block;
  cursor: pointer;
}
#screens.phone .presentation_builder_sub_panel .welcome_step .bottom .start_button, #screens.tablet .presentation_builder_sub_panel .welcome_step .bottom .start_button {
  pointer-events: auto;
  display: block;
  width: 100%;
  margin-bottom: 100px;
}
.presentation_builder_sub_panel .welcome_step .bottom .start_button .start_caret {
  width: 28px;
  display: inline-block;
}
.presentation_builder_sub_panel .welcome_step .bottom .start_button .start_caret img {
  transform: rotate(90deg);
}
.presentation_builder_sub_panel .welcome_step .bottom .start_button .start_caret img .st0 {
  stroke: white;
}
.presentation_builder_sub_panel .welcome_step .previous_versions_button {
  position: absolute;
  bottom: 70px;
  left: 49px;
  font-size: 24px;
  padding-left: 26px;
  cursor: pointer;
}
#screens.phone .presentation_builder_sub_panel .welcome_step .previous_versions_button,
.presentation_builder_sub_panel .welcome_step .previous_versions_button #screens.tablet {
  width: calc(100% - 150px);
  font-size: 18px;
  bottom: 20px;
  left: 20px;
}
.presentation_builder_sub_panel .welcome_step .previous_versions_button .icon {
  width: 20px;
  position: absolute;
  top: -1px;
  left: 0;
}
.presentation_builder_sub_panel .welcome_step .previous_versions_button .icon img {
  display: inline-block;
  width: 20px;
}
.mobile .presentation_builder_sub_panel .choice_step {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-height: 100%;
}
.presentation_builder_sub_panel .choice_step .options {
  position: absolute;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
.presentation_builder_sub_panel .choice_step .options.scroll_y {
  overflow-x: hidden;
  overflow-y: scroll;
  padding-left: 50px;
  padding-right: 50px;
  min-width: 500px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.presentation_builder_sub_panel .choice_step .options.scroll_y::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.presentation_builder_sub_panel .choice_step .options.scroll_y::-webkit-scrollbar-thumb {
  background: #054A73;
}
.presentation_builder_sub_panel .choice_step .options.scroll_y::-webkit-scrollbar-thumb:hover {
  background: #555;
}
#screens.phone .presentation_builder_sub_panel .choice_step .options.scroll_y {
  min-width: unset;
}
#screens.phone .presentation_builder_sub_panel .choice_step .options, #screens.tablet .presentation_builder_sub_panel .choice_step .options {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  width: 100%;
  align-items: start;
  margin-top: 52px;
  margin-left: 50px;
  padding-bottom: 75px;
}
#screens.phone .presentation_builder_sub_panel .choice_step .options .option, #screens.tablet .presentation_builder_sub_panel .choice_step .options .option {
  padding-top: 0px;
  font-size: 16px;
  position: relative;
  width: calc(100% - 90px);
}
#screens.phone .presentation_builder_sub_panel .choice_step .options .option:not(.option_dropdown), #screens.tablet .presentation_builder_sub_panel .choice_step .options .option:not(.option_dropdown) {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  margin-left: 70px;
}
#screens.phone .presentation_builder_sub_panel .choice_step .options .option.mainoption, #screens.tablet .presentation_builder_sub_panel .choice_step .options .option.mainoption {
  margin-left: 36px;
  font-size: 28px;
}
.presentation_builder_sub_panel .choice_step .options .option {
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  margin-bottom: 30px;
}
.presentation_builder_sub_panel .choice_step .options .option:not(.option_dropdown) {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
  margin-left: 33px;
}
.presentation_builder_sub_panel .choice_step .options .option.option_dropdown .dropdown_text {
  display: flex;
  align-items: center;
  position: relative;
}
.presentation_builder_sub_panel .choice_step .options .option.coming_soon {
  color: #8d8d8d;
  font-family: "HP Simplified";
  font-style: italic;
  font-weight: 300;
}
.presentation_builder_sub_panel .choice_step .options .option.coming_soon:hover {
  font-weight: 300;
}
.presentation_builder_sub_panel .choice_step .options .option.coming_soon span {
  font-size: 18px;
}
.presentation_builder_sub_panel .choice_step .options .option.selected {
  color: #FFFFFF;
  position: relative;
}
.presentation_builder_sub_panel .choice_step .options .option.selected img.imgselect {
  display: block;
  padding-right: 16px;
}
.presentation_builder_sub_panel .choice_step .options .option.selected img.default {
  display: none;
}
.presentation_builder_sub_panel .choice_step .options .option img.imgselect {
  display: none;
}
.presentation_builder_sub_panel .choice_step .options .option img.default {
  display: block;
  padding-right: 16px;
}
.presentation_builder_sub_panel .choice_step .option_dropdown.expanded {
  color: white;
}
.presentation_builder_sub_panel .choice_step .option_dropdown.expanded .dropdown_text .dropdown {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  transform: rotate(90deg);
}
.presentation_builder_sub_panel .choice_step .option_dropdown.selected .dropdown_text {
  position: relative;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .dropdown_text {
  font-size: 28px;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .dropdown_text .dropdown {
  width: 22px;
  height: 22px;
  margin-right: 14px;
  transform: rotate(0deg);
  transition: 500ms;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .dropdown_text .check {
  display: none;
  width: 20px;
  height: 20px;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options {
  display: none;
  padding-top: 5px;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option {
  display: inline-block;
  margin-right: 2.5%;
  font-size: 16px;
  border-color: white;
  border-style: solid;
  border-width: 2px;
  color: white;
  padding: 10px;
  margin-bottom: 10px;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option.list {
  display: block;
  border: none;
  color: #a5a5a5;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option.list.selected {
  color: white;
  font-weight: bold;
  background-color: transparent;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option.coming_soon {
  color: #8d8d8d;
  border-color: #8d8d8d;
  font-family: "HP Simplified";
  font-style: italic;
  font-weight: 300;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option.coming_soon:hover {
  font-weight: 300;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option span {
  font-style: italic;
  font-weight: light;
}
.presentation_builder_sub_panel .choice_step .option_dropdown .sub_options .sub_option.selected {
  background-color: white;
  color: #054A73;
}
.presentation_builder_sub_panel .prepared_for_step .image_upload_container {
  margin-bottom: 40px;
}
.presentation_builder_sub_panel .customize_step .cover_image_upload_container {
  margin-bottom: 40px;
}
.presentation_builder_sub_panel .contact_step .image_upload_container {
  margin-bottom: 34px;
}
.presentation_builder_sub_panel .contact_step .text_input {
  margin-bottom: 20px;
}
.presentation_builder_sub_panel .complete_step .centered_container {
  width: 50%;
  padding-top: 50px;
  max-width: 600px;
}
.presentation_builder_sub_panel .complete_step .centered_container .status_title {
  width: 100%;
  text-align: center;
  font-size: 30px;
  color: white;
  line-height: 1;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container {
  display: none;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile {
  width: 90%;
  border: 8px solid #A5A5A5;
  font-size: 0px;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .presentation_cover_image_container {
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .presentation_cover_image_container img {
  width: 100%;
  max-height: 200px;
  object-fit: cover;
  text-align: center;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .footer {
  width: 100%;
  height: 60px;
  background-color: white;
  position: relative;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .footer .created_for {
  position: absolute;
  left: 12px;
  top: 20px;
  font-size: 16px;
  color: #000000;
  text-overflow: ellipsis;
  max-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  max-width: 92%;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .footer .company_logo {
  display: none;
  position: absolute;
  right: 12px;
  top: 5px;
  height: 50px;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .presentation_tile .footer .company_logo img {
  height: 50px;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  display: none;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link.disabled {
  cursor: none;
  color: grey;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link.disabled .svg_path {
  fill: grey;
  stroke: grey;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link.email_link, .presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link.download_link {
  margin-right: 80px;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .links .link_icon {
  position: absolute;
  left: 0;
  width: 20px;
}
.presentation_builder_sub_panel .complete_step .centered_container.completed_container .emailing_message {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
#screens.phone .presentation_builder_sub_panel .complete_step .centered_container.completed_container .emailing_message, #screens.tablet .presentation_builder_sub_panel .complete_step .centered_container.completed_container .emailing_message {
  font-size: 20px;
}
.presentation_builder_sub_panel .complete_step .centered_container.loading_container .loader {
  width: 100%;
}
.presentation_builder_sub_panel .complete_step .centered_container.loading_container .loader img {
  width: 50px;
  margin: auto;
  display: block;
}
.presentation_builder_sub_panel .complete_step .create_new_button {
  position: absolute;
  bottom: 30px;
  left: 30px;
  padding-left: 30px;
}
.presentation_builder_sub_panel .complete_step .create_new_button img {
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.presentation_builder_panel {
  background-color: #054A73;
  overflow: hidden;
  font-family: "hpsimplifiedlight";
}
.presentation_builder_panel #bread_crumbs {
  min-height: 24px;
  position: absolute;
  top: 12px;
  width: 100%;
  z-index: 100;
  padding-left: 36px;
}
.presentation_builder_panel .bg_circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 140%;
}
.presentation_builder_panel .bg_circle .img_container {
  position: absolute;
  border-style: solid;
  border-width: 6px;
  border-color: rgba(255, 255, 255, 0.25);
  border-radius: 5000px;
}
.presentation_builder_panel .bg_circle .img_container img {
  width: 100%;
  display: block;
}
.presentation_builder_panel .exit_button {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 40px;
  cursor: pointer;
  display: none;
}
.presentation_builder_panel .step_button {
  width: 30px;
  cursor: pointer;
  pointer-events: all;
  display: none;
}
.presentation_builder_panel .step_button img {
  width: 30px;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.presentation_builder_panel .step_button.prev_button {
  left: 50px;
}
.presentation_builder_panel .step_button.prev_button img {
  transform: rotate(180deg) translateY(50%);
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
}
.presentation_builder_panel .step_button.next_button {
  right: 50px;
}
.presentation_builder_panel .step_button.next_button span {
  position: absolute;
  display: block;
  top: 0px;
  padding-top: 20px;
  left: 2px;
  color: white;
  font-size: 13px;
}
#screens.phone .presentation_builder_panel .step_button, #screens.tablet .presentation_builder_panel .step_button {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  top: auto;
  bottom: 20%;
}
#screens.phone .presentation_builder_panel .step_button img, #screens.tablet .presentation_builder_panel .step_button img {
  width: 30px;
}
#screens.phone .presentation_builder_panel .step_button.next_button, #screens.tablet .presentation_builder_panel .step_button.next_button {
  right: 10px;
}
#screens.phone .presentation_builder_panel .step_button.prev_button, #screens.tablet .presentation_builder_panel .step_button.prev_button {
  left: 10px;
}
.presentation_builder_panel .step_indicator_container {
  position: absolute;
  left: 100px;
  display: none;
}
#screens.phone .presentation_builder_panel .step_indicator_container, #screens.tablet .presentation_builder_panel .step_indicator_container {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  top: 24px;
  right: 24px;
  left: auto;
}
.presentation_builder_panel .step_indicator_container .step_indicator {
  width: 100px;
  height: 100px;
  background-color: #A63894;
  border-radius: 50px;
  color: #ffffff;
}
#screens.phone .presentation_builder_panel .step_indicator_container .step_indicator, #screens.tablet .presentation_builder_panel .step_indicator_container .step_indicator {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
}
#screens.phone .presentation_builder_panel .step_indicator_container .step_indicator .step_indicator_text .current_step, #screens.tablet .presentation_builder_panel .step_indicator_container .step_indicator .step_indicator_text .current_step {
  font-size: 1.25rem;
}
.presentation_builder_panel .step_indicator_container .step_indicator .step_indicator_text .current_step {
  font-size: 28px;
  text-align: right;
  display: inline-block;
}

.hover-grow {
  transition: all 0.2s ease-in-out;
}

.hover-grow:hover {
  transform: scale(1.05);
}

.hover-pointer:hover {
  cursor: pointer;
}

.hover-grow-child > div {
  transform: scale(1);
  width: 95%;
  transition: all 0.2s ease-in-out;
}
.hover-grow-child:hover > div {
  transform: scale(1.05);
}
#screens.phone .hover-grow-child > div, #screens.tablet .hover-grow-child > div {
  transform: unset;
  width: 95%;
  transition: all 0.2s ease-in-out;
}
#screens.phone .hover-grow-child:hover > div, #screens.tablet .hover-grow-child:hover > div {
  transform: unset;
}

.step_content_container {
  overflow: hidden;
}
#screens.phone .step_content_container, #screens.tablet .step_content_container {
  flex-grow: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
}
#screens.phone .step_content_container .question_text, #screens.tablet .step_content_container .question_text {
  min-height: 150px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-content: center;
  margin: 0 auto;
}
#screens.phone .step_content_container .input_container, #screens.tablet .step_content_container .input_container {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-grow: 1;
}
#screens.phone .step_content_container .input_container > div, #screens.tablet .step_content_container .input_container > div {
  width: calc(100% - 90px);
}
#real_time_item_edit_panel {
  width: 100%;
  height: 100%;
  background-color: white;
  display: flex;
  flex-direction: column;
}
#real_time_item_edit_panel .primary {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}
#real_time_item_edit_panel .primary #save_button {
  width: 100px;
}
#real_time_item_edit_panel .primary .close_container {
  width: 40px;
  height: 40px;
}
#real_time_item_edit_panel .primary .close_container img {
  padding: 5px;
}
#real_time_item_edit_panel .real_time_body {
  min-height: 0px;
  flex-grow: 1;
  color: #000;
}
#real_time_item_edit_panel .real_time_body .content_container {
  height: 100%;
}
#real_time_item_edit_panel .real_time_body .content_container .content_body {
  max-width: 1200px;
  margin-left: auto;
  padding-bottom: 440px;
  margin-right: auto;
}
#real_time_item_edit_panel .real_time_body .content_container .content_body #tags_container {
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: 100%;
}
#real_time_item_edit_panel .real_time_body .content_container .content_body #tags_container #tags {
  width: 100%;
  padding: 10px;
}
#real_time_item_edit_panel .real_time_body .content_container .content_body #tags_container .chosen-container-multi .chosen-choices {
  padding: 8px 10px;
  border: 1px solid rgb(118, 118, 118);
}
#real_time_item_edit_panel .real_time_body .content_container .content_body #choose_image_container, #real_time_item_edit_panel .real_time_body .content_container .content_body #current_image_container {
  border-radius: 0px;
  width: 400px;
  max-width: 100%;
  height: 200px;
}
#real_time_item_edit_panel .real_time_body .content_container .content_body .content_top {
  background-color: #f0f0f0;
  padding: 15px;
  margin: 15px;
}
#real_time_item_edit_panel .real_time_body .content_container .header_title {
  margin-top: 15px;
  text-align: center;
}
#real_time_item_edit_panel .real_time_body .content_container .header_title input {
  padding: 15px;
  width: 400px;
  max-width: 100%;
  box-sizing: border-box;
}
#real_time_item_edit_panel .real_time_body .content_container .content_subnav {
  text-align: center;
  padding: 10px 15px 8px 15px;
}
#messages.phone #real_time_item_edit_panel .real_time_body .content_container .content_subnav {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
#real_time_item_edit_panel .real_time_body .content_container .content_subnav span {
  color: #0698d4;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 15px;
  transition: color 0.15s ease-in-out;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}
#real_time_item_edit_panel .real_time_body .content_container .content_subnav span:hover {
  color: #006c97;
}
#real_time_item_edit_panel .real_time_body .content_container .content_subnav span.selected {
  color: white;
  background-color: #0698d4;
  pointer-events: none;
}
#real_time_item_edit_panel .real_time_body .content_container .subcontent {
  padding: 15px 15px;
}
#real_time_item_panel {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
#real_time_item_panel .primary {
  flex-shrink: 0;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  min-height: 100px;
}
#real_time_item_panel .primary .header_logo {
  position: absolute;
  flex-shrink: 0;
}
#screens.phone #real_time_item_panel .primary .header_logo {
  position: relative;
}
#real_time_item_panel .primary .header_title {
  flex-grow: 1;
  text-align: center;
  font-size: 28px;
}
#real_time_item_panel .primary .header_title .edit {
  background: #0698d4;
  border-radius: 5px;
  cursor: pointer;
  padding: 2px 9px;
  transition: color 0.15s ease-in-out;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  width: fit-content;
  margin: 3px auto 0px auto;
}
#real_time_item_panel .real_time_body {
  flex-grow: 1;
  color: #000;
}
#real_time_item_panel .real_time_body .content_container {
  height: 100%;
}
#real_time_item_panel .real_time_body .content_container .content_body {
  max-width: 1200px;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.15);
  min-height: 100%;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
}
#real_time_item_panel .real_time_body .content_container .image_container {
  padding: 30px 15px;
  text-align: center;
}
#real_time_item_panel .real_time_body .content_container .image_container img {
  display: inline-block;
  max-width: 300px;
  max-height: 250px;
}
#real_time_item_panel .real_time_body .content_container .content_subnav {
  text-align: center;
  padding: 0px 0px 8px 0px;
}
#screens.phone #real_time_item_panel .real_time_body .content_container .content_subnav {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
}
#real_time_item_panel .real_time_body .content_container .content_subnav span {
  color: #0698d4;
  border-radius: 5px;
  cursor: pointer;
  padding: 8px 15px;
  transition: color 0.15s ease-in-out;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}
#real_time_item_panel .real_time_body .content_container .content_subnav span:hover {
  color: #006c97;
}
#real_time_item_panel .real_time_body .content_container .content_subnav span.selected {
  color: white;
  background-color: #0698d4;
  pointer-events: none;
}
#real_time_item_panel .real_time_body .content_container .subcontent {
  padding: 15px 0px;
}
#real_time_item_panel .real_time_body .content_container .subcontent iframe {
  width: 100%;
}
#real_time_panel {
  display: flex;
  flex-direction: column;
}
#real_time_panel .real_time_header {
  margin-top: 20px;
}
#real_time_panel .real_time_header .primary {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px 20px;
  min-height: 100px;
}
#real_time_panel .real_time_header .primary .header_logo {
  position: absolute;
  flex-shrink: 0;
}
#screens.phone #real_time_panel .real_time_header .primary .header_logo {
  position: relative;
}
#real_time_panel .real_time_header .primary .header_text {
  flex-grow: 1;
  text-align: center;
}
#real_time_panel .real_time_header .primary .header_text .header_title {
  font-size: 28px;
}
#real_time_panel .real_time_header .primary .header_text .header_description {
  font-size: 15px;
}
#real_time_panel .real_time_header .filter_bar {
  background-color: #4b3f96;
  display: flex;
  padding: 20px;
  flex-direction: row;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 18px;
  column-gap: 20px;
}
#real_time_panel .real_time_header .filter_bar .create_button_container {
  height: 45px;
  width: 100px;
}
#screens.phone #real_time_panel .real_time_header .filter_bar .create_button_container {
  width: 100%;
  height: 30px;
}
#real_time_panel .real_time_header .filter_bar .create_button_container .white_button_outline {
  height: 100%;
}
#real_time_panel .real_time_header .filter_bar .filter_container {
  max-width: 700px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 20px;
}
#real_time_panel .real_time_header .filter_bar .filter_container > div {
  flex-grow: 1;
}
#real_time_panel .real_time_header .filter_bar .filter_container input, #real_time_panel .real_time_header .filter_bar .filter_container select {
  appearance: none;
  border: none;
  outline: none;
  width: 100%;
}
#real_time_panel .real_time_header .filter_bar .filter_container input {
  padding: 15px;
}
#real_time_panel .real_time_header .filter_bar .filter_container select {
  background-image: url(/assets/ui/Icon_Chevron_Down_Dark.svg);
  background-position: calc(100% - 13px) 50%;
  background-repeat: no-repeat;
  background-size: 13px;
  padding: 15px 35px 15px 15px;
}
#real_time_panel .content_container {
  padding-bottom: 300px;
}
#real_time_panel .content_container .content_list {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}
#real_time_panel .load_more_button {
  cursor: pointer;
  color: black;
  text-align: center;
  border: 1px solid black;
  width: fit-content;
  margin: auto;
  padding: 8px 16px;
  transition: all 0.15s ease-in-out;
}
#real_time_panel .load_more_button:hover {
  opacity: 0.7;
}
#temporary_text_panel {
  padding: 15px;
  background: #444444;
  color: #aaaaaa;
}
#temporary_text_panel #text {
  text-align: center;
}
#video_embed_panel {
  background-color: rgba(255, 255, 255, 0.95);
}
#video_embed_panel #centered_container {
  min-width: 500px;
}
#video_embed_panel #centered_container #title_container {
  font-family: "hpsimplifiedreg";
  color: black;
  font-size: 36px;
  margin-bottom: 10px;
}
#video_embed_panel #centered_container #error_container {
  color: red;
  margin-bottom: 20px;
  margin-top: -20px;
}
#video_embed_panel #centered_container #submit_button {
  display: inline-block;
  width: 100%;
  max-width: 193px;
  margin-right: 24px;
}
#video_embed_panel #centered_container #cancel_button {
  display: inline-block;
  width: 100%;
  max-width: 193px;
  margin-right: 24px;
}

.phone #video_embed_panel #centered_container {
  width: 95%;
  min-width: 250px;
}
