@CHARSET "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700');

/* 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:#88898c;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:11pt;
	line-height:16pt;
	color:#333;
	background-color:transparent;
	margin:0px;
}

a:link{
	font-family: inherit;	
	font-weight:normal;
	text-decoration:none;
	color:#65b32d;
}

a:visited{
	color:#65b32d;
}

a:hover{
	color:#b5ef2a;
}

footer a:link{
	font-family: inherit;	
	font-weight:normal;
	text-decoration:none;
	color:white;
}

footer a:visited{
	color:#ffffff;
}

footer a:hover{
	color:#FFC107;
}


.powered-by a:link{
	font-family: inherit;	
	font-weight:normal;
	text-decoration:none;
	color:white;
}

.powered-by a:visited{
	color:#ffffff;
}

.powered-by a:hover{
	color:#FFC107;
}


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

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

.title h1{
	margin-bottom:10px;
}

h2{
	text-transform:uppercase;
	color:#64b32e;
	font-size:18pt;
	line-height:28pt;
	margin-bottom:30px;
	margin-top:0px;
	text-align:left;
	width:75%;	
}

h3{
	color:black;
	font-size:18pt;
	line-height:24pt;
	font-weight:bold;
	margin-top:40px;
	margin-bottom:30px;		
	text-align:left;
	border-bottom:1px solid #999999;
	padding-bottom:5px;
}

.title h3{
	margin-bottom:10px;
	margin-top:0px;
	color:#333333;
}

.bio h2{
	color:white;
	font-size:16pt;
	margin-bottom:10px;
}

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

img{
	border:1px solid black;
}

.m3-icon{
	border:none;
	position:relative;
	top:4px;
	margin-right:4px;
}

.img-body{
	width:40%;
	height:auto;
	margin-bottom:20px;
	margin-top:5px;
}

.img-featured{
	width:150px;
	height:auto;
	border:none;
	float:right;
	margin-right:5%;
	margin-top:-170px;
}

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

li{
	padding-left:5px;
}

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

.innervision{
	position:relative;
	width:90%;
	min-width:500px;
	max-width:1100px;
	margin:auto;
	margin-top:20px;
	background-color:white;
	padding-left:40px;
	padding-right:40px;
	margin-bottom:30px;
	text-align:justify;
	box-shadow: 0px 0px 15px #333333;
}

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

header{
	padding:20px;
	padding-left:5%;
	background-color:white;
	display:block;
	overflow:auto;
	margin-bottom:30px;
	margin-left:-40px;
	margin-right:-40px;
	background: url("") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
	background-color:white;
	border-top:10px solid #090736;
	border-bottom:1px solid black;
}

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

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

.powered-by{
	font-size:9pt;
	background-color:#4489c7;
	text-align:center;
	padding:3px;
}

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

.one-third{
	background-color:#eceef7;
	width:30%;
	display:block;
	overflow:auto;	
	text-align:left;
	margin-top:20px;
	margin-left:5%;
	margin-bottom:20px;
}

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

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

.left{
	float:left;
	margin-right:30px;
}

.right{
	float:right;
	margin-left:30px;
}

.logo{
	width:180px;
	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:#65b22d;
	font-size:12pt;
	color:#ececec;
	padding:20px;
	margin:20px;
	margin-top:0px;
	margin-bottom:20px;
	display:block;
	overflow:auto;
}

.credentials{
	margin-top:-5px;
	margin-bottom:30px;
}


.photo-container-table{
	width:120px;
	float:left;
	margin-right:30px;
	margin-top:5px;
	margin-bottom:0px;
	text-align:center;
	font-weight:bold;
	font-style:italic;
}

.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:#333333;	
	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;
}

.signature{
	clear:both;
}


/****** 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{
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	margin-top:20px;
}


.by-line{
	width:60%;
	line-height:22pt;
}

header{
	overflow:auto;
	margin-bottom:30px;
	margin-left:-20px;
	margin-right:-20px;
	background: url("") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

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

.img-featured{
	width:150px;
	margin-top:-220px;	
	margin-right:20px;
}

.logo{
	width:150px;
}

} /* END - Media for Tablets */



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


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

.img-featured{
	width:120px;
	margin-top:-200px;
	margin-right:0px;
}
	
} /* media */






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


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

html{
	background: url("");
	background-color:white;
}

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

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

h2{
	font-size:18pt;
	line-height:24pt;
	width:100%;
}

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



.by-line{
	margin-bottom:20px;
	width:100%;
}


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

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

header{
	margin:0px;
	padding:30px;
}

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

article{
	padding:10%;
}

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

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

.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:90%;
	padding:20px;
}

.img-featured{
	width:50%;
	height:auto;
	float:initial;
	margin-top:initial;
	margin-left:25%;
}

.img-body{
	width:100%;
	margin-bottom:20px;
}

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


} /* END - Media for Smart Phones  */