@font-face {
  font-family: "robotoregular";
  src: url("../fonts/roboto/roboto-regular-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-regular-webfont.woff") format("woff"), url("../fonts/roboto/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "robotolight";
  src: url("../fonts/roboto/roboto-light-webfont.woff2") format("woff2"), url("../fonts/roboto/roboto-light-webfont.woff") format("woff"), url("../fonts/roboto/roboto-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "roboto_slabregular";
  src: url("../fonts/robotoslab/robotoslab-variablefont_wght-webfont.woff2") format("woff2"), url("../fonts/robotoslab/robotoslab-variablefont_wght-webfont.woff") format("woff"), url("../fonts/robotoslab/robotoslab-variablefont_wght-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#page-wrapper {
  background-color: #f2eedf;
}

.nppe_th-inner {
  width: 100vw;
  left: calc(-50.5vw + 50%);
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.nppe_th-inner .banner_responsive_img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 1px !important;
  height: 37vw;
  margin-bottom: 30px;
}
.nppe_th-inner .banner-block__container {
  width: 30%;
  margin-left: 5%;
  margin-top: 50px;
}
.nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong, .nppe_th-inner .banner-block__container .banner-block__copy em {
  font-size: 60px;
  font-family: "robotolight";
  color: #fff;
  text-shadow: 1px 4px 15px #4a4542;
  line-height: 1.1;
}
@media (max-width: 600px) {
  .nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong, .nppe_th-inner .banner-block__container .banner-block__copy em {
    font-size: 35px !important;
  }
}
@media (max-width: 400px) {
  .nppe_th-inner .banner-block__container .banner-block__copy h1, .nppe_th-inner .banner-block__container .banner-block__copy h2, .nppe_th-inner .banner-block__container .banner-block__copy h3, .nppe_th-inner .banner-block__container .banner-block__copy h4, .nppe_th-inner .banner-block__container .banner-block__copy h5, .nppe_th-inner .banner-block__container .banner-block__copy h6, .nppe_th-inner .banner-block__container .banner-block__copy p, .nppe_th-inner .banner-block__container .banner-block__copy strong, .nppe_th-inner .banner-block__container .banner-block__copy em {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .nppe_th-inner .banner-block__container {
    width: 50%;
    margin-top: 20px;
  }
}

.nppe_th-intro {
  max-width: 940px;
  margin: 0 auto;
  font-family: "robotolight";
  font-size: 22px;
  text-align: center;
}
.nppe_th-intro h2 {
  color: #4a4542;
}
.nppe_th-intro p {
  font-size: 22px;
}

.nppe_th-wrapper {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0;
  padding: 0;
  font-family: "robotolight";
  font-size: 12px;
}
.nppe_th-wrapper a:hover {
  text-decoration: none;
}
.nppe_th-wrapper h2 {
  line-height: 1.33em;
  margin: 0;
  padding: 0;
}
.nppe_th-wrapper h2.page_title {
  color: #4a4542;
  text-align: center;
  font-size: 30px;
  margin: 30px auto 20px;
}
.nppe_th-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-weight: normal;
  border: none;
  outline: none;
}
.nppe_th-wrapper table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}
.nppe_th-wrapper td,
.nppe_th-wrapper th {
  padding: 0;
}

.banner {
  width: 100vw;
  left: calc(-50.5vw + 50%);
  height: auto;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
@media (max-width: 890px) {
  .banner img {
    display: none;
  }
}
.banner .item {
  background: #fff;
  padding: 0 0 15px 0;
  box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, 0.68);
}
@media (max-width: 1030px) {
  .banner .article_sec {
    width: 50%;
  }
}
@media (max-width: 890px) {
  .banner .article_sec {
    position: relative;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .banner .article_sec {
    width: 90%;
  }
}
.banner .article_sec .item span {
  padding: 0 8px 0px;
}
@media (max-width: 890px) {
  .banner {
    width: 100%;
    left: 0;
  }
}

.page_layout {
  padding: 0 70px;
}
.page_layout p {
  text-align: center;
  font-size: 22px;
}

.container_wrap {
  max-width: 940px;
  margin: 0 auto;
}

.item_bg {
  margin: 0 7px 15px 7px;
  padding-bottom: 20px;
}
.item_bg a:focus, .item_bg a:hover {
  text-decoration: none;
  outline: none;
}

.box_wrapper .nppe-th-with-bg .item a {
  color: #fff;
}
.box_wrapper .item {
  padding: 0 12px 0 11px;
  background-color: #fff;
  box-shadow: 6px 7px 9px -9px rgba(0, 0, 0, 0.68);
}
.box_wrapper .item a {
  text-decoration: none;
  color: #4a4542;
}
.box_wrapper .item h2 {
  text-transform: uppercase;
  font-family: "roboto_slabregular";
  font-size: 13px;
  letter-spacing: 1px;
  padding: 10px 10px 0;
}
.box_wrapper .item p {
  word-wrap: break-word;
  font-size: 20px;
  padding-bottom: 33px;
  line-height: 25px;
  margin: 0 12px;
}
.box_wrapper .item span {
  color: gray;
  padding-bottom: 10px;
  display: inline-block;
  padding: 0 10px 10px 0;
  vertical-align: middle;
  font-size: 13px;
  letter-spacing: 0px;
}
.box_wrapper .item span img {
  width: 30px;
  height: 33px;
}
.box_wrapper .article-author {
  padding-left: 10px !important;
  font-family: "roboto_slabregular";
}

#nppe_th-load-more {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  padding: 0 25px;
  border: none;
  font-family: "roboto_slabregular";
  font-size: 20px;
  text-align: center;
  height: auto;
  line-height: 50px;
  color: #fff;
  background: #ed1c24;
  cursor: pointer;
  box-shadow: 0 2px 3px #888888;
  -webkit-appearance: none;
  border-radius: 0;
}

.arrowbtm {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ed1c24;
  float: right;
  margin-right: 30px;
}

.clearfix {
  display: block;
}
.clearfix:after {
  clear: both;
  display: block;
  content: " ";
  height: 0px;
  visibility: hidden;
}

.svg {
  width: 30px;
  height: 33px;
}
.svg .st0 {
  fill: #fff;
}

.banner_responsive_container {
  border-bottom: none !important;
}
.banner_responsive_container .banner_responsive_img {
  position: relative;
  background-size: cover;
  background-position: top right !important;
}
@media (max-width: 767px) {
  .banner_responsive_container .banner_responsive_img {
    background-size: contain;
    height: 37vw;
  }
}

@media (max-width: 767px) {
  .nppe_th-intro h2 {
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  .nppe_th-intro p {
    font-size: 12px;
  }

  .details_rt h2 {
    font-size: 23px;
  }

  .nppe_th-inner .banner-block__container .banner-block__copy p {
    font-size: 17px;
  }

  .nppe_th-intro {
    margin-bottom: 30px;
    margin-top: 11px;
  }
}
.box_wrapper {
  position: relative;
  margin-top: 70px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .box_wrapper {
    margin-top: 0 !important;
  }
}

.grid {
  max-width: 940px;
  margin: 0 auto;
}
.grid .right-menu-desktop {
  transition: none !important;
  position: absolute;
  top: 0;
  right: 3.5%;
  width: 24%;
}
@media (max-width: 1020px) {
  .grid .right-menu-desktop {
    width: 40%;
  }
}
@media (max-width: 700px) {
  .grid .right-menu-desktop {
    width: 100%;
    right: 0;
    left: 1%;
  }
}

.right-sec {
  padding-bottom: 10px;
}

.details_rt {
  padding: 20px;
  background-color: #fff;
}
.details_rt h2 {
  line-height: 34px;
  font-size: 30px;
  color: #ed1c24;
  margin-top: 0;
}
.details_rt h2:after {
  content: " ";
  display: block;
  border: 3px solid #ed1c24;
  width: 15px;
  margin-top: 20px;
}

.detailitem {
  margin-top: 10px;
  list-style-type: none;
}
.detailitem .views-row {
  padding-left: 0;
  padding-right: 0;
}
.detailitem .views-row .col-md-1, .detailitem .views-row .col-sm-1 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.detailitem ul {
  padding: 15px 0;
  border-bottom: 1px solid #000;
  display: flex;
  gap: 5%;
  align-items: center;
}
.detailitem li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 6px;
}
.detailitem li:nth-child(odd) {
  width: auto;
  max-width: 70%;
  padding: 2px;
}
.detailitem li:nth-child(even) {
  width: auto;
  max-width: 70%;
}
.detailitem li img {
  width: 33px;
  height: 33px;
}
.detailitem li h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "roboto_slabregular";
  font-size: 14px;
  color: #4a4542;
}
.detailitem li span {
  color: #ed1c24;
  font-size: 12px;
  border-bottom: 1px solid;
}
.detailitem .menu-item {
  text-decoration: none;
}
.detailitem .menu-item ul {
  background: url(../../imgs/arrow_right_icon.png) right no-repeat;
}

.questions {
  background: url(../../imgs/question-banner.png) no-repeat;
  background-size: cover;
}
.questions a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.questions a:hover {
  color: #fff;
}
.questions h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  margin-bottom: 15px;
}
.questions p {
  color: #fff;
}
@media (max-width: 767px) {
  .questions {
    display: none;
  }
}

.questions-mobile {
  display: none;
  background: url(../../imgs/question-banner.png) no-repeat;
  background-size: cover;
  margin: 50px 0;
}
.questions-mobile a {
  display: block;
  padding: 20px 25px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
}
.questions-mobile a:hover {
  color: #fff;
}
.questions-mobile h3 {
  color: #fff;
  margin: 0;
  font-size: 28px;
  margin-bottom: 15px;
}
.questions-mobile p {
  color: #fff;
}
@media (max-width: 767px) {
  .questions-mobile {
    display: block;
  }
}

.grid-item {
  z-index: 1;
  transition: opacity 0.4s linear, box-shadow 0.4s ease-in-out, left 0.4s ease-in-out, top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, left 0.4s ease-in-out, top 0.4s ease-in-out;
  transition: opacity 0.4s linear, transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out, left 0.4s ease-in-out, top 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.grid-item.blur {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  opacity: 0.6;
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
.grid-item.active {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 1;
  z-index: 100;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.grid-item.single {
  top: 0;
  left: 0;
}

.grid-sizer,
.grid-item {
  width: 24%;
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .grid-sizer,
.grid-item {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .grid-sizer,
.grid-item {
    width: 100%;
  }
}
/*# sourceMappingURL=nppe_th-grid.css.map */
