<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Progression Studios Shortcode CSS Appendix
--------------------------------------------
00. ClearFix
01. HR Styles
02. Tabbed Styles
03. Button Styles
04. Toggle Styles
05. Columns
*/

/*
=============================================== 00. ClearFix  ===============================================
*/

.progression_clearfix:before, 
.progression_clearfix:after { 
	content: ""; 
	display: table; 
	}
	
.progression_clearfix:after { 
	clear: both; 
	}
	
.progression_clearfix { 
	*zoom: 1; 
	}
	
*+html .progression_clearfix {
	visibility:hidden; 
	width:0;
	height:0; 
	clear:both;
	} /* ie7 target for clearfix */

/*
=============================================== 01. HR Styles ===============================================
*/

hr.progression-hr { 
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; 
	}

/*
=============================================== 02. Tabbed Styles ===============================================
*/

.progression-etabs { 
	margin: 0 0 20px 0; 
	padding: 0; 
	border-bottom:1px solid #ddd;
	}
	
.progression-tab { 
	margin-right:-6px; 
	display: inline-block; 
	zoom:1; 
	border: solid 1px #ddd; 
	border-width: 1px 1px 0 1px; 
	background: #f5f5f5;
	}
.lt-ie8 .progression-tab {display:inline;}	
.progression-tab a { 
	font-size: 14px; 
	line-height: 2em; 
	display: block; 
	padding: 5px 15px 3px 15px; 
	outline: none;  
	text-decoration:none;
	}
	
.progression-tab.active { 
	padding-top: 5px; 
	position: relative; 
	top: 1px; 
	background: #fff;
	}
	
.progression-tab a.active {  

	}


ul.progression-tabs {
	text-decoration:none; 
	display: block;
	margin: 0 0 20px 0;
	padding: 0;
	list-style:none;
	border-bottom: solid 1px #ddd; 
	}
	
ul.progression-tabs li {
	display: block;
	width: auto;
	height: 30px;
	padding: 0;
	float: left;
	margin-bottom: 0;
	}
	
ul.progression-tabs li a {
	display: block;
	text-decoration: none;
	width: auto;
	height: 29px;
	padding: 0px 20px;
	line-height: 30px;
	border: solid 1px #ddd;
	border-width: 1px 1px 0 0;
	margin: 0;
	background: #f5f5f5;
	font-size: 13px;
	}
	
ul.progression-tabs li a.active {
	background: #fff;
	height: 30px;
	position: relative;
	top: -4px;
	padding-top: 4px;
	border-left-width: 1px;
	margin: 0 0 0 -1px;
	-moz-border-radius-topleft: 2px;
	-webkit-border-top-left-radius: 2px;
	border-top-left-radius: 2px;
	-moz-border-radius-topright: 2px;
	-webkit-border-top-right-radius: 2px;
	border-top-right-radius: 2px; 
	}
	
ul.progression-tabs li:first-child a.active {
	margin-left: 0; 
	}
	
ul.progression-tabs li:first-child a {
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 2px; 
	-webkit-border-top-left-radius: 2px; 
	border-top-left-radius: 2px; 
	}
	
ul.progression-tabs li:last-child a {
	-moz-border-radius-topright: 2px; 
	-webkit-border-top-right-radius: 2px; 
	border-top-right-radius: 2px; 
	}

ul.progression-tabs-content { 
	margin: 0 0 20px 0; 
	display: block; 
	list-style:none;
	}
	
ul.progression-tabs-content &gt; li { 
	display:none;
	}
	
ul.progression-tabs-content &gt; li.active { 
	display: block; 
	}

/* Clearfixing tabs for beautiful stacking */
ul.progression-tabs:before, ul.progression-tabs:after { 
	content: '\0020'; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	height: 0;
	}
	
ul.progression-tabs:after { 
	clear: both; 
	}
	
ul.progression-tabs {
	zoom: 1; 
	}

/*
=============================================== 03. Button Styles ===============================================
*/

a.progression-button {
	margin:0px 2px 5px 0px;
	font-weight:bold; 
	display:inline-block; 
	text-decoration:none; 
	line-height:1; 
	cursor: pointer; 
	-webkit-transition-duration: 500ms;
	-moz-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.20);
	}

.progression-mini {
	padding: 5px 6px;
	font-size:11px;
	}
	
.progression-small {
	padding: 8px 10px; 
	font-size:11px;
	}
	
.progression-medium {
	padding:10px 14px;
	font-size:13px;
	}
	
.progression-large {
	padding:12px 18px; 
	font-size:15px;
	}

.progression-square {
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px;
	}
	
.progression-rounded {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	}

a.progression-blue {
	color: #ffffff;
  	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  	background-color: #006dcc;
  	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  	background-repeat: repeat-x;
  	border-color: #0044cc #0044cc #002a80;
  	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}
	
a.progression-blue:hover {
	background: #0088cc;
	color: #ffffff;
	}

a.progression-grey {
	color:#444444;
	background-color: #f5f5f5;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 	border: 1px solid #bbbbbb;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-bottom-color: #a2a2a2;
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-grey:hover {
	background: #f1f1f1;
	color:#444444;
	}

a.progression-light-blue {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-light-blue:hover {
	background: #5bc0de;
	color: #ffffff;
	}

a.progression-green {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-green:hover { 
	background: #62c462; 
	color: #ffffff;
	}

a.progression-orange {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-orange:hover { 
	background: #fbb450; 
	color: #ffffff;
	}

a.progression-red {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-red:hover { 
	background: #ee5f5b; 
	color: #ffffff;
	}

a.progression-black {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
	background-image: -webkit-linear-gradient(top, #444444, #222222);
	background-image: -o-linear-gradient(top, #444444, #222222);
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-image: -moz-linear-gradient(top, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	}

a.progression-black:hover { 
	background: #444444; 
	color: #ffffff;
}

/*
=============================================== 04. Toggle Styles ===============================================
*/

ul.progression-toggle {
	margin:0px; 
	padding:0px; 
	list-style:none;
	}
	
ul.progression-toggle li {
	background:#f9f9f9; 
	list-style-type:none; 
	cursor:pointer;  
	border:1px solid #dddddd; 
	padding:5px 5px 5px 5px; 
	margin:0px 0px 15px 0px;
	}
	
ul.progression-toggle div.div_progression_toggle {
	cursor: auto; 
	display: none; 
	padding:0px 20px; 
	margin-bottom:15px; 
	text-decoration: none;
	}
	
ul.progression-toggle div.div_progression_toggle:hover {
	text-decoration:none;
	}
	
ul.progression-toggle li:before {
	content: "+"; 
	position:relative; 
	width:8px; 
	text-align:center; 
	height:11px; 
	margin:0px 5px 0px 5px; 
	line-height:1; 
	padding:0px; 
	display:inline-block; 
	font-size:10px;
	}
	
ul.progression-toggle li.progression_active:before {
	content: "-"; 
	}
	
ul.progression-toggle div.progression_open {
	display:block;
	}

.lt-ie8 ul.progression-toggle div.div_progression_toggle {
	display:block;
	}

/*
=============================================== 05. Columns ===============================================
*/

.progression-grid2column, 
.progression-grid3column, 
.progression-grid3-twothirds, 
.progression-grid4column, 
.progression-grid4-threefourths, 
.progression-grid5column, 
.progression-grid5-twofifths, 
.progression-grid5-threefifths, 
.progression-grid5-fourfifth, 
.progression-grid6column, 
.progression-grid6-fivesixths {
	float:left; 
	margin-right:2%;  
	}
	
.progression-grid2column {
	width:49%; 
	}
	
.progression-grid3column {
	width:32%;
	}
	
.progression-grid3-twothirds {
	width:66%;
	}
	
.progression-grid4column {
	width:23.5%;
	}
	
.lt-ie8 .progression-grid4column {
	width:23%;
	}
	
.progression-grid4-threefourths {
	width:74.5%;
	}
	
.lt-ie8 .progression-grid4-threefourths {
	width:74.3%;
	}
	
.progression-grid5column {
	width:18.35%;
	}
	
.progression-grid5-twofifths {
	width:38.8%;
	}
	
.progression-grid5-threefifths {
	width:59.1%;
	}
	
.progression-grid5-fourfifth {
	width:79.5%;
	}
	
.progression-grid6column {
	width:15%;
	}
	
.progression-grid6-fivesixths {
	width:83%;
	}

body .progression-lastcolumn {
	margin-right:0% !important;
	}
</pre></body></html>