/* Footer*/

.footer {
	position: relative;
	font-size:16px;
}
.footer .content-container {
    float: none;
    margin: 0 auto;
    max-width: 1280px;
	padding-left:15px;
	padding-right:15px;
}
.footer .footer-gray {
    width: 100%;
    padding: 50px 0 20px 0;
    background: #000;
	float:left;
}
.footer .footer-gray .footer-container .nav-list-container {
	float: left;
	width: 100%;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list {
	margin-bottom: 66px;
	padding: 0;
	list-style-type: none;
	padding-right: 10px;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list>li {
	margin-bottom: 3px;
	line-height: 1.428571429;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list>li:first-child {
	font-weight: 600;
	font-size: .875em;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list>li a,
.footer .footer-gray .footer-container .social p {
	color: #fff;
	font-weight: 400;
	font-size: .75em;
	line-height: 1;
}
.footer .footer-container a:hover,
.footer .footer-container a:active {
	text-decoration: none
}

.footer .footer-gray .footer-container .nav-list-container .nav-list > li a:hover{
    text-decoration: none;
    padding-left: 10px;
    color: #ce0000;
    font-weight: 600;
    position: relative;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list > li a:hover:after {
	content: '';
    background-color: #ce0000;
    height: 13px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 2px;
}
.footer .footer-gray .footer-container .social {
	float: right;
	margin-top: 14px;
}
.footer .footer-gray .footer-container .social p {
	text-align: right;
}
.footer .footer-gray .footer-container .social a {
    margin-left: 12px;
}
.footer .footer-gray .footer-container .social ul {
	list-style:none;
	margin-bottom: 0;
}
.footer .footer-gray .footer-container .social-icons svg.icon-social {
  width: 24px;
  height: 24px;
  fill: #ffffff;
}
.footer .footer-gray .footer-container .social-icons a:hover .icon-social {
    fill: #ce0000;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease-in-out;
}
.footer .footer-gray .footer-container .social-icons a {
    margin-left: 20px;
}
.footer .footer-gray .footer-container .social-icons a:first-child {
    margin-left: 0;
}
.footer .footer-gray .footer-container .social li{
	display:inline-block;
	margin-left:20px;
}
.footer .footer-gray .footer-container .footer-logo {
	clear: left;
	float: left;
	color: #fff;
}
span.hv-txt-footer-logo {
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1;
	margin-top: 27px;
	color: #fff;
	display: inline-block;
}
.footer .footer-white {
	background: #e5e5e5;
    float: left;
    width: 100%;
}
.footer .footer-white .footer-container p {
	margin: 0;
	padding: 20px 0;
	font-weight: 500;
	font-size: .75em;
	line-height: 1;
	color: #cacaca;
}
.footer .footer-white .footer-container .links {
	float: left;
	border-bottom:none;
}
.footer .footer-white .footer-container p a {
	color: #333;
	font-size: inherit;
    margin-bottom: 0;
    letter-spacing: inherit;
    font-weight: inherit;
}
.footer .footer-white .footer-container .copyright {
	float: right;
	color: #333;
}
.footer .footer-gray .footer-container .nav-list-container .nav-list > li a, .footer .footer-gray .footer-container .social p {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75em;
    line-height: 1.3;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    display: inline-block;
}
@media only screen and (max-width: 768px) {
	.footer .footer-gray .footer-container .nav-list-container .nav-list {
		float: left;
		width: 50%;
		margin-bottom: 30px
	}
	.footer .footer-gray .footer-container .footer-logo,
	.footer .footer-gray .footer-container .social {
		display: block;
		margin: 0;
		float: none;
		clear: both;
		text-align: center
	}
	.footer .footer-gray .footer-container .social {
		margin: 4em 0 2em 0
	}
	.footer .footer-gray .footer-container .social>a {
		margin-left: 10px
	}
	.footer .footer-blue {
		position: relative
	}
	.footer .footer-blue .buttons .reseller,
	.footer .footer-blue .buttons .information {
		display: block;
		margin-left: 0
	}
	.footer .footer-blue .buttons .reseller {
		text-decoration: none
	}
	.footer .footer-blue .buttons .information {
		display: inline-block;
		margin-bottom: 15px
	}
	.footer .footer-white .footer-container .links,
	.footer .footer-white .footer-container .copyright {
		display: block;
		float: none;
		text-align: center !important;
	}
	.footer .footer-white .footer-container .copyright {
		padding-top: 0
	}
	.footer .footer-blue {
		padding: 36px 0 10px
	}
	.footer .footer-blue .talk {
		margin-bottom: 10px
	}
	.footer .footer-gray {
		padding-top: 30px
	}
	.footer .footer-gray .footer-container .nav-list-container .nav-list {
		float: none;
		width: 100%;
		text-align: center
	}
	.footer .footer-gray .footer-container .hide-small {
		display: none !important
	}
	.footer-logo .hitachi-footer-logo {
		margin: 0
	}
}
.hv-footer-contactus{
  margin: 0;
  padding-left: 10px;
}
.hv-footer-contactus h3{
  font-weight: 300;
    margin: 0 0 15px 0;
    text-transform: none;
    color: #ffffff;
  text-align:center;
}
.hv-footer-contactus .hv-footer-contact-action{
  width: 50%;
    float: left;
    margin-bottom: 15px;
}
.hv-footer-contactus .hv-footer-contact-action .icon,
.hv-footer-contactus .hv-footer-contact-action .text{
  float: left;
}
.hv-footer-contactus .hv-footer-contact-action .icon{
  margin-right: 7px;
}
.hv-footer-contactus .hv-footer-contact-action .text,
.hv-footer-contactus .hv-footer-contact-action .text a{
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
}

.hv-footer-contactus .search {
    position: relative;
    padding: 10px 0;
}
.hv-footer-contactus .search > input[type=text] {
    border: 2px solid #dfdfdf;
    padding: 6px 31px 6px 5px;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    line-height: 1;
    line-height: 15px;
    background: #fff;
    width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius:0; 
    border-radius:0;
}
.hv-footer-contactus .search .nav-search-footer {
    position: absolute;
    right: 13px;
}
.hv-footer-contactus .search .nav-search-footer {
    /*background-image: url(../images/sprite.png);
    background-position: -44px -189px;
    width: 30px;
    height: 26px;*/
}
.hv-footer-contactus .search span.glyphicon.glyphicon-search{
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-size: 1.125rem;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 0px;
  background: #ce0000;
  padding: 8px;
}
.footer{
  position: relative;
}
@media screen and (max-width: 1260px) {
  .hv-footer-contactus .hv-footer-contact-action .text{
    margin-right: 2px;
    margin-top: 3px;
  }
  .hds-global-header .hds-main-navigation-container .hds-main-navigation ul li a{
    font-size: 0.75em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hv-footer-contactus .hv-footer-contact-action .text{
    margin-top: 3px;
  }
  .hv-footer-contactus .hv-footer-contact-action .icon{
    margin-right: 0;
  }
  .hv-footer-contactus .hv-footer-contact-action .icon img{
    /*width: 75%;*/
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .hv-footer-contactus .search span.glyphicon.glyphicon-search{
    height:35px;
    width: 35px;
    padding:8px;
  }
}
@media screen and (max-width: 768px) {  
  .footer .footer-gray .hv-footer-left,
  .footer .footer-gray .hv-footer-right{
    float:none;
    width:100%;
  }
}
@media screen and (max-width: 767px) {
  .hv-footer-contactus{
    margin-bottom: 15px;
  }
  .hv-footer-contactus .hv-footer-contact-action .text{
    margin-top: 3px;
  }
}
@media screen and (max-width: 480px) {
  .hv-footer-contactus .hv-footer-contact-action .text{
    margin-top: 3px;
  }
  .hv-footer-contactus .hv-footer-contact-action .icon img{
    /*width: 90%;*/
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){
  .hv-footer-contactus .search span.glyphicon.glyphicon-search{
    padding:9px;
  }
  .hv-footer-contactus .search>input[type=text]{
    line-height: initial;
  }
}
.hds-global-header .hds-main-navigation-container .hds-main-navigation > ul > li.contact-main-nav{
  padding-top: 12px;
  background: transparent !important;
  margin-left:10px;
}

.hds-global-header .hds-main-navigation-container .hds-main-navigation > ul > li.contact-main-nav a.hds-default-nav-anchor{
  text-decoration: none;
  background-color: #FFF;
  color: #333333;
  border: 1px solid #fff;
  padding: 6px 12px;
  letter-spacing: normal;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  cursor: pointer;
}

.hds-global-header .hds-main-navigation-container .hds-main-navigation > ul > li.contact-main-nav a.hds-default-nav-anchor:hover,
.hds-global-header .hds-main-navigation-container .hds-main-navigation>ul>li.contact-main-nav a.hds-default-nav-anchor.active{
  background: transparent;
  color: #fff;
}

.contact-main-box{
  background:#fff;
  padding:10px 0px;
  max-width: 200px;
  display: none;
  position: absolute;
  top: 52px;
  width:100%;
  box-shadow: 0 2px 4px #666;
  left: unset;
  box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5) !important;
  z-index: 100 !important;
}
.contact-main-box ul{
  padding:0;
  list-style:none;
  margin:0;
  column-count: unset !important;
  column-gap: unset !important;
  margin: 0;
  padding: 0;
  text-align: left;
}
.contact-main-box ul#webchat-change:before {
    content: '';
    position: absolute;
    right: 44px;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 14px solid #fff;
    z-index: 9;
    display: block;
    background-image: none;
    top: -25px;
}
.contact-main-box li {
    color: #4a4a4a;
    display: block;
    cursor: pointer !important;
    font-weight: 400;
    font-size: 16px;
    line-height: normal;
    text-decoration: none;
    margin-bottom: 0 !important;
}
.contact-main-box img {
  padding-right: 10px;
  float: left;
}
.contact-main-box li a{
  color:#4a4a4a !important;
  padding: 5px 20px !important;
  display: block;
  cursor: pointer !important;
}
.contact-main-box li:hover{
    /*background: #FFF;*/
}
.contact-main-box li a:hover{
    color: #cc0000 !important;
    text-decoration: none;
}
.contact-main-box li:first-child a{
  cursor:default;
}
.contact-main-box li .engInd {
    display: none;
}
@media screen and (max-width: 991px) {
  .contact-main-box {
    background: #fff;
    padding: 10px 0px;
    max-width: 100%;
    display: none;
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: none !important;
    left: unset !important;
  }
  .contact-main-box ul#webchat-change:before{
    display: none;
  }
}
.hv-promo-actions{
    background: #ce0000 !important;
    padding: 30px 0 30px;
  position:relative;
  z-index:1;
}
.hv-promo-actions .hv-promos {
    display: table-cell;
    vertical-align: middle;
}
.hv-promo-actions .hv-promo-actions-icon{
    text-align: center;
    display: inline-block;
    margin: 0 45px;
  vertical-align: top;
}
.hv-promo-actions .hv-promo-actions-icon:last-child{
    margin-right: 0;
}
.hv-promo-actions .hv-promo-actions-icon:first-child{
    margin-left: 0;
}
.hv-promo-actions .hv-promo-actions-icon a{
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}
.hv-promo-actions .hv-promo-actions-icon h3{
    text-transform: none;
    font-size: 1rem;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0;
}
.hv-promo-actions .hv-footer-contactus .nav-list{
  margin-bottom:0;
  padding-top: 5px;
  padding-left: 0;
}
.hv-promo-actions .col-md-8 {
  border-right: 2px solid #fff;
  display: table;
  padding-left: 0;
  padding-right: 20px;
}
.hv-promo-actions .col-md-4{
  padding-right: 0;
  padding-left: 20px;
}
.hv-promo-actions .hv-promo-container {
    /*max-width: 1220px;*/
    margin: 0 auto;
}
@media screen and (max-width: 1300px) {
  .hv-promo-actions .hv-promo-actions-icon{
    margin: 0 40px;
  }
}
@media screen and (max-width: 1200px) {
.hv-footer-contactus h3{
  text-align: left;
}

.hv-promo-actions .hv-promo-container {
    /*max-width: 1060px;*/
    margin: 0 auto;
  }
  .hv-promo-actions .hv-promo-actions-icon{
    margin: 0 20px;
  }
  .hv-footer-contactus .hv-footer-contact-action{
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .hv-promo-actions .hv-footer-contactus .nav-list {
    padding-left: 0;
  }
  
}
@media only screen and (min-device-width : 992px) and (max-device-width : 1024px) {
  .hv-promo-actions .hv-promo-actions-icon {
    margin: 0 29px;
  }
}
@media screen and (max-width: 991px) {
  .hv-promo-actions .hv-promos{
    text-align: center;
  }
  .hv-promo-actions{
    padding-bottom: 0;
  }
  .hv-promo-actions .col-md-8{
    border-right:none;
    border-bottom: 2px solid #fff;
    margin-bottom:20px;
    padding: 0;
  }
  .hv-promo-actions .col-md-4{
    padding: 0;
  }
  .hv-promo-actions .hv-promo-actions-icon {
    margin: 0 30px 20px;
  }
  .hv-promo-actions .hv-promo-actions-icon:last-child{
    margin-right: 30px;
  }
  .hv-promo-actions .hv-promo-actions-icon:first-child{
    margin-left: 30px;
  }
  .hv-footer-contactus .nav-list,
  .hv-footer-contactus .search{
    width: 100%;
    max-width: 185px;
    margin: 0 auto 15px;
  }
  .hv-footer-contactus .hv-footer-contact-action .text{
    margin-left: 10px;
  }
  .hv-footer-contactus h3{
    text-align: center;
  }
  .footer .footer-gray .footer-container .social-icons a{
	  margin-left: 10px
  }
}
@media screen and (max-width: 480px) {
  .hv-promo-actions .hv-promo-actions-icon{
    width:25%;
  }
}
.footer-container span.glyphicon.glyphicon-new-window {
    left: 5px;
}
.hv_privacy_prompt {
    position: fixed;
    text-align: left;
    border: 1px solid #CCC;
    border-radius: 0;
    background-color: #FFF;
    color: #333;
    margin: 0;
    z-index: 10010;
    padding: 10px;
    font-size: 16px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  width:96%;
display:none;
}
.hv_privacy_prompt.explicit_consent {
    border-top: 1px solid #cc0d0d;
    border-top-left-radius: 10px;
    border-left: 1px solid #cc0d0d;
    border-right: 1px solid #cc0d0d;
    border-bottom: none;
    border-top-right-radius: 10px;
}
.hv_privacy_prompt_content {
    padding: 0px 10px 0;
    font-size: 0.9em;
}
  .hv_privacy_prompt .hv_privacy_prompt_content p {
    font-size: .9rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0px;
  padding-right:16px;
  font-weight:500;
}
  .hv_privacy_prompt .hv_privacy_prompt_content p a {
    color: #cc0d0d;
  text-decoration:none;
}
.hv_privacy_prompt > .hv_close_btn_thick {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    color: #999;
    font: 18px/100% arial, sans-serif;
    cursor: pointer;
}
.hv_privacy_prompt > .hv_close_btn_thick:after {
    content: "\2716";
}
.hv_privacy_prompt .hv_privacy_prompt_content p a:hover {
    text-decoration: underline;
}
@media (max-width:1060px) {
.hv_privacy_prompt{
  width:100%;
}

}
@supports (-ms-ime-align:auto) {
    .hv-promo-actions .hv-promo-actions-icon {
        margin: 0 44px
    }
}