﻿/* 
Style Sheet for the homepage.

Global color and styles should be placed in the design.css and index.css files.
This file is for unique layout changes for the homepage.
-------------------------------------------------------
Copyright (c) 2018, Syntax

Last Updated By: BJ Nguyen

*/


/*////////////////////////////////////////////////////////////////////////////////*/
#twitter-widget-0 { 
      width: 100% !important; 
    }
.rotatedown {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-right-col {
    min-height: 0;
    padding-top: 5px;
}

#AnnouncementsArrow {
  margin-right: 10px;
  -moz-transition: transform 500ms;
  -o-transition: transform 500ms;
  -webkit-transition: transform 500ms;
  transition: transform 500ms;
}
#announcements #Header {
    cursor: pointer;
}
#announcements h1 {
    cursor: pointer;
    margin-right: 30px;
    text-align: center;
    display: inline-block;
}
.newsSlide .newIcon, li.news-item .newIcon {
    left: -40px !important;
    color: #ffc423;
    text-shadow: -1px 1px 2px #071bca, 1px 1px 2px #071bca, 1px -1px 0 #071bca, -1px -1px 0 #071bca;
}
div#extra1 {
  display: block;
  position: absolute;
  top: 323px;
  left: 12px;
  width: 744px;
}

div#local {

}
div#layout {

}
div#main {
  color: #fff;
  float: left;
  width: 327px;
  padding: 0;
  margin: 0;
  min-height: 400px;
}


li.news-item {
    margin-bottom: 5px;
    min-height: 40px;
    list-style: disc outside !important;
    width: calc(100% - 25px) !important;
    margin-left: 20px;
}

    li.news-item img {

        margin-right:15px !important;
    }

li.news-item span.itemHeader {
    margin-bottom:15px;
}
    li.news-item div.body-copy {
        
    }
#seeAllLink {
    width:100%; 
    float:left;  
    margin-top:15px; 
}
    #seeAllLink a {

    }

/*SchoolAlert
@media (max-width: 320px) {
    #SchoolAlert {
        margin-top: 40px !important;        
    }
}

#SchoolAlert {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px 0 5px;
    font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;
    cursor: pointer;
}
#SchoolAlert UL {
  line-height: 12pt;
  padding-left: 0;
}
#SchoolAlert li {
  padding-bottom: 0;
}
DIV.alertLink {
  width: 744px;
  color: #ffc425;
  font-size: 10pt;
  line-height: 12pt;
  text-align: left;
  overflow: hidden;
  font-weight: normal;
  background-color: transparent;
}
DIV.alertLink a {
  color: #ffc425 !Important;
  font-size: 10pt !Important;
  text-decoration: none !Important;
  font-weight: normal;
}
DIV.alertLink a:hover {
  color: #ffc425 !Important;
  font-size: 10pt !Important;
  text-decoration: none !Important;
  font-weight: normal;
}
    */
div.RadRotator {
  width: 744px !Important;
}

@media only screen and (max-width: 528px) {
    #announcements .view-more {
        padding: 2px 5px;
        margin-top: 2px;
        position:relative;
        float:right;
        right:auto;
        top:auto;     
    }

    #announcements h1 {
        font-size: 32px;
        font-size: 3.2rem;
        margin-right: 0;
    }

    #AnnouncementsArrow {
        margin-right: 5px;
    }
    .newsSlides {min-width:0;}
    .newsSlide span {
        font-size: 15px;
        font-size: 1.5rem;
        margin-left:5px;
    }
    .news-item .itemHeader {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 992px){
 .homeTopColHeight {
     min-height:525px !important;
 }
}

