/*-----------------------------------------------------------------------------------
	Silver Shekel Owners Association
	About: The website for the Silver Shekel Owners Association
	Author: Tom Lebsack
	Version: 1.0
	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;
}


/* Sizes */

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

/* = Full Screen Blocs 
-------------------------------------------------------------- */

.bloc-fill-screen{
	min-height:100vh;
	display: flex;
	flex-direction: column;
	padding-top:20px;
	padding-bottom:20px;
}
.bloc-fill-screen > .container{
	align-self: flex-middle;
	flex-grow: 1;
	display: flex;
	flex-wrap: wrap;
}
.bloc-fill-screen > .container > .row{
	flex-grow: 1;
	align-self: center;
	width:100%;
}
.bloc-fill-screen .fill-bloc-top-edge, .bloc-fill-screen .fill-bloc-bottom-edge{
	flex-grow: 0;
}
.bloc-fill-screen .fill-bloc-top-edge{
	align-self: flex-start;
}
.bloc-fill-screen .fill-bloc-bottom-edge{
	align-self: flex-end;
}

/* = 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;
}


/* Edge Dividers */

.bloc-shape-divider{
	position: absolute;
	width:100%;
	text-align:center;
	left:0;
	right:0;
	z-index: 0;
	display: flex;
	pointer-events: none;
}
.svg-divider{
	width:100%;
	height:100px;
	fill:#000000;
}
.bloc-divider-top{
	top:-1px;
	align-items: flex-start;
}
.bloc-divider-bottom{
	bottom:-1px;
	align-items: flex-end;
}


/* Flip Edge Divider */

.bloc-divider-flip-x svg{
	transform:scale(-1,1);
}
.bloc-divider-flip-y svg{
	transform:scale(1,-1);
}
.bloc-divider-flip-x.bloc-divider-flip-y svg{
	transform:scale(-1,-1);
}


/* 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{
	margin-top:30px;
}


/* = 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;
}
.navbar-toggle.menu-icon-rounded-bars{
	margin-top:7px!important;
}
/* 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}
}
/* = Open menus on hover
-------------------------------------------------------------- */
@media (min-width: 992px){
	.hover-open-submenu li:hover > .dropdown > .dropdown-menu, .hover-open-submenu .dropdown-menu > li:hover .dropdown-menu{
	display: block;
}
.hover-open-submenu li .dropdown .dropdown-menu{
	margin-top:0;
}
}
/* = Bric adjustment margins
-------------------------------------------------------------- */

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

/* = 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);
}
.a-block{
	width:100%;
	text-align:left;
	display: inline-block;
}
.text-center .a-block{
	text-align:center;
}
.icon-spacer{
	margin-right:5px;
}
.dropdown a .caret{
	margin:0 0 0 5px}.btn-dropdown .dropdown-menu .dropdown{
	padding: 3px 20px;
}

/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}


/* = Text & Icon Styles
-------------------------------------------------------------- */
.lg-shadow{
	text-shadow:0 2px 5px rgba(0,0,0,.5);
}


/* = 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;
}




/* 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;
}
/* = Lightbox
-------------------------------------------------------------- */

a[data-lightbox] {
	display: grid;
	text-decoration: none;
}
a[data-lightbox]::before,a[data-lightbox] > img,a[data-lightbox] > picture {
	grid-area: 1 / 1;
}
a[data-lightbox]::before{
	content: "+";
	font-family: Helvetica, Arial;
	color:#FFF;
	font-size:32px;
	font-weight:100;
	line-height: 0px;
	display: grid;
	place-items: center;
	width: 50px;
	height: 50px;
	padding-bottom:5px;
	background: rgba(0,0,0,.5);
	backdrop-filter:blur(5px);
	-webkit-backdrop-filter:blur(5px);
	border-radius: 50%;
	justify-self: center;
	align-self: center;
	pointer-events: none;
	transform:scale(0.6);
	opacity: 0;
	z-index: 1;
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover::before {
	opacity: 1;
	transform:scale(1);
	transition: all .2s ease-in-out;
}
a[data-lightbox]:hover img{
	opacity: 0.8;
	transition: all .2s ease-in-out;
	-webkit-animation-fill-mode: none;
	animation-fill-mode:none;
}
.lightbox-caption{
	padding: 20px;
	color: #FFF;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 0px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
	background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
	position: absolute;
	padding:6px;
	background:rgba(0,0,0,.3);
	line-height:0;
	transition: background .2s ease-in-out;
	border-radius:.25rem;
	border:none;
	z-index:20;
}
.next-lightbox, .prev-lightbox{
	top:45%;
}
.close-lightbox{
	top:20px;
	right:20px;
}
.next-lightbox{
	right:25px;
}
.prev-lightbox{
	left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
	fill:none;
	stroke: #fff;
	stroke-width: 3px;
	fill-rule: evenodd;
	stroke-linecap:round;
}
.lightbox-close-svg{
	pointer-events:none;
}

/* Full Screen */
.fullscreen-lb{
	background:#000;
	border-radius: 0;
}
.fullscreen-lb .modal-body{
	padding:0;
}
.fullscreen-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
	text-align:center;
}
.fullscreen-modal{
	background:#000;
}
.fullscreen-modal .modal-dialog{
	width:100%!important;
	max-width:95%!important;
}

/* Modal Full Screen Close Button */
.close-full-screen-modal{
	position: fixed;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.close-full-screen-modal .close-icon{
	display: block;
	width:100%;
	height:1px;
	background: #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top:12px;
}
.close-full-screen-modal .close-icon{
	height:2px;
}
.close-full-screen-modal .close-icon:after{
	content:"";
	display:inherit;
	width:inherit;
	height:inherit;
	background: inherit;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.close-full-screen-modal{
	right:20px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:100%;
	width:100%;
}
.h3-style{
	width:91.46%;
	font-family:Montserrat;
	padding-top:0px;
	color:#424242!important;
	text-align:center;
	font-size:20px;
}
.carousel-style{
	width:100%;
	float:none;
	margin:20px 20px 20px 20px;
	padding:0px 10px 0px 10px;
}
.p-2-style{
	letter-spacing:0px;
	text-indent:0px;
	line-height:24px;
	width:97.16%;
}
.p-30605-style{
	width:100%;
	font-size:14px;
}
.h2-welcome-style{
	font-family:Montserrat;
}
.link-style{
	text-decoration:none;
	font-weight:normal;
	color:#0076FF!important;
	font-family:"Montserrat";
}
.h3-bloc-3-style{
	font-family:Montserrat;
}
.h3-welcome-style{
	font-family:Montserrat;
}
.h3-bloc-2-style{
	font-family:Montserrat;
	padding-top:20px;
	font-size:20px;
}
.h1-welcome-style{
	font-family:Montserrat;
}
.container-div-style{
	width:100%;
}
.p-bloc-2-style{
	width:100%;
	color:transparent!important;
}
.h5-bloc-2-style{
	font-family:Montserrat;
	font-size:20px;
}
.p-4-style{
	font-size:16px;
	line-height:24px;
}
.p-5-style{
	width:75.95%;
	color:#000000!important;
}
.img-water-drop-style{
	width:150px;
	height:150px;
}
.red-text{
	color:#FF0300!important;
	font-family:"Montserrat";
}
.p-9-style{
	width:100%;
	padding-bottom:15px;
	text-indent:px;
}
.h3-3-style{
	font-family:Montserrat;
	padding-top:20px;
}
.p-8-style{
	width:100%;
}
.img-bloc-2-style{
	width:279px;
	padding-top:15px;
}
.h3-nextdoor-style{
	font-family:Montserrat;
}
.img-logo-white-lar-style{
	width:255px;
	padding-top:20px;
	padding-bottom:10px;
}
.p-9-bloc-2-style{
	width:100%;
	float:none;
	display:inline-block;
}
.wmg-logo{
	border-style:solid;
	margin-top:5px;
	padding-bottom:10px;
	padding-right:10px;
	border-radius:15px 15px 15px 15px;
}
.h2-2-style{
	font-family:Montserrat;
}
.p-19-style{
	font-size:16px;
}
.h3-west-entrance-style{
	font-family:Montserrat;
}
.p-bloc-4-style{
	width:60.1%;
}
.img-bloc-4-style{
	width:484px;
}
.h3-7-style{
	font-family:Montserrat;
}
.h3-9-style{
	font-family:Montserrat;
}
.h3-10-style{
	font-family:Montserrat;
}
.h3-11-style{
	font-family:Montserrat;
}
.p-bloc-10-style{
	font-family:Montserrat;
}
.link-email-archive-style{
	text-decoration:none;
	font-family:"Montserrat";
	color:#0096FF!important;
	text-align:center;
}
.h3-12297-style{
	font-family:Montserrat;
}
.html-widget-style{
	width:100%;
}
.h2-5-style{
	font-family:Montserrat;
}
.html-widget-0-style{
	width:50.61%;
}
.html-widget-11140-style{
	width:86.61%;
}
.html-widget-23107-style{
	width:92.01%;
}
.link-0-style{
	text-decoration:none;
	font-weight:bold;
}
.h1-15-style{
	font-family:Montserrat;
}
.h3-22-style{
	font-family:Montserrat;
}
.h1-banner-text{
	font-family:"PT Serif Caption";
	font-size:96px;
	font-weight:900;
	text-shadow:3px 5px 7px #000000;
	color:#FFD478!important;
	left:0px;
	right:0px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.row-4-style{
	width:100%;
	padding:0px 0px 0px 0px;
}
.h2-style{
	font-family:Montserrat;
	font-size:28px;
	text-align:center;
	color:#424242!important;
	margin:10px 0px 10px 0px;
}
.h1-news-events-style{
	font-family:Montserrat;
}
.h1-style{
	font-family:Montserrat;
	color:#424242!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.h1-18-style{
	font-family:Montserrat;
}
.h3-status-report-style{
	font-family:Montserrat;
}
.h3-14-style{
	font-family:Montserrat;
}
.h3-bid-documents-style{
	font-family:Montserrat;
}
.h3-plans-style{
	font-family:Montserrat;
}
.p-28-style{
	font-family:"helvetica";
}
.h5-covid-19-style{
	font-family:Montserrat;
	font-size:18px;
}
.h3-1-style{
	font-family:Montserrat;
	color:#212121!important;
}
.h2-0-style{
	font-family:Montserrat;
	background-color:#FFF9E5;
}
.h2-7-style{
	font-family:Montserrat;
}
.p-style{
	font-family:"Montserrat";
	color:#424242!important;
	font-size:16px;
	margin:10px 0px 20px 0px;
	padding:0px 0px 0px 0px;
}
.h2-burn-ban-style{
	font-family:Montserrat;
	opacity:0.3;
}
.img-7-style{
	width:85px;
}
.h2-10016-style{
	font-family:Montserrat;
}
.btn-style-fire{
	width:64.28%;
	background-color:#FF2600;
	background:linear-gradient(90deg, #FF2600 0%, #FF8E74 100%);
	margin-top:10px;
}
.navbar-link{
	font-family:"Montserrat";
	font-size:18px;
	margin-right:10px;
	margin-left:10px;
	font-weight:normal;
	color:#0096FF!important;
}
.navbar-link:hover{
	margin-left:10px;
	margin-right:10px;
	font-family:"Montserrat";
	color:#424242!important;
	font-weight:normal;
}
.p-62-style{
	font-family:Montserrat;
}
.h6-style{
	font-family:Montserrat;
}
.h6-bloc-24-style{
	font-family:Montserrat;
}
.label-style{
	font-family:Montserrat;
}
.label-telephone-style{
	font-family:Montserrat;
	font-weight:bold;
}
.label-email-style{
	font-family:Montserrat;
}
.label-address-style{
	font-family:Montserrat;
	font-weight:bold;
}
.label-name-style{
	font-family:Montserrat;
	font-weight:bold;
}
.modal-button-style{
	background-color:#005392;
	background:linear-gradient(45deg, #005392 0%, #75D5FF 100%);
	border-style:solid;
	width:100%;
	font-family:"Montserrat";
	margin:10px 10px 10px 10px;
	border-radius:5px 5px 5px 5px;
}
.modal-button-style:hover{
	background-color:#797979;
	color:#FEFFFF!important;
}
.text-span-color{
	color:#fff9e6;
}
.link-style:hover{
	font-weight:bold;
	color:#000000!important;
	font-family:"Montserrat";
}
.banner-style{
	width:1000px;
}
.sidebar-text-boxes{
	padding-right:12px;
	padding-left:12px;
	margin-top:10px;
}
.btn-style-fire:hover{
	background-color:#FF2600;
}
.link-bloc-2-style{
	font-weight:bold;
}
.p-6-bloc-2-style{
	width:57.72%;
}
.h4-style{
	font-family:"Montserrat";
	font-size:16px;
	color:#000000!important;
	text-align:left;
	background-color:transparent;
	font-weight:bold;
}
.table-style{
	font-family:"Montserrat";
	border-style:solid;
	border-color:#797979!important;
	margin-top:20px;
}
.table-style:hover{
	font-family:"Montserrat";
}
.p-style:hover{
	font-family:"Montserrat";
}
.p-bloc-11-style{
	font-family:"Montserrat";
}
.h-5-style{
	font-family:"Montserrat";
}
.text-span-bloc-11-color{
	color:#868686;
	font-family:"Montserrat";
	font-weight:bold;
}
.background-image{
	width:100%;
	height:50%;
	padding:50px 50px 50px 50px;
}
.h2-banner-text{
	font-size:48px;
	color:#FFD478!important;
	font-family:"Montserrat";
	text-shadow:2px 3px 3px #000000;
	font-weight:lighter;
}
.bloc-divider-b-fill{
	fill:#FEFFFF;
	height:100px;
}
.modal-text-style{
	font-family:"Montserrat";
	font-size:14px;
	color:#212121!important;
	margin-left:0px;
	padding-right:0px;
	text-align:center;
	background-color:#FFF9E5;
	margin-right:10px;
}
.text-span-bloc-3-color{
	color:#212121;
	font-weight:bold;
}
.p-1-style-banner{
	font-family:"Montserrat";
	color:#212121!important;
	background-color:#FFF9E5;
	border-style:solid;
	border-color:#0D619F!important;
	margin:10px 10px 10px 10px;
	border-radius:8px 8px 8px 8px;
}
.text-span-0-color{
	color:#ffffff;
}
.modal-footer-button{
	font-size:14px;
	height:20%;
	border-color:#000000!important;
	width:100%;
	font-family:"Montserrat";
	color:#FEFFFF!important;
	border-style:_popUpItemAction:;
	font-weight:bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:0px 0px 0px 0px;
	border-width:0px 0px 0px 0px;
}
.modal-footer-close{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.image-overlay{
	font-family:"Montserrat";
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
	margin:0px 0px 0px 20px;
}
.overlay-map{
	border-style:solid;
	border-color:#797979!important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:5px 5px 5px 5px;
	border-width:5px 5px 5px 5px;
}
.image-w-text{
	font-family:"Montserrat";
	color:#FEFFFF!important;
}
.form-style{
	width:800px;
	margin-left:0px;
}
.navbar-dropdown{
	font-family:"Montserrat";
	color:#0096FF!important;
}
.navbar-dropdown:hover{
	font-family:"Montserrat";
	color:#5E5E5E!important;
}
.link-email-archive-style:hover{
	color:#424242!important;
	font-family:"Montserrat";
	font-weight:normal;
}
.table-text{
	font-family:"Montserrat";
	font-size:18px;
	text-align:center;
	margin:0px 0px 0px 0px;
}
.p-bloc-12-style{
	line-height:27px;
	height:27px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.p-37-style{
	font-size:13px;
}
.divider-style{
	border-style:solid;
	width:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.link-modal{
	font-family:"Montserrat";
	color:#424242!important;
}
.link-modal:hover{
	font-family:"Montserrat";
	color:#000000!important;
}
.modal-footer-button:hover{
	color:#000000!important;
	font-family:"Montserrat";
}
.image-news-events{
	border-style:solid;
	border-color:#797979!important;
	width:230px;
	border-radius:5px 5px 5px 5px;
	border-width:5px 5px 5px 5px;
}
.modal-header{
	font-family:"Montserrat";
	color:#797979!important;
}
.modal-useful-links-text{
	text-align:center;
	font-family:"Montserrat";
}
.p-47-style{
	font-family:"Montserrat";
	font-size:12px;
}
.h2-email-archive{
	font-family:"Montserrat";
	font-size:28px;
	text-align:center;
	color:#424242!important;
	margin-bottom:10px;
	padding-top:10px;
}
.line-divider{
	font-weight:bold;
	text-align:center;
	color:#919191!important;
	padding-top:0px;
	padding-bottom:0px;
}
.list-item-drop-down-plat{
	text-align:left;
	text-indent:-10px;
}
.p-1-style-copy-1{
	font-family:"Montserrat";
	color:#212121!important;
	margin:10px 10px 10px 10px;
}
.p-1-style{
	background-color:#FEFFFF;
	color:#212121!important;
	font-family:"Montserrat";
	margin-right:20px;
}
.label-address-small{
	font-family:Montserrat;
	font-weight:bold;
	font-size:12px;
	left:20px;
	position:absolute;
	margin-left:20px;
	margin-top:-15px;
}
.p1-style{
	font-family:"Montserrat";
}
.input-box-small{
	margin-left:20px;
}
.field-style{
	width:96.83%;
}
.field-bloc-41-style{
	width:96.98%;
}
.form-bloc-41-style{
	width:100%;
}
.checkbox-text{
	text-align:center;
	margin-bottom:20px;
	margin-top:20px;
}
.caption{
	font-family:"Montserrat";
	text-align:center;
}
.modal-misc-button{
	background-color:#35A8FF;
	font-size:14px;
	font-family:"Montserrat";
	color:#FEFFFF!important;
	width:100%;
	padding:5px 5px 5px 5px;
	border-radius:8px 8px 8px 8px;
}
.image-weeds{
	width:250px;
	margin-left:0px;
}
.weed-image{
	margin-left:10px;
	margin-right:10px;
	width:auto;
}
.site-search-style{
	border-style:solid;
	border-radius:8px 8px 8px 8px;
	border-width:1px 1px 1px 1px;
}
.list-item-text{
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
}
.link-contact-us-style{
	font-weight:bold;
}
.h4-style-red{
	color:var(--swatch-var-1260)!important;
	font-weight:bold;
}
.h4-style-red:hover{
	color:#000000!important;
	font-weight:bold;
}
.link-style-2{
	color:#FF2600!important;
	font-weight:bold;
	font-family:"Montserrat";
	font-size:18px;
}
.link-style-2:hover{
	color:#000000!important;
	font-family:"Montserrat";
	font-size:18px;
	font-weight:bold;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-6012:#000000;
	
	--swatch-var-5372:#FFFFFF;
	
	--swatch-var-2816:#005CFF;
	
	--swatch-var-1257:#A3A3A3;
	
	--swatch-var-542:rgba(255,255,255,1.00);
	
	--swatch-var-6713:#000000;
	
	--swatch-var-3242:#FEFFFF;
	
	--swatch-var-7311:#D5D5D5;
	
	--swatch-var-2279:#00A5C5;
	
	--swatch-var-3997:rgba(255,126,121,0.16);
	
	--swatch-var-988:rgba(255,255,255,1.0);
	
	--swatch-var-9:#D5D5D5;
	
	--swatch-var-6441:#424242;
	
	--swatch-var-1260:rgba(255,38,0,1.00);
	
}



/* Text colour styles */

.tc-5372{
	color:var(--swatch-var-5372)!important;
}
.tc-6012{
	color:var(--swatch-var-6012)!important;
}
.tc-2816{
	color:var(--swatch-var-2816)!important;
}

/* Button colour styles */

.btn-c-2816{
	background:var(--swatch-var-2816);
	color:#FFFFFF!important;
}
.btn-c-2816:hover{
	background:#0028CC!important;
	color:#FFFFFF!important;
}

/* Icon colour styles */

.icon-3242{
	color:var(--swatch-var-3242)!important;
	border-color:var(--swatch-var-3242)!important;
}

/* Bloc image backgrounds */

.bg--DSC6443-Edit-Edit{
	background-image:url("img/_DSC6443-Edit-Edit.jpg");
	background-image: -webkit-image-set(url("img/_DSC6443-Edit-Edit.webp") 1x,
url("img/_DSC6443-Edit-Edit.webp") 2x);background-image: image-set(url("img/_DSC6443-Edit-Edit.jpg") 1x,
url("img/_DSC6443-Edit-Edit.jpg") 2x,url("img/_DSC6443-Edit-Edit.webp") 1x,
url("img/_DSC6443-Edit-Edit.webp") 2x);
}



/* = 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){
	.p-style{
		margin-top:20px;
		margin-right:0px;
		width:98%;
	}
	.p-14-style{
		width:98%;
	}
	.bloc-divider-b-fill{
		fill:#FEFFFF;
	}
	.modal-footer-button{
		font-family:"Montserrat";
	}
	.link-style{
	}
	.overlay-map{
		margin-left:40px;
	}
	.line-divider{
	}
	.image-weeds{
	}
	
	/* MD Text Margin Offsets */
	.mg-clear-md{
		margin:0;
	}
	
}

@media (max-width: 767px){
	.text-span-color{
		color:#ffffff;
	}
	.navbar-link{
		text-align:center;
	}
	.banner-style{
		width:1000px;
		height:1000px;
	}
	.h1-style{
		font-size:36px;
	}
	.h2-style{
		font-size:24px;
	}
	.p-1{
		font-family:"Montserrat";
	}
	.image-overlay{
		width:200px;
		height:134px;
	}
	.overlay-map{
		margin-left:20px;
	}
	.modal-icon-style{
		color:#FEFFFF!important;
	}
	.field-style{
		width:96.07%;
	}
	.field-bloc-41-style{
		width:96.48%;
	}
	.image-weeds{
		margin-left:10px;
		margin-right:10px;
	}
	.background-image{
		width:auto;
	}
	
}

@media (max-width: 575px){
	.footer-link{
		text-align:center;
	}
	.h1-banner-text{
		font-family:"PT Serif Caption";
		font-size:64px;
		text-align:center;
	}
	.p-19-style{
		width:50.18%;
	}
	.h3-style{
		width:100%;
		font-size:20px;
		text-align:center;
	}
	.h3-3-style{
		font-size:28px;
	}
	.banner-style{
		height:900px;
		text-align:center;
		width:700px;
		margin-left:0px;
		padding-left:0px;
		padding-right:20px;
	}
	.h2-style{
		font-size:22px;
	}
	.h1-style{
		font-size:30px;
	}
	.p-style{
		margin-top:20px;
		opacity:1.0;
		width:100%;
	}
	.sidebar-text-boxes{
		margin-bottom:010px;
		margin-top:15px;
	}
	.h2-banner-text{
		font-size:36px;
	}
	.overlay-map{
		margin-left:0px;
	}
	.image-overlay{
		margin-left:40px;
	}
	.image-weeds{
	}
	.weed-image{
		height:auto;
	}
	
}

