/* BEGIN Styles for NKU Steely Archives pages */


.nku-main .text .faq_list a.question {
    text-decoration: none;   /*  not added */
}

table a {
    text-decoration: underline;   /*  not added */
}

.btn {
	white-space: inherit;   
}
/* Steely Archives style overrides */
h4 { 
    font-size: 1.6rem; 
    text-transform: inherit;
}
h5 {
    font-size: 1.4rem;
    font-weight: bold;
}
.nku-main .text h3 a, .nku-main .text h4 a, .nku-main .text h5 a {
    text-decoration: underline;
}
table, td, th { border: 1px solid #999; }
th {color: #fff;
	background-color: #2d2d2d; }
td {background-color: #eeee; }

/* custom class overrides */ 
.nku-gold-background h1 {
    color: #000;
    }

.text .nku-black-background {
	padding: .5rem 1.2rem;  
}
.text .nku-gold-background {
	padding: .5rem 1.2rem;  
}

/* for 2 column */
.nku-main .nku-no-margin .col-sm-6 {
	padding-left: 0;
}

/* Cookie Consent */
.cc-message a {
    color: #fff; }

@media (min-width: 750px) {
	.banner .image img {
    	width: 100%;   /* not added */
   	}
} 

@media screen and (max-width: 768px) {
    /* fix long headers in mobile view */
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        width: inherit;
    }

    /* Adjust mobile view in horizontal nav for disable link property */ 
    .dropdown-toggle {
    	padding: 1.4rem 2rem;
    	font-size: 1.2rem; 
    }
}    

/* END Styles for NKU Steely Archives pages */
/* print.css - start */
@media print {
    .footer, .nkusidenav, .breadcrumb, .nku-inside-banner {
    	display:none;
        }
}
/* print.css - end */
