
/* card css information */

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 0.525);
  border-radius: 0.25rem;

  box-shadow: 0 1px 8px 0 rgba(128,128,128,0.5);
  transition: 0.3s;

  bottom: 5;
  left: 5;
  right: 5;
  margin: 20px 5px 20px 5px;
}

/*
.card.small {
  width: 18rem;
}

.card.medium {
  width: 36rem;
}

.card.large {
  width: 55rem;
}
*/

/* On mouse-over, add a deeper shadow */
/*
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}
*/

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-date {
  text-align: right;
  font-size: small;
  font-style: italic;
  float: right;
}

.card-title {
  font-family: Open Sans;
  margin-bottom: 0.75rem;
  margin-left: 15px;
  font-size: larger;
  font-weight:800;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text {
  margin-left: 1px;
  margin-right: 1px;
}

/*
.card-text:first-of-type, .card-text:first-child {
  margin-top: 20px;
}

.card-text:last-child {
  margin-bottom: 20px;
}
*/

.card-link {
  color: #231f20;
}
.card-link:hover {
  text-decoration: underline;
  color: #6c6762;
}

/* indent every NEXT link 
.card-link + .card-link {
  margin-left: 15px;
} */

.card-header {
  padding: 0.75rem 0.75rem;
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  color:#beab9a;
  font-size: x-large;
  font-weight: bold;
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 0.75rem;
  background-color: rgba(37, 32, 32, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

@media (min-width: 767.98px) {
  .card {
    box-shadow: 0 4px 8px 0 rgba(128,128,128,0.5);
  }
}

@media (max-width: 575.98px) {
  .card {
    box-shadow: 0 1px 2px 0 rgba(128,128,128,0.5);
  }
  .card-header {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 7px;
    padding-right: 7px;
  }
  .card-text, .card-body, .card-footer {
    margin-left: 1px;
    margin-right: 1px;
    padding-left: 2px;
    padding-right: 2px;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.sticky {
  position: fixed;
  top: 40px;
  width: 100%;
}

.sticky + .content {
  padding-top: 0px;
}

/* Filter menu formatting */
#filters{ margin: 20px 0px 20px 0px; padding: 0px 0px 0px 0px; list-style: none;}
#filters li{display: inline-block; float: none; margin-right: 10px; margin-bottom: 10px;}
#filters li a{display:block; text-decoration: none;  font-size: 14px; line-height: 26px; 
  color: #beab9a; background: #ffffff; padding: 10px 30px; transition: all 0.3s ease-out; 
  -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}
#filters li a.selected{color: #6c6762; background: #ffffff;}

#filters li a:hover{background: #eeeeee; }

/* smaller than 1200px */
@media (max-width: 1199.98px) {
  #filters li a{padding: 10px 30px;}
}
/* Smaller than 992px */
@media (max-width: 991.98px) {
  #filters li a{padding: 8px 25px;}
}
/* Smaller than 768px */
@media (max-width: 767.98px) {
  #filters li a{padding: 6px 15px;}
}
/* Smaller than 640px */
@media (max-width: 639.98px) {
  #filters li a{padding: 4px 15px;}
}
/* Smaller than 576px */
@media (max-width: 575.98px) {
  #filters{padding-left: 15px;}
  #filters li{padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; }
  #filters li a{padding: 10px 10px; margin: 0px 0px 0px 0px;}
}