/* CSS Document ****************************************************************************************** */

html, body {
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-weight:normal !important;
	padding:0;
	margin:0;
	background-color:#f3f3f3;
	position:relative;
	width:100% !important;
	height:100% !important;
}

/* Uptime Grand Hero ****************************************************************************************** */
.hpUptimeHeroWrapper {
	background-color:#000000;
	position:relative;
	background-image:url(/images/idera/heroBG.jpg);
	background-repeat:no-repeat;
	background-size:cover;
}
.hpUptimeHeroContainer {
	color:#FFF;
	width:1024px;
	margin:0px auto;
	position:relative;
	height:372px;
}
.hpUptimeHeroTitle {
	color:#fff;
	font-size:40px;
	line-height:40px;
	text-align:left;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-weight:300;
}
.hpUptimeHeroDropDownCTA {
	text-align:left;
	padding-top:16px;
}
#PlatformCTAbtn {
	border: 2px solid #fe4210;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#fe4210;
	font-size:22px;
	line-height:50px;
	padding:0px 20px 2px 20px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	transition:border 0.3s ease;
	display:inline-block;
	text-decoration:none;
}
#PlatformCTAbtn:hover {
	border: 2px solid #fff;
	transition:border 0.3s ease;
}
.hpUptimeHeroScreenshot {
	margin-top:40px;
}
.hpUptimeHeroSAPTitle {
	color: #646464;
	font-size: 50px;
	line-height:50px;
	text-shadow: 0 1px 1px #fff;
	text-align:center;
	padding:15px 0px 10px 0px;
	font-weight:300;
}
.hpUptimeHeroSAPParagraph {
	color: #cccccc;
	font-size: 14px;
	line-height:19px;
	text-align:left;
	font-weight:300;
	margin-top:10px;
}
.hpUptimeHeroSAPCTAsReadmore {
	text-align:center;
	margin-top:30px;
}
.sapCTA {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #e51d25;
	-moz-box-shadow: 0 0 25px #fff;
	-webkit-box-shadow: 0 0 25px #fff;
	box-shadow: 0 0 25px #fff;
	display:inline-block;
	width:186px;
	color: #fff;
	font-weight:bold;
	font-size: 17px;
	line-height:46px;
	text-decoration:none;
}
.sapCTA:hover {background-color: #c91920;}
.sapReadMore {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #FFF;
	-moz-box-shadow: 0 0 25px #fff;
	-webkit-box-shadow: 0 0 25px #fff;
	box-shadow: 0 0 25px #fff;
	display:inline-block;
	width:182px;
	color: #e51d25;
	font-weight:bold;
	font-size: 17px;
	line-height:42px;
	text-decoration:none;
	border:2px solid #e51d25;
}
.sapReadMore:hover {
	color: #646464;
	border:2px solid #646464;
}

/* Promo Box ****************************************************************************************** */
.PromoBoxWrapper {
	width:100%;
	margin:0px;
	padding:0px;
	background-color:#00aef4;
	background-image:url(/images/idera/promoBoxBG.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.PromoBoxContainer {
	width:1024px;
	margin:0px auto 0px auto;
	padding:0px;
	height:140px;
	position:relative;
}
.promoScreenShot {
	position:relative;
	box-shadow:0px 0px 10px #FFF;
}
.promoTitle {
	color:#FFF;
	font-size:27px;
	line-height:27px;
	text-align:left;
	font-weight:700;
}
.promoText {
	color:#FFF;
	font-size:19px;
	line-height:23px;
	text-align:left;
	padding:8px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

/* Product Buckets ****************************************************************************************** */
.UptimeProductBucketsWrapper {
	background-color:#FFF;
}
.UptimeProductBucketsContainer {
	width:924px;
	margin:0px auto;
	padding:60px 0px 60px 0px;
}
.UptimeProductBucketsContainer ul {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	font-size:0px;
	display:inline-block;
}
.productList {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:452px;
	height:204px;
	display:block;
	font-size:0px;
	float:left;
}
.productListAlt {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	width:452px;
	height:204px;
	display:block;
	font-size:0px;
	float:right;
}
.UptimeProductBucketsTitle {
	color:#646464;
	font-size:24px !important;
	line-height:51px !important;
	text-align:left;
	padding:0px 0px 0px 77px !important;
	margin:0px 0px 0px 0px;
	font-weight:400;
	background-repeat:no-repeat;
	display:block;
	text-decoration:none;
}
.UptimeProductBucketsTitle:hover {
	color:#45464a;
	text-decoration:none;
}
.UptimeProductBucketsBlurb {
	color:#646464;
	font-size:14px !important;
	line-height:24px !important;
	text-align:center !important;
	padding-top:20px;
}
#btmCTAbtn {
	border: 2px solid #fe4210;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	-moz-background-clip:padding;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
	background-color:#fe4210;
	font-size:28px;
	line-height:62px;
	padding:0px 20px 2px 20px;
	color:#FFF;
	cursor:pointer;
	font-weight:bold;
	transition:border 0.3s ease;
	display:inline-block;
	text-decoration:none;
	width:250px;
	text-align:center;
}
#btmCTAbtn:hover {
	border: 2px solid #c2381a;
}

/* Platform ****************************************************************************************** */
.upPlatformWrapper {
	background-color:#7fb339;
	background-image:url(/images/idera/QuoteBG.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	height:374px;
}
.upPlatformContainer {
	width:924px;
	margin:0px auto;
	padding:30px 0px 60px 0px;
}
.upH2platform {
	text-align:center;
	color: #fff;
	font-size: 40px;
	line-height:40px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	font-weight:300;
}
.upQuote {
	color:#FFFFFF;
	font-size:18px;
	line-height:24px;
	text-align:center;
	font-weight:100;
}
.upQuoteByline {
	color:#c6ff79;
	font-size:12px;
	line-height:24px;
	text-align:center;
}
/* Logos ****************************************************************************************** */
.upCustomerLogosWrapper {
	background-color:#f3f3f3;
}
.upCustomerLogosContainer {
	text-align:center;
	width:1024px;
	padding:30px 0px 60px 0px;
	margin:0px auto 0px auto;
}
.upCustomerHeader {
	text-align:center;
	color: #646464;
	font-size: 40px;
	line-height:40px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 30px 0px;
	font-weight:300;
}





