body {
	color: #222;
	font-family: "Roboto", sans-serif, Arial, Helvetica;
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

/*Accessibility*/
.accessible {
	padding: 10px;
	position: absolute;
	left: -9999em;
	background: #fff;
}
.accessible ul {
	text-align: right;
}
.accessible ul li {
	margin: 0 0 0 .5em;
	display: inline;
}
.accessible.noscript {
	position: relative;
	left: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

/*Core Layout*/
.wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	box-sizing: border-box;
}
#left-col {
	width: 23%;
	float: left;
}
#right-col {
	width: 73%;
	float: right;
}

/*Header*/
#hdr-top {
	background: #186C94;
}
#hdr-top ul {
	float: left;
}
#hdr-top #hdr-top-right {
	float: right;
}
#hdr-top li {
	float: left;
}
#hdr-top a {
	color: #fff;
	text-decoration: none;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	padding: 10px;
	transition: all 100ms;
}
#hdr-top a:hover,
#hdr-top a:focus {
	background: #125778;
	color: #fff;
	outline: none;
}
#hdr-top a.back {
	display: inline-block;
}
#hdr-main {
	padding: 20px 0;
	background: #125778;
}
a.back:before {
	content: '\f104';
	font-family: FontAwesome;
	margin-right: 10px;
	font-size: 1.5em;
	position: relative;
	line-height: 0;
	top: 2px;
}
#logo {
	float: left;
	width: 250px;
	height: auto;
	box-sizing: border-box;
}
#logo img {
	height: auto;
	width: 100%;
}
#hdr-right {
	float: right;
	width: calc(100% - 250px);
}
#small-nav {
	float: right;
	clear: both;
	padding: 30px 0;
}
#small-nav li {
	float: left;
}
#small-nav li + li {
	margin-left: 2px;
}
#small-nav li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: 500;
	font-size: 0.8em;
	padding: 5px 15px;
	background: rgba(255,255,255,0.18);
}
#small-nav li a:hover,
#small-nav li a:focus {
	outline: none;
	background: rgba(255,255,255,0.3);
}
#edition {
	font-size: 1.9em;
	text-transform: uppercase;
	padding: 30px 0 15px;
	border-bottom: 1px solid #ccc;
}
#edition-alt {
	margin: 0 0 20px 0;
	font-size: 1.9em;
	text-transform: uppercase;
	color: #fff;
	text-align: right;
}
#edition-alt span {
	color: #6db1a4;
	font-weight: bold;
}

/*Search*/
#lpu-search {
	float: right;
	width: 500px;
}
#hdr-search {
	float: left;
}
.site-search form {
	position: relative;
	width: 410px;
}
.site-search input[type=text] {
	width: 100%;
	background: #fff;
	border-radius: 5px;
	line-height: normal;
	font-family: inherit;
	box-sizing: border-box;
	padding: 10px;
	color: #222;
	font-size: 1em;
}
.site-search input[type=submit] {
	color: #fff;
	background: #6db1a4;
	padding: 0px 10px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 0 4px 4px 0;
	font-size: 0.9em;
	cursor: pointer;
}
.site-search input[type=submit]:hover,
.site-search input[type=submit]:focus,
a#print-btn:hover,
a#print-btn:focus {
	background-color: #e6b137;
	transition: all 0.5s;
}

/*Banner*/
#banner .tagline {
	padding: 15px 0 10px;
	background: url(../images/banner-sm.png) no-repeat;
}

/*Print Popup*/
a#print-btn {
	width: auto;
	display: block;
	float: right;
	background: #6db1a4;
	color: #fff;
	padding: 13px 12px 14px 12px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 4px;
	font-size: 0.9em;
}
a#print-btn:before {
	margin-right: 10px;
	content: "\f02f";
	font-family: FontAwesome;
	display: inline-block;
}

/*Sidebar*/
#cl-menu ul.nav li {
	border-bottom: 1px solid #ccc;
}
#cl-menu ul.nav li a {
	display: block;
	font-size: 0.95em;
	color: #125778;
	text-decoration: none;
	padding: 15px;
}
#cl-menu > ul.nav > li.active > a {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
#cl-menu ul.nav li.self > a {
	background: #46a4cf;
	color: #fff;
	font-weight: normal;
}
#cl-menu > ul.nav > li > a:hover,
#cl-menu > ul.nav > li > a:focus {
	background: #f4f4f4;
	transition: all 0.5s;
}

/* Second Level */
#cl-menu ul.nav ul.nav li a {
	padding-left: 30px;
}
#cl-menu ul.nav ul.nav li:last-child {
	border-bottom: none;
}
#cl-menu ul.nav ul.nav > li > a:hover,
#cl-menu ul.nav ul.nav > li > a:focus {
	color: #111;
	background: #f4f4f4;
	transition: all 0.5s;
}
#cl-menu ul.nav ul.nav ul.nav li a {
	padding-left: 45px;
}
#cl-menu ul.nav ul.nav ul.nav ul.nav li a {
	padding-left: 55px;
}

/*OnThisPage Inline */
#content .onthispage .otp-title {
	font-weight: 600;
	margin-bottom: 5px;
}
#content .onthispage ul {font-size: .85em; list-style: disc; margin: 0; padding:0 .4em 0 1em;}
#content .onthispage ul li ul {font-size: 1em; margin: 0 0 .5em .5em;}
#content .onthispage ul li ul li ul li { list-style-type: circle; }
#content .onthispage ul li {
	list-style-type: none;
	font-weight: 600;
}
#content .onthispage ul li ul li {
	list-style-type:disc;
	font-weight: normal;
}

/*Breadcrumb*/
#breadcrumb ul {
	padding: 0 0 20px;
	overflow: hidden;
}
#breadcrumb ul li {
	padding: 0;
	float: left;
	color: #111;
	font-size: 0.85em;
}
#breadcrumb ul li a {
	text-decoration: none;
	color: #003C71;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus {
	text-decoration: underline;
}
#breadcrumb .crumbsep {
	padding:0 .3em 0 0.2em;
	position: relative;
	top: -1px;
}

/*Footer*/
#footer {
	background: #186C94;
}
#foot-top {
	background: #46a4cf;
}
#foot-top .wrap,
#foot-main .wrap {
	overflow: hidden;
	padding: 15px 0;
}
#foot-main .wrap {
	padding: 30px 0;
}
.foot-col:nth-child(2n) {
	text-align: right;
}
#foot-search {
	float: left;
}
#foot-search.site-search input[type=submit] {
	background-color: #e6b137;
}
#foot-search.site-search input[type=submit]:hover,
#foot-search.site-search input[type=submit]:focus {
	background-color: #6db1a4;
	transition: all 0.5s;
}
#foot-menu {
	float: left;
	width: 50%;
}
#foot-menu ul {
	width: 40%;
	float: left;
}
#foot-menu ul li a {
	text-decoration: none;
	display: block;
	color: #fff;
	font-weight: 500;
}
#foot-menu ul li a:hover,
#foot-menu ul li a:focus {
	text-decoration: underline;
}
#foot-menu ul li + li {
	margin-top: 15px;
}
#foot-info {
	width: 50%;
	overflow: hidden;
}
#foot-contact {
	color: #fff;
	text-align: right;
}
#foot-contact {
	float: right;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.4;
}
#foot-contact p {
	margin-bottom: 15px;
}
#foot-contact a {
	color: #00437f;
	text-decoration: none;
}
#foot-contact a:hover,
#foot-contact a:focus {
	text-decoration: underline;
}
#foot-logo {
	text-align: right;
}
#foot-logo img {
	padding-top: 10px;
	width: 200px;
}

/*Content*/
#content-wrapper {
	padding: 40px 0;
}
#content {
	line-height: 1.5;
}
#content a {
	text-decoration: none;
	color: #125778;
}
#content a:hover,
#content a:focus {
	text-decoration: underline;
}
#content h1 {
	color: #125778;
	font-size: 2.75em;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 20px;
}
#content h2 {
	color: #125778;
	font-size: 1.7em;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	margin: 30px 0 5px;
}
#content h3 {
	font-size: 1.35em;
	font-weight: 500;
	color: #484848;
	margin: 20px 0 5px;
}
#content h4 {
	font-size: 1.05em;
	margin: 1em 0 .25em 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #484848;
}
#content h5 {
	font-size: 1.1em;
	margin: 0.4em 0 .25em 0;
	color: #003C71;
}
#content h6 {
	font-size: 0.9em;
	font-weight: 600;
	margin: 0.2em 0 .25em 0;
}
#content p {
	margin: 0 0 1.2em 0;
}
#content dl {
	margin: 0 0 1em 0;
}
#content p.introtext {
	font-size: 1.3em;
}
#content ul {list-style: disc; margin: 0 0 .5em 25px;}
#content ol {margin: 0 0 .5em 30px;}
#content ol li, #content ul li {margin: 0 0 .5em 0;}
#content li br {margin: 0 0 .5em 0;}
#content ul li ul, #content ol li ol {font-size: 1em;}
#content ol li ul, #content ul li ol {font-size: 1em;}
#content li p, #content ul table, #content ol table {font-size: 1em;}
#content sup {font-size: .8em; vertical-align: super; line-height: 1;}
#content sub {font-size: .8em; vertical-align: sub; line-height: 1;}
#content hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/*Nested Ordered Lists*/
#content ol:not([type]) {list-style: decimal;}
#content ol ol:not([type]) {list-style: lower-alpha;}
#content ol ol ol:not([type]) {list-style: lower-roman;}
#content ol ol li:first-child, #content ol ol ol li:first-child {margin-top: .5em;}

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {margin-top: .5em;}

/*Tightlist*/
#content ul.tightlist {list-style: none; margin: 0 0 .5em 0;}
#content ul.tightlist ul {list-style: none; margin: 0 0 0 25px;}
#content ul.tightlist li {margin: 0;}
#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {margin-top: 0;}

/*Blockquotes*/
#content blockquote {margin: 0 0 .25em 0; border-left: 5px solid #ccc; padding: 0 0 0 .5em; font-style: italic;}
#content blockquote p {line-height: 1.5;}
#content blockquote cite {display: block; font-size: .75em;}
#content blockquote cite:before {content: "\2014 \0020";}
#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #ccc;}

/*Tables*/
#content table {font-size: .9em; margin: 0 0 1em 0; width: 100%; border: 1px solid #ccc;}
#content th {
	padding: 0.7em 1em;
	vertical-align: top;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: #125778;
	text-transform: uppercase;
}
#content td {
	border-top: 1px solid #ccc;
	padding: .6em 1em;
	vertical-align: top;
}
#content td img {vertical-align: top;}
#content td p, #content td li {margin: 0; font-size: 1em;}

/*Two Columns*/
#content .cola {
	width: 48%;
	float: left;
}
#content .colb {
	width: 48%;
	float: right;
}

/*Structured Content*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.areasubheader td,
#content td.areasubheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
	font-weight: bold;
}
#content tr.areasubheader td,
#content td.areasubheader {
	font-style: italic;
	color: #555;
}
#content tr.odd {
	background: #f5f5f5;
}
#content tr.orclass td {
	padding-top: 0;
	border-top: none;
}
#content tr.orclass td.codecol {
	padding-left: 2em;
}
#content td.hourscol,
#content th.hourscol {
	text-align: right;
}
#content .hiddencourselist {
	display: none;
}
#content td.codecol {
	width: 25%;
}
#content .toggle button {
	background: none;
	color: inherit;
	cursor: pointer;
	text-align: left;
}
#content .toggle button:before {
	content: "\f054";
	font-family: FontAwesome;
	margin-right: 12px;
	font-size: .6em;
	position: relative;
	top: -2px;
	width: 15px;
	display: inline-block;
	color: #125778;
}
#content .toggle.expanded button:before {
	content: "\f078";
	font-family: FontAwesome;
	margin-right: 12px;
	font-size: .6em;
	position: relative;
	top: -2px;
}
#content .toggle + [aria-hidden] {
	display: none;
}
#content .toggle + [aria-hidden="false"] {
	display: block;
}
#content .toggle-wrap {
	padding-left: 20px;
}

/*Plan Grid*/
#content tr.plangridterm th,
#content tr.plangridterm td {
	font-size: 0.9em;
	padding: 0.7em 1em;
	background: #46a4cf;
	border: none;
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
}

/*Footnotes*/
#content .sc_footnotes {
	border: 0;
}
#content .sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content .sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Course Blocks*/
#content .courseblock + .courseblock {
	margin-top: 30px;
}
#content .courseblock p {
	margin: 0;
}
#content .courseblock span.cb-credits {
	float: right;
}

/*Tabs*/
#content #tabs {
	margin: 0 0 30px 0;
}
#content #tabs ul {
	margin: 0;
}
#content #tabs ul li {
	float: left;
	list-style-type: none;
	margin: 0;
}
#content #tabs ul li a {
	color: #fff;
	padding: 10px 20px;
	background: #125778;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}
#content #tabs ul li.active a {
	background: #46a4cf;
}
#content #tabs ul li a:focus {
	outline: none;
}
#content #tabs ul li:not(.active) a:hover,
#content #tabs ul li:not(.active) a:focus {
	background: #6db1a4;
	transition: all 0.5s;
}

/*A-Z Index*/
#content ul.letternav {
	margin: 0 0 1em 0;
	list-style: none;
}
#content ul.letternav li {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin: 0 1px 1px 0;
}
#content ul.letternav li a,
#content ul.letternav li.inactive {
	padding: .25em .5em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 1em;
	float: left;
	border: none;
	background: #125778;
	font-size: 0.9em;
}
#content ul.letternav li.inactive {
	background: #ccc;
	color: #444;
	font-weight: normal;
}
#content ul.letternav li a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#content ul.letternav li a:hover,
#content ul.letternav li a:active,
#content ul.letternav li a:focus {
	background: #FFD100;
	color: #333;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
	float: left;
}
#content img.imgright {
	padding: 0 0 10px 10px;
	float: right;
}

/*Archive Message*/
#content .archive-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Shared Message*/
#content .shared-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Google Search Results*/
#content .gcs-pagination {
	text-align: left;
}
#content .gcs-pagination a,
#content .gcs-pagination .current {
	padding: 5px 12px;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	display: inline-block;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: 600;
}
#content .gcs-pagination .current {
	color: #fff;
	background-color: #125778;
	background-image: none;
}

/*Google Search Results*/
#content .gcs-url {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
#content .gcs-total  {
	margin: 0 0 1em 0;
	font-style: italic;
}
#content .gcs-result h3 {
	margin: 0;
}

/*To Top*/
a#totop {
	display: block;
	color: #fff;
	position: fixed;
	bottom: 40px;
	right: 40px;
	background: #0d4684;
	text-indent: -9999em;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	z-index: 999;
	line-height: 1.5;
	text-decoration: none;
}
a#totop:after {
	content: "\f077";
	font-family: FontAwesome;
	font-size: 1.2em;
	text-indent: 0;
	text-align: center;
	color: white;
	display: block;
	position: absolute;
	bottom: 9px;
	right: 12px;
}

/*Pritn Dialog*/
#print-dialog {
	font-family: "BrandonText";
	padding: 0;
	width: 350px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.5;
}
#print-dialog.screen {
	font-size: 100%;
}
#print-dialog .print-header {
	padding: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
}
#print-dialog .print-body {
	padding: 20px 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
}
#print-dialog .print-option a {
	font-weight: 600;
	color: #003C71;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .buttons {
	padding: 10px;
	background:#125778;
}
#print-dialog .cancel a {
	padding: 5px 12px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	float: right;
	border: 1px solid #ebebeb;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(white, #e6e6e6);
	background-image: -o-linear-gradient(white, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
	background-image: -webkit-linear-gradient(white, #e6e6e6);
	background-image: -ms-linear-gradient(white, #e6e6e6);
	background-image: linear-gradient(white, #e6e6e6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.noscript {
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#print-dialog {
		width: 90%;
	}
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.widthfix {box-sizing: border-box; -moz-box-sizing: border-box;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */