/* Table of Contents==================================================        #Reset Styles    #Base Grid    #Tablet (Portrait)    #Mobile (Portrait)    #Mobile (Landscape)    #Clearing *//* #Reset Styles================================================== */    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {        margin: 0;        padding: 0;        border: 0;        font-size: 100%;        font: inherit;        /*vertical-align: baseline;*/ }    article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {        display: block; }    body {        line-height: 1; }    ol, ul {        list-style: none; }    blockquote, q {        quotes: none; }    blockquote:before, blockquote:after,    q:before, q:after {        content: '';        content: none; }    table {        border-collapse: collapse;        border-spacing: 0; }/* #Base Grid================================================== */    .container                                  { position: relative; width: 100%; margin: 0 auto; padding: 0; }    .container .column,    .container .columns                         { width: 100%; float: left; display: inline; margin: 0 2%; }    .container .column:first-child,    .container .columns:first-child             { width: 100%; float: left; display: inline; margin-left: 0; }    .container .column:last-child,    .container .columns:last-child              { width: 100%; float: left; display: inline; margin-right: 0; }    .row                                        { margin-bottom: 20px; }    /* Nested Column Classes */    .column.alpha, .columns.alpha               { margin-left: 0; }    .column.omega, .columns.omega               { margin-right: 0; }    /* Base Grid */    .container .one.column,    .container .one.columns                     { width: 100%;  }    .container .two.columns                     { width: 48%; }    .container .three.columns                   { width: 16.8%; }    .container .four.columns                    { width: 220px; }    .container .five.columns                    { width: 280px; }    .container .six.columns                     { width: 340px; }    .container .seven.columns                   { width: 400px; }    .container .eight.columns                   { width: 460px; }    .container .nine.columns                    { width: 520px; }    .container .ten.columns                     { width: 580px; }    .container .eleven.columns                  { width: 640px; }    .container .twelve.columns                  { width: 700px; }    .container .thirteen.columns                { width: 760px; }    .container .fourteen.columns                { width: 820px; }    .container .fifteen.columns                 { width: 880px; }    .container .sixteen.columns                 { width: 940px; }/* #Clearing================================================== */    /* Self Clearing Goodness */    .container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }    /* Use clearfix class on parent to clear nested columns,    or wrap each row of columns in a <div class="row"> */    .clearfix:before,    .clearfix:after,    .row:before,    .row:after {      content: '\0020';      display: block;      overflow: hidden;      visibility: hidden;      width: 0;      height: 0; }    .row:after,    .clearfix:after {      clear: both; }    .row,    .clearfix {      zoom: 1; }    /* You can also use a <br class="clear" /> to clear columns */    .clear {      clear: both;      display: block;      overflow: hidden;      visibility: hidden;      width: 0;      height: 0;    }.paginate_button {    display: inline !important;}