/* Course Search Masthead - tweak to include clear filters and button for submit */
@media (min-width: 992px) {
  	.masthead-course-search__filters form select, 
	.masthead-course-search__filters form input {
      	width: 100%;
  	}
}

@media (min-width: 1400px) {
  	.masthead-course-search__filters form [class*="col"] {
      	width: 20%;
    }
}

/* style for before JS sorts the markup for cites */

.general-text blockquote .cite {
    font-style: normal;
    font-weight: 700;
    font-size: clamp(1rem,.19vw + .95rem,1.13rem);
}

/* No JS fallback styles */

.no-js .fallback-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
}

.no-js .fallback-nav ul {
    display: flex;
    margin-left: -1.25rem;
    justify-content: flex-end;
    width: -moz-fit-content;
    width: fit-content;
}

.no-js .fallback-nav li a {
  	color: #FFFFFF;
    position: relative;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-underline-offset: 2px;
    background: none;
    text-decoration: none;
    border: 0;
    font-size: 1rem;
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
}

.no-js .fallback-nav li a:hover,
.no-js .fallback-nav li a:focus {
  	text-decoration: underline;
}

.no-js header .offcanvas-primary-nav,
.no-js header .banner__buttons {
  	display: none;
}

.no-js #content .collapse:not(.show),
.no-js footer .collapse:not(.show){
  	display: block !important;
}

.no-js #content .fade-in, 
.no-js #content .fade-up,
.no-js #content .fade:not(.show) {
  	opacity: 1;
}

.no-js .tab-content>.tab-pane {
	display: block;
}

/* Site Search Auto-suggest */
.modal-search {
  	height: 100%;
}

#searchstudio-widget #autosuggest-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2f2552;
    padding: .5rem .5rem 1rem;
}

#searchstudio-widget #autosuggest-results .result-row {
    color: #FFFFFF;
    display: block;
    cursor: pointer;
}

#searchstudio-widget #autosuggest-results .result-row:hover,
#searchstudio-widget #autosuggest-results .result-row.searchstudio-active-row{
  	text-decoration: underline;
  	outline: 2px dotted #fff;
}

#searchstudio-widget #autosuggest-results .result-row:not(:last-child) {
  	margin-bottom: 0.25rem;
}

/* PSRR-19965 */
.tab-pane .accordion + h3 {
	margin-top: 2rem;
}

/* PSRR-20178 */
.form-select.btn {
	padding-right: 2.5rem;
}

/* Allow General Text to be used in Tabs & Content */
.tab-content .tab-pane .general-text__container:not(:first-child) {
  	margin-top: 3rem;
}

.tab-content .tab-pane .general-text__container:not(:last-child) {
  	margin-bottom: 3rem;
}

/* Add border to footer */
.site-footer {
    border-top: 1px solid #E6E6E6;
}

/* PSRR-20349 / PSRR-20436 - when btn style applied via nested or parent span */
.general-text p span.btn {
	padding: 0;
}

.general-text a span.btn,
.general-text span.btn a {
    display: inline-block;
    padding: 1.0625rem 1.8125rem;
    font-family: ff-dax-pro, sans-serif;
    font-size:  1rem;
    font-weight:  600;
    line-height: 1;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border:  1px solid #2F2552;
    border-radius: 2.0625rem;
    background-color: #2F2552;
  	text-decoration: none;
}

.general-text a span.btn:hover,
.general-text a span.btn:focus-visible,
.general-text span.btn a:hover,
.general-text span.btn a:focus-visible{
	color: #fff;
    background-color: #1f1836;
    border-color: #261e42;
  	outline-color: #000;
}

/* Related Profiles - hide profiles after 3 - more could be returned by the navigation as each section might have more than 1 content item */
.profile-cta__row .col-md-6:nth-child(n+4) {
    display: none;
}

/* PSRR-20469 */
@media (min-width: 992px) {
	.masthead-cols .col-lg-6 {
		min-height: 400px;
	}
}

/* CS-95396  */
a.btn-light[href^="tel"] {
  color: #000;
}



