/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.desktop-heading {
  display: none;
}

@media only screen and (min-width: 992px) {
  .desktop-heading {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    background: 0 0;
    top: -12.7rem;
  }

  .desktop-heading li {
    border-style: none;
    background-color: #004987;
    width: -webkit-calc((100% / 2) - 20px);
    width: calc((100% / 2) - 20px);
  }

  .desktop-heading li:hover {
    border-style: none;
    background: #003868;
  }

  .desktop-heading li > div .field-heading {
    color: #fff;
    text-align: center;
    line-height: 11.1rem;
    margin-right: 1.2rem !important;
    font-size: 2.8rem;
  }

  .desktop-heading li > div .field-heading:hover {
    color: #fff;
  }

  .desktop-heading li.active {
    border-width: 0;
  }

  .desktop-heading li.active > div .field-heading {
    color: #004987;
  }

  .desktop-heading li.active:hover {
    background-color: #fff;
    text-decoration: none;
    color: #004987;
  }
}

.tabs-container {
  border-style: none;
}
