@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Lato');

/* BEGIN - Bootstrap Overrides */
/*******************************/
@media (min-width: 800px){

.col-md-9 {
	max-width:100%!important; width: 100%!important; padding:0px!important;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
   	float: left!important; padding:0px!important;
}
}/* END - Bootstrap Overrides */

/* External forms overides */
html{
	background: url("../images/Background.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:#b5b9b8;
}

body {
	font-family:"Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	font-size:12pt;
	line-height:18pt;
	color:#333;
	background-color:transparent;
}

a:link{
	font-family: Segoe UI Light, Segoe UI, Arial, sans-serif;	
	font-weight:normal;
	text-decoration:none;
	color:#0000ff;
}

a:visited{
	color:#0000ff;
}

a:hover{
	color:#a0252c;
}

footer a:link{
	font-family: Segoe UI Light, Segoe UI, Arial, sans-serif;	
	font-weight:normal;
	text-decoration:none;
	color:white;
}

footer a:visited{
	color:#ffffff;
}

footer a:hover{
	color:#FFEB3B;
}

p{
	padding-top:0px;
	padding-bottom:0px;
}

h1{
	font-size:24pt;
	line-height:32pt;
	color:black;
	margin-bottom:10px;
	margin-top:0px;
	text-align:left;
}

h2{
	color:#333;
	font-size:20pt;
	line-height:28pt;
	margin-bottom:30px;
	margin-top:0px;
	text-align:left;	
}

h3{
	color:#a0252c;
	font-size:16pt;
	line-height:24pt;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:30px;		
	text-align:left;
}

.h3-first{
	margin-top:0px;
}

h4{
	color:#a0252c;
}

.bio h2{
	color:white;
	font-size:18pt;
}

blockquote{
	border-left:5px solid #a0252c;
	background-color:#d1d3d4;
	margin:0px;
	padding:20px;
}

img{
	border:1px solid black;
}

.img-featured{
	width:58%;
	height:auto;
}

.img-side-column{
	width:100%;
	height:auto;
}

li{
	padding-left:5px;
}

.by-line{
	color:#a0252c;
	font-size:14pt;
	font-style:italic;
	margin-top:20px;
	margin-left:0px;
	margin-bottom:30px;
}

.innervision{
	position:relative;
	width:90%;
	min-width:500px;
	max-width:1100px;
	margin:auto;
	margin-top:20px;
	background-color:rgba(255,255,255,0.95);
	padding-left:40px;
	padding-right:40px;
	margin-bottom:30px;
	text-align:justify;

	box-shadow: 0px 0px 20px #333333;
}

.columns{
    column-count:2;	
    column-gap: 70px; 	
    margin-top:20px;
    margin-bottom:0px;
}

header{
	padding:30px;
	padding-left:5%;
	padding-top:40px;
	padding-bottom:40px;
	background-color:white;
	display:block;
	overflow:auto;
	margin-bottom:30px;
	margin-left:-40px;
	margin-right:-40px;
	background: url("https://s3.amazonaws.com/filelibraryforprofile48db44/profile48db44/images/Background_Mask.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#0d0d0d;

	border-top:10px solid #711518;
}

article{
	padding:20px;
	display:block;
	overflow:auto;
}

footer{
	clear:both;
	font-size:14pt;
	background-color:#711518;
	text-align:center;
	padding:20px;
	display:block;
	overflow:auto;	
	margin-left:-40px;
	margin-right:-40px;

	border-top:1px solid black;
}

.two-thirds{
	width:60%;
	display:block;
	overflow:auto;	
}

.one-third{
	background-color:rgba(232, 86, 74,0.1);
	width:30%;
	display:block;
	overflow:auto;	
	text-align:left;
	margin-top:20px;
	margin-left:5%;
	margin-bottom:20px;

	border-top:1px solid #a0252c;	
	border-bottom:1px solid #a0252c;	
}

.full-display-sidebar{
	display:block;
}

.mobile-display-sidebar{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.logo{
	width:160px;
	max-width:300px;
	height:auto;
	margin-left:-10px;
	border:0px!important;
}

.bio-heading{
	font-size:16pt;
	font-weight:bold;
	margin-bottom:30px;
}

.bio{
	clear:both;
	background-color:rgba(0, 0, 0, 0.8);
	font-size:11pt;
	line-height:16pt;
	color:white;
	padding:20px;
	margin:20px;
	margin-top:0px;
	margin-bottom:20px;
	display:block;
	overflow:auto;

	background: url("https://s3.amazonaws.com/filelibraryforprofile48db44/profile48db44/images/Background_Mask.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#0d0d0d;	

	border-top:2px solid #a0252c;
}


.photo-container-table{
	width:220px;
	float:left;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:20px;
}

.green-marker{
	background-color:#17ff00;
}

.yellow-marker{
	background-color:yellow;
}

.photo{
	width:100%;
	height:auto;
	margin-bottom:5px;
	border:1px solid black;
}

.photo-quote{
	color:#fff;
	font-size:10pt;
}

.label{
	font-size:12pt!important;
}

input, select, textarea{
	color:#27338b;	
	font-family: Segoe UI Light, Segoe UI, Arial, sans-serif;	
	font-size:12pt;
	width:90%;
	min-height:30px;
	margin-top:10px;
	padding-left:5px;
}

.graph{
	width:58%;
	border:1px solid black;	
}

.firstcharacter {
  float: left;
  font-size: 80px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 0px;
}

.spacer{
	height:0px;
}

.box{
	break-inside:avoid;
}

.james-bond{
	position:absolute;
	border:none;
	width:150px;
	height:auto;
	right:100px;
	top:20px;
}


/****** Podcast CSS ********/
/***************************/

.container-podcast{
	clear:both;
	background-color: rgb(136, 137, 142);
	padding:10px;
	display:block;
	overflow:auto;
}

.container-podcast a:link, .container-podcast a:visited{
	color:#FFC107;
}

.container-podcast a:hover{
	color:#FFEB3B;
}

.container-podcast h3{
	font-size:12pt;
	line-height:18pt;
	font-weight:normal;
	color:white;
	margin-top:5px;
	margin-bottom:0px;
}

.podcast-mic{
	border:none;
	width:35px;
	float:left;
	margin-right:20px;
}

audio{
	width:90%!important;
	height:30px;
	margin-top:10px;
	float:left;
}




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


/* BEGIN - Media for Tablets        */
/************************************/
@media (max-width: 960px){

body{
	font-size:11pt;
}

.innervision{
	width:90%;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
}

h2{
	font-size:18pt;
}

h3{
	font-size:12pt;
	line-height:16pt;
}

header{
	padding:50px;
	overflow:auto;
	margin-bottom:30px;
	margin-left:-20px;
	margin-right:-20px;
	padding-top:30px;
	padding-bottom:30px;
}

.logo{
	width:150px;
}

footer{
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:0px;
}

.img-featured{
	width:55%;
	height:auto;
}

blockquote{
	width:90%;
	border-left:5px solid #a0252c;
	background-color:#d1d3d4;
	margin-left:0px;
	padding:20px;
}


.spacer{
	height:0px;
}

.columns{
	column-count:1;
}

} /* END - Media for Tablets */


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


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

html{
	background: url("../%22%22");
	background-color:white;
}

body{
	font-size:11pt;
	margin:0px;
}

h1{
	font-size:24pt;
	line-height:32pt;
	margin-bottom:30px;
}

h2{
	font-size:16pt;
	line-height:22pt;
}

.bio h2{
	font-size:16pt;
}

h3{
	font-size:14pt;
	line-height:20pt;
}

.by-line{
	margin-left:0px;
	margin-bottom:0px;
	margin-top:-20px;
}


.innervision{
	margin:0px;
	width:100%;
	min-width:0px;
	max-width:100%;
	padding:0px;
}

.title{
	margin-bottom:-50px;
}

header{
	background-color:#232323;
	margin:0px;
	padding:30px;
	
	background: url("../%22%22") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#0d0d0d;		
}

.logo{
	width:130px;
	max-width:300px;
}

article{
	padding:10%;
}

.bio{
	font-size:inherit;
	padding:5%;
	margin:40px;
	margin-bottom:0px;

	background: url("../%22%22") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:#0d0d0d;		
}


.photo-container-table{
	width:100px;
	float:left;
	margin-right:30px;
	margin-top:10px;
	margin-bottom:0px;
}

.full-display-sidebar{
	display:none;
}

.mobile-display-sidebar{
	display:block;
	background-color:#e4e4e4;
	margin-bottom:20px;
}

footer{
	margin:0px;
	padding-bottom:40px;
}

.graph{
	width:100%;
}

blockquote{
	width:100%;
	padding:20px;
}

.img-featured{
	width:100%;
	height:auto;
}

.james-bond{
	width:120px;
	right:40px;
}

blockquote{
	width:90%;
}

.photo-container-table-landscape{
	width:100%;
	margin-top:-5px;
}

.photo-landscape{
	width:100%;
}

audio{
	width:100%!important;
	height:30px;
	margin-top:10px;
	float:left;
}




} /* END - Media for Smart Phones  */