/* styles for find a physician form */
:root {
	--accent-color: #014465;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.h2, h2 {
    line-height: 1.25;
    font-size: 2rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #041a2f;
}
    
.h3, h3 {
    line-height: 1.22;
    font-size: 1.5625rem;
    margin-bottom: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    color: #041a2f;
}

.h4 {
    font-weight: 700;
    color: #73808c;
    text-transform: uppercase;
    line-height: 1.33;
    letter-spacing: .09375rem;
}

.search-results dd {
  margin-left:0px;
}
.search-results dl {
	flex: 0 0 25%;
	padding-bottom: 20px;
}

.text-center {
	text-align:center;
}

#findAPhysician {}
#findAPhysician label {
	display:block;
}

#findAPhysician .custom-control-label::before, 
#findAPhysician .custom-file-label, .custom-select {
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#findAPhysician .form-control-sm {
	height: calc(1.5em + .5rem + 2px);
	padding: .25rem .5rem;
	font-size: .75rem;
	line-height: 1.5;
	border-radius: 1.375rem;
}

#findAPhysician .custom-select {
	display: inline-block;
	width: 100%;
	height: calc(1.42em + 2rem + 2px);
	padding: 1rem 1.75rem 1rem .75rem;
	font-size: .875rem;
	font-weight: 400;
	line-height: 1.42;
	color: #495057;
	vertical-align: middle;
	background: #fff url("data:image/svg+xml,%3csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23bebebe' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3e%3c/path%3e%3c/svg%3e") no-repeat right .75rem center/13px 20px;
	border: 1px solid #e9e8e9;
	border-radius: 1.375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#findAPhysician .custom-select-sm {
	height: calc(1.5em + .5rem + 2px);
	padding-top: .25rem;
	padding-bottom: .25rem;
	padding-left: .5rem;
	font-size: .75rem;
}

@media (min-width:991px) {
	.classList > div {
		flex: 0 0 33%;
	}
}

.custom-range {
	width: 100%;
	height: 1.4rem;
	padding: 0;
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.custom-range:focus {
	outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
	box-shadow: 0 0 0 1px #014465,0 0 0 .2rem rgba(148,210,235,.25);
}

.custom-range:focus::-moz-range-thumb {
	box-shadow: 0 0 0 1px #014465,0 0 0 .2rem rgba(148,210,235,.25);
}

.custom-range:focus::-ms-thumb {
	box-shadow: 0 0 0 1px #014465,0 0 0 .2rem rgba(148,210,235,.25);
}

.custom-range::-moz-focus-outer {
	border: 0;
}

.custom-range::-webkit-slider-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: -.25rem;
	background-color: #014465;
	border: 0;
	border-radius: 1rem;
	-webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-webkit-slider-thumb {
		-webkit-transition: none;
		transition: none;
	}
}

.custom-range::-webkit-slider-thumb:active {
	background-color: #fff;
}

.custom-range::-webkit-slider-runnable-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #f7f7f7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
	width: 1rem;
	height: 1rem;
	background-color: #014465;
	border: 0;
	border-radius: 1rem;
	-moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	-moz-appearance: none;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-moz-range-thumb {
		-moz-transition: none;
		transition: none;
	}
}

.custom-range::-moz-range-thumb:active {
	background-color: #fff;
}

.custom-range::-moz-range-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: #f7f7f7;
	border-color: transparent;
	border-radius: 1rem;
}

.custom-range::-ms-thumb {
	width: 1rem;
	height: 1rem;
	margin-top: 0;
	margin-right: .2rem;
	margin-left: .2rem;
	background-color: #014465;
	border: 0;
	border-radius: 1rem;
	-ms-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	appearance: none;
}

@media (prefers-reduced-motion:reduce) {
	.custom-range::-ms-thumb {
		-ms-transition: none;
		transition: none;
	}
}

.custom-range::-ms-thumb:active {
	background-color: #fff;
}

.custom-range::-ms-track {
	width: 100%;
	height: .5rem;
	color: transparent;
	cursor: pointer;
	background-color: transparent;
	border-color: transparent;
	border-width: .5rem;
}

.custom-range::-ms-fill-lower {
	background-color: #f7f7f7;
	border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
	margin-right: 15px;
	background-color: #f7f7f7;
	border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
	background-color: #f7f7f7;
}

.custom-range:disabled::-webkit-slider-runnable-track {
	cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
	background-color: #f7f7f7;
}

.custom-range:disabled::-moz-range-track {
	cursor: default;
}

.custom-range:disabled::-ms-thumb {
	background-color: #f7f7f7;
}

.btn {
	display: inline-block;
	font-weight: 700;
	color: #73808c;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 1rem 2.5rem;
	font-size: .625rem;
	line-height: 1.2;
	border-radius: 1.375rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	letter-spacing: .07813rem;
	text-transform: uppercase;
	cursor: pointer;
}

.btn-success {
	color: #fff;
	background-color: #049f6b;
	border-color: #049f6b;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn.btn-accent {
	background-color: var(--accent-color,#049f6b);
	border-color: var(--accent-color,#049f6b);
	transition: -webkit-filter .15s ease-in-out;
	transition: filter .15s ease-in-out;
	transition: filter .15s ease-in-out,-webkit-filter .15s ease-in-out;
}

.tile-card {
    background-color: #fff;
    font-size: .75rem;
    height: 100%;
    border-radius: .125rem;
    transition: box-shadow ease-in-out .5s;
    position: relative !important;
}
.img-card {
    border-radius: 2px;
    padding: .5rem;
    border-radius: 2px;
    box-shadow: 0 4px 8px 0 rgba(18,63,105,.08);
    transition: box-shadow .5s ease-in-out;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: 0;
    line-height: 1.25;
    color: #abb3ba;
    background-color: transparent;
    border: 0 solid #b9b7b9;
    margin: 0 .25rem;
    margin-right: 0.25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item:first-child .page-link, 
.page-item:last-child .page-link {
    margin-bottom: 0;
    border-radius: 0;
}
.page-item .page-link::after {
    content: '';
    display: block;
    margin-top: .5rem;
    border-bottom: 1px solid transparent;
}
.page-item.active .page-link::after {
	border-bottom-color: var(--accent-color);
}
.page-item.page-item-previous {
    margin-right: 3.75rem;
}
.page-item.page-item-next {
	margin-left: 3.75rem;
}
#left-area .entry-content ul.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	list-style: none;
	padding:0;
}
.page-item.active .page-link {
	color: var(--accent-color);
}
.page-item.disabled .page-link {
	color: rgba(4,26,47,.2);
	pointer-events: none;
	cursor: auto;
	background-color: transparent;
	border-color: #b9b7b9;
}
.page-item.disabled polygon[fill="#041A2F"] {
	fill: rgba(4,26,47,.2);
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0);
	}

	50% {
		opacity: 1;
		transform: none;
	}
}

.spinner-grow {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	background-color: currentColor;
	border-radius: 50%;
	opacity: 0;
	-webkit-animation: spinner-grow .75s linear infinite;
	animation: spinner-grow .75s linear infinite;
}
