.content {
  background: white; }

/* Main menu */
.main-menu.ui.secondary.inverted.menu {
  border: none;
  color: rgba(0, 0, 0, 0.87) !important;
  background: white !important; }
  .main-menu.ui.secondary.inverted.menu a.item {
    color: rgba(0, 0, 0, 0.87) !important; }
    .main-menu.ui.secondary.inverted.menu a.item.active {
      border-color: rgba(118, 35, 47, 0.9) !important;
      border-bottom: 5px solid;
      font-weight: 400; }

/* MASTHEAD FOR DIFFERENT PAGES */
.button {
  background: #4a7729 !important;
  color: white !important; }

.img-container {
  text-align: center; }
  .img-container .covered-ca-logo {
    max-width: 200px;
    padding: 25px; }

.masthead {
  background-size: cover !important;
  background-image: url("../images/jumping.jpg") !important; }
  .masthead h1.header {
    margin-top: 1em !important;
    background: rgba(118, 35, 47, 0.9) !important;
    padding: 25px 25px; }

body.covered-ca .masthead {
  background-image: url("../images/bridge.jpg") !important; }

body.life-insurance .masthead {
  background-image: url("../images/hands.jpg") !important; }

body.medicare .masthead {
  background-image: url("../images/hands2.jpg") !important; }

.footer ul {
  padding: 0px; }
  .footer ul li {
    padding: 0px;
    list-style: none; }
