/* Basic Content and Helper Classes */
.content-style {
	font-size: 1rem;
}

strong.red {
	color: red;
}

.large-fonts .content-style {
	font-size: 1em;
}

.large-fonts.content-style {
	font-size: 1.25em;
}

.content-style small {
	font-size: .8em;
}

.content-style p, .datatitle p {
	line-height: 1.85;
	font-size: 1em;
	margin: 1.5em 0;
}

.content-style a {
	font-weight: 700;
}

.content-style .two-column-list {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.content-style .two-column-list .col-list-two {
	padding: 0 0 0 5em;
}

.content-style img.half {
	width: auto;
	height: auto !important;
	max-width: 50%;
}

.content-style img.third {
	width: auto;
	height: auto !important;
	max-width: 33%;
}

.content-style img.two-thirds {
	width: auto;
	height: auto !important;
	max-width: 66%;
}

.content-style img.fourth {
	width: auto;
	height: auto !important;
	max-width: 25%;
}

.content-style table {
	max-width: 100%;
}

.content-style hr {
	clear: both;
}

.content-style iframe {
	max-width: 100%;
	border: none;
}

.content-style .hidden {
	visibility: hidden;
}

.content-style ul, .content-format ul, .datatitle ul {
	padding-left: 2.5em;
	margin: 1em 0;
	list-style: disc;
	font-size: 1em;
}

.content-style fieldset ul {
	margin: 0;
	padding: 0 !important;
	list-style: none;
}

.content-style fieldset ul li {
}

.content-style ul li {
	font-size: 1em;
}

.content-style li > ul, .content-format li > ul, .datatitle li > ul {
	margin: 0;
}
/* End Basic Content and Helper Classes */

/* Titles & Headers */
h1, h2, h3, h4, h5, h6, section header > strong, section header > a > strong, section header > em, section header > a > em {
	margin: 0;
	font-size: 1em;
	font-weight: 700;
	line-height: 1.2;
}

h5, h6 {
	font-weight: 300;
}

.content-style h1, section header h4, h2.look-like-h1, .datatitle h1,  section header h1, header h4.looks-like-h1 {
	font-size: 1.9444rem;
	font-weight: 300;
}

.content-style h1 {
	font-size: 1.9444em;
}

.content-style h2 {
	color: #0C5098;
	font-weight: 550;
	font-size: 1.555em;
}

.content-style h2:not(:first-child) {
	margin: .55em 0;
}

.content-style h3 {
	font-size: 1em;
	font-weight: 700;
	color: #2C2C2E; /* $dark */
	clear: both;
}

.content-style h1 small, section header h4 small, h2.look-like-h1 small, .datatitle h1 small {
	display: block;
	font-size: .4em;
	font-weight: 700;
	padding-bottom: .5em;
}

section header h4 + p {
	font-size: .88em;
}

.content-style h1 + h2, .datatitle h1 + h2 {
	margin-top: 0;
	margin-bottom: 1em;
}

.content-style h1 + p, .content-style h2 + p, .content-style h3 + p, .content-style h4 + p {
	margin-top: 1em;
}

.datatitle h1 + p, .datatitle h2 + p, .datatitle h3 + p, .datatitle h4 + p {
	margin-top: 1em;
}

.content-style h2, .content-style h3, .content-style h4 {
	margin: 1rem 0 .3em;
	clear: both;
}

.datatitle h2, .datatitle h3, .datatitle h4 {
	margin: 1rem 0 .3rem;
}
/* End Titles & Headers */

/* Custom Table */
div.content-table {
	margin: 1em 0 1.5em 0;
	border: 1px solid #4d4f53;
	border-bottom: none;
}

div.content-table ul {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}

div.content-table ul:nth-child(odd) {
	background-color: #f1f2f5;
}

div.content-table ul li {
	position: relative;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	padding: .75em 0 .75em 1.75em;
	border-right: 1px solid #646464; /* $text */
	border-bottom: 1px solid #646464; /* $text */
}

div.content-table ul li:first-child {
	width: 70%;
}

div.content-table ul li:last-child {
	width: 30%;
	border-right: none;
}

div.content-table ul li:before {
	display: none;
}
/* End Custom Table */

/* Content List */
.content-list h2 {
	line-height: 1;
	font-weight: 400;
	font-size: 1.6667em;
	padding: 1em 0em;
	color: #2C2C2E; /* $dark */
}

.light .content-list h2 {
	color: #2C2C2E; /* $dark */
}

.content-list {
}

.content-list h3 {
	position: relative;
	padding: .5em 2.75em .6em 3%;
	margin: 0;
	font-size: 1.25em;
	font-weight: 700;
	color: #646464; /* $text */
	background-color: #FFFFFF; /* $white */
	border-bottom: 1px solid #0C5098; /* $primary */
	transition: color .4s ease, background-color .4s ease;
	cursor: pointer;
}

.content-list h3.active, .content-list h3:hover {
	color: #FFFFFF;
	background-color: #0C5098; /* $primary */
}

.content-list h3 span {
	position: absolute;
	top: 0;
	right: 0;
	width: 2em;
	display: block;
	height: 100%;
	background-color: #409644;
}

.content-list h3 span:before, .content-list h3 span:after {
	content: '';
	display: block;
	width: .66em;
	height: 1px;
	background-color: #FFFFFF; /* $white */
	top: 50%;
	position: absolute;
	transition: transform .4s ease 0s;
}

.content-list h3 span:before {
	right: .33em;
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.content-list h3.active span:before {
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.content-list h3 span:after {
	right: .75em;
	-webkit-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}

.content-list h3.active span:after {
	-webkit-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}

.content-list [data-type=section] {
	padding: .5em 3% 1.5em;
	margin: 0;
	background-color: #FFFFFF; /* $light */
}

.content-list [data-type=section]:first-child {
}

.content-list [data-type=section] ul {
	padding-left: 2.5em;
	margin: 1em 0;
	list-style: disc;
}

.content-list [data-type=section] ul > li > ul {
	margin: 0;
}

.content-list [data-type=section] h4 {
	color: #0C5098; /* $primary */
}

.content-list [data-type=item] {
	padding: 0;
}

.content-list [data-type=item].not-empty {
}

.content-list [data-type=item].empty {
	pointer-events: none;
	filter: grayscale(50%);
}

.content-list [data-type=item].empty h3 span {
	display: none;
}
/* End Content List */

/* Conditions List Panel */
.conditions-panel {
	background-color: #BCBEC0;
	padding-top: 0;
}

.conditions-panel:last-of-type {
	padding-bottom: 0;
}

.contditions-panel:first-of-type {
}

.conditions-panel.light {
	background-color: #FFFFFF; /* lighten($light,57%) */
	box-shadow: inset 0 0 2em rgba(0,0,0,.33);
}

.conditions-panel.light section {
}

.conditions-panel section {
	padding-top: 2em;
}

.conditions-panel section:last-of-type {
	padding-bottom: 2em;
}

.conditions-panel.light section .container {
	box-shadow: 0 0 2em rgba(0,0,0,.33);
}

.conditions-panel section:first-child:not(:only-child) {
	padding-bottom: 0;
}

.conditions-panel section + section:not(:last-child) {
	padding-bottom: 0;
}

.conditions-panel section:first-child h2 {
	padding-top: 0;
}

.conditions-panel [data-type=section] {
	display: none;
}
/* End Conditions List Panel */

/* Content Panel List */
.content-style-list h2 {
	margin: .5em 0;
	line-height: 1;
}

.content-style-list h3 {
	position: relative;
	padding: .5em 2.75em .6em 1em;
	margin: .25em 0;
	font-size: 1.25em;
	font-weight: normal;
	color: #0C5098; /* $primary */
	border: solid 1px #ecf3f8;
	box-shadow: inset 0 0 .5em #ecf3f8;
	transition: .25s ease;
}

.content-style-list h3.active {
	color: #fff;
	background-color: #2C2C2E; /* $dark */
}

.content-style-list h3:after, .content-style-list h3.active:after {
	position: absolute;
	top: .55em;
	right: 1em;
	font-family: 'icomoon-ult';
	font-size: 1em;
	line-height: 1em;
}

.content-style-list h3:after {
	font-family: 'icomoon-ult';
	content: '\e145';
}

.content-style-list h3.active:after {
	font-family: 'icomoon-ult';
	content: '\e147';
}

.content-style-list h3:hover {
	color: #fff;
	cursor: pointer;
	background-color: #2C2C2E; /* $dark */
}

.content-style-list .cl-section {
	padding: 1% 2%;
	background-color: #ecf3f8;
}

.privacy-policy h2 {
	text-align: center;
}

.help-topics.content-list h3:before {
	content: '+';
	margin-right: 0.5em;
}

.help-topics.content-list h3.active:before {
	content: '–';
	margin-right: 0.5em;
}
/* End Content Panel List */

/* Affiliate-Network-Services Content */
.uc-cta-box {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.uc-cta-box img.uc-sjmh {
	width: 40%;
	margin: .75em .75em .75em 0;
}

.uc-cta-box span.uc-btn {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 19% 1em;
	text-align: center;
	line-height: 1.8;
	color: white;
}

.uc-cta-box .urgent-care {
	background: #D63921;
	width: 12em;
	color: white;
	height: 10em;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.uc-cta-box .pseudolink {
	color: white;
	cursor: pointer;
	font-weight: 600;
	text-align: center;
}

.uc-cta-box .pseudolink:hover {
	color: #21B7D6;
	transition: color .5s ease 0s;
}
/* End Affiliate-Network-Services Content */

/* 1200px Responsive */
@media (max-width:1200px) {
	.content-style p {
		font-size: 1em;
	}
}

@media (max-width:800px) {
	.content-style .two-column-list .col-list-two {
		padding: 0;
	}
}
/* End 1200px Responsive */

/* 600px Responsive */
@media (max-width:600px) {
	.main-content-panel {
		background-color: #FFFFFF; /* lighten($light,33%) */
	}

	.content-style p {
		font-size: 1.1em;
	}

	.content-style img {
		float: none !important;
		height: auto !important;
		margin: 1em auto !important;
		display: block;
	}

	.content-style iframe {
	}

	.uc-cta-box {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}

	.uc-cta-box img.uc-sjmh {
		width: 100%;
	}
}
/* End 600px Responsive */

/* 550px Responsive */
@media (max-width: 550px) {
}
/* End 550px Responsive */

/* 475px Responsive */
@media (max-width:475px) {
	.content-style {
		font-size: 1.25em;
	}

	.content-style .two-column-list .col-list-two {
		padding: 0;
	}
}
/* End 475px Responsive */

.Site-Map-page .content-style ul > li {
	margin: 0;
}

.extra-1 {
	margin-bottom: 2em;
}

p .height {
	line-height: 18px;
}

.white h1 {
	color: white;
}
