.container-full-width {
  clear: both;
  left: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
  max-width: none;
  position: relative;
  right: 50%;
  width: 100vw !important;
  max-width: none !important;
}

.striped-bg-grey {
  background: repeating-linear-gradient(-45deg, #f5f5f7, #f5f5f7 5px, #f1f1f3 5px, #f1f1f3 10px);
}

.striped-bg-red {
  background: repeating-linear-gradient(-45deg, #d03f44, #d03f44 5px, #cd3c41 5px, #cd3c41 10px);
}

.senior-project .site-inner .site-width {
  max-width: 730px;
}

/**
 * Chevron Header
 */
.chevron-header {
  color: rgb(var(--color-white));
  background: rgb(var(--color-accent));
  text-align: center;
  padding: 20px 20px;
  position: relative;
  --icon-size: 50px;
  overflow: hidden;
}

.chevron-header__title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: bold;
  padding: 0 60px;
}
.chevron-header__title:after {
  content: "";
  background: rgb(var(--color-white));
  display: block;
  margin: 10px auto 0;
  height: 4px;
  width: 100px;
  border-radius: 4px;
}

.chevron-header__info {
  margin-top: 15px;
  font-weight: 500;
}
.chevron-header__info span {
  margin: 0 10px;
}

.chevron-header__icon {
  transform: rotate(90deg);
  position: absolute;
  left: -15px;
  top: -27px;
  width: 100px;
  height: auto;
}

@media (min-width: 768px) {
  .chevron-header {
    padding: 40px 20px;
  }
  .chevron-header__icon {
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
  }
}
/**
 * Student Overview
 */
.student-overview__wrap {
  padding-top: 20px;
}

.student-overview__image {
  max-width: 160px;
  margin: 0 auto;
}

.student-overview__info {
  background: repeating-linear-gradient(-45deg, #f5f5f7, #f5f5f7 3px, #f1f1f3 3px, #f1f1f3 6px);
  margin-top: 20px;
  padding: 20px 20px 0;
  margin-left: -15px;
  margin-right: -15px;
}
.student-overview__info ul {
  padding: 0;
  margin: 0;
}
.student-overview__info ul > li {
  list-style-type: none;
  line-height: 1.4;
}
.student-overview__info li + li {
  margin-top: 12px;
}

@media (min-width: 768px) {
  .student-overview__wrap {
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 70px;
  }
  .student-overview__name {
    display: none;
  }
  .student-overview__image {
    max-width: 190px;
    box-shadow: 2px 2px 10px rgba(202, 187, 187, 0.25);
  }
  .student-overview__info {
    background: none;
    -ms-flex-positive: 100;
        flex-grow: 100;
    margin: 0;
    padding: 0 0 0 40px;
  }
}
/**
 * Student Project Overview
 */
.student-project-overview {
  background: repeating-linear-gradient(-45deg, #f5f5f7, #f5f5f7 3px, #f1f1f3 3px, #f1f1f3 6px);
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .student-project-overview {
    padding: 40px 0;
    line-height: 1.4;
  }
}
/**
 * Student Project Comments
 */
.entry-comments {
  margin: 0 auto;
  max-width: 750px;
  padding: 40px 0;
  width: 100%;
}
.entry-comments .avatar {
  max-width: 60px;
}
.entry-comments .comment {
  margin-bottom: 20px;
  outline: none;
}

.comment-respond {
  margin: 0 auto 70px;
  max-width: 750px;
  width: 100%;
}
.comment-respond input.submit:hover {
  background: rgb(var(--color-accent));
}

/**
 * Student Posts
 */
.student-posts {
  padding: 40px 0;
}

/**
 * Spring Post List
 */
.spring-post-list {
  padding-left: 30px;
}

.spring-post-list__post {
  position: relative;
}

.spring-post-list__post + .spring-post-list__post {
  margin-top: 35px;
}

.spring-post-list__title {
  margin-bottom: 10px;
}

.spring-post-list__date {
  color: rgb(119, 120, 123);
  margin-bottom: 15px;
}

.spring-post-list__link {
  margin-top: 10px;
  display: block;
}

.spring-post-list__arrow {
  color: rgb(var(--color-accent));
  position: absolute;
  left: -40px;
  top: 50%;
  width: 35px;
  height: auto;
  transform: translateY(-50%) rotate(90deg);
}

.spring-post-list__content img {
  width: auto;
  height: auto;
}

@media (min-width: 992px) {
  .spring-post-list {
    padding-left: 0;
  }
  .spring-post-list__arrow {
    left: -120px;
    top: 15px;
    width: 90px;
    transform: rotate(90deg);
  }
}
/**
 * Profile Grid
 */
.profile-grid {
  display: block;
  padding: 80px 0;
}
.profile-grid h2 {
  color: rgb(var(--color-accent));
}

.profile-grid__wrap {
  --columns: 2;
  --gap: 20px;
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  row-gap: var(--gap);
  column-gap: var(--gap);
  position: relative;
  margin-top: 20px;
}

.profile-grid__item {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -ms-flex-direction: column;
      flex-direction: column;
  position: relative;
}
@media (pointer: fine) {
  .profile-grid__item:hover .profile-grid__image img {
    transform: scale(1.05);
  }
}

.profile-grid__toggle {
  position: absolute;
  right: 20px;
  top: 22px;
  height: 17px;
  width: 17px;
  transform: rotate(180deg);
  transition: 250ms transform ease;
}

.expanded .profile-grid__toggle {
  transform: rotate(360deg);
}

.profile-grid__image {
  border: solid 1px #143762;
  border-bottom:none;
  position: relative;
  overflow: hidden;
}
.profile-grid__image:after {
  content: "";
  display: block;
  padding-bottom: 105%;
}
.profile-grid__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 300ms transform ease;
}

.profile-grid__info {
  background: rgb(var(--color-accent));
  border:solid 1px #143762;
  color: rgb(var(--color-white));
  font-family: 'Lato';
  padding: 20px;
  -ms-flex-positive: 100;
      flex-grow: 100;
  position: relative;
  line-height: 1.3;
}

.profile-grid__name {
  color:#143762;
  font-size:20px;
  font-weight: bold;
  margin-bottom:5px;
  overflow: hidden;
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.profile-grid__text {
  color:#143762;
  font-size:20px;
  margin-bottom:5px;
}

.profile-grid__view {
	color:#902D38;
	font-size:20px;
	text-decoration:underline;
}

.profile-grid__text div {
  display: none;
}
.profile-grid__text--italic {
  font-style: italic;
}

.profile-grid__text--no-wrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.profile-grid__expand {
  background:#143762;
  border:solid 4px #902D38;
  box-sizing:border-box;
  color:white;
  cursor: auto;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  box-shadow: 0 0 12px rgba(165, 163, 163, 0.25);
  padding: 20px;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  height: 0;
  transition: 300ms transform ease, 400ms opacity ease, 300ms z-index linear 300ms;
}

.profile-grid__expand.expanded {
  z-index: 10;
  height: auto;
  opacity: 1;
  transition: 300ms transform ease, 400ms opacity ease, 300ms z-index linear 0ms;
}

.profile-grid__expand .student-overview {
  margin-bottom: 10px;
}

.profile-grid__expand .student-overview__wrap,
.profile-grid__expand .student-overview__info {
  padding: 0;
}

.profile-grid__expand .student-overview__info {
  background: none;
  margin: 0;
}

.profile-grid__expand .student-overview__name,
.profile-grid__expand .student-overview__name div {
  display: inline-block;
}

.profile-grid__expand-close {
	background: #902D38;
	cursor: pointer;
	padding: 27px;
	position: absolute;
	top: 0;
	right: 0;
}

.profile-grid__expand .profile-grid__name {
	color:white;
	font-size:40px;
	margin-bottom:20px;
}

.profile-grid__expand .profile-grid__position {
    font-size: 1.1em;
	margin-bottom:20px;
}

@media(max-width: 768px) {
	.profile-grid__expand .profile-grid__name {
	    font-size: 20px;
	}
	
	.profile-grid__expand .profile-grid__position, 
	.profile-grid__expand.expanded p {
	    font-size: 16px;
	}
}

.profile-grid__expand-close img {
    margin: 0;
}

.profile-grid__expand-link {
  margin-top: 10px;
}

.profile-grid__filter + .profile-grid__filter {
  margin-top: 10px;
}

.profile-grid__filters select,
.profile-grid__filters button {
  height: 56px;
}

.profile-grid__filters select {
	border:4px solid #BABBBD;
	font-family: 'Lato';
  font-size: 20px;
  padding: 12px;
  width: 100%;
  padding-right: 65px;
}

.profile-grid__filters select {
  background: none;
  position: relative;
  z-index: 2;
}

.profile-grid__filters > button.btn {
  background:#902D38;
  border:none;
  border:solid 1px #902D38;
  border-radius:4px;
  color:white;
  cursor:pointer;
  font-family: 'Lato';
  font-size:20px;
  width: 100%;
  margin-top: 20px;
}

.profile-grid__filters > button.btn:hover {
   background:#73232c;
}

@media (min-width: 768px) {
  .profile-grid__wrap {
    --columns: 4;
    --gap: 15px;
  }
  .profile-grid__info {
    padding: 15px;
    line-height: 1.4;
  }
  .profile-grid__expand {
    padding: 50px;
  }
  .profile-grid__expand-close {
    
  }
  .profile-grid__filters {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    row-gap: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .profile-grid__filters > button.btn {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .profile-grid__filter + .profile-grid__filter {
    margin-top: 0;
  }

  .profile-grid__filters select {
    width: auto;
  }
  
}
@media (min-width: 992px) {
  .profile-grid__text:last-of-type {
    display: block;
  }
  .profile-grid__text div {
    display: inline-block;
  }
  .profile-grid__filters > button.btn {
    max-width: 200px;
  }
}
select {
  border: 1px solid rgb(119, 120, 123);
  -webkit-appearance: none;
          appearance: none;
}

.spring-select__input {
  position: relative;
}

.spring-select__input:before {
	background: #902D38;
	bottom: 0;
	content: "";
	pointer-events: none;
    position: absolute;
    right: 0px;
    top: 0;    
    width: 3.5em;
}

.spring-select__input:after {
  content: "";
  width: 6px;
  height: 6px;
  border: solid white;
  border-width: 0 4px 4px 0;
  padding: 3px;
  position: absolute;
  right: 21px;
  top: 17px;
  transform: rotate(45deg);
}

.spring-select label {
  font-weight: bold;
}

.spring-post-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 20px;
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
}

.spring-post-pagination__select {
  appearance: none;
  background-color: #fff;
  border: solid 1px #ccc;
  box-shadow: none;
  left: 101px;
  list-style: none;
  margin: auto;
  max-width: 32px;
  opacity: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-appearance: none;
}

.spring-post-pagination__btn[disabled] {
  opacity: 0.3;
  pointer-events: none;
}
.spring-post-pagination__btn[data-dir="-1"] {
  transform: rotate(180deg);
  margin-right: 20px;
}
.spring-post-pagination__btn[data-dir="1"] {
  margin-left: 20px;
}
.spring-post-pagination__btn svg {
  width: 30px;
  height: 30px;
  display: block;
}

.spring-post-pagination__toggle {
  margin: 0 0 0 10px;
}
