* {
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "HPEMetric", Arial, sans-serif;
}

/* DE7975 Hide tracking elements from external libraries */
#ntva, #flhva, #ttdva, #egot_iframe {
	display: none;
}
/* US24501 Changed margin-top to padding-top because it was causing double scrolling when no h/f */
/* US24453 Consider Qualtrics div for frame responsive styles */
#qcembed {
	display: flex;
	justify-content: center;
	padding-top: 2em;
}
/* US24453 Prevent adding height without content */
#qcembed > div:first-child {
	padding: 0.6em 0;
    margin-top: -2em;
}

/* DE8062 Add space at the bottom to prevent ovelapping the footer with the recommendation widget */
@media (min-width:768px) {
	.regular-header-layout #footer #hpehf-footer {
		padding-bottom: 60px;
	}
}

html, body,
#everything, #content {
	height:100%;
	/*min-width:990px;*/
}

body {
	box-sizing: border-box;
}

#loading {
	position: absolute;
	top:70px;
	left:10px;
	color:black;
	height:16px;
	line-height:16px;
	padding-left:20px;
	background:url("../images/loading.gif") no-repeat top left;
}
/* US23644 Hide iframe when header is overlapping to prevent problems with IE */
.ie .hpehf-header-mobile-menu-opened #docpdf,
.ie .hfws-mobile-contact-opened #docpdf,
.ie .hpehf-flyout-opened #docpdf {
	visibility: hidden;
}
.ie #hpehf-black-header.hpehf-flyout-opened {
	margin-bottom: 50px;
}

/* US23644 Rename frame wraper to prevent collapsing styles */
/* US23644 Styles with no HFWS */
#frame-wrapper {
	position:absolute;
	width:100%;
	height:100%;
	/*top:58px;*/
	left:0px;
	bottom:0px;
	overflow:hidden;
}
/* US23644 Styles with regular HFWS */
.regular-header-layout #frame-wrapper {
	position: relative;
	height: auto;
	padding-top: 0.5em;
}

/* US23971 New styles to not display content at first time */
.regular-header-layout, .slim-header-layout {
	display: none;
}
.regular-header-layout.header-show {
	display: block;
}
.slim-header-layout.header-show {
	display: flex;
}

/* DE8062 Add margin to PDF viewer when regular HFWS, take into account responsive */	
/* US24453 Add margin to slim HFWS in big screens as it is now default for QS docs in bot desktop and mobile */
.regular-header-layout #frame-wrapper .frame { 
	max-width: 1530px;
}
@media only screen and (max-width: 767px){
	.regular-header-layout #frame-wrapper .frame { 
    	padding: 0 10px;
		margin: 0 0 1em 0;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}
@media only screen and (min-width: 767px) and (max-width: 991px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
    	padding: 0 50px;
		margin: 0 0 1em 0;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0;
	}
}
@media only screen and (min-width: 991px) and (max-width: 1199px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
    	padding: 0 80px;
		margin: 0 0 2em 0;
   }
   	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0 auto;
	}
}
@media only screen and (min-width: 1199px) and (max-width: 1599px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
		padding: 0 80px;
		margin: 0 auto 2em auto;
	}
	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0 auto;
	}
}
@media only screen and (min-width: 1599px){
	.regular-header-layout #frame-wrapper .frame,
	.slim-header-layout #frame-wrapper .frame {
	    max-width: 1600px;
	    padding: 0 100px;
	    margin: 0 auto 2em auto;
	}
	.regular-header-layout #frame-wrapper.with-prelaunch-alert .frame,
   	.slim-header-layout #frame-wrapper.with-prelaunch-alert .frame {
	    margin: 0 auto;
	}
}

.regular-header-layout #docpdf {
	/* US24453 Add -2.8em for Qualtrics div */
	height: calc(92vh - 9em - 2.8em);
	width: 100%;
}


.regular-header-layout .with-prelaunch-alert #docpdf {
	/* US24453 Add -2.8em for Qualtrics div */
	height: calc(88vh - 11em - 2.8em);
}
.regular-header-layout .with-side-content .frame #docpdf,
.regular-header-layout .with-bottom-content .frame #docpdf {
	position: relative;
}

/* US24453 Manage height of frame with slim HFWS in big screens as it is now default for QS docs in bot desktop and mobile */
@media only screen and (min-width: 767px) {
	
	.slim-header-layout #docpdf {
		min-height: auto;
		/* US24453 Add -2.8em for Qualtrics div */
		height: calc(92vh - 9em - 2.8em);
		width: 100%;
	}
	.slim-header-layout .with-prelaunch-alert #docpdf {
		min-height: auto;
		/* US24453 Add -2.8em for Qualtrics div */
		height: calc(88vh - 11em - 2.8em);
	}
}

@media only screen and (min-width: 1061px) {
	
	.slim-header-layout #docpdf {
		min-height: auto;
		/* US24453 Add -2.8em for Qualtrics div */
		height: calc(92vh - 6em - 2.8em);
		width: 100%;
	}
	.slim-header-layout .with-prelaunch-alert #docpdf {
		min-height: auto;
		/* US24453 Add -2.8em for Qualtrics div */
		height: calc(88vh - 8em - 2.8em);
	}
}

/* US23644 Styles with slim HFWS */
.slim-header-layout {
	min-height: 100vh;
	flex-direction: column;
}
.slim-header-layout #frame-wrapper {
	position: relative;
	flex: 1;
	border-bottom: none;
	padding-top: 0.5em;
}
.slim-header-layout .with-side-content .frame #docpdf,
.slim-header-layout .with-bottom-content .frame #docpdf {
	position: relative;
}


/* US24392 Prevent recommendation widget overlapping docked controls of Adobe PDF Viewer */
@media (min-width:768px) and (min-height:480px) {
	.hidden-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf {
		background-color: #f5f5f5;
	}
	.hidden-header-layout.with-recommendations:not(.none-widget-layout) #frame-wrapper .frame div#docpdf iframe {
		border-bottom: solid 1px rgba(0, 0, 0, 0.08) !important;
	    height: calc(100% - 2em) !important;
	}
}



.frame {
	height:100%;
}

.prelaunched {
	/*height:85%;*/
	height: calc(100% - 6em);
}
#prelaunch-wrapper {
	position: relative;
	overflow: hidden;
}
.mobile-container.prelaunched {
		height: calc(100% - 6em - 2em);
}
.docpdf {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}

.reduced-height {
	height: 98%;
}

a {
	color:#0099dd;
	text-decoration:none;
}

a:hover,
a:hover span,
a:hover span.ellipsed:after {
	text-decoration:underline;
}

#logo {
	float:left;
	margin:10px;
	background:url("../images/logo.png") no-repeat center center;
	width:40px;
	height:40px;
}

#info {
	float:left;
	margin:10px;
	height:40px;
	margin-left:0px;
	width:75%;
	overflow:hidden;
}

#link {
	float:right;
	margin:10px;
	height:40px;
	line-height:40px;
	text-align:right;
	overflow:hidden;
}

.prelaunch-alert {
	width:100%;
    color: red;
    text-align: center;
	margin:0;
	padding: 0.5em 0;
	
	line-height: 1em;
	height: 2em;
	overflow: hidden
}

.prelaunch-alert.hide {
	display: none;
}

.prelaunch-alert .message, .prelaunch-alert a{
	font-size: 0.8em;
}

.gordon-icon {
	display: none;
	vertical-align: middle;
}

.message {
	display: inline-block;
	vertical-align: middle;
}
.part1 {
	display: inline-block;
}
.part2 {
	display: block;
}

.gordon-icon svg {
	fill: red;
}

.bottomBar{
	/*position: fixed;	*/
}

.btn {
	box-sizing: border-box;
	display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    padding: 4px 34px;
    letter-spacing: .04167em;
    border: 2px solid transparent;
    font-size: 19px;
    border-radius: 0;
    white-space: normal;
    line-height: 28px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
	color: white;
	background-color: #01a982;
    border: 2px solid #01a982;
	font-size: 1.2em;
    line-height: 1.5;
    border-radius: 0;
    text-decoration: none;
    width: 100%;
    
    font-family: "HPEMetric", Arial, sans-serif;
    font-weight: 600;
}

.btn:hover {
	-webkit-box-shadow: 0 0 0 2px #01a982;
    box-shadow: 0 0 0 2px #01a982;
    text-decoration: none;
}
.btn:visited, .btn:active
.btn:focus {
	text-decoration: none;
}

.btn.btn-secondary {
    color: #000;
    background-color: rgba(255,255,255,0);
    border: 2px solid #01a982;
}
.btn.btn-secondary:hover, .btn.btn-secondary:active {
    color: #000;
    background-color: rgba(230,230,230,0);
    /*border-color: #016c53;*/
}

.btn .extension {
	text-transform: uppercase;
	text-decoration: none;
}

.download-title {
	max-height: 20%;
	margin-bottom: 1em;
	overflow: hidden;
	word-break: break-word;
}
.mobile-container {
	text-align: center;
	padding: 0 1em;
	height: 100%;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mobile-container.mobile-pdf-container {
	justify-content: start;
}

#adobedocpdf {
	padding: 1em 0;
	height: 100%;
}

.image {
	position: relative;
	margin-bottom: 1em;
	max-height: 60%;
}

.thumbnail {
	height: 100%;
	border-top: solid 4px #32DAC8;
	max-height: 378px;
    max-width: 358px;
    display: inline-block;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}
.loading .thumbnail {
	opacity: 0;
}
/* Small veil from Asset Experience, code by @dmoyano 
   Adapted and tweaked some color vars.*/
.small-hpe-loader {
	  width: 64px;
	  height: 11px;
	  margin: -3px 0 0 -16px;
	  border: 4px solid #01a982;
	  position: absolute;
    	top: 43%;
    	left: 43%;
	  animation: rotateLoader 1.4s infinite ease-in-out;
}
.small-hpe-loader.full-frame {
	margin: 0;
	top: calc(50% - 10px);
	left: calc(50% - 36px);
}
.loader {
	background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.image.loading .loader {
	display: block;
}

@keyframes rotateLoader {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }

  33% {
    transform: perspective(120px) rotateX(-180deg) rotateY(0deg);
  }

  66% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* US23075 Add side and bottom elements for pathfactory, only for tablet-desktop screens */
@media (min-width:768px) {
	 
	 /*US23933 Removed pathFactory Stiles */
	
	
	#frame-wrapper.with-side-content {
		display: flex;
		flex-flow: row wrap;
	}
	
	#frame-wrapper.with-bottom-content {
		display: flex;
		flex-flow: column wrap;
	}
	
	.with-side-content .frame {
		display: inline-block;
		height: 100%;
		width: auto;
		flex-grow: 1;
		position: relative;
	}
	.with-bottom-content .frame {
		display: inline-block;
		flex-grow: 2;
		height: auto;
		position: relative;
	}
	.with-side-content .frame .prelaunch-alert.top {
		position: absolute;
		top: 0;
		left: 0;
	}
	.with-side-content .frame .prelaunch-alert.bottom,
	.with-bottom-content .frame .prelaunch-alert.bottom {
		position: absolute;
		bottom: 0;
	}

	.with-side-content .frame #docpdf,
	.with-bottom-content .frame #docpdf {
		position: absolute;
		bottom: 0;
		rigth: 0;
	}
	
	.with-side-content.with-prelaunch-alert .frame #docpdf,
	.with-bottom-content.with-prelaunch-alert .frame #docpdf {
		top: 3em;
	}
	.with-side-content.with-bottom-content .frame {
		display: inline-block;
		height: 80%;
		width: calc(100% - 290px);
		position: relative;
	}
}


@media (max-width:273px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: none;
	}
	
	/* Let the alert have 4 lines here */
	.prelaunch-alert {
		height: 5em;
	}
	.prelaunched {
		height: calc(100% - 12em);
	}
	.mobile-container.prelaunched {
			height: calc(100% - 12em - 2em);
	}
}
@media (min-width:274px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: none;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: none;
	}
	
	/* Let the alert have 3 lines here */
	.prelaunch-alert {
		height: 4em;
	}
	.prelaunched {
		height: calc(100% - 10em);
	}
	.mobile-container.prelaunched {
		height: calc(100% - 10em - 2em);
	}
	
}
@media (min-width:350px) {

	/* Let the alert have 3 lines here */
	.prelaunch-alert {
		height: 3em;
	}
	.prelaunched {
		height: calc(100% - 8em);
	}
	.mobile-container.prelaunched  {
		height: calc(100% - 8em - 2em);
	}
}
@media (min-width:505px) {
	.prelaunch-alert {
		height: 2em;
	}
	.prelaunched {
		height: calc(100% - 6em);
	}
	.mobile-container.prelaunched {
		height: calc(100% - 6em - 2em);
	}
}
@media (min-width:480px) {
	.prelaunch-alert .message {
		font-size: 0.8em;
	}
	.top .message .part2 {
		display: none;
	}
	.bottom .message .part1 {
		display: none;
	}
}
@media (min-width:982px) {

	.top .message .part2 {
		display: block;
	}
	.bottom .message .part1 {
		display: inline-block;
	}
}
@media (min-width:1112px) {
	.prelaunch-alert .message {
		font-size: 0.9em;
	}
}
@media (min-width:1226px) {
	.prelaunch-alert .message {
		font-size: 1em;
	}
}
@media (min-width:1262px) {
	.gordon-icon {
		display: inline-block;
	}
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: none;
	}
	
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: none;
	}
}
@media (min-width:1465px) {
	.with-side-content .frame .prelaunch-alert .gordon-icon {
		display: inline-block;
	}
	.with-side-content .frame .prelaunch-alert.top .message .part2 {
		display: block;
	}
	.with-side-content .frame .prelaunch-alert.bottom .message .part1 {
		display: inline-block;
	}
}

	


/* US23933 Removed PathFactory Styles*/



html.gated-doc-html {
	min-height: auto;
    height: auto;
    min-width: auto;
}

.gated-doc-page {
	height: auto;
    padding: 0 1em 1em 1em;
}

.gated-doc-page .gated-title {
	margin: 0.5em 0;
	width: 100%;
	font-size: 2.4em;
}

.gated-doc-page .gated-content{
	display: flex;
    align-items: stretch;
	width: 100%;
}

.gated-doc-page .gated-info {
	width: 50%;
	display: flex;
    flex-direction: column;
    align-items: stretch;
}

.gated-doc-page .gated-overview-heading {
	font-size: 1.250em;
	font-weight: 600;
	margin: 0.1em 0 0.5em 0;
}


.gated-doc-page .gated-image {
	width: 100%;
	position: relative;
	margin-bottom: 1em;
	text-align: center; /* Center the thumbnail when width is not 100% */
    flex: 2 0 auto;
}

.gated-doc-page .gated-thumbnail {
	width: auto; /* Fix aspect ratio for longer thumbnails */
	border-top: solid 4px #32DAC8;
	max-height: 100%;
    max-width: 100%; /* DE7756 Prevent image overflowing the box */
    display: inline-block;
    -webkit-transition: opacity 0.1s ease-in-out;
    -moz-transition: opacity 0.1s ease-in-out;
    -o-transition: opacity 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out;
}

.gated-doc-page .gated-description {
	margin: 1em auto 1em auto;
	font-weight: 100;
    font-size: 1.1em;
	flex: 1 0 0;
}
.gated-doc-page .gated-form {
	width: 50%;
    min-height: 50em;
}

/* Note this is the width of the iframe not the main window */
@media only screen and (max-width: 768px) {
	.gated-doc-page .gated-content {
		flex-direction: column;
	}
	.gated-doc-page .gated-info,
	.gated-doc-page .gated-form {
		width: 100%;
	}
	
	.gated-doc-page .gated-form {
		min-height: 45em;
	}
	
}

@media only screen and (max-width: 500px) {
	.gated-doc-page .gated-form {
		min-height: 50em;
	}
}
/* Note this is the width of the iframe not the main window */
@media only screen and (max-width: 362px) {
	.gated-doc-page .gated-form {
	    min-height: 58em;
	}
}

/* US23759 QS PDF version selector for mobile */
.mobile-container #divVersionHistory {
	padding-top: 1em;
	width: 100%;
    text-align: right;
}
.mobile-container #selectVersionHistory {
	text-transform: capitalize;
}
.mobile-container #selectVersionHistory option.pre-launch {
	color: red;
}
.mobile-container #selectVersionHistory span {
	color: red;
	text-transform: none;
}

/* US23808 Style for "Download PDF" link in iOS devices */
#containerPdfLink {
	width: 100%;
	text-align: right;
	padding-bottom: 4px;
	vertical-align: top;
}

@font-face{
	font-family:"HPEMetric";
	font-display: fallback;
	src:url("../fonts/metricHPE/MetricHPE-Web-Regular.eot?#iefix");
	src:url("../fonts/metricHPE/MetricHPE-Web-Regular.eot?#iefix") format("eot"),
		url("../fonts/metricHPE/MetricHPE-Web-Regular.woff") format("woff");
}
@font-face{
	font-family:"HPEMetric";
	font-display: fallback;
	src:url("../fonts/metricHPE/MetricHPE-Web-Bold.eot?#iefix");
	src:url("../fonts/metricHPE/MetricHPE-Web-Bold.eot?#iefix") format("eot"),
		url("../fonts/metricHPE/MetricHPE-Web-Bold.woff") format("woff");
		
	font-weight: 700;
}
@font-face{
	font-family:"HPEMetric";
	font-display: fallback;
	src:url("../fonts/metricHPE/MetricHPE-Web-Semibold.eot?#iefix");
	src:url("../fonts/metricHPE/MetricHPE-Web-Semibold.eot?#iefix") format("eot"),
		url("../fonts/metricHPE/MetricHPE-Web-Semibold.woff") format("woff");
		
	font-weight: 600;
}
@font-face{
	font-family:"HPEMetric";
	font-display: fallback;
	src:url("../fonts/metricHPE/MetricHPE-Web-Light.eot?#iefix");
	src:url("../fonts/metricHPE/MetricHPE-Web-Light.eot?#iefix") format("eot"),
		url("../fonts/metricHPE/MetricHPE-Web-Light.woff") format("woff");
		
	font-weight: 100;
}
@font-face {
    font-family: "HPESimpleWeb";
    src: url("../fonts/HPESimple/HPESimpleWeb-Regular.eot");
    src: url("../fonts/HPESimple/HPESimpleWeb-Regular.eot#iefix") format("embedded-opentype"),
         url("../fonts/HPESimple/HPESimpleWeb-Regular.woff2") format("woff2"),
         url("../fonts/HPESimple/HPESimpleWeb-Regular.woff") format("woff"),
         url("../fonts/HPESimple/HPESimpleWeb-Regular.ttf") format("truetype"),
         url("../fonts/HPESimple/HPESimpleWeb-Regular.svg#HPESimpleWebRegular") format("svg");
}
