  /*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    /*line-height: 1.4;*/
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

* {
  box-sizing: border-box;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@media only screen and (min-width: 35em) {}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {}

@media print {
  * {
    -webkit-print-color-adjust: exact;
  }
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

.jp-collapse,
.jp-hide-offscreen {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

/* Document Font Icons */

a[href$=".pdf"]:after,
a[href$=".xls"]:after,
a[href$=".xlsx"]:after,
a[href$=".doc"]:after,
a[href$=".docx"]:after,
a[href$=".ppt"]:after,
a[href$=".pptx"]:after,
a[href$=".tex"]:after,
.pdf-icon-after:after {
    display: inline-block;
    margin: 0 2px 0 5px;
    font-family: "Font Awesome 5 Pro";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    z-index: 1;
    font-size: 1em;
    text-indent: 0;
}
.pdf-icon-after:after {
    margin: 0 0 0 10px;
}
a[href$=".pdf"]:after,
.pdf-icon-after:after {
    content: "\f1c1";
}
a[href$=".xls"]:after,
a[href$=".xlsx"]:after {
    content: "\f1c3";
}
a[href$=".doc"]:after,
a[href$=".docx"]:after {
    content: "\f1c2";
}
a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
    content: "\f1c4";
}
a[href$=".tex"]:after {
    content: "\f0f6";
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
   /* *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }*/
    a,
    a:visited {
        text-decoration: underline;
    }
    /*a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }*/
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    /*a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }*/
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* ==========================================================================
   Custom styles
   ========================================================================== */

* {
    font-family: Arial;
    box-sizing: border-box;
}

/* Headings */

h1 {
    font-size: 35px;
    line-height: 43.75px;
    margin-bottom: 28px;
}

h2 {
    font-size: 29px;
    line-height: 36.25px;
    margin-bottom: 26px;
}

h3 {
	font-size: 26px;
	line-height: 32.5px;
	margin-bottom: 26px;
}

h4 {
	font-size: 23px;
	line-height: 28.75px;
	margin-bottom: 23px;

}

h5 {
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 24px;

}

h6 {
	font-size: 17px;
	line-height: 21.25px;
	margin-bottom: 17px;
	margin-top: .75em;
}

/* Padding, Margin and Spacing */

.catalog-section--break {
	page-break-before: always;
    display: block;
    width: 100%;
}

.catalog-section-content:empty {
	display: none;
}

.catalog-section-content *[class^='ou-snippet-'] {
	display: none !important;
}

.catalog-section-content,
h2,
.academic-area-catalog-output,
.courses-output,
.administration-output {
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.catalog-section-content h3 {
	margin-top: 0;
}

.catalog-section-content p {
	line-height: 1.3em;
	display: block;
	margin: 1em 0 0;
}

.catalog-section-content p + h3 {
    margin-top: 1em;
}

.catalog-section-content > p:first-child {
    margin-top: 0;
}

.catalog-section-content img {
    max-width: 100%;
	height: auto;
}

.catalog-section-content > h1:first-child,
.catalog-section-content > h2:first-child,
.catalog-section-content > h3:first-child,
.catalog-section-content > h4:first-child,
.catalog-section-content > h5:first-child,
.catalog-section-content > h6:first-child {
	margin-top: 0;
}

.catalog-section-content .panel-group[id^='accordion'] > .panel:first-child > .panel-heading > h5 {
    margin-top: 0;
}

.catalog-section-content .panel-group[id^='accordion'] .panel-group {
    margin-top: 20px;
}

.catalog-section-content .panel-group .panel .panel-body table.table {
    margin-top: 0;
}


/* Customized Headings */

.catalog-heading-level {
	font-family: 'Neue Helvetica', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}

.catalog-heading-level a:hover:after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #595959;
/*  content: "\f08e"; */
    content: "\f0c1";
    -webkit-transition: transform .15s ease-in-out;
    -moz-transition: transform .15s ease-in-out;
    -o-transition: transform .15s ease-in-out;
    transition: transform .15s ease-in-out;
    margin-left: 0.5em;
    padding: 0 8px 4px 0;
    font-size: 0.6em;
    line-height: 1rem;
}

h1.catalog-heading-level-1 a,
h1.catalog-heading-level-1 a:visited,
h1.catalog-heading-level-1 a:link,
h1.catalog-heading-level-1 a,
h1.catalog-heading-level-1 a {
	text-decoration: none;
	display: block;
	color: #001489;
}

h1.catalog-heading-level-1 {
    font-size: 56px;
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.3rem;
    margin: 20px 0 30px;
    text-decoration: none;
    float: left;
	font-weight: normal;
	background: none;
}

h2.catalog-heading-level-2 a,
h2.catalog-heading-level-2 a:visited,
h2.catalog-heading-level-2 a:link,
h2.catalog-heading-level-2 a,
h2.catalog-heading-level-2 a {
	text-decoration: none;
	display: block;
	color: #001489;
}

h2.catalog-heading-level-2 {
    font-size: 32px;
    display: block;
    width: 100%;
    padding: 0.75rem 0.5rem 0.75rem 0.5rem;
    margin: 20px 0 20px;
    text-decoration: none;
    float: left;
}

h3.catalog-heading-level-3 a,
h3.catalog-heading-level-3 a:visited,
h3.catalog-heading-level-3 a:link,
h3.catalog-heading-level-3 a,
h3.catalog-heading-level-3 a {
	text-decoration: none;
	display: block;
	color: #001489;
	border-bottom: 3px solid #001489;
	float: left;
}

h3.catalog-heading-level-3 {
    font-size: 26px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-decoration: none;
    float: left;
    background: none;
    text-transform: none;
}

h4.catalog-heading-level-4 {
    font-size: 24px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    text-decoration: none;
    float: left;
    background: none;
    text-transform: none;
    margin: 0;
}

.catalog-section-content h4.catalog-heading-level-4 {
    padding: 0.5rem 0;
}

/* Links */

a:link,
a:visited,
a:hover,
a:active {
	color: #001489;	
}
.catalog-section-content a:hover,
.catalog-section-content a:active,
a.course-item:hover,
a.course-item:active {
	color: #172ba5 !important;
}
a.course-item {
    padding: 3px 0;
    color: #000;
    text-decoration: none;
}
a#de {
	display: none !important;
}

/* Tables */

table.table tbody tr td {
    padding: 10px 0;
}

table.table {
	text-align: left;
	margin: 1em 0;
	display: block;
	float: left;
	width: 100%;
}

h3 + table.table {
	margin-top: 0; /* eliminate unnecessary spacing */
}

/* Tables */

table.catalog-column-layout tr td {
    vertical-align: top;
}

table.catalog-column-layout td + td {
    vertical-align: top;
    padding: 0 0 0 20px;
}

/* Custom sections */

.catalog-section-content--tuition-table h4 {
    font-size: 1.2em;
}

.catalog-section-content--tuition-table h4 > div {
    width: auto !important;
}

.catalog-section-content--tuition-table h4 > div:nth-child(1) {
    color: #333;
    display: block;
    width: 100% !important;
    padding-bottom: 4px;
}

.catalog-section-content--tuition-table h4 > div:nth-child(2) {
    font-weight: normal;
    background: #f3f3f3;
    padding: 2px 8px;
    display: block;
    float: left;
}

.catalog-section-content--tuition-table h4 > div:nth-child(3) {
    font-weight: normal;
    font-size: .8em;
    font-style: italic;
}

/* Front cover */
.catalog-front-page-header {
	background: #001489;
	color: #fff;
	font-family: 'Oswald', 'Impact', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 70px 0;
	font-size: 110px;
	line-height: 1em;
	width: 1200px;
	max-width: 100%;
}

.catalog-front-page-header p {
	margin: 0;
	padding: 0;
	font-family: 'Oswald', 'Impact', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	line-height: 1.1em !important;
}

.catalog-front-page-image {
	background: url('/_catalog/cover/2025-catalog-cover-image.jpg');
	width: 1200px;
	height: 840px;
	background-size: cover;
	background-position: center;
	max-width: 100%;
}

.catalog-front-page-image p {
	margin: 0;
	padding: 0;
}

.catalog-front-page-footer {
	width: 1200px;
	background: #001489;
	padding: 70px 0;
	max-width: 100%;
}
.catalog-front-page-footer img {
	display: block;
	width: 40%;
	height: auto;
	margin: 0 auto;
}

/* Academic calendar override */

.academic-calendar-event-output .event-details .event-action-link {
	display: none !important;
}

/* Curriculum override */

#curriculum-template {
    width: 100%;
    float: left;
}

.curriculum-name-list--pdf {
	display: block !important;
}

.curriculum-name-list--pdf a {
	color: #000 !important;
	text-decoration: none !important;
}

.curriculum-overview .partial-print-trigger {
    display: none;
}

/* Columns */

.academic-area-catalog-output {
    display: block;
    width: 100%;
}

.administration-output,
.academic-area-catalog-output {
    column-count: 2;
	column-gap: 2em;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    page-break-after: always;
    display: block;
    float: left;
}

.faculty-member-output,
.department-output,
.area-overview {
    break-inside: avoid;
}

/* Courses Override */

/* Hide 297 courses (independent study) */
.courses-output .course-output[data-course-number="297"] {
    display: none !important;
}

/* Custom display */

.custom-page-no-p-margins p {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

iframe {
    display: none !important;
}