#home main h2 {font-size: 1.25rem;}

ul.children {
    display:none;
}
/* accessibilty fix 5-31-2023 DR - remove , .text a */ 
#filter-results a:not(.button), .stat a:not(.button) {
    text-decoration: none;
}


main {
	 position:relative;
	padding-top:10px 
}
 @media only screen and (min-width:64em){
	 main {
		 padding-top:50px
	}
	.h1, .letter-avatar>.letters, .site-header .title {
    font-size: 2.5rem;
}
}

 @media only screen and (min-width:64.0625em){
	 .timeline:after{
		 top:-56px;
		 bottom:-56px 
	}
	 .site-header .unit{
		 color:#9d9d9d;
		 font-size:1rem;
		 margin-bottom:0;
		 margin-top:1.25rem;
		 text-transform:uppercase 
	}
	 .site-header .unit a {
		 color:#81746E;
	}
	 .site-header .unit a:hover {
		 color:#822434;
	}
	 .site-header .title {
		 margin-top:0 
	}
	 .site-header span.plus{
		 padding-left:10px 
	}
	 .site-header span.plus:before{
		 margin-left:-10px 
	}
}
 .text + h1, .text + h2, .text + h3, .text + h4, .text + h5, .text + h6, p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	 margin-top: 0rem;
}
 @media only screen and (max-width:64.0625em){
	 .site-header .unit{
		 display:none;
	}
	 .site-header .title {
		 margin-top:16px !important;
	}
}
 
.site-header .title {
     margin-top:12px !important; 
}

/*****/
.bg-mahogany .tag-line.button {
    background: transparent;
}

#domain [type="checkbox"], .criteria [type="checkbox"]  {
    margin: 0 0 0.5em;
}
.matrix-area, .criteria {
    background: #ccc none repeat scroll 0 0;
    margin: 0 0 1.2em 0;
    padding: 1em 0 1em 1em;
}
@media only screen and (max-width: 45.063em) {
.matrix-area > h5 {
    font-size: 90%;
}
}
/*.search {
    background-color: #fff;
    clear: both;
    position: relative;
}*/
.search__form {
    background-color: #fff;
    margin: 0;
    position: relative;
}
.search__home-link {
    background: #dd0031 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 81px;
}
.search .search__input {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
    font-size: 1.25em;
    height: 55px;
    margin: 0;
    width: 100%;
}
input.search__input:focus {
    background-color: transparent;
    border: medium none;
    box-shadow: none;
}
.search__ready-note {
    color: #767676;
    display: none;
    font-size: 1.25em;
    line-height: 75px;
    position: absolute;
    right: 2em;
    top: 0;
}
.ready-to-search .search__ready-note {
    display: block;
}
.search__button {
    background: rgba(0, 0, 0, 0) url("/_assets/css/img/search-icon-light.2x.png") no-repeat scroll center center / 30px 30px;
    border: medium none;
    border-radius: 0;
    height: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 55px;
}
.search__button1 {
    background: rgba(0, 0, 0, 0) url("/_assets/css/img/search-icon-light.2x.png") no-repeat scroll center center / 30px 30px;
    border: medium none;
    border-radius: 0;
    height: 55px;
    padding: 0;
    position: absolute;
    right: 0;
    text-indent: -999em;
    top: 0;
    width: 55px;
}
.search__form {
    background-color: #fff;
    margin: 0;
    position: relative;
}
.search--in-page .search__button {
    background-color: #b3b3b3;
    background-image: url("/_assets/css/img/search-icon-light.2x.png");
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    width: 3em;
}
.search--in-page .search__input {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #b0b0b0;
    font-size: 1em;
    height: 3.375em;
    padding: 1em;
}

.search--in-page .search__button:hover, .search--in-page .search__button:focus {
     background-color: #777; 
}
/*****/






/* add custom site CSS here */
.panel--interactive>a {
     text-decoration: none !important;
}

#filter-results .video {
    margin: 1.5em;
    
}