/* Section Page - Other Articles */
.otherArt {
  margin: 15px 0 2em;
}

.otherArtHead {
  font-size: 20px;
  font-size: 2rem;
  margin: 0;
  text-shadow: 1px 1px 2px /*Link Text Shadow*/ rgba(0,0,0,.5);
}

.otherArtTag {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
}

.otherArtByline {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

.otherArtByline .dateline {
  border-right: 1px solid #555;
  margin-right: 8px;
  padding-right: 8px;
}

.otherArtByline .dateline.noByline {
  border-right: none;
}

.otherArtAbs {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.4;
  margin: 0 0 .25em;
}

.otherArtFooter {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
}

.otherArtFooter a {
  padding-right: 8px;
  text-transform: Capitalize;
}

.otherArtFooter [data-icon] {
  font-size: 20px;
  font-size: 2rem;
  margin-left: 8px;
  position: absolute;
  top: -6px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

.otherArtFooter .feedback-text {
  border-left: 1px solid #555;
  padding-left: 35px;
}

/* Article Page */
#articleBody {
  margin-bottom: 1em;
}

#articleBody a { /* siteimprove - "Link identified only by color" (1.4.1 Use of Color) */
  text-decoration: underline;
}

#artHead {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  text-shadow: 1px 1px 3px rgba(0,0,0,.5);
}

#artTag {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: normal;
  margin: 0;
}

#articleBody .bylineDateBox {
  color: #555;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0.5em 0 1em;
}

#articleBody .dateline {
  border-right: 1px solid #555;
  margin-right: 8px;
  padding-right: 8px;
}

#articleBody .dateline.noByline {
  border-right: none;
}

/* AddThis Toolbar */
#articleOptions {
  clear: both;
  float: left;
  margin: 1em 0;
  width: 100%;
}

#articleOptions #iconEmailArt {
  display: inline-block;
  position: absolute;
  transition: margin .3s ease;
}

#articleOptions #iconEmailArt:hover,
#articleOptions #iconEmailArt:focus {
  margin-top: -5px;
}

/* AddThis widget - make room on the left for the "Email a friend" icon */
#atstbx {
  margin-left: 37px;
}

/* Image Galleries */
.storyImage1, .storyImage3 {
  float: right;
  margin: .75em 0 .75em .75em;
}

.storyImage2 {
  float: left;
  margin: .75em .75em .75em 0;
}

.imageBox {
  position: relative;
}

.imageBox a:hover {
  text-decoration: none;
}

.imageBox img {
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.imageBox a span {
  background: transparent url(/vimages/backend/shared/gallry_overlay.png) no-repeat;
  height: 21px;
  width: 25px;
  position: absolute;
}

/* Pirobox - Foundation resets */
.pirobox_content {
  background: transparent;
  border: none;
}

.pirobox_content tbody tr:nth-child(2n) {
  background: transparent;
}

/* Related Sites */
#relatedSites {
  border-bottom: 1px solid #666;
  clear: both;
}

#relatedSites h4 {
  border-bottom: 1px solid #666;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 .5em;
  padding-bottom: 5px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#relatedSites ul {
  padding-left: 2em;
}

#relatedSites p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 0 0 .5em;
}

/* Feedback */
#feedbackBox {
  clear: both;
  margin-bottom: 1em;
}

#feedbackBox h3 {
  background-color: #5e5e5e;
  -webkit-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #333;
  border-bottom: none;
  -webkit-box-shadow: inset 0px 8px 10px rgba(255,255,255,.3);
  box-shadow: inset 0px 8px 10px rgba(255,255,255,.3);
  color: #eee;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 8px 0 8px 12px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#feedbackBox form {
  margin-bottom: 0;
}

#feedbackBox table { /* Foundation resets */
  border: 1px solid #333;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox td {
  padding: 5px;
  word-break: break-word;
}

#feedbackBox td, #feedbackBox td div {
  font-size: 12px;
  font-size: 1.2rem;
}

#feedbackBox td.feedbackAuthor, #feedbackBox td.feedbackDate {
  width: 25%;
}

/* Feedback: Name Preview - Hover Effect (not in mobile template) */
#namePreview {
  display: none;
}

/* Feedback: Add New Comment Link - Top */
#feedbackBox #anc2 {
  background-color: #5e5e5e;
  border-top: 1px solid #555;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  color: #eee;
  margin: 0;
  padding: 2px 0;
  text-align: center;
}

#feedbackBox #anc2 a {
  color: #eee;
}

/* Feedback: Add New Comment form */
#fbForm, #ajaxLoading {
  -webkit-border-radius: 0 0 7px 7px;
  border-radius: 0 0 7px 7px;
  border: 1px solid #333;
  border-top: none;
  -webkit-box-shadow: 0 2px 8px rgba(0,0,0,.3) inset;
  box-shadow: 0 2px 8px rgba(0,0,0,.3) inset;
}

#fbForm p {
  margin: 0;
  padding: .5em;
}

#fbForm .formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 33%;
}

#fbForm .formItems span {
  display: block;
  margin-left: 34%;
}

#fbForm .formItems span label {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#fbForm .formItems span.spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

#fbForm .formButtons {
  text-align: center;
}

/* Archives - Search Form */
#searchForm label {
  color: #222;
  display: inline;
}

#searchForm #searchBtn:hover {
  text-decoration: none;
}

#searchForm .formItems {
  clear: left;
}

#searchForm .formItems span select, #searchForm .formItems span input {
  float: left;
  margin-right: 5px;
  width: auto;
}

/* Archives - Search Results */
#searchResults .pageTitle, #browseByMonth .pageTitle, #browseResults .pageTitle {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 .25em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#searchResults .pageTitleDesc, #browseByMonth .pageTitleDesc, #browseResults .pageTitleDesc {
  border-bottom: 1px solid #333;
  line-height: 1.2;
  padding-bottom: .5em;
}

#searchResults .articleList, #browseResults .articleList {
  margin: 0 0 1.5em;
}

#searchResults .articleList h3, #browseResults .articleList h3 { /* Headline */
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#searchResults .articleList h4, #browseResults .articleList h4 { /* Tagline */
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  margin: 0;
}

#searchResults .bylineDate, #browseResults .bylineDate {
  color: #666;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin: .25em 0 .5em;
}

#searchResults .dateline, #browseResults .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

#searchResults .dateline.noByline, #browseResults .dateline.noByline {
  border-right: none;
}

#searchResults .articleAbs a, #browseResults .articleAbs a {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
  text-transform: Capitalize;
  white-space: nowrap;
}

#browseByMonth .browseMonths strong {
  margin-right: 10px;
}

#browseByMonth .browseMonths a {
  margin-right: 8px;
}

#browseMonthResults li {
  list-style-type: none;
  margin: 0 0 .5em;
}

#browseMonthResults li a {
  margin-right: 8px;
}

/* E-mail Article/News Update */
#flag {
  background-color: /*Main Color*/ #222222;
  border-bottom: 2px solid /*Header Bottom Border*/ #000000;
}

#flag h3 {
  color: #fff;
  font-style: italic;
  margin: 0;
  padding: 10px 10px 5px 10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,.5);
}

#emailArticle, #emailWrapper {
  background-color: #fff;
  color: #222;
  margin: 0 auto;
  padding: 1em;
  width: 95%;
}

#emailArticle h4 {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 0 1em;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#emailWrapper h4 {
  font-size: 22px;
  font-size: 2.2rem;
  text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

#recaptcha_widget_div {
  float: right;
  margin-bottom: .5em;
}

#recaptcha_response_field {
  height: auto;
}

#emailArticle .formButtons {
  clear: both;
  margin: 0;
  text-align: center;
}


/* Article Page - Image Gallery Thumbnail Grid -------------------------------- */
.ig-thumbnails {
  clear: both;
  margin: 1.5em 0 1em;
}

.ig-thumbnails *, .ig-thumbnails *:after, .ig-thumbnails *:before {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.ig-thumbnails .checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.ig-thumbnails .checkbox label {
  display: block;
  margin-bottom: 5px;
}

.ig-thumbnails .checkbox input[type="checkbox"] {
  cursor: pointer;
  float: left;
  line-height: normal;
  margin: 2px 0 0 -20px;
  width: auto;
}

.ig-thumbnails .thumbnail-wrap {
  float: left;
  padding-right: 10px;
  width: 50%; /* Mobile-first: 2 columns */
}

@media only screen and (min-width: 37.5em) { /* 600px */
  .ig-thumbnails .thumbnail-wrap { width: 33.33333333%; }
}

@media only screen and (min-width: 48em) { /* 768px */
  .ig-thumbnails .thumbnail-wrap { width: 50%; }
  .hide-menu.hide-sidebar .ig-thumbnails .thumbnail-wrap { width: 33.33333333%; }
}

@media only screen and (min-width: 56.25em) { /* 900px */
  .ig-thumbnails .thumbnail-wrap { width: 33.33333333%; }
  .hide-menu.hide-sidebar .ig-thumbnails .thumbnail-wrap { width: 25%; }
}

@media only screen and (min-width: 68.75em) { /* 1100px */
  .hide-menu.hide-sidebar .ig-thumbnails .thumbnail-wrap { width: 20%; }
}

.ig-thumbnails .thumbnail {
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  display: block;
  line-height: 1.42857143;
  margin-bottom: 10px;
  padding: 4px;
}

.ig-thumbnails .thumbnail-inner {
  height: 180px; /* Thumbnails are created to be 180x180 */
  margin-bottom: 3px;
  -webkit-transition: .5s height ease;
     -moz-transition: .5s height ease;
      -ms-transition: .5s height ease;
       -o-transition: .5s height ease;
          transition: .5s height ease;
}

.ig-thumbnails img {
  border: 0;
  display: block;
  margin: 0 auto;
  max-height: 180px;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: auto\9;
}

.ig-thumbnails .ig-show-captions-content {
  height: 0;
  overflow: auto;
  padding: 0 5px;
  -webkit-transition: .5s height ease;
     -moz-transition: .5s height ease;
      -ms-transition: .5s height ease;
       -o-transition: .5s height ease;
          transition: .5s height ease;
}

.ig-thumbnails .ig-show-captions-content p {
  font-size: 12px;
  line-height: 16px;
}

.ig-thumbnails .ig-credit {
  float: right;
  margin: 0 0 3px;
}

.ig-thumbnails .ig-caption {
  margin: 0;
}

.ig-thumbnails .ig-show-captions-content p + p {
  border-top: 1px solid #ccc;
  clear: right;
  padding-top: 3px;
}

/* Contact Us & Staff Directory ----------------------------------------------- */
.contact-us .breadcrumb,
.staff-directory .breadcrumb {
  list-style: none;
  margin-left: 0;
  padding: 0;
  overflow: hidden;
}

.contact-us .breadcrumb li,
.staff-directory .breadcrumb li {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-size: 1.6rem;
  float: left;
  padding-left: 25px;
}
.contact-us .breadcrumb > li:first-child,
.staff-directory .breadcrumb > li:first-child {
  padding-left: 0;
}

.contact-us .breadcrumb li a,
.staff-directory .breadcrumb li a {
  background-color: #333;
  color: #fff;
  display: block;
  float: left;
  padding: 5px 5px 5px 10px;
  position: relative;
  text-decoration: underline;
}

.contact-us .breadcrumb li a:after,
.staff-directory .breadcrumb li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17.8px 0 17.8px 25px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 0;
  right: -25px;
}

.contact-us .breadcrumb > li:first-child .fa,
.staff-directory .breadcrumb > li:first-child .fa {
  text-decoration: underline;
}

.contact-us .breadcrumb > li:first-child .fa-home:before,
.staff-directory .breadcrumb > li:first-child .fa-home:before {
  content: "Home";
  font-family: arial,helvetica,clean,sans-serif;
  font-weight: normal;
}

.contact-us .breadcrumb li:nth-child(2),
.contact-us .breadcrumb li:nth-child(2) a,
.staff-directory .breadcrumb li:nth-child(2),
.staff-directory .breadcrumb li:nth-child(2) a {
  background-color: #555;
}
.contact-us .breadcrumb li:nth-child(2) a:after,
.staff-directory .breadcrumb li:nth-child(2) a:after {
  border-color: transparent transparent transparent #555;
}

.contact-us .breadcrumb li:hover,
.contact-us .breadcrumb li a:hover,
.staff-directory .breadcrumb li:hover,
.staff-directory .breadcrumb li a:hover {
  background-color: #222;
}
.contact-us .breadcrumb li a:hover:after,
.staff-directory .breadcrumb li a:hover:after {
  border-color: transparent transparent transparent #222;
}

.contact-us .breadcrumb li.active,
.staff-directory .breadcrumb li.active {
  background-color: #fff !important;
  padding: 5px 0 5px 30px;
}

/* Contact Us ----------------------------------------------------------------- */
.contact-us .list-group {
  margin: 0 0 20px;
  padding: 0;
}

.contact-us .list-group-item {
  color: #000;
  position: relative;
  padding: 10px 15px;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid #ddd;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-us a.list-group-item:hover, .contact-us a.list-group-item:focus {
  background-color: #f5f5f5;
  color: #000;
  text-decoration: none;
}

.contact-us .list-group-item-title {
  font-size: 18px;
  margin: 10px 0;
  padding-right: .5em;
}

.contact-us-item .list-group-item.contact-map {
  display: block;
  padding: 0 0 10px;
}

.contact-us-item .contact-map-wrapper {
  margin: 0 auto;
  max-width: 800px
}

.contact-us-item .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.contact-us-item .embed-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.contact-us-item #map {
  height: 52vw;
  min-height: 250px;
  max-height: 450px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.contact-us-item .contact-group {
  background-color: #333;
  color: #fff;
}

.contact-us-item .contact-group h4 {
  color: #fff;
}

.contact-us-item .media-left, .contact-us-item .media-body {
  display: table-cell;
  vertical-align: top;
}

.contact-us-item .media-left {
  padding-right: 15px;
}

.contact-us-item .media-body {
  width: 10000px;
}

.contact-us-item .media-heading {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px;
}

.contact-us-item .media-heading-alone {
  margin-top: 5px;
}

.contact-us-item .media-body a {
  word-break: break-all;
}

/* Staff Directory ------------------------------------------------------------ */

/* Person Search / Select Staff Directory / Filter By ----- */
.staff-directory .form-group,
.staff-directory .filter-wrapper {
  margin-bottom: 1em;
  position: relative;
}

.staff-directory .form-group label,
.staff-directory .filter-wrapper label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.staff-directory .filter-wrapper label {
  display: block;
}

.staff-directory .filter-wrapper label + label {
  margin-left: 1em;
}

.staff-directory .filter-wrapper .radio-inline {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.staff-directory .form-group-search input[type="search"] {
  padding-right: 60px; /* Make room for X (cancel/reset) */
}

.staff-directory .form-group-search input[type="search"]::-webkit-search-cancel-button,
.staff-directory .form-group-search input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove IE "clear field" X button */
.staff-directory .form-group-search input[type="search"]::-ms-clear {
  display: none;
}

.staff-directory .staff-directory-search-cancel {
  position: absolute;
  top: 19px;
  right: 0;
  bottom: 0;
  width: 50px;

  color: #333;
  display: none;
  font-size: 1.25em;
  padding-top: 7px;
  text-align: center;
}

.staff-directory .staff-directory-search-cancel.show {
  display: block;
}

.staff-directory .staff-directory-search-cancel:hover,
.staff-directory .staff-directory-search-cancel:focus {
  color: #333;
}

/* ListNav ------------------------------------------------ */
.staff-directory .listNav, .staff-directory .ln-letters {
  overflow: hidden;
}

.staff-directory .ln-letters {
  margin: 0 0 1em;
  display: table;
  width: 100%;
}

.staff-directory .ln-letters a {
  background: #ccc;
  border-right: 1px solid #fff;
  color: #000;
  display: table-cell;
  padding: 10px 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 1%;
}

@media (max-width: 479px) {
  .staff-directory .ln-letters a {
    display: inline-block;
    width: 20%;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 480px) and (max-width: 991px) {
  .staff-directory .ln-letters a {
    display: inline-block;
    width: 10%;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 480px) {
  .show-menu.show-sidebar .staff-directory .ln-letters a {
    display: inline-block;
    width: 10%;
    border-bottom: 1px solid #fff;
  }
}

.staff-directory .ln-letters a:hover,
.staff-directory .ln-letters a:focus,
.staff-directory .ln-letters a.ln-selected {
  background-color: #333;
  color: #fff;
}

.staff-directory .ln-letters a:last-child {
  border-right: none;
}

.staff-directory .listNavHide {
  display: none !important;
}

/* Grid of people thumbnails ------------------------------ */
.staff-directory .staff-directory-people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 1em;
  padding: 0;
}

.staff-directory .staff-directory-people .col-xs-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
@media (min-width: 480px) {
  .staff-directory .staff-directory-people .col-xs-12 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .staff-directory .staff-directory-people .col-xs-12 {
    width: 33.33333333%;
  }
  .show-menu.show-sidebar .staff-directory .staff-directory-people .col-xs-12 {
    width: 50%;
  }
}

.staff-directory .staff-directory-people .thumbnail,
.staff-directory .staff-directory-people .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.staff-directory .staff-directory-people .thumbnail {
  padding: 0;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}

.staff-directory .staff-directory-people .caption {
  background-color: transparent;
  position: static;
  font-size: 16px;
  padding: .5em;
}

.staff-directory .staff-directory-people .caption span {
  margin-left: .5em;
  word-break: break-all;
}

.staff-directory .staff-directory-people .caption div + div {
  margin-top: .25em;
}

/* Top of thumbnail (user icon/photo, name, title) -------- */
.staff-directory .media {
  background-color: #ddd;
  margin: 0;
  padding: .5em;
  zoom: 1;
  overflow: hidden;
}

.staff-directory .media-left,
.staff-directory .media-body {
  display: table-cell;
  vertical-align: top;
}

.staff-directory .media-icon,
.staff-directory .media-photo {
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,.5);
}

.staff-directory .media-icon {
  background-color: #333;
  color: #fff;
  padding: 1em 1.15em;
}

.staff-directory .staff-directory-people-md .media-icon {
  padding: 1.1em 1.25em;
}
.staff-directory .staff-directory-people-md .media-icon .fas {
  font-size: 5em;
}

.staff-directory .staff-directory-people-lg .media-icon {
  padding: 1.25em 1.5em;
}
.staff-directory .staff-directory-people-lg .media-icon .fas {
  font-size: 6.5em;
}

.staff-directory .media-photo {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 70px;
  width: 70px;
}

.staff-directory .staff-directory-people-md .media-photo {
  height: 100px;
  width: 100px;
}

.staff-directory .staff-directory-people-lg .media-photo {
  height: 125px;
  width: 125px;
}

.staff-directory .media-body {
  padding-left: .5em;
  vertical-align: middle;
  width: 10000px;
}

.staff-directory .media-heading,
.staff-directory .media-person-title {
  font-size: 18px;
  margin: 5px 0;
  font-weight: 500;
  line-height: 1.1;
}

.staff-directory .media-person-title {
  font-size: 14px;
}

/* Search/Selected Directory hidden class ----------------- */
.staff-directory .hide-search,
.staff-directory .hide-selected-directory {
  display: none !important;
}

/* L-SOCSAPP - Update script appending... */
.storyImage1 .cutline, .storyImage2 .cutline, .storyImage3 .cutline {
  font-size: 12px;
}

.storyImage1 .photocredit, .storyImage2 .photocredit, .storyImage3 .photocredit {
  font-size: inherit;
  margin-bottom: 0.25em;
  text-align: right;
}

.storyImage-video {
  max-width: 182px;
}

.storyImage-video video {
  display: block;
  max-width: 100%;
  height: auto;
}

.storyImage-video video {
  border: 1px solid #000;
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.imageBox a span {
  left: 0;
  top: 0;
}

.ig-thumbnails a[data-poster] {
  display: block;
  position: relative;
}

.ig-thumbnails .video-play-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  display: flex;
  justify-content: center;
  align-items: center;
}
