:root{
/* Heading Font size override */
	--headingFiveFontSize:var(--headingFourFontSize);
	--headingSixFontSize:var(--headingFourFontSize);

/* Cookiebar Paragraph Color */
	--cookiebarParagraphColor:#ffffff;
	--cookiebarCtaColor:#ffffff;
	
/* Now Selling Filter Buttons */
	--propertyFeaturesFilterButtonsColor:#000000;

/* Comparator Background */
	--comparatorBackgroundLight:#f2f2f2;
	--comparatorBackgroundDark:#000000;
	
/* Form Submit Button Color */
	--formSubmitButtonBackgroundColor:#000000;
	
/* Form Submit Button Font Size */
	--formSubmitButtonFontSize:1.3em;
	
/* Form Privacy Statement Size */
	--formPrivacyStatementHeaderFontSize: 14px;
	
/* Download Card Button Font Size */
	--downloadCardButtonFontSize:1.3em;

/* Properties Enquire Now Button Font Size */
	--propertyEnquireNowButtonFontSize:1.3em;

/* Awards Year Color */
	--awardYearColor:#ffffff;
	
/* Hero Banner Link Text Size */
	--HeroBannerLinkTextSize:1.6em;
	
/* Property bed/bathroom/car icons */
	--propertyAmenityIconBed:url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/bed.svg");
	--propertyAmenityIconBath:url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/bath.svg");
	--propertyAmenityIconCar:url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/car.svg");
	--propertyAmenityFontColor:#000000;
	
/* Mobile Navigation Arrow Color */
	--mobileNavigationArrowColor: #ffffff;
	
/* Mobile Navigation Link Color Temporary holder */
	--mobileNavigationLinkColor: var(--navigationFirstLevelFontColor);
	
/* Properties Address visibility */
	--propertyAddressVisibility: contents;
	
/* Card Titles */
	--promoCardHeadingSize:var(--headingThreeFontSize);
	
/* Form Privacy Statement Link Color */
	--formPrivacyLinkFontColor: #000000;
	
/* Sort By Font Color */
	--propertyFilterSortLabelColor: var(--propertyFilterLabelColor);
	
/* Gallery Title Color */
	--galleryCardTitleColor: #ffffff;
	
/* Navigation First Level Underline Color */
	--navigationFirstLevelUnderlineColor: var(--navigationMegaLinkColor);
	
/* Navigation Square button */
	--navigationActiveRegisterSquareBorderColor:var(--navigationMegaLinkColor);
	--navigationRegisterSquareBorderColor:var(--navigationMegaLinkColor);
	
/* Container Custom Backgrounds */
	--customContainerBackgroundTransparent: transparent;
	
/* Hero Banner */
	--heroBannerOneParagraphFontSize: var(--paragraphFontSize);
	
/* Footer Navigation Font Size */
	--footerNavigationFontSize:1.125em;

/* Form Header Size */
	--formHeaderSize:3em;

/* Mobile Navigation Font Size */
	--navigationMobileFontSize: var(--navigationFontSize);

/* Form Inner Background Color */
	--formInnerBackgroundColor:#FFFFFF;

/* Form Field Background Color */
	--formFieldBackgroundColor:#FFFFFF;
	
/* Form Field Text Color*/
    --formTextboxFontColor: var(--color-black);
	--formErrorMsgColor: inherit;
	
/* Navigation Second Level Dropdown Color */
	--navigationSecondLevelBackgroundColor: var(--navigationColor);
	
/* Navigation CTA button */
	/*--navigationRegisterSquareBackgroundColor: var(--navigationFirstLevelFontColor);*/

/* Footer Background Color */
	--FooterBackgroundColor:#ffffff;
	
/* Line Height */
	--lineHeightParagraph: 1.5em;
	
/* Dropdown Link Colors */
	--mobileNavigationArrowColor: var(--navigationMegaLinkColor);

/* ConceptCarouselHeadingSize */
	--conceptCarouselHeadingSize:2em;

/* Enquire Now Form Background Color */
	--EnquireNowFormBackground:#ffffff;
	
/* Alphabet Carousel Background */
	--alphabetCarouselBlurbbackground:#ffffff;
	
/* Alphabet Carousel Paragraph Font Size */
	--alphabetCarouselfontsize:var(--pargraphFontSize);

/* Map */
	--mapdropdowntextcolor:var(--ulfontcolor);

/* Expander Details */
	--expanderTilesPrimaryHeading:var(--headingComponentFontColor);
	--expanderTilesHoverHeading:var(--headingComponentFontColor);
	--expanderTilesBackgroundColor:#456B78;
	
/* Heading Color */
	--h1headingColor: var(--headingFontColor);
	--h2headingColor: var(--headingFontColor);
	--h3headingColor: var(--headingFontColor);
	--h4headingColor: var(--headingFontColor);
	--h5headingColor: var(--headingFontColor);
	--h6headingColor: var(--headingFontColor);
	
/* Gradiant variables */
	--showgradiant: unset;
	
/* Footer Variable */
	/*--FooterBackgroundColor: var(--navigationColor);*/

/* Mirvac Difference Panel */
	/*background-color: var(--color-darkblue);*/
	
/* Sales Form Variables */	
	--profBackgroundColor:#ffffff;
	--profWrapperBackgroundColor:#ffffff;
	--profIntroColor:#000000;
	--profLabelColor: #000000;
	--profTextboxFontColor: #000000;
	--profBorderColor: #000000;
	--profSubmitBackground:rgb(33,39,46);
	--profSubmitTextColor:#ffffff;
	--profRadioBorderColor:#000000;
	--profKeychain: url("./images/Profiling Form/Nine/keychain.svg");
	--profMoney: url("./images/Profiling Form/Nine/money.svg");
	--profCouple: url("./images/Profiling Form/Nine/couple.svg");
	--profFamily: url("./images/Profiling Form/Nine/family.svg");
	--profGrand: url("./images/Profiling Form/Nine/grandparents.svg");
}

