@font-face {
    font-family: 'silka-regular-webfont';
    src: url('Fonts/silka-regular-webfont.woff');
}
    
@font-face {
    font-family: 'silka-regular-webfont';
    src: url('Fonts/silka-regular-webfont.woff');
}

:root{
/* Overall Fonts */
	--firstFont:"silka-regular-webfont",serif;
	--primaryFont:"silka-regular-webfont",serif;
	--secondFont:"silka-regular-webfont",serif;
	--secondaryFont:"silka-regular-webfont",serif;
	--navigationFirstLevelLinkFont:"silka-regular-webfont",serif;
	--navigationSecondLevelLinkFont:"silka-regular-webfont",serif;
	--navigationSecondLevelFontHeader:"silka-regular-webfont",serif;
	--paragraphFontFamily:"silka-regular-webfont",serif;
	--ulFontFamily:"silka-regular-webfont",serif;
	/*--thirdFont:"BasisGrotesquePro-Light",serif;*/
	
/* Colors */
	--primaryColor:#977b59;
	--secondaryColor:#0b2246;
	
/* Overall Font Colors */
	/* Primary Font color - currently applied to p,h1,h2,h3,h4,h5 */
	--headingFontColor:#0b2246;
	--paragraphFontColor:#000000;
	/* UL Font color */
	--ulFontColor: #3C3B3E;
	/* Main a tag underline */
	--aTagUnderline:#000;
	/* Heading h3,h4,h5 color override */
	--headingComponentFontColor:#977b59;
	
/* Overall Font Sizes */
	/* Paragraph Font Size */
	--pargraphFontSize:1.5em !important;
	/* Heading 1 Font Size */
	--headingOneFontSize:3.3em !important;
	/* Heading 2 Font Size */
	--headingTwoFontSize:2.4em !important;
	/* Heading 3 Font Size */
	--headingThreeFontSize:2em !important;
	/* Heading 4 Font Size */
	--headingFourFontSize:1.7em !important;
	/* UL Font Size */
	--ulFontSize:1.5em !important;
	/*Mobile UL Font Size */
	--ulMobileFontSize:12px !important;
	
/* Header Navigation */
	/* Primary navigation color */
	--navigationColor:#0b2246;
	/* Navigation text color */
	--navigationMegaLinkColor:#977b59;
	/* Navigation First Level Color */
	--navigationFirstLevelFontColor:#fff;
	/* Navigation Second Level Color */
	--navigationSecondLevelFontColor:#977b59;
	/* Navigation Second Level CTA Color */
	--navigationSecondLevelCtaTagColor:#977b59;
	/* Navigation Second Level Underline Color */
	--navigationSecondLevelUnderlineColor:#977b59;
	/* Navigation Social color */
	--navigationSocialColor:#ffffff;
	/* Navigation Phone Icon - for black use: url('./images/phone-black.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-black.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:3em;
	/* Second Level Navigation links size */
	--navigationSecondLevelLinkFontSize:1.3em;

/* Header Navigation Button */
--navigationRegisterSquareBackgroundColor:#0b2246;
/* Header Navigation Button Font Color */
--navigationRegisterSquareBackgroundFontColor:#977b59;
/* Header Navigation Button Hover */
--navigationRegisterSquareBackgroundHoverColor:#977b59; 
/* Header Navigation Button Hover Font Color */
--navigationRegisterSquareBackgroundHoverFontColor:#fff;
/* Header Navigation Button Border Color */
--navigationRegisterSquareBorderColor:#fff; 
	
	
/* Mobile Navigation */
	/* Mobile Navigation Facebook - for black use: url('./images/facebook-black.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-black.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-black.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:#0b2246;
	/* Mobile navigation font color in dropdown */
	--navigationMobileMegaDropLinkColor:#fff;
	/* Mobile navigation menu 3 lines color */
	--navigationMegamenuToggleColor:#fff;
	/* Mobile Navigation Social Icons Background Color */
	--mobileNavigationSocialBackgroundColor:#977b59;
	/* Mobile Navigation Privacy statement Color */
	--mobileNavigationPrivacyStatementLinkColor:#fff;
	/* Mobile Navigation Underline Color */
	--mobileNavigationSecondLevelUnderlineColor:#fff;

/* Language Selector */
	/* Language Selector Desktop Color */
	--languageSelectorDesktopColor: #977b59;
	/* Language Selector Hover Color Desktop */
	--languageSelectorDesktopColorHover: #977b59;
	/* Language Selector Mobile Color */
	--languageSelectorMobileColor: #977b59;
	/* Language Selector Mobile Background Color */
	--languageSelectorMobileBackgroundColor: #ffffff;
	/* Language Selector Mobile Border Color */
	--languageSelectorMobileBorderColor: 1px solid #c0c5c0;
	
	
/* Footer Navigation */
	--footerHeadingThreeSize:1.4em;
	--footerSocialIconsBackgroundColor:#ffffff;
	--footerALinkColor:#5d605c;
	--footerExploreMoreFontColor:#0b2246;
	--footerAddressFontColor:#5d605c;
	--footerPhoneFontColor:#5d605c
	
/* Contrast Colors */
	--primaryContrast:#e6e7e8;
	--secondaryContrast:#e6e7e8;

/* Property Listing */
	/* Property Filter Size */
	--propertyFilterFontSize: 1.2em;
	/* Properties font color */
	--propertyFontColor: #AD6D5E;
	/* Property price Font size*/
	--propertyPriceFontSize:1.25em;
	/* Font size of list */
	--propertyLiSize:;
	/* Listing page search filter background color */
	--propertyListingColor:#E3DBC9;
	/* Listing Page filter - label headings color */
	--propertyFilterLabelColor:#AD6D5E;
	/* Listing Page filter - Input color */
	--propertyFilterInputColor:#3C3B3E;
	--propertyCardSizeColor:#3C3B3E;
	--propertyCardButtonColor:AD6D5E;
	--propertyCardPriceColor:#3C3B3E;
	/* Pagination Color (Page number) */
	--propertyPaginationColor:#ffffff;
	/* 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:hide;
	--maxFrontageFilterVisibility:hide;
	/* 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 Page */
	/* Property Title Font Color */
	--propertyTitleFontColor:#AD6D5E;
	/* Property Sub-Title Font Color */
    --propertySubTitleFontColor:#AD6D5E;
	/* Property Address Font Color */
    --propertyAddressFontColor:#AD6D5E;
	/* Property Enquire button */
	--propertyEnquireButtonBackgroundColor:#3C3B3E;
	/* Now Selling Filter Buttons
    --propertyFeaturesFilterButtonsColor:#000000; */
	/* Property Features Heading Color */
	--propertyFeaturesTitleFontColor:#AD6D5E;
	/* Property Features Sub-title Font Color */
    --propertyFeaturesSubTitleFontColor:#AD6D5E;
	/* Property Features icon text Color */
    --propertyDescriptionFontColor:#3C3B3E;
	/* Property Bedroom/Bathroom/Car/SQM Heading Color */
	--propertyDetailFontColor:#AD6D5E;
	/* Property Features Icon Color */
	--propertyFeaturesIconColor:#E3DBC9;
	/* Property Paragraph color */
    --propertyParagraphFontColor:#3C3B3E;
	/* Property Form privacy policy color */
    --propertyFormPrivacyFontColor:#fff;
	/* Property Feature Visibility - use block to show and none to hide */
	--propertyFeaturesVisibility:block;
	/* 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:flex;
/* Sub-Title heading visibility - please change to block to show and none to hide */
	--alphabetCarouselHeadingVisibility: */;
	--alphabetCarouselBackground:#0b2246;
	--alphabetCarouselHeadingFourColor:#000;
	--alphabetCarouselParagraphColor:#000;
	--alphabetCarouselHeadingFourSize:2.1em;
	--alphabetCarouselHeadingThreeSize:2.4em;
	/*--alphabetCarouselHeadingThreeColor:#977b59;*/
	
/* Awards */
	--awardTitleColor:#0b2246;
	--awardDescriptionColor:#000;
	--yearBackgroundColor:#0b2246;
	--awardYearColor:#ffffff;
	
/* Concept Carousel */
	--conceptCarouselHeadingColor:#000;
	--conceptCarouselSlideHeadingColor:#000;
	--conceptCarouselBlurbColor:#000;
	--conceptCarouselBackground:#FFF;

/* Cookiebar */
	--cookieBarFontSize:0.9em;

/* Promo Cards */
	/*--promoCardTitleFontColor:#e0c7a2;*/
	--promoCardLinkFontColor:#ffffff;

/* Featured Content */
	/* Featured Content heading color */
	--featuredContentHeadingColor:#000;
	/* Featured Content Paragraph Color */
	--featuredContentParagraphColor:#000;
	/* CTA Link */
	--featuredContentCtaFontSize:1.5em;
	--featuredContentCtaColor:#000;
	

/* Form */
	--formHeaderFontColor:#977b59;
	--formLabelFontColor:#3C3B3E;
	--formPrivacyFontColor:#000;
	--formParagraphFontColor:#AD6D5E;
	--formSubmitButtonBackgroundColor:#977b59;
	--formBorderColor:#000;
	--formSubmitBackgroundColor:#977b59;
	--formLabelFontSize:1em;
	--formBackgroundColor:#e6e7e8;
	--formFieldsetLegendFontSize:1.3em;
	--formCheckboxLabelFontSize:1.3em;
	--formBackgroundColor:#0b2246;
	/* --formBackgroundImage:url("/-/media/Project/Mirvac/Residential/Mirvac-CN/Brand/henleybrook form pattern1920x10802x.jpg");
	--formBackgroundAttachment: unset; */

/* Comparator */
	--comparatorDarkFontColor:#ffffff;
	--comparatorLightFontColor:#000000;
	/* Comparator Background 
    --comparatorBackgroundLight:#f2f2f2;
    --comparatorBackgroundDark:#000000; */
	
/* Download Card */
	--downloadCardBackground:#0b2246;
	--downloadCardHeadingFontColor:#fff;
	--downloadCardParagraphFontColor:#fff;
	--downloadCardButtonFontColor:#fff;
	--downloadCardButtonBackgroundColor:#977b59 ;
	
/* CTA Image Grid */
	--ctaImageGridBackgroundColor:#CAA676;
	--ctaImageGridHyperlinkColor:#E3DBC9;
	--ctaImageGridHyperlinkSize:1.3em;
	
/* News and Events */
	--newsRibbonColor:#ffffff;
	--newsTagColor:#ffffff;
	--newsPageNumberColor:#000000;
	--newsPageCtaColor:#ffffff;
	--newsPageCtaBorderColor:#000000;
	
/* Hero Banner */
	--imageGalleryTextAlign:center;
	/*--imageGalleryTextHeadingColor:#7EBA3D;*/
	--heroBannerOneHeadingFontColor:#ffffff;
	--heroBannerOneParagraphFontColor:#ffffff;
	
/* Featured Carousel */
	--featuredCarouselDotColor:#fff;
	--featuredCarouselHeadingColor:#fff;
	/* CTA */
	--featuredCarouselATagSize: 1.5em;
	/* Background color */
	--featuredCarouselBackgroundColor:#0b2246;
	/* Paragraph Color */
	--featuredCarouselParagraphColor:#fff;
	
/* Register Now Button */
	--registerNowBackgroundColor:#e6e7e8;
    --registerNowFontColor:#000000;
	--registerNowFontSize:1.5em;
	
/* Pop Up */
	--subscribePopUpTitleColor:#ffffff;
/* Buttons */
--ctaBorderHoverColor: #ad9750;
--ctaHoverColor: #ad9750;
--ctaFontHoverColor: #fff;

}
.cta-classic-round {
    background-color: #ad9750;
}
.image--clipped::before {
    display: none !important;
}

.rich-text>.component-content>ul>li {
    font-size: 18px;
}

.rl-promo-image__background img {
    aspect-ratio: 0 / 0 !important;
}


@media (max-width: 768px) {
    .rl-move-down:has(.rl-promo-image__caption-single) {
        margin-bottom: -50% !important;
    }
.component.rl-space-up.container:has(.rl-promo-centered) {
        padding-top: 60% !important;
    }
}

