/*File updated on 14th March 2024 - removed Font face for FA*/
.bold {
  font-weight: bold;
}

.para {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-of-contents {
  margin-bottom: 5px;
  padding-bottom: 10px;
}

.table-of-contents .content-link {
  padding: 5px;
}

.content-link .fa{
margin-right:5px;
}
html[dir=rtl] .content-link .fa{
margin-left:5px;
}

.heading, a.heading {
  font-weight: bold;
  border: none;
  text-decoration: none;
}

.section .heading {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  position: relative;
  display: block;
  color: #373737;
  cursor:default;
}

.section .heading:hover {
 color: inherit;
}
.section .section .heading {
  font-size: 20px;

  margin-bottom: 5px;
  border: none;
}

.section .section .section .heading {
  font-size: 16px;
  padding-right: 32px;
  margin-bottom: 5px;
  border: none;
}

html[dir=rtl] .section .section .section .heading {

  padding-left: 32px;

}

.section .expandable {
	padding: 0!important;
	border-bottom: 1px solid #cccccc!important;
	margin-left: 0!important;
}

#ConcentraDocument .section .heading.expandableHeading {
  cursor: pointer!important;
  line-height: 35px!important;
  padding-top: 10px!important;
  padding-bottom: 10px!important;
  margin: 0 !important;
  /* padding: 20px 20px 20px 0; */
  display: table!important;
  width: 100%!important;
  font-weight: normal!important;
  font-family: "HPSimplifiedLight";
  position: relative;
}

#ConcentraDocument .expandableHeading:focus {
    outline-color:#0278AB;
}

#ConcentraDocument .section .heading.expandableHeading::before {
    content: '';
    width: 50px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9;
}

.expandableHeading.collapsed svg{
    -webkit-transition: transform 0.2s!important;
    transition: transform 0.2s!important;
    transform: rotate(0deg)!important;
}


.expandableHeading.collapsed.toggled svg {
  transform: rotate(45deg)!important;
}

.expandableHeading.collapsed.toggled ~ .collapse {
   display: block;
}

html[dir="rtl"] .expandableHeading.collapsed.toggled svg {
  transform: rotate(-45deg)!important;
}

.expandableHeading.collapsed.toggled svg rect{
	fill: #0096d6!important;
}

.accordionIconContainer{
	display: table-cell!important;
	width: 50px!important;
	vertical-align: middle!important;
}

.accordionPlusMinusContainer{
    border-radius: 0px!important;
	display: inline-block!important;
	margin: 0px 10px!important;
	border: 1px solid #cccccc!important;
	padding: 0px;
    line-height: 0px;
}

.accordionPlusMinusContainer svg{
	display: inline-block;
	width: 20px!important;
	height: 20px!important;
	fill: #cccccc!important;
}

.accordionPlusMinusContainer::before {
    content: url(data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11' fill='%23165DBA'%3E%3Cpath d='M7.31303 5.29533L10.606 2.0023C10.7882 1.81369 10.889 1.56112 10.8867 1.29893C10.8844 1.03673 10.7793 0.78591 10.5938 0.600502C10.4084 0.415094 10.1576 0.309933 9.89542 0.307655C9.63323 0.305377 9.38066 0.406137 9.19205 0.588295L5.89902 3.88132L2.60599 0.588295C2.41739 0.406137 2.16482 0.305377 1.90263 0.307655C1.64043 0.309933 1.38961 0.415094 1.2042 0.600502C1.01879 0.78591 0.913632 1.03673 0.911354 1.29893C0.909075 1.56112 1.0099 1.81369 1.19205 2.0023L4.48502 5.29533L1.19205 8.58829C1.09654 8.68054 1.02034 8.79088 0.967933 8.91288C0.915524 9.03488 0.88791 9.16615 0.886756 9.29893C0.885603 9.43171 0.910938 9.56336 0.961219 9.68626C1.0115 9.80915 1.08571 9.92079 1.1796 10.0147C1.2735 10.1086 1.3852 10.1829 1.50809 10.2331C1.63099 10.2834 1.76264 10.3087 1.89542 10.3075C2.0282 10.3064 2.15941 10.2788 2.28141 10.2264C2.40341 10.174 2.51375 10.0978 2.60599 10.0023L5.89902 6.7053L9.19205 9.99833C9.2843 10.0938 9.39464 10.17 9.51664 10.2224C9.63864 10.2748 9.76985 10.3024 9.90263 10.3036C10.0354 10.3047 10.1671 10.2794 10.29 10.2291C10.4129 10.1788 10.5246 10.1046 10.6184 10.0107C10.7123 9.91683 10.7865 9.80518 10.8368 9.68229C10.8871 9.55939 10.9124 9.42768 10.9113 9.2949C10.9101 9.16212 10.8825 9.03092 10.8301 8.90891C10.7777 8.78691 10.7015 8.67657 10.606 8.58433L7.31303 5.29533Z'%3E%3C/path%3E%3C/svg%3E);
    display: none;
    transform: rotate(45deg);
    -webkit-transition: -webkit-transform .1s ease-in-out;
    -ms-transition: -ms-transform .1s ease-in-out;
    transition: transform .1s ease-in-out;
}

.content.collapse{
	padding-left: 50px!important;
}


html[dir="rtl"] .content.collapse{
	padding-left: 0px!important;
	padding-right: 50px!important;
}

.expandableHeading.collapsed.toggled+.content.collapse.in{
	border-bottom: 1px solid #cccccc!important;
}

.section .expandableHeading {
	cursor: pointer!important;
  border-bottom: 1px solid #cccccc!important;
}

.section .expandableHeading.toggled{
    border-bottom: 0px!important;
}

.section .expandableHeading:hover {
  background-color: #f5f5f5!important;
}

.section .expandableHeading:hover svg rect{
  fill: #0096d6!important;
}


html[dir="rtl"] blockquote {
border-left: 0;
border-right: 3px solid #0096d6;
}

html[dir=rtl] ol {
margin-right: 40px;
margin-bottom: 20px;
padding-right: 0;
}

#ConcentraDocument .docImage {
  display: inline-block;
  /*max-width: initial; */
  width:auto;
  max-width: initial;

}

.blockquote h5,
.blockquote-warning h5,
.blockquote-critical h5 {
  text-transform: uppercase;
  font-weight: normal;
  display: inline;
  font-family: HPSimplifiedRegular;
}
.blockquote h5 {
  color: #006699;
}
blockquote.blockquote-critical h5,
blockquote.blockquote-warning h5  {
  color: #D60014;
}

.blockquote div,
.blockquote-critical div,
.blockquote-warning div  {
  display: inline;
}

.note,.warning,.caution {
  background-color: #F2F2F2;
  margin-left: 62px;
  padding: 10px;
}

.note span,.warning span,.caution span {
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: bold;
  float: left;
}

.note .para, .warning .para, .caution .para {
  margin-top: 0px;
}

.note .alert-image {
  background-image: url(../images/note.png);
  width: 31px;
  height: 34px;
  margin-top: -5px;
  margin-left: -52px;
}

.warning .alert-image {
  background-image: url(../images/warning.png);
  width: 42px;
  height: 34px;
  margin-top: -5px;
  margin-left: -52px;
}

.caution .alert-image {
  background-image: url(../images/caution.png);
  width: 42px;
  height: 34px;
  margin-top: -5px;
  margin-left: -52px;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  background-color: #efefef;
  font-weight: bold;
}

.table-steps > tbody > tr > td:first-child {
  text-align: inherit;
  font-weight: inherit;
}

#ConcentraDocument {
       counter-reset: figureCounter;
}

.para .label .label:before {
       counter-increment: figureCounter;
       content: counter(figureCounter);
       font-weight: normal;
}

strong ol, strong li {
  color : #000;
}

.content ol, .content ul {
color: #000;
margin-left: 14px;
}

li.section.expandable {
       list-style-type: none;
       margin: 0px!important;
}

li.expandable .heading .para{
       margin-top: 0px;
       margin-bottom: 0px
}

.text-light {
  color : #007DBA;
}

ul.with-bullets {
color: #000;
margin-left: 14px;
}

.content table ol {
  color: #767676;
}

html[dir=rtl] .externalContent {
    padding-right: 2px;
    padding-left: 0;
    margin-top: 3px;
    float: left;
}

html[dir=rtl] .extIconAnchorTag {
    display:inline-block;
}

.additionalOptionDocument{
	margin-bottom: 15px;
	display: table;
}

.additionalOptionDocument.threeCol{
	text-align: center;
	min-height: 197px;
}

.additionalOptionDocument.twoCol{
	min-height: 110px;
}

.additionalOptionDocument.singleCol{
	height: 80px;
}

.additionalOptionDocument .addOptLink{
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #cccccc;
  padding: 15px 10px;
}

.additionalOptionDocument.singleCol .addOptLink{
	display: flex;
	align-items: center;
	border: 1px solid #cccccc;
  padding: 0px 10px;
  height: inherit;
}

.addOptLink:hover button{
	background: #1159a0;
    color: #fff;
}

#ConcentraDocument ol ol li{
	list-style-type:lower-alpha;
}

#ConcentraDocument ol ol ol li{
	list-style-type:lower-roman;
}

#ConcentraDocument ol.calloutList li{
  list-style-type: unset;
}

#ConcentraDocument .calloutList .label{
  font-family: HPSimplifiedRegular;
  font-size: 14px;
}

#ConcentraDocument .calloutList .label strong{
  font-family: HPSimplifiedRegular;
  font-weight: normal;
}

@media (min-width: 801px){
	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textContainer{
		padding: 0px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textContainer p{
		margin-top: 20px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textBtnContainer{
		padding: 0px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .buttonContainer button{
		float: right;
	}

	html[dir=rtl] .additionalOptionDocument.singleCol .addOptLink .textBtnContainer .buttonContainer button{
		float: left;
	}
}

.additionalOptionDocument img{
	margin: auto;
	max-width: 70px;
	margin-bottom: 10px;
}

.additionalOptionDocument.threeCol img{
  height:70px;
}

.additionalSupportHeading{
	height: 30px;
  font-size: 18px;
  font-family: HPSimplifiedLight;
  padding: 5px 15px;
  background: #f2f2f2;
  margin: 20px 0px;
}

.optionsConatiner{
	margin-top: 10px;
	margin-bottom: 30px;
}

@media (max-width: 800px){
	.additionalOptionDocument{
		text-align: center;
	}
	#ConcentraDocument .tableMobileLight {
	    margin-top: 25px;
	    height: auto;
	    display: flex;
	    flex-direction: column;
		}
		#ConcentraDocument .tableDescriptionMobileLight:nth-child(odd) {
			background-color: #fafafa;
			padding-bottom: 10px;
    	padding-top: 10px;
		}
		#ConcentraDocument .tableDescriptionMobileLight:nth-child(even) {
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: #ffffff;
		}
		#ConcentraDocument .mobRowContentContainer * {
    	margin: 0;
		}

    .additionalOptionDocument .addOptLink{
      display: table-cell!important;
      vertical-align: middle!important;
      padding: 15px 10px!important;
    }

    .additionalSupportHeading{
      margin: 15px 0px;
    }
    #ConcentraDocument .para:first-child, #ConcentraDocument .para {
      font-size: 15px;
      line-height: 20px;
    }
}


#ConcentraDocument {
  font-family: "HPSimplifiedLight";
}

#ConcentraDocument h3 {
  font-size: 20px;
  line-height: 23px;
  color: #000;
  letter-spacing: 0.25px;
}

#ConcentraDocument h4 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedLight;
}

#ConcentraDocument h5 {
  font-size: 18px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedRegular;
}


#ConcentraDocument h6 {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedRegular;
}


#ConcentraDocument .para {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  letter-spacing: 0.25px;
}

#ConcentraDocument a {
  font-size: 16px;
  text-decoration: underline;
  color: #0171AD;
}

#ConcentraDocument .section.expandable a.expandableHeading{
  text-decoration: none;
}

#ConcentraDocument li {
  font-size: 17px;
  color: #000;
  line-height: 22px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#ConcentraDocument li ol, #ConcentraDocument li ul {
  margin-left: 16px!important;
}

a.prodPageNavLink {
  text-decoration: underline;
  font-weight: bold;
  color: #0171AD;
  text-transform: uppercase;
  font-size: 16px;
  font-family: HPSimplifiedBold;
  margin-bottom: 10px;
}

.content blockquote {
    padding: 10px 15px 10px;
    background-color: #f2f2f2;
    border-left: none;
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 24px;
}

.content blockquote .para {
	margin-bottom: 20px;
}

.content blockquote.blockquote-warning, .content blockquote.blockquote-critical {
	background: #F2F2F2;
	border-left: none;
}

.content blockquote.blockquote-warning .para, .content blockquote.blockquote-critical .para {
	margin: 0;
}

#ConcentraDocument .fixed_space {
  font-family: courier;
}


#ConcentraDocument .bolditalic {
  font-style: italic;
}

#ConcentraDocument .italic {
  font-style: italic;
}

#ConcentraDocument strong.italic {
  font-weight: normal;
}

#ConcentraDocument ol {
    padding-left: 0;
}

#ConcentraDocument .calloutList .callout{
    line-height: 16px !important;
    font-weight: normal;
    font-size: 14px;
    font-family: HPSimplifiedRegular;
}

#ConcentraDocument .calloutList li{
  font-size:14px;
  line-height: 16px!important;
}

@media only screen and (max-width: 800px) and (min-width: 497px), only screen and (max-width: 496px) {
	#ConcentraDocument h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
	}
	#ConcentraDocument h2 {
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
	}

	#ConcentraDocument h3 {
    font-size: 18px;
    line-height: 21px;
  }

  #ConcentraDocument h4{
    font-size: 16px;
    line-height: 19px;
  }

  #ConcentraDocument h5{
    font-size: 16px;
    line-height: 19px;
  }

  #ConcentraDocument h6{
    font-size: 12px;
    line-height: 16px;
  }

	#ConcentraDocument .para:first-child {
    font-size: 15px;
    line-height: 20px;
	}

  #ConcentraDocument .para {
    font-size: 15px;
    line-height: 20px;
  }

	#ConcentraDocument a {
		font-size: 14px;
	}

	#ConcentraDocument li {
    font-size: 15px;
    line-height: 20px;
	}
	a.prodPageNavLink {
		font-size: 14px;
  }

  #ConcentraDocument .calloutList{
    font-size: 12px;
    line-height: 14px;
    font-family: HPSimplifiedRegular;
  }

  #ConcentraDocument .calloutList .callout{
    line-height: 14px !important;
    font-weight: normal;
    font-size: 12px;
  }

  #ConcentraDocument .calloutList li{
    font-size:12px;
    line-height: 14px!important;
  }

  #ConcentraDocument .calloutList .label{
    font-size: inherit;
  }
  /* Code change for ALM -3202 */
  #ConcentraDocument .table-responsive > .table > tbody > tr > td{
    white-space: initial;
    min-width: 155px;
  }
}

#ConcentraDocument .table-responsive table thead tr td {
    padding: 15px;
    background-color: #fafafa;
}

#ConcentraDocument .table-responsive table thead tr td * {
    margin: 0px!important;
    font-family: HPSimplifiedRegular;
}

#ConcentraDocument .table-responsive table tbody tr td * {
    /*margin: 0px!important;*/
    font-family: HPSimplifiedLight;
}

#ConcentraDocument .table-responsive table tbody tr td {
    padding: 15px;
}
#ConcentraDocument div.para  span  img.regular-image {
  margin: 20px 0;
}
#ConcentraDocument  .table-of-contents  .content-link  a {
  text-decoration: none;
}
#ConcentraDocument blockquote.blockquote-critical span.caution-heading, #ConcentraDocument  blockquote.blockquote-warning span.warning-heading {
  color: #D60014;
  text-transform: uppercase;
  font-family: HPSimplifiedRegular;
}
#ConcentraDocument blockquote.blockquote span.note-heading {
  color: #006699;
  text-transform: uppercase;
  font-family: HPSimplifiedRegular;
}
#ConcentraDocument ol li div.para span img.regular-image {
  margin: 5px 0!important;
}
#ConcentraDocument li:not(.section.expandable) *:not(blockquote){
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	padding-top: 0px!important;
	padding-bottom: 0px!important;
}

#ConcentraDocument .section.expandable .section.expandable{
  border-bottom: 0px;
}

#ConcentraDocument .section.expandable .section.expandable:not(:last-child) .heading{
  border-bottom: 1px solid rgb(204, 204, 204);
}

#ConcentraDocument .section.expandable .section.expandable .heading.toggled{
  border-bottom: 0px;
}

#ConcentraDocument .expandableHeading.collapsed.toggled+.content.collapse.in .expandableHeading.collapsed.toggled+.content.collapse.in{
  border-bottom: 0px;
}

*:not(.expandable) + .expandable .expandableHeading{
  border-top: 1px solid #cccccc!important;
}

html[dir=rtl] ul.with-bullets {
    margin-left: 0px;
    margin-right: 40px;
}

* > .expandable:first-child .expandableHeading{
  border-top: 1px solid #cccccc!important;
}

.product-grid-category h3, .product-grid-single h3 {
    color: #000000 !important;
    height: 30% !important;
    font-family: HPSimplified !important;
    font-weight: normal !important;
    padding: 15px !important;
    margin: 0 !important;
}
.tab-content h2.tab-title {                   /* Adding css for producttab title issue as part of v9 migration */
    height: 50px !important;
    line-height: 50px !important;
    margin-bottom: 20px !important;
	font-size: 24px !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
}


#ConcentraDocument h1 {
    font-size: 32px;
    color: #0096D6 !important;
    line-height: 35px !important;
    font-style: normal;								 /* Adding css for document font isse as part of v9 migration issue */
    font-weight: normal !important;
    letter-spacing: 0.25px;
    font-family: HPSimplifiedLight !important;
}

#ConcentraDocument h2 {
    font-size: 27px;
    color: #0096D6 !important;
    line-height: 30px !important;					/* Adding css for document font isse as part of v9 migration */
    font-style: normal;
    font-weight: normal !important;
    letter-spacing: 0.25px;
    font-family: HPSimplifiedLight !important;
}

.additionalOptionDocument.threeCol{		/* fix for bug 97779 as part of migration */
	height: 230px !important;
}
.wpthemeAltText {						/* fix as part of migration */
   display: none;
}
iframe:not(.BrightcoveExperience),
#ConcentraDocument img {
  /* added a :not(.BrightcoveExperience) to fix the height on videos issue in concentra firefox.  */
  max-width: 100%;
  height: auto;
}
#ConcentraDocument img {
  max-width: 100%;
  display: block;
}
.hp-loader {
  width: 60px;
}
@-moz-document url-prefix() {
  fieldset {
    display: table-cell;
  }
}
/*3558: change z-index from 1000 to 999 to put PSF over header*/
.header {
  z-index: 999;
  /*134082: Page title appears partially hidden on Search results, PDP and document details pages*/
  clear: both;
}
.hp-header {
  display: block;
  color: #000;
  background-color: transparent;
  margin: 10px 0 0 0;
  width: 100%;
  /* changed  dropdown to customDropdown to separate styling for all hpStyleDropdowns and secondary nav dropdowns - Himanshu */
}
#docs #stgd-icons .pbs {
  padding-bottom: .25em;
  padding-top: .25em;
}
#docs #stgd-icons .pbs > span {
  color: #5a5a5a;
  margin-right: 20px;
}
#docs #stgd-icons .fs1:after {
  font-size: 16px;
}
#docs .styleguide {
  margin-bottom: 20px;
}
#docs .styleguide .code {
  color: #767676;
}
#docs .documentation-only-not-in-flow {
  margin: 0 !important;
  background: #0096D6;
  color: white;
}
#docs .documentation-only-not-in-flow.category {
  background-color: #D7410B;
}
#docs .documentation-only-not-in-flow span,
#docs .documentation-only-not-in-flow a {
  color: white;
}
#docs .documentation-only-not-in-flow a {
  text-decoration: underline;
}

.securityDisclaimer:before {
  content: '"';
}
.securityDisclaimer:after {
  content: '"';
}
.securityDisclaimer {
  margin: 10px 0;
}
.copyright {
  text-align: center;
  font-family: "Courier new", "Andale mono", Monaco, monospace;
  margin-bottom: 10px;
}
.generalDisclaimer {
  font-family: "Courier new", "Andale mono", Monaco, monospace;
  margin-bottom: 10px;
}

#hpProductContextPageTitleÃÂ {
  padding-left:ÃÂ 0;
  font-size:ÃÂ 32px;
}

@media (min-width: 801px){
	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textContainer{
		padding: 0px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textContainer p{
		margin-top: 20px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .textBtnContainer{
		padding: 0px;
	}

	.additionalOptionDocument.singleCol .addOptLink .textBtnContainer .buttonContainer button{
		float: right;
	}

	html[dir=rtl] .additionalOptionDocument.singleCol .addOptLink .textBtnContainer .buttonContainer button{
		float: left;
	}
}

@media (max-width: 800px){
	.additionalOptionDocument{
		text-align: center;
	}
	#ConcentraDocument .tableMobileLight {
	    margin-top: 25px;
	    height: auto;
	    display: flex;
	    flex-direction: column;
		}
		#ConcentraDocument .tableDescriptionMobileLight:nth-child(odd) {
			background-color: #fafafa;
			padding-bottom: 10px;
    	padding-top: 10px;
		}
		#ConcentraDocument .tableDescriptionMobileLight:nth-child(even) {
			padding-top: 10px;
			padding-bottom: 10px;
			background-color: #ffffff;
		}
		#ConcentraDocument .mobRowContentContainer * {
    	margin: 0;
		}

    .additionalOptionDocument .addOptLink{
      display: table-cell!important;
      vertical-align: middle!important;
      padding: 15px 10px!important;
    }

    .additionalSupportHeading{
      margin: 15px 0px;
    }
    #ConcentraDocument .para:first-child, #ConcentraDocument .para {
      font-size: 15px;
      line-height: 20px;
    }
}

	#ConcentraDocument .para{
		font-size: 17px;
        line-height: 22px;
        letter-spacing: 0.25px;
	}

    #ConcentraDocument .text-light {
        color: #007DBA !important;
    }

#ConcentraDocument {
  font-family: "HPSimplifiedLight";
}

#ConcentraDocument h3 {
  font-size: 20px;
  color: #0096D6;
  line-height: 23px;
  color: #000;
  letter-spacing: 0.25px;
}

#ConcentraDocument h4 {
  font-size: 18px;
  color: #0096D6;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedLight;
}

#ConcentraDocument h5 {
  font-size: 18px;
  color: #0096D6;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedRegular;
}


#ConcentraDocument h6 {
  font-size: 14px;
  color: #0096D6;
  line-height: 18px;
  color: #000;
  letter-spacing: 0.25px;
  font-family: HPSimplifiedRegular;
}

#ConcentraDocument .heading, #ConcentraDocument .container, #ConcentraDocument .para, #ConcentraDocument .bold, #ConcentraDocument strong {
  font-family: "HPSimplifiedLight";
}

#ConcentraDocument .heading {
    margin: 20px 0px;
}

/* Heading link - back to products page */
a.prodPageNavLink {
  text-decoration: underline;
  font-weight: bold;
  color: #0171AD;
  text-transform: uppercase;
  font-size: 16px;
  font-family: HPSimplifiedBold;
  margin-bottom: 10px;
}

#ConcentraDocument .calloutList .callout{
    line-height: 16px !important;
    font-weight: normal;
    font-size: 14px;
    font-family: HPSimplifiedRegular;
}

@media only screen and (max-width: 800px) and (min-width: 497px), only screen and (max-width: 496px) {
	#ConcentraDocument h1 {
    font-size: 30px;
    line-height: 33px;
    font-weight: normal;
	}
	#ConcentraDocument h2 {
    font-size: 25px;
    font-weight: normal;
    line-height: 28px;
	}

	#ConcentraDocument h3 {
    font-size: 18px;
    line-height: 21px;
  }

  #ConcentraDocument h4{
    font-size: 16px;
    line-height: 19px;
  }

  #ConcentraDocument h5{
    font-size: 16px;
    line-height: 19px;
  }

  #ConcentraDocument h6{
    font-size: 12px;
    line-height: 16px;
  }

	#ConcentraDocument .para:first-child {
    font-size: 15px;
    line-height: 20px;
	}

  #ConcentraDocument .para {
    font-size: 15px;
    line-height: 20px;
  }

	#ConcentraDocument a {
		font-size: 14px;
	}

	#ConcentraDocument li {
    font-size: 15px;
    line-height: 20px;
	}
	a.prodPageNavLink {
		font-size: 14px;
  }

  #ConcentraDocument .calloutList{
    font-size: 12px;
    line-height: 14px;
    font-family: HPSimplifiedRegular;
  }

  #ConcentraDocument .calloutList .callout{
    line-height: 14px !important;
    font-weight: normal;
    font-size: 12px;
  }

  #ConcentraDocument .calloutList li{
    font-size:12px;
    line-height: 14px!important;
  }

  #ConcentraDocument .calloutList .label{
    font-size: inherit;
  }
  /* Code change for ALM -3202 */
  #ConcentraDocument .table-responsive > .table > tbody > tr > td{
    white-space: initial;
    min-width: 155px;
  }
}

#ConcentraDocument .container {
  margin: 0 auto;
  clear: both;
}

ul.with-bullets li {
  list-style-type: disc;
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 
 @font-face {
    font-family: 'FontAwesome';
    src: url(../fonts/fontawesome-webfont.eot?v=4.1.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(../fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(../fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}
*/
.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-square:before,.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.enableScrollOnOverflow {
    overflow: auto!important;
}

.table-responsive {
    padding-bottom: 15px;
}
#ConcentraDocument .table-bordered {
    border: 1px solid #ccc;
}

table {
    max-width: 100%;
    background-color: transparent;
    color: #767676;
    border-collapse: collapse;
  }
  th {
    text-align: left;
  }
  .table {
    width: 100%;
    margin-bottom: 20px;
  }
  .table.table-layout-fixed {
    table-layout: fixed;
  }
  .table h5 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
  }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 10px;
    vertical-align: middle;
  }
  .table.table-no-padding {
    padding: 10px 0;
  }
  .table > thead > tr > th {
    font-weight: bold;
    color: #000;
    vertical-align: bottom;
  }
  .table > caption + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > th,
  .table > thead:first-child > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .table > tbody + tbody {
    border-top: 2px solid #ccc;
  }
  .table .table {
    background-color: #ffffff;
  }
  .table-condensed > thead > tr > th,
  .table-condensed > tbody > tr > th,
  .table-condensed > tfoot > tr > th,
  .table-condensed > thead > tr > td,
  .table-condensed > tbody > tr > td,
  .table-condensed > tfoot > tr > td {
    padding: 5px 0;
  }
  .table-condensed-sm > thead > tr > th,
  .table-condensed-sm > tbody > tr > th,
  .table-condensed-sm > tfoot > tr > th,
  .table-condensed-sm > thead > tr > td,
  .table-condensed-sm > tbody > tr > td,
  .table-condensed-sm > tfoot > tr > td {
    padding: 2px 0;
  }
  .table-bordered {
    border: 1px solid #ccc;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > tbody > tr > th,
  .table-bordered > tfoot > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
  }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    background-color: #efefef;
  }
  .table-bordered.horizontal-border {
    border: 0;
  }
  .table-bordered.horizontal-border > thead > tr > th,
  .table-bordered.horizontal-border > tbody > tr > th,
  .table-bordered.horizontal-border > tfoot > tr > th,
  .table-bordered.horizontal-border > thead > tr > td,
  .table-bordered.horizontal-border > tbody > tr > td,
  .table-bordered.horizontal-border > tfoot > tr > td {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .table-bordered.horizontal-border > thead > tr > th,
  .table-bordered.horizontal-border > thead > tr > td {
    background-color: transparent;
  }
  .table-striped > tbody > tr:nth-child(odd) > td,
  .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f9f9f9;
  }
  .table-hover > tbody > tr:hover > td,
  .table-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
  }
  table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
  }
  table td[class*="col-"],
  table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
  }
  .table > thead > tr > td.active,
  .table > tbody > tr > td.active,
  .table > tfoot > tr > td.active,
  .table > thead > tr > th.active,
  .table > tbody > tr > th.active,
  .table > tfoot > tr > th.active,
  .table > thead > tr.active > td,
  .table > tbody > tr.active > td,
  .table > tfoot > tr.active > td,
  .table > thead > tr.active > th,
  .table > tbody > tr.active > th,
  .table > tfoot > tr.active > th {
    background-color: #f5f5f5;
  }
  .table-hover > tbody > tr > td.active:hover,
  .table-hover > tbody > tr > th.active:hover,
  .table-hover > tbody > tr.active:hover > td,
  .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
  }
  .table > thead > tr > td.success,
  .table > tbody > tr > td.success,
  .table > tfoot > tr > td.success,
  .table > thead > tr > th.success,
  .table > tbody > tr > th.success,
  .table > tfoot > tr > th.success,
  .table > thead > tr.success > td,
  .table > tbody > tr.success > td,
  .table > tfoot > tr.success > td,
  .table > thead > tr.success > th,
  .table > tbody > tr.success > th,
  .table > tfoot > tr.success > th {
    background-color: #dff0d8;
  }
  .table-hover > tbody > tr > td.success:hover,
  .table-hover > tbody > tr > th.success:hover,
  .table-hover > tbody > tr.success:hover > td,
  .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
  }
  .table > thead > tr > td.info,
  .table > tbody > tr > td.info,
  .table > tfoot > tr > td.info,
  .table > thead > tr > th.info,
  .table > tbody > tr > th.info,
  .table > tfoot > tr > th.info,
  .table > thead > tr.info > td,
  .table > tbody > tr.info > td,
  .table > tfoot > tr.info > td,
  .table > thead > tr.info > th,
  .table > tbody > tr.info > th,
  .table > tfoot > tr.info > th {
    background-color: #d9edf7;
  }
  .table-hover > tbody > tr > td.info:hover,
  .table-hover > tbody > tr > th.info:hover,
  .table-hover > tbody > tr.info:hover > td,
  .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
  }
  .table > thead > tr > td.warning,
  .table > tbody > tr > td.warning,
  .table > tfoot > tr > td.warning,
  .table > thead > tr > th.warning,
  .table > tbody > tr > th.warning,
  .table > tfoot > tr > th.warning,
  .table > thead > tr.warning > td,
  .table > tbody > tr.warning > td,
  .table > tfoot > tr.warning > td,
  .table > thead > tr.warning > th,
  .table > tbody > tr.warning > th,
  .table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
  }
  .table-hover > tbody > tr > td.warning:hover,
  .table-hover > tbody > tr > th.warning:hover,
  .table-hover > tbody > tr.warning:hover > td,
  .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
  }
  .table > thead > tr > td.danger,
  .table > tbody > tr > td.danger,
  .table > tfoot > tr > td.danger,
  .table > thead > tr > th.danger,
  .table > tbody > tr > th.danger,
  .table > tfoot > tr > th.danger,
  .table > thead > tr.danger > td,
  .table > tbody > tr.danger > td,
  .table > tfoot > tr.danger > td,
  .table > thead > tr.danger > th,
  .table > tbody > tr.danger > th,
  .table > tfoot > tr.danger > th {
    background-color: #f2dede;
  }
  .table-hover > tbody > tr > td.danger:hover,
  .table-hover > tbody > tr > th.danger:hover,
  .table-hover > tbody > tr.danger:hover > td,
  .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
  }
  .table > tbody > tr > td p:last-child,
  .table > tbody > tr > td figcaption:last-child {
    margin: 0;
  }
  .table-steps > tbody > tr > td:first-child {
    text-align: center;
    font-weight: bold;
    color: #373737;
  }
  @media only screen and (min-width: 497px) and (max-width: 800px), only screen and (max-width: 496px) {
    .table-responsive {
      width: 100%;
      overflow-y: hidden;
      overflow-x: scroll;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      -webkit-overflow-scrolling: touch;
    }
    .table-responsive > .table {
      margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
      white-space: nowrap;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
      border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
      border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
      border-bottom: 0;
    }
}
.show{
    display:block
}

.hide{
    display:none
}
/*Single video Implementation*/
.bcSingleVideoContainer .videoLoadingSpinner {
    margin: auto;
    padding: 30px 0px;
  }
  .videoThumbnailDesc {
    padding: 15px 0px;
    background: #f2f2f2;
    margin: 15px 0px;
  }
  .videoThumbnailDesc .videoThumbnail {
    display: table;
    position: relative;
  }
  .videoThumbnailDesc .videoThumbnail .videoThumbnailImg {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
  .videoThumbnailDesc .videoThumbnail .playIconContainer {
    position: absolute;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.45);
    top: 40px;
    left: 38%;
    /*right: 0px;*/
    border-radius: 100%;
    color: white;
    text-align: center;
    display: table;
    margin: 0;
  }
  .videoThumbnailDesc .videoThumbnail .playIconContainer .playSvgContainer {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding-left: 9px;
  }
  .videoThumbnailDesc .videoThumbnail .playIconContainer .playSvgContainer .playSvg {
    fill: #fff;
    height: 30px;
    width: 25px;
  }
  .videoThumbnailDesc .videoThumbnail:hover .playIconContainer {
    background: #0096d6;
  }
  .videoThumbnailDesc .videoTitleDescContainer {
    margin: 10px 0px;
    font-size: 15px;
    line-height: 17px;
  }
  .videoThumbnailDesc .videoTitleDescContainer .videoHeading {
    font-family: HPSimplified;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .videoThumbnailDesc .videoTitleDescContainer .videoName {
    font-size: 18px;
    font-weight: bold;
  }
  .videoThumbnailDesc .videoTitleDescContainer .videoDesc {
    font-size: 16px;
  }
  body.ie .videoThumbnailDesc .videoThumbnail .playIconContainer {
    left: 40%;
  }
  .singleVideoModal .videoModalCloseBtn {
    float: right;
  }
  @media (max-width: 800px) {
    .videoThumbnailDesc .videoThumbnail .videoThumbnailImg {
      max-width: 100%;
      max-height: 100%;
    }
    .videoThumbnailDesc .videoThumbnail .playIconContainer {
      top: 35%;
    }
    .videoThumbnailDesc .videoTitleDescContainer {
      margin-top: 0px;
      margin-bottom: 15px;
    }
    .videoThumbnailDesc .videoTitleDescContainer .videoHeading {
      font-size: 12px;
    }
    .videoThumbnailDesc .videoTitleDescContainer .videoName {
      font-size: 16px;
      line-height: 18px;
    }
    .videoThumbnailDesc .videoTitleDescContainer .videoDesc {
      font-size: 15px;
      line-height: 17px;
    }
  }

  /* start common*/
.videoitem .video_title_bottom {
    clear: both;
    margin-top: 0;
    margin-left: 0;
    padding-top: 5px;
  }
  /* end common*/

  .embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

h1.headingLight {
  font-size: 32px;
  font-family: HPSimplifiedLight;
  color: #000000;
}
h2.headingLight {
  font-size: 27px;
  font-family: HPSimplifiedLight;
  color: #000000;
}
h3.headingLight {
  font-size: 20px;
  font-family: HPSimplifiedLight;
  color: #000000;
}
h4.headingLight {
  font-size: 18px;
  font-family: HPSimplifiedLight;
  color: #000000;
}
h5.headingLight {
  font-size: 18px;
  font-family: HPSimplifiedLight;
  color: #000000;
}
h6.headingLight {
  font-size: 14px;
  font-family: HPSimplifiedLight;
  color: #000000;
}

p.paragraphLight {
  font-size: 16px;
  font-family: HPSimplifiedLight;
  color: #000000;
  line-height: 24px;
}

/* color contrast changes for 20.2 ALM 2348 and 2346 */
.btn-primary-light {
    background: #0171AD;
    border: 1px solid #0171AD;
    font-family: HPSimplifiedRegular;
}
.button.primary.findBtn {
    background-color: #0171AD;
    font-family: HPSimplifiedRegular;
}
.btn-secondary-light {
    border: 1px solid #0171AD;
}
.button.primary.findBtn:disabled,.button.primary#btnWFormSubmit:disabled,.button.primary#btnWFormSubmit:disabled {
    color: #767676 !important;
    background-color: #d9d9d9;
}
.button.primary#multipleLink,.button.primary#extendedWarranty,.button.primary#btnWFormSubmit {
    background-color: #0171AD;
    font-family: HPSimplifiedRegular;
}

  @media only screen and (min-width: 801px), print and (min-width: 4in) {
   .modal-md {
    width: 800px;
    margin: 60px auto;
  }
  }
/* youtube video styling */
#video a:focus{
  color: #114284!important;
  text-decoration: none !important;
  padding: 0px;
  box-shadow: 0 0 8px 0 #0096d6 !important;
  outline: none !important;
}

.video-wrapper .video-box {
    display: flex;
    text-decoration: none;
    padding: 15px 0px;
    background: #f2f2f2;
    margin: 15px 0px;
  }

  .video-wrapper .video-box .thumbnail-container {
    margin-left: 16px;
    max-width: 211px;
    position: relative;
    width: 34%;
    flex: none;
    text-align: center;
  }

  .video-wrapper .video-box .thumbnail-container .play-button-bg {
    width: 40px;
    height: 40px;
    flex-grow: 0;
    border-radius: 50%;
    border: solid 1px #fff;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
    padding: 14px 15px;
  }

  .video-wrapper .video-box .thumbnail-container .play-button-bg .play-bt-arr {
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
  }

  .video-wrapper .video-box .txt-container {
    padding: 20px 24px;
    margin: 10px 0px;
    font-size: 15px;
    line-height: 17px;
  }

  .video-wrapper .video-box .txt-container .video-title {
    font-size: 18px;
    margin-bottom: 8px;
    line-height: 1.214em;
    letter-spacing: 0.25px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .video-wrapper .video-box .txt-container .video-description {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  @media (max-width: 800px){
    .video-wrapper .video-box {
        display: grid;
      }
      .video-wrapper .video-box .txt-container {
        padding: 20px 17px;
      }
  }


.docNotice {
    border: 1px solid #000;
    padding: 10px 5px;
    font-family: "Courier new", "Andale mono", Monaco, monospace;
    margin: 30px 0 10px;
}
.heading-concentra {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    position: relative;
    display: block;
    color: #373737;
    border-bottom: 3px solid #000;
    cursor: default;
}
