@charset "UTF-8";
@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;
}

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;
  padding: 0;
  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: 0;
  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;
}

/*.single-news,
.single-media_coverage,
.single-mediacoverage {
    .hentry {
        padding-left: 15px;
        padding-right: 15px;

        a button.x-btn {
            display: block;
            clear: both;
            float: none;
            position: relative;
            margin-left: auto;
            margin-right: auto;
            text-align: center;
        }
    }

    h1 {
        margin-top: 0;
    }

    .wp-caption,
    .gallery-item {
        padding: 5px;
        margin-bottom: 20px;
        background: #eee;
        box-shadow: none;
    }

    .entry-title {
        text-transform: capitalize;
        letter-spacing: -2px;
        line-height: 1.1;
        font-weight: 700;
        margin: 20px auto;
        margin: 1.7vw auto;

        @media screen and (max-width: 970px) {
            letter-spacing: 0;
        }
    }

    h4 {
        margin-top: 0;
    }

    header.entry-header+h3 {
        margin: 20px auto 10px;
        margin: 1.8vw auto 0.9vw;
    }

    blockquote {
        display: inline-block;
        float: right;
        width: auto;
        max-width: 350px;
        margin-left: 20px;
        padding: 20px;
        text-align: center;

        p {
            margin: 0;
        }
    }

    .category-wrap {
        clear: both;
        display: block;
        position: relative;
        width: auto;
        margin: 0 auto;
        text-align: center;
        line-height: 1;

        @media screen and (max-width: 800px) {
            margin-top: 20px;
            margin-bottom: 20px;
        }

        &:after {
            clear: both;
            display: table;
            width: 100%;
            content: "";
        }
    }

    span.meta-category {
        display: inline-block;
        text-align: center;
        margin: 0 10px 20px;
        overflow-wrap: normal;

        &:first-child {
            margin-left: 0;
        }

        a {
            display: block;
            position: relative;
            width: 100%;
            text-align: center;
            border: 2px solid #000;
            padding: 6px 10px;
            border-radius: 100px;
            transition: all 0.2s ease;
            -webkit-transition: all 0.2s ease;
            font-weight: bold;
            color: #000;
            font-size: 12px;
            text-transform: uppercase;

            &:hover {
                background: $crimson;
                color: #fff;
                border-color: transparent;

                @media screen and (max-width: 800px) {
                    background: inherit;
                    color: $crimson;
                }
            }
        }

        @media screen and (max-width: 800px) {
            margin: 0 7px 0 0 !important;
            padding: 0;
            font-size: 10px;
            line-height: 1.3;

            a {
                border: none;
                border-radius: none;
                margin: 0;
                padding: 0;

                &:after {
                    content: ",";
                }

                &:hover {
                    background: inherit;
                    color: $crimson;
                }
            }

            &:last-child a:after {
                content: "";
            }
        }
    }

    .meta-author {
        margin: 15px auto;
        margin: 1vw auto;
        color: #888888;
        text-transform: capitalize;

        a {
            color: inherit;

            &:hover {
                color: #606060;
            }
        }
    }
}*/
/*.vsoe.post-type-archive {
    .loop-archive .x-container {
        flex-flow: row wrap;
        //flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin: calc(((0rem / 2) + 1px) * -1) calc(((0rem / 2) + 1px) * -1);
    }
    .x-column.x-1-4 {
        align-self: stretch;
    }
    .x-column.x-1-4:nth-child(4n+4) {
        margin-right: 0;
        /*&:after {
            clear: both;
            display: table;
            width: 100%;
            content: "";
        }
    }

    .x-column.x-1-4:nth-child(4n+1) {
        clear: left;
    }
}*/
/*.loop-archive,
.archive .content {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
    padding: 0;
    content: "";

    h1.entry-title {
        margin-bottom: 0 !important;
    }
}*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .loop-archive .x-column.x-1-4 {
    width: 48%;
  }
  .loop-archive .x-column.x-1-4:nth-child(even) {
    margin-right: 0;
  }
  .loop-archive .x-column.x-1-4:nth-child(odd) {
    clear: left;
  }
}
@media screen and (min-width: 1025px) {
  .loop-archive .x-column.x-1-4:nth-child(4n+4) {
    margin-right: 0;
  }
  .loop-archive .x-column.x-1-4:nth-child(4n+1) {
    clear: left;
  }
}
.loop-archive .x-column.x-1-4 {
  margin-bottom: 3vw;
}
.loop-archive .hentry {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
}
.loop-archive header.entry-header a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
}
.loop-archive header.entry-header a:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.loop-archive header.entry-header a p {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 20% 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.loop-archive header.entry-header a:hover p {
  opacity: 1;
  color: #fff;
}
.loop-archive .entry-content {
  padding: 15px;
  line-height: 1.4;
  margin-top: 0;
  overflow: hidden;
}
.loop-archive h3.entry-title {
  font-size: 18px;
  line-height: 1.4;
}
.loop-archive a,
.loop-archive a:hover,
.loop-archive a:active,
.loop-archive a:focus {
  transition: all 0.3s ease-in-out;
}
.loop-archive span.meta-author {
  display: block;
  font-size: 13px;
  margin: 10px auto;
  color: #333;
}

@media screen and (max-width: 1200px) {
  .archive .content {
    padding: 0 10px !important;
  }
}

.archive .content:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}

.archive .hentry {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  content: "";
  height: 100%;
  min-height: 100%;
}
.archive .hentry:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.archive .hentry h1.entry-title {
  font-size: 18px !important;
}

.archive .x-header-landmark,
.single .x-header-landmark {
  display: none;
}

.archive header.entry-header img {
  max-width: 100%;
}

.archive header.entry-header a {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.archive header.entry-header a p {
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 20% 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.archive header.entry-header a:hover p {
  opacity: 1;
  color: #fff;
}

.loop-archive a:hover h1.entry-title,
.archive a:hover h1.entry-title {
  color: #990000;
  transition: all 0.3s ease-in-out;
}

.archive .link-overlay {
  display: block;
  position: absolute;
  width: 100%;
  margin: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  content: "";
}

.archive h1.entry-title {
  font-size: 18px;
  line-height: 1.3;
}

.archive .entry-content {
  margin-top: 0;
  padding: 30px;
  color: #000;
  overflow: hidden;
  line-height: 1.4;
}

.archive span.meta-author {
  color: #333;
  font-size: 14px;
  line-height: 3;
}

.post-type-archive .hentry {
  margin-top: 0;
  margin-bottom: 2.5%;
}
.post-type-archive .hentry footer.entry-footer {
  position: absolute;
  margin: 0;
  background: transparent;
  bottom: 0;
}

.loop-archive .hentry {
  margin-top: 0;
  margin-bottom: 2.5%;
}
.loop-archive .entry-content {
  overflow: hidden;
}
.loop-archive .entry-content p {
  margin-bottom: 0;
}
@media screen and (max-width: 580px) {
  .loop-archive .one-fourth {
    clear: both;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto 20px;
  }
  .loop-archive .one-fourth:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 581px) and (max-width: 1080px) {
  .loop-archive .one-fourth {
    width: 48.75%;
  }
  .loop-archive .one-fourth:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 1081px) {
  .loop-archive .one-fourth:nth-child(4n+1) {
    clear: left;
    margin-left: 0;
  }
}

.archive h1.page-title {
  display: inline-block;
  float: left;
  text-align: left;
  width: auto;
  max-width: 1200px;
  min-width: 0;
  padding-top: 3%;
  margin-left: auto;
  margin-right: auto;
}
.archive h1.page-title:before, .archive h1.page-title:after {
  display: none;
}
.archive h1.page-title span {
  margin-right: 8px;
  margin-right: 1vw;
}
.archive h1.page-title span:empty {
  margin-right: 0;
}

.post-type-archive-news h1.page-title span:empty,
.post-type-archive-media_coverage h1.page-title span:empty {
  display: none;
}

.news-category-select-wrap {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
.news-category-select-wrap:after {
  clear: both;
  display: table;
  width: 100%;
  content: "";
}
.news-category-select-wrap:before, .news-category-select-wrap:after {
  height: 0;
}
@media screen and (max-width: 510px) {
  .news-category-select-wrap {
    font-size: 11px;
    margin-bottom: 15px;
  }
}
.news-category-select-wrap span.dropdown {
  display: inline-block;
  float: left;
  position: relative;
  margin-bottom: 0px;
  margin-right: 20px;
  z-index: 3;
  background: #fff;
  overflow: visible;
  transition: all 0.4s 0.4s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 510px) {
  .news-category-select-wrap span.dropdown {
    margin-right: 7px;
  }
}
.news-category-select-wrap span.dropdown p {
  margin: 0 0 3px;
}
.news-category-select-wrap span.dropdown p a {
  transition: all 0.4s ease-in-out;
  color: #990000;
}
.news-category-select-wrap span.dropdown p a:hover {
  color: #000;
}
.news-category-select-wrap span.dropdown .department {
  width: 320px;
}
.news-category-select-wrap span.dropdown .topic {
  width: 200px;
}
.news-category-select-wrap span.dropdown ul {
  visibility: hidden;
  opacity: 0;
  background: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
.news-category-select-wrap span.dropdown ul li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
}
.news-category-select-wrap span.dropdown ul li a {
  display: block;
  position: relative;
  width: 100%;
  padding: 5px 10px;
  color: #333;
  transition: all 0.4s ease-in-out;
}
.news-category-select-wrap span.dropdown ul li a:hover {
  color: #fff;
  background: #990000;
}
.news-category-select-wrap span.dropdown ul li a:active, .news-category-select-wrap span.dropdown ul li a:focus {
  background: #777777;
}
.news-category-select-wrap span.dropdown:hover ul, .news-category-select-wrap span.dropdown:active ul, .news-category-select-wrap span.dropdown:focus ul {
  transition: all 0.4s ease-in-out;
  visibility: visible;
  opacity: 1;
  transition-delay: 0;
}
.news-category-select-wrap span.news-filter {
  display: inline-block;
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 510px) {
  .news-category-select-wrap span.news-filter {
    display: none;
  }
}
.news-category-select-wrap span.browse-category {
  float: right;
}

.vsoe.single-news .x-container.max {
  max-width: 1120px;
}
.vsoe.single-news .entry-content {
  margin: 1.5em auto;
}
.vsoe.single-news .hentry .x-entry-share {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .vsoe.single-news .hentry .x-entry-share {
    display: none;
  }
}
.vsoe.single-news .related-posts {
  float: right;
  width: 280px;
}
.vsoe.single-news article {
  float: left;
  width: calc(100% - 320px);
}
.vsoe.single-news p.related-content-title {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .vsoe.single-news .related-posts,
.vsoe.single-news article {
    clear: both;
    float: none;
    width: 100%;
    margin-bottom: 1em;
  }
}
.vsoe.single-news .entry-header > * {
  text-align: left;
}
.vsoe.single-news header.entry-header .x-entry-share {
  float: left;
  margin-bottom: 1.25em;
}
.vsoe.single-news .x-entry-share .x-share {
  background: #f0f0f0;
  transition: all 0.4s ease-in-out;
}
.vsoe.single-news .x-entry-share .x-share:hover {
  transition: all 0.4s ease-in-out;
  background: #d0d0d0;
}
.vsoe.single-news .x-entry-share a:hover {
  color: #000;
}

.vsoe.single-news .related-posts {
  padding: 15px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.35);
}
.vsoe.single-news .related-posts h4.widgettitle {
  font-size: 1.1em;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  padding: 0 10px 5px;
  border-bottom: 1px solid #dadada;
}
.vsoe.single-news .related-posts hr {
  margin: 0.25em 0 1em;
}
.vsoe.single-news .related-posts .x-entry-share {
  border: none;
  padding: 0;
}
.vsoe.single-news .related-posts .x-entry-share > p {
  display: none;
}
.vsoe.single-news .related-posts .x-entry-share .x-share {
  display: inline-block;
  margin: 0 0.05em;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
}
.vsoe.single-news .related-posts .news-categories {
  list-style-type: none;
  margin: 0 0 1.25em;
  padding: 0;
}
.vsoe.single-news .related-posts .news-categories li {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8em;
  line-height: 1.2em;
}
.vsoe.single-news .related-posts .news-categories a {
  display: block;
  padding: 5px;
  transition: all 0.4s ease-in-out;
}
.vsoe.single-news .related-posts .news-categories a:hover {
  background: #000;
  color: #fff;
}
.vsoe.single-news .related-posts .related-post {
  background: #f0f0f0;
  margin: 0 0 15px;
}
.vsoe.single-news .related-posts .related-post:last-child {
  margin: 0;
}
.vsoe.single-news .related-posts .related-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.vsoe.single-news .related-posts .related-image:before {
  content: "";
  float: left;
  padding-bottom: 50%;
}
.vsoe.single-news .related-posts .related-image:after {
  content: "";
  display: table;
  clear: both;
}
.vsoe.single-news .related-posts .related-content {
  padding: 15px;
}
.vsoe.single-news .related-posts .related-content p {
  margin-bottom: 0.8em;
  font-size: 0.8em;
}
.vsoe.single-news .related-posts .related-content p.related-content-date {
  font-size: 0.75em;
  color: #333;
}
.vsoe.single-news .related-posts .related-content p:last-child {
  margin-bottom: 0;
}
.vsoe.single-news .related-posts .related-content a {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
  transition: all 0.4s ease-in-out;
}
.vsoe.single-news .related-posts .related-content a:hover {
  color: #990000;
}

.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: 99999 !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);
}

/*.row {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.row:after {
  clear: both !important;
  display: table !important;
  width: 100% !important;
  content: "" !important;
}*/
/*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;
}

.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: 99999 !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);
}

/*.row {
  clear: both;
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.row:after {
  clear: both !important;
  display: table !important;
  width: 100% !important;
  content: "" !important;
}*/
/*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;
}

.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;
}

ul.x-ul-icons > li.x-li-icon:before,
ul.x-nav-tabs > li.x-nav-tabs-item:before,
ul.x-slides > li.x-slide:before {
  display: none;
}

.x-masthead .x-anchor.x-anchor.stky {
  width: auto;
}

/*"Created on" and "Last updated on" text at the bottom of each page*/
.created-on {
  text-align: center;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 11px;
}

.last-updated {
  text-align: center;
  margin: 0 auto 1em !important;
  text-transform: uppercase;
  font-size: 11px;
}

.news .created-on,
.news .last-updated {
  display: none;
}

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

.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;
  }
}
