@charset "UTF-8";
/* CSS Document */

.region.region-banner-image + .headline {
	display: none;
}
.breadcrumbs {
	display: none;
}
/* Section and Side Content */

.section {
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.section + .section {
	border-top: 1px solid #EEE;
}
.side-content {
	border-left: 1px solid #EEE;
	padding-left: 9px;
	margin-left: 0 !important;
}
.section .side-content {
	margin-top:-5px;
	padding-top:5px;
	margin-bottom:-5px;
	padding-bottom:5px;
}
/* Image Rollover */

a.rollover {
	background: #000;
	display: block;
	margin-bottom: 15px;
	line-height: 0px;
}
a.rollover img {
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	opacity:.6;
}
a.rollover:hover img {
	-moz-opacity:1;
	filter:alpha(opacity=100);
	opacity:1;
}
/* Collapsible */
#expand-all, #collapse-all {
	cursor: pointer;
	text-decoration: none;
}
.collapse-status {
	opacity: 0.3;
}
.collapse-header:hover > .collapse-status {
	opacity: 1;
}
/*Nav-list*/
ul.nav-list, ul.nobullets {
	list-style-type: none;
	padding: 0;
	margin-left: 0!important;
}
ul.nav-list li, ul.nobullets li {
	list-style: none;
	margin: 5px 0;
}
ul.nobullets li span {
	float:right;
}
ul.nobullets li span.option {
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 10px 4px 0;
}
/*External Links*/
a.external {
	display:inline-block;
}
a.external:after {
	content: url("http://www.ucalgary.ca/prospectivestudents/files/prospectivestudents/images/externallinkred.png");
	padding-left: 3px;
}
a.external:hover:after {
	content: url("http://www.ucalgary.ca/prospectivestudents/files/prospectivestudents/images/externallink.png");
}
a.info {
	display:inline-block;
	line-height: 21px;
}
a.info:after {
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	float: right;
	margin-left: 10px;
	margin-top: 0px;
}
a.info:hover:after {
	background: #ED1C24 url("http://www.ucalgary.ca/prospectivestudents/files/prospectivestudents/images/info-bg.png") no-repeat;
}
/*PDF Links*/
a.pdf {
	display:inline-block;
}
a.pdf:after {
	content: url("http://springsummer.ucalgary.ca/files/springandsummer/images/document_pdf_linkred.png");
	padding-left: 3px;
}
a.pdf:hover:after {
	content: url("http://springsummer.ucalgary.ca/files/springandsummer/images/document_pdf_linkgrey.png");
}
/*Arrow links*/
a.arrow {
	display: inline;
	color: #ED1C24;
	padding-right: 30px;
	position: relative;
}
a.arrow:hover {
	color: #515058;
}
a.arrow:after {
	display: inline-block;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	background: #ED1C24 url("/studentfinance/files/studentfinance/images/arrow-next-bg.png") no-repeat;
}

a.arrow:hover:after {
	background: #515058 url("http://www.ucalgary.ca/studentfinance/files/studentfinance/images/arrow-next-bg.png") no-repeat;
}

/* Big Paragraph */
p.big {
	font-size: 21px;
	padding: 0 30px;
	color: #888;
	margin: 10px 0;
}
/* Hover Over Tooltip */
a.tooltip + span {
	display:none; /* if you have accessibility issues, you may choose other hiding tricks*/
	padding:3px 4px;
	margin-top:5px;
	margin-left:5px;
	width:90%;
	position:absolute;
	border:1px solid #cccccc;
	background:#fcfcfc;
	color: #000;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 6px;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 6px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999');
}
a.tooltip:hover + span {
	display:block;
	z-index:100;
}
input[type="submit"] {
	cursor: pointer;
}
ul, li, .section, .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	z-index: 1;
}
ul:hover, li:hover, .section:hover, .grid_1:hover, .grid_2:hover, .grid_3:hover, .grid_4:hover, .grid_5:hover, .grid_6:hover, .grid_7:hover, .grid_8:hover, .grid_9:hover, .grid_10:hover, .grid_11:hover, .grid_12:hover {
	z-index: 2;
	visibility: visible;
}
/* Sticky-menu */

#sticky-menu {
	position: static;
	height: auto;
	z-index: 500;
	background: #fff;
}
#uc-content > div.primary .grid_4#sticky-menu {
	width: 234px;
}
#sticky-menu.sticky {
	position: fixed;
	top: 0;
	height: auto;
}
#sticky-menu .inner {
	padding: 0 10px;
}
#sticky-menu > ul {
	margin: 0 0 5px 0;
	padding: 0;
}
#sticky-menu > ul li {
	list-style: none;
}
#sticky-menu > ul li+li {
	border-top: 1px dashed #eee;
}
#uc-content #sticky-menu > ul li a {
	display: block;
	padding: 5px 10px;
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 15px;
	color: #777;
}
#uc-content #sticky-menu > ul li h3.jump-to {
	font-size: 14px;
	padding: 6px 10px;
}
#uc-content #sticky-menu > ul li h3.jump-to:before {
	content: "☰ ";
	font-weight: normal;
}
#uc-content #sticky-menu > ul li a:hover {
	text-decoration: none;
	color: #333;
}
