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

.block-page-title-block {
  display: none;
}

/******* 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 .img-bg {
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
#block-newstop .imgwrap video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}
#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;
}

/******* News **********/
.view-newspage {
  position: relative;
}
.view-newspage .vc-outer {
  background: #f2f2f2;
  position: relative;
  overflow: hidden;
}
.view-newspage: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-newspage .vc-inner {
  position: relative;
  z-index: 2;
  padding: 80px 0 0px 0;
  min-height: 600px;
}
.view-newspage .vrows-wrap {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -100px 0 0 0px;
  position: relative;
}
.view-newspage .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-newspage .views-row {
  width: 30%;
  min-width: 200px;
  margin: 100px 0 0 0px;
}
.view-newspage .views-row {
  background: #FFFFFF;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 10px 10px 10px 10px;
  position: relative;
}
.view-newspage .views-row:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.view-newspage .views-field-field-news-image {
  font-size: 0;
  line-height: 0em;
  position: relative;
  width: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}
.view-newspage .views-field-field-news-image img {
  width: 100%;
  height: auto;
  border-left: 15px solid #FFD200;
  border-radius: 10px 10px 0px 0px;
}
.view-newspage .views-row .group1-wrap,
.view-newspage .views-field-view-node,
.view-newspage .views-field-field-news-date,
.view-newspage .views-field-created {
  margin: 35px 50px 0px 50px;
}
.view-newspage .views-row .group1-wrap {
  display: flex;
  flex-direction: column;
  height: 300px;
}
.view-newspage .views-row .group1-wrap > .views-field{
}
.view-newspage .views-field-field-news-date,
.view-newspage .views-field-created {
  text-align: left;
  font: Bold 16px/22px Arial;
  color: #0064A4;
  border-left: 2px solid #FFD200;
  padding-left: 15px;
}
.view-newspage .views-field-title,
.view-newspage .views-field-title a {
  text-align: left;
  font: Bold 25px/25px Arial;
  color: #525252;
  text-transform: uppercase;
  line-height: 1.2em;
}
.view-newspage .views-field-body {
  flex: 1;
  overflow: hidden;
  padding: 35px 0 0 0;
  display: flex;
}
.view-newspage .views-field-body .field-content {
  text-align: left;
  font: Regular 16px/22px Arial;
  color: #525252;
  line-height: 1.2em;
}
.view-newspage .views-field-body .field-content p {
  margin: 0;
}
.view-newspage .views-field-view-node {
  margin-bottom: 35px;
}
/*
.view-newspage .views-field-view-node a {
  padding: 0px 0px;
  font: Regular 16px/22px Arial;
  color: #0064A4;
  text-transform: uppercase;
}
*/
.view-newspage .views-field-view-node a {
  border: 1px solid #0064A4;
  border-radius: 40px;
  padding: 18px 34px;
  font: Regular 16px/22px Arial;
  letter-spacing: 0px;
  color: #0064A4;
  text-transform: uppercase;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}

.view-newspage .views-field-view-node a:hover {
  border: 1px solid #aaa;
  color: #fff;
  background: #0064A4;
}

.view-newspage .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;
}

.block-views-blocknewscats-block-1 > .blk_outer {
  background: #f2f2f2;
}
.view-newscats {
  padding: 50px 0;
}
.view-newscats .view-content {
  text-align: center;
}
.view-newscats .views-row .views-field-name,
.view-newscats .views-row {
  display: inline;
}
/*.view-newscats:after {*/
/*  content: '';*/
/*  clear: both;*/
/*  display: table;*/
/*}*/
/*.block-views-blockhome-events-block-1 .readmore {*/
/*  padding: 25px 0 0 0;*/
/*}*/
.view-newscats .views-field-name a {
  display: inline-block;
  margin: 20px 0 0 30px;
  background: #fff;
  text-align: center;
  border: 1px solid #0064A4;
  border-radius: 40px;
  padding: 18px 34px;
  font: Regular 16px/22px Arial;
  letter-spacing: 0px;
  color: #0064A4;
  text-transform: uppercase;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
}
.view-newscats .views-field-name a:hover {
  border: 1px solid #aaa;
  color: #fff;
  background: #0064A4;
}
/******* Pager **********/
.view-newspage .vpg-inner {
  padding: 80px 0;
}
.view-newspage .vpg-outer {
  background: #f2f2f2;
}


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

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

}

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

@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-newspage .vrows-wrap:before {
    width: 600px;
    /*top: 840px;*/
    right: -320px;
  }
  .view-newspage .views-row .group1-wrap, .view-newspage .views-field-view-node, .view-newspage .views-field-field-news-date, .view-newspage .views-field-created {
    margin: 35px 15px 0px 15px;
  }
  .view-newspage .views-field-view-node {
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .view-newspage .views-row {
    width: 45%;
    margin: 100px 0 0 0px;
  }
}
@media screen and (max-width: 599px) {
  /*home page*/
  .view-newspage .vrows-wrap:before {
    display: none;
  }
  .view-newspage .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;
  }
}


