/* 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;
  }
}

.back-to-top .field-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: 2rem;
  margin-bottom: 4rem;
  width: 10rem;
}

.back-to-top .field-link * {
  display: block;
  width: 100%;
}

.back-to-top {
  display: none;
}

@media only screen and (min-width: 992px) {
  .back-to-top {
    display: block;
    background-color: #004987;
  }
}

.back-to-top a {
  color: #818a8c;
  text-transform: uppercase;
  font-family: Open Sans;
  font-size: 1.2rem;
  border-style: none;
  text-align: center;
}

.back-to-top a:hover {
  color: #fff;
  text-decoration: underline;
}

.back-to-top a:before:hover {
  text-decoration: none;
}

.back-to-top a:before {
  display: block;
  width: 100%;
  font-family: FontAwesome;
  font-size: 3rem;
  text-align: center;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  content: '\f106';
}
