article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 75%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* html {
  font-size: 100%; }

html {
  font-size: 16px;
  line-height: 1.5em; }

body {
  color: #555;
  font-family: "HelveticaNeue", Helvetica, Arial, serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0; }

*:focus {
  outline: none; }

ul, ol, p {
  margin: 0;
  padding: 0;
  border: 0; }

ul {
  list-style: none; }

p {
  color: #777;
  font-size: 0.875em;
  line-height: 1.71429em;
  margin-bottom: 1.5em;
  text-wrap: balanced; }
  p a {
    font-size: 1em;
    line-height: 1.5em; }
  @media (max-width: 479px) {
    p {
      font-size: 0.875em;
      line-height: 1.45714em; } }

a {
  font-size: 0.875em;
  line-height: 1.71429em;
  color: #369;
  text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

.iphone-break {
  display: none; }
  @media (max-width: 479px) {
    .iphone-break {
      display: block; } }

body {
  background-color: #eeeeef;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%; }

.container, .container-home {
  overflow: hidden;
  *zoom: 1;
  max-width: 640px;
  _width: 640px;
  padding-left: 0em;
  padding-right: 0em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background: #eaeaea;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.75); }
  .container:after, .container-home:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .container, .container-home {
      max-width: 960px;
      padding-left: 0em;
      padding-right: 0em;
      margin-left: auto;
      margin-right: auto; }
      .container:after, .container-home:after {
        content: "";
        display: table;
        clear: both; } }

.header {
  margin: 1.5em;
  margin-top: 0.75em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc; }
  .header .page-title {
    font-size: 1.75em;
    line-height: 1.71429em;
    padding-bottom: 0.225em; }

.content {
  padding: 0 1.5em;
  *zoom: 1; }
  .content:after {
    content: "";
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .header {
    margin-bottom: 1.875em; } }
.last {
  margin: 0;
  float: right; }

.top-bar {
  position: relative;
  *zoom: 1;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
  text-align: center; }
  .top-bar:after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 768px) {
    .top-bar {
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #666666), color-stop(100%, #333333));
      background: -webkit-linear-gradient(#666666, #333333);
      background: -moz-linear-gradient(#666666, #333333);
      background: -o-linear-gradient(#666666, #333333);
      background: linear-gradient(#666666, #333333); } }

.logo {
  float: left;
  padding-top: 3px;
  padding-left: 3px;
  font-size: 2em;
  line-height: 1.5em; }
  .logo a {
    display: block;
    color: #444444;
    color: inherit;
    text-decoration: inherit;
    cursor: inherit;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url('/images/logo-mobile.png?1369623590');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 130px;
    height: 57px; }
    .logo a:hover {
      color: rgba(0, 0, 0, 0.75); }
    .logo a:active, .logo a:focus {
      outline: none; }
  @media (min-width: 768px) {
    .logo {
      padding-left: 10px; }
      .logo a {
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        background-image: url('/images/logo.png?1369623590');
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 164px;
        height: 72px; } }

.menu-btn {
  cursor: pointer;
  display: block;
  padding: 13px 20px;
  width: 2em;
  float: right; }
  .menu-btn:hover {
    opacity: .75; }
  @media (min-width: 768px) {
    .menu-btn {
      display: none; } }
  .menu-btn .menu-btn-bar {
    display: block;
    margin-bottom: 7px;
    height: 2px;
    background-color: #ccc; }
    .menu-btn .menu-btn-bar:first-child {
      margin-top: 7px; }

.main-nav {
  display: none;
  *zoom: 1;
  clear: both; }
  .main-nav:after {
    content: "";
    display: table;
    clear: both; }
  .main-nav li {
    border-top: 1px solid #555; }
  .main-nav a {
    line-height: 35px;
    font-size: 16px;
    transition: color .2s .1s;
    display: block;
    color: #eee; }
    .main-nav a:active {
      background-color: rgba(200, 200, 200, 0.15); }
  .main-nav .active a {
    background: rgba(0, 0, 0, 0.3);
    color: white; }
  @media (min-width: 768px) {
    .main-nav {
      padding-right: 12px;
      display: block;
      float: right;
      margin: 0;
      clear: none; }
      .main-nav li {
        float: left;
        border-top: none; }
      .main-nav a {
        display: block;
        padding: 42px 12px 12px 12px;
        line-height: 24px;
        color: #cccccc;
        font-size: 0.9375em;
        line-height: 1.6em;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3); }
        .main-nav a:hover {
          color: white; } }

.open {
  display: block; }

.footer {
  padding: 1.5em;
  background: #D7D7D7; }

.contact-us-info {
  text-align: center;
  *zoom: 1; }
  .contact-us-info:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us-info li {
    display: inline;
    margin-top: 0.75em;
    padding-left: 1em; }
    .contact-us-info li:first-child {
      padding-left: 0; }
  @media (max-width: 640px) {
    .contact-us-info li {
      padding-left: 0;
      display: block; } }

.copyright {
  margin-top: 1.5em;
  text-align: center;
  color: #999;
  font-size: 0.875em;
  line-height: 1.71429em; }
  .copyright p {
    margin-bottom: 0; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 12px solid black;
  left: 5px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 12px solid black;
  left: 3px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3; }

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }
@media all and (max-width: 800px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.feature-list-item, .feature-item {
  display: none; }

.feature-list-item.active, .feature-item.active {
  display: block; }

.feature-list-tab.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 auto 0 -10px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #727272  transparent; }
  @media (min-width: 768px) {
    .feature-list-tab.active:after {
      border-width: 0 20px 20px 20px;
      margin: 0 auto 0 -20px; } }

.feature-list-content {
  background: url('/images/feature-list-content-bg.jpg?1369623590') repeat-x #b4b4b4; }

.feature-list-item {
  width: 100%;
  padding-bottom: 50%;
  background: transparent bottom center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#game-pad {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.feature-list-tabs {
  background: #d8d8d8;
  border-top: 18px solid #727272;
  padding: 0 1em;
  *zoom: 1; }
  .feature-list-tabs:after {
    content: "";
    display: table;
    clear: both; }
  .feature-list-tabs li {
    margin-bottom: 0;
    float: left;
    width: 30.66667%;
    float: left;
    margin-right: 4%;
    display: inline; }
    .feature-list-tabs li:last-child {
      float: right;
      margin-right: 0; }
  .feature-list-tabs li.last {
    margin: 0;
    float: right; }

.feature-list-tab {
  opacity: 0.8;
  position: relative;
  display: block;
  text-align: center; }
  .feature-list-tab:hover {
    background-color: #eeeeee; }
    .feature-list-tab:hover p {
      color: #727272; }
  .feature-list-tab.active {
    opacity: 1;
    background-color: #fff; }
  .feature-list-tab h3 {
    color: #6e6e6e;
    font-weight: bold;
    font-size: 1.25em;
    line-height: 0.96em; }
    .feature-list-tab h3 br {
      display: none; }
  .feature-list-tab a {
    padding: 0 12px;
    display: block;
    padding-top: 0.75em;
    padding-bottom: 1.5em; }
    .feature-list-tab a:hover {
      text-decoration: none; }
    @media (min-width: 768px) {
      .feature-list-tab a {
        padding-top: 1.5em;
        padding-bottom: 2.625em; } }
  .feature-list-tab p {
    margin-top: 0.75em;
    color: #6e6e6e;
    display: none; }
    .feature-list-tab p span {
      white-space: nowrap; }
  .feature-list-tab img {
    display: block;
    margin: 0 auto 7px;
    max-width: 100%; }
  @media (max-width: 640px) {
    .feature-list-tab h3 {
      font-size: 0.875em;
      line-height: 1.37143em; }
    .feature-list-tab a {
      padding: 12px 0; }
    .feature-list-tab img {
      display: block;
      margin: 0 auto 1px;
      max-width: 50%;
      height: 32px; } }
  @media (min-width: 768px) {
    .feature-list-tab h3 {
      font-size: 1.875em;
      line-height: 0.8em; }
    .feature-list-tab p {
      margin-bottom: 0;
      display: block; }
    .feature-list-tab img {
      height: auto; } }

.article {
  color: #777;
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .article {
      margin-right: 15%; } }
  .article h3 {
    color: #555;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-top: 1px dotted #bbb;
    padding-top: 1.5em; }
    .article h3:first-child {
      border-top: none;
      padding-top: 0; }
  .article h4 {
    font-weight: normal; }
  .article ol {
    margin-left: 1.2em; }
  .article ul {
    list-style: disc;
    margin-left: 1em; }
  .article li {
    font-size: 0.875em;
    line-height: 1.37143em; }
    @media (min-width: 768px) {
      .article li {
        font-size: 0.875em;
        line-height: 1.71429em; } }
  .article p {
    margin-bottom: 0; }
  .article a {
    word-break: break-all; }

.jobs-article {
  color: #777;
  margin-bottom: 3em; }
  @media (min-width: 768px) {
    .article {
      margin-right: 15%; } }
  .jobs-article h3 {
    color: #555;
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-top: 1px dotted #bbb;
    padding-top: 1.5em; }
    .jobs-article h3:first-child {
      border-top: none;
      padding-top: 0; }
  .jobs-article h4 {
    font-weight: normal; }
  .jobs-article ol {
    margin-left: 1.2em; }
  .jobs-article ul {
    list-style: disc;
    margin-left: 2em; }
  .jobs-article li {
    font-size: 0.875em;
    line-height: 1.37143em; }
    @media (min-width: 768px) {
      .jobs-article li {
        font-size: 0.875em;
        line-height: 1.71429em; } }
  .jobs-article p {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .jobs-article a {
    word-break: break-all; }

.jobs-article-table {
  margin-left: 2em;
  margin-right: 2em; } 
  .jobs-article-table table,th,td {
    border: 1px solid; }
  .jobs-article-table p {
    margin-top: 0;
    margin-bottom: 0; }
  
.last-paragraph {
  margin-top: 0.75em; }

@media (min-width: 768px) {
  .container-home h2 {
    font-size: 2em;
    line-height: 1.1em; } }

.hero {
  position: relative;
  text-align: center;
  color: #FFF;
  background: #808588 url('/images/hero-bg.jpg?1370254631') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  *zoom: 1;
  padding: 0 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .hero:after {
    content: "";
    display: table;
    clear: both; }
  .hero h1 {
    font-size: 1.75em;
    line-height: 1.71429em;
    margin-top: 0.375em; }
  .hero p {
    position: relative;
    z-index: 5;
    color: #fff;
    margin-bottom: 0;
    text-shadow: 0 1px 3px #5c5b63; }
  @media (min-width: 768px) {
    .hero {
      padding: 5em 0; }
      .hero h1 {
        font-size: 2.25em;
        line-height: 2em; }
      .hero p {
        font-size: 1.125em;
        line-height: 1.6em; } }

.download-link {
  margin-right: 4%; }
  .download-link:last-child {
    margin-right: 0; }
  .download-link img {
    max-width: 154px;
    height: auto; }
  @media (max-width: 640px) {
    .download-link img {
      width: 130px;
      height: auto; } }
  @media (min-width: 768px) {
    .download-link img {
      max-width: 20%; } }

.hero-whats-new {
  position: relative;
  *zoom: 1;
  text-align: center;
  background: #dce3e4;
  padding: 1em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .hero-whats-new:after {
    content: "";
    display: table;
    clear: both; }
  .hero-whats-new h2 {
    font-size: 1.5em;
    line-height: 1em;
    color: #0F748D; }
    .hero-whats-new h2 span {
      white-space: nowrap; }
  .hero-whats-new p {
    color: #999;
    margin: 0 auto;
    font-size: 0.75em;
    line-height: 1.5em;
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    width: 82.66667%; }
  .hero-whats-new .youtube img:hover {
    opacity: 0.75; }
  .hero-whats-new img {
    padding: 0.5em;
    max-width: 40%; }
  @media (min-width: 768px) {
    .hero-whats-new {
      padding-top: 2.25em;
      padding-bottom: 2.25em;
      text-align: left;
      padding-left: 12%;
      padding-right: 15%; }
      .hero-whats-new img {
        padding: 0; }
      .hero-whats-new h2 {
        margin-top: 0.25em; }
      .hero-whats-new p {
        width: auto;
        font-size: 0.9375em;
        line-height: 1.6em; }
      .hero-whats-new .youtube img {
        float: left;
        width: 25%;
        margin-right: 1em; } }

.hero-other-animal {
  display: block;
  position: absolute;
  z-index: 3;
  width: 8em;
  right: -200px;
  bottom: -45px;
  transition: right .5s .5s, width .5s; }
  @media (min-width: 768px) {
    .hero-other-animal {
      width: 10em;
      transition: right .5s .5s;
      right: 5px; } }

.hero-other-info-text {
  position: relative;
  z-index: 3;
  overflow: hidden;
  *zoom: 1; }

.download-cloud {
  padding: 1.5em;
  padding-top: 2.25em;
  background: url('/images/download-cloud-bg.png?1369623590') repeat top left; }
  .download-cloud p {
    margin-top: 0.75em;
    margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .download-cloud {
      padding-left: 15%;
      padding-right: 15%;
      padding-top: 3em;
      padding-bottom: 0; } }

.download-cloud-photos img {
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 3em; }
.download-cloud-photos .download-cloud-photo-devide {
  -webkit-transition: 0.4s 0.1s;
  -moz-transition: 0.4s 0.1s;
  -o-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
  display: none; }
@media (min-width: 768px) {
  .download-cloud-photos {
    margin: 0 -3em;
    text-align: center; }
    .download-cloud-photos:after {
      content: "";
      display: table;
      clear: both; }
    .download-cloud-photos img {
      max-width: 100%;
      margin-top: 1.5em;
      vertical-align: middle; }
    .download-cloud-photos .left {
      width: 40.52288%;
      float: left;
      margin-right: 1.96078%; }
      .download-cloud-photos .left img {
        position: relative;
        right: -20px; }
    .download-cloud-photos .mid {
      width: 15.03268%;
      float: left;
      margin-right: 1.96078%; }
      .download-cloud-photos .mid img {
        display: inline;
        position: relative;
        left: -10px; }
    .download-cloud-photos .right {
      width: 40.52288%;
      float: right;
      margin-right: 0; }
      .download-cloud-photos .right img {
        position: relative;
        left: -20px; } }

.feature-list {
  *zoom: 1; }
  .feature-list:after {
    content: "";
    display: table;
    clear: both; }

.flash {
  *zoom: 1;
  position: relative;
  padding: 0 1.5em;
  padding-top: 2.25em;
  background-color: #FFF; }
  .flash:after {
    content: "";
    display: table;
    clear: both; }
  .flash h2 {
    color: #684B49;
    margin-bottom: 0.75em; }
  .flash p {
    max-width: 650px;
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  .flash img {
    display: block;
    margin: 0 auto; }

@media (min-width: 768px) {
  .flash-text {
    padding-top: 3.75em;
    margin-right: 4.90196%;
    width: 40.52288%;
    float: right; } }
@media (min-width: 768px) and (max-width: 900px) {
  .flash-text {
    margin-top: -6.5%;
    width: 49.01961%;
    margin-right: 0; } }

@media (min-width: 768px) {
  .flash-photo {
    width: 49.01961%;
    float: right; } }
@media (min-width: 768px) and (max-width: 800px) {
  .flash-photo {
    padding-bottom: 1em; } }

.flash-logo {
  left: 0;
  bottom: -7.5%;
  position: absolute;
  width: 100%; }
  @media (min-width: 768px) {
    .flash-logo {
      left: 0;
      bottom: -17.5%; } }

.speed {
  *zoom: 1;
  overflow: hidden;
  padding: 0 1.5em;
  padding-top: 5em;
  background: #79642f url('/images/speed-bg.jpg?1369623590') no-repeat top center;
  -webkit-background-size: 150%;
  -moz-background-size: 150%;
  -o-background-size: 150%;
  background-size: 150%; }
  .speed:after {
    content: "";
    display: table;
    clear: both; }
  .speed p {
    color: #8d7d4e;
    margin-top: 0.75em;
    margin-bottom: 2.25em; }
  @media (max-width: 640px) {
    .speed {
      -webkit-background-size: 300%;
      -moz-background-size: 300%;
      -o-background-size: 300%;
      background-size: 300%; } }
  @media (min-width: 768px) {
    .speed {
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; } }

@media (min-width: 768px) {
  .speed-text {
    margin-top: 4.5em;
    margin-bottom: 1.5em;
    float: right;
    width: 54.24837%;
    margin-right: 3.26797%; } }

.speed-photos {
  position: relative;
  padding-bottom: 30%; }
  .speed-photos .meta {
    font-size: 0.8125em;
    line-height: 1.84615em;
    text-align: right;
    z-index: 6;
    color: rgba(151, 138, 101, 0.75);
    position: absolute;
    top: -2em;
    right: 0; }
  .speed-photos img {
    max-width: 70%; }
  @media (min-width: 580px) {
    .speed-photos .meta {
      top: 0; } }
  @media (min-width: 768px) {
    .speed-photos {
      clear: both;
      padding-bottom: 25%; }
      .speed-photos .meta {
        width: 250px;
        font-size: 1.25em;
        line-height: 1.2em;
        top: 4%;
        right: 4%; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .speed-photos .meta {
      top: -1em; } }

.speed-fast {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 5; }
  @media (min-width: 768px) {
    .speed-fast {
      position: absolute;
      top: 5%;
      left: 5%;
      z-index: 5; } }

.speed-slow {
  position: absolute;
  top: 15%;
  right: 0%; }
  @media (min-width: 768px) {
    .speed-slow {
      position: absolute;
      top: 20%;
      right: 0; } }

.speed-compare {
  position: relative;
  background-color: #212e3e; }
  .speed-compare img {
    display: none;
    margin: 0 auto; }
  .speed-compare .speed-compare-mobile-version {
    padding-bottom: 1em;
    display: block; }
  @media (min-width: 768px) {
    .speed-compare {
      padding-top: 0; }
      .speed-compare img {
        width: 100%; }
      .speed-compare .speed-compare-desktop-version {
        display: block; }
      .speed-compare .speed-compare-mobile-version {
        display: none; } }

.speed-compare-text {
  padding: 0 1.5em;
  padding-top: 2em; }
  .speed-compare-text h2 {
    color: #FFF; }
  .speed-compare-text p {
    color: #b1c2cc;
    margin-top: 0.75em;
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .speed-compare-text {
      padding-top: 1.5em;
      position: absolute;
      width: 66.01307%;
      top: 47px;
      left: 27%; } }
  @media (min-width: 768px) and (max-width: 900px) {
    .speed-compare-text {
      top: 6px; } }

.feature-tabs {
  *zoom: 1; }
  .feature-tabs:after {
    content: "";
    display: table;
    clear: both; }

.feature-tab {
  -moz-border-radius-topleft: 8px;
  -webkit-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -moz-border-radius-topright: 8px;
  -webkit-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #e2e2e2;
  text-align: center;
  width: 48%;
  float: left;
  margin-right: 4%;
  display: inline; }
  .feature-tab:last-child {
    float: right;
    margin-right: 0; }
  .feature-tab.last {
    margin: 0;
    float: right; }
  .feature-tab:hover, .feature-tab:active {
    background-color: #d2d2d2; }
    .feature-tab:hover a, .feature-tab:active a {
      text-decoration: none; }
  .feature-tab.active {
    -moz-border-radius-topleft: 8px;
    -webkit-border-top-left-radius: 8px;
    border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    background: #FFF; }
  .feature-tab a {
    color: #444;
    font-size: 1.125em;
    line-height: 2.66667em;
    display: block;
    font-weight: bold; }
  @media (min-width: 768px) {
    .feature-tab {
      width: 49.01961%;
      float: left;
      margin-right: 1.96078%; } }

.feature-container {
  background-color: #FFF;
  margin-bottom: 2.25em;
  padding: 1.5em; }
  @media (min-width: 768px) {
    .feature-container {
      padding: 0; }
      .feature-container:after {
        content: "";
        display: table;
        clear: both; } }

.feature-content {
  padding-bottom: 1.5em;
  border-bottom: 1px solid #ccc; }
  .feature-content img {
    display: block;
    margin: 0 auto; }
  @media (min-width: 768px) {
    .feature-content {
      width: 66.01307%;
      float: left;
      margin-right: 1.96078%;
      background-color: #fff;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      border-bottom: none;
      padding: 1.5em; }
      .feature-content img {
        display: block;
        margin: 0 auto; } }

#android .feature-content img {
  margin-top: -1em; }
  @media (min-width: 768px) {
    #android .feature-content img {
      margin-top: -4em; } }

.feature-content-title {
  letter-spacing: -1px;
  font-size: 1.5em;
  line-height: 1.25em;
  margin-bottom: 0.375em; }
  @media (min-width: 768px) {
    .feature-content-title {
      font-size: 3em;
      line-height: 1em;
      margin-bottom: 0.375em; } }

.feature-content-list {
  color: #777;
  list-style-type: disc;
  margin-left: 1em;
  font-size: 0.875em;
  line-height: 1.54286em; }
  .feature-content-list li {
    margin-bottom: 0.675em; }

@media (min-width: 768px) {
  .feature-thumbs {
    width: 32.02614%;
    float: right;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px dotted #ccc;
    margin-top: 1.5em;
    margin-bottom: 3em; } }

.feature-thumb {
  text-align: center;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  padding: 0 1.5em; }
  .feature-thumb h3 {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 1.5em; }
  .feature-thumb img {
    max-width: 80%; }
    .feature-thumb img:hover {
      opacity: 0.85; }
  .feature-thumb:last-child img {
    border-bottom: none; }
  @media (min-width: 768px) {
    .feature-thumb:first-child {
      margin-top: 0; } }

.download {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1.5em;
  margin-bottom: 2.25em;
  background-color: #fff; }
  .download h2 {
    position: relative;
    z-index: 3;
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
    .download h2 img {
      display: none; }
  @media (min-width: 768px) {
    .download {
      width: 49.01961%;
      float: left;
      margin-right: 1.96078%;
      background-color: #fff;
      margin-top: 4.5em;
      margin-bottom: 3em; }
      .download:last-child {
        float: right;
        margin-right: 0; }
      .download:after {
        content: "";
        display: table;
        clear: both; }
      .download h2 {
        padding-top: 0.75em;
        padding-bottom: 0.75em; }
        .download h2 img {
          display: block;
          width: 100px;
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 30%; }
        .download h2 .android-icon {
          display: block;
          width: 120px;
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 105%; } }

.download-item {
  background-color: #FFF;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  border-top: 1px dotted #999; }
  .download-item h3 {
    font-size: 1.5em;
    line-height: 1em;
    margin-bottom: 0.375em; }
  @media (min-width: 768px) {
    .download-item {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      height: 580px;
      padding-bottom: 0em;
      padding-top: 1.125em; } }

.download-thumb {
  text-align: center;
  *zoom: 1;
  margin-top: 1.125em;
  margin-bottom: 0.75em; }
  .download-thumb:after {
    content: "";
    display: table;
    clear: both; }
  .download-thumb img {
    vertical-align: middle;
    max-width: 48%; }
  .download-thumb .puffin-app-icon {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    margin-bottom: 1.5em; }
  .download-thumb .qr-code {
    margin-left: 12%;
    max-width: 24%; }
  @media (min-width: 768px) {
    .download-thumb {
      margin-bottom: 1.125em; } }

.cloudmosa-news {
  background-color: #FFF;
  margin-bottom: 2.25em;
  padding: 1.5em;
  padding-top: 2.25em;
  padding-bottom: 2.25em; }
  .cloudmosa-news h3 {
    font-size: 1.5em;
    line-height: 1em; }
  @media (min-width: 768px) {
    .cloudmosa-news {
      background-color: transparent;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 0;
      padding-top: 0;
      padding-left: 0;
      width: 66.01307%;
      float: left;
      margin-right: 1.96078%; } }

.cloudmosa-news-list {
  margin-top: 0.75em; }
  .cloudmosa-news-list li {
    margin-top: 0.375em; }
  .cloudmosa-news-list a {
    font-size: 1em;
    color: #369; }
  .cloudmosa-news-list strong {
    color: #b1402c;
/*    font-size: 1.125em;  */
    font-size: 1.1em;
    line-height: 1.33333em; }

.cloudmosa-news-date {
  font-size: 1em;
  line-height: 1.71429em;
  display: block;
  color: #A2AFAF; }

.media-news {
  background-color: #FFF;
  margin-bottom: 2.25em;
  padding: 1.5em;
  padding-top: 2.25em;
  padding-bottom: 2.25em; }
  .media-news h2 {
    margin-bottom: 0.375em; }
  @media (min-width: 768px) {
    .media-news {
      padding: 0;
      background-color: transparent;
      width: 32.02614%;
      float: right;
      margin-right: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.media-news-list {
  padding-left: 1em; }
  .media-news-list li {
    margin-bottom: 4px;
    border-left: 4px solid #687b7c;
    padding-left: 1em;
    line-height: 1.35;
    padding-bottom: 0.75em; }
    .media-news-list li a {
      line-height: 1;
      color: #369; }
  .media-news-list .media-news-year {
    margin-left: -2em;
    padding-bottom: 0;
    color: #687B7C;
    border-left: none; }

.media-news-date {
  font-size: 0.875em;
  line-height: 1.71429em; }

.customer-reviews {
  background-color: #FFF;
  margin-bottom: 2.25em;
  padding: 1.5em;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  @media (min-width: 768px) {
    .customer-reviews {
      width: 66.01307%;
      float: left;
      margin-right: 1.96078%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }

.customer-reviews-meta {
  margin-top: 0.375em; }

.customer-review-item {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border-top: 1px dotted #ccc;
  padding-top: 0.75em; }
  .customer-review-item p {
    margin-bottom: 0; }

.customer-review-title {
  font-weight: normal;
  color: #4291ab; }

.customer-review-grade {
  margin-top: 0.375em;
  margin-bottom: 0.375em;
  color: #FCD71D; }

.customer-reviw-meta {
  display: block;
  color: #aaa; }

.about-overview {
  background-color: #FFF;
  margin-bottom: 3em;
  padding: 1.5em; }
  .about-overview h2 {
    margin: 0; }
  .about-overview p {
    margin-top: 0.75em; }

.about-member {
  background: #FFF;
  *zoom: 1;
  margin-bottom: 2.25em;
  padding: 1.5em; }
  .about-member:after {
    content: "";
    display: table;
    clear: both; }
  .about-member h2 {
    margin-bottom: 1.125em; }

.member-info {
  margin-bottom: 0.75em;
  float: left; }
  .member-info img {
    display: block;
    margin: 0 auto;
    margin-bottom: 1em;
    max-width: 100%;
    height: auto; }

.member-name, .member-job {
  font-size: 0.875em;
  line-height: 1.71429em;
  font-weight: bold; }

.member-work-exp {
  font-size: 0.875em;
  line-height: 1.71429em;
  text-align: left;
  clear: both; }

.about-service {
  background-color: #FFF;
  margin-bottom: 2.25em;
  padding: 1.5em; }
  .about-service p {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  .about-service img {
    display: block;
    margin: 0 auto; }

.about-join-us {
  background-color: #fff;
  padding: 1.5em;
  margin-bottom: 2.25em; }
  .about-join-us p {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  @media (min-width: 768px) {
    .about-join-us {
      background-color: transparent;
      padding-left: 33.98693%;
      margin-bottom: 0; } }

@media (min-width: 768px) {
  .about-overview {
    background: transparent url('/images/about-fish.png?1369623590') left bottom no-repeat;
    background-color: transparent;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    padding-top: 0em;
    margin-bottom: 0;
    padding-left: 33.98693%; }

  .about-deteil {
    clear: both;
    background-color: #FFF;
    background: transparent url('/images/about-bg.png?1369623590') left top repeat-y;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
    .about-deteil:after {
      content: "";
      display: table;
      clear: both; }

  .about-member {
    position: relative;
    width: 32.02614%;
    float: left;
    margin-right: 1.96078%;
    background-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 3.5em; }

  .about-service {
    background-color: transparent;
    width: 66.01307%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0; } }
@media (min-width: 768px) {
  .business-header {
    margin: 0;
    padding: 0 1.5em;
    border-bottom: none;
    padding-top: 1.5em;
    background: transparent url('/images/business-hero-bg2.jpg?1370254631') center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .business-header p {
      color: #555;
      width: 43%;
      padding-bottom: 13.5em; } }
@media (min-width: 768px) {
  .education-header {
    margin: 0;
    padding: 0 1.5em;
    border-bottom: none;
    padding-top: 1.5em;
    background: transparent url('/images/education-hero-bg.png?1370254631') center bottom no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .education-header p {
      color: #555;
      width: 57.51634%;
      padding-bottom: 13.5em; } }

pre {
  font-family: monospace, serif;
  font-size: 0.875em; }

.news-table {
    border: 1px solid gray;
    padding: 5px; }

.news-table th, td{
/*    border: 1px solid gray; */
    padding: 5px;}

.news-table img {
    vertical-align: middle; }

.news-table strong {
    color: #b1402c; }

.cloudmosa-news-list li {
    font-size: 0.875em;
    color: #111;
}

.about-press-kit {
  background-color: #fff;
  padding: 1.5em;
  margin-bottom: 2.25em;
}

.about-press-kit-box {
    padding: 1.5em;
    background-color: #b2d5eb;
}
.about-press-kit-box a {
    color: #fff;
}
  @media (min-width: 768px) {
    .about-press-kit {
      background-color: transparent;
      padding-left: 33.98693%;
      padding-top: 0;
      margin-bottom: 0; }
  }

.benchmark {
}

.benchmark h3 {
    margin-top: 20px;
    margin-bottom: 12px;
}

.benchmark p {
    margin-bottom: 0px;
}

.benchmark h4 {
    padding-bottom: 12px;
}

.benchmark-image-box {
    padding-left: 22px;
    margin-top: 16px;
}

.benchmark table {
    margin-bottom: 24px;
}

.benchmark td {
    width: 170px;
}

.download-to-cloud p {
    padding-top: 12px;
    padding-bottom: 12px;
}

.download-cloud2 {
  padding: 1.5em;
  padding-top: 2.25em;
  background: url('/images/download-cloud-bg.png?1369623590') repeat top left; }
  .download-cloud2 p {
    margin-top: 0.75em;
    margin-bottom: 1.5em; }
  @media (min-width: 768px) {
    .download-cloud2 {
      padding-left: 15%;
      padding-right: 15%;
      padding-top: 1em;
      padding-bottom: 0; } }

.download-cloud-photos2 img {
  display: block;
  margin: 0 auto;
  margin-top: 3em;
  margin-bottom: 0em; }
.download-cloud-photos2 .download-cloud-photo-devide {
  -webkit-transition: 0.4s 0.1s;
  -moz-transition: 0.4s 0.1s;
  -o-transition: 0.4s 0.1s;
  transition: 0.4s 0.1s;
  display: none; }
@media (min-width: 768px) {
  .download-cloud-photos2 {
    margin: 0 -3em;
    text-align: center; }
    .download-cloud-photos2:after {
      content: "";
      display: table;
      clear: both; }
    .download-cloud-photos2 img {
      max-width: 100%;
      margin-top: 1.5em;
      vertical-align: middle; }
    .download-cloud-photos2 .left {
      width: 40.52288%;
      float: left;
      margin-right: 1.96078%; }
      .download-cloud-photos2 .left img {
        position: relative;
        right: -20px; }
    .download-cloud-photos2 .mid {
      width: 15.03268%;
      float: left;
      margin-right: 1.96078%; }
      .download-cloud-photos2 .mid img {
        display: inline;
        position: relative;
        left: -10px; }
    .download-cloud-photos2 .right {
      width: 40.52288%;
      float: right;
      margin-right: 0; }
      .download-cloud-photos2 .right img {
        position: relative;
        left: -20px; } }

.highlight {
    color: #cc3333;
}

/*** Add by Easter ***/

.btn{
  background: #0F748D;
  padding: 4px 16px;
  color: #fff;
  border-radius: 4px;
  display: inline-block;
}
.btn:hover{
  background: #1494b3;
}
.hero-whats-new, 
.hero-whats-new p{
  color: #444;
}
#puffin5-highlight{
  color: #444;
  font-size: 0.8em;
  line-height: 1.2;
}
#puffin5-highlight li{
  overflow: hidden;
  margin-bottom:10px;
  width: 33.333%;
  float:left;
  padding: 0 20px 0 0px;
  text-align: left;
  box-sizing:border-box;
  min-height: 80px;
  line-height: 80px;
  position: relative;
}
#puffin5-highlight .icon{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  left: 0;
}
#puffin5-highlight .text{
  display: inline-block;
  vertical-align: middle;
  padding-left: 60px;
  line-height: 1.2;
}
#puffin5-highlight .icon img{
  width: 100%;
  max-width: 100%;
  padding: 0;
}
@media (max-width: 800px) {
  #puffin5-highlight li{
    width: 50%;
    min-height: 60px;
    line-height: 60px;
  }
  #puffin5-highlight .icon{
    top: 5px;
  }
}
@media (max-width: 490px) {
  #puffin5-highlight li{
    margin-bottom: 5px;
    width: 100%;
    float: none;
    min-height: 32px;
    line-height: 32px;
    padding: 0;
  }
  #puffin5-highlight .icon{
    width: 32px;
    height: 32px;
    top: 0;
  }
  #puffin5-highlight .text{
    padding-left: 37px;
  }
}