/**
*
*	Date: 04/08/2016
*	Ticket 3870-8440979
*	Author: Kosha Burnett
*	Description: fix display of multicontent page
*/

.page_2116 #contentdiv .gridTable .contentElementTD {display:table-cell;}

/* End Section */

/*
 * 8444739
 * 5/19/16
 * Mike E
 * adjusting display of expanding list pages
 */
#contentdiv .mcExpandingList .contentElementTitle a {
   padding-top: .5em;
   padding-right: .5em;
   padding-bottom: .5em;
   padding-left: 2.2em;
}

/*End Block */


/*
 * 8446984
 * 6/15/16 - Chris N
 * Updating bottom banner photo
 */

#bottomcontainer {
    background: #5c5855 url("https://www.penncharter.com/uploaded/themes/default_14/images/footer_photo-field.jpg") center bottom no-repeat;
}


/*End Block */


/*
 * #8710191
 * 12/11/17 - Chris M
 * Updating bottom banner photo
 */

.utilityButton {
    z-index: 1;
}


/*End Block */


/*
 * #8758136
 * 4/19/18 - Chris M
 * Clickable slideshow buttons
 */

.page_1 #topbanner div.top-photo-wrap .contentElementDesc {
    position: absolute;
    top: 350px;
    right: 0;
    z-index: 9999;
}

/* End Section */

/**
*
*   Date: 06/13/2018
*   Work Order: add button link to campaign site to PM site
*   Author: Kosha Burnett
*
*/

.util-nav-wrap .utilityButton {
	display: none;
}

@media (min-width: 768px) {
	.util-nav-wrap .utilityButton {
		display: block;
		top: 0;
		max-width: 125px;
	}
}

/* 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.
 */



