@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i");
/* GLOBAL ELEMENTS */
body#bodymain {
	font-size: 1em !important;
	color: #3D3D3E;
	background: #eeeeee;
}
body#bodymain * {
	font-family: 'PT Sans', sans-serif !important;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale !important;
}
/* Headings and Blockquote */

body#bodymain h1, body#bodymain h2, body#bodymain h3, body#bodymain blockquote {
	line-height: 1.25em;
	font-weight: normal;
	color: #003087;
	margin-bottom: 0 !important;
}
body#bodymain h2, body#bodymain h3, body#bodymain h4, body#bodymain h5, body#bodymain h6 {
	font-weight: 700;
}
body#bodymain h3, body#bodymain h4, body#bodymain h5, body#bodymain h6 {
	color: #435363;
}
body#bodymain h1 {
	font-family: Rockwell, 'Arvo', serif !important;
	font-size: 2em;
	margin-bottom: 0.25em;
	letter-spacing: -.5px;
}
body#bodymain h2 {
	font-size: 1.625em;
}
body#bodymain h3 {
	font-size: 1.375em;
}
body#bodymain h4 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
}
body#bodymain h5 {
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 0;
}
body#bodymain h6 {
	font-size: .9em;
	font-weight: 700;
	margin-bottom: 0;
}
body#bodymain blockquote {
	font-size: 1.125em;
	color: #435363;
	font-weight: 700 !important;
	margin: 1em 0 1em 1em !important;
}
/* Links */

a, a:visited {
	color: #005cb9;
}
a:focus, a:hover {
	color: #003087;
}
ul.breadcrumb, ul.breadcrumb a, ul.breadcrumb a:visited {
	color: #666666 !important;
	text-decoration: none;
}
a.ctaButton {
	color: #005cb9 !important;
	text-transform: uppercase;
	background: #ffffff;
	padding: .5em 2em .5em .5em;
	border: 2px solid #005cb9 !important;
	display: inline-block;
	margin: 1em 0;
	float: right;
	font-weight: 700;
	text-decoration: none;
	position: relative;
	font-size: 1em;
	transition: all 0.4s ease 0s;
}
a.ctaButton.noArrow {
	padding: .5em;
}
a.ctaButton.floatLeft {
	float: none;
}
a.ctaButton:hover, a.ctaButton:active {
	color: #ffffff !important;
	background: #003087;
	border-color: #003087 !important;
}
a.ctaButton span.arrow {
	display: inline-block;
	height: .5em;
	width: .5em;
	border-style: solid;
	border-color: #005cb9;
	border-width: 0px 3px 3px 0px;
	transform: rotate(-45deg);
	transition: border-width 150ms ease-in-out;
	margin-left: 1.5em;
	position: absolute;
	right: .75em;
	top: .95em;
}
.dshsHome a.ctaButton span.arrow {
	top: .9em;
}
a.ctaButton:hover span.arrow, a.ctaButton:active span.arrow {
	border-color: #ffffff;
}
/* Communication Buttons */

.commButtons {
	width: auto;
	height: auto;
	float: right;
	display: inline-block;
	border: 1px solid #dddddd;
	margin: 1em 0 1em 1em;
}
.commButtons.homepage {
	float: left;
	margin: 0 0 .5em 0;
}
a.langButton, a.subscribeButton, a.fbButton, a.igButton, a.twButton, a.ytButton {
	border: 1px solid #dddddd;
	background-color: #FAFAFA;
	padding: .5em .5em .5em 2em;
	display: inline-block;
	margin: 1em 0;
	float: none;
	text-decoration: none;
	font-size: 1em;
	transition: all 0.4s ease 0s;
	color: #333333;
	background-repeat: no-repeat;
	background-position: .5em 50%;
	background-size: 1em 1em;
}
a.langButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/lang.png");
}
a.subscribeButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/subscribe.png");
}
a.fbButton, a.igButton, a.twButton, a.ytButton {
	height: 24px;
	background-position: 50% 50%;
}
a.fbButton span, a.igButton span, a.twButton span, a.ytButton span {
	display: none;
}
a.fbButton {
	background-image: url(/uploadedImages/Content/zz_Reskin_2019/fb.png);
}
a.igButton {
	background-image: url(/uploadedImages/Content/zz_Reskin_2019/ig.png);
}
a.twButton {
	background-image: url(/uploadedImages/Content/zz_Reskin_2019/tw.png);
}
a.ytButton {
	background-image: url(/uploadedImages/Content/zz_Reskin_2019/yt.png);
}
a.homepageButton {
	background-image: url(/uploadedImages/Content/zz_Reskin_2019/home.png);
}
a.langButton:hover, a.langButton:active, a.langButton:focus, a.subscribeButton:hover, a.subscribeButton:active, a.subscribeButton:focus, a.fbButton:hover, a.igButton:hover, a.twButton:hover, a.ytButton:hover, a.fbButton:active, a.igButton:active, a.twButton:active, a.ytButton:active, a.fbButton:focus, a.igButton:focus, a.twButton:focus, a.ytButton:focus, a.homepageButton:hover, a.homepageButton:active, a.homepageButton:focus {
	background-color: #e6e6e6;
}
.commButtons a.langButton, .commButtons a.subscribeButton, .commButtons a.fbButton, .commButtons a.igButton, .commButtons a.twButton, .commButtons a.ytButton, .commButtons a.homepageButton {
	border: none;
	margin: 0;
	float: none;
	vertical-align: top;
}
.commButtons a.langButton, .commButtons a.fbButton, .commButtons a.igButton, .commButtons a.twButton, .commButtons a.ytButton {
	border-right: 1px solid #dddddd;
}
/* Breadcrumbs */

ul.breadcrumb a:focus, ul.breadcrumb a:hover {
	color: #999999 !important;
	text-decoration: underline;
}
ul.breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: .8em;
}
ul.breadcrumb span {
	min-width: 1em;
	text-align: center;
	padding: 0 .25em;
	display: inline-block;
}
/* Widen Elements */
#header, #body {
	width: 1200px;
}
#footer {
	width: 1202px;
}
.container, .span-25, div.span-25, #globalNav {
	width: 1180px;
}
div.span-15 {
	width: 680px;
	margin-left: 0;
}
.span-5.last {
	width: 200px;
}
.span.last {
	width: 1180px;
}
/* Lists */

ul, ol {
	margin: 0 1em 1em 1em;
}
ul ul, ol ul, ul ol, ol ol {
	list-style-type: circle;
}
ul ul ul, ol ul ul, ul ol ul, ol ol ol {
	list-style-type: square;
}
/* HEADER */
#header, #body {
	background: none;
	background-color: #ffffff;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
#header {
	position: relative;
}
#headerTop {
	background: none;
	background-position: 0 0;
	height: 0;
	padding-top: 8px;
}
#logo a img {
	padding: 3px 0 0 0;
}
#header .span-3.last {
	position: absolute;
	color: #ffffff;
	font-size: .8em;
	right: 0;
	line-height: 1em;
	top: 3px;
}
#header .headerLinks {
	padding-right: 6px;
}
#header .headerLinks a {
	color: #435363;
}
#header .span-12, #header .span-11 {
	float: right;
	text-align: right;
	margin-right: 0;
}
#header #search {
	text-align: right;
	margin-top: 20px;
	z-index: 1000;
	position: relative;
}
#header #search input.searchBox, #header #search input.searchButton {
	float: none;
}
#header #search input.searchBox {
	background: none;
	border: 1px solid #dddddd;
	border-right: none;
	position: relative;
	top: -6px;
	left: 4px;
}
@-moz-document url-prefix() {
 #header #search input.searchBox {
 top: 3px;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#header #search input.searchBox {
	top: 3px;
}
}
#header #search input.searchButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/search.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #435363;
	height: 29px;
	width: 29px;
	margin: 0;
}
#header #search input.searchButton:hover {
	background-color: #222222;
}
ul.alphabet {
	font-size: .9em !important;
	text-align: right;
}
ul.alphabet li:last-child:before {
	content: "|";
	margin-right: 3px;
}
#search ul.alphabet li a, #search ul.alphabet li a:visited {
	color: #435363;
	text-decoration: none;
}
#search ul.alphabet li a:hover {
	color: #005cb9;
}
ul.alphabet li:last-child a:after {
	content: "Topics";
	margin-left: 3px;
}
/* NAVIGATION */
        
#globalNav {
	background: #005cb9;
	height: 36px;
	line-height: 36px;
}
#mainNav li {
	display: inline;
	vertical-align: middle;
	text-transform: uppercase;
}
#mainNav li:hover, #mainNav li.sfHover, #mainNav a:focus, #mainNav a:hover, #mainNav a:active {
	color: #fff;
	background: none;
	background-color: #003087;
}
#mainNav li:hover ul, #mainNav li.sfHover ul {
	top: 36px;
}
#mainNav a {
	padding: 0 1.5em;
	text-decoration: none;
}
#globalNav #mainNav li a {
	font-size: .9em;
}
#mainNav ul {
	width: 13em;
	padding: .25em;
	border: 1px solid #dddddd;
	border-top: none;
	background-color: #ffffff;
}
#globalNav li li, #mainNav li li {
	background-color: #eeeeee;
	border-bottom: 1px solid #dddddd;
	text-transform: none;
}
#mainNav li li a, #mainNav li li a:visited {
	line-height: 1.5em;
	width: auto;
	color: #435363;
	display: block;
}
#mainNav li li a:hover, #mainNav li li a:active, #mainNav li li a:focus {
	color: #ffffff;
	background-color: #222222;
}
/* BODY */
        
div.wholeWidth {
	padding: 0;
	width: 100%;
}
div.content {
	padding-right: 0;
}
div.span-20 {
	width: 890px;
}
.lastUpdated, .lastUpdatedDate {
	color: #666666;
	font-size: .8em;
}
/* Tables */

table {
	min-width: 33.3333333%;
}
table.content, table td.content {
	font-size: 1em;
}
caption {
	background: none;/*font-size: .8em;
	color: #777777;
	text-align: right !important;
	font-style: italic;*/
}
thead th, th {
	background-color: #eeeeee;
	border-top: 1px solid #dddddd;
	border-bottom: 2px solid #435363;
	font-weight: 700;
	color: #435363;
	text-align: left;
}
table.mpButtonBorder th, table.mpButton th {
	border-bottom: 2px solid #333333;
	color: #333333;
	background-color: #eeeeee;
}
tr.mpButtonEven {
	background-color: #fafafa;
}
table.mpButtonBorder th, table.border th, table.mpButtonBorder td, table.border td, .editorStyles table.layoutBorder {
	border: 1px solid #dddddd;
}
th, td, caption {
	padding: .5em !important;
}
/* Fix TH styles - Add Total Row */

tbody th {
	border-bottom: none;
	background-color: #fafafa;
}
tbody tr:nth-child(1) th {
	border-top: none;
}
th[scope=row] {
	border-top: none;
	border-bottom: 1px solid #dddddd;
	border-right: 2px solid #435363;
	background-color: #fafafa;
}
tbody tr:nth-child(1) th[scope=row] {
	border-bottom: 1px solid #dddddd;
}
/* Table Total Row */
tr.tableTotals td, tr.tableTotals th {
	background-color: #435363;
	font-weight: 700;
	color: #ffffff;
}
tr.tableTotals th {
	border-top: none;
	border-bottom: none;
}
/* HR */

hr {
	background: #ddd;
	color: #ddd;
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	margin: 1.25em 0;
	border: none;
}
/* Images */

#body img.leftAlign, #body img.rightAlign, #body div.imgWrapLeft, #body div.imgWrapRight {
	padding: .25em;
	border: 1px solid #dddddd;
	margin: 0 1em 1em 1em;
	max-width: 32%;
	height: auto;
	font-style: italic;
}
#body img.leftAlign, #body div.imgWrapLeft {
	float: left;
	margin-left: 0;
}
#body div.imgWrapLeft img, #body div.imgWrapRight img {
	border: none;
	padding: 0;
	margin: 0 0 .25em 0;
	max-width: 100%;
	width: 100%;
}
#body img.rightAlign, #body div.imgWrapRight {
	float: right;
	margin-right: 0;
}
#body div.imgWrapLeft p, #body div.imgWrapRight p {
	font-size: .7em;
	color: #999999;
	margin: 0;
	padding: 0;
}
#body div.imgWrapLeft a, #body div.imgWrapRight a, #body div.imgWrapLeft a:active, #body div.imgWrapLeft a:visited, #body div.imgWrapRight a:visited {
	color: #999999;
}
#body div.imgWrapRight a:active, #body div.imgWrapLeft a:hover, #body div.imgWrapRight a:hover {
	color: #6a1b32;
}
#body img.bannerTop, #body img.bannerDivide {
	width: 100%;
	max-width: 100% !important;
	margin: 0 0 .5em 0;
	padding: 0;
	border: none;
}
#body img.bannerTop { /* should be 1200px x 300px - 400px if feature page */
	margin: 0 0 .5em 0;
}
#body img.bannerDivide { /* should be 1200px x 150px */
	margin: .5em 0;
}
/* Aside Menu */

.asideMenu {
	border: 1px solid #dddddd;
	background-color: #FAFAFA;
	margin: 0 0 1em 1em;
	width: 30%;
	height: auto;
	display: inline-block;
	float: right;
	color: #435363;
}
body#bodymain .asideMenu h2 {
	background-color: #dddddd;
	color: #333333;
	margin: 0;
	padding: 1em;
	display: block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 700;
}
.asideMenu p {
	padding: 1em;
}
.asideMenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.asideMenu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.asideMenu a, .asideMenu a:visited {
	display: block;
	padding: .5em 1em;
	color: #435363;
	text-decoration: none;
}
.asideMenu a:active, .asideMenu a:hover {
	color: #ffffff;
	background-color: #435363;
}
/* Content Columns */

.contentTwoCols, .contentThreeCols {
	margin: 0 1.5em 1em 0;
	float: left;
}
.contentTwoCols {
	width: calc(50% - .75em);
}
.contentThreeCols {
	width: calc(33.3333333% - 1em);
}
.lastColumn {
	margin-right: 0;
}
#body .contentTwoCols img {
	min-width: 32%;
	width: 32%;
	height: auto;
	margin: 0 .5em .5em 0;
	padding: 0;
	border: none;
	float: left;
}
#body .contentThreeCols img {
	min-width: 100%;
	width: 100%;
	height: auto;
	margin: 0 0 .5em 0;
	padding: 0;
	border: none;
}
/* Quotation */

blockquote.quotation {
	padding-left: 3em;
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/quotes.png");
	background-size: 2em 2em;
	background-repeat: no-repeat;
}
blockquote.quotation span {
	display: inline-block;
	float: right;
	font-family: 'PT Sans', sans-serif !important;
	font-style: normal;
	font-size: .8em;
	margin: .2em 0 1em 0;
	font-weight: normal !important;
}
/* DSHS HOME */

.dshsHome div.span-5 {
	margin-right: 0;
}
.homeSlider {
	width: 890px;
	height: 300px;
	margin-right: 10px;
	background-color: #dddddd;
	float: left;
	margin-top: 2px;
}
.dshsHome .TBWidget {
	width: 600px;
	margin: 10px 0 0 0;
	float: left;
}
.dshsHome .lastUpdated {
	float: left;
	clear: both;
}
.homeMenu {
	width: 280px;
	height: 300px;
	float: left;
}
.homeMenu ul {
	list-style: none;
	margin: 0;
	font-size: .88em;
}
.homeMenu li {
	color: #435363;
	border-bottom: 1px solid #dddddd;
	font-weight: 700;
}
.homeMenu a, .dshsHome .glossymenu a.menuitem {
	display: block;
	color: #435363 !important;
	text-decoration: none;
	padding: .41em .25em;
}
.homeMenu a:hover {
	background-color: #dddddd;
}
/* Tabbed Widget */

.dshsHome ul.tabs {
	height: 1.5em !important;
	line-height: 1em !important;
	font-size: .9em !important;
}
.dshsHome ul.tabs * {
	background: none !important;
	padding: 0 !important;
	color: #ffffff !important;
	font-weight: 700 !important;
}
.dshsHome .ui-tabs-nav {
	padding: 0 !important;
}
.dshsHome div.tabsPanel {
	top: 6px !important;
	font-size: .8em;
}
.dshsHome .home.tabs li {
	background-color: #005cb9 !important;
	height: 1em !important;
	padding: .5em !important;
	border-radius: 0 !important;
}
.dshsHome .home.tabs li:hover {
	background-color: #435363 !important;
}
.dshsHome ul.tabs li a, .dshsHome .ui-tabs-nav li.ui-tabs-active a, .dshsHome ul.tabs li a:hover {
	padding: 0 !important;
	text-decoration: none !important;
}
.dshsHome ul.tabs li a:hover, .dshsHome ul.tabs li:hover a {
	color: #ffffff !important;
}
.dshsHome .ui-tabs-nav li.ui-tabs-active, .dshsHome .ui-tabs-nav li.ui-tabs-active:hover {
	background-color: #ffffff !important;
	box-shadow: inset 0 1px 0 1px #dddddd;
}
.dshsHome .TBWidget .ui-tabs-nav li.ui-tabs-active a, .dshsHome .TBWidget .ui-tabs-nav li.ui-tabs-active a:hover, .dshsHome .TBWidget .ui-tabs-nav li.ui-tabs-active a:active, .dshsHome .TBWidget .ui-tabs-nav li.ui-tabs-active:hover a, .dshsHome .TBWidget .ui-tabs-nav li.ui-tabs-active:active a {
	color: #005cb9 !important;
}
.dshsHome div.tabsPanel {
	border: 1px solid #dddddd !important;
	padding: 1em !important;
}
.ui-tabs-nav li.ui-tabs-active .tableft, .ui-tabs-nav li.ui-tabs-active .tabright, .ui-tabs-nav .tableft, .ui-tabs-nav .tabright {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
/* SM Buttons */

.homeSMbuttons {
	width: 280px;
	height: auto;
	float: left;
}
.homeSMbuttons a {
	width: 48px;
	height: 48px;
	margin: 10px 10px 10px 0;
	float: left;
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	transition: all 0.4s ease 0s;
	text-decoration: none !important;
}
.homeSMbuttons a:hover {
	-webkit-box-shadow: inset 0 0 0 3px rgba(255,255,255,.7);
	box-shadow: inset 0 0 0 3px rgba(255,255,255,.7);
}
.homeSMbuttons a span {
	background-size: 80% 80%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 48px;
	height: 48px;
	display: block;
	transition: all 0.4s ease 0s;
}
.homeSMbuttons a:hover span {
	background-size: 75% 75%;
}
a.smFacebook {
	background-color: #3b5998;
}
a.smFacebook span {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/facebook-icon.png");
}
a.smFacebook:hover {
	background-color: #293e6a;
}
a.smInstagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
a.smInstagram span {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/instagram-icon.png");
}
a.smInstagram:hover span {
	background-color: rgba(0,0,0,.3);
}
a.smTwitter {
	background-color: #55acee;
}
a.smTwitter span {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/twitter-icon.png");
}
a.smTwitter:hover {
	background-color: #3b78a6;
}
a.smYoutube {
	background-color: #b31217;
}
a.smYoutube span {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/youtube-icon.png");
}
a.smYoutube:hover {
	background-color: #7d0d10;
}
a.smSubscribe {
	background-color: #00b3e3;
	margin-right: 0;
}
a.smSubscribe span {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/subscribe-icon.png");
}
a.smSubscribe:hover {
	background-color: #007d9e;
}
/* Tabbed Content */
.mostPopular {
	font-weight: 700;
	min-height: 460px;
}
.mostPopular ul {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 33%;
	display: inline-block;
	float: left;
}
.mostPopular ul li {
	border-bottom: 1px solid #dddddd;
	padding: 0;
	margin: 0;
}
.mostPopular ul li:last-child {
	border-bottom: none;
}
.mostPopular a, .mostPopular a:visited {
	color: #435363;
	text-decoration: none;
	padding: .5em .25em;
	display: block;
}
.mostPopular a:hover, .mostPopular a:active {
	color: #435363;
	text-decoration: none;
	background-color: #FAFAFA;
}
.mostPopular img {
	margin: 0 0 10px 10px;
	float: left;
}
.mostPopular .wideDiv {
	margin: 0 0 10px 10px;
	float: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	width: 370px;
	height: 134px;
	padding: 10px 0;
	font-size: 1.1em;
	line-height: 1.75em;
}
.mostPopular .wideDiv a {
	display: inline-block;
	float: left;
	margin: 0 0 10px 0;
	width: calc(50% - 5px);
	color: #005cb9;
	padding: 0;
	text-decoration: underline;
}
.mostPopular .wideDiv a:nth-child(odd) {
	margin-right: 10px;
}
.mostPopular .wideDiv a:hover, .mostPopular .wideDiv a:active {
	background-color: #ffffff;
	color: #003087;
}
img.homeSecondary {
	float: right;
	margin: 0 0 10px 10px;
}
/* Popular Topics */

.mostPopular a.vsButton {
	display: inline-block;
	background-color: #0a7874;
	color: #ffffff;
	font-weight: 700;
	padding: 8px 8px 8px 50px;
	width: 122px;
	height: 34px;
	line-height: 20px;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	margin-bottom: 10px;
	float: left;
	background-repeat: no-repeat;
}
.mostPopular a.vsButton:nth-child(even) {
	margin: 0 10px;
}
.mostPopular a.vsButton span, .mostPopular a.mpButton span {
	line-height: 14px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
}
.mostPopular a.vsButton:hover, .mostPopular a.vsButton:active, .mostPopular a.vsButton:focus {
	background-color: #0b6461;
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	color: #ffffff;
}
.mostPopular a.vsButton.medText {
	letter-spacing: normal;
	font-size: 14px;
}
a.vsButton.titleButton {
	text-transform: none;
}
a.vsButton.titleButton span {
	font-size: 12px;
	letter-spacing: normal;
	text-transform: uppercase;
}
.mostPopular a.birthButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/birth-button.png");
}
.deathButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/death-button.png");
}
.mdButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/md-button.png");
}
.txeverButton {
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/txever-button.png");
}
.mostPopular a.mpButton {
	display: inline-block;
	color: #ffffff;
	font-weight: 700;
	padding: 8px;
	width: 354px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	margin-bottom: 10px;
	float: left;
	background-repeat: no-repeat;
	text-align: center;
	margin-left: 10px;
}
.mostPopular a.mpButton:hover, .mostPopular a.mpButton:active, .mostPopular a.mpButton:focus {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,.5);
	color: #ffffff;
}
.mostPopular a.mpButton.immButton {
	background-color: #435363;
}
.mostPopular a.mpButton.immButton:hover, .mostPopular a.mpButton.immButton:active, .mostPopular a.mpButton.immButton:focus {
	background-color: #293642;
}
.mostPopular a.mpButton.certlicButton {
	background-color: #00b3e3;
	width: 164px;
	color: #111111;
	margin-left: 0;
	letter-spacing: normal;
}
.mostPopular .positionOne {
	margin: 0 10px 10px 10px !important;
}
.mostPopular a.mpButton.certlicButton:hover, .mostPopular a.mpButton.certlicButton:active, .mostPopular a.mpButton.certlicButton:focus {
	background-color: #0b92b6;
	color: #111111;
}
.mostPopular a.mpButton.extraButton {
	background-color: #005cb9;
}
.mostPopular a.mpButton.extraButton:hover, .mostPopular a.mpButton.extraButton:active, .mostPopular a.mpButton.extraButton:focus {
	background-color: #003087;
}
/* Home Spotlights - Tertiary Messages */

.homeSpotlights {
	width: 280px;
	height: auto;
	margin: 10px 10px 0 0;
	float: left;
}
.homeSpotlights img {
	margin: 0;
	padding: 0;
	width: 280px;
	height: auto; /* ideal height is 158 */
}
.homeSpotlights p {
	border: 1px solid #dddddd;
	border-top: none;
	width: calc(280px - 1.5em);
	padding: .75em;
	margin: 0 0 1.25em 0;
	font-size: .75em;
}
/* LEFT NAV */

.span-5 {
	width: 280px;
	font-size: .8em;
	line-height: 2em;
}
.span-5 .leftMargin {
	margin-left: 0;
}
.glossymenu a.menuitem, .glossymenu div.submenu ul li a {
	color: #435363 !important;
	padding: .25em;
	border-bottom: 1px solid #dddddd;
	font-weight: 700;
}
.glossymenu a.menuitem:hover {
	background-color: #dddddd;
	text-decoration: none;
}
#body .accordsuffix {
	display: inline-block;
	float: right;
	height: 1.8em;
	width: 1.3em;
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/down-arrows.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all 0.4s ease 0s;
}
#body .closeNavItem .accordsuffix {
	transform: rotate(-180deg);
}
#body .accordsuffix img {
	display: none;
}
.glossymenu div.submenu ul li {
	border-bottom: none !important;
	padding: 0;
	background-color: #efefef;
}
.glossymenu div.submenu ul li a {
	font-weight: 300;
}
/* SUPPLEMENTAL NAV */

.span-5.last .rightMargin.page {
	margin-right: 0;
}
.suppNav {
	background: none;
	background-color: #efefef;
	width: auto;
	margin: 1em 0 0 0;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.suppNav ul li {
	background: none;
	padding: .25em;
	line-height: 1.5em;
	border-bottom: 1px solid #dddddd;
}
.suppNav ul li:first-child {
	border-top: 1px solid #dddddd;
}
.suppNav ul li:hover {
	background-color: #dddddd;
}
.suppNav a, .suppNav a:active, .suppNav a:hover, .suppNav a:hover, .suppNav a:visited {
	color: #435363;
	text-decoration: none;
	display: block;
}
/* Contact Block */

.contactUs {
	width: 278px;
	margin: 1em 0 0 0;
	border: none;
	background-color: #FAFAFA;
}
.contactUs .heading, .contactUs .contactTitle {
	background: none;
	padding: .5em;
	color: #005cb9;
	font-size: 1.2em;
	font-weight: 700;
	border-bottom: none;
}
.contactUs .contactInfo {
	border-top: none;
	background: none;
	padding: 0 .5em .5em .5em;
	-moz-border-radius: none;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	border-radius: 0;
	font-size: 1em;
}
/* HEALTH TOPICS */

#ctl00_ContentPlaceHolder1_UxTopicSearch {
	float: right;
}
input.txtSearch {
	background: none;
	background-color: #fafafa;
	border: 1px solid #111111;
	border-right: none;
	color: #435363;
	float: left;
	font-size: 1em;
	font-weight: 300;
	height: 23px;
	margin-right: 0;
	margin-top: 2px;
	padding: 3px 5px;
	position: relative;
	width: 348px;
}
input.lbSearch {
	background: none;
	background-color: #111111;
	display: block;
	float: left;
	height: 31px;
	margin-top: 2px;
	position: relative;
	width: 31px;
	background-image: url("/uploadedImages/Content/zz_Reskin_2019/search.png");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	transition: all .5s ease;
}
input.lbSearch:hover, input.lbSearch:active, input.lbSearch:focus {
	background-color: #435363
}
/* SEARCH */

.ektronSearch {
	padding: 1em 0 0 0;
	margin: 0;
}
.ektronSearch div.searchWrapper div#basicTerms input {
	margin: 0 .5em;
	color: #111111;
	padding: 0 5px;
	height: 28px;
	border: 1px solid #dddddd;
	width: 348px;
}
.ektronSearch div.searchWrapper div#basicTerms select {
	margin: 0 .5em !important;
	font-weight: normal;
	color: #111111;
	padding: 0 5px;
	height: 28px;
	border: 1px solid #dddddd;
}
.ektronSearch div.searchWrapper div#basicTerms input[type="button"] {
	color: #ffffff;
	font-weight: 700;
	border: 1px solid #111111;
	width: auto;
	background-color: #111111;
	padding: 0 10px;
}
.ektronSearch div.searchWrapper div#basicTerms input[type="button"]:hover, .ektronSearch div.searchWrapper div#basicTerms input[type="button"]:focus {
	border: 1px solid #435363;
	background-color: #435363;
}
/* FOOTER */
        
#footer {
	background: #005cb9;
	border-top: 5px solid #ffc800;
}
#footer a, #footer a:hover {
	color: #ffffff;
}
#footer, #footerContent, #footer p {
	color: #ffffff;
}
#footer #footerShadow, #footer #footerContent {
	background: none;
}
/* Multimedia */

/* Youtube Embed */

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
	margin-bottom: 1em;
}
.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}
/* HTML5 Video */

video {
	height: 100%;
	width: 100%;
}
/* HTML5 Audio */

audio {
	margin: 1em 0;
	width: 100%;
}
/* end Multimedia */

/* ALERT BOX */

.alertBox {
	border: 2px solid #ab2328;
	border-top: 5px solid #ab2328;
	padding: 1em 1em 0.5em 1em;
	margin-bottom: 1em;
	background-color: #fafafa;
}
/* END ALERT BOX */

/* HIDE */
        
#resize, #ctl00_uxLoginMenu_lblWelcomeMessage, #ctl00_uxLoginMenu_logoutBar, #ctl00_uxLoginMenu_accountLink, #ctl00_uxLoginMenu_accountlinkbar, #ctl00_uxLoginMenu_logoutLink, .advLink, ul.alphabet li:first-child, li.menuCornerTabbed, .dshsHome .breadcrumb, .homeSMbuttons a span span, .printoption, span.hide {
	display: none !important;
}
/* EKTRON EDITOR */

.ux-app-siteApp-contentHeader {
	color: #ffffff !important;
	text-shadow: none !important;
}
/* SUGGESTED SEARCH */

.suggestedResults {
	margin-top: 1em;
}
.suggestedResults h3 {
	display: block;
	float: left;
	clear: both;
	width: 100%;
}
/* EASY TILE */

.easyTile {
	background-color: #435363;
	font-size: 1em;
	color: #ffffff;
	font-weight: 600;
	transition: all 0.4s ease 0s;
	line-height: 50px;
	width: 32.5%;
	margin: 10px 1.25% 0 0;
	float: left;
}
.easyTile.easyTile2 {
	width: 48.5%;
}
.easyTile.lastTile {
	margin: 10px 0 0 0;
}
.easyTile:hover, .easyTile:active, .easyTile:focus {
	background-color: #2b333b;
}
.easyTile img {
	width: 100%;
	height: auto
}
.easyTile a {
	color: #ffffff;
	text-decoration: none;
}
.easyTile a span {
	padding: 0 .5em;
	display: block;
	width: calc(100% - 1.5em);
}
