.page-template-meet-lgo .content-area {
	max-width: 1440px;
}

.meet-lgo-content table {
	margin-top: 50px;
	margin-bottom: 88px;
	width: 100%;
}

.meet-lgo-content table tr {
	border: none;
}

.meet-lgo-content table tr:nth-child(2n+1) {
	background: #d4f0f6;
}

.meet-lgo-content table tr:nth-child(2n) {
	background: #e8fbff;
}

.meet-lgo-content table th {
	background: #4bc5df;
	font-size: 16px;
	text-transform: uppercase;
	padding: 11px 20px;
	cursor: pointer;
}

.meet-lgo-content table th a {
	color: #fff;
}

.meet-lgo-content table th a:hover {
	color: #fff;
}

.meet-lgo-content table th a:focus, .meet-lgo-content table th a:active {
	outline: none;
}

.meet-lgo-content table th a i {
	margin-left: 13px;
}

.meet-lgo-content table th a i:last-child {
	display: none;
}

.meet-lgo-content table th a.down i:first-child {
	display: none;
}

.meet-lgo-content table th a.down i:last-child {
	display: inline;
}

.meet-lgo-content table td {
	padding: 14px 20px;
	font-size: 16px;
	color: #313131;
}

.meet-lgo-content table td:nth-child(1) {
	width: 49%;
}

.meet-lgo-content table td:nth-child(2) {
	width: 29%;
}

.meet-lgo-content table td:nth-child(3) {
	width: 22%;
}

.meet-lgo-content table th, .meet-lgo-content table td {
	border-right: 1px solid #fff;
}

.meet-lgo-content table th:last-child, .meet-lgo-content table td:last-child {
	border-right: none;
}

.meet-lgo-content table a {
	color: #313131;
	text-decoration: none;
}

.meet-lgo-content table td span.small-title {
	display: none;
}

.meet-lgo-content table a:hover {
	color: #00a8cc;
}

.meet-lgo-content table td i {
	margin-left: 8px;
    vertical-align: middle;
}

@media(max-width: 991px) {
	.meet-lgo-content .entry-title {
		margin-bottom: 30px;
	}
	.meet-lgo-content table {
		margin-top: 45px;
	}
	.meet-lgo-content table td {
		padding-right: 30px;
	}
	.meet-lgo-content table td i {
		margin-left: 7px;
	}
}

@media(max-width: 767px) {
	.meet-lgo-content table {
		margin-bottom: 25px;
		width: 100%;
	}
	.meet-lgo-content table tbody tr:first-child {
		display: none;
	}
	.meet-lgo-content table tr:nth-child(n) {
		background: #e8fbff;
		border-bottom: 6px solid #fff;
		padding: 25px 15px 20px 15px;
		display: block;
	}
	.meet-lgo-content table td:nth-child(n) {
		display: block;
		width: 100%;
		padding: 0px;
		margin-bottom: 7px;
	}
	.meet-lgo-content table th, .meet-lgo-content table td {
		border: none;
	}
	.meet-lgo-content table td span.small-title {
		display: inline;
		font-weight: bold;
		text-transform: uppercase;
	}
	.meet-lgo-content table th, .meet-lgo-content table td a {
		color: #00a8cc;
	}
}