.immediate-care--secondary .immediate-care__icon img {
	width: 70px;
}

@media (min-width: 768px) {
	.immediate-care__icon img {
		width: 75px;
	}

	.immediate-care__icon img {
		width: 45px;
	}
}

.icon--small-fluid {
	width: 25%;
}

.icon--large-fluid {
	width: 50%;
}

.icon--extra-large-fluid {
	width: 75%;
}

.icon--full-size-fluid {
	width: 100%;
}

.immediate-care__content-title {
	font-weight: 600;
}

.immediate-care__link {
	text-decoration: none;
	max-width: 100%;
}

svg.toast__icon {
	width: auto;
	max-width: 20px;
}

.alert-medium-width {
	width: 50%;
}

.link-no-underline {
	text-decoration: none !important;
}

.testimonial-section .section-title {
	color: #ffffff;
}

.section-title--light-gray {
	color: #63666a;
	margin: 0 0 30px 0;
}

.banner-health-grid .container-full-width {
	max-width: 100%;
}

.banner-get-care {
	background-color: #ffffff;
	padding: 20px;
}

.banner-get-care-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.banner-get-care-right {
	position: relative;
	width: 100%;
}

.banner-get-care-right-item {
	display: inline-block;
}

.banner-get-care-right-item svg {
	width: 24px;
	float: left;
	margin-right: 5px;
}

.banner-get-care-btn {
	background-color: #0577b3;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
	.banner-get-care-btn {
		background-color: #0577b3;
		height: 100%;
		padding: 20px 10px;
		font-size: .9275rem;
	}
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
	.banner-get-care-btn {
		padding: 15px 12px;
		width: 180px !important;
	}
}

.banner-get-care-btn,
.banner-get-care-read-more-btn {
	width: 150px;
	text-align: center;
}

.banner-get-care-read-more-btn {
	font-size: 16px;
}

.banner-blue-background {
	background-color: #00205b;
}

.link--white-secondary {
	text-decoration: underline;
}

.link--white-secondary,
.section-paragraph-white--secondary {
	color: white;
}

.banner-urgent-care-search-module-title {
	color: white;
}

.icon--primary svg path {
	fill: #00205b !important;
	opacity: 1 !important;
}

/* IE Only */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

	.background-pattern-quaternary-medium {
		background-position-x: 132%, -25%;
		background-size: 50%, 40% !important;
	}

	.banner-get-care-right-item svg {
		width: 24px;
		float: left;
		margin: -64px 5px;
	}
}

.searchbox-text-color {
	color: #dd5f13 !important;
}

/* header modal popup login link */

.custom-modal .modal__overlay {
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.custom-modal .modal__trigger {
	cursor: pointer;
}

.custom-modal .modal__content-container {
	background-color: #fff;
	display: none;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 23px 18px 30px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
	padding-top: 50px;
}

@media (min-width: 768px) {
	.custom-modal .modal__content-container {
		height: auto;
		left: 50%;
		max-height: 100%;
		/*padding: 50px 70px 60px;*/
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		width: 60%;
	}
}

.custom-modal .modal__close {
	background: none;
	border: none;
	cursor: pointer;
	display: block;
	fill: #00205b;
	font-size: 1.25rem;
	margin: 15px;
	position: absolute;
	right: 0;
	top: 0;
}

.custom-modal .modal__close svg {
	width: 18px;
}

.custom-modal .modal--active .modal__content-container,
.custom-modal .modal--active .modal__overlay {
	-webkit-animation: fade-in .3s ease-in-out;
	animation: fade-in .3s ease-in-out;
	display: block;
	opacity: 1;
}

.custom-modal .modal--active.modal--dropdown .modal__trigger:after {
	top: 35%;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.custom-modal .modal--inactive .modal__content-container,
.custom-modal .modal--inactive .modal__overlay {
	-webkit-animation: fade-out .3s ease-in-out;
	animation: fade-out .3s ease-in-out;
}

.custom-modal .modal--dropdown {
	position: relative;
}

.custom-modal .modal--dropdown .modal__content-container {
	background-color: #fff;
	border: none;
	height: 100%;
	left: 0;
	max-height: none;
	position: fixed;
	top: 0;
	width: 100%;
	padding-top: 50px;
}

.custom-modal .modal--dropdown .modal__close {
	display: none;
}

.custom-modal .modal__content {
	height: 100%;
	max-height: 100%;
	/* padding-top: 50px; */
}

.custom-modal .fm-close-btn {
	position: absolute;
	top: 15px;
	right: 13px;
}

@media (min-width: 992px) {
	.custom-modal .modal-lg {
		width: 980px;
	}
}

.banner-close-icon-ie svg {
	width: 18px;
	height: 18px;
}

.inline-block-element {
	display: inline-block;
}

.btn--emergency-room-change-your-location {
	padding: 5px 10px;
	float: left;
}

@media (min-width: 768px) {
	.btn--emergency-room-change-your-location {
		margin-left: 10px;
	}
}

.btn--emergency-room-change-your-location .btn-test,
.btn--emergency-room-no-result-change-your-location .btn-test {
	cursor: pointer;
	color: #83cbf0;
	margin-left: 10px;
}

.btn--emergency-room-change-your-location .icon-info:before,
.btn--emergency-room-no-result-change-your-location .icon-info:before {
	content: "\e064"
}

.btn--emergency-room-change-your-location .icon:before,
[class*=" icon-"]:before,
[class^=icon-]:before,
.btn--emergency-room-no-result-change-your-location .icon:before,
[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: banner !important;
	font-weight: 400 !important;
	text-transform: none !important;
	font-style: normal !important;
	font-variant: normal !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {

	.care-condition-wrap {
		padding: 0 30px !important;
	}

}

@media (min-width: 961px) {
	.urgent-care-search__fields .emergency-room-search-result-change-location-find-btn {
		display: block;
		margin: 0 0 0 10px;
		min-width: 180px;
		padding: 20px 10px;
	}
}

.emergency-room-search-result-change-location-find-btn {
	margin-bottom: 30px;
	padding: 22px 70px;
}

@media (min-width: 961px) {
	.emergency-room-search-result-change-location-find-btn {
		display: none;
	}
}


/* Emergency Room Search Result Reserve My Spot Button - Start */
@media (min-width: 768px) {
	.emergency-room-details__heading-content .emergency-room-search-result-reserve-spot-btn {
		margin-left: 35px;
		display: inline-block;
		margin-top: 15px;
		float: none;
	}

	.emergency-room-details__heading-content .emergency-room-search-result-reserve-spot-btn-desk {
		display: inline-block !important;
		margin-left: 20px;
		float: right;
		margin-top: 15px;
	}
}

.emergency-room-details__heading-content .emergency-room-search-result-reserve-spot-btn-desk {
	display: none;
}

@media only screen and (device-width: 768px) {

	/* For general iPad layouts */
	.emergency-room-details__heading-content .emergency-room-search-result-reserve-spot-btn-desk {
		display: none;
		float: none;
		margin-left: 30px;
	}
}

@media (min-width: 961px) {
	.emergency-room-search-result-reserve-spot-btn {
		margin-left: 20px;
		display: inline-block;
		float: right;
		margin-top: 15px;
	}

	.emergency-room-details__address.emergencyaddress {
		float: left;
		display: inline-block;
	}
}

/* Emergency Room Search Result Reserve My Spot Button - End */

.no-text-transform {
	text-transform: none !important;
}