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: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* Here be dragons - use with caution and don't blame Steve */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none; }

input, button, textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

body {
  background: white; }

div.wrap {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  padding: 0 20px;
  min-width: 320px;
  margin: 0 auto; }
  div.wrap:after {
    content: " ";
    display: block;
    clear: both; }

.no-mq div.wrap {
  width: 960px;
  margin: 0 auto; }

nav.main {
  background: #B94D1E;
  border-bottom: 1px solid #eba485;
  width: 100%;
  z-index: 100; }
  nav.main ul {
    overflow: hidden;
    *zoom: 1;
    width: 100%;
    text-align: center; }
    nav.main ul li {
      display: inline-block;
      border-left: 1px solid #eba485; }
      nav.main ul li.last {
        border-right: 1px solid #eba485; }
      nav.main ul li a {
        display: block;
        color: white;
        font: 700 13px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        padding: 12px 25px; }
  @media (min-width: 960px) {
    nav.main ul li.mobile {
      display: none; } }
  @media (min-width: 800px) and (max-width: 959px) {
    nav.main ul li a {
      padding: 12px 20px; }
    nav.main ul li.mobile {
      display: none; } }
  @media (max-width: 799px) {
    nav.main ul li {
      display: none; }
      nav.main ul li.mobile {
        display: inline-block; } }

section div.heading {
  overflow: hidden;
  *zoom: 1;
  padding: 60px 0 0 0; }
  section div.heading div.logo {
    float: left;
    display: block;
    width: 200px;
    height: 50px;
    text-indent: -10000em;
    background: url(/i/QFOUR.png) no-repeat;
    background-size: 200px auto;
    margin: 10px auto 0 auto; }
    @media (max-width: 479px) {
      section div.heading div.logo {
        display: none; } }
  section div.heading div.title h2 {
    color: white;
    font: 700 24px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 480px) {
    section div.heading div.title {
      padding: 25px 0 0 0;
      float: right; }
      section div.heading div.title h2 {
        text-align: right; } }
  @media (max-width: 479px) {
    section div.heading div.title {
      text-align: center; } }
section div.copy {
  padding: 40px 0 30px 0; }
  section div.copy h2 {
    color: black;
    font: 700 22px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 5px 0 10px 0; }
  section div.copy h3 {
    color: black;
    font: 700 22px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 0 10px 0; }
  section div.copy h4 {
    color: white;
    font: 700 20px/100% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 5px 0 10px 0; }
  section div.copy p {
    color: white;
    font: 400 20px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 10px 0; }
    @media (max-width: 480px) {
      section div.copy p {
        font: 400 16px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    section div.copy p strong {
      font-weight: bold; }
    section div.copy p em {
      font-style: italic; }
    section div.copy p span.name {
      color: black; }
  section div.copy ul {
    color: white;
    font: 700 16px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 0 10px 30px;
    list-style: disc; }
    section div.copy ul li em {
      font-size: 16px;
      font-weight: 400; }
    section div.copy ul.blogs {
      padding: 0 0 20px 0;
      list-style: none; }
      section div.copy ul.blogs li a {
        color: black; }
    section div.copy ul.services {
      overflow: hidden;
      *zoom: 1;
      list-style: none;
      padding: 0 0 0 0 !important;
      font: 700 14px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      section div.copy ul.services li {
        text-align: center; }
        @media (min-width: 768px) {
          section div.copy ul.services li {
            width: 17.94872%;
            float: left;
            margin-right: 2.5641%; } }
        @media (max-width: 767px) {
          section div.copy ul.services li {
            width: 31.91489%;
            float: left;
            margin-right: 2.12766%; }
            section div.copy ul.services li:nth-of-type(3n) {
              float: right;
              margin-right: 0; } }
        section div.copy ul.services li img {
          display: block;
          width: 100%; }
        section div.copy ul.services li.last {
          float: right;
          margin-right: 0; }
section.home {
  background: #B94D1E url(/i/home2.jpg) center;
  background-size: cover; }
  section.home div.wrapper {
    background: rgba(54, 25, 25, 0.5); }
  section.home div.copy h1 {
    display: block;
    width: 300px;
    height: 70px;
    text-indent: -10000em;
    background: url(/i/QFOUR.png) no-repeat;
    background-size: 300px auto;
    margin: 40px auto 30px auto; }
  section.home div.copy p {
    text-align: center;
    font-weight: 600; }
section.quote {
  background: white;
  padding: 30px 0; }
  section.quote p {
    font: 400 22px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: black;
    text-align: center;
    font-style: italic; }
    section.quote p em {
      color: #B94D1E;
      font-size: 20px; }
    @media (max-width: 480px) {
      section.quote p {
        font: 400 16px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; }
        section.quote p em {
          font-size: 14px; } }
section.about {
  background: #f0c711; }
  section.about div.copy {
    padding-bottom: 0; }
    section.about div.copy p {
      color: black;
      text-align: center;
      font-weight: 500; }
      section.about div.copy p strong {
        font-weight: 600; }
    section.about div.copy.bio {
      padding-bottom: 30px; }
      section.about div.copy.bio p {
        color: black;
        text-align: left;
        font-weight: 500;
        font-size: 16px; }
        section.about div.copy.bio p strong {
          font-weight: 600; }
  section.about div.boxes, section.about div.mobileboxes {
    overflow: hidden;
    *zoom: 1;
    height: 500px;
    padding-top: 30px; }
    section.about div.boxes div.card, section.about div.mobileboxes div.card {
      height: 450px;
      width: 23.40426%;
      float: left;
      margin-right: 2.12766%; }
      section.about div.boxes div.card h3, section.about div.mobileboxes div.card h3 {
        font: 600 20px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: center;
        padding: 0 0 10px 0; }
      section.about div.boxes div.card:nth-of-type(4n), section.about div.mobileboxes div.card:nth-of-type(4n) {
        float: right;
        margin-right: 0; }
      section.about div.boxes div.card div.front, section.about div.mobileboxes div.card div.front {
        padding: 0;
        height: 450px; }
      section.about div.boxes div.card div.back, section.about div.mobileboxes div.card div.back {
        background: red;
        height: 450px; }
        section.about div.boxes div.card div.back img, section.about div.mobileboxes div.card div.back img {
          display: block;
          margin: 0 auto;
          width: 100px; }
        section.about div.boxes div.card div.back p, section.about div.mobileboxes div.card div.back p {
          font: 400 14px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
          padding: 0 0 8px 0;
          text-align: center; }
          section.about div.boxes div.card div.back p strong, section.about div.mobileboxes div.card div.back p strong {
            font-weight: 600; }
      section.about div.boxes div.card div.back, section.about div.mobileboxes div.card div.back {
        padding: 0 20px;
        background: blue; }
      section.about div.boxes div.card.pq div.front, section.about div.mobileboxes div.card.pq div.front {
        background: #f6d12d url(/i/pqlogo-large.gif) no-repeat center;
        background-size: 100%; }
      section.about div.boxes div.card.pq div.back, section.about div.mobileboxes div.card.pq div.back {
        background: #f5d42c; }
      section.about div.boxes div.card.iq div.front, section.about div.mobileboxes div.card.iq div.front {
        background: #d8bad7 url(/i/iqlogo-large.gif) no-repeat center;
        background-size: 100%; }
      section.about div.boxes div.card.iq div.back, section.about div.mobileboxes div.card.iq div.back {
        background: #D4B8D5; }
      section.about div.boxes div.card.eq div.front, section.about div.mobileboxes div.card.eq div.front {
        background: #b8262c url(/i/eqlogo-large.gif) no-repeat center;
        background-size: 100%; }
      section.about div.boxes div.card.eq div.back, section.about div.mobileboxes div.card.eq div.back {
        background: #B92325; }
      section.about div.boxes div.card.sq div.front, section.about div.mobileboxes div.card.sq div.front {
        background: #63c0ea url(/i/sqlogo-large.gif) no-repeat center;
        background-size: 100%; }
      section.about div.boxes div.card.sq div.back, section.about div.mobileboxes div.card.sq div.back {
        background: #56BEEC; }
  section.about div.mobileboxes div.card div.front {
    display: none; }
  @media (min-width: 960px) {
    section.about div.mobileboxes {
      display: none; } }
  @media (min-width: 768px) and (max-width: 959px) {
    section.about div.boxes {
      display: none; }
    section.about div.mobileboxes {
      height: auto; }
      section.about div.mobileboxes div.card {
        height: auto; }
        section.about div.mobileboxes div.card div.back {
          height: auto;
          min-height: 450px;
          padding-bottom: 20px; } }
  @media (min-width: 480px) and (max-width: 767px) {
    section.about div.boxes {
      display: none; }
    section.about div.mobileboxes {
      height: auto; }
      section.about div.mobileboxes div.card {
        height: auto;
        width: 48.93617%;
        float: left;
        margin-right: 2.12766%; }
        section.about div.mobileboxes div.card:nth-of-type(2n) {
          float: right;
          margin-right: 0; }
        section.about div.mobileboxes div.card div.back {
          height: auto;
          min-height: 450px;
          padding-bottom: 20px; } }
  @media (max-width: 479px) {
    section.about div.boxes {
      display: none; }
    section.about div.mobileboxes {
      height: auto; }
      section.about div.mobileboxes div.card {
        height: auto;
        clear: both;
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0; }
        section.about div.mobileboxes div.card div.back {
          height: auto;
          padding-bottom: 20px; } }
section.articles {
  background: #D3B9D4; }
  section.articles div.articles {
    overflow: hidden;
    *zoom: 1;
    padding: 50px 0; }
    section.articles div.articles div.article {
      padding-bottom: 20px; }
      @media (min-width: 768px) {
        section.articles div.articles div.article {
          width: 17.94872%;
          float: left;
          margin-right: 2.5641%; }
          section.articles div.articles div.article:nth-of-type(5n) {
            float: right;
            margin-right: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        section.articles div.articles div.article {
          width: 31.91489%;
          float: left;
          margin-right: 2.12766%;
          padding-bottom: 20px; }
          section.articles div.articles div.article:nth-of-type(3n) {
            float: right;
            margin-right: 0; } }
      @media (max-width: 479px) {
        section.articles div.articles div.article {
          width: 48.93617%;
          float: left;
          margin-right: 2.12766%;
          padding-bottom: 20px; }
          section.articles div.articles div.article:nth-of-type(2n) {
            float: right;
            margin-right: 0; } }
      section.articles div.articles div.article img {
        display: block;
        width: 100%; }
section.what {
  background: #5BBFEA; }
  @media (min-width: 960px) {
    section.what div.wrap {
      background: url(/i/les-what.png) no-repeat right bottom;
      background-size: 300px auto; } }
  section.what div.copy p {
    padding: 0 0 20px 0;
    font-size: 18px; }
  section.what div.copy ul {
    padding: 0 0 30px 20px; }
section.blogs {
  background: #f0c711; }
  @media (min-width: 480px) {
    section.blogs div.copy div.col {
      width: 48.93617%;
      float: left;
      margin-right: 2.12766%; }
      section.blogs div.copy div.col:nth-of-type(2n) {
        float: right;
        margin-right: 0; } }
section.shop {
  background: #D3B9D4; }
  section.shop div.books {
    overflow: hidden;
    *zoom: 1;
    padding: 50px 0; }
    section.shop div.books div.book {
      padding-bottom: 30px;
      overflow: hidden;
      *zoom: 1; }
      section.shop div.books div.book img {
        display: block;
        width: 100%;
        padding: 0 0 10px 0; }
      @media (min-width: 768px) {
        section.shop div.books div.book div.thumb {
          width: 14.89362%;
          float: left;
          margin-right: 2.12766%; } }
      @media (min-width: 480px) and (max-width: 767px) {
        section.shop div.books div.book div.thumb {
          width: 23.40426%;
          float: left;
          margin-right: 2.12766%; } }
      @media (min-width: 768px) {
        section.shop div.books div.book div.intro {
          width: 82.97872%;
          float: right;
          margin-right: 0; } }
      @media (min-width: 480px) and (max-width: 767px) {
        section.shop div.books div.book div.intro {
          width: 74.46809%;
          float: right;
          margin-right: 0; } }
      section.shop div.books div.book div.intro h3 {
        color: black;
        font: 700 20px/130% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 5px 0 10px 0; }
      section.shop div.books div.book div.intro p {
        color: black;
        font: 400 18px/140% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
        padding: 0 0 10px 0; }
        section.shop div.books div.book div.intro p:last-of-type {
          padding: 0 0 0 0; }
section.talk {
  background: #B7252A; }
  section.talk div.contacts {
    color: white;
    font: 600 28px/160% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 30px 0; }
    section.talk div.contacts a {
      color: white; }
section.image img {
  width: 100%;
  display: block; }
section.small {
  padding: 20px 0 200px 0;
  background: #B94D1E; }
  section.small p {
    text-align: center;
    font: 400 12px/180% "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: white; }
