#PCTFooter{
	background-color:#fff;
	padding-top:58px;
	padding-bottom:25px;
}

.footer-col-gray-bg{
	background-color:#fff;
}

#pct-footer-logo{
	margin-bottom:40px;
}

.pct-social-media-icon{
	display:inline-block;
	width:24px;
}

.pct-social-media-icon + .pct-social-media-icon{
	margin-left:10px;
}

#pct-copyright-text{
	margin-top:18px;
	font-family: "ProximaNova", sans-serif;
	font-size: 13px;
	color: #282828;
	letter-spacing: 0;
	text-align: center;
	line-height: 15px;
}

#pct-newsletter-signup span{
	cursor:pointer;
	color:#00677f;
}

#pct-newsletter-signup span:hover{
	color:#00677f;
}

.procalcitonin-footer-link-wrapper{
	margin-bottom:8px;
}

.procalcitonin-footer-link{
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	color: #282828;
	line-height: 24px;
}

.procalcitonin-footer-link.first{
	font-family:"ProximaNova", sans-serif;
	font-weight:bold;
}

#procalcitonin-newsletter-box{
	background: #FFFFFF;
	border: 1px solid #DCDCDC;
	border-radius: 8px;
	border-top:11px solid #E7E9ED;
	padding:17px 21px 14px 21px;
	position:relative;
}

#procalcitonin-newsletter-box::after{
	position:absolute;
	background: #00677f;
	border-radius: 100px 100px 0 100px;
	width:27px;
	height:11px;
	top:-11px;
	right:0;
	content:'';
}

#pct-newsletter-head{
	font-family: "ProximaNova", sans-serif;
	font-size: 16px;
	color: #222222;
	letter-spacing: 0;
	line-height: 16px;
	margin-bottom:7px;
}

#pct-newsletter-body{
	font-family: HelveticaNeue;
	font-size: 14px;
	color: #222222;
	letter-spacing: 0;
	line-height: 20px;
	margin-bottom:7px;
}

#pct-newsletter-signup a{
	font-family: "HelveticaNeueBold", sans-serif;
	font-size: 16px;
	color: #00677f;
	letter-spacing: 0;
	line-height: 24px;
	text-decoration:none;
}

#pct-newsletter-signup a::after{
	font-family:"icomoon";
	content:'\ecdc';
	font-size:11px;
	margin-left:12px;
}
#pct-social-media-icons{
	text-align:center;
	margin-top:12px;
	font-size:20px;
}
#pct-social-media-icons a{
	text-decoration:none !important;
	color:#000;
}

.footer-col-padding{
	padding-top:58px;
	padding-bottom:58px;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

#pctFooterLanguageBtn{
	display:inline-block;
	margin-top:15px;
	cursor:pointer;
}

#pctFooterLanguageBtn .icon-24-global-mono{
	vertical-align:middle;
}

@media screen and (max-width:768px){

	#PCTFooter{
		padding:58px 16px;
	}

	#pct-footer-nav-row {
		margin:42px -15px;
	}
}

.pct_footer ~ .responsivegrid .pct-container{
	padding-top:0;
}

@media screen and (max-width:500px) {
	.cpct-xxs-6{
		width:50%;
	}
}