﻿.ar2014-financial-summacare-data-sublayout {
	max-width: 1920px;
	z-index: 1;
}

.ar2014-financial-summacare-data-sublayout .intro,
.ar2014-financial-summacare-data-sublayout .payor-mix {
	text-align: center;
}

.ar2014-financial-summacare-data-sublayout .intro {
	padding: 40px 0;
}

.ar2014-financial-summacare-data-sublayout .payor-mix {
	padding-bottom: 20px;
}

.ar2014-financial-summacare-data-sublayout .intro h1,
.ar2014-financial-summacare-data-sublayout .payor-mix h1 {
	font-family: Arial, sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #751a67;
}

.ar2014-financial-summacare-data-sublayout .intro p,
.ar2014-financial-summacare-data-sublayout .payor-mix p {
	color: #751a67;
}

.ar2014-financial-summacare-data-sublayout .intro strong,
.ar2014-financial-summacare-data-sublayout .payor-mix strong {
	color: inherit;
}

.ar2014-financial-summacare-data-sublayout .intro .tabs {
	white-space: nowrap;
}

.ar2014-financial-summacare-data-sublayout .intro .tabs a {
	display: inline-block;
	width: 50%;
	padding: 10px 0;
	color: white;
	text-decoration: none;
	background: #2075b0;
	white-space: normal;
	line-height: 18px;
}

.ar2014-financial-summacare-data-sublayout .intro .tabs a:hover {
	text-decoration: underline;
}

.ar2014-financial-summacare-data-sublayout .intro .tabs a.selected {
	background: #4891ce;
}

.ar2014-financial-summacare-data-sublayout .intro .tabs a.selected:hover {
	text-decoration: none;
}

.ar2014-financial-summacare-data-sublayout .summary {
	margin-bottom: 40px;
}

.ar2014-financial-summacare-data-sublayout .summary-inside {
	padding: 20px;
	background: #751a67;
	text-align: center;
}

.ar2014-financial-summacare-data-sublayout .summary .summary-img-mobile {
	display: none;
}

.ar2014-financial-summacare-data-sublayout .download-btn {
	background: #751a67;
	text-align: center;
}

.ar2014-financial-summacare-data-sublayout .download-btn img.no-mobile {
	display: block;
}

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {

	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

		.ar2014-financial-summacare-data-sublayout .summary {
			padding-bottom: 0;
			background: none;
		}

		.ar2014-financial-summacare-data-sublayout .summary .summary-img-desktop {
			display: none;
		}

		.ar2014-financial-summacare-data-sublayout .summary .summary-img-mobile {
			display: inline;
		}

		.ar2014-financial-summacare-data-sublayout .download-btn img.no-mobile {
			display: none;
		}

		.ar2014-financial-summacare-data-sublayout .download-btn img.mobile-only {
			display: inline-block;
			vertical-align: bottom;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {

	}

