/* REMOVE EXTRA SPACING ON HOMEPAGE */
.hero-general-content-container.empty-hero,
body.with-banner .hero-general-content-container.empty-hero {
	padding-top: 0;
}

/* STYLED LISTS */
ul.checklist,
ul.arrow {
	list-style-type: none;
	padding-left: 0;
}

ul.checklist>li {
	background: url("/images/default-source/site-images/icons/checkmark-with-box-02.png") no-repeat left top;
	padding: 0.5em 0.5em 1em 3em;
	background-size: 30px;
	display: inline-block;
	width: 100%;
}

ul.arrow>li::before {
	content: '';
	display: inline-block;
	background: url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat left top;
	width: 19px;
	height: 19px;
}

ul.arrow>li {
	margin-bottom: 1.25em;
}

ul.two-col {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

ol li {
	margin-bottom: 1rem;
}

/* CSS overrides */
/* 
PRIMARY: Blue #00548e (use for blue & old gold), Yellow #ffc758
SECONDARY: Bright blue #3e76a9 (old teal), Indigo #11385d (old purple)
Backgrounds only (use gray text): #BBC9E0 #E9EDF4
*/
.shp-navbar {
	height: 84px;
	min-height: 84px;
	background-color: #ffffff;
	border-bottom: 2px solid #f6f6f6;
}

@media screen and (min-width: 768px) {
	body.with-banner .hero-general-content-container.empty-hero {
		padding-top: 48px !important;
	}

	.hero-general-content-container {
		height: 480px;
	}
}

/* NAVIGATION MENU */
.nav-primary__link {
	color: #58595B;
}

.nav-primary__link.has-sub:after {
	border-bottom: 2px solid #58595B;
	border-right: 2px solid #58595B;
}

.nav-primary__link--secondary {
	color: #00548E;
}

.nav-primary__link--secondary.has-sub:after {
	border-bottom: 2px solid #00548E;
	border-right: 2px solid #00548E;
}

.hero-general-content-container {
	margin-top: 84px;
}

/* NEWS / RELATED STORIES */
.news-detail__content a {
	text-decoration: underline !important;
}

.news-photo img,
.news-photo-lg img {
	object-fit: cover;
	margin-bottom: 1em;
}

.news-photo img {
	height: 256px;
}

.news-photo-lg img {
	height: 336px;
}

.news-photo a,
.news-photo-lg a {
	text-decoration: none;
}

a.news-link {
	color: #58595B;
	text-decoration: none;
}

a.news-link:hover {
	text-decoration: underline;
}

.sharp-tabs .nav-tabs>li>a {
	font-weight: 600;
}

@media screen and (min-width: 768px) {
	.sharp-tabs .tab-content>.tab-pane .tab-heading {
		font-weight: 600;
		font-size: 1em;
		/* 16px */
		line-height: 1.6em;
		/* 25.6px */
	}
}

/* SUPERSCRIPT */
sup {
	font-size: 0.6em;
}

a sup {
	display: inline-block;
	border-bottom: 1px solid #58595b;
	padding-bottom: 0.9em;
}

h1 sup {
	font-size: 25%;
	top: -2em;
}

/* CAROUSELS */
.sharp-slide .slick-prev:before {
	content: url(/images/default-source/site-images/icons/arrow-left.png);
}

.sharp-slide .slick-next:before {
	content: url(/images/default-source/site-images/icons/arrow-right.png);
}


/* CUSTOM TABS */
.custom-tab-inner {
	width: 75%;
	margin: 2em 0;
	left: 12.5%;
	position: relative;
}


/* CAROUSEL */
.sharp-slider-container {
	background-color: #fff;
}

/* CALLOUT BUTTONS - WHITE CENTERED */
.callout-white .search-container {
	background-color: #fff;
}

.callout-white .search-container--header h3,
.callout-white .search-container--header p,
.callout-white .search-container--header p a {
	color: unset
}

.callout-white .search-container .search-container--header,
.callout-white .search-container .search-container--button {
	text-align: center;
}

.callout-white .search-container a.btn-shp-default:hover,
.callout-white .search-container a.btn-shp-default:active {
	border-color: #ffc758;
}

/*HOMEPAGE*/
h1.hero-container--welcome-box--intro {
	/* HOMEPAGE INTRO */
	font-size: 48px;
	line-height: 1.21em;
}

.hero-container--welcome-box--inner {
	border: 1px solid #00548e;
}

h1.hero-container--welcome-box--intro {
	font-weight: 600;
	color: #58595b;
}

/* HOMEPAGE - I'm a... */
.welcome-container--skyline {
	display: none;
}

#tellUsAboutYou {
	background-color: #f6f6f6;
	padding-top: 66px;
}

#tellUsAboutYou h2 {
	font-size: 1.5rem;
	font-weight: 600;
}

#tellUsAboutYou .text-bold {
	font-weight: unset;
}

.welcome-container .welcome-container--selections {
	flex-flow: column;
}

.faux-dropdown .faux-dropdown--selection::before {
	content: "";
	position: absolute;
	width: 200%;
	height: 200%;
	top: -50%;
	left: -50%;
	z-index: -1;
	background: url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat right 5px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.faux-dropdown .faux-dropdown--selection {
	border-bottom: 1px solid #11385d;
	color: #11385d;
}

.part-one {
	padding-bottom: 10px;
	font-size: 15px;
}

.part-two {
	padding-bottom: 72px;
	font-size: 15px;
}

@media screen and (min-width: 768px) {
	.faux-dropdown .faux-dropdown--selection {
		background: #fff url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat right 5px;
	}
}

.part-two.welcome-container--selections-part>span.text-large.text-bold.white.nonmobi {
	display: none;
}

@media screen and (min-width: 375px) {
	.faux-dropdown .faux-dropdown--selection {
		background: #fff url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat right 5px;
	}
}

@media screen and (min-width: 360px) {
	.faux-dropdown .faux-dropdown--selection {
		background: #fff url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat right 5px;
	}
}


/* BUTTONS */
.btn-shp-cta button[type=submit],
.btn-shp-default button[type=submit],
a.btn-shp-cta,
a.btn-shp-default,
button.btn-shp-ct,
button.btn-shp-default,
input.btn-shp-cta[type=submit],
input[type=submit].btn-shp-default,
label.btn-shp-cta,
label.btn-shp-default,
.btn-shp-custom button[type=submit].white,
a.btn-shp-custom.white,
button.btn-shp-custom.white,
input[type=submit].btn-shp-custom.white,
label.btn-shp-custom.white,
.btn-shp-submit button[type=submit],
a.btn-shp-submit,
button.btn-shp-submit,
input[type=submit].btn-shp-submit,
label.btn-shp-submit,
.sharp-icon-tabs .tab-content>.tab-pane.blue .tab-body a.btn-shp,
.sharp-icon-tabs .tab-content>.tab-pane.blue .tab-body a.btn-shp:visited,
.sharp-icon-tabs .tab-content>.tab-pane.teal .tab-body a.btn-shp,
.sharp-icon-tabs .tab-content>.tab-pane.teal .tab-body a.btn-shp:visited,
.sharp-icon-tabs .tab-content>.tab-pane.purple .tab-body a.btn-shp,
.sharp-icon-tabs .tab-content>.tab-pane.purple .tab-body a.btn-shp:visited,
.sharp-icon-tabs .tab-content>.tab-pane.gold .tab-body a.btn-shp,
.sharp-icon-tabs .tab-content>.tab-pane.gold .tab-body a.btn-shp:visited,
a.btn-shp-custom.teal,
a.btn-shp-custom.blue,
a.btn-shp-custom.purple {
	color: #58595b;
	border-color: #ffc758;
	background-color: #ffc758;
}

.btn-shp-cta button.active[type=submit],
.btn-shp-cta button:focus[type=submit],
.btn-shp-cta button:hover[type=submit],
.btn-shp-default button[type=submit].active,
.btn-shp-default button[type=submit]:focus,
.btn-shp-default button[type=submit]:hover,
a.active.btn-shp-cta,
a.btn-shp-cta:focus,
a.btn-shp-cta:hover,
a.btn-shp-default.active,
a.btn-shp-default:focus,
a.btn-shp-default:hover,
button.active.btn-shp-ct,
button.btn-shp-ct:focus,
button.btn-shp-ct:hover,
button.btn-shp-default.active,
button.btn-shp-default:focus,
button.btn-shp-default:hover,
input.active.btn-shp-cta[type=submit],
input.btn-shp-cta:focus[type=submit],
input.btn-shp-cta:hover[type=submit],
input[type=submit].btn-shp-default.active,
input[type=submit].btn-shp-default:focus,
input[type=submit].btn-shp-default:hover,
label.active.btn-shp-cta,
label.btn-shp-cta:focus,
label.btn-shp-cta:hover,
label.btn-shp-default.active,
label.btn-shp-default:focus,
label.btn-shp-default:hover,
.blue-border>a:hover,
.gold-border>a:hover,
.purple-border>a:hover,
.rose-border>a:hover,
.teal-border>a:hover,
a.btn-shp-custom.teal:hover,
a.btn-shp-custom.purple:hover,
a.btn-shp-custom.blue:hover {
	color: #58595b !important;
	background-color: #fff !important;
}

/* CUSTOM BUTTONS */
.btn-shp-custom button[type=submit],
a.btn-shp-custom,
button.btn-shp-custom,
input[type=submit].btn-shp-custom,
label.btn-shp-custom {
	color: #58595b;
	border-color: #ffc758;
	background-color: #ffc758;
}

.btn-shp-custom button[type=submit].white,
a.btn-shp-custom.white,
button.btn-shp-custom.white,
input[type=submit].btn-shp-custom.white,
label.btn-shp-custom.white {
	color: #58595b;
	border-color: #ffc758;
}

.btn-shp-custom button[type=submit].white.active,
.btn-shp-custom button[type=submit].white:hover,
a.btn-shp-custom.white.active,
a.btn-shp-custom.white:hover,
button.btn-shp-custom.white.active,
button.btn-shp-custom.white:hover,
input[type=submit].btn-shp-custom.white.active,
input[type=submit].btn-shp-custom.white:hover,
label.btn-shp-custom.white.active,
label.btn-shp-custom.white:hover,
.btn-shp-submit button[type=submit].active,
.btn-shp-submit button[type=submit]:focus,
.btn-shp-submit button[type=submit]:hover,
a.btn-shp-submit.active,
a.btn-shp-submit:focus,
a.btn-shp-submit:hover,
button.btn-shp-submit.active,
button.btn-shp-submit:focus,
button.btn-shp-submit:hover,
input[type=submit].btn-shp-submit.active,
input[type=submit].btn-shp-submit:focus,
input[type=submit].btn-shp-submit:hover,
label.btn-shp-submit.active,
label.btn-shp-submit:focus,
label.btn-shp-submit:hover,
.sharp-icon-tabs .tab-content>.tab-pane.blue .tab-body a.btn-shp:active,
.sharp-icon-tabs .tab-content>.tab-pane.blue .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.teal .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.purple .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.gold .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.teal .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.blue .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.purple .tab-body a.btn-shp:hover,
.sharp-icon-tabs .tab-content>.tab-pane.gold .tab-body a.btn-shp:hover {
	color: #58595b !important;
	background-color: #fff !important;
	border-color: #fff;
}


/* ICONS */
.icon-bg {
	text-align: center;
	background-color: #3E76A9;
	width: 100px;
	height: 100px;
	padding-top: 15px;
	border-radius: 50%;
}

.icon-bg img {
	width: 70px;
	height: auto;
}

/* CALLOUT BUTTONS */
.search-container a.btn-shp-default:hover,
.search-container a.btn-shp-default:active {
	color: #58595b;
	background-color: #fff !important;
	border-color: #fff;
}

/* FULL INFO BLOCK only */
.pregnancy-container img.pad30 {
	padding-right: initial;
	padding-left: initial;
}

/* ACCOLADES */
.accolade-container .accolade-container--header {
	text-align: initial;
}

.accolade-container--header h3 {
	font-weight: unset;
	font-size: unset;
	line-height: 1.6em;
}

.accolade-container .accolade-container--body {
	width: 996px;
	left: 261px;
	position: relative;
}

.accolade-container .accolade-container--body .col-md-3 {
	padding-left: 0;
	padding-right: 4px;
}


/* INFO CARDS */
@media screen and (min-width: 768px) {
	.member-manageplan-options-container .member-manageplan-options-container--card .member-manageplan-options-container--card--body {
		min-height: 240px;
		/* Undoes height from ae-overrides.scss. Copy within card should be 5 lines max. */
	}
}

/* TOOLTIPS - Wrap your text is a span tag, add class = "tool", use data-tip attribute for tooltip text, e.g.,
<span class="tool" data-tip="Tooltip text.">Word</span>
*/
.tool {
	cursor: help;
	position: relative;
	text-decoration: underline;
}

/*== common styles for both parts of tool tip ==*/
.tool::before,
.tool::after {
	left: 50%;
	opacity: 0;
	position: absolute;
	z-index: -100;
}

.tool:hover::before,
.tool:focus::before,
.tool:hover::after,
.tool:focus::after {
	opacity: 1;
	transform: scale(1) translateY(0);
	z-index: 100;
}

/*== speech bubble ==*/
.tool::after {
	background: #11385D;
	color: #FFF;
	border-radius: .25em;
	bottom: 180%;
	content: attr(data-tip);
	margin-left: -8.75em;
	padding: 1em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
	transform: scale(.6) translateY(50%);
	width: 24em;
}

/*== pointer ==*/
.tool::before {
	border-color: #11385D transparent transparent transparent;
	/* SHOULD MATCH SPEECH BUBBLE BACKGROUND COLOR ABOVE*/
	border-style: solid;
	border-width: 1em 0.75em 0 0.75em;
	bottom: 115%;
	content: "";
	margin-left: -0.5em;
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26), opacity .65s .5s;
	transform: scale(.6) translateY(-90%);
}

.tool:hover::before,
.tool:focus::before {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26) .2s;
}

.tool:hover::after,
.tool:focus::after {
	transition: all .65s cubic-bezier(.84, -0.18, .31, 1.26);
}

@media (max-width: 760px) {
	.tool::after {
		font-size: .75em;
		margin-left: -5em;
		width: 10em;
	}
}

/* COMPARE PLANS / COMPARE NETWORKS */
.plan-compare-sbs--body a {
	color: #58595B !important;
}

.plan-compare-sbs--body a:hover {
	color: #58595B !important;
	text-decoration-thickness: 2px !important;
}

.plan-compare-table-container .plan-compare-table-scrollable table td {
	color: #58595b;
	border: 1px solid #00548E;
}

.plan-compare-table-container .plan-compare-table-scrollable table td.plan-compare-header--header-column.hr-platinum {
	background-color: #E9EDF4;
	border-color: #E9EDF4;
	color: #58595b;
}

.plan-compare-table-container .plan-compare-table-scrollable table td.plan-compare-header--header-column.hr-gold {
	background-color: #E4D9BF;
	border-color: #E4D9BF;
	color: #58595b;
}

.plan-compare-table-container .plan-compare-table-scrollable table td.plan-compare-header--header-column.hr-silver {
	background-color: #747577;
	border-color: #747577;
}

.plan-compare-table-container .plan-compare-table-scrollable table td.plan-compare-header--header-column.hr-bronze {
	background-color: #63552A;
	border-color: #63552A;
	color: #FFFFFF;
}

.zipcode-coverage .networks-covered li.premier,
.zipcode-coverage .networks-covered li.performance,
.zipcode-coverage .networks-covered li.choice,
.zipcode-coverage .networks-covered li.value {
	color: #00548e;
}

@media screen and (min-width: 1350px) {
	.plan-compare-sbs .plan-compare-sbs--body {
		padding: 30px 65px 0;
	}
}

.plan-compare-sbs .plan-compare-sbs--body .plan-compare-sbs--body--hospitals:after,
.plan-compare-sbs .plan-compare-sbs--body .plan-compare-sbs--body--medgroups:after {
	background: url(/images/librariesprovider3/default-album/icons/icon-gray-arrow.png) no-repeat;
	;
}

/* PLAN COMPARE DECK -- GROUP PLANS: COMPARE NETWORKS */
.plan-compare-tabbed--header p.text-large.text-bold {
	font-size: 1rem;
	font-weight: 600;
}

.plan-compare-tabbed .plan-compare-tabbed--body .plan-compare-tabbed--body--medgroups,
.plan-compare-tabbed .plan-compare-tabbed--body .plan-compare-tabbed--body--medgroups-detail>a {
	font-weight: 600;
	color: #58595b;
}

/* FAQ/CONTENT TOGGLE GRAY ARROW */
.faq-container div[id$=faq] .faq-section:after,
.plan-compare-tabbed .plan-compare-tabbed--body .plan-compare-tabbed--body--hospitals:after,
.plan-compare-tabbed .plan-compare-tabbed--body .plan-compare-tabbed--body--medgroups:after {
	background: url(/images/librariesprovider3/default-album/icons/icon-gray-arrow.png) no-repeat;
}


/* FAQs */
.faq-expand-1>p>strong {
	font-size: 16px;
}

@media screen and (min-width: 768px) {
	.faq-filter-container .filter-container--filter-box ul {
		width: 81%;
	}
}

@media screen and (max-width: 767px) {
	.faq-filter-container {
		background-color: #00548E;
	}
}

.faq-categories li a:hover {
	color: #58595b;
}

.faq-categories li a:focus {
	text-decoration: none;
}

/* CUSTOM TABS */
@media screen and (min-width: 1350px) {
	.sharp-tabs .nav-tabs>li>a {
		padding: 34px 40px 40px;
	}
}

.tab-body ul {
	list-style-type: none;
	padding: 0;
}

.sharp-tabs .nav-tabs {
	z-index: 0;
}

.sharp-tabs .nav-tabs li>a {
	line-height: 1.5em;
}

.tab-body h4,
.tab-body .h4 {
	margin-top: 25px;
	margin-bottom: 10px;
}

.eff {
	white-space: nowrap;
}

li .eff {
	font-style: italic;
}

/* You have to use UTF-8 characters, not HTML entities. \a0 = &nbsp;	*/
li .eff::before {
	content: " - effective\a0";
}

h3 .eff::before {
	content: "effective\a0";
}

.tab-body ul.arrow li::before {
	/*list-style-position: outside;*/
	content: '';
	display: inline-block;
	background: url('/images/default-source/site-images/icons/yellow-bullet-sm.png') no-repeat 0 5px;
	width: 14px;
	height: 19px;
	background-size: 8px 15px;
}

@media screen and (min-width: 1350px) {
	.sharp-tabs .tab-content>.tab-pane .tab-body {
		padding: 0;
	}
}

@media screen and (min-width: 769px) {
	.sharp-tabs .tab-content>.tab-pane .tab-body {
		width: 83.040421%;
		left: 8.5%;
		margin: 2em 0;
		position: relative;
	}

	.sharp-tabs .tab-content>.tab-pane .tab-heading {
		padding: 40px 291px 40px 95px;
	}

	.file-list {
		width: 49%;
		vertical-align: top;
		display: inline-block;
	}

	.file-list.left {
		padding-right: 1.5em;
	}

	.file-list h3:nth-child(1) {
		margin-top: 0;
	}

	.file-list li {
		margin-bottom: 1em;
	}
}


/* BUTTONS */
.buttons-container .buttons-container--button.medications .buttons-container--button-text,
.buttons-container .buttons-container--button .buttons-container--button-text {
	width: 70%;
}

@media screen and (max-width: 1280px) and (orientation: landscape) {
	.buttons-container .buttons-container--button {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	.subcontent-padding {
		padding-bottom: 40px;
	}
}

/* HELPFUL LINKS */
#onboarding .matching-plan .plan-header .helpful-container--links h3,
#onboarding .recommended-plan .plan-header .helpful-container--links h3,
.helpful-container--links #onboarding .matching-plan .plan-header h3,
.helpful-container--links #onboarding .recommended-plan .plan-header h3,
.helpful-container--links h3 {
	font-weight: 600;
}

.helpful-container--links {
	padding: 30px;
}

/* CONTENT TOGGLES (ACCORDIONS) */
.faq-container div[id$=faq] .faq-section {
	color: #58595b;
	font-weight: 600;
}

.content-toggle .col-sm-12,
.content-toggle .col-md-10,
.content-toggle .col-lg-8 {
	border-bottom: 1px solid #58595b;
}

/* OUR PLANS -- CUSTOM TABBED CONTENTS/TABBED WIDGET */
.sharp-icon-tabs .nav-tabs>li.active.blue:after,
.sharp-icon-tabs .nav-tabs>li.active.teal:after,
.sharp-icon-tabs .nav-tabs>li.active.purple:after,
.sharp-icon-tabs .nav-tabs>li.active.gold:after {
	border-bottom-color: #3E76A9;
}

.sharp-icon-tabs .tab-content>.tab-pane.blue,
.sharp-icon-tabs .tab-content>.tab-pane.teal,
.sharp-icon-tabs .tab-content>.tab-pane.purple,
.sharp-icon-tabs .tab-content>.tab-pane.gold {
	border: 1px solid #3E76A9;
	background-color: #3E76A9;
}

@media screen and (min-width: 1350px) {
	.sharp-icon-tabs .nav-tabs>li>a {
		width: 200px;
	}
}

.sharp-tabs .tab-content>.tab-pane.teal .tab-expander,
.sharp-tabs .tab-content>.tab-pane.teal .tab-expander>a,
.sharp-tabs .tab-content>.tab-pane.blue .tab-expander,
.sharp-tabs .tab-content>.tab-pane.blue .tab-expander>a,
.sharp-tabs .tab-content>.tab-pane.purple .tab-expander,
.sharp-tabs .tab-content>.tab-pane.purple .tab-expander>a,
.sharp-tabs .tab-content>.tab-pane.gold .tab-expander,
.sharp-tabs .tab-content>.tab-pane.gold .tab-expander>a {
	background-color: #00548E;
}


/* CLUDO */
.cludo-autocomplete-items div.active,
.cludo-autocomplete-items li.active,
.search_autocomplete div.active,
.search_autocomplete li.active {
	background-color: #3E76A9 !important;
	color: #fff
}

#cludo-search-results ul .search-results-item h2,
#cludo-search-results ul .search-results-item h2 a {
	color: #58595b;
	text-decoration: none;
}

#cludo-search-results ul .search-results-item:hover h2 {
	font-weight: 600;
	text-decoration: underline;
}

/* SECTION CARD MAINS/CONTACT CARD DECKS - MEMBER CENTER, BROKER CENTER, CONTACT US */
.cards-cta-container .cta-card .cta-container--button {
	margin: 3rem auto 0 3rem;
}

.shp-card .card-container--body-cards--footer {
	color: #58595b;
	background-color: #fff5de;
	border-top: none;
}

.shp-card .card-container--body-cards--footer:hover {
	color: #58595b;
	background-color: #fff;
}

/* BIG NUMBERED LISTS */
.bullet-number {
	float: left;
	clear: left;
	margin: 0 1em 0 0;
	overflow: hidden;
	width: 50px;
}

.bullet-copy {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 1em;
	overflow: hidden;
}

.bullet-copy h3 {
	margin: 0;
	padding: 0;
}

.bullet-copy p,
.bullet-copy li {
	margin-bottom: 1.5em;
}

/* OVATIONS */
.ovation-container {
	padding: 0 150px;
	background-size: 191px;
	background-image: url('/images/default-source/site-images/accolade-images/bg_ovation_wave.png?sfvrsn=9018dc80_2');
}

.ovation-container,
.ovation-container--ovation {
	background-color: #0e385d;
}

.ovation-container--ovation .text-center {
	text-align: unset;
}

.ovation-container--ovation p {
	font-size: 1.25em;
	margin: 0;
	font-weight: 600;
	line-height: 1.25em;
}

.ovation-container--ovation .text-bold {
	display: inline-block;
	font-weight: 500;
}

@media screen and (min-width: 1350px) {
	.ovation-container .ovation-container--ovation {
		padding: 100px 220px;
	}
}

@media screen and (max-width: 600px) {
	.ovation-container {
		padding: 0 60px;
	}
}

@media screen and (max-width: 470px) {
	.ovation-container {
		padding: 0 20px;
		background-image: none;
	}
}

/* MOBILE RULES */
@media screen and (max-width: 1349px) {
	.accolade-container {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	body.with-banner .hero-general-content-container {
		margin-top: 130px;
		padding: 0;
	}

	.btn-shp button[type=submit],
	a.btn-shp,
	button.btn-shp,
	input[type=submit].btn-shp,
	label.btn-shp {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	.shp-navbar {
		max-width: 100%;
	}

	#header-inc .center-block {
		margin: 0;
		padding: 0;
	}

	.shp-header .shp-logo {
		margin-left: 15px;
	}

	.shp-header.calpers-header .shp-logo a.calpers-right>img {
		width: 100px;
	}

	.shp-header .nav-item {
		left: -15px;
		position: relative;
	}

	.breadcrumb-container {
		display: none;
	}

	.general-content-container,
	.text-normal {
		line-height: 1.25em;
	}

	.pregnancy-container img.pb40 {
		padding-bottom: 0;
	}

	.footer-copyright .col-sm-4.pad5,
	.footer-lower--links>div:nth-child(5) {
		display: none;
	}

	#cludo-search-results ul .search-results-item {
		padding-left: 0;
	}

	.search-bar .input-group {
		width: 90%;
	}

	.cludo-banner p {
		font-size: 20px;
	}
}