@charset "UTF-8";
/* CSS Document */

/* On screens that are 992px wide or less, go from four columns to two columns */
@media screen and (max-width: 992px) {
  .column {
    width: 50%;
  }
}

/* On screens that are 600px wide or less, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;   
  }
   .fullwidthmob {
    width: 100%;   
  }  
    
}
@media screen and (max-width: 600px) {
  div.hidemobtwo {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  div.graybar {
      align-content: center;
      width: 100%;
  }
}