.findyourcampus, .social_icons, .campus_contact {
    padding: 10px;
}

.kisd-hmpggroup .ms-webpartzone-cell {
    padding: 20px;
    min-width: 270px;
}

.kisd-noticecol .ms-webpartzone-cell {
    margin-bottom: 0;
}

.kisd-notice {
	display:block;
	/float:left;
	margin:10px 0 0 7px;
	padding-bottom: 20px;
	height:auto;
	width:940px;
	background-image:url("kisd-images/kisd-sprite.png");
	background-repeat:no-repeat;
	background-position:10px -68px;
	background-color:#4f4f4d;
	border-radius:10px
}

.kisd-notice h2, .kisd-notice a, .kisd-notice a:link, .kisd-notice a:visited, .kisd-notice a:focus {
    font-family: 'lato-reg',Arial,sans-serif;
    color: #fff;
    font-size: 16px;
    text-shadow: 1px 1px 0 #000;
}

.kisd-notice h1 {
	display: block;
	padding: 5px 7px 0 40px;
	font-family:'Bitter';
	color: #fff;
}

.kisd-notice h2 {
	font-family:'lato-bol',Arial,sans-serif;
	color:#fff;
	font-size:17px;
	display: inline-block;
	padding:0 7px 0 40px;
	text-shadow:1px 1px 0 #000
}

.kisd-notice p {
	padding: 0 10px 0 40px;
	margin: 0;
	color: #fff;
}
.kisd-notice a,.kisd-notice a:link,.kisd-notice a:visited,.kisd-notice a:focus{
    color: #ff8080;
}

.kisd-districtnews li span {
    color: #707070;
    font-size: 12px;
}

.kisd-districtnews li p {
    margin: 0 0 4px;
    line-height: 1.2;
}

.kisd-districtnews li a {
    display: block;
}

li.kisd-newsmulticol {
    float: left;
    width: 45%;
    padding-right: 5%;
}

.social_icons {
    text-align: center;
}

    .social_icons img {
        margin: 8px 5px;
    }

.campus_contact .contact_icons img {
    height: 32px;
    margin: 0 4px;
}

.box_contact p {
    margin-bottom: 0;
}

.kisd-hmpgcol2 div.black_round {
    background-color: #000;
    border-radius: 10px;
}

#katy_update h2 {
    display: block;
    height: 40px;
    padding: 40px 0 0 15px;
    background: url(kisd-images//katy_update.jpg);
    color: #fff;
    font-size: 28px;
    font-family: 'bitter';
    margin-bottom: 5px;
    border-radius: 10px 10px 0 0;
}

#katy_update p {
    padding: 5px 15px;
    line-height: 1.5;
}

#accordion .ui-accordion .ui-accordion-content {
    padding: 4px;
}

.ui-accordion-content ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: none;
}

.ui-accordion-content a {
    font-size: 13px;
}

#kisd-slideshow {
    position: relative;
    width: 620px;
    height: 300px;
    overflow: hidden;
    margin: 0;
}

.kisd-slide {
    position: absolute;
    transition: 1s all ease-in-out;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    outline: 1px solid green;
}

.kisd-slide-inactive {
    opacity: 0;
    top: 75px;
}

.kisd-slide-active {
    top: 0;
    opacity: 1;
}

.kisd-slide > figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    padding: 1em 2em;
    border-radius: 0 0 10px 10px;
}

    .kisd-slide > figcaption > h2 {
        padding: 0 0 .5em;
        margin: 0;
    }

    .kisd-slide > figcaption p {
        padding: 0;
        margin: 0;
    }

        .kisd-slide > figcaption p > a {
            text-decoration: none;
            float: right;
        }

            .kisd-slide > figcaption p > a[href=''] {
                display: none;
            }

#kisd-slideshow-nav {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    margin-top: -.75em;
}

    #kisd-slideshow-nav > button {
        opacity: .75;
        position: absolute;
        background: #fff;
        box-shadow: 0 1px 5px rgba(0,0,0,0.75);
        border-radius: 10px;
        width: 3em;
        height: 3em;
        transition: .25s opacity;
        cursor: pointer;
    }

        #kisd-slideshow-nav > button:hover {
            opacity: 1;
        }

#kisd-slide-prev {
    left: -2em;
}

#kisd-slide-next {
    right: -1em;
}

.kisd-slide img {
    border-radius: 10px;
}
