@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css");
.vsoe .swiper-container.story-slider h3:hover,
.vsoe .swiper-container.story-slider a h3:hover {
  transition: all 0.4s ease-in-out;
}

.no-search-results, body.search.search-results.vsoe .search-container, .vsoe #searchResults, #viterbi-faculty nav ul.sub-menu {
  box-shadow: 0 0 5px #777777;
}

body.vsoe {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
}

h1,
.h1,
.vsoe .x-text h1.x-text-content-text-primary {
  font-size: 60px;
  font-size: 5vw;
}
@media (max-width: 420px) {
  h1,
.h1,
.vsoe .x-text h1.x-text-content-text-primary {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  h1,
.h1,
.vsoe .x-text h1.x-text-content-text-primary {
    font-size: 60px;
  }
}

h2,
.h2,
.vsoe .x-text h2.x-text-content-text-primary {
  font-size: 46px;
  font-size: 3.83vw;
}
@media (max-width: 548.3028720627px) {
  h2,
.h2,
.vsoe .x-text h2.x-text-content-text-primary {
    font-size: 21px;
  }
}
@media (min-width: 1201.044386423px) {
  h2,
.h2,
.vsoe .x-text h2.x-text-content-text-primary {
    font-size: 46px;
  }
}

h3,
.h3,
.vsoe .x-text h3.x-text-content-text-primary {
  font-size: 36.56px;
  font-size: 3.08vw;
}
@media (max-width: 616.8831168831px) {
  h3,
.h3,
.vsoe .x-text h3.x-text-content-text-primary {
    font-size: 19px;
  }
}
@media (min-width: 1187.012987013px) {
  h3,
.h3,
.vsoe .x-text h3.x-text-content-text-primary {
    font-size: 36.56px;
  }
}

h4,
.h4,
.vsoe .x-text h4.x-text-content-text-primary {
  font-size: 27.424px;
  font-size: 2.29vw;
}
@media (max-width: 786.0262008734px) {
  h4,
.h4,
.vsoe .x-text h4.x-text-content-text-primary {
    font-size: 18px;
  }
}
@media (min-width: 1197.5545851528px) {
  h4,
.h4,
.vsoe .x-text h4.x-text-content-text-primary {
    font-size: 27.424px;
  }
}

h5,
.h5,
.vsoe .x-text h5.x-text-content-text-primary {
  font-size: 24px;
  font-size: 2vw;
}
@media (max-width: 800px) {
  h5,
.h5,
.vsoe .x-text h5.x-text-content-text-primary {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  h5,
.h5,
.vsoe .x-text h5.x-text-content-text-primary {
    font-size: 24px;
  }
}

h6,
.h6,
.vsoe .x-text h6.x-text-content-text-primary {
  font-size: 16px;
  font-size: 1.33vw;
}
@media (max-width: 1203.007518797px) {
  h6,
.h6,
.vsoe .x-text h6.x-text-content-text-primary {
    font-size: 16px;
  }
}
@media (min-width: 1203.007518797px) {
  h6,
.h6,
.vsoe .x-text h6.x-text-content-text-primary {
    font-size: 16px;
  }
}

.vsoe h1,
.vsoe .h1,
.vsoe h2,
.vsoe .h2,
.vsoe h3,
.vsoe .h3,
.vsoe h4,
.vsoe .h4,
.vsoe h5,
.vsoe .h5,
.vsoe h6,
.vsoe .h6,
.vsoe .vsoe .x-text h1.x-text-content-text-primary,
.vsoe .vsoe .x-text h2.x-text-content-text-primary,
.vsoe .vsoe .x-text h3.x-text-content-text-primary,
.vsoe .vsoe .x-text h4.x-text-content-text-primary,
.vsoe .vsoe .x-text h5.x-text-content-text-primary,
.vsoe .vsoe .x-text h6.x-text-content-text-primary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin-top: 0 !important;
  font-weight: bold !important;
  letter-spacing: normal !important;
}
.vsoe .x-main ol {
  counter-reset: count;
  margin: 15px 0 15px 20px;
  padding: 0;
  list-style: none;
}
.vsoe .x-main ol::last-child {
  margin-bottom: 0;
}
.vsoe .x-main ol > li {
  counter-increment: count;
  position: relative;
  padding-left: 30px;
  line-height: 1.6;
}
.vsoe .x-main ol > li::not(::last-child) {
  margin-bottom: 10px;
}
.vsoe .x-main ol > li::before {
  position: absolute;
  top: 3px;
  left: 0;
  width: 22px;
  height: 18px;
  line-height: 1.6;
  text-align: center;
  content: counter(count);
  font-size: 10px;
  background: #990000;
  color: #fff;
}
.vsoe .x-main ul:not(.mainul) {
  list-style: none;
  margin: 15px 0 15px 20px;
}
.vsoe .x-main ul:not(.mainul)::last-child {
  margin-bottom: 0;
}
.vsoe .x-main ul > li {
  position: relative;
  padding-left: 15px;
  line-height: 1.6;
}
.vsoe .x-main ul > li::not(:last-child) {
  margin-bottom: 5px;
}
.vsoe .x-main ul > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 8.5px;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  line-height: 1.6;
  background-color: #990000;
}
.vsoe .x-main .x-tabs-list > ul,
.vsoe .x-main .gform_body > ul,
.vsoe .x-main .widget_rss > ul {
  margin: 0;
  padding: 0;
}
.vsoe .x-main .x-tabs-list > ul > li,
.vsoe .x-main .gform_body > ul > li,
.vsoe .x-main .widget_rss > ul > li {
  padding-left: 0;
}
.vsoe .x-main .x-tabs-list > ul > li::before,
.vsoe .x-main .gform_body > ul > li::before,
.vsoe .x-main .widget_rss > ul > li::before {
  display: none;
}
.vsoe .x-main ul.x-menu {
  list-style: none;
  margin: 15px 0;
}
.vsoe .x-main ul.x-menu > li::before {
  display: none;
}

/*h1 {
    margin-top: 0;
}*/
.archive .x-root .site {
  display: block;
}

.entry-wrap,
.content,
.cs-content,
.x-section,
.bg-image {
  clear: both;
  display: block;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  /*margin: 0 auto;
  padding: 0;*/
  content: "";
}
.entry-wrap:before, .entry-wrap:after,
.content:before,
.content:after,
.cs-content:before,
.cs-content:after,
.x-section:before,
.x-section:after,
.bg-image:before,
.bg-image:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

@media screen and (max-width: 867px) {
  #top.site {
    position: relative;
    z-index: 0 !important;
  }
}

/*.x-section {
  padding: 3% 0 !important;
  margin-bottom: 2% !important;

  &:last-child,
  &:last-of-type {
    margin-bottom: 0 !important;
  }
}

.x-column {
  @media screen and (max-width: 767px) {
    padding: 3% !important;
  }
}

.marginless-columns .x-column {
  @media screen and (max-width: 767px) {
    padding: 0 !important;
  }
}

#x-section-1.x-section {
  margin-bottom: 0 !important;
}*/
#x-section-1.x-section.bg-image {
  /*.page-viterbi-at-a-glance & {
    margin-bottom: 0 !important;
  }*/
  /* div.x-column.x-sm.x-1-1 {
     padding: 0 0 3% !important;
   }*/
  /*  h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      clear: both !important;
      float: none !important;
      display: block !important;
      position: relative !important;
      width: 88%;
      margin-left: auto !important;
      margin-right: auto !important;
    }

    h1 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
    }

    h2,
    h3 {
      margin-top: 7px !important;
      margin-bottom: 0 !important;
    }*/
}
#x-section-1.x-section.bg-image .width {
  width: 100% !important;
}
#x-section-1.x-section.bg-image .x-container.marginless-columns {
  padding: 0 !important;
}

.x-main.full {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100% !important;
  max-width: 1220px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.x-main.full:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

@media screen and (max-width: 767px) {
  .x-container.width {
    width: 100% !important;
  }
}

@media screen and (max-width: 979px) {
  .x-main.full,
.x-main.left,
.x-main.right,
.x-sidebar.left,
.x-sidebar.right {
    float: none;
    display: block;
    width: 100% !important;
  }
}
.vsoe-social {
  float: right;
}
.vsoe-social ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vsoe-social ul li {
  display: inline-block;
  margin: 10px 0px 0px 0px;
  padding: 0;
  width: 29px;
  min-width: 29px;
  height: 29px;
  text-align: center;
}
.vsoe-social ul li a {
  display: block;
  position: relative;
  width: 29px;
  height: 29px;
  transition: all 0.4s ease-in-out;
}
.vsoe-social ul li a:hover {
  background-color: #990000;
  color: white;
}

.hovertip {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 5px;
  border-radius: 4px;
  font-size: 10px;
  line-height: 11px;
  text-align: center;
}

footer.x-colophon.top {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.x-colophon.bottom {
  padding: 0.5em;
  margin: 0 auto;
}

.vsoe footer.x-colophon.top,
.blog.vsoe footer.x-colophon.top,
.blog footer.x-colophon.top,
.home.vsoe footer.x-colophon.top,
.error404 footer.x-colophon.top,
.search-results footer.x-colophon.top {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-color: black;
  font-size: 16px;
  color: #cccccc;
  padding: 3% 0;
}

.vsoe footer.x-colophon.top, footer.x-colophon.top h4.h-widget {
  color: white;
}

.vsoe footer.x-colophon.top,
.blog.vsoe footer.x-colophon.top,
.blog footer.x-colophon.top,
.home.vsoe footer.x-colophon.top,
.error404 footer.x-colophon.top,
.search-results footer.x-colophon.top .vsoe footer.x-colophon.top ul,
.widget_text .textwidget ul.display-posts-listing li:last-child,
.vsoe footer.x-colophon.top li,
.vsoe footer.x-colophon.top ul li a,
.blog.vsoe footer.x-colophon.top li a,
.blog footer.x-colophon.top li a, .home.vsoe footer.x-colophon.top li a,
.error404 footer.x-colophon.top li a,
.search-results footer.x-colophon.top li a {
  border-color: transparent;
  font-size: 14px;
}

.vsoe footer.x-colophon.top i.x-icon {
  font-size: 18px !important;
}

/*footer widget contact form margin*/
#text-5.widget.widget_text {
  margin-top: 10px;
}

/*remove footer icon highlight*/
.widget_nav_menu .current-menu-item > a:after {
  display: none;
}

.x-colophon.bottom a,
.vsoe footer.x-colophon.top a,
.vsoe footer.x-colophon.top ul li a,
.blog.vsoe footer.x-colophon.top li a,
.blog footer.x-colophon.top li a,
.home.vsoe footer.x-colophon.top li a,
.error404 footer.x-colophon.top li a,
.search-results footer.x-colophon.top li a {
  color: #cccccc;
}

.x-colophon.bottom .x-colophon-content {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  margin: 10px 0;
}

.x-colophon.bottom a:hover,
.vsoe footer.x-colophon.top a:hover i,
.vsoe footer.x-colophon.top ul li a:hover,
.blog.vsoe footer.x-colophon.top li a:hover,
.blog footer.x-colophon.top li a:hover,
.home.vsoe footer.x-colophon.top li a:hover,
.error404 footer.x-colophon.top li a:hover,
.search-results footer.x-colophon.top li a:hover {
  color: #ffcc00;
}

body.vsoe .x-colophon.top {
  margin-top: 0 !important;
}

footer.x-colophon.top {
  margin-top: 2% !important;
  padding: 3% 0 !important;
}
footer.x-colophon.top h4.h-widget {
  font-size: 18px !important;
}
footer.x-colophon.top .x-column:last-child .x-btn {
  display: inline-block;
  position: relative;
  width: 47.5%;
  padding: 7px 20px !important;
}
footer.x-colophon.top .x-column:last-child .x-btn .pull-left {
  float: left;
}
footer.x-colophon.top .x-column:last-child .x-btn .pull-right {
  float: right;
}
@media screen and (max-width: 414px) {
  footer.x-colophon.top .x-column:last-child .x-btn {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  footer.x-colophon.top .x-column:last-child .x-btn:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}

@media screen and (max-width: 979px) {
  .x-colophon.top {
    text-align: center;
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .x-colophon.top .x-icon {
    font-size: 20px !important;
    text-align: center;
  }
  .x-colophon.top .x-container.width {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.widget_text .textwidget ul.display-posts-listing {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget_text .textwidget ul.display-posts-listing li {
  border-top: 1px solid #f2f2f2;
  border-bottom: 0;
  padding: 0;
  line-height: 1.5;
}
.widget_text .textwidget ul.display-posts-listing li:last-child {
  border-bottom: 1px solid #f2f2f2;
}
.widget_text .textwidget ul.display-posts-listing li a {
  display: inline-block;
  margin: 0.65em 0;
}

.vsoe-social {
  margin-top: 20px !important;
}

.error404 .x-landmark-breadcrumbs-wrap,
.error404 header.x-header-landmark {
  display: none;
}
.error404 .x-container.max.width.offset {
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
.error404 .wrap.outer {
  background-image: url("./assets/images/404_bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.error404 .wrap.inner {
  max-width: 1200px;
  margin: 0 auto;
}
.error404 .left-col,
.error404 .right-col {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}
.error404 .left-col {
  width: 20%;
  float: left;
}
.error404 .left-col ul {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  list-style-type: none;
  background: #fff;
  font-size: 14px;
}
.error404 .left-col ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.error404 .left-col ul li {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.error404 .left-col ul li:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.error404 .left-col ul li a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
  padding: 5px 10px;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.error404 .left-col ul li a:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.error404 .left-col ul li a:hover {
  background: #990000;
  color: #fff;
}
.error404 .right-col {
  width: calc(80% - 30px);
  float: right;
  color: #fff;
}
.error404 .right-col h1 {
  width: auto;
  float: left;
  margin: 0 auto;
  padding: 10px 20px;
  background: #990000;
  color: #fff;
}
.error404 .right-col h1:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.error404 .right-col h2 {
  clear: left;
  width: auto;
  float: left;
  margin: 0 auto 30px;
  padding: 10px 20px;
  background: #000;
  color: #fff;
}
.error404 .right-col h4 {
  clear: left;
  color: #fff;
}
.error404 .right-col p {
  margin-bottom: 10px;
}
.error404 .right-col a {
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  font-weight: lighter;
}
.error404 .right-col a:hover {
  background: #990000;
}
.error404 .right-col li a {
  padding: 0;
  border: none;
}
.error404 .right-col li a:hover {
  background: inherit;
  color: #cccccc;
}

.page-template-page-search form {
  clear: both;
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.page-template-page-search .field-wrap {
  display: inline-block;
  float: left;
  text-align: center;
}
.page-template-page-search input[type=radio],
.page-template-page-search label {
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.search-page-header-wrap {
  text-align: center;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-bottom: 30px;
  padding: 30px 30px 60px;
  background: url("https://viterbischool.usc.edu/wp-content/uploads/2016/12/ComputerLab.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
.search-page-header-wrap:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-header-wrap .search-page-header-wrap-inner {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 1200px;
}
.search-page-header-wrap .search-page-header-wrap-inner:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-header-wrap #searchButton {
  margin-top: -10px;
}

.search-page-results-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 1200px;
  padding: 0 15px;
}
.search-page-results-wrap:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-results-wrap h4,
.search-page-results-wrap .topnav,
.search-page-results-wrap .bottomnav {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
}
.search-page-results-wrap h4:after,
.search-page-results-wrap .topnav:after,
.search-page-results-wrap .bottomnav:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-results-wrap h4 a,
.search-page-results-wrap .topnav a,
.search-page-results-wrap .bottomnav a {
  margin: 0 5px;
}
.search-page-results-wrap .topnav,
.search-page-results-wrap .bottomnav {
  color: #fff;
  background: #990000;
  margin: 30px auto;
  padding: 10px;
}
.search-page-results-wrap .topnav a,
.search-page-results-wrap .bottomnav a {
  color: #fff;
}
.search-page-results-wrap .topnav a:hover,
.search-page-results-wrap .bottomnav a:hover {
  color: #cccccc;
  text-decoration: underline;
}
.search-page-results-wrap .topnav:before {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  content: "Search Results";
}
.search-page-results-wrap span.previousnext {
  margin-right: 15px;
}
.search-page-results-wrap ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.search-page-results-wrap ul li {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.search-page-results-wrap ul li:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-results-wrap ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.search-page-results-wrap ul li img {
  float: left;
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 100px;
  margin-right: 20px;
}
.search-page-results-wrap ul p {
  margin-bottom: 0;
}
.search-page-results-wrap ul a.title {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.search-page-results-wrap ul a.title:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.search-page-results-wrap ul br {
  display: none;
}

.mag {
  transition: 0.25s all ease-in-out !important;
}

.mag:hover {
  transition: 0.25s all ease-in-out !important;
  transform: scale(0.98) !important;
}

/*button hovers*/
.grow {
  transition: all 0.3s ease-in-out;
}

.grow:hover {
  transform: scale(0.7);
}

.dropshadow {
  text-shadow: 0.05em 0.05em 0.1em black;
}

.x-feature-box-graphic i {
  height: 0.4em;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content h4.h-custom-headline {
  padding-top: 0 !important;
}

.page.home.vsoe .ilightbox-loader {
  display: none;
}

.page.home.vsoe .ilightbox-toolbar.light {
  top: 5% !important;
  left: 90% !important;
  background: none;
  border: none;
}

.page.home.vsoe .ilightbox-toolbar.light a.ilightbox-close:before {
  font-size: 48px;
  color: #ffffff;
}

.page.home.vsoe .ilightbox-toolbar.light a.ilightbox-close:hover:before {
  color: #990000;
}

.page.home.vsoe .ilightbox-fullscreen {
  display: none !important;
}

.page.home.vsoe .ilightbox-holder.light {
  border: 0px !important;
  padding: 0px !important;
  background: transparent !important;
  display: block !important;
  top: 20% !important;
  left: calc(50% - 375px) !important;
}

@media (max-width: 768px) {
  .page.home.vsoe .ilightbox-holder.light {
    position: fixed !important;
    display: block !important;
    left: auto !important;
    right: auto !important;
    top: 20%;
  }
}
.page.home.vsoe .ilightbox-holder div.ilightbox-container {
  max-width: 750px;
  max-height: 422px;
}

.page.home.vsoe .my-image .ilightbox-holder div.ilightbox-container {
  max-width: 1200px;
  max-height: auto;
}

.page.home.vsoe .ilightbox-overlay.light {
  background: rgba(0, 0, 0, 0.85);
}

.page.home.vsoe .mag {
  transition: 0.25s all ease-in-out !important;
}

.page.home.vsoe .mag:hover {
  transition: 0.25s all ease-in-out !important;
  transform: scale(0.98) !important;
}

.page.home.vsoe .grow {
  transition: all 0.3s ease-in-out;
}

.page.home.vsoe .grow:hover {
  transform: scale(0.7);
}

.page.home.vsoe .dropshadow {
  text-shadow: 0.05em 0.05em 0.1em black;
}

.page.home.vsoe .x-feature-box-graphic i {
  height: 0.4em;
}

.page.home.vsoe .x-raw-content.square-video-wrap {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding-top: 100%;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .overlay {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
  opacity: 1;
  content: "";
  z-index: 1;
  transition: opacity 0.4s ease-in-out;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .overlay:hover {
  opacity: 0;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: none;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content {
  display: block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 3% !important;
  z-index: 3;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content h4 {
  position: relative;
  z-index: 7;
  margin-top: 0;
}

.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content i {
  position: relative;
  z-index: 7;
  font-size: 3vw !important;
}

@media screen and (max-width: 767px) {
  .page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content i {
    font-size: 9vw !important;
  }
}
.page.home.vsoe .x-raw-content.square-video-wrap .square-video .content-wrap .content p {
  position: relative;
  z-index: 7;
  color: #fff;
  text-shadow: 1px 1px #000;
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 18px;
}

.page.home.vsoe #home-video-box {
  overflow: hidden;
}

.page.home.vsoe #home-video-box:before {
  content: "";
  float: left;
  padding-bottom: 74.1319444444%;
}

.page.home.vsoe #home-video-box:after {
  content: "";
  display: table;
  clear: both;
}

.page.home.vsoe .librarybg {
  background: url("https://viterbischool.usc.edu/wp-content/uploads/2017/10/Scott_Fraser_600x600.jpg") no-repeat;
  background-size: cover;
}

.page.home.vsoe .engineeringbg {
  background: url("https://viterbischool.usc.edu/wp-content/uploads/2016/10/Engineering.jpg") no-repeat;
  background-size: cover;
}

.page.home.vsoe .scilicon {
  background: url("https://viterbischool.usc.edu/wp-content/uploads/2016/10/SCilicon-Beach.jpg") no-repeat;
  background-size: cover;
}

.page.home.vsoe .nae {
  background: url("https://viterbischool.usc.edu/wp-content/uploads/2016/10/NAE.jpg") no-repeat;
  background-size: cover;
}

.page.home.vsoe {
  /*  #home-video-box {
     @include aspect-ratio(576, 427);
     overflow: hidden;
   }

   .librarybg {
     background: url('https://viterbischool.usc.edu/wp-content/uploads/2017/10/Scott_Fraser_600x600.jpg') no-repeat;
     background-size: cover;
   }

   .engineeringbg {
     background: url('https://viterbischool.usc.edu/wp-content/uploads/2016/10/Engineering.jpg') no-repeat;
     background-size: cover;
   }

   .scilicon {
     background: url('https://viterbischool.usc.edu/wp-content/uploads/2016/10/SCilicon-Beach.jpg') no-repeat;
     background-size: cover;
   }

   .nae {
     background: url('https://viterbischool.usc.edu/wp-content/uploads/2016/10/NAE.jpg') no-repeat;
     background-size: cover;
   } */
}
.page.home.vsoe #home-calendar-feed {
  font-size: 14.5px;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #cccccc;
  color: #000;
}
.page.home.vsoe #home-calendar-feed .x-main.full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media screen and (max-width: 767px) {
  .page.home.vsoe #home-calendar-feed .wrap:first-child {
    padding: 15px 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .page.home.vsoe #home-calendar-feed:after {
    display: block;
    content: "";
    padding-top: 64.5%;
  }
  .page.home.vsoe #home-calendar-feed .wrap:first-child {
    padding: 15px 30px 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    overflow-y: scroll;
  }
}
.page.home.vsoe #home-calendar-feed h4 {
  width: 100%;
  text-align: left;
  margin: 0 auto 15px !important;
  padding-top: 5px;
  color: #fff;
}
.page.home.vsoe #home-calendar-feed h4 i {
  color: #fff;
}
.page.home.vsoe #home-calendar-feed h4 a {
  color: #fff;
}
.page.home.vsoe #home-calendar-feed h4 a:hover {
  color: #777777;
}
.page.home.vsoe #home-calendar-feed h4 a i {
  text-shadow: none;
}
.page.home.vsoe #home-calendar-feed h4 a i:hover, .page.home.vsoe #home-calendar-feed h4 a i:active, .page.home.vsoe #home-calendar-feed h4 a i:focus {
  color: #fff;
  border: none;
  outline: none;
}
.page.home.vsoe #home-calendar-feed h4 span {
  font-size: 12px;
  position: absolute;
  margin: 0;
  top: 25px;
  right: 30px;
  color: #fff;
  padding: 2px 5px;
  border: 1px solid #fff;
  text-shadow: none;
  font-weight: normal;
}
.page.home.vsoe #home-calendar-feed h4 span a:hover {
  color: #990000;
}
.page.home.vsoe #home-calendar-feed h4 span a:hover i {
  color: #990000;
}
@media screen and (max-width: 1035px) {
  .page.home.vsoe #home-calendar-feed h4 span {
    top: 2px;
    right: 2px;
  }
}
.page.home.vsoe #home-calendar-feed ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page.home.vsoe #home-calendar-feed ul li {
  clear: both;
  margin-bottom: 18px;
  line-height: 1.575;
}
.page.home.vsoe #home-calendar-feed ul li:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe #home-calendar-feed ul li:last-child {
  margin-bottom: 10px;
}
.page.home.vsoe #home-calendar-feed .date-time-wrap {
  text-transform: uppercase;
  font-weight: bold;
  color: #777777;
}
.page.home.vsoe #home-calendar-feed .text-wrap a {
  line-height: 1.2;
  font-weight: 700;
  font-size: 15px;
  color: #000;
}
.page.home.vsoe #home-calendar-feed .text-wrap a:hover {
  color: #990000;
}
.page.home.vsoe #home-calendar-feed strong {
  font-size: 18px;
}
.page.home.vsoe #home-calendar-feed strong + i.fa {
  display: none;
}
.page.home.vsoe #home-calendar-feed #home-calendar-feed .date-time-wrap span.fa {
  display: block;
  position: relative;
  width: 100%;
  font-size: 22px;
  margin: 0 auto 5px;
}
.page.home.vsoe #home-calendar-feed span.event-time {
  color: #777777;
  font-size: 14px;
}
.page.home.vsoe #home-calendar-feed .date-time-wrap p:empty {
  margin: 0;
}
.page.home.vsoe .calendar-all-events {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  font-size: 12px;
  text-transform: uppercase;
}
.page.home.vsoe .home-calendar-overlay {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  height: 30px;
  min-height: 30px;
  left: 0;
  right: 0;
  bottom: -7px;
  content: "";
  background: -moz-linear-gradient(top, rgba(204, 204, 204, 0) 0%, white 100%);
  background: -webkit-linear-gradient(top, rgba(204, 204, 204, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(204, 204, 204, 0) 0%, white 100%);
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .page.home.vsoe .home-calendar-overlay {
    display: none;
  }
}
.page.home.vsoe .home-featured-post {
  box-sizing: border-box;
  clear: none;
  display: inline-block;
  position: relative;
  float: left;
  width: 25%;
  margin: 0;
  text-align: center;
  background: #990000;
  overflow: hidden;
}
.page.home.vsoe .home-featured-post:before {
  content: "";
  float: left;
  padding-bottom: 50.0929944203%;
}
.page.home.vsoe .home-featured-post:after {
  content: "";
  display: table;
  clear: both;
}
.page.home.vsoe .home-featured-post a.title {
  width: 80%;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 1.2;
  color: #fff;
}
.page.home.vsoe .home-featured-post a.title:hover {
  color: #fff;
}
.page.home.vsoe .home-featured-post a.category-link {
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 5;
  text-align: center;
  width: 80%;
  margin: 0 10%;
  color: #fff;
  background: #000;
  bottom: 10px;
  font-size: 14px;
  line-height: 1;
  padding: 5px 10px;
}
.page.home.vsoe #home-news-media-grid.loop-archive {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto !important;
  padding: 0 !important;
}
.page.home.vsoe #home-news-media-grid.loop-archive h2 {
  color: #990000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 767px) {
  .page.home.vsoe #home-news-media-grid.loop-archive h2 {
    margin: 1em auto 0.5em !important;
  }
}
.page.home.vsoe #home-news-media-grid.loop-archive:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe #home-news-media-grid.loop-archive .x-container.width {
  width: 100% !important;
}
.page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
  background: #f0f0f0;
  padding-bottom: 30px;
  margin-bottom: 2.5%;
}
@media screen and (min-width: 581px) and (max-width: 839px) {
  .page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
    height: 480px;
  }
}
@media screen and (min-width: 840px) and (max-width: 1080px) {
  .page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
    height: 500px;
  }
}
@media screen and (min-width: 1081px) {
  .page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
    height: 500px;
  }
}
@media screen and (max-width: 768px) {
  .page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
    margin-bottom: 15px;
  }
}
.page.home.vsoe #home-news-media-grid.loop-archive p.category-link {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 10px 5px;
  margin: 0 auto !important;
  text-align: center;
  background: #000;
  font-size: 13px;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.page.home.vsoe #home-news-media-grid.loop-archive p.category-link:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe #home-news-media-grid.loop-archive p.category-link:hover {
  background: #990000;
}
.page.home.vsoe #home-news-media-grid.loop-archive p.category-link a {
  color: #fff;
}
.page.home.vsoe #home-news-media-grid.loop-archive a.image,
.page.home.vsoe #home-news-media-grid.loop-archive a.image img {
  width: 100%;
  min-width: 100%;
}
.page.home.vsoe #home-news-media-grid.loop-archive a.image {
  background: #000;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  transition: all 0.4s ease-in-out;
}
.page.home.vsoe #home-news-media-grid.loop-archive a.image:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe #home-news-media-grid.loop-archive a.image:after {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  padding-top: 20%;
  content: "Read More";
  z-index: 5;
  text-align: center;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.page.home.vsoe #home-news-media-grid.loop-archive a:hover.image:after {
  visibility: visible;
  opacity: 1;
  transition: all 0.4s ease-in-out;
}
.page.home.vsoe #home-news-media-grid.loop-archive a.title {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #272727;
  padding: 30px 30px 10px;
}
.page.home.vsoe #home-news-media-grid.loop-archive a.title:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe #home-news-media-grid.loop-archive a.title:hover {
  color: #990000;
}
.page.home.vsoe #home-news-media-grid.loop-archive span.excerpt-dash {
  display: none;
}
.page.home.vsoe #home-news-media-grid.loop-archive span.excerpt {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  height: 100%;
  min-height: 100%;
  padding: 0 30px;
  line-height: 1.3;
}
.page.home.vsoe #home-news-media-grid.loop-archive span.excerpt:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page.home.vsoe div#x-section-3.x-section {
  background: #000;
}
.page.home.vsoe #home-calendar-column .x-raw-content .x-main.full {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.page.home.vsoe .x-container.width {
  width: 100% !important;
}

@media screen and (max-width: 767px) {
  .page.home.vsoe #home-calendar-feed h4 {
    font-size: 24px !important;
  }
  .page.home.vsoe #home-calendar-feed .text-wrap a i {
    display: none;
  }
  .page.home.vsoe #home-calendar-column.x-column {
    padding: 0 !important;
  }
  .page.home.vsoe #home-news-media-grid.loop-archive {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .page.home.vsoe #home-news-media-grid.loop-archive a.title {
    padding: 15px 15px 10px;
  }
  .page.home.vsoe #home-news-media-grid.loop-archive span.excerpt {
    padding: 0 15px;
    margin-bottom: 0;
  }
  .page.home.vsoe #home-news-media-grid.loop-archive .one-fourth {
    padding-bottom: 15px;
  }
}
.page.home.vsoe .event-slider h2 {
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.page.home.vsoe .event-slider .date-time-wrap {
  background: #333;
}

.page.home.vsoe .event-slider h3 {
  font-size: 18px;
}

.page.home.vsoe .event-slider .swiper-pagination {
  display: none;
}

.page.home.vsoe .x-feature-box-graphic i {
  height: 0.4em;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 40%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 2;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper .bx-pager {
  display: none;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper {
  min-height: 240px;
  background: transparent !important;
  background-color: transparent !important;
  margin-top: 50px;
  left: 8%;
  right: 8%;
  overflow: visible;
}
.page.home.vsoe #home-calendar-slider .bx-viewport {
  background: transparent !important;
  background-color: transparent !important;
  position: relative;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper .bx-prev {
  left: -9%;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper .bx-next {
  right: -9%;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper li a {
  color: #000;
  transition: all 0.3s ease-in-out;
}
.page.home.vsoe #home-calendar-slider .bx-wrapper li a:hover {
  color: #990000;
}

.page-awards .x-btn.x-btn-x-large,
.page-id-390 .x-btn.x-btn-x-large {
  font-size: 2.3vw !important;
}

.page-leadership #x-section-2.x-section,
.page-leadership #x-section-4.x-section,
.page-leadership .x-container,
.page-id-2324 #x-section-2.x-section,
.page-id-2324 #x-section-4.x-section,
.page-id-2324 .x-container {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  clear: both !important;
  width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1200px !important;
  padding-left: 3% !important;
  padding-right: 3% !important;
}
.page-leadership #x-section-2.x-section:after,
.page-leadership #x-section-4.x-section:after,
.page-leadership .x-container:after,
.page-id-2324 #x-section-2.x-section:after,
.page-id-2324 #x-section-4.x-section:after,
.page-id-2324 .x-container:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page-leadership #x-section-2.x-section p,
.page-leadership #x-section-4.x-section p,
.page-leadership .x-container p,
.page-id-2324 #x-section-2.x-section p,
.page-id-2324 #x-section-4.x-section p,
.page-id-2324 .x-container p {
  margin-bottom: 0;
}
.page-leadership #x-section-2.x-section .x-container.max.width,
.page-leadership #x-section-4.x-section .x-container.max.width,
.page-leadership .x-container .x-container.max.width,
.page-id-2324 #x-section-2.x-section .x-container.max.width,
.page-id-2324 #x-section-4.x-section .x-container.max.width,
.page-id-2324 .x-container .x-container.max.width {
  clear: none !important;
  display: inline-block !important;
  width: 48.5% !important;
  padding: 2% !important;
  margin-bottom: 2% !important;
  max-width: 1200px !important;
}
.page-leadership #x-section-2.x-section .x-container.max.width:before, .page-leadership #x-section-2.x-section .x-container.max.width:after,
.page-leadership #x-section-4.x-section .x-container.max.width:before,
.page-leadership #x-section-4.x-section .x-container.max.width:after,
.page-leadership .x-container .x-container.max.width:before,
.page-leadership .x-container .x-container.max.width:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width:before,
.page-id-2324 #x-section-2.x-section .x-container.max.width:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width:before,
.page-id-2324 #x-section-4.x-section .x-container.max.width:after,
.page-id-2324 .x-container .x-container.max.width:before,
.page-id-2324 .x-container .x-container.max.width:after {
  display: none !important;
}
.page-leadership #x-section-2.x-section .x-container.max.width:nth-child(odd),
.page-leadership #x-section-4.x-section .x-container.max.width:nth-child(odd),
.page-leadership .x-container .x-container.max.width:nth-child(odd),
.page-id-2324 #x-section-2.x-section .x-container.max.width:nth-child(odd),
.page-id-2324 #x-section-4.x-section .x-container.max.width:nth-child(odd),
.page-id-2324 .x-container .x-container.max.width:nth-child(odd) {
  float: left;
}
.page-leadership #x-section-2.x-section .x-container.max.width:nth-child(even),
.page-leadership #x-section-4.x-section .x-container.max.width:nth-child(even),
.page-leadership .x-container .x-container.max.width:nth-child(even),
.page-id-2324 #x-section-2.x-section .x-container.max.width:nth-child(even),
.page-id-2324 #x-section-4.x-section .x-container.max.width:nth-child(even),
.page-id-2324 .x-container .x-container.max.width:nth-child(even) {
  float: right;
}
@media screen and (max-width: 767px) {
  .page-leadership #x-section-2.x-section .x-container.max.width,
.page-leadership #x-section-4.x-section .x-container.max.width,
.page-leadership .x-container .x-container.max.width,
.page-id-2324 #x-section-2.x-section .x-container.max.width,
.page-id-2324 #x-section-4.x-section .x-container.max.width,
.page-id-2324 .x-container .x-container.max.width {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    width: 100% !important;
    float: none !important;
  }
  .page-leadership #x-section-2.x-section .x-container.max.width:after,
.page-leadership #x-section-4.x-section .x-container.max.width:after,
.page-leadership .x-container .x-container.max.width:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width:after,
.page-id-2324 .x-container .x-container.max.width:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}
.page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:first-child,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:first-child {
  clear: none !important;
  display: block !important;
  position: relative !important;
  float: left !important;
  content: "";
}
.page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child:before, .page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child:after,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child:before,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child:after,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:first-child:before,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:first-child:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child:before,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child:before,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child:after,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:first-child:before,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:first-child:after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:first-child .x-img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 2% !important;
  }
}
@media screen and (min-width: 768px) {
  .page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:first-child .x-img,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:first-child .x-img {
    margin-bottom: 0;
  }
}
.page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:last-child,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:last-child {
  clear: none !important;
  display: block !important;
  position: relative !important;
  float: right !important;
  content: "";
}
@media screen and (min-width: 768px) {
  .page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child:before,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child:before,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:last-child:before,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child:before,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child:before,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:last-child:before {
    content: "";
    float: left;
    padding-bottom: 100%;
  }
  .page-leadership #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child:after,
.page-leadership #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child:after,
.page-leadership .x-container .x-container.max.width .x-column.x-1-2:last-child:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width .x-column.x-1-2:last-child:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width .x-column.x-1-2:last-child:after,
.page-id-2324 .x-container .x-container.max.width .x-column.x-1-2:last-child:after {
    content: "";
    display: table;
    clear: both;
  }
}
.page-leadership #x-section-2.x-section .x-container.max.width.dean,
.page-leadership #x-section-4.x-section .x-container.max.width.dean,
.page-leadership .x-container .x-container.max.width.dean,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean,
.page-id-2324 .x-container .x-container.max.width.dean {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 75% !important;
  float: none !important;
  margin-left: 12.5% !important;
  margin-right: 12.5% !important;
  min-width: 75% !important;
  margin-bottom: 2% !important;
  padding: 3% !important;
}
.page-leadership #x-section-2.x-section .x-container.max.width.dean:after,
.page-leadership #x-section-4.x-section .x-container.max.width.dean:after,
.page-leadership .x-container .x-container.max.width.dean:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean:after,
.page-id-2324 .x-container .x-container.max.width.dean:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page-leadership #x-section-2.x-section .x-container.max.width.dean .x-text,
.page-leadership #x-section-4.x-section .x-container.max.width.dean .x-text,
.page-leadership .x-container .x-container.max.width.dean .x-text,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean .x-text,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean .x-text,
.page-id-2324 .x-container .x-container.max.width.dean .x-text {
  font-size: 18px !important;
}
.page-leadership #x-section-2.x-section .x-container.max.width.dean .x-text h4,
.page-leadership #x-section-4.x-section .x-container.max.width.dean .x-text h4,
.page-leadership .x-container .x-container.max.width.dean .x-text h4,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean .x-text h4,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean .x-text h4,
.page-id-2324 .x-container .x-container.max.width.dean .x-text h4 {
  font-size: 24px !important;
}
@media screen and (max-width: 767px) {
  .page-leadership #x-section-2.x-section .x-container.max.width.dean,
.page-leadership #x-section-4.x-section .x-container.max.width.dean,
.page-leadership .x-container .x-container.max.width.dean,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean,
.page-id-2324 .x-container .x-container.max.width.dean {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-leadership #x-section-2.x-section .x-container.max.width.dean:after,
.page-leadership #x-section-4.x-section .x-container.max.width.dean:after,
.page-leadership .x-container .x-container.max.width.dean:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean:after,
.page-id-2324 .x-container .x-container.max.width.dean:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .page-leadership #x-section-2.x-section .x-container.max.width.dean,
.page-leadership #x-section-4.x-section .x-container.max.width.dean,
.page-leadership .x-container .x-container.max.width.dean,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean,
.page-id-2324 .x-container .x-container.max.width.dean {
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-leadership #x-section-2.x-section .x-container.max.width.dean .x-text,
.page-leadership #x-section-4.x-section .x-container.max.width.dean .x-text,
.page-leadership .x-container .x-container.max.width.dean .x-text,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean .x-text,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean .x-text,
.page-id-2324 .x-container .x-container.max.width.dean .x-text {
    font-size: 18px !important;
  }
  .page-leadership #x-section-2.x-section .x-container.max.width.dean .x-text h4,
.page-leadership #x-section-4.x-section .x-container.max.width.dean .x-text h4,
.page-leadership .x-container .x-container.max.width.dean .x-text h4,
.page-id-2324 #x-section-2.x-section .x-container.max.width.dean .x-text h4,
.page-id-2324 #x-section-4.x-section .x-container.max.width.dean .x-text h4,
.page-id-2324 .x-container .x-container.max.width.dean .x-text h4 {
    font-size: 20px !important;
  }
}
.page-leadership #x-section-2.x-section .x-container.max.width h1.h-custom-headline.h1,
.page-leadership #x-section-4.x-section .x-container.max.width h1.h-custom-headline.h1,
.page-leadership .x-container .x-container.max.width h1.h-custom-headline.h1,
.page-id-2324 #x-section-2.x-section .x-container.max.width h1.h-custom-headline.h1,
.page-id-2324 #x-section-4.x-section .x-container.max.width h1.h-custom-headline.h1,
.page-id-2324 .x-container .x-container.max.width h1.h-custom-headline.h1 {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  width: 100%;
}
.page-leadership #x-section-2.x-section .x-container.max.width h1.h-custom-headline.h1:after,
.page-leadership #x-section-4.x-section .x-container.max.width h1.h-custom-headline.h1:after,
.page-leadership .x-container .x-container.max.width h1.h-custom-headline.h1:after,
.page-id-2324 #x-section-2.x-section .x-container.max.width h1.h-custom-headline.h1:after,
.page-id-2324 #x-section-4.x-section .x-container.max.width h1.h-custom-headline.h1:after,
.page-id-2324 .x-container .x-container.max.width h1.h-custom-headline.h1:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page-leadership #x-section-2.x-section .dean,
.page-leadership #x-section-4.x-section .dean,
.page-leadership .x-container .dean,
.page-id-2324 #x-section-2.x-section .dean,
.page-id-2324 #x-section-4.x-section .dean,
.page-id-2324 .x-container .dean {
  max-width: 900px !important;
}
.page-leadership #x-section-4 > .x-container.max.width:last-child,
.page-id-2324 #x-section-4 > .x-container.max.width:last-child {
  clear: left !important;
  float: left !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .page-leadership .x-column.x-1-2,
.page-leadership img.x-img.x-img-none,
.page-id-2324 .x-column.x-1-2,
.page-id-2324 img.x-img.x-img-none {
    text-align: center;
    clear: both !important;
    display: block !important;
    position: relative !important;
    margin: 0 auto 2% !important;
    padding: 0 !important;
  }
  .page-leadership .x-column.x-1-2:before, .page-leadership .x-column.x-1-2:after,
.page-leadership img.x-img.x-img-none:before,
.page-leadership img.x-img.x-img-none:after,
.page-id-2324 .x-column.x-1-2:before,
.page-id-2324 .x-column.x-1-2:after,
.page-id-2324 img.x-img.x-img-none:before,
.page-id-2324 img.x-img.x-img-none:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}
.page-leadership #x-section-2.x-section .x-text,
.page-leadership #x-section-4.x-section .x-text,
.page-id-2324 #x-section-2.x-section .x-text,
.page-id-2324 #x-section-4.x-section .x-text {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
  font-size: 14px !important;
  line-height: 1.425 !important;
}
.page-leadership #x-section-2.x-section .x-text:after,
.page-leadership #x-section-4.x-section .x-text:after,
.page-id-2324 #x-section-2.x-section .x-text:after,
.page-id-2324 #x-section-4.x-section .x-text:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
@media screen and (min-width: 768px) {
  .page-leadership #x-section-2.x-section .x-text,
.page-leadership #x-section-4.x-section .x-text,
.page-id-2324 #x-section-2.x-section .x-text,
.page-id-2324 #x-section-4.x-section .x-text {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.dean .page-leadership #x-section-2.x-section .x-text,
.dean .page-leadership #x-section-4.x-section .x-text,
.dean .page-id-2324 #x-section-2.x-section .x-text,
.dean .page-id-2324 #x-section-4.x-section .x-text {
  font-size: 16px !important;
}
.page-leadership #x-section-2.x-section .x-text h4,
.page-leadership #x-section-4.x-section .x-text h4,
.page-id-2324 #x-section-2.x-section .x-text h4,
.page-id-2324 #x-section-4.x-section .x-text h4 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
}
.dean .page-leadership #x-section-2.x-section .x-text h4,
.dean .page-leadership #x-section-4.x-section .x-text h4,
.dean .page-id-2324 #x-section-2.x-section .x-text h4,
.dean .page-id-2324 #x-section-4.x-section .x-text h4 {
  font-size: 18px !important;
}
@media screen and (max-width: 767px) {
  .page-leadership #x-section-2.x-section .x-text br,
.page-leadership #x-section-4.x-section .x-text br,
.page-id-2324 #x-section-2.x-section .x-text br,
.page-id-2324 #x-section-4.x-section .x-text br {
    clear: both;
    height: 0;
    max-height: 0;
  }
  .page-leadership #x-section-2.x-section .x-text p:last-child,
.page-leadership #x-section-4.x-section .x-text p:last-child,
.page-id-2324 #x-section-2.x-section .x-text p:last-child,
.page-id-2324 #x-section-4.x-section .x-text p:last-child {
    margin-bottom: 3%;
  }
}
.page-leadership #x-section-5.x-section p,
.page-id-2324 #x-section-5.x-section p {
  margin-bottom: 1em;
}

.wp_wunderground {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
}
.wp_wunderground:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.wp_wunderground .wu-copyright {
  float: left;
}

#visiting-widgets h4,
#visiting-widgets h6 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #visiting-widgets .first-column {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  #visiting-widgets .first-column h4,
#visiting-widgets .first-column h6 {
    text-align: right;
  }
}

.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 {
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 .menu-closed {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 .menu-open {
  display: block;
  visibility: visible;
  opacity: 1;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 a {
  color: #333333;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 a:hover {
  color: gray;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 ul > li {
  border: none;
  line-height: 1.8;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 ul > li a {
  margin-top: 0;
  margin-bottom: 0;
  color: #333333;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.alumni {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #990000;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.giving {
  padding-top: 2em;
  padding-bottom: 2em;
  border-top: 1px solid #990000;
  border-bottom: 1px solid #990000;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.top-margin {
  margin-top: 1.5em;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 .sub-menu .sub-menu .current-menu-item > a:hover {
  opacity: 1;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 .current-menu-item > a {
  color: #990000;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.current-menu-item:before {
  display: block;
  position: absolute;
  width: 0.6em;
  margin: 0;
  height: 20px;
  content: "";
  background: #990000;
}
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.alumni.current-menu-item:before,
.menu-alumni-and-giving-2019-container #menu-alumni-and-giving-2019 li.giving.current-menu-item:before {
  display: none;
}

body.giving li#menu-item-22625 ul.sub-menu {
  display: none;
}

body.alumni li#menu-item-22619 ul.sub-menu {
  display: none;
}

body.vsoe,
body.vsoe .x-text {
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .x-bg + .x-container,
.x-bg + .x-row {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.embed-youtube {
  display: block !important;
  position: relative !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
}

.embed-youtube iframe,
.embed-youtube embed,
.embed-youtube object {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}

/*Gravity Forms ready classes/X-THEME conflict*/
.gform_wrapper ul.gform_fields li.gfield {
  margin-right: 0 !important;
  float: none !important;
}

/*Globalization font sizes + Dropdown z-index*/
@media all and (min-width: 1164px) {
  .sub-nav {
    font-size: 6px !important;
  }
}
@media all and (max-width: 959px) and (min-width: 600px) {
  .sub-nav {
    font-size: 12px;
  }
}
@media all and (max-width: 599px) and (min-width: 320px) {
  .sub-nav {
    font-size: 10px;
  }
}
header.masthead.masthead-inline {
  z-index: 99998 !important;
  position: relative;
  -moz-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}

/*section background hover color*/
.section-1:hover {
  background-color: #000000 !important;
  transition: all 350ms linear;
}

/*section background hover color*/
.section-2:hover {
  background-color: #777777 !important;
  transition: all 350ms linear;
}

/*feature box title size*/
.x-feature-box-title {
  font-size: 18px;
}

/*remove footer icon highlight*/
.widget_nav_menu .current-menu-item > a:after {
  display: none;
}

.x-colophon.top {
  background-color: #cccccc;
}

.widget ul li, .widget ol li {
  background-color: transparent !important;
}

/*footer widget contact form margin*/
#text-5.widget.widget_text {
  margin-top: 10px;
}

.x-colophon .widget {
  margin-top: 20px;
}

/*Force Essential Grid full width*/
.x-tab-content > .x-tab-pane:not(.active) {
  height: 0 !important;
  overflow: hidden;
  padding: 0;
  display: block;
}

/*Site map in footer margin*/
#text-7.widget.widget_text {
  margin-top: 20px;
}

.h-widget {
  font-size: 22px;
}

.bx-wrapper .slider-content-wrap h3 {
  font-size: 20px !important;
}

.bx-wrapper .slider-content-wrap ul.bxslider p, .vsoe-slider#home-slider .bx-wrapper .slider-content-wrap p {
  margin-bottom: 1em !important;
}

.clear-both:before,
.clear-both:after {
  height: 1px;
  max-height: 1px;
  clear: both;
  display: block;
  width: 100%;
  content: "";
}

table,
table *,
table th,
table tr {
  border-color: #000;
}

table th, table td {
  border-top: 1px solid #000;
}

table#gs_id50 {
  margin-bottom: 0 !important;
}

footer.x-colophon.top {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

body.vsoe {
  line-height: 1.8;
}

.x-colophon.bottom {
  padding: 0.5em;
  margin: 0 auto;
  background: black;
}

.vsoe footer.x-colophon.top,
.blog.vsoe footer.x-colophon.top,
.blog footer.x-colophon.top,
.home.vsoe footer.x-colophon.top,
.error404 footer.x-colophon.top,
.search-results footer.x-colophon.top {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background-color: black;
  font-size: 16px;
  color: #cccccc;
  padding: 3% 0;
}

.vsoe footer.x-colophon.top, footer.x-colophon.top h4.h-widget {
  color: white;
}

.vsoe footer.x-colophon.top,
.blog.vsoe footer.x-colophon.top,
.blog footer.x-colophon.top,
.home.vsoe footer.x-colophon.top,
.error404 footer.x-colophon.top,
.search-results footer.x-colophon.top .vsoe footer.x-colophon.top ul,
.widget_text .textwidget ul.display-posts-listing li:last-child,
.vsoe footer.x-colophon.top li,
.vsoe footer.x-colophon.top ul li a,
.blog.vsoe footer.x-colophon.top li a,
.blog footer.x-colophon.top li a, .home.vsoe footer.x-colophon.top li a,
.error404 footer.x-colophon.top li a,
.search-results footer.x-colophon.top li a {
  border-color: transparent;
  font-size: 14px;
}

.vsoe footer.x-colophon.top i.x-icon {
  font-size: 18px !important;
}

.widget_categories ul,
.widget_product_categories ul,
.widget_nav_menu ul,
.widget_pages ul {
  border-color: transparent;
}

.x-colophon.bottom a,
.vsoe footer.x-colophon.top a,
.vsoe footer.x-colophon.top ul li a,
.blog.vsoe footer.x-colophon.top li a,
.blog footer.x-colophon.top li a,
.home.vsoe footer.x-colophon.top li a,
.error404 footer.x-colophon.top li a,
.search-results footer.x-colophon.top li a {
  color: #cccccc;
}

.x-colophon.bottom .x-colophon-content {
  border-top: 1px solid #cccccc;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  margin: 10px 0;
}

.x-colophon.bottom a:hover,
.vsoe footer.x-colophon.top a:hover i,
.vsoe footer.x-colophon.top ul li a:hover,
.blog.vsoe footer.x-colophon.top li a:hover,
.blog footer.x-colophon.top li a:hover,
.home.vsoe footer.x-colophon.top li a:hover,
.error404 footer.x-colophon.top li a:hover,
.search-results footer.x-colophon.top li a:hover {
  color: #ffcc00;
}

.x-root .site, .x-root .x-site {
  min-width: 100%;
}

.vsoe .x-main ul.mainul > li {
  position: absolute;
}

body.vsoe .x-colophon.top {
  margin-top: 0 !important;
}

a.gold-link {
  color: #ffcc00;
}

a.gold-link:hover {
  color: #dadada;
}

#menu-item-25616,
#menu-item-23939,
#menu-item-23908 {
  margin-top: 0;
}

.embed-youtube {
  display: block !important;
  position: relative !important;
  height: 0 !important;
  padding-bottom: 56.25% !important;
}

.vsoe {
  /*.author-image {
      @include aspect-ratio(390, 345);
  }*/
}
.vsoe .page-template-all-author-archive-archives *,
.vsoe .author-landing *,
.vsoe .author-single *,
.vsoe .page-viterbi-pulse *,
.vsoe .page-template.page-template-all-author-archive-archives * {
  box-sizing: border-box;
}
.vsoe .page-template-all-author-archive-archives .x-column.x-sm.x-1-3,
.vsoe .author-landing .x-column.x-sm.x-1-3,
.vsoe .author-single .x-column.x-sm.x-1-3,
.vsoe .page-viterbi-pulse .x-column.x-sm.x-1-3,
.vsoe .page-template.page-template-all-author-archive-archives .x-column.x-sm.x-1-3 {
  width: 30%;
  margin-right: 5%;
  margin-bottom: 1em;
}
.vsoe .page-template-all-author-archive-archives .x-column.x-sm.x-1-3:nth-of-type(3n+3),
.vsoe .author-landing .x-column.x-sm.x-1-3:nth-of-type(3n+3),
.vsoe .author-single .x-column.x-sm.x-1-3:nth-of-type(3n+3),
.vsoe .page-viterbi-pulse .x-column.x-sm.x-1-3:nth-of-type(3n+3),
.vsoe .page-template.page-template-all-author-archive-archives .x-column.x-sm.x-1-3:nth-of-type(3n+3) {
  margin-right: 0;
}
.vsoe .page-template-all-author-archive-archives a,
.vsoe .page-template-all-author-archive-archives a h5,
.vsoe .author-landing a,
.vsoe .author-landing a h5,
.vsoe .author-single a,
.vsoe .author-single a h5,
.vsoe .page-viterbi-pulse a,
.vsoe .page-viterbi-pulse a h5,
.vsoe .page-template.page-template-all-author-archive-archives a,
.vsoe .page-template.page-template-all-author-archive-archives a h5 {
  color: #990000;
}
.vsoe .page-template-all-author-archive-archives a:hover,
.vsoe .page-template-all-author-archive-archives a h5:hover,
.vsoe .author-landing a:hover,
.vsoe .author-landing a h5:hover,
.vsoe .author-single a:hover,
.vsoe .author-single a h5:hover,
.vsoe .page-viterbi-pulse a:hover,
.vsoe .page-viterbi-pulse a h5:hover,
.vsoe .page-template.page-template-all-author-archive-archives a:hover,
.vsoe .page-template.page-template-all-author-archive-archives a h5:hover {
  color: #000;
}
.vsoe .page-template-all-author-archive-archives a img,
.vsoe .author-landing a img,
.vsoe .author-single a img,
.vsoe .page-viterbi-pulse a img,
.vsoe .page-template.page-template-all-author-archive-archives a img {
  transition: opacity 0.4s ease-in-out;
}
.vsoe .page-template-all-author-archive-archives a img:hover,
.vsoe .author-landing a img:hover,
.vsoe .author-single a img:hover,
.vsoe .page-viterbi-pulse a img:hover,
.vsoe .page-template.page-template-all-author-archive-archives a img:hover {
  opacity: 0.7;
}
.vsoe .page-template-all-author-archive-archives .post-card a.more-link,
.vsoe .author-landing .post-card a.more-link,
.vsoe .author-single .post-card a.more-link,
.vsoe .page-viterbi-pulse .post-card a.more-link,
.vsoe .page-template.page-template-all-author-archive-archives .post-card a.more-link {
  display: inline;
  color: #990000;
  font-size: 16px;
}
.vsoe .page-template-all-author-archive-archives .post-card a.more-link:hover,
.vsoe .author-landing .post-card a.more-link:hover,
.vsoe .author-single .post-card a.more-link:hover,
.vsoe .page-viterbi-pulse .post-card a.more-link:hover,
.vsoe .page-template.page-template-all-author-archive-archives .post-card a.more-link:hover {
  color: #000;
}
.vsoe .page-template-all-author-archive-archives #text-4 > div > a.x-btn.x-btn-small,
.vsoe .author-landing #text-4 > div > a.x-btn.x-btn-small,
.vsoe .author-single #text-4 > div > a.x-btn.x-btn-small,
.vsoe .page-viterbi-pulse #text-4 > div > a.x-btn.x-btn-small,
.vsoe .page-template.page-template-all-author-archive-archives #text-4 > div > a.x-btn.x-btn-small {
  color: white;
}
.vsoe .page-template-all-author-archive-archives #text-4 > div > a.x-btn.x-btn-small:hover,
.vsoe .author-landing #text-4 > div > a.x-btn.x-btn-small:hover,
.vsoe .author-single #text-4 > div > a.x-btn.x-btn-small:hover,
.vsoe .page-viterbi-pulse #text-4 > div > a.x-btn.x-btn-small:hover,
.vsoe .page-template.page-template-all-author-archive-archives #text-4 > div > a.x-btn.x-btn-small:hover {
  color: white;
}
.vsoe .author-landing {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.vsoe .author-landing:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe .author-landing h5 {
  margin: 10px auto 0;
}
.vsoe .author-single .x-column h5,
.vsoe .author-single .x-column p {
  padding: 0;
}
.vsoe .author-single ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.vsoe .author-single .left .author-image {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: left;
}
.vsoe .author-single .left .author-image:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
@media screen and (max-width: 979px) {
  .vsoe .author-single .left .author-image {
    text-align: center;
  }
}
.vsoe .author-single .left .author-image img {
  width: 100%;
  max-width: 390px;
}
.vsoe .author-single .left .author-image img:before {
  content: "";
  float: left;
  padding-bottom: 88.4615384615%;
}
.vsoe .author-single .left .author-image img:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .author-single {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.vsoe .author-single:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe .author-single .left {
  display: inline-block;
  width: 25%;
  padding: 1em;
  background: #cccccc;
  float: left;
}
.vsoe .author-single .left h5 {
  margin: 0.5em auto 0;
}
.vsoe .author-single .left p:last-child {
  margin-bottom: 0;
}
.vsoe .author-single .right {
  display: inline-block;
  width: 75%;
  padding-left: 2em;
}
.vsoe .author-single .right .post-card > a:first-child {
  margin-bottom: 0;
}
.vsoe .author-single .right .post-card:first-child a h5 {
  margin-top: -7px;
}
@media screen and (max-width: 979px) {
  .vsoe .author-single .left,
.vsoe .author-single .right {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
  }
  .vsoe .author-single .right {
    padding: 0 1em;
  }
  .vsoe .author-single .left {
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 979px) {
  .vsoe .author-single .x-column.x-1-4 {
    text-align: center;
  }
  .vsoe .author-single .x-column.x-1-4 #author-description,
.vsoe .author-single .x-column.x-1-4 #author-description > div {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    text-align: left;
  }
  .vsoe .author-single .x-column.x-1-4 #author-description p:last-child {
    margin-bottom: 0;
  }
}
.vsoe .author-landing {
  clear: both;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: space-between;
  justify-content: space-between;
  align-content: space-between;
  margin-right: auto;
}
.vsoe .author-landing .author {
  width: 33.33%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .vsoe .author-landing .author {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .vsoe .author-landing .author {
    width: 100%;
  }
}
.vsoe .author-landing .author:last-child {
  align-content: flex-start;
  margin-right: auto;
  /* margin-right: auto;*/
}
.vsoe .author-landing .author .author-image {
  max-width: 200px;
  margin: 0 auto;
}
.vsoe .author #author-description p:last-of-type {
  margin-bottom: 0;
}

.page-calendar iframe {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  float: none;
  min-height: 100%;
  min-height: 100vh;
}
.page-calendar iframe:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.page-calendar iframe #event_type_filter {
  padding-left: 0;
}
@media screen and (max-width: 979px) {
  .page-calendar .x-container.width {
    width: 96%;
  }
  .page-calendar ul#cal_nav {
    text-align: center;
  }
  .page-calendar iframe {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    float: none;
    min-height: 100%;
    min-height: 100vh;
  }
  .page-calendar iframe:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
  .page-calendar iframe #event_type_filter,
.page-calendar iframe #event_type_filter form {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
    text-align: center;
  }
  .page-calendar iframe #event_type_filter:after,
.page-calendar iframe #event_type_filter form:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}

.event .date-time-wrap {
  float: left;
  margin: 0 15px 0 0;
  width: 50px;
  min-width: 50px;
  max-width: 30px;
  background: #cccccc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.event .date-time-wrap span {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  font-size: 16px;
  padding: 3px;
}
.event .date-time-wrap span:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.event .date-time-wrap span:first-child {
  padding-bottom: 0;
}
.event .date-time-wrap span:nth-child(2) {
  font-size: 20px;
  padding: 0 3px 3px;
}
.event .date-time-wrap span:last-child {
  background: #990000;
}
.event .date-time-wrap.compact-view {
  float: left;
  margin: 6px 15px 0 0;
  width: 35px;
  min-width: 35px;
  max-width: 35px;
  background: #cccccc;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
.event .date-time-wrap.compact-view span {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  font-size: 12px;
  line-height: 11px;
  padding: 0 5px;
}
.event .date-time-wrap.compact-view span:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.event .date-time-wrap.compact-view span:first-child {
  padding-top: 3px;
}
.event .date-time-wrap.compact-view span:nth-child(2) {
  font-size: 16px;
  padding-bottom: 4px;
}
.event .date-time-wrap.compact-view span:last-child {
  background: #990000;
  line-height: 13px;
  padding: 2px 0;
}
.event .date-time-wrap.compact-view span:last-child:after {
  display: block;
  position: relative;
  padding-bottom: 15px;
  margin-left: -5px;
  width: 40px;
  content: "";
  background: white;
}
.event .event-content {
  display: inline-block;
  position: relative;
  float: left;
  width: calc(100% - 65px);
  margin: 0;
}

.page-events .left,
.page-event .left {
  width: 64%;
  border: 1px solid #dadada;
  padding: 2%;
}
.page-events aside,
.page-event aside {
  float: right;
  width: 33%;
  padding: 2%;
  background: #dadada;
}
.page-events aside select,
.page-event aside select {
  clear: both;
  appearance: none;
  width: 100%;
  min-width: 100%;
}
.page-events aside label,
.page-event aside label {
  text-transform: uppercase;
  color: #990000;
  font-weight: 700;
  line-height: 1;
  margin: 5px auto;
}
.page-events aside .form-item-event-objective label,
.page-event aside .form-item-event-objective label {
  margin-top: 0;
}
.page-events aside .form-item-event-location,
.page-event aside .form-item-event-location {
  margin-bottom: 10px;
}
.page-events aside .form-item-search-button,
.page-events aside [type=submit],
.page-event aside .form-item-search-button,
.page-event aside [type=submit] {
  float: left;
}
.page-events aside .form-item-search-button,
.page-event aside .form-item-search-button {
  margin-right: 20px;
}
.page-events aside .x-btn,
.page-events aside .button,
.page-events aside [type=submit],
.page-event aside .x-btn,
.page-event aside .button,
.page-event aside [type=submit] {
  font-family: "National", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.page-events iframe,
.page-event iframe {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  min-width: 100%;
  min-height: 100%;
}
.page-events iframe:after,
.page-event iframe:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
@media screen and (max-width: 767px) {
  .page-events .left,
.page-events aside,
.page-event .left,
.page-event aside {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 2%;
    content: "";
  }
}

.vsoe .x-main .gfield_radio li::before {
  display: none !important;
}

.gform_wrapper h3.gform_title,
body.vsoe .gform_wrapper h2.gsection_title {
  font-weight: bold;
}

.vsoe .x-main .x-pagination li {
  padding-left: 0px !important;
}

.vsoe .x-main .x-pagination li:before {
  display: none !important;
}

.vsoe .x-main .x-nav-tabs li:before {
  display: none !important;
  padding-left: 0px !important;
}

.vsoe .x-main .x-nav-tabs li {
  padding-left: 0px !important;
}

#main ul.x-slides,
.vsoe #main ul.flex-direction-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main ul.x-slides > li,
.vsoe #main ul.flex-direction-nav > li {
  padding: 0;
}

#main ul.x-slides > li::before,
.vsoe #main ul.flex-direction-nav > li::before {
  display: none;
}

body.vsoe {
  /*"Created on" and "Last updated on" text at the bottom of each page*/
}
body.vsoe.desktop .sub-menu li > a {
  white-space: normal;
}
body.vsoe .x-main.left,
body.vsoe .x-sidebar.right,
body.vsoe .x-sidebar.left {
  margin-top: 2vw;
}
body.vsoe .desktop .x-sidebar.right ul.sub-menu,
body.vsoe .desktop .x-sidebar.left ul.sub-menu {
  display: block;
  position: relative;
  background: inherit;
  padding: 0;
}
body.vsoe .desktop .x-sidebar.right ul.sub-menu li > a,
body.vsoe .desktop .x-sidebar.left ul.sub-menu li > a {
  color: #990000;
  padding: 0;
  line-height: 1.5;
}
body.vsoe .x-main .widget_nav_menu ul > li a {
  color: #990000 !important;
  padding: 0 !important;
  line-height: 1.5 !important;
}
body.vsoe footer.x-colophon.top ul li a:hover {
  color: #ffcc00 !important;
}
body.vsoe #main ul.x-nav-tabs li::before {
  display: none;
}
body.vsoe .gform_wrapper .top_label li.gfield.gf_left_half:before {
  display: none !important;
}
@media screen and (max-width: 979px) {
  body.vsoe #main ul.left {
    margin: 0;
  }
}
body.vsoe #main ul.flex-direction-nav {
  position: absolute;
  top: 0;
}
body.vsoe #main .x-flexslider-shortcode-container {
  margin-bottom: 0;
}
body.vsoe #main .flex-control-nav li::before {
  display: none;
}
body.vsoe #main .flex-control-nav li {
  padding-left: 5px;
  padding-right: 5px;
}
body.vsoe .x-nav-tabs.top {
  margin: 0 !important;
}
body.vsoe .x-nav-tabs.top li {
  padding-left: 0 !important;
}
body.vsoe .x-nav-tabs-item.active a {
  color: #990000 !important;
  font-weight: bold;
}
body.vsoe .x-nav-tabs > li > a {
  padding: 0.75em 0.75em 0.95em;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  color: #777;
  background-color: #f8f8f8;
}
body.vsoe .x-nav.x-nav-tabs.left {
  margin: 0px !important;
}
body.vsoe .x-nav.x-nav-tabs.right {
  margin: 0px !important;
}
body.vsoe .x-ul-icons li::before {
  display: none !important;
}
body.vsoe .gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label {
  margin: 15px 0px 5px 5px;
}
body.vsoe .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
body.vsoe .gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
body.vsoe .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 5px 0 15px;
}
body.vsoe .created-on {
  text-align: center !important;
  margin: 0 auto !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}
body.vsoe .home .created-on {
  display: none !important;
}
body.vsoe .last-updated {
  text-align: center !important;
  margin: 0 auto 1em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
}
body.vsoe .home .last-updated {
  display: none !important;
}
body.vsoe #main .x-accordion-inner > ul > li::before {
  display: none !important;
}

.contentDetail,
.resultsModule,
form#search {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}

#results {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1em 1em;
}

.contentDetail:after,
.resultsModule:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.faculty-member a img {
  width: 130px;
  height: 130px;
  float: left;
  margin: 0 15px 1em 0;
  z-index: 1;
}

.faculty-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.faculty-member > a {
  width: 130px;
  min-width: 130px;
  margin-right: 1em;
}

.faculty-member .faculty-text * {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 0;
}
@media screen and (min-width: 1101px) and (max-width: 1200px) {
  .faculty-member .faculty-text * {
    line-height: 1.3;
  }
}

.resultsModule #results > .faculty-member h5.resultName {
  margin: -3px 0 0;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .resultsModule #results > .faculty-member h5.resultName {
    font-size: 18px;
  }
}

.faculty-member .faculty-text a:first-child {
  width: 100%;
  height: auto;
  margin: 0;
  background: transparent;
}

.contentDetail,
.profileModule {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.contentDetail:after,
.profileModule:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.contentDetail ul,
.profileModule ul {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.contentDetail ul:after,
.profileModule ul:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.profileModuleLeft,
.profileModuleRight {
  clear: none;
  display: inline-block;
  position: relative;
  margin: 0;
}

.profileModuleLeft {
  float: left;
  width: 66%;
}
.profileModuleLeft .profileImage {
  display: inline-block;
  position: relative;
  float: left;
  width: 140px;
  margin-bottom: 20px;
}
.profileModuleLeft .education-piece {
  display: inline-block;
  position: relative;
  float: right;
  width: calc(100% - 150px);
}
.profileModuleLeft .education-piece p {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-top: -5px;
  margin-bottom: 10px;
}
.profileModuleLeft .education-piece p:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.profileModuleLeft hr {
  margin: 5px auto;
}

.profileModuleRight {
  float: right;
  width: 30%;
  background: #cccccc;
  padding: 15px;
}
.profileModuleRight h6 {
  margin-top: 0;
  margin-bottom: 0;
}
.profileModuleRight ul {
  font-size: 16px;
  line-height: 1.5;
}

.searchModule {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.searchModule:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.searchModule * {
  box-sizing: border-box;
  vertical-align: top;
}
.searchModule .submissionButton {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  margin-top: 10px;
}
.searchModule .submissionButton:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.searchContainer,
.byCategory {
  clear: none;
  display: inline-block;
  position: relative;
  width: 31.7% !important;
  margin: 0 2% 0 0 !important;
}
.searchContainer:nth-child(3),
.byCategory:nth-child(3) {
  margin: 0 !important;
}
.searchContainer:after,
.byCategory:after {
  display: none !important;
}
.searchContainer h4,
.byCategory h4 {
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
  font-size: 18px !important;
}

.searchContainer .bySearch {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.searchContainer .bySearch:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.searchContainer .bySearch input[type=text] {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.searchContainer .bySearch input[type=text]:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.byCategory select {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.byCategory select:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.faculty-image-header {
  display: flex;
  clear: both;
  height: 30vw;
  min-height: 30vw;
  max-height: 460px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
}
.faculty-image-header div.x-container.max.width.faculty-directory {
  display: flex;
  padding-top: 1em;
  padding-bottom: 1em;
  width: 100% !important;
}
.faculty-image-header div.x-container.max.width.faculty-directory h1 {
  color: #fff;
  text-shadow: 0px 0px 5px black;
}

.faculty-directory-page {
  width: 100%;
  margin: 0 auto;
}
.faculty-image-header .faculty-directory-page {
  max-width: 1200px;
  width: 88%;
}
.faculty-directory-page .x-main {
  padding-left: 10px;
  padding-right: 10px;
}

#viterbi-faculty .x-main.full,
#viterbi-faculty .contentDetail {
  clear: both;
  postion: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
#viterbi-faculty .x-main.full:after,
#viterbi-faculty .contentDetail:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
#viterbi-faculty hr {
  border-top-width: 4px;
  border-color: #990000;
}

.x-breadcrumbs + .faculty-image-header {
  margin-bottom: 0;
}

#viterbi-faculty nav {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  background: #990000;
}
#viterbi-faculty nav:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
@media screen and (min-width: 768px) {
  #viterbi-faculty nav {
    height: 45px;
    margin-bottom: 1.5em;
  }
}
#viterbi-faculty nav ul {
  max-width: 1200px;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  align-self: stretch;
  flex: 0 0 auto;
  margin: 0px auto;
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  #viterbi-faculty nav ul {
    justify-content: stretch;
    flex-direction: column;
  }
}
#viterbi-faculty nav ul > li {
  line-height: 45px;
}
@media screen and (max-width: 767px) {
  #viterbi-faculty nav ul > li {
    width: 100%;
    text-align: center;
    line-height: 25px;
  }
}
#viterbi-faculty nav ul > li a {
  color: #fff;
}
#viterbi-faculty nav ul > li.menu-item-has-children a:after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f107";
  padding-left: 0.5em;
  color: #fff;
}
#viterbi-faculty nav ul > li.menu-item-has-children:hover a:after {
  color: #ffcc00;
}
#viterbi-faculty nav ul.sub-menu {
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 15em;
  background-color: #fff;
  top: 45px;
  font-size: 0.8emx;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #viterbi-faculty nav ul.sub-menu {
    top: 25px;
    margin-left: 25vw;
    margin-right: 25vw;
    width: 50vw;
    text-align: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#viterbi-faculty nav ul.sub-menu > li {
  display: block;
  position: relative;
  clear: both;
  line-height: 25px;
  text-align: center;
}
#viterbi-faculty nav ul.sub-menu > li:first-child {
  padding-top: 5px;
}
#viterbi-faculty nav ul.sub-menu > li:last-child {
  padding-bottom: 5px;
}
#viterbi-faculty nav ul.sub-menu > li > a {
  width: 100%;
  color: black;
}
#viterbi-faculty nav ul.sub-menu > li > a:hover {
  color: #990000;
  font-weight: 700;
}
#viterbi-faculty nav ul.sub-menu li > a:after {
  content: "";
}
#viterbi-faculty nav ul.sub-menu li {
  min-width: 100%;
}
#viterbi-faculty nav ul > li:hover > ul.sub-menu {
  transition: opacity 0.4s ease-in-out;
  transition-delay: 0.1s;
  visibility: visible;
  opacity: 1;
}

.faculty-custom-text {
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 1em auto;
}
.faculty-custom-text.top {
  border-bottom: 4px solid #990000;
}
.faculty-custom-text.bottom {
  max-width: 1220px;
  padding: 0 10px;
  margin-bottom: 2em;
}
.faculty-custom-text.bottom hr {
  border-top-width: 4px;
  border-color: #990000;
}

@media screen and (max-width: 990px) {
  .searchContainer,
.byCategory {
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
    margin: 0 auto !important;
    content: "";
  }
  .searchContainer:after,
.byCategory:after {
    clear: both !important;
    display: table !important;
    width: 100% !important;
    content: "";
  }
  .searchContainer .categories,
.byCategory .categories {
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    content: "";
  }

  .faculty-image-header .faculty-directory-page {
    width: 100%;
  }

  .x-breadcrumbs {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .profileModuleLeft,
.profileModuleRight {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
    content: "";
  }
  .profileModuleLeft:after,
.profileModuleRight:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}
.page-events-slider .bx-wrapper {
  /* clear: both;
   display: block;
   position: relative;
   width: 100%;
   margin: 0 auto;
   padding: 0;
   content: "";*/
  background: transparent;
  background-color: transparent;
  /*min-width: 100%;*/
  border: none;
  box-shadow: none;
  overflow: hidden;
}

/*.page-events-slider .bx-wrapper:before,
.page-events-slider .bx-wrapper:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
}*/
.page-events-slider ul#events-slider {
  background: transparent;
  background-color: transparent;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.page-events-slider ul#events-slider li {
  background: transparent;
  background-color: transparent;
}

.page-events-slider .bx-viewport {
  background: transparent;
  background-color: transparent;
}

/*.page-events-slider .bx-pager {
    display: none;
}*/
.page-events-slider .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 32%;
  margin-top: 0;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.page-events-slider a.bx-prev {
  background: url(/../../images/controls.png) no-repeat 0 -32px;
  left: -4.25%;
}

.page-events-slider a.bx-next {
  background: url(/../../images/controls.png) no-repeat -43px -32px;
  right: -4.25%;
}

.x-sidebar .widget.widget_nav_menu {
  font-size: 0.85em;
}
@media screen and (max-width: 767px) {
  .x-sidebar .widget.widget_nav_menu {
    margin-left: 1em;
    margin-right: 1em;
  }
}
.x-sidebar .widget.widget_nav_menu ul,
.x-sidebar .widget.widget_nav_menu li,
.x-sidebar .widget.widget_nav_menu a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  opacity: 1;
  border: 0;
}
.x-sidebar .widget.widget_nav_menu ul:after,
.x-sidebar .widget.widget_nav_menu li:after,
.x-sidebar .widget.widget_nav_menu a:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.x-sidebar .widget.widget_nav_menu ul:before,
.x-sidebar .widget.widget_nav_menu li:before,
.x-sidebar .widget.widget_nav_menu a:before {
  opacity: 1;
}
.x-sidebar .widget.widget_nav_menu a {
  color: #333333;
}
.x-sidebar .widget.widget_nav_menu a:hover {
  color: gray;
}
.x-sidebar .widget.widget_nav_menu ul > li {
  border: none;
  line-height: 1.8;
  margin: 0;
}
.x-sidebar .widget.widget_nav_menu ul > li > a {
  margin: 0;
  padding: 5px 0 5px 20px;
  color: #333333;
}
.x-sidebar .widget.widget_nav_menu ul > li > a:hover {
  color: #990000;
}
.x-sidebar .widget.widget_nav_menu ul.sub-menu {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 0;
  background: inherit;
  font-size: inherit;
}
.x-sidebar .widget.widget_nav_menu ul.sub-menu:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.x-sidebar .widget.widget_nav_menu ul.sub-menu > li > a {
  padding-left: 45px;
}
.x-sidebar .widget.widget_nav_menu ul.sub-menu > li > ul.sub-menu li > a {
  padding-left: 80px;
}
.x-sidebar .widget.widget_nav_menu .sub-menu .sub-menu .current-menu-item > a:hover {
  opacity: 1;
}
.x-sidebar .widget.widget_nav_menu .current-menu-item > a {
  color: #990000;
}
.x-sidebar .widget.widget_nav_menu li.current-menu-item:before {
  display: block;
  position: absolute;
  width: 5px;
  margin: 0;
  top: 9px;
  height: 15px;
  content: "";
  background: #990000;
}

.single .post-nav {
  width: 100%;
  display: flex;
  font-size: 12px;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-top: 1em;
  color: white;
}
.single .post-nav .prev-post,
.single .post-nav .next-post {
  width: 48%;
  height: 45px;
  background: #990000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 40px;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
  color: white;
}
@media screen and (max-width: 767px) {
  .single .post-nav .prev-post,
.single .post-nav .next-post {
    width: 100%;
    margin-bottom: 1em;
  }
}
.single .post-nav .prev-post:hover,
.single .post-nav .next-post:hover {
  background: #ffcc00;
  border-color: black;
}
.single .post-nav .prev-post:hover > a,
.single .post-nav .next-post:hover > a {
  color: black;
}
.single .post-nav .prev-post a,
.single .post-nav .next-post a {
  color: white;
}

@media screen and (max-width: 414px) {
  .x-colophon.top .x-icon {
    font-size: 24px !important;
  }
}
@media screen and (max-width: 767px) {
  .x-topbar {
    display: none;
  }

  hr.x-hr {
    margin: 3% auto;
  }

  img.x-img {
    clear: both !important;
    display: block !important;
    position: relative !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 0 !important;
  }
  img.x-img:before, img.x-img:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }

  .x-column {
    clear: both !important;
    display: block !important;
    position: relative !important;
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
    content: "" !important;
  }
  .x-column:before, .x-column:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }

  .x-feature-box {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
  }
  .x-feature-box:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
  .x-feature-box .x-feature-box-graphic.square,
.x-feature-box div.x-feature-box-graphic-inner.square {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    content: "";
  }
  .x-feature-box .x-feature-box-graphic.square:after,
.x-feature-box div.x-feature-box-graphic-inner.square:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
  .x-feature-box img,
.x-feature-box img.square {
    padding: 0 0 3%;
  }
}
@media screen and (max-width: 830px) {
  .page-globalization #x-section-2 .x-1-6 a {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
}
@media screen and (max-width: 979px) {
  .x-column.x-1-5 {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 3%;
    content: "";
  }
  .x-column.x-1-5:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
}
@media screen and (max-width: 1023px) {
  figure,
.wp-caption {
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
  figure:after,
.wp-caption:after {
    clear: both;
    display: table;
    width: 100%;
    content: "";
  }
  figure img,
.wp-caption img {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1180px) {
  .page-history .x-feature-box {
    clear: both;
    display: block;
    position: relative;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 15px !important;
  }

  .page-facts-and-numbers .x-container.width {
    width: 100%;
  }

  .page-mission div.x-sm:nth-child(1),
.page-mission .x-video + .x-section .x-column {
    width: 100% !important;
  }
}
.search-header {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 0 10px;
}
.search-header:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.searchFilter {
  clear: both;
}
.searchFilter form {
  text-align: center;
  vertical-align: middle;
}
.searchFilter form span {
  margin: 0 12px 0 4px;
}
.searchFilter form input[type=radio] {
  margin-top: 1px;
}
@media screen and (max-width: 767px) {
  .searchFilter form {
    text-align: left;
  }
  .searchFilter form span.fields {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
  }
}

.vsoe .gcse.page {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 500px;
}
.vsoe .gcse.page:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe .gcse.page form.gsc-search-box,
.vsoe .gcse.page table,
.vsoe .gcse.page tbody,
.vsoe .gcse.page tr,
.vsoe .gcse.page td,
.vsoe .gcse.page table.gsc-search-box {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  line-height: normal !important;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  overflow: hidden;
  border: none;
  outline: none;
  box-shadow: none;
}
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button,
.vsoe .gcse.page table td.gsc-search-button,
.vsoe .gcse.page tbody td.gsc-search-button,
.vsoe .gcse.page tr td.gsc-search-button,
.vsoe .gcse.page td td.gsc-search-button,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button {
  height: 35px;
  min-height: 35px !important;
  max-height: 35px !important;
  margin: 0 !important;
  padding: 0 !important;
}
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .gsc-search-button-v2,
.vsoe .gcse.page table td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page table td.gsc-search-button .gsc-search-button-v2,
.vsoe .gcse.page tbody td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page tbody td.gsc-search-button .gsc-search-button-v2,
.vsoe .gcse.page tr td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page tr td.gsc-search-button .gsc-search-button-v2,
.vsoe .gcse.page td td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page td td.gsc-search-button .gsc-search-button-v2,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 {
  margin: 0;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
  background: #990000;
  background-color: #990000;
  background-image: none;
  border: 1px solid #777777;
  padding: 6px 15px !important;
  transition: all 0.4s ease-in-out;
}
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .gsc-search-button-v2:hover,
.vsoe .gcse.page table td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page table td.gsc-search-button .gsc-search-button-v2:hover,
.vsoe .gcse.page tbody td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page tbody td.gsc-search-button .gsc-search-button-v2:hover,
.vsoe .gcse.page tr td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page tr td.gsc-search-button .gsc-search-button-v2:hover,
.vsoe .gcse.page td td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page td td.gsc-search-button .gsc-search-button-v2:hover,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2:hover,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .gsc-search-button-v2:hover {
  background: #880000;
  background-color: #880000;
}
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page form.gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg,
.vsoe .gcse.page table td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page table td.gsc-search-button .gsc-search-button-v2 svg,
.vsoe .gcse.page tbody td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page tbody td.gsc-search-button .gsc-search-button-v2 svg,
.vsoe .gcse.page tr td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page tr td.gsc-search-button .gsc-search-button-v2 svg,
.vsoe .gcse.page td td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page td td.gsc-search-button .gsc-search-button-v2 svg,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .cse .gsc-search-button-v2 svg,
.vsoe .gcse.page table.gsc-search-box td.gsc-search-button .gsc-search-button-v2 svg {
  margin-top: -2px !important;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input {
  border: none !important;
  margin: 0;
  height: 35px !important;
  min-height: 35px !important;
  max-height: 35px !important;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input .gsc-input-box {
  border: none;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input {
  margin: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 35px !important;
  padding: 0 4px !important;
  font-size: 13px !important;
  background-position-x: 5px !important;
  background-size: 25% !important;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input td.gsst_b {
  border: none;
  outline: none;
  box-shadow: none;
  background: white;
  background-color: white;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input td.gsst_b:active, .vsoe .gcse.page table.gsc-search-box td.gsc-input td.gsst_b:focus, .vsoe .gcse.page table.gsc-search-box td.gsc-input td.gsst_b:hover {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input .gsst_b {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: white;
  background-color: white;
}
.vsoe .gcse.page table.gsc-search-box td.gsc-input .gsst_b:active, .vsoe .gcse.page table.gsc-search-box td.gsc-input .gsst_b:focus, .vsoe .gcse.page table.gsc-search-box td.gsc-input .gsst_b:hover {
  appearance: none;
  border: none;
  outline: none;
  box-shadow: none;
}
.vsoe .gcse.page form.gsc-search-box {
  border: 1px solid #ccc;
}

.vsoe #searchResults {
  margin-top: 1em;
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.vsoe #searchResults *,
.vsoe #searchResults div {
  font-family: "National", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
  font-size: 15px;
}
.vsoe #searchResults table th,
.vsoe #searchResults table td {
  padding-top: 0;
  padding-bottom: 0;
}
.vsoe #searchResults .gsc-control-cse a.gs-spelling,
.vsoe #searchResults .gsc-control-cse .gs-result a.gs-title,
.vsoe #searchResults .gsc-control-cse a.gs-result .gs-title * {
  font-size: 17px;
  font-weight: 700;
  color: #990000;
}
.vsoe #searchResults .gsc-control-cse a.gs-spelling:hover,
.vsoe #searchResults .gsc-control-cse .gs-result a.gs-title:hover,
.vsoe #searchResults .gsc-control-cse a.gs-result .gs-title *:hover {
  color: #000;
}
.vsoe #searchResults:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe #searchResults > h4 {
  padding-top: 0.5em;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.vsoe #searchResults .cse .gsc-control-cse,
.vsoe #searchResults .gsc-control-cse {
  padding: 0;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result,
.vsoe #searchResults .gsc-webResult.gsc-result,
.vsoe #searchResults .gsc-imageResult-classic,
.vsoe #searchResults .gsc-imageResult-column {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 1em 1em 0;
  margin-bottom: 0;
  background: #fafafa;
  border-left: 3px solid transparent;
  border-bottom: 1px solid #cccccc;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result:after,
.vsoe #searchResults .gsc-webResult.gsc-result:after,
.vsoe #searchResults .gsc-imageResult-classic:after,
.vsoe #searchResults .gsc-imageResult-column:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result:hover,
.vsoe #searchResults .gsc-webResult.gsc-result:hover,
.vsoe #searchResults .gsc-imageResult-classic:hover,
.vsoe #searchResults .gsc-imageResult-column:hover {
  transition: all 0.3s ease-in-out;
  border-left: 3px solid #990000;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-results,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-results,
.vsoe #searchResults .gsc-imageResult-classic .gsc-results,
.vsoe #searchResults .gsc-imageResult-column .gsc-results {
  position: relative;
  width: 100%;
  padding-bottom: 2px;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-results:hover,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-results:hover,
.vsoe #searchResults .gsc-imageResult-classic .gsc-results:hover,
.vsoe #searchResults .gsc-imageResult-column .gsc-results:hover {
  border: none;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gs-title,
.vsoe #searchResults .gsc-webResult.gsc-result .gs-title,
.vsoe #searchResults .gsc-imageResult-classic .gs-title,
.vsoe #searchResults .gsc-imageResult-column .gs-title {
  line-height: 1.6;
  height: 1.6em;
  text-decoration: none;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result a.gs-title,
.vsoe #searchResults .gsc-webResult.gsc-result a.gs-title,
.vsoe #searchResults .gsc-imageResult-classic a.gs-title,
.vsoe #searchResults .gsc-imageResult-column a.gs-title {
  line-height: 1.6;
  height: 1.6em;
  font-size: 17px;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result a.gs-title b,
.vsoe #searchResults .gsc-webResult.gsc-result a.gs-title b,
.vsoe #searchResults .gsc-imageResult-classic a.gs-title b,
.vsoe #searchResults .gsc-imageResult-column a.gs-title b {
  color: #990000;
  font-size: 17px;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result a.gs-title:hover,
.vsoe #searchResults .gsc-webResult.gsc-result a.gs-title:hover,
.vsoe #searchResults .gsc-imageResult-classic a.gs-title:hover,
.vsoe #searchResults .gsc-imageResult-column a.gs-title:hover {
  color: #000;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result a.gs-title:hover b,
.vsoe #searchResults .gsc-webResult.gsc-result a.gs-title:hover b,
.vsoe #searchResults .gsc-imageResult-classic a.gs-title:hover b,
.vsoe #searchResults .gsc-imageResult-column a.gs-title:hover b {
  color: #000;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-control-cse div,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-control-cse div,
.vsoe #searchResults .gsc-imageResult-classic .gsc-control-cse div,
.vsoe #searchResults .gsc-imageResult-column .gsc-control-cse div {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-table-result,
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-thumbnail-inside,
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gsc-url-top,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-table-result,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-thumbnail-inside,
.vsoe #searchResults .gsc-webResult.gsc-result .gsc-url-top,
.vsoe #searchResults .gsc-imageResult-classic .gsc-table-result,
.vsoe #searchResults .gsc-imageResult-classic .gsc-thumbnail-inside,
.vsoe #searchResults .gsc-imageResult-classic .gsc-url-top,
.vsoe #searchResults .gsc-imageResult-column .gsc-table-result,
.vsoe #searchResults .gsc-imageResult-column .gsc-thumbnail-inside,
.vsoe #searchResults .gsc-imageResult-column .gsc-url-top {
  padding-left: 0;
  padding-right: 0;
}
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gs-webResult div.gs-visibleUrl,
.vsoe #searchResults .cse .gsc-webResult.gsc-result .gs-imageResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-webResult.gsc-result .gs-webResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-webResult.gsc-result .gs-imageResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-imageResult-classic .gs-webResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-imageResult-classic .gs-imageResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-imageResult-column .gs-webResult div.gs-visibleUrl,
.vsoe #searchResults .gsc-imageResult-column .gs-imageResult div.gs-visibleUrl {
  color: #777777;
}
.vsoe #searchResults .gsc-results.gsc-webResult {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  border-top: none;
  margin-top: 0;
}
.vsoe #searchResults .gsc-results.gsc-webResult:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe #searchResults .gsc-results.gsc-webResult * {
  box-sizing: border-box;
}
.vsoe #searchResults .gsc-results .gsc-cursor-box {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.vsoe #searchResults .gsc-results .gsc-cursor-box:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  text-align: center;
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #990000;
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
  transition: 0.4s ease-in-out;
  color: #000;
  text-decoration: none;
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
  background-color: #000;
  color: #fff;
  text-shadow: none;
}
.vsoe #searchResults .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page:hover {
  text-decoration: none;
}
.vsoe #searchResults .imgRect {
  max-width: 100px;
  margin-right: 7px;
}
.vsoe #searchResults .gs-web-image-box,
.vsoe #searchResults .gs-promotion-image-box {
  width: 100% !important;
  max-width: 100px !important;
  magin-right: 7px !important;
  height: auto !important;
}
.vsoe #searchResults .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  width: 100% !important;
  max-width: 100px !important;
  height: 100% !important;
  margin-right: 7px !important;
  overflow: hidden;
}

.vsoe .cse .gsc-cursor-box,
.vsoe .gsc-cursor-box {
  border-top: none;
  border-color: #333333;
  padding: 0 0 0 0.5em;
  text-align: left;
}

.ad,
.gsc-adBlock {
  padding: 1em;
}

table.gsc-above-wrapper-area-container {
  margin-bottom: 0;
}

table .gsc-result-info {
  padding: 0 8px;
}

table td.gsc-orderby-container {
  padding-top: 0;
  padding-bottom: 0;
}

table .gsc-table-cell-thumbnail,
table .gs-promotion-image-cell {
  padding: 0 7px 0 0 !important;
}

body.search.search-results.vsoe .search-container {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  padding: 1em;
  margin: 2em auto;
}
body.search.search-results.vsoe .search-container:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
body.search.search-results.vsoe .search-container .search-results-body {
  columns: 2 400px;
  column-gap: 2em;
  column-rule: 1px dotted #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-top: 1em;
  margin-bottom: 1em;
}
body.search.search-results.vsoe .search-container .navigation {
  text-align: center;
}
body.search.search-results.vsoe .search-container .navigation p {
  margin-bottom: 0;
}

.vsoe .gs-web-image-box img.gs-image,
.vsoe .gs-promotion-image-box img.gs-promotion-image {
  border: 1px solid #e2e2e2;
  max-width: 100px;
  margin-top: 7px;
}
.vsoe .gs-web-image-box img.gs-image:hover,
.vsoe .gs-promotion-image-box img.gs-promotion-image:hover {
  transition: opacity 0.3s ease-in-out;
  opacity: 0.7;
}

.vsoe .web-image-box-portrait {
  width: 100% !important;
  max-width: 100px !important;
  margin-right: 7px !important;
  height: auto !important;
  overflow: hidden;
}

.no-search-results {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  max-width: 600px;
  padding: 1em;
  background: #990000;
  color: white;
  margin: 2em auto;
}
.no-search-results:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.no-search-results h4 {
  margin-bottom: 0;
  font-weight: normal;
  color: white;
}
.no-search-results p {
  line-height: 1.2;
  margin-bottom: 1.3em;
}

body.vsoe.search .x-breadcrumbs {
  display: none;
}

body.vsoe header.masthead .desktop table.gsc-search-box td.gsc-input .gsc-input-box input.gsc-input {
  margin: 0 !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 25px !important;
  padding: 0 5px !important;
  font-size: 13px !important;
  background-position-x: 5px !important;
  background-size: 50% !important;
}

.single-question-container {
  background-color: #F0F3F7;
  padding: 64px 0;
}

body.vsoe .single-question-container .x-main.left {
  margin-top: 0;
}

.single-question .x-main {
  width: 60%;
}

.single-question .x-sidebar {
  width: 35%;
}

.single-question-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.single-question-back span {
  display: inline-block;
  position: relative;
}

.single-question-back span:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #990000;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.single-question-back:hover {
  color: #990000;
}

.single-question-back:hover svg path {
  stroke: #990000;
}

.single-question-back:hover span:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.single-question-back svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}

.single-question-back svg path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.single-question-container .x-sidebar.right {
  margin-top: 30px !important;
}

@media only screen and (max-width: 768px) {
  .single-question-container .x-sidebar.right {
    margin-top: 50px !important;
  }
}
.single-question-sidebar-list {
  margin-top: 40px;
}

.single-question-sidebar-item:not(:last-child) {
  margin-bottom: 30px;
}

.single-question-sidebar-item:hover {
  z-index: 2;
  position: relative;
}

.single-question-sidebar-item .viterbi-question-link {
  min-height: auto;
}

@media only screen and (min-width: 768px) {
  .vsoe.cs-layout .single-question-sidebar-item .viterbi-question-title {
    margin: 16px 0;
  }
}
.single-question-container .single-question-article {
  padding: 40px 40px 0;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  border-radius: 5px;
  height: 100%;
}

.single-question-container .single-question-article .last-updated {
  margin: 40px -40px 0;
  background-color: #ddd;
  padding: 10px 0;
}

@media only screen and (max-width: 768px) {
  .single-question-container .single-question-article {
    padding: 40px 25px 0;
  }

  .single-question-container .single-question-article .last-updated {
    margin: 40px -25px 0;
  }
}
.single-question-upper {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-question-detail img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.single-question-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .single-question-share:hover .viterbi-question-share-list {
    opacity: 1;
    pointer-events: auto;
    top: 0;
  }
}
.single-question-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-question-right .tag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  padding: 5px 10px;
  background: #F5E5E5;
  border-radius: 50px;
  color: #990000;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.single-question-share svg {
  display: inline-block;
  vertical-align: middle;
}

.single-question-detail .separator {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  background-color: #777777;
}

.single-question-detail .time {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
}

@media only screen and (max-width: 768px) {
  .single-question-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
  }

  .single-question-detail .time {
    font-size: 14px;
  }
}
.single-question-detail .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* Start of CSS fix for the header hover issues */
.vsoe header.masthead-custom .x-navbar .desktop li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
.vsoe header.masthead-custom .x-navbar .desktop li.menu-item-has-children {
  z-index: 2;
}
.vsoe header.masthead-custom .x-navbar .desktop li.menu-item-has-children:hover {
  z-index: 1;
}
.vsoe header.masthead-custom .x-navbar .desktop .sub-menu {
  top: 0 !important;
  left: auto;
  right: 0;
  padding-top: 60px;
  background-color: transparent !important;
  z-index: 1;
}
.vsoe header.masthead-custom .x-navbar .desktop .x-nav > li {
  z-index: 2;
}
.vsoe header.masthead-custom .x-navbar .desktop .sub-menu:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% - 40px);
  left: 0;
  background-color: #fff;
}
.vsoe header.masthead-custom .x-navbar .desktop .x-nav > li.menu-item-has-children:hover > a {
  color: #990000;
}
.vsoe header.masthead-custom .x-navbar .desktop .x-megamenu li a {
  font-size: 11px !important;
}
.vsoe .masthead-inline .x-navbar .desktop .sub-menu .sub-menu {
  top: -60px !important;
  padding-right: 60px;
  min-width: 310px;
  background-color: transparent !important;
  right: calc(100% + 1.75em - 40px) !important;
}
.vsoe .masthead-inline .x-navbar .desktop .sub-menu .sub-menu:before {
  width: calc(100% - 40px);
}
.vsoe .masthead-inline .x-navbar .desktop .x-megamenu .sub-menu .sub-menu {
  width: 100%;
  padding-top: 25px;
  padding-right: 0;
  min-width: 100%;
}

.desktop .x-nav .x-megamenu > .sub-menu > li > a {
  font-size: 10px !important;
  font-weight: bold !important;
  border-bottom: 1px solid #990000;
  text-align: center;
}
.desktop .menu-item.x-active > .sub-menu {
  display: none;
}
.desktop .sub-menu.x-dropdown {
  display: block !important;
}

.x-navbar .desktop .x-nav > .x-active > a {
  color: #000;
}

/*removes bullets from new page elements*/
.tco-blank-state ul > li::before {
  display: none !important;
}

/*removes bullets from Navigation: Inline element dropdown menu*/
.x-anchor-text .x-anchor-text-primary::before {
  display: none !important;
}

.menu-item ul > li:before {
  display: none !important;
}

.flex-nav-prev::before {
  display: none !important;
}

.flex-nav-next::before {
  display: none !important;
}

li.menu-item-has-children {
  cursor: pointer;
}

/* End of CSS fix for the header hover issues */
.vsoe .swiper-container.story-slider:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .swiper-wrapper {
  min-height: 100%;
  min-width: 100%;
}
.vsoe .swiper-container.story-slider .swiper-wrapper:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider .swiper-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .swiper-slide {
  max-height: 600px;
}
.vsoe .swiper-container.story-slider .swiper-slide:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider .swiper-slide:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .slider-content-wrap {
  position: absolute;
  width: calc(50% - 15px);
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  margin: 0;
  left: 15px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vsoe .swiper-container.story-slider .slider-content-wrap {
    width: 100%;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.vsoe .swiper-container.story-slider h3,
.vsoe .swiper-container.story-slider a h3 {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
}
.vsoe .swiper-container.story-slider h3:hover,
.vsoe .swiper-container.story-slider a h3:hover {
  color: #cccccc;
}
.vsoe .swiper-container.story-slider p {
  font-size: 14px;
  margin-bottom: 0;
}
.vsoe .swiper-container.story-slider a .x-btn {
  margin-top: 10px;
}
.vsoe .swiper-container.story-slider .x-btn {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-radius: 0;
}
.vsoe .swiper-container.html-slider {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5.25vw 8.5vw 5.5vw;
}
@media screen and (min-width: 1200px) {
  .vsoe .swiper-container.html-slider {
    padding: 70px 100px 100px;
  }
}
.vsoe .swiper-container.html-slider .swiper-container {
  max-height: none;
  display: flex;
}
.vsoe .swiper-container.html-slider .swiper-wrapper {
  align-content: center;
}
.vsoe .swiper-container.html-slider .top {
  font-size: 3.7vw;
  text-transform: uppercase;
  margin: 0 auto 1vw;
  line-height: 3.7vw;
}
.vsoe .swiper-container.html-slider .top-border,
.vsoe .swiper-container.html-slider .bottom-border {
  width: 100%;
  min-width: 100%;
  height: 6px;
  min-height: 6px;
  background-color: #990000;
  content: "";
}
@media screen and (max-width: 414px) {
  .vsoe .swiper-container.html-slider .top-border,
.vsoe .swiper-container.html-slider .bottom-border {
    height: 3px;
    min-height: 3px;
  }
}
.vsoe .swiper-container.html-slider .swiper-slide .top-border,
.vsoe .swiper-container.html-slider .swiper-slide .bottom-border {
  opacity: 0;
}
.vsoe .swiper-container.html-slider .swiper-slide.swiper-slide-active .top-border,
.vsoe .swiper-container.html-slider .swiper-slide.swiper-slide-active .bottom-border {
  transition: opacity 2s linear;
  opacity: 1;
}
.vsoe .swiper-container.html-slider .text {
  display: flex;
  height: 19vw;
  justify-content: center;
  align-items: center;
  font-size: 2.8vw;
  line-height: 3vw;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .vsoe .swiper-container.html-slider .text {
    font-size: 35px;
    line-height: 38px;
  }
}
.vsoe .swiper-container.event-slider {
  width: 100%;
}
.vsoe .swiper-container.event-slider h1 {
  margin-bottom: 1em;
}
.vsoe .swiper-container.event-slider .swiper-slide {
  height: 100%;
  color: black;
  display: flex;
  align-items: flex-start;
}
.vsoe .swiper-container.event-slider .swiper-button-prev,
.vsoe .swiper-container.event-slider .swiper-button-next {
  top: auto;
  bottom: 0;
}
.vsoe .swiper-button-prev,
.vsoe .swiper-button-next {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  background-size: 80%;
  opacity: 0;
}
.vsoe .swiper-button-prev {
  left: 0;
}
.vsoe .swiper-button-next {
  right: 0;
}
.vsoe .swiper-container:hover .swiper-button-prev,
.vsoe .swiper-container:hover .swiper-button-next {
  opacity: 0.8;
}
.vsoe .swiper-container:hover .swiper-button-prev:hover,
.vsoe .swiper-container:hover .swiper-button-next:hover {
  background-color: white;
  opacity: 1;
}
.vsoe .swiper-container:hover .swiper-button-prev:active, .vsoe .swiper-container:hover .swiper-button-prev:focus,
.vsoe .swiper-container:hover .swiper-button-next:active,
.vsoe .swiper-container:hover .swiper-button-next:focus {
  opacity: 1;
}
.vsoe .swiper-pagination-bullets {
  bottom: 5px;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.vsoe .swiper-pagination-bullet {
  transition: all 0.4s ease-in-out;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: #ccc;
  background-color: #ccc;
  opacity: 1;
  text-align: center;
}
.vsoe .swiper-pagination-bullet:hover {
  background: #777;
  background-color: #777;
}
.vsoe .swiper-pagination-bullet:active, .vsoe .swiper-pagination-bullet:focus {
  background: #990000;
  background-color: #990000;
}
.vsoe .swiper-pagination-bullet-active,
.vsoe .swiper-pagination-bullet-active:hover {
  background: #990000;
  background-color: #990000;
  cursor: default;
  -webkit-pointer-events: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vsoe .swiper-container.story-slider .swiper-button-prev,
.vsoe .swiper-container.story-slider .swiper-button-next,
.vsoe .swiper-container.story-slider .swiper-pagination,
.vsoe .swiper-container.story-slider .slider-content-wrap p,
.vsoe .swiper-container.story-slider .slider-content-wrap a .x-btn {
    display: none;
  }
  .vsoe .swiper-container.story-slider .slider-content-wrap {
    padding: 5px;
  }
}

.single-tutorial .runtime,
.single-forum .runtime {
  position: relative;
  background: #ffcc00;
  color: #444;
  padding: 5px 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  font-weight: 500;
  float: right;
  font-size: 14px;
}
.single-tutorial .runtime > *,
.single-forum .runtime > * {
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.single-tutorial .excerpt > p > a:last-of-type,
.single-forum .excerpt > p > a:last-of-type {
  display: none;
}

.vsoe .loop-archive .tutorial,
.vsoe .loop-archive .forum {
  background: white;
}
.vsoe .loop-archive .tutorial header.entry-header a > p,
.vsoe .loop-archive .forum header.entry-header a > p {
  padding: 23% 0;
}
.vsoe .loop-archive .tutorial .runtime,
.vsoe .loop-archive .forum .runtime {
  font-size: 12px;
}
.vsoe .loop-archive .tutorial .entry-content p,
.vsoe .loop-archive .forum .entry-content p {
  font-size: 13px;
}
.vsoe .loop-archive .tutorial .entry-content > p > a:last-child,
.vsoe .loop-archive .forum .entry-content > p > a:last-child {
  display: none;
}

.viterbi-imagine {
  background-color: #F0F3F7;
  padding: 40px 0;
}

@media only screen and (max-width: 768px) {
  .viterbi-imagine {
    padding: 25px 0;
  }
}
.viterbi-imagine-hero {
  height: 245px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viterbi-imagine-hero:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.viterbi-imagine-hero-title {
  font-family: Raleway;
  font-style: normal;
  font-weight: 600;
  font-size: 47px;
  line-height: 55px;
  margin-bottom: 0 !important;
  color: #fff;
  position: relative;
  z-index: 1;
}

body .viterbi-imagine-form .gform_wrapper {
  margin-bottom: 0;
}

.vsoe #main .viterbi-imagine-form .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vsoe #main .viterbi-imagine-form form {
  max-width: 744px;
  margin: 0 auto;
  padding: 24px;
  position: relative;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  border-radius: 5px;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield {
  width: 100%;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield:nth-child(2),
.vsoe #main .viterbi-imagine-form .gform_body .gfield:nth-child(3) {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .vsoe #main .viterbi-imagine-form .gform_body .gfield:nth-child(2),
.vsoe #main .viterbi-imagine-form .gform_body .gfield:nth-child(3) {
    width: 100%;
  }
}
.vsoe #main .viterbi-imagine-form .gform_body .ginput_container.ginput_container_fileupload {
  display: none;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield_label[for=input_2_2]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(https://viterbibusinessaffairs.usc.edu/wp-content/uploads/sites/2/2021/01/image.png);
  background-size: 18px 18px;
  margin-right: 10px;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield_label {
  cursor: pointer;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield_label[for=input_2_3]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  background-image: url(https://viterbibusinessaffairs.usc.edu/wp-content/uploads/sites/2/2021/01/attach.png);
  background-size: 18px 18px;
  margin-right: 10px;
}

.vsoe #main .viterbi-imagine-form .gform_body textarea {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 29px;
  color: #333;
  padding: 0;
  height: auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .vsoe #main .viterbi-imagine-form .gform_body textarea {
    font-size: 20px;
  }
}
.vsoe #main .viterbi-imagine-form .gform_body textarea::-webkit-input-placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body textarea::-moz-placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body textarea:-ms-input-placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body textarea::-ms-input-placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body textarea::placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body .ginput_container_textarea {
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.vsoe #main .viterbi-imagine-form .gform_footer {
  margin-top: 0;
  position: relative;
  bottom: 0;
  left: 0;
  margin-top: 20px;
  text-align: right;
  width: 100%;
}

.vsoe #main .viterbi-imagine-form .gform_footer input[type=submit] {
  font-weight: bold;
  padding: 10px 20px;
  text-shadow: none;
  border: 0;
  opacity: 1;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.vsoe #main .viterbi-imagine-form .gform_footer input[type=submit].disabled {
  background-color: #CCCCCC;
}

.viterbi-question {
  margin: 48px -15px 0;
}

@media only screen and (max-width: 768px) {
  .viterbi-question {
    margin: 48px 0 0;
  }
}
.vsoe #main ul.viterbi-question-list {
  list-style-type: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.viterbi-question-item {
  width: 33.33%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.viterbi-question-item:hover {
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .viterbi-question-item {
    width: 100%;
  }

  .vsoe #main ul > li.viterbi-question-item {
    padding: 0;
  }
}
.viterbi-question-item.is-hidden {
  display: none;
}

.viterbi-question-item.is-hidden .viterbi-question-card {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.vsoe #main .viterbi-question-item:before {
  display: none;
}

.viterbi-question-card {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  border-radius: 5px;
  height: 100%;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

.viterbi-question-link {
  padding: 20px;
  color: #333333;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .viterbi-question-link {
    min-height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .viterbi-question-card:hover .viterbi-question-link {
    background-color: #990000;
    color: #fff;
  }

  .viterbi-question-card:hover .viterbi-question-tag {
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
  }

  .viterbi-question-card:hover .viterbi-question-detail .name,
.viterbi-question-card:hover .viterbi-question-title {
    color: #fff;
  }

  .viterbi-question-card:hover .viterbi-question-share svg path {
    fill: #fff;
  }

  .viterbi-question-card:hover .viterbi-question-detail .time {
    color: rgba(255, 255, 255, 0.6);
  }
}
.viterbi-question-share {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 33px;
  right: 30px;
}

@media only screen and (max-width: 1115px) {
  .viterbi-question-share {
    bottom: 45px;
  }
}
@media only screen and (max-width: 768px) {
  .viterbi-question-detail .separator {
    display: none;
  }

  .viterbi-question-share .viterbi-question-share-list,
.single-question-share .viterbi-question-share-list {
    pointer-events: auto;
    top: 40px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .viterbi-question-share:hover .viterbi-question-share-list {
    pointer-events: auto;
    opacity: 1;
    top: 0;
  }

  .viterbi-question-share-list {
    display: block !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out;
  }
}
.viterbi-question-share-list {
  pointer-events: none;
  top: 20px;
  padding-top: 60px;
  position: absolute;
  width: 200px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .viterbi-question-share-list {
    display: none;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: auto;
    right: -53px;
  }
}
.viterbi-question-share-list div {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
}

.viterbi-question-share-list a.viterbi-question-share-link:first-child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #333;
  border-left: 15px solid transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: border 0.3s ease-in-out;
  -o-transition: border 0.3s ease-in-out;
  transition: border 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .viterbi-question-share-list a.viterbi-question-share-link:first-child {
    margin-top: 20px;
  }

  .viterbi-question-share-list a.viterbi-question-share-link:first-child:before {
    left: 63%;
  }
}
a.viterbi-question-share-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 15px;
  color: #fff;
  background-color: #333;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

a.viterbi-question-share-link:hover {
  background-color: #fff;
  color: #333;
}

.viterbi-question-share-list a.viterbi-question-share-link:first-child:hover:before {
  border-bottom: 15px solid #fff;
}

.viterbi-question-link:hover .viterbi-question-share svg path {
  fill: rgba(255, 255, 255, 0.6);
}

.viterbi-question-tag {
  display: inline-block;
  padding: 5px 10px;
  background: #F5E5E5;
  border-radius: 50px;
  color: #990000;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}

.viterbi-question-share svg path {
  fill: #777;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.vsoe.cs-layout .viterbi-question-title {
  font-size: 16px;
  font-weight: 600;
  margin: 16px 0 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.viterbi-question-lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viterbi-question-detail img {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.viterbi-question-detail .separator {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  background-color: #777777;
}

.viterbi-question-detail .time {
  display: inline-block;
  vertical-align: middle;
  color: #777777;
  font-size: 14px;
}

@media only screen and (max-width: 1187px) {
  .viterbi-question-detail img {
    position: relative;
    top: 14px;
    float: left;
  }

  .viterbi-question-detail .name {
    margin-left: 17px;
  }

  .viterbi-question-detail .time {
    margin-left: 40px;
  }
}
.viterbi-question-detail .name {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.viterbi-question-nav {
  margin-bottom: 40px;
}

@media only screen and (max-width: 768px) {
  .viterbi-question-nav {
    margin-bottom: 48px;
  }

  .vsoe #main .viterbi-question-nav {
    margin: 0;
  }

  .vsoe #main .viterbi-question-nav ul {
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .vsoe #main .viterbi-question-nav ul li {
    margin-bottom: 10px;
  }
}
.vsoe #main .viterbi-question-nav ul {
  list-style-type: none;
  text-align: center;
  margin-bottom: 0;
}

.vsoe #main .viterbi-question-nav ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 8px;
  margin-bottom: 16px;
}

.vsoe #main .viterbi-question-nav ul li button,
.vsoe #main .viterbi-question-nav ul li a {
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 14px;
  min-height: 45px;
  border: 0;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #333;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .vsoe #main .viterbi-question-nav ul li button,
.vsoe #main .viterbi-question-nav ul li a {
    width: 100%;
    padding: 8px 10px;
    font-size: 12px;
    text-align: center;
    justify-content: center;
    min-height: auto;
  }

  .vsoe #main .viterbi-question-nav ul li {
    padding: 0 8px;
    margin-bottom: 10px;
    width: 50%;
  }

  .vsoe #main .viterbi-question-nav ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px;
  }
}
.vsoe #main .viterbi-question-nav ul li button.is-active {
  background-color: #333;
  color: #fff;
}

.vsoe #main .viterbi-question-load {
  text-align: center;
  margin-top: 10px;
}

.vsoe #main .viterbi-question-load button {
  display: inline-block;
  background-color: #fff;
  padding: 10px 30px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  border: 0;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.vsoe #main .viterbi-question-load button:hover {
  background-color: #333;
  color: #fff;
}

.vsoe #main .viterbi-question-nav ul li:before {
  display: none;
}

.imagine-section {
  padding: 48px 0;
}

@media only screen and (max-width: 768px) {
  .imagine-section {
    padding: 40px 0;
  }
}
.vsoe.cs-layout h2.imagine-section-title {
  text-align: center;
  margin-bottom: 48px;
  font-size: 28px;
  color: #990000;
}

.vsoe.cs-layout h2.imagine-section-title span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #000;
}

.vsoe #main ul.imagine-section-video {
  margin: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vsoe #main .imagine-section-video li {
  width: 33.33%;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 0 15px;
}

@media only screen and (max-width: 768px) {
  .vsoe #main .imagine-section-video li {
    width: 100%;
  }
}
.imagine-section-video li .imagine-section-container {
  width: 100%;
  padding-top: 56.35%;
  position: relative;
}

.vsoe #main .imagine-section-video li:before {
  display: none;
}

.imagine-section-video li iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.imagine-podcast {
  position: relative;
  padding: 40px 0;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .imagine-podcast {
    padding: 64px 0;
  }
}
.imagine-podcast:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.6;
}

.imagine-podcast .x-container {
  position: relative;
  z-index: 2;
}

.imagine-podcast-icon {
  width: 112px;
  height: 112px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .imagine-podcast-icon {
    margin: 0 auto;
  }
}
.imagine-podcast-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.imagine-podcast-content {
  color: #fff;
  margin-top: 40px;
}

.vsoe.cs-layout .imagine-podcast-content h2 {
  font-size: 28px;
  color: #fff;
}

.imagine-podcast-content p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 40px;
}

.imagine-podcast-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  border-radius: 3px;
  color: #333;
  margin-top: 16px;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
}

.imagine-podcast-content a:hover {
  background-color: #990000;
  border-color: #990000;
  color: #fff;
}

.imagine-podcast-content a:hover svg path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.imagine-podcast-content a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.imagine-podcast-content a svg path {
  fill: #333;
}

.imagine-podcast-left {
  width: 398px;
}

.imagine-podcast-right {
  width: calc(100% - 398px);
  padding-left: 100px;
}

@media only screen and (max-width: 768px) {
  .imagine-podcast-left {
    width: 100%;
    text-align: center;
  }

  .imagine-podcast-right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
}
.imagine-quick-link {
  padding: 40px 0;
  background-color: #F0F3F7;
}

.vsoe #main ul.imagine-quick-link-list {
  list-style-type: none;
}

.vsoe #main ul.imagine-quick-link-list li:before {
  display: none;
}

.vsoe #main ul.imagine-quick-link-list li:not(:last-child) {
  margin-bottom: 15px;
}

.vsoe #main ul.imagine-quick-link-list li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  padding: 12px 40px;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, padding 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .vsoe #main ul.imagine-quick-link-list {
    margin: 0;
  }

  .vsoe #main ul.imagine-quick-link-list li {
    padding: 0;
  }

  .vsoe #main ul.imagine-quick-link-list li:not(:last-child) {
    margin-bottom: 10px;
  }

  .vsoe #main ul.imagine-quick-link-list li a {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
  }

  .vsoe #main ul.imagine-quick-link-list li a span {
    display: block;
    width: 100%;
    padding-right: 20px;
  }
}
.vsoe #main ul.imagine-quick-link-list li a:hover {
  padding-left: 50px;
  padding-right: 50px;
  background-color: #990000;
  color: #fff;
}

.vsoe #main ul.imagine-quick-link-list li a:hover i svg path {
  stroke: #fff;
}

.vsoe #main ul.imagine-quick-link-list li i svg path {
  stroke: #333;
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.viterbi-about {
  padding: 40px 0;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  .viterbi-about {
    padding: 150px 0;
    min-height: 100%;
  }
}
.viterbi-about:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.viterbi-about-content {
  position: relative;
  z-index: 2;
  max-width: 775px;
  padding: 0 30px;
  margin: 0 auto;
}

.viterbi-about-content h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
}

.viterbi-about-content p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}

.imagine-bio {
  padding: 40px 0 0;
}

.imagine-bio-list {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.imagine-bio-item {
  padding: 0 15px;
  width: 20%;
}

.imagine-bio-card {
  width: 100%;
  position: relative;
  text-align: center;
}

.imagine-bio-image {
  padding-top: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.08);
}

.imagine-bio-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.imagine-bio-position {
  text-align: center;
  font-size: 16px;
}

.vsoe.cs-layout h2.imagine-bio-name {
  text-align: center;
  margin-top: 34px;
  margin-bottom: 4px;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .imagine-bio-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .imagine-bio-item {
    width: 50%;
    margin-bottom: 30px;
  }

  .vsoe.cs-layout h2.imagine-bio-name {
    padding: 0 20px;
  }
}
.imagine-bio-share {
  text-align: center;
  margin-top: 16px;
}

.imagine-bio-share a {
  margin: 0 10px;
  cursor: pointer;
}

.imagine-bio-share a svg path {
  -webkit-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}

.imagine-bio-share a:hover svg path {
  fill: #990000;
}

.imagine-bio-info {
  margin-top: 16px;
  border: 0;
  background-color: transparent;
  color: #990000;
  height: 30px;
  overflow: hidden;
  outline: none;
}

.imagine-bio-info span {
  position: relative;
  display: block;
  margin-top: 0;
  -webkit-transition: margin 0.15s ease-in-out;
  -o-transition: margin 0.15s ease-in-out;
  transition: margin 0.15s ease-in-out;
}

.imagine-bio-info span:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #990000;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.imagine-bio-info:hover span:first-child:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.imagine-bio-info.is-active span:first-child {
  margin-top: -27px;
}

.imagine-bio-info.is-active {
  pointer-events: none;
}

@media only screen and (max-width: 768px) {
  .imagine-bio-lower {
    display: none;
  }
}
.imagine-bio-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .imagine-bio-modal {
    display: none !important;
  }
}
.imagine-bio-modal .x-container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  padding: 30px 50px;
  min-height: 465px;
  max-height: 465px;
  overflow: scroll;
  width: calc(100% - 40px);
}

.imagine-bio-modal .x-container .close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.imagine-bio-modal .x-container .close:before,
.imagine-bio-modal .x-container .close:after {
  content: "";
  display: block;
  width: calc(100% - 15px);
  height: 4px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.imagine-bio-modal .x-container .close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.imagine-bio-modal .x-container .close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.imagine-bio-content {
  background-color: #F0F3F7;
  margin-top: 48px;
  padding: 64px 0;
  position: relative;
}

.imagine-bio-content p:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-top: 0;
  border-right: 24px solid transparent;
  border-bottom: 24px solid #F0F3F7;
  border-left: 24px solid transparent;
  position: absolute;
  top: -88px;
}

.imagine-bio-content p:nth-child(1):before {
  left: calc(10% - 30px);
}

.imagine-bio-content p:nth-child(2):before {
  left: calc(30% - 30px);
}

.imagine-bio-content p:nth-child(3):before {
  left: calc(50% - 15px);
}

.imagine-bio-content p:nth-child(4):before {
  left: calc(70% - 15px);
}

.imagine-bio-content p:nth-child(5):before {
  left: calc(90% - 15px);
}

.vsoe .imagine-bio-content p {
  margin: 0;
  font-size: 16px;
  position: relative;
}

.imagine-section-calendar iframe {
  width: 100%;
}

.vsoe #main .viterbi-imagine-form .gform_body ul.gform_fields li.gfield select:not([multiple]),
.vsoe #main .viterbi-imagine-form .gform_body ul.gform_fields li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 29px;
  color: #333;
  padding: 0;
  height: auto;
  overflow: hidden;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}

.vsoe #main .viterbi-imagine-form .gform_body input::placeholder {
  color: #777777;
}

.vsoe #main .viterbi-imagine-form .gform_body .gfield.imagine-question-email {
  width: 100%;
}

.vsoe #main .viterbi-imagine-form .gform_body ul.gform_fields li.gfield + li.gfield {
  margin-top: 15px;
}

.imagine-section-calendar {
  max-width: 700px;
  padding: 0 20px;
  margin: 0 auto;
}

.imagine-section-calendar-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 20px 0;
}

.imagine-section-calendar-box:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

.imagine-section-calendar-box .date {
  display: block;
  width: 80px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  background: #F0F3F7;
}

.imagine-section-calendar-box .date span:first-child {
  display: block;
  padding: 5px;
}

.imagine-section-calendar-box .date span:last-child {
  display: block;
  background-color: #990000;
  color: #fff;
}

.imagine-section-calendar-box .content {
  margin-bottom: 0;
  padding-left: 20px;
  width: calc(100% - 80px);
}

.imagine-section-calendar-box .content p {
  margin-bottom: 0;
}

.imagine-section-calendar-box .content h3 {
  font-size: 22px;
  margin-bottom: 5px;
}

.vsoe .swiper-container.story-slider h3:hover,
.vsoe .swiper-container.story-slider a h3:hover {
  transition: all 0.4s ease-in-out;
}

#viterbi-faculty nav ul.sub-menu, .vsoe #searchResults, body.search.search-results.vsoe .search-container, .no-search-results {
  box-shadow: 0 0 1px #777777;
}

.vsoe .swiper-container.story-slider:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .swiper-wrapper {
  min-height: 100%;
  min-width: 100%;
}
.vsoe .swiper-container.story-slider .swiper-wrapper:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider .swiper-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .swiper-slide {
  max-height: 600px;
}
.vsoe .swiper-container.story-slider .swiper-slide:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe .swiper-container.story-slider .swiper-slide:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe .swiper-container.story-slider .slider-content-wrap {
  position: absolute;
  width: calc(50% - 15px);
  height: auto;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 15px;
  margin: 0;
  left: 15px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .vsoe .swiper-container.story-slider .slider-content-wrap {
    width: 100%;
    padding: 10px;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.vsoe .swiper-container.story-slider h3,
.vsoe .swiper-container.story-slider a h3 {
  font-size: 18px;
  margin-top: 0;
  color: #fff;
}
.vsoe .swiper-container.story-slider h3:hover,
.vsoe .swiper-container.story-slider a h3:hover {
  color: #cccccc;
}
.vsoe .swiper-container.story-slider p {
  font-size: 14px;
  margin-bottom: 0;
}
.vsoe .swiper-container.story-slider a .x-btn {
  margin-top: 10px;
}
.vsoe .swiper-container.story-slider .x-btn {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  border-radius: 0;
}
.vsoe .swiper-container.html-slider {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 5.25vw 8.5vw 5.5vw;
}
@media screen and (min-width: 1200px) {
  .vsoe .swiper-container.html-slider {
    padding: 70px 100px 100px;
  }
}
.vsoe .swiper-container.html-slider .swiper-container {
  max-height: none;
  display: flex;
}
.vsoe .swiper-container.html-slider .swiper-wrapper {
  align-content: center;
}
.vsoe .swiper-container.html-slider .top {
  font-size: 3.7vw;
  text-transform: uppercase;
  margin: 0 auto 1vw;
  line-height: 3.7vw;
}
.vsoe .swiper-container.html-slider .top-border,
.vsoe .swiper-container.html-slider .bottom-border {
  width: 100%;
  min-width: 100%;
  height: 6px;
  min-height: 6px;
  background-color: #990000;
  content: "";
}
@media screen and (max-width: 414px) {
  .vsoe .swiper-container.html-slider .top-border,
.vsoe .swiper-container.html-slider .bottom-border {
    height: 3px;
    min-height: 3px;
  }
}
.vsoe .swiper-container.html-slider .swiper-slide .top-border,
.vsoe .swiper-container.html-slider .swiper-slide .bottom-border {
  opacity: 0;
}
.vsoe .swiper-container.html-slider .swiper-slide.swiper-slide-active .top-border,
.vsoe .swiper-container.html-slider .swiper-slide.swiper-slide-active .bottom-border {
  transition: opacity 2s linear;
  opacity: 1;
}
.vsoe .swiper-container.html-slider .text {
  display: flex;
  height: 19vw;
  justify-content: center;
  align-items: center;
  font-size: 2.8vw;
  line-height: 3vw;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .vsoe .swiper-container.html-slider .text {
    font-size: 35px;
    line-height: 38px;
  }
}
.vsoe .swiper-container.event-slider {
  width: 100%;
}
.vsoe .swiper-container.event-slider h1 {
  margin-bottom: 1em;
}
.vsoe .swiper-container.event-slider .swiper-slide {
  height: 100%;
  color: black;
  display: flex;
  align-items: flex-start;
}
.vsoe .swiper-container.event-slider .swiper-button-prev,
.vsoe .swiper-container.event-slider .swiper-button-next {
  top: auto;
  bottom: 0;
}
.vsoe .swiper-button-prev,
.vsoe .swiper-button-next {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  background-size: 80%;
  opacity: 0;
}
.vsoe .swiper-button-prev {
  left: 0;
}
.vsoe .swiper-button-next {
  right: 0;
}
.vsoe .swiper-container:hover .swiper-button-prev,
.vsoe .swiper-container:hover .swiper-button-next {
  opacity: 0.8;
}
.vsoe .swiper-container:hover .swiper-button-prev:hover,
.vsoe .swiper-container:hover .swiper-button-next:hover {
  background-color: white;
  opacity: 1;
}
.vsoe .swiper-container:hover .swiper-button-prev:active, .vsoe .swiper-container:hover .swiper-button-prev:focus,
.vsoe .swiper-container:hover .swiper-button-next:active,
.vsoe .swiper-container:hover .swiper-button-next:focus {
  opacity: 1;
}
.vsoe .swiper-pagination-bullets {
  bottom: 5px;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  transition: all 0.4s ease-in-out;
}
.vsoe .swiper-pagination-bullet {
  transition: all 0.4s ease-in-out;
  width: 10px;
  height: 10px;
  line-height: 10px;
  margin-top: 0;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: #ccc;
  background-color: #ccc;
  opacity: 1;
  text-align: center;
}
.vsoe .swiper-pagination-bullet:hover {
  background: #777;
  background-color: #777;
}
.vsoe .swiper-pagination-bullet:active, .vsoe .swiper-pagination-bullet:focus {
  background: #990000;
  background-color: #990000;
}
.vsoe .swiper-pagination-bullet-active,
.vsoe .swiper-pagination-bullet-active:hover {
  background: #990000;
  background-color: #990000;
  cursor: default;
  -webkit-pointer-events: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .vsoe .swiper-container.story-slider .swiper-button-prev,
.vsoe .swiper-container.story-slider .swiper-button-next,
.vsoe .swiper-container.story-slider .swiper-pagination,
.vsoe .swiper-container.story-slider .slider-content-wrap p,
.vsoe .swiper-container.story-slider .slider-content-wrap a .x-btn {
    display: none;
  }
  .vsoe .swiper-container.story-slider .slider-content-wrap {
    padding: 5px;
  }
}
