.silk-table.catalog-course-table td {
	vertical-align: top;
}   

.silk-table.catalog-course-table .accordion--trigger {
	cursor: pointer;
	text-decoration: underline;
}

a.privacy-link {
	display: inline;
}

/* ================
// Notifications Slider
// ================ */
.notifications {
	position: absolute;
	top: 0;
	right: 0;
	background: #3F3E4E;
	padding: 10px;
	padding-left: 20px;
	z-index: 200;
}

@media (min-width: 520px) {
	.notifications {
		width: 520px;
		text-align: left;
	}
}


.notifications--single {
	color: #fff;
	font-weight: bold;
}

.notifications--title {
	padding-right: 10px;
}

.notifications--title:after {
	content: '|';
	padding-left: 10px;
}

.notifications--cta {
	padding-right: 20px;
	position: relative;
	color: #fff;
	text-decoration: none;
}

.notifications--cta:hover {
	color: #fff;
}

.notifications--cta:after {
	content: '';
	width: 13px;
	height: 13px;
	background-image: url(../images/arrow.png);
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	right: -1px;
	top: 2px;
}

.social-filter li ul.direct-list-reset li {
	width: 100%;
}

/* hr styles */
hr {
	/* default rule2-gray */
	border: 0;
	height: 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.4);
	background-image: none;
}

.rule-pad {
	margin: 25px 0;
}

.rule1-gray {
	border: 0;
	height: 1px;
	background: #333;
	background-image: linear-gradient(to right,#CCC,#333,#CCC);
}

.rule1-blue {
	border: 0;
	height: 1px;
	background: #587B84;
	background-image: linear-gradient(to right,#BACCD1,#587B84,#BACCD1);
}

.rule2-blue {
	border: 0;
	height: 0;
	border-top: 1px solid rgba(217,227,230,0.2);
	border-bottom: 1px solid rgba(68,96,103,0.6);
	background-image: none;
}

/* simple unordered list, no bullet, no indent */
.tight-list {
	list-style: none;
    margin-left: 0;
	padding-left: 0;
}

/* two column list, only targets mobile breakpoint */
@media only screen and (min-width: 999px) {
	ul.two-column-list {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-gap: 20px;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
	}
}

/* simple, responsive table */
.simple-table {
  width: 100%;
  font-family: "Oswald";
  font-weight: 300;
  font-size: 1.2em;
  border-collapse: collapse;
  margin-bottom: 60px;
}

.simple-table tr {
  border-bottom: 1px solid #ccc;
}

.simple-table tr:first-child {
  border-top: 1px solid #ccc;
}

.simple-table td {
  width: 50%;
  padding: 15px 0 15px 0;
}

@media only screen and (max-width: 699px) {
  .simple-table td {
    display: block;
    width: 100%;
  }
  .simple-table td:nth-child(even) {
    padding-top: 0px;
  }
}

@media print {
  .simple-table {
    table-layout: fixed;
    width: 90%;
    margin: auto;
    font-size: 12px;
    page-break-after: always;
  }
  .simple-table tr:nth-child(odd) {
    background: #e0e0e0;
  }
  .simple-table td {
    padding: 3px 0 3px 3px;
  }
}

/* responsive YouTube embed styles */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0; 
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* profile and article call-out quotes */
.profile-quote {
	border-left: 10px solid #587b84;
	padding-left: 20px;
}

/* update constituent nav */
.nav-constituent li:nth-child(1) a:before {
	background: url(/_resources/images/network.png) no-repeat 50% 50%;
	background-size: contain
}

.nav-constituent li:nth-child(2) a:before {
	background: url(/_resources/images/faculty.png) no-repeat 50% 50%;
	background-size: contain
}

.nav-constituent li:nth-child(3) a:before {
	background: url(/_resources/images/people.png) no-repeat 50% 50%;
	background-size: contain
}
.nav-constituent li:nth-child(4) a:before {
	background: url(/_resources/images/heart.png) no-repeat 50% 50%;
	background-size: contain
}