/*////////////////////////////////////////////////////////////////

DOCUMENT INFO
Document: Custom CSS
Ticket: 

--Ticket 3870-8391985: Customize Calendar to match new website design--

Author: Jacob John
Client: Christ School

////////////////////////////////////////////////////////////////*/

/* Calendar title */

#calcustomize h3, #calsearch h3 {

	font-size: 1.1em;
	font-family: "lato";

}

/* Customize Calendar Adjustments */

#calcustomize #basicmenu .bd div {

	font-size: 14px;

}

/* Targetting the select/ deselect links by the href attribute */

#calcustomize #basicmenu .bd a[href*='javascript:'] {

	color: black !important;

}

/*////////////////////////////////////////////////////////////////

SECTION INFO
Document: Custom CSS
Ticket: 

--Ticket 3870-8396799: Upon window resize event, "menu" for..--

Author: Jacob John
Client: Christ School

////////////////////////////////////////////////////////////////*/

/* Hiding everything but the first menu when resizing the window */

.main-nav .main-nav-toggle:not(:first-child) {

	display: none;

}

@media (min-width: 960px) {

	.main-nav .main-nav-toggle {

		display: none;

	}

}

/*////////////////////////////////////////////////////////////////

End Section

////////////////////////////////////////////////////////////////*/

/*///////////////////////////////////////////////////////

DOCUMENT INFO
Document: Custom Edits JS
Ticket: 
-- Ticket 3870-8399746: Pagepop gets a little funky in window resizing --
Author: Jacob John
Client: Christ School

/////////////////////////////////////////////////////////*/

#pagePopReminder {

	position: fixed !important;
	z-index: 9999;

}

/*////////////////////////////////////////////////////////////////

End Section

////////////////////////////////////////////////////////////////*/

/**
 * This file should be used by support to add CSS post launch.
 * custom.css should be called from all layouts.  It should also be the
 * last stylesheet called so it will override all previous styles.  This is
 * a useful way to keep track of styles added after launch.  You are
 * encouraged document edits with comments so others understand the reason
 * behind these changes.
 */