.intro { 
  background-image: url(Office2-min.jpg);
  background-position: center bottom; 
}

.top-shadow {
  /* Use tool at https://codepen.io/yaphi1/pen/oNbEqGV to calculate optimal opacity */
  background: linear-gradient(to bottom, rgba(0, 57, 118, 0.623), transparent);
}

.intro hr {
    width: 90%;
    margin-top: 0px;
    color: white;
    border-bottom: 2px solid white;
}

.intro.display-table {
    height: 400px;
}

@media print {
  .intro {
    display: none;
  }
}

.title-text.textlink h2 a {
  color: white;
  font-size: font-size: calc(var(--fontSize) * 1);
  background-color:rgba(0, 0, 0, 0) !important;
  font-style: italic;
  font-weight: bold !important;
  text-shadow: 1px 0 0 #003976, 0 -1px 0 #003976, 0 1px 0 #003976, -1px 0 0 #003976;
}

.title-text.textlink h2 a:hover {
  color: white;
  font-size: font-size: calc(var(--fontSize) * 1);
  background-color:rgba(0, 0, 0, 0) !important;
  font-style: italic;
  font-weight: bold !important;
  text-shadow: 1px 0 0 #003976, 0 -1px 0 #003976, 0 1px 0 #003976, -1px 0 0 #003976;
}

.top-logo {
  margin-bottom: calc(var(--fontSize) * 1);
}

.breadcrumbs {
    margin-top: calc(var(--fontSize) * 1);
    margin-bottom: 0;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.23%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
}
    
.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: transparent;
}
    
.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}
    
.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}
    
.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    /* background: url("//i.imgur.com/TxzC70f.png") no-repeat; */
    cursor: pointer;
}

.reveal {
    width: 50%;
/*     height: 60%; */
    position: relative;
/*    z-index: 500; */
}

.pubs {
    width: 100%;
    margin-top: calc(var(--fontSize) * 3);
}

.article img {
    float: left;
    margin-right: 20px;
}

/* Overide styling of <cite> tag in foundation.css */
cite {
  display: inline;
  font-size: inherit;
  color: inherit;
}

cite:before {
    content: '';
}

.adobe-reader {
    float: right;
}

h3 {
    overflow: hidden;
    text-align: center;
    color: var(--brandshadow);
    margin-top: 0;
}

@media screen and (min-width: 40em) {

    h3:before,
    h3:after {
        background-color: #003976;
        content: "";
        display: inline-block;
        height: 2px;
        position: relative;
        vertical-align: middle;
        width: 50%;
    }

    h3:before {
        right: 0.5em;
        margin-left: -50%;
    }

    h3:after {
        left: 0.5em;
        margin-right: -50%;
    }
}

h3 {
    margin-top: calc(var(--fontSize) * 2);
    margin-bottom: calc(var(--fontSize) * 2);
}
