@charset "UTF-8";

/* ma-keynotes.css 
	Must load last, after ma-mobile.css */

#content-wrapper,
#page-content  {
	width:100%;
	max-width:100vw; /* Offsets 960 limit in ma-main.css" */

}

#clips-wrapper,
#keynote-themes {
	width:96%;
	margin-left:auto;
	margin-right:auto;
}

#clips-wrapper h1 {
	font-size:1.9rem;
}

#leadership-first-wrapper {
	width:100%;
}

#leadership-first-video-wrapper,
#idearc-video-wrapper,
#hopper-video-wrapper {
	width:98%;
	margin:2rem auto 0 auto;

}

#idearc-wrapper h3 {
	margin-top:1rem;
}

#keynote-themes {
	margin-top:3rem;
}

#keynote-wrapper {
	width:96%;
	margin: 3rem auto 0 auto;;
}

.collapse {
	border-radius:25px;
}

	/* styles for innovation-keynote-coppell */
	
	
#coppell-keynote #pageheadergroup h1.pageheader {
	font-size:1.8rem;
	padding-top:0;
}

#coppell-keynote #pageheadergroup h2.subtitle {
	font-size:1.6rem;
}

#coppell-keynote #page-content p {
	width:86%;
	margin-left:auto;
	margin-right:auto;
}

#coppell-keynote #video1-wrapper {
	width:100%;
	margin-top:2rem;
}	

	/* Kindle/Ipad Portrait View */

@media (min-width: 780px) {

	#clips-wrapper,
	#keynote-themes {
		width:55%;
		margin-left:auto;
		margin-right:auto;
	}

	#coppell-keynote #page-content p {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}
	/* Ipad Landscape */

@media (min-width:1060px) {
	
	#coppell-keynote #pageheadergroup h1.pageheader {
		font-size:2rem;
		padding-top:0;
	}

	#coppell-keynote #pageheadergroup h2.subtitle {
		font-size:1.8rem;
	}
	#coppell-keynote #page-content p {
		width:70%;
		margin-left:auto;
		margin-right:auto;
	}	

	#coppell-keynote #video1-wrapper {
		width:100%;
		max-width:960px;
		margin:2rem auto 0 auto;
	}	
}


	/* Kindle Landscape */

@media (min-width: 1260px){
	
}


	/* Desktop */
	
@media (min-width:1500px) {
	
	#clips-wrapper {
		width:45%;
		margin-left:2%;
		float:left;
	}

	#clips-wrapper h1 {
		font-size:2.3rem;
	}
	
	#leadership-first-wrapper {
		 margin-top:2rem;
	}
	
	#leadership-first-content {
		width:88%;
		max-width:640px;
		margin:2rem auto 0 auto;
	}

	#leadership-first-video-wrapper {
		width:88%;
		max-width:640px;
		padding-top:0;
		margin:0 auto;
	}

	#idearc-wrapper {
		margin-top:2rem;
	}

	#idearc-wrapper h2 {
		font-size:2rem;
	}

	#idearc-wrapper h3 {
		margin-top:3rem;
		font-size:1.9rem;
	}

	#idearc-content {
		width:88%;
		max-width:640px;
		margin:2rem auto 2rem auto;
	}

	#idearc-video-wrapper {
		max-width:640px;
		margin:0 auto;
	}
		
	#hopper-wrapper {
		margin-top:3rem;
	}

	#hopper-wrapper h2 {
		font-size:2rem;
	}

	#hopper-content {
		width:88%;
		max-width:640px;
		margin:1rem auto 0 auto;
	}

	 #hopper-video-wrapper {
		 width:96%;
		 max-width:640px;
		 margin:2rem auto 0 auto;
	 }
	 
	#keynote-themes {
		width:50%;
		float:right;
		margin-right:2%;
	}

	h2#signature {
		font-size:2rem;
	}

	#keynote-wrapper {
		width:100%;
	}

	#keynote-video-panel {
		width:640px;
		margin:2rem auto 0 auto;
		font-size:2rem;
	}
		
	#keynote-video-panel h2 {
		font-size:2rem;
	}
	
	#expandable-list div.collapse {
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
}

@media (min-width: 1680px){

	
	#keynote-video-panel {
		width:640px;
		margin-left:auto;
		margin-right:auto;
	}
	
	#keynote-video-panel img {
		width:100%;
	}
}


