/*//////////////////////////////////////////////

SECTION INFO
Document: After Launch Fixes
Ticket Info:

Ticket 3870-8397947: request for follow up on website launch

Author: Jacob John
Client: Council of International School

//////////////////////////////////////////////*/

/* Removing Extra Spacing from calendar events, etc. */

.event_notes {

	margin-top: 0px;

}

/* Adjusted Header Photo Styles */

.page_1 .photoHolder .contentElementDiv:after, 
.page_1042 .photoHolder .contentElementDiv:after {

	background: none !important;

}

#topbanner .headerPhoto > .bannermodcontent > div[id*="content"] img:not(:first-child) {

	display: none;

}

/*//////////////////////////////////////////////

End Document

//////////////////////////////////////////////*/

/*Assisting in changing the home banner buttons from text to img - # - 6/11/15 - CB*/
.page_1 #contentdiv .homeBtn.hb1.new,
.page_1042 #contentdiv .homeBtn.hb1.new,
.page_1 #contentdiv .homeBtn.hb2.new,
.page_1042 #contentdiv .homeBtn.hb2.new,
.page_1 #contentdiv .homeBtn.hb3.new,
.page_1042 #contentdiv .homeBtn.hb3.new {
  background: none;
}

/**
*
*	Ticket 3870-8407115: Social Media Icons
*	Author: Chris Norman
*	Description: Reduce left/right padding
*
*/

.socCon ul li a {
  padding: 0;
  }

/* 8426341
 * 11/18/15
 * Chris Batt
 * Creating a layout for a wider right banner section
 */

@media (min-width: 53.125em) {
	.layout_41.hasRightbanner #rightbanner {
    	width: 35%;
	}
	.layout_41.hasRightbanner #contentdiv {
		padding-right: 5.76923%;
		width: 65%;
	}
}

/* End Section */


/*
 * Work order
 * - update calendar heading colors
 * - remove underlines from calendar event title links
 * Craig Edmond 3/14/16
 */

.layout_30 .verbose_event h2 { color: #9e64a1; }
.layout_31 .verbose_event h2 { color: #edc143; }
.layout_32 .verbose_event h2 { color: #b1c63a; }
.layout_33 .verbose_event h2 { color: #64ab87; }
.layout_34 .verbose_event h2 { color: #68b8eb; }
.layout_35 .verbose_event h2 { color: #657fbc; }
.layout_36 .verbose_event h2 { color: #9e64a1; }
.layout_37 .verbose_event h2 { color: #c03470; }
.layout_38 .verbose_event h2 { color: #c03470; }

a.desclinks{ text-decoration:none !important; }
.event_notes a{ text-decoration:underline; }

/* End Section */


/*
*  Ticket 8447711
*  Set min-height on directory boxes so they remain aligned in row.
*  07/13/16 - James B
*/

.directory .fsDirEntry {
    min-height: 545px;
}
.directory .fsDirEntry img {
    border-radius: 100%;
}

/* End Section */



