@font-face{
	font-family:'Poppins-Light';
	src:url('Fonts/Poppins-Light.woff') format("woff");
}
@font-face{
	font-family:'Poppins-Medium';
	src:url('Fonts/Poppins-Medium.woff') format("woff");
}      
:root{
/* Overall Fonts */
	--firstFont:"Poppins-Light",serif;
	--primaryFont:"Poppins-Light";
	--secondFont:"Poppins-Light",serif;
	--secondaryFont:"Poppins-Light",serif;
	--navigationFirstLevelLinkFont:"Poppins-Light",serif;
	--navigationSecondLevelLinkFont:"Poppins-Light",serif;
	--navigationSecondLevelFontHeader:"Poppins-Light",serif;
	--paragraphFontFamily:"Poppins-Light",serif;
	--ulFontFamily:"Poppins-Light",serif;
	/*--thirdFont:"Fors-Light",serif;*/
	
/* Colors */
	--primaryColor:#7C7268; 
	--secondaryColor:#87986b;
	
/* Overall Font Colors */
	/* Primary Font color - currently applied to p,h1,h2,h3,h4,h5 */
	--headingFontColor:#7c7268;
	--paragraphFontColor:#5E615D;
	/* UL Font color */
	--ulFontColor: #fff;
	/* Main a tag underline */
	--aTagUnderline:#87986b;
	/* Heading h3,h4,h5 color override */
	--headingComponentFontColor:#fff;
	
/* Overall Font Sizes */
	/* Paragraph Font Size */
	--pargraphFontSize:16px !important;
	/* Heading 1 Font Size */
	--headingOneFontSize:45px !important;
	/* Heading 2 Font Size */
	--headingTwoFontSize:40px !important;
	/* Heading 3 Font Size */
	--headingThreeFontSize:22px !important;
	/* Heading 4 Font Size */
	--headingFourFontSize:18px !important;
	/* UL Font Size */
	--ulFontSize:16px !important;
	/*Mobile UL Font Size */
	--ulMobileFontSize:12px !important;
	
/* Header Navigation */
	/* Primary navigation color */
	--navigationColor:#87986b;
	/* Navigation text color */
	--navigationMegaLinkColor:#FFFFFF;
	/* Navigation First Level Color */
	--navigationFirstLevelFontColor:#7c7268;
	/* Navigation First Level Font Weight */
	--navigationFirstLevelFontWeight:400;
	/* Navigation First level Underline Color */
	--navigationFirstLevelUnderlineColor:#a8c8ab;
	/* Navigation Second Level Color - depriciated */
	--navigationSecondLevelFontColor:#7c7268;
	/* Navigation Second Level Link Color */
	--navigationSecondLevelCtaTagColor:#FFFFFF;
	/* Navigation Second Level Underline Color - depriciated */
	/*--navigationSecondLevelUnderlineColor:#a8c8ab;*/
	/* Navigation Register Square button */
	--navigationActiveRegisterSquareBorderColor:#fff;
	--navigationRegisterSquareBorderColor:#fff;
	--navigationRegisterSquareBackgroundColor:transparent;
	--navigationRegisterSquareBackgroundFontColor:#fff;
	--navigationRegisterSquareBackgroundHoverColor:#fff;
	--navigationRegisterSquareBackgroundHoverFontColor:#87986b;
	/* Navigation Social color */
	--navigationSocialColor:#87986b;
	/* Navigation Phone Icon - for black use: url('./images/phone-white.svg') no-repeat & for white use: url('./images/phone-white.svg') no-repeat */
	--navigationPhoneIcon:url('/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/phone-white.svg') no-repeat;
	/* Navigation Location Icon - for black use: url('./images/location-white.svg') no-repeat & for white use: url('./images/location-white.svg') no-repeat */
	--navigationLocationIcon:url('/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/location-white.svg') no-repeat;
	/* First Level Navigation Size*/
	--navigationFontSize:1.2em;
	/* Second Level Navigation header size */
	--navigationSecondLevelHeaderFontSize:2em;
	/* Second Level Navigation links size */
	--navigationSecondLevelLinkFontSize:1.2em;
	
	
/* Mobile Navigation */
	/* Mobile Navigation Facebook - for black use: url('./images/facebook-white.svg') no-repeat & for white use: url('./images/facebook-white.svg') no-repeat */
	--navigationMobileFacebook: url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/facebook-white.svg");
	/* Mobile Navigation Instagram - for black use: url('./images/instagram-white.svg') no-repeat & for white use: url('./images/instagram-white.svg') no-repeat */
	--navigationMobileInstagram: url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/instagram-white.svg");
	/* Mobile Navigation Youtube - for black use: url('./images/youtube-white.svg') no-repeat & for white use: url('./images/youtube-white.svg') no-repeat */
	--navigationMobileYoutube: url("/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/youtube-white.svg");
	/* Primary mobile navigation color */
	--navigationMobileColor:#87986b;
	/* Mobile navigation font color in dropdown */
	--navigationMobileMegaDropLinkColor:#7c7268;
	/* Mobile navigation menu 3 lines color */
	--navigationMegamenuToggleColor:#ffffff;
	/* Mobile Navigation Social Icons Background Color */
	--mobileNavigationSocialBackgroundColor:#87986b;
	/* Mobile Navigation Privacy statement Color */
	--mobileNavigationPrivacyStatementLinkColor:#7c7268;
	/* Mobile Navigation Underline Color */
	--mobileNavigationSecondLevelUnderlineColor:#a8c8ab;
	/* Mobile First Level Font Size */
	--navigationMobileFontSize:1.2em;
	/* Mobile Second Level Font Size */
	--navigationsecondlevelfontsize:1.2em;

/* Language Selector */
	/* Language Selector Desktop Color */
	--languageSelectorDesktopColor: #D3AC71;
	/* Language Selector Hover Color Desktop */
	--languageSelectorDesktopColorHover: #D3AC71;
	/* Language Selector Mobile Color */
	--languageSelectorMobileColor: #D3AC71;
	/* Language Selector Mobile Background Color */
	--languageSelectorMobileBackgroundColor: #ffffff;
	/* Language Selector Mobile Border Color */
	--languageSelectorMobileBorderColor: 1px solid #c0c5c0;
	
	
/* Footer Navigation */
	--footerHeadingThreeSize:1.4em;
	--footerSocialIconsBackgroundColor:transparent;
	--footerALinkColor:#5e615d;
	--footerExploreMoreFontColor:#e7a479;
	--footerAddressFontColor:#7c7268;
	--footerPhoneFontColor:#7c7268;
	--footerParagraphFontSize:1.8em;
	--footerBlockTextParagraphFontColor:#7c7268;
	--footerBlockTextParagraphFontSize: 1.4em !important;
	--footerLandcomFontSize:0.8em;
	/*--footerLandcomFontColor: ;*/
	
/* Contrast Colors */
	--primaryContrast:#e6e7e8;
	--secondaryContrast:#e6e7e8;

/* Custom Background Colors */
	--customContainerBackgroundColor1:#7c7268;
	--customContainerBackgroundColor2:#a8c8ab;
	--customContainerBackgroundColor3:#87986b;
	--customContainerBackgroundColor4:#fff;

/* Property Listing */
	/* Property Filter Size */
	--propertyFilterFontSize: 1.2em;
	/* Properties font color */
	--propertyFontColor: #7c7268;
	/* Property price Font size*/
	--propertyPriceFontSize:1.25em;
	/* Font size of list */
	--propertyLiSize:1.3em;
	/* Listing page search filter background color */
	--propertyListingColor:#87986b;
	/* Listing Page filter - label headings color */
	--propertyFilterLabelColor:#7c7268;
	/* Listing page Heading Color */
	--NowSellingFilterHeadingColor: #fff;
	/* Listing Page Sort By filter Color */
	--propertyFilterSortLabelColor: #7c7268;
	/* Listing Page Amenity Font Color */
	--propertyAmenityFontColor:#7c7268;
	/* Property Sort By Color */
	--PropertyListingSortByColor:#7c7268;
	/* Listing Page filter - Input color */
	--propertyFilterInputColor:#000;
	/* Property Card Colors */
	--propertyCardSizeColor:#7c7268;
	--propertyCardButtonColor:#FFFFFF;
	--propertyfeaturesnowsellingbutton:#87986b;
	--propertyCardPriceColor:#7c7268;
	/* Property Type Color */
	--HouseandLandBackgroundColor:#a8c8ab;
	/* Pagination Color (Page number) */
	--propertyPaginationColor:#87986b;
	--propertyPaginationNumberColor:#7c7268;
	/* Property Filters Visibility - use block to show and none to hide */
	--propertyTypeFilterVisibility:block;
	--bedroomFilterVisibility:block;
	--bathroomFilterVisibility:block;
	--minPriceFilterVisibility:block;
	--maxPriceFilterVisibility:block;
	--minLandSizeFilterVisibility:block;
	--maxlandSizeFilterVisibility:block;
	--minFrontageFilterVisibility:none;
	--maxFrontageFilterVisibility:none;
	/* Property Price Visibility - use block to show and none to hide */
	--propertyPriceVisibility:block;
	/* Property Sort Visibility - use block to show and none to hide */
	--propertySortVisibility:block;
	/* Property Address Visibility - use inline to show and none to hide */
	--propertyAddressVisibility:none;
	/* Property Icon Bed - for black use: url('./images/bed.svg') no-repeat & for white use: url('./images/bed-white.svg') no-repeat */
	--propertyAmenityIconBed: url('/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/bed.svg');
	/* Property Icon Bath - for black use: url('./images/bath.svg') no-repeat & for white use: url('./images/bath-white.svg') no-repeat */
	--propertyAmenityIconBath: url('/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/bath.svg');
	/* Property Icon Car - for black use: url('./images/car.svg') no-repeat & for white use: url('./images/car-white.svg') no-repeat */
	--propertyAmenityIconCar: url('/-/media/Project/Mirvac/Residential/Base%20Residential%20Site/Base%20Residential%20Component%20Theme/Styles/images/car.svg');
	
/* Property Page */
	/* Property Title Font Color */
	--propertyTitleFontColor:#a8c8ab;
	/* Property Sub-Title Font Color */
    --propertySubTitleFontColor:#7c7268;
	/* Property Address Font Color */
    --propertyAddressFontColor:#7c7268;
	/* Property Enquire button */
	--propertyEnquireButtonBackgroundColor:#ee987e;
	/* Now Selling Filter Buttons */
    --propertyFeaturesFilterButtonsColor:#87986b;
	/* Property Filers Text Color */
	--propertyfeaturesfiltertextcolor:#FFFFFF;
	/* Property Features Heading Color */
	--propertyFeaturesTitleFontColor:#7c7268;
	/* Property Features Sub-title Font Color */
    --propertyFeaturesSubTitleFontColor:#7c7268;
	/* Property Features icon text Color */
    --propertyDescriptionFontColor:#7c7268;
	/* Property Bedroom/Bathroom/Car/SQM Heading Color */
	--propertyDetailFontColor:#7c7268;
	/* Property Features Icon Color */
	--propertyFeaturesIconColor:#a8c8ab;
	/* Property Paragraph color */
    --propertyParagraphFontColor:#7c7268;
	/* Property Form privacy policy color */
    --propertyFormPrivacyFontColor:#000;
	/* Property Feature Visibility - use block to show and none to hide */
	--propertyFeaturesVisibility:none;
	/* Property Map Visibility - use block to show and none to hide */
	--propertyMapVisibility:block;

/* Alphabet Carousel */
	/* Title and description block visibility - please change to flex to show and none to hide */    
	--alphabetCarouselIntroVisibility:none;
/* Sub-Title heading visibility - please change to block to show and none to hide */
	--alphabetCarouselHeadingVisibility: */;
	--alphabetCarouselBackground:#fff;
	--alphabetCarouselBlurbbackground:#87986b;
	--alphabetCarouselHeadingFourColor:#fff;
	--alphabetCarouselParagraphColor:#fff;
	--alphabetCarouselfontsize:1.7em;
	--alphabetCarouselHeadingFourSize:2.1em;
	--alphabetCarouselHeadingThreeSize:2.4em;
	--alphabetcarourselslidebuttoncolor:#a8c8ab;
	--alphabetCarouselHeadingThreeColor:#fff;
	
/* Awards */
	--awardTitleColor:#7c7268;
	--awardDescriptionColor:#7c7268;
	--Awardcardbackground:#a8c8ab;
	--awardYearColor:#7c7268;
	
/* Concept Carousel */
	--conceptCarouselHeadingColor:#7c7268;
	--conceptCarouselSlideHeadingColor:#7c7268;
	--ConceptCarouselBlurbFontSize: 1.7em;
	--conceptCarouselBlurbColor:#7c7268;
	--conceptCarouselBackground:#fff;

/* Cookiebar */
	--cookieBarFontSize:0.9em;
	--cookiebarParagraphColor:#fff !important;
	--cookiebarCtaColor:#fff;


/* Promo Cards */
	--promoCardTitleFontColor:#7c7268;
	--promoCardLinkFontColor:#7c7268;
	--promocardbackground:#7c7268;

/* Featured Content */
	/* Featured Content heading color */
	--featuredContentHeadingColor:#7c7268;
	/* Featured Content Paragraph Color */
	--featuredContentParagraphColor:#7c7268;
	--featuredCarouselBackgroundColor:#fff;
	/* CTA Link */
	--featuredContentCtaFontSize:1.5em;
	--featuredContentCtaColor:#7c7268;
	

/* Form */
	--formHeaderFontColor:#7c7268;
	--formHeaderSize:60px;
	--formLabelFontColor:#7c7268;
	--formPrivacyFontColor:#7c7268;
	--formParagraphFontColor:#7c7268;
	--FormSubmitTextColor:#87986b !important;
	--formSubmitButtonBackgroundColor:#fff;
	--formBorderColor:#fff;
	--formSubmitBackgroundColor:#fff;
	--formLabelFontSize:1.5em;
	--formFieldsetLegendFontSize:1.5em;
	--formCheckboxLabelFontSize:1.5em;
	--formBackgroundColor:#eeedeb;
	--EnquireNowFormBackground:#fff;
	--formInnerBackgroundColor:#fff;
	--formFieldBackgroundColor:#fff;
	--FormBackgroundOpacity:1;
	--formPrivacyLinkFontColor:#FFFFFF;
	--formBackgroundImage:url("https://mirvac-cdn-web.azureedge.net/-/media/Project/Mirvac/Residential/Charlton House/Brand Assets/CH_1920X1080_Registration.png");
	--formBackgroundAttachment: unset;

/* Comparator */
	--comparatorDarkFontColor:#ffffff;
	--comparatorLightFontColor:#7c7268;
	/* Comparator Background */
    --comparatorBackgroundLight:#fff;
    --comparatorBackgroundDark:#7c7268;
	
/* Download Card */
	--downloadCardBackground:#a8c8ab;
	--downloadCardHeadingFontColor:#fff;
	--downloadCardParagraphFontColor:#fff;
	--downloadCardButtonFontColor:#a8c8ab;
	--downloadCardButtonBackgroundColor:#fff;
	
/* CTA Image Grid */
	--ctaImageGridBackgroundColor:#fff;
	--ctaImageGridHyperlinkColor:#7c7268;
	--ctaImageGridHyperlinkSize:1.3em;
	
/* News and Events */
	--newsRibbonColor:#ffffff;
	--newsTagColor:#FFFFFF;
	--newsPageNumberColor:#7c7268;
	--newsPageCtaColor:#7c7268;
	--newsPageCtaBorderColor:#7c7268;
	--NewsPageheadingsize:1.9em;
	--NewsPageTitleFontSize:1.6em;
	
/* Hero Banner */
	--imageGalleryTextAlign:center;
	/*--imageGalleryTextHeadingColor:#fff;*/
	--heroBannerOneHeadingFontColor:#ffffff;
	--heroBannerOneParagraphFontColor:#ffffff;
	--heroBannerOneParagraphFontSize:1.7em !important;

/* Featured Carousel */
	--featuredCarouselDotColor:#7c7268;
	--featuredCarouselHeadingColor:#fff;
	/* CTA */
	--featuredCarouselATagSize: 1.5em;
	/* Background color */
	--featuredCarouselBackgroundColor:#a8c8ab;
	/* Paragraph Color */
	--featuredCarouselParagraphColor:#fff;
	
/* Pop Up */
	--subscribePopUpTitleColor:#ffffff;
	--subscribePopUpTitleBackground:#a8c8ab;
	--subscribePopUpButtonFontColor:#fff;
	--subscribePopUpFontColor:#fff;

/* Gallery */
	--galleryCardTitleColor:#a8c8ab;

/*Image Gallery */
	--imagegalleryarrowcolor:#87986b;


/* Hero Banner CTA Button */
--navigationRegisterSquareBorderColor: #000;
--navigationRegisterSquareBackgroundColor: #87986b;
/*--navigationRegisterSquareBackgroundFontColor: #000;*/

/* Progressive Profiling Form */
--profLabelColor: #7c7268;
--profRadioBorderColor: #7c7268;
--primaryColor:#7c7268;
--profBorderColor:#7c7268;
--profSubmitBackground:#7c7268;
/* Progressive Profiling Form */

	/*Campaign Landing Page Nav Variables*/
	--campaign-nav-bg-color: #87986b;  /* Background color for the navigation */
    --campaign-nav-mirvac-logo-url: url('/-/media/Project/mirvac/Residential/Base-Residential-Site/Base-Residential-Site-Theme/images/icons/mirvac-logo-w.svg'); /* Mirvac logo */
    --campaign-nav-site-logo-url: url('/-/media/Project/Mirvac/Residential/Charlton-House/Brand-Assets/CharltonHouse_SecondaryMark_White.svg'); /* Site logo */
	--campaign-nav-site-logo-width: 200px; /* Width for the site logo */
    --campaign-nav-site-logo-height: 110px; /* Height for the site logo */
    --campaign-nav-btn-bg-color: #87986b; /* Button background color */
    --campaign-nav-btn-font-color: #fff; /* Button font color */
	--campaign-nav-btn-font-family:"fors-light", serif; /* Button font family */
    --campaign-nav-btn-font-size: 14px; /* Button font size */
	--campaign-nav-btn-bg-color-hover: #fff; 	/* Button hover background color */ 
	--campaign-nav-btn-font-color-hover: #000; /* Button hover font color */ 
	--halfWidthFormLabelColor: #ffff
	--campaign-p-color: #ffff
	--FormSubmitTextColor: #87986b !important
}



.resi-property-page .form-submit-border .btn {
    color: #87986b !important;
}
