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

.fellowship-template {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media only screen and (min-width: 768px) {
  .fellowship-template {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

@media only screen and (min-width: 1440px) {
  .fellowship-template {
    padding-left: 0;
    padding-right: 0;
  }
}

.fellowship-template.min-padding {
  padding-bottom: 3rem;
}

.fellowship-template .rich-text p {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  font-family: Open Sans;
  color: #fff;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3.104rem;
}

.fellowship-template .rich-text .description {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  font-family: Open Sans;
  color: #fff;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3.104rem;
}

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

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

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

@media only screen and (max-width: 375px) {
  .fellowship-template .link-squares--tile {
    margin-bottom: 0.5rem;
  }
}

.fellowship-template .link-squares--tile .link-squares__item {
  height: 100%;
  min-width: auto;
}

.fellowship-template .link-squares--tile .link-squares__item .field-link a {
  color: #51626f !important;
}

.fellowship-template .link-squares--tile .link-squares__link-wrapper:after {
  color: #51626f !important;
}

.fellowship-template .link-squares ul > li {
  margin-bottom: 2rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .fellowship-template .link-squares ul > li {
    margin-right: 1rem;
  }
}

.fellowship-template .link-squares ul > li: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: 992px) {
  .fellowship-template .link-squares ul > li:before {
    display: block;
  }
}

.fellowship-template .link-squares ul > li:hover {
  color: #004987;
}

.fellowship-template .link-squares ul > li: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;
}

.fellowship-template .link-squares ul > li:hover:after {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .fellowship-template .link-list-block {
    padding-left: 1.5rem;
  }
}

@media only screen and (min-width: 1440px) {
  .fellowship-template .link-list-block {
    padding-left: 0;
  }
}

.fellowship-template .link-list-block li .field-link {
  display: inline-block;
}

.fellowship-template .link-list-block li .field-link:before {
  border-color: #fff;
}

.fellowship-template .link-list-block li .field-link:after {
  color: #fff;
}

.fellowship-template .link-list-block li .field-link:hover:after {
  color: #fff;
  border-color: #fff;
}

.fellowship-template .link-list-block li .field-link a {
  color: #fff;
  padding-right: 5rem;
}

.fellowship-template .link-list-block li .field-link a:hover {
  color: #fff;
}

.fellowship-template .link-list-block li .field-link a:after {
  color: #fff;
}

.fellowship-template .link-list-block li .field-link a:hover:after {
  color: #fff;
}

.fellowship-template .link-list-block h3 {
  display: none;
}

.fellowship-template h2 {
  font-size: 4.2rem;
  font-family: 'Open Sans';
  color: #fff;
  font-weight: 300;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
  line-height: 1.25;
}

.fellowship-template.col-6 .rich-text div {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  font-family: Open Sans;
  color: #fff;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3.104rem;
  max-width: 39.1rem;
}

.fellowship-template.col-lg-6 .rich-text div {
  margin-top: 4.8rem;
  margin-bottom: 2rem;
  font-family: Open Sans;
  color: #fff;
  font-weight: 100;
  font-size: 1.6rem;
  line-height: 3.104rem;
  max-width: 39.1rem;
}

.fellowship-template .col-lg-6 .rich-text div.component-content {
  max-width: 39.1rem;
}

@media only screen and (max-width: 375px) {
  .bg-blue.fellowship-template {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}
