.welcome-toc {
	display: flex;
	flex-wrap: wrap;
}
.welcome-toc p {
	width: calc(33.33% - 1.5rem);
    background-color: #007298;
    padding: 0 !important;
    margin: .5rem .5rem;
    display: flex;
    align-items: center;
}
.welcome-toc p:nth-child(even) {
	background-color: #00A5B5;
}
.welcome-toc p a {
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	color: white;
	padding: 1.5rem;
	transition: background-color .3s;
}
.welcome-toc p a i {
	margin-right: .5rem;
}

.welcome-toc p a:hover, .welcome-toc p a:focus {
	background-color: #003E52;
} 

.toc > .accordion {
	// background-color: #ebebeb;
	padding: 0;
	max-width: 800px;
	margin: 3rem auto 5rem;
}

.toc-link {
	display: flex;
	align-items: center;
	font-size: .85rem;
	line-height: 1.1;
}

h1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-back {
	padding: 3rem;
	margin: 3rem 0;
	display: flex;
	flex-direction: column;
}
h2 {
	background-color: white;
	border: 2px solid #a0acaa;
	display: table;
	padding: .75rem 1rem;
	font-size: 1.5rem;
	margin: 5rem auto 0;
}
.custom-back h2 {
	margin: 0 auto;
}
.light-green-back {
	background-color: rgba(210,215,85,0.75);
}
.light-blue-back {
	background-color: rgba(153,218,234,0.75);
}
.light-gold-back {
	background-color: rgba(255,184,28,.7);
}
.content li {
	padding: .25rem 0 !important;
}

.student-guide-hero {
	display: flex;
	flex-direction: column;
	justifiy-content: flex-end;
	align-items: center;
	margin: 0 0 4rem;
	height: 300px;
}
.student-guide-title {
	padding: 1rem;
	background-color: white;
	box-shadow: 0px 2px 4px #00000029;
	color: #007298;
	font-size: 30px;
	font: normal normal 600 30px/36px Chronicle Text G3;
	margin-top: -2rem;
}


.wrap-toc {
	display: flex;
	flex-wrap: wrap;
}
.wrap-toc p {
	width: 33.33%;
	max-wdth: 33.33%;
}
.disable-toc {
	pointer-events: none;
	color: grey;
	border: 1px solid silver;
	padding: .25rem;
}

.nsg-icon {
	width: 48px;
	height: 48px;
	padding: 0;
	margin-right: .5rem;
	display: inline-block;
}

.nsg-icon svg {
	width: 48px;
	height: 48px;
}

.nsg-svg {
	fill: none;
	stroke: white;
	stroke-miterlimit: 10;
	stroke-width: 5px;
}
.nsg-svg-fill {
	fill: white;
}
.nsg-svg-swap {
	fill: white;
	stroke: none;
	stroke-miterlimit: 0;
	stroke-width: 0px;
}

.nsg-icon-dark {
	width: 70px;
	height: 70px;
}

.nsg-icon-dark .nsg-svg {
	stroke: #003E52 !important;
}
.nsg-icon-dark .nsg-svg-swap {
	fill: #003E52 !important;
}
.nsg-icon-dark .nsg-svg-fill {
	fill: #003E52 !important;
}


.nsg-icon-dark svg {
	width: 70px;
	height: 70px;
}

.nsg-toc-icon {
	width: 36px;
	height: 36px;
	margin-right: .25rem;
}
.nsg-toc-icon svg {
	width: 36px;
	height: 36px;
}
.nsg-toc-icon .nsg-svg {
	stroke: #003E52 !important;
}
.nsg-toc-icon .nsg-svg-swap {
	fill: #003E52 !important;
}
.nsg-toc-icon .nsg-svg-fill {
	fill: none;
}

.disable-toc .nsg-svg {
	stroke: #333 !important;
}

@media screen and (min-width: 577px) {
	.nsg-extra {
		width: 80px;
	}
}

@media screen and (max-width: 991px) {
	.wrap-toc p {
		width: 50%;
		max-wdth: 50%;
	}
	.welcome-toc p {
		width: calc(50% - 1rem);
	}
}

@media screen and (max-width: 767px) {
	h1 {
		flex-direction: column;
    	text-align: center;
    	align-items: center;
    	font-size: 1.6rem;
    	margin-top: -2rem;
    	margin-bottom: 1rem;
	}
	.nsg-icon-dark {
		margin: 0 0 .5rem;
	}
}
@media screen and (max-width: 576px) {
	.breadcrumb {
		display: none;
	}
	.custom-back {
		padding: 1.5rem;
	}
	.wrap-toc p {
		width: 100%;
		max-wdth: 100%;
	}
	.welcome-toc p {
		width: 100%;
	}
}
