@charset "UTF-8";
/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(/wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}


/* Loading text */
.post-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}


/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}@charset "UTF-8";
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override */
/* BS Override: Widen overall container by 30px to accommodate 15px padding for a content area of 1170px*/
/* Retina Sprites for Compass by:              Gaya Kessler last update:     03/11/14  Usage: 1. create two folders in your image directory (in this case 'icons' and 'icons-2x'). 2. adjust the foldernames defined below if you use different names. 3. create sprite images for pixel ratio 1 screens and put them in the first folder. 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames. 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)' */
/* Retina Backgrounds for Compass by:              Gaya Kessler last update:     03/11/14  Usage: 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder. 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder. 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)' */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html { font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body { margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background: transparent; }

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

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

dfn { font-style: italic; }

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

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 1em 40px; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

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

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

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

input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: bold; }

table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

@media print { * { text-shadow: none !important; color: #000 !important; background: transparent !important; box-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption { orphans: 3; widows: 3; }
  h2, h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption { page-break-after: avoid; }
  select { background: #fff !important; }
  .navbar { display: none; }
  .table td, .table th { background-color: #fff !important; }
  .btn > .caret, .email-submit > .caret, .share .sharedaddy .sd-content ul li > .caret, .hubspot-contacts button > .caret, .dropup > .btn > .caret, .dropup > .email-submit > .caret, .share .sharedaddy .sd-content ul .dropup > li > .caret, .hubspot-contacts .dropup > button > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table-bordered th, .table-bordered td { border: 1px solid #ddd !important; } }
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-size: 62.5%; -webkit-tap-highlight-color: transparent; }

body { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.62857; color: #333333; background-color: #fff; }

input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }

a { color: #003b79; text-decoration: none; }
a:hover, a:focus { color: #00162c; text-decoration: underline; }
a:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive, #tinymce img, .article-body img, .page .entry-content img, .layout-lg img { display: block; max-width: 100%; height: auto; }

.img-rounded { border-radius: 6px; }

.img-thumbnail { padding: 4px; line-height: 1.62857; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; display: inline-block; max-width: 100%; height: auto; }

.img-circle { border-radius: 50%; }

hr { margin-top: 26px; margin-bottom: 26px; border: 0; border-top: 1px solid #eeeeee; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

h1, h2, h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption, h4, aside.note header, h5, h6, .h1, .h2, .h3, .h4, .h5, .topics-list .header, .header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results, .h6 { font-family: "kreonbold", Georgia, "Times New Roman", Times, serif; font-weight: normal; line-height: 1.15; color: #07294c; }
h1 small, h1 .small, h2 small, h2 .small, h3 small, #tinymce .related figcaption small, .article-body .related figcaption small, .page .entry-content .related figcaption small, h3 .small, #tinymce .related figcaption .small, .article-body .related figcaption .small, .page .entry-content .related figcaption .small, h4 small, aside.note header small, h4 .small, aside.note header .small, h5 small, h5 .small, h6 small, h6 .small, .h1 small, .h1 .small, .h2 small, .h2 .small, .h3 small, .h3 .small, .h4 small, .h4 .small, .h5 small, .topics-list .header small, .header-kicker small, .article-list .header small, .article-list-details .header small, .callout .header small, .nav-results small, .h5 .small, .topics-list .header .small, .header-kicker .small, .article-list .header .small, .article-list-details .header .small, .callout .header .small, .nav-results .small, .h6 small, .h6 .small { font-weight: normal; line-height: 1; color: #999999; }

h1, .h1, h2, .h2, h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption, .h3 { margin-top: 26px; margin-bottom: 13px; }
h1 small, h1 .small, .h1 small, .h1 .small, h2 small, h2 .small, .h2 small, .h2 .small, h3 small, #tinymce .related figcaption small, .article-body .related figcaption small, .page .entry-content .related figcaption small, h3 .small, #tinymce .related figcaption .small, .article-body .related figcaption .small, .page .entry-content .related figcaption .small, .h3 small, .h3 .small { font-size: 65%; }

h4, aside.note header, .h4, h5, .h5, .topics-list .header, .header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results, h6, .h6 { margin-top: 13px; margin-bottom: 13px; }
h4 small, aside.note header small, h4 .small, aside.note header .small, .h4 small, .h4 .small, h5 small, h5 .small, .h5 small, .topics-list .header small, .header-kicker small, .article-list .header small, .article-list-details .header small, .callout .header small, .nav-results small, .h5 .small, .topics-list .header .small, .header-kicker .small, .article-list .header .small, .article-list-details .header .small, .callout .header .small, .nav-results .small, h6 small, h6 .small, .h6 small, .h6 .small { font-size: 75%; }

h1, .h1 { font-size: 28px; }

h2, .h2 { font-size: 34px; }

h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption, .h3 { font-size: 20px; }

h4, aside.note header, .h4 { font-size: 20px; }

h5, .h5, .topics-list .header, .header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results { font-size: 16px; }

h6, .h6 { font-size: 14px; }

p { margin: 0 0 13px; }

.lead { margin-bottom: 26px; font-size: 18px; font-weight: 200; line-height: 1.4; }
@media (min-width: 768px) { .lead { font-size: 24px; } }

small, .small { font-size: 85%; }

cite { font-style: normal; }

.text-left { text-align: left; }

.text-right { text-align: right; }

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

.text-justify { text-align: justify; }

.text-muted { color: #999999; }

.text-primary { color: #003b79; }

a.text-primary:hover { color: #002246; }

.text-success { color: #3c763d; }

a.text-success:hover { color: #2b542c; }

.text-info { color: #31708f; }

a.text-info:hover { color: #245269; }

.text-warning { color: #8a6d3b; }

a.text-warning:hover { color: #66512c; }

.text-danger { color: #a94442; }

a.text-danger:hover { color: #843534; }

.bg-primary { color: #fff; }

.bg-primary { background-color: #003b79; }

a.bg-primary:hover { background-color: #002246; }

.bg-success { background-color: #dff0d8; }

a.bg-success:hover { background-color: #c1e2b3; }

.bg-info { background-color: #d9edf7; }

a.bg-info:hover { background-color: #afd9ee; }

.bg-warning { background-color: #fcf8e3; }

a.bg-warning:hover { background-color: #f7ecb5; }

.bg-danger { background-color: #f2dede; }

a.bg-danger:hover { background-color: #e4b9b9; }

.page-header { padding-bottom: 12px; margin: 52px 0 26px; border-bottom: 1px solid #eeeeee; }

ul, ol { margin-top: 0; margin-bottom: 13px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled, .list-inline { padding-left: 0; list-style: none; }

.list-inline { margin-left: -5px; }
.list-inline > li { display: inline-block; padding-left: 5px; padding-right: 5px; }

dl { margin-top: 0; margin-bottom: 26px; }

dt, dd { line-height: 1.62857; }

dt { font-weight: bold; }

dd { margin-left: 0; }

@media (min-width: 768px) { .dl-horizontal dt { float: left; width: 160px; clear: left; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .dl-horizontal dd { margin-left: 180px; }
  .dl-horizontal dd:before, .dl-horizontal dd:after { content: " "; display: table; }
  .dl-horizontal dd:after { clear: both; } }
abbr[title], abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; }

.initialism { font-size: 90%; text-transform: uppercase; }

blockquote { padding: 13px 26px; margin: 0 0 26px; font-size: 28px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }
blockquote footer, blockquote small, blockquote .small { display: block; font-size: 80%; line-height: 1.62857; color: #999999; }
blockquote footer:before, blockquote small:before, blockquote .small:before { content: '\2014 \00A0'; }

.blockquote-reverse, blockquote.pull-right, .content-article .article-body blockquote.bio, blockquote.wp-caption.alignright { padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; text-align: right; }
.blockquote-reverse footer:before, .blockquote-reverse small:before, .blockquote-reverse .small:before, blockquote.pull-right footer:before, .content-article .article-body blockquote.bio footer:before, blockquote.wp-caption.alignright footer:before, blockquote.pull-right small:before, .content-article .article-body blockquote.bio small:before, blockquote.wp-caption.alignright small:before, blockquote.pull-right .small:before, .content-article .article-body blockquote.bio .small:before, blockquote.wp-caption.alignright .small:before { content: ''; }
.blockquote-reverse footer:after, .blockquote-reverse small:after, .blockquote-reverse .small:after, blockquote.pull-right footer:after, .content-article .article-body blockquote.bio footer:after, blockquote.wp-caption.alignright footer:after, blockquote.pull-right small:after, .content-article .article-body blockquote.bio small:after, blockquote.wp-caption.alignright small:after, blockquote.pull-right .small:after, .content-article .article-body blockquote.bio .small:after, blockquote.wp-caption.alignright .small:after { content: '\00A0 \2014'; }

blockquote:before, blockquote:after { content: ""; }

address { margin-bottom: 26px; font-style: normal; line-height: 1.62857; }

code, kbd, pre, samp { font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code { padding: 2px 4px; font-size: 90%; color: #c7254e; background-color: #f9f2f4; white-space: nowrap; border-radius: 3px; }

kbd { padding: 2px 4px; font-size: 90%; color: #fff; background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre { display: block; padding: 12.5px; margin: 0 0 13px; font-size: 15px; line-height: 1.62857; word-break: break-all; word-wrap: break-word; color: #333333; background-color: #f5f5f5; border: 1px solid #ccc; border-radius: 3px; }
pre code { padding: 0; font-size: inherit; color: inherit; white-space: pre-wrap; background-color: transparent; border-radius: 0; }

.pre-scrollable { max-height: 340px; overflow-y: scroll; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1200px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }

.row, .top-features, .top-stories, .bottom-features, .col-features-left .wrapper-features, .col-features-left .popular-features, .wrapper-special-coverage, .popular-features, .cartoons, .topics-list { margin-left: -15px; margin-right: -15px; }
.row:before, .top-features:before, .top-stories:before, .bottom-features:before, .col-features-left .wrapper-features:before, .col-features-left .popular-features:before, .wrapper-special-coverage:before, .popular-features:before, .cartoons:before, .topics-list:before, .row:after, .top-features:after, .top-stories:after, .bottom-features:after, .col-features-left .wrapper-features:after, .col-features-left .popular-features:after, .wrapper-special-coverage:after, .popular-features:after, .cartoons:after, .topics-list:after { content: " "; display: table; }
.row:after, .top-features:after, .top-stories:after, .bottom-features:after, .col-features-left .wrapper-features:after, .col-features-left .popular-features:after, .wrapper-special-coverage:after, .popular-features:after, .cartoons:after, .topics-list:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-article-inside-left, .col-md-2, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email, .col-lg-2, .featured-utility, .top-stories .story, .col-xs-3, .col-sm-3, .header-logo, .promo-homepage .module, .col-md-3, .col-article-right, .col-lg-3, .col-xs-4, .col-sm-4, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email, .more-headlines, .wrapper-special-coverage .col-special-primary, .col-md-4, .col-lg-4, .daily-briefing, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .footer-main .col-footer-social, .footer-main .col-footer-email, .nav-article .module, .promo-homepage .module, .col-sm-6, .featured-story, .daily-briefing, .top-stories .story, .wrapper-special-coverage .col-special-secondary, .wrapper-features .col-popular-features-left, .popular-features .col-popular-features-left, .wrapper-features .col-popular-features-right, .popular-features .col-popular-features-right, .topics-list .col-topics, .col-md-6, .footer-main .col-footer-utility, .col-lg-6, .col-features-left, .col-features-right, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .special-coverage, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .header-nav, .col-md-9, .col-article-left, #content:not(.template-wide), #tinymce:not(.template-wide), .col-lg-9, .col-xs-10, .col-sm-10, .col-article-inside-right, .article-body, .presentation-info, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .header-logo, .header-nav, .footer-main .col-footer-republish, .footer-main .col-footer-utility, .promo-homepage .col-promo-homepage, .featured-story, .daily-briefing, .top-stories .story, .col-features-left, .special-coverage, .wrapper-special-coverage .col-special-primary, .col-features-right, .cartoons .col-cartoons, .topics-list .header-topics, .topics-list .col-topics, #content.template-wide, .template-wide#tinymce, .col-sm-12, .col-md-12, .col-lg-12, .more-headlines, .special-coverage { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .footer-main .col-footer-social, .footer-main .col-footer-email, .nav-article .module, .promo-homepage .module, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .header-logo, .header-nav, .footer-main .col-footer-republish, .footer-main .col-footer-utility, .promo-homepage .col-promo-homepage, .featured-story, .daily-briefing, .top-stories .story, .col-features-left, .special-coverage, .wrapper-special-coverage .col-special-primary, .col-features-right, .cartoons .col-cartoons, .topics-list .header-topics, .topics-list .col-topics, #content.template-wide, .template-wide#tinymce { float: left; }

.col-xs-1 { width: 8.33333%; }

.col-xs-2 { width: 16.66667%; }

.col-xs-3 { width: 25%; }

.col-xs-4 { width: 33.33333%; }

.col-xs-5 { width: 41.66667%; }

.col-xs-6, .footer-main .col-footer-social, .footer-main .col-footer-email, .nav-article .module, .promo-homepage .module { width: 50%; }

.col-xs-7 { width: 58.33333%; }

.col-xs-8 { width: 66.66667%; }

.col-xs-9 { width: 75%; }

.col-xs-10 { width: 83.33333%; }

.col-xs-11 { width: 91.66667%; }

.col-xs-12, .header-logo, .header-nav, .footer-main .col-footer-republish, .footer-main .col-footer-utility, .promo-homepage .col-promo-homepage, .featured-story, .daily-briefing, .top-stories .story, .col-features-left, .special-coverage, .wrapper-special-coverage .col-special-primary, .col-features-right, .cartoons .col-cartoons, .topics-list .header-topics, .topics-list .col-topics, #content.template-wide, .template-wide#tinymce { width: 100%; }

.col-xs-pull-0 { right: 0%; }

.col-xs-pull-1 { right: 8.33333%; }

.col-xs-pull-2 { right: 16.66667%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-4 { right: 33.33333%; }

.col-xs-pull-5 { right: 41.66667%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-7 { right: 58.33333%; }

.col-xs-pull-8 { right: 66.66667%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-10 { right: 83.33333%; }

.col-xs-pull-11 { right: 91.66667%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-push-0 { left: 0%; }

.col-xs-push-1 { left: 8.33333%; }

.col-xs-push-2 { left: 16.66667%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-4 { left: 33.33333%; }

.col-xs-push-5 { left: 41.66667%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-7 { left: 58.33333%; }

.col-xs-push-8 { left: 66.66667%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-10 { left: 83.33333%; }

.col-xs-push-11 { left: 91.66667%; }

.col-xs-push-12 { left: 100%; }

.col-xs-offset-0 { margin-left: 0%; }

.col-xs-offset-1 { margin-left: 8.33333%; }

.col-xs-offset-2 { margin-left: 16.66667%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-4 { margin-left: 33.33333%; }

.col-xs-offset-5 { margin-left: 41.66667%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-7 { margin-left: 58.33333%; }

.col-xs-offset-8 { margin-left: 66.66667%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-10 { margin-left: 83.33333%; }

.col-xs-offset-11 { margin-left: 91.66667%; }

.col-xs-offset-12 { margin-left: 100%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-article-inside-left, .col-sm-3, .header-logo, .promo-homepage .module, .col-sm-4, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email, .more-headlines, .wrapper-special-coverage .col-special-primary, .col-sm-5, .col-sm-6, .featured-story, .daily-briefing, .top-stories .story, .wrapper-special-coverage .col-special-secondary, .wrapper-features .col-popular-features-left, .popular-features .col-popular-features-left, .wrapper-features .col-popular-features-right, .popular-features .col-popular-features-right, .topics-list .col-topics, .col-sm-7, .col-sm-8, .special-coverage, .col-sm-9, .header-nav, .col-sm-10, .col-article-inside-right, .article-body, .presentation-info, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-1 { width: 8.33333%; }
  .col-sm-2, .col-article-inside-left { width: 16.66667%; }
  .col-sm-3, .header-logo, .promo-homepage .module { width: 25%; }
  .col-sm-4, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email, .more-headlines, .wrapper-special-coverage .col-special-primary { width: 33.33333%; }
  .col-sm-5 { width: 41.66667%; }
  .col-sm-6, .featured-story, .daily-briefing, .top-stories .story, .wrapper-special-coverage .col-special-secondary, .wrapper-features .col-popular-features-left, .popular-features .col-popular-features-left, .wrapper-features .col-popular-features-right, .popular-features .col-popular-features-right, .topics-list .col-topics { width: 50%; }
  .col-sm-7 { width: 58.33333%; }
  .col-sm-8, .special-coverage { width: 66.66667%; }
  .col-sm-9, .header-nav { width: 75%; }
  .col-sm-10, .col-article-inside-right, .article-body, .presentation-info { width: 83.33333%; }
  .col-sm-11 { width: 91.66667%; }
  .col-sm-12 { width: 100%; }
  .col-sm-pull-0 { right: 0%; }
  .col-sm-pull-1 { right: 8.33333%; }
  .col-sm-pull-2 { right: 16.66667%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-4 { right: 33.33333%; }
  .col-sm-pull-5 { right: 41.66667%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-7 { right: 58.33333%; }
  .col-sm-pull-8 { right: 66.66667%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-10 { right: 83.33333%; }
  .col-sm-pull-11 { right: 91.66667%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-push-0 { left: 0%; }
  .col-sm-push-1 { left: 8.33333%; }
  .col-sm-push-2 { left: 16.66667%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-4 { left: 33.33333%; }
  .col-sm-push-5 { left: 41.66667%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-7 { left: 58.33333%; }
  .col-sm-push-8 { left: 66.66667%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-10 { left: 83.33333%; }
  .col-sm-push-11 { left: 91.66667%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email, .col-md-3, .col-article-right, .col-md-4, .col-md-5, .col-md-6, .footer-main .col-footer-utility, .col-md-7, .col-md-8, .col-md-9, .col-article-left, #content:not(.template-wide), #tinymce:not(.template-wide), .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-1 { width: 8.33333%; }
  .col-md-2, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email { width: 16.66667%; }
  .col-md-3, .col-article-right { width: 25%; }
  .col-md-4 { width: 33.33333%; }
  .col-md-5 { width: 41.66667%; }
  .col-md-6, .footer-main .col-footer-utility { width: 50%; }
  .col-md-7 { width: 58.33333%; }
  .col-md-8 { width: 66.66667%; }
  .col-md-9, .col-article-left, #content:not(.template-wide), #tinymce:not(.template-wide) { width: 75%; }
  .col-md-10 { width: 83.33333%; }
  .col-md-11 { width: 91.66667%; }
  .col-md-12 { width: 100%; }
  .col-md-pull-0 { right: 0%; }
  .col-md-pull-1 { right: 8.33333%; }
  .col-md-pull-2 { right: 16.66667%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-4 { right: 33.33333%; }
  .col-md-pull-5 { right: 41.66667%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-7 { right: 58.33333%; }
  .col-md-pull-8 { right: 66.66667%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-10 { right: 83.33333%; }
  .col-md-pull-11 { right: 91.66667%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-push-0 { left: 0%; }
  .col-md-push-1 { left: 8.33333%; }
  .col-md-push-2 { left: 16.66667%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-4 { left: 33.33333%; }
  .col-md-push-5 { left: 41.66667%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-7 { left: 58.33333%; }
  .col-md-push-8 { left: 66.66667%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-10 { left: 83.33333%; }
  .col-md-push-11 { left: 91.66667%; }
  .col-md-push-12 { left: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .featured-utility, .top-stories .story, .col-lg-3, .col-lg-4, .daily-briefing, .col-lg-5, .col-lg-6, .col-features-left, .col-features-right, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .more-headlines, .special-coverage { float: left; }
  .col-lg-1 { width: 8.33333%; }
  .col-lg-2, .featured-utility, .top-stories .story { width: 16.66667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4, .daily-briefing { width: 33.33333%; }
  .col-lg-5 { width: 41.66667%; }
  .col-lg-6, .col-features-left, .col-features-right { width: 50%; }
  .col-lg-7 { width: 58.33333%; }
  .col-lg-8 { width: 66.66667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.33333%; }
  .col-lg-11 { width: 91.66667%; }
  .col-lg-12, .more-headlines, .special-coverage { width: 100%; }
  .col-lg-pull-0 { right: 0%; }
  .col-lg-pull-1 { right: 8.33333%; }
  .col-lg-pull-2 { right: 16.66667%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-4 { right: 33.33333%; }
  .col-lg-pull-5 { right: 41.66667%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-7 { right: 58.33333%; }
  .col-lg-pull-8 { right: 66.66667%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-10 { right: 83.33333%; }
  .col-lg-pull-11 { right: 91.66667%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-push-0 { left: 0%; }
  .col-lg-push-1 { left: 8.33333%; }
  .col-lg-push-2 { left: 16.66667%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-4 { left: 33.33333%; }
  .col-lg-push-5 { left: 41.66667%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-7 { left: 58.33333%; }
  .col-lg-push-8 { left: 66.66667%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-10 { left: 83.33333%; }
  .col-lg-push-11 { left: 91.66667%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-offset-0 { margin-left: 0%; }
  .col-lg-offset-1 { margin-left: 8.33333%; }
  .col-lg-offset-2 { margin-left: 16.66667%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-4 { margin-left: 33.33333%; }
  .col-lg-offset-5 { margin-left: 41.66667%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-7 { margin-left: 58.33333%; }
  .col-lg-offset-8 { margin-left: 66.66667%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-10 { margin-left: 83.33333%; }
  .col-lg-offset-11 { margin-left: 91.66667%; }
  .col-lg-offset-12 { margin-left: 100%; } }
table { max-width: 100%; background-color: transparent; }

th { text-align: left; }

.table { width: 100%; margin-bottom: 26px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.62857; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }

.table-condensed > thead > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > tfoot > tr > td { padding: 5px; }

.table-bordered { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { border: 1px solid #ddd; }
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td { border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #f9f9f9; }

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { background-color: #f5f5f5; }

table col[class*="col-"] { position: static; float: none; display: table-column; }

table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th { background-color: #c4e3f3; }

.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th { background-color: #faf2cc; }

.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th { background-color: #ebcccc; }

@media (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 19.5px; overflow-y: hidden; overflow-x: scroll; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; -webkit-overflow-scrolling: touch; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; }
  .table-responsive > .table-bordered { border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td { border-bottom: 0; } }
fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { display: block; width: 100%; padding: 0; margin-bottom: 26px; font-size: 24px; line-height: inherit; color: #333333; border: 0; border-bottom: 1px solid #e5e5e5; }

label { display: inline-block; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; /* IE8-9 */ line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 16px; line-height: 1.62857; color: #474747; }

.form-control { display: block; width: 100%; height: 30px; padding: 6px 12px; font-size: 16px; line-height: 1.62857; color: #474747; background-color: #e4e4e4; background-image: none; border: 1px solid #d6d6d6; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #07294c; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(7, 41, 76, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(7, 41, 76, 0.6); }
.form-control::-moz-placeholder { color: #a5a5a5; opacity: 1; }
.form-control:-ms-input-placeholder { color: #a5a5a5; }
.form-control::-webkit-input-placeholder { color: #a5a5a5; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { cursor: not-allowed; background-color: #eeeeee; opacity: 1; }

textarea.form-control { height: auto; }

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

input[type="date"] { line-height: 30px; }

.form-group { margin-bottom: 15px; }

.radio, .checkbox { display: block; min-height: 26px; margin-top: 10px; margin-bottom: 10px; padding-left: 20px; }
.radio label, .checkbox label { display: inline; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { float: left; margin-left: -20px; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }

.radio-inline, .checkbox-inline { display: inline-block; padding-left: 20px; margin-bottom: 0; vertical-align: middle; font-weight: normal; cursor: pointer; }

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline { margin-top: 0; margin-left: 10px; }

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .radio[disabled], fieldset[disabled] .radio, .radio-inline[disabled], fieldset[disabled] .radio-inline, .checkbox[disabled], fieldset[disabled] .checkbox, .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline { cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-group-sm > .input-group-btn > .email-submit, .share .sharedaddy .sd-content ul .input-group-sm > .input-group-btn > li, .hubspot-contacts .input-group-sm > .input-group-btn > button { height: 31px; padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn, .input-group-sm > .input-group-btn > select.email-submit { height: 31px; line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > .input-group-btn > textarea.email-submit, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn, .input-group-sm > .input-group-btn > select[multiple].email-submit { height: auto; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-group-lg > .input-group-btn > .email-submit, .share .sharedaddy .sd-content ul .input-group-lg > .input-group-btn > li, .hubspot-contacts .input-group-lg > .input-group-btn > button { height: 49px; padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn, .input-group-lg > .input-group-btn > select.email-submit { height: 49px; line-height: 49px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > .input-group-btn > textarea.email-submit, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn, .input-group-lg > .input-group-btn > select[multiple].email-submit { height: auto; }

.has-feedback { position: relative; }
.has-feedback .form-control { padding-right: 37.5px; }
.has-feedback .form-control-feedback { position: absolute; top: 31px; right: 0; display: block; width: 30px; height: 30px; line-height: 30px; text-align: center; }

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline { color: #3c763d; }
.has-success .form-control { border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline { color: #8a6d3b; }
.has-warning .form-control { border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus { border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon { color: #8a6d3b; border-color: #8a6d3b; background-color: #fcf8e3; }
.has-warning .form-control-feedback { color: #8a6d3b; }

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline { color: #a94442; }
.has-error .form-control { border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.form-control-static { margin-bottom: 0; }

.help-block { display: block; margin-top: 5px; margin-bottom: 10px; color: #737373; }

@media (min-width: 768px) { .form-inline .form-group, .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control { display: inline-block; width: auto; vertical-align: middle; }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control { width: 100%; }
  .form-inline .control-label, .navbar-form .control-label { margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio, .form-inline .checkbox, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; padding-left: 0; vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"] { float: none; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 33px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
.form-horizontal .form-control-static { padding-top: 7px; }
@media (min-width: 768px) { .form-horizontal .control-label { text-align: right; } }
.form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; }

.btn, .email-submit, .share .sharedaddy .sd-content ul li, .hubspot-contacts button { display: inline-block; margin-bottom: 0; font-weight: 600; text-align: center; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 16px; line-height: 1.62857; border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .email-submit:focus, .share .sharedaddy .sd-content ul li:focus, .hubspot-contacts button:focus, .btn:active:focus, .email-submit:active:focus, .share .sharedaddy .sd-content ul li:active:focus, .hubspot-contacts button:active:focus, .btn.active:focus, .active.email-submit:focus, .share .sharedaddy .sd-content ul li.active:focus, .hubspot-contacts button.active:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .email-submit:hover, .share .sharedaddy .sd-content ul li:hover, .hubspot-contacts button:hover, .btn:focus, .email-submit:focus, .share .sharedaddy .sd-content ul li:focus, .hubspot-contacts button:focus { color: #07294c; text-decoration: none; }
.btn:active, .email-submit:active, .share .sharedaddy .sd-content ul li:active, .hubspot-contacts button:active, .btn.active, .active.email-submit, .share .sharedaddy .sd-content ul li.active, .hubspot-contacts button.active { outline: 0; background-image: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .disabled.email-submit, .share .sharedaddy .sd-content ul li.disabled, .hubspot-contacts button.disabled, .btn[disabled], [disabled].email-submit, .share .sharedaddy .sd-content ul li[disabled], .hubspot-contacts button[disabled], fieldset[disabled] .btn, fieldset[disabled] .email-submit, fieldset[disabled] .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul fieldset[disabled] li, fieldset[disabled] .hubspot-contacts button, .hubspot-contacts fieldset[disabled] button { cursor: not-allowed; pointer-events: none; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }

.btn-default, .feature-email .email-submit, .module.email .email-submit, .share .sharedaddy .sd-content ul li { color: #07294c; background-color: #ededed; border-color: #ededed; }
.btn-default:hover, .feature-email .email-submit:hover, .module.email .email-submit:hover, .share .sharedaddy .sd-content ul li:hover, .btn-default:focus, .feature-email .email-submit:focus, .module.email .email-submit:focus, .share .sharedaddy .sd-content ul li:focus, .btn-default:active, .feature-email .email-submit:active, .module.email .email-submit:active, .share .sharedaddy .sd-content ul li:active, .btn-default.active, .feature-email .active.email-submit, .module.email .active.email-submit, .share .sharedaddy .sd-content ul li.active { color: #07294c; background-color: #d9d9d9; border-color: #cecece; }
.open .btn-default.dropdown-toggle, .open .feature-email .dropdown-toggle.email-submit, .feature-email .open .dropdown-toggle.email-submit, .open .module.email .dropdown-toggle.email-submit, .module.email .open .dropdown-toggle.email-submit, .open .share .sharedaddy .sd-content ul li.dropdown-toggle, .share .sharedaddy .sd-content ul .open li.dropdown-toggle { color: #07294c; background-color: #d9d9d9; border-color: #cecece; }
.btn-default:active, .feature-email .email-submit:active, .module.email .email-submit:active, .share .sharedaddy .sd-content ul li:active, .btn-default.active, .feature-email .active.email-submit, .module.email .active.email-submit, .share .sharedaddy .sd-content ul li.active { background-image: none; }
.open .btn-default.dropdown-toggle, .open .feature-email .dropdown-toggle.email-submit, .feature-email .open .dropdown-toggle.email-submit, .open .module.email .dropdown-toggle.email-submit, .module.email .open .dropdown-toggle.email-submit, .open .share .sharedaddy .sd-content ul li.dropdown-toggle, .share .sharedaddy .sd-content ul .open li.dropdown-toggle { background-image: none; }
.btn-default.disabled, .feature-email .disabled.email-submit, .module.email .disabled.email-submit, .share .sharedaddy .sd-content ul li.disabled, .btn-default.disabled:hover, .feature-email .disabled.email-submit:hover, .module.email .disabled.email-submit:hover, .share .sharedaddy .sd-content ul li.disabled:hover, .btn-default.disabled:focus, .feature-email .disabled.email-submit:focus, .module.email .disabled.email-submit:focus, .share .sharedaddy .sd-content ul li.disabled:focus, .btn-default.disabled:active, .feature-email .disabled.email-submit:active, .module.email .disabled.email-submit:active, .share .sharedaddy .sd-content ul li.disabled:active, .btn-default.disabled.active, .feature-email .disabled.active.email-submit, .module.email .disabled.active.email-submit, .share .sharedaddy .sd-content ul li.disabled.active, .btn-default[disabled], .feature-email [disabled].email-submit, .module.email [disabled].email-submit, .share .sharedaddy .sd-content ul li[disabled], .btn-default[disabled]:hover, .feature-email [disabled].email-submit:hover, .module.email [disabled].email-submit:hover, .share .sharedaddy .sd-content ul li[disabled]:hover, .btn-default[disabled]:focus, .feature-email [disabled].email-submit:focus, .module.email [disabled].email-submit:focus, .share .sharedaddy .sd-content ul li[disabled]:focus, .btn-default[disabled]:active, .feature-email [disabled].email-submit:active, .module.email [disabled].email-submit:active, .share .sharedaddy .sd-content ul li[disabled]:active, .btn-default[disabled].active, .feature-email [disabled].active.email-submit, .module.email [disabled].active.email-submit, .share .sharedaddy .sd-content ul li[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .feature-email .email-submit, .feature-email fieldset[disabled] .email-submit, fieldset[disabled] .module.email .email-submit, .module.email fieldset[disabled] .email-submit, fieldset[disabled] .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul fieldset[disabled] li, fieldset[disabled] .btn-default:hover, fieldset[disabled] .feature-email .email-submit:hover, .feature-email fieldset[disabled] .email-submit:hover, fieldset[disabled] .module.email .email-submit:hover, .module.email fieldset[disabled] .email-submit:hover, fieldset[disabled] .share .sharedaddy .sd-content ul li:hover, .share .sharedaddy .sd-content ul fieldset[disabled] li:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .feature-email .email-submit:focus, .feature-email fieldset[disabled] .email-submit:focus, fieldset[disabled] .module.email .email-submit:focus, .module.email fieldset[disabled] .email-submit:focus, fieldset[disabled] .share .sharedaddy .sd-content ul li:focus, .share .sharedaddy .sd-content ul fieldset[disabled] li:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .feature-email .email-submit:active, .feature-email fieldset[disabled] .email-submit:active, fieldset[disabled] .module.email .email-submit:active, .module.email fieldset[disabled] .email-submit:active, fieldset[disabled] .share .sharedaddy .sd-content ul li:active, .share .sharedaddy .sd-content ul fieldset[disabled] li:active, fieldset[disabled] .btn-default.active, fieldset[disabled] .feature-email .active.email-submit, .feature-email fieldset[disabled] .active.email-submit, fieldset[disabled] .module.email .active.email-submit, .module.email fieldset[disabled] .active.email-submit, fieldset[disabled] .share .sharedaddy .sd-content ul li.active, .share .sharedaddy .sd-content ul fieldset[disabled] li.active { background-color: #ededed; border-color: #ededed; }
.btn-default .badge, .feature-email .email-submit .badge, .module.email .email-submit .badge, .share .sharedaddy .sd-content ul li .badge { color: #ededed; background-color: #07294c; }

.btn-primary, .hubspot-contacts button { color: #fff; background-color: #003b79; border-color: #002f5f; }
.btn-primary:hover, .hubspot-contacts button:hover, .btn-primary:focus, .hubspot-contacts button:focus, .btn-primary:active, .hubspot-contacts button:active, .btn-primary.active, .hubspot-contacts button.active { color: #fff; background-color: #002750; border-color: #001122; }
.open .btn-primary.dropdown-toggle, .open .hubspot-contacts button.dropdown-toggle, .hubspot-contacts .open button.dropdown-toggle { color: #fff; background-color: #002750; border-color: #001122; }
.btn-primary:active, .hubspot-contacts button:active, .btn-primary.active, .hubspot-contacts button.active { background-image: none; }
.open .btn-primary.dropdown-toggle, .open .hubspot-contacts button.dropdown-toggle, .hubspot-contacts .open button.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .hubspot-contacts button.disabled, .btn-primary.disabled:hover, .hubspot-contacts button.disabled:hover, .btn-primary.disabled:focus, .hubspot-contacts button.disabled:focus, .btn-primary.disabled:active, .hubspot-contacts button.disabled:active, .btn-primary.disabled.active, .hubspot-contacts button.disabled.active, .btn-primary[disabled], .hubspot-contacts button[disabled], .btn-primary[disabled]:hover, .hubspot-contacts button[disabled]:hover, .btn-primary[disabled]:focus, .hubspot-contacts button[disabled]:focus, .btn-primary[disabled]:active, .hubspot-contacts button[disabled]:active, .btn-primary[disabled].active, .hubspot-contacts button[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .hubspot-contacts button, .hubspot-contacts fieldset[disabled] button, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .hubspot-contacts button:hover, .hubspot-contacts fieldset[disabled] button:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .hubspot-contacts button:focus, .hubspot-contacts fieldset[disabled] button:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .hubspot-contacts button:active, .hubspot-contacts fieldset[disabled] button:active, fieldset[disabled] .btn-primary.active, fieldset[disabled] .hubspot-contacts button.active, .hubspot-contacts fieldset[disabled] button.active { background-color: #003b79; border-color: #002f5f; }
.btn-primary .badge, .hubspot-contacts button .badge { color: #003b79; background-color: #fff; }

.btn-success { color: #fff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active { color: #fff; background-color: #47a447; border-color: #398439; }
.open .btn-success.dropdown-toggle { color: #fff; background-color: #47a447; border-color: #398439; }
.btn-success:active, .btn-success.active { background-image: none; }
.open .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
.btn-success .badge { color: #5cb85c; background-color: #fff; }

.btn-info { color: #fff; background-color: #5bc0de; border-color: #46b8da; }
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active { color: #fff; background-color: #39b3d7; border-color: #269abc; }
.open .btn-info.dropdown-toggle { color: #fff; background-color: #39b3d7; border-color: #269abc; }
.btn-info:active, .btn-info.active { background-image: none; }
.open .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #5bc0de; border-color: #46b8da; }
.btn-info .badge { color: #5bc0de; background-color: #fff; }

.btn-warning { color: #fff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active { color: #fff; background-color: #ed9c28; border-color: #d58512; }
.open .btn-warning.dropdown-toggle { color: #fff; background-color: #ed9c28; border-color: #d58512; }
.btn-warning:active, .btn-warning.active { background-image: none; }
.open .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }

.btn-danger, .hubspot-contacts .opt-out button { color: #fff; background-color: #d9534f; border-color: #d43f3a; }
.btn-danger:hover, .hubspot-contacts .opt-out button:hover, .btn-danger:focus, .hubspot-contacts .opt-out button:focus, .btn-danger:active, .hubspot-contacts .opt-out button:active, .btn-danger.active, .hubspot-contacts .opt-out button.active { color: #fff; background-color: #d2322d; border-color: #ac2925; }
.open .btn-danger.dropdown-toggle, .open .hubspot-contacts .opt-out button.dropdown-toggle, .hubspot-contacts .opt-out .open button.dropdown-toggle { color: #fff; background-color: #d2322d; border-color: #ac2925; }
.btn-danger:active, .hubspot-contacts .opt-out button:active, .btn-danger.active, .hubspot-contacts .opt-out button.active { background-image: none; }
.open .btn-danger.dropdown-toggle, .open .hubspot-contacts .opt-out button.dropdown-toggle, .hubspot-contacts .opt-out .open button.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .hubspot-contacts .opt-out button.disabled, .btn-danger.disabled:hover, .hubspot-contacts .opt-out button.disabled:hover, .btn-danger.disabled:focus, .hubspot-contacts .opt-out button.disabled:focus, .btn-danger.disabled:active, .hubspot-contacts .opt-out button.disabled:active, .btn-danger.disabled.active, .hubspot-contacts .opt-out button.disabled.active, .btn-danger[disabled], .hubspot-contacts .opt-out button[disabled], .btn-danger[disabled]:hover, .hubspot-contacts .opt-out button[disabled]:hover, .btn-danger[disabled]:focus, .hubspot-contacts .opt-out button[disabled]:focus, .btn-danger[disabled]:active, .hubspot-contacts .opt-out button[disabled]:active, .btn-danger[disabled].active, .hubspot-contacts .opt-out button[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .hubspot-contacts .opt-out button, .hubspot-contacts .opt-out fieldset[disabled] button, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .hubspot-contacts .opt-out button:hover, .hubspot-contacts .opt-out fieldset[disabled] button:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .hubspot-contacts .opt-out button:focus, .hubspot-contacts .opt-out fieldset[disabled] button:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .hubspot-contacts .opt-out button:active, .hubspot-contacts .opt-out fieldset[disabled] button:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .hubspot-contacts .opt-out button.active, .hubspot-contacts .opt-out fieldset[disabled] button.active { background-color: #d9534f; border-color: #d43f3a; }
.btn-danger .badge, .hubspot-contacts .opt-out button .badge { color: #d9534f; background-color: #fff; }

.btn-link { color: #003b79; font-weight: normal; cursor: pointer; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #00162c; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #999999; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .email-submit, .share .sharedaddy .sd-content ul .btn-group-lg > li, .hubspot-contacts .btn-group-lg > button { padding: 10px 16px; font-size: 20px; line-height: 1.33; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .email-submit, .share .sharedaddy .sd-content ul .btn-group-sm > li, .hubspot-contacts .btn-group-sm > button, .feature-email .email-submit, .module.email .email-submit, .sidebar .email-submit { padding: 5px 10px; font-size: 13px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn, .btn-group-xs > .email-submit, .share .sharedaddy .sd-content ul .btn-group-xs > li, .hubspot-contacts .btn-group-xs > button, .col-footer-email .email-submit { padding: 1px 5px; font-size: 13px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; padding-left: 0; padding-right: 0; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }

.fade { opacity: 0; -webkit-transition: opacity 0.15s linear; transition: opacity 0.15s linear; }
.fade.in { opacity: 1; }

.collapse { display: none; }
.collapse.in { display: block; }

.collapsing { position: relative; height: 0; overflow: hidden; -webkit-transition: height 0.35s ease; transition: height 0.35s ease; }

@font-face { font-family: 'Glyphicons Halflings'; src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/glyphicons-halflings-regular.eot); src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/glyphicons-halflings-regular.woff) format("woff"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg"); }
.glyphicon, .hubspot-contacts dl.box dt .plus-btn { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before { content: "\2a"; }

.glyphicon-plus:before, .hubspot-contacts dl.box dt .plus-btn:before { content: "\2b"; }

.glyphicon-euro:before { content: "\20ac"; }

.glyphicon-minus:before, .hubspot-contacts dl.box dt .plus-btn.active:before { content: "\2212"; }

.glyphicon-cloud:before { content: "\2601"; }

.glyphicon-envelope:before { content: "\2709"; }

.glyphicon-pencil:before { content: "\270f"; }

.glyphicon-glass:before { content: "\e001"; }

.glyphicon-music:before { content: "\e002"; }

.glyphicon-search:before { content: "\e003"; }

.glyphicon-heart:before { content: "\e005"; }

.glyphicon-star:before { content: "\e006"; }

.glyphicon-star-empty:before { content: "\e007"; }

.glyphicon-user:before { content: "\e008"; }

.glyphicon-film:before { content: "\e009"; }

.glyphicon-th-large:before { content: "\e010"; }

.glyphicon-th:before { content: "\e011"; }

.glyphicon-th-list:before { content: "\e012"; }

.glyphicon-ok:before { content: "\e013"; }

.glyphicon-remove:before { content: "\e014"; }

.glyphicon-zoom-in:before { content: "\e015"; }

.glyphicon-zoom-out:before { content: "\e016"; }

.glyphicon-off:before { content: "\e017"; }

.glyphicon-signal:before { content: "\e018"; }

.glyphicon-cog:before { content: "\e019"; }

.glyphicon-trash:before { content: "\e020"; }

.glyphicon-home:before { content: "\e021"; }

.glyphicon-file:before { content: "\e022"; }

.glyphicon-time:before { content: "\e023"; }

.glyphicon-road:before { content: "\e024"; }

.glyphicon-download-alt:before { content: "\e025"; }

.glyphicon-download:before { content: "\e026"; }

.glyphicon-upload:before { content: "\e027"; }

.glyphicon-inbox:before { content: "\e028"; }

.glyphicon-play-circle:before { content: "\e029"; }

.glyphicon-repeat:before { content: "\e030"; }

.glyphicon-refresh:before { content: "\e031"; }

.glyphicon-list-alt:before { content: "\e032"; }

.glyphicon-lock:before { content: "\e033"; }

.glyphicon-flag:before { content: "\e034"; }

.glyphicon-headphones:before { content: "\e035"; }

.glyphicon-volume-off:before { content: "\e036"; }

.glyphicon-volume-down:before { content: "\e037"; }

.glyphicon-volume-up:before { content: "\e038"; }

.glyphicon-qrcode:before { content: "\e039"; }

.glyphicon-barcode:before { content: "\e040"; }

.glyphicon-tag:before { content: "\e041"; }

.glyphicon-tags:before { content: "\e042"; }

.glyphicon-book:before { content: "\e043"; }

.glyphicon-bookmark:before { content: "\e044"; }

.glyphicon-print:before { content: "\e045"; }

.glyphicon-camera:before { content: "\e046"; }

.glyphicon-font:before { content: "\e047"; }

.glyphicon-bold:before { content: "\e048"; }

.glyphicon-italic:before { content: "\e049"; }

.glyphicon-text-height:before { content: "\e050"; }

.glyphicon-text-width:before { content: "\e051"; }

.glyphicon-align-left:before { content: "\e052"; }

.glyphicon-align-center:before { content: "\e053"; }

.glyphicon-align-right:before { content: "\e054"; }

.glyphicon-align-justify:before { content: "\e055"; }

.glyphicon-list:before { content: "\e056"; }

.glyphicon-indent-left:before { content: "\e057"; }

.glyphicon-indent-right:before { content: "\e058"; }

.glyphicon-facetime-video:before { content: "\e059"; }

.glyphicon-picture:before { content: "\e060"; }

.glyphicon-map-marker:before { content: "\e062"; }

.glyphicon-adjust:before { content: "\e063"; }

.glyphicon-tint:before { content: "\e064"; }

.glyphicon-edit:before { content: "\e065"; }

.glyphicon-share:before { content: "\e066"; }

.glyphicon-check:before { content: "\e067"; }

.glyphicon-move:before { content: "\e068"; }

.glyphicon-step-backward:before { content: "\e069"; }

.glyphicon-fast-backward:before { content: "\e070"; }

.glyphicon-backward:before { content: "\e071"; }

.glyphicon-play:before { content: "\e072"; }

.glyphicon-pause:before { content: "\e073"; }

.glyphicon-stop:before { content: "\e074"; }

.glyphicon-forward:before { content: "\e075"; }

.glyphicon-fast-forward:before { content: "\e076"; }

.glyphicon-step-forward:before { content: "\e077"; }

.glyphicon-eject:before { content: "\e078"; }

.glyphicon-chevron-left:before { content: "\e079"; }

.glyphicon-chevron-right:before { content: "\e080"; }

.glyphicon-plus-sign:before { content: "\e081"; }

.glyphicon-minus-sign:before { content: "\e082"; }

.glyphicon-remove-sign:before { content: "\e083"; }

.glyphicon-ok-sign:before { content: "\e084"; }

.glyphicon-question-sign:before { content: "\e085"; }

.glyphicon-info-sign:before { content: "\e086"; }

.glyphicon-screenshot:before { content: "\e087"; }

.glyphicon-remove-circle:before { content: "\e088"; }

.glyphicon-ok-circle:before { content: "\e089"; }

.glyphicon-ban-circle:before { content: "\e090"; }

.glyphicon-arrow-left:before { content: "\e091"; }

.glyphicon-arrow-right:before { content: "\e092"; }

.glyphicon-arrow-up:before { content: "\e093"; }

.glyphicon-arrow-down:before { content: "\e094"; }

.glyphicon-share-alt:before { content: "\e095"; }

.glyphicon-resize-full:before { content: "\e096"; }

.glyphicon-resize-small:before { content: "\e097"; }

.glyphicon-exclamation-sign:before { content: "\e101"; }

.glyphicon-gift:before { content: "\e102"; }

.glyphicon-leaf:before { content: "\e103"; }

.glyphicon-fire:before { content: "\e104"; }

.glyphicon-eye-open:before { content: "\e105"; }

.glyphicon-eye-close:before { content: "\e106"; }

.glyphicon-warning-sign:before { content: "\e107"; }

.glyphicon-plane:before { content: "\e108"; }

.glyphicon-calendar:before { content: "\e109"; }

.glyphicon-random:before { content: "\e110"; }

.glyphicon-comment:before { content: "\e111"; }

.glyphicon-magnet:before { content: "\e112"; }

.glyphicon-chevron-up:before { content: "\e113"; }

.glyphicon-chevron-down:before { content: "\e114"; }

.glyphicon-retweet:before { content: "\e115"; }

.glyphicon-shopping-cart:before { content: "\e116"; }

.glyphicon-folder-close:before { content: "\e117"; }

.glyphicon-folder-open:before { content: "\e118"; }

.glyphicon-resize-vertical:before { content: "\e119"; }

.glyphicon-resize-horizontal:before { content: "\e120"; }

.glyphicon-hdd:before { content: "\e121"; }

.glyphicon-bullhorn:before { content: "\e122"; }

.glyphicon-bell:before { content: "\e123"; }

.glyphicon-certificate:before { content: "\e124"; }

.glyphicon-thumbs-up:before { content: "\e125"; }

.glyphicon-thumbs-down:before { content: "\e126"; }

.glyphicon-hand-right:before { content: "\e127"; }

.glyphicon-hand-left:before { content: "\e128"; }

.glyphicon-hand-up:before { content: "\e129"; }

.glyphicon-hand-down:before { content: "\e130"; }

.glyphicon-circle-arrow-right:before { content: "\e131"; }

.glyphicon-circle-arrow-left:before { content: "\e132"; }

.glyphicon-circle-arrow-up:before { content: "\e133"; }

.glyphicon-circle-arrow-down:before { content: "\e134"; }

.glyphicon-globe:before { content: "\e135"; }

.glyphicon-wrench:before { content: "\e136"; }

.glyphicon-tasks:before { content: "\e137"; }

.glyphicon-filter:before { content: "\e138"; }

.glyphicon-briefcase:before { content: "\e139"; }

.glyphicon-fullscreen:before { content: "\e140"; }

.glyphicon-dashboard:before { content: "\e141"; }

.glyphicon-paperclip:before { content: "\e142"; }

.glyphicon-heart-empty:before { content: "\e143"; }

.glyphicon-link:before { content: "\e144"; }

.glyphicon-phone:before { content: "\e145"; }

.glyphicon-pushpin:before { content: "\e146"; }

.glyphicon-usd:before { content: "\e148"; }

.glyphicon-gbp:before { content: "\e149"; }

.glyphicon-sort:before { content: "\e150"; }

.glyphicon-sort-by-alphabet:before { content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before { content: "\e152"; }

.glyphicon-sort-by-order:before { content: "\e153"; }

.glyphicon-sort-by-order-alt:before { content: "\e154"; }

.glyphicon-sort-by-attributes:before { content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before { content: "\e156"; }

.glyphicon-unchecked:before { content: "\e157"; }

.glyphicon-expand:before { content: "\e158"; }

.glyphicon-collapse-down:before { content: "\e159"; }

.glyphicon-collapse-up:before { content: "\e160"; }

.glyphicon-log-in:before { content: "\e161"; }

.glyphicon-flash:before { content: "\e162"; }

.glyphicon-log-out:before { content: "\e163"; }

.glyphicon-new-window:before { content: "\e164"; }

.glyphicon-record:before { content: "\e165"; }

.glyphicon-save:before { content: "\e166"; }

.glyphicon-open:before { content: "\e167"; }

.glyphicon-saved:before { content: "\e168"; }

.glyphicon-import:before { content: "\e169"; }

.glyphicon-export:before { content: "\e170"; }

.glyphicon-send:before { content: "\e171"; }

.glyphicon-floppy-disk:before { content: "\e172"; }

.glyphicon-floppy-saved:before { content: "\e173"; }

.glyphicon-floppy-remove:before { content: "\e174"; }

.glyphicon-floppy-save:before { content: "\e175"; }

.glyphicon-floppy-open:before { content: "\e176"; }

.glyphicon-credit-card:before { content: "\e177"; }

.glyphicon-transfer:before { content: "\e178"; }

.glyphicon-cutlery:before { content: "\e179"; }

.glyphicon-header:before { content: "\e180"; }

.glyphicon-compressed:before { content: "\e181"; }

.glyphicon-earphone:before { content: "\e182"; }

.glyphicon-phone-alt:before { content: "\e183"; }

.glyphicon-tower:before { content: "\e184"; }

.glyphicon-stats:before { content: "\e185"; }

.glyphicon-sd-video:before { content: "\e186"; }

.glyphicon-hd-video:before { content: "\e187"; }

.glyphicon-subtitles:before { content: "\e188"; }

.glyphicon-sound-stereo:before { content: "\e189"; }

.glyphicon-sound-dolby:before { content: "\e190"; }

.glyphicon-sound-5-1:before { content: "\e191"; }

.glyphicon-sound-6-1:before { content: "\e192"; }

.glyphicon-sound-7-1:before { content: "\e193"; }

.glyphicon-copyright-mark:before { content: "\e194"; }

.glyphicon-registration-mark:before { content: "\e195"; }

.glyphicon-cloud-download:before { content: "\e197"; }

.glyphicon-cloud-upload:before { content: "\e198"; }

.glyphicon-tree-conifer:before { content: "\e199"; }

.glyphicon-tree-deciduous:before { content: "\e200"; }

.caret { display: inline-block; width: 0; height: 0; margin-left: 2px; vertical-align: middle; border-top: 4px solid; border-right: 4px solid transparent; border-left: 4px solid transparent; }

.dropdown { position: relative; }

.dropdown-toggle:focus { outline: 0; }

.dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 160px; padding: 5px 0; margin: 2px 0 0; list-style: none; font-size: 16px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 3px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); background-clip: padding-box; }
.dropdown-menu.pull-right, .content-article .article-body .dropdown-menu.bio, .dropdown-menu.wp-caption.alignright, img.dropdown-menu.alignright { right: 0; left: auto; }
.dropdown-menu .divider { height: 1px; margin: 12px 0; overflow: hidden; background-color: #e5e5e5; }
.dropdown-menu > li > a { display: block; padding: 3px 20px; clear: both; font-weight: normal; line-height: 1.62857; color: #333333; white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #003b79; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999999; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }

.dropdown-menu-right { left: auto; right: 0; }

.dropdown-menu-left { left: 0; right: auto; }

.dropdown-header { display: block; padding: 3px 20px; font-size: 13px; line-height: 1.62857; color: #999999; }

.dropdown-backdrop { position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 990; }

.pull-right > .dropdown-menu, .content-article .article-body .bio > .dropdown-menu, .wp-caption.alignright > .dropdown-menu, img.alignright > .dropdown-menu { right: 0; left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-top: 0; border-bottom: 4px solid; content: ""; }
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { top: auto; bottom: 100%; margin-bottom: 1px; }

@media (min-width: 768px) { .navbar-right .dropdown-menu { right: 0; left: auto; }
  .navbar-right .dropdown-menu-left { left: 0; right: auto; } }
.btn-group, .share .sharedaddy .sd-content ul, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn, .share .sharedaddy .sd-content ul > .btn, .btn-group > .email-submit, .share .sharedaddy .sd-content ul > .email-submit, .share .sharedaddy .sd-content ul .btn-group > li, .share .sharedaddy .sd-content ul > li, .hubspot-contacts .btn-group > button, .share .sharedaddy .sd-content .hubspot-contacts ul > button, .hubspot-contacts .share .sharedaddy .sd-content ul > button, .btn-group-vertical > .btn, .btn-group-vertical > .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > li, .hubspot-contacts .btn-group-vertical > button { position: relative; float: left; }
.btn-group > .btn:hover, .share .sharedaddy .sd-content ul > .btn:hover, .btn-group > .email-submit:hover, .share .sharedaddy .sd-content ul > .email-submit:hover, .share .sharedaddy .sd-content ul .btn-group > li:hover, .share .sharedaddy .sd-content ul > li:hover, .hubspot-contacts .btn-group > button:hover, .share .sharedaddy .sd-content .hubspot-contacts ul > button:hover, .hubspot-contacts .share .sharedaddy .sd-content ul > button:hover, .btn-group > .btn:focus, .share .sharedaddy .sd-content ul > .btn:focus, .btn-group > .email-submit:focus, .share .sharedaddy .sd-content ul > .email-submit:focus, .share .sharedaddy .sd-content ul .btn-group > li:focus, .share .sharedaddy .sd-content ul > li:focus, .hubspot-contacts .btn-group > button:focus, .share .sharedaddy .sd-content .hubspot-contacts ul > button:focus, .hubspot-contacts .share .sharedaddy .sd-content ul > button:focus, .btn-group > .btn:active, .share .sharedaddy .sd-content ul > .btn:active, .btn-group > .email-submit:active, .share .sharedaddy .sd-content ul > .email-submit:active, .share .sharedaddy .sd-content ul .btn-group > li:active, .share .sharedaddy .sd-content ul > li:active, .hubspot-contacts .btn-group > button:active, .share .sharedaddy .sd-content .hubspot-contacts ul > button:active, .hubspot-contacts .share .sharedaddy .sd-content ul > button:active, .btn-group > .btn.active, .share .sharedaddy .sd-content ul > .btn.active, .btn-group > .active.email-submit, .share .sharedaddy .sd-content ul > .active.email-submit, .share .sharedaddy .sd-content ul .btn-group > li.active, .share .sharedaddy .sd-content ul > li.active, .hubspot-contacts .btn-group > button.active, .share .sharedaddy .sd-content .hubspot-contacts ul > button.active, .hubspot-contacts .share .sharedaddy .sd-content ul > button.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .email-submit:hover, .share .sharedaddy .sd-content ul .btn-group-vertical > li:hover, .hubspot-contacts .btn-group-vertical > button:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .email-submit:focus, .share .sharedaddy .sd-content ul .btn-group-vertical > li:focus, .hubspot-contacts .btn-group-vertical > button:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .email-submit:active, .share .sharedaddy .sd-content ul .btn-group-vertical > li:active, .hubspot-contacts .btn-group-vertical > button:active, .btn-group-vertical > .btn.active, .btn-group-vertical > .active.email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > li.active, .hubspot-contacts .btn-group-vertical > button.active { z-index: 2; }
.btn-group > .btn:focus, .share .sharedaddy .sd-content ul > .btn:focus, .btn-group > .email-submit:focus, .share .sharedaddy .sd-content ul > .email-submit:focus, .share .sharedaddy .sd-content ul .btn-group > li:focus, .share .sharedaddy .sd-content ul > li:focus, .hubspot-contacts .btn-group > button:focus, .share .sharedaddy .sd-content .hubspot-contacts ul > button:focus, .hubspot-contacts .share .sharedaddy .sd-content ul > button:focus, .btn-group-vertical > .btn:focus, .btn-group-vertical > .email-submit:focus, .share .sharedaddy .sd-content ul .btn-group-vertical > li:focus, .hubspot-contacts .btn-group-vertical > button:focus { outline: none; }

.btn-group .btn + .btn, .share .sharedaddy .sd-content ul .btn + .btn, .btn-group .email-submit + .btn, .share .sharedaddy .sd-content ul .email-submit + .btn, .share .sharedaddy .sd-content ul .btn-group li + .btn, .share .sharedaddy .sd-content ul li + .btn, .btn-group .hubspot-contacts button + .btn, .hubspot-contacts .btn-group button + .btn, .share .sharedaddy .sd-content ul .hubspot-contacts button + .btn, .hubspot-contacts .share .sharedaddy .sd-content ul button + .btn, .btn-group .btn + .email-submit, .share .sharedaddy .sd-content ul .btn + .email-submit, .btn-group .email-submit + .email-submit, .share .sharedaddy .sd-content ul .email-submit + .email-submit, .share .sharedaddy .sd-content ul .btn-group li + .email-submit, .share .sharedaddy .sd-content ul li + .email-submit, .btn-group .hubspot-contacts button + .email-submit, .hubspot-contacts .btn-group button + .email-submit, .share .sharedaddy .sd-content ul .hubspot-contacts button + .email-submit, .hubspot-contacts .share .sharedaddy .sd-content ul button + .email-submit, .share .sharedaddy .sd-content ul .btn-group .btn + li, .share .sharedaddy .sd-content ul .btn + li, .share .sharedaddy .sd-content ul .btn-group .email-submit + li, .share .sharedaddy .sd-content ul .email-submit + li, .share .sharedaddy .sd-content ul .btn-group li + li, .share .sharedaddy .sd-content ul li + li, .share .sharedaddy .sd-content ul .hubspot-contacts .btn-group button + li, .share .sharedaddy .sd-content ul .hubspot-contacts button + li, .hubspot-contacts .share .sharedaddy .sd-content ul button + li, .btn-group .hubspot-contacts .btn + button, .hubspot-contacts .btn-group .btn + button, .share .sharedaddy .sd-content ul .hubspot-contacts .btn + button, .hubspot-contacts .share .sharedaddy .sd-content ul .btn + button, .btn-group .hubspot-contacts .email-submit + button, .hubspot-contacts .btn-group .email-submit + button, .share .sharedaddy .sd-content ul .hubspot-contacts .email-submit + button, .hubspot-contacts .share .sharedaddy .sd-content ul .email-submit + button, .hubspot-contacts .share .sharedaddy .sd-content ul .btn-group li + button, .share .sharedaddy .sd-content ul .hubspot-contacts li + button, .hubspot-contacts .share .sharedaddy .sd-content ul li + button, .btn-group .hubspot-contacts button + button, .hubspot-contacts .btn-group button + button, .share .sharedaddy .sd-content ul .hubspot-contacts button + button, .hubspot-contacts .share .sharedaddy .sd-content ul button + button, .btn-group .btn + .btn-group, .share .sharedaddy .sd-content ul .btn + .btn-group, .btn-group .email-submit + .btn-group, .share .sharedaddy .sd-content ul .email-submit + .btn-group, .share .sharedaddy .sd-content ul .btn-group li + .btn-group, .share .sharedaddy .sd-content ul li + .btn-group, .btn-group .hubspot-contacts button + .btn-group, .hubspot-contacts .btn-group button + .btn-group, .share .sharedaddy .sd-content ul .hubspot-contacts button + .btn-group, .hubspot-contacts .share .sharedaddy .sd-content ul button + .btn-group, .btn-group .share .sharedaddy .sd-content .btn + ul, .share .sharedaddy .sd-content .btn-group .btn + ul, .share .sharedaddy .sd-content ul .btn + ul, .btn-group .share .sharedaddy .sd-content .email-submit + ul, .share .sharedaddy .sd-content .btn-group .email-submit + ul, .share .sharedaddy .sd-content ul .email-submit + ul, .share .sharedaddy .sd-content ul .btn-group li + ul, .share .sharedaddy .sd-content ul li + ul, .btn-group .hubspot-contacts .share .sharedaddy .sd-content button + ul, .share .sharedaddy .sd-content .btn-group .hubspot-contacts button + ul, .hubspot-contacts .btn-group .share .sharedaddy .sd-content button + ul, .share .sharedaddy .sd-content .hubspot-contacts .btn-group button + ul, .share .sharedaddy .sd-content ul .hubspot-contacts button + ul, .hubspot-contacts .share .sharedaddy .sd-content ul button + ul, .btn-group .btn-group + .btn, .share .sharedaddy .sd-content ul .btn-group + .btn, .btn-group .share .sharedaddy .sd-content ul + .btn, .share .sharedaddy .sd-content .btn-group ul + .btn, .share .sharedaddy .sd-content ul ul + .btn, .btn-group .btn-group + .email-submit, .share .sharedaddy .sd-content ul .btn-group + .email-submit, .btn-group .share .sharedaddy .sd-content ul + .email-submit, .share .sharedaddy .sd-content .btn-group ul + .email-submit, .share .sharedaddy .sd-content ul ul + .email-submit, .share .sharedaddy .sd-content ul .btn-group .btn-group + li, .share .sharedaddy .sd-content ul .btn-group + li, .share .sharedaddy .sd-content ul .btn-group ul + li, .share .sharedaddy .sd-content ul ul + li, .btn-group .hubspot-contacts .btn-group + button, .hubspot-contacts .btn-group .btn-group + button, .share .sharedaddy .sd-content ul .hubspot-contacts .btn-group + button, .hubspot-contacts .share .sharedaddy .sd-content ul .btn-group + button, .btn-group .share .sharedaddy .sd-content .hubspot-contacts ul + button, .hubspot-contacts .btn-group .share .sharedaddy .sd-content ul + button, .share .sharedaddy .sd-content .btn-group .hubspot-contacts ul + button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group ul + button, .share .sharedaddy .sd-content ul .hubspot-contacts ul + button, .hubspot-contacts .share .sharedaddy .sd-content ul ul + button, .btn-group .btn-group + .btn-group, .share .sharedaddy .sd-content ul .btn-group + .btn-group, .btn-group .share .sharedaddy .sd-content ul + .btn-group, .share .sharedaddy .sd-content .btn-group ul + .btn-group, .share .sharedaddy .sd-content ul ul + .btn-group, .btn-group .share .sharedaddy .sd-content .btn-group + ul, .share .sharedaddy .sd-content .btn-group .btn-group + ul, .share .sharedaddy .sd-content ul .btn-group + ul, .btn-group .share .sharedaddy .sd-content ul + ul, .share .sharedaddy .sd-content .btn-group ul + ul, .share .sharedaddy .sd-content ul ul + ul { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
.btn-toolbar:after { clear: both; }
.btn-toolbar .btn-group, .btn-toolbar .share .sharedaddy .sd-content ul, .share .sharedaddy .sd-content .btn-toolbar ul, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .btn-toolbar > .email-submit, .share .sharedaddy .sd-content ul .btn-toolbar > li, .hubspot-contacts .btn-toolbar > button, .btn-toolbar > .btn-group, .share .sharedaddy .sd-content .btn-toolbar > ul, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .btn-group > .email-submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > .email-submit:not(:first-child):not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul .btn-group > li:not(:first-child):not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > li:not(:first-child):not(:last-child):not(.dropdown-toggle), .hubspot-contacts .btn-group > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content .hubspot-contacts ul > button:not(:first-child):not(:last-child):not(.dropdown-toggle), .hubspot-contacts .share .sharedaddy .sd-content ul > button:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child, .share .sharedaddy .sd-content ul > .btn:first-child, .btn-group > .email-submit:first-child, .share .sharedaddy .sd-content ul > .email-submit:first-child, .share .sharedaddy .sd-content ul .btn-group > li:first-child, .share .sharedaddy .sd-content ul > li:first-child, .hubspot-contacts .btn-group > button:first-child, .share .sharedaddy .sd-content .hubspot-contacts ul > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content ul > button:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > .btn:first-child:not(:last-child):not(.dropdown-toggle), .btn-group > .email-submit:first-child:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > .email-submit:first-child:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul .btn-group > li:first-child:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul > li:first-child:not(:last-child):not(.dropdown-toggle), .hubspot-contacts .btn-group > button:first-child:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content .hubspot-contacts ul > button:first-child:not(:last-child):not(.dropdown-toggle), .hubspot-contacts .share .sharedaddy .sd-content ul > button:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .share .sharedaddy .sd-content ul > .btn:last-child:not(:first-child), .btn-group > .email-submit:last-child:not(:first-child), .share .sharedaddy .sd-content ul > .email-submit:last-child:not(:first-child), .share .sharedaddy .sd-content ul .btn-group > li:last-child:not(:first-child), .share .sharedaddy .sd-content ul > li:last-child:not(:first-child), .hubspot-contacts .btn-group > button:last-child:not(:first-child), .share .sharedaddy .sd-content .hubspot-contacts ul > button:last-child:not(:first-child), .hubspot-contacts .share .sharedaddy .sd-content ul > button:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child), .share .sharedaddy .sd-content ul > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group, .share .sharedaddy .sd-content ul > .btn-group, .share .sharedaddy .sd-content .btn-group > ul, .share .sharedaddy .sd-content ul > ul { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .share .sharedaddy .sd-content ul > .btn-group:not(:first-child):not(:last-child) > .btn, .share .sharedaddy .sd-content .btn-group > ul:not(:first-child):not(:last-child) > .btn, .share .sharedaddy .sd-content ul > ul:not(:first-child):not(:last-child) > .btn, .btn-group > .btn-group:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content ul > .btn-group:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content .btn-group > ul:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content ul > ul:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content ul .btn-group > .btn-group:not(:first-child):not(:last-child) > li, .share .sharedaddy .sd-content ul > .btn-group:not(:first-child):not(:last-child) > li, .share .sharedaddy .sd-content .btn-group > ul:not(:first-child):not(:last-child) > li, .share .sharedaddy .sd-content ul > ul:not(:first-child):not(:last-child) > li, .hubspot-contacts .btn-group > .btn-group:not(:first-child):not(:last-child) > button, .share .sharedaddy .sd-content .hubspot-contacts ul > .btn-group:not(:first-child):not(:last-child) > button, .hubspot-contacts .share .sharedaddy .sd-content ul > .btn-group:not(:first-child):not(:last-child) > button, .share .sharedaddy .sd-content .hubspot-contacts .btn-group > ul:not(:first-child):not(:last-child) > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group > ul:not(:first-child):not(:last-child) > button, .share .sharedaddy .sd-content .hubspot-contacts ul > ul:not(:first-child):not(:last-child) > button, .hubspot-contacts .share .sharedaddy .sd-content ul > ul:not(:first-child):not(:last-child) > button { border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child, .share .sharedaddy .sd-content ul > .btn-group:first-child > .btn:last-child, .share .sharedaddy .sd-content .btn-group > ul:first-child > .btn:last-child, .share .sharedaddy .sd-content ul > ul:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .email-submit:last-child, .share .sharedaddy .sd-content ul > .btn-group:first-child > .email-submit:last-child, .share .sharedaddy .sd-content .btn-group > ul:first-child > .email-submit:last-child, .share .sharedaddy .sd-content ul > ul:first-child > .email-submit:last-child, .share .sharedaddy .sd-content ul .btn-group > .btn-group:first-child > li:last-child, .share .sharedaddy .sd-content ul > .btn-group:first-child > li:last-child, .share .sharedaddy .sd-content .btn-group > ul:first-child > li:last-child, .share .sharedaddy .sd-content ul > ul:first-child > li:last-child, .hubspot-contacts .btn-group > .btn-group:first-child > button:last-child, .share .sharedaddy .sd-content .hubspot-contacts ul > .btn-group:first-child > button:last-child, .hubspot-contacts .share .sharedaddy .sd-content ul > .btn-group:first-child > button:last-child, .share .sharedaddy .sd-content .hubspot-contacts .btn-group > ul:first-child > button:last-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group > ul:first-child > button:last-child, .share .sharedaddy .sd-content .hubspot-contacts ul > ul:first-child > button:last-child, .hubspot-contacts .share .sharedaddy .sd-content ul > ul:first-child > button:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle, .share .sharedaddy .sd-content ul > .btn-group:first-child > .dropdown-toggle, .share .sharedaddy .sd-content .btn-group > ul:first-child > .dropdown-toggle, .share .sharedaddy .sd-content ul > ul:first-child > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child, .share .sharedaddy .sd-content ul > .btn-group:last-child > .btn:first-child, .share .sharedaddy .sd-content .btn-group > ul:last-child > .btn:first-child, .share .sharedaddy .sd-content ul > ul:last-child > .btn:first-child, .btn-group > .btn-group:last-child > .email-submit:first-child, .share .sharedaddy .sd-content ul > .btn-group:last-child > .email-submit:first-child, .share .sharedaddy .sd-content .btn-group > ul:last-child > .email-submit:first-child, .share .sharedaddy .sd-content ul > ul:last-child > .email-submit:first-child, .share .sharedaddy .sd-content ul .btn-group > .btn-group:last-child > li:first-child, .share .sharedaddy .sd-content ul > .btn-group:last-child > li:first-child, .share .sharedaddy .sd-content .btn-group > ul:last-child > li:first-child, .share .sharedaddy .sd-content ul > ul:last-child > li:first-child, .hubspot-contacts .btn-group > .btn-group:last-child > button:first-child, .share .sharedaddy .sd-content .hubspot-contacts ul > .btn-group:last-child > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content ul > .btn-group:last-child > button:first-child, .share .sharedaddy .sd-content .hubspot-contacts .btn-group > ul:last-child > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group > ul:last-child > button:first-child, .share .sharedaddy .sd-content .hubspot-contacts ul > ul:last-child > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content ul > ul:last-child > button:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .share .sharedaddy .sd-content ul .dropdown-toggle:active, .btn-group.open .dropdown-toggle, .share .sharedaddy .sd-content ul.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle, .share .sharedaddy .sd-content ul > .btn + .dropdown-toggle, .btn-group > .email-submit + .dropdown-toggle, .share .sharedaddy .sd-content ul > .email-submit + .dropdown-toggle, .share .sharedaddy .sd-content ul .btn-group > li + .dropdown-toggle, .share .sharedaddy .sd-content ul > li + .dropdown-toggle, .hubspot-contacts .btn-group > button + .dropdown-toggle, .share .sharedaddy .sd-content .hubspot-contacts ul > button + .dropdown-toggle, .hubspot-contacts .share .sharedaddy .sd-content ul > button + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .share .sharedaddy .sd-content ul > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .share .sharedaddy .sd-content ul.btn-group-lg > .btn + .dropdown-toggle, .btn-group-lg.btn-group > .email-submit + .dropdown-toggle, .share .sharedaddy .sd-content ul.btn-group-lg > .email-submit + .dropdown-toggle, .share .sharedaddy .sd-content ul .btn-group-lg.btn-group > li + .dropdown-toggle, .share .sharedaddy .sd-content ul ul.btn-group-lg > li + .dropdown-toggle, .hubspot-contacts .btn-group-lg.btn-group > button + .dropdown-toggle, .share .sharedaddy .sd-content .hubspot-contacts ul.btn-group-lg > button + .dropdown-toggle, .hubspot-contacts .share .sharedaddy .sd-content ul.btn-group-lg > button + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle, .share .sharedaddy .sd-content ul.open .dropdown-toggle { -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link, .share .sharedaddy .sd-content ul.open .dropdown-toggle.btn-link { -webkit-box-shadow: none; box-shadow: none; }

.btn .caret, .email-submit .caret, .share .sharedaddy .sd-content ul li .caret, .hubspot-contacts button .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret, .btn-group-lg > .email-submit .caret, .share .sharedaddy .sd-content ul .btn-group-lg > li .caret, .hubspot-contacts .btn-group-lg > button .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .btn-group-lg > .email-submit .caret, .dropup .share .sharedaddy .sd-content ul .btn-group-lg > li .caret, .share .sharedaddy .sd-content ul .dropup .btn-group-lg > li .caret, .dropup .hubspot-contacts .btn-group-lg > button .caret, .hubspot-contacts .dropup .btn-group-lg > button .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > li, .hubspot-contacts .btn-group-vertical > button, .btn-group-vertical > .btn-group, .share .sharedaddy .sd-content .btn-group-vertical > ul, .btn-group-vertical > .btn-group > .btn, .share .sharedaddy .sd-content .btn-group-vertical > ul > .btn, .btn-group-vertical > .btn-group > .email-submit, .share .sharedaddy .sd-content .btn-group-vertical > ul > .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group > li, .share .sharedaddy .sd-content .btn-group-vertical > ul > li, .hubspot-contacts .btn-group-vertical > .btn-group > button, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul > button { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group:before, .share .sharedaddy .sd-content .btn-group-vertical > ul:before, .btn-group-vertical > .btn-group:after, .share .sharedaddy .sd-content .btn-group-vertical > ul:after { content: " "; display: table; }
.btn-group-vertical > .btn-group:after, .share .sharedaddy .sd-content .btn-group-vertical > ul:after { clear: both; }
.btn-group-vertical > .btn-group > .btn, .share .sharedaddy .sd-content .btn-group-vertical > ul > .btn, .btn-group-vertical > .btn-group > .email-submit, .share .sharedaddy .sd-content .btn-group-vertical > ul > .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group > li, .share .sharedaddy .sd-content .btn-group-vertical > ul > li, .hubspot-contacts .btn-group-vertical > .btn-group > button, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul > button { float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .email-submit + .btn, .share .sharedaddy .sd-content ul .btn-group-vertical > li + .btn, .hubspot-contacts .btn-group-vertical > button + .btn, .btn-group-vertical > .btn + .email-submit, .btn-group-vertical > .email-submit + .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > li + .email-submit, .hubspot-contacts .btn-group-vertical > button + .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn + li, .share .sharedaddy .sd-content ul .btn-group-vertical > .email-submit + li, .share .sharedaddy .sd-content ul .btn-group-vertical > li + li, .hubspot-contacts .share .sharedaddy .sd-content ul .btn-group-vertical > button + li, .share .sharedaddy .sd-content ul .hubspot-contacts .btn-group-vertical > button + li, .hubspot-contacts .btn-group-vertical > .btn + button, .hubspot-contacts .btn-group-vertical > .email-submit + button, .share .sharedaddy .sd-content ul .hubspot-contacts .btn-group-vertical > li + button, .hubspot-contacts .share .sharedaddy .sd-content ul .btn-group-vertical > li + button, .hubspot-contacts .btn-group-vertical > button + button, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .email-submit + .btn-group, .share .sharedaddy .sd-content ul .btn-group-vertical > li + .btn-group, .hubspot-contacts .btn-group-vertical > button + .btn-group, .share .sharedaddy .sd-content .btn-group-vertical > .btn + ul, .share .sharedaddy .sd-content .btn-group-vertical > .email-submit + ul, .share .sharedaddy .sd-content ul .btn-group-vertical > li + ul, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > button + ul, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > button + ul, .btn-group-vertical > .btn-group + .btn, .share .sharedaddy .sd-content .btn-group-vertical > ul + .btn, .btn-group-vertical > .btn-group + .email-submit, .share .sharedaddy .sd-content .btn-group-vertical > ul + .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group + li, .share .sharedaddy .sd-content ul .btn-group-vertical > ul + li, .hubspot-contacts .btn-group-vertical > .btn-group + button, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul + button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul + button, .btn-group-vertical > .btn-group + .btn-group, .share .sharedaddy .sd-content .btn-group-vertical > ul + .btn-group, .share .sharedaddy .sd-content .btn-group-vertical > .btn-group + ul, .share .sharedaddy .sd-content .btn-group-vertical > ul + ul { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .btn-group-vertical > .email-submit:not(:first-child):not(:last-child), .share .sharedaddy .sd-content ul .btn-group-vertical > li:not(:first-child):not(:last-child), .hubspot-contacts .btn-group-vertical > button:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .email-submit:first-child:not(:last-child), .share .sharedaddy .sd-content ul .btn-group-vertical > li:first-child:not(:last-child), .hubspot-contacts .btn-group-vertical > button:first-child:not(:last-child) { border-top-right-radius: 3px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child), .btn-group-vertical > .email-submit:last-child:not(:first-child), .share .sharedaddy .sd-content ul .btn-group-vertical > li:last-child:not(:first-child), .hubspot-contacts .btn-group-vertical > button:last-child:not(:first-child) { border-bottom-left-radius: 3px; border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .share .sharedaddy .sd-content .btn-group-vertical > ul:not(:first-child):not(:last-child) > .btn, .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content .btn-group-vertical > ul:not(:first-child):not(:last-child) > .email-submit, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > li, .share .sharedaddy .sd-content .btn-group-vertical > ul:not(:first-child):not(:last-child) > li, .hubspot-contacts .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > button, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul:not(:first-child):not(:last-child) > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul:not(:first-child):not(:last-child) > button { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .email-submit:last-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:first-child:not(:last-child) > .email-submit:last-child, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group:first-child:not(:last-child) > li:last-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:first-child:not(:last-child) > li:last-child, .hubspot-contacts .btn-group-vertical > .btn-group:first-child:not(:last-child) > button:last-child, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul:first-child:not(:last-child) > button:last-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul:first-child:not(:last-child) > button:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle, .share .sharedaddy .sd-content .btn-group-vertical > ul:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:last-child:not(:first-child) > .btn:first-child, .btn-group-vertical > .btn-group:last-child:not(:first-child) > .email-submit:first-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:last-child:not(:first-child) > .email-submit:first-child, .share .sharedaddy .sd-content ul .btn-group-vertical > .btn-group:last-child:not(:first-child) > li:first-child, .share .sharedaddy .sd-content .btn-group-vertical > ul:last-child:not(:first-child) > li:first-child, .hubspot-contacts .btn-group-vertical > .btn-group:last-child:not(:first-child) > button:first-child, .share .sharedaddy .sd-content .hubspot-contacts .btn-group-vertical > ul:last-child:not(:first-child) > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-vertical > ul:last-child:not(:first-child) > button:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified, .share .sharedaddy .sd-content ul { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .share .sharedaddy .sd-content ul > .btn, .btn-group-justified > .email-submit, .share .sharedaddy .sd-content ul > .email-submit, .share .sharedaddy .sd-content ul .btn-group-justified > li, .share .sharedaddy .sd-content ul > li, .hubspot-contacts .btn-group-justified > button, .share .sharedaddy .sd-content .hubspot-contacts ul > button, .hubspot-contacts .share .sharedaddy .sd-content ul > button, .btn-group-justified > .btn-group, .share .sharedaddy .sd-content ul > .btn-group, .share .sharedaddy .sd-content .btn-group-justified > ul, .share .sharedaddy .sd-content ul > ul { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn, .share .sharedaddy .sd-content ul > .btn-group .btn, .share .sharedaddy .sd-content .btn-group-justified > ul .btn, .share .sharedaddy .sd-content ul > ul .btn, .btn-group-justified > .btn-group .email-submit, .share .sharedaddy .sd-content ul > .btn-group .email-submit, .share .sharedaddy .sd-content .btn-group-justified > ul .email-submit, .share .sharedaddy .sd-content ul > ul .email-submit, .btn-group-justified > .btn-group .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-justified > .btn-group li, .share .sharedaddy .sd-content ul > .btn-group li, .share .sharedaddy .sd-content .btn-group-justified > ul li, .share .sharedaddy .sd-content ul > ul li, .btn-group-justified > .btn-group .hubspot-contacts button, .hubspot-contacts .btn-group-justified > .btn-group button, .share .sharedaddy .sd-content ul > .btn-group .hubspot-contacts button, .hubspot-contacts .share .sharedaddy .sd-content ul > .btn-group button, .share .sharedaddy .sd-content .btn-group-justified > ul .hubspot-contacts button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-justified > ul button, .share .sharedaddy .sd-content ul > ul .hubspot-contacts button, .hubspot-contacts .share .sharedaddy .sd-content ul > ul button { width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .email-submit > input[type="radio"], .share .sharedaddy .sd-content ul [data-toggle="buttons"] > li > input[type="radio"], .hubspot-contacts [data-toggle="buttons"] > button > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"], [data-toggle="buttons"] > .email-submit > input[type="checkbox"], .share .sharedaddy .sd-content ul [data-toggle="buttons"] > li > input[type="checkbox"], .hubspot-contacts [data-toggle="buttons"] > button > input[type="checkbox"] { display: none; }

.input-group { position: relative; display: table; border-collapse: separate; }
.input-group[class*="col-"] { float: none; padding-left: 0; padding-right: 0; }
.input-group .form-control { position: relative; z-index: 2; float: left; width: 100%; margin-bottom: 0; }

.input-group-addon, .input-group-btn, .input-group .form-control { display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) { border-radius: 0; }

.input-group-addon, .input-group-btn { width: 1%; white-space: nowrap; vertical-align: middle; }

.input-group-addon { padding: 6px 12px; font-size: 16px; font-weight: normal; line-height: 1; color: #474747; text-align: center; background-color: #eeeeee; border: 1px solid #d6d6d6; border-radius: 3px; }
.input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn, .input-group-sm > .input-group-btn > .input-group-addon.email-submit, .share .sharedaddy .sd-content ul .input-group-sm > .input-group-btn > li.input-group-addon, .hubspot-contacts .input-group-sm > .input-group-btn > button.input-group-addon { padding: 5px 10px; font-size: 13px; border-radius: 3px; }
.input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn, .input-group-lg > .input-group-btn > .input-group-addon.email-submit, .share .sharedaddy .sd-content ul .input-group-lg > .input-group-btn > li.input-group-addon, .hubspot-contacts .input-group-lg > .input-group-btn > button.input-group-addon { padding: 10px 16px; font-size: 20px; border-radius: 6px; }
.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] { margin-top: 0; }

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:first-child > li, .hubspot-contacts .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group > .btn, .share .sharedaddy .sd-content .input-group-btn:first-child > ul > .btn, .input-group-btn:first-child > .btn-group > .email-submit, .share .sharedaddy .sd-content .input-group-btn:first-child > ul > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:first-child > .btn-group > li, .share .sharedaddy .sd-content .input-group-btn:first-child > ul > li, .hubspot-contacts .input-group-btn:first-child > .btn-group > button, .share .sharedaddy .sd-content .hubspot-contacts .input-group-btn:first-child > ul > button, .hubspot-contacts .share .sharedaddy .sd-content .input-group-btn:first-child > ul > button, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .email-submit:not(:last-child):not(.dropdown-toggle), .share .sharedaddy .sd-content ul .input-group-btn:last-child > li:not(:last-child):not(.dropdown-toggle), .hubspot-contacts .input-group-btn:last-child > button:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .share .sharedaddy .sd-content .input-group-btn:last-child > ul:not(:last-child) > .btn, .input-group-btn:last-child > .btn-group:not(:last-child) > .email-submit, .share .sharedaddy .sd-content .input-group-btn:last-child > ul:not(:last-child) > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:last-child > .btn-group:not(:last-child) > li, .share .sharedaddy .sd-content .input-group-btn:last-child > ul:not(:last-child) > li, .hubspot-contacts .input-group-btn:last-child > .btn-group:not(:last-child) > button, .share .sharedaddy .sd-content .hubspot-contacts .input-group-btn:last-child > ul:not(:last-child) > button, .hubspot-contacts .share .sharedaddy .sd-content .input-group-btn:last-child > ul:not(:last-child) > button { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.input-group-addon:first-child { border-right: 0; }

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:last-child > li, .hubspot-contacts .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group > .btn, .share .sharedaddy .sd-content .input-group-btn:last-child > ul > .btn, .input-group-btn:last-child > .btn-group > .email-submit, .share .sharedaddy .sd-content .input-group-btn:last-child > ul > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:last-child > .btn-group > li, .share .sharedaddy .sd-content .input-group-btn:last-child > ul > li, .hubspot-contacts .input-group-btn:last-child > .btn-group > button, .share .sharedaddy .sd-content .hubspot-contacts .input-group-btn:last-child > ul > button, .hubspot-contacts .share .sharedaddy .sd-content .input-group-btn:last-child > ul > button, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .email-submit:not(:first-child), .share .sharedaddy .sd-content ul .input-group-btn:first-child > li:not(:first-child), .hubspot-contacts .input-group-btn:first-child > button:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .share .sharedaddy .sd-content .input-group-btn:first-child > ul:not(:first-child) > .btn, .input-group-btn:first-child > .btn-group:not(:first-child) > .email-submit, .share .sharedaddy .sd-content .input-group-btn:first-child > ul:not(:first-child) > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:first-child > .btn-group:not(:first-child) > li, .share .sharedaddy .sd-content .input-group-btn:first-child > ul:not(:first-child) > li, .hubspot-contacts .input-group-btn:first-child > .btn-group:not(:first-child) > button, .share .sharedaddy .sd-content .hubspot-contacts .input-group-btn:first-child > ul:not(:first-child) > button, .hubspot-contacts .share .sharedaddy .sd-content .input-group-btn:first-child > ul:not(:first-child) > button { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-addon:last-child { border-left: 0; }

.input-group-btn { position: relative; font-size: 0; white-space: nowrap; }
.input-group-btn > .btn, .input-group-btn > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn > li, .hubspot-contacts .input-group-btn > button { position: relative; }
.input-group-btn > .btn + .btn, .input-group-btn > .email-submit + .btn, .share .sharedaddy .sd-content ul .input-group-btn > li + .btn, .hubspot-contacts .input-group-btn > button + .btn, .input-group-btn > .btn + .email-submit, .input-group-btn > .email-submit + .email-submit, .share .sharedaddy .sd-content ul .input-group-btn > li + .email-submit, .hubspot-contacts .input-group-btn > button + .email-submit, .share .sharedaddy .sd-content ul .input-group-btn > .btn + li, .share .sharedaddy .sd-content ul .input-group-btn > .email-submit + li, .share .sharedaddy .sd-content ul .input-group-btn > li + li, .hubspot-contacts .share .sharedaddy .sd-content ul .input-group-btn > button + li, .share .sharedaddy .sd-content ul .hubspot-contacts .input-group-btn > button + li, .hubspot-contacts .input-group-btn > .btn + button, .hubspot-contacts .input-group-btn > .email-submit + button, .share .sharedaddy .sd-content ul .hubspot-contacts .input-group-btn > li + button, .hubspot-contacts .share .sharedaddy .sd-content ul .input-group-btn > li + button, .hubspot-contacts .input-group-btn > button + button { margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .email-submit:hover, .share .sharedaddy .sd-content ul .input-group-btn > li:hover, .hubspot-contacts .input-group-btn > button:hover, .input-group-btn > .btn:focus, .input-group-btn > .email-submit:focus, .share .sharedaddy .sd-content ul .input-group-btn > li:focus, .hubspot-contacts .input-group-btn > button:focus, .input-group-btn > .btn:active, .input-group-btn > .email-submit:active, .share .sharedaddy .sd-content ul .input-group-btn > li:active, .hubspot-contacts .input-group-btn > button:active { z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:first-child > li, .hubspot-contacts .input-group-btn:first-child > button, .input-group-btn:first-child > .btn-group, .share .sharedaddy .sd-content .input-group-btn:first-child > ul { margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .email-submit, .share .sharedaddy .sd-content ul .input-group-btn:last-child > li, .hubspot-contacts .input-group-btn:last-child > button, .input-group-btn:last-child > .btn-group, .share .sharedaddy .sd-content .input-group-btn:last-child > ul { margin-left: -1px; }

.nav { margin-bottom: 0; padding-left: 0; list-style: none; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav > li { position: relative; display: block; }
.nav > li > a { position: relative; display: block; padding: 10px; }
.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #17487d; }
.nav > li.disabled > a { color: #999999; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #999999; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #17487d; border-color: #003b79; }
.nav .nav-divider { height: 1px; margin: 12px 0; overflow: hidden; background-color: #e5e5e5; }
.nav > li > a > img { max-width: none; }

.nav-tabs { border-bottom: 1px solid #ddd; }
.nav-tabs > li { float: left; margin-bottom: -1px; }
.nav-tabs > li > a { margin-right: 2px; line-height: 1.62857; border: 1px solid transparent; border-radius: 3px 3px 0 0; }
.nav-tabs > li > a:hover { border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li { float: left; }
.nav-pills > li > a { border-radius: 3px; }
.nav-pills > li + li { margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #003b79; }

.nav-stacked > li { float: none; }
.nav-stacked > li + li { margin-top: 2px; margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified { width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li { float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a { text-align: center; margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu { top: auto; left: auto; }
@media (min-width: 768px) { .nav-justified > li, .nav-tabs.nav-justified > li { display: table-cell; width: 1%; }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a { margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified { border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { margin-right: 0; border-radius: 3px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
@media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { border-bottom: 1px solid #ddd; border-radius: 3px 3px 0 0; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }

.nav-tabs .dropdown-menu { margin-top: -1px; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar { position: relative; min-height: 0px; margin-bottom: 26px; border: 1px solid transparent; }
.navbar:before, .navbar:after { content: " "; display: table; }
.navbar:after { clear: both; }
@media (min-width: 768px) { .navbar { border-radius: 3px; } }

.navbar-header:before, .navbar-header:after { content: " "; display: table; }
.navbar-header:after { clear: both; }
@media (min-width: 768px) { .navbar-header { float: left; } }

.navbar-collapse { max-height: 340px; overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
.navbar-collapse:after { clear: both; }
.navbar-collapse.in { overflow-y: auto; }
@media (min-width: 768px) { .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; }
  .navbar-collapse.in { overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse { padding-left: 0; padding-right: 0; } }

.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
@media (min-width: 768px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } }

.navbar-static-top { z-index: 1000; border-width: 0 0 1px; }
@media (min-width: 768px) { .navbar-static-top { border-radius: 0; } }

.navbar-fixed-top, .navbar-fixed-bottom { position: fixed; right: 0; left: 0; z-index: 1030; }
@media (min-width: 768px) { .navbar-fixed-top, .navbar-fixed-bottom { border-radius: 0; } }

.navbar-fixed-top { top: 0; border-width: 0 0 1px; }

.navbar-fixed-bottom { bottom: 0; margin-bottom: 0; border-width: 1px 0 0; }

.navbar-brand { float: left; padding: -13px 15px; font-size: 20px; line-height: 26px; height: 0px; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
@media (min-width: 768px) { .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: -17px; margin-bottom: -17px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 3px; }
.navbar-toggle:focus { outline: none; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 768px) { .navbar-toggle { display: none; } }

.navbar-nav { margin: -6.5px -15px; }
.navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; line-height: 26px; }
@media (max-width: 767px) { .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 26px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
@media (min-width: 768px) { .navbar-nav { float: left; margin: 0; }
  .navbar-nav > li { float: left; }
  .navbar-nav > li > a { padding-top: -13px; padding-bottom: -13px; }
  .navbar-nav.navbar-right:last-child { margin-right: -15px; } }

@media (min-width: 768px) { .navbar-left { float: left !important; }
  .navbar-right { float: right !important; } }
.navbar-form { margin-left: -15px; margin-right: -15px; padding: 10px 15px; border-top: 1px solid transparent; border-bottom: 1px solid transparent; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1); margin-top: -15px; margin-bottom: -15px; }
@media (max-width: 767px) { .navbar-form .form-group { margin-bottom: 5px; } }
@media (min-width: 768px) { .navbar-form { width: auto; border: 0; margin-left: 0; margin-right: 0; padding-top: 0; padding-bottom: 0; -webkit-box-shadow: none; box-shadow: none; }
  .navbar-form.navbar-right:last-child { margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu { margin-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.navbar-btn { margin-top: -15px; margin-bottom: -15px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .btn-group-sm > .navbar-btn.email-submit, .share .sharedaddy .sd-content ul .btn-group-sm > li.navbar-btn, .hubspot-contacts .btn-group-sm > button.navbar-btn, .feature-email .navbar-btn.email-submit, .module.email .navbar-btn.email-submit, .sidebar .navbar-btn.email-submit { margin-top: -15.5px; margin-bottom: -15.5px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .btn-group-xs > .navbar-btn.email-submit, .share .sharedaddy .sd-content ul .btn-group-xs > li.navbar-btn, .hubspot-contacts .btn-group-xs > button.navbar-btn, .col-footer-email .navbar-btn.email-submit { margin-top: -11px; margin-bottom: -11px; }

.navbar-text { margin-top: -13px; margin-bottom: -13px; }
@media (min-width: 768px) { .navbar-text { float: left; margin-left: 15px; margin-right: 15px; }
  .navbar-text.navbar-right:last-child { margin-right: 0; } }

.navbar-default { background-color: #f8f8f8; border-color: #e7e7e7; }
.navbar-default .navbar-brand { color: #777; }
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; }
.navbar-default .navbar-text { color: #777; }
.navbar-default .navbar-nav > li > a { color: #777; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #333; background-color: transparent; }
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }
.navbar-default .navbar-toggle { border-color: #ddd; }
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar { background-color: #888; }
.navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #e7e7e7; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
@media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }
.navbar-default .navbar-link { color: #777; }
.navbar-default .navbar-link:hover { color: #333; }

.navbar-inverse { background-color: #222; border-color: #090909; }
.navbar-inverse .navbar-brand { color: #999999; }
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-text { color: #999999; }
.navbar-inverse .navbar-nav > li > a { color: #999999; }
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { color: #fff; background-color: transparent; }
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }
.navbar-inverse .navbar-toggle { border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; }
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
@media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #999999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }
.navbar-inverse .navbar-link { color: #999999; }
.navbar-inverse .navbar-link:hover { color: #fff; }

.breadcrumb { padding: 8px 15px; margin-bottom: 26px; list-style: none; background-color: #f5f5f5; border-radius: 3px; }
.breadcrumb > li { display: inline-block; }
.breadcrumb > li + li:before { content: "/ "; padding: 0 5px; color: #ccc; }
.breadcrumb > .active { color: #999999; }

.pagination { display: inline-block; padding-left: 0; margin: 26px 0; border-radius: 3px; }
.pagination > li { display: inline; }
.pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.62857; text-decoration: none; color: #003b79; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
.pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }
.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus { color: #00162c; background-color: #eeeeee; border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; color: #fff; background-color: #003b79; border-color: #003b79; cursor: default; }
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #999999; background-color: #fff; border-color: #ddd; cursor: not-allowed; }

.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 20px; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }

.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 13px; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

.pager { padding-left: 0; margin: 26px 0; list-style: none; text-align: center; }
.pager:before, .pager:after { content: " "; display: table; }
.pager:after { clear: both; }
.pager li { display: inline; }
.pager li > a, .pager li > span { display: inline-block; padding: 5px 14px; background-color: #fff; border: 1px solid #ddd; border-radius: 15px; }
.pager li > a:hover, .pager li > a:focus { text-decoration: none; background-color: #eeeeee; }
.pager .next > a, .pager .next > span { float: right; }
.pager .previous > a, .pager .previous > span { float: left; }
.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #999999; background-color: #fff; cursor: not-allowed; }

.label { display: inline; padding: .2em .6em .3em; font-size: 75%; font-weight: bold; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25em; }
.label[href]:hover, .label[href]:focus { color: #fff; text-decoration: none; cursor: pointer; }
.label:empty { display: none; }
.btn .label, .email-submit .label, .share .sharedaddy .sd-content ul li .label, .hubspot-contacts button .label { position: relative; top: -1px; }

.label-default { background-color: #999999; }
.label-default[href]:hover, .label-default[href]:focus { background-color: gray; }

.label-primary { background-color: #003b79; }
.label-primary[href]:hover, .label-primary[href]:focus { background-color: #002246; }

.label-success { background-color: #5cb85c; }
.label-success[href]:hover, .label-success[href]:focus { background-color: #449d44; }

.label-info { background-color: #5bc0de; }
.label-info[href]:hover, .label-info[href]:focus { background-color: #31b0d5; }

.label-warning { background-color: #f0ad4e; }
.label-warning[href]:hover, .label-warning[href]:focus { background-color: #ec971f; }

.label-danger { background-color: #d9534f; }
.label-danger[href]:hover, .label-danger[href]:focus { background-color: #c9302c; }

.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 13px; font-weight: bold; color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; text-align: center; background-color: #999999; border-radius: 10px; }
.badge:empty { display: none; }
.btn .badge, .email-submit .badge, .share .sharedaddy .sd-content ul li .badge, .hubspot-contacts button .badge { position: relative; top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .email-submit .badge, .share .sharedaddy .sd-content ul .btn-group-xs > li .badge, .hubspot-contacts .btn-group-xs > button .badge, .col-footer-email .email-submit .badge { top: 0; padding: 1px 5px; }

a.badge:hover, a.badge:focus { color: #fff; text-decoration: none; cursor: pointer; }

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #003b79; background-color: #fff; }

.nav-pills > li > a > .badge { margin-left: 3px; }

.jumbotron { padding: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }
.jumbotron h1, .jumbotron .h1 { color: inherit; }
.jumbotron p { margin-bottom: 15px; font-size: 24px; font-weight: 200; }
.container .jumbotron { border-radius: 6px; }
.jumbotron .container { max-width: 100%; }
@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron { padding-left: 60px; padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 { font-size: 72px; } }

.thumbnail { display: block; padding: 4px; margin-bottom: 26px; line-height: 1.62857; background-color: #fff; border: 1px solid #ddd; border-radius: 3px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }
.thumbnail > img, .thumbnail a > img { display: block; max-width: 100%; height: auto; margin-left: auto; margin-right: auto; }
.thumbnail .caption, .thumbnail .wp-caption .wp-caption-text, .wp-caption .thumbnail .wp-caption-text, .thumbnail img .wp-caption-text, img .thumbnail .wp-caption-text, .thumbnail #tinymce .quote figcaption, #tinymce .quote .thumbnail figcaption, .thumbnail #tinymce blockquote.pullquote figcaption, #tinymce blockquote.pullquote .thumbnail figcaption, .thumbnail .article-body .quote figcaption, .article-body .quote .thumbnail figcaption, .thumbnail .article-body blockquote.pullquote figcaption, .article-body blockquote.pullquote .thumbnail figcaption, .thumbnail .page .entry-content .quote figcaption, .page .entry-content .quote .thumbnail figcaption, .thumbnail .page .entry-content blockquote.pullquote figcaption, .page .entry-content blockquote.pullquote .thumbnail figcaption, .thumbnail #tinymce blockquote.pullquote footer, #tinymce blockquote.pullquote .thumbnail footer, .thumbnail .article-body blockquote.pullquote footer, .article-body blockquote.pullquote .thumbnail footer, .thumbnail .page .entry-content blockquote.pullquote footer, .page .entry-content blockquote.pullquote .thumbnail footer { padding: 9px; color: #333333; }

a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active { border-color: #003b79; }

.alert { padding: 15px; margin-bottom: 26px; border: 1px solid transparent; border-radius: 3px; }
.alert h4, .alert aside.note header, aside.note .alert header { margin-top: 0; color: inherit; }
.alert .alert-link { font-weight: bold; }
.alert > p, .alert > ul { margin-bottom: 0; }
.alert > p + p { margin-top: 5px; }

.alert-dismissable { padding-right: 35px; }
.alert-dismissable .close { position: relative; top: -2px; right: -21px; color: inherit; }

.alert-success { background-color: #dff0d8; border-color: #d6e9c6; color: #3c763d; }
.alert-success hr { border-top-color: #c9e2b3; }
.alert-success .alert-link { color: #2b542c; }

.alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #31708f; }
.alert-info hr { border-top-color: #a6e1ec; }
.alert-info .alert-link { color: #245269; }

.alert-warning { background-color: #fcf8e3; border-color: #faebcc; color: #8a6d3b; }
.alert-warning hr { border-top-color: #f7e1b5; }
.alert-warning .alert-link { color: #66512c; }

.alert-danger { background-color: #f2dede; border-color: #ebccd1; color: #a94442; }
.alert-danger hr { border-top-color: #e4b9c0; }
.alert-danger .alert-link { color: #843534; }

@-webkit-keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }
@keyframes progress-bar-stripes { from { background-position: 40px 0; }
  to { background-position: 0 0; } }
.progress { overflow: hidden; height: 26px; margin-bottom: 26px; background-color: #f5f5f5; border-radius: 3px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar { float: left; width: 0%; height: 100%; font-size: 13px; line-height: 26px; color: #fff; text-align: center; background-color: #003b79; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); -webkit-transition: width 0.6s ease; transition: width 0.6s ease; }

.progress-striped .progress-bar { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 40px 40px; }

.progress.active .progress-bar { -webkit-animation: progress-bar-stripes 2s linear infinite; animation: progress-bar-stripes 2s linear infinite; }

.progress-bar-success { background-color: #5cb85c; }
.progress-striped .progress-bar-success { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-info { background-color: #5bc0de; }
.progress-striped .progress-bar-info { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning { background-color: #f0ad4e; }
.progress-striped .progress-bar-warning { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger { background-color: #d9534f; }
.progress-striped .progress-bar-danger { background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.media, .media-body { overflow: hidden; zoom: 1; }

.media, .media .media { margin-top: 15px; }

.media:first-child { margin-top: 0; }

.media-object { display: block; }

.media-heading { margin: 0 0 5px; }

.media > .pull-left, .media > .wp-caption.alignleft, .media > img.alignleft, #tinymce .media > .related, .article-body .media > .related, .page .entry-content .media > .related, #tinymce .media > .quote, #tinymce .media > blockquote.pullquote, .article-body .media > .quote, #tinymce .article-body .media > blockquote.pullquote, .article-body .media > blockquote.pullquote, .page .entry-content .media > .quote, #tinymce .page .entry-content .media > blockquote.pullquote, .page .entry-content .media > blockquote.pullquote { margin-right: 10px; }
.media > .pull-right, .content-article .article-body .media > .bio, .media > .wp-caption.alignright, .media > img.alignright { margin-left: 10px; }

.media-list { padding-left: 0; list-style: none; }

.list-group { margin-bottom: 20px; padding-left: 0; }

.list-group-item { position: relative; display: block; padding: 10px 15px; margin-bottom: -1px; background-color: #fff; border: 1px solid #ddd; }
.list-group-item:first-child { border-top-right-radius: 3px; border-top-left-radius: 3px; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; }
.list-group-item > .badge { float: right; }
.list-group-item > .badge + .badge { margin-right: 5px; }

a.list-group-item { color: #555; }
a.list-group-item .list-group-item-heading { color: #333; }
a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; background-color: #f5f5f5; }
a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus { z-index: 2; color: #fff; background-color: #003b79; border-color: #003b79; }
a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading { color: inherit; }
a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text { color: #46a0ff; }

.list-group-item-success { color: #3c763d; background-color: #dff0d8; }

a.list-group-item-success { color: #3c763d; }
a.list-group-item-success .list-group-item-heading { color: inherit; }
a.list-group-item-success:hover, a.list-group-item-success:focus { color: #3c763d; background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus { color: #fff; background-color: #3c763d; border-color: #3c763d; }

.list-group-item-info { color: #31708f; background-color: #d9edf7; }

a.list-group-item-info { color: #31708f; }
a.list-group-item-info .list-group-item-heading { color: inherit; }
a.list-group-item-info:hover, a.list-group-item-info:focus { color: #31708f; background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus { color: #fff; background-color: #31708f; border-color: #31708f; }

.list-group-item-warning { color: #8a6d3b; background-color: #fcf8e3; }

a.list-group-item-warning { color: #8a6d3b; }
a.list-group-item-warning .list-group-item-heading { color: inherit; }
a.list-group-item-warning:hover, a.list-group-item-warning:focus { color: #8a6d3b; background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus { color: #fff; background-color: #8a6d3b; border-color: #8a6d3b; }

.list-group-item-danger { color: #a94442; background-color: #f2dede; }

a.list-group-item-danger { color: #a94442; }
a.list-group-item-danger .list-group-item-heading { color: inherit; }
a.list-group-item-danger:hover, a.list-group-item-danger:focus { color: #a94442; background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus { color: #fff; background-color: #a94442; border-color: #a94442; }

.list-group-item-heading { margin-top: 0; margin-bottom: 5px; }

.list-group-item-text { margin-bottom: 0; line-height: 1.3; }

.panel, aside.note { margin-bottom: 26px; background-color: #fff; border: 1px solid transparent; border-radius: 3px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body, aside.note section { padding: 15px; }
.panel-body:before, aside.note section:before, .panel-body:after, aside.note section:after { content: " "; display: table; }
.panel-body:after, aside.note section:after { clear: both; }

.panel-heading, aside.note header { padding: 10px 15px; border-bottom: 1px solid transparent; border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel-heading > .dropdown .dropdown-toggle, aside.note header > .dropdown .dropdown-toggle { color: inherit; }

.panel-title { margin-top: 0; margin-bottom: 0; font-size: 18px; color: inherit; }
.panel-title > a { color: inherit; }

.panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }

.panel > .list-group, aside.note > .list-group { margin-bottom: 0; }
.panel > .list-group .list-group-item, aside.note > .list-group .list-group-item { border-width: 1px 0; border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child, aside.note > .list-group:first-child .list-group-item:first-child { border-top: 0; border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel > .list-group:last-child .list-group-item:last-child, aside.note > .list-group:last-child .list-group-item:last-child { border-bottom: 0; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }

.panel-heading + .list-group .list-group-item:first-child, aside.note header + .list-group .list-group-item:first-child { border-top-width: 0; }

.panel > .table, aside.note > .table, .panel > .table-responsive > .table, aside.note > .table-responsive > .table { margin-bottom: 0; }
.panel > .table:first-child, aside.note > .table:first-child, .panel > .table-responsive:first-child > .table:first-child, aside.note > .table-responsive:first-child > .table:first-child { border-top-right-radius: 2px; border-top-left-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child, aside.note > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table:first-child > thead:first-child > tr:first-child th:first-child, aside.note > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child, aside.note > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child, aside.note > .table:first-child > tbody:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, aside.note > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, aside.note > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, aside.note > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child, aside.note > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child { border-top-left-radius: 2px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child, aside.note > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table:first-child > thead:first-child > tr:first-child th:last-child, aside.note > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child, aside.note > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child, aside.note > .table:first-child > tbody:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, aside.note > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, aside.note > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, aside.note > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child, aside.note > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child { border-top-right-radius: 2px; }
.panel > .table:last-child, aside.note > .table:last-child, .panel > .table-responsive:last-child > .table:last-child, aside.note > .table-responsive:last-child > .table:last-child { border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child, aside.note > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child, aside.note > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child, aside.note > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child, aside.note > .table:last-child > tfoot:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, aside.note > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, aside.note > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, aside.note > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child, aside.note > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child { border-bottom-left-radius: 2px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child, aside.note > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child, aside.note > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child, aside.note > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child, aside.note > .table:last-child > tfoot:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, aside.note > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, aside.note > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, aside.note > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child, aside.note > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child { border-bottom-right-radius: 2px; }
.panel > .panel-body + .table, aside.note > .panel-body + .table, aside.note .panel > section + .table, aside.note > section + .table, .panel > .panel-body + .table-responsive, aside.note > .panel-body + .table-responsive, aside.note .panel > section + .table-responsive, aside.note > section + .table-responsive { border-top: 1px solid #ddd; }
.panel > .table > tbody:first-child > tr:first-child th, aside.note > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td, aside.note > .table > tbody:first-child > tr:first-child td { border-top: 0; }
.panel > .table-bordered, aside.note > .table-bordered, .panel > .table-responsive > .table-bordered, aside.note > .table-responsive > .table-bordered { border: 0; }
.panel > .table-bordered > thead > tr > th:first-child, aside.note > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, aside.note > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, aside.note > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child, aside.note > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, aside.note > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, aside.note > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child, aside.note > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, aside.note > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, aside.note > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, aside.note > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, aside.note > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, aside.note > .table-responsive > .table-bordered > tfoot > tr > td:first-child { border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child, aside.note > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, aside.note > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, aside.note > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child, aside.note > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, aside.note > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, aside.note > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child, aside.note > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, aside.note > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, aside.note > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, aside.note > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, aside.note > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, aside.note > .table-responsive > .table-bordered > tfoot > tr > td:last-child { border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td, aside.note > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, aside.note > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td, aside.note > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, aside.note > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, aside.note > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th, aside.note > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, aside.note > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, aside.note > .table-responsive > .table-bordered > tbody > tr:first-child > th { border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td, aside.note > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, aside.note > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, aside.note > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, aside.note > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, aside.note > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, aside.note > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, aside.note > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, aside.note > .table-responsive > .table-bordered > tfoot > tr:last-child > th { border-bottom: 0; }
.panel > .table-responsive, aside.note > .table-responsive { border: 0; margin-bottom: 0; }

.panel-group { margin-bottom: 26px; }
.panel-group .panel, .panel-group aside.note { margin-bottom: 0; border-radius: 3px; overflow: hidden; }
.panel-group .panel + .panel, .panel-group aside.note + .panel, .panel-group .panel + aside.note, .panel-group aside.note + aside.note { margin-top: 5px; }
.panel-group .panel-heading, .panel-group aside.note header, aside.note .panel-group header { border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse .panel-body, .panel-group aside.note header + .panel-collapse .panel-body, aside.note .panel-group header + .panel-collapse .panel-body, .panel-group .panel-heading + .panel-collapse aside.note section, aside.note .panel-group .panel-heading + .panel-collapse section, .panel-group aside.note header + .panel-collapse section, aside.note .panel-group header + .panel-collapse section { border-top: 1px solid #ddd; }
.panel-group .panel-footer { border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body, .panel-group .panel-footer + .panel-collapse aside.note section, aside.note .panel-group .panel-footer + .panel-collapse section { border-bottom: 1px solid #ddd; }

.panel-default, aside.note { border-color: #ddd; }
.panel-default > .panel-heading, aside.note > .panel-heading, aside.note .panel-default > header, aside.note > header { color: #333333; background-color: #f5f5f5; border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse .panel-body, aside.note > .panel-heading + .panel-collapse .panel-body, aside.note .panel-default > header + .panel-collapse .panel-body, aside.note > header + .panel-collapse .panel-body, .panel-default > .panel-heading + .panel-collapse aside.note section, aside.note .panel-default > .panel-heading + .panel-collapse section, aside.note > .panel-heading + .panel-collapse section, aside.note .panel-default > header + .panel-collapse section, aside.note > header + .panel-collapse section { border-top-color: #ddd; }
.panel-default > .panel-footer + .panel-collapse .panel-body, aside.note > .panel-footer + .panel-collapse .panel-body, .panel-default > .panel-footer + .panel-collapse aside.note section, aside.note .panel-default > .panel-footer + .panel-collapse section, aside.note > .panel-footer + .panel-collapse section { border-bottom-color: #ddd; }

.panel-primary { border-color: #003b79; }
.panel-primary > .panel-heading, aside.note .panel-primary > header { color: #fff; background-color: #003b79; border-color: #003b79; }
.panel-primary > .panel-heading + .panel-collapse .panel-body, aside.note .panel-primary > header + .panel-collapse .panel-body, .panel-primary > .panel-heading + .panel-collapse aside.note section, aside.note .panel-primary > .panel-heading + .panel-collapse section, aside.note .panel-primary > header + .panel-collapse section { border-top-color: #003b79; }
.panel-primary > .panel-footer + .panel-collapse .panel-body, .panel-primary > .panel-footer + .panel-collapse aside.note section, aside.note .panel-primary > .panel-footer + .panel-collapse section { border-bottom-color: #003b79; }

.panel-success { border-color: #d6e9c6; }
.panel-success > .panel-heading, aside.note .panel-success > header { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }
.panel-success > .panel-heading + .panel-collapse .panel-body, aside.note .panel-success > header + .panel-collapse .panel-body, .panel-success > .panel-heading + .panel-collapse aside.note section, aside.note .panel-success > .panel-heading + .panel-collapse section, aside.note .panel-success > header + .panel-collapse section { border-top-color: #d6e9c6; }
.panel-success > .panel-footer + .panel-collapse .panel-body, .panel-success > .panel-footer + .panel-collapse aside.note section, aside.note .panel-success > .panel-footer + .panel-collapse section { border-bottom-color: #d6e9c6; }

.panel-info { border-color: #bce8f1; }
.panel-info > .panel-heading, aside.note .panel-info > header { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; }
.panel-info > .panel-heading + .panel-collapse .panel-body, aside.note .panel-info > header + .panel-collapse .panel-body, .panel-info > .panel-heading + .panel-collapse aside.note section, aside.note .panel-info > .panel-heading + .panel-collapse section, aside.note .panel-info > header + .panel-collapse section { border-top-color: #bce8f1; }
.panel-info > .panel-footer + .panel-collapse .panel-body, .panel-info > .panel-footer + .panel-collapse aside.note section, aside.note .panel-info > .panel-footer + .panel-collapse section { border-bottom-color: #bce8f1; }

.panel-warning { border-color: #faebcc; }
.panel-warning > .panel-heading, aside.note .panel-warning > header { color: #8a6d3b; background-color: #fcf8e3; border-color: #faebcc; }
.panel-warning > .panel-heading + .panel-collapse .panel-body, aside.note .panel-warning > header + .panel-collapse .panel-body, .panel-warning > .panel-heading + .panel-collapse aside.note section, aside.note .panel-warning > .panel-heading + .panel-collapse section, aside.note .panel-warning > header + .panel-collapse section { border-top-color: #faebcc; }
.panel-warning > .panel-footer + .panel-collapse .panel-body, .panel-warning > .panel-footer + .panel-collapse aside.note section, aside.note .panel-warning > .panel-footer + .panel-collapse section { border-bottom-color: #faebcc; }

.panel-danger { border-color: #ebccd1; }
.panel-danger > .panel-heading, aside.note .panel-danger > header { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
.panel-danger > .panel-heading + .panel-collapse .panel-body, aside.note .panel-danger > header + .panel-collapse .panel-body, .panel-danger > .panel-heading + .panel-collapse aside.note section, aside.note .panel-danger > .panel-heading + .panel-collapse section, aside.note .panel-danger > header + .panel-collapse section { border-top-color: #ebccd1; }
.panel-danger > .panel-footer + .panel-collapse .panel-body, .panel-danger > .panel-footer + .panel-collapse aside.note section, aside.note .panel-danger > .panel-footer + .panel-collapse section { border-bottom-color: #ebccd1; }

.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 3px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote { border-color: #ddd; border-color: rgba(0, 0, 0, 0.15); }

.well-lg { padding: 24px; border-radius: 6px; }

.well-sm { padding: 9px; border-radius: 3px; }

.close { float: right; font-size: 24px; font-weight: bold; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); }
.close:hover, .close:focus { color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; filter: alpha(opacity=50); }

button.close { padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; }

.modal-open { overflow: hidden; }

.modal { display: none; overflow: auto; overflow-y: scroll; position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; -webkit-overflow-scrolling: touch; outline: 0; }
.modal.fade .modal-dialog { -webkit-transform: translate(0, -25%); -ms-transform: translate(0, -25%); transform: translate(0, -25%); -webkit-transition: -webkit-transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; -o-transition: -o-transform 0.3s ease-out; transition: transform 0.3s ease-out; }
.modal.in .modal-dialog { -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

.modal-dialog { position: relative; width: auto; margin: 10px; }

.modal-content { position: relative; background-color: #fff; border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); background-clip: padding-box; outline: none; }

.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; filter: alpha(opacity=0); }
.modal-backdrop.in { opacity: 0.5; filter: alpha(opacity=50); }

.modal-header { padding: 15px; border-bottom: 1px solid #e5e5e5; min-height: 16.62857px; }

.modal-header .close { margin-top: -2px; }

.modal-title { margin: 0; line-height: 1.62857; }

.modal-body { position: relative; padding: 20px; }

.modal-footer { margin-top: 15px; padding: 19px 20px 20px; text-align: right; border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after { content: " "; display: table; }
.modal-footer:after { clear: both; }
.modal-footer .btn + .btn, .modal-footer .email-submit + .btn, .modal-footer .share .sharedaddy .sd-content ul li + .btn, .share .sharedaddy .sd-content ul .modal-footer li + .btn, .modal-footer .hubspot-contacts button + .btn, .hubspot-contacts .modal-footer button + .btn, .modal-footer .btn + .email-submit, .modal-footer .email-submit + .email-submit, .modal-footer .share .sharedaddy .sd-content ul li + .email-submit, .share .sharedaddy .sd-content ul .modal-footer li + .email-submit, .modal-footer .hubspot-contacts button + .email-submit, .hubspot-contacts .modal-footer button + .email-submit, .modal-footer .share .sharedaddy .sd-content ul .btn + li, .share .sharedaddy .sd-content ul .modal-footer .btn + li, .modal-footer .share .sharedaddy .sd-content ul .email-submit + li, .share .sharedaddy .sd-content ul .modal-footer .email-submit + li, .modal-footer .share .sharedaddy .sd-content ul li + li, .share .sharedaddy .sd-content ul .modal-footer li + li, .modal-footer .hubspot-contacts .share .sharedaddy .sd-content ul button + li, .share .sharedaddy .sd-content ul .modal-footer .hubspot-contacts button + li, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul button + li, .share .sharedaddy .sd-content ul .hubspot-contacts .modal-footer button + li, .modal-footer .hubspot-contacts .btn + button, .hubspot-contacts .modal-footer .btn + button, .modal-footer .hubspot-contacts .email-submit + button, .hubspot-contacts .modal-footer .email-submit + button, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts li + button, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul li + button, .share .sharedaddy .sd-content ul .modal-footer .hubspot-contacts li + button, .hubspot-contacts .share .sharedaddy .sd-content ul .modal-footer li + button, .modal-footer .hubspot-contacts button + button, .hubspot-contacts .modal-footer button + button { margin-left: 5px; margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn, .modal-footer .share .sharedaddy .sd-content ul .btn + .btn, .share .sharedaddy .sd-content .modal-footer ul .btn + .btn, .modal-footer .btn-group .email-submit + .btn, .modal-footer .share .sharedaddy .sd-content ul .email-submit + .btn, .share .sharedaddy .sd-content .modal-footer ul .email-submit + .btn, .share .sharedaddy .sd-content ul .modal-footer .btn-group li + .btn, .modal-footer .share .sharedaddy .sd-content ul li + .btn, .share .sharedaddy .sd-content .modal-footer ul li + .btn, .modal-footer .btn-group .hubspot-contacts button + .btn, .hubspot-contacts .modal-footer .btn-group button + .btn, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts button + .btn, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul button + .btn, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts button + .btn, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul button + .btn, .modal-footer .btn-group .btn + .email-submit, .modal-footer .share .sharedaddy .sd-content ul .btn + .email-submit, .share .sharedaddy .sd-content .modal-footer ul .btn + .email-submit, .modal-footer .btn-group .email-submit + .email-submit, .modal-footer .share .sharedaddy .sd-content ul .email-submit + .email-submit, .share .sharedaddy .sd-content .modal-footer ul .email-submit + .email-submit, .share .sharedaddy .sd-content ul .modal-footer .btn-group li + .email-submit, .modal-footer .share .sharedaddy .sd-content ul li + .email-submit, .share .sharedaddy .sd-content .modal-footer ul li + .email-submit, .modal-footer .btn-group .hubspot-contacts button + .email-submit, .hubspot-contacts .modal-footer .btn-group button + .email-submit, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts button + .email-submit, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul button + .email-submit, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts button + .email-submit, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul button + .email-submit, .share .sharedaddy .sd-content ul .modal-footer .btn-group .btn + li, .modal-footer .share .sharedaddy .sd-content ul .btn + li, .share .sharedaddy .sd-content .modal-footer ul .btn + li, .share .sharedaddy .sd-content ul .modal-footer .btn-group .email-submit + li, .modal-footer .share .sharedaddy .sd-content ul .email-submit + li, .share .sharedaddy .sd-content .modal-footer ul .email-submit + li, .share .sharedaddy .sd-content ul .modal-footer .btn-group li + li, .modal-footer .share .sharedaddy .sd-content ul li + li, .share .sharedaddy .sd-content .modal-footer ul li + li, .modal-footer .btn-group .hubspot-contacts .share .sharedaddy .sd-content ul button + li, .share .sharedaddy .sd-content ul .modal-footer .btn-group .hubspot-contacts button + li, .share .sharedaddy .sd-content ul .hubspot-contacts .modal-footer .btn-group button + li, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts button + li, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul button + li, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts button + li, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul button + li, .modal-footer .btn-group .hubspot-contacts .btn + button, .hubspot-contacts .modal-footer .btn-group .btn + button, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts .btn + button, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul .btn + button, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts .btn + button, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul .btn + button, .modal-footer .btn-group .hubspot-contacts .email-submit + button, .hubspot-contacts .modal-footer .btn-group .email-submit + button, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts .email-submit + button, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul .email-submit + button, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts .email-submit + button, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul .email-submit + button, .share .sharedaddy .sd-content ul .modal-footer .btn-group .hubspot-contacts li + button, .hubspot-contacts .share .sharedaddy .sd-content ul .modal-footer .btn-group li + button, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts li + button, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul li + button, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts li + button, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul li + button, .modal-footer .btn-group .hubspot-contacts button + button, .hubspot-contacts .modal-footer .btn-group button + button, .modal-footer .share .sharedaddy .sd-content ul .hubspot-contacts button + button, .hubspot-contacts .modal-footer .share .sharedaddy .sd-content ul button + button, .share .sharedaddy .sd-content .modal-footer ul .hubspot-contacts button + button, .hubspot-contacts .share .sharedaddy .sd-content .modal-footer ul button + button { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }

@media (min-width: 768px) { .modal-dialog { width: 600px; margin: 30px auto; }
  .modal-content { -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm { width: 300px; } }
@media (min-width: 992px) { .modal-lg { width: 900px; } }
.tooltip { position: absolute; z-index: 1030; display: block; visibility: visible; font-size: 13px; line-height: 1.4; opacity: 0; filter: alpha(opacity=0); }
.tooltip.in { opacity: 0.9; filter: alpha(opacity=90); }
.tooltip.top { margin-top: -3px; padding: 5px 0; }
.tooltip.right { margin-left: 3px; padding: 0 5px; }
.tooltip.bottom { margin-top: 3px; padding: 5px 0; }
.tooltip.left { margin-left: -3px; padding: 0 5px; }

.tooltip-inner { max-width: 200px; padding: 3px 8px; color: #fff; text-align: center; text-decoration: none; background-color: #000; border-radius: 3px; }

.tooltip-arrow { position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid; }

.tooltip.top .tooltip-arrow { bottom: 0; left: 50%; margin-left: -5px; border-width: 5px 5px 0; border-top-color: #000; }
.tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; border-top-color: #000; }
.tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; border-top-color: #000; }
.tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; border-right-color: #000; }
.tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; border-left-color: #000; }
.tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; border-bottom-color: #000; }
.tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; border-bottom-color: #000; }
.tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; border-bottom-color: #000; }

.popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: #fff; background-clip: padding-box; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
.popover.top { margin-top: -10px; }
.popover.right { margin-left: 10px; }
.popover.bottom { margin-top: 10px; }
.popover.left { margin-left: -10px; }

.popover-title { margin: 0; padding: 8px 14px; font-size: 16px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }

.popover-content { padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }

.popover > .arrow { border-width: 11px; }

.popover > .arrow:after { border-width: 10px; content: ""; }

.popover.top > .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: fadein(rgba(0, 0, 0, 0.2), 5%); bottom: -11px; }
.popover.top > .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: #fff; }
.popover.right > .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
.popover.right > .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: #fff; }
.popover.bottom > .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: fadein(rgba(0, 0, 0, 0.2), 5%); top: -11px; }
.popover.bottom > .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: #fff; }
.popover.left > .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: fadein(rgba(0, 0, 0, 0.2), 5%); }
.popover.left > .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: #fff; bottom: -10px; }

.carousel { position: relative; }

.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; -webkit-transition: 0.6s ease-in-out left; transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }

.carousel-control { position: absolute; top: 0; left: 0; bottom: 0; width: 15%; opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-control.left { background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right { left: auto; right: 0; background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%); background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus { outline: none; color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); }
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right { position: absolute; top: 50%; z-index: 5; display: inline-block; }
.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left { left: 50%; }
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right { right: 50%; }
.carousel-control .icon-prev, .carousel-control .icon-next { width: 20px; height: 20px; margin-top: -10px; margin-left: -10px; font-family: serif; }
.carousel-control .icon-prev:before { content: '\2039'; }
.carousel-control .icon-next:before { content: '\203a'; }

.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }

.carousel-caption { position: absolute; left: 15%; right: 15%; bottom: 20px; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn, .carousel-caption .email-submit, .carousel-caption .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .carousel-caption li, .carousel-caption .hubspot-contacts button, .hubspot-contacts .carousel-caption button { text-shadow: none; }

@media screen and (min-width: 768px) { .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next { width: 30px; height: 30px; margin-top: -15px; margin-left: -15px; font-size: 30px; }
  .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; }
  .carousel-indicators { bottom: 20px; } }
.clearfix:before, .nav-utility:before, .header-section .header-wrapper:before, .clearfix:after, .nav-utility:after, .header-section .header-wrapper:after { content: " "; display: table; }
.clearfix:after, .nav-utility:after, .header-section .header-wrapper:after { clear: both; }

.center-block { display: block; margin-left: auto; margin-right: auto; }

.pull-right, .content-article .article-body .bio, .wp-caption.alignright, img.alignright { float: right !important; }

.pull-left, .wp-caption.alignleft, img.alignleft, #tinymce .related, .article-body .related, .page .entry-content .related, #tinymce .quote, #tinymce blockquote.pullquote, .article-body .quote, .article-body blockquote.pullquote, .page .entry-content .quote, .page .entry-content blockquote.pullquote { float: left !important; }

.hide { display: none !important; }

.show { display: block !important; }

.invisible { visibility: hidden; }

.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }

.hidden { display: none !important; visibility: hidden !important; }

.affix { position: fixed; }

@-ms-viewport { width: device-width; }
.visible-xs, body.single-cartoon article.cartoon.has-post-thumbnail > figure.layout-lg, .share.mobile, .visible-sm, .visible-md, .visible-lg, .featured-utility, .popular-features .feature-haiku { display: none !important; }

@media (max-width: 767px) { .visible-xs, body.single-cartoon article.cartoon.has-post-thumbnail > figure.layout-lg, .share.mobile { display: block !important; }
  table.visible-xs, table.share.mobile { display: table; }
  tr.visible-xs, tr.share.mobile { display: table-row !important; }
  th.visible-xs, th.share.mobile, td.visible-xs, td.share.mobile { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg, .featured-utility, .popular-features .feature-haiku { display: block !important; }
  table.visible-lg, table.featured-utility, .popular-features table.feature-haiku { display: table; }
  tr.visible-lg, tr.featured-utility, .popular-features tr.feature-haiku { display: table-row !important; }
  th.visible-lg, th.featured-utility, .popular-features th.feature-haiku, td.visible-lg, td.featured-utility, .popular-features td.feature-haiku { display: table-cell !important; } }
@media (max-width: 767px) { .hidden-xs, .nav-divider, .footer-site .nav-global, .layout-md, .layout-sm, .quote, #tinymce blockquote.pullquote, .article-body blockquote.pullquote, .page .entry-content blockquote.pullquote, .more-headlines, .wrapper-special-coverage .col-special-secondary, .popular-features, .share .sharedaddy .sd-content ul li.share-print, .share .sharedaddy .sd-content ul li.share-custom, .share.vertical { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm, .share .sharedaddy .sd-content ul li.share-print, .share .sharedaddy .sd-content ul li.share-custom { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg, .nav-divider, .wrapper-features .feature-email, .popular-features .feature-email { display: none !important; } }
.visible-print { display: none !important; }

@media print { .visible-print { display: block !important; }
  table.visible-print { display: table; }
  tr.visible-print { display: table-row !important; }
  th.visible-print, td.visible-print { display: table-cell !important; } }
@media print { .hidden-print { display: none !important; } }
@font-face { font-family: 'kreonbold'; src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-bold-webfont.eot); src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-bold-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-bold-webfont.woff) format("woff"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-bold-webfont.ttf) format("truetype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-bold-webfont.svg#kreonbold) format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'kreonregular'; src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-regular-webfont.eot); src: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-regular-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-regular-webfont.woff) format("woff"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../fonts/kreon/kreon-regular-webfont.svg#kreonregular) format("svg"); font-weight: normal; font-style: normal; }
html { background: #ededed; }

.img-sm { width: 70px; height: auto; }

.img-sidebar { float: left; margin: 0 15px 0 0; padding: 4px 0 0 0; }

b, strong { font-weight: 600; }

h1, h2, h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption, h5, h6, .h1, .h2, .h3, .h5, .topics-list .header, .header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results, .h6 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

h1, .h1 { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-weight: normal; margin-top: 0; margin-bottom: 10px; }
@media (min-width: 768px) { h1, .h1 { font-size: 35px; } }
@media (min-width: 1200px) { h1, .h1 { font-size: 42px; margin-bottom: 15px; } }

h4, aside.note header, .h4 { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: #474747; margin: 10px 0 20px 0; }

h5, .h5, .topics-list .header, .header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results { color: #757575; text-transform: uppercase; margin: 0 0 5px 0; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 13px; font-weight: 600; }

ul { padding-left: 0; list-style: none; }

.content-main ul > li { margin-bottom: 15px; }
.content-main ul > li:last-child { margin-bottom: 0; }

.subhead, #tinymce > h3, #tinymce .related #tinymce > figcaption, .article-body .related #tinymce > figcaption, .page .entry-content .related #tinymce > figcaption, .article-body > h3, #tinymce .related .article-body > figcaption, .article-body .related .article-body > figcaption, .page .entry-content .related .article-body > figcaption, .page .entry-content > h3, .page #tinymce .related .entry-content > figcaption, #tinymce .related .page .entry-content > figcaption, .page .article-body .related .entry-content > figcaption, .article-body .related .page .entry-content > figcaption, .page .entry-content .related .entry-content > figcaption { color: #07294c; font-size: 18px; font-weight: 600; }

.article-body > p { margin: 0 0 26px; }

.caption, .wp-caption .wp-caption-text, img .wp-caption-text, #tinymce .quote figcaption, #tinymce blockquote.pullquote figcaption, .article-body .quote figcaption, .article-body blockquote.pullquote figcaption, .page .entry-content .quote figcaption, .page .entry-content blockquote.pullquote figcaption, #tinymce blockquote.pullquote footer, .article-body blockquote.pullquote footer, .page .entry-content blockquote.pullquote footer { color: #757575; font-size: 12px; line-height: 1.5; padding-top: 10px; }
.caption p:last-child, .wp-caption .wp-caption-text p:last-child, img .wp-caption-text p:last-child, #tinymce .quote figcaption p:last-child, #tinymce blockquote.pullquote figcaption p:last-child, .article-body .quote figcaption p:last-child, .article-body blockquote.pullquote figcaption p:last-child, .page .entry-content .quote figcaption p:last-child, .page .entry-content blockquote.pullquote figcaption p:last-child, #tinymce blockquote.pullquote footer p:last-child, .article-body blockquote.pullquote footer p:last-child, .page .entry-content blockquote.pullquote footer p:last-child, .caption ul:last-child, .wp-caption .wp-caption-text ul:last-child, img .wp-caption-text ul:last-child, #tinymce .quote figcaption ul:last-child, #tinymce blockquote.pullquote figcaption ul:last-child, .article-body .quote figcaption ul:last-child, .article-body blockquote.pullquote figcaption ul:last-child, .page .entry-content .quote figcaption ul:last-child, .page .entry-content blockquote.pullquote figcaption ul:last-child, #tinymce blockquote.pullquote footer ul:last-child, .article-body blockquote.pullquote footer ul:last-child, .page .entry-content blockquote.pullquote footer ul:last-child, .caption ol:last-child, .wp-caption .wp-caption-text ol:last-child, img .wp-caption-text ol:last-child, #tinymce .quote figcaption ol:last-child, #tinymce blockquote.pullquote figcaption ol:last-child, .article-body .quote figcaption ol:last-child, .article-body blockquote.pullquote figcaption ol:last-child, .page .entry-content .quote figcaption ol:last-child, .page .entry-content blockquote.pullquote figcaption ol:last-child, #tinymce blockquote.pullquote footer ol:last-child, .article-body blockquote.pullquote footer ol:last-child, .page .entry-content blockquote.pullquote footer ol:last-child { margin-bottom: 0; }

.credit { color: #a5a5a5; }

.credit-quote, #tinymce blockquote.pullquote footer, .article-body blockquote.pullquote footer, .page .entry-content blockquote.pullquote footer { color: #a5a5a5; padding-top: 5px; }
.credit-quote:before, #tinymce blockquote.pullquote footer:before, .article-body blockquote.pullquote footer:before, .page .entry-content blockquote.pullquote footer:before { content: "- "; }

.kicker, .article-list-results .type { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; color: #474747; }

.header-article .kicker, .entry-header .kicker, .header-article .article-list-results .type, .article-list-results .header-article .type, .entry-header .article-list-results .type, .article-list-results .entry-header .type { color: #d32329; font-size: 14px; font-family: "kreonbold", Georgia, "Times New Roman", Times, serif; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-bottom: 5px; }
@media (min-width: 768px) { .header-article .kicker, .entry-header .kicker, .header-article .article-list-results .type, .article-list-results .header-article .type, .entry-header .article-list-results .type, .article-list-results .entry-header .type { font-size: 16px; } }

time { color: #a5a5a5; white-space: nowrap; }
time:before { content: " "; }

.meta { color: #474747; font-size: 14px; }
.meta p { margin-bottom: 5px; }
.meta time:before { content: " | "; }
.meta time:first-child:before { content: ""; }
.meta .twitter:before { content: " | "; }

blockquote { font-size: 16px; color: #757575; font-weight: 300; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
blockquote.pullquote { padding: 0; margin: 0; border-left: 0; font-size: 28px; line-height: 1.4; }

.headline, .nav-article .module > a, .daily-briefing li p { font-weight: 600; font-size: 15px; line-height: 1.4; display: block; }

.form-control { font-size: 13px; margin-top: 10px; box-shadow: none; padding: 0 10px; }

.header-site .form-control { background-color: #e4e4e4; }

.footer-site .form-control { background-color: #fff; }

.site-search { position: relative; }
.site-search .btn, .site-search .email-submit, .site-search .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .site-search li, .site-search .hubspot-contacts button, .hubspot-contacts .site-search button { position: absolute; z-index: 200; right: 0; top: 0; font-size: 13px; margin: 0; height: 30px; padding: 5px 10px; background-color: transparent; border: 0; }

.site-search-results .form-control { background: #fff; height: 40px; font-size: 15px; }
.site-search-results .btn, .site-search-results .email-submit, .site-search-results .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .site-search-results li, .site-search-results .hubspot-contacts button, .hubspot-contacts .site-search-results button { font-size: 16px; height: 40px; }

.form-filters input, .form-filters label { font-weight: 600; color: #757575; font-size: 12px; }
.form-filters input[type="radio"], .form-filters input[type="checkbox"] { margin-top: 3px; }
.form-filters .radio, .form-filters .checkbox { margin-bottom: 5px; }
.form-filters .form-control { background: #fff; margin-top: 0; height: 25px; padding: 0 5px; }
.form-filters .form-group { margin-bottom: 10px; }
.form-filters h5 { margin-bottom: 5px; margin-top: 20px; }
.form-filters h5:first-child { margin-top: 0; }

.btn-secondary, .col-footer-email .email-submit { color: #fff; background-color: #0c3561; border-color: #0c3561; }
.btn-secondary:hover, .col-footer-email .email-submit:hover, .btn-secondary:focus, .col-footer-email .email-submit:focus, .btn-secondary:active, .col-footer-email .email-submit:active, .btn-secondary.active, .col-footer-email .active.email-submit { color: #fff; background-color: #08213d; border-color: #05172b; }
.open .btn-secondary.dropdown-toggle, .open .col-footer-email .dropdown-toggle.email-submit, .col-footer-email .open .dropdown-toggle.email-submit { color: #fff; background-color: #08213d; border-color: #05172b; }
.btn-secondary:active, .col-footer-email .email-submit:active, .btn-secondary.active, .col-footer-email .active.email-submit { background-image: none; }
.open .btn-secondary.dropdown-toggle, .open .col-footer-email .dropdown-toggle.email-submit, .col-footer-email .open .dropdown-toggle.email-submit { background-image: none; }
.btn-secondary.disabled, .col-footer-email .disabled.email-submit, .btn-secondary.disabled:hover, .col-footer-email .disabled.email-submit:hover, .btn-secondary.disabled:focus, .col-footer-email .disabled.email-submit:focus, .btn-secondary.disabled:active, .col-footer-email .disabled.email-submit:active, .btn-secondary.disabled.active, .col-footer-email .disabled.active.email-submit, .btn-secondary[disabled], .col-footer-email [disabled].email-submit, .btn-secondary[disabled]:hover, .col-footer-email [disabled].email-submit:hover, .btn-secondary[disabled]:focus, .col-footer-email [disabled].email-submit:focus, .btn-secondary[disabled]:active, .col-footer-email [disabled].email-submit:active, .btn-secondary[disabled].active, .col-footer-email [disabled].active.email-submit, fieldset[disabled] .btn-secondary, fieldset[disabled] .col-footer-email .email-submit, .col-footer-email fieldset[disabled] .email-submit, fieldset[disabled] .btn-secondary:hover, fieldset[disabled] .col-footer-email .email-submit:hover, .col-footer-email fieldset[disabled] .email-submit:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .col-footer-email .email-submit:focus, .col-footer-email fieldset[disabled] .email-submit:focus, fieldset[disabled] .btn-secondary:active, fieldset[disabled] .col-footer-email .email-submit:active, .col-footer-email fieldset[disabled] .email-submit:active, fieldset[disabled] .btn-secondary.active, fieldset[disabled] .col-footer-email .active.email-submit, .col-footer-email fieldset[disabled] .active.email-submit { background-color: #0c3561; border-color: #0c3561; }
.btn-secondary .badge, .col-footer-email .email-submit .badge { color: #0c3561; background-color: #fff; }

.btn-red, .sidebar .email-submit { color: #fff; background-color: #d32329; border-color: #d32329; }
.btn-red:hover, .sidebar .email-submit:hover, .btn-red:focus, .sidebar .email-submit:focus, .btn-red:active, .sidebar .email-submit:active, .btn-red.active, .sidebar .active.email-submit { color: #fff; background-color: #b01d22; border-color: #9f1a1f; }
.open .btn-red.dropdown-toggle, .open .sidebar .dropdown-toggle.email-submit, .sidebar .open .dropdown-toggle.email-submit { color: #fff; background-color: #b01d22; border-color: #9f1a1f; }
.btn-red:active, .sidebar .email-submit:active, .btn-red.active, .sidebar .active.email-submit { background-image: none; }
.open .btn-red.dropdown-toggle, .open .sidebar .dropdown-toggle.email-submit, .sidebar .open .dropdown-toggle.email-submit { background-image: none; }
.btn-red.disabled, .sidebar .disabled.email-submit, .btn-red.disabled:hover, .sidebar .disabled.email-submit:hover, .btn-red.disabled:focus, .sidebar .disabled.email-submit:focus, .btn-red.disabled:active, .sidebar .disabled.email-submit:active, .btn-red.disabled.active, .sidebar .disabled.active.email-submit, .btn-red[disabled], .sidebar [disabled].email-submit, .btn-red[disabled]:hover, .sidebar [disabled].email-submit:hover, .btn-red[disabled]:focus, .sidebar [disabled].email-submit:focus, .btn-red[disabled]:active, .sidebar [disabled].email-submit:active, .btn-red[disabled].active, .sidebar [disabled].active.email-submit, fieldset[disabled] .btn-red, fieldset[disabled] .sidebar .email-submit, .sidebar fieldset[disabled] .email-submit, fieldset[disabled] .btn-red:hover, fieldset[disabled] .sidebar .email-submit:hover, .sidebar fieldset[disabled] .email-submit:hover, fieldset[disabled] .btn-red:focus, fieldset[disabled] .sidebar .email-submit:focus, .sidebar fieldset[disabled] .email-submit:focus, fieldset[disabled] .btn-red:active, fieldset[disabled] .sidebar .email-submit:active, .sidebar fieldset[disabled] .email-submit:active, fieldset[disabled] .btn-red.active, fieldset[disabled] .sidebar .active.email-submit, .sidebar fieldset[disabled] .active.email-submit { background-color: #d32329; border-color: #d32329; }
.btn-red .badge, .sidebar .email-submit .badge { color: #d32329; background-color: #fff; }

.btn-nav { color: #fff; background: #17487d; padding: 5px 10px; border: 2px solid #07294c; width: 46px; height: 42px; text-align: center; border-radius: 3px; /*&:hover, &:focus, */ }
.btn-nav .icon-bar { background-color: #fff; height: 3px; }
.btn-nav.btnClicked { background-color: #0b233c; }

.btn-republish, .btn-republish-inline, .share .sharedaddy .sd-content ul li a.sd-button.share-custom:after { color: #fff; background: #d32329; padding: 4px 3px; text-align: center; border-radius: 3px; margin: 3px -3px 0 -3px; }

.btn-republish-inline, .share .sharedaddy .sd-content ul li a.sd-button.share-custom:after { margin: 0 0 0 4px; }

.btn, .email-submit, .share .sharedaddy .sd-content ul li, .hubspot-contacts button { margin-top: 10px; font-size: 13px; padding-left: 10px; padding-right: 10px; }

.btn-full, .email-submit { width: 100%; }

.btn-group-box { margin-bottom: -30px; }
.btn-group-box .btn, .btn-group-box .email-submit, .btn-group-box .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-box li, .btn-group-box .hubspot-contacts button, .hubspot-contacts .btn-group-box button { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 0; border-left: 1px solid #fff; border-right: 1px solid #d6d6d6; }
.btn-group-box .btn-group:first-child > .btn:first-child, .btn-group-box .share .sharedaddy .sd-content ul:first-child > .btn:first-child, .share .sharedaddy .sd-content .btn-group-box ul:first-child > .btn:first-child, .btn-group-box .btn-group:first-child > .email-submit:first-child, .btn-group-box .share .sharedaddy .sd-content ul:first-child > .email-submit:first-child, .share .sharedaddy .sd-content .btn-group-box ul:first-child > .email-submit:first-child, .btn-group-box .share .sharedaddy .sd-content ul .btn-group:first-child > li:first-child, .share .sharedaddy .sd-content ul .btn-group-box .btn-group:first-child > li:first-child, .btn-group-box .share .sharedaddy .sd-content ul:first-child > li:first-child, .share .sharedaddy .sd-content .btn-group-box ul:first-child > li:first-child, .btn-group-box .hubspot-contacts .btn-group:first-child > button:first-child, .hubspot-contacts .btn-group-box .btn-group:first-child > button:first-child, .btn-group-box .share .sharedaddy .sd-content .hubspot-contacts ul:first-child > button:first-child, .hubspot-contacts .btn-group-box .share .sharedaddy .sd-content ul:first-child > button:first-child, .share .sharedaddy .sd-content .btn-group-box .hubspot-contacts ul:first-child > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-box ul:first-child > button:first-child { border-left: none; border-top-left-radius: 3px; }
.btn-group-box .btn-group:last-child > .btn:first-child, .btn-group-box .share .sharedaddy .sd-content ul:last-child > .btn:first-child, .share .sharedaddy .sd-content .btn-group-box ul:last-child > .btn:first-child, .btn-group-box .btn-group:last-child > .email-submit:first-child, .btn-group-box .share .sharedaddy .sd-content ul:last-child > .email-submit:first-child, .share .sharedaddy .sd-content .btn-group-box ul:last-child > .email-submit:first-child, .btn-group-box .share .sharedaddy .sd-content ul .btn-group:last-child > li:first-child, .share .sharedaddy .sd-content ul .btn-group-box .btn-group:last-child > li:first-child, .btn-group-box .share .sharedaddy .sd-content ul:last-child > li:first-child, .share .sharedaddy .sd-content .btn-group-box ul:last-child > li:first-child, .btn-group-box .hubspot-contacts .btn-group:last-child > button:first-child, .hubspot-contacts .btn-group-box .btn-group:last-child > button:first-child, .btn-group-box .share .sharedaddy .sd-content .hubspot-contacts ul:last-child > button:first-child, .hubspot-contacts .btn-group-box .share .sharedaddy .sd-content ul:last-child > button:first-child, .share .sharedaddy .sd-content .btn-group-box .hubspot-contacts ul:last-child > button:first-child, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-box ul:last-child > button:first-child { border-right: none; border-top-right-radius: 3px; }
.btn-group-box .last .btn, .btn-group-box .last .email-submit, .btn-group-box .last .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-box .last li, .btn-group-box .last .hubspot-contacts button, .hubspot-contacts .btn-group-box .last button { border-right: none; }

.btn-group-share .btn, .share .sharedaddy .sd-content ul .btn, .btn-group-share .email-submit, .share .sharedaddy .sd-content ul .email-submit, .share .sharedaddy .sd-content ul li, .btn-group-share .hubspot-contacts button, .hubspot-contacts .btn-group-share button, .share .sharedaddy .sd-content ul .hubspot-contacts button, .hubspot-contacts .share .sharedaddy .sd-content ul button { font-size: 10px; font-weight: 600; text-transform: uppercase; border: 0; }

.btn-group-share-vert .btn, .share.vertical .sharedaddy .sd-content ul .btn, .btn-group-share-vert .email-submit, .share.vertical .sharedaddy .sd-content ul .email-submit, .btn-group-share-vert .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-share-vert li, .share.vertical .sharedaddy .sd-content ul li, .btn-group-share-vert .hubspot-contacts button, .hubspot-contacts .btn-group-share-vert button, .share.vertical .sharedaddy .sd-content ul .hubspot-contacts button, .hubspot-contacts .share.vertical .sharedaddy .sd-content ul button { text-align: left; margin-bottom: 1px; padding: 8px; border-bottom: 1px solid #d6d6d6; border-top: 1px solid #fff; }
.btn-group-share-vert .btn:first-child, .share.vertical .sharedaddy .sd-content ul .btn:first-child, .btn-group-share-vert .email-submit:first-child, .share.vertical .sharedaddy .sd-content ul .email-submit:first-child, .btn-group-share-vert .share .sharedaddy .sd-content ul li:first-child, .share .sharedaddy .sd-content ul .btn-group-share-vert li:first-child, .share.vertical .sharedaddy .sd-content ul li:first-child, .btn-group-share-vert .hubspot-contacts button:first-child, .hubspot-contacts .btn-group-share-vert button:first-child, .share.vertical .sharedaddy .sd-content ul .hubspot-contacts button:first-child, .hubspot-contacts .share.vertical .sharedaddy .sd-content ul button:first-child { border-top: none; }
.btn-group-share-vert .btn:last-child, .share.vertical .sharedaddy .sd-content ul .btn:last-child, .btn-group-share-vert .email-submit:last-child, .share.vertical .sharedaddy .sd-content ul .email-submit:last-child, .btn-group-share-vert .share .sharedaddy .sd-content ul li:last-child, .share .sharedaddy .sd-content ul .btn-group-share-vert li:last-child, .share.vertical .sharedaddy .sd-content ul li:last-child, .btn-group-share-vert .hubspot-contacts button:last-child, .hubspot-contacts .btn-group-share-vert button:last-child, .share.vertical .sharedaddy .sd-content ul .hubspot-contacts button:last-child, .hubspot-contacts .share.vertical .sharedaddy .sd-content ul button:last-child { border-bottom: none; }
.btn-group-share-vert .last, .share.vertical .sharedaddy .sd-content ul .last { border-bottom: none; }
.btn-group-share-vert .btn-break, .share.vertical .sharedaddy .sd-content ul .btn-break { border-bottom: none; }
@media (min-width: 992px) { .btn-group-share-vert .btn-break, .share.vertical .sharedaddy .sd-content ul .btn-break { border-bottom: 1px solid #d6d6d6; } }

.btn-group-share-horiz, .share.horizontal .sd-content ul, .share.mobile .sd-content ul { margin-top: 15px; margin-bottom: 15px; }
.btn-group-share-horiz .btn, .share.horizontal .sd-content ul .btn, .share.mobile .sd-content ul .btn, .btn-group-share-horiz .email-submit, .share.horizontal .sd-content ul .email-submit, .share.mobile .sd-content ul .email-submit, .btn-group-share-horiz .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-share-horiz li, .share.horizontal .sharedaddy .sd-content ul li, .share.mobile .sharedaddy .sd-content ul li, .btn-group-share-horiz .hubspot-contacts button, .hubspot-contacts .btn-group-share-horiz button, .share.horizontal .sd-content ul .hubspot-contacts button, .hubspot-contacts .share.horizontal .sd-content ul button, .share.mobile .sd-content ul .hubspot-contacts button, .hubspot-contacts .share.mobile .sd-content ul button { padding-top: 15px; padding-bottom: 15px; border-right: 1px solid #d6d6d6; border-left: 1px solid #fff; }
.btn-group-share-horiz .btn-break, .share.horizontal .sd-content ul .btn-break, .share.mobile .sd-content ul .btn-break { border-right: none; }
@media (min-width: 992px) { .btn-group-share-horiz .btn-break, .share.horizontal .sd-content ul .btn-break, .share.mobile .sd-content ul .btn-break { border-right: 1px solid #d6d6d6; } }
.btn-group-share-horiz .btn-group:first-child > .btn, .share.horizontal .sd-content ul .btn-group:first-child > .btn, .share.mobile .sd-content ul .btn-group:first-child > .btn, .btn-group-share-horiz .share .sharedaddy .sd-content ul:first-child > .btn, .share .sharedaddy .sd-content .btn-group-share-horiz ul:first-child > .btn, .share.horizontal .sharedaddy .sd-content ul ul:first-child > .btn, .share.mobile .sharedaddy .sd-content ul ul:first-child > .btn, .btn-group-share-horiz .btn-group:first-child > .email-submit, .share.horizontal .sd-content ul .btn-group:first-child > .email-submit, .share.mobile .sd-content ul .btn-group:first-child > .email-submit, .btn-group-share-horiz .share .sharedaddy .sd-content ul:first-child > .email-submit, .share .sharedaddy .sd-content .btn-group-share-horiz ul:first-child > .email-submit, .share.horizontal .sharedaddy .sd-content ul ul:first-child > .email-submit, .share.mobile .sharedaddy .sd-content ul ul:first-child > .email-submit, .btn-group-share-horiz .share .sharedaddy .sd-content ul .btn-group:first-child > li, .share .sharedaddy .sd-content ul .btn-group-share-horiz .btn-group:first-child > li, .share.horizontal .sharedaddy .sd-content ul .btn-group:first-child > li, .share.mobile .sharedaddy .sd-content ul .btn-group:first-child > li, .btn-group-share-horiz .share .sharedaddy .sd-content ul:first-child > li, .share .sharedaddy .sd-content .btn-group-share-horiz ul:first-child > li, .share.horizontal .sharedaddy .sd-content ul ul:first-child > li, .share.mobile .sharedaddy .sd-content ul ul:first-child > li, .btn-group-share-horiz .hubspot-contacts .btn-group:first-child > button, .hubspot-contacts .btn-group-share-horiz .btn-group:first-child > button, .share.horizontal .sd-content ul .hubspot-contacts .btn-group:first-child > button, .hubspot-contacts .share.horizontal .sd-content ul .btn-group:first-child > button, .share.mobile .sd-content ul .hubspot-contacts .btn-group:first-child > button, .hubspot-contacts .share.mobile .sd-content ul .btn-group:first-child > button, .btn-group-share-horiz .share .sharedaddy .sd-content .hubspot-contacts ul:first-child > button, .hubspot-contacts .btn-group-share-horiz .share .sharedaddy .sd-content ul:first-child > button, .share .sharedaddy .sd-content .btn-group-share-horiz .hubspot-contacts ul:first-child > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-share-horiz ul:first-child > button, .share.horizontal .sharedaddy .sd-content ul .hubspot-contacts ul:first-child > button, .hubspot-contacts .share.horizontal .sharedaddy .sd-content ul ul:first-child > button, .share.mobile .sharedaddy .sd-content ul .hubspot-contacts ul:first-child > button, .hubspot-contacts .share.mobile .sharedaddy .sd-content ul ul:first-child > button { border-left: none; }
.btn-group-share-horiz .btn-group:last-child > .btn, .share.horizontal .sd-content ul .btn-group:last-child > .btn, .share.mobile .sd-content ul .btn-group:last-child > .btn, .btn-group-share-horiz .share .sharedaddy .sd-content ul:last-child > .btn, .share .sharedaddy .sd-content .btn-group-share-horiz ul:last-child > .btn, .share.horizontal .sharedaddy .sd-content ul ul:last-child > .btn, .share.mobile .sharedaddy .sd-content ul ul:last-child > .btn, .btn-group-share-horiz .btn-group:last-child > .email-submit, .share.horizontal .sd-content ul .btn-group:last-child > .email-submit, .share.mobile .sd-content ul .btn-group:last-child > .email-submit, .btn-group-share-horiz .share .sharedaddy .sd-content ul:last-child > .email-submit, .share .sharedaddy .sd-content .btn-group-share-horiz ul:last-child > .email-submit, .share.horizontal .sharedaddy .sd-content ul ul:last-child > .email-submit, .share.mobile .sharedaddy .sd-content ul ul:last-child > .email-submit, .btn-group-share-horiz .share .sharedaddy .sd-content ul .btn-group:last-child > li, .share .sharedaddy .sd-content ul .btn-group-share-horiz .btn-group:last-child > li, .share.horizontal .sharedaddy .sd-content ul .btn-group:last-child > li, .share.mobile .sharedaddy .sd-content ul .btn-group:last-child > li, .btn-group-share-horiz .share .sharedaddy .sd-content ul:last-child > li, .share .sharedaddy .sd-content .btn-group-share-horiz ul:last-child > li, .share.horizontal .sharedaddy .sd-content ul ul:last-child > li, .share.mobile .sharedaddy .sd-content ul ul:last-child > li, .btn-group-share-horiz .hubspot-contacts .btn-group:last-child > button, .hubspot-contacts .btn-group-share-horiz .btn-group:last-child > button, .share.horizontal .sd-content ul .hubspot-contacts .btn-group:last-child > button, .hubspot-contacts .share.horizontal .sd-content ul .btn-group:last-child > button, .share.mobile .sd-content ul .hubspot-contacts .btn-group:last-child > button, .hubspot-contacts .share.mobile .sd-content ul .btn-group:last-child > button, .btn-group-share-horiz .share .sharedaddy .sd-content .hubspot-contacts ul:last-child > button, .hubspot-contacts .btn-group-share-horiz .share .sharedaddy .sd-content ul:last-child > button, .share .sharedaddy .sd-content .btn-group-share-horiz .hubspot-contacts ul:last-child > button, .hubspot-contacts .share .sharedaddy .sd-content .btn-group-share-horiz ul:last-child > button, .share.horizontal .sharedaddy .sd-content ul .hubspot-contacts ul:last-child > button, .hubspot-contacts .share.horizontal .sharedaddy .sd-content ul ul:last-child > button, .share.mobile .sharedaddy .sd-content ul .hubspot-contacts ul:last-child > button, .hubspot-contacts .share.mobile .sharedaddy .sd-content ul ul:last-child > button { border-right: none; }
.btn-group-share-horiz .last .btn, .share.horizontal .sd-content ul .last .btn, .share.mobile .sd-content ul .last .btn, .btn-group-share-horiz .last .email-submit, .share.horizontal .sd-content ul .last .email-submit, .share.mobile .sd-content ul .last .email-submit, .btn-group-share-horiz .last .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .btn-group-share-horiz .last li, .share.horizontal .sharedaddy .sd-content ul .last li, .share.mobile .sharedaddy .sd-content ul .last li, .btn-group-share-horiz .last .hubspot-contacts button, .hubspot-contacts .btn-group-share-horiz .last button, .share.horizontal .sd-content ul .last .hubspot-contacts button, .hubspot-contacts .share.horizontal .sd-content ul .last button, .share.mobile .sd-content ul .last .hubspot-contacts button, .hubspot-contacts .share.mobile .sd-content ul .last button { border-right: none; }

.btn-twitter, .share .sharedaddy .sd-content ul li a.sd-button.share-twitter:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -240px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-twitter, .share .sharedaddy .sd-content ul li a.sd-button.share-twitter:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -240px; height: 16px; width: 16px; } }

.btn-twitter-blue, .social-links-footer .btn-twitter, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-twitter:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-twitter:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -224px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-twitter-blue, .social-links-footer .btn-twitter, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-twitter:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-twitter:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -224px; height: 16px; width: 16px; } }

.btn-facebook, .share .sharedaddy .sd-content ul li a.sd-button.share-facebook:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -48px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-facebook, .share .sharedaddy .sd-content ul li a.sd-button.share-facebook:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -48px; height: 16px; width: 16px; } }

.btn-facebook-blue, .social-links-footer .btn-facebook, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-facebook:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-facebook:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -32px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-facebook-blue, .social-links-footer .btn-facebook, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-facebook:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-facebook:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -32px; height: 16px; width: 16px; } }

.btn-linkedin, .share .sharedaddy .sd-content ul li a.sd-button.share-linkedin:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -80px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-linkedin, .share .sharedaddy .sd-content ul li a.sd-button.share-linkedin:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -80px; height: 16px; width: 16px; } }

.btn-linkedin-blue, .social-links-footer .btn-linkedin, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-linkedin:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-linkedin:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -64px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-linkedin-blue, .social-links-footer .btn-linkedin, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button.share-linkedin:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button.share-linkedin:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -64px; height: 16px; width: 16px; } }

.btn-email, .share .sharedaddy .sd-content ul li a.sd-button.share-email:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -16px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-email, .share .sharedaddy .sd-content ul li a.sd-button.share-email:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -16px; height: 16px; width: 16px; } }

.btn-print, .share .sharedaddy .sd-content ul li a.sd-button.share-print:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -160px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-print, .share .sharedaddy .sd-content ul li a.sd-button.share-print:before { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -160px; height: 16px; width: 16px; } }

.btn-rss { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -208px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-rss { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -208px; height: 16px; width: 16px; } }

.btn-rss-blue, .social-links-footer .btn-rss { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -192px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-rss-blue, .social-links-footer .btn-rss { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -192px; height: 16px; width: 16px; } }

.btn-republish-icon { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -176px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-republish-icon { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -176px; height: 16px; width: 16px; } }

.btn-more, ul.list-callout .bullet { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -144px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-more, ul.list-callout .bullet { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -144px; height: 16px; width: 16px; } }

.btn-more-sm { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -128px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-more-sm { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -128px; height: 16px; width: 16px; } }

.btn-more-blue { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -96px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-more-blue { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -96px; height: 16px; width: 16px; } }

.btn-more-left { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 -112px; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-more-left { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 -112px; height: 16px; width: 16px; } }

.btn-check, .feature-email .email-submit:after, .module.email .email-submit:after { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-s8cc1f0e438.png); background-position: 0 0; background-repeat: no-repeat; overflow: hidden; display: block; height: 16px; width: 16px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-check, .feature-email .email-submit:after, .module.email .email-submit:after { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icons-2x-s8c0d01b3c7.png); -moz-background-size: 16px auto; -o-background-size: 16px auto; -webkit-background-size: 16px auto; background-size: 16px auto; background-position: 0 0; height: 16px; width: 16px; } }

.btn-prev, .btn-next { background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icon-arrow-lg.png) no-repeat; width: 18px; height: 12px; display: block; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .btn-prev, .btn-next { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/sprites/icon-arrow-lg@2x.png); background-size: 18px 48px; } }

.btn-next { background-position: 0 -12px; }

.icon-left, .share .sharedaddy .sd-content ul li a.sd-button:before { margin-right: 4px; margin-top: -2px; margin-bottom: -2px; display: inline-block; }

.icon-right, .feature-email .email-submit:after, .module.email .email-submit:after { margin-left: 4px; margin-top: -2px; margin-bottom: -2px; display: inline-block; }

.header-site { background: #07294c url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-header.png); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); padding-top: 20px; margin-bottom: 15px; }
@media (min-width: 768px) { .header-site { margin-bottom: 30px; } }
@media (min-width: 1200px) { .header-site { margin-bottom: 40px; } }
.header-site a { color: #fff; }

img.brand { width: 100px; height: auto; margin-bottom: 20px; }
@media (min-width: 768px) { img.brand { width: 136px; margin-bottom: 0; } }

ul.nav-secondary-links { float: left; width: 55%; padding-top: 8px; padding-right: 10px; }
ul.nav-secondary-links > li { float: right; font-size: 13px; text-transform: uppercase; line-height: 1; font-weight: 600; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; border-right: 1px solid #fff; padding-right: 10px; margin-right: 10px; }
ul.nav-secondary-links > li:first-child { border: none; padding: 0; margin: 0; }

.site-search { float: left; width: 45%; padding-right: 10px; }
.site-search .form-control { margin: 0 0 0 10px; }

.share-links { float: right; clear: both; margin-top: 15px; background: #0c3561; border-top-right-radius: 3px; height: 43px; position: relative; }
.share-links ul { display: inline-block; height: 43px; padding: 15px 5px 0 5px; margin: 0; }
.share-links ul > li { float: left; font-size: 12px; line-height: 1; font-weight: 600; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; margin-right: 10px; }
.share-links .h5, .share-links .topics-list .header, .topics-list .share-links .header, .share-links .header-kicker, .share-links .article-list .header, .article-list .share-links .header, .share-links .article-list-details .header, .article-list-details .share-links .header, .share-links .callout .header, .callout .share-links .header, .share-links .nav-results { color: #85a9c3; margin-bottom: 0; margin-top: 2px; }
.share-links ul.social-links { background: #07294c; border-top-right-radius: 3px; position: relative; }
.share-links ul.social-links:before { content: ''; line-height: 0; font-size: 0; width: 0; height: 0; border-top: 0px solid transparent; border-bottom: 43px solid #07294c; border-left: 43px solid transparent; border-right: 0px solid #07294c; position: absolute; top: 0px; left: -42px; }
.share-links ul.republish-link { text-transform: uppercase; padding-right: 30px; }
.share-links:before { content: ''; line-height: 0; font-size: 0; width: 0; height: 0; border-top: 0px solid transparent; border-bottom: 43px solid #0c3561; border-left: 43px solid transparent; border-right: 0px solid #0c3561; position: absolute; top: 0px; left: -42px; }
.share-links .social-text { display: none; }
@media (min-width: 992px) { .share-links .social-text { display: inline; } }

.nav-global { background: #0c3561; border-top: 2px solid; border-color: #07294c; border-radius: 0px; margin-bottom: 0; font-size: 14px; font-weight: 600; line-height: 1; text-transform: uppercase; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.nav-global .nav > li > a { color: #fff; }
@media (min-width: 1200px) { .nav-global .nav { border-left: 1px solid #07294c; border-right: 1px solid #17487d; width: 100%; }
  .nav-global .nav li.first { border-left: 1px solid #17487d; }
  .nav-global .nav li.first a { padding-left: 14px; }
  .nav-global .nav li.last { border-right: 1px solid #07294c; }
  .nav-global .nav li.last a { padding-right: 14px; }
  .nav-global .nav li.last:last-child { border-right: none; } }

.navbar-nav > li > a { padding-top: 7px; padding-bottom: 7px; }
@media (min-width: 768px) { .navbar-nav > li > a { padding-top: 10px; padding-bottom: 10px; } }

.btn-links { position: absolute; top: -53px; right: 0; }

.btn-search { position: absolute; top: -50px; right: 60px; }

.navbar-collapse { position: relative; border: none; max-height: none; overflow-y: visible; padding-top: 15px; padding-bottom: 15px; }
@media (min-width: 768px) { .navbar-collapse { padding: 0; } }

@media (max-width: 480px) { .navbar-search { position: absolute; top: 3px; margin-left: -15px; /*top: 73px;
left: -90px;*/ background: #0c3561; z-index: 500; padding: 10px 0; width: 100%; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }
  .navbar-search .site-search { width: 98%; } }

.nav-divider { height: 2px; width: 100%; position: absolute; top: 45px; background: #07294c; border-bottom: 1px solid #17487d; }

.footer-site { background: #ededed; border-bottom: 1px solid; border-color: #d6d6d6; }

.col-narrow, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email { border-right: 1px solid #d6d6d6; margin-top: 20px; }
@media (min-width: 992px) { .col-narrow, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email { margin-top: 0; } }
@media (min-width: 1200px) { .col-narrow, .footer-main .col-footer-republish, .footer-main .col-footer-social, .footer-main .col-footer-email { width: 185px; margin-right: 15px; padding-right: 30px; } }

.footer-main { border-top: 1px solid; border-color: #d6d6d6; color: #474747; }
.footer-main a { color: #474747; }
.footer-main a.more { color: #07294c; }
.footer-main p { font-size: 12px; }
.footer-main .social-links-footer { font-size: 13px; }
.footer-main .social-links-footer > li { padding-top: 5px; }
.footer-main .col-footer-utility { margin-top: 20px; }
@media (min-width: 992px) { .footer-main .col-footer-utility { margin-top: 0; } }
.footer-main .row, .footer-main .top-features, .footer-main .top-stories, .footer-main .bottom-features, .footer-main .col-features-left .wrapper-features, .col-features-left .footer-main .wrapper-features, .footer-main .wrapper-special-coverage, .footer-main .popular-features, .footer-main .cartoons, .footer-main .topics-list { padding-bottom: 30px; }
@media (min-width: 992px) { .footer-main .row, .footer-main .top-features, .footer-main .top-stories, .footer-main .bottom-features, .footer-main .col-features-left .wrapper-features, .col-features-left .footer-main .wrapper-features, .footer-main .wrapper-special-coverage, .footer-main .popular-features, .footer-main .cartoons, .footer-main .topics-list { padding: 30px 0; } }

.vip-powered { color: #757575; }

.copyright { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; line-height: 1.3; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; /*background: $brand-gray-global-shade url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/logo-kff.png) no-repeat;*/ background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/logo-kff.png?1435680706); background-repeat: no-repeat; background-color: #e4e4e4; padding: 10px 5px 5px 57px; min-height: 43px; margin-bottom: 30px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .copyright { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/logo-kff-2x.png?1435680706); background-size: 43px 43px; } }

.nav-wrapper { position: relative; }

ul.nav-utility-links > li { float: left; font-size: 15px; line-height: 1; margin-bottom: 10px; border-right: 1px solid #d6d6d6; padding-right: 15px; margin-right: 15px; }
@media (min-width: 768px) { ul.nav-utility-links > li { margin-bottom: 0; } }
ul.nav-utility-links > li:last-child { border: none; padding: 0; margin: 0; }

.break-pattern { background: #fff url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-gray-100.png); border-top: 1px solid #ededed; border-bottom: 1px solid #ededed; height: 10px; }

.header-article, .entry-header { border-bottom: 1px solid; border-color: #e4e4e4; padding-bottom: 15px; }
@media (min-width: 768px) { .header-article, .entry-header { margin-bottom: 20px; } }
@media (min-width: 1200px) { .header-article, .entry-header { margin-bottom: 30px; } }

@media (min-width: 768px) { .content-main { padding-bottom: 50px; } }

@media (min-width: 768px) { .col-article-inside-left { width: 100px; } }

@media (min-width: 768px) { .col-article-inside-right, .article-body, .presentation-info { width: 645px; padding-right: 0; }
  .col-article-inside-right .layout-lg, .article-body .layout-lg, .presentation-info .layout-lg { margin-left: -100px; } }
@media (min-width: 992px) { .col-article-inside-right, .article-body, .presentation-info { width: 615px; } }
@media (min-width: 1200px) { .col-article-inside-right, .article-body, .presentation-info { width: 685px; } }

@media (min-width: 992px) { .col-article-left, #content:not(.template-wide), #tinymce:not(.template-wide) { border-right: 1px solid; border-color: #d6d6d6; } }
@media (min-width: 1200px) { .col-article-left, #content:not(.template-wide), #tinymce:not(.template-wide) { width: 850px; padding-right: 64px; } }

@media (min-width: 1200px) { .col-article-right { width: 350px; padding-left: 35px; } }

.layout-lg { margin-bottom: 30px; /*@extend .hidden-xs;*/ }
@media (min-width: 1200px) { .layout-lg { width: 770px; } }

.layout-md { width: 370px; }

.layout-sm { width: 270px; }

.content-article .pull-left, .content-article .wp-caption.alignleft, .content-article img.alignleft, .content-article #tinymce .related, #tinymce .content-article .related, .content-article .article-body .related, .article-body .content-article .related, .content-article .page .entry-content .related, .page .entry-content .content-article .related, .content-article #tinymce .quote, #tinymce .content-article .quote, .content-article #tinymce blockquote.pullquote, #tinymce .content-article blockquote.pullquote, .content-article .article-body .quote, .article-body .content-article .quote, .content-article .article-body blockquote.pullquote, .article-body .content-article blockquote.pullquote, .content-article .page .entry-content .quote, .page .entry-content .content-article .quote, .content-article .page .entry-content blockquote.pullquote, .page .entry-content .content-article blockquote.pullquote, .content-article .quote, .content-article #tinymce blockquote.pullquote, #tinymce .content-article blockquote.pullquote, .content-article .article-body blockquote.pullquote, .article-body .content-article blockquote.pullquote, .content-article .page .entry-content blockquote.pullquote, .page .entry-content .content-article blockquote.pullquote { float: left; margin-right: 30px; margin-bottom: 20px; }
@media (min-width: 768px) { .content-article .pull-left, .content-article .wp-caption.alignleft, .content-article img.alignleft, .content-article #tinymce .related, #tinymce .content-article .related, .content-article .article-body .related, .article-body .content-article .related, .content-article .page .entry-content .related, .page .entry-content .content-article .related, .content-article #tinymce .quote, #tinymce .content-article .quote, .content-article #tinymce blockquote.pullquote, #tinymce .content-article blockquote.pullquote, .content-article .article-body .quote, .article-body .content-article .quote, .content-article .article-body blockquote.pullquote, .article-body .content-article blockquote.pullquote, .content-article .page .entry-content .quote, .page .entry-content .content-article .quote, .content-article .page .entry-content blockquote.pullquote, .page .entry-content .content-article blockquote.pullquote, .content-article .quote, .content-article #tinymce blockquote.pullquote, #tinymce .content-article blockquote.pullquote, .content-article .article-body blockquote.pullquote, .article-body .content-article blockquote.pullquote, .content-article .page .entry-content blockquote.pullquote, .page .entry-content .content-article blockquote.pullquote { margin-left: -100px; } }
.content-article .pull-right, .content-article .article-body .bio, .content-article .wp-caption.alignright, .content-article img.alignright { margin-left: 30px; margin-bottom: 20px; }

body.single-post .article-body p:not(.meta) > a, body.single-cartoon .article-body p:not(.meta) > a { border-bottom: 1px solid #cecece; }
body.single-post .article-body p:not(.meta) > a:hover, body.single-cartoon .article-body p:not(.meta) > a:hover { text-decoration: none; border-color: #00162c; }
body.single-post .article-body .related p > a, body.single-cartoon .article-body .related p > a { border-bottom: none; }
body.single-post .article-body .related p > a:hover, body.single-cartoon .article-body .related p > a:hover { text-decoration: underline; }
body.single-post .article-body .meta a, body.single-cartoon .article-body .meta a { font-weight: 600; }

.quote, #tinymce blockquote.pullquote, .article-body blockquote.pullquote, .page .entry-content blockquote.pullquote { width: 370px; border-right: 1px solid; border-color: #d6d6d6; padding: 0 30px 0 100px; /*background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/quote-mark.png) no-repeat 25px 10px;*/ background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/quote-mark.png?1439490566); background-repeat: no-repeat; background-position: 25px 10px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .quote, #tinymce blockquote.pullquote, .article-body blockquote.pullquote, .page .entry-content blockquote.pullquote { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/quote-mark-2x.png?1439490566); background-size: 45px 45px; } }

.related { width: 100%; background: #ededed; color: #474747; font-size: 13px; line-height: 1.4; }
@media (min-width: 768px) { .related { width: 270px; } }
.related .related-header, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption { background: #e4e4e4; padding: 15px 30px; border-bottom: 1px solid; border-color: #d6d6d6; }
.related .related-content { padding: 15px 30px; border-top: 1px solid; border-color: #fff; }
.related h3, #tinymce .related figcaption, .article-body .related figcaption, .page .entry-content .related figcaption { font-size: 18px; line-height: 20px; margin: 0; }
.related p.kicker, .related .article-list-results p.type, .article-list-results .related p.type { padding-top: 5px; margin-bottom: 5px; }

.feedback { /*background: #fff url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pointer-feedback.png) no-repeat 95% bottom;*/ background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pointer-feedback.png?1439490566); background-repeat: no-repeat; background-position: 95% bottom; padding-bottom: 21px; margin-bottom: 20px; }
@media (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 3 / 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 144dppx) { .feedback { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pointer-feedback-2x.png?1435680706); background-size: 22px 22px; } }
@media (min-width: 1200px) { .feedback { margin-bottom: 40px; } }
.feedback .inner { background: #e4e4e4; border-radius: 3px; font-size: 14px; font-weight: 600; text-align: center; padding: 10px 0; }
.feedback p { margin: 0; }

.nav-article { background-color: #ededed; background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-white-100.png); -webkit-box-shadow: inset 0 2px 4px -4px rgba(0, 0, 0, 0.4); box-shadow: inset 0 2px 4px -4px rgba(0, 0, 0, 0.4); border-top: 1px solid #d6d6d6; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; padding: 15px 15px; margin-left: -15px; margin-right: -15px; margin-bottom: 30px; text-align: left; }
.nav-article .row div:last-child, .nav-article .top-features div:last-child, .nav-article .top-stories div:last-child, .nav-article .bottom-features div:last-child, .nav-article .col-features-left .wrapper-features div:last-child, .col-features-left .nav-article .wrapper-features div:last-child, .nav-article .wrapper-special-coverage div:last-child, .nav-article .popular-features div:last-child, .nav-article .cartoons div:last-child, .nav-article .topics-list div:last-child { text-align: right; }
@media (min-width: 768px) { .nav-article { padding: 20px 30px; margin-left: -30px; margin-right: -30px; } }
@media (min-width: 992px) { .nav-article { margin-left: 0; margin-right: -15px; border-right: none; border-bottom: none; margin-bottom: 0; } }
@media (min-width: 1200px) { .nav-article { margin-right: -64px; } }
.nav-article .headline, .nav-article .module > a, .nav-article .daily-briefing li p, .daily-briefing li .nav-article p { font-size: 13px; }
@media (min-width: 768px) { .nav-article .headline, .nav-article .module > a, .nav-article .daily-briefing li p, .daily-briefing li .nav-article p { font-size: 15px; } }
.nav-article .icon-left, .nav-article .share .sharedaddy .sd-content ul li a.sd-button:before, .share .sharedaddy .sd-content ul li .nav-article a.sd-button:before { display: block; float: left; margin-left: -20px; margin-top: 2px; }
.nav-article .icon-right, .nav-article .feature-email .email-submit:after, .feature-email .nav-article .email-submit:after, .nav-article .module.email .email-submit:after, .module.email .nav-article .email-submit:after { display: block; float: right; margin-right: -20px; margin-top: 2px; }

@media (min-width: 992px) { .promo-homepage { border-top: 1px solid; border-color: #e4e4e4; padding-top: 30px; } }
.promo-homepage h3, .promo-homepage #tinymce .related figcaption, #tinymce .related .promo-homepage figcaption, .promo-homepage .article-body .related figcaption, .article-body .related .promo-homepage figcaption, .promo-homepage .page .entry-content .related figcaption, .page .entry-content .related .promo-homepage figcaption { background-color: #07294c; background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-white-15.png); color: #fff; padding: 10px 20px; margin: 0 0 20px 0; }
.promo-homepage .module { margin-bottom: 30px; }
@media (min-width: 768px) { .promo-homepage .module { border-right: 1px dashed; border-color: #d6d6d6; margin-bottom: 0; }
  .promo-homepage .module:last-child { border-right: none; } }
.promo-homepage img, .promo-homepage .headline, .promo-homepage .nav-article .module > a, .nav-article .promo-homepage .module > a, .promo-homepage .daily-briefing li p, .daily-briefing li .promo-homepage p, .promo-homepage .kicker, .promo-homepage .article-list-results .type, .article-list-results .promo-homepage .type { float: left; }
.promo-homepage .headline, .promo-homepage .nav-article .module > a, .nav-article .promo-homepage .module > a, .promo-homepage .daily-briefing li p, .daily-briefing li .promo-homepage p { padding-top: 10px; }
.promo-homepage .kicker, .promo-homepage .article-list-results .type, .article-list-results .promo-homepage .type { margin: 10px 0 -5px; line-height: 1.2; }
@media (min-width: 992px) { .promo-homepage .kicker, .promo-homepage .article-list-results .type, .article-list-results .promo-homepage .type { background: #fff; padding: 10px 15px 0 0; border-top-right-radius: 2px; float: left; height: 25px; margin-top: -24px; } }

@media (min-width: 992px) { .template-wide .nav-article { margin-right: 0; border-right: 1px solid #e4e4e4; } }
@media (min-width: 1200px) { .template-wide .nav-article { margin-right: 0; border-right: 1px solid #e4e4e4; } }
.template-wide .header-article, .template-wide .entry-header { margin-bottom: 30px; }

.carousel-article { border-bottom: 1px solid #e4e4e4; padding-bottom: 35px; margin-bottom: 30px; }
.carousel-article .carousel-control { background: #0c3561; position: absolute; top: 30%; left: 0; bottom: 0; width: 35px; height: 70px; padding-top: 30px; opacity: 1; filter: alpha(opacity=100); text-align: center; text-shadow: none; }
@media (min-width: 768px) { .carousel-article .carousel-control { top: 40%; } }
.carousel-article .carousel-control.left { border-radius: 0 70px 70px 0; -moz-border-radius: 0 70px 70px 0; -webkit-border-radius: 0 70px 70px 0; -webkit-box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.2); padding-left: 6px; }
.carousel-article .carousel-control.right { left: auto; right: 0; border-radius: 70px 0 0 70px; -moz-border-radius: 70px 0 0 70px; -webkit-border-radius: 70px 0 0 70px; -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2); box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2); padding-left: 9px; }
.carousel-article .carousel-control:hover { background-color: #d32329; }
.carousel-article .carousel-inner > .item > a > img, .carousel-article .carousel-inner > .item > img { margin: 0 auto; }
.carousel-article .carousel-caption { position: static; left: 0; right: 0; padding: 10px 0 0 0; text-align: left; text-shadow: none; }
.carousel-article .carousel-indicators { bottom: 0; margin-bottom: 5px; }
.carousel-article .carousel-indicators li { border: 1px solid #0c3561; }
.carousel-article .carousel-indicators .active { background-color: #0c3561; }

.sidebar { float: left; width: 100%; border: 1px solid; border-color: #d6d6d6; margin-bottom: 30px; padding: 0 30px 30px 30px; font-size: 14px; line-height: 1.45; color: #757575; }
@media (min-width: 768px) { .sidebar { width: 46%; margin-left: 2%; margin-right: 2%; } }
@media (min-width: 992px) { .sidebar { width: 100%; margin-left: 0; margin-right: 0; } }

ul.list-popular > li { margin: 0 0 10px 0; padding: 0 0 10px 30px; border-bottom: 1px dashed; border-color: #d6d6d6; position: relative; }
ul.list-popular > li:last-child { border: 0; margin: 0; padding-bottom: 0; }
ul.list-popular .number, ul.list-popular li:before { display: block; color: #d32329; font-size: 30px; font-weight: 300; line-height: 1; position: absolute; left: 0; top: 0; }

ul.list-callout > li { margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px dashed; border-color: #d6d6d6; font-weight: 600; }
ul.list-callout > li:last-child { border: 0; margin: 0; padding: 0; }
ul.list-callout .bullet { float: left; margin-right: 5px; }

.content-main ul > li.has-thumbnail { float: left; margin-bottom: 20px; }
.content-main ul > li.has-thumbnail p { overflow: hidden; margin-bottom: 0; }

.top-features .btn, .top-features .email-submit, .top-features .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .top-features li, .top-features .hubspot-contacts button, .hubspot-contacts .top-features button { font-size: 12px; }
.top-features .icon-right, .top-features .feature-email .email-submit:after, .feature-email .top-features .email-submit:after, .top-features .module.email .email-submit:after, .module.email .top-features .email-submit:after { margin-bottom: -3px; }

@media (min-width: 1200px) { .set-height, .featured-story, .daily-briefing, .daily-briefing .wrapper-briefing, .featured-utility, .featured-utility .wrapper-utility { height: 510px; overflow: hidden; } }

.featured-story img { width: 100%; }
.featured-story .wrapper-story { background: #ededed; padding: 15px 20px; float: left; width: 100%; }
@media (min-width: 1200px) { .featured-story .wrapper-story { padding: 20px; } }
.featured-story .kicker, .featured-story .article-list-results .type, .article-list-results .featured-story .type { line-height: 1.2; }
@media (min-width: 1200px) { .featured-story .kicker, .featured-story .article-list-results .type, .article-list-results .featured-story .type { background: #ededed; padding: 15px 20px 0 20px; border-top-right-radius: 2px; float: left; height: 28px; margin-top: -47px; margin-left: -20px; line-height: 1.2; } }
.featured-story h2 { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-size: 24px; line-height: 1.2; font-weight: normal; margin: 5px 0 10px 0; }
@media (min-width: 1200px) { .featured-story h2 { margin-top: 0px; margin-bottom: 5px; font-size: 29px; } }
.featured-story .meta { color: #757575; font-size: 12px; }

.daily-briefing { margin-top: 20px; }
@media (min-width: 768px) { .daily-briefing { margin-top: 0; } }
.daily-briefing .wrapper-briefing { border: 1px solid; border-color: #d6d6d6; position: relative; padding: 0 20px 30px 20px; }
@media (min-width: 1200px) { .daily-briefing .wrapper-briefing { padding: 0 25px 0 25px; }
  .daily-briefing .wrapper-briefing .btn-group-box { margin-bottom: 0; position: absolute; bottom: 0; width: 317px; } }
.daily-briefing .header-briefing { text-align: center; background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-gray-underline.png) repeat-x bottom; padding-bottom: 20px; margin-bottom: 20px; }
.daily-briefing h3, .daily-briefing #tinymce .related figcaption, #tinymce .related .daily-briefing figcaption, .daily-briefing .article-body .related figcaption, .article-body .related .daily-briefing figcaption, .daily-briefing .page .entry-content .related figcaption, .page .entry-content .related .daily-briefing figcaption { font-size: 20px; margin-top: 20px; margin-bottom: 5px; }
@media (min-width: 1200px) { .daily-briefing h3, .daily-briefing #tinymce .related figcaption, #tinymce .related .daily-briefing figcaption, .daily-briefing .article-body .related figcaption, .article-body .related .daily-briefing figcaption, .daily-briefing .page .entry-content .related figcaption, .page .entry-content .related .daily-briefing figcaption { font-size: 23px; } }
.daily-briefing h4, .daily-briefing aside.note header, aside.note .daily-briefing header { margin: 0; }
@media (min-width: 1200px) { .daily-briefing ul > li { margin-bottom: 20px; } }
.daily-briefing .headline, .daily-briefing .nav-article .module > a, .nav-article .daily-briefing .module > a, .daily-briefing li p { font-weight: 600; font-size: 14px; line-height: 1.3; }
.daily-briefing .headline time, .daily-briefing .nav-article .module > a time, .nav-article .daily-briefing .module > a time, .daily-briefing li p time { font-weight: 400; font-size: 13px; }

.featured-utility { font-size: 11px; color: #757575; }
.featured-utility .wrapper-utility { border-top: 2px solid #d6d6d6; border-bottom: 2px solid #d6d6d6; }
.featured-utility .wrapper-utility .module:first-child { border-bottom: 2px solid #d6d6d6; }
.featured-utility p { line-height: 1.8; }
.featured-utility .module { padding: 10px 0 20px 0; }
.featured-utility h4, .featured-utility aside.note header, aside.note .featured-utility header { margin-bottom: 10px; }
.featured-utility input { font-size: 11px; }

.top-stories { margin-top: 20px; }
@media (min-width: 768px) { .top-stories { margin-top: 30px; } }
.top-stories .story { margin-bottom: 20px; }
.top-stories .story .image-story { float: right; width: 100px; height: auto; margin-left: 10px; }
@media (min-width: 768px) { .top-stories .story .image-story { width: 170px; float: left; margin-left: 0; margin-right: 15px; } }
@media (min-width: 1200px) { .top-stories .story .image-story { float: none; margin-right: 0; } }
@media (min-width: 1200px) { .top-stories .story { border-right: 1px dashed; border-color: #d6d6d6; margin-bottom: 0; }
  .top-stories .story:last-child { border-right: none; } }
.top-stories .headline, .top-stories .nav-article .module > a, .nav-article .top-stories .module > a, .top-stories .daily-briefing li p, .daily-briefing li .top-stories p { font-weight: 600; font-size: 14px; line-height: 1.3; margin: 0 0 5px 0; }
@media (min-width: 1200px) { .top-stories .headline, .top-stories .nav-article .module > a, .nav-article .top-stories .module > a, .top-stories .daily-briefing li p, .daily-briefing li .top-stories p { margin-top: 10px; } }
.top-stories .meta { color: #757575; font-size: 11px; line-height: 1.3; }
.top-stories .meta p { margin-bottom: 3px; }
.top-stories .kicker, .top-stories .article-list-results .type, .article-list-results .top-stories .type { font-size: 12px; }
.top-stories .kicker:after, .top-stories .article-list-results .type:after, .article-list-results .top-stories .type:after { content: " | "; }
.top-stories time:before { content: ""; }

@media (min-width: 768px) { .bottom-features { margin-top: 15px; } }
@media (min-width: 1200px) { .bottom-features { margin-top: 30px; padding-left: 15px; padding-right: 15px; } }

.col-features-left { border-top: 1px solid #d6d6d6; }
@media (min-width: 768px) { .col-features-left { padding: 0; margin: 0 15px; width: 96%; } }
@media (min-width: 1200px) { .col-features-left { width: 600px; padding-left: 0; padding-right: 30px; margin: 0; } }

.more-headlines { font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
.more-headlines time { font-weight: 400; font-size: 13px; }
.more-headlines ul > li { margin-bottom: 20px; }
.more-headlines h3, .more-headlines #tinymce .related figcaption, #tinymce .related .more-headlines figcaption, .more-headlines .article-body .related figcaption, .article-body .related .more-headlines figcaption, .more-headlines .page .entry-content .related figcaption, .page .entry-content .related .more-headlines figcaption { margin-bottom: 20px; }
.more-headlines .headline, .more-headlines .nav-article .module > a, .nav-article .more-headlines .module > a, .more-headlines .daily-briefing li p, .daily-briefing li .more-headlines p { font-weight: 600; font-size: 14px; line-height: 1.4; }
@media (min-width: 992px) { .more-headlines .col-headlines-more .btn, .more-headlines .col-headlines-more .email-submit, .more-headlines .col-headlines-more .share .sharedaddy .sd-content ul li, .share .sharedaddy .sd-content ul .more-headlines .col-headlines-more li, .more-headlines .col-headlines-more .hubspot-contacts button, .hubspot-contacts .more-headlines .col-headlines-more button { width: 170px; } }
@media (min-width: 1200px) { .more-headlines .col-headlines-more { padding-top: 10px; } }

.special-coverage h3, .special-coverage #tinymce .related figcaption, #tinymce .related .special-coverage figcaption, .special-coverage .article-body .related figcaption, .article-body .related .special-coverage figcaption, .special-coverage .page .entry-content .related figcaption, .page .entry-content .related .special-coverage figcaption { margin-bottom: 20px; }
@media (min-width: 1200px) { .special-coverage h3, .special-coverage #tinymce .related figcaption, #tinymce .related .special-coverage figcaption, .special-coverage .article-body .related figcaption, .article-body .related .special-coverage figcaption, .special-coverage .page .entry-content .related figcaption, .page .entry-content .related .special-coverage figcaption { margin: 30px 0 20px 0; padding: 30px 0 0 0; border-top: 1px solid #e4e4e4; } }

@media (min-width: 1200px) { .wrapper-special-coverage { margin-bottom: 20px; } }
.wrapper-special-coverage .col-special-primary { margin-bottom: 25px; }
.wrapper-special-coverage .special-primary { -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); background-color: #07294c; background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-white-15.png); color: #fff; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-size: 15px; line-height: 1.2; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; float: left; width: 100%; }
.wrapper-special-coverage .special-primary:hover { background-color: #041527; }
.wrapper-special-coverage .special-primary .text-special { color: #fff; min-height: 55px; padding: 15px; }
@media (min-width: 768px) { .wrapper-special-coverage .special-primary .text-special { padding: 10px; } }
.wrapper-special-coverage .special-primary .image-special { float: left; width: 100px; height: auto; margin-right: 15px; }
@media (min-width: 768px) { .wrapper-special-coverage .special-primary .image-special { float: none; width: auto; margin-right: 0; } }
.wrapper-special-coverage .col-special-secondary { margin-bottom: 25px; }
.wrapper-special-coverage .special-secondary { -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); background-color: #ededed; background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-white-100.png); font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-size: 14px; line-height: 1.15; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; float: left; width: 100%; color: #0c3561; }
.wrapper-special-coverage .special-secondary:hover { background-color: #d9d9d9; }
.wrapper-special-coverage .special-secondary .text-special { padding: 10px 10px 0 10px; }
.wrapper-special-coverage .special-secondary .image-special { float: left; width: 100px; height: auto; margin-right: 10px; }

.wrapper-features .col-popular-features-left, .popular-features .col-popular-features-left { padding-left: 0; }
.wrapper-features .col-popular-features-right, .popular-features .col-popular-features-right { padding-right: 0; }
.wrapper-features .feature-email, .popular-features .feature-email { border: 1px solid; border-color: #d6d6d6; padding: 0 30px 30px 30px; font-size: 14px; }
.wrapper-features .feature-haiku, .popular-features .feature-haiku { background: #ededed; text-align: center; padding: 0 20px 20px 20px; border-top: 1px solid #e4e4e4; }
.wrapper-features .feature-haiku h3, .popular-features .feature-haiku h3, .wrapper-features .feature-haiku #tinymce .related figcaption, #tinymce .related .wrapper-features .feature-haiku figcaption, .popular-features .feature-haiku #tinymce .related figcaption, #tinymce .related .popular-features .feature-haiku figcaption, .wrapper-features .feature-haiku .article-body .related figcaption, .article-body .related .wrapper-features .feature-haiku figcaption, .popular-features .feature-haiku .article-body .related figcaption, .article-body .related .popular-features .feature-haiku figcaption, .wrapper-features .feature-haiku .page .entry-content .related figcaption, .page .entry-content .related .wrapper-features .feature-haiku figcaption, .popular-features .feature-haiku .page .entry-content .related figcaption, .page .entry-content .related .popular-features .feature-haiku figcaption { margin-bottom: 20px; }
.wrapper-features .feature-haiku h5, .popular-features .feature-haiku h5 { font-size: 14px; margin-bottom: 15px; }
.wrapper-features .feature-haiku p, .popular-features .feature-haiku p { color: #d32329; font-size: 14px; line-height: 2.3; margin-bottom: 10px; }
.wrapper-features .feature-haiku p.byline, .popular-features .feature-haiku p.byline { color: #757575; font-size: 12px; font-weight: 600; margin-bottom: 25px; }
.wrapper-features .feature-haiku a, .popular-features .feature-haiku a { color: #d32329; text-decoration: underline; }
.wrapper-features .feature-haiku a:hover, .popular-features .feature-haiku a:hover { color: #07294c; text-decoration: none; }
.wrapper-features .feature-haiku p.more, .popular-features .feature-haiku p.more { border-top: 1px dashed; border-color: #d6d6d6; padding-top: 10px; }
.wrapper-features .feature-haiku p.more a, .popular-features .feature-haiku p.more a { text-decoration: none; font-size: 13px; font-weight: 600; color: #07294c; }
.wrapper-features .feature-haiku p.more a:hover, .popular-features .feature-haiku p.more a:hover { text-decoration: underline; }
.wrapper-features .feature-popular, .popular-features .feature-popular { font-size: 14px; border: 1px solid; border-color: #d6d6d6; padding: 0 30px 30px 30px; }
@media (min-width: 1200px) { .wrapper-features .feature-popular, .popular-features .feature-popular { border: 0; border-top: 1px solid #e4e4e4; padding: 0; padding-left: 30px; margin-left: -30px; line-height: 1.35; } }

@media (min-width: 768px) { .popular-features { padding: 30px 15px 0 15px; } }
@media (min-width: 1200px) { .popular-features { padding-top: 0; } }

@media (min-width: 1200px) { .col-features-right { border: 1px solid #d6d6d6; width: 570px; padding: 0 15px; } }
.col-features-right h3, .col-features-right #tinymce .related figcaption, #tinymce .related .col-features-right figcaption, .col-features-right .article-body .related figcaption, .article-body .related .col-features-right figcaption, .col-features-right .page .entry-content .related figcaption, .page .entry-content .related .col-features-right figcaption { text-transform: uppercase; letter-spacing: 1px; font-size: 18px; text-align: center; margin-bottom: 20px; }

.cartoons { border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; margin-top: 20px; padding-bottom: 20px; /*.carousel-inner {
	padding: 0 $padding-common;
}*/ }
@media (min-width: 768px) { .cartoons { border: 1px solid #d6d6d6; padding: 0 0 20px 0; margin: 30px 0 0 0; } }
@media (min-width: 1200px) { .cartoons { border: none; border-bottom: 1px solid #d6d6d6; padding: 0 13px 20px 13px; margin: 0 -15px 0 -15px; } }
@media (min-width: 768px) { .cartoons .col-cartoons { padding: 0 30px; } }
@media (min-width: 1200px) { .cartoons .col-cartoons { padding: 0 15px; } }
.cartoons .carousel-control { background: #0c3561; position: absolute; top: 80px; left: 0; bottom: 0; width: 35px; height: 70px; padding-top: 30px; opacity: 1; filter: alpha(opacity=100); text-align: center; text-shadow: none; }
@media (min-width: 768px) { .cartoons .carousel-control { top: 120px; } }
.cartoons .carousel-control.left { border-radius: 0 70px 70px 0; -moz-border-radius: 0 70px 70px 0; -webkit-border-radius: 0 70px 70px 0; -webkit-box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.2); box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.2); padding-left: 6px; margin-left: -15px; }
@media (min-width: 768px) { .cartoons .carousel-control.left { margin-left: -30px; } }
@media (min-width: 1200px) { .cartoons .carousel-control.left { margin-left: -28px; } }
.cartoons .carousel-control.right { left: auto; right: 0; border-radius: 70px 0 0 70px; -moz-border-radius: 70px 0 0 70px; -webkit-border-radius: 70px 0 0 70px; -webkit-box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2); box-shadow: -2px 0px 2px rgba(0, 0, 0, 0.2); padding-left: 9px; margin-right: -15px; }
@media (min-width: 768px) { .cartoons .carousel-control.right { margin-right: -30px; } }
@media (min-width: 1200px) { .cartoons .carousel-control.right { margin-right: -28px; } }
.cartoons .carousel-control:hover { /*background-color: darken($brand-gray-global, 8%);*/ background-color: #d32329; }
.cartoons .carousel-inner > .item > a > img { margin: 0 auto; }
.cartoons .carousel-caption { position: static; left: 0; right: 0; padding: 10px 0 0 0; text-align: center; text-shadow: none; }
.cartoons .carousel-caption .rights { text-align: left; font-size: 11px; color: #757575; margin-top: 10px; }
.cartoons .carousel-caption .byline { font-size: 13px; color: #757575; }
.cartoons .carousel-caption h6 { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-weight: normal; font-size: 28px; margin: 0; }
.cartoons .carousel-caption a.more { font-weight: 600; }

.topics-list { line-height: .95; }
@media (min-width: 1200px) { .topics-list { padding: 0 13px; } }
@media (min-width: 1200px) { .topics-list { border-top: 2px solid #e4e4e4; } }
.topics-list .header-topics h3, .topics-list .header-topics #tinymce .related figcaption, #tinymce .related .topics-list .header-topics figcaption, .topics-list .header-topics .article-body .related figcaption, .article-body .related .topics-list .header-topics figcaption, .topics-list .header-topics .page .entry-content .related figcaption, .page .entry-content .related .topics-list .header-topics figcaption { text-transform: uppercase; letter-spacing: 1px; font-size: 18px; text-align: center; }
.topics-list ul { margin-bottom: 25px; }
.topics-list ul > li { margin-bottom: 10px; }
.topics-list .header { font-size: 14px; padding-bottom: 5px; }
.topics-list .headline, .topics-list .nav-article .module > a, .nav-article .topics-list .module > a, .topics-list .daily-briefing li p, .daily-briefing li .topics-list p { font-weight: 600; font-size: 14px; line-height: 1.3; }
@media (min-width: 1200px) { .topics-list .headline, .topics-list .nav-article .module > a, .nav-article .topics-list .module > a, .topics-list .daily-briefing li p, .daily-briefing li .topics-list p { font-size: 13px; line-height: 1.25; } }
.topics-list .more { font-weight: 600; font-size: 12px; color: #07294c; /*margin-top: -$padding-common-xs;	*/ }

.header-section { border-bottom: 2px solid #f1f1f1; text-align: center; margin-bottom: 10px; }
@media (min-width: 768px) { .header-section { margin-bottom: 30px; border-top: 2px solid #d6d6d6; } }
.header-section .header-wrapper { border-bottom: 1px solid #d6d6d6; padding: 0 15px 15px 15px; }
@media (min-width: 768px) { .header-section .header-wrapper { padding: 20px 0; } }
.header-section .header-wrapper a { color: #07294c; }
.header-section .subhead, .header-section #tinymce > h3, .header-section #tinymce .related #tinymce > figcaption, #tinymce .related .header-section #tinymce > figcaption, .header-section .article-body .related #tinymce > figcaption, .article-body .related .header-section #tinymce > figcaption, .header-section .page .entry-content .related #tinymce > figcaption, .page .entry-content .related .header-section #tinymce > figcaption, .header-section .article-body > h3, .header-section #tinymce .related .article-body > figcaption, #tinymce .related .header-section .article-body > figcaption, .header-section .article-body .related .article-body > figcaption, .article-body .related .header-section .article-body > figcaption, .header-section .page .entry-content .related .article-body > figcaption, .page .entry-content .related .header-section .article-body > figcaption, .header-section .page .entry-content > h3, .page .header-section .entry-content > h3, .header-section .page #tinymce .related .entry-content > figcaption, .page #tinymce .related .header-section .entry-content > figcaption, .header-section #tinymce .related .page .entry-content > figcaption, #tinymce .related .page .header-section .entry-content > figcaption, .header-section .page .article-body .related .entry-content > figcaption, .page .article-body .related .header-section .entry-content > figcaption, .header-section .article-body .related .page .entry-content > figcaption, .article-body .related .page .header-section .entry-content > figcaption, .header-section .page .entry-content .related .entry-content > figcaption, .page .entry-content .related .header-section .entry-content > figcaption { font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-size: 16px; line-height: 1.4; font-weight: normal; color: #757575; }
@media (min-width: 768px) { .header-section .subhead, .header-section #tinymce > h3, .header-section #tinymce .related #tinymce > figcaption, #tinymce .related .header-section #tinymce > figcaption, .header-section .article-body .related #tinymce > figcaption, .article-body .related .header-section #tinymce > figcaption, .header-section .page .entry-content .related #tinymce > figcaption, .page .entry-content .related .header-section #tinymce > figcaption, .header-section .article-body > h3, .header-section #tinymce .related .article-body > figcaption, #tinymce .related .header-section .article-body > figcaption, .header-section .article-body .related .article-body > figcaption, .article-body .related .header-section .article-body > figcaption, .header-section .page .entry-content .related .article-body > figcaption, .page .entry-content .related .header-section .article-body > figcaption, .header-section .page .entry-content > h3, .page .header-section .entry-content > h3, .header-section .page #tinymce .related .entry-content > figcaption, .page #tinymce .related .header-section .entry-content > figcaption, .header-section #tinymce .related .page .entry-content > figcaption, #tinymce .related .page .header-section .entry-content > figcaption, .header-section .page .article-body .related .entry-content > figcaption, .page .article-body .related .header-section .entry-content > figcaption, .header-section .article-body .related .page .entry-content > figcaption, .article-body .related .page .header-section .entry-content > figcaption, .header-section .page .entry-content .related .entry-content > figcaption, .page .entry-content .related .header-section .entry-content > figcaption { font-size: 18px; line-height: 1.5; } }
.header-section .subhead p, .header-section #tinymce > h3 p, .header-section #tinymce .related #tinymce > figcaption p, #tinymce .related .header-section #tinymce > figcaption p, .header-section .article-body .related #tinymce > figcaption p, .article-body .related .header-section #tinymce > figcaption p, .header-section .page .entry-content .related #tinymce > figcaption p, .page .entry-content .related .header-section #tinymce > figcaption p, .header-section .article-body > h3 p, .header-section #tinymce .related .article-body > figcaption p, #tinymce .related .header-section .article-body > figcaption p, .header-section .article-body .related .article-body > figcaption p, .article-body .related .header-section .article-body > figcaption p, .header-section .page .entry-content .related .article-body > figcaption p, .page .entry-content .related .header-section .article-body > figcaption p, .header-section .page .entry-content > h3 p, .page .header-section .entry-content > h3 p, .header-section .page #tinymce .related .entry-content > figcaption p, .page #tinymce .related .header-section .entry-content > figcaption p, .header-section #tinymce .related .page .entry-content > figcaption p, #tinymce .related .page .header-section .entry-content > figcaption p, .header-section .page .article-body .related .entry-content > figcaption p, .page .article-body .related .header-section .entry-content > figcaption p, .header-section .article-body .related .page .entry-content > figcaption p, .article-body .related .page .header-section .entry-content > figcaption p, .header-section .page .entry-content .related .entry-content > figcaption p, .page .entry-content .related .header-section .entry-content > figcaption p { margin: 0; }
.header-section h2 { margin: 0; padding: 0; font-size: 28px; }
@media (min-width: 768px) { .header-section h2 { font-size: 34px; } }

.header-search { border-bottom: none; border-top: none; border-radius: 3px; background: #e4e4e4; padding: 20px 20px 20px 10px; }
.header-search:before, .header-search:after { content: " "; display: table; }
.header-search:after { clear: both; }

.site-search-results { width: 100%; }

.header-kicker, .article-list .header, .article-list-details .header, .callout .header, .nav-results { margin-bottom: 10px; line-height: 1; font-size: 14px; }
.header-kicker a, .article-list .header a, .article-list-details .header a, .callout .header a, .nav-results a { color: #757575; }

.article-list ul { margin-bottom: 25px; }
.article-list ul > li { margin-bottom: 10px; }
.article-list .headline, .article-list .nav-article .module > a, .nav-article .article-list .module > a, .article-list .daily-briefing li p, .daily-briefing li .article-list p { font-weight: 600; font-size: 14px; }

.article-list-details { border-top: 1px solid #e4e4e4; margin-top: 15px; padding-top: 20px; }
@media (min-width: 768px) { .article-list-details { margin-top: 30px; padding-top: 30px; } }
.article-list-details .header { color: #d32329; margin-bottom: 15px; }
@media (min-width: 768px) { .article-list-details .header { margin-bottom: 20px; } }
.article-list-details .header a { color: #d32329; }
.article-list-details p { font-size: 13px; line-height: 1.5; }
@media (min-width: 768px) { .article-list-details p { font-size: 14px; line-height: inherit; } }
.article-list-details .headline, .article-list-details .nav-article .module > a, .nav-article .article-list-details .module > a, .article-list-details .daily-briefing li p, .daily-briefing li .article-list-details p { font-weight: 600; font-size: 18px; margin-bottom: 5px; line-height: 1.35; }
.article-list-details article { margin-bottom: 20px; }
@media (min-width: 768px) { .article-list-details article { margin-bottom: 30px; } }
.article-list-details .meta { color: #a5a5a5; }
.article-list-details .meta:before { content: "("; }
.article-list-details .meta:after { content: ")"; }
.article-list-details time:before { content: ", "; }

.article-list-article { border: none; margin-top: 0; padding-top: 0; }
.article-list-article h1 { font-size: 25px; margin-bottom: 10px; }
@media (min-width: 768px) { .article-list-article h1 { font-size: 33px; margin-bottom: 20px; } }
.article-list-article p.summary { font-size: 14px; margin-bottom: 20px; }
@media (min-width: 768px) { .article-list-article p.summary { font-size: 15px; margin-bottom: 30px; } }
.article-list-article .headline, .article-list-article .nav-article .module > a, .nav-article .article-list-article .module > a, .article-list-article .daily-briefing li p, .daily-briefing li .article-list-article p { font-size: 15px; }

.article-breakout .headline, .article-breakout .nav-article .module > a, .nav-article .article-breakout .module > a, .article-breakout .daily-briefing li p, .daily-briefing li .article-breakout p { font-size: 14px; }
.article-breakout > .headline:first-child, .nav-article .module.article-breakout > a:first-child, .daily-briefing li .article-breakout > p:first-child { font-size: 18px; }
.article-breakout article { margin-bottom: 0; }
.article-breakout p.summary { margin-bottom: 15px; }

.callout { font-size: 11px; font-weight: 600; text-transform: uppercase; border-radius: 3px; background: #ededed; text-align: center; padding: 6px 0 8px 0; margin-bottom: 20px; }
@media (min-width: 768px) { .callout { padding: 2px 0 0 0; margin: 0 0 10px 0; color: #757575; } }
.callout .section { color: #757575; line-height: 1.4; }
@media (min-width: 768px) { .callout .section { padding: 8px; border-bottom: 1px solid #d6d6d6; border-top: 1px solid #fff; } }
.callout .section:first-child { border-top: none; }
.callout .section:last-child { border-bottom: none; }
.callout .section time { color: #d32329; }
@media (min-width: 768px) { .callout .section time { display: block; color: #757575; line-height: 1.1; } }
.callout .section .month, .callout .section .year { font-size: 16px; line-height: 1.1; }
@media (min-width: 768px) { .callout .section .month, .callout .section .year { display: block; font-size: 14px; } }
.callout .section .day { font-size: 16px; }
.callout .section .day:before { content: " "; }
.callout .section .day:after { content: ", "; }
@media (min-width: 768px) { .callout .section .day { display: block; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; font-weight: 400; font-size: 32px; line-height: 1.1; color: #d32329; }
  .callout .section .day:before { content: ""; }
  .callout .section .day:after { content: ""; } }
.callout .btn-section { display: inline-block; border-right: none; border-left: none; font-size: 11px; font-weight: 600; text-transform: uppercase; color: #07294c; margin: 0; }
@media (min-width: 768px) { .callout .btn-section { border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; padding: 8px; } }
.callout .btn-section:hover { text-decoration: none; }
.callout .header { background: #e4e4e4; color: #07294c; margin: 0; border-top-left-radius: 3px; border-top-right-radius: 3px; }
.callout .section-form { padding: 15px; }

.filters { text-align: left; padding: 0; text-transform: none; }
.filters .header { padding: 10px 15px; }
.filters .header .caret { float: right; margin-top: 8px; }
.filters .header .caret.flipped { border-bottom: 4px solid; border-top: 0; }

@media (min-width: 768px) { .article-body-full { width: 735px; } }
@media (min-width: 992px) { .article-body-full { width: 715px; } }
@media (min-width: 1200px) { .article-body-full { width: 785px; } }

@media (min-width: 768px) { .article-body-filters { width: 535px; } }
@media (min-width: 992px) { .article-body-filters { width: 515px; } }
@media (min-width: 1200px) { .article-body-filters { width: 585px; } }

@media (min-width: 768px) { .col-article-inside-left-filters { width: 200px; } }

.nav-results { border-bottom: 1px solid #e4e4e4; margin-bottom: 15px; padding-bottom: 15px; }
.nav-results:before, .nav-results:after { content: " "; display: table; }
.nav-results:after { clear: both; }
@media (min-width: 768px) { .nav-results .results-total { float: left; } }
.nav-results .results-sort { margin-top: 10px; }
@media (min-width: 768px) { .nav-results .results-sort { float: right; margin-top: 0; } }
.nav-results .results-sort .sort:before { content: " | "; }
.nav-results .results-sort .sort:first-child:before { content: ""; }
.nav-results .results-sort .sort a { color: #a5a5a5; }
.nav-results .results-sort .sort.current a { color: #757575; }

.article-list-results { border-top: none; padding-top: 0; margin-top: 30px; }
.article-list-results h3, .article-list-results #tinymce .related figcaption, #tinymce .related .article-list-results figcaption, .article-list-results .article-body .related figcaption, .article-body .related .article-list-results figcaption, .article-list-results .page .entry-content .related figcaption, .page .entry-content .related .article-list-results figcaption { font-size: 18px; margin-bottom: 15px; }
.article-list-results:first-of-type { padding: 0 0 5px 0; margin: 0 0 10px 0; border-bottom: 1px dashed; border-color: #d6d6d6; }
.article-list-results p { font-size: 12px; line-height: 1.3; }
@media (min-width: 768px) { .article-list-results p { font-size: 13px; line-height: 1.4; } }
.article-list-results .headline, .article-list-results .nav-article .module > a, .nav-article .article-list-results .module > a, .article-list-results .daily-briefing li p, .daily-briefing li .article-list-results p { font-size: 14px; }
.article-list-results article { margin-bottom: 20px; }
.article-list-results .meta { color: #757575; font-size: 11px; margin-bottom: 5px; }
.article-list-results .meta:before { content: ""; }
.article-list-results .meta:after { content: ""; }
.article-list-results time { color: #757575; }
.article-list-results time:before { content: ""; }
.article-list-results .byline:before { content: " | "; }
.article-list-results .type { font-size: 12px; }
.article-list-results .type:before { content: " | "; }
.article-list-results .more { font-weight: 600; font-size: 12px; color: #07294c; }

body.single-cartoon .article-body p { font-size: 14px; margin-bottom: 20px; }
body.single-cartoon article.cartoon.has-post-thumbnail > figure { text-align: center; }
@media (min-width: 768px) { body.single-cartoon article.cartoon.has-post-thumbnail > figure { margin-bottom: 40px; } }
body.single-cartoon article.cartoon.has-post-thumbnail > figure img { max-width: 100%; height: auto; }
body.single-cartoon .entry-header { border-bottom: none; padding-bottom: 5px; text-align: center; }
@media (min-width: 768px) { body.single-cartoon .entry-header { padding-bottom: 0; } }
body.single-cartoon .entry-header h1 { margin-bottom: 5px; }

body.author .article-list-results:first-of-type { padding-bottom: 0; border-bottom: none; }

.content-article .article-body .bio { margin: 0 0 30px 30px; }
.content-article .article-body .bio .related-content { border-top: none; padding: 15px; }
@media (min-width: 768px) { .content-article .article-body .bio .related-content { padding: 30px 30px 15px 30px; } }
.content-article .article-body .bio .meta { font-size: 13px; font-weight: 600; }
.content-article .article-body .bio .bio-image { float: left; margin: 0 15px 10px 0; }
@media (min-width: 768px) { .content-article .article-body .bio .bio-image { float: none; text-align: center; margin: 0 0 20px 0; } }
.content-article .article-body .bio .bio-image img { border: 4px solid #e4e4e4; background: #ededed; padding: 1px; }

.featured-headline { text-align: left; }
.featured-headline h2 { font-size: 24px; }
@media (min-width: 768px) { .featured-headline h2 { font-size: 30px; } }
.featured-headline span { color: #d32329; text-transform: uppercase; }
.featured-headline .header-wrapper { padding-left: 0; padding-right: 0; }
.featured-headline .header-wrapper a:link { color: #003b79; }
.featured-headline .header-wrapper a:hover, .featured-headline .header-wrapper a:focus, .featured-headline .header-wrapper a:hover span, .featured-headline .header-wrapper a:focus span { color: #00162c; }

img#wpstats { width: 0px; height: 0px; overflow: hidden; display: block; }

.header-logo .print { display: none; }

#content.template-wide .article-body, .template-wide#tinymce .article-body { width: 100%; }

#tinymce .pull-left, #tinymce .wp-caption.alignleft, #tinymce img.alignleft, #tinymce .related, #tinymce .quote, #tinymce blockquote.pullquote { margin: 0 30px 0 0; }
#tinymce .pull-right, #tinymce .content-article .article-body .bio, .content-article .article-body #tinymce .bio, #tinymce .wp-caption.alignright, #tinymce img.alignright { margin: 0 0 0 30px; }

.presentation-info { font-style: italic; }

.wp-caption, img { max-width: 100%; height: auto; }
.wp-caption.aligncenter, img.aligncenter { margin: 0 auto; }

#tinymce .responsive-ratio-16-9, .article-body .responsive-ratio-16-9, .page .entry-content .responsive-ratio-16-9 { position: relative; padding-bottom: 56.25%; height: 0; }
#tinymce .responsive-ratio-16-9 > *, .article-body .responsive-ratio-16-9 > *, .page .entry-content .responsive-ratio-16-9 > * { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#tinymce blockquote.pullquote footer, .article-body blockquote.pullquote footer, .page .entry-content blockquote.pullquote footer { font-weight: 600; }
#tinymce blockquote.pullquote footer:before, .article-body blockquote.pullquote footer:before, .page .entry-content blockquote.pullquote footer:before { content: "- "; }
#tinymce > h3, #tinymce .related #tinymce > figcaption, .article-body .related #tinymce > figcaption, .page .entry-content .related #tinymce > figcaption, .article-body > h3, #tinymce .related .article-body > figcaption, .article-body .related .article-body > figcaption, .page .entry-content .related .article-body > figcaption, .page .entry-content > h3, .page #tinymce .related .entry-content > figcaption, #tinymce .related .page .entry-content > figcaption, .page .article-body .related .entry-content > figcaption, .article-body .related .page .entry-content > figcaption, .page .entry-content .related .entry-content > figcaption { font-family: inherit; margin: 0 0 26px; }
#tinymce > p, .article-body > p, .page .entry-content > p { margin: 0 0 26px; }
#tinymce .inlineImage, #tinymce .inlineImage300, .article-body .inlineImage, .article-body #tinymce .inlineImage300, #tinymce .article-body .inlineImage300, .article-body .inlineImage300, .article-body .page .entry-content .inlineImage300, .page .entry-content .article-body .inlineImage300, .page .entry-content .inlineImage, .page .entry-content #tinymce .inlineImage300, #tinymce .page .entry-content .inlineImage300, .page .entry-content .inlineImage300 { float: left; margin-right: 26px; }
#tinymce .inlineImage300, .article-body .inlineImage300, .page .entry-content .inlineImage300 { width: 300px; }
#tinymce .callout, .article-body .callout, .page .entry-content .callout { width: 180px; float: right; padding: 0 10px; margin-left: 20px; }
#tinymce .attachment-khn-article-legacy-300, #tinymce .attachment-khn-article-legacy-170, #tinymce .attachment-khn-article-legacy-500, .article-body .attachment-khn-article-legacy-300, .article-body .attachment-khn-article-legacy-170, .article-body .attachment-khn-article-legacy-500, .page .entry-content .attachment-khn-article-legacy-300, .page .entry-content .attachment-khn-article-legacy-170, .page .entry-content .attachment-khn-article-legacy-500 { float: left; margin: 0 26px 10px 0; }

time { white-space: nowrap; text-transform: uppercase; }

.entry-header time { text-transform: none; }

.social-links-footer .icon-left, .social-links-footer .share .sharedaddy .sd-content ul li a.sd-button:before, .share .sharedaddy .sd-content ul li .social-links-footer a.sd-button:before { display: inline-block; }

.vip-powered { margin-top: 20px; }

.email-submit { text-transform: uppercase; }

.feature-email .email-submit:after, .module.email .email-submit:after { content: ""; display: inline-block; }

.carousel-caption .byline strong { font-weight: normal; }

.breakout-story a.headline, .breakout-story .nav-article .module > a, .nav-article .breakout-story .module > a { display: inline; }

.sidebar li em { font-style: normal; text-transform: uppercase; }

.list-popular { counter-reset: list-popular; }
.list-popular li:before { counter-increment: list-popular; content: counter(list-popular); }

.daily-report .feature-haiku { background: transparent; border: none; }

.template-wide .article-body p, .template-wide .page .entry-content p { width: 670px; }
.template-wide .article-body .layout-lg, .template-wide .page .entry-content .layout-lg { width: 100%; margin-left: 0; }

.sharedaddy { display: none; }

.share .sharedaddy { display: block; }
.share .sharedaddy .sd-content ul li { padding: 0 !important; }
.share .sharedaddy .sd-content ul li a.sd-button { width: 100%; padding: 15px 0; margin: 0; display: inline-block; color: #07294c !important; font-size: inherit; font-weight: inherit; border-radius: none; background: inherit; border: 0; box-shadow: none; line-height: inherit; }
.share .sharedaddy .sd-content ul li a.sd-button:hover { text-decoration: none; background: inherit; border: 0; box-shadow: none; line-height: inherit; }
.share .sharedaddy .sd-content ul li a.sd-button span { display: none; }
.share .sharedaddy .sd-content ul li a.sd-button:before { content: ""; display: inline-block !important; top: inherit; }
.share .sharedaddy .sd-content ul li a.sd-button.share-twitter:after { content: "Tweet"; }
.share .sharedaddy .sd-content ul li a.sd-button.share-facebook:after { content: "Share"; }
.share .sharedaddy .sd-content ul li a.sd-button.share-linkedin:after { content: "Share"; }
.share .sharedaddy .sd-content ul li a.sd-button.share-email:after { content: "Email"; }
.share .sharedaddy .sd-content ul li a.sd-button.share-print:after { content: "Print"; }
.share .sharedaddy .sd-content ul li a.sd-button.share-custom:before { content: "Republish"; font: inherit; }
.share .sharedaddy .sd-content ul li a.sd-button.share-custom:after { content: "Code"; }
.share .sharedaddy .sd-content ul li.share-custom { border-radius: 3px !important; }
@media (max-width: 991px) { .share .sharedaddy .sd-content ul li.share-email { border-radius: 3px !important; } }
.share .sharedaddy .sd-content ul li.share-end { display: none; }
.share.horizontal .sd-content ul li.share-custom, .share.mobile .sd-content ul li.share-custom { border-right: none; border-bottom-left-radius: 0; border-top-left-radius: 0; }
@media (max-width: 991px) { .share.horizontal .sd-content ul li.share-email, .share.mobile .sd-content ul li.share-email { border-right: none; border-bottom-left-radius: 0; border-top-left-radius: 0; } }
.share.vertical .sharedaddy .sd-content ul li { margin: 0; display: block; width: 100%; }
.share.vertical .sharedaddy .sd-content ul li a.sd-button { margin: 0; padding: 8px; }
.share.vertical .sharedaddy .sd-content ul li a.sd-button.share-custom:after { display: block; margin: 0; }
.share.vertical .sharedaddy .sd-content ul li:first-child { border-bottom-left-radius: 0; border-top-right-radius: 3px !important; }
.share.vertical .sharedaddy .sd-content ul li.share-custom { border-bottom: none; border-top-right-radius: 0; border-top-left-radius: 0; }
@media (max-width: 991px) { .share.vertical .sharedaddy .sd-content ul li.share-email { border-bottom: none; border-top-right-radius: 0; border-top-left-radius: 0; } }
.share.vertical .sharedaddy .sd-content ul li.share-end { display: none; }

.hubspot-contacts dl.box { border: 1px solid #ccc; margin-bottom: 15px; }
.hubspot-contacts dl.box dt { border-bottom: 1px solid #ccc; position: relative; }
.hubspot-contacts dl.box dt h5 { padding: 15px 25px; margin: 0; }
.hubspot-contacts dl.box dt .plus-btn { position: absolute; right: 10px; top: 10px; padding: 5px 15px; }
.hubspot-contacts dl.box dd { padding: 25px; }
.hubspot-contacts dl.box.contact dd label span { width: 145px; }

aside.note header { margin: 0; }
aside.note section p:last-child { margin-bottom: 0; }

@media (min-width: 768px) and (max-width: 991px) { .top-stories .story { height: 113px; }
  .col-special-secondary .special-secondary { height: 67px; } }
.header-section .description { margin-top: 15px; }
.header-section .header-wrapper p:last-child { margin-bottom: 0; }

#ca-uninsured-special-report { /*CA Uninsured Banner*/ }
#ca-uninsured-special-report .header-cu { margin-bottom: 20px; }
@media (min-width: 768px) { #ca-uninsured-special-report .header-cu { background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/california-uninsured/ca-state.png) no-repeat center; height: 260px; padding: 60px 0 0 0; margin: -25px 0 0 0; } }
#ca-uninsured-special-report .header-cu .inner { background-color: rgba(255, 255, 255, 0.8); background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-gray-light-100.png); border-top: 4px solid #07294c; border-bottom: 1px solid #afafaf; text-align: center; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); padding: 12px 0 20px 0; }
#ca-uninsured-special-report .header-cu .inner:before, #ca-uninsured-special-report .header-cu .inner:after { content: " "; display: table; }
#ca-uninsured-special-report .header-cu .inner:after { clear: both; }
#ca-uninsured-special-report .header-cu h1 { font-size: 40px; line-height: 1; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; color: #d32329; padding: 0; margin: 0; text-shadow: 3px 3px 0px #d9d9d9; }
@media (min-width: 1200px) { #ca-uninsured-special-report .header-cu h1 { font-size: 60px; border-bottom: 1px solid #d6d6d6; float: left; margin: 0 0 0 330px; } }
#ca-uninsured-special-report .header-cu h2 { font-size: 22px; line-height: 1; text-transform: uppercase; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 2px; padding: 3px 0 0 0; margin: 0; text-shadow: 2px 2px 0px #d9d9d9; }
@media (min-width: 1200px) { #ca-uninsured-special-report .header-cu h2 { font-size: 31px; border-top: 1px solid #fff; float: left; clear: both; margin: 0 0 0 330px; } }
#ca-uninsured-special-report .headlines-cu { border-bottom: 1px solid #d6d6d6; padding: 0 0 20px 0; }
#ca-uninsured-special-report .headlines-cu:before, #ca-uninsured-special-report .headlines-cu:after { content: " "; display: table; }
#ca-uninsured-special-report .headlines-cu:after { clear: both; }
#ca-uninsured-special-report .headlines-cu h3, #ca-uninsured-special-report .headlines-cu #tinymce .related figcaption, #tinymce .related #ca-uninsured-special-report .headlines-cu figcaption, #ca-uninsured-special-report .headlines-cu .article-body .related figcaption, .article-body .related #ca-uninsured-special-report .headlines-cu figcaption, #ca-uninsured-special-report .headlines-cu .page .entry-content .related figcaption, .page .entry-content .related #ca-uninsured-special-report .headlines-cu figcaption { color: #d32329; text-transform: uppercase; font-size: 18px; margin: 0 0 15px 0; padding: 0; }
#ca-uninsured-special-report .headlines-cu .headline, #ca-uninsured-special-report .headlines-cu .nav-article .module > a, .nav-article #ca-uninsured-special-report .headlines-cu .module > a, #ca-uninsured-special-report .headlines-cu .daily-briefing li p, .daily-briefing li #ca-uninsured-special-report .headlines-cu p { font-size: 14px; margin-bottom: 5px; }
@media (min-width: 768px) { #ca-uninsured-special-report .headlines-cu .headline, #ca-uninsured-special-report .headlines-cu .nav-article .module > a, .nav-article #ca-uninsured-special-report .headlines-cu .module > a, #ca-uninsured-special-report .headlines-cu .daily-briefing li p, .daily-briefing li #ca-uninsured-special-report .headlines-cu p { margin: 0; border-right: 1px solid #d6d6d6; }
  #ca-uninsured-special-report .headlines-cu .headline:last-child, #ca-uninsured-special-report .headlines-cu .nav-article .module > a:last-child, .nav-article #ca-uninsured-special-report .headlines-cu .module > a:last-child, #ca-uninsured-special-report .headlines-cu .daily-briefing li p:last-child, .daily-briefing li #ca-uninsured-special-report .headlines-cu p:last-child { border: 0; }
  #ca-uninsured-special-report .headlines-cu .headline:first-of-type, #ca-uninsured-special-report .headlines-cu .nav-article .module > a:first-of-type, .nav-article #ca-uninsured-special-report .headlines-cu .module > a:first-of-type, #ca-uninsured-special-report .headlines-cu .daily-briefing li p:first-of-type, .daily-briefing li #ca-uninsured-special-report .headlines-cu p:first-of-type { padding-left: 0; } }
#ca-uninsured-special-report .text-highlight-cu, #ca-uninsured-special-report .profiles-cu .profile .age span, #ca-uninsured-special-report .profiles-cu .profile .status-insurance .year { color: #07294c; font-size: 32px; line-height: 1; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
#ca-uninsured-special-report .profiles-cu { margin: 20px 0 0 0; }
@media (min-width: 1200px) { #ca-uninsured-special-report .profiles-cu { margin: 50px 0 0 0; } }
#ca-uninsured-special-report .profiles-cu .profile-wrapper { margin-bottom: 30px; padding-right: 14px; }
#ca-uninsured-special-report .profiles-cu .profile { background-color: #f5f5f5; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
#ca-uninsured-special-report .profiles-cu .profile h3, #ca-uninsured-special-report .profiles-cu .profile #tinymce .related figcaption, #tinymce .related #ca-uninsured-special-report .profiles-cu .profile figcaption, #ca-uninsured-special-report .profiles-cu .profile .article-body .related figcaption, .article-body .related #ca-uninsured-special-report .profiles-cu .profile figcaption, #ca-uninsured-special-report .profiles-cu .profile .page .entry-content .related figcaption, .page .entry-content .related #ca-uninsured-special-report .profiles-cu .profile figcaption { color: #fff; font-size: 27px; text-align: center; background-color: #07294c; background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-white-15.png); color: #fff; margin: 0 0 2px 0; padding: 10px 0; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); }
#ca-uninsured-special-report .profiles-cu .profile h3 a, #ca-uninsured-special-report .profiles-cu .profile #tinymce .related figcaption a, #tinymce .related #ca-uninsured-special-report .profiles-cu .profile figcaption a, #ca-uninsured-special-report .profiles-cu .profile .article-body .related figcaption a, .article-body .related #ca-uninsured-special-report .profiles-cu .profile figcaption a, #ca-uninsured-special-report .profiles-cu .profile .page .entry-content .related figcaption a, .page .entry-content .related #ca-uninsured-special-report .profiles-cu .profile figcaption a { color: #fff; }
#ca-uninsured-special-report .profiles-cu .profile .occupation { border-right: 1px solid #d6d6d6; padding: 10px 35px 0 25px; float: left; }
@media (min-width: 768px) { #ca-uninsured-special-report .profiles-cu .profile .occupation { border-right: none; } }
@media (min-width: 1200px) { #ca-uninsured-special-report .profiles-cu .profile .occupation { border-right: 1px solid #d6d6d6; } }
#ca-uninsured-special-report .profiles-cu .profile .occupation .title { color: #07294c; font-size: 18px; line-height: 1.5; font-weight: 600; }
#ca-uninsured-special-report .profiles-cu .profile .occupation .location { color: #757575; text-transform: uppercase; font-size: 15px; font-weight: 600; }
#ca-uninsured-special-report .profiles-cu .profile .occupation > p { display: none; }
#ca-uninsured-special-report .profiles-cu .profile .age { padding: 15px 0 0 30px; float: left; color: #757575; text-transform: uppercase; font-size: 15px; font-weight: 600; }
#ca-uninsured-special-report .profiles-cu .profile .text { clear: both; padding: 20px 25px; }
#ca-uninsured-special-report .profiles-cu .profile .text p { font-size: 15px; width: auto; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance { padding: 0 15px 0 15px; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .year { margin-bottom: 2px; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status { color: #757575; font-size: 16px; line-height: 1; font-weight: 600; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-old, #ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-current { text-align: center; border-top: 1px solid #d6d6d6; padding: 10px 5px 15px 5px; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-old:first-child { border-right: 1px solid #d6d6d6; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-current { background: #fff; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-current .status { color: #d32329; }
#ca-uninsured-special-report .profiles-cu .profile .status-insurance .status-current-single { background: #fff; }
#ca-uninsured-special-report .banner-cu { margin-bottom: 15px; }
@media (min-width: 768px) { #ca-uninsured-special-report .banner-cu { background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/california-uninsured/ca-state-sm.png) no-repeat center; height: 120px; padding: 20px 0 0 0; margin: -20px 0 15px 0; } }
#ca-uninsured-special-report .banner-cu a, #ca-uninsured-special-report .banner-cu a:hover { text-decoration: none; }
#ca-uninsured-special-report .banner-cu .inner { background-color: rgba(255, 255, 255, 0.8); background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-gray-light-100.png); border-top: 2px solid #07294c; border-bottom: 1px solid #afafaf; -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4); padding: 15px 0 12px 20px; text-align: center; }
#ca-uninsured-special-report .banner-cu .inner:before, #ca-uninsured-special-report .banner-cu .inner:after { content: " "; display: table; }
#ca-uninsured-special-report .banner-cu .inner:after { clear: both; }
#ca-uninsured-special-report .banner-cu .head-cu { font-size: 43px; line-height: 1; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; color: #d32329; padding: 0; margin: 0; text-shadow: 2px 2px 0px #d9d9d9; }
@media (min-width: 1200px) { #ca-uninsured-special-report .banner-cu .head-cu { float: left; margin: 0 10px 0 0; } }
#ca-uninsured-special-report .banner-cu .subhead-cu { font-size: 20px; line-height: 1; text-transform: uppercase; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; letter-spacing: 2px; color: #07294c; padding: 6px 0; margin: 2px 0 0 0; text-shadow: 1px 1px 0px #d9d9d9; }
@media (min-width: 1200px) { #ca-uninsured-special-report .banner-cu .subhead-cu { border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; float: left; } }

.page .entry-content #kingburwell-special-report { padding-bottom: 20px; }
@media (min-width: 768px) { .page .entry-content #kingburwell-special-report .kb-header-row { margin: 0; } }
.page .entry-content #kingburwell-special-report .kb-header { background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/king-burwell/kb-supreme-court.jpg) no-repeat top center; text-align: center; border-bottom: 1px solid #d6d6d6; margin: -13px 0 0 0; padding: 0; }
@media (min-width: 768px) { .page .entry-content #kingburwell-special-report .kb-header { margin: -28px 0 0 0; } }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-header { margin: -38px 0 0 0; } }
.page .entry-content #kingburwell-special-report .kb-header .inner { background-image: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/pattern-gray-light-100.png); border-bottom: 1px solid #fff; width: 100%; height: 100%; padding: 20px 20px; }
@media (min-width: 992px) { .page .entry-content #kingburwell-special-report .kb-header .inner { padding: 50px 20px; } }
.page .entry-content #kingburwell-special-report .kb-header h1 { font-size: 60px; line-height: 1; font-family: "kreonregular", Georgia, "Times New Roman", Times, serif; color: #d32329; padding: 0; margin: 0 0 5px 0; text-shadow: 3px 3px 0px #d9d9d9; }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-header h1 { font-size: 80px; } }
.page .entry-content #kingburwell-special-report .kb-header h1 span { color: #003b79; font-size: 0.75em; }
.page .entry-content #kingburwell-special-report .kb-header h2 { font-size: 22px; line-height: 1; text-transform: uppercase; font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; padding: 3px 0 0 0; margin: 0; text-shadow: 2px 2px 0px #d9d9d9; }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-header h2 { font-size: 29px; } }
.page .entry-content #kingburwell-special-report h3, #tinymce .related .page .entry-content #kingburwell-special-report figcaption, .article-body .related .page .entry-content #kingburwell-special-report figcaption, .page .entry-content #kingburwell-special-report .related figcaption, .page .entry-content .related #kingburwell-special-report figcaption { color: #d32329; text-transform: uppercase; font-size: 18px; margin-bottom: 20px; }
.page .entry-content #kingburwell-special-report article { border-bottom: 1px solid #d6d6d6; margin-bottom: 15px; padding-bottom: 15px; float: left; }
.page .entry-content #kingburwell-special-report .article-feature { border-bottom: none; margin-bottom: 25px; padding-bottom: 0; }
.page .entry-content #kingburwell-special-report p { margin-bottom: 5px; width: auto; }
.page .entry-content #kingburwell-special-report p:not(.headline) { font-size: 12px; line-height: 1.5; }
.page .entry-content #kingburwell-special-report .article-video-feature p.headline, .page .entry-content #kingburwell-special-report .article-video-feature .daily-briefing li p, .daily-briefing li .page .entry-content #kingburwell-special-report .article-video-feature p { margin-top: 10px; }
.page .entry-content #kingburwell-special-report .wrapper-story { background: #ededed; padding: 20px; }
.page .entry-content #kingburwell-special-report img { width: 100%; }
.page .entry-content #kingburwell-special-report img.img-sm { float: right; width: 100px; height: auto; margin-left: 15px; }
.page .entry-content #kingburwell-special-report img.img-md { float: left; width: 170px; height: auto; margin-right: 15px; }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-articles { padding: 0; margin-left: 15px; } }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-media { padding: 0; margin-left: -15px; } }
.page .entry-content #kingburwell-special-report .kb-map, .page .entry-content #kingburwell-special-report .kb-map p { text-align: center; }
.page .entry-content #kingburwell-special-report .kb-map img, .page .entry-content #kingburwell-special-report .kb-map p img { display: inline-block; width: auto; }
.page .entry-content #kingburwell-special-report .kb-ribbon { margin: -9px 0 0 0; text-align: center; font-size: 16px; font-weight: 600; line-height: 1.3; }
@media (min-width: 768px) { .page .entry-content #kingburwell-special-report .kb-ribbon { font-size: 18px; line-height: 1.35; } }
@media (min-width: 992px) { .page .entry-content #kingburwell-special-report .kb-ribbon { padding: 0 20px 0 25px; } }
@media (min-width: 1200px) { .page .entry-content #kingburwell-special-report .kb-ribbon { padding: 0 50px 0 72px; } }
.page .entry-content #kingburwell-special-report .kb-ribbon h3, #tinymce .related .page .entry-content #kingburwell-special-report .kb-ribbon figcaption, .article-body .related .page .entry-content #kingburwell-special-report .kb-ribbon figcaption, .page .entry-content #kingburwell-special-report .kb-ribbon .related figcaption, .page .entry-content .related #kingburwell-special-report .kb-ribbon figcaption { font-size: 24px; }
.page .entry-content #kingburwell-special-report .kb-ribbon .inner { width: 278px; background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/king-burwell/kb-ribbon-bottom.png) no-repeat bottom left; padding-bottom: 60px; margin: 0 auto; }
.page .entry-content #kingburwell-special-report .kb-ribbon .inner:before { content: ""; display: block; background: url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/king-burwell/kb-ribbon-top.png) no-repeat top left; height: 9px; }
.page .entry-content #kingburwell-special-report .kb-ribbon-header, .page .entry-content #kingburwell-special-report .kb-ribbon-list, .page .entry-content #kingburwell-special-report .kb-ribbon-footer { margin: 0 7px 0 1px; }
.page .entry-content #kingburwell-special-report .kb-ribbon-header { background: #ededed url(/wp-content/themes/vip/kaiser-healthnews/static/stylesheets/../images/special-features/king-burwell/kb-ribbon-arrow.png) no-repeat bottom left; padding: 15px 30px 25px 30px; }
.page .entry-content #kingburwell-special-report .kb-ribbon-header h3, #tinymce .related .page .entry-content #kingburwell-special-report .kb-ribbon-header figcaption, .article-body .related .page .entry-content #kingburwell-special-report .kb-ribbon-header figcaption, .page .entry-content #kingburwell-special-report .kb-ribbon-header .related figcaption, .page .entry-content .related #kingburwell-special-report .kb-ribbon-header figcaption { margin: 0; }
.page .entry-content #kingburwell-special-report .kb-ribbon-list { padding: 10px 20px 20px 20px; }
@media (min-width: 768px) { .page .entry-content #kingburwell-special-report .kb-ribbon-list { padding: 10px 30px 20px 30px; } }
.page .entry-content #kingburwell-special-report .kb-ribbon-list p { font-size: inherit; line-height: inherit; margin: 0; }
.page .entry-content #kingburwell-special-report .kb-ribbon-footer { border-top: 1px solid #d6d6d6; padding: 20px 30px 10px 30px; font-size: 16px; }
.page .entry-content #kingburwell-special-report .kb-ribbon-number { font-size: 32px; font-weight: 700; line-height: 1; margin-bottom: 10px; color: #d32329; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
