/* start global styles */
@media all {
	body {
		background-color: #ffffff;
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-size: 20px;
		font-weight: 400;
	}
	h1, h2, h3, h4, h5, h6 {
		font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
		font-weight: 700;
	}
	h1 {
		margin-top: 0px;
		margin-bottom: 10px;
		font-size: 18px;
	}
	a {
		text-decoration: underline;
	}
	a:hover, a:focus {
		text-decoration: none;
	}
	ul {
		list-style-type: square;
	}
	header {
		margin-bottom: 16px;
	}
	.header_content_1 {
		margin-bottom: 16px;
	}
	.main_container {
		padding: 0px;
		background-color: #ffffff;
	}
	.overline {
		margin-top: 0px;
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 1.5em;
		color: #333333;
/*		text-transform: uppercase;*/
	}
	.footer_container {
		padding-top: 20px;
		padding-bottom: 20px;
		color: #000000;
	}
	.footer_container p {
		font-size: 18px;
		color: #000000;
	}
	.footer_container a {
		color: #00008b;
	}

}
/* end global styles */

/* start portrait phones and smaller */
@media (max-width: 480px) {

}
/* end portrait phones and smaller */

/* start landscape phones and portrait tablets */
@media (max-width: 767px) {
}
/* end landscape phones and portrait tablets */

/* start portrait tablets and small desktops / laptops */
@media (min-width: 768px) and (max-width: 991px) {
}
/* end portrait tablets and small desktops / laptops */

/* start landscape tablets and medium desktops / laptops */
@media (min-width: 992px) and (max-width: 1199px) {
}
/* end landscape tablets and medium desktops / laptops */

/* start large desktops / laptops */
@media (min-width: 1200px) {
}
/* end large desktops / laptops */
