@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');

/* #cd0100 - red */
/* #1a3784 - blue */
/*064a75*/

/* Navbar*/

.bg-navbar {
	background-color: #b3b3b4;
	-webkit-box-shadow: 0px 0px 3px 2px rgba(0,0,0,0.7); 
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.7);
}

.nav-link {
  color: #fff !important;
}

.nav-link:hover {
  color: #f00 !important;
}

.nav-link.active {
  color: #fff;
  background-color: #cd0100;
  border-radius: 6px;
}

.nav-link.active:hover {
  color: #dcdcdc !important;
}

.navbar-toggler {
	background-color: #efefef;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 .02rem !important;
}

.nav-item {
	padding-left: 1rem;
	white-space: nowrap; 
}


/* Hero */
.hero  {
    min-height: 600px;
	background-image: url("../imgs/hero-bkg-ice-cove.jpg");
    background-size: cover;
	background-position: bottom center;
}


/* hero on child pages*/
.hero-cp  {
    min-height: 300px;
	background-image: url("../imgs/hero-bkg-amphitheater.jpg");
    background-size: cover;
	background-position: bottom center;
}

.hero-cp .hero-cp-container {
	/*background-color:rgba(255, 255, 255, 0.4);*/
	padding-top: 14vh;
}


.hero-cp .hero-cp-container h1 {
	font-size: 3rem;
	color: rgba(255, 255, 255, 0.8);
	text-shadow: rgba(255,255,255,0.9) 0px 0px 13px;
}

.hero-cp .hero-cp-container img {
	padding: .75rem 0;
}


.dark-background {
    background-color: #646464;
}


/* Red Banner*/
#redSquaresBanner {
	margin-top: -120px;
}


.redSquare {
	background-color: #cd0100;
	padding: 1rem;
	margin: .25rem .13rem .25rem .13rem;
	color: #fff;
	min-height: 240px;
}

.redSquare h5 {
  font-weight: 600;
  text-align: center;
}

.redSquare p {
  text-align: center;
}

.redSquare a {
 color: #ffffff;
}

.redSquare a:hover {
 text-decoration: underline;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	/*font-family: "Noto Serif Display", serif;*/
}

/* Stats section on homepage*/
#hp-stats h2 {
	font-size: 3rem;
}

#hp-stats p {
	color: #999;
}

/* /Stats section on homepage*/


.graybox {
	background-color: #d9d9d9;
	border-radius: 10px;
	padding: 1.5rem;
}


.title-pill {
	font-size: 1.5rem;
	color: #fff;
    background-color: #1a3784;
    border-color: #1a3784;
    border-radius: 50rem !important;
	padding: .25rem 1rem;
	margin-bottom: 1rem;
}


.title-pill-red {
	font-size: 1.5rem;
	color: #fff;
    background-color: #cd0100;
    border-color: #cd0100;
    border-radius: 50rem !important;
	padding: .25rem 1rem;
	margin-bottom: 1rem;
}

.nav-link-category-title-pill {
	font-size: 1.5rem;
	background-color: #999 !important;
	border-color: #cd0100 !important;
    border-radius: 50rem !important;
	padding: .25rem 1rem !important;
}



.nav-link-category-title-pill.active {
	background-color: #cd0100 !important;
}


.nav-link-year-title-pill {
	font-size: 1rem;
	background-color: #999 !important;
	border-color: #cd0100 !important;
    border-radius: 50rem !important;
	padding: .20rem 1rem !important;
}



.nav-link-year-title-pill.active {
	background-color: #333 !important;
}


.min-tab-height {
	min-height: 200px;
}

.tab-content a {
	text-decoration: none;
	color: #1a3784;
}


.tab-content a:hover {
	text-decoration: underline;
	color: #1a3784;
}

#middlename {
    display: none;
    visibility: hidden;
}


ul.media-list {
  list-style-type: none;
  font-size: 1.1rem;
  margin-bottom: 3rem;	
}

ul.media-list li {
  margin-bottom: 30px !important;
}

ul.media-list li a {
  text-decoration: none !important;
}

.media-source {
  font-weight: 600;
  background-color: #e4ebf1;
  border-radius: 6px;
  color: #577bbf;
  padding: 2px 5px;	
}

.media-title {
  text-decoration: underline;
  font-weight: 700;
  color: #163e89;
}

.media-date {
  color: #69798b;
  font-style: italic;
}

.media-release .card-body {
 min-height: 400px;	
}

.in-the-media .card-body {
 min-height: 300px;	
}

.videoGraybox {
	background-color: #efefef;
	border-radius: 5px;
	padding: .5rem;
}

.videoHeader {
	font-weight: 700;
	padding: .5em 0 0 .75em;
	color: #1a3784;
}

.videoLinkBox {
	min-height: 50px;
	background: #efefef;
	border-bottom: 1px solid #1a3784;
	padding: .75em;
}

.videoLinkBox a {
	color: #1a3784;
	text-decoration: none;
}

.videoLinkBox a:hover {
	color: #1a3784;
	text-decoration: underline;
}

.videoLinkBox.active {
	min-height: 50px;
	background: #1a3784;
	color: #fff;
}

.videoLinkBox.active a {
	color: #fff;
	text-decoration: none;
}

.videoLinkBox.active a:hover {
	color: #fff;
	text-decoration: underline;
}


.vspacer-10 {
	height: 10px;
}

.vspacer-50 {
	height: 50px;
}

.vspacer-100 {
	height: 100px;
}

.neg-60-margin-top {
	margin-top:-60px;
}


.carousel a{
	color: #1a3784;
}

.side-nav {
	min-height: 200px;
	background: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, .5) !important;
	color: #064a75;
}

.side-nav a {
	color: #064a75;
	text-decoration: none;
}

.side-nav a:hover {
	text-decoration:underline;
}

.side-nav ul {
  list-style-image: url('../imgs/rtarrow.png');
}

.side-nav li {
	margin: 1rem 0;
}

.card-title-bar {
	cursor: pointer;
}


main a {
    text-decoration: none;
    color: #1a3784;
}

/* Footer */
footer {
	color: #333 !important;
}

footer a {
	color: #333 !important;
}


.bg-footer {
	background-color: #fff;
}

footer p {
	margin: 0;
	padding: .35rem 0;
}


/* PHP Email Form Messages
------------------------------*/
.php-email-form .error-message {
  display: none;
  background: #df1529;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #ffffff;
  background: #059652;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #1a3784;
  border-top-color: #fff;
  animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



/* Bootstrap overrides */

.rounded-4 {
    border-radius: 10px;
}

.rounded-5 {
    border-radius: 46%;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    
    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
      transform: translateX(25%);
    }
    
    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
      transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}


.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #1a3784 !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 5rem !important;
  background-size: 50% 100% !important;	
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 1 !important;
}
/* X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 

	.navbar-nav .nav-link {
		padding-left: 10px !important;
	}
	
	/* Hero */
	.hero  {
		min-height: 300px !important;
	}

}