/*!
Theme Name: Mothership
Theme URI: https://healthcare.inc/
Author: HealthCare Inc.
Author URI: https://healthcare.inc/
Description: Parent Theme for HC Sites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: healthcareinc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
healthcareinc is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}


ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover, a:focus, a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*.main-navigation {
	display: block;
	float: left;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}*/

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.home.page .page-header{
	display:none;
}

.post,
.page {
	margin: 0 0 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.trust-statement{
	margin-top:20px;
	border-top:1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	padding: 10px 5px 10px 5px;
}
.trust-statement a{
	font-size:18px;
	text-decoration:none !important;
	color:#C1C1C1 !important;
}
.trust-statement .researched_text{
	margin-top:5px;
	margin-bottom:5px;
}
#headingOne a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c1c1c1;
    position: absolute;
    right:20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## HC FONTS
--------------------------------------------------------------*/
@font-face {
  font-family: "hc-icons";
  src: url("/font/hc-icons.eot?69850073");
  src:
    url("/fonts/hc-icons.eot?69850073#iefix") format("embedded-opentype"),
    url("/fonts/hc-icons.woff2?69850073") format("woff2"),
    url("/fonts/hc-icons.woff?69850073") format("woff"),
    url("/fonts/hc-icons.ttf?69850073") format("truetype"),
    url("/fonts/hc-icons.svg?69850073#hc-icons") format("svg");
  font-weight: 400;
  font-style: normal;
}

/*--------------------------------------------------------------
## GUTENBERG READY BLOCKS
--------------------------------------------------------------*/

.alignfull {
    width: 100vw;
    margin: 2rem calc(50% - 50vw);
}

.alignwide {
    width: calc(100% + 20vw);
    position: relative;
    left: -10vw;
}
/*--------------------------------------------------------------
## SOURCE SANS PRO
--------------------------------------------------------------*/
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-regular-webfont.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-semibold.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-semibold.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}

@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "source-sans-pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("source-sans-pro"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/source-sans/sourcesanspro-bold-webfont.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}

/*--------------------------------------------------------------
## PROXIMA NOVA FONT
--------------------------------------------------------------*/
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-200.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-600.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.ttf")
      format("truetype");
  unicode-range: U+000-2FF;
}
@font-face {
  font-family: "proxima-nova";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local("proxima-nova"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.woff2")
      format("woff2"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.woff")
      format("woff"),
    url("https://cdn.healthcare.com/fonts/proxima-nova-latin/proxima-nova-l-800.ttf")
      format("truetype");
  unicode-range: U+300-5FF;
}
/*--------------------------------------------------------------
## HOME
--------------------------------------------------------------*/
body{
	font-family: "proxima-nova", sans-serif !important;
	overflow-x:hidden;
}

.container{
	max-width:1040px;
	margin:0 auto !important;
}

/*h1, h2, h3, h4, h5, h6 {
	font-family: "proxima-nova", sans-serif !important;
	font-display: block;
}

h1{
	font-size:50px;
	font-weight:bold;
	line-height: 66px;
	color:#545454;
	margin-bottom: 17px;
}

h2{
	font-size:40px;
	font-weight: 600;
	line-height: 49px;
	color:#576574;
	margin-bottom:30px;
}

h3{
	font-size:30px;
	line-height: 37px;
	color:#576574;
}*/
h5{
	font-size:20px;
	line-height: 24px;
	color:#303030 !important;
	font-weight:bold;
}

h6{
	font-size:18px;
	line-height: 22px;
	color:#A5A5A5;
	font-weight:bold;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance:textfield;
	border: 0;
	font-size: 20px;
	font-weight: 600;
	height: 27px;
	line-height: 27px;
	padding: 0;
	outline:none;
}

input[type="number"]::-webkit-input-placeholder { 
  color: #A3A3A3;
  font-weight:400;
}
input[type="number"]::-moz-placeholder { 
  color: #A3A3A3;
  font-weight:400;
}
input[type="number"]:-ms-input-placeholder {
  color: #A3A3A3;
  font-weight:400;
}
input[type="number"]:-moz-placeholder { 
  color: #A3A3A3;
  font-weight:400;
}

/*HERO SEARCH*/
#hc_hero_search{
	position:fixed;
	background:rgba(255,255,255,0.8);
	width:100%;
	height:100%;
	z-index: 999999;
	display:none;
	padding-top:150px;
	left:0;
	top:0;
}

#hc_hero_search.search-active{
	display:block;
}

	#hc_hero_search .widget_search{
		margin:auto;
		background-color:transparent;
		position:relative;
	}

		#hc_hero_search .widget_search #searchform{
			background:#ffffff;
		}

		#hc_hero_search .widget_search input#s{
			outline: none !important;
		    box-shadow: 0px 20px 20px #00000045;
		    border: 2px solid var(--header-search-border);
		}

/*SEARCH BOX*/
.widget_search{
}

.widget_search{
	border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    max-width: 500px;
    margin: 17px auto 0;
    height: 100px;
}

.widget_search #searchform {
    position: relative;
}

.widget_search .screen-reader-text {
    display: none;
}

.widget_search input#s, .widget_search button#searchsubmit {
    height: 60px!important;
    margin: 0;
    padding: .7em;
    border: 2px solid #EAEAEA;
    color:#576574;
    font-size: 20px;
    font-weight:700;
    line-height: 24px;
    line-height: normal!important;
    font-family: "proxima-nova", sans-serif !important;
}

.widget_search input#s{
	width:100%;
	padding-right:200px;
	border: 2px solid #EAEAEA;
	padding: 10px 73px;
    height: 60px !important;
    background:url(assets/icon-search.svg) 32px 20px no-repeat transparent;
}

	.widget_search input#s:focus{
		outline:none !important;
		box-shadow: 0px 20px 20px #00000045;
		border: 2px solid var(--header-search-border);
	}

.widget_search button#searchsubmit {
    border:none;
    background:url(assets/hc-org-search-enter.png) 0 0 no-repeat transparent;
    color: #ffffff;
    position:absolute;
    top:14px;
    right:20px;
 	width:32px;
 	text-indent: -99999px;
}

.widget_search i:before{
	display:none;
}

.widget_search i{
	width:8px;
	height:14px;
}

/*ZIPCODE LEAD FOOTER*/
.footer-zip-code{
	background: none center center #5d56b3;
	opacity: 1;
	padding:68px 0 91px 0; background-size:cover;
}

.footer-zip-code h2{
	font-size:42px;
	line-height:62px;
	color:#ffffff !important;
	margin-top:0;
	margin-bottom:38px;
}

	.footer-zip-code h2 strong{
		font-family: "tasman",sans-serif; 
		font-weight:700;
		position:relative;
		color:#00E0BA;
	}

/*FOOTER*/
.footer-content{
	background-color:var(--footer-background-color);
	padding:42px 0;
 }

 	.footer-content *{
 		color:#ffffff !important;
 	}

.widget-container h4{
	font-size:20px; 
	line-height: 24px; 
	font-weight: 500; 
	margin-bottom:4px;
	font-family: "proxima-nova", sans-serif !important;
} 

.widget-container p,
.widget-container p a{
	margin-bottom:10px;
	font-size:16px !important;
	line-height: 20px !important;
}

 	.widget-container.widget-full-container p{
 		font-size:14px !important;
 		line-height:16px !important;
 	}

 	.widget-container.widget-full-container p:first-child{
 		margin-top:20px;
 	}

 	.widget-container.widget-full-container p:last-child{
 		margin-bottom:24px;
 	}

#widget-footer-menu h4{
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 15px;
	padding:0;
}

#widget-footer-menu h4:after{
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900; 
	content: "\f078"; 
	float: right; 
	font-size: 14px; 
	margin: 4px; 
	cursor:pointer;
	height:22px;
	display:none;
} 

.widget-footer-collapse h4:after{
	content: "\f077" !important;
}

.widget-container .promo_number{
	font-size: 32px !important; 
	line-height: 39px !important;
	font-weight: 600;
}
.widget-container a, .widget-container a:hover{
	line-height:34px; 
	font-size:18px;
	text-decoration: none;
}
.widget-container ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
	.widget-container ul li{
		width:25%;
		padding-right:20px;
		display:inline-block;
		float:left;
	}
.hm_footer_blue_line{
	border-bottom: 1px solid #cccccc;
	opacity:0.21;
	width:100%; 
	margin:15px 0;
}

.widget-title{
	padding-bottom:10px;
	font-size:20px; 
	line-height: 34px; 
	font-weight: 500;
}

.hm_footer_social_media_icons{
	margin-top: 36px;
	float:right;
}
.hm_footer_social_media_icons a,
.hm_footer_social_media_icons a:hover,
.hm_footer_social_media_icons a:active{
	margin-right: 56px;
	font-size:25px;
}

/*PAGINATION*/
.pagination{
    font-weight:700;
    font-size:14px;
    background:none;
    text-align:center;
    margin:35px auto 54px auto;
    padding:0;
	display: block !important;
}
	.pagination .page-numbers{
		display: inline-block;
	    margin: 0 15px;
	    width: 32px;
	    height: 30px;
	    text-align: center;
	    font-size: 20px;
	    line-height: 29px;
	    font-weight: 600;
	    color: #576574;
	    background: #F8F8F8 0% 0% no-repeat padding-box;
	}
	.pagination .page-numbers.current{
		background: #DDFFF9 0% 0% no-repeat padding-box;
    	color: #4D41E1;
    	text-decoration: underline;
	}
	.pagination .navigation-first,
	.pagination .navigation-last,
	.pagination .prev,
	.pagination .next{
		width:auto !important;
		border:0;
		color:#00E0BA;
		background:#ffffff;
	}


	.hc-generic-cta img{
		max-width:102px;
		height:auto;
		margin-left:25px;
	}

	.hc-generic-cta h4,
	.single-page .hc-generic-cta h4{
		font-family: "proxima-nova", sans-serif !important;
		font-weight:700;
		font-size:22px;
		line-height:29px;
		color: var(--generic-cta-title) !important;
		clear:none;
		margin-bottom:15px;
	}

	.hc-generic-cta p{
		margin-bottom:8px;
		font-size:20px;
		line-height: 24px;
		font-weight: normal;
	}

	.hc-generic-cta a{
		background: var(--generic-cta-btn-bg);
		border-radius: 4px;
		color: var(--generic-cta-btn-text) !important;
		width:100%;
		display: block;
		padding:8px 0;
		font-size:22px;
		line-height:35px;
		float:left;
		text-align:center;
		font-weight:bold;
		text-decoration:none !important;
		height:60px;
		font-family: "proxima-nova", sans-serif !important;
		margin-top:30px;
	}
	
.article_zip_lead .hcinc_shortcodes{
	margin-top:0px !important;
}

.article_zip_lead--header{
	background-size: cover;
	padding:15px 30px;
	position:relative;
}
.article_zip_lead--header h3{
	color:#fff !important;
	font-size:24px !important;
	font-weight:bold !important;
	font-family: "proxima-nova", sans-serif !important;
	z-index: 900000 !important;
}
.article_zip_lead--header p{
	color:#fff !important;
	font-size:16px !important;
	font-family: "proxima-nova", sans-serif !important;
	z-index: 900000 !important;
}
.article_zip_lead--form{
	padding:15px 30px;
	background-color:#F3F2F9;
	margin-bottom: 20px;
	position:relative;
}
.article_zip_lead--form .zip-code-input-container-numbers {
	padding-right: 0px;
}
.article_zip_lead--form .zip-code-input-container {
    width: 100% !important;
    float: none !important;
}
.article_zip_lead--form:before{
	content: "";
    position: absolute;
    width: 32px;
    height: 25px;
    background: url(assets/star-1.png) no-repeat transparent;
    left: 18px;
    top: 26px;
    z-index: 90000;
}
.article_zip_lead--form .zip-code-input-container-button{
	padding-left:0px !important;
}
.article_zip_lead--form .hcinc_shortcodes input[type=email], .article_zip_lead--form .hcinc_shortcodes input[type=number], .article_zip_lead--form  .hcinc_shortcodes input[type=text] {
	height:44px;
	text-align:center;
	font-size:18px;
}
.article_zip_lead--form .hcinc_shortcodes button, .article_zip_lead--form .hcinc_shortcodes button:focus{
	height:44px;
	line-height:10px;
	font-size:18px;
}
/*.article_zip_lead--form .zip-codes-form .input-check i {
    margin-top: 15px!important;
}*/
/*.state-page-module{
	padding:
}*/
.state-page-module h5, .state-page-module img{
	display:inline;
}
.state-page-module img{
	margin-right: 10px;
}
.state-page-module--header{
	padding: 16px 22px;
    margin-bottom: 0;
    border-bottom: 1px solid #DDDDDD;
}

.state-page-module--links{
	padding: 12px 23px 12px;	
}
.widget .state-page-module--links h5{
	font-size: 16px;
    line-height: 19px;
    font-family: "proxima-nova",sans-serif;
    margin-bottom: 20px;
    font-weight: 600;
    cursor: pointer;
    display:block;
}
.widget .state-page-module a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    color: #15B8C4;
}
.state-page-module--links a{
	color: #545454 !important;
	text-decoration: none !important;
}
.state-page-module--header .sidebar-title{
	padding: 0px 0px !important;
	background:#fff !important;
}
#related_topics, #state_page_widget-2{
	border: 1px solid #DDDDDD;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
## MEDIA QUERY
--------------------------------------------------------------*/ 
@media (min-width: 768px) and (max-width: 1023px) {
.hm_first_block_home{
	height:372px !important;
}

.hc-generic-cta{
	padding:14px 4px;
	max-width:466px;
}

	.hc-generic-cta img{
		max-width:82px;
		height:auto;
	}

	.hc-generic-cta h4{
		font-size:18px;
		line-height:22px;
	}

	.hc-generic-cta p{
		margin-bottom:8px;
	}

	.hc-generic-cta a{
		width:100%;
		padding:8px 0;
		font-size:16px;
		line-height:20px;
		height:40px;
		margin-top:15px;
	}
}

@media (max-width: 768px) {
h2{
	font-size:30px;
	line-height:37px;
}

input[type="number"]::-webkit-input-placeholder { 
	text-align:left;
}
input[type="number"]::-moz-placeholder { 
	text-align:left;
}
input[type="number"]:-ms-input-placeholder {
	text-align:left;
}
input[type="number"]:-moz-placeholder { 
	text-align:left;
}

/*FOOTER*/
	.widget-container a, .widget-container a:hover{
		font-size:17px;
	}

	.hm_footer_social_media_icons{
		margin-top:64px;
	}

	.phone-script p {
	    font-size: 14px;
	}
	.article_zip_lead--header{
		padding:10px 15px;
	}
	.article_zip_lead--header h3{
		font-size:19px !important;
	}
	.article_zip_lead--form{
		padding:10px 20px;
	}
	.article_zip_lead--header p{
		margin-bottom:5px;
	}
	.article_zip_lead--form:before{
		left: 8px;
	    top: 26px;
	}
	.state-page-module--header .sidebar-title{
		font-size:16px !important;
	}
	.hcbc-container {
    	max-width: 100% !important;
    	height: auto !important;
    	padding: 0 !important;
	}
	.hcbc-faces {
    	position: relative !important;
    	width: auto !important;
    	bottom: 0 !important;
    	left: 0 !important;
	}
	#hcBrandedCallTarget .hcbc-faces {
    	width: 80% !important;
    	max-width: 189px !important;
    	margin-top: 4px !important;
	}
	#hcBrandedCallTarget .hcbc-cta {
    	float: right !important;
    	width: 57% !important;
	}
	#hcBrandedCallTarget .hcbc-circletag {
	    width: 60px !important;
    	height: 60px !important;
	}
	#hcBrandedCallTarget .hcbc-cta__title {
    	font-size: 16px !important;
    	line-height:24px;
	}
	#hcBrandedCallTarget .hcbc-action {
	    margin-top: 122px !important;
	}
	
}

@media (max-width: 480px) {
h2{
	font-size:22px;
	line-height:27px;
}

/*ZIPCODE LEAD FOOTER*/
.footer-zip-code{
	padding:29px 0 36px 0;
}

.footer-zip-code h2{
	font-size:30px;
	line-height:34px;
	max-width:260px;
	margin:0 auto 17px;
}

/*FOOTER*/
.phone-script p {
    font-size: 16px;
    max-width: 70%;
    font-weight: 300;
}

#widget-footer-menu h4{
	margin-bottom: 0;
}
	#widget-footer-menu h4:after{
		display:block !important;	
	}

.widget-container{
	padding-bottom:0;
}

.widget-container ul li{
	width:100%;
	padding-right:0;
}

#widget-footer-menu .menu{
	display:none;
}

.widget-footer-collapse .menu{
	display:block !important;
}

.footer-content .textwidget p{
	margin-bottom:10px;
}

	.hm_footer_social_media_icons{
		margin-top:15px;
		float:none;
		text-align: center;
	}
	.hm_footer_social_media_icons a, .hm_footer_social_media_icons a:hover, .hm_footer_social_media_icons a:active{
		margin:0 6%;
		font-size: 30px;
	}

/*PAGINATION*/
.pagination .page-numbers{
	margin:0 6px;
}

.hc-generic-cta{
	padding:16px;
	max-width:100%;
}

	.hc-generic-cta img{
		max-width:75px;
		height:auto;
	}

	.hc-generic-cta h4{
		font-size:20px !important;
		line-height:20px !important;
		margin-bottom:15px !important;
	}

	.hc-generic-cta p{
		margin-top:10px;
		margin-bottom:2px;
		font-size:18px !important;
		line-height:17px;
	}

	.hc-generic-cta a{
		width:100%;
		margin:8px auto 0;
		padding:8px 0;
		font-size:16px;
		line-height:20px;
		height:40px;
	}

	.hm_first_block_home{
		height:400px !important;
	}

	#hc_hero_search .widget_search {
	    margin: 0 20px;
	    background-color: transparent;
	}

	.search .entry-header h2, .search .entry-title a, .search .entry-title a:hover, .search .entry-title a:visited{
		white-space:initial !important;
	}
	.article_zip_lead--form{
		margin-bottom: 0;
		padding:0px;
	}
	.article_zip_lead--header p{
		margin-bottom:0;
	}
	.article_zip_lead--form:before{
		top:34px;
		left:22px;
	}
	.state-page-module--links{
		display:none;
		 padding: 12px 20px 0px;
	}
	.state-page-module--header{
		border-bottom: none !important;
		padding: 16px 5px;
		margin-top: 5px;
	}
	.state-page-module--header h5.sidebar-title:after{
	    right: -165px !important;
	}
	.state-page-module--header h5.collapse-article-open:after{
		content: "\f077" !important;
	}
	#related_topics, #state_page_widget-2{
		border: none !important;
	}
	.state-page-module {
		border-top: 1px solid #DDDDDD;
	}
	.widget .article-topics{
		border:none !important;
	}
	.trust-statement a{
		font-size:16px;
	}
	.hcbc-faces{
		display:block !important;
	}
	#hcBrandedCallTarget .hcbc-cta {
    	float: none !important;
    	width: 100% !important;
    	margin-top: 100px !important;
    	text-align: center !important;
	}
	#hcBrandedCallTarget .hcbc-faces {
    	width: 100% !important;
    	max-width: unset !important;
    	margin-top: 0 !important;
    	position: absolute !important;
    	top: 0 !important;
    	text-align: center !important;
    	margin: 0 auto !important;
	}
	#hcBrandedCallTarget .hcbc-cta__title,.hcbc-cta span {
		line-height:24px !important;
	}
	#hcBrandedCallTarget .hcbc-phone__button {
	    right: 33px !important;
    	top: -76px !important;
	}
	#hcBrandedCallTarget .hcbc-cta__title{
		margin-bottom: 10px !important;
	}
	
	
}

.gf-recaptcha-div,
.ginput_container_reCaptcha-score{
	display:none;
}

/*inArticleAds*/
.hcinc_inArticleAds{margin-bottom:20px; position:relative; overflow:hidden;}

.hc-sem-featureAds-plans__list, .hc-sem-rotationTools-plans__list, .hc-sem-medigap-plans__list{float: left; justify-content: flex-start !important;}

/*PLAN BOX*/
.hc-sem-featureAds-plan, .hc-sem-rotationTools-plan, .hc-sem-medigap-plan{background: #FFFFFF; border: 1px solid #DDDDDD !important; box-sizing: border-box !important; box-shadow: none !important; border-radius: 2px; text-decoration:none !important; height:auto !important;}
.hc-sem-featureAds-plans, .hc-sem-rotationTools-plans, .hc-sem-medigap-plans{margin:0 !important;}
	/*PLAN CONTENT*/
	.hc-sem-featureAds-plan__content, .hc-sem-rotationTools-plan__content, .hc-sem-medigap-plan__body{}

		/*PLAN NAME*/
		.hc-sem-featureAds-plan__name, .hc-sem-rotationTools-plan__name, .hc-sem-medigap-plan__name{font-family: "proxima-nova", sans-serif !important; font-style: normal; font-weight: 600 !important; font-size: 14px !important; line-height: 17px !important; color: #525252 !important;}

		/*PLAN URL*/
		.hc-sem-featureAds-plan__url, .hc-sem-rotationTools-plan__url{font-family: "proxima-nova", sans-serif !important; font-style: normal; font-weight: normal; font-size: 14px; line-height: 17px; text-decoration-line: underline; color: #00A1FC;}

/*BUTTON*/
.hc-sem-featureAds-plan__cta, .hc-sem-rotationTools-plan__cta{padding:0 10px 10px 10px;}

.hc-sem-featureAds-plan__button.shadowed, .hc-sem-rotationTools-plan__button.shadowed, .hc-sem-medigap-plan__button.shadowed{background: #FFB100 !important; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1) !important; border-radius: 2px !important; font-family: "proxima-nova", sans-serif !important; font-style: normal; font-weight: 600; font-size: 16px; line-height: 19px; text-align: center; color: #FFFFFF; text-transform:inherit !important;}

/*DISCLAIMER*/
.inArticle-footer-ads{margin-bottom:20px;}
.inArticle-footer-ads a.inArticle-ads-disclaimer{text-align:right;}
.inArticle-footer-ads a.inArticle-ads-disclaimer{float:right; outline:none; font-size: 14px !important; line-height: 17px !important;}

/*BrandedCalls*/
#hcBrandedCallTarget{
	background-color: var(--brandedcall_background_color) !important;
	border-radius: 6px !important;
	padding:10px 20px !important;
	position: relative !important;
	margin-bottom: 30px;
}
#hcBrandedCallTarget .hcbc-cta__title{
	font-size:20px;
	margin: 0 !important;
	font-family: "proxima-nova", sans-serif !important;
	font-weight: bold !important;
}
#hcBrandedCallTarget h1{
	font-size:20px !important;
}
#hcBrandedCallTarget .hcbc-cta{
	float: right ;
    width: 60% ;
}
#hcBrandedCallTarget .hcbc-faces{
	width: 38%;
    max-width: 225px;
    margin-top: -27px;
}
.hcbc-circletag:first-child{
	left:0 !important;
}
#hcBrandedCallTarget .hcbc-faces:nth-child(2){
    margin-left: -20px !important;
}
#hcBrandedCallTarget .hcbc-faces:nth-child(3){
}
#hcBrandedCallTarget .hcbc-circletag{
	border-radius:50% !important;
	width:72px;
	height:72px;
	border: none !important;
}
#hcBrandedCallTarget .hcbc-tooltip{
	display:none !important;
}
#hcBrandedCallTarget .hcbc-phone__button{
	text-decoration: none !important;
    font-size: 20px !important;
    display: block !important;
    background-color: var(--brandedcall_cta_button_background_color) !important;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 8%) !important;
    border-radius: 6px !important;
    color: #fff !important;
    width: 219px !important;
    padding: 7px 37px !important;
    text-underline: unset !important;
    position: absolute !important;
    right: 138px;
    top: -63px;
    height: 44px !important;
    text-align: center !important;
    line-height: 32px;
}
#hcBrandedCallTarget .hcbc-action{
	margin-top: 75px !important;
    text-align: center !important;
    border-top: 1px solid #DDDDDD !important;
    width: 100% !important;
    max-width: 100% !important;
}
#hcBrandedCallTarget .hcbc-action__agents{
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 25px !important;
	text-align: center !important;
}
#hcBrandedCallTarget .hcbc-today-schedule{
	font-weight: normal !important;
	font-size: 12px !important;
	line-height: 14px !important;
	text-align: center !important;
	margin:0 !important;
}

.hcbc, .hcbc-container {
    background-color: var(--brandedcall_background_color) !important;
}
.hcbc-logo{
	display:none !important;
}
.hcbc-cta{
	padding:0 !important;
}
.hcbc-circletag {
    position: relative !important;
    border-radius: 0 !important;
    width: 72px !important;
    height: auto !important;
    border: none !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    display: inline-block !important;
   overflow: inherit !important;
   
}
.hcbc-action {
    position: initial;
}
.hcbc-circletag:nth-child(2){
	z-index: none !important;
	padding-top:0 !important;
}
.hcbc-circletag:nth-child(2) img{
	margin-top: 25px;
    margin-left: -20px;	
}
.hcbc-circletag:nth-child(3) img{
	margin-left: -19px;	
}

.hcbc-action__agents:before {
    background: #15B8C4 !important;
}
.hcbc-circletag:last-child {
    z-index: 0;
    left: 2px;
}
.hcbc-image{
	border-radius:50% !important;
}
.modal-author{
	width:500px;
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	border-radius: 2px;
	padding:15px;
	position: absolute;
	top: 32px;
	z-index: 90000;
	box-shadow: 0px 3px 6px rgb(234 249 250);
	display:none;
}
/*.modal-author-1{

}

.modal-author-2{
	margin-left: 180px;
}

.modal-author-3{
	margin-left: 600px;
}

.modal-author-4{
	margin-left: 80px;
	margin-top: 60px;
}*/
.modal-author:after{
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: 30px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-right: 1px solid #CAD5E0;
    border-bottom: 1px solid #CAD5E0;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(224deg);
}
.modal-author-left{
	width:20%;
	display:inline-block;
	text-align:center;
}
.modal-author-right{
	width: 79%;
	display:inline-block;
	padding-left: 15px;
	padding-right: 5px;
	vertical-align: top;
}
.modal-author-left .fa-user-circle{
	font-size:80px;
}
.modal-author-left img{
    margin: 10px auto 0 auto;
    height: 89px;
    width: 89px;
    object-fit: cover;
}
.modal-author-right h3, .modal-author-right h3 a{
	font-size:18px  !important;
}
.modal-author-right h3 a{
	color:#487494 !important;
	font-weight:bold !important;
}
.modal-author-right p{
	font-size:16px !important;
	font-weight:500 !important;
}
.social-modal-icons{
	display:inline-block;
	text-align:center;
	margin-top: 2px;
}
.social-modal-icons i{
	color: #fff;
    border-radius: 50%;
    min-width: 16px;
}
.social-modal-icons i.fa-facebook-f{
	background-color: #3B5998;
	font-size: 10px;
	padding: 8px 10px;
}
.social-modal-icons i.fa-twitter{
	background-color: #55ACEE;
	font-size: 9px;
	padding: 9px;
}
.social-modal-icons i.fa-linkedin-in{
	background-color: #007AB9;
	font-size: 9px;
	padding: 9px;
}
.social-modal-icons i.fa-instagram{
	background-color: #5957CA;
	font-size: 9px;
	padding: 9px;
}
.vcard{
	cursor:pointer;
	text-decoration:underline;
}
.modal-author-right .title span{
	margin-left:10px; 
	padding-left:10px; 
	border-left: 1px solid #dedede;
}

@media (max-width: 480px) {
	.hc-sem-featureAds-plans, .hc-sem-rotationTools-plans, .hc-sem-medigap-plans{overflow-x:auto;}

	/*CONTAINER*/
	.hc-sem-featureAds-plans__list, .hc-sem-rotationTools-plans__list, .hc-sem-medigap-plans__list{display: -webkit-flex !important; display: flex !important; -webkit-flex-wrap: nowrap !important; flex-wrap: nowrap !important; width: 100%; overflow-x: auto;}

	.hc-sem-featureAds-plan, .hc-sem-rotationTools-plan, .hc-sem-medigap-plan{max-width: 235px; display: inline-block; margin-right:14px;}
}

/*For IE*/
@media all and (-ms-high-contrast: none) {
	.hcinc_inArticleAds, .inArticle-footer-ads{overflow: hidden; position: relative; width:100%;}
	.hcinc_inArticleAds .hc-sem-featureAds-plan, .hcinc_inArticleAds .hc-sem-rotationTools-plan, .hcinc_inArticleAds .hc-sem-medigap-plan{width:32% !important; margin-right:1%; min-height:240px;}
	.inArticle-footer-ads .hc-sem-featureAds-plan, .inArticle-footer-ads .hc-sem-rotationTools-plan, .inArticle-footer-ads .hc-sem-medigap-plan{width:23% !important; margin-right:1%; min-height:240px;}
}

@media (max-width: 480px) {
	/*FIXED MENU*/
	.site-header{
		z-index:99999;
		background:#ffffff;
		width:100%;
		position:absolute;
	}

	.site-header.fixed{
		position:fixed;
	    top:0;
	}

	.site-content{
		padding-top:64px;
	}
}

.widget{
	box-sizing: border-box;
	border-radius: 6px;
}

	.widget h5.sidebar-title{
		padding:16px 22px;
		margin-bottom:0;
	}

	.widget .article-topics{
		border-top: 1px solid #DDDDDD;
		padding: 12px 23px 12px;
	}

		.widget .article-topics h5{
			font-size: 16px;
			line-height: 19px;
			font-family: "proxima-nova",sans-serif;
			margin-bottom:20px;
			font-weight:600;
			cursor:pointer;
		}

			.widget .article-topics h5:after{
				content: "\f067";
				font-family: "Font Awesome 5 Free"; 
				font-weight: 900; 
				float:right;
				color:#15B8C4;
			}

		.widget .article-topics .related_topic_show .related_topics__links{
			display:block !important;
		}

		.widget .article-topics .related_topic_show h5:after{
			content: "\f068";
		}

		.widget .article-topics .related_topics__links{
			padding-left:16px;
			border-left: 1px solid #DDDDDD;
			margin-bottom:20px;
		}

			.widget .article-topics .related_topics__links a{
				display:block;
				font-size: 16px;
				line-height: 22px;
				margin-bottom:16px;
				font-weight:400;
			}

			.article_zip_lead{
				border-radius: 10px 10px 0px 0px;
			}

			.article_zip_lead--header a{
				display:none;
				background: #F8886E;
				border-radius: 8px;
				padding:11px 0;
				color:#ffffff !important;
				text-decoration:none !important;
				font-size:20px !important;
				line-height:20px !important;
				text-align:center;
				font-weight:600 !important;
				float:right;
				width:100%;
				font-family: "proxima-nova",sans-serif;
			}

@media (max-width: 480px) {
	/*FIXED RIGHT RAIL ZIP LEAD*/
	.article_zip_lead{position: fixed; bottom: 0; z-index: 999; width: 100%; left: 0; background:#ffffff; display:none;}
		.article_zip_lead--header{border-radius:0 !important; background-image:none !important; padding: 10px 8px 6px 23px !important;}
		.article_zip_lead--header h3{font-size:18px !important; line-height: 1.2 !important;}

	.widget{border:0; border-top:1px solid #DDDDDD; margin-bottom:0;}
	.widget h5.sidebar-title{padding-left:20px; position:relative; overflow:hidden; border-bottom: 1px solid #ddd;}
	.widget h5.sidebar-title:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content:"\f078"; right: 20px; font-size: 16px; position: absolute; color: #A3A3A3;}
	.widget h5.sidebar-title.collapse-article-open{content:"\f077";}
	.widget .article-topics{display:none;}
	.widget_explore_more_widget, .widget .article-topics{display:block;}
	.widget_explore_more_widget, .widget .article-topics h5{line-height: 35px;}
	.widget_explore_more_widget {border: 1px solid #DDDDDD; border-radius: 0; margin-bottom: 15px;}

	.article_zip_lead .hcinc_shortcodes{padding:20px 10px 0 10px !important; display:none;}
	.article_zip_lead_start_open p,	.article_zip_lead_start_open .hcinc_shortcodes{display:block !important;}
	.article_zip_lead_start_open .article_zip_lead--header .col-6{width: 100% !important; max-width: 100% !important; flex: 0 0 100%;}
	.article_zip_lead--header p{display:none;}
	.article_zip_lead--form:before{display:none !important;}
	.article_zip_lead--form{border-radius:0 !important; background:transparent !important; border:0 !important;}
	.article_zip_lead--form .zip-code-input-container{width:45% !important; float:left !important;}
	.article_zip_lead--form .zip-code-input-container.zip-code-input-container-numbers{margin-right:20px;}
	.article_zip_lead--form .zip-code-input-container.zip-code-input-container-numbers input{padding-left:10px !important;}
	.article_zip_lead--header a{display:block;}
	
}

/*HEADER STATE PAGE*/
header{
	/*height:auto !important;*/
}

#header-state-pages{
	padding:30px 0;
}

	.hero-state-pages-full-width{
		background-size: cover !important;
		position: relative;
		overflow: hidden;
	}

		.hero-state-pages-full-width:before{
			content: "";
			width: 100%;
			height: 100%;
			background: rgba(0, 174, 187, 0.85);
			mix-blend-mode: normal;
			position: absolute;
		}
		
	.hero-state-pages-background {
		background-size: cover !important;
		background-position: center;
	}

	/*#header-state-pages .row-state-pages{
		/*padding-top:40px;
		background:url(assets/state-page-shadow.svg) no-repeat transparent;
		background-position:right top;
	}*/

	#header-state-pages img{
		margin-top:20px;
	}

	#header-state-pages h2{
		margin-top:0;
		font-family: 'Bree Serif',serif !important;
		color:#ffffff !important;
		font-size:32px !important;
		line-height:40px !important;
		font-weight:400 !important;
		letter-spacing:1px;
		margin-bottom:10px !important;
		margin: auto;
		width: 90%;
		text-align: center;
	}
	#sticky-sidebar .article_zip_lead .hcinc_shortcodes{
		overflow: visible;
	}
	#sticky-sidebar .article_zip_lead--form {
		padding: 16px 20px;
	}
	#header-state-pages .zip-codes-form{
		margin-top: 0!important;
		width: 325px!important;
		height: 195px!important;
		padding: 27px 36px!important;
		margin: auto;
	}

		#header-state-pages .header-state-pages-h2{
			font-size: 60px !important;
			line-height:60px !important;
			font-weight:400 !important;
		}

	#header-state-pages p{
		font-size: 20px!important;
		color:#ffffff !important;
		font-weight:600 !important;
		margin-bottom:0;
		text-align: center;
		line-height:26.8px !important;
		margin-bottom:20px !important;
	}

		#header-state-pages p.disclaimer{
			font-weight:400 !important;
			margin-top: 18px;
		}

	/*FIXED MENU*/
	#header-state-pages.fixed{position:fixed; width:100%; z-index:99999999; top:0; padding-bottom:0;}
	#header-state-pages.fixed .row-state-pages{background-image:none; padding-top:20px;}
	#header-state-pages.fixed h3, #header-state-pages.fixed p, #header-state-pages.fixed img{display:none;}
	/*#header-state-pages.fixed .zip-codes-form{background:none; padding:0 0 0 20px; margin-bottom:0;}*/
	#header-state-pages.fixed h2{font-family: "proxima-nova", sans-serif !important; font-size:24px !important; line-height:29px !important; margin-bottom:0 !important;}
	#header-state-pages.fixed h2 span{display:none;}
	#header-state-pages.fixed p.header-state-page-subtitle{display:block !important; font-size:18px !important; line-height:22px !important; font-weight: 400 !important;}
	#header-state-pages.fixed .header-state-pages-fixed-text{width:50%; float:left;}
	#header-state-pages.fixed .header-state-pages-fixed-input{width:42%; float:right;}

@media (min-width: 768px) {
	#header-state-pages h2{font-size:36px !important; margin: 0; text-align: left;}
	#header-state-pages p {font-size:20px !important; line-height:30px !important; padding-right: 80px; margin-bottom:0 !important; text-align: left;}
	#header-state-pages .state_pages_container {padding: 0; margin: auto;}
	#header-state-pages .header-state-pages-fixed-text{margin: auto !important;}
	#header-state-pages{padding:30px 0;}
}

@media (min-width: 769px) {
	#sticky-sidebar .article_zip_lead--form { padding: 15px 30px; }
}

@media (min-width: 992px) {
	#header-state-pages h2 {font-size:50px !important; line-height:67.9px !important;}
	#header-state-pages{padding:80px 0;}
	#header-state-pages .zip-codes-form {width: 447px!important; height: 141px!important; padding: 30px!important;}
	#header-state-pages p {font-size:24px !important;}
	#header-state-pages .header-state-pages-fixed-input{margin: auto !important;}
}

@media (min-width: 1200px) {
	#header-state-pages .zip-codes-form {width: 508px!important; padding: 30px 45px!important;}
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*#header-state-pages{padding-bottom:20px;}*/
	/*#header-state-pages .row-state-pages{padding-top:20px;}*/
	/*#header-state-pages p, #header-state-pages p.disclaimer{font-size:20px !important; line-height:22px !important;}*/
	#header-state-pages.fixed p.header-state-page-subtitle{display:block !important; font-size:16px !important; line-height:20px !important; font-weight: 400 !important;}
	#header-state-pages.fixed .row-state-pages{padding-bottom:10px;}
	/*#header-state-pages.fixed .zip-codes-form{margin-top:0 !important;}*/

	/*FIXED MENU*/
	#header-state-pages.fixed h2{font-size:20px !important; line-height:24px !important;}
	/*#header-state-pages.fixed .header-state-pages-fixed-text{width:50%; float:left;}*/
	#header-state-pages.fixed .header-state-pages-fixed-input{width:48%; float:right;}
	#header-state-pages.fixed form{margin-top:14px !important;}

	#header-state-pages .zip-code-input-container-numbers:before{top:8px;}

	#header-state-pages .header-state-pages-h2{
		margin-top: 20px;
		font-size: 36px !important;
		line-height:40px !important;
	}

	#header-state-pages.hero-state-pages-full-width  p.disclaimer{
		max-width: 332px !important;
	}

	.hero-state-pages-full-width .zip-code-input-container{
		width: 100% !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
}

@media (min-width: 480px) {
	#header-state-pages.fixed .col-md-8{width:100% !important; max-width:100%; flex:100%;}
	
	#header-state-pages.fixed form{margin:0;}
	#header-state-pages.fixed input, #header-state-pages.fixed button{height:54px; line-height:22px !important; padding:0 12px 0 18px;}
}

@media (max-width: 480px) {
	/*#header-state-pages{padding-bottom:20px;}*/
	#header-state-pages img{display:none;}
	#header-state-pages .row-state-pages{padding-top:20px;}
	/*#header-state-pages h2{text-align:center; font-size:24px !important; line-height:32px !important;}*/

	/*FIXED MENU*/
	#header-state-pages.fixed{position:fixed; width:100%; z-index:9; bottom:0; padding-bottom:0; top:auto;}
	#header-state-pages.fixed .row-state-pages{background-image:none;}
	#header-state-pages.fixed h2{font-size:14px !important; line-height:17px !important;}
	#header-state-pages.fixed h3, #header-state-pages.fixed p{display:none;}

	#header-state-pages.fixed p.header-state-page-subtitle{display:none !important;}
	#header-state-pages.fixed .header-state-pages-fixed-text, #header-state-pages.fixed .header-state-pages-fixed-input{width:100%; float:none;}
	#header-state-pages.fixed input{padding-left:18px;}

	/*#header-state-pages .header-state-pages-h2{
		margin-top: 20px;
		font-size: 32px !important;
		line-height:40px !important;
	}*/

	#header-state-pages.hero-state-pages-full-width p.disclaimer{
		font-size: 20px !important;
		line-height: 28px !important;
		max-width: 320px !important;
		margin: 0 auto !important;
		text-align:center;
	}

	#header-state-pages.hero-state-pages-full-width form h3{
		font-size: 20px !important;
	}
}

/*For IE*/
@media all and (-ms-high-contrast: none) {
	#header-state-pages h2{letter-spacing: -1px;}
	*::-ms-backdrop, #header-state-pages h2{letter-spacing: -1px;}
}

/*STICKY SIDEBAR*/
.sticky-sidebar-fixed{
	position:sticky;
	top:20px;
}

h3.hcinc-block-title-hidden{display:none !important;}
.margin-top-bottom-zero{margin-top:0; margin-bottom:0;}


/*For IE*/
@media all and (-ms-high-contrast: none) {
	.sticky-sidebar-fixed{position:fixed; width:320px;}
	*::-ms-backdrop, .sticky-sidebar-fixed{position:fixed; width:320px;}
}

/*SEO Landing - Collapsible Block*/
.hcinc_seo_landing_collapsibleBlock{
	border-top: 1px solid #A3A3A3;
	padding:11px 0 0 0 !important;
	position:relative;
	cursor:pointer;
}

.hcinc_seo_landing_collapsibleBlock_title{
	padding-bottom: 20px;
    margin-bottom: 0;
}

.hcinc_seo_landing_collapsibleBlock_title:after{
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f078";
    font-size: 18px;
    cursor: pointer;
    color: #A3A3A3;
    position: absolute;
    right: 20px;
    top: 4px;
    z-index: 999999;
}

.hcinc_seo_landing_collapsibleBlock .col-12-inside{
	display:none;
}

.hcinc_seo_landing_collapsibleBlock p{
	margin-left:0 !important;
}

.hcinc_seo_landing_collapsibleBlock p b{

}

.hcinc_seo_landing_collapsibleBlock_open{
	border-top: 1px solid #00AEBB;
}

	.hcinc_seo_landing_collapsibleBlock_open .hcinc_seo_landing_collapsibleBlock_title{
		padding-bottom: 0;
	}

	.hcinc_seo_landing_collapsibleBlock_open .hcinc_seo_landing_collapsibleBlock_title:after{
		color:#FFA45A;
		transform: rotate(180deg);
	}

.hcinc_seo_landing_collapsibleBlock_open .col-12-inside{
	display:block;
}

/*SUGGESTED PLANS*/
.hci-plans .hm_plans_home{
	background: var(--suggested_plans_background_color);
}

.suggested-plans-v2 img{
	border-right: 1px solid var(--suggested_plans_v2_img_border);
}

.hcinc_suggested_plans.hcinc_plans_cta{
	background: var(--suggested_plans_v1_cta) 0% 0% no-repeat padding-box;
}

.hcinc_suggested_plans.hcinc_plans_cta:hover{
	background: var(--suggested_plans_v1_cta) 0% 0% no-repeat padding-box !important;
}

.suggested-plans-v2 .hcinc_suggested_plans.hcinc_plans_cta:hover{
	background: none !important;
}

/*COMPANY REVIEW*/
.company-review{
	background: #E8FAF7;
	padding:40px 0;
	margin-bottom:0;
}

	.hentry .company-review-menu{
		list-style-type: none;
		display:flex;
		padding:0;
		margin:0 !important;
	}

		.hentry .company-review-menu li{
			font-weight:700 !important;
			padding: 9px 29px;
			font-size:inherit !important;
		}

			.company-review-menu li:hover{
				cursor:pointer;
			}

			.company-review-menu-active{
				border-bottom:8px solid black;
			}

	.company-review-content{
		min-height:320px;
		background: #F8F8F8;
		border-radius: 0px 0px 6px 6px;
		padding:36px;
		border:1px solid #cccccc;
		margin-top:-8px;
	}

		.company-review-tab{
			display:none;
			position:relative;
			padding-top:24px;
		}

		.company-review-tab-active{
			display:block;
		}

			.company-review-tab p:last-child{
				margin-bottom:0;
			}

		.company-review-content .company-review-image img{
			max-width:158px;
		}

#company-review-overview a.company-review-cta{
    float: right;
    display: block;
    width: 100%;
    max-width: 158px;
    background: #FFB100;
    border-radius: 6px;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF !important;
    padding: 12px;
    position: absolute;
    top:-52px;
	right:0;
}

#company-review-ratings{
	
}

	#company-review-ratings p{
		margin-bottom:14px;
	}

		.company-review-stars{
			float:right;
		}

			.company-review-stars *{
				font-size:18px;
			}

			.company-review-stars .fa-star-black{
				color:#525252 !important;
			}

			.company-review-stars .fa-star-gray{
				color:#DDDDDD !important;
			}

		.company-review-stars-all{
			position:absolute;
			top:-52px;
			right:0;
		}

			.company-review-stars-all *{
				font-size:28px;
			}

			.company-review-stars-all .fa-star-yellow{
				color:#FFB100 !important;
			}

			.company-review-stars-all .fa-star-gray{
				color:#DDDDDD !important;
			}

#company-review-pros-cons{
	padding:50px 24px 0;
}

	#company-review-pros-cons p{
		margin-bottom:10px;
	}

	.company-review-pros{
		border-right:1px solid #dddddd;
	}

#company-review-highlights{
	padding:24px 40px 0;
}

#company-review-highlights p{
	padding-left:40px;
	position: relative;
}

	#company-review-highlights p:before{
	    font-family: "Font Awesome 5 Free";
	    font-weight: 700;
	    content: "\f00c";
	    position: absolute;
	    top:4px;
	    left:0;
	    font-size: 16px;
	}

.company-review-mobile-menu{border-bottom:8px solid black; display:none; position:relative; overflow: hidden; padding-bottom:10px;}
.company-review-mobile-menu a{text-decoration:none !important; line-height: 28px; font-weight: bold; font-size:inherit; display:block;}
.company-review-mobile-menu a i{position:absolute; right:0; top:8px;}

@media (max-width: 480px) {
	.company-review-mobile-menu{display:block;}
	.hentry .company-review-content{padding: 29px 14px 29px 29px; margin-top:0;}
	.hentry .company-review-content .col-12{position:relative; overflow: hidden;}
	.company-review-image img{max-width: 116px;}
	#company-review-overview a.company-review-cta{top:-42px;}
	.company-review-stars-all{top:-32px;}
	.company-review-stars-all *{font-size:22px;}
	.company-review-pros{margin-bottom:20px;}
	#company-review-pros-cons, #company-review-highlights{padding:35px 0 0 0;}
	.company-review-pros{border-right: 0;}
	.company-review-stars *{font-size:14px;}
	.hentry .company-review-menu{display:none; position:absolute; z-index:9; width:92%; background:white; border: 1px solid #15B8C4; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.08); border-radius: 0px 0px 6px 6px;}
	.hentry .company-review-menu li{padding:12px 24px; border-bottom:0;}
	.company-review-menu-active{background:#F8F8F8;}
	.company-review-content .company-review-image img{max-width:118px;}
	.modal-author {
    	width: 347px;
   	}
   	.modal-author-right {
	    width: 68%;
	}
	.modal-author-left {
	    width: 30%;
	}
	.modal-author-right .title span{
		margin-left:5px; 
		padding-left:5px; 
	}
	.modal-author-right h3, .modal-author-right h3 a {
    	font-size: 15px !important;
	}
}

#mapList{
	width:100%;
	margin:0 auto;
	max-width:480px;
	position:relative;
	z-index:99999;
}

/*subsidy calculator*/
#subsidy_form {
    padding: 25px 30px !important;
}
#calculator_icon {
	padding-right: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
#output_amount {
	color: #00AEBB;
	font-size: 60px;
	font-weight: 700;
	text-align: center;
}

	.hcinc_subsidy_calculator_v2 #output_amount{
		color: #00AEBB !important;
	}

.amount_upper {
	font-size: 24px;
	position: relative;
	top: -20px;
}
.amount_down {
	font-size: 24px;
	position: relative;
}
.range_message {
	font-size: 16px;
	color: #454545;
	font-weight: 600;
	line-height: 75%;
}
.calculator_column {
	float: left;
	width: 50%;
	padding: 10px;
  }
  /* Clear floats after the columns */
  .calculator_row:after {
	  content: "";
	  display: table;
	  clear: both;
  }
  #calculator_submit_button {
	  width: 100% !important;
	  height: 60px;
	  background: #FFA45A 0% 0% no-repeat padding-box !important;
	  border-radius: 4px;
	  border: 0;
	  color: #ffffff;
	  line-height: 27px;
	  margin-bottom: 12px;
	  font-weight: bold;
	  padding: 9px 10px;
	  margin-top: 45px;
	  font-family: "proxima-nova",sans-serif !important;
	  font-size: 22px;
	  float: none;
  }

  								.hcinc_subsidy_calculator_v2 #calculator_submit_button{
  									max-width:495px !important;
  									margin:20px auto 30px;
  									display:block;
  									height:55px !important;
									box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
									border-radius: 8px !important;
  								}


  #calculator_zipcode, .calculator_field, #calculator_birthdate, .calculator_select {
	  height: 44px;
	  padding: 0 16px;
	  border: 1px solid #00AEBB !important;
	  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
	  border-radius: 8px;
	  font-size: 16px !important;
	  line-height: 27px;
	  color: #454545;
	  font-weight: normal;
	  width: 100%;
	  outline:none;
  }

  								.calculator_dob_col .row .dob-col-month,
  								.calculator_dob_col .row .dob-col-day{
  									padding-right:0;

  								}

  								.calculator_income_col .input-group-prepend{
  									position:absolute;
  									height:100%;
  								}

  									.calculator_income_col .input-group-prepend span{
  										font-weight:600;
  									}

  								.calculator_income_col #calculator_income{
  									padding-left:50px !important;
  								}


  	#calculator_dob_month,
  	#calculator_dob_day,
  	#calculator_dob_year{
  		padding:0 5px;
  	}

  .calculator_range {
	  height: 20px;
	  width: 100%;
	  border: none!important;
	  position: relative;
  }
  .error_message {
	  display: block;
	  color: #D15851 !important;
	  font-size: 10px !important;
	  line-height: 12px !important;
	  margin-top: 4px !important;
	  margin-bottom: 0;
	  width:100%;
	  float:left;
  }
  .birthdate {
	border-radius: 8px!important;
	padding-left: 10px!important;
  }
  
  .hcinc_subsidy_calculator {
	  border-top-color: #00AEBB!important;
	  border-top-width: 6px!important;
  }
  .hcinc_subsidy_calculator label:before{
	  background: none;
	  width: 0!important;
  }
  .hcinc_title_subsidy_calculator {
	  font-size: 24px;
	  font-weight: 700;
	  color: #00AEBB;
  
  }

						  .hcinc_subsidy_calculator_v2{
						  	width:100%;
						  	max-width:100%;
						  	background: #F8F8F8;
							box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
							border-radius: 8px;
						  }

						  	.hcinc_subsidy_calculator_v2 .hcinc_title_subsidy_calculator{
						  		line-height: 54px !important;
    							margin-bottom: 20px !important;	
						  	}

							  	.hcinc_subsidy_calculator_v2 .hcinc_title_subsidy_calculator br{
							  		display:none;
							  	}

							  	.hcinc_subsidy_calculator_v2 .hcinc_title_subsidy_calculator img{
							  		padding-left:0 !important;
							  	}

							  	.hcinc_subsidy_calculator_v2 .calculator_number{
							  		border: 1px solid #00AEBB !important;
							  	}
								  .calculator_number:focus { 
									outline: none !important;
									border-color: #00AEBB;
								 }

						  .single.single-post .entry-content .hcinc_shortcodes, .common-page .hcinc_shortcodes.hcinc_subsidy_calculator_v2{
								border-bottom: 1px solid #D8D8D8;
								border-top: 1px solid #D8D8D8;
						  }

  .ie_field{
	  position: relative;
	  top: 0!important;
	  width: 100%;
	  height: 50px!important;
	  border: 1px solid #00AEBB!important;
  }
  .the_calculator_members {

	border: solid 1px #00AEBB;
	border-radius: 8px;
	height: 7px;
	width: 100%;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
  }
  .the_calculator_income {

	border: solid 1px #00AEBB;
	border-radius: 8px;
	height: 7px;
	width: 100%;
	outline: none;
	transition: background 450ms ease-in;
	-webkit-appearance: none;
  }
  
    .ranges {
	font-size: 10px;
	color: #A3A3A3;
  }
  input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background: #487494;
	cursor: pointer;
	margin-top: 0; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
  }
  
  /* All the same stuff for Firefox */
  input[type=range]::-moz-range-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background:#487494;
	cursor: pointer;
  }
  
  /* All the same stuff for IE */
  input[type=range]::-ms-thumb {
	border: none;
	height: 16px;
	width: 16px;
	border-radius: 8px;
	background: #487494;
	cursor: pointer;
  }




  /* selectors */
  ul.calculator_selector {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0 !important;
  }
  
  ul.calculator_selector li {
	float: left;
	margin: 0;
	width: 45%;
	height: 44px;
	position: relative;
	text-align: center;
  }


  							.hcinc_subsidy_calculator_v2 ul.calculator_selector li{
  								width:50%;
  								height:46px;
  								line-height:30px !important;
  							}

  							.hcinc_subsidy_calculator_v2 ul.calculator_selector label{
  								margin-bottom:0;
  								line-height: 30px !important;
  							}
  
  .calculator_selector label,
  .calculator_selector input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
  }
  
  .calculator_selector input[type="radio"] {
	opacity: 0.01;
	z-index: 100;
  }
  
  .left_label {
  border-radius: 8px 0 0 8px;
  }
  .right_label {
  border-radius: 0 8px 8px 0;
  }
  
  .calculator_selector label {
	padding: 5px;
	border: 1px solid #CCC;
	cursor: pointer;
	z-index: 90;
	background:#ffffff;
  }
  
  .calculator_selector label:hover {
	background: #DDD;
  }
  
  /* end selectors */
  #output_title {
	font-weight: 700!important;
	font-size: 32px!important;
	text-align: center;
  }
  #output_text {
	text-align: center; 
	padding-top: 20px; 
	font-size: 20px; 
	color:#454545;
  }
  #output_disclaimer {
	text-align: center;
	padding-top: 10px;
	font-size: 14px!important;
	color:#A3A3A3!important;
  }

  	#find_subsidy_number{
  		color: #454545;
  		font-weight: bold;
		font-size: 22px;
		line-height: 22px;
		max-width:756px;
		margin:30px auto 0;
		text-align:center;
  	}

  		#find_subsidy_number span{
  			color:#00AEBB;
  		}

  	.hcinc_subsidy_calculator_v2 #output_disclaimer{
  		max-width:570px;
  		margin:0 auto 30px;
  	}

/*end calculator*/

@media (max-width: 768px) {
	/*subsidy calculator*/
	#calculator_submit_button {
		margin-top: 15px;
		font-size: 18px;
	}
	.range_message {
		font-size: 14px;
	}
	label {
		font-size: 14px!important;
	}
	#subsidy_form {
		padding: 25px 20px !important;
	}
	#output_title {
		font-size: 24px!important;
	}
	#output_text {
		font-size: 16px; 
	}
	#output_disclaimer {
		font-size: 14px!important;
	}
	/*end subsidy calculator*/
}

@media (max-width: 480px) {
	/*subsidy calculator*/
	.calculator_select,
	.tobacco_selector{
		margin-bottom:20px;
	}

	.single.single-post .entry-content .hcinc_shortcodes.hcinc_subsidy_calculator_v2, .common-page .hcinc_shortcodes.hcinc_subsidy_calculator_v2{
		padding: 20px !important;
	}

	#calculator_submit_button {
		margin-top: 15px;
		font-size: 18px;
	}
	label {
		font-size: 14px!important;
	}
	#subsidy_form {
		padding: 25px 20px !important;
	}
	#output_title {
		font-size: 20px!important;
	}
	#output_text {
		font-size: 14px; 
	}
	#output_disclaimer {
		font-size: 12px!important;
	}
	/*end subsidy calculator*/
}
.content-page p {
	margin-left: 0 !important;
}