@media (min-width: 1200px) {
    .container {
        width: 1171px;
    }
}

/* Hide extra strip of space between banner and controls. min-height changed just in case something important actually goes in that element. */
.feature-region {
	min-height: 0;
	background-image: none;
}

/* Darken background of card section. */
#main.product-results,
#search-form .search-form-filters {
	background-color: #d0d0d0;
}

/* Banner styling, as added by JS. */
#nmped-banner {
	width: 100%;
	background: linear-gradient(90deg, #008080 50%, #dac07e 50%);
	text-align: center;
}

#nmped-banner img {
	max-width: 100%;
}

/* Hide 'self-paced' portion of the assessment conference specifically. */
#product-page[data-course-id="66788"] .hero-head + p {
	display: none;
}

/*CUSTOM NAVIGATION LINKS*/
/* Working Code as of 9/8/2022 */

/* This helps you change the color of the header bar in case you want white links
#app-header {
    padding:4px 0 5px;
    background-color:#414042;
}
*/
#app-header .logo-customized {
    margin:10px 0;
}

/* header-menu-container includes changes to the Login / User information link */
#header-menu {
    padding-top:25px;
}
/* Positions Login / User to align with nav links*/
#header-menu-container {
    position: relative;
    bottom: 5px;
    font-size: 18px;
}
/* Positions Cart to align with nav links*/
.cart-button {
    position: relative;
    bottom: 5px;
}
#header-menu-container > a {
    display:inline-block;
    margin-bottom:4px;
    font-weight:normal;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:5px 10px;
    font-size:18px;
    line-height:1.428571429;
    border-radius:4px;
    -webkit-user-select:none;
    color:#4d4d4d;
}

#header-menu-container > a:hover {
    text-decoration:none;
    color:#e63d2f;
}
/* Active Color of Login button once logged in */

.header-nav li a {
    color:#4d4d4d;
}

/* Page Links refers to the custom links */
#page-links {
    display:inline-block;
    padding-right: 5px;
}
#page-links a {
    display:inline-block;
    margin-right: 10px;
    font-size:18px;
    color:#4d4d4d;
}
#page-links a:hover,
.btn-link:hover,
.btn-link {
    color:#e63d2f;
}

#page-links .piped-list>li:after {
    content:"|";
    color:#4d4d4d;
}
#page-links .piped-list>li:before {
    display:none;
    margin-right:0;
}

/*
/*CUSTOM TILES*/
/*Working as of September 8, 2022*/


/* #search-form .search-label,
#search-form .search-box-wrapper {
    visibility: hidden;
} */


#search-refine-button--refine {
    display: none;
}

::placeholder {
    color: #9f9f9f !important;
}
*/

.product-image .image-container {
    margin-bottom: 10px;
    margin-top: 15px;
    height: 200px;
}

.Dropdown__ToggleText.fs-exclude {
    font-size: 18px;
}

.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading.css-1x7wuul-view-heading {
    margin: 16px 0px 1.5rem;
}