﻿/*
Colors
Current Color Scheme

#b55013 - brownish
#C86000 - orange
#E2E9EE - light blue
#4C6A92 - darker blue


#dbe3ea - old light blue
*/


/*------------- Common-CSS----------------*/

.vertical-align{
	display:block;
	align-items:center;
}
html{
	scroll-behavior: smooth;
}
body { font-family: 'Roboto', sans-serif; color: #000; font-size: 14px; font-weight: 300; }
li { list-style: none;}
a:hover { text-decoration: none; }

/*Headers*/
h1,h2,h3,h4,h5,h6 { font-family: 'Yanone Kaffeesatz', sans-serif;color: #000}

h1 { font-size: 50px; }
h2 { font-size: 40px; }
h3 { font-size: 35px; }
h4 { font-size: 30px; }
h5 { font-size: 25px; }
h6 { font-size: 20px; }
ul {padding-left: 0;}
/*Add space between sections*/
section+section { margin-top: 50px; }
table{font-size:medium;}

a#skip, a#skip:hover, a#skip:visited
{
	position:absolute;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

a#skip:active, a#skip:focus
{
	position:static;
	width:auto;
	height:auto;
}

.block-heading {
	background-image: url("../images/titleBorderdark.png");
	background-repeat: repeat-x;
	height: 20px;
	margin: 40px 0 40px 0;
	text-align: center;
}

.block-heading h2 {
	background: #fff;
	display: inline-block;
	color: #777;
	margin-top: -28px;
	padding: 5px 10px 5px 10px;
	border: 1px solid #dedede;


}
.block-heading h2:hover {
	box-shadow: 0 0 5px #dedede;
}
#back-top {
	position: fixed;
	bottom: 40px;
	left: 40px;
	color: #555;
	height: 40px;
	width:40px;
	border-radius:50%;
	background-color:#bbb;
	display: none;
	text-align: center;
	vertical-align: middle;
	opacity:.7;
}

#back-top i{
	margin-top:-2px;
	margin-right:auto;
	margin-left:auto;
}

#back-top:hover{
	color:#888;
}

#announcement .block-heading{
		background-image: url("../images/titleBorderRed.png");

}
#announcement .block-heading h2{
color: #b93a32;
	border: 1px solid #b93a32;

}



#announcement p {
	color: #b93a32;
	font-weight:600;
	font-size:12pt;
	}

	#announcement ul {
		color: #b93a32;
		font-weight:600;
		font-size:12pt;
		}

		#announcement li {
			color: #b93a32;
			font-weight:600;
			font-size:12pt;
			}

			#announcement a:hover{
				text-decoration: underline;
			}

header {
	padding: 5px 0;
	text-align: center;
    background-color:#4c6a92;
}

/*	Nav Start
    ==================================================*/
nav{
	z-index: 9;
}
.nav-main li {
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	font-size: 17px;
}

.nav-main > li::before {
	top: 0px;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}
.nav-main > li:after{
	bottom: -2px;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.nav-main > li::before,
.nav-main > li::after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 5px;
	background: #4c6a92;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s,
	-webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}
.nav-main > li:hover:before,
.nav-main > li:hover:after{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.nav-main > li a:hover, .nav-main > li a:focus {
	color: #4c6a92;
}
.nav-main > li a {
	padding: 20px 1px 20px 1px;
	font-size: 15px;
	font-weight:400;
	color:#4C6A92;
}
.navbar-nav {
	float: none;
	text-align: center;
}

.navbar-nav>li {
	float: none;
	display: inline-block;
	margin:0 		10px;
	}

.nav-main .navbar-brand, .nav-main i{
color: #4c6a92;
font-weight:700;
}

.navbar-header:hover{
	cursor:po
}
.nav-main .dropdown-menu a:hover{
	background: #4c6a92;
}
.nav-main .dropdown-menu li a {
	color: #4c6a92;
	text-align: left;
	padding: 6px 10px;

}
.nav-main .dropdown-menu li:hover {
	color: #fff;
}
.navbar-nav .active {
	border-top: 2px solid #4C6A92 ;
	border-bottom: 2px solid #4C6A92 ;
	margin: -1px 0;
}
.navbar-nav .active a {
	background: #fff;
}
.nav-main .dropdown-menu li a:hover {
	color: #fff;
	background: #4c6a92;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	background: transparent;
}
.nav-main .dropdown-menu {
	margin-top: 5px;
	padding: 0;
}
.navbar-nav>li>.dropdown-menu {
	margin-top: 2px;
}

.main-content {
	min-height:500px;

	}
/*ADDED FOR ACCESSIBILITY 1/27/2025*/
	/* Add focus states that match your hover states */
.nav-main > li:focus-within:before,
.nav-main > li:focus-within:after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/* Visible focus indicator for links */
.nav-main > li a:focus {
	color: #4c6a92;
	outline: 2px solid #4c6a92;
	outline-offset: 4px;
}

/* Focus state for dropdown toggle */
.dropdown-toggle:focus {
	color: #4c6a92;
	outline: 2px solid #4c6a92;
	outline-offset: 4px;
}

/* Dropdown menu item focus */
.nav-main .dropdown-menu li a:focus {
	color: #fff;
	background: #4c6a92;
	outline: 2px solid #4c6a92;
	outline-offset: -2px;
}


/*	 Slider Start
    ==================================================*/

#slider-area {
	margin-top: 30px;
}
.nivo-prevNav,
.nivo-nextNav{
	height: 40px;
	width: 40px;
	text-indent: 9999px;
	background-position: 0px 0px;
	-webkit-transition: margin 0.3s ease-in-out;
	-moz-transition: margin 0.3s ease-in-out;
	-ms-transition: margin 0.3s ease-in-out;
	-o-transition: margin 0.3s ease-in-out;
	transition: margin 0.3s ease-in-out;
	background-repeat: no-repeat;
}
.nivo-prevNav {
	background: url("../images/large_left.png");
	margin-left: -60px;
}
.nivo-nextNav {
	background: url("../images/large_right.png");
	margin-right: -60px;
}
.nivo-prevNav:hover {
	background-position: 0px -40px;
}

.nivo-nextNav:hover {
	background-position: 0px -40px;
}
#slider:hover .nivo-prevNav {
	margin-left: 20px;
}
#slider:hover .nivo-nextNav {
	margin-right: 20px;
}
.nivo-controlNav {
	display: none;
}
.nivo-caption {
	background: none;
}
.nivo-directionNav a{
	display: block;
}
.nivoSlider {
	border:10px solid #fff;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,.3) ;
	-moz-box-shadow:0 0 4px rgba(0,0,0,.3) ;
	box-shadow:0 0 4px rgba(0,0,0,.3) ;
}



/*	 QuickLinks Start
    ==================================================*/
#quick-links .block-message {
	background:#eeb7b3;;
	color: black;
    padding: 4px;
    margin:5px;
    width:auto;
		border:1px solid #fff;
		outline:3px solid #e1938f;;
		min-height:75px;
}

#quick-links .block {
	background:#4C6A92 ;
	color: #fff;
    padding: 4px;
    margin:5px;
    width:auto;
		border:1px solid #fff;
		outline:3px solid #4C6A92;
		min-height:90px;


}

#quick-links .block:hover {
	background:#E2E9EE;
	color: #4C6A92 ;
	padding:4px;
	margin:5px;
	cursor:pointer;
	border:1px solid #4C6A92;
	outline:3px solid #E2E9EE;
	text-decoration:none;
}
#quick-links .block .media {
	/*border: 1px solid #fff;*/
	display:table;
}

#quick-links .block .media-body{
	display:table-cell;
	vertical-align: middle;
}
#quick-links .block .media-heading {
	margin-top: 10px;
	margin-bottom: 0;
  margin-left:0;
  margin-right:0;
  font-size: 28px;
  color:inherit;
  text-align: center;


}
#quick-links .block i {
	font-size: 30px;
	margin: 15px 3px 15px 5px;
	vertical-align: middle;
}

#quick-links .icon {
	font-size: 30px;
	margin: 15px 3px 15px 5px;
	vertical-align: middle;
}



/*	 Locations Start
    ==================================================*/


#locations .block {
	margin-top: 30px;
}

#locations .block .thumbnail {
	border: none;
	cursor: pointer;
}
#locations .block .thumbnail:hover .catagotie-head img {
 opacity: 0.7;
}
#locations .block .thumbnail a img  {
	width: 100%;
	border:1px solid #dedede;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#locations .block .thumbnail a img:hover {
	opacity: 0.7;
}
#locations .block .thumbnail:hover h3 {
	color: #4C6A92 ;
}
#locations .block .thumbnail a  h3 {
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#locations .block .thumbnail .caption p {
	font-size: 14px;
	color: #4b4b4b;
	font-weight: 300;
}
#locations .block .thumbnail .caption {
	padding: 0;
}
.locations-box p span {
	font-weight: bold;
}

#locations .branch i{
	font-size: 45px;
	margin-left:-20px;
	margin-top:20px;
	vertical-align: middle;
}



#locations .address{
margin-top:-11px;

}



/*	 Call To Action Start
    ==================================================*/




/*	 Footer Start
    ==================================================*/

footer {
	background: #383838;
	color: #fff;
	padding-top: 40px;
}
footer .block {
	color: #fff;
}

footer .block p i {
	color: #747474;
	margin-right: 10px;
	background: #fff;
	width: 24px;
	line-height: 24px;
	text-align: center;
}
footer .block h4 {
	margin-bottom: 20px;
	color: #fff;
}

footer .block .logo img {
	text-align: left;
	display: block;
}
footer .block .media-object {
	border:1px solid #747474;
	padding: 2px;
	height: 75px;
}

footer .block .media>.pull-left {
	margin-bottom: 10px;
}
footer .block span {
	color: #fff;
}

footer .block a{
	color: #E8F4F8;
	text-decoration:underline;
}

footer .block a:hover{
	text-decoration:underline;
}
.footer-bottom {
	width: 100%;
	margin-top: 70px;
	border-top: 1px solid #2C2C2C;
	box-shadow: 0 -1px 0 #575656;
	padding-top: 10px;
}
.copyright-text {
	margin-top: 12px;
	color: #B6B6B6;
}
.copyright-text a {
	color: #4C6A92 ;
}
.copyright-text a:hover {
	text-decoration: underline;
}

.footerp
{
	text-align: justify;
	margin-top:-15px;
	font-size:small;
}



/*	Shutter Button Start
    ==================================================*/


.shutter {
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;

}
.shutter:before {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	display: block;
	content: "";
	position: absolute;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	z-index: -1;
}
.shutter:hover:before {
	height: 100%;
	background: #4C6A92 ;
	color: #fff;
}
.shutter:hover {
	color: #fff;

}

.btn-transparent {
	position: relative;
	border-radius: 0;
}
.btn-transparent:hover {
	border-color: #4C6A92 ;
}
.btn-transparent:before {
	position: absolute;
	width: 100%;
	height: 0;
	content: "";
	display: block;
	top: 0;
	left: 0;
	z-index: 3;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.btn-transparent:hover:before {
	height: 100%;
	background: #4C6A92 ;
	color: #fff;
}
.btn-transparent:hover span {
	color: #fff;
}
.btn-transparent span {
	z-index: 5;
	position: relative;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;


}



/*	Owl Slider Start
    ==================================================*/
#owl-example {
}
#owl-example img {
	width: 100%   ;
}
.owl-theme .owl-controls {
	margin-top: 0;
	margin-bottom: 20px;
}
.connect-heading {
	margin-top: 40px;
}

#owl-example div.comment{
    margin-left:15px;
    margin-right:15px;
    text-align:left;
    font-size:14px;
    font-weight:400;
}



/*	End Of Home Page.......
    ==================================================*/
ol{
    font-size:medium;
}

    ul.bullet{

	font-size:medium;
}

ul.nobullet{

	font-size:medium;
}

ul.number{

	font-size:medium;
}

ul.bullet li{
	list-style:disc;
	margin-bottom:5px;
	margin-top:5px;
	font-size:medium;
	margin-left:50px;
}

ul.nobullet li{
	list-style:none;
	margin-bottom:5px;
	margin-top:5px;
	font-size:medium;
	margin-left:15px;
}

ul.number li{
	list-style:decimal;
	margin-bottom:5px;
	margin-top:5px;
	font-size:medium;
	margin-left:50px;
}

ul.check{
	font-size:medium;
	}

ul.check li{
		margin-bottom:5px;
		margin-top:5px;
		font-size:medium;
		margin-left:50px;
	}
ul.check li:before {

		      left: 5px;
		      content: '✓';
					margin-right:8px;
				}


ul.number{

	font-size:medium;
}

ul.number li{
	list-style:decimal;
	margin-bottom:5px;
	margin-top:5px;
	font-size:medium;
	margin-left:50px;
}

.bold{
	font-weight: bold;
}








/*	Blog Page Start.......
    ==================================================*/



#topic-header {

	background: #F2F5F8;
	width: 100%;
	/*padding: 20px 0;
	margin: -20px 0;*/

}
#topic-header h1{
	font-size:45px;

}


#topic-header p {
	margin: 0;
	font-size:medium;
	margin-bottom:10px;
}
#topic-header .breadcrumb {
	background: transparent;
	padding: 5px 0 0;
}
#topic-header .breadcrumb li a {
	color: #005a9c;
}

#topic-header a{
	color: #005a9c;
	text-decoration: underline;
}

#topic-header a:hover{
	color:#b55013
}




#blog {
	margin-bottom: 50px;
}
.blog-body .block {
	border: 1px solid #dedede;
	box-shadow: 0 0 3px #C4C4C4;
	padding: 5px;
}


.blog-body .block img {
	width: 100%;
}
.blog-text {
	padding: 20px;
}


#blog .blog-zone {
    margin: 30px 0 0 0;
    position: relative;
}

/* The line */
#blog .blog-zone:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6px;
    background: #E2E9EE;
    left: 1%;
    margin-left: -8px;
}






/* Right content */
#blog .blog-zone > li .blog-box {
    margin: 0 0 30px 8%;
    background: #fff;
    border: 1px solid #dedede;
    color: #fff;
    padding: 8px;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 2px;
}

#blog .blog-zone > li:nth-child(odd) .blog-box {
    background: #fff;
    border: 1px solid #dedede;
}




#blog .blog-zone > li:nth-child(odd) .blog-box:after {
    border-right-color: #4C6A92 ;
}

/* The icons */
#blog .blog-zone > li .blog-icon {
    width: 40px;
    height: 40px;
    font-size: 1.4em;
    line-height: 40px;
    position: absolute;
    color: #fff;
    background: #4C6A92 ;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #E2E9EE;
    text-align: center;
    left: 1%;
    top: 0;
    margin: 0 0 0 -25px;
}

#blog .blog-zone > li .bullet {

	
	list-style:disc;
	margin-bottom:5px;
	margin-top:5px;
	font-size:medium;
	margin-left:50px;
}





.blog-box img {
		width: 100%;
}
.blog-box p {
	color: #555;

}
.blog-post-tag {
	background: #eee;
	padding-left: 17px;
	padding-top:10px;
	border-left: 3px solid #4C6A92 ;
}
.blog-post-tag .block i {
	color: #4C6A92 ;
}
.blog-post-tag .block p{
	display: inline-block;
	color: #555;
	font-size: 14px;
}
.blog-post-tag .block p a {
	color: #555;
}
.blog-post-tag .block {
	margin-right: 10px;
	display: inline-block;
}
.blog-post-body {
	padding: 15px;
}
.blog-post-body a h2 {
	color: #4C6A92 ;
	margin-bottom: 20px;
}
.blog-post-body p {
	font-size: 16px;
	color: #555;
	padding-top: 10px;
}
#blog .pagination>.active>a {
	background: #4C6A92 ;
	border-color: #4C6A92 ;
	color: #fff;
}
#blog .pagination>li>a {
	color: #333;
}
#blog .blog-zone > li:last-child .blog-box {
	margin-bottom: 0;
}



/*	Blog Single Page Start.......
    ==================================================*/

.blog-post-body blockquote {
	font-size: 13px;
	border-left: 5px solid #4C6A92 ;
	padding: 0 0 0 25px;
	margin: 20px 0 20px 20px;
	color: #AFAFAF;

}
.blog-post-body blockquote p {
	color: #AFAFAF;
	font-size: 18px;
}

.author-id ,.comments-box,.leave-comment  {
	border: 1px solid #dedede;
	margin-top: 30px;
	padding:10px;
}
.author-id .media h4 {
	margin: 0;
}
.author-id .media img ,.comments-box .media img{
	width: 64px;
	height: 64px;
}
.author-id .media-heading {
	color: #555;
}
.author-id .media-body p {
	color: #777;
	font-size: 13px;

}
.author-id .media  h5 {
	background: #EEE;
	margin: 0 0 20px;
	padding: 0 0 0 20px;
	line-height: 38px;
	color: #999;
	text-shadow: 1px 1px 1px #FFF;
}
.comments-box .media-heading span,.comments-box .media-heading a {
	font-style: italic;
	font-size: 13px;
	color: #4C6A92 ;
}
.comments-box .media {
	background: #f7f7f7;
	padding:10px;
	border-bottom: 3px solid #dedede;
	color: #878787;
}
.comments-box .media-body {
	padding: 0 20px;
}
.comments-box .reply {
	margin-left: 75px;
	border-bottom: none;
}
.leave-comment .form-group textarea {
	resize:none;
}

/*-------- Blog Sidebar-------------*/

.blog-sidebar .block {
	margin-bottom: 15px;
	margin-top:20px;
	padding:10px;
	border: 1px #777 solid;
}
.blog-sidebar .block .media-heading {
	color: #666;
	font-size: 17px;
	display: block;
	margin:0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-sidebar .block .media-heading:hover {
	color: #4C6A92 ;
}
.blog-sidebar .block .media-list {
	padding-top: 10px;
}
.blog-sidebar .block .media-body p {
	color: #777;
	font-size: 13px;
}
.blog-sidebar .block .media a img {
	width: 64px;
	border-radius: 2px;
}
.blog-sidebar {
	padding: 20px 0;
}
.blog-sidebar .block .list-group-item:first-child,
.blog-sidebar .block .list-group-item:last-child  {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.blog-sidebar .block .list-group .list-group-item {
	color: #333;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.blog-sidebar .block .list-group .list-group-item  i {
	margin-right: 5px;
}
.blog-sidebar .block .list-group .list-group-item:hover {
	background: #4C6A92 ;
	color: #fff;
	padding-left: 20px;
}

/*-------- Page Navigation-------------*/


.page-navigation .block {
	margin-bottom: 15px;
	margin-top:20px;
	padding:10px;
	border: 1px #777 solid;
}
.page-navigation .block .media-heading {
	color: #666;
	font-size: 17px;
	display: block;
	margin:0;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.page-navigation .block .media-heading:hover {
	color: #4C6A92 ;
}
.page-navigation .block .navigation-list {
	padding-top: 10px;
}

.page-navigation .navigation-list li{
margin-bottom: 10px;

}
.page-navigation .block .media-body p {
	color: #777;
	font-size: 13px;
}
.page-navigation .block .media a img {
	width: 64px;
	border-radius: 2px;
}
.page-navigation {
	padding: 20px 0;
}
.page-navigation .block .list-group-item:first-child,
.page-navigation .block .list-group-item:last-child  {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.page-navigation .block .list-group .list-group-item {
	color: #333;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-ms-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.page-navigation .block .list-group .list-group-item  i {
	margin-right: 5px;
}
.page-navigation .block .list-group .list-group-item:hover {
	background: #4C6A92 ;
	color: #fff;
	padding-left: 20px;
}


/*-------- Tag-----------*/

.tag-link h2 {
	margin-top: 0px;
	margin-bottom: 20px;
}
.tag-link a {
	color: #fff;
	background: #4C6A92 ;
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 5px;

}
.tag-link a:hover {
	text-decoration: underline;
}


.mission{
	color:white;
	font-family:'Roboto', sans-serif;
	padding:5px;
	font-size: 30px;
	text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;


	}

	.mission-bold{
		text-decoration: underline;


	}

    .mission-bold-job{
        text-decoration: underline;
        font-weight:bold;
    
    }

	.mission-divider{
		color:black;
		font-size: 30px;
		font-family:'Roboto', sans-serif;
		padding:5px;
		}





/*	Shop Single Page Start.......
    ==================================================*/
#single-section .tab-content {
	padding: 10px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-bottom:1px solid #dedede;


}
#single-section .nav-tabs {
	margin-top:30px;
}
#single-section  .nav-tabs .active a {
	background: #4C6A92 ;
	color: #fff;
}
#single-section  .nav-tabs li a {
	color: #333;
	border-top:1px solid #dedede;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
}
.single-section-img {
	border:1px solid #dedede;
}
.information-section {
	border:1px solid #dedede;
	padding:10px 15px 16px 15px;
	margin-bottom:25px;
	margin-top:5px;
}
.information-section .view-link {
	background: #4C6A92 ;
	color: #fff;

}


.information-section .view-link i {
	color: #fff;
}
.information-section p{
text-align:left;
font-size:medium;
}
.information-section p{
    text-align:left;
    font-size:medium;
    }
    .information-section p{
        text-align:left;
        font-size:medium;
        }
.information-section a{
	color: #005a9c;
	text-decoration: underline;
}



.information-section p.tag-art-p{
text-align:left;
font-size:small;
}

.information-section p.empname{
font-weight:bold;
text-align:left;
font-size:large;
margin-bottom:0px;
}

.information-section p.emptitle{
text-align:left;
font-size:medium;
margin-top:-6px;
margin-bottom:5px;
}

.information-section .branch i{
		font-size: 45px;
		margin-left:-20px;
		margin-top:20px;
		vertical-align: middle;

}

.information-section h2 span{
	margin-top:-10px;
	padding-bottom:10px;
	display: block;
}

.information-section a:hover{
	text-decoration:underline;
	color:#8a3f0e;
}

.information-section p.bookappointment a{
		font-weight:600;
		font-size:16pt;
	}


.navigation-heading {
	margin-top: 0;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.hover-hand{
		cursor:pointer;
	}
