<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/** REVISED September 12, 2018 **/

#podcastButton{
    display:none!important;
}
#lsButton{
    display:none!important;
}
.card-link{
    display:none!important;
}
.surveyButton{
    display:none!important;
}
.addToCollapsed{
    display:none!important;
}
blockquote{
    border-left:none
} 
body{
	position:relative;
	font-family: 'Arimo', sans-serif;
	font-size:1.3em;
	background-color:#EEEEEE;
}
body p{
	font-size:1em;
}
/** Fixes navigation 'jumping' when a modal opens**/
body.modal-open {
	overflow-y: scroll;
	padding-right: 0 !important;
}
table{
	font-size:0.8em;
	width: auto!important;
}

table th {
	text-align:center;
	background-color:#11261E!important;
	color:white;
}
ul { 
	overflow: hidden; 
}
/** CSS by ID **/
#action{
	background-color:#403F55;
	color:white;
	margin-bottom:0rem;
}
#consolidation{
	background-color:#403F55;
	color:white;	
	margin-bottom:0rem;
}
#mindson{
	background-color:#403F55;
	color:white;
	margin-bottom:0rem;
}
#podcastButton{
	margin-left:3rem;
}
#skip a
{ 
	position:absolute; 
	left:-10000px; 
	top:auto; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus 
{ 
	position:static; 
	width:auto; 
	height:auto; 
}
#tooltip_container {
	pointer-events:none;
	color: #000000;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
	position: absolute;
	max-width:400px;
	background-color: rgba(230,230,230,1);
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	display:none;
	z-index:1000000000;
	font-family:Arial, sans-serif;
	font-size:15px;
	margin: 0 0 .5em 0;
}

/** CSS by Class **/
.activityTitle{
	position:relative;
	top:100px;
}
.activityTitle h1{
    font-size:2.2rem;
    font-weight:400;
    color: white;     	
}
.addToCollapsed{
	display:none!important;
	cursor:pointer;
}
.addToCollapsed a { 
    text-decoration:none!important;
}
.bgimage{
	background: #6C747C; /* Old browsers */	
	height:500px;
}
.bg-success{
	background-color:#11261E!important;
}
.blog-post-actions{
    text-align:right!important;
}
.btn-outline-dark{
	color:white;
	border-color:white;
	-webkit-appearance: none!important;
}
.btn-outline-dark:hover{
	color:#222222!important;
	background-color:#FFF8F8!important;
}
.btn-primary{
	background-color:rgba(225,225,225,.9);
	padding:1px;
	font-size:16px;
	color:black;
}
/**new Carousel**/
.carousel-caption {
  position: relative;
  left: 0%;
  right: 0%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #000;
  text-shadow: none;
}
.carousel {
    position: relative;
}
.carousel-indicators{
    margin-bottom:-40px!important;
}
.carousel-indicators li{
    width: 30px!important;
    height: 7px!important;
    border-color:black;
    border-width:thin;
    border-style:solid;
}
.controllers {
    position: absolute;
    top: 0px;
}
.carousel-control-prev, 
.carousel-control-next {
    background-image: none;
	background-color:rgba(0,0,0,0.2);
}
.colouredPanel1{
	background-color: rgba(0,0,0,.03);; 
}
.container{
	background-color:#FFFFFF;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-top: 1em;
	margin-bottom: 1em;	
}
.container-fluid{
	padding-top: .3em;
	margin-bottom: 0.5em;	
}
.dashedPanel1{
	border:dashed;
	border-color: #343a40!important; 
}
.dashedPanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}
.dottedPanel1{
	border:dotted;
	border-color: #343a40!important; 
	background-color:rgba(0,0,0,0.03)!important;
}
.dottedPanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}
.doublePanel1{
	border:double;
	border-color: #343a40!important; 
}
.doublePanel1-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}
.equal, .equal &gt; div[class*='col-'] { 
    display: -webkit-flex;
    display: flex;
    flex:1 1 auto;
}
.figure-caption{
	text-align:center;
	font-style:italic;
}
.frosted{
	font-family: 'Archivo Black', sans-serif;
	outline:none!important;
	margin-left:3rem;
}
.hideLogo{
	margin-top:0px;
	margin-left:2rem;
}
.hiddenNav{
	display:none!important;
}
.imageAlign {
	font-size:1.0em;
}
.imageCaption{
	font-size:0.8em;
	font-color:#7F7F7F;	
} 
.imageFilter{	
	background-image: url(../../_images/titleImage.jpg); 
	background-size: cover;
	height:500px;
	z-index:0;	
	position:absolute;
	width:100%;
	-moz-opacity:.30; 
 	-ms-filter:"alpha(opacity=30)";
  	filter:alpha(opacity=30);
  	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.3);
  	opacity:.30; 	
}
.img-rounded{
box-shadow: 2px 2px 2px 2px #E0E0E0;
}
.interactiveFrame{
	overflow:visible!important;
}
.interactive_title{
    display:none!important;
}
.ipadOnly{
    display:none;
}
.jumbotron{
	background-color: #e1d1c1;   
}
.jumbotron blockquote footer{
	text-align:right;	   
}
.left-column{
	border-right: 4px solid #443222; 
}
.modal-header{
	background-color:#403F55;
	color:white;
}
.navbar{	
	margin-top:0.4rem!important;
	margin-bottom:0px;
	font-size:1rem;
}
.navbar-brand{
	background-repeat: no-repeat;
	background-position: 15px 0;
	height: auto;
}
.navbar-brand h1{  
	color:black;  
	margin:0;
	font-size:1em;
	font-weight:400;
	padding-left:38px;
}
.noDisplay{
	display:none;
}
.non-iPad{
    display:block;
}
.panel-collapse{
    background-color:rgba(0,0,0,0.03);
}
.panel-default{
	margin-top: 1em;
	margin-bottom: 1em;	
}
.panel-default .panel-heading{
	background-color: #443222; 
}
.panel-heading h1{
	color:white;
	font-size:1.8em;
}
.panel li{
	font-size:1em;
}
.panel-title a{
    color:white!important;
}
.podcast{
	background-color:#5A5A5A;
	position: fixed;
	top:90px;
	border-radius:12px;
	border-style:solid;
	border-color:#000000;
	border-width:thin;	
	padding:10px 5px 5px 5px;	
	left:-800px;	
	z-index:5000;
}
.progress{
	height:6px;
}
.progress-bar{
	background-color:#11261E;	 
}
.quote-box{    
    overflow: hidden;
    padding-left:10px;
    padding-right: 10px;
    margin-top: -50px;
    padding-top: -100px;
    border-radius: 17px;
	border-width:medium;
	border-color: #443222;
    background-color: rgba(0,0,0,.05);
    margin-top: 25px;
    color:#333;
    width: 100%;
    box-shadow: 2px 2px 2px 2px #E0E0E0;    
}
.quotation-mark{
    margin-top: -10px;
    font-weight: bold;
    font-size:100px;
    color:#333;
    font-family: "Times New Roman", Georgia, Serif;
}
.quote-text{
    margin-top: -65px;
}
.small_title{
	font-size: 1rem;
}
.solidPanel1{
	border: groove;
	border-color: #443222; 
}
.solidPanel-heading h1{
	margin-top: 1em;
	color:#000000;
	font-size:1.8em;
}
.source {
	font-size:0.6em;
}
.table-responsive table  tbody  tr  td{
	white-space:normal!important;
}
.tooltip-source-html{
	display:none;
}
.well-colouredBackground{
	color:#343a40!important;
	background-color:rgba(0,0,0,0.03);   
	border-color:#343a40!important;  
	border-style: solid;
	padding:10px;
}
.well-whiteBackground{
	background-color:white;   
	border-color:#343a40!important;  
	border-style: solid;
	padding:10px;
}

/** Media Queries **/

@media (max-width: 1200px) { 
  header .navbar-brand h1 {
	  font-size:1rem;
  }
  .left-column{
		border-right: none; 
	}
}

@media only screen and (min-width:913px) and (max-width: 991px)  {
	.modal-lg{
      width:900px!important;
  	}  
  	.left-column{
		border-right: none; 
	}
}

@media (max-width: 990px) {
  	#sectionTitle h1{
	  	text-align:center;
  	}  
  	header .navbar-brand h1 {
	  	font-size:.8rem;
  	}	
	.jumpToTop{
		background-position: center center;
	}
	.left-column{
		border-right: none; 
	}
	.table-responsive table {
		width: 100%!important;
	}
  	
}

@media (max-width:767px){
	.activityTitle{
		left:0px;
	}
	.addToCollapsed{
		display:block!important;
	}
	.hiddenButtons{
		display:none;
	}
	.hideLogo{
		display:none;
	}
	.jumpToTop{
		background-position: center top;
	}
	.left-column{
		border-right: none; 
	} 	
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	 #podcastButtonline{
	margin-top:-40px!important;
	}	
	.btn{
		padding-left:0px!important;
		padding-right:0px!important;
	}
}

@supports (-ms-accelerator:true) {
  /* IE Edge 12+ CSS styles go here */

#podcastButtonline{
	margin-top:-40px!important;
	 }

.btn{
	padding-left:0px!important;
	padding-right:0px!important;
} 
header .navbar-brand{
	min-width:300px!important;
}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
    .ipadOnly{
        display:block;
    }
    .non-iPad{
        display:none;
    }
    
}

</pre></body></html>