@charset "utf-8";
/* CSS Document */


:root {
  --apsgRed: #ED1C24;
  --apsgDarkBlue: #003DA6;
  --apsgLightBlue: #00AEEF;
  --apsgOrange: #FF671D;
  --apsgLightGray: #dddddd;
	
  --apsg-h1-font-family: 'BarlowCondensedSemiBold';
  --apsg-h1-font-weight: normal;
  --apsg-h1-font-size: 100px;
  --apsg-h1-line-height: 90px;
  --apsg-h1-text-transform: uppercase;
}