/* the important bits */
figure.snip1206 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 300px;
  height: 300px;
  max-height: 335px;
  max-width: 335px;
  color: #000000;
  text-align: center;
}
figure.snip1206 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
figure.snip1206 img {
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip1206:after {
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  opacity: 0.95;
  -webkit-transform: skew(-45deg) scaleX(0);
  transform: skew(-45deg) scaleX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
figure.snip1206 figcaption {
  position: absolute;
  top: 50%;
  left: 1;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
figure.snip1206 h2, figure.snip1206 h5, figure.snip1206 p {
  margin: 0;
  width: 100%;
  opacity: 0;
}
figure.snip1206 h2, figure.snip1206 h5 {
  padding: 0 30px;
  display: inline-block;
  text-transform: capitalize;
}
figure.snip1206 p {
  padding: 0 50px;
}
figure.snip1206 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1206:hover:after, figure.snip1206.hover:after {
  -webkit-transform: skew(-45deg) scaleX(1.4);
  transform: skew(-45deg) scaleX(1.4);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 5px 5px 10px #888;
}
figure.snip1206:hover figcaption h2, figure.snip1206.hover figcaption h2, figure.snip1206:hover figcaption h5, figure.snip1206.hover figcaption h5, figure.snip1206:hover figcaption p, figure.snip1206.hover figcaption p {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  cursor: pointer;
}
figure.snip1206:hover figcaption h2, figure.snip1206.hover figcaption h2, figure.snip1206:hover figcaption h5, figure.snip1206.hover figcaption h5 {
  opacity: 1;
  cursor: pointer;
}
figure.snip1206:hover figcaption p, figure.snip1206.hover figcaption p {
  opacity: 1;
  cursor: pointer;
}
.normal1 {
  text-decoration: none;
  background-color: #FC5185;
}
/*second slide part*/
/* Carousel Control */
.control-box {
  text-align: right;
  width: 100%;
}
.carousel-control {
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}
/* Generic css*/
.view-all-link {
  float: right;
  font-size: 16px;
  margin-top: 10px;
}
#uspace_intro > div > div > div > h1 > a {
  overflow-wrap: break-word;
  pointer-events: none;
  cursor: none;
}
/* Homepage Quote css*/
.show-more {
  cursor: pointer;
  color: #69bfcb;
}
.show-more:hover {
  color: #FC5185;
  text-decoration: underline;
}
.quoteText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.quoteText.is-expanded {
  white-space: initial;
  overflow: visible;
}
/*Login Page icon animation*/
input[type="password"] {
  height: 50px;
  padding: 6px 10px;
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  font-style: italic;
  color: #999;
}
input[type="text"] {
  height: 50px;
  padding: 6px 10px;
  width: 100%;
  background-color: #F5F5F5;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  outline: none;
  font-size: 16px;
  color: #222;
}
center {
  width: 100%;
}
button.go {
  display: inline-block;
  height: 38px;
  width: 150px;
  /* padding: 0 30px; */
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #69bfcb;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 4px;
}
button.go:hover {
  background: #FC5185;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
button.go span {
  display: inline-block;
  animation: leftright 2s ease infinite;
}
@keyframes leftright {
  0% {
    transform: translateX(20%);
  }
  50% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(20%);
  }
}
@keyframes updown {
  0% {
    transform: translateY(20%);
  }
  50% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(20%);
  }
}
/*bottom subpage link spaceing*/
#footerlink > div > div > div {
  flex-grow: 1;
}
/*Timeline*/
.mapWrapper {
  /*position: absolute;*/
  /*width: 75%;
  left: 50%;
  top: 0%;*/
  /*transform: translateX(-50%);*/
}
.mapWrapper .row {
  position: relative;
  width: 100%;
  left: 0;
  height: 7em;
}
.mapWrapper .row .itemBar {
  position: relative;
  display: inline-block;
  width: 33.3333333333%;
  height: 3px;
  margin-top: 6.875em;
  background: #0248E9;
}
.mapWrapper .row .itemBar .itemInfo {
  position: absolute;
  width: 100%;
  bottom: 0.5em;
  text-align: center;
  font-size: 18px;
}
.mapWrapper .row .itemBar .itemInfo:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.25em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3em 3em 0 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -0.25em;
  transition: width 0.2s ease-in, height 0.2s ease-in;
}
.mapWrapper .row .itemBar:hover .itemInfo:after {
  width: 2.5em;
  height: 0.25em;
  transition: width 0.2s ease-in, height 0.2s ease-in;
}
.mapWrapper .row .itemBar .itemDate {
  position: absolute;
  width: 100%;
  font-size: 1.25em;
  top: 0.25em;
  text-align: center;
  /*text-shadow: 1px 1px 2px black;*/
}
.mapWrapper .row:nth-child(2n) .itemBar:first-child:after {
  content: "";
  position: absolute;
  width: 1.75em;
  height: 6.75em;
  right: 100%;
  top: 0;
  border-radius: 7em 0 0 7em;
  border: 3px solid #0248E9;
  border-right: unset;
}
.mapWrapper .row:nth-child(2n+1) .itemBar:last-child:after {
  content: "";
  position: absolute;
  width: 1.75em;
  height: 6.75em;
  left: 100%;
  top: 0;
  border-radius: 0 7em 7em 0;
  border: 3px solid #0248E9;
  border-left: unset;
}
.mapWrapper .row:last-child .itemBar:after {
  display: none;
}
.areaBlur {
  height: 100%;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 18%;
  bottom: 0;
  width: 82%;
  display: inline-block;
  background-color: #f5f5f4f2;
  opacity: 0.9;
  backdrop-filter: blur(2px);
}