﻿/*// Extra Small screen / phone / container-tablet */
/*// Small screen / tablet / container-desktop */
/*// Medium screen / desktop / container-lg-desktop */
/*// Large screen / desktop / container-lg-desktop */
/* Swatch */
/* typography */
/* section widths */
/*25*/
html {
  /* tiles are handled differently */
  /* small tiles placed in bodyWith70 */ }
  html div.row:nth-child(3) h1 {
    margin-top: 60px; }
  html div#footerWrapper {
    margin-top: 0px; }
  html div#dnn_SideBar {
    padding-top: 60px; }
    html div#dnn_SideBar h1 {
      margin-top: 0px; }
  html .bodyWidth100 .tileSmallWrapper:first-child .tile.small, html .bodyWidth100 .tileSmallWrapper:nth-of-type(3n+2) .tile.small {
    margin-left: 30px; }
    @media only screen and (max-width : 1240px) {
      html .bodyWidth100 .tileSmallWrapper:first-child .tile.small, html .bodyWidth100 .tileSmallWrapper:nth-of-type(3n+2) .tile.small {
        margin-left: 20px; } }
    @media only screen and (max-width : 960px) {
      html .bodyWidth100 .tileSmallWrapper:first-child .tile.small, html .bodyWidth100 .tileSmallWrapper:nth-of-type(3n+2) .tile.small {
        margin-left: 20px; } }
    @media only screen and (max-width : 768px) {
      html .bodyWidth100 .tileSmallWrapper:first-child .tile.small, html .bodyWidth100 .tileSmallWrapper:nth-of-type(3n+2) .tile.small {
        margin-left: auto; } }
  html div.bodyWidth70 .tileSmallWrapper:first-child .tile.small, html div.bodyWidth70 .tileSmallWrapper:nth-of-type(2n+2) .tile.small {
    margin-left: 30px; }
    @media only screen and (max-width : 1240px) {
      html div.bodyWidth70 .tileSmallWrapper:first-child .tile.small, html div.bodyWidth70 .tileSmallWrapper:nth-of-type(2n+2) .tile.small {
        margin-left: 20px; } }
    @media only screen and (max-width : 960px) {
      html div.bodyWidth70 .tileSmallWrapper:first-child .tile.small, html div.bodyWidth70 .tileSmallWrapper:nth-of-type(2n+2) .tile.small {
        margin-left: 20px; } }
    @media only screen and (max-width : 768px) {
      html div.bodyWidth70 .tileSmallWrapper:first-child .tile.small, html div.bodyWidth70 .tileSmallWrapper:nth-of-type(2n+2) .tile.small {
        margin-left: auto; } }

/*# sourceMappingURL=home.css.map */