
@media only screen and (min-width: 640px) {
  .expand {
    transition: all .2s ease-in-out !important;
    -moz-transition: all .2s ease-in-out !important;
    -webkit-transition: all .2s ease-in-out !important;
    -o-transition: all .2s ease-in-out !important;
    display: block; }
    .expand:hover {
      transform: scale(1.1) !important;
      -moz-transform: scale(1.1) !important;
      -webkit-transform: scale(1.1) !important;
      -o-transform: scale(1.1) !important; } }


.ImageSplit50 {
  max-width: 50%;
  float: left; }


.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0;
    margin-right: -0;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }


  .column,
  .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }


  .medium-4 {
    position: relative;
    width: 33.33333%; }



#SubFeatureListRow {
  margin-bottom: 0px;
  margin-top: 0px; }
  @media only screen and (max-width: 640px) {
    #SubFeatureListRow {
      max-width: 330px; }
      #SubFeatureListRow div, #SubFeatureListRow h1, #SubFeatureListRow h2, #SubFeatureListRow h3, #SubFeatureListRow h4, #SubFeatureListRow p, #SubFeatureListRow li, #SubFeatureListRow img {
        -webkit-transition: all 1s linear;
        -moz-transition: all 1s linear;
        -ms-transition: all 1s linear;
        -o-transition: all 1s linear;
        transition: all 1s linear; } }
  #SubFeatureListRow .SubFeatureListItem.small-12 {
    /* height: rem-calc(200); */ }
  #SubFeatureListRow #SubFeatureListSpacer {
    clear: both;
    height: 15px; }
  #SubFeatureListRow .SubFeatureListItem.medium-4 {
    /* height: rem-calc(220); */ }

/* Getting the new tags to behave */
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
mark, rp, rt, ruby, summary, time {display:inline }
/* Left & Right alignment */
.left {float:left}
.right {float:right}
.wrapper {width:100%;overflow:hidden}
/* common styles */

