
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #012f64;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #000000;
}
img, a img {	
	border: 0 none;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a[href^=tel] { color: inherit!important;}
a {
	outline: none;
}
H1 {
	font-size : 42px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #012f64;
	line-height: 48px;
	font-family: 'OpenSansRegular';
}
H2 {
	font-size : 32px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #5e5e5e;
	line-height: 40px;
}
H3 {
	font-size : 18px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #012f64;
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #cccccc;
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
}
A, A:Link, A:Visited {
	color: #1a5793;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #012f64;
	text-decoration: underline;
}


   /* -------------------------- Custom Fonts -------------------------- */
   

@font-face {
    font-family: 'OpenSansLight';
    src: url('/includes/fonts/OpenSans-Light-webfont.eot');
    src: url('/includes/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/includes/fonts/OpenSansBold-webfont.eot');
    src: url('/includes/fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSansBold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSansBold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSansBold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'blackjackregular';
    src: url('/includes/fonts/black_jack-webfont.eot');
    src: url('/includes/fonts/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/black_jack-webfont.woff') format('woff'),
         url('/includes/fonts/black_jack-webfont.ttf') format('truetype'),
         url('/includes/fonts/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


   /* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1a5793;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../site-media/icons/facebook.png);
}
.icon-facebook:hover {
	background-color: #3b579d;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../site-media/icons/twitter.png);
}
.icon-twitter:hover {
	background-color: #33ccff;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../site-media/icons/google-plus.png);
}
.icon-google-plus:hover {
	background-color: #dc4a38;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../site-media/icons/youtube.png);
}
.icon-youtube:hover {
	background-color: #cd201f;
}



   /* -------------------------- Specialty Website Styles -------------------------- */

.hiddenPic {
   display:none;
}
@media print {
      .noprint { display: none; }
}
.over img:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
.categories-text {
	line-height: 18px;
	font-size: 12px;
}
.box-categories a:link, 
.box-categories a:visited {
	font-size: 14px;
}

   /* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1000px;
	margin: 0 auto;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 10px;
}
.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg-body {
	width: 100%;
	background-color: white;
	background-image: url(../site-media/bg-fabric.jpg);
	background-repeat: repeat;
	/* background-attachment: fixed; */
}
.box-body {
	background-color: white;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	font-size: 18px;
	line-height: 36px;
}
.box-left {
	width: 30%;
	float: left;
}
.box-right {
	width: 30%;
	float: right;
	background-color: #f0ede6;
}
.box-main-2-column {
	width: 69%;
	float: left;
	height: 100%;
}
.box-main-3-column {
	width: 39%;
	float: left;
	height: 100%;
}


	

   /* -------------------------- Header Style Classes Go Here -------------------------- */

.slicknav_menu,
.js #menu {
display: none;
}   
   
.bg-top {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	position: relative;
	z-index: 999;
}
.box-top {
	
}
.bg-header {
	background-image: url(../site-media/atlas-hcs/site-images/bg-header.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: white;
}
.box-header {  
	
}
.box-logo {
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-logo img {
	max-height: 135px;
	width: auto;
}
.header-left {
	width: 50%;
	float: left;
}
.header-right {
	width: 50%;
	float: right;
	text-align: right;
	padding-top: 20px;
}
.bg-menu {
	background: #1a5793; /* Old browsers */
	background: -moz-linear-gradient(top,  #1a5793 0%, #012f64 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #1a5793 0%,#012f64 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #1a5793 0%,#012f64 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a5793', endColorstr='#012f64',GradientType=0 ); /* IE6-9 */
}
.box-menu {
	
}
.box-address {
	
}   
.box-phone {
	font-family: 'OpenSansSemibold';
	font-size: 36px;
	line-height: 42px;
	color: #1a5793;
}


/* -------------------------- Footer Style Classes Go Here -------------------------- */
   
.bg-footer-top {
	background-color: #1a5793;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bg-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-footer,
.box-footer a:link, 
.box-footer a:visited,
.box-footer h1,
.box-footer h2,
.box-footer h3  {
	color: white;
}
.footer-left {
	width: 50%;
	float: left;
}
.footer-right {
	width: 50%;
	float: right;
	text-align: right;
}
.box-footer {
	line-height: 24px;
}
.box-footer .column {
	width: 25%;
	float: left;
}
.box-footer h3 {
	margin-bottom: 20px;
}
.box-footer a:link {
	font-weight: normal;
}


/* -------------------------- Home Classes Go Here -------------------------- */

.home-body {
	margin-top: -50px;
	position: relative;
	z-index: 999;
}
.parallax {
	padding: 0; 
	margin: 0; 
	width: 100%; 
	margin: 0 auto; 
	background-size: 100% auto;
	background-position: top;
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	position: relative;
	z-index: 99;
}
.main-banner-tagline {
	width: 25%;
	position: absolute;
	top: 10%;
	left: 20%;
	font-size: 60px;
	color: #1a5793;
	font-family: 'OpenSansLight';
	font-style: italic;
	line-height: 65px;
}
.home-top-banner { 
	background-image: url(../site-media/nurse-hug.jpg);
	min-height: 600px; 
}
.home-bottom-banner {
	background-image: url(../site-media/slide-caring-elderly.jpg);
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: auto;
}
.bg-home-bar {
	background-color: #012f64;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: center;
	color: white;
	font-size: 26px;
	line-height: 30px;
}
.bg-home-bar a:link, .bg-home-bar a:visited {
	color: white;
	font-family: 'OpenSansBold';
	font-weight: normal;
}
.box-home-left {
	width: 30%;
	float: left;
	background-color: white;	
	padding: 10px;
}
.box-home-left img {
	max-width: 100%;
	height: auto;
}
.box-home-right {
	background-color: white;
	padding: 25px;
	float: right;
	width: 65%;
}
.box-home-right td {
	vertical-align: top;
}
.featured-left {
	padding-right: 20px;
}
.featured-right {
	width: 40%; 
	border-left: 1px solid #dcdcdc;
	padding-left: 20px;
}
.bg-home-locations {
	background-color: white;
	padding-top: 25px;
	padding-bottom: 25px;
}
.box-home-location-left {
	width: 50%;
	float: left;
}
.box-home-location-right {
	width: 50%;
	float: right;
}

/* -------------------------- Custom Style Classes Go Here -------------------------- */

.box-border {
	border: 1px solid #dcdcdc;
}
.table-parent-locations td {
	vertical-align: top;
	width: 50%;
	padding: 25px;
}
.table-parent-locations td img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
.table-parent-locations td a img:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.table-locations td {
	vertical-align: top;
	padding: 25px;
	border-top: 2px solid #dcdcdc;
}
.table-locations img {
	max-width: 200px;
	margin-bottom: 10px;
}
.link-hdr {
	font-size : 32px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	line-height: 40px;
}
.table-services td {
	padding: 15px;
	vertical-align: top;
	line-height: 28px;
	min-width: 225px;
}



/* -------------------------- Button Style Classes Go Here -------------------------- */


.btn1, 
.btn1:link, 
.btn1:visited,
.btn2, 
.btn2:link, 
.btn2:visited {
	display: inline-block;
	padding: 15px;
	min-width: 200px;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
}
.btn1, 
.btn1:link, 
.btn1:visited {
	background-color: #f0ede6;
	color:#012f64;
	border: 1px solid #cbc5b6;
}
.btn2, 
.btn2:link, 
.btn2:visited {
	background-color: #012f64;
	color: white;
	border: 1px solid #012f64;
}
.btn1:hover {
	text-decoration: none;
	background-color: #cbc5b6;
}
.btn2:hover {
	text-decoration: none;
	background-color: #1a5793;
}

/* -------------------------- Featured Images -------------------------- */

.featured-image {
	float: left;
}
.featured-image img {
	width: 200px;
	height: auto;
	margin-right: 15px;
	margin-bottom: 15px;
}
.box-right .featured-image img,
.box-left .featured-image img {
	width: 50px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box-home-location-left img {
	width: 150px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}

   /* -------------------------- Testimonials -------------------------- */
.box-testimonials {
	-moz-column-count: 3;
    -moz-column-gap: 25px;
    -webkit-column-count: 3;
    -webkit-column-gap: 25px;
    column-count: 3;
    column-gap: 25px;
}
.box-testimonials .box-story-content {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	padding: 25px;
	color: #777777;
	border-bottom: 2px solid #cccccc;
	font-style: italic;
}
.box-testimonials .box-story-content h3 { 
	font-style: normal;
}

/* -------------------------- Logo Scroll Styles -------------------------- */

.logo-scroll, .box-logo-scroll {
	position: relative; 
	margin: 0 auto; 
	top: 0px; 
	left: 0px; 
	width: 900px; 
	height: 150px; 
}
.box-logo-scroll {
	overflow: hidden;
}
.logo-scroll {
	visibility: hidden;
}
.box-logo-scroll img {
	max-width: 200px;
	height: auto;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
}
.box-logo-scroll img:hover {
-webkit-filter: grayscale(0);
	-webkit-filter: grayscale(0%);
	filter: none;
	filter: grayscale(0%);
}

/* jssor slider arrow navigator skin 03 css */
/*
.jssora03l                  (normal)
.jssora03r                  (normal)
.jssora03l:hover            (normal mouseover)
.jssora03r:hover            (normal mouseover)
.jssora03l.jssora03ldn      (mousedown)
.jssora03r.jssora03rdn      (mousedown)
*/
.jssora03l, .jssora03r {
	 display: block;
	 position: absolute;
	 /* size of arrow element */
	 cursor: pointer;
	 z-index: 999;
}
.jssora03l { 
	 background: url(../includes/logo-scroll/images/arrow-left.png) no-repeat; 
	 top:0px;
	 left:-50px;
	 width:25px;
	 height:69px;
 }
.jssora03r {  
	 background: url(../includes/logo-scroll/images/arrow-right.png) no-repeat; 
	 top:0px;
	 right:-50px;
	 width:25px;
	 height:69px  
 }
.jssora03l:hover, 
.jssora03r:hover, 
.jssora03l.jssora03ldn,  
.jssora03r.jssora03rdn { 
	 filter : alpha(opacity=70); 
	 -moz-opacity: 0.7; 
	 opacity:0.7; /* FX/Opera/Safari/Chrome */
}

/* max-width: 1080px */

@media (max-width: 1080px) {
	.jssora03l, .jssora03r {
		display: none;
	}
}  
        

   /* -------------------------- Tool Tips -------------------------- */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 


/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}




   /* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}