body {
  font-family: 'Source Sans Pro', sans-serif;
}
.form-check {
  padding-left: 0;
}
input[type=radio]:not(.not-styled),
input[type=checkbox]:not(.not-styled) {
  display: none;
}
input[type=radio]:not(.not-styled) + label,
input[type=checkbox]:not(.not-styled) + label {
  position: relative;
  padding-left: 35px;
  user-select: none;
}
input[type=radio]:not(.not-styled) + label:before,
input[type=checkbox]:not(.not-styled) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 3px solid #0072bb;
}
input[type=radio]:not(.not-styled) + label:after,
input[type=checkbox]:not(.not-styled) + label:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 12px;
  height: 12px;
  display: none;
  background: #0072bb;
}
input[type=radio]:not(.not-styled):checked + label:after,
input[type=checkbox]:not(.not-styled):checked + label:after {
  display: block;
}
input[type=radio]:not(.not-styled) + label:before,
input[type=radio]:not(.not-styled) + label:after {
  border-radius: 50%;
}
.slider-caption {
  position: absolute;
  width: 90%;
  max-width: 1200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 90;
  background: rgba(0, 0, 0, 0.75);
  padding: 30px;
  text-align: center;
  font-size: 1.375rem;
  color: #ffffff;
}
.team-member__thumb img {
  filter: grayscale(1);
}
.icwd-article-list .post-info__title {
  font-size: 1.25rem;
}
.icwd-article-list .post-info {
  padding: 30px 20px 20px;
}
.icwd-article-list .post-info__meta {
  font-size: 14px;
}
.wednesday-row {
  margin-bottom: 15px;
}
.wednesday-row .wednesday-date {
  color: #0072bb;
  font-size: 1.25rem;
}
.wednesday-row .wednesday-title {
  font-size: 1.25rem;
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 7px;
}
.wednesday-row .wednesday-title a {
  color: #0072bb;
}
.wednesday-row .wednesday-title a:hover {
  color: #0091ee;
}
.privacy-policy-area strong {
  font-size: 1.25rem;
  font-weight: 600;
  color: #0072bb;
}
/*# sourceMappingURL=icwd.css.map */