@charset "utf-8";
/* CSS Document */

body {
	font: 90%/1.4 Tahoma, Geneva, sans-serif;
	/*background-image:url(graphics/grays.png); /* remove dated background */
	background-position: top center;
	background-repeat:repeat-x;
	background-color:#fcfcfc;
	color: #000;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

.lgfont {font-size:15px; 
	color:#141414;
}

.break-word {
  word-wrap: break-word;
}
b
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	margin-bottom: 5px;
	padding-right: 0px;
	padding-left: 0px; 
}
h1 {
	font-size:220%;
	font-weight:100;
	font-family: 'Playfair Display SC', serif;
}
h2 {
	font-size:150%;
	font-weight:100;
	font-family: 'Roboto Slab', serif;
}
h2:target {
	color: #000;
	background: #0F3;
	animation: hilite 2.5s;
}
@keyframes hilite {
	0% {background: transparent;}
	10% {background: #f8f99a;}
	100% {background: transparent;}
}

h3 {
	font-size:100%;
	font-weight:bolder;
	font-family: 'Roboto Slab', serif;
	padding-bottom:0px;
	margin-bottom:0px;
}
h4 {
	font-size:80%;
	font-weight:bolder;
	font-family: 'Roboto Slab', serif;
	padding-bottom:0px;
	margin-bottom:0px;
}

h5 {
	font-family: 'Noto Serif', serif;
	font-size:100%;
	font-weight:200;
}

a img { 
	border: none;
}
a.ulink:link, visited, focus, hover {
	font-weight:100%;
	text-decoration: none;
	font-size:100%;
	font-family: 'Roboto Slab', serif;
	
}

a:link {
	color:#000;
	font-weight:100;
	text-decoration:underline; 
}

a:visited {
	color: #000;
	font-weight:100;
	text-decoration: underline;
}

a:hover, a:active, a:focus { 
	text-decoration: none;
	font-weight:100;
	color:#575757;
	text-decoration: underline;
	
}
a.button:hover {
	opacity:0.7;
filter:alpha(opacity=60);
-webkit-transition: opacity .3s linear;
}
.container {
	width: 80%;
	max-width: 1000px;
	min-width: 950px;
	margin: 0 auto; 
}
.content {
	padding: 10px 0;
}
.content2 {
	width:930px; 
	background: rgba(255, 255, 255, .5);
	padding:30px; 
	box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.35);
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.bannerstrip-red {
	background-color:#ED1C24; 
	color:#fff; 
	border-bottom:2px solid #fff; 
	box-shadow: -1px 4px 10px -6px rgba(0,0,0,0.95); 
	background: linear-gradient(0deg, #ED1C24 , #BB2025); 
	width:100%; 
	height:25px; 
	padding: 8px; 
	margin-top:-10px; 
	margin-left:-20px;  
	font-size: 85%; 
	font-family: 'Roboto Slab', serif; 
	text-align:center; 
	position:fixed;
}
.bannerstrip-testimonial {
	background-color:#ccc; 
	color:  rgb(0,0,0,0.5);
	border:2px solid #fff; 
	box-shadow: -1px 4px 10px -6px rgba(0,0,0,0.95); 
	background: linear-gradient(0deg, #e8e8e8 , #fff); 
	width:100%; 
	height:25px; 
	padding: 8px; 
	font-size: 85%; 
	font-family: 'Roboto Slab', serif; 
	text-align:center; 
	
}
.navstrip {
	background-color:transparent;
	padding:10px;
	font-size:90%;
	font-weight:bold;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	word-spacing:25px;
	text-align:right;

}
.navheader {
	background-color: transparent;
	padding:10px;
	font-size:85%;
	font-family: 'Roboto Slab', serif;
	letter-spacing:1px;
	text-align:right;
	color:#141414;
}
.center {
	text-align:center;
	ruby-align:center;
}
.imgborder {
	-webkit-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.95);
	-moz-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.95);
	box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.95); 
	padding:0px;
}

hr.style-dotted {
    border: 0;
    height: 0;
    border-top: 1px dotted #a3a3a3;
    border-bottom: 1px dotted #fcfcfc;
}

.footstrip {
	background-color: transparent;
	text-align:center;
	font-size:70%;
	color: #4f4f4f;
	padding:10px;
	height: 100%;
	margin: 0 auto;
}

.table-mainopt {
	width:260px; 
	padding:10px 20px 20px 20px; 
	background: rgba(216, 216, 216, .5);
/	background: linear-gradient(330deg, #dedede , #f5f5f5);
	border-radius:6px; 
	border:2px solid #f8f8f8;
	box-shadow: -3px 4px 15px -6px rgba(0,0,0,0.20);
}

.sidetable {
	width:200px; 
	padding:20px; 
	border-radius:2px; 
	background: linear-gradient(330deg, #dedede , #f5f5f5); 
	border:1px solid #e5e5e5;
}

.sidetable2 {
	width:280px; 
	padding:20px; 
	border-radius:2px; 
	background: linear-gradient(330deg, #dedede , #f5f5f5); 
	border:1px solid #e5e5e5;
}

.sidetable02 {
	width:325px; 
	padding:10px; 
	border-radius:2px; 
	background: linear-gradient(330deg, #dedede , #f5f5f5); 
	border:1px solid #e5e5e5;
}

.sidetable002 {
	width:300px; 
	padding:10px; 
	border-radius:2px; 
	background: linear-gradient(330deg, #dedede , #f5f5f5); 
	border:1px solid #e5e5e5;
}

.sidetable3 {
	width:280px; 
	padding:20px; 
	border-radius:6px; 
	background: linear-gradient(15deg, #BCD2EE, #7D9EC0); 
	border:1px solid #e5e5e5;
}

.sidetable4 { 
	width:150px; 
	padding:0px; 
	border-radius:0px; 
	background: linear-gradient(330deg, #dedede , #f5f5f5); 
	border:0px solid #e5e5e5;
}

.bottombox {
	width:30%; 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.1) inset; 
	padding:15px 35px 15px 30px;
	font-size:90%;
}


.button {
	background: linear-gradient(220deg, #f7f7f7 , #d8d8d8);
	border:0px solid #BB2025; 
	border-radius:2px;
	color:#303030;
	padding:5px 5px 5px 5px;
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.pad2 
{	
	padding:0px 3px 0px 3px;	
	cursor:pointer;
}
.mar2
{	
	margin-top: 10px; 
}
.padB
{	
	padding:0px 0px 5px 0px;	
}

.Lbutton {
	background: linear-gradient(220deg, #f7f7f7 , #d8d8d8);
	box-shadow: -1px 4px 20px -6px rgba(0,0,0,0.85); 
	border:1px solid #2e2e2e; 
	border-radius:5px;
	color:#303030;
	padding:8px;
	font-size:60%;
	font-family: 'Roboto Slab', serif;
	cursor:pointer;
} 

.bbutton {
	background: linear-gradient(5deg, #AA1A25 , #BB2025); 
	border-radius:5px;
	border:1px solid rgba(255, 255, 255, 0.5);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:19px;
	font-weight:100;
	padding:10px 25px;
	text-decoration:none;
	text-shadow:0px 2px 8px #141414;
	margin-top:20px;
}
.bbutton2 {
	background: linear-gradient(5deg, #AA1A25 , #BB2025); 
	border-radius:5px;
	border:1px solid rgba(255, 255, 255, 0.5);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:100;
	padding:10px 25px;
	text-decoration:none;	
	margin-top:15px;
}
.bbutton3 
{
	background: linear-gradient(5deg, #AA1A25 , #BB2025); 
	border-radius:9px;
	border:1px solid rgba(255, 255, 255, 0.5);
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:100;
	padding:7px 7px;
	text-decoration:none;	
	margin-top:15px;
}
.bbutton:hover {
	background: linear-gradient(5deg, #BB2025 , #AA1A25); 
}
.bbutton:active {
	position:relative;
	top:1px;
}

.body-homefooter {
	background: linear-gradient(220deg, #a3a3a3, #d7d7d7, .5); 
	background-size:cover; 
	border:2px solid white;
	background-position: top center; 
	-webkit-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.85); 
	-moz-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.85); 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset; 
	text-align:justify; 
	height:250px;
}


.body-homefooter2 {
	background: linear-gradient(220deg, #a3a3a3, #d7d7d7, .5); 
	background-size:cover; 
	border:2px solid white;
	background-position: top center; 
	-webkit-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.85); 
	-moz-box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.85); 
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 0, 0, 0.2) inset;  
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	padding:30px;
}

.listinside {
	padding-left: 30px; 
	
}

.arrowimg {
	list-style-image:url(graphics/arrow-r.png);
	padding-left: 25px;
	font-size:90%; 
	line-height:25px;
}

.listsq {
	list-style: square;
	padding-left: 25px;
	font-size:95%; 
	line-height:20px;
}

.bio2 {
	font-size:85%;
	color:#4d4d4d;
	font-weight:bold;
	letter-spacing:1px;
	font-family: 'Roboto Slab', serif;
	padding-left:8px;
	background: linear-gradient(40deg, #dedede , #f5f5f5);
}
.bio {
	font-size:85%;
	color:#4d4d4d;
	font-weight:bold;
	letter-spacing:1px;
	padding-left:8px;
	font-family: 'Roboto Slab', serif;
}


/*for slideshow*/
ul.ppt {
	margin-top:4px;
}

.ppt li {
	list-style-type: none;
	color: white;
	top: 0px;
	left: 0px;
}

.ppt img {
	border: 1px solid transparent;
	padding: 5px;
	background-color: transparent;
}


.provider-flexbox 
{
	display: flex; /*flexbox for contact*/
	flex-wrap: wrap; /*flex - wrap or nowrap*/ 
	justify-content: space-evenly; /*flex - how items are positions in flexbox*/
	/*align-items: center; /*flex - centers each individual box vertically*/
	
	max-width: 1100px; 
	margin: auto; /*centers the nav container*/ 
	/*background: rgba(255, 255, 255, 1); /**/
	/*margin-bottom: 25px;  /**/
	padding: 25px 0px 25px 0px;  /*t,r,b,l*/
	/*border:1px solid blue; /*hide - for layout only*/	
}
.provider-flex-item
{
	text-align: center; 
	padding: 0px 25px 30px 25px; /*t,r,b,l*/
	/*border:1px solid green; /*hide - for layout only*/
}
.provider-flex-item > span
{
	text-decoration: none; 
	display: inline-block;
}
.provider-flex-item > p
{
	font-weight: bold; 
	font-style: italic;
	color: #a02422; 
	text-decoration: none; 
	display: inline-block;
}
.picBorder
{
	width: 70%; 
	height: auto; 
	border: 3px outset lightgray; /* border, pop-out, transparency */ 
	box-shadow: 5px 5px 5px gray;
}
.picBorder2
{
	border: 3px outset lightgray; /* border, pop-out, transparency */ 
	box-shadow: 5px 5px 5px gray;
}
.break 
{
	flex-basis: 100%;
	height: 0;
}

.bold
{
	font-weight: bold; 
}

/*alert warning styling*/ 
.alert
{
	padding: 6px;
	background-color: #fcf003;
	font-weight: thin;
	text-align: center;
	padding-top: 35px;
}
.alert a { text-decoration: none; color: #1b8cde;}
.alert span { font-size:25px; vertical-align:sub;} 

/*seal section styling*/ 
.seal-flex-container 
{
	display: flex; /*flexbox for contact*/
	flex-wrap: wrap; /*flex - wrap or nowrap*/ 
	justify-content: space-evenly; /*flex - how items are positions in flexbox*/
	align-items: center; /*flex - centers each individual box vertically*/
	
	max-width: 960px; 
	min-width: 960px; /*delete, once the rest of page is responsive*/
	margin: auto; /*centers the nav container*/ 
	/*background: rgba(255, 255, 255, 1); /**/
	margin-bottom: 20px;  /**/
	/*border:1px solid red; /*hide - for layout only*/
}
.seal-flex-item    
{
	padding: 10px 10px 10px 10px;  /*t,r,b,l*/	
	/*border:1px solid green; /*hide - for layout only*/
}

/*popup survey modal*/
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}

#boxes #dialog {
  width: 300px;
  height: 320px;
  padding: 15px;
  background-color: #ffffff;
  font-family: 'Segoe UI Light', sans-serif;
  font-size: 135%;
  background-image:url(graphics/stripe.png);
  background-repeat:repeat;
  background-position:center center;
}

#popupfoot {
  font-size: 16pt;
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0;
}


.modalbutton {
	background: linear-gradient(0deg, #ED1C24 , #BB2025); 
	border:0px solid #BB2025; 
	border-radius:5px;
	color:#ffffff;
	padding:5px 10px 5px 10px;
	font-size:85%;
	font-family: Arial, Helvetica, sans-serif;
	cursor:pointer;
} 



/*for testimonial slideshow*/

#slideshow {
  margin: 5px auto;
  position: relative;
  width: 800px;
  height: 40%;
  padding: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.0);
}

#slideshow > div {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
}


/*for dropdown menu*/
	#jsddm
{	margin: 0;
background-color:#f7f7f7;
text-shadow: 1px 1px 1px #f7f7f7;
	padding: 0;}
	
	#jsddm li
	{	float: right;
		list-style: none;
		font-size:98%;
		font-family: 'Roboto Slab', serif;}

	#jsddm li a
	{	display: block;
		background: transparent;
		padding: 10px;
		text-decoration: none;
		border-right: 0px solid white;
		width: auto;
		color:#4f4f4f;
		word-spacing:2px;
		white-space: nowrap}

	#jsddm li a:hover
	{	background-color:#f7f7f7;
		border-radius: 3px;
		text-shadow: 1px 1px 1px #b5b5b5;
	}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border-top: 0px solid white;}
		
		#jsddm li ul li
		{	float: none;
			display: inline}
		
		#jsddm li ul li a
		{	width: 100%;
			background-color:#f7f7f7;
			border-bottom:1px solid #e8e8e8;
			box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.35); 
		}
		
		#jsddm li ul li a:hover
		{	background-color:#ebebeb;
			color:#2e2e2e;
			border-bottom:2px solid #e0e0e0;
			box-shadow: -1px 4px 32px -6px rgba(0,0,0,0.35);  }