.node-slide {
  position: relative;
}
.node-slide .flexslider {
  border: 0;
  margin: 0;
}
.node-slide .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.node-slide .flex-control-nav {
  display: none;
}
.node-slide .flexslider .flex-direction-nav.flex-nav-next,
.node-slide .flexslider .flex-direction-nav.flex-nav-prev {
  border: 1px solid #0f0;
}
.node-slide .flexslider .flex-direction-nav.flex-nav-next a,
.node-slide .flexslider .flex-direction-nav.flex-nav-prev a {
  display: block !important;
}
.node-slide .flexslider .flex-direction-nav a {
  display: block !important;
  width: 30px;
  height: 50px;
  z-index: 150;
  opacity: 1;
}
.node-slide .flexslider .flex-direction-nav a:before {
  color: #fff;
}
.node-slide .flexslider .flex-direction-nav a.flex-next {
  right: 50px;
}
.node-slide .flexslider .flex-direction-nav a.flex-prev {
  left: 50px;
}
.node-slide .content-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: -moz-linear-gradient(left, #ffffff 50px, rgba(255, 255, 255, 0) 200px);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50px, #ffffff), color-stop(200px, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 50px, rgba(255, 255, 255, 0) 200px);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 50px, rgba(255, 255, 255, 0) 200px);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 50px, rgba(255, 255, 255, 0) 200px);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 50px, rgba(255, 255, 255, 0) 200px);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=rgba(255, 255, 255, 0), GradientType=0);
  /* IE6-8 */
  background-repeat: no-repeat;
}
.node-slide .node-content {
  left: 0;
  right: 0;
  padding: 40px;
  text-align: center;
}

.view-news .no-gutters {
    padding-left: 0;
    padding-right: 0;
    height: 300px;
    padding:  5px;
    margin-bottom: 10px;
}
.front .view-news article{
  background-size: contain!important;
  height: 300px;
}

.view-news article .content.node-content{
  height: 300px;
}

@media (min-width: 768px) {
  .node-slide .node-content {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .node-slide .content-wrapper {
    position:inherit;
  }
  .node-slide .node-content {
    position: relative;
    padding: 15px 15px;
    background: #057EB5;
    opacity: 1;
  }
}
.node-slide .node-content h2 {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  font-weight: 300;
  line-height: 1em;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .node-slide .node-content h2 {
    font-size: 20px;
    margin: 0 0 30px 0;
  }
  .node-slide .node-content p { margin:0; }
  .node-slide .node-content .field-name-field-logo img {
    width: 200px;
    margin: 0 auto 20px auto;
  }
}
.node-slide .node-content img {
  margin: 0 auto 40px auto;
}
body.not-in-top .node-slide .content-wrapper {
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(255, 255, 255, 0), endColorstr=rgba(255, 255, 255, 0), GradientType=0);
  /* IE6-8 */
  background-repeat: no-repeat;
/*}
.front .postscript .block,
.front .region-sidebar-second .block,
.front .region-content .block {
  padding-top: 40px;
}*/


