/* ----- Typography ----- */
@font-face {
	font-family: helvetica;
	src: url(../includes/fonts/HelveticaLTStd-Blk.otf);
}

h1, h2, h3, h4, h5 {
	font-family: helvetica, sans-serif;
	font-weight: 300;
	color: #284e4a;
}

h1 {
	font-size: 3.5em;
}

h2 {
	font-size: 3em;
}

h3 {
	font-size: 2.5em;
}

h4 {
	font-size: 2em;
}

h1, h2, h3, h4, h5, h5 {
	line-height: initial;
}

a {
	text-decoration: none;
	color: #789e26;
}

a[href^="tel:"] {
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

body {
	font-size: 16px;
	line-height: 28px;
}

/* ----- Navbar & Logo ----- */
header.nav {
	float: left;
	width: 100%;
	position: absolute;
	z-index: 10;
}

.logo {
	float: left;
	height: 60px;
	padding: 25px 0 20px;
}

.logo img {
	max-height: 110px;
	position: absolute;
	top: 10px;
	z-index: 1;
}

#menu-icon {
	display: none;
	position: absolute;
	top: 50%;
	right: 40px;
	padding: 10px 35px 16px 0;
	cursor: pointer;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

#menu-icon span, #menu-icon span:before, #menu-icon span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: #fff;
	position: absolute;
	display: block;
	content: '';
	transition: all 500ms ease-in-out;
}

#menu-icon span:before {
	top: -10px;
}

#menu-icon span:after {
	bottom: -10px;
}

#menu-icon.active span {
	background-color: transparent;
}

#menu-icon.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu-icon.active span:after {
	top: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.navbar-right {
	float: right;
	height: 105px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header-contact {
	float: right;
	color: #fff;
	margin: 0 5px 20px;
}

#header-contact .phone {
	font-size: 20px;
	font-weight: bold;
	margin-right: 20px;
}

#header-contact .connect {
	font-size: 14px;
	line-height: 20px;
}

#header-contact .connect a {
	color: #fff;
}

#header-contact .connect i {
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}

#header-contact .port {
	font-size: 14px;
	line-height: 20px;
	padding-right: 10px;
}

#header-contact .port a {
	color: #fff;
}

#header-contact .port i {
	color: #fff;
	font-size: 20px;
	margin-left: 5px;
}

ul#menu-main-menu, ul#menu-footnav {
	list-style: none;
	clear: both;
}

ul#menu-main-menu li, ul#menu-footnav li {
	display: inline-block;
	margin: 0 10px;
}

ul#menu-main-menu li a, ul#menu-footnav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

ul#menu-footnav li a {
	color: #ccc;
}

#menu-main-menu {
	position: relative;
}

#menu-main-menu li ul.sub-menu {
	display: none;
	position: absolute;
}

#menu-main-menu li:hover ul.sub-menu {
	display: block;
	background: rgba(63, 63, 63, 0.95);
	padding-bottom: 20px;
	padding-top: 20px;
	z-index: 999;
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	margin-right: 90px;
	max-width: 220px;
}

.sub-menu li {
	padding: 5px;
}

#menu-item-780 ul li.sub-menu > a:hover {
	background: #3f3f3f;
	border-color: #3f3f3f;
}

a.button, .cta-content .button, #sidebar a {
	display: inline-block;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 0 5px;
	padding: 10px 30px;
	border-radius: 4px;
	background: #789e26;
	color: #ffffff;
}

#sidebar a.button {
	width: 100%;
	font-size: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 20px 0 0;
	border-radius: 25px;
}

a.button:hover, .cta-content a:hover, #sidebar a:hover {
	text-decoration: underline;
}

/* ----- Programs Dropdown Nav ----- */
.program-container {
	position: relative;
	display: inline-block;
}

a.button.programs {
	margin-right: 25px;
}

a.button.programs:after {
	font-family: 'fontAwesome';
	content: "\f054";
	position: absolute;
	display: inline-block;
	border-radius: 0 4px 4px 0;
	right: -20px;
	top: 0;
	width: 25px;
	height: 100%;
	font-size: 10px;
	line-height: 10px;
	padding-top: 11px;
	padding-right: 2px;
}

a.programs.rotate:after {
	content: "\f078";
}

ul.program-list {
	visibility: hidden;
	display: none;
	position: absolute;
	list-style: none;
	top: 100%;
	left: 5px;
	margin: 2px 0 0;
	width: 260px;
	padding: 0;
	z-index: 1;
}

ul.program-list li a {
	position: relative;
	display: block;
	font-size: 14px;
	padding: 5px 10px;
}

p.phone {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}

/* ----- Banner ----- */
/* NEW BANNER STYLES */
#banner {
	background-size: cover;
	background-position: 50% 25%;
	background-repeat: no-repeat;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	min-height: 600px;
	margin: 0;
	padding: 107px 0 0;
	position: relative;
	width: 100%;
}

#banner:before {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
}

#banner .banner-title {
	max-width: 650px;
	margin: 0;
	padding: 10px 20px 20px 5%;
	z-index: 1;
}

#banner #form-container {
	font-size: 16px;
	font-weight: 300;
	margin: 20px 5% 20px 0;
	padding: 20px 30px;
	width: 360px;
	z-index: 1;
}

#banner.careers, #banner.blog {
	align-items: center;
	justify-content: center;
	min-height: 400px;
	text-align: center;
	background-position: right center;
}

#banner.careers .banner-title, #banner.blog .banner-title {
	padding: 0;
}

#banner .banner-title h1 {
	font-size: 48px;
	margin: 0;
}

#banner .banner-title h2 {
	font-size: 20px;
	margin: 5px 0 0;
}

#banner:after {
	content: '\f107';
	font-family: FontAwesome;
	position: absolute;
	bottom: 0;
	padding: 5px 30px 0;
	left: 50%;
	font-size: 48px;
	line-height: 54px;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

/* ----- Contact Form ----- */
body.popup-form {
	padding: 0;
	margin: 0;
}

#form-container-popup {
	width: 100%;
	height: 100%;
	padding: 30px 30px 25px;
	position: relative;
}

#form-container h2, #form-container-popup h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;
}

.home #form-container h2, #form-container-popup h2 {
	font-size: 32px;
	line-height: 40px;
}

#form-container-popup h2 {
	font-size: 24px;
}

#form-container p {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	margin: 0;
}

#form-container form, #form-container-popup form {
	margin-top: 10px;
	box-shadow: none !important;
}

#form-container form label {
	float: left;
	margin: 0 0 5px;
}

#form-container form input {
	font-size: 14px;
	height: 30px !important;
	max-width: 100% !important;
	width: 100%;
	border: none !important;
	padding: 0 !important;
	-webkit-appearance: none;
	border-radius: 0 !important;
	margin-bottom: 15px;
	text-indent: 10px;
}

#form-container form select {
	font-size: 14px;
	height: 30px !important;
	width: 100%;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0;
	margin: 0 0 15px;
	padding: 0 10px;
}

#form-container form textarea {
	font-size: 14px;
	width: 100%;
	border: none;
	padding: 10px 0;
	text-indent: 8px;
	margin-bottom: 10px;
}

.fsPagination {
	margin: 0 !important;
}

.fsPagination .fsFull {
	font-size: 16px;
}

#form-container form input[type=submit] {
	float: right;
	display: block;
	width: 100%;
	height: 40px !important;
	border-radius: 4px !important;
	font-size: 16px;
	margin-bottom: 0;
	text-indent: 0;
}

/* ----- Why University Text ----- */
#why-university {
	text-align: center;
	padding: 50px 0 10px;
	background: url(../images/icons-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: none;
}

.page-template-page-home #why-university {
	border-bottom: 3px solid #efefef;
}

#residential-icons {
	/*background: url(../images/icons-background.jpg);*/
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

#residential-icons #why-university {
	background: none;
}

#why-university h3 {
	max-width: 700px;
	margin: 0 auto;
}

#why-university p {
	max-width: 700px;
	margin: 10px auto 0;
}

/* ----- Icons ----- */
#why-university .icon-container {
	margin: 40px 0 60px;
	padding: 15px;
}

#why-university h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 0;
}

.circ-icon {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	margin: 0 auto;
}

.circ-icon img {
	text-align: center;
	max-height: 70px;
	margin-top: 25px;
}

.circ-icon img#accelerated {
	margin-top: 15px;
}

/* ----- CTA Breaker ----- */
#cta-breaker {
	float: left;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-top: solid 15px #789e26;
}

.cta-content {
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.cta-content h2 {
	color: #fff;
	margin-bottom: 0.4em;
}

/* ----- Careers Page ----- */
#careers, #contact {
	/*background: url(../images/icons-background.jpg);*/
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-top: 50px;
	padding-bottom: 50px;
}

#careers h2 {
	margin-bottom: 0;
}

#careers h3 {
	margin-top: 2em;
	margin-bottom: 0;
}

#careers form {
	width: 100%;
}

#careers form input, #careers form select, #careers form textarea {
	border: solid 1px #ccc !important;
	margin-bottom: 10px;
}

#careers form label {
	display: block;
}

#careers form input, #careers form select {
	width: 100%;
	padding: 8px 0;
	text-indent: 8px;
	font-size: 14px;
}

#careers form select {
	font-size: 14px;
	/*height: 30px !important;*/
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0;
}

#careers form .fsSubField {
	float: left;
	width: 31%;
	margin-right: 3.5%;
}

#careers form .fsSubField input,
#careers form .fsSubField select {
	width: 100%;
	height: 35px;
	padding: 0;
	margin-bottom: 0;
}

#careers form .fsSubField label {
	margin-bottom: 10px;
}

#careers form .fsFieldZip {
	float: right;
	margin-right: 0;
}

#careers form textarea {
	width: 100%;
	border: solid 1px #ccc;
	text-indent: 10px;
	font-size: 15px;
	padding-top: 10px;
}

#careers form input.fsUpload {
	width: 50%;
	padding: 8px 2%;
	text-indent: 0;
}

#careers form input[type=submit] {
	float: left;
	display: block;
	width: 250px;
	height: 40px !important;
	border-radius: 4px !important;
	font-size: 16px;
	margin: 10px 0 0;
	text-indent: 0;
}

#sidebar {
	text-align: center;
}

#sidebar #form-container {
	text-align: left;
	background: #ebebeb;
	padding: 20px;
	margin: 40px 0 0;
}

#careers #sidebar #form-container input[type="submit"] {
	width: 100%;
}

#sidebar #form-container h3 {
	margin: 0;
}

#contact i {
	position: relative;
	top: 5px;
	left: 5px;
	color: #789e26;
}

/* ----- Programs/Courses List ----- */
#programs {
	float: left;
	width: 100%;
	margin: 20px 0 40px;
}

#programs h3 {
}

#programs .col-sm-6:nth-child(n+4) {
	margin-top: 10px;
}

#programs .col-sm-4 {
	padding-left: 0;
}

ul {
	margin: 0;
	-webkit-padding-start: 10px;
}

#programs ul {
	list-style: none;
	padding-left: 0;
	-webkit-padding-start: 0;
}

#programs ul li.col-1-3 {
	font-size: 14px;
	font-weight: 600;
	margin: 5px 0 0;
	padding: 0;
}

#programs ul li:before {
	content: '>';
	padding-right: 8px;
}

#programs ul li a {
}

#courses {
	float: left;
	width: 100%;
	margin: 20px 0 40px;
}

#courses ul li.col-1-3 {
	padding: 0;
}

/* ----- Footer ----- */
footer {
	height: 100%;
	padding: 0;
	clear: both;
}

#footer-top {
	padding: 30px 0 20px;
}

#footer-top {
	text-align: center;
}

#footer-bottom {
	padding: 10px 0;
}

#footer-bottom p {
	margin: 0;
	text-align: right;
}

#footer-bottom a.social {
	display: inline-block;
	margin: 0 0 0 10px;
	color: #ccc;
}

#footer-bottom a.social img {
	max-height: 20px;
}

a.facebook img {
	position: relative;
	margin-left: 10px;
	top: 2px;
}

a.twitter img {
	margin-top: -2px;
}

/* ----- Thank You Page ----- */
.thank-you {
	text-align: right;
}

#banner.thank-you {
	min-height: 90vh;
}

#banner.thank-you .thanks {
	text-align: center;
	float: right;
}

/* ----- Blog ----- */
.container#blog {
	padding: 40px;
}

.container#blog h1 {
	font-size: 2em;
	margin-bottom: 10px;
}

#blog h1 a {
	color: #284e4a;
}

#blog article {
	max-width: 1000px;
}

article:after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 2px;
	background: #333;
	margin: 30px 0;
}

#blog-sidebar ul {
	list-style: none;
	padding: 0;
}

#blog-sidebar ul li {
	margin: 0 0 5px;
}

#blog-sidebar ul li a {
	color: #333;
	text-decoration: underline;
}

#blog-sidebar input[type="search"] {
	position: relative;
	display: block;
	margin: 10px 0;
	width: 250px;
	max-width: 100%;
	padding: 7px 0;
	-webkit-appearance: textfield;
}

#blog-sidebar input[type="submit"] {
	display: block;
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 8px 20px;
	border-radius: 4px;
	background: #789e26;
	color: #ffffff;
	border: none;
}

.posts-navigation h2 {
	font-size: 1.7em;
	margin-bottom: 10px;
}

.nav-links a {
	color: #789e26;
}

article .entry-content ul {
	-webkit-padding-start: 30px;
}

article .entry-content ul li {
	margin-bottom: 5px;
}

.alignleft {
	float: left;
	padding: 20px 20px 20px 0;
}

.alignright {
	float: right;
	padding: 20px 0 20px 20px;
}

/* ----- Contact ----- */
#sidebar iframe {
	margin-top: 30px;
}

/* ----- Refer a Friend ----- */
.refer-coupon {
	background-color: #404040;
	border-radius: 10px;
	max-width: 500px;
	min-height: 200px;
	padding: 30px;
	margin-top: 20px;
}

.coupon-info {
	border: 3px #eee dashed;
	text-align: center;
}

.coupon-info h1 {
	font-size: 50px;
	margin: 20px 0 10px;
	color: #fff;
}

.coupon-info h1:after {
	content: "";
	display: block;
	background-color: #4ccd00;
	width: 50px;
	height: 2px;
	margin: 10px auto 20px;
}

.coupon-info p {
	font-size: 20px;
	margin: 20px;
	color: #adadad;
	text-transform: uppercase;
}

.wp-image-529 {
	width: 40%;
	padding: 0 0 20px 20px;
}

/* ----- Homepage Testimonial ----- */
.testi {
	background: #789e26;
}

#testi-wrap {
	display: flex;
	height: auto;
	padding: 50px;
}

.testi-content {
	width: 75%;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
}

.testi-icon {
	width: 25%;
	text-align: center;
}

.testi-icon img {
	border: solid 3px #fff;
	height: 175px;
	width: 175px;
	border-radius: 50%;
	margin: 0 auto;
}

.fully {
	padding: 0 40px;
}

/* ----- Media Queries ----- */
@media only screen and (max-width: 1310px) {
	.logo img {
		max-height: 90px;
		position: absolute;
		top: 10px;
		z-index: 1;
	}

	ul#menu-main-menu li a, ul#menu-footnav li a {
		font-size: 14px;
		font-weight: 400;
	}
}

@media only screen and (max-width: 1240px) {
	#banner .banner-title {
		/*-webkit-transform: translate(-5%,-100%);
		-moz-transform: translate(-5%,-100%);
		-ms-transform: translate(-5%,-100%);
		-o-transform: translate(-5%,-100%);
		transform: translate(-5%,-80%);*/
	}

	.wp-image-529 {
		padding: 0;
		width: 50%;
	}
}

@media only screen and (max-width: 1200px) {
	ul#menu-main-menu li, ul#menu-footnav li {
		margin: 0 7px;
	}

	#banner {
		background-position: 50% 50%;
	}

	.wp-image-529 {
		padding: 0;
		width: 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.logo {
		margin-left: -20px;
	}

	#banner .banner-title {
		max-width: 400px;
	}

	#sidebar a {
		margin: 0 0 10px;
	}

	#why-university, #residential-icons {
		background: none;
	}

	.wp-image-529 {
		padding: 20px 100px 0 0;
		width: 70%;
	}
}

@media only screen and (max-width: 1070px) {
	#banner .banner-title h1 {
		font-size: 36px;
	}

	/* ----- Mobile Nav ----- */
	.navbar-header {
		float: left;
		width: 100%;
	}

	#menu-icon {
		display: block;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
		z-index: 2;
	}

	#menu-icon.active {
		right: 255px;
		top: 35%;
	}

	.navbar-collapse {
		visibility: hidden;
		position: absolute;
		width: 300px;
		top: 0;
		right: -300px;
		z-index: 1;
		-webkit-transition: all 0.3s ease-in;
		-moz-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
	}

	.navbar-collapse.open {
		visibility: visible;
		right: 0;
	}

	.navbar-right {
		float: none;
		height: 100%;
		background: #333;
		padding: 20px 0 0;
	}

	ul#menu-main-menu {
		padding: 0;
		background: #333;
	}

	ul#menu-main-menu li {
		display: block;
		width: 100%;
		padding: 15px 0;
		margin: 0;
		text-align: center;
		border-top: solid 1px #fff;
	}

	ul#menu-main-menu li a {
		font-size: 16px;
		font-weight: 600;
	}

	#header-contact {
		float: none;
		text-align: center;
		margin: 0;
	}

	#header-contact .phone, #header-contact .connect {
		display: block;
		margin: 0 0 10px;
	}

	#header-contact .phone, #header-contact .port {
		display: block;
		margin: 0 0 10px;
		padding-right: 0;
	}

	#header-contact .phone {
		color: #789e26;
	}

	#menu-main-menu li ul.sub-menu {
		position: relative;
	}

	#menu-main-menu li:hover ul.sub-menu {
		margin: 0;
	}
}

@media only screen and (max-width: 900px) {
	header.nav {
		background: #333;
		position: relative;
	}

	.logo {
		margin-left: 0;
	}

	.logo img {
		max-height: 80px;
		top: 12px;
	}

	#banner {
		min-height: 434px;
		padding: 20px 0 0;
	}

	#banner:after {
		display: none;
	}

	#banner #form-container {
		margin-top: 0;
		right: 0;
	}

	#banner .banner-title h1 {
		font-size: 32px;
	}

	#banner .banner-title h2 {
		font-size: 16px;
	}

	#banner.careers,
	#banner.blog {
		min-height: 300px;
	}

	#testi-wrap {
		padding: 50px 25px;
	}

	#testi-wrap {
		flex-direction: column;
	}

	.testi-content {
		width: 100%;
	}

	.testi-icon {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	#banner.blog {
		display: none !important;
	}

	#banner .banner-title {
		text-align: center;
	}

	#banner.careers .banner-title {
		display: block;
		margin: 0;
	}

	#why-university {
		padding-bottom: 30px;
	}

	#why-university .icon-container {
		padding: 30px 15px 20px;
	}

	#programs {
		padding: 0 20px;
	}

	#programs ul {
		margin-bottom: 0;
	}

	#programs ul li a {
		float: none;
		display: inline;
		margin-bottom: 5px;
	}

}

@media only screen and (max-width: 767px) {
	.navbar-toggle {
		margin-top: 30px;
	}

	.logo {
		margin-left: -30px;
		padding: 25px 0 20px;
	}

	.navbar-collapse {
		height: auto;
		max-height: none;
	}

	.program-container {
		position: relative;
		display: block;
		padding-right: 5px;
	}

	a.button {
		display: block;
		margin: 8px 5px;
		font-weight: 400;
	}

	a.button.programs {
		margin-right: 20px;
		padding-left: 40px;
	}

	ul.program-list {
		position: relative;
		width: auto;
		left: 0;
		top: 0;
		margin: 0 0 0 5px;
	}

	.show-list {
		display: block !important;
	}

	.navbar-right {
		text-align: center;
	}

	#programs .col-sm-6 {
		margin-top: 10px;
	}

	#programs .col-sm-6:nth-child(2) {
		margin-top: 0;
	}

	#careers, #contact {
		padding-bottom: 20px;
	}

	#careers form input[type=submit] {
		width: 100%;
	}

	.wp-image-529 {
		padding: 20px 45px 0 0;
		width: 90%;
	}
}

@media only screen and (max-width: 600px) {
	.logo img.gray {
		-webkit-filter: grayscale(0.75);
		filter: grayscale(0.75);
	}

	.wp-image-529 {
		padding: 20px 25px 0 0;
		width: 90%;
	}

	body:not(.page-template-page-home) #banner {
		display: block;
		padding: 0;
	}

	body:not(.page-template-page-home) #banner .banner-title {
		position: absolute;
	}

	body #banner.careers {
		display: flex;
	}

	body #banner.careers .banner-title {
		position: relative;
	}

	#banner #form-container {
		position: relative;
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	h1 {
		font-size: 2.5em;
	}

	h2 {
		font-size: 2em;
	}

	h3 {
		font-size: 2em;
	}

	h4 {
		font-size: 1.5em;
	}

	img, iframe {
		max-width: 100%;
	}

	.navbar-collapse {
		min-height: 1px;
	}

	.container {
		padding: 0 20px;
	}

	.container#blog {
		padding: 20px;
	}

	.logo {
		margin-left: -10px;
	}

	#banner.careers {
		min-height: 250px;
	}

	.program-container {
		position: relative;
		display: block;
		padding-right: 5px;
	}

	a.button {
		display: block;
		margin: 8px 5px;
		font-weight: 400;
	}

	ul.program-list {
		position: relative;
		top: 0;
	}

	p.phone {
		color: #333333;
	}

	#banner {
		background: none;
		min-height: 400px;
		height: inherit;
	}

	#banner #form-container {
		position: relative;
		width: 100% !important;
		height: inherit;
		min-height: 400px;
		top: 0;
		-webkit-transform: translate(0, 0);
		-moz-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		transform: translate(0, 0);
		margin-top: -1px;
	}

	#why-university {
		padding: 50px 0 30px;
	}

	#why-university .icon-container {
		margin: 30px 0 10px;
	}

	#program-features .stats {
		width: 100%;
		margin: 10px 0;
	}

	#footer-bottom p {
		text-align: center;
	}

	#careers form input.fsUpload {
		width: 96%;
	}

	.wp-image-529 {
		padding: 15px 0 0 0;
		width: 100%;
	}
}

@media only screen and (max-width: 320px) {
	body {
		padding-top: 95px;
	}

	.logo img {
		max-height: 50px;
	}

	.navbar-toggle {
		margin-top: 30px;
	}
}

/* Mobile Form on Home*/

#mobile-form {
	margin-top: 30px;
}

#mobile-form #form-container {
	padding: 20px;
}

#mobile-form #form-container form input {
	border: 1px solid #CCC !important;
}

@media only screen and (min-width: 768px) {
	.hidden-desktop {
		display: none !important;
	}

}

@media only screen and (max-width: 768px) {
	.hidden-mobile {
		display: none;
	}

	#banner {
		background-size: cover;
	}
}

@media only screen and (max-width: 480px) {
	.hidden-mobile {
		display: none;
	}

	#banner {
		background-size: cover;
		background-position: -300px;
	}
}

/*Lawn Services Template*/

.lawn-services-template {
	padding: 0 !important;
}

.lawn-services-template .col-full {
	padding: 0;
}

.lawn-services-template.container {
	padding: 0 !important;
}

.lawn-services-template p, .lawn-services-template li {
	font-size: 16px;
	line-height: 28px;
}

.lawn-services-template .centered-content .centered-content-row {
	display: block;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px;
	text-align: center;
}

.lawn-services-template .centered-content.color-grey {
	background-color: #F7F7F7;
}

.lawn-services-template .centered-content h1 {
	font-size: 60px !important;
}

.lawn-services-template .centered-content ul {
	text-align: left;
}

.lawn-services-template .circle_images_and_content {
	/*background-image: url(../images/icons-background.jpg);*/
	background-repeat: no-repeat;
	background-position: bottom right;
	display: block;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px;
	text-align: center;
}

.lawn-services-template .circle_images_and_content .circle-repeater {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: flex-start;
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle-content {
	width: 33.3%;
	padding: 15px;
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle-content a {
	position: relative;
	display: block;
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle-content a:after {
	transition: ease all 300ms;
	content: '';
	position: absolute;
	top: -15px;
	left: -15px;
	width: calc(100% + 30px);
	height: calc(100% + 30px);
	z-index: -1;
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle-content a:hover:after {
	background: rgba(204, 204, 204, .35);
}

@media only screen and (max-width: 768px) {
	.lawn-services-template .circle_images_and_content .circle-repeater .circle-content {
		width: 100%;
		padding: 15px;
	}
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle {
	border-radius: 50%;
	display: block;
	width: 125px;
	height: 125px;
	margin: 15px auto;
	overflow: hidden;
}

.lawn-services-template .circle_images_and_content .circle-repeater .circle img {
	height: 125px;
}

.lawn-services-template .circle_images_and_content .circle-repeater p {
	max-width: 210px;
	display: block;
	margin: 0 auto;
}

.lawn-services-template .wysiwyg-content .wysiwyg-content-row.content-left {
	display: block;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px;
	text-align: left;
}

.lawn-services-template .wysiwyg-content .wysiwyg-content-row.content-center {
	display: block;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px;
	text-align: center;
}

.lawn-services-template .wysiwyg-content .wysiwyg-content-row.content-center ul, .lawn-services-template .wysiwyg-content .wysiwyg-content-row.content-center ol {
	text-align: left;
}

.lawn-services-template .steps-content {
	background-color: #F7F7F7;
}

.lawn-services-template .steps-content-row {
	display: block;
	max-width: 1250px;
	width: 90%;
	margin: 0 auto;
	padding: 25px 0 30px;
}

.lawn-services-template .steps-content-row h3 {
	font-size: 20px;
	margin: 0 !important;
}

.lawn-services-template .steps-content-row .step {
	margin: 20px 0 30px;
}

.lawn-services-template .side-by-side {
	display: flex;
	width: 100%;
	margin: 0 auto;
}

.lawn-services-template .side-by-side.alternating-content--content-right {
	flex-direction: row-reverse;
}

.lawn-services-template .side-by-side .content {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 25px 0;
	width: 50%;
}

.lawn-services-template .side-by-side .content-row {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.lawn-services-template .side-by-side .image {
	width: 50%;
	min-height: 100%;
	height: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lawn-services-template .side-by-side .image img {
	width: 100%;
}

@media only screen and (max-width: 900px) {
	.lawn-services-template .side-by-side {
		flex-wrap: wrap;
		flex-direction: column-reverse !important;
		padding: 25px;
	}

	.lawn-services-template .side-by-side .content, .lawn-services-template .side-by-side .image {
		width: 100%;
		min-height: 300px;
	}
}

.bigform {
	font-size: 18px;
	border: 3px solid #efefef !important;
}

.tablepress tfoot th, .tablepress thead th {
	background-color: #ffffff !important;
	font-weight: 900;
	vertical-align: middle;
	color: #284e4a;
	font-size: 20px;
	border-bottom: 3px solid #efefef;
}

.tablepress tbody td {
	border-top: 0 !important;
}

section.details-area {
	padding: 50px 0;
}