/*-----------------------------------------------------------------------------------
	Ultimate Sports Turf Page
	About: A shiny new Blocs website.
	Author: Kevin McCallum
	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;
	position:relative;
}


/* Sizes */

.bloc-xxl{
	padding:200px 20px;
}
.bloc-xl{
	padding:150px 20px;
}
.bloc-lg{
	padding:100px 20px;
}
.bloc-md{
	padding:50px 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;
}


/* Group Styles */

.bloc-group{
	display:flex;
}
.bloc-tile-2{
	width:50%;
}
.bloc-tile-3{
	width:33.33333333%;
}
.bloc-tile-4{
	width:25%;
}
.bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
	width:100%;
}


/* 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 Textures */

.bloc-bg-texture::before{
	content:"";
	background-size: 2px 2px;
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right:0;
}
.texture-darken::before{
	background: rgba(0,0,0,0.5);
}
.texture-darken-strong::before{
	background: rgba(0,0,0,0.8);
}


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

.b-divider{
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
}


/* = 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;
}
/* 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-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-glossy{
	border:1px solid rgba(0,0,0,.09);
	border-bottom-color:rgba(0,0,0,.2);
	text-shadow:0 1px 0 rgba(0,0,1,.2);
	box-shadow: 0 1px 3px rgba(0,0,1,.35), inset 0 1px 0 0 rgba(255,255,255,.4), inset 0 1px 0 2px rgba(255,255,255,.08);
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	 background-image: -o-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
	background-image: linear-gradient(bottom, rgba(0,0,0,.07) 0%, rgba(255,255,255,.07) 100%);
}
.btn-style-none,.btn-style-none:hover,.btn-style-none:active,.btn-style-none:focus{
	background:none;
	box-shadow: none;
	padding:0;
}
.btn-xl{
	padding: 16px 40px;
	font-size: 28px;
}


/* Image Scale */
.img-fluid-up{
	min-width: 100%;
	height: auto;
}

/* = Text & Icon Styles
-------------------------------------------------------------- */
.sm-shadow{
	text-shadow:0 1px 2px rgba(0,0,0,.3);
}
.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;
}
/* = 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;
}
/* = 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;
}

/* Framless */
.frameless-lb{
	border-radius: 0;
	border:none;
}
.frameless-lb .modal-body{
	padding:0;
}
.frameless-lb .lightbox-caption{
	left:0;
	right:0;
	bottom:-16px;
}

/* Horizontal Scroll Container */
.blocs-horizontal-scroll-container{
	position:relative;
}
.blocs-horizontal-scroll-area{
	display:flex;
	overflow-x:auto;
	align-items:flex-start;
	gap:20px;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.blocs-horizontal-scroll-area > *{
	flex-shrink:0;
	max-width:100%;
}
.blocs-horizontal-scroll-area::-webkit-scrollbar{
	display:none;
}
.blocs-horizontal-scroll-control{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	z-index:1;
	display:flex;
	text-align:center;
	border:0;
	margin:0 30px;
}
.blocs-scroll-control-next{
	right:0;
}
.blocs-round-btn{
	background:rgba(0,0,0,0.15);
	border-radius:100%;
	padding:12px;
	opacity:0;
	cursor:pointer;
	transform:scale(0.5);
	backdrop-filter:blur(20px);
	-webkit-backdrop-filter:blur(20px);
	transition:opacity .50s ease,transform .50s ease;
}
.blocs-horizontal-scroll-container:hover .blocs-round-btn,.blocs-horizontal-scroll-container.show-controls .blocs-round-btn{
	opacity:1;
	transform:scale(1.0);
}
.blocs-round-btn:active{
	background:rgba(0,0,0,0.3);
	transform:scale(0.9)!important;
	transition:transform .30s ease,background .50s ease;
}
.compact-blocs-controls .blocs-round-btn{
	padding:2px;
	width:30px;
	height: 30px;
}
.compact-blocs-controls .blocs-round-btn svg{
	width:14px;
	height:14px;
}
.compact-blocs-controls .blocs-horizontal-scroll-control{
	margin:0 20px;
}
.horizontal-scroll-icon{
	fill:none;
	stroke:#fff;
	stroke-width:4px;
	fill-rule:evenodd;
	stroke-linecap:round;
}
.hide-left-control > .blocs-scroll-control-prev, .hide-right-control > .blocs-scroll-control-next{
	opacity:0!important;
	pointer-events: none;
	transition:opacity .50s ease;
}
.show-controls:not(.hide-left-control) > .blocs-scroll-control-prev, .show-controls:not(.hide-right-control) > .blocs-scroll-control-next{
	opacity:1!important;
}
.show-controls.hide-left-control > .blocs-scroll-control-prev, .show-controls.hide-right-control > .blocs-scroll-control-next{
	opacity:0.4!important;
}
.blocs-horizontal-scroll-area img.lazyload{
	height:0;
}
.horizontal-scroll-v-t .blocs-horizontal-scroll-control{
	top:-40px;
}
.horizontal-scroll-v-b .blocs-horizontal-scroll-control{
	top:100%;
}
.horizontal-scroll-h-c .blocs-scroll-control-next{
	left:50%;
}
.horizontal-scroll-h-c .blocs-scroll-control-prev{
	right:50%;
}
.horizontal-scroll-h-l .blocs-scroll-control-next{
	left:60px;
}
.horizontal-scroll-h-l.compact-blocs-controls .blocs-scroll-control-next{
	left:40px;
}
.horizontal-scroll-h-r .blocs-scroll-control-prev{
	right:60px;
}
.horizontal-scroll-h-r.compact-blocs-controls .blocs-scroll-control-prev{
	right:40px;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Open Sans";
}
.container{
	max-width:1140px;
}
.hero-heading{
	font-size:85px;
	color:#FFFFFF!important;
}
.sub-header{
	font-size:20px;
}
.logo-style{
	font-size:20px;
	text-transform:uppercase;
	font-family:"Open Sans";
	font-weight:800;
	text-decoration:none;
}
.page-heading{
	font-size:60px;
}
.read-more-link{
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	border-style:double;
	border-width:0px 0px 0px 10px;
	padding-left:10px;
}
.bloc-border{
	border-color:var(--swatch-var-6728)!important;
	border-width:1px 1px 1px 1px;
	border-style:solid;
}
.section-heading{
	font-weight:800;
	font-size:40px;
}
.field-style{
	border-radius:0px 0px 0px 0px;
}
.uppercase-text{
	text-transform:uppercase;
}
.event-grid-style{
	grid-template-columns:1fr;
	row-gap:0px;
}
.grid-event-item{
	grid-template-columns:1fr 1fr 1fr 1fr;
	grid-template-rows:100px;
	justify-items:center;
	align-items:center;
	color:var(--swatch-var-7376)!important;
	column-gap:0px;
}
.black-bg{
	background-color:var(--swatch-var-7376);
	color:var(--swatch-var-6728)!important;
}
.outline-container{
	padding:20px 20px 20px 20px;
	border-style:solid;
	border-color:var(--swatch-var-6728)!important;
	border-width:2px 2px 2px 2px;
}
.gradient-text{
	background:linear-gradient(0deg, transparent  0%, #FFFFFF 64%);
	background-clip:text!important;
	-webkit-background-clip:text!important;
	color:transparent!important;
}
.hero-lower-section{
	margin-bottom:100px;
}
.overlap-grid{
	grid-template-rows:1fr;
	grid-template-columns:2fr 1fr;
	padding:20px 20px 20px 20px;
}
.overlap-col{
	position:absolute;
	top:-40px;
}
.secondary-top{
	border-color:var(--swatch-var-3191)!important;
	border-style:solid;
	border-width:15px 0px 0px 0px;
}
.box-card{
	padding:30px 20px 20px 20px;
}
.primary-top{
	border-width:15px 0px 0px 0px;
	border-color:var(--swatch-var-3409)!important;
	border-style:solid;
}
.price-card{
	padding:40px 40px 40px 40px;
	box-shadow:0.00px 0.00px 25px rgba(0,0,0,0.15);
}
.black-top{
	border-style:solid;
	border-color:var(--swatch-var-7376)!important;
	border-width:15px 0px 0px 0px;
}
.price-text{
	font-size:40px;
}
.price-header{
	font-size:40px;
}
h1,h2,h3,h4,h5,h6{
	font-family:"Lato";
	font-weight:900;
}
.overlay-title{
	position:absolute;
	left:0px;
	z-index:1;
	padding:10px 20px 10px 20px;
	bottom:0px;
	background-color:rgba(255,239,0,0.75);
}
.gallery-item{
	position:relative;
}
.bold-text{
	font-weight:800;
}
.overlay-text{
	font-size:26px;
	font-weight:800;
}
.hero-mask-svg-fill{
	fill:rgba(0,0,0,0.20);
}
.btn{
	font-weight:600;
	text-transform:uppercase;
}
.glass-bg{
	backdrop-filter:blur(10px);
	-webkit-backdrop-filter:blur(10px);
	background-color:rgba(0,0,0,0.30);
}
.navbar-brand img{
	width:50px;
}
p{
	font-family:"Lato";
	font-weight:700;
}
.img-style{
	width:80px;
}
.grid-style{
	grid-template-columns:1fr;
	min-height:79px;
	grid-template-rows:21px auto;
}
.btn-padding-top{
	padding-top:24px;
	padding-bottom:24px;
	text-shadow:-0.00px -0.00px 2px #000000;
	box-shadow:0.31px 1.98px 2px #000000;
}
.img-sportsfie-style{
	width:557px;
	height:400px;
}
.img-highlights-style{
	height:400px;
}
.overlay-title:hover{
	background-color:rgba(255,255,255,0.94);
}
.bloc-border:hover{
	background-color:#00FF00;
}
.menu-icon-stroke{
	stroke:transparent!important;
	fill:transparent!important;
}
.white-text{
	color:#FFFFFF!important;
}
.navbar{
	font-size:20px;
	font-weight:800;
}
.uppercase-text:active{
	color:#FFFFFF!important;
}
.img-sportsfie-style:hover{
	color:#008752!important;
}
.hover-box:hover{
	background-color:rgba(255,239,0,0.88);
	background-size:cover;
}
.hover-block2{
	font-family:"Arvo";
}
.hover-block2:active{
	color:#000000!important;
}
.hover-block2:hover{
	color:#000000!important;
	background-color:rgba(255,239,0,0.74);
}
.full-width{
	max-width:100%;
	width:100%;
	transition:all 0.5s ease-in-out 0.3s;
}
.link-style{
	font-weight:bold;
	text-shadow:-0.77px -0.64px 1px #000000;
}
.link-content-style{
	font-weight:bold;
	text-shadow:-0.77px -0.64px 1px #000000;
}
.link-0-style{
	font-weight:bold;
	text-shadow:-0.77px -0.64px 1px #000000;
}
.link-0-content-style{
	font-weight:bold;
	text-shadow:-0.77px -0.64px 1px #000000;
}
.menu-bar{
	background-repeat:repeat-x;
	background-color:#008752;
}
.row-green-menu-bar-margin-bottom{
	margin-bottom:0px;
}
.mobile-butt{
	background-color:#008653;
	border-color:#FFFFFF!important;
	color:#FFFFFF!important;
	font-family:"Alef";
	font-size:16px;
	border-width:2px 2px 2px 2px;
}
.mobile-butt:hover{
	color:#FFFFFF!important;
	font-size:16px;
	font-family:"Alef";
	border-color:#FFFFFF!important;
	background-color:#000000;
	border-width:2px 2px 2px 2px;
}
.mobile-butt:active{
	font-family:"Alef";
	color:#FFFFFF!important;
	font-size:16px;
	background-color:#008653;
	border-color:#FFFFFF!important;
	border-width:2px 2px 2px 2px;
}
.h3-margin-top{
	margin-top:39px;
}
.menu-link{
	font-family:"Rancho";
	font-size:30px;
	color:#FFFFFF!important;
	text-shadow:0px 1px 5px #000000;
	padding-top:30px;
	background-repeat:repeat-x;
}
.menu-link:hover{
	color:#FFE52B!important;
	text-shadow:0px 1px 5px #000000;
	font-family:"Rancho";
	font-size:30px;
}
.menu-link:active{
	color:#FFFFFF!important;
	text-shadow:0px 1px 5px #000000;
	font-family:"Rancho";
	font-size:30px;
}
.bloc-0-margin-top{
	margin-top:15px;
}
.btn-style{
	font-family:"PT Sans";
	background-color:#008653;
	border-color:#FFE52B!important;
	box-shadow:1px 3px 5px #000000;
	color:#FFFFFF!important;
	text-shadow:0px 2px 5px #000000;
	margin:14px 0px 22px 0px;
	border-radius:8px 8px 8px 8px;
	border-width:3px 3px 3px 3px;
	width:22.81%;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}
.btn-style:hover{
	font-family:"PT Sans";
	font-size:24px;
	color:#FFFFFF!important;
}
.btn-style:active{
	font-family:"Rancho";
	font-size:30px;
	color:#FFFFFF!important;
}
.bloc-green-menu-bar-margin-top{
	margin-top:16px;
}
.bar-yel{
	height:46px;
	padding-top:10px;
	padding-bottom:10px;
	background-repeat:repeat-x;
	background-image:url("img/bar-yellow2.jpg");
	background-image: -webkit-image-set(url("img/bar-yellow2.webp") 1x,
url("img/bar-yellow2.webp") 2x);background-image: image-set(url("img/bar-yellow2.jpg") 1x,
url("img/bar-yellow2.jpg") 2x,url("img/bar-yellow2.webp") 1x,
url("img/bar-yellow2.webp") 2x);
	background-position:center center;
	background-size:auto auto;
}
.bar-yel:hover{
	background-repeat:repeat-x;
}
.p-style{
	font-family:Alef;
	font-size:18px;
	text-decoration:none;
	width:94.75%;
}
.nav-link-top{
	color:#000000!important;
	text-decoration:none;
	font-family:"Lato";
	font-weight:900;
}
.nav-link-top:hover{
	color:#008653!important;
}
.nav-link-top:active{
	color:#000000!important;
}
.super-nav-bloc{
	background-repeat:repeat-x;
	background-size:auto auto;
	background-position:right bottom;
	background-color:#FFE52B;
	height:400px;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-image:url("img/sod-trans2-2.png");
	background-image: -webkit-image-set(url("img/sod-trans2-2.webp") 1x,
url("img/sod-trans2-2.webp") 2x);background-image: image-set(url("img/sod-trans2-2.png") 1x,
url("img/sod-trans2-2.png") 2x,url("img/sod-trans2-2.webp") 1x,
url("img/sod-trans2-2.webp") 2x);
}
.super-nav-bloc:hover{
	background-size:auto auto;
	height:400px;
}
.super-nav-bloc:active{
	background-position:right bottom;
	background-color:#FFE52B;
	background-size:auto 105px;
	background-repeat:repeat-x;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px -60px 0px;
}
.row-margin-top{
	margin-top:0px;
	width:100%;
}
.h3-style{
	font-family:Rancho;
	font-size:23px;
	line-height:30px;
	margin-top:27px;
	color:#008653!important;
	margin-left:0px;
	width:100%;
}
.submenu-link{
	font-family:"Alef";
	font-size:16px;
	color:#000000!important;
	line-height:20px;
}
.submenu-link:hover{
	font-family:"Alef";
	color:#008653!important;
	line-height:20px;
	font-size:16px;
}
.submenu-link:active{
	font-family:"Alef";
	font-size:16px;
	color:#000000!important;
	line-height:20px;
}
.hovermenu:hover{
	color:#000000!important;
}
.blocs-card-width{
	width:25%;
	height:630px;
}
.btn-button-style{
	width:100%;
	color:#000000!important;
	font-weight:bold;
	background-color:#FFEF00;
}
.click-overlay{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	cursor:pointer;
	background-color:transparent;
	z-index:2;
}
.bg-wrapper{
	position:relative;
}
.link-bloc-14-style{
	width:464px;
}
.other-image{
	z-index:10;
}
.btn-4-style{
	width:87.72%;
	color:#000000!important;
	font-weight:bold;
}
.opacity0{
	color:transparent!important;
}
.versus{
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
}
.container versus 1{
	min-height:360px;
	padding:10px 10px 10px 10px;
	background-image:url("img/25634420364_52ad9d50ca_k-2.jpg");
	background-image: -webkit-image-set(url("img/25634420364_52ad9d50ca_k-2.webp") 1x,
url("img/25634420364_52ad9d50ca_k-2.webp") 2x);background-image: image-set(url("img/25634420364_52ad9d50ca_k-2.jpg") 1x,
url("img/25634420364_52ad9d50ca_k-2.jpg") 2x,url("img/25634420364_52ad9d50ca_k-2.webp") 1x,
url("img/25634420364_52ad9d50ca_k-2.webp") 2x);
	background-image: -webkit-image-set(url("img/25634420364_52ad9d50ca_k-2.webp") 1x,
url("img/25634420364_52ad9d50ca_k-2.webp") 2x);background-image: image-set(url("img/25634420364_52ad9d50ca_k-2.jpg") 1x,
url("img/25634420364_52ad9d50ca_k-2.jpg") 2x,url("img/25634420364_52ad9d50ca_k-2.webp") 1x,
url("img/25634420364_52ad9d50ca_k-2.webp") 2x);
}
.container-versus-1{
	width:100%;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/nat_comfort-2.jpg");
	background-image: -webkit-image-set(url("img/nat_comfort-2.webp") 1x,
url("img/nat_comfort-2.webp") 2x);background-image: image-set(url("img/nat_comfort-2.jpg") 1x,
url("img/nat_comfort-2.jpg") 2x,url("img/nat_comfort-2.webp") 1x,
url("img/nat_comfort-2.webp") 2x);
	background-size:cover;
	margin-top:10px;
	min-height:345px;
}
.contaner-versus-2{
	width:100px;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/art_discomfort-2.jpg");
	background-image: -webkit-image-set(url("img/art_discomfort-2.webp") 1x,
url("img/art_discomfort-2.webp") 2x);background-image: image-set(url("img/art_discomfort-2.jpg") 1x,
url("img/art_discomfort-2.jpg") 2x,url("img/art_discomfort-2.webp") 1x,
url("img/art_discomfort-2.webp") 2x);
	background-size:cover;
	margin-top:10px;
	min-height:345px;
}
.divider-background-color{
	background-color:transparent;
	height:95px;
}
.p-25-style{
	font-size:22px;
}
.p-bloc-19-style{
	font-size:22px;
	text-transform:none;
	width:88.28%;
}
.p-24-style{
	font-size:22px;
}
.p-26-style{
	font-size:22px;
}
.container-versus-3{
	width:536px;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-size:cover;
	background-image:url("img/nat-temp.jpg");
	background-image: -webkit-image-set(url("img/nat-temp.webp") 1x,
url("img/nat-temp.webp") 2x);background-image: image-set(url("img/nat-temp.jpg") 1x,
url("img/nat-temp.jpg") 2x,url("img/nat-temp.webp") 1x,
url("img/nat-temp.webp") 2x);
	margin-top:10px;
}
.container-versus-4{
	width:536px;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/art-temp.jpg");
	background-image: -webkit-image-set(url("img/art-temp.webp") 1x,
url("img/art-temp.webp") 2x);background-image: image-set(url("img/art-temp.jpg") 1x,
url("img/art-temp.jpg") 2x,url("img/art-temp.webp") 1x,
url("img/art-temp.webp") 2x);
	background-size:cover;
	margin-top:10px;
}
.container-versus-5{
	width:100%;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/nat-environment.jpg");
	background-image: -webkit-image-set(url("img/nat-environment.webp") 1x,
url("img/nat-environment.webp") 2x);background-image: image-set(url("img/nat-environment.jpg") 1x,
url("img/nat-environment.jpg") 2x,url("img/nat-environment.webp") 1x,
url("img/nat-environment.webp") 2x);
	background-size:cover;
	margin-top:10px;
	min-height:350px;
}
.container-versus-6{
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	width:100%;
	background-image:url("img/art-environment.jpg");
	background-image: -webkit-image-set(url("img/art-environment.webp") 1x,
url("img/art-environment.webp") 2x);background-image: image-set(url("img/art-environment.jpg") 1x,
url("img/art-environment.jpg") 2x,url("img/art-environment.webp") 1x,
url("img/art-environment.webp") 2x);
	background-size:cover;
	margin-top:10px;
	min-height:350px;
}
.container-versus-8{
	width:536px;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-color:#FFFFFF;
	background-image:url("img/art-appearance.jpg");
	background-image: -webkit-image-set(url("img/art-appearance.webp") 1x,
url("img/art-appearance.webp") 2x);background-image: image-set(url("img/art-appearance.jpg") 1x,
url("img/art-appearance.jpg") 2x,url("img/art-appearance.webp") 1x,
url("img/art-appearance.webp") 2x);
	background-size:cover;
	margin-top:10px;
}
.container-versus-7{
	width:536px;
	height:300px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-color:#FFFFFF;
	background-image:url("img/nat-appearance.jpg");
	background-image: -webkit-image-set(url("img/nat-appearance.webp") 1x,
url("img/nat-appearance.webp") 2x);background-image: image-set(url("img/nat-appearance.jpg") 1x,
url("img/nat-appearance.jpg") 2x,url("img/nat-appearance.webp") 1x,
url("img/nat-appearance.webp") 2x);
	background-size:cover;
	margin-top:10px;
}
.container-versus-9{
	width:100%;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-color:#FFFFFF;
	background-image:url("img/nat-maintenance.jpg");
	background-image: -webkit-image-set(url("img/nat-maintenance.webp") 1x,
url("img/nat-maintenance.webp") 2x);background-image: image-set(url("img/nat-maintenance.jpg") 1x,
url("img/nat-maintenance.jpg") 2x,url("img/nat-maintenance.webp") 1x,
url("img/nat-maintenance.webp") 2x);
	background-size:cover;
	margin-top:10px;
	min-height:375px;
	margin-bottom:0px;
}
.container-versus-10{
	width:536px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-color:#FFFFFF;
	background-image:url("img/art-maintenance.jpg");
	background-image: -webkit-image-set(url("img/art-maintenance.webp") 1x,
url("img/art-maintenance.webp") 2x);background-image: image-set(url("img/art-maintenance.jpg") 1x,
url("img/art-maintenance.jpg") 2x,url("img/art-maintenance.webp") 1x,
url("img/art-maintenance.webp") 2x);
	background-size:cover;
	margin-top:10px;
}
.container-versus-11{
	width:536px;
	height:420px;
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/nat-playability.jpg");
	background-image: -webkit-image-set(url("img/nat-playability.webp") 1x,
url("img/nat-playability.webp") 2x);background-image: image-set(url("img/nat-playability.jpg") 1x,
url("img/nat-playability.jpg") 2x,url("img/nat-playability.webp") 1x,
url("img/nat-playability.webp") 2x);
	background-size:cover;
}
.container-versus-12{
	padding:10px 10px 10px 10px;
	border-radius:25px 25px 25px 25px;
	background-image:url("img/art-playability.jpg");
	background-image: -webkit-image-set(url("img/art-playability.webp") 1x,
url("img/art-playability.webp") 2x);background-image: image-set(url("img/art-playability.jpg") 1x,
url("img/art-playability.jpg") 2x,url("img/art-playability.webp") 1x,
url("img/art-playability.webp") 2x);
	background-size:cover;
	margin-top:10px;
	width:100%;
	min-height:375px;
	margin-bottom:20px;
}
.clsoer{
	margin-bottom:-25px;
}
.btn-cta{
	color:#000000!important;
	background-color:#FFEF00;
	font-weight:bold;
}
.btn-cta:hover{
	font-weight:bold;
	background-color:var(--swatch-var-2144);
}
.bump{
	font-weight:800;
}
.btn-button-style:hover{
	background-color:#008752;
	color:#FFFFFF!important;
}
.btn-cta-2{
	background-color:#FFEF00;
	font-weight:bold;
	color:#000000!important;
	box-shadow:1.03px 1.71px 2px #000000;
}
.btn-cta-2:hover{
	color:#FFFFFF!important;
	background-color:#008700;
}
.black{
	color:#000000!important;
	font-weight:800;
}
.h-scroll-button{
	background-color:#FFEF00;
}
.h-scroll-icon{
	stroke:#000000;
}
.divider-margin-top{
	margin-top:-21px;
}
.btn-case-studies-style{
	font-family:"Suez One";
	font-size:16px;
	border-color:#FFFFFF!important;
	border-radius:10px 10px 10px 10px;
	border-width:2px 2px 2px 2px;
}
.h4-style{
	font-size:22px;
}
.h4-bloc-11-style{
	font-size:22px;
}
.h4-12-style{
	font-size:22px;
}
.h3-bloc-11-style{
	font-size:22px;
}
.h3-25-style{
	font-size:22px;
}
.h3-26-style{
	font-size:22px;
}
.navbar-logo{
	text-transform:none;
	text-decoration:none;
	font-size:20px;
	background-image:url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.png");
	background-image: -webkit-image-set(url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.webp") 1x,
url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.webp") 2x);background-image: image-set(url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.png") 1x,
url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.png") 2x,url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.webp") 1x,
url("img/GHG%20Sod%20Farms%20Logo%20bevel%20blk-1.webp") 2x);
}
.menu-icon-0-stroke{
	stroke:transparent!important;
	fill:transparent!important;
}
.hover-3{
	color:#000000!important;
}
.hover-3:hover{
	background-color:#008752;
	color:#FFFFFF!important;
	font-weight:bold;
}
.no-padding{
	padding-top:-60px;
}
.mobile-bar{
	font-family:"Lato";
	font-weight:700;
}
.mobile-nav-link{
	font-family:"Lato";
	font-weight:700;
	text-decoration:none;
	font-size:20px;
}
.divider-bloc-51-background-color{
	background-color:transparent;
}
.btn-spec{
	background-color:#008752;
	font-weight:bold;
	color:var(--swatch-var-2144)!important;
	text-shadow:-0.89px -0.45px 1px #000000;
}
.btn-spec:hover{
	color:#000000!important;
	font-weight:bold;
	background-color:#FFEF00;
}
.img-41-style{
	width:120px;
}
.img-bloc-57-style{
	width:100px;
}
.btn-get-a-quote-style{
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
}
.hover-menu{
	color:var(--swatch-var-940)!important;
}
.hover-menu:hover{
	text-transform:none;
	color:var(--swatch-var-3409)!important;
	font-weight:800;
}
.img-content-style{
	height:237px;
}
.img-bloc-54-style{
	height:260px;
}
.p-bloc-54-style{
	width:100%;
}
.img-44-style{
	height:300px;
}
.green-bar{
	background-color:var(--swatch-var-3409);
	padding:10px 10px 10px 10px;
	color:var(--swatch-var-2144)!important;
}
.img-43-style{
	height:300px;
}
.img-vs-image-style{
	width:124px;
}
.divider{
	height:310px;
}
.container-div-style{
	width:100%;
	min-height:345px;
}
.container-div-bloc-19-style{
	width:100%;
}
.container-div-bloc-23-style{
	width:100%;
}
.container-div-bloc-21-style{
	width:100%;
}
.container-div-0-style{
	width:100%;
	min-height:345px;
}
.container-div-bloc-25-style{
	width:100%;
}
.container-div-0-bloc-25-style{
	width:100%;
}
.container-div-bloc-27-style{
	width:100%;
}
.container-div-0-bloc-27-style{
	width:100%;
}
.container-div-bloc-29-style{
	width:100%;
}
.container-div-0-bloc-29-style{
	width:100%;
}
.img-vsima-style{
	width:148px;
}
.img-vsimag-style{
	width:159px;
}
.html-widget-style{
	width:100%;
}
.container-div-min-height{
	min-height:400px;
	width:100%;
}
.container-div-0-min-height{
	min-height:500px;
}
.container-div-41974-min-height{
	min-height:500px;
}
.container-div-bloc-21-min-height{
	min-height:400px;
}
.container-div-bloc-22-min-height{
	min-height:500px;
}
.p-88-style{
	width:100%;
	font-size:16px;
}
.h1-style{
	width:100%;
	font-size:50px;
	font-family:"Lato";
	font-weight:bold;
}
.img-48-style{
	width:461px;
	border-radius:0px 0px 0px 0px;
}
.img-49-style{
	width:381px;
	box-shadow:0.00px -0.00px 2px #000000;
}
.p-89-style{
	width:100%;
}
.img-45-style{
	width:507px;
}
.dropshadow{
	background-position:left top;
	background-repeat:repeat-x;
	background-size:auto 20px;
	background-image:url("img/drop-shadow.png");
	background-image: -webkit-image-set(url("img/drop-shadow.webp") 1x,
url("img/drop-shadow.webp") 2x);background-image: image-set(url("img/drop-shadow.png") 1x,
url("img/drop-shadow.png") 2x,url("img/drop-shadow.webp") 1x,
url("img/drop-shadow.webp") 2x);
}
.h2-whiteshadow{
	line-height:48px;
	margin-top:26px;
	text-shadow:1px 2px 5px #FFFFFF;
	color:#008653!important;
	text-align:center;
	margin-bottom:48px;
	font-size:53px;
}
.h2-main-dropshadow{
	font-size:50px;
	text-shadow:1px 2px 5px rgba(0,0,0,0.3);
	text-align:center;
	color:#008653!important;
	margin-top:20px;
	font-weight:900;
	font-family:"Lato";
}
.p-8-style{
	font-family:Alef;
	line-height:18px;
	font-size:14px;
	margin-top:-20px;
}
.more-link{
	font-family:"Lato";
	font-weight:700;
	font-size:14px;
	letter-spacing:-1px;
	color:#008653!important;
}
.more-link:hover{
	color:#000000!important;
}
.more-link:active{
	color:#FFFFFF!important;
}
.p-9-style{
	margin-bottom:16px;
}
.bloc-margin-bottom{
	margin-bottom:78px;
	margin-top:38px;
}
.h3-10-margin-top{
	margin-top:20px;
}
.row-208-margin-bottom{
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}
.p-4-bloc-4-style{
	font-size:10px;
	line-height:10px;
	margin-top:-16px;
}
.p-bloc-4-style{
	width:100%;
	font-size:13px;
	line-height:16px;
	margin-bottom:0px;
}
.bloc-40833-margin-bottom{
	margin-bottom:0px;
}
.bloc-1197-margin-bottom{
	margin-bottom:0px;
	padding-bottom:0px;
}
.bloc-6720-margin-top{
	margin-top:-1px;
	margin-bottom:30px;
}
.p-margin-bottom{
	margin-bottom:40px;
	margin-top:0px;
}
.p-bloc-85-margin-bottom{
	margin-bottom:40px;
}
.p-35-margin-bottom{
	margin-bottom:40px;
}
.p-37-margin-bottom{
	margin-bottom:40px;
}
.p-39-margin-bottom{
	margin-bottom:40px;
}
.p-41-margin-bottom{
	margin-bottom:40px;
}
.p-43-margin-bottom{
	margin-bottom:40px;
}
.bloc-margin-top{
	margin-top:15px;
}
.p-13-style{
	margin-top:16px;
}
.h1-farm-fresh-sod-style{
	font-family:"Lato";
	font-size:89px;
	color:var(--swatch-var-2144)!important;
	text-shadow:0.00px -2.00px 2px #000000;
	font-weight:900;
}
.h2-style{
	font-family:"Lato";
	font-size:21px;
	text-shadow:0.00px -2.00px 2px #000000;
	color:var(--swatch-var-2144)!important;
	font-weight:700;
}
.img-top-line-thi-style{
	width:596px;
	fill:var(--swatch-var-3191);
	border-radius:0px 0px 0px 0px;
	margin-bottom:20px;
}
.h3-bloc-95-style{
	font-family:"Lato";
	font-size:35px;
	color:var(--swatch-var-2144)!important;
	text-shadow:0.00px -2.00px 2px #000000;
	font-weight:900;
}
.h4-bloc-95-style{
	font-family:"Lato";
	font-weight:700;
	color:var(--swatch-var-2144)!important;
	text-shadow:0.00px -2.00px 2px #000000;
	font-size:35px;
}
.h2-9-style{
	font-family:"PT Sans";
	color:var(--swatch-var-940)!important;
	font-weight:700;
}
.h1-18-style{
	font-size:40px;
	color:var(--swatch-var-2144)!important;
}
.h2-6-style{
	font-size:18px;
	color:var(--swatch-var-2144)!important;
	text-align:center;
	line-height:30px;
}
.h3-46-style{
	font-size:20px;
	color:var(--swatch-var-2144)!important;
	text-align:center;
	margin-bottom:-5px;
	line-height:10px;
}
.h4-14-style{
	font-size:20px;
	color:var(--swatch-var-2144)!important;
	text-align:center;
}
.img-bloc-96-style{
	border-radius:0px 0px 0px 0px;
	width:236px;
}
.img-61-style{
	width:235px;
}
.img-camel-gras-style{
	width:514px;
	text-shadow:-1.78px -0.91px 2px #000000;
}
small{
	height:200px;
}
.img--01400-style{
	height:360px;
	width:405px;
}
.max-height{
	max-height:400px;
}
.carousel-style{
	width:56.4%;
	max-height:400px;
}
.btn-10-style{
	width:25.09%;
}
.shadow{
	text-shadow:0.00px -0.00px 8px #000000;
}
.img-bloc-70-style{
	width:414px;
}
.h2-bloc-70-style{
	font-size:32px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-7376:rgba(118,3,144,1.00);
	
	--swatch-var-3409:rgba(0,135,82,1.00);
	
	--swatch-var-6691:rgba(45,39,47,1.00);
	
	--swatch-var-3191:rgba(255,239,0,1.00);
	
	--swatch-var-4494:rgba(255,255,255,0.18);
	
	--swatch-var-2144:rgba(255,255,255,1.00);
	
	--swatch-var-4914:rgba(255,255,255,0.90);
	
	--swatch-var-774:rgba(255,255,255,0.08);
	
	--swatch-var-4464:rgba(118,68,59,1.00);
	
	--swatch-var-6749:#FFE52B;
	
	--swatch-var-940:#000000;
	
	--swatch-var-4205:#008653;
	
	--swatch-var-4593:rgba(255,255,255,0.5);
	
	--swatch-var-194:rgba(255,255,255,0.00);
	
	--swatch-var-4679:#FFE52B;
	
	--swatch-var-6055:rgba(0,135,82,0.35);
	
	--swatch-var-197:#FFE52C;
	
}


/* Background colour styles */

.bgc-4679{
	background-color:var(--swatch-var-4679);
}
.bgc-2144{
	background-color:var(--swatch-var-2144);
}
.bgc-3191{
	background-color:var(--swatch-var-3191);
}
.bgc-3409{
	background-color:var(--swatch-var-3409);
}
.bgc-940{
	background-color:var(--swatch-var-940);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-7376{
	background-color:var(--swatch-var-7376);
}
.bgc-6749{
	background-color:var(--swatch-var-6749);
}
.bgc-197{
	background-color:var(--swatch-var-197);
}

/* Text colour styles */

.tc-940{
	color:var(--swatch-var-940)!important;
}
.tc-2144{
	color:var(--swatch-var-2144)!important;
}
.tc-3409{
	color:var(--swatch-var-3409)!important;
}
.tc-7376{
	color:var(--swatch-var-7376)!important;
}
.tc-6691{
	color:var(--swatch-var-6691)!important;
}
.tc-4914{
	color:var(--swatch-var-4914)!important;
}
.tc-4593{
	color:var(--swatch-var-4593)!important;
}
.tc-4205{
	color:var(--swatch-var-4205)!important;
}

/* Button colour styles */

.btn-c-3409{
	background:var(--swatch-var-3409);
	color:#FFFFFF!important;
}
.btn-c-3409:hover{
	background:#00541F!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

.ltc-2144{
	color:var(--swatch-var-2144)!important;
}
.ltc-2144:hover{
	color:#CCCCCC!important;
}

/* Bloc image backgrounds */

.bg-PC-Ajax-2{
	background-image:url("img/PC-Ajax-2.png");
	background-image: -webkit-image-set(url("img/PC-Ajax-2.webp") 1x,
url("img/PC-Ajax-2.webp") 2x);background-image: image-set(url("img/PC-Ajax-2.png") 1x,
url("img/PC-Ajax-2.png") 2x,url("img/PC-Ajax-2.webp") 1x,
url("img/PC-Ajax-2.webp") 2x);
}
.bg-sportsfield{
	background-image:url("img/sportsfield.jpg");
	background-image: -webkit-image-set(url("img/sportsfield.webp") 1x,
url("img/sportsfield.webp") 2x);background-image: image-set(url("img/sportsfield.jpg") 1x,
url("img/sportsfield.jpg") 2x,url("img/sportsfield.webp") 1x,
url("img/sportsfield.webp") 2x);
}
.bg-BG-20field-202{
	background-image:url("img/BG%20field%202.jpg");
	background-image: -webkit-image-set(url("img/BG%20field%202.webp") 1x,
url("img/BG%20field%202.webp") 2x);background-image: image-set(url("img/BG%20field%202.jpg") 1x,
url("img/BG%20field%202.jpg") 2x,url("img/BG%20field%202.webp") 1x,
url("img/BG%20field%202.webp") 2x);
}
.bg-36728205196-3c56bd160d-o{
	background-image:url("img/36728205196_3c56bd160d_o.jpg");
	background-image: -webkit-image-set(url("img/36728205196_3c56bd160d_o.webp") 1x,
url("img/36728205196_3c56bd160d_o.webp") 2x);background-image: image-set(url("img/36728205196_3c56bd160d_o.jpg") 1x,
url("img/36728205196_3c56bd160d_o.jpg") 2x,url("img/36728205196_3c56bd160d_o.webp") 1x,
url("img/36728205196_3c56bd160d_o.webp") 2x);
}
.bg-A1228850{
	background-image:url("img/A1228850.jpg");
}
.bg-project--centre-corpjpg{
	background-image:url("img/project-.centre-corpjpg.webp");
}
.bg-P1010642{
	background-image:url("img/P1010642.JPG");
	background-image: -webkit-image-set(url("img/P1010642.webp") 1x,
url("img/P1010642.webp") 2x);background-image: image-set(url("img/P1010642.JPG") 1x,
url("img/P1010642.JPG") 2x,url("img/P1010642.webp") 1x,
url("img/P1010642.webp") 2x);
}
.bg-cibc-stadium-1024x1024{
	background-image:url("img/cibc-stadium-1024x1024.jpeg");
	background-image: -webkit-image-set(url("img/cibc-stadium-1024x1024.webp") 1x,
url("img/cibc-stadium-1024x1024.webp") 2x);background-image: image-set(url("img/cibc-stadium-1024x1024.jpeg") 1x,
url("img/cibc-stadium-1024x1024.jpeg") 2x,url("img/cibc-stadium-1024x1024.webp") 1x,
url("img/cibc-stadium-1024x1024.webp") 2x);
}
.bg-25634405374-42b5f37e78-o{
	background-image:url("img/25634405374_42b5f37e78_o.jpg");
	background-image: -webkit-image-set(url("img/25634405374_42b5f37e78_o.webp") 1x,
url("img/25634405374_42b5f37e78_o.webp") 2x);background-image: image-set(url("img/25634405374_42b5f37e78_o.jpg") 1x,
url("img/25634405374_42b5f37e78_o.jpg") 2x,url("img/25634405374_42b5f37e78_o.webp") 1x,
url("img/25634405374_42b5f37e78_o.webp") 2x);
}
.bg-sectors{
	background-image:url("img/sectors.jpg");
	background-image: -webkit-image-set(url("img/sectors.webp") 1x,
url("img/sectors.webp") 2x);background-image: image-set(url("img/sectors.jpg") 1x,
url("img/sectors.jpg") 2x,url("img/sectors.webp") 1x,
url("img/sectors.webp") 2x);
}
.bg-25647530514-9dcf1f3f4a-o{
	background-image:url("img/25647530514_9dcf1f3f4a_o.jpg");
	background-image: -webkit-image-set(url("img/25647530514_9dcf1f3f4a_o.webp") 1x,
url("img/25647530514_9dcf1f3f4a_o.webp") 2x);background-image: image-set(url("img/25647530514_9dcf1f3f4a_o.jpg") 1x,
url("img/25647530514_9dcf1f3f4a_o.jpg") 2x,url("img/25647530514_9dcf1f3f4a_o.webp") 1x,
url("img/25647530514_9dcf1f3f4a_o.webp") 2x);
}
.bg-IMG-120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA{
	background-image:url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.jpg");
	background-image: -webkit-image-set(url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.webp") 1x,
url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.webp") 2x);background-image: image-set(url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.jpg") 1x,
url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.jpg") 2x,url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.webp") 1x,
url("img/IMG_120BD2-9C944D-5F2886-BFD5B3-7CDFFE-21F1CA.webp") 2x);
}
.bg-4-DJI-0282{
	background-image:url("img/4-DJI_0282.jpg");
	background-image: -webkit-image-set(url("img/4-DJI_0282.webp") 1x,
url("img/4-DJI_0282.webp") 2x);background-image: image-set(url("img/4-DJI_0282.jpg") 1x,
url("img/4-DJI_0282.jpg") 2x,url("img/4-DJI_0282.webp") 1x,
url("img/4-DJI_0282.webp") 2x);
}
.bg-36733611496-1f845fb61f-o{
	background-image:url("img/36733611496_1f845fb61f_o.jpg");
	background-image: -webkit-image-set(url("img/36733611496_1f845fb61f_o.webp") 1x,
url("img/36733611496_1f845fb61f_o.webp") 2x);background-image: image-set(url("img/36733611496_1f845fb61f_o.jpg") 1x,
url("img/36733611496_1f845fb61f_o.jpg") 2x,url("img/36733611496_1f845fb61f_o.webp") 1x,
url("img/36733611496_1f845fb61f_o.webp") 2x);
}
.bg-real-grass{
	background-image:url("img/real-grass.webp");
}
.bg-BMO{
	background-image:url("img/BMO.jpg");
	background-image: -webkit-image-set(url("img/BMO.webp") 1x,
url("img/BMO.webp") 2x);background-image: image-set(url("img/BMO.jpg") 1x,
url("img/BMO.jpg") 2x,url("img/BMO.webp") 1x,
url("img/BMO.webp") 2x);
}
.bg-BMO-Photo{
	background-image:url("img/BMO_Photo.png");
	background-image: -webkit-image-set(url("img/BMO_Photo.webp") 1x,
url("img/BMO_Photo.webp") 2x);background-image: image-set(url("img/BMO_Photo.png") 1x,
url("img/BMO_Photo.png") 2x,url("img/BMO_Photo.webp") 1x,
url("img/BMO_Photo.webp") 2x);
}
.bg-nat-20vs-20art-20v3{
	background-image:url("img/nat%20vs%20art%20v3.jpg");
	background-image: -webkit-image-set(url("img/nat%20vs%20art%20v3.webp") 1x,
url("img/nat%20vs%20art%20v3.webp") 2x);background-image: image-set(url("img/nat%20vs%20art%20v3.jpg") 1x,
url("img/nat%20vs%20art%20v3.jpg") 2x,url("img/nat%20vs%20art%20v3.webp") 1x,
url("img/nat%20vs%20art%20v3.webp") 2x);
}
.bg-img-sportsfields2{
	background-image:url("img/img-sportsfields2.jpg");
	background-image: -webkit-image-set(url("img/img-sportsfields2.webp") 1x,
url("img/img-sportsfields2.webp") 2x);background-image: image-set(url("img/img-sportsfields2.jpg") 1x,
url("img/img-sportsfields2.jpg") 2x,url("img/img-sportsfields2.webp") 1x,
url("img/img-sportsfields2.webp") 2x);
}
.bg-bkg-image-c{
	background-image:url("img/bkg-image-c.jpg");
	background-image: -webkit-image-set(url("img/bkg-image-c.webp") 1x,
url("img/bkg-image-c.webp") 2x);background-image: image-set(url("img/bkg-image-c.jpg") 1x,
url("img/bkg-image-c.jpg") 2x,url("img/bkg-image-c.webp") 1x,
url("img/bkg-image-c.webp") 2x);
}
.bg-30550586326-4b47654f77-o{
	background-image:url("img/30550586326_4b47654f77_o.jpg");
	background-image: -webkit-image-set(url("img/30550586326_4b47654f77_o.webp") 1x,
url("img/30550586326_4b47654f77_o.webp") 2x);background-image: image-set(url("img/30550586326_4b47654f77_o.jpg") 1x,
url("img/30550586326_4b47654f77_o.jpg") 2x,url("img/30550586326_4b47654f77_o.webp") 1x,
url("img/30550586326_4b47654f77_o.webp") 2x);
}
.bg-A1228850{
	background-image:url("img/A1228850.jpg");
}

/* = 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){
	.grid-event-item{
		grid-template-rows:100px;
	}
	.hero-heading{
		font-size:70px;
	}
	.overlap-grid{
	}
	.hero-mask-svg-fill{
	}
	.btn{
	}
	.row-green-menu-bar-margin-bottom{
		margin-bottom:0px;
	}
	.btn-style{
		margin-right:1px;
		margin-left:0px;
		line-height:30px;
	}
	.btn-style:active{
		background-position:right center;
	}
	.blocs-card-width{
		width:50%;
	}
	.h2-whiteshadow{
		margin-top:40px;
	}
	.h2-main-dropshadow{
		width:100%;
		line-height:44px;
	}
	.h4-margin-left{
		margin-left:62px;
		width:82.73%;
	}
	.p-8-bloc-5-style{
		width:82.59%;
	}
	.h4-landscapers-margin-left{
		margin-left:62px;
		width:82.73%;
	}
	.p-9-style{
		width:82.73%;
	}
	.h4-infrastructure-margin-left{
		margin-left:62px;
		width:82.45%;
	}
	.p-10-bloc-5-style{
		width:82.59%;
		margin-left:61px;
	}
	.h3-golf-courses-margin-left{
		margin-left:63px;
		width:82.59%;
	}
	.h3-sports-fields-margin-left{
		margin-left:63px;
		width:82.45%;
	}
	.p-11-style{
		width:82.45%;
	}
	.p-13-style{
		line-height:18pt;
	}
	
}

@media (max-width: 767px){
	.logo-style{
		font-size:25px;
	}
	.page-heading{
		font-size:50px;
	}
	.hero-heading{
		font-size:50px;
	}
	.grid-event-item{
		grid-template-rows:80px;
	}
	.overlay-text{
		font-size:22px;
	}
	.menu-icon-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.hero-lower-section{
		margin-bottom:80px;
	}
	.hero-mask-svg-fill{
	}
	.glass-bg{
	}
	.menu-icon-hero-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.row-green-menu-bar-margin-bottom{
		margin-bottom:-8px;
	}
	.mobile-butt{
		background-color:#FFE52B;
	}
	.mobile-butt:hover{
		background-color:rgba(255,229,44,0.8);
	}
	.mobile-butt:active{
		background-color:#FFE52B;
	}
	.btn-style{
		margin-top:30px;
		margin-bottom:30px;
	}
	.link-style{
		opacity:0.8;
	}
	.h3-style{
		width:100%;
		margin-left:0px;
	}
	.blocs-card-width{
		width:50%;
	}
	.p-style{
		margin-top:5px;
	}
	.mobile-bar{
		margin-top:16px;
	}
	.mobile-nav-link{
		font-family:"Alef";
		font-size:16px;
		color:#008653!important;
		font-weight:bold;
	}
	.mobile-nav-link:hover{
		font-family:"Alef";
		font-size:16px;
		color:#000000!important;
		font-weight:bold;
	}
	.mobile-nav-link:active{
		font-family:"Alef";
		font-size:16px;
		color:#008653!important;
		font-weight:bold;
	}
	.h2-whiteshadow{
		line-height:44px;
		margin-top:36px;
	}
	.h2-main-dropshadow{
	}
	.h4-margin-left{
		margin-left:47px;
	}
	.h4-landscapers-margin-left{
		margin-left:46px;
	}
	.h4-infrastructure-margin-left{
		margin-left:46px;
	}
	.p-10-bloc-5-style{
		width:82.7%;
		margin-left:45px;
	}
	.h3-golf-courses-margin-left{
		margin-left:46px;
	}
	.h3-sports-fields-margin-left{
		margin-left:47px;
	}
	.p-13-style{
		line-height:18px;
	}
	
}

@media (max-width: 575px){
	.page-heading{
		font-size:40px;
	}
	.logo-style{
	}
	.grid-event-item{
		grid-template-columns:1fr 1fr;
		grid-template-rows:50px 50px;
	}
	.sub-header{
		font-size:18px;
	}
	.hero-mask-svg-fill{
		fill:rgba(0,0,0,0.70);
	}
	.overlay-text{
		font-size:14px;
	}
	.overlap-col{
		top:-75px;
	}
	.price-card{
		padding:20px 20px 20px 20px;
	}
	.overlap-grid{
		grid-template-columns:1fr;
	}
	.menu-icon-hero-stroke{
		stroke:var(--swatch-var-6728)!important;
		fill:var(--swatch-var-6728)!important;
	}
	.menu-icon-stroke{
		stroke:#FFFFFF!important;
		fill:#FFFFFF!important;
	}
	.row-green-menu-bar-margin-bottom{
		margin-bottom:-8px;
	}
	.mobile-butt{
		border-color:#000000!important;
	}
	.mobile-butt:hover{
		border-color:#000000!important;
	}
	.mobile-butt:active{
		border-color:#000000!important;
	}
	.btn-style{
		width:100%;
		margin-bottom:20px;
		margin-top:20px;
		font-size:28px;
	}
	.btn-style:hover{
	}
	.btn-style:active{
	}
	.blocs-card-width{
		width:100%;
	}
	.small-screen{
	}
	.row-style{
		width:100%;
	}
	.navbar-logo{
		font-size:18px;
	}
	.p-style{
		font-size:16px;
		line-height:16px;
		margin-top:-3px;
		margin-bottom:0px;
	}
	.bar-yel:hover{
		padding-bottom:0px;
		margin-bottom:0px;
		background-size:auto auto;
	}
	.bloc-47632-margin-bottom{
		margin-bottom:0px;
		margin-top:0px;
	}
	.mobile-nav-link{
		font-family:"Alef";
		font-size:16px;
		font-weight:bold;
		color:#008653!important;
	}
	.mobile-nav-link:hover{
		font-family:"Alef";
		font-size:16px;
		color:#000000!important;
		font-weight:bold;
	}
	.mobile-nav-link:active{
		font-family:"Alef";
		font-size:16px;
		color:#000000!important;
		font-weight:bold;
	}
	.h2-whiteshadow{
		font-size:28px;
		line-height:28px;
		margin-top:30px;
	}
	.h2-main-dropshadow{
		width:100%;
		font-size:28px;
		line-height:28px;
	}
	.h4-margin-left{
		margin-left:22px;
		width:83.33%;
	}
	.h4-landscapers-margin-left{
		margin-left:22px;
		width:83.33%;
	}
	.h4-infrastructure-margin-left{
		margin-left:23px;
		width:83.7%;
	}
	.p-10-bloc-5-style{
		margin-left:24px;
	}
	.h3-golf-courses-margin-left{
		margin-left:24px;
		width:82.22%;
	}
	.h3-sports-fields-margin-left{
		margin-left:23px;
		width:82.59%;
	}
	.bloc-margin-top{
		margin-top:25px;
	}
	.p-13-style{
		font-size:12px;
		font-family:Alef;
		line-height:14px;
	}
	
}

