@import "forms.css";
@import "vpoll/poll.css";

/* Layout --------------------------------------------------------------------- */
#mainContent {
  padding: 1.5em 0;
}

/* Section page - other articles ---------------------------------------------- */
.otherArt {
  margin-bottom: 2em;
}

.otherArtHead {
  color: #3305eb;
  font-size: 167%;
  margin: 0;
}

.otherArtTag {
  color: #d01f21;
  font-size: 116%;
  margin: 0;
}

.otherArtByline {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: 0.25em 0 0.5em;
}

.otherArtByline .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

.otherArtByline .dateline.noByline {
  border-right: 0;
}

.otherArtAbs {
  margin: 0.5em 0 1em;
}

.otherArtFooter {
  color: #3305eb;
  font-size: 85%;
  font-weight: bold;
  padding-left: 8px;
  text-transform: Capitalize;
  white-space: nowrap;
}

.otherArtFooter img {
  padding: 0 8px;
}

/* Article Page --------------------------------------------------------------- */
#articleBody a { /* siteimprove - "Link identified only by color" (1.4.1 Use of Color) */
  text-decoration: underline;
}

#artHead {
  color: #3305eb;
  font-size: 182%;
  font-weight: bold;
  margin: 0;
}

#artTag {
  color: #3305eb;
  font-size: 138.5%;
  font-weight: normal;
  margin: 0;
}

#articleBody .bylineDateBox {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: 1em 0;
}

#articleBody .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

#articleBody .dateline.noByline {
  border-right: 0;
}

#articleOptions {
  clear: both;
  float: left;
  margin: 1em 0;
  width: 100%;
}

#articleOptions #iconEmailArt {
  float: left;
  margin-right: 5px;
  position: relative;
  transition: margin .3s ease;
  z-index: 1;
}

#articleOptions #iconEmailArt:hover,
#articleOptions #iconEmailArt:focus {
  margin-top: -5px;
}

/* Image Galleries ------------------------------------------------------------ */
.storyImage1, .storyImage2,  .storyImage3 {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #CCC;
  padding: .75em;
}

.storyImage1, .storyImage3 {
  float: right;
  margin: .75em 0 .75em .75em;
}

.storyImage2 {
  float: left;
  margin: .75em .75em .75em 0;
}

.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: 85%;
}

.photocredit {
  font-size: 85%;
  margin: 0 0 .25em;
  text-align: right;
}

/* 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;
}

/* Feedback ------------------------------------------------------------------- */
#feedbackBox {
  clear: both;
  padding: 1em 0;
  width: 100%;
}

#feedbackBox h3 {
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  background-color: #3305eb;
  border: 1px solid #999;
  border-bottom: 0;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

#feedbackBox table {
  color: #0d427c;
  font-size: 93%;
  margin-bottom: 0;
  width: 100%;
}

#feedbackBox td {
  border-top: 1px solid #999;
  vertical-align: top;
}

#feedbackBox td.feedbackAuthor {
  border-left: 1px solid #999;
  width: 95px;
}

#feedbackBox td.feedbackDate {
  padding-left: 0;
  text-align: center;
  width: 95px;
}

#feedbackBox td.feedbackDate p {
  border-left: 1px solid #999;
  margin: 0;
}

#feedbackBox td.feedbackSubject {
  border-right: 1px solid #999;
}

#feedbackBox td.noCommentsYet {
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}

#feedbackBox td span {
  display: none;
}

/* Name Preview - Hover Effect */
#namePreview {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #d7e5f5;
  border: 1px solid #0d427c;
  font-size: 93%;
  padding: 8px 8px 3px 0;
  position: absolute;
  top: -500px;
  z-index: 3;
}

#namePreview p {
  margin: 0 0 5px;
  text-align: left;
}

#namePreview p strong {
  float: left;
  text-align: right;
  width: 85px;
}

#namePreview p span {
  padding-left: 10px;
}

/* Add New Comment Link - Top */
#feedbackBox #anc2 {
  background-color: #3305eb;
  border: 1px solid #999;
  border-bottom: 0;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

/* Add New Comment Link - Bottom */
#feedbackBox #anc, #feedbackBox noscript {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  background-color: #3305eb;
  border: 1px solid #999;
  color: #fff;
  font-size: 93%;
  font-weight: normal;
  margin: 0;
  padding: .3em 0 .3em 12px;
}

#feedbackBox noscript {
  display: block;
}
body.ie8 #feedbackBox noscript { border: 0; padding: 0; }

#feedbackBox p a:link, #feedbackBox p a:visited {
  color: #fff;
  text-decoration: none;
}

#feedbackBox p a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Add New Comment form */
#fbForm, #ajaxLoading {
  -webkit-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px;
  border: 1px solid #999;
}

#fbForm p {
  color: #3305eb;
  font-size: 93%;
  margin: 0;
  padding: .5em;
}

#fbForm .backgroundError {
  background-color: #d4e1ee;
}

#fbForm .formItems label {
  display: block;
  float: left;
  text-align: right;
  width: 170px;
}

#fbForm p.formItems span {
  display: block;
  margin-left: 180px;
}

#fbForm p.formItems span label {
  display: inline;
  float: none;
  margin: 0;
  padding: 0;
  width: auto;
}

#fbForm .formItems input, #fbForm .formItems textarea {
  width: 95%;
}

#fbForm #fbYes, #fbForm #fbNo {
  width: auto;
}

#fbForm .formItems span.spacer {
  clear: both;
  display: block;
  height: 1px;
  overflow: hidden;
}

#fbForm .formButtons {
  text-align: center;
}

/* Archives ------------------------------------------------------------------- */
.articleList {
  margin: 0 0 1.5em;
}

.articleList h3 { /* Headline */
  font-size: 1.2em;
  margin: 0;
}

.articleList h4 { /* Tagline */
  color: #3d79bb;
  margin: 0;
}

.articleList .bylineDate {
  color: #666;
  font-size: 85%;
  font-weight: bold;
  margin: .25em 0 .5em;
}

.articleList .bylineDate .dateline {
  border-right: 1px solid #666;
  margin-right: 8px;
  padding-right: 8px;
}

.articleList .bylineDate .dateline.noByline {
  border-right: 0;
}

.articleList .articleAbs {
  margin: 0;
}

.articleList .articleAbs a {
  font-size: 85%;
  font-weight: bold;
  margin-right: 5px;
  text-transform: Capitalize;
  white-space: nowrap;
}

#browseMonthResults {
  margin: 0;
  padding: 0;
}

#browseMonthResults li {
  list-style-type: none;
  margin: .5em 0;
}

.pageTitle {
  margin: 1em 0 0;
}

/* E-mail Article/News Update ------------------------------------------------- */
#emailArticle, #emailWrapper {
  background-color: #3305eb;
  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;
}

/* Gallery - Thumbnails ------------------------------------------------------- */
#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;
}

/* 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: 32.63157894736842%; /* 3 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(3n+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%;
}

/* Contact Us & Staff Directory ----------------------------------------------- */
.contact-us .breadcrumb,
.staff-directory .breadcrumb {
  border-bottom: 1px solid #999;
  font-size: 93%;
  list-style: none;
  margin: 0;
  padding: 9px 0;
  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;
}

.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: 310px;
  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;
}

/* 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: 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... */
.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;
}
