@media only screen and (min-width: 1025px) {
	/*.sNav a.mobile {
		display: none !important;
	}*/
}
@media only screen and (max-width: 1024px) and (min-width: 768px)
{
	/* @group I */
	#wrapper {
		overflow-x: hidden !important;
		position: relative;
	}
	.body_container.black { 
		padding: 25px;	
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;	
	}
	.col2 .box-content{
		width:280px !important;
	}
	.top_bar, .nav_bar {
		position: absolute !important;
	}
	html body #wrapper #main .body_container .school_left.upper ul#accordion.accordion {
		position: relative !important;
		top: 0px !important;
		left: 0px !important;
	}
	.ls-fullwidth .ls-nav-next, .ls-fullwidth .ls-nav-prev {
		display: none !important;
	}
	.slider_form .interior form .form_row input {
		width: 216px !important;
	}
	.program_boxes {
		width: 1030px;
	}
	.program_boxes a:last-child {
		width: 210px !important;
	}
	.trigger-group {
		margin-top: -40px;
		z-index: 999;
		position: relative;
	}
	.home-form {
		width: 98%;
	}
	.mask.kate img.large {
		margin-left: -40px;
	}

	/* @end */
}
.sNav a.mobile {
	width: 70%;
	text-align: center;
	background: #ddd;
	border-radius: 5px;
	height: 36px!important;
	line-height: 36px !important;
	padding: 0px 0px !important;
	margin: 0px auto 5px !important;
}



/*All*/

/* @group All Devices */

.geo.search {
	display: none;
}
ul.mobile_list {
	width: 100%;
	margin: 0px;
	margin-left: 0px !important;
	padding: 0px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #ebf3f8;
}
ul.mobile_list li {
	background: #EFF5F9;
	list-style: none;
	padding: 0px;
	font-size: 12px !important;
	border-top: 1px solid #f5f9fb;
	border-bottom: 1px solid #f5f9fb;
}
ul.mobile_list li.colored {
	background: none repeat scroll 0 0 #E4EFF7;
	border-bottom: 1px solid #DCE9F1;
	border-top: 1px solid #DCE9F1;
}
ul.mobile_list a {
	text-decoration: none;
	font-size: 12px !important;
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.geo {
	width: 195px ;
	padding: 7px 10px;
	background: #222;
	border: 1px solid #111;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	font-size: 10px;
	margin-top: -7px;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 10px;
}
.geo.search {
	width: 100% !important;
	background: none repeat scroll 0 0 #E4EFF7 !important;
	border: 1px solid #97BDD9 !important;
	padding: 7px 0px !important;
	margin-left: 0px !important;
	color: #5C87A7 !important;
	margin-top: 7px;
}
.r_search {
	border-radius: 5px 5px 5px 5px;
	 height: 15px;
	 margin: 10px 5px 15px 5px;
	 padding: 7px;
	 width: 200px !important;
	 font-size: 12px;
}
.m_sub_nav form {
	margin: 0px !important;
}
input#button1, input.consume-btn {
	-webkit-border-radius:0;
	-webkit-appearance:none;
	border-radius:0;
}
/*Home Nav*/
ul.home_nav {
	width: 100%;
	margin: 0px;
	margin-left: 0px !important;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
}
ul.home_nav li {
	background: #fff;
	list-style: none;
	padding: 0px;
	font-size: 12px !important;
	overflow: hidden;
}
ul.home_nav li.colored {
	background: #f8fbfc;
	border-top: 1px solid #e7f1f7;
	border-bottom: 1px solid #e7f1f7;
}
ul.home_nav a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	padding: 11px 0;
	font-weight: 400;
	overflow: hidden;
}
ul.home_nav .left {
	float: left;
	width: 33px;
	padding: 0px 15px;
}
ul.home_nav .left img {
	width: 35px;
}
ul.home_nav .right {
	float: left;
	width: 70%;
}
ul.home_nav a h2 {
	margin: 8px 0px 1px 0px;
	text-transform: uppercase;
	font-size: 15px;
	color: #333;
	font-weight: 400;
}
ul.home_nav a p {
	display: none;
	margin: 0px;
	text-transform: capitalize;
	color: #777;
}
/*ul.home_nav a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	text-align: left;
	padding: 15px 0;
	font-weight: bold;
	overflow: hidden;
}
ul.home_nav .left {
	float: left;
	width: 45px;
	padding: 0px 15px;
}
ul.home_nav .left img {
	width: 45px;
}
ul.home_nav .right {
	float: left;
	width: 70%;
}
ul.home_nav a h2 {
	margin: 3px 0px 1px 0px;
	text-transform: uppercase;
	font-size: 16px;
	color: #333;
}
ul.home_nav a p {
	margin: 0px;
	text-transform: capitalize;
	color: #777;
}*/
.start-date h2 {
	text-transform: capitalize;
}

/* @end */

@media only screen and (min-width: 769px)
{

ul.mobile_list {
	display: none;
}

.mobile_nav {
	display: none;
}
.mobile_top {
	display: none;
}
ul.m_sub_nav {
	display: none;
}

}
@media only screen and (max-width: 768px)
{
	#wrapper .photo-category {
		display: none;
	}
.body_container.black {
	padding: 0px;
	width: 100%;
	margin: 0;
	background: black;
}
.dark-form {
	float: none;
	width: 100%;
}
.r-nav.full {
	width: 40%;
}
.left.program {
	width:	55%;
}
.r-nav span {
	font-size: 18px;
}
.start-date {
	margin: 20px 0;
}
.start-date h2 {
	font-size: 14px;
}
.campus_images {
	display: block;
	margin-bottom: -35px;
}
.scholarship {
	width: 100%;
	margin-left: 0px;
}
.school_right .main_video.fpe {
	height: 352px;
}
.table-3 {
	width: 100% !important;
	margin-bottom: 10px;
}
.table-1 td {
	float: left;
	padding: 7px 12px;
}
.table-1 tr {
	padding: 10px 0px;
}
#main .body_container .rep {
	margin-top: 15px;
}
#main .body_container ul.rep_contact.locations {
	margin-bottom: 10px;
}
.table-1 tr:nth-child(even) td {
	border: 0px;
}
.geo.search {
	display: block;
}
#acc_main {
	border: 1px solid #ebf3f8;
	margin-top: 15px;
	margin-bottom: -10px;
	border-radius: 5px;
	display: block;
}
#acc {
    background: #000000;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    cursor: pointer;
    padding: 9px 31px;
    position: relative;
    text-decoration: none;
}
#acc_main ul.mobile_list {
	border: 0px;
}
#acc span {
	width: 25px;
	height: 25px;
	position: absolute;
	left: 9px;
	top: 9px;
}
#acc span img {
	width: 15px;
}
#acc span#open {
	z-index: 3;
}
#acc span#close {
	z-index: 2;
}
ul.mobile_list.acc {
	display: none;
}
ul.mobile_list.acc.on {
	display: block;
}
.mobile_call.m_nav_1 {
	text-decoration: none;
	font-size: 12px !important;
	padding: 7px 9px !important;
	right: 95px !important;
	width: 20px !important;
	display: none;
}
.thanks_left {
	float: none;
	width: 100%;
}
body div#MB_window[id] {
	width: 100% !important;
	position: absolute !important;
}
#MB_content {
	height: auto !important;
}
.netPrice {
	width: 100%;
}
.netPrice p {
	width: 100%;
}
#wrapper {
	position: absolute;
	width: 100%;
	top: 0px;
}
.guestBox ul li span {
	display: none;
}
#wrapper #main {
	padding-bottom: 15px !important;
	margin-top: 75px;
}
#wrapper {
	height: auto !important;
	padding-bottom: 20px;
}

html, body {
	height: auto !important;
}
.body_container {
	width: 90%;
	margin-left: 5%;
	padding-top: 0px;
	margin-top:10px;
}
.body_container span.headLine h1 {
	padding-left: 0;
	margin-left: 0;
}
.home_nav {
	display: block;
}
/*Header*/
.fixed_wrapper {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}
.mobile_top {
	display: table;
	background: #000;
	width: 100%;
	height: 47px !important;
	padding: 3px 0 1px;
	position: fixed;
	border-top: 1px solid #333;
	z-index: 99999 !important;
	-webkit-box-align: center;
	-webkit-box-orient: horizontal;
	-webkit-overflow-scrolling: touch;
	background-attachment: scroll;
	background-clip: border-box;
	z-index: 12;
	box-shadow: 0 0 2px #222222;
/*	box-shadow: 0px 1px 2px #222;*/

}
.mobile_top a.logo img {
	height: 40px;
	margin-left: 11px;
	margin-top: 3px;
}
.top_bar {
	position: absolute;
	display: none;
}
.mobile_nav {
	font-family: arial;
	display: block;
	position:absolute;
	top: 49px;
	left: 0px;
	background: none;
	height: 38px;
	overflow: hidden;
	padding: 0px 0px;
	width: 100%;
	z-index: 10;
	-webkit-box-align: center;
	-webkit-box-orient: vertical;
	-webkit-overflow-scrolling: touch;
	background-attachment: scroll;
	background-clip: border-box;
	z-index: 11;
}
.tagline {
	position: absolute;
	top: 50px;
	height: 35px;
	background: #000;
	text-align: center;
	width: 100%;
	z-index: 999;
	display: block;
	display: none;
}
.tagline img {
	display: inline-block;
	margin-top: 4px;
}
.mobile_nav a {
	text-decoration: none;
}
.mobile_nav .m_nav_1 {
	height: 40px;
	border-right: 1px solid #dfa914;
	width: 23%;
	text-align: center;
	float: left;
	background: none;
	cursor: pointer;
}
.m_nav_1.on {
	background: #8b0127;
/*	box-shadow: inset 0px 1px 4px #000;*/
	height: 41px;
	border-right: 0px ;
}
.m_nav_1.off {
	/*background: #444;
	box-shadow: inset -1px 0px 4px #000;*/
}
ul.m_sub_nav li a.sub_close {
	background: #720020;
	padding: 7px 5px 10px 6px !important;
	border-top: 0px;
	box-shadow: 0 0 4px #222222 inset;
	text-align: left;
	margin-left: 0px;
}
.sub_close img {
	margin-right: 7px;
	 width: 16px;
	 position: relative;
	 top: 3px;
}
.lines {
	position: relative;
	top: -2px;
	width: 20px;
}
.mobile_nav .m_nav_2 {
	height: 40px;
	border-right: 1px solid #dfa914;
	border-left: 1px solid #fdd25c;
	width: 37%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.mobile_nav .m_nav_3 {
	height: 40px;
	border-left: 1px solid #fdd25c;
	width: 38%;
	text-align: center;
	float: left;
	cursor: pointer;
}
.mobile_nav span {
	line-height: 47px;
	font-weight: bold;
	font-size: 10px;
	color: #000;
	width: auto;
	text-shadow: none !important;
}
.mobile_nav span#b {
	display: none;
	color: #fff !important;
/*	background: #444;*/
}
.mobile_nav span img {
	position: relative;
	top: 6px;
	margin-right: 2px;
	width: 20px;
	height: 20px;
}
ul.m_sub_nav {
	display: block;
	width: 255px;
	height: 100%;
	list-style: none;
	background: #444;
	margin: 0px;
	padding: 0px;
	position: fixed;
	overflow-y: scroll;
	top: 0px;
	z-index: 0;
	box-shadow: inset -17px -1px 10px #111;
}
ul.m_sub_nav li {
	padding: 0px;
	margin: 0px;
}
ul.m_sub_nav li a {
	text-decoration: none;
	color: #fff;
	margin: 0px;
	padding: 10px !important;
	display: block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #393939;
	font-size: 12px;
}
ul.m_sub_nav li a.social {
	float: left;
	padding: 10px 4px !important;
}
ul.m_sub_nav li a.social img {
	width: 30px;
}
body #wrapper .mobile_nav span.droppy select {
	width: 96%;
	margin-left: 2% !important;
	height: 24px !important;
	border: 1px #BBB solid;
	background: #fff;
}
.mobile_top .mobile_call {
	font-family: arial;
	background: #ffc423;
	border-radius: 5px;
	padding: 7px 0px;
	width: 80px;
	box-shadow: inset 0px 0px 2px #000;
	position: absolute;
	right: 10px;
	top: 11px;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	height: 16px;
	text-align: center;
}
.mobile_top .mobile_call.test {
	background: #2a8ddc;
	color: #fff;
	line-height: 17px;
	width: 96px;
	text-align: left;
}
img.mobile_phone {
	float: left;
	margin-left: 9px;
	margin-right: 5px;
}
.top_right {
	display: none !important;
	height: 13px !important;
}
.interior_header.remove {
	display: none;
}
.interior_header {
 	display: none;
 	height: 155px;
 	margin-top: 83px;
 	/*margin-bottom: -90px;	*/
}
.interior_header .container {
	height: 155px;
}
/*Homepage*/
.slider.flat.animated.home-tablet {
	width: 100%;
	height: auto;
	margin-top: 90px;
}
.slider.flat.animated .tablet img {
	margin: 0;
}
.slider.flat.animated .tablet p.title {
	font-size: 23px;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
}
.slider.flat.animated .tablet a {
	font-size: 20px;
}
.slider p.tablet-disclaimer {
	margin-top: 16px;
	line-height: 20px;
	padding: 0 15px;
}
.slider.flat.animated.home-tablet .container {
	width: 100%;
}
.slider {
	/*display: none;*/
}
.list_carousel.responsive {
	margin-top: 120px;
}
.body_section.responsive {
	display: none;
}
.col.span_3.fwImage {
	display: none;
}
/*Pages*/
.body_container .school_right ul {
	margin-left: -5px;
	margin-right: 5px;
}
.school_left {
	display: none;
}
.breadcrumbs_orange, #wrapper #main .breadcrumbs_orange {
	top: 53px !important;
	position: absolute;
	z-index: 9;
	display: block !important;
}
.breadcrumbs_orange .breadcrumbs_contain {
	width: 100% !important;
	display: none;
}
.breadcrumbs_orange .breadcrumbs_contain span {
	padding-right: 15px;
}
.school_right {
	margin-top: 0px !important;
	width: 100% !important;
}
.school_right .school_section {
	width: 100% !important;
	padding-left: 0px;
	padding-right: 0px;
}
.school_right .thumb_gallery {
	width:auto !important;
	text-align: center;
}
.school_right .thumb_gallery_2 {
	width:auto !important;
	text-align: center;
}
.school_right .main_video {
	width: 97%;
	height: auto;
}
.school_right .school_boxes {
	width: 100%;
}
.school_boxes a.box1 {
	width: 100%;
	padding-top: 0px !important;
}
.school_right .paging {
	width: 100%;
}
/*School Page Programs*/
.school_right .box1_back {
	display: none;
}
.school_right .school_boxes {
	height: auto !important;
}
.school_right .school_boxes p {
	display: none;
}
.school_right .red_bar1, .school_right .red_bar2 {
	display: none;
}
.school_right .school_boxes h2 {
	display: block;
	background: #ccc;
	width: 100% !important;
	padding: 10px 0px !important;
	text-indent: 10px !important;
	font-size: 13px !important;
	border-radius: 5px;
}
.school_right .school_boxes a.box1:hover, .school_right .school_boxes a.box1 {
	background: none !important;
	height: 20px !important;
}
.school_right h3#mobile_text {
	display: block;
	margin: 14px 0px !important;
}
.program_boxes {
	width: auto !important;
	text-align: center;
	height: auto;
}
.program_boxes a.box1 {
	display: inline-block;
	position: relative;
	float: none;
	height: 306px;
	margin-bottom: -7px;
}
#main {
	width: 100%;
	padding-bottom: 0px !important;
}
.nav_bar {
	display: none;
}

#footer {
	display: none;
}

/*Video Gallery */
html.js body.archive div#page div#wrapper div.cat-featured {
	margin-top: 82px;
}
body {
	text-shadow: none !important;
}
#actions {
    float: right !important;
    margin: 25px 0 0 !important;
}
html.js body.home div#page div#wrapper div#main {
	margin-top: 105px !important;
}
#page {
	margin-top: 100px !important;
}
/*Photo Gallery */
.home.blog #wrapper #main {
	margin-top: -46px;
}
#grid {
/*	margin-top: -80px !important;*/
}
#grid .sort {
	margin-top: -37px;
}
#wrapper #main .wrap #page.post .content .box-content {
	margin-top: -60px;
}
html.wf-ptsans-n4-active body.single div#wrapper div#main div.wrap div#page.post {
	margin-top: 0px !important;
}
/*Blog*/
#left div.listing div.content div.left h3, #left div.listing div.content div.left h3 a, #left #list_categories div.active h2 a, #left div.small-desc a {
	height: 18px;
	overflow: hidden;
}
#left div.listing div.content div.right {
	width: 100%;
}
div#content_holder div#middle div#right {
	width: 100%;
	padding: 25px 5px;
	display: block;
	margin-left: 0px;
}
div#content_holder div#middle {
	margin-bottom: 0px !important;
}
#list_categories div.active {
	width: 100%;
}
#left div.listing {
	overflow: hidden;
}
#left div.cat_listing div.content div.left div.description {
	width: 96%;
}
.latest_2 {
	margin-bottom: 15px;
	padding-bottom:10px;
}
#londontabs {
	display: none;
}
#main #container {
	width: 98%;
}
#main #container #content {
	width: 100%;
}
#left div.single h1, #page h1, #left div.single h1 a {
	line-height: 28px;
	font-size: 16px;
	width: 100%;
	display: block;
}
.cat_line {
	display: none;
}
#content_holder {
	margin-top:-123px;

	width: 97%;
}
#content_holder #featured {
	display: none;
}
#content_holder #left {
	width: 100% !important;
}
#left div.listing, #left div.listing div.header, #left div.cat_listing div.header, .latest_2, #entries, #left div.cat_listing{
	width: 100% !important;
}
.latest_2 div.desc_h {
	width: 100%;
	padding-left: 0px;
	padding-top: 10px;
}
.latest_2 img {
	width: 100%;
	height: auto;
}
#left div.single {
	margin-top: 25px;
	width: 96%;
	padding-left: 2%;
}
#left div.single div.date {
	width: 100%;
}
#left div.single div.content {
	width: 100%;
}
#left div.related_articles, #left div.share, #left div.author, #comments, .comment-form-comment #comment, .latest_2 div.desc_h, #left div.listing div.header, #left div.cat_listing div.header, #left div.cat_listing, #left div.cat_listing div.content div.left img, #left div.cat_listing div.content div.left div.imgholder, #left div.cat_listing div.content div.left, #left, .jcarousel-skin-skyali .jcarousel-container-horizontal, #left div.listing, .latest_2, .latest_2 div.desc_h {
	width: 96% !important;
}
html body div#wrapper div#main div#container div#content div#white_space div#content_holder div#middle div#left div#entries {
	height: 0px !;
}
#wrapper #container #content {
	width: 96%;
	padding-left: 2%;
}
#left div.single div.thumb img, #left div.single div.thumb{
	width: 100%;
	height: auto;
}
.single .content p {
	float: left;
}
#content_holder #middle #right {
	display: none;
}
#left div.share img {
	margin-right: 6px;
	margin-bottom: 5px;
}
code, p.form-allowed-tags {
	width: 95% !important;
	display: none;
}
#left div.cat_listing div.content div.right div.small-listing {
	width: 100%;
	margin-top: 12px;
}
#middle #left #list_categories {
	margin-top: 43px !important;
	width: 96%;
	margin-left:1%;
}
#left div.listing div.content div.left img {
	width: 100% !important;
	height: auto !important;
}
#left div.listing div.content div.left, #left div.listing div.content div.left div.imgholder {
	width: 100% !important;
	height: auto !important;
}
#left div.listing div.content div.right div.small-desc {
	width: 97% !important;
}
div#main div#grid div div.sort div#infscr-loading {
	left: 0px;
	bottom: 0px;
	width: 100%;
	padding: 10px 0px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0.9);
	color: #fff;
}
#infscr-loading img {
	width: 30px !important;
	margin-bottom: 6px !important;
}
#sidebar.masonry {
	margin-left: -25px !important;
	margin-top: -300px !important;
	margin-bottom: 0px !important;
}
#left div.author {
	width: 100% !important;
}
#left div.author div.authorcontent {
	width: 100% !important;
}
.list_carousel, .program_boxes {
	display: none !important;
}
.body_container {
	padding-bottom: 0px;
}
#wrapper #main {
	padding-bottom: 0px !important;
}
.school_section div#school_container div#school_results ul.results-list a li.one {
	display: none;
}
.school_section div#school_container div#school_results ul.results-list a li.three {
	padding-left: 10px;
	width: 42%;
	}
/* @group Modals */

.npcDrop {
    float: none;
    margin: 0;
    width: auto;
    max-width: 100%;
    height: 125px;
}
.npcDrop h2 {
	font-size: 12px !important;
}
.newModal .modalBox {
	width: 93%;
	padding: 3%;
	margin-left: 0px;
	left: 0px;
	position: absolute !important;
}
.accordion li h3 a {
	text-align: center;
	padding-right: 0px;
}
ul#example2.accordion li ul.panel li, ul#example3.accordion li ul.panel li {
	margin-left: 1px !important;
}
.newModalBack {
	z-index: 99999999;
}
.closer img, html body div#wrapper form#frmBTTC div.newModal div#mdlFront.modalBox div.closer div.timeBox div.timeTitle h2 span {
	display: none;
}
.newModal .closer .modal_close {
	left: -18px;
	top: -35px;
}
.newModal .modalBox .timeBox {
	width: 100%;

}

/* @end */

h3.mobile {
	background: #8B0127;
	color: #fff;
	padding: 10px;
	max-width: 100%;
	width:auto;
	border-radius: 5px;
	font-size: 12px;
	text-align: center;
}
.img_cont {
    border: 0px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    float: none;
    height: auto;
    margin: 15px 0 10px;
    overflow: visible;
    width: 100%;
 }
.img_cont > img {
	width: 100%;
	height: 100%;
	border: 3px solid #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #444444;
}
/* @group Search */
/*Search Main Page*/
html body div#wrapper div#main div.body_container .number, html body div#wrapper div#main div.body_container form div p#mapBox {
	display: none;
}
.state_columns {
	width: 100%;
	margin-bottom: 50px;
}
.state_columns ul {
	width: 100%;
	float: none;
	margin: 0px 0px 10px 0px  !important;
}
.state_columns ul li a {
	width: 83%;
}
.body_container.rSearch {
	top: 0px !important;
}
html body div#wrapper div#main div.body_container h2.rH2 {
	margin-bottom: 17px;
	display: block;
}

#searchResults, #searchResults1 {
	width: 100%;
}
div.body_container h2 span.searchResults {
	padding: 8px 10%;
	width: 80% !important;
	margin: 3px 0px !important;
}
.refine_title {
	display: none;
}
html body div#wrapper div#main div.body_container form div.grid_select div.refine input#query.refine_address {
	width: 65%;
}
div.refine form input#query.refine_address {
	width: 65%;
}
.refine #button1, .refine #btnDirections {
	padding: 0px;
	width: 20%;
	height: 25px !important;
	margin-top: -1px;
	margin-left: 0px;
}
div.grid_select div.refine form, html body div#wrapper div#main div.body_container div.grid_select div.refine {
	width: 100%;
}
#searchResults .results, #searchResults1 .results, #searchResults .results-tile {
	width: 100%;
	background: url(/images/arrow-blue-mobile.png) no-repeat right 45px #fff;
}
#searchResults .results.colored, #searchResults1 .results.colored, .results-colored, #searchResults .results-tile.colored {
	background: url(/images/arrow-blue-mobile.png) no-repeat right 45px #EFF5F9;
}
#searchResults .results .results_right, #searchResults1 .results .results_right {
	margin-left: 0px;
	margin-top: -2px;
	width: 58%;
	background: none;
}
#searchResults .results .results_right li, #searchResults1 .results .results_right li, #searchResults .results-tile .results_right li {
	height: auto;
	line-height: 18px;
}
#searchResults .results .results_left, #searchResults1 .results .results_left, #searchResults .results-tile .results_left {
	width: 105px !important;
	margin-left: 10px;
}
.results .results_right ul.address, .results-tile .results_right ul.address {
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
}
#searchResults .results .results_right ul.programs, #searchResults1 .results .results_right ul.programs, #searchResults .results ul.title, #searchResults1 .results ul.title, .grid_group, .refine span.drop {
/*	display: none;*/
}
.grid_select .grid_group {
	display: none;
}
.results .results_right span.distance {
	margin: 0px;
	padding: 0px;
	position: relative;
	left: auto;
	top: -1px;
	right: auto;
	margin-left: 15px;
	color: #5C5B5B;
	font-weight: normal;
	font-size: 12px;
}
.results .results_left .school_contain, .results-tile .results_left .school_contain {
	width: 100px;
	height: 70px;
	border: 3px solid #FFFFFF;
}
.results .results_left img, .results-tile .results_left img {
	width: 100%;
}
html body div#wrapper div#main div.body_container div.body_section div#control div.grid_select {
/*	display: none;*/
}
.adp-directions {
	width: 100% !important;
}
html body div#wrapper div#main div.body_container div.body_section div#map_canvas {
	width: 100% !important;
	height: 175px !important;
}
#directions-panel {
	width: 100% !important;
	margin-bottom: 15px;
}
.body_section {
	margin-bottom: 5px !important;
}
/*Results Tile*/
.results-tile {
	width:100%;
	margin:0px;
	padding:20px 0px 20px 0px;
	position: relative;
	overflow: hidden;
/*	border: 1px solid #fff;*/
/*	background: url(/images/blueLine.jpg) bottom repeat-x;*/
	-webkit-transition: background 0.2s linear, border 0.2s linear;
	-moz-transition: background 0.2s linear, border 0.2s linear;
	-o-transition: background 0.2s linear, border 0.2s linear;
	transition:background 0.2s linear, border 0.2s linear;
}
.results-tile.colored {
	background: #eff5f9;
	border-top: 1px solid #DCE9F1;
	border-bottom: 1px solid #DCE9F1;
	-webkit-transition: background 0.2s linear, border 0.2s linear;
	-moz-transition: background 0.2s linear, border 0.2s linear;
	-o-transition: background 0.2s linear, border 0.2s linear;
	transition:background 0.2s linear, border 0.2s linear;
}
 .results-tile:hover, .results.colored:hover {
	background-color:#daeaf6;
/*	border: 1px solid #dce9f1;*/
	cursor: pointer;
	box-shadow: inset 0px 0px 7px #999;
	-webkit-transition: background 0.2s linear, border 0.2s linear;
	-moz-transition: background 0.2s linear, border 0.2s linear;
	-o-transition: background 0.2s linear, border 0.2s linear;
	transition:background 0.2s linear, border 0.2s linear;
}
.results-tile .results_left {
	height:100%;
	float:left;
}
.results-tile .results_left .school_contain {
	overflow: hidden;
	border:0px;
	margin-top:-2px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 5px #555;
	border-radius: 5px;
}
.results-tile .results_left img {
}
.results-tile .results_right {
	height:auto;
	margin-top: -2px;
	    width: 58%;
	margin-top: 15px;
	margin-left: 0px;
	position: relative;
	/*background: url(/images/arrow-blue.png) no-repeat right 15px;*/
	height: 50px;
	float: left;
}
.results-tile .results_right ul.title {
	width: 100%;
	height: 20px;
	margin: 0px;
	padding: 0px;
	position: static;
	height: 85px;
	display: none;
}
.results-tile .results_right ul.title li {
	display: inline-block;
	font-weight: bold;
	font-size: 13px;
	color:#1a4f85;
	font-family: sans-serif;
}
.results-tile .results_right ul.title li.one {
	width: 100%;
}
.results-tile .results_right ul.title li.two {
	width:100%;
}
.results-tile .results_right ul.title li.three {
	width: 100%;
}
.results-tile .results_right ul.address {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: -13px;
	list-style: none;
	width: 100% !important;
	text-align: left;
}
.results-tile .results_right ul.programs {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 377px;
	top: 25px;
}
.results-tile .results_right span.distance {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 608px;
	top: 25px;
	color: #5C5B5B;
	font-weight: normal;
	font-size: 12px;
}
.results-tile .results_right h2 {
	margin:0px;
	padding:0px;
	font-size:15px !important;
	font-weight: bold;
	color:#1a4f85;
	font-family: sans-serif;
}
.results-tile .results_right h2 span {
	font-size: 14px;
	padding-left: 5px;
	font-weight: normal;
	font-style: italic;
	text-transform: capitalize;
}
.results-tile .results_right p {
	margin:8px 0px 0px 0px;
	padding:0px;
	font-size:12px;
	width:703px;
	color:#575656;
	line-height:20px;
}
.results-tile p.programTitle {
	float: left;
	width: 55px;
	font-weight: bold;
	margin-top: 10px;
}
.results-tile .results_right ul {
	float: left;
	margin:12px 0px 0px 0px;
	padding:0px;
	width:600px;
	list-style: inside;
}
.results-tile .results_right ul li {
	height:19px;
	padding:0px 0px !important;
	margin-left: 15px;
	width:auto;
	text-indent: none;
	border-radius:5px;
	color:#5c5b5b;
	font-size:12px;
	font-weight: normal;
	margin-right:8px;
}
.results-tile .distance {
	position: absolute;
	right:50px;
	top:0px;
	margin:0px;
	padding:0px;
	font-size:15px;
	font-weight: bold;
	color:#1a4f85;
}
/* @end */

/* @group School Pages */

.interior_header.responsive {
	display: none;
}
.school_section.responsive {
	display: none;
}
.school_right img.awards {
	width: 110px;
}
.school_right .thumb_gallery {
	margin: 0px auto !important;
	padding-left: 5%;
}
.school_right .school_boxes {
	width: 98%;
}
.responsive_school_id {
	display: block;
	margin-top: 0px;
}
.school_group {
	width: 92%;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 4%;
	overflow: hidden;
}

.school_image img {
	/*border: 5px solid #fff;
	box-shadow: 0px 0px 6px #777;
	border-radius: 5px;*/
	width: 40%;
	float: left;
	border: 1px solid #ddd;
	margin: 0px 10px 0px 0px;
}
.school_info {
	width: 55%;
	float: left;
}
.school_right div.responsive_school_id div.school_info ul.address {
	margin: 0px !important;
	padding: 0px;
}
.school_right div.responsive_school_id h2 {
	margin-bottom: 10px;
}
.school_right .responsive_school_id a.driving_directions {
	width: 92%;
	background: #f1f1f1;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 4%;
	display: block;
	text-decoration: none;
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	overflow: hidden;
}
.school_right div.responsive_school_id div.school_info ul.address li {
	list-style: none;
	line-height: 15px;
	font-size: 12px;
	color: #444;
}
.school_right div.responsive_school_id div.school_info ul.address li.title {
	display: none;
}
.school_right .responsive {
	display: none;
}
.body_container .school_right ul li, .body_container ul.full li {
	margin-top: 6px;
}
.school_right div.school_section div.thumb_gallery a.lightview, html body div#wrapper div#main div.body_container div.school_right div.school_section div.thumb_gallery div.p_gallery a.thumb_back {
	background: none;
}
.school_right div.school_section div.thumb_gallery .thumb_back {
	width: 100%;
	height: auto;
	left: -1px;
}
.school_right .thumb_gallery .p_gallery {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.school_right .thumb_gallery {
	padding-left: 0px;
}
.school_right .thumb_gallery .thumb_container {
	height: auto;
	min-height: 200px;
	width: 100% !important;
	overflow: visible;
	left: 0px;
}
html body div#wrapper div#main div.body_container div.school_right div.school_section div.thumb_gallery a.lightview div.thumb_container img.a,
html body div#wrapper div#main div.body_container div.school_right div.school_section div.thumb_gallery div.p_gallery a.thumb_back div.thumb_container img.a  {

	width: 100% !important;
	height: auto;
	max-width: 360px;
	position: relative;
	border: 3px solid #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #333333;
	left: 0px !important;
	top: 0px !important;
	opacity: 1 !important;
}
.school_right .p_gallery p {
    background: #000000;
    background: rgba(0, 0, 0, .75);
    color: #FFFFFF;
    font-size: 13px;
    height: 37px;
    line-height: 37px;
    margin: -33px auto 0 auto !important;
    overflow: hidden;
    position: relative;
    left: 2px;
    width: 100%;
    display: block;
    max-width: 360px;
    z-index: 20;
}
.campus_images {
	width: 100%;
	margin-top:20px;
}
.campus_images img {
	width: 97%;
	max-width: 550px;
	margin: 17px auto;
	border: 5px solid #FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #444444;
	display: block;
}
.videoWrapper {
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	border: 5px solid
	#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0 0 4px #444444;
}
html body div#wrapper div#main div.body_container div.videoWrapper iframe.main_video {
	position: absolute;
	top: -8px;
	left: 0;
	margin-top: 8px;
	width: 100%;
	height: 100%;
	border: 0px solid
	#FFFFFF;
	border-radius: 5px 5px 5px 5px;
	box-shadow: none;
	display: block;
}
ul.mobile_list li {
	margin-top: 0px !important;
}
ul.mobile_list li:nth-child(even) {
	background: none repeat scroll 0 0 #E4EFF7;
	border-bottom: 1px solid #DCE9F1;
	border-top: 1px solid #DCE9F1;
}
.testimonial img {
	display: none;
}
blockquote {
	width: 100%;
	margin-left: 0px;
}
blockquote:before {
    color: #8B0127;
    content: none;
    display: block;
    float: left;
    font-size: 36px;
    margin: 4px 7px 100% 0;
}
.testimonial {
	padding-top: 0px;
}
.move {
	margin-top: 13px !important;
}
/*.body_container .school_right .school_section ul.boxed, .body_container .school_right .school_section ul.boxed2 {
	text-align: center;
}*/
.body_container ul.boxed li a, .body_container ul.boxed2 li a {
	font-size: 12px;
	padding: 6px;
}
.body_container div.school_right div.school_section span.headLine h2, .body_section span.headLine h2 {
	font-size: 15px;
	margin: 0;
	padding: 0 7px 0 0;
}
.school_right h2, .body_container h2 {
	font-size: 15px;
}
.body_container div.school_right div.school_section span.headLine, .body_section span.headLine {
	background: none;
}
/* @end */

/* @group Request Info */
.disclaimer.full {
	display: none;
}
.request_form {
	padding: 0px 7%;
	margin-top: 10px;
	width: 85% ;
}
.request_form form#frmRequest div.formLine label, .request_form form.form-val div.formLine label {
	display: none;
}
.request_form form#frmRequest div.formLine input, .request_form form.form-val div.formLine input {
	width: 81%;
	padding: 11px 5% 12px 14%;
}
.request_form form input.submitButton {
	width: 100%;
}
.request_form .disclaimer p {
	width: 100%;
	margin: 20px 0px;
}
.request_form form input.submitButton {
	width: 100%;
	margin: 8px 0px;
}
html body div#wrapper div#main div.body_container div.school_right div.request_form h3 {
	margin-left: 0px !important;
	margin-top: 10px;
}
html body div#wrapper div#main div.body_container div.school_right div.request_form form#frmRequest div.formLine, html body div#wrapper div#main div.body_container div.school_right div.request_form form.form-val div.formLine {
	margin-left: 0px;
	width: 100%;
}
html body div#wrapper div#main div.body_container div.school_right div.request_form form#frmRequest div.formLine span.LV_validation_message, html body div#wrapper div#main div.body_container div.school_right div.request_form form.form-val div.formLine span.LV_validation_message {
	margin-left: 0px;
	display: block;
	width: 90.2%;
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: -6px !important;
	border-radius: 0px 0px 5px 5px;
	padding:5px 5% !important;
	font-size: 11px !important;
	top: 0px !important;
}
.line_break {
    margin: 28px 0 -10px;
    width: 100%;
}
.request_form span.drop {
	width: 100%;
}
.request_form span.drop select {
    padding: 11px 4px 11px 37px !important;
    width: 100%;
 }
.request_form .drop_line {
    	width: 100%;
    height: auto !important;
	background: #fff url(/images/drop_arrow.jpg) no-repeat right 2px;
}
.request_form .disclaimer p {
	line-height: 18px;
}
p.author_desc, p.author {
	text-align: left !important;
}
.friend-form form input {
	max-width: 95%;
	width: 95%;
	margin-bottom: 5px;
}
.friend-form form input.submitButton {
	width: 100%;
	max-width: 100%;
	margin-top: 5px;
}
.school_right .request_form #fb-auth {
	position: relative;
	top: 0px;
	left: 0px;
}
.responsive {
	display: none !important;
}
.results .results_right ul.title {
	height: auto;
}
div.refine input#query.refine_address {
	width: 24% !important;
}
span.slide-text {
	font-size: 20px;
	margin: 5px 0 15px 0;
}
.slider .mask .tablet img.large {
	width: 40%;
	margin-right: 30px;
}
.slider.flat.animated .tablet p.title {
	margin-top: 20px;
}
.slider img.small {
	margin-top: 20px !important;
	margin-bottom: -15px !important;
}
.slider .mask .tablet img.large.gold {
	width: 30%;
}
.mask {
	height: 265px;
}
.slider p.sub {
	font-size: 19px;
	line-height: 33px;
}
.slide {
	padding: 10px;
}
ul.triggers {
	padding: 15px;
}
.home-form {
	width: 91%;
}
/* @end */
}

@media only screen and (max-width: 700px)
{
	.home-form input {
		width: 100% !important;
		margin: 0 0 -1px 0 !important;
		border-radius: 0;
	}
	.btn.gold {
		font-size:23px;
		padding: 20px 30px;
	}
	.open-house .left-side {
		width:98%;
	}
}

@media only screen and (max-width: 600px)
{
	.tour_button.visit {
		margin-top: 20px;
	}
	.program-cubes a.cube, .program-cubes .cube {
    	width: 48%;
    }
	.dark-form {
		padding: 20px 15px;
	}
	.r-nav span {
		font-size: 20px
	}
	.r-nav.full {
		width: 100%;
		margin-bottom: 50px;
	}
	.left.program {
		width: 100%;
	}
/***Click to Call Test*****/
	#searchResults .results, #searchResults1 .results, #searchResults .results-tile, #searchResults .results.colored, #searchResults1 .results.colored, .results-colored, #searchResults .results-tile.colored {
		background-image: none;
	}
	.results-tile:hover, .results.colored:hover {
		box-shadow: none;
	}
	.phone-icon {
		display: block;
		position: absolute;
		top: 35%;
		right: 10px;
		display: block;
		z-index: 999;
	}
	.phone-icon img {
		width: 36px;
	}
	.results .results_left .school_contain, .results-tile .results_left .school_contain {
		width: 92px;
	}
	#searchResults .results .results_left, #searchResults1 .results .results_left, #searchResults .results-tile .results_left {
		width: 94px !important;
	}
	.results-tile .results_right {
		margin-top: 13px;
		width: 50%;
	}
	#searchResults .results .results_right li, #searchResults1 .results .results_right li, #searchResults .results-tile .results_right li {
		font-size: 11px;
		line-height: 17ox;
	}
	ul.address li.four a {
		text-decoration: none;
		color: #5c5b5b;
	}
/*****End Click to Call****/
	.wide-program p {
		display: none;
	}
	.wide-program {
		width: 48%;
		float: left;
		margin: .5% 1%;
	}
	.wide-program a.cube, .wide-program .cube {
		width: 100%;
		max-width: none;
		min-width: none !important;
	}
	.wide-program a.cube img, .wide-program .cube img {
		width: 65%;
	}
	.wide-program .cube span {
		width: 100%;
		display: inline-block;
		margin-top: 15px;
		height: 20px;
	}
	.tablet p.title {
		font-size: 21px;
		line-height: 28px;
		margin-top: 25px;
	}
	.tablet p.title span {
		font-size: 17px;
		display: block;
		line-height: 24px;
	}
	.tablet a {
		font-size: 19px;
	}
	.tablet img {
		width: 40%;
	}
	.trigger-group {
		display: none;
	}
	.mask {
		height: 310px;
	}
	.slider.flat.animated .tablet p.title {
		line-height: 29px;
		margin-top: 5px;
	}
	.slider p.sub {
		line-height: 27px;
		margin-bottom: 10px;
	}
	.home-form {
		width: 90%;
	}
	.home-form input {
		width: 48%;
		margin: .5%;
	}
	.home-form input.btn {
		width: 100%;
		margin-top: 10px;
	}
	.home-form p.disclaimer {
		font-size: 10px;
	}
	.slider.flat.animated .tablet p.title {
		font-size: 20px;
	}
	.slider.flat.animated .tablet a {
		font-size: 20px;
		padding: 12px 15px 14px;
		margin-top: 5px;
	}
	.slider p.tablet-disclaimer {
		margin-top: 14px;
	}
	.home-form.light input.btn {
		margin-top: 5px;
	}
	.info .group {
		width: 100%;
		text-align: center;
		border-bottom: 2px solid #eee;
		padding-bottom: 40px;
		margin-bottom: 35px;
	}
	.info .group img {
		max-width: 275px;
	}
	.footer-bottom.m {
		display: block !important;
	}
	#wrapper {
		padding-bottom: 0;
	}
	.slider.flat.animated .tablet p.title.large {
		font-size: 40px;
		margin-top: 15px;
	}
	.mask.kate img.large.space {
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 10px;
	}
	.slider.flat.animated .tablet p.title.large span {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.home-form.light {
		margin-bottom: -50px;
	}
	.embed-playlist-container {
		position: relative;
		padding-bottom: 900px;
		padding-bottom: -webkit-calc(57% + 298px);
		padding-bottom: calc(57% + 298px);
		height: 0;
		overflow: hidden;
	}
	.embed-playlist-container iframe, .embed-playlist-container object, .embed-playlist-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}
	.embed-container {
		position: relative;
		padding-bottom: 57%;
		height: 0;
		overflow: hidden;
	}
	.embed-container iframe,.embed-container object,.embed-container embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media only screen and (max-width: 450px)
{
	.school_right .school_section:first-child {
		padding-top: 0;
	}
	.program-cubes a.cube, .program-cubes .cube {
    	width: 100%;
    }
	#wrapper .container.blogg {
		margin-top: 120px;
	}
	.spaced {
		width: 100% !important;
		border-radius: 0px !important;
		margin-top: 85px;
		padding: 50px 15px;
	}
	.bottomed {
		margin-bottom: -100px;
	}
	.home-form h2 {
		font-size: 20px;
		font-weight: 400;
	}
	.body_container .school_right .award-group ul {
		float: none;
		margin-left: -50px;
		list-style-position: inside;
	}
	img.award {
		float: none;
	}
	.award-group {
		text-align: center;
		width: 100%;
	}
	.award-single {
		text-align: center;
		width: 100%;
		margin-top:-50px;
	}
	.school_group .main-campus {
		background: #fff;
		border: 1px solid #ddd;
	}
	.school_right .award-single img.awards {
		width: 51%;
		margin-right: 0;
	}
	.grid_select.shrink .end {
		width: 100%;
		margin-top: 15px;
		display: block;
	}
	.grid_select.shrink span.drop.end {
		width: 100%;
		margin-top: -5px;
	}
	.grid_select.shrink {
	    height: 168px;
	}
	.grid_select.shrink.thank {
	    height: 200px;
	}
	.grid_select.shrink #btnDirections {
		margin-top: 15px !important;
		display: block;
		width: 93% !important;
		margin-left: 0px !important;
	}
	.grid_select.shrink .refine span.drop {
		margin-bottom: 5px;
		height: 25px;
	}
	.grid_select.shrink .refine span.drop select {
		width: 93% !important;
	}
	.grid_select.shrink div.refine form input#query.refine_address {
		width: 90% !important;
		margin-top: 3px !important;
	}
	div.refine form input#query.refine_address {
		width: 65%;
	}
	.grid_select.shrink span.drop {
		display: block;
	}
	.grid_select span.drop {
		display: none;
	}
	.responsive {
		display: none !important;
	}
	.results .results_right ul.title {
		height: auto;
	}
	li.addy {
		height: 19px !important;
		overflow: hidden;
	}
	h1 span.searchResults {
		margin-left: 0px !important;
		margin-top: 10px !important;
		margin-bottom: -4px !important;
	}
	div.refine input#query.refine_address {
		width: 63% !important;
	}
	.sub {
	position: relative;
	top: 0px;
	left: -7px;
	}
	.drop_line {
		max-width: 150px;
	}
	.request_form .drop_line {
		max-width: none;
	}
	.tablet p.title {
		font-size: 18px;
		line-height: 26px;
		margin-top: 10px;
	}
	.tablet a {
		font-size: 16px;
	}
	.tablet img {
		width: 40%;
	}
	.slider .mask .tablet img.large {
		width: 80%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
	}
	.slider .mask .tablet img.large.gold {
		width: 55%;
	}
	.slider.flat.animated .tablet p.title {
		margin-top: -10px;
	}
	.slider.flat.animated .tablet {
		margin-top: 20px;
	}
	.mask {
		height: 530px;
		text-align: center;
	}
	.slider img.small {
		margin-top: -5px !important;
		margin-bottom: 15px !important;
		width: 150px;
	}
	.slider p.sub {
		font-size: 15px;
		line-height: 25px;
		margin-bottom: 5px;
		margin-top: 0px;
	}
	.slider.flat.animated .tablet a {
		font-size: 16px;
	}
	.slider.flat.animated .tablet p.title {
		font-size: 20px;
		width: 100%;
		clear: both;
	}
	.home-form input {
		width: 100%;
		margin: 1% 0;
	}
	.body_container {
		margin-top: 40px;
	}
	.body_container span.headLine h1 {
		padding-left: 0;
		margin-left: 0;
	}
	.body_container span.headLine {
		margin-bottom: 0 !important;
	}
	.svg {
		float: left;
		width: 100%;
		margin: 0 0 15px 0;
	}
	h1 span.searchResults {
		width: 89% !important;
		float: left;
		margin: 7px 10px 0px 0 !important;
	}
	.formLine.program .drop_line {
		max-width: none;
	}
	table.fa, table.fa tbody {
		width: 100%;
		max-width: 100%;
		display: block;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	table.fa tr, table.fa tr td {
		display: block;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: 0 !important;
		padding: 5px 12px;
	}
	 table.fa tr td:first-child {
		 font-size: 14px;
		 font-weight: 600;
		 padding-top:25px;
	}
	table.fa tr td:last-child {
		 padding-bottom:25px;
 		border-bottom: 1px solid #fff;
	}
	table.fa thead {
		display: none;
	}
	.info-graph .title img {
		width: 15%;
		margin-right: 0;
	}
	.info-graph .title-right {
		width: 82%;
		float: right;
	}
	.info-graph .title .large {
	  font-size: 28px;
	  line-height: 28px;
	  margin-bottom: -2px;
	  margin-top:0;
  	}
  	.info-graph .title .info-sub, .info-graph .title .info-sub h1 {
	  	font-size: 14px;
  	}
  	.school_right .school_section {
	  	padding-bottom: 0;
  	}
  	#footer .footer-bottom a.btn, .footer-bottom a.btn {
	  margin-top:15px;
	  padding: 8px 15px 11px !important;
	  font-size: 17px;
	}
  	.thanks_right {
	  	width: 100%
  	}
  	.videoWrapper {
	  	border: 0;
	  	box-shadow: none;
	  	padding: 0 0 56.25% 0;
  	}
  	html body div#wrapper div#main div.body_container div.videoWrapper iframe.main_video {
	  	top: 3px;
  	}

  	/* Mobile Home Test */
  	.mobile {
		display: block
	}
	.desktop, .tablet a.desktop {
		display: none !important;
	}
	.slider .mask .tablet img.large.mf {
		width: 90%;
		margin-top:0px;
	}
	.mask.mf {
		height: auto;
		margin-bottom: -60px;
	}
	.mask.mf .slide {
		position: relative;
	}
	.home-form.mf {
		background: #000;
		border: 0;
		padding: 15px;
		margin-bottom: 0;
		z-index: 99;
		position: relative;
	}
	.home-form.mf h2 {
		color: #fff;
		margin: 0 0 15px;
	}
	.home-form.mf form input {
		height: 44px;
		margin: 0;
		border: 1px solid #E4E4E4;
		border-radius: 0px;
		border-top: 0;
	}
	.home-form.mf form input.first {
		border-radius: 3px 3px 0 0;
	}
	.home-form.light.mf input.btn {
		background: #FACD28;
		color: #000;
		text-transform: uppercase;
		font-size: 20px;
		font-weight: 600;
		margin: 0;
		height: 55px;
		border: 0;
		border-radius: 0 0 3px 3px;
	}
	.home-form.mf p.disclaimer {
		color: #fff;
	}
	.r-nav, .r-nav * {
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}
	.r-nav {
		width: 100%;
		padding: 0 20px;
		overflow: hidden;
		margin: 50px 0px;
	}
	.r-nav.full {
		padding: 0;
		margin: 15px 0 30px;
	}
	.r-nav a {
		display: inline-block;
		width: 100%;
		background: #f2f2f2;
		padding: 20px 15px;
		text-decoration: none;
		color: #000;
		border: 1px solid #e4e4e4;
		border-bottom: 0;
		background-image: url(/images/home-arrow.svg);
		background-repeat: no-repeat;
		background-position: 95% center;
	}
	.r-nav a:last-child {
		border-bottom: 1px solid #e4e4e4;
	}
	.r-nav span {
		padding-left: 10px;
		font-size: 20px;
		font-weight: 300;
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}
	.r-nav img {
		display: inline-block;
		vertical-align: middle;
		max-width: 50px;
	}
	#wrapper #main.mf {
		margin-top:0;
	}
	.dark-form {
		margin:0;
	}
	.group label {
		font-size: 12px;
	}
}

@media only screen and (max-width: 360px) and (min-width: 0px)
{
	.group label {
		padding-right: 5px;
	}
	/*.breadcrumbs_orange, #wrapper #main .breadcrumbs_orange {
		position: fixed !important;
	}*/
	html body div#wrapper div.mobile_top {
		position: fixed;
	}
	/*.mobile_nav {
		position: fixed !important;
	}*/
	.tablet {
		text-align: center;
	}
	.tablet p.title {
		font-size: 20px;
		line-height: 24px;
		margin-top: 10px;
		padding: 0 10px;
	}
	.tablet a {
		font-size: 18px;
		margin-top: 15px;
	}
	.tablet img {
		width: 100%;
		max-width: 237px;
		float: none;
	}
}

@media only screen and (max-width: 800px) and (min-width: 447px)
{
	.school_right .p_gallery p {
		left: 0px !important;
	}
	.tablet p.title span {
		font-size: 17px;
		display: block;
		line-height: 24px;
	}
}

