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

.link-squares {
  margin-top: 2.4rem;
  margin-bottom: 5.4rem;
}

@media only screen and (min-width: 768px) {
  .link-squares {
    margin-bottom: 1.5rem;
    padding-left: 4rem;
    padding-right: 4rem;
    margin-top: 4.8rem;
  }
}

@media only screen and (min-width: 992px) {
  .link-squares {
    margin-bottom: 4.8rem;
    margin-top: 9.6rem;
  }
}

.link-squares h2 {
  font-size: 4.2rem;
  font-family: Open Sans;
  color: #004987;
  font-weight: 300;
  margin-bottom: 6rem;
}

.link-squares ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.link-squares ul > li {
  margin-left: 0;
  background-color: #004987;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

@media only screen and (min-width: 768px) {
  .link-squares ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

@media only screen and (min-width: 992px) {
  .link-squares ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.link-squares__item {
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  background-color: #004987;
}

.link-squares__item:hover {
  background: #02385f;
}

.link-squares__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media only screen and (min-width: 768px) {
  .link-squares__item {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 4.8rem;
  }
}

.link-list .component-content .link-squares__item a {
  line-height: 1.25;
  font-family: Open Sans;
  font-weight: 300;
  color: #fff;
  font-size: 2.7rem;
  padding: 1.5rem;
  padding-left: 0;
  border-style: none;
}

.link-list .component-content .link-squares__item a:before {
  display: none;
}

.link-list .component-content .link-squares__item a:hover {
  border-style: none;
  color: #fff;
}

.link-squares__link-wrapper {
  position: relative;
  display: block;
  padding: 1.5rem;
  height: 11rem;
}

.link-squares__link-wrapper:after {
  position: absolute;
  font-size: 1.6rem;
  color: #fff;
  bottom: 0;
  font-family: FontAwesome;
  content: '\f178';
  right: 1.5rem;
}

.link-squares__img-wrapper {
  height: 0;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-top: 55.631399%;
}

.link-squares__img-wrapper > img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.link-squares__img-wrapper > img:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.link-squares--tile {
  margin-top: 2rem;
  margin-bottom: 4.8rem;
}

.link-squares--tile ul {
  margin: 0;
}

.link-squares--tile .item {
  margin-top: 2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .item {
    margin-right: 1rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    background: #f5f5f5 !important;
    max-width: 34rem;
  }
}

@media only screen and (min-width: 992px) {
  .link-squares--tile .item {
    max-width: none;
  }
}

.link-squares--tile .item:before {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  content: '';
  border-bottom: 3px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .item:before {
    display: block;
  }
}

.link-squares--tile .item:hover {
  color: #004987;
}

.link-squares--tile .item:after {
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  border-bottom: 2px solid #024778;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.link-squares--tile .item:hover:after {
  width: 100%;
}

.link-squares--tile .link-squares__link-wrapper {
  height: auto;
  padding: 1.6rem;
  border-bottom: 3px solid #e6e6e6;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .link-squares__link-wrapper {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .link-squares__link-wrapper {
    border-bottom: none;
  }
}

.link-squares--tile .link-squares__link-wrapper:after {
  color: #51626f !important;
  bottom: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .link-squares__link-wrapper:after {
    cursor: pointer;
    top: 9.5rem;
    bottom: 0;
    right: 2.8rem;
  }
}

.link-squares--tile .link-squares__item {
  background-color: #f5f5f5;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  margin-right: 0;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile .link-squares__item {
    min-height: 12.3rem;
  }
}

@media only screen and (min-width: 992px) {
  .link-squares--tile .link-squares__item {
    max-width: none;
  }
}

@media only screen and (min-width: 1440px) {
  .link-squares--tile .link-squares__item {
    min-height: 12.3rem;
    min-width: 35rem;
  }
}

.link-squares--tile .link-squares__item .field-link a {
  color: #0E2B4B;
  font-size: 2rem;
}

.link-squares--tile .link-squares__item .field-link a:after {
  color: #0E2B4B;
  cursor: pointer;
}

.link-squares--tile .link-squares__item .field-link a:hover {
  color: #004987;
}

.link-squares--tile a {
  font-size: 2rem !important;
  font-weight: 100 !important;
  color: #51626f !important;
}

.link-squares--tile a:hover {
  color: #004987 !important;
}

@media only screen and (min-width: 768px) {
  .link-squares--tile a {
    font-size: 2.7rem !important;
  }
}

.page-list .item {
  padding: 0;
  overflow: visible;
  border: none;
}

.page-list .link-list .component-content a {
  line-height: 1.25;
  font-family: Open Sans;
  font-weight: 300;
  color: #0E2B4B;
  font-size: 2.7rem;
  padding: 1.5rem;
  padding-left: 0;
  border-style: none;
}

.page-list .link-list .component-content a:before {
  display: none;
}

.page-list .link-list .component-content a:hover {
  border-style: none;
  color: #0E2B4B;
}

@media only screen and (min-width: 1440px) {
  .resources .link-squares {
    margin-bottom: 17.8rem;
  }
}
