@charset "UTF-8";
@import "https://lendit.s3.amazonaws.com/lendit-iconfont/old-version/cf37d3e5.css";
/* border-radius */
/* button-link */
/* clearfix */
/* cta */
/* cta-outline-blue */
/* cta-solid-blue */
/* cta-solid-green */
/* font-icon */
/* go */
/* header-elgant */
.header-elegant {
  display: block;
  margin: 2rem auto;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  color: #89be2e; }
  .header-elegant:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    top: .9rem;
    z-index: 0;
    background-image: linear-gradient(to right, transparent, rgba(137, 190, 46, 0.9), transparent);
    height: 1px; }
    .USA .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(43, 108, 216, 0.9), transparent); }
    .Europe .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(193, 60, 131, 0.9), transparent); }
    .China .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(223, 83, 39, 0.9), transparent); }
  .header-elegant b {
    font-size: 1.1rem;
    position: relative;
    padding-left: .5rem;
    padding-right: .5rem;
    padding-top: .1rem;
    padding-bottom: .1rem;
    line-height: 1.4;
    z-index: 1;
    display: table;
    background: #fff;
    margin: auto;
    box-shadow: 0 0 10px rgba(137, 190, 46, 0.1);
    background: #ecf6db; }
    .USA .header-elegant b {
      box-shadow: 0 0 10px rgba(43, 108, 216, 0.1);
      background: #edf2fc; }
    .China .header-elegant b {
      box-shadow: 0 0 10px rgba(223, 83, 39, 0.1);
      background: #fdf2ef; }
    .Europe .header-elegant b {
      box-shadow: 0 0 10px rgba(193, 60, 131, 0.1);
      background: #f8eaf2; }
  .header-elegant:after {
    background-image: linear-gradient(to right, transparent, rgba(137, 190, 46, 0.3), transparent); }
  .USA .header-elegant {
    color: #2b6cd8; }
    .USA .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(43, 108, 216, 0.3), transparent); }
  .China .header-elegant {
    color: #df5327; }
    .China .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(223, 83, 39, 0.3), transparent); }
  .Europe .header-elegant {
    color: #c13c83; }
    .Europe .header-elegant:after {
      background-image: linear-gradient(to right, transparent, rgba(193, 60, 131, 0.3), transparent); }

/* hero-q */
/* linear-gradient */
/* maintain-aspect-ratio */
/* make-font-size */
/* mappy-breakpoints */
/* mixin-year-china-past */
/* mixin-year-china-upcoming */
/* mixin-year-europe-past */
/* mixin-year-europe-upcoming */
/* mixin-year-icon-past */
/* mixin-year-icon-upcoming */
/* mixin-year-pointer-desktop */
/* mixin-year-pointer-mobile */
/* mixin-year-usa-past */
/* mixin-year-usa-upcoming */
/* year-arrow-border */
/* new */
/* h1 */
/* h2 */
/* h3 */
/* h4 */
/* h5 */
/* h6 */
/* p */
/* li */
/* DEPRECATING: */
/* bene-1 */
/* bene-2 */
/* bene-3 */
/* col-left */
/* col-right */
/* grid1512b */
/* grid1512c */
/* hero1512a */
/* za-breakpoints */
/* za-button */
/* za-h1 */
/* za-h2 */
/* za-h3 */
/* za-h4 */
/* za-hero-h1-extra-small */
/* za-hero-h1-large */
/* za-hero-h1-medium */
/* za-hero-h1-small */
/* za-hero-h2 */
/* za-mdash */
/* za-p */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 87.5%;
  line-height: 1.5; }
  @media all and (min-width: 37.5em) {
    html {
      font-size: 92.1875%;
      line-height: 1.55; } }
  @media all and (min-width: 47.5em) {
    html {
      font-size: 96.875%;
      line-height: 1.6; } }
  @media all and (min-width: 75em) {
    html {
      font-size: 104.6875%;
      line-height: 1.65; } }
  @media all and (min-width: 87.5em) {
    html {
      font-size: 109.375%;
      line-height: 1.7; } }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  font-size: 18px;
  font-family: "Gotham", "Gotham", "Gotham SSm A", "Gotham SSm B", "Arial";
  padding: 0;
  margin: 0;
  font-weight: 300;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
      display: block; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    body {
      display: block; } }

section {
  margin-top: 3.5rem;
  margin-bottom: 2rem; }
  section:before {
    content: '';
    position: absolute;
    margin-top: -1.7rem;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(137, 190, 46, 0.5), transparent);
    display: block;
    width: 100%;
    left: 0; }
  section:first-of-type {
    margin-top: 1rem; }
    section:first-of-type:before {
      display: none; }

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

strong {
  font-weight: 500; }

a {
  text-decoration: none;
  color: #65a000; }
  .USA a {
    color: #009FFF; }
  .China a {
    color: #ed1b52; }
  .Europe a {
    color: #A344E7; }
  a:hover {
    cursor: pointer;
    text-decoration: underline; }

h1 {
  font-size: 2.1617rem;
  line-height: 2.37787rem;
  margin-bottom: 0.9rem; }

h2 {
  font-size: 1.85284rem;
  line-height: 2.2234rem;
  margin-bottom: 0.9rem; }

h3 {
  font-size: 1.5881rem;
  line-height: 2.06453rem;
  margin-bottom: 0.9rem; }

h4 {
  font-size: 1.36119rem;
  line-height: 1.90566rem;
  margin-bottom: 0.9rem; }

h5 {
  font-size: 1.1667rem;
  line-height: 1.75005rem;
  margin-bottom: 0.9rem; }

h6 {
  font-size: 1rem;
  line-height: 1.6rem;
  margin-bottom: 0.9rem; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, transparent, rgba(137, 190, 46, 0.5), transparent); }
  .USA hr {
    background-image: linear-gradient(to right, transparent, rgba(43, 108, 216, 0.5), transparent); }
  .Europe hr {
    background-image: linear-gradient(to right, transparent, rgba(193, 60, 131, 0.5), transparent); }
  .China hr {
    background-image: linear-gradient(to right, transparent, rgba(223, 83, 39, 0.5), transparent); }

.main-wrap {
  flex: 1;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 300;
  padding-bottom: 2.5rem; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .main-wrap {
      display: block; } }
  @media (min-width: 600px) {
    .main-wrap {
      padding-bottom: 3.75rem; } }

p {
  font-size: 1rem;
  margin-bottom: 0.9rem; }

[class^="row"] {
  margin-left: 1rem;
  margin-right: 1rem; }
  [class^="row"] .column {
    margin: auto; }
  .main-wrap > div:first-child > div:first-child > [class^="row"]:first-child {
    padding-top: 2.5rem; }
    @media (min-width: 600px) {
      .main-wrap > div:first-child > div:first-child > [class^="row"]:first-child {
        padding-top: 3.75rem; } }
  .main-wrap > div:first-child > div.announcement-area:first-child > [class^="row"]:first-child {
    padding-top: 0; }
    @media (min-width: 600px) {
      .main-wrap > div:first-child > div.announcement-area:first-child > [class^="row"]:first-child {
        padding-top: 0; } }
  .main-wrap > div:first-child > div:first-child > [class^="row"].border-top:first-child {
    padding-top: 0;
    position: relative;
    border-top: 2px solid #fff; }

[class^="row"] .mobile-full {
  margin-left: 0;
  margin-right: 0; }

.row-full .column {
  max-width: none; }

.row-medium .column {
  max-width: 67.5rem; }

@media (max-width: 600px) {
  .row-mobile-nav {
    margin-left: 0;
    margin-right: 0; } }
.row-mobile-nav .column {
  max-width: 45rem; }

.row .column {
  max-width: 45rem; }

.row-wide .column {
  max-width: 90rem; }

.main-front-page .byline {
  text-align: center; }
  .main-front-page .byline i {
    display: none; }
  @media (min-width: 600px) {
    .main-front-page .byline {
      text-align: left; } }
.main-front-page h3 {
  margin-top: 1.5rem; }
  @media (min-width: 600px) {
    .main-front-page h3 {
      margin-top: 3rem; } }
.main-front-page .item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  max-width: 51rem;
  margin: 0 auto;
  position: relative; }
  .main-front-page .item:before {
    content: '';
    display: block;
    width: 100%;
    height: 0.45rem;
    left: 0;
    right: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background: #eef1f3; }
  @media (min-width: 600px) {
    .main-front-page .item {
      border-top: 1px solid #ddd; }
      .main-front-page .item:before {
        display: none; } }
  .main-front-page .item header {
    text-align: center; }
    @media (min-width: 600px) {
      .main-front-page .item header {
        text-align: left; } }
    .main-front-page .item header a {
      text-decoration: none;
      color: #425563; }
      .main-front-page .item header a img {
        display: block;
        width: 80%;
        max-width: 360px;
        margin: 1rem auto; }
      .main-front-page .item header a div {
        font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial";
        font-size: 1.5881rem;
        line-height: 2.06453rem; }
    .main-front-page .item header:hover div {
      color: #89be2e; }
  @media (min-width: 600px) {
    .main-front-page .item header {
      margin-left: 30%; }
      .main-front-page .item header a img {
        margin: 0;
        position: absolute;
        left: 1rem;
        bottom: 0;
        width: 26%;
        top: 3.45rem;
        object-fit: scale-down;
        object-position: top center; }
    .main-front-page .item .byline {
      margin-left: 30%; }
    .main-front-page .item .excerpt {
      margin-left: 30%; } }
  .main-front-page .item:first-of-type {
    border-top: 1px solid #fff; }
    .main-front-page .item:first-of-type:before {
      display: none; }
.main-front-page .the_champ_sharing_container.the_champ_horizontal_sharing {
  display: none; }

.lendit-pagination-bottom {
  max-width: 51rem;
  margin: 2rem auto; }
  .lendit-pagination-bottom:after {
    content: "";
    display: table;
    clear: both; }
  .lendit-pagination-bottom .lendit-pagination {
    border-top: 8px solid #eee;
    padding: 1.5rem 0.75rem 6rem 0.75rem; }
  .lendit-pagination-bottom .pagination-container {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lendit-pagination-bottom .lendit-pagination {
    margin: auto; }
  .lendit-pagination-bottom .pagination-area {
    display: table;
    margin: auto; }
  .lendit-pagination-bottom span {
    display: inline-block; }
  .lendit-pagination-bottom .older a, .lendit-pagination-bottom .newer a {
    display: block;
    text-decoration: none;
    position: relative;
    background: rgba(66, 85, 99, 0.2);
    color: #425563;
    line-height: 1.875rem;
    font-weight: 500; }
    .lendit-pagination-bottom .older a:before, .lendit-pagination-bottom .newer a:before {
      top: 0;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(136, 183, 213, 0);
      border-width: 0.99rem;
      margin-top: -vr(0.66); }
  .lendit-pagination-bottom .older {
    left: 1.5rem; }
    .lendit-pagination-bottom .older a {
      padding-left: 0.375rem;
      padding-right: 0.75rem;
      color: #425563; }
      .lendit-pagination-bottom .older a:before {
        right: 100%;
        border-right-color: rgba(66, 85, 99, 0.2); }
      .lendit-pagination-bottom .older a:hover {
        color: #fff;
        background: #89be2e; }
        .lendit-pagination-bottom .older a:hover:before {
          border-right-color: #89be2e; }
  .lendit-pagination-bottom .newer {
    right: 1.5rem; }
    .lendit-pagination-bottom .newer a {
      padding-right: 0.375rem;
      padding-left: 0.75rem; }
      .lendit-pagination-bottom .newer a:before {
        left: 100%;
        border-left-color: rgba(66, 85, 99, 0.2); }
      .lendit-pagination-bottom .newer a:hover {
        color: #fff;
        background: #89be2e; }
        .lendit-pagination-bottom .newer a:hover:before {
          border-left-color: #89be2e; }

.lendit-pagination-top {
  display: none;
  float: right;
  margin-top: -.2rem; }
  @media (min-width: 400px) {
    .lendit-pagination-top .older a:after, .lendit-pagination-top .newer a:after {
      content: ' Posts'; } }

.Gfgkn-nav {
  position: relative;
  font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial";
  background-repeat: no-repeat;
  background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-default.jpg);
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%; }
  @media (min-width: 690px) {
    .Gfgkn-nav {
      background-size: cover; } }
  .Gfgkn-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .Gfgkn-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9); }
    .Gfgkn-nav a:hover {
      text-decoration: none; }
  .USA .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-usa.jpg); }
  .China .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-china.jpg); }
  .Europe .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-europe.jpg); }
  .Forum .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-forum.jpg); }
  .Gfgkn-wrap .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-forum.jpg); }
  .Gfgkn-nav .metanav-outer {
    position: relative;
    font-weight: 400;
    padding-left: 1rem;
    padding-right: 1rem; }
    .Gfgkn-nav .metanav-outer:before {
      content: '';
      position: absolute;
      height: 3.225rem;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      @media (min-width: 690px) {
        .Gfgkn-nav .metanav-outer:before {
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2)); } }
  .Gfgkn-nav .metanav-inner {
    max-width: 90rem;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: auto; }

@media (min-width: 690px) {
  .Gfgkn-metanav {
    float: left; } }
.Gfgkn-metanav ul li {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: 1.4rem; }
  @media (max-width: 360px) {
    .Gfgkn-metanav ul li {
      font-size: 1.3rem;
      margin-left: .2rem;
      margin-right: .2rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul li {
      font-size: 1.5rem;
      margin-left: .7rem;
      margin-right: .7rem; } }
.Gfgkn-metanav ul a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  padding-top: .4rem;
  padding-bottom: .4rem; }
  @media (max-width: 360px) {
    .Gfgkn-metanav ul a {
      padding-top: .4rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul a {
      padding-top: .4rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul a:hover {
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.1), -0.5rem 0 0 rgba(0, 0, 0, 0.1);
      color: rgba(255, 255, 255, 0.95); } }
.Gfgkn-metanav ul li.active a {
  position: relative; }
  .Gfgkn-metanav ul li.active a:before {
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    height: .2rem; }

.Gfgkn-toplogo {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 9.15rem;
  padding-bottom: .7rem;
  pointer-events: none; }
  .Gfgkn-toplogo a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.95); }
    .Forum .Gfgkn-toplogo a {
      color: #fff;
      text-shadow: none; }
    .Forum.Gfgkn-wrap .Gfgkn-toplogo a {
      color: #fff;
      text-shadow: none; }
  .Forum .Gfgkn-toplogo {
    width: 17.2rem;
    padding-top: 2rem;
    padding-bottom: 3rem; }
  .Gfgkn-toplogo i {
    line-height: 1.1;
    font-size: 8rem;
    font-style: normal; }
    .Gfgkn-toplogo i:before {
      content: "";
      font-family: 'Lendit';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal; }
    .Forum .Gfgkn-toplogo i {
      font-size: 6.9rem; }
      .Forum .Gfgkn-toplogo i:before {
        content: ""; }
  @media (min-width: 690px) {
    .Gfgkn-toplogo {
      width: 12.6rem; }
      .Gfgkn-toplogo i {
        font-size: 11rem; }
      .USA .Gfgkn-toplogo, .Europe .Gfgkn-toplogo, .China .Gfgkn-toplogo {
        width: 11.6rem;
        padding-top: .5rem;
        padding-bottom: .5rem; }
        .USA .Gfgkn-toplogo i, .Europe .Gfgkn-toplogo i, .China .Gfgkn-toplogo i {
          font-size: 10rem; }
      .Forum .Gfgkn-toplogo {
        width: 25rem;
        padding-top: 4rem;
        padding-bottom: 1rem; }
        .Forum .Gfgkn-toplogo i {
          margin-bottom: .5rem;
          font-size: 10rem; } }

.Gfgkn-topsocial {
  float: right;
  display: block; }
  .Gfgkn-topsocial ul {
    display: none; }
    .Gfgkn-topsocial ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 700px) {
      .Gfgkn-topsocial ul {
        display: block; } }
    .Gfgkn-topsocial ul li {
      margin: 0;
      float: left; }
    .Gfgkn-topsocial ul a {
      display: block;
      color: rgba(255, 255, 255, 0.8); }
      @media (min-width: 700px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem .8rem 1rem .8rem; } }
      @media (min-width: 700px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem 1rem 1rem 1rem; } }
      @media (min-width: 800px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem 1.3rem 1rem 1.3rem; } }
    .Gfgkn-topsocial ul .instagram, .Gfgkn-topsocial ul .facebook, .Gfgkn-topsocial ul .twitter, .Gfgkn-topsocial ul .linkedin, .Gfgkn-topsocial ul .youtube, .Gfgkn-topsocial ul .email {
      display: inline-block;
      position: relative; }
      .Gfgkn-topsocial ul .instagram:before, .Gfgkn-topsocial ul .facebook:before, .Gfgkn-topsocial ul .twitter:before, .Gfgkn-topsocial ul .linkedin:before, .Gfgkn-topsocial ul .youtube:before, .Gfgkn-topsocial ul .email:before {
        float: left;
        content: '';
        font-family: 'Lendit';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.275rem; }
      .Gfgkn-topsocial ul .instagram:after, .Gfgkn-topsocial ul .facebook:after, .Gfgkn-topsocial ul .twitter:after, .Gfgkn-topsocial ul .linkedin:after, .Gfgkn-topsocial ul .youtube:after, .Gfgkn-topsocial ul .email:after {
        opacity: 0;
        font-family: "Gotham", "Gotham", "Gotham SSm A", "Gotham SSm B", "Arial";
        font-size: .8rem;
        position: absolute;
        top: 3.5rem;
        text-align: center;
        font-weight: 500;
        width: 4.2rem;
        left: 50%;
        margin-left: -2.1rem;
        -webkit-transition: opacity .2s ease-in-out;
        /* Safari */
        transition: opacity .2s ease-in-out;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
        white-space: nowrap; }
      .Gfgkn-topsocial ul .instagram:hover, .Gfgkn-topsocial ul .facebook:hover, .Gfgkn-topsocial ul .twitter:hover, .Gfgkn-topsocial ul .linkedin:hover, .Gfgkn-topsocial ul .youtube:hover, .Gfgkn-topsocial ul .email:hover {
        color: white;
        background: rgba(0, 0, 0, 0.1); }
        .Gfgkn-topsocial ul .instagram:hover:after, .Gfgkn-topsocial ul .facebook:hover:after, .Gfgkn-topsocial ul .twitter:hover:after, .Gfgkn-topsocial ul .linkedin:hover:after, .Gfgkn-topsocial ul .youtube:hover:after, .Gfgkn-topsocial ul .email:hover:after {
          opacity: .7; }
    .Gfgkn-topsocial ul .instagram {
      font-size: 1.4rem; }
      .Gfgkn-topsocial ul .instagram:before {
        content: '\f11b'; }
      .Gfgkn-topsocial ul .instagram:after {
        content: "Instagram"; }
    .Gfgkn-topsocial ul .facebook {
      font-size: 1.4rem; }
      .Gfgkn-topsocial ul .facebook:before {
        content: '\f101'; }
      .Gfgkn-topsocial ul .facebook:after {
        content: "Facebook"; }
    .Gfgkn-topsocial ul .twitter {
      font-size: 1.5rem; }
      .Gfgkn-topsocial ul .twitter:before {
        content: '\f0fc'; }
      .Gfgkn-topsocial ul .twitter:after {
        content: "Twitter"; }
    .Gfgkn-topsocial ul .linkedin {
      font-size: 1.7rem; }
      .Gfgkn-topsocial ul .linkedin:before {
        content: '\f0ff'; }
      .Gfgkn-topsocial ul .linkedin:after {
        content: "LinkedIn"; }
    .Gfgkn-topsocial ul .youtube {
      font-size: 1.5rem; }
      .Gfgkn-topsocial ul .youtube:before {
        content: '\f103'; }
      .Gfgkn-topsocial ul .youtube:after {
        content: "YouTube"; }
    .Gfgkn-topsocial ul .email {
      font-size: 1.3rem; }
      .Gfgkn-topsocial ul .email:before {
        content: '\f109'; }
      .Gfgkn-topsocial ul .email:after {
        content: "Email Us"; }

body.home.Gfgkn-wrap {
  background: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-default.jpg) center center no-repeat;
  background-size: cover; }

.Gfgkn-nav {
  position: relative;
  font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial";
  background-repeat: no-repeat;
  background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-default.jpg);
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%; }
  @media (min-width: 690px) {
    .Gfgkn-nav {
      background-size: cover; } }
  .Gfgkn-nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .Gfgkn-nav a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9); }
    .Gfgkn-nav a:hover {
      text-decoration: none; }
  .USA .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-usa.jpg); }
  .China .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-china.jpg); }
  .Europe .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-europe.jpg); }
  .Forum .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-forum.jpg); }
  .Gfgkn-wrap .Gfgkn-nav {
    background-image: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-forum.jpg); }
  .Gfgkn-nav .metanav-outer {
    position: relative;
    font-weight: 400;
    padding-left: 1rem;
    padding-right: 1rem; }
    .Gfgkn-nav .metanav-outer:before {
      content: '';
      position: absolute;
      height: 3.225rem;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1; }
      @media (min-width: 690px) {
        .Gfgkn-nav .metanav-outer:before {
          background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: -o-linear-gradient(left, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2));
          background: linear-gradient(to right, rgba(0, 0, 0, 0.2), transparent, rgba(0, 0, 0, 0.2)); } }
  .Gfgkn-nav .metanav-inner {
    max-width: 90rem;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    text-align: center;
    margin: auto; }

@media (min-width: 690px) {
  .Gfgkn-metanav {
    float: left; } }
.Gfgkn-metanav ul li {
  display: inline-block;
  margin-left: .5rem;
  margin-right: .5rem;
  font-size: 1.4rem; }
  @media (max-width: 360px) {
    .Gfgkn-metanav ul li {
      font-size: 1.3rem;
      margin-left: .2rem;
      margin-right: .2rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul li {
      font-size: 1.5rem;
      margin-left: .7rem;
      margin-right: .7rem; } }
.Gfgkn-metanav ul a {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  padding-top: .4rem;
  padding-bottom: .4rem; }
  @media (max-width: 360px) {
    .Gfgkn-metanav ul a {
      padding-top: .4rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul a {
      padding-top: .4rem; } }
  @media (min-width: 690px) {
    .Gfgkn-metanav ul a:hover {
      background: rgba(0, 0, 0, 0.1);
      box-shadow: 0.5rem 0 0 rgba(0, 0, 0, 0.1), -0.5rem 0 0 rgba(0, 0, 0, 0.1);
      color: rgba(255, 255, 255, 0.95); } }
.Gfgkn-metanav ul li.active a {
  position: relative; }
  .Gfgkn-metanav ul li.active a:before {
    content: '';
    width: 100%;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    height: .2rem; }

.Gfgkn-toplogo {
  position: relative;
  z-index: 1;
  margin: auto;
  width: 9.15rem;
  padding-bottom: .7rem;
  pointer-events: none; }
  .Gfgkn-toplogo a {
    display: inline-block;
    color: rgba(255, 255, 255, 0.95); }
    .Forum .Gfgkn-toplogo a {
      color: #fff;
      text-shadow: none; }
    .Forum.Gfgkn-wrap .Gfgkn-toplogo a {
      color: #fff;
      text-shadow: none; }
  .Forum .Gfgkn-toplogo {
    width: 17.2rem;
    padding-top: 2rem;
    padding-bottom: 3rem; }
  .Gfgkn-toplogo i {
    line-height: 1.1;
    font-size: 8rem;
    font-style: normal; }
    .Gfgkn-toplogo i:before {
      content: "";
      font-family: 'Lendit';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-weight: normal; }
    .Forum .Gfgkn-toplogo i {
      font-size: 6.9rem; }
      .Forum .Gfgkn-toplogo i:before {
        content: ""; }
  @media (min-width: 690px) {
    .Gfgkn-toplogo {
      width: 12.6rem; }
      .Gfgkn-toplogo i {
        font-size: 11rem; }
      .USA .Gfgkn-toplogo, .Europe .Gfgkn-toplogo, .China .Gfgkn-toplogo {
        width: 11.6rem;
        padding-top: .5rem;
        padding-bottom: .5rem; }
        .USA .Gfgkn-toplogo i, .Europe .Gfgkn-toplogo i, .China .Gfgkn-toplogo i {
          font-size: 10rem; }
      .Forum .Gfgkn-toplogo {
        width: 25rem;
        padding-top: 4rem;
        padding-bottom: 1rem; }
        .Forum .Gfgkn-toplogo i {
          margin-bottom: .5rem;
          font-size: 10rem; } }

.Gfgkn-topsocial {
  float: right;
  display: block; }
  .Gfgkn-topsocial ul {
    display: none; }
    .Gfgkn-topsocial ul:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 700px) {
      .Gfgkn-topsocial ul {
        display: block; } }
    .Gfgkn-topsocial ul li {
      margin: 0;
      float: left; }
    .Gfgkn-topsocial ul a {
      display: block;
      color: rgba(255, 255, 255, 0.8); }
      @media (min-width: 700px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem .8rem 1rem .8rem; } }
      @media (min-width: 700px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem 1rem 1rem 1rem; } }
      @media (min-width: 800px) {
        .Gfgkn-topsocial ul a {
          padding: 1rem 1.3rem 1rem 1.3rem; } }
    .Gfgkn-topsocial ul .instagram, .Gfgkn-topsocial ul .facebook, .Gfgkn-topsocial ul .twitter, .Gfgkn-topsocial ul .linkedin, .Gfgkn-topsocial ul .youtube, .Gfgkn-topsocial ul .email {
      display: inline-block;
      position: relative; }
      .Gfgkn-topsocial ul .instagram:before, .Gfgkn-topsocial ul .facebook:before, .Gfgkn-topsocial ul .twitter:before, .Gfgkn-topsocial ul .linkedin:before, .Gfgkn-topsocial ul .youtube:before, .Gfgkn-topsocial ul .email:before {
        float: left;
        content: '';
        font-family: 'Lendit';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 1.275rem; }
      .Gfgkn-topsocial ul .instagram:after, .Gfgkn-topsocial ul .facebook:after, .Gfgkn-topsocial ul .twitter:after, .Gfgkn-topsocial ul .linkedin:after, .Gfgkn-topsocial ul .youtube:after, .Gfgkn-topsocial ul .email:after {
        opacity: 0;
        font-family: "Gotham", "Gotham", "Gotham SSm A", "Gotham SSm B", "Arial";
        font-size: .8rem;
        position: absolute;
        top: 3.5rem;
        text-align: center;
        font-weight: 500;
        width: 4.2rem;
        left: 50%;
        margin-left: -2.1rem;
        -webkit-transition: opacity .2s ease-in-out;
        /* Safari */
        transition: opacity .2s ease-in-out;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
        white-space: nowrap; }
      .Gfgkn-topsocial ul .instagram:hover, .Gfgkn-topsocial ul .facebook:hover, .Gfgkn-topsocial ul .twitter:hover, .Gfgkn-topsocial ul .linkedin:hover, .Gfgkn-topsocial ul .youtube:hover, .Gfgkn-topsocial ul .email:hover {
        color: white;
        background: rgba(0, 0, 0, 0.1); }
        .Gfgkn-topsocial ul .instagram:hover:after, .Gfgkn-topsocial ul .facebook:hover:after, .Gfgkn-topsocial ul .twitter:hover:after, .Gfgkn-topsocial ul .linkedin:hover:after, .Gfgkn-topsocial ul .youtube:hover:after, .Gfgkn-topsocial ul .email:hover:after {
          opacity: .7; }
    .Gfgkn-topsocial ul .instagram {
      font-size: 1.4rem; }
      .Gfgkn-topsocial ul .instagram:before {
        content: '\f11b'; }
      .Gfgkn-topsocial ul .instagram:after {
        content: "Instagram"; }
    .Gfgkn-topsocial ul .facebook {
      font-size: 1.4rem; }
      .Gfgkn-topsocial ul .facebook:before {
        content: '\f101'; }
      .Gfgkn-topsocial ul .facebook:after {
        content: "Facebook"; }
    .Gfgkn-topsocial ul .twitter {
      font-size: 1.5rem; }
      .Gfgkn-topsocial ul .twitter:before {
        content: '\f0fc'; }
      .Gfgkn-topsocial ul .twitter:after {
        content: "Twitter"; }
    .Gfgkn-topsocial ul .linkedin {
      font-size: 1.7rem; }
      .Gfgkn-topsocial ul .linkedin:before {
        content: '\f0ff'; }
      .Gfgkn-topsocial ul .linkedin:after {
        content: "LinkedIn"; }
    .Gfgkn-topsocial ul .youtube {
      font-size: 1.5rem; }
      .Gfgkn-topsocial ul .youtube:before {
        content: '\f103'; }
      .Gfgkn-topsocial ul .youtube:after {
        content: "YouTube"; }
    .Gfgkn-topsocial ul .email {
      font-size: 1.3rem; }
      .Gfgkn-topsocial ul .email:before {
        content: '\f109'; }
      .Gfgkn-topsocial ul .email:after {
        content: "Email Us"; }

body.home.Gfgkn-wrap {
  background: url(https://lendit.s3.amazonaws.com/shared/modules/2016-06/Gfgkn-blog-template/Gfgkn-default.jpg) center center no-repeat;
  background-size: cover; }

.Gfhx6-infobar {
  font-size: 1rem;
  background: #ebeff1;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .Gfhx6-infobar li a {
    color: #425563;
    text-decoration: none; }
    .Gfhx6-infobar li a:hover {
      color: #89be2e; }
  .Gfhx6-infobar .infobar-area {
    margin: auto; }
    .main-front-page .Gfhx6-infobar .infobar-area {
      max-width: 51rem;
      margin: auto; }
      .main-front-page .Gfhx6-infobar .infobar-area .infobar-home a {
        pointer-events: none; }
    .main-single .Gfhx6-infobar .infobar-area {
      max-width: 1050px;
      margin: auto;
      width: 100%; }
      .main-single .Gfhx6-infobar .infobar-area .infobar-home a {
        text-decoration: underline; }
  .Gfhx6-infobar .infobar-content {
    padding: 0.975rem 0; }
    .Gfhx6-infobar .infobar-content:after {
      content: "";
      display: table;
      clear: both; }
    .Gfhx6-infobar .infobar-content ul {
      list-style-type: none;
      padding: 0;
      margin: 0;
      float: left; }
    .Gfhx6-infobar .infobar-content a {
      display: block; }
    .Gfhx6-infobar .infobar-content li {
      display: inline-block; }
      .Gfhx6-infobar .infobar-content li.infobar-home a {
        font-weight: 500; }
        .Gfhx6-infobar .infobar-content li.infobar-home a:before {
          display: inline-block;
          font-family: 'Lendit';
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          font-weight: normal;
          content: "";
          margin-right: .5rem; }
      .Gfhx6-infobar .infobar-content li.infobar-article:before {
        margin-right: .2rem;
        content: "";
        font-family: 'Lendit';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-weight: normal;
        color: #999; }

.main-single .excerpt h1 {
  font-size: 2.1617rem;
  line-height: 2.37787rem; }
.main-single .excerpt h2 {
  font-size: 1.85284rem;
  line-height: 2.2234rem; }
.main-single .excerpt h3 {
  font-size: 1.5881rem;
  line-height: 2.06453rem; }
.main-single .excerpt h4 {
  font-size: 1.36119rem;
  line-height: 1.90566rem; }
.main-single .excerpt h5 {
  font-size: 1.1667rem;
  line-height: 1.75005rem; }
.main-single .excerpt h6 {
  font-size: 1rem;
  line-height: 1.6rem; }
.main-single .excerpt h1, .main-single .excerpt h2, .main-single .excerpt h3, .main-single .excerpt h4, .main-single .excerpt h5, .main-single .excerpt h6 {
  font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial"; }
  @media (min-width: 600px) {
    .main-single .excerpt h1, .main-single .excerpt h2, .main-single .excerpt h3, .main-single .excerpt h4, .main-single .excerpt h5, .main-single .excerpt h6 {
      font-family: "Gotham", "Gotham", "Gotham SSm A", "Gotham SSm B", "Arial"; } }
.main-single .byline {
  margin-bottom: 2rem;
  font-size: .9rem;
  line-height: 1.2rem; }
.main-single img.alignnone {
  display: block;
  margin: auto;
  width: auto !important;
  height: auto !important;
  max-width: 100% !important; }
.main-single header h3 {
  font-size: 2.1617rem;
  line-height: 2.37787rem;
  margin-top: 1.5rem;
  font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial"; }
  @media (min-width: 600px) {
    .main-single header h3 {
      margin-top: 3rem; } }
.main-single .the_champ_sharing_container.the_champ_horizontal_sharing {
  display: none; }
.main-single .main-blog {
  max-width: 1050px;
  margin: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 800px) {
    .main-single .main-blog {
      display: table;
      width: 100%; } }
@media (min-width: 800px) {
  .main-single .container {
    display: table-cell;
    text-align: left;
    vertical-align: top; } }
.main-single .container .item {
  max-width: 650px;
  margin: auto; }
  @media (min-width: 800px) {
    .main-single .container .item {
      max-width: none; } }
  .main-single .container .item .alignnone {
    width: auto !important;
    max-width: 37.5rem;
    margin: 1.5rem auto; }
    .main-single .container .item .alignnone .wp-caption-text {
      font-size: .9rem;
      margin: 0;
      line-height: 1.35rem; }
    .main-single .container .item .alignnone img {
      width: 100%; }
  .main-single .container .item p {
    font-size: 1rem;
    line-height: 1.6rem; }
@media (min-width: 800px) {
  .main-single .sidebar-area {
    display: table-cell;
    vertical-align: top;
    padding-right: 0.75rem;
    width: 370px; }
    .main-single .sidebar-area > div {
      float: right; } }

.Ggtma-right-sidebar {
  font-size: 1rem;
  padding-bottom: 4rem;
  padding-top: 1.5rem;
  max-width: 650px;
  margin: auto; }
  @media (min-width: 800px) {
    .Ggtma-right-sidebar {
      padding-left: 1rem;
      padding-right: 1rem; } }
  @media (min-width: 800px) {
    .Ggtma-right-sidebar {
      padding-top: 3.3rem;
      width: 300px; } }
  .Ggtma-right-sidebar .twitter-timeline-container {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3);
    min-height: 400px;
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden; }
  .Ggtma-right-sidebar .widget-title {
    font-size: 1.1rem;
    line-height: 1.4rem;
    margin: 0 0 1rem 0; }
    @media (min-width: 800px) {
      .Ggtma-right-sidebar .widget-title {
        font-size: 1rem;
        line-height: 1.3rem; } }
  .Ggtma-right-sidebar .widget {
    margin-bottom: 1.5rem; }

.Gfkwf-footer a {
  text-decoration: none; }
.Gfkwf-footer .footer-content {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  padding-top: .2rem;
  padding-bottom: 2rem;
  font-size: 1rem;
  border-top: 1px solid rgba(137, 190, 46, 0.2);
  background: rgba(137, 190, 46, 0.05);
  color: rgba(137, 190, 46, 0.8); }
  @media (min-width: 600px) {
    .Gfkwf-footer .footer-content {
      padding-top: .7rem; } }
  .China .Gfkwf-footer .footer-content {
    border-top: 1px solid rgba(223, 83, 39, 0.2);
    background: rgba(223, 83, 39, 0.05);
    color: rgba(223, 83, 39, 0.8); }
  .Europe .Gfkwf-footer .footer-content {
    border-top: 1px solid rgba(193, 60, 131, 0.2);
    background: rgba(193, 60, 131, 0.05);
    color: rgba(193, 60, 131, 0.8); }
  .USA .Gfkwf-footer .footer-content {
    border-top: 1px solid rgba(43, 108, 216, 0.2);
    background: rgba(43, 108, 216, 0.05);
    color: rgba(43, 108, 216, 0.8); }
  .Gfkwf-footer .footer-content a {
    font-weight: 400;
    color: rgba(137, 190, 46, 0.8); }
    .Europe .Gfkwf-footer .footer-content a {
      color: rgba(193, 60, 131, 0.8); }
    .China .Gfkwf-footer .footer-content a {
      color: rgba(223, 83, 39, 0.8); }
    .USA .Gfkwf-footer .footer-content a {
      color: rgba(43, 108, 216, 0.8); }
    .Gfkwf-footer .footer-content a:hover {
      opacity: 1;
      text-decoration: underline;
      color: #65a000; }
      .Europe .Gfkwf-footer .footer-content a:hover {
        color: #A344E7; }
      .China .Gfkwf-footer .footer-content a:hover {
        color: #ed1b52; }
      .USA .Gfkwf-footer .footer-content a:hover {
        color: #009FFF; }
  .Gfkwf-footer .footer-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .Gfkwf-footer .footer-content ul li {
      display: inline-block;
      padding-left: .5rem;
      padding-right: .5rem; }
.Gfkwf-footer .footer-main {
  text-align: center; }
  .Gfkwf-footer .footer-main .footer-section {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
    @media (min-width: 600px) {
      .Gfkwf-footer .footer-main .footer-section {
        margin-top: .5rem;
        margin-bottom: .5rem; } }
  .Gfkwf-footer .footer-main .instagram,
  .Gfkwf-footer .footer-main .facebook,
  .Gfkwf-footer .footer-main .twitter,
  .Gfkwf-footer .footer-main .linkedin,
  .Gfkwf-footer .footer-main .youtube,
  .Gfkwf-footer .footer-main .email {
    display: inline-block;
    margin-left: .5rem;
    margin-right: .5rem; }
    .Gfkwf-footer .footer-main .instagram:before,
    .Gfkwf-footer .footer-main .facebook:before,
    .Gfkwf-footer .footer-main .twitter:before,
    .Gfkwf-footer .footer-main .linkedin:before,
    .Gfkwf-footer .footer-main .youtube:before,
    .Gfkwf-footer .footer-main .email:before {
      float: left;
      padding-right: .3rem;
      line-height: 1;
      margin-top: .1rem;
      font-size: 1.2rem;
      content: '';
      font-family: 'Lendit';
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .Gfkwf-footer .footer-main .instagram:before {
    content: '\f11b'; }
  .Gfkwf-footer .footer-main .facebook:before {
    content: '\f102'; }
  .Gfkwf-footer .footer-main .twitter:before {
    content: '\f100'; }
  .Gfkwf-footer .footer-main .linkedin:before {
    content: '\f0ff'; }
  .Gfkwf-footer .footer-main .youtube:before {
    content: '\f104'; }
  .Gfkwf-footer .footer-main .email:before {
    content: '\f106'; }
  .Gfkwf-footer .footer-main .call-us,
  .Gfkwf-footer .footer-main .connect-with-us {
    font-size: .8rem;
    text-transform: uppercase;
    display: inline-block;
    margin-right: .5rem;
    margin-left: .5rem; }
    .Gfkwf-footer .footer-main .call-us b,
    .Gfkwf-footer .footer-main .connect-with-us b {
      font-weight: 500;
      box-shadow: 0 0 10px rgba(137, 190, 46, 0.15);
      background: linear-gradient(to right, rgba(137, 190, 46, 0.15), rgba(137, 190, 46, 0.15)), #fff; }
      .USA .Gfkwf-footer .footer-main .call-us b, .USA
      .Gfkwf-footer .footer-main .connect-with-us b {
        box-shadow: 0 0 10px rgba(43, 108, 216, 0.15);
        background: linear-gradient(to right, rgba(43, 108, 216, 0.15), rgba(43, 108, 216, 0.15)), #fff; }
      .China .Gfkwf-footer .footer-main .call-us b, .China
      .Gfkwf-footer .footer-main .connect-with-us b {
        box-shadow: 0 0 10px rgba(223, 83, 39, 0.15);
        background: linear-gradient(to right, rgba(223, 83, 39, 0.15), rgba(223, 83, 39, 0.15)), #fff; }
      .Europe .Gfkwf-footer .footer-main .call-us b, .Europe
      .Gfkwf-footer .footer-main .connect-with-us b {
        box-shadow: 0 0 10px rgba(193, 60, 131, 0.15);
        background: linear-gradient(to right, rgba(193, 60, 131, 0.15), rgba(193, 60, 131, 0.15)), #fff; }
  .Gfkwf-footer .footer-main .social-links {
    display: inline-block; }
  @media (min-width: 800px) {
    .Gfkwf-footer .footer-main .call-us {
      margin-top: 0; } }
  .Gfkwf-footer .footer-main .connect-with-us {
    display: block;
    margin-bottom: .5rem; }
    @media (min-width: 800px) {
      .Gfkwf-footer .footer-main .connect-with-us {
        margin-bottom: 0;
        display: inline-block; } }

.Gfkwf-getupdates .live-vide-form-wrap #mc_embed_signup .Europe {
  color: #c13c83; }
.Gfkwf-getupdates .getupdates-content {
  margin-top: 2.5rem;
  margin-bottom: 2rem; }
  @media (min-width: 600px) {
    .Gfkwf-getupdates .getupdates-content {
      margin-top: 1.5rem;
      margin-bottom: 2rem; } }
  @media (min-width: 600px) {
    .Gfkwf-getupdates .getupdates-content .form-container {
      width: 100%;
      border-collapse: collapse;
      display: table; } }
  .Gfkwf-getupdates .getupdates-content .form-item {
    margin-bottom: .1rem;
    border-left: 1px solid rgba(137, 190, 46, 0.1);
    border-right: 1px solid rgba(137, 190, 46, 0.1); }
    .China .Gfkwf-getupdates .getupdates-content .form-item {
      border-left: 1px solid rgba(223, 83, 39, 0.1);
      border-right: 1px solid rgba(223, 83, 39, 0.1); }
    .Europe .Gfkwf-getupdates .getupdates-content .form-item {
      border-left: 1px solid rgba(193, 60, 131, 0.1);
      border-right: 1px solid rgba(193, 60, 131, 0.1); }
    .USA .Gfkwf-getupdates .getupdates-content .form-item {
      border-left: 1px solid rgba(43, 108, 216, 0.1);
      border-right: 1px solid rgba(43, 108, 216, 0.1); }
    @media (max-width: 600px) {
      .Gfkwf-getupdates .getupdates-content .form-item {
        border-left: 1px solid rgba(137, 190, 46, 0.3);
        border-right: 1px solid rgba(137, 190, 46, 0.3); }
        .China .Gfkwf-getupdates .getupdates-content .form-item {
          border-left: 1px solid rgba(223, 83, 39, 0.3);
          border-right: 1px solid rgba(223, 83, 39, 0.3); }
        .Europe .Gfkwf-getupdates .getupdates-content .form-item {
          border-left: 1px solid rgba(193, 60, 131, 0.3);
          border-right: 1px solid rgba(193, 60, 131, 0.3); }
        .USA .Gfkwf-getupdates .getupdates-content .form-item {
          border-left: 1px solid rgba(43, 108, 216, 0.3);
          border-right: 1px solid rgba(43, 108, 216, 0.3); } }
    @media (min-width: 600px) {
      .Gfkwf-getupdates .getupdates-content .form-item {
        vertical-align: top;
        display: table-cell;
        width: 0; }
        .Gfkwf-getupdates .getupdates-content .form-item:first-of-type {
          border-left: 1px solid rgba(137, 190, 46, 0.3); }
          .China .Gfkwf-getupdates .getupdates-content .form-item:first-of-type {
            border-left: 1px solid rgba(223, 83, 39, 0.3); }
          .Europe .Gfkwf-getupdates .getupdates-content .form-item:first-of-type {
            border-left: 1px solid rgba(193, 60, 131, 0.3); }
          .USA .Gfkwf-getupdates .getupdates-content .form-item:first-of-type {
            border-left: 1px solid rgba(43, 108, 216, 0.3); }
        .Gfkwf-getupdates .getupdates-content .form-item:last-of-type {
          border-left: 0; }
        .Gfkwf-getupdates .getupdates-content .form-item.first-name {
          width: 25%; }
          .Gfkwf-getupdates .getupdates-content .form-item.first-name span:before {
            content: 'First Name'; }
        .Gfkwf-getupdates .getupdates-content .form-item.last-name {
          width: 25%; }
          .Gfkwf-getupdates .getupdates-content .form-item.last-name span:before {
            content: 'Last Name'; }
        .Gfkwf-getupdates .getupdates-content .form-item.email-address {
          width: 30%; }
          .Gfkwf-getupdates .getupdates-content .form-item.email-address span:before {
            content: 'Email Address'; }
        .Gfkwf-getupdates .getupdates-content .form-item.submit-item {
          width: 20%; } }
    .Gfkwf-getupdates .getupdates-content .form-item span:before {
      position: absolute;
      -webkit-transition: opacity .5s ease-in-out;
      /* Safari */
      transition: opacity .5s ease-in-out;
      top: -1.4rem;
      font-weight: 500;
      font-size: .8rem;
      text-transform: uppercase;
      line-height: 1.2;
      opacity: 0;
      box-shadow: 0 0 10px rgba(137, 190, 46, 0.15);
      background: linear-gradient(to right, rgba(137, 190, 46, 0.15), rgba(137, 190, 46, 0.15)), #fff; }
      .USA .Gfkwf-getupdates .getupdates-content .form-item span:before {
        color: #2b6cd8;
        box-shadow: 0 0 10px rgba(43, 108, 216, 0.15);
        background: linear-gradient(to right, rgba(43, 108, 216, 0.15), rgba(43, 108, 216, 0.15)), #fff; }
      .China .Gfkwf-getupdates .getupdates-content .form-item span:before {
        color: #df5327;
        box-shadow: 0 0 10px rgba(223, 83, 39, 0.15);
        background: linear-gradient(to right, rgba(223, 83, 39, 0.15), rgba(223, 83, 39, 0.15)), #fff; }
      .Europe .Gfkwf-getupdates .getupdates-content .form-item span:before {
        color: #c13c83;
        box-shadow: 0 0 10px rgba(193, 60, 131, 0.15);
        background: linear-gradient(to right, rgba(193, 60, 131, 0.15), rgba(193, 60, 131, 0.15)), #fff; }
  .Gfkwf-getupdates .getupdates-content input[type="text"], .Gfkwf-getupdates .getupdates-content input[type="email"] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 1rem .5rem;
    font-weight: 500;
    border: none;
    box-shadow: 0 0 0 rgba(137, 190, 46, 0.3) inset, 0 1px 0 rgba(137, 190, 46, 0.3) inset, 0 1px 0 rgba(137, 190, 46, 0.3) inset, 0 -1px 0 rgba(137, 190, 46, 0.3) inset;
    color: #89be2e; }
    @media (min-width: 600px) {
      .Gfkwf-getupdates .getupdates-content input[type="text"], .Gfkwf-getupdates .getupdates-content input[type="email"] {
        padding: .6rem .5rem; } }
    .Gfkwf-getupdates .getupdates-content input[type="text"]::-webkit-input-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]::-webkit-input-placeholder {
      color: rgba(137, 190, 46, 0.5); }
    .Gfkwf-getupdates .getupdates-content input[type="text"]:-moz-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:-moz-placeholder {
      color: rgba(137, 190, 46, 0.5); }
    .Gfkwf-getupdates .getupdates-content input[type="text"]::-moz-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]::-moz-placeholder {
      color: rgba(137, 190, 46, 0.5); }
    .Gfkwf-getupdates .getupdates-content input[type="text"]:-ms-input-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:-ms-input-placeholder {
      color: rgba(137, 190, 46, 0.5); }
    .USA .Gfkwf-getupdates .getupdates-content input[type="text"], .USA .Gfkwf-getupdates .getupdates-content input[type="email"] {
      box-shadow: 0 0 0 rgba(43, 108, 216, 0.3) inset, 0 1px 0 rgba(43, 108, 216, 0.3) inset, 0 1px 0 rgba(43, 108, 216, 0.3) inset, 0 -1px 0 rgba(43, 108, 216, 0.3) inset;
      color: #2b6cd8; }
      .USA .Gfkwf-getupdates .getupdates-content input[type="text"]::-webkit-input-placeholder, .USA .Gfkwf-getupdates .getupdates-content input[type="email"]::-webkit-input-placeholder {
        color: rgba(43, 108, 216, 0.5); }
      .USA .Gfkwf-getupdates .getupdates-content input[type="text"]:-moz-placeholder, .USA .Gfkwf-getupdates .getupdates-content input[type="email"]:-moz-placeholder {
        color: rgba(43, 108, 216, 0.5); }
      .USA .Gfkwf-getupdates .getupdates-content input[type="text"]::-moz-placeholder, .USA .Gfkwf-getupdates .getupdates-content input[type="email"]::-moz-placeholder {
        color: rgba(43, 108, 216, 0.5); }
      .USA .Gfkwf-getupdates .getupdates-content input[type="text"]:-ms-input-placeholder, .USA .Gfkwf-getupdates .getupdates-content input[type="email"]:-ms-input-placeholder {
        color: rgba(43, 108, 216, 0.5); }
    .China .Gfkwf-getupdates .getupdates-content input[type="text"], .China .Gfkwf-getupdates .getupdates-content input[type="email"] {
      box-shadow: 0 0 0 rgba(223, 83, 39, 0.3) inset, 0 1px 0 rgba(223, 83, 39, 0.3) inset, 0 1px 0 rgba(223, 83, 39, 0.3) inset, 0 -1px 0 rgba(223, 83, 39, 0.3) inset;
      color: #df5327; }
      .China .Gfkwf-getupdates .getupdates-content input[type="text"]::-webkit-input-placeholder, .China .Gfkwf-getupdates .getupdates-content input[type="email"]::-webkit-input-placeholder {
        color: rgba(223, 83, 39, 0.5); }
      .China .Gfkwf-getupdates .getupdates-content input[type="text"]:-moz-placeholder, .China .Gfkwf-getupdates .getupdates-content input[type="email"]:-moz-placeholder {
        color: rgba(223, 83, 39, 0.5); }
      .China .Gfkwf-getupdates .getupdates-content input[type="text"]::-moz-placeholder, .China .Gfkwf-getupdates .getupdates-content input[type="email"]::-moz-placeholder {
        color: rgba(223, 83, 39, 0.5); }
      .China .Gfkwf-getupdates .getupdates-content input[type="text"]:-ms-input-placeholder, .China .Gfkwf-getupdates .getupdates-content input[type="email"]:-ms-input-placeholder {
        color: rgba(223, 83, 39, 0.5); }
    .Europe .Gfkwf-getupdates .getupdates-content input[type="text"], .Europe .Gfkwf-getupdates .getupdates-content input[type="email"] {
      box-shadow: 0 0 0 rgba(193, 60, 131, 0.3) inset, 0 1px 0 rgba(193, 60, 131, 0.3) inset, 0 1px 0 rgba(193, 60, 131, 0.3) inset, 0 -1px 0 rgba(193, 60, 131, 0.3) inset;
      color: #c13c83; }
      .Europe .Gfkwf-getupdates .getupdates-content input[type="text"]::-webkit-input-placeholder, .Europe .Gfkwf-getupdates .getupdates-content input[type="email"]::-webkit-input-placeholder {
        color: rgba(193, 60, 131, 0.5); }
      .Europe .Gfkwf-getupdates .getupdates-content input[type="text"]:-moz-placeholder, .Europe .Gfkwf-getupdates .getupdates-content input[type="email"]:-moz-placeholder {
        color: rgba(193, 60, 131, 0.5); }
      .Europe .Gfkwf-getupdates .getupdates-content input[type="text"]::-moz-placeholder, .Europe .Gfkwf-getupdates .getupdates-content input[type="email"]::-moz-placeholder {
        color: rgba(193, 60, 131, 0.5); }
      .Europe .Gfkwf-getupdates .getupdates-content input[type="text"]:-ms-input-placeholder, .Europe .Gfkwf-getupdates .getupdates-content input[type="email"]:-ms-input-placeholder {
        color: rgba(193, 60, 131, 0.5); }
    .Gfkwf-getupdates .getupdates-content input[type="text"]:focus, .Gfkwf-getupdates .getupdates-content input[type="email"]:focus {
      outline: none;
      box-shadow: -2px 0 0 #89be2e inset, -2px 0 0 #89be2e, 0 2px 0 #89be2e inset, 0 -2px 0 #89be2e inset; }
      .Gfkwf-getupdates .getupdates-content input[type="text"]:focus::-webkit-input-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:focus::-webkit-input-placeholder {
        color: transparent; }
      .Gfkwf-getupdates .getupdates-content input[type="text"]:focus:-moz-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:focus:-moz-placeholder {
        color: transparent; }
      .Gfkwf-getupdates .getupdates-content input[type="text"]:focus::-moz-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:focus::-moz-placeholder {
        color: transparent; }
      .Gfkwf-getupdates .getupdates-content input[type="text"]:focus:-ms-input-placeholder, .Gfkwf-getupdates .getupdates-content input[type="email"]:focus:-ms-input-placeholder {
        color: transparent; }
      .USA .Gfkwf-getupdates .getupdates-content input[type="text"]:focus, .USA .Gfkwf-getupdates .getupdates-content input[type="email"]:focus {
        box-shadow: -2px 0 0 #2b6cd8 inset, -2px 0 0 #2b6cd8, 0 2px 0 #2b6cd8 inset, 0 -2px 0 #2b6cd8 inset; }
      .China .Gfkwf-getupdates .getupdates-content input[type="text"]:focus, .China .Gfkwf-getupdates .getupdates-content input[type="email"]:focus {
        box-shadow: -2px 0 0 #df5327 inset, -2px 0 0 #df5327, 0 2px 0 #df5327 inset, 0 -2px 0 #df5327 inset; }
      .Europe .Gfkwf-getupdates .getupdates-content input[type="text"]:focus, .Europe .Gfkwf-getupdates .getupdates-content input[type="email"]:focus {
        box-shadow: -2px 0 0 #c13c83 inset, -2px 0 0 #c13c83, 0 2px 0 #c13c83 inset, 0 -2px 0 #c13c83 inset; }
  .Gfkwf-getupdates .getupdates-content input:focus + span:before {
    opacity: 1;
    color: rgba(137, 190, 46, 0.8); }
    .USA .Gfkwf-getupdates .getupdates-content input:focus + span:before {
      opacity: 1;
      color: rgba(43, 108, 216, 0.8); }
    .Europe .Gfkwf-getupdates .getupdates-content input:focus + span:before {
      opacity: 1;
      color: rgba(193, 60, 131, 0.8); }
    .China .Gfkwf-getupdates .getupdates-content input:focus + span:before {
      opacity: 1;
      color: rgba(223, 83, 39, 0.8); }
  .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"] {
    border: none;
    padding: 1rem 0;
    display: block;
    text-align: center;
    line-height: 1;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
    color: #fff;
    background: rgba(137, 190, 46, 0.8);
    box-shadow: 0.1rem 0 0 rgba(137, 190, 46, 0.3) inset, 0 0 0 rgba(137, 190, 46, 0.3) inset, 0 0.1rem 0 rgba(137, 190, 46, 0.3) inset, 0 -0.05rem 0 rgba(137, 190, 46, 0.3) inset; }
    @media (min-width: 600px) {
      .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"] {
        line-height: 1;
        padding: 0.69rem 0; } }
    .USA .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"] {
      background: rgba(43, 108, 216, 0.8);
      box-shadow: 0.1rem 0 0 rgba(43, 108, 216, 0.3) inset, 0 0 0 rgba(43, 108, 216, 0.3) inset, 0 0.1rem 0 rgba(43, 108, 216, 0.3) inset, 0 -0.05rem 0 rgba(43, 108, 216, 0.3) inset; }
    .Europe .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"] {
      background: rgba(193, 60, 131, 0.8);
      box-shadow: 0.1rem 0 0 rgba(193, 60, 131, 0.3) inset, 0 0 0 rgba(193, 60, 131, 0.3) inset, 0 0.1rem 0 rgba(193, 60, 131, 0.3) inset, 0 -0.05rem 0 rgba(193, 60, 131, 0.3) inset; }
    .China .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"] {
      background: rgba(223, 83, 39, 0.8);
      box-shadow: 0.1rem 0 0 rgba(223, 83, 39, 0.3) inset, 0 0 0 rgba(223, 83, 39, 0.3) inset, 0 0.1rem 0 rgba(223, 83, 39, 0.3) inset, 0 -0.05rem 0 rgba(223, 83, 39, 0.3) inset; }
    .USA .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"]:hover {
      background: #2b6cd8; }
    .Europe .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"]:hover {
      background: #c13c83; }
    .China .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"]:hover {
      background: #df5327; }
    .Gfkwf-getupdates .getupdates-content .submit-item input[type="submit"]:focus {
      outline: none; }
  .Gfkwf-getupdates .getupdates-content .form-container {
    position: relative; }
  .Gfkwf-getupdates .getupdates-content label {
    width: 100%;
    display: block !important;
    left: 0;
    font-family: "Gotham XNarrow", "Gotham XNarrow", "Gotham XNarrow SSm A", "Gotham XNarrow SSm B", "Arial";
    text-align: center;
    position: absolute;
    -webkit-transition: opacity .5s ease-in-out;
    /* Safari */
    transition: opacity .5s ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(255, 0, 0, 0.4);
    font-size: 1.3rem;
    top: -2rem;
    font-weight: 400;
    z-index: 200;
    background: snow; }
    @media (max-width: 400px) {
      .Gfkwf-getupdates .getupdates-content label {
        top: -2.1rem;
        font-size: 1.1rem; } }
.Gfkwf-getupdates .getupdates-content.footer-form .submit-item {
  position: relative; }
  .Gfkwf-getupdates .getupdates-content.footer-form .submit-item:before {
    top: 0;
    right: 0;
    width: 100%;
    pointer-events: none;
    margin-top: .8rem;
    text-align: center;
    position: absolute;
    content: 'Get Updates!';
    color: #fff; }
    @media (min-width: 600px) {
      .Gfkwf-getupdates .getupdates-content.footer-form .submit-item:before {
        margin-top: .45rem; } }
.Gfkwf-getupdates .getupdates-content.live-form .submit-item {
  position: relative; }
  .Gfkwf-getupdates .getupdates-content.live-form .submit-item:before {
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    margin-top: .6rem;
    text-align: center;
    position: absolute;
    content: 'Sign Up';
    color: #fff; }
    @media (min-width: 600px) {
      .Gfkwf-getupdates .getupdates-content.live-form .submit-item:before {
        margin-top: .25rem; } }
.Gfkwf-getupdates .getupdates-content.live-form h1 {
  text-align: center;
  margin-bottom: 2rem; }
.Gfkwf-getupdates .getupdates-content.live-form #mc_embed_signup {
  font-weight: 400; }

.comment-respond {
  border-top: 1px solid #ddd;
  margin-top: 3em; }
  .comment-respond textarea, .comment-respond [type="text"] {
    width: auto;
    max-width: 96%; }
  .comment-respond h3.comment-reply-title {
    font-size: 1.2rem;
    font-family: "Gotham", "Gotham", "Gotham SSm A", "Gotham SSm B", "Arial";
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 600px) {
      .comment-respond h3.comment-reply-title {
        text-align: left; } }
  .comment-respond p {
    margin-bottom: 1em; }
    .comment-respond p small {
      font-weight: 200; }
  .comment-respond .comment-form-comment > label {
    display: block; }

.byline b {
  font-weight: inherit; }
.byline i {
  font-style: inherit; }

.author + .timestamp {
  display: block; }
  @media (min-width: 600px) {
    .author + .timestamp {
      display: inline-block; }
      .author + .timestamp:before {
        content: '\25AA';
        margin-right: .25rem; } }

.the_champ_sharing_container.the_champ_horizontal_sharing {
  margin-top: 0.75rem; }
  .the_champ_sharing_container.the_champ_horizontal_sharing i {
    width: 24px !important;
    height: 24px !important;
    border-radius: 0 !important; }

.post-link {
  background: #f7f8fa;
  padding: .2rem .4rem;
  line-height: 1.8;
  font-size: .9rem;
  font-weight: 500;
  border-radius: 0.2rem;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
  color: #6d899e;
  text-decoration: none;
  display: table;
  margin: 2rem auto 2rem auto; }
  @media (min-width: 600px) {
    .post-link {
      display: inline-block;
      margin: 0 auto 2rem -0.2rem; } }
  .post-link:hover {
    color: #fff;
    background: #89be2e; }

.button, input[type="submit"] {
  border: 1px solid #89be2e;
  color: #89be2e;
  background: #fff;
  padding: 4px 10px;
  letter-spacing: .3pt;
  font-weight: 500; }
  .button:hover, input[type="submit"]:hover {
    background: #89be2e;
    color: #fff; }

input[type=text], input[type=email], textarea {
  display: block;
  margin: 0;
  padding: 3px 0 1px 4px;
  border: 1px solid #999;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #ddd;
  letter-spacing: .3pt;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset;
  color: #444;
  font-weight: 400;
  font-size: 18px;
  text-overflow: ellipsis;
  line-height: 20px;
  width: 100%; }

input[type=text]:hover, input[type=email]:hover {
  border-top: 1px solid #999;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #aaa;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset; }

input[type=text]:focus, input[type=email]:focus {
  outline: 0;
  border-top: 1px solid #666;
  border-right: 1px solid #999;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #999;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3) inset; }

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder {
  color: #d5d5d5;
  padding-top: 1px; }

input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder {
  color: #ccc; }

input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder {
  color: #d5d5d5;
  padding-top: 1px; }

input[type=text]:focus:-moz-placeholder, input[type=email]:focus:-moz-placeholder {
  color: #ccc; }

input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #d5d5d5;
  padding-top: 1px; }

input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder {
  color: #ccc; }

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder {
  color: #d5d5d5;
  padding-top: 1px; }

input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder {
  color: #ccc; }

button {
  letter-spacing: .3pt; }

.Gh1ri-latest-posts {
  text-align: left;
  padding-bottom: .1rem; }
  .Gh1ri-latest-posts .widget-title {
    margin-bottom: .5rem; }
  .Gh1ri-latest-posts ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .Gh1ri-latest-posts li {
    position: relative; }
    @media (min-width: 800px) {
      .Gh1ri-latest-posts li {
        font-size: .9rem;
        line-height: 1.2rem; } }
    .Gh1ri-latest-posts li a {
      display: block;
      text-decoration: none;
      padding-top: .4rem;
      padding-right: .25rem;
      padding-bottom: .4rem;
      padding-left: 1rem;
      position: relative;
      color: #425563;
      position: relative;
      border-top: 1px solid #e5e5e5; }
      .Gh1ri-latest-posts li a:before {
        content: '\2022';
        position: absolute;
        left: 0;
        width: .5rem;
        color: #df5327; }
      .Gh1ri-latest-posts li a:hover {
        background: rgba(0, 0, 0, 0.05);
        box-shadow: -2px 0 0 0 rgba(0, 0, 0, 0.05);
        color: #df5327; }
    .Gh1ri-latest-posts li:last-of-type a {
      border-bottom: 1px solid #e5e5e5; }
  .Gh1ri-latest-posts .post-date {
    display: none;
    position: absolute;
    border-radius: 0.1rem;
    -webkit-border-radius: 0.1rem;
    -moz-border-radius: 0.1rem;
    -ms-border-radius: 0.1rem;
    -o-border-radius: 0.1rem;
    left: 0;
    top: 0;
    text-align: left;
    text-align: center;
    width: 3.6rem;
    border-right: 1px solid #ccc;
    padding: 0 .1rem;
    color: #999;
    margin-top: .4rem;
    line-height: 1rem;
    font-size: .8rem; }

.Gh2l7-blog-ad {
  border: 1px solid red; }
  .Gh2l7-blog-ad img {
    margin: auto;
    display: block; }

.Gh2l7-blog-ad-top {
  padding-left: 1rem;
  padding-right: 1rem; }
  .Gh2l7-blog-ad-top a {
    margin: 1rem auto 0 auto;
    display: table; }
    .Gh2l7-blog-ad-top a img {
      display: block; }
  @media (min-width: 800px) {
    .Gh2l7-blog-ad-top {
      display: none; } }

.Gh2l7-blog-ad-side {
  display: none; }
  @media (min-width: 800px) {
    .Gh2l7-blog-ad-side {
      display: block; } }

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