.omnilert-logo{
                 display:none;
}

body{
	 background-color: #007482;
}

header{
   background-color: #007482;
}

.active{
   border-bottom: 4px solid #ffffff;
}

.account-name h2{
         display: none;
	 color: #002663;
         border-bottom: 2px solid #eaaa00;
}

nav>ul>li>a:hover {
   border-bottom: 4px solid #ffffff;
}

.btn-submit{
   background-color: #007482;
	 border: 2px solid #14505a;
}

.btn-submit:hover {
   color: #ffff;
   background: #007482;
   border: 2px solid #007482;
}

.main {
   margin: 118px auto 0px auto;
}

.terms-fieldset {
margin-top:0px;
}

.terms {
   margin-top:10px
}

.terms a {
     font-weight: bold;
    color: #052056;
}

footer{
	 background:rgba(0, 0, 0, 0);
}

.footer-inner p{
 	 color: #fffff;
}

.sp_footer_list li a{
	 color: #ffff;
}

.sp_footer_list li a:hover{
	 color: #fffff;
	 text-decoration: underline;
}

@media only screen and (max-width: 1023px) and (min-width: 285px){
	nav>ul>li {
	  background: #052056;
	}
}