<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*-------------------------------------------------------------------
Base Elements / Basic Structure
-------------------------------------------------------------------*/



body{background: url('../media/images/bg.jpg');}





/*-------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
#header{padding:8px 0 12px;}
#header &gt; .container{position:relative;}
#header .navbar-brand{margin:0 -10px 0 0;padding:0;height:auto;}
#header .navbar-brand img{width:80%;}


/* Navbar ---------------------------------------------------------*/	
	.navbar{padding:20px 0;border:none;margin:0;}
	/* Navigation */
		#navigation{margin:10px 0 0;}
		#navigation &gt; li{float:left;}
		#navigation &gt; li &gt; a{
			position:relative;
			padding:0 15px;
			height: 36px;
			line-height: 36px;
		}
		#navigation &gt; li:last-child &gt; a{padding:0 0 0 15px;}

		/* Icons */				
			#navigation &gt; li &gt; a .fa-search,
			#navigation &gt; li &gt; a .fa-bars{font-size:24px;}
			#navigation &gt; li &gt; a .fa-bars{position:relative;top:1px;}
			#navigation &gt; li &gt; a .fa-caret-down{font-size:14px;margin:0 0 0 7px;}

			/* Override Mobile list-group styles within dropdown on a button */
				.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li&gt; a{color:#333;}
				.navbar-inverse .navbar-nav .open .dropdown-menu &gt; li&gt; a:hover{color:#333;text-decoration:underline;}

/*-------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/



#footer.navbar{background: #ccc;padding:15px 0;}
#footer.navbar &gt; .container &gt; .row + .row{margin:5px 0 0;}
#footer.navbar &gt; .container &gt; .row:first-child{margin:0;}

#footer p,
#footer p + .navbar-nav &gt; li{font-size:11px;}
#footer p + .navbar-nav{margin:-8px 0 0;}

/* Footer Nav */
	#footer .navbar-nav{margin:0;}
	#footer .navbar-nav &gt; li{
		float:left;
		margin: 0 0 6px;
		font-size:12px;
		border-left: 1px solid #333;
		height:12px;
		padding:0 11px;
	}
	#footer .navbar-nav &gt; li:first-child{border:none;padding: 0 11px 0 0;}
	#footer .navbar-nav &gt; li &gt; a{padding:0;height:12px;line-height:12px;}

	/* Social Nav */
		#social-nav.navbar-nav{height:30px;margin:0 0 6px;}
		#social-nav.navbar-nav &gt; li{
			height:30px;
			line-height:30px;
			border:none;
			height:auto;
			font-size:14px;
			font-weight:bold;
			padding:0 5px;
		}
		#social-nav.navbar-nav &gt; li &gt; a{font-size: 24px;height:30px;display:block;line-height:30px;}

/*-------------------------------------------------------------------
Accordion
-------------------------------------------------------------------*/

.panel-heading {
    cursor: pointer;
    padding: 2%;
    border-radius: 7px;
}

.panel-danger .panel-heading {
    cursor: default;
}

.panel a {
    cursor: pointer;
}

.panel-footer {
    padding: 1%
}


/*-------------------------------------------------------------------
Static Sidebar
-------------------------------------------------------------------*/
.staticSidebar {
   
    
}
.staticSidebar .list-group {
    margin: 1em 0;
}



/*-------------------------------------------------------------------
Main Content
-------------------------------------------------------------------*/

#wrap {
    margin: 1% 0;
}


/*-------------------------------------------------------------------
Component Overrides
-------------------------------------------------------------------*/	


/* Container Overrides --------------------------------------------*/
	.container.options{
		border-top:1px solid #ccc;
		margin:10px auto 20px;
		padding: 15px;
		min-height: 120px;

		background: #fff; /*older browsers */
		background: -moz-linear-gradient(top,  rgba(255,255,255,1) 60px, rgba(255,255,255,0) 100px); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(60px,rgba(255,255,255,1)), color-stop(100px,rgba(255,255,255,0))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 60px,rgba(255,255,255,0) 100px); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(255,255,255,1) 60px,rgba(255,255,255,0) 100px); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(255,255,255,1) 60px,rgba(255,255,255,0) 100px); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(255,255,255,1) 60px,rgba(255,255,255,0) 100px); /* W3C */
	}
	.container.options + .container.options{margin-top:-20px;}
	.container.options &gt; .row + .row{margin-top:20px;}

        
/* Page Header-----------------------------------------------------*/
.page-header {
    margin: 2% 0;
    border-bottom: 2px solid;
}



/* Panels ---------------------------------------------------------*/
    
    .panel-group .panel {
        border-radius: 7px;
        margin: 1em 0;
        
    }
    
    .panel

	/* Custom - Full Gray -----------------------------------------*/
		.panel-full_gray{background: #333;color: #fff;}
		.panel-full_gray .panel-title{font-size:24px;font-weight:bold;}
		.panel-full_gray .panel-body{padding:0 15px 15px;}
		.panel-full_gray .panel-body p{margin:0 0 15px;}

	/* Custom - Table ---------------------------------------------*/
		.panel-table .panel-body{padding:0;}
		.panel-table .panel-body p{padding:0 8px;}
		.panel-table .panel-body .table{margin-bottom:10px;}

	/* Collapse ---------------------------------------------------*/
		.panel-default&gt;.panel-heading:before {
			display: inline-block;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			/* content: "\f0dc"; */
			float:right;
		}
		.panel-default.toro-hide-arrows &gt; .panel-heading:before{display:none;}
		.panel-heading .panel-title a { display:block; }
                


/* List Groups ----------------------------------------------------*/

	/* Manual Listing ---------------------------------------------*/
		.list-group.manual-listing &gt; li{padding-left:40px;position:relative;}
		.list-group.manual-listing &gt; li &gt; .fa-file-pdf-o{
			position:absolute;
			top:10px;
			left:16px;
			font-size: 18px;
			color:#cc0000;
		}
		.list-group.manual-listing &gt; li &gt; .btn.btn-sm{margin:10px 0 5px !important;}
		.list-group.manual-listing &gt; li &gt; .btn &gt; .fa-download{font-size:15px;}




/* Buttons --------------------------------------------------------*/
	.full_width{width:100%;}

	/* Remove Filter ----------------------------------------------*/
		.remove_filter{padding:6px 25px 6px 12px;position:relative;white-space:normal;text-align:left;}
		.remove_filter + .remove_filter{margin-top:10px;}
		.remove_filter .filter{font-weight: bold;}
		.remove_filter .fa-times{color:#cc0000;position:absolute;right:7px;top:50%;margin:-7px 0 0 !important;}

/* Icons ----------------------------------------------------------*/
	.fa.large{font-size:18px;}
	
	/* Icons within buttons ---------------------------------------*/
		.btn .fa.fa-shopping-cart,
		.btn .fa.fa-search-plus,
		.btn .fa.fa-download{margin:0 5px 0 0;}
		.btn .fa.fa-check,
		.btn .fa.fa-times{margin:0 0 0 5px;}
                
/* Alerts -----------------------------------------------------------*/
    .alert {
        margin-bottom: 1%;
        font-size: medium;
    }

/* AJAX Loading ---------------------------------------------------*/
	.template-ajax-loading{padding:50px 0;text-align:center;}
	.template-ajax-loading .icon-ajax-loader{
		background: url('../images/ajax-loader.gif') no-repeat center center;
		display:block;
		margin:0 auto 15px;
		width:32px;
		height:32px;
	}
	.template-ajax-loading p{font-size:16px;}
        
/*-------------------------------------------------------------------
Utility Classes
-------------------------------------------------------------------*/
h2.subhead, h3.subhead, h4.subhead, h5.subhead,
.h2.subhead, .h3.subhead, .h4.subhead, .h5.subhead {padding-bottom:10px; margin-bottom:15px; border-bottom:solid 1px #999;}
.txt_uppercase{text-transform:uppercase;}
.field-margin {margin-bottom:10px;}
.no-margin {margin:0;}
.no-margin-top {margin-top:0;}
.rectangle {
	width: 15%;
	height: 2em;
	background: #F2DEDE;
        border-radius: 7px;
        vertical-align: middle;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
	
	/* Bootstraps Embed Code */
		.embed-responsive.embed-responsive-16by9{padding-bottom: 56.25%;}
		.embed-responsive {
			position: relative;
			display: block;
			height: 0;
			padding: 0;
			overflow: hidden;
		}
		.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object{
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			width: 100%;
			height: 100%;
			border: 0;
		}


/*-------------------------------------------------------------------
Bootstrap Misc Fixes
-------------------------------------------------------------------*/
@-moz-document url-prefix(){fieldset { display: table-cell; }} /* Responsive Tables Fix */

.vidyard-container {
    width: 75%;
}

.custom-play-button {
    			position: absolute;
                        margin: auto;
			width:26%;
			height:26%;
			/* Adjust these values depending on the size of your graphic */
			top: 0; left: 0; bottom: 0; right: 0;
                        
    
}</pre></body></html>