/*
  Copyright 2004 - 2016 Primate Labs Inc.
*/

@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);

/* BASE ---------------------------- */

body {
  background-color: #F8F8F8;
  color: rgb(86, 96, 106);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 85%;
  line-height: 1.6em;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
}

/* FONTs ---------------------------- */

p {
  margin: 0 0 1.5em 0;
}

strong {
  font-weight: bold;
}
em, i {
  font-style: italic;
}

h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 220%;
  font-weight: 700;
  line-height: 1.1em;
  color: #212121;
}
h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 220%;
  font-weight: 700;
  line-height: 1.1em;
  color: #212121;
}
h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 160%;
  font-weight: 700;
  line-height: 1.1em;
  color: #212121;
}
h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 125%;
  font-weight: 700;
  line-height: 1.1em;
  color: #212121;
  letter-spacing: -0.035em;
  margin-bottom: 8px;
}
h5 {
}
h6 {
}

blockquote {
  font-style: normal;
}
blockquote p {
  border-left: 3px solid rgb(203,203,203);
  padding: 0.5em 0 0.5em 1.5em;
  margin: 0 0 1.5em 1.5em;
}

pre {
  white-space: pre;
}
pre, code {
  font: 0.9em 'Andale Mono', 'Lucida Console', Monospace;
  margin: 1.5em 0;
}
tt {
  font: 1em 'Andale Mono', 'Lucida Console', Monospace;
}

hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.20);
  margin: 1.75em 0;
}


/* LINKS ------------------------------------------------------------------ */

a, a:visited, a:active, a:focus  {
  outline: none;
  color: rgb(33,166,243);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #7bc000;
  text-decoration: none;
}

a {
  -moz-transition-duration: .25s;
  -moz-transition-property: color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: color;
  -o-transition-duration: .25s;
  -o-transition-property: color;
}



/* IMGs ---------------------------- */

img {
}

img.feedburner {
  background: none;
}

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 10px;
}
.aligncenter {
  margin: 0 auto 1.5em auto;
  display: block;
}



/* LISTs ---------------------------- */

ul, ol {
  margin: 0 0 1.5em 0;
  padding: 0;
}
ul li {
  margin: 0 0 0.2em 2em;
  padding-left: 4px;
}
ol li {
  list-style-type: decimal;
  list-style-position: inside;
  margin-bottom: 0.2em;
}
ul li ul, ol li ol {
  margin: 0.2em 0 0 0;
}
ol li ol li {
  margin-left: 1.7em;
}

ul.nav {
  list-style: none;
  background: none;
  padding-left: 0;
}

li.nav {
  list-style: none;
  background: none;
  padding-left: 0;
  margin: 0;
  font-weight: bold;
}



/* - CONTENT START ----------------------------------------------------------------------------------------------------- */



/* CONTAINERs ---------------------------- */

.clearfix:after,
.columns:after,
.col-6:after,
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  padding: 0 16px;
  position: relative;
  margin: 0 auto;
}

.col-6 {
  box-sizing: border-box;
  width: 100%;
  padding: 0 24px;
  margin-bottom: 48px;
  text-align: center;
}

.col-6-alt {

}

.col-6-last {
  margin-bottom: 0;
}


@media (min-width: 720px) {
  .container {
    width: 688px;
  }

  .col-6 {
    width: 50%;
    float: left;
    text-align: left;
    margin-bottom: 36px;
    padding: 0 48px 0 0;
    position: relative;
  }

  .col-6-alt {
    padding: 0 0 0 48px;
  }

}

@media (min-width: 972px) {
  .container {
    width: 940px;
  }
}


/* HEADER ---------------------------- */

#header {
  width: 100%;
  background-color: #212121;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.logo {
  float: left;
  display: block;
  margin: 13px 0;
}



/* TOP NAV ---------------------------- */

.menu-toggle svg {
  float: right;
  padding: 8px;
  position: absolute;
  top: 14px;
  right: 8px;
}

.top-nav {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #3A3939;
  float: left;
  text-align: center;
}

  .top-nav li {
    display: inline-block;
    border-bottom: 1px solid #3A3939;
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
  }

  .top-nav li.last {
    margin-bottom: 0;
    border-bottom: none;
  }

  .top-nav a {
    display: block;
    padding: 16px 0;
    color: rgb(161,161,161);
    transition: all 0.1s ease;
  }

    .top-nav a:hover {
      display: inline-block;
      color: #FFFFFF;
      transition: all 0.1s ease;
    }



@media (min-width: 690px) {

.menu-toggle svg {
  display: none;
}

.top-nav {
  margin: 18px 0 0 0;
  width: auto;
  height: 22px;
  float: right;
  text-align: left;
  border: none;
  display: inline-block !important;
}

  .top-nav li {
    display: inline-block;
    width: auto;
    border: none;
    margin-left: 48px;
  }

  .top-nav a {
    padding: 0;
  }

}


/* INTRO ---------------------------- */

#intro {
  width: 100%;
  background-color: #00579A;
  padding: 60px 0;
}
#intro-product {
  border-bottom: 1px solid rgba(160,160,160,0.5);
  width: 100%;
  background-color: #F8F8F8;
  padding: 44px 0 14px 0;
}

/* HOME INTRO ---------------------------- */

#intro-wrapper-home {
  width: 100%;
}

#intro-geekbench-column h1 {
  font-size: 100%;
  line-height: 1.2em;
  margin: 24px 0 16px 0;
}

#intro-geekbench-column h1 a {
  color: #FFFFFF;
  font-size: 2.5em;
  font-weight: 700;
}

#intro-geekbench-column h2 {
  color: #A5D0E8;
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: normal;
}

#intro-geekbench-column {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  padding: 0;
  text-align: center;
}

#intro-geekbench4-icon {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 225px;
  background-image: url(../img/ui/hogtown/osx.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}

#intro-geekbench5-icon {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 225px;
  background-image: url(../img/ui/corktown/windows-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}

.learn-more-wrapper {
  display: block;
  margin: 2em 0 1em 0;
  padding: 1em 0;
}

.learn-more-wrapper a {
  border: 2px solid rgba(255,255,255,0.85);
  border-radius: 4px;
  padding: 1em 1.6em;
  background-color: transparent;
  color: rgba(255,255,255,0.85);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  top: 0;
}

.learn-more-wrapper a:hover, .learn-more-wrapper a:focus {
  background-color: #FFFFFF;
  color: #067FC0;
  top: -2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}

.version-number a, .version-number a:hover {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 60%;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}

#intro-geekbench-column p {
  margin: 0;
}
#intro-geekbench-column p a {
  color: rgb(86,96,106);
}
#intro-geekbench-column p a:hover {
  color: rgb(123,192,0);
}





/* LANDING SECONDARY ---------------------------- */

.landing-secondary {
  background: #212121;
  padding: 56px 0 48px 0;
}

  .landing-secondary a {
    color: #FFFFFF;
  }

  .landing-secondary a:hover {
    color: #7bc000;
  }

  .landing-secondary h1 {
    font-size: 2.5em;
    font-weight: 700;
  }

  .landing-secondary p {
    color: #AEAEAE;
  }


  .landing-voodoopad-col p {
    font-size: 120%;
  }

    .landing-voodoopad-col-icon {
      text-align: center;
    }

    .landing-voodoopad-col-content {
      text-align: center;
    }

  .landing-all-apps-col {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
  }

  .landing-all-apps-col a svg {
    fill: #FFFFFF;
    position: relative;
    top: -2px;
    margin-left: 2px;
    -moz-transition-duration: .25s;
    -moz-transition-property: fill;
    -webkit-transition-duration: .25s;
    -webkit-transition-property: fill;
    -o-transition-duration: .25s;
    -o-transition-property: fill;
  }

    .landing-all-apps-col a:hover svg {
      fill: #7bc000;
    }


  @media (min-width: 720px) {

    .landing-secondary {
      padding: 56px 0 24px 0;
    }

    .landing-all-apps-col {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

  }


  @media (min-width: 972px) {

      .landing-voodoopad-col {
        margin: 0 0 0 0;
      }

      .landing-voodoopad-col-icon {
        width: 40%;
        float: left;
      }

        .landing-voodoopad-col-icon img {
          margin: 30px 0 0 0;
        }

      .landing-voodoopad-col-content {
        width: 50%;
        float: right;
        text-align: left;
      }

  }



  /* LANDING TERTIARY ---------------------------- */

  .landing-tertiary {
    background: #FFFFFF;
    padding: 56px 0 56px 0;
  }

    .landing-tertiary .col-6 {
      text-align: left !important;
    }

    .landing-tertiary h1 {
      margin-bottom: 48px;
    }

    .landing-post {
      margin-bottom: 36px;
    }

    .landing-tertiary a svg {
      fill: #067FC0;
      margin-left: 2px;
      -moz-transition-duration: .25s;
      -moz-transition-property: fill;
      -webkit-transition-duration: .25s;
      -webkit-transition-property: fill;
      -o-transition-duration: .25s;
      -o-transition-property: fill;
    }

      .landing-tertiary a:hover svg {
        fill: #7bc000;
      }

      .landing-tertiary .learn-more-wrapper a {
        border: 2px solid #067FC0;
        border-radius: 4px;
        padding: 1em 1.6em;
        background-color: transparent;
        color: #067FC0;
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        position: relative;
        top: 0;
      }

      .landing-tertiary .learn-more-wrapper a:hover, .landing-tertiary .learn-more-wrapper a:focus {
        background-color: #067FC0;
        color: #FFFFFF;
        top: -2px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.04);
      }




/* GEEKBENCH INTRO ---------------------------- */

#intro-wrapper-geekbench {
  width: 100%;
  background: url(../img/ui/intro-geekbench-icon.png) no-repeat 50% 0;
}

#intro-wrapper-geekbench3 {
  width: 100%;
  background: url(../img/ui/intro-geekbench3-icon.png) no-repeat 50% 0;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #intro-wrapper-geekbench3 {
    background: url(../img/ui/intro-geekbench3-icon@2x.png) no-repeat 50% 0;
    background-size: 293px 263px;
  }
}

#intro-geekbench-column-2 {
  width: 293px;
  float: left;
  padding: 43px 0 30px 0px;
}

#intro-geekbench-column-2 .version-number {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 60%;
  color: rgb(128,138,148);
  text-transform: uppercase;
  margin-left: 8px;
}
#intro-geekbench-column-2 p {
  margin: 0;
}


/* WIINOTE INTRO ---------------------------- */

#intro-wrapper-wiinote {
  margin: 3em 0;
  width: 100%;
  text-align: center;
}

#intro-wrapper-wiinote img {
  padding: 1em 0;
  background: none;
  border: 0;
  width: 200px;
  height: 200px;
}

/* ALL PRODUCT INTROs ---------------------------- */

#intro-screenshots-column {
  width: 293px;
  float: right;
  padding: 60px 0px 30px 0;
}

#intro-screenshots-column img.topleft {
  float: left;
  margin-bottom: 10px;
  display: inline;
}
#intro-screenshots-column img.topright {
  float: right;
  margin-bottom: 10px;
  display: inline;
}

#intro-screenshots-column img.bottomleft {
  float: left;
  margin-left: 21px;
  display: inline;
}
#intro-screenshots-column img.bottomcenter {
  float: left;
  margin: 0 10px;
  display: inline;
}
#intro-screenshots-column img.bottomright {
  float: left;
  display: inline;
}


#download-box {
  width: 100%;
  float: left;
  text-align: center;
  margin: 15px 0 0 0;
}

#download-button-wrapper {
  height: 46px;
  display: block;
  margin: 0 auto;
  padding: 0;
}

#download-button {
  border: 0;
  border-radius: 3px;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(0, 118, 202, 1);
  color: #ffffff;
  font-size: 14px;
  -moz-transition-duration: .25s;
  -moz-transition-property: background-color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: background-color;
  -o-transition-duration: .25s;
  -o-transition-property: background-color;
  transition-duration: .25s;
  transition-property: background-color;
}

#download-button:hover, #download-button:focus {
  background-color: rgba(0, 118, 202, 0.85);
}

#steam-button-wrapper {
  width: 242px;
  height: 46px;
  background: url(../img/ui/steam-button-bg.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  padding: 10px 0 0 0;
}
#steam-button {
  width: 222px;
  height: 36px;
  background: url(../img/ui/steam-button.png) no-repeat 0 0;
  display: block;
  text-indent: -9999px;
  margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #steam-button {
    background-image: url(../img/ui/steam-button@2x.png);
    background-size: 222px 72px;
  }
}
#steam-button:hover {
  background-position: bottom left;
}

#download-info {
  font-size: 85%;
  color: rgb(136,152,166);
  text-transform: uppercase;
}
#download-info p {
  margin-bottom: 0;
}

#mas-button {
  width: 133px;
  height: 40px;
  background: url(../img/ui/mas_133_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
#appstore-button {
  width: 136px;
  height: 40px;
  background: url(../img/ui/appstore_136_40.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  #appstore-button {
    background-image: url(../img/ui/appstore_272_80.png);
    background-size: 136px 40px;
  }
}

#androidmarket-button {
  width: 117px;
  height: 45px;
  background: url(../img/ui/android_market.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}

#googleplay-button {
  width: 129px;
  height: 45px;
  background: url(../img/ui/google-play.png) no-repeat 0 0;
  display: block;
  margin: 0 auto;
  text-indent: -9999px;
}



/* CONTACT INTRO ---------------------------- */

#intro-wrapper-contact {
  width: auto;
  margin: 0 auto;
}

#intro-contact-column {
  width: 100%;
  float: left;
  padding: 43px 0 0px 0px;
}




/* DOWNLOAD INTRO ---------------------------- */

#intro-wrapper-downloading {
  width: 940px;
  margin: 0 auto;
}

#intro-downloading-column {
  width: 620px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}

#intro-downloading-column img {
  border: none;
  background: none;
  padding: 0;
  float: left;
  margin: -10px 20px 0 0;
}

.downloading-columns-wrapper .info-column-box-header h3 { padding-left: 19px; }

.info-column-box-double-wide {
  float: left;
  width: 615px;
  margin: 30px 0 50px 0;
  border: 1px dotted rgb(205,205,205);
  background-color: #F8F8F8;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

.info-column-box-double-wide-header {
  background-color: #FCFCFD;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-double-wide-header h3 {
  padding: 20px 0 0 10px;
  float: left;
}

.info-column-box-double-wide p {
  padding: 0 19px;
}
.info-column-box-double-wide strong {
  color: rgb(86,96,106);
}
.info-column-box-double-wide ul {
  padding: 0 19px;
}


/* VERSION COMPARISON INTRO ---------------------------- */

#intro-wrapper-version-comparison {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-version-comparison-bg.png) no-repeat 100% 85%;
}

#intro-version-comparison-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* DOWNLOADS INTRO ---------------------------- */

#intro-wrapper-downloads {
  width: 940px;
  margin: 0 auto;
  background: url(../img/ui/intro-downloads-bg.png) no-repeat 100% 85%;
}

#intro-downloads-column {
  width: 940px;
  float: left;
  padding: 43px 0 0px 0px;
}



/* INFO COLUMNS ---------------------------- */

#info-columns {
  width: 100%;
  background-color: rgba(232, 229, 229, 0.5);
  color: rgb(141,141,141);
}
#info-columns-version-comparison {
  width: 100%;
  background-color: rgba(232, 229, 229, 0.5);
  color: rgb(86,96,106);
}
#info-columns-wrapper {
  width: 100%;
}

/* Index INFO COLUMNS */

#top-info-column-left {
  width: 617px;
  float: left;
  padding: 0 30px 0 0;
}

#top-info-column-left .info-column-box {
  margin-top: 60px;
  width: 617px;
}

#top-info-column-left .info-column-box .post h5 a {
  display: table;
  margin-bottom: 0.5em;
  padding: 0 19px;
  font-size: 1.25em;
  font-weight: 400;
}

#top-info-column-left .info-column-box .post a {
  display: table;
  margin-bottom: 2em;
  padding: 0 19px;
}

#top-info-column-left .info-column-box .post:last-of-type {
  margin-bottom: 16px;
}

#top-info-column-right {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}

#top-info-column-right .info-column-box {
  margin-top: 60px;
}

#top-info-column-right .info-column-box h5 a {
  font-size: 1.1em;
  font-weight: 400;
}

#bottom-info-column-left {
  width: 617px;
  min-height: 700px;
  float: left;
  padding: 0 30px 60px 0;
}

#bottom-info-column-left .info-column-box {
  margin-top: 60px;
  width: 617px;
}

#bottom-info-column-left .info-column-box iframe {
  margin-bottom: 16px!important;
  width: 94%!important;
  padding: 0 19px!important;
}

#bottom-info-column-right {
  width: 293px;
  float: left;
  padding-bottom: 50px;
}

#bottom-info-column-right .info-column-box {
  margin-top: 60px;
}

/* Other INFO COLUMNS */

#info-column-left {
  width: 100%;
  float: left;
  padding: 0 0 0 0;
}

#info-column-center {
  width: 100%;
  float: left;
  padding-bottom: 0;
}

#info-column-right {
  width: 100%;
  float: left;
  padding-bottom: 48px;
}

.info-column-box {
  box-sizing: border-box;
  float: left;
  display: inline;
  margin-top: 30px;
  width: 100%;
  border: 1px solid rgb(217,217,217);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #F8F8F8;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}

@media (min-width: 720px) {

  #info-column-left {
    width: 47%;
    float: left;
    padding: 0 30px 0 0;
  }

  #info-column-center {
    width: 47%;
    float: right;
    padding-bottom: 50px;
  }

  #info-column-right {
    width: 47%;
    float: left;
    padding-bottom: 50px;
  }

}

@media (min-width: 972px) {

  #info-column-left {
    width: 293px;
    float: left;
    padding: 0 30px 50px 0;
  }

  #info-column-center {
    width: 293px;
    float: left;
    padding-bottom: 50px;
  }

  #info-column-right {
    width: 293px;
    float: right;
    padding-bottom: 50px;
  }

}





.info-column-box-header {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #FCFCFD;
  height: 70px;
  margin-bottom: 16px;
}
.info-column-box-header h3 {
  padding: 8px 0 0 0px;
  float: left;
  font-size: 125%;
  letter-spacing: -0.035em;
}

.header-icon {
  width: 56px;
  height: 56px;
  margin: 7px 0 0 7px;
  background: url(../img/ui/header-icons.gif) no-repeat 0 0;
  float: left;
  display: inline;
}

.header-icon-from-the-blog {
  background-position: 0 0;
}
.header-icon-latest-tweets {
  background-position: -56px 0;
}

.header-icon-support {
  background-position: -112px 0;
}
.header-icon-multicore {
  background-position: -168px 0;
}
.header-icon-64-bit {
  background-position: -224px 0;
}
.header-icon-rosetta {
  background-position: -280px 0;
}

.header-icon-one-click-benchmark {
  background-position: -56px -56px;
}
.header-icon-cross-platform {
  background-position: 0px -56px;
}
.header-icon-results-browser {
  background-position: -112px -56px;
}

.header-icon-info {
  background-position: -168px -56px;
}
.header-icon-app-store {
  background-position: -224px -56px;
}

.header-icon-unlock {
  background-position: -224px -112px;
}

.header-icon-simple {
  background-position: -112px -112px;
}
.header-icon-flexible {
  background-position: -168px -112px;
}

.header-icon-general {
  background-position: -280px -56px;
}
.header-icon-sales {
  background-position: 0px -112px;
}
.header-icon-media {
  background-position: -56px -112px;
}

.header-icon-official-releases {
  background-position: -280px -112px;
}
.header-icon-experimental-builds {
  background-position: 0px -168px;
}
.header-icon-system-requirements {
  background-position: -56px -168px;
}

.header-icon-windows {
  background-position: -112px -168px;
}
.header-icon-ios {
  background-position: -280px -168px;
}
.header-icon-os-x {
  background-position: -224px -168px;
}
.header-icon-linux {
  background-position: -168px -168px;
}
.header-icon-android {
  background-position: 0 -224px;
}

.info-column-box #twitter-widget-2 {
  padding: 0 19px;
}

.info-column-box h5 a {
  display: table;
  margin-bottom: 0.5em;
  padding: 0 19px;
}
.info-column-box p {
  margin-bottom: 1em;
  padding: 0 19px;
}
.info-column-box strong {
  color: rgb(86,96,106);
}
.info-column-box ul {
  padding: 0 19px;
}

#buy-now-button-wrapper {
  width: 291px;
  height: 76px;
  margin: 0 0 20px 0;
  background: url(../img/ui/buy-now-button-bg.png) no-repeat 0 0;
  display: block;
}

#buy-now-button {
  float: left;
  margin: 13px 19px;
  border: 0;
  border-radius: 3px;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(115, 190, 0, 1);
  color: #ffffff;
  font-size: 14px;
  -moz-transition-duration: .25s;
  -moz-transition-property: background-color;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: background-color;
  -o-transition-duration: .25s;
  -o-transition-property: background-color;
  transition-duration: .25s;
  transition-property: background-color;
}

#buy-now-button:hover, #buy-now-button:focus {
  background-color: rgba(115, 190, 0, 0.85);
}


#info-column-doublewide {
  width: 616px;
  float: right;
  padding-bottom: 50px;
}
.info-column-box-doublewide {
  float: left;
  display: inline;
  margin-top: 30px;
  width: 614px;
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
}
.info-column-box-doublewide p {
  padding: 0 19px;
}

#doublewide-left {
  width: 303px;
  float: left;
  padding: 0 25px 0 19px;
  margin-bottom: 19px;
  border-right: 1px dotted rgb(205,205,205);
}
#doublewide-right {
  width: 223px;
  float: right;
  padding: 0 19px;
}
#doublewide-left p, #doublewide-right p {
  padding: 0;
}
#doublewide-left strong, #doublewide-right strong {
  border-top: 1px dotted rgb(205,205,205);
  width: 100%;
  display: block;
  padding: 14px 0 0 0;
}



/* FEED BOX ---------------------------- */

#feed {
}
#feed ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}



/* TWEET BOX ---------------------------- */

.tweet ul li {
  margin: 0 0 1.5em 0;
  padding: 0;
  background: none;
}
.tweet_time {
  text-transform: uppercase;
  font-size: 75%;
  width: 100%;
  display: block;
}
.info-column-box .twitter-link-home {
  border-top: 1px dotted rgb(205,205,205);
  padding: 16px 0 0 0;
  margin: 0 19px 19px 19px;
}



/* BLOG ---------------------------- */

.blog-container #main-content {
  padding-top: 32px;
}

@media (min-width: 720px) {
  .blog-container {
    padding-bottom: 64px;
  }
}

.blog-title {
  margin: 0 0 1.5em 0;
  padding: 16px 0 0;
}

.blog-container .blog-title h1 {
  margin-bottom: 8px;
}

.blog-title h1 {
  margin-bottom: 26px;
}

.blog-title .metadata {
  margin: 0;
  padding: 0;
}

.blog-content {
  text-shadow: none;
}

.blog-content p {
  line-height: 1.6em;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}


/* MAIN CONTENT ---------------------------- */

#main-content {
  width: 100%;
  float: left;
}

#main-content img {
  max-width: 100%;
  height: auto;
}


@media (min-width: 720px) {
  #main-content {
    width: 60%;
  }
}



#fullwidth {
  width: 100%;
}

.metadata {
  color: rgb(157,157,157);
}



/* RELATED POSTS ---------------------------- */

#related {
  border-top: 1px dotted rgb(205,205,205);
  padding: 20px 0 0 0;
}

#related h3 {
  margin: 0 0 5px 0;
}



/* TABLES ---------------------------- */

table {
  border-collapse: collapse;
  font-size: 12px;
  width: 100%;
  margin-bottom: 1.5em;
}

td {
  padding: 10px 5px 10px 5px;
  line-height: 1.2em;
}
tr {
}
.benchmark-desc, .submit-time {
  font-size: 10px;
}
th {
  line-height: 1.25em;
  text-align: left;
  font-weight: bold;
}
th.first-child, th.only-child {
  width: 150px;
}
th.last-child, td.last-child {
}

.benchmark-icon {
  width: 32px;
}

.benchmark-icon img {
  padding: 0px;
  border: 0px;
  background: none;
  vertical-align: center;
}

.benchmark-name {
  width: 200px;
  background-image: none;
}
.benchmark-name-150 {
  width: 150px;
  background-image: none;
}


.benchmark-score {
  text-align: center;
  vertical-align: center;
  font-size: 120%;
  width: 50px;
}
.benchmark-graph {
  vertical-align: center;
}
.benchmark-container {
}

.benchmark-bar {
  /* background-color: #44a4f0; */
  background-color: #44a4f0;
  vertical-align: middle;
  color: #fff;
  line-height: 36px;

}

.benchmark-bar-score {
  font-size: 120%;
  padding-left: 10px;
  color: #fff;
}

.old.benchmark-bar {
  /* background-color: #abb8c2; */
  /* background-color: #8eb8d9; */
  /* background-color: #819db3; */
  background-color: rgb(154, 154, 154);
}

.processor-name {
  width: 200px;
  background-image: none;
}
.processor-price {
  text-align: right;
  vertical-align: center;
}
.processor-score {
  text-align: right;
  vertical-align: center;
  font-size: 120%;
}
.processor-graph {
  vertical-align: center;
  width: 50%;
}


.test {
  border: 1px dotted rgb(205,205,205);
  background: url(../img/ui/info-column-box-bg.png) repeat 0 0;
  -moz-box-shadow: 0px 0px 10px rgba(111,111,111,0.1);
  -webkit-box-shadow: 0px 0px 5px rgba(111,111,111,0.1);
  box-shadow: 0px 0px 5px rgba(111,111,111,0.1); }


/* VERSION COMPARISON TABLE ---------------------------- */

#version-comparison-table { border-color: rgb(225,255,214); width: 940px; margin: 0 auto; border-collapse: separate; position: relative; border: none; font-size: 13px; }

#version-comparison-table th {  font: 140%/18px; font-weight: bold; color: rgb(85,79,86); vertical-align: middle; text-align: center; border: none; }
#version-comparison-table th.header { background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(205,205,205); border-width: 1px 1px 0 0px; width: 183px; height: 60px; vertical-align: middle; }
#version-comparison-table th.header-last { border-width: 1px 1px 0 0px; }
#version-comparison-table th.header-first { border-width: 1px 1px 0 1px; }
#version-comparison-table th.header span { color: rgb(33,166,243); text-transform: uppercase; font-size: 70%; font-weight: bold; }


#version-comparison-table .feature { width: 234px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
#version-comparison-table .feature-last { width: 494px; text-align: left; border: 1px solid rgb(221,220,223); border-width: 1px 1px 1px 0px; }
#version-comparison-table .column { text-align: center; background: url(../img/ui/info-column-box-bg.png) repeat 0 0; border: 1px solid rgb(221,220,223); border-width: 1px 1px 0px 0px; }
#version-comparison-table .column-last { border-width: 1px 1px 1px 0; }
#version-comparison-table .alt { background: url(../img/ui/info-column-box-bg-alt.png) repeat 0 0; }

#version-comparison-table .feature-first {  border-width: 1px 1px 0px 0px; }


.table-checkmark { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/checkmark-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }
.table-x { width: 18px; height: 18px; display: block; text-indent: -9999px; background: url(../img/ui/x-icon.png) no-repeat 0 0; margin: 2px auto 0 auto; }



/* SIDEBAR ---------------------------- */

#sidebar {
  float: left;
  padding: 50px 0 50px 0;
}

@media (min-width: 720px) {
  #sidebar {
    float: right;
    width: 32%;
  }
}

.sidebar-section {
  margin-bottom: 48px;
}

.sidebar-section a svg {
  fill: #067FC0;
  position: relative;
  top: 0px;
  margin-left: 2px;
  -moz-transition-duration: .25s;
  -moz-transition-property: fill;
  -webkit-transition-duration: .25s;
  -webkit-transition-property: fill;
  -o-transition-duration: .25s;
  -o-transition-property: fill;
}

  .sidebar-section a:hover svg {
    fill: #7bc000;
  }

  .sidebar-section .learn-more-wrapper a {
    border: 2px solid #067FC0;
    border-radius: 4px;
    padding: 1em 1.6em;
    background-color: transparent;
    color: #067FC0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
    top: 0;
  }

  .sidebar-section .learn-more-wrapper a:hover, .sidebar-section .learn-more-wrapper a:focus {
    background-color: #067FC0;
    color: #FFFFFF;
    top: -2px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
  }



/* HEADSHOT ----------------------------*/

.headshot-john {
  background-image: url(../img/authors/john.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-john {
    background-image: url(../img/authors/john@2x.jpeg);
  }
}

.headshot-anthony {
  background-image: url(../img/authors/anthony.jpeg);
  background-size: 34px 34px;
  width: 34px;
  height: 34px;
  margin-top: 3px;
  margin-right: 9px;
  float: left;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .headshot-anthony {
    background-image: url(../img/authors/anthony@2x.jpeg);
  }
}

/* JOBS ------------------------------ */

.jobs {
  background: #EFEEEE;
  padding-bottom: 2em;
}

.jobs-posting {
  padding-bottom: 4em;
}

.job-posting-title {
  margin-top: 34px;
}

.jobs .container:last-of-type {
  margin-bottom: 4em;
}

.jobs img {
  padding: 1em 0;
  border: 0;
  background: 0;
  width: 100%;
}

.jobs h2, .jobs h6 {
  text-align: center;
}

.jobs h6 {
  margin-bottom: 2em;
}

.jobs p {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

  .jobs .job-post {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
  font-size: 1.5em;
  line-height: 1.75;
}

/* Footer ---------------------------- */

#footer {
  padding-top: 48px;
  width: 100%;
  background-color: #212121;
}

#company{
  float: left;
}

#footerLogo img {
  border: 0;
  background: none;
}

#address {
  color: #FFFFFF;
  font-size: 11.2px;
  font-weight: 400;
  text-align: center;
}

#address p {
  line-height: 1.5em;
}

.footerNav {
  float: left;
  padding: 0 15px;
}

.footerNav h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.footerNav ul {
  margin-left: 0;
  padding: 0;
  margin: 0;
}

.footerNav ul li {
  margin: 0;
  margin-bottom: 0.2em;
  padding-left: 0;
  background: none;
  list-style-type: none;
}

.footerNav ul li a {
  color: #9B9B9B;
  font-size: 16px;
  line-height: 1.4;
  -webkit-transition: color 250ms ease;
  -moz-transition: color 250ms ease;
  -o-transition: color 250ms ease;
  transition: color 250ms ease;
}

.footerNav ul li a:hover,
.footerNav ul li a:active {
  color: rgba(255, 255, 255, 1);
}


#company{
  width: 100%;
  padding: 0;
  margin-bottom: 36px;
}

  .logo-footer {
    max-width: 152px;
    margin: 0 auto;
    display: block;
  }

  .footerDivider {
    display: block;
    margin-bottom: 32px;
  }

.footerNav {
  width: 40%;
}


@media (min-width: 620px) {

  .footerDivider {
    display: none;
    margin-bottom: 0;
  }

  .footerNav {
    width: 19.66667%;
  }

}

@media (min-width: 960px) {
    #company{
      padding: 0 15px;
      margin-bottom: 0;
      width: 16.66667%;
    }

    .footerNav {
      width: 16.66667%;
    }

}


#copyright {
  clear: both;
  padding: 48px 0 36px 0;
}

#copyright p {
  color: #9B9B9B;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}





.device-icon {
  width: 32px;
  height: 32px;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}

.ipad-2 {
  background-image: url(/assets/img/ios/ipad-2.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-2 {
    background-image: url(/assets/img/ios/ipad-2@2x.png);
  }
}


.ipad-3g {
  background-image: url(/assets/img/ios/ipad-3g.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-3g {
    background-image: url(/assets/img/ios/ipad-3g@2x.png);
  }
}


.ipad {
  background-image: url(/assets/img/ios/ipad.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad {
    background-image: url(/assets/img/ios/ipad@2x.png);
  }
}


.ipad-mini {
  background-image: url(/assets/img/ios/ipad-mini.png);
  background-size: 32px 32px;
}
@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ipad-mini {
    background-image: url(/assets/img/ios/ipad-mini@2x.png);
  }
}

/*!
 * Bootstrap v2.3.0
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 .clearfix:after,
 .columns:after,
 .col-6:after,
 .container:after {
   content: "";
   display: table;
   clear: both;
 }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}



		@media /* RETINIFY THE SPRITES */
		only screen and (-webkit-min-device-pixel-ratio: 2),
		only screen and (   min--moz-device-pixel-ratio: 2),
		only screen and (     -o-min-device-pixel-ratio: 2/1),
		only screen and (        min-device-pixel-ratio: 2),
		only screen and (                min-resolution: 192dpi),
		only screen and (                min-resolution: 2dppx) {

			.header-icon {
			  background-image: url(../img/ui/header-icons@2x.gif);
			  background-size: 336px 280px;
			}

		}




/* - CONTENT END ----------------------------------------------------------------------------------------------------- */


th.right, td.right {
  text-align: right;
}

/* - 404 Error Page ---------------------------- */

.error-page {
  margin: 25vh 0px;
  text-align: center;
}















/* - NEW INTRO ----------------------------------------------------------------------------------------------------- */


.product-gb-ml {
  background: #5C6873;
  padding: 60px 0;
  text-align: center;
}

.product-gb {
  background: #00579A;
  padding: 60px 0;
  text-align: center;
}

.product-gb-ml .learn-more-wrapper a:hover,
.product-gb-ml .learn-more-wrapper a:focus {
  background-color: #FFFFFF;
  color: #505865;
  top: -2px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
}




.product-promo-banner h1 {
  font-size: 100%;
  line-height: 1.2em;
  margin: 24px 0 16px 0;
}

.product-promo-banner h1 a {
  color: #FFFFFF;
  font-size: 2.5em;
  font-weight: 700;
  transition: all 0.1s ease;
}

.product-promo-banner h1 a:hover,
.product-promo-banner h1 a:focus {
  opacity: 0.8;
}

.product-promo-banner h2 {
  color: rgba(255,255,255,0.7);
  font-size: 1.2em;
  font-weight: normal;
  letter-spacing: normal;
}

.intro-gb-ml-icon {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 225px;
  background-image: url(../img/ui/banff/ios-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}

.intro-gb-icon {
  margin-left: auto;
  margin-right: auto;
  width: 225px;
  height: 225px;
  background-image: url(../img/ui/rosedale/app-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
}