/*START TESTING STYLES*/

h1 {
  color: #00568d;
}

.nav-apply {
  padding-top: 5px !important;
  margin-bottom: 0px;
}

.nav-apply-item {
  margin-top: 20px;
  margin-bottom: 15px;
}

@media (max-width: 1080px) {
  .nav-apply {
    padding-top: 10px !important;
    margin-bottom: 0px;
  }

  .nav-apply-item {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.stat-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #FFC20E;
  padding: 10px 15px;
}

.stat-large {
  font-size: 8rem;
  line-height: 140px;
  font-weight: 700;
  color: white;
}

.stat-border-right {
  border-right: 2px solid white;
}

.stat-border-left {
  border-left: 2px solid white;
}

.stat-height {
  height: 250px;
}

.stats-sup {
  top: -1.15em;
  font-size: 45px;
}

.icon-white {
  color: #fff;
}

#events {
  background-image: url('https://static.pcci.edu/PCC/Images/Homepage/beach-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.waves-bg {
  background: url('https://static.pcci.edu/PCC/Images/Homepage/small-waves.png'), #00568d;
  background-repeat: repeat;
  background-size: cover;
}


.promo-card {
  /* position: absolute; */
  left: -20%;
  margin-right: 75px;
  box-shadow: 0px 5px 15px 0px #A9A9A9;
  background-color: #ffffff;
}

.homepage-hero {
  background-image: url('https://static.pcci.edu/PCC/Images/hero-images/homepage/2025/2025-header-post-term-2.jpg');
  height: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.homepage-header-logo {
  position: absolute;
  left: 0px;
  bottom: 95px;
  width: 100%;
  text-align: center;
  filter: drop-shadow(0px 0px 3px #000000);
}

.commencement-swoosh {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 105%;
  transform: scaleX(-1);
}

.homepage-header-logo img, .commencement-swoosh img {
  user-drag: none;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

@media (min-width:992px) {
  .homepage-hero {
    background-image: url('https://static.pcci.edu/PCC/Images/hero-images/homepage/2025/2025-header-post-term-1.jpg');
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
  }

  .homepage-header-logo {
    position: absolute;
    bottom: 0px;
    padding: 0px 0px 40px 40px;
    text-align: left;
  }

  .commencement-swoosh {
    position: absolute;
    right: -15px;
    left: revert;
    bottom: 0px;
    width: 80%;
    rotate: 354deg;
    transform: scaleX(-1);
  }

  .homepage-hero .header-text {
    padding: 115px 0px !important;
    color: #00588F;
  }

  .homepage-intro {
    text-align: left;
  }

}

@media (min-width:1096px) {
  .commencement-swoosh {
    position: absolute;
    right: -15px;
    bottom: -20px;
    width: 80%;
    rotate: 354deg;
    transform: scaleX(-1);
  }
}

@media (min-width:1900px) {
  .commencement-swoosh {
    width: 65%;
    bottom: -35px;
  }
}

/***** IF NO LOGO IS PRESENT USE STYLE BELOW *****/
.homepage-hero .header-text {
  padding: 50px 0px 100px 0px !important;
}
/* END STYLE */

/***** IF LOGO IS PRESENT USE STYLE BELOW *****/
/* .homepage-hero .header-text {
  padding: 50px 0px 180px 0px;
} */
/* END STYLE */

#hero-request-btn 

.header-text a.apply {
  font-weight: 600;
  letter-spacing: 1px;
  color: #00568d;
  background-color: #FFC20E;
  border-color: #FFC20E;
}

.header-text a.apply:hover {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: transparent;
  border-color: #FFC20E;
}

.header-text a.request {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.header-text a.request:hover {
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  background-color: #00588F;
  border-color: #00588F;
}

.home-btn {
  padding: .375rem 2.75rem;
  box-shadow: none;
  margin: 10px 15px;
}
@media screen and (min-width:992px) {
  .home-btn {  
    margin: 10px 15px 10px 0px;
  }
}
 @media screen and (max-width:561px) {
  .home-btn.apply {
    margin: 15px 0;
  }
 }
.circle {
  height: 60px;
  width: 60px;
  background-color: #FFC20E;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  /* left: 50%; */
  z-index: 2;
}

/* @media screen and (min-width:992px) {
  .circle {
    left: 47%;
  }
}

@media screen and (min-width:772px) and (max-width:992px) {
  .circle {
    left: 45%;
  }
}

@media screen and (min-width:562px) and (max-width:772px) {
  .circle {
    left: 46%;
  }
}

@media screen and (min-width:415px) and (max-width:560px) {
  .circle {
    left: 44%;
  }
}

@media screen and (min-width:300px) and (max-width:414px) {
  .circle {
    left: 42%;
  }
} */

.home-icon-circle {
  z-index: 1;
  position: absolute;
  /* left: 33%; */
  top: -15%;
  height: 100px;
  width: 100px;
  background-color: #FFC20E;
  border-radius: 50%;
}


@media screen and (min-width:772px) and (max-width:992px) {
  .home-icon-circle {
    left: 26%;
  }
}

@media screen and (min-width:562px) and (max-width:772px) {
  .home-icon-circle {
    left: 40%;
  }
}

@media screen and (min-width:415px) and (max-width:560px) {
  .home-icon-circle {
    left: 39%;
  }
}


.icon-card-header {
  margin-bottom: 35px;
  padding: 0.75rem 1.25rem;
}

.card-icon {
  color: white;
  font-size: 50px;
  margin-top: 20px
}

.visit-card {
  margin-top: 20px;
  height: 280px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media screen and (max-width:991px) {
  .visit-card {
    margin-top: 0px;
    height: 380px;
  }
}

.sub-text {
  font-weight: 200;
  font-size: 1.25rem;
}

.promo-news {
  margin-top: 40px;
}

.promo-content,
.news-container {
  padding: 0px;
  border-bottom: none;
}

.promo-content *:last-child {
  margin-bottom: 0;
}

.promo-news-footer {
  padding: 25px;
}

.promo-news .news-wrapper,
.promo-news .promo-container {
  padding: 0;
}

.promo-news .news-wrapper {
  padding-bottom: 20px;
}

.promo-news .news-wrapper:last-of-type {
  padding: 0;
}

.news-content {
  padding-top: .75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.news-container .news-content .news-title {
  font-size: 1.15rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #00568d;
}

.news-container .news-content .news-category {
  display: block;
  font-size: .65rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #A4A4A4;
}

.news-container .news-content .news-more {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
  margin-top: 5px;
  color: #212529;
  font-weight: 100;
}



.events-bg {
  background-image: url('//static.pcci.edu/PCC/Images/Homepage/large-waves.png'), linear-gradient(to bottom, #f4f4f4 5%, #f4f4f4 25%, #00568d 25%);
  background-repeat: repeat-x;
  background-position: bottom;

}

.article-card {
  margin-bottom: 50px;
}

.news-card {
  border-top: 6px solid #FFC20E;
  min-height: 200px;
}

.photo-link {
  padding-top: 20px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.news-articles .article-card:first-of-type .news-card {
  border-top: 0px;
}

.news-articles .article-card:first-of-type {
  min-width: 100% !important;
  margin-top: 0px;
}

.news-articles .article-card:first-of-type .featured-news:before {
  content: "Featured News";
  display: inline-block;
  height: auto;
  padding: 5px 30px;
  margin: 20px 20px 0px;
  background: #FFC20E;
  color: #fff;
  font-weight: bold;
}

.news-articles .article-card .photo-link {
  display: none !important;
}

.news-articles .article-card:first-of-type .photo-link {
  display: block !important;
}


.news-articles .article-card:first-of-type .photo-link:hover~.news-content .news-more {
  text-decoration: underline;
}

.next-steps-arrow {
  position: absolute;
  font-size: 15rem;
  color: #CFCFCF;
  left: -50px;
  top: -120px;
}

.snapwidget-widget {
  width: 100%;
  border: none;
  overflow: hidden;
  background: transparent;
}

.arrow {
  position: absolute;
  top: 8px;
  left: 18px;
  text-align: center;
  margin: 8% 0;
  color: white;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-05px);
  }
}

@media screen and (max-width: 767px) {
  .stat-border-right {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .stat-border-left {
    border: none;
    margin: 0px;
    padding: 0px;
  }

  .promo-card {
    /* position: relative; */
    left: 0;
    margin-right: 0px;
  }

  .next-steps-arrow {
  transform: rotate(90deg);
    font-size: 8rem;
    left: 50%;
    top: -137px;
    right: 50%;
  }

  .next-steps {
    position: relative;
    z-index: 1;
    padding-top: 45px;
    padding-bottom: 20px;
    text-align: center;
  }

  .visit-card {
    margin-top: 40px;
    height: 250px;
  }
}

@media screen and (max-width: 1026px) {
  .down-arrow {
    display: none;
  }
}

a.left-hover-link {
  position: relative;
  color: #00568d;
  text-decoration: none;
}

a.left-hover-link:hover {
  color: #00568d;
}

a.left-hover-link::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #FFC20E;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}

a.left-hover-link:hover::before {
  transform: scaleX(1);
}

/*END TESTING STYLES*/