  /* csslint universal-selector: false */
  body {
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    margin: 0;
    background-color: #f7f8f9;
  }

  *,
  *:after,
  *:before {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -moz-font-feature-settings: “liga” on;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  p,
  p > ul,
  li,
  p > ol {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 2;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-lines: 2;
    color: #495056;
    letter-spacing: 0.005rem;
    font-size: 1.1rem;
    line-height: 1.6;
    font-family: Georgia, serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 24px;
    margin-top: 0;
    max-width: 75ch;
  }

  h1,
  h2,
  h3,
  h4,
  br {
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 1.3em;
  }

  ::selection {
    background: rgba(0, 166, 89, 0.15);
  }

  ::-moz-selection {
    background: rgba(0, 166, 89, 0.15);
  }

  ::-webkit-input-placeholder {
    color: #a9b8c1;
  }

  ::-moz-placeholder {
    color: #a9b8c1;
  }

  :-ms-input-placeholder {
    color: #a9b8c1;
  }

  a {
    color: #333333;
    cursor: pointer;
    background-origin: padding-box;
    background-position: 0 20px;
    background-repeat: repeat-x;
    background-size: 1px 1px;
    font-family: inherit;
    text-decoration: none;
  }

  p > a {
    box-shadow: inset 0 -6px 0 #d8f2e6;
    cursor: pointer;
    transition: 200ms ease-in-out;
  }

  p > a:hover,
  p > a:focus,
  p > a:active {
    background: #d8f2e6;
    box-shadow: inset 0 -6px 0 #d8f2e6;
    transition: 200ms ease-in-out;
  }

  input,
  input[type="button"],
  input[type="text"],
  input[type="email"] {
    background-color: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #e6eaed;
    border-radius: 2px;
    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  input[type="text"],
  input[type="email"] {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 19px;
  }

  input[type="button"]:hover,
  input[type="submit"]:hover {
    cursor: pointer;
  }

  input:focus,
  input[type="button"]:focus,
  input[type="text"]:focus,
  input[type="email"]:focus {
    border-color: #d8dcde;
  }

  ul,
  ol {
    color: #333333;
    line-height: 1.9;
    margin-top: 0;
    margin-bottom: 15px;
    padding-left: 2em;
  }

  pre {
    font-size: 1.3em;
    background-color: #f7f7f7;
    border-radius: 3px;
    padding: 0.9em;
    overflow: auto;
    line-height: 1.45;
    word-wrap: normal;
  }

  pre code {
    background-color: transparent;
    border: 0;
    display: inline;
    line-height: inherit;
    max-width: initial;
    margin: 0;
    padding: 0;
    overflow: initial;
    word-wrap: normal;
  }

  code,
  tt {
    background: #f7f7f7;
    background: rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    font-size: 85%;
    margin: 0;
    padding: 0.2em;
  }

  table {
    width: 100%;
    overflow: auto;
    word-break: normal;
    word-break: keep-all;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1em;
  }

  td,
  th {
    padding: 0;
  }

  table th {
    font-weight: bold;
  }

  table th,
  table td {
    padding: 6px 13px;
    border: 1px solid #ddd;
  }


  table tr {
    background-color: #fff;
    border-top: 1px solid #ccc;
  }

  table tr:nth-child(2n) {
    background-color: #f8f8f8;
  }

  blockquote {
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
    color: #777;
  }

  hr {
    margin: 25px 0 20px;
    height: 4px;
    padding: 0;
    overflow: hidden;
    background: transparent;
    background-color: #e7e7e7;
    border: 0 none;
  }

  .master-container {
    background-color: #ffffff;
    border-left: 1px solid #e6eaed;;
    border-right: 1px solid #e6eaed;;
    box-shadow: 0 0 5px #ececec;
    max-width: 1680px;
    margin: 0 auto;
    overflow: hidden;
  }

  /* Container */
  .container {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    position: relative;
    width: 100%;
  }

  @media screen and (min-width: 44.9375em) and (max-width: 64em) {
    .container {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 100%;
    }
  }

  @media screen and (max-width: 44.9375em) {
    .container {
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
    }
  }

