.wrapper.container,
.wrapper.container .container,
header .menu.container,
header .menu.container .container {
	width: auto
}

header .skin-header-background {
	background: 0 0 !important
}

.otnav {
	background: 0 0
}

.Normal,
.adetail .gallery .item .info,
.article-view .adetail.news .body,
.z-tabs.medium>ul>li>a {
	font-size: 16px
}

@media (min-width:1200px) {
	.wrapper.container {
		width: 95%;
		max-width: 1400px
	}
}

.alist.news .title {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700
}

a:focus {
	outline: dotted thin
}

.link-no-style {
	text-decoration: none;
	color: #6d6e71;
	cursor: text;
	font-weight: 400
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

audio,
canvas,
video {
	display: inline-block
}

audio {
	margin-bottom: 10px
}

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

.right {
	float: right;
	margin-top: 5px;
	text-align: right
}

.left {
	float: left
}

img.right {
	float: right;
	padding: 20px
}

.clear.shdw-bottom {
	background: url(/_inc/img/shdw_brdr-bott.png);
	display: block;
	height: 50px;
	margin: 0 -20px
}

.update {
	border-top: 1px solid #999;
	color: #696969;
	font-size: .875em;
	margin: 20px 0;
	padding-top: 5px
}

.SectionMarker {
	display: block;
	padding: 5px;
	margin: 10px 0;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	background-color: #228b22
}

.tip {
	background-color: #e4f5fc;
	border-bottom: 1px solid #545456;
	border-top: 1px solid #545456;
	margin: 10px;
	padding: 10px 10px 12px;
	line-height: 1.25em;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif
}

.tip h3 {
	margin: 0
}

strong {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif
}

.hovertip {
	border-bottom: 1px dotted #000;
	color: #000;
	cursor: help;
	position: relative
}

.hovertip .DefinitionTerm {
	margin-left: -999em;
	position: absolute;
	font-size: 14px;
	font-weight: 400
}

.hovertip .DefinitionTerm ul {
	padding-left: 20px
}

.hovertip .cancelButton {
	display: block;
	margin: 0;
	background: url(Images/icons/t17_sprite_v02.svg) 0 -355px no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: -5px;
	right: -10px;
	width: 35px;
	height: 35px;
	cursor: pointer
}

.hovertip.ios:active .DefinitionTerm,
.hovertip:focus .DefinitionTerm,
.hovertip:hover .DefinitionTerm {
	position: absolute;
	left: 0;
	top: 1.5em;
	z-index: 20000;
	margin-left: 0;
	width: 225px;
	background: #fff;
	border: 1px solid #999;
	line-height: 1.1em;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
	padding: 10px 15px 10px 10px
}

.hovertip.ios:active em,
.hovertip:focus em,
.hovertip:hover em {
	font-size: 1.2em;
	font-weight: 700;
	display: block;
	padding: .2em 0 .6em
}

.hovertip .BCAC-location .hovertip:hover .DefinitionTerm {
	left: -200%
}

.form-msg .hovertip:hover span {
	font-size: 1.1em;
	line-height: 1em
}

.form-msg.right .hovertip:hover span {
	left: auto;
	right: 0
}

.form-msg.isItCovered {
	margin-top: 10px
}

.form-msg.isItCovered .hovertip:hover span {
	left: 100%;
	bottom: 0;
	top: auto
}

.hovertip .main ol>li,
.main .hovertip ul>li {
	margin: 0 0 0 20px
}

* {
	box-sizing: border-box
}

body,
html {
	height: 100%
}

body {
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif;
	color: #545456;
	font-size: 16px;
	line-height: 1.5
}

.skipNav {
	z-index: 100;
	position: absolute;
	left: -1000px;
	display: block;
	width: 180px;
	text-align: center;
	padding: 8px;
	background: #b31312;
	color: #fff;
	font: 700 1.2em/1.5 tahoma, verdana, sans-serif;
	border: 1px solid #fff;
	border-left: none;
	border-top: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 4px 4px 20px rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out;
	-moz-transition: opacity .5s ease-in-out;
	-ms-transition: opacity .5s ease-in-out;
	-o-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out
}

.skipNav:focus {
	left: 0;
	opacity: 1
}

.skipNav:hover,
.skipNav:visited {
	color: #fff
}

.siteWrap {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto
}

.siteWrap:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.siteWrap.cq-gte900 {
	width: 95%;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .45);
	-moz-box-shadow: 0 0 15px rgba(0, 0, 0, .45);
	box-shadow: 0 0 15px rgba(0, 0, 0, .45)
}

.content {
	position: relative;
	padding: 0 20px
}

.content:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.content.home {
	padding: 0
}

.content .row-2col-nav,
.content .row-3col-nav {
	margin: 0 0 0 -20px
}

.modalDarken {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	z-index: 9
}

.metaData {
	display: block;
	padding-bottom: 5px
}

p {
	margin: .5em 0 .7em
}

a {
	text-decoration: underline;
	color: #14377d
}

a:hover {
	text-decoration: none;
	color: #3d4d69
}

a[href^="tel:"] {
	text-decoration: none;
	color: #545456;
	display: block;
	margin-bottom: 5px
}

a[href^="tel:"]:hover {
	text-decoration: underline
}

img,
video {
	max-width: 100%;
	height: auto;
	border: none
}

.asideBox {
	display: block;
	margin: 10px 0;
	padding: 10px;
	background: #e1e1e1;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.asideBox:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.asideBox.and-or-Block {
	margin: 0 0 15px 10px;
	font-weight: 700
}

.asideBox.metaContent {
	margin: 0;
	border-top: 4px #009dd3 solid;
	padding: 8px 10px 10px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 0 0 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.asideBox.metaContent>div {
	margin-bottom: 6px
}

.asideBox.metaContent .dataType,
.emphasizedBodyCopy {
	font-weight: 700
}

.inline {
	display: inline
}

.text-right {
	text-align: right
}

.text-centered {
	text-align: center
}

.hidden {
	display: none
}

.MediaBlock .MB-imgWrap {
	float: left;
	margin-right: 5px
}

.MediaBlock .MB-imgWrap img {
	display: block
}

.MB-contentWrap,
.MediaBlock {
	display: block;
	position: relative;
	overflow: hidden;
	zoom: 1
}

.sliderPlay {
	display: block;
	width: 41px;
	height: 31px;
	position: absolute;
	top: 6px;
	right: 4px;
	background: url(/_inc/img/VideoIcon4thumbs.png) center no-repeat;
	opacity: .9
}

.social_media .twitter-share-button.twitter-share-button-rendered.twitter-tweet-button {
	margin-top: 4px
}

.displayFlex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.transitionAll-halfSec-easeOut {
	transition: all .5s ease-out
}

.floatRight {
	float: right
}

.floatLeft {
	float: left
}

.floatNone {
	float: none
}

.dispNone {
	display: none
}

.dispInlineBlock {
	display: inline-block
}

.bolded {
	font-weight: 700
}

.visiblyHidden {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0
}

.clear:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.ImgWrap {
	display: block;
	height: 0;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 75%
}

.icon {
	display: block;
	width: 12px;
	height: 12px;
	margin: 0;
	background: url(Images/icons/t17_sprite_v02.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto
}

.inputWide {
	width: 350px
}

@font-face {
	font-family: archivo_narrow;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/Archivo-Narrow/archivonarrow-regular.eot);
	src: url(fonts/Archivo-Narrow/archivonarrow-regular.eot?#iefix) format('embedded-opentype'), url(fonts/Archivo-Narrow/archivonarrow-regular.woff) format('woff'), url(fonts/Archivo-Narrow/archivonarrow-regular.woff2) format('woff2'), url(fonts/Archivo-Narrow/archivonarrow-regular.ttf) format('truetype')
}

@font-face {
	font-family: archivo_narrowBold;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/Archivo-Narrow/archivonarrow-bold.eot);
	src: url(fonts/Archivo-Narrow/archivonarrow-bold.eot?#iefix) format('embedded-opentype'), url(fonts/Archivo-Narrow/archivonarrow-bold.woff) format('woff'), url(fonts/Archivo-Narrow/archivonarrow-bold.woff2) format('woff2'), url(fonts/Archivo-Narrow/archivonarrow-bold.ttf) format('truetype')
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	margin: .75em 0 .25em;
	padding: 0
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: underline;
	color: #000
}

h1,
h1 a {
	color: #14377d
}

h1:first-child {
	margin-top: 0
}

h2,
h2 a {
	color: #bc243d
}

h3,
h3 a {
	color: #006bb6
}

h4 {
	color: #17617B
}

h4 a {
	color: #17617b
}

h5,
h5 a,
h6,
h6 a {
	color: #545456
}

h6,
h6 a {
	color: #000
}

h1 {
	font-size: 28px;
	line-height: 1.1
}

h2 {
	font-size: 24px;
	line-height: 1.2
}

h3 {
	font-size: 21px;
	line-height: 1.3
}

h4 {
	font-size: 18px;
	line-height: 1.4
}

h5 {
	font-size: 16px;
	line-height: 1.4
}

.skin-addpad .skin-breadcrumb-container {
	margin: 0;
	margin-left: -10px !important;
	padding: 15px 10px 10px
}

.skin-breadcrumb,
a.skin-breadcrumb {
	text-transform: none;
	font-size: 16px;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	color: #14377d
}

@media (min-width:767px) {
	.skin-addpad .skin-breadcrumb-container {
		padding-left: 0
	}
}

header .skin-title .title-text {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	font-variant: initial;
	font-size: 28px
}

header .skin-nav-toggle {
	background: 0 0;
	color: #14377d;
	box-shadow: none
}

header .skin-nav-toggle:active,
header .skin-nav-toggle:focus,
header .skin-nav-toggle:hover {
	background: #b8edff;
	color: #14377d
}

header .skin-header-right:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

header .skin-header-right .skin-search .desktop-search a.skin-search-go .fa.fa-search.fa-lg:before {
	content: "Search";
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif
}

header .skin-header-right .skin-search .mobile-search {
	position: relative
}

header .skin-header-right .skin-search .mobile-search .search-icon.open:before {
	background: #b8edff
}

header .skin-header-right .skin-search .mobile-search a:link,
header .skin-header-right .skin-search .mobile-search a:visited {
	color: #14377d
}

header .skin-header-right .skin-search .mobile-search a:active,
header .skin-header-right .skin-search .mobile-search a:focus,
header .skin-header-right .skin-search .mobile-search a:hover {
	background: #b8edff;
	color: #14377d
}

header .skin-header-right .skin-search .mobile-search-popup {
	background: #fff;
	padding: 5px;
	top: 50px;
	width: 190px;
	right: 0;
	-moz-border-radius: 6px;
	border-radius: 6px
}

header .skin-header-right .skin-search .mobile-search-popup input {
	float: left
}

header .skin-header-right .skin-search .mobile-search-popup input.skin-search-input,
header .skin-header-right .skin-search .mobile-search-popup input[type=search],
header .skin-header-right .skin-search .mobile-search-popup input[type=text] {
	width: auto;
	display: inline-block;
	margin: 0;
	border: 1px solid #ccc;
	padding: 1px 1px 1px 8px;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 6px;
	border-radius: 6px 0 0 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

header .skin-header-right .skin-search .mobile-search-popup a.skin-search-go {
	display: inline-block;
	height: 34px;
	padding: 10px;
	margin: 0;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-radius: 0 6px 6px 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background: #bc243d
}

header .skin-header-right .skin-search .mobile-search-popup a.skin-search-go:focus,
header .skin-header-right .skin-search .mobile-search-popup a.skin-search-go:hover {
	background: #790000
}

header .skin-header-right .skin-search .mobile-search-popup a.skin-search-go .fa.fa-search.fa-lg {
	font-size: 16px;
	color: #fff;
	vertical-align: 45%
}

header .skin-header-right .social {
	float: right
}

header .skin-header-right .social ul {
	text-align: right
}

header .skin-header-right .social li {
	margin: 0 5px 0 0;
	padding-left: 5px
}

header .skin-header-right .social li+li {
	border-left: 1px #ccc solid
}

header .skin-header-right .social li a:focus span.social-icon:before,
header .skin-header-right .social li a:hover span.social-icon:before {
	text-decoration: underline
}

header .skin-header-right .social li span {
	color: #545456;
	font-size: 16px
}

header .skin-header-right .social li a[title=FAQs] span.fa-fa:before {
	content: "FAQs";
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif
}

header .skin-header-right .social li a[title="Contact Us"] span.fa-book:before {
	content: "Contact Us";
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif
}

header .skin-header-right .social li a[title="Patient Portal"] span.fa-briefcase:before {
	content: "Patient Portal";
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif
}

@media (max-width:767px) {
	.skin-header {
		height: auto;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.skin-header .skin-title {
		padding-bottom: 15px
	}

	.skin-header .mobile-search {
		padding-top: 0
	}
}

@media (min-width:767px) {
	.skin-title {
		padding-top: 0
	}

	.desktop-search {
		margin: 18px 0 8px
	}

	.desktop-search input {
		float: left
	}

	.desktop-search input.skin-search-input,
	.desktop-search input[type=search],
	.desktop-search input[type=text] {
		width: auto;
		display: inline-block;
		margin: 0;
		border: 1px solid #ccc;
		padding: 1px 1px 1px 8px;
		-webkit-border-radius: 6px 0 0 6px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-topleft: 6px;
		border-radius: 6px 0 0 6px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}

	.desktop-search a.skin-search-go {
		display: inline-block;
		height: 34px;
		padding: 10px;
		margin: 0;
		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topleft: 0;
		border-radius: 0 6px 6px 0;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background: #bc243d
	}

	.desktop-search a.skin-search-go:focus,
	.desktop-search a.skin-search-go:hover {
		background: #790000
	}

	.desktop-search a.skin-search-go .fa.fa-search.fa-lg {
		font-size: 16px;
		color: #fff;
		vertical-align: 45%
	}
}

.otnav ul.nav-main {
	background: #006bb6;
	font-size: 16px;
	letter-spacing: .035em;
	z-index: 10000;
	transition: all .25s ease-out;
	margin-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.otnav ul.nav-main:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.otnav ul.nav-main li a {
	font-size: 18px;
	text-transform: none
}

.otnav ul.nav-main>li.top-level {
	margin-bottom: 0
}

.otnav ul.nav-main>li.top-level>a {
	font-size: 18px;
	padding: 15px 20px;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif
}

.otnav ul.nav-main>li.top-level>a:active,
.otnav ul.nav-main>li.top-level>a:focus,
.otnav ul.nav-main>li.top-level>a:hover {
	color: #fff;
	background: #009dd3
}

.otnav ul.nav-main>li.top-level>a span {
	color: #fff !important
}

.otnav ul.nav-main>li.top-level:focus,
.otnav ul.nav-main>li.top-level:hover {
	color: #fff;
	background: #009dd3
}

.otnav ul.nav-main>li.top-level.active>a {
	background: #14377d
}

.otnav ul.nav-main>li.top-level:last-of-type {
	margin-left: auto;
	width: 135px
}

.otnav ul.nav-main>li.top-level:last-of-type>a {
	background: url(Images/icons/TRICARElogotype.svg) center no-repeat #ea7425;
	background-size: 75%;
	font-size: 0;
	height: 100%
}

.otnav ul.nav-main>li.top-level:last-of-type>a:active,
.otnav ul.nav-main>li.top-level:last-of-type>a:focus,
.otnav ul.nav-main>li.top-level:last-of-type>a:hover {
	background-color: #ba5512
}

.otnav ul.nav-main>li.top-level:last-of-type .dropdown-menu {
	position: absolute;
	left: auto;
	right: 0;
	top: 100%
}

.otnav ul.nav-main .dropdown-menu {
	width: 100%;
	min-width: initial;
	padding: 0;
	margin: 0;
	background: #fff
}

.otnav ul.nav-main .dropdown-menu .dropdown-menu,
.otnav ul.nav-main .dropdown-menu span {
	display: none
}

.otnav ul.nav-main .dropdown-menu li {
	margin-bottom: 0
}

.otnav ul.nav-main .dropdown-menu li a {
	padding: 15px;
	margin: 0;
	color: #14377d;
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif
}

.otnav ul.nav-main .dropdown-menu li a:focus,
.otnav ul.nav-main .dropdown-menu li a:hover {
	color: #fff;
	background: #009dd3
}

@media (max-width:992px) {
	.otnav ul.nav-main>li.top-level a span {
		font-size: 21px
	}
}

@media (max-width:767px) {
	.otnav ul.nav-main {
		display: block;
		padding: 0
	}

	.otnav ul.nav-main li a {
		font-size: 16px
	}

	.otnav ul.nav-main>li.top-level {
		border: none
	}

	.otnav ul.nav-main>li.top-level a {
		font-size: 16px
	}

	.otnav ul.nav-main>li.top-level a span {
		font-size: 24px
	}

	.otnav ul.nav-main>li.top-level:last-of-type {
		margin-left: 0;
		min-height: 50px;
		width: 100%
	}

	.otnav ul.nav-main>li.top-level:last-of-type>a {
		background-size: 100px 20px;
		background-position-x: 20px;
		padding: 20px
	}
}

.base-container.blue-header {
	letter-spacing: .035em
}

.base-container.blue-header h2.title {
	background: #14377d;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 21px;
	letter-spacing: .035em;
	padding: 20px;
	margin: 0;
	-webkit-border-radius: 0 6px 0 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
	border-radius: 0 6px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.base-container.blue-header .usmcAccordionMenuCollapsed {
	display: block;
	margin: 0;
	background: url(Images/icons/t17_sprite_v02.svg) 0 -100px no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 10px
}

.base-container.blue-header .usmcAccordionMenuExpanded {
	background-position: 0 -120px
}

.base-container.blue-header .usmcAccordionMenu div.usmcAccordionRootNode {
	height: auto;
	background: 0 0;
	padding-right: 0;
	white-space: initial
}

.base-container.blue-header .usmcAccordionMenu div.usmcAccordionRootNode .lvl0 {
	padding: 0
}

.base-container.blue-header .usmcAccordionMenu div.usmcAccordionRootNode .lvl0 a {
	color: #fff;
	background: #006bb6;
	display: block;
	padding: 15px 35px 15px 10px;
	text-transform: none;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-size: 18px;
	line-height: 20px
}

.base-container.blue-header .usmcAccordionMenu div.usmcAccordionRootNode .lvl0 a:focus,
.base-container.blue-header .usmcAccordionMenu div.usmcAccordionRootNode .lvl0 a:hover {
	background: #14377d
}

.base-container.blue-header .usmcAccordionMenu li .usmcMenuLinkHeader {
	padding-left: 0;
	background: 0 0
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu {
	background: #006bb6;
	padding-bottom: 0
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .usmcAccordionMenuListItem div.listItem {
	margin: 0;
	padding: 0;
	border: none
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu div.usmcMenuLinkHeader a {
	color: #fff;
	line-height: 20px;
	font-size: 18px;
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	display: block;
	padding: 20px 35px 20px 10px;
	margin: 0
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl1 div.usmcMenuLinkHeader a {
	display: block;
	background: #009dd3;
	margin-left: 10px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl1 div.usmcMenuLinkHeader a:focus,
.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl1 div.usmcMenuLinkHeader a:hover {
	background: #006bb6
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl2 div.usmcMenuLinkHeader a {
	display: block;
	background: #b8edff;
	margin-left: 20px;
	color: #000
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl2 div.usmcMenuLinkHeader a:focus,
.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl2 div.usmcMenuLinkHeader a:hover {
	background: #009dd3;
	color: #fff
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl2+.usmcAccordionMenuCollapsed {
	background-position: 0 -60px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl2+.usmcAccordionMenuExpanded {
	background-position: 0 -80px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl3 div.usmcMenuLinkHeader a {
	display: block;
	background: #fff;
	margin-left: 30px;
	color: #000
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl3 div.usmcMenuLinkHeader a:focus,
.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl3 div.usmcMenuLinkHeader a:hover {
	background: #e1e1e1
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl3+.usmcAccordionMenuCollapsed {
	background-position: 0 -60px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl3+.usmcAccordionMenuExpanded {
	background-position: 0 -80px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl4 div.usmcMenuLinkHeader a {
	display: block;
	background: #e1e1e1;
	margin-left: 40px;
	color: #000
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl4 div.usmcMenuLinkHeader a:focus,
.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl4 div.usmcMenuLinkHeader a:hover {
	background: #c2c2c2
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl4+.usmcAccordionMenuCollapsed {
	background-position: 0 -60px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl4+.usmcAccordionMenuExpanded {
	background-position: 0 -80px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl5 div.usmcMenuLinkHeader a {
	display: block;
	background: #fff;
	margin-left: 50px;
	color: #000
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl5 div.usmcMenuLinkHeader a:focus,
.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl5 div.usmcMenuLinkHeader a:hover {
	background: #e4f5fc
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl5+.usmcAccordionMenuCollapsed {
	background-position: 0 -60px
}

.base-container.blue-header .usmcAccordionMenu .usmcAccordionMenuSubMenu .lvl5+.usmcAccordionMenuExpanded {
	background-position: 0 -80px
}

.backToTopBTN {
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding: 0;
	margin: 0;
	-webkit-box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, .5);
	-moz-box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, .5);
	box-shadow: 1px 1px 12px 1px rgba(0, 0, 0, .5);
	position: fixed;
	bottom: 40px;
	right: 10%;
	z-index: 99
}

.backToTopBTN svg {
	display: none;
	width: 60px;
	height: 60px;
	transform: rotate(-90deg)
}

.backToTopBTN svg .arrow,
.backToTopBTN svg .circle {
	fill: #fff
}

.backToTopBTN:hover {
	background: #14377d
}

.highlightedLinks {
	padding: 15px;
	background: url(Images/icons/I-want-to-section.png) repeat-x #0099d9;
	margin-bottom: 20px
}

.highlightedLinks:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.highlightedLinks h2.titleBlock {
	font: 400 28px/1.2 archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 15px;
	padding: 0
}

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

.highlightedLinks ul:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.highlightedLinks li {
	float: left;
	width: 100%;
	margin-bottom: 10px
}

.highlightedLinks li a {
	display: block;
	padding: 4px 0 4px 6px;
	color: #fff;
	line-height: 1.25;
	text-decoration: none;
	-moz-border-radius: 4px;
	border-radius: 4px
}

.highlightedLinks li a:hover {
	text-decoration: none
}

.highlightedLinks li a:focus,
.highlightedLinks li a:hover {
	background-color: rgba(255, 255, 255, .7);
	color: #14377d
}

@media (min-width:600px) {
	.highlightedLinks li {
		width: 45%;
		margin-right: 4%
	}
}

@media (min-width:800px) {
	.highlightedLinks li {
		width: 32%;
		margin-right: 1%
	}
}

@media (min-width:1000px) {
	.highlightedLinks li {
		width: 24%;
		margin-right: 1%
	}
}

.AdvancedSearch input[type=text] {
	width: 100%;
	padding: 3px
}

.AdvancedSearch input[type=submit] {
	padding: 4px 25px;
	background: #bc243d
}

.AdvancedSearch input[type=submit]:focus,
.AdvancedSearch input[type=submit]:hover {
	background: #790000
}

.df_form.df_Default label {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-size: 1.15em;
	display: block;
	color: #14377d;
	margin: 5px 0 2px
}

.df_form.df_Default label.disabled {
	color: #b5b4b4
}

.df_form.df_Default input[type=text],
.df_form.df_Default select {
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-width: 60px;
	min-height: 30px;
	padding-left: 8px;
	font-size: 14px;
	border: 1px solid #ccc
}

.df_form.df_Default .field {
	margin-bottom: 10px
}

.df_form.df_Default .submit a {
	background-color: #ea7425;
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif;
	font-size: 18px;
	display: inline-block;
	padding: 8px 25px;
	margin: 10px 15px 30px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: auto;
	width: auto;
	cursor: pointer;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15);
	box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15)
}

.df_form.df_Default .submit a:hover {
	text-decoration: none
}

.df_form.df_Default .submit a:focus,
.df_form.df_Default .submit a:hover {
	box-shadow: none;
	background-color: #ba5512;
	color: #fff
}

.df_form.df_Default .focus {
	background: 0 0
}

.df_form.df_Default input[type=checkbox],
.df_form.df_Default input[type=radio] {
	float: left;
	clear: left;
	margin: 8px 0 0 !important
}

.df_form.df_Default input[type=checkbox]+label,
.df_form.df_Default input[type=radio]+label {
	margin-left: 26px;
	display: block
}

.adash.dash-top-stories-card.row {
	margin: 0 0 20px;
	padding: 10px 0;
	width: auto
}

.adash.dash-top-stories-card.row .storyEach .storyInner {
	position: relative;
	padding: 10px
}

.adash.dash-top-stories-card.row .storyEach .storyInner .subheadline {
	position: absolute;
	left: -9999px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	margin: -1px;
	padding: 0;
	border: 0
}

.adash.dash-top-stories-card.row .storyEach .storyInner .cposter {
	padding: 0 0 0 15px;
	margin: 0
}

.adash.dash-top-stories-card.row .storyEach .storyInner .cposter .storyThumb {
	height: 0;
	padding-bottom: 56.25%;
	margin: 0
}

.adash.dash-top-stories-card.row .storyEach .storyInner .cposter .storyThumb img {
	max-height: initial;
	height: auto
}

.adash.dash-top-stories-card.row .storyEach .storyInner .storyCopy h4 {
	font-size: 16px
}

.adash.dash-top-stories-card.row .storyEach .storyInner .storyCopy .hidden-xs.wraptxt {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	color: #14377d
}

@media (min-width:992px) {
	.adash.dash-top-stories-card.row .storyEach .storyInner {
		padding: 0
	}

	.adash.dash-top-stories-card.row .storyEach .storyInner .cposter {
		padding: 0 15px
	}

	.adash.dash-top-stories-card.row .storyEach .storyInner .storyCopy {
		width: 100%
	}

	.adash.dash-top-stories-card.row .storyEach .storyInner .storyCopy h4 {
		color: #fff;
		margin: 0;
		padding: 12px;
		background: #14377d
	}

	.adash.dash-top-stories-card.row .storyEach .storyInner .storyCopy .hidden-xs.wraptxt {
		padding: 10px
	}
}

.genContHeaderPanel {
	margin-bottom: 10px
}

.genContHeaderPanel:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.genContHeaderPanel .gcHeader {
	background: #e0ded1;
	width: 100%;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 6px;
	border-radius: 6px 6px 0 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	min-height: 40px;
	padding: 15px
}

.genContHeaderPanel .gcHeader h2 {
	color: #14377d;
	font-size: 1.25em;
	margin: 0
}

.genContHeaderPanel .gcContent {
	background: #f7f8f3;
	padding: 10px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-topleft: 0;
	border-radius: 0 0 6px 6px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box
}

.genContHeaderPanel .gcContent:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.genContHeaderPanel .gcContent input {
	max-width: 100%
}

.button:not([fdprocessedid]),
button:not([fdprocessedid]),
input[type=submit],
input[type=button]:not([fdprocessedid]),
input[type=reset] {
	background-color: #ea7425;
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif;
	font-size: 18px;
	/*display: inline-block;*/
	padding: 8px 25px;
	margin: 10px 15px 30px 0;
	color: #fff;
	text-align: center;
	text-decoration: none;
	height: auto;
	width: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: none;
	-webkit-box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15);
	box-shadow: inset 1px 1px 12px 1px rgba(0, 0, 0, .15)
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover {
	text-decoration: none
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner {
	border: 0;
	padding: 0
}

.button:focus,
.button:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:focus,
input[type=button]:hover,
input[type=reset]:focus,
input[type=reset]:hover {
	box-shadow: none;
	background-color: #ba5512;
	color: #fff
}

.button.preferredAction,
button.preferredAction,
input[type=submit].preferredAction,
input[type=button].preferredAction,
input[type=reset].preferredAction {
	background-color: #bc243d;
	color: #fff
}

.button.preferredAction:focus,
.button.preferredAction:hover,
button.preferredAction:focus,
button.preferredAction:hover,
input[type=submit].preferredAction:focus,
input[type=submit].preferredAction:hover,
input[type=button].preferredAction:focus,
input[type=button].preferredAction:hover,
input[type=reset].preferredAction:focus,
input[type=reset].preferredAction:hover {
	background: #ba5512
}

.button[disabled],
.button[disabled]:hover,
button[disabled],
button[disabled]:hover,
input[type=submit][disabled],
input[type=submit][disabled]:hover,
input[type=button][disabled],
input[type=button][disabled]:hover,
input[type=reset][disabled],
input[type=reset][disabled]:hover {
	color: #b5b4b4;
	background-color: #eaeaea;
	border-color: #dcdbdb;
	cursor: default;
	box-shadow: none
}

.button.small,
button.small,
input[type=submit].small,
input[type=button].small,
input[type=reset].small {
	margin: 5px 0 20px;
	padding: 4px 10px;
	font-size: 16px;
	background-color: #14377d
}

.button.small:focus,
.button.small:hover,
button.small:focus,
button.small:hover,
input[type=submit].small:focus,
input[type=submit].small:hover,
input[type=button].small:focus,
input[type=button].small:hover,
input[type=reset].small:focus,
input[type=reset].small:hover {
	background: #006bb6
}

.button#velaro-send-text,
.button.survey-submit,
button#velaro-send-text,
button.survey-submit,
input[type=submit]#velaro-send-text,
input[type=submit].survey-submit,
input[type=button]#velaro-send-text,
input[type=button].survey-submit,
input[type=reset]#velaro-send-text,
input[type=reset].survey-submit {
	padding: 1px 6px;
	margin: 0
}

.button.btnAsLink,
button.btnAsLink,
input[type=submit].btnAsLink,
input[type=button].btnAsLink,
input[type=reset].btnAsLink {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	background: 0 0;
	padding: 0;
	color: #14377d;
	text-decoration: underline;
	font-size: 14px;
	box-shadow: none;
	text-align: left;
	margin-top: 0;
	min-height: 0
}

.button.btnAsLink:hover,
button.btnAsLink:hover,
input[type=submit].btnAsLink:hover,
input[type=button].btnAsLink:hover,
input[type=reset].btnAsLink:hover {
	text-decoration: none
}

[role=complementary] .button,
[role=complementary] button,
[role=complementary] input[type=submit],
[role=complementary] input[type=button],
[role=complementary] input[type=reset] {
	margin: 5px 0 20px;
	padding: 4px 10px;
	font-size: 16px;
	background-color: #14377d
}

[role=complementary] .button:focus,
[role=complementary] .button:hover,
[role=complementary] button:focus,
[role=complementary] button:hover,
[role=complementary] input[type=submit]:focus,
[role=complementary] input[type=submit]:hover,
[role=complementary] input[type=button]:focus,
[role=complementary] input[type=button]:hover,
[role=complementary] input[type=reset]:focus,
[role=complementary] input[type=reset]:hover {
	background: #006bb6
}

[role=complementary] .button[disabled],
[role=complementary] .button[disabled]:hover,
[role=complementary] button[disabled],
[role=complementary] button[disabled]:hover,
[role=complementary] input[type=submit][disabled],
[role=complementary] input[type=submit][disabled]:hover,
[role=complementary] input[type=button][disabled],
[role=complementary] input[type=button][disabled]:hover,
[role=complementary] input[type=reset][disabled],
[role=complementary] input[type=reset][disabled]:hover {
	background-color: #eaeaea;
	color: #b5b4b4
}

.base-container.blue-background {
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #dedede;
	background: #f6f6f6;
	padding: 15px 15px 20px;
	margin-bottom: 20px
}

.base-container.blue-background h2.title {
	font-size: 24px;
	line-height: 1.2;
	padding: 0;
	margin-top: 0
}

.base-container.blue-background .content {
	padding: 0
}

.base-container.blue-background .content h3 {
	margin-top: 5px
}

footer {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	z-index: 2;
	padding-bottom: 40px;
	position: relative
}

footer:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

footer .skin-footer-background {
	background: #fff
}

footer h3 {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-size: 21px;
	font-weight: 700;
	text-transform: none;
	color: #006bb6;
	border-bottom: none;
	margin: .75em 0 .25em;
	padding: 0
}

footer h3 a {
	color: #006bb6
}

footer .panel {
	margin: 0 10px;
	padding: 20px 0;
	border-bottom: 1px #545456 solid
}

footer .col:last-of-type .panel {
	border: none
}

footer a {
	font-weight: 700
}

footer #dnn_ctr2040_Form_UP {
	overflow: hidden
}

footer #dnn_ctr2040_Form_UP .control,
footer #dnn_ctr2040_Form_UP .df_form.df_Default {
	padding-left: 0
}

footer #dnn_ctr2040_Form_UP label {
	padding: 0;
	margin-bottom: 10px
}

footer #dnn_ctr2040_Form_UP .submit {
	overflow: hidden
}

footer #dnn_ctr2040_Form_UP input[type=submit] {
	float: left;
	width: auto;
	height: 34px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	font-size: 17px;
	margin: 10px 0 15px;
	padding: 1px 10px;
	background: #bc243d
}

footer #dnn_ctr2040_Form_UP input[type=submit]:focus,
footer #dnn_ctr2040_Form_UP input[type=submit]:hover {
	background: #790000
}

footer .skin-social {
	overflow: hidden
}

footer .skin-social h3 {
	font-family: archivo_narrowBold, Arial Narrow, Arial, sans-serif;
	font-weight: 700;
	text-transform: none;
	color: #006bb6;
	border-bottom: none;
	margin: 0 0 15px;
	padding: 0;
	left: auto
}

footer .skin-social .social-item {
	width: auto
}

footer .skin-social .social-item+.social-item {
	margin-left: 25px
}

footer .skin-social .social-item span {
	background: 0 0;
	color: #545456;
	padding-top: 0;
	width: auto
}

footer .skin-social .social-item:hover span {
	background: 0 0;
	color: #14377d;
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25)
}

footer .DHAseals>div {
	display: inline-block;
	width: 63px;
	height: 63px;
	margin-right: 15px
}

@media screen and (min-width:500px) {

	footer .inputBTNcombo input[type=email],
	footer .inputBTNcombo input[type=search],
	footer .inputBTNcombo input[type=text],
	footer .inputBTNcombo select {
		width: 68%;
		float: left;
		margin: 0;
		-webkit-border-radius: 6px 0 0 6px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 6px;
		-moz-border-radius-topleft: 6px;
		border-radius: 6px 0 0 6px;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}

	footer .inputBTNcombo button[type=submit],
	footer .inputBTNcombo input[type=button],
	footer .inputBTNcombo input[type=submit] {
		width: 32%;
		float: left;
		margin: 0;
		padding: 1px 10px;
		-webkit-border-radius: 0 6px 6px 0;
		-moz-border-radius-topright: 6px;
		-moz-border-radius-bottomright: 6px;
		-moz-border-radius-bottomleft: 0;
		-moz-border-radius-topleft: 0;
		border-radius: 0 6px 6px 0;
		-moz-background-clip: padding;
		-webkit-background-clip: padding-box;
		background-clip: padding-box
	}
}

@media screen and (min-width:992px) {
	footer .panel {
		border-bottom: none
	}

	footer .skin-social {
		padding-left: 20px;
		border-left: 1px #ccc solid
	}
}

.socialIcons {
	font-size: 24px;
	list-style: none;
	padding: 0
}

.socialIcons li {
	display: inline-block;
	margin-right: 10px
}

.socialIcons a {
	display: block;
	width: 40px;
	height: 40px
}

.socialIcons svg {
	width: 100%;
	height: 100%;
	fill: #545456
}

.socialIcons svg:hover {
	fill: #14377d;
	-ms-transform: scale(1.25);
	-webkit-transform: scale(1.25);
	transform: scale(1.25);
	transition: transform .25s ease-out
}

.shareThis {
	padding-bottom: 15px
}

.shareThis .socialIcons {
	margin: 0
}

.shareThis .socialIcons li {
	margin: 0 5px 0 0
}

.shareThis .socialIcons li:last-of-type {
	margin-right: 0
}

.shareThis .socialIcons li a {
	width: 30px;
	height: 30px
}

.shareThis .socialIcons+.shareThisBtn {
	margin: 0;
	padding: 4px 10px 6px
}

.universalFooter {
	font-size: 16px;
	text-align: center;
	height: auto;
	z-index: 10000;
	list-style: none;
	margin: 0;
	padding: 0
}

.universalFooter>li {
	display: inline-block;
	margin-bottom: 10px
}

.universalFooter>li a {
	color: #545456;
	display: block;
	padding: 10px 15px;
	font-family: archivo_narrow, Arial Narrow, Arial, sans-serif;
	font-weight: 400;
	text-align: center
}

.universalFooter>li a:hover {
	background: #009dd3;
	color: #fff
}

.universalFooter>li+li {
	margin-left: -4px
}

.universalFooter>li+li a {
	border-left: 1px #ccc solid
}

.A-Z-Dir .feedUtilities .pageSelector {
	text-align: left
}

.A-Z-Dir .feedUtilities .pageSelector a {
	font-weight: 700
}

.A-Z-Dir .A-Z-DirList .dirLetter {
	padding: 8px;
	text-align: center;
	background: #f7f8f3;
	margin-bottom: 10px
}

.A-Z-Dir .A-Z-DirList article .expandContent h2 {
	font-size: 1.125em;
	line-height: 1.4;
	color: #009dd3;
	margin: 6px 0 0
}

.A-Z-Dir .A-Z-DirList article .expandContent h2+p {
	margin-top: 0
}

.feedUtilities:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.feedUtilities .searchResultsCount {
	width: 100%
}

.feedUtilities .searchResultsCount:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.feedUtilities .searchResultsCount label {
	font-size: 16px;
	margin: 0 10px 0 0;
	display: inline-block
}

.feedUtilities .searchResultsCount .show-X-entries,
.feedUtilities .searchResultsCount .showingXtoY {
	display: block;
	margin-bottom: 15px
}

.feedUtilities .searchResultsCount select {
	width: auto
}

.feedUtilities .pageSelector {
	margin: 0 0 20px
}

.feedUtilities .pageSelector:after {
	display: block;
	content: "";
	height: 0;
	top: auto;
	clear: both;
	line-height: 0
}

.feedUtilities .pageSelector button {
	display: inline-block;
	text-decoration: none;
	padding: 5px 10px;
	margin: 0 3px 5px 0;
	min-width: 40px;
	height: 40px;
	text-align: center;
	background-color: #d4dbe9;
	cursor: pointer;
	line-height: 2em;
	font-size: 16px;
	color: #14377d;
	border-radius: unset;
	box-shadow: none
}

.feedUtilities .pageSelector button:hover {
	text-decoration: underline;
	color: #fff;
	background-color: #8193b5
}

.feedUtilities .pageSelector button[disabled=disabled],
.feedUtilities .pageSelector button[disabled]:hover {
	text-decoration: none;
	background: #eaeaea;
	color: #b5b4b4;
	cursor: default
}

.feedUtilities .pageSelector button:last-of-type {
	margin-right: 0
}

.feedUtilities .pageSelector .current {
	padding: 6px
}

.feedUtilities.cq-gte420 .searchResultsCount {
	margin-bottom: 10px
}

.feedUtilities.cq-gte420 .searchResultsCount .show-X-entries,
.feedUtilities.cq-gte420 .searchResultsCount .showingXtoY {
	margin-bottom: 0
}

.feedUtilities.cq-gte420 .searchResultsCount .show-X-entries {
	float: left
}

.feedUtilities.cq-gte420 .searchResultsCount .showingXtoY {
	float: right;
	margin-top: 3px
}

.feedUtilities.cq-gte420 .pageSelector {
	text-align: right
}

.feedUtilities.cq-gte840 .searchResultsCount {
	float: left;
	width: auto
}

.feedUtilities.cq-gte840 .searchResultsCount .show-X-entries,
.feedUtilities.cq-gte840 .searchResultsCount .showingXtoY {
	float: left
}

.feedUtilities.cq-gte840 .searchResultsCount .show-X-entries {
	margin-right: 30px
}

.adetail .gallery .caroufredsel_wrapper .item .image {
	background-color: #fff;
	text-align: left
}

.ModSlideShowC>.top-rotator>.slideContainer>.slide-control {
	display: none
}

.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer {
	bottom: 20px;
	right: auto;
	left: 20px
}

.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer>.page {
	font-size: 0;
	border: 2px solid #009dd3;
	border-radius: 50%;
	background: 0 0
}

.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer>.page.activeSlide {
	background-color: #006bb6;
	border-color: #006bb6
}

@media (min-width:768px) {
	.ModSlideShowC>.top-rotator>.slideContainer>.slide {
		display: flex !important
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.slide>.split {
		float: none
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.slide>.split:nth-child(1) {
		order: 2;
		width: 70%;
		margin-left: auto
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.slide>.split:nth-child(2) {
		order: 1;
		width: 30%
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.slide>.split .split-right {
		padding-bottom: 50px
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.slide-control {
		display: none
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer {
		bottom: 20px;
		right: auto;
		left: 20px
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer>.page {
		font-size: 0;
		border: 2px solid #009dd3;
		border-radius: 50%;
		background: 0 0
	}

	.ModSlideShowC>.top-rotator>.slideContainer>.pagerContainer>.page.activeSlide {
		background-color: #006bb6;
		border-color: #006bb6
	}
}

@media (max-width:767px) {
	.top-rotator div.pagerContainer {
		display: block
	}
}

.ModMosaicLinksC .blockEach {
	background-color: transparent !important
}

.ModMosaicLinksC .blockEach>img {
	opacity: 1 !important
}

