/*
Theme Name:    McNeese Child Theme - SunFlower
Description:   Child Theme for Beaver Builder
Version:       1.1.3
Author:        McNeese State University
Author URI:    https://www.mcneese.edu
Template:      bb-theme
License:       GNU General Public License v2 or later
License URI:   http://www.gnu.org/licenses/gpl-2.0.html
*/

.mymcneeseButton .fl-button-group-button:nth-last-of-type(-n+2) span{
	color: gold !important;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;	
}
/*
.mymcneeseButton .fl-button-group-button-t2rcpw6lh1ba-1 span,
.mymcneeseButton .fl-button-group-button-t2rcpw6lh1ba-2 span, 
.mymcneeseButton .fl-button-group-button-yuq5d6cswx8j-1 span,
.mymcneeseButton .fl-button-group-button-yuq5d6cswx8j-2 span, 
.mymcneeseButton .fl-button-group-button-5n3amue2p4b9-1 span,
.mymcneeseButton .fl-button-group-button-5n3amue2p4b9-2 span,
.mymcneeseButton .fl-button-group-button-606de9a717f87-1 span,
.mymcneeseButton .fl-button-group-button-606de9a717f87-2 span,
.mymcneeseButton .fl-button-group-button-0tdnbi6lusfp-1 span,
.mymcneeseButton .fl-button-group-button-0tdnbi6lusfp-2 span{
    color: red !important;
    position: absolute;
    overflow: hidden;
    text-indent: -9999px;
}*/

.mymcneeseButton .fl-button i {
    margin-right: 0;
}

.mymcneeseButton .fl-button-icon-after {
    margin-left: 0 !important;
}

.marker {
	position: absolute;
    bottom: 0;
    left: 1%;
    z-index: 9999;
}


html {
	font-size: 62.5%;
}

/* -- Fix for ACF bug for adding keywords to program pages -- */
#acfSelect2fix .acf-actions.-hover {
	z-index: 99999;
}

/* --- When Javascript is active --- */
.mcneese .fallback {
    display: none;
}

/* --- BrightEdge LEM --- */
.mcneese .be-ix-link-block .be-related-link-container {
	margin: 0;
}

/* Google Search Input */

.mcneese .gsc-search-button-v2 {
	background-color: #0064b2 !important;
}
.mcneese .gsc-input input[type=text]{
	padding: 20px 12px !important;
	border: 1px solid #1E3445 !important;
	font-size: 1.7rem;
	color: #1E3445;
}
.mcneese .gsib_a {
	padding: unset;
	padding: 0;
}


/** IF Internet Explorer 10 and 11 **/
@media screen and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.mcneese .proHero .fl-builder-bottom-edge-layer > * {
		height: 90px;
	}
	.mcneese .theExplorer .form-check-input {
		margin-top: 0px;
		margin-left: 0px;
	}
	.mcneese #theEvents select::-ms-expand {
		display: none;
	}
	.mcneese #theEvents .facetwp-type-dropdown:after {
		bottom: 7px;
	}
	.mcneese .wildcard-cover {
		display: block;
	}
	.mcneese .wildcard-cover span {
		display: unset;
		left: 42%;
		right: 50%;
		top: 36%;
	}
	.mcneese .wildcard-cover img {
		height: auto;
		width: 100%;
	}
	.mcneese .gsc-input input[type=text] {
		height: 56px !important;
		line-height: 0;
	}
}
@supports (-ms-ime-align: auto) {
	.mcneese .proHero .fl-builder-bottom-edge-layer > * {
		height: 90px;
	}
	.mcneese .theExplorer .form-check-input {
		margin-top: 0px;
		margin-left: 0px;
	}
	.mcneese #theEvents select::-ms-expand {
		display: none;
	}
	.mcneese #theEvents .facetwp-type-dropdown:after {
		bottom: 7px;
	}
	.mcneese .wildcard-cover {
		display: block;
	}
	.mcneese .wildcard-cover span {
		display: unset;
		left: 42%;
		right: 50%;
		top: 36%;
	}
	.mcneese .wildcard-cover img {
		height: auto;
		width: 100%;
	}
}