@charset "UTF-8";
/* CSS Document */


#HCB_comment_box {
	display: none;
}

.articleAsSeenIn {
  font-size: 14px;
  font-weight: normal;
  font-family: 'DM Serif Text', serif;
  margin-top: 30px;
}


.articleHeaderTitles #authorContainer {
  font-size: 16px;
  text-align: center;
}

.articleHeaderTitles p {
   font-size: 20px;
    padding-top: 5px;
   text-align: center;
}

.articleHeaderTitles {
   color: darkmagenta;
}

.articleBodyText {
	font-size:16px;
	margin-bottom: 20px;
	margin-top: 25px;
}


.articleSliderContainer .captions {
	margin-top: 20px;
	width: 90%;
	font-weight: 800;
	position: relative;
	left: 38px;
	line-height: 1;
}
.articleSliderContainer {
    margin: 0 auto;
    width: 100% !important;
    position: relative;
    margin-bottom: 35px;
    margin-top: 15px;
}
.articleSlides-btn {
  border: none;
  font-size: 18px;
  font-weight: bold;
  width: 95px;
  background: none;
  background-color: rgba(0, 0, 0, 0);
  padding: 80px 10px 80px 20px;
  position: absolute;
  z-index: 100;
  transition: background-color 300ms 50ms ease-in, opacity 300ms 50ms ease-in;
  color: white;
  opacity: 0.25;
  top: 90px;
}
.articleSlides-btn:hover {
  background-color: rgba(0,0,0, 0.5);
	opacity: 1.00;
}


.articleSlides-btnLeft {
	left: 0%;
	border-radius: 0 3px 3px 0;
}
.articleSlides-btnLeft img {
    width: 60px !important;
}

.articleSlides-btnRight {
	right: 0%;
	border-radius: 3px 0 0 3px;
}
.articleSlides-btnRight img {
    width: 60px !important;
}
.articleSlides-image {
  width: 100%;
  height: 494px;
  background-size: cover;
  background-position: center;
}

.articleSlides-image-small {
	width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
#articleLightBoxContainer.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  padding-top: 30px;
	padding-bottom: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.95);
}

/* Modal Content */
#articleLightBoxContainer.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
	z-index: 100000;
	height: 100%;
}

/* The Close Button */
 .articleLightBoxClose {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; 
}

 .articleLightBoxClose:hover,
 .articleLightBoxClose:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
#articleLightBoxContainer .lightboxArticleSlides {
  display: none;
    height: 100%;
    max-width: 100%;
}

#articleLightBoxContainer img.lightboxArticleSlidesImg {
	max-height: 100% !important;
    width: auto !important;
}



/* Next & previous buttons */
 .articleLightBoxPrev,
 .articleLightBoxNext {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
 .articleLightBoxNext {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
 .articleLightBoxPrev:hover,
 .articleLightBoxNext:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
		padding: 2px 16px;
		color: white;
		margin-top: 15px;
		position: absolute;
		bottom: 0px;
}

#lightboxArticleDisplayedCaption{
	height: 150px;
    overflow: auto;
    text-align: left;
	display: none;
} 

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* The dots/bullets/indicators */
.imgSelectDot {
  cursor: pointer;
  height: 4px;
	width: 40px;
  margin: 0 2px;
  background-color: #bbb;
  display: inline-block;
  transition: background-color 0.6s ease;
	position: relative;
	top: 105px;

}

.imgSelectDotDiv {
	border-top: 10px solid rgba(255,255,255,0);
	border-bottom: 10px solid rgba(255,255,255,0);
	border-left: 2px solid rgba(255,255,255,0);
	border-right: 2px solid rgba(255,255,255,0);
	display: inline-block;
	cursor: pointer;
}

#imgSelectDotContainer {
	text-align: center;
	position: absolute;
	top: 375px;
	left: 0%;
	right: 0%;
}

.imgSelectDotActive, .imgSelectDot:hover {
  background-color: #008ed1;
}

/* Fading animation */
.articleSliderContainer .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
	opacity: 1;
}

.articleSlides.fade {
  display: none;
  }

.articleSliderContainer .articleSlides.fade:first-child {
  display: block;
  }
@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}