

.title h1{
	font-size:28pt;
	line-height:32pt;
	width:100%;
	margin-top:0px;
	margin-bottom:0px!important;
	padding-bottom:0px;
	border-bottom:none;
}

h2{
	font-size:26pt;
	line-height:34pt;
	margin-left:0px;
	margin-top:0px;
	text-align:left;
	width:100%;
}

header{
	margin-bottom:40px;
}

a:link, a:visited{
	color:#28a7e9;
}

a:hover{
	color:#ffc809;
}

blockquote a:link, blockquote a:visited{
	color:#ffc809;
}

blockquote a:hover{
	color:red;
}

article{
	padding-top:0px;
}

blockquote{
	width:90%;
	margin:0px;
	margin-top:20px;
	padding:5%;
}

.biocontent{
	padding:20px;
	margin-top:-20px;
}

.title-hr{
	display:none;
}

/*********  Video Podcast  **********/
/************************************/


.podcast{
	position:absolute;
	top:40px;
	right:60px;
	width:130px;
}

.logoscott{
	position:relative;
	top:8px;
	width:250px;
}

table{
	width:100%;
	max-width:600px;
	font-size:14pt;
	line-height:20pt;
	text-align:left;
}

.mic{
	width:35px;
	margin:15px;
	margin-right:20px;
	margin-left:20px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bio{
	margin-bottom:-15px;
	padding-bottom:0px;
}

.main-article{
	margin-top:40px;
}

footer{
	margin-top:40px;
}

.profilepic{
	border: none;
	width:90px;
}

/************************************/
/************************************/


/* BEGIN - Media for Smart Phones   */
/************************************/
@media (max-width: 980px){

table{
	margin-top:0px;
	margin-bottom:30px;
}

.podcast{
	width:80px;
	top:20px;
	right:40px;
}

	
} /* End Media 980px */





/************************************/
/************************************/


/* BEGIN - Media for Smart Phones   */
/************************************/
@media (max-width: 700px){

article{
	padding-top:30px;
	margin-bottom:0px;
}

blockquote{
	margin:0px;
	margin-top:20px;
	margin-bottom:-20px;
}

/*********  Video Podcast  **********/
/************************************/


table{
	width:90%;
	max-width:initial;
	font-size:12pt;
	line-height:18pt;
	text-align:left;
	margin-top:30px;
	margin-bottom:40px;
}

h1{
	font-size:22pt!important;
	margin-bottom:5px!important;
}

h2{
	font-size:22pt;
	line-height:28pt;
	width:100%;
	margin-top:0px;
}

.logoscott{
	position:relative;
	top:5px;
	width:170px;
}

.mic{
	width:25px;
	margin:0px;
	margin-right:20px;
	margin-left:0px;
}

.bio{
	margin-bottom:0px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:none;
}

.podcast{
	width:80px;
	top:20px;
	right:40px;
}
	
} /* End Media 700px */