tbody tr:nth-child(odd) {
   background-color: #eee;
}

.inner ul {
	margin-left: 20px;
}
	
.client-logo {
    height: 80px;
}

.widget img {
	padding: 2px;
}

/* ------------------------------- */
hr {
	margin: 20px 0;
}

p a {
	text-decoration: underline;
    display: inline !important;
	font-weight: bold;
	color: #00693C;
}

figure {
	margin: 20px 0;
}

.btn.btn-blue {
	float: right;
}

th {
   background-color: #88ae71;
    color: #fff;
}

tbody tr:nth-child(odd) {
    background-color: #fff;
}

td.item-label {
	background-color: #e7efe0;
	font-weight: bold;
	border: 1px solid #fff;
}

span.glyphicon {
	font-size: 20px;
    text-align: center;
    margin: 0 5px;
	color: #000;
}

span.glyphicon:hover {
	color: #88ae71;
	cursor:pointer;
}

.homepage .tab {
    border: 1px solid #CCC;
    height: 340px;
	padding: 10px;
	margin-bottom: 20px;
}

.homepage-french .tab {
    height: 400px;
}

.tab img {
	margin-bottom: 5px;
	width: 100%;
}

.tab h2, .tab p {
	text-align: left;
}

.item-tile img {
width: 100%;
}

p.item-label {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}

[class^="fa-"], [class*=" fa-"] {
	height: auto;
	width: auto;
	font-size: 60px;
}

.hiddenVideo {
	display: none;
	}
	
.services .etabs {
    margin-bottom: 20px;
}

/* --- MEMBER EXPERIENCE --- */
h1.row-header {
	text-align: left !important;
	padding: 15px 0;
}

.content-band {
	text-align: left;
}

.hide-image {
  display: none;
  z-index: 100;
  position: absolute;
}
.preview:hover .hide-image {
  display: block
}

