
.eoascDrGridTitle
{
	padding: 18px 20px !important;
}

.eoascLeftLink {
    text-align: left;
    padding-left: 15px!important;
}

.eoascRightLink {
    text-align: right;
    padding-right: 15px!important;
}

.eoascBioSpace
{
	height: 10px;
}

.eoascBioTitle
{
	font-size: 14pt;
	font-weight: bold; 
	text-align: right; 
	padding-top: 10px;
}

.eoascBioSubtitle
{
	font-size: 12pt; 
	font-weight: bold; 
	text-align: right; 
	padding-top: 8px;
}

.eoascBioEDUTitle
{
	font-size: 10pt; 
	font-weight: bold; 
	line-height: 100%;
}

.eoascBIOEDUText
{
	font-size: 10pt;
}


.eoascMission
{
	text-align: center;
	font-size: 14pt;
	line-height: 150%;
}

.eoascFirstParagraph, .eoascParagraph, .eoascPageText
{
	font-size: 12pt;
	line-height: 175%;
}

.eoascParagraph
{
	margin-top: 20px;
}

.eoascParagraphTitle
{
	font-size: 12pt;
	font-weight: bold;
	text-decoration: underline;
}


a.eoascFooterLink:link, a.eoascFooterLink:hover, a.eoascFooterLink:visited {
    font-size: 10pt;
    color: #e5e5e5!important;
}


.DNN_Documents table{border:1px solid #c0c0c0;}
.DNN_Documents tr:nth-child(even) td {background: #E0E5E9;}
.DNN_Documents tr:nth-child(odd) td{background: #FFF}
.DNN_Documents tr:nth-child(2) td{border-top:1px solid #c0c0c0;}

.DNN_Documents *{font-size:14px; color:black!important;}
.DNN_Documents table .SubHead td{font-weight:bold;}
.DNN_Documents table{margin: 10px 0 30px;}
.TitleCell a{ color:navy;  text-decoration:underline!important;}

#dnn_ctr_dnnICON_imgIcon {display:none;}

.HeadPane_mobile.menu_header, .HeadPane_mobile .menu_header {background-color:#FFFFFF;}   
/* Mobile header icons: arrange in a 2-by-2 grid */
@media screen and (max-width: 420px) {

    .HeadPane_mobile.menu_header > div {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        width: 100% !important;
        justify-content: center;
        align-items: flex-start !important;
    }

    .HeadPane_mobile.menu_header .eoascHeaderImage,
    .HeadPane_mobile.menu_header .eoascHeaderImageLast {
        display: block;
        float: none !important;
        box-sizing: border-box;
        flex: 0 0 50%;
        width: 50% !important;
        max-width: 50% !important;
        margin: 0 !important;
        padding: 4px !important;
        text-align: center;
    }

    .HeadPane_mobile.menu_header .eoascHeaderImage img,
    .HeadPane_mobile.menu_header .eoascHeaderImageLast img {
        display: block;
        width: auto !important;
        max-width: 100% !important;
        height: auto !important;
        margin: 0 auto;
    }
}
