:root {
	--color-white: #FFF;
	--color-ivory: #DEDEDE;
	--color-coffee: #B7B8B9;
	--color-gray: #67686D;
	--color-charcoal: #20252B;
	--color-red: #C20B30;
	--color-blue: #0094CA;
	--color-green: #B9BA16;
	--color-white-pale: #F9F9F9;
	--color-ivory-pale: #F0F0F0;
	--color-coffee-pale: #CECECF;
	--color-gray-pale: #76777B;
	--color-charcoal-pale: #2A3139;
	--color-red-pale: #D60F3F;
	--color-blue-pale: #01B6DB;
	--color-green-pale: #D1CF07;
	--content-width: 1272px;
}
html, body {
	min-height:100%;
	padding: 0;
	margin: 0;
		color: var(--color-charcoal-pale);
}
* {
	font-family: 'Noto Sans',sans-serif;
	font-size: 14px;
}
a {
	color: var(--color-green);
}
a:hover {
	color: var(--color-blue);
}
h1,
.sysArticleTitle,
a.sysArticleTitle,
p.sysArticleTitle {
	margin: 0;
	font-size: 30px;
	line-height: 40px;
	color: var(--color-green);
	text-transform: uppercase;
}
h2,
.sysArticle .subtitle {
	font-size: 30px;
	color: var(--color-charcoal);
	text-transform: uppercase;
}
h3 {
	font-size: 24px;
	color: var(--color-charcoal);
	text-transform: uppercase;
}
p {
	line-height: 24px;
}
input[type="text"],
input[type="password"],
select {
	margin-bottom: 20px;
	height: 38px;
	padding: 0 10px;
	line-height: 38px;
	border: 1px solid var(--color-coffee);
	border-radius: 4px;
	background-color: var(--color-white);
}
textarea {
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid var(--color-coffee);
	border-radius: 4px;
}
input[type="submit"],
input[type="button"] {
	margin-top: 20px;
	font-weight: 700;
	background-color: var(--color-green);
	color: var(--color-white);
	height: 40px;
	padding: 0 24px;
	line-height: 40px;
	border: 1px solid var(--color-green);
	border-radius: 4px;
}
input[type="submit"].delete {
	line-height: 19px !important;
	margin-top: 0 !important;
}
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: var(--color-green-pale);
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	outline: none;
	border: 1px solid var(--color-blue) !important;
	box-shadow: 0 0 4px var(--color-blue) !important;
	-moz-box-shadow: 0 0 4px var(--color-blue) !important;
	-webkit-box-shadow: 0 0 4px var(--color-blue) !important;
}
ul.sysRedcheck {
	list-style-image: url(/d/berkley-healthcare/i/icon-check.svg.cfm?color=B9BA16);
}
.sysArticle {
	margin-top: 0;
}
.sysArticle p.subtitle {
	margin-bottom: 0;
}
.sysDocs,
.sysInstructions,
.sysAdvisory {
	border: none;
	width: 100%;
	padding: 0;
}
.EzCalendar {
	width: auto !important;
}
.EzCalendar_Header_Day {
	background-color: var(--color-white) !important;
}
td.EzCalendar_Day {
	background-color: var(--color-white-pale) !important;
	border-radius: 4px;
}
body#workplace-directory #sebTable th {
	border-bottom: 4px solid var(--color-ivory);
}
body#workplace-directory #sebTable td {
	border-bottom: 1px solid var(--color-ivory-pale);
}
body#workplace-directory #sebTable tr:hover {
	background-color: var(--color-white-pale);
}
body#workplace-directory #sebTable tr:hover td {
	background-color: var(--color-white-pale);
}
body#workplace-directory #sebTable th,
body#workplace-directory #sebTable td {
	background-color: var(--color-white);
	height: 48px;
	line-height: 48px;
}
body#training-materials .sysDocs h3,
body#vault-polls .sysDocs h3 {
	font-size: 14px;
	text-transform: none;
}
.d-container-width {
	position: relative;
	width: var(--content-width);
	height: 100%;
	margin: 0 auto;
}
.d-inline-block {
	display: inline-block;
	font-size: 0;
	vertical-align: top;
}
.d-inline-block.d-left {
	width: calc(100% - 372px);
}
.d-inline-block.d-right {
	width: 344px;
	margin-left: 24px;
}
.d-inline-block.d-right > h2 {
	margin-top: 0;
}
body#index .d-inline-block.d-left {
	width: calc(100% - 436px);
}
body#index .d-inline-block.d-right {
	width: 408px;
	margin-left: 24px;
}
#d-container {
	position: relative;
}
#d-header {
	height: 160px;
	border-bottom: 8px solid var(--color-blue);
}
body#index #d-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	border-bottom: none;
}
#d-logo-sm {
	display: inline-block;
	margin-top: 6px;
}
#d-nav-global {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 40px 0 6px 0;
	border-bottom: 2px solid var(--color-green);
}
#d-nav-global li {
	display: inline-block;
	margin-left: 50px;
}
#d-nav-global li:first-of-type {
	margin-left: 20px;
}
#d-nav-global li a {
	color: var(--color-charcoal);
	line-height: 24px;
	font-weight: 700;
	text-decoration: none;
}
body#index #d-nav-global li a {
	color: #fff;
}
#d-nav-global li a:hover {
	color: var(--color-green);
}
#d-nav-global li:last-of-type a {
	vertical-align: middle;
}
#d-banner {
	padding: 72px 0 45px 0;
	background-color: var(--color-charcoal);
	color: #fff;
	text-align: center;
}
#d-description {
	margin: 20px auto 0 auto;
	width: 790px;
	font-size: 20px;
	line-height: 35px;
	text-align: center;
}
body.out #d-banner,
body.out #d-description {
	text-align: left;
}
body.out #d-description {
	margin: 20px 0 0 0;
}
#d-description a {
	font-size: 20px;
	text-decoration: none;
}
.d-script {
	font-family: 'Segoe Script';
	font-style: italic;
	color: var(--color-blue);
	font-size: 22px;
	text-decoration: none;
}
.d-curated {
	font-family: 'Calibri';
	font-style: italic;
	font-size: 18px;
}
#d-login {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 302px;
	padding: 24px 40px 4px 40px;
	border-radius: 10px;
	background-color: #fff;
	color: #000;
	text-align: center;
}
#d-login #frmLogin {
	margin-bottom: 20px;
}
#d-login h2 {
	font-size: 18px;
	text-transform: uppercase;
	color: var(--color-gray);
}
#d-login input[type="text"],
#d-login input[type="password"] {
	margin-top: 0;
	margin-bottom: 20px;
	width: 282px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid var(--color-coffee);
	border-radius: 4px;
}
#d-login input[type="submit"] {
	margin-bottom: 20px;
	font-weight: 700;
	background-color: var(--color-green);
	color: var(--color-white);
	width: 304px;
	height: 40px;
	padding: 0;
	line-height: 40px;
	border: 1px solid var(--color-green);
	border-radius: 4px;
}
#d-login input[type="submit"]:hover {
	background-color: var(--color-green-pale);
}
#d-login a {
	color: var(--color-green);
}
#d-login a:hover {
	color: var(--color-blue);
}
#d-login p {
	margin: 0 0 20px 0;
}
#d-navbar-wrapper {
	background-color: var(--color-green);
}
#d-productlinks {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#d-navbar-wrapper #d-productlinks {
	display: none;
	padding: 24px 0;
}
#d-productlinks li {
	width: 344px;
	border-bottom: 1px solid var(--color-coffee-pale);
}
#d-productlinks li a {
	display: block;
	width: calc(100% - 10px);
	height: 48px;
	padding-left: 10px;
	line-height: 48px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-charcoal);
	text-transform: uppercase;
	text-decoration: none;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=20252B) 315px center no-repeat,  url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=0094CA) -9999px -9999px no-repeat;
}
#d-productlinks li a:hover {
	color: var(--color-blue);
	border-radius: 5px;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=0094CA) 315px center #F9F9F9 no-repeat
}
#d-productlinks li a span.d-default br {
	display: none;
}
body#index:not(.out) #d-productlinks li {
	width: 408px;
}
body#index:not(.out) #d-productlinks li a {
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=20252B) 380px center no-repeat;
}
body#index.out #d-navbar-wrapper #d-productlinks {
	display: block;
}
body#index.out #d-productlinks li {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-right: 24px;
	width: 288px;
	background-color:  var(--color-white);
	border: 6px solid var(--color-blue);
	border-radius: 10px;
	vertical-align: top;
}
body#index.out #d-productlinks li:last-of-type {
	margin-right: 0;
}
body#index.out #d-productlinks li:hover {
	background-color: var(--color-blue);
}
body#index.out #d-productlinks li a {
	position: relative;
	width: calc(100% - 32px);
	height: 114px;
	line-height: inherit;
	padding: 162px 16px 0 16px;
	font-size: 21px;
	color: #000;
	text-align: center;
}
body#index.out #d-productlinks li a span.d-default {
	font-size: 21px;
	color: #000;
}
body#index.out #d-productlinks li a:hover {
	height: 254px;
	padding-top: 20px;
	font-size: 14px;
	text-transform: none;
	border-radius: 0;
	color: var(--color-white);
}
#d-productlinks li a span.d-hover,
body#index.out #d-productlinks li a:hover span.d-default {
	display: none;
}
body#index.out #d-productlinks li a span.d-default br {
	display: inline;
}
body#index.out #d-productlinks li a span.d-default,
body#index.out #d-productlinks li a:hover span.d-hover {
	display: inline;
}
body#index.out #d-productlinks li a:hover span.d-hover {
	font-weight: 500;
	font-style: italic;
}
body#index.out #d-productlinks li a:hover span.d-bottom {
	display: block;
	width: calc(100% - 32px);
	position: absolute;
	bottom: 20px;
	font-size: 13px;
	font-style: normal;
}
body#index.out #d-productlinks li.d-crime a {
	height: 100px;
	padding-top: 176px;
}
body#index.out #d-productlinks li.d-do:hover a,
body#index.out #d-productlinks li.d-epl:hover a {
	height: 254px;
	padding-top: 20px;
}
/* Preload hover bkgd images during default state */
body#index.out #d-productlinks li.d-do a {
	background: url(/d/berkley-healthcare/i/icon-director.svg.cfm?color=B9BA16) center 60px no-repeat,  url(/d/berkley-healthcare/i/icon-director.svg.cfm?color=ffffff) -9999px -9999px no-repeat;
}
body#index.out #d-productlinks li.d-epl a {
	background: url(/d/berkley-healthcare/i/icon-epl.svg.cfm?color=B9BA16) center 60px no-repeat,  url(/d/berkley-healthcare/i/icon-epl.svg.cfm?color=ffffff) -9999px -9999px no-repeat;
}
body#index.out #d-productlinks li.d-fiduciary a {
	background: url(/d/berkley-healthcare/i/icon-fiduciary.svg.cfm?color=B9BA16) center 60px no-repeat,  url(/d/berkley-healthcare/i/icon-fiduciary.svg.cfm?color=ffffff) -9999px -9999px no-repeat;
}
body#index.out #d-productlinks li.d-crime a {
	background: url(/d/berkley-healthcare/i/icon-crime.svg.cfm?color=B9BA16) center 60px no-repeat,  url(/d/berkley-healthcare/i/icon-crime.svg.cfm?color=ffffff) -9999px -9999px no-repeat;
}
body#index.out #d-productlinks li.d-do a:hover {
	background: url(/d/berkley-healthcare/i/icon-director.svg.cfm?color=ffffff) center 130px no-repeat;
}
body#index.out #d-productlinks li.d-epl a:hover {
	background: url(/d/berkley-healthcare/i/icon-epl.svg.cfm?color=ffffff) center 130px no-repeat;
}
body#index.out #d-productlinks li.d-fiduciary a:hover {
	background: url(/d/berkley-healthcare/i/icon-fiduciary.svg.cfm?color=ffffff) center 130px no-repeat;
}
body#index.out #d-productlinks li.d-crime a:hover {
	background: url(/d/berkley-healthcare/i/icon-crime.svg.cfm?color=ffffff) center 130px no-repeat;
	height: 254px;
	padding-top: 20px;
}
#d-nav-main {
	position: absolute;
	right: 0;
	bottom: 0;
	list-style-type: none;
	height: 68px;
	line-height: 68px;
	margin: 0;
	padding: 0;
	font-size: 0;
	text-align: right;
}
body#index #d-nav-main {
	position: relative;
	right: auto;
	bottom: auto;
	height: auto;
	line-height: normal;
	text-align: left;
}
#d-nav-main > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	overflow-y: visible;
}
body:not(#index) #d-nav-main > li > a {
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=B9BA16) 96% center/18px no-repeat, url(/d/berkley-healthcare/i/icon-arrow-collapse-up.svg.cfm?color=0094CA) -9999px -9999px no-repeat;
}
body:not(#index) #d-nav-main > li:hover > a,
body:not(#index) #d-nav-main > li.d-active > a {
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-up.svg.cfm?color=0094CA) 96% center/18px no-repeat;
}
body:not(#index) #d-nav-main > li:hover > a {
	position: relative;
	z-index: 200;
	background-color: var(--color-white);
	color: var(--color-blue);
}
body#index #d-nav-main > li {
	line-height: 72px;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=ffffff) 85% center no-repeat;
}
body#index #d-nav-main > li:hover {
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=ffffff) 85% center no-repeat;
}
#d-nav-main > li > a {
	display: block;
	height: 100%;
	padding: 0 31px 0 20px;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}
#d-nav-main > li.d-active > a,
body#admin-editMyInfo #d-nav-main > li.d-account > a {
	color: var(--color-blue);
}
body#admin-editMyInfo #d-nav-main > li.d-active > a[title="Control Panel"] {
	color: var(--color-green);
}
body#admin-editMyInfo #d-nav-main > li.d-active:not(.d-account) {
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=B9BA16) 96% center/18px no-repeat;
}
body#index #d-nav-main > li > a {
	padding: 0 63px 0 39px;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=ffffff) -9999px -9999px/24px no-repeat;
	color: var(--color-white);
}
body#index #d-nav-main > li:not(.d-account):not(.d-search):hover > a {
	position: relative;
	z-index: 200;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-down.svg.cfm?color=ffffff) 85% center var(--color-blue) no-repeat;
	color: var(--color-white);
}
body#index #d-nav-main > li:hover > a svg {
	transform: rotate(180deg);
}
#d-nav-main > li.d-account > a,
#d-nav-main > li.d-account,
#d-nav-main > li.d-search,
body#index #d-nav-main > li.d-account,
body#index #d-nav-main > li.d-search {
	background: none;
}
#d-nav-main > li.d-account > a,
#d-nav-main > li.d-search > a {
	padding: 0 20px;
}
body:not(#index) #d-nav-main > li.d-account > a {
	background: none;
}
body:not(#index) #d-nav-main > li.d-search > a {
	background: url(/d/berkley-healthcare/i/icon-search.svg.cfm?color=B9BA16) center no-repeat, url(/d/berkley-healthcare/i/icon-search.svg.cfm?color=0094CA) -9999px -9999px no-repeat;
}
body:not(#index) #d-nav-main > li.d-search > a:hover,
body#search #d-nav-main > li.d-search > a {
	background: url(/d/berkley-healthcare/i/icon-search.svg.cfm?color=0094CA) center no-repeat;
}
body#index #d-nav-main > li.d-account > a,
body#index #d-nav-main > li.d-search > a {
	padding: 0 39px;
}
body#index #d-nav-main > li.d-search > a {
	background: url(/d/berkley-healthcare/i/icon-search.png) center no-repeat;
}
body:not(#index) #d-nav-main > li.d-search > a {
	padding-right: 0;
}
#d-nav-main .d-nav-sub {
	position: absolute;
	right: 0;
	top: 100%;
	background-color: var(--color-white);
	z-index: 100;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
}
body#index #d-nav-main .d-nav-sub {
	left: 0;
	right: auto;
	background-color: var(--color-blue);
	/* box-shadow: none; */
}
#d-nav-main li.hasSub:hover {
	background-color: var(--color-white);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.35);
	z-index: 100;
}
#d-nav-main li.hasSub:hover .d-nav-sub {
	display: block;
	padding: 24px;
}
#d-nav-main li.hasSub:hover .d-nav-sub ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	column-count: 2;
	text-align: left;
}
#d-nav-main li.hasSub:hover .d-nav-sub ul li {
	float: left;
	width: 244px;
	height: 40px;
	line-height: 40px;
 	border-bottom: 1px solid var(--color-coffee-pale);
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
body#index #d-nav-main li.hasSub:hover .d-nav-sub ul li {
	border-bottom: 1px solid var(--color-white);
}
#d-nav-main li.hasSub:hover .d-nav-sub ul li a {
	display: block;
	height: 100%;
	padding-left: 10px;
	font-size: 13px;
	font-weight: 700;
	color: var(--color-charcoal);
	text-transform: none;
	text-decoration: none;
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=20252B) 97% center no-repeat,  url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=0094CA) -9999px -9999px no-repeat;
}
body#index #d-nav-main li.hasSub:hover .d-nav-sub ul li a {
	color: var(--color-white);
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=ffffff) 97% center no-repeat;
}
#d-nav-main li.hasSub:hover .d-nav-sub ul li a:hover {
	color: var(--color-blue);
	background: url(/d/berkley-healthcare/i/icon-arrow-collapse-right.svg.cfm?color=0094CA) 97% center no-repeat;
}
body#index #d-nav-main li:hover {
	background-color: var(--color-blue);
}
.d-nav-sub {
	display: none;
}
#d-content-main {
	padding: 24px 0 32px 0;
}
body.out #d-content-main {
	padding-top: 0;
}
body#article #d-content-main {
	padding-bottom: 0;
}
#d-welcome {
	background-color: var(--color-ivory-pale);
	border-radius: 10px;
	padding: 24px;
}
#d-welcome h2 {
	margin-top: 0;
}
#d-welcome p {
	font-size: 16px;
	line-height: 32px;
}
#d-welcome p:first-of-type {
	margin-bottom: 20px;
}
#d-welcome a.d-more {
	margin-top: 22px;
}
body#index #d-bpm h2 {
	margin-top: 0;
}
#d-bpm video {
	border-radius: 10px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
}
#d-news .d-item,
#d-recent .d-item {
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
#d-news .d-item:hover,
#d-recent .d-item:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
#d-news .d-item {
	padding: 24px;
}
#d-news .d-item .d-news-date {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-gray);
	font-style: italic;
}
#d-news .d-item a.d-news-article {
	display: block;
	margin: 10px 0;
	color: var(--color-green);
	text-decoration: none;
	line-height: 24px;
	font-weight: 700;
}
#d-news .d-item a.d-news-article:hover {
	color: var(--color-blue);
}
#d-news .d-item .d-news-summary {
	color: var(--color-charcoal-pale);
	line-height: 24px;
	margin-bottom: 10px;
}
a.d-more {
	display: inline-block;
	padding: 6px 12px;
	font-size: 15px;
	font-weight: 700;
	background-color: var(--color-green);
	color: var(--color-white);
	border-radius: 4px;
	text-decoration: none;
}
a.d-more:hover {
	background-color: var(--color-blue);
}
#d-recent .d-item {
	padding: 20px;
}
#d-recent .d-item a.d-article-link {
	display: block;
	margin: 10px 0;
	color: var(--color-green);
	text-decoration: none;
	line-height: 24px;
	font-weight: 700;
}
#d-recent .d-item a.d-article-link:hover {
	color: var(--color-blue);
}
#d-recent .d-item .d-article-summary {
	color: var(--color-charcoal-pale);
	line-height: 24px;
	margin-bottom: 10px;
}
#d-twitter-feeds {
	margin-top: 30px;
	width: 252px;
	padding: 0 24px 37px 24px;
	border-radius: 10px;
	background-color: var(--color-white-pale);
}
#d-opinions {
	margin-top: 30px;
	width: calc(100% - 764px);
	margin-left: 24px;
}
.d-right3 {
	margin-top: 30px;
	display: inline-block;
	width: 408px;
	margin-left: 24px;
}
body.out .d-right3 {
	display: none;
}
#d-twitter-feeds h2,
#d-opinions h2,
.d-right3 > h2 {
	margin-top: 48px;
}
#d-twitter-feeds .d-twitter-name {
	font-size: 16px;
	line-height: 24px;
}
#d-twitter-feeds .d-twitter-handle,
#d-twitter-feeds .d-twitter-handle a {
	font-size: 13px;
	line-height: 24px;
	color: var(--color-gray);
	text-decoration: none;
}
#d-twitter-feeds .d-twitter-handle a:hover {
	text-decoration: underline;
}
#d-twitter-feeds .d-twitter-text {
	line-height: 24px;
	color: var(--color-charcoal);
}
#d-twitter-feeds .d-twitter-feed {
	margin-bottom: 38px;
}
#d-twitter-feeds .d-twitter-feed:last-of-type {
	margin-bottom: 0;
}
#d-opinions .d-item {
	margin-bottom: 50px;
}
#d-opinions .d-item:last-of-type {
	margin-bottom: 0;
}
#d-opinions .d-item .d-author-img img {
	height: 65px;
	border-radius: 100px;
}
#d-opinions .d-item .d-author-link {
	display: inline-block;
	padding-left: 20px;
	vertical-align: top;
	line-height: 48px;
}
#d-opinions .d-item .d-author-link a {
	font-weight: 500;
	font-style: italic;
	text-decoration: none;
}
#d-opinions .d-item .d-title-link {
	font-weight: 700;
	text-decoration: none;
	line-height: 24px;
}
#d-opinions .d-item .d-teaser {
	line-height: 24px;
	margin-top: 10px;
}
#d-podcasts {
	margin-top: 56px;
}
#d-podcasts .d-title {
	margin-bottom: 18px;
}
#d-podcasts .d-title * {
	vertical-align: middle;
}
#d-podcasts h2 {
	display: inline-block;
	margin: 0;
	width: 307px;
}
#d-podcasts .d-item {
	padding: 24px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	margin-bottom: 10px;
}
#d-podcasts .d-item:hover {
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}
#d-podcasts .d-item h3 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-gray);
	text-transform: none;
}
#d-podcasts .d-item a {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-decoration: none;
}
#d-podcasts .d-item p {
	margin: 10px 0 0 0;
	font-weight: 500;
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: var(--color-gray);
}
#d-rss-feeds {
	margin-top: 70px;
	font-size: 0;
}
#d-rss-feeds .d-rss-feed {
	display: inline-block;
	vertical-align: top;
	margin-right: 24px;
	width: 260px;
	padding: 20px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
#d-rss-feeds .d-rss-feed:last-of-type {
	margin-right: 0;
}
#d-rss-feeds .d-rss-feed h2 {
	margin-top: 130px;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
}
#d-rss-feeds .d-rss-feed ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#d-rss-feeds .d-rss-feed ul li {
	margin-bottom: 12px;
}
#d-rss-feeds .d-rss-feed a {
	line-height: 24px;
	text-decoration: none;
}
#d-rss-feeds .d-rss-feed.Employment {
	background: url(/d/berkley-healthcare/i/Employment.jpg) top center no-repeat;
}
#d-rss-feeds .d-rss-feed.Health {
	background: linear-gradient(180deg, transparent, white 168px), url(/d/berkley-healthcare/i/health.jpg) top center no-repeat;
}
#d-rss-feeds .d-rss-feed.Regulatory {
	background: url(/d/berkley-healthcare/i/Regulatory.jpg) top center no-repeat;
}
#d-rss-feeds .d-rss-feed.Safety {
	background: url(/d/berkley-healthcare/i/Safety.jpg) top center no-repeat;
}
body#contact .sysDocs h3 {
	color: var(--color-green);
	margin-top: 0;
}
.sysArticle .article-date,
.sysArticle .article-date p,
#article-author {
	font-size: 16px;
	font-weight: 500;
	color: var(--color-gray);
	font-style: italic;
}
ul#article-share {
	clear: both;
	margin: 0;
	padding: 0 0 20px 0;
	width: 100%;
	list-style-type: none;
	text-align: right;
	border-bottom: 1px solid #acacac;
}
ul#article-share li {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 13px;
	text-decoration: none;
}
ul#article-share li:last-of-type {
	margin-right: 0;
}
ul#article-share li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
ul#article-share li a .icon, ul#article-share li a .text {
	display: none;
}
ul#article-share li.article-share-button.facebook a { background: url(/d/berkley-healthcare/i/icon-social-facebook.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-social-facebook.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.twitter a { background: url(/d/berkley-healthcare/i/icon-social-twitter.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-social-twitter.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.linkedin a { background: url(/d/berkley-healthcare/i/icon-social-linkedin.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-social-linkedin.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.reddit a { background: url(/d/berkley-healthcare/i/icon-social-reddit.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-social-reddit.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.email a { background: url(/d/berkley-healthcare/i/icon-email.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-email.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.print a { background: url(/d/berkley-healthcare/i/icon-print.svg.cfm?color=0094CA) center/16px no-repeat, url(/d/berkley-healthcare/i/icon-print.svg.cfm?color=01B6DB) -9999px -9999px no-repeat; }
ul#article-share li.article-share-button.comment { display: none; }
ul#article-share li.article-share-button.facebook:hover a { background: url(/d/berkley-healthcare/i/icon-social-facebook.svg.cfm?color=01B6DB) center/16px no-repeat; }
ul#article-share li.article-share-button.twitter:hover a { background: url(/d/berkley-healthcare/i/icon-social-twitter.svg.cfm?color=01B6DB) center/16px no-repeat; }
ul#article-share li.article-share-button.linkedin:hover a { background: url(/d/berkley-healthcare/i/icon-social-linkedin.svg.cfm?color=01B6DB) center/16px no-repeat; }
ul#article-share li.article-share-button.reddit:hover a { background: url(/d/berkley-healthcare/i/icon-social-reddit.svg.cfm?color=01B6DB) center/16px no-repeat; }
ul#article-share li.article-share-button.email:hover a { background: url(/d/berkley-healthcare/i/icon-email.svg.cfm?color=01B6DB) center/16px no-repeat; }
ul#article-share li.article-share-button.print:hover a { background: url(/d/berkley-healthcare/i/icon-print.svg.cfm?color=01B6DB) center/16px no-repeat; }
.sysPollBox {
	margin: 0 0 10px 30px;
	width: 260px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	padding: 20px;
}
.sysPollBox-body {
	border: 0;
}
.sysPollBox-header {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 0;
	line-height: 24px;
	margin: 0 0 21px 0;
	font-weight: 700;
}
.sysPollBox .sysPollBox-body {
	padding: 0;
}
.sysPollBox .sysPollBox-body p {
	color: #5D6166 !important;
	font-size: 13px !important;
	line-height: 20px !important;
}
.sysPollBox .sysPollBox-body form {
	margin: 0;
	padding: 0;
	border: 0;
}
.sysPollBox-button {
	float: unset;
}
.sysPollBox-button input {
	border: 0;
	background: url(/d/berkley-healthcare/i/icon-print.svg.cfm?color=01B6DB) center/16px no-repeat;
	margin: 14px 0 0 0;
	height: unset;
	padding: 0;
	width: unset !important;
	outline: none !important;
}
#opinion-poll tr td:first-child {
	width: 19px;
}
#opinion-poll tr td label {
	font-size: 16px !important;
}
#opinion-poll tr td {
	vertical-align: top !important;
}
.sysPollBox p.sysPollOurStatement,
.sysPollBox p.sysPollOurStatement ~ p {
	font-size: 13px !important;
	line-height: 20px !important;
	padding: 0;
	font-style: italic;
	font-weight: normal;
	color: var(--color-charcoal-pale) !important;
	margin: 0 0 12px 0;
}
.sysPollBox p.sysPollOurStatement ~ p {
	margin: 0;
	color: var(--color-gray) !important;
}
#d-related {
	display: none;
	background-color: var(--color-white-pale);
	padding: 72px 0 48px 0;
}
body#article #d-related {
	display: block;
}
#d-article-related {
	font-size: 0;
}
#d-article-related .d-related-box {
	margin-right: 24px;
	margin-bottom: 24px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
#d-article-related .d-related-box:nth-of-type(3n) {
	margin-right: 0;
}
#d-article-related .d-related-box ul {
	margin: 0;
	width: 368px;
	padding: 20px;
	list-style-type: none;
}
#d-article-related .d-related-box ul li {
	line-height: 24px;
	margin: 0 0 10px 0;
}
#d-article-related .d-related-box ul li:last-of-type {
	margin-bottom: 0;
}
#d-article-related .d-related-box h2 {
	margin: 0;
	width: 298px;
	height: 56px;
	padding: 20px 20px 20px 90px;
	background: linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
}
#d-article-related .d-related-box h2 span {
	display: block;
	height: 24px;
	font-size: 16px;
	font-style: italic;
	font-weight: 500;
	text-transform: none;
}
#d-article-related .d-related-box.articles h2 {
	background: url(/d/berkley-healthcare/i/icon-related-article.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-article-related .d-related-box.training h2 {
	background: url(/d/berkley-healthcare/i/icon-related-training.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-article-related .d-related-box.seminars h2 {
	background: url(/d/berkley-healthcare/i/icon-related-seminar.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-article-related .d-related-box.checklists h2 {
	background: url(/d/berkley-healthcare/i/icon-related-checklist.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-article-related .d-related-box.links h2 {
	background: url(/d/berkley-healthcare/i/icon-related-link.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-article-related .d-related-box.podcasts h2 {
	background: url(/d/berkley-healthcare/i/icon-related-podcast.png) 20px center no-repeat, linear-gradient(180deg, #EBF5FC 0%, rgba(240, 240, 240, 0) 100%);
}
#d-footer-wrapper {
	border-top: 8px solid var(--color-blue);
}
#d-footer {
	padding: 68px 0 60px 0;
	text-align: center;
	color: var(--color-gray);
}
