.row:before, .row:after { content: ""; display: table; }
.row:after { clear: both; }
.row { *zoom: 1;}

@media only screen and (min-width:520px) {
    .row { width: 100%; margin: 0 auto; }
    /* To fix the grid into a different size, set max-width to your desired width */
    .column, .columns { margin-left: 1.05263%; float: left; min-height: 1px; position: relative; }
    .column:first-child, .columns:first-child, .alpha { margin-left: 0px; }
    .column.omega, .columns.omega { float: right; }
    /* Column Classes */
    .row .one.column, .row .one.columns { width: 7.36842%; }
    .row .two.columns { width: 15.78947%; }
    .row .three.columns { width: 24.21052%; }
    .row .four.columns { width: 32.63157%; }
    .row .five.columns { width: 41.05262%; }
    .row .six.columns { width: 49.47367%; }
    .row .seven.columns { width: 57.89472%; }
    .row .eight.columns { width: 66.31577%; }
    .row .nine.columns { width: 74.73682%; }
    .row .ten.columns { width: 83.15787%; }
    .row .eleven.columns { width: 91.57892%; }
    .row .twelve.columns { width: 100%; }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    .extendedFooter .two.columns { width: 31.9149%; }
    .extendedFooter .columns:nth-child(4) { margin-left: 34.04256%; }
}

/*site finity grid*/
.sf_colsOut.sf_2cols_internalNavigation { display: none; }
@media only screen and (min-width:520px) {
    /*sf home page*/
    .sf_colsOut.sf_3cols_four { float:left; width: 32.63157%; margin-left: 1.05263%;}
    .sf_colsOut.sf_3cols_four:first-child { margin-left:0; }
    /*sf internal*/
    .sf_colsOut.sf_2cols_internalNavigation { display: block; float: left; width: 15.78947%; }
    .sf_colsOut.sf_2cols_mainContainer { display: block; float: left; width: 81.158%; margin-left: 2.7927%; }
    .sf_colsOut.sf_2cols_mainContainer_core { display: block; float: left; width: 74.4681%; margin-right: 1.05263%; }
    .sf_colsOut.sf_2cols_rightRail { display: block; float: left; width: 24.21052% }
    .sf_colsOut.sf_2cols_mainContainer .sf_colsOut.sf_2cols_mainContainer_core { width: 72.736%; margin-right: 2.7927%; }
    .sf_colsOut.sf_2cols_mainContainer .sf_colsOut.sf_2cols_rightRail { width: 24.21052%; }
    /*new styles*/
    /*home slider and search*/
    .sf_colsOut.sf_2col_four_searchPanels {width:32.63157%; float:left; margin-left: 1.05263%; margin-top:12px;}
    .sf_colsOut.sf_2col_four_homeSlider {width:32.63157%; float:left; margin-top:12px;}
    .sf_colsOut.sf_2col_four_blogSummary {width:32.63157%; float:left; margin-left: 1.05263%; margin-top:12px;}
    /*footer*/
    .sf_colsOut.sf_4col_three_footerCols {width: 24.21052%; float:left; margin-left: 1.05263%; }
    .sf_colsOut.sf_4col_three_footerCols:first-child{margin-left:0;}

    /*sf landing*/
    .landing .sf_colsOut.sf_2cols_mainContainer_core { width: 59.4681%; }
    .landing .sf_colsOut.sf_2cols_rightRail { display: block; float: left; width: 39.21052%; }
}
