/* 2013-02-07 */
/* normalize browser defaults as much as possible */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

@font-face {
  font-family: 'LubalinGraph';
  src: url("http://cdn.ttgtmedia.com/HP/fonts/LubalinGraph.eot");
  src: url("http://cdn.ttgtmedia.com/HP/fonts/LubalinGraph.eot?#iefix") format("embedded-opentype"), url("http://cdn.ttgtmedia.com/HP/fonts/LubalinGraph.woff") format("woff"), url("http://cdn.ttgtmedia.com/HP/fonts/LubalinGraph.ttf") format("truetype"), url("http://cdn.ttgtmedia.com/HP/fonts/LubalinGraph.svg#LubalinGraph") format("svg");
  font-weight: normal;
  font-style: normal;
}

@-moz-document url-prefix() {
  @font-face {
    font-family: 'LubalinGraph';
    src: url("http://media.techtarget.com/HP/fonts/LubalinGraph.eot");
    src: url("http://media.techtarget.com/HP/fonts/LubalinGraph.eot?#iefix") format("embedded-opentype"), url("http://media.techtarget.com/HP/fonts/LubalinGraph.woff") format("woff"), url("http://media.techtarget.com/HP/fonts/LubalinGraph.ttf") format("truetype"), url("http://media.techtarget.com/HP/fonts/LubalinGraph.svg#LubalinGraph") format("svg");
    font-weight: normal;
    font-style: normal;
}
}

[hidden] {
  display: none;
}

/* 'namespace' as much of normalize as possible due to embedded microsites */
#micrositeContainer, #micrositeContainerTopic {
  background-color: #fff;
  color: #000;
  font-family: arial, sans-serif;
}
#micrositeContainer h1, #micrositeContainer h2, #micrositeContainer h3, #micrositeContainer h4, #micrositeContainer h5, #micrositeContainer h6, #micrositeContainerTopic h1, #micrositeContainerTopic h2, #micrositeContainerTopic h3, #micrositeContainerTopic h4, #micrositeContainerTopic h5, #micrositeContainerTopic h6 {
  line-height: 1em;
  margin: 0 0 1em;
  padding: 0;
}
#micrositeContainer p, #micrositeContainerTopic p {
  margin: 0 0 1em;
}
#micrositeContainer a, #micrositeContainerTopic a {
  color: #00e;
  text-decoration: none;
}
#micrositeContainer a:visited, #micrositeContainerTopic a:visited {
  color: #551a8b !important;
}
#micrositeContainer a:hover, #micrositeContainerTopic a:hover {
  color: #06e;
  text-decoration: underline;
}
#micrositeContainer a:focus, #micrositeContainerTopic a:focus {
  background-color: #eee;
  border: none;
}
#micrositeContainer a:hover, #micrositeContainer a:active, #micrositeContainerTopic a:hover, #micrositeContainerTopic a:active {
  outline: 0;
}
#micrositeContainer b, #micrositeContainer strong, #micrositeContainerTopic b, #micrositeContainerTopic strong {
  font-weight: bold;
}
#micrositeContainer blockquote, #micrositeContainerTopic blockquote {
  margin: 1em 40px;
}
#micrositeContainer hr, #micrositeContainerTopic hr {
  border-top: 1px solid #ccc;
  border: 0;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}
#micrositeContainer pre, #micrositeContainer code, #micrositeContainer kbd, #micrositeContainer samp, #micrositeContainerTopic pre, #micrositeContainerTopic code, #micrositeContainerTopic kbd, #micrositeContainerTopic samp {
  _font-family: 'courier new', monospace;
  font-family: monospace, serif;
  font-size: 1em;
}
#micrositeContainer pre, #micrositeContainerTopic pre {
  white-space: pre-wrap;
  white-space: pre;
  word-wrap: break-word;
}
#micrositeContainer small, #micrositeContainerTopic small {
  font-size: 85%;
}
#micrositeContainer sub, #micrositeContainer sup, #micrositeContainerTopic sub, #micrositeContainerTopic sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#micrositeContainer sup, #micrositeContainerTopic sup {
  top: -0.5em;
}
#micrositeContainer sub, #micrositeContainerTopic sub {
  bottom: -0.25em;
}
#micrositeContainer ul, #micrositeContainer ol, #micrositeContainerTopic ul, #micrositeContainerTopic ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
#micrositeContainer dd, #micrositeContainerTopic dd {
  margin: 0 0 0 40px;
}
#micrositeContainer nav ul, #micrositeContainer nav ol, #micrositeContainerTopic nav ul, #micrositeContainerTopic nav ol {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#micrositeContainer ol, #micrositeContainerTopic ol {
  list-style-type: decimal;
}
#micrositeContainer img, #micrositeContainerTopic img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
#micrositeContainer iframe, #micrositeContainerTopic iframe {
  border: none;
}
#micrositeContainer figure, #micrositeContainerTopic figure {
  margin: 0;
}
#micrositeContainer table, #micrositeContainerTopic table {
  border-collapse: collapse;
  border-spacing: 0;
}
#micrositeContainer th, #micrositeContainer td, #micrositeContainerTopic th, #micrositeContainerTopic td {
  vertical-align: top;
}

/*@import "layoutStarter";*/
/* layout selectors */
#micrositeContainer {
  background: url(../images/articleBkg.png) repeat-y 0 0;
  border-bottom: 1px solid #b1b1b1;
  overflow: hidden;
  position: relative;
  *z-index: 0;
}

#micrositeContainerTopic {
  background: url(../images/topicBkg.png) repeat-y 0 0;
  overflow: hidden;
}

#micrositeContainer, #micrositeContainerInner {
  margin: 0;
}

#micrositeContainerCompress {
  margin: 0 auto;
  width: 978px;
}
#micrositeContainerCompress .aboutNetApp {
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  display: none;
  left: 237px;
  padding: 20px 15px;
  position: absolute;
  width: 450px;
  z-index: 2;
}
#micrositeContainerCompress .aboutNetApp h4 {
  color: #444;
  font-size: 14px;
}
#micrositeContainerCompress .aboutNetApp p {
  color: #444;
  font-size: 12px;
}

.micrositeContentColumnSpan {
  clear: both;
}

.micrositeModuleContainer {
  margin: 0;
}

.micrositeModuleHeader {
  margin: 0;
}
.micrositeModuleHeader h3 {
  margin: 0;
}

.contentContainer {
  display: table;
  width: 978px;
}

.leftColumn {
  display: table-cell;
  vertical-align: top;
  width: 260px;
  *float: left;
}
.leftColumn .leftColumnNav {
  background: #fff;
  border-left: 3px solid #3472b8;
  padding: 0 0 1px 15px;
  position: relative;
  width: 258px;
  z-index: 3;
}
.leftColumn .leftColumnNav h4 {
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.leftColumn .leftColumnNav ul {
  list-style-type: none;
  margin: 0 0 18px;
  padding: 0 !important;
}
.leftColumn .leftColumnNav ul li {
  border-left: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-top: 0;
  line-height: 0;
}
.leftColumn .leftColumnNav ul li:first-child {
  border-top: 1px solid #d1d1d1;
}
.leftColumn .leftColumnNav ul li div {
  border-left: 5px solid #999;
  border-right: 1px solid #d1d1d1;
  padding: 5px 4px;
}
.leftColumn .leftColumnNav ul li div:hover {
  border-left: 5px solid #0e68c8;
  text-decoration: none;
}
.leftColumn .leftColumnNav ul li div a {
  color: #444 !important;
  font-size: 12px;
  line-height: 1.5em !important;
}
.leftColumn .leftColumnNav ul li div a:hover {
  cursor: pointer;
  text-decoration: none !important;
}
.leftColumn .leftColumnNav ul li div.active {
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dfdfdf), color-stop(15%, #ffffff), color-stop(85%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ffffff 15%, #ffffff 85%, #dfdfdf 100%);
  background: -moz-linear-gradient(bottom, #dfdfdf 0%, #ffffff 15%, #ffffff 85%, #dfdfdf 100%);
  background: -o-linear-gradient(bottom, #dfdfdf 0%, #ffffff 15%, #ffffff 85%, #dfdfdf 100%);
  background: linear-gradient(bottom, #dfdfdf 0%, #ffffff 15%, #ffffff 85%, #dfdfdf 100%);
  border-right: 0;
  border-left: 5px solid #2668b4;
}
.leftColumn .micrositeContentMoreTopics {
  background: #f1f1f1;
  border-top: 1px solid #3472b8;
  clear: left;
  margin: 0;
  padding: 15px 8px 15px 17px;
  width: 249px;
}
.leftColumn .micrositeContentMoreTopics p {
  color: #444;
  margin: 0 0 10px !important;
  font-size: 14px;
  font-weight: bold;
}

.rightColumn {
  display: table-cell;
  padding: 0 18px 18px;
  *clear: left;
  *float: right;
  *width: 666px;
}
.rightColumn .author {
  border: 1px solid #d1d1d1;
  border-left: 0;
  border-right: 0;
  height: 25px;
}
.rightColumn .author p {
  float: left;
  font-size: 12px !important;
  padding: 4px 0;
}
.rightColumn h2 {
  font-size: 22px;
  margin: 0 0 10px !important;
}
.rightColumn h6 {
  border-top: 1px solid #ccc;
  color: #666;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em !important;
  padding-top: 10px !important;
}
.rightColumn p {
  clear: left;
  font-size: 14px;
  line-height: 1.5em;
}
.rightColumn li {
  font-size: 14px !important;
  margin-bottom: 1em;
}
.rightColumn a {
  color: #0e68c8 !important;
}
.rightColumn .upcomingEvents {
  background: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #dfdfdf), color-stop(2%, #ffffff), color-stop(98%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(right, #dfdfdf 0%, #ffffff 2%, #ffffff 98%, #dfdfdf 100%);
  background: -moz-linear-gradient(right, #dfdfdf 0%, #ffffff 2%, #ffffff 98%, #dfdfdf 100%);
  background: -o-linear-gradient(right, #dfdfdf 0%, #ffffff 2%, #ffffff 98%, #dfdfdf 100%);
  background: linear-gradient(right, #dfdfdf 0%, #ffffff 2%, #ffffff 98%, #dfdfdf 100%);
  border-bottom: 2px solid #84bd00;
  border-top: 2px solid #84bd00;
  *border-left: 1px solid #dfdfdf;
  *border-right: 1px solid #dfdfdf;
  float: right;
  margin: 0 15px 15px;
  padding: 10px 15px;
  width: 270px;
}
.rightColumn .upcomingEvents h2 {
  font-size: 14px;
  margin: 0 !important;
  line-height: 1;
}
.rightColumn .upcomingEvents h2 img {
  margin-top: -2px;
}
.rightColumn .upcomingEvents p {
  margin: 0 !important;
}
.rightColumn .upcomingEvents ul {
  list-style-type: none;
  margin: 0 0 5px !important;
  padding: 0 !important;
}
.rightColumn .upcomingEvents ul li {
  background: url("../images/rightArrow.png") no-repeat 240px 30px;
  border-bottom: 1px solid #d1d1d1;
  padding: 5px 0;
}
.rightColumn .upcomingEvents ul li a {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}
.rightColumn .upcomingEvents ul li p {
  font-size: 12px;
  line-height: 1.4em;
}
.rightColumn .upcomingEvents a {
  color: #0e68c8 !important;
  font-size: 12px;
  font-weight: bold;
}
.rightColumn blockquote {
  -webkit-box-shadow: inset 0 0 4px 2px #cccccc;
  -moz-box-shadow: inset 0 0 4px 2px #cccccc;
  box-shadow: inset 0 0 4px 2px #cccccc;
  border-left: 5px solid #84bd00;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  *border-top: 1px solid #ccc;
  *border-right: 1px solid #ccc;
  *border-bottom: 1px solid #ccc;
  margin: 1em 0 !important;
  padding: 0 !important;
  width: 98%;
}
.rightColumn blockquote p {
  font-size: 14px;
  margin: 0 !important;
  padding: 10px 20px 10px 65px;
}
.rightColumn blockquote p img {
  float: left;
  margin: -23px 0 0 -50px;
}

#micrositeContainerTopic #micrositeHeader {
  padding: 0 18px !important;
}

#micrositeContainerTopic .contentContainer {
  padding: 0;
}
#micrositeContainerTopic .contentContainer .leftColumn {
  border-left: 3px solid #3472b8 !important;
  width: 273px;
}
#micrositeContainerTopic .contentContainer .leftColumn .micrositeContentMoreTopics {
  background: #f1f1f1;
  border: none !important;
  clear: left;
  margin: 0;
  padding: 15px 8px 15px 15px;
  width: 249px;
}
#micrositeContainerTopic .contentContainer .leftColumn .micrositeContentMoreTopics p {
  color: #444;
  margin: 0 0 10px !important;
  font-size: 14px;
  font-weight: bold;
}

#micrositeContainerTopic .rightColumn {
  padding: 10px 18px 20px;
}
#micrositeContainerTopic .rightColumn h2 {
  border-bottom: 1px solid #d1d1d1;
  color: #222;
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 5px;
}
#micrositeContainerTopic .rightColumn p {
  color: #222;
  font-size: 14px;
  line-height: 1.5em;
  margin: 5px 0 !important;
  padding: 0 5px;
}
#micrositeContainerTopic .rightColumn hr {
  background-color: #d1d1d1;
  border: 0;
  color: #d1d1d1;
  height: 1px;
  margin: .7em 0 0 !important;
}
#micrositeContainerTopic .rightColumn h3 {
  margin: 20px 0 0 !important;
}
#micrositeContainerTopic .rightColumn h3 a {
  color: #0e68c8 !important;
  font-size: 16px;
  line-height: 1 !important;
  text-decoration: none;
}
#micrositeContainerTopic .rightColumn h3 a:hover {
  color: #0b4f98 !important;
}
#micrositeContainerTopic .rightColumn h3 a:visited {
  color: #0b4f98 !important;
}
#micrositeContainerTopic .rightColumn h3 + p {
  padding: 0;
}
#micrositeContainerTopic .rightColumn a {
  color: #0e68c8;
}
#micrositeContainerTopic .rightColumn a:hover {
  color: #0b4f98 !important;
  text-decoration: none;
}
#micrositeContainerTopic .rightColumn a:visited {
  color: #0b4f98 !important;
  text-decoration: none;
}

.disclaimer {
  background: #999;
  padding: 8px 10px;
}
.disclaimer p {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin: 0 !important;
}

/* media object block */
.mediaBlock {
  margin: 10px;
}
.mediaBlock img {
  float: left;
  margin-right: 10px;
  display: block;
}

.mediaBlock, .mediaBlockContent {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

/* header */
#micrositeHeader {
  background: #fff;
  border-left: 3px solid #3472b8;
  position: relative;
  margin: 0;
  padding: 0 18px 10px;
}

#micrositeHeaderBanner p {
  margin: 0 !important;
}
#micrositeHeaderBanner h1 {
  margin: 0;
}
#micrositeHeaderBanner img {
  margin: 15px 0;
}

#micrositeHeaderNavigation {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px;
}
#micrositeHeaderNavigation ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
#micrositeHeaderNavigation li {
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
#micrositeHeaderNavigation li.first a, #micrositeHeaderNavigation li.on a {
  color: #3580d1 !important;
}
#micrositeHeaderNavigation li a {
  margin: 0;
}
#micrositeHeaderNavigation li a:hover {
  text-decoration: none;
}

/* footer */
#micrositeFooter {
  clear: both;
  position: relative;
}
#micrositeFooter .micrositeFooterBottom {
  background: url(../images/footerLogo.png) no-repeat 0 20px;
  min-height: 45px;
  padding: 20px 0;
}
#micrositeFooter .micrositeFooterBottom ul {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 28px 0 0 100px;
}
#micrositeFooter .micrositeFooterBottom li {
  float: left;
  font-size: 12px;
  padding-right: 10px;
}
#micrositeFooter .micrositeFooterBottom a {
  color: #00a89c;
}

/* social media & article toolbar */
#micrositeSocialMediaNav, #micrositeSocialMediaFooter {
  position: absolute;
}

#micrositeSocialMediaNav {
  right: 20px;
  top: 15px;
}

#micrositeSocialMediaFooter {
  right: 20px;
  top: 35px;
}

.micrositeSocialMediaButtons ul, #micrositeSocialMediaNav ul, #micrositeSocialMediaFooter ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.micrositeSocialMediaButtons li, #micrositeSocialMediaNav li, #micrositeSocialMediaFooter li {
  display: block;
  float: left;
  line-height: 0;
  margin: 0 0 0 8px !important;
}

.micrositeSocialMediaButtons li > a, #micrositeSocialMediaNav li > a, #micrositeSocialMediaFooter li > a {
  background-image: url(../images/spriteSocialMedia.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-indent: 100%;
}

.micrositeSocialMedia-facebook a {
  background-position: -38px 0;
  height: 17px;
  top: 1px;
  width: 17px;
}

.micrositeSocialMedia-linkedin a {
  background-position: -56px 0;
  height: 17px;
  top: 1px;
  width: 17px;
}

.micrositeSocialMedia-twitter a {
  background-position: -74px 0;
  height: 17px;
  top: 1px;
  width: 17px;
}

.micrositeSocialMedia-email a {
  background-position: -110px 0;
  height: 20px;
  top: 0;
  width: 26px;
}

.micrositeSocialMediaButtons {
  display: none;
  float: right;
}

#articleToolbar {
  border-bottom: 1px dotted #999;
  border-top: 1px dotted #999;
  overflow: hidden;
  padding: 4px 0;
  min-height: 20px;
  margin: 0 0 10px;
}

#byline {
  float: left;
  font-size: 12px;
  line-height: 1.1;
  width: 450px;
}

#byline p {
  margin-bottom: 0;
}

#byline .author {
  float: left;
  font-weight: bold;
  padding: 7px 0 0;
}

/* content callout */
.micrositeContentCallout {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 150px;
  float: left;
  margin: 5px 20px 10px 0;
}

.micrositeContentCalloutInner {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 1px 0;
  padding: 10px;
}
.micrositeContentCalloutInner h6 {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.micrositeContentCalloutInner ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.micrositeContentCalloutInner li {
  font-size: 12px;
  margin: 10px 0 0;
}

/* bitpipe abstract */
.resDetail {
  background-color: #fff;
  overflow: hidden;
  padding: 30px 50px;
}

.resTitleLogo {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
}
.resTitleLogo h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px !important;
}
.resTitleLogo h3 a {
  color: #15204f;
}
.resTitleLogo h4 {
  color: #666;
  font-size: 12px;
  font-weight: normal;
}

.resAbstract {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.resAbstract .col1 {
  float: left;
  padding-right: 25px;
  width: 190px;
}
.resAbstract .col1 td {
  font-size: 12px;
  padding: 0 25px 5px 0;
  vertical-align: top;
}
.resAbstract .col1 td strong {
  font-weight: bold;
}
.resAbstract .col2 {
  float: left;
  width: 605px;
}
.resAbstract .col2 .abstract {
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}
.resAbstract .col2 h5 {
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 2px;
  text-transform: uppercase;
}
.resAbstract .col2 p {
  margin-bottom: 10px;
}
.resAbstract .col2 a.viewNow {
  background: url(../images/viewNowGradient.png) repeat-x 0 0;
  border-radius: 8px;
  color: #fff !important;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 20px;
  padding: 5px 30px;
  text-align: center;
}
.resAbstract .col2 a.viewNow:hover {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  text-decoration: none !important;
}

/* site helpers */
.alignLeft {
  float: left;
}

.alignRight {
  float: right;
}

/* for embedded microsites */
#micrositeAdvertisement {
  border: 1px solid #b1b1b1;
  border-bottom: none;
  height: 25px;
  background-color: #999;
  color: #fff;
  margin: 15px 0 0 0;
  overflow: hidden;
}
#micrositeAdvertisement img {
  float: left;
  margin: 4px 15px 0;
}
#micrositeAdvertisement a {
  background: url("../images/whatsThisArrow.png") no-repeat 5px 9px;
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 5px 15px;
  text-decoration: none;
}

#micrositeAdvertisement #micrositeClose {
  float: right;
}

#micrositeAdvertisement #micrositeClose a {
  font-weight: normal;
  background: url(../images/iconMicrositeClose.png) 7px 6px no-repeat;
  line-height: 14px;
  padding: 5px 10px 0 20px;
  display: block;
  font-size: 12px;
  color: #fff;
}

#micrositeAdvertisement #micrositeClose a:hover {
  text-decoration: none;
}

/* AddThis social sharing component  */
.socialShare-addThis {
  display: none;
  position: absolute;
  z-index: 1;
  line-height: 0;
}
.socialShare-addThis a {
  display: inline-block;
  margin: 0 0 0 8px;
  padding: 0 !important;
}

.socialShare-outer {
  position: absolute;
  width: 100%;
  z-index: 9 !important;
}

.socialShare-inner {
  margin: 0 auto;
  position: relative;
}

.addThisVertical {
  position: absolute;
  top: 0;
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(left, white 85%, #dddddd 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(85%, white), color-stop(100%, #dddddd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, white 85%, #dddddd 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, white 85%, #dddddd 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, white 85%, #dddddd 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ffffff 85%, #dddddd 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
  /* IE6-9 */
}
.addThisVertical a {
  display: block;
  margin: 5px;
}
.addThisVertical .addthis_default_style {
  width: 36px;
  left: -23px;
  background: none;
}
.addThisVertical .addthis_20x20_style {
  width: 40px;
  left: -61px;
}
.addThisVertical .addthis_20x20_style a {
  margin: 10px;
}
.addThisVertical.addthis_32x32_style {
  width: 52px;
  margin: 0 10px;
  left: -63px;
  background-color: #fff;
}
.addThisVertical.addthis_32x32_style a {
  margin: 12px;
}

#micrositeContentRight .socialShare-addThis {
  top: auto !important;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  position: relative !important;
  float: right;
}

#micrositeContentRight .socialShare-addThis a:first-child {
  margin: 0;
}

.rightColumn .socialShare-addThis {
  top: auto !important;
  bottom: 0;
  left: 0;
  padding: 5px 0;
  position: relative !important;
  float: right;
}

.rightColumn .socialShare-addThis a:first-child {
  margin: 0;
}

.nudge {
  display: inline-block;
  left: 60px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 135px;
}
.nudge p {
  color: #274b6b;
  display: inline-block;
  font-family: arial;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 35px;
}
.nudge a.close {
  background: #ccc;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 10px;
  line-height: 8px;
  padding: 3px !important;
  width: 10px;
}
.nudge a.close:hover {
  color: #333;
  text-decoration: none;
}

.gradient {
  border: 0 !important;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(85%, #ffffff), color-stop(100%, #dddddd)) !important;
  background-image: -webkit-linear-gradient(left, #ffffff 85%, #dddddd 100%) !important;
  background-image: -moz-linear-gradient(left, #ffffff 85%, #dddddd 100%) !important;
  background-image: -o-linear-gradient(left, #ffffff 85%, #dddddd 100%) !important;
  background-image: linear-gradient(left, #ffffff 85%, #dddddd 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}

.socialCallOut img {
  margin: 10px 0 0 6px;
}

.socialCallOut p {
  color: #274b6b;
  font-family: helvetica;
  font-size: 12px;
  font-weight: bold;
  margin: 10px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.contentAccordion {
  border: 1px solid #d1d1d1;
  margin: 0;
}
.contentAccordion .contentAccordionItem {
  /*margin: 0 0 1px;*/
  border-bottom: 1px solid #d1d1d1;
}
.contentAccordion .contentAccordionItem:last-child {
  border-bottom: none;
  margin: 0;
}
.contentAccordion .contentAccordionItem .contentAccordionItemTitle {
  background-color: white;
  border-left: 5px solid #999;
  color: #444444;
  font-size: 12px;
  padding: 10px 22px 10px 10px;
  cursor: pointer;
  position: relative;
}
.contentAccordion .contentAccordionItem .contentAccordionItemTitle:hover {
  border-left: 5px solid #0e68c9;
}
.contentAccordion .contentAccordionItem .contentAccordionItemToggleIcon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAICAIAAACgWpLfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MkM5MDRFQzJCMjA2ODExODA4M0Q2NDc3ODYzMzIxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjQ4Nzg3RUFDMzExMUUyQkYwRkE1MTg5MzIwQjk0MyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjQ4Nzg3REFDMzExMUUyQkYwRkE1MTg5MzIwQjk0MyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDM4MDExNzQwNzIwNjgxMTgwODNBNTYxQzRGQUFGQkMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJDOTA0RUMyQjIwNjgxMTgwODNENjQ3Nzg2MzMyMUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6J4UnxAAAAh0lEQVR42lyOMQ5FERBF3+TpJUq13iokliyh11sBjQUoEf68TCLybyHcczID9t6llDGGUuq5ckqWcw4hoIftkRB776l8jTGtNbyhyjkXQhBea2HZewcc5ZyrteIbALTWKSXCUkprLeCoOeeRTggzxoCW/UkHf4PJuKUbf9lX8E8xRjzv8ifAANqKg4Nv8NIyAAAAAElFTkSuQmCC") no-repeat 0 0;
  display: block;
  height: 8px;
  width: 11px;
  position: absolute;
  top: 13px;
  right: 10px;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody {
  background-color: white;
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #dfdfdf), color-stop(3%, #ffffff), color-stop(97%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(bottom, #dfdfdf 0%, #ffffff 3%, #ffffff 97%, #dfdfdf 100%);
  background: -moz-linear-gradient(bottom, #dfdfdf 0%, #ffffff 3%, #ffffff 97%, #dfdfdf 100%);
  background: -o-linear-gradient(bottom, #dfdfdf 0%, #ffffff 3%, #ffffff 97%, #dfdfdf 100%);
  background: linear-gradient(bottom, #dfdfdf 0%, #ffffff 3%, #ffffff 97%, #dfdfdf 100%);
  display: none;
  padding: 2px 15px;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody ul {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody li {
  border-top: 1px solid #d1d1d1;
  line-height: 1 !important;
  padding: 10px 0 10px 10px;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody li:first-child {
  border-top: none;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody li a {
  color: #444 !important;
  font-size: 12px;
  line-height: 1 !important;
  text-decoration: none !important;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody li a:hover {
  color: #0e68c8 !important;
  text-decoration: none;
}
.contentAccordion .contentAccordionItem .contentAccordionItemBody li a:visited {
  color: #0b4f98 !important;
  text-decoration: none;
}
.contentAccordion .active .contentAccordionItemBody {
  display: block;
}
.contentAccordion .active .contentAccordionItemTitle {
  color: #444444;
  background-color: white;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #0e68c9;
  /*border-top: 1px solid #ccc;*/
  cursor: default;
}
.contentAccordion .active .contentAccordionItemToggleIcon {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAADCAIAAADOaLIhAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MkM5MDRFQzJCMjA2ODExODA4M0Q2NDc3ODYzMzIxRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEM0ZDRkZEM0FGNDExMUUyQTFFNkE5N0M3MTUwNUI2OCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEM0ZDRkZEMkFGNDExMUUyQTFFNkE5N0M3MTUwNUI2OCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QURGOTI4QTAxMjIwNjgxMTgyMkFCQkQ3RkEzODMxREUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTJDOTA0RUMyQjIwNjgxMTgwODNENjQ3Nzg2MzMyMUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6qKr8uAAAAF0lEQVR42mLkyzjJgAMwMeAG+OQAAgwAZsMBRfFyyE4AAAAASUVORK5CYII=");
  display: block;
  height: 3px;
  width: 9px;
  position: absolute;
  top: 16px;
  right: 11px;
}
.contentAccordion.allCollapsible .active .contentAccordionItemTitle {
  cursor: pointer;
}

#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter {
  background-color: #2668b4;
  background-image: url(../images/splashTopCorner.jpg), url(../images/splashBottomCorner.jpg);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  float: right;
  margin: 0 0 0 10px;
  padding: 5px 0 0 5px;
  width: 300px;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner {
  background: #fff;
  border: 1px solid #999;
  overflow: hidden;
  padding: 10px 12px;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner img {
  float: left;
  height: 42px;
  margin: 0 18px 0 0;
  width: 40px;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText {
  float: left;
  margin: 0 0 5px;
  width: 216px;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText h2 {
  color: #666;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText p {
  color: #2668b4;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText a {
  background: #2668b4;
  border-radius: 5px;
  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText a:hover, #micrositeContainer #micrositeContainerInner #micrositeContainerCompress .contentContainer .rightColumn .splashSquareOuter .splashSquareInner .splashSquareInnerText a:visited {
  background: #1d508a !important;
  color: #fff !important;
  text-decoration: none !important;
}

.splashImageSquareOuter-backgroundone {
  background: #01426a url(../images/bg1.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid #999;
  float: right;
  margin: 0 0 0 10px;
  min-height: 123px;
  padding: 22px 15px;
  width: 300px;
}
.splashImageSquareOuter-backgroundone img {
  float: left;
  margin-right: 5px;
}
.splashImageSquareOuter-backgroundone h2 {
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.splashImageSquareOuter-backgroundone p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}
.splashImageSquareOuter-backgroundone a {
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: linear-gradient(top, #ffffff 1%, #999999 100%);
  border-radius: 5px;
  color: #16457b !important;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}
.splashImageSquareOuter-backgroundone a:hover {
  background: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: linear-gradient(top, #ffffff 1%, #777777 100%);
  text-decoration: none !important;
}

.splashImageSquareOuter-backgroundtwo {
  background: #01426a url(../images/bg2.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid #999;
  float: right;
  margin: 0 0 0 10px;
  min-height: 123px;
  padding: 22px 15px;
  width: 300px;
}
.splashImageSquareOuter-backgroundtwo img {
  float: left;
  margin-right: 5px;
}
.splashImageSquareOuter-backgroundtwo h2 {
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.splashImageSquareOuter-backgroundtwo a {
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: linear-gradient(top, #ffffff 1%, #999999 100%);
  border-radius: 5px;
  color: #16457b !important;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}
.splashImageSquareOuter-backgroundtwo a:hover {
  background: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: linear-gradient(top, #ffffff 1%, #777777 100%);
  text-decoration: none !important;
}

.splashImageSquareOuter-backgroundthree {
  background: #01426a url(../images/bg3.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid #999;
  float: right;
  margin: 0 0 0 10px;
  min-height: 123px;
  padding: 22px 15px;
  width: 300px;
}
.splashImageSquareOuter-backgroundthree img {
  float: left;
  margin-right: 5px;
}
.splashImageSquareOuter-backgroundthree h2 {
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.splashImageSquareOuter-backgroundthree p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}
.splashImageSquareOuter-backgroundthree a {
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: linear-gradient(top, #ffffff 1%, #999999 100%);
  border-radius: 5px;
  color: #16457b !important;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}
.splashImageSquareOuter-backgroundthree a:hover {
  background: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: linear-gradient(top, #ffffff 1%, #777777 100%);
  text-decoration: none !important;
}

.splashImageSquareOuter-backgroundfour {
  background: #01426a url(../images/bg4.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  border: 1px solid #999;
  float: right;
  margin: 0 0 0 10px;
  min-height: 123px;
  padding: 22px 15px;
  width: 300px;
}
.splashImageSquareOuter-backgroundfour img {
  float: left;
  margin-right: 5px;
}
.splashImageSquareOuter-backgroundfour h2 {
  color: #fff;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
}
.splashImageSquareOuter-backgroundfour p {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3em;
}
.splashImageSquareOuter-backgroundfour a {
  background: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: linear-gradient(top, #ffffff 1%, #999999 100%);
  border-radius: 5px;
  color: #16457b !important;
  font-size: 11px;
  font-weight: bold;
  padding: 8px 22px;
  text-decoration: none;
}
.splashImageSquareOuter-backgroundfour a:hover {
  background: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: linear-gradient(top, #ffffff 1%, #777777 100%);
  text-decoration: none !important;
}

.splashHorizontalOuter {
  background-color: #2668b4;
  background-image: url(../images/splashTopCorner.jpg), url(../images/splashBottomCorner.jpg);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
  margin: 0 0 15px;
  padding: 5px 0 0 5px;
  width: 660px;
}
.splashHorizontalOuter .splashHorizontalInner {
  background: #fff;
  border: 1px solid #999;
  overflow: hidden;
  padding: 5px 12px;
}
.splashHorizontalOuter .splashHorizontalInner img {
  float: left;
  height: 42px;
  margin: 0 8px 0 0;
  width: 40px;
}
.splashHorizontalOuter .splashHorizontalInner a {
  background: #fff;
  border: 1px solid #ececec;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #999999));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #999999 100%);
  background-image: linear-gradient(top, #ffffff 1%, #999999 100%);
  border-radius: 5px;
  color: #16457b !important;
  float: right;
  font-size: 11px;
  font-weight: bold;
  margin-top: 5px;
  padding: 8px 22px;
  text-decoration: none;
}
.splashHorizontalOuter .splashHorizontalInner a:hover {
  background: #d1d1d1;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #ffffff), color-stop(100%, #777777));
  background-image: -webkit-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -moz-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: -o-linear-gradient(top, #ffffff 1%, #777777 100%);
  background-image: linear-gradient(top, #ffffff 1%, #777777 100%);
  text-decoration: none !important;
}
.splashHorizontalOuter .splashHorizontalInner .splashHorizontalInnerText {
  float: left;
  width: 470px;
}
.splashHorizontalOuter .splashHorizontalInner .splashHorizontalInnerText h2 {
  color: #666;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 3px !important;
}
.splashHorizontalOuter .splashHorizontalInner .splashHorizontalInnerText p {
  color: #2668b4;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 !important;
}

/* Navigation */
#whatIsThis {
  margin-left: 230px;
  *margin-left: 0;
  position: absolute;
  zoom: 1;
  z-index: 9999;
}

#whatIsThis li {
  float: left;
  display: block;
  height: 25px;
  position: relative;
  z-index: 500;
}

#whatIsThis li a {
  border-top: 0;
  border: 1px solid #999;
  border-bottom: 0;
  display: block;
  font-size: 11px;
  font-weight: 300;
  height: 24px;
  padding: 0 15px;
  text-decoration: none;
  color: #fff;
  position: relative;
  z-index: 1;
}

#whatIsThis a.selected {
  color: #444;
  background: #fff;
}

#whatIsThis ul {
  box-shadow: 0px 10px 15px 0px #333;
  border: 1px solid #ccc;
  position: absolute;
  left: 0;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  width: auto;
  background: #fff;
  top: 24px;
}

#whatIsThis li a:hover {
  /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */
  background: white url("../images/whatsThisArrowHover.png") no-repeat 5px 10px;
  color: #444;
  text-decoration: none;
  cursor: pointer;
}

#whatIsThis li ul li > a:first-child {
  background: white url("../images/whatsThisArrowHover.png") no-repeat 5px 10px;
  border-radius: 0;
  color: #444 !important;
  font-size: 11px;
  font-weight: 300;
  height: 24px;
  padding: 6px 15px 0;
  text-decoration: none;
  position: absolute;
  top: -24px;
  left: 0;
  z-index: 10;
}

#whatIsThis li ul li a.close {
  background: white url("../images/WhatIsThis_Close.png") no-repeat 5px 6px;
  color: #666 !important;
  float: right;
  font-size: 12px !important;
  font-weight: bold;
  padding: 5px 0 0 18px;
  text-decoration: none;
  cursor: pointer;
}

#whatIsThis li ul li {
  display: block;
  color: #444;
  height: auto;
  text-decoration: none;
  width: 440px;
  margin: 0 2px 9px 0;
  padding: 5px 20px 20px;
}
#whatIsThis li ul li h4 {
  font-size: 16px;
}
#whatIsThis li ul li p {
  font-size: 12px;
  line-height: 1.5em;
}

#whatIsThis li ul h4 {
  color: #444;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px;
}

#whatIsThis li ul p {
  color: #444;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5em !important;
}

#whatIsThis li ul a {
  background: #0e68c8;
  border-radius: 3px;
  border: 0 !important;
  color: #fff !important;
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  color: #20204e;
  padding: 8px 15px;
  text-decoration: none;
}

#whatIsThis li ul a:hover {
  background: #0b4f98;
  border-radius: 3px;
  border: 0 !important;
  color: #fff !important;
  display: block;
  font-size: 12px;
  height: 12px;
  line-height: 1;
  color: #20204e;
  padding: 8px 15px;
  text-decoration: none;
}

#whatIsThis li ul a.privacy {
  background: none !important;
  color: #0e68c8 !important;
  float: none;
  margin: 10px 0;
  padding: 0;
  text-decoration: underline;
}
#whatIsThis li ul a.privacy:hover, #whatIsThis li ul a.privacy:visited {
  color: #0b4f98 !important;
}
