/*!

 */


.bg-grey {
  background-color: #343837; } 
  
 .bg-light-grey {
  background-color: #F7F7F7; }  
  
 .bg-blue {
  background-color: #4472C4; }   
   
  
.bg-green {
  background-color: #0F4229; }  
  
  
   
.text-white {
  color: #FFFFFF !important; }
  
 .text-black {
  color: #000000 !important; }   
  
  .text-blue {
  color: #4472C4 !important; }
  
   .text-green {
  color: #0F4229 !important; }
  
 
 
 .text-main {
  font-size: 24px;}
  
  .text-small {
  font-size: 19px;}
  
  .text-med {
  font-size: 21px;}

.text-lrg {
  font-size: 25px;}
 


     @media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
 @media (max-width: 850px) {
  .hidden-x {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}










