/* FOR PROJECT-SPECIFIC STYLES*/

/* Container IDs */

.graphic-headline {
	font-family: 'BebasNeue'; 
	font-size:24pt; 
	line-height:22pt; 
	color:#3f4245;
	padding-bottom: 10px ;
}

.graphic-text {
	line-height: 1.3em;
	font-size: .9em;
	color:#3f4245;
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.responsive-graphic {
	display: none;
}

.desktop-graphic {
	display: block;
}

.soundcite-caption {
	line-height:1.2em !important;
}




.ajmint-pano-container {
	width: 100%;
	display: block;
	clear: both;
	margin-bottom: 2em;
	cursor: ew-resize;
}

.soundcite-play:before {
  border-left: 0.75em solid #185083 !important;
}


 .ajmint-outer-container{
    margin: 0;
    background: #FFF;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
  }
 .ajmint-outer-container .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

