:root {
	--white: #ffffff;
	--black: #000000;
	--carbon: #2f2f2f;
	--gray: #D9D9D9;
	--blue: #1E91CD;
	--dark-blue: #0D0C63;
	--beige: #F3F0EA;
	--green: #70AD47;
}

body {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-family: var(--body-font-family);}
:focus {outline: none;}
a[href*="//"]:not([href*="yourwebsite.com"]) {
	/* Apply style here to style external links differently */
}

#section-38 .item .title {min-height:2lh;}
@media (max-width: 1440px) {
	#section-38 .item .title {min-height:auto;}
}
a.anchor {scroll-margin-top: -1px;}

#headerMenu em {color:#fff;font-size:24px;font-weight:500;position:relative;left:-83px;top:11px;font-style:normal;}
#headerMenu label {top:-20px;position:relative;left:-4px;}

@media all and (max-width: 499px) {
	#headerMenu em {display:none;}
	#headerMenu label {top:0px;position:relative;left:0px;}
}