.columns-2 {
    	min-width: 450px;
		margin-top:0px;
    }
	.columns-23 {
    	min-width: 350px;
		margin-top:0px;
    }
	.columns-3 {
    	min-width: 900px;
		margin-top:0px;
    }
	.columns-31 {
    	min-width: 650px;
		margin-top:0px;
    }
	
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .multi-column-dropdown {background: #2980b9;}
  .multi-column-dropdown {margin-left: 0px;}  

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .multi-column-dropdown {background: #2980b9;}


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .multi-column-dropdown {background: #2980b9;}


} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .multi-column-dropdown {background: #2980b9;}


} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .multi-column-dropdown {background: #2980b9;}

}
@media screen and (max-width: 768px) {
  .sticky-top {
    position: relative !important;
  }
  .fa-caret-down
  {
	  display:none;
  }
  .columns-3 {
    	min-width: 350px;
		margin-top:0px;
    }
	.columns-31 {
    	min-width: 350px;
		margin-top:0px;
    }
}
@media only screen and (max-width: 600px) {
	.sticky-top {
    position: relative !important;
  }
  .fa-caret-down
  {
	  display:none;
  }
  .columns-3 {
    	min-width: 350px;
		margin-top:0px;
    }
	.columns-31 {
    	min-width: 350px;
		margin-top:0px;
    }
}