body {
	font-family: 'Metric Regular', Arial, sans-serif;
	background: #fff; 
	-webkit-font-smoothing: antialiased; 
	text-rendering: optimizeLegibility; 
	-webkit-text-size-adjust: 100%; 
	-moz-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%;
	color: #000000;
}
html {
	scroll-behavior: smooth;
}

/*
@font-face {
	font-family: 'HPEMetricLight';
	src: url('../_fonts/latin-e-light-eot.eot');
	src: url('../_fonts/latin-e-light-eot.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/latin-e-light-woff.woff') format('-woff.woff'),
		 url('../_fonts/latin-e-light-ttf.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HPEMetricRegular';
	src: url('../_fonts/latin-e-regular-eot.eot');
	src: url('../_fonts/latin-e-regular-eot.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/latin-e-regular-woff.woff') format('-woff.woff'),
		 url('../_fonts/latin-e-regular-ttf.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HPEMetricSemiBold';
	src: url('../_fonts/latin-e-semibold-eot.eot');
	src: url('../_fonts/latin-e-semibold-eot.eot?#iefix') format('embedded-opentype'),
		 url('../_fonts/latin-e-semibold-woff.woff') format('-woff.woff'),
		 url('../_fonts/latin-e-semibold-ttf.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
*/
@font-face {
    font-family: 'Metric Light';
    src: url(../_fonts/Metric-Light.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}
@font-face {
  font-family:  'Metric Bold';
  src: url(../_fonts/MetricHPE-Web-Bold.woff) format("woff");
}
@font-face {
    font-family: 'Metric Regular';
    src: url(../_fonts/Metric-Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Metric Medium';
    src: url(../_fonts/Metric-Medium.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'Metric Semibold';
    src: url(../_fonts/Metric-Semibold.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}


/*FONT WEIGHTS*/
.light {
	font-family: 'Metric Light', Arial, sans-serif;
	line-height: 1.2;
}
.regular {
	font-family: 'Metric Regular', Arial, sans-serif;
}
.medium {
	font-family: 'Metric Medium', Arial, sans-serif;
}
.semibold {
	font-family: 'Metric Semibold', Arial, sans-serif;
	font-weight: 900;
}
.bold_header{
	font-family: 'Metric Bold', Arial, sans-serif;
	font-weight: 700;
	color: #000000;
	/*text-transform: uppercase;*/
}
/* CONTENT PADDING*/
.hp_font_l{
	font-family: 'Metric Bold', Arial, sans-serif;
}
.hp_font_para{
	font-size: 20px;
}
.mar_50{
	margin: 50px auto;
}

.pad_h_xxl {
	padding-left: 15px;
	padding-right: 15px;
}

.pad_v_10x5 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.pad_v_10x10 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.view_btn{
    margin: auto !important;
    display: block;
    margin-top: 18px !important;
    margin-bottom: 30px !important;
    color: white;
    background-color: #01A982;
    text-align: center;
    width: 185px;
    border-radius: 0;
    padding: 10px 20px;
}
@media (min-width: 576px) {


	.pad_v_10x5 {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.pad_v_10x10 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pad_h_xxl {
		padding-left: 5%;
		padding-right: 5%;
	}
}
@media (max-width: 576px) {
	.cust_logo{
		text-align: center !important;
	}
}
#submit {
	padding: 5px 0px;
    font-size: 20px;
    color: #fff;
    border: none;
    background: #00b388;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 0;
    margin-top: 20px;
}
.form-control {
	border: none;
    border-bottom: 1px solid #999;
    border-radius: 0px !important;
}
#req_form{
    width: 300px;
    margin: 17px auto;
}
.nd{
	display: none;
}
.modal-header {
    background: #01A982;
    color: #fff;
}

.form-group {
    width: 100%;
    margin-top: 25px;

}
.form-group label{
	    position: absolute;
    padding-left: 10px;
}
.form-control {

}
@media (min-width: 768px) {
	.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
.cust_modal1 .modal-dialog{
	width: 50% !important;
}
	.pad_60{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.pad_h {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pad_h_xxl {
		padding-left: 15%;
		padding-right: 15%;
	}
	.pad_v_10x10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 992px) {
	.pad_h {
	padding-left: 100px;
	padding-right: 100px;
}
	.hp_font_l{
	font-family: 'Metric Bold', Arial, sans-serif;
	font-size: 32px !important;
	    line-height: 1.2 !important;
}
}

@media (min-width: 1200px) {

	.pad_v_10x5 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.pad_v_10x10 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

	
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}




/*TYPE*/

.white {
	color:#FFF;
}
.teal {
	color: #01A982;
}
.slate {
	color:#425563;
}
.l_slate {
	color:#75909B;
}
.l_grey {
	color:#737373;
}
.blue {
	color:#0198CF;
}
.orange {
	color: #df6d46;
}


/*BG COLOURS*/
.grey_bg {
	background-color: #ebebeb;
}
.l_grey_bg {
	background-color: #F6F6F6;
}
.m_grey_bg {
	background-color: #737373;
}
.d_grey_bg {
	background-color: #303030;
}
.wht_bg {
	background-color: #FFF;
}
.teal_bg {
	background-color: #01A982;
}
.slate_bg {
	background-color: #425563;
}
.l_slate_bg {
	background-color: #75909B;
}
.blue_bg {
	background-color: #0198CF;
}



/* TEXT STYLES */
.font_legal {
	font-size:10px;
	line-height:16px;
}	
.font_xs {
	font-size:10px;
	line-height:16px;
}
.font_s {
	font-size: 14px;
	line-height: 20px;
}
.font_m {
	font-size: 16px;
	line-height: 22px;
}
.font_l {
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}
.font_xl {
	font-size: 18px;
	line-height: 26px;
}
.font_xxl {
	font-size: 20px;
	line-height: 28px;
}
.superscript {
	font-size:60%;
	vertical-align:text-top;
}

@media (min-width: 576px) {
	.font_legal {
		font-size:10px;
		line-height:16px;
	}	
	.font_xs {
		font-size:12px;
		line-height:18px;
	}
	.font_m {
		font-size: 18px;
		line-height: 24px;
	}
	.font_l {
		font-size: 20px;
		line-height: 26px;
		color: #000000;
	}
	.font_xl {
		font-size: 22px;
		line-height: 28px;
	}
	.font_xxl {
		font-size: 24px;
		line-height: 32px;
	}
	.superscript {
		font-size:60%;
		vertical-align:text-top;
	}

}
@media (min-width: 992px) {
	.font_legal {
		font-size:10px;
		line-height:16px;
	}	
	.font_xs {
		font-size:14px;
		line-height:18px;
	}
	.font_s {
		font-size: 16px;
		line-height: 22px;
	}
	.font_m {
		font-size: 20px;
		line-height: 28px;
	}
	.font_l {
		font-size: 22px;
		line-height: 30px;
		color: #000000;
	}
	.font_xl {
		font-size: 22px;
		line-height: 30px;
	}
	.font_xxl {
		font-size: 26px;
		line-height: 34px;
	}

}

/* COMMON */
	
.container-fluid {
}
.nowrap {
	white-space: nowrap;
}
.clearfix {
	clear: both;
}
p {
	margin: 0px;
	padding: 0 0 8px 0;
}
sup {
    font-size: 10px;
}
.contentspacer {
	height: 40px;
}



/* MASTHEAD */

#masthead {
	padding: 15px 0px;
}

.hp_logo{
	width:110px;
	height: 50px;
	padding-bottom: 5px;
	float: none;
	fill: #000000;
}
@media screen and (-ms-high-contrast: active) {
	.hp_logo {
	    fill: ButtonText;
	}
}


/* BUTTONS */

.cta, .cta:link, .cta:visited {
	color: white;
	background-color: #01A982;
	text-align: center;
	padding: 3px 0;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0;
}
.cta:hover {
	color: white;
	background-color: #425563;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
#masthead .cta {
	margin: 5px 0;
}
.cta_rev, .cta_rev:link .cta_rev:visited {
	background-color: #75909b;
	border: 1px solid #ffffff;
	text-align: center;
	padding: 3px 0;
	width: 100%;
	cursor: pointer;
	font-size: 16px;
	border-radius: 0;
	color: white;
}
.cta_rev:hover {
	color: white;
	background-color: #425563;
	border: 1px solid #425563;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

#bottom_buttons .cta, #bottom_buttons .cta:link, #bottom_buttons .cta:visited {
	background-color: #ff8201;
	border: 1px solid #ff8201;
	margin: 5px auto;
}
#bottom_buttons .cta:hover {
	background-color: #ff8201;
	border: 1px solid #ff8201;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.nav.navbar-nav {
    display: inline;
}
.active_page{
	border-bottom: 5px solid #ff8201;
}
.nav.navbar-nav li{
    float: left;
}
#pre_header {
	height: 130px;
    background: url(../_images/pastbooks_main.jpg) no-repeat 0% 11% #f6f6f6;
    background-size: 100%;
}

.nav-tabs a {
    padding: 13px;
    border: 5px solid #01A982;
    width: 100%;
    display: block;
    margin-bottom: 24px;
    color: #000;
    line-height: 1;
    height: 80px;
    font-size: 18px;
}

.nav-tabs a:hover{
	/*border: 5px solid #01A982;*/
	background-color: #01A982;
}

.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255,255,255,1);
    padding: 0px 0px !important;
    z-index: 999;
    box-shadow: 1px 1px 5px #555;
}
#header {
	height: auto;
	background-size: cover;
	/*padding: 20px 10px;*/
	text-align: center
}
ul.nav.navbar-nav a {
	color:#000;
    padding: 10px 20px;
    display: block;
    font-size: 20px;
}
.navbar {
	padding: 0px;
	margin: auto;
	margin-right: -15px;
	margin-left: -15px;
}
.nav.navbar-nav {
    display: inline;
    padding-left: 100px;
}

h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0 0 15px 0;
}
.section_height {
	padding-top: 20px;
	padding-bottom: 20px;
}
.server_illustration {
	width: auto;
	margin: 0 0 30px 0	
}
.product {
	z-index: 1;
	height: 210px;
	position: relative;
}
.hpe_img {
	width: 70%;
    height: auto;
}

.hpe_img1 {
	width: 320px;
    position: absolute;
    bottom: -75px;
    left: 50%;
    margin-left: -200px;
}
.product_bg {
	height: 90px;
	margin-top: 0px;
}	
.carousel_txt {
	padding: 0px 15% 0px;
	height: 230px;
}

/*
#product_carousel .carousel-indicators {
  margin-left: 0%;
  cursor: pointer;
}
*/
.wid_100{
	width: 100%;
}
.cust_ptag{
	font-size: 22px;
	line-height: 1.4;
}
.padd_hw{
	padding: 45px 15px;
}
#playButton {
  left: 67%;
}
#pauseButton {
  left: 73%;
}
.cust_head .teal{
	    text-align: center;
    width: 100%;
    font-size: 40px;
}
.cust_head{
	margin-top: 40px;
}
#product_carousel .carousel-indicators li {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #b9b9b9;
  cursor: pointer;
}
#product_carousel .carousel-indicators .active {
  background-color: #df6d46;
}
#product_carousel .carousel-control-prev,
#product_carousel .carousel-control-next {
  opacity: 1;
  width: 30px;
	background: rgba(0, 0, 0, 0.3);
	height: 55px;
	top: 50px;
	
}
#product_carousel .carousel-control-prev {
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#product_carousel .carousel-control-next {
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#product_carousel .carousel-control-arrow {
	fill: white;
	width: 12px;
}
#product_carousel .carousel-control-prev:hover, 
#product_carousel .carousel-control-next:hover {
  outline: 0;
  background-color: #df6d46;
  opacity: 1;
}
#product_carousel .carousel-control-prev:focus,
#product_carousel .carousel-control-next:focus {
  	background-color: #0078D7;
}
.modal-dialog{
	max-width: 
}

#product_carousel1 .product {
    z-index: 1050;
    height: 150px;
    position: relative;
}
#product_carousel1 .carousel_txt {
    padding: 0px 20% 0px;
    height: 180px;
}
#product_carousel1 .carousel-indicators li {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #b9b9b9;
  cursor: pointer;
}

#product_carousel1 .carousel-indicators .active {
  background-color: #df6d46;
}
#product_carousel1 .carousel-control-prev,
#product_carousel1 .carousel-control-next {
  opacity: 1;
  width: 30px;
	background: rgba(0, 0, 0, 0.3);
	height: 60px;
	top: 225px;
}
#product_carousel1 .carousel-control-prev {
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#product_carousel1 .carousel-control-next {
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#product_carousel1 .carousel-control-arrow {
	fill: white;
	width: 12px;
}
#product_carousel1 .carousel-control-prev:hover, 
#product_carousel1 .carousel-control-next:hover {
  outline: 0;
  background-color: #df6d46;
  opacity: 1;
}
#product_carousel1 .carousel-control-prev:focus,
#product_carousel1 .carousel-control-next:focus {
  	background-color: #0078D7;
}
#product_carousel1 .hpe_img {
    width: 390px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    margin-left: -196px;
}

#product_carousel2 .carousel-indicators li {
  margin-right: 5px;
  margin-left: 5px;
  background-color: #b9b9b9;
  cursor: pointer;
}
#product_carousel2 .carousel-indicators .active {
  background-color: #df6d46;
}
#product_carousel2 .carousel-control-prev,
#product_carousel2 .carousel-control-next {
  opacity: 1;
  width: 30px;
	background: rgba(0, 0, 0, 0.3);
	height: 60px;
	top: 180px;
}
#product_carousel2 .carousel-control-prev {
  left: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#product_carousel2 .carousel-control-next {
  right: 0px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#product_carousel2 .carousel-control-arrow {
	fill: white;
	width: 12px;
}
#product_carousel2 .carousel-control-prev:hover, 
#product_carousel2 .carousel-control-next:hover {
  outline: 0;
  background-color: #df6d46;
  opacity: 1;
}
#product_carousel2 .carousel-control-prev:focus,
#product_carousel2 .carousel-control-next:focus {
  	background-color: #0078D7;
}



#playButton, #pauseButton {
	position: absolute;
  bottom: 17px;
  display: inline-block;
  cursor: pointer;
  z-index: 20;
	color: #b9b9b9;
	font-size: 13px;
}
#playButton:hover, #playButton:focus, 
#pauseButton:hover, #pauseButton:focus{
	color: #0078D7;
}


.doc_icon {
	width: 140px;
}
.temp_padding {
	padding: 30px 0;
}


#bottom_cta {
	background: url(../_images/bg_image_bottom.jpg) no-repeat center center #262626;
	background-size: cover;
}


@media (min-width: 420px) {

.cta, .cta:link, .cta:visited, .cta_rev, .cta_rev:link .cta_rev:visited {
	padding: 3px 0;
	width: 45%;
}
#masthead .cta, #bottom_buttons .cta, #bottom_buttons .cta:link {
	margin: 5px 15px 0 0;
}
.carousel_txt {
	height: 180px;
}

}


@media (min-width: 576px) {
	#masthead {
		height: auto;
		padding: 10px 80px;
	}
	.cta, .cta:link, .cta_rev {
		width: 160px;
		font-size: 18px;
	}
	#masthead .cta {
		margin: 0 0 0 20px;
	}
	#pre_header {
	    height: 280px;
    background: url(../_images/pastbooks_main.jpg) no-repeat 100% 16% #f6f6f6;
    background-size: 100%;
}

#header {
	height: auto;
	background-size: cover;
	padding: 30px 10px;
}

.section_height {
	height: 360px;
	padding-bottom: 0;
	padding-top: 0;
}

.carousel_txt {
	padding: 20px 15% 0px;
	height: 210px;
}

.bold_header{
	font-size: 26px;
}

}


@media (max-width: 576px) {

.bold_header{
	font-size: 20px;
}

.product{
		z-index: 1;
	height: 120px;
	position: relative;
	}
}

@media (min-width: 768px) {
	.nav.navbar-nav{
		padding-left: 100px;
	}
	.cta, .cta:link, .cta_rev {
		width: 180px;
		font-size: 18px;
	}
	#masthead .cta {
		margin: 0 0 0 40px;
	}
	#bottom_buttons .cta, #bottom_buttons .cta:link {
		margin: 0 20px;
	}
	.download_cta {
		margin: 15px 0 0 0 !important;
	}
	#pre_header {
		display: none;
	}
	#header {
		height: 350px;
		background: url(../_images/pastbooks_main.jpg) no-repeat 50% 100% #f6f6f6;
		background-size: cover;
		 padding: 0 0px 0px 25px;
		text-align: left;
	}
	h1 {
		font-size: 38px;
		line-height: 42px;
		margin: 0 0 20px 0;
	}
	.carousel_txt {
	padding: 0px 20% 0px;
	height: 175px;
}
.doc_icon {
	width: 170px;
}
.temp_padding {
	padding: 0;
}
#bottom_buttons .cta, #bottom_buttons .cta:link {
	margin: 15px;
}
.bold_header{
	font-size: 34px;
}

.rel
{
  position: relative;
  top:120px;
}

}


@media (min-width: 992px) {
	#masthead {
	}
	.hp_logo{
		width:130px;
		height: 55px;
	}
	#header {
		    height: 627px;
    background: url(../_images/pastbooks_main.jpg) no-repeat 32% 33% #f6f6f6;
    background-size: cover;
    padding: 0 86px;
}
	h1 {
		font-size: 44px;
		line-height: 48px;
	}

	.cta, .cta:link, .cta:visited {
		margin: 8px 0 0 40px;
		padding: 5px 0;
		width: 180px;
		height: 39px;
	}
	
	.carousel_txt {
		padding: 0px 15% 0px;
	}

	.bold_header{
	font-size: 36px;
}
.rel
{
  position: relative;
  top:120px;
}

}

@media (min-width: 1200px) {
	h1 {
		font-size: 48px;
		line-height: 52px;
	}

	.bold_header{
	font-size: 30px;
}

.rel
{
  position: relative;
  top:120px;
}

}




/*FOOTNOTE*/

#footnote {
	padding: 20px 10px;
}
#footnote p {
	margin-top: 10px;
	font-size: 12px;
	padding: 0;
}


@media (min-width: 576px) {
	#footnote {
		padding: 25px 20px;
	}

}
@media(max-width: 768px){
	.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
	.nav.navbar-nav{
		padding-left: 10px;
	}
.pad_h {
	padding-left: 10px;
	padding-right: 10px;
}
.pad_60{
	padding-top: 40px;
	padding-bottom: 40px;
}
}
@media (min-width: 992px) {
	#footnote {
		padding: 25px 30px;
	}
	#footnote p {
		font-size: 13px;
	}

}




/*curosel*/
/*.col-md-4{
  display: inline-block;
  margin-left:-4px;
}
.col-md-4 img{
  width:100%;
  height:auto;
}
body .carousel-indicators li{
  background-color:red;
}
body .carousel-indicators{
  bottom: 0;
}
body .carousel-control-prev-icon,
body .carousel-control-next-icon{
  background-color:red;

}
body .no-padding{
  padding-left: 0;
  padding-right: 0;
   }
*/
/*curosel*/




#back-top {
	position: fixed;
	z-index: 102;
	margin-left: -5px;  /*Width: 750px; */
	bottom: 60px; /* 30px; */
}
#back-top a:hover {
	opacity: 0.5;
}	
.back_to_top {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: url(../_images/back_to_top.svg) no-repeat 20% 50% rgba(0, 0, 0, 0.4);
	background-size: 30px 30px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
    position: fixed; 
    right: 0;
	height: 40px;
	width: 60px;
}
@media screen and (-ms-high-contrast: white-on-black) { 
	.back_to_top {
		background: url(../_images/back_to_top.svg) no-repeat 20% 50% rgba(0, 0, 0, 1);
	}
}
@media screen and (-ms-high-contrast: black-on-white) { 
	.back_to_top {
		background: url(../_images/back_to_top_black.svg) no-repeat 20% 50% rgba(255, 255, 255, 1);
	}
}
.row{margin-left: 0; margin-right: 0;}
	


