/*-----------------------------------------------------------------------------------
	Arden Law
	About: Copyright 2022-2023
	Author: Arden Law
	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;
}


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


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


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

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky{
	position:fixed;
	top:0;
	z-index:1000;
	box-shadow:0 1px 2px rgba(0,0,0,.3);
	 transition: all .2s ease-out;
}
/* 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}
}
/* = 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);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}

.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;
}
.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-round{
	margin:0 auto;
	border:2px solid transparent;
	border-radius: 50%;
	padding: 32px 30px 26px 30px;
	min-width:80px;
}
.icon-square{
	margin:0 auto;
	border:2px solid transparent;
	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;
}

/*  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);
}
.pressed-t{
	text-shadow:0 1px 0 #FFF;
}
.glow-t{
	text-shadow:0 0 10px #FFF;
}
.threeD-t{
	text-shadow:0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25),0 20px 20px rgba(0,0,0,.15);
}
.blockquote{
	padding:0 20px;
	border-left:2px solid;
}
.blockquote.text-right{
	border-left:0;
	border-right:2px solid;
}


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

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




/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	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;
}

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

h1,h2,h3,h4,h5,h6,p,label,.btn,a{
	font-family:"Helvetica";
}
.container{
	max-width:1140px;
}
.h2-style{
	font-family:Ubuntu;
}
.bloc-divider-t-fill{
	fill:#FEFFFF;
	height:50px;
}
.h1-deeds-style{
	font-family:"Montserrat";
	font-weight:900;
	font-size:40px;
	width:97.71%;
	line-height:48px;
}
.img-bloc-1-style{
	opacity:1.0;
	height:250px;
	width:1080px;
	border-radius:0px 0px 0px 0px;
}
.p-style{
	font-family:"Lato";
}
.p-bloc-11-style{
	font-size:18px;
}
.h6-style{
	font-size:px;
}
.link-bloc-1-style{
	font-size:45px;
	font-family:"Josefin Sans";
	line-height:38px;
}
.link-business--style{
	font-weight:bold;
}
.link-real-estate-style{
	font-weight:bold;
}
.link-estate-law-style{
	font-weight:bold;
}
.link-0-style{
	font-weight:bold;
}
.link-business-style{
	font-weight:bold;
}
.link-0-estate-law-style{
	font-weight:bold;
}
.p-143-style{
	opacity:1.0;
}
.link-padding-top{
	padding-top:0px;
	padding-bottom:0px;
}
.btn-style{
	color:var(--swatch-var-6983)!important;
	font-weight:bold;
	text-shadow:0.00px -1.00px 0px #000000;
	box-shadow:-0.00px 0.00px 0px #000000;
}
.btn-bloc-7-style{
	font-weight:bold;
}
.btn-10-style{
	font-weight:bold;
}
.h2-18-style{
	width:100%;
}
.h3- -505-style{
	opacity:0.4;
}
.link-410-216-7000-style{
	font-weight:bold;
}
.link-bloc-11-style{
	font-weight:bold;
}
.p-bloc-3-style{
	font-size:18px;
}
.navbar-nav li a{
	font-size:20px;
	text-shadow:0.00px -1.00px 0px rgba(0,25,178,0.64);
	border-width:2px 2px 2px 2px;
	text-transform:none;
	text-decoration:none;
	border-color:transparent!important;
}
.alert-style{
	width:71.81%;
}
.btn-bloc-13-style{
	font-weight:bold;
}
.h4-bloc-6-style{
	font-family:"Josefin Sans";
}
.h4-comprehensive-style{
	font-family:"Josefin Sans";
}
.h3-14-style{
	font-family:"Josefin Sans";
}
.h4-affordable-style{
	font-family:"Josefin Sans";
}
.link-deed-cost-style{
	font-weight:bold;
	text-decoration:none;
}
.h3-bloc-6-style{
	font-family:"Josefin Sans";
}
.h3-17-style{
	font-family:"Josefin Sans";
}
.p-32-style{
	font-size:20px;
}
.h2-contact-us-style{
	font-size:37px;
}
.link-wills-trusts-style{
	font-weight:bold;
}
.link-deeds-style{
	font-weight:bold;
}
.link-llcs-style{
	font-weight:bold;
}
.link-0-bloc-5-style{
	text-decoration:none;
}
.link-0-deeds-style{
	font-weight:bold;
}
.link-loan-documents-style{
	font-weight:bold;
}
.link-style{
	font-weight:bold;
}
.p-bloc-13-style{
	font-size:14px;
}
.link-q--style{
	font-weight:bold;
}
.link-0-q--style{
	font-weight:bold;
}
.link-20744-style{
	font-weight:bold;
}
.link-28388-style{
	font-weight:bold;
}
.link-21222-style{
	font-weight:bold;
}
.link-trust-style{
	font-weight:bold;
}
.p-bloc-24-style{
	width:74.9%;
}
.alert-bloc-24-style{
	width:76.19%;
}
.img-24-style{
	border-radius:14px 14px 14px 14px;
	height:275px;
	width:525px;
}
.btn-bloc-90-style{
	font-weight:bold;
}
.dropdown{
	color:var(--swatch-var-1052)!important;
}
.link-bloc-30-style{
	font-weight:bold;
}
.link-0-bloc-30-style{
	font-weight:bold;
}
.link-bloc-147-style{
	font-weight:bold;
}
.link-0-bloc-147-style{
	font-weight:bold;
}
.link-340-style{
	font-weight:bold;
}
.link-179-style{
	font-weight:bold;
}
.link-20818-style{
	font-weight:bold;
}
.link-22452-style{
	font-weight:bold;
}
.link-22401-style{
	font-weight:bold;
}
.h2-bloc-10-style{
	font-family:"Montserrat";
}
.h1-style{
	font-family:"Montserrat";
}
.btn-bloc-65-style{
	width:100%;
}
.navbar-nav li a:hover{
	text-transform:uppercase;
	background-color:var(--swatch-var-5422);
}
.navbar-nav li a:active{
	color:var(--swatch-var-6223);
	text-shadow:0.00px -0.00px 0px #000000;
	text-transform:uppercase!important;
	background-color:var(--swatch-var-3863);
}
.navbar-nav li a:focus{
	color:var(--swatch-var-3863)!important;
}
.navbar-nav li a:visited{
	fill:var(--swatch-var-3863);
}
.activepage_design{
	background-color:var(--swatch-var-3863);
}
.btn-style:hover{
	box-shadow:0.00px -2.00px 2px #000000;
}
.img-s-laptop-32892-style{
	width:328px;
	height:218px;
}
.link-23689-style{
	font-style:italic;
}
.link-12014-style{
	font-weight:bold;
}
.link-38822-style{
	font-weight:bold;
}
.link-anne-arundel-style{
	font-weight:bold;
}
.link-8174-style{
	font-weight:bold;
}
.link-42474-style{
	font-weight:bold;
}
.link-howard-county-style{
	font-weight:bold;
}
.link-calvert-county-style{
	font-weight:bold;
}
.link-charles-county-style{
	font-weight:bold;
}
.link-25967-style{
	font-weight:bold;
}
.link-maryland-deeds-style{
	font-weight:bold;
}
.link-26960-style{
	font-weight:bold;
}
.link-0-410-216-7000-style{
	font-family:"Josefin Sans";
	font-size:30px;
}
.dropbar{
	background-color:var(--swatch-var-1052);
	color:var(--swatch-var-5102)!important;
	font-weight:normal;
}
.dropbar:hover{
	font-weight:bold;
}
.dropbar:active{
	background-color:var(--swatch-var-5422);
	font-weight:bold;
}
.link-10318-style{
	font-weight:bold;
}
.btn-bloc-175-style{
	width:86.73%;
}
.list-style{
	width:89.94%;
}
.p-bloc-5-style{
	width:86.38%;
}
.card-header-1-style{
	width:89.63%;
}
.card-body-style{
	width:93.9%;
}
.card-body-bloc-5-style{
	width:96.65%;
}
.card-header-2-style{
	width:96.95%;
}
.card-style{
	width:91.82%;
}
.img-2-style{
	width:290px;
}
.img-3-style{
	width:308px;
}
.p-11-style{
	font-size:15px;
}
.link-5841-style{
	font-weight:bold;
}
.link-contact-form--style{
	font-weight:bold;
}
.btn-77-style{
	width:100%;
}
.alert-bloc-5-style{
	width:54.29%;
}
.h3-86-style{
	width:70.67%;
}
.btn-21-style{
	font-weight:bold;
	color:var(--swatch-var-5102)!important;
}
.btn-bloc-26-style{
	font-weight:bold;
	color:var(--swatch-var-5102)!important;
}
.btn-21-style:hover{
	color:var(--swatch-var-5102)!important;
	text-transform:uppercase;
}
.btn-bloc-26-style:hover{
	text-transform:uppercase;
	color:var(--swatch-var-5102)!important;
}
.btn-bloc-90-style:hover{
	text-transform:uppercase;
	text-shadow:0.00px -0.00px 0px #000000;
	box-shadow:0.00px -2.00px 2px #000000;
}
.icon_button:hover{
	box-shadow:-0.00px -0.00px 0px #FFFFFF;
	background-color:var(--swatch-var-5403);
}
.bloc-style{
	opacity:0.7;
}
.bloc-bloc-11-style{
	opacity:0.8;
}
.img-style{
	height:399px;
}
.link-bloc-24-style{
	font-weight:bold;
}
.link-did-you-know--style{
	font-style:italic;
	font-weight:bold;
}
.link-deed--style{
	font-weight:bold;
}
.link-45023-style{
	font-weight:bold;
}
.link-0-bloc-11-style{
	font-weight:bold;
}
.link-bloc-7-style{
	font-weight:bold;
}
.link-bloc-46-style{
	font-weight:bold;
}
.link-0-bloc-46-style{
	font-weight:bold;
}
.link-26157-style{
	font-weight:bold;
}
.link-1338-style{
	font-weight:bold;
}
.link-36744-style{
	font-weight:bold;
}
.link-25460-style{
	font-weight:bold;
}
.btn-calculate-now-style{
	font-weight:bold;
}
.link-0-bloc-23-style{
	font-weight:bold;
}
.h2-types-of-deeds-style{
	width:100%;
}
.img-s-26117-style{
	width:600px;
	height:300px;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-5107:#FFE54A;
	
	--swatch-var-2449:#FBFEE6;
	
	--swatch-var-2779:#FFE7B3;
	
	--swatch-var-3986:rgba(199,209,143,0.96);
	
	--swatch-var-5732:rgba(0,0,0,1.00);
	
	--swatch-var-2033:#68899F;
	
	--swatch-var-5102:rgba(255,255,255,1.00);
	
	--swatch-var-1052:rgba(151,176,194,1.00);
	
	--swatch-var-2948:rgba(116,169,201,1.00);
	
	--swatch-var-378:rgba(255,253,235,1.00);
	
	--swatch-var-6909:rgba(144,177,198,0.94);
	
	--swatch-var-3863:#EDD482;
	
	--swatch-var-6223:rgba(251,254,230,1.00);
	
	--swatch-var-5570:rgba(235,246,250,1.00);
	
	--swatch-var-5403:rgba(236,245,250,0.84);
	
	--swatch-var-7682:rgba(125,159,182,0.83);
	
	--swatch-var-3562:rgba(254,255,255,1.00);
	
	--swatch-var-1720:rgba(151,176,193,1.00);
	
	--swatch-var-6983:rgba(255,253,235,1.00);
	
	--swatch-var-4070:#935100;
	
	--swatch-var-2263:rgba(240,208,0,0.75);
	
	--swatch-var-5422:rgba(239,189,27,1.00);
	
	--swatch-var-3290:rgba(219,212,164,1.00);
	
	--swatch-var-6503:#000000;
	
	--swatch-var-7422:#97B0C1;
	
	--swatch-var-3040:rgba(239,189,27,1.00);
	
	--swatch-var-5346:#FFFDEB;
	
	--swatch-var-3770:#00F900;
	
	--swatch-var-4550:#EFBD1B;
	
	--swatch-var-234:#913131;
	
	--swatch-var-3644:#FF2600;
	
}


/* Background colour styles */

.bgc-1052{
	background-color:var(--swatch-var-1052);
}
.bgc-5102{
	background-color:var(--swatch-var-5102);
}
.bgc-1720{
	background-color:var(--swatch-var-1720);
}
.bgc-378{
	background-color:var(--swatch-var-378);
}
.bgc-5403{
	background-color:var(--swatch-var-5403);
}
.bgc-3562{
	background-color:var(--swatch-var-3562);
}
.bgc-5422{
	background-color:var(--swatch-var-5422);
}
.bgc-3040{
	background-color:var(--swatch-var-3040);
}
.bgc-6909{
	background-color:var(--swatch-var-6909);
}
.bgc-3863{
	background-color:var(--swatch-var-3863);
}
.bgc-4550{
	background-color:var(--swatch-var-4550);
}
.bgc-2033{
	background-color:var(--swatch-var-2033);
}
.bgc-6983{
	background-color:var(--swatch-var-6983);
}
.bgc-5346{
	background-color:var(--swatch-var-5346);
}
.bgc-3770{
	background-color:var(--swatch-var-3770);
}
.bgc-5107{
	background-color:var(--swatch-var-5107);
}
.bgc-3644{
	background-color:var(--swatch-var-3644);
}

/* Text colour styles */

.tc-6223{
	color:var(--swatch-var-6223)!important;
}
.tc-6503{
	color:var(--swatch-var-6503)!important;
}
.tc-2449{
	color:var(--swatch-var-2449)!important;
}
.tc-5732{
	color:var(--swatch-var-5732)!important;
}
.tc-2033{
	color:var(--swatch-var-2033)!important;
}
.tc-1052{
	color:var(--swatch-var-1052)!important;
}
.tc-378{
	color:var(--swatch-var-378)!important;
}
.tc-5102{
	color:var(--swatch-var-5102)!important;
}
.tc-2948{
	color:var(--swatch-var-2948)!important;
}
.tc-6909{
	color:var(--swatch-var-6909)!important;
}
.tc-7422{
	color:var(--swatch-var-7422)!important;
}
.tc-5422{
	color:var(--swatch-var-5422)!important;
}
.tc-1720{
	color:var(--swatch-var-1720)!important;
}
.tc-5570{
	color:var(--swatch-var-5570)!important;
}
.tc-3040{
	color:var(--swatch-var-3040)!important;
}
.tc-234{
	color:var(--swatch-var-234)!important;
}
.tc-3644{
	color:var(--swatch-var-3644)!important;
}

/* Button colour styles */

.btn-c-5422{
	background:var(--swatch-var-5422);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-5422:hover{
	background:#BC8A00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3863{
	background:var(--swatch-var-3863);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3863:hover{
	background:#BAA14F!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4550{
	background:var(--swatch-var-4550);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-4550:hover{
	background:#BC8A00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3040{
	background:var(--swatch-var-3040);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-3040:hover{
	background:#BC8A00!important;
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2263{
	background:var(--swatch-var-2263);
	color:rgba(0,0,0,.5)!important;
}
.btn-c-2263:hover{
	background:rgba(189,157,0,0.75)!important;
	color:rgba(0,0,0,.5)!important;
}

/* Link colour styles */

.ltc-5102{
	color:var(--swatch-var-5102)!important;
}
.ltc-5102:hover{
	color:#CCCCCC!important;
}
.ltc-6223{
	color:var(--swatch-var-6223)!important;
}
.ltc-6223:hover{
	color:#C8CBB3!important;
}
.ltc-2033{
	color:var(--swatch-var-2033)!important;
}
.ltc-2033:hover{
	color:#35566C!important;
}
.ltc-378{
	color:var(--swatch-var-378)!important;
}
.ltc-378:hover{
	color:#CCCAB8!important;
}
.ltc-5732{
	color:var(--swatch-var-5732)!important;
}
.ltc-5732:hover{
	color:#000000!important;
}
.ltc-7682{
	color:var(--swatch-var-7682)!important;
}
.ltc-7682:hover{
	color:rgba(74,108,131,0.83)!important;
}
.ltc-1052{
	color:var(--swatch-var-1052)!important;
}
.ltc-1052:hover{
	color:#647D8F!important;
}
.ltc-1720{
	color:var(--swatch-var-1720)!important;
}
.ltc-1720:hover{
	color:#647D8E!important;
}
.ltc-3863{
	color:var(--swatch-var-3863)!important;
}
.ltc-3863:hover{
	color:#BAA14F!important;
}
.ltc-2948{
	color:var(--swatch-var-2948)!important;
}
.ltc-2948:hover{
	color:#417696!important;
}
.ltc-6503{
	color:var(--swatch-var-6503)!important;
}
.ltc-6503:hover{
	color:#000000!important;
}
.ltc-5422{
	color:var(--swatch-var-5422)!important;
}
.ltc-5422:hover{
	color:#BC8A00!important;
}
.ltc-4070{
	color:var(--swatch-var-4070)!important;
}
.ltc-4070:hover{
	color:#601E00!important;
}

/* Icon colour styles */

.icon-6223{
	color:var(--swatch-var-6223)!important;
	border-color:var(--swatch-var-6223)!important;
}
.icon-5346{
	color:var(--swatch-var-5346)!important;
	border-color:var(--swatch-var-5346)!important;
}
.icon-1720{
	color:var(--swatch-var-1720)!important;
	border-color:var(--swatch-var-1720)!important;
}
.icon-5107{
	color:var(--swatch-var-5107)!important;
	border-color:var(--swatch-var-5107)!important;
}
.icon-5570{
	color:var(--swatch-var-5570)!important;
	border-color:var(--swatch-var-5570)!important;
}
.icon-6503{
	color:var(--swatch-var-6503)!important;
	border-color:var(--swatch-var-6503)!important;
}
.icon-2779{
	color:var(--swatch-var-2779)!important;
	border-color:var(--swatch-var-2779)!important;
}
.icon-6909{
	color:var(--swatch-var-6909)!important;
	border-color:var(--swatch-var-6909)!important;
}
.icon-3040{
	color:var(--swatch-var-3040)!important;
	border-color:var(--swatch-var-3040)!important;
}
.icon-3863{
	color:var(--swatch-var-3863)!important;
	border-color:var(--swatch-var-3863)!important;
}
.icon-1052{
	color:var(--swatch-var-1052)!important;
	border-color:var(--swatch-var-1052)!important;
}
.icon-2948{
	color:var(--swatch-var-2948)!important;
	border-color:var(--swatch-var-2948)!important;
}
.icon-2033{
	color:var(--swatch-var-2033)!important;
	border-color:var(--swatch-var-2033)!important;
}
.icon-7422{
	color:var(--swatch-var-7422)!important;
	border-color:var(--swatch-var-7422)!important;
}

/* Bloc image backgrounds */

.bg-MagothyRiver-20photo-20cropped{
	background-image:url("img/MagothyRiver%20photo%20cropped.jpg");
	background-image: -webkit-image-set(url("img/MagothyRiver%20photo%20cropped.webp") 1x,
url("img/MagothyRiver%20photo%20cropped.webp") 2x);background-image: image-set(url("img/MagothyRiver%20photo%20cropped.jpg") 1x,
url("img/MagothyRiver%20photo%20cropped.jpg") 2x,url("img/MagothyRiver%20photo%20cropped.webp") 1x,
url("img/MagothyRiver%20photo%20cropped.webp") 2x);
	background-image: -webkit-image-set(url("img/MagothyRiver%20photo%20cropped.webp") 1x,
url("img/MagothyRiver%20photo%20cropped.webp") 2x);background-image: image-set(url("img/MagothyRiver%20photo%20cropped.jpg") 1x,
url("img/MagothyRiver%20photo%20cropped.jpg") 2x,url("img/MagothyRiver%20photo%20cropped.webp") 1x,
url("img/MagothyRiver%20photo%20cropped.webp") 2x);
}
.mt-lg-0{
}


/* = Additional CSS
-------------------------------------------------------------- */
 .sticky-top 
{ 
position: sticky!important; top: 120px; 
}


/* = 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: 767px){
	.menu-icon-bloc-mriver-stroke{
		stroke:var(--swatch-var-5422)!important;
		fill:var(--swatch-var-5422)!important;
	}
	.menu-icon-0-stroke{
		stroke:var(--swatch-var-5102)!important;
		fill:var(--swatch-var-5102)!important;
	}
	.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){
	.footer-link{
		text-align:center;
	}
	
}

