/* FAQ Bubbles */
.card-content {
  position: relative;
  background: #782f40;
  color: #fff;
  margin: 0 0 40px 0;
  padding: 20px 16px 20px 20px;
  border-radius: 10px;
}
.card-content :before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 80px;
  border-width: 0 0 30px 50px;
  border-style: solid;
  border-color: transparent #782f40;
  display: block;
  width: 0;
}
.card-content :after {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 110px;
  border-width: 0 0 30px 20px;
  border-style: solid;
  border-color: transparent #f6f6f6;
  display: block;
  width: 0;
}
.card-link a {
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 10;
  background: transparent;
}
.element-invisible {
  position: absolute !important;
  overflow: hidden;
  height: 1px;
}
@media screen and (max-width: 1199px) and (min-width: 994px) {
  .card-content {
    height: 235px;
  }
}
@media screen and (max-width: 991px) and (min-width: 634px) {
  .card-content {
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 633px) and (min-width: 488px) {
  .card-content {
    height: 125px;
    margin: 0 0 50px 0;
  }
}
@media screen and (max-width: 487px) and (min-width: 416px) {
  .card-content {
    margin: 0 0 50px 0;
    height: 160px;
  }
}
@media screen and (max-width: 415px) and (min-width: 369px) {
  .card-content {
    margin: 0 0 50px 0;
    height: 190px;
  }
}
@media screen and (max-width: 368px) {
  .card-content {
    height: 205px;
    margin: 0 0 50px 0;
  }
}
/* End FAQ Bubbles */
/* Call Out with Garnet Overlay */
.background {
  background-size: cover;
}
.gtText {
  color: #782f40;
}
.gdText {
  color: #ceb888;
}
.gd1cText {
  color: #dacaa6;
}
.gd2cText {
  color: #e7dcc4;
}
.gd3cText {
  color: #f3ede1;
}
.cText {
  color: #ffffff;
}
/* End Call out with Garnet Overlay */
/* Banner with Left to Right Gradient */
.callout-title {
  color: #ceb888;
}
.text {
  color: #ffffff;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .text {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .text {
    width: 100%;
  }
}
/* Banner with Left to Right Gradient */
/* Banner with Right to Left Gradient */
.pullRight {
  float: right;
  width: 40%;
  text-align: right;
}
.callout-title {
  color: #ceb888;
}
.textRight {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .pullRight {
    width: 75%;
  }
}
@media screen and (max-width: 480px) {
  .pullRight {
    width: 100%;
  }
}
/* End Banner with Right to Left Gradient */
/* Text Block 2 with Garnet Border (H2) */
.outer {
  position: relative;
  border: 2px solid #782f40;
  padding: 20px;
  height: 135px;
}
.block-2-title h2 {
  position: absolute;
  margin-top: -50px;
  background-color: #f4f4f4;
  padding: 5px 20px;
}
@media screen and (max-width: 991px) {
  .outer.outer-mobile {
    margin-top: 40px;
  }
  .block-2-title h2 {
    margin-top: -43px;
  }
}
@media (min-width:768px) and (max-width:990px) {
  .block-2-title h2 {
    margin-top: -50px;
  }
}
@media screen and (max-width: 455px) and (min-width: 374px) {
  .outer {
    height: 155px;
  }
}
@media screen and (max-width: 373px) and (min-width: 314px) {
  .outer {
    height: 185px;
  }
}
/* End Text Block 2 with Garnet Border (H2) */
/* Text Block 2 with Garnet Border (H3) */
.outer {
  position: relative;
  border: 2px solid #782f40;
  padding: 20px;
  height: 135px;
}
.block-2-title h3 {
  position: absolute;
  margin-top: -45px;
  background-color: #f4f4f4;
  padding: 5px 20px;
}
@media screen and (max-width: 991px) {
  .outer.outer-mobile {
    margin-top: 40px;
  }
  .block-2-title h3 {
    margin-top: -43px;
  }
}
@media screen and (max-width: 455px) and (min-width: 374px) {
  .outer {
    height: 155px !important;
  }
}
@media screen and (max-width: 373px) and (min-width: 314px) {
  .outer {
    height: 185px !important;
  }
}
/* End Text Block 2 with Garnet Border (H3) */
/* Text Wrap Left */
.moreLeftMargin {
  margin: 0.5em 24px 0.8em 0;
}
/* End Text Wrap Left */
/* Text Wrap Right */
.moreRightMargin {
  margin: .5em 0 .8em 24px;
}
/* End Text Wrap Right */
/* Hover Cards */
.links-grid__image {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.links-grid--style-d .links-grid__image:after {
  content: "";
  background-color: rgba(0, 0, 0, 0) 0%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.card-link a {
  z-index: 10;
}
.links-grid__image img {
  width: 100%;
  transition: .2s ease;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.links-grid--style-d .links-grid__caption {
  position: absolute;
  color: #fff !important;
  bottom: 0;
  z-index: 2;
  padding: 7px 25px;
  height: 120px;
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}
.links-grid--style-d .links-grid__caption a {
  background-image: none;
}
.links-grid--style-d .links-grid__title:before {
  content: "";
  background: #ceb888;
  height: 2px;
  width: 30%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: .2s ease;
}
.links-grid--style-d .links-grid__title {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0;
}
.links-grid__title {
  font-weight: 700 !important;
}
.links-grid--style-d .links-grid__description--first, .links-grid--style-d .links-grid__description--second {
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
.links-grid--style-d .links-grid__description--first a, .links-grid--style-d .links-grid__description--second a {
  background-image: none;
}
.links-grid--style-d .links-grid__image:hover img {
  transform: scale(1.07, 1.07);
}
.links-grid--style-d .links-grid__image:hover .links-grid__title:before {
  width: 50%;
}
.links-grid--style-d .links-grid__image:hover .links-grid__title:after {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .links-grid--style-d .links-grid__description--first, .links-grid--style-d .links-grid__description--second {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 480px) {
  .links-grid--style-d .links-grid__description--first, .links-grid--style-d .links-grid__description--second {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .links-grid--style-d .links-grid__caption {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .links-grid--style-d .links-grid__caption {
    height: 130px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .links-grid--style-d .links-grid__caption {
    height: 120px;
  }
}
/* End Hover Cards */
/* Hover Cards without Description 2 */
.links-grid__image-2 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.links-grid--style-d-2 .links-grid__image-2:after {
  content: "";
  background-color: rgba(0, 0, 0, 0) 0%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.card-link-2 a {
  z-index: 10;
}
.links-grid__image-2 img {
  width: 100%;
  transition: .2s ease;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.links-grid--style-d-2 .links-grid__caption-2 {
  position: absolute;
  color: #fff !important;
  bottom: 0;
  z-index: 2;
  padding: 7px 25px;
  height: 190px;
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}
.links-grid--style-d-2 .links-grid__caption-2 a {
  background-image: none;
}
.links-grid--style-d-2 .links-grid__title-2:before {
  content: "";
  background: #ceb888;
  height: 2px;
  width: 30%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: .2s ease;
}
.links-grid--style-d-2 .links-grid__title-2 {
  font-size: 3.5rem;
  font-weight: 300;
  color: #fff;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0;
}
.links-grid__title-2 {
  font-weight: 700 !important;
}
.links-grid--style-d-2 .links-grid__description--first-2, .links-grid--style-d-2 .links-grid__description--second {
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
.links-grid--style-d-2 .links-grid__description--first-2 a, .links-grid--style-d-2 .links-grid__description--second a {
  background-image: none;
}
.links-grid--style-d-2 .links-grid__image-2:hover img {
  transform: scale(1.07, 1.07);
}
.links-grid--style-d-2 .links-grid__image-2:hover .links-grid__title-2:before {
  width: 50%;
}
.links-grid--style-d-2 .links-grid__image-2:hover .links-grid__title-2:after {
  font-size: 2rem;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 157px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 120px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 120px;
  }
}
@media screen and (max-width: 767px) and (min-width: 600px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 250px;
  }
}
@media screen and (max-width: 599px) and (min-width: 500px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 200px;
  }
}
@media screen and (max-width: 499px) and (min-width: 391px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 162px;
  }
}
@media screen and (max-width: 390px) {
  .links-grid--style-d-2 .links-grid__caption-2 {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .links-grid--style-d-2 .links-grid__description--first-2, .links-grid--style-d-2 .links-grid__description--second {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 480px) {
  .links-grid--style-d-2 .links-grid__description--first-2, .links-grid--style-d-2 .links-grid__description--second {
    font-size: 1.2rem;
  }
}
/* End Hover Cards without Description 2 */
/* Hover Cards without Description 3 */
.links-grid__image-3 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.links-grid--style-d-3 .links-grid__image-3:after {
  content: "";
  background-color: rgba(0, 0, 0, 0) 0%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.card-link-3 a {
  z-index: 10;
}
.links-grid__image-3 img {
  width: 100%;
  transition: .2s ease;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.links-grid--style-d-3 .links-grid__caption-3 {
  position: absolute;
  color: #fff !important;
  bottom: 0;
  z-index: 2;
  padding: 7px 25px;
  height: 120px;
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}
.links-grid--style-d-3 .links-grid__caption-3 a {
  background-image: none;
}
.links-grid--style-d-3 .links-grid__title-3:before {
  content: "";
  background: #ceb888;
  height: 2px;
  width: 30%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: .2s ease;
}
.links-grid--style-d-3 .links-grid__title-3 {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0;
}
.links-grid__title-3 {
  font-weight: 700 !important;
}
.links-grid--style-d-3 .links-grid__description--first-3, .links-grid--style-d-3 .links-grid__description--second {
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
.links-grid--style-d-3 .links-grid__description--first-3 a, .links-grid--style-d-3 .links-grid__description--second a {
  background-image: none;
}
.links-grid--style-d-3 .links-grid__image-3:hover img {
  transform: scale(1.07, 1.07);
}
.links-grid--style-d-3 .links-grid__image-3:hover .links-grid__title-3:before {
  width: 50%;
}
.links-grid--style-d-3 .links-grid__image-3:hover .links-grid__title-3:after {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .links-grid--style-d-3 .links-grid__description--first-3, .links-grid--style-d-3 .links-grid__description--second {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 480px) {
  .links-grid--style-d-3 .links-grid__description--first-3, .links-grid--style-d-3 .links-grid__description--second {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .links-grid--style-d-3 .links-grid__caption-3 {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .links-grid--style-d-3 .links-grid__caption-3 {
    height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .links-grid--style-d-3 .links-grid__caption-3 {
    height: 120px;
  }
}
/* End Hover Cards without Description 3 */
/* Hover Cards without Description 4 */
.links-grid__image-4 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.links-grid--style-d-4 .links-grid__image-4:after {
  content: "";
  background-color: rgba(0, 0, 0, 0) 0%;
  background-image: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -moz-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.card-link-4 a {
  z-index: 10;
}
.links-grid__image-4 img {
  width: 100%;
  transition: .2s ease;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.links-grid--style-d-4 .links-grid__caption-4 {
  position: absolute;
  color: #fff !important;
  bottom: 0;
  z-index: 2;
  padding: 7px 25px;
  height: 90px;
  width: 100%;
  overflow: hidden;
  line-height: 1.1;
}
.links-grid--style-d-4 .links-grid__caption-4 a {
  background-image: none;
}
.links-grid--style-d-4 .links-grid__title-4:before {
  content: "";
  background: #ceb888;
  height: 2px;
  width: 30%;
  display: block;
  top: 0;
  position: absolute;
  z-index: 2;
  left: 25px;
  transition: .2s ease;
}
.links-grid--style-d-4 .links-grid__title-4 {
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0;
}
.links-grid__title-4 {
  font-weight: 700 !important;
}
.links-grid--style-d-4 .links-grid__description--first-4, .links-grid--style-d-4 .links-grid__description--second {
  font-size: 1.3rem;
  font-weight: 300;
  color: #ffffff;
}
.links-grid--style-d-4 .links-grid__description--first-4 a, .links-grid--style-d-4 .links-grid__description--second a {
  background-image: none;
}
.links-grid--style-d-4 .links-grid__image-4:hover img {
  transform: scale(1.07, 1.07);
}
.links-grid--style-d-4 .links-grid__image-4:hover .links-grid__title-4:before {
  width: 50%;
}
.links-grid--style-d-4 .links-grid__image-4:hover .links-grid__title-4:after {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .links-grid--style-d-4 .links-grid__description--first-4, .links-grid--style-d-4 .links-grid__description--second {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 480px) {
  .links-grid--style-d-4 .links-grid__description--first-4, .links-grid--style-d-4 .links-grid__description--second {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .links-grid--style-d-4 .links-grid__caption-4 {
    height: 120px;
  }
}
@media screen and (min-width: 992px) {
  .links-grid--style-d-4 .links-grid__caption-4 {
    height: 75px;
  }
}
@media screen and (min-width: 768px) {
  .links-grid--style-d-4 .links-grid__caption-4 {
    height: 120px;
  }
}
/* End Hover Cards without Description 4 */
/* Timeline 3 */
#block-timeline .header-subdue {
  font-size: 2.4rem;
  margin-bottom: .25em;
}
.timeline {
  margin: 0 0 1em;
}
.timeline .item3 .header {
  font-size: 1.777rem;
  margin: 0 0 .25rem;
}
.timeline .item3 p {
  font-size: 1.333rem;
  margin: 0 0 .25rem;
}
@media screen and (max-width: 767px) {
  .timeline {
    padding: 10px;
    padding-left: 0;
  }
  .timeline .item3 {
    background-image: none;
    background-position: 5px 0%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 10px 10px 15px 50px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Next%20_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Complete%20_2023.png");
  }
}
@media screen and (min-width: 768px) {
  .timeline {
    padding: 10px;
  }
  .timeline .item3 {
    width: 33%;
    float: left;
    text-align: center;
    padding: 50px 10px 10px;
    background-image: none;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Next_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Complete_2023.png");
  }
}
/* End Timeline 3 */
/* Timeline 4 */
#block-timeline .header-subdue {
  font-size: 2.4rem;
  margin-bottom: .25em;
}
.timeline {
  margin: 0 0 1em;
}
.timeline .item .header {
  font-size: 1.777rem;
  margin: 0 0 .25rem;
}
.timeline .item p {
  font-size: 1.333rem;
  margin: 0 0 .25rem;
}
@media screen and (max-width: 767px) {
  .timeline {
    padding: 10px;
    padding-left: 0;
  }
  .timeline .item {
    background-image: none;
    background-position: 5px 0%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 10px 10px 15px 50px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Next%20_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Complete%20_2023.png");
  }
}
@media screen and (min-width: 768px) {
  .timeline {
    padding: 10px;
  }
  .timeline .item {
    width: 25%;
    float: left;
    text-align: center;
    padding: 50px 10px 10px;
    background-image: none;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Next_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Complete_2023.png");
  }
}
/* End Timeline 4 */
/* Timeline 5 */
#block-timeline .header-subdue {
  font-size: 2.4rem;
  margin-bottom: .25em;
}
.timeline {
  margin: 0 0 1em;
}
.timeline .item5 .header {
  font-size: 1.777rem;
  margin: 0 0 .25rem;
}
.timeline .item5 p {
  font-size: 1.333rem;
  margin: 0 0 .25rem;
}
@media screen and (max-width: 767px) {
  .timeline {
    padding: 10px;
    padding-left: 0;
  }
  .timeline .item5 {
    background-image: none;
    background-position: 5px 0%;
    background-repeat: no-repeat;
    background-size: 40px auto;
    padding: 10px 10px 15px 50px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Next%20_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_V_Complete%20_2023.png");
  }
}
@media screen and (min-width: 768px) {
  .timeline {
    padding: 10px;
  }
  .timeline .item5 {
    width: 20%;
    float: left;
    text-align: center;
    padding: 50px 10px 10px;
    background-image: none;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    background-size: auto 40px;
  }
  .timeline .item-start {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Start_2023.png");
  }
  .timeline .item-next {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Next_2023.png");
  }
  .timeline .item-current {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Current_2023.png");
  }
  .timeline .item-end {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_End_2023.png");
  }
  .timeline .item-complete {
    background-image: url("/sites/g/files/upcbnu4246/files/1ITS%20Website%202023/Graphics/Templates/Graphic_Timeline_H_Complete_2023.png");
  }
}
/* End Timeline 5 */
/* Hero Hover with Overlay */
.HeroItem {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-size: cover !important;
  background-position: 50% !important;
  box-shadow: 8px 8px 10px -4px rgb(21 21 21 / 40%);
}
.HeroItem:before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  position: absolute;
  opacity: .1;
  display: block;
  z-index: 10;
  background-color: #000;
  transition: all .25s ease;
}
.HeroItem:hover:before {
  opacity: .6;
}
.HeroItem .HeroItemTitle {
  max-width: calc(100% - 20px);
  text-transform: uppercase;
  color: #ebebeb;
  position: relative;
  bottom: 0;
  left: 10px;
  font-size: 1em;
  padding: 5px 20px;
  z-index: 10;
  text-shadow: 0 0 10px rgb(21 21 21 / 80%);
  transition: .25s ease;
  display: block;
  margin-top: -63px;
}
.HeroItem .HeroItemTitle:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(21, 21, 21, .8);
  transition: .25s ease-out;
  transition-property: background;
  z-index: -2;
  opacity: .95;
  color: #ebebeb;
}
.HeroItem:hover > p.HeroItemTitle::before {
  background: none;
  transition: .25s ease-out;
}
.HeroItemLink a {
  z-index: 11;
}
.HeroItemLink a {
  border: none;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none;
  z-index: 11;
  background: transparent;
}
@media screen and (max-width: 992px) and (min-width: 1192px) {
  .HeroItem .HeroItemTitle {
    font-size: .9em;
    padding: 5px 11px;
  }
}
.s3-bs-edit {
  box-shadow: 8px 8px 10px -4px rgb(21 21 21 / 40%);
}

/* Accessible Accordions */

 .accordion-content {
	display: none;
	padding: 1em 0 1em 3.15em
}

.accordion-title {
	color:#666;
	position: relative;
	cursor: pointer;
	text-transform: none;
	padding: 16px 0 17px 50px;
  border-top: 1px solid #e9e9e9;
	margin: 0;
	transition: color 0.3s ease-in-out;
	-webkit-transition: color 0.3s ease-in-out
}
.accordion-title:hover {
  color:#242424;
}

.accordion-title:before {
  content: "\f105";
  position: absolute;
  left: 2px;
  top: 12px;
  width: 35px;
  height: 35px;
  font-family: FontAwesome;
  font-weight: bold;
  text-indent: 2px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: #ccc;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.accordion-title.active:before {
	background-color: rgba(0, 0, 0, 1);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	border-color:#000;
	color:#fff;
}
.accordion-title:hover:before {color:#333;border-color:#333;}
.accordion-title.active:hover:before {color:#fff;border-color:#333;}
.accordion .s3-w .accordion-title {
    border: 1px solid #e9e9e9;
}
.s3-w .accordion-title.active {
	border-top: 2px solid #333;
}
.s3-w .accordion-title {border-top:1px solid #e9e9e9}


/* Scrolling stats */
.its-counter h2 {
  color: #782f40;
  font-size: 400%;
}

