/*-----------------------------------------------------------------------------------
	WHOA
	Built with Blocs
-----------------------------------------------------------------------------------*/
body{
	margin:0;
	padding:0;
    background:#FFFFFF;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-container{overflow: hidden;} /* Prevents unwanted scroll space when scroll FX used. */
a,button{transition: background .3s ease-in-out;outline: none!important;} /* Prevent blue selection glow on Chrome and Safari */
a:hover{text-decoration: none; cursor:pointer;}
.scroll-fx-lock-init{position:fixed!important;top: 0;bottom: 0;left: 0;right: 0;z-index:99999;} /* ScrollFX Lock */
.blocs-grid-container{display: grid!important;grid-template-columns: 1fr 1fr;grid-template-rows: auto auto;column-gap: 1.5rem;row-gap: 1.5rem;} /* CSS Grid */
nav .dropdown-menu .nav-link{color:rgba(0,0,0,0.6)!important;} /* Maintain Downdown Menu Link Color in Navigation */
[data-bs-theme="dark"] nav .dropdown-menu .nav-link{color:var(--bs-dropdown-link-color)!important;} /* Maintain Downdown Menu Link Color in Navigation in Darkmode */


/* Preloader */

.page-preloader{position: fixed;top: 0;bottom: 0;width: 100%;z-index:100000;background:#FFFFFF url("img/pageload-spinner.gif") no-repeat center center;animation-name: preloader-fade;animation-delay: 2s;animation-duration: 0.5s;animation-fill-mode: both;}
.preloader-complete{animation-delay:0.1s;}
@keyframes preloader-fade {0% {opacity: 1;visibility: visible;}100% {opacity: 0;visibility: hidden;}}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 20px;
}
.bloc-sm{
	padding:20px;
}

/* = Full Width Blocs 
-------------------------------------------------------------- */

.full-width-bloc{
	padding-left:0;
	padding-right:0;
}
.full-width-bloc .row{
	margin-left:0;
	margin-right:0;
}
.full-width-bloc .container{
	width:100%;
	max-width:100%!important;
}
.full-width-bloc .carousel img{
	width:100%;
	height:auto;
}


/* Bloc Mask */

.bloc-bg-mask{
	position: absolute;
	width:100%;
	height: 100%;
	text-align:center;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
	align-items: flex-start;
}
.svg-mask{
	width:100%;
	height: 100%;
	fill-rule: evenodd;
	fill:#000000;
}


/* Background Styles */

.bg-center,.bg-l-edge,.bg-r-edge,.bg-t-edge,.bg-b-edge,.bg-tl-edge,.bg-bl-edge,.bg-tr-edge,.bg-br-edge,.bg-repeat{
	-webkit-background-size: auto!important;
	-moz-background-size: auto!important;
	-o-background-size: auto!important;
	background-size: auto!important;
}
.bg-center{
	-webkit-background-size: auto;
}


/* Background Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-paper::before{
	background: url("img/texture-paper.png");
	background-size: 280px 280px;
}
.texture-fabric::before{
	background: url("img/texture-fabric.png");
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}


/* Background Effects */

.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:-1;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Dark theme */

.d-bloc{
	color:rgba(255,255,255,.7);
}
.d-bloc button:hover{
	color:rgba(255,255,255,.9);
}
.d-bloc .icon-round,.d-bloc .icon-square,.d-bloc .icon-rounded,.d-bloc .icon-semi-rounded-a,.d-bloc .icon-semi-rounded-b{
	border-color:rgba(255,255,255,.9);
}
.d-bloc .divider-h span{
	border-color:rgba(255,255,255,.2);
}
.d-bloc .a-btn,.d-bloc .navbar a, .d-bloc a .icon-sm, .d-bloc a .icon-md, .d-bloc a .icon-lg, .d-bloc a .icon-xl, .d-bloc h1 a, .d-bloc h2 a, .d-bloc h3 a, .d-bloc h4 a, .d-bloc h5 a, .d-bloc h6 a, .d-bloc p a{
	color:rgba(255,255,255,.6);
}
.d-bloc .a-btn:hover,.d-bloc .navbar a:hover,.d-bloc a:hover .icon-sm, .d-bloc a:hover .icon-md, .d-bloc a:hover .icon-lg, .d-bloc a:hover .icon-xl, .d-bloc h1 a:hover, .d-bloc h2 a:hover, .d-bloc h3 a:hover, .d-bloc h4 a:hover, .d-bloc h5 a:hover, .d-bloc h6 a:hover, .d-bloc p a:hover{
	color:rgba(255,255,255,1);
}
.d-bloc .navbar-toggle .icon-bar{
	background:rgba(255,255,255,1);
}
.d-bloc .btn-wire,.d-bloc .btn-wire:hover{
	color:rgba(255,255,255,1);
	border-color:rgba(255,255,255,1);
}
.d-bloc .card{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover{
	color:rgba(0,0,0,.7);
}
.d-bloc .card icon{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover{
	color:rgba(0,0,0,1);
}
.d-bloc .card .btn-wire, .d-bloc .card .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}


/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .a-btn:hover,.l-bloc .a-btn:hover,.l-bloc .navbar a:hover, .l-bloc a:hover .icon-sm, .l-bloc a:hover .icon-md, .l-bloc a:hover .icon-lg, .l-bloc a:hover .icon-xl, .l-bloc h1 a:hover, .l-bloc h2 a:hover, .l-bloc h3 a:hover, .l-bloc h4 a:hover, .l-bloc h5 a:hover, .l-bloc h6 a:hover, .l-bloc p a:hover{
	color:rgba(0,0,0,1);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset-md{
	margin-top:50px;
}
.voffset-lg{
	margin-top:80px;
}


/* = NavBar
-------------------------------------------------------------- */

/* Navbar Icon */
.svg-menu-icon{
	fill: none;
	stroke: rgba(0,0,0,0.5);
	stroke-width: 2px;
	fill-rule: evenodd;
}
.navbar-dark .svg-menu-icon{
	stroke: rgba(255,255,255,0.5);
}
.menu-icon-thin-bars{
	stroke-width: 1px;
}
.menu-icon-thick-bars{
	stroke-width: 5px;
}
.menu-icon-rounded-bars{
	stroke-width: 3px;
	stroke-linecap: round;
}
.menu-icon-filled{
	fill: rgba(0,0,0,0.5);
	stroke-width: 0px;
}
.navbar-dark .menu-icon-filled{
	fill: rgba(255,255,255,0.5);
}
.navbar-toggler-icon{
	background: none!important;
	pointer-events: none;
	width: 33px;
	height: 33px;
}

/* Nav Special Classes */
.nav-special{
	overflow-y:scroll;
}
.nav-special .site-navigation{
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}
.nav-special .navbar-nav .dropdown-menu.show{
	position: relative!important;
	transform: none!important;
	float: none;
	width: 100%;
	margin-top: 0;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.nav-special .nav .dropdown-menu .nav-link{
	color:#FFF;
}
.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
.close-special-menu{
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav .close-special-menu{
	left:260px;
}
.close-special-menu .close-icon{
	display: block;
	width:100%;
	height:1px;
	transform: rotate(45deg);
	margin-top:12px;
}
.close-special-menu .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	transform: rotate(90deg);
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.nav-special .dropdown-menu .dropdown .caret{
	border-top-color: rgba(255,255,255,.8);
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	margin: 0 0 0 5px;
	float: none;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}

/* Nav Special Close Button */
.close-special-menu .close-icon{
	background:#fff;
}
.blocsapp-special-menu blocsnav{
	background: #000;
}

/* Side Bar Navigation */
.nav-special.sidebar-nav{
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	width: 300px;
	z-index: 1000;
	transition: all .2s linear;
}
.nav-invert .nav-special.sidebar-nav{
	right: auto;
	left: -300px;
}
 .nav-special.sidebar-nav .site-navigation{
	margin-top:15px;
	padding-left:15px;
}
.nav-special.sidebar-nav .nav > li a{
	color:rgba(255,255,255,.8);
}
 .nav-special.sidebar-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.sidebar-nav{
	right: 0;
	transition: all .2s linear;
}
.nav-invert .open.nav-special.sidebar-nav{
	left: 0;
	transition: all .2s linear;
}
.navbar-toggler:focus{
	box-shadow:none;
}
;
	
/* Content Tint */
.content-tint{
	z-index: -1;
	transition: background .2s linear;
}
.content-tint.on{
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: transparent;
	z-index: 1001;
	background:rgba(0,0,0,.4);
}
.content-tint.on:hover{
	background:rgba(0,0,0,.1);
}
/* Handle Multi Level Navigation */
.dropdown-menu .dropdown-menu{
	border:none}
@media (min-width:576px){
	
.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}}@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

.mg-clear{
	margin:0;
}
.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}
.mg-md{
	margin-top:10px;
	margin-bottom:20px;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

.btn-rd{
	border-radius: 40px;
}
.btn-clean{
	border:1px solid rgba(0,0,0,.08);
	border-bottom-color:rgba(0,0,0,.1);
	text-shadow:0 1px 0 rgba(0,0,1,.1);
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15);
}
.btn-clean:focus{
	box-shadow: 0 1px 3px rgba(0,0,1,.25), inset 0 1px 0 0 rgba(255,255,255,.15)!important;
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.btn .caret{
	margin:0 0 0 5px}.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}
.icon-lg{
	font-size:60px!important;
}
.icon-xl{
	font-size:100px!important;
}
.icon-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-round.icon-md,.icon-square.icon-md,.icon-rounded.icon-md{
	min-width: 92px;
}
.icon-round.icon-lg,.icon-square.icon-lg,.icon-rounded.icon-lg{
	min-width: 122px;
}
.icon-round.icon-xl,.icon-square.icon-xl,.icon-rounded.icon-xl{
	min-width: 162px;
}




/* = Cards
-------------------------------------------------------------- */
.card-sq, .card-sq .card-header, .card-sq .card-footer{
	border-radius:0;
}
.card-rd{
	border-radius:30px;
}
.card-rd .card-header{
	border-radius:29px 29px 0 0;
}
.card-rd .card-footer{
	border-radius:0 0 29px 29px;
}
/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}
/* = Classic Dividers
-------------------------------------------------------------- */
.divider-h{
	min-height: 1px;
	background-color:rgba(0,0,0,.2);
	margin: 20px 0;
}
.divider-half{
	width: 50%;
}
.dropdown-menu .divider-h{
	margin:0;
}


.carousel-nav-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

.carousel-indicators li::marker{
	font-size:0;
}


/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:1rem;
	right:1rem;
	opacity:0;
	z-index:999999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
/* = iMac Device
-------------------------------------------------------------- */

.blocsapp-device-imac{
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	display: block;
	width:100%;
	height:auto;
	padding: 2.1% 8.5% 23.7%;
	background-image:url("img/apple-imac.png");
	background-image: -webkit-image-set(url("img/apple-imac.webp") 1x,
url("img/apple-imac.webp") 2x);background-image: image-set(url("img/apple-imac.png") 1x,
url("img/apple-imac.png") 2x,url("img/apple-imac.webp") 1x,
url("img/apple-imac.webp") 2x);
}
.blocsapp-device-imac.imac-pro{
	padding: 4% 8.5% 23.7%;
	background-image:url("img/apple-imac-pro.png");
}
.blocsapp-device-imac img{
	width:100%;
	height:auto;
	margin: 0 auto;
}
.blocsapp-device-imac .ratio::before{
	padding-top: 56.25%;
}

/* = Custom Styling
-------------------------------------------------------------- */

.h1-h4-h5-h6-p-label--btn-a{
	font-family:"Poppins";
}
.container{
	max-width:1170px;
}
.img-margin-top{
	margin-top:-44px;
	box-shadow:6px -1px 10px #000000;
}
.button{
	background-color:var(--swatch-var-4945);
	color:#FEFFFF!important;
	box-shadow:0px 0px 0px #000000;
	background-position:left center;
	background-repeat:repeat;
	font-family:"PT Serif";
	font-weight:400;
	width:140px;
}
.button:hover{
	background-color:var(--swatch-var-2941);
	box-shadow:0px 7px 3px #000000;
	background-position:center top;
	color:var(--swatch-var-2869)!important;
}
.form-entry{
	border-width:1px 1px 1px 1px;
	border-style:dashed;
	border-color:rgba(0,0,0,0.7);
	background-color:transparent;
	width:418px;
}
.form-entry:hover{
	border-style:solid;
	border-color:rgba(125,0,0,0.7);
	border-width:1px 1px 1px 1px;
}
.contact{
	height:675px;
}
.resume-section-title{
	font-family:"Lato";
	font-weight:900;
	text-transform:uppercase;
	font-size:35px;
	line-height:43px;
}
.resume-right-card{
	border-color:#5E5E5E!important;
	border-style:solid;
	background-repeat:repeat;
	background-position:left center;
	border-width:0px 0px 0px 3px;
}
.resume-left-card{
	border-color:#5E5E5E!important;
	border-style:solid;
	border-width:0px 2px 0px 0px;
}
.resume-card-header{
	padding:2px 2px 2px 2px;
}
.resume-card-body{
	padding:28px 50px 28px 50px;
}
.resume-timeline-year{
	font-family:"Lato";
	font-weight:900;
	font-size:35px;
}
.resume-card-year{
	text-align:center;
	color:#FEFFFF!important;
	font-family:"Lato";
	font-weight:900;
}
.resume-year-column{
	padding:0px 0px 0px 0px;
}
.p-education-style{
	width:100%;
}
.h4-style{
	font-size:26px;
	font-family:Calligraffitti;
	margin-top:-2px;
	width:45.99%;
	margin-bottom:37px;
}
.webistes{
	height:78px;
}
.row-bloc-7-margin-top{
	margin-top:-74px;
}
.bloc-bloc-7-margin-top{
	margin-top:-33px;
	border-style:solid;
	border-right-width:2px;
}
.bloc-0-margin-top{
	margin-top:-12px;
}
.bloc-0-bloc-7-margin-top{
	margin-top:-9px;
}
.hoalist{
	height:490px;
}
.bloc-11544-margin-top{
	margin-top:47px;
}
.bloc-17418-margin-top{
	margin-top:47px;
	margin-bottom:10px;
}
.doccontain{
	height:361px;
	margin-top:87px;
}
.container-div-margin-top{
	margin-top:47px;
}
.web-container{
	height:507px;
}
.btn-style{
	margin-top:3px;
	width:100%;
}
.container-div-margin-bottom{
	margin-bottom:10px;
}
.blocsapp-special-menu blocsnav{
	background-color:#D6C5AE;
}
.blocsapp-special-menu blocsnav:hover{
	background-color:#D6C5B3;
}
.row-bloc-7-margin-bottom{
	margin-bottom:0px;
	margin-top:67px;
}
.row-21-margin-bottom{
	margin-bottom:42px;
	margin-top:14px;
}
.excel-list{
	height:905px;
}
.btn-walking-loop-style{
	width:52.26%;
}
.row-margin-left{
	border-style:none;
	background-repeat:repeat;
}
.history-bloc{
	height:1750px;
}
.bloc-11149-margin-top{
	margin-top:-16px;
}
.restrict{
	background-color:#83B28D;
}
.restrict:hover{
	background-color:#82B18C;
	text-decoration:overline!important;
	color:#D5D5D5!important;
}
.dropdown-menu{
	background-color:var(--swatch-var-1222);
	color:#000000!important;
}
.owners-bloc{
	height:445px;
}
.owners-bloc:hover{
	;
}
.bloc-style{
	width:60.32%;
	margin-left:3px;
}
.bloc-bloc-2-margin-top{
	margin-top:-18px;
}
.bloc-owners-bot-margin-top{
	margin-top:31px;
}
.btn-directories-style{
	width:100%;
}
.html-widget-margin-top{
	margin-top:19px;
	margin-bottom:46px;
}
.owners-bot{
	height:397px;
}
.btn-map-style{
	width:85%;
}
.blocsapp-special-menu blocsnav li a{
	color:#000000!important;
}
.bloc-bloc-14-margin-top{
	margin-top:-27px;
}
.btn-bloc-4-margin-top{
	margin-top:0px;
}
.btn-public-safety-margin-top{
	margin-top:6px;
}
.dropdown-menu:hover{
	background-color:var(--swatch-var-1763);
	color:rgba(0,0,0,0.8)!important;
}
.dropdown-menu:active{
	color:#000000!important;
}
.btn-4-style{
	width:19.2%;
}
.row-bloc-1-margin-bottom{
	margin-bottom:10px;
}
.keys{
	height:800px;
}
.active-menu{
	color:#FF9300!important;
}
.row-margin-top{
	margin-top:89px;
}
.p-8-style{
	font-size:14px;
	line-height:20px;
	width:100%;
}
.btn-close-style{
	width:17.88%;
}
.btn-login-style{
	width:47.2%;
}
.btn-register-style{
	width:52%;
}
.h4-bloc-25-style{
	font-size:16px;
	line-height:24px;
}
.h5-margin-top{
	margin-top:-73px;
	font-size:16px;
	line-height:22px;
}
.scrollToTop{
	background-color:#941100;
	color:#FEFB00!important;
}
.scrollToTop:hover{
	background-color:#212121;
}
.bloc-bloc-21-margin-top{
	margin-top:-50px;
}
.link-assesment-form-style{
	font-weight:bold;
}
.p-margin-top{
	margin-top:16px;
}
.img-membe-margin-top{
	margin-top:60px;
}
.btn-bloc-15-margin-top{
	margin-top:-1px;
	width:100%;
}
.hoa-emoji{
	font-size:80px;
}
.hoa-directory-h1{
	font-size:0.6em;
}
.chcs-menu{
	width:100%;
	align-items:center;
	justify-content:space-between;
	background-color:var(--swatch-var-2941);
}
.whoa-menu-items{
	font-family:"Lato";
	font-weight:400;
	text-transform:uppercase;
	font-size:14px;
	color:var(--swatch-var-2869)!important;
	letter-spacing:0.02em;
	width:100px;
	text-align:center;
}
.whoa-menu-items:hover{
	color:#000000!important;
	text-decoration:overline!important;
}
.navbar-brand img{
	width:80px;
}
.whoa-header{
	width:80%;
	margin-left:10%;
	height:350px;
}
.grid-style{
	grid-template-columns:1fr;
}
.whoa-grid-image{
	width:100px;
	margin-top:225px;
}
h3{
	font-size:1.4em;
}
h2{
	font-family:"Pinyon Script";
	font-size:38px;
}
.bloc-fill{
	fill:var(--swatch-var-1222);
}
.whoa-white{
	color:var(--swatch-var-2941)!important;
}
.easy-copyright-text{
	color:var(--swatch-var-2869)!important;
}
.bgc-7209{
	background-color:var(--swatch-var-2941)!important;
}
.author-color-button{
	background-color:#009192;
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	font-weight:bold;
	padding-right:28px;
	padding-left:28px;
	font-size:18px;
	line-height:28px;
	border-width:0px 0px 0px 0px;
}
.author-color-button:hover{
	background-color:#00A5A7;
	box-shadow:0px 0px 7px rgba(0,0,0,0.28);
}
.author-small-text{
	font-size:16px;
}
.author-review{
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
	border-width:14px 14px 14px 14px;
	margin:5px 5px 5px 5px;
}
.whoa-owners{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:space-around;
}
.whoa-grid-resturants{
	row-gap:5px;
}
.grid-bloc-17-style{
	grid-template-rows:56px 30px 29px 28px 29px 34px;
}
.whoa_answer{
	margin:25px 25px 25px 25px;
}
.btn-footer-margin-top{
	margin-top:20px;
}
.p-margin-left{
	margin-left:57px;
}
.h3-margin-left{
	margin-left:28px;
}
.brttc-sidebar{
	background-color:#D9D9D9;
	margin:10px 10px 10px 10px;
	padding:28px 28px 28px 28px;
}
.brttc-recents a{
	font-size:34px;
}
.volt-blog-item-category a{
	font-weight:bold;
}
.volt-blog-item-category a:hover{
	color:#FF9300!important;
}
.volt-blog-item-author a{
	font-weight:bold;
}
.volt-blog-item-author a:hover{
	color:#FF9300!important;
}
.whoa-device{
	margin-top:70px;
}
.wghoa-blog-nav{
	border-radius:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
	margin-right:10px;
	margin-left:10px;
}
.orhoa-sidebar{
	background-color:var(--swatch-var-918);
	margin:10px 10px 10px 10px;
	padding:28px 28px 28px 28px;
}
.wghoa-blog-image{
	width:50%;
	margin-top:14px;
}
.btn-assesment-form-style{
	width:71.16%;
}
.btn-payments-style{
	width:54%;
}
.btn-directory-style{
	width:76.64%;
}
.btn-picnic-style{
	width:42.69%;
}
.btn-pdf-directory-style{
	width:80.33%;
}
.btn-offenders-style{
	width:90.15%;
}
.img-bloc-26-margin-top{
	margin-top:14px;
}
.volt-blog-item-title{
	color:#000000!important;
	font-family:"Poppins";
	font-size:1.5rem;
	font-weight:bold;
}
.whoa-cat{
	color:var(--swatch-var-2941)!important;
}
.orhoa-blog-nav{
	border-radius:20px 20px 20px 20px;
	padding:20px 20px 20px 20px;
	margin-right:10px;
	margin-left:10px;
}
.bloc-margin-top{
	margin-top:0px;
	padding-left:14px;
	padding-right:14px;
	border-radius:20px 20px 20px 20px;
	margin-left:0px;
	width:64%;
}
.whoa-board-members{
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
	border-width:14px 14px 14px 14px;
	margin:5px 5px 5px 5px;
	width:24%;
}
.whoa-board{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:space-between;
}
.whoa-board2{
	display:flex;
	flex-direction:row;
	align-items:stretch;
	justify-content:space-between;
}
.whoa-board-members2{
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:0px 0px 0px 0px;
	border-radius:28px 28px 28px 28px;
	border-width:14px 14px 14px 14px;
	margin:0px 5px 5px 0px;
	width:24%;
}
.wghoa-emoji{
	font-size:40px;
}
.link-style{
	text-decoration:none;
}
.whoa-board-members9{
	border-style:solid;
	border-color:#FEFFFE!important;
	padding:28px 28px 28px 28px;
	border-radius:28px 28px 28px 28px;
	border-width:14px 14px 14px 14px;
	margin:5px 5px 5px 5px;
	width:40%;
	font-size:0.85em;
}
.p-acc-style{
	width:100%;
}
.p-11-style{
	width:100%;
}

/* = Colour
-------------------------------------------------------------- */

/* Swatch Variables */
:root{
	
	--swatch-var-2928:rgba(244,224,201,1.00);
	
	--swatch-var-2869:rgba(0,0,0,1.00);
	
	--swatch-var-2941:rgba(255,255,255,1.00);
	
	--swatch-var-3:rgba(53,53,53,1.0);
	
	--swatch-var-1936:rgba(0,84,147,0.8);
	
	--swatch-var-7917:rgba(255,251,0,1.0);
	
	--swatch-var-5776:rgba(255,212,121,1.00);
	
	--swatch-var-6297:#591704;
	
	--swatch-var-7209:#707070;
	
	--swatch-var-536:rgba(215,206,199,1.00);
	
	--swatch-var-7018:rgba(86,86,86,1.00);
	
	--swatch-var-4945:rgba(118,50,63,1.00);
	
	--swatch-var-1222:rgba(192,159,128,1.00);
	
	--swatch-var-3590:#FF9300;
	
	--swatch-var-4914:#000000;
	
	--swatch-var-7905:rgba(255,255,255,1.00);
	
	--swatch-var-3324:rgba(255,146,0,1.00);
	
	--swatch-var-5252:#F3E0C9;
	
	--swatch-var-5694:#FF9200;
	
	--swatch-var-1763:#76430D;
	
	--swatch-var-695:#424242;
	
	--swatch-var-3120:#009192;
	
	--swatch-var-1668:#E3FAEE;
	
	--swatch-var-6615:#FFFFFF;
	
	--swatch-var-7050:#A9A9A9;
	
	--swatch-var-3778:#212121;
	
	--swatch-var-2809:rgba(255,255,255,0.85);
	
	--swatch-var-7254:#16B5B7;
	
	--swatch-var-7735:#FEFFFF;
	
	--swatch-var-3923:#BFC1BF;
	
	--swatch-var-4545:#1EB3C8;
	
	--swatch-var-3838:#0096FF;
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-5490:#55ACEE;
	
	--swatch-var-3201:#BD2026;
	
	--swatch-var-3151:#2E8CD7;
	
	--swatch-var-5466:#1A7576;
	
	--swatch-var-4497:#00E676;
	
	--swatch-var-1024:#808080;
	
	--swatch-var-1503:#5E5E5E;
	
	--swatch-var-5094:#EDD382;
	
	--swatch-var-6192:#4D6B8C;
	
	--swatch-var-4152:#F3E0C9;
	
	--swatch-var-2526:#101010;
	
	--swatch-var-1960:#8E8E8E;
	
	--swatch-var-3931:#151515;
	
}


/* Background colour styles */

.bgc-7209{
	background-color:var(--swatch-var-7209);
}
.bgc-2928{
	background-color:var(--swatch-var-2928);
}
.bgc-536{
	background-color:var(--swatch-var-536);
}
.bgc-1222{
	background-color:var(--swatch-var-1222);
}
.bgc-1668{
	background-color:var(--swatch-var-1668);
}
.bgc-6297{
	background-color:var(--swatch-var-6297);
}
.bgc-1936{
	background-color:var(--swatch-var-1936);
}
.bgc-6615{
	background-color:var(--swatch-var-6615);
}
.bgc-5776{
	background-color:var(--swatch-var-5776);
}
.bgc-2928{
	background-color:var(--swatch-var-2928);
}
.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.bgc-4152{
	background-color:var(--swatch-var-4152);
}
.bgc-1503{
	background-color:var(--swatch-var-1503);
}
.bgc-6192{
	background-color:var(--swatch-var-6192);
}
.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.bgc-2928{
	background-color:var(--swatch-var-2928);
}

/* Text colour styles */

.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.tc-3{
	color:var(--swatch-var-3)!important;
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.tc-4914{
	color:var(--swatch-var-4914)!important;
}
.tc-2526{
	color:var(--swatch-var-2526)!important;
}
.tc-5094{
	color:var(--swatch-var-5094)!important;
}
.tc-6615{
	color:var(--swatch-var-6615)!important;
}

/* Button colour styles */

.bgc-2928{
	background-color:var(--swatch-var-2928);
}
.tc-2928{
	color:var(--swatch-var-2928)!important;
}
.btn-c-2928,.btn-c-2928:focus{
	background:var(--swatch-var-2928);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2928:hover{
	background:#C1AD96!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-2928{
	color:var(--swatch-var-2928)!important;
	border-color:var(--swatch-var-2928)!important;
}
.ltc-2928{
	color:var(--swatch-var-2928)!important;
}
.ltc-2928:hover{
	color:#C1AD96!important;
}
.icon-2928{
	color:var(--swatch-var-2928)!important;
	border-color:var(--swatch-var-2928)!important;
}
/**/.bgc-2869{
	background-color:var(--swatch-var-2869);
}
.tc-2869{
	color:var(--swatch-var-2869)!important;
}
.btn-c-2869,.btn-c-2869:focus{
	background:var(--swatch-var-2869);
	color:#FFFFFF!important;
}
.btn-c-2869:hover{
	background:#000000!important;
	color:#FFFFFF!important;
}
.wire-btn-c-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}
.ltc-2869{
	color:var(--swatch-var-2869)!important;
}
.ltc-2869:hover{
	color:#000000!important;
}
.icon-2869{
	color:var(--swatch-var-2869)!important;
	border-color:var(--swatch-var-2869)!important;
}
/**/.bgc-2941{
	background-color:var(--swatch-var-2941);
}
.tc-2941{
	color:var(--swatch-var-2941)!important;
}
.btn-c-2941,.btn-c-2941:focus{
	background:var(--swatch-var-2941);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2941:hover{
	background:#CCCCCC!important;
	color:rgba(0,0,0,.5)!important;
}
.wire-btn-c-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
.ltc-2941{
	color:var(--swatch-var-2941)!important;
}
.ltc-2941:hover{
	color:#CCCCCC!important;
}
.icon-2941{
	color:var(--swatch-var-2941)!important;
	border-color:var(--swatch-var-2941)!important;
}
/**/.bgc-3{
	background-color:var(--swatch-var-3);
}
.tc-3{
	color:var(--swatch-var-3)!important;
}
.btn-c-3,.btn-c-3:focus{
	background:var(--swatch-var-3);
	color:#FFFFFF!important;
}
.btn-c-3:hover{
	background:#020202!important;
	color:#FFFFFF!important;
}
.wire-btn-c-3{
	color:var(--swatch-var-3)!important;
	border-color:var(--swatch-var-3)!important;
}
.ltc-3{
	color:var(--swatch-var-3)!important;
}
.ltc-3:hover{
	color:#020202!important;
}
.icon-3{
	color:var(--swatch-var-3)!important;
	border-color:var(--swatch-var-3)!important;
}
/**/.bgc-1936{
	background-color:var(--swatch-var-1936);
}
.tc-1936{
	color:var(--swatch-var-1936)!important;
}
.btn-c-1936,.btn-c-1936:focus{
	background:var(--swatch-var-1936);
	color:#FFFFFF!important;
}
.btn-c-1936:hover{
	background:rgba(0,33,96,0.80)!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-4914{
	color:var(--swatch-var-4914)!important;
}
.ltc-4914:hover{
	color:#000000!important;
}
.ltc-6297{
	color:var(--swatch-var-6297)!important;
}
.ltc-6297:hover{
	color:#260000!important;
}
.ltc-1936{
	color:var(--swatch-var-1936)!important;
}
.ltc-1936:hover{
	color:rgba(0,33,96,0.80)!important;
}
.ltc-5776{
	color:var(--swatch-var-5776)!important;
}
.ltc-5776:hover{
	color:#CCA146!important;
}

/* Icon colour styles */

.icon-7917{
	color:var(--swatch-var-7917)!important;
	border-color:var(--swatch-var-7917)!important;
}
.icon-4945{
	color:var(--swatch-var-4945)!important;
	border-color:var(--swatch-var-4945)!important;
}
.icon-5094{
	color:var(--swatch-var-5094)!important;
	border-color:var(--swatch-var-5094)!important;
}
.icon-3201{
	color:var(--swatch-var-3201)!important;
	border-color:var(--swatch-var-3201)!important;
}
.icon-6297{
	color:var(--swatch-var-6297)!important;
	border-color:var(--swatch-var-6297)!important;
}

/* Bloc image backgrounds */

.bg-entrance{
	background-image:url("img/entrance.jpg");
	background-image: -webkit-image-set(url("img/entrance.webp") 1x,
url("img/entrance.webp") 2x);background-image: image-set(url("img/entrance.jpg") 1x,
url("img/entrance.jpg") 2x,url("img/entrance.webp") 1x,
url("img/entrance.webp") 2x);
}
.bg-entrance{
	background-image:url("img/entrance.jpg");
	background-image: -webkit-image-set(url("img/entrance.webp") 1x,
url("img/entrance.webp") 2x);background-image: image-set(url("img/entrance.jpg") 1x,
url("img/entrance.jpg") 2x,url("img/entrance.webp") 1x,
url("img/entrance.webp") 2x);
}
.bg-BLVD{
	background-image:url("img/BLVD.jpg");
	background-image: -webkit-image-set(url("img/BLVD.webp") 1x,
url("img/BLVD.webp") 2x);background-image: image-set(url("img/BLVD.jpg") 1x,
url("img/BLVD.jpg") 2x,url("img/BLVD.webp") 1x,
url("img/BLVD.webp") 2x);
}
.bg-keys{
	background-image:url("img/keys.jpg");
	background-image: -webkit-image-set(url("img/keys.webp") 1x,
url("img/keys.webp") 2x);background-image: image-set(url("img/keys.jpg") 1x,
url("img/keys.jpg") 2x,url("img/keys.webp") 1x,
url("img/keys.webp") 2x);
}
.bg-BLVD{
	background-image:url("img/BLVD.jpg");
	background-image: -webkit-image-set(url("img/BLVD.webp") 1x,
url("img/BLVD.webp") 2x);background-image: image-set(url("img/BLVD.jpg") 1x,
url("img/BLVD.jpg") 2x,url("img/BLVD.webp") 1x,
url("img/BLVD.webp") 2x);
}

/* = Custom Bric Data
-------------------------------------------------------------- */



/* = Toggle Visibility
-------------------------------------------------------------- */

.toggled-item{transition: height 350ms ease-in-out, padding 350ms ease-in-out, opacity 350ms ease-in-out;overflow: hidden;}
.toggled-item-hidden{padding-top:0!important;padding-bottom:0!important;border-top:0!important;border-bottom:0!important;outline:0!important;opacity: 0;}
.object-hidden{display:none;}


/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments 
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0; 
        padding-right: 0;  
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none; 
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


@media (max-width: 991px){
	.resume-section-title{
		font-size:30px;
		line-height:38px;
	}
	.resume-right-card{
		border-color:#C0C0C0!important;
	}
	.resume-left-card{
		border-color:#C0C0C0!important;
	}
	.resume-card-body{
		padding:20px 20px 20px 20px;
	}
	.resume-timeline-year{
		font-size:30px;
	}
	.h4-style{
		margin-bottom:27px;
		margin-top:1px;
		width:72.67%;
	}
	.h4-margin-bottom{
		margin-bottom:58px;
	}
	.row-21-margin-bottom{
		margin-bottom:4px;
	}
	.web-container{
		height:537px;
	}
	.btn-walking-loop-style{
		width:70.85%;
	}
	.btn-style{
		width:74.43%;
	}
	.bloc-style{
		width:74.89%;
		margin-left:-1px;
		margin-top:0px;
	}
	.excel-list{
		height:770px;
	}
	.history-bloc{
		height:1975px;
	}
	.btn-map-style{
		width:75%;
	}
	.contact{
		height:725px;
	}
	.btn-entergy-margin-top{
		margin-top:4px;
	}
	.keys{
		height:725px;
	}
	.row-margin-top{
		margin-top:2px;
	}
	.p-8-style{
		font-size:13px;
	}
	.h4-bloc-25-style{
		font-size:16px;
		line-height:24px;
	}
	.owners-bot{
		height:404px;
	}
	.owners-bloc{
		height:477px;
	}
	.bloc-bloc-21-margin-top{
		margin-top:-48px;
	}
	.p-margin-top{
		margin-top:18px;
	}
	.btn-bloc-15-margin-top{
		margin-top:1px;
	}
	.hoa-directory-h1{
		font-size:0.55em;
	}
	.whoa-menu-items{
		font-size:12px;
		width:100px;
	}
	.whoa-header{
		width:100%;
		margin-left:0%;
		height:325px;
	}
	.whoa-grid-image{
		margin-top:225px;
	}
	.p-login-style{
	}
	h3{
		font-size:1.2em;
	}
	.author-reviews-column{
		margin-bottom:50px;
		text-align:center;
	}
	.whoa-owners{
		margin:auto auto auto auto;
	}
	.grid-bloc-17-style{
		grid-template-rows:60px 28px 27px 28px 30px 31px;
	}
	.brttc-sidebar{
		margin:10px 10px 10px 10px;
		padding:28px 28px 28px 28px;
	}
	.orhoa-sidebar{
		margin:10px 10px 10px 10px;
		padding:28px 28px 28px 28px;
	}
	.wghoa-blog-image{
		width:50%;
	}
	.btn-payments-style{
		width:82.42%;
	}
	.btn-pdf-directory-style{
		width:61.03%;
	}
	.bloc-margin-top{
		margin-top:0px;
		width:55%;
	}
	.whoa-board{
		margin:auto auto auto auto;
	}
	.whoa-board-members{
		width:35%;
	}
	.whoa-board2{
		margin:auto auto auto auto;
	}
	.whoa-board-members2{
		width:35%;
	}
	.whoa-board-members9{
		width:45%;
		margin-left:-25px;
	}
	
	/* MD Row Margin Offsets */
	.voffset-md{
		margin-top:30px;
	}
	
}

@media (max-width: 767px){
	.text-center{
	}
	.resume-section-title{
		font-size:28px;
		line-height:36px;
	}
	.resume-right-card{
		border-left-width:0px;
	}
	.resume-left-card{
		border-right-width:0px;
	}
	.web-container{
		height:868px;
	}
	.hoalist{
		margin-top:50px;
	}
	.doccontain{
		height:838px;
		margin-top:117px;
	}
	.h4-margin-bottom{
		margin-top:0px;
		margin-bottom:52px;
	}
	.btn-style{
		width:31.37%;
		margin-top:-3px;
	}
	.bloc-bloc-11-margin-bottom{
		margin-bottom:0px;
		margin-top:7px;
	}
	.container-div-margin-bottom{
		margin-bottom:10px;
	}
	.bloc-style{
		width:34.98%;
		margin-left:13px;
	}
	.owners-bloc{
		height:776px;
	}
	.btn-walking-loop-style{
		width:34.41%;
	}
	.excel-list{
		height:586px;
	}
	.h4-style{
		margin-top:36px;
		width:49.05%;
	}
	.owners-bot{
		height:511px;
	}
	.icon-bloc-4-margin-top{
		margin-top:12px;
	}
	.icon-0-margin-top{
		margin-top:15px;
	}
	.button{
		width:160px;
	}
	.btn-map-style{
		width:35%;
	}
	.contact{
		height:700px;
	}
	.keys{
		height:725px;
	}
	.h4-bloc-25-style{
		font-size:16px;
		line-height:22px;
	}
	.h5-margin-top{
		margin-top:-62px;
	}
	.container-div-bloc-11-margin-top{
		margin-top:8px;
	}
	.navbar-toggler-icon{
		background-color:#FEFFFF;
	}
	.p-margin-top{
		margin-top:19px;
	}
	.btn-bloc-15-margin-top{
		margin-top:1px;
		width:79.83%;
	}
	.bloc-bloc-8-margin-top{
		margin-top:23px;
	}
	.hoa-directory-h1{
		font-size:0.5em;
	}
	.custom-toggler{
	}
	.chcs-menu{
		width:100%;
	}
	.whoa-menu-items{
		font-size:10px;
		width:100%;
	}
	.whoa-menu-items:hover{
		color:#00618E!important;
	}
	.whoa-grid-image{
		margin-top:135px;
	}
	h3{
		font-size:1.3em;
	}
	.brttc-sidebar{
	}
	.whoa-device{
		margin-top:0px;
	}
	.orhoa-sidebar{
	}
	.wghoa-blog-image{
		width:30%;
	}
	.btn-payments-style{
		width:50.95%;
	}
	.btn-directory-style{
		width:55.83%;
	}
	.button:hover{
		background-color:var(--swatch-var-2928);
	}
	.history-bloc{
		height:1850px;
	}
	.bloc-margin-top{
		margin-top:2px;
		opacity:1.0;
		width:100%;
	}
	.whoa-board-members{
		width:48%;
	}
	.whoa-board-members2{
		width:48%;
	}
	.whoa-board-members9{
		width:60%;
		margin-left:-15px;
	}
	.sidebar-nav{
		width:230px!important;
	}
	.nav-special.sidebar-nav .nav > li{
		width:80%;
	}
	.nav-invert .sidebar-nav .close-special-menu{
		left:200px;
	}
	
}

@media (max-width: 575px){
	.resume-section-title{
		font-size:25px;
		line-height:33px;
	}
	.webistes{
		height:66px;
	}
	.bloc-bloc-4-margin-bottom{
		margin-bottom:2px;
	}
	.web-container{
		height:972px;
	}
	.doccontain{
		height:805px;
	}
	.container-div-bloc-4-margin-top{
		margin-top:19px;
	}
	.container-div-bloc-11-margin-top{
		margin-top:19px;
	}
	.container-div-0-margin-top{
		margin-top:28px;
	}
	.icon-margin-top{
		margin-top:21px;
	}
	.excel-list{
		height:581px;
	}
	.btn-style{
		width:67.41%;
		margin-top:9px;
		margin-left:-7px;
	}
	.bloc-style:hover{
		background-position:left center;
		text-align:center;
	}
	.bloc-style{
		margin-left:12px;
		width:51.72%;
	}
	.owners-bloc{
		height:891px;
	}
	.btn-walking-loop-style{
		width:64.44%;
	}
	.container-div-margin-bottom{
		width:100%;
	}
	.history-bloc{
		height:2100px;
	}
	.button{
		font-size:18px;
		width:150px;
	}
	.h4-style{
		width:80.74%;
		font-size:22px;
		line-height:26px;
		font-weight:bold;
	}
	.owners-bot{
		height:628px;
	}
	.form-entry{
		width:274px;
	}
	.btn-map-style{
		width:55.56%;
	}
	.keys{
		height:762px;
	}
	.p-login-style{
		font-size:14px;
	}
	.container-div-style{
		height:134px;
	}
	.h4-bloc-25-style{
		font-size:16px;
		line-height:22px;
	}
	.h5-margin-top{
		margin-top:-81px;
	}
	.bloc-bloc-21-margin-top{
		margin-top:-51px;
	}
	.navbar-toggler-icon{
		background-color:#FEFFFF;
		color:transparent!important;
	}
	.p-margin-top{
		margin-top:13px;
		font-size:12px;
		width:100%;
	}
	.btn-7-style{
		width:55.51%;
	}
	.btn-bloc-15-margin-top{
		margin-top:-3px;
		width:97.27%;
	}
	.container-div-bloc-1-margin-top{
		margin-top:10px;
	}
	.h5-bloc-1-style{
		font-size:16px;
	}
	.bloc-bloc-8-margin-top{
		margin-top:40px;
	}
	.bloc-0-bloc-8-margin-top{
		margin-top:2px;
	}
	.hoa-directory-h1{
		text-align:center;
		font-size:0.4em;
	}
	.hoa-emoji{
		font-size:60px;
	}
	.whoa-menu-items{
		font-size:12px;
		width:100%;
	}
	.whoa-menu-items:hover{
		color:#000000!important;
	}
	h3{
		font-size:1.2em;
	}
	.author-review{
		padding:14px 14px 14px 14px;
		border-width:7px 7px 7px 7px;
	}
	.grid-bloc-17-style{
		grid-template-rows:72px 45px auto auto auto auto;
	}
	.brttc-sidebar{
	}
	.wghoa-blog-nav{
		margin-left:0px;
		margin-right:0px;
		padding:0px 0px 0px 0px;
	}
	.orhoa-sidebar{
	}
	.wghoa-blog-image{
		width:50%;
	}
	.p-style{
		font-family:"OpenSans-Medium";
	}
	.btn-assesment-form-style{
		width:96.72%;
	}
	.btn-payments-style{
		width:73.7%;
	}
	.btn-directory-style{
		width:100%;
	}
	.orhoa-blog-nav{
		margin-left:0px;
		margin-right:0px;
		padding:0px 0px 0px 0px;
	}
	.bloc-margin-top{
		margin-top:-27px;
	}
	.whoa-board-members{
		padding:14px 14px 14px 14px;
		border-width:7px 7px 7px 7px;
		width:100%;
	}
	.whoa-board-members2{
		padding:14px 14px 14px 14px;
		border-width:7px 7px 7px 7px;
		width:100%;
	}
	.whoa-board-members9{
		padding:14px 14px 14px 14px;
		border-width:7px 7px 7px 7px;
		width:100%;
	}
	
}

