* {
  box-sizing: border-box;
}

/* Four equal columns that float next to each other - Footer */
.column {
  text-align: center;
  float: left;
  width: 25%;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
  /* For mobile responsive */
@media only screen and (max-width: 1280px) {
  [class*="column"] {
    width: 100%;
  }
}

/* Equalize Simple List Blocks - Homepage*/

/* Change item class here */
.items_b9382cb09f7c4acf832bdd5edcf5aa0b, .items_ebc791b0cfe644c4849ceb792fe0f81f { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b9382cb09f7c4acf832bdd5edcf5aa0b, .items_ebc791b0cfe644c4849ceb792fe0f81f > .item {
	display: flex;
	flex-direction: column;
}
/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b92e783109e7427a9583bf4bc90ac37d { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b92e783109e7427a9583bf4bc90ac37d > .item {
	display: flex;
	flex-direction: column;
}

/* Equalize Simple List Blocks*/

/* Change item class here */
.items_b9382cb09f7c4acf832bdd5edcf5aa0b { 
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 100%;
}

/* Change item class here */
.items_b9382cb09f7c4acf832bdd5edcf5aa0b > .item {
	display: flex;
	flex-direction: column;
}

/* Responsive Hero Styling */

@media only screen and (max-width: 767px) {
    div.blockWrap_d2c5eb4d7a114bb99ffd9c4dc5afc6e1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    
    .blockWrap_d2c5eb4d7a114bb99ffd9c4dc5afc6e1 .contentTitle {
        font-size: 40px; 
    }
}