@charset "utf-8";
/* CSS Document */

/* FOR MOBILE PHONES */

@media screen and (max-width: 1024px) {

.visibledevice {display:block;}
.visibledesktop {display:none;}

html, body {
	
	font-family:Calibri;
	overflow-x: hidden;
    width: 100%;
	font-size:34px;
	
} 

img {
	
	
	
}

input, select { /* add further tags here according to your needs */
        height:75px;
        width:750px;
		font-size:32px;
    }

#logo {
	max-width: 100% !important;
	margin:0 auto;
	height: 300px !important; 
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
	
	
}

header {
    width: 1000px;
    height: 300px !important;
    position: fixed;
    top: 0;
    left: 50%;
    /* bring your own prefixes */
    margin-left: -500px; 
    z-index: 999;
    background-color: #A7D3A6;
	
	
}

header h1#logo {
    display: inline-block;
    height: 300px !important;
    height: 300px !important;
    font-size: 60px;
    color: white;
    font-weight: 400;
	border-bottom:none;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header nav {
    
}
header nav a {
    
    

}
header nav a:hover {
    
}
header.smaller {
    height: 300px !important;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header.smaller h1#logo {
    
    height: 300px !important;
    
	
}
header.smaller nav {
	margin-top:-46px;
}

#osdetect {
	width:1000px;
	font-weight:bold;	
	border:0;
	font-size:34px;
	text-decoration:none!important;
	text-align:right;
	right:85px;
    z-index:1000;
	}
	
#mainnav {
	margin: 0 auto;
	width:575px;
	
}

#navadj {
	
	
}

#iconlinks {
	
	margin:0 auto !important;
	float:right;
	margin-left:450px !important;
	
}

#icon {
	
	width: 75px !important;
	padding: 5px 5px 5px 5px !important;
}

.iconstyle {
	width: 75px !important;
    height: 75px !important;
	
}

.iconspace {
		
}

#main {
	
	padding-top:0px;
	width:1000px;
    margin:0 auto;
    overflow: hidden;
	background-color:#FFF;
	border-bottom:#FFF solid 1px;

	
}

#leftindex {
	width:175px;
	float:left;
	font-size:32px;
	padding-right:2px;
	padding-left:2px;
	background-color:#FFF;
	padding-bottom:5px;
	display: none;	
}

.fancylink {
  background: #FFF;
  font-size: 32px;
  width: 1000px;
  overflow: hidden;
  display: block;
  color:#000;
  height:65px;
  line-height:2em;
  
}

.fancylink:hover {
  background: #333;
  font-size: 32px;
  width: 1000px;
  color:#fff;
  height:65px;
	
}

#news {
	width:1000px;
	float:right;
	padding-left:5px;
	background-color:#FFF;
	font-size:32px;	
}

#section {
	width:1000px;
	float:left;
	background-color:#FFF;	
}

#servicesection {
	width:1000px; 
	float:left;
	font-size:36px;
}

#listservices {
	width: 1000px;
	line-height:40px;
	border:solid #000 2px;
	padding-left:5px;
	margin-top:5px;
	float:left;

}

.boklink {
  background: #CCC;
  font-size: 32px;
  width: 970px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:3em;
  
}

.boklink:hover {
  background: #666;
  font-size: 32px;
  width: 970px;
  color:#fff;
  
}


.support {
	width:1000px; 
	font-size:32px;
	
	
}

#supportlist {
	width:1000px;
	border:none 0px;
	font-size:32px;
	
	
}

#business {

	font-size:42px;
	
	
}

#individual {
	font-size:42px;
	
	
}

#eldercare {
	font-size:42px;
	
	
}

#introbox2 {
	width:1000px !important;
	height:600px !important;
	border:#999 solid 1px;
	background-color:#E2E2E2;
		padding-left:5px; 
	
	
	
}

#gmaps {

width:1000px !important;
height:310px !important;


 
	
}

#textbox {
	font-size: 32px;	
}

#filter {
	font-size:32px;
}

.indent {
	text-indent:15px;
}

input[type=text], input[type=url], input[type=email], input[type=password], input[type=tel] {
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 99%; height: 40px;
  line-height: 40px; font-size: 36px;
  border: 1px solid #bbb;
}

textarea {
	
  -webkit-appearance: none; -moz-appearance: none;
  display: block;
  margin: 0;
  width: 99%; height: 240px;
  line-height: 36px; font-size: 36px;
  border: 1px solid #bbb;	
	
}

button[type=submit] {
 -webkit-appearance: none; -moz-appearance: none;
 display: block;
 margin: 1.5em 0;
 font-size: 1em; line-height: 2.5em;
 color: #333;
 font-weight: bold;
 height: 2.5em; width: 100%;
 background: #fdfdfd; background: -moz-linear-gradient(top, #fdfdfd 0%, #bebebe 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#bebebe)); background: -webkit-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -o-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: -ms-linear-gradient(top, #fdfdfd 0%,#bebebe 100%); background: linear-gradient(to bottom, #fdfdfd 0%,#bebebe 100%);
 border: 1px solid #bbb;
 -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

#404content {
	width:1000px; 
	text-align:center;	
}

.sticky-footer
{
	position: absolute;
	bottom: 0;
	
	
		width:998px;
	background-color:#A7D3A6;
	color:#FFFFFF;
	margin:0 auto;
	height:120px !important;
	position:relative;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	line-height:6em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-image:url(img/footerbg.png);
	background-position:top;
	background-repeat:repeat-x;
	font-size:34px;
}

#footer a:hover {  
  background: #06F;
  font-size: 32px;
  color:#fff;
   }
   
   #footer a:visited {  
  background: #06F;
  font-size: 32px;
  color:#fff;
   }
   
#ie {
	width:1000px;
	margin:0 auto;
	background-color:#39F;
	color:#000;

		
}
}




/* DESKTOPS/LAPTOPS */

html, body {
	background-color:#A3A7B8;
	font-family:Calibri;
	
	font-size:16px;
	margin: 0px;
    padding: 0px;
    height:100%;
} 

header {
    width: 1000px;
    height: 80px;
    position: fixed;
    top: 0;
    left: 50%;
    /* bring your own prefixes */
    margin-left: -500px; 
    z-index: 999;
    background-color: #B3EFB2;
	background-image:url(./img/logo.png);
	background-repeat:no-repeat;
	
}

#logo {
	
	width:1000px;
	height:100px;
	margin:0 auto;
	background-color:#B1D19E;
}

header nav {
    
}
header nav a {
    
    

}
header nav a:hover {
    
}
header.smaller {
    height: 35px;
	background-image:url(./img/logo_small.png);
	background-repeat:no-repeat;
}
header.smaller h1#logo {
    
    height: 35px;
    
	
}
header.smaller nav {
	margin-top:-46px;
}

@media all and (max-width: 768px) {
    header h1#logo {
        display: block;
        float: none;
        margin: 0 auto;
        height: 100px;
        line-height: 100px;
        text-align: center;
    }
    header nav {
        display: block;
        float: none;
        height: 50px;
        text-align: center;
        margin: 0 auto;
    }
    header nav a {
        line-height: 50px;
        margin: 0 10px;
    }
    header.smaller {
        height: 75px;
    }
    header.smaller h1#logo {
        height: 40px;
        line-height: 40px;
        font-size: 30px;
    }
    header.smaller nav {
        height: 35px;
    }
    header.smaller nav a {
        line-height: 35px;
    }
}	

#osdetect {
	width:999px;
	font-weight:bold;	
	border:0;
	text-decoration:none!important;
	text-align:right;
	position:absolute;
    top:5px;
    z-index:0;
	display: flex;
	}

#navadj {
	
	width:992px;
	
}

#mainnav {
	margin: 0 auto;
	width: 992px;
	
}

#iconlinks {
	width:280px;
	float:left;
	
}

#icon {
	float:left;
	width:40px;
	
}

.iconstyle {
	width:40px;
	height:40px;
}

#main {
	padding-top:0px;
	width:1000px;
    margin:0 auto;
    overflow: hidden;
	background-color:#FFF;
	display: table;
}

#leftindex {
	width:250px;
	float:right;
	height:100%;
	padding-right:2px;
	padding-left:2px;
	background-color:#ADD2C2;
	padding-bottom: 400%;
    margin-bottom: -400%;
	text-align:center;
	color:#fff;
	display: table-cell;
}

#leftindex a:link { color: #FFF; }
#leftindex a:visited { color: #FFF; }
#leftindex a:hover { color: #FFF; }
#leftindex a:active { color: #FFF; }

.fancylink {
 
  font-size: 16px;
  overflow: hidden;
  display: block;
  color:#000;
  height:35px;
  line-height:2em;
  
}

.fancylink:hover {
  background: #333;
  font-size: 16px;
  color:#fff;
  height:35px;
}

#news {
	width:990px;
	float:right;
	padding-left:3px;
	background-color:#FFF;
	padding-bottom: 100%;
    margin-bottom: -100%;
	padding-right:3px;
	display: table-cell;
}

/*#news a:link { color: #000; }*/
/*#news a:visited { color: #000; }*/
/*#news a:hover { color: #000; }*/
/*#news a:active { color: #000; }*/

#section {
	width:780px;
	float:left;
	background-color:#FFF;	
}

#servicesection {
	width:990px; 
	float:left;
	padding-top:5px;
}

#listservices {
	width: 375px;
	line-height:25px;
	border:solid #000 2px;
	padding-left:5px;
	margin-top:5px;
	float:left;

}


  /* Styling to hide and show content on click */

.accordian-content {
  display: none;
  background-color::#6C8EAD;
  overflow: hidden;
  
}

.accordian-element.active > .accordian-content {
  display: inherit;
  background-color::#6C8EAD;
  overflow: hidden;
}

.accordian-title {
  cursor: pointer;
  background-color::#6C8EAD;
  overflow: hidden;
}


/* Styling for searching content and highlighting it */

.accordian-wrapper.searched .accordian-element {
  display: none;
  background:#6C8EAD;
}

.accordian-wrapper.searched .accordian-element.active {
  display: inherit ;
  background:#6C8EAD;
}

.found-term {
  color: yellow;
}


/* Just some general styling to make it look nice */

.accordian-wrapper {
  border-left: 1px solid black;
  border-top: 1px solid black;
  border-right: 1px solid black;
  background:#B0C9D4;
  color:#000;
  overflow: hidden;
  
}

.accordian-element {
  padding: 0px 0px 0px 15px;
  border-bottom: 1px solid black;
  background:#B0C9D4;
  color:#000;
  overflow: hidden;
  
}

.boklink {
  background: #CCC;
  font-size: 16px;
  width: 970px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:2em;
  
}

.boklink:hover {
  background: #666;
  font-size: 16px;
  width: 970px;
  color:#fff;
  
}

.bokitem {
  background: #FFF;
  font-size: 16px;
  width: 162px;
  height:150px;
  overflow: hidden;
  display: block;
  color:#000;
  line-height:2em;
  float:left;
  text-align:center;
  padding-bottom:5px;
  
  
}

.bokitem:hover {
  background: #CCC;
  font-size: 16px;
  width: 162px;
  height:150px;
  color:#fff;
  
}

.boksection {
	width:982px;
	text-align:30px;
	overflow:hidden;
}

.support {
	width:780px; 
	margin:0 auto;
}

#supportlist {
	width:260px;
	float:left;
	
}

#gmaps {

width:770px;
height:302px;
border:0;
float:right;


 
	
}

#supportlist h3 {
	padding-bottom:10px;
	
}

.indent {
	text-indent:15px;
}

#404content {
	width:995px; 
	text-align:center;	
}

#footer {
	width:998px;
	background-color:#003;
	color:#666666;
	margin:0 auto;
	height:50px;
	position:relative;
	border-bottom:#FFF solid 1px;
	border-left:#FFF solid 1px;
	border-right:#FFF solid 1px;
	line-height:3em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-image:url(img/footerbg.png);
	background-position:top;
	background-repeat:repeat-x;	
}

#footer a:hover {  
  background: #06F;
  font-size: 16px;
  color:#666666;
   }
   
#footer a:visited {  
  background: #06F;
  font-size: 16px;
  color:#666666;
   }
   
.sticky-footer
{
	position: absolute;
	bottom: 0;
	
	
	width:998px;
	background-color:#B0C9D4;
	color:#666666;
	margin:0 auto;
	height:50px;
	position:relative;
	border-bottom:#ADD2C2 solid 1px;
	border-left:#ADD2C2 solid 1px;
	border-right:#ADD2C2 solid 1px;
	line-height:3em;
	display: block;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background-image:url(img/footerbg.png);
	background-position:top;
	background-repeat:repeat-x;
}

