/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/** tables still need 'cellspacing="0"' in the markup **/
table {
	border-collapse: separate;
	border-spacing: 0;
	}

h1,h2,h3,h4 { font-weight:normal;}

/************ Commonly USED
*************************************************/

/*basics*/
.b {font-weight:bold !important}
.i { font-style: italic !important}
.fNorm {font-weight: normal !important}
.fs10 { font-size:10px !important; }
.fs11 { font-size:11px !important; }
.fs12 { font-size:12px !important; }
.fs13 { font-size:13px !important; }
.fs14 { font-size:14px !important; }
.fs15 { font-size:15px !important; }
.fs16 { font-size:16px !important; }
.fs17 { font-size:17px !important; }
.fs18 { font-size:18px !important; }
.fs19 { font-size:19px !important; }
.fs20 { font-size:20px !important; }
.fs22 { font-size:22px !important; }
.fs24 { font-size:24px !important; }
.fs26 { font-size:26px !important; }
.fs28 { font-size:28px !important; }
.fs30 { font-size:30px !important; }
.fs34 { font-size:34px !important; }
.fs38 { font-size:38px !important; }
.fs40 { font-size:40px !important; }
.fs46 { font-size:46px !important; }
.fs50 { font-size:50px !important; }
.fs54 { font-size:54px !important; }
.fs56 { font-size:56px !important; }
.fs58 { font-size:58px !important; }
.fs60 { font-size:60px !important; }

.fWhite { color: #fff !important}
.fRed { color: #c00 !important}
.fBlack { color: #000 !important}
.fLgray { color: #999 !important}
.fGray { color: #444 !important}
.fGray2 { color: #777 !important}
.fOrange { color: #e80 !important}
.fBlue { color: #08c !important}
.fLBlue { color: #9cf !important}
.fNavy { color: #237 !important}
.fLeft { float:left !important; width:auto; }
.fRight { float:right !important; width:auto}
.clear { clear: both !important;}
.tUpper { text-transform:uppercase !important}
.tNone { text-transform: none !important}
.aCenter { text-align:center !important;}
.aLeft { text-align: left !important;}
.aRight { text-align: right !important;}
.fw100 { font-weight:100 !important;}
.fw200 { font-weight:200 !important;}
.fw300 { font-weight:300 !important;}
.fw400 { font-weight:400 !important;}
.fw500 { font-weight:500 !important;}
.fw600 { font-weight:600 !important;}
.fw700 { font-weight:700 !important;}
.fw800 { font-weight:800 !important;}

.lh14 { line-height: 14px !important}
.lh15 { line-height: 15px !important}
.lh16 { line-height: 16px !important}
.lh18 { line-height: 18px !important}
.lh20 { line-height: 20px !important}
.lh22 { line-height: 22px !important}
.lh24 { line-height: 24px !important}
.lh28 { line-height: 28px !important}
.lh30 { line-height: 30px !important}
.lh32 { line-height: 32px !important}
.lh34 { line-height: 34px !important}
.lh38 { line-height: 38px !important}
.lh40 { line-height: 40px !important}
.lh46 { line-height: 46px !important}
.lh50 { line-height: 50px !important}
.lh56 { line-height: 56px !important}
.lh60 { line-height: 60px !important}
.lh64 { line-height: 64px !important}
.lh68 { line-height: 68px !important}
.lh70 { line-height: 70px !important}
.lh74 { line-height: 74px !important}
.lh78 { line-height: 78px !important}
.lh80 { line-height: 80px !important}

.centeredBlock { margin:0 auto; float:none;}

.padAll0 { padding: 0px !important} 	.marAll0 { margin: 0px !important} 
.padAll5 { padding: 5px !important} 	.marAll5 { margin: 5px !important}
.padAll10 { padding: 10px !important} 	.marAll10 { margin: 10px !important}
.padAll5 { padding: 15px !important} 	.marAll15 { margin: 15px !important}
.padAll20 { padding: 20px !important} 	.marAll20 { margin: 20px !important}
.padAll25 { padding: 25px !important} 	.marAll25 { margin: 25px !important}

.marTop0 { margin-top: 0px !important} 		.marBot0 { margin-bottom: 0px !important}
.marTop5 { margin-top: 5px !important} 		.marBot5 { margin-bottom: 5px !important}
.marTop10 { margin-top: 10px !important}		.marBot10 { margin-bottom: 10px !important}
.marTop15 { margin-top: 15px !important}		.marBot15 { margin-bottom: 15px !important}
.marTop20 { margin-top: 20px !important}		.marBot20 { margin-bottom: 20px !important}
.marTop25 { margin-top: 25px !important}		.marBot25 { margin-bottom: 25px !important}
.marTop30 { margin-top: 30px !important}		.marBot30 { margin-bottom: 30px !important}
.marTop35 { margin-top: 35px !important}		.marBot35 { margin-bottom: 35px !important}
.marTop40 { margin-top: 40px !important}		.marBot40 { margin-bottom: 40px !important}
.marTop45 { margin-top: 45px !important}		.marBot45 { margin-bottom: 45px !important}
.marTop50 { margin-top: 50px !important}		.marBot50 { margin-bottom: 50px !important}
.marTop55 { margin-top: 55px !important}		.marBot55 { margin-bottom: 55px !important}

.marLeft0 { margin-left: 0px !important} 		.marRight0 { margin-right: 0px !important}
.marLeft5 { margin-left: 5px !important} 		.marRight5 { margin-right: 5px !important}
.marLeft10 { margin-left: 10px !important} 	.marRight10 { margin-right: 10px !important}
.marLeft15 { margin-left: 15px !important} 	.marRight15 { margin-right: 15px !important}
.marLeft20 { margin-left: 20px !important} 	.marRight20 { margin-right: 20px !important}
.marLeft25 { margin-left: 25px !important} 	.marRight25 { margin-right: 25px !important}
.marLeft30 { margin-left: 30px !important} 	.marRight30 { margin-right: 30px !important}
.marLeft35 { margin-left: 35px !important} 	.marRight35 { margin-right: 35px !important}
.marLeft40 { margin-left: 40px !important} 	.marRight40 { margin-right: 40px !important}
.marLeft45 { margin-left: 45px !important} 	.marRight45 { margin-right: 45px !important}
.marLeft50 { margin-left: 50px !important} 	.marRight50 { margin-right: 50px !important}
.marLeft55 { margin-left: 55px !important} 	.marRight55 { margin-right: 55px !important}

.padTop0 { padding-top: 0px !important} 		.padBot0 { padding-bottom: 0px !important}
.padTop5 { padding-top: 5px !important} 		.padBot5 { padding-bottom: 5px !important}
.padTop10 { padding-top: 10px !important}		.padBot10 { padding-bottom: 10px !important}
.padTop15 { padding-top: 15px !important}		.padBot15 { padding-bottom: 15px !important}
.padTop20 { padding-top: 20px !important}		.padBot20 { padding-bottom: 20px !important}
.padTop25 { padding-top: 25px !important}		.padBot25 { padding-bottom: 25px !important}
.padTop30 { padding-top: 30px !important}		.padBot30 { padding-bottom: 30px !important}
.padTop35 { padding-top: 35px !important}		.padBot35 { padding-bottom: 35px !important}
.padTop40 { padding-top: 40px !important}		.padBot40 { padding-bottom: 40px !important}
.padTop45 { padding-top: 45px !important}		.padBot45 { padding-bottom: 45px !important}
.padTop50 { padding-top: 50px !important}		.padBot30 { padding-bottom: 50px !important}
.padTop55 { padding-top: 55px !important}		.padBot35 { padding-bottom: 55px !important}

.padLeft0 { padding-left: 0px !important} 	.padRight0 { padding-right: 0px !important}
.padLeft5 { padding-left: 5px !important} 	.padRight5 { padding-right: 5px !important}
.padLeft10 { padding-left: 10px !important} 	.padRight10 { padding-right: 10px !important}
.padLeft15 { padding-left: 15px !important} 	.padRight15 { padding-right: 15px !important}
.padLeft20 { padding-left: 20px !important} 	.padRight20 { padding-right: 20px !important}
.padLeft25 { padding-left: 25px !important} 	.padRight25 { padding-right: 25px !important}
.padLeft30 { padding-left: 30px !important} 	.padRight30 { padding-right: 30px !important}
.padLeft35 { padding-left: 35px !important} 	.padRight35 { padding-right: 35px !important}
.padLeft40 { padding-left: 40px !important} 	.padRight40 { padding-right: 40px !important}
.padLeft45 { padding-left: 45px !important} 	.padRight45 { padding-right: 45px !important}
.padLeft50 { padding-left: 50px !important} 	.padRight50 { padding-right: 50px !important}
.padLeft55 { padding-left: 55px !important} 	.padRight55 { padding-right: 55px !important}


/** width overrides **/
.wAuto{ width:auto  !important; }
.w25p { width:25%	!important; }
.w50p { width:50%	!important; }	
.w75p { width:75%	!important; }
.w100p{ width:100%	!important; }
.w20  { width:20px	!important; }	
.w25  { width:25px	!important; }	
.w30  { width:30px	!important; }	
.w40  { width:40px	!important; }	
.w50  { width:50px	!important; }	
.w75  { width:75px  !important; }
.w100 { width:100px !important; }	
.w125 { width:125px !important; }
.w150 { width:150px !important; }	
.w175 { width:175px !important; }
.w200 { width:200px !important; }	
.w225 { width:225px !important; }
.w250 { width:250px !important; }	
.w275 { width:275px !important; }
.w300 { width:300px !important; }	
.w325 { width:325px !important; }
.w350 { width:350px !important; }	
.w375 { width:375px !important; }
.w400 { width:400px !important; }	
.w425 { width:425px !important; }
.w450 { width:450px !important; }	
.w475 { width:475px !important; }
.w500 { width:500px !important; }	
.w525 { width:525px !important; }
.w550 { width:550px !important; }	
.w575 { width:575px !important; }
.w600 { width:600px !important; }	
.w625 { width:625px !important; }
.w650 { width:650px !important; }	
.w675 { width:675px !important; }
.w700 { width:700px !important; }	
.w725 { width:725px !important; }
.w750 { width:750px !important; }	
.w775 { width:775px !important; }
.w800 { width:800px !important; }	
.w825 { width:825px !important; }
.w850 { width:850px !important; }	
.w875 { width:875px !important; }
.w900 { width:900px !important; }	
.w925 { width:925px !important; }
.w950 { width:950px !important; }	
.w975 { width:975px !important; }
.w1000 { width:1000px !important; }	
.w1025 { width:1025px !important; }
.w1050 { width:1050px !important; }	
.w1075 { width:1075px !important; }
.w1100 { width:1100px !important; }

/** my grid layout helper **/
.master, .parent, .column, 
.grid1col, .grid2col, .grid3col, .grid4col, .grid5col, .grid6col { width:100%; height:10px; min-height:10px; }
.clearer, .master, .parent { width:100%; zoom:1; position:static; clear:both; }
.clearer:after, .master:after, .parent:after { 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden; 
	font-size:0; 
	line-height:0; 
	}	
.column { float:left; width:auto; margin:1% 0 1% 4%; padding:0; }
.grid1col, .grid1col .column { width:100%; margin:1% 0; }	
.grid2col .column { width:48%; }
.grid3col .column { width:30.66%; }
.grid4col .column { width:22%; }
.grid5col .column { width:16.8%; }
.grid6col .column { width:13.33%; }
.column.first { margin-left:0; }
html>body .master, html>body .parent, html>body .column { height:auto !important; }

/** grids **/

/* 1col */
.span_1_of_1 { width:100% !important; }
/* 2cols */
.span_1_of_2 { width:48% !important; }
/* 3cols */
.span_2_of_3 { width:65.33% !important; }
.span_1_of_3 { width:30.66% !important; }
/* 4cols */
.span_3_of_4 { width:74% !important; }
.span_2_of_4 { width:48% !important; }
.span_1_of_4 { width:22% !important; }
/* 5cols */
.span_4_of_5 { width:79.2% !important; }
.span_3_of_5 { width:58.4% !important; }
.span_2_of_5 { width:37.6% !important; }
.span_1_of_5 { width:16.8% !important; }
/* 6cols */
.span_5_of_6 { width:82.66% !important; }
.span_4_of_6 { width:65.33% !important; }
.span_3_of_6 { width:48% !important; }
.span_2_of_6 { width:30.66% !important; }
.span_1_of_6 { width:13.33% !important; }

/** .list, .inline-block **/
.list {}
.list ul { list-style:none; margin:0; padding:0; }
.list ul li, .inline-block {
	vertical-align:top; 
	display:block;
	display:-moz-inline-stack;
	display:inline-block;
	margin:0 -4px 0 0;
	zoom:1;
	*display:inline;
	*margin:0 0 0 0;
	padding:0;
	}
.list ul li a { 
	display:block;
	margin:0; 
	padding:0;	
	font-size:12px; 
	line-height:12px;
	font-weight:normal; 	 
	text-decoration:none; 
	}


	
ul.regularBullet {
	float:left;
	width: 100%;
	}
ul.regularBullet li {
	float:left;
	clear:both;
	padding: 0 0 10px 18px;
	background:url(../images/circle-bullet-sm.png) 0 5px no-repeat;
	line-height:18px;
	}


.frow {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
    border:1px solid green;
	}
.frow-in {
	display:-webkit-inline-box;
	display:-moz-inline-flex;
	display:-ms-inline-flex;
	display:-webkit-inline-flex;
	display:inline-flex;
    border:1px solid green;
	}	
.fcell { 
    display:flex;
    height:50px; 
    align-items:center;
    flex:1 1 0;
    border:1px solid red;
    }
.fcell-in { flex:0 0 auto; } 		
.fwrap { flex-wrap:wrap; flex:1 0 auto; } 

.cfix:after { content: ""; display: table; clear: both; }
