@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}
#wrapper {
	font-family: 'Dosis', sans-serif;
	font-size:1.2em;
	padding:2% 5%;
	background:#FFF;
	color:#666;
}
#wrapper p {
	font-size:1.2em;
}
ul#list li {
	list-style-type: none;
	margin-left: 0;
	font-size:1.2em;
	text-align:left;
}
ul#list li:before {
	content: '\25CF ';
	color: #CE3549;
	padding-right: 0.5em;
}
.red_button, .purple_button, .blue_button {
	font-weight:bold;
	margin:5% 0;
	color:#FFF;
}
.red_button a, .purple_button a, .blue_button a {
	color:#FFF;
	padding:2% 4%;
	text-decoration:none;
	font-size:.8em;
	-moz-box-shadow: 6px 6px 3px #AAA;
	-webkit-box-shadow: 6px 6px 3px #AAA;
	box-shadow: 6px 6px 3px #AAA;
}
.red_button_sm a:hover, .red_button_lg a:hover, .purple_button a:hover, .blue_button a:hover {
	background-color:#666;
	text-decoration:none;
}
.red_button_sm {
	background-color:#CE3549;
	font-size:1em;
	padding:2% 4%;
	color:#FFF;
	text-decoration:none;
}
.red_button_lg {
	background-color:#CE3549;
	font-size:1em;
	padding:4% 6%;
	color:#FFF;
	text-decoration:none;
	width:30%
}
.red_button_lg a {color:#FFF;text-decoration:none;}
.purple_button a {
	background-color:#8165A3;
}
.blue_button a {
	background-color:#3A5899;
}
.blue_hd { 
	background-color:#3A5899;
	color:#FFF;
	padding:2% 4%;
	}
.purple_hd { 
	background-color:#8165A3;
	color:#FFF;
	padding:2% 4%;
	}
	
ul#list {
	padding:0px;
	margin:0px;
    padding-left:22px;
	text-indent:-22px;
}
ul#list li {
	margin-left: 0;
    padding-left:22px;
}
ul#list li:before {
	content: '\25CF ';
	color: #232a72;
	font-size:16px;
	padding-right: 12px;
}
ul#purple_list, ul#blue_list {
	list-style-type: none;
	font-size:1.2em;
	text-align:left;
    padding: 0px;
    margin: 0px;	
	text-indent:-22px;
}
ul#purple_list li, ul#blue_list li {
	padding:2% 0;
    padding-left:22px;
}
ul#purple_list li:before {
	content: '\25CF ';
	color: #8165A3;
	padding-right: 0.5em;
}
ul#blue_list li:before {
	content: '\25CF ';
	color: #3A5899;
	padding-right: 0.5em;
}
.blue_box {
	background-color:#3A5899;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	font-size:1.5em;
	}
#wrapper h3 {
	margin-top:1%;
}
.sidebar { font-size:.9em; padding-bottom:3%;}
#blue_border {
	border:1pt solid #2AADB7;
	min-height:600px;
	}
#red_border {
	border:1pt solid #CE3549;
	}
#red_box {
	background-color:#CE3549;
	padding:5%;
	text-align:center;
	}
#red_border a {	
	color:#666;
	text-decoration:none;
	padding-left:2%;
}
#red_border p {
	padding:0 5%;
	}
#blue_box {
	background-color:#2AADB7;
	padding:5% 0;
	text-align:center;
	}
#blue_box h3, #red_box h3, #green_box h3, #purple_box h3 {
	color:#FFF;
	text-align:center;
	}
#green_border {
	border:1pt solid #C1D44A;
	min-height:600px;
	}
#green_box {
	background-color:#C1D44A;
	padding:5% 0;
	text-align:center;
	}
#purple_border {
	border:1pt solid #8165A3;
	min-height:532px;
	}
#purple_border li {	
	padding-right:5%;
}
#purple_box {
	background-color:#8165A3;
	padding:5% 0;
	text-align:center;
	}
#green_text {
	color:#C1D44A;
	}
#blue_text {
	color:#2AADB7;
	}
/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  GROUPING  ============================================================================= */


.group:before, .group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
	zoom:1; /* For IE 6/7 (trigger hasLayout) */
}
/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child {
	margin-left: 0;
} /* all browsers except IE6 and lower */
/*  
	GRID COLUMN SETUP  - GRID OF TWO
*/
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
/*
	  GRID COLUMN SETUP - GRID OF THREE   
*/
.span_3_of_3 {
	width: 100%;
}
.span_2_of_3 {
	width: 66.13%;
}
.span_1_of_3 {
	width: 32.26%;
}
/*
	  GRID OF FOUR   
*/
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 23.8%;
}
/*
	  GRID OF FIVE   
*/
.span_5_of_5 {
	width: 100%;
}
.span_4_of_5 {
	width: 79.68%;
}
.span_3_of_5 {
	width: 59.36%;
}
.span_2_of_5 {
	width: 39.04%;
}
.span_1_of_5 {
	width: 18.72%;
}
/*
	  GRID OF SIX    
*/
.span_6_of_6 {
	width: 100%;
}
.span_5_of_6 {
	width: 83.06%;
}
.span_4_of_6 {
	width: 66.13%;
}
.span_3_of_6 {
	width: 49.2%;
}
.span_2_of_6 {
	width: 32.26%;
}
.span_1_of_6 {
	width: 15.33%;
}
/*
	/*
		  GRID OF EIGHT   
	*/
	.span_8_of_8 { width: 100%; }
	.span_7_of_8 { width: 87.3%; }
	.span_6_of_8 { width: 74.6%; }
	.span_5_of_8 { width: 61.9%; }
	.span_4_of_8 { width: 49.2%; }
	.span_3_of_8 { width: 36.5%; }
	.span_2_of_8 { width: 23.8%; }
	.span_1_of_8 { width: 11.1%; }