body {
    --newtab-textbox-background-color: #FFF;
    --newtab-search-icon: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAD4ElEQVRYhb2W7W9TVRzH70tBmf+DUvCNgL5EpyiOEbI4YJYKAlEbogZcTAzE8JCBMSxsjmTqi5V0zDAxblBnJ+MpnYEhDCESUyQQGKMtrBul7bzpw9rb+93XF7bNfezulelNfm/OOfd8Pud3fufcKwgWH5JVJDcA8MqyfBVAAoBUjHixzUtyPckqq/NaAS8E0AVgitOklQCQBdBJ0vE44LkA2gDIVsEGIgUArSTn2IUvAHDj34INRIIk51uFvwjgkdFE+bH7TB7p5PgnWxlZU8fQ668w9Fo1I/WrGG38iMnDHuYjYTOJGMklVlaug0vRB3y45zOGllUz9OrLlWNZNSd27aAUfWAmYZwJkk8apV08dYLh2uUzgzURXvkGU4EzZtuhrwkAbdrBye+6bIOVEWveZ7YdLdrVL9RWu3jqhOnEY++9w0THVxT9Por9PzLR8TXH3t+ohrfu5zRgejpUWwGgS1ts4RX6tN9/u4GZK8Om1Z7+7RIjb63mo/YvrZwMb2n1T2svmXhbow4e/dBNWRRnnjidsno0MyTnCSQ3KDvk7AjTpx2c2P58GR5ZU8fCZGJW7gRVkC4BgFfZmLvXzHTAwXTAwXj7cwzXvERxoH/24f9kwSPIsnxV2Zj9/c2yQDrgoOh7gdOS9J8IyLJ8WQCQUBXS0GKVQPb65oqTOJtEy3E+qF4IgJgAQFIJDDpUArmRplkT+GEopxXI/68C3YNThgLxilsQ3DRrAr6LugzE9EV4rV4lMDq0lBLsF+HohKwTuPCnep5SEWqO4YEyvG9gEVf1rKX/7lnbAsd+zekExifVVzMAj0ByvcoqO8rJwALu9y9lTY+TNT1ONvjdjE8lLcNTWdDdklLBt32T1o8l1wkkqwBklR3tw5+X4aXYcmY7/8rPfBVLhWk2HcnoVn9cv/8Zkk+VPkadys5o+iHrfBt1Eq6fP+CFsSum8NuT97j1p+/pbEqq4O6WFLM5XfoPKT/HDgAF5YDToXM6gVJsPtnI9mudPH57gL47J9kR7Oa2wM5yf+23O9jwRagscPFGQQuXSD6r/SFp1a7o6K0+U4kZ4+i7rG8d1p39okCz0S/ZXADXtYPPhodY59tkW6C218XDwT4j+B8knzD7L5wPIKZ9aTwT495LB7mi1xq88Zc9vJkcMYJPkHzGEK6QWGIkUSrO7ps+fnpuH539W7jymIu1vS42+N38eHA3O4LdvJW8a1igRfjiinBNJoJ2Lx+zKKa98soNJOYAaNGeDptgCUCz6Z7byIYXQMYGOAPgkO6oPc5Dch5JFwCPLMuXAcQA5IsRK7Z5SK4r33AWnr8BV3yFPF3Nc38AAAAASUVORK5CYII=");
    --newtab-search-border-color: transparent;
    --newtab-search-icon-color: rgba(12, 12, 13, 0.4);
}
.search-wrapper {
    margin-top: 15px;
    margin-bottom: 10px;
}
.search-wrapper .search-inner-wrapper {
	cursor: default;
	display: flex;
	min-height: 48px;
	position: relative;
}

input[type="text"], input[type="search"] {
	border-radius: 3px;
}
.search-wrapper .search-buttonx {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4NCiAgPHBhdGggZmlsbD0iY29udGV4dC1maWxsIiBmaWxsLW9wYWNpdHk9ImNvbnRleHQtZmlsbC1vcGFjaXR5IiBkPSJNMTUuNzA3LDcuMjkzbC02LTZBMSwxLDAsMCwwLDguMjkzLDIuNzA3TDEyLjU4Niw3SDFBMSwxLDAsMCwwLDEsOUgxMi41ODZMOC4yOTMsMTMuMjkzYTEsMSwwLDEsMCwxLjQxNCwxLjQxNGw2LTZBMSwxLDAsMCwwLDE1LjcwNyw3LjI5M1oiLz4NCjwvc3ZnPg==") no-repeat center center;
	background-size: 16px 16px;
	border: 0;
	border-radius: 0 3px 3px 0;
	-moz-context-properties: fill;
	fill: var(--newtab-search-icon-color);
	height: 100%;
	inset-inline-end: 0;
	position: absolute;
	width: 48px;

}
.search-wrapper input {
	background-size: 24px;
	border: solid 1px var(--newtab-search-border-color);
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.15);
	font-size: 15px;
	-moz-context-properties: fill;
	fill: var(--newtab-search-icon-color);
	padding: 0;
	padding-inline-end: 48px;
	padding-inline-start: 20px;
	width: 100%;
}
.search-wrapper:hover input {
	box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.25);
}
.search-wrapper .search-buttonx:focus, .search-wrapper .search-buttonx:hover {
	background-color: rgba(12, 12, 13, 0.1);
	cursor: pointer;
}

.search-results {
    width: 616px;
}
.reg {
    margin-bottom: 40px;
    color: #464e56;
}
ol.reg, .reg ul {
	padding: 0;
	list-style: none;
	list-style-position: outside;
}
.dd, .res {
	margin: 20px 0 0;
}
.compTitle {
	overflow: hidden;
	position: relative;
}
.dd h3 {
	font-size: 20px;
	line-height: 1.3;
    color: #3F3F3F;
    background-color: transparent;
    padding: 0;
    text-indent: 0;
}
.dd h3 a,
.dd h3 a:hover {
    text-decoration: none;
}
.dd h3 i.fa {
    font-size: 20px;
}
.compTitle .title {
    display: inline-block;
}
.dd .ov-h, .ov-h {
	overflow: hidden;
	zoom: 1;
}
.dd .fz-ms {
	font-size: 14px;
    margin: 0;
    padding: 0;
}
.lh-1_43x, .dd .lh-1_43x {
	line-height: 1.43;
}
.dd .ref {
    font-style: italic;
    color: #9b9b9b;
}

ul.xp-results {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    width: 668px;
}

li.xp-result {
    list-style: none;
    padding: 12px 0 !important;
    list-style-type: none !important;
    margin: 0 0 2px !important;
}

li.xp-result p {
    padding: 0 !important;
}

li.xp-result .xp-thumb {
    float: left;
    width: 196px;
    text-align: center;
    margin-right:6px;
    line-height: 1;
}

li.xp-result cite {
    color: #807e7e;
}

li.xp-result .xp-crumb {
    color: #5f6368;
    font-size: 14px;
    white-space: nowrap;
    font-style: normal;
}

.wp-audio-shortcode {
    position: relative;
}

.wp-audio-shortcode .mejs-captions-position-hover {
    position: absolute;
    height: 200px;
    width: 580px;
    bottom: 39px;
    left: 293px;
    padding: 10px;
    font-size: 24px;
    display: table;
}

.wp-audio-shortcode span.mejs-captions-text {
    vertical-align: middle;
    display: table-cell;
    color: #1c1c1c;
    background: rgba(200,200,200,.9);
    box-shadow: 5px 0 0 rgba(200,200,200,.9),-5px 0 0 rgba(200,200,200,.9);
}

.xp-audio-container {
    max-width: 880px;
    background-color: #eee;
}

.xp-audio-container .xp-audio-thumbnail {
    display: inline-block;
    width: 340px;
    height: 340px;
    vertical-align: top;
    padding: 5px;
/*    border: 1px dashed #900; */
}

.xp-audio-container .xp-audio-captions {
    display: inline-block;
    vertical-align: top;
    width: 498px;
    height: 330px;
    padding: 10px 0;
}

.xp-audio-container .xp-audio-captions div {
    padding: 5px 0;
    font-size: 18px;
    vertical-align: top;
}

.xp-audio-field {
    display: inline-block;
    width: 100px;
    font-weight: normal;
    color: #1c1c1c;
    vertical-align: top;
}

.xp-audio-value {
    font-weight: bold;
    display: inline-block;
    width: 395px;
}

.xp-audio-value.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
}

.entry-content a.xp-waypoint,
.entry-content a.xp-waypoint:visited {
    color: #333333; 
}

.entry-content a.xp-waypoint.active,
.entry-content a.xp-waypoint:hover {
    color: #53BCB2;
}

.xp-transcript {
    margin-top: 20px;
    padding: 10px;
    resize: vertical;
    border:solid 1px #999;
    overflow-y:scroll;
    height:250px;
	clear: both;
}

.ui-tabs ul.ui-tabs-nav {
    padding: 0 !important;
}
.ui-tabs .ui-tabs-nav > li {
    list-style: none !important;
    margin: 0 !important;
}

.xs-button {
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: 0.5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	*cursor: hand;
	color: #333 !important;
	border: 1px solid transparent;
	border-radius: 2px;
}

.xs-button.disabled, .xs-button.disabled:hover, .xs-button.disabled:active {
	cursor: default;
	color: #666 !important;
	border: 1px solid transparent;
	background: transparent;
	box-shadow: none;
}

.xs-button:hover {
	color: white !important;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
	background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
	background: -moz-linear-gradient(top, #585858 0%, #111 100%);
	background: -ms-linear-gradient(top, #585858 0%, #111 100%);
	background: -o-linear-gradient(top, #585858 0%, #111 100%);
	background: linear-gradient(to bottom, #585858 0%, #111 100%);
}

.xs-button.current, .xs-button.current:hover {
	color: #333 !important;
	border: 1px solid #979797;
	background-color: white;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
	background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
	background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%);
}

#content img {
	vertical-align: top;
}