/*! 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-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}

a {
	color: #112e51;
	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: #7d7d7d;
	text-overflow: ellipsis;
	opacity: .6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #7d7d7d;
	text-overflow: ellipsis;
	opacity: .6;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #7d7d7d;
	text-overflow: ellipsis;
	opacity: .6;
}

button,
input,
optgroup,
select,
textarea {
	display: block;
	color: #000;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: normal;
	font-size: 13px;
	width: 100%;
	max-width: 100%;
}

input,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	background-color: #fff;
	border: 1px solid #7d7d7d;
	width: 100%;
	height: 28px;
	padding: 0 0 0 7px;
}

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: 240px;
	overflow: hidden;
	position: relative;
}

/* Widget Toolbar
   ========================================================================== */

.widget-toolbar {
	background-color: #fff;
	border: 1px solid #cbd7e7;
	padding: 0 7px 0 19px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	z-index: 1;
}

.widget-toolbar:after {
	clear: both;
	display: table;
	content: "";
}

.widget-toolbar .icon {
	fill: #215493;
	height: 14px;
	width: 14px;
	margin-left: 4px;
	vertical-align: bottom;
}

.widget-toolbar-language {
	float: left;
	color: #2a6496;
	padding-top: 5px;
	padding-bottom: 5px;
}

.widget-toolbar-language:hover,
.widget-toolbar-language:focus {
	text-decoration: none;
}

.widget-toolbar-share {
	float: right;
	color: #2a6496;
	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: #215493;
	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: #cbd7e7 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 {
	background-color: #215493;
	position: relative;
}

.widget-header-graphic {
	position: absolute;
	right: 0;
	top: 0;
	width: 68px;
	height: 68px;
}

.widget-title {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
	padding-left: 20px;
	padding-right: 80px;
	height: 76px;
}

.widget-heading {
	color: #112e51;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 4px;
}

/* Widget Body
   ========================================================================== */

.widget-body {
	height: 248px;
}

/* Widget Content
   ========================================================================== */

.widget-content {
	background-color: #dce4ef;
	background-image: url('../img/map-blue.png');

	background-position: center 4px;
	background-repeat: no-repeat;
	background-size: 180px auto;
	border-left: 1px solid #cbd7e7;
	border-right: 1px solid #cbd7e7;
	display: table-cell;
	vertical-align: middle;
	height: 172px;
	padding: 14px 19px 14px;
}

.widget-content strong {
	color: #215493;
}

/* Widget Field
   ========================================================================== */

.widget-field {
	margin-top: 6px;
	margin-bottom: 6px;
}

.widget-field:first-of-type {
	margin-top: 14px;
}

.widget-field label {
	display: block;
	color: #112e51;
	font-size: 13px;
	line-height: 18px;
	font-weight: 700;
}

.widget-field button {
	background-color: #215493;
	color: #fff;
	border: 0;
	margin: 0;
	padding: 0;
	width: 28px;
	height: 28px;
}

.widget-field button:hover,
.widget-field button:focus {
	background-color: #1a4376;
}

.widget-field button .icon {
	fill: #fff;
	height: 16px;
	margin: 6px auto;
	display: block;
}

.widget-field-group:after {
	display: table;
	clear: both;
	content: "";
}

.widget-field-group input,
.widget-field-group select {
	float: left;
	width: 164px;
}

.widget-field-group button {
	float: right;
}

/* Widget Share
   ========================================================================== */

.widget-share {
	background-color: #dce4ef;
	border-left: 1px solid #cbd7e7;
	border-right: 1px solid #cbd7e7;
	position: absolute;
	top: 28px;
	right: 0;
	bottom: 36px;
	left: 0;
	transform: translateY(-100%);
	transition: transform 0.2s;
}

.widget-share.active {
	transform: none;
}

.widget-share-inner {
	display: table-cell;
	vertical-align: middle;
	height: 248px;
	width: 238px;
	padding: 20px 19px;
}

.widget-share-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget-share-menu li {
	font-weight: 600;
	font-size: 14px;
	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: #112e51;
	text-decoration: none;
}

.widget-share-menu a:hover,
.widget-share-menu a:focus {
	text-decoration: underline;
}

.widget-share-menu .icon {
	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: #dce4ef;
	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: 248px;
	width: 238px;
	padding: 0 19px;
}

.widget-embed {
	height: 144px;
	font-size: 14px;
	line-height: 18px;
	margin-top: 12px;
	margin-bottom: 6px;
	padding: 7px 11px;
	resize: none;
}

.widget-embed-copied {
	display: none;
	background-color: #215493;
	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;
	color: #215493;
	text-decoration: none;
}

.widget-embeded-back:hover,
.widget-embeded-back:focus {
	text-decoration: underline;
}

/* Widget Footer
   ========================================================================== */

.widget-footer {
	background-color: #cbd7e7;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: -.025em;
	padding: 10px 20px;
}

.widget-footer-hrsa {
	color: #215493;
	font-weight: bold;
	text-decoration: none;
}

.widget-footer-hrsa svg {
	fill: #215493;
	width: 44px;
	height: 10px;
	margin-right: 4px;
}

.widget-footer-poweredby {
	color: #000;
	text-decoration: none;
}

.widget-footer-poweredby:hover,
.widget-footer-poweredby:focus {
	text-decoration: underline;
}
