/* Profiles */
/*.utprof__designation .field__item {
  margin-top: -35px;
  margin-bottom: 20px;
} */
.utprof__add-basic-info p:first-child {
  margin-top: 30px;
}

/* Fix imported images: hide image alt H2 tags and resize */
/*.element-invisible {
  visibility: hidden;
}
.media-element.file-default {
  max-width: 800px;
} */
/* Circle Text Box for Stats */
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .stats-box {
    width:225px;
    margin: auto;
    vertical-align: middle;
      display: table-cell;
    text-align:center;
}
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .circle {
    color:#fff;
    background:#333f48;
}
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .circle {
    width:225px;
    height:225px;
    border-radius:50%;
    margin-left: 38px;
    font-size:70px;
    font-weight: bold;
    vertical-align: middle;
    display: table-cell;
}
.ut-flex-content-area-wrapper .ut-flex-content-area .content-wrapper .ut-copy .stats-text {
    margin-top: 20px;
    color: #000;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.15;
}

/* Video */

.lbj-hero-video {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
}

.lbj-hero-video .homepage-hero__video {
  position: relative;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

.lbj-hero-video .homepage-hero__video .headline-wrapper {
  position: absolute;
  max-width: 80%;
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
  text-align: center;
}
.ut-btn {
  white-space: nowrap;
}
.video-button {
  margin-bottom: 20px;  
}

.headline-wrapper {
  align-items: baseline;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .headline-wrapper {
    margin-bottom: 10px;
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  .lbj-hero-video .homepage-hero__video .headline-wrapper {
    max-width: 65%;
  }
}

.lbj-hero-video .homepage-hero__video.top-left {
  justify-content: left;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: left;
}

.lbj-hero-video .homepage-hero__video.top-left .headline,.lbj-hero-video .homepage-hero__video.top-left {
  text-align: left;
}

.lbj-hero-video .homepage-hero__video.top-left .headline-wrapper {
  top: 50px;
  left: 50px;
}

.lbj-hero-video .homepage-hero__video.top-right {
  justify-content: right;
  align-items: flex-start;
  -webkit-box-align: start;
  -webkit-box-pack: right;
}

.lbj-hero-video .homepage-hero__video.top-right .headline,.lbj-hero-video .homepage-hero__video.top-right {
  text-align: right;
}

.lbj-hero-video .homepage-hero__video.top-right .headline-wrapper {
  top: 50px;
  right: 50px;
}

.lbj-hero-video .homepage-hero__video.bottom-left {
  justify-content: left;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: left;
}

.lbj-hero-video .homepage-hero__video.bottom-left .headline,.lbj-hero-video .homepage-hero__video.bottom-left {
  text-align: left;
}

.lbj-hero-video .homepage-hero__video.bottom-left .headline-wrapper {
  bottom: 0;
  left: 50px;
}

.lbj-hero-video .homepage-hero__video.bottom-right {
  justify-content: right;
  align-items: flex-end;
  -webkit-box-align: end;
  -webkit-box-pack: right;
}

.lbj-hero-video .homepage-hero__video.bottom-right .headline,.lbj-hero-video .homepage-hero__video.bottom-right {
  text-align: right;
}

.lbj-hero-video .homepage-hero__video.bottom-right .headline-wrapper {
  right: 50px;
  bottom: 0;
}

.lbj-hero-video .headline {
  -webkit-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  text-align: center;
  opacity: 0;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
  font-family: "LibreFrankBlack","Arial Black","Open Sans",Arial,Helvetica,sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.3rem;
}


@media screen and (max-width: 539px) {
  .lbj-hero-video .headline {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 540px) and (max-width: 767px) {
  .lbj-hero-video .headline {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 768px) and (max-width: 899px) {
  .lbj-hero-video .headline {
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 900px) and (max-width: 1199px)  {
  .lbj-hero-video .headline {
    font-size: 3.5rem;
    line-height: 1;
    margin-bottom: 30px
  }
}

@media screen and (min-width: 1200px) {
  .lbj-hero-video .headline {
    font-size: 3.5rem;
    line-height: 1;
  }
}

.lbj-hero-video .homepage-hero__fallback-image {
  height: 100%;
}

@media screen and (min-width: 768px) {
  .lbj-hero-video .homepage-hero__fallback-image {
    display:none;
  }
}

.lbj-hero-video .homepage-hero__fallback-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lbj-hero-video #video-wrapper {
  position: relative;
  display: none;
}

@media screen and (min-width: 768px) {
  .lbj-hero-video #video-wrapper {
    position:absolute;
    display: block;
  }
}

.lbj-hero-video #video-wrapper #lbj-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lbj-hero-video.natural {
  width: 100%;
  min-height: calc(100vh - 100px);
}

@media screen and (min-width: 360px) {
  .lbj-hero-video.natural {
    min-height:auto;
  }
}

.lbj-hero-video.natural #hidden-overflow-container {
  position: relative;
  width: 100%;
}

.lbj-hero-video.natural #hidden-overflow-container #video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.lbj-hero-video.natural .homepage-hero__fallback-image {
  width: 100%;
}

.lbj-hero-video.natural #fallback-image {
  width: 100%;
}

/* max-height adjusts height and cropping of video */
.lbj-hero-video-short {
  overflow: hidden;
  max-height: 600px;
}

.lbj-hero-video-short .headline-wrapper {
  bottom: 0;
  left: 1em;
}

@media screen and (min-width: 360px) {
  .lbj-hero-video-short .headline-wrapper {
    left: 7em;
  }
}

/* Alumni spotlight hover effect */
.layers-container {
  position: relative;
}

.base-layer {
  display: block;
  width: 100%;
  height: auto;
}

.color-layer {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: .5s ease;
  background-color: #000000;
}

.text-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.layers-container:hover .color-layer {
  opacity: .5;
}

.layers-container:hover .text-layer {
  opacity: 1;
}

.alumni-name {
  color: white;
  font-size: 1.5rem;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (min-width: 975px) and (max-width: 1199px)  {
  .alumni-name {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 974px)  {
  .alumni-name {
    font-size: 1rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 899px)  {
  .alumni-name {
    font-size: .8rem;
  }
}

@media screen and (max-width: 689px)  {
  .alumni-name {
    font-size: 1rem;
  }
}

/* test change */
