/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy { 
    margin: 0.2em 0;
    background: #ccc;

    color: #000;
    padding: 0.2em 0;
}

.retainer {
  width: 100%;
  margin: 0px auto;
  overflow: hidden;
  padding-bottom: 1.0vw;
}

.third-wrapper {
  overflow: hidden;
  height: 90px;
}

.third {
  box-sizing: border-box;
  float: left;
  width: 32.5%;
  height: 90px;
  margin-left: 1.25%;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  border:solid 1px #ffffff;
}

.third.active {
  cursor: default;
  background-color: #56A7DC;
  border:solid 1px #56A7DC;
}

.third:first-of-type {
  margin-left: 0;
  border-radius: .6vw 0 0 .6vw;
}

.third:last-of-type {
  border-radius: 0 .6vw .6vw 0;
}

.third .left-internal {
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.third .left-internal span {
    display:none;
}

.third.active .left-internal span {
    display: inherit;
    font-size:16px;
    text-transform:none;
    line-height: 18px;
    width: 60%;
    text-align: left;
    padding-left: 3%;
}

.third .right-internal {
  width: 84%;
  box-sizing: border-box;
  color: #fff;
  text-align: left;
  height: 90px;
  position: absolute;
  right: -84%;
  transition: right .5s ease;
}

.third .right-internal-txt {
    float:left;
    width:auto;
    height:100%;
    padding:10px 140px 10px 0px;
}
.third.active .right-internal-btn {
    position:absolute;
    top:25px;
    right:25px;
    bottom:25px;
    width:100px;
    height:auto;
	border-color: #f4f6f6;
  	border-top-color: #fff;
    background-color:#ffffff;
	color: #586266 !important;
	text-shadow: 0 1px 0 #fff;
    text-align:center;
    padding-top:10px
}

.third.active .right-internal {
  right: 0%;
}

.third.active .left-internal {
  display: inline-block;
  margin-left: 1vw;
  text-align: left;
}
.third .left-internal h3 {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 90px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  display: inline-block;
  margin: 0px;
  transition: font 0.5s ease
}

.third.active .left-internal h3 {
  font-size: 24px;
}

.chart-holder {
  position: relative;
  width: 100%;
  height: 80vh;
  margin-top: 10px;
}

.chart {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  background-position:center;
}
.full {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: contain;
  background-position:center;
}

#full {
  z-index: 5;
  background-image: url(../img/qniverse-full.png);
  opacity: 1;
}
#ch1 {
  z-index: 6;
  background-image: url(../img/qniverse-monetize.png);
  opacity: 0;
}
#ch2 {
  z-index: 7;
  background-image: url(../img/qniverse-target.png);
  opacity: 0;
}
#ch3 {
  z-index: 8;
  background-image: url(../img/qniverse-reach.png);
  opacity: 0;
}

#ch4 {
  z-index: 8;
  background-image: url(../img/qniverse-brands-target.png);
  opacity: 0;
}
.show1, .show2, .show3, .show4 {
    display:inherit;
}
.hide1, .hide2, .hide3, .hide4 {
    display:none !important;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}