.cf::before, .cf::after {
  content: " ";
  display: table;
}
.cf::after {
  clear: both;
}

@media screen and (min-width: 30.0625em) {
  .unit {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    transition: width 0.3s linear;
    zoom: 1;
  }
  .unit::before, .unit::after {
    content: "";
    display: table;
  }
  .unit::after {
    clear: both;
  }

  .group {
    background-clip: padding-box;
    float: left;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 30.0625em) {
  .m-size1of3 {
    width: 33.3%;
  }
}
/*@media screen and (min-width: 62.5em) {
  .size1of3 {
    width: 33.3%;
  }
}*/
.tcu-layout-constrain {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 62.5em) {
  .tcu-layout-constrain {
    max-width: 1100px;
  }
}

.tcu-gallery-filter a {
  color: #4D1979;
}

.tcu-alignc {
  text-align: center !important;
}

.tcu-top32 {
  margin-top: 32px !important;
}

.tcu-below32 {
  margin-bottom: 32px !important;
}

.tcu-gallery-slider {
  overflow: hidden;
}
.tcu-gallery-slider ul {
  list-style: none;
  margin-left: 0;
}

.tcu-gallery-filter {
  display: flex;
  flex-flow: column nowrap;
  list-style: none;
}
@media screen and (min-width: 30.0625em) {
  .tcu-gallery-filter {
    flex-flow: row nowrap;
    justify-content: space-around;
  }
}

.tcu-gallery-item {
  position: relative;
}
.tcu-gallery-item .tcu-gallery-hover {
  background-color: rgba(250, 183, 2, 0.9);
  border: 20px solid rgba(0, 0, 0, 0.1);
  bottom: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.3s;
}
.tcu-gallery-item .tcu-gallery-hover a {
  color: #111;
}
.tcu-gallery-item .tcu-gallery-hover:hover {
  opacity: 1;
}
.tcu-gallery-item .tcu-gallery-hover .tcu-action-btn {
  text-align: center;
}
.tcu-gallery-item .tcu-gallery-hover .tcu-icon-collection, .tcu-gallery-item .tcu-gallery-hover .tcu-icon-magnifier {
  background-size: 30px 30px;
  display: block;
  height: 30px;
  margin: 0 auto;
  width: 30px;
}
.tcu-gallery-item .tcu-gallery-hover .tcu-icon-magnifier {
  background: url("http://mkctest.tcu.edu/mayra/gallery-resources/images/magnifying-glass.svg") center center no-repeat;
}
.tcu-gallery-item .tcu-gallery-hover .tcu-icon-collection {
  background: url("http://mkctest.tcu.edu/mayra/gallery-resources/images/link.svg") center center no-repeat;
}
.tcu-gallery-item .tcu-gallery-thumb {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.tcu-gallery-item .tcu-gallery-thumb img {
  flex-shrink: 0;
  height: auto;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.tcu-gallery-slider {
  position: relative;
  max-height: 240px;
}
.tcu-gallery-slider .flex-control-nav {
  bottom: 20px;
  margin: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  z-index: 10;
}
.tcu-gallery-slider .flex-control-paging li a {
  background-color: #FFF;
}
.tcu-gallery-slider .flex-control-paging li a.flex-active {
  background-color: #F9D44B;
}