
/*#####################################*/
/*########### News Page ###############*/
/*#####################################*/

/*.block-page-title-block {*/
/*  display: none;*/
/*}*/
#block-ucifront-page-title {
  position: relative;
}
#block-ucifront-page-title .blk_outer {
  width: 100vw;
  background: #f2f2f2;
  position: relative;
  left: calc(-50vw + 50%);
  padding: 1.34em 0 0 0;
}
#block-ucifront-page-title .blk_outer:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#block-ucifront-page-title h1 {
  margin: 1.34em 0 0 0;
}

/******* Top Image **********/
/*#block-newstop {*/

/*}*/
/*#block-newstop .paragraph--type--newsp-top > .par-outer > .par-inner {*/
/*  position: relative;*/
/*}*/
/*#block-newstop .group1-wrap,*/
/*#block-newstop .imgwrap {*/
/*  width: 100%;*/
/*  height: 800px;*/
/*  position: relative;*/
/*  text-align: center;*/
/*}*/
/*#block-newstop .imgwrap:after, #block-newstop .imgwrap:before {*/
/*  content:'';*/
/*  position:absolute;*/
/*  bottom:0px;*/
/*  width:50%;*/
/*  z-index:2;*/
/*  border-bottom:34px solid #f2f2f2;*/
/*  -moz-transform:rotate(0.000001deg);*/
/*  -webkit-transform:rotate(0.000001deg);*/
/*  -o-transform:rotate(0.000001deg);*/
/*  -ms-transform:rotate(0.000001deg);*/
/*  transform:rotate(0.000001deg);*/
/*}*/
/*#block-newstop .imgwrap:before{*/
/*  right:50%;*/
/*  border-right:37px solid transparent;*/
/*  border-left:1000px solid;*/
/*}*/
/*#block-newstop .imgwrap:after{*/
/*  left:50%;*/
/*  border-left:37px solid transparent;*/
/*  border-right:1000px solid;*/
/*}*/
/*#block-newstop .group1-wrap {*/
/*  position: absolute;*/
/*  top:0;*/
/*  left:0;*/
/*}*/
/*#block-newstop .group1-wrap .group1-inner,*/
/*#block-newstop .group1-wrap .group1-outer {*/
/*  height: 100%;*/
/*}*/
/*#block-newstop .group1-wrap .group1-inner {*/
/*  position: relative;*/
/*}*/
/*#block-newstop .group1-cnt {*/
/*  width: 650px;*/
/*  background: rgba(0,100,164, 0.8);*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  transform: translateY(-54%);*/
/*}*/
/*#block-newstop .group1-cnt {*/
/*  max-width: 650px;*/
/*  min-height: 500px;*/
/*  background: #0064A4 0% 0% no-repeat padding-box;*/
/*  border-radius: 10px 10px 0px 10px;*/
/*  opacity: 0.9;*/
/*  color: #fff;*/
/*  padding: 60px 80px;*/
/*  border-left: 10px solid #FFD200;*/
/*  text-align: left;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-super-title {*/
/*  font: Bold 40px/45px Arial;*/
/*  text-transform: uppercase;*/
/*  color: #0064A4;*/
/*  background: #fff;*/
/*  display: inline-block;*/
/*  padding: 0px 12px;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-title {*/
/*  font: Bold 40px/45px Arial;*/
/*  margin-top: 50px;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-body {*/
/*  font: Regular 16px/22px Arial;*/
/*  margin-top: 50px;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-link {*/
/*  margin-top: 50px;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-link a {*/
/*  border: 1px solid #FFFFFF;*/
/*  border-radius: 40px;*/
/*  padding: 10px 20px;*/
/*  font: Regular 16px/22px Arial;*/
/*  letter-spacing: 0px;*/
/*  color: #fff;*/
/*  text-transform: uppercase;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-date:before {*/
/*  content: '';*/
/*  display: inline-block;*/
/*  border-left: 2px solid #FFD200;*/
/*  margin-right: 10px;*/
/*  height: 1em;*/
/*  vertical-align: middle;*/
/*  margin-top: -3px;*/
/*}*/
/*#block-newstop .group1-cnt .field--name-field-newsp-top-date {*/
/*  float: right;*/
/*  margin-top: -20px;*/
/*}*/

/******* Listing **********/
.view-taxonomy-term {
  position: relative;
}
.view-taxonomy-term .vc-outer {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.view-taxonomy-term:before {
  content: '';
  display: inline-block;
  width: 934px;/*1333px;*/
  height: 500px;
  background: transparent url(../img/bg1.png) 50% 100%; /* / contain;*/
  background-repeat: no-repeat;
  position: absolute;
  top: -34px;
  right: -417px;
  z-index: 2;
}
.view-taxonomy-term .vc-inner {
  position: relative;
  z-index: 2;
  padding: 80px 0 0px 0;
  min-height: 600px;
}
.view-taxonomy-term .vrows-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -100px 0 0 0px;
  position: relative;
}
.view-taxonomy-term .vrows-wrap:before {
  content: '';
  display: inline-block;
  width: 1332px;
  height: 100%;
  background: transparent url(../img/bg7.png) 50% 100%;/* / contain;*/
  background-repeat: repeat-y;
  position: absolute;
  top: 989px;
  right: -700px;
  z-index: 0;
}

.view-taxonomy-term .views-row {
  width: 30%;
  min-width: 200px;
  margin: 100px 0 0 0px;
}
.view-taxonomy-term .views-row {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 10px 10px 10px 10px;
  position: relative;
}
.view-taxonomy-term .views-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.view-taxonomy-term .views-field-field-news-image {
  font-size: 0;
  line-height: 0em;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.view-taxonomy-term .views-field-field-news-image img {
  width: 100%;
  height: auto;
  border-left: 15px solid #FFD200;
  border-radius: 10px 10px 0px 0px;
}
.view-taxonomy-term .views-row .group1-wrap,
.view-taxonomy-term .views-field-view-node,
.view-taxonomy-term .views-field-field-news-date,
.view-taxonomy-term .views-field-created {
  margin: 35px 50px 0px 50px;
}
.view-taxonomy-term .views-row .group1-wrap {
  display: flex;
  flex-direction: column;
  height: 300px;
}
.view-taxonomy-term .views-row .group1-wrap > .views-field{
}
.view-taxonomy-term .views-field-field-news-date,
.view-taxonomy-term .views-field-created {
  text-align: left;
  font: Bold 16px/22px Arial;
  color: #0064A4;
  border-left: 2px solid #FFD200;
  padding-left: 15px;
}
.view-taxonomy-term .views-field-title,
.view-taxonomy-term .views-field-title a {
  text-align: left;
  font: Bold 25px/25px Arial;
  color: #525252;
  text-transform: uppercase;
  line-height: 1.2em;
}
.view-taxonomy-term .views-field-body {
  flex: 1;
  overflow: hidden;
  padding: 35px 0 0 0;
  display: flex;
}
.view-taxonomy-term .views-field-body .field-content {
  text-align: left;
  font: Regular 16px/22px Arial;
  color: #525252;
  line-height: 1.2em;
}
.view-taxonomy-term .views-field-body .field-content p {
  margin: 0;
}
.view-taxonomy-term .views-field-view-node {
  margin-bottom: 35px;
}
.view-taxonomy-term .views-field-view-node a {
  padding: 0px 0px;
  font: Regular 16px/22px Arial;
  color: #0064A4;
  text-transform: uppercase;
}
.view-taxonomy-term .views-field-view-node a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  background: transparent url(../img/icons.png) -288px 0 no-repeat;
  margin: -5px 0 0 0;
}

/******* Pager **********/
.view-taxonomy-term .vpg-inner {
  padding: 80px 0;
}
.view-taxonomy-term .vpg-outer {
  background: #f2f2f2;
}


/******************************************************************************************************************/
/************* RESPONSIVE ***************** this should come at the bottom of css *********************************/
/******************************************************************************************************************/

@media screen and (max-width: 1249px) {
  /*home page*/
  .view-taxonomy-term .vrows-wrap:before {
    width: 800px;
    background-position: 50% 0%;
    background-size: contain;
    top: 840px;
    right: -450px;
  }
  .view-taxonomy-term .views-row .group1-wrap, .view-taxonomy-term .views-field-view-node, .view-taxonomy-term .views-field-field-news-date, .view-taxonomy-term .views-field-created {
    margin: 35px 30px 30px 30px;
  }

}

@media screen and (max-width: 999px) {
  /*home page*/
  .view-taxonomy-term .views-field-title, .view-taxonomy-term .views-field-title a {
    font-size: 20px;
    line-height: 1.2em;
  }
  .view-taxonomy-term:before {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  /*home page*/
  #block-newstop .group1-cnt {
    max-width: 100%;
    min-height: 500px;
    padding: 40px 30px;
    border-left: 10px solid #FFD200;
    text-align: left;
  }
  .view-taxonomy-term .vrows-wrap:before {
    width: 600px;
    /*top: 840px;*/
    right: -320px;
  }
  .view-taxonomy-term .views-row .group1-wrap, .view-taxonomy-term .views-field-view-node, .view-taxonomy-term .views-field-field-news-date, .view-taxonomy-term .views-field-created {
    margin: 35px 15px 0px 15px;
  }
  .view-taxonomy-term .views-field-view-node {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .view-taxonomy-term .views-row {
    width: 45%;
    margin: 100px 0 0 0px;
  }
}
@media screen and (max-width: 599px) {
  /*home page*/
  .view-taxonomy-term .vrows-wrap:before {
    display: none;
  }
  .view-taxonomy-term .views-row {
    width: 100%;
    margin: 100px 0 0 0px;
  }
}
@media screen and (max-width: 459px) {
  /*homepage*/
  /*#block-newstop .group1-cnt .field--name-field-newsp-top-title {*/
  /*  font-size: 20px;*/
  /*  line-height: 1.2;*/
  /*  margin-top: 50px;*/
  /*}*/
  /*#block-newstop .group1-cnt .field--name-field-newsp-top-date {*/
  /*  margin-top: -70px;*/
  /*  float: left;*/
  /*}*/
  /*#block-newstop .group1-cnt .field--name-field-newsp-top-link {*/
  /*  margin-top: 70px;*/
  /*}*/
}


