/*section.nav-button {
  float:right;
  margin-top: 10px;
}
.ts-button {
  display: inline-block;
}*/
.ts-button a {
  padding: 10px 15px;
  /*top: -7px;*/
  font-family: "Encode Sans Compressed", sans-serif;
  color: #4b2e83;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.1s ease-in-out;
}
.ts-button:hover {

  /*background-color: #4b2e83;*/
}
.ts-button a:hover {
  color: #85754D;
  background-color: #EBEBEB;
}

div.flexgrid {
    display: flex;
    flex-wrap: wrap;
}
.ts-button-rect-wrapper {
    margin-bottom: 25px;
}
.ts-button-rect-wrapper:before {
  position: absolute;
  top: 4;
  height: 21px;
  width: 100%;
  content: "";
  background: url(https://facweb03.s.uw.edu/sites/all/themes/uw_boundless/css/assets/images/stripes-dark-tile.svg);
  opacity: .3;
  color: #fff;
}
a.ts-button-rect {
  text-decoration: none;
  min-height: 125px;
  height: 100%;
  display: block;
  color: #fff;
  padding: 40px 30px 20px;
  font-family: "Encode Sans Compressed";
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  background-color: #4b2e83;
}
a.ts-button-rect:before {
  margin-bottom: 5px;
  color: #fff;
}
a.ts-button-rect:hover,
a.ts-button-rect:focus {
  text-decoration: none;
  background-color: #34205c;
  border-bottom: none;
  color: #e8e3d3;
  -o-transition: 0.25s;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
a.ts-button-rect:hover,
a.ts-button-rect:focus,
a.ts-button-rect:hover:before,
a.ts-button-rect:focus:before {
  color: #e8e3d3;
}

@media only screen and (max-width: 500px) {
  a.ts-button-rect {
    padding: 35px 8px 10px;
  }
}

a.ts-button-slant {
  border: 1px solid #fff !important;
  -webkit-transform: skew(-15deg);
  -ms-transform: skew(-15deg);
  transform: skew(-15deg);
  padding: 7px 15px;
  margin-top: 20px;
  display: inline-block;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  padding: 7px 30px;
  border-bottom: none !imporant;
}

a.ts-button-slant div {
  -webkit-transform: skew(15deg);
  -ms-transform: skew(15deg);
  transform: skew(15deg);
}
a.ts-button-slant:hover {
  background-color: #34205c;
  color: #fff;
}

.ts-button.nav-button {
  margin-top: -5px;
}

.ts-button-rounded a {
  padding: 10px 15px;
  font-family: "Encode Sans Compressed", sans-serif;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  background-color: #4b2e83;
  border-radius: 80px;
}
.ts-button-rounded a:hover {
  color: #85754d;
  background-color: #ccc;
}
.ts-button-rounded a:before {
  transition: all 0.25s ease-in-out;
}
.ts-button-rounded a:hover:before {
  color: #85754d;
}
.ts-button a:focus, .ts-button a:hover {
  border-bottom: 0px;
}
