/* Update Title Text to Red */
.TitleText {
    color: #3f444e;
}

/* Update Buttons within Homepage Banner to Red */
body.borderTop {
    border-top: 0px solid #0069a0;
}

/* Update Buttons within Homepage Banner to Red */
.link-viewBanner a {
    background-color: #8b2333;
    border-bottom: 4px solid #631823;
    box-shadow: 0px 3px 0px #8b2333 inset;
}

/* Update Primary Button to Red */
.btn-primary {
    background-color: #8b2333;
    background-image: linear-gradient(to bottom,#8b2333,#8b2333);
}

/* Increase Font Size for pg=searchdepositions */
#Main9201466 .HeaderText {font-size: 26px;}
#Main9201466 p {font-size: 16px;}

@media screen and (max-width: 979px){
ul.list-quickLink li a {
  font-size: 18px;
}}

@media (max-width: 767px){
#navigation button.btn-navbar {
  background: #8b2333 none repeat scroll 0 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  height: 63px;
  padding: 10px 25px 20px 25px;
}
.login-box a {
    padding: 20px 25px 10px 25px;
    height: 63px;
  }
  .box-rightSearch input[type="text"] {
    height: 63px !important;
    padding: 10px 20px;
  }
}

#Main883069 ul {
  padding: 0;
  margin: 0 0 10px 25px;
}
#Main883069 ul li {
  list-style: disc;
}
