@charset "utf-8";
/* CSS Document */
/* Title:	responsive.css
 * Author:	Tonya Brewington
 * Company:	TBREWING Creative Group
 * Version:	1.0
 * Date:	6/24/2015
*/

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	margin: 0 auto;
}
.container-productivity, .container-message {
	background: #BFBDBD;	
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
/*	margin: 1% 0 1% 1.1%;*/
	margin: 0 .5%;
}
.col:first-child { margin-left: 0; margin-left: 3.5%; }

/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

.floatleft {float:left; margin-right: 1.6%}
.floatright {float: right; margin-left: 1.6%}

.container-text {
	font-size: large;
	font-weight: 400;
	line-height: 1.2em;	
	font-family: 'Segoe UI', sans-serif;
	color: #170713;
}