/* ==========================================================================
   Title:        Basic
   ========================================================================== */
/* ==========================================================================
   =global
   ========================================================================== */
* {
    -moz-homepage-mini-feature-sizing: border-homepage-mini-feature;
    -webkit-homepage-mini-feature-sizing: border-homepage-mini-feature;
    homepage-mini-feature-sizing: border-homepage-mini-feature;
}

body {
    font: 14px "HelvRegularIBM";
    background: #000;
    color: #231F20;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

a:visited, a:hover, a:active {
    color: inherit;
}

h1.title {
    margin: 0 0 5px;
}

h2.title {
    margin: 0 0 15px;
}

h3.title {
    margin: 0 0 10px;
}

h4.title {
    margin: 0 0 10px;
}

strong {
    font-family: "HelvBoldIBM";
}

em {
    font-style: italic;
}

hr {
    height: 1px;
    background: #D1D3D4;
    border: 0;
    margin: 0;
}

.text-normal {
    font-weight: normal;
}

.error {
    color: #e4423d;
}

.error-background {
    background: #e4423d !important;
}

/* ==========================================================================
   =layout
   ========================================================================== */
.top-bar, .page-header, .teaser, .content, .footer {
    min-width: 960px;
}

.wrapper-container,
.wrapper-wide-container {
    text-align: left;
    margin: 0 auto;
}

.wrapper-container {
    width: 960px;
    overflow: hidden;
}

.wrapper-container-order, .wrapper-container-legacy {
    width: 994px;
    overflow: hidden;
    position: relative;
}

.wrapper-wide-container {
    min-width: 360px;
    position: relative;
}


.header-wrapper {
    position: fixed;
    left: 0;
    height: 132px;
    width: 100%;
    z-index: 9999;
}

.content-wrapper {
    background: #F0F0F0;
    padding-top: 132px;
}

.page-specific-content {
    background: #fff;
    min-height: 400px;
}

.standard-page-frame {
    padding: 0px 40px 40px 40px;
}

.top-bar {
    background: #3A3E42;
    height: 28px;
}

.top-bar .wrapper {
    padding-left: 22px;
    padding-right: 21px;
}

.page-header {
    background: #fff;
    border-bottom: 2px solid #989898;
    position: relative;
    z-index: 800;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    padding-bottom: 0;
}

#order-now-form-container {
    background: #3B3E42;

    display: none;
	height:160px;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
    z-index: 999;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.order-now-div{
	margin: 0 auto;
	width: 940px;
}

.very-rounded-button{
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	background:#96302C;
	
	text-transform: uppercase;
	text-align:center;
	font: 11px "HelvBoldIBM";
	height:35px;
}

.very-round-guts-left{
	float:left;
    border-right: 1px solid #fff;
	cursor:pointer;
	height:18px;
	margin: 5px 0;
	padding: 5px 27px 3px 25px;
}

.very-round-guts-right{
	float:left;
   cursor:pointer;
	height:18px;
	margin: 5px 0;
	padding: 5px 5px 0px 20px;
}

.very-round-guts{
	float:left;
   cursor:pointer;
	height:18px;
	margin: 5px 0;
	padding: 5px 5px 0px 30px;
}
	
.home-order-div{
	margin-top:15px;
	float:left;
	display: inline-block;
	margin-right:24px;
	width:288px;
	color:#fff;
	border-right:1px solid #666;
	
}

.home-order-div h2{
	font-size:20px;
	text-transform:uppercase;
	margin-bottom:-10px;
	
}
.home-order-div p{
padding-left:1px;
width:250px;
font-size:12px;
}

#contact-us-form-container {
    background: #3B3E42;
    border-bottom: 8px solid #117DBB;
    display: none;
}

#contact-us-form {
    padding: 20px;
}

#contact-us-form label {
    display: block;
    font-size: 11px;
    line-height: 19px;
    color: #B3B2B3;
    margin-top: 10px;
}

#contact-us-form label:first-child {
    margin-top: 0px;
}

#contact-us-form #recaptcha_widget {
    background: #58595B;
    padding: 10px;
}


.recaptcha-button {
    background: -moz-linear-gradient(50% 100% 90deg, rgba(44, 46, 47, 1) 0%, rgba(52, 54, 57, 1) 33.27%, rgba(59, 62, 67, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(44, 46, 47, 1) 0%, rgba(52, 54, 57, 1) 33.27%, rgba(59, 62, 67, 1) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(44, 46, 47, 1)), color-stop(0.3327, rgba(52, 54, 57, 1)), color-stop(1, rgba(59, 62, 67, 1)));
    background: -o-linear-gradient(90deg, rgba(44, 46, 47, 1) 0%, rgba(52, 54, 57, 1) 33.27%, rgba(59, 62, 67, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(44, 46, 47, 1) 0%, rgba(52, 54, 57, 1) 33.27%, rgba(59, 62, 67, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C2E2F', endColorstr='#3B3E43' ,GradientType=0)";
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background: linear-gradient(0deg, rgba(44, 46, 47, 1) 0%, rgba(52, 54, 57, 1) 33.27%, rgba(59, 62, 67, 1) 100%);
    width: 21px;
    height: 17px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #2C2E2F;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B3E43', endColorstr='#2C2E2F', GradientType=0);
}

#contact-us-form input[type=text], #contact-us-form select {
    background: #FFFFFF;
    border-width: 0px;
    padding: 1px;
    width: 170px;
    height: 20px;
}

#contact-us-form textarea {
    width: 286px;
    height: 80px;
}

#contact-us-form input[type=checkbox] {
    display: none;
}

#contact-us-form input[type="checkbox"] + label span {
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: -2px 4px 0 0;
    vertical-align: middle;
    background: url(../images/icons/checkbox.png) left top no-repeat;
    cursor: pointer;
}

#contact-us-form input[type="checkbox"]:checked + label span {
    background: url(../images/icons/checkbox.png) -19px top no-repeat;
}

#contact-us-form #recaptcha_image img, #contact-us-form #recaptcha_image {
    width: 235px !important;
    height: 37px !important;
}

#contact-us-form #recaptcha_image {
    margin-bottom: 10px;
}

#contact-us-form #recaptcha_response_field {
    width: 139px;
    height: 18px;
}

#contact-us-form .recaptcha-button img {
    margin: 2px;
}

#contact-us-form .recaptcha-button {
    margin-left: 10px;
}

#contact-us-form .button {
    font-size: 10px;
}

#contact-us-form .round-corners {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.page-header > .wrapper {
    height: 60px;
}

.teaser .wrapper {
    position: relative;
    max-width: 1300px;
}

.content {
    position: relative;
    z-index: 1300;
    background-color: #f0f0f0;
    
   
}

.footer {
    background: #E0E0E0;
    padding: 30px 0;
    position: relative;
    min-width: 960px;
}

/* ==========================================================================
   =top-bar
   ========================================================================== */
.portals {
    float: right;
}

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

.portals ul li {
    float: left;
    margin: 0 20px 0 0;
    white-space: nowrap;
}
.portals ul li:last-child {
    float: left;
    margin: 0;
}

.portals ul li {
    font-family: "HelvBoldIBM";
    color: #b3b2b3;
    font-size: 11px;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 28px;
}

.portals a {
    display: inline-block;
    color: #b3b2b3;
}

.portals .phone-number {
    font-family: "HelvRegularIBM";
    color: #b3b2b3;
}

.cart {
    float: right;
    line-height: 17px;
    margin-right: 10px;
    margin-top: 5px;
    font-size: 10px;
    font-family: "HelvBoldIBM";
    border-right: 2px solid #2C2E2F;
    padding-right: 10px;
}

.cart a, .cart a:link, .cart a:visited {
    color: #fff;
    text-decoration: none;
}

.home-banner-link{
	display: block;
	width: 1300PX;
	height: 400PX;
}

.cart img {
    margin-left: 5px;
    vertical-align: middle;
}

.checkout-icon {
    background-image: url(../images/icons/cart.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 20px;
}

.quick-search .search-link {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
}

.login, .user, .waiting {
    color: #fff;
    float: right;
    font-size: 10px;
    line-height: 27px;
    font-weight: bold;
    letter-spacing: 0.6px;
    font-variant: small-caps;

}

.login, .user {
    display: none;
}

.user-icon {
    float: right;
    margin: 7px 5px 0 0;
}

.waiting {
    background: url(../images/loading.gif) center center no-repeat;
    width: 27px;
    height: 27px;
}

.user img {
    margin-left: 5px;
    vertical-align: middle;
}

.login a {
    font-family: "HelvBoldIBM";
    text-transform: uppercase;
    color: #b3b2b3;
}

#login-dropdown {
    width: 196px;
}

.user-menu {
    position: absolute;
    right: 10px;
    top: 25px;
    padding: 12px 8px 8px 8px;
    display: none;
    z-index: 2000;
    background: #2C2E2F;
    background: rgba(44, 46, 47, 1);

    font-size: 11px;
    border-radius: 0px 0px 4px 3px;
    -moz-border-radius: 0px 0px 4px 3px;
    -webkit-border-radius: 0px 0px 4px 3px;
    -webkit-box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
    -moz-box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
    box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
}

#login-form {
    position: relative;
}

.user-menu p {
    color: #fff;
}

.user-menu input, .user-menu select {
    background: #FFFFFF;
    height: 16px;
    font-size: 9px;
    float: left;
    margin: 0px 9px 7px 0;
    border: 1px solid #929598;
}

.user-menu input[type=text], .user-menu input[type=password] {
    width: 110px;
    border-radius: 0px;
}

.security-question-select {
    width: auto;
}

.user-menu .round-corners {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.user-menu .button {
    padding: 5px;
    font-size: 9px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

#user-dropdown {
    color: #fff;
}

.user-menu a {
    color: #fff;
}

.user-menu ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0 0;
}

.user-menu li {
    margin: 0;
    border-bottom: 1px solid #3b3e42;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    padding: 6px;
    width: 125px;
    cursor: pointer;
}

.user-menu li:last-child {
    border: 0;
}

.user-menu li:after {
    width: 0;
    height: 0;
    content: "";
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    margin-top: .3em;
    border-left: .4em solid #fff;
    float: right;
}

#lost-password-dropdown {
    position: absolute;
    right: 10px;
    top: 25px;
    padding: 12px 8px 8px 8px;
    display: none;
    z-index: 2000;
    background: #2C2E2F;
    background: rgba(44, 46, 47, 1);
    width: 176px;
    font-size: 11px;
    border-radius: 0px 0px 4px 3px;
    -moz-border-radius: 0px 0px 4px 3px;
    -webkit-border-radius: 0px 0px 4px 3px;
    -webkit-box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
    -moz-box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
    box-shadow: inset 0px 10px 5px 0px rgba(10, 10, 10, 0.5);
}

/* ==========================================================================
   =header
   ========================================================================== */
.logo {
    float: left;
    line-height: 29px;
    margin: 16px 50px 0 20px;
    position: relative;
    z-index: 99999;
}

.logo > a {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
}

.nav {
    line-height: 50px;
    margin-bottom: 0px;
}

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

.nav ul li {
    float: left;
    margin-right: 34px;
}

.nav ul li a {
    font-size: 16px;
    color: #333;
    display: block;
    cursor: pointer;
    line-height: 50px;
    padding-top: 5px;
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    border-bottom-style: solid;
    padding-bottom: 5px;
    transition: border-bottom-width .25s, padding-bottom .25s;
}
@media (max-width: 1200px) {
    .nav ul li {
        margin-right: 25px;
    }
}
@media (max-width: 1085px) {
    .nav ul li a {
        font-size: 15px;
    }
    .nav ul li {
        margin-right: 20px;
    }
}
@media (max-width: 990px) {
    .nav ul li a {
        font-size: 14px;
    }
}


.nav ul li a.selected,
.nav ul li a:hover {
    padding-bottom: 0px;
    border-bottom-width: 5px;
    border-bottom-color: #227BB4;
    border-bottom-style: solid;
    transition: border-bottom-width .25s, padding-bottom .25s;
}

.nav ul li a.selected {
    color: #A83338;
}

.navigation-menu-contents {
    zoom: 1;
    background: #e0e0e0;
    z-index: 900;
    display: none;
    position: relative;
    top: -2px;
    margin-bottom: -2px;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
}

.navigation-menu-contents .list {
    padding: 5px 11px 15px 11px;
    border-left: 2px solid #fff;
    display: table-cell;
    width: 158px;
}

.navigation-menu-contents .list-group {
    display: table-row;
}

.navigation-menu-contents .list:first-child {
    border-left: 0;
}

.navigation-menu-contents h4 {
    font-size: 17px;
    line-height: 17px;
    color: #464646;
    font-weight: normal;
    font-family: "HelvLightIBM";
    margin: 12px 0;
    padding: 30px 0px 5px 0px;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}

#servers-menu-header {
     background-image: url("../images/icons/bar-graph-dots.png");
}

#storage-menu-header {
    background-image: url("../images/icons/open-box.png");
}

#networking-menu-header, #our-platform-menu-header, #solutions-menu-header, #industries-menu-header, #partners-menu-header, #about-us-menu-header {
    background-image: url("../images/icons/globe.png");
}

#security-menu-header {
    background-image: url("../images/icons/lock.png");
}

#developers-menu-header {
    background-image: url("../images/icons/tools.png");
}

#management-menu-header {
	background-image: url("../images/icons/ManagementIcon.png");
}

#catalyst-menu-header {
    background-image: url("../images/icons/nav-keys.png");
}

#powered-menu-header {
    background-image: url("../images/icons/nav-three-bars.png");
}

#ibm-menu-header {
    background-image: url("../images/icons/nav-world.png");
}

#referral-menu-header {
    background-image: url("../images/icons/nav-people.png");
}

#reseller-menu-header {
    background-image: url("../images/icons/nav-tags.png");
}

#big-data-menu-header {
    background-image: url("../images/icons/nav-bar-graph.png");
}

#digital-marketing-menu-header {
    background-image: url("../images/icons/nav-megaphone.png");
}

#ecommerce-menu-header {
    background-image: url("../images/icons/nav-cart.png");
}

#gaming-menu-header {
    background-image: url("../images/icons/nav-gaming.png");
}

#gov-menu-header {
    background-image: url("../images/icons/nav-gov.png");
}

#private-clouds-menu-header {
    background-image: url("../images/icons/nav-cloud.png");
}

#reseller-menu-header {
    background-image: url("../images/icons/nav-reseller.png");
}

#reseller-program-menu-header {
    background-image: url("../images/icons/nav-tags.png");
}

#training-program-menu-header {
    background-image: url("../images/icons/mortar-board-cap.png");
}
 
 .ibm label{
	margin-bottom:5px;
 }

.navigation-menu-contents div.main-nav-item {
    font-size: 11px;
    color: #333;
    line-height: 28px;
    border-bottom: 1px solid #777677;
    letter-spacing: -.2px;
    padding-right: 10px;
    display: block;
    position: relative;
}

.navigation-menu-contents div.main-nav-item a {
    display: block;
    width: 100%;
    line-height: 16px;
    padding: 6px 0;
}

.navigation-menu-contents div.main-nav-item a:after {
    width: 0;
    height: 0;
    content: "";
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    margin-top: 1em;
    border-left: .4em solid #464646;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: border-left-color .25s;
}

.navigation-menu-contents div.main-nav-item a:hover:after {
    width: 0;
    height: 0;
    content: "";
    border-top: .4em solid transparent;
    border-bottom: .4em solid transparent;
    margin-top: 1em;
    border-left: .4em solid #ad1625;
    float:right;
    transition: border-left-color .25s;
}

.navigation-menu-contents div.main-nav-item:last-child {
    border-bottom: 0px;
}

.main-nav-item a {


}


.navigation-menu-contents a:link {
    color: #333;
    transition: color .25s;
}


.navigation-menu-contents div.main-nav-item:hover a {
    color: #A83338;
    text-decoration: none;
}

.navigation-menu-contents h5 a {
    color: #B3B2B3;
}

.navigation-menu-contents .new-button {
    font-family: "HelvRegularIBM";
    font-size: 7px;
    letter-spacing: 0.53px;
    color: #FFFFFF;
    margin-left: 10px;
}

.quick-links {
    float: right;
    margin-right: 15px;
    z-index: 500;
    overflow: visible !important;
	top: 131px;
    position: fixed;
    right: 0;
}




.quick-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.quick-links ul li,
.quick-links ul li a {
    float: left;
    display: block;
    text-align: center;
    color: #fff;
    line-height: 22px;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 10px;
}

.quick-links ul {
    padding: 0 15px 7px 15px;
    overflow: hidden;
}

.quick-links ul li::before {
    content: ''; /* To generate the box */
    position: absolute;
    top: 0; right: 0; bottom: -1px; left: 0;
    z-index: -1;
    border-radius: 0 0 4px 4px;
    background: #ddd;
    transform: perspective(22px) rotateX(-10deg);
    perspective-origin: bottom;
    box-shadow: 0 2px 5px rgba(0,0,0,.65);
}
.quick-links a {
    color: #fff;
}

.quick-links li.contact-us-link a,
.quick-links li.live-chat-link a,
.quick-links li.order-now-link a {
    padding: 0 7px;
}
.quick-links li.contact-us-link a,
.quick-links li.contact-us-link::before {
    background-color: #007DBB;
}
.quick-links li.live-chat-link a,
.quick-links li.live-chat-link::before {
    background-color: #008473;
}
.quick-links li.order-now-link a,
.quick-links li.order-now-link::before {
    background-color: #ad1625;
}

.search-box {
    background: #2c2e2f;
    width: 132px;
    height: 18px;
    float: right;
    margin: 20px 40px 0 0;
}

.search-box form {
    height: 18px;
    width: 132px;
}

.search-box input {
    padding: 0 5px;
    margin: 0;
    border: none;
    outline: none;
}

.search-box input[type=text] {
    background: transparent;
    border: none;
    width: 100px;
    height: 18px;
    line-height: 18px;
    font-size: 9px;
    letter-spacing: 0.23px;
    color: #5d5d5d;
    display: inline-block;
    float: left;

}

.search-box input[type=submit] {
    width: 18px;
    height: 18px;
    background: transparent;
    border: none;
    background-image: url('../images/magnifier.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 3px;
    float: right;
}

.search-box.selected {
    background: #eeeeee;
}

/* ==========================================================================
   =breadcrumb
   ========================================================================== */
div.common-page-content {
    padding: 30px 40px 0 40px;
}

.page-title {
    font-family: "HelvLightIBM";
    font-size: 28px;
    margin: 0;
}

.breadcrumb {
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
    line-height: 26px;
    font-family: "HelvRegularIBM";
    font-size: 10px;
    letter-spacing: 0.25px;
    color: #aaa;
    padding-left: 14px;
    padding-bottom: 0px;
}

.breadcrumb a {
    color: #aaa;
}

.menu-name-main-menu,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] {
    line-height: 25px;
    margin-bottom: 30px;
}

.menu-name-main-menu ul,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dfe0e0;
    padding-right: 100px;
}

.menu-name-main-menu ul li,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] ul li {
    display: inline;
    margin-right: 24px;
    padding: 0px;
    white-space: nowrap;
}

.menu-name-main-menu ul li a,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] ul li a {
    font-size: 11px;
    color: #6D6E71;
}

.menu-name-main-menu li a,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] li a {
    cursor: hand;
    cursor: pointer;
}
.menu-name-main-menu li.active a,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] li.active a,
.menu-name-main-menu a.active-trail,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] a.active-trail {
    color:#8F1C29 !important;
}

.menu-name-main-menu .button,
.menu-block-wrapper[class*='menu-name-menu-main-menu'] .button {
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: -4px;
    float: right;
}

.in-page-navigation {
    line-height: 25px;
}

.in-page-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.in-page-navigation ul li {
    display: inline;
    margin-right: 24px;
}

.in-page-navigation ul li a {
    font-size: 11px;
    color: #6D6E71;
}

.in-page-navigation-item {
    cursor: hand;
    cursor: pointer;
}

a.active-item {
    color: #972F2C !important;
}

.in-page-navigation .button {
    font-size: 9px;
    text-transform: uppercase;
    padding: 0 10px;
    margin-top: -4px;
    float: right;
}

/* ==========================================================================
   =teaser
   ========================================================================== */
 .teaser {
  height: 400px;
    background-repeat: no-repeat;
	background-color:  #f5f3e4;
	background-position: center;
	-webkit-transition:height .20s ease-in;
    -moz-transition:height .20s ease-in;
    -o-transition:height .20s ease-in;
    transition:height .20s ease-in;
}
/*
@media (max-width: 1300px) {
	.teaser {

		background-size: 980px 302px;

	}

}

@media (max-width: 400px) {
	.teaser {

		background-position-x: -452px;

	}


}*/

.home-banner-link {
display: block;
width: 1300PX;
height: 320PX;
}

.teaser .link {
    display: block;
    background-position: center top;
    background-repeat: no-repeat;
    height: 400px;
}

/* ==========================================================================
   =content
   ========================================================================== */
   .ds-row-wrap ul{
	margin-left: 50px;
	padding-bottom: 30px;
	color: #972f2c;
	list-style-type: square;
   }

.content {
    padding: 0;
}

.view-content a {
    color: #2aa5e1;
}

.page-link-color {
    color: #2aa5e1 !important;
}

a.inherit-color {
    color: inherit;
}

.content .breaking-news {
    padding: 20px 0;
    width: 100%;
   /* margin: 0 0 28px; */
    background: #fff;
    letter-spacing: 0.35px;
    line-height: 14px;

}

.content .breaking-news p {
    margin: 0;
}

.content .breaking-news a.linkArrow {
    margin-left: 10px;
}

.standard-page-frame {
    color: #231F20;
}

.main-headline {
    font-family: "HelvLightIBM";
    font-size: 42px;
    letter-spacing: -0.42px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: normal;
}

.sub-headline {
    font-family: "HelvBoldIBM";
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0px;
}

h2 {
    font-family: "HelvRegularIBM";
    font-size: 28px;
    letter-spacing: -0.7px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h3 {
    font-family: "HelvLightIBM";
    font-size: 20px;
    letter-spacing: -0.2px;
    margin: 0 0 10px 0;
    font-weight: normal;
}

h4 {
    font-family: "HelvBoldIBM";
    font-size: 18px;
    margin: 0 0 10px 0;
}

h5 {
    font-family: "HelvBoldIBM";
    font-size: 14px;
    margin: 0 0 10px 0;
}

.homepage-mini-feature {
    width: 220px;
    height: 195px;
    float: left;
    margin: 15px 10px 15px 10px;
}

.homepage-mini-feature p {
    font-size: 15px;
    line-height: 16px;
}

.homepage-mini-feature:last-child {
    margin-right: 0;
}

.homepage-mini-feature h2 {
    font-family: "HelvRegularIBM";
    font-size: 20px;
    font-weight: normal;
    color: #414042;
}

.homepage-mini-feature h2.homepage-icon-1 {
    padding-left: 30px;
    background-image: url('../images/icons/small-ticket-red.png');
    padding-bottom:0;
    background-repeat: no-repeat;
}

.homepage-mini-feature h2.homepage-icon-2 {
    padding-left: 30px;
    background-image: url('../images/icons/small-globe-red.png');
    padding-bottom:0;
    background-repeat: no-repeat;
}

.homepage-mini-feature h2.homepage-icon-3 {
    padding-left: 30px;
    background-image: url('../images/icons/red-talk-bubble.png');
    padding-bottom:0;
    background-repeat: no-repeat;
}

.homepage-mini-feature h2.homepage-icon-4 {
    padding-left: 30px;
    background-image: url('../images/icons/red-tools.png');
    padding-bottom:0;
    background-repeat: no-repeat;
}

.homepage-mini-feature h2.homepage-icon-tools {
    padding-left: 30px;
    background-image: url('../images/icons/red-tools.png');
    background-repeat: no-repeat;
}

p.learn-more {
    margin-top: 15px;
}

.signup {
    line-height: 95px;
    text-align: center;
     border-top: 1px solid #bebebe;
    font-family: "HelvLightIBM";
    font-size: 23px;
    color: #414042;
    color: rgb(65, 64, 66);
}

.signup1 {
    line-height: 95px;
    text-align: center;
    border-top: 1px solid #D1D3D4;
    font-family: "HelvRegularIBM";
    font-size: 21px;
    letter-spacing: -0.58px;
    color: #414042;
    color: rgb(65, 64, 66);
}

.signup1 a.button {
    font-family: "HelvBoldIBM";
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 43px;
    padding: 0 15px;
}

.signup1 .mask {
    display: inline;
    line-height: 37px;
    margin: 28px 20px 0 0;
    float: right;
    border: #861c1a 1px solid;
    background: #861c1a;
}

.signup a.button {
    font-family: "HelvBoldIBM";
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 43px;
    padding: 0 15px;
    margin-right: 0px;
}

.signup .mask {
    display: inline;
    line-height: 37px;
    margin: 28px 20px 0 0;
    float: right;
    border: #861c1a 1px solid;
    background: #861c1a;
}

div.in-page-section-index {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #D1D3D4;
    padding: 20px 0;
    font-size: 13px;
}

div.in-page-section-index:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

div.in-page-section-index a {
    color: #0B92DD;
    float: left;
    width: 430px;
    margin-right: 20px;

    display: block;
}

div.in-page-section-index a:nth-child(2n+2) {
    margin-right: 0px;
}

.standard-page-frame p.initial {
    font-size: 16px;
    margin: 0px;
}

/* ==========================================================================
   Title:        Standard Page components
   ========================================================================== */

.two-column {
    display: inline-block;
    width: 428px;
    margin-right: 20px;
    vertical-align: top;
}

.two-column.row-end {
    margin-right: 0;
}

.three-column {
    display: inline-block;
    width: 277px;
    margin-right: 20px;
    vertical-align: top;
}

.three-column.row-end {
    margin-right: 0;
}

.four-column {
    display: inline-block;
    width: 200px;
    margin-right: 20px;
    vertical-align: top;
}

.four-column.row-end {
    margin-right: 0;

}

.highlight-box {
    background: #F1F2F2;
}


.key-advantages-spacing-a {
    padding: 90px 15px 15px 15px;
    height: 82px;
    overflow: hidden;
}

.key-advantages-spacing h5 {
    font-family: "HelvLightIBM";
    font-size: 20px;
    font-weight: normal;
}


.powerful-icon {
    background-image: url('../images/icons/baremetals-powerful.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.customizable-icon {
    background-image: url('../images/icons/baremetals-customizable.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.demand-icon {
    background-image: url('../images/icons/baremetals-ondemand.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.product-callout-spacing {
    padding: 15px;
}

.right-element {
    float: right;
}

.left-element {
    float: left;
}

.thinline {
    border: 1px solid #D1D3D4;
}

.thinline-top {
    border-top: 1px solid #D1D3D4;
}

.thinline-bottom {
    border-bottom: 1px solid #D1D3D4;
}

.no-margin {
    margin: 0px;
}

.no-margin-top {
    margin-top: 0px;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

.standard-margin-top {
    margin-top: 30px;
}

.standard-margin-bottom {
    margin-bottom: 20px;
}

.standard-margin-left {
    margin-left: 30px;
}

.standard-margin-right {
    margin-right: 30px;
}

.standard-margin {
    margin: 30px;
}

.standard-padding-top {
    padding-top: 30px;
}

.standard-padding-bottom {
    padding-bottom: 30px;
}

.standard-padding-left {
    padding-left: 30px;
}

.standard-padding-right {
    padding-right: 30px;
}

.standard-padding {
    padding: 30px;
}

.big-margin-top {
    margin-top: 40px;
}

.big-margin-bottom {
    margin-bottom: 30px;
}

.big-margin-left {
    margin-left: 40px;
}

.big-margin-right {
    margin-right: 40px;
}

.big-margin {
    margin: 40px;
}

.small-margin-top {
    margin-top: 20px;
}

.small-margin-bottom {
    margin-bottom: 20px;
}

.small-margin-left {
    margin-left: 20px;
}

.small-margin-right {
    margin-right: 20px;
}

.small-margin {
    margin: 20px;
}

.small-padding-top {
    padding-top: 20px;
}

.small-padding-bottom {
    padding-bottom: 20px;
}

.small-padding-left {
    padding-left: 20px;
}

.small-padding-right {
    padding-right: 20px;
}

.small-padding {
    padding: 20px;
}

.no-padding-top {
    padding-top: 0;
}

.no-padding-bottom {
    padding-bottom: 0;
}

.related-information {
    width: 100%;
    min-height: 150px;
}

.related-information-title {
    margin-bottom: 20px;
}

.related-information-box {
    width: 174px;
    min-height: 150px;
    float: left;
    padding: 0 30px;
    border-left: 1px solid #D1D3D4;
}

.related-information-box:first-child {
    padding-left: 0px;
    border-left: 0;
}

.related-information-box:last-child {
    padding-right: 0px;
}

.related-information-box p {
    font-size: 12px;
    line-height: 17px;
    color: #58595B;
}

.related-information-box .button {
    padding: 8px;
    font-size: 11px;
}

.related-information-box .mask {
    margin-top: 1em;
}

.section-headline {
    padding: 40px 0;
    border-style: solid;
    border-color: #D1D3D4;
    border-width: 1px 0;

}

table.pricing {
    width: 100%;
}

table.pricing th {
    background: #bbb;
}

table.pricing tr td:last-of-type {
    text-align: right;
}

table.pricing tr th:last-of-type {
    text-align: right;
}

table.pricing tr:nth-child(odd) td {
    background: #ddd;
}

table.pricing tr:nth-child(even) td {
    background: #eee;
}

table.comparison-chart {
    width: 100%;
}

table.comparison-chart th {
    background: #bbb;
}

table.comparison-chart tr td:last-of-type {
    text-align: left;
}

table.comparison-chart tr th:last-of-type {
    text-align: left;
}

table.comparison-chart tr:nth-child(odd) td {
    background: #ddd;
}

table.comparison-chart tr:nth-child(even) td {
    background: #eee;
}

/* ==========================================================================
   =footer
   ========================================================================== */
.footer a {
    color: #414042;
}

.nav-footer {
    margin-bottom: 40px;

}

.nav-footer .list h5 {
    font-family: 'HelvBoldIBM';
    color: #414042;
    font-size: 15px;
    /*letter-spacing: -0.14px;*/
    margin: 0 0 10px;
    font-weight: normal;
    text-rendering: auto;
}

.nav-footer .list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-footer .list ul li {
    margin-bottom: 10px;
    line-height: 1;
}

.nav-footer .list ul li a {
    font-size: 14px;
    font-family: 'HelvLightIBM';
}

.copy {
    color: #414042;
    font-size: 11px;
    width: 180px;
}

.motto {
    font-size: 15px;
    font-family: 'HelvBoldIBM';
    color: #414042;
    /*line-height: 1;*/
    margin-bottom: 0;
}

.corporate-information {
    border-top: 2px solid #ABB8B8;
    padding: 30px 0;
    margin-top: 30px;
}

.corporate-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.corporate-information ul li {
    padding: 0 25px 10px 0 ;
    display: inline-block;
    white-space: nowrap;
}

.corporate-information ul li:last-child {
    border-right: 0;
}

.corporate-information ul li:first-child {
    padding-left: 0;
}

.corporate-information ul li a {
    font-size: 14px;
    color: #EE2D44;
}

.corporate-information ul.social {
    margin-bottom: 5px;
}
.corporate-information ul.social li {
    padding: 0 10px 0 0;
}

a.alternate-facebook:link,
a.alternate-facebook:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../ocean-assets/icons-social.png);
    background-position: -71px -1px;
}

a.alternate-twitter:link,
a.alternate-twitter:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../ocean-assets/icons-social.png);
    background-position: -1px -1px;
}

a.alternate-linkedin:link,
a.alternate-linkedin:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../ocean-assets/icons-social.png);
    background-position: -36px -1px;
}

a.alternate-youtube:link,
a.alternate-youtube:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../ocean-assets/icons-social.png);
    background-position: -105px -1px;
}

a.alternate-facebook:hover,
a.alternate-twitter:hover,
a.alternate-linkedin:hover,
a.alternate-youtube:hover {
    transform: scale(1.25,1.25) rotate(-10deg);
    transition-timing-function: ease-in;
    transition: background-color .25s, transform .25s, box-shadow .25s;
    background-color: #fff;
    box-shadow: 4px 4px 7px rgba(0,0,0,.25);
}

.corporate-information img {
    margin-bottom: 10px;
}
/* ==========================================================================
   =misc
   ========================================================================== */
img.left {
    margin-top: 1em;
    margin-right: 10px;
    margin-bottom: 10px;
}

img.right {
    margin-top: 1em;
    margin-left: 10px;
    margin-bottom: 10px;
}

.t-right {
    text-align: right;
}

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.clear, .clear-element {
    clear: both;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.centered-wrapper {
    text-align: center;
}

.centered-wrapper:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
    /* Adjusts for spacing */
}

.centered {
    display: inline-block;
    vertical-align: middle;
}

.group {
    overflow: hidden;
    *zoom: 1;
}

a.featuredLink {
    color: #0B92DD;
}

a.body-color {
    color: #231F20;
}

.featured-link-border {
    border: 1px solid #0B92DD;
}

a.linkArrow:after {
    content: url('../images/icons/linkArrow.png');
    padding-left: 5px;
    vertical-align: bottom
}

.social img {
    margin-right: 9px;
}

.round-corners {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.mask {
    overflow: hidden;
}

/* ==========================================================================
   Title:        Icons
   ========================================================================== */
.ico-sprite, .ico-contact-bg, .ico-live-chat-bg, .ico-magnifier {
    background: url('../images/header-graphics.png') no-repeat;
}

.ico-contact-bg, .quick-links ul li.contact-us-link {
    background-position: 0 0;
}


.ico-magnifier {
    background-position: 0 -70px;
}

.quick-links ul li.contact-us-link {
    padding-left: 4px;
}

/* ==========================================================================
   Title:        Buttons
   ========================================================================== */

.button {
    background: #8F1C29;
    /* display: table-cell; */
    vertical-align: middle;
    font-family: "HelvBoldIBM";
    font-size: 11px;
    padding: 6px;
    margin-right: 10px;
    text-transform: uppercase;
    border: 1px solid #8F1C29;
    cursor: pointer;
    color: #fff;
}

a.button {
    color: #fff !important;
}

.new-button {
    background: #009444;
    border-radius: 3px;
    padding: 3px;
}

.dark-gray-button {
    background: -moz-linear-gradient(50% 100% 90deg, rgba(44, 46, 48, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(44, 46, 48, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, rgba(44, 46, 48, 1)), color-stop(1, rgba(56, 56, 56, 1)));
    background: -o-linear-gradient(90deg, rgba(44, 46, 48, 1) 0%, rgba(56, 56, 56, 1) 100%);
    background: -ms-linear-gradient(90deg, rgba(44, 46, 48, 1) 0%, rgba(56, 56, 56, 1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C2E30', endColorstr='#383838' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(44, 46, 48, 1) 0%, rgba(56, 56, 56, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383838', endColorstr='#2C2E30', GradientType=0);
}

.disabled {
    opacity: .5;
}

iframe[src="about:blank"] {
    display: none;
}

.left-icon {
    /* background-position: 2% 50%; */
    padding-left: 225px;
    background-repeat: no-repeat;
    /*height:135px; */
}

.right-icon {
    background-position: 98% 50%;
    padding-right: 120px;
    background-repeat: no-repeat;
}

.large-bar-graph-icon {
    background-image: url("../images/icons/largeBarGraph.png");
}

.large-marker-icon {
    background-image: url("../images/icons/largeMarker.png");
}

.large-open-box-icon {
    background-image: url("../images/icons/largeOpenBox.png");
}

.large-lock-icon {
    background-image: url("../images/icons/pos.png");
    background-position: 75px 0;
}

.globe-and-lock-icon {
    background-image: url("../images/icons/network-security.png");
    background-position: 62px 0;
}

.server-and-lock-icon {
    background-image: url("../images/icons/sa-and-d.png");
    background-position: 50px 12px;
}


.global-table-comparison {
    border: 1px #D1D3D4 solid;
    width: 100%;
    font-size: 16px;
    margin: 20px 0 30px 0;

}

.global-table-comparison tr {
    height: 44px;
    border-top: 1px #D1D3D4 solid;
}

.global-table-comparison tr:nth-child(2n+1) {
    background: #F1F2F2;

}

.global-table-comparison th {
    color: #fff;
    background: #808285;
    font-family: "HelvRegularIBM";
    text-align: center;
    letter-spacing: -0.16px;
}

.global-table-comparison td {
    text-align: center;
    color: #414042;
    padding: 10px 10px 10px 10px;
}

.global-table-comparison .row-title {
    text-align: left;
    font-family: "HelvLightIBM";
    font-size: 18px;
    letter-spacing: -0.18px;
    padding-left: 20px;
    color: #231F20;
}

.simple-table {
    border: 1px #D1D3D4 solid;
}

.simple-table tr:nth-child(even) {
    background: #F1F2F2;
}

.global-list-reset {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.global-list-reset li {
    margin-left: 0;
    list-style: none;
    text-align: left;
}

.baremetals-list-reset {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.baremetals-list-reset li {
    margin-left: 0;
    list-style: none;
    text-align: center;
}

.baremetals-2-list-reset li {
    margin-left: 0;
    text-align: center;
    list-style: disc;
    font-size: 12px;
    list-style-position: inside;

}

.global-standardList, .global-smallList {
    color: #8F1C29;
    margin: 10px 30px 0 30px;
    font-size: 11px;
    list-style-type: square;
}

.global-subList {
    list-style: disc;
    margin-top: 2px;
}

.global-moreSpace li {
    margin-bottom: 15px;
}

.global-smallList {
    font-size: 11px;
    float: left;
    margin-top: 7px;
}

.global-slightlyLargerFont {
    font-size: 14px;
}

li > span {
    color: #373737;
}

.global-smallList > span {
    font-size: 11px;
}

.key-advantages-container{
	 display: block;
    float: left;
    width: 293px;
    vertical-align: top;
}

.key-advantages-right-border{
	 border-right: 1px solid #D1D3D4;
}
.key-advantages-spacing {
    padding: 0px 15px 0px 70px;
    height: 70px;
	margin-right: 15px;
}
.key-advantages-spacing  p{
    font-size:11px;
}
.key-advantages-spacing-end{
padding: 0 0 0 70px;
margin-right: 0;
}
.key-advantages-spacing h5 {
    font-family: "HelvLightIBM";
    font-size: 20px;
    font-weight: normal;
	margin-bottom: 0px;
}

.three-column-smaller {
    display: block;
    float: left;
    width: 282px;
    margin-right: 14px;
    vertical-align: top;
}

.three-column-smaller.row-end {
    margin-right: 0;
}

.key-advantages-spacing-taller-175px {
    padding: 114px 15px 15px 15px;

    height: 175px;
    overflow: hidden;
}

.key-advantages-spacing-taller {
    padding: 15px;
    height: 350px;
    overflow: hidden;
}

.key-advantages-spacing-taller-175px h5 {
    font-family: "HelvLightIBM";
    font-size: 20px;
    font-weight: normal

}

.key-advantages-spacing-taller h5 {

    font-family: "HelvLightIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 18px;
    color: #408ecd;
    margin-bottom: 100px;
    font-weight: normal;
}

.singleproc-icon {
    background-image: url('../images/icons/baremetals-singleproc.png');
    background-repeat: no-repeat;
    background-position: 100px 50px;
}

.dualproc-icon {
    background-image: url('../images/icons/baremetals-dualproc.png');
    background-repeat: no-repeat;
    background-position: 100px 50px;
}

.quadproc-icon {
    background-image: url('../images/icons/baremetals-quadproc.png');
    background-repeat: no-repeat;
    background-position: 100px 50px;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.remove-top-margin {
    margin-top: 0;
}

.remove-bottom-margin {
    margin-bottom: 0;
}

.two-col-list-left, .two-col-list-right {
    width: 150px;
    height: 56px;
    float: left;
    padding: 0;
    margin-bottom: 40px;

}

.two-col-list-left {
    margin-right: 28px;
    margin-left: 28px;
}

.two-col-list-left li, .two-col-list-right li {
    margin: 0 10px 5px 0;
    width: 125px;
}

/*    WIDER LIST STYLES             */

.two-col-list-left-200w, .two-col-list-right-200w {
    width: 200px;
    height: 56px;
    float: left;
    padding: 0;

}

.two-col-list-left-200w {
    margin-right: 28px;
    margin-left: 28px;
}

.two-col-list-left-200w li, .two-col-list-right-200w li {
    margin: 0 10px 5px 0;
    width: 175px;
}

.thinline-bottom-two {
    border-bottom: 1px solid #D1D3D4;
    padding-bottom: 50px;
}

.landing_container {
    padding: 35px;
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color: #373737;
}

.right-form-box {
    border-radius: 3px;
    background: #f8f8f8;
}

.right-feature-sizing {
    width: 293px;
}

.right-feature {
    float: right;
    clear: right;
    margin: 0 0 20px 40px;
}

.right-feature-shadow {
    box-shadow: 0px 0px 3px 3px #e3e3e3;
}

.right-form-box h3 {
    background: #616161;
    color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 4px 4px 4px 8px;
    margin-top: 0;
}

.landing_container h3, h4 {
    margin: 15px 0 0 0;
    font-size: 14px;
}

.landing_container {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color: #373737;
}

.landing_container a {
    text-decoration: none;
    color: #972f2c;
}

#landingSideFormSuccess {
    height: 400px;
	padding: 10px;
}


#landingSideForm {
    font-size: 11px;
}

#landingSideForm h3 {
    font-size: 14px;
    margin-bottom: 15px;
}

#landingSideForm label {
    display: block;
    width: 66px;
    height: 20px;
    text-align: right;
    float: left;
    clear: left;
    margin-right: 8px;
    margin-left: 8px;
}

#landingSideForm input[type="text"], #landingSideForm textarea {
    width: 190px;
    border: 1px solid #B5B5B5;
    margin-bottom: 15px;
    float: none;
    font-size: 11px;
}

#landingSideForm input[type="image"] {
    float: right;
    padding-right: 18px;
}

.landingSideFormBottom {
    margin: 20px 0 30px 10px;
}

#email-error, #lastname-error, #company-error, #country-error2 {
    display: none;
    float: right;
    text-align: right;
    /* width: 215px;
    margin-top: -14px;
    margin-right: 20px; */
}

 #image-text-error{
	 display: none;

    text-align: right;
 }

.required {
    color: #972f2c;
}

#footer-feature-box-sng {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px;
    background: url(../../images/info/sng_asia_pacific_box.png);
    width: 409px;
    height: 353px;
    text-align: left;
    padding: 52px 30px 0 555px;
    line-height: 150%;
}

.footer-feature-box {
    clear: both;
}

#landingSideForm input[type="text"] {
    height: 16px;
}

#moreinfo_industry, #moreinfo_country {
    display: none;
}

.keyAdvantages {
    width: 305px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    background-color: #f8f8f8;
    float: right;
    box-shadow: 0px 0px 5px 3px #eee;
    margin: 0 10px 30px 30px;
}

.landing_container p {
    font-size: 13px;
    margin-top: 5px;
}

.landing-specials-bar {
    margin-left: -35px;
    text-align: center;
    width: 994px;
    padding: 15px 0 15px 0;
    margin-top: 30px;
    font-size: 13px;
}

.keyAdvantages-header {
    height: 30px;
    background-color: #7aaac8;
    font-family: "HelvBoldIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 10px;
    height: 20px;
}

.keyAdvantages-content {
    font-size: 12px;
    padding: 8px 10px 10px;
    color: #616161;
    float: left;
}

.smallList {
    font-size: 11px;
    float: left;
    margin-top: 7px;
}

.standardList, .smallList {
    color: #972f2c;
    margin: 10px 0 0 17px;
    font-size: 11px;
}

.landing_container li {
    font-size: 13px;
}

ul {
    list-style: square;
}

.sfcci-feature {
    float: left;
    width: 420px;
}

.sfcci-features-first {
    margin-top: 55px !important;
}

.sfcci-features-first-dedicated-servers {
    margin-top: 142px !important;
}

.sfcci-features {
    margin-top: 0px;
    background: #f8f8f8;
    padding: 10px 20px 5px 20px;
}

.sfcci-bordered-box {
    border-top: dotted #b5b5b5 1px;
}

.sfcci-feature h2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;

}

.sfcci-features-last {
    border-bottom: dotted 1px #b5b5b5;
}

.right-featured-product-box {
    width: 295px;
    padding: 10px 0px 0px 0px;
    margin: 0px 0 20px 40px;
    background: #F8F8F8;
    border-top: dotted #B5B5B5 1px;
    border-bottom: dotted #B5B5B5 1px;
    text-align: center;
}

.right-feature {
    float: right;
    clear: right;
    margin: 0 0 20px 40px;
}

.right-featured-product-box {
    text-align: center;
}

.right-featured-product-details {
    font-size: 11px !important;
    margin: 5px 0 15px 0 !important;
}

.right-featured-product-benefit {
    background: #e8e8e8;
    padding: 2px 0 2px 0;
    margin: 0px !important;
}

.right-featured-product-benefit-odd {
    background: #F8F8F8;
    padding: 2px 0 2px 0;
    margin: 0px !important;
}

.right-featured-product-build-button {
    margin: 15px 0 10px 0;
}

.right-featured-product-name {
    font-family: "HelvBoldIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 18px;
}

.moreMarginTop {
    margin-top: 15px !important;
}

.keyAdvantages-content ul {
    color: #972f2c;
}

ul, li {
    margin: 0;
    padding: 0;
}

h2 {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
}

#landing-chat-bar {
    margin-top: -48px;
    width: 615px;
    height: 48px;
}

.moreMarginBottom2 {
    margin-bottom: 25px !important;
}

.noTopMargin {
    margin-top: 0 !important;
}

.pointer {
    cursor: pointer;
}

.pointer {
    cursor: pointer;
}

#partnersReferralSignup, #partnersReferralSignup select, #partnersReferralSignup textarea, #partnersReferralSignup input {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

.medium-gray-border {
    border: 1px solid #b9b9b9;
}

.round-corners {
    border-radius: 4px;
}

.slLightGray-background {
    background-color: #f8f8f8;
}

#left-content li, #left-content td, #left-content div.title, #modal-content li {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px;
}

.full-sized-form .title {
    padding: 6px 12px;
}

.round-corners-top {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.slDarkGray-background {
    background-color: #616161;
}

.slWhite {
    color: #fff !important;
}

.bentonsansbold {
    font-family: "HelvBoldIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
}

.bentonsanslight {
    font-family: "HelvLightIBM";
}

.full-sized-form .form-interior {
    padding: 30px;
    font-size: 12px;
}

.slDarkGray2 {
    color: #616161;
}

.bentonsansregular {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.slRed-color {
    color: #972f2c;
}

.full-sized-form .left-column {
    width: 290px;
    float: left;
    clear: left;
}

.right-aligned {
    text-align: right !important;
}

.full-sized-form .right-column {
    width: 320px;
    float: right;
    text-align: right;
}

.full-sized-form label {
    display: block;
}

.slRed {
    color: #972f2c;
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}

#partnersReferralSignup, #partnersReferralSignup select, #partnersReferralSignup textarea, #partnersReferralSignup input {
    font-family: "HelvRegularIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
}

.full-sized-form .standard-field {
    width: 190px;
    height: 18px;
    padding: 0;
    margin: 0 0 15px 10px;
    font-size: 12px;
}

.full-sized-form input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.moreMarginBottom {
    margin-bottom: 15px;
}

.contact-lead-form .required2 {
    margin-left: 0;
}

.required2, .required3 {
    margin-left: 10px;
    color: #972f2c;
    display: none;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.full-sized-form .full-width {
    width: 100%;
    float: left;
    clear: both;
}

.full-sized-form .error {
    border: 1px solid #972f2c;
}

.contact_success {
    height: 150px;
    display: block;
    color: #ffffff;
    padding-top: 75px;
    /* border: 1px solid #972f2c !important; */
}

.multi-column-no-width {
    display: inline-block;
    margin-right: 20px;
    margin-top: 20px;
    vertical-align: top;
}

.multi-column-no-width.row-end {
    margin-right: 0;
}

.latest-press-releases {
    font-size: 12px;

}

.float-left {
    float: left
}

.introP {
    font-size: 16px;
    margin-bottom: 0px;
}

.bold-ideal {
    font-weight: bold;
    margin: 15px 0 5px 0;
}

.overview-box {
    background-color: #F1F2F2;
    background-image: url('../images/icons/baremetals-overview.png');
    background-repeat: no-repeat;
    background-position: 75px 22px;
    height: 170px;
}

.overview-steps {
    display: block;
    float: left;
    width: 175px;
    margin: 110px 20px 0 0;
    font-size: 11px;
}

.overview-steps-left {
    display: block;
    float: left;
    width: 175px;
    margin: 110px 5px 0 75px;
    font-size: 11px;
}

.overview-step-number {
    display: block;
    float: left;
    color: #972f2c;
    font-size: 50px;
    margin: -12px 5px 0 0;
}

.upgrade-options {

    margin-left: 20px;
    padding-left: 60px;
    padding-bottom: 15px;
}

.upgrade-options-right {

    margin-left: 20px;
    margin-right: 20px;
    padding-left: 60px;
    padding-bottom: 10px;
}

.upgrade-options p {
    font-size: 12px;
}

.upgrade-options-right p {
    font-size: 12px;
}

.disk-icon {
    background-image: url('../images/icons/baremetals-localdisk.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.ram-icon {
    background-image: url('../images/icons/baremetals-ram.png');
    background-repeat: no-repeat;
    background-position: 2px 3px;
}
.local-disk-icon {
    background-image: url('../images/icons/local-disk.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.redundant-power-icon {
    background-image: url('../images/icons/redundant-power.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}
.gpu-icon {
    background-image: url('../images/icons/gpu.png');
    background-repeat: no-repeat;
    background-position: 6px 3px;
}
.mass-storage-servers-icon {
    background-image: url('../images/icons/mass-storage-servers.png');
    background-repeat: no-repeat;
    background-position: 6px 3px;
}
.dedicated-rack-icon {
    background-image: url('../images/icons/dedicated-rack.png');
    background-repeat: no-repeat;
    background-position: 3px 3px;
}

.power-supply-icon {
    background-image: url('../images/icons/baremetals-powersupply.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.uplink-icon {
    background-image: url('../images/icons/baremetals-uplink.png');
    background-repeat: no-repeat;
    background-position: 2px 3px;
}

.rack-icon {
    background-image: url('../images/icons/baremetals-rack.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.practices-icon {
    background-image: url('../images/icons/award.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.selection-icon {
    background-image: url('../images/icons/server-selection.png');
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.secserver-icon {
    background-image: url('../images/icons/secure-server-icon.png');
    background-repeat: no-repeat;
    background-position: 8px 5px;
}

.operatingsystem-icon {
    background-image: url('../images/icons/operating-system.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;

    height: 190px;

}

.virtualization-icon {
    background-image: url('../images/icons/virtualization.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;

    height: 120px;

}

.security-icon {
    background-image: url('../images/icons/security.png');
    background-repeat: no-repeat;
    background-position: 68px 0px;

    height: 135px;


}

.database-icon {
    background-image: url('../images/icons/database.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 150px;
}

.control-icon {
    background-image: url('../images/icons/control-panel.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 98px;
}

.control1-icon {
    background-image: url('../images/icons/server-control.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 91px;
}

.flexibility-icon {
    background-image: url('../images/icons/virtual-servers-flexibility.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 53px 51px;
}

.integrated-icon {
    background-image: url('../images/icons/integrated.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 50px 50px;
}

.transparency-icon {
    background-image: url('../images/icons/transparency.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.availability-icon {
    background-image: url('../images/icons/availability.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.scalability-icon {
    background-image: url('../images/icons/scalability.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.adv-control-icon {
    background-image: url('../images/icons/adv-control.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.technologies-icon {
    background-image: url('../images/icons/technologies.png');
    background-repeat: no-repeat;
    background-position: 5px 5px;
}

.secure-icon {
    background-image: url('../images/icons/secure.png');
    background-repeat: no-repeat;
    background-position: 10px 5px;
}


.encompassing-icon {
    background-image: url('../images/icons/encompassing.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.fluent-icon {
    background-image: url('../images/icons/fluent.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 54px 53px ;
}

.intelligent-icon {
    background-image: url('../images/icons/intelligent.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.easytouse-icon {
    background-image: url('../images/icons/easytouse.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.efficient-icon {
    background-image: url('../images/icons/efficient.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.uptime-icon {
    background-image: url('../images/icons/uptime.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.integration-icon {
    background-image: url('../images/icons/integration.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 56px 53px ;
}


.automatic-icon {
    background-image: url('../images/icons/automatic.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.versatile-icon {
    background-image: url('../images/icons/versatile.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.costeffective-icon {
    background-image: url('../images/icons/costeffective.png');

    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.contentsecurity-icon {
    background-image: url('../images/icons/contentsecurity.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.userexperience-icon {
    background-image: url('../images/icons/userexperience.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.performance-icon {
    background-image: url('../images/icons/performance.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.management-icon {
    background-image: url('../images/icons/management.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 59px 52px ;
}

.error-bdr {
    border: 2px solid #972f2c;
    border-width: 2px !important;
}

.software {
    float: left;
    margin: 0 75px 0 15px;
    list-style-position: inside;
}

.software li {
    list-style: disc !important;
}

.sf-header-contact-form input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    height: 40px;
}


.object-storage-pricing-list {
    width: 535px;
    float: left;
    font-size: 12px;
    font-weight: bold;
    margin-top: 30px;
}

.object-storage-pricing-list ul li {
    list-style: none;
    /* padding-bottom:25px;*/

    height: 40px;
}


.object-storage-pricing-list .ob-left {
    width: 325px;
    margin-top: 12px;
    float: left;
    padding-left: 20px
}

.object-storage-pricing-list .on {
    background-color: #f1f2f2;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    border-top-color: #d6d6d7;
}

.object-storage-pricing-list .ob-right {
    width: 150px;
    margin-top: 12px;
    float: right;
    text-align: right;
    padding-right: 20px;
}

.globalreach-icon {
    background-image: url('../images/icons/global-reach.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 280px;
    height: 216px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    border-top-color: #d6d6d7;
}

.globalreach-icon h3 {
    margin-top: 25px;
}

.stowandgo-icon {
    background-image: url('../images/icons/stow-and-go.png');
    background-repeat: no-repeat;
    background-position: 545px 0px;
    border-bottom: 1px solid;
    padding-right: 335px;
    border-bottom-color: #d6d6d7;
    height: 195px;

}

.calc-label {
    width: 135px;
    height: 25px;
    padding-top: 4px;
}

.calculate {
    float: right;
    background-color: #414042;
    font-family: "HelvBoldIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 9px !important;
    border-width: 0;
    height: 20px;
    width: 75px;
}

.object-storage-calculator h4 {
    font-size: 18px;
    margin: 5px, 0, 0, 0;
}

.combination-lock-icon {
    background-image: url('../images/icons/combination-lock.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 280px;
    height: 222px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    border-top-color: #d6d6d7;
}

.combination-lock-icon h3 {
    margin-top: 25px;
}

.disk-drives-icon {
    background-image: url('../images/icons/disk-drives.png');
    background-repeat: no-repeat;
    background-position: 595px -32px;
    border-bottom: 1px solid;
    padding-right: 310px;
    border-bottom-color: #d6d6d7;
    height: 173px;

}

.r-info {
    float: left;
    width: 33%;
}

.left-p {
    float: left;
    width: 430px;
    margin-right: 20px;

}

.left-p.last{
    margin-right:0px;

}

.nessus-icon {
    background-image: url('../images/icons/nessus.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.mcafee-icon {
    background-image: url('../images/icons/mcafee.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.azure-symantec-icon {
    background-image: url('../images/icons/azure-symantec.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.citrix-icon {
    background-image: url('../images/icons/citrix-big.png');
	background-size:164px auto;
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.symantec-icon {
    background-image: url('../images/icons/symantec.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.geotrust-icon {
    background-image: url('../images/icons/geotrust.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.euro-icon {
    background-image: url('../images/icons/euro-flag.jpg');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.hipaa-icon {
    background-image: url('../images/icons/hipaa.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.pci-icon {
    background-image: url('../images/icons/pci.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.csa-icon {
    background-image: url('../images/icons/csa.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.safeharbor-icon {
    background-image: url('../images/icons/safeharbor.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.iso27001{
	background-image: url('../images/icons/iso-27001.png');
    background-repeat: no-repeat;
    background-position: 46px 0px;
}

.aicpa-icon {
    background-image: url('../images/icons/aicpa.png');
    background-repeat: no-repeat;
    background-position: 45px 0px;
}

.idera-icon {
    background-image: url('../images/icons/R1soft.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* padding-left: 190px !important; */
	background-size:contain;
	height:49px;
}

.geometric-icon1 {
background-image: url('../../80AAC3/softlayer.com/SoftLayer4/images/icons/geometric.png');
background-repeat: no-repeat;
background-position: 608px -100px;
padding-right: 281px;
height: 213px;
border-bottom: 1px solid;
border-bottom-color: #d6d6d7;
}

.twentyfourseven-icon1{
background-image: url('../images/icons/our-plat-24-7.jpg');
background-repeat: no-repeat;
background-position: 608px -10px;
padding-right: 367px;
height: 222px;
border-bottom: 1px solid;
border-bottom-color: #d6d6d7;
}

.twentyfourseven-icon2{
background-image: url('../images/icons/cloud-serv-24-7.jpg');
background-repeat: no-repeat;
background-position: 608px -10px;
padding-right: 367px;
height: 198px;

}


.idera-icon h5 {
    font-size: 16px;
}

.evault-icon {
    background-image: url('../images/icons/evault.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    /* padding-left: 190px !important; */
	background-size:contain;
	height:53px;
}

.evault-icon h5 {
    font-size: 16px;
}

.citrix-big-icon {
    background-image: url('../images/icons/citrix-big.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
   /* padding-left: 190px !important; */
   height: 53px;
   background-size: contain;
}

.citrix-big-icon h5 {
    font-size: 16px;
}

.vyatta-icon {
    background-image: url('../images/icons/vyatta.png');
    background-repeat: no-repeat;
    background-position: 0px -12px;
   /* padding-left: 190px !important; */
   background-size: cover;
   height:27px;
}

.vyatta-icon h5 {
    font-size: 16px;
}

.sendgrid-icon {
    background-image: url('../images/icons/sendgrid.png');
    background-repeat: no-repeat;
    background-position: 25px 0px;
}

.flex-icon {
    background-image: url('../images/icons/flex_image.jpg');
    background-repeat: no-repeat;
    background-position: 567px 57px;

    padding-right: 335px;

    height: 260px;
}

.flex-icon h3 {
    font-size: 30px;
}

.flex-icon h5 {
    font-size: 18px;
}

.import-icon {
    background-image: url('../images/icons/import_export.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;

    padding-left: 320px;

    height: 257px;
}

.import-icon h3 {
    font-size: 30px;
}

.import-icon h5 {
    font-size: 18px;
}

.autoscale-icon {
    background-image: url('../images/icons/autoscale.png');
    background-repeat: no-repeat;
    background-position: 690px 0px;

    padding-right: 209px;

    height: 225px;
}

.autoscale-icon h3 {
    font-size: 30px;
}

.autoscale-icon h5 {
    font-size: 18px;
}

.passmark-icon {
    background-image: url('../images/icons/passmark-icon.png');
    background-repeat: no-repeat;
    background-position: 600px 0px;

    padding-right: 335px;

    height: 231px;
}

.passmark-icon h3 {
    font-size: 30px;
}

.passmark-icon h5 {
    font-size: 18px;
}

.rescue-icon {
    background-image: url('../images/icons/rescue-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;

    padding-left: 295px;

    height: 268px;
}

.rescue-icon h3 {
    font-size: 30px;
}

.rescue-icon h5 {
    font-size: 18px;
}

.builttoorder-icon {
    background-image: url('../images/icons/builttoorder-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 305px;
    height: 216px;

    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    border-top-color: #d6d6d7;
}

.turnkey-icon {
    background-image: url('../images/icons/turnkey-icon.png');
    background-repeat: no-repeat;
    background-position: 545px 0px;

    padding-right: 335px;

    height: 275px;
}

.api-icon {
    background-image: url('../images/icons/api.png');
    background-repeat: no-repeat;
    background-position: 0px -15px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-left: 335px;

    height: 227px;
}

.message-icon {
    background-image: url('../images/icons/message.png');
    background-repeat: no-repeat;
    background-position: 545px 0px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-right: 335px;

    height: 259px;
}

.transcoding-icon {
    background-image: url('../images/icons/transcoding.png');
    background-repeat: no-repeat;
    background-position: 0px -9px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-left: 335px;

    height: 220px;
}

.emaildelivery-icon {
    background-image: url('../images/icons/emaildelivery.png');
    background-repeat: no-repeat;
    background-position: 545px 0px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-right: 335px;

    height: 254px;
}

.devnetwork-icon {
    background-image: url('../images/icons/devnetwork.png');
    background-repeat: no-repeat;
    background-position: 0px -28px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-left: 335px;

    height: 217px;
}

.softlayerapi-icon {
    background-image: url('../images/icons/desktop.jpg');
    background-repeat: no-repeat;
    background-position: -40px -20px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-left: 335px;

    height: 258px;
}

.mobileapps-icon {
    background-image: url('../images/icons/mobile_devices.jpg');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    padding-left: 335px;

    height: 425px;
}

.customerportal-icon {

    float: right;
    margin-left: 45px;
    width: 355px;

}

.customerportal-icon p {

    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
    border-top: 1px solid;
    border-top-color: #d6d6d7;
    padding-right: 35px;
}

.pdfdownloadbox {
    float: right;
    width: 290px;
    margin-right: 20px;
}

.move-left {
    left: -960px; /*or bottom, top, right*/
}

.slide {
    display: none;
}

.quote {
    float: left;
    width: 960px;

    box-sizing: border-box;
    display: none;
}

.secondary-recaptcha {
    width: 300px;
    display: block;
    float: right;
    margin-top: 20px;
    border: 1px solid #dfdfdf !important;
    padding: 5px;
    background-color: #f2f2f2;
}

.exceptionalperformance-icon {
    background-image: url('../images/icons/exceptionalperformance-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 185px;
}

.exceptionalperformance1-icon {
    background-image: url('../images/icons/exceptionalperformance-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 113px;
}

.higherscalability-icon {
    background-image: url('../images/icons/higherscalability-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 164px;
}

.higherscalability1-icon {
    background-image: url('../images/icons/higherscalability-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 130px;
}

.higherperformance-icon {
    background-image: url('../images/icons/higherperformance-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 128px;
}

.loadbalancing-icon {
    background-image: url('../images/icons/loadbalancing-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.firewall-icon {
    background-image: url('../images/icons/firewall-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.webservers-icon {
    background-image: url('../images/icons/webservers-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.applicationserver-icon {
    background-image: url('../images/icons/applicationserver-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.databaseservers-icon {
    background-image: url('../images/icons/databaseservers-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.cdn-icon {
    background-image: url('../images/icons/cdn-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.backup-icon {
    background-image: url('../images/icons/backup-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.objectstorage-icon {
    background-image: url('../images/icons/objectstorage-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 3px;
}

.higherperformanceecomm-icon {
    background-image: url('../images/icons/higherperformanceecomm-icon.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 80px;
}

.acceleratedmarket-icon {
    background-image: url('../images/icons/acceleratedmarket.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 92px;
}

.shoppingcart-icon {
    background-image: url('../images/icons/shoppingcart.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 90px;
}

.payasyougo-icon {
    background-image: url('../images/icons/payasyougo.png');
    background-repeat: no-repeat;
    background-position: 50px 0px;
    height: 90px;
}

.baremetal-ad-box {
    display: inline-block;
    padding-right: 28px;
}

.baremetal-ad-box-end {
    display: inline-block;
}

.dmca-ad-box {
    float: right;
    padding: 10px 20px 10px 20px;
    margin-bottom: 30px;
}

.dmca-ad-box p {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-bottom: 8px;
    margin-top: 0px;
}

.DCMA-bold {
    font-family: "HelvBoldIBM", "Myriad Pro", Myriad, "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 18px;
}

.event-head {
    background-color: #818286;
    color: #fff;
    font-weight: bold;
}

.events {
    border: 0px;
}

.events tr {
    border: 1px #d5d5d5 solid;
}

hr {
    width: 100%;
    color: #dfe0e0;
}

.hero {
    margin: 0px 0px 40px 0px;
}

.hero p{
    font-size: 16px;
    margin-bottom: 0px;
}

.action {
    margin: 30px 0px 30px 0px;
}

.thirty-bottom {
    margin-bottom: 30px;
}

.thirty-top {
    margin-top: 30px;
}

.fifteen-bottom {
    margin-bottom: 15px;
}

.fifteen-top {
    margin-top: 15px;
}

.press-contact {
    width: 225px;
    padding: 20px 20px 20px 20px;
    background-color: #f2f2f2;
    margin-right: 0px;
    margin-top: 0px;
}

.press-releases {
    width: 580px;
    margin: 0 0 0 30px;
}

.press-releases td a {
    color: #231F20;
}

.press-red {
    color: #972f2c;
    font-weight: bold;
}



.reseller-list {
    list-style: square;
    float: left;
    margin: 0 75px 0 15px;
    list-style-position: outside;
}

.reseller-list li {
    margin-bottom: 10px;
}

.monitoring-icon {
    background-image: url('../images/icons/monitoring.png');
    background-repeat: no-repeat;
    background-position: 0px -41px;
    padding-left: 380px;
    height: 360px;
}

.radar-icon {
    background-image: url('../images/icons/radar.png');
    background-repeat: no-repeat;
    background-position: -46px 0px;
    width: 367px;
    height: 223px;
    float: right;
}

.jetengine-icon {
    background-image: url('../images/icons/jetengine.png');
    background-repeat: no-repeat;
    background-position: 0px -99px;
    padding-left: 305px;
    height: 205px;

    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
}

.geometric-icon {
    background-image: url('../images/icons/peer-with-softlayer.png');
    background-repeat: no-repeat;
    background-position: 672px 0px;
    padding-right: 281px;
    height: 176px;

    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
}

.copperpuzzle-icon {
    background-image: url('../images/icons/copperpuzzle.png');
    background-repeat: no-repeat;
    background-position: 0px -23px;
    padding-left: 305px;
    height: 218px;

    border-bottom: 1px solid;
    border-bottom-color: #d6d6d7;
}

.integratedmanagementsystemgraph-icon {
    background-image: url('../images/icons/integratedmanagementsystemgraph.png');
    background-repeat: no-repeat;
    background-position: 608px -0px;
    padding-right: 288px;
    height: 213px;
}

.rackdiagram-icon {
    background-image: url('../images/icons/rackdiagram.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    padding-left: 288px;
    height: 158px;

}

.poddiagramenlarge {
    z-index: 10;
    display: block;
    position: relative;
    left: 744px;
    top: -8px;
}

.rackdiagramenlarge {
    z-index: 10;
    display: block;
    position: relative;
    left: -288px;
    top: -37px;
}

.pipesandwheels-icon {
    background-image: url('../images/icons/pipesandwheels.png');
    background-repeat: no-repeat;
    background-position: 608px 0px;
    padding-right: 286px;
    height: 188px;
}

.settrap-icon {
    background-image: url('../images/icons/settrap.png');
    background-repeat: no-repeat;
    background-position: 623px 10px;
    padding-right: 288px;
    height: 195px;
}

.networkcubes-icon {
    background-image: url('../images/icons/network-cubes.jpg');
    background-repeat: no-repeat;
    background-position: 573px 28px;
    padding-right: 326px;
    height: 267px;
}

.clipboard-icon {
    background-image: url('../images/icons/clip-board.jpg');
    background-repeat: no-repeat;
    background-position: 602px -8px;
    padding-right: 288px;
    height: 234px;
	border-bottom: 1px solid;
	border-bottom-color: #d6d6d7;
}


#data-center-specs {
    width: 880px;
}

.dl-zip{
	padding-top: 2px;
}
.clockwork-icon{
   background-image:  url('../images/icons/clockwork.png');
   background-repeat: no-repeat;
   background-position: 586px -3px;
   padding-right: 262px;
   height:221px;

border-bottom: 1px solid;
border-bottom-color: #d6d6d7;
}

.harddrives-icon{
   background-image:  url('../images/icons/harddrives.png');
   background-repeat: no-repeat;
   background-position: -11px -3px;
   padding-left: 291px;
   height:244px;

border-bottom: 1px solid;
border-bottom-color: #d6d6d7;
}

.gearshift-icon{
   background-image:  url('../images/icons/gearshift.png');
   background-repeat: no-repeat;
   background-position: 583px -4px;
   padding-right: 290px;
   height:202px;

border-bottom: 1px solid;
border-bottom-color: #d6d6d7;
}

.cog-icon {
background-image: url("../images/icons/cog-icon.png");

background-position: 2px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 135px;
}

.storage-big-icon {
background-image: url("../images/icons/storage-big.png");

background-position: 2px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 119px;
}

.autoscale1-icon{
background-image: url('../images/icons/control-panel.png');
background-repeat: no-repeat;
background-position: 0px 3px;
background-size:37px 40px;
}

.autoscale2-icon{
background-image: url('../images/icons/higherperformance-icon.png');
background-repeat: no-repeat;
background-position: 0px 3px;
background-size:37px 40px;
}

.autoscale3-icon{
background-image: url('../images/icons/payasyougo.png');
background-repeat: no-repeat;
background-position: 0px 3px;
background-size:37px 40px;
}

.autoscale4-icon{
background-image: url('../images/icons/shippingcart.png');
background-repeat: no-repeat;
background-position: 0px 3px;
background-size:37px 40px;
}

.get-starter-autoscale{
	background-image: url('../images/icons/autoscale.png');
	background-repeat: no-repeat;
	padding-right:220px;
	background-position: 689px 0px;
}


.stockgraph-icon{
background-image: url('../images/icons/stockgraph.png');
background-repeat: no-repeat;
background-position: 0px 3px;
}
.photosharing-icon{
background-image: url('../images/icons/photosharing.png');
background-repeat: no-repeat;
background-position: 0px 3px;
}
.letterflag-icon{
background-image: url('../images/icons/letterflag.png');
background-repeat: no-repeat;
background-position: 0px 3px;
}
.shippingcart-icon{
background-image: url('../images/icons/shippingcart.png');
background-repeat: no-repeat;
background-position: 0px 3px;
}
.graysecurity-icon {
background-image: url("../images/icons/graysecurity.png");

background-position: 76px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 100px;
}
.storagebackup-icon {
background-image: url("../images/icons/storagebackup.png");

background-position: 64px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 120px;
}
.databasestrategy-icon {
background-image: url("../images/icons/databasestrategy.png");

background-position: 58px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 125px;
}
.monitoring-radar-icon {
background-image: url("../images/icons/monitoring-radar.png");

background-position: 68px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 120px;
}

.localloadbalancing-icon {
background-image: url("../images/icons/localloadbalancing.png");
background-position: 51px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 145px;
}

.globalloadbalancing-icon {
background-image: url("../images/icons/globalloadbalancing.png");
background-position: 49px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 180px;
}

.highavailabilityloadbalancers-icon {
background-image: url("../images/icons/highavailabilityloadbalancers.png");
background-position: 37px 0px;
padding-left: 225px;
background-repeat: no-repeat;
height: 99px;
}


.col1,.col2,.col3,.col4,.col5, .col6, .col7, .col8 {
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 116px;

}

.dconeline{
 height:25px;
}

.dctwoline{
 height:36px;
}
.dconepad{
 margin-top:3px;
 display:block;
}

.dctwopad{
 margin-top:7px;
 display:block;
}
.col1{
width: 114px;
text-align: left;

}
.col4,.col5,.col6{
width: 70px;
}
.col7{
width: 240px;

}

.pcol1,.pcol2,.pcol3,.pcol4,.pcol5{
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 120px;
text-align: center;
}

.pcol6{
	display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 220px;
text-align: center;
}
.pcol1{
text-align: left;

}

.dcchead{
	font-size: 13px;
	background-color: #fff;
	padding-left: 7px !important;
}
.carcol1,.carcol2,.carcol3,.carcol4,.carcol5, .carcol6, .carcol7, .carcol8, .carcol9, .carcol9-1, .carcol9-2,.carcol10, .carcol11, .carcol12, .carcol13 {
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
}
.carcol1{
width:35px;


}
.carcol13{
width:77px;


}
.cardark{
	background-color:#f1f2f2;

	/* font-size: 16px;
	 height: 41px; */
}
.cardark1{
	background-color:#f1f2f2;
    height: 35px;
	/* font-size: 16px;
	 height: 41px; */
}

.pcarcol1,.pcarcol2,.pcarcol3,.pcarcol4,.pcarcol5, .pcarcol6, .pcarcol7, .pcarcol8, .pcarcol9, .ppcarcol9-1, .pcarcol9-2,.pcarcol10, .pcarcol11, .pcarcol12, .pcarcol13 {
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 67px;

}
.pcarcol1{
width:78px;
text-align: left;

}
.pcardark{
	background-color:#f1f2f2;

	/* font-size: 16px;
	 height: 41px; */
}
.pcardark1{
	background-color:#f1f2f2;

	/* font-size: 16px;*/
	 height: 41px;
}
.engcol1,.engcol2,.engcol3,.engcol4,.engcol5{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 170px;

font-family: "HelvRegularIBM";

}

.engcol1{
text-align: left;
width: 139px;
}
.emailcol1,.emailcol2,.emailcol3,.emailcol4,.emailcol5{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 134px;

font-family: "HelvRegularIBM";

}

.emailcol1{
text-align: left;
width: 284px;
}

.compstorcol1,.compstorcol2,.compstorcol3,.compstorcol4,.compstorcol5,.compstorcol6{
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 137px;

font-family: "HelvRegularIBM";
text-align: center;
}

.compstorcol1{
text-align: left;
width: 135px;
}



.sslcol1,.sslcol2,.sslcol3,.sslcol4,.sslcol5,.sslcol6{
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 135px;
background-color: #f4f4f4;
font-family: "HelvRegularIBM";

}

.sslhead{
	font-size:13px;
	background-color: #fff;
	padding-left: 6px;
}

.dchead{
	font-size:13px;
	background-color: #fff;

}
.ssldark{
	background-color: #f4f4f4;
}



.ssl-right-bord{
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.ssl-bot-bord{
	border-bottom: 2px solid #fff;
}
.doubleline-h{
	height: 35px;
}
.doubleline-vert-cent{
	display: inline-block;
	margin-top: 10px;
}

.tripleline-h{
	height: 52px;
}

.tripleline-vert-cent{
	display: inline-block;
	margin-top: 17px;
}
.the-empty-x{
	 background-image: url('../images/icons/the-empty-x.png');
    background-repeat: no-repeat;
	width:10px;
	display: inline-block;
	top: 5px;
	position: relative;
}

.sslcol1{
	width: 135px;
}

.mongocol1,.mongocol2,.mongocol3,.mongocol4{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 152px;

font-family: "HelvRegularIBM";

}

.mongocol1{
text-align: left;
width: 376px;
}


.cacol1,.cacol2,.cacol3,.cacol4{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 77px;

font-family: "HelvRegularIBM";

}

.cacol1{
text-align: left;
width: 601px;
}
.riakcol1,.riakcol2{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 428px;

font-family: "HelvRegularIBM";

}
.partcol1,.partcol2,.partcol3{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 281px;

font-family: "HelvRegularIBM";

}
.eracol1,.eracol2,.eracol3{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 92px;

font-family: "HelvRegularIBM";

}

.eracol1{
text-align: left;
width: 659px;
}

.compcol1,.compcol2,.compcol3{
display: block;
float:left;
display: block;
float: left;

padding: 5px;
width: 329px;

font-family: "HelvRegularIBM";

}

.compcol1{
text-align: left;
width: 186px;
}

.compdark{
	background-color:#f1f2f2;
	font-size: 16px;
}

.vs-col1,.vs-col2,.vs-col3,.vs-col4,.vs-col5, .vs-col6{
display: block;
float:left;
display: block;
float: left;
border: 1px black;
padding: 5px;
width: 130px;

font-family: "HelvRegularIBM";
text-align: center;
}
.vs-col1{
text-align: left;

}

.vs-dark{
	background-color:#f1f2f2;

	font-size: 16px;
	height: 85px;
}
.vs-first{
	width: 170px;
}

.box-lists{
	float: left;
	margin: 0 0PX 0 15px;
	width:310px;
}

.orangegraph-icon {
background-image: url('../images/icons/orangegraph-icon.png');
background-repeat: no-repeat;
background-position: 62px 0px;

}

.cisco-arbor-icon{
   background-image:  url('../images/icons/best-in-class.png');
   background-repeat: no-repeat;
   background-position: 672px 0px;
   padding-right: 288px;
   height:275px;


}

.ivp6-icon{
   background-image:  url('../images/icons/ivp6.png');
   background-repeat: no-repeat;
   background-position: 686px 3px;
   padding-right: 288px;
   height:152px;
}

.cubes-icon{
   background-image:  url('../images/icons/cubes.png');
   background-repeat: no-repeat;
   background-position: 0px -1px;
   padding-left: 360px;
   height:214px;
}

.microphones-icon{
   background-image:  url('../images/icons/microphones.png');
   background-repeat: no-repeat;
   background-position: 448px -1px;
   padding-right: 437px;
   height:228px;


}

.standard-icon{
   background-image:  url('../images/icons/standard.png');
   background-repeat: no-repeat;
   background-position: 79px -1px;
   padding-left: 239px;
   height:90px;
}
.dedicated-icon{
   background-image:  url('../images/icons/dedicated.png');
   background-repeat: no-repeat;
   background-position: 79px -1px;
   padding-left: 239px;
   height:125px;
   /* top:0px;  */
}
.dedicated-ha-icon{
   background-image:  url('../images/icons/dedicated-ha.png');
   background-repeat: no-repeat;
   background-position: 55px -1px;
   padding-left: 239px;
   height:130px;
}
.fortinet-icon{
   background-image:  url('../images/icons/fortinet.png');
   background-repeat: no-repeat;
  /* background-position: -9px -1px; */
   background-size: contain;
  /* padding-left: 239px; */
   height:28px;
}
.vyatta1-icon {
background-image: url('../images/icons/vyatta.png');
background-repeat: no-repeat;
/* background-position: -9px -12px;
 padding-left: 239px !important; */
height:37px;
background-size: cover;
}

.citrix-xenserver-icon{
   background-image:  url('../images/icons/citrix-xenserver.png');
   background-repeat: no-repeat;
   background-position: 55px -1px;
   padding-left: 268px;
   height:137px;
}

.citrix-xendesktop-icon{
   background-image:  url('../images/icons/citrix-xendesktop.png');
   background-repeat: no-repeat;
   background-position: 51px -1px;
   padding-left: 268px;
   height:99px;
}

.windows-server-icon{
   background-image:  url('../images/icons/windows-server.png');
   background-repeat: no-repeat;
   background-position: 55px -1px;
   padding-left: 268px;
   height:174px;
}

.vmware-icon{
   background-image:  url('../images/icons/vmware.png');
   background-repeat: no-repeat;
   background-position: 22px 4px;
   padding-left: 268px;
   height:106px;
}

.parallels-icon{
   background-image:  url('../images/icons/parallels.png');
   background-repeat: no-repeat;
   background-position: 28px -1px;
   padding-left: 268px;
   height:125px;
}

.paralells-baremetal-icon{
   background-image:  url('../images/icons/paralells-baremetal.png');
   background-repeat: no-repeat;
   background-position: -1px -25px;
   padding-left: 268px;
   height:137px;
}

.virtuozzo-icon{
   background-image:  url('../images/icons/virtuozzo.png');
   background-repeat: no-repeat;
   background-position: 19px -1px;
   padding-left: 268px;
   height:123px;
}

.wildcatters-icon{
   background-image:  url('../images/icons/wildcatters.png');
   background-repeat: no-repeat;
   background-position: 19px -31px;
   padding-left: 268px;
   height:185px;
}

.techstars-icon{
   background-image:  url('../images/icons/techstars.png');
   background-repeat: no-repeat;
   background-position: 19px -1px;
   padding-left: 268px;
   height:225px;
}

.masschallenge-icon{
   background-image:  url('../images/icons/masschallenge.png');
   background-repeat: no-repeat;
   background-position: 19px -42px;
   padding-left: 268px;
   height:270px;
}

.betaltd-icon{
   background-image:  url('../images/icons/betaltd.png');
   background-repeat: no-repeat;
   background-position: 19px -1px;
   padding-left: 268px;
   height:153px;
}

.controls-icon{
   background-image:  url('../images/icons/controls.png');
   background-repeat: no-repeat;
   background-position: 0px -34px;
   padding-left: 389px;
   height:217px;
}
.toolsa-icon{
   background-image:  url('../images/icons/tools-a.png');
   background-repeat: no-repeat;
   background-position: 469px -44px;
   padding-right: 389px;
   height:211px;
}
.monitoring-reporting-icon{
   background-image:  url('../images/icons/monitoring-reporting.png');
   background-repeat: no-repeat;
   background-position: 0px -28px;
   padding-left: 401px;
   height:229px;
}
.supportphone-icon{
   background-image:  url('../images/icons/supportphone.png');
   background-repeat: no-repeat;
   background-position: 11px -49px;
   padding-left: 425px;
   height:234px;
}

.managedhosting-icon{
   background-image:  url('../images/icons/managedhosting.png');
   background-repeat: no-repeat;
   background-position: 549px -13px;
   padding-right: 389px;
   height:244px;
}

.cat5-icon{
   background-image:  url('../images/icons/cat5-1.png');
   background-repeat: no-repeat;
   background-position: 63px 0px;
   padding-left: 247px;
   height:147px;
}

.puzzle-icon{
   background-image:  url('../images/icons/full-integration.png');
   background-repeat: no-repeat;
   background-position: 63px 0px;
   padding-left: 247px;
   height:106px;
   background-size: 80px;
}

.backupstorage-icon{
   background-image:  url('../images/icons/frequent-backups.png');
   background-repeat: no-repeat;
   background-position: 63px 0px;
   padding-left: 247px;
   height:106px;
   background-size: 80px;
}

.securedata-icon{
   background-image:  url('../images/icons/super-secure-data.png');
   background-repeat: no-repeat;
   background-position: 63px 0px;
   padding-left: 247px;
   height:106px;
   background-size: 80px;
}
.bluerpm-icon{
   background-image:  url('../images/icons/bluerpm-1.png');
   background-repeat: no-repeat;
    background-position: 63px 0px;
   padding-left: 247px;
   height:119px;
}
.greenradar-icon{
   background-image:  url('../images/icons/greenradar-1.png');
   background-repeat: no-repeat;
     background-position: 63px 0px;
   padding-left: 247px;
   height:90px;
}
.cdngeo-icon{
   background-image:  url('../images/icons/cdngeo1.png');
   background-repeat: no-repeat;
   background-position: 546px -49px;
   padding-right: 357px;
   height:191px;
}
.redlink-icon{
   background-image:  url('../images/icons/red-link.png');
   background-repeat: no-repeat;
   background-position: -59px -1px;
   padding-left: 357px;
   height:229px;
}

.redlink1-icon{
   background-image:  url('../images/icons/red-link.png');
   background-repeat: no-repeat;
   background-position: 466px -1px;
   padding-right: 359px;
   height:258px;
}
.bigprivatenetwork-icon{
   background-image:  url('../images/icons/smaller-catlock.png');
   background-repeat: no-repeat;
   background-position: 664px 20px;
   padding-right: 285px;
   height:200px;
}

.scsi-icon{
   background-image:  url('../images/icons/scsi.png');
   background-repeat: no-repeat;
   background-position: 35px 0px;
   padding-left: 175px;
   height:185px;
}
.ftp-icon{
   background-image:  url('../images/icons/ftp.png');
   background-repeat: no-repeat;
   background-position: 5px -27px;
   padding-left: 175px;
   height:150px;
}

.nonoise-icon{
   background-image:  url('../images/icons/nonoise.png');
   background-repeat: no-repeat;
  background-position: 21px -9px;
padding-left: 175px;
height: 102px;
}

.greengraph-icon{
   background-image:  url('../images/icons/greengraph.png');
   background-repeat: no-repeat;
  background-position: 21px -9px;
padding-left: 175px;
height: 102px;
}

.privatenetwork-icon {
background-image: url('../images/icons/privatenetwork.png');
background-repeat: no-repeat;
background-position: 62px 0px;
}

.publicnetwork-icon {
background-image: url('../images/icons/publicnetwork.png');
background-repeat: no-repeat;
background-position: 62px 0px;
}

.managementnetwork-icon {
background-image: url('../images/icons/managementnetwork.png');
background-repeat: no-repeat;
background-position: 62px 0px;
}

.getstarted-icon{
   background-image:  url('../images/icons/getstarted.png');
   background-repeat: no-repeat;
  background-position: 8px -9px;
padding-left: 175px;
height: 102px;
}

.expandgeo-icon{
   background-image:  url('../images/icons/expandgeo.png');
   background-repeat: no-repeat;
   background-position: 21px -9px;
padding-left: 175px;
height: 102px;
}

.tattovision-icon{
   background-image:  url('../images/icons/tattovision.png');
   background-repeat: no-repeat;
   background-position: 460px -9px;
padding-right: 382px;
height: 283px;
}

.personal-icon{
   background-image:  url('../images/icons/personal.png');
   background-repeat: no-repeat;
   background-position: -23px -9px;
padding-left: 436px;
height: 252px;
}

.aroundtheclock-icon{
   background-image:  url('../images/icons/aroundtheclock.png');
   background-repeat: no-repeat;
  background-position: 18px -19px;
padding-left: 190px;
height: 89px;

}
.automatedcontrol-icon{
   background-image:  url('../images/icons/automatedcontrol.png');
   background-repeat: no-repeat;
 background-position: 27px -9px;
padding-left: 190px;
height: 89px;

}

.flexibility1-icon{
   background-image:  url('../images/icons/flexibility.png');
   background-repeat: no-repeat;
 background-position: 47px 0px;
padding-left: 190px;
height: 110px;

}
.globalreach1-icon{
   background-image:  url('../images/icons/globalreach.png');
   background-repeat: no-repeat;
   background-position: 27px -9px;
padding-left: 190px;
height: 108px;

}
.ondemandscalability-icon{
   background-image:  url('../images/icons/ondemandscalability.png');
   background-repeat: no-repeat;
  background-position: 20px -2px;
padding-left: 190px;
height: 93px;

}
.comprehensivereseller-icon{
   background-image:  url('../images/icons/comprehensivereseller.png');
   background-repeat: no-repeat;
  background-position: 27px -9px;
padding-left: 190px;
height: 89px;

}

.expand-icon {
    background-image: url('../images/icons/expand-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
	.trust-icon {
    background-image: url('../images/icons/trust-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 53px 44px;
}
	.move-icon {
    background-image: url('../images/icons/move-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}


.free-icon {
    background-image: url('../images/icons/free-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.nofees-icon {
    background-image: url('../images/icons/nofees.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.mentoring-icon {
    background-image: url('../images/icons/mentoring-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 52px 53px ;
}

.incubator-icon {
    background-image: url('../images/icons/incubator.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 60px 51px ;
}

.keys-icon {
    background-image: url('../images/icons/keys-icon.png');
    background-repeat: no-repeat;
    background-position: 115px 40px;
}

.allyours-icon {
    background-image: url('../images/icons/allyours.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.upload-icon {
    background-image: url('../images/icons/upload-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 53px 53px;
}
.convert-icon {
    background-image: url('../images/icons/convert-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
}
.showoff-icon {
    background-image: url('../images/icons/showoff-icon.png');
    background-repeat: no-repeat;
    background-position: 0px 5px;
	background-size: 52px 46px;
}
.management1-icon {
    background-image: url('../images/icons/management.png');
    background-repeat: no-repeat;
    background-position: 71px 30px;
}

.summary-icon {
    background-image: url('../images/icons/summary-icon.png');
    background-repeat: no-repeat;
    background-position: 71px 30px;
}
.efficient1-icon {
    background-image: url('../images/icons/efficient.png');
    background-repeat: no-repeat;
    background-position: 71px 30px;
}
.twentyfourseven-icon {
    background-image: url('../images/icons/twentyfourseven-icon.png');
    background-repeat: no-repeat;
    background-position: 71px 30px;
}

.osnexus-icon{
   background-image:  url('../images/icons/osnexus.png');
   background-repeat: no-repeat;
   background-position: 0px 0px;
   /* padding-left: 204px; */
   height:32px;
   background-size: contain;
}

.computebd-icon {
background-image: url('../images/icons/compute.png');
background-repeat: no-repeat;
background-position: 25px 0px;
}
.networkbd-icon {
background-image: url('../images/icons/network.png');
background-repeat: no-repeat;
background-position: 25px 0px;
}
.scalebd-icon {
background-image: url('../images/icons/scale.png');
background-repeat: no-repeat;
background-position: 25px 0px;
}
.softwarebd-icon {
background-image: url('../images/icons/software.png');
background-repeat: no-repeat;
background-position: 25px 0px;
}

.executive-biographies {
    margin-right: 40px;
    background-position: 47px 0px;
    padding-left: 165px;
}

.largeimagebox h3 {
    font-size: 20px;
}

.largeimagebox h5 {
    font-size: 16px;
}
#server-prices{
	width: 880px;
    height: 503px;
	background-image: url('../images/server-rack-clean.jpg');
	background-repeat: no-repeat;
}
.price{

	float:left;
	width:424px;
}

.price#bare-metal{
    margin-right:32px;

}
#legend{
    z-index: 1000;
	position:relative;
	top:-127px;
	left:0px;
	width: 186px;
}

#legend-a{
    z-index: 1000;
	position:relative;
	top:-152px;
	left:277px;
	width: 186px;
}



.catalyst-team{
	/*padding-left: 200px;*/
}

.catalyst-team h5{
	margin-bottom: 10px;
}

.crew-photo {
	width: 148px;
	padding-top: 125px;
	padding-left: 62px;
	float:left;
}

.litoria{
	background: url('../../images/catalyst/bio_jennifer_litoria.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 54px;

}

.maloy{
	background: url('../../images/catalyst/bio_rich_maloy.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.virjee{
	background: url('../../images/catalyst/bio_qasim_virjee.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.quigley{
	background: url('../../images/catalyst/bio_mark_quigley.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.quigley{
	background: url('../../images/catalyst/bio_mark_quigley.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.krammes{
	background: url('../../images/catalyst/bio_josh_krammes.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 56px;

}

.hilborn{
	background: url('../../images/catalyst/bio_kelly_hilborn.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}
.dublin{
	background: url('../../images/catalyst/bio_jared_dublin.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.radi{
	background: url('../../images/catalyst/bio_rita_radi.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 30px;

}
.sampson{
	background: url('../../images/catalyst/bio_emily_sampson.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 58px;

}
.bert{
	background: url('../../images/catalyst/bio_anna_bofill_bert.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}
.lau{
	background: url('../../images/catalyst/bio_casey_lau.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 68px;

}
.mui{
	background: url('../../images/catalyst/bio_andy_mui.jpg');
	background-repeat: no-repeat;
	background-position: 35px 5px;
	height: 85px;

}

.begin-price {
	float: right;
	position: relative;
}

.begin-price-one {
	float: right;
	position: relative;
	height: 88px;
	cursor: pointer;
}

.begin-price-one a {
	color: #000;
	cursor:pointer;
}
.priced {
	float:right;
	font-size:11px;
	margin-top:10px;
}
.price-att{
	float: left;
	position: relative;
	width: 500px;

}
.price-cents{
	width:20px;
	margin-right:10px;
	float:right;
	margin-top: 11px;
}

.price-att-one{
	float: left;
	position: relative;
	width: 660px;
}

.price-att-two{
	float: left;
	position: relative;
	width: 635px;
}



.price-starting{
	font-size:13px;
	top: 5px;
	position: relative;
	float: right;
}
.price-dolla{
	font: 24px "HelvLightIBM";
	display: block;
	float: left;
	margin-top:10px;

}

.price-dolla-1{
	font: 19px "HelvLightIBM";
	position: relative;
	top: -6px;


}
.price-mo{
	font: 13px "HelvLightIBM";
	top: -10px;
	position: relative;
	float:right;

}

.price-number{
font: 50px "HelvLightIBM";

}

.price-number-1{
font: 50px "HelvLightIBM";

}

.price-see-mo {
	cursor:pointer;
	font-size:11px;
	color: #81c1f9;
	float:right;
	/* margin-right:15px; */
	margin-top: 10px;
	margin-bottom: 10px;
}

.price-starting-one{
	font-size:11px;
	position: relative;
	float: right;
}
.price-dolla-one{
	font: 15px "HelvLightIBM";
	display: block;
	float: left;
	margin-top:10px;
	position: relative;
top: -10px;
}
.price-mo-one{
	font: 11px "HelvLightIBM";
	position: relative;
	float:right;
	position: relative;
	top: -17px;
}
.price-hr{
	position: relative;
	top: -17px;
}

.price-number-one{
font: 40px "HelvLightIBM";
position: relative;
top: -10px;
}

.price-see-mo-one {
	cursor:pointer;
	font-size:11px;
	color: #81c1f9;
	float:right;
	/* margin-right:15px; */
	position: relative;
top: -10px;
}


.price-see-less {
	cursor:pointer;
	font-size:13px;
	float:right;
	color: #81c1f9;
}

.infinite-dots{
	width:100%;
	background-image:  url('../images/icons/dot.png');
	background-repeat: repeat-x;
	background-position: 0px 12px;
	height: 15px;
	float: left;
	margin: 0 3px;
}

.pricing{
	display: none;
	color: #fff;
	z-index:10;
	position: absolute;
	right: 0px;
	background-color:#57585c;
	top: 100px;
	padding:10px;
}

.pricing-bare{
	display: none;
	color: #fff;
	z-index:10;
	position: absolute;
	right: 0px;
	background-color:#57585c;
	top: 70px;
	padding:10px;
}

.pricing-bare hr {
	margin: 10px 0;
}

.pricing hr {
	margin: 10px 0;
}

.pricing-arrow-up {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	float:right;
	border-bottom: 5px solid #81c1f9;
	margin-top: 8px;
	margin-left: 5px;
}

.pricing-arrow-down {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	float:right;
	border-top: 5px solid #81c1f9;
	margin-top: 4px;
	margin-left: 5px;
}

.pricing-arrow-down-one {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	float:right;
	border-top: 5px solid #81c1f9;
	margin-top: 4px;
	margin-left: 5px;
}

.services-right {
	margin-left: 10px;
	float:right;
	display:block;
	width: 406px;
}

.services-left{
	margin-right: 10px;
	float:left;
	display:block;
	width: 426px;
}

.services li{
	color: #972f2c;
	margin: 5px 0 0 20px;
	list-style-type: square;
}

.services span, .services a.linkArrow{
	font-size: 12px;
	
}

.services span{
	color:#373737;
}

.services ul{
	margin-bottom: 10px;
}


.call-to-action{
	font: 20px "HelvLightIBM";
}

.formitem{
	width:295px;
	padding: 5px;
}

.formitemrow{
	margin: 0 auto;
	width: 295px;
}

.formitem label{
	float:left;
}

.formitem input{
	float: right;
}

.formitem select{
	float: right;
}


#partners_apply-marketplace_form div.description {
    margin-bottom: 5px;
}

#partners_apply-marketplace_form div.fieldHolder {
    margin-bottom: 15px;
}

#partners_apply-marketplace_form span {
    font-size: 10px;
    color: #821a1e;
}


/* Related Info icons */
/*
p.book-icon{
    padding-left: 35px;
    min-height: 30px;
    background-image:  url('../images/icons/book.png');
    background-position: left center;
    background-repeat: no-repeat;
}

p.page-icon{
    padding-left: 35px;
    min-height: 30px;
    background-image:  url('../images/icons/page.png');
    background-position: left center;
    background-repeat: no-repeat;
}

*/

/* Modal Dialog */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox,#cboxOverlay,#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.89);
    -moz-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.89);
    -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.89);
	outline:0;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
    overflow: hidden;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxLoadedContent iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow {
    cursor: pointer;
}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay {
    background: url(../../images/overlay.png) 0 0 repeat;
}

#colorbox {

}

#cboxTopLeft {
    width: 21px;
    height: 21px;
  
}

#cboxTopRight {
    width: 21px;
    height: 21px;
 
}

#cboxBottomLeft {
    width: 21px;
    height: 21px;

}

#cboxBottomRight {
    width: 21px;
    height: 21px;

}

#cboxMiddleLeft {
    width: 21px;
  
}

#cboxMiddleRight {
    width: 21px;
   
}

#cboxTopCenter {
    height: 21px;
  
}

#cboxBottomCenter {
    height: 21px;
   
}

#cboxContent {
    background: #fff;
}

#cboxLoadedContent {
    margin-bottom: 28px;
}

#cboxTitle {
    position: absolute;
    bottom: 4px;
    left: 0;
    text-align: center;
    width: 100%;
    color: #949494;
}

#cboxCurrent {
    position: absolute;
    bottom: 4px;
    left: 58px;
    color: #949494;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious {
    position: absolute;
    bottom: 0;
    left: 0px;
 
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxPrevious.hover {
    background-position: -75px -25px;
}

#cboxNext {
    position: absolute;
    bottom: 0;
    left: 27px;

    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

#cboxNext.hover {
    background-position: -50px -25px;
}

#cboxLoadingOverlay {
    background: url(../../images/loading_background.png) center center
        no-repeat;
}

#cboxLoadingGraphic {
    background: url(../../images/loading.gif) center center no-repeat;
}

#cboxClose {
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../images/controls.png) -27px -2px no-repeat;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
	border: 0px !important;
}

#cboxClose.hover {
    background-position: -25px -25px;
}

/*
    The following fixes png-transparency for IE6.
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.

    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxTopCenter {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopCenter.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxTopRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderTopRight.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomCenter {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomCenter.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxBottomRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderBottomRight.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxMiddleLeft {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderMiddleLeft.png,
        sizingMethod = 'scale' );
}

.cboxIE #cboxMiddleRight {
    background: transparent;
    filter: progid : DXImageTransform.Microsoft.AlphaImageLoader ( src =/images/internet_explorer/borderMiddleRight.png,
        sizingMethod = 'scale' );
}
.formitem{
	width:295px;
	padding: 5px;
}



.formitemrow{
	margin: 0 auto;
	width: 295px;
}

.formitem label{
	float:left;
}

.formitem input{
	float: right;
}

.formitem select{
	float: right;
}


.adaptec{
	background: url('../images/icons/adaptec.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.arbor{
	background: url('../images/icons/arbor.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.arista{
	background: url('../images/icons/arista.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.juniper{
	background: url('../images/icons/juniper.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.radware{
	background: url('../images/icons/radware.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.cisco{
	background: url('../images/icons/cisco.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.citrix{
	background: url('../images/icons/citrix-vendor.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.cologix{
	background: url('../images/icons/cologix.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}


.comcast{
	background: url('../images/icons/comcast.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.equinix{
	background: url('../images/icons/equinix.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.fortinet{
	background: url('../images/icons/fortinet-big.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.intel{
	background: url('../images/icons/intel.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.level3{
	background: url('../images/icons/level3.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.mysql{
	background: url('../images/icons/mysql.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.nttamerica{
	background: url('../images/icons/nttcommunications.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.passmark{
	background: url('../images/icons/passmark-big.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.racksolutions{
	background: url('../images/icons/racksolutions.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.seagate{
	background: url('../images/icons/seagate.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.telefonica{
	background: url('../images/icons/telefonica.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.westerndigital{
	background: url('../images/icons/westerndigital.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
.zayo{
	background: url('../images/icons/zayo.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

.vendors{
	padding-left: 200px;
}
.vendors h1{
	font-family: "HelvLightIBM";
	font-size: 20px;
}

.spec-box{
	width:280px;

}

.spec-box-4{
	width:205px;

}

.spec-box-head{
	font-size: 20px;
	font-family: "HelvLightIBM";
	text-align: center;
	background: #f4f4f4;
	padding: 10px;
	border-top: 1px solid #D0D2D3;
	border-left: 1px solid #D0D2D3;
	border-right: 1px solid #D0D2D3;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


.spec-box-row{
	font-size: 13px;
	background: #fff;
	padding: 10px 10px 10px 45px;
	border-bottom: 1px solid #D0D2D3;
	border-left: 1px solid #D0D2D3;
	border-right: 1px solid #D0D2D3;
	
}

.spec-box-row-bottom{
	background: #fff;
	font-size: 13px;
	padding: 10px 10px 10px 45px;
	border-left: 1px solid #D0D2D3;
	border-right: 1px solid #D0D2D3;
	
}

.spec-box-button{
	color: #fff;
	font-size: 14px;
	font-family: "HelvBoldIBM";
	text-align: center;
	cursor: pointer;
	padding: 10px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: rgb(133,28,26); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg1MWMxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjMwMmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left, rgba(133,28,26,1) 0%, rgba(150,48,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(133,28,26,1)), color-stop(100%,rgba(150,48,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, rgba(133,28,26,1) 0%,rgba(150,48,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, rgba(133,28,26,1) 0%,rgba(150,48,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, rgba(133,28,26,1) 0%,rgba(150,48,44,1) 100%); /* IE10+ */
background: linear-gradient(to right, rgba(133,28,26,1) 0%,rgba(150,48,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#851c1a', endColorstr='#96302c',GradientType=1 ); /* IE6-8 */
	
}

.spec-chip{
 background: url('../images/icons/spec-chip.png');
 background-repeat: no-repeat;
 background-position: 10px 8px;
}

.spec-ram{
	background: url('../images/icons/spec-ram.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.spec-hd{
	background: url('../images/icons/spec-hd.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.spec-speed{
	background: url('../images/icons/spec-speed.png');
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

.spec-price{
	background: url('../images/icons/spec-price.png');
	background-repeat: no-repeat;
	background-position: 10px 16px;
}

.left-side{
float:left;
margin-right:20px;
}

.right-side{
float:right;

}

.blue-linkarrow{
	background: url("../images/icons/linkarrowLON.png");
	background-repeat: no-repeat;
	background-position: 4px 4px;
	padding-left: 10px;
}

.popup-tooltip {
	z-index:20000;
	background: #fff;
	border: 0px solid #2aa5e1;
	padding: 5px 20px;
    font-size: 11px;
	
	border-radius: 4px;
	position: relative;
	margin-bottom: -32px;
	text-align: center;
	bottom:-5px;
	left:-160px;
	float:right;
    display:none;
}
.popup-tooltip a {
    text-decoration: underline;
}

.popup-tooltip:after, .popup-tooltip:before {
	bottom: 100%;
	left: 95%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popup-tooltip:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -30px;
}
.popup-tooltip:before {
	border-color: rgba(255, 165, 225);
	border-bottom-color: #ffa5e1;
	border-width: 0px;
	margin-left: -33px;
}

.popup-tooltip-close{
	display:block;
	float:right;
	font-size:10px;
	cursor:pointer;
	margin-top:10px;
}

#alternate-languages-list {
    display: none;
}

#alternate-languages-list span {
    color: #b3b2b3;
}

#alternate-languages-list span {
    font-weight: bold;
}

#alternate-languages-list span a {
    font-family: "HelvRegularIBM";
    font-weight: normal;
}




#chat-options {
    width: 448px;
    padding: 0 16px;
}


.chat-option {
    float: left;
    width: 194px;
}

.chat-option h3 {
    margin-bottom: 30px;
}

.chat-option h4 {
    font-family: "HelvLightIBM";
    font-size: 18px;
    margin-bottom: 20px;
}

.chat-option hr {
    margin: 10px 0;
}


.CTA-call {
    width: 840px;
    color: #fff !important;
    font: 20px "HelvLightIBM";
    padding: 20px 20px;
}

.CTA-call a{
	
	color: #000 !important;
	
}

.UN-linkarrow{
	content: url('../images/icons/linkarrowHK.png');
	padding-left: 5px;
}

.chator{
	color: #e78e27 !important;
	font: 20px  "HelvBoldIBM";
}

.green-button{
	background: #861C1A;
	/* display: table-cell; */
	vertical-align: middle;
	font-family: "HelvBoldIBM";
	font-size: 11px;
	padding: 6px;
	margin-right: 10px;
	text-transform: uppercase;
	background: #289852; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top,  #289852 28%, #14883c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,#289852), color-stop(100%,#14883c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #289852 28%,#14883c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #289852 28%,#14883c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #289852 28%,#14883c 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #289852 28%,#14883c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#289852', endColorstr='#14883c',GradientType=0 ); /* IE6-8 */
	border: #289852 1px solid;
	cursor: pointer;
	color: #fff !important;
}

.chat-option li {
    list-style-type: disc;
    margin-left: 16px;
    font-family: "HelvLightIBM";
    font-size: 13px;
}

.chat-option .button {
    margin-top: 30px;
}
	.viewmob{
	background: #127cb9;
	width: 100%;
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding: 10px 0;
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	display: none;
}

#chat-choice-modal {
    padding: 30px;
}

#chat-choice-modal h3 {
    font-size: 28px;
}

#cboxLoadedContent {
    margin: 0;
}

#colorbox:focus {outline:none !important;}
#cboxWrapper:focus {outline:none !important;}


.ibm-header {
    background: #fff;
    border-top: 1px solid #515151;
    border-left: 1px solid #ffffff;
    border-bottom: 2px solid #DFE3E3;
    padding: 0 19px;
}
.ibm-header button.menu {
    background: url(../ocean-assets/icon-menu.png) no-repeat;
    background-position: 15px 12px;
    border: none;
    width: 57px;
    height: 42px;
    padding: 0px;
    border-right: 1px solid #DFE3E3;
    float: left;
    outline-width: 0px;
    outline: none;
}

.ibm-header .ibm-logo,
.ibm-header a.ibm-logo:link,
.ibm-header a.ibm-logo:focus,
.ibm-header a.ibm-logo:active,
.ibm-header a.ibm-logo:hover {
    line-height: 39px;
    font-size: 23px;
    color: #231F20;
}
.ibm-header a.ibm-logo small {
    font-size: 50%;
    vertical-align: super;
}

.row-alternate .col-md-1, .row-alternate .col-md-2, .row-alternate .col-md-3, .row-alternate .col-md-4, .row-alternate .col-md-5, .row-alternate .col-md-6, .row-alternate .col-md-7, .row-alternate .col-md-8, .row-alternate .col-md-9, .row-alternate .col-md-10, .row-alternate .col-md-11, .row-alternate .col-md-12 {
    display: inline-block;
    float: left;
}
.row-alternate:after {
    box-sizing: border-box;
    clear: both;
    display: table;
    content: " ";
}

.row-alternate .col-md-3 {
    width: 25%;
}

.row .col-md-3 {
    width: 25%;
	float: left;
}

.row .col-md-6 {
    width: 50% !important;
	float: left;
}

.col-md-6 {
    width: 50%;

}

.corporate-information ul.social {
    margin-bottom: 5px;
}

.corporate-information ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.icon-twitter:link, a.icon-twitter:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
	height:21px !important;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../../sites/all/themes/sl_ocean/img/icons/icons-social.png);
    background-position: -1px -1px;
}


a.icon-linkedin:link, a.icon-linkedin:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
	height:21px !important;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../../sites/all/themes/sl_ocean/img/icons/icons-social.png);
    background-position: -36px -1px;
}

a.icon-facebook:hover, a.icon-twitter:hover, a.icon-linkedin:hover, a.icon-youtube:hover {
    transform: scale(1.25,1.25) rotate(-10deg);
    transition-timing-function: ease-in;
    transition: background-color .25s,transform .25s,box-shadow .25s;
    background-color: #fff;
    box-shadow: 4px 4px 7px rgba(0,0,0,.25);
}

a.icon-facebook:link, a.icon-facebook:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
	height:21px !important;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../../sites/all/themes/sl_ocean/img/icons/icons-social.png);
    background-position: -71px -1px;
}

a.icon-youtube:link, a.icon-youtube:visited {
    text-indent: 9999px;
    overflow: hidden;
    width: 21px;
    line-height: 21px;
	height:21px !important;
    border: 1px solid #333;
    white-space: nowrap;
    display: inline-block;
    border-radius: 22px;
    background-image: url(../../sites/all/themes/sl_ocean/img/icons/icons-social.png);
    background-position: -105px -1px;
}

.corporate-information img {
    margin-bottom: 10px;
	margin-left:20px;
}

#products-and-solutions-navigation-button:after, #industries-navigation-button::after, #partners-and-programs-navigation-button::after {
    content: '\25BC';
    color: #5C5F60;
    font-size: 11px;
    margin: 0px 5px;
}

.sl-i18n-language-picker .lang-picker {
    background: #3b3e42;
    display: none;
    position: relative;
    top: 100%;
    z-index: 999999;
    float: none;
    padding: 5px 10px 5px 10px;
    left: 0px;
    right: -10px;
    min-width: 75px;
    cursor: pointer;
}

.sl-i18n-language-picker .lang-picker li {
    float: none !important;
    cursor: pointer;
}

.sl-i18n-language-picker .lang-current {
    background: url(../../sites/all/themes/sl_ocean/img/icons/icon-globe.png) no-repeat 0px 7px;
    background-size: 15px 13px;
    padding-left: 20px;
    font-family: 'HelvRegularIBM';
}