.bg-color {
	background-color: #F2ECD8;
}

.tabs {
	border: 0 !important;
	background-color:#e8e8e8 !important;
}
 .tab-rectangle {
 	width: 120px;
 	text-align: center;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	margin-right: 0.5rem;
}
.tabs .tabs-title a,
.tab-rectangle a {
	color:#767574;
	background: #f9f9f9;
    padding: 1rem 0.5rem;
}
a.tab-rectangle:hover {
	background: #fff !important;
}
.tabs-title.is-active {
	border: none;
}
.tabs .tabs-title.is-active a,
.tab-rectangle.is-active a {
	color: #fff;
    background: #3597bf !important;
}

.hover-shadow:hover  {
	color:#fff;
	background: #3597bf;
	transition: all 0.2s ease;
	box-shadow: 3px 3px 14px rgba(0,0,0,0.4);
	cursor: pointer;
}

.hover-shadow:hover a {
	color:#fff;
}

.box-gray {
	background: #F9F9F9;
}
.box-white-panel {
	background: #fff;
	padding-top: 50px;
}

.anchor-color {
	color:#333;
}
.is-inline-block{
	display:inline;
}

.initial-caps{
	text-transform: capitalize;
}
