/* CSS Document */
 p, .footer-seal p {
	 line-height:1.5  !important;
}


.cno a span,
.index-table a span {
    background: rgb(0 33 66);
    padding: 2% 7% 2%;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 3px;
    color: #fafafa;
    display: inline-block;
}

.cno a img,
.index-table a img{
    border: 1px solid #f2f2f2;
    outline: 3px solid rgb(0 33 66);
    text-align: left;
    width: 46%;
    margin: 0 auto;
 
}

.icon_date {
    font-family: serif;
    color: #585858;
    font-size: 129%;
    line-height: 15px;
    display: inline-block;
    width: 80px;
    padding: 1% 3%;
    background: #fbf9f2;
}
.icon_date:before {
    content: "Class of";
    font-family: sans-serif;
    color: #9b9590;
    font-size: 70%;
    margin: 0px 0 0px 10px;
}
.index-table p {
    margin: 5px !important;
    padding: 0;
    font-size: 95%;
    color: #1e5282;
}
.index-table div{
    margin-bottom:20px;
}
.audience-based-tables ul{
    margin-left:0;
}
.audience-based-tables li{
    padding-right:1rem;
    padding-left:1rem;
}
.line{
    line-height:0.5;
}
.small-line{
    line-height:0.2;
    width:75%;
    margin:0 auto;
}
.yellow-line{
    line-height:0.2;
}
div.row-head div.row{
    margin-bottom:0.8em
}
.row.row-head img, .astronauts img.with-border{
    padding:5px;
    border:1px solid #DADADA;
    background:#f9f9f9;
}
.img-margin{
    margin-bottom:1em;
}
.row.astronauts img{
    margin-bottom:1em;
}
body.basic-page .row h1, .astronauts h1, .astronauts h3{
    color:#1e5282;
    font-weight:bold;
    text-align:center;
}
.audience-heading-title{
    margin-top:0;
}
ul.list li, .list li {
    font-size: 110%;
    margin: 1px 0 1px 23px;
    list-style-type: disc !important;
    display: list-item;
}




@media only screen and (min-width: 64.063em){
    .row.row-head div div div:first-child    {
        width:35%;
    }
    .row.row-head div div div:last-child    {
        width:65%;
    }
    
 }
 
 
.two-col ul {
  column-count: 2;
  column-gap: 0;
}
.two-col li {
  display: inline-block;
  width: 100%;
}
 
 


@media only screen and (max-width:64.063em){
    
.two-col ul {
  column-count: 1;
  column-gap: 0;
}
.two-col li {
  display: inline-block;
  width: 100%;
}

    
    /*fix for astronauts */
    .astronauts .astroimg {
        height:150px;
        width:auto;
    }

}



/*New Styles */
.NotablesListing li {
    text-align: center;
}
.NotablesListing .notable_date_intro { 
   /* content: " ";*/
    font-family: sans-serif;
    color: #9b9590;
    font-size: 70%;
    margin: 0px 0 0px 10px;
}

.NotablesListing .notable_date {
    font-family: serif;
    color: #585858;
    font-size: 129%;
    line-height: 15px;
    display: inline-block;
    width: 80px;
    padding: 1% 3%;
    background: #fbf9f2;
        margin: auto;
    text-align: center;
}

.NotablesListing .notable_photo {
   /* height:126px;*/
   height:200px;
    border: 1px solid #f2f2f2;
    outline: 3px solid rgb(0 33 66);
    text-align: left;
}

.NotablesListing .notable_name {
    background: rgb(0 33 66);
    padding: 2% 7% 2%;
    text-align: left;
    border-bottom: 0;
    margin-bottom: 3px;
    color: #fafafa;
    display: inline-block;
}


.notableBioMIDNPhoto, .notableBioPhoto {
    height:150px;
    width:auto;
}
}