.find-a-provider-callout h3 {
	font-size: 2.823rem;
	line-height: 3.063rem;
	font-weight: 400;
}
.find-a-provider-callout p {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-top: 1.5rem;
	margin-bottom: 3.5rem;
}
.find-a-provider-callout .form-control {
	width: 370px;
	color: #000;
	font-size: 1.5rem;
	line-height: 1.75rem;
	font-weight: 400 !important;
	margin: 20px auto;
	background-color: #f6f6f7;
	border: 0;
	height: 64px;
}
.btn.btn-outline-primary {
	border-color: #f1b434;
	color: #f1b434;
}
.btn.btn-outline-primary:hover{
	background-color: #f1b434;
	color: #fff;
}
/**/
.bg-gray-athens {
	background-color: #f6f6f7;
}
.tailieu-ft > h3 {
	font-size: 1.125rem !important;
	line-height: 1.75rem;
}
.tailieu-ft ol {
}
.tailieu-ft ol > li {
/*	display: inline;*/
	padding-left: .5rem;
	text-indent: 0;
}
.tailieu-ft ol > li::marker {
	font-weight: bold;
}
/*.tailieu-ft ol > li::before, 
ol > li::before {
	font-weight: 600;
	padding-right: .36rem;
	text-align: right;
	content: counter(item) ".";
}*/
/**/
.full-footer {
	position: relative;
	padding: 60px 0 0;
	overflow: hidden;
	background-size: cover;
}
.footer-box h3 {
	font-weight: 400;
}
.ft-mxh a {
	display: inline-block;
	margin: 0 10px;
}
.ft-mxh img {
	width: 60px;
}
.footer-box ul.menu li {
	list-style: none;
	margin-bottom: .85rem;
}
.ft-logo img{
	max-width: 700px;
	display: block;
	margin: 0 auto;
	width: 100%;
}
.footer-border {
	background-color: #f1b434;
	height: 15px;
	margin: 3.5rem 0;
}
.footer-box.subnav li {
	margin-left: .85rem;
	margin-right: .85rem;
	display: inline-block;
}
.footer-box.subnav li a{
	text-decoration:underline;
}
/**/
@media (min-width: 768px) {
  .btn {
    font-size: 1.5rem;
    line-height: 1.4rem;
    margin-top: 1rem;
    padding:1rem !important;
    border-radius: 0;
  }
}
@media (min-width: 1200px) {
  .footer-box ul {
    font-size: 1.25rem;
    padding: 0;
  }
  .ft_copyright p {
  	font-size: 1.25rem;
  	line-height: 2.063rem;
  }
}
@media only screen and (max-width: 991px) {
	.find-a-provider-callout h3 {
		font-size: 27px;
		line-height: unset;
		font-weight: 400;
	}
	.find-a-provider-callout p {
		font-size: 16px;
		line-height: 18px;
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.ft-mxh img {
		width: 40px;
	}
}
@media only screen and (max-width: 900px) {
}
@media only screen and (max-width: 800px) {
}
@media only screen and (max-width: 768px) {
}
@media only screen and (max-width: 600px) {
}