@charset "utf-8";
/* CSS Document */

.top-navigation {
z-index:9999
}
.masthead {
z-index: 99999;
}

.video-container {
	position: relative;
	padding-bottom: 53.25%;
	padding-top: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 5px 5px 20px #CCC;
	-webkit-box-shadow: 5px 5px 20px #CCC;
	box-shadow: 5px 5px 20px #000;
	border: 1px solid #333;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



.video_description {
	color: #000;
	text-align: left;
	padding-left: 2px;
	padding-bottom: 0px;
	padding-top: 15px;
}

.andy-tagline {
	font-size: 1.8em;
	margin-bottom: 10px;
}


.video-wrapper { 
	position: relative;
 	padding-bottom: 56.25%; 
	padding-top: 30px; 
	height: 0px; overflow: 
	hidden; }

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top-right-radius: 0px;
}

.rounded-rectangle {
	border: 1px solid #000000;
	border-radius: 7px 7px 0px 0px;
}

.twitter {
	margin-left: 12px;
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom-width: .5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-variant: small-caps;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}  

.twitter-no-margin {
	font-size: 1.4em;
	padding-bottom: 5px;
	border-bottom-width: 0.5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	font-variant: small-caps;
	color: #000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
} 