/*******************************************************************************************************
* National Paralegal College
* Developed by I-ology
* http://www.i-ology.com
*
* Created 06/27/12 - AC
*
* Homepage Style Definitions
*******************************************************************************************************/

/*******************************************************************************************************
* Intro Content
*******************************************************************************************************/
.intro-content {
	display: block;
	position: relative;
	color: #a9d0ed;
	padding: 0;
	font-size: 14px;
	line-height: 18px;
	background: #102c71 url(../images/intro-content-bg.jpg) top left no-repeat;
	background-size: cover;
}

.intro-content a {
	color: #fff;
	}
	.intro-content a:hover {
		color: #e1f0fb;
	}

.content-position {
	position: relative;
	width: 771px;
	overflow: hidden;
	z-index: 10;
	padding: 34px 39px 30px 37px;
}

.inner-content.home{
	padding: 10px 20px 10px;
}

.wf-loading {
	visibility: hidden
}

.intro-content h1 {
	width: 100%;
	max-width: 800px;
	font-family: "trajan-pro-3", serif;
	color: #ffffff;
	margin: 0 auto 6px;
	padding: 0;
	overflow: hidden;
	font-size: 48px;
	line-height: 54px;
	text-align: center;
}
.intro-content h1 span{
	font-size: 36px;
	line-height: 40px;
}
.intro-content h2 {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 16px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	color: #8abdec;
	font-size: 22px;
	font-family: "trajan-pro-3", serif;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	/* border-bottom: 1px solid #4962a1; */
	border-bottom-style: none
}

.intro-content p {
	width: 100%;
	max-width: 780px;
	margin: 0 auto 20px;
	font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	line-height: 1.57;
	text-align: center;
}

#divWithButtons {
	margin-bottom: 15px;
}

#virtualTourTop {
	font-size: 18px;
	width: 150px;
}

.accelerated {
	font-size: 18px !important;
	line-height: 22px !important;
	vertical-align: middle !important;
}

#_lpHomepage .LPMbutton {
	font-size: 18px;
}

@media only screen and (min-width: 407px) {
	#topHR {
			display: inline-block;
		}
	}

	@media only screen and (min-width: 1130px) {
		.intro-content h2 {
			padding-bottom: 0px;
		}

		#divWithButtons {
			margin-bottom: 0px;
		}
	}

	@media only screen and (max-width: 406px) {
		#divWithButtons {
			text-align: center;
		}

		#virtualTourTop {
			display: block;
			text-align: center;
			width: 113px;
			margin-bottom: 15px;
			margin-left: auto;
			margin-right: auto;
		}

		#_lpHomepage {
			display: block;
		}

		#topHR {
			display: none;
		}
	}
	/*******************************************************************************************************
* Content Area
*******************************************************************************************************/
	.content-columns {
		float: left;
		width: 100%;
		display: block;
		text-align: center;
		padding: 52px 24px;
	}

		.content-columns ul {
			width: 100%;
			max-width: 1072px;
			margin: 0 auto;
			padding: 0;
			list-style-type: none;
			overflow: hidden;
		}

			.content-columns ul li {
				float: left;
				width: 25%;
				padding: 0 7px;
			}

	.photo-bg-block {
		position: relative;
		float: left;
		width: 100%;
		padding: 8px;
	}

		.photo-bg-block:nth-child(n+3) {
			padding-top: 0;
		}

		.photo-bg-block .photo-bg {
			position: relative;
			width: 100%;
			height: 550px;
			z-index: 10;
			background-size: cover;
			background-repeat: no-repeat;
			background-position-x: 70%;
			background-position-y: center;
		}

		.photo-bg-block .text-block {
			position: absolute;
			top: 10%;
			left: 36px;
			width: 50%;
			padding: 30px;
			background: white;
			z-index: 20;
			-webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
			box-shadow: 0 5px 10px 0 rgba(0,0,0,.3);
		}

			.photo-bg-block .text-block h3 {
				margin: 0 0 10px;
				padding-bottom: 10px;
				font-family: "trajan-pro-3", serif;
				font-size: 28px;
				font-weight: normal;
				line-height: 32px;
				color: #1c3f95;
				border-bottom: 1px solid #d6d6d6;
			}

			.photo-bg-block .text-block p {
				line-height: 1.5;
			}

			.photo-bg-block .text-block a.button {
				margin-right: 15px;
			}

				.photo-bg-block .text-block a.button:last-child {
					margin-right: 0;
				}

				.photo-bg-block .text-block a.button#apply-now-btn {
					width: 200px;
				}

			.photo-bg-block .text-block p.small-print {
				width: 200px;
				margin: 6px 0 0;
				color: #bc0e10;
				font-family: "myriad-pro", Arial, Helvetica, Verdana, sans-serif;
				font-size: 12px;
				font-style: italic;
				text-align: center;
			}

		.photo-bg-block.alt .text-block {
			left: auto;
			right: 36px;
		}

		.photo-bg-block.alt .photo-bg {
			background-position-x: 30%;
			background-position-y: center;
		}

	.content-columns .gray-cta.detc.home p {
		margin-bottom: 0;
	}

	@media only screen and (min-width: 900px) and (max-width: 1200px) {
		.content-columns .gray-cta {
			height: 225px;
			padding-right: 12px;
			padding-bottom: 28px;
			padding-left: 12px;
		}
	}

	@media only screen and (min-width: 900px) and (max-width: 1000px) {
		.photo-bg-block .photo-bg {
			background-position-x: 20%;
			height: 450px;
		}

		.photo-bg-block .text-block {
			top: 20%;
			width: 520px;
		}

		.content-columns .gray-cta {
			min-height: 245px;
		}
	}

	@media only screen and (max-width: 900px) {
		.intro-content {
			background-size: cover !important;
		}

			.intro-content h1 {
				font-size: 36px;
				line-height: 40px;
			}

				.intro-content h1 span {
					font-size: 27px;
					line-height: 30px;
				}

			.intro-content p {
				font-size: 14px;
			}

		.photo-bg-block .photo-bg {
			background-position-x: 20%;
			height: 420px;
		}

		.photo-bg-block.alt .photo-bg {
			background-position-x: 60%;
		}

		.photo-bg-block .text-block {
			top: 18%;
			left: 8px;
			width: 500px;
			padding: 24px;
			-webkit-box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
			box-shadow: 0 0px 0px 0 rgba(0,0,0,0);
		}

		.photo-bg-block.alt .text-block {
			right: 8px;
		}

		.photo-bg-block .text-block h3 {
			font-size: 26px;
			line-height: 30px;
		}

		.photo-bg-block .text-block p {
			font-size: 15px;
		}

		.photo-bg-block .text-block a.button {
			margin-right: 8px;
		}

		.content-columns {
			padding: 30px 0px;
		}

			.content-columns ul {
				width: 536px;
			}

				.content-columns ul li {
					float: left;
					width: 50%;
					margin: 0 0 14px;
					padding: 0 7px;
				}

					.content-columns ul li:nth-child(3),
					.content-columns ul li:last-child {
						margin-bottom: 0;
					}
	}

	@media only screen and (max-width: 700px) {
		.photo-bg-block:nth-child(n+3) {
			padding-top: 8px;
		}

		.photo-bg-block.alt {
			background: #f4f4f4;
		}

		.photo-bg-block .photo-bg {
			height: 240px;
		}

		.photo-bg-block .photo-bg,
		.photo-bg-block.alt .photo-bg {
			background-position-x: center;
		}

		.photo-bg-block .text-block {
			position: relative;
			top: auto;
			left: auto;
			width: 100%;
			padding: 24px;
		}

		.photo-bg-block.alt .text-block {
			right: auto;
			background: transparent;
		}

		.photo-bg-block .text-block h3 {
			font-size: 24px;
			line-height: 28px;
		}

		.photo-bg-block .text-block p {
			font-size: 14px;
			line-height: 1.45;
		}

		.photo-bg-block .text-block a.button {
			padding-top: 7px;
			padding-bottom: 7px;
		}
	}

	@media only screen and (max-width: 667px) {
		.intro-content h2 {
			font-size: 20px;
			line-height: 24px;
		}

		.intro-content p {
			text-align: left;
		}

		.content-columns {
			padding: 30px 0px;
		}

			.content-columns ul {
				width: 254px;
			}

				.content-columns ul li {
					float: none;
					width: 100%;
					margin: 0 0 30px;
					padding: 0;
				}

					.content-columns ul li:nth-child(3) {
						margin-bottom: 30px
					}

					.content-columns ul li:last-child {
						margin-bottom: 0;
					}
	}

	.button-row {
		margin-top: 10px;
	}
	
	@media only screen and (max-width: 500px) {
		.photo-bg-block .photo-bg {
			height: 186px;
		}

		.photo-bg-block .text-block {
			padding: 16px 8px 32px;
		}

			.photo-bg-block .text-block p {
				margin-bottom: 24px;
			}

		.button-row {
			width: 100%;
			max-width: 300px;
			margin: 0 auto;
			margin-top: 10px;
			text-align: center;
		}

			.button-row > a.button:nth-child(2) {
				margin-right: 0;
			}

			.button-row > a.button:nth-child(3) {
				margin-top: 10px;
			}

		.photo-bg-block .text-block p.small-print {
			margin: 6px auto 0;
		}

		#testim-btn span {
			display: none;
		}
	}

