/* -------------------
BEGIN  
Sitecore Resource: 8bf054fc-4c01-40a5-baaf-467c63a22e5f
   -------------------*/

.Story_Container > div {
  max-width: 1115px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
}
.Story_Container > div > div > div {
  padding-right: 0px !important;
  padding-left: 0px !important;
}
.Story_Container_Text {
  color: #565656 !important;
  font-size: 18px;
  width: 80%;
  line-height: 160%;
  padding-bottom: 25px;
}
.Story_Title {
  font-size: 30px !important;
  font-weight: bold;
  color: #4b62b0 !important;
  margin-bottom: 0px;
  line-height: 160%;
}
.Story_Social {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
.Story_Author {
  margin-top: 5px;
  margin-bottom: 5px;
}
p.Story_Social > a {
  color: #4a61b0;
}
.Story_Body_Bold {
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 5px;
}
p.Story_Social_Extend > a {
  color: #4a61b0;
}
.cssbox_thumb {
  height: 200px;
  width: 200px;
  object-fit: cover;
}
.StoryOne_Banner_Image {
  width: 100%;
}
/*GALLERY*/

.Gallery_Container {
  margin-bottom: 75px;
}
/**/
div.cssbox {
  display: inline-block;
}
span.cssbox_full {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s linear;
}
span.cssbox_full img {
  position: fixed;
  background-color: white;
  margin: 0;
  padding: 0;
  max-height: 90%;
  max-width: 90%;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 20px black;
}
a.cssbox_close,
a.cssbox_prev,
a.cssbox_next {
  position: fixed;
  text-decoration: none;
  visibility: hidden;
  color: white;
  font-size: 36px;
}
a.cssbox_close {
  top: 1%;
  right: 1%;
  z-index: 99998;
}
a.cssbox_close::after {
  content: '\00d7';
}
a.cssbox_prev,
a.cssbox_next {
  top: 50%;
  transform: translate(0%, -50%);
}
a.cssbox_prev {
  left: 5%;
  z-index: 99998;
}
a.cssbox_next {
  right: 5%;
  z-index: 99998;
}
a:target ~ a.cssbox_close,
a:target ~ a.cssbox_prev,
a:target ~ a.cssbox_next {
  visibility: visible;
}
a:target > img.cssbox_thumb + span.cssbox_full {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
span.cssbox_full {
  cursor: initial;
  z-index: 99998;
}
/**/
/*  -------------TABLET--------------  */

@media (min-width: 768px) and (max-width: 1114px) {
  .Story_Container > div > div > div {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .Story_Container_Text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .Story_Container > div > div > div {
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
  .Story_Container_Text {
    font-size: 14px;
  }
}
.Story_Container a {
  font-weight: 500;
  color: #4a61b0 !important;
  text-decoration: underline;
}
/* 11/11/2020 */

#slider-article {
  margin-bottom: 30px;
}
#slider-article .carousel-inner > .item {
  min-height: auto !important;
}
#slider-article .carousel-indicators li {
  border: 1px solid #4b62b0;
}
#slider-article .carousel-indicators .active {
  background-color: #4b62b0;
}
