/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * 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;
}

/*! widget.css v1.0.0 */

/* Base
   ========================================================================== */

/**
 * Fonts:
 * font-family: 'Source Sans Pro', sans-serif;
 */

/**
 * Make viewport responsive.
 */

@viewport {
	width: device-width;
}

/**
 * Box model.
 */

html {
	box-sizing: border-box;
}

*,
::before,
::after {
	box-sizing: inherit;
}

/**
 * HTML
 */

html {
	-webkit-tap-highlight-color: transparent;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -.025em;
	color: #333333;
}

a {
	/*color: #0d76ad;*/
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 4px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: .6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: .6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: inherit;
	text-overflow: ellipsis;
	opacity: .6;
}

button,
input,
optgroup,
select,
textarea {
	display: block;
	color: #323a45;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 12px;
	width: 100%;
	max-width: 100%;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background-color: #fff;
	border: 1px solid #cacaca;
	width: 100%;
	height: 20px;
	padding: 0 0 0 4px;
}

select {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(101, 101, 101)' d='M1.391,0.954 L7.595,0.954 C7.716,0.954 7.819,0.998 7.907,1.088 C7.994,1.177 8.038,1.282 8.038,1.404 C8.038,1.527 7.994,1.632 7.907,1.721 L4.805,4.877 C4.717,4.967 4.613,5.011 4.493,5.011 C4.373,5.011 4.269,4.967 4.181,4.877 L1.079,1.721 C0.992,1.632 0.947,1.527 0.947,1.404 C0.947,1.282 0.992,1.177 1.079,1.088 C1.167,0.998 1.271,0.954 1.391,0.954 Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 8px center;
}

button {
	cursor: pointer;
}

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

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

/* Widget
   ========================================================================== */

.widget {
	width: 180px;
	overflow: hidden;
	position: relative;
}

/* Widget Toolbar
   ========================================================================== */

.widget-toolbar {
	background-color: #ffffff;
	border: 1px solid #cacaca;
	padding: 0 7px 0 11px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}

.widget-toolbar:after {
	clear: both;
	display: table;
	content: "";
}

.widget-toolbar .icon {
	fill: #0d76ad;
	height: 14px;
	width: 14px;
	margin-left: 4px;
	vertical-align: bottom;
}

.widget-toolbar-language {
	float: left;
	color: #0d76ad;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget-toolbar-language:hover,
.widget-toolbar-language:focus {
	text-decoration: none;
}

.widget-toolbar-share {
	float: right;
	color: #0d76ad;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget-toolbar-share:hover,
.widget-toolbar-share:focus {
	text-decoration: underline;
}

.widget-toolbar-close {
    display: none;
    float: right;
    color: #0d76ad;
    text-decoration: none;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.widget-toolbar-close:hover,
.widget-toolbar-close:focus {
	text-decoration: underline;
}

.widget-toolbar-close::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 13.5px 0 13.5px;
	border-color: #cacaca transparent transparent transparent;
	position: absolute;
	bottom: -7px;
	right: 18px;
	z-index: 1;
}

.widget-toolbar-close::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 12.5px 0 12.5px;
	border-color: #fff transparent transparent transparent;
	position: absolute;
	bottom: -6px;
	right: 19px;
	z-index: 2;
}

/* Widget Header
   ========================================================================== */

.widget-header {
	position: relative;
}

.widget-header-graphic {
	position: absolute;
	right: 7px;
	bottom: -20px;
	width: 55px;
	height: 32px;
}

.widget-title {
	display: table-cell;
	vertical-align: middle;
	color: #661466;
	font-weight: 900;
	font-size: 16px;
	line-height: 16px;
	padding-top: 12px;
	padding-left: 12px;
	padding-right: 56px;
}

.widget-title.espanol {
    padding-right: 2px;
}

.widget-heading {
	color: #661466;
	font-weight: bold;
	font-size: 15px;
	line-height: 16px;
	margin-top: 0;
	margin-bottom: 4px;
}

/* Widget Body
   ========================================================================== */

.widget-body {
	background-color: #f1f1f1;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	height: 180px;
}

/* Widget Content
   ========================================================================== */

.widget-content {
	display: table-cell;
	vertical-align: middle;
	height: 136px;
	width: 178px;
	padding: 0 7px 8px 11px;
}

.widget-required-text {
	margin-bottom: 2px;
}

/* Widget Tooltip
   ========================================================================== */

.widget-tooltip {
	background-color: #f1f1f1;
	border: 1px solid #cacaca;
	border-bottom: 0;
	position: absolute;
	z-index: 1;
	top: 0;
	padding-top: 28px;
	right: 0;
	bottom: 40px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.2s, visibility 0.2s;
}

.widget-tooltip.active {
	visibility: visible;
	opacity: 1;
}

.widget-tooltip-close .icon {
    fill: #661466;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    vertical-align: bottom;
}

.widget-tooltip-close {
    color: #661466;
    font-size: 13px;
    line-height: 16px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    top: 0;
    right: 7px;
}

.widget-tooltip-close:hover,
.widget-tooltip-close:focus {
	text-decoration: underline;
}

.widget-tooltip-inner {
	overflow: auto;
	height: 180px;
}

.widget-tooltip-content {
	font-size: 11px;
	line-height: 12px;
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	padding: 0 11px 12px;
}

.widget-tooltip-content .widget-heading {
	margin-bottom: 8px;
}

/* Widget Field
   ========================================================================== */

.widget-field {
	margin-top: 4px;
	margin-bottom: 4px;
}

.widget-field:first-of-type {
	margin-top: 0;
}

.widget-field:last-of-type {
	margin-bottom: 0;
}

.widget-field label {
	display: block;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}

.widget-field #healthPlanSearch {
	display: inline-block;
	background-color: #0d76ad;
	border-radius:2px;
	font-weight: bold;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0 6px;
	width: auto;
	height: 20px;
}

.widget-field #healthPlanSearch:hover,
.widget-field #healthPlanSearch:focus {
	background-color: #f2893a;
}

.widget-field #healthPlanSearch .icon {
	fill: #fff;
	height: 16px;
	margin: 6px auto;
	display: block;
}

.widget-field-tooltip {
	background-color: #0d76ad;
	border-radius: 50%;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	text-align: center;
	width: 16px;
	margin-top: 2px;
	margin-left: 4px;
}

.widget-field-group:after {
	display: table;
	clear: both;
	content: "";
}

.widget-field-group input,
.widget-field-group select {
	float: left;
	width: 140px;
}

.widget-field-group button {
	float: right;
}

/* Widget Share
   ========================================================================== */

.widget-share {
	background-color: #f1f1f1;
	border-left: 1px solid #cacaca;
	border-right: 1px solid #cacaca;
	position: absolute;
	top: 28px;
	right: 0;
	bottom: 40px;
	left: 0;
	transform: translateY(-100%);
	transition: transform 0.2s;
}

.widget-share.active {
	transform: none;
}

.widget-share-inner {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	width: 178px;
	padding: 12px 11px;
}

.widget-share-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-share-menu li {
	font-weight: 600;
	font-size: 12px;
	line-height: 24px;
	margin: 0 0 12px;
	padding: 0;
}

.widget-share-menu li:last-child {
	margin-bottom: 0;
}

.widget-share-menu a {
	display: block;
	color: #333333;
	text-decoration: none;
}

.widget-share-menu a:hover,
.widget-share-menu a:focus {
	text-decoration: underline;
}

.widget-share-menu .icon {
	background-color: #0d76ad;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	text-align: center;
	width: 24px;
	height: 24px;
	padding: 6px;
	margin-right: 8px;
	fill: #fff;
}

.widget-share-menu .icon-twitter {
	background-color: #1cb7eb;
}

.widget-share-menu .icon-facebook {
	background-color: #4e71a8;
}

.widget-share-menu .icon-email {
	background-color: #2e8540;
}

.widget-share-menu .icon-embed {
	background-color: #112e51;
}

/* Widget Embeded
   ========================================================================== */

.widget-embeded {
	background-color: #f1f1f1;
	position: absolute;
	top: 0;
	right: -1px;
	bottom: 0;
	left: -1px;
	transform: translateX(-100%);
	transition: transform 0.2s;
}

.widget-embeded.active {
	transform: none;
	right: 0;
	left: 0;
}

.widget-embeded-inner {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	width: 178px;
	padding: 0 11px;
}

.widget-embed-label {
	font-size: 12px;
}

.widget-embed {
	height: 92px;
	font-size: 13px;
	line-height: 16px;
	margin-top: 4px;
	margin-bottom: 6px;
	padding: 7px 11px;
	resize: none;
}

.widget-embed-copied {
	display: none;
	background-color: #0d76ad;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	height: 24px;
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.widget-embeded-back {
	vertical-align: top;
	text-decoration: none;
}

.widget-embeded-back:hover,
.widget-embeded-back:focus {
	text-decoration: underline;
}

/* Widget Footer
   ========================================================================== */

.widget-footer {
	background-color: #e5e5e5;
	border: 1px solid #cacaca;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -.025em;
	padding: 6px 11px 3px;
}

.widget-footer-hrsa {
	display: block;
	color: #333333;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: -3px
}

.widget-footer-hrsa svg {
	fill: #661466;
	width: 120px;
	height: 13px;
	margin-right: 4px;
}

.widget-footer-poweredby {
	color: #333333;
	text-decoration: none;
}

.widget-footer-poweredby:hover,
.widget-footer-poweredby:focus {
	text-decoration: underline;
}

/*** Additional ***/
.tbxIcon {
    color: #999;
}