/* For desktop: */
.numcols4-1 {width: 25%;}
.numcols4-2 {width: 25%;}
.numcols4-3 {width: 25%;}
.numcols4-4 {width: 25%;}


.numcols3-1 {width: 33.3%;}
.numcols3-2 {width: 33.4%;}
.numcols3-3 {width: 33.3%;}


.numcols3b-1 {width: 50%;}
.numcols3b-2 {width: 25%;}
.numcols3b-3 {width: 25%;}



/*
.numcols2-1 {width: 60%;margin-left:auto;margin-right:auto;}
.numcols2-2 {width: 40%;margin-left:auto;margin-right:auto;}

*/
.numcols2-1 {width: 50%;margin-left:auto;margin-right:auto;}
.numcols2-2 {width: 50%;margin-left:auto;margin-right:auto;}


.numcols2b-1 {width: 50%;margin-left:auto;margin-right:auto;}
.numcols2b-2 {width: 50%;margin-left:auto;margin-right:auto;}

.bannerimage{height:70px;}

.includeformobile{
display:none;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="numcols"] {
    width: 100%;
  }
  
  [class="removeformobile"]{
	display:none;
  }

  [class="includeformobile"]{
	display:block;
  }

  [class="bannerimage"]{
	height:50px;
  }  
  
}



.row::after {
  content: "";
  clear: both;
  display: block;
}

[class*="numcols"] {
  float: left;
  padding: 0px;
  /*padding: 15px;*/
}


