body,
p {
    color: #000;
    font-weight: 400 !important;
}
a,
body,
button,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
select,
span,
textarea {
    font-family: 'Barlow';
}

.cstmfotrLink,
.sidenavs a,
.trapezoid-container a,
a,
a:hover {
    text-decoration: none;
}
html {
    scroll-behavior: smooth;
}

p {
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
    color: #000;
    font-weight: 400;
}
body {
    overflow-x: hidden;
    margin: 0 auto;
    max-width: 1920px;
}
p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.5;
	text-align: justify;
}
a {
    border: none;
    outline: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
a,
input,
select,
textarea {
    margin: 0;
    outline: 0;
    padding: 0;
}
img {
    max-width: 100%;
}
fieldset,
img {
    border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
}
.header_logo img.main_logos {
    object-fit: contain;
    transition: height 0.5s;
    object-position: left;
	height: 110px;
}
.container {
    max-width: calc(100% - 208px);
}
.mid_menu_header {
    position: relative;
    transition: 0.4s;
}
.header_logo a img {
    object-fit: contain;
    transition: height 0.5s;
    object-position: left;
}
.fixed_sticky .header_logo a img {
    height: 70px;
}
.landing-ucluelet-page .fixed_sticky img.main_logos_ucluelet {
    height: auto !important;
}
.sidenavs {
    width: 100%;
    position: relative;
    z-index: 99999;
    top: 0;
    right: 0;
    background: 0 0;
    transition: 0.5s;
    display: block;
    margin: 0 auto;
}
.header_innr_st,
.header_navigation,
.menu_navigation {
    display: flex;
    position: relative;
}
.menu_navigation li {
    position: relative;
    transition: 0.3s;
}
.constrct_contents h3 b,
.cstmfotrLink:hover,
.sidenavs .menu_navigation li a:hover,
.sidenavs .menu_navigation li.active a,
a.home_backDiv:hover {
    color: #51897f;
}
.sidenavs a {
    padding: 10px;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.4s;
    text-transform: capitalize;
    font-weight: 700;
    white-space: nowrap;
} 
.erifScopeBtns h3,
.erifScopeBtns p {
    font-size: 22px;
    color: #fff;
    text-align: center;
    font-style: normal;
}
.header_navigation {
    width: 100%;
    height: 100%;
    justify-content: end;
    align-items: center;
}
.header_innr_st {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 0;
}
header.fixed_sticky .main_navigations .sidenavs a {
    color: #fff;
}
.menu_navigation {
    align-items: center;
    justify-content: flex-end;
    overflow: visible;
    margin-bottom: 0;
	gap: 30px;
}
.sidenavs .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    display: none;
}
.menu_navigation a:hover {
    color: #000;
}
.menu_navigation .dropdown-container {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 6999899 !important;
    min-width: 210px;
    padding: 20px;
}
.menu_navigation .dropdown-container a {
    padding: 5px 0;
    white-space: pre;
    color: #000;
    font-weight: 400;
    text-align: center;
}
.header_innr_st .dropdown:hover .dropdown-content,
.menu_navigation li:hover .dropdown-container,
span.txt_key,
span.waste_txt {
    display: block;
}
ul.menu_navigation .dropdown-container:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}
.main_navigations {
    position: relative;
    padding: 5px 0;
    border-top: 1px solid #558dd0;
}
.header_innr_st button.dropbtn:focus {
    outline: 0;
}
.header_innr_st .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 200px;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    z-index: 1;
    opacity: 1;
    left: 0;
}
.header_innr_st li .dropdown a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}
.header_innr_st li .dropdown a:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.header_innr_st li .dropdown-content a {
    color: rgba(0, 0, 0, 0.87);
    padding: 0 16px;
    text-decoration: none;
    display: block;
    text-transform: none;
    font-size: 1rem;
    height: 50px;
    border: none;
}
.sidenavs a.dropdown-btn {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
span.toggle_menu {
    display: none;
}
ul.navigation_desktop {
    align-items: center;
    justify-content: end;
    position: relative;
}
.header_section {
    position: relative;
    padding: 16px 0;
    top: 0;
    z-index: 9999;
    left: 0;
    right: 0;
    background: #b6a27b;
    transition: 0.5s;
}
.header_section.fixed_sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px 0;
    background: #b6a27b;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
}
.nav.cstmtabNav {
    border-bottom: none;
    position: relative;
    margin-bottom: 15px;
}
.cstmtabNav .nav-link {
    background: rgba(160, 163, 166, 0.7) !important;
    border: 1px solid #a0a3a6 !important;
    border-radius: 10px !important;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    margin-right: 15px;
    transition: 0.5s;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

@-moz-document url-prefix() {
    
} 

/*------12-09-2024-------*/
.dark_green {
	background: #223d3c;
}
.main_home_banner {
    position: relative;
    overflow: hidden;
    /*background: url('/images/hero-untitleds-designbg1.webp');*/
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    background-position: center;
} 
.cstmRow_flex {
    position: relative;
    display: flex;
}
.cstmfullImagesct {
    min-height: 100vh;
    max-width: calc(100% - 320px);
    width: 100%;
	position: relative;
	max-height: 100vh;
}
img.mainBannerImg {
    width: 100%;
    object-fit: cover;
	height: 100%;
}
    
.block_right_sct {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
	flex: 0 0 320px;
    max-width: 320px;
    background: #51897f;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0;
    height: 100% !important;
    min-height: 100vh;
    margin-left: auto;
    border: 3px solid #b6a27b;
}
.block_right_sct img{
    max-width: 100px;
    text-align: center;
}
ul.cstm_navgation {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin: 30px 0px;
}
ul.cstm_navgation>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    font-family: 'Barlow';
    letter-spacing: 0.2px;
}

ul.sub_cstm_navgation {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0px;
	padding-bottom: 15px;
}
ul.sub_cstm_navgation>li>a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0 0;
}
ul.sub_cstm_navgation>li:first-child a {
	padding-top: 0;
}
ul.cstm_navgation li {
    margin-bottom: 15px;
}
ul.cstm_navgation li:last-child {
    margin-bottom: 0px;
}
.logo-home-img {
    text-align: center;
}
p.bottom-text-attainable, p.bottom-text-attainable b {
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Barlow';
}
.div_right_inner {
    width: 100%;
    position: relative;
    transition: 0.5s;
}
img.main_home_logos {
    height: 120px;
    width: 100%;
    object-fit: contain;
    transition: 0.5s;
} 
.divlogo_left_colm {
    position: relative;
    height: 100vh;
}
.divs_block_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px 0;
	gap: 20px;
}
img.home_banner_img {
    min-height: calc(100vh - 230px);
    object-fit: cover;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.dark_gold {
	background: #b6a27b;
}
.empowering_communities {
    position: relative;
    overflow: hidden;
    padding: 30px 0 80px;
    scroll-margin-top: 100px;
}
.empowering_block_inner {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.empowering_right_inner p {
    color: #fff;
    text-align: justify;
}

.mission_vission_value {
    position: relative;
    overflow: hidden;
    background: url(/assets/images/untitled-design_mission.webp)no-repeat;
    background-position: center;
    background-size: cover;
	padding: 80px 0;
}
.mission_vission_value:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131e3d;
    opacity: 0.75;
}
.mission_colm_block {
    border: 1px solid #cdad7d;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.empowering_logo {
    position: relative;
}
.mission_block_inner h4 {
    color: #cdad7d;
    font-weight: 600;
}
.mission_block_inner p {
    color: #fff;
}
.value_block_inner p {
    margin-bottom: 8px;
}
.value_block_inner ul {
    list-style: disc;
    padding-left: 25px;
    color: #fff;
    margin-bottom: 20px;
}
.Attainable_block_inner {
    position: relative;
    transition: 0.5s;
    overflow: hidden;
    border-top-left-radius: 60px;
    border-bottom-right-radius: 60px;
}
.Attainable_right_inner p {
    text-align: justify;
	color: #fff;
}
ul.attainable_list li p {
    margin-bottom: 4px;
}
ul.attainable_list {
    position: relative;
    list-style: disc;
    padding-left: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.Attainable_communities {
    position: relative;
    scroll-margin-top: 200px;
    padding: 60px 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rental_affordable_market {
    position: relative;
    padding: 60px 0;
}

.sustainable_block_inner {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.sustainable_right_sct p {
    color: #222344;
}
ul.sustainable_living_list {
    position: relative;
    list-style: disc;
    color: #222344;
    padding-left: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 5px;
}
ul.sustainable_living_list li p strong {
	font-weight: 600;
}
h4.smartlivingTitle {
	font-size: 18px;
	font-weight: 700;
	color: #664833;
}
.sustainability_section {
    position: relative;
    padding: 60px 0;
}
.sustainable_masterplan {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.Attainable_communities1 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rental_affordable_market1 {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg_light_white {
	background: #f8f3f2;
}

.contact_detail_info {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}
ul.contactList_cstm {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 320px;
    width: 100%;
    margin: auto;
    gap: 15px;
}
ul.contactList_cstm li {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
ul.contactList_cstm li p a {
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    transition: 0.5s;
    position: relative;
}
ul.contactList_cstm li p a:hover {
    color: #b6a27b;
}
ul.contactList_cstm li p {
	margin-bottom: 0;
}
span.contact_icon_list {
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: relative;
}
img.contact_icons {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contact_full_image {
    overflow: hidden;
    margin-bottom: 25px;
}
img.contact_full_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.grid_contact_img {
    overflow: hidden;
} 
img.contact_half_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_info_image {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}  
.contact_info_image1 {
    position: relative;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_main_sect, .Attainable_communities1, .rental_affordable_market1 {
    scroll-margin-top: 60px;
}
#sustainability_id {
    scroll-margin-top: 80px;
}
.ucluelet_header {
    padding: 15px 0;
    display: inline-flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #b6a27b;
}
.minatos_banner_sects {
    position: relative;
    overflow: hidden;
}
.ucluelet_minato_banner {
    display: flex;
    align-items: center;
}
.ucluelet_minato_logo {
    text-align: center;
    margin-bottom: 8px;
}
.ucluelet_container_top {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
}
.minato_heading {
    text-align: center;
    background: #3f3f3e;
    max-width: 415px;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
    border: 2px solid #b6a27b;
    position: relative;
}
.minato_heading h2 {
    color: #d2d2d1;
    font-weight: 500;
    margin: 0px;
    line-height: 1.3;
}
.images_minato_banner {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.images_minato_banner img {
    width: 100%;
    object-fit: cover;
}
.ucluelet_appartment_flex {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    left: 0;
    right: 0;
    background: #3f3f3e;
    border: 3px solid #b6a27b;
    color: #fff;
    padding: 16px 8px;
    gap: 20px;
}
.ucluelet_left_icon {
    position: relative;
    max-width: 90px;
}
.ucluelet_left_icon img {
    width: 100%;
    object-fit: contain;
}
.ucluelet_appartment p {
    color: #fff;
    margin-bottom: 0;
	font-size: 14px;
}
ul.ucluelet_List {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px 0;
    list-style: disc;
    padding-left: 25px;
}
.ucluelet_Plan_header {
    position: relative;
    background: #d9d9d9;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #b6a27b;
}
.masterplan_heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
h2.ucluelet_master_title {
    margin-bottom: 0;
    font-weight: 500;
	color: #424242;
} 
.image_masterplan_container {
    text-align: center;
    margin: 2px 0px;
}
.ucluelets_header {
    position: relative;
    background: #d9d9d9;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #b6a27b;
}
.ucluelet_attainable_content {
    position: relative;
    overflow: hidden;
    padding: 0px 0;
	border-left: 2px solid #b6a27b;
    border-right: 2px solid #b6a27b;
}
.ucluelet_felt_logo {
    max-width: 160px;
    width: 100%;
}
.ucluelet_attain_heading p {
    max-width: 650px;
    margin: 10px auto 0;
}
.ucluelet_logo_ri {
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
.ucluelet_logo_ri img {
    width: 100%;
    object-fit: contain;
    object-position: right;
}
.ucluelet_image_wraper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ucluelet_attainable_img {
    position: relative;
    height: 50%;
}
.ucluelet_attainable_img img {
    height: 100%;
    object-fit: cover;
}

.ucluelet_attainble_flex {
    position: relative;
    display: flex;
    background: #bb4f50;
    padding: 20px;
    border: 2px solid #b6a27b;
    justify-content: center;
}
.ucluelet_attainble_colm {
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
}
.ucluelet_attainble_text p {
    margin-bottom: 0;
    color: #fff;
}
ul.ucluelet_attainableLists {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0;
    list-style: disc;
    padding-left: 30px;
    color: #fff;
}
.ucluelet_attainble_div {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px 0;
}
.ucluelet_attain_text {
    position: relative;
    padding: 10px 30px;
}
.border_gold {
	border: 1px solid #b6a27b;
}
.ucluelet_attainble_colm:last-child {
    border-left: 2px solid #fff;
    padding-left: 20px;
}

/**new css***/

.affordable_market_rent {
    position: relative;
    overflow: hidden;
    padding: 0px 0;
}
.floorheading p {
    margin: 0;
}
.affordable_market_rent .heartfelt_header, .thoughtfully_sect .heartfelt_header {
    position: relative;
    background: #d9d9d9;
    padding: 15px 0;
    display: flex;
    justify-content: center;
    width: 100%;
    border: 2px solid #b6a27b;
}

.affordable_market_rent .heartfelt_logo, .thoughtfully_sect .heartfelt_logo {
    max-width: 160px;
    width: 100%;
}

.affordable_market_rent h2.master_heading_title, .thoughtfully_sect h2.master_heading_title {
    margin-bottom: 0;
    font-weight: 400;
}

.affordable_market_rent .affordable_heading p, .thoughtfully_sect .affordable_heading p {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
}

.affordable_market_rent .heartfelt_logo_ri {
    position: relative;
    display: inline-flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.affordable_market_rent .heartfelt_logo_ri img {
    width: 100%;
    height: 75px;
    object-fit: contain;
    object-position: right;
}

.affordable_market_rent .afford_market_img {
    position: relative;
    height: 100%;
}

.affordable_market_rent .afford_market_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.affordable_market_rent ul.listApartments {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-left: 30px;
    list-style: disc;
    margin: 15px 0;
}

.affordable_market_rent ul.listApartments li {
    font-family: Barlow !important;
}

.affordable_market_rent ul.listApartments li p {
    font-size: 14px;
    font-style: normal;
    line-height: 1.6;
    margin: 0;
}

.affordable_market_rent .affordable_rental {
    background: #2e8985;
    border: 2px solid #b6a27b;
    padding: 20px;
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.affordable_market_rent .affordable_rental p {
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

.affordable_market_rent a.btns_arentals {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}
.affordable_market_rent .space_blank {
    height: 3px;
    background: #fff;
    max-width: 280px;
    margin: 13px auto 14px;
}

.thoughtfully_sect .floorheading p {
    margin: 0;
}

.thoughtfully_sect .thoughtfully_block {
    position: relative;
    padding: 30px 0;
    overflow: hidden;
}

.thoughtfully_sect .thought_img {
    height: 460px;
}

.thoughtfully_sect .thought_img, .thoughtfully_sect .thought_img2, .thoughtfully_sect .thought_img3 {
    position: relative;
    border: 1px solid #b6a27b;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
}
.thoughtfully_sect .thought_img2 {
    height: 440px;
}
.thoughtfully_sect .thought_content {
    position: relative;
    padding: 20px 20px 0;
}

.thoughtfully_sect .thought_content p {
    margin-bottom: 0;
}
.thoughtfully_sect ul.thoughtList {
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    list-style: disc;
    gap: 5px;
    margin: 10px 0;
}
.thoughtfully_sect .thought_content p {
    margin-bottom: 0;
}

.thoughtfully_sect .thought_heading h2 {
    color: #b6a27b;
}
.thoughtfully_sect .floorheading {
    margin-bottom: 35px;
}

.thoughtfully_sect .thought_main img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}
.thoughtfully_sect .floor_colmLast {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
}
.attainable-homeownership-page .header_section {
    background: #223d3c;
}
.attainable-homeownership-page .header_logo img.main_logos, .rental-affordable-market-page img.main_logos  {
    display: none;
}
.about-association-page img.main_logos_white {
    display: none;
}
.about-association-page  .sidenavs li.menuItems a {
    color: #fff !important;
}
.attainable-homeownership-page a.dropdown-btn {
    color: #fff !important;
}
.attainable-homeownership-page .menu_navigation li a:hover {
    color: #fff !important;
}
.attainable-homeownership-page .menu_navigation .dropdown-container a, .attainable-homeownership-page .menu_navigation .dropdown-container a:hover {
    color: #223d3c !important;
}

img.main_logos_white {
    object-fit: contain;
    transition: height 0.5s;
    object-position: left;
    height: 110px;
}

.sustainable-living-page header {
    background: #f8f3f2 !important;
}

.sustainable-living-page header img.main_logos_white {
    display: none;
}

.sustainable-living-page header .sidenavs a,.sustainable-living-page header .sidenavs a:hover {
    color: #664833 !important;
}

.sustainable-living-page .sustainable_right_inner {
    border: 3px solid #cdad7d;
    padding: 15px;
}
.sustainable-living-page .sustainable_right_inner p:last-child {
    margin-bottom: 0px;
}
.sustainable-living-page .sustainable_right_sct p {
    margin-bottom: 0;
}
.sustainable-living-page ul.sustainable_living_list{
    gap: 2px;
}
.sustainable-living-page ul.sustainable_living_list {
    margin-bottom: 5px;
}
.sustainable-living-page span.toggle_menu svg.hb {
    stroke: #5b7966;
}

.sustainable-living-page a.dropdown-btn svg {
    fill: #664833;
}

.main_logos_ucluelet{
    display: none;
}

.landing-ucluelet-page .header_logo img.main_logos, .landing-ucluelet-page img.main_logos_white {
    display: none;
}

.landing-ucluelet-page img.main_logos_ucluelet {
    display: block;
    max-width: 60px;
}

.landing-ucluelet-page header#myHeader {
    background: #fff;
}

.landing-ucluelet-page .sidenavs a, .landing-ucluelet-page .sidenavs a:hover {
    color: #b6a27b !important;
}

.landing-ucluelet-page  a.dropdown-btn svg {
    fill: #b6a27b !important;
}
.contact-page img.main_logos_white {
    display: none;
}

.contact-page .contact_info_image{
    height: 100%;
    min-height: 100vh;
}

.rental-affordable-market-page .sidenavs a {
    color: #fff !important;
}
.rental-affordable-market-page .menu_navigation .dropdown-container a {
    color: #b6a27b !important;
}
.contact-page header#myHeader {
    background: #fff;
}

.contact-page .sidenavs a {
    color: #b6a27b !important;
}

.contact-page svg#Layer_1 {
    fill: #b6a27b !important;
}


.minato-top-box {
    background: #3f3f3e;
    border: 3px solid #b6a27b;
    color: #fff;
    padding: 12px 8px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: -49px;
    position: relative;
    z-index: 1;
}

.minato-top-box h3, .minato-top-box a {
    color: #fff;
    margin: 0px;
}

#rental-affordable-market, #sustainable-living, #landing-ucluelet{
    scroll-margin-top:90px;
    scroll-padding-top:90px;

}

section#landing-ucluelet {
    scroll-margin-top: 100px;
    padding-top: 60px;
}
#contact{
    scroll-margin-top: 180px;
}
.masterplan_img_latest {
    padding: 40px 0px;
}

.ucluelet_attainbles_main {
	position: relative;
    display: flex;
    background: #bb4f50;
    padding: 20px;
    border: 2px solid #b6a27b;
    justify-content: center;
}
.ucluelet_colms1 {
    position: relative;
    border-right: 3px solid #fff;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ucluelet_attainbl_flex {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
} 
.ucluelet_img_div1 {
	border-right: 1px solid #b6a27b;
}
.ucluelet_img_div2 {
	border-left: 1px solid #b6a27b;
} 
ul.attainablesList {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 10px 0;
    list-style: disc;
    padding-left: 30px;
    color: #fff;
}
ul.attainablesList_sub {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin: 5px 0;
    list-style: circle;
    padding-left: 30px;
    color: #fff;
}
.attainble_text p {
    color: #fff;
}
.attainbleRight_border {
    border-right: 2px solid #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	align-items: center;
}
.QualityBg_sect {
    position: relative;
    padding: 10px 0;
}
.afford_market_Div {
    position: relative;
    padding: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ucluelet_colms {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
} 
.attainble_colms_cstm {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
} 