/* darken link color */
a {color: #025e8a;
}
ul {
	list-style-position: outside;
	margin-left: 1.25em;
}
li {
	padding-left: 0.5em;
}
/* keyboard commands */
kbd {
	 padding: .1em .6em;
    border: 1px solid #ccc;
    font-size: .9em;
    background-color: #fff;
    color: #333;
    box-shadow: 0 1px 0 rgba(0,0,0,.2), inset 0 0 0 2px #fff;
    border-radius: 5px;
    display: inline-block;
    margin: 0.5em .1em;
    text-shadow: 0 1px 0 #fff;
    line-height: 1.4;
	letter-spacing: 0.075em
}

/* Overrides */
h2 {font-size: 1.60em;}
.site-branding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 60px;
}
.site-branding a:hover .site-title{
		color:#000;
}

.site-branding .site-logo {
    height: 60px;
    margin: 0 15px;
}

.site-branding .site-title {
    line-height: 1.25;
}

.featured-content .post-thumbnail {
    opacity: .3;
}

.featured-content .post-thumbnail:hover {
    opacity: .1;
}

.featured-content a:active, .featured-content a:hover {
    opacity: 1;
    text-decoration: underline;
}

.textwidget ul {
    border-bottom: 1px solid #eee;
    list-style: none;
    margin-left: 0;
}

.textwidget ul li {
    border-top: 1px solid #eee;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
}

.content-area .entry-meta, .content-area .entry-meta a, .post-navigation .meta-nav, .entry-footer, .entry-footer a, .footer-text, .site-info, .site-info a {
    color: #666;
}

/* Footer */
.site-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-text {
	width:auto;
	text-align:center;
	font-size:small;
	border-bottom: 0;
}
.footer-text p {
	padding-top: 10px;
}
.site-info {
	display:none;
}
.social-navigation {
		float:none;
		width: auto;
		border-bottom: 0;
}

#wpadminbar #wp-admin-bar-comments .count-0 {
    opacity: 1;
}


/* Utilities */

.nowrap-lrg {
    display: block;
}


/*.sr-only from Bootstrap v4 */

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/* specific data tables */
div.table-container-dp {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
	margin: 0 0 1em;
}
table.disability-persona {
	border-collapse: collapse;
	margin-bottom:1.5em;
}
.disability-persona td {
	text-align: center;
}
.disability-persona td, 
.document-strategies td {
	border: .075em solid #9e9e9e;

	}
.disability-persona caption,
.document-strategies caption {
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
	letter-spacing: .025em
}
.disability-persona caption,
.document-strategies caption,
.disability-persona td,
.document-strategies td,
.disability-persona th,
.document-strategies  th  {
	padding: .5em;	
}

.disability-persona td {
	text-align: center;
}
.disability-persona td,
.document-strategies td {
	font-family:  verdana, "Gill Sans",sans-serif;
	font-size: 14px;
	}
.disability-persona tbody tr:nth-child(odd),
.document-strategies tbody tr:nth-child(odd)
{
    background-color: #830707;
    color: #FFEB3B;
}
.disability-persona tbody tr:nth-child(even),
.document-strategies tbody tr:nth-child(even){
    background-color: #ffe6ad;
    color: #2e2b2b;
}
.disability-persona th,
.document-strategies  th {
    background-color: #43454c;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	font-weight:normal;	
	letter-spacing: .025em
}
.document-strategies td:nth-child(odd) {
	text-transform:uppercase;
}

.document-strategies ul {
	margin-bottom: 0;
}
/* add link underline */
.document-strategies td a {padding-bottom:1px;
border-bottom: 0.1em solid; }

/* addin parens around footnotes */
ol.cs-footnotes {margin-left:0px; padding-left:0; counter-reset:item}
      ol.cs-footnotes>li {margin-left:1em; padding-left:0em; counter-increment:item; list-style:none inside}
      ol.cs-footnotes>li:before {content:"(" counter(item) ")"; padding-right:0.5em;margin-left: -1.5em;}
.document-strategies td li a {
    color: #ffeb3b;
}
@media screen and (min-width:600px) {
		.nowrap-lrg {
    		display: inline;
		}
}

@media screen and (min-width: 768px) {
    /* Unfortunate hack because theme does not use rows */
    .footer-widget-inner .widget {
        /* Set min height to tallest widget height if strange wrapping behavior occurs */
        min-height: 220px;
    }
    .footer-widget-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-widget-inner .widget {
        padding: 0 10px;
        width: auto;
    }
    .footer-widget-inner .widget:nth-of-type(odd), .footer-widget-inner .widget:nth-of-type(even) {
        margin: 0;
    }
		.social-navigation {
				padding: 10px 0;
		}
}

@media screen and (min-width: 960px) {
    .entry-hero {
        background-color: #000;
    }
    .entry-hero .post-thumbnail {
        opacity: .4;
    }
    .entry-header-wrapper {
        background-image: none;
        padding-bottom: 0;
        bottom: 3%;
    }
    .entry-hero a:active, .entry-hero a:hover {
        opacity: 1;
        text-decoration: underline;
    }
		.footer-text + .social-navigation:before {
				background:none;
		}
}

@media screen and (min-width: 1380px) {
    .nowrap-lrg {
        display: inline-block;
        white-space: nowrap;
    }
    .nowrap-lrg::after {
    }
}

/* AR added 6/10/19 */
@media screen and (min-width: 600px) {
 .site-main {
     padding-top: 30px !important;
}    
}

	
/* specific data tables */
@media screen and (min-width: 1380px) {
	/* AR added 6/10/19 */
	.entry-content {
    width: inherit !important; 
	}

	#post-4458 .entry-footer {
		width: 0;
		display: none;
	}
	.post-4458 > .entry-content {
    width: 100%;
	}
}

/** Use rem instead of 20px */
@media screen and (min-width: 768px) {
	body {
		font-size: 1.25rem;
	}
}