
a{
	color:#ce0000;
}
.content-container {
    float: none;
    margin: 0 auto;
    max-width: 1280px;
}
.row-centered {
    text-align: center;
}
.col-centered {
    display: inline-block;
    float: none;
    text-align: left;
    margin-right: -4px;
    vertical-align: top;
}
/* New Homepage */
.hv-new-homepage-banner {
    padding: 100px 15px 50px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    min-height: 550px;
}
.hv-new-homepage-banner .col-sm-8,
.hv-new-homepage-banner .col-sm-4{
	padding-left:15px;
	padding-right:15px;
}
.hv-new-homepage-banner h1 {
	font-size: 4.188rem;
    margin-bottom: 20px;
    color: #fff;
    margin-top: 90px;
    padding-right: 20px;
	font-weight: 300;
	line-height:1;
}
.hv-new-homepage-banner p {
    font-size: 2.125rem;
    color: #fff;
    padding-right: 20px;
   margin-bottom: 0;
}
.hv-new-homepage-banner .learn-more-promo {
    margin-top: 20px;
    border-color:#fff;
}
.hv-new-homepage-banner .learn-more-promo a {
    color: #ce0000;
 background-color: #fff;
 border:1px solid #fff;
}
.hv-new-homepage-banner .learn-more-promo a:hover{
    color: #fff;
    background-color: transparent;
}
.hv-new-homepage-banner .herolink {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #cc0000;
    margin-top: 55px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    font-weight: 700;
}
.hv-new-homepage-banner .herolink:hover {
    text-decoration: none;
    color: #fff;
}
.hv-new-homepage-banner img{
    margin-top:4px;
    width: 100%;
}
.hv-new-homepage-banner .herolink:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: calc(-100% - 25px);
    top: calc(50% - 1px);
    background: #cc0000;
    z-index: 1;
}
.hv-new-homepage-banner .herolink:hover:before {
    content: '';
    background-color: #ffffff !important;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
@media screen and (max-width:1040px) {
    .hv-new-homepage-banner h1{
        font-size: 3rem;
    }
	.hv-new-homepage-banner p {
		font-size: 1.25rem;
	}
	.hv-new-homepage-banner {
		background-position: 70% 0px, 20px 20px, 50%, 0 90%;
	}
	.hv-new-homepage-banner .herolink {
		font-size: 1rem;
		margin-top: 40px;
	}
	.hv-new-homepage-banner .herolink:before{
        display: none;
    }
}
@media screen and (max-width:991px) {
    .hv-new-homepage-banner img{
        width: auto;
    }
	.hv-new-homepage-banner h1 {
		font-size: 2.5rem;
		margin-top: 100px;
	}
	.hv-new-homepage-banner .herolink {
		font-size: .875rem;
	}
}
@media screen and (max-width: 767px){
    .hv-new-homepage-banner h1 {
        font-size: 2em;
		margin-bottom: 20px;
		margin-top: 70px;
		padding-right: 0;
    }
    .hv-new-homepage-banner{
        min-height: 400px;
        padding-top: 90px;
        text-align:center;
    }
    .hv-new-homepage-banner p{
        margin-bottom: 0px;
        padding-right:0;
		font-size: 1.25rem;
    }
    .hv-new-homepage-banner img{
        margin:0 auto;
    }
    .hv-new-homepage-banner .learn-more-promo {
        text-align: center;
        margin: 30px auto 0;
        display: block;
        max-width: 200px;
    }
}
@media screen and (max-width: 480px){
	.hv-new-homepage-banner p{
		font-size: 1.125rem;
	}
}
.hv-whatwedo{
    background: #fff;
    padding: 60px 0;
}
.hv-whatwedo .container-fluid{
	padding-left:15px;
	padding-right:15px;
}
.hv-whatwedo h2{
    font-size: 2.5em;
    font-weight: 300;
    color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.hv-whatwedo p{
    text-align: center;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 35px;
}
.hv-whatwedo .hv-whatwedo-box{
    height:245px;
    padding: 0;
    margin: 0;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    background-size: cover;
}
.hv-whatwedo .hv-whatwedo-box:hover{
    transform: scale(1.02);
    box-shadow: 0px 0px 17px rgba(0,0,0,.5) !important;
    z-index: 1;
}
.hv-whatwedo .hv-whatwedo-box .card-link1{
    text-decoration: none;
    color: #333333;
    display: table;
    height: 100%;
    width: 100%;
}
.hv-whatwedo .hv-whatwedo-box .dt-feat-content{
    padding: 0 15px;
}
.hv-whatwedo .hv-whatwedo-box h3{
    text-transform: none;
    font-size: 1.8rem;
    font-weight: 300;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
    padding: 0 25px;
    line-height: normal;
    /*text-shadow: 2px 1px rgba(0, 0, 0, 0.4);*/
}
.hv-whatwedo .hv-whatwedo-box p{
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 20px;
    text-align: left;
}

.hv-whatwedo .hv-whatwedo-box .request {
    position: absolute;
    width: 260px;
    bottom: 15px;
    margin: 0 15px;
}
.hv-whatwedo .hv-whatwedo-box .request .cta-btn {
    background-color: #ce0000;
    color: #ffffff;
    display: block;
    padding: 8px 10px;
    transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
    text-align: center;
}
.hv-whatwedo .hv-whatwedo-box .cta-btn:hover{
    background: transparent;
    color: #ce0000;
    transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}
@media screen and (max-width: 1100px) {
    .hv-whatwedo .hv-whatwedo-box h3{
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1060px) {
    .hv-whatwedo-container {
    max-width: 990px;
    margin: 0 auto;
}
.hv-whatwedo h2 {
	font-size: 2em;
	font-weight: 300;
}
}
@media screen and (max-width: 991px) {
    .hv-whatwedo .hv-whatwedo-box h3{
        font-size: 1.25rem;
        padding: 0 15px;
    }
    .hv-whatwedo-container {
        max-width: 768px;
        margin: 0 auto;
    }
    .hv-whatwedo .hv-whatwedo-box{
        height: 190px;
    }
}
@media screen and (max-width: 767px) {
    .hv-whatwedo h2 {
        font-size: 1.5em;
        font-weight: 300;
    }
    .hv-whatwedo .hv-whatwedo-box {
        margin: 0 auto;
    }
    .hv-whatwedo .hv-whatwedo-box h3{
        font-size: 1.5rem;
        padding: 0 15px;
    }
    .hv-whatwedo-container {
        max-width: 480px;
        margin: 0 auto;
    }
    .hv-whatwedo .hv-whatwedo-box {
        height: 240px;
    }
}
@media screen and (max-width: 480px) {
    .hv-whatwedo .hv-whatwedo-box h3{
        font-size: 1.2rem;
        padding: 0 5px;
    }
    .hv-whatwedo-container {
        max-width: 320px;
        margin: 0 auto;
    }
    .hv-whatwedo .hv-whatwedo-box {
        height: 140px;
    }
}
/* Related solutions*/
.component-tile-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
    z-index: 0;
}
.tile-scale-shadow {
    background-position: center center !important;
    background-repeat: no-repeat;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.tile-scale-shadow:hover .component-tile-image {
    transform: scale(1.1);
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease;
}
.hv-ps-related{
	padding:65px 0 40px;
}
.hv-ps-related h2{
	margin: 0px;
	font-size: 2.5em;
	font-weight: 300;
	color: #333333;
}
.hv-ps-related .col-sm-3 {
  margin-bottom: 30px;
  padding-left: 15px;
    padding-right: 15px;
}
.hv-ps-related .hv-related-box-wrapper{
	margin-top: 55px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hv-ps-related .hv-related-box-wrapper .col-sm-3{
	margin-left:0;
	margin-right: 0;
}
.hv-ps-related .hv-related-box-wrapper a {
	color: inherit;
	text-decoration: none;
}
.hv-ps-related .hv-related-box{
  border: 1px solid #b2b2b2;
  padding: 35px 15px;
  box-shadow: 0px 0px 49px rgba(0,0,0,0.11);
}
.hv-ps-related .hv-related-box.related-bg{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding:0;
	width:100%;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner {
	display: flex;
	align-items: flex-end;
	height: 330px;
	position:relative;
}
.hv-ps-related .related-bg.white {
  color: #fff;
}

.hv-ps-related .hv-related-box .image-wrap {
	margin-bottom:30px;
}
.hv-ps-related .hv-related-box .image-wrap .img-responsive{
	margin:0 auto;
}
.hv-ps-related .hv-related-box .related-cat {
	color: #333;
	font-weight: 400;
	margin-bottom: 10px;
}
.hv-ps-related .hv-related-box .box-title{
	z-index: 1;
	background-color: #ce0000;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: absolute;
	bottom: -60px;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
}
.hv-ps-related .hv-related-box:hover .box-title {
	bottom: 0;
}
.hv-ps-related .hv-related-box .box-title .animateLink {
	font-size: .8125rem;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .10em;
	display: block;
	padding: 0px 15px 40px 15px;
	width: 100%;
	text-align: center;
}
.hv-ps-related .hv-related-box h3{
	text-transform: none;
	margin: 0 auto;
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.3;
	word-break: break-word;
}
.hv-ps-related .hv-related-box.related-bg h3{
	padding:30px 15px;
}
.imagecontainer-img{
  object-fit: cover;
    font-family: "object-fit: cover";
}
.hv-ps-related .hv-related-box .hv-related-inner .component-tile-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1290px) and (min-width: 1100px) {
.hv-ps-related .col-centered{
  margin-left: -4px;
}
}
@media screen and (max-width: 1024px){
.hv-ps-related .col-centered{
  margin-left:-4px;
}
.hv-ps-related .hv-related-box .box-title{
  bottom: 0;
}
.hv-ps-related .hv-related-box .box-title .animateLink{
  display: none;
}
}
@media screen and (max-width: 991px){
.hv-ps-related .hv-related-box h3{
  font-size: 1em;
} 
.hv-ps-related .hv-related-box .related-cat{
  font-size: .9rem;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner{
  height:250px;
}
.hv-ps-related .col-centered{
  margin-left:0;
}
}
@media screen and (max-width: 767px){
.hv-ps-related h2{
  padding: 0px 15px;
  font-size:1.5em;
}
.hv-ps-related .hv-related-box{
  margin-bottom: 15px;
}   
.hv-ps-related {
  padding: 40px 0 20px;
}
.hv-ps-related .col-centered{
  display:block;
}
.hv-ps-related .col-centered:last-child {
  margin-bottom: 0;
}
.hv-ps-related .hv-related-box.related-bg{
  width:100%;
}
.hv-ps-related .hv-related-box-wrapper{
margin-top: 35px;
}
.hv-ps-related .hv-related-box-wrapper .col-sm-3{
	width: 100%;
}
.hv-ps-related .hv-related-box .box-title{
  height: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.hv-ps-related .hv-related-box h3{
width:100%;
}
.hv-ps-related .hv-related-box.related-bg{
  display:table;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner{
  display:table-cell;
  vertical-align:middle;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner .component-tile-image{
  height:300px;
}
}
/* Industry solution*/
.hv-ps-solution-industry-panel{
	padding: 60px 0px 40px 0px;
	width: 100%;
}
.hv-ps-solution-industry-panel .col-sm-3,
.hv-ps-solution-industry-panel .col-xs-6{
	padding-left:15px;
	padding-right:15px;
}
.hv-ps-solution-industry-panel h2{
font-size: 2.5em;
font-weight: 300;
text-align: center;
margin-bottom: 20px;
}
.hv-ps-solution-industry-panel p{
font-size:1.125rem;
font-weight:300;
text-align:center;
}
.hv-ps-solution-industry-panel .ps-solution-industry-list{
	margin-top: 45px;
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.hv-ps-solution-industry-panel .col-sm-3, .hv-ps-solution-industry-panel .col-xs-6{
	margin-right: 0;
}
.hv-ps-solution-industry-panel .solution-industry-img-thumb {
text-align: center;
}
.hv-ps-solution-industry-panel .solution-industry-img-thumb img{
margin: 0 auto; 
}
.hv-ps-solution-industry-panel .solution-industry-img-thumb svg.icon {
  fill: #333333 !important;
width: 115px;
height: 100px;
}
.hv-ps-solution-industry-panel .solution-industry-box{
padding: 20px 0px;
background: #f4f4f4;
margin-bottom: 25px;
}
.hv-ps-solution-industry-panel .solution-industry-box h4{
text-align: center;
font-size: 1.25rem;
font-weight: 600;
margin: 0 auto;
margin-top: 10px;
padding: 0 10px;
}
.hv-ps-solution-industry-panel .ps-solution-industry-list a{
color: #333;
} 
.hv-ps-solution-industry-panel .ps-solution-industry-list a:hover, 
.hv-ps-solution-industry-panel .ps-solution-industry-list a:focus{
color: #333;
text-decoration: none;
}
@media screen and (max-width: 991px){
.hv-ps-solution-industry-panel .solution-industry-box h4{
  font-size: 1em;
}
}
@media screen and (max-width: 767px){
.hv-ps-solution-industry-panel h2{
  font-size:1.5em;
text-align:left;
padding-left: 10px;
}
.hv-ps-solution-industry-panel{
  padding: 20px 0px 20px 0px;
}
.hv-ps-solution-industry-panel .solution-industry-box h4{
  font-size: .9em;
}
.hv-ps-solution-industry-panel .col-centered{
  margin-right:-4px!important;
  padding: 0 10px;
}
.hv-ps-solution-industry-panel .col-sm-12{
  padding: 0 5px;
}
.hv-ps-solution-industry-panel p{
  font-size:1em;
text-align: left;
  padding-left: 10px;
}
.hv-ps-solution-industry-panel .ps-solution-industry-list{
  margin-top: 25px;
}
}
@media screen and (max-width: 480px){
.hv-ps-solution-industry-panel .solution-industry-box{
  padding: 10px 0px;
  margin-bottom: 10px;
}
.hv-ps-solution-industry-panel .col-centered{
  padding: 0 7px;
  margin-left: -4px;
}
.hv-ps-solution-industry-panel .solution-industry-img-thumb img{
  width: 50%;
}
.hv-ps-solution-industry-panel .solution-industry-box h4{
  margin-top:10px;
}
.hv-ps-solution-industry-panel .solution-industry-img-thumb svg.icon {
  width: 100px;
  height: 60px;
}
}
/* Technology Leaders */
.allianceMain .home .notintended .H1intendBorder{
	padding-left: 0;
	margin-bottom: 35px;
	font-size: 2.5em;
	color: #333;
	font-weight: 300;
}
.allianceMain .home .notintended .paraIntend{
	padding-left: 0;
	margin-bottom: 20px;
	font-size: 1.25em;
	color:#333;
}
.home .notintended .H1intendBorder:before{
	display:none;
}
.home .partners-logo{
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	align-items: center;
    justify-content: center;
}
.home .gridLogoFocus{
	height:auto;
}
.home .partners-logo img{
	position: static;
	width: 100%;
	max-width:100%;
}
@media screen and (max-width: 1060px){
	.allianceMain .home .notintended .H1intendBorder{
		font-size: 2em;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.allianceMain .home .notintended .H1intendBorder{
		font-size: 1.5em;
	}
	.allianceMain .home .notintended .paraIntend{
		font-size: 1rem;
		margin-bottom: 0;
	}
	.custom_carousel .shareMain{
		top: 73px;
	}
}
/* IE 11 Css hack */
@media all and (-ms-high-contrast:none){
     .grid-icon-container .icon-logo img{
		height: 120px;
	}
/* Contact Form Issue css */
.modal .modal-vertical-align-section{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left:0;
	right: 0;
}
}
@media(max-width: 1275px){
	.hds_globalNav_geo-selc .global-sel .col-sm-12{
		padding-left:15px;
		padding-right:15px;
	}
}
@media only screen and (max-width: 1024px) {
	.shareMain .shareBtn{
		top:0px;
	}
	.shareMain{
		line-height:normal;
	}
}
.herobanner {
    margin-top: 45px;
}
@media (max-width: 1200px){
	.herobanner {
		margin-top: 30px;
	}
}
@media (max-width: 768px){
	.herobanner {
		margin-top: 35px;
	}
}

#PoV form{
	color:#000000;
}

.bg-dark-blue{
	background-color: #003E82 !important;
	margin-bottom:40px;
	padding-top:40px;
	padding-bottom:40px;
}
.pov-image{
	width:100%;
	-webkit-box-shadow: -2px -2px 30px 0px rgba(50, 50, 50, 0.68);
	-moz-box-shadow:    -2px -2px 30px 0px rgba(50, 50, 50, 0.68);
	box-shadow:         -2px -2px 30px 0px rgba(50, 50, 50, 0.68);
}
				
.smallText {
	font-size : 12px;
	line-height : 16px;
}

.boxstyle2 { 
	background-color:#ffffff; 
	border-bottom:6px solid #da291c;
	padding:15px; 
	min-height:250px;
	overflow:hidden;
	margin:10px;
}

section#watersolution {
	background-color: #eeeeee;
	background-image: url(/content/dam/hcc/en/images/bg-water-management-2.jpg);
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section#predictive {
	background-color: #eeeeee;
	background-image: url(/content/dam/hcc/en/images/bg-predetive-maintinance-2.jpg);
	/* background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section#optimized {
	background-color: #eeeeee;
	background-image: url(/content/dam/hcc/en/images/bg-optimized-factory-2.jpg);
	/* background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section#middle-form2 {
	background-color: #eeeeee;
	background-image: url( /content/dam/hcc/en/images/webinar-sapphire-2017.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.msbox{
	margin:5px;
	position: relative;
	border-bottom:0px;
	background-color: #ffffff;
}
.box-icon{
	background-color:#003eB2;
	width:80px;
	height:80px;
	border-radius: 50%;
	position:absolute;
	top:-40px;
	right:30px;
	text-align: center;
}

.box-icon img{
	margin:0px auto;
	padding-top: 10px;
}
.msbox-footer{
	background-color:#003EB2;
	height:40px;
	color:#ffffff;
	margin: 5px 5px 5px 5px;
	padding: 8px 30px;
}

#portfolio blockquote {

	border-left: 10px solid #cc0000;
	padding: 10px 40px;
}

section h2.section-heading {

	font-weight: 500;
	text-transform: none;
	font-size: 24px;
	margin-bottom:15px;

}

.navbar-custom .nav li a, .navbar-custom .navbar-toggle {
	color: #fff;
	text-transform: none;

}

::-moz-selection { /* Code for Firefox */
	color: #ffffff;
	background: #cc0000;
}

::selection {
	color: #ffffff;
	background: #cc0000;
}

.btn-primary {
	color: #fff;
	background-color: #cc0000;
	border-color: #cc0000;
}
.btn-primary:hover {
	color: #fff;
	background-color: #003EB2;
	border-color: #003EB2;
}

.carousel-inner .mobile{
	display: none;
}

.carousel-inner .ipad{
	display: none;
}

.active-mobile{
	display: none !important;
}

.hide-mobile{
	display: block;
}

@media (min-width:320px) and (max-width:480px){

.pov-image{
	margin-bottom:20px;
}

section#watersolution {
	background-color: #eeeeee;
	background-image: url(http://images.learn.hitachiconsulting.com/EloquaImages/clients/HitachiConsultingProduction/%7Be93c75fd-97b1-4785-be60-e7b311f529e9%7D_bg-water-management.jpg);
	/*background-attachment: fixed;*/
	background-position:41% 75%;
	background-repeat: no-repeat;
	background-size: cover;
}

section#predictive {
	background-color: #eeeeee;
	background-image: url(http://images.learn.hitachiconsulting.com/EloquaImages/clients/HitachiConsultingProduction/%7B5b75fb56-d870-4a1f-beed-c1ebd1cc40e1%7D_bg-predetive-maintinance.jpg);
	/* background-attachment: fixed;*/
	background-position: 43% 75%;
	background-repeat: no-repeat;
	background-size:cover;
}

section#optimized {
	background-color: #eeeeee;
	background-image: url(http://images.learn.hitachiconsulting.com/EloquaImages/clients/HitachiConsultingProduction/%7B3eeea4d5-be2f-4ad1-830b-dac01e3b64e1%7D_bg-optimized-factory.jpg);
	/* background-attachment: fixed;*/
	background-position: 42% 75%;
	background-repeat: no-repeat;
	background-size:cover;
}
				
	.carousel-inner .web{
		display: none;
	}

	.carousel-inner .mobile{
		display: block;
	}

	.carousel-inner .ipad{
		display: none;
	}

	.msbox h4{
		font-size:17px !important;
	}

	.msbox h4>p{
		line-height:17px !important;
	}

	.msbox div>a{
		padding-right:00px !important; 
	}

	.msbox>div{
		height:130px !important;
	}
	.links{
		text-align:left !important;
	}
	.active-mobile{
		display: block !important;
	}
	.hide-mobile{
		display: none;
	}
}

@media (min-width:481px) and (max-width:767px){
	.active-mobile{
		display: block !important;
	}

	.hide-mobile{
		display: none;
	}
	.pov-image{
		margin-bottom:20px;
	}
}
@media (min-width:768px) and (max-width:1024px){
	.carousel-inner .web{
		display: none;
	}
	.carousel-inner .mobile{
		display: none;
	}
	.carousel-inner .ipad{
		display: block;
	}
	.active-mobile{
		display: none;
	}
	.hide-mobile{
		display: block;
	}
}


.section-heading-main{
	font-weight: 400;
	text-transform: none;
	font-size: 28px;
	margin-top:10px;
	margin-bottom:10px;
}					
@media (min-width: 768px ) and (max-width: 1200px ) {
	.navbar-header {
		float: none;
	}	
	.navbar-custom {
		background-color: #222;
		border-color: transparent;
	}

	.navbar-toggle {
		display: block;
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
	.navbar-custom{
		padding:0px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding.3s;border:none
	}
	.navbar-custom .navbar-brand{
		font-size:2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s
	}
	.navbar-custom .navbar-nav>.active>a{
		border-radius:3px
	}
	.navbar-custom.affix{
		background-color:#222;
		padding:10px 0
	}
	.navbar-custom.affix .navbar-brand{
		font-size:1.5em
	}	
	.active-mobile{
		display: none;
	}

	.hide-mobile{
		display: block;
	}	
}		
@media (max-width: 480px)   {
	.br-remove-mobile br { content: ' '; }
}
@media (min-width: 480px) {
	.br-add-mobile br { content: ' '; }
}
.bg-darkest-gray {
    background-color: #222;
}
section .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
   font-weight: 700;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
#learnmore label,
#Contact-pop label{
	font-weight: normal;
    font-size: 17px;
    line-height: 1.4;
}
#learnmore .modal-header,
#Contact-pop .modal-header{
	border-bottom: 1px solid #e5e5e5;
}
#learnmore input[type="submit"],
#Contact-pop input[type="submit"]{
    background: #cc0000;
    border: none;
    border-radius: 4px;
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    color: #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 0;
    transition: background 0.25s ease;
}
#Contact-pop input[type="checkbox"]{
	width:100%;
	height:26px;
}
#learnmore input[type="submit"]:hover,
#Contact-pop input[type="submit"]:hover {
    background: #be180c;
    transition: background 0.25s ease;
}
@media (min-width: 768px){
	body.modal-open {
    overflow: auto;
}
}
.navbar-custom{
	background-color:#222;
	border-color:transparent;
}
.navbar-custom .container {
    width: 1170px;
}
.navbar-custom .navbar-brand{
	color:#fed136;
	padding:15px 15px;
}
.navbar-custom .navbar-brand.active,.navbar-custom .navbar-brand:active,.navbar-custom .navbar-brand:focus,.navbar-custom .navbar-brand:hover{
	color:#cc0000
}
.navbar-custom .nav li a,.navbar-custom .navbar-toggle{
	color:#fff;
	text-transform:uppercase;
}
.navbar-custom .nav li a{
	padding-top: 15px;
    padding-bottom: 15px;
}
.navbar-custom .navbar-collapse{
	border-color:rgba(255,255,255,.02);
}
.navbar-custom .navbar-toggle{
	background-color:#cc0000;
	border-color:#99160d;
	font-size:12px;
}
.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:hover{
	background-color:#cc0000
}
.navbar-custom .nav li a{
	font-weight:400;
	letter-spacing:1px; 
	margin-top:8px;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover{
	color:#cc0000;
	outline:0;
}
.navbar-custom .navbar-nav>.active>a{
	border-radius:0;
	color:#fff;
	background-color:#cc0000;
}
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover{
	color:#fff;
	background-color:#cc0000;
}
@media (min-width:768px){
	.navbar-custom{
		background-color:transparent;
		padding:25px 0;
		-webkit-transition:padding .3s;
		-moz-transition:padding .3s;
		transition:padding.3s;
		border:none
	}
	.navbar-custom .navbar-brand{
		font-size:2em;
		-webkit-transition:all .3s;
		-moz-transition:all .3s;
		transition:all .3s;
	}
	.navbar-custom .navbar-nav>.active>a{
		border-radius:3px;
	}
	.navbar-custom.affix{
		background-color:#222;
		padding:10px 0
	}
	.navbar-custom.affix .navbar-brand{
		font-size:1.5em
	}
}

.awsr.hcc-aws-text.searchPannel p{
	line-height:1.4;
}
.search-input-group button{
	top: 3px;
}
.awsResultContainer {
    margin-bottom: 50px;
}

/* Marketo Form */
.marketo-form-container{
    max-width: 450px;
    padding-bottom: 30px;
  }
  .marketo-form-container .mktoForm{
    width: 100%!important;
  }
  .marketo-form-container .mktoForm .mktoFieldWrap, 
  .mktoForm .mktoFieldWrap, .marketo-form-container .mktoForm .mktoFormCol{
    width: 100%;
  }
  .marketo-form-container .mktoForm .mktoFormCol{
    margin-bottom: 15px !important;
  }
  .marketo-form-container .mktoForm .mktoField {
    background: #ececec;
    border: 1px solid #ececec;
    font-size: 16px;
    min-height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100% !important;
    font-family: 'urw-din, sans-serif' !Important;
    font-weight: 300;
  }
  .marketo-form-container .mktoForm .mktoField:focus{
    outline: none;
  }
  .marketo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(2){
    width: 23%;
  }
  .marketo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(3){
    width: 77%;
    padding-left: 15px;
  }
  .marketo-form-container .mktoForm select.mktoField{
    background: #ececec url(/content/dam/hcc/en/images/drop-up-3.png) no-repeat 96% 20px;
    padding-right: 30px !important;
  }
  .marketo-form-container .mktoForm .mktoOffset, .marketo-form-container .mktoForm .mktoRequiredField label.mktoLabel{
    display: none;
  }
  .marketo-form-container .mktoForm .mktoLabel, .marketo-form-container .mktoForm.mktoLayoutAbove .mktoRadioList, .marketo-form-container .mktoForm.mktoLayoutAbove .mktoCheckboxList{
    width: 100% !important;
  }
  .marketo-form-container .mktoForm.mktoLayoutAbove .mktoRadioList .mktoField, .marketo-form-container .mktoForm.mktoLayoutAbove .mktoCheckboxList .mktoField, .marketo-form-container .mktoForm .mktoFormRow label[for="State"], .marketo-form-container .mktoForm .mktoFormRow label[for="leadCommentsExtended"] {
     display: none;
  }
  .marketo-form-container .mktoForm .mktoRadioList > label{
    margin: 0px !important;
    min-height: 0;
    display: block;
    width: 160px !important;
    float: left !important;
    font-family: 'urw-din, sans-serif' !Important;
    font-weight: 300;
    font-size: 15px;
  }
  .marketo-form-container .mktoForm.mktoLayoutAbove .mktoRadioList input[type="radio"]+label:before {
    background-image: url(/content/dam/hcc/en/images/radion-btn-white-sprite.png);
    background-position: 0 1px;
    background-repeat: no-repeat;
    content: " ";
    position: relative;
    display: inline-block;
    height: 21px;
    width: 20px;
    left: -2px;
    top: 5px;
}
.marketo-form-container .mktoForm.mktoLayoutAbove .mktoRadioList input[type="radio"]:checked+label:before {
    background-position: 0 -19px;
}
  .marketo-form-container select.mktoField {
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  .marketo-form-container .mktoForm .mktoButtonWrap.mktoSimple{
    margin-left: 0 !important;
  }
  .marketo-form-container .mktoForm.mktoLayoutAbove textarea.mktoField{
    padding:10px 15px;
    height: auto;
  }
  .marketo-form-container .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    background: #cc0000;
    border:1px solid #cc0000;
    color: #fff !important;
    display: inline-block;
    margin: 20px auto 0 0;
    padding: 7px 30px;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: 43px;
    transition: .3s;
    font-family: 'urw-din, sans-serif' !Important;
    font-weight: 400;
    font-size: 16px;
  }
  .marketo-form-container .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
    background: transparent;
    color:#cc0000 !important;
    border: 1px solid #cc0000 !important;
  }
  .marketo-form-container .mktoForm.mktoLayoutAbove .mktoLabel{
    font-family: 'urw-din, sans-serif' !Important;
    font-weight: 300;
    font-size: 15px;
  }
  .marketo-form-container .mktoForm .mktoError{
    left: 5px;
  }
    @media(max-width: 480px){
    .marketo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(3), .marketo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol:nth-child(2){
      float: left;
    }
  }
  /* Contact us form css */
  /*.marketo-form-container .mkto-contact-form .mktoForm .mktoField{
    background:#fff;
    border:1px solid #464646;
    font-size: 14px;
    font-weight: 400;
  }
  .marketo-form-container .mkto-contact-form .mktoForm.mktoLayoutAbove .mktoLabel, .marketo-form-container .mkto-contact-form .mktoForm .mktoRadioList > label{
    font-size: 14px;
    font-weight: 400;
  }
  .marketo-form-container .mkto-contact-form .mktoForm select.mktoField{
    background: #fff url(../images/icon-action-down-arrow-desktop.svg) no-repeat 96% 13px;
    background-size: 24px;
  }
  .marketo-form-container .mkto-contact-form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover{
    background: #ab0602;
    color: #fff !Important;
  }*/


/* Home Panel */
.scale-digital {
  background: #f5f5f5;
  padding: 60px 0;
  text-align: center;
  color: #333333;
}
.scale-digital .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}
.scale-digital  h2 {
    font-size: 2.5em;
    font-weight: 300;
    text-align: center;
    margin-bottom: 25px;
}
.scale-digital p {
    text-align: center;
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 35px;
    padding: 0 50px;
}
.scale-digital a.ctaWhiteBtn {
    color: #ffffff;
    font-weight: 400;
    font-size: 17px;
    padding: 0;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
    height: 42px;
    line-height: 40px;
    float: none;
    text-transform: none;
    text-decoration: none;
    cursor: pointer;
    width: auto;
    min-width: 177px;
    transition: .3s;
    margin: 0 auto;
    background: #cc0000;
}
.scale-digital a.ctaWhiteBtn:hover {
    text-decoration: none;
    background: #c02;
}

@media screen and (max-width:767px) {
	.scale-digital h2{
		font-size: 1.5em;
		font-weight: 300;
		margin-bottom: 15px;
	}
	.scale-digital p {
		margin-bottom: 20px;
		padding: 0 20px;
	}
}

/* Sitemap Page Css */
.sitemap-dflex{
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox;
  display:flex;
  flex-wrap: wrap;
  padding-top: 53px;
  }
  .sitemap-dflex .siteMapColmn h4{
  color: #ef001e;
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 14px;
  }
  .sitemap-dflex .siteMapColmn ul{
  margin:0 0 20px 0;
  padding: 0;
  list-style: none;
  }
  .sitemap-dflex .siteMapColmn ul li{
  padding-bottom: 0;
    padding-left: 0;
    line-height: 23px;
  }
  .sitemap-dflex .siteMapColmn ul li a{
  font-size: 17px;
    font-weight: 300;
    color: #130018;
  }
 .sitemap-dflex .siteMapColmn ul li a:hover{
    text-decoration: none;
    color: #cc0000;
  }
  @media(max-width: 767px){
  .sitemap-dflex{
    padding-top:30px;
  }
  .sitemap-dflex .siteMapColmn ul li a{
      line-height: 17px;
      font-size: 13px;
  }
  }
  @media screen and (max-width: 767px){
	.strackItem .item.col-md-3 {
		display:block;
	}
}
.hcc-banner-cta a.ctaWhiteBtn{
  height: auto;
  text-transform: uppercase;
}
/*PS Hero banner*/
.hv-ps-new-hero-banner{
	background: #ffffff;
	padding: 130px 0 80px;
	position:relative;
	z-index:2;
	background-repeat: no-repeat;
	background-size: cover;
}
.hv-ps-new-hero-banner .col-sm-8,
.hv-ps-new-hero-banner .col-sm-4{
	padding-left:15px;
	padding-right:15px;
}
.hv-ps-new-hero-banner.ps-inner{
	padding:70px 0 70px;
}
.hv-ps-new-hero-banner .ps-new-hero-container{
	display: flex;
	align-items: center;
}
.hv-ps-new-hero-banner.white{
	color:#fff;
}
.hv-ps-new-hero-banner.custom-padding{
	padding: 70px 0 70px;
}
.hv-ps-new-hero-banner h1,
.hv-ps-new-hero-banner h2{
	text-transform: none;
	font-size: 2.563rem;
	font-weight: 600;
	margin-bottom: 30px;
	margin-top:0px;
}
.hv-ps-new-hero-banner p{
	font-size: 1.125rem;
	font-weight: 300;
	margin-bottom: 15px;
}
.hv-ps-new-hero-banner p.sub-desc {
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 0;
}
.hv-ps-new-hero-banner .product-cat {
	font-weight: bold;
	font-size: 1.125rem;
	text-transform: uppercase;
	margin-bottom:20px;
}
.hv-ps-new-hero-banner .col-sm-4.text-center  img.img-responsive{
	margin:0 auto;
}
.hv-ps-new-hero-banner ul {
	list-style-position: inside;
	text-align: left;
	padding: 0;
	font-size: 1.125rem;
	font-weight: 300;
}
.hv-ps-new-hero-banner .col-sm-4.text-center a {
	display: table;
	margin: 0 auto;
}
.hv-ps-new-hero-banner .col-sm-4.text-center a span.glyphicon-lock{
  display: none;
}
.hv-ps-new-hero-banner a.animateLink.ctalink{
	font-size: .8125rem;
	color: #ce0000;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .10em;
	display: inline-block;
	margin-top: 10px;
}
.hv-ps-new-hero-banner.white a.animateLink.ctalink{
	color:#fff;
}
.hv-ps-new-hero-banner .btn-square-red.cta-btn,
.hv-ps-new-hero-banner .btn-square-white.cta-btn,
.hv-ps-new-hero-banner .btn-square-black.cta-btn  {    
	display: inline-block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	text-align: center;
	margin-top:20px;
	padding: 0;
	font-size: .8rem;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .13em;
}
.hv-ps-new-hero-banner .btn-square-white.cta-btn a{
	color: #ce0000;
	background-color: #fff;
	display: block;
	padding: 8px 35px;
	border: 1px solid #fff;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
	text-decoration: none;
	border: 1px solid #fff !important;
}
.hv-ps-new-hero-banner .btn-square-white.cta-btn a:hover{
	color: #ffffff;
	text-decoration: none;
	background: transparent;
}
.hv-ps-new-hero-banner .btn-square-red.cta-btn a{
color: #ffffff;
background-color: #ce0000;
display:block;
}
.hv-ps-new-hero-banner .btn-square-red.cta-btn a:hover{
background: #fff;
color: #ce0000;
border-color:#fff;
}
.hv-ps-new-hero-banner .ps-new-hero-container img.img-responsive.box-shadow {
box-shadow: 0px 0px 25px rgba(0,0,0,1);
}
.lightshadow1{
  box-shadow: 0px 0px 25px rgba(255,255,255,1) !important;
}
.hv-ps-new-hero-banner .left-align{
float: right;
order: 2;
margin-left: auto;
}
.hv-ps-new-hero-banner .right-align {
  float: left;
}
.hv-ps-new-hero-banner .video-thumb {
	position: relative;
	display: block;
	width: auto;
	height: auto;
	float: none;
	margin: 0;
}
.hv-ps-new-hero-banner .video-thumb a.btn-play-video {
  display: inline-block;
  vertical-align: middle;

}
.hv-ps-new-hero-banner .video-thumb a.btn-play-video:before {
  position: absolute;
  content: " ";
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  background-image:url(/content/dam/public/en_us/images/vide-icon-v2.png);
  height: 93px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.hv-ps-new-hero-banner a.ps-pdf-icon, 
.hv-ps-new-hero-banner a.ps-doc-icon, 
.hv-ps-new-hero-banner a.ps-blog-icon,
.hv-ps-new-hero-banner a.ps-third-party-icon,
.hv-ps-new-hero-banner a.ps-video-icon{
  background-image: url('/content/dam/public/en_us/images/common/icons/gated-icons-sprite.png');
}
.hv-ps-new-hero-banner a.ps-pdf-icon .engInd, 
.hv-ps-new-hero-banner a.ps-doc-icon .engInd, 
.hv-ps-new-hero-banner a.ps-blog-icon .engInd,
.hv-ps-new-hero-banner a.ps-third-party-icon .engInd,
.hv-ps-new-hero-banner a.ps-video-icon .engInd,
.dt-inner-page-banner .video-thumb a.btn-play-video .engInd,
.hv-training-resources a.btn-play-video .engInd{
  display: none;
}
.hv-ps-new-hero-banner a.ps-pdf-icon{
  width:65px;
  height: 80px;
  background-position: left top;
}
.hv-ps-new-hero-banner a.ps-pdf-icon:hover{
  background-position: left -81px;
}
.hv-ps-new-hero-banner a.ps-pdf-icon.isGatedLock{
  width:73px;
  height: 80px;
  background-position: left -162px;
}
.hv-ps-new-hero-banner a.ps-pdf-icon.isGatedLock:hover{
  background-position: left -243px;
}
.hv-ps-new-hero-banner a.ps-doc-icon{
  height: 80px;
  width: 63px;
  background-position: -77px -1px;
}
.hv-ps-new-hero-banner a.ps-doc-icon:hover{
  background-position: -77px -82px;
}
.hv-ps-new-hero-banner a.ps-doc-icon.isGatedLock{
  height: 80px;
  width: 69px;
  background-position: -77px -163px;
}
.hv-ps-new-hero-banner a.ps-doc-icon.isGatedLock:hover{
  background-position: -77px -244px;
}
.hv-ps-new-hero-banner a.ps-blog-icon{
  height: 80px;
  width: 79px;
  background-position: -156px -1px;
}
.hv-ps-new-hero-banner a.ps-blog-icon:hover{
  background-position: -156px -82px;
}
.hv-ps-new-hero-banner a.ps-blog-icon.isGatedLock{
  height: 80px;
  width: 87px;
  background-position: -149px -163px;
}
.hv-ps-new-hero-banner a.ps-blog-icon.isGatedLock:hover{
  background-position: -149px -244px;
}
.hv-ps-new-hero-banner a.ps-third-party-icon{
  height: 65px;
  width: 65px;
  background-position: -242px -16px;
}
.hv-ps-new-hero-banner a.ps-third-party-icon:hover{
  background-position: -242px -97px;
}
.hv-ps-new-hero-banner a.ps-third-party-icon.isGatedLock{
  height: 65px;
  width: 74px;
  background-position: -242px -177px;
}
.hv-ps-new-hero-banner a.ps-third-party-icon.isGatedLock:hover{
  background-position: -242px -258px;
}
.hv-ps-new-hero-banner a.ps-video-icon {
	height: 65px;
	width: 65px;
	background-position: -327px -16px;
	background-color: transparent;
	border: none !important;
	transition:none;
}
.hv-ps-new-hero-banner a.ps-video-icon:hover {
  background-position: -327px -97px;
  transition:none;
}
.hv-ps-new-hero-banner a.ps-video-icon.isGatedLock {
  height: 65px;
  width: 75px;
  background-position: -327px -177px;
}
.hv-ps-new-hero-banner a.ps-video-icon.isGatedLock:hover {
  background-position: -327px -258px;
}
.wcag-indent {
    height: 0;
    display: inline-block;
    text-indent: -9999px;
}
@media screen and (max-width: 991px) {
.hv-ps-new-hero-banner h1,
.hv-ps-new-hero-banner h2{
  font-size:1.8em;
}
.hv-ps-new-hero-banner p{
  font-size:1rem;
}
.hv-ps-new-hero-banner ul {
  font-size: 1rem;
}
.hv-ps-new-hero-banner{
  padding-bottom:60px;
}
}
@media screen and (max-device-width: 991px) {
.hv-ps-new-hero-banner .btn-square-white.cta-btn a{
	padding:10px 35px 6px;
}
}
@media screen and (max-width: 767px) {
.hv-ps-new-hero-banner h1,
.hv-ps-new-hero-banner h2{
  margin-bottom: 25px;
  font-size:1.5em;
}
.hv-ps-new-hero-banner p{
  font-size:1rem;
  margin-bottom:20px;
}
.hv-ps-new-hero-banner ul {
    text-align: center;
  font-size: 1rem;
}
.hv-ps-new-hero-banner{
  padding: 130px 0 40px;
  text-align:center;
}
.hv-ps-new-hero-banner .ps-new-hero-container {
  display: block;
}
.hv-ps-new-hero-banner .btn-square-red.cta-btn{
  display:block;
  max-width: 280px;
  margin: 25px auto;
  width: 100%;
  clear: both;
}
.hv-ps-new-hero-banner img.img-responsive{
  margin:0 auto;
}
.hv-ps-new-hero-banner .col-sm-4{
  text-align:center;
  max-width: 320px;
  margin: 0 auto;
}
.hv-ps-new-hero-banners .ps-new-hero-container .col-xs-4 {
  margin-bottom: 20px;
}
.hv-ps-new-hero-banner .left-align{
  float: none;
margin-bottom:20px;
}
.hv-ps-new-hero-banner .right-align {
  float: none;
}
.hv-ps-new-hero-banner a.animateLink.ctalink{
  margin-bottom:25px;
  margin-top:20px;
  padding: 0 15px;
}
.hv-ps-new-hero-banner.custom-padding{
  padding: 50px 0 40px;
}
.hv-ps-new-hero-banner.ps-inner{
  padding: 60px 0 40px;
}
}
@media screen and (max-width: 480px) {
.hv-ps-new-hero-banner {
  padding: 150px 0 40px;
}
}
/*1st Overview Layout*/
.hv-ps-overview-panel{
  padding: 70px 0 0;
  position: relative;
}
.hv-ps-overview-panel .content-container {
  position: relative;
  z-index: 9;
}
.hv-ps-overview-panel h2{
  font-weight: 400;
  font-size: 2.563rem;
  margin-top:0;
  margin-bottom:20px;
  text-align: left;
  color: #ce0000;
  padding: 0 15px;
  width: 92%;
}
.hv-ps-overview-panel h2 + p {
  font-size: 1.125rem;
  font-weight:300;
  text-align:left;
  padding:0 15px;
  width: 92%;
}
.hv-ps-overview-panel .overview-tile h4.overview-title{
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 0;
  line-height:1.428571429;
  color: #ce0000;
  margin-bottom:11px;
}
.hv-ps-overview-panel .overview-tile p {
  font-size: 1rem;
  font-weight:300;
  border-left: 1px solid #333333;
  padding-left: 10px;
  margin-bottom:11px;
}
.hv-ps-overview-panel .overview-tile {
  margin-top: 40px;
}
.hv-ps-overview-panel .overview-tile ul{
    padding: 0 0 0 25px;
    list-style-position: outside;
    font-weight: 300;
}
.hv-ps-overview-panel .overview-tile .cta-link {
  padding: 0 15px;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1, 
.hv-ps-overview-panel .overview-tile .cta-link-false {
  padding: 40px 45px;
  display: block;
  transition: all .15s ease-in-out;
  -webkit-transition: all .15s ease-in-out;
  color: #333333;
  text-decoration: none;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1 .icon,
.hv-ps-overview-panel .overview-tile .cta-link-false .icon{
  margin-bottom: 8px;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1 .icon svg,
.hv-ps-overview-panel .overview-tile .cta-link-false .icon svg {
  width: 40px;
  height: 40px;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1:hover {
  box-shadow: 0px 0px 15px rgba(197, 197, 197, 1);
}

.hv-ps-overview-panel .overview-tile .animateLink{
  color: #ce0000;
  text-decoration: none;
  font-size: .8125rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1:hover .animateLink{
  color:#ac1f25;
}
.hv-ps-overview-panel .overview-tile .cta-link h4.overview-title,
.hv-ps-overview-panel .overview-tile .cta-link-false h4.overview-title {
  color: #333333;
}
.hv-ps-overview-panel .overview-tile .cta-link p,
.hv-ps-overview-panel .overview-tile .cta-link-false p {
  border-left: none;
  padding-left: 0;
}
.hv-ps-overview-panel .promo-tile{
padding: 20px 25px;
background: #f5f5f5;
}
.hv-ps-overview-panel .promo-tile p{
  border-left: none;
  padding-left: 0;
}
.hv-ps-overview-panel .promo-tile .overview-title span {
  font-size: 1.5em;
  margin-right: 10px;
  color: #ce0000;
  font-weight: 600;
}
.hv-ps-overview-panel .promo-tile .overview-title{
font-size: 1.25rem;
font-weight: 600;
margin-bottom: 5px;
}
.hv-ps-overview-panel .btn-square-red {
    display: inline-block;
    padding: 0 15px;
    margin-top: 20px;
}
@media screen and (max-width: 1104px){
.hv-ps-overview-panel .promo-tile .overview-title span {
  font-size: 1.5rem;
}
}
@media screen and (max-width: 1025px){
.hv-ps-overview-panel .promo-tile .overview-title span {
  font-size: 1.25rem;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1,
.hv-ps-overview-panel .overview-tile .cta-link-false{
  padding: 20px 20px;
}
.hv-ps-overview-panel h2,
.hv-ps-overview-panel h2 + p {
  width: 100%;
}
}
@media screen and (max-width: 991px){
  .accordion-content.open .hv-ps-overview-panel{
    padding-bottom:30px;
  } 
.hv-ps-overview-panel h2{
  font-size:1.8rem;
}
.hv-ps-overview-panel h2 + p,
.hv-ps-overview-panel .overview-tile p{
  font-size:1rem;
} 
.hv-ps-overview-panel .overview-tile h4.overview-title{
  font-size:1.125rem;
}
.hv-ps-overview-panel .promo-tile .overview-title {
  font-size: 1.125rem;
}
.hv-ps-overview-panel .promo-tile {
  padding: 15px;
}
}
@media screen and (max-width: 767px){
.hv-ps-overview-panel h2{
  text-align:center;
}
.hv-ps-overview-panel {
  padding: 40px 0 20px;
  text-align:center;
}
.hv-ps-overview-panel .overview-tile{
  margin-top: 20px;
  text-align: center;
}
.hv-ps-overview-panel .overview-tile .col-sm-4{
  margin-bottom:30px;
}
.hv-ps-overview-panel .overview-tile .col-sm-4:last-child{
  margin-bottom:0;
}
.hv-ps-overview-panel h2 + p{
  text-align:center;
}
.hv-ps-overview-panel .overview-tile p{
  border-left: none;
  padding-left: 0;
}
.hv-ps-overview-panel .overview-tile h4.overview-title{
  margin-bottom: 5px;
}
.hv-ps-overview-panel .overview-tile ul li{
  text-align: left;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1{
  padding: 0;
}
.hv-ps-overview-panel .overview-tile .cta-link-false{
  padding: 0 15px;
}
.hv-ps-overview-panel .overview-tile .cta-link .card-link1:hover{
  box-shadow: none !important;
}
}
/* Overview panel services*/
.hv-overview-services{
  padding: 75px 0 0;
  position: relative;
}
.hv-overview-services .content-container{
  position: relative;
  z-index: 1;
}
.hv-overview-services .col-sm-8,
.hv-overview-services .col-sm-4,
.hv-overview-services .col-sm-6{
	padding-left:15px;
	padding-right:15px;
}
.hv-overview-services h2{
font-weight: 400;
font-size: 2.563rem;
margin-top:0;
margin-bottom:20px;
color: #ce0000;
}
.hv-overview-services h2 + p {
  font-size: 1.125rem;
font-weight:300;
text-align:left;
padding:0;
}
.hv-overview-services .overview-tile {
  margin-top: 40px;
}
.hv-overview-services .overview-tile h3.overview-title{
font-size: 1.25rem;
font-weight: 600;
margin-top: 3px;
text-transform: none;
display: inline-block;
}
.hv-overview-services .overview-tile p{
font-size:1rem;
font-weight: 300;
margin-bottom:11px;
}
.hv-overview-services .overview-tile a.card-link1,
.hv-overview-services .overview-tile .cta-link-false{
  display: block;
  color:#333;
  padding:40px 35px;
  text-decoration: none;
}
.hv-overview-services .overview-tile div.card-link1{
  display: block;
  padding:40px 35px;
}
.hv-overview-services .overview-tile {
  margin-bottom: 40px;
}
.hv-overview-services .overview-tile.three-row a.card-link1,
.hv-overview-services .overview-tile.three-row .cta-link-false,
.hv-overview-services .overview-tile.three-row div.card-link1{
  padding:20px;  
}
.hv-overview-services .overview-tile.three-row .ps-overview-list .col-sm-2{
  padding: 0;
  text-align: center;
}
.hv-overview-services .overview-tile.three-row .ps-overview-list svg {
    width: 40px;
    height: 40px;
}
.hv-overview-services .overview-tile a.card-link1:hover{
  box-shadow: 0px 0px 15px rgba(197, 197, 197, 1) !important;
}
.hv-overview-services .overview-tile svg {
  width: 100px;
  height: 100px;
}
.hv-overview-services .overview-tile div.animateLink{
font-weight: 600;
text-transform: uppercase;
font-size: .8125rem;
font-weight: 700;
color: #ce0000;
letter-spacing: .15em;
}
.hv-overview-services .overview-tile div.animateLink:hover{
  color: #ac1f25;
}
.hv-overview-services .overview-img-thumbnail{
  text-align: right;
}
.hv-overview-services .overview-img-thumbnail img{
  max-width: 100%;
}
.hv-overview-services .ps-overview-list{
margin-bottom:0;
}
.hv-overview-services .ps-overview-list .col-sm-7{
padding-left:0;
}
.hv-overview-services .ps-overview-list .overview-right-text{
font-size: 1.125rem;
font-weight: 600;
padding: 20px 20px 20px;
text-align: center;
background: #f3f3f3;
font-weight:600;
display: table-cell;
vertical-align: middle;
}
.hv-overview-services .ps-overview-list .overview-right-text span {
font-size: 2rem;
color: #ce0000;
font-weight: 600;
display: block;
line-height: 1;
}
@media screen and (max-width: 1100px){
  .hv-overview-services .overview-tile svg  {
    width: 80px;
    height: 80px;
}
}
@media screen and (max-width: 1060px){
  .hv-overview-services .ps-overview-list img{
    max-width:100%;
  }
}
@media screen and (max-width: 991px){
.hv-overview-services .overview-right-block p {
  font-size: 1rem;
}
.hv-overview-services h2{
  font-size:1.5rem;
}
.hv-overview-services .overview-img-thumbnail .img-responsive{
  margin:0 auto 20px;
}
.hv-overview-services h2 + p,
.hv-overview-services .overview-tile p{
  font-size:1rem;
} 
.hv-overview-services .overview-tile h3.overview-title {
  font-size: 1.125rem;
}
.hv-overview-services .ps-overview-list .overview-right-text{
  font-size:1rem;
}
.hv-overview-services .ps-overview-list .overview-right-text span{
  font-size: 1.5rem;
}
.hv-overview-services .ps-overview-list img{
  max-width:100%;
}
.hv-overview-services .overview-tile a.card-link1,
.hv-overview-services .overview-tile .cta-link-false{
  padding: 30px 10px;
}
.hv-overview-services .overview-tile div.card-link1{
  padding: 30px 10px;
}
.hv-overview-services .overview-tile svg  {
  width: 70px;
  height: 70px;
}
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .hv-overview-services .overview-tile.three-row a.card-link1, 
  .hv-overview-services .overview-tile.three-row .cta-link-false, 
  .hv-overview-services .overview-tile.three-row div.card-link1{
    padding: 10px;
  }
  .hv-overview-services .overview-tile h3.overview-title{
    font-size: 1rem;
    line-height: normal;
  }
}
@media screen and (max-width: 767px){
.hv-overview-services{
  padding: 40px 0 0px;
  text-align: center;
}
.hv-overview-services .overview-img-thumbnail{
    text-align: center;
    margin-bottom: 20px;
}
.hv-overview-services .overview-img-thumbnail .img-responsive{
  margin-bottom:20px;
}
.hv-overview-services .ps-overview-list .overview-right-text {
  font-size: 1.125rem;
  max-width: 260px;
  display: block;
  height: auto !important;
  margin: 0 auto 20px;
}
.hv-overview-services .col-sm-5 .img-responsive{
  margin-bottom: 20px;
}
.hv-overview-services .ps-overview-list .col-sm-7{
  padding-left:15px;
}
.hv-overview-services .overview-tile{
  margin-top: 20px;
  margin-bottom:0;
}
.hv-overview-services .ps-overview-list {
  margin-bottom: 20px;
}
.hv-overview-services .ps-overview-list img{
    margin-bottom: 15px;
  }
.hv-overview-services .overview-tile a.card-link1,
.hv-overview-services .overview-tile .cta-link-false {
  padding: 20px 10px;
  height: initial !important;
}
.hv-overview-services .overview-tile div.card-link1 {
  padding: 20px 10px;
}
}

/* Customer Stories*/
.ps-ccs-section{padding:70px 0}
.ps-ccs-section h2{font-weight:400;color:#c00;text-align:center;font-size:2.563rem}
.ps-ccs-section .customer-stories-wrapper{max-width:1150px;margin:50px auto 0;overflow:hidden;box-shadow:0 0 10px 10px rgba(0,0,0,0.05)}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section{border-bottom:2px solid #c00;padding:0;min-height:auto;max-width:100%}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item{background-position:left top;background-repeat:no-repeat;min-height:410px;display:flex;justify-content:flex-end;position:relative;background-size:contain}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .logo-fixed{position:absolute;left:20px;top:20px;padding:15px;background:#fff}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .logo-fixed img{max-height:50px;max-width:180px}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box{width:50%;background:#fff;padding:60px 120px 60px 15px;display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex;position:relative;text-align:left;flex-wrap:wrap;align-items:center}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box:before{content:"";position:absolute;height:100%;width:200px;top:0;left:-200px;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 98%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 98%);background:linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,1) 73%,rgba(255,255,255,1) 98%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1)}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .stats-info{display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex;align-items:center}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .stats-info span{font-size:2.8125rem;color:#c00;font-weight:600;margin-right:15px}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .stats-info .stats-text{max-width:150px;font-size:1rem;font-weight:600;line-height:1}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .quote-sub-title{display:block;width:100%;font-size:1.125rem;font-weight:500}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .quote-sub-title a{font-weight:700;color:#000;text-decoration:underline}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .quote-sub-title a:hover{text-decoration:none}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .animateLink{font-size:.8125rem;color:#ce0000;font-weight:700;text-transform:uppercase;letter-spacing:.1em;display:inline-block;margin-top:10px; background-color: transparent;border: none !important;}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal{margin:0 auto;display:flex;min-height:130px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item{display:flex;align-items:center;justify-content:center;flex:1;padding:20px;border-right:1px solid #dcdcdc;position:relative;border-bottom:2px solid #fff;cursor:pointer}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item img{max-width:150px;max-height:80px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item.active{border-bottom:2px solid #c00}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item.active:before{content:"";position:absolute;left:0;right:0;top:0;margin:0 auto;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #c00}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item:last-child{border-right:0}
.ps-ccs-section .bottom-link{margin-top:30px}
.ps-ccs-section .bottom-link a.animateLink{color:#c00;font-size:1.5rem;font-weight:600}
.ps-ccs-section .bottom-link a.animateLink .animateIcon{font-size:1.3rem}
@media(max-width:1024px){.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal{min-height:124px}
}
@media(max-width:991px){.ps-ccs-section h2{font-size:2rem}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section p{font-size:.875rem}
.ps-ccs-section .customer-stories-wrapper{margin-top:30px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-track{margin:0 auto;display:-webkit-flex;display:-webkit-box;display:-moz-flex;display:-moz-box;display:-ms-flexbox;display:flex}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box{padding-right:50px}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .stats-info .stats-text{text-align:left}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item img{max-width: 100%;}
}
@media(max-width:785px){.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev{position:absolute;top:50%;transform:translateY(-50%);background:#c00;width:30px;height:30px;margin:0;z-index:99}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next{right:0}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev{left:0}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next:before,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next:after,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:before,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:after{content:"";position:absolute;height:2px;width:10px;left:12px;top:10px;background:#fff}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:before,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:after{left:8px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:before{transform:rotate(130deg)}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev:after{transform:rotate(-130deg);top:17px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next:before{transform:rotate(45deg)}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next:after{transform:rotate(-45deg);top:17px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-next.slick-disabled,.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-prev.slick-disabled{background:#dadada}
}
@media(max-width:768px){.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .slick-list{width:100%}
}
@media(max-width:767px){.ps-ccs-section{padding:20px 10px}.ps-ccs-section h2 {font-size: 1.5rem;}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section{border-bottom:0}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item.active{border-bottom:0}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item.active:before{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #c00}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item{min-height:auto;padding-top:42%;background-size:cover}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box{width:100%;padding:20px 25px;text-align:center;display:block;height:auto !important}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box:before{content:"";position:absolute;height:50px;width:100% !important;top:-50px;left:0;background:-moz-linear-gradient(top,rgba(30,87,153,0) 0,rgba(255,255,255,1) 100%) !important;background:-webkit-linear-gradient(top,rgba(30,87,153,0) 0,rgba(255,255,255,1) 100%) !important;background:linear-gradient(to bottom,rgba(255,255,255,0) 0,rgba(255,255,255,1) 100%) !important;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799',endColorstr='#ffffff',GradientType=0) !important}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box .stats-info{justify-content:center}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal{min-height:auto;width:100%;border-top:1px solid #c00;border-bottom:1px solid #c00}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item{height:92px;padding:20px 10px}
.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal .ccs-logo-item img{max-height:50px;max-width:100px}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .logo-fixed{max-width:130px;left:10px;top:10px}
.ps-ccs-section .bottom-link{margin-top:15px}
.ps-ccs-section .bottom-link a.animateLink{color:#c00;font-size:1rem;font-weight:600}
.ps-ccs-section .bottom-link a.animateLink .animateIcon{font-size:1rem}
}
@media(max-width:640px){.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item{background-size:cover}
}
@media all and (-ms-high-contrast:none){.ps-ccs-section .customer-stories-wrapper .ps-ccs-logo-carousal{min-height:auto}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box{height:410px;align-items:stretch}
.ps-ccs-section .customer-stories-wrapper .ccs-quote-section .ccs-item .content-box:before{min-height:initial}
}
/* Default CSS styles for slick slider plugins */
.slick-slider {position: relative; display: block; box-sizing: border-box; -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text; -webkit-touch-callout: none; -khtml-user-select: text; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer; cursor: hand;}
.slick-slider .slick-track,.slick-slider .slick-list {-webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track {position: relative; top: 0; left: 0; display: block;}
.slick-track:before,
.slick-track:after {display: table; content: '';}
.slick-track:after {clear: both;}
.slick-loading .slick-track {visibility: hidden;}
.slick-slide {display: none; float: left; height: 100%; min-height: 1px;}
[dir='rtl'] .slick-slide {float: right;}
.slick-slide.slick-loading img {display: none;}
.slick-slide.dragging img {pointer-events: none;}
.slick-initialized .slick-slide {display: block;}
.slick-loading .slick-slide {visibility: hidden;}
.slick-vertical .slick-slide {display: block; height: auto; border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
.slick-prev {
  color: #fff;
  float: left;
  margin-right: 0px;
   position: absolute;
  top: 15px;
  height: 19px;
  width: 18px;
  border:none;
  font-size:0;
  left: -12px;
}
.slick-next {
  color: #fff;
  float: right;
   position: absolute;
  right: -12px;
  top: 0;
  margin-top: 15px;
  height: 19px;
  width: 18px;
  border:none;
  font-size:0;
}

span.glyphicon.glyphicon-lock {
    margin-right: 3px;
}
.animateLink span.glyphicon.glyphicon-new-window, .animateAnchor span.glyphicon.glyphicon-new-window {
    left: 7px;
}
.card-video-icon .centered {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    background-image: url(/content/dam/public/en_us/images/play-icon-video-banner-small-new.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 52px;
}
/* Video Overlay */
.overlay-content {
    display: none;
}
.hds-overlay { 
    background: #333;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 0 5%;
    z-index: 99;
}
.hds-overlay .container {
    background-color: #000000;
    margin: 20px auto 0 auto;
    position: relative;
    max-width: 900px;
}
.hds-overlay .container .content {
    margin: auto;
    padding: 0;
}

.hds-overlay .container .close-overlay{
	display: inline-block;
    position: absolute;
    top: -25px;
    right: -35px;
}

.hds-overlay .container .content .overlay-content {
    padding: 10px 20px;
}
.hds-overlay .container .innerContent {
    padding: 0;
    text-align: center;
    background:#000000;
}
.hds-overlay .container .innerContent h2 {
    margin-bottom: 0.5em;
}
.hds-overlay .container .innerContent.scrollable {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.hds-overlay img {
    max-width: 100%;
}

.hds-overlay .container .loading {
    position: absolute;
    width: 100%;
    border: 1px solid black;
}
.hds-overlay .container .loading .padding {
    padding-top: 50%;
}
.hds-overlay .container .loading .img-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
}
.hds-overlay .container .loading .img-section:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.hds-overlay .container .loading .img-section img {
    vertical-align: middle;
    display: inline-block;
}
.icon-close-hero {
    background-image: url(/etc/clientlibs/hdscorp/main/images/hv-close-icon.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    margin-right: 10px;
	display:inline-block;
}
/******video overlay width management starts**********/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 736px) 
and (orientation : landscape) {
	.hds-overlay .container .content{
		width:85%;
	}
}
@media only all and (max-width: 360px) {
    .hds-overlay .innerContent embed, .innerContent object, .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height:135px;
    }
    
    .hds-overlay .innerContent{min-height:0 !important;}
    .hds-overlay .container .close-overlay{
        right:0;
    }
	.video-js .vjs-dock-shelf{
		right: 15px;
	}
}

@media only all and (min-width: 701px) and (max-width: 850px) {
    .hds-overlay .innerContent embed, .hds-overlay .innerContent object, .hds-overlay .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height:450px;
    }
    .hds-overlay .innerContent{min-height:0 !important;}    
    .hds-overlay .container .close-overlay{
        right:0;
    }
}

@media only all and (min-width: 361px) and (max-width: 700px) {
    .hds-overlay .innerContent embed, .hds-overlay .innerContent object, .hds-overlay .BrightcoveExperience {
        height: 100%;
        width: 98%;
        min-height:240px;
    }
    .hds-overlay .innerContent{min-height:0 !important;}    
    .hds-overlay .container .close-overlay{
        right:0;
    }
}

@media only all and (min-width: 851px){
    .hds-overlay .innerContent embed, .hds-overlay .innerContent object, .hds-overlay .BrightcoveExperience {
        width:100%
    }       
}
.vjs-social-share-links a:focus{
        color:#fff;
}
.video-js .vjs-dock-description, .vjs-social-description{
        display:none !important;
}

.vjs-social-overlay .vjs-social-share-link:focus {
    color: #ffffff;
}
.vjs-social-overlay .vjs-social-share-link:hover {
    color: #23527c;
}

.vjs-icon-play, .video-js .vjs-big-play-button, .video-js .vjs-play-control,
.vjs-icon-share,
.vjs-icon-facebook,
.vjs-icon-twitter,
.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button,
.vjs-icon-volume-high, 
.video-js .vjs-mute-control,
.video-js .vjs-volume-menu-button,
.vjs-icon-fullscreen-enter,
.video-js .vjs-fullscreen-control,
.vjs-icon-replay{
    font-family:VideoJS !important
}
@media only screen and (max-width: 991px) {
	.hds-overlay .container .close-overlay{
		top: -30px;
	}
	.icon-close-hero{
		margin-right:0;
	}
}
@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 800px) {
   .hds-overlay .container{
	   margin-top:40px !important;
   }
}

/* Related solutions*/
.hv-ps-related{
padding:65px 0 40px;
}
.hv-ps-related h2{
margin: 0px;
font-size: 2.5rem;
font-weight: 400;
color: #ce0000;
}
.hv-ps-related .col-sm-3 {
  margin-bottom: 30px;
}
.hv-ps-related .hv-related-box-wrapper{
margin-top: 55px;
}
.hv-ps-related .hv-related-box-wrapper a {
color: inherit;
text-decoration: none;
}
.hv-ps-related .hv-related-box{
  border: 1px solid #b2b2b2;
  padding: 35px 15px;
  box-shadow: 0px 0px 49px rgba(0,0,0,0.11);
}
.hv-ps-related .hv-related-box.related-bg{
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
overflow: hidden;
padding:0;
width:100%;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner {
  display: flex;
align-items: flex-end;
  height: 330px;
position:relative;
}
.hv-ps-related .related-bg.white {
  color: #fff;
}

.hv-ps-related .hv-related-box .image-wrap {
margin-bottom:30px;
}
.hv-ps-related .hv-related-box .image-wrap .img-responsive{
margin:0 auto;
}
.hv-ps-related .hv-related-box .related-cat {
color: #333;
  font-weight: 400;
  margin-bottom: 10px;
}
.hv-ps-related .hv-related-box .box-title{
  z-index: 1;
  background-color: #ce0000;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: -60px;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.hv-ps-related .hv-related-box:hover .box-title {
  bottom: 0;
}
.hv-ps-related .hv-related-box .box-title .animateLink {
  font-size: .8125rem;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
  display: block;
  padding: 0px 15px 40px 15px;
  width: 100%;
  text-align: center;
}
.hv-ps-related .hv-related-box h3{
  text-transform: none;
  margin: 0 auto;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  word-break: break-word;
}
.hv-ps-related .hv-related-box.related-bg h3{
padding:30px 15px;
}
.imagecontainer-img{
  object-fit: cover;
    font-family: "object-fit: cover";
}
.hv-ps-related .hv-related-box .hv-related-inner .component-tile-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1290px) and (min-width: 1100px) {
.hv-ps-related .col-centered{
  margin-left: -4px;
}
}
@media screen and (max-width: 1024px){
.hv-ps-related .col-centered{
  margin-left:-4px;
}
.hv-ps-related .hv-related-box .box-title{
  bottom: 0;
}
.hv-ps-related .hv-related-box .box-title .animateLink{
  display: none;
}
}
@media screen and (max-width: 991px){
.hv-ps-related .hv-related-box h3{
  font-size: 1em;
} 
.hv-ps-related .hv-related-box .related-cat{
  font-size: .9rem;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner{
  height:250px;
}
.hv-ps-related .col-centered{
  margin-left:0;
}
.hv-ps-related h2{
	font-size:2rem;
}
}
@media screen and (max-width: 767px){
.hv-ps-related h2{
  padding: 0px 15px;
  font-size:1.5rem;
}
.hv-ps-related .hv-related-box{
  margin-bottom: 15px;
}   
.hv-ps-related {
  padding: 0px 0 20px;
}
.hv-ps-related .col-centered{
  display:block;
}
.hv-ps-related .col-centered:last-child {
  margin-bottom: 0;
}
.hv-ps-related .hv-related-box.related-bg{
  width:100%;
}
.hv-ps-related .hv-related-box-wrapper{
margin-top: 35px;
}
.hv-ps-related .hv-related-box .box-title{
  height: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.hv-ps-related .hv-related-box h3{
width:100%;
}
.hv-ps-related .hv-related-box.related-bg{
  display:table;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner{
  display:table-cell;
  vertical-align:middle;
}
.hv-ps-related .hv-related-box.related-bg .hv-related-inner .component-tile-image{
  height:300px;
}
}
.hv-ps-info-form{
padding:60px 0;
}
/* Featured resources*/
.hv-resource-interaction{
padding:60px 0;
position:relative;
background-size: cover;
background-repeat: no-repeat;
background-position: center top;
}
.hv-resource-interaction .col-md-6,
.hv-resource-interaction .col-md-3{
	padding-left:15px;
	padding-right:15px;
}
.col-no-pad {
    padding: 0 !important;
}
.hv-resource-interaction h2{
padding:0 15px;
font-size:2.563rem;
font-weight:400;
margin-top:10px;
margin-bottom:40px;
color: #cc0000;
}
.hv-resource-interaction p{
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 50px;
  padding: 0 15px;
}
.hv-resource-interaction.background h2, .hv-resource-interaction.background p{
  color: #fff;
}
.hv-resource-interaction .res-int-item {
border: 1px solid #e1e1e1;
box-shadow:0 0 10px rgba(0,0,0,0.15);
overflow: hidden;
background:#fff;
z-index: 1;
transform: translateZ(0);
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position:relative;
transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
}
.hv-resource-interaction .res-int-item .res-featured {
  background: #cc0000;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: .8rem;
  font-weight: 700;
margin-bottom:45px;
position: absolute;
top: 0;
}
.hv-resource-interaction .res-int-item .res-int-title{
    padding:15px 15px 0px;
}
.hv-resource-interaction .res-int-item.featured .res-int-title{
  padding:85px 15px 0px;
}
.hv-resource-interaction .res-int-item .res-int-title .res-int-cat,
.hv-resource-interaction .res-int-item .res-int-desc .res-int-cat {
  color: #9c9c9c;
  font-weight: 600;
  margin-bottom: 13px;
  position: relative;
  text-transform: uppercase; 
  font-size:16px;
}
.hv-resource-interaction .res-int-item .res-int-title .res-int-cat:after,
.hv-resource-interaction .res-int-item.featured .res-int-title .res-int-cat:after {
  content: "";
  height: 3px;
  background: #ce0000;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.hv-resource-interaction .res-int-item .res-int-title .res-int-cat:after{
  width: 30px;
}
.hv-resource-interaction .res-int-item.featured .res-int-title .res-int-cat:after {
  width: 100%;
}
.hv-resource-interaction .res-int-item .res-int-title h3,
.hv-resource-interaction .res-int-item .res-int-desc h3 {
  text-transform: none;
  margin-top: 0;
  font-weight: 400;
  margin-bottom:11px;
}
.hv-resource-interaction .res-int-item a.card-link1 {
  color: #333;
  display: block;
  text-decoration: none;
  position: relative;
min-height:330px
}
.hv-resource-interaction .res-int-item .pop{
overflow:hidden;
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
position: relative;
}
.hv-resource-interaction .res-int-item .pop .gradient{
  background: linear-gradient(rgba(255,255,255, 0), #ffffff);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 120px;
  z-index: 999;
}
.hv-resource-interaction .res-int-item .res-int-desc{
padding:0px 15px 0px;
background:#fff;
z-index:9;
visibility:hidden;
height:0;
opacity:0;
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.hv-resource-interaction .res-int-item:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.hv-resource-interaction .res-int-item:hover .res-int-desc{
visibility:visible;
height:auto;
opacity:1; 
transition: all 0.2s ease-out;
-webkit-transition: all 0.2s ease-out;
}
.hv-resource-interaction .res-int-item:hover .pop{
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
.hv-resource-interaction .res-int-item.featured:hover .pop{
margin-top:0;
}
.hv-resource-interaction .res-int-item.featured .col-md-6:last-child{
height:100%;
}
.hv-resource-interaction .res-int-item.featured .col-md-6:first-child{
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
}
.hv-resource-interaction .res-int-item.featured:hover .col-md-6:first-child{
transition: all .2s ease-in-out;
-webkit-transition: all .2s ease-in-out;
margin-left: -30px;
}
.hv-resource-interaction .res-int-item .res-int-desc p{
font-size:1.125rem;
font-weight:300;
padding:0;
}
.hv-resource-interaction .res-int-item .animateLink.card-click-cta {
  font-size: .8125rem;
  color: #ce0000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
  display: block;
position: absolute;
  bottom: 0;
  padding-left: 15px;
  padding-bottom: 15px;
}
.hv-resource-interaction .res-int-item a.card-link1 .card-video-icon {
  padding-top: 0;
  z-index: 9;
display:flex;
align-items: center;
text-align: center;
    position: absolute;
    width: 100%;
}
.hv-resource-interaction .res-int-item .pop img{
  width: 100%;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.no-touch .hv-resource-interaction .res-int-item:hover .pop img{
transform: scale(1.1);
}
.hv-resource-interaction .resource-interaction-list .learn-more-cta {
    max-width: 100%;
    display: inline-block;
    margin-top: 30px;
}
.hv-resource-interaction .resource-interaction-list .learn-more-cta .btn-square-red{
	padding: 0;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .13em;
}
.hv-resource-interaction .resource-interaction-list .learn-more-cta .btn-square-red a{
	    background-color: #ce0000;
    color: #fff;
    display: block;
    padding: 8px 35px;
    border: 1px solid #ce0000;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    text-decoration: none;
}
.hv-resource-interaction .resource-interaction-list .learn-more-cta .btn-square-red a:hover {
    text-decoration: none;
    background: transparent;
    color: #c00;
}
.hv-resource-interaction .resource-interaction-list .col-md-3{
margin-bottom:30px;
}
@supports (-ms-ime-align:auto) {
.img-responsive{
display:inherit;
}
}
@media screen and (max-width: 1290px) and (min-width: 1100px) {
.hv-resource-interaction .resource-interaction-list .col-centered{
  margin-left: -4px;
}
}
@media screen and (max-width: 1291px) {
.hv-resource-interaction .res-int-item .res-int-title h3, 
.hv-resource-interaction .res-int-item .res-int-desc h3{
  font-size: 1rem;
}
.hv-resource-interaction .res-int-item .res-int-desc p{
  font-size:.9rem;
}

.hv-resource-interaction .res-int-item a.card-link1{
  min-height:300px;
}

}
@media screen and (max-width: 1160px) {
  .hv-resource-interaction .res-int-item a.card-link1{
     min-height:280px;
  }
}
@media screen and (max-width: 1100px) {
.hv-resource-interaction .res-int-item .res-featured{
  margin-bottom:25px;
}
.hv-resource-interaction .res-int-item a.card-link1{
   min-height:250px;
}
.hv-resource-interaction .res-int-item .res-int-title h3, 
.hv-resource-interaction .res-int-item .res-int-desc h3{
  font-size: .95rem;
}
.hv-resource-interaction .res-int-item .res-int-title .res-int-cat{
  font-size: .9rem;
}
}
@media screen and (max-width: 1024px) {
.hv-resource-interaction .res-int-item .res-int-desc,
.hv-resource-interaction .res-int-item.featured .res-int-desc,
.hv-resource-interaction .res-int-item.featured:hover .res-int-desc {
      visibility: hidden;
  height: 0;
  opacity: 0;
}
.hv-resource-interaction .res-int-item.featured:hover .res-int-title {
  margin-top: 0;
}
.hv-resource-interaction .res-int-item .pop{
  margin-top:0 !important;
}
.hv-resource-interaction .res-int-item:hover .res-int-desc {
visibility: hidden;
height: 0;
opacity: 0;
}
.hv-resource-interaction .res-int-item.featured:hover .col-md-6:first-child{
  margin-left:0;
} 
.hv-resource-interaction .resource-interaction-list .col-centered{
 margin-left: -4px;
}
}
@media screen and (max-width: 991px) {
  .hv-resource-interaction h2{
  font-size:2rem;
  text-align: center;
}
.hv-resource-interaction .res-int-item.featured .res-int-title{
  padding-top:15px;
}
.hv-resource-interaction .res-int-item .res-int-title h3, .hv-resource-interaction .res-int-item .res-int-desc h3{
  font-size:1.125rem;
}
.hv-resource-interaction .res-int-item .res-int-desc p{
  font-size:1rem;
}
.hv-resource-interaction .res-int-item .res-int-title .res-int-cat, .hv-resource-interaction .res-int-item .res-int-desc .res-int-cat{
font-size:.9rem;
}
.hv-resource-interaction .res-int-item .res-int-desc,
.hv-resource-interaction .res-int-item.featured .res-int-desc,
.hv-resource-interaction .res-int-item.featured:hover .res-int-desc {
      visibility: visible;
  height: auto;
  opacity: 1;
  padding-bottom:10px;
}
.hv-resource-interaction .res-int-item:hover .res-int-desc,
.hv-resource-interaction .res-int-item.featured:hover .res-int-desc{
      visibility: inherit;
  height: auto;
  opacity: inherit;
}
.hv-resource-interaction .res-int-item .res-int-desc{
visibility: visible;
height: auto;
opacity: 1;
padding-bottom:10px;
}
.hv-resource-interaction .res-int-item .res-featured{
margin-bottom:0;
}
.hv-resource-interaction .res-int-item .pop{
  height:160px;
}
.hv-resource-interaction .res-int-item{
  margin-bottom:30px;
}
.hv-resource-interaction .res-int-item .res-featured{
  position: absolute;
  top: -160px;
}
.hv-resource-interaction .res-int-item.featured:hover .col-md-6:first-child{
  margin-left:0;
}
.hv-resource-interaction .resource-interaction-list .col-centered{
display:block;
margin-left:0;
margin-right:0;
}
.hv-resource-interaction .res-int-item.featured .col-md-6:last-child{
height:auto;
}
.hv-resource-interaction .res-int-item .animateLink.card-click-cta{
  position:static;
}
.hv-resource-interaction .res-int-item.featured .res-int-title .res-int-cat:after {
  width: 30px;
}
}

@media screen and (max-width: 767px) {  
.hv-resource-interaction .res-int-item a.card-link1{
      height: auto !important;
}  
.hv-resource-interaction h2{
    margin-bottom: 30px;
  font-size: 1.5rem;
}
.hv-resource-interaction {
  padding: 30px 0;
}
}
.footer-graphics {
    background-repeat: repeat-x;
    background-position: bottom;
    height: 145px;
    position: relative;
    z-index: 0;
}
  /* Floating Graphics */
  #ps-slide-graphic {
    position: absolute;
    top: 6%;
    right: 0;
  width: 160px;
    padding: 12px 0;
    text-align: center;
    background: transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    z-index: 0;
    display: block;
  } 
  @media only screen and (max-width: 1368px) {    
    #ps-slide-graphic {      
      top:13%;
    }
    #ps-slide-graphic img{
      max-width: 100%;
    }
    .hv-overview-services #ps-slide-graphic{
      top:28%;
    }
  }
  @media only screen and (max-width: 1024px) {
    #ps-slide-graphic{
      display: none;
    }
  }
  
    /* Infographic Component */
  .infographic-section .infographic-row {
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    align-items: center;
    padding: 0 15px;
    position: relative;
    min-height: 380px;
  }  
  .infographic-section .infographic-row h4 {
    font-size: 1.25rem;
    color: #8ec1c7;
    font-weight: 700;
    margin: 0 0 20px;
  }  
  .infographic-section .infographic-row h2 {
    font-weight: 500;
    color: #cc0000;
    border-bottom: 2px solid #cc0000;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
	    margin: 0 0 25px;
		font-size: 2.5rem;
  }  
  .infographic-section .infographic-row .infographic-content {
    flex: 0 0 50%;
    max-width: 625px;
    padding-right:120px;
  }  
  .infographic-section .infographic-row .infographic-content .btn-square-red {
    display: inline-block;
	padding: 0;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .13em;
  }  
  .infographic-section .infographic-row .infographic-content .btn-square-red a {
    background: #cc0000;
    color: #fff;
	border: 1px solid #ce0000;
	transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    text-decoration: none;
  }  
  .infographic-section .infographic-row .infographic-content .btn-square-red a:hover {
    background: #fff;
    color: #cc0000;
	    text-decoration: none;
  }  
  .infographic-section .infographic-row img {
    max-width: 100%;
  }  
  .infographic-section .infographic-row .image-content {
    position: absolute;
    flex: 0 0 100%;
    right: 0;
    width: 65%;
    top: 50%;
    transform: translateY(-50%);
  }  
  .infographic-section .infographic-row .image-content svg {
    width: 100%;
    height: 100%;
  }  
  .infographic-section .infographic-row .polygonimg {
    fill: url(#infographic-img);
    width: 100%;
    height: 100%;
    stroke-width: 30px;
  }
  .infographic-section.desc .infographic-row .infographic-content p{
    padding-right: 50px;
	margin-bottom:20px;
  }
  .infographic-section.desc .infographic-row .infographic-content ul{
    padding: 0 0 0 20px;
    list-style-position: outside;
    font-weight: 500;
  }
  .infographic-section .infographic-row .infographic-content .btn-square-red a{
    padding:8px 20px;
  }
  .infographic-section .infographic-row h2:after{
    content: "";
    width: 100%;
    height: 2px;
    background: #cc0000;
    position: absolute;
    bottom: -2px;
    right: -40%;
  }
  @media(max-width: 1280px){
    .infographic-section .infographic-row{min-height: 320px;}
    .infographic-section .infographic-row .image-content {
      max-width: 880px;
    }
  }
 @media(max-width:1200px) and (min-width:1140px){
    .infographic-section .infographic-row .infographic-content{
      padding-right:70px;
    }
    .infographic-section.desc .infographic-row .infographic-content p {
      padding-right: 70px;
    }
  }  
  @media(min-width: 1025px) and (max-width:1180px) {
    .infographic-section .infographic-row{min-height: 270px;}
    .infographic-section .infographic-row .image-content {
      width: 62%;
    }
  }  
  @media(min-width: 1024px) and (max-width:1139px) {
  .infographic-section .infographic-row .infographic-content{
    padding-right:0;
  }
  }
@media(max-width: 1024px) and (min-width:768px) {
  .infographic-section .infographic-row .infographic-content{
    padding-right:25px;
  }
}  
  @media(max-width:1024px) {
    .infographic-section .infographic-row{min-height: 200px;}
    .infographic-section .infographic-row .image-content {
      max-width: 58%;
    }
  }
  @media(max-width:991px) {
    .infographic-section .infographic-row .image-content {
        position: relative;
        flex: auto;
        top: auto;
      transform: inherit;
    }
  }
  @media(max-width: 991px) {
  .infographic-section.desc .infographic-row .infographic-content ul li{
    font-size: .875rem;
  }
  }
  @media(max-width: 767px) {
    .infographic-section .infographic-row {
      text-align: center;
    }
    .infographic-section .infographic-row .infographic-content{
      padding-right:0;
      max-width: 100%;
    }
    .infographic-section .infographic-row .infographic-content,
    .infographic-section .infographic-row .image-content {
      flex: 1 1 auto;
      width: 100%;
    }
    .infographic-section .infographic-row h4 {
      font-size: 1rem;
      margin-bottom: 10px;
    }
    .infographic-section .infographic-row h2 {
      border: 0;
      margin-bottom: 0;
      padding-bottom: 15px;
      font-size: 1.25rem;
      font-weight: 600;
    }
    .infographic-section .infographic-row .infographic-content .btn-square-red {
      margin-top: 20px;
    }
    .infographic-section .infographic-row h2:after{
      display: none;
    }
    .infographic-section.desc .infographic-row .infographic-content p{
      padding-right: 0;
    } 
  .infographic-section.desc .infographic-row .infographic-content ul li{
        text-align: left;
    }
  }
  
  @supports (-webkit-backdrop-filter: blur(1px)) {
	.infographic-section .infographic-row .infographic-content .btn-square-red a{
		padding-top: 10px !important;
		padding-bottom: 5px !important;
	}
  }
  
.cta-container{
	text-align:center;
}	
.ps-ccs-section .learn-more-cta {
    max-width: 100%;
    display: inline-block;
    margin-top: 50px;
	padding: 0;
    font-size: .8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .13em;
	
}

.ps-ccs-section .learn-more-cta a{
	background-color: #ce0000;
    color: #fff;
    display: block;
    padding: 8px 35px;
    border: 1px solid #ce0000;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    text-decoration: none;
}
.ps-ccs-section .learn-more-cta a:hover{
	text-decoration: none;
    background: transparent;
    color: #c00;
}
.ccs-logo-item {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    width: 115px;
}

.hcc-heroBannerCont a{
	padding: 0 15px;
	border: 1px solid #ef001e;
	background: #ef001e;
	letter-spacing: .05em;
}
.hcc-heroBannerCont a:hover{
	background: #c02;
	color:#fff;
	border: 1px solid #c02;
}
 /* Featured Customer carousal */
 .featured-customers {
  padding: 50px 0 50px;
  color: #333333;
  background-repeat: no-repeat;
  background-size: cover;
 }
 .featured-customers h2 {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 3rem;
 }
 .featured-customers.white h2,
 .featured-customers.white h2 + p {
  color: #fff;
 }
 .featured-customers p {
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 20px;
 }
  .featured-customers .col-md-4{
	  padding-left:15px;
	  padding-right:15px;
  }
 .featured-customers .btn-square-red {
  display: inline-block;
 }
 .featured-customers .resources-column .resource-item {
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.25);
  margin: 15px 15px 20px;
  background: #fff;
  transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
 }
 .featured-customers .resources-column .resource-item img {
  width: 100%;
 }
 .featured-customers .resources-column .resource-item h3 {
  padding: 0 15px;
  text-transform: none;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 22px;
    margin-bottom: 11px;
 }
 .featured-customers .resources-column .resource-item p {
  padding: 0 15px;
 }
 .featured-customers .featured-customer-listing .news-column {
  vertical-align: middle;
  display: table-cell;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 3px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #a5a5a5;
  border-radius: 100%;
  margin: 0 auto;
  box-shadow: 2px 0 2px rgba(0, 0, 0, 0.35) inset;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li.slick-active button {
  background: #333;
  border: 1px solid #333;
  padding: 7px;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li button:hover,
 .featured-customers .resources-column .resources-inner-col .slick-dots li button:focus {
  outline: none;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li button:hover:before,
 .featured-customers .resources-column .resources-inner-col .slick-dots li button:focus:before {
  opacity: 1;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li button:before {
  font-family: 'slick';
  font-size: 0px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '?';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
 }
 .featured-customers .resources-column .resources-inner-col .slick-dots li:only-child {
  display: none;
 }
 .featured-customers .resources-column .slider {
  overflow: visible;
 }
 .featured-customers .resources-column .resource-item a.card-link1 {
  color: #333333;
  display: block;
  text-decoration: none;
  padding-bottom: 30px;
  position: relative;
 }
 .featured-customers .resources-column .resource-item a.card-link1 .animateLink.card-click-cta {
  font-size: .8125rem;
  color: #cc0000;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .10em;
  padding: 0 15px;
  display: block;
  position: absolute;
  bottom: 20px;
 }
.featured-customers .resources-column .resource-item a.card-link1 .card-video-icon{
	padding-top: 0px;
	z-index: 9;
	text-align: center;
	position: absolute;
	width: 100%;
	padding-top: 50px;
}
.featured-customers .resources-column .resource-item .pop{
	 overflow: hidden;
}
.featured-customers .resources-column .resource-item .pop img{
	width:100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;		
}
.featured-customers .resources-column .resource-item:hover .pop img{
	transform: scale(1.1);
}
 @media only screen and (max-width: 991px) {
  .featured-customers .featured-customer-listing .news-column {
    text-align: center;
    margin-bottom: 40px;
    height: auto !important;
    display: block;
  }
  .featured-customers h2 {
    font-size: 2rem;
  }
  .featured-customers p {
    font-size: 1rem;
  }
  .featured-customers .resources-column .resource-item h3 {
    font-size: 1.125rem;
  }
 }
 @media only screen and (max-width: 650px) {
  .featured-customer-listing div {
    display: block;
  }
  .featured-customers .resources-column .resource-item {
    margin-bottom: 30px;
  }
 }

/* New panel*/
.home-slider-container {
    background-color: #ebebeb;
    padding: 40px 0 60px;
}
.hv-home-featured-listing h2 {
    text-align: center;
    padding: 0 15px;
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #ce0000;
	margin-top:22px;
}
.hv-home-featured-listing p {
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 40px;
	padding: 0 15px;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item {
    box-shadow: 0 0px 5px rgba(0,0,0,0.2);
    margin: 0 10px 20px;
    background: #fff;
    border: 1px solid #b3b3b3;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item a.card-link1 {
    color: #333;
    display: block;
    text-decoration: none;
    padding-bottom: 30px;
    position: relative;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item img {
    width: 100%;
    transition: all .3s ease;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item .pop {
    overflow: hidden;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item:hover .pop img{
    transform: scale(1.1);
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item h3 {
    text-transform: none;
    font-size: 1.125rem;
    font-weight: bold;
	padding: 0 15px;
	margin-top: 22px;
    margin-bottom: 11px;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item p {
    color:#333;
    word-break: break-word;
	margin-bottom:20px;
	font-size: 1.125rem;
}
.hv-home-featured-listing .hv-home-resources-column .slider {
    overflow: visible;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item a.card-link1 .animateLink.card-click-cta {
    font-size: .8125rem;
    color: #ce0000;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .10em;
    padding: 0 15px;
    display: block;
	margin-top:20px;
}
.hv-home-featured-listing .hv-home-resources-column .hv-home-resource-item .card-video-icon {
  padding-top: 0;
  z-index: 9;
display:flex;
align-items: center;
text-align: center;
    position: absolute;
    width: 100%;
}
@media screen and (max-width: 1060px){
	.hv-home-featured-listing h2 {
		font-size: 2em;
	}
}
@media screen and (max-width: 767px){
	.hv-home-featured-listing h2 {
		font-size: 1.5em;
	}
	.hv-home-featured-listing p {
		font-size:1em;
	}
	.hv-home-featured-listing .col-centered {
    display: block;
	    margin-right: 0;
}
}

@media only screen and (max-width: 767px){
/* Button veritical align issue for android fix */
.android-device .scale-digital a.ctaWhiteBtn{line-height: 46px;}
.android-device .hcc-HowWeAddValue.bannerFeatureText a.viewMoreBtn, .android-device .bannerInnerContent>a{padding: 1px 16px 1px}
.android-device a.viewMoreBtn{padding: 3px 16px 2px;}
.android-device .infographic-section .infographic-row .infographic-content .btn-square-red a{padding: 10px 20px 7px;}
.android-device .hv-resource-interaction .resource-interaction-list .learn-more-cta .btn-square-red a{padding: 9px 35px 6px;}
.android-device .ps-ccs-section .learn-more-cta a{padding: 10px 35px 8px;}
.android-device .topicBox a{padding: 6px 15px 5px}
.android-device .hcc-banner-cta a.ctaWhiteBtn{line-height: 32px}
/* Button veritical align issue for iPhone fix */
.iphone .scale-digital a.ctaWhiteBtn{line-height: 46px;}
.iphone .hcc-HowWeAddValue.bannerFeatureText a.viewMoreBtn, .iphone .bannerInnerContent>a{padding: 1px 16px 2px}
.iphone a.viewMoreBtn{padding: 3px 16px 2px;}
.iphone .infographic-section .infographic-row .infographic-content .btn-square-red a{padding: 10px 20px 7px;}
.iphone .hv-resource-interaction .resource-interaction-list .learn-more-cta .btn-square-red a{padding: 9px 35px 6px;}
.iphone .ps-ccs-section .learn-more-cta a{padding: 10px 35px 8px;}
.iphone .topicBox a{padding: 6px 15px 5px}
.iphone .hcc-banner-cta a.ctaWhiteBtn{line-height: 32px}
}