/**
 *
 * Ticket: 8431693
 * Author: Joel C.
 * Prevent main slideshow from growing beyond it britches when large photos
 * are uploaded
 *
 */

.main-slideshow .slick-slider {
  max-height: 800px;
}

/* End Section */


/**
 * call
 * 12/21/2015
 * Jim Moore
 * log in text field too short
 */

.fsFormContent input[type=text] {
    height: 28px !important;
}
/*End of Section*/

/**
 * Ticket: Phone call
 * Author: Joel C.
 * Allow links inside custom classes with dark backbgrounds to show as white
 * instead of the default link color
 *
 */

a.callout-button > *,
a.callout-button.large-cb.cb-red > * {
  color: #fff;
}

.content-callout.cc-red a {
  color: #fff;
}

/* End Section */

/**
 * Phone Call
 * 1/25/16
 * Chris Batt
 * Displaying the calendar legend icons
 */

.fsElementEventColorIcon {
    display: block;
}

/* End Section */

/**
 * 8439877
 * 3/23/16
 * Chris Norman
 * Link tooltip
 */

body .redactor-link-tooltip {
    margin-top: 100px;
}

/* End Block */

/**
*
*	Date: 04/22/2016
*	Ticket 3870-8442339
*	Author: Kosha Burnett
*	Description: change hyperlink color
*/

/* Removed for Work Order - [Work Order - Several site updates - 2018-0016758] */
/* a:hover, .fsCalendar .fsTitle a:hover, #fsBannerLeft .fsNavigation .fsNavLevel1 li a:hover {
	background-color: #962249;
	color: #fff;
}

a, .fsCalendar .fsTitle a {
	color: #962249;
}

.footer-main .footer-ql ul li a:hover,
.home .home-news header .fsElementHeaderContent a:hover,
.nav-main .fsNavLevel1 .main-logo-1 a:hover,
.utility-bar-container .utility-bar li a:hover,
.nav-main li > a:hover {
	background: transparent;
} */

/* End Section */


/**
 *
 * Ticket: 8447056 
 * Author: Chamis R.
 * Date: 6/13/16
 * Media Element option to display title does not appear to work on the site.
 *
 */

body:not(.fsComposeMode) .fsMedia h2 {
    color: #962249;
}
/* End Section */


/*
*  Ticket 8447053
*  Color of accordion was set to white when not in Compose mode, making titles unviewable evne when on.
*  06/13/16 - James B
*/

.fsAccordion .fsElementTitle {
    color: #962249;
}

/* End Section */


/**
 *
 * Date: 07/06/2016
 * Author: Joel C.
 * Set element title to expected color
 * body:not was overriding this expected color
 *
 */

.fsElementTitle {
    color: #962249 !important;
}

/* Prevent white hover effect occurring with white background on media gallery */
.fsMediaGallery a:hover {
    color: initial;
}

/* End Section*/


/* 
*  Ticket 8450579
*  H2 color was set to white when not in Compose mode, making it unreadable on any page.
*  07/13/16 - James B
*/

body:not(.fsComposeMode) h2 {
    color: inherit;
}

/* End Section */

/**
*
*   Date: 07/15/2016
*   Ticket 3870-8450953
*   Author: Kosha Burnett
*   Description: fix h2 display issues throughout site
*
*/

.content-callout.cc-red h2 {
	color: #fff;
}

/* End Section */


/*
*  Ticket 8450949
*  Fix open accordion text color issue. 
*  This seems to be related to body:not was overriding various element colors.
*  07/19/16 - James B
*/

.fsAccordion .fsPanel.fsStateOpen > header h2 {
    color: #fff !important;
}

/* End Section */