body {
	color: #2D3033;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.625;
	background: #fff;
	letter-spacing: 1.5px;
}

/*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;
}

/*Core Layout*/
.wrap {
	width:100%;
	max-width: 1170px;
	margin:0 auto;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#content-wrapper.wrap {
	padding: 20px 15px;
}
#left-col,
#filters-col {
	width: 25%;
	float: left;
	padding: 15px 15px 15px 0;
	box-sizing: border-box;
}
#filters-col {
	padding-top: 10px;
}
#right-col {
	width: 75%;
	float: right;
	padding: 8px 15px 15px;
	box-sizing: border-box;
}

/*Header*/
#header {
}
#unc-mast {
	background: #414141;
	background: -webkit-linear-gradient(#555, #414141);
    background: -o-linear-gradient(#555, #414141);
    background: -moz-linear-gradient(#555, #414141);
    background: linear-gradient(#555, #414141);
    color: #fff;
}
#unc-logo {
	float: left;
	padding: 0 8px;
}
#unc-logo a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-family: "Times New Roman",Times,serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
}
#unc-logo a span {
	font-style: italic;
	text-transform: lowercase;
	font-size: 12px;
}
#unc-logo a span:nth-of-type(1) {
	padding: 0 3px 0 1px;
}
#unc-logo a span:nth-of-type(2) {
	padding: 0 2px 0 1px;
}

#edition {
	float: right;
}
#edition a {
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
}


/*Main Nav*/
#hdr-main {
	background: #56a0d3;
	min-height: 70px;
}
#navigation {
	float: left;
	padding: 9px 0 0 10px;
}
#navigation > ul > li {
	float:left;
	padding: 0 30px 0 15px;
	position: relative;
}
#navigation > ul > li > a {
	display: block;
	text-decoration: none;
	padding: 11px 15px;
	font-family: "Open Sans",Helvetica,Arial,sans-serif;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,0.25);
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#navigation > ul > li:hover > a,
#navigation > ul > li > a:focus {
	background: #6faeda;
}
#navigation > ul > li.hassub > a:after {
	content: "\f0d7";
	font-family: FontAwesome;
	font-size: 12px;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 5px;
}

#navigation ul.subnav {
	display: none;
	position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    list-style: none;
    font-size: 14px;
    background-color: #333;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box;
}
#navigation > ul > li.hassub:hover ul.subnav {
	display: block;
}
ul.subnav li a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: bold;
	line-height: 2;
	color: #ccc;
	white-space: nowrap;
	text-decoration: none;
}
ul.subnav li a:hover,
ul.subnav li a:focus {
	background-color: #56a0d3;
	text-decoration: none;
	color: #fff;
}

.navbar-toggle {
	display: none;
	cursor: pointer;
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 9px 10px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #56a0d3;
    border-radius: 0;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

/*Search*/
#search {
	font-family: Lora,serif;
	float: right;
	padding: 15px 30px 0 10px;
}
#search form {
	position: relative;
}
#search .input-group {
	position: relative;
}
#search label {
	display: none;
}
#search input[type=text] {
	width: 175px;
	height: 42px;
	padding: 6px 65px 6px 12px;
	font-size: 14px;
	line-height: 2;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	box-sizing: border-box;
	border-radius: 0 4px 4px 0;
}
#search button {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #aad0eb;
	border: 1px solid #aad0eb;
	color: #fff;
	font-size: 0;
	padding: 6px 12px;
	border-radius: 0 4px 4px 0;
}
#search button:before {
	font-size: 14px;
	content: '\f002';
	font-family: FontAwesome;
	text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*Sidebar*/
#cl-menu {

}
#cl-menu ul.nav li.hidenav:not(.active) {
	display: none;
}
#cl-menu ul.nav li a {
	display: block;
	text-decoration: none;
	padding: 10px;
	color: #505962;
	-ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#cl-menu ul.nav li a:hover,
#cl-menu ul.nav li a:focus,
#cl-menu > ul.nav > li.active > a {
	color: #56A0D3;
}


#cl-menu ul.nav li a {
	display: block;
	padding: 10px 8px;
	font-size: 15px;
	color: #444;
	text-decoration: none;
}
#cl-menu ul.nav li a:hover,
#cl-menu ul.nav li a:focus {
	color: #56A0D3;
}
#cl-menu ul.nav li a {
	border-bottom: 1px solid #ddd;
	clear:both;
}
#cl-menu > ul.nav > li:last-child {
	border-bottom: none;
}
#cl-menu ul.nav > li.self > a,
#cl-menu ul.nav > li.active > a,
#cl-menu ul.nav > li.self > .toggle-wrap,
#cl-menu ul.nav > li.active > .toggle-wrap,
#cl-menu ul.nav > li.active > .toggle-wrap > a,
#cl-menu ul.nav > li.self > .toggle-wrap > a {
	background-color: #555;
	color: #fff;
}
#cl-menu ul.nav > li.self > .toggle-wrap,
#cl-menu ul.nav > li.active > .toggle-wrap button span:after {
	color: #fff;
}


#cl-menu.togglenav li > .toggle-wrap {
	position: relative;
}
#cl-menu.togglenav li.isparent button {
	display: inline-block;
	font-size:0em;
	background:none;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	cursor: pointer;
	padding: 10px;
	width:33px;
}
#cl-menu.togglenav li.isparent button span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 10px;
	right: 0;
	width:12px;
}
#cl-menu.togglenav li.isparent button span:after {
	content: '';
	border-top: 8px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	display: block;
	color: #505962;
	font-weight: normal;
}
#cl-menu.togglenav li.isparent > .toggle-wrap > a {
	display: block;
	padding-right: 35px;
}


#cl-menu.togglenav li.isparent:not(.active):not(.self) > ul.nav {
	display: none;
}
#cl-menu > ul.nav ul.nav {
	padding-left: 12px;
}


/*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 {
	line-height: 28px;
	font-size: 13px;
	text-transform: uppercase;
	float: left;
	width: 85%;
	padding-left: 10px;
	box-sizing: border-box;
}
#breadcrumb ul {
	overflow: hidden;
}
#breadcrumb ul li {
	padding: 0;
	float:left;
	color: #86bbe0;
	text-transform: uppercase;
}
#breadcrumb ul li a {
	text-decoration: none;
	color:#b2b2b2;
}
#breadcrumb ul li a:hover,
#breadcrumb ul li a:focus {
	text-decoration: underline;
}
#breadcrumb .crumbsep {
	padding:0 .4em;
}

/*Footer*/
#footer {
	margin-top:30px;
	background: #7BAFD4;
	font-size: 1.05em;
}
#foot-top {
	padding-top: 30px;
}
#foot-logo {
	float: left;
	width: 33.333333%;
	box-sizing: border-box;
}
#foot-links {
	float: left;
	width: 33.333333%;
}
#foot-links a {
	line-height: 1.5;
}
#foot-info {
	float: right;
	width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
#foot-bottom {
	border-top: 1px solid #ccc;
	margin-top: 35px;
	padding: 20px 10px;
	text-align: center;
}
#footer p {
	font-size: .8em;
	color: #fff;
	line-height: 1.3;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/*Content*/
#bannerimage {
	width: 100%;
	margin-bottom: 2rem;
}
#bannerimage img {
	display: block;
	width: 100%;
	height: auto;
}
#content {
	line-height: 1.5;
}
#content a {
	color: #286C9B;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
#content a:hover,
#content a:focus {
	color: #286C9B;
	text-decoration: underline;
}

h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
    font-family: Lora,serif;
    font-weight: 400;
    color: #044570;
    line-height: 1.1;
}

#content h2,
#content h3 {
	margin: 28px 0 14px;
}
#content h4,
#content h5,
#content h6 {
	margin: 18px 0 7px;
}

h1 {
	font-size: 1.5em;
	padding: 13px 0 14px;
	margin: 0 0 20px 0;
    border-bottom: 1px solid #56a0d3;
}
#content h2 {
	font-size: 1.75em;
}
#content h3 {
	font-size: 1.3125em;
}
#content h4 {
	font-size: 1.0625em;
}
#content h5 {
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: 700;
}
#content h6 {
	font-size: 0.75em;
}

#content p {
	margin: 0 0 1em 0;
	word-break: keep-all;
}
#content dl {
	margin: 0 0 1em 0;
}
#content p.introtext {
	font-size:1.2em;
	letter-spacing: 1px;
	color: #555;
}
#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 {
	margin-top: 28px;
    margin-bottom: 28px;
    border: 0;
    border-top: 1px dotted #ccc;
}

/*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: .85em; margin: 0 0 1em 0; width: 100%; border: 1px solid #ccc; border-collapse: separate;}
#content th {padding: .3em .75em; vertical-align: top; font-weight: bold; border-bottom: 1px solid #ccc; text-align: left; background: #f1f1f2;}
#content td {border-top: 1px solid #ccc; padding: .3em .75em; vertical-align: top;}
#content td img {vertical-align: top;}
#content td p, #content td li {margin: 0; font-size: 1em;}

#content table.tbl_academiccalendar {
	border-top: none;
}
#content table.tbl_academiccalendar td.column0 {
	width: 40%;
}

/*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: #f7f7f7;
}
#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[colspan="2"] + td.hourscol {
	width: 3%;
}

/*Plan Grid*/
#content .plangridyear th {
	border-top: 1px solid #ccc;
}
#content .plangridyear th,
#content .plangridterm th,
#content .plangridtotal td {
	background: #13294B;
	color: #fff;
}

/*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;
}
#content table.sc_plangrid .codecol {
	width: 20%;
}

/* Course Lists */
#content table.sc_courselist .codecol {
	width: 18%;
}


/* Custom tables */
@media(min-width: 768px) {
	#content table.tbl_daysofinstruction {
		width: 70%;
		clear: both;
	}
}
#content table.tbl_daysofinstruction .lastrow {
	border-top: 2px solid #aaa;
}

/*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 {
	margin-bottom: 20px;
}
#content .courseblock + .courseblock {
	border-top: 1px solid #767676;
	padding-top: 20px;
}
.courseblock p {
	margin-bottom: 1em;
}
.courseblock .detail-code,
.courseblock .detail-title,
.courseblock .detail-hours {
	font-size: 1.125em;
}
.courseblock .detail-rules___requirements {
	color: rgb(40, 108, 155);
}
.courseblock .detail-idea_code img {
	margin-right: 0.5em;
}

.courseblock .detail-idea_action img {
	margin-right: 0.5em;
	position: relative;
	bottom: -4px;
}

/*Tabs*/
#content #tabs {
	margin: 0 0 15px 0;
}
#content #tabs ul {
	margin: 0;
	border-bottom: 1px solid #ebebeb;
}
#content #tabs ul li {
	float: left;
	margin-bottom: -1px;
	border-top: 3px solid #ebebeb;
	display: block;
	position: relative;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.4px;
}
#content #tabs ul li a {
	border: 1px solid transparent;
	border-left: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
	border-right: none;
	line-height: 2;
	display: block;
	padding: 10px 15px;
	position: relative;
	text-decoration: none;
	color: #7bafd4;
}
#content #tabs ul li:last-child > a {
	border-right: 1px solid #ebebeb !important;
}
#content #tabs ul li.active {
	border-top: 3px solid #56a0d3;
}
#content #tabs ul li.active a {
	color: #555;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
	border-right: none;
}
#content #tabs ul li:not(.active) a:hover,
#content #tabs ul li:not(.active) a:focus {
	color: #fff;
	background: #56a0d3;
}

/*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 .6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 1em;
	float: left;
	border: none;
	background: #56a0d3;
}
#content ul.letternav li.inactive {
	background: #bbb;
}
#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 {
	opacity: 0.8;
}

/*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;
}
#content .gcs-pagination .current {
	color: #fff;
	background-color: #999;
	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: 30px;
	right: 30px;
	background: #56a0d3;
	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: 10px;
}

/*Print Popup*/
a#print-btn {
	float: right;
	display: inline-block;
	color:#666;
	text-decoration: none;
	font-size:.75em;
	margin-top: 10px;
	margin-right: 15px;
}
a#print-btn:before {
	margin-right: 10px;
	content: "\f02f";
	font-family: FontAwesome;
	display: inline-block;

}
#print-dialog {
	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:#56a0d3;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .buttons {
	padding: 10px;
	background:#56a0d3;
}
#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%;
	}
}


/* Contact Box */
/*
.info-box {
	border: 1px solid #767676;
	width: 225px;
	float: right;
	padding: 15px;
	margin: 10px 0 10px 25px;
}
*/
#content .info-box p {
	line-height: 1;
	/* font-size: 0.85em; */
	margin-bottom: 0.5em;
}

.deptinfo + .indv-contacts {
	margin-top: 12px;
	border-top: 1px solid #767676;
	padding-top: 12px;
}
.contact + .contact {
	margin-top: 15px;
}
.info-box a {
	overflow-wrap: break-word;
  	word-wrap: break-word;
}
#content a.deptwebsite {
	display: inline-block;
	padding: 10px;
	color: #000;
	background: #C2B9A8;
	font-size: 13px;
}
#content a.deptwebsite:after {
	content: '\f08e';
	font-family: FontAwesome;
	margin-left: 5px;
	font-size: 12px;
}

/* Homepage Styles */
body.homepage a#totop {
	display: none !important;
}
#hero {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 40%;
}
#hero img {
	width: 100%;
}
#hero-text {
	position: absolute;
	bottom: 110px;
	width: 700px;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
	background: rgba(86, 160, 211, 0.65);
	padding: 25px 15px;
	box-sizing: border-box;
}
#content #hero-text h1,
#content #hero-text h2 {
	font-size: 1em;
	border: none;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	line-height: 1.5;
}
#content #hero-text h1 {
	font-size: 2.55em;
	letter-spacing: -0.01em;
}
#content #hero-text h2 {
	font-size: 3.1em;
}
#content #hero img {
	display: block;
}

#home-nav {
	padding-top: 30px;
}
#content #home-nav ul {
	padding: 0;
	margin: 0 -15px;
}
#content #home-nav ul li {
	list-style-type: none;
	margin: 0;
	float: left;
	width: 16.666667%;
	text-align: center;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
#content #home-nav ul li img {
	max-width: 85px;
	height: auto;
	clear: both;
	display: block;
	margin: 0 auto;
}
#content #home-nav ul li span {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 1em;
	display: block;
	line-height: 1.9;
}


/* Toggle Headings */

/* OLD STYLES
#content h3.toggle button,
#content h4.toggle button {
  background: none;
  color: inherit;
  cursor: pointer;
  text-align: left;
}
#content h3.toggle button:before,
#content h4.toggle button:before {
  content: "\f196";
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: .6em;
  position: relative;
  top: -2px;
  width: 15px;
  display: inline-block;
  color: #777;
}
#content h3.toggle.expanded button:before,
#content h4.toggle.expanded button:before {
  content: "\f147";
  font-family: FontAwesome;
  margin-right: 8px;
  font-size: .6em;
  position: relative;
  top: -2px;
}
#content h3.toggle + [aria-hidden],
#content h4.toggle + [aria-hidden] {
  display: none;
}
#content h3.toggle + [aria-hidden="false"],
#content h4.toggle + [aria-hidden="false"] {
  display: block;
}
#content .toggle-wrap {
	padding-left: 28px;
}
*/

#content .toggle button {
    background: none;
    color: inherit;
    cursor: pointer;
    text-align: left;
    position: relative;
    width: 100%;
}
#content .toggle button span.expand-btn {
    float: right;
    text-transform: uppercase;
    color: #006940;
    font-size: 0.75em;
    font-weight: 600;
}
#content .toggle button span.expand-btn:after {
    float: right;
    content: "\f055";
    font-family: FontAwesome;
    font-weight: normal;
    font-size: 1.1em;
    margin-left: 5px;
}
#content .toggle.expanded button span.expand-btn {
    color: rgba(255, 255, 255, 0.4);
}
#content .toggle.expanded button span.expand-btn:after {
    content: "\f056";
}
#content .toggle + [aria-hidden] {
    display: none;
}
#content .toggle + [aria-hidden="false"] {
    display: block;
}
#content h2.toggle,
#content h3.toggle,
#content h4.toggle {
	border-bottom: 0;
	padding: 0;
	font-size: 16px;
	font-family: inherit;
	font-weight: 600;
	color: #000000;
	margin: 0;
	line-height: 28px;
}
#content h3.toggle span.expand-btn {
	float: right;
	text-transform: uppercase;
	color: #4B9CD3;
	font-size: 0.8em;
	font-weight: 700;
}
#content h3.toggle button {
	background: #E1E1E1;
	padding: 10px 15px;
	border: 1px solid #d5d5d5;
}
#content h3.toggle button:after {
    right: 15px;
}
#content h3.toggle button:hover,
#content h3.toggle button:focus {
    outline: none;
    color: #4B9CD3;
}
#content h3.toggle.expanded span.expand-btn {
    color: #fff;
}
#content h3.toggle.expanded button {
	background: #4B9CD3;
    color: #fff;
    position: relative;
}
#content h3.toggle.expanded button:after {
    color: #fff;
}
#content h3.toggle.expanded button:before {
    content: '';
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #4B9CD3;
    position: absolute;
    top: 100%;
    left: 15px;
}
#content .toggle-wrap {
    padding: 10px 0;
    margin: 0 !important;
}
#content .toggle-content {
	padding: 15px 0;
}


#pw_toolbar {
	letter-spacing: normal !important;
}

#content .lfsharedcontent {
	clear: none !important;
}

/*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 */


/* ############################################ custom pathways - keep ############################################ */
#content .path-blue-light,
#content .path-blue-md,
#content .path-gray-light,
#content .path-gray-md,
#content .path-gold-light,
#content .path-gold-md {
  display: block;
  width: 100%;
  display: block;
  padding: 5px;
  margin: 0;
  box-sizing: border-box;
}
#content .path-blue-light + table,
#content .path-blue-md + table,
#content .path-gray-light + table,
#content .path-gray-md + table,
#content .path-gold-light + table,
#content .path-gold-md + table {
  margin: 0;
  border-top: 0;
}
#content .path-blue-light + table tbody tr:first-child td,
#content .path-blue-md + table tbody tr:first-child td,
#content .path-gray-light + table tbody tr:first-child td,
#content .path-gray-md + table tbody tr:first-child td,
#content .path-gold-light + table tbody tr:first-child td,
#content .path-gold-md + table tbody tr:first-child td {
  border-top: 0;
}
#content .path-blue-light + table td.hourscol,
#content .path-blue-md + table td.hourscol,
#content .path-gray-light + table td.hourscol,
#content .path-gray-md + table td.hourscol,
#content .path-gold-light + table td.hourscol,
#content .path-gold-md + table td.hourscol {
  min-width: 50px;
}
#content .path-blue-light + table + .path-blue-light, #content .path-blue-light + table + .path-blue-md, #content .path-blue-light + table + .path-gray-light, #content .path-blue-light + table + .path-gray-md, #content .path-blue-light + table + .path-gold-light, #content .path-blue-light + table + .path-gold-md,
#content .path-blue-md + table + .path-blue-light,
#content .path-blue-md + table + .path-blue-md,
#content .path-blue-md + table + .path-gray-light,
#content .path-blue-md + table + .path-gray-md,
#content .path-blue-md + table + .path-gold-light,
#content .path-blue-md + table + .path-gold-md,
#content .path-gray-light + table + .path-blue-light,
#content .path-gray-light + table + .path-blue-md,
#content .path-gray-light + table + .path-gray-light,
#content .path-gray-light + table + .path-gray-md,
#content .path-gray-light + table + .path-gold-light,
#content .path-gray-light + table + .path-gold-md,
#content .path-gray-md + table + .path-blue-light,
#content .path-gray-md + table + .path-blue-md,
#content .path-gray-md + table + .path-gray-light,
#content .path-gray-md + table + .path-gray-md,
#content .path-gray-md + table + .path-gold-light,
#content .path-gray-md + table + .path-gold-md,
#content .path-gold-light + table + .path-blue-light,
#content .path-gold-light + table + .path-blue-md,
#content .path-gold-light + table + .path-gray-light,
#content .path-gold-light + table + .path-gray-md,
#content .path-gold-light + table + .path-gold-light,
#content .path-gold-light + table + .path-gold-md,
#content .path-gold-md + table + .path-blue-light,
#content .path-gold-md + table + .path-blue-md,
#content .path-gold-md + table + .path-gray-light,
#content .path-gold-md + table + .path-gray-md,
#content .path-gold-md + table + .path-gold-light,
#content .path-gold-md + table + .path-gold-md {
  margin: 0;
}

#content .path-blue-light {
  background: #4B9CD3;
  color: #fff;
  padding: 10px;
}

#content .path-blue-md {
  background: #007FAE;
  color: #fff;
  padding: 8px;
  text-align: center;
}

#content .path-blue-dark {
  background: #13294B;
  color: #fff;
  padding: 5px;
}

#content .path-gray-light {
  background: #E1E1E1;
  color: #151515;
  padding: 10px;
}

#content .path-gray-md {
  background: #767676;
  color: #fff;
  padding: 8px;
  text-align: center;
}

#content .path-gray-dark {
  background: #151515;
  color: #fff;
  padding: 5px;
}

#content .path-gold-md {
  background: #F1B312;
  color: #003768;
  padding: 10px;
  text-align: center;
}

#content .path-gold-light {
  background: #F9DD94;
  color: #003768;
  padding: 5px;
}




/* 
#content .path-blue-light,
#content .path-blue-md,
#content .path-gray-light,
#content .path-gray-md,
#content .path-gold-light,
#content .path-gold-md  {
  display:block;
  width:100%;
  display:block;
  padding:5px;
  margin:0;
  box-sizing:border-box;

  // header + table
  & + table {
    margin:0;
    border-top:0;
    //remove unneeded borders, distracting
    tbody tr:first-child td {border-top:0;}
    td.hourscol {min-width:50px;}

      // header + table + header
      & + .path-blue-light,
      & + .path-blue-md,
      & + .path-gray-light,
      & + .path-gray-md,
      & + .path-gold-light,
      & + .path-gold-md {
        margin:0;
      }
      
  }
}

#content .path-blue-light {background:#4B9CD3; color:#fff; padding:10px; }
#content .path-blue-md {background:#007FAE; color:#fff; padding:8px; text-align:center;}
#content .path-blue-dark {background: #13294B; color:#fff;padding:5px;}

#content .path-gray-light {background:#E1E1E1; color:#151515; padding:10px; }
#content .path-gray-md {background:#767676; color:#fff; padding:8px; text-align:center;}
#content .path-gray-dark {background: #151515; color:#fff;padding:5px;}


#content .path-gold-md {background:#F1B312; color:#003768; padding:10px; text-align:center;}
#content .path-gold-light {background:#F9DD94; color:#003768; padding:5px;}

 */

/**/