/*styles for opt-in*/
#regOptInKR{
	display: none;
}
#regOptInRU{
	display: none;
}
#regGDPR{
	display: none;
}
#regOptInNG{
	display: none;
}
.optInBlock{
  font-size: 18px;
  line-height: 1.3;
  /*font-family: 'proximaNovaLight','Arial Narrow',sans-serif;*/
font-family: inherit;
}
.optInBlock span a,
.optInBlock a, .form-blue a{
  color: inherit;
  text-decoration: underline;
}
.optInBlock p, .prvJPc{
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
}
.optInBlock .small-text{
  font-size: smaller;
}

/*styles for 40000 organizations and subsidiaries*/
#custCountToLower{
	text-transform: lowercase;
}

/*styles for privacy disclaimer*/
#prvPH{
	display: none;
}
#prvJP{
	display: none;
}
#prvKE{
	display: none;
}
/* oracle footer styles */
.oracle-footer{
  background-color: #555;
  color: #999;
  padding: 10px 0;
  font-size: 14px;
  font-family: proxima_novaregular;
}
.oracle-footer .oracle-footer-container{
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  width: 960px;
  background: none;
  box-shadow: none;
  border: none;
}
.oracle-footer ul, .oracle-footer li{
  margin: 0;
  padding: 0;
  background: none;
}
.oracle-footer li,.oracle-footer li:first-child,.oracle-footer li:nth-child(2),.oracle-footer li:nth-child(3){
  list-style-type: none;
  display: inline-block;
  border: 0;
  padding: 0;
}
.oracle-footer li a{
  color: #999;
  border-right: 1px solid #999;
  padding: 0 6px 0 0;
  margin: 0 5px 0 0;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
}
.oracle-footer li a:hover{
  text-decoration: underline;
}
.oracle-footer-nobackground{
  background-color: initial;
}
.oracle-footer-white{
  background-color: white;
}
.blue-footer .oracle-footer{
  background-color: #00B5EF;
}
.blue-footer .oracle-footer li a{
  color: #ffffff;
  border-right: 1px solid #ffffff;
}
.oracle-footer li:last-of-type a{
  border-right: none;
}
/* email footer fixed (japan) */
.container.blue-footer{
	padding:0;
	border:0;
}
.oracle-footer-container.container{
	padding-top:0;
}
/* additional styles for ns forms */
#prvDisclaimer{
  padding-top: 10px;
}