.row-margin {
	margin:0;
}
.no-pad {
	padding-left:0;
	padding-right:0;
}
.popup-background {
	position:fixed;
	background-color:rgba(0,0,0,0.75);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:10000;
	display:none;
	-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);
}
.popup-panel {
	position:relative;
	background-color:#FFFFFF;
	left:0;
	top:5em;
	z-index:10001;
	width:390px;
	margin:0 auto;	
	border-radius:4px !important;
}
.popup-panel h4 {
	font-weight:300;
}
.title-row {
	background-color:#fdfdfd;
	border-top-left-radius:4px !important;
	border-top-right-radius:4px !important;
	border-bottom:1px solid #eee;
}
.img-responsive {
	width:100%;	
}
.popup-panel-job-title {
	font-weight:300;
	font-size:14px;
	background-color:rgba(0,0,0,0.75);
	color:#FFF;
	padding-left:10px;
	position:absolute;
	bottom:0;
	width:100%;
}
p.popup-panel-job-title {
	margin:0 !important;	
}
.glyphi-margin {
	margin-top:2px;
}
#popup-toggle-button-close {
	color:#999;
}
.job-history-info {
	padding-top:15px;
}
/*.job-history-info p {
	border-bottom:1px solid #eee;
	padding-bottom:5px;
}
.job-history-info p:first-child {
	padding-top:10px;
}
.job-history-info p:last-child {
	border-bottom:none;
}*/
.va-job-history {
	display:block;margin-bottom:25px;
}
.va-job-history-icon {
	border-radius:50%;background-color:#607D8B;width:36px;height:36px;color:#fff;display:inline-block;vertical-align:top;margin-right:12px;position:relative;
}
.va-job-history-icon i {
	position:absolute;left:0;right:0;margin:0 auto;top:8.5px;font-size:16px;
}
.va-job-history-content {
	display:inline-block;vertical-align:top;width:21em;
}
.va-job-history-content p {
	margin-bottom:5px;
}
.va-job-history-content p:last-child {
	color:#B0BEC5;font-size:12px;margin-bottom:0;
}
@media (max-width: 767px) {
	.va-job-history {
		display:flex;flex-direction:row;align-items:stretch;
	}
	.va-job-history-icon {
		display:unset;flex-shrink:0;
		justify-content: center;align-items: center;
	}
	.va-job-history-content {
		display:unset;flex:auto;flex-shrink:1;width:auto;
	}
	.row-margin-bg {
		margin-top:60px;
	}
	.popup-panel {
		position:relative;
		background-color:#FFFFFF;
		left:0;
		top:5em;
		z-index:1001;
		width:90% !important;
		margin:0 auto;		
	}
	.img-responsive {
		width:100%;
		margin-top:0px;
		margin-bottom:0px;	
	}
	.no-pad-mobile {
		padding-left:0;
		padding-right:0;	
	}
	.popup-panel-job-title {
		font-weight:300;
		font-size:14px;
		background-color:rgba(0,0,0,0.75);
		color:#FFF;
		padding-left:10px;
		position:absolute;
		margin-top:-20px;
		width:100%;
	}
	.job-history-info {
		margin-top:10px;
		height:170px;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	.job-history-info p:first-child {
		padding-top:0;
	}
}