/*
	Stylesheet for Security Page - Valor Bank
*/
p {
  font-size: 15px;
}
h3 {
  font-weight: 600;
}
h2 {
  padding-top: 50px;
}
li p {
	margin-bottom: 5px;
}
ul {
	list-style: none !important;
	margin-left: 0px !important;
}

	ul strong {
		margin-right: 5px;
		position: relative;
		top: -3.5px;
		vertical-align: middle;
	}
/*
  sub nav
*/
.bump {
  height: 80px;
}
.fixed {
	padding: 20px 0px !important;
  position: fixed;
  top: 73px;
  border-bottom: 1px solid #eee;
}
.fixed h2 {
  font-size: 15px;
}
.sub-nav {
  text-align: center;
  width: 100%;
  padding: 40px 0px 40px 0px;
  background: #fff;
  transition:  position .3s ease-in-out;
}
.sub-nav-scrolled {
  text-align: center;
  width: 100%;
  position: fixed;
  padding: 20px 0px 20px 0px;
  top: -80px;
  left: 0;
  background: #fff;
}
.show {
  top: 0 !important;
  border-bottom: 1px solid #eee;
}
.tab-button h2 {
  font-size: 20px;
  padding-top: 15px;
}
.tab-button:hover h2 {
  color: #a0b0c6;
}
.tab-button-info, .tab-button-officers, .tab-button-apply {
  text-align: center;
  padding: 10px 20px 0px 0px;
}

/*
  main content
*/
.identity-header, .website-header, .cyber-header, .children-header {
  text-align: center;
}
.security-content {
  text-align: center;
  padding-bottom: 100px;
}
.identity, .website, .cyber, .children, .stolen {
  width: 80%;
  display: inline-block;
  text-align: left; 
  padding-top: 50px;
}
.stolen {
  text-align: center;
}
@media screen and (max-width: 40em) {
  .identity h2, .website h2, .cyber h2, .children h2, .identity h3, .website h3, .cyber h3, .children h3 {
    text-align: center;
  }
}
