
     
	body {
		font-family: "Source Sans 3", Arial, sans-serif;
		color:#4a4a4a;
		margin: 0;
		padding:0;
		float:left;
		width:100%;
		height:auto;
	}

	p { 
		margin-block-start: 18px;
		margin-block-end: 18px;
	}

	p strong {font-weight: 600;}


hr.feathered {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}




	
	a img {	border:none; }
	
	a { 
	color: #000; 
	text-decoration:none;
	}
	 
	 
	a:hover {
	 color: #357E89;
	 text-decoration:none;

	 }	

hr { margin: 40px 0px; }

h1 {
	line-height: normal;
	font-size:38px;
	font-weight: 500;
	color: #223579;
}

h2 {
	line-height: normal;
	font-size: 26px;
	font-weight: 600;
}

h2 a { text-decoration:none !important;}

h2 a:hover { text-decoration:underline !important;}

h3 {
	font-size: 1.4vw;
    font-weight: 400;
}

@media only screen and (max-width: 760px)  { 
	h3 { font-size: 20px; }
}

h4 a {
	color: #223579;
	text-decoration:none;
	font-weight: 500;
}

h4 a:hover {
	color: #357E89;
	text-decoration:none;
}


	
	.clear{clear:both;}
	
	.outer_container {
		height: auto;
		width: 100%;
		float:left;
	}
	
	
	.container {
		margin: 0 auto;   
		text-align: left; 
		width: 100%;
	}



	img {
	width:100%;	
	}

.btn {
  border: none;
  color: white;
  padding: 16px 26px;
  cursor: pointer;
	font-size: 1.25vw;
        font-weight: 600;
        letter-spacing: 0.04vw;		
  
}

@media only screen and (max-width: 1900px)  {
	.btn {
		font-size: 1.25vw;
        font-weight: 600;
        letter-spacing: 0.04vw;		
	}
}

	@media only screen and (max-width: 1200px)  {
		.btn {
			font-size:1.5vw;
		}

	}	
	
	@media only screen and (max-width: 760px)  {
		.btn {
			font-size:3vw;
		}

	}		
	

.success {background-color: #04AA6D;} /* Green */
.success:hover {background-color: #46a049;}

.info {background-color: #2196F3;} /* Blue */
.info:hover {background: #0b7dda;}

.warning {background-color: #ff9800;} /* Orange */
.warning:hover {background: #e68a00;}

.danger {background-color: #f44336;} /* Red */
.danger:hover {background: #da190b;}

.default {background-color: #000; color: #FFF; margin-top: 25px;} 
.default:hover {background: #1A3A67;}


.wrapper {
  width: 100%;
  position: relative;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 2.0rem;
  position: absolute;
  text-align: center;
  line-height: 50px;
  /*-- background: #fff; --*/
  border-radius: 50%;
  /*-- box-shadow: 0 3px 6px rgba(0,0,0,0.23); --*/
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}
.wrapper i:active{
  transform: translateY(-50%) scale(0.85);
}
.wrapper i:first-child{
  left: -22px;
}
.wrapper i:last-child{
  right: -22px;
}
.wrapper .carousel{
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 3px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 16px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
}
.carousel::-webkit-scrollbar {
  display: none;
}
.carousel.no-transition {
  scroll-behavior: auto;
}
.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}
.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}
.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel .card {
  scroll-snap-align: start;
  height: auto;
  list-style: none;
  background: #fff;
  cursor: pointer;
  padding-bottom: 15px;
  flex-direction: column;
  border-radius: 8px;
}
.carousel .card .img {
  background: #8B53FF;
  height: 148px;
  width: 148px;
  border-radius: 50%;
}
.card .img img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
}
.carousel .card h2 {
  font-weight: 500;
  font-size: 1.56rem;
  margin: 30px 0 5px;
}
.carousel .card span {
  color: #6A6D78;
  font-size: 1.31rem;
}
@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}
@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}


.sidepanel  {
  width: 0;
  position: fixed;
  z-index: 1;
  height: 600px;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:left;
}

.sidepanel a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 30px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidepanel a:hover {
  color: #f1f1f1;
}

.sidepanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}





	.header {
		float:left;
		width:100%;
		height:auto;
		
	}
	
	
.top-logo {
	float: left;
	width: 20%;
    height: auto;
    margin-left: 6%;
    margin-top: 2%;
    margin-bottom: 1%;
}
	
	@media only screen and (max-width: 760px)  {
		.top-logo {
			width:100%;
			text-align:center;
			margin-left:0;
		}
		
		.top-logo img {
			max-width: 210px;
			
		}
	}	
	
	
.top-contact {
	float: right;
    width: 8%;
    height: auto;
    margin-right: 10%;
    margin-top: 4%;
}
	
	@media only screen and (max-width: 760px)  {
		.top-contact {
			display:none;
		}

	}		
	
	
	
	.nav {
		float:left;
		width:99%;
		height:auto;
		background-color:#1A3A67;
		color:#FFF;
		text-align:center;
		font-size:1.2vw;
		padding:0.5%;
		
	}
	
	@media only screen and (max-width: 760px)  {
		.nav {
			display:none;
		}

	}	

	
.nav a {
	font-size:1.2vw;
	color: #FFF;
    background: linear-gradient(currentColor 0 0) bottom left / var(--underline-width, 0%) 1px no-repeat;
    display: inline-block;
    padding: 0 2px 1px;
    text-decoration: none;
    transition: background-size 0.3s;
}

.nav a:hover {
  --underline-width: 100%;
}


	
	@media only screen and (max-width: 1900px)  {
		.nav, .nav a {
			font-size:1.2vw;
		}

	}	
	
	@media only screen and (max-width: 1200px)  {
		.nav, .nav a {
			font-size:1.5vw;
		}

	}	
	
	.mobile-nav {
		display:none;
	}
	
	@media only screen and (max-width: 760px)  {
		.mobile-nav {
			display:block;
			float:left;
			width:100%;
			height:50px;
			background-color:#1A3A67;
		}

	}	
	
	
	.mhome {
		float: left;
		font-size: 25px;
		margin-left: 15px;
		color: #FFF;
		margin-top: 5px;
	}	
	
	
	
	.mlinks {
		float: right;
		font-size: 25px;
		margin-right: 15px;
		color: #FFF;
		margin-top: 5px;
	}	
	
	
	.header-image {
		float:left;
		width:100%;
		height:auto;
		
	}
	
	@media only screen and (max-width: 760px)  {
		.header-image {
			display:none;
		}

	}		
	
	
.header-text {
	float: left;
    width: 30%;
    height: auto;
    font-size: 2vw;
    font-weight: 700;
    color: #000;
    margin-top: -20%;
    margin-left: 6%;
    text-align: center;
}

.subpage-header-text {
	float: left;
    width: 30%;
    height: auto;
    font-size: 1.7vw;
    font-weight: 700;
    color: #000;
    margin-top: -13%;
    margin-left: 6%;
    text-align: center;
}
	

	
	@media only screen and (max-width: 1200px)  {
		.header-text, .subpage-header-text { display:none; }
		/*-- .header-text { font-size:2vw; margin-top: -25%; width:22%; }
		.subpage-header-text { font-size:2vw; margin-top: -25%; width:22%; } --*/

	}		
	
	@media only screen and (max-width: 760px)  {
		.header-text, .subpage-header-text { display:none; }

	}		
	
	
.home-heading {
	float:left;
	width:100%;
	text-align:center;
	height:auto;
	font-size:3vw;
	color:#4e4e4e;
	margin-top:3%;
	margin-bottom:1%;
}
	
	@media only screen and (max-width: 1900px)  {
		.home-heading {
			font-size:3vw;
		}

	}	
	
	@media only screen and (max-width: 1200px)  {
		.home-heading {
			font-size:2.5vw;
		}

	}


	@media only screen and (max-width: 760px)  {
		.home-heading {
			font-size:4vw;
		}

	}	
	
	
	
	.view-manuals-btn {
		float: right;
		width: 80%;
		height: auto;
		margin-right: 10%;
		text-align: right;
		margin-bottom:1%;
		
	}
	
	.training-manuals-slider {
		float:left;
		width:80%;
		height:auto;
		margin-left:10%;
		
		
	}
	
	.training-manuals-slider img{
		width: 90%;
		
	}







.what-we-do {
    display: inline-block;
	margin-bottom: 3%;
	font-size: 18px;
	font-weight: 500;
    line-height: normal;
	margin-top: 5%;
}

@media only screen and (max-width: 760px)  {
	.what-we-do { font-size: 20px; line-height: normal; }
}

.what-we-do .pic {
    padding-top: 3%;
    padding-bottom: 3%;
}
.what-we-do .contents {
    padding-top: 3%;
    padding-bottom: 3%;
}
.what-we-do h1 {
    text-transform: uppercase;
	font-size: 2.5vw;
    line-height: 2.7vw;
    font-weight: 500;
	margin: 0px;
	color: #4e4e4e;
}

@media only screen and (max-width: 760px)  { 
	.what-we-do h1 { font-size: 30px; line-height: 30px; }
}

.what-we-do .description {
    padding-top: 20px;
}

.what-we-do .description  a {
	text-decoration: underline;
	color:#434a4f;
}

.what-we-do .description a:hover {
	text-decoration: none;
	color: #357E89;
	transition: all 300ms ease;
}

.halfsquare-leftimage img { width: 100%; }
.halfsquare-rightimage img { width: 100%; }

.halfsquare-leftimage {
	float: left;
	width: 40%;
	padding-left: 5%;
    padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(../images/binders.jpg);
    background-size: cover;
	background-position: center top;
}

.halfsquare-lefttext {
	float: left;
	width: 40%;
	padding-left: 5%;
    padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}

.halfsquare-rightimage {
	float: right;
	width: 40%;
	padding-left: 5%;
    padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
	background-image: url(../images/what-is-elder-abuse-bg.jpg);
	background-size: cover;
	background-position: center top;
}

.halfsquare-righttext {
	float: right;
	width: 40%;
	padding-left: 5%;
    padding-right: 5%;
	padding-top: 3%;
	padding-bottom: 3%;
}

@media only screen and (max-width: 760px)  {
	.halfsquare-leftimage { width: 100%; padding-left: 0%; padding-right: 0%; }
	.halfsquare-lefttext { width: 92%; padding-left: 4%; padding-right: 0%; }
	.halfsquare-rightimage { width: 100%; padding-left: 0%; padding-right: 0%; }
	.halfsquare-righttext { width: 92%; padding-left: 0%; padding-right: 4%; }
}


.body-text h1 {
	float: left;
    width: 100%;
    height: auto;
    font-size: 3vw;
    color: #4e4e4e;
    margin-top: 3%;
    margin-bottom: 1%;
}

.body-text h2 {
    font-size: 2vw;
    color: #4e4e4e;
	font-weight: 500;
}

.body-text {
	font-size: 18px;
    font-weight: 400;
    line-height: normal;
	width: 80%;
	margin-left: 10%;
}

@media only screen and (max-width: 760px)  { 
	.body-text h1 { font-size: 30px; line-height: 34px; margin-bottom: 14px; margin-top: 14px; }
	.body-text h2 { font-size: 22px; line-height: 26px; margin-bottom: 12px; margin-top: 12px; }
}


#customers {
	border-collapse: collapse;
	width: 100%;
}

#customers td, #customers th {
	/*-- border: 1px solid #ddd; --*/
	padding: 12px 20px;
	font-size: 22px;
    font-weight: 400;
}

#customers tr:nth-child(even){ background-color: #fafafa; }

#customers tr:hover { background-color: #f0f4fa; } 

#customers th {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #1A3A67;
	color: #fff;
	font-weight: 600;
}


.showcase {}

.manual-card {
	width: 22%;
    margin-right: 3%;
    float: left;
    text-align: center;
	margin-bottom: 5%;
}

@media only screen and (max-width: 1366px)  { .manual-card { width: 30.3%; margin-right: 3%; } }
@media only screen and (max-width: 760px)  { .manual-card { width: 47%; margin-right: 3%; } }


.manual-card h4 {
	margin: 0;
}

.manual-card p {
	margin: 0;
	font-weight: 400;
}

.manual-card strong {
	font-weight: 600; 
}




.footer_container {
	float: left;
	height: auto;
	padding: 0;
	position: relative;
	width: 100%;
	margin-top: 0px;
	background-color: #dfdfdf;
	padding-bottom:40px;
	font-size: 0.9vw;
}

.footer_container ul { padding-left:0px;	font-size: 0.9vw; }

.footer_col1 {
	float: left;
	height: auto;
	margin-left: 19%;
	margin-top: 4%;
	padding: 0;
	width: 16%;
	font-size: 0.9vw;
}	

.footer_col1 a { text-decoration:underline; color: #4a4a4a; }	

.footer_col1 a:hover { 
	text-decoration:underline;
	color: #1a3a67;
}	



.footer_col1 img {
	height: auto;
    max-width: 80%;
}
	
.footer_col2 {
    float: left;
    height: auto;
    margin-left: 2%;
    margin-top: 4%;
    padding: 0;
    width: 14%;
	font-size: 0.9vw;
}	

.footer_col2  a { text-decoration:none; color: #4a4a4a; }

.footer_col2  a:hover { text-decoration:underline; color: #1a3a67; }

.footer_col2 span {
	color:#77AE3F;
	font-size:22px;
}

@media only screen and (max-width: 760px)  { 
	.footer_container { text-align: center; }
	.footer_container ul { font-size: 4.0vw; }
	.footer_col1, .footer_col2 { 
		margin-left: 2%;
		width: 96%;
		font-size: 4.0vw;
		margin-top:5px;
}
	.footer_col1 { margin-top:40px; }
	.footer_heading { font-size: 4.2vw; }	
	.footer_col2 span { font-size: 4.2vw; }
}

@media only screen and (min-width: 761px) and (max-width: 1365px)  {
	.footer_container ul { font-size: 1.1vw; }
	.footer_col1 { 
		margin-left: 8%;
		width: 23%;
		font-size: 1.1vw;
	}
	.footer_col2 {
		margin-left: 3%;
		width: 20%;
		font-size: 1.8vw;
}
	.footer_col2 span { font-size: 1.4vw; }
	.footer_heading { font-size: 1.4vw; }
}

/*-- 
@media only screen and (min-width: 1366px) and (max-width: 1919px)  {
	.footer_container ul { font-size: 1.3vw; }
	.footer_col1 { 
		margin-left: 5%;
		width: 22%;
		font-size: 1.5vw;
	}
	
	.footer_col2 {
		margin-left: 2%;
		width: 22%;
		font-size: 1.5vw;
	}
	.footer_heading { font-size: 1.5vw; }
}
--*/



#frmContact input[type=text] {
	width: 100%;
    max-width: 800px;
    height: 30px;
	border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

#frmContact input[type=email] {
	width: 100%;
    max-width: 400px;
    height: 30px;
	border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

#comments textarea {
	width: 100%;
    max-width: 800px;
    margin-bottom: 16px;
    height: 150px;
    border-color: #cbc9ca;
	font-family: "Source Sans 3", Arial, sans-serif;
    font-optical-sizing: auto;
    color: #58595b;
	font-size: 20px;
	padding: 1px 10px;
    border-width: 1px;
}

.contact-map { display: block; }
.contact-text { float:left; width: 38%; }

@media only screen and (max-width: 1200px)  { .contact-map { display: none; } .contact-text { width:100%; } }






