@charset "UTF-8";

@import "/local_assets/www.marcomm.edm.vt.edu/units/oua/modifyGlobalTemplate.css";

/* @media screen and (max-width: 767px) {
  .vt-edu-home .vt-one-preHeader {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
} */

.vt-150-wrapper {
  left: 15px;
  border: none!important;
  padding-left: 0!important;
}

@media screen and (min-width: 768px) {
  .vt-150-wrapper {
    left: 50px;
    padding-left: 0!important;
  }
}

/* REPLACE LOGO LOCKUP ON VT.EDU */
#vt_logo .vt-logo-image,
#vt_logo .vt-logo-divider,
.vt-wordMark {
  display: none;
}

#vt_logo .vt-logo-text {
  position: absolute;
  width: 1px;
  height: 1px;
  text-indent: 100vw;
  overflow: hidden;
}

#vt_logo .vt-logo-image.vt-show {
  display: block;
}

/* HIDE SITE IDENTIFICATION BREADCRUMBS ON VT.EDU INDEX.HTML PAGE */
.vt-edu-home .vt-page-path { /* vt-edu-home is a page body class on index.html */
  display: none;
}

/* HIDE PARENT ORG LIST IN MAIN NAV */
.vt-parent-org {
  display: none;
}

/* remove top margin from body on home page */
.vt-edu-home #vt_no_rb {
  margin-top: 0;
}

/* fix container spacing on home page */
.vt-edu-home #vt_no_rb div[class$="-body"] > .vt-bodycol-content > .vtcontainer {
  margin: 0;
}


/************************************** BEGIN BREADCRUMB CUSTOM STYLES FOR VT.EDU -- commented 02/20/2020 */
/*
.gateway .vt-breadcrumbs-item:first-of-type {
  margin-top: 0.75em;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:first-of-type {
    margin-top: 0;
  }
}

.gateway .vt-breadcrumbs-item:first-of-type .vt-breadcrumbs-link {
  display: none;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:first-of-type .vt-breadcrumbs-link {
    display: inline-block;
    font-weight: 400;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:first-of-type .breadcrumb-slash {
    display: inline-block;
  }
}

.gateway .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
  display: inline-block;
  font-weight: 600;
  line-height: 2;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .gateway .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
    display: inline-block;
    padding: 4px 6px;
    background-color: rgba(51, 51, 51, 0.3);
    line-height: 1;
    margin-top: 0;
  }
}

.gateway .vt-breadcrumbs-item:last-of-type .breadcrumb-slash {
  display: none;
}

#vt_navtrail.open .breadcrumb-slash {
  display: inline-block;
  color: #861f41;
  margin-left: 0.5em;
}

#vt_navtrail.open .vt-breadcrumbs-item .vt-breadcrumbs-link {
  display: inline-block;
}

#vt_navtrail.open .vt-breadcrumbs-item:first-of-type {
  margin-bottom: 0.5em;
}

#vt_navtrail.open .vt-breadcrumbs-item:first-of-type .breadcrumb-slash {
  display: inline-block;
}

#vt_navtrail.open .vt-breadcrumbs-item:last-of-type .vt-breadcrumbs-link {
  padding: 4px 6px;
  color: black;
  background-color: #e5e1e6;
}

#vt_navtrail.open .vt-breadcrumbs-item:last-of-type .breadcrumb-slash {
  display: none;
} */

/************************************** END BREADCRUMB CUSTOM STYLES FOR VT.EDU */
