/**************************************************************************************/
/* Global */

.BreadCrumb {
	margin-left: 70px;
}
.RightNavigation
{
	margin-top: 31px;
}	
.RightNavigation ul li 
{

}
.RightContainerOption
{
	padding: 70px 25px;
}
.RightContainerOption h2
{
	font: 600 22px myriad-pro;
	letter-spacing: 0.44px;
	color: #3B3E3F;	
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c9c9c9;
}
.RightContainerOption ul
{
	list-style: none;
	margin-bottom: 11px
}
.RightContainerOption p	
{
	color:#044881;
}
.RightContainerOption li a
{
	display: block;
	padding: 5px 5px 5px 25px;	
	font: normal normal normal 14px myriad-pro!important;
	letter-spacing: 0.3px;
	color: #004881;
}

.RightContainerOption.ContactBlock ul li a
{
	margin:0;
}
.RightContainerOption.ContactBlock ul li
{
	padding:0;
	margin:0;
}


.RightContainerOption li a:before
{
	content: "";
	width: 6px;
	background-color: #004881 ;
	height: 15px;
	position: absolute;
	display: block;
	vertical-align: middle;
	margin-top: 2px;
	margin-left: -15px;
}
.RightContainerOption li a:hover
{
	text-decoration: underline;
}
.RightContainerOption li a:hover:before
{
	background-color: #F36B25;
}


/* ========================================
Conduct Etiquette Guides
======================================== */

.conduct-guides {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 60px minmax(0, 1fr);
	width: 100%;
/* 	max-width: 685px; */
	max-width:765px;
	margin: 0 auto;
	background: #f4f6f7;
}


/* ========================================
Individual Guide Columns
======================================== */

.conduct-guide {
	display: flex;
	flex-direction: column;
	min-width: 0;
	background: #fff;
}

.conduct-guide--faculty {
	grid-column: 1;
}

.conduct-guide--student {
	grid-column: 3;
}


/* ========================================
Headings
======================================== */

.conduct-guide__heading {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 12px;
	color: #004f87;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.25;
	text-align: center;
	white-space: nowrap;
}

.conduct-guide--faculty .conduct-guide__heading {
	background: #dce4f0;
}

.conduct-guide--student .conduct-guide__heading {
	background: #dcefdc;
}


/* ========================================
Content
======================================== */

.conduct-guide__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	min-height: 395px;
	padding: 38px 35px 16px;
	background: #fff;
}


/* ========================================
Images
======================================== */

.conduct-guide__image {
	display: block;
	width: 100%;
	max-width: 190px;
	height: auto;
	margin: 0 auto 38px;
}


/* ========================================
Lists
======================================== */

.conduct-guide__list {
	align-self: stretch;
	margin: 0 0 36px;
	padding-left: 21px;
	color: #004f87;
	font-size: 0.9rem;
	line-height: 1.45;
}

.conduct-guide__list li {
	padding-left: 3px;
}


/* ========================================
Guide Links
======================================== */

.conduct-guide .conduct-guide__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	box-sizing: border-box;
	width: 100%;
/* 	max-width: 255px; */
	margin-top: auto;
	padding: 10px 9px 10px 12px;
	border: 2px solid #00538b;
	color: #00538b;
	background: #fff;
	font-size: inherit;
	line-height: 1.2;
	text-decoration: none;
}

.conduct-guide .conduct-guide__link:hover,
.conduct-guide .conduct-guide__link:focus {
	color: #fff;
	background: #00538b;
	text-decoration: none;
}

.conduct-guide .conduct-guide__link:focus-visible {
	outline: 3px solid #f58220;
	outline-offset: 3px;
}


/* ========================================
Arrow
======================================== */

.conduct-guide__arrow {
	flex: 0 0 auto;
	font-size: 1.35rem;
	font-weight: 700;
	line-height: 1;
}


/* ========================================
Responsive
======================================== */

@media (max-width: 700px) {

	.conduct-guides {
		display: block;
		max-width: 420px;
		background: transparent;
	}

	.conduct-guide {
		width: 100%;
	}

	.conduct-guide--faculty,
	.conduct-guide--student {
		grid-column: auto;
	}

	.conduct-guide__heading {
		width: 100%;
		white-space: normal;
	}

	.conduct-guide__content {
		min-height: 0;
		padding: 30px;
	}

	.conduct-guide__image {
		max-width: 170px;
		margin-bottom: 28px;
	}

	.conduct-guide__list {
		margin-bottom: 28px;
	}

	.conduct-guide .conduct-guide__link {
		max-width: none;
	}

	.conduct-guide + .conduct-guide {
		margin-top: 30px;
	}

}		
#BottomResourcesReportingLinks
{
	background-color: white;
	padding: 0px;
	margin-top: 70px;
}
#BottomResourcesReportingLinks .resourceslinks
{
	padding: 20px 30px;
}
#BottomResourcesReportingLinks .reportinglinks
{
	padding: 20px 30px; border-left: 32px solid #F5F7F8;
}
@media only screen and (max-width: 768px)
{
	#BottomResourcesReportingLinks .reportinglinks
	{
		border-top: 30px solid #F5F7F8; 
		border-left: 0px solid #F5F7F8;
	}
}	