body {
	background-color:white;
}

#L26a {
	border:0;
	margin: 24px auto 10px auto;
}

#tabNav {
  margin: 0 0 0 16px;
}

/** ORC Pages **/
#shell {
	border:0;
	margin: 24px auto 10px auto;
}
#shell #tabNav {
	margin:0 0 0 8px;
}

header[role="banner"] {
  margin: 0;
  background-color: #d71e2b;
  border-bottom: 4px solid #fcc60a;
  width:100%;
  height: 56px;
  display:flex;
}

.content-area {
  width:970px;
  margin:0 auto;
  padding:0 20px 0 20px;
}

.header .content-area {
  height:60px;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

a.home-link {
 margin-right:auto;
 padding-right:40px;
}

.header ul {
  list-style: none;
  margin:20px 0 20px 10px;
}

.header ul li {
  display:inline-block;
  padding-right:16px;
  
}

.header a, .footer a {
  color:white;
  font-family: "Wells Fargo Sans Regular", Verdana, sans-serif;
  font-size:13px;
  display:inline-block;
  text-decoration:none;
}
  .header a:hover, header a:focus {
  	text-decoration:underline;
  }
  .header li:last-child {
   padding-right:0;
  }
/*****end header default *********/

/******* footer default **********/
footer#footer {
	background-color:#f4f0ed;
	width:100%;
	border-top:1px solid #b5adad;
	margin:0 auto;
	padding:0;
	color:#3B3331;
    font-family: "Wells Fargo Sans Regular", Verdana, sans-serif;
    font-size:13px;	
}

.footer .content-area {
	padding:32px 20px 32px 20px;
	text-align:left;
}
  
#footer img.stagecoach {
	display:block;
	padding-bottom:24px;
	float:none;
	margin:0;
}

footer#footer ul {
  padding:0;
  margin:0;
  line-height:1.2;
}

.footer ul li {
  display:inline-block;
  padding:0 16px 0 16px;
  border-right:1px solid gray;  
}
  footer#footer li:last-child {
    display: inline-block;
    padding-right:0;
    border-right:none;
  }

.footer a, .footer a:visited {
  color:#5A469B;
  font-family: "Wells Fargo Sans Regular", Verdana, sans-serif;
  font-size:13px;
  display:inline-block;
  text-decoration:underline;
  line-height:1.2;
}
  .footer a:hover {
    color:#141414;
  }
  
.equalHousingWrap {
	font-family: WellsFargoSans-Bold, Verdana, sans-serif;
	font-size:13px;
}

.footer p {
  font-family: WellsFargoSans-Bold, Verdana, sans-serif;
  font-size:13px;
  padding-top:24px;
  margin:0;
}


.equalHousingIcon {
	width: 18px;
    height: 12px;
    overflow: hidden;
    display:inline-block;
}
#footer .equalHousingIcon img {
    left: -186px;
    top: -10px;
    position: relative;
    float:none;
    margin:0;  
}
  
  
/****** small screens ***********/
@media screen and (max-width:676px) {
  
.footer ul li {
  display:block;
  padding:0 0px 16px 0px;
  border-right:none;  
}
  
  .content-area {
    padding:0px;
  }
  
  footer .content-area {
  	width:100vw;
  }
#footer img.stagecoach {
  	display:none;
  }
}
/****** end Large sreens *******/


/********* IE11 styles *********/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    a.home-link {
      margin-right:0;
      position:relative;
      left:-405px;
    }
}
/********* end IE overrides **************/