/*JOB LISTINGS */
.popup {
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.popup .popuptext {
	height:400px;
	overflow:auto;
	box-shadow: 0px 4px 4px 0px #717171 !important;
	visibility: hidden;
	background-color: #212529;
	color: #fff;
	border-radius: 6px;
	padding: 50px;
	position: fixed;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	font-size: 16px !important;
	text-align:left !important;
	z-index: 2 !important;
}

.popup .close {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: white;
}

.popup .show {
	visibility: visible;
}

.pano-placeholder {
	width: 100%;
	height: auto;
	padding: 49px 0 0 0;
}

.grid-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	padding: 3%;
	padding-bottom: 2%;
	text-align: center;
}

.grid-item {
	box-shadow: 0 0 11px rgba(33,33,0,.2); 
	padding: 30px;
	border-left: 15px solid #19808d;
	overflow: hidden;
	position: relative;
	display: inline-block;
	flex: 0 0 31%;
	margin: 20px 1.1%;
	max-width: 31%;
}

td {
	padding-right: 50px;
	color: #19808d;   
	text-align: center;
	width:25%;
}

.link:hover { color:#212529; }

.show-more {
	margin-left:50%;
	display: none;
	cursor: pointer;
	text-align: center !important;
}

.show-less {
	margin-left:50%;
	display: none;
	cursor: pointer;
	text-align: center !important;
}

.bg{
	/*backdrop-filter: blur(0.8px);*/
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100vw;
	height: 100vh;
	display: none;
}