
/*#####################################*/
/*########### News details Page ###############*/
/*#####################################*/
.field--type-text-with-summary img {
  max-width: 100%;
  height: auto !important;
}
.field--type-text-with-summary .lrg-img img {
  max-width: 100vw;
  height: auto;
}
.field--type-text-with-summary .mdm-img img {
  max-width: 1192px;
  height: auto;
}

/******* Top Image **********/
.node--type-news > .node__content > .hero-imgwrap {
  width: 100%;
  height: 630px;
  position: relative;
  text-align: center;
}
.node--type-news > .node__content > .hero-imgwrap:after, .node--type-news > .node__content > .hero-imgwrap:before {
  content:'';
  position:absolute;
  bottom:0px;
  width:50%;
  z-index:2;
  border-bottom:34px solid #fff;
  -moz-transform:rotate(0.000001deg);
  -webkit-transform:rotate(0.000001deg);
  -o-transform:rotate(0.000001deg);
  -ms-transform:rotate(0.000001deg);
  transform:rotate(0.000001deg);
}
.node--type-news > .node__content > .hero-imgwrap:before{
  right:50%;
  border-right:37px solid transparent;
  border-left:1000px solid;
}
.node--type-news > .node__content > .hero-imgwrap:after{
  left:50%;
  border-left:37px solid transparent;
  border-right:1000px solid;
}

/************ Body ****************/
.node--type-news > .node__content > .content_fields_wrapper > .fld-outer {
  background: #fff;
  position: relative;
}
/*.node--type-news > .node__content > .field--name-body > .fld-outer:before {*/
/*  content: '';*/
/*  display: inline-block;*/
/*  width: 1000px;*/
/*  height: 500px;*/
/*  background: transparent url(../img/bg2.png) 50% 100% / contain;*/
/*  background-repeat: no-repeat;*/
/*  position: absolute;*/
/*  top: -34px;*/
/*  right: -450px;*/
/*  z-index: 2;*/
/*}*/
.node--type-news > .node__content > .content_fields_wrapper> .fld-outer > .fld-inner {
  position: relative;
  z-index: 2;
  padding: 80px 50px 130px 50px;
  max-width: 800px;
}
.node--type-news > .node__content > .content_fields_wrapper {
  padding: 0 0 0px 0;
  position: relative;
  min-height: 480px;
  /*overflow: hidden;*/
}
.node--type-news > .node__content .img_fields_wrapper {
  margin: 60px 0 60px 0;
  padding: 0px 0px 50px 0;
  position: relative;
  /*float: right;*/
  /*max-width: 500px;*/
  /*overflow: hidden;*/
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 10px #00000029;
  border-radius: 10px;

}

.field--name-field-news-image > .field__item {
  font-size: 0;
  line-height: 0;
  position: relative;
  /*height: 100%;*/
  /*width: 100%;*/
}
.field--name-field-news-image img {
  max-width: 100%;
  min-width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}
.field--name-field-news-image .field__item:after {
  content: '';
  display: block;
  height: 100%;
  width: 0px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  border-left: 14px solid #FFD200;
  border-radius: 10px 0 0 0;
  z-index: 10;
}
.field--name-field-news-image-caption {
  margin: 35px 55px 30px 55px;
}
.field--name-field-news-image-credit .field__label {
  float: left;
  color: #525252;
  font-weight: bold;
  margin-right: 1em;
}
.field--name-field-news-image-credit {
  margin: 0 55px 0 55px;
}
/*.node--type-news > .node__content .field--name-body a {*/
/*  !*font-weight: bold;*!*/
/*}*/
h1 {
  text-transform: uppercase;
  margin: 0 0 25px 0;
}
.field--name-field-news-subtitle {
  color: #0064A4;
  font-size: 24px;
  font-weight: bold;
}
.field--name-field-news-subtitle:after {
  content: '';
  display: block;
  width: 100px;
  border-bottom: 2px solid #0064A4;
  margin: 25px auto 25px 0;
}
/*.date_fields_wrapper {*/
/*  padding-right: 170px;*/
/*}*/
.date_fields_wrapper > .field {
  display: inline;
  color: #0064A4;
  font-weight: bold;
}
.date_fields_wrapper > .field:before {
/*.field--name-field-news-author:before {*/
  content: ' | ';
  color: #FFD200;
  /*border: 2px solid #FFD200;*/
  display: inline;
}
.field--name-field-news-links a {
  color: #0064A4;
  text-transform: uppercase;
}
.field--name-field-news-links a:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  width: 32px;
  background: transparent url(../img/icons.png) -288px 0 no-repeat;
  margin: -4px -50px 0 0;
}
.addtoany_wrapper {
  float: right;
  margin: 0px 0 0 0;
}
.field--name-field-news-categories,
.field--name-field-news-tags {
  margin: 15px 0 50px -15px;
}
.field--name-field-news-categories .field__item,
.field--name-field-news-tags .field__item {
  margin: 10px 0 0 15px;
  display: inline-block;
  line-height: 30px;
}
/*.field--name-field-news-tags .field__item:first-child {*/
/*  margin: 0 0 0 0;*/
/*}*/
.field--name-field-news-categories a,
.field--name-field-news-tags a {
  border: 1px solid #0064A4;
  border-radius: 7px;
  padding: 7px 15px;
  color: #0064A4;
  /*text-transform: uppercase;*/
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  color: #0064A4;
}
.field--name-field-news-categories a {
  /*color: #FFD200;*/
  /*border-color: #FFD200;*/
  background: #0064A4;
  color: #fff;
}

/*.view-homenews .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;*/
/*}*/
.field--name-field-news-categories a:hover,
.field--name-field-news-tags a:hover {
  border: 1px solid #aaa;
  color: #fff;
  background: #0064A4;
}
.field--name-field-news-categories a:hover {
  /*color: #FFD200;*/
  /*border: 1px solid #FFD200;*/
  /*color: #fff;*/
  /*background: #FFD200;*/
  color: #0064A4;
  background: #fff;
}
body.page-node-type-news .node--type-news > .node__content .field--name-body {
  font-size: 18px;
}
/******************************************************************************************************************/
/************* RESPONSIVE ***************** this should come at the bottom of css *********************************/
/******************************************************************************************************************/

@media screen and (max-width: 1249px) {
  /*home page*/

}

@media screen and (max-width: 999px) {
  .field--name-field-news-image img {
    max-width: 100%;
    min-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 799px) {
  /*home page*/
  .node--type-news > .node__content > .content_fields_wrapper> .fld-outer > .fld-inner {
    padding: 80px 0px 80px 0px;
    max-width: 85.9375%;
  }

}
@media screen and (max-width: 599px) {
  /*home page*/
  .field--name-field-news-image-caption {
    margin: 35px 25px 30px 25px;
  }
  .field--name-field-news-image-credit {
    margin: 0 25px 0 25px;
  }


}
@media screen and (max-width: 459px) {
  /*homepage*/
  h1 {
    font-size: 26px;
    line-height: 1;
  }
}


