/* CSS Document */

/* Neutral Color Palette 
	
	Tertiary 1 - T1 - rgb(209, 197, 158) - #D1C59E
	Tertiary 2 - T2 - rgb(232, 230, 207) - #E8E6CF
	Tertiary 3 - T3 - rgb(244, 243, 231) - #F4F3E7

End Neutral Color Palette */

.common-layout {
	overflow:auto;
	padding:40px 0;
	background:rgb(58, 82, 107) url(../images/hatch-bg.jpg) 0 0 repeat;
}
.common-layout .container {
	background-color:#FFF;
	padding-bottom:20px;
}

/* Secondary Inline Navigation */

.secondary-inline-nav {
	margin-left:10px;
}
.secondary-inline-nav a {
	font-size:18px;
	margin-left:20px;
	font-style:italic;
}
.secondary-inline-nav a i {
	margin-right:5px;
}

/* Common Content Styles */

.common-framed-container {
	margin:10px 0;
	padding:20px;
	background-color:rgb(232, 230, 207);
	border:1px solid rgb(209, 197, 158);
}
.common-framed-container .content {
	margin:0;
	overflow:auto;
}
.common-framed-container .content .content-item {
	position:relative;
	float:left;
	margin: 0;
	padding: 20px;
	background-color: rgb(255,255,255);
	border:1px solid rgb(209, 197, 158);
	overflow:auto;
}
.content-item h5 {
	font-size:22px;
}

img.who-we-are-photo {
	border:solid 5px #e8e6cf;
	margin-left:10px;
}


/* Obituary Search Bar */

.obit-searchbar {
	margin:10px 0 15px 0;
}
.obit-searchbar form.obitlink {
	padding: 15px;
	border: 1px solid rgb(209, 197, 158);
	background-color:rgb(232, 230, 207);
}
.obit-searchbar .inputbg {
	background-color:rgb(209, 197, 158);
	padding:5px;
}
.obit-searchbar .search-by-name {
	display:inline-block;
	width:26%;
}
.obit-searchbar .search-or {
	display:inline-block;
	width:6%;
	font-size:18px;
	text-align:center;
}
.obit-searchbar .search-by-state {
	display:inline-block;
	width:12%;
}
.obit-searchbar .search-by-city {
	display:inline-block;
	margin-left:2%;
	width:20%;
}
.obit-searchbar .search-by-days {
	display:inline-block;
	margin-left:2%;
	width:16%;
}
.obit-searchbar .search-button {
	display:inline-block;
	margin-left:2%;
}
.obit-searchbar .inputbg input {
	height:34px;
	font-size:17px;
	border-radius: 0px !important;
	border:none !important;
	box-shadow:none !important;
}
.obit-searchbar .inputbg button {
	width:100%;
	height:50px;
	font-size:18px;
	text-align:left;
	border-radius: 0px !important;
	background-color:rgb(255, 255, 255);
	border:none !important;
	box-shadow:none !important;
}
.obit-searchbar .inputbg button:hover {
	background-color:rgb(244, 243, 231);
}
.obit-searchbar .inputbg button span.fa {
	float:right;
	font-size:20px;
	line-height:26px;
}
.obit-searchbar .inputbg ul.dropdown-menu {
	top:auto;
	left:auto;
	max-height:300px;
	font-size:18px;
	border-radius:0px !important;
	border-color:rgb(209, 197, 158);
	overflow:scroll;
}

/* Obituary Search Results */

.obit-listbox {
	margin:10px 0;
	padding:20px;
	background-color:rgb(232, 230, 207);
	border:1px solid rgb(209, 197, 158);
}
.obit-listbox-header {}
.obit-listbox-footer {
	margin-top:10px;
	overflow:auto;
}
.obit-listbox h2 {
	display:inline-block;
	margin:0;
	line-height:1;
}
/* Obit Pagination */
.obit-listbox .pagination {
	float:right;
	margin:0;
	border-radius:0px;
}
.obit-listbox .pagination > li > a {
	margin-left:4px;
	color:rgb(0, 0, 0);
	background-color: rgb(244, 243, 231);
	border:1px solid rgb(209, 197, 158);
	border-radius: 0px !important;
}
.obit-listbox .pagination > li > a:hover {
	background-color:rgb(232, 230, 207);
	border:1px solid rgb(209, 197, 158);
}
.obit-listbox .pagination > li.active > a {
	color: rgb(244, 243, 231);
	background-color: rgb(209, 197, 158);
}
.obit-listbox .pagination > li.active > a:hover {
	border:1px solid rgb(209, 197, 158);
}
/* Obit Item Styles */
.obit-listbox .obit-list {
	margin:10px 0 0 0;
	overflow:auto;
}
.obit-listbox .obit-list .obit-item {
	position:relative;
	float:left;
	margin: 10px 0;
	padding: 10px;
	background-color: rgb(255,255,255);
	border:1px solid rgb(209, 197, 158);
	overflow:auto;
}
img.obit-photo, div.obit-photo {
	float:left;
	margin:0 10px 0 0;
}
.obit-item .icons {
	position:absolute;
	top:10px;
	right:10px;
}

/* Obituary Page Styles */

.obit-listbox .obituary {
	margin:0;
	overflow:auto;
}
.obit-listbox .obituary .obit-item {
	position:relative;
	float:left;
	margin: 0;
	padding: 20px;
	background-color: rgb(255,255,255);
	border:1px solid rgb(209, 197, 158);
	overflow:auto;
}
.obit-listbox .obituary .obit-item h5 {
	font-size:1.4em;
}
.obituary .obit-item .obit-aside {
	width:22%;
	float:left;
}
.obit-item .obit-aside a.e-btn img {
	width:100%;
}
.obit-item .obit-aside img {
	max-width:100%;
}
.obit-item .obit-aside img.obit-photo, .obit-item .obit-aside div.obit-photo {
	width:100%;
}
.obit-item .obit-aside a.sitelink {
	display:inline-block;
	margin:5px 0;
	font-size:1.0em;
}
.obit-item .obit-aside .module-share, .obit-item .obit-aside .module-condolences {
	margin:20px 0 0 0;
	color:#666;
	font-style:italic;
	line-height:2em;
}
.obit-item .obit-aside .module-condolences .e-btn {
	display:inline-block;
	margin:5px 0;
}
.obituary .obit-item .obit-content {
	width:75%;
	float:right;
}
.obit-item .obit-content .icons {
	position:inherit;
	margin:0 0 10px 0;
}
.icons a.send-flowers {
	color:rgb(154, 91, 112);
}
.icons a.send-card {
/*	margin-left:5px;*/
	color:rgb(168, 153, 115);
}
.icons a.watch-tribute {
	margin-left:5px;
	color:rgb(105, 142, 161);
}
.icons a.send-flowers:hover, .icons a.send-card:hover, .icons a.watch-tribute:hover {
	color:rgb(0,0,0);
	text-decoration:none;
}

/* Obituary Guest Book Message */

.obit-item .obit-content .guestbook-message {
	border:1px solid rgb(209, 197, 158);
	padding:15px;	
}
.obit-content .guestbook-message textarea {
	width:100%;
	height:80px;
	border:0px;
	outline:none;
	font-size:15px;
}
.obit-item .obit-content .submit-message {
	padding:15px;
	text-align:right;
	border:1px solid rgb(209, 197, 158);
	border-top:none;
	background-color:rgb(232, 230, 207);
}

/* Who We Are Sections - Callouts - BEGIN */
.callout-lets-talk {
	background:url(../images/side-col-lets-talk.jpg) no-repeat center center;
	background-size:cover;
	margin-top:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.callout-lets-talk a {
	display:block;
	height:100%;
	padding-top:85px;
}
.callout-lets-talk a:hover {
	text-decoration:none;
}
.callout-lets-talk a div {
	padding:15px;
	background:rgba(95,63,76,0.8);
	font-size:20px;
	color:#fff;
	text-align:right;
	vertical-align:baseline;
}
.callout-lets-talk a div span {
	color:#fad717;
}

.callout-testimonials {
	background:#4c6b81;
	margin-top:15px;
	padding:5px;
}
.callout-testimonials a {
	display:block;
	height:100%;
}
.callout-testimonials a:hover {
	text-decoration:none;
}
.callout-testimonials a div {
	padding:15px;
	border:solid 2px #fff;
	background:#4c6b81;
	font-size:20px;
	font-style:italic;
	color:#fff;
	text-align:center;
}

.callout-blog {
	background:#c97a1d;
	margin-top:15px;
	padding:5px;
}
.callout-blog a {
	display:block;
	height:100%;
}
.callout-blog a:hover {
	text-decoration:none;
}
.callout-blog a div {
	padding:15px;
	border:solid 2px #fff;
	background:#c97a1d;
	font-size:20px;
	font-style:italic;
	color:#fff;
	text-align:center;
}
.callout-fb-event-cal {
	height:250px;
	margin-top:15px;
	background:#ddd;
}
.callout-fb-timeline {
	height:250px;
	margin-top:15px;
	background:#ddd;
}
.callout-handicapped {
	height:60px;
	margin-top:30px;
	padding:5px 0 0 70px;
	color:#000;
	font-size:16px;
	line-height:19px;
	background:url(../images/handicapped-icon.png) no-repeat left;
}
.callout-credit {
	margin-top:30px;
}
.callout-credit img {
	width: 54px;
	margin: 10px 10px 0 0;
}
/* Who We Are Sections - Callouts - END */

/* Tab Sections */
.who-we-are-tab-section {
	border:solid 1px #d1c59e;
	background:#fff;
	overflow:hidden;
}
.who-we-are-tab-section h3 {
	margin-top:0;
}
.who-we-are-tab-section ul {
	width:30%;
	border:none;
}
.who-we-are-tab-section ul li {
	border-bottom:solid 1px #d1c59e;
	border-right:solid 1px #d1c59e;
	background:#e8e6cf;
	margin:0;
}
.who-we-are-tab-section ul li.active {
	border-bottom:solid 1px #d1c59e;
	border-right:solid 1px #fff;
	background:#fff;
}
.who-we-are-tab-section ul li:last-child {
	border-bottom:none;
}
.who-we-are-tab-section ul li a, .who-we-are-tab-section ul li a:hover, .who-we-are-tab-section ul li.active a, .who-we-are-tab-section ul li.active a:hover {
	border:none;
	color:#000;
	background:none;
	margin:0;
	padding:12px 10px;
	border-radius:0;
}
.who-we-are-tab-section ul li:last-child a, .who-we-are-tab-section ul li:last-child a:hover, .who-we-are-tab-section ul li:last-child.active a, .who-we-are-tab-section ul li:last-child.active a:hover {
	border-bottom:solid 1px #d1c59e;
}
.who-we-are-tab-section ul li a:hover {
	background:#fff;
}
.who-we-are-tab-section ul li a h5 {
	font-size:15px;
	line-height:22px;
	padding:0;
	margin:0;
	vertical-align:middle;
}
.who-we-are-tab-section div.border-fix {
	border-right:solid 1px #d1c59e;
	margin-bottom:-9000px;
	padding-bottom:9000px;
}

.who-we-are-tab-section .tab-content {
	float:right;
	width:70%;
	padding:2%;
	background:#fff;
}

/* Who We Are Sections - Shared Styles - END */

/* Who We Are - Our Story Section - BEGIN */
.our-story-awards {
	margin-top:20px;
	border-top:solid 1px #d1c59e;
	padding:20px 0;
}
.our-story-awards h5 {
	width:100%;
	margin-bottom:15px;
}
.our-story-awards img {
	float:left;
	margin-right:20px;
}
/* Who We Are - Our Story Section - END */


/* Who We Are - Our Staff Section - BEGIN */
.who-we-are-tab-section .team-profile-photo {
	margin:0 0 10px 10px;
}
.who-we-are-tab-section ul li .team-circle-profile-tn { 
   width:30%;
   height:30%;
   background-size:cover; 
   -moz-border-radius:50%; 
   -webkit-border-radius:50%; 
   border-radius:50%;
   border:solid 5px #cca533;
}
.who-we-are-tab-section ul li.active .team-circle-profile-tn { 
   border:solid 5px #d1c59e;
}
/* Who We Are - Our Staff Section - END */


/* Who We Are - Our Locations / Facilities Section - BEGIN */
#carousel-location {
	border:solid 1px #d1c59e;
	border-bottom:none;
	padding:10px 30px;
}
#carousel-location .carousel-inner {
	/*width:90%;
	margin:0 5%;*/
	
}
#carousel-location .carousel-inner img.location-photo {
	width:18%;
	display:inline-block;
	margin:0 1%;
	padding:0;
}
#carousel-location .carousel-inner img.location-photo:first-child {}
#carousel-location .carousel-inner img.location-photo:last-child {}
#carousel-location .carousel-control {
	width:20px;
	background:#e8e6cf;
	border-right:solid 1px #d1c59e;
	color:#006699;
	font-size:18px;
	text-shadow:none;
}
#carousel-location .carousel-control i {
	position:absolute;
	top:45%;
	width:100%;
	text-align:center;
}
#carousel-location .carousel-control.right i {
	right:2%;
}
#carousel-location .carousel-control.left i {
	left:2%;
}

.who-we-are-tab-section ul li img.location-tn { 
   	width:25%;
	vertical-align:top;
}
.who-we-are-tab-section ul li p.location-tab {
	font-size:0.9em;
	display:inline-block;
	line-height:1.3em;
	margin:0;
}
.who-we-are-tab-section .location-info {
	float:left;
	display:inline-block;
	width:37%;
}
.who-we-are-tab-section .locations-map {
	float:right;
	display:inline-block;
	width:60%;
	background:#F6F6F6;
	float:right;
}
.who-we-are-tab-section .locations-map img {
	width:100%;
}
.who-we-are-tab-section .locations-weather {
	clear:both;
	float:left;
	margin:15px 0;
	padding:15px 0 0 0;
}
.who-we-are-tab-section .locations-content {
	clear:both;
	float:left;
	margin:15px 0;
	padding:15px 0 0 0;
}
/* Who We Are - Our Locations / Facilities Section - END */