@import url('./plugins/fontawesome/css/all.min.css');

* {
	box-sizing: border-box;
}
a {
	color: #08749b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	padding: 0px;
	background-color: white;
	text-align: center;
	font-size: medium;
	font-family: 'Nunito Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-variation-settings:
		'wdth' 100,
		'YTLC' 500;
	max-width: 2560px;
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.3em;
	font-family: 'DM Serif Text', serif;
	font-weight: normal;
}

img {
	max-width: 100%;
	border-style: none;
}

textarea {
	resize: vertical;
}

a[href^='tel:'],
a[href^='mailto:'] {
	/* prevents word break, maintains display type */
	white-space: nowrap;
}
.Admin {
	width: 100%;
	text-align: left;
	font-size: x-small;
	color: #afb2b5;
	background-color: #e9edf1;
}
.Admin a {
	margin-left: 24px;
	color: #b4b7b9;
	text-decoration: none;
}
.Box-2 {
	width: 39%;
	display: inline-block;
	vertical-align: top;
	margin-top: 35px;
	padding-left: 5%;
	padding-right: 5%;
	max-width: 633px;
}

.Box-3 {
	width: 26%;
	display: inline-block;
	margin-top: 35px;
	padding-left: 3%;
	padding-right: 3%;
	vertical-align: top;
}
.Box-3 img {
	width: 70%;
}
.Box-3 ul li {
	text-align: left;
}
.Box-3 li {
	margin-bottom: 16px;
}
.Box-Left {
	border-right: 1px solid #6a4938;
}

.Box-Middle {
	border-width: 1px;
	border-color: #6a4938;
	border-right-style: solid;
	border-left-style: solid;
}

.Box-80 {
	width: 800px;
	max-width: 90%;
	display: block;
	margin-top: 35px;
	margin-left: auto;
	margin-right: auto;
}
.Box-80 p {
	line-height: 1.5em;
	font-size: 1.25em;
}
.Button a {
	background-color: #cf5c21;
	color: #ffffff;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-decoration: none;
	border-radius: 6px;
}
.Button a:hover {
	background-color: #f55402;
}

.Card {
	width: 15%;
	display: inline-block;
	vertical-align: top;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 25px;
	padding-left: 1%;
	padding-right: 1%;
	min-width: 200px;
	max-width: 320px;
	-webkit-box-shadow: 2px 2px 8px #8c9091;
	box-shadow: 2px 2px 8px #8c9091;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	min-height: 280px;
}
.Card i {
	font-size: 25px;
	color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

.Card-Link {
	display: inline-block;
	margin-right: 5%;
}

.Card-Link a {
	color: #cfa744;
	font-weight: bold;
}

.Container {
	width: 1024px;
	display: inline-block;
	max-width: 90%;
}
.EZPost-Article-Sidebar iframe {
	width: 100%;
	height: 1500px;
	border-left: 1px solid #087299;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}

header {
	display: inline-block;
	width: 100%;
	padding-top: 2em;
}

.Header-Right {
	display: inline-block;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	margin-top: 140px;
}

.Header-Right-Buttons {
	margin-top: 8px;
}

.Header-Right-Buttons a {
	display: inline-block;
	background-color: #cfa744;
	border-radius: 8px;
	font-size: small;
	padding: 8px 16px;
	color: white;
	margin-bottom: 15px;
}

.Header-Right-Buttons a:hover {
	text-decoration: none;
	opacity: 0.85;
}

header .Container {
	width: 1040px;
}

.Header-Right-Phone {
	display: inline-block;
}

.Header-Right-Phone a {
	display: inline-block;
	padding-top: 7px;
	padding-right: 14px;
	padding-bottom: 7px;
	padding-left: 14px;
	background-color: #cf5c21;
	color: #ffffff;
	text-decoration: none;
	border-radius: 10px;
}
.Header-Right-Phone a:hover {
	background-color: #f45503;
}

.Hero-Img-No {
	margin-top: 0px !important;
}

.Hero-Text {
	width: 100%;
	display: inline-block;
	background-color: #38251a;
	color: #ffffff;
	margin-top: -7px;
	padding: 1.5em 5%;
}
.Hero-Text .Box-80 {
	margin-top: 0px;
	margin-bottom: 15px;
}

.Hero-Text p {
	width: 800px;
	max-width: 90%;
	display: inline-block;
}

.Hz-Rule {
	display: block;
	text-align: center;
	width: 100%;
	border-top: 1px solid #6a4938;
	margin: 100px auto 0px auto;
	max-width: 981px;
}

.Hz-Rule img {
	display: inline-block;
	width: 150px;
	padding: 25px;
	margin-top: -77px;
	background-color: white;
	border: 1px solid #6a4938;
	border-radius: 180px;
}

.Logo {
	display: inline-block;
	float: left;
	width: 299px;
	max-width: 100%;
}
.Lined-List ul {
	display: block;
	border-left-width: 1px;
	margin-top: 19px;
	padding-left: 0px;
	list-style-image: none;
	list-style-type: none;
	width: 100%;
}
.Lined-List hr {
	border-bottom: 1px solid #788e96;
	width: 30%;
	border-top-width: 1px;
	border-top-style: solid;
	opacity: 0.75;
}
.post-card {
	margin-top: 25px;
	min-height: 372px;
}

.post-card a {
	color: #cfa744;
}

.post-card i {
	color: #ffffff;
	font-size: 40px;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(106, 73, 56, 1) 0%,
		rgba(56, 37, 26, 1) 100%
	);
	width: 55px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}

.Row-BG {
	margin-top: 35px;
	display: inline-block;
	width: 100%;
	background-size: cover;
	background-position: right center;
	background-image: url(Images-Main/BG-Medicare-Pays.jpg);
}
.Row-BG-Team {
	background-image: url(Images-Main/BG-Team.jpg);
	background-position: center center;
}
.Row-BG-Diagnoses {
	background-image: url(Images-Main/BG-Diagnoses.jpg);
}
.Row-BG-Home-Health {
	background-image: url(Images-Main/BG-Home-Health.jpg);
	background-size: cover;
	background-position: right center;
}

.Row-BG-Palliative-Care {
	background-image: url(Images-Main/BG-Palliative-Care.jpg);
	background-size: cover;
	background-position: right top;
}

.Row-BG .Button a {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(159, 175, 181, 1) 100%
	);
	color: #38251a;
	text-decoration: none;
	border-radius: 4px;
	font-weight: bold;
}
.Row-BG .Button a:hover {
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(170, 184, 189, 1) 0%,
		rgba(255, 255, 255, 1) 100%
	);
}

.Row-BG-Text {
	width: 30%;
	padding-top: 5%;
	margin-left: 10%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	color: #ffffff;
	background-image: -webkit-linear-gradient(
		270deg,
		rgba(56, 55, 55, 0.91) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background-image: -moz-linear-gradient(
		270deg,
		rgba(56, 55, 55, 0.91) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background-image: -o-linear-gradient(
		270deg,
		rgba(56, 55, 55, 0.91) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
	background-image: linear-gradient(
		180deg,
		rgba(56, 55, 55, 0.91) 0%,
		rgba(0, 0, 0, 0.75) 100%
	);
}

.Row-Contact {
	background-color: #e4e2e2;
	margin-top: 45px;
	padding-top: 45px;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-bottom: 100px;
	background-image: url(Images-Main/BG-Row-Contact.jpg);
	background-size: cover;
	color: #ffffff;
}
.Row-Contact a {
	display: inline-block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-color: #cfa744;
	color: #ffffff;
	border-radius: 6px;
	text-decoration: none;
	margin-bottom: 20px;
}
.Row-Contact a:hover {
	background-color: #f3ae04;
	text-decoration: none;
}
.Row-Contact form {
	display: inline-block;
	width: 1200px;
	max-width: 100%;
}
.Row-Contact input,
.Row-Contact textarea {
	margin-bottom: 18px;
}

.Row-Gray {
	background-color: #dfdcdb;
	color: #150e0a;
	padding: 2em 0px;
	display: inline-block;
	width: 100%;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap; /* prevent line breaks */
	border: 0;
}

.BEGIN-NAV-CSS------------------------------------------- {
}

.Nav-Row {
	display: inline-block;
	background-color: #000000;
	width: 100%;
}

.Nav-Inline-Block {
	display: inline-block;
	width: 100%;
}

/* Navigation styles */

nav {
	display: flex;
	list-style: none;
	justify-content: center;
}

nav menu {
	display: flex;
	flex-wrap: wrap; /* Wrap menu items on mobile */
	align-items: center;
	list-style-type: none;
	list-style-image: none;
	padding-left: 0px;
	margin: 0px;
}

nav li {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
	margin-bottom: 0;
	position: relative; /* Added for positioning of dropdown-content */
	height: 100%;
}

nav a {
	text-decoration: none;
	color: #ffffff;
	padding: 1em;
	display: inline-block;
}
nav a:hover {
	background-color: #cfa744;
	text-decoration: none;
}

.menu-toggle {
	display: none;
	font-family: inherit;
	font-size: inherit;
	color: #ffffff;
}

.dropdown-content {
	position: absolute;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	top: 100%; /* Position dropdown below its parent */
	left: 0px;
	background-color: #ffffff;
	line-height: normal;
	width: 183px;
	margin: 0px;
	display: none;
	padding: 0px;
}

.dropdown-content a {
	display: block;
	width: 100%;
	box-sizing: border-box; /* Ensure padding is included in width calculation */
	text-align: left;
}

.dropdown-content.show {
	display: block;
}

.dropdown-toggle .close {
	display: none;
}

.dropdown-toggle.active .close {
	display: var(--fa-display, inline-block);
}

.dropdown-toggle.active .open {
	display: none;
}

.dropdown-toggle.active {
	color: #514b4b;
}
.END-NAV-CSS----------------------------------------- {
}

/* Media Queries for Mobile responsiveness */

@media only screen and (max-width: 1250px) {
	.BEGIN-NAV-CSS---------------------------------- {
	}
	nav {
		flex-direction: column;
		width: 100%;
		align-items: center; /* Center items horizontally */
	}

	nav ul {
		margin-top: 0; /* Reset margin */
		padding-left: 0; /* Reset padding */
		width: 100%; /* Set width to 100% */
		text-align: center; /* Center items horizontally */
	}

	nav li {
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
		position: relative; /* Added for positioning of dropdown-content */
	}

	nav li a {
		width: 100%;
		color: #6a4938;
		/*text-align: left;*/
	}

	.menu-toggle {
		display: flex;
		justify-content: flex-start;
		gap: 0.5em;
		align-items: center;
		padding: 1em;
		width: 93%;
		border: none;
		background-color: transparent; /* Optional background color */
		cursor: pointer; /* Show hand cursor on hover */
		margin-left: 7%;
	}

	.menu-toggle i {
		font-size: 1.5em; /* Adjust icon size */
	}

	#main-menu {
		display: none; /* Hide menu by default */
		background-color: #ffffff;
		width: 100%;
	}

	.menu-toggle .close {
		display: none;
	}

	#main-nav.active .menu-toggle .close {
		display: var(--fa-display, inline-block);
	}

	#main-nav.active .menu-toggle .open {
		display: none;
	}

	#main-nav.active #main-menu {
		display: flex; /* Show menu on focus or hover of toggle button */
		flex-direction: column;
	}

	.dropdown-content {
		position: static; /* Reset position */
		width: 100%; /* Set width to 100% */
		margin: 0; /* Reset margin */
		padding: 0; /* Reset padding */
	}

	.dropdown-content.show {
		display: block;
	}
	/* Prevent underlining dropdown links on hover/focus */
	nav .dropdown-content a,
	nav .dropdown-content a:active,
	nav .dropdown-content a:focus {
		text-decoration: none !important;
	}
	.END-NAV-CSS--------------------------- {
	}
}

/* back-to-top styles */
.BEGIN-BACKTOTOP---------------------------- {
}
.BackToTop {
	position: fixed;
	z-index: 10;
	right: 10px;
	bottom: 10px;
	background-color: #fcf7f7;
	padding: 10px;
	color: white;
	font-family: sans-serif;
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	font-size: medium;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}

.BackToTop a {
	display: inline-block;
	padding: 10px;
	background-color: #cf5c21;
	border-radius: 5px;
	color: white;
	text-decoration: none;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	font-size: 0.8em;
	transition:
		color 0.25s,
		background-color 0.25s;
	line-height: normal;
	height: 50px;
	box-sizing: border-box;
	text-align: center;
}

.BackToTop a:hover {
	color: #ffffff;
	background-color: #cfa744;
}

.BackToTop #BackToTop {
	position: relative;
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
	width: 50px;
}

.BackToTop #BackToTop i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.BackToTop #CloseBTT {
	position: absolute;
	left: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.END-BACKTOTOP-------------------------- {
}
/* end back-to-top styles */

/* form styles */
.BEGIN-FORM----------------------------- {
}
.form {
	display: flex;
	flex-direction: column;
	gap: 1em;
}
form .Box-2 {
	text-align: left;
}
form .Box-2 input {
	margin-bottom: 15px;
}

.form-row {
	display: flex;
	flex-direction: row;
	gap: 1em;
	flex-wrap: wrap;
}

.form-row .input-field {
	flex: 1;
}

.button {
	padding: 0.75em 1em;
	background-color: #cfa744;
	color: #e9edf1;
	font-weight: bold;
	font-size: 1em;
	border: none;
	border-radius: 10px;
	text-decoration: none;
	text-transform: capitalize;
	cursor: pointer;
	transition:
		color 0.25s,
		background-color 0.25s;
}

.button:hover {
	background-color: #f9b307;
	color: #e9edf1;
}

.input-field {
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	text-align: left;
	min-width: 200px;
}

.field-label,
.field-input {
	width: 100%;
	font-size: 1em;
}

.field-input {
	padding: 0.5em;
	border: none;

	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.field-input[type='date'],
textarea.field-input {
	font-size: 1.15em;
}

.field-input[type='file'] {
	cursor: pointer;
}

.input-field.required .field-label::before {
	content: '*';
	color: red;
}

.field-options {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0.5em;
}

.field-options.row {
	flex-direction: row;
	flex-wrap: wrap;
}

.field-options .option {
	position: relative;
}

.field-options .option .option-input {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
	cursor: pointer;
	margin: 0px;
}

.field-options .option .option-label {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0.75em;
	padding: 0.75em;
	background-color: rgb(245, 245, 245);
	border-radius: 10px;
}

.option-input:focus + .option-label {
	outline: black auto 1px;
}

.option-input:checked + .option-label {
	background-color: #ffd602;
	color: black;
}

.option-label::before {
	display: block;
	font-family: 'Font Awesome 5 Pro';
}

.option-input[type='radio'] + .option-label::before {
	content: '\f111';
	font-weight: 300;
}

.option-input[type='radio']:checked + .option-label::before {
	content: '\f058';
	font-weight: 600;
}

.option-input[type='checkbox'] + .option-label::before {
	content: '\f0c8';
	font-weight: 300;
}

.option-input[type='checkbox']:checked + .option-label::before {
	content: '\f14a';
	font-weight: 600;
}

.captcha-field {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	row-gap: 0.5em;
	column-gap: 1em;
}

.captcha-field .input-field {
	flex: 1;
	min-width: 275px;
}

.captcha {
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.captcha .captcha-image {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.captcha:not([data-captcha-loaded]) {
	opacity: 0;
}

.captcha .captcha-refresh-btn {
	font-size: 1.1em;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.END-FORM---------------------------------------------- {
}
/* end form styles */

/* scroll to highlight styles */
.BEGIN-SCROLL-TO-HIGHLIGHT-------------------------------------------- {
}
@keyframes highlight-ani {
	0% {
		background-color: transparent;
	}
	25% {
		background-color: #fff59d;
	}
	75% {
		background-color: #fff59d;
	}
	100% {
		background-color: transparent;
	}
}

.achor-highlight {
	position: relative;
}

.achor-highlight:after {
	content: '';
	width: 100%;
	height: 100%;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9999999999;

	opacity: 0.25;
	pointer-events: none;

	animation-name: highlight-ani;
	animation-duration: 1.5s;
	animation-iteration-count: 1;
}
.END-SCROLL-TO-HIGHLIGHT--------------------------------------- {
}

@media (max-width: 1250px) {
	.Row-BG-Text {
		width: 35%;
		margin-left: 0px;
	}
	.Box-Middle {
		border-style: solid none;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.Box-3 {
		width: 80%;
	}
	.Box-2 {
		width: 90%;
	}
	.Box-Left {
		border-right-style: none;
		border-bottom: 1px solid #6a4938;
		padding-bottom: 35px;
	}
}

@media (max-width: 1023px) {
	.Logo {
		float: none;
	}

	.Header-Right {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

@media (max-width: 850px) {
	.Header-Right {
		font-size: small;
	}
	.Header-Right-Sub {
		font-size: small;
	}
	.Row-BG-Text {
		width: 100%;
		margin-left: 0px;
		padding-bottom: 10%;
	}
	.EZPost-Article-Sidebar iframe {
		width: 100%;
		height: 1000px;
		border-left: 1px none #087299;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
	}
}

@media (max-width: 550px) {
	.Header-Right-Sub {
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 16px;
	}
}

@media (max-width: 428px) {
	.Card {
		min-height: 0px;
	}
}

/* Site Footer */
.Site-Footer {
	background-color: #1a1a2e;
	color: #cccccc;
	padding: 45px 5% 0;
	width: 100%;
	margin-top: 45px;
}
.Site-Footer h3 {
	font-family: 'DM Serif Text', serif;
	color: #cfa744;
	margin-bottom: 12px;
	font-size: 1.1em;
}
.Footer-Top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.Footer-Col {
	flex: 1;
	min-width: 180px;
}
.Footer-Col p {
	margin: 6px 0;
	line-height: 1.6;
}
.Footer-Col nav {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.Footer-Col nav a {
	color: #cccccc;
	text-decoration: none;
	transition: color 0.2s;
}
.Footer-Col nav a:hover {
	color: #ffffff;
	background-color: transparent;
	text-decoration: underline;
}
.Footer-Col a[href^='tel:'] {
	color: #cfa744;
	text-decoration: none;
}
.Footer-Logo {
	max-width: 160px;
	height: auto;
	margin-bottom: 12px;
}
.Footer-Brand {
	font-family: 'DM Serif Text', serif;
	color: #cfa744;
	font-size: 1.3em;
	margin-bottom: 12px;
	line-height: 1.3;
}
.Footer-Bottom {
	text-align: center;
	padding: 20px 0;
	font-size: 0.85em;
	color: #888888;
}
