  /*
Theme Name: Carnegie
Author: Carnegie
Author URI: https://www.carnegiehighered.com/
Version: 0.1.0
*/

.has-text-align-right {
  text-align: right;
}
.has-text-align-center {
  text-align: center
}

body.admin-bar .header__sticky {
  top: -28px;
}
body.admin-bar .header__cta {
  top: -56px;
}

body.admin-bar .Masonry__details h2 {
  margin-top: 50px;
}

.interface-navigable-region .testimonial-resources .resource-popup .popup-close:not(.button) {
  right: 20% !important;
  top: 85px !important;
}
.CTAPanel--library a {
  color: white;
}

div.form_page input[type=password], div.form_page input[type=text], div.form_page input[type=email], div.form_page input[type=tel], div.form_page input:not([type]), div.form_page textarea {
  width: 100%;
  padding: 1rem;
  color: var(--black);
}


div.form_page select {
  padding: 1rem;
  color: var(--black);
}

div.form_question .form_label, div.form_question label {
  display: block;
  margin-bottom: .5rem;
  font-weight: 700;
}

.RFI button {
  display: inline-flex;
  justify-content: center;
  position: relative;
  text-decoration: none;
  color: var(--white);
  background: var(--blue);
  padding: .75rem 1.25rem;
  border: 2px solid var(--blue);
  overflow: hidden;
  --outline: var(--blue);
  background: linear-gradient(51deg, var(--red) 29.82%, rgba(27, 54, 93, 0) 106.7%), var(--blue);
  border: 0;
}

 .block-editor-page .RFI {
  min-width: 100%;
  margin-top: 35px;
}

.page-template-page-marketing .RFI {
  min-width: 100%;
}

.block-editor-page .RFI .Button--light-gold, .page-template-page-marketing .RFI .Button--light-gold{
  background-color: var(--light-gold);
  border-color: var(--light-gold);
  background: var(--light-gold);
}

.Hero__text {
  margin-bottom: 20px;
}


#iframe__video iframe{
  width:100%;
}


.interface-interface-skeleton__content{
  padding:0 3rem;
}



.block-editor-inserter__preview-container .block-editor-block-card {

width: 400px;

}
.block-editor-inserter__preview-container  {
	display: inline-block;
	width: 502px;

}


.Social__carousel .swiper-wrapper {
  display: inline-block;
  width: 100%;
}


.Social__carousel .swiper-wrapper p iframe{
  aspect-ratio: 16 / 7;
}

/* Library */
.ptsem-search ul li a {
  margin-bottom: 12px;
}

@media only screen and (max-width: 900px) {
  .Social__carousel .swiper-wrapper p iframe{
    height:35rem;
  }
}



  .header--landing .header__logo svg:nth-child(2){
    display: inline;
  }  



  #mobileLogo{
    display:none;
  }

@media only screen and (max-width: 1024px) {
  #mobileLogo{
    display:inline;
    transform: translateY(9px);
    width: 100%;
  }
  #desktopLogo{
    display:none;
  }
}

/*@media only screen and (max-width: 400PX) {
  h1.Hero__title {
    font-size: 3.4em;
  }
}*/

/* Conference Styles */
.event-single-schedule .schedule-items .day h3 {
    margin: unset;
    margin-left: .7rem;
    padding: 0 0 0 20px;
    color: var(--red);
    font-weight: 700;
    font-size: 20px;
}
@media only screen and (min-width: 992px) {
  .event-single-schedule .schedule-items .day h3 {
    font-size: 26px;
  }
}

.Profile__Feed .flickity-nav {
  position: absolute;
  z-index: 99;
  top: 46%;
  width: 100%;
  left: 0;
  justify-content: space-between;
}
.Profile__Feed .flickity-button {
  width: 3rem;
  height: 3rem;
}
.Profile__Feed .flickity-prev-next-button:before {
  width: 3rem;
  height: 3rem;
  mask-size: 50%;
}
.Profile__Fed .Testimonials .Blockquote__text:before {
  display: none !important;
}

.Profile__Feed .flickity-counter {
  display: none !important;
  opacity: 0 !important;
}
.Profile__Feed .Testimonials__text .h2 {
  font-size: 2rem;
}
@media (min-width: 48em) {
    .Testimonials__carousel {
        padding-bottom: var(--space-m);
    }
}

/* Faculty Detail styles -- move to another stylesheet later */
.Faculty2025 h1.Faculty__name {
  line-height: normal;
  margin-block: 0 24px;
}
.Faculty2025 .Faculty__heading ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 40px;
  color: var(--blue);
}
.Faculty2025 .Faculty__degrees h3 {
  margin-block: 0 16px;
}
.Faculty2025 .Faculty__degrees ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.Faculty2025 .Faculty__degrees ul li,
.Faculty2025 .Faculty__heading ul li {
  margin-bottom: 0px;
}
.Faculty2025 .Button-styled:hover {
  color: var(--blue);
}
.Faculty2025 .Button-styled.download span:before,
.Faculty2025 .Button-styled.email span:before {
  content: none;
}
.Faculty2025 .Button-styled.download span:after {
  content: "";
  width: 1rem;
  margin-left: .5rem;
  background: var(--light-gold);
  mask: url('/wp-content/themes/Carnegie/dist/assets/download.svg') center no-repeat;
  fill: var(--light-gold);
}
.FacultyCard__metadata {
  margin-top: 40px;
}
.FacultyCard__metadata h3 {
  margin-block: 0 16px;
}
.Faculty2025 .Button-styled.email span:after {
  content: "";
  width: 1rem;
  margin-left: .5rem;
  background: var(--light-gold);
  mask: url('/wp-content/themes/Carnegie/dist/assets/email.svg') center no-repeat;
  fill: var(--light-gold);
}
.Faculty2025 .location, .Faculty2025 .phone {
  display: flex;
  column-gap: .5rem;
}
.Faculty2025 .location:before {
  content: "";
  width: 16px;
  height: 23px;
  mask: url('/wp-content/themes/Carnegie/dist/assets/location-dot.svg') center no-repeat;
  fill: var(--blue);
  background: var(--blue);
}
.Faculty2025 .phone a {
  color: var(--blue);
  font-weight: bold;
}
.Faculty2025 .phone:before {
  content: "";
  width: 21px;
  height: 23px;
  mask: url('/wp-content/themes/Carnegie/dist/assets/phone.svg') center no-repeat;
  fill: var(--blue);
  background: var(--blue);
}
.Faculty2025 .FacultyCard__contactInfo span:not(:last-child),
.Faculty2025 .FacultyCard__contactInfo > a {
  margin-bottom: 16px;
}
.Faculty2025 a.download {
  margin-top: 16px;
}
.VerticalImage__container,
 .HorizontalVideo__container {
  padding-block: var(--space-m);
}
.FacultyFeatureSection {
  padding-inline: var(--container);
  margin-block: var(--space-m);
}
.FacultyFeatureSection > div:first-child {
  border-top: 2px solid var(--gold);
}
.FacultyFeatureSection > div:last-child {
  border-bottom: 2px solid var(--gold);
  margin-block: var(--space-m) 0;
}
.VerticalImage__container h2,
.HorizontalVideo__container h2 {
  margin-top: 24px;
  font: var(--h3);
  font-family: var(--playfair);
}
.VerticalImage__description > p,
.HorizontalVideo__description > p {
  margin-bottom: 0;
}
.VerticalImage__description > a,
.HorizontalVideo__description > a {
  margin-top: 40px;
  display: inline-flex;
  column-gap: 0.5rem;
  font-weight: bold;
  color: var(--blue);
  text-decoration: none;
  align-items: center;
}
.FacultyFeatureSection a.Link--shake {
  margin-left: 0;
}
.FacultyFeatureSection a > svg {
  fill: var(--red);
}
.HorizontalVideo__videoLink {
  position: relative;
}
.HorizontalVideo__video a:hover .Media__icon:before,
.HorizontalVideo__video a:hover .Media__icon:after,
.HorizontalVideo__video a:focus .Media__icon:before,
.HorizontalVideo__video a:focus .Media__icon:after
{
  width: calc(100% + var(--offset) * 2);
  height: calc(100% + var(--offset) * 2);
  transition-property: height, width;
  visibility: visible;
}
.HorizontalVideo__video img,
.VerticalImage__book img {
  width: 100%;
  height: auto;
}
.FacultyBiographySection {
  padding-inline: var(--container);
  margin-block: var(--space-m);
}
.FacultyBiography__bio h2 {
  margin-top: 0;
  margin-bottom: 40px;
}
.FacultyBiography__interests {
  background: var(--blue);
  color: var(--white);
  padding: var(--space-s);
}
.FacultyBiography__interests h3 {
  margin-top: 0;
  margin-bottom: 16px;
}
.FacultyBiography__terms {
  margin-top: 40px;
}
.FacultyBiography__terms ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.FacultyTabsSection {
  background: var(--gray);
  padding-inline: var(--container);
  padding-block: var(--space-m);
}
.FacultyTabs__tabs {
  border-bottom: 2px solid var(--blue);
  margin-bottom: var(--space-s);
}
.FacultyTabs__tabs ul {
  list-style-type: none;
  padding-left: 0;
}
.FacultyTabs__tabs button {
  display: flex;
  gap: 0.5rem;
  border: none;
  background: none;
  font-weight: bold;
}
.FacultyTabs__tabs button.active-tab {
  box-shadow: var( --box-shadow);
  padding: 24px 32px;
  background: var(--white);
  margin-block: 0;
  cursor: auto;
  width: 100%;
}
.FacultyTabs__tabs button.active-tab svg {
  display: none;
}
 .FacultyTabs__tabs button.Link--shake {
  margin-left: 0;
}
.FacultyTabs__tabs button svg {
  fill: red;
}
.FacultyTabs__content > div {
  display: none;
}
.FacultyTabs__content > div.active-tab-panel {
  display: block;
}
.FacultyTabs__content > div > div.block {
  padding-inline: 0;
  margin-block: 0;
}
.FacultyTabs__next {
  margin-top: var(--space-s);
  padding-top: var(--space-s);
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 16px;
  border-top: 2px solid var(--blue);
}
.FacultyNextBtn:focus {
  background: var(--blue);
  color: white;
}
.FacultyNextBtn.Button-styled span:hover {
  color: var(--blue);
}
.FacultyTabs__next > span {
  font-weight: bold;
}
.tabContentTitle {
  margin-block: 0;
}
.IntheNewsSection {
  padding-inline: var(--container);
  margin-block: var(--space-m);
}
.NewsItems__container {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.NewsItem {
  background: var(--gray);
  padding: 20px;
  width: 100%;
}
.NewsItem .eyebrow {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--blue);
  letter-spacing: 1px;
  font-size: .75rem;
  font-weight: bold;
}
.NewsItem h3 {
  margin-top: 10px;
  margin-bottom: 0;
}
.NewsItem h3 a {
  text-decoration: none;
}
.NewsItem h3 a:hover {
  text-decoration: underline;
}
.NewsItem .NewsSource {
  margin-top: 10px;
  font-style: italic;
  margin-bottom: 0;
}
.NewsItem .NewsDetails, .NewsItem .NewsItem__faculty {
  width: 100%;
}
.NewsItem__faculty {
  padding-top: 10px;
  border-top: 2px solid var(--red);
  margin-top: 40px;
}
.NewsItem__faculty h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.NewsItem__faculty ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 0.875rem;
}
.Finder__hero-container:not(:has(.Finder__active-filters)) {
  margin-bottom: 32px;
}
@media screen and (min-width:48em) {
  .Faculty2025 .HeroFacultyCard {
    align-items: start;
    gap: var(--space-m);
  }
  .FacultyCard__contactInfo {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .Faculty2025 .FacultyCard__contactInfo span:not(:last-child),
  .Faculty2025 .FacultyCard__contactInfo > a {
    margin-bottom: 0;
  }
  .VerticalImage__container,
  .HorizontalVideo__container {
    display: flex;
    gap: var(--space-m);
    align-items: center;
  }
  .VerticalImage__book {
    width: 21%;
  }
  .VerticalImage__description {
    width: 73%;
  }
  .HorizontalVideo__description {
    width: 37%;
  }
  .HorizontalVideo__video {
    width: 57%;
  }
  .VerticalImage__container h2,
  .HorizontalVideo__container h2 {
    margin-top: 0;
  }
  .FacultyBiographySection {
    display: flex;
    column-gap: 5%;
  }
  .FacultyBiography__bio {
    width: 65%;
  }
  .FacultyBiography__interests__container {
    width: 30%;
  }
  .FacultyTabs__container {
    display: flex;
    gap: var(--space-m);
  }
  .FacultyTabs__container:has(+ .FacultyTabs__next) {
    padding-bottom: var(--space-m);
  }
  .FacultyTabs__tabs {
    width: 30%;
    border-bottom: none;
    margin-bottom: 0;
  }
  .FacultyTabs__content {
    width: 61%;
  }
  .FacultyTabs__next {
    margin-top: var(--space-m);
  }
  .IntheNewsSection > h2 {
    margin-top: 0;
  }
  .NewsItem {
    width: calc( (100% - 32px)/2);
    display: flex;
    flex-wrap: wrap;
    min-height: 345px;
  }
  .NewsItem__faculty {
    align-self: end;
    margin-top: 0;
  }
}

@media screen and (min-width:64em) {
  .NewsItem {
    width: calc( (100% - 96px)/4)
  }
}