.company-popup p,
.company-popup a:not(.job-link) {
	font-family: 'Basel Grotesk',Helvetica,Arial,Lucida,sans-serif!important;
}

.company-popup a:hover {
	text-decoration: underline;
}

.company-popup {
	width: 100%;
	min-height: 100vh;
	background-size: cover;
	background-position: center;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company-popup::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.55);
}

.company-logo {
	max-width: 55px;
	object-fit: contain;
}

.company-popup h1 {
	color: #fff;
	margin-top: 10px;
	font-size: 80px;
}

.company-popup .company-tease {
	line-height: 1.4;
}

.company-popup .popup-content {
	width: 95%;
	max-width: 650px;
	padding: 2rem;
	border-left: 2px solid white;
	z-index: 1;
}

.company-popup .link-and-socials {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}

.company-popup .link-and-socials .dp_field_link {
	color: #fff;
}

.company-popup .link-and-socials .social-icons,
.company-popup .link-and-socials .et-social-icon,
.company-popup .link-and-socials .icon {
	line-height: 1;
	padding: 0;
}

.company-popup .link-and-socials .social-icons {
	display: flex;
	align-items: center;
	list-style: none;
	margin-left: 10px;
}

.link-and-socials .social-icons li span {
        display: none;
    }

.link-and-socials .social-icons li {
        margin: 0 5px;
    }

.link-and-socials .social-icons .icon {
        font-size: 15px;
    }
.link-and-socials .social-icons a.icon  {
        display: block;
    }

.list-heading {
	font-family: 'Basel Grotesk',Helvetica,Arial,Lucida,sans-serif;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 !important;
}

.list {
	margin: 0 0 20px 0;
	padding: 0 !important;
}

.list li,
.list a {
	color: white;
	list-style: none;
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.company-popup h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 450px) {
	.company-popup h1 {
		font-size: 45px;
	}
}

