/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*************************************** body content ********************************************/

@media screen and (max-width: 767px){
	
	.fargo-container {
		font-family: 'Roboto', sans-serif;
		padding: 1.2rem;
  	}
	
	.fargo-container h2 {
		font-weight: 500;
		font-size: .9rem;
		color: #326698;
		line-height: 1.4rem;
	}
	
	.fargo-container h1 {
		font-weight: 900;
		color: #326698;
		font-size: 1.35rem;		
	}
	
	.fargo-container p {
		font-size: .85rem;
		line-height: 1.2rem;
		color:#383838;
	}
	
	.fargo-container h5 {
		color: #326698;
		font-weight: 700;
		font-size: 1rem;
		line-height: 1.2rem;
		padding-top: 1rem;
	}
	
	.fargo-container ul li {
		list-style-position: inside;
		list-style-type: disc;
		font-size: .85rem;
		line-height: 1rem;
		padding-top: 6px;
		padding-left: 30px;
		text-indent: -12px;
	}
	
	.fargo-container table {
		font-size: .83rem;
		line-height: 1.5rem;
		width: 100%
	}
	
	.fargo-container td {
		padding-top: 2px;
		border-bottom:1px solid #c9c9c9;
	}
	
	.heading {
		font-weight: 500;
	}
	
	.cont {
		color:#6a6a6a;
		padding-left: 2rem;
	}
	
	.buynow {
		background-color: #326698;
		border-radius: 8px;
		width: 13rem;
		text-align: center;
		padding: 8px;
		margin: 18px auto;
	}
	
	.buynow a {
		font-weight: 900;
		font-size: 28px;
		color: #fff;
		text-decoration: none;
		padding-top: 18px;
	}
	
	.needs {
		background-color: #E2E6EB;
		padding: 10px;
	}
	
	.needs h5 {
		padding: 0px;
	}
	
	.hidef p {
		padding: 10px;
	}

}

@media (min-width: 768px) {

	.fargo-container {
		font-family: 'Roboto', sans-serif;
		width: 1180px;
		margin: auto;
		padding: 1.2rem;
  	}
	
	.left-content{
		float:left;
		width: 70%;
		padding-right: 5%;
		margin-bottom: 25px;
 	}
	
	.fargo-container h2 {
		font-weight: 500;
		font-size: 1.5rem;
		letter-spacing: -.5px;
		color: #326698;
		line-height: 3.4rem;
	}
	
	.fargo-container h1 {
		font-weight: 900;
		color: #326698;
		font-size: 2.25rem;
		padding-bottom: 30px;
	}
	
	.fargo-container p {
		font-size: 18px;
		line-height: 25px;
	}
	
	.yourid {
		padding-top: 15px;
	}
	
	.fargo-container h5 {
		color: #326698;
		font-size: 1.2rem;
		line-height: 1.4rem;
		font-weight: 700;
		padding: 25px 0px 10px 0px;
	}
	
	.fargo-container ul li {
		list-style-position: inside;
		list-style-type: disc;
		font-size: .85rem;
		line-height: 1rem;
		padding-top: 9px;
		padding-left: 30px;
		text-indent: -12px;
	}
	
	.right-content {
		float: right;
		width: 25%;
	}
	
	.table-box {
		padding: 15px 0px;
	}
	
	.fargo-container table {
		font-size: .83rem;
		line-height: 1.5rem;
		width: 100%
	}
	
	.fargo-container td {
		padding: 6px 0px;
		border-bottom:1px solid #c9c9c9;
	}
	
	.heading {
		font-weight: 500;
	}
	
	.cont {
		color:#6a6a6a;
		padding-left: 2rem;
	}
	
	.buynow {
		background-color: #326698;
		border-radius: 8px;
		width: 13rem;
		text-align: center;
		padding: 8px;
		margin: 18px auto;
	}
	
	.buynow a {
		font-weight: 900;
		font-size: 28px;
		color: #fff;
		text-decoration: none;
		padding-top: 18px;
	}
	
	.needs {
		background-color: #E2E6EB;
		padding: 10px 10px 20px 10px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.needs h5 {
		padding: 8px;
		font-weight: 400;
	}
	
	
	.hidef {
		clear: both;
		width: 100%;
		background-color: #326698;
		padding: 20px 40px;
	}
	
	.hidef h5 {
		color: #FFF;
		font-size: 1.4rem;
	}
	
	.hidef p {
		color: #FFF;
		font-size: 1rem;
		padding-bottom: 10px;
	}
	
}



