/* Import Vollkorn font styling */
@import url(https://fonts.googleapis.com/css?family=Vollkorn:400,700);

@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic|Roboto+Condensed:300,400,700);
@font-face {
  font-family: 'worksansextrabold';
  src: url("../fonts/worksans-extrabold.eot");
  src: url("../fonts/worksans-extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-extrabold.woff2") format("woff2"), url("../fonts/worksans-extrabold.woff") format("woff"), url("../fonts/worksans-extrabold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'worksanssemibold';
  src: url("../fonts/worksans-semibold.eot");
  src: url("../fonts/worksans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/worksans-semibold.woff2") format("woff2"), url("../fonts/worksans-semibold.woff") format("woff"), url("../fonts/worksans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

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

body {
  background-color: #DADADA;
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6rem; }
  body.fresh {
    background-color: #fff; }

html,
body {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

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

.vubrandbar__icon {
  color: #d8ab4c; }

.navbar {
  margin-bottom: 0;
  min-height: 0;
  z-index: 300; }

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

.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: 1em;
  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.3em;
  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.9em;
  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.45em;
    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; }
    @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.25em; } }
    @media only screen and (max-width: 480px) {
      .header-background .livetextheader {
        font-size: 2.5em;
        margin: 25px auto; } }
    @media only screen and (max-width: 320px) {
      .header-background .livetextheader {
        font-size: 2em; } }
  .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-family: 'Roboto', Helvetica, sans-serif !important;
      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 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400; }
  .vu-main-content h3,
  .vu-main-content h4,
  .vu-main-content h5 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500; }
  .vu-main-content h1 {
    color: #333333;
    font-size: 2.6rem;
    line-height: 1.2;
    letter-spacing: -.5px;
    border-bottom: 1px dotted #AAA;
    margin: 0 0 5px 0; }
  .vu-main-content h2 {
    color: #555555;
    background: #ececec;
    border: 1px solid #dddddd;
    padding: 5px 10px;
    border-radius: 8px;
    line-height: 1.1em;
    margin: 15px 0px; }
  .vu-main-content h3 {
    color: #555555;
    font-size: 1.3rem;
    line-height: 1.35;
    margin: 15px 0px; }
    .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; }

.primary-content h4:not(.panel-title) {
  color: #369;
  font-weight: 700;
  margin: 15px 0px; }

.primary-content a:link, .primary-content a:visited {
  color: #369;
  border-bottom: 1px dotted #369; }

.primary-content a:hover {
  color: #222;
  border-bottom-color: #222222;
  text-decoration: none; }

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

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

.primary-content .btn-primary {
  background-color: #d8ab4c;
  border-color: #d8ab4c; }
  .primary-content .btn-primary:hover {
    background-color: #c6942b; }
  .primary-content .btn-primary:focus, .primary-content .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 171, 76, 0.5); }
  .primary-content .btn-primary.disabled, .primary-content .btn-primary:disabled {
    background-color: #d8ab4c;
    border-color: #d8ab4c; }
  .primary-content .btn-primary:not([disabled]):not(.disabled):active, .primary-content .btn-primary:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-primary.dropdown-toggle {
    background-color: #c6942b;
    border-color: #d8ab4c;
    box-shadow: 0 0 0 0.2rem rgba(216, 171, 76, 0.5); }

.primary-content .btn-success {
  background-color: #396f3a;
  border-color: #396f3a; }
  .primary-content .btn-success:hover {
    background-color: #284d28; }
  .primary-content .btn-success:focus, .primary-content .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(57, 111, 58, 0.5); }
  .primary-content .btn-success.disabled, .primary-content .btn-success:disabled {
    background-color: #396f3a;
    border-color: #396f3a; }
  .primary-content .btn-success:not([disabled]):not(.disabled):active, .primary-content .btn-success:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-success.dropdown-toggle {
    background-color: #284d28;
    border-color: #396f3a;
    box-shadow: 0 0 0 0.2rem rgba(57, 111, 58, 0.5); }

.primary-content .btn-info {
  background-color: #368;
  border-color: #368; }
  .primary-content .btn-info:hover {
    background-color: #254a63; }
  .primary-content .btn-info:focus, .primary-content .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 136, 0.5); }
  .primary-content .btn-info.disabled, .primary-content .btn-info:disabled {
    background-color: #368;
    border-color: #368; }
  .primary-content .btn-info:not([disabled]):not(.disabled):active, .primary-content .btn-info:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-info.dropdown-toggle {
    background-color: #254a63;
    border-color: #368;
    box-shadow: 0 0 0 0.2rem rgba(51, 102, 136, 0.5); }

.primary-content .btn-teal {
  background-color: #006682;
  border-color: #006682; }
  .primary-content .btn-teal:hover {
    background-color: #003e4f; }
  .primary-content .btn-teal:focus, .primary-content .btn-teal.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 130, 0.5); }
  .primary-content .btn-teal.disabled, .primary-content .btn-teal:disabled {
    background-color: #006682;
    border-color: #006682; }
  .primary-content .btn-teal:not([disabled]):not(.disabled):active, .primary-content .btn-teal:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-teal.dropdown-toggle {
    background-color: #003e4f;
    border-color: #006682;
    box-shadow: 0 0 0 0.2rem rgba(0, 102, 130, 0.5); }

.primary-content .btn-warning {
  background-color: #b24d04;
  border-color: #b24d04; }
  .primary-content .btn-warning:hover {
    background-color: #803703; }
  .primary-content .btn-warning:focus, .primary-content .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(178, 77, 4, 0.5); }
  .primary-content .btn-warning.disabled, .primary-content .btn-warning:disabled {
    background-color: #b24d04;
    border-color: #b24d04; }
  .primary-content .btn-warning:not([disabled]):not(.disabled):active, .primary-content .btn-warning:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-warning.dropdown-toggle {
    background-color: #803703;
    border-color: #b24d04;
    box-shadow: 0 0 0 0.2rem rgba(178, 77, 4, 0.5); }

.primary-content .btn-danger {
  background-color: #712;
  border-color: #712; }
  .primary-content .btn-danger:hover {
    background-color: #4a0b15; }
  .primary-content .btn-danger:focus, .primary-content .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(119, 17, 34, 0.5); }
  .primary-content .btn-danger.disabled, .primary-content .btn-danger:disabled {
    background-color: #712;
    border-color: #712; }
  .primary-content .btn-danger:not([disabled]):not(.disabled):active, .primary-content .btn-danger:not([disabled]):not(.disabled).active,
  .show > .primary-content .btn-danger.dropdown-toggle {
    background-color: #4a0b15;
    border-color: #712;
    box-shadow: 0 0 0 0.2rem rgba(119, 17, 34, 0.5); }

.primary-content .btn-outline-primary {
  border-color: #d8ab4c; }

.primary-content .btn-outline-success {
  border-color: #396f3a; }

.primary-content .btn-outline-info {
  border-color: #368; }

.primary-content .btn-outline-teal {
  border-color: #006682; }

.primary-content .btn-outline-warning {
  border-color: #b24d04; }

.primary-content .btn-outline-danger {
  border-color: #712; }

.primary-content .nav-stacked a:link, .primary-content .nav-stacked a:visited {
  color: #555555;
  border-bottom: 1px solid #eeeeee; }

.primary-content .nav-stacked a:hover {
  color: #d8ab4c; }

.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.35;
    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 .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);
    border-radius: 5px;
    right: 15%;
    bottom: 0;
    left: 15%; }
    .vu-slider__caption h3 {
      color: #fff;
      margin-bottom: 1em; }
    @media (max-width: 991px) {
      .vu-slider__caption {
        background: rgba(0, 0, 0, 0.75);
        border-radius: 0;
        position: relative;
        right: 0;
        left: 0; } }
  .vu-slider__indicators {
    bottom: 10px;
    margin-bottom: 0; }
  .vu-slider .carousel-indicators {
    bottom: 10px; }

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

.vu-full-slider h3 {
  font-family: 'Roboto', serif;
  font-weight: 400; }

.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 hr {
      background: #333333;
      border: 1px solid #333333; }
    .sidebar__left a {
      color: #cccccc; }
      .sidebar__left a:hover {
        color: #333333; }
    .sidebar__left p {
      color: #cccccc; }
    .sidebar__left #flickr img {
      float: left;
      margin: 1px; }
  .sidebar__right {
    padding-top: 1.7875em; }
    .sidebar__right a {
      text-decoration: underline; }
      .sidebar__right a:focus, .sidebar__right a:hover {
        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.15;
    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 {
      color: white;
      font-family: 'Roboto', serif;
      font-weight: 300;
      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.35rem; }
  .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: .75em;
    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.5em; }
  .calltoaction h3 {
    font-size: 1.5em; }

.ctabutton {
  margin-top: 30px;
  text-align: center; }
  .ctabutton a {
    display: block; }
    .ctabutton a:link {
      border: 2px solid #fff;
      color: #fff;
      font-size: 1.6em;
      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: 5em;
    text-align: center;
    font-family: 'worksansextrabold', sans-serif; }
  .accolades h3 {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    font-family: 'worksanssemibold', sans-serif; }
  .accolades .btn {
    border: 2px solid #fff;
    color: #fff;
    font-family: 'worksanssemibold', sans-serif;
    font-size: 1.6em;
    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.38;
    text-transform: uppercase;
    color: #fff; }
  .event__date-day-time {
    font-family: 'worksanssemibold', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #ffcd2e; }
  .event__date-location {
    font-family: 'worksanssemibold', sans-serif;
    font-size: .9rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff; }

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

.event__title-xdescription {
  margin-top: 4px;
  font-size: 1.1rem;
  line-height: 1.2;
  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: .8; }
  .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-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity; }

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

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

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

.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-fade .carousel-control {
  z-index: 2; }

/* 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: 475px;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none; }

.anchordown-block em,
.anchordown-blockwide em {
  display: block;
  font-size: 0.55em;
  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: 300px;
  font-size: 2.2em;
  font-weight: 200;
  line-height: 1em;
  color: #FFF; }

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

@media (max-width: 767px) {
  .anchordown-block,
  .anchordown-blockwide {
    font-size: 1em !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; } }

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

/* EVENTS */
.events {
  margin: 30px auto;
  -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.38;
    text-transform: uppercase;
    color: #FFF; }
  .event-day-time {
    font-weight: 500;
    font-size: 1.1rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #D8AB4C; }
  .event-title {
    margin-top: 4px;
    font-size: 1.1rem;
    line-height: 1.2; }
    @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.2;
    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: .8; }
    .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(../../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;
  min-height: 300px;
  padding: 1.5em 0;
  position: relative; }
  .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 {
    list-style-type: none;
    margin-right: 2em;
    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__yourvu ul {
    margin: 0; }
  .vu-footer .flickr_badge_image {
    border: 1px solid #666;
    padding: 2px;
    background: #222;
    float: left;
    margin: 0px 10px 10px 0px; }

.credits {
  background: #000;
  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.9em;
  padding-right: 2px; }
  .oulink:link, .oulink:visited {
    color: #777; }
  .oulink:hover {
    color: #d8ab4c;
    cursor: pointer; }
/*# sourceMappingURL=map/vu-main.css.map */
