/**
 * 8430361
 * 1/06/15
 * Chris Batt
 * Allowing for custom classes on the media element to disable black background and title bar
 */

.media-no-title .fsMediaControlsTop.fsMediaControlsContainer {
    display: none;
}
.media-no-black .fsMediaContainer,
.media-no-black .galleria-theme-classic {
    background: transparent;
}
.media-no-black .fsMediaControls {
    background: rgba(0, 0, 0, .6);
}

/* End Section */


/*
*  Ticket 8470843
*  Hide "play video" text on the homepage bottom boxes.
*  11/15/16 - James B
*/

body:not(.fsDraftMode) .video-yellow header:after {
    content: none;
}

/* End Section */


/*
*  Ticket 8503991
*  Two new button styles need hover color.
*  02/06/17 - James B
*/

.fs_style_33:hover {
    color: #fff;
    background: #012b53;
}

.fs_style_34:hover {
    color: #fff;
    background: #3c8fd3;
}

/* End Section */

/*
*  Ticket 9214398
*  margin on forms to prevent cutoff
*  09/16/22 - Jordan W
*/

.targetForm { 
	margin-bottom: 20px;
}

/* End Section */

