@charset "UTF-8";
/* Cornell University ehsrm
   ************************************ */

/* Typography */

main .primary,
main .secondary,
body footer,
body > .band[role='complementary'] {
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
}
body:not(.home) main p:not(.intro) {
	font-size: 16px;
	line-height: 2em;
}
body:not(.autosize-header) article {
	font-size: 120%;
}
.sans {
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-weight: 400;
}
ol.decimals ol.decimals {
    padding-left: 12px;
}
ol.decimals {
    list-style: none;
    position: relative;
}
ol.decimals li {
    margin-left: 10px;
}
ol.decimals li:before {
    content: attr(value);
    font-weight: bold;
    position: absolute;
    left: -28px;
}
ol.decimals h2:before {
    content: attr(value);
    color: #b31b1b;
    font-size: 28px;
    margin-bottom: 12px;
    position: absolute;
    left: 0;
}
.cu_red {
	color: #b31b1b;
}
main .secondary,
body > footer,
.smallprint,
.table {
    font-size: 14px;
}
.accent-blue-green.dialog.fa.fa-info-circle {
	padding: 20px;
	background-color: #ecf8fb !important;
	border-color: #9eddeb !important;
    padding-left: 50px !important;
    position: relative;
	float: left;
    width: 100%;
	border: 1px solid #dbdbdb;
	font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 1.5em;
}
.accent-blue-green.dialog.fa.fa-info-circle:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    content: '\f05a';
	color: #000;
    opacity: 0.3;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    position: absolute;
    left: 16px;
    top: 20px;
}
.accent-gold.dialog.fa.fa-exclamation-triangle {
    padding: 20px;
    background-color: #fbf7ec !important;
	border-color: #ebd59e !important;
    padding-left: 50px !important;
    position: relative;
	float: left;
    width: 100%;
	border: 1px solid #dbdbdb;
	font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-bottom: 1.5em;
}
.accent-gold.dialog.fa.fa-exclamation-triangle:before {
    content: '\f071';
    font-size: 22px;
	font: normal normal normal 22px/1 FontAwesome;
    text-rendering: auto;
    opacity: 0.3;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=30)';
    position: absolute;
    left: 16px;
    top: 20px;
}
h1:last-child {
	margin-bottom: 1.2em;
}
h1,
.h1,
#cu-header .cu-brand h2 {
    font-size: reset;
	font-weight: 400;
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cu-unit h1,
.cu-unit .h1 {
	font-size: 50px;
    margin-bottom: 0;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, Avenir Next, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}
.cu-unit h1.autoscale,
.cu-unit .h1.autoscale {

}
h1#sitename {
	color: #b31b1b;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-weight: 300;
}

h3,
.h3 {
    font-size: 22px;
    font-weight: 400;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
    font-weight: 400;
}

main h1,
#main h1,
main .h1,
#main .h1 {
    color: #333;
	line-height: 1em;
    font-size: 39px;
	font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}

.tutorial {
    color: #497792;
}
main h2,
#main h2,
main .h2,
#main .h2 {
    color: #b31b1b;
    /*color: #1179b1;*/
	font-size: 28px;
	margin-bottom: 12px;
}

.home main h2,
.home #main h2,
.home main .h2,
.home #main .h2 {
    color: #000;
}

main h3,
#main h3,
main .h3,
#main .h3,
strong.tutorial {
    color: #497792;
}
h1, h2, h3, .h1, .h2, .h3 {
    margin-bottom: 1.2em;
}
main p {
    line-height: 1.7;
}
.home #main {
    margin-top: -92px;
    z-index: 9;
    position: relative;
}
.home #main-content {
    overflow: visible;
}
.secondary-page #main-content {
    background: rgb(246,246,246);
    background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(246,246,246,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=1 );
}
.secondary-page #main-content.no-sidebar {
    background: #fff;
}
main .intro {
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.8;
    margin-top: -5px;
}
main .row > .secondary:after {
	border-bottom: none;
}

.home .intro {
    color: #000000;
}
.home .intro strong,
.home .lead strong,
.home .intro b,
.home .lead b {
    font-weight: 500;
}
.home #main-article section ul {
	padding-left: 4px;
}
.home #main-article section ul li {
	list-style: none;
}
.home #block-guidesandprocedures h2 {
	font-size: 28px;
}

#sidebar-top #toc-title {
    color: #b31b1b;
    font-size: 24px;
    margin-bottom: 22px;
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    line-height: 1.3em;
}
#sidebar-top #toc-ul {
    padding-left: 0;
    list-style: none;
}
#sidebar-top #toc-ul .toc-ul-ul {
    padding-left: 30px;
	padding-right: 15px;
    list-style: none;
}
#sidebar-top #toc-ul li,
#sidebar-top .toc-ul-ul li {
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
	line-height: 20px;
    padding: 8px 0;
    font-weight: 400;
	margin-bottom: 0;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    border: 0;
    color: #000000;
}
#sidebar-top #toc-ul li a,
#sidebar-top .toc-ul-ul li a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
}
#sidebar-top #toc-ul > li.active.item > a,
#sidebar-top .toc-ul-ul > li.active.item > a {
    color: #b31b1b;
}
#sidebar-top #toc-ul a:hover,
#sidebar-top .toc-ul-ul a:hover {
    color: #b31b1b;
    text-decoration: underline;
}
#toc-title h2 {
	margin-bottom: 12px !important;
}
#toc-title h2 a {
	color: #b31b1b !important;
    font-size: 24px !important;
}
#sidebar-top .contact > h3 {
    color: #707070;
    font-size: 28px;
    margin-bottom: 8px;
    display: block;
	font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
	font-weight: 400;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}
#sidebar-top .people-section .field-group {
	padding-left: 2px;
	width: 100%;
}
#sidebar-top .people-section .field-group .field-url a {
	font-size: 16px;
}
#sidebar-top .people-section .field-group .field span {
	font-weight: 600;
}

a {
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #2b6389;
}

a:active {
    color: #000;
}

.top-button {
	float: right;
	margin: -26px 26px 10px 0;
}
.top-button + * {
	clear: both;
}
.top-button .fa {
	margin-right: 3px;
	color: #1179b1;
}
.top-button.second {
	clear: both;
	margin: -10px 26px 10px 0;
}
.pager {
    text-align: center;
}
.page-node-type-book nav a[rel="prev"] {
	float: left;
}
.page-node-type-book nav a[rel="next"] {
	float: right;
}

figure {
	background: none;
	border-bottom: 3px solid rgba(0, 0, 0, 0.08);
	margin-bottom: 20px !important;
}
figcaption {
	padding: 1.55em 1.6em;
}

/* Resources */
#main-article section .resources > h2 {
	margin: 40px 0 12px 0;
}
#main-article section .resources .views-row.card {
    border-top: none;
    padding: 5px 0;
    margin: 0 0 0 2px;
}
details summary {
	display: block !important;
}

/*details summary[aria-expanded="true"]::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f077';
	color: #444;
	margin-right: 5px;
}
details summary[aria-expanded="false"]::before {
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f078';
	color: #444;
	margin-right: 5px;
}*/
details summary[role="button"] a {
	text-decoration: none;
	color: #444;
}
details summary[role="button"] {
    background: #efefef;
    padding: 10px;
    margin-right: 75px;
    margin-bottom: 5px;
    border: 1px solid #d9d9d9;
}

/* Alerts */
#block-views-block-alerts-block-1-2 {
    z-index: 9;
    position: absolute !important;
    bottom: 118px;
    margin-left: 0;
    width: 45%;
    margin-bottom: 0;
}
#block-views-block-alerts-block-1-2 .views-row.card {
    border: none;
	margin-bottom: 16px;
	padding-bottom: 0;
	width: 85%;
}
.more-link {
    margin: 12px 0 0;
}
.more-link a {
	color: #fff;
	font-size: 16px;
    display: inline-block;
    text-decoration: none;
	position: relative;
	min-width: 114px;
	max-width: 167px;
    padding: 5px 32px 5px 16px;
    background: #2b6389;
    white-space: nowrap;
    margin: 8px 0 26px 0;
}
.alert a {
    color: #fff;
	text-decoration: none;
	pointer-events: all;
}
.alert h2 {
    line-height: 1.35;
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-size: 24px;
    font-weight: 500;
    text-shadow: 0px 0px 5px #000;
}
#block-views-block-alerts-block-1-2 .views-row.card.two-alerts {
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #2b6389;
}
.more-link a {
	pointer-events: all;
}
.more-link a:after {
	content: "\f105";
	position: absolute;
    right: 15px;
	opacity: 1;
    font-family: Fontawesome;
}
.more-link a:focus,
.more-link a:hover {
    transition: all 300ms ease-in-out;
	background: rgba(2, 12, 19, 0.85);
	text-align: left;
}
.more-link a:focus:after,
.more-link a:hover:after {
    transition: opacity 300ms ease-out 0ms;
	font-family: Fontawesome;
}
.path-frontpage #block-views-block-news-block-1 .more-link {
	margin: 0 auto;
}
#block-views-block-news-block-1 .three-col {
	margin-bottom: 0;
}
.path-frontpage #block-views-block-news-block-1 .more-link a {
    margin: 0 auto;
    display: block;
	min-width: 114px;
    max-width: 130px;
    padding: 5px 16px 5px 16px;
}
.path-frontpage #block-views-block-news-block-1 .more-link a:focus,
.path-frontpage #block-views-block-news-block-1 .more-link a:hover {
    width: 130px;
}

/* Icon Fonts */
.contact-us:before {
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.secondary-navigation ul ul a:after {
    display: inline-block;
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: inherit;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Page Header */

.cu-seal #cu-header {
    background: #fff;
}

#site-header {
    border-bottom: 2px solid #ddd;
}

.home #site-header {
    border-bottom: 0;
}

#home-header .slider-container .slider-caption h2 {
    position: absolute;
    bottom: 85px;
    font-size: 37px;
    width: 520px;
    left: 0;
}
#home-header .slider-container .slider-caption h2 {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
#home-header:after {
	content: '';
	position: absolute;
	bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 4;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,000000+100&0+10,0+10,0.88+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.88) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 ); /* IE6-9 */
}
.cu-unit a,
.cu-unit a:visited {
    border-bottom: 2px solid transparent;
    transition: color 0.2s, border-color 0.2s;
    text-decoration: none !important;
    color: #b31b2b;
}
.cu-seal #cu-header .cu-brand .cu-unit {
	width: 100% !important;
}
@media (min-width: 920px) {
	.cu-seal #cu-header .cu-brand .cu-unit {
		text-align: right;
	}
}
.print-logo .print-logo-img {
    display: none;
}

/* Main Navigation */
#main-navigation li {
    font-size: 18px;
}
#main-navigation .container-fluid > ul > li > a {
    margin: 0 auto;
	width: 100%;
	display: block;
}
#main-navigation .container-fluid > ul > li.active > a,
#main-navigation .container-fluid > ul > li.current-menu-item > a,
#main-navigation .container-fluid > ul > li.current-menu-ancestor > a,
#main-navigation .container-fluid > ul > li > a.is-active {
	background: #265879 !important;
}
#main-navigation {
	background: #2b6389 !important;
}
#main-navigation li a:hover,
#main-navigation li a:focus,
#main-navigation li:hover > a {
	background: #265879;
}
#main-navigation .children,
#main-navigation .sub-menu {
	background: #2b6389;
}
#utility-navigation li {
    background: #f8f8f8 !important;
    padding-bottom: 10px;
    padding-top: 0;
    margin-right: 3px;
}

/* Homepage */
#home-header {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
	min-height: 674px;
}

#home-header:before {
	content: '';
	background: #666E79;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
		/* right: calc(35% + 15px);*/
}

#home-header .slide-buffer {
	height: 100%;
	width: 100%;
	/* width: calc(100% - 35% - 15px);*/
}

#home-header .slider-caption .caption-inner {
	position: relative;
    margin: -68px 0 0 -60px;
	padding: 0;
}

#home-header .campaign-nav {
	left: 30px;
	width: 50%;
}

#home-header .slider-caption h2 {
	font-size: 18px;
	line-height: 1.5;
	font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}

#home-header .slider-caption .caption-inner a:hover,
#home-header .slider-caption .caption-inner a:focus {
	text-decoration: underline;
}

#home-header .secondary {
	text-align: left;
	padding-left: 2%;
	padding-top: 30px;
	padding-bottom: 30px;
}

#home-header .contact {
	font-size: 12px;
}
.home .quick-links {
    font-size: 16px;
}
.contact-us {
	font-size: 22px;
}

.contact-us:before {
	font-size: 38px;
}

#home-header .secondary .contact-us {
	margin: 0 0 1em;
}
#home-header #home-campaign {
	height: 100%;
	/*background: url("../images/photos/Cornell_University_Ho_Plaza_and_Sage_Hall.jpg") left 32% no-repeat;*/
	position: relative;
	background-size: cover;
}
#home-header .secondary .contact ul {
	margin: 0 0 1.5em;
}


#block-callstoaction {
	z-index: 9;
	position: relative !important;
	color: #fff;
	width: 44%;
	height: 100%;
	float: right;
	background: rgba(26, 138, 214, 0.6);
	margin-bottom: 0;
	padding: 0 60px;
}
#block-callstoaction > div[data-quickedit-field-id="block_content/9/body/en/full"] {
	vertical-align: middle;
}
#block-callstoaction > ul {
	list-style: none;
	margin-top: 66px;
	padding: 0;
	float: left;
}
#block-callstoaction > ul li {
	padding: 17px 44px 17px 32px;
	background: rgba(2, 12, 19, 0.67);
	white-space: nowrap;
	margin: 0 0 26px 0;
}
#block-callstoaction > ul a {
	display: block;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
}

#block-callstoaction > ul li:hover {
	background: rgba(2, 12, 19, 0.85);
}
#block-callstoaction > ul .fa {
	font-size: 28px;
	opacity: .5;
	margin: 0 16px 0 0;
	vertical-align: -3px;
}
.icon-info-news {
	color: #b31b1b;
}

/* Section Navigation */

.secondary-navigation {
    margin: auto
}

.secondary-navigation ul li {
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
    font-weight: 400;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.secondary-navigation .mobile > ul > li.menu-item--active-trail.parent {
    font-size: 29px;
    margin-bottom: 30px;
    display: block;
	font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
	font-weight: 400;
    line-height: 1.3;
    -webkit-font-smoothing: antialiased;
}
.secondary-navigation .mobile > ul > li.menu-item--active-trail.parent > a {
    color: #707070;
    font-size: 29px;
}
.secondary-navigation .mobile > ul > li.menu-item--active-trail.parent > .menu {
    margin-top: 22px;
    margin-left: 2px;
}
.secondary-navigation ul ul li,
.secondary-navigation ul ul li > a {
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    padding: 12px 0;
    font-weight: 400;
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
    border: 0;
	color: #000000;
}
.secondary-navigation ul ul li {
    line-height: 1.15;
}
.secondary-navigation ul ul li > a {
	text-decoration: none;
}

.secondary-navigation ul ul li > a:focus,
.secondary-navigation ul ul li > a:hover {
	text-decoration: underline;
}


.secondary-navigation .current-menu-item > a,
.secondary-navigation .active > a,
.secondary-navigation .li > a.is-active {
    color: #3787b0;
}

.secondary-navigation a:hover,
.secondary-navigation a:focus,
.secondary-navigation ul ul li a:hover,
.secondary-navigation ul ul li a:focus {
    color: #b31b1b;
}

.secondary-navigation a:active,
.secondary-navigation ul ul li a:active {
    color: #b31b1b;
}
.secondary-navigation li > a {
    color: #000000;
}

.secondary-navigation ul ul a:after {
    display: none;
}
.secondary-navigation ul li ul li.menu-item--active-trail.parent ul li a {
	font-size: 16px;
}
.secondary-navigation ul li ul li.menu-item--active-trail.parent {
    padding-bottom: 0;
}
#sidebar-top .people-section .card {
	margin-bottom: 10px;
}

/* Supplementary Band */
body > .band.accent1 {
    background: #666E79;
    color: #fff;
    padding: 40px 0;
    overflow: hidden;
}

body > .band.accent1 .cwd-component .date,
body > .band.accent1 .cwd-component .date .icon {
    color: #fff;
}


body > .band.accent2 {
    background: #f9f9f9;
    padding: 40px 0;
}

body > .band.accent2 .h1 {
    color: #16486a;
}

body > .band.accent2 .card .group-image {
    border-bottom: 5px solid #b31b1b;
}

body > .band.accent2 a {
    -moz-text-decoration-color: rgba(179, 27, 27, 0.6);
    -webkit-text-decoration-color: rgba(179, 27, 27, 0.6);
    text-decoration-color: rgba(179, 27, 27, 0.6);
    font-size: 16px;
}

/* Footer */

body > footer {
    background: #2b6389;
    color: #ffffff;
}

.sub-brands {
    background: #fff;
    padding: 40px 0 30px 0;
    text-align: center;
}

.row.cornell-stacked {
    margin-top: -2em;
}

body,
body > footer .sub-footer {
    background: #1e445d;
}

body > footer .sub-footer {
    padding-bottom: 0;
    padding-top: 0;
    clear: both;
}
.main-footer .button {
    background: #1e445d;
    padding: 15px 20px;
	margin-top: 40px;
    display: block;
    width: 187px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.main-footer .button:hover,
.main-footer .button:focus {
    background: rgba(51, 51, 51, 0.45);
}
.main-footer ul li {
    list-style: none;
    line-height: 2em;
    font-size: 16px;
}
body > footer a,
#body-footer a {
    color: #fff;
    -moz-text-decoration-color: rgba(255, 255, 255, 1);
    -webkit-text-decoration-color: rgba(255, 255, 255, 1);
    text-decoration-color: rgba(255, 255, 255, 1);
}
.main-footer ul li a {
    list-style: none;
}
.main-footer p {
    font-size: 16px;
}
body > footer .h3,
#body-footer .h3 {
    color: #ffffff;
	font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif !important;
}
p.accessibility-message:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f29a';
    margin-right: 0;
    margin-top: -14px;
    font-size: 28px;
    color: #868F96;
    white-space: nowrap;
    padding: 15px;
    display: inline-block;
    float: left;
}

body {
    line-height: 2em;
}
body > footer .sub-footer p {
    line-height: 2em;
    font-size: 14px;
    padding: 27px 15px 25px;
}

body > footer .main-footer .container-fluid:after {
    border-right: none;
}

body > footer h2 {
    color: #fff;
}

body > footer .list-menu.vertical li {
    border-color: #56707f;
}
.home #main-content {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d4d6d9+0,ffffff+100 */
	background: rgb(212,214,217); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,214,217,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(212,214,217,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(212,214,217,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d6d9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.footer-links .zmdi,
.footer-links .fa {
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -1px;
    margin-right: 6px;
}

body > footer .footer-links a {
    color: #9bd6ff;
}

body > footer .footer-links a:hover,
body > footer .footer-links a:focus {
    color: #fff;
}

body > footer .footer-links a:active {
    color: #333;
}

body > footer .main-footer .primary h2,
body > footer .main-footer .secondary h2 {
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Secondary Page Header */
.banner-photo-overlay {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    max-height: 270px;
    height: 20vw;
}

.banner-photo-overlay:before,
.banner-photo-overlay:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 100%;
    z-index: 1;
}

.banner-photo-overlay:before {
    top: 0;
    left: 0;
    background: -moz-linear-gradient(left, rgba(45, 51, 55, 1) 0%, rgba(45, 51, 55, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(45, 51, 55, 1) 0%, rgba(45, 51, 55, 0) 100%);
    background: linear-gradient(to right, rgba(45, 51, 55, 1) 0%, rgba(45, 51, 55, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d3337', endColorstr='#002d3337', GradientType=1);

}

.banner-photo-overlay:after {
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left, rgba(45, 51, 55, 0) 0%, rgba(45, 51, 55, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(45, 51, 55, 0) 0%, rgba(45, 51, 55, 1) 100%);
    background: linear-gradient(to right, rgba(45, 51, 55, 0) 0%, rgba(45, 51, 55, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002d3337', endColorstr='#2d3337', GradientType=1);
}

.banner-photo {
    background: #281e16 url("../images/project/sample_photo_jumbo.jpg") 50% -30px no-repeat;
    background-size: cover;
    min-height: 120px;
    max-height: 270px;
    height: 20vw;
    color: #fff;
    position: relative;
}

.banner-photo:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -moz-linear-gradient(top, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.8) 100%), linear-gradient(135deg, rgba(36, 72, 84, 0.3) 0%, rgba(50, 70, 77, 0) 50%, rgba(32, 32, 32, 0.5) 100%);
}

.banner-photo .row {
    position: absolute;
    bottom: 22%;
}

.banner-photo h1 {
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    font-weight: 400;
}


/* Homepage */

.home #main-article {
    margin-bottom: 0;
}
/*.home #home-featured .cwd-component-rows .card {
    margin-right: 38px;
    float: left;
    width: unset;
    clear: none;
}
.home #home-featured .cwd-component-rows .card a:after {
	content: "";
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.88) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
}*/
.banner-flex {
    background: #efefef;
    background: -moz-linear-gradient(-45deg, #fff 50%, #efefef s 100%);
    background: -webkit-linear-gradient(-45deg, #fff 50%, #efefef 100%);
    background: linear-gradient(135deg, #fff 50%, #efefef 100%);
    position: relative;
}

.home .slider {
    position: inherit !important;
}

#home-header .contextual-region {
    position: static;
}

/*added to remove raelative position of the entity ref block content */

#home-header {
    background: none !important;
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
    -webkit-font-smoothing: subpixel-antialiased;
}

#home-header .secondary {
    text-align: center;
}

.cu-brand h2 span {
    display: block;
}

/* Mega links */

#home-megalinks {
    background: #f8f8f8;
}

#home-megalinks footer {
    width: 100%;
    clear: both;
}

#home-megalinks footer a {
    border: 1px solid #828891;
    padding: 1em 3em;
    width: auto;
    margin: 1em auto;
    display: inline-block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}

#home-megalinks footer a:hover,
#home-megalinks footer a:active,
#home-megalinks footer a:focus {
    background: #444C52;
    border-color: #444C52;
}

#home-megalinks img,
.t-meta img {
    width: 150px;
    height: 150px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-bottom: 1em;
}

#home-megalinks h2 {
    padding: 0 0 1em 0;
	color: #000;
    width: auto;
    margin: 0 auto;
    display: inline-block;
    min-width: 30%;
	font-size: 30px;
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}

#home-megalinks ul {
    padding-left: 0;
}

#home-megalinks ul li {
    list-style: none;
	margin-bottom: 1em;
    font-size: 16px;
}
#home-megalinks ul + p > a strong {
    font-weight: 700;
    font-size: 16px;
}
#home-megalinks h3 {
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
}

/* megalinks listing */
.t-meta img {
    float: left;
    margin: 0 1em 1em 0;
}

.t-meta h2 {
    font-size: 24px;
    margin-bottom: 0.5em;
}

/* Footer */
#block-relatedlinks h2 {
    color: #fff;
    padding-bottom: 0.5em;
	margin-left: 12%;
    width: 88%;
}
.main-footer ul {
	padding-left: 0;
}

/* Featured & News */

.home main .row > .secondary:after {
    content: none;
}

#home-featured h2 {
    padding-bottom: 0.25em;
    border-bottom: none;
    font-size: 28px;
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 8px;
}

.cwd-component.teaser .title h3 {
    font-size: 20px;
    line-height: 1.4;
    font-family: Iowan Old Style, Georgia, Athelas, Baskerville, Sitka Display, Constansia, serif;
}
.home .news .group-image:after {
	content: "";
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+10,000000+100&0+10,0+10,0.88+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 10%, rgba(0,0,0,0.88) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 10%,rgba(0,0,0,0.88) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 ); /* IE6-9 */
	height: 50%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
}
#home-featured {
    background: #F5F5F5;
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
}

#home-featured .link-more .fa {
    margin: 0 -0.05em 0 0.5em;
    position: static;
}

#home-featured .more,
.news-landing .more,
.featured-landing .more {
    float: right;
    font-size: 16px;
    text-decoration: none;
    margin-top: 1em;
    font-family: Open Sans, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}

#home-megalinks .more {
    text-decoration: none;
}

#home-featured .more:after,
.news-landing .more:after,
.featured-landing .more:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f054';
    /*f193*/
    padding-left: 6px;
    font-size: 13px;
    color: #b31b1b;
    white-space: nowrap;
}

#home-megalinks .more:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: '\f054';
    padding-left: 6px;
    font-size: 12px;
    white-space: nowrap;
}

.home .news .group-image {
    position: relative;
    overflow: hidden;
}

.cwd-component-rows.news-landing .date {
    margin-bottom: 0.5em !important;
    margin-top: -1em !important;
}

.home a:hover .group-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    -moz-transition: background .15s linear;
    -webkit-transition: background .15s linear;
    -o-transition: background .15s linear;
    transition: background .15s linear;
}
#home-featured .cwd-component,
#home-social .cwd-component,
#home-social .twitter,
#elements {
    margin: 0 auto 2.5em;
    max-width: 480px;
    float: none;
}

#home-featured header .cwd-component {
    margin: 0 auto;
    max-width: none;
    width: calc(100% + 30px);
    margin-left: -15px;
}
/*#home-featured .card:hover img {
    filter: blur(1px);
    transform: scale(1.09);
}
#home-featured .card img {
    transition: transform .45s, filter .45s ease-in-out;
    transform: scale(1);
}*/
#home-featured h3 {
    font-size: 20px;
    text-align: center;
	text-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
#home-featured .field-group .field.title {
    position: absolute;
	bottom:42px;
    color: #ffffff;
    width: 100%;
	z-index: 9;
}
#main #sidebar-top form input[type='text'] {
	width: auto;
}
#main #sidebar-top form .form-item.js-form-type-checkbox {
    margin-bottom: 0.5em;
    margin-top: .5em;
    /* line-height: 0.4; */
	margin-left: 5%;
    width: 95%;
}
#main #sidebar-top form .form-item.js-form-type-checkbox:first-child {
    margin-top: 1em;
}
#main #sidebar-top form input[type='checkbox'] {
    width: 16px !important;
    height: 16px !important;
}
#main #sidebar-top form {
    width: 100%;
}
.path-resources #main-article {
	padding-right: 0;
}
.fa-file-pdf-o {
    margin-right: 3px;
    color: #E71C23;
}
.fa-external-link {
    margin-right: 3px;
    color: #333;
}
.fa-link {
    margin-right: 2px;
}
.fa-lock {
    color: #333;
}
.cwd-component .featured .field {
    clear: both;
}

.cwd-component .featured time {
    width: auto;
    min-height: 0;
    margin: 0 0 1em;
    white-space: nowrap;
}

.cwd-component .featured span.month,
.cwd-component .featured span.day {
    float: left;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    padding: 9px 12px;
    background: #762425;
}

.cwd-component .featured span.day {
    background: #b31b1b;
}

.cwd-component .featured h3,
cwd-component .news h3 {
    float: left;
    width: 100%;
    margin-bottom: 0.5em;
}
@media (min-width: 600px) {
.page-node-type-news #main-content img {
    float: left;
    margin: 0.3em 20px 4px 0;
    width: auto;
    max-width: 40%;
  }
}
@media (max-width: 600px) {
.page-node-type-news #main-content img {
    float: none;
    margin: 0.3em auto 4px auto;
    width: 100%;
    max-width: none;
  }
}
.cwd-component .featured .meta {
    font-size: 13px;
}

.cwd-component .date {
    font-size: 13px;
    padding-top: 0.5em;
    color: #333;
}
.field-name-post-date {
	margin: 0 2px 10px 0;
    font-size: 13px;
    padding-top: 0.5em;
    color: #333;
}
.path-alerts .field-name-summary,
.page-node-type-alerts .field-name-summary {
	margin-top: 14px;
}
.path-alerts .field-name-summary strong,
.page-node-type-alerts .field-name-summary strong {
	font-weight: 600;
}
.cwd-component .summary {
    font-size: 15px;
}

.cwd-component .featured a,
.home .news a {
    display: block;
    text-decoration: none;
    color: #000;
    transition: background 0.15s, box-shadow 0.15s;
}

.cwd-component .featured a:hover h3,
.cwd-component .featured a:focus h3,
.home .news a:hover h3,
.home .news a:focus h3 {
    text-decoration: underline;
    color: #127cb5;
}

.cwd-component .featured a:active h3,
.cwd-component .news a:active h3 {
    color: #000;
}

.cwd-component .featured a:hover,
.cwd-component .featured a:focus,
.cwd-component .news a:hover,
.cwd-component .news a:focus {

}

.cwd-component .featured a:active,
.cwd-component .news a:active {
    background: rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.09);
}

.cwd-component .news a {
    float: left;
    width: 100%;
}
.cwd-component .news a:focus h3,
.cwd-component .news a:hover h3 {
    color: #fff;
}
.cwd-component-rows .card {
    border-top: none;
}
/* local featured details page */
.featured-attachments {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ebebeb;
}

p.date-location {
    color: #fff;
    width: 100%;
    float: left;
}

p.date-location span {
    display: inline-block;
    float: left;
    padding: 9px 12px;
    background: #b31b1b;
}

p.date-location span.date-time {
    background: #b31b1b;
}

/* Persons */
.cwd-component .view-content > .views-row.card {
	overflow: hidden;
    padding-bottom: 24px;
    padding-top: 0;
}
.cwd-component .view-content > .views-row.card:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.cwd-component-rows .group-image {
    width: calc(195px);
}
.cwd-component-rows .group-fields {
    width: calc(100% - 195px);
	line-height: 1em;
}
.cwd-component-rows .group-fields.contact {
    float: right;
}
.cwd-component .card .field-person-name {
	margin-top: -8px;
    margin-bottom: 5px;
}
.cwd-component .card .node a:hover .group-image img {
	opacity: .85;
}
.cwd-component .card .node a:hover h2 {
	text-decoration: underline;
}
.cwd-component .card .field-person-name h2 {
	margin-top: -8px;
	font-size: 30px;
}
.cwd-component .card .field-person-description {
    margin-bottom: 12px !important;
	color: #000;
}
.cwd-component .card .field-person-email,
.cwd-component .card .field-person-phone,
.cwd-component .card .field-person-campus-address {
	font-size: 14px;
}
.cwd-component .card .field-person-email,
.cwd-component .card .field-person-phone,
.cwd-component .card .field-person-campus-address .fa {
	color: #1179b1;
}
.cwd-component .card .field-person-campus-address .fa {
	font-size: 12px;
}
.cwd-component .card .field-group h3 {
    font-size: 18px;
    font-style: normal;
    margin-bottom: 12px;
    color: #000 !important;
}
.path-node .cwd-component .card .field-person-job-title {
    margin-top: -8px;
}
.cwd-component .card .field-person-job-title h3 {
    font-size: 18px;
    margin: 10px 0 12px 0;
    font-weight: 600;
}
span.mailto {
	background: none;
	display: none;
}

.cu-search .container, .cu-search .container-fluid {
    background: none;
}

/* news and featured search and filters */
.view-news .views-exposed-form,
.view-featured .views-exposed-form {
    border-bottom: 6px solid #F4F4F4;
    padding-bottom: 1em;
    float: left;
    width: 100%;
}

.view-featured .views-exposed-form .js-form-item,
.view-featured .views-exposed-form .form-actions,
.view-news .views-exposed-form .js-form-item,
.view-news .views-exposed-form .form-actions {
    float: left;
    margin-right: 1em;
}

.view-featured .views-exposed-form .form-actions,
.view-news .views-exposed-form .form-actions {
    padding-top: 1.8em;
}

.view-featured .views-exposed-form .js-form-item select,
.view-news .views-exposed-form .js-form-item select {
    border-radius: 0;
    border-color: #ebebeb;
    width: 150px;
    padding: 5px 35px 5px 5px;
    font-size: 16px;
    border: 1px solid #ccc;
    height: 34px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/project/select.ico") 96% / 15% no-repeat #eee;
}
#home-featured h2 {
    text-align: center;
    font-size: 38px;
}



/* IE */
.view-news .views-exposed-form .js-form-item select::-ms-expand,
.view-featured .views-exposed-form .js-form-item select::-ms-expand {
    display: none;
    /* remove default arrow on ie10 and ie11 */
}

/* Book Search Form - Prevent overflow */
#main #sidebar-top #block-exposedformbook-searchbook-search .js-form-type-textfield input.form-text {
    width: 100%;
}

/* Landing page cards */
#main-article .paragraph--type--landing-page-card .title,
#main-article .paragraph--type--landing-page-card .description {
	position: absolute;
	top: 50%;
    left: 50%;
	color: #fff;
    transform: translate(-50%, -50%);
	font-weight: 500;
    font-size: 22px;
    width: 100%;
    text-align: center;
    padding: 0 22px;
    line-height: 26px;
	text-shadow: 2px 1px 1px #000;
	-webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
.home .views-field .news .field-name-title {
}
.home .views-field .news .field-name-title h3 {
	color: #fff !important;
}
.home .views-field .news a:hover h3,
.home .views-field .news a:focus h3 {
	text-decoration: underline;
}
#main-article .paragraph--type--landing-page-card .description {
	top: 80%;
}
#main-article .paragraph--type--landing-page-card .title {
    font-size: 23px;
	-webkit-transition: all .35s ease-out;
    -moz-transition: all .35s ease-out;
    -o-transition: all .35s ease-out;
    transition: all .35s ease-out;
}
#main-article .paragraph--type--landing-page-card .description {
	opacity: 0;
}
#main-article .paragraph--type--landing-page-card > a:hover .title,
#main-article .paragraph--type--landing-page-card > a:focus .title {
	top: 25%;
}
#main-article .paragraph--type--landing-page-card > a:hover .description,
#main-article .paragraph--type--landing-page-card > a:focus .description {
	opacity: 1;
	top: 50%;
}
#main-article .paragraph--type--landing-page-card > a {
    display: block;
	position: relative;
}
#main-article .paragraph--type--landing-page-card .image img {
    width: 100%;
}
#main-article .paragraph--type--landing-page-card .image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+28,000000+72,000000+100&0+1,0.4+28,0.4+72,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 1%, rgba(0,0,0,0.4) 28%, rgba(0,0,0,0.4) 72%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 28%,rgba(0,0,0,0.4) 72%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 1%,rgba(0,0,0,0.4) 28%,rgba(0,0,0,0.4) 72%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}


/* A-Z topics */
#main-article .view-a-z-topics {
    margin: 0 0 30px 0;
}
#main-article .view-a-z-topics > .view-content .views-row.card {
    border-bottom: none;
	padding-bottom: 0;
}
#main-article .view-a-z-topics > .view-content > span > a {
    background: #2d668e;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
}
#main-article .view-a-z-topics > .view-content > span > a.is-active,
#main-article .view-a-z-topics > .view-content > span > a:focus,
#main-article .view-a-z-topics > .view-content > span > a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(36, 113, 167, 0.85);
}
#main #edit-submit-a-z-topics {
    float: left;
    margin-bottom: 46px;
    margin-right: 10px;
}
.path-a-z-topics #main form input[type="submit"] {
	float: left;
	margin-right: 10px;
}
#main form .form-actions {
    margin-bottom: .75em;
}
a.link-button {
    padding: .56em 1.5em;
}
a.link-button:focus,
a.link-button:hover {
    color: #fff;
}
#main #views-exposed-form-a-z-topics-page-1 .form-item {
    margin-bottom: .75em;
}


/* Custom Unordered Lists */

ul.sqbox li:before {
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f096";
    background-color: transparent;
    color: #000000;
    height: auto;
    width: auto;
    top: 0;
    margin-left:-21px;
    padding-right: 10px;
}

ul.sqbox li{
    background:none;
    list-style-type:none;
}

ul.mpty li{
    list-style-type:none;
    margin-left:-21px;
}

ul.mpty li ul.disc li{
    list-style-type:disc;
}

ul.mpty li ul.circle li{
    list-style-type:circle;
}

ul.mpty li ul.square li{
    list-style-type:square;
}

ul.mpty li ul.sqbox li{
    background:none;
    list-style-type:none;
}

ul.mpty li ul.sqbox li:before {
    font: normal normal normal 14px/1 FontAwesome;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f096";
    background-color: transparent;
    color: #000000;
    height: auto;
    width: auto;
    top: 0;
    margin-left:-21px;
    padding-right: 10px;
}

ul.mpty li ul.square,
ul.mpty li ul.disc,
ul.mpty li ul.circle,
ul.mpty li ul.sqbox{
    margin-left:42px;
}

ul.mpty li h2,
ul.mpty li h3,
ul.mpty li h4,
ul.mpty li h5,
ul.mpty li h6{
    margin-bottom:0;
}


/* Tables */
table.colored th[scope='col'],
table.colored thead th,
table.flat.colored th[scope='col'],
table.flat.colored thead th {
    text-align: center;
}
table td,
table th {
    padding: 1em 0.8em !important;
}
table .fa {
    margin-right: 0;
    font-size: 16px;
}
table .views-field-field-resource-type {
    text-align: center;
	font-weight: normal;
}
table .views-field-title p {
    line-height: 1.45em !important;
}

td.cell_center, table th.cell_center[scope='col'], table thead th.cell_center{
    text-align:center;
}

td.clr-red{
    color: #FFFFFF;
    background-color: #DB0000;
}

td.clr-orange{
    color: #000000;
    background-color: #FF960F;
}

td.clr-yellow{
    color: #000000;
    background-color: #FBFF00;
}

td.clr-red h1,
td.clr-red h2,
td.clr-red h3,
td.clr-red h4,
td.clr-red h5,
td.clr-red h6{
    color:#ffffff !important;
}

td.clr-orange h1,
td.clr-orange h2,
td.clr-orange h3,
td.clr-orange h4,
td.clr-orange h5,
td.clr-orange h6{
    color:#000000 !important;
}

td.clr-yellow h1,
td.clr-yellow h2,
td.clr-yellow h3,
td.clr-yellow h4,
td.clr-yellow h5,
td.clr-yellow h6{
    color:#000000 !important;
}
.dataTables_wrapper .dataTables_length {
    margin: 15px 0;
}
.dataTables_wrapper .dataTables_filter {
    margin: 14px 0 14px;
}
.dataTables_wrapper .dataTables_info {
    margin: 14px 0;
}
.dataTables_wrapper .dataTables_paginate {
    margin: 22px 0 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button + span .paginate_button.current {
    margin: 0 2px !important;
    padding: 0.2em .55em !important;
    background: #2b6389 !important;
    color: #ffffff !important;
    border: none !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled),
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled) {
    margin: 0 2px !important;
    padding: 0.2em .55em !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:not(.disabled):hover {
    margin: 0 2px !important;
    padding: 0.2em .55em !important;
    background: #2b6389 !important;
    color: #ffffff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button + span .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button + span .paginate_button:hover {
    margin: 0 2px !important;
    padding: 0.2em .55em !important;
    background: #2b6389 !important;
    color: #ffffff !important;
    border-color: #2b6389 !important;
}
table.dataTable thead .sorting {
    background-image: url(../images/project/sort_both.png) !important;
	background-size: 15px;
}
table.matrix thead .sorting_asc {
    background-image: url(../images/project/icon_nav_arrow_up_16x10.png) !important;
	background-size: 11px;
    background-position: 97% 54% !important;
}
table.matrix thead .sorting_desc {
    background-image: url(../images/project/icon_nav_arrow_down_16x10.png) !important;
	background-size: 11px;
    background-position: 97% 54% !important;
}
.dataTables_wrapper .control-message {
    font-style: italic;
    font-size: 13px !important;
    margin-bottom: 11px;
    line-height: 18px !important;
}
.print-button {
	margin-bottom: 25px;
    padding-right: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: left;
    border-radius: 3px;
    border-color: rgba(17, 121, 177, 0.48);
	background-color: transparent;
    color: #1179b1;
    float: right;
    font-size: 13px;
}
.print-button .fa-print {
    float: left;
    margin-right: 5px;
}

table.checklist tbody tr td:first-child {
    text-align: center;
    padding-top: 22px !important;
    padding-bottom: 7px !important;
    vertical-align: top;
  }

  table.checklist tbody tr td:first-child:before {
    content: "";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 18px;
    color: #444;
  }

@media print {
	#cu-search,
    .ehs-45-banner,
    #main-navigation,
	/* #brand, */
	.breadcrumb,
	.messages,
	.print-button,
	#sidebar-top,
	#sidebar-bottom,
	.contextual-region,
	.path-frontpage #home-featured,
	footer,
	footer * {
		display: none !important;
		visibility: hidden !important;
		overflow: hidden !important;
		background: none !important;
	}
	body:not(.autosize-header) article {
		font-size: 120%;
	}
  div#brand header#cu-header div.cu-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
  }
    .cu-unit span.autoscale-inline {
        font-size: 24pt;
        display: block;
        position: relative;
        top:-60px;
        right: -240px;
    }
    .print-logo .print-logo-img {
        display: block;
        height: 100px;
        width: 100px;
        position: relative;
        left: 0px;
        top: 0px;
    }
	.path-frontpage #main-content #main {
		margin-top: 0;
	}
	.path-frontpage .band {
		margin-top: 0;
	}
    @-moz-document url-prefix() {
        .sidebar .row > .primary{
            width:100%;
        }
        main, #main{
            padding-top: 1em !important;
        }
    }
}

@media (min-width: 1480px) {
	blockquote.offset {
		margin: 4px 30px 12px -90px;
	}
}
@media (max-width: 480px) {
	#site-header #home-header .slider-container .slider-caption h2 span {
		line-height: 36px;
		font-size: 27px;
		margin: 55px auto 0 !important;
	}
	#block-callstoaction > ul a {
		font-size: 18px;
	}
	#block-callstoaction > ul .fa {
		font-size: 24px;
	}
	main .intro {
		font-size: 21px;
	}
}

/* target Internet Explorer 9 to undo the custom arrow */
@media screen and (min-width:0\0) {

    .view-featured .views-exposed-form .js-form-item select,
    .view-news .views-exposed-form .js-form-item select {
        background: none\9;
        padding: 5px\9;
    }
}

@media (max-width: 1400px) {
	.home #main {
		margin: -92px 46px 0;
	}
	#home-header .slider-caption .caption-inner {
		margin: -115px 0 0 -15px;
		left: 0;
	}
}

@media (max-width: 1085px) {
	#block-callstoaction {
		width: 53%;
		top: 2%;
		height: 96%;
		padding-left: 40px;
	}
	#block-callstoaction > ul {
		margin-top: 29px;
	}
	#block-callstoaction > ul a {
		width: 94%;
	}
	#home-header {
		min-height: 612px;
	}
	#home-header .slider-container .slider-caption h2 {
		font-size: 35px;
		width: 300px;
	}
	#home-header .slider-caption .caption-inner {
		margin: -278px 0 0 32px;
	}
	#home-header:after {
		top: 0;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+90&0.88+0,0+90,0+90 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.88) 0%, rgba(0,0,0,0) 90%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.88) 0%,rgba(0,0,0,0) 90%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.88) 0%,rgba(0,0,0,0) 90%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	}
	#home-header .slider-caption .caption-inner {
		margin: -278px 0 0 22px;
	}
}
@media (max-width: 880px) {
	#block-callstoaction > ul li {
		padding: 17px 18px 17px 32px;
		background: rgba(2, 12, 19, 0.67);
		white-space: nowrap;
		margin: 0 0 26px 0;
	}
	#block-callstoaction {
		width: 56%;
	}
	.home .alert h2 {
		font-size: 32px;
	}
	#block-views-block-alerts-block-1-2 .views-row.card {
		padding-right: 20px;
	}
}
@media (max-width: 768px) {
    body > footer ul {
        text-align: left !important;
        width: auto;
        max-width: 400px;
        margin: 0 auto;
    }

    .cwd-component-rows .card {
        float: left;
        width: 100%;
    }

    .t-body {
        padding: 0 10%
    }

	#cu-header .cu-logo {
		margin: 0 auto 14px;
	}
	#block-callstoaction {
		width: 100%;
		max-height: 434px;
	}
	#block-callstoaction > ul {
		width: 100%;
	}
	#block-callstoaction > ul li {
		padding: 17px 80px 17px 32px;
		width: 90%;
    	margin: 16px auto;
	}
	#block-callstoaction > ul a {
		max-width: 342px;
		margin: 0 auto;
	}
	#block-callstoaction {
		top: 28%;
		padding: 0;
	}
	#home-header #home-campaign {
		height: 57em;
	}
	.home .four-col > * {
		width: 100% !important;
	}
	#home-megalinks {
		padding-left: 45px;
		padding-right: 45px;
	}
	.main-footer h2.h3 {
		text-align: left;
		margin-left: 30px !important;
	}
	.main-footer .secondary h2.h3 {
		font-size: 31px;
		text-align: center;
		margin-left: 0 !important;
	}
	.main-footer .secondary .button {
		margin: 40px auto;
	}
	p.accessibility-message:before {
		display: none;
	}
	p.accessibility-message {
		margin-top: 1.5em;
		margin-bottom: 1.5em;
	}
	#home-header .slider-container .slider-caption,
	#home-header .slider-container .slider-caption * {
		position: unset !important;
		top: unset !important;
		margin: unset !important;
		padding: unset !important;
		text-align: unset !important;
		width: unset !important;
		height: unset !important;
		display: unset !important;
		bottom: unset !important;
		left: unset !important;
	}
	#block-views-block-alerts-block-1-2 {
		position: absolute !important;
		top: 35px !important;
		margin: 0 !important;
		width: 100% !important;
		left: 0 !important;
		text-align: center !important;
		background: none !important;
		z-index: 9 !important;
	}
	#block-views-block-alerts-block-1-2 h2 {
		line-height: 44px;
		font-size: 33px;
	}
	.home #main {
		margin: -92px 0 0;
	}
	#block-callstoaction {
		width: 100%;
		max-height: 507px;
	}
	#home-header .container-fluid {
		pointer-events: none;
	}
	#block-views-block-alerts-block-1-2 {
		top: 15px !important;
	}
	#block-views-block-alerts-block-1-2 .views-row.card {
		padding-right: 0;
	}
	#block-views-block-alerts-block-1-2 h2 {
		line-height: 36px;
		font-size: 23px;
		width: 90%;
		padding: 0 5%;
		margin: 0 auto;
	}
	#block-views-block-alerts-block-1-2 .views-row.card {
		width: 100%;
	}
}
@media (min-width: 768px) {

    /* Page Header
	#cu-header .cu-unit #sitename,
	#cu-header .cu-unit #sitename {
		white-space: nowrap;
	}*/
	#cu-header .cu-brand h2 {
        font-size: 30px;
    }
	main, #main {
		padding-top: 5.4em;
	}

    #cu-header .cu-brand h2 span {
        font-size: 22px;
    }

    .cu-seal #cu-header .cu-brand .cu-unit {
        margin: 0 0 0 auto;
    }

    /* Layout */
    .no-sidebar #main-article {
        width: 100%;
        padding-right: 0;
    }

    .no-sidebar main:before {
        display: none !important;
    }

    .sidebar-tint main:before {
        display: block;
    		content: '';
    		background: #f6f6f6;
    		width: calc(34.8% - 40.000000002px);
    		position: absolute;
    		top: 0;
    		bottom: 0;
    		left: 0;
    		z-index: 1;
    }

    .footer-links > * {
        margin: 0.4em 0;
    }

    .secondary-navigation {
        margin: 5px 0 0;
    }

    /* Supplementary Band */
    body > .band.accent1,
    body > .band.accent2 {
        padding: 60px 0;
    }


    .showcase h2,
    #home-featured h2,
    #home-social .primary h2 {
        font-size: 32px;
        max-width: none;
    }

    #home-featured .cwd-component,
    #home-social .cwd-component,
    #home-social .twitter,
    #elements {
        max-width: none;
    }

    #home-social .primary,
    #home-featured .primary {
        padding-right: 5%;
    }

    #home-social .twitter {
        padding: 0 15px;
        border: 0;
    }
	.home #main-article h1:not(.h2) {
		display: none;
	}
    .home #main {
        padding-bottom: 0;
    }

	.home #main-article > section .two-col > *:first-child {
		float: left;
    	width: 44%;
	}
	.home #main-article > section .two-col > *:nth-child(2) {
		width: 34%;
    	float: right;
	}

	.main-footer .two-col > *:first-child {
		width: 38%;
    	margin-left: 12%;
	}
	.main-footer .two-col > *:nth-child(2) {
		width: 50%;
    	margin-left: 0;
	}
	.main-footer .sidebar .row > .secondary,
	.main-footer .sidebar-left .row > .secondary,
	.main-footer .sidebar-right .sidebar-left .row > .secondary {
		border-right: 1px solid rgba(255, 255, 255, 0.27);
	}
	main .three-col figure,
	main .two-col figure {
		width: 95%;
	}
	.sidebar .row > .secondary,
	.sidebar-left .row > .secondary,
	.sidebar-right .sidebar-left .row > .secondary {
		width: 30.7%;
		margin-top: -24px;
	}

}
@media (max-width: 992px) {
	.home .four-col > * {
		width: 50%;
	}
	.home .four-col > *:nth-child(3) {
		clear: left;
	}
	#block-views-block-alerts-block-1-2 {
		margin-left: 41px;
		width: 38%;
	}
	.alert h2 {
		line-height: 1.2em;
		font-size: 37px;
	}
}
@media (min-width: 992px) {

    /* Page Header */
    .cu-seal .cu-logo a {
        width: 120px;
        height: 120px;
        min-width: 120px;
        margin: 0 50px 0 0 !important;
    }

    .cwd-card-grid.three-card .card,
    .cwd-card-grid.three-card .card:nth-child(2n + 2) {
        clear: none;
    }

    #cu-header .cu-brand h2 {
        font-size: 36px;
    }

    .secondary-navigation {
        margin: 10px 0 20px;
    }

    /* Main Navigation */
    #site-header {
        border-bottom: 0;
        -webkit-font-smoothing: subpixel-antialiased;
    }

    #main-navigation ul ul {
        text-transform: none;
    }

    #main-navigation li {

	}

    #main-navigation a,
    #utility-navigation a {
        transition: color 0.2s, background 0.2s;
    }
	.dropdown-menu ul ul ul {
		-moz-box-shadow: 0 0 0 #888;
		-webkit-box-shadow: 0 0 0 #888;
		box-shadow: 0 0 0 #888;
	}

    #utility-navigation a:hover,
    #utility-navigation a:focus {
        color: #16486a;
        text-decoration: underline;
    }

    #main-navigation .active > a:hover,
    #main-navigation .active > a:focus,
    #main-navigation li.active:hover > a,
    #main-navigation .active > a:hover,
    #main-navigation li > a.is-active:focus,
    #main-navigation li:hover > a.is-active {
        color: #fff;
    }

    #main-navigation .container-fluid > ul {
        display: flex;
        align-items: stretch;
        width: calc(100% + 2.5em);
        margin-left: calc(-1.25em);
    }
    #main-navigation .container-fluid > ul > li > ul > li .children{
		top: -1px;

	}
    #main-navigation .container-fluid > ul > li {
        flex-grow: 1;
        display: flex;
        align-items: stretch;
    }

    #main-navigation .children,
    #main-navigation .sub-menu {
        top: 100%;

	}

    #main-navigation .children > li:first-child,
    #main-navigation .sub-menu > li:first-child {
        margin-top: 0;
    }

    #main-navigation .children > li:last-child,
    #main-navigation .sub-menu > li:last-child {
        margin-bottom: 2px;
    }

    #main-navigation.vflip .children,
    #main-navigation.vflip .sub-menu {
        top: auto;
        bottom: 100%;
    }

    #main-navigation.vflip .children > li:first-child,
    #main-navigation.vflip .sub-menu > li:first-child {
        margin-top: 2px;
    }

    #main-navigation.vflip .children > li:last-child,
    #main-navigation.vflip .sub-menu > li:last-child {
        margin-bottom: 6px;
    }

    #main-navigation .children a,
    #main-navigation .sub-menu a {
        position: relative;
        padding: 5px 20px;
    }

    #main-navigation .children a:hover,
    #main-navigation .sub-menu a:hover {
        color: #fff;
    }

    #main-navigation .children a:after,
    #main-navigation .sub-menu a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;

	}

    #main-navigation .children > li:first-child a:after,
    #main-navigation .sub-menu > li:first-child a:after {
        content: none;
    }

    #main-navigation .container-fluid > ul > li > a {
        padding: 25px 19px;
        text-align: center;
        /*display: flex;*/
        align-items: center;
    }

    #main-navigation .container-fluid > ul > li ul li a {
        padding: 20px 19px;
        padding: 0.5em 1em;
        font-size: 0.8em;
    }

    #main-navigation li.parent > a .fa {

	}

    /* Utility Navigation */
    #utility-navigation {
        -webkit-font-smoothing: subpixel-antialiased;
    }
	#utility-navigation li {
		font-size: 15px;
	}
    #utility-navigation a {
        background: none;
		color: #000;
        height: 22px;
        line-height: 22px;
        margin-top: 8px;
    }

    #utility-navigation li:first-child a {
        border: 0;
    }

    /* Secondary Navigation */
    .secondary-navigation ul ul a:after {
        content: '\f2fb';
        padding-left: 10px;
        font-size: 19px;
        position: relative;
        top: 2px;
        opacity: 0.5;
        white-space: nowrap;
    }

    .secondary-navigation ul ul ul a:after {
        content: none;
        padding: 0;
    }
	.sidebar .row > .secondary,
	.sidebar-left .row > .secondary,
	.sidebar-right .sidebar-left .row > .secondary {

	}

    /* Search */
    .cu-seal .mobile-button {
        width: 44px;
        height: 43px;
    }

    /* Layout */
    main .primary,
    body > .band[role='complementary'] .primary {
        padding-right: 3%;
    }

    body.home > .band[role='complementary'] .primary {
        padding-right: 0;
    }

    blockquote.offset {
        width: 42%;
    }

    #home-header .secondary {
        padding-left: 3.5%;
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .contact-us {
        font-size: 24px;
    }

    .contact-us:before {
        font-size: 48px;
    }

    /* Homepage News */
    .cwd-card-grid.three-card header .card {
        width: 100%;
    }

    .cwd-component-rows .news .group-image,
    .cwd-component-rows .featured .group-image {
        width: 100%;
        margin-bottom: 1em;
    }

    .cwd-component-rows .news .group-fields {
        width: 100%;
        padding-left: 0;
    }

    .cwd-component-rows header .news .group-image {
        width: 50%;
        margin-right: 2%;
    }

    .cwd-component-rows header .news .group-fields {
        width: 48%;
    }

    .cwd-card-grid.three-card header .row {
        padding-right: 0;
    }

    .news-landing,
    .featured-landing {
        float: left;
        width: 48%;
        clear: none;
    }

    .news-landing {
        margin-right: 4%;
    }

    .cwd-component-rows.news-landing .group-image {
        width: 30% !important;
        margin-right: 4%;
    }

    .cwd-component-rows.news-landing .group-fields {
        width: 66% !important;
    }

	blockquote.offset {
		background: none;
		float: left;
		width: 40%;
		padding: 0 30px;
		border: 0;
		border-right: 3px solid #b31b1b;
		clear: none;
	}
}

@media (min-width: 1080px) {

    /* Supplementary Band */
    body > .band.accent1,
    body > .band.accent2 {
        padding: 65px 0;
    }

    #home-header .contact {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {

    /* Page Header */
    .cu-seal #cu-header .cu-brand .cu-unit {
        margin: 0 0 0 auto;
    }

    .cu-seal #cu-header .cu-brand {
        padding-top: 47px;
        padding-bottom: 47px;
    }

    #cu-header .cu-brand h2 {
        font-size: 42px;
    }

    h2,
    .h2 {
        font-size: 32px;
    }

    h3,
    .h3 {
        font-size: 23px;
    }

    /* Layout */
    main .primary,
    body > .band[role='complementary'] .primary {
        padding-right: 5%;
    }

    body.home > .band[role='complementary'] .primary {
        padding-right: 0;
    }

    /* Homepage */
    .banner-flex:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #666E79;
    }

    #home-header .contact {
        font-size: 14px;
    }
}
@media (max-width: 880px) and (min-width: 767px)  {
	.cu-seal #cu-header .cu-brand h1 {
		font-size: 40px !important;
	}
}
@media (max-width: 767px) and (min-width: 500px)  {
	.cu-seal #cu-header .cu-brand h1 {
		margin: 2px auto 8px;
		padding: 0 20px;
		font-size: 40px !important;
	}
}
@media (max-width: 500px)  {
	.cu-seal #cu-header .cu-brand h1 {
		font-size: 34px !important;
	}
}
@media (max-width: 767px) {


    #home-header .slide-buffer,
    #home-header .slider-caption {
        height: 100%;
    }

    #home-header .primary {
        margin-bottom: 1.5em;
    }

    #home-header .secondary,
    .home-supplement .secondary {
        padding-left: 20px;
        padding-right: 20px;
    }

    #home-header .slider-caption h2 {
        font-size: 15px;
        line-height: 1.4;
    }

    #home-header .campaign-nav {
        left: 0 !important;
        bottom: 47% !important;
        bottom: calc(50% - 34px) !important;
        width: 100%;
    }

    #home-header .campaign-nav .next-prev a {
        border: 0;
        width: 34px;
        height: 68px;
        line-height: 68px;
        font-size: 28px;
        margin: 0;
    }

    #home-header .campaign-nav .next-prev a .fa {
        line-height: 68px;
        font-size: 28px;
    }

    #home-header .campaign-nav .next-prev {
        width: 100%;
    }

    #home-header .campaign-nav .next {
        float: right;
    }

    #home-header .slider-caption {
        background: -moz-linear-gradient(top, rgba(40, 30, 22, 0) 0%, rgba(40, 30, 22, 0.7) 100%);
        background: -webkit-linear-gradient(top, rgba(40, 30, 22, 0) 0%, rgba(40, 30, 22, 0.7) 100%);
        background: linear-gradient(to bottom, rgba(40, 30, 22, 0) 0%, rgba(40, 30, 22, 0.7) 100%);
    }

    .banner-photo-overlay:before,
    .banner-photo-overlay:after {
        display: none;
    }

    p.accessibility-message {
        margin-bottom: 2em;
        padding-top: 2em;
    }

    p.accessibility-message:before {
        float: left;
    }
	.cwd-component-rows .group-image {
		width: 100%;
	}
	.cwd-component-rows .group-fields {
		max-width: none !important;
		width: 100%;
	}

}
@media (max-width: 500px) {
	#block-callstoaction {
		max-height: 482px;
	}
}
/* section navigation menu */
.show-all.secondary-navigation.drupal-section-navigation .menu-item {
    display: block;
}

.user-logged-in  a[href="/saml_login"] {
    display: none;
}

/* SimpleSAML Login Link */
.simplesamlphp-auth-login-link {
  display: inline-block;
  padding: 4px 10px;
  text-align: right;
  text-decoration: underline;
  max-width: 600px;
  width: 100%;
  clear: right;
}
form[data-drupal-selector=user-login-form] #edit-submit {
  top: -35px;
  position:relative;
}

/* People Directory letter filter styles */
.view-people > .view-content > span > a {
    background: #2d668e;
    text-decoration: none;
    color: #fff;
    padding: 6px 10px;
    line-height: 2.5em;
}

/* Resource Library */
.resource-library-form > .form-item {
    margin-bottom: 1em;
}
.resource-library-search-submit {
    font-family: Avenir Next, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: #2d668e;
    font-weight: 400;
    font-size: 16px;
    padding: 0.56em 1.5em;
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    border: 0;
    margin-right: 0.25em;
    margin-bottom: 0.25em;
}
.resource-library-search-submit:hover, .resource-library-search-submit:focus {
    background: none;
    outline: 2px solid #2d688e;
    color: #2d688e;
    cursor: pointer;
}
.resource-library-search-reset {
    font-family: Avenir Next, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: none;
    font-weight: 400;
    font-size: 16px;
    padding: 0.35em 1.5em;
    display: inline-block;
    color: #2d688e;
    text-decoration: none;
    box-sizing: border-box;
}
.resource-library-search-reset:focus, .resource-library-search-reset:hover {
    background: #e0e0e0;
    text-decoration: underline;
}
/* #main form .resource-library-form #edit-field-resource-category--2--wrapper input[type="checkbox"] {
    float: left;
}
#main form .resource-library-form #edit-field-resource-category--2--wrapper label {
    display: block;
    margin-left: 1.8em;
}
#main form .resource-library-form #edit-field-resource-topic--2--wrapper input[type="checkbox"] {
    float: left;
}
#main form .resource-library-form #edit-field-resource-topic--2--wrapper label {
    display: block;
    margin-left: 1.8em;
} */
#main form .resource-library-form fieldset {
    border: 0;
    margin: 1em 0;
}
.block-facet-blockresource-category legend, .block-facet-blockresource-topic legend {
    font-family: Avenir Next, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin: 0 0 0.2em;
    color: #333;
    padding-left: 0;
}
.block-facet-blockresource-category .facets-widget-checkbox ul .facet-item input[type="checkbox"],
.block-facet-blockresource-topic .facets-widget-checkbox ul .facet-item input[type="checkbox"] {
    float: left;
    vertical-align: middle;
}
.block-facet-blockresource-category .facets-widget-checkbox ul,
.block-facet-blockresource-topic .facets-widget-checkbox ul {
    padding-left: 0;
}
.block-facet-blockresource-category .facets-widget-checkbox ul li,
.block-facet-blockresource-topic .facets-widget-checkbox ul li {
    list-style: none;
    display: flex;
    align-items: center;
}
.block-facet-blockresource-category .facets-widget-checkbox ul li label,
.block-facet-blockresource-topic .facets-widget-checkbox ul li label {
    display: block;
    margin-left: 1em;
}
ul.resource-item-list {
    padding: 0;
}
ul.resource-item-list li.resource-item-list-item {
    list-style: none;
    border-bottom: 1px solid #333;
    padding: 1em 0;
}
.resource-library-heading {
    font-weight: 600;
}
body:not(.home) main .resource-library-content p {
    font-size: 15px;
}
.resource-library-tags {
    margin-top: 2em;
}
.resource-library-category h3, .resource-library-topic h3 {
    margin-bottom: 0.5em;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
}
.resource-library-category a, .resource-library-topic a {
    padding: 0.2em 0;
    display: inline-block;
    list-style: none;
    margin-bottom: 0.5em;
    font-size: 18px;
    color: #2b6389;
    text-decoration: underline;
    font-family: Lato, Assistant, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica Neue, sans-serif;
}
.resource-library-category a:hover, .resource-library-topic a:hover,
.resource-library-category a:focus, .resource-library-topic a:focus  {
    text-decoration: underline;
}

main h2.resource-page-heading, #main h2.resource-page-heading {
    font-size:19px;
    font-weight: 700;
    color: #2b6389;
    padding-top: 1em;
    margin-bottom: 0.2em;
}

.resource-page-content-multi .comma:last-of-type {
    display: none;
}

#main #sidebar-top #edit-combine--2 {
    width: 100%;
}
/* Custom PDF Style, External Link Style, Internal Link Style */

li.pdf:after, p.pdf:after, a.pdf:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f1c1";
    margin-left: 3px;
    color: #333;
}

li.int-link:after, p.int-link:after, a.int-link:after,
li.link:after, p.link:after, a.link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f0c1";
    margin-left: 3px;
    color: #333;
}

li.ext-link:after, p.ext-link:after, a.ext-link:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f08e";
    margin-left: 3px;
    color: #333;
}

li.doc:after, p.doc:after, a.doc:after,
li.docx:after, p.docx:after, a.docx:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f1c2";
    margin-left: 3px;
    color: #333;
}

li.xls:after, p.xls:after, a.xls:after,
li.xlsx:after, p.xlsx:after, a.xlsx:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f1c3";
    margin-left: 3px;
    color: #333;
}

li.ppt:after, p.ppt:after, a.ppt:after,
li.pptx:after, p.pptx:after, a.pptx:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 80%;
    text-rendering: auto;
    content: "\f1c4";
    margin-left: 3px;
    color: #333;
}

#main input#edit-bid,
#main label[for="edit-bid"] {
    display: none;
}

/* EHS Custom Search */
.cu-brand {
    margin-top: 42px;
}
.ehs-45-banner {
    height: 42px;
    position: absolute;
    top: 0;
    background: #b31b1b;
    width: 100%;
    text-align: right;
}
.user-logged-in .ehs-45-banner {
    top: 85px;
}
.ehs-search {
    display: inline-block;
    vertical-align: top;
    height: 100%;
    /* background: rgba(0,0,0,.1); */
}
#cu-search-form {
    display: inline-block;
    height: 100%;
    background: #871414;
}
#cu-search-query {
    display: inline-block;
    height: auto;
    /* background: #871414; */
    color: #000000;
    border: 0;
    font-size: 16px;
    padding: 6px;
    margin: 6px;
    vertical-align: middle;
}
#cu-search-query::placeholder {
    color: #000000 !important;
    opacity: 1;
}
#cu-search-form .search-filters {
    display: inline-block;
    height: 100%;
    color: #ffffff;
}
#cu-search-form .search-filters label {
    margin-right: 8px;
}
#cu-search-submit {
    top: 0;
    color: #ffffff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    width: auto;
    height: 42px;
    padding: 0 1em;
    vertical-align: top;
    border: 0;
    background: rgba(0,0,0,.6);
    font-size: 16px;
    font-weight: 500;
    /* background-image: url("../../cwd_base/images/cwd_utilities/chevron-right-rect.svg"); */
    /* background-image: url("../../cwd_base/images/cornell/icon_search_sm.png"); */
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#cu-search-submit:hover {
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
}
#ehs-search-button-mobile {
    display: none;
}
#utility-navigation {
    display: inline-block;
    float: none;
    vertical-align: top;
}
#utility-navigation .list-menu li {
    background: none !important;
}
#utility-navigation .list-menu li a {
    text-decoration: underline;
    color: #ffffff;
}
@media (max-width: 991px) {
    #cu-header .container-fluid .buttons {
        display: inline-block;
        position: relative;
        right: 0;
    }
    #cu-header .container-fluid .buttons .mobile-button {
        height: 42px;
        width: 42px;
        margin-top: 0;
        background-position: 50%, 50%;
    }
    .ehs-search {
        position: relative;
        /* right: 32px; */
    }
    #utility-navigation {
        display: none;
    }
}
@media (max-width: 767px) {
    .ehs-search {
        display: none;
    }
    .ehs-search.mobile-visible {
        display: inline-block;
        position: absolute;
        top: 42px;
        right: 0;
        width: 100%;
        background: #9b1717;
    }
    #cu-search-query {
        width: calc(100% - 265px);
    }
    #cu-search-form {
        width: 100%;
    }
    #ehs-search-button-mobile {
        display: inline-block;
    }
}

/* Miscellaneous */
.page-node-type-book.mobile #sidebar-top > .mobile-expander {
    margin-bottom: -34px;
}
.page-node-type-book.mobile #sidebar-top > .mobile-expander .mobile-expander-heading.open + .mobile {
    padding-bottom: 0;
    margin-bottom: -10px;
}
