<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bannerFrame {
  width: 968px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #919191;
}
.contentFrame {
  width: 928px;
  padding: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #919191;
}
.left {
  float: left;
}
.right {
  float: right;
}
/*
	GENERAL &amp; MISC PAGE DEFINITIONS
*/
body {
  background: #c3c3c3;
  font-size: 75%;
  text-align: center;
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 970px;
}
#pencil {
  display: none;
}
/*
	BANNER ROTATOR DEFINITIONS
*/
#content {
  width: 968px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #919191;
  margin-bottom: 5px;
}
#content #businessRotator {
  height: 358px;
  background: transparent;
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #919191;
}
#content #businessRotator li {
  position: absolute;
  float: left;
  list-style-type: none;
  display: none;
  font-family: 'ProximaNovaRegular', sans-serif;
}
#content #businessRotator li .heading {
  display:block;  
  font-size: 34px;
  font-weight:bold;  
  margin:0 0 18px 0;
  color:#fff;
  line-height:36px;
  font-family: 'ProximaNovaBold', sans-serif;
}
#content #businessRotator li .sub-head {
  display:block;
  font-size:22px;
  color:#fff;
  line-height:28px;
  font-family: 'ProximaNovaRegular', sans-serif;
}
#content #businessRotator li img {
  top: 0;
  left: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#content #businessRotator li:hover {
  cursor: pointer;
}
#content #businessRotator li a {
  color: #fff;
  text-decoration: none;
}
#content #businessRotator li .button {
  position: absolute;
  top: 270px;
  left: 30px;
  height: 22px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  line-height: 30px;
  padding: 7px 10px 0;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
  background: #23499e url('/en_US/images/business-index/cta-bg.png') 0 0 repeat-x;
  border: 1px solid #23499e;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  letter-spacing: 1px;  
}
#content #businessRotator li .btn {
  position: absolute;
  top: 300px;
  left: 30px;
  opacity: 0;
  z-index:5;
}
#content #businessRotator li .right {
	left:auto;
  right:30px;
}
#content #businessRotator li .button .buttonArrow {
  float: right;
  width: 19px;
  height: 18px;
  margin: -1px 0 0 10px;
  background: transparent url('/en_US/images/business-index/button-arrow.png') 0 0 no-repeat;
}
#content #businessRotator li .button:hover {
  background: #5b77b6 url('/en_US/images/business-index/cta-bg.png') 0 -29px repeat-x;
  border: 1px solid #5b77b6;
  cursor: pointer;
}
#content #businessRotator .bannerText {
  position: absolute;
  top: 30px;
  left: -430px;
  max-width:450px;
  min-width:300px;
  height: 240px;
  background-color: transparent;
  z-index: 2;
}
#content #businessRotator .rightAlign {
  left:auto;
  right:-430px;
}
#content #rotatorHeadlines {
  height: 49px;
  margin: -55px auto 6px;
}
#content #rotatorHeadlines li {
  float: left;
  list-style-type: none;
  position: relative;
  margin-right: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  opacity: 0.55;
  filter: 0.55;
  z-index:5;
}
#content #rotatorHeadlines li.first {
  border-radius-top-left: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
}
#content #rotatorHeadlines li.last {
  margin-right: 0;
  border-radius-top-right: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
}
#content #rotatorHeadlines li.selected {
  z-index: 2;
  opacity: 1;
  filter: 1;
}
#content #rotatorHeadlines li.selected img {
  border: 2px solid #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
#content #rotatorHeadlines li:hover {
  cursor: pointer;
  opacity: 1;
  filter: 1;
}
#content #rotatorHeadlines li .thumbnail {
  width: 42px;
  height: 37px;
  float: left;
}
#content #rotatorHeadlines li .thumbnail:hover {
  cursor: pointer;
}
#content #rotatorHeadlines li .thumbnail img {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7);
}
#content #rotatorHeadlines li .description {
  position: relative;
  float: left;
  width: 142px;
  height: 51px;
  margin-top: 7px;
  color: #555;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  text-overflow: ellipsis;
}
#content #rotatorHeadlines li .bubble {
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  color: #333;
  font-size: 16px;
  font-variant: small-caps;
  left: 0;
  letter-spacing: 1px;
  display: none;
  opacity: 0;
  padding: 2px 10px 4px;
  position: absolute;
  top: -30px;
  white-space: nowrap;
  background: #fff;
  background-image: linear-gradient(bottom, #eff1f6 1%, #f6fafc 51%);
  background-image: -o-linear-gradient(bottom, #eff1f6 1%, #f6fafc 51%);
  background-image: -moz-linear-gradient(bottom, #eff1f6 1%, #f6fafc 51%);
  background-image: -webkit-linear-gradient(bottom, #eff1f6 1%, #f6fafc 51%);
  background-image: -ms-linear-gradient(bottom, #eff1f6 1%, #f6fafc 51%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.01, #eff1f6), color-stop(0.51, #f6fafc));
}
#content #rotatorHeadlines li .bubble .bubbleArrow {
  width: 20px;
  height: 10px;
  position: absolute;
  background: url('/en_US/images/business-index//bubbleArrow.png') 0 0 no-repeat;
  top: 22px;
}
#content #highlights {
  overflow: auto;
  background: #fff;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
}
#content #highlights #features li {
  float: left;
  width: 218px;
  height: 174px;
  padding: 12px 0 10px 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border: 1px solid #bcbdc2;
  margin-right: 15px;
  background: #ffffff url('/en_US/images/business-index/feature-bg.png') bottom left repeat-x;
  box-shadow: 0 2px 2px #ccc;
  -webkit-box-shadow: 0 2px 2px #ccc;
  -moz-box-shadow: 0 2px 2px #ccc;
  position:relative;
}
#content #highlights #features li.segments {
  background: #e6e7e9 url('/en_US/images/business-index/segment-bg.png') bottom left repeat-x;
}
#content #highlights #features li.segments a:link,
#content #highlights #features li.segments a:visited,
#content #highlights #features li.segments a:hover,
#content #highlights #features li.segments a:active,
#content #highlights #features li.segments .explore {
  display: block;
  width: 208px;
  border-top: 1px solid white;
  border-bottom: 1px solid #bcbdc2;
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  color: #363636;
  letter-spacing: 1px;
  padding-left: 10px;
  text-decoration: none;
}
#content #highlights #features li.segments a:link.first,
#content #highlights #features li.segments a:visited.first,
#content #highlights #features li.segments a:hover.first,
#content #highlights #features li.segments a:active.first,
#content #highlights #features li.segments .explore.first {
  border-top: 0;
  font-size: 20px;
  line-height: 45px;
  font-weight: 300;
}
#content #highlights #features li.segments a:link.last,
#content #highlights #features li.segments a:visited.last,
#content #highlights #features li.segments a:hover.last,
#content #highlights #features li.segments a:active.last,
#content #highlights #features li.segments .explore.last {
  border-bottom: 0;
}
#content #highlights #features li.segments a:hover {
  background: #eee;
}
#content #highlights #features li.highlight .logo {
  width: 218px;  
  text-align: center;  
}
/* #content #highlights #features li.highlight .logo img {
  box-shadow: 0 2px 2px #444;
  -webkit-box-shadow: 0 2px 2px #444;
  -moz-box-shadow: 0 2px 2px #444;
} */
#content #highlights #features li.highlight .logo img.gartner {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#content #highlights #features li.highlight .description {
  overflow: hidden;
  padding: 0 12px;
  line-height: 1.5;
  position:absolute;
  bottom:7px;
  width:194px;
}
#content #highlights #features li.highlight .description span {
  color:#231f20;
}
#content #highlights #features li.highlight .description a:link,
#content #highlights #features li.highlight .description a:active,
#content #highlights #features li.highlight .description a:visited {
  color: #004A80;
  text-decoration: none;
  font-size: 13px;
}
#content #highlights #features li.highlight .description a:hover {
text-decoration: underline;
cursor: pointer;
}
#content #highlights #features li.highlight .description span {
  font-size: 18px;
  line-height: 1.2;
  margin:0 0 8px 0;
  padding:0;
  display:inline-block;
  
}
#content #highlights #features li.highlight .description span:hover {
text-decoration:underline;
}
#content #highlights #features li.last {
  margin: 0;
}
/*
	LINK SECTION
*/
#links {
  overflow: auto;
  padding: 20px;
  background: #EBEBE4;
  border-top: 1px solid #919191;
  border-left: 1px solid #919191;
  border-right: 1px solid #919191;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
}
#links .column {
  list-style-type: none;
  float: left;
  width: 170px;
  margin-right: 15px;
  font-size: 11px;
  color: #333;
  line-height: 1.5;
}
#links .column .heading {
  font-weight: 700;
  font-size: 14px;
}
#links .column.last {
  margin: 0;
}
#links .column a {
  color: #333;
  text-decoration: none;
}
#links .column a:hover {
  text-decoration: underline;
}
#links .column .copyright {
  color: #555;
}
li.input-width, li.input-widthtop {
  height: 24px;
  width: 137px;
  border-style: hidden;
  border-width: 0;
  color: 1px solid green;
}
li.input-widthtop {
  background: url(/en_US/common/img/headerinputimg.png) top left;
}
.footer-divider {
  width: 2px;
  background: #ff0;
  border: 1px solid black;
}
body &gt; img[width="1"][height="1"] {
  position: absolute;
  left: -50px;
}
</pre></body></html>