@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=Lato');
/**
 * Branding variables
 */
:root {
  --font_family: 'Arial', sans-serif;
  --font_family_bold: 'Arial', sans-serif;
  --font_family_sbold: 'Arial', sans-serif;
  --cta_background: #005A70;
  --cta_border: 0.1875rem solid #005A70;
  --cta_background-hover: #fff;
  --cta_background-hover-color: var(--cta_background);
  --nav-bar-background: #285C4D;
  --hp-pgarea-pb: 355px;
	--hp-hero-wrapper-height: 480px;
  --hp-pgarea-pb-mob: 500px;	  
}
