
#KSTL-ContactUs-main button,
.KSTL-Registration button{
	background-color: #b51946;
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 999px;
	border: none;
	margin-top: 30px;
	transition: background-color .3s, border .3s;
	cursor: pointer;
}
.content_wrapper .KSTL-Registration .pod{
	border:none;
}
.content_wrapper .KSTL-Registration h2, #KSTL-Registration-WelcomeMsg p{
	font-size: 54px;
	color: #262626;
	font-family: KelloggsSansRegular;
	border-bottom: 1px solid #dddddd;
	padding-bottom:35px;
	margin-bottom:35px;
}

.kstl-regv6-myaccount{
	 padding:40px 0;
 }
 .KSTL-Registration-MyAccountNavItem{
	 display:inline-block;
	 margin:0 15px 0 0;
 }
 .KSTL-Registration-MyAccountNavItem:first-child{
	 display:block;
	 margin:0 auto;
 }
 .KSTL-Registration-MyAccountNavItem a{
	 text-transform:uppercase;
	 color: #262626;
	 font-size: 14px;
    font-weight: 600;
	text-decoration:none;
 }
.KSTL-Registration-MyAccountNavItem a.active, .KSTL-Registration-MyAccountNavItem a:hover{
	 color: #b51946;
	 text-decoration:underline;
 }