.contrast-high .datepicker-inline table tr td {
    border: 1px solid black !important;
}

.contrast-high .nav-tabs {
    border-bottom: 1px solid #000;
}

.contrast-high .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
   border: 1px solid #000;
}

.contrast-invert .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #000;
    border: 1px solid #fff;
}
.contrast-invert .datepicker-inline table tr td {
    border: 1px solid #fff !important;
}

.contrast-invert .nav-tabs > li > a {
 color: #fff;
}
.contrast-invert .nav-tabs > li {
    width: auto;
    max-width: 175px;
    word-wrap: break-word;
}

.contrast-high .nav-tabs > li {
    width: auto;
    max-width: 175px;
    word-wrap: break-word;
}

.contrast-invert .event-header {
    background-color: #fff;
    border-left: 5px solid #fff;
    border-top: 1px solid #fff;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
    margin: 0;
    padding: 6px 10px 1px;
}

.contrast-invert .event-header > p {
    color: black
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-bottom-color: transparent !important;
    cursor: default;
}

.contrast-invert .nav-tabs > li > a:focus, a:hover {
    color: #202020 !important;
}

.contrast-invert .table-condensed > tbody > tr > td.event::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.contrast-invert .table-condensed > tbody > tr > td.event {
    color: #202020;
    
}

.contrast-invert .table-condensed > tbody > tr > td.event:hover  {
  color: #202020 !important;
}

.contrast-invert .datepicker table tr td.today {
    background: #fff !important;
    color: #202020 !important;
    border: none;
    box-shadow: inset 0 0 0 2px black;
}

.contrast-high .table-condensed > tbody > tr > td.event::before {
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 20px;
    display: inline-block;
    background: #202020;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.contrast-high .table-condensed > tbody > tr > td.event:hover  {
  color: #fff !important;
}
.contrast-high .table-condensed > tbody > tr > td.event {
    color: #fff;
    
}
.contrast-high .datepicker table tr td.today {
    background: #fff !important;
    color: #202020 !important;
    border: none;
    box-shadow: inset 0 0 0 2px black;
}

/*.contrast-invert .datepicker-inline table tr td {
    border: 1px solid #fff !important;
}

.contrast-invert .nav-tabs > li > a {
 color: #fff;
}

.contrast-invert.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #fff;
    border: 1px solid #000;
}*/

    .date-label {
        font-weight: normal;
        color: #B1B7BC;
        margin-bottom: 2px;
        font-size: 13px;
    }
    .checkbox-label {
        color: black !important;
        font-size: 15px !important;
        padding-left: 5px;
        padding-bottom: 5px;
        display: table-cell;
    }

/* Gallery */
.list-photos {
  margin: 0 -6px;
}
.list-photos > li {
  display: inline-block;
  width: 100%;
  padding: 6px;
  margin-right: -4px;
  vertical-align: top;
}
.list-photos > li a {
  display: block;
  min-height: 300px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff !important;
  text-decoration: none;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos > li p {
  color: #fff !important;
}
.list-photos > li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 60%;
  width: 100%;
  background-image:-moz-linear-gradient(50% 0% -90deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgba(0,0,0,0.55)),color-stop(1, rgba(0,0,0,0)));
  background-image:-webkit-linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  background-image:linear-gradient(360deg,rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%);
  opacity: .9;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.list-photos .inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 15px 25px;
  padding-right: 60px;
}
.list-photos .icon-image {
  opacity: .6;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
.list-photos .circle {
  background-color: transparent;
  color: rgba(255,255,255,.65);
  border: 1px solid rgba(255,255,255,.25);
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  right: 25px;
  bottom: 15px;
}
.list-photos > li:hover a {
  box-shadow: 0 8px 7px -5px rgba(0,0,0,.2);
  -webkit-transform: scale(1.01) translate(0px, -4px);
  -moz-transform: scale(1.01) translate(0px, -4px);
  -o-transform: scale(1.01) translate(0px, -4px);
  -ms-transform: scale(1.01) translate(0px, -4px);
  transform: scale(1.01) translate(0px, -4px);
}
.list-photos > li:hover .circle {
  color: #fff;
  border-color: rgba(255,255,255,.65);
  box-shadow: 0 0 0 1px rgba(255,255,255,.65);
}
.list-photos > li:hover a:before {
  opacity: 1;
}
.article .body .list-photos > li p {
  font-size: .85em;
}
.lg-progress-bar .lg-progress {
  background-color: #3F7CBA;
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #3F7CBA;
}
.lg-outer .lg-thumb-item {
  border-radius: 0;
}


 .list-items.list-items--people.list-items--peoplelarge > li span {
      max-width: 160px; }

 .news--article .news__body .list-items > li span{
     margin:0px;
 }

 ul.list-unstyled.list-members {
	display: none;
}

ul.list-unstyled.list-members li {
	display: none;
}

/*Circle*/
.circle {
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
  position: relative;
  overflow: hidden;
}
.circle [class^="icon-"] {
  font-size: 20px;
  line-height: 41px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940); 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -10px;
}
.circle:before {
  content: "\e900";
  font-family: "icomoon";
  font-size: 20px;
  position: absolute;
  top: 0;
  left: -30px;
  margin-left: -10px;
  -webkit-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -moz-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  -o-transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
  transition: all 300ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.list-photos .inner {
    padding: 10px 12px;
    padding-right: 40px;
  }
.article h3 {
  font-size: 1.25em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.1em;
}
.article h3:first-child {
  margin-top: 12px;
}

.a, a:active, a:focus {
        outline: none;
        }
        .cropText{
        max-width: 200px;
        word-wrap: break-word;
    }
        


