/* CSS to over ride styles */

/* Header/background color shift for general pages */
.vt-page-path, .vt-page-info {
  background:#F2F0F2;
 }

/* General Page Breadcrumbs */
 .vt-general .vt-breadcrumbs-link {
  color:black !important;
  background-color:transparent !important;
 }

.vt-general .gateway .breadcrumb-slash {
  color:black;
}

/* Article Page Breadcrumbs */
.vt-article .vt-breadcrumbs-link {
  color:black !important;
  background-color:transparent !important;
 }

.vt-article .gateway .breadcrumb-slash {
  color:black;
}

/* Buttons */
 .vt-ctaLink.maroon {
  background:#003C71 !important;
  border:1px solid #003C71 !important;
  min-width:50%;
  padding:.7vw .7vw !important;
}

.vtctalink .vt-ctaLink.light{
  font-weight: 600;
}


/* List Headers */
.vt-list-item-title .vt-list-item-title-link{
  font-weight: bold;
  font-size: 1.2rem;
  color: #003C71;
}


/* Explore Menu */
.vt-subnav-droplist-control {
  background:white !important;
  color:black !important;
  border: 1px solid #CECBCF !important;
 }

.vt-subnav-droplist-control svg {
  color:#003C71;
 }


/* Enlarged list description text (if possible, and only a little bit) */
.vt-list-item-description{
  font-size: 1.1em !important;
}


/* All Heading 2 text in Cadet Blue */
.h2{
  color: #003C71;
}


/* On article pages, change the date text at the top of the pages to black */
.article-content .vt-page-info .vt-page-onTime{
    color: black;
}

.vt-page-title {
  font-weight: 700 !important;
  letter-spacing: .75px;
  color: #000000 !important;
  margin-bottom:0px;
 }

footer .footer-content{
  background-color: #00305A !important;
}
