@charset "UTF-8";

/* 
 * Class names unchanged
 * contents just reformatted to be more human readable
 */
 
.glossary {
		background: #112e51;
		color: #ffffff;
		width: 300px;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		overflow-y: auto;
		padding: 2.4rem;
		transition: right .2s;
		z-index: 9999;
}

@media screen and (min-width: 481px) {
    .glossary {
        width: 364px;
     }
}

.glossary ul {
    padding: 0;
}

.glossary input[type="search"] {
		box-sizing: inherit;
		margin-bottom: 4rem;
		min-width: 220px;
}

.glossary label {
    margin-top: 2.6rem;
}

.glossary .term {
		background-image: linear-gradient(to right, #ffffff 33%, rgba(255, 255, 255, 0) 0%);
		border-bottom-width: 0;
		color: #ffffff;
		display: inline; 
}

.glossary a {
		color: #ffffff; 
		text-decoration: underline;
}

.glossary[aria-hidden=true] {
    right: -300px;
}

@media screen and (min-width: 481px) {
    .glossary[aria-hidden=true] {
        right: -364px;
    }
}

.glossary div[aria-hidden=true] {
    display: none !important;
}

.glossary__term {
		appearance: none;
		background-color: transparent;
/* Defined in base.css  font-family: "Merriweather", "Georgia", "Cambria", "Times New Roman", "Times", serif; */
		font-size: 17px;
		line-height: 1.3;
		margin: 0;
		padding: 0.7rem 2.5rem 0.7rem 1rem;
		position: relative;
		text-align: left;
		width: 100%;
}

.glossary__term:hover {
    background-color: transparent;
}

.glossary__term:after {
    background-image: url("../images/uswds/angle-arrow-down-hover.png");
    background-image: url("../images/uswds/angle-arrow-down-hover.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    height: 1rem;
    right: 1rem;
    top: 11px;
    position: absolute;
    width: 1rem;
    content: "";
    transform: rotate(-90deg);
}

.glossary__term[aria-expanded="true"]:after {
    transform: rotate(0deg);
}

.glossary-heading {
		display: inline;
		font-size: 22px;
		margin-top: 0;
}

.glossary__definition {
    padding: 0.85rem 1rem 2em 1rem;
}

.glossary__definition > ul {
    list-style: disc;
    margin-left: 20px;
}

.js-accordion button {
    width: 100%;
}

.accordion-trigger--expanded {
    background-color: #112e51;
}

.js-glossary-toggle {
		border-bottom: none;
		color: #0071bc;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: initial;
		width: initial;
}

.js-glossary-toggle:hover {
    color: #205493;
}

.js-glossary-toggle svg {
    margin-right: 2px;
}

.js-glossary-close {
		border: none;
		font-size: 20px;
		background-color: transparent;
		float: right;
		width: initial;
}

.js-glossary-search::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button !important;
}

.glossary__item {
		border-bottom: 1px solid #ffffff;
		list-style-type: none;
		margin-bottom: 0;
}

.glossary__item:first-child {
    border-top: 1px solid #aeb0b5;
}

.usa-sr-only {
		position: absolute;
		left: -999em;
}

glossary-label {
		display: block;
		margin-top: 3rem;
		max-width: 46rem;
}

.data-glossary-term {
		display: inline;
		color: white;
		border: 0px;
		margin-top: 0;
}


.term {
		background-position: bottom left;
		background-size: 4px 1px;
		background-repeat: repeat-x;
		transition: background-color,.2s,box-shadow,.2s,color,.2s;
		border-bottom: 1px dotted; 
		color: #112e51;
		cursor: pointer;
}

.term:hover {
    border-bottom: 1px solid #36bdbb;
}

.term svg {
		margin-left: 2px;
		width: 13px;
}

dd > .term {
    display: inline;
}

dt > .term {
    display: inline;
}

.clearable-input {
		position: relative;
		display: inline-block;
}

.clearable-input > input {
    padding-right: 1.4em;
}

.clearable-input > [data-clear-input] {
		position: absolute;
		top: 0;
		right: 0;
		font-weight: bold;
		font-size: 1.4em;
		padding: 0 0.2em;
		line-height: 1em;
		cursor: pointer;
}

.clearable-input > input::-ms-clear {
    display: none;
}
