@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,300i,400,400i,500,600,700&display=swap');
html {
	scroll-behavior: smooth;
}
.formpanel table tr {
	float: left;
	display: block;
	width: 50%;
}
.formpanel table tr:last-child {
	width:auto;
}
.formpanel table tr:nth-last-child(2) {
	display:none;
	
	}
.formpanel table tr:last-child table{
	width:auto;
}
.formpanel table tr td{
	width:100%;
	display:block;
}
.hide {
/*display:none;*/
}
.ibmWraper * {
	padding:0;
	margin:0;
}
.ibmWraper {
	font-family: 'IBM Plex Sans', sans-serif;
	font-size:16px;
	line-height:1.2;
	padding:0;
}
body {
	padding:0;
	margin:0;
	color:#000;
}
.ibmWraper a.contact {
	text-transform:capitalize;
}
.ibmWraper p strong {
	font-weight:500;
}
.ibmWraper h1 {
	font-size:200%;
	line-height:1.2;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:14px;
}
.ibmWraper h2 {
	font-size:150%;
	line-height:1.2;
	font-weight:400;
	color: #3b6caa;
	padding-bottom:12px;
}
.ibmWraper h3 {
	font-size:138%;
	line-height:1;
	font-weight:400;
	color: #000000;
	/*color: #3b6caa;*/
	padding-bottom:12px;
}
.ibmWraper h3 a {
	line-height:1;
}
.ibmWraper h4 {
	font-size:120%;
	line-height:1.2;
	font-weight:400;
	color: #000000;
	padding-bottom:16px;
}
.ibmWraper p {
	padding-bottom:16px;
	line-height:1.5;
	font-weight:300;
}
/*.ibmWraper a {
	color:#3b6caa;
	text-decoration:none;
	outline:none;
	font-size:inherit;
	font-family:inherit;
	font-weight:inherit;
}
.ibmWraper a:hover {
	color:#3c89ff;
}*/
.ibmWraper .gray {
	color:#323232;
}
.ibmWraper .grayBg {
	background-color:#323232;
}
.ibmWraper .flexWrap {
	max-width:1172px;
	padding:50px 10px 0;
	margin:0 auto;
}
.ibmWraper a.contact {
	border:1px solid #3b6caa;
	display:inline-block;
	padding:8px 15px 10px;
	font-size:20px;
	font-weight:500;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow.png);
	background-repeat:no-repeat;
	background-position: 95% 50%!important;
	padding-right: 31px;
}
.ibmWraper a.contact:hover {
	color:#fff;
	background:#3b6caa;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow-white.png);
	background-repeat:no-repeat;
	background-position: 95% 50%!important;
	padding-right: 31px;
}
/*Top Bar*/

/* Content */
.ibmWraper .overviewList {
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:left;
}
.ibmWraper .overviewList li {
	flex-basis:32%;
	margin-bottom:20px;
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	border:1px solid #3b6caa;
	align-content: flex-start;
	margin-right:2%;
}
.ibmWraper .overviewList li .imageSection {
	width:100%;
	background:#000;
	position:relative;
	max-width:374px;
	height:200px;
	overflow:hidden;
}
.ibmWraper .overviewList li .imageSection img {
	width:100%;
	height:auto;
	opacity:.5;
}
.ibmWraper .overviewList li .imageSection1 {
	width:100%;
	background:#000;
	position:relative;
	max-width:374px;
	height:200px;
	overflow:hidden;
}
.ibmWraper .overviewList li .imageSection1 img {
	width:100%;
	height:auto;
}
a.more {
	font-size:18px;
	line-height:22px;
	font-weight:500;
	border:1px solid #fff;
	padding:10px 11px;
	display:inline-block;
	color:#fff;
	background:#3b6caa;
	text-decoration:none;
}
a.more:hover {
	background:#4c7fbf;
	display:inline-block;
	color:#fff;
}
.ibmWraper .overviewList li .sectionContent {
	padding:15px;
	box-sizing:border-box;
}
.ibmWraper .overviewList li:nth-child(3n) {
margin-right:0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis:100%;
 align-items:center;
 margin-right:0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis:60%;
 padding-left:25px;
}
.ibmWraper .overviewList li .sectionContent p {
	line-height:24px;
}
.ibmWraper .overviewList li .sectionContent a {
	position:relative;
	line-height:22px;
}
.ibmWraper .overviewList li .sectionContent a:after {
	content:' ';
	display:block;
	width:20px;
	height:20px;
	top:1px;
	right:-25px;
	position:absolute;
	color:#3c89ff;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/linkarrow.png);
	background-repeat:no-repeat;
	background-position: 95% 50%;
}
.ibmWraper .overviewList li .sectionContent h3 a:after {
	content:'';
	background-image: none;
}
/* Footer */
/* Inner Page */
.ibmWraper .ibmHeader {
	background:#eee;
	border-top:1px solid #c5c5c5;
}
.ibmWraper .ibmHeader .flexWrap {
	display:flex;
	padding:35px 0;
	/*align-items:center;*/
	align-items: flex-start;
}
.ibmWraper .headerRightHide {
	display:none;
}
.ibmWraper .headerRight {
	text-align:center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	    flex-grow: 1;
}
.ibmWraper .ibmHeader .headerImage {
	background:url(/sw/swchannel/images/users/138104/IBMWCS/border01.gif) 0 0 no-repeat;
	width:400px;
	height:297px;
	padding-top:10px;
}
.ibmWraper .ibmHeader .headerImage img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
}
.ibmWraper hr {
	padding:0;
	margin:0;
	border-width:0;
	border-bottom:1px solid #3b6caa;
	width:75px;
	margin:8px 0 25px;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec hr {
	padding:0;
	margin:0;
	border-width:0;
	border-bottom:1px solid #bcbcbc;
	width:96%;
	margin:8px 0 25px;
	}
.ibmWraper hr.devider {
	width: 100%!important;
}
.ibmWraper .headerRight a.cta {
	display:inline-block;
	background:#3b6caa;
	font-size:14px;
	line-height:18px;
	color:#fff;
	padding:9px 15px;
	font-weight:500;
}
.ibmWraper .headerRight a.cta:hover {
	background:#3c89ff;
}
.ibmWraper .heading {
	text-align:center;
	padding:40px 0;
}
.ibmWraper .heading hr {
	margin:0 auto;
	border-color:#323232;
}
.ibmWraper .heading h2 {
	color:#323232;
	font-weight:500;
}
.ibmWraper .slideList {
	list-style-type:none;
	display:flex;
	flex-basis:48%;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.ibmWraper .slideList li {
	display:flex;
	flex-basis:49%;
	justify-content:space-between;
	border:1px solid #3b6caa;
	box-sizing:border-box;
	margin-bottom:20px;
}
.ibmWraper .slideList li img {
	height:100%;
}
.ibmWraper .slideList .contentSection {
	padding:25px;
}
.ibmWraper .slideList p {
	font-size:14px;
	line-height:20px;
}
/*.ibmWraper .slideList a.more {
	font-size:14px;
	line-height:20px;
	border:1px solid #3b6caa;
	display:inline-block;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	padding:8px 15px;
}
.ibmWraper .slideList a.more:hover {
	background:#3c89ff;
	color:#fff;
}*/
.ibmWraper .ibmHeader .headerImageVideo {
	background:url(/sw/swchannel/images/users/138104/IBMWCS/video_border-top.png) 0 0 no-repeat;
	width:467px;
	padding:10px 0 15px 0;
	position:relative;
}
.ibmWraper .ibmHeader .headerImageVideo::before {
	content: " ";
	background:url(/sw/swchannel/images/users/138104/IBMWCS/video_border-bott.png) 0 0 no-repeat;
	display:block;
	width:100%;
	height:28px;
	position:absolute;
	bottom:0;
	
}
.ibmWraper .ibmHeader .headerImageVideo img {
	margin:0 auto;
	-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 0 6px 2px rgba(0, 0, 0, .1);
	display:block;
	margin:0 auto;
	width:100%;
	max-width:445px;
	height:auto;
}
.videoHeader .headerLeft {
	margin-right:40px;
}
/*.ibmHeader a.more, .rightSectxt a.more {
	font-size:18px;
	font-weight:500;
	color:#fff;
	background:#3b6caa;
	padding:9px 17px;
	margin:10px 3px 0;
	display:inline-block;
	text-indent:inherit;
}*/
.nopad {
	padding:0!important;
}
.rightSectxt p {
	clear:both;
	padding-bottom: 16px;
	line-height: 1.5;
	font-weight: 300;
}
.rightSectxt p a {
	color:#000;
	font-weight:500;
}
.rightSectxt p.blank {
	line-height: 10px;
	padding: 0;
}
.ibmWraper p.nopad a img {
	float:left;
	margin:0 10px 0 0;
}
/*.ibmHeader a.more:hover {
	background:#3c89ff;
}*/
.ibmHeader a.videolink {
	font-weight:600;
	font-size:18px;
}
.ibmWraper .slideList2 {
	list-style-type:none;
	display:flex;
	/*flex-basis:48%;*/
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:50px;
}
.ibmWraper .slideList2 div.bodyContInn {
	display:flex;
	flex-basis:100%;
	/*justify-content:space-between;
	border:1px solid #3b6caa;*/
	box-sizing:border-box;
	margin-bottom:0;
	padding:0 0 0 0;
	position:relative;
	font-weight:300;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec.border-lft{
	padding:0 0 0 20px;
	border-left:1px solid #bcbcbc;
}
.ibmWraper .slideList2 div.bodyContInn .lftSecHide,
.ibmWraper .slideList2 div.bodyContInn .bodyBottomHide{
	display:none;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom{
	flex-basis:60%;
	flex-grow: 1;
	padding:0 20px 0 0;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic{
	display:flex;
	flex-wrap: wrap;
	padding:0 0 0 0;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic.twoPicHide{
	display:none;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic.twoPic{
	justify-content: space-between;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic.twoPic img{
	width:48%;
	height:auto;
	margin: 0 20px 20px 0;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic img{
	    margin: 0 0 20px 0;
}

.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic img:nth-child(2n){
	margin-right:0;
	
}
/*.ibmWraper .slideList2 div.bodyContInn .lftSec a,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom a{
	border:1px solid #3b6caa;
	padding:10px;
	text-align:center;
	display:inline-block;
	font-size:18px;
	position:absolute;
	bottom:20px;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec a.more,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom a.more{
	position:inherit;
}*/
.ibmWraper .slideList2 div.bodyContInn .lftSec ul.listItem,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom ul.listItem,
.ibmWraper .slideList2 div.bodyContInn .rgtSec ul.listItem{
	padding:0;
	margin:0 0 20px;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec ul.listItem li,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom ul.listItem li,
.ibmWraper .slideList2 div.bodyContInn .rgtSec ul.listItem li{
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.png);
	background-repeat:no-repeat;
	background-position:0 7px;
	padding:0 0 5px 20px;
	line-height:1.5;
	font-weight:300;
	list-style-type:none;
}

.ibmWraper .lftSec .listStyle3 li a {
	border:none;
	padding:0;
	text-align:left;
	display:inline-block;
	font-size:17px;
	line-height:22px;
	position:relative;
	bottom:inherit;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .listStyle3 li a {
	text-align:left;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec p,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom p{
	font-size: 16px;
	line-height: 25px;
	line-height:1.5;
	font-weight: 300;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec img {
	margin-top:20px;
	display:block;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSecHide {
	display:none;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec {
	flex-basis:40%;
	padding:0 0 46px 15px;
	text-align: center;
	position:relative;
	flex-grow: 1;
}
/**/.ibmWraper .slideList2 div.bodyContInn .rgtSec a.more {
	margin:14px 0 30px 0;
}
/*.ibmWraper .slideList2 div.bodyContInn .rgtSec a.more:hover {
	text-decoration:none;
	background: #3c89ff;
}*/
.ibmWraper .slideList2 div.bodyContInn .rgtSec a.more1 {
	/*padding:15px 10px;*/
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:16px;
	text-decoration:none;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec a.more1:hover {
	text-decoration:underline;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec img {
	max-width:430px;
	height:auto;
	margin-bottom:15px;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec p strong{
	    color: #000;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec p {
	font-size:16px;
	line-height:26px;
	color:#3b6caa;
	font-weight:300;
}
.headingCenter {
	text-align:center;
}
.ibmWraper .breadcrumb ul.center {
	display:block;
	margin:50px 0 0 0;
}
.ibmWraper .breadcrumb ul.center li hr {
	margin:0 auto;
}
.addresource {
	margin:0 0 50px 24px;
	display:block;
}
.addresource h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:20px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:0 0 18px 0;
}
.addresource ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
.addresource ul li {
	padding:0 0 0 15px;
	margin-bottom:6px;
	background:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.jpg) no-repeat 0 7px;
	border:none;
	text-align:left;
}
.addresource ul li a {
	color:#2477b8;
	font-weight:normal;
	font-size:14px;
	line-height:20px;
	text-decoration:none;
}
.addresource ul li a:hover {
	color:#2477b8;
	text-decoration:underline;
}
/* ============================= Video Light box ============================== */
ul.listStyle1, ul.listStyle2, ul.listStyle3, .ibmWraper .lftSec ul.listStyle3 {
	list-style-type:none;
	margin-bottom:20px;
	padding:0;
}
.ibmWraper .lftSec ul.listStyle3 li a, {
 position:relative;
 color:#3b6caa;
 border:none;
 padding:0;
 bottom:0;
 font-size:17px;
}
.ibmWraper .rgtSec ul.listStyle3 li a {
	line-height:22px;
	font-size:17px;
	text-decoration:none;
	color:#3b6caa;
	text-decoration:none;
}
.listStyle1 li {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.png);
	background-repeat:no-repeat;
	background-position:0 3px;
	padding:0 0 8px 20px;
	line-height:1.5;
	font-weight:300;
	background-position: 0 6px;
}
.listStyle1 li strong {
	font-weight:500;
}
.listStyle2 li {
	border: 0!important;
	padding:0 0 0 20px!important;
	list-style:circle!important;
	text-align:left;
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/bullet.png)!important;
	background-repeat:no-repeat;
	background-position:0 6px;
	font-size:16px;
	line-height:22px;
}
.listStyle3 li {
	border: 0!important;
	padding: 0!important;
	padding-left:35px!important;
	padding-top: 5px!important;
	text-align:left;
	list-style-type:none;
}
.listStyle3 li {
	background-repeat:no-repeat;
	background-position:0 6px;
}
/*.fullarea-bottom .more {
	border: 1px solid #3b6caa;
	padding: 10px;
	passing-top: 10px !important;
}
.fullarea-bottom .more:hover {
	background: #3c89ff;
}*/
.lftSecimg img {
	border: 1px solid #ccc;
	padding: 3px;
	margin-bottom: 20px;
}
.rgtSec p {
	font-size: 16px;
	line-height: 25px;
	font-weight: 300;
}
.rgtSec a.imgSize {
	height: 260px;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	display: block;
	max-width: 430px;
}
.headerLeftHide {
	display:none;
}
.headerLeft {
	width: 60%;
	flex-grow: 1;
}
.actionacon span img {
	width: 50px !important;
}
.ibmWraper .ibmHeader .actionacon img {
	width: 50px;
	height: 50px;
	box-shadow: none;
	margin-top: 0
}
.ibmWraper .ibmHeader .actionacon {
	position: relative;
}
.ibmWraper .ibmHeader .actionacon a {
	position: absolute;
	margin-top: 21%;
	background-color:rgba(255, 255, 255, 0.8);
	padding: 15px;
	left:41%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.75);
}
.ibmWraper .slideList2 div.bodyContInn {
	display: flex;	
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec {
	text-align:left!important;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec h4 {
	margin-top:15px;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec h3 {
	color:#2477b8;
	font-weight:normal;
	font-size:18px!important;
	line-height:16px;
	text-decoration:none;
	text-align:left;
	padding:26px 0 18px 0!important;
}
.onecol-cont {
	margin-bottom:35px!important;
}
.onecol-cont li {
	border: 0!important;
	padding: 0!important;
	padding-left:25px!important;
	padding-top: 5px!important;
	list-style: disc!important;
	text-align:left;
}
.ibmWraper .slideList2 {
	padding-top: 0;
}
.fullarea-bottom {
	display:flex;
	margin-top:30px;
}
.bot-left {
	padding-left:30px;
}
.scrollContent {/*overflow:auto;*/
	height:auto;
}
.scrollContent table {
	width:100%;
	height:30px;
	box-sizing: border-box;
}
/*.globeIcon{display:block;}*/

ul.InnNavsm {
	width:60% !important;
	padding:0 !important;
}
.normal_bold_text {
	display:none;
}
.dropInner br {
	display:none;
}
.FormCheckBox {
	margin:0 10px 10px 0;
}
p.pvText {
	font-size:14px;
}
p.pvText {
	font-size:14px;
	padding:5px 0;
}
p.pvText a {
	font-size:14px;
	color:#3b6caa;
	font-weight:normal;
}
p.pvText a:hover {
	text-decoration:none;
}
.formlist_itm {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/formlink-icon.png);
	line-height:25px;
}
.pdflist_itm {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/pdflink-icon.png);
	line-height: 25px;
}
.videolist_itm {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/videolink-icon.png);
	line-height:25px;
}
.weblist_itm {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/weblink-icon.png);
	line-height: 25px;
}
/*.more {background-image:url(/sw/swchannel/images/users/138104/IBMWCS/morearrow.png)!important;
	background-repeat:no-repeat !important;
	background-position: 95% 50%!important; 
	background-color:#3b6caa;
	color:#fff!important;
}*/
.downbtn {
	background-image:url(/sw/swchannel/images/users/138104/IBMWCS/downarrowicon.png)!important;
	background-repeat:no-repeat !important;
	background-position: 95% 50%!important;
	padding-right: 40px !important;
}
 .ibmWraper .slideList li:nth-child(2n+1):last-child {
 flex-basis: 100%;
 align-items: center;
 margin-right: 0;
}
.rgtSec.botlinks-box {
	display: flex;
	justify-content: center;
}
.botlinks-box ul {
	margin-bottom:0;
}
.botlinks-box ul li {
	list-style: none !important;
	background-position: 0 3px;
	line-height: 18px;
	margin-left: 10px;
	flex-basis: 46%;
	margin-right:20px;
}
.slideList2.twocolbox li {
	margin-bottom:10px;
}
.slideList2.twocolbox li:nth-child(odd) {
 margin-right: 20px;
}
.slideList2.twocolbox li:last-child {
	margin-right:0;
}
.twocolbox .fullarea-bottom {
	margin-top:0px;
	padding-bottom: 15px;
}
/* Form style */

.dropBoxFrom2 #main .icon {
	display: none;
}
.dropBoxFrom2 #main .content .title {
	display: none;
}
.dropBoxFrom2 #main .content h1, #main .content p {
	display: none;
}
.dropBoxFrom2 #main {
	width: 100%;
}
.dropBoxFrom2 .kWidgetIframeContainer {
	width: 100% !important;
}
.footerLogo img {
	max-width:180px;
	height:auto;
}
.ibmWraper .ibmfooter .footerLogo {
	flex-basis: 252px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ibmWraper .ibmfooter .footerRight {
	padding: 17px 30px;
}
.formPan .FormTextBox, .formPan .FormTextBoxFocus, .formPan input[type=text].requiredField, .formPan input[type=email].requiredField, .formPan input[type=tel].requiredField, .formPan input.requiredField {
	width:94%;
	height:45px;
	padding: 0 1%;
	border:1px solid #B5B5B5;
	margin:0 0 5px 0;
}
.FormTextBox, .FormTextBoxFocus {
	width:94%;
	height:45px;
	border:1px solid #B5B5B5;
	padding:0 10px;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.FormAreaCodeBox, .FormAreaCodeBoxFocus {
	width:100px;
	height:25px;
	border:1px solid #B5B5B5;
	margin:0 0 5px 0;
}
.FormPhoneBox, .FormPhoneBoxFocus {
	width:94%;
	height:45px;
	border:1px solid #c3c2c2;
	padding:0 10px;
	margin:0 0 5px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.FormTextAreaBox, .FormTextAreaBoxFocus {
	width:94%;
	height:100px;
	border:1px solid #B5B5B5;
	overflow:auto;
	margin:0 0 5px 0;
}
.FormSelectBox, .FormSelectBoxFocus {
	width:94%;
	height:20px;
	border:1px solid #B5B5B5;
	margin:0 0 5px 0;
}
.formbgHide {
	display:none;
}
.ibmWraper .formbg {
	background-color:#d1d1d1;
	padding:56px 0 60px 0;
}
.ibmWraper .formtext h2 {
	text-align:center;
	font-size:32px;
	line-height:34px;
	color:#3b6caa;
	padding-bottom:10px;
}
.ibmWraper .formtext p {
	text-align:center;
	font-size:16px;
	line-height:20px;
	padding-bottom:30px;
	color:#230606;
}
.ibmWraper .formpanel {
	width:1020px;
	margin:0 auto;
	/*position:relative;*/
}
/*.rowtd_12{
	position: absolute;
    left: 0;
    top: 0;
}
.rowtd_22{
    position: absolute;
    right: 0;
    top: 0;
}*/
/*.rowtd_32{
	position: absolute;
    left: 0;
    top: 60px;
}
.rowtd_42{
	position: absolute;
    right: 0;
    top: 60px;
}*/
/*.rowtd_52{
	position: absolute;
    left: 0;
    top: 120px;
}
.rowtd_71{
	position: absolute;
    left: 50%;
    margin: 0 0px 0 -60px;
	top:122px;
}
.rowtd_81{
	position: absolute;
    left: 51%;
	top:120px;
}*/
.footerbg {
	border-top:1px solid #3b6caa;
	background-color:#eeeeee;
	padding:50px 0
}
.footerpanel {
	width:1060px;
	margin:0 auto;
}
.footertext p {
	font-size:12px;
	line-height:20px;
	color:#000;
	padding-bottom:20px;
	text-align:center;
}
.footertext a {
	font-size:12px;
	line-height:20px;
	color:#3b6caa;
	padding-bottom:20px;
}
.leftpic img {
	width:100%;
}
/* Mediaquary start*/
@media screen and (max-width :1200px) {
.footerpanel {
 width:96%;
 margin:0 auto;
}
.ibmWraper .formpanel {
 width:82%!important;
 padding:0 15px;
}

.formpanel table tr {
	float: left;
	display: block;
	width: 50%;
}
.formpanel table tr:last-child {
	width:auto;
}
.formpanel table tr:nth-last-child(2) {
	display:none;
	
	}
.formpanel table tr:last-child table{
	width:auto;
}
.formpanel table tr td{
	width:100%;
	display:block;
}

.headerLeft {
 width:auto;
}
/* .ibmWraper .overviewList li a.more {
 font-size: 16px;
 width: 141px;
 text-align: center;
}*/
.videoHeader .headerLeft {
 padding: 15px;
}
.ibmWraper .slideList li img {
 width: 200px;
}
.ibmWraper .ibmHeader .flexWrap {
 padding:35px 15px;
}
.FormTextBox, .FormTextBoxFocus {
 width:94%!important;
 height:45px;
 border:1px solid #c3c2c2;
 padding:0 10px;
 margin:0 0 5px 0;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.FormAreaCodeBox, .FormAreaCodeBoxFocus {
 width:94%!important;;
 height:25px;
 border:1px solid #B5B5B5;
 margin:0 0 5px 0;
}
.FormPhoneBox, .FormPhoneBoxFocus {
 width:94%!important;;
 height:45px;
 border:1px solid #c3c2c2;
 padding:0 10px;
 margin:0 0 5px 0;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.FormTextAreaBox, .FormTextAreaBoxFocus {
 width:94%!important;;
 height:100px;
 border:1px solid #B5B5B5;
 overflow:auto;
 margin:0 0 5px 0;
}
.FormSelectBox, .FormSelectBoxFocus {
 width:94%!important;;
 height:20px;
 border:1px solid #B5B5B5;
 margin:0 0 5px 0;
}
}
@media screen and (max-width : 1090px) {
.ibmWraper .footerpanel {
 width:96%;
 margin:0 auto;
}
.ibmWraper .formpanel {
 width:82%!important;
 padding:0 15px;
}
.rightContent {
 width:36%;
}
.wholeWrap .aboutArea .leftContent {
 padding-top:0;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec img {
 display:block;
 max-width:100%;
}
.FormTextBox, .FormTextBoxFocus {
 width:90%!important;
 height:45px;
 border:1px solid #c3c2c2;
 padding:0 10px;
 margin:0 0 5px 0;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.FormAreaCodeBox, .FormAreaCodeBoxFocus {
 width:90%!important;;
 height:25px;
 border:1px solid #B5B5B5;
 margin:0 0 5px 0;
}
.FormPhoneBox, .FormPhoneBoxFocus {
 width:90%!important;;
 height:45px;
 border:1px solid #c3c2c2;
 padding:0 10px;
 margin:0 0 5px 0;
 -webkit-border-radius: 5px;
 border-radius: 5px;
}
.FormTextAreaBox, .FormTextAreaBoxFocus {
 width:90%!important;;
 height:100px;
 border:1px solid #B5B5B5;
 overflow:auto;
 margin:0 0 5px 0;
}
.FormSelectBox, .FormSelectBoxFocus {
 width:90%!important;;
 height:20px;
 border:1px solid #B5B5B5;
 margin:0 0 5px 0;
}
}
 @media screen and (max-width:999px) {
.ibmWraper .footerpanel {
 width:96%;
 margin:0 auto;
}
.ibmWraper .ibmWraper .formpanel {
 width:82%!important;
 padding:0 15px;
}
a.globeIcon {
text-indent:0;
width:auto;
display:block;
margin-top:0;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec img {
 display:block;
 max-width:100%;
}
}
/* 992 break point*/
@media screen and (max-width: 992px) {
 .ibmWraper {
 padding: 15px 0 0;
}
 .ibmWraper .overviewList li .sectionContent p {
 line-height: 22px;
 font-size: 14px;
}
 .ibmWraper h3 {
 font-size:110%;
}
 .ibmWraper .ibmHeader .flexWrap {
 display: block;
}
 .headerLeft {
 margin-right: 0;
 width: auto;
 padding: 15px;
}
.headerRight {
 width: auto;
}
 .headerImageVideo {
 background-size: auto;
 width: 95%;
 height:auto;
 background-size: 100%;
 padding-bottom: 30px;
 margin: 0 auto;
}
 .videoHeader .headerLeft {
 margin-right: 0;
 padding: 15px;
}
.ibmWraper .slideList li {
 display: block;
}
 .ibmWraper .slideList li img {
 height: auto;
 width: 100%;
}
 .ibmWraper .slideList2 div.bodyContInn {
 display: flex;
 flex-wrap: wrap;
 flex-wrap: wrap;
 }
.ibmWraper .slideList2 div.bodyContInn .lftSec,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom {
 flex-basis: 99%;
order:1;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec {
 flex-basis: 99%;
order: 1;
}
.headerRight a img {
 max-width:600px;
 width:95%;
}
/*.ibmWraper .slideList2 div.bodyContInn .rgtSec img {
 max-width: 100%;
}*/
.ibmWraper .slideList2 div.bodyContInn .rgtSec {
 padding: 0;
}
.ibmWraper .slideList2 div.bodyContInn {
padding: 0 5px 0 8px;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec,
.ibmWraper .slideList2 div.bodyContInn .bodyBottom {
 padding: 0 0 15px 0;
 margin:0;
 border-right:0;

}
.fullarea-bottom {
 flex-wrap: wrap;
 padding-top: 15px;
}
.twocol-list {
 flex-wrap: wrap;
}
.ibmWraper .ibmHeader .headerImageVideo {
 padding-top:1%;
}
 .IBMStorage .imageSection {
 text-align: center;
 padding-top: 20px;
}
 .IBMPowerSystems .imageSection {
 text-align: center;
 padding-top: 20px;
}
 .IBMStorage .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid #ccc;
 padding: 3px;
}
 .IBMPowerSystems .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid #ccc;
 padding: 3px;
}
.IBMPowerSystems .contentSection {
 text-align: center;
}
 .IBMStorage .contentSection {
 text-align: center;
}
.ibmWraper .breadcrumb ul li {
 font-size: 15px;
 line-height: 25px;
}
.ibmWraper .ibmHeader .headerImageVideo {
 padding-top:1%;
}
.ibmWraper h2 {
 font-size: 115%;
}
 .ibmHeader a.videolink {
 font-size: 16px;
 line-height:26px;
}
.ibmWraper .overviewList li .imageSection1 img {
 height: 100%;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec {
 order: 1;
}
 .twocol-list .rightSectxt {
 flex-basis: 100% !important;
}
 .IBMZ-Solutions .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid#ccc;
 padding: 3px;
}
.IBMZ-Solutions .contentSection {
 text-align: center;
}
.IBMZ-Solutions .imageSection {
 text-align: center;
 padding-top: 20px;
}
 .IBM-LinuxONE .slideList li img {
 height: 200px;
 width: auto;
 border: 1px solid#ccc;
 padding: 3px;
}
.IBM-LinuxONE .contentSection {
 text-align: center;
}
.IBM-LinuxONE .imageSection {
 text-align: center;
 padding-top: 20px;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 45%;
 padding-left: 25px;
}

.ibmWraper .ibmHeader .headerImageVideo {
	padding: 20px 0 20px 0;
	/*height: 250px;
 width: 450px;
 background-size:87%;
 height: 350px;
 background-position: 50%;*/
}
.ibmWraper .ibmHeader .headerImageVideo img {
	/*height: auto;
	width: 370px;*/
}
.ibmWraper .ibmHeader .headerImageVideo .video {
	height: 230px;
	width: 445px;
	margin-top: 0;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec.border-lft{
	border:none;
	padding:0;
}
}
/* 992 break point End*/
@media screen and (max-width : 900px) {
.dropBox.videoArea {
 margin:0 5%;
 left:0;
 top:5%;
}


}
 @media screen and (max-width:786px) {
.ibmWraper .breadcrumb ul {
 display: block;
 margin-left: 10px;
}
 .ibmWraper .breadcrumb ul li {
 padding-left: 20px;
}
.ibmWraper .breadcrumb ul li:first-child {
 padding-left: 0 !important;
}
.ibmWraper .breadcrumb ul li::before {
 left: 0;
}
}
/* 768 break point*/
@media screen and (max-width: 768px) {
 .ibmWraper .overviewList li .sectionContent p {
 line-height: 20px;
}
 .ibmWraper h3 {
 font-size:103%;
}
.ibmWraper .overviewList li {
 flex-basis: 48%;
}
.ibmWraper .overviewList li:nth-child(3n) {
 margin-right: 2%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child {
 flex-basis: 100%;
}
 .ibmWraper .ibmfooter {
 display:block;
}
.ibmWraper .ibmfooter .footerLogo {
 flex-basis: 395px;
 padding: 15px 0;
 border-right: 0;
 width: 98%;
 margin: 30px auto;
}
.ibmWraper p {
 font-size:15px;
}
.ibmWraper .ibmfooter .footerLogo {
text-align:center;
}
.ibmWraper .ibmfooter .footerLogo img {
max-width:280px;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 50%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: 48%;
}
/*.ibmWraper .ibmHeader .headerImageVideo {
 width: 450px;
 background-size:87%;
 height: 350px;
 background-position: 50%;
}
.ibmWraper .ibmHeader .headerImageVideo img {
	height: auto;
	width: 370px;
	margin-top: 74px;
}*/
.ibmWraper .ibmHeader .headerImageVideo .video {
 width: 450px;
 margin-top: 0;
 height:230px;
}
.headerImageVideo {
 margin: 0;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 50%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: 200px!important;
}
 .ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%!important;
 padding-left: 15px;
}
 .ibmWraper .ibmHeader .actionacon img {
width:auto;
 margin-top:0;
}
.ibmWraper .ibmHeader .actionacon a {
 left:50%;
 margin-left:-35px;
}
}

/* 768 break point End*/
@media screen and (max-width:660px) {
.normal_small_text {
 Color: #1D1D1D;
 Font-Family: Arial;
 Font-Weight: Normal;
 Font-Size: 11px;
 margin:0!important;
}
.ibmWraper .formbg {
 background-color: #d1d1d1;
 padding: 56px 0 40px 0;
}
.ibmWraper .formpanel {
 width:100%;
}
.ibmWraper .formpanel table {
 width:100%!important;
}
.formpanel table tr {
	float:none;
	display: block;
	width:100%;
}
.formpanel table tr:last-child {
	width:auto;
}
.formpanel table tr:nth-last-child(2) {
	display:none;
	
	}
.formpanel table tr:last-child table{
	width:auto;
}
.formpanel table tr td{
	width:100%;
	display:block;
}

.ibmWraper .ibmHeader .headerImageVideo{
 width: 300px;
 background-size:100%;
 height: auto;
 padding: 15px 0 30px 0;
}
.ibmWraper .ibmHeader .headerImageVideo:before{
 width: 300px;
 background-size:100%;
}
.ibmWraper .ibmHeader .headerImageVideo img {
	height: auto;
	width: 240px;
	
	
}
.ibmWraper .ibmHeader .headerImageVideo .video {
	height: 150px;
	width: 240px;
	margin-top: 0;
}
.ibmWraper .slideList2 div.bodyContInn .lftSec .leftpic.twoPic img{
	width:48%;
	height:auto;
	margin: 0 0 20px 0;
}
}
@media screen and (max-width:640px) {
 .scrollContent {
 height:230px!important;
 overflow:auto!important;
}
 .dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
 height: 300px !important;
 top:10px!important;
}
}
@media screen and (max-width:600px) {
.dropBox {
top:15px;
}
}
 @media screen and (max-width:560px) {
.dropBoxFrom, .dropBoxFrom1, .dropBoxFrom2 {
 width:90%;
 left:0;
 margin:0 5% auto;
 top:15%;
}
.dropInner h3 {
font-size:18px;
line-height:22px;
}
.dropInner h4 {
font-size:13px;
line-height:17px;
}
}
@media screen and (max-width : 500px) {
.dropBox {
 height:300px;
}
.scrollContent {
 height:250px;
}
}
/* 480 break point */
@media screen and (max-width:480px) {
 .ibmWraper .overviewList li {
 flex-basis:98%;
}
.ibmWraper .overviewList li .imageSection {
max-width: 100%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .imageSection {
 width: 100%;
}
.ibmWraper .overviewList li:nth-child(3n):last-child .sectionContent {
 flex-basis: inherit;
}
 .ibmWraper h1 {
 font-size: 150%;
}
.ibmWraper h2 {
 font-size: 140%;
}
.ibmWraper .slideList li {
 flex-basis: 100%;
}

.ibmWraper .overviewList li .imageSection1 {
max-width:100%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child {
 flex-basis: 100%;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: auto;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .imageSection1 {
 height: 200px;
}
.ibmWraper .overviewList li:nth-child(3n+1):last-child .sectionContent {
 flex-basis: 100%;
}
 .ibmWraper .ibmHeader .actionacon img {
 width:auto;
 height: 25px;
 margin-top:0;
}
.ibmWraper .ibmHeader .actionacon a {
 left:50%;
 margin-left:-35px;
 margin-top:24%;
}
.rgtSec a.imgSize {
 height:auto;
 margin-bottom:15px;
}
.ibmWraper .slideList2 div.bodyContInn .rgtSec img {
 margin-bottom:0;
}


}


/* 480 break point End*/
@media screen and (max-width:400px) {
.dropBox {
 height:400px;
}
}
@media screen and (max-width:360px) {
a.globeIcon {
margin-right:5px;
}
}