/* IMPORTS */
html {
  box-sizing: border-box; }

*, *::after, *::before {
  box-sizing: inherit; }

/* latin-ext */
@font-face {
  font-family: 'Petit Formal Script';
  font-style: normal;
  font-weight: 400;
  src: url("/Fonts/petitformalscript_latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Petit Formal Script';
  font-style: normal;
  font-weight: 400;
  src: url("/Fonts/petitformalscript_latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
/* FONTS */
@font-face {
  font-family: ArialRounded;
  src: url("/fonts/arial_rounded_mt_bold-webfont.eot");
  src: url("/fonts/ArialRoundedMTBold.TTF"); }
/* vietnamese */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/Fonts/sourcesanspro_vietnamese.woff2") format("woff2");
  unicode-range: U+0102-0103, U+1EA0-1EF1, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/Fonts/sourcesanspro_latin-ext.woff2") format("woff2");
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  src: url("/Fonts/sourcesanspro_latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }
@viewport , @-ms-viewport {
  width: device-width;
  zoom: 1.0; }
/* RESET */
html, body {
  width: 100%;
  height: 100% !important;
  margin: 0;
  padding: 0; }

nav, header, main, footer {
  width: 100%;
  margin: 0;
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* GENERAL */
body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #eee;
  background-image: url("/media/2195/softwaredeveloper-gradient.jpg");
  background-size: 100% 100%;
  /* Fix for IE 8 and below (background-size not supported) */
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/media/2195/softwaredeveloper-gradient.jpg', sizingMethod='scale');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader( src='/media/2195/softwaredeveloper-gradient.jpg', sizingMethod='scale')";
  margin-top: 59px; }
  @media screen and (min-width: 768px) {
    body #bg1 {
      background-image: url(/media/redesign/binaryBlack.png);
      background-position: 0 0;
      position: fixed;
      z-index: -10;
      top: 0;
      width: 100%;
      height: 100vh;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      transition-timing-function: linear; }
    body #bg2 {
      background-image: url(/media/redesign/binaryBlue.png);
      background-position: 0 0;
      position: fixed;
      z-index: -10;
      top: 0;
      width: 100%;
      height: 100vh;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.1s;
      -moz-transition-duration: 0.1s;
      transition-duration: 0.1s;
      -webkit-transition-timing-function: linear;
      -moz-transition-timing-function: linear;
      transition-timing-function: linear; } }
  body h1 {
    font-size: 2.0em; }
    @media screen and (min-width: 768px) {
      body h1 {
        font-size: 2.6em; } }
  body h2 {
    font-size: 1.8em; }
    @media screen and (min-width: 768px) {
      body h2 {
        font-size: 2.5em; } }
  body h1, body h2, body h3 {
    color: #CC0000;
    font-family: ArialRounded, Arial, "sans-serif";
    text-align: center;
    line-height: 1.2em;
    margin: initial; }
  body main a, body main a:link, body main a:visited {
    text-decoration: none;
    color: #4b8dbf; }
  body main a:hover, body main a:active {
    color: #2d517d;
    text-decoration: none; }
  body hr {
    display: block;
    height: 50px;
    width: 100%;
    max-width: 900px;
    margin: 50px auto 70px;
    border: 0;
    background-image: url("/media/redesign/divider.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center; }
  body .stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0; }
  body .left {
    float: left;
    text-align: left; }
  body .right {
    float: right;
    text-align: right; }
  body .center {
    text-align: center;
    margin: 0 auto; }
  body .hidden {
    display: none; }
  body #contact {
    position: fixed;
    display: none;
    z-index: 500;
    right: 0px;
    bottom: 150px;
    width: 360px;
    padding: 13px 0px;
    background: url("/media/redesign/ribbon.png") left center no-repeat;
    background-size: auto 140px;
    font-size: 1.3em;
    line-height: 1.2em;
    color: #91c3e2;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.68, -0.65, 0.265, 1.55);
    -moz-transition-timing-function: cubic-bezier(0.68, -0.65, 0.265, 1.55);
    transition-timing-function: cubic-bezier(0.68, -0.65, 0.265, 1.55); }
    @media screen and (min-width: 768px) {
      body #contact {
        display: block; } }
    body #contact a {
      color: #fff;
      text-transform: uppercase; }
    body #contact p {
      width: 260px;
      float: right;
      margin: 5px 0; }
    body #contact p:nth-child(2) {
      clear: right; }

/* HEADER */
header {
  height: 100vh;
  color: #fff; }
  header #pre-splash {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    header #pre-splash video {
      min-width: 100%;
      min-height: 100vh; }
    header #pre-splash.Edmonton {
      background: #2d3b48 url(/media/2061/edmonton_mobile.jpg); } /* We don't have unique backgrounds for every city.  We reuse Edmonton a lot. */
    header #pre-splash.Vancouver {
      background: #2d3b48 url(/media/2063/vancouver_mobile.jpg); }
    header #pre-splash.Toronto {
      background: #2d3b48 url(/media/2062/toronto_mobile.jpg); }

  header #splash {
    width: 100%;
    height: 100vh; }
    header #splash h1 {
      position: absolute;
      z-index: 20;
      top: 55px;
      text-align: center;
      width: 100%; }
      @media screen and (min-width: 768px) {
        header #splash h1 {
          padding-left: 20px; } }
      header #splash h1 div {
        width: 100%;
        max-width: 500px;
        height: 180px;
        background: transparent url("/media/redesign/logo_mobile.png") no-repeat top center;
        background-size: 100% auto; }
        @media screen and (min-width: 992px) {
          header #splash h1 div {
            height: 300px;
            max-width: 100%;
            width: auto;
            background-image: url("/media/redesign/logo.png");
            background-size: auto 100%;
            background-position: left center; } }
    header #splash .focus-points {
      font-family: Helvetica, Arial, sans-serif;
      font-size: large;
      justify-content: space-around;
      align-items: center;
      align-content: stretch;
      position: absolute;
      bottom: 35px;
      width: 100%;
      padding: 20px;
      text-align: center; }
      @media screen and (min-width: 768px) {
        header #splash .focus-points {
          color: #fff;
          text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0 #000, 0 0 20px #000;
          font-size: 2.0em;
          line-height: 1.2em;
          background-image: url("/media/redesign/waves.png");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center center; } }
      @media screen and (min-width: 992px) {
        header #splash .focus-points {
          height: 350px;
          padding-top: 80px; } }
      @media screen and (min-width: 1200px) {
        header #splash .focus-points {
          font-size: 2.7em; } }
      header #splash .focus-points div {
        padding: 20px;
        text-align: center;
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%; }
        header #splash .focus-points div:last-child {
          margin-right: 0; }
        @media screen and (min-width: 992px) {
          header #splash .focus-points div {
            float: left;
            display: block;
            margin-right: 2.12766%;
            width: 31.91489%; }
            header #splash .focus-points div:last-child {
              margin-right: 0; }
            header #splash .focus-points div:nth-child(1), header #splash .focus-points div:nth-child(3) {
              padding-top: 55px; } }
    header #splash a:link#down-arrow, header #splash a:visited#down-arrow {
      display: block;
      font-size: 30pt;
      color: #fff;
      clear: both;
      border: 4px solid #fff;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      width: 60px;
      height: 60px;
      margin-left: -30px;
      text-align: center;
      line-height: 55px;
      text-decoration: none;
      position: absolute;
      bottom: 0px;
      left: 50%;
      z-index: 1000;
      box-shadow: 0 0 15px #000, 0 0 5px #000;
      -webkit-transition-property: all;
      -moz-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: ease-in-out;
      -moz-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out; }
    header #splash a:hover#down-arrow, header #splash a:active#down-arrow {
      transform: scale(1.1); }

main {
  overflow: hidden;
  line-height: 1.42857143; }
  main section .container {
    padding: 20px;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    main section .container::after {
      clear: both;
      content: "";
      display: table; }

@media screen and (min-width: 768px) {
  main section.pre-quiz, main section.post-quiz6 {
    margin-top: 260px; } }
main section.pre-quiz .whychooseus, main section.post-quiz6 .whychooseus {
  color: #357ab0;
  font-family: ArialRounded, Arial, "sans-serif";
  padding: 0;
  padding-bottom: 20px;
  display: block;
  text-align: center;
  font-size: 0.8em; }
  @media screen and (min-width: 768px) {
    main section.pre-quiz .whychooseus, main section.post-quiz6 .whychooseus {
      font-size: 1.3em; } }
  main section.pre-quiz .whychooseus li, main section.post-quiz6 .whychooseus li {
    display: inline-block; }
    @media screen and (min-width: 480px) {
      main section.pre-quiz .whychooseus li, main section.post-quiz6 .whychooseus li {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 18.29787%; }
        main section.pre-quiz .whychooseus li:last-child, main section.post-quiz6 .whychooseus li:last-child {
          margin-right: 0; } }
    main section.pre-quiz .whychooseus li div, main section.post-quiz6 .whychooseus li div {
      display: inline-block;
      width: 80px;
      height: 80px;
      line-height: 0.8em;
      background-color: #fff;
      border-radius: 50%;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
      overflow: hidden;
      text-align: center;
      margin: 5px auto; }
      @media screen and (min-width: 768px) {
        main section.pre-quiz .whychooseus li div, main section.post-quiz6 .whychooseus li div {
          display: block;
          width: 120px;
          height: 120px;
          padding-top: 15px;
          line-height: 1.2em; } }
main section.pre-quiz {
  position: relative; }
  main section.pre-quiz .container {
    position: relative;
    z-index: 10; }
main section.pre-quiz2 {
  position: relative; }
main section.pre-quiz3 {
  position: relative; }
  @media screen and (min-width: 768px) {
    main section.pre-quiz3 {
      margin-bottom: 180px; } }
  main section.pre-quiz3 .container {
    position: relative;
    z-index: 10; }
  main section.pre-quiz3 div.spacer {
    margin-top: 80px;
    clear: both; }
  main section.pre-quiz3 div.trusted {
    text-align: center; }
  main section.pre-quiz3 ul.trusted {
    margin-top: 40px;
    margin-bottom: 40px;
    list-style: none;
    padding-left: 0px; }
    main section.pre-quiz3 ul.trusted li img {
      max-height: 240px;
      margin: 0 auto;
      display: block; }
    main section.pre-quiz3 ul.trusted li {
      display: inline; }
    main section.pre-quiz3 ul.trusted li:nth-child(1) {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      main section.pre-quiz3 ul.trusted li:nth-child(1):last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        main section.pre-quiz3 ul.trusted li:nth-child(1) {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%; }
          main section.pre-quiz3 ul.trusted li:nth-child(1):last-child {
            margin-right: 0; } }
    main section.pre-quiz3 ul.trusted li:nth-child(2) {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      main section.pre-quiz3 ul.trusted li:nth-child(2):last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        main section.pre-quiz3 ul.trusted li:nth-child(2) {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%; }
          main section.pre-quiz3 ul.trusted li:nth-child(2):last-child {
            margin-right: 0; } }
    main section.pre-quiz3 ul.trusted li:nth-child(3) {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      main section.pre-quiz3 ul.trusted li:nth-child(3):last-child {
        margin-right: 0; }
      @media screen and (min-width: 768px) {
        main section.pre-quiz3 ul.trusted li:nth-child(3) {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%; }
          main section.pre-quiz3 ul.trusted li:nth-child(3):last-child {
            margin-right: 0; } }
    main section.pre-quiz3 ul.trusted li img {
      max-width: 100%;
      padding: 40px; }
  main section.pre-quiz3 ul.testimonials blockquote {
    position: relative;
    z-index: 10;
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
    color: #fff;
    background: #ff0000;
    background-image: -webkit-linear-gradient(top, #ff0000 0%, #bb0000 100%);
    background-image: linear-gradient(to bottom, #ff0000 0%, #bb0000 100%);
    border-radius: 10px;
    border: none; }
    @media screen and (min-width: 768px) {
      main section.pre-quiz3 ul.testimonials blockquote {
        font-size: 1.5em;
        line-height: 1.5em; } }
  main section.pre-quiz3 ul.testimonials blockquote + p {
    position: relative;
    top: -15px;
    right: 50px;
    text-align: right;
    font-style: italic;
    font-size: 0.8em; }
    @media screen and (min-width: 768px) {
      main section.pre-quiz3 ul.testimonials blockquote + p {
        right: 90px;
        font-size: 1em; } }
main section.quiz1, main section.quiz2, main section.quiz3 {
  position: relative; }
main section.quiz1 .quiz-container, main section.quiz2 .quiz-container, main section.quiz3 .quiz-container {
  background: #cc0000;
  background-image: radial-gradient(center, ellipse cover, #cc0000 0%, #aa0000 100%);
  text-align: center;
  border: 1px solid #990000;
  padding: 15px 10px;
  position: relative;
  line-height: 1.2em; }
  @media screen and (min-width: 768px) {
    main section.quiz1 .quiz-container, main section.quiz2 .quiz-container, main section.quiz3 .quiz-container {
      font-size: 1.2em;
      top: 0;
      width: 700px;
      border-radius: 15px;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.8), 0 3px 15px #e04b4b inset;
      margin: 0 auto;
      transform: rotate(3deg);
      position: relative;
      height: 500px; } }
  main section.quiz1 .quiz-container > div, main section.quiz2 .quiz-container > div, main section.quiz3 .quiz-container > div {
    margin: 5px; }
    @media screen and (min-width: 768px) {
      main section.quiz1 .quiz-container > div, main section.quiz2 .quiz-container > div, main section.quiz3 .quiz-container > div {
        transform: rotate(-3deg); } }
    main section.quiz1 .quiz-container > div p, main section.quiz2 .quiz-container > div p, main section.quiz3 .quiz-container > div p {
      text-align: left;
      color: #fecbb7;
      font-style: italic;
      font-size: 1.2em;
      padding-top: 5px;
      padding-left: 15px;
      line-height: 1.2em; }
    main section.quiz1 .quiz-container > div h1, main section.quiz2 .quiz-container > div h1, main section.quiz3 .quiz-container > div h1 {
      color: #fff5f1;
      text-shadow: 0 2px 6px rgba(0, 0, 0, 0.4), 0 0 3px rgba(0, 0, 0, 0.8);
      font-size: 1.6em;
      line-height: 1.2em; }
    main section.quiz1 .quiz-container > div #question1Slider, main section.quiz2 .quiz-container > div #question1Slider, main section.quiz3 .quiz-container > div #question1Slider {
      margin-top: 30px;
      width: 90%; }
    main section.quiz1 .quiz-container > div input[type=button], main section.quiz1 .quiz-container > div button, main section.quiz2 .quiz-container > div input[type=button], main section.quiz2 .quiz-container > div button, main section.quiz3 .quiz-container > div input[type=button], main section.quiz3 .quiz-container > div button {
      -webkit-appearance: button;
      cursor: pointer;
      width: 200px;
      height: 50px;
      border: 2px solid white;
      color: #fff5f1;
      background-color: transparent;
      text-align: center;
      text-decoration: none;
      margin: 10px 5px;
      display: inline-block;
      flex: 1;
      font-family: Helvetica,Arial,sans-serif;
      font-size: 0.9em;
      white-space: normal;
      vertical-align: top; }
      main section.quiz1 .quiz-container > div input[type=button].wide, main section.quiz1 .quiz-container > div button.wide, main section.quiz2 .quiz-container > div input[type=button].wide, main section.quiz2 .quiz-container > div button.wide, main section.quiz3 .quiz-container > div input[type=button].wide, main section.quiz3 .quiz-container > div button.wide {
        width: 320px; }
      main section.quiz1 .quiz-container > div input[type=button]:small, main section.quiz1 .quiz-container > div button:small, main section.quiz2 .quiz-container > div input[type=button]:small, main section.quiz2 .quiz-container > div button:small, main section.quiz3 .quiz-container > div input[type=button]:small, main section.quiz3 .quiz-container > div button:small {
        width: 80px;
        margin: 10px 5px; }
      main section.quiz1 .quiz-container > div input[type=button].medium, main section.quiz1 .quiz-container > div button.medium, main section.quiz2 .quiz-container > div input[type=button].medium, main section.quiz2 .quiz-container > div button.medium, main section.quiz3 .quiz-container > div input[type=button].medium, main section.quiz3 .quiz-container > div button.medium {
        width: 130px; }
    main section.quiz1 .quiz-container > div input[type=button]:disabled, main section.quiz2 .quiz-container > div input[type=button]:disabled, main section.quiz3 .quiz-container > div input[type=button]:disabled {
      opacity: 0.5; }
    main section.quiz1 .quiz-container > div button, main section.quiz2 .quiz-container > div button, main section.quiz3 .quiz-container > div button {
      position: relative;
      text-align: left;
      padding-left: 20px; }
      main section.quiz1 .quiz-container > div button.wide, main section.quiz2 .quiz-container > div button.wide, main section.quiz3 .quiz-container > div button.wide {
        width: 300px; }
      main section.quiz1 .quiz-container > div button div, main section.quiz2 .quiz-container > div button div, main section.quiz3 .quiz-container > div button div {
        font-size: 0.8em;
        color: #fab9a4;
        line-height: 1.2em;
        position: absolute;
        left: 130px;
        top: 8px; }
@media screen and (min-width: 768px) {
  main section.quiz1 {
    top: 120px; } }
main section.quiz1 #q1overlay {
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -40%;
  background-color: #f6f3f3;
  color: #2d3b48;
  line-height: 2.0em;
  border: 2px solid #529ACB;
  box-shadow: 0 0 50px #600202;
  border-radius: 5px;
  padding: 30px;
  height: 150px;
  width: 80%;
  z-index: 5000; }
  main section.quiz1 #q1overlay input[type=button] {
    border: 1px solid #2C6A91;
    color: #2C6A91;
    background-color: transparent; }
    main section.quiz1 #q1overlay input[type=button]:hover {
      background-color: #b3dbf9; }
@media screen and (min-width: 768px) {
  main section.quiz2 {
    top: 170px; } }
@media screen and (min-width: 768px) {
  main section.quiz2 .quiz-container {
    height: 460px; } }
@media screen and (min-width: 768px) {
  main section.quiz3 {
    top: 160px; } }
main section.quiz3 .quiz-container {
  height: auto; }
  @media screen and (min-width: 768px) {
    main section.quiz3 .quiz-container {
      padding-bottom: 180px; } }

main section.post-quiz1 {
  padding-bottom: 20px;
  -webkit-background-size: 100% auto;
  background-size: cover;
  background-position: top center;
  padding-top: 120px;
  position: relative;
  margin: 20px 0 20px 0;
  background-image: url("/media/redesign/circuit-board.jpg"); }
  @media screen and (min-width: 768px) {
    main section.post-quiz1 {
      background-attachment: fixed;
      box-shadow: 0 0 100px rgba(0, 0, 0, 0.3) inset; } }
  main section.post-quiz1 h1 {
    color: black; }

main section.post-quiz2 {
  position: relative;
  margin-top: 280px; }
  main section.post-quiz2 .container {
    position: relative;
    z-index: 10; }
  main section.post-quiz2 ul.columns3 {
    padding-left: 0px; }
    main section.post-quiz2 ul.columns3 li {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      main section.post-quiz2 ul.columns3 li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 992px) {
        main section.post-quiz2 ul.columns3 li {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 31.91489%; }
          main section.post-quiz2 ul.columns3 li:last-child {
            margin-right: 0; } }
  main section.post-quiz2 ul.columns4 {
    padding-left: 0px; }
    main section.post-quiz2 ul.columns4 li {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 100%; }
      main section.post-quiz2 ul.columns4 li:last-child {
        margin-right: 0; }
      @media screen and (min-width: 992px) {
        main section.post-quiz2 ul.columns4 li {
          float: left;
          display: block;
          margin-right: 2.12766%;
          width: 23.40426%; }
          main section.post-quiz2 ul.columns4 li:last-child {
            margin-right: 0; } }

main section.post-quiz3 {
  position: relative; }
  main section.post-quiz3 hr {
    margin: 100px auto 120px; }
  main section.post-quiz3 .container {
    position: relative;
    z-index: 10; }
  main section.post-quiz3 ul {
    display: none;
    list-style-type: none; }
    main section.post-quiz3 ul li {
      background: #529ACB;
      background-image: -webkit-linear-gradient(top, #529ACB 0%, #2C6A91 100%);
      background-image: linear-gradient(to bottom, #529ACB 0%, #2C6A91 100%);
      font-size: 15px;
      line-height: 40px;
      height: 40px;
      position: relative;
      padding: 0 20px;
      float: left;
      display: block;
      margin: 5px;
      color: #fff;
      letter-spacing: 1px;
      text-transform: uppercase;
      font-weight: bold;
      text-align: center;
      text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
      border-radius: 3px;
      box-shadow: 2px 0 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1); }
      main section.post-quiz3 ul li:hover {
        background: #2C6A91; }
      main section.post-quiz3 ul li.active {
        background: #fff;
        color: #2C6A91; }
    @media screen and (min-width: 768px) {
      main section.post-quiz3 ul {
        display: inline-block; } }
  main section.post-quiz3 #experts-content {
    display: none;
    background: url("/media/redesign/expertc.png") bottom left no-repeat;
    min-height: 300px;
    padding-left: 380px;
    padding-top: 80px;
    padding-right: 40px; }
    @media screen and (min-width: 768px) {
      main section.post-quiz3 #experts-content {
        display: inline-block; } }
  main section.post-quiz3 .tabsmobile {
    display: block; }
    @media screen and (min-width: 768px) {
      main section.post-quiz3 .tabsmobile {
        display: none; } }

main section.post-quiz4 {
  position: relative; }
  main section.post-quiz4 .container {
    position: relative;
    z-index: 10; }
  main section.post-quiz4 .flag div:nth-child(1), main section.post-quiz4 .flag div:nth-child(3) {
    padding: 0 20px;
    display: none;
    height: 420px;
    background-color: #CC0000;
    position: relative; }
    @media screen and (min-width: 768px) {
      main section.post-quiz4 .flag div:nth-child(1), main section.post-quiz4 .flag div:nth-child(3) {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 23.40426%; }
        main section.post-quiz4 .flag div:nth-child(1):last-child, main section.post-quiz4 .flag div:nth-child(3):last-child {
          margin-right: 0; } }
  main section.post-quiz4 .flag div:nth-child(2) {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%; }
    main section.post-quiz4 .flag div:nth-child(2):last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      main section.post-quiz4 .flag div:nth-child(2) {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 48.93617%; }
        main section.post-quiz4 .flag div:nth-child(2):last-child {
          margin-right: 0; } }

main section.post-quiz5 {
  -webkit-background-size: 100% auto;
  background-size: cover;
  background-position: top center;
  padding-top: 120px;
  position: relative;
  margin: 20px 0 20px 0;
  background-image: url("/media/redesign/briefcase.jpg"); }
  @media screen and (min-width: 768px) {
    main section.post-quiz5 {
      background-color: #711e1e;
      margin-top: 250px;
      padding-top: 200px;
      background-attachment: fixed;
      padding-bottom: 100px; }
      main section.post-quiz5 h1 {
        color: #fff; } }

main .fast-block {
  max-width: 900px;
  margin: 50px auto 0 auto; }
  main .fast-block h2 {
    color: inherit;
    font-size: 1.3em;
    margin: 0 auto 0.5em; }
  main .fast-block strong {
    color: inherit;
    font-weight: 900; }
  main .fast-block .afterfact {
    text-align: center;
    padding: 20px;
    color: #2d3b48;
    margin: 0 auto !important; }
  main .fast-block .fast-fact {
    text-align: center;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 15px;
    min-height: 200px;
    z-index: 10; }
    @media screen and (min-width: 768px) {
      main .fast-block .fast-fact {
        font-size: 1.0em;
        padding: 35px; } }
  main .fast-block .fact-1 {
    border-radius: 40px 0 40px 0;
    left: 0;
    width: 100%;
    background-color: #529ACB;
    color: #fff;
    margin: 10px auto 10px 0; }
    @media screen and (min-width: 992px) {
      main .fast-block .fact-1 {
        left: 0;
        width: 450px; } }
    @media screen and (min-width: 1200px) {
      main .fast-block .fact-1 {
        width: 550px; } }
  main .fast-block .fact-2 {
    border-radius: 0 40px 0 40px;
    right: 0;
    width: 100%;
    background-color: #cc0000;
    color: #fff;
    margin: 10px 0 10px auto; }
    @media screen and (min-width: 992px) {
      main .fast-block .fact-2 {
        right: 40px;
        top: -30px;
        width: 415px; } }
    @media screen and (min-width: 1200px) {
      main .fast-block .fact-2 {
        width: 515px; } }
  main .fast-block .fact-3 {
    border-radius: 40px 0 40px 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #666;
    margin: 10px auto 10px 0; }
    @media screen and (min-width: 992px) {
      main .fast-block .fact-3 {
        left: 50px;
        top: -60px;
        width: 460px; } }
    @media screen and (min-width: 1200px) {
      main .fast-block .fact-3 {
        width: 580px; } }
  main .fast-block .fact-4 {
    border-radius: 0 40px 0 40px;
    right: 0;
    width: 100%;
    background-color: #529ACB;
    color: #fff;
    margin: 10px 0 10px auto; }
    @media screen and (min-width: 992px) {
      main .fast-block .fact-4 {
        right: 0;
        top: -90px;
        width: 435px; } }
    @media screen and (min-width: 1200px) {
      main .fast-block .fact-4 {
        width: 535px; } }

.tab-label-champion:before {
  content: 'Champions'; }

.tab-label-security:before {
  content: 'Security'; }

.tab-label-playnice:before {
  content: 'We Play Nice'; }

.tab-label-accounting:before {
  content: 'Accounting'; }

.tab-label-modules:before {
  content: 'Modules'; }

.tab-label-platforms:before {
  content: 'Platforms'; }

.tab-label-integration:before {
  content: 'Integration'; }

.tab-label-behindscenes:before {
  content: 'Behind The Scenes'; }

.tab-label-workflows:before {
  content: 'Workflows'; }

.tab-label-databases:before {
  content: 'Databases'; }

.tab-label-cloud:before {
  content: 'Cloud'; }

.tab-label-patents:before {
  content: 'Patents'; }

.tab-label-multilingual:before {
  content: 'Multilingual'; }

.tab-label-rfpprep:before {
  content: 'RFP Preparation'; }

.tab-label-riskmitigation:before {
  content: 'Risk Mitigation'; }

.tab-label-feasibility:before {
  content: 'Feasibility Analysis'; }

.tab-label-mobile:before {
  content: 'Mobile Apps'; }

.tab-label-smalldevices:before {
  content: 'Small Devices'; }

h1 {
  color: #CC0000;
  font-family: ArialRounded, Arial, "sans-serif";
  text-align: center;
  line-height: 1.2em;
  margin: initial; }
  @media screen and (min-width: 992px) {
    h1 {
      font-size: 2.6em; } }

.fast-facts {
  background-color: #ddd;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.4em;
  padding: 15px;
  width: 150px;
  font-size: 0.8em;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: static;
  z-index: 15;
  font-family: ArialRounded, Arial, "sans-serif";
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 768px) {
    .fast-facts {
      width: 300px;
      font-size: 1.3em;
      position: absolute; } }
  .fast-facts span {
    color: #cc0000;
    line-height: 1.0em;
    font-weight: bold;
    font-size: 2.0em; }

.slider .tooltip-inner {
  white-space: pre; }

#cta {
  width: 100%;
  height: 350px;
  background-image: radial-gradient(center, ellipse cover, #b3dbf9 0%, rgba(179, 219, 249, 0) 70%);
  overflow: hidden;
  position: relative; }
  #cta .mobile {
    display: block; }
    @media screen and (min-width: 768px) {
      #cta .mobile {
        display: none; } }
  #cta .desktop {
    display: none; }
    @media screen and (min-width: 768px) {
      #cta .desktop {
        display: block; } }
  @media screen and (min-width: 768px) {
    #cta {
      height: 400px;
      margin: 0 auto;
      top: 50px;
      text-align: center; } }
  #cta #coffeeleft {
    -webkit-transform: rotate(340deg);
    -moz-transform: rotate(340deg);
    -ms-transform: rotate(340deg);
    -o-transform: rotate(340deg);
    transform: rotate(340deg);
    width: 50%;
    position: absolute;
    left: -500px;
    top: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    @media screen and (min-width: 768px) {
      #cta #coffeeleft {
        top: 90px;
        width: 350px;
        position: relative;
        margin: 0 auto;
        left: -1000px; } }
  #cta #coffeeright {
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 50%;
    position: absolute;
    right: -500px;
    top: 20px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out; }
    @media screen and (min-width: 768px) {
      #cta #coffeeright {
        top: 90px;
        width: 350px;
        position: relative;
        margin: 0 auto;
        right: -1000px; } }
  #cta div {
    background-color: #fff;
    color: #529ACB;
    padding: 30px 20px 20px;
    border: 8px double #529ACB;
    border-radius: 50%;
    box-shadow: 0 0 30px #FFF;
    font-family: ArialRounded,Arial, "sans-serif";
    font-size: 1.3em;
    position: absolute;
    width: 300px;
    left: 50%;
    margin-left: -150px;
    bottom: 0;
    text-align: center; }
    @media screen and (min-width: 768px) {
      #cta div {
        width: 500px;
        text-align: center;
        left: 50%;
        margin-left: -255px;
        bottom: 70px; } }
  #cta a:link {
    color: #f6a996; }
  #cta a:hover {
    color: #2C6A91;
    text-decoration: none; }
  #cta a.button {
    background-color: #529ACB;
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    padding: 5px 8px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.1s;
    -moz-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-timing-function: ease-in;
    -moz-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }

footer {
  overflow: hidden;
  position: relative;
  z-index: 15;
  width: 100%;
  background-color: #CC0000;
  background-image: -webkit-linear-gradient(bottom, #AA0000 0%, #DD0000 100%);
  background-image: linear-gradient(to top, #AA0000 0%, #DD0000 100%);
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 10px;
  text-align: center; }
  footer .container-fluid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  footer .flex-footer {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
  footer .container-fluid > div {
    margin: 15px auto; }
  footer .flex-footer > div {
    flex: initial;
    float: left;
    min-width: 50px;
    margin: 0 15px;
    text-align: center; }
  footer .flex-footer > div:first-child {
    margin-left: 0; }
  footer .flex-footer > div:last-child {
    margin-right: 0; }
  footer a, footer a:link, footer a:visited {
    color: #f6a996; }
  footer a:active, footer a:hover {
    color: #fff; }
  footer .mobile {
    display: block; }
  footer .desktop {
    display: none; }
  footer .footer-info {
    clear: both;
    width: 100%; }
  footer .footer-info div {
    margin: auto 20px; }
  footer .footer-info div:first-child {
    margin-left: 0; }
  footer .footer-info div:last-child {
    margin-right: 0; }
  @media screen and (min-width: 768px) {
    footer footer {
      position: relative; }
    footer .mobile {
      display: none; }
    footer .desktop {
      display: block; } }

#i-intro, #i-trusted, #i-fast, #i-serious, #i-experts, #i-canadian {
  position: absolute;
  z-index: 1; }
  #i-intro img, #i-trusted img, #i-fast img, #i-serious img, #i-experts img, #i-canadian img {
    max-height: 100%;
    max-width: 100%; }

#i-intro {
  width: 200px;
  right: 50px; }
  @media screen and (min-width: 992px) {
    #i-intro {
      right: 100px;
      width: 300px; } }
  @media screen and (min-width: 1200px) {
    #i-intro {
      right: 150px;
      width: 400px; } }

#i-trusted {
  width: 100px;
  left: 20px; }
  @media screen and (min-width: 992px) {
    #i-trusted {
      left: 50px;
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    #i-trusted {
      left: 100px;
      width: 300px; } }

#i-fast {
  width: 100px;
  right: 20px; }
  @media screen and (min-width: 992px) {
    #i-fast {
      right: 50px;
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    #i-fast {
      right: 100px;
      width: 300px; } }

#i-serious {
  width: 100px;
  right: 20px; }
  @media screen and (min-width: 992px) {
    #i-serious {
      right: 50px;
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    #i-serious {
      right: 100px;
      width: 300px; } }

#i-experts {
  width: 100px;
  left: 20px; }
  @media screen and (min-width: 992px) {
    #i-experts {
      left: 50px;
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    #i-experts {
      left: 100px;
      width: 300px; } }

#i-canadian {
  width: 100px;
  right: 20px; }
  @media screen and (min-width: 992px) {
    #i-canadian {
      right: 50px;
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    #i-canadian {
      right: 100px;
      width: 300px; } }

/*# sourceMappingURL=customsoftware.css.map */
