/* - Primary / Secondary Navigation Region - */
.mcneese .nav-shade {
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 1);
}
.mcneese .nav-shade .logo-white {
    display: none;
}
.mcneese .nav-shade .logo-m {
    display: block;
}
.mcneese .logo-color {
    display: none;
}
.mcneese .logo-white {
    display: block;
}
.mcneese .nav-shade .logo-color {
    display: block;
}
.mcneese .small .logo-color {
    display: none;
}
.mcneese .shade {
    transition: all 0.2s ease-in-out;
}
.mcneese .nav-shade:hover {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

/* -- ACF Blocks in WP editor - tabs -- */
.mcneese #secondary-page-content .has-tab .acfb_tab_content {
	background: #f9f9f9;
	padding: 1em;
}

 /* -- ACF Blocks in WP editor - accord -- */
.mcneese #secondary-page-content .has-accordion button {
	border-radius: 0;
}
.mcneese #secondary-page-content .has-accordion .acfb_accordion_title {
	background: #1e73be;
	color: #ffffff;
	font-size: 1.6rem;
	margin-bottom: 1px;
}
.mcneese #secondary-page-content .has-accordion .acfb_accordion_title:hover {
	background: #00477f;
}
.mcneese #secondary-page-content .has-accordion .acfb_accordion_content {
	font-size: 1.5rem;
	padding: 1.5em;
	line-height: 2;
	background-color: #f9f9f9;
}
.mcneese .has-accordion .acfb_accordion_content_inner {
	display: flex;
	flex-direction: column;
}
.mcneese .has-accordion .acfb_accordion_content_inner ul {
	padding-left: 0;
	list-style: none;
}


/* -- ACF Blocks in WP editor - toggle -- */
.mcneese #secondary-page-content .has-toggle button {
	border-radius: 0;
}
.mcneese #secondary-page-content .has-toggle .acfb_toggle_title {
	background: #1e73be;
	color: #ffffff;
	font-size: 1.6rem;
}
.mcneese #secondary-page-content .has-toggle .acfb_toggle_title:hover {
	background: #00477f;
}
.mcneese #secondary-page-content .has-toggle .acfb_toggle_content {
	font-size: 1.5rem;
}


/* --- Home Page - Quickbar - Mobile Carousel --- */
.mcneese .quick-carousel .ibox-content {
    display: block;
}
.mcneese .quick-carousel .infoTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mcneese .quick-carousel .carousel-cell {
    width: 50%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0;
    margin: 0 20px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px 0px;
}
.mcneese .quick-carousel .carousel-cell a{
    padding: 30px;
}
/* --- Main Carousel - Homepage Brag Points --- */
.mcneese .main-carousel .flickity-page-dots {
	bottom: -55px;
}


/*-- Home Page - 3 Column Row --*/
.mcneese .steps {
    color: #ffffff;
    width: 20%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: 1;
}
.mcneese .steps:before {
    border-radius: 50%;
    background-color: #e0e0e0;
    width: 100%;
    padding-bottom: 100%;
    content: "";
    position: absolute;
    z-index: -1;
}
.mcneese .has-box-shadow:hover .fl-col-content .steps:before {
    background-color: #0064b2;
}


/* -- Home Page - Academic Program Search -- */
.mcneese .theExplorer .form-check-input {
    margin-left: unset;
	margin-top: unset;
}
.mcneese .theExplorer .form-group {
	margin: 1em 0 1.2em 0;
}
.mcneese .theExplorer .form-group label {
	color: #ffffff;
    margin-right: 1em;
    margin-left: 2em;
}
.mcneese .theExplorer .form-row > .form-check-label {
    margin-left: 1em;
}
.mcneese .theExplorer .pro-radio {
    position: relative;
}
.mcneese .theExplorer .pro-radio > input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    opacity: .00001;
    z-index: 2;
    cursor: pointer;
}
.mcneese .theExplorer .pro-radio > label:before {
    border-color: transparent;
    box-shadow: 0 0 0 0px rgba(0,0,0,0);
}
.mcneese .theExplorer .pro-radio > label:after {
    border-color: #ffffff;
}
.mcneese .theExplorer .pro-radio > input:checked ~ label:before {
    border-color: transparent;
    box-shadow: 0 0 0 2px #0064B2;
}
.mcneese .theExplorer .pro-radio > input:checked ~ label:after {
    border-color: #ffffff;
    border-width: 4px;
    box-shadow: inset 0 0 0 5px #0064B2;
}
.mcneese .theExplorer .pro-radio > input[type="radio"],
.mcneese .theExplorer .pro-radio > label:before,
.mcneese .theExplorer .pro-radio > label:after {
    position: absolute;
    border: 1px solid;
    background: #0064B2;
    height: 20px;
    width: 20px;
    left: .125em;
    top:0;
}
.mcneese .theExplorer .pro-radio > input[type="radio"],
.mcneese .theExplorer .pro-radio > label:before,
.mcneese .theExplorer .pro-radio > label:after {
    border-radius: 100%;
    content: "";
}
.mcneese .theExplorer .pro-radio > input[type="radio"]:focus + label::before {
	outline: rgb(59, 153, 252) auto 5px;
}
.mcneese .theExplorer .pro-search input[type="search"] {
    height: 48px;
	line-height: 0px;
    border-radius: 25px;
    border: none;
	padding: 20px;
	color: #1E3445;
}
.mcneese .theExplorer .pro-search input[type="search"]:focus {
	outline: rgb(59, 153, 252) auto 5px;
}
.mcneese .theExplorer .pro-search input[type="search"]:focus {
	color: #0064B2;
}
.mcneese .theExplorer .pro-search .form-control {
    font-size: 1.6rem;
}
.mcneese .theExplorer .pro-search input[type="search"]::placeholder {
    color: #70777C;
}
.mcneese .theExplorer .pro-search > button span {
    opacity: 0;
    position: relative;
}
.mcneese .theExplorer .pro-search button[type="submit"] {
    border-radius: 0px;
	height: 100%;
	font-size: 1.8rem;
	position: absolute;
	right: 0;
	border: none;
	color: #c5c5c5;
	z-index: 9;
}
.mcneese .theExplorer .pro-search > button[type="submit"]:hover {
	color: #0064B2;
}
.mcneese .theExplorer .pro-search button[type="submit"]:focus {
	outline: rgb(59, 153, 252) auto 5px;
}
.mcneese .theExplorer .pro-search input[type="search"]::-webkit-search-cancel-button {
	-webkit-appearance: none;
}
.mcneese .theExplorer .pro-search input[type="search"]::-ms-clear {  display: none; width : 0; height: 0; }
.mcneese .theExplorer .pro-search input[type="search"]::-ms-reveal {  display: none; width : 0; height: 0; }


/* -- Home Page - Event Calendar -- */
.mcneese .tribe-ce-lostpassword {
	display: none;
}
.mcneese #tribe-events-content-wrapper {
	max-width: 100% !important;
}

.mcneese #theEvents .facetwp-facet {
    margin-bottom: 0;
}
.mcneese #theEvents .facetwp-type-dropdown {
    position: relative;
    border: 1px solid #999;
    display: flex;
    align-items: center;
    border: none;
}
.mcneese #theEvents .facetwp-type-dropdown:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: #ffffff;
    font-size: 1.7rem;
    font-weight: 900;
}
.mcneese #theEvents .facetwp-type-dropdown select {
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    border: none;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    background-color: #0064B2;
    color: #ffffff;
    font-size: 1.7rem;
    padding: 0 10px;
}
.mcneese #theEvents .facetwp-facet.facetwp-type-date_range input[type=text] {
    width: 48%;
}
.mcneese #theEvents .facetwp-facet.facetwp-type-date_range input[type=text]:last-child {
    margin-left: 5px;
}
.mcneese #theEvents .facetwp-facet.facetwp-type-search input[type=text] {
    width: 100%;
}
.mcneese #theEvents .facetwp-facet input[type=text] {
    display: inline-block;
    width: unset;
    height: 45px;
    padding: 0 10px;
    color: #1E3445;
    border-radius: 0px;
    border: none;
}
.mcneese #theEvents .facetwp-facet input[type=text]::placeholder {
    color: #70777C;
}
.mcneese #theEvents .facetwp-facet input[type=text]:focus {
	outline: rgb(59, 153, 252) auto 5px;
}
.mcneese #theEvents .fl-row-content-wrap {
    overflow: hidden;
}

/* --- Future Students --- */
.mcneese .has-white-background {
    background-color: #ffffff;
    border-radius: 10px;
}
.mcneese .has-white-background > .fl-col-content {
    border-radius: 10px;
}
.mcneese .lifty.fl-col {
  transition: transform 500ms;
}
.mcneese .lifty.fl-col:hover {
    transform: translateY(-10px);
}
.mcneese .list-columns ul {
    column-count: 2;
}


/* --- High School Marketing Landing Template --- */
.mcneese .lp-dropdown {
    position: relative;
    display: flex;
    align-items: center;
}
.mcneese .lp-dropdown select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #E0E0E0;
    border-radius: 0px;
    width: 100%;
    height: 45px;
    background-color: #ffffff;
    color: #1C3035;
    font-size: 1.5rem;
    padding: 0 10px;
}
.mcneese .lp-dropdown:after {
    color: #1C3035;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 10px;
    pointer-events: none;
    font-size: 1.5rem;
    font-weight: 900;
}
.mcneese .lp-dropdown select option {
    color: #1C3035 !important;
}


/* --- Replacement infobox for Powerpack/uabb ---*/
.mcneese a.infobox:hover {
    text-decoration: none;
}
.mcneese a.infobox:hover i {
    -webkit-animation: bounceIn 500ms;
    animation: bounceIn 500ms;
    animation-duration: infinite;
    color: #033e6d;
}
/* --- Replacement infobox for Powerpack/uabb -- homepage ---*/
.mcneese .quickbar .qb-title {
    color: #033e6d;
    white-space: nowrap;
}
.mcneese .quickbar i {
    color: #9aa9af;
}


/* ---- Helper Class for Links ---- */
.mcneese .has-box-shadow .fl-col-content {
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.08);
    transition: all 125ms ease-in-out;
}
.mcneese .has-box-shadow:hover .fl-col-content {
    box-shadow: 0px 25px 20px 0px rgba(0,0,0,0.1);
    /* cursor: pointer; */
    transition: all 125ms ease-in-out;
}
.has-box-shadow-alt .fl-col-content {
    box-shadow: 0 8px 20px 0px rgba(0,0,0,0.08);
    transition: all 125ms ease-in-out;
}
.has-box-shadow-alt:hover .fl-col-content {
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: all 125ms ease-in-out;
}
.mcneese .fullHeight {
    display: flex;
    flex-direction: row;
    overflow: visible;
}
.mcneese .fullWidth {
    width: 100%
}
/* - Horizontal Separator - */
.mcneese hr.separator {
    border: 2px solid #fad703;
    width: 25%;
    margin-top: 15px;
    margin-bottom: 15px;
}
.mcneese hr.separator.left {
    margin-left: 0;
}


/* --- Color Utility --- */
.mcneese .color-red {
    color: #FF0038;
}
.mcneese .primary-blue {
	color: #00477f;
}

/* --- iFrame --- */
.mcneese .vtour .fl-html iframe {
    height: 450px;
    max-height: 450px;
}


/* ---- Position Classes ---- */
/* - quick action bar on mobile */

.mcneese .equal-height-flex-start {
    -webkit-align-items: start;
    -webkit-box-align: start;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
}
.mcneese .col-levelup {
    position: relative;
    z-index: 25;
}

/* --- Home Page News and Events Feed--- */
.mcneese .campus-news .display-3 a {
    text-decoration: underline;
}
.mcneese .campus-news .display-3 a:hover {
    text-decoration: none;
}
.mcneese .news-list .fl-post-feed-post {
    border-bottom: 1px solid #005aa0;
    margin-bottom: 10px;
    padding-bottom: 2px;
}
.mcneese .news-list .fl-post-feed-post:first-child {
    border-top: 1px solid #005aa0;
}
.mcneese .news-list .fl-post-feed-post .fl-post-title:first-child {
    margin-top: 10px;
}
.mcneese .news-list .fl-post-image {
    margin-bottom: 1em;
}
.mcneese .news-list .fl-post-title {
    margin-bottom: .5em;
}


/** Academics - Class prefixed with "ac" **/
.mcneese .ac-card-post .fl-post-column {
    padding-top: 15px;
    padding-bottom: 15px;
}
.mcneese .ac-card-post .fl-post-grid {
    margin: 0;
}
.mcneese .ac-meta-degree {
    position: absolute;
    bottom: 11px;
    left: 0;
    margin: 0 30px;
}
.mcneese .ac-content-glance {
    color: #4f5f6b;
    font-size: 1.4rem;
}
.mcneese .ac-expand-card {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    text-align: right;
}
/*
.mcneese .collapse + .ac-expand-card .fa-minus-circle {
    display: none;
}
.mcneese .collapse.show + .ac-expand-card .fa-minus-circle {
    display: block;
}
.mcneese .collapse.show + .ac-expand-card .fa-plus-circle,
.mcneese .collapsing + .ac-expand-card .fa-plus-circle {
    display: none;
}
*/
.mcneese .collapse + .ac-expand-card .closeCard {
    display: none;
}
.mcneese .collapse.show + .ac-expand-card .closeCard {
    display: block;
}
.mcneese .collapse.show + .ac-expand-card .openCard,
.mcneese .collapsing + .ac-expand-card .openCard{
    display: none;
}
.mcneese .ac-card-post .fl-post-grid-post {
    font-size: 14px;
    border: none;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 125ms ease-in-out, transform 150ms ease-in-out;
    will-change: box-shadow;
    border-radius: 0;
}
.mcneese .ac-card-post .fl-post-grid-post:hover {
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    transition: box-shadow 125ms ease-in-out, transform 150ms ease-in-out;
}
.mcneese .ac-card-post .fl-post-text {
    padding: 30px 30px 80px;
    position: relative;
    z-index: 5;
    height: auto;
}
.mcneese .ac-card-post .fl-post-title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 0 0 5px;
}
.mcneese .ac-card-post .fl-post-meta {
    padding: 0 0 15px;
}
.mcneese .ac-card-post .fl-post-text .btn-default {
    position: relative;
    z-index: 2;
}
.fl-post-text .ac-meta-link a,
.fl-post-text .ac-content-glance a {
    position: relative;
    z-index: 2;
}
.fl-post-text a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.mcneese .ac-card-post .fl-post-grid-post:hover .ac-background-image img {
    opacity: .05;
    transition: all 250ms ease-in-out;
}
.mcneese .ac-background-image img {
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    opacity: .3;
    transition: all 250ms ease-in-out;
}
.mcneese .ac-card-post .pinned-item /* -- displays degree program for concentrations -- */ {
    position: relative;
    top: -5px;
    padding: 2px 5px;
    background-color: #fad703;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .1em;
    border-radius: 2px;
}




/* -- Student Central Site -- */
/* --- Replacement infobox for Powerpack/uabb -- student central ---*/
.mcneese .sidebox {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    justify-content: center;
    padding: 20px;
}
/* --- Replacement for Powerpack/uabb on student central ---*/
.mcneese .degree .qb-title {
    color: #ffffff;
}
.mcneese .degree {
    background-color: #1b6bab;
}
.mcneese .degree a.sidebox:hover i {
    color: #033e6d;
}
.mcneese .degree:first-child {
    background-color: #0f6499;
    color: #ffffff;
}
.mcneese .degree i {
    color: #15598e;
}
/* --- Replacement for Powerpack/uabb on student central ---*/
.mcneese .money .qb-title {
    color: #ffffff;
}
.mcneese .money {
    background-color: #3b8f17;
}
.mcneese .money i {
    color: #357316;
}
.mcneese .money a.sidebox:hover i {
    color: #2d6213;
}
.mcneese .money:first-child {
    background-color: #4aa61c;
    color: #ffffff;
}
/* --- Replacement for Powerpack/uabb on student central ---*/
.mcneese .gold .qb-title {
    color: #353202;
}
.mcneese .gold {
    background-color: #fad703;
}
.mcneese .gold i {
    color: #e8c900;
}
.mcneese .gold a.infobox:hover i {
    color: #cbb007;
}
.mcneese .gold:first-child {
    background-color: #f9e363;
}


/** Colleges and Departments new grid - TODO **/
#collegeCards .fl-col {
    cursor: pointer;
}
.mcneese .expandWrap button .fa-plus-circle,
.mcneese .expandWrap button .fa-minus-circle {
    color: #0064B2;
}
.mcneese .expandWrap .collapse.show + .fl-module + .fl-module .fa-plus-circle {
    display: none;
}
.mcneese .expandWrap .collapse + .fl-module + .fl-module .fa-minus-circle {
    display: none;
}
.mcneese .expandWrap .collapse.show + .fl-module + .fl-module .fa-minus-circle {
    display: block;
}
.mcneese .expandWrap .collapsing + .fl-module + .fl-module .fa-plus-circle {
    display: none;
}


/* --- Performing Arts --- */
#upcomingParts .fl-post-feed-post {
    border: none;
    padding: .8em 1em;
}
#upcomingParts .fl-post-feed-post:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}
#upcomingParts .fl-post-feed-post:nth-child(odd) {
    background-color: #f4f4f4;
}
#upcomingParts span {
    color: #00477f;
}
#upcomingParts span:nth-child(even) {
    color: #000;
    font-weight: 700;
}


/* --- Emergency Pages --- */
.mcneese .warning .fl-row-content-wrap {
    height: calc(50vh);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
}
.mcneese .halt .fl-row-content-wrap {
    height: calc(50vh);
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    position: fixed;
    z-index: 999;
    width: 100%;
}


/* Program Page Template */

/* --- The Wildcard Section --- */
.mcneese .wildcard .p-sm {
    padding-left: 5px;
    padding-right: 5px;
}
.mcneese .wildcard-cover {
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mcneese .wildcard-cover span {
    color: #ffffff;
    position: absolute;
    display: flex;
    z-index: 9;
}
.mcneese .wildcard-content span {
    color: #656565;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 2em 0 .2em;
    display: block;
}
.mcneese .wildcard-wrap {
    transition: all 0.25s ease-in;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.mcneese .wildcard-wrap:hover {
    transform: translateY(-5px);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
}
.mcneese .wildcard-wrap {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    -moz-transition: -moz-box-shadow 150ms ease-in-out, -moz-transform 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
    will-change: box-shadow;
}
.mcneese .wildcard-wrap:hover {
    -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.08);
    -webkit-transition: -webkit-box-shadow 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
    -moz-transition: -moz-box-shadow 150ms ease-in-out, -moz-transform 150ms ease-in-out;
    transition: box-shadow 150ms ease-in-out, transform 150ms ease-in-out;
    cursor: pointer;
}
.mcneese .wildcard-content {
    margin: 0;
    padding: .9em 3em;
}
/* --- Bootstrap Modal, program page wildcard section with video --- */
.mcneese .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
     -moz-transition: -moz-transform 0.3s ease-out;
       -o-transition: -o-transform 0.3s ease-out;
          transition: transform 0.3s ease-out;
}
/*
.mcneese .wildcard a span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
}*/


/* Flickity */
.mcneese .flickity-button {
	position: absolute !important;
}
.mcneese .flickity-prev-next-button {
	top: 50% !important;
}
.mcneese .myStory .flickity-page-dots {
  bottom: 15px;
}
.mcneese .flickity-button:hover {
    background-color: #fad703;
    color: black;
    border: none;
}
.mcneese .flickity-page-dots .dot.is-selected {
    background-color: #fad703;
}
.mcneese .flickity-page-dots .dot {
    height: 12px;
    width: 12px;
}
/** -- Standardize Cell -- **/
.mcneese .carousel-cell {
    background-color: #ffffff;
    background-color: rgba(255,255,255,0.85);
    width:100%;
    padding: 70px;
}

/* --- Progam Page Accordion --- */
.mcneese .program-accordion-wrap button {
    display: flex;
    justify-content: space-between;
}

.mcneese .program-accordion-wrap:not(:first-child):not(:last-child) {
    border-top: 1px solid #27364a;
}
.mcneese .program-accordion-wrap:first-child {
    border-top: 1px solid #27364a;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.mcneese .program-accordion-wrap:last-child {
    border-bottom: 1px solid #27364a;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #27364a;
}
.mcneese .program-accordion-btn {
    background: #f4f4f4;
    background-color: rgba(245, 245, 245, 0);
    color: #27364a;
    cursor: pointer;
    padding: 1.1em 1.5em;
    width: 100%;
    border: none;
    font-weight: bold;
    text-align: left;
    outline: none;
    font-size: 1.5rem;
    border-radius: 0;
    text-transform: uppercase;
}
.mcneese .program-accordion-btn:focus {
    color: #27364a;
    background: #ececec;
    top: unset;
    position: unset;
    border: none;
    /* outline: -webkit-focus-ring-color auto 5px; */
}
.mcneese .program-accordion-btn:hover {
    color: #27364a;
    background: #ececec;
    border: none;
}
.mcneese .program-accordion-btn.active {
    background: #ececec;
}
.mcneese .program-accordion-btn.active .fa-plus {
    transform: rotate(45deg);
    transition: all 125ms ease-in-out;
}
.mcneese .program-accordion-btn .fa-plus {
    transform: rotate(90deg);
    transition: all 125ms ease-in-out;
}
.mcneese .accordion-content p {
    padding: 0 0 0 1.5em;
}
.mcneese .accordion-content p:first-child {
    padding-top: 1em;
}
.mcneese .accordion-content p:last-child {
    padding-bottom: 1em;
}
.mcneese .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* -- Admissions -- */

/** Specific Font Awesome Icons targeted **/
.mcneese .expandWrap .collapse.show + .fl-module .fl-module-content .fa-info-circle {
    display: none;
}
.mcneese .expandWrap .collapse + .fl-module .fl-module-content .fa-times-circle {
    display: none;
}
.mcneese .expandWrap .collapse.show + .fl-module .fl-module-content .fa-times-circle {
    display: block;
}
.mcneese .expandWrap .collapsing + .fl-module .fl-module-content .fa-info-circle {
    display: none;
}
.mcneese .expandWrap button .simple {
    color: #0064b2;
    opacity: .5;
}
.mcneese .expandWrap button:hover .simple {
    opacity: 1;
}


/** Admission Pages that have Tabs Module **/
.mcneese .admission-tabs {
    counter-reset: headings;
}
.mcneese .admission-tabs .fl-tabs-label:not(.fl-tab-active) {
    background-color: #eee;
}
.mcneese .admission-tabs .fl-tabs-label:not(:last-child) {
    margin-right: 5px;
}
.mcneese .admission-tabs h4:before {
    counter-increment: headings;
    content: " "counter(headings) ": ";
    font-weight: bold;
}
.mcneese .admission-tabs h4,
.mcneese .admission-tabs h5 {
    padding: 1em 0  .1em 0;
}
.mcneese .admission-tabs ol,
.mcneese .admission-tabs ul {
    padding-left: 1.2em;
}


/** Custom select input field **/
.mcneese .app-dropdown br {
    display: none;
}
.mcneese .app-dropdown {
    position: relative;
    display: flex;
    flex-direction: column;
}
.mcneese .app-dropdown select {
    height: 45px;
    background-color: #eeeeee;
}
.mcneese .admission-tabs label {
    display: inline;
}


/** Utility Classes for Font Awesome Bullets **/
.mcneese .admission-tabs .indent {
    text-indent: .5em;
}
.mcneese .admission-tabs .blue {
    color: #0064b2;
}
.mcneese .admission-tabs .green {
    color: #88ce2f;
}
.mcneese .admission-tabs .gray {
    color: #8ca5b5;
}
.mcneese .levelup {
    z-index: 99;
    position: relative;
}