* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 12px;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

@media (min-width: 480px) {
  html {
    font-size: 14px; } }

@media (min-width: 768px) {
  html {
    font-size: 16px; } }

body {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 300;
  color: #222;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background-color: #fff; }
  body.fresh {
    background-color: #fff; }

.container {
  width: 100%;
  width: calc(100% - 30px);
  max-width: 1450px; }

.panel {
  border: 0;
  padding: 0; }

a {
  color: #333333; }
  a:hover {
    color: #d8ab4c; }

.vubrandbar__icon {
  color: #d8ab4c; }

.navbar {
  margin-bottom: 0;
  min-height: 0;
  z-index: 300;
  font-size: 1.2rem; }

@media (min-width: 480px) {
  .navbar {
    font-size: 1rem; } }

.navbar.navbar-inverse-light {
  background: rgba(85, 85, 85, 0.8);
  z-index: 250; }

.nav-visibility {
  visibility: hidden; }

.navbar.navbar-inverse-light .navbar-collapse {
  background: transparent; }

.navbar.navbar-inverse-light .navbar-nav > li > a {
  background: transparent; }

.vumainmenu__text--gold {
  color: #d8ab4c; }
  .vumainmenu__text--gold a {
    color: #d8ab4c !important; }

.vumainmenu__text--right {
  text-align: right; }

.vumainmenu__social li {
  float: left; }

@media (max-width: 767px) {
  .navbar.navbar-inverse .vubrandbar #VanderbiltSearch {
    margin-right: 0;
    margin-left: 0; }
  .navbar.navbar-inverse .navbar-brand {
    height: 22px;
    padding: 0;
    margin: 14px 0; }
  .navbar.navbar-inverse .navbar-toggle {
    padding: 0;
    margin: 18px 0; } }

.navbar.navbar-inverse-light .dropdown-menu .vumainmenu__button,
.navbar.navbar-inverse .dropdown-menu .vubrandbar__button {
  background: #333;
  text-transform: uppercase; }

.navbar-inverse-light .vumainmenu .vumainmenu__button--gold,
.navbar-inverse .vubrandbar .vubrandbar__button--gold {
  color: #d8ab4c; }

.vumainmenu__button:hover,
.vubrandbar__button:hover {
  background: #222 !important; }

.carousel-inner h4 small {
  color: #FFF !important; }

.linobg a:hover {
  background-color: none !important; }

.btn {
  font-family: 'Roboto', sans-serif; }
  .btn-primary {
    background-color: #d8ab4c;
    border: #d8ab4c;
    color: #000; }
    .btn-primary:hover {
      background-color: #c6942b;
      color: #000; }

a.btn-primary {
  color: #000; }
  a.btn-primary:hover {
    color: #000; }

.footer {
  min-height: 500px;
  background: #1a210f;
  position: relative; }

.footer__header {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #222;
  background: #333333;
  opacity: 0.9;
  padding: 15px 0 !important;
  margin: 0 !important; }

.footer__headline {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  color: #d8ab4c; }

.footer__title {
  color: #777;
  font-family: 'worksansextrabold',sans-serif; }

.footer__groups {
  margin-top: 23px;
  list-style: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
  font-size: 1.3rem;
  line-height: 2em; }

.footer__map {
  height: 325px; }

.footer__address,
.footer__link,
.footer__link:visited {
  color: #eeeeee; }

.footer__link:hover {
  color: #d8ab4c; }

.footer__credits {
  padding: 15px 0 10px 0;
  color: #bbb; }

.footer__oulink {
  font-size: 0.9rem;
  padding-right: 2px; }

.footer__oulink:link,
.footer__oulink:visited {
  color: #777777; }

.footer__oulink:hover {
  color: #d8ab4c; }

.vu-site-wrapper {
  margin: 55% auto 0;
  overflow: visible; }

.nohead {
  margin: 0 auto; }

.static-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%; }

@media (max-width: 480px) {
  .footer {
    padding-bottom: 50px; } }

/**
 * Flex Box Row Sizing
 */
.row-flex,
.row-flex > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 1 auto; }

.row-flex-wrap {
  -webkit-flex-flow: row wrap;
  align-content: flex-start;
  flex: 0; }

.row-flex > div[class*='col-'],
.container-flex > div[class*='col-'] {
  margin: -.2px;
  /* hack adjust for wrapping */ }

.container-flex > div[class*='col-'] div,
.row-flex > div[class*='col-'] div {
  width: 100%; }

.flex-col {
  display: flex;
  display: -webkit-flex;
  flex: 1 100%;
  flex-flow: column nowrap; }

.flex-grow {
  display: flex;
  -webkit-flex: 2;
  flex: 2; }

.vu-header .navbar {
  display: none; }

.graphic-header,
.header-background {
  background-color: #ccc; }
  .graphic-header img,
  .header-background img {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .graphic-header,
    .header-background {
      background-color: #000; }
      .graphic-header img,
      .header-background img {
        display: none; } }

.header-background {
  background: #ccc url("../../images/vuheader-bkg@1x.png") top center;
  background-size: cover;
  margin-bottom: -52px;
  position: relative;
  top: -52px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .header-background {
      background-image: url(../../images/vuheader-bkg@2x.png); } }
  @media screen and (max-width: 1199px) {
    .header-background {
      top: 0;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .header-background {
      background-image: none;
      margin-bottom: 0;
      top: 0; } }
  .header-background .livetextheader {
    display: block;
    text-align: left;
    margin: 80px 0px 40px 130px;
    color: #FFF;
    font-size: 4.45rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 200;
    opacity: 0.85;
    /* Large Devices, Wide Screens */
    /* Small Devices, Tablets */
    /* Extra Small Devices, Phones */
    /* Custom, iPhone Retina */ }
    .header-background .livetextheader strong {
      font-weight: 700; }
    .header-background .livetextheader small {
      color: #fff;
      float: none;
      display: block;
      width: 100%;
      margin: 5px 0;
      font-size: 1.4rem;
      line-height: 1.2em;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: bold; }
    @media (min-width: 1200px) {
      .header-background .livetextheader small {
        display: inline;
        width: auto;
        margin: 0;
        padding-left: 50px; } }
    @media only screen and (max-width: 1200px) {
      .header-background .livetextheader {
        margin-top: 35px; } }
    @media only screen and (max-width: 768px) {
      .header-background .livetextheader {
        font-size: 3.25rem; } }
    @media only screen and (max-width: 480px) {
      .header-background .livetextheader {
        font-size: 2.5rem;
        margin: 25px auto; } }
    @media only screen and (max-width: 320px) {
      .header-background .livetextheader {
        font-size: 2rem; } }
  .header-background a:link,
  .header-background a:visited,
  .header-background a:hover {
    text-decoration: none;
    border: 0; }

.graphic-header__title,
.header-background__title {
  display: none; }
  @media screen and (max-width: 767px) {
    .graphic-header__title,
    .header-background__title {
      color: #fff;
      display: block;
      font-weight: 200; } }

.get-social__list .get-social__item {
  text-align: center; }
  .get-social__list .get-social__item .get-social__link {
    padding: 5px 0; }

.navbar .no-border-radius, .navbar.no-border-radius,
.navbar .no-border-radius > * {
  border-radius: 0 !important;
  background: rgba(34, 34, 34, 0.9); }

.navbar-toggle {
  background: #222 !important;
  border: 0 !important; }

#main_navbar .icon-bar {
  background-color: #d8ab4c !important; }

.menu-lg {
  min-height: 62px; }

.navbar.menu-lg .navbar-brand {
  background-color: transparent;
  height: 62px;
  padding: 10px 0 10px 10px; }
  .navbar.menu-lg .navbar-brand:hover {
    background-color: transparent; }

.navbar-brand img {
  max-width: 220px;
  display: inline; }

.vumainmenu .vunavigation > li > a {
  color: #bfbfbf; }

/* Accessibility Options */
.dropdown-toggle:focus {
  background-color: #484848 !important;
  outline: #5e9ed7 auto 5px; }

.navbar.navbar-inverse-light .navbar-nav .dropdown-menu li:not(.list-group) > a:focus {
  background-color: #555; }

.dropdown-submenu {
  position: relative; }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px; }
  .dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px; }
  .dropdown-submenu:hover > a:after {
    border-left-color: #ffffff; }
  .dropdown-submenu.pull-left {
    float: none; }
    .dropdown-submenu.pull-left > .dropdown-menu {
      left: -100%;
      margin-left: 10px; }

.vu-main-content {
  padding-top: 1.2em; }
  .vu-main-content.fresh {
    background: #fff;
    padding-top: 0; }
  .vu-main-content h1,
  .vu-main-content h2,
  .vu-main-content h3,
  .vu-main-content h4,
  .vu-main-content h5,
  .vu-main-content h6 {
    font-family: 'Source Sans Pro', helvetica, sans-serif;
    margin: 30px 0; }
  .vu-main-content h1 {
    color: #333333;
    font-size: 2.6rem;
    line-height: 1.2em;
    letter-spacing: -.5px;
    border-bottom: 1px dotted #AAA; }
  .vu-main-content h2 {
    background: none;
    font-size: 1.875rem;
    border: 1px solid #d8ab4c;
    padding: 15px;
    border-radius: 0;
    border-right: 20px solid #d8ab4c; }
    .vu-main-content h2.noborder {
      border: 0;
      padding-left: 0; }
  .vu-main-content h3 {
    font-size: 2rem;
    font-weight: 200;
    line-height: 1.35em;
    color: #006682;
    margin: 30px 0 15px 0; }
    .vu-main-content h3 a:link, .vu-main-content h3 a:visited {
      text-decoration: none;
      color: #369;
      border-bottom: 1px dotted #369; }
    .vu-main-content h3 a:hover {
      color: #555555;
      border-bottom: 1px dotted #555555; }
  .vu-main-content .btn-primary {
    background-color: #d8ab4c;
    border-color: #d8ab4c; }
    .vu-main-content .btn-primary:hover {
      background-color: #c6942b; }
    .vu-main-content .btn-primary:focus, .vu-main-content .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 171, 76, 0.5); }
    .vu-main-content .btn-primary.disabled, .vu-main-content .btn-primary:disabled {
      background-color: #d8ab4c;
      border-color: #d8ab4c; }
    .vu-main-content .btn-primary:not([disabled]):not(.disabled):active, .vu-main-content .btn-primary:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-primary.dropdown-toggle {
      background-color: #c6942b;
      border-color: #d8ab4c;
      box-shadow: 0 0 0 0.2rem rgba(216, 171, 76, 0.5); }
  .vu-main-content .btn-success {
    background-color: #396f3a;
    border-color: #396f3a; }
    .vu-main-content .btn-success:hover {
      background-color: #284d28; }
    .vu-main-content .btn-success:focus, .vu-main-content .btn-success.focus {
      box-shadow: 0 0 0 0.2rem rgba(57, 111, 58, 0.5); }
    .vu-main-content .btn-success.disabled, .vu-main-content .btn-success:disabled {
      background-color: #396f3a;
      border-color: #396f3a; }
    .vu-main-content .btn-success:not([disabled]):not(.disabled):active, .vu-main-content .btn-success:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-success.dropdown-toggle {
      background-color: #284d28;
      border-color: #396f3a;
      box-shadow: 0 0 0 0.2rem rgba(57, 111, 58, 0.5); }
  .vu-main-content .btn-info {
    background-color: #368;
    border-color: #368; }
    .vu-main-content .btn-info:hover {
      background-color: #254a63; }
    .vu-main-content .btn-info:focus, .vu-main-content .btn-info.focus {
      box-shadow: 0 0 0 0.2rem rgba(51, 102, 136, 0.5); }
    .vu-main-content .btn-info.disabled, .vu-main-content .btn-info:disabled {
      background-color: #368;
      border-color: #368; }
    .vu-main-content .btn-info:not([disabled]):not(.disabled):active, .vu-main-content .btn-info:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-info.dropdown-toggle {
      background-color: #254a63;
      border-color: #368;
      box-shadow: 0 0 0 0.2rem rgba(51, 102, 136, 0.5); }
  .vu-main-content .btn-teal {
    background-color: #006682;
    border-color: #006682; }
    .vu-main-content .btn-teal:hover {
      background-color: #003e4f; }
    .vu-main-content .btn-teal:focus, .vu-main-content .btn-teal.focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 102, 130, 0.5); }
    .vu-main-content .btn-teal.disabled, .vu-main-content .btn-teal:disabled {
      background-color: #006682;
      border-color: #006682; }
    .vu-main-content .btn-teal:not([disabled]):not(.disabled):active, .vu-main-content .btn-teal:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-teal.dropdown-toggle {
      background-color: #003e4f;
      border-color: #006682;
      box-shadow: 0 0 0 0.2rem rgba(0, 102, 130, 0.5); }
  .vu-main-content .btn-warning {
    background-color: #b24d04;
    border-color: #b24d04; }
    .vu-main-content .btn-warning:hover {
      background-color: #803703; }
    .vu-main-content .btn-warning:focus, .vu-main-content .btn-warning.focus {
      box-shadow: 0 0 0 0.2rem rgba(178, 77, 4, 0.5); }
    .vu-main-content .btn-warning.disabled, .vu-main-content .btn-warning:disabled {
      background-color: #b24d04;
      border-color: #b24d04; }
    .vu-main-content .btn-warning:not([disabled]):not(.disabled):active, .vu-main-content .btn-warning:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-warning.dropdown-toggle {
      background-color: #803703;
      border-color: #b24d04;
      box-shadow: 0 0 0 0.2rem rgba(178, 77, 4, 0.5); }
  .vu-main-content .btn-danger {
    background-color: #712;
    border-color: #712; }
    .vu-main-content .btn-danger:hover {
      background-color: #4a0b15; }
    .vu-main-content .btn-danger:focus, .vu-main-content .btn-danger.focus {
      box-shadow: 0 0 0 0.2rem rgba(119, 17, 34, 0.5); }
    .vu-main-content .btn-danger.disabled, .vu-main-content .btn-danger:disabled {
      background-color: #712;
      border-color: #712; }
    .vu-main-content .btn-danger:not([disabled]):not(.disabled):active, .vu-main-content .btn-danger:not([disabled]):not(.disabled).active,
    .show > .vu-main-content .btn-danger.dropdown-toggle {
      background-color: #4a0b15;
      border-color: #712;
      box-shadow: 0 0 0 0.2rem rgba(119, 17, 34, 0.5); }
  .vu-main-content .btn-outline-primary {
    border-color: #d8ab4c; }
  .vu-main-content .btn-outline-success {
    border-color: #396f3a; }
  .vu-main-content .btn-outline-info {
    border-color: #368; }
  .vu-main-content .btn-outline-teal {
    border-color: #006682; }
  .vu-main-content .btn-outline-warning {
    border-color: #b24d04; }
  .vu-main-content .btn-outline-danger {
    border-color: #712; }

.primary-content {
  /* Teal Large News Blocks */ }
  .primary-content h4:not(.panel-title) {
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 1.2em;
    background: -webkit-linear-gradient(#fff 15px, #e2eff3 15px);
    background: -o-linear-gradient(#fff 15px, #e2eff3 15px);
    background: linear-gradient(#fff 15px, #e2eff3 15px);
    padding: 0 10px;
    font-weight: 200;
    color: #369; }
    .primary-content h4:not(.panel-title) a {
      color: #369; }
  .primary-content h5 {
    font-size: 2rem;
    text-transform: uppercase;
    border-bottom: 1px dotted #CCC;
    margin: 40px 0px;
    font-weight: 700;
    border: 0;
    color: #222;
    padding: 0px;
    width: 100%;
    background: repeating-linear-gradient(135deg, #d8ab4c, #d8ab4c 2px, #fff 2px, #fff 12px); }
    .primary-content h5 span {
      background: #FFF;
      padding: 0 12px 0 0;
      display: inline-block; }
  .primary-content h6 {
    font-size: 1.7rem;
    font-weight: 900;
    color: #222222;
    padding: 0px 10px 5px 10px;
    border-bottom: 1px solid #d8ab4c;
    margin: 35px 0px; }
  .primary-content p,
  .primary-content li,
  .primary-content .panel-title,
  .primary-content .panel-body {
    font-size: 1.2rem;
    line-height: 1.7em; }
  .primary-content p {
    margin: 15px 0; }
  .primary-content ul,
  .primary-content ol {
    overflow: hidden;
    zoom: 1; }
  .primary-content ul {
    margin: 15px 0px 15px 0;
    list-style: none; }
    .primary-content ul li::before {
      content: "\2609";
      color: #d8ab4c;
      font-weight: 900;
      margin-left: -25px;
      position: absolute;
      font-size: 1.4rem; }
  @media (min-width: 480px) {
    .primary-content ul {
      margin: 15px 0px 15px 1.5rem; }
      .primary-content ul li::before {
        font-size: 1.2rem; } }
  .primary-content blockquote {
    background: #FAFAFA;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #006682; }
    .primary-content blockquote span {
      font-size: 0.8rem;
      color: #333333;
      display: block;
      text-align: right; }
  @media (min-width: 768px) {
    .primary-content blockquote {
      float: right;
      width: 300px;
      margin-left: 20px;
      border-left: 2px dashed #d8ab4c; }
      .primary-content blockquote.leftquote {
        float: left;
        margin-left: 0;
        margin-right: 20px;
        border-right: 2px dashed #d8ab4c;
        border-left: 0; } }
  .primary-content a:link {
    color: #006682;
    border-bottom: 4px solid #c9dff6; }
  .primary-content a:visited {
    color: #006682;
    border-bottom: 4px solid #D9E8F8; }
  .primary-content a:hover {
    color: #000;
    border-bottom: 4px solid #d8ab4c;
    text-decoration: none; }
  .primary-content a.btn-primary {
    color: #000;
    border-bottom: none; }
  .primary-content a.btn-success, .primary-content a.btn-info, .primary-content a.btn-warning, .primary-content a.btn-danger, .primary-content a.btn-teal {
    color: #fff;
    border-bottom: none; }
  .primary-content .nav-stacked {
    margin: 0px 0px 25px 0px; }
    .primary-content .nav-stacked li,
    .primary-content .nav-stacked a {
      border: 0;
      padding: 4px;
      line-height: 1.4em; }
    .primary-content .nav-stacked li {
      border-bottom: 1px solid #eeeeee; }
      .primary-content .nav-stacked li::before {
        content: "";
        display: inline;
        width: 0;
        margin-left: 0; }
  .primary-content .vunewsblocks p {
    line-height: 1.4em;
    margin: 0; }
  .primary-content #tealnews {
    background: #006682 url("https://cdn.vanderbilt.edu/vu-www4/i/bg/bg-teal1k.jpg") top center no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    padding: 20px 20px 10px; }
    .primary-content #tealnews .vunewsblocks {
      margin: 0 auto 10px;
      max-width: 1450px;
      width: 100%;
      width: calc(100% - 30px); }
      .primary-content #tealnews .vunewsblocks h3 {
        margin-top: 10px;
        color: #fff; }
      .primary-content #tealnews .vunewsblocks .text-right .btn,
      .primary-content #tealnews .vunewsblocks .text-right .fa {
        font-size: 18px; }
    .primary-content #tealnews .vunewsitem .thumbnail {
      background-color: transparent;
      border: 0 none; }
      .primary-content #tealnews .vunewsitem .thumbnail img {
        border-radius: 4px; }
    .primary-content #tealnews .vunewsitem .caption {
      padding: 5px 0 0 0; }
      .primary-content #tealnews .vunewsitem .caption p {
        font-weight: 200;
        font-size: 1.35rem;
        line-height: 1.3em;
        color: #fff; }
  .primary-content .panel-title {
    margin: 0;
    font-weight: 500; }

.panel-title a:link, .panel-title a:visited {
  color: #333333;
  border-bottom: none; }

.panel-title a:focus, .panel-title a:hover {
  border-bottom: none;
  text-decoration: none; }

.vu-secondary {
  padding-top: 2rem; }
  .vu-secondary__header {
    text-align: center;
    border-bottom: 1px solid #d8ab4c;
    padding-bottom: 5px;
    margin-bottom: 2rem; }
  .vu-secondary__title {
    font-size: 1.3rem;
    line-height: 1.35em;
    margin-bottom: 2px; }

.vu-news-list {
  margin-top: 2rem;
  padding-bottom: 2rem; }
  .vu-news-list__title {
    margin: 0; }
  .vu-news-list__post {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 5px;
    border-top: 1px solid #E3E3E3; }
  .vu-news-list__news-image {
    float: left;
    display: inline;
    width: 200px;
    margin-right: 25px;
    margin-bottom: 10px; }
  .vu-news-list__more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }
  .vu-news-list .list-group {
    margin-left: 0; }
  .vu-news-list .list-group-item::before {
    content: ""; }
  .vu-news-list .media-left {
    width: 15%; }
  .vu-news-list a:link, .vu-news-list a:visited {
    border-bottom: none; }
  .vu-news-list a:hover {
    text-decoration: underline #000; }

.vu-slider {
  display: none;
  margin-top: 15px; }
  .vu-slider.fresh {
    margin-top: 0; }
    .vu-slider.fresh img {
      max-height: 500px;
      object-fit: cover; }
  .vu-slider__caption {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 20px;
    border-radius: 0; }
    .vu-slider__caption h3 {
      color: #fff;
      font-weight: 200;
      line-height: 1.3em;
      font-size: 1.45rem;
      margin-bottom: 1em; }
      @media (max-width: 991px) {
        .vu-slider__caption h3 {
          margin-top: 0;
          margin-bottom: 0; } }
      .vu-slider__caption h3 span {
        font-weight: 900; }
    @media (max-width: 991px) {
      .vu-slider__caption {
        background: black;
        padding-top: 10px;
        padding-bottom: 10px;
        position: relative; } }
  .vu-slider__indicators {
    bottom: 10px;
    margin-bottom: 0; }
  .vu-slider .carousel-indicators {
    display: none; }

.vu-full-slider img {
  height: 300px !important; }

.vu-full-slider h3 {
  font-weight: 200; }

.vu-full-slider .carousel-indicators {
  display: none; }

.vu-small-slider .carousel-indicators {
  display: none; }

.sidebar {
  /* News Feed Styles */ }
  .sidebar h3 {
    padding-left: .8em; }
  .sidebar__left {
    border-radius: 7px;
    border-top: 15px solid #d8ab4c;
    background: #222222;
    margin-top: 15px;
    padding: 15px 10px;
    color: #eeeeee; }
    .sidebar__left h3,
    .sidebar__left h4 {
      color: #d8ab4c; }
      .sidebar__left h3 a,
      .sidebar__left h4 a {
        color: #d8ab4c; }
        .sidebar__left h3 a:hover,
        .sidebar__left h4 a:hover {
          color: #fff; }
    .sidebar__left h3 {
      margin: 20px 0px;
      font-weight: 700;
      border: 0;
      padding: 0px;
      width: 100%;
      background: repeating-linear-gradient(135deg, #d8ab4c, #d8ab4c 2px, #222222 2px, #222222 12px); }
      .sidebar__left h3 span {
        background: #222222;
        padding: 0 12px 0 15px;
        display: inline-block; }
    .sidebar__left hr {
      background: #333333;
      border: 1px solid #333333; }
    .sidebar__left a {
      color: #cccccc; }
      .sidebar__left a:hover {
        color: #333333; }
      .sidebar__left a.btn-primary {
        color: #000;
        border-bottom: none; }
      .sidebar__left a.btn-success, .sidebar__left a.btn-info, .sidebar__left a.btn-warning, .sidebar__left a.btn-danger, .sidebar__left a.btn-teal {
        color: #fff;
        border-bottom: none; }
    .sidebar__left p {
      color: #cccccc; }
    .sidebar__left #flickr img {
      float: left;
      margin: 1px; }
  .sidebar__right {
    padding-top: 1.7875em; }
    .sidebar__right h3 {
      font-size: 1.3rem;
      margin: 20px 0px;
      font-weight: 700;
      border: 0;
      padding: 0px;
      width: 100%;
      background: repeating-linear-gradient(135deg, #d8ab4c, #d8ab4c 2px, #fff 2px, #fff 12px); }
      .sidebar__right h3 span {
        background: #fff;
        padding-right: 12px;
        display: inline-block; }
    .sidebar__right a {
      text-decoration: underline; }
      .sidebar__right a:focus, .sidebar__right a:hover {
        text-decoration: none; }
      .sidebar__right a.btn-primary {
        color: #000;
        border-bottom: none;
        text-decoration: none; }
      .sidebar__right a.btn-success, .sidebar__right a.btn-info, .sidebar__right a.btn-warning, .sidebar__right a.btn-danger, .sidebar__right a.btn-teal {
        color: #fff;
        border-bottom: none;
        text-decoration: none; }
    .sidebar__right .nav-stacked:not(.sidebar-news__list) a:link, .sidebar__right .nav-stacked:not(.sidebar-news__list) a:visited {
      background: #dfdfdf;
      text-decoration: none; }
    .sidebar__right .nav-stacked:not(.sidebar-news__list) a:hover {
      background: #eeeeee;
      border-right: 3px solid #fafafa; }
  .sidebar-panel__title {
    background-color: #d8ab4c;
    color: #fff;
    font-size: 1rem;
    line-height: 1.15em;
    margin: 3px 0 0;
    letter-spacing: .4px; }
  .sidebar-panel__pulldown {
    margin-bottom: -1px; }
    .sidebar-panel__pulldown .list-group-item:after {
      font-family: 'Glyphicons Halflings';
      content: "\e114";
      float: right;
      color: #333333; }
    .sidebar-panel__pulldown .list-group-item.collapsed:after {
      content: "\e080"; }
  .sidebar-panel__dropdown.collapse .list-group-item {
    background-color: #fce19a;
    padding: 10px 10px 10px 30px;
    text-indent: -.5em; }
  .sidebar-panel .list-group-item {
    border-radius: 0; }
  .sidebar-news {
    border-radius: 7px;
    background: #006682 url("../i/geobg-vert.jpg") top right;
    margin: 20px 0px;
    padding: 10px 0px; }
    .sidebar-news .sidebar-news__title {
      background: repeating-linear-gradient(135deg, #fff, #fff 2px, transparent 2px, transparent 12px);
      color: white;
      font-family: 'Source Sans Pro', helvetica, sans-serif;
      font-weight: 300; }
      .sidebar-news .sidebar-news__title span {
        background: #006682;
        padding-left: 15px; }
    .sidebar-news .sidebar-news__title--link {
      color: #d8ab4c !important; }
      .sidebar-news .sidebar-news__title--link:hover {
        color: #ececec !important;
        text-decoration: none; }
  .sidebar-news__list {
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    clear: both;
    line-height: 1.35em; }
  .sidebar-news__item {
    font-size: .95rem;
    line-height: 1.35em; }
  .sidebar-news__link {
    padding: 10px 15px;
    color: #dadada;
    text-decoration: none;
    display: block;
    overflow: hidden; }
    .sidebar-news__link:hover {
      background: white;
      color: #006682; }
  .sidebar-news__image {
    float: left;
    margin: 0 15px 20px 0;
    border: 0;
    padding: 1px;
    background: #000; }
  .sidebar-news__headline {
    float: right;
    width: calc(100% - 80px); }
    @media (min-width: 768px) and (max-width: 991px) {
      .sidebar-news__headline {
        margin-top: .5em;
        width: 100%; } }
  .sidebar-news__image--type {
    background: none;
    border: 0;
    float: right;
    padding: 0; }
  .sidebar-news__date {
    color: #777777;
    font-size: .75rem;
    padding-left: 5px;
    text-transform: uppercase; }

.calltoaction {
  background: url("../i/geobg.jpg");
  padding: 30px 0px 50px 0px;
  margin: 0; }
  .calltoaction h2,
  .calltoaction h3 {
    color: #fff;
    text-align: center; }
  .calltoaction h2 {
    font-size: 2.5rem; }
  .calltoaction h3 {
    font-size: 1.5rem; }

.ctabutton {
  margin-top: 30px;
  text-align: center; }
  .ctabutton a {
    display: block; }
    .ctabutton a:link {
      border: 2px solid #fff;
      color: #fff;
      font-size: 1.6rem;
      padding: 15px 25px; }
    .ctabutton a:hover {
      border-right-color: #000;
      color: #000; }

.hero-image {
  background: #fff url(../i/hero-image-bkg@1x.jpg) top left;
  background-size: cover;
  color: #fff;
  margin-top: 30px;
  padding: 150px 0; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    .hero-image {
      background-image: url(../i/hero-image-bkg@2x.jpg); } }

.jumbotron .hero-image__header {
  font-family: worksansextrabold, sans-serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

.jumbotron .hero-image__content {
  font-family: Roboto, serif;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); }

.accolades {
  background: url("../i/geobg.jpg");
  padding: 20px 0px; }
  .accolades h2 {
    color: #fff;
    font-size: 5rem;
    text-align: center;
    font-family: 'worksansextrabold', sans-serif; }
  .accolades h3 {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    font-family: 'worksanssemibold', sans-serif; }
  .accolades .btn {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'worksanssemibold', sans-serif;
    font-size: 1.6rem;
    padding: 15px 25px; }
    .accolades .btn:hover {
      border-color: #000;
      color: #000; }

.event__divider {
  border-bottom: 1px solid #d8ab4c;
  font-family: 'Roboto', serif;
  margin-bottom: 30px;
  padding-bottom: 5px;
  text-align: center; }

.event__list {
  margin-top: 50px;
  margin-bottom: 50px;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.event__item {
  margin-bottom: 30px; }

.event__date {
  font-family: 'worksansextrabold', sans-serif;
  width: 100%;
  height: auto;
  background-color: #3D3D3D;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px; }
  .event__date-listing {
    padding-top: 32px;
    margin-bottom: 0px; }
  .event__date-day {
    font-size: 2.7rem;
    line-height: 0;
    color: #fff;
    margin-right: 5px;
    letter-spacing: -.7px; }
  .event__date-datespan {
    font-family: 'worksanssemibold', sans-serif;
    font-size: 2rem;
    padding-top: 15px;
    line-height: 0;
    margin-bottom: 0px;
    color: #fff; }
  .event__date-month {
    font-family: 'worksanssemibold', sans-serif;
    font-size: 1.1rem;
    line-height: 1.38em;
    text-transform: uppercase;
    color: #fff; }
  .event__date-day-time {
    font-family: 'worksanssemibold', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ffcd2e; }
  .event__date-location {
    font-family: 'worksanssemibold', sans-serif;
    font-size: .9rem;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #fff; }

.event__title {
  font-family: 'vollkorn', serif;
  font-weight: bold;
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.2em; }
  @media (max-width: 320px) {
    .event__title {
      font-size: 1rem; } }

.event__title-xdescription {
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.2em;
  padding-bottom: 15px; }

.event__description {
  font-family: 'Roboto', serif; }
  @media (max-width: 320px) {
    .event__description {
      font-size: .9rem; } }

.event__container {
  background-color: rgba(255, 255, 255, 0.85);
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 0px;
  border-bottom: 3px dotted #fce19a; }

.event__photo-box {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 6px; }

.event__share {
  border-top: 1px solid #d8ab4c;
  margin: 0;
  padding: 0;
  font-size: .9rem;
  line-height: .8em; }
  .event__share ul {
    margin: 0;
    padding: 5px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    display: -webkit-box;
    /* Safari 6.1+ */
    display: -ms-flexbox;
    /* IE 10 */
    /*justify-content: center;*/ }
  .event__share ul li {
    margin: 5px;
    list-style: none outside none;
    display: inline-block; }
  .event__share i {
    width: 45px;
    font-size: .9rem;
    background-color: none;
    padding-top: 8px;
    height: 40px; }

.event__more {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }

/* Flickr Widget */
.flickr_badge_image {
  float: left; }
  .flickr_badge_image img {
    margin: 0 10px 10px 0;
    border-radius: 4px; }

/* CAROUSEL FADE */
.carousel .carousel-inner .item,
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel .carousel-inner .item,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0; }

.carousel .carousel-inner .active,
.carousel .carousel-inner .next.left,
.carousel .carousel-inner .prev.right,
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1; }

.carousel .carousel-inner .next,
.carousel .carousel-inner .prev,
.carousel .carousel-inner .active.left,
.carousel .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.carousel .carousel-control,
.carousel-fade .carousel-control {
  z-index: 2; }
  .carousel .carousel-control.left, .carousel .carousel-control.right,
  .carousel-fade .carousel-control.left,
  .carousel-fade .carousel-control.right {
    border: none; }

/* GRID PAGE */
.anchordown-grid {
  clear: both !important; }

.anchordown-block:hover,
.anchordown-blockwide:hover {
  opacity: .6;
  /* css standard /
        filter: alpha(opacity=60); / internet explorer */ }

.anchordown-block a,
.anchordown-blockwide a {
  height: 60vw;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  overflow: hidden; }

@media (min-width: 480px) {
  .anchordown-block a,
  .anchordown-blockwide a {
    height: 45vw; } }

@media (min-width: 768px) {
  .anchordown-block a,
  .anchordown-blockwide a {
    height: 30vw; } }

@media (min-width: 1200px) {
  .anchordown-block a,
  .anchordown-blockwide a {
    height: 475px; } }

.anchordown-block em,
.anchordown-blockwide em {
  display: block;
  font-size: 1rem;
  font-weight: 100 !important;
  font-style: normal;
  color: #d8ab4c; }

.anchordown-block span,
.anchordown-blockwide span {
  margin: 0;
  background: #000;
  opacity: 0.8;
  display: block;
  padding: 12px 20px;
  position: relative;
  top: 40%;
  font-size: 1.4rem;
  line-height: 1.5em;
  font-weight: 200;
  color: #fff; }

@media (min-width: 480px) {
  .anchordown-block span,
  .anchordown-blockwide span {
    font-size: 1.2rem;
    top: 50%; } }

@media (min-width: 1200px) {
  .anchordown-block span,
  .anchordown-blockwide span {
    font-size: 1.75rem;
    top: 60%; } }

.anchordown-block strong,
.anchordown-blockwide strong {
  font-weight: 700; }

@media (max-width: 767px) {
  .anchordown-block,
  .anchordown-blockwide {
    font-size: 1rem !important; } }

.anchordown-block a {
  width: 33.33333333%; }
  @media (max-width: 767px) and (min-width: 481px) {
    .anchordown-block a {
      width: 50% !important; } }
  @media (max-width: 480px) {
    .anchordown-block a {
      width: 100% !important; } }

.anchordown-blockwide a {
  width: 66.66666666%; }
  @media (max-width: 767px) {
    .anchordown-blockwide a {
      width: 100% !important; } }

.anchordown-blockwide span {
  font-size: 1.75rem;
  line-height: 1.5em;
  font-weight: 200; }

@media (max-width: 480px) {
  a.anchordown-blockwide {
    width: 100% !important; } }

/* EVENTS */
.events {
  margin: 30px auto 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }
  .events-row {
    padding-top: 6px; }
  .events-background {
    width: 100%;
    background-color: #D8AB4C; }

.event {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px; }
  .event-box {
    width: 100%;
    height: auto;
    background-color: #3D3D3D;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px; }
  .event-listing {
    padding-top: 32px;
    margin-bottom: 0px; }
  .event-day {
    font-weight: 900;
    font-size: 2.7rem;
    line-height: 0;
    color: #FFF;
    margin-right: 5px;
    letter-spacing: -.7px; }
  .event-date-span {
    font-weight: 400;
    font-size: 2rem;
    padding-top: 15px;
    line-height: 0;
    margin-bottom: 0px;
    color: #FFF; }
  .event-month {
    font-weight: 400;
    font-size: 1.1rem;
    line-height: 1.38em;
    text-transform: uppercase;
    color: #FFF; }
  .event-day-time {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #D8AB4C; }
  .event-title {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1.2em; }
    @media (max-width: 480px) {
      .event-title {
        font-size: 1rem; } }
  @media (max-width: 480px) {
    .event-description {
      font-size: .9rem; } }
  .event-title-xdescription {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1.2em;
    padding-bottom: 15px; }
  .event-container {
    background-color: rgba(255, 255, 255, 0.85);
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom: 3px dotted #D8AB4C; }
  .event-photo-box {
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 6px; }
  .event-share {
    border-top: 1px solid #D8AB4C;
    margin: 0;
    padding: 0;
    font-size: .9rem;
    line-height: .8em; }
    .event-share ul {
      margin: 0;
      padding: 5px;
      text-align: center;
      display: flex;
      display: -webkit-flex;
      display: -webkit-box;
      /* Safari 6.1+ */
      display: -ms-flexbox;
      /* IE 10 */
      /*justify-content: center;*/ }
    .event-share ul li {
      margin: 5px;
      list-style: none outside none;
      display: inline-block; }
    .event-share i {
      width: 45px;
      font-size: .9rem;
      background-color: none;
      padding-top: 8px;
      height: 40px; }
  .event-facebook {
    color: #4b6ea8 !important;
    display: block;
    padding: 10px inherit 6px 12px;
    width: 45px; }
    .event-facebook:hover,
    .event-facebook a:hover {
      color: #fff !important;
      background-color: #4b6ea8 !important;
      display: block; }
  .event-twitter {
    color: #4fd5f8 !important;
    display: block;
    margin-top: 0px;
    padding-top: 10px;
    width: 45px;
    padding-bottom: 6px;
    padding-left: 12px; }
    .event-twitter:hover,
    .event-twitter a:hover {
      color: #fff !important;
      background-color: #4fd5f8 !important;
      display: block; }
  .event .facebook a,
  .event .twitter a {
    text-decoration: none; }

/* Events Widget */
#index-event {
  margin-bottom: 20px; }
  #index-event .event-share ul {
    padding: 5px 0; }
  #index-event .event-share ul li,
  #index-event .event-share i,
  #index-event .event-share .event-twitter,
  #index-event .event-share .event-facebook {
    margin: 0;
    padding: 0; }
  #index-event .event-share i {
    line-height: 40px; }

.vu-social {
  background: rgba(34, 34, 34, 0.5);
  margin: -1.5em 0 1.5em; }

.get-social {
  background: #000;
  padding-bottom: 1em; }
  .get-social__title {
    color: #d8ab4c;
    font-family: Vollkorn, serif; }
  .get-social__list {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .get-social__list li {
      float: left;
      display: block;
      padding-right: 10px;
      margin-bottom: 10px; }
      .get-social__list li a {
        color: #fff;
        display: block;
        height: 45px;
        width: 45px;
        text-indent: -9999px;
        background-image: url(https://cdn.vanderbilt.edu/vu-www4/i/social-icons.png);
        border-radius: 20px;
        border-width: initial;
        border-style: none;
        border-color: initial;
        border-image: initial;
        text-decoration: none; }
    .get-social__list .socialfacebook a {
      background-position: 0 0; }
    .get-social__list .socialtwitter a {
      background-position: 0 -1330px; }
    .get-social__list .socialpinterest a {
      background-position: 0 -760px; }
    .get-social__list .socialinstagram a {
      background-position: 0 -380px; }
    .get-social__list .socialyoutube a {
      background-position: 0 -1520px; }
    .get-social__list .socialflickr a {
      background-position: 0 -95px; }
    .get-social__list .socialtumblr a {
      background-position: 0 -1235px; }
    .get-social__list .socialfoursquare a {
      background-position: 0 -190px; }
    .get-social__list .socialgplus a {
      background-position: 0 -285px; }
    .get-social__list .socialrss a {
      background-position: 0 -855px; }
    .get-social__list .sociallinkedin a {
      background-position: 0 -570px; }
    .get-social__list .socialsnapchat a {
      background-position: 0 -1615px; }
    .get-social__list .socialrenren a {
      background-position: 0 -1710px; }
    .get-social__list .socialweibo a {
      background-position: 0 -1805px; }
    .get-social__list .socialemail a {
      background-position: 0 -1900px; }
    .get-social__list .socialwechat a {
      background-position: 0 -1995px; }
  .get-social__item {
    display: inline-block;
    margin: 0 .5em; }

.vu-footer {
  background: #333 url("https://cdn.vanderbilt.edu/vu-www4/omni/i/VUfooterphoto.jpg") no-repeat top center/cover;
  border-top: 7px solid #d8ab4c;
  color: #aaa;
  font-size: 1.2rem;
  min-height: 300px;
  padding: 1.5em 0;
  position: relative; }
  .vu-footer h4 {
    font-weight: 300;
    font-size: 1.4rem; }
  .vu-footer p a {
    color: inherit;
    text-decoration: underline; }
  .vu-footer a {
    color: #ccc; }
    .vu-footer a:hover {
      color: #d8ab4c;
      text-decoration: none; }
  .vu-footer ul {
    line-height: 1.4em;
    list-style-type: none;
    margin-right: 0;
    padding: 0; }
  .vu-footer__social .get-social__list {
    margin-right: 0; }
  .vu-footer__social .get-social__item {
    display: inline-block;
    margin: 0 .5em .5em 0;
    text-align: left; }
  .vu-footer__title {
    margin: 15px 0px;
    color: #d8ab4c;
    font-family: Roboto, sans-serif;
    font-weight: 700; }
    .vu-footer__title a {
      color: #d8ab4c; }
      .vu-footer__title a:hover {
        color: #ccc; }
  .vu-footer .flickr_badge_image {
    border: 1px solid #666;
    padding: 2px;
    background: #222;
    float: left;
    margin: 0px 10px 10px 0px; }

.credits {
  background: #000;
  font-size: 1.2rem;
  padding: 15px 0px 10px 0px;
  color: #969696; }
  .credits a {
    color: #aaa; }
    .credits a:visited {
      color: #aaa; }
    .credits a:hover {
      color: #d8ab4c; }

.oulink {
  font-size: 0.9rem;
  padding-right: 2px; }
  .oulink:link, .oulink:visited {
    color: #777; }
  .oulink:hover {
    color: #d8ab4c;
    cursor: pointer; }

@media print {
  a[href]:after {
    font-size: 0.8rem; } }
/*# sourceMappingURL=map/vu-main-2019.css.map */
