a {
	cursor: default;
}
a[href] {
	cursor: pointer;
}

a.filetype-pdf:after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 17px;
	background: url('../images/icon-pdf.png') no-repeat top left;
    position: relative;
    top: 3px;
}

.sub-child {
    padding-bottom: 1.53846rem;
    border-bottom: 1px solid #ededee;
    margin-bottom: 1.53846rem;
}
.sub-child h6 {
	font-size: 1.03077rem
}
.sub-child:last-child {
	padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;	
}

ul.accordion {
	/*margin-bottom: 20px;*/
}

.accordion-content hr {
	border-bottom: 1px solid #ededee;
}

.final-spacer {
	flex-grow: 1;
	background: no-repeat top center;
	background-size: cover; 
	filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
}
.final-spacer:hover {
	filter: url(data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale);
    filter: none;
    -webkit-filter: grayscale(0);
}

.main-right-side .person-people-wrap {
	align-content: flex-start;align-content: flex-start;
}


.Page.hse-and-cybersecurity.has-submenu .title-bar-right .sub-menu.menu {
	right: 0px;
}




@media print, screen and (min-width: 64em) {

	.AllPeoplePage .main-wrapper.content-page .main-left-side {
	    width: 58.33333%;
	}

	.AllPeoplePage .main-wrapper.content-page .main-right-side {
	    width: 41.66667%;
	}


}