/*-----------------------------------------------------------------------------------
	Sayward Clinic
	About: Sayward Community Health Clinic website.
	Author: Paul Hibbert
	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 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 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-b-edge{
	background-position: bottom!important;
	background-repeat: no-repeat;
}


/* 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}
}
/* = 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;
}
.mg-lg{
	margin-top:10px;
	margin-bottom:40px;
}
img.mg-sm,img.mg-md,img.mg-lg{
	margin-top: 0;
}
img.mg-sm{
	margin-bottom:10px;
}
img.mg-md{
	margin-bottom:30px;
}
img.mg-lg{
	margin-bottom:50px;
}

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

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




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

/* = Forms
-------------------------------------------------------------- */

.form-control{
	border-color:rgba(0,0,0,.1);
	box-shadow:none;
}


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


/* 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;
}
.img-style{
	width:340px;
}
.navbarbg{
	background-color:#FEFFFE;
	font-size:18px;
	font-family:"helvetica";
	border-style:_popUpItemAction:;
	border-color:transparent!important;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
}
.navhover{
	color:#6C6C6C!important;
	display:block;
	border-style:solid;
	border-color:transparent!important;
	font-size:18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-radius:3px 3px 3px 3px;
	border-width:2px 2px 2px 2px;
}
.navhover:active{
	background-color:#00B700;
	color:#FEFFFE!important;
}
.navhover:hover{
	background-color:rgba(0,183,0,0.20);
	font-size:18px;
	font-weight:normal;
}
.slidercopy{
	font-size:24px;
	font-weight:bold;
	background-color:#55B739;
	font-family:"Arvo";
	text-align:left;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}
.p-style{
	width:46.37%;
	font-size:24px;
	font-family:"Arvo";
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}
.p-2-style{
	font-size:24px;
	width:50%;
	font-family:"Arvo";
	position:relative;
	margin:10px 10px 10px 10px;
	padding:10px 10px 10px 10px;
}
.h3-style{
	width:68.17%;
	line-height:32px;
}
.h3-2-style{
	width:62.66%;
	line-height:32px;
}
.rightcaption{
	left:60%;
	position:absolute;
	right:0%;
}
.carousel-style{
	position:relative;
	background-size:length;
}
.contactfont{
	font-family:"Arvo";
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
	padding-top:20px;
}
.iconpadding{
	padding-right:10px;
	color:#00B700!important;
}
.contactdetails{
	font-family:"Lato";
	font-weight:500;
	font-size:18px;
}
.link-style{
	text-decoration:underline;
}
.dividerpadding{
	background-color:#00B700;
	padding:1px 1px 1px 1px;
}
.divider-style{
	width:61.39%;
}
h2{
	font-family:"Arvo";
	text-align:center;
}
h3{
	font-family:"Arvo";
	font-size:24px;
	font-weight:bold;
	color:#00B700!important;
}
.head3{
	font-family:"Arvo";
	font-weight:bold;
	color:#00B700!important;
	text-decoration:none;
}
.greenblock{
	font-family:"Arvo";
	font-size:24px;
	color:#FEFFFE!important;
	font-weight:500;
	background-color:#00B700;
	text-align:center;
	padding:25px 25px 25px 25px;
	border-radius:10px 10px 10px 10px;
}
.quoteicon{
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
}
.bloc-divider-t-style{
	height:10px;
	fill:#00B700;
}
.caroselinner{
	background-size:auto auto;
	max-width:1175px;
}
.row-style{
	opacity:1.0;
}
.bloc-divider-t-0-style{
	height:10px;
	fill:#00B700;
}
.link-click-here-style{
	text-decoration:underline;
}
.link-36012-style{
	text-decoration:underline;
}
.link--250-282-3815-style{
	text-decoration:underline;
}
.p-7-style{
	font-size:18px;
}
.link-read-more…-style{
	text-decoration:underline;
}
.p-8-style{
	font-size:17px;
	line-height:32px;
	text-indent:0px;
}
.footer-link{
	color:#00B700!important;
	text-decoration:underline!important;
	text-align:left;
}
.footer-nolink{
	color:#6C6C6C!important;
	padding-top:0px;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}
.link-bloc-4-style{
	width:100%;
}
.footer-header{
	color:#00B700!important;
	font-family:"Arvo";
	font-weight:bold;
	font-size:20px;
	margin-top:0px;
	padding-top:20px;
}
.footer-email-link{
	padding-top:15px;
	color:#00B700!important;
	text-decoration:underline!important;
}
.foot-bloc{
	bottom:0px;
}
.btn-style{
	width:100%;
}
.link-0-style{
	text-decoration:underline;
}
.link-34703-style{
	text-decoration:underline;
}
.p-13-style{
	width:100%;
	color:#6C6C6C!important;
}
.link-0--250-282-3815-style{
	text-decoration:underline;
}
.link-10466-style{
	text-decoration:underline;
}
.text-span-color{
	color:#ffffff;
}
.red-text{
	color:#FF3232!important;
	font-size:20px;
	font-weight:bold;
}
.link-0-click-here-style{
	text-decoration:underline;
}
.p-17-style{
	text-indent:0px;
	letter-spacing:0px;
}
.grey-text{
	color:#6C6C6C!important;
}
.navbarbg:hover{
	font-size:18px;
}
.navbarbg:active{
	font-size:18px;
}
.navbarbg:focus{
	font-size:18px;
}
.navbarbg:visited{
	font-size:18px;
}
.link-0-bloc-4-style{
	width:100%;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
}
.link-editor-login-style{
	text-decoration:underline;
}
.link-46894-style{
	text-decoration:underline;
}
.link-bloc-8-style{
	text-decoration:underline;
}
.link-bloc-10-style{
	text-decoration:underline;
}
.link-0-bloc-10-style{
	text-decoration:underline;
}
.link-45287-style{
	text-decoration:underline;
}
.link-25958-style{
	text-decoration:underline;
}
.link-48399-style{
	text-decoration:underline;
}
.link-25690-style{
	text-decoration:underline;
}
.bloc-divider-b-style{
	height:10px;
	fill:#0270CD;
	width:100%;
}
.copyright{
	word-spacing:2px;
	padding-top:10px;
}
.navbar-nav li:hover .dropdown-menu{
	display:block;
	border-style:_popUpItemAction:;
}
.nav-container{
	display:block;
	border-style:_popUpItemAction:;
	border-color:transparent!important;
}
.bloc-divider-t-fill{
	fill:#016EC9;
	height:10px;
}
.slider-padding{
	padding-top:1px;
}
.footer-link-hours{
	padding-bottom:5px;
}
.footer-nolink-hours{
	color:#6C6C6C!important;
	text-align:center;
	padding-bottom:5px;
}
.h2-style{
	font-family:Arvo;
	font-weight:bold;
	text-align:center;
}
.appt-link{
	color:var(--swatch-var-6867)!important;
	text-decoration:underline!important;
}

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

/* Swatch Variables */
:root{
	
	--swatch-var-3146:#F0F0F0;
	
	--swatch-var-6867:rgba(86,183,58,1.00);
	
	--swatch-var-3007:#6C6C6C;
	
	--swatch-var-2489:#E1E0E0;
	
	--swatch-var-3041:rgba(85,183,57,1.00);
	
	--swatch-var-6381:#FFFFFF;
	
	--swatch-var-7235:#27AE60;
	
	--swatch-var-7070:#E74C3C;
	
	--swatch-var-4417:#00AAFF;
	
	--swatch-var-3492:#C8C8C8;
	
}


/* Background colour styles */

.bgc-3146{
	background-color:var(--swatch-var-3146);
}
.bgc-6381{
	background-color:var(--swatch-var-6381);
}

/* Text colour styles */

.tc-6867{
	color:var(--swatch-var-6867)!important;
}
.tc-7070{
	color:var(--swatch-var-7070)!important;
}

/* Button colour styles */

.btn-c-7235{
	background:var(--swatch-var-7235);
	color:#FFFFFF!important;
}
.btn-c-7235:hover{
	background:#007B2D!important;
	color:#FFFFFF!important;
}
.btn-c-7070{
	background:var(--swatch-var-7070);
	color:#FFFFFF!important;
}
.btn-c-7070:hover{
	background:#B41909!important;
	color:#FFFFFF!important;
}

/* Link colour styles */

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

/* Icon colour styles */

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

/* Bloc image backgrounds */


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


/* Credit Blocs Button */
.blocs-badge{font-family:'Helvetica'!important;font-size:10px;font-weight:bold;color:#000!important;position: fixed;bottom:15px;left:15px;padding:5px 5px 4px;background: #FFF;border:1px solid rgba(0,0,0,.3);border-radius:3px;z-index:999;}.blocs-badge:hover,.blocs-badge:active{color:#000;}.blocs-badge img{margin-right:5px;max-width:16px;}
@media (max-width: 576px) {.blocs-badge{font-size:0;}.blocs-badge img{margin-right:2px;}}


/* = 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{
		font-size:18px;
	}
	.p-2-style{
		font-size:18px;
		line-height:22px;
		width:64.9%;
	}
	.h3-style{
		font-size:18px;
		line-height:24px;
	}
	.h3-2-style{
		width:73.2%;
		font-size:18px;
		line-height:24px;
	}
	
}

@media (max-width: 767px){
	.p-style{
		font-size:14px;
		line-height:16px;
	}
	.p-2-style{
		font-size:14px;
		line-height:16px;
		width:52%;
	}
	.h3-style{
		font-size:14px;
		line-height:16px;
	}
	.h3-2-style{
		font-size:14px;
		line-height:18px;
	}
	.h3-bloc-3-style{
		font-size:20px;
		line-height:24px;
		margin:8px 8px 8px 8px;
		padding:4px 4px 4px 4px;
	}
	.h3-3-style{
		font-size:20px;
		line-height:24px;
		padding-top:4px;
		margin-top:8px;
	}
	.h3-bloc-18-style{
		font-size:20px;
	}
	
	/* Small Row Margin Offsets */
	.voffset-sm{
		margin-top:30px;
	}
	
}

@media (max-width: 575px){
	.p-style{
		width:89.42%;
		line-height:12px;
		font-size:12px;
	}
	.p-2-style{
		font-size:12px;
		line-height:12px;
		width:70.41%;
	}
	.h3-style{
		font-size:12px;
		line-height:12px;
		width:89.29%;
	}
	.h3-2-style{
		width:100%;
		font-size:9px;
		line-height:12px;
	}
	.footer-link{
		text-align:center;
	}
	.link-bloc-4-style{
		width:82.22%;
	}
	
}

