h1, .h1 {
	font-size: 1.75rem;
}

h2, .h2 {
  font-size: 1.5rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
	font-size: 1.125rem;
}

@media (min-width: 992px) {
	h1, .h1 {
		font-size: 2.25rem;
	}
	h2, .h2 {
		font-size: 1.875rem;
	}
	h3, .h3 {
		font-size: 1.5rem;
	}
}

h1, .h1, h2, .h2, h3, .h3 {
  margin: 20px 0 10px;
}

h1,
.year-selector .form-group {
	border-bottom: solid 1px #333;
	padding-bottom: 16px;
}

.table th {
	border-top: none;
}

.table thead td {
  border-bottom: 2px solid #dee2e6;
  border-top: none;
  font-weight: 700;
  vertical-align: bottom;
}

body {
	font-family: 'Roboto', sans-serif;
	background-color: #F8F8F7;
	color: #333;
}

header {
	background-color: #25384a;
	padding: 20px;
}

header a.logo {
	display: block;
	width: 180px;
}

.breadcrumb-bar {
	background-color: #3f76b0;
	padding: 5px;
}

.breadcrumb-bar ol {
	background: 0;
	padding: 0;
	margin: 0;
}

.breadcrumb-bar ol a {
	color: #fff;
	font-size: 14px;
}

a {
	color: #337ab7;
}

li,
td,
th,
p {
	font-size: 16px;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

ul li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.font-size-18 {
	font-size: 18px;
}

div ol,
div ul {
	margin-left: 16px;
}


div ul,
ul.bullet-list {
	list-style: square;
	padding-left: 16px;
}

div ul li:not(.nav-item),
ul.bullet-list li {
	list-style: square;
	margin-bottom: 8px;
}

.nav-tabs .nav-link:hover {
	text-decoration: none;
	background-color: #eee;
}

div.home-prog-list-alpha ul {
	list-style: none;
	padding-left: 0;
}

div.home-prog-list-alpha ul li {
	list-style: none;
}

.row {
	margin-bottom: 20px;
}

.no-mb {
	margin-bottom: 0;
}

.content {
	background-color: #fff;
	padding: 40px 20px;
	min-height: 100vh;
}


@media (min-width: 992px) {
	.content {
		padding: 70px 120px;
	}

	.prog-mod-home .content {
		padding: 70px 60px;
	}
}

.module-spec h1 {
	margin-bottom: 0;
}

#home-year-select {
	height: 48px;
	font-size: 28px;
}

.mod-code {
	margin: 0;
	padding: 10px 30px;
	background-color: #ddd;
}

.module-alert {
	border: 1px solid #ddd;
	padding: 16px 20px;
	margin-top: 40px;
	word-break: break-word;
  white-space: normal;
}

.module-hours-list-row {
	border-bottom: 1px solid #ddd;
}

.module-hours:nth-child(-n+4) {
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
}

.mod-occur-list tr th:nth-child(2),
.mod-occur-list tr td:nth-child(2),
.assess-pattern tr th:nth-child(3),
.assess-pattern tr td:nth-child(3),
.table-learning tr th:nth-child(3),
.table-learning tr td:nth-child(3),
.study-modes tr th:nth-child(2),
.study-modes tr td:nth-child(2),
.module-list tr th:nth-child(3),
.module-list tr th:nth-child(4),
.module-list tr th:nth-child(5),
.module-list tr td:nth-child(3),
.module-list tr td:nth-child(4),
.module-list tr td:nth-child(5) {
	text-align: center;
}

.table-learning {
	margin-bottom: 0;
}

.learning-attribute-key {
	border: 1px solid #ddd;
	padding: 0 20px 16px 20px;
}

.module-list {
	margin-top: 20px;
}

.prog-mod-list .nav-tabs,
.module-list .nav-tabs {
	margin-left: 0;
}

.prog-mod-list .nav-tabs li a,
.module-list .nav-tabs li a {
	font-size: 18px;
}

.module-list .module-year {
	padding-top: 20px;
}

.prog-mod-list .tab-content,
.module-list .tab-content {
	padding:  0 20px 20px 20px;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.module-list .optional-modules {
	padding: 10px 20px;
	background-color: #ddd;
}

.search-prog-mod {
	padding-top: 20px;
}

.search-prog-mod .row {
	margin-bottom: 0;
}

.search-prog-mod input {
	width: 100%;
	height: 44px;
	padding: 10px 20px;
	font-size: 16px;
}

.home-mod-list-alpha .h2,
.home-prog-list-alpha .h2 {
	padding-top: 20px;
	margin-top: 0;
}

@media (min-width: 992px) {
	.prog-mod-list .prog-mod-cols {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}

	.prog-mod-list .prog-mod-cols div {
		display: table;
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
	}

	.prog-mod-list .prog-mod-cols ul {
		-webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
		page-break-inside: avoid; /* Firefox */
		break-inside: avoid; /* IE 10+ */
		list-style: none;
		padding: 0;
	}

	.prog-mod-list .prog-mod-cols ul li {
		list-style: none;
	}
}
