/**
 *
 **/

.node-type-homepage.page-panels .region-inner {
  margin: 0 auto;
}
.node-type-homepage .at-panel .region.cloud {
  padding: 0;
}

.home-banner,
.home-solutions,
.home-main,
.home-resources {
  line-height: 1.2;
}
.home-main p,
.home-resources p {
  line-height: 1.4;
}

.home-banner a:link,
.home-banner a:visited,
.home-solutions a:visited {
  text-decoration:underline;
}

.home-banner a:hover,
.home-main a:hover,
.home-resources a:hover {
  color: #48D597;
  text-decoration:underline;
}

.home-banner .pane-inner,
.home-solutions .pane-inner {
  box-shadow: 0 1px 3px #999;
}

.home-banner {
  background: #fff;
}
.home-banner .pane-inner {
  padding: 25px 40px;
  box-shadow: 0px 1px 2px 1px #ddd;
}
.home-headline {
  height: 140px;
  display: none;
}
.home-headline.active {
  display:block;
}

.home-banner h1 {
  max-width: 16em;
  color: #001e60;
  font-size: 2.625em;
  font-weight: normal;
  line-height: 1;
  font-family:"UniversLTW10-67BoldCn";
  margin-bottom: 4px;
}
.home-banner .byline {
  color: #000;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-family: "UniversLTW10-57Condense 726513";
}

.home-banner-features {
  float: left;
}
.home-banner-features .home-banner-features-text {
  font-size: 0.813em;
  font-weight: bold;
  margin-bottom: 8px;
  color:#000;
}
.home-banner-features ul {
  list-style: none;
  margin: 0;
}
.home-banner-features li {
  cursor: pointer;
  display: block;
  float: left;
  position: relative;
  width: 80px;
  height: 30px;
  margin-right: 5px;
  background-image: url('images/home-features-icons.png');
  background-repeat: no-repeat;
  padding: 70px 5px 5px;
  text-align: center;
  text-transform: uppercase;
  font-family:"UniversLTW10-67BoldCn";

}
.home-banner-features li:hover, .home-banner-features li.active {
  background-image: url('images/home-features-icons-active.png');
  z-index: 1;
}
.home-banner-features li.home-feature-icon-box {
  background-position: -5px 0;
}
.home-banner-features li.home-feature-icon-check {
  background-position: -105px 0;
}
.home-banner-features li.home-feature-icon-arrows {
  background-position: -205px 0;
}
.home-banner-features li.home-feature-icon-lock {
  background-position: -305px 0;
}
.home-feature-popover {
  display: none;
  position: absolute;
  top: 130px;
  left: 0px;

  width: 205px;

  background: #fff;
  padding: 15px;
  box-shadow: 0 0 10px #999;

  color: #000;
  font-family: 'Helvetica',sans-serif;
  font-size: 0.813em;
  text-transform: none;
  text-align: left;

}
.home-feature-popover:after{
    content:"";
    position:absolute;
    top: -10px;
    left: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    /* reduce the damage in FF3.0 */
    display:block;
    width: 24px;
    height: 24px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.5);
    z-index:-10;
    display: none\9; /* Hide from IE 7/8 since rotation is not supported */
}
.home-feature-popover:before{
    content:"";
    position:absolute;
    top: -10px;
    left: 30px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform:rotate(45deg);
    /* reduce the damage in FF3.0 */
    display:block;
    width: 24px;
    height: 24px;
    z-index:10;
    display: none\9; /* Hide from IE 7/8 since rotation is not supported */
}
.home-feature-popover-title {
  display: block;
  color: #8dc53e;
  font-size: 1.154em;
  margin-bottom: 0.25em;
}

.active .home-feature-popover {
  display: block;
}

.home-banner .pane-content {
  position: relative;
}

.home-banner-contact {
  float: right;
  width: 240px;
  text-align: center;
  margin-left: 15px;
}
.home-banner-contact .home-banner-contact-callout {
  position: relative;
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #fafafa 50px, #e6e6e6);
  background-image:    -moz-linear-gradient(top, #fafafa 50px, #e6e6e6);
  background-image:         linear-gradient(to bottom, #fafafa 50px, #e6e6e6);
  margin-bottom: 15px;

  box-shadow: 0 1px 3px #999;
}
  .home-banner-contact .home-banner-contact-callout table tr {
    background: none;
    border-bottom: 0;
  }
  .home-banner-contact .home-banner-contact-callout table td {
    text-align: center;
  }
.home-banner-contact-learn {
  height: 45px;
  margin-bottom: 10px;
  padding: 5px 20px 20px;
  background: #53565a;

  color: #fff;
  font-family:"UniversLTW10-57Condense 726513";
  font-size: 1.25em;
  letter-spacing: -0.08em;
  line-height: 1.2;
}
.home-banner-contact-learn strong {
  font-family:"UniversLTW01-57Condense 723821";
}
.home-banner-contact .button {
  margin: 0 20px 10px;
  padding: 7px 21px;
  height: auto;
  text-transform: none;
  font-family: 'UniversLTW10-57Condense 726513';
  line-height: 1;
  letter-spacing: 0;
}
.home-banner-contact .button strong {
  font-family:"UniversLTW10-67BoldCn";
  font-weight: normal;
  font-size: 1.5em;
  text-transform: uppercase;
}

.home-banner-contact-phone,
.home-banner-contact-consult {
  background: url('images/home-separator-horizontal.png') repeat-x;
  padding: 6px 20px 0px;
  margin-top: 6px;
}
.home-banner-contact-phone {
  font-size: 1.5em;
  font-family:"UniversLTW01-47LightCn";
  color:#000;
}
.home-banner-contact-consult {
  padding: 13px 12px 12px;
  font-size: 0.813em;
  font-family:"UniversLTW10-67BoldCn";
  color:#000;
}
.home-banner-contact-consult a {
  text-transform: uppercase;
}

.home-banner-shop {
  font-size: 0.813em;
  line-height: 1.5;
  margin-top: 3em;
  color:#000;
}
.home-banner-shop a {
  font-weight: bold;
  text-transform: uppercase;
}
.home-banner-badges {
  position: absolute;
  top: 200px;
  right: 260px;
  height: 75px;
}
.home-banner-badges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-banner-badges li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.home-banner-badges li a {
  display: block;
  background-image: url('images/home-security-icons.png');
  height: 70px;
}
.home-banner-badges .ssae {
  width: 95px;
  background-position: 0 0;
}
.home-banner-badges .entrust {
  width: 68px;
  background-position: -96px 0;
}


.home-consultation-wrapper {
  display: none;
  position: absolute;
  right: -35px; top: 185px;
  width: auto;
  z-index: 10;
}

.home-consultation-top {
  background: url("/profiles/savvis/modules/features/homepage_feature/css/images/home-consultation-top.png") no-repeat scroll 185px center transparent;
  height: 10px;
}

.home-consultation-body {
  background: #FFF;
  border-top: 4px solid #0098db;
  box-shadow: 0px 3px 10px #c8c6c6;
  height: 600px;
  padding: 15px 20px;
  text-align: left;
}

a.home-close-consultation {
  background: #eee url(images/closeX.png) no-repeat center;
  border-radius: 3px;
  display: block;
  float: right;
  height: 18px;
  width: 18px;
}

a:hover.home-close-consultation, a:focus.home-close-consultation {
  background-color: #fff;
}

.home-consultation-body h4 {
  color: #0098db;
  font-family:"UniversLTW10-67BoldCn";
  font-size: 1.143em;
  font-weight: 300;
  margin-bottom: 0;
  text-transform: uppercase;
}

.home-consultation-body input {
  width: 270px;
}

.home-consultation-body .webform-component-select select.sav-select {
  width: 200px;
}

.home-consultation-body p {
  font-size: 0.813em;
  margin-bottom: 10px;
  line-height: 1.4;
  font-weight: 300;
}

.form-iframe {
  border: none;
  overflow: hidden;
  margin: 0;
  width: 620px;
  height: 305px;
}


.home-solutions.panel-pane {
  margin: -9px -10px 0;
  padding: 9px 10px 0;
  background: url('images/home-solutions-bg.png') no-repeat center 0;
}
.home-solutions.panel-pane .pane-inner {
  margin: 0 -10px;
  padding: 0;
  background: #fff;
}
.home-solutions .title {
  background: #e9e9e9;
  margin: 0;
  padding: 15px 10px;
  text-align: center;
  color: #000;
  font-family:"UniversLTW10-67BoldCn";
  text-transform: uppercase;
  font-size: 1.125em;
}
.home-solutions ul {
  margin: 0;
  list-style: none;
  padding: 20px;
  background-color:#001e60;
}
.home-solutions li {
  float: left;
  width: 285px;
  font-size: 0.8em !important;
  line-height: 1.5em;
  padding-top: 125px;
  background: url('/profiles/savvis/modules/features/homepage_feature/images/home-solutions-icons.png') no-repeat;
  color: #fff;
  font-size: 0.813em;
}
.home-solutions li.home-solutions-apps {
  background-position: 20px -5px;
  position: relative;
}
.home-solutions li.home-solutions-support {
  background-position: -220px -5px;
}
.home-solutions li.home-solutions-server {
  background-position: -498px -5px;
}
.home-solutions li.home-solutions-collaboration {
  background-position: -698px -5px;
  position: relative;
}
.home-solutions li.divider {
  width: 40px;
  height: 140px;
  background: url('images/home-separator-vertical.png') repeat-y center 0;
}
.home-solutions li h2 {
  color: #48D597;
  font-size: 1.3em !important;
  line-height: 1;
  text-transform: uppercase;
  font-family:"UniversLTW10-67BoldCn";
  font-weight: normal;
  margin-bottom: 5px;
}
.home-solutions li a {
  display: block;
  margin-top: 5px;
  font-size: 0.923em;
  text-decoration:underline;
}
.home-solutions li.hover a {
  text-decoration: underline;
  color:#48D597;
}
.home-solutions img.corner-ribbon {
  position: absolute;
  top: -36px;
  right: -37px;
}
.home-solutions li.home-solutions-collaboration img.corner-ribbon {
  left: 203px;
}

.home-main.panel-pane .pane-inner {
  background: #000;
  padding: 25px 40px;
  margin: 0 -10px;
}

.home-main ul {
  margin: 0 0 0 20px;
  padding: 0;
}

.home-main ul li {
  color: #84c82a;
}

.home-main ul li span {
  color: #434343;
}

.home-main .column-group {
  float: left;
  width: 575px;
}

.home-main .column-1, .home-main .column-2 {
  float: left;
  margin-right: 25px;
  width: 275px;
}

.home-main .column-2 {
  margin-right: 0;
}

.home-main .column-1 h2, .home-main .column-2 h2 {
  line-height: 1.2em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family:"UniversLTW10-67BoldCn";
  font-weight: normal;
  font-size: 1.5em;
  color:#48D597;
}

.home-main .column-1 h3, .home-main .column-2 h3 {
  color: #48D597;
  font-family:"UniversLTW10-57Condense 726513";
  line-height: 1.2em;
  margin-bottom: 0px;
  margin-top: 40px;
  min-height: 28px;
  padding: 5px 0 0 35px;
  text-transform: uppercase;
  font-size: 90%;

  background-repeat: no-repeat;
}
.home-main .column-1 p, .home-main .column-2 p {
  color: #fff;
  font-size: 0.875em;
  font-weight: lighter;
}

.home-main h3.icon-person {
  background-image: url("images/home-icon-person.png");
}
.home-main h3.icon-check {
  background-image: url("images/home-icon-check.png");
}
.home-main h3.icon-clock {
  background-image: url("images/home-icon-clock.png");
}
.home-main h3.icon-globe {
  background-image: url("images/home-icon-globe.png");
}


.home-main .column-3 {
  background: #fff;
  border: 1px solid #eaeaea;
  float: right;
  width: 288px;
}

.home-main-product {
  background: url('images/home-separator-horizontal.png') repeat-x;
  padding: 15px 10px;
}
.home-main-product:hover {
  background: #00308a;
  color: #fff;
}
.home-main-product:hover a {
  text-decoration: none;
}
.home-main .column-3 h4 {
  font-size: 0.933em;
  padding: 15px 10px;
}

.home-main-product i {
  float: left;
  display: block;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
}
.home-main-product-o365 i {
  background-image: url('images/homepage-office-square-only.png');
}
.home-main-product-skype i {
  background-image: url('images/teams.png');
  background-size: 55px 55px;
}
.home-main-product-email i {
  background-image: url('images/home-product-blue-email.png');
}
.home-main-product-server i {
  background-image: url('images/home-product-blue-server.png');
}
.home-main-product-storage i {
  background-image: url('images/home-product-blue-storage.png');
}
.home-main-product-backup i {
  background-image: url('images/home-product-blue-backup.png');
}
.home-main-product-email:hover i {
  background-image: url('images/home-product-white-email.png');
}
.home-main-product-server:hover i {
  background-image: url('images/home-product-white-server.png');
}
.home-main-product-storage:hover i {
  background-image: url('images/home-product-white-storage.png');
}
.home-main-product-backup:hover i {
  background-image: url('images/home-product-white-backup.png');
}

.home-main-product h5 {
  color: #000;
  font-family:"UniversLTW10-67BoldCn";
  font-size: 0.933em;
  font-weight: normal;
  margin-left: 64px;
  text-transform: uppercase;
  line-height: 1.5;
}
.home-main-product:hover h5,
.home-main-product:hover p {
  color: #fff;
}

.home-main-product h5 sup {
  font-size: 0.6em;
}

.home-main-product p {
  margin: 0 0 0 64px;
  color: #000;
  font-size: 0.75em;
}

.home-main .column-3 span.details {
  color: #acacac;
  display: block;
  font-family:"UniversLTW01-57Condense 723821";
  font-size: 0.714em;
  margin: 0 0 5px;
}

.home-resources.panel-pane .pane-inner {
  background: #001e60;
  padding: 25px 40px;
  margin: 0 -10px;
  box-shadow: 0px 1px 2px 1px #ddd;
}
.home-resources .pane-title {
  margin: 0;
  margin-bottom: 15px;
  color:#48D597;
  font-size: 0.875em;
  font-weight: bold;
  font-family: inherit;
}
ul.home-resources-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home-resources-items a:link,
.home-resources-items a:visited {
  color: inherit;
}
.home-resources-items a:hover {
  text-decoration: none;
}
.home-resources-items li {
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.home-resources-items li.home-resources-items-last {
  margin-right: 0;
}
.home-resources-items img {
  display: block;
  float: left;
}
.home-resources-type {
  text-decoration:underline;
}
.home-resources-type:hover {
  color:#48D597;
}

.home-resources-type,
.home-resources-items h3,
.home-resources-items p {
  margin-left: 110px;
  line-height: 1.1;
  margin-bottom: 2px;
}
.home-resources-type {
  font-size: 0.813em;
  color:#0047BB;
}
.home-resources-items h3 {
  font-size: 0.875em;
  font-weight: normal;
  color:#fff;
}
.home-resources-items p {
  font-size: 0.75em;
  color: #fff;
}
