@font-face {
	font-family: 'ProximaNovaRgRegular';
	src: url('font/ProximaNova-Reg-webfont.eot');
	src: url('font/ProximaNova-Reg-webfont.eot?#iefix')
		format('embedded-opentype'), url('font/ProximaNova-Reg-webfont.woff')
		format('woff'), url('font/ProximaNova-Reg-webfont.ttf')
		format('truetype'),
		url('font/ProximaNova-Reg-webfont.svg#ProximaNovaRgRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaSbold';
	src: url('font/ProximaNova-Sbold-webfont.eot');
	src: url('font/ProximaNova-Sbold-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('font/ProximaNova-Sbold-webfont.woff') format('woff'),
		url('font/ProximaNova-Sbold-webfont.ttf') format('truetype'),
		url('font/ProximaNova-Sbold-webfont.svg#ProximaNovaRgRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaBold';
	src: url('font/ProximaNova-bold-webfont.eot');
	src: url('font/ProximaNova-bold-webfont.eot?#iefix')
		format('embedded-opentype'), url('font/ProximaNova-bold-webfont.woff')
		format('woff'), url('font/ProximaNova-bold-webfont.ttf')
		format('truetype'),
		url('font/ProximaNova-bold-webfont.svg#ProximaNovaRgRegular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaRgRegularIt';
	src: url('font/ProximaNova-RegIt-webfont.eot');
	src: url('font/ProximaNova-RegIt-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('font/ProximaNova-RegIt-webfont.woff') format('woff'),
		url('font/ProximaNova-RegIt-webfont.ttf') format('truetype'),
		url('font/ProximaNova-RegIt-webfont.svg#ProximaNovaRgRegularIt')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaLtLight';
	src: url('font/ProximaNova-Light-webfont.eot');
	src: url('font/ProximaNova-Light-webfont.eot?#iefix')
		format('embedded-opentype'),
		url('font/ProximaNova-Light-webfont.woff') format('woff'),
		url('font/ProximaNova-Light-webfont.ttf') format('truetype'),
		url('font/ProximaNova-Light-webfont.svg#ProximaNovaLtLight')
		format('svg');
	font-weight: normal;
	font-style: normal;
}
/**
 * Branding variables
 */
:root {
  --font_family: ProximaNovaRgRegular, Arial, Sans-serif;
  --font_family_bold: ProximaNovaBold, Arial, Sans-Serif;
  --font_family_sbold: ProximaNovaSbold, Arial, Sans-Serif;
  
  --color_white: #fff;
  --color_grey: #808080;
  --more-link-color: #20508d;
  --more-link-color-hover: #3170AF;
  --trusteddevice-color: #000;
  
}
