@import url(//fonts.googleapis.com/css?family=Raleway:400,300,500,600);
@import url(//fonts.googleapis.com/css?family=Libre+Baskerville:700);

/* --- FONTS --- 

font-family: 'Raleway', sans-serif;
font-family: 'Libre Baskerville', serif;

------------ */

/*--- COLOR GUIDE - FIND AND REPLACE THESE COLORS

Dominant: @color1  #0066ff  orange
Secondary: @color2  #0052CC  green

----------------------------------------------- */

/* --------------------- BG IMAGE ---------------------- */

body{
  background: #0052CC url('https://cdnsm5-hosted.civiclive.com/UserFiles/Servers/Server_16222865/Templates/Sorlie%201.png') no-repeat;
  background-size: cover;
  font-size: 14px;
}

/* --------------------- COLORS ---------------------- */

/*--School Info Color--*/

#school-info-left{
    background: #0066ff;
    color: #ffffff;
}

#school-info-left a{
    color: #ffffff;
}

#school-info-right h3, #school-info-right h2{
    color:#0066ff;
}


/*--Quicklinks Color--*/

#quicklinks{
    background:#ffffff;
}

#quicklinks a{
    color: #0052CC;  
}

#quicklinks em {
    border: 2px solid #0052CC; 
}






/*--News Color--*/

#news h3, #events h3, #news h2, #events h2{
     color:#0066ff;
}

.news-title{
     color: #ffffff;   
}

.homepage .read-more{
    color: #ffffff;
    background: #0066ff;
}

.homepage .read-more:before {
      color: #ffffff;
}

.date{
  color: #ffffff!important;
}

/*--Well Color--*/

h4{
  color: #0052CC;
}

.well{
    background: #f2f2f2;
}

.homepage blockquote:before {
    color: #0066ff;
}

/*--Events Color--*/

.eventPlaceHolder, .eventPlaceHolder:hover{
   border-left:6px solid #0066ff;
   background: #f2f2f2;
}

.eventPlaceHolder:hover {
   background: #e2e2e2;
}

.month{
    font-family: 'Libre Baskerville', serif;
    color:#6e6e6e;
}

.large-date{
    color:#6e6e6e;
}

.eventPlaceHolder:hover .large-date,
.eventPlaceHolder:hover .month {
 color: #000000;
}

.when-to-when{
    color:#0052CC;
}    

.name-of-event{
 color: #000;
}

#events{
    background:#ffffff;
}

/*--Footer Color--*/

#footer{
    background: #0052CC;
    color:#ffffff;
}

#footer h3{
    color:#ffffff;
}

/*--Button Color--*/

.btn{
    color: #0066ff;
    border: 1px solid #0066ff; 
}

.btn.invert {
    background: #0066ff;
    color: #ffffff;
}

.btn:after {
	background: #0066ff;
}

.btn.invert:after {
    background: #ffffff;
}

.btn:hover {
	color: #ffffff;
        background: #0066ff;
}

.btn.invert:hover {
    color: #0066ff;
}

/*--Subpage Color--*/

#sub-header{
    background:#0066ff;
}

#sub-header a{
    color: #fff;
}

#breadcrumbs, #breadcrumbs a{
    color: #fff;
}

#sidebar a{
    color: #fff;
}


#sub-header h1{
    margin: 0 !important;
    font-size: 25px!important;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif!important;
    font-weight: 700!important;
}

#sidebar{
    background: #0066ff;
}

#sidebar a{
    color: #ffffff;
}

#main-content{
    background:#ffffff;
}

.sec-header h3, .sec-header h2{
    color:#0066ff;
}

/* Chevron Arrow */

#sidebar .sitenavl0:before{
    color: #ffffff;
}

a.topPage:before{
    color: #ffffff;
}

/* Toggle */

.nav-toggle > span{
    color: #0066ff;
}


/* --------------------- END OF COLORS ---------------------- */

/* --------------------- HELPER CLASSES ---------------------- */

.w-55{width:55%;float:left;}
.w-55-fr{width:55%;float:right;}

.btn{
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    text-decoration: none!important;
    font-size: .8em;
    margin: 1.5em 0;
    padding: .6em 1.2em;
    border-radius: 25px;
    z-index:99;
    outline: none;
    overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}


.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
    border-radius: 25px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.btn:hover:after {
	width: 100%;
}

/* --------------------- END OF HELPER CLASSES ---------------------- */

/* --------------------- MENUBAR ---------------------- */

#mobile-bar{
    line-height: 3.4em;
}

#menubar{
    background:white;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0 auto;
    z-index: 7997;
    letter-spacing: 0.05em;
    box-sizing: border-box;
}

.inner-bar{
    max-width:1000px;
    margin:0 auto;
}

/* --------------------- TELERIK MENU ---------------------- */

/*--TOP LEVEL STYLES--*/

.RadMenu .rmGroup .rmText {
 color: #0066ff;
 font-weight: bold;
}

#magic-line {
 position: absolute;
 bottom: 0px;
 left: 0;
 width: 100px;
 height: 6px;
 background: #0066ff;
 z-index: -1;
 list-style: none;
}

/*--Navigation Arrow BG--*/
.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background: url('https://cdnsm4-hosted.civiclive.com/Common/resources/DesignPortfolio/SiteThemes/Metric/Blue/arrows-sprite.png');
}

/*--Navigation Arrow--*/

/*--Light--*/
/*
.telerik_main_menu .rmGroup:hover .rmItem .rmExpandRight:after {
 background-position: -18px -44px;
}
*/
/*or*/

/*--Dark--*/

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 background-position: -18px -8px;
}


/*--Normal State--*/
.telerik_main_menu .rmRootGroup a {
 color: #333333;
}

.telerik_main_menu .rmRootGroup a span {
 color: #333333;
}

/*--Over and Focused State ***/
.telerik_main_menu .rmRootGroup a.rmRootLink:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink.rmFocused {
 color: #333333;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 color: #333333;
}

/*--END OF TOP LEVEL STYLES--*/

/*--DROPDOWN MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup a {
 color: #0066ff;
 background: #ffffff;
}

.telerik_main_menu .rmGroup a span {
 color: #0066ff;
 background: #ffffff;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 background: #0066ff;
 color: #ffffff;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 background: #0066ff;
 color: #ffffff;
}

/*--END OF DROPDOWN MENU STYLES--*/

/*.rmItem:hover {
 background-color: #13283d;
}*/

.rmVertical .rmItem:hover a span, .rmVertical .rmItem:hover a {
 background: #0066ff;
 color: #ffffff;
}

/*--DROPDOWN LV2 MENU STYLES--*/

/*--Normal State--*/

.telerik_main_menu .rmGroup .rmGroup a {
 color: #0066ff;
 background: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a span {
 color: #0066ff;
 background: #ffffff;
}

/*--Over and Focused State--*/
.telerik_main_menu .rmGroup .rmGroup a:hover,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused {
 background: #0066ff;
 color: #ffffff;
}

.telerik_main_menu .rmGroup .rmGroup a:hover span,
.telerik_main_menu .rmGroup .rmGroup a.rmFocused span {
 background: #0066ff;
 color: #ffffff;
}

/*--SECOND LEVEL BORDER LEFT--

.rmLevel2 {
 border-left: 4px solid #be1e2d;
}*/

/*--END OF DROPDOWN MENU STYLES--*/

/*---- END TELERIK COLORS ----*/

.RadMenu a.rmLink {
    line-height: 3.7em;
}

/*** START OF TOP LEVEL MENU STYLES ***/

.telerik_main_menu a,
.telerik_main_menu a:hover {
 text-decoration: none;
 font-size: 14px;
 font-weight: normal;
}

.telerik_main_menu .rmText {
 padding-top: 5px !important;
 padding-bottom: 15px !important;
}

.telerik_main_menu .rmGroup .rmText {
 padding-bottom: 5px !important;
}

.RadMenu .rmItem {
 height: auto;
 margin-right: 0px;
}

.RadMenu .rmText {
 font-weight: normal;
 font-size: 12pt;
}

body .RadMenu .rmLink {
 float: left;
 outline: 0 none;
 padding: 0px 6px;
}

.RadMenu .rmHorizontal .rmText {
 padding: 0px 7px 0px 7px !important;
}

.RadMenu .rmGroup .rmText {
 margin-left: 0px !important;
 padding: 8px 10px 8px 10px !important;
 margin-bottom: 4px;
}

.rmrootGroup .rmHorizontal li.rmItem {
 margin-left: 10px;
}

/*** Normal State ***/
.telerik_main_menu .rmRootGroup a {
 text-decoration: none;
 font-size: 16px;
}

.telerik_main_menu .rmRootGroup a span {
 text-decoration: none;
 font-size: 16px;
}

/*** Over and Focused State ***/
.telerik_main_menu .rmRootGroup a.rmRootLink:hover,
.telerik_main_menu .rmRootGroup a.rmRootLink.rmFocused {
 text-decoration: none;
}

.telerik_main_menu .rmRootGroup a:hover span,
.telerik_main_menu .rmRootGroup a.rmFocused span {
 text-decoration: none;
}

/*** END OF TOP LEVEL MENU STYLES ***/

/*** START OF DROPDOWN MENU STYLES ***/

/*** Normal State ***/

.telerik_main_menu .rmGroup {
}

.telerik_main_menu .rmGroup a {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
}

.telerik_main_menu .rmGroup a span {
 text-decoration: none;
 font-size: 10pt;
 font-weight: normal;
 text-transform: none;
  line-height: normal !important;
}

.telerik_main_menu .rmGroup .rmItem .rmExpandRight:after {
 content: '';
 position: absolute;
 top: 5px;
 right: 5px;
width: 18px;
height: 26px;
}

/*** Over and Focused State ***/
.telerik_main_menu .rmGroup a:hover,
.telerik_main_menu .rmGroup a.rmFocused {
 text-decoration: none;
 border-bottom: none !important;
}

.telerik_main_menu .rmGroup a:hover span,
.telerik_main_menu .rmGroup a.rmFocused span {
 text-decoration: none;
}

/*** Dropdown border ***/
.RadMenu .rmRootGroup .rmItem ul.rmGroup {
 width: 200px;
 padding: 0px;
}

/*** END OF DROPDOWN MENU STYLES ***/

/* --------------------- END OF TELERIK MENU ---------------------- */

/* --------------------- HOMEPAGE SCHOOL INFO ---------------------- */

#school-info{
    margin: 3em 0;
}

#school-info-left{
    background: #0066ff;
    color: #fff;
    max-height: 357px;
    text-align: center;
    padding: 2.2em;
}

#school-info-left a{
    color: #fff;
    text-decoration: none;
}

#school-info-left a:hover{
    opacity: .8;
}


#school-info-left h1{
    font-family: 'Libre Baskerville', serif!important;
    font-weight: 700!important;
    text-transform: uppercase;
}

#school-info-left p{
    font-family: 'Raleway', sans-serif;
}

#school-info-left .fa{
    padding-right: 6px;
}

#school-info-right{
    background: white; 
    padding: 2.4em;
    height:350px;
}

#school-info-right h3, #school-info-right h2{
    color:#0066ff;
 display: inline-block;
 font-family: 'Libre Baskerville', serif!important;
 font-weight: 700!important;
}

#school-info-right p{
    font-family: 'Raleway', sans-serif;
    line-height: 1.6em;
}

#social li{
    display: inline-block;
}

/* --------------------- HOMEPAGE NEWS & EVENTS ---------------------- */

/* NEWS */

#news h3, #events h3, #news h2, #events h2{
 display: inline-block;
 font-family: 'Libre Baskerville', serif!important;
 font-weight: 700!important;
}

#news{
    padding-bottom: 1.5em;
}

.news-item{
    position: relative;
    -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.news-item:hover .picture-mask{
    opacity: .9;
}

.newscontent{
    position: absolute;
    bottom: 30px;
    padding: 20px 20px 30px 20px;
}

.news-item .add-padding{
    padding: 0;
}

.news-title{
    font-family: 'Raleway', sans-serif;  
}

/* Read More Button */

.homepage .read-more{
    position: absolute;
    bottom: 20px;
    right: 0;
    font-size: 75%;
    padding: 5px 5px 5px 20px;
	overflow: hidden;
    text-decoration: none!important;
}

.homepage .read-more:hover{
    text-decoration: none!important;
}

.homepage .read-more:before {
	position: absolute;
	height: 100%;
	line-height: 4.8em;
	left: 0;
	top: -10px;
    font-family: "FontAwesome";
    font-size: 80%;
    content: "\f053";
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
    opacity: 0;
}

.homepage .news-item:hover .read-more:before {
	left: 5%;
    opacity: 1;
}

.homepage .summary{
    display: none;
}

#news-summary .content .summary{
    padding-top: 20px;
}

.news-item .image{
    height: 300px;    
}

.picture-mask{
    width:100%;
    height: 200px;
    position: absolute;
    bottom:0;
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC42NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-8 */

}


/* UPCOMING EVENTS */

#upcoming-event-wrapper{
  font-family: 'Raleway', sans-serif;
  margin-top: 20px;
}

h4{
  font-size: 1.4em!important;
  font-weight: bold!important;
  font-family: 'Raleway', sans-serif !important;
  margin: 20px 0!important;
  text-align: center;

}

.event-date {
  width: 75%;
}

.time {
 margin-top: 15px;
 width: 25%;
}

.ev-b-p {
 border-right: 2px solid #dddddd;
}

.eventPlaceHolder:hover .ev-b-p {
 border-right: 2px solid #999;
}

.month{
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
}

.large-date{
    font-weight: 300;
}

.when-to-when{
    line-height: 20px;
}    

.name-of-event{
 font-size: 1em;
 font-weight: bold;
}

/* --------------------- HOMEPAGE BLOCKQUOTE ---------------------- */


.well{
    padding:5%;
    margin: 20px 0;
}

.homepage blockquote {
width: 80%;
margin: 0.35em 0;
padding: 0.5em 3em;
position: relative;
}

.homepage blockquote:before {
display: block;
font-family: 'Libre Baskerville', serif; 
content: "\201C";
font-size: 90px;
position: absolute;
left: -5px;
top: -10px;
}

.homepage blockquote cite {
font-weight: bold;
font-size: 1em;
display: block;
margin-top: 5px;
}
 
.homepage blockquote cite:before {
content: "\2014 \2009";
}


/* --------------------- QUICKLINKS ---------------------- */



#quicklinks{
    font-family: 'Raleway', sans-serif;
}

#quicklinks ul {
 text-align: center;
}

#quicklinks li{
    list-style: none;
    text-align: center;
 display: inline-block;
 width: 19%;
}

#quicklinks li img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .8s ease-in-out;
} 

#quicklinks a{
    font-size: 1em;
    font-weight: 600;
    text-decoration: none;
    text-transform: capitalize;
 transition: all 0.2s;
}


#quicklinks a:hover {
    opacity: 0.8;
}


#quicklinks em{
    width: 62px;
    line-height: 62px;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    font-size: 31px;
}

#quicklinks .text{
    display: block;
    margin-top: 10px;

}

/* --------------------- SUBPAGE ---------------------- */

#sub-header{
    text-align: center;
    padding: 1.5em;
    width: 250px;
    margin: 50px auto;
}

#sub-header a{
    text-decoration: none;
}

#sub-header img{
    width: 35%;
    height: 35%;
}

#sub-header h1{
    margin: 0 !important;
    font-size: 25px!important;
    text-transform: uppercase;
    font-family: 'Libre Baskerville', serif!important;
    font-weight: 700!important;
}

#breadcrumbs{
    font-family: 'Raleway', sans-serif;
}

#sidebar{
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 20px;
}

#sidebar .sitenavl0{
    font-weight: 600;
    margin-bottom: 10px;
}

#sidebar .sitenavl0:before{
    font-family: FontAwesome;
    content:'\f0da';
    font-size: 1.2em;
    display: inline-block;
    padding-right: 10px;
}

a.topPage{
    font-size: 1.2em!important;
    font-weight: bold;
    paddding:0;
}

a.topPage:before{
    font-family: FontAwesome;
    content:'\f0da';
    font-size: 1.2em;
    display: inline-block;
    padding-right: 10px;
}

.nav-toggle{
    background: transparent;
    padding: 0 0 8px 0;
}

#sidebar .sitenavl1{
    padding: 8px 0 8px 20px;
}

#main-content{
    font-family: 'Raleway', sans-serif;
    min-height: 900px;
    padding: 20px;
    box-sizing: border-box;
}

.sec-header h3, .sec-header h2{
    font-size: 1.2em!important; 
    display: inline-block;
    font-family: 'Libre Baskerville', serif!important;
    font-weight: 700!important;
}


/* --------------------- FOOTER ---------------------- */


#footer{
    font-family: 'Raleway', sans-serif;
}


#footer li.icn a {
 background: url('https://cdnsm4-hosted.civiclive.com/common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png');
}


#footer p{
    margin: 0 0 5px;
}

#footer .inside-padding {
 max-width: 1200px;
 padding: 20px;
 box-sizing: border-box;
}

#footer-left {
 width: 75%;
 float: left;
}

#footer-right {
 width: 25%;
 float: left;
 text-align: right;
}

#footer-info{
    font-size: 80%;
}

#footer h3 {
 margin: 0px 0px 10px;
 font-weight: normal;
 text-transform: uppercase;
 font-size: 1.2em;
 display: inline-block;
 font-family: 'Libre Baskerville', serif!important;
 font-weight: 700!important;
}

#footer ul#social{
 margin-top: 10px;
}

/* SOCIALMEDIA */

ul#social {
 list-style: none;
 margin-top:35px;
 padding: 0px;
}

ul#social li.icn {
 display: inline-block;
 padding: 0px 3px 0px 3px;
}

ul#social li.icn a {
 width: 40px;
 height: 40px;
 display: inline-block;
}

ul#social li.icn.facebook a { background-position: 0px 0px; }
ul#social li.icn.twitter a { background-position: -40px 0px; }
ul#social li.icn.youtube a { background-position: -80px 0px; }
ul#social li.icn.email a { background-position: -120px 0px; }

ul#social li.icn a {
 background: url('https://cdnsm4-hosted.civiclive.com/common/resources/DesignPortfolio/SiteThemes/CommonLib/social-media/social-sprite.png');
}

.credits {
 text-align: center;
 color: #ffffff;
 padding: 5px;
 margin-top: 10px;
}

.label_skin_corporation {
 font-size: 13px;
 font-family: 'latolight';
}

.label_skin_corporation a {
 color: #ffffff;
 text-decoration: none;
 font-family: 'latolight';
}

.label_skin_corporation a:hover {
 text-decoration: underline;
}

#social li.icn a:hover {
 opacity: 0.8;
}



/* --------------------- MEDIA QUERIES ---------------------- */

@media screen and (max-width: 1000px){

    #school-info .inside-padding > div {
        float: none;
        margin: 0 auto;
        width: 80%;
        height: auto;
    }
    
    #school-info-right{
        padding: 2.2em;
    }

    #quicklinks .inside-padding {
        padding: 0;
    }

    #quicklinks ul {
        padding: 0;
    }

    #quicklinks ul li {
        margin: 0 0 15px 0;
        padding: 2.4%;
        width: 32%;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 800px){


    .mini_calendar_tbl {
        width: 100%;
    }

    .mini_calendar_tbl table {
        width: 80%;
        margin: 0 auto;
    }

    .mini_calendar_tbl .tbl_mini_calendar {
        width: 100%;
    }
}

@media screen and (max-width: 730px){
    
    .w-25, .w-75{
        width:100%!important;
        float:none!important;
    }
    
    #sidebar{
        padding: 0 15px 7px 15px;
    }
    
    .nav-toggle span:before, .nav-toggle span:after{
        background: #ffffff;
    }
    
    .responsiveTemplate .sidenav-slide{
        background:transparent;
        border:none;
        border-top: 1px solid #E49558;
        margin-top:5px;
        padding: 5px 0 0 0;
        
    }
    
}

@media screen and (max-width: 640px){
    
    
    #quicklinks ul li {
        width: 49%;
    }

    .w-55-fr{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width: 480px){
    
      #school-info .inside-padding > div {
        float: none;
        margin: 0 auto;
        width: 75%;
        height: auto;
    }
    
    #news h3, #events h3{
        font-size: 18px !important;
        line-height: 35px !important;
    }
    
}

/* --------------------- SKELETON FONTS ---------------------- */

@font-face {
     font-family: 'latobold';
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bol-webfont.eot');
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bol-webfont.woff') format('woff'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bol-webfont.ttf') format('truetype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bol-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-reg-webfont.eot');
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-reg-webfont.woff') format('woff'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-reg-webfont.ttf') format('truetype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-reg-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
     font-family: 'latolight';
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-lig-webfont.eot');
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-lig-webfont.woff') format('woff'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-lig-webfont.ttf') format('truetype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-lig-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoblack';
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bla-webfont.eot');
    src: url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bla-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bla-webfont.woff') format('woff'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bla-webfont.ttf') format('truetype'),
         url('https://cdnsm1-cltemplatefonts.civiclive.com/common/template-fonts/lato-bla-webfont.svg#latoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*-------------------------------------------------------------------------*/

.label_skin_corporation a:hover {
    text-decoration: none;
    color: #fff;
}

#events .well h3
{
    font-size: 1.4em!important;
    font-weight: bold!important;
    font-family: 'Raleway', sans-serif !important;
    margin: 20px 0!important;
    text-align: center;
    color: #0052CC;
}

#menubar .telerik_main_menu .rmGroup .rmItem:hover .rmExpandRight:after, 
#menubar .telerik_main_menu .rmGroup .rmExpanded .rmExpandRight:after, 
#menubar .telerik_main_menu .rmGroup .rmFocused .rmExpandRight:after
{background-position: -18px -44px}


/*-----------------------Links & keyboard NAV fixes----------------------------------*/

.ptl_page a {
    text-decoration: underline;
    color: #06f;
    font-weight: bolder;
}
.ptl_page a:hover {
    text-decoration: none;
}


/* -- level zero menu expand --- */

a.rmLink.rmRootLink.rmExpanded span.rmText.rmExpandDown {
    background: #0066ff;
    color: white;
}



/* -- level two menu expand --- */

li.rmItem a.rmExpanded span.rmText.rmExpandRight {
    background: #0066ff;
    color: #fff;
}




.servertag img {
    max-width: 221px;
}