/*
and (orientation : landscape)
and (orientation : portrait)
*/

/*	====================================================================================================
	MOBILE
	====================================================================================================	*/

.logo { padding:0px 0px 0px; position:absolute; }	

@media all
and (max-width : 570px) {

html, body {
    margin: 0 auto;
    min-height: 100%;
    min-width: 320px;
    padding: 0;
	width:100%;
	}
	
	
	#left_column{
		width:100% !important;
	}

}
/*	========================================
	MOBILE PORTRAIT
	========================================	*/
@media all
and (min-width : 0) and (max-width : 320px) {

	html, body {
    margin: 0 auto;
    min-height: 100%;
    min-width: 320px;
	max-width: 320px;
    padding: 0;
	width:100%;
	}
	
	#socialmedia, #sw_logo_1{
		display:none;
	}
	
	
	.sw_header_left{
		width:100%;
	}
	
	h1#sw_logo {
	    left: 30% !important;
	}
	
	h1#sw_logo a {
	    background: url("../images/logo.png") no-repeat scroll 0 0;
	    display: block;
	    height: 53px;
	    text-indent: -9999px;
	    width: 231px;
	}
	
	
	.footer-bottom{
		padding-bottom:35px !important;
	}


}



/*	========================================
	MOBILE LANDSCAPE
	========================================	*/
@media all
and (max-width : 570px) {


	
	#socialmedia, #sw_logo_1, .slogan{
		display:none;
	}
	
	
	.sw_header_right, .sw_header_left{
		width:100%;
	}
	
	
	#sw_header{
		position:relative;
	}
	
	
	h1#sw_logo {
	    float: left;
	    height: 104px;
	    left: 42%;
	    margin-right: 0;
	    position: relative;
	    top: 15px;
	    width: 103px;
	    z-index: 999;
	}
	
	h1#sw_logo a {
	    background: url("../images/logo.png") no-repeat scroll 0 0;
	    display: block;
	    height: 104px;
	    text-indent: -9999px;
	    width: 103px;
	}
	
	
	.search input[type="image"]{
		background: url("../images/search_btn.png") no-repeat scroll center center #ce9b5a;
		height:30px !important;
		width:40px !important;
	}
	
	.search input[type="image"]:hover{
		background: url("../images/search_btn.png") no-repeat scroll center center #8f1c26;
	}

	
	/* Display Block */
	
	.mobile{
		display:block;
	}
	
	
	/* Navigation */
	
	.mobile{
	    background: url("../images/navigation_icon.html") no-repeat scroll center center #f3cf55;
	    padding: 10px;
	    position: absolute;
	    right: 20px;
	    text-indent: -99999px;
	    top: 122px;
	    width: 20px;
		display:block;		
	}
	
	.mobile:hover{
		background: url("../images/navigation_icon.html") no-repeat scroll center center #524cb6;
	}
	
	#sw_mob_navigation{
		background: none repeat scroll 0 0 #37329c;
	    display: none;
	    position: fixed;
	    right: 0;
	    top: 160px;
	    width: 100%;
	    z-index: 99999;
	}
	
	/* Search */
	
	.search {
	    height: 30px;
	    position: relative;
	    width: 100% !important;
		right:0 !important;
		top:20px !important;
	}
	
	
	.search .searchInput {
	    background: none repeat scroll 0 0 #cccccc;
	    height:20px !important;
	    padding: 5px 10% !important;
	    text-transform: capitalize;
	    width: 80% !important;
	}
	
	.search input[type="image"]{
		top:0 !important;
	}
	
	.search .searchInput,
	.search .searchInput:hover,
	.search .searchInput:active,
	.search .searchInput:focus{
		color:#8f1c26 !important;
	}
	
	/* Quicklink */
	
	#sw_quicklink{
	  width:100% !important;
	}
	
	#sw_quicklink .bodycontent ul li{
		max-width:95% !important;
		margin:0 5% 10px 0 !important
	}
	
	
	body.content #content_wrappper{
		margin:10px 2% 0;
	}
	
	
	#sw_quicklink{
		position:relative !important;
	}
	
	/* Footer */
	
	
	.school-info, .footer-contact, .accreditation{
	  width:100% !important;
	  text-align:center;
	  background:none !important;
	}
	
	.sw_accessibility{
		display:none;
	}
	
	.footer-contact li{
		background:none;
	}
	
	#footer .wrap ul.sw_accessibility li{
		float:left;
	}
	
	.school-info, .sw_accessibility, .footer-contact{
		min-height:15px;
	}
	
	
	.footer-bottom{
		height:auto;
		padding-bottom:25px;
		position:relative !important;
		overflow:hidden;
	}
	
	.footer-bottom ul.left, 
	.footer-bottom ul.right{
		width:100% !important;
		text-align:center;
		line-height:22px;
	}
	
	
	.footer-bottom .left{
		margin-bottom:10px;
	}
	
	.footer-bottom .left a{
		display:block;
	}
	
	
	.page_title a {
	    background: url("../images/section_navigation_arrow.html") no-repeat scroll right 1px;
	    padding: 0 15% 0 0;
	}
	
	
	#contentholder{
		width:90% !important;
		max-width:90% !important;
		padding:20px 5%;
	}
	
	#sw_background{
		min-height:160px;
		height:auto !important;
	}
	
	
	/* Blog */
	
	.BlogFeatureList ul li .blogDate{
		position:relative;
		background:none;
		padding:0;
		right:0;
		top:-10px;
		color:#444444;
		margin-left:50px;
	}
	
	
	.bodycontent table td{
	  width:99%;
	  padding:5px;
	}
	
	
	#sw_tab_wrapper ul#sw_tab_nav li{
		width:100%;
		padding:0;
	}
	
	#sw_tab_wrapper ul#sw_tab_nav li a{
		padding:15px 15px 25px 0;
	}
	

}

/*	========================================
	TABLET PORTRAIT
	========================================	*/
@media all
and (max-width : 768px) {

	html, body {
		width:100%;
	}
	
	

	
	#sw_navigation .RadMenu ul.rmRootGroup{
		font-size:0.7em;
	}

	#sw_navigation .RadMenu ul.rmRootGroup > li > a > span.rmText{
	  padding:0 11px;
	}
	
	
	/* Display Block */
	
	.mobile{
		display:block;
	}
	
	/* Navigation */
	
	.mobile{
	    background: url("../images/navigation_icon.html") no-repeat scroll center center #ce9b5a;
	    padding: 10px;
	    position: absolute;
	    right: 20px;
	    text-indent: -99999px;
	    top: 0;
	    width: 20px;
		display:block;
		z-index:99999;		
	}
	
	.mobile:hover{
		background: url("../images/navigation_icon.html") no-repeat scroll center center #8f1c26;
	}
	
	.active_mob{
		background: url("../images/close_btn.html") no-repeat scroll center center #ce9b5a !important;
	}
	
	#sw_mob_navigation{
		background: none repeat scroll 0 0 #CD242B;
	    display: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    width: 100%;
	    z-index: 9999;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup{
		width:90%;
		padding:10px 5%;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li a{
		color:#ffffff;
		padding:10px;
		display:block;
		width:auto;
		font-family:"CalibriBold";
		font-size:1em;
		border-bottom:1px solid #ce9b5a;
		text-transform:uppercase;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li:last-child a{
		border:none;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li .rmSlide{
		display:none;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li .rmSlide ul{
		margin-left:20px;
	}
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li .rmSlide ul li a{
		background:#86101a;
	}
	
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li .rmSlide ul li a:hover{
		background:#272727;
	}
	
	
	
	#sw_mob_navigation .RadMenu ul.rmRootGroup li.hasChildren {
		background: url("../images/down_arrow.html") no-repeat scroll 95% center;
	}
	
	
	.search {
	    height: 30px;
	    right: 20px;
	    top: 70px;
	    width: 25%;
		border-bottom:1px solid #ebebeb;
	}
	
	
	.search .searchInput {
	    height: 21px;
	    padding: 7px 5% 6px;
	    text-transform: capitalize;
	    width: 90%;
	}
	
	
	#contentholder{
		width:97%;
		max-width:97%;
	}
	
	#sw_tab_wrapper ul#sw_tab_nav li{
		display:block;
		margin:10px 0 15px;
	}
	

}
/*	========================================
	IPAD LANDSCAPE
	========================================	*/
@media all
and (max-device-width : 1024px)  {
	
	#supersized{
	  width:100%;
	  height:100%;
	  max-width:100%;
	}
	
	
	.float li a{
		padding:0 6px !important;
	}
	
	
	#sw_navigation{
	  width:96%;
	  margin-top:26px;
	}
	
	#sw_navigation .RadMenu ul.rmRootGroup{
		
	}
	
	#sw_navigation .RadMenu ul.rmRootGroup > li > a > span.rmText{
	  padding:0 10px;
	}
	
	
	/* Quikc link */
	
	#sw_quicklink{
		width:100%;
		float:left;
		left:10px;
	}
	
	#sw_quicklink .bx-wrapper{
		width:100% !important;
	}
	
	#sw_quicklink .bodycontent ul li img{
		width:100%;
	}
	
	#sw_quicklink .bodycontent ul li .ql{
		width:100%;
	}	
	
	
	/* Footer */
	
	
	.footer-bottom .left{
		width:65%;
	}
	
	.footer-bottom .right{
		width:30%;
		float:right;
	}

}


/*	====================================================================================================
  	DESKTOP
	====================================================================================================	*/
@media all
and (min-width : 1025px) {


	html, body {
    margin: 0 auto;
    padding: 0;
	}

}

@media all
and (min-height : 700px) {


#footer {position: fixed;}
.footer-bottom {position:fixed;}


}


@media all
and (max-width : 1175px) {

	#sw_navigation .RadMenu ul.rmRootGroup > li > a > span.rmText {
		padding: 0 15px;
	}

}



@media all
and (max-width : 1115px) {

	#sw_navigation .RadMenu ul.rmRootGroup > li > a > span.rmText {
		padding: 0 10px;
	}

}




@media all
and (max-width : 768px) {
	
	#sw_navigation { background:#CD242B; }
}

@media (min-width: 1200px) and (max-width: 1308px) { 
#sw_quicklink .bodycontent ul li { margin: 0px 8px 3px !important; }



}
@media (min-width: 1000px) and (max-width: 1200px) { 
#sw_quicklink .bodycontent ul li { margin: 0px 8px 3px !important; }
#sw_quicklink .bodycontent ul li { height:94px; }
}

* {
  box-sizing: border-box;
}
.column-1 {width: 9%;}
.column-2 {width: 16%;}
.column-2_20 {width: 20%;}
.column-3 {width: 25%;}
.column-4 {width: 33.33%;}
.column-5 {width: 39.33%;}
.column-6 {width: 50%;}
.column-7 {width: 58%;}
.column-8 {width: 66.66%;}
.column-9 {width: 75%;}
.column-10 {width: 83.33%;}
.column-11 {width: 91.66%;}
.column-12 {width: 100%;}

[class*="column-"] {
    float: left;
    padding: 0px 15px;
}.row:after {
    content: "";
    clear: both;
    display: block;
}

@media only screen and (max-width:767px) {
.column-1, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11 { width:100%; }
.bg-white1 { padding:25px 15px; }


}