@charset "CP850";
/* 960 Grid System ~ Core CSS.
 * Learn more ~ http://960.gs/
 * *
 * Licensed under GPL and MIT. */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*******************************************************************************************
 * STANDARD WEBSITE COLORS TO BE USED BY ALL ELEMENTS           *
 *                                                                                                               *
 *******************************************************************************************/
@font-face {
  font-family: "OSP DIN";
  src: url('../fonts/osp-din.eot');
  src: url('../fonts/osp-din.eot?#iefix') format('eot'), url('../fonts/osp-din.ttf') format('truetype'), url('../fonts/osp-din.otf') format('opentype'), url('../fonts/osp-din.woff') format('woff');
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-regular-otf.eot');
  src: url('../fonts/economica-regular-otf.eot?#iefix') format('eot'), url('../fonts/economica-regular-otf.ttf') format('truetype'), url('../fonts/economica-regular-otf.otf') format('opentype'), url('../fonts/economica-regular-otf.woff') format('woff');
  font-style: normal;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-bold-otf.eot');
  src: url('../fonts/economica-bold-otf.eot?#iefix') format('eot'), url('../fonts/economica-bold-otf.ttf') format('truetype'), url('../fonts/economica-bold-otf.otf') format('opentype'), url('../fonts/economica-bold-otf.woff') format('woff');
  font-style: bold;
}

@font-face {
  font-family: "Economica";
  src: url('../fonts/economica-italic-otf.eot');
  src: url('../fonts/economica-italic-otf.eot?#iefix') format('eot'), url('../fonts/economica-italic-otf.ttf') format('truetype'), url('../fonts/economica-italic-otf.otf') format('opentype'), url('../fonts/economica-italic-otf.woff') format('woff');
  font-style: italic;
}

/* Standard Font */
/* Title Font */
a {
  text-decoration: none;
}

.clearfix {
  clear: both;
}

.element-invisible {
  display: none !important;
}

body {
  line-height: 1.6em;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  background: #1e1e1e;
}

.node-content-wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/page-bk.png") #e0e1db repeat;
  float: left;
}



.top-nav {
  width: 100%;
  height: 40px;
  padding: 0;
  background: #1e1e1e;
  font-family: 'Economica', ‘Arial Narrow’, sans-serif;
  font-style: bold;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.row {
  width: 1000px;
  max-width: 100%;
  min-width: 640px;
  margin: 0 auto;
  display: block;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.desktop-top-nav ul {
  font-size: 15px;
  font-size: 0.92rem;
  line-height: 43px;
  display: block;
}
.desktop-top-nav ul li {
  display: inline-block;
  padding: 0 20px 0 0;
  float: left;
}
.desktop-top-nav ul li a {
  color: #cccccc;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.desktop-top-nav ul li a:hover {
  color: white;
}
.desktop-top-nav ul .featured {
  padding: 1px 10px 0 10px;
  margin: 7px 0 0 15px;
  background: #3a3a3a;
  line-height: 27px;
  height: 25px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.desktop-top-nav .top-nav-left {
  float: left;
}
.desktop-top-nav .top-nav-right {
  float: right;
}
.desktop-top-nav .top-nav-right li {
  float: left;
}

.desktop-header {
  margin: 18px auto;
  display: block;
}
.desktop-header .logo {
  display: block;
  background: url("../images/culogo.png");
  width: 234px;
  height: 58px;
  float: left;
  border: 0;
  text-indent: -9999px;
}


.header-image {
  margin-bottom: -10px !important;
}

.dept-title-wrapper {
  position: relative;
  height: 60px;
  color: white;
  padding: 10px 0;
  margin: 0 auto;
  background: #aa001d;
  -webkit-box-shadow: 0px 1px 3px #929292;
  -moz-box-shadow: 0px 1px 3px #929292;
  box-shadow: 0px 1px 3px #929292;
}
.dept-title-wrapper h1 {
  padding: 0 0 0 30px;
  font-family: 'OSP DIN';
  color: white;
  line-height: 40px;
  font-size: 30px;
  font-size: 2.4rem !important;
  width: 100%;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}
.dept-title-wrapper:before, .dept-title-wrapper:after {
  content: "";
  display: block;
  border-top: #1e1e1e 15px solid;
  position: absolute;
  bottom: -15px;
}
.dept-title-wrapper:before {
  border-left: transparent 15px solid;
  left: 0;
}
.dept-title-wrapper:after {
  border-right: transparent 15px solid;
  right: 0;
}

.page-wrapper {
  background: white;
  display: table;
  width: 100%;
  table-layout: fixed;
  overflow: auto;
  background: #fdfdfd;
}
.page-wrapper .site-nav {
  display: table-cell !important;
  width: 23%;
  padding: 0 0 20px 0;

}
.page-wrapper .site-nav ul {
  list-style: none;
  padding: 10px 0 0 0px;
  margin: 0;
  font-size: 14px !important;
  font-size: 0.8rem !important;
}
.page-wrapper .site-nav ul li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #333333;
  position: relative;
}
.page-wrapper .site-nav ul li a {
  font-weight: bold;
  padding: 15px 18px;
  display: block;
  color: #333333;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.page-wrapper .site-nav ul li a:hover {
  color: #b9212c !important;
  background: #f0f0f0;
}
.page-wrapper .site-nav ul li:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  display: block;
  right: 0px;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #e9e9e9), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(right, #e9e9e9, #fdfdfd);
  background-image: -moz-linear-gradient(right, #e9e9e9, #fdfdfd);
  background-image: -o-linear-gradient(right, #e9e9e9, #fdfdfd);
  background-image: linear-gradient(right, #e9e9e9, #fdfdfd);
}
.page-wrapper .site-nav ul li .active-trail {
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f5f5f5), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: -moz-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: -o-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: linear-gradient(left, #f5f5f5, #fdfdfd);
}
.page-wrapper .site-nav ul li .active {
  color: #b9212c;
}
.page-wrapper .site-nav ul .expanded ul {
  padding: 0;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f5f5f5), color-stop(100%, #fdfdfd));
  background-image: -webkit-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: -moz-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: -o-linear-gradient(left, #f5f5f5, #fdfdfd);
  background-image: linear-gradient(left, #f5f5f5, #fdfdfd);
}
.page-wrapper .site-nav ul .expanded ul li {
  background: none;
}
.page-wrapper .site-nav ul .expanded ul li:after {
  display: none;
}
.page-wrapper .site-nav ul .expanded ul li a {
  padding: 10px 8px 8px 40px;
  color: #085f82;
}
.page-wrapper .site-nav ul .expanded ul li .active {
  color: #b9212c;
}
.page-wrapper .site-nav ul .expanded ul li ul li a {
  padding: 8px 15px 8px 60px !important;
  color: #1e1e1e;
  font-weight: normal;
  line-height: 1.6em;
}

.page-wrapper .page-content {
	border-left: #eaeaea;
	width: 77%;
	display: table-cell !important;
	vertical-align: top;
	background: #fff;
	border-left: #eaeaea 1px solid;
}

.page-wrapper .page-content .content-area {
	padding: 20px 20px 20px 20px;
	color: #333;
}

.footer {
  padding: 18px;
  background: #1e1e1e;
  display: block;
}
 .footer .desktop-footer {
  padding-bottom: 10px;
  display: block !important;
  color: #929292;
  font-size: 12.5px;
  line-height: 1.6em;
}
 .footer .desktop-footer a {
  color: #c3c3c3;
  font-weight: bold;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}
.footer .desktop-footer a:hover {
  color: white;
}
.footer .footer-logos {
  min-height: 60px;
}
.footer .footer-logos .cu-logo-footer {
  float: left;
}
.footer .footer-logos .cu-logo-footer a {
  display: block;
  text-indent: -9999px;
  height: 60px;
  width: 160px;
  background: url("../images/cu-logo-footer.png") no-repeat center center;
}
#backToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 51px;
  height: 51px;
  background: url("../images/to-top.png") no-repeat;
  text-indent: -9990px;
  display: none;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#backToTop:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
