/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
.insights .insights-hero {
  background-color: #ffffff;
  padding: 6rem 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 576px) {
  .insights .insights-hero {
    padding: 3rem 0 0;
  }
}
.insights .insights-hero .title_container {
  text-align: center;
  margin: 0 auto 2rem;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .insights .insights-hero .title_container {
    width: 80%;
  }
}
.insights .insights-hero .title_container h1 {
  margin-bottom: 0;
}

.insights .insights-hero .title_container h4 {
  margin-bottom: 0;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .insights .insights-hero .title_container h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
.insights .insights-hero .category_container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 1.5rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .insights .insights-hero .category_container {
    margin-bottom: 0;
  }
}
.insights .insights-hero .category_container .categories {
  margin: 0 0.5rem;
  padding: 0.5rem 1rem;
  color: #074CA0;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 4px;
}

.insights .insights-hero .category_container .categories:hover {
  border: 2px solid #074CA0;
  color: #ffffff;
  background-color: #074CA0;
}

.insights .insights-hero .category_container .categories.active {
  border: 1px solid #074CA0;
  color: #ffffff;
  background-color: #074CA0;
}

.insights .main {
  background-color: #FBFCFC;
}

.insights .main .main__container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .insights .main .main__container {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .insights .main .main__container {
    padding: 2rem 0;
  }
}
.insights .main .main__container .search_container {
  background-color: rgba(104, 104, 104, 0.05);
  position: absolute;
  width: 19.5%;
}

@media screen and (max-width: 999px) {
  .insights .main .main__container .search_container {
    width: 44%;
  }
}
@media screen and (max-width: 768px) {
  .insights .main .main__container .search_container {
    width: 100%;
    margin-bottom: 2rem;
    position: relative;
    background-color: rgba(104, 104, 104, 0.04);
  }
}
.insights .main .main__container .search_container .accordian {
  padding: 1rem;
  display: none;
  cursor: pointer;
}

.insights .main .main__container .search_container .accordian:hover {
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .insights .main .main__container .search_container .accordian {
    display: block;
  }
}
.insights .main .main__container .search_container .accordian.active h5::after {
  transform: rotate(-45deg);
  transition: 0.3s;
  top: 0.5rem;
}

.insights .main .main__container .search_container .accordian h5 {
  margin: 0;
  font-weight: 600;
  font-family: "Arial";
  color: rgba(7, 76, 160, 0.8);
  font-size: 18px;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.insights .main .main__container .search_container .accordian h5::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  height: 15px;
  width: 15px;
  border-top: 2px solid #074CA0;
  border-right: 2px solid #074CA0;
  transform: rotate(135deg);
}

@media screen and (max-width: 576px) {
  .insights .main .main__container .search_container .searchandfilter {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transform-origin: left top;
    transform: scaleY(0);
  }
  .insights .main .main__container .search_container .searchandfilter.show {
    opacity: 1;
    visibility: visible;
    transition: all 500ms ease;
    transform: scaleY(1);
  }
  .insights .main .main__container .search_container .searchandfilter.show ul {
    display: block;
  }
}
.insights .main .main__container .search_container .searchandfilter ul {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .insights .main .main__container .search_container .searchandfilter ul {
    display: none;
  }
}
.insights .main .main__container .search_container .searchandfilter ul h4 {
  margin: 0;
  font-weight: 600;
  font-family: "Arial";
  color: rgba(7, 76, 160, 0.8);
  padding-left: 0.5rem;
  padding-bottom: 0;
}

.insights .main .main__container .search_container .searchandfilter ul .sf-field-search {
  width: 100%;
  padding: 0.5rem;
  background-color: rgba(104, 104, 104, 0.05);
}

@media screen and (max-width: 768px) {
  .insights .main .main__container .search_container .searchandfilter ul .sf-field-search {
    background-color: transparent;
  }
}
.insights .main .main__container .search_container .searchandfilter ul .sf-field-search label {
  width: 100%;
  padding: 0.5rem 0 0.5rem 1.5rem;
  margin: 0;
}

@media screen and (max-width: 999px) {
  .insights .main .main__container .search_container .searchandfilter ul .sf-field-search label {
    padding-left: 0.5rem;
  }
}
@media screen and (max-width: 768px) {
  .insights .main .main__container .search_container .searchandfilter ul .sf-field-search label {
    width: 80%;
  }
}
@media screen and (max-width: 576px) {
  .insights .main .main__container .search_container .searchandfilter ul .sf-field-search label {
    width: 100%;
  }
}
.insights .main .main__container .search_container .searchandfilter ul .sf-field-search label input {
  border: none;
  border-radius: 20px;
  border: 1px solid #074CA0;
  color: #074CA0;
  background-color: rgba(251, 252, 252, 0.01);
}

.insights .main .main__container .search_container .searchandfilter ul .sf-field-search label input::placeholder {
  color: #074CA0;
  padding: 0 0 0 0.25rem;
  font-size: 12px;
  font-style: italic;
}

.insights .main .main__container .search_container .searchandfilter ul .sf-field-reset {
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border-top: 1px solid rgba(7, 76, 160, 0.3);
  padding: 1rem 0;
}

.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags {
  padding: 0.5rem;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li {
  display: block;
  padding: 0;
  margin: 0.5rem 0 0.5rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li {
    margin: 0.25rem 0.25rem 0.25rem 1rem;
  }
}
.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li input {
  display: none;
}

.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li label {
  color: #074CA0;
  font-weight: 400;
  padding-left: 0;
  display: inline-block;
}

.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li label::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  transition: 0.3s;
  opacity: 0;
}

.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li label:hover::after {
  background-image: linear-gradient(to right, #EA1E2B, #074CA0);
  opacity: 1;
  transition: 0.3s;
}

.insights .main .search-filter-results {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.insights .main .search-filter-results .no_results {
  margin-left: 28%;
}

@media screen and (max-width: 999px) {
  .insights .main .search-filter-results .no_results {
    margin-left: 53%;
  }
}
@media screen and (max-width: 768px) {
  .insights .main .search-filter-results .no_results {
    margin-left: 0;
  }
}
.insights .main .search-filter-results article {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  flex: 1 0 23%;
  max-width: 23%;
  margin: 0 1% 1.25rem;
  box-shadow: 0px 12px 18px -6px rgba(35, 57, 102, 0.15);
}

.insights .main .search-filter-results article:first-of-type {
  margin-left: 26%;
}

@media screen and (max-width: 999px) {
  .insights .main .search-filter-results article:first-of-type {
    margin-left: 51%;
  }
}
@media screen and (max-width: 768px) {
  .insights .main .search-filter-results article:first-of-type {
    margin-left: 0;
  }
}
@media screen and (max-width: 999px) {
  .insights .main .search-filter-results article {
    flex: 1 0 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 576px) {
  .insights .main .search-filter-results article {
    flex: 1 0 100%;
    margin: 0 0 1.25rem;
    max-width: 100%;
  }
}
.insights .main .search-filter-results article img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}

.insights .main .search-filter-results article h5 {
  line-height: 1.5rem;
  font-size: 20px;
}

.insights .main .search-filter-results article .article__permalink {
  margin-top: auto;
  margin-bottom: 0.75rem;
}

.insights .main .search-filter-results article .article__permalink a {
  border-radius: 4px;
  border: 2px solid #074CA0;
  padding: 0.5rem 1rem;
}

.insights .main .search-filter-results article .article__permalink a:hover {
  background-color: #074CA0;
  color: #ffffff;
  letter-spacing: 1px;
}

.insights .main .search-filter-results article .article__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.insights .main .search-filter-results article .article__content p {
  font-size: 14px;
}

.insights .main .search-filter-results article .article__content .meta {
  font-size: 12px;
  text-transform: uppercase;
  color: #686868;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.insights .main .search-filter-results article .article__content .meta span {
  margin: 0 0.5rem;
}

.go_deeper.half {
  background-image: linear-gradient(#ffffff 60%, #074CA0 60%);
  margin-bottom: 0;
  padding-bottom: 4rem;
}

@media screen and (max-width: 576px) {
  .go_deeper.half {
    background-image: linear-gradient(#ffffff 40%, #074CA0 40%);
  }
}
.go_deeper .go_deeper--inner {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.go_deeper .go_deeper--title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 3rem 0;
}

.go_deeper .go_deeper--title h2 {
  margin: 0;
}

.go_deeper .go_deeper--title.center {
  display: block;
  text-align: center;
}

.go_deeper .go_deeper--title.center_line {
  display: block;
  text-align: center;
}

.go_deeper .go_deeper--title.center_line::before {
  content: "";
  width: 150px;
  height: 4px;
  margin-bottom: 1rem;
  background-color: #686868;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .go_deeper .go_deeper--title.center_line::before {
    width: 100px;
    height: 2px;
  }
}
.go_deeper .button__outline {
  border: 2px solid #074CA0;
  display: block;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.go_deeper .button__outline:hover {
  background-color: #074CA0;
  color: #ffffff;
}

.go_deeper .go_deeper_columns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.go_deeper .go_deeper_columns .go_deeper_column {
  width: 31%;
  flex: 1 0 31%;
  margin: 0 1%;
  display: block;
  background-color: #ffffff;
  box-shadow: 5px 5px 10px rgba(104, 104, 104, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 999px) {
  .go_deeper .go_deeper_columns .go_deeper_column {
    flex: 1 0 48%;
    margin: 0.5rem 1%;
  }
}
@media screen and (max-width: 768px) {
  .go_deeper .go_deeper_columns .go_deeper_column {
    flex: 1 0 100%;
    margin-bottom: 1rem;
  }
}
.go_deeper .go_deeper_columns .go_deeper_column img {
  height: 250px;
  overflow: hidden;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 576px) {
  .go_deeper .go_deeper_columns .go_deeper_column img {
    height: 300px;
  }
}
.go_deeper .go_deeper_columns .go_deeper_column a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-right: 1rem;
}

.go_deeper .go_deeper_columns .go_deeper_column a::after {
  display: block;
  content: "";
  background-image: url("images/arrow-right.svg");
  width: 28px;
  height: 28px;
  margin-left: 0.5rem;
}

.go_deeper .go_deeper_columns .go_deeper_column a:hover {
  color: #074CA0;
  text-decoration: underline;
}

.go_deeper .go_deeper_columns .go_deeper_column .go_deeper_column-body {
  padding: 1rem;
}

.go_deeper .go_deeper_columns .go_deeper_column .go_deeper_column-body p {
  color: #000000;
  font-size: 16px;
}

.go_deeper .go_deeper_columns .go_deeper_column .go_deeper_column-body h5 {
  margin: 0.5rem 0;
}

.go_deeper .go_deeper_columns .go_deeper_column .go_deeper_column-body h6 {
  font-size: 15px;
  margin: 0;
}

.newsletter {
  background-image: linear-gradient(#ffffff 50%, #074CA0 50%);
  padding: 2rem 0;
}

.newsletter .newsletter__inner {
  background-color: #F1F1F1;
  display: block;
  margin: 0 auto;
  width: 70%;
  padding: 2rem;
}

@media screen and (max-width: 999px) {
  .newsletter .newsletter__inner {
    width: 90%;
  }
}
.newsletter .newsletter__inner .newsletter__title {
  text-align: center;
}

.newsletter .newsletter__inner .newsletter__title h3, .newsletter .newsletter__inner .newsletter__title h6 {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .newsletter .newsletter__inner .newsletter__title h3, .newsletter .newsletter__inner .newsletter__title h6 {
    width: 90%;
  }
}
.newsletter .newsletter__inner .newsletter__title h6 {
  padding-bottom: 1rem;
}

.newsletter .newsletter__inner .newsletter__form {
  display: block;
  width: 60%;
  margin: 2rem auto;
}

@media screen and (max-width: 999px) {
  .newsletter .newsletter__inner .newsletter__form {
    width: 90%;
  }
}
.newsletter .newsletter__inner #mc_embed_signup_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.newsletter .newsletter__inner #mc_embed_signup_scroll .mc-field-group {
  width: 32%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .newsletter .newsletter__inner #mc_embed_signup_scroll .mc-field-group {
    width: 48%;
  }
}
.newsletter .newsletter__inner #mc_embed_signup_scroll .mc-field-group input {
  width: 100%;
  outline: none;
  border: none;
  height: 35px;
  border-radius: 5px;
  padding: 0 10px;
}

.newsletter .newsletter__inner #mc_embed_signup_scroll .mc-field-group label {
  width: 100%;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
}

.newsletter .newsletter__inner #mc_embed_signup_scroll .optionalParent {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .newsletter .newsletter__inner #mc_embed_signup_scroll .optionalParent {
    width: 100%;
    margin-top: 1rem;
  }
}
.newsletter .newsletter__inner #mc_embed_signup_scroll .mc-field-group.email {
  width: 100%;
}

.newsletter .newsletter__inner #mc_embed_signup_scroll input.button {
  width: 100%;
  background-color: #074CA0;
  color: #fff;
  padding: 0.3rem 1rem;
  font-size: 14px;
  text-transform: uppercase;
  border: 2px solid #074CA0;
  border-radius: 5px;
  font-weight: bold;
  display: block;
  margin: 0;
}

.newsletter .newsletter__inner #mc_embed_signup_scroll input.button:hover {
  color: #074CA0;
  margin: 0;
  background-color: transparent;
}

.hero {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  background-size: cover;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hero {
    height: 400px;
  }
}
.hero::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(7, 76, 160, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hero .hero--inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  margin-top: 4rem;
  width: 60%;
}

.hero .hero--inner h1, .hero .hero--inner h6 {
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.hero .hero--inner h5 {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .hero .hero--inner h5 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .hero .hero--inner {
    width: 85%;
  }
}
.timeline {
  border-bottom: 2px solid rgba(7, 76, 160, 0.4);
  border-top: 2px solid rgba(7, 76, 160, 0.4);
  margin: 4rem 0;
  padding: 1rem 0;
}

.timeline h3 {
  margin: 0 6%;
  padding: 1rem 0;
}

.timeline .slides {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.timeline .slides h4 {
  margin-bottom: 0;
}

.timeline .slides .arrow-right {
  display: block;
  cursor: pointer;
  width: 5%;
  position: relative;
}

.timeline .slides .arrow-right::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 20px;
  border-right: 2px solid #074CA0;
  border-bottom: 2px solid #074CA0;
  transform: rotate(-45deg);
}

.timeline .slides .arrow-left {
  display: block;
  cursor: pointer;
  width: 5%;
  position: relative;
}

.timeline .slides .arrow-left::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  height: 20px;
  width: 20px;
  border-left: 2px solid #074CA0;
  border-bottom: 2px solid #074CA0;
  transform: rotate(45deg);
}

.timeline .slides .slick-list {
  width: 90%;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .timeline .slides .slick-list {
    width: 80%;
  }
}
.timeline .slick-track {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.timeline .slick-track .slide {
  display: block;
  position: relative;
  margin: 0 0.5rem;
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.0392156863);
}

.timeline .slick-track .slide img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.timeline .slick-track .slide .slide__inner {
  padding: 1rem;
}

.timeline .slick-track .slide .slide__inner p {
  margin: 0;
}

.insights .main .main__container .search_container .sf-field-taxonomy-insight_tags ul li.sf-option-active label::after {
  transition: 0.3s;
  opacity: 1;
  background-image: linear-gradient(to right, #EA1E2B, #074CA0);
}

.pagination {
  display: block;
  margin: 2rem auto;
  text-align: center;
  width: 60%;
}

@media screen and (max-width: 768px) {
  .pagination {
    width: 100%;
  }
}
.pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
  margin: 0 1rem;
  padding-bottom: 0.5rem;
}

@media screen and (max-width: 768px) {
  .pagination .wp-pagenavi span, .pagination .wp-pagenavi a {
    margin: 0 0.75rem;
  }
}
.pagination .wp-pagenavi span.current {
  font-weight: bold;
  color: #686868;
  border-bottom: 3px solid #686868;
}

.fellows-archive .fellows-hero {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .fellows-archive .fellows-hero {
    height: 30vh;
    text-align: center;
  }
}
.fellows-archive .fellows-hero .title_container {
  position: relative;
  z-index: 999;
}
.fellows-archive .fellows-hero .title_container h1 {
  color: #fff;
  position: relative;
}
.fellows-archive .fellows-intro {
  display: block;
  width: 100%;
  background-color: #fff;
}
.fellows-archive .fellows-intro .fellows-intro-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 768px) {
  .fellows-archive .fellows-intro .fellows-intro-container {
    display: block;
  }
}
.fellows-archive .fellows-intro .fellows-intro-container img {
  width: 20%;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .fellows-archive .fellows-intro .fellows-intro-container img {
    width: 30%;
    display: block;
    margin: 0 auto 25px;
  }
}
.fellows-archive .fellows-intro .fellows-intro-container .content {
  width: 70%;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .fellows-archive .fellows-intro .fellows-intro-container .content {
    width: 100%;
    padding-left: 0;
  }
}
.fellows-archive .fellows-intro .fellows-intro-container .content h5 {
  text-transform: uppercase;
  color: #074CA0;
  font-size: 16px;
}
.fellows-archive .fellows-intro .fellows-intro-container .content h2 {
  font-size: 45px;
  line-height: 55px;
}
.fellows-archive .fellows-current {
  display: block;
  width: 100%;
  background-color: #F6F6F6;
}
.fellows-archive .fellows-current .fellows-current-container {
  width: 78%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
}
@media screen and (max-width: 900px) {
  .fellows-archive .fellows-current .fellows-current-container {
    width: 88%;
  }
}
.fellows-archive .fellows-current .fellows-current-container h5 {
  text-transform: uppercase;
  color: #074CA0;
  font-size: 16px;
}
.fellows-archive .fellows-current .fellows-current-container h2 {
  font-size: 45px;
  line-height: 55px;
}
.fellows-archive .main {
  background-color: #fff;
}
.fellows-archive .main .main__container {
  display: block;
  width: 88%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
}
.fellows-archive .main .main__container h2 {
  text-align: center;
}
.fellows-archive .main .main__container .searchandfilter ul {
  margin: 0;
  padding: 0;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year {
  padding: 0;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li {
  padding: 0 1rem;
  margin: 0 0.25rem;
  color: #074CA0;
  font-weight: bold;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: 0.2s;
}
@media screen and (max-width: 576px) {
  .fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li {
    margin: 0.5rem;
  }
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li.sf-option-active {
  background-color: #074CA0;
  color: #fff;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li input {
  display: none;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li .sf-label-radio {
  padding: 0;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li label {
  font-size: 18px;
  font-weight: bold;
  font-family: Sen, sans-serif;
}
.fellows-archive .main .main__container .searchandfilter ul .sf-field-taxonomy-cohort_year ul li:hover {
  transition: 0.2s;
  background-color: #074CA0;
  color: #fff;
}
.fellows-archive .main .main__container .search-filter-results {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
}
@media screen and (max-width: 576px) {
  .fellows-archive .main .main__container .search-filter-results {
    padding: 50px 0;
  }
}
.fellows-archive .main .main__container .search-filter-results article {
  width: calc(25% - 1rem);
  box-shadow: 0px 12px 18px -6px rgba(35, 57, 102, 0.15);
  margin: 0 0.5rem 20px 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
@media screen and (max-width: 900px) {
  .fellows-archive .main .main__container .search-filter-results article {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 576px) {
  .fellows-archive .main .main__container .search-filter-results article {
    width: 100%;
  }
}
.fellows-archive .main .main__container .search-filter-results article .article__thumbnail {
  position: relative;
}
.fellows-archive .main .main__container .search-filter-results article .article__thumbnail img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 20%;
}
@media screen and (max-width: 576px) {
  .fellows-archive .main .main__container .search-filter-results article .article__thumbnail img {
    height: 300px;
  }
}
.fellows-archive .main .main__container .search-filter-results article .article__thumbnail .meta {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px 0 10px;
  border-top-left-radius: 4px;
}
.fellows-archive .main .main__container .search-filter-results article .article__content {
  height: 100%;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.fellows-archive .main .main__container .search-filter-results article .article__content h5 {
  margin-bottom: 0;
}
.fellows-archive .main .main__container .search-filter-results article .article__content p {
  font-size: 14px;
  margin-bottom: 5px;
}
.fellows-archive .main .main__container .search-filter-results article .article__content .article__permalink {
  text-align: right;
  font-size: 16px;
  transition: 0.3s;
}
.fellows-archive .main .main__container .search-filter-results article .article__content .article__permalink:hover {
  transition: 0.3s;
}
.fellows-archive .main .main__container .search-filter-results .pagination {
  margin: 100px 0 0 0;
  width: 100%;
}
.fellows-archive .main .main__container .search-filter-results .no_results {
  width: 100%;
  text-align: center;
}
.fellows-archive .main .note p {
  font-size: 13px;
  width: 75%;
  display: block;
  margin: 0 auto 25px;
  text-align: center;
}

.fellows .fellows-hero {
  background-color: #074CA0;
  padding: 8rem 0 4rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .fellows .fellows-hero {
    padding: 10rem 0 2rem 0;
  }
}
.fellows .fellows-hero h1, .fellows .fellows-hero p {
  color: white;
}
.fellows .fellows-hero p span {
  display: inline-block;
}
.fellows .fellows-hero p span::after {
  content: "&";
  display: inline-block;
  margin: 0 5px;
}
.fellows .fellows-hero p span:last-of-type:after {
  display: none;
  margin-right: 0;
}
.fellows .main {
  background-color: #FBFCFC;
}
.fellows .main .main__container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 80%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 900px) {
  .fellows .main .main__container {
    display: block;
    width: 90%;
  }
}
.fellows .main .main__container .image {
  width: 25%;
}
@media screen and (max-width: 900px) {
  .fellows .main .main__container .image {
    width: 40%;
    margin-right: 50px;
    float: left;
  }
}
@media screen and (max-width: 576px) {
  .fellows .main .main__container .image {
    margin-right: 25px;
  }
}
.fellows .main .main__container .image .thumbnail img {
  width: 100%;
}
.fellows .main .main__container .image .socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 10px 0;
}
@media screen and (max-width: 576px) {
  .fellows .main .main__container .image .socials {
    justify-content: flex-start;
  }
}
.fellows .main .main__container .image .socials a {
  width: 10%;
  margin: 0 5px;
  transition: 0.3s;
}
@media screen and (max-width: 576px) {
  .fellows .main .main__container .image .socials a {
    width: 25px;
    margin: 0 10px 0 0;
  }
}
.fellows .main .main__container .image .socials a:first-of-type {
  margin-left: 0;
}
.fellows .main .main__container .image .socials a:hover {
  transition: 0.3s;
  opacity: 0.5;
}
.fellows .main .main__container .content {
  width: 70%;
}
@media screen and (max-width: 900px) {
  .fellows .main .main__container .content {
    width: 100%;
  }
}
.fellows .main .main__container .content .name {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.fellows .main .main__container .content .name h3 {
  margin-bottom: 0;
}
.fellows .main .main__container .content .name p {
  font-size: 20px;
  margin-bottom: 0;
  margin-left: 25px;
}
.fellows .main .main__container .content .job_details {
  margin-bottom: 25px;
}
.fellows .main .main__container .content .job_details p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.fellows .main .main__container .publications {
  width: 100%;
  margin: 50px 0;
  padding: 50px 0 0 0;
  border-top: 1px solid rgba(7, 76, 160, 0.2);
}
.fellows .main .main__container .back-to {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0 0;
  padding: 50px 0 25px 0;
  border-top: 1px solid rgba(7, 76, 160, 0.2);
}
.fellows .main .main__container .note p {
  font-size: 13px;
  width: 75%;
  display: block;
  margin: 25px auto;
  text-align: center;
}

.our_fellows {
  width: 100%;
  background: linear-gradient(180deg, #263873 25%, rgba(255, 255, 255, 0.5) 80%);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .our_fellows {
    padding: 50px 0;
  }
}
.our_fellows .our_fellows--title {
  display: block;
  width: calc(80% - 20px);
  margin: 0 auto;
  padding: 25px 50px;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .our_fellows .our_fellows--title {
    width: calc(95% - 20px);
    padding: 15px 25px;
  }
}
.our_fellows .our_fellows--title h2 {
  margin-bottom: 15px;
}
.our_fellows .our_fellows_slider {
  display: block;
  width: 80%;
  margin: 50px auto;
  position: relative;
}
.our_fellows .our_fellows_slider .slick-arrow {
  background-color: #263873;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  z-index: 900;
}
.our_fellows .our_fellows_slider .slick-arrow:hover {
  transition: 0.3s;
  cursor: pointer;
  background-color: #074CA0;
}
.our_fellows .our_fellows_slider .slick-prev {
  display: block;
  font-size: 0;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .our_fellows .our_fellows_slider .slick-prev {
    left: -35px;
  }
}
.our_fellows .our_fellows_slider .slick-prev::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-left: 15px;
}
.our_fellows .our_fellows_slider .slick-next {
  display: block;
  font-size: 0;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .our_fellows .our_fellows_slider .slick-next {
    right: -35px;
  }
}
.our_fellows .our_fellows_slider .slick-next::after {
  content: "";
  display: block;
  height: 12px;
  width: 12px;
  transform: rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
  margin-left: 10px;
}
.our_fellows .our_fellows_slider .our_fellows_slide {
  margin: 0 10px;
  background-color: #fff;
}
.our_fellows .our_fellows_slider .our_fellows_slide .our_fellows_body {
  padding: 0 20px 20px;
}
.our_fellows .our_fellows_slider .our_fellows_slide img {
  width: 100%;
  height: 300px;
  object-position: top;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 900px) {
  .our_fellows .our_fellows_slider .our_fellows_slide img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .our_fellows .our_fellows_slider .our_fellows_slide img {
    height: 300px;
  }
}
.our_fellows .our_fellows_slider .our_fellows_slide h5 {
  margin: 15px 0 0 0;
}
.our_fellows .our_fellows_slider .our_fellows_slide p, .our_fellows .our_fellows_slider .our_fellows_slide a {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}
.our_fellows .our_fellows_slider .our_fellows_slide a {
  font-weight: bold;
}
.our_fellows .our_fellows--link {
  display: block;
  width: calc(75% - 20px);
  margin: 0 auto;
  padding: 25px;
  text-align: center;
}
.our_fellows .our_fellows--link a {
  display: inline-block;
  border: 2px solid #074CA0;
  background-color: #074CA0;
  padding: 10px 20px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.our_fellows .our_fellows--link a:hover {
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s;
  color: #074CA0;
}