@import url('https://fonts.googleapis.com/css?family=Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

/**
 * Branding variables
 */
:root {
  --font_family: 'Open Sans', sans-serif;
  --font_family_bold: 'Roboto', sans-serif;
  --font_family_sbold: 'Roboto', sans-serif;
  --cta_background: #9A3B26;
/* Home Page customization */
	--hp-bg-color: #e7e7e7;
	--hp-pgarea-pb: 310px;
	--hp-pgarea-pb-mob: 535px;  
  --hp-border-radius: 5px;
  --hp-sections-border-radius: 0;
  --hp-bckg-image: none;
  --hp-sections-gap: 0;
	--hp-sections-bg-color: var(--color_white);
	--hpsmitem-bg-color: var(--hp-sections-bg-color);
	--hpscbg-color: var(--hp-bg-color);
	--hpssbg-color: var(--hp-sections-bg-color);
	--hp-hero-wrapper-height: 440px;
  --hp-tile-rght-arrow-content: "\f0a9";
  --hp-tile-rght-arrow-color: #fff;
  --hp-tile-rght-arrow-margin: 9px;
  --hp-tile-rght-arrow-font-size: 21px;
  --hp-tile-name-background: #44697D;
	--hp-tile-name-color: #fff;
  --hp-tile-name-font-size: 14px;
/*   --hp-tile-name-bkg-opacity: 0.8; */
	--hp-social-top-margin: 0;
/* END Home Page customization */
	--nav-bar-background: #44697D;
}
