/* rags */

.header-section { background: background: #f1f1f1;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f1f1f1));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); 
	border-bottom: 1px #ccc solid; }
.header-section h1.h1-long { font-weight:700; }
.header-section h1.h1-long .nowrap { font-weight:400; }	

.section-share { text-align:center; background: #F1F1F1; }
.section-share .section-content {  }
.section-share .share-center { margin-top: 15px; margin-bottom:15px; }

.content-lists {}
.content-lists h4 { padding-right:10%; font-weight:500; }
.content-lists ul {}
.content-lists ul li { margin-bottom:4px; padding-right:8%; }
.content-lists ul li b { display:block; font-weight:400; }
.content-lists ul li a {  }
.content-lists ul ul { margin-top:4px; }
.content-lists ul ul li { margin-bottom:4px; }
.content-lists {}

.content-feedback { padding:30px 0px; text-align:center; border-top: 1px #ccc solid; }
.content-feedback a { font-size:1.5em; }

@media only screen {

	}

/*Retina Full Size*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 144dppx) {
	
	}

/*Medium*/
@media only screen and (max-width: 1024px) { 
	}
	
/*Retina Medium*/
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1024px) and (min-resolution: 144dpi), only screen and (max-width: 1024px) and (min-resolution: 144dppx) {
	}

/*Small*/
@media only screen and (max-width: 735px) {
	.header-section { border-bottom: none; background: #fff;
background: -moz-linear-gradient(top, #f1f1f1 0%, #ffffff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#ffffff));
background: -webkit-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
background: -o-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
background: -ms-linear-gradient(top, #f1f1f1 0%,#ffffff 100%);
background: linear-gradient(to bottom, #f1f1f1 0%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); }
	
	.content-lists { padding-top:0; }
	.content-lists h4 { padding-right:0; font-weight:400; border-top: 1px #ccc solid; padding-top:15px; }
	
	.content-feedback { text-align:left; }
	.content-feedback a { font-size:1.2em; }
	}
	
/*Retina Small*/
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (min-resolution: 144dppx) {

	}	

/*xSmall*/
@media only screen and (max-width: 414px) {	
	
		}