.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-container {
  max-width: 1210px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.row-container:before,
.row-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-container:after {
  clear: both;
}

/** EWD Tweaks **/

.sec_columns {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 10px 0;
}
.sec_col {
    float: left;
    height: auto;
}
.sec_col.left {
    width: 25%;
}
.sec_col.right {
    width: 75%;
}

@media (max-width: 767px) {
  .sec_col {
    float: none;
  }
  .sec_col.left, .sec_col.right {
    width: 100%;
  }
  .sec_col.left {
    margin-bottom: 10px;
  }
}





















