body {
  color: #4d4d4d;
}
.article-head {
  text-align: center;
}
.main-title {
  font-size: 34px;
  /*line-height: 54px;*/
  line-height: 44px;
  margin: 10px 0;
}
.article-wrapper {
  clear: both;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0;
  overflow: hidden;
}
.article-wrapper.main {
  position: relative;
  align-items: center;
  margin-top: 80px;
  float: left;
  width: 100%;
}
.article-wrapper.main img {
  width: 100%;
}
.article-wrapper.main article {
  background: #c0a265;
  padding: 25px 35px;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
}
/*.stories-inner-page .article-wrapper.main article{
    top:50%;
    -ms-transform:translateX(80%) translateY(-50%);
    -moz-transform:translateX(80%) translateY(-50%);
    -webkit-transform:translateX(80%) translateY(-50%);
    transform:translateX(80%) translateY(-50%);
}
.stories-inner-page .article-wrapper.main.cbp-so-animate article{
    -ms-transform:translateX(0%) translateY(-50%);
    -moz-transform:translateX(0%) translateY(-50%);
    -webkit-transform:translateX(0%) translateY(-50%);
    transform:translateX(0%) translateY(-50%);
}*/

.sub-tags {
  color: #00336a;
  font-size: 28px;
  text-transform: uppercase;
  display: block;
  padding-top: 62px;
  font-weight: 300;
  padding-bottom: 15px;
}
.article-wrapper.img-right {
  flex-direction: row-reverse;
}
.article-wrapper article {
  padding-left: 60px;
  font-size: 24px;
  line-height: 30px;
  font-family: "Effra";
  color: #221f20;
  font-weight: 300;
}
.article-wrapper.img-right article {
  padding-right: 60px;
  padding-left: 15px;
}
.article-wrapper .large-txt {
  color: #c0a265;
  line-height: 40px;
  margin-top: 0;
}
.small-txt {
  font-size: 15px;
  line-height: 21px;
  color: #808080;
}
.fig-wrp {
  padding: 7px;
}
.figure-tiles {
  overflow: hidden;
}
/*.figure-tiles img{
    transition: all .6s ease;
    transform: scale(1);
}
.figure-tiles:hover img{
    transform: scale(1.2);
}*/

.article-wrapper figcaption {
  margin-top: 20px;
}
.article-title {
  display: flex;
  align-items: flex-end;
  margin-top: -15px;
  max-width: 528px;
  margin-bottom: 20px;
  color: #221f20;
  font-family: "Effra";
  font-size: 24px;
  font-weight: 900;
}
.article-count {
  font-size: 122px;
  margin-right: 15px;
  font-weight: 500;
  display: inline-block;
  line-height: 95px;
}
.article-title h2 {
  margin: 0;
  line-height: 39px;
}
.article-quote {
  background: #705748;
  color: #fff;
  line-height: 28px;
  position: relative;
  padding: 50px 50px 38px;
  font-size: 18px;
  text-indent: 50px;
}
.article-wrapper .article-quote {
  margin-top: 40px;
  /*margin-bottom: 40px;    */
}
.article-quote img {
  position: absolute;
  max-width: 41px;
  display: inline-block;
  top: 35px;
  left: 49px;
}
.article-foot-note {
  font-size: 13px;
  line-height: 19px;
  border-top: 2px solid #4d4d4d;
  padding-top: 50px;
  margin-top: 50px;
  color: #7c7c7c;
}
.article-tags {
  text-align: center;
  font-weight: 500;
  margin-top: 35px;
}
/**************for Fixed article**************/

.main-title {
  /*transition: all .5s ease;*/
  transition: top .5s ease 0s;
}
.article-head .main-title {
  top: -50px;
}
.fix-article-hd:not(.page-node-type-story) .main-title {
  position: fixed;
  top: 0px;
  font-size: 24px;
  text-align: center;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
  z-index: 101;
  /* max-width: 1200px; */
  width: calc( 100% - 194px);
  left: 0;
  transform: none;
  right: 0;
  margin: 0;
  z-index: 111;
  padding-left: 160px;
  padding-right: 0;
}
.fix-article-hd:not(.page-node-type-story) .article-head .sub-tags {
  visibility: hidden;
}
.hide-article .main-title {
  z-index: 9;
}
.fix-article-hd .sh-menu .main-title {
  z-index: 9;
}
.article-wrapper figure {
  position: relative;
}
.fixed-sec {
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
}
.fixed-sec.fix {
  position: fixed;
  /*margin-top: 97px;*/
  margin-top: 148px;
  left: calc(50% - 600px);
  width: 400px;
}
.large .fix {
  width: 730px;
}
.fixed-sec.bottom {
  bottom: 0;
  top: auto;
}
.img-right .fix {
  right: calc(50% - 600px);
  left: auto;
}
.page-sector-inner .article-wrapper:not(.main) .fixed-sec {
  width: 500px;
}
/*animations*/

.article-wrapper.main figure {
  transition: all 1s ease;
  position: relative;
  /*    left: 50%;
    transform: translatex(-50%);*/
  left: 25%;
  /*transform: translatex(-50%);*/
}
.article-wrapper.main.cbp-so-animate figure {
  /*transform: translatex(0%);*/
  left: 0;
}
.article-wrapper.main article {
  opacity: 0;
  transform: translateX(80%);
  transition: all 1s ease 0s;
}
.article-wrapper.main.cbp-so-animate article {
  opacity: 1;
  -moz-transform: translatex(0%);
  -o-transform: translatex(0%);
  -ms-transform: translatex(0%);
  transform: translatex(0%);
  transition-delay: .5s;
}
.article-wrapper:not(.main) figure {
  opacity: 0;
  right: 100px;
  transition: all 1s ease;
}
.article-wrapper:not(.main).cbp-so-animate figure {
  opacity: 1;
  right: 0;
}
.img-right:not(.main) figure {
  left: 100px;
  right: auto;
}
.img-right:not(.main).cbp-so-animate figure {
  left: 0;
}
.article-wrapper .article-desc {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s ease .5s;
}
.article-wrapper.cbp-so-animate .article-desc {
  opacity: 1;
  transform: translateY(0px);
}
.article-wrapper .article-title {
  opacity: 0;
  transform: translateX(40%);
  transition: all 1s ease .2s;
}
.article-wrapper .cbp-so-animate.article-title {
  opacity: 1;
  transform: translatex(0%);
}
.img-right .article-title {
  transform: translateX(-80%);
}
.img-right .cbp-so-animate.article-title {
  opacity: 1;
  transform: translatex(0%);
}
.path-sectors.fixTitle .board h2 {
  position: absolute;
}
.page-sector-inner iframe {
  width: 100%;
}
.page-sector-inner.fix-article-hd .main-title {
  /*.stories-inner-page.fix-article-hd .main-title{*/
  line-height: 25px;
  top: 0;
  font-size: 21px;
  height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  padding: 0;
}
.page-sector-inner .article-wrapper.main {
  margin-top: 37px;
}
.sector-new .article-wrapper.main {
  margin-top: 37px;
}
.stories-inner-page article a {
  font-family: "Effra";
  font-weight: 900;
  color: #00336a;
  font-size: 24px;
}
.stories-inner-page .article-wrapper.main article~a {
  display: inline-block;
  background: #003366;
  border: 1px solid #003366;
  color: #fff;
  padding: 15px 35px;
  margin-top: 50px;
  text-decoration: none !important;
  font-family: "Effra";
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.stories-inner-page .article-wrapper.main article~a:hover {
  background: #FFF;
  color: #003366;
}
.stories-inner-page .article-wrapper.main article::after {
  background: url(images/pattern.jpg) no-repeat 0 0;
  content: "";
  display: block;
  width: 194px;
  height: 18px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 80px;
}
@media screen and (max-width:1025px) {
  .article-wrapper.main.cbp-so-animate figure {
    transform: translatex(0%);
    left: 0;
  }
  .article-wrapper:not(.main) figure {
    opacity: 1;
    right: 100px;
    transition: none;
  }
  .fixed-sec {
    position: static;
  }
}
@media screen and (min-width:768px) and (max-width:1025px) {
  .page-sector-inner .article-wrapper:not(.main) .fixed-sec {
    width: auto;
  }
}
@media screen and (max-width:767px) {
  body .article-desc {
    padding: 0 10px!important;
  }
  .stories-inner-page .article-wrapper .article-quote {
    margin-top: 20px;
  }
  .article-quote {
    font-size: 16px;
    text-indent: 50px;
  }
  .article-quote img {
    left: 32px;
  }
  body .article-wrapper.main article {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }
  .sub-tags {
    padding-top: 30px;
  }
  .path-story .main-title {
    font-size: 18px;
    line-height: 28px;
  }
  .article-head .date {
    font-size: 14px !important;
  }
  .path-story .article-head {
    padding-left: 0;
    padding-right: 0;
  }
  .sub-tags {
    font-size: 14px;
  }
  .article-tags {
    margin-top: 10px;
    padding: 0 20px;
  }
  .article-wrapper.main {
    margin-top: 0;
  }
  .main-title {
    font-size: 24px;
    line-height: 34px;
  }
  .stories-inner-page .date.sub-tags:before {
    left: 0;
  }
  .stories-inner-page .banner-img {
    display: flex;
    justify-content: center;
  }
  body .article-wrapper.main article {
    padding: 0 20px;
  }
  .stories-inner-page .article-wrapper.main article::after {
    padding-top: 40px;
  }
  .stories-inner-pag body .board-list {
    padding-top: 30px;
  }
  .stories-inner-page article a {
    font-size: 18px;
    line-height: 24px;
  }
  .stories-inner-page .article-wrapper.main article~a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width:500px) {
  .stories-inner-page .date.sub-tags:before {
    width: 160px;
  }
}