.plugin-logo {
  height: 26px;
  width: 26px;
  margin: 0 7px 0 0; }

.section {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--border-light); }

.ad-unit {
  display: none; }

/* max width */
.max-w-800 {
  max-width: 800px; }

/* link */
.blue-link {
  color: var(--blue-color); }

/* overflow */
.overflow-a {
  overflow: auto; }

/* width/height */
.wh100 {
  width: 100%;
  height: 100%; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.h100vh {
  height: 100vh; }

.w20 {
  width: 20%; }

.w33 {
  width: 33.333333333%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w57 {
  width: 57%; }

.w80 {
  width: 80%; }

/* positioning */
.relative {
  position: relative; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.show {
  display: block; }

.hide {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex; }

.v-center {
  -webkit-align-self: center;
          align-self: center; }

/* parent needs to be flex */
.h-center {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.space-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }

/* z index */
.z-50 {
  z-index: 50; }

/* text stlying */
.underline {
  text-decoration: underline; }

.upper {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic; }

.no-deco {
  text-decoration: none; }

.no-wrap {
  white-space: nowrap; }

/* truncate */
.truncate {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* letter spacing */
.ls-1 {
  letter-spacing: 1px; }

/* line heights */
.lh-1 {
  line-height: 1; }

/* font-colors */
.fc-333 {
  color: #333333; }

.fc-666 {
  color: #666666; }

.fc-white {
  color: var(--white-color); }

.fc-l-text {
  color: var(--text-light); }

/* font-weights*/
.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

/* font-sizes */
.fs-045 {
  font-size: 0.45em; }

.fs-07 {
  font-size: 0.7em; }

.fs-078 {
  font-size: 0.78em; }

.fs-08 {
  font-size: 0.8em; }

.fs-085 {
  font-size: 0.85em; }

.fs-09 {
  font-size: 0.9em; }

.fs-1 {
  font-size: 1em; }

.fs-11 {
  font-size: 1.1em; }

.fs-12 {
  font-size: 1.2em; }

.fs-13 {
  font-size: 1.3em; }

.fs-15 {
  font-size: 1.5em; }

.fs-2 {
  font-size: 2em; }

.fs-08r {
  font-size: 0.8rem; }

/* margins */
.m-auto {
  margin-left: auto;
  margin-right: auto; }

.m-05e {
  margin: 0.5em; }

.m-1e {
  margin: 1em; }

.m-t-05e {
  margin-top: 0.5em; }

.m-t-1e {
  margin-top: 1em; }

.m-t-15e {
  margin-top: 1.5em; }

.m-t-2e {
  margin-top: 2em; }

.m-t-4e {
  margin-top: 4em; }

.m-t-3e {
  margin-top: 3em; }

.m-t-b-1e {
  margin-top: 1em;
  margin-bottom: 1em; }

.m-t-b-2e {
  margin-top: 2em;
  margin-bottom: 2em; }

.m-r-1e {
  margin-right: 1em; }

.m-r-15e {
  margin-right: 1.5em; }

.m-b-05e {
  margin-bottom: 0.5em; }

.m-b-1e {
  margin-bottom: 1em; }

.m-b-2e {
  margin-bottom: 2em; }

.m-l-1e {
  margin-left: 1em; }

.m-l-r-1e {
  margin-left: 1em; }

/* padding */
.p-0 {
  padding: 0; }

.p-05e {
  padding: 0.5em; }

.p-1e {
  padding: 1em; }

.p-2e {
  padding: 2em; }

.p-t-5 {
  padding-top: 5px; }

.p-t-05e {
  padding-top: 0.5em; }

.p-t-1e {
  padding-top: 1em; }

.p-t-2e {
  padding-top: 2em; }

.p-t-b-05e {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.p-t-b-1e {
  padding-top: 1em;
  padding-bottom: 1em; }

.p-t-b-2e {
  padding-top: 2em;
  padding-bottom: 2em; }

.p-t-b-3e {
  padding-top: 3em;
  padding-bottom: 3em; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-1e {
  padding-bottom: 1em; }

.p-b-2e {
  padding-bottom: 2em; }

.p-b-3e {
  padding-bottom: 3em; }

.p-r-10 {
  padding-right: 10px; }

.p-r-05e {
  padding-right: 0.5em; }

.p-r-1e {
  padding-right: 1em; }

.p-l-r-05e {
  padding-left: 0.5em;
  padding-right: 0.5em; }

.p-l-r-1e {
  padding-left: 1em;
  padding-right: 1em; }

.p-l-r-2e {
  padding-left: 2em;
  padding-right: 2em; }

.p-l-1e {
  padding-left: 1em; }

.p-l-10 {
  padding-left: 10px; }

/* buttons */
.pointer {
  cursor: pointer; }

.btn-border {
  color: black;
  font-weight: 300;
  border: 1px solid black;
  background-color: transparent;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  cursor: pointer; }

.btn-border:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2); }

.btn-border:active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  outline: none; }

.btn-filled {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  color: var(--white-color);
  border: 1px solid var(--bg-dark);
  background-color: var(--bg-dark);
  padding: 0.5em 1em;
  font-size: 1.1em;
  letter-spacing: 1px;
  cursor: pointer; }

.btn-filled:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2); }

.btn-filled:active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  outline: none; }

.btn-icon {
  font-size: inherit;
  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 1.57em;
  width: 1.57em; }

.btn-icon:focus {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: none;
     -moz-box-sizing: none;
          box-sizing: none; }

.btn-icon:active {
  -webkit-filter: blur(1px);
          filter: blur(1px); }

/* borders */
.border-b {
  border-bottom: 1px solid black; }

.border-l {
  border: 1px solid var(--border-light); }

.border-t-l {
  border-top: 1px solid var(--border-light); }

.border-r-l {
  border-right: 1px solid var(--border-light); }

.border-b-l {
  border-bottom: 1px solid var(--border-light); }

.border-l-l {
  border-left: 1px solid var(--border-light); }

.border-w {
  border: 1px solid var(--white-color); }

.border-w-t {
  border-top: 1px solid var(--white-color); }

.border-w-b {
  border-bottom: 1px solid var(--white-color); }

/* border radius */
.br-10p {
  border-radius: 10px; }

/* shadows */
.bottom-shadow {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25); }

/* background-colors */
.bgc-black {
  background-color: var(--black-color); }

.bgc-f5 {
  background-color: #f5f5f5; }

.bgc-red {
  background-color: var(--senti-red); }

.bgc-yellow {
  background-color: var(--senti-yellow); }

.bgc-green {
  background-color: var(--senti-green); }

/* divider - title with horizontal line starting from middle */
.divider-uline {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 2px solid black;
  width: 100px; }

.middle-line-center {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
  line-height: 0.1em;
  margin: 10px 0 20px; }

.middle-line {
  width: 100%;
  border-bottom: 1px dotted var(--border-light);
  line-height: 0.1em; }

.middle-line span {
  padding: 0 10px 0 0;
  background-color: white; }

.middle-line-center span {
  padding: 0 10px;
  background-color: white; }

/* box shadows */
.box-shadow-dark {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.6);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.6); }

.bs-hover:hover {
  -webkit-box-shadow: 0px 0px 14px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 14px rgba(88, 97, 124, 0.2); }

/* Permanent Sticky Footer Unit ie sticky with scroll */
.sticky-footer {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%; }

.logo {
  margin-left: 0px;
  padding: 0px; }

.logo-dark {
  color: var(--black-color);
  font-weight: 300; }

.logo-dark-hl {
  font-weight: 500; }

.logo-light {
  color: var(--white-color);
  font-weight: 300; }

.logo-light-ll {
  opacity: 0.8; }

.logo-light-hl {
  font-weight: 500;
  opacity: 1; }

.social-svg {
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle; }

.carousel-svg {
  height: 1.3em;
  width: 1.3em;
  vertical-align: middle; }

/* react-carousel, css copied from slick-carousel */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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;
  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);
  transform: translate3d(0, 0, 0); }

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

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

/* New Arrows (using prop type */
.slick-left, .slick-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 100%;
  width: 25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
       transform: translate(0, -50%);
  padding: 0;
  cursor: pointer; }

.slick-left {
  left: -25px; }

.slick-right {
  right: -25px; }

/* TODO */
/* 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;
  margin: 0 5px;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #c4c4c4;
  padding: 3px;
  cursor: pointer;
  border: 0; }

.slick-dots li button:hover {
  background-color: #a6a6a6; }

.slick-dots li.slick-active button {
  background-color: #333; }

/*
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
*/

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.image-unit-frame {
  height: 22vw;
  width: 22vw;
  min-height: 250px;
  max-height: 350px;
  min-width: 250px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto; }

@media all and (max-width: 767px) {
  .image-unit-frame {
    height: 255px;
    width: 255px;
    margin-left: auto;
    margin-right: auto; } }

.spec-block {
  width: auto;
  display: inline-block;
  margin: 0.4em; }

.spec-with-line {
  border-right: 1px solid #ddd;
  padding-right: 0.8em; }

.nav-h-tab-con {
  z-index: 50;
  position: relative;
  margin: 0 -webkit-calc(-1 * var(--page-content-padding));
  margin: 0 -moz-calc(-1 * var(--page-content-padding));
  margin: 0 calc(-1 * var(--page-content-padding)); }

.nav-h-tab {
  background-color: #fff;
  height: 50px; }

.nav-active-tab {
  color: var(--black-color); }

.nav-inactive-tab {
  color: var(--text-inactive); }

.nav-svg {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle; }

.nav-svg-active {
  fill: var(--black-color);
  stroke: var(--black-color); }

.nav-svg-inactive {
  fill: var(--text-inactive);
  stroke: var(--text-inactive); }

.tooltip {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  min-height: 3.8em;
  position: absolute;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(51, 51, 51, 0.5);
  color: white;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  font-size: 0.7em; }

.line-tooltip-con {
  min-height: 4em; }

.linechart {
  padding: 1px; }

.linechart_path {
  stroke-width: 3;
  fill: none; }

.linechart_axis {
  stroke: #bdc3c7; }

.linechart_point {
  fill: #fff;
  stroke-width: 2; }

.linechart_area {
  padding: 8px;
  stroke: none;
  opacity: .4; }

.linechart_label {
  fill: #333333;
  font-size: 0.8em; }

.hoverLine {
  stroke: rgba(51, 51, 51, 0.7);
  stroke-width: 1; }


.sc-author {
  font-weight: 300;
  color: var(--text-light);
  font-style: italic;
  font-size: 0.8em;
  padding-top: 5px; }

.sc-svg {
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle; }

.search-bar-con {
  border: 1px solid black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  height: 100%;
  background: white;
  border-radius: 25px; }

.search-bar-icon-btn {
  background: white;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
  border: none;
  margin-right: 0.5em; }

.search-bar-btn {
  font-size: 1.1em;
  border: none;
  height: 100%;
  background: #444444;
  color: white;
  padding: 10px 1.5em;
  letter-spacing: 1px;
  cursor: pointer;
  border-radius: 25px; }

.search-bar-field {
  border: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 1.1em;
  outline: 0;
  outline: 0;
  padding: 0 10px; }

.search-bar-field::-webkit-input-placeholder {
  color: #666; }

.search-bar-field::-moz-placeholder {
  color: #666; }

.search-bar-field:-ms-input-placeholder {
  color: #666; }

.search-bar-field:-moz-placeholder {
  color: #666; }

.sidenav-con {
  height: -webkit-calc(100% - 5em);
  height: -moz-calc(100% - 5em);
  height: calc(100% - 5em);
  margin-top: 5em; }

.sidenav-content {
  height: -webkit-calc(100% - 6em);
  height: -moz-calc(100% - 6em);
  height: calc(100% - 6em);
  overflow-y: auto;
  margin-bottom: 6em; }

.sidenav-footer {
  height: 6em;
  background: #f2f2f2; }

.sidenav-menu-selected {
  color: white;
  background: #4d4d4d; }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.home-h1 {
  font-size: 3em;
  line-height: 1.2;
  padding: 0;
  font-weight: 300; }

@media all and (max-width: 983px) {
  .home-h1 {
    width: 100%;
    font-size: 1.8em;
    font-weight: 400; } }

.home-arrow {
  width: 3em;
  height: 3em;
  vertical-align: middle; }

.home-fold {
  max-width: 800px;
  margin: 3em auto; }

/* rheostat slider css */
.rheostat {
  height: 24px;
  position: relative;
  overflow: visible; }

.rheostat-background {
  background: #dce0e0;
  height: 2px;
  position: relative;
  top: 14px;
  width: 100%; }

.rheostat--disabled .rheostat-progress {
  background-color: #edefed; }

.rheostat--disabled .rheostat-handle {
  cursor: default; }

.rheostat-progress {
  background-color: #333333;
  height: 4px;
  position: absolute;
  top: 13px;
  width: 100%; }

.rheostat-handle {
  border: 1px solid #aaa;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  height: 24px;
  margin-left: -12px;
  position: absolute;
  z-index: 2;
  width: 24px;
  font-size: 0; }


.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;   
}

.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label, .radio-custom-label {
    position: relative;
    width: 100%;
  }

.checkbox-custom-label
{
    padding: 0.5em ;
    font-size: 0.9em;
}

.checkbox-con
{
  //padding: 0 0.8em;
}

.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 0.6em;
    height: 0.6em;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    background: black;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #ccc;
}


.checkbox-custom:focus + .checkbox-custom-label, .radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd; /* focus style */
}

.collapse-canvas
{
  border: 1px solid rgba(0,0,0,0.14);
  position:relative;
}

.collapse-canvas-active
{
  margin: 0.75rem -0.5rem;
  border: 1px solid rgba(0,0,0,0.14);
  position:relative;

}

.collapse-shadow { -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.18824); box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.18824);}

.collapse-transition
{
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
}

.collapse-header
{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 1em 1em;
}

.collapse-content
{
  padding: 0 1em 1em 1em;
}

.collapse-show
{
    display: block;
}

.collapse-hide
{
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

.collapse-svg
{
  -webkit-align-self: center;
          align-self: center;
  margin-left: 1em;
  position: absolute;
  top: 0.9em;
  right: 1em;
}

.filters-collapse-con {
  position: relative; }

.filters-collapse-header {
  border-bottom: 1px solid var(--border-light);
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 1em 1em; }

.filters-collapse-content {
  padding: 1em; }

.menu-container {
  display: inline-block;
  cursor: pointer; }

.bar1, .bar2, .bar3 {
  width: 26px;
  height: 2px;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s; 
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 5px);
  -moz-transform: rotate(-45deg) translate(-5px, 5px);
   -ms-transform: rotate(-45deg) translate(-5px, 5px);
       transform: rotate(-45deg) translate(-5px, 5px); }

.change .bar2 {
  opacity: 0; }

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -5px);
  -moz-transform: rotate(45deg) translate(-5px, -5px);
   -ms-transform: rotate(45deg) translate(-5px, -5px);
       transform: rotate(45deg) translate(-5px, -5px); }



.modal-container
{
  background: #ffffff;
}

.modal-cross-full
{
  position: absolute;
  padding: 2em;
  right: 0;
}

.modal-cross-small
{
  position: absolute;
  padding: 1em;
  right: 0;
}
.modal-title
{
  position: absolute;
  left:0;
  font-weight: 400;
  padding: 0.8em;
  font-size: 1.5rem;
}

// prevents scroll in body when any modal is opened (provided its one modal in page)
.empty
{
  overflow:hidden;
}



.header {
  position: relative;
  min-height: 50px;
  height: 4em;
  z-index: 100;
  width: 100%; }

.search-svg {
  height: 1.6em;
  width: 1.6em;
  vertical-align: middle; }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.footer-middle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.footer-link {
  padding: 5px; }

@media all and (max-width: 767px) {
  .footer-row {
    display: block;
    text-align: center; }
  .footer-middle {
    display: block;
    margin: 2.5em 0; }
  .footer-link {
    padding: 0.5em; } }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
       transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  -moz-animation: nprogress-spinner 400ms linear infinite;
       animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

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

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

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

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

html, body {
  /* Removes higlight on tap on mobile devices. */
  -webkit-tap-highlight-color: transparent; }

body {
  /* Disables "double tap to zoom in" on mobile devices. */
  /* https://stackoverflow.com/questions/46167604/iphone-html-disable-double-tap-to-zoom */
  touch-action: manipulation; }

body, input, textarea, select {
  /*font-family : Arial, Helvetica, Sans;*/
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: var(--font-size); }

body {
  margin: 0;
  overflow-y: scroll; }

a {
  color: inherit;
  text-decoration: none; }

a:active {
  color: var(--black-color); }

a:focus {
  outline: none; }

/* Internet Explorer adds borders around all images */
img {
  border: none; }

input {
  outline: none; }

/* Stretches the page to 100% height */
.webpage {
  /* For z-index ordering (relative to preloading screen) */
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  min-height: 100vh; }

.webpage__header {
  /* For XS screens. */ }
  @media all and (max-width: 767px) {
    .webpage__header {
      margin-top: 0; } }

/* Content takes all free space */
.webpage__content {
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
          flex-grow: 1;
  -webkit-flex-basis: auto;
          flex-basis: auto; }

.webpage__footer {
  background-color: var(--bg-darker);
  color: var(--white-color);
  width: 100%;
  margin-top: 4em; }

.page-header {
  margin-top: 0;
  text-align: center; }

.page-content {
  margin-top: -webkit-calc(var(--unit) * 3);
  margin-top: -moz-calc(var(--unit) * 3);
  margin-top: calc(var(--unit) * 3);
  margin-bottom: -webkit-calc(var(--unit) * 4);
  margin-bottom: -moz-calc(var(--unit) * 4);
  margin-bottom: calc(var(--unit) * 4); }
  @media all and (max-width: 767px) {
    .page-content {
      margin-top: -webkit-calc(var(--unit) * 0);
      margin-top: -moz-calc(var(--unit) * 0);
      margin-top: calc(var(--unit) * 0);
      margin-bottom: -webkit-calc(var(--unit) * 2);
      margin-bottom: -moz-calc(var(--unit) * 2);
      margin-bottom: calc(var(--unit) * 2); } }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.body, h1, h2, h3 {
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0; }

@media all and (max-width: 767px) {
  body {
    font-size: 90%;
    line-height: 1.25; }
  h1 {
    font-size: 1.425rem;
    line-height: 1.154;
    padding: 0.9em 0; }
  h2 {
    font-size: 1.275rem;
    line-height: 1.136;
    padding: 1em 0; }
  h3 {
    font-size: 1.1rem;
    line-height: 1.111; }
  h4 {
    font-size: 0.9rem;
    line-height: 1; } }

@media all and (min-width: 768px) and (max-width: 983px) {
  body {
    font-size: 98%;
    line-height: 1.25; }
  h1 {
    font-size: 1.625rem;
    line-height: 1.154;
    padding: 10px 0 10px 0px; }
  h2 {
    font-size: 1.375rem;
    line-height: 1.136;
    padding: 1em 0; }
  h3 {
    font-size: 1.15rem;
    line-height: 1.111; }
  h4 {
    font-size: 0.9rem;
    line-height: 1; } }

@media all and (min-width: 984px) and (max-width: 1199px) {
  body {
    font-size: 95%;
    line-height: 1.375; }
  h1 {
    font-size: 1.8rem;
    line-height: 1.25;
    padding: 10px 0 10px 0px; }
  h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 1em 0; }
  h3 {
    font-size: 1.2rem;
    line-height: 1.22; }
  h4 {
    font-size: 1.0rem;
    line-height: 1.1; } }

@media all and (min-width: 1200px) {
  body {
    font-size: 110%;
    line-height: 1.375; }
  h1 {
    font-size: 2rem;
    line-height: 1.5;
    padding: 20px 0 20px 0px; }
  h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    padding: 1.2em 0; }
  h3 {
    font-size: 1.2rem;
    line-height: 1.22; }
  h4 {
    font-size: 1.1rem;
    line-height: 1.1; } }

@media only screen and (min-width: 1500px) {
  body {
    font-size: 120%;
    line-height: 1.375; }
  h1 {
    font-size: 2.15rem;
    line-height: 1.5;
    padding: 20px 0 20px 0px; }
  h2 {
    font-size: 1.75rem;
    line-height: 1.25;
    padding: 1.3em 0; }
  h3 {
    font-size: 1.4rem;
    line-height: 1.22; }
  h4 {
    font-size: 1.2rem;
    line-height: 1.2; } }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--page-content-padding);
  padding-right: var(--page-content-padding);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%; }

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

.row:after,
.container:after {
  clear: both; }

.row--equal-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  float: left;
  position: relative;
  min-height: 1px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: var(--column-padding);
  padding-right: var(--column-padding); }

.col-0 {
  display: none; }

.col-1 {
  width: 8.333333%; }

.col-2 {
  width: 16.666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333333%; }

.col-8 {
  width: 66.66666%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333333%; }

.col-11 {
  width: 91.666667%; }

.col-12 {
  width: 100%; }

@media (max-width: 767px) {
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: var(--column-padding);
    padding-right: var(--column-padding); }
  .col-xs-0 {
    display: none; }
  .col-xs-1 {
    width: 8.333333%; }
  .col-xs-2 {
    width: 16.666667%; }
  .col-xs-3 {
    width: 25%; }
  .col-xs-4 {
    width: 33.33333%; }
  .col-xs-5 {
    width: 41.666667%; }
  .col-xs-6 {
    width: 50%; }
  .col-xs-7 {
    width: 58.333333%; }
  .col-xs-8 {
    width: 66.66666%; }
  .col-xs-9 {
    width: 75%; }
  .col-xs-10 {
    width: 83.333333%; }
  .col-xs-11 {
    width: 91.666667%; }
  .col-xs-12 {
    width: 100%; } }

@media (min-width: 768px) and (max-width: 983px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: var(--column-padding);
    padding-right: var(--column-padding); }
  .col-sm-0 {
    display: none; }
  .col-sm-1 {
    width: 8.333333%; }
  .col-sm-2 {
    width: 16.666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.333333%; }
  .col-sm-8 {
    width: 66.66666%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.333333%; }
  .col-sm-11 {
    width: 91.666667%; }
  .col-sm-12 {
    width: 100%; }
  .container {
    width: 983px; } }

@media (min-width: 984px) and (max-width: 1199px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: var(--column-padding);
    padding-right: var(--column-padding); }
  .col-md-0 {
    display: none; }
  .col-md-1 {
    width: 8.333333%; }
  .col-md-2 {
    width: 16.666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.333333%; }
  .col-md-8 {
    width: 66.66666%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.333333%; }
  .col-md-11 {
    width: 91.666667%; }
  .col-md-12 {
    width: 100%; }
  .container {
    width: 1199px; } }

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
    position: relative;
    min-height: 1px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: var(--column-padding);
    padding-right: var(--column-padding); }
  .col-lg-0 {
    display: none; }
  .col-lg-1 {
    width: 8.333333%; }
  .col-lg-2 {
    width: 16.666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.333333%; }
  .col-lg-8 {
    width: 66.66666%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.333333%; }
  .col-lg-11 {
    width: 91.666667%; }
  .col-lg-12 {
    width: 100%; }
  .container {
    width: 1500px; } }

.section {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: 1px solid var(--border-light); }

.ad-unit {
  display: none; }

/* max width */
.max-w-800 {
  max-width: 800px; }

/* link */
.blue-link {
  color: var(--blue-color); }

/* overflow */
.overflow-a {
  overflow: auto; }

/* width/height */
.wh100 {
  width: 100%;
  height: 100%; }

.w100 {
  width: 100%; }

.h100 {
  height: 100%; }

.h100vh {
  height: 100vh; }

.w20 {
  width: 20%; }

.w33 {
  width: 33.333333333%; }

.w40 {
  width: 40%; }

.w50 {
  width: 50%; }

.w60 {
  width: 60%; }

.w57 {
  width: 57%; }

.w80 {
  width: 80%; }

/* positioning */
.relative {
  position: relative; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.show {
  display: block; }

.hide {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column; }

.flex1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1; }

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex; }

.v-center {
  -webkit-align-self: center;
          align-self: center; }

/* parent needs to be flex */
.h-center {
  text-align: center; }

.right {
  float: right; }

.left {
  float: left; }

.right-0 {
  right: 0; }

.left-0 {
  left: 0; }

.space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between; }

.space-around {
  -webkit-justify-content: space-around;
          justify-content: space-around; }

.space-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }

/* z index */
.z-50 {
  z-index: 50; }

/* text stlying */
.underline {
  text-decoration: underline; }

.upper {
  text-transform: uppercase; }

.capitalize {
  text-transform: capitalize; }

.lower {
  text-transform: lowercase; }

.italic {
  font-style: italic; }

.no-deco {
  text-decoration: none; }

.no-wrap {
  white-space: nowrap; }

/* truncate */
.truncate {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* letter spacing */
.ls-1 {
  letter-spacing: 1px; }

/* line heights */
.lh-1 {
  line-height: 1; }

/* font-colors */
.fc-333 {
  color: #333333; }

.fc-666 {
  color: #666666; }

.fc-white {
  color: var(--white-color); }

.fc-l-text {
  color: var(--text-light); }

/* font-weights*/
.fw-300 {
  font-weight: 300; }

.fw-400 {
  font-weight: 400; }

.fw-500 {
  font-weight: 500; }

/* font-sizes */
.fs-045 {
  font-size: 0.45em; }

.fs-07 {
  font-size: 0.7em; }

.fs-078 {
  font-size: 0.78em; }

.fs-08 {
  font-size: 0.8em; }

.fs-085 {
  font-size: 0.85em; }

.fs-09 {
  font-size: 0.9em; }

.fs-1 {
  font-size: 1em; }

.fs-11 {
  font-size: 1.1em; }

.fs-12 {
  font-size: 1.2em; }

.fs-13 {
  font-size: 1.3em; }

.fs-15 {
  font-size: 1.5em; }

.fs-2 {
  font-size: 2em; }

.fs-08r {
  font-size: 0.8rem; }

/* margins */
.m-auto {
  margin-left: auto;
  margin-right: auto; }

.m-05e {
  margin: 0.5em; }

.m-1e {
  margin: 1em; }

.m-t-05e {
  margin-top: 0.5em; }

.m-t-1e {
  margin-top: 1em; }

.m-t-15e {
  margin-top: 1.5em; }

.m-t-2e {
  margin-top: 2em; }

.m-t-4e {
  margin-top: 4em; }

.m-t-3e {
  margin-top: 3em; }

.m-t-b-1e {
  margin-top: 1em;
  margin-bottom: 1em; }

.m-t-b-2e {
  margin-top: 2em;
  margin-bottom: 2em; }

.m-r-1e {
  margin-right: 1em; }

.m-r-15e {
  margin-right: 1.5em; }

.m-b-05e {
  margin-bottom: 0.5em; }

.m-b-1e {
  margin-bottom: 1em; }

.m-b-2e {
  margin-bottom: 2em; }

.m-l-1e {
  margin-left: 1em; }

.m-l-r-1e {
  margin-left: 1em; }

/* padding */
.p-0 {
  padding: 0; }

.p-05e {
  padding: 0.5em; }

.p-1e {
  padding: 1em; }

.p-2e {
  padding: 2em; }

.p-t-5 {
  padding-top: 5px; }

.p-t-05e {
  padding-top: 0.5em; }

.p-t-1e {
  padding-top: 1em; }

.p-t-2e {
  padding-top: 2em; }

.p-t-b-05e {
  padding-top: 0.5em;
  padding-bottom: 0.5em; }

.p-t-b-1e {
  padding-top: 1em;
  padding-bottom: 1em; }

.p-t-b-2e {
  padding-top: 2em;
  padding-bottom: 2em; }

.p-t-b-3e {
  padding-top: 3em;
  padding-bottom: 3em; }

.p-b-5 {
  padding-bottom: 5px; }

.p-b-10 {
  padding-bottom: 10px; }

.p-b-1e {
  padding-bottom: 1em; }

.p-b-2e {
  padding-bottom: 2em; }

.p-b-3e {
  padding-bottom: 3em; }

.p-r-10 {
  padding-right: 10px; }

.p-r-05e {
  padding-right: 0.5em; }

.p-r-1e {
  padding-right: 1em; }

.p-l-r-05e {
  padding-left: 0.5em;
  padding-right: 0.5em; }

.p-l-r-1e {
  padding-left: 1em;
  padding-right: 1em; }

.p-l-r-2e {
  padding-left: 2em;
  padding-right: 2em; }

.p-l-1e {
  padding-left: 1em; }

.p-l-10 {
  padding-left: 10px; }

/* buttons */
.pointer {
  cursor: pointer; }

.btn-border {
  color: black;
  font-weight: 300;
  border: 1px solid black;
  background-color: transparent;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  cursor: pointer; }

.btn-border:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2); }

.btn-border:active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  outline: none; }

.btn-filled {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: inline-flex;
  color: var(--white-color);
  border: 1px solid var(--bg-dark);
  background-color: var(--bg-dark);
  padding: 0.5em 1em;
  font-size: 1.1em;
  letter-spacing: 1px;
  cursor: pointer; }

.btn-filled:hover {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.2); }

.btn-filled:active {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  outline: none; }

.btn-icon {
  font-size: inherit;
  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 1.57em;
  width: 1.57em; }

.btn-icon:focus {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: none;
     -moz-box-sizing: none;
          box-sizing: none; }

.btn-icon:active {
  -webkit-filter: blur(1px);
          filter: blur(1px); }

/* borders */
.border-b {
  border-bottom: 1px solid black; }

.border-l {
  border: 1px solid var(--border-light); }

.border-t-l {
  border-top: 1px solid var(--border-light); }

.border-r-l {
  border-right: 1px solid var(--border-light); }

.border-b-l {
  border-bottom: 1px solid var(--border-light); }

.border-l-l {
  border-left: 1px solid var(--border-light); }

.border-w {
  border: 1px solid var(--white-color); }

.border-w-t {
  border-top: 1px solid var(--white-color); }

.border-w-b {
  border-bottom: 1px solid var(--white-color); }

/* border radius */
.br-10p {
  border-radius: 10px; }

/* shadows */
.bottom-shadow {
  -webkit-box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.25); }

/* background-colors */
.bgc-black {
  background-color: var(--black-color); }

.bgc-f5 {
  background-color: #f5f5f5; }

.bgc-red {
  background-color: var(--senti-red); }

.bgc-yellow {
  background-color: var(--senti-yellow); }

.bgc-green {
  background-color: var(--senti-green); }

/* divider - title with horizontal line starting from middle */
.divider-uline {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-bottom: 2px solid black;
  width: 100px; }

.middle-line-center {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--border-light);
  line-height: 0.1em;
  margin: 10px 0 20px; }

.middle-line {
  width: 100%;
  border-bottom: 1px dotted var(--border-light);
  line-height: 0.1em; }

.middle-line span {
  padding: 0 10px 0 0;
  background-color: white; }

.middle-line-center span {
  padding: 0 10px;
  background-color: white; }

/* box shadows */
.box-shadow-dark {
  -webkit-box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.6);
          box-shadow: 0px 0px 12px rgba(88, 97, 124, 0.6); }

.bs-hover:hover {
  -webkit-box-shadow: 0px 0px 14px rgba(88, 97, 124, 0.2);
          box-shadow: 0px 0px 14px rgba(88, 97, 124, 0.2); }

/* Permanent Sticky Footer Unit ie sticky with scroll */
.sticky-footer {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 0;
  width: 100%; }

.sb-con
{
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
  width: 100%;
  color: white;
  font-weight: 400;
  line-height: 1;
  text-align: center;
}

.sb-pos
{
  background: rgb(20, 207, 99); 
  cursor: pointer;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
}
.sb-neg
{
  background: rgb(255, 93, 73);
  cursor: pointer;
  display:-webkit-box;
  display:-webkit-flex;
  display:-moz-box;
  display:flex;
}

.sb-percent
{
  font-weight: 500;
  -webkit-align-self: center;
          align-self: center;
  margin: auto;
}

.sb-percent-below
{
  position: relative;
  color: black;
}

.sb-abs
{
  position:absolute;
}

.sentibar-box
{
  background: white;
  width: 100%;
  height: 3.125em;
  position: relative;
  padding: 0 0 0 0;
}

.sentibar-line
{
  height: 1.6em;
  border-bottom: 1px solid black;

}
.sentibar-tri
{
  background: white;
  border: 1px solid black;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 1.045em;
  width: 1.15em;
  height: 1.15em;
}
    
 
    

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.search-image-frame {
  height: 10vw;
  padding: 0 0.8em 0 0;
  width: 10vw;
  max-height: 160px;
  min-height: 90px;
  max-width: 160px;
  min-width: 90px; }

.search-right {
  height: 1.3em;
  width: 1.3em;
  vertical-align: middle; }

.search-card {
  background: white; }

@media all and (max-width: 767px) {
  .search-card {
    margin: 5px 0;
    padding: 5px; } }

@media all and (min-width: 768px) and (max-width: 983px) {
  .search-card {
    margin: 10px 0;
    padding: 5px; } }

@media all and (min-width: 984px) and (max-width: 1199px) {
  .search-card {
    margin: 10px 0;
    padding: 10px 5px 5px 20px; } }

@media all and (min-width: 1200px) {
  .search-card {
    margin: 10px;
    padding: 12px 8px 8px 30px; } }

@charset "UTF-8";
/* pagination (rc-pagination) - used online tool to convert .less to .css */
.rc-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center; }

.rc-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden; }

.rc-pagination-item {
  cursor: pointer;
  border-radius: 2px;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 0.5em; }

.rc-pagination-item a {
  text-decoration: none;
  color: #666;
  height: 100%;
  width: 100%; }

.rc-pagination-item:hover {
  border-color: #333333; }

.rc-pagination-item:hover a {
  color: #333333; }

.rc-pagination-item-active {
  background-color: #4d4d4d;
  border-color: #4d4d4d; }

.rc-pagination-item-active a {
  color: #fff; }

.rc-pagination-item-active:hover a {
  color: #fff; }

.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px; }

.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #2db7f5; }

.rc-pagination-jump-prev:hover:after {
  content: "\AB"; }

.rc-pagination-jump-next:hover:after {
  content: "\BB"; }

.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px; }

.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  border-radius: 2px;
  list-style: none;
  min-width: 2em;
  height: 2em;
  line-height: 2em;
  float: left;
  text-align: center; }

.rc-pagination-prev a:after {
  display: block; }

.rc-pagination-next a:after {
  display: block; }

.rc-pagination-prev,
.rc-pagination-next {
  border: 1px solid #d9d9d9; }

.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666; }

.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px; }

.rc-pagination-disabled {
  cursor: not-allowed; }

.rc-pagination-disabled a {
  color: #ccc; }

.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 2em;
  line-height: 2em;
  margin: 0; }

@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none; } }

.lead-form-action {
  padding: 0.5em 1em; }

.lead-form-action:hover {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }

.lead-form-con {
  height: -webkit-calc(100% - 4em);
  height: -moz-calc(100% - 4em);
  height: calc(100% - 4em);
  overflow-y: auto; }

.lead-form-form {
  min-width: 9em;
  max-width: 90%;
  margin: auto; }

.lead-form-input {
  width: 85%;
  padding: 1em;
  background: transparent;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 3px; }

.ad-unit-con {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.18824);
          box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.18824);
  margin: 0.75rem -0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.14);
  position: relative; }

.loader-p
{
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  margin: auto;
}

.loader-c
{
  -webkit-align-self: center;
          align-self: center;
  width: 100%;
  text-align: center;
}

.loader-con
{
  font-size: 5em;
}

.loader-msg
{
  font-weight: 400;
  margin-top: 3em;
}

.loading {
  display: block;
  text-align: center;
  -webkit-perspective: 2em;
     -moz-perspective: 2em;
          perspective: 2em;
}

.loading i {
  display: inline-block;
  width: 1em;
  height: 1em;
  -webkit-animation: windows 1.5s infinite;
     -moz-animation: windows 1.5s infinite;
          animation: windows 1.5s infinite;
  outline: 1px solid transparent;
  position: relative;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.loading i:before,
.loading i:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
          backface-visibility: hidden;
}

.loading i:after {
  background: #455963;
  -webkit-transform: rotateY(180deg);
     -moz-transform: rotateY(180deg);
          transform: rotateY(180deg)
}

@-webkit-keyframes windows {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
            transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
            transform: rotateY(180deg) rotateX(180deg);
  }
}

@-moz-keyframes windows {
  0% {
    -moz-transform: rotateY(0deg) rotateX(0deg);
         transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -moz-transform: rotateY(180deg) rotateX(0deg);
         transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -moz-transform: rotateY(180deg) rotateX(180deg);
         transform: rotateY(180deg) rotateX(180deg);
  }
}

@keyframes windows {
  0% {
    -webkit-transform: rotateY(0deg) rotateX(0deg);
       -moz-transform: rotateY(0deg) rotateX(0deg);
            transform: rotateY(0deg) rotateX(0deg);
  }
  50% {
    -webkit-transform: rotateY(180deg) rotateX(0deg);
       -moz-transform: rotateY(180deg) rotateX(0deg);
            transform: rotateY(180deg) rotateX(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg) rotateX(180deg);
       -moz-transform: rotateY(180deg) rotateX(180deg);
            transform: rotateY(180deg) rotateX(180deg);
  }
}


.spam-verdict {
  color: white;
  padding: 5px;
  letter-spacing: 2px;
  font-weight: 400; }

.ac-con {
  height: -webkit-calc(100% - 5em);
  height: -moz-calc(100% - 5em);
  height: calc(100% - 5em);
  overflow-y: auto;
  border-top: 1px solid var(--border-light); }

/* todo - get constants.css to compile into style.css through package.json */
:root {
  --switch-inactive: #cccccc;
  --switch-active: #2196F3; }

.switch-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex; }

.switch {
  -webkit-align-self: center;
          align-self: center;
  position: relative;
  display: inline-block;
  width: 3em;
  height: 1.70001em; }

.switch input {
  display: none; }

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--switch-inactive);
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; }

.slider:before {
  position: absolute;
  content: "";
  height: 1.3077em;
  width: 1.3077em;
  top: 0.19615em;
  left: 0.1923em;
  background-color: white;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: var(--switch-active); }

input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--switch-active);
          box-shadow: 0 0 1px var(--switch-active); }

input:checked + .slider:before {
  -webkit-transform: translateX(1.3077em);
  -ms-transform: translateX(1.3077em);
  -moz-transform: translateX(1.3077em);
       transform: translateX(1.3077em); }

/* Rounded sliders */
.slider.round {
  border-radius: 1.70001em; }

.slider.round:before {
  border-radius: 50%; }


.dropdown
{
  position:relative;
  height: 100%;
  cursor: pointer;
}
.dropdown-click
{
  position:relative;
  height: 100%;
  cursor: pointer;

}

.dropdown-content
{
    display: none;
    margin-top: 2px;
    position: absolute;
    background-color: white;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}
.dropdown:hover .dropdown-content
{
  display: block;
}
.dropdown-item
{
  //padding: 12px 16px;
}
.dropdown-item:hover
{
  background-color: #f5f5f5;
}
.dropdown-text
{
  width:100%;
  height:100%;
  display:inline-block;
  padding: 12px 16px;
}
.dropdown-content-small
{
    display: none;
    position: absolute;
    background-color: white;
    min-width: 160px;
    -webkit-box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
            box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 10;
}

.dropdown-backdrop 
{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  zIndex: 50;
}


:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.review-stats-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  border-bottom: 1px solid var(--border-light);
  border-top: 1px solid var(--border-light); }
  @media all and (max-width: 767px) {
    .review-stats-con {
      display: block;
      border: none;
      padding: 0 0.5em; } }

.review-stats-row {
  display: block; }
  @media all and (max-width: 767px) {
    .review-stats-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      max-width: 240px;
      margin: auto;
      font-size: 1.1em;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
              justify-content: space-between;
      border-bottom: 1px solid var(--border-light);
      padding: 0.5em 0; } }

.review-stats-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-align-self: center;
          align-self: center;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: 300;
  margin-bottom: 3px; }


.prod-list-car {
  margin: 0 auto;
  padding: 2em 10px 2em 10px;
  width: 90%; }

:root {
  --white-color: #ffffff;
  --black-color: #000000;
  --blue-color: #4885ed;
  --gray-color: #888C91;
  --base-color-lighter: #30CFFF;
  --base-color: #00A6ED;
  --base-color-darker: #0084BD;
  --unit: 0.7rem;
  --column-gap: var(--unit);
  --page-content-padding: -webkit-calc(var(--column-gap));
  --page-content-padding: -moz-calc(var(--column-gap));
  --page-content-padding: calc(var(--column-gap));
  --font-size: 16px;
  --border-light: rgba(0,0,0,0.14);
  --text-inactive: #cccccc;
  --text-light: #4d4d4d;
  --bg-darker: #333333;
  --bg-dark: #4d4d4d;
  --senti-red: #ff5d49;
  --senti-yellow: #e6e600 ;
  --senti-light-green: #14cf63;
  --senti-green: #14cf63;
  --senti-na: #aaaaaa;
  --switch-active: #4d4d4d; }

.pp-section {
  padding: 2em 1em;
  border-left: 1px solid var(--border-light);
  border-right: 1px solid var(--border-light);
  border-bottom: 1px solid rgba(0, 0, 0, 0.14); }

.prod-overview {
  border: 1px solid var(--border-light);
  border-bottom: none;
  padding: 1em 1em 0em 1em; }

@media all and (max-width: 767px) {
  .prod-stats {
    max-width: 400px;
    margin: auto; } }

@media all and (max-width: 983px) {
  .pp-section {
    padding: 3em 0;
    border-left: none;
    border-right: none; }
  .prod-overview {
    min-height: none;
    padding: 2em 0 2em 0;
    border: none;
    border-bottom: 1px solid var(--border-light); }
  .prod-image-unit {
    width: auto;
    padding: 0.5em 0 0.5em 0;
    border: none; }
  .prod-title {
    text-align: center; } }

.prod-right {
  width: 30%;
  min-width: 30%;
  max-width: 30%; }

#ratings > .flex > div {
  width: 100%; }

.aspect-svg {
  height: 2em;
  width: 2em;
  vertical-align: middle; }

.seller-logo {
  height: 1.8em; }

.filter-svg {
  height: 27px;
  width: 27px;
  vertical-align: middle; }

.search-left {
  width: 19em;
  max-width: 400px; }

.sticky-button {
  background-color: white;
  position: fixed;
  z-index: 10;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%; }

.search-dropdown-item:hover {
  background-color: #f5f5f5; }

.search-dropdown-text {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 12px 16px; }


