/* 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;
}

[hidden] {
  display: none;
}

/* 'namespace' as much of normalize as possible due to embedded microsites */
#micrositeContainer {
  background-color: #fff;
  color: #000;
  font-family: helvetica;
  font-size: 80%;
}
#micrositeContainer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#micrositeContainer h1, #micrositeContainer h2, #micrositeContainer h3, #micrositeContainer h4, #micrositeContainer h5, #micrositeContainer h6 {
  line-height: 1em;
  margin: 0 0 1em;
  padding: 0;
}
#micrositeContainer p {
  margin: 0 0 1em;
}
#micrositeContainer a {
  color: #274b6b;
  text-decoration: none;
}
#micrositeContainer a:visited {
  color: #551a8b;
}
#micrositeContainer a:hover {
  color: #06e;
  text-decoration: underline;
}
#micrositeContainer a:focus {
  background-color: #eee;
  border: none;
}
#micrositeContainer a:hover, #micrositeContainer a:active {
  outline: 0;
}
#micrositeContainer b, #micrositeContainer strong {
  font-weight: bold;
}
#micrositeContainer blockquote {
  margin: 1em 40px;
}
#micrositeContainer 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 {
  _font-family: 'courier new', monospace;
  font-family: monospace, serif;
  font-size: 1em;
}
#micrositeContainer pre {
  white-space: pre-wrap;
  white-space: pre;
  word-wrap: break-word;
}
#micrositeContainer small {
  font-size: 85%;
}
#micrositeContainer sub, #micrositeContainer sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
#micrositeContainer sup {
  top: -0.5em;
}
#micrositeContainer sub {
  bottom: -0.25em;
}
#micrositeContainer ul, #micrositeContainer ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
#micrositeContainer dd {
  margin: 0 0 0 40px;
}
#micrositeContainer nav ul, #micrositeContainer nav ol {
  list-style-image: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#micrositeContainer img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}
#micrositeContainer iframe {
  border: none;
}
#micrositeContainer figure {
  margin: 0;
}
#micrositeContainer table {
  border-collapse: collapse;
  border-spacing: 0;
}
#micrositeContainer th, #micrositeContainer td {
  vertical-align: top;
}

.main-content {
  padding: 0 !important;
  max-width: 980px;
}

#micrositeContainer {
  border-top: none;
  margin: 0 0 20px;
}
#micrositeContainer #micrositeContainerInner {
  margin: 0;
}
#micrositeContainer #micrositeContainerInner #micrositeContainerCompress {
  margin: 0 auto;
  width: 100%;
}

#micrositeContent {
  *zoom: 1;
  margin: 0 20px;
}
#micrositeContent:after {
  content: "";
  display: table;
  clear: both;
}
#micrositeContent #micrositeContentColumnFull {
  margin: 0;
}
#micrositeContent #micrositeContentColumnLeft {
  float: left;
  width: 620px;
}
#micrositeContent #micrositeContentColumnRight {
  float: right;
  width: 300px;
}
#micrositeContent .micrositeContentColumnSpan {
  clear: both;
}

/* Site Header */
.header-logo {
  bottom: 0;
}

.header-search, .nav-list-item {
  top: 0;
}

.nav {
  border-bottom: 1px solid #e3e3e3;
  padding-top: 0;
}

.nav .nav-social, .nav .nav-user {
  display: none;
}

/* Sponsored Content Header */
.fixedPosition {
  left: 0;
  position: fixed !important;
  top: -1px !important;
}

.relativePosition {
  position: relative !important;
  left: inherit !important;
}

.pushLeft {
  border-left: 1px solid #e3e3e3 !important;
  left: inherit !important;
}

.micrositeSponsoredContentHeader {
  display: block;
  height: 62px;
  padding: 0 15px 10px;
  margin-top: 61px;
  background: white url(../images/border_diagonal.png) repeat-x 0 bottom;
  position: relative;
}

.micrositeSponsoredContentHeader ul {
  list-style: none;
}

.micrositeSponsoredContentHeader ul li {
  height: auto;
}

.micrositeSponsoredType {
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -.02em;
  line-height: 38px;
  color: #00b3ab;
  text-align: left;
  margin: 0;
}

.micrositeSponsoredType:before {
  content: "Sponsored Content";
}

.micrositeWhatIsThis {
  display: inline-block;
}

.micrositeWhatIsThis:hover {
  cursor: pointer;
}

.micrositeWhatIsThis a {
  color: #676767;
  display: inline-block;
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  top: -8px;
}

.micrositeWhatIsThis .icon-arrow-down {
  display: inline-block;
  font-size: 20px;
  top: -5px;
}

.micrositeSponsorLogo {
  float: right;
  margin-top: -20px;
}

.micrositeSponsorLogo p {
  display: none;
}

.micrositeWhatIsThis-dropDownPanel {
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: border-box;
  display: none;
  left: 0px;
  padding: 15px 10px 15px 15px;
  position: absolute;
  top: 62px;
  width: 100%;
  z-index: 3;
}

.micrositeWhatIsThis-dropDownPanel p {
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* Fixed Position Sponsored Content Header */
.header-mobile-fixed .micrositeSponsoredContentHeader {
  position: relative;
  z-index: 3;
  width: 100%;
  box-sizing: border-box;
  height: 52px;
}

.header-desktop-fixed .micrositeSponsoredContentHeader {
  position: fixed;
  z-index: 999;
  width: 100%;
  box-sizing: border-box;
  height: 52px;
  top: 58px;
}

.header-desktop-fixed .micrositeSponsoredType, .header-mobile-fixed .micrositeSponsoredType {
  line-height: 27px;
}

.header-desktop-fixed .micrositeWhatIsThis a, .header-desktop-fixed .micrositeWhatIsThis i, .header-desktop-fixed .micrositeSponsorLogo p, .header-mobile-fixed .micrositeWhatIsThis a, .header-mobile-fixed .micrositeWhatIsThis i, .header-mobile-fixed .micrositeSponsorLogo p {
  line-height: 18px !important;
}

.header-desktop-fixed .micrositeSponsorLogo img, .header-mobile-fixed .micrositeSponsorLogo img {
  margin-top: 0;
}

.header-desktop-fixed .locking-left-bar, .header-mobile-fixed .locking-left-bar {
  top: 125px !important;
}

.header-desktop-fixed .micrositeWhatIsThis-dropDownPanel, .header-mobile-fixed .micrositeWhatIsThis-dropDownPanel {
  top: 42px;
}

.header-searchsite-display {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  line-height: 55px;
}

/*.header-mobile-fixed .micrositeSponsoredContentHeader{
  top: -1px;
  position: fixed;
}*/
.header-mobile-fixed .main-content {
  margin-top: 140px;
}

#micrositeHeader {
  background-color: #215075;
  color: white;
  position: relative;
  margin: 0 0 20px;
  padding: 40px 20px;
}
#micrositeHeader #micrositeHeaderBanner p {
  margin: 0 !important;
}
#micrositeHeader #micrositeHeaderBanner h1 {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAoCAYAAACIC2hQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA7dpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NTJDOTA0RUMyQjIwNjgxMTgwODNENjQ3Nzg2MzMyMUQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzQwOUM3NzZCNUU4MTFFMjgxRTRDQjc0ODcwOEI2RDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzQwOUM3NzVCNUU4MTFFMjgxRTRDQjc0ODcwOEI2RDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkYyRTAzRTVENEMyMDY4MTE4MjJBRTM1NTQ1ODg1NkM2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUyQzkwNEVDMkIyMDY4MTE4MDgzRDY0Nzc4NjMzMjFEIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+0PcPIAAABQVJREFUeNqsWWtsVEUUnrm7WwpSMbamJoKYCFWQqjEKCSY+/1iDUq1VtKgRURMTjDGIggiotT+qiBIfiGKNFi1hEZv9g8+EP4qJmiCpgqExiJqmxdoS2bLd7o7f7H4r1+u9s/exJ/nS3ntnznxz5pwzZ2alelj4lZXAOLDZs4UCJHARkOCztzQD1wKPU69R4j5JPgq8AEwAeeBVEU1uBN4C6oBJ1H/S1MHyoXQ18JJtYq8Aj0QguQjoIUktDwGvcQ1CEZUk2cH/7X02ccmCyi3AB0CN4/0yYBswNQzRp4DnDf06ApK9FehyIVmSu2nZyX6JShJ8zmFJN//upNXLyR205LQy7e4B3nWzrOVCcgOwJoCl2tnHS9oYOJN86rud7U83RX0n01AQ0ZNdz2T0jOPbvRw0EVDnEqCK/f+2WzTGAFkZIZo3FPxW/qvzfmBrCJJ2n+4GzixZ9DTgWeayqLIaNMdB9jcGRlVEfYsZgA9qouuAx0QlRBXCYH1hfZSolNxcWvrPgCMVUzsu+kByrzFfBJPjwMea6OfAbcCvkVVKcVBkRCs22WbqrQTJ+/Tylxz/W+4av0RQ+mNhwlL8hL8jwF3ApxH0jTCvfuTMo9+T7MEQSvsYpX22d0NMM5+E0DdEkr1eCX8/E+7hAEq/A1qAQy7f/qJlewPo032WAqlyW+gBpoUDPpTu5/Z4yNBmmH6W8qFvALjTzWUso7/Zyar/pZxvOKF+n1bSlk2WIdnm5Sqm6unngs8q8YMulQfi9WIwXlcsm5XYx4GDpDW9FS4HdgpWyYOnvv0BtAJfelZAGWncPPqzMrHoSGJ6cm39mvkJNSE6Btq/mpH9fTGi+5hXFWuJLP64ZvxRXc7BF8b2IFj6ixFzdCbcB62/NpZqV5+XKrPZSCsnLeuEnCKUlGLpjC0x/SyVJpR3tI2LKvmnuNJ6QCTUqOfmhF5Whp6EatmyirWG+cx0UhqrrwYQhV+pxmqVKWhOW9UL8C5lCdUGqx12Es1D3zi3JReiZwBv431LqVLJCXEODmI7ZTGV7fUs0fQSeWAegK0r32jZhoypvIir3Hy834Hvs937CjdMA7qAFstRAOP5bFkk2+TR1zOY5tHp5xisfZneg4FZPgKplge6ZkObs4D3eEL1FfUXk8CFPgjM5YTmGtrUsVS7wYc+3XY70FSO6BXALuD8AGnnUu7HjR4Da0veFECf9uP3ma5ciV7OhDxLBJcLOEE72XpgB3B9CH3aVd5h/fAfogtolXMjVDuz9UR1EMZEppanzusi6JvKE2lr6SiinfdNYHr08jHfkBU1u4Zzlxyrj+9bmIuusIaWrdUWvaoyJEUhNU2oKQ2j+TkLK1jha8s2WTzidlbmyBQTk+Xg0zMTyWVKibEKEdUuuVwv/RhvOyYCXjy4iT7ft0tskqpYd+hlq46gL8lCZjR+avst3DXp51Uhla7jNVBJPuR9wbaQx+YkLyDSbnn0SQ4YRPRKrHWQLEk3BxsJqLObN3xprysdxQGVx8Buoie30fC9h+7V49MNtvPONO2ncG6nK+QNCrO8AtroY/BeFtrlLNvFq6B0kApf338+YVjuVT5JlmQ3T5bDHt+1L68AMkGPIlpe5HWPvbTMUeHLIQIkxVPuccf7rVzuE6Yrw3KyyXaBliXJLRFSzhc8uQ7x+XVR/E3AuJH5/VVks23J36hAEt/DI/Q1jIWyP9/8I8AAItBJTr9sfKsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  line-height: 40px;
  padding: 0 0 0 60px;
  margin: 0;
}
#micrositeHeader #micrositeHeaderNavigation {
  display: none;
}
#micrositeHeader #micrositeSocialMediaNav {
  display: none;
}

/* footer */
#micrositeFooter {
  clear: both;
  background-color: #215075;
  color: white;
}
#micrositeFooter h3 {
  font-size: 30px;
  line-height: 40px;
  padding: 40px;
  margin: 0;
}

#micrositeContainer {
  border: 1px solid #c8c8c8;
}

.componentHeader {
  color: #215075;
  margin: 0 0 8px !important;
}

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

/* copy these along with content tabs since they're used in the panel views */
.mediaBlock, .mediaBlockContent {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}

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

.oneColList {
  clear: both;
}
.oneColList > ul {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
}
.oneColList > ul li {
  border-top: 1px solid #ddd;
  margin: 15px 5px 5px;
  padding: 15px 15px 0;
}
.oneColList > ul > li:first-child {
  border: none;
  margin-top: 0;
}
.oneColList > ul h4 {
  font-size: 14px !important;
  margin: 0 0 10px !important;
}
.oneColList > ul p {
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 5px !important;
}
.oneColList > ul p a:before {
  content: "> ";
}

.twoColGrid {
  clear: both;
}
.twoColGrid > ul {
  clear: both;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  overflow: hidden;
}
.twoColGrid > ul > li {
  clear: left;
  border-top: 1px solid #ddd;
  overflow: hidden;
}
.twoColGrid > ul > li:first-child {
  border: none;
  margin-top: 0;
}
.twoColGrid .gridItem {
  width: 46%;
  float: left;
  margin: 15px 10px;
}
.twoColGrid .gridItem:first-child {
  border-right: 1px solid #ddd;
  padding-right: 10px;
}
.twoColGrid .gridItem p {
  margin: 10px 0 0 !important;
  line-height: 1.1 !important;
}
.twoColGrid .gridItem .mediaBlockImage {
  width: 80px;
  height: 100px;
}

/* 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;
}

#whatIsThis {
  margin-left: 245px;
  *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;
  margin: 25px 0 0 !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;
}

/* 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: 5px 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;
}

.wayfinder {
  margin: 0 0 15px;
  overflow: auto;
}
.wayfinder .wayfinderContent {
  width: 600px;
  font-size: 14px;
  line-height: 2.4 !important;
}
.wayfinder h2 {
  color: #215075;
  margin: 0 0 8px !important;
}
.wayfinder.wayfinderImage, .wayfinder.wayfinderVideo {
  border: 1px solid #ccc;
  height: auto;
  position: relative;
}
.wayfinder.wayfinderImage .wayfinderCornerstoneVideo, .wayfinder.wayfinderVideo .wayfinderCornerstoneVideo {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 10px 10px 20px;
  float: right;
}
.wayfinder.wayfinderImage .wayfinderCornerstoneVideo .outer-container, .wayfinder.wayfinderVideo .wayfinderCornerstoneVideo .outer-container {
  height: 260px;
  width: 456px;
}
.wayfinder.wayfinderImage .wayfinderCornerstoneImage, .wayfinder.wayfinderVideo .wayfinderCornerstoneImage {
  position: absolute;
  z-index: 0;
  right: 0;
}
.wayfinder.wayfinderImage .wayfinderContent, .wayfinder.wayfinderVideo .wayfinderContent {
  width: 428px;
  margin: 10px 0 0 10px;
  position: relative;
  z-index: 1;
}
.wayfinder.wayfinderImage .wayfinderContent p, .wayfinder.wayfinderVideo .wayfinderContent p {
  line-height: 1.5;
  font-size: 14px;
}
.wayfinder.wayfinderImage h2, .wayfinder.wayfinderVideo h2 {
  width: 400px;
  line-height: 1.25 !important;
}
.wayfinder.wayfinderImage {
  height: 260px;
}
.wayfinder.wayfinderVideo {
  height: auto;
}

.featuredVideoSplash {
  border: 1px solid #ddd;
  color: #333;
  padding: 8px;
  margin: 0 0 20px;
  height: 266px;
}
.featuredVideoSplash .featuredVideoSplashTitle {
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 5px;
}
.featuredVideoSplash .featuredVideoSplashDescription {
  margin: 10px 0 0;
  font-size: 12px;
}

#adunit {
  float: right;
  height: 250px;
  margin: 0 0 20px;
  width: 300px;
}

#fliteunit {
  float: right;
  height: 250px;
  margin-bottom: 20px;
  width: 300px;
}

#micrositePromoVendor {
  height: 250px;
  margin: 0 0 20px;
  width: 300px;
}

#mobileSocialContainer {
  background: #ccc;
  box-sizing: border-box;
  bottom: 0;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  padding: 10px 0 0;
  position: fixed;
  text-align: center;
  transition: height .5s;
  width: 100%;
  z-index: 99;
}
#mobileSocialContainer > a:after {
  content: "\25B2";
}
#mobileSocialContainer.expanded {
  height: 300px;
}
#mobileSocialContainer.expanded > a:after {
  content: "\25BC";
}
#mobileSocialContainer:hover {
  cursor: pointer;
}
#mobileSocialContainer .socialShare-addThis {
  background-image: none !important;
  box-shadow: inset 0 0 10px #000000 !important;
  display: block !important;
  left: 0 !important;
  margin: 15px 0 0 !important;
  position: relative !important;
  width: 100% !important;
  top: 0 !important;
}
#mobileSocialContainer .socialShare-addThis a {
  border-top: 1px solid #ccc;
  margin: 0 !important;
  padding: 15px 30px !important;
}
#mobileSocialContainer .socialShare-addThis .at300bs {
  text-align: left !important;
  width: 100% !important;
}
#mobileSocialContainer .socialShare-addThis .at300bs .at_a11y {
  margin-left: 45px !important;
  position: relative !important;
}

.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-addThis.addThisVertical {
  position: absolute;
  top: 0;
  background: #fff;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(85%, #ffffff), color-stop(100%, #dddddd));
  background-image: -webkit-linear-gradient(left, #ffffff 85%, #dddddd 100%);
  background-image: -moz-linear-gradient(left, #ffffff 85%, #dddddd 100%);
  background-image: -o-linear-gradient(left, #ffffff 85%, #dddddd 100%);
  background-image: linear-gradient(left, #ffffff 85%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd',GradientType=1 );
}
.socialShare-addThis.addThisVertical a {
  display: block;
  margin: 5px;
}
.socialShare-addThis.addThisVertical.addthis_default_style {
  width: 26px;
  left: -26px;
  margin: 0 10px;
}
.socialShare-addThis.addThisVertical.addthis_default_style a {
  margin: 5px;
}
.socialShare-addThis.addThisVertical.addthis_20x20_style {
  width: 35px;
  left: -37px;
}
.socialShare-addThis.addThisVertical.addthis_20x20_style a {
  margin: 10px;
}
.socialShare-addThis.addThisVertical.addthis_32x32_style {
  width: 52px;
  left: -63px;
  margin: 10px;
}
.socialShare-addThis.addThisVertical.addthis_32x32_style a {
  margin: 12px;
}

.socialWrapper {
  position: relative;
}

.socialShare-outer {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.socialShare-outer .socialShare-inner {
  margin: 0 auto;
  position: relative;
}

.contentTabs {
  border: 1px solid #d4d4d4;
  float: left;
  overflow: hidden;
  position: relative;
  width: 620px;
  /*.arrow {
    content: '';
    position: absolute;
    display: block;
    height: 0;
    width: 0;
  }

  .verticalNavigationArrow {
    @extend .arrow;
    top: 0;
    border-top: $ct-navigation-vertical-arrow-width-y solid transparent;
    border-bottom: $ct-navigation-vertical-arrow-width-y solid transparent;
  }

  .horizontalNavigationArrow {
    @extend .arrow;
    left: $ct-navigation-horizontal-arrow-align;
    border-left: $ct-navigation-horizontal-arrow-width-x solid transparent;
    border-right: $ct-navigation-horizontal-arrow-width-x solid transparent;
  }*/
}
.contentTabs .contentTabsNav {
  background-color: #fafafa;
  position: relative;
}
.contentTabs .contentTabsNav ul {
  background-color: white;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.contentTabs .contentTabsNav li a {
  color: #747474 !important;
  background-color: white !important;
  display: block;
  font-size: 10px;
  height: 35px;
  line-height: 35px;
  text-transform: uppercase;
}
.contentTabs .contentTabsNav li a:hover {
  color: white !important;
  background-color: #8cb1d2 !important;
  text-decoration: none !important;
}
.contentTabs .contentTabsNav li.active a {
  color: white !important;
  background-color: #274b6b !important;
  border-bottom: none;
  position: relative;
}
.contentTabs .verticalNavigation, .contentTabs.tabsVerticalLeft .contentTabsNav, .contentTabs.tabsVerticalRight .contentTabsNav {
  width: 180px;
  height: 518px;
}
.contentTabs .verticalNavigation li, .contentTabs.tabsVerticalLeft .contentTabsNav li, .contentTabs.tabsVerticalRight .contentTabsNav li {
  border-bottom: 1px solid #d4d4d4;
}
.contentTabs.tabsVerticalLeft .contentTabsNav {
  float: left;
  border-right: 1px solid #d4d4d4;
  /*li.active a:after {
    @extend .verticalNavigationArrow;
    right: -$ct-navigation-vertical-arrow-width-x;
    border-left: $ct-navigation-vertical-arrow-width-x solid $ct-navigation-vertical-arrow-color;
  }*/
}
.contentTabs.tabsVerticalLeft .contentTabsNav a {
  padding-left: 10px;
}
.contentTabs.tabsVerticalLeft .contentTabsPanelCollection {
  float: right;
  width: 438px;
}
.contentTabs.tabsVerticalRight .contentTabsNav {
  float: right;
  border-left: 1px solid #d4d4d4;
  /*li.active a:before {
    @extend .verticalNavigationArrow;
    left: -$ct-navigation-vertical-arrow-width-x;
    border-right: $ct-navigation-vertical-arrow-width-x solid $ct-navigation-vertical-arrow-color;
  }*/
}
.contentTabs.tabsVerticalRight .contentTabsNav a {
  padding-right: 10px;
}
.contentTabs.tabsVerticalRight .contentTabsPanelCollection {
  float: left;
  width: 438px;
}
.contentTabs .horizontalNavigation ul, .contentTabs.tabsHorizontalTop .contentTabsNav ul, .contentTabs.tabsHorizontalBottom .contentTabsNav ul {
  text-align: center;
}
.contentTabs .horizontalNavigation li, .contentTabs.tabsHorizontalTop .contentTabsNav li, .contentTabs.tabsHorizontalBottom .contentTabsNav li {
  display: inline-block;
  border-left: 1px solid white;
  border-bottom: none;
  width: 25%;
}
.contentTabs .horizontalNavigation li:first-child, .contentTabs.tabsHorizontalTop .contentTabsNav li:first-child, .contentTabs.tabsHorizontalBottom .contentTabsNav li:first-child {
  border-left: none;
}
.contentTabs.tabsHorizontalTop .contentTabsNav {
      /*li.active a:after {
        @extend .horizontalNavigationArrow;
        @if $ct-navigation-horizontal-arrow-type == "outie" {
          border-top: $ct-navigation-horizontal-arrow-width-y solid $ct-navigation-horizontal-arrow-color;
          top: $ct-tab-height;
        } @else if $ct-navigation-horizontal-arrow-type == "innie" {
          border-bottom: $ct-navigation-horizontal-arrow-width-y solid $ct-navigation-horizontal-arrow-color;
          bottom: 0;
        }

      }*/
}
.contentTabs.tabsHorizontalBottom .contentTabsNav {
  position: relative;
  top: 538px;
      /*li.active a:before {
        @extend .horizontalNavigationArrow;
        @if $ct-navigation-horizontal-arrow-type == "outie" {
          border-bottom: $ct-navigation-horizontal-arrow-width-y solid $ct-navigation-horizontal-arrow-color;
          top: -10px;
        } @else if $ct-navigation-horizontal-arrow-type == "innie" {
          border-top: $ct-navigation-horizontal-arrow-width-y solid $ct-navigation-horizontal-arrow-color;
          top: 0;
        }

      }*/
}
.contentTabs.tabsHorizontalBottom .contentTabsNav ul {
  border-top: 1px solid #d4d4d4;
}
.contentTabs.tabsHorizontalBottom .contentTabsPanelCollection {
  margin-top: -35px;
  margin-bottom: 35px;
}
.contentTabs.tabsNone .contentTabsNav {
  display: none;
}
.contentTabs .contentTabsPanel {
  display: none;
  padding: 10px;
  color: #4c4d4f;
  height: 498px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentTabs .contentTabsPanel:first-child {
  display: block;
}
.contentTabs .contentTabsPanel p {
  font-size: 13px !important;
  line-height: 1.2;
  margin: 0 0 10px !important;
}
.contentTabs .contentTabsPanel h3 {
  font-size: 16px !important;
  margin: 0 0 5px !important;
}
.contentTabs .contentTabsPanel .contentTabsPanelIntroGraphic {
  border: 1px solid #ccc !important;
  float: right;
  margin: 0 0 10px 10px;
}
.contentTabs.pinnedPanelTop .contentTabsPanel {
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 518px;
}
.contentTabs.pinnedPanelTop .contentTabsPanelContent {
  height: 391px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentTabs.pinnedPanelTop .contentTabsPanelIntro {
  background-color: #ececec;
  padding: 15px 20px;
  margin: 0;
  border-bottom: 1px solid #274b6b;
  overflow: hidden;
}
.contentTabs.pinnedPanelTop .contentTabsPanelIntro .contentTabsFeaturedContent .contentTabsPanelBanner {
  display: none;
}
.contentTabs.pinnedPanelLeft .contentTabsPanel {
  padding: 0;
  overflow-y: hidden;
  overflow-x: hidden;
}
.contentTabs.pinnedPanelLeft .contentTabsPanelContent {
  float: right;
  width: 690px;
  height: 498px;
  padding: 0 10px 0;
  overflow-y: scroll;
  overflow-x: hidden;
}
.contentTabs.pinnedPanelLeft .contentTabsPanelIntro {
  float: left;
  width: 245px;
  padding: 10px;
  background-color: white;
  border-right: 1px solid transparent;
  height: 498px;
  overflow: hidden;
}
.contentTabs.pinnedPanelLeft .oneColList, .contentTabs.pinnedPanelLeft .twoColGrid {
  clear: none;
}
.contentTabs.pinnedPanelLeft .contentTabsPanelIntroGraphic {
  float: none;
  margin: 0 0 10px;
}

/* may or may not be used */
.contentTabsCaption {
  clear: both;
  color: #215075;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px !important;
}

/* Add class .group to parent container. IE8+. */
.group:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.at4m-menu {
  top: 112px !important;
}

#at4-share {
  display: none !important;
}

.socialShare-addThis {
  display: none !important;
}

.at4-hide {
  display: block !important;
  position: relative;
  z-index: 2;
}

#at4m-mobile-container {
  position: relative !important;
  z-index: 2 !important;
}

@media (min-width: 640px) {
  body:after {
    content: "640";
    display: none;
  }

  /* Sponsored Content Header */
  .micrositeSponsoredType {
    float: left;
  }

  .micrositeSponsoredType {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 62px;
    letter-spacing: -.02em;
    color: #00b3ab;
    text-align: left;
    margin: 0 20px 0 0;
  }

  .micrositeWhatIsThis {
    float: left;
  }

  .micrositeWhatIsThis a {
    float: left;
    line-height: 65px;
    margin-top: 0;
    top: 0;
  }

  .micrositeWhatIsThis i {
    float: left;
    line-height: 65px;
    margin-top: 0;
    top: 0 !important;
  }

  .micrositeSponsorLogo {
    margin: 0;
  }

  .micrositeSponsorLogo p {
    color: #333;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 65px;
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 0;
  }

  .micrositeSponsorLogo img {
    margin-top: 16px;
  }

  .micrositeWhatIsThis-dropDownPanel {
    width: 375px !important;
  }

  /* Fixed Sponsored Content Header */
  .header-mobile-fixed .micrositeSponsoredType {
    line-height: 42px;
  }

  .header-mobile-fixed .micrositeWhatIsThis a, .header-mobile-fixed .micrositeWhatIsThis i, .header-mobile-fixed .micrositeSponsorLogo p {
    line-height: 44px !important;
  }

  .header-mobile-fixed .micrositeSponsorLogo img {
    margin-top: 5px;
  }

  footer {
    margin: 30px 0 !important;
  }
}
@media (min-width: 960px) {
  body:after {
    content: "960";
    display: none;
  }

  /* Site Header */
  .header {
    background: #fff;
    height: 90px;
  }

  .header-logo {
    bottom: 10px;
  }

  /* Sponsored Content Header */
  .micrositeSponsoredContentHeader {
    margin-top: 0 !important;
  }

  .micrositeWhatIsThis a {
    float: left;
    line-height: 65px !important;
    margin-top: 0 !important;
    top: 0 !important;
  }

  .micrositeWhatIsThis i {
    float: left;
  }

  /* Fixed Sponsored Content Header */
  .header-desktop-fixed .locking-full-bar {
    top: 0 !important;
  }

  .header-desktop-fixed .micrositeSponsoredType {
    line-height: 42px;
  }

  .header-desktop-fixed .micrositeWhatIsThis a, .header-desktop-fixed .micrositeWhatIsThis i, .header-desktop-fixed .micrositeSponsorLogo p {
    line-height: 44px !important;
  }

  .header-desktop-fixed .micrositeSponsorLogo img {
    margin-top: 5px;
  }

  .section {
    width: 96%;
  }

  footer {
    margin: 40px auto !important;
  }
}
@media (min-width: 1280px) {
  body:after {
    content: "1280";
    display: none;
  }

  .micrositeSponsoredContentHeader {
    margin-top: 0px !important;
  }

  .section {
    width: 940px;
  }

  .socialShare-addThis {
    display: block !important;
  }

  .at4-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 1280px) {
  #contentCompress {
    max-width: 960px;
    width: 100%;
  }

  #micrositeContent {
    margin: 0;
  }

  .wayfinder.wayfinderVideo {
    border: 0;
    margin: 0 auto;
    width: 96%;
  }
  .wayfinder .wayfinderCornerstoneVideo {
    border: 0 !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .wayfinder .wayfinderCornerstoneVideo .outer-container {
    float: none;
    padding-bottom: 56.25%;
    position: relative;
    height: 100% !important;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    width: 100% !important;
  }
  .wayfinder .wayfinderCornerstoneVideo .outer-container .BrightcoveExperience {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .wayfinder .wayfinderCornerstoneVideo .outer-container object, .wayfinder .wayfinderCornerstoneVideo .outer-container embed {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
  }
  .wayfinder #micrositeIntroText p {
    margin: 0 !important;
  }

  .wayfinderContent {
    margin: 20px auto 0 !important;
    width: 98% !important;
  }
  .wayfinderContent h2 {
    color: #215075;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.25 !important;
    margin: 0 0 8px !important;
    width: 100% !important;
  }
  .wayfinderContent p {
    font-size: 14px;
    line-height: 1.5;
  }

  #adunit {
    float: left;
    margin: 0 4% !important;
  }

  #fliteunit {
    float: right;
    margin: 0 4% 20px !important;
  }

  .contentTabsCaption {
    margin: 0 !important;
    padding: 10px 20px;
  }

  .contentTabs {
    border: 1px solid #d1d1d1;
    float: none;
    margin: 0 auto 20px;
    width: 96% !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav {
    border: 0;
    float: none;
    height: auto;
    width: 100%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav ul {
    height: auto;
    overflow: hidden;
    width: 100%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li {
    border: 0 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li a {
    text-transform: none !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .topic {
    display: inline;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .topic a {
    background-color: #274b6b;
    border: none;
    border-right: 1px solid #fff !important;
    color: #8aa3b8 !important;
    float: left;
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    margin-right: 10px;
    min-width: 75px;
    position: relative;
    width: 17%;
    z-index: 1;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .topic a:hover {
    background-color: #274b6b !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .topic a img {
    float: left;
    margin: 13px 12px 0 0;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .topic a p {
    display: inline;
    float: left;
    margin: 10px 0 0 !important;
    padding: 0;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active {
    background-color: #274b6b !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding-left: 20px;
    text-align: left;
    text-transform: uppercase;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active img {
    margin: 0 10px 0 0;
    vertical-align: middle;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active:hover {
    cursor: pointer;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active .vertCenter {
    margin: 0 !important;
    line-height: 1 !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: 90%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav li.dropDownButton.active p {
    color: #fff;
    font-size: 14px;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu {
    background-color: #fff;
    border: 2px solid #b5b5b5;
    border-top: 0;
    position: absolute;
    top: 45px;
    width: 100%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li {
    height: 45px !important;
    border-bottom: 1px solid #dedede !important;
    width: 100% !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li:last-child {
    border-bottom: 0 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li a {
    background-color: #fff !important;
    color: #274b6b !important;
    display: inline-block !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: auto;
    margin: 0 !important;
    padding: 0 0 0 20px;
    text-align: left;
    text-transform: uppercase !important;
    vertical-align: middle !important;
    width: 100%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li:hover {
    background-color: #8cb1d2 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsNav .subMenu li:hover a {
    background-color: #8cb1d2 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection {
    clear: right;
    float: none;
    margin: 0 auto;
    width: 100%;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanel {
    height: auto;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelIntro {
    background-color: #ececec;
    border-bottom: 1px solid #19527f;
    height: auto;
    margin: 0;
    padding: 20px 10px;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelIntro h3, .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelIntro h4 {
    color: #274b6b;
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelIntro p {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent {
    height: 100% !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li {
    margin: 0 10px;
    padding: 20px 0 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li h3, .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li h4 {
    color: #274b6b;
    font-size: 18px !important;
    line-height: 1.2em !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p {
    color: #444;
    font-size: 14px;
    line-height: 18px;
    margin: 0 !important;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p a {
    background-color: #274b6b;
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    margin: 20px 0 0 !important;
    min-height: 45px;
    padding: 0 10px;
  }
  .contentTabs.tabsVerticalLeft .contentTabsPanelCollection .contentTabsPanelContent.oneColList > ul li p a:hover {
    background-color: #427fb6;
    text-decoration: none !important;
  }

  #at4m-mobile {
    position: relative;
    z-index: 999999;
  }
}
@media only screen and (max-width: 960px) {
  .main-content {
    margin: 0 auto;
    width: 640px;
  }

  #adunit {
    float: none;
    margin: 0 auto 20px !important;
  }

  #fliteunit {
    float: none;
    margin: 0 auto !important;
  }
}
@media only screen and (max-width: 600px) {
  .mediaBlockContent {
    display: inline-block;
    vertical-align: middle;
    max-width: 54% !important;
  }
}
@media only screen and (max-width: 639px) {
  .main-content {
    max-width: 280px;
  }

  #micrositeContainer {
    border: 0;
  }

  #micrositeContainer #micrositeContent {
    margin: 0;
  }

  #micrositeContainer #micrositeHeader {
    background-color: #274b6b;
    color: white;
    position: relative;
    margin: 0 0 20px;
    padding: 27px 20px;
  }

  #micrositeContainer .componentHeader {
    margin: 30px 10px 10px !important;
  }

  #micrositeContainer .featuredVideoPlaylistTooltip, #micrositeContainer .socialShare-outer {
    display: none;
  }

  #adunit {
    float: none !important;
    margin: 0 auto 20px !important;
  }

  #fliteunit {
    float: none !important;
    margin: 0 auto 20px !important;
    width: 300px;
  }
  #fliteunit iframe {
    height: 250px;
    width: 300px;
  }

  footer {
    margin: 20px 20px 30px !important;
  }
}
@media only screen and (max-width: 320px) {
  .main-content {
    margin: 0 auto;
    max-width: 280px;
  }

  #micrositeContentColumnFull {
    padding: 0 5px;
  }

  .contentTabs.tabsHorizontalTop .contentTabsNav li.dropDownButton.active p {
    font-size: 12px;
  }

  #fliteunit {
    background: #fff;
    float: none !important;
    margin: 0 0 20px -15px !important;
  }

  #adunit {
    float: none !important;
    margin: 0 0 20px -15px !important;
    width: 300px;
  }
}
