html {
  font-size: 10px; }

span.fontawesome {
  font-family: 'fontawesome'; }

section {
  display: none; }

section#header {
  color: white;
  height: 140px;
  width: 100%;
  background-color: #0c335f;
  position: relative; }
  section#header header {
    display: inline-block;
    font: 3.6em 'freight-text-pro', sans-serif;
    font-weight: bold;
    line-height: 1.43333333em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 5.769230769%; }
    @media only screen and (max-width: 1300px) {
      section#header header {
        margin-left: 2%; } }
    section#header header a {
      color: inherit;
      text-decoration: none; }
    section#header header span {
      font: .33333333333em 'acumin-pro-semi-condensed', sans-serif;
      font-weight: medium;
      letter-spacing: .75em;
      line-height: .83720930252em;
      text-transform: uppercase;
      display: block; }
    section#header header img {
      display: none;
      width: 30px; }
  section#header nav {
    float: right;
    position: relative;
    margin-right: 5.769230769%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1300px) {
      section#header nav {
        margin-right: 2%; } }
    section#header nav ul {
      list-style-type: none; }
      section#header nav ul li {
        display: inline-block;
        margin: 0 33px; }
        section#header nav ul li:first-child {
          margin-left: 0; }
        section#header nav ul li:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 1300px) {
          section#header nav ul li {
            margin: 0 15px; }
            section#header nav ul li:first-child {
              margin-left: 0; }
            section#header nav ul li:last-child {
              margin-right: 0; } }
        section#header nav ul li a {
          color: inherit;
          font: 1.6em 'acumin-pro-semi-condensed', sans-serif;
          line-height: 1.2em;
          text-decoration: none;
          font-weight: medium;
          text-transform: uppercase; }
          section#header nav ul li a.current {
            padding-bottom: 2px;
            border-bottom: 3px solid #FFBD00; }
  @media only screen and (max-width: 1024px) {
    section#header {
      height: 340px; }
      section#header header {
        text-align: center;
        display: block;
        margin-left: 0;
        float: none;
        font-size: 3.6em; }
        section#header header span {
          padding-top: 30px; }
        section#header header img {
          cursor: pointer;
          display: block;
          margin: auto;
          margin-top: 50px; }
      section#header nav {
        display: none; } }

section#splash {
  position: relative;
  display: none;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background-image: url("../images/splash-bg.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #b1b1b1;
  background-blend-mode: multiply; }
  section#splash p#coming-soon {
    font: 4.8em 'acumin-pro-semi-condensed', sans-serif;
    font-weight: 200;
    line-height: 1.075em;
    color: white;
    padding-bottom: 140px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%); }
    section#splash p#coming-soon span.underline {
      border-bottom: 3px solid white;
      padding: 10px 0; }
    section#splash p#coming-soon a {
      margin-top: 40px;
      display: block;
      color: inherit;
      text-decoration: none;
      font-size: .5em; }
      section#splash p#coming-soon a span {
        margin-right: 10px; }
  section#splash div#infos {
    position: absolute;
    right: 0;
    bottom: 77px;
    width: 250px;
    height: 60px;
    background-color: white; }
    section#splash div#infos aside {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      section#splash div#infos aside p {
        text-align: center; }
        section#splash div#infos aside p a {
          font: 2.4em 'acumin-pro-semi-condensed', sans-serif;
          font-weight: bold;
          line-height: 1.15789473684em;
          color: #0c335f;
          text-decoration: none; }
          section#splash div#infos aside p a span {
            padding-right: 15px; }
  @media only screen and (max-width: 1024px) {
    section#splash p#coming-soon {
      padding-top: 50px;
      font-size: 3.6em; }
      section#splash p#coming-soon span.underline {
        border: none;
        padding: 10px 0; }
      section#splash p#coming-soon a {
        margin-top: 20px; }
    section#splash div#infos {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      section#splash div#infos aside {
        margin: auto;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        section#splash div#infos aside p {
          text-align: center; }
          section#splash div#infos aside p a {
            font: 2.4em 'acumin-pro-semi-condensed', sans-serif;
            font-weight: bold;
            line-height: 1.15789473684em;
            color: #0c335f;
            text-decoration: none; }
            section#splash div#infos aside p a span {
              padding-right: 15px; } }

section.index#about {
  width: 100%;
  background-color: #F2F2F2;
  position: relative; }
  section.index#about p {
    font: 3.4em 'freight-text-pro', sans-serif;
    font-weight: 400;
    font-style: italic;
    line-height: 1.10588235294em;
    padding: 85px 0;
    text-align: center;
    width: 66.153846153%;
    max-width: 860px;
    margin: auto; }
    section.index#about p a {
      font: .5294117647em "acumin-pro-semi-condensed",sans-serif;
      font-weight: 700;
      color: #0C335F;
      display: block;
      margin-top: 75px;
      text-decoration: none;
      text-transform: uppercase; }
      section.index#about p a span {
        margin-left: 25px; }
  @media only screen and (max-width: 768px) {
    section.index#about p {
      font-size: 2em;
      padding: 50px 0; }
      section.index#about p a {
        margin-top: 50px; } }
section.index#trial-attorneys {
  width: 100%;
  background-color: white;
  position: relative; }
  section.index#trial-attorneys div.wrapper {
    width: 79.769230769%;
    max-width: 1117px;
    margin: auto;
    padding: 70px 0;
    position: relative; }
    section.index#trial-attorneys div.wrapper header {
      font: 1.8em "acumin-pro-semi-condensed",sans-serif;
      line-height: 2.08888888889em;
      text-transform: uppercase;
      color: black;
      font-weight: 700;
      text-align: center; }
    section.index#trial-attorneys div.wrapper div.controls-wrapper {
      position: relative; }
      section.index#trial-attorneys div.wrapper div.controls-wrapper span.controls {
        display: none;
        font-size: 2.4em;
        color: #CCCCCC;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
        section.index#trial-attorneys div.wrapper div.controls-wrapper span.controls.left {
          left: 0; }
        section.index#trial-attorneys div.wrapper div.controls-wrapper span.controls.right {
          right: 0; }
      section.index#trial-attorneys div.wrapper div.controls-wrapper ul {
        list-style-type: none;
        text-align: center; }
        section.index#trial-attorneys div.wrapper div.controls-wrapper ul li {
          display: inline-block;
          width: 196px;
          text-align: center;
          margin: 0 40px;
          margin-top: 60px;
          vertical-align: top; }
          section.index#trial-attorneys div.wrapper div.controls-wrapper ul li img.attorney-image {
            width: 100%;
            display: block; }
          section.index#trial-attorneys div.wrapper div.controls-wrapper ul li header {
            font-family: 2.4em "acumin-pro",sans-serif;
            line-height: 1.06666666667em;
            text-transform: capitalize;
            font-weight: 700;
            color: black;
            margin: 25px 0; }
          section.index#trial-attorneys div.wrapper div.controls-wrapper ul li p {
            width: 100%;
            text-align: justify;
            -moz-text-align-last: center;
            text-align-last: center;
            color: #4D4D4D;
            font: 1.2em "acumin-pro-semi-condensed",sans-serif;
            line-height: 1.2em;
            margin: 25px 0;
            min-height: 112px; }
          section.index#trial-attorneys div.wrapper div.controls-wrapper ul li a {
            margin: 0 5px;
            text-decoration: none; }
  @media only screen and (max-width: 768px) {
    section.index#trial-attorneys div.wrapper div.controls-wrapper span.controls {
      display: block; }
    section.index#trial-attorneys div.wrapper div.controls-wrapper ul li {
      display: none; }
      section.index#trial-attorneys div.wrapper div.controls-wrapper ul li.current {
        display: inline-block; } }
section.index#areas-of-practice {
  background-color: #F2F2F2;
  position: relative;
  min-height: 500px; }
  section.index#areas-of-practice div.wrapper {
    width: 79.769230769%;
    max-width: 860px;
    margin: auto;
    padding: 70px 0;
    position: relative; }
    section.index#areas-of-practice div.wrapper header.section-header {
      position: relative;
      display: block;
      font: 4.8em "acumin-pro-condensed",sans-serif;
      font-weight: 600;
      line-height: 1.05em;
      color: #0C335F;
      margin-bottom: 55px; }
    section.index#areas-of-practice div.wrapper header.p-header {
      font: 2.4em 'acumin-pro-condensed', sans-serif;
      line-height: 1.06666666667em;
      font-weight: 600;
      color: black;
      margin-bottom: 25px; }
    section.index#areas-of-practice div.wrapper p.section-p {
      font: 1.8em "source-sans-pro",sans-serif;
      line-height: 1.53333333333em;
      color: black;
      margin-bottom: 30px; }
    section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper {
      display: none;
      background-color: white;
      min-height: 500px;
      width: 100%;
      margin-left: -4%;
      padding: 4%;
      position: relative;
      margin-bottom: 30px; }
      section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper .close-btn {
        width: 23px;
        height: 23px;
        position: absolute;
        top: 24px;
        right: 24px;
        background-image: url("../images/area-of-practice-close-btn.svg");
        background-repeat: no-repeat;
        cursor: pointer; }
      section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper header.info-header {
        margin-bottom: 60px;
        width: 100%; }
        section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper header.info-header img {
          display: inline-block;
          vertical-align: middle;
          margin-right: 3.902439024%; }
        section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper header.info-header span {
          font: 4.2em "acumin-pro-condensed",sans-serif;
          font-weight: 600;
          line-height: 1.14285714286em;
          color: #0C335F;
          vertical-align: middle;
          display: inline-block;
          max-width: 75.87804878%; }
          @media only screen and (max-width: 768px) {
            section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper header.info-header span {
              font-size: 3.2em; } }
      section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper header.info-p-header {
        font: 2.4em "acumin-pro-condensed",sans-serif;
        font-weight: 600;
        line-height: 1.06666666667em;
        margin-bottom: 20px; }
      section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper p, section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper ul {
        font: 1.8em "source-sans-pro",sans-serif;
        line-height: 1.53333333333em;
        margin-bottom: 30px; }
      section.index#areas-of-practice div.wrapper div.area-of-practice-wrapper ul {
        list-style-type: disc;
        margin-left: 6.048780487%; }
    section.index#areas-of-practice div.wrapper div.controls-wrapper {
      position: relative; }
      section.index#areas-of-practice div.wrapper div.controls-wrapper span.controls {
        display: none;
        font-size: 2.4em;
        color: #CCCCCC;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
        section.index#areas-of-practice div.wrapper div.controls-wrapper span.controls.left {
          left: 0; }
        section.index#areas-of-practice div.wrapper div.controls-wrapper span.controls.right {
          right: 0; }
      section.index#areas-of-practice div.wrapper div.controls-wrapper ul {
        list-style-type: none;
        text-align: center;
        margin-bottom: 45px; }
        section.index#areas-of-practice div.wrapper div.controls-wrapper ul li {
          display: inline-block;
          width: 240px;
          min-height: 310px;
          margin: 25px 20px;
          vertical-align: top;
          cursor: pointer; }
          section.index#areas-of-practice div.wrapper div.controls-wrapper ul li img {
            display: inline-block; }
          section.index#areas-of-practice div.wrapper div.controls-wrapper ul li header.li-header {
            font: 2.4em "acumin-pro-semi-condensed",sans-serif;
            font-weight: 600;
            color: #808080;
            text-transform: uppercase;
            margin: 40px 0 25px 0; }
          section.index#areas-of-practice div.wrapper div.controls-wrapper ul li p.li-p {
            font: 1.4em "source-sans-pro",sans-serif;
            line-height: 1.28571428571em;
            color: #808080; }
    section.index#areas-of-practice div.wrapper a {
      text-decoration: none;
      color: #33A340; }
  @media only screen and (max-width: 768px) {
    section.index#areas-of-practice div.wrapper div.controls-wrapper span.controls {
      display: block; }
    section.index#areas-of-practice div.wrapper div.controls-wrapper ul li {
      display: none; }
      section.index#areas-of-practice div.wrapper div.controls-wrapper ul li.current {
        display: inline-block; } }

section.attorney-profiles#neighbors-advocates {
  background-color: #F2F2F2; }
  section.attorney-profiles#neighbors-advocates div.wrapper {
    text-align: center;
    padding: 80px 0;
    max-width: 80%;
    margin: auto; }
    section.attorney-profiles#neighbors-advocates div.wrapper header {
      font: 9.2em "acumin-pro-extra-condensed",sans-serif;
      line-height: .9em;
      text-transform: uppercase;
      color: #0C335F;
      margin-bottom: 40px; }
    section.attorney-profiles#neighbors-advocates div.wrapper p {
      font: 2.4em "freight-text-pro",sans-serif;
      font-style: italic;
      line-height: 1.56666666667em;
      color: #808080; }
    @media only screen and (max-width: 768px) {
      section.attorney-profiles#neighbors-advocates div.wrapper header {
        font-size: 5.6em; }
      section.attorney-profiles#neighbors-advocates div.wrapper p {
        font-size: 2.1em; } }
section.attorney-profiles#attorney-profiles .attorney-profile {
  width: 79.23076923%;
  max-width: 1030px;
  margin: 76px auto; }
  section.attorney-profiles#attorney-profiles .attorney-profile .credentials {
    display: inline-block;
    vertical-align: top;
    margin-right: 54px;
    max-width: 196px; }
    section.attorney-profiles#attorney-profiles .attorney-profile .credentials img {
      margin-bottom: 40px; }
    section.attorney-profiles#attorney-profiles .attorney-profile .credentials header {
      font: 1.3em "source-sans-pro",sans-serif;
      font-weight: 700;
      line-height: 1.15384615385em;
      color: #0C335F;
      text-transform: uppercase; }
    section.attorney-profiles#attorney-profiles .attorney-profile .credentials p {
      font: 1.3em "source-sans-pro",sans-serif;
      line-height: 1.15384615385em;
      color: #808080;
      margin-bottom: 8px; }
      section.attorney-profiles#attorney-profiles .attorney-profile .credentials p a {
        color: #33A340;
        text-decoration: none; }
  section.attorney-profiles#attorney-profiles .attorney-profile .profile {
    width: 64.466019417%;
    display: inline-block;
    vertical-align: top; }
    section.attorney-profiles#attorney-profiles .attorney-profile .profile header {
      color: #0C335F; }
      section.attorney-profiles#attorney-profiles .attorney-profile .profile header.profile-header {
        font: 4.8em "acumin-pro-condensed",sans-serif;
        font-weight: 600;
        line-height: 1.05em;
        text-transform: capitalize;
        margin-bottom: 25px; }
      section.attorney-profiles#attorney-profiles .attorney-profile .profile header.p-header {
        font: 1.8em "source-sans-pro",sans-serif;
        font-weight: 700;
        line-height: 1.53333333333em;
        text-transform: uppercase;
        margin-bottom: 5px; }
        section.attorney-profiles#attorney-profiles .attorney-profile .profile header.p-header a {
          color: #33A340;
          text-transform: lowercase;
          text-decoration: none; }
    section.attorney-profiles#attorney-profiles .attorney-profile .profile p, section.attorney-profiles#attorney-profiles .attorney-profile .profile ul {
      font: 1.8em "source-sans-pro",sans-serif;
      line-height: 1.53333333333em;
      color: black;
      margin-bottom: 10px; }
      section.attorney-profiles#attorney-profiles .attorney-profile .profile p a, section.attorney-profiles#attorney-profiles .attorney-profile .profile ul a {
        color: #33A340;
        text-decoration: none; }
    section.attorney-profiles#attorney-profiles .attorney-profile .profile ul {
      list-style-type: disc;
      margin-left: 7.530120481%; }
  @media only screen and (max-width: 900px) {
    section.attorney-profiles#attorney-profiles .attorney-profile .profile, section.attorney-profiles#attorney-profiles .attorney-profile .credentials {
      display: block;
      margin: 0;
      max-width: auto; }
    section.attorney-profiles#attorney-profiles .attorney-profile .profile {
      margin-top: 50px;
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    section.attorney-profiles#attorney-profiles .attorney-profile img {
      width: 100%; } }

section.links img#links-group {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: auto; }
  @media only screen and (min-width: 860px) {
    section.links img#links-group {
      margin-top: 40px; } }
section.links #links {
  width: 79.769230769%;
  max-width: 860px;
  margin: auto;
  padding: 40px 0 70px 0;
  position: relative; }
  section.links #links header.section-header {
    position: relative;
    display: block;
    font: 4.8em "acumin-pro-semi-condensed",sans-serif;
    font-weight: 600;
    color: #0C335F;
    margin-bottom: 35px; }
  section.links #links p, section.links #links ul {
    font: 1.8em "source-sans-pro",sans-serif;
    line-height: 1.53333333333em;
    color: black;
    margin-bottom: 30px; }
  section.links #links ul {
    list-style-type: disc;
    margin-left: 8.720930232%; }
  section.links #links header.p-header {
    font: 2.4em 'acumin-pro-semi-condensed', sans-serif;
    line-height: 1.06666666667em;
    font-weight: 600;
    color: black;
    margin-bottom: 25px; }
  section.links #links a {
    color: #33A340;
    text-decoration: none; }

section.contact-us {
  width: 100%;
  position: relative; }
  section.contact-us #map-canvas {
    width: 100%;
    height: 570px; }
  section.contact-us aside {
    position: absolute;
    right: 0;
    bottom: 120px;
    background-color: #FFBD00;
    width: 467px;
    color: #0C335F; }
    section.contact-us aside div.wrapper {
      width: 362px;
      margin: auto;
      position: relative;
      padding: 55px 0; }
      section.contact-us aside div.wrapper img {
        margin: 35px 0; }
      section.contact-us aside div.wrapper header {
        font-family: "acumin-pro",sans-serif;
        font-weight: 700; }
        section.contact-us aside div.wrapper header.address {
          font-size: 1.9em;
          line-height: 1.15789473684em; }
          section.contact-us aside div.wrapper header.address span {
            font-size: .94736842105em; }
        section.contact-us aside div.wrapper header.phone {
          font-size: 2.4em; }
          section.contact-us aside div.wrapper header.phone span {
            font-size: .75em; }
        section.contact-us aside div.wrapper header.directions {
          display: none;
          width: 100%;
          height: 60px;
          background-color: white;
          text-align: center; }
          section.contact-us aside div.wrapper header.directions a {
            font: 2.4em "acumin-pro-semi-condensed",sans-serif;
            display: block;
            line-height: 60px;
            color: #0C335F;
            text-decoration: none;
            text-transform: capitalize;
            font-weight: 700; }
        section.contact-us aside div.wrapper header span {
          margin-right: 30px; }
      section.contact-us aside div.wrapper p {
        font: 1.2em 'acumin-pro', sans-serif;
        font-weight: 300;
        margin-left: 40px; }
      section.contact-us aside div.wrapper a {
        text-decoration: none;
        color: inherit; }
  @media only screen and (max-width: 768px) {
    section.contact-us #map-canvas {
      height: 450px; }
    section.contact-us aside {
      position: relative;
      width: 100%;
      bottom: 0; }
      section.contact-us aside div.wrapper {
        max-width: 89.375%; }
        section.contact-us aside div.wrapper img {
          max-width: 100%; }
        section.contact-us aside div.wrapper header.phone {
          display: none; }
        section.contact-us aside div.wrapper header.directions {
          display: block; } }

section#contact {
  position: relative;
  display: none;
  width: 100%;
  background-image: url("../images/contact-bg.jpg");
  background-size: cover;
  background-position: 0;
  background-repeat: no-repeat; }
  section#contact div.wrapper {
    width: 79.769230769%;
    max-width: 860px;
    margin: auto;
    height: auto;
    display: block;
    position: relative;
    padding: 75px 0; }
    section#contact div.wrapper header {
      font: 4.2em "acumin-pro",sans-serif;
      line-height: 1.7em;
      text-transform: uppercase;
      color: #FFBD00;
      font-weight: 800;
      text-transform: capitalize;
      border-bottom: 1px solid white;
      display: inline-block;
      width: 83px;
      margin-bottom: 15px; }
    section#contact div.wrapper form {
      color: white;
      font: 1.5em "acumin-pro-semi-condensed",sans-serif;
      width: 100%;
      position: relative; }
      section#contact div.wrapper form .bstrip {
        display: none; }
      section#contact div.wrapper form aside {
        position: absolute;
        top: 0;
        right: 0;
        width: 42.093023255%;
        min-width: 330px;
        font: .8em 'acumin-pro-semi-condensed', sans-serif;
        line-height: 1.53333333333em;
        color: white;
        margin-top: 28px; }
        section#contact div.wrapper form aside p {
          text-align: justify;
          margin-bottom: 30px; }
          section#contact div.wrapper form aside p a {
            color: inherit; }
        @media only screen and (max-width: 768px) {
          section#contact div.wrapper form aside {
            width: 100%;
            position: relative;
            min-width: auto; } }
      section#contact div.wrapper form div.control-group {
        margin: 35px 0; }
        section#contact div.wrapper form div.control-group label {
          display: block;
          line-height: 1.2em;
          font-weight: 700;
          margin-bottom: 10px;
          text-transform: uppercase; }
        section#contact div.wrapper form div.control-group input, section#contact div.wrapper form div.control-group textarea {
          padding: 15px;
          color: white;
          display: block;
          font: inherit;
          background-color: transparent;
          border: 1px solid white;
          height: 30px;
          width: calc(100% - 30px);
          max-width: 362px;
          -webkit-appearance: none;
          -webkit-border-radius: none;
          border-radius: none; }
          section#contact div.wrapper form div.control-group input[type="submit"], section#contact div.wrapper form div.control-group textarea[type="submit"] {
            background-color: white;
            color: #0C335F;
            text-transform: uppercase;
            cursor: pointer;
            height: 60px; }
        section#contact div.wrapper form div.control-group textarea {
          max-width: 100%;
          height: 240px; }
        @media only screen and (max-width: 920px) {
          section#contact div.wrapper form div.control-group input {
            width: 38.318801089%; } }
        @media only screen and (max-width: 768px) {
          section#contact div.wrapper form div.control-group input, section#contact div.wrapper form div.control-group textarea {
            width: calc(100% - 30px);
            max-width: calc(100% - 30px); }
            section#contact div.wrapper form div.control-group input[type="submit"], section#contact div.wrapper form div.control-group textarea[type="submit"] {
              width: 100%;
              max-width: 100%; } }

section#footer {
  width: 100%;
  background-color: #F2F2F2;
  position: relative; }
  section#footer footer {
    padding: 50px 0;
    width: 79.769230769%;
    max-width: 860px;
    margin: auto; }
    section#footer footer nav {
      margin-bottom: 35px; }
      section#footer footer nav ul {
        font: 1.3em "acumin-pro-semi-condensed",sans-serif;
        font-weight: 700;
        line-height: 1.2em;
        list-style-type: none;
        color: #000000; }
        section#footer footer nav ul li {
          margin-left: 15px;
          display: inline-block; }
          section#footer footer nav ul li::after {
            content: '|'; }
          section#footer footer nav ul li:last-child::after {
            content: ''; }
          section#footer footer nav ul li:first-child {
            margin-left: 0; }
          section#footer footer nav ul li a {
            margin-right: 15px;
            color: inherit;
            text-transform: uppercase;
            text-decoration: none; }
    section#footer footer p {
      font: 1.2em "acumin-pro-semi-condensed",sans-serif;
      line-height: 1.36666666667em;
      color: #000000; }

@font-face {
  font-family: 'fontawesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.svg#fontawesome") format("svg"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.woff2") format("woff2");
  font-weight: 400;
  font-style: normal; }

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