.blue {
  color: #15637D;
}

.red {
  color: #660B18;
}

.white {
  color: white !important;
}

.yellow {
  color: #ECC65F;
}

.blue-bg {
  background-color: #15637D;
  color: white;
}
.blue-bg b {
  color: white;
}

.yellow-bg {
  background-color: #ECC65F;
  color: black;
}
.yellow-bg b {
  color: black;
}

.red-bg {
  background-color: #660B18;
  color: white;
}
.red-bg b {
  color: white;
}

.light-yellow-bg {
  background-color: #fdfaf0;
}

body {
  font-family: nobel, sans-serif;
  letter-spacing: 1px;
  font-weight: 200;
}

li {
  font-size: 17px;
}

p {
  font-size: 19px;
}

h1, h2, h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-family: questa-slab, serif;
}

h2 {
  font-size: 1.6em;
  margin-bottom: 20px;
  color: #15637D;
}

h1 {
  font-size: 2em;
  text-align: center;
  color: #15637D;
}

h3 {
  font-size: 1.2em;
}

a {
  color: #660B18;
  font-weight: 700;
}
a:hover {
  text-decoration: none;
  color: #15637D;
}

label a {
  color: black;
  font-weight: 700;
  background-color: #fff47a;
  text-decoration: underline;
}
label a:hover {
  text-decoration: none;
  color: #660B18;
  text-decoration: underline;
}

b {
  font-weight: 700;
  color: #660B18;
}

#staff-directory h2 {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*  #announcements {
     h2 {
         //text-transform: none;
         font-weight: 700;
         font-size: 1.3em;
     }
 } */
#events p {
  color: white;
}
#events small {
  font-weight: 200 !important;
  color: white !important;
  font-size: 1rem;
}
#events .badge-light {
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-size: 0.9em;
  font-weight: 700;
}

.big {
  font-size: 2em;
}

.mobile-show {
  display: none;
}

.mobile-gone {
  display: block;
}

@media (max-width: 1199px) {
  .mobile-gone {
    display: none;
  }

  .mobile-show {
    display: block;
  }
}
.main-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.burst {
  background-image: url("../images/burst-bg.png");
  background-size: cover;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.gradient-bg {
  background-image: url("../images/gradient-bg.png");
  background-size: cover;
}
.gradient-bg a {
  color: white;
}
.gradient-bg h1 {
  color: #ECC65F;
}

.header {
  background-size: cover;
  background-position: bottom right;
  height: 250px;
  background-image: url("../images/header.jpg");
}
.header h1 {
  padding-top: 115px;
  color: white;
}

@media (max-width: 560px) {
  .header h1 {
    padding-top: 75px;
  }
}
@media (min-width: 1200px) {
  .header {
    margin-top: 134px;
  }
}
.circle-grid p {
  font-weight: 600;
}

.circle {
  border-radius: 50%;
}

.p-nm {
  margin: 0;
}

.np {
  padding: 0;
}

.calendar {
  width: 100%;
  height: fit-content;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.calendar p {
  margin-bottom: 0;
}

.cal-card {
  border: #ccc 1px solid;
  border-radius: 10px;
}

.hero-vid {
  height: 400px;
}

/* Default to hide the video on all devices */
#video {
  display: none;
}

/* Default to display the image on all devices */
#videosubstitute {
  display: block;
  width: auto;
  height: 100%;
}

html, body {
  height: 100%;
  margin: 0;
}

#fullScreenDiv {
  width: 100%;
  /* Set the height to match that of the viewport. */
  width: auto;
  padding: 0 !important;
  margin: 0 !important;
  background-color: gray;
  position: relative;
}
#fullScreenDiv .overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background-color: #660b18;
  background-image: linear-gradient(135deg, #660b18 12%, #15637d 69%, #ecc65f 100%);
  opacity: 0.7;
}
#fullScreenDiv .overlay-dots {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  background-image: url("../images/overlay.png");
  opacity: 0.9;
}

@media (min-width: 1200px) {
  .p-134 {
    margin-top: 134px;
  }
}
#video {
  width: 100%;
  height: auto;
  object-fit: cover;
  left: 0px;
  top: 0px;
  z-index: 1;
}

@media (min-aspect-ratio: 16/9) {
  #video {
    height: 150%;
    top: -100%;
  }

  #videosubstitute {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  #video {
    width: 100%;
    left: -100%;
  }

  #videosubstitute {
    display: block;
    width: auto;
    height: 100%;
  }
}
/*if there is 992  pixels or more, then display the video but hide the image*/
@media only screen and (min-width: 1199px) {
  #video {
    display: block;
  }

  #videosubstitute {
    display: none;
  }
}
/* The container for our text and stuff */
#messageBox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 70%;
  z-index: 3;
}

/* Default hide the video on all devices */
#video {
  display: none;
}

/* Default display the image to replace the video on all devices */
#videosubstitute {
  display: block;
  width: 100%;
  height: auto;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1199px) {
  #video {
    display: block;
  }

  #videosubstitute {
    display: none;
  }
}
#testimonials img {
  width: 120px;
  border: 7px #15637D solid;
}

#contact-info b {
  color: #15637D;
}
#contact-info p {
  font-size: 1em;
}
#contact-info h3 {
  color: #660B18;
}

#footer {
  background-color: black;
  color: white;
  padding: 50px;
}
#footer b {
  color: white;
}
#footer p {
  margin: 0;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: #ECC65F;
}

#digital-journal h3 {
  color: white;
  text-transform: uppercase;
  font-family: nobel, sans-serif;
  font-size: 1em;
}

#latest-1 {
  background: url("../images/plc/sdi.png") rgba(0, 0, 0, 0.7);
}

#latest-2 {
  background: url("../images/plc/virtual-teacher.png") rgba(0, 0, 0, 0.7);
}

#latest-3 {
  background: url("../images/plc/udl.png") rgba(0, 0, 0, 0.7);
}

#latest-4 {
  background: url("../images/plc/womenwholead.png") rgba(0, 0, 0, 0.7);
}

#latest-1, #latest-2, #latest-3, #latest-4 {
  height: 300px;
  background-size: cover;
  background-blend-mode: multiply;
}

.journal h3.card-title {
  text-transform: none;
  color: black;
}

.job-fairs .list-group-item {
  border-color: white;
}

.navbar {
  background-color: black;
}

.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  font-weight: 400;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #ECC65F !important;
}

.dropdown-menu {
  background-color: black;
  border: 0;
}
.dropdown-menu .dropdown-item {
  color: #ECC65F;
  font-weight: 600;
  letter-spacing: 1px;
}
.dropdown-menu .dropdown-item:hover {
  background-color: black;
  color: #15637D;
}

.upbar {
  background-color: #15637D;
  padding-top: 0;
  color: white;
}
.upbar a {
  color: #ECC65F;
}
.upbar a:hover {
  color: white;
}
.upbar .candidatelogin {
  text-align: right;
  padding-top: 23px;
}

label {
  color: #660B18;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: 700;
}

.red-bg .form-control {
  background-color: #660B18;
  border: 0;
  border-bottom: 4px solid #ECC65F;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 10px;
  color: white;
}
.red-bg .form-control:focus {
  background-color: #660B18;
  border-color: #15637D;
  color: white;
}

.form-control {
  background-color: white;
  border: 0;
  border-bottom: 4px solid #ECC65F;
  border-radius: 0;
  line-height: 2em;
  margin-bottom: 10px;
  color: black;
  font-size: 1.1em;
}
.form-control:focus {
  background-color: white;
  border-color: #660B18;
  color: black;
}

/*     input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus{
        height: 30px !important;
        font-size: 15px;
        padding: 3px !important;
        margin: 0 !important;
    }

    .searchform {
        padding-top: 5px;
        .btn-secondary {
            height: 30px;
            padding-top: 3px;
        }

        .form-control {
            border-bottom: none;
        }
    } */
/* .cse .gsc-control-cse, .gsc-control-cse {
    padding-top: 5px !important;
    padding-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
    height: 30px;

}

td.gsc-search-button {
    padding-top: 13px !important;
} */
#pdreg #errors {
  color: red;
  font-weight: 700;
}

#errors {
  color: red;
  font-weight: 700;
}

.form-check-label {
  color: #15637D;
  text-transform: none;
}

.btn {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  padding: 10px 20px;
}

.btn-primary {
  background-color: #15637D;
  color: white;
  border: #15637D;
}
.btn-primary:hover {
  background: #ECC65F;
  color: black;
  border: #ECC65F;
}
.btn-primary:active {
  background: #ECC65F;
  color: black;
  border: #ECC65F;
}

.btn-outline-primary {
  background-color: white;
  color: #15637D;
  border: 1px solid #15637D;
}
.btn-outline-primary:hover {
  background: white;
  color: black;
  border: 1px solid #ECC65F;
}
.btn-outline-primary:active {
  background: white;
  color: black;
  border: 1px solid #ECC65F;
}

.arrow-slide {
  height: 50px;
  width: 50px;
}

.nav-pills .nav-link {
  border: 1px solid;
  margin-right: 10px;
  margin-bottom: 10px;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #ECC65F;
  color: black;
  border-color: #ECC65F;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  color: black;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000000' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  color: black;
}

.accordion h3 {
  padding: 0;
  margin: 0 !important;
}

/*# sourceMappingURL=styles.css.map */


