/*Horizontal Menu Homepage*/
.btn-group:first-child {
    *margin-left: 0;
}
.btn-group {
  width: 100% !important;
  display: block;
}
.btn-group img {
  margin-right: 10px;
}
.btn-group button {
  color: #fff !important;
  padding: 10px 24px;
  cursor: pointer;
  float: left; /* Float the buttons side by side */
  text-align: center;
  font-size: 16px;
  transition-duration: 0.4s;
}
.btn-group a:nth-child(odd) button {
  background-color: #1C355E;
}
.btn-group a:nth-child(even) button {
  background-color: #004785;
}
/* Add a background color on hover */
.btn-group a:hover button {
  background-color: #F26222;
}
.btn-group span {
  display: inline-flex;
    font-size: 1.5em;
    font-weight: 600;
  text-align: left;
  line-height: normal;
}
.button.button-outline:hover, .button.button-outline:active, .button.button-outline:focus {
    background: #F26222;
    border-color: transparent;
    color: #000;
}
.button.button-outline {
    background: transparent;
    color: #fff;
    border-color: #F26222;
}
.button {
      border: 4px solid transparent;
    border-radius: 0rem;
  font-size: 1rem;
      padding: 1rem 2.125rem !important;
}