/* Sam/Katharine 19/02/20 */

h1 {
	border-bottom: 0;
}
h1 {
	color: #3f4246!important;
	font-weight: normal;
}
.column-1 h2, .column-1 h3, .column-1 h4, .column-1 h5, .column-1 h6 {
	color: #3f4246!important;
	font-weight: bold;
}
.column-1 p, .column-1 .container-text li, .column-1 .margins li, h6 {
	font-size: 1.1em!important;
	color: #3f4246!important;
}
.column-1 p.large {
	font-size: 1.25em!important;
	font-weight: 500!important;
}
.btn {
	border-radius: 0;
}
.banner-image {
	position: relative;
	margin-bottom: 20px;
}
.banner-buttons {
	position: absolute;
	bottom: 60px;
	width: 25%;
	left: 60px;
}
.copyright{
	margin-top:-1%;
	font-style: italic;
	font-size: 12px;
}
.info-block {
	border-right: 1px solid black;
	border-top: none;
	padding: 0px 25px 0px 25px;
}
.info-block:last-child {
	border: 0;
}
	.leftborder {
 	margin: 10px 0px 20px 5px;
 	padding: 0px 0px 0px 10px;
 	border-width: 6px;
 	border-left: 5px solid #ececec;
 	border-right: none;
 }

.margins {
	margin-left: 10%;
	margin-right: 10%;
}
.container-text {
	padding-top: 20px;
}
.spacing {
	padding-top: 2%
}
.spacing-lg {
	padding-top: 4%
}
.transcript {
	font-size: 1.1em;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.row-padding {
		padding: 5px 10px 10px 5px !important;
	}
}

@media (max-width: 768px) {
	.info-block {
		border: 0;
		padding: 0px 10px 0px 10px;
	}
	.container-text {
		padding-top: 0px;
	}
	.banner-image {
		margin-bottom: 0px;
	}
	.column-1 p.large {
	font-size: 1.25em!important;
	font-weight: 550!important;
}
		.banner-buttons {
		position: relative;
		width: 100%;
		margin-right: 20px;
		left: 0;
		bottom: 0;
		margin-top: 22px;
	}
	.nav-tabs li {
		width: 100%;
		float: none;
	}
	.margins {
		margin-left: 0%;
		margin-right: 0%;
	}
	.spacing {
		padding-top: 4%
	}
	.spacing-lg {
		padding-top: 8%
	}
	.spacing-mobile {
		padding-top: 6%
	}
}

/* New-look nav tabs by Edina, 2019 */

.nav-tabs {
	margin-bottom: 20px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: #383838!important;
	color: white!important;
	border-color: #383838!important;
}
.nav-tabs {
	border-bottom-color: #979797!important;
	z-index: 0 !important;
}
.nav-tabs>li>a {
	background: #552D62!important;
	color: white!important;
}
.nav-tabs>li.active>a:before, .nav-tabs>li.active>a:focus:before, .nav-tabs>li.active>a:hover:before {
	background: #383838!important
}
.nav-tabs>li>a:hover {
	background: #383838!important;
	/*here*/
	color: white!important;
	/*here*/
	border-color: #383838!important
}
.nav-tabs>li>a:hover:before {
	background: #383838!important;
}
.nav-tabs>li>a {
	border-color: #552D62!important;
}


/*** Old code by Nathan, ITS, 24 Jan 2016 ***/

/* Move edit button away from first tab */

.hp-layout .edit-tabs-link {
	margin-top: 35px;
	margin-left: -10px;
}
/* Improve Bootstrap togglable tabs */

.nav-tabs {
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.nav-tabs li {
	margin: 0 10px -1px 0;
}
.nav-tabs li h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 2px 0;
}
.hp-layout .tab-pane {
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ddd;
}
/* Don't use max-width set in site assets > undergraduate-id7.less */

@media (min-width: 992px) {
	.nav-tabs li {
		max-width: 1000px;
	}
}
.mceContentBody .tab-pane.in.active:before {
	content: 'active tab content';
	background-color: #eeeeff;
}
.mceContentBody .tab-pane:before {
	content: 'tab content';
	font-variant: small-caps;
	font-weight: bold;
	color: #999999;
	display: block;
	padding-bottom: 5px;
	border-bottom: dashed 1px #3493a3;
	margin-bottom: 10px;
}
.mceContentBody .tab-pane {
	display: block;
	opacity: 1;
	border: dashed 1px #124696;
	padding: 10px;
}