 /*Added style for one left/right banner, since the contentdiv was being pushed below the leftBanner - Chris Norman

.hasLeftbanner #contentdiv, 
.hasRightbanner #contentdiv{ width: 69.489414694894%; } 

.hasRightbanner.hasLeftbanner #contentdiv {
width: 47%;
}

*/

/* Switching our CIS logo  - PC */
.accreditations li {    margin: 0px 1em; }

/*Portal tab coloring - 8406566 - CN */
li.mypage {
      background-color: #003d71;
}
li.lowerschool{
    background-color: #93b1cc;
}
li.middleschool{
    background-color: #27639d;
}
li.upperschool{
    background-color: #be1e2d;
}
li.athletics{
    background-color: #737472;
}
li.pfa{
    background-color: #336600;
}
li.strategic{
    background-color: #003E71;
}
li.board{
    background-color: #C4C5C9;
}
li.wellness {
    background-color: #EDB411;
}


.portal-nav #nav .fsBtn_on {
  color: #fff;
  }
.portal-nav #nav .fsBtn_active{
    color: #fff;
    }

/**
* Ticket 3870-8409522   
* Author: Chris Norman
* Login Dropdown
**/


.topDropDowns table {
    z-index: 999 !important;
    padding: 5px;
    width: 200px;
    margin-top: 37px;
    border-top: 3px solid #031808;
    background-color: #fff;
}

.topDropDowns table td {
    vertical-align: top !important;
    margin: 0px;
}

.topDropDowns ul {
    padding: 0px;
    margin-top: 5px;
}

.topDropDowns li {
    list-style: none;
}

.topDropDowns table td a {
    font-size: .9em;
    padding: 8px 6px 8px 10px !important;
    display: block;
    text-decoration: none;
}

#dropTopLogin {
    position: absolute;
    top: 6%;
    display: none;
}

a#btnTopLogin {
    padding-bottom: 20px;
}

/*@media only screen and (max-width : 1040px){
#dropTopLogin {
    margin-left: 43%;
}
}

@media only screen and (max-width : 767px){
#dropTopLogin {
    display:none !important;
}
}*/

/* End Section */

/**
 *
 *  Ticket 8424538 - Additions to changes made in January
 *  Jacob John
 *  Home page adjustments
 *
 */

    .page_1 #rightbanner {

      margin-top: initial !important;

    }

 /* End Block */
 
/**
*
*	Ticket 3870-8426216
*	Author: Kosha Burnett
*	Description: normalize spacing on tables for two pages
*/

.fs_style_15 {
	width: 100%;
}

.fs_style_15 td {
	width:25%;
    max-width: 150px;
    text-align: center;
    vertical-align: top;
    float: left;
}

@media screen and (max-width: 768px) {
	.fs_style_15 td {
    width: 50%;
    display: inline-block;
}
}

/* End Section */

/**
*
*	Ticket 3870-8427974
*	Author: Kosha Burnett
*	Description: Make main nav look more like links on hover
*/

#nav a:hover {
    color: #fff;
    text-decoration: underline;
    text-shadow: none;
}

/* End Section */

/*
 * 8437261
 * Mike Elliott/Chris Norman
 * Cleaning up formatting on transportation page
 */
img.img_left {
    float: left;
    margin-right: 0.3em;
}
img.img_right {
    float: right;
    margin-left: 0.3em;
}

li {
    list-style-position: outside;
}
ul.list_right {
    padding-left: 1.4em;
    overflow: hidden;
}
ul.list_left {
    padding-right: 1.2em;
    overflow: hidden;
}

/*
 * 8437227
 * Geeta R
 * Show the Description for each image on the slideshow
 */
.galleria-info-description {display: inherit !important;
    background-image: none;}
  .galleria-info-link {display:none;}


/**
 *
 *
 *
 */
.home-mid-btn .bannermodtitle {
    width: 302px;
    height: 160px;
}

.home-mid-btn .bannermodtitle {
    position: absolute;
    width: 300px;
    height: 136px;
    display: table;
    z-index: 10;
    padding-top: 10px;
}

.page_1 .home-mid-btn {
    float: left;
    height: 163px;
    background: #fff !important;
    border: solid 1px #e2e1dd;
    box-sizing: border-box;
}

.home-mid-btn {
    width: 300px;
    text-align: center;
    background-color: #27639d;
    position: relative;
}

/* End Section */

/**
*
*   Date: 09/27/2016
*   Ticket 3870-8463450
*   Author: Kosha Burnett
*   Description: make utility links look more consistent with each other
*/

#dropTopLogin {
	top: 54px;
	border-top: 0 none;
}

#dropTopLogin:before {
    content: '';
    background: url(/uploaded/images3/white-arrow.png) no-repeat center;
    position: absolute;
    top: -14px;
    width: 100%;
    height: 20px;
}

/* End Section */


/**
 *
 *  September 30th 2016
 *  Ticket 8463450 - Home page drop down menu functionality
 *  Jacob Sauerhoefer
 *
 */

    @media( min-width: 1040px ) {

        #dropTopLogin {

            margin-left: 448px;

        }

    }

    @media( max-width: 1040px ) {

        #dropTopLogin {

            right: 360px;

        }

    }

    /* Alowing menu to display properly on smaller viewports */
    @media ( max-width: 768px ) {

        #dropTopLogin {

            top: 170px;
            width: 100% !important;
            margin: 0 !important;
            left: 0;

        }

        #dropTopLogin:before { content: initial; }

        #ql_btn { display: block; } 

    }

    /* Mobile Phones and smaller Resolution Devices */
    @media ( max-width: 480px ) {

        #dropTopLogin {
            
            top: 200px;

        }

    }   

/* End Block */



