body.page_accreditation div.table_wrap table tr td p {
	margin-bottom: 0px;
	margin-top: 0.5rem;
}

main #table_format th:last-child,
main #table_format td:last-child {
	/**Hiding the last column which in 'agencyonly' */
display: none;
}

th:has(select.filter) {
    min-width: 9.5rem;
}

/* The Arrow */
th:has(select.filter):after {
    content: '▾';
    color: var(--white);
    position: absolute;
    right: 0.55rem;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 0.8rem;
}

body.page_accreditation table select.filter{
    position: absolute;
    max-width: 9.8rem;
    top: 50%;
    transform: translate(0px, -50%);
	border: 0 none; 
	color: var(--white); 
	background-color: var(--primarygreen);
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
	padding-right: 1rem;
	font-weight: 700;

	/* For Safari */
	-webkit-appearance: none; /* Remove default Safari style */
	-moz-appearance: none;    /* For Firefox */
	appearance: none;         /* Standard */
}

@media screen and (min-width:980px) and (max-width:1090px){
	th:has(select.filter) {
		min-width: 8.25rem;
	}
	body.page_accreditation table select.filter {
		position: absolute;
		max-width: 8.8rem;
	}
}

body.page_accreditation table{margin-bottom:2rem}.popup{padding:3rem 2rem}#cboxContent main .grid2 p{text-align:left}#cboxOverlay,#cboxWrapper,#colorbox{position:absolute;top:0;left:0;z-index:9999;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxBottomLeft,#cboxMiddleLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{-webkit-overflow-scrolling:touch;background:var(--white);padding:0;border-radius:20px;overflow-x:hidden!important}#cboxTitle{margin:0}#cboxLoadingGraphic,#cboxLoadingOverlay{position:absolute;top:0;left:0;width:100%;height:100%}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#cboxContent,#cboxLoadedContent,#colorbox{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxContent main>p.known_for{font-style:italic;font-weight:700;margin-bottom:1rem}#cboxContent main>p.known_for span{color:var(--secondarygreen5);}#cboxContent main:not(.full_width){float:none;width:94%;padding:3% 4%}#cboxContent aside{float:left;width:40%;margin-right:3%;margin-left:0;padding-top:0;margin-bottom:0;padding-bottom:0}#cboxContent aside>:first-child{margin-top:0;margin-bottom:0}#cboxContent aside,#cboxContent main{font-size:1rem}#cboxContent main h1{line-height:1;margin-bottom:0;margin-top:3rem}#cboxContent main p{margin:.7rem 0}#cboxContent aside .thumbPhoto{display:none}:not(#cboxContent) aside .popupPhoto{display:none}#cboxContent aside .popupPhoto{display:block}#cboxOverlay{background:var(--black);opacity:.7}#colorbox{outline:0;margin-right:0;float:none}#cboxContent{margin-top:32px;overflow:visible;background:0 0}.cboxIframe{background:var(--white)}#cboxError{padding:50px;border:1px solid var(--anthracite15percent)}#cboxLoadingGraphic{background:url(/images/loading.gif) no-repeat center center}#cboxLoadingOverlay{background:var(--white);border-radius:20px}#cboxTitle{position:absolute;top:-22px;left:0;color:var(--black)}#cboxCurrent{position:absolute;top:-22px;right:205px;text-indent:-9999px}#cboxClose,#cboxNext,#cboxPrevious,#cboxSlideshow{border:0;padding:0;margin:0;overflow:visible;text-indent:-9999px;width:20px;height:20px;position:absolute;top:-20px}#cboxClose:active,#cboxNext:active,#cboxPrevious:active,#cboxSlideshow:active{outline:0}#cboxPrevious{background-position:0 0;right:44px}#cboxPrevious:hover{background-position:0 -25px}#cboxNext{background-position:-25px 0;right:22px}#cboxNext:hover{background-position:-25px -25px}#cboxClose{background:url(/images/close.png?v=2) no-repeat 0 0;right:22px;top:22px;width:22px;height:22px}#cboxClose:hover{opacity:.8}.cboxSlideshow_off #cboxPrevious,.cboxSlideshow_on #cboxPrevious{right:66px}.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px;right:44px}.cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px}.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0;right:44px}.cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px}#cboxLoadedContent .sharing_buttons a{float:left;width:2rem;height:2rem;margin-right:.2rem;padding:7px;box-sizing:border-box;border-radius:50%;background-color:var(--black22percent);text-align:center;display:flex}#cboxLoadedContent .sharing_facebook:hover,.sharing_facebook:focus{background-color:#3c5a99}#cboxLoadedContent .sharing_linkedin:hover,.sharing_linkedin:focus{background-color:#2d64bc}#cboxLoadedContent .sharing_twitter:hover,.sharing_twitter:focus{background-color:#1da1f2}#cboxLoadedContent .sharing_copy:hover,#cboxLoadedContent .sharing_whatsapp:hover,.sharing_copy:focus,.sharing_whatsapp:focus{background-color:var(--primarygreen)}

@media only screen and (max-width:980px){
	tr#filter th:has(select.filter){
		position:relative;
	}
	#cboxContent main:not(.full_width){float:none!important;width:100%!important;padding:0 2rem}#cboxContent aside{float:left!important;width:100%!important;margin-right:0!important}#cboxContent aside .thumbPhoto{display:block;margin:0}:not(#cboxContent) aside .popupPhoto{display:block}#cboxContent aside .popupPhoto{display:none}}