@media (max-width:940px){
}



@media (min-width:768px) {
  /* Regions that should be constrained and not edge-to-edge */
  .region-header, .constrain .region-content{
    width: 83.33333333%;
    margin-left: 8.33333333%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;    
  } 

  .col-sm-9.constrain .highlighted, .region-header, .col-sm-9.constrain .region-content{
    width: 75%;
  }   
}

@media (max-width:767px) {
  .vertical-align, .region-header {
    display: block; 
  }

  .highlighted, .region-header{
    width: 100%;
    margin-left: 0;
  }
  
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
    margin-left: 0;
    margin-right: 0;
    border: none;
    box-shadow: none;
  }

  body .paragraph--id--49 .paragraph__column{
    display: block;
  }
}

@media (max-width: 767px){
  #block-mainnavigation{
    width: 100%;
  } 
}
@media (max-width: 500px){
  .node--type-blog .field--name-blog-image{
    float: none;
    margin: 15px auto;
  }
  .field--name-blog-image .field__item{
    text-align: center;
  }
}