@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400:italic);
@import url(//fonts.googleapis.com/css?family=Gentium+Basic);

/*/////////////////////////////////////////////////////////////////////
 // 
 /////////////////////////////////////////////////////////////////////*/

 html {
	width: auto;
	height: auto; 
 }
 
 body {
		width: auto;
		height: auto;
		background-color: #ffffff; 
		color: #666;
    	font: 13px/18px 'Open Sans', sans-serif;
 }
 
 /**
		Custom Sytles for template modifications
		=====================================================================
**/


 a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}

strong {
    font-weight: 700;
}

address {
    font-style: normal;
}

p {
    margin-bottom: 18px;
}

/* Images - make resonsive by default */
/*
img{display:block;max-width:100%;height:auto}
*/

/****Heads****/


h1, h2, h3, h4, h5, h6 {
    color: #222;
    font-weight: normal;
    text-transform: uppercase;  
    font-family: 'Gentium Basic', sans-serif;
}

h1, h2 {
    padding-top: 20px;
    margin-bottom: 20px;
}

h3, h4, h5, h6 {
    padding-top: 10px;
    margin-bottom: 10px;
}




a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #4C617A;
}



 
.header {
	width: 100%;
	background-color:#ffffff;
	padding: 2px 0;
	border-bottom: 1px solid #000000;
	z-index:1000;
	position:fixed;
	height:125px;
}

.header .container {
	position:relative;
	height:100px;
}


.navbar-header {
	position:relative;
	width: 100%;
	z-index: 10;	
}

	.header-customarea {
		position: absolute;
		top: 10px;
		right: 0px;
		z-index: 20;
	}
	.header-customarea ul.the-icons li {
		float: left!important;
		padding: 7px!important;
		margin-left: 5px!important;
		display: inline!important;
		background-color: #ffffff;
	}
	
	.header-customarea ul.the-icons li a {
		width: 28px;!important;
		height: 28px;!important;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		font-size: 14px;
	}
	
	.header-customarea ul.the-icons li:hover {
		background-color: #cccccc;
	}
	
	.header-customarea ul.the-icons li a .fa {
		margin: auto auto;	
	}
	
	
.header-customarea2 ul.the-icons li a {
	width: 28px;!important;
	height: 28px;!important;
	margin: 0 6px 6px 0;
	display: inline!important;
	float: left;!important;
	text-indent: -9999px;
	background-position: 0 -38px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header-customarea2 ul.the-icons li a:hover {
	width: 28px;!important;
	height: 28px;!important;
	margin: 0 6px 6px 0;
	display: inline!important;
	float: left;
	background-color: #06C;
}	
	
	
	
	
	
	
	
	

.navbar {
	position:absolute;
	top: 0px;
	left:0px;
	width:100%;
}
 
 
#content {
  	/* 3. Content wrapper */
	margin-bottom: 40px;
	background-color: #ffffff;
	background: url(/utilities/file_library/template/standard/img/site_background.jpg) left top repeat-x;	
	min-height: 150px;
	position:relative;
  }
  
#content a {
    text-decoration: none;
    color: #395773;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
   
}

#content a:hover {
    color: #555;
	text-decoration: underline;
	
	
}

 /* a[href^="tel:"] */
#content a[class^="btn-"] {
	color: #ffffff;
}

#content a.btn {
	color: #ffffff;	
}

#content a.btn:hover {
	color: #ffffff;	
	text-decoration:none;
}

#content a.btn-default {
	color: #333333;	
}

/* reset color for Calendar tabs */
#content #holder_cal a.btn {
	color: #333333;	
}




  
.home #content {
  	/* 3. Content wrapper */
	margin-bottom: 0px;
	background-color: #ffffff;
	position:relative;
	min-height: 100px;
  }
  
#content .container {
	background-color:#ffffff;
	padding-right: 35px;
    padding-left: 35px;
}

#content .topmargin {
	padding-top:140px;	
}
  
#content .boxed {
    background-color: white;
    -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.16);
}
 
 
 
 
 .infoheading {
	font-weight: normal;
	font-size: 16px;
    text-transform: uppercase;
	padding: 10px;
}
/* Sets checkout headers in Checkout Table structure */
th.btn-inverse,
td.btn-inverse,
.checkoutheading {
    color: #ffffff;
    font-weight: normal;
	font-size: 16px;
	padding: 5px;
    text-transform: uppercase;  
    font-family: 'Gentium Basic', sans-serif;
}

/* Set Inverse Button Color */
.btn-inverse {
  color: #fff;
  background-color: #232323;
  border-color: #232323;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #fff;
  background-color: #323232;
  border-color: #232323;
}
 
 
 
 .text-primary {
	color: #4C617A;
}

/* Set Primary Button Color */
.btn-primary {
  background-color: #4F6580;
  /*
  background-image: -webkit-linear-gradient(top, #4C617A 0%, #4F6580 100%);
  background-image:      -o-linear-gradient(top, #4C617A 0%, #4F6580 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4C617A), to(#4F6580));
  background-image:         linear-gradient(to bottom, #4C617A 0%, #4F6580 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4FBC4F', endColorstr='#ff73CA73', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  */
  border-color: #4C617A;
}
.btn-primary:hover,
.btn-primary:focus {
  background-image: none;
  background-color: #4F6580;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-image: none;
  background-color: #4F6580;
  border-color: #4C617A;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-image: none;
  background-color: #4F6580;
  background-image: none;
}


	
	
	
	/* mobile nav button ======================================== */
	.btn-navbar,
	.navbar-btn {
	  position: absolute;
	  display: block;
	  top: 75px;
	  left: 5px;
	  background: #414141;
	  height: 30px;
	  line-height: 30px;
	  width: 40px;
	  text-align: center;
	  cursor: pointer;
	  padding: 6px 0;
	  z-index: 400;
	}
	
	.mobilelogo {
		margin: 0 0 0 35px;	
	}
	
	.btn-navbar .bar,
	.navbar-btn .bar {
	  display: block;
	  width: 26px;
	  height: 3px;
	  background-color: #cccccc;
	  border-radius: 1px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.btn-navbar .bar + .bar,
	.navbar-btn .bar + .bar {
	  margin-top: 4px;
	}
	.btn-navbar.open,
	.navbar-btn.open,
	.btn-navbar:hover,
	.navbar-btn:hover {
	  background: #353535;
	}
	.btn-navbar.open .bar,
	.navbar-btn.open .bar,
	.btn-navbar:hover .bar,
	.navbar-btn:hover .bar {
	  background-color: #e6e6e6;
	}
	.navbar-collapse {
	  max-height: none;
	  clear: both;
	  margin: 0px;
	  padding: 0;
	}
	/* END mobile nav button ======================================== */
	
	
	/* NAV Updates ================================================== */
	
		#jPanelMenu-menu  {
		  position: relative;
		  color: #eeeeee;
		  border: 0;
		  padding: 0px;
		  margin: 0px;
		  width:280px;	
		  background-color:#000000;
		  display: block;
		}
		
		#jPanelMenu-menu > li {
			border-bottom: 1px solid #ffffff;
		}
		
		#jPanelMenu-menu > li > a,
		#jPanelMenu-menu > li > a:link,
		#jPanelMenu-menu > li > a:focus {
		  padding: 9px 25px;
		  margin: 0;
		  font-weight: normal;
		  font-size: 14px;
		  text-transform: none;
		  color: #bbbbbb;
		  background-color: #232323;
		  
		}
		
		#jPanelMenu-menu > li > a:hover {
			color: #ffffff;
			background-color: #232323;
		}
		
		#jPanelMenu-menu > li.active > a:hover {
			color: #ffffff;
			background-color: #232323;
		}
		
		#jPanelMenu-menu > li.dropdown > a:hover {
			color: #ffffff;
			background-color: #232323;
		}
		
		#jPanelMenu-menu > li.dropdown.open > a {
			color: #ffffff;
			background-color: #232323;
			border-bottom: 1px solid #eeeeee;
		}
		
		#jPanelMenu-menu > li > a:hover {
			color: #ffffff;
		}
	
		#jPanelMenu-menu > li.active a,
		#jPanelMenu-menu > li.active a:link,
		#jPanelMenu-menu > li.active a:visited {
			/* background-color: #535353; */
			color: #ffffff;
			background-color: #4c6782;
		}
		
			#jPanelMenu-menu > li > ul,
			#jPanelMenu-menu > li > ul > li > ul {
				margin: 0px;
				padding: 0px;
			}
			
			#jPanelMenu-menu > li > ul > li:last,
			#jPanelMenu-menu > li > ul > li > ul > li:last {
				margin: 0px;
				padding: 0px;
			}
			
			#jPanelMenu-menu > li > ul.dropdown-menu > li a,
			#jPanelMenu-menu > li > ul.dropdown-menu > li a:link,
			#jPanelMenu-menu > li > ul.dropdown-menu > li a:visited{
					color: #ffffff;
					background-color: #343434;
					padding: 9px 30px;
		  			margin: 0;
		  			font-weight: normal;
		  			font-size: 14px;
			}
			
			#jPanelMenu-menu > li > ul.dropdown-menu > li a:hover {
				background-color: #777777;
			}
				
			#jPanelMenu-menu > li > ul.dropdown-menu > li.active a,
			#jPanelMenu-menu > li > ul.dropdown-menu > li.active a:link,
			#jPanelMenu-menu > li > ul.dropdown-menu > li.active a:visited{
					color: #ffffff;
					background-color: #368D36;
			  		background-image: linear-gradient(to bottom, #4AB54A 0%, #368D36 100%);
			  		background-repeat: repeat-x;
			}
			
			#jPanelMenu-menu > li > ul.dropdown-menu > li.active a:focus {
				color: #ffffff;
				background-color: #368D36;
			}
			
			#jPanelMenu-menu > li > ul.dropdown-menu .divider {
			  height: 1px;
			  margin: 0;
			  overflow: hidden;
			  background-color: #e5e5e5;
			}
			
			
			/* Start options / layout for third level *****************************************/
			
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu {
					position: relative;
				}
				
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > a:before {
					/* 
						ASCII characters can be converted for use in the css content
						  - they must be referenced by their Hex number preceded by a \
						 
						content: "\2a"; * asterisk
						content: "\2b"; + plus sign 
						content: "\3c"; < less than sign
						content: "\33"; > greater than sign
						content: "\5e"; ^ carrot
						
						OR content can be a space and then use css to create a down arrow:
						http://css-tricks.com/snippets/css/css-triangle/
					
					*/
					content: " ";
					float: left;
					margin-top: 8px;
					margin-left: -25px;
					
						/* down arrow */
						width: 0; 
						height: 0; 
						border-left: 5px solid transparent;
						border-right: 5px solid transparent;
						border-top: 5px solid #fff;
				}
				
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu {
					display: block;
					background-color: #cccccc;
					padding-left: 20px;
					margin-top: 0px;
					margin-left: 0px;
					-webkit-border-radius: 0 0px 0px 0px;
					-moz-border-radius: 0 0px 0px 0px;
					border-radius: 0 0px 0px 0px;
				}
				
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li a,
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li a:link,
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li a:visited{
					color: #ffffff;
					background-color: #343434;
					padding: 7px 30px;
		  			margin: 0;
		  			font-weight: normal;
		  			font-size: 12px;
				}
				
				
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li a:hover {
					background-color: #777777;
				}
					
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li.active a,
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li.active a:link,
				#jPanelMenu-menu > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu > li.active a:visited{
						color: #ffffff;
						background-color: #368D36;
			  			background-image: linear-gradient(to bottom, #4AB54A 0%, #368D36 100%);
			  			background-repeat: repeat-x;
				}
			
	

			/* End options for third level *****************************************/
			
	
	/* END NAV Updates ================================================== */	

	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

	
#highlighted {
  /* 2. Highlighted (below header) wrapper */
}


#videoarea .slide {
  background: url(/utilities/file_library/template/standard/img/hp_videobox_background.jpg) left bottom no-repeat;
  height: 220px;
  padding: 0px;
  margin: 0px;
}

	.videobox {
		width: 260px;
		height: 144px;
		background-color: #333333;
		margin: 30px auto;
	}
	
	
	.hprolloverspacer {
		margin-right: 16px;	
	}
	
	.rowmargin {
		margin-bottom: 20px;	
	}
	
	.marginbottom10 {
		margin-bottom: 10px;
	}
	.marginbottom20 {
		margin-bottom: 20px;
	}
	
	.margintop10 {
		margin-top: 10px;
	}
	.margintop20 {
		margin-top: 20px;
	}
	
	.bold {
		font-weight: bold;
	}
	
	.italics {
		font-style: italic;
	}
	
	.columnseparator {
		border-right: 1px solid #939598;	
	}
  
	
	.right-column {
		border: 1px solid #eeeeee;
	}
	
aside.cta-quote {
    padding: 100px 0;
    text-align: center;
    color: #fff;
    /*  background: no-repeat center center scroll;  */
	background-attachment: fixed;
    background-color: #222;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

aside.cta-quote span.quote {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 32px;
}
	
/* customized nav-pills *************************************************/
	.nav-pills > li {
	  float: left;
	}
	.nav-pills > li > a,
	.nav-pills > li > a:visited {
	  border-radius: 4px;

	  background-color: transparent;
	  font-size: 16px;
	  color: #777777;
	}
	
	.nav-pills > li > a:hover {
	  border-radius: 4px;
	  background-color: #83CF83;
	  font-size: 16px;
	  color: #777777;
	}
	
	.nav-pills > li + li {
	  margin-left: 2px;
	}
	.nav-pills > li.active > a,
	.nav-pills > li.active > a:hover,
	.nav-pills > li.active > a:focus {
	  color: #fff;
	  background-color: #368D36;
	}
	.nav-pills > .active > a > .badge {
	  color: #B4ABE0;
	  background-color: #fff;
	}
	.nav-pills > li > a > .badge {
	  margin-left: 3px;
	}
	
	.nav-stacked > li {
	  float: none;
	}
	.nav-stacked > li + li {
	  margin-top: 2px;
	  margin-left: 0;
	}
	
	
  
.infiplex-select-btn {
	width: 150px;
	height: 40px;
	overflow: hidden;
}
  
	.reviewdiv {
		margin-bottom: 10px; 
	}
	.reviewicon {
		margin-right: 10px;	
	}


/* sidebarbox */
.sidebarbox-heading {
	font-size:15px;
	line-height:30px;
	color:#333333;
	font-weight: bold;
	margin-bottom:20px;
	border:1px solid;
	border-color:#cccbcb #abaaaa #989797 #cccbcb;
	padding:6px 14px;
	border-radius:15px;
	box-shadow:inset 0 0 28px rgba(0,0,0,0.05)
	}
	
.sidebarbox-background {
	color:#323232;
	margin-bottom:20px;
	border:0px solid;
	border-color:#cccbcb #eeeeee #989797 #cccbcb;
	padding:10px 20px;
	border-radius:6px;
	box-shadow:inset 0 0 28px rgba(0,0,0,0.05)
	}

/* Side Nav
=================================================================== */
	.sidenavdiv {
		background-color: #ffffff;
		padding: 20px 20px 80px 20px;
		border-right: solid 1px #E3E3E3; 
		height: 100%;
		background-color: #f7f7f7;
		z-index: 100;
	}
	
	.sidenav .btn {
		margin-bottom: 0px;	
	}
	
	.sidenavbox {
		
	}
	
	h3.sidenavtitle {
		border-bottom: 1px solid #E3E3E3;
	}
	
	.sidenav {
		padding-bottom: 10px;
		border-bottom: 1px solid #E3E3E3;
	}
	
	
	.sidenav > .nav > li {
		margin-bottom: 2px;
	}
	
	.sidenav > .nav > li > a,
	.sidenav > .nav > li > a:link {
		  font-size: 14px;
		  padding: 7px 15px;
		  margin: 0;
		  font-weight: normal;
		  text-transform: none;
		  color: #9d9d9d;	/*		*/
		  border-width: 0px;
		  background-color: transparent;
		}
	
	.sidenav > .nav > li.active a,
	.sidenav > .nav > li.active a:link,
	.sidenav > .nav > li.active a:visited {
			color: #111111;
			background-color: #e3e3e3;
			background-image:none;
		}
		
	.sidenav > .nav > li > a:focus,
	.sidenav > .nav > li > a:hover {
			/*
			color: #4C617A;
			*/
			color: #555555;
			background-color: #e3e3e3;
		}
		
	.sidenav > .nav > li.active > a:focus,
	.sidenav > .nav > li.active > a:hover {
			color: #555555;
			background-color: #e3e3e3;
		}
		
		
	.sidenav > .nav > li {
			border-right: 0px solid #392D79;

			border-top: 0px solid #392D79;
			border-bottom: 0px solid #392D79;
		}
		
		.sidenav > .nav > li > .dropdown-menu {
			float:none;
			display: block;
			position: relative;
			visibility: visible;
			background-image:none;
			background-color: transparent;
			background-clip:none;
			border: none;
			border-left: 15px solid #e3e3e3;
			border-radius:0px;
			box-shadow:none;
			font-size: 12px;
			padding: 0px;
			margin: 0px;
		}
		
				.sidenav > .nav > li.dropdown > a:before {
					/* 
						ASCII characters can be converted for use in the css content
						  - they must be referenced by their Hex number preceded by a \
						 
						content: "\2a"; * asterisk
						content: "\2b"; + plus sign 
						content: "\3c"; < less than sign
						content: "\33"; > greater than sign
						content: "\5e"; ^ carrot
						
						OR content can be a space and then use css to create a down arrow:
						http://css-tricks.com/snippets/css/css-triangle/
					
					*/
					content: " ";
					float: left;
					margin-top: 8px;
					margin-left: -12px;
					
						/* down arrow */
						width: 0; 
						height: 0; 
						border-left: 5px solid transparent;
						border-right: 5px solid transparent;
						border-top: 5px solid #9d9d9d;
				}
				
				.sidenav > .nav > li > .dropdown-menu > li {
					margin-bottom: 1px;
				}
				
				.sidenav > .nav > li > .dropdown-menu > li > a,
				.sidenav > .nav > li > .dropdown-menu > li > a:link, 
				.sidenav > .nav > li > .dropdown-menu > li > a:visited {
					padding: 5px 10px;
					color: #9d9d9d;
					background-color: transparent;
					background-image:none;
				}
				
				.sidenav > .nav > li > .dropdown-menu > li.active > a,
				.sidenav > .nav > li > .dropdown-menu > li.active > a:link, 
				.sidenav > .nav > li > .dropdown-menu > li.active > a:visited {
					color: #111111;
					background-color: #e3e3e3;
					background-image:none;
				}
				
				.sidenav > .nav > li > .dropdown-menu > li > a:focus,
				.sidenav > .nav > li > .dropdown-menu > li > a:hover {
					color: #555555;
					background-color: #e3e3e3;
				}
	
	
	
	
	
	

/* End Side Nav
=================================================================== */

	/* FOOTER Updates ================================================== */	
	
		.contacts {
			position: relative;
			color: #fff;
			text-align: left;
			background-image: url('/utilities/file_library/template/standard/img/bg-footer.jpg');
			background-attachment: fixed;
			-webkit-background-size: cover;
    		-moz-background-size: cover;
    		background-size: cover;
    		-o-background-size: cover;
		}
		
		.contacts .container {
			margin-top: 40px;	
		}
		
		.contacts-bg {
			background-color: #40607F;
			opacity: 0.85;
			padding-bottom: 51px;
		}
		
		.contacts a {
			text-decoration: none;
			font-weight:bold;
			color: #fff;
			background-color: transparent;
			background-image: none;
			text-shadow: none;
		}
		
		.contacts a:hover {
			color: #fff;
			text-decoration: none;
		}
		
		.cnts_title {
			font-weight: 800;
			font-size: 18px;
			line-height: 18px;
			padding-top: 38px;
			padding-bottom: 15px;
			margin-bottom: 18px;
			border-bottom: 2px solid #fff;	/*	B4ABE0	*/
		}
		
		.contacts .color1 {
			color: #fff;
		}
		
		.contacts h3 {
			margin-top:-20px;
			padding-top:0px;
		}
			.contacts h4 {
			
			padding-top:0px;
			color: #fff;
		}	
		
		.newsitem {
			
		}
		
		.newsitem-text {
			font-size: 12px;
			color: #555555;
		}
		
		.newsitem-title {
			font-size: 16px;
			color: #555555;
			margin: 0 0 5px 0;
		}
		
		.newsitem-text a:link{ color: #555555; }
		.newsitem-text a:visited{ color: #555555; }
		.newsitem-text a:hover{ color: #222222;text-decoration:underline; }
		
		.newsitem-spacer {
			border-bottom: 1px solid #999999;	
			margin-bottom: 20px;
		}
		
		
		
		body #footer {
		  border-top: 0px solid #4C617A;
		  background-color: #232323;
		  color: #ffffff;
		  width: auto;
		  height: auto;
		  padding: 20px;
		  margin: 0px;
		  /*
		  position: fixed;
		  bottom: 10px;
		  left: 10px;
		  */
		  
		}
		body #footer .container{
			padding: 10px;
			margin: 0 auto;
		}
		
		
		
		
		body #footer h3 {
			color: #ffffff;
		}
		
		body #footer a:link { color: #ffffff;}
		body #footer a:visited { color: #ffffff;}
		body #footer a:hover { color: #ffffff;}
		
		body #footer .certifications a:link { color: #ffffff; text-decoration:underline;}
		body #footer .certifications a:visited { color: #ffffff; text-decoration:underline;}
		body #footer .certifications a:hover { color: #ffffff; text-decoration:underline;}
		
		body #footer .footer-menu a:link { color: #ffffff;}
		body #footer .footer-menu a:visited { color: #ffffff;}
		body #footer .footer-menu a:hover { color: #ffffff;}
		
		
		.branding {
			font: 10px/15px 'Open Sans', sans-serif;
		}
		
		.branding h3 {
			font-family: 'Open Sans', sans-serif;
		}
		
			/* Back to Top Styles */
			#back-top-wrapper {
				position: fixed;
				bottom: 20px !important;
				right: 20px !important;
			}
			
			.top-link {
			  margin: 10px;
			  text-align: center;
			  padding: 20px;
			  background-color: #25560C;
			}	
			
			a.top-link {
			  margin: 10px;
			  text-align: center;
			  padding: 20px;
			  background-color: #999999;
			  text-decoration: none;
			  cursor: pointer;
			}
			
			a:hover.top-link { 
				text-decoration: none;
			}
			
			#back-top-wrapper #back-top a {
			  padding: 15px 20px;
			  opacity: 0.6;
			  transition: 200ms all;
			}
			#back-top-wrapper #back-top a:hover {
			  opacity: 1;
			}
			#back-top-wrapper #back-top a span {
			  
			}
			
/*
    BACK TO TOP
*/

#backtotop {
    display: none;
}
 .totop {
	position: fixed;
    bottom: 0;
    right: 0px;
    width: 0px;
    height: 0px;
    color: #FFF;
    border-style: solid;
    border-width: 0 0 60px 60px;
    border-color: transparent transparent rgba(18, 24, 24, .4) transparent;
    z-index: 999;
}
.totop span {
    position: relative;
    overflow: hidden;
    font-size: 20px;
    bottom: -27px;
    display: inline-block;
    left: -50px;
    cursor: pointer;
    height: 42px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    z-index: 1000;
}
.totop a {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 60px;
    height: 60px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.totop .first {
    top: 0px;
}
.totop .hover {
    top: 20px;
}
.totop .first i {
    color: #FFF;
}
.totop:hover {
    cursor: pointer;
}
.totop:hover span > a.first {
    top: -20px;
}
.totop:hover span > a.hover {
    top: 0px;
    color: #368D36;
}
			
			
	
	/* END FOOTER Updates ================================================== */
	
	
/* ----------------------- rotating testimonials used in widgets and on home page */

.rotating-testimonials {
    padding: 10px 0px
}
.rotating-testimonials .tabs {
    clear: both;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 0px;
    text-align: left;
}
.rotating-testimonials .tabs li {
    background: #444444;
    border: none;
    display: inline-block;
    *display: inline;
    height: 8px;
    width: 8px;
    margin: 15px 5px 0px;
    zoom: 1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.no-js .rotating-testimonials .tabs li {
    display: none
}
.rotating-testimonials .tabs li.active, .rotating-testimonials .tabs li:hover {
    background: #999999;
    padding: 0px;
}
.rotating-testimonials .tabs li a {
    display: block;
    height: 20px;
    padding: 0px;
    text-indent: 9999px;
    overflow: hidden;
}
.rotating-testimonials .panels {
    width: 100%
}
.rotating-testimonials .panels blockquote {
    margin-bottom: 0;
    background-color: transparent;
    border: 0px;
}
.sidebar .rotating-testimonials .panels blockquote {
    font-size: 100%;
    padding: 0;
    margin-bottom: 0;
    background-image: none!important;
}
.sidebar .rotating-testimonials .tabs {
    text-align: right;
    margin-bottom: 0;
}

	
/* Google Map
=================================================================== */

#googlemaps:before, #googlemaps:after {
	bottom:14px;
	content: "";
	position: absolute;
	z-index: -1;
	-ms-transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg); /* Safari and Chrome */
	-o-transform: rotate(-1deg); /* Opera */
	-moz-transform: rotate(-1deg); /* Firefox */
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.3);
	height: 50px;
	left: 5px;
	max-width: 50%;
	width: 50%;
}
#googlemaps:after {
	-ms-transform: rotate(1deg); /* IE 9 */
	-webkit-transform: rotate(1deg); /* Safari and Chrome */
	-o-transform: rotate(1deg); /* Opera */
	-moz-transform: rotate(1deg); /* Firefox */
	left: auto;
	right: 5px;
}

#googlemaps {
	position: relative;
	margin-top: 0px;
	height: 400px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding:2px;
	background:#fcfcfc;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
	   -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.35);
		    box-shadow: 0px 1px 1px rgba(0,0,0,.35);	
}


#map {
	height: 400px;
	width: 100%;	
}



/****************************
Blog
****************************/
.blog-post {
    margin-bottom: 50px;
    position: relative;
}

.blog-post .blog-span {
    margin-left: 0px;
}

.blog-post .blog-post-type {
    background: #39618E;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    font-size: 22px;
}

.blog-search .input-group-addon {
    padding: 0;
    position: relative;
    left: -1px;
    border: 0;
}


.blog-post .blog-post-featured-img {
    background-position: bottom;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 0 20px 0;
    box-sizing: border-box;
}

.blog-post .blog-post-featured-img img {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-date {
    width: 38px;
    background-color: #eeeeee;
    position: absolute;
    left: 0;
    top: 0;
}

.blog-post-date .day,
.blog-post-date .month {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    text-align: center;
    padding: 7px 0 0px 0;
    display: block;
    color: #39618E;
}

.blog-post-date .month {
    padding: 0 0 7px 0;
    font-size: 14px;
    text-transform: uppercase;
}

.blog-post-date .icon-link {
    background-color: #39618E;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post .blog-post-body {
    margin: 0 0 20px 0;
    font-size: 13px;
    color: #676767;
}

.blog-post .blog-post-details {
    height: auto;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
}

.blog-post .blog-post-details .blog-post-details-item {
    font-size: 11px;
    height: 37px;
}

.blog-post .blog-post-details:after,
.blog-post .blog-post-details:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #fff;
    height: 1px;
    width: 100%;
}

.blog-post .blog-post-details:before {
    top: auto;
    bottom: -2px;
}

.blog-post .blog-post-details-item {
    position: relative;
    float: left;
    padding: 0px 0px 0 0;
    line-height: 37px;
    text-transform: uppercase;
}

.blog-post-details-item.icon-calendar {
    padding-left: 0;
}

.blog-post-details-item.blog-post-details-item-left::before {
    padding-right: 5px;
}

.blog-post-details-item.blog-post-details-item-right a i {
    padding-left: 5px;
    padding-left: 10px;
    color: #A5A5A5;
    -webkit-transition: padding 0.2s;
    -moz-transition: padding 0.2s;
    -o-transition: padding 0.2s;
    transition: padding 0.2s;
}
.blog-post-details-item.blog-post-details-item-right a:hover i {
    color: #39618E;
    padding-left: 12px;
}

.blog-post .blog-post-details-separator {
    border-right: 1px solid #e9e9e9;
    border-left: 1px solid #fdfdfd;
    height: 15px;
    float: left;
    margin: 10px 6px 0 6px;
}

.blog-post .blog-post-details-item-left {
    padding: 0 0 0 20px;
}

.blog-post .blog-post-details-item-left.icon-calendar {
    padding-left: 0;
}

.blog-post .blog-post-details-item-last:after,
.blog-post .blog-post-details-item-last:before {
    border-right: none;
}

.blog-post .blog-post-details-tags a {
    position: relative;
    padding: 0 0px 0 5px;
}

.blog-post .blog-post-details-item-right {
    float: right;
    padding-right: 0;
}

.blog-post .blog-slider {
    overflow: hidden;
}

/* Tags */
.tags a {
    display: block;
    float: left;
    padding: 0 10px 0 10px;
    border-right: none;
    line-height: 23px;
    position: relative;
    font-size: 11px;
    margin: 0px 10px 10px  0px;
    background-color: #f2f2f2;
}

.tags a:hover {
    background-color: #00457C;
    color: #fff;
    text-decoration: none;
}

.blog-post .readmore-icon {
    font-size: 8px;
    margin: 0 0 0 3px;
    text-decoration: none !important;
}

.blog-post .readmore-icon:hover {
    text-decoration: none !important;
}

/* Blog post link */
.blog-post .blog-post-link {
    font-size: 13px;
    color: #bcbcbc;
    display: block;
}

.blog-post .blog-post-link:hover {
    color: #bcbcbc;
}

/* blog post */
.blog_post_quote {
    position: relative;
    background-color: #f7f7f7;
    padding: 20px;
    font-size: 17px;
    line-height: 23px;
    color: #999;
    font-family: Raleway;
}
.blog_post_quote .quote-author {
    color: #39618E;
    margin-top: 20px;
}

.blog-post .item_img_overlay {
    height: 100%;
}

/* Post icon container */
.blog-post-icon {
    background-color: #39618E;
    display: block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.blog-post-icon i {
    display: block;
    margin: auto;
}

/* Recent Post */
.posts-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.posts-list li {
    display: block;
    overflow: hidden;
    margin: 0 0 15px 0;
}

.posts-list .posts-list-thumbnail {
    float: left;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
}

.posts-list .posts-list-thumbnail img {
    border-radius: 2px;
}

.posts-list .posts-list-thumbnail:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.posts-list-content {
    padding: 0 0 0 75px;
}

.posts-list .posts-list-title {
    display: block;
}

.posts-list .posts-list-meta {
    font-size: 12px;
    color: #aaa;
}

.blog-post .cycle-slideshow {
    height: 240px;
}

.pagination {
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center;
}

.blog-post.row-fluid .blog-span {
    width: 89%;
    margin-left: 55px;
}

.row-fluid .blog-span-bottom[class*="blog-span-bottom"] {
    width: 95.5%;
}



.comment .comment-reply {
    position: absolute;
    right: 0;
    top: 0px;
    font-weight: normal;
    font-size: 11px;
}

.blog-post-featured-img-with-vid {
    padding-top: 65%;
}

.blog-post-featured-img-with-vid iframe,
.blog-post-featured-img-with-vid object,
.blog-post-featured-img-with-vid embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-search .blog-search-button {
    border: 0;
    background-color: #39618E;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    float: left;
    overflow: hidden;
}

.search-button-container {
    padding-left: 30px;
}

.blog-search .blog-search-input {
    float: left;
    width: -moz-calc(100% - 30px);
    width: -o-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 30px;
}


/* STAFF DIRECTORY =============================================== */
	.team-member-name {
		padding: 10px;
		font-size: 12px;
		line-height: 20px;
	}
	
	a.memberlink:link {
		font-weight: bold;
		text-decoration:underline;
	}
	
	.bd-detail-items {
		font-size: 18px;
		line-height: 30px;
	}
	
	.bd-detail-description {
		
	}
	

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (min-width: 768px) {
  /* Small devices (tablets, 768px and up) */	

  	/* mobile nav button ======================================== */
	.btn-navbar,
	.navbar-btn {
	  display: none !important;
	}

	/* NAV Updates ================================================== */		
		.navbar-nav a {
			font-size: 12px;
		}
		
		.navbar-nav > li > a,
		.navbar-nav > li > a:link {
		  padding: 7px 15px;
		  margin: 0;
		  font-weight: normal;
		  text-transform: none;
		  color: #9d9d9d;	/*		*/
		  border-width: 0px;
		  background-color: transparent;
		}
		
		.navbar-nav > li > a:hover,
		.navbar-nav > li > a:focus {
			color: #ffffff;
			background-color: transparent;
		}
	
		.navbar-nav > li.active a,
		.navbar-nav > li.active a:link,
		.navbar-nav > li.active a:visited {
			color: #ffffff;	
			background-color: #080808;
		}
		
		.navbar-nav > li > a:hover {
			color: #ffffff;
			background-color: #232323;
		}
		
		.navbar-nav > li.active > a:hover {
			color: #ffffff;
			background-color: #232323;
		}
		
		
		.navbar-nav > li {
			border-right: 0px solid #392D79;

			border-top: 0px solid #392D79;
			border-bottom: 0px solid #392D79;
		}
	
			.dropdown-menu {
			  position: absolute;
			  top: 100%;
			  left: 0;
			  z-index: 1000;
			  display: none;
			  float: left;
			  min-width: 160px;
			  padding: 5px 0;
			  margin: 2px 0 0;
			  font-size: 14px;
			  text-align: left;
			  list-style: none;
			  background-color: #fff;
			  -webkit-background-clip: padding-box;
					  background-clip: padding-box;
			  border: 1px solid #ccc;
			  border: 1px solid rgba(0, 0, 0, .15);
			  border-radius: 4px;
			  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
					  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
			}
			
			.dropdown-menu.pull-right {
			  right: 0;
			  left: auto;
			}
			.dropdown-menu .divider {
			  height: 1px;
			  margin: 9px 0;
			  overflow: hidden;
			  background-color: #e5e5e5;
			}
			
			
			.navbar-nav > li > ul.dropdown-menu > li > a,
			.navbar-nav > li > ul.dropdown-menu > li > a:link,

			.navbar-nav > li > ul.dropdown-menu > li > a:visited {
			  display: block;
			  padding: 3px 20px;
			  clear: both;
			  font-weight: normal;
			  line-height: 1.42857143;
			  color: #333;
			  background-color:#FFF;
			  white-space: nowrap;
			}
			
			.navbar-nav > li > ul.dropdown-menu > li > a:hover,
			.navbar-nav > li > ul.dropdown-menu > li > a:focus {
			  color: #262626;
			  text-decoration: none;
			  background-color: #f5f5f5;
			}
			
			/* auto open on mouse hover for PC view */
			.navbar-nav > li.dropdown:hover > .dropdown-menu {
					display: block;
			}
			
			.navbar-nav > li > ul.dropdown-menu > li.active > a,
			.navbar-nav > li > ul.dropdown-menu > li.active > a:hover,
			.navbar-nav > li > ul.dropdown-menu > li.active > a:focus {
			  color: #fff;
			  text-decoration: none;
			  background-color: #395773;
			  background-image: linear-gradient(to bottom, #40607F 0%, #395773 100%);
			  background-repeat: repeat-x;
			  outline: 0;
			}
			.navbar-nav > li > ul.dropdown-menu > .disabled > a,
			.navbar-nav > li > ul.dropdown-menu > .disabled > a:hover,
			.navbar-nav > li > ul.dropdown-menu > .disabled > a:focus {
			  color: #777;
			}
			.navbar-nav > li > ul.dropdown-menu > .disabled > a:hover,
			.navbar-nav > li > ul.dropdown-menu > .disabled > a:focus {
			  text-decoration: none;
			  cursor: not-allowed;
			  background-color: transparent;
			  background-image: none;
			  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
			}
			
			.navbar-nav > li > ul.dropdown-header {
			  display: block;
			  padding: 3px 20px;
			  font-size: 12px;
			  line-height: 1.42857143;
			  color: #777;
			  white-space: nowrap;
			}
			
				
				/* Start options / layout for third level *****************************************/
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu {
					position: relative;
				}
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu > .dropdown-menu {
					top: 0;
					left: 100%;
					margin-top: -6px;
					margin-left: -1px;
					-webkit-border-radius: 0 6px 6px 6px;
					-moz-border-radius: 0 6px 6px 6px;
					border-radius: 0 6px 6px 6px;
					display: none;	/* hide this in non-mobile view */
				}
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu {
					display: block;
				}
				
				
				
				
				/* Sets color options for third level *****************************************/
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu > li > a,
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu > li > a:link,
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu > li > a:visited {
				  display: block;
				  padding: 3px 20px;
				  clear: both;
				  font-weight: normal;
				  line-height: 1.42857143;
				  color: #333;
				  background-color:#FFF;
				  white-space: nowrap;
				}
			
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu > li > a:hover,
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > .dropdown-menu > li > a:focus {
				  color: #262626;
				  text-decoration: none;
				  background-color: #f5f5f5;
				}
				
				.navbar-nav > li > ul.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu > .active > a,
				.navbar-nav > li > ul.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu > .active > a:link,
				.navbar-nav > li > ul.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu > .active > a:visited,
				.navbar-nav > li > ul.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu > .active > a:focus,
				.navbar-nav > li > ul.dropdown-menu > .dropdown-submenu:hover > .dropdown-menu > .active > a:hover {
				  		color: #ffffff;
						background-color: #368D36;
			  			background-image: linear-gradient(to bottom, #4AB54A 0%, #368D36 100%);
			  			background-repeat: repeat-x;
				  		text-decoration: none;
				  		outline: 0;
				}				
				
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu > a:after {
					content: " ";
					display: block;
					float: right;
					width: 0; height: 0;
					border-color: transparent;
					border-style: solid;
					border-width: 5px 0 5px 5px;
					border-left-color: #CCC;
					margin-top: 5px;
					margin-right: -10px;
				}
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu:hover > a:after {
					border-left-color: #ffffff;
				}
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu.pull-left {
					float: none;
				}
				
				.navbar-nav > li > ul.dropdown-menu > li.dropdown-submenu.pull-left > .dropdown-menu {
					left: -100%;
					margin-left: 10px;
					-webkit-border-radius: 6px 0 6px 6px;
					-moz-border-radius: 6px 0 6px 6px;
					border-radius: 6px 0 6px 6px;
				}
				
				/* End options for third level *****************************************/


/* End Nav Updats */
		
	
#content {
  	/* 3. Content wrapper */
	
  }
  
#content .container {
	min-height: 350px;
}


	
    aside.cta-quote {
        background-attachment: fixed;
    }

    aside.cta-quote span.quote {
        font-size: 36px;
        line-height: 38px;
    }
  


}

@media (min-width: 800px) {	

}
@media (min-width: 854px) {	


}
@media (min-width: 960px) {	


}
@media (min-width: 992px) {
  /* Medium devices (desktops, 992px and up) */  

	.navbar-nav a {
			font-size: 14px;
		}
	.navbar-nav > li > a,
		.navbar-nav > li > a:link {
		  padding: 9px 25px;
		  margin: 0;
		  font-weight: normal;
		  text-transform: none;
		  color: #9d9d9d;	/*		*/
		  border-width: 0px;
		  background-color: transparent;
		}
		
#content .container {
	min-height: 550px;
}
		
    aside.cta-quote {
        
    }

    aside.cta-quote span.quote {
        font-size: 40px;
        line-height: 42px;
    }
		
}
@media (min-width: 1200px) {
  /* Large devices (large desktops, 1200px and up) */
  
#content {
  	/* 3. Content wrapper */
	
  }
	
    aside.cta-quote {
        background-attachment: fixed;
    }
}

