@import "forms.css";
@import "vpoll/poll.css";

/* Layout components ---------------------------------------------------------- */
#spContainer {
  background: transparent url(/vimages/L9/subPageContainerBG.jpg) repeat-y;
  border-bottom: 1px solid #fff;
  clear: left;
  min-height: 300px;
  width: 960px;
}

#spLocation {
  background-color: #87131d;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 10px;
}

#spSideBar {
  background-color: #87131d; /* Accessibility fix */
  float: left;
  width: 184px;
}

#spContent {
  margin-left: 195px;
}

/* Vertical menu -------------------------------------------------------------- */
#subNav {
  margin: 0;
  padding: 0;
}

#subNav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#subNav li + li {
  border-top: 1px solid #fff;
}

#subNav li a {
  display: block;
  padding: 5px 5px 5px 10px;
  text-decoration: none;
}

#subNav li a {
  color: #fff;
}

#subNav li a:hover, #subNav li:hover > a {
  color: #000;
}

#subNav li.hasSubs a {
  background-image: url(/vimages/L9/navArrows.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 13px; /* navArrows.gif width */
}

#subNav a:focus,
#subNav .open,
#subNav .open > a,
#subNav li:hover {
  background-color: #F2C53D;
  color: #000;
  position: relative;
  z-index: 2;
}

#subNav a#current2ndLevel, #subNav a#current3rdLevel {
  background-color: #F2C53D;
  color: #000;
  cursor: default;
}


/* Flyout menu ---------------------------------------------------------------- */
#subNav ul {
  background-color: #87131d;
  border: 1px solid #fff;
  border-bottom: none;
  display: none;
  left: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -1px;
  z-index: 2;
}

#subNav .open > ul,
#subNav li:hover ul {
  display: block;
}

#subNav ul li {
  border-bottom: 1px solid #fff;
  display: inline;
  float: left;
  width: 185px;
} 

/* reset */
#subNav li.hasSubs li a {
  background-image: none;
  padding-right: 5px;
}

/* Content -------------------------------------------------------------------- */
#spContainer #sectionName {
  border-bottom: 1px solid #CCC;
  color: #87131d;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
}

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

#mainContent {
  padding: 10px;
  overflow: hidden; /* float containment */
}

#mainContent div.photoViewer {margin: 0 auto; text-align: center;}
#mainContent ul#breadcrumbs {border-bottom: 1px solid #000; list-style-type: none; margin: 0 0 10px 0; padding: 0 0 3px 8px;}
#mainContent ul#breadcrumbs li {display: inline; margin: 0 15px 0 0;}
#mainContent ul#breadcrumbs a {font-weight: bold; text-decoration: none;}
#mainContent div.photoViewer img {border: 2px solid #000;}
#mainContent div.photoViewer img.hovered {border: 2px solid #aaa;}

/* Section page - otherArt ---------------------------------------------------- */
.otherArtHead {
  font-size: 1.2em;
  margin: .75em 0 0 0;
}

.otherArtTag {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

.otherArtByline {
  font-size: .85em;
  margin-top: 0;
}

.otherArtAbs {
  margin-top: .5em;
}

.otherArtAbs a {
  font-weight: bold;
  white-space: nowrap;
}

/* Articles ------------------------------------------------------------------- */
#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;
}

#articleBody {
  /* Float this container so that #relatedSites and #feedbackBox can be "cleared"
     without "clearing" the #left or #right divs used to frame the middle. */
  float: left;

  /* Need this to get the articleBody DIV to expand the full width of the middle column. */
  width: 100%;
}

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

.inverseFloat .storyImage1,
.inverseFloat .storyImage3,
.inverseFloat div.breakoutLeft,
.inverseFloat div.tableLeft,
.inverseFloat .floatLeft {
  float: left;
  margin: 0 .75em .75em 0;
}

.inverseFloat .storyImage2,
.inverseFloat div.breakoutRight,
.inverseFloat div.tableRight,
.inverseFloat .floatRight {
  float: right;
  margin: .75em 0 .75em .75em;
}

.inverseFloat .storyImage3 {
  margin-top: .75em;
}

.storyImage1, .storyImage3 {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #CCC;
  float: right;
  margin: 0 0 .75em .75em;
  padding: .75em;
}

.storyImage2 {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #CCC;
  float: left;
  margin: .75em .75em .75em 0;
  padding: .75em;
}

.storyImage3 {
  margin-top: .75em;
}

.imageBox {
  margin: 0 0 .25em;
  position: relative;
}

.imageBox img {
  border: 1px solid #000;
}

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

.cutline {
  font-size: .85em;
}

.photocredit {
  font-size: .95em; /* .85em; */
  margin: 0 0 .25em;
  text-align: right;
}

#artHead {
  font-size: 1.4em;
  margin: 0;
}

#artTag {
  font-size: 1.1em;
  font-style: italic;
  margin-top: 0;
}

#bylineDateBox {
  margin: 1em 0;
}

#bylineDateBox p {
  margin: 0;
}

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

#relatedSites h3 {
  border-bottom: 1px solid #CCC;
  font-size: 1em;
  margin: 0;
}

#relatedSites ul {
  margin: .5em 0;
  padding: 0 0 0 1.2em;
}

#relatedSites p {
  margin: 0 0 .5em;
}

/* Headlines (left column) ---------------------------------------------------- */
#sectionArticles ul {
/*  list-style-type: none;*/
  margin: 0;
  padding: 0;
}

#sectionArticles li {
  list-style: none;
  margin: .5em 0 1em;
  padding: 0;
}

#sectionArticles a {
  color: #fff;
/*  text-decoration: underline;*/
}

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  clear: both;
  overflow: hidden;
  padding: 2.5em 0 1em 0;
  width: 100%;
}

#feedbackBox h3 {
  background: #00539F url(/vimages/L9/icon_feedback.gif) no-repeat scroll 5px 7px;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: .3em 0 .3em 23px;
}

#feedbackBox table {
  font-size: .9em;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox th {
  background-color: #5BB4E5;
}

#feedbackBox tr.rowA td {
  background-color: #ddd;
}

#feedbackBox tr.rowB td {
  background-color: #fff;
}

#feedbackBox th, #feedbackBox td {
  border: 0;
  color: #000;
  word-break: break-word;
}

#feedbackBox th {
  white-space: nowrap;
}

#feedbackBox th#postedBy {
  width: 15%;
}

#feedbackBox td {
  vertical-align: top;
}

#feedbackBox td span {
  display: none;
}

#feedbackBox p {
  background-color: #00539F;
  color: #fff;
  font-size: .9em;
  margin: 0;
  padding: .5em;
}

#feedbackBox a {
  font-weight: bold;
}

#feedbackBox p a:link, #feedbackBox p a:visited {
  color: #fff;
  text-decoration: none;
}

#feedbackBox p a:hover {
  color: #fff;
  text-decoration: underline;
}

#feedbackBox .backgroundError {
  background-color: #d4e1ee;
}

#feedbackBox .formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 170px;
}

#feedbackBox p.formItems span {
  display: block;
  margin-left: 180px;
}

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

#feedbackBox .formItems input, #feedbackBox .formItems textarea {
  width: 95%;
}

#feedbackBox #fbYes, #feedbackBox #fbNo {
  width: auto;
}

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

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

#feedbackBox noscript {
  color: #fff;
  font-weight: bold;
}

/* Archives ------------------------------------------------------------------- */
.articleList h3 { /* Headline */
  font-size: 1.2em;
  margin: 1.5em 0 0;
}

.articleList h4 { /* Tagline */
  font-size: .95em;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 .3em;
}

.articleList .bylineDate {
  font-size: .8em;
}

.articleList .articleAbs {
  margin: .3em 0;
}

#browseMonthResults {
  margin: 0;
  padding: 0;
}

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

.pageTitle {
  margin: 1em 0 0;
}

/* vList Signup --------------------------------------------------------------- */
#vlist {
  background-color: #87131D;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: .85em;
  padding: 10px;
}

#vlist a:link, #vlist a:visited, #vlist a:hover {
  color: #fff;
  text-decoration: underline;
}

#vlist p {
  margin: 0 0 .5em;
}

#vlist #email {
  width: 83%;
}

#vlist input {
  vertical-align: middle;
}

#vlist ul {
  margin: 0;
  padding: 0;
}

#vlist li {
  display: inline;
  line-height: 18px;
  padding-right: 10px;
}

/* E-mail Article/News Update ------------------------------------------------- */
#emailArticle, #emailWrapper {
  background-color: #00539F;
  color: #fff;
  margin: 0;
  padding: 1em;
}

#emailArticle input, #emailArticle textarea {
  width: 250px;
}

#emailArticle .formButtons input {
  width: auto; /* Reset the width of the button */
}

#emailWrapper h4 {
  margin-bottom: 1em;
}

#emailWrapper form .formButtons {
  margin-bottom: 0;
}

/* 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;
  margin-top: 1px \9;
  width: auto;
}

.ig-thumbnails .thumbnail-wrap {
  float: left;
  padding-left: 1.0526315789473684%;
  width: 24.21052631578947%; /* 4 column grid */
}

.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-wrap:first-child, .ig-thumbnails .thumbnail-wrap:nth-child(4n+1) {
  padding-left: 0; /* Remove the left padding for all thumbnails in the 1st column */
}

.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 {
  font-size: 12px;
  height: 0;
  line-height: 16px;
  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-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;
}

/* Login/Register/Profile Form */
#loginform {
  padding-top: 1em;
}

#signIn {
  border-right: 1px solid #000;
  float: left;
  width: 50%;
}

#signIn1 {
  /* Need a container set to 100% width so that enclosed <input> fields (#EmailAddress, #Password)
     can be defined with a "liquid" width (93%) instead of fixed width (110px). */
  width: 100%;
}

#signIn h4, #signUp h4 {
  font-size: 1.1em;
  margin: 0 0 .5em;
}

#signIn p {
  padding: 0 .5em 0 0;
}

#signIn p.formItems input {
  margin: 0;
  padding: 0;
}

#signInDesc, #signUpDesc {
  margin-top: 0;
}

#signUp {
  margin: 0 0 0 50%;
  padding: 0 0 0 1em;
}

#signIn #Password, #signIn #EmailAddress {
  width: 93%;
}

/* Register Form -------------------------------------------------------------- */
#registerForm h3 {
  font-size: 1.1em;
}

#registerForm #EmailAddress,
#registerForm #ConfirmEmailAddress,
#registerForm #Password,
#registerForm #ConfirmPassword,
#registerForm #FirstName,
#registerForm #LastName {
  width: 95%;
}

/* Custom forms for client */
#campmenn-form {
    max-width: 600px;
    width: 100%;
}

#campmenn-form input, #campmenn-form textarea {
    width: 100%;
}

#campmenn-form textarea {
    height: 150px;
    resize: none;
}

#campmenn-form input[type=date] {
    max-width: 220px;
    min-width: 130px;
}

#campmenn-form input[type=text]:focus, #campmenn-form input[type=tel]:focus, #campmenn-form input[type=email]:focus, #campmenn-form input[type=date]:focus, #campmenn-form inputp[type=submit]:focus, #campmenn-form textarea:focus {
    border: 2px solid #F2C53D;
    outline: none;
}

#campmenn-form input[type=text], #campmenn-form input[type=tel], #campmenn-form input[type=email], #campmenn-form input[type=date], #campmenn-form textarea {
    border: 2px solid #87131d;    
    padding: 12px 20px;
    box-sizing: border-box;
}

#campmenn-form input[type=radio], #campmenn-form input[type=checkbox] {
    position: relative;
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: bottom;
    top: -1px;
}

#campmenn-form input[type=submit] {
    background: #87131d;
    border-bottom: 4px solid #4b0b10;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    color: #fff;
    padding: 9px 18px;
}

#campmenn-form input[type=submit]:hover {
    background: #4b0b10;
}

#campmenn-form .radio-inline {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
/* Contact Us & Staff Directory ----------------------------------------------- */
.contact-us .breadcrumb,
.staff-directory .breadcrumb {
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  list-style: none;
  margin: 0;
  padding: 5px 5px 5px 10px;
  text-transform: uppercase;
}

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

.contact-us .breadcrumb > li,
.staff-directory .breadcrumb > li {
  display: inline-block;
}

.contact-us .breadcrumb > li + li:before,
.staff-directory .breadcrumb > li + li:before {
  content: ">";
  padding: 0 5px;
}

.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 ----------------------------------------------------------------- */
.contact-us .list-group {
  margin: 10px 0 20px;
  padding: 0 10px;
}

.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 .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: 420px;
  width: 100%;
}

.contact-us-item .contact-group {
  background-color: #333;
  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 ------------------------------------------------------------ */
.staff-directory * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.staff-directory {
  padding-right: 1em;
}

/* Person Search / Select Staff Directory / Filter By ----- */
.staff-directory .form-group,
.staff-directory .filter-wrapper {
  margin: 1em 0;
  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 .form-control {
  display: block;
  width: 100%;
}

.staff-directory .form-group-search input[type="search"] {
  padding-right: 35px; /* 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: 21px;
  right: 0;
  bottom: 0;
  width: 30px;

  color: #333;
  display: none;
  font-size: 1.25em;
  padding-top: 2px;
  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%;
}

.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: 33.33333333%;
}

.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... */
.storyImage-video {
  max-width: 182px;
}

.imageBox img,
.storyImage-video video {
  border: 1px solid #000;
  display: block;
  max-width: calc(100% - 2px);
  height: auto;
}

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