@charset "UTF-8";
/* Total Audience homepage */

.insightGraphic { display:none !important; }

.leftside { display:none; !important }

.hero-unit h1 {
	font-family: 'brandon_grotesque_lightRg';
	font-weight:lighter;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 7em;
	color: #fff !important;
	padding-top: 47px;
	padding-bottom: 20px;
	margin: 0;
	-webkit-backface-visibility: hidden;
	letter-spacing:.1em;  
	}

.hero-unit .rightside .text-wrap { 
	position:inherit !important;
	/* right: 95px; */
	max-width: 100%;
	z-index: 2;
	text-align:center;
	}

.hero-unit .rightside .text-wrap p { 
	font-family: 'brandon_grotesque_mediumRg';
	font-size: 1.8em;
    letter-spacing: .15em;
	text-transform:uppercase;
	background:url(/content/dam/nielsenglobal/us/images/homepage/total-audience/totalaudience-devices.png) bottom no-repeat;
	padding-bottom:110px;
	}

.hero-unit .rightside .text-wrap a.cta-btn {
	font-family: 'brandon_grotesque_regularRg';
	font-size:22px;
	color: white;
	background-position: 100% 20px;
	background-color: rgb(178,29,172);
	text-align: center;
	padding: 12px 0;
	border: none;
	text-transform: uppercase;
	min-width: 200px;
	display:inline-block;
	background-image: none !important;
	}
	
.hero-unit .rightside .text-wrap a:hover.cta-btn{
    background-color: #bd1fb7;
	border:none;
	background-image: none !important;
}

@media (max-width: 1024px) and (min-width: 768px) {

	.hero-unit h1 {
		font-size: 7em;
		line-height: 45px;
		padding-top: 90px;
		padding-bottom: 35px;
		}

}

@media screen and (min-width: 768px){
     .rwd-break { display: none; }
}


@media (max-width: 767px) {
	
	.hero-unit h1 {
		font-size: 45px;
		line-height: 45px;
		padding-top: 35px;
		padding-bottom: 15px;
		}

	.hero-unit .rightside .text-wrap, .hero-unit .leftside .text-wrap {
		width:100%;
		}
		
	.hero-unit .leftside .text-wrap p, .hero-unit .rightside .text-wrap p {
  		font-size: 1.5em !important;
  		line-height: 22px;
		background-size:300px;
		padding-bottom: 50px;
		margin-bottom: 25px;
		}
		
	.hero-unit .rightside .text-wrap a.cta-btn {
		padding:15px 10px;
		min-width: 150px;
		}

}